![]() |
search macro for safe ue :) - 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: search macro for safe ue :) (/thread-11166.html) |
search macro for safe ue :) - r3ebok - 08-02-2013 hey guys, i'm looking for a macro if players on screen uses sd and if no players on screen uses ue for exp ! ![]() thanks RE: search macro for safe ue :) - r3ebok - 08-03-2013 someone help, ? RE: search macro for safe ue :) - voonart - 08-04-2013 EDITED TEST IT nOW IT SHOULD WORK 1000 {UE} Self.Attacking()>0 [exit] Creatures.PlayersOnScreen()==01 [sd] Self.HP% >=80 [sd] Self.Mana >= 1200 [sd] Self.Say(exevo gran mas vis) {sd} Self.HP% >=80 Self.Attacking()>0 Target.Shoot(ID OF SD) {exit} Exit() RE: search macro for safe ue :) - r3ebok - 08-04-2013 thanks, i worked it out ;p |