i posted it in his thread.
but i'm going to post it here so it gets viewed more.
Please help if you can.
Printable View
it's saying your ODBC files aren't edited correctly.
goto the "center" folder, and edit the "odbc_internal.dsn" so it's like this.
fill in where I put the [] with your information of course. now save that and close notepad. it looks like your odbc_main.dsn is okay, since I don't see that error around. now let's go up one folder level and go to "Gameserver" in there, there is a file called "Config_server.lua" open it in notepad. it should look like this.Code:[ODBC]
DRIVER=SQL Server
UID = [this is the user ID. in most cases, this is just "sa"]
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=[this is what you log into on sql server management, when you bring it
up, it has "server name" take what is in the text box beside it, and copy that here. (ie mine is: RURI\SQLEXPRESS)]
Description=Internal
PWD = [your login password for sql server management]
[QUOTE][SIZE="1"]fr = GetFailRate()
fr:SetWriteToDB( false )
SimLayer = GetSimLayer()
SimLayer.m_uiNickNameAvailable = 15
SimLayer.m_dwShutdownTimeLimit = 60 * 1000 --
Thanks, that helped, but now i get:
http://img21.imageshack.us/my.php?im...eerrorsju7.jpg
Its pretty much the same error for both .exe's, i think.
What do i do?
EDIT: i forgot to mention that the two .exe's immediately close after that.
sorry for the slow reply, I'm try to set-up a wow server for a friend right now xD
for the top one, check the MsgRouter's "config_msg.lua" and make sure that the log level is set to 0 (I think by default it's 2 or something.) then try it again, I think your right that it is both the same problem, but if it isn't, the other one looks like it might be a database problem, I think. in your connectstatusDB, what is the serverIP, and extra flag?
and does the extra flag match the protocol version 1 in the Config_Server.ini in the gameserver folder?
if that's fine, check the MsgRouterlist, is the protocolversion the same as the Config_Server.ini in the MsgRouter folder?
Its okay.
ill try that in a bit and post my results.
Thanks.
EDIT:
The MsgRouter ones all match.
and The log level was 2, i set it to zero.
As for the GameServer, the log level was already 0
But the Extra Flag thing in the database said 249, and in the config, the protocol version 1 says 265.
What should it be?
the one in the database should be 265, just like the config.
the one you have posted in must be mine. I apologize, but I am quite a busy person in real life (I am currently a college student, and demands for my academic life is... well, very demanding). I address as much issues as I could, so please do wait for a while if I cannot comply to your questions.
BTW, you should check up the quoted message in my thread. Ifyou follow it through, there shouldn't be any problem. I typed it as I was making it, and was successful. I have posted a solution in the other thread.
hm... I don't know then..I've never actually gotten that error. so I've just been guessing.. there was a post about an error like that somewhere around here for the segabill problem.. I'll look around some, see if I can find it again.
what are you using as an IP? are you using 127.0.0.* or a 192.168.*.* (star stands just stands for wildcards.) I've heard of some problems with the 127.0.0.* one.
@shiningriver could you post a link to the post with your solution, please?
Oh. yeah, ive been using localhost (127.0.0.1)
maybe thats why
would switching to using my hamachi (5.164.91.152) work?
I don't know, you can try it, are you on a network hub? can you get a 192.168.*.* type address?
yeah. 192.168.1.1 is the default gateway.
i think im 192.168.1.5
should i use that?
EDIT: I dont know what i did.
but i fixed it, i got it working and stuff.
What clients can i use? other than this one, which isnt so good. its pvp only.
i add cash through database editing, right?
and.
how do i change the EXP rate?
sorry for the 20 questions, lol, and thanks for all your help.
...See ABOVE POST for original post content...
Quote:
...DELETE THIS DOUBLE POST PLEASE, IT WAS MADE BY ACCIDENT..
Are you absolutely sure you are reading my guide thoroughly and not just skimming through? Because I can assure you that guide works. I've used that guide on five computers now and counting.
You can change the experience on the dbo.Event something table. On the end time, edit it to whatever date, then put the gp, exp rates there.
to add cash, add a column named "cash", int value, allow null on the dbo.users table.
I got it working.
Using your tutorial.
Which i thank you for, very much.
Im just wondering what clients i can use.
and are they all pvp only right now?
cause, currently, its only me playing. and you cant pvp alone lol.
so until i get my brother or cousins connected, im playing by myself.
Which is why im wondering if there is anyway to play dungeons.
Thanks again for all your help.
And thank you invalidphp, you helped me a lot too.
EDIT: One last question...
How do i add a column to dbo.users?
EDIT(Again): I figured it out. but it didnt work. i put in 100000 and ingame i didnt have any cash.