-
Apprentice
Had a choice of either can't create guild or can't create char
I have changed everything in etc/cabal/ that is required to make my server index 1. Change all the name of _24 to _01. I executed the GameDB functions call dbo.GetServerIdx. I replaced the 24 with 1.
Now here is the problem, I am not able to create new char. I am still able to log into existing char and the create guild bug is gone.
So I changed the GameDB functions call dbo.GetServerIdx from 1 back to 24. I am back to square one, I can create new char but cannot create guild again.
So maybe it is got to do with the dbo.cabal_server_table in cabal_managerdb. I open up the table and it is empty, so I began to add some details I found on one of the thread. Then I couldn't save it as I kept getting error trying to put a data into the bReal.
http://img255.imageshack.us/my.php?i...seerrorrg0.jpg
Anyone can help shed a light on how to solve this?
Any help is deeply appreciated as this has been dodging me for a few days now.
Last edited by vzae; 25-09-08 at 03:17 AM.
Reason: Added picture & sentence construct
-
-
Re: Had a choice of either can't create guild or can't create char
It isn't to do with the managerdb. Guilds, chat and buddy lists are all controlled by the messenger service which is provided by ChatNode_XX and it sounds like something is wrong with it's config meaning it either isn't starting or it isn't talking to the WorldSvr_XX_XX properly.
When it isn't working try checking it's config and it's log as it usually tells you what is wrong in the log.
-
Apprentice
Re: Had a choice of either can't create guild or can't create char
Thanks it works. Guess you were right that it got nothing to do with the managerdb nor even the GameDB database. When I check the log, I realized I was a noob lol. I have been trying to create a guild using a test char level 1 and the problem was I needed a level 40 char lol.