Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with macro!
#1
So, I need help with macro:
It has to say ue spell:
when creatures beside <=4
And its PVP world, so...

I need for 'exevo gran mas flam' and 'exevo gran mas vis'

20000 {ue} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=5 [exevogranmasflam] Self.Mana()>=1200 Self.Say(exevo gran mas flam) Exit()


20000 {ue2} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=5 [exevogranmasvis] Self.Mana()>=800 Self.Say(exevo gran mas vis) Exit()

are mine macros good?

I'll give rep for ur help!
#2
yes, but u can put like this:
Code:
20000 {ue} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=5 Self.Mana()>=1200 Self.Say(exevo gran mas flam) Exit()
20000 {ue2} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=5 Self.Mana()>=800 Self.Say(exevo gran mas vis) Exit()

Cause [exevogranmasflam] has no function if you leave the way you put.
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#3
[quote='spiff26' pid='27414' dateline='1351646140']
yes, but u can put like this:
Code:
20000 {ue} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=5 Self.Mana()>=1200 Self.Say(exevo gran mas flam) Exit()
20000 {ue2} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=5 Self.Mana()>=800 Self.Say(exevo gran mas vis) Exit()

I could use some help, i'm pretty new to bbot, after i have copied this in to macros, it still wont "ue". What am i doing wrong?
#4
Use Debug to see what's going on.


Forum Jump:


Users browsing this thread: 1 Guest(s)