BBot - The best bot of the world
Macro not working properly - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Macro not working properly (/thread-2189.html)



Macro not working properly - eder - 03-28-2012

MegaNoBody, my bot isn't reading the macros correctly. Let me try to explain:

1000 {teste} Misc.ItemCountEx(3147)>=1 Self.Soul>=3 Self.Mana>=680 Self.Say(Adori Mas Flam)

The macro is reading on debug:

Running Misc.ItemCountEx(3147
Running Self.Soul
Comparing "Misc.ItemCountEx(3147">"Self.Soul"
Comparing done 49>59 (False)


What I want the bot do is:

Test if there is 1 or more Blank rune (ID:3147) in the backpack
If true,
Test Soul Points number is equal or bigger than 3,
if True,
Test if mana is equal or bigger than 680,
if true,
than Self say "Adori Mas Flam"


Very very simple, but it's not working!

Can Anyone help?