• 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!

Forevel aol

Minimii

New Member
Joined
Dec 3, 2008
Messages
749
Reaction score
3
Location
Sweden, Piteå
How can I fix forever aol to work? =) I got the item but not the script


EDIT: Problem solved, thanks anyway!
 
Last edited:
<item id="2173" article="an" name="amulet of loss">
<attribute key="weight" value="420"/>
<attribute key="slotType" value="necklace"/>
<attribute key="preventLoss" value="1"/> <<SET TO 0
</item>

i think
 
in player.cpp
search
Code:
			g_game.internalRemoveItem(NULL, preventItem, 1);
and change to
PHP:
			g_game.internalRemoveItem(NULL, preventItem, 0);

probably could just remove it too
 
Back
Top