[Release] zTeam Season 6 EP3 + Source

Page 295 of 304 FirstFirst ... 195245285287288289290291292293294295296297298299300301302303 ... LastLast
Results 4,411 to 4,425 of 4549
  1. #4411
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by djsad94 View Post
    Hmm i think you are using different source, because now I checked my source, and it will never give 15 for the players, its give 6, because lpObj->LevelUpPoint ++;

    lpObj->LevelUpPoint += 5;
    lpObj->LevelUpPoint += 7;

    You can find only this in the code, there is no +=15 or 14.

    Check the classcalc file maybe you entered something bad. Because I dont have this problem.
    Attached Files Attached Files

  2. #4412
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    re: [Release] zTeam Season 6 EP3 + Source

    If it defined for you or not?
    #define __CUSTOMS__ 1
    Last edited by djsad94; 10-08-16 at 01:41 AM. Reason: wait

  3. #4413
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by djsad94 View Post
    (StdAfx.h)
    #define __CUSTOMS__ 1

    will fix your problem maybe.
    Thank you but i just see this
    Code:
    g_bPointsAfter2ndQuest = GetPrivateProfileInt("GameServerInfo","PointsAfter2ndQuest", 1, gDirPath.GetNewPath("commonserver.cfg"));
    Can u help with chat? or anyone! I will really appreciate it!

  4. #4414
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by or30n View Post
    Thank you but i just see this
    Code:
    g_bPointsAfter2ndQuest = GetPrivateProfileInt("GameServerInfo","PointsAfter2ndQuest", 1, gDirPath.GetNewPath("commonserver.cfg"));
    Can u help with chat? or anyone! I will really appreciate it!
    Haha thats what I wrote, my source doesnt have g_bPointsAfter2ndQuest .. :)

    Btw, the best way if you read back in the thread and find the XOR keys.

    I am not sure but I think this is the original

    Search for this: void XorData(int iStart, int iEnd, int iDir)


    byXorFilter[0] = 0xAB;
    byXorFilter[1] = 0x11;
    byXorFilter[2] = 0xCD;
    byXorFilter[3] = 0xFE;
    byXorFilter[4] = 0x18;
    byXorFilter[5] = 0x23;
    byXorFilter[6] = 0xC5;
    byXorFilter[7] = 0xA3;
    byXorFilter[8] = 0xCA;
    byXorFilter[9] = 0x33;
    byXorFilter[10] = 0xC1;
    byXorFilter[11] = 0xCC;
    byXorFilter[12] = 0x66;
    byXorFilter[13] = 0x67;
    byXorFilter[14] = 0x21;
    byXorFilter[15] = 0xF3;
    byXorFilter[16] = 0x32;
    byXorFilter[17] = 0x12;
    byXorFilter[18] = 0x15;
    byXorFilter[19] = 0x35;
    byXorFilter[20] = 0x29;
    byXorFilter[21] = 0xFF;
    byXorFilter[22] = 0xFE;
    byXorFilter[23] = 0x1D;
    byXorFilter[24] = 0x44;
    byXorFilter[25] = 0xEF;
    byXorFilter[26] = 0xCD;
    byXorFilter[27] = 0x41;
    byXorFilter[28] = 0x26;
    byXorFilter[29] = 0x3C;
    byXorFilter[30] = 0x4E;
    byXorFilter[31] = 0x4D;

  5. #4415
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    I find them in server source, now?

  6. #4416
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    re: [Release] zTeam Season 6 EP3 + Source

    You need to use the original XOR keys, on the server and on the clientside too, than the chat will works.

  7. #4417
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by RevolGaming View Post
    You need to use the original XOR keys, on the server and on the clientside too, than the chat will works.
    I think that these 2 files are related with XOR keys.
    Attached Files Attached Files

  8. #4418
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    These 2 skills looks same to me, am i wrong?






  9. #4419
    [Release] zTeam Season 6 EP3 + Source LarvasFaint is offline
    MemberRank
    Nov 2008 Join Date
    IngressLocation
    1,307Posts

    re: [Release] zTeam Season 6 EP3 + Source

    @or30n you are wrong

  10. #4420
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by or30n View Post
    I think that these 2 files are related with XOR keys.
    If you cant login after the XOR key change it can be some problem
    - You didnt changed the XOR keys on the clientside
    - You didnt changed the XOR keys on the serverside
    - You are using bad encoder


    Give us screenshot about the GS screen after you edited the XOR keys.

    - - - Updated - - -

    Quote Originally Posted by or30n View Post
    These 2 skills looks same to me, am i wrong?





    This kills are little bit similar but not the same. (Its depends of your weapon)

  11. #4421
    (づ。◕‿‿◕。) Natzugen is offline
    MemberRank
    Jun 2014 Join Date
    ElbelandLocation
    1,858Posts

    re: [Release] zTeam Season 6 EP3 + Source

    the encoder doesnt really affects the xor keys to connect to server as long as you dont change the xor ones in scriptencode.cpp

  12. #4422
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by natzugen View Post
    the encoder doesnt really affects the xor keys to connect to server as long as you dont change the xor ones in scriptencode.cpp
    I just wrote some ideas, but without the GS screen picture its so hard to say any correct answer, this things are just tips.

  13. #4423
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    The XOR thing is very pro for me. I can't figure it out how to change them. If someone can help I'll upload files when i get home after work and help fix it.

  14. #4424
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    731Posts

    re: [Release] zTeam Season 6 EP3 + Source

    I try this too http://forum.ragezone.com/f197/zteam.../index222.html
    but no success.
    I get error for
    void ConnectToServer(void)
    {
    int ConnectDone;
    ConnectDone = ServerConnect();
    }
    Sometime i change xors and connect but again *Offline Talking*!

  15. #4425
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    re: [Release] zTeam Season 6 EP3 + Source

    But what is on the GS screen?



Advertisement