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!

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