• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

i wanna know how to make my server fast atk

da warmonger

warmonger
Joined
Oct 2, 2008
Messages
35
Reaction score
0
Location
i live in edmonton
any one know how to make a fast atk server i think i have to script it my self or go in the vocs if any ONE KNOWS THE SCRIPT OR HOW TO DO IT AT ALL PLEASE HELP ME LOL :p
 
Go to your folder called "XML Files" and open "vocations.xml" and change it.

Example of a vocation:

Code:
<vocations>
	<vocation id="0" name="None" description="none" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" [B][COLOR="Red"]attackspeed="2000"[/COLOR][/B] soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.5"/>
		<skill id="1" multiplier="2.0"/>
		<skill id="2" multiplier="2.0"/>
		<skill id="3" multiplier="2.0"/>
		<skill id="4" multiplier="2.0"/>
		<skill id="5" multiplier="1.5"/>
		<skill id="6" multiplier="1.1"/>
	</vocation>

I bolded in red the fast attack speed. There you can change it.
And remember if you have a problem feel free to ask here, in OtLand and remember too that this thread must be in support section :).


Good Luck!
 
Moved to open tibia's support board.

Akor Shel's example seem to be working.
 
Back
Top