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

Forever AOL 8.7/8.71 (TFS 0.2.10.0)

Kjosen

New Member
Joined
Sep 1, 2008
Messages
94
Reaction score
0
Forever AOL 8.7/8.71 (TFS 0.2.10.0)
Hello, im on the way to host an new ot.
I have been hosting lots of ots before and i had FAO (forever amulet)
(I want a broken amulet used as a forever amulet of loss, not the regulair aol to work forever)
The thing is that i have been trying many diffrent scripts wich I placed in creature scripts and so on, and im afraid that the creaturescripts doesn't even load/have any function/effect at all.

I`ve been looking on the regular Aol aswell and its like this in items.lua:

<item id="2173" name="amulet of loss" article="an">
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="charges" value="1" />

So my conclusion is that it's in the server somehow, and if it is, how do I make a forever aol then?

I have also been testing to remove all the lua files inside the creature map and i find no difference( i still get same You are dead message and the regular aol is still working)

Please help me, im using TFS 0.2.10.0

Kind regards
 
Last edited:
Sorry, edited, i meant that i need a broken amuelt to work as a forever aol, not the regulair aol to work forever, mybad
 
<item id="2196" name="broken amulet" article="a">
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="preventDrop" value="1" />
</item>
 
Allready tried that, it doesn't work to add preventDrop, maybe it works for some other verisions, but not for this one:P
 
Back
Top