Please help im making my own server

@@classy5 just create new database and import logs.sql

example is like this
 

// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: ragnarok
log_db_pw: ragnarok
log_db_db: ragnarok_logs
log_codepage:
log_login_db: loginlog
 
@@classy5 just create new database and import logs.sql

example is like this

// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: ragnarok
log_db_pw: ragnarok
log_db_db: ragnarok_logs
log_codepage:
log_login_db: loginlog
it didnt work.... but when replaced it with "ragnarok" i think all became ready...im not sure if thats the proper way do it

dgnlmo.png


 
@@classy5

don't diff your client with any of the following: add custom jobs, add custom homunculus, add custom shield

 
tell us the patch list that you applied to your client and have you modified your mmo.h PACKET_VER to 20131223?

 
tell us the patch list that you applied to your client and have you modified your mmo.h PACKET_VER to 20131223?
as of now i deleted the client i made and just applied the "recommended" ones.. and i tried it same thing happened

heres my mmo.h

2062dlf.png


 
why is your account id "1"? how did you created it?

 
why is your account id "1"? how did you created it?
ahh nevermind it, i checked the SQL workshop its the other account

but the right one im able to log to character select and able to create one but when i try to log on to the map i get this

2liafir.png


 
conf/battle/client.conf

packet_obfuscation: 1

 
tell us which patches you have applied to your hexed

 
@@evilpuncker @@Zhao Chow and others

thank you very much for helping this far! its all working now
default_smile.png


33e254j.png


all i need is to learn how to edit the item description... xD its gonna be another journey.

 
@@classy5

go to System/itemInfo.lua and edit it
default_tongue.png
easier than setting up a server xd

 
@@evilpuncker yeah easier than eating pizza haha,

@@classy5 iteminfo.lua is renewal setting, i think there is a tool that you can convert the

idnum2itemdesctable

idnum2itemdisplaynametable

idnum2itemresnametable

itemslotcounttable

num2itemdesctable

num2itemdisplaynametable

num2itemresnametable

into iteminfo.lua or .lub

 
@@classy5

go to System/itemInfo.lua and edit it
default_tongue.png
easier than setting up a server xd
Thanks! How about the script of the item?
default_biggrin.png


@@evilpuncker yeah easier than eating pizza haha,

@@classy5 iteminfo.lua is renewal setting, i think there is a tool that you can convert the

idnum2itemdesctable

idnum2itemdisplaynametable

idnum2itemresnametable

itemslotcounttable

num2itemdesctable

num2itemdisplaynametable

num2itemresnametable

into iteminfo.lua or .lub
I tried editing them with app called "server database editor" and saved it but nothing applied to whatever things I edited. And I'm idk if my server is renewal or pre.. but I'm able to change char to 3rd job...

 
Back
Top