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

Lua Items.xml

Zoool

New Member
Joined
Jul 18, 2014
Messages
163
Reaction score
2
If i add something like this to items.xml
" <attribute key="attackSpeed" value="500"/>"
How does it count?
its +500% attack speed? +50% or what?
 
So if palladin has 1000 attack speed how much it will be? 1500?
If royal palladin has 1400 attack speed it will be 1900?
 
If i add something like this to items.xml
" <attribute key="attackSpeed" value="500"/>"
How does it count?
its +500% attack speed? +50% or what?

Code:
0 = 0 ms each hit (1000 times per second (1000 ms = 1 second))
100 = 100 ms each hit (10 times each second)
500 = 500 ms each hit (2 times each second)
1000 = 1000 ms each hit (1 time each second)
2000 = 2000 ms each hit (1 time each 2 seconds)

The lower you go on attack speed in items.xml or vocations the faster you will hit.
 
Back
Top