BBot - The best bot of the world
Re: Macro change set - 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: Re: Macro change set (/thread-1563.html)



Re: Macro change set - raphaelignacio - 12-06-2011

i need a macro when i attack this monster, put this set like
1000 {Heal Vita} Target.NameIn(Dragon Lord) Self.Inventory.LeftHand(3067) idk
Macro (33234 31275 5:500 {Frost} Self.UnEquip.LeftHand(0) Self.UnEquip.Legs(0) Self.Equip.LeftHand(8082) Self.Equip.Legs(823))
Macro (33232 31275 4:500 {Dl's} Self.UnEquip.LeftHand(0) Self.UnEquip.Legs(0) Self.Equip.LeftHand(3067) Self.Equip.Legs(821))

help me


Re: Macro change set - upking - 12-08-2011

Let me tell you an example
I suppose that's a script for a frost dragon, right?
Code:
1000 {Frost} Self.UnEquip.LeftHand(0) Self.UnEquip.Legs(0) Self.Equip.LeftHand(8082) Self.Equip.Legs(823))
only this part of the code will be needed (also you can use only what comes after Self.unEquip.LefHand(0), including the unquip..)

In Killer, when you add a monster to the list you can choose some options of macro below the name of the monster

Add the macro to the box from the option "On Attack" then check the box and click on add
Everytime the bots targets on this monster the macro will be executed