Two Macros would be nice - 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: Two Macros would be nice (/thread-6913.html) |
Two Macros would be nice - rahvann - 01-29-2013 I need two macros: 1. When monster is on screen, character does not cast stronghaste 2. Log out when SD rune's ends RE: Two Macros would be nice - spiff26 - 01-30-2013 1. You can use this macro (He'll use stronghaste when have no monster and the time of magic finish) [macro]1000 {stronghaste} Creature.OnScreen()==1 Status.Buff==0 Self.Say(Utani Gran Hur) Exit()[/macro] 2. This stop the cavebot and wait the battle to logout [macro]1000 {logou with 0 SD} ID:=ID_SD Misc.ItemCountEx(!ID!)<=0 Self.Logout()[/macro] Change ID_SD by the ID of SD RE: Two Macros would be nice - rahvann - 01-31-2013 Damnn they are not working, that one with SD is only stopping my cavebot when its enabled : ( RE: Two Macros would be nice - spiff26 - 02-01-2013 I dont understand what u mean. First he stop the cavebot, them (when the battle leave), he leave. The first macro did not work? RE: Two Macros would be nice - rahvann - 02-01-2013 both are not workin, idk maybe i did something wrong, changed the ID, when i enable the macro the bot stops and wait for pz when i have like 2k of sd ;P and the stronghaste macro did not casts the spell, i have unmarked the stronghaste in automation tools |