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

Change Time of rings in tfs 0.2...

Virgel

New Member
Joined
Jun 14, 2007
Messages
150
Reaction score
2
Greetings...

how can i change the time of a ring or add time for new rings.

It doesnt work like this:
Code:
	<item id="2179" article="a" name="gold ring">
		<attribute key="description" value="Gives more Exp."/>
		<attribute key="weight" value="100"/>
		<attribute key="slotType" value="ring"/>
		<attribute key="duration" value="300"/>
		<attribute key="stopduration" value="1"/>
		<attribute key="showduration" value="1"/>
	</item>
There is nothing in Items.xml also not in Global.lua
Ive search at all places... i think it must be in cpp but where? Thx for you help

Baba
Virgel
 
Last edited:
Back
Top