No problem, just don't try do do everything at the same time.
First be sure that everything is working in your server :)
Printable View
No problem, just don't try do do everything at the same time.
First be sure that everything is working in your server :)
hmmm, have u got hard coded ip's in that client file? i cant connect :S
I don't, on client in ptReg.rgx change:
"Server1" "192.168.56.102"
"Server2" "192.168.56.102"
"Server3" "192.168.56.102"
to your IP or if you have client and server on same machine than make it 127.0.0.1
on server in hotuk.ini:
*GAME_SERVER PristonTale 192.168.56.102 192.168.56.102 192.168.56.102
also password to your database will be different than mine,
mine is 123456 so you can change all 123456 to your pass in SQL.dll (be sure you are not adding anything, just replace)
also you should add this to reg (32bit machine):
change PT\\SQLEXPRESS and password.Code:Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\PristonTale]
[HKEY_LOCAL_MACHINE\SOFTWARE\PristonTale\GameServer]
"ServerName"="PristonTale"
"server1"="server1"
"LogPath"="C:\\MyPTServer\\Log"
"AccountDbIP"="PT\\SQLEXPRESS"
"AccountDbID"="sa"
"AccountDbPwd"="123456"
"AccountDbName"="AccountDB"
"BillingDbIP"="PT\\SQLEXPRESS"
"BillingDbID"="sa"
"BillingDbPwd"="123456"
"BillingDbName"="BillingDB"
"BillingLogDbIP"="PT\\SQLEXPRESS"
"BillingLogDbID"="sa"
"BillingLogDbPwd"="123456"
"BillingLogDbName"="BillingLogDB"
"rootDbIP"="PT\\SQLEXPRESS"
"rootDbID"="sa"
"rootDbPwd"="123456"
"rootDbName"="rootDB"
"LogDbIP"="PT\\SQLEXPRESS"
"LogDbID"="sa"
"LogDbPwd"="123456"
"LogDbName"="GameLogDB"
"PCDbIP"="PT\\SQLEXPRESS"
"PCDbID"="sa"
"PCDbPwd"="123456"
"PCDbName"="PCRoom"
"PCCheck"="1"
"CountryCheck"="1"
"PCLogDbIP"="PT\\SQLEXPRESS"
"PCLogDbID"="sa"
"PCLogDbPwd"="123456"
"PCLogDbName"="PCRoomLog"
"ITEMLogDbIP"="PT\\SQLEXPRESS"
"ITEMLogDbID"="sa"
"ITEMLogDbPwd"="123456"
"ITEMLogDbName"="ITEMLogDB"
"SODDbIP"="PT\\SQLEXPRESS"
"SODDbID"="sa"
"SODDbPwd"="123456"
"SODDbName"="Sod2DB"
"SOD2DbIP"="PT\\SQLEXPRESS"
"SOD2DbID"="sa"
"SOD2DbPwd"="123456"
"SOD2DbName"="Sod2DB"
"PCChk"="1"
"SelectChk"="1"
"EventChk"="1"
"BlockChk"="1"
"DelChk"="1"
"PCbang Pccheck"="1"
You can also post your logs in server folder, they telling you what's wrong when you connecting.
ty ty bro. i changed all ips and stuff, it was the sql.dll i forgot to change haha. changed now. game is crashing at char select screen now tho, i assume thats because im using ept files?
Probably because of ePT files in it, you might be missing some Customize Look files too.
Or my calls need to be fixed. I'm calling dll a bit different way, so I don't damage import table.
00434692 CALL composeLook
004345E5 CALL getItems
0043D1D4 CALL writeClientField
on server:
0043C654 & 0054F765 CALL writeServerField
You might want to import function in those dll with CFF explorer and call them by name.
ill look into that, thanks mate :)
any idea where i can get kpt test?
got some programming work to do in c# justnow for university.
Ill get back to ya and let ya know how i get on when im done mate.
Thanks for all your help, youve been great :)
Anyone know the addresses of where i can input my writeClientField.dll into the butcheredv2 client?