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

[tfs1.3]equip/uneqip hotkey delay + wild growths nopvp mode

nighor

New Member
Joined
Aug 5, 2019
Messages
5
Reaction score
0
Hello,
I want change delay after using equip/uneqip hotkey, becouse now I can equip/uneqip one item per second.
I've tried to change:
Code:
timeBetweenActions = 200
timeBetweenExActions = 1000
and i can't find anything useful in src files.
Second thing I want make wild growths and mwalls walkable and destoyable on step in.
I've created script to destroy them onStepIn, but problem is that "ITEM_WILDGROWTH_SAFE"
is walkable for monsters aswell.
I want make them not walkable for creatures or make normal "ITEM_WILDGROWTH" destroyable onStepIn but I don't know how if I can't step on it.

I found what I was looking for in /data/modules/modules.xml
Code:
<module script="equipobject/equipobject.lua" byte="119" type="recvbyte" delay="1000"/>
But still need help with magic walls and wild growths.
 
Back
Top