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

Item attk speed?

I dont think theres any way to change an specific item attack, I know that you can change the speed of each attack according with their specific vocation, but I don't know if thats ok for what you're trying to do.
 
I dont think theres any way to change an specific item attack, I know that you can change the speed of each attack according with their specific vocation, but I don't know if thats ok for what you're trying to do.

well, i wanted to make all weapons attack faster ;p
 
to add speed: setItemAttribute(item.uid, "attackspeed", +speed) --Change the speed value
to remove speed: setItemAttribute(item.uid, "attackspeed", -speed)
to set main speed: setItemAttribute(item.uid, "attackspeed", speed)
 
Back
Top