Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hotkey.use macro
#1
Hello guys, i am working at upgrading one of my scripts,
i wants to make macro which would be using explosion rune if there are more than 4 monster arount you,
my macrio looks like that:
2000 {explosion } Self.Mana>=0 Self.Attacking Creatures.Beside>=4 Creatures.PlayersOnScreen=01 Hotkey.Use(3200)

for exori everything is working fine, do some1 else had problem with Hotkey.Use() macro?
#2
To use explosion in the target, try this:
Code:
2000 {explosion } Self.Mana>=0 Self.Attacking Creatures.Beside>=4 Creatures.PlayersOnScreen=01 Target.Shoot(3200)

To use explosion in itself, try this way (Not sure ir it's works):
Code:
2000 {explosion } Self.Mana>=0 Self.Attacking Creatures.Beside>=4 Creatures.PlayersOnScreen=01 Target.Self Target.Shoot(3200)
#3
working good;d
thaks;p;p


Forum Jump:


Users browsing this thread: 1 Guest(s)