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

Items limitations and dmg

Electron

New Member
Joined
Oct 3, 2008
Messages
28
Reaction score
0
Hello guys! I have got a few quations on TFS.

1. How to remove items lvl limitation, for example 8 lvl can use SOV well.

2. Where I can change dmg, I am intresting to make dmg like it was in 7.6 clients. Maybe you can send me changed file?

Thank you,
yours Electron
 
1.
Go to ..data/weapons/ and open weapons.xml

Edit this line:
Code:
<melee id="2400" [B]level="80"[/B] unproperly="1" function="default"/>

to this:
Code:
<melee id="2400" [B]level="8"[/B] unproperly="1" function="default"/>

2400 - Sword of Valor ID.

2.
Depends what damage you mean? Damage of weapons?
You could change the ATK/DEF in items.xml or you could change the damage made by melee/distance at ..data/XML/vocations.xml.
 
Last edited:
I wanna change my rune dmg, like it was in 7.6 client. When mages, paladinds shoot SD, Gfb, hmm well and etc.

Thank you for your answers!
REP++ ELOX
 
Back
Top