![]() |
Need help with macro! - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Need help with macro! (/thread-5151.html) |
Need help with macro! - devas - 10-30-2012 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! RE: Need help with macro! - spiff26 - 10-31-2012 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() Cause [exevogranmasflam] has no function if you leave the way you put. RE: Need help with macro! - enbom - 11-18-2012 [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() 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? RE: Need help with macro! - Kimoszin - 11-19-2012 Use Debug to see what's going on. |