Help Macro Please - 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: Help Macro Please (/thread-18487.html) |
Help Macro Please - formela1992 - 09-10-2015 Need 2 Macro 1-When you see the player assumes the stealth ring and gives logaut or exit 2-when you run out of soft boots wants to set up a second new Please Help Me Thanks! RE: Help Macro Please - erleo - 09-10-2015 Test all macros and tell me if bug. 1) [macro]500 {Stealth Ring} Creatures.PlayersOnScreen()>=2 [jump] Self.UnEquip.Ring(0) Exit() {jump} Self.Equip.Ring(3049) Exit() [/macro] 2) [macro]1000 {Change Worn/Soft} worn_id:=6530 soft_id:=6529 Self.Inventory.Boots==!worn_id! Self.Equip.Boots(!soft_id!) [/macro] From: http://forums.bmega.net/thread-8751.html?highlight=worn+soft PD: Use the "Search" please.. Regards RE: Help Macro Please - formela1992 - 09-11-2015 First Macro stealth ring test and no good : s |