• 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.0 talkactions /i ,/m ,/n ,/s

kleitonalan

New Member
Joined
Mar 21, 2013
Messages
289
Reaction score
3
I downloaded and compiling version of the tfs hj with the new command /m /i and others only those who I quoted up there do not work not of errors nothing just don't work.
 
Make sure the following files are up to date:
global.lua
compat.lua
data/talkactions/talkactions.xml
data/talkactions/scripts/<filename for the command you're having problem with>.lua

/n was removed completely because /i can create items by both name or id.
 
So assuming you have everything updated, how did you try these commands? Does your characters group have access level, and which account type does your account have?
 
No, that should be good enough, but some of them may require account type 5 (god) too. How are you trying to execute the commands?
 
xml/group.lua no have group 5

<?xml version="1.0" encoding="UTF-8"?>
<groups>
<group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" />
<group id="2" name="gamemaster" flags="137438953471" access="1" maxdepotitems="0" maxvipentries="200" />
<group id="3" name="god" flags="127540697997304" access="1" maxdepotitems="0" maxvipentries="200" />
</groups>


/i solar axe
/m demo
 
Account type, not player group.
Ar53hUL.png
 
Back
Top