1 of two places.....
If you have a group file in xml folder. E.g. groups.xml. you'll find it in there...
Or its a manual job in phpmyadmin
Hmm i don't know much about it in the database, but i have both with my server, yet there is an xml file in my xml folder called groups.xml. Just check if you have one, this will be alot easier.
In the event that its in the database, i can't really help without seeing, post your groups table? :3
Sorry
select * from `players` where `group_id` = 'XX'
select * from `players` where `name` = 'PLAYER_NAME_HERE'
UPDATE `players` SET `group_id` = 'XX' WHERE `name` = 'PLAYER_NAME_HERE'
go to the table "players" search for the player that you want to promote/demote select it, click on it, and change the group id.
Fatal error: Uncaught exception 'ClassException'
Message: Player::Create() Group #1 does not exist. Check your database and config file.
Online help: More Info
File: player.php on line: 250
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.
Debug Backtrace:Disabled
Error
SQL query:
#---------------------------------------------------
INSERT INTO accounts( `id` , `password` , `type` , `group_id` )
VALUES (
@acc , @pass , 5, (
SELECT `id`
FROM groups
WHERE `name` = 'a god'
)
);
MySQL said:
#1054 - Unknown column 'type' in 'field list'
http://otland.net/f479/adding-new-group-id-needed-tfs0-3-a-15458/ <-for adding new groups, but if you hae none, use this...
What you mean can't create a character? Can't go in game and make one?