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

Use item on weapon get attack speed

MadMOOK

Hoo
Joined
Apr 20, 2011
Messages
802
Reaction score
44
I need something similar to mocks slot system but on a separate storage.

I use a small sapphire on my sword and have it add 1500 attack speed, if I use one more it brings it to 1000... With max two!

This is my distro
[8.60] - The Forgotten Server v0.3.7 (Crying Damson)
 
There are multiple ways to do this.
The easiest would be!
using this LUA function
doItemSetAttribute(item, "attackspeed", ##)
getItemAttribute(item, "attackspeed")
If you need more help let me know.
I don't know what level of scripter you are.
 
I am level zero! lol I tried reading a tutorial here and it confused me... I really do want to learn how to put them together
 
Back
Top