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

07/28/2012 11:41 Bingo2008#601
Quote:
Originally Posted by sambaba View Post
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 =)

wow thats just g8!! will wait to see that... :)
07/28/2012 11:49 EliteLotus#602
well got as far as being able to login but now stuck at actually creating a character and probably realm, already have a headache from checking, rechecking, over an over, could someone be kind an give a lil help where or what needs changing? i mean shoot even rappelz wasn't this stupid to dev ~.~
07/28/2012 12:20 sambaba#603
Ok since Im still awake, im gonna post a little bit about it.

-First, look into the file GameServer >> Slk >> Script >> NpcScript.slk
-Secondly, choose the event you wanna modify. For example, I'm choosing Dragon Island. The detail is at C534 if you open by Excel. And you would also see the path of the real script of it. For Dragon Island, it is called Ectype-ShenLong-Npc-2011.s
-Thirdly, look into the file using notepad++. At this point, you should be able to read some of the basic programming code. Lines 37-39 are for the realm. At line 60 "if $team_count < 3", you can change it to < 1 and it should be fine for solo mode.

Every event is a little bit different but the logic would be similar.

@ShijieGames: GM or dev of ShijieGames can try this modification to see whether it is feasible for solo mode in your server. I don't know whether GoF is different than Titan Update but I believe they should be similar codes.
07/28/2012 12:39 LeRaz0r#604
Quote:
Originally Posted by sambaba View Post
Ok since Im still awake, im gonna post a little bit about it.

-First, look into the file GameServer >> Slk >> Script >> NpcScript.slk
-Secondly, choose the event you wanna modify. For example, I'm choosing Dragon Island. The detail is at C534 if you open by Excel. And you would also see the path of the real script of it. For Dragon Island, it is called Ectype-ShenLong-Npc-2011.s
-Thirdly, look into the file using notepad++. At this point, you should be able to read some of the basic programming code. Lines 37-39 are for the realm. At line 60 "if $team_count < 3", you can change it to < 1 and it should be fine for solo mode.

Every event is a little bit different but the logic would be similar.

@ShijieGames: GM or dev of ShijieGames can try this modification to see whether it is feasible for solo mode in your server. I don't know whether GoF is different than Titan Update but I believe they should be similar codes.
<< Menoz

We did it ages ago, we just didn't implement it until now because we wanted players to work together through out Beta phases. It's already live on the server right now, tho..

You're starting out ok, but there's plenty more you can do as well.

Here's an example.

Code:
		$hardLevel = GetPlayerInfo( -1, "level" )
		
		if $hardLevel >= 115
			$monster_level = 200
		else
			$monster_level = $evo_tl / $evo_co
		endif

Have your players rage over the instances completely ripping them apart! :handsdown:
07/28/2012 13:31 s4lly#605
i still cant figure out how to make a GM account. Neither were the items in inventory is stored, on database... Someone post info thanx
07/28/2012 13:37 bilun4b2#606
Who can help me online server please ? pm Skype bilun4b please thx !!!
07/28/2012 14:37 demonlordace#607
LeRaz0r did u figure out how to add more space to make the password longer and more complex instead of just 123 ive tryed adding more bytes in hex workshop but if i add more bytes the exe wont start but if i leave it the 3 digits i can change it to say 111 it will start up and i can login with password 111
07/28/2012 14:59 Hackheaven#608
Whats wrong here? everything seems to work? but when i try to login i get either wrong client version or cannot connect to network

Windows:
[Only registered and activated users can see links. Click Here To Register...]

Linux:
[Only registered and activated users can see links. Click Here To Register...]
07/28/2012 15:01 justalex95#609
if anyone has a server up and running , I would like to play xD thanks , just post the node , or pm
07/28/2012 15:15 Hackheaven#610
Update: now im kinda sure the game server is worknig and the other one since they say new things after editing some more?

[Only registered and activated users can see links. Click Here To Register...]

Still cant cannot get on -.+


My windows mssql db is named passportBOIOLD i think does that matter?
07/28/2012 15:40 Bingo2008#611
Quote:
Originally Posted by Hackheaven View Post
Update: now im kinda sure the game server is worknig and the other one since they say new things after editing some more?

[Only registered and activated users can see links. Click Here To Register...]

Still cant cannot get on -.+


My windows mssql db is named passportBOIOLD i think does that matter?
what seems 2b the problem?
07/28/2012 15:40 sabachka#612
Guys My Server Is up and running but i can't connect even with test account
what's the problem??
07/28/2012 15:50 Bingo2008#613
Quote:
Originally Posted by sabachka View Post
Guys My Server Is up and running but i can't connect even with test account
what's the problem??


u need to restore the DB.. had u ?
07/28/2012 15:52 sabachka#614
nope my server starts without any problem :)) do you have skype?? if you have add me
admin.aliencs
07/28/2012 15:59 Hackheaven#615
I have no idea i think centos isnt even working right now/never was cause the user and pass are what they were ( think all are root/game) and the table is axelerc something and gamestar as the pass

This guide says to change them to sa/123456 (dont know about table.xml they said leave it so i did) maybe the db names are not even right its something like shenhai

And some of the ips posted on ******** cant be right or i have more wrong then i know because 2 of the ones thye said are linux wont cannect but if i put 1 to linux and 1 to windows it does i think

the ports for gateserver have to be wrong since theres like 3 diff ones (40002 is one 30002 is one 2150? is one i think) i just changed the 2 or 3 i found to the 2510 one but i still dont think my gateserver is working right

[GameDBClient]
type = tcp
port = 29251 < other port dont work
//port = 21021
address = 192.168.1.9 < linux right? wont connect if you set it to windows*
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
;listen_backlog = 10
mtrace = /tmp/m_trace.link
cashfile = d:\cash_backup.data

[GAuthClient]
type = tcp
port = 29200
address = 127.0.0.1 < windows right they said it was linux but it wont connect if you set it to linux
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
;so_broadcast = 1
tcp_nodelay = 1
osec = 2
oseckey = rdppjtaki1MxoHnsnaltiiwfjszs9l
isec = 2
iseckey = n1hxpxztozyxnsvk6RaycpmrCnrdds
shared_key = 4khdwAAcjrg0eqfzazqcemdpgulnje

;if use certverify between au,1:use,0:not use,default use
issupport_cert = 0

my table now looks like this (seems the same as when it was default just with windows ip

"jdbc:mircrosoft:sqlserver://windowsip:1433;databasename=PassportBOI" username="sa" password="123456"

Is that right? and does this have anything to do with windows mssql info? cause the db i restored on windows wasnt named BOI its PassportBOIOLD