[RELEASE] BOI Server Files + Server Tools + GM tools

07/27/2012 17:32 axelcro#586
[Only registered and activated users can see links. Click Here To Register...]


ONLY FOR DEVELOPERS
07/27/2012 17:43 bilun4b2#587
What port i need open for online server ? who can tell me please thx !!!!!
07/27/2012 17:55 axelcro#588
Quote:
Originally Posted by bilun4b2 View Post
What port i need open for online server ? who can tell me please thx !!!!!
30002
07/27/2012 18:07 mcrolanson#589
axelcro how did you disable 123 password?
07/27/2012 18:11 bilun4b2#590
Quote:
Originally Posted by axelcro View Post
30002
and 192.168.1.2 replace with my ip computer right ?
07/27/2012 23:10 Drmzindec#591
Got my server up and running! Atlast! :)

Thanks to Axel, Krozo. I know now why all the info to setup the server inst on here otherwise everyone will set it up. Took me a few days to get there, main prob was mssql and dhcp. But got it sorted.

Im having a bit of problems with adding items to the shop. Axel can i please bother you for your .slk files.

I will am working on a register page since i know whats going on now and how everything works. ill post it on the dev site as soon as i am done which will probably be sometime next week.

The conclusion i came to is that you add the user in the mysql database and the mssql pulls the data from there and populates it. Since that's the way that PW does it.

Thanks again guys.
07/28/2012 00:37 demonlordace#592
decided to release this if u know how to use xampp or such will be easy to figure out what to do[Only registered and activated users can see links. Click Here To Register...]

this is server side to use the launcher.exe now client side should be very easy to setup also as it took me like 2 min to do it

CREDITS TO ME
07/28/2012 02:03 Hackheaven#593
Need a better guide...

and table.xml is not even on windows... its on linux

Is the sqlserver info on linux FOR linux or FOR windows

What do all the LINUX cfg file ips need to be set to (just changed them from 0.0.0.0 now it wont connect not sure what all ones i changed tho and having to restart linux EVERYTIME you run start.sh is bullshit)
07/28/2012 03:20 DGND#594
Hi guys, i have seen that there are some users that have/had this issues.

Code:
socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
from gateserver, and
Code:
2012-07-28 04:01:20 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:20 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv2:MS:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv1:MS:socket err:10061 -- CNameServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:29 lv2:MS:err:1236 CLocalServerSession::OnError -- CIOCPSession::OnIOCompleteFailed
2012-07-28 04:03:06 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:06 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:06 lv2:MS:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:06 lv1:MS:socket err:10061 -- CNameServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv2:MS:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv1:MS:socket err:10061 -- CNameServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:13 lv2:MS:err:64 CGateServerSession::OnError -- CIOCPSession::OnIOCompleteFailed
2012-07-28 04:03:13 lv2:MS:Gate: 1 disconnect
2012-07-28 04:03:14 lv2:MS:err:1236 CLocalServerSession::OnError -- CIOCPSession::OnIOCompleteFailed
from ManagerServer.


If someone managed to solve this please give me some info.

Many thanks.

=====
Ok now i fixed this .. thanks anyway
07/28/2012 05:39 Krozo#595
Quote:
Originally Posted by Drmzindec View Post
Got my server up and running! Atlast! :)

Thanks to Axel, Krozo. I know now why all the info to setup the server inst on here otherwise everyone will set it up. Took me a few days to get there, main prob was mssql and dhcp. But got it sorted.

Im having a bit of problems with adding items to the shop. Axel can i please bother you for your .slk files.

I will am working on a register page since i know whats going on now and how everything works. ill post it on the dev site as soon as i am done which will probably be sometime next week.

The conclusion i came to is that you add the user in the mysql database and the mssql pulls the data from there and populates it. Since that's the way that PW does it.

Thanks again guys.
No problem at all. ^^, MSSQL, yeah, it cause a problem too. About the network configuration, you need to enabled them all. Anyway, if you got the Registration page working, can you share it with me? :P or else, you can sell it to me. hehe.. i need fully working registration page so that i can rent a dedicated server.

About the .slk, well, i got a problem with it at first, i cannot saved it, you have to "save as" and save at other location folder. :/
07/28/2012 05:42 Krozo#596
Quote:
Originally Posted by Hackheaven View Post
Need a better guide...

and table.xml is not even on windows... its on linux

Is the sqlserver info on linux FOR linux or FOR windows

What do all the LINUX cfg file ips need to be set to (just changed them from 0.0.0.0 now it wont connect not sure what all ones i changed tho and having to restart linux EVERYTIME you run start.sh is bullshit)
On the table.xml, you only need to change [Only registered and activated users can see links. Click Here To Register...] ip and other to Linux. theres a guide which Zanka post somewhere, search it yourself.

and dont forget to edit the authd.cfg on the same folder where table.xml is.
07/28/2012 05:42 mcrolanson#597
Quote:
Originally Posted by Drmzindec View Post
Got my server up and running! Atlast! :)

Thanks to Axel, Krozo. I know now why all the info to setup the server inst on here otherwise everyone will set it up. Took me a few days to get there, main prob was mssql and dhcp. But got it sorted.

Im having a bit of problems with adding items to the shop. Axel can i please bother you for your .slk files.

I will am working on a register page since i know whats going on now and how everything works. ill post it on the dev site as soon as i am done which will probably be sometime next week.

The conclusion i came to is that you add the user in the mysql database and the mssql pulls the data from there and populates it. Since that's the way that PW does it.

Thanks again guys.
Thanks man you give a clue about the registration. But how to disable the 123 password. As I run trials and error. The 123 pass is in windows file that manage it.

Krozo i can code you a registration page. But I dont have any Idea where to put the the datas. just give me where i will put the data and i post here the registration page.

Krozo i can code you a registration page. But I dont have any Idea where to put the the datas. just give me where i will put the data and i post here the registration page.
07/28/2012 07:03 demonlordace#598
in case any1 didnt know should be able to change default double xp time with this

in gameserver/script file called player.s

look for this


$level = GetPlayerInfo(-1 , "level")
//?????????,??????????????? 2010?3?25?
$vip_level = GetPlayerInfo(-1 , "noblelevel")

$double_exp_time = 18000
1800 is defail for 300 min change at own risk

edit i found out how to change the default password but im not gonna tell people how untill i figure out how to make it more secure first
07/28/2012 09:55 Drmzindec#599
@Krozo, i will post it for everyone to use free dont woz. Pretty sure ill be able to figure it out. Just wont have time until Monday to start work on it.

I replaced an npc with my own and just added all the items i want to that. Whole lot easier than adding it to the Market for now. Anyone know what the Market ID is? i found 1505 but doesn't seem to work.
07/28/2012 11:29 sambaba#600
I just figured out how to modify every instance to be solo and all of them into only 1 realm. If anyone interested, I will post it later tomorrow =)