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

Tools dont working TFS 0.3.4

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,112
Reaction score
221
Location
Germany
GitHub
eubrunomiguel
hello, shovel, rope, etc... dont working.. what i need make?
i use the scripts of TFS 0.3.4 and i tried use anothers.. but the bug dont fix
TOOLS

Code:
	<!-- Tools -->
	<action itemid="2420" event="script" value="tools/machete.lua"/>

	<action itemid="2442" event="script" value="tools/machete.lua"/>
	
	<action itemid="2550" event="script" value="tools/scythe.lua"/>

	<action itemid="2580" event="script" value="tools/fishing.lua" allowfaruse="1"/>
	
	<action itemid="2554" event="script" value="tools/shovel.lua"/>
	
	<action itemid="5710" event="script" value="tools/shovel.lua"/>

	<action itemid="2120" event="script" value="tools/rope.lua"/>
	
	<action itemid="7731" event="script" value="tools/rope.lua"/>
	
	<action itemid="2553" event="script" value="tools/pick.lua"/>
	
	<action itemid="5908" event="script" value="tools/obsidian_knife.lua"/>
	
	<action itemid="5942" event="script" value="tools/blessed_wooden_stake.lua"/>
 
Back
Top