When i try to create mine game account i have this error :
http://img522.imageshack.us/img522/1770/prob6.jpg
I've used this database pack : http://rapidshare.com/files/13610892...b_9.8.2008.rar
Help:scared::scared:
Printable View
When i try to create mine game account i have this error :
http://img522.imageshack.us/img522/1770/prob6.jpg
I've used this database pack : http://rapidshare.com/files/13610892...b_9.8.2008.rar
Help:scared::scared:
Null errors when registering accounts are always the same thing. Your xp_md5 support isn't working. Open the "master" database, find the extended procedures folder and locate xp_md5. Check it's properties and make sure the dll is in the right place.
You can use the query below to test if it's working and if you get a NULL back instead of a password hash it is not working right.
select account.dbo.fn_md5('test')
i must make me sure the xp_md5.dll are in c:\program files\microsoft sql server ???????
Or not ? , i did not understand very well......
no the xp_md5 you downloaded with the server and you can either place it on c:/ or in c:/windows/system32 or anywhere your PATH variable is set!
And where i can setting it
in the extended procedures of master table , make a new one to point out to {your path to xp_md5.dll}
Now i created the table : dbo.fn_md5 in the ( master's table) , now what i must do??
( thank for help , this is my first cabal online server...)
not table, extended procedure...
Delete the xp_md5 entry from the extended procedures folder in the master database, put the dll in c:\windows\system32 and then run the query below.
EXEC sp_addextendedproc 'xp_md5', 'xp_md5.dll'
Ok i have created mine account in manager studio express, and now i have this problem when i try to start the 2.5 server i have a problem:
http://img524.imageshack.us/img524/3703/prob7.jpg
adduser cabal
I've created the account. whit the query in managment studio ... i must create in Sql > GameDB > cabal_character_table ????
You don't create any tables o_o As far as I know when you "restore" the databases everything is set and ready to go on the sql part. Then again I haven't touched this stuff in well over 4 months. So lemme go verify that.
I think cypher means that you need to create a "cabal" user for the sql itself.
So that the server can connect to the database. I maybe getting this wrong though. But you don't create any users in the SQL database files. That's for in-game stuff.
striker i've resolved the ''database problem'' now i must create a new player of cabal, and i don't know if i must create from : Sql > GameDB > cabal_character_table or waht?
cabal_character_table is an already existing table, to create a new character just log into the game and make one.
If you mean to create an account use the stored procedure "cabal_tool_registerAccount" in ACCOUNT database. Or you can just use one of the GMTools provided in the forums to make an account.