Change rod when specific mob in target - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Change rod when specific mob in target (/thread-3843.html) |
Change rod when specific mob in target - Daczu - 08-16-2012 This is what I need: macro to change weapon while specific mob is targeted. This is what I have: 1000 {name} Target.NameIn(mob_name) Self.Equip.LeftHand(weapon_id) And actually it doesnt work. Target.NameIn always returns 0. RE: Change rod when specific mob in target - abdel291 - 08-19-2012 1000 {Equip X} Target.ByName(mob_name) Self.Equip.LeftHand(weapon_id) Try this one and check my post http://forums.bmega.net/showthread.php?tid=5378 , i need help too xD A little rep+ is ok |