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!

Inventory Bug. Please Help

Skilled Illusionist
Joined
Oct 13, 2008
Messages
361
Reaction score
19
this happen when i done compile .

megingjard - Inventory Bug. Please Help - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Aug 29, 2017
Messages
20
Reaction score
1
fix bug... in ScreenMain.cpp search for ( case CMD_INVENTORY: ).delete everything from this case and under case CMD_INVENTORY:
must be like this :

case CMD_INVENTORY:
g_pInterfaceMgr->SwitchToScreen(SCREEN_ID_INVENTORY);
break;

next bug...
ScreenInventory.cpp search for: SetDefaultCharacter( TEAM_B );
Under that, type: this->SubMenuCharacter(FALSE);

for more codes look in the section Sudden Attack Releases.

 
Back
Top