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

How to fix commands for tfs 0.2 [EASY]

Zerak456

Gorlex.net NEW!
Joined
Aug 13, 2008
Messages
1,060
Reaction score
6
:thumbup:*How to fix commands for tfs 0.2 [EASY]*:thumbup:
Okey here we go
i saw many players who said "one problem, commands how to fix?"

and here i will show how to fix


change this \/
<command cmd="/b" group="2" acctype="5"/>

to \/
<command cmd="/b" group="2" acctype="1"/>
that was @how to fix|

and if u want a working..
----------



rep??

if i helpd xD
heres link to download
 
lol use 5 insted of 1 better if u dont wanna some1 to use proxy on ure serv ^^
 
Then enter your mysql or sqlite database.

Enter ACCOUNT table

Find your account and click the edit button.

Then if you look there somewhere its "TYPE 1", change it to TYPE 5"

And your done.

TYPE 5 = God account type.
TYPE 4 = Senior Game Master account type.
TYPE 3 = Game Master account type.
TYPE 2 = Tutor account type. <----- If you want to add Tutors to your server, give them account TYPE = 2 and they can talk in help channel with orange letters.
TYPE 1 = Standard/normal player/user account type.

While if you enter database, click "character", and find your character and edit it:
Group ID 1 = Normal Character.
Group ID 2 = Game Master character.
Group ID 3 = God character.

When you change
Code:
<command cmd="/b" group="2" acctype="5"/>

to

Code:
<command cmd="/b" group="2" acctype="1"/>

You make so users with Group ID 2 on a normal account can use broadcast.

Which in mostly of the situations, means that you have not configurated your God/GM account correctly. At least not if you use TFS standard system.

So lets read the command?
Code:
<command cmd="/b" group="2" acctype="5"/> 

[B]<command cmd="/b"[/B] = 
[U]execute command by using /b[/U]

[B] group="2" [/B]= 
[U]Only execute command if your character got Group ID 2[/U]

[B] acctype="5"[/B] = 
[U]Only execute command if your account got TYPE 5[/U]

TYPE 5 = God account type.
TYPE 4 = Senior Game Master account type.
TYPE 3 = Game Master account type.
TYPE 2 = Tutor account type. <----- If you want to add Tutors to your server, give them account TYPE = 2 and they can talk in help channel with orange letters.
TYPE 1 = Standard/normal player/user account type.

While if you enter database, click "character", and find your character and edit it:
Group ID 1 = Normal Character.
Group ID 2 = Game Master character.
Group ID 3 = God character.

Ok, what if we want to allow tutor to broadcast?!
Lets see, Tutor acc is TYPE 2, and we want every character on that tutor account to broadcast?
All chars on that account, that means we need to choose Group Type 1. Which mean you need group type 1 to execute the command.

If you got an character with group ID 2 or 3, it still work, since its higher than 1.

And we want to make Tutors able to broadcast, they are type 2. So its simple, just fix the values likes this:
Code:
<command cmd="/b" [B]group="1" acctype="2"[/B]/>

Simple, isn't it? :)
 
Last edited:
how can i do in 0.2 so admins have outfit 302

and then ill add comunnity manager and he will have outfit 266

how can i add outfits?
in my server every gm have outfit 75 :S
 
to make a tutor or cm, just manage it at groups@mysql
just edit the flags, there are some links here to edit
 
Back
Top Bottom