1.00.18 GS and 1.00.19 GS-CS - update 4

Page 12 of 12 FirstFirst ... 2456789101112
Results 276 to 287 of 287
  1. #276
    Apprentice xavi321 is offline
    MemberRank
    Dec 2008 Join Date
    22Posts

    Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

    hi i have 2 errors in Procolos.cpp

    My Procololos.cpp

    Code:
    #include "Protocolos.h"
    #include "GameServer.h"
    #include "Global.h"
    
    BYTE ProtocolServer (BYTE Tipo){
    switch(Tipo){
    case 0x1D: return 0xD3;
    case 0xD6: return 0xDF;
    case 0xDC: return 0xD7;
    }
    return Tipo;
    }
    
    
    BYTE ProtocolClient (BYTE Tipo){
    switch(Tipo){
    case 0xD3: return 0x1D;
    case 0xDF: return 0xD6;
    case 0xD7: return 0xDC;
    }
    return Tipo;
    }
    
    
    WORD MakeWord (BYTE loByte,BYTE hiByte)
    {
    WORD x = 0;
    _asm
    {
    XOR EAX,EAX
    MOV AL,loByte
    MOV AH,hiByte
    MOV x,AX
    }
    return x;
    }
    bool ProtocolCore(BYTE ProtocolID,PBYTE tpProtocol,DWORD ProtocolLen,DWORD PlayerID,DWORD bEncrypt,int EncryptSerial)
    {
    
    BYTE ProtocolType;
    BYTE pProtocol[pMaxLen];
    memcpy(pProtocol,tpProtocol,ProtocolLen+1);
    
    if((pProtocol[0]==0xC1))
    {
    switch(BYTE(ProtocolID))
    {
    case 0x10:
    ProtocolID = 0xD7;
    break;
    }
    }
    
    
    switch(BYTE(ProtocolID))
    {
    case 0x03:
    GCServerMsgStringSend(ConnectNotice,PlayerID,0); //( I NOTED THE ERROR HERE)
    break;
    }
    
    
    DataRecv(ProtocolID, pProtocol, ProtocolLen, PlayerID, bEncrypt, EncryptSerial);
    
    return true;
    }
    I get this error at the time of desbug
    Code:
    1 Error C2064: The term is not evaluated as a function with 3 arguments
    2 Error C2143: syntax error: missing ')' before ';'

    Please Help

  2. #277
    Apprentice DesignerMu is offline
    MemberRank
    Oct 2008 Join Date
    16Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    Give someone "Offset" or "F.A.Q." to change the reward from СС(Chaos Castle).
    P.S. Sorry fo my bad English.
    wait...

  3. #278
    Novice JuanPza is offline
    MemberRank
    Feb 2011 Join Date
    1Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    I get the error of GS [ItemFor380System] and change the ItemSetOption (kor). txt and I get an error but does not finish loading! someone has 1 ItemSetOption (kor). txt for this GS and run well.!

    Salu2!

  4. #279
    Member Jareksniper is offline
    MemberRank
    Dec 2008 Join Date
    LorenciaLocation
    81Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    Can someone reupload ?

  5. #280
    Apprentice nazuki1 is offline
    MemberRank
    Dec 2010 Join Date
    16Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    who have this project but developer : lucianaibar - release it.
    thanks.

  6. #281
    Novice xNyXx is offline
    MemberRank
    Jan 2009 Join Date
    3Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    please update links

  7. #282
    Novice QrenZ is offline
    MemberRank
    Aug 2014 Join Date
    1Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    someone still have the project and can upload the links?

  8. #283
    Enthusiast Bruno Ibanes is offline
    MemberRank
    Jan 2011 Join Date
    29Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    Can someone reupload the links off this guide, please?

  9. #284
    Apprentice ELCHAGA is offline
    MemberRank
    Jan 2011 Join Date
    VenezuelaLocation
    23Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4


  10. #285
    Apprentice OneHeart is offline
    MemberRank
    Feb 2013 Join Date
    22Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    pliz new links

  11. #286
    Apprentice OneHeart is offline
    MemberRank
    Feb 2013 Join Date
    22Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    please update links

  12. #287
    Proficient Member PheonixMU is offline
    MemberRank
    Apr 2006 Join Date
    SomeWhere :DLocation
    150Posts

    Re: 1.00.18 GS and 1.00.19 GS-CS - update 4

    Link does not work, anyone has the link for it?



Page 12 of 12 FirstFirst ... 2456789101112

Advertisement