![]() |
Low amount of SD runes - 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: Low amount of SD runes (/thread-17638.html) |
Low amount of SD runes - deler91 - 03-08-2015 Hello! Search macro and i want ask You guys for some: When SD amount is e.g 100/200 character stop attack monsters ,off automatic actions like cavebot or looting and shut down pc. Can't find this in protector so im ask here for it ![]() Really thank you for your help and I appreciate. RE: Low amount of SD runes - kaiquegabriel - 03-08-2015 Code: 1000 {SD X-} Misc.ItemCountEx(3155)<AMOUNT Self.Logout() Edit AMOUNT to number of lower SDs. On macro "Self.Logout()" the character automatically stop actions and wait for battle to logout. If satisfy you, try it. RE: Low amount of SD runes - mr. Kris - 03-09-2015 I'm using this: Code: 10000 {Logout when low sd} Misc.ItemCountEx(3155)<XXXXXX Cavebot.Stop() Status.Battle()==0 Self.Logout() RE: Low amount of SD runes - deler91 - 03-09-2015 Thanx a lot! ![]() I'll try this later and give you +rep ![]() |