• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Aol help

psychosisneamia

~Beginner~
Joined
Jun 7, 2012
Messages
162
Reaction score
7
I have a question and none of the other requests have worked. I made a npc simple xml that would sell aol's. The npc works fine he sells the aol but when you die with the aol it doesnt remove the aol at all.. Can anyone tell me what the aol wont break? My items.xml has this
Code:
 <item id="2173" article="an" name="amulet of loss">
    <attribute key="weight" value="1" />
    <attribute key="slotType" value="necklace" />
    <attribute key="preventDrop" value="1" />
  </item>
 
Code:
shopModule:addBuyableItem({'amulet of loss', 'aol'},         2173, 50000,1,             'Amulet of Loss')

Make sure it's only selling 1x aol or that it is stated in the shopmodule to sell 1x
 
I have that set already, yet the aol still does not break.
Code:
11:54 Bought 1x Amulet of Loss for 25000 gold.

---Edit---
Can someone make a script instead of using aol I will use bless so can someone make a script where you get all five blessings just buy saying "hi bless" and when you do that if you are blessed you get a Blue shield next to your name?
 
Last edited:
Back
Top