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

TFS 1.X+ TFS 1.4.1 All items registered in actions

Itutorial

Legendary OT User
Joined
Dec 23, 2014
Messages
2,461
Solutions
68
Reaction score
1,123
Anytime I try to add something in data/scripts/actions/

It says the item is already registered in actions. Doesn't matter which item it is. Never had this problem before.

show.png
 
looks like you are trying to add "axe" id 2386 in action scripts, and it's used by <action fromid="2376" toid="2404" script="other/destroy.lua" /> in actions.xml

and 2566 "kitchen knife" <action itemid="2566" script="tools/kitchen_knife.lua" /> in actions.xml
 
The thing is there is no item registered in actions.xml with 2386. I didn't see the kitchen knife but I also tried with multiple different items. Each one having the same error as 2386.
 
Back
Top