BBot - The best bot of the world
How to make a Refiller Macro for SDS - 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: How to make a Refiller Macro for SDS (/thread-5004.html)



How to make a Refiller Macro for SDS - ponch0 - 10-19-2012

Hello guys

I was working in a macro, but I'm stuck, I already use "Search"
I want my macro to go to certain label if it counts certain number of SDS

But I dont know how does this Command works "Self.Inventory.Ammunition.Count()"
Do I need to put the ID of the SDS in the () ?


Thankyou for Reading
Edward


RE: How to make a Refiller Macro for SDS - spiff26 - 10-19-2012

use this
Code:
0 {Check SD} Misc.ItemCountEx(3155)<X CaveBot.GoLabel(Label)



RE: How to make a Refiller Macro for SDS - Kimoszin - 10-20-2012

Ammunition.Count = Arrow Slot.


RE: How to make a Refiller Macro for SDS - ponch0 - 10-21-2012

(10-19-2012, 04:35 AM)spiff26 Wrote: use this
Code:
0 {Check SD} Misc.ItemCountEx(3155)<X CaveBot.GoLabel(Label)

Thankyou
REP