Macro Please - (Easy for Pros) - 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: Macro Please - (Easy for Pros) (/thread-6632.html) |
Macro Please - (Easy for Pros) - Benjyon - 01-16-2013 Can someone give me Macro that make Char log out if it has less than 3 Soul Points - THX?! RE: Macro Please - (Easy for Pros) - Hunger - 01-16-2013 2000 {Logout By Soul} Self.Soul()<3 Cavebot.Stop() Self.Logout() RE: Macro Please - (Easy for Pros) - Benjyon - 01-16-2013 (01-16-2013, 09:00 PM)Hunger Wrote: 2000 {Logout By Soul} Self.Soul()<3 Cavebot.Stop() Self.Logout() Thx RE: Macro Please - (Easy for Pros) - Greinex - 01-17-2013 2000 {Logout If X Creatures Killed By Greinex} Creatures.Killed(Tarantula)>=300 Cavebot.Stop() Self.Logout() edit: i though this post was this post: http://forums.bmega.net/showthread.php?tid=8460 haha |