Did you read my previous comment? This TFS base supports both XML NPCs and RevScripts. I migrated everything to RevScript, but I’ll explain it again because I already answered another user about this.
Check your config.lua. The default NPC mode is:
npcSystem = "tfs"
For Crystal/Canary NPCs, change it to:
npcSystem = "crystal"
The NPCs and monsters are already ported and configured for version 15.25. I recommend using the Crystal NPCs because they already work entirely with clientID. There is no longer any need to use serverID, just like in Canary and Crystal.
Regarding actions.xml: it no longer exists and is not supported by this base. I removed the old XML action system completely. Everything now uses RevScripts, following the same approach used by Canary and Crystal, because it is easier to maintain and modify.
I have already added tutorials to the GitHub Wiki explaining how to use and configure everything. Please read the README and the documentation, as the necessary information is already explained there.
TFS Downgrade 1.8+ is an engine based on nekiro downgrade but highly updated with current tfs code, it also has the lua modules divided and uses lua5.5 - Mateuzkl/forgottenserver-downgrade-1.8-8.60
github.com
TFS Downgrade 1.8+ is an engine based on nekiro downgrade but highly updated with current tfs code, it also has the lua modules divided and uses lua5.5 - Mateuzkl/forgottenserver-downgrade-1.8-8.60
github.com