Question about increasing Quest mode player limit

Newbie Spellweaver
Joined
Jun 28, 2008
Messages
85
Reaction score
4
How do i increase the player limit of quest?
i edited gametypecfg.xml to this:
Code:
	<GAMETYPE id="7">	<!-- GAMETYPE_QUEST -->
		<ROUNDS    round="1"	str="---" default="true" />
		<LIMITTIME sec="99999"	str="Infinite" />
		<MAXPLAYERS player="6"  str="6" default="true" />
	</GAMETYPE>
in rooms it shows 6
but at lobby it shows 4/4
and say room full
 
Not tested...

MatchServer.exe
0045C00F C746 3C 040000>MOV DWORD PTR DS:[ESI+3C],4

to

0045C00F EB 05 JMP SHORT 0045C016
0045C011 90 NOP
0045C012 90 NOP
0045C013 90 NOP
0045C014 90 NOP
0045C015 90 NOP


Glitching when go to next round.
 
Last edited:
Upvote 0
well for example when u play with a gm on my server (gm dosent count as a player and so allows 5 people) on quest rounds people spawn outside the map xP
 
Upvote 0
Back