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

Field Runes in my server

Murof

New Member
Joined
Jul 5, 2010
Messages
47
Reaction score
0
Hey guys, I know I have been asking a lot of questions lately, (would ahve been alot more without the search function!)

But I have one last one before I launch my server...

Is there a way I can edit how long my field runes last?

(Problem: Field Runes Last Forever)
Eg, magicwall lasts forever
Is this default in tfs 036 or something?

I've looked in all their lua scripts and in items.xml, but there is no way to edit that...

Maybe its in my config but I cannot find.. Its probably really simple so please help me out

++rep ofc
 
Change item ID in magic wall spell file and it should dissapear.

In items.xml
Example fire field, Item ID 1492
Change Duration
Code:
		<attribute key="duration" value="120" />
Same for other fields
 
[solved]

was using wrong id, lol
it was default in server though o.O
the id that was being used: 1497=forever mw for mapping
 
Back
Top