Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
you can edit attack of weapon in item.xml
You can do runes unlimited in config.lua
You can do potion unlimited in data/actions/scripts/liquids/potions.lua and remove:
LUA:
if(not potion.empty or config.removeOnUse) then
doRemoveItem(item.uid)
return true
end
doTransformItem(item.uid, potion.empty)
You can change attack speed in vocation.xml
And you can search all awnser of your question with searching ^_^
You can change attackspeed in vocations.xml and lower exhaustion of spells in spells.xml.
About removing charges from runes in config, it depense on which server you use how it's called exactly, but look for something like this
You want to change how fast you attack with all weapons right? That is attackspeed which you can change in vocations.xml
Or do you mean only for a few weapons?