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

Lua PvpE Aol

loamigad

New Member
Joined
Aug 11, 2007
Messages
22
Reaction score
0
I think this should be in lua?

Anyways, is there anyway to get the aol to work with pvpe?
 
Go to /your-ots-directory/data/items

and edit

find amulet of loss and you will see :
Lua:
		<attribute key="preventLoss" value="0"/>
change it on :
Lua:
		<attribute key="preventLoss" value="1"/>
 
that's not it, the AOL works on pvp normal, but not on pvp enforced.. it's something on how tfs views aols i guess, but is there a way to change that
 
its in items download a new serv and copy and past bec when u use pvp-e its a auto change so it doest work (bec of that its kinda mutch war servs)
 
You need to edit sources.

loool no a line in aol <_<


here you go;

Code:
	</item>
	<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="420"/>
		<attribute key="slotType" value="necklace"/>
                <attribute key="preventDrop" value="1"/>
	</item>
 
Back
Top