03-12-2013, 10:48 AM
(03-09-2013, 03:06 PM)Muszkamtt Wrote: i need a macro to put a strealth ring when monster(cyclops , drone or smith)on screen
I'm so happy I'll finally be able to catch me a Midnight Panter, that I made you this very complicated macro for your cyclops, that I am sure noone else would.
Here:
Code:
500 {Stealth Ring} ID:=3049 IDON:=3086 BP:=0 Creatures.ByName(Cyclops)>0 [cyc1] Self.Inventory.Ring()<>!IDON! Self.Equip.Ring(!ID!) Exit() {cyc1} Creatures.ByName(Cyclops Drone)>0 [cyc2] Self.Inventory.Ring()<>!IDON! Self.Equip.Ring(!ID!) Exit() {cyc2} Creatures.ByName(Cyclops Smith)>0 [cyc3] Self.Inventory.Ring()<>!IDON! Self.Equip.Ring(!ID!) Exit() {cyc3} Self.Inventory.Ring()==!IDON! Self.UnEquip.Ring(!BP!) Exit()
Please, remember to desable the "Re-use" "Ring" (Box Unchecked).
This probably worked, cause I tested it in other creatures. Please click on "Give Reputation to this user" \/