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

Action [TFS 1.1] Improved tools system

zbizu

Legendary OT User
Joined
Nov 22, 2010
Messages
3,323
Solutions
26
Reaction score
2,694
Location
Poland
Converted from my evo datapack(1.0) to 1.1.
I know it could be more efficient, in metatables, etc. but I'm too lazy to rewrite it completely.
It also contains some stuff from my scripts, don't forget to remove that.

actions.xml (you will get warnings "duplicate registered action", so remove duplicates after that)
Code:
    <action itemid="2120" script="tools/tools.lua"/>
    <action itemid="2416" script="tools/tools.lua"/>
    <action itemid="2420" script="tools/tools.lua"/>
    <action itemid="2442" script="tools/tools.lua"/>
    <action itemid="2549" script="tools/tools.lua"/>
    <action itemid="2550" script="tools/tools.lua"/>
    <action itemid="2553" script="tools/tools.lua"/>
    <action itemid="2554" script="tools/tools.lua"/>
    <action itemid="2558" script="tools/tools.lua"/>
    <action itemid="2565" script="tools/tools.lua"/>
    <action itemid="2566" script="tools/tools.lua"/>
    <action itemid="2567" script="tools/tools.lua"/>
    <action itemid="5710" script="tools/tools.lua"/>
    <action itemid="5908" script="tools/tools.lua"/>
    <action itemid="5942" script="tools/tools.lua"/>
    <action itemid="7731" script="tools/tools.lua"/>
    <action itemid="10511" script="tools/tools.lua"/>
    <action itemid="10513" script="tools/tools.lua"/>
    <action itemid="10515" script="tools/tools.lua"/>
    <action itemid="21553" script="tools/tools.lua"/>

tools/tools.lua (config is at line 377)
http://pastebin.com/kLeTnbum
 
Its ofcourse easy to have a look on what you improved but a tip is to write some short lines in the thread about it so people feels the need of using it! ;)

You're doing amazing things, don't forget to tell us how amazing they are! :D
Some people needs to read WHY its better before they will use it, waste if they wont.

Kind Regards,
Eldin.
 
They don't need to use it.
It's intended to be used by advanced scripters.
Anyway, this script put all tools in one script so you can make a tool(one item) which works as machete, shovel and rope.
 
Back
Top