Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro on Stealth Ring and RoH
#1
Hello.

I need help in combining two scripts or do the new one.
Which will wear stealth ring when more than three cyclops, or some drone and Smith will appear on the screen, while when it let down wears the Ring of Healing when less than 200 mana.

Siemano.
Potrzebuje pomocy w połączeniu dwóch skryptów lub zrobienia nowego któy zakładałby stealth ring gdy więcej niż 3 cyclopy, lub jakis drone czy smith pojawi sie na ekranie, zas kiedy go sciagnie niech zalozy Ring of Healing gdy mniej niż 200 many.


Self.Mana()<100
Self.Equip.Ring(3098)
Self.Mana()>200
Self.UnEquip.Ring(3052)



500
{Stealth Ring by C}
ID:=3049
IDON:=3086
BP:=0
Creatures.ByName(Cyclops)>2 [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()


Forum Jump:


Users browsing this thread: 1 Guest(s)