Posts: 34
Threads: 5
Joined: Jun 2013
Reputation:
0
10-26-2013, 07:07 PM
Hello!
I need a macro to do this:
Equip Energy Ring (3051) when are 3 or more Dragons in the screen
and
Remove Energy Ring (3088 = ID ON) when are only 2 Dragon alive.
Thanks!
Posts: 1,617
Threads: 15
Joined: Dec 2011
Reputation:
0
[macro]1200 {Equip/Unequip Ring} ID:=3051 ID_ON:=3088 MONSTER_COUNT:=3 Creatures.ByName(Dragon)>=!MONSTER_COUNT! [else] Self.Inventory.Ring()<>!ID_ON! Self.Equip.Ring(!ID!) Exit() {else} Self.Inventory.Ring()==!ID_ON! Self.UnEquip.Ring(0)[/macro]
Posts: 17
Threads: 6
Joined: Oct 2013
Reputation:
0
these macros do not work, as well, I've tested the example on the wiki's sample macro list, it does not work. These macros do 1 of 2 outcomes, 1) places the energy ring and leaves it on, or, 2) removes and replaces the ring over and over agnai.