![]() |
Simple script request - 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: Simple script request (/thread-8437.html) |
Simple script request - kratosgdw - 04-12-2013 When Soft boots dont got time, auto change for prismatic boots in bp its possible ? please no bug of change in corpses ;/ only in backpack prismatic boots. RE: Simple script request - LeandroBento - 04-13-2013 I think that script can be this 2000 {Equip Soft/Boh By Mana} mana%:=70 Self.Mana%()<!mana%! [Onmana%] Self.Inventory.Boots()<>3549 Self.Equip.Boots(6539) Exit {Onmana%} Self.Inventory.Boots()<>3079 Self.Equip.Boots(3079) Exit But need change where have BOH for name yours boot (prismatic) and change id boots (boh for prismatic), i don't be a pro in script, wait come one person pro. Test with script, but i don't comprovate is 100% viable, because i go look for id prismatic bot on internet (16112) 2000 {Equip Soft/Prismatic By Mana} mana%:=70 Self.Mana%()<!mana%! [Onmana%] Self.Inventory.Boots()<>3549 Self.Equip.Boots(6539) Exit {Onmana%} Self.Inventory.Boots()<>16112 Self.Equip.Boots(16112) Exit Test and say |