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!

[RELEASE] Merry Christmas to all!

Newbie Spellweaver
Joined
May 14, 2015
Messages
20
Reaction score
0
000037.621| !!! server reported loadout is different with local
000037.622| r3dNetwork: Deinitialize

!help

crash when load battle royal map
 
Newbie Spellweaver
Joined
Feb 17, 2011
Messages
20
Reaction score
1
tnx bro , but give me explain for increase fps , wht did it to ?

in this video ,Color's changed because , increase fps ?

Note : Sry for poor english.

 
Junior Spellweaver
Joined
Dec 2, 2012
Messages
146
Reaction score
24
Battle royale

How to fix?
kwuKEUz - [RELEASE] Merry Christmas to all! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Aug 20, 2015
Messages
205
Reaction score
43
Battleroyale is not teleporting to safe location and not starting game. But maybe easy fix.
LukasCCB - [RELEASE] Merry Christmas to all! - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 14, 2014
Messages
29
Reaction score
0
000029.375 > !!! server reported loadout is different with local
Battle Royale I follow your installation tutorial LukasCCB Ask for help

// make sure that our loadout is same as server reported. if not - disconnect and try again if(slot.Items[wiCharDataFull::CHAR_LOADOUT_WEAPON1 ].itemID != n.WeaponID0 || slot.Items[wiCharDataFull::CHAR_LOADOUT_WEAPON2 ].itemID != n.WeaponID1 || slot.Items[wiCharDataFull::CHAR_LOADOUT_ARMOR ].itemID != n.ArmorID || slot.Items[wiCharDataFull::CHAR_LOADOUT_HEADGEAR].itemID != n.HeadGearID || slot.Items[wiCharDataFull::CHAR_LOADOUT_ITEM1].itemID != n.Item0 || slot.Items[wiCharDataFull::CHAR_LOADOUT_ITEM2].itemID != n.Item1 || slot.Items[wiCharDataFull::CHAR_LOADOUT_ITEM3].itemID != n.Item2 || slot.Items[wiCharDataFull::CHAR_LOADOUT_ITEM4].itemID != n.Item3) { r3dOutToLog("!!! server reported loadout is different with local\n"); Disconnect(); return; }
 
Newbie Spellweaver
Joined
Feb 14, 2014
Messages
29
Reaction score
0
Error resolution has been resolved.But the game has no effect!

[PermGame3]
map = MAPID_WZ_Cliffside DOESNOTHING GBNET_REGION_US_West 0 0
data = 80 0 0 2 0 0 0 1
name = PVP
 
Back
Top