• 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.

Problem Creating Assasin Class

Newbie Spellweaver
Joined
Jan 1, 2021
Messages
92
Reaction score
13
Hi!!!
Can anyone help me here?
Error From Database or Source Here?
ieszafri99 - Problem Creating Assasin Class - RaGEZONE Forums

ieszafri99 - Problem Creating Assasin Class - RaGEZONE Forums
 
Master Summoner
Joined
Feb 6, 2019
Messages
575
Reaction score
159
s_cagentservermsg.cpp

look for :

Code:
      //jdevtodo
     //enable later when new classes are ready
      if ( nIndex == GLCI_ASSASSIN_M || nIndex == GLCI_ASSASSIN_W || 
           nIndex == GLCI_TRICKER_M || nIndex == GLCI_TRICKER_M )
       {
              nncfd.nResult = EM_CHA_NEW_FB_SUB_MAX;
             SendClient(dwClient, &nncfd); return;
       }

change to :

Code:
      //jdevtodo
     //enable later when new classes are ready
      /*if ( nIndex == GLCI_ASSASSIN_M || nIndex == GLCI_ASSASSIN_W ||
           nIndex == GLCI_TRICKER_M || nIndex == GLCI_TRICKER_M )
       {
              nncfd.nResult = EM_CHA_NEW_FB_SUB_MAX;
             SendClient(dwClient, &nncfd); return;
       }*/
 
Upvote 0
Newbie Spellweaver
Joined
Jan 1, 2021
Messages
92
Reaction score
13
s_cagentservermsg.cpp

look for :

Code:
      //jdevtodo
     //enable later when new classes are ready
      if ( nIndex == GLCI_ASSASSIN_M || nIndex == GLCI_ASSASSIN_W || 
           nIndex == GLCI_TRICKER_M || nIndex == GLCI_TRICKER_M )
       {
              nncfd.nResult = EM_CHA_NEW_FB_SUB_MAX;
             SendClient(dwClient, &nncfd); return;
       }

change to :

Code:
      //jdevtodo
     //enable later when new classes are ready
      /*if ( nIndex == GLCI_ASSASSIN_M || nIndex == GLCI_ASSASSIN_W ||
           nIndex == GLCI_TRICKER_M || nIndex == GLCI_TRICKER_M )
       {
              nncfd.nResult = EM_CHA_NEW_FB_SUB_MAX;
             SendClient(dwClient, &nncfd); return;
       }*/
TQ boss Aizen
 
Upvote 0
Back
Top