• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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