hyz
Member
- Joined
- Oct 30, 2008
- Messages
- 39
- Reaction score
- 18
You're trying to changeTried to update and got this error in my DB.
View attachment 66201
id
you need to change account_id
I have a noob problem and I can't solve it.
My GOD even being group 6 I can't do some god commands like:
/m - create monster
/i - create item
among others that need "GOD" access for its execution.
Does anyone have any idea how I can fix this?
View attachment 66192
accounts
table, set your account type
column to 6 — that means ACCOUNT_TYPE_GOD
, and you can find it the value possibilities if you search for AccountType_t
within enums.h
.players
table, set your player group_id
column to 6 — that means god
of your TFS groups and you can find it within groups.xml
.