(12-10-2014, 10:33 PM)sebastian1994 Wrote: Hi Dude.
Cud u please make me a macro that attacks a monster (ice golem ) with exori Vis when "only me" on screen and just attacks wand if some1 is on screen.
i have tested this one with rune (hmm)
1500 {Attacks Avoid PK} playerS:=1 IDrune:=3198 Creatures.PlayersOnScreen()==!playerS! [OnplayerS] Self.Attacking()==1 Self.Mana>30 Self.Say(exori vis) Exit {OnplayerS} Self.Attacking()==1 Target.Shoot(!IDrune!)
THANKS !
PHP Code:
Creatures.PlayersOnScreen()<1
Creatures.Beside()>=3
Self.Mana()>=50
Self.Say(Exori Vis)
______________________________________________
(12-10-2014, 06:15 PM)Alidako Wrote:(12-08-2014, 04:30 PM)Alidako Wrote: I need to know how to make to pick up spears form ground. Bringin a bag with 100 spears to my hunt place. Thanks!
Quote:200 {PickUp Spears} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUpEx(3277, 1, 1, !X!, !Y!, !Z!, 1) Exit()
How should I configure it?? Sorry I dont know how! I mean where a set the coordenates could I see an example please
It's not possible to bring bag at hunt place. This script which one you have quoted is for picking spears from ground only, when spears are under you.