08-01-2012, 06:35 PM
I want to make macro to play alarm when some conditionals true. Is there any function to activate alarm, cause I dont see any?
Activating alarm from macro
|
08-01-2012, 06:35 PM
I want to make macro to play alarm when some conditionals true. Is there any function to activate alarm, cause I dont see any?
08-01-2012, 07:46 PM
Which condition you want?
08-01-2012, 07:55 PM
I found it already. Here is example:
Code: 1000 {LowSpear3} Self.Inventory.LeftHand=0 Self.MoveTo(X, Y, Z) Cavebot.Stop Killer.Stop Misc.Alert(LOW SPEAR)
08-01-2012, 08:08 PM
Try this:
Code: 1000 {LowSpear3} Misc.ItemCountEx(ID_SPEAR)<=5 Self.MoveTo(X, Y, Z) Cavebot.Stop Killer.Stop Misc.Alert(LOW SPEAR) |
« Next Oldest | Next Newest »
|