2 rod's - 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: 2 rod's (/thread-18351.html) |
2 rod's - Srox - 08-09-2015 i need change rod if attack water elemental atack with underworld rod if attack demon skeleton attack hailstorm rod RE: 2 rod's - erleo - 08-09-2015 Done. Made by Damian [macro]200 {Change Weapon} skillmob:=10 skillweap:=8082 killweap:=3067 id:=Creature.Attacking() Creature.NameIn(!id!, Demon Skeleton)==00 [kill] Creatures.ByRangeName(5, Demon Skeleton)<=1 [kill] Creatures.ByRange(5)<=!skillmob! [kill] Self.Equip.LeftHand(!skillweap!) Exit() {kill} Self.Equip.LeftHand(!killweap!) Exit() [/macro] Use the Search =) Original post: http://forums.bmega.net/thread-25562.html?highlight=creature+by+name When you have target the Demon Skeleton, bot change Underworld Rod for Hailstorm, and when no, for Underworld Rod. RE: 2 rod's - Srox - 08-10-2015 i will test it if works rep xD |