Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Door
#1
Can someone make a macro to open a door in a specif position. Yeah i know than i can use the maptool but i prefer a macro.
#2
wiki Wrote:Map.Use(ID, X, Y, Z, Range) use a item in the ground ( samples: door, ladder )

Make your way till the door and then add this:

Code:
1000 {Open Door} VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z Map.Use(DOOR_ID, !X!, !Y!, !Z!, 1)

Or as the door doesn't move you can add its position (X,Y,Z) in the macro:

Code:
1000 {Open Door} Map.Use(DOOR_ID, X, Y, Z, 1)
Please, read the wiki: http://wiki.bmega.net/doku.php

[Image: tumblr_linetdmNqm1qzcq51o1_500-thumb-600x337-48077.gif]


Forum Jump:


Users browsing this thread: 1 Guest(s)