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

Need help making my ot chars attack faster

Bloodhunter

New Member
Joined
Oct 7, 2008
Messages
22
Solutions
1
Reaction score
1
How do I make it so the characters on my ot attack faster? I'm using The Forgotten Server-v0.2-win3gui
 
Open Data/XML/vocations.xml

change:
Code:
attackspeed="1000"

To:
Code:
attackspeed="<a number lower than 1000>"

The variable of 1000 is the time between attacks. The lower the variable the higher the speed :) Don't misunderstand! If you make the 1000 higher for example to 5000 then the attack interval should make it larger the time between attacks.

Regards,
Arlianin
 
Back
Top