all tell you sux scripts. becoue all scripts here will take ring when 2+ NPC, MONSTER, PLAYER etc.
Use it.
This will only equip/unequip ring when 2+ MONSTER or NPC, will dont count PLAYERS
Use it.
This will only equip/unequip ring when 2+ MONSTER or NPC, will dont count PLAYERS
Code:
1000 {Zdejmowanie Ringa} ile:=Creatures.NPCOnScreen() !ile!<2 Self.UnEquip.Ring(0)
1000 {Zakladanie Ringa} ile:=Creatures.NPCOnScreen() !ile!>1 Self.Inventory.Ring()<>3086 Self.Equip.Ring(3049)