Hello,
Since I haven't managed to figure it out yet, how to write this kind of script, I'm asking for your help guys Should be pretty simple script. I'm playing on OT and can buy aol and bless just by typing !aol and !bless.
Script:
Check "neck" slot, if no amulet, then self.say "!aol" and "!bless".
Will give to helper REP+
EDIT:
Managed to write this script, maybe someone else needs it also, so I'm putting it here.
1000 {AOL} Self.Inventory.Neck()<>3057 Misc.ItemCountEx(3057)<1 Self.Say(!aol) Self.Say(!bless) Self.Equip.Neck(3057) Exit()
Best regards,
Spotty
Since I haven't managed to figure it out yet, how to write this kind of script, I'm asking for your help guys Should be pretty simple script. I'm playing on OT and can buy aol and bless just by typing !aol and !bless.
Script:
Check "neck" slot, if no amulet, then self.say "!aol" and "!bless".
Will give to helper REP+
EDIT:
Managed to write this script, maybe someone else needs it also, so I'm putting it here.
1000 {AOL} Self.Inventory.Neck()<>3057 Misc.ItemCountEx(3057)<1 Self.Say(!aol) Self.Say(!bless) Self.Equip.Neck(3057) Exit()
Best regards,
Spotty