Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro, Throw item
#1
I have this macro, what it does? Throw an item (id 11372) near a monster(demon), 2 sqm to the right and 1 to the north , but i dont know why isnt working, instead of trowing the item near the demon, it throws it near me :c


PHP Code:
ID:=11372
COUNT
:= 1
X
:=Self.X() VarAdd(X2
Y:=Self.Y() VarAdd(Y1)
Z:=Self.Z()
Creatures.ByName(Demon)>0
Map
.Thrown(!ID!, !COUNT!, !X!, !Y!, !Z!) 

I give rep !


Messages In This Thread
Macro, Throw item - by Silex - 05-24-2013, 02:09 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)