Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[help] playgame button quick join to trial server quick

Newbie Spellweaver
Joined
Dec 11, 2016
Messages
17
Reaction score
1
hi peoples, i'm using new source of v3 and with PlayGame>BrowseGameChannels>BrowseList
More i need click in PlayGame and auto Quick join in Trial.
but i have error when click

(When click in PlayGame button auto join a ramdom server from Trial Servers)

tQ4JRCt - [help] playgame button quick join to trial server quick - RaGEZONE Forums

a8lA7I6 - [help] playgame button quick join to trial server quick - RaGEZONE Forums

In MainMenu.as (Flash) i used "PlayGame" to "PlayGameQuick" but it is for old Alpha WarZ, when not have browseChannels
from this post: http://forum.ragezone.com/f791/play-button-server-browser-quick-941570/
thanks if hlep me.
 

Attachments

You must be registered for see attachments list
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,790
you can try make it, i no tested, but, try.WarZ_Server.slnSearch
Code:
void CMasterUserServer::OnGBPKT_C2M_QuickGameReq(DWORD peerId, const GBPKT_C2M_QuickGameReq_s& n)
And in
Code:
game = gMasterGameServer.GetQuickJoinGame(n.gameMap, GBNET_REGION_Unknown, n.browseChannel, n.playerGameTime);
Change
Code:
.browseChannel
to your BrowseChannel ID

1 = Trial
2 = Official
3 = Private
4 = Premium
5 = Strongholds
6 = PTE
7 = Veteran
 
Last edited:
Upvote 0
Back
Top