[Release] zTeam Season 6 EP3 + Source

Page 180 of 182 FirstFirst ... 80130170172173174175176177178179180181182 LastLast
Results 4,476 to 4,500 of 4550
  1. #4476
    Alpha Member ianvalls90 is offline
    MemberRank
    Apr 2007 Join Date
    ArgentinaLocation
    1,829Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Work Perfectly on 2008 R2 as far as I tested....long time ago.

    Enviado desde mi LG-H340AR mediante Tapatalk

  2. #4477
    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 dragiukas View Post
    This files work on 2008 R2 ?
    I tested 2008R2, 2012

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

    re: [Release] zTeam Season 6 EP3 + Source

    Does anyone fix the agility bug for elf and bk skills?

  4. #4479
    Valued Member dragiukas is offline
    MemberRank
    Jan 2012 Join Date
    LithuaniaLocation
    135Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by or30n View Post
    Does anyone fix the agility bug for elf and bk skills?
    Ex-Team Season 6 Episode 3 agility bug fixed.
    But here exist sources i think we can fix.

  5. #4480

    re: [Release] zTeam Season 6 EP3 + Source

    reupload please links!!

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by Kiosani View Post
    I found this on net:

    https://mega.co.nz/#!WARVHI5K!gpYlWa...7PbpvGaToY5bJA

    PS: I think that maybe is decompilation from exdb 0.40.07 from wz
    can you reupload this ?

  7. #4482
    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
    can you reupload this ?
    you can use TT linkserver to get a good working exdb from it.

    - - - Updated - - -

    On the following weeks I will share some fixes what I created for myself and for the community.

    1. -> Recoded set options (possible to change the values of the item options from config, for example HP+4% to hp 40% )
    2. -> Recoded character balance system, with balanced config
    3. -> Recoded drop system, so if you want to make a really HARD server you can make it with it
    4. -> Configured Socket Seed options (with config files where you can change the value of the item option like 1.)
    5. -> Recoded Offtrade system (you can type anything into your shop name)
    6. -> Recoded Reconnect system, which contains bug fixes, item duplication bug fixes, crash bug fixes.
    7. -> Fixed agility bug for all of the characters on clientside


    1-2 weeks and I will finish and test everything, than I will release this code parts. Only the 1,2 points is not finished at all, anothers are done.

    Have nice week guys!

  8. #4483
    Proficient Member pravednik is offline
    MemberRank
    Feb 2014 Join Date
    179Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Please tell me what is the problem ?
    When you enter your login and password the client does not go to ACC just hangs
    I use Source 18.05.2015

  9. #4484
    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 pravednik View Post
    Please tell me what is the problem ?
    When you enter your login and password the client does not go to ACC just hangs
    I use Source 18.05.2015
    bad xor keys / encoder

  10. #4485
    Account Upgraded | Title Enabled! BladeKnight109 is offline
    MemberRank
    Jun 2014 Join Date
    242Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by RevolGaming View Post
    if( lpObj->PlusStatQuestClear && lpObj->Level >= g_ResetSystem.m_MarlonStatMinLevel )
    And i think you talk about this.

    - - - Updated - - -



    This is because of the different XOR keys, use the original WebZen XOR keys in the client source and in the server source too, than it will works. Its because zTeam stopped with the project and they didnt recoded the chatserver. :)
    I think it not problem from XOR keys. I have tested it. Not work, still Offline Talking :).

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

  11. #4486
    Proficient Member Articuz is offline
    MemberRank
    Jan 2016 Join Date
    157Posts

    re: [Release] zTeam Season 6 EP3 + Source

    OFT: Maybe there should have been a "HELP SECTION" for this thread.
    ONT: Nice release my man.

    Regards

  12. #4487
    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 BladeKnight109 View Post
    I think it not problem from XOR keys. I have tested it. Not work, still Offline Talking :).

    XOR keys 1.04D Original:
    Code:
    this->byXorFilter[0] = 0xAB;
    	this->byXorFilter[1] = 0x11;
    	this->byXorFilter[2] = 0xCD;
    	this->byXorFilter[3] = 0xFE;
    	this->byXorFilter[4] = 0x18;
    	this->byXorFilter[5] = 0x23;
    	this->byXorFilter[6] = 0xC5;
    	this->byXorFilter[7] = 0xA3;
    	this->byXorFilter[8] = 0xCA;
    	this->byXorFilter[9] = 0x33;
    	this->byXorFilter[10] = 0xC1;
    	this->byXorFilter[11] = 0xCC;
    	this->byXorFilter[12] = 0x66;
    	this->byXorFilter[13] = 0x67;
    	this->byXorFilter[14] = 0x21;
    	this->byXorFilter[15] = 0xF3;
    	this->byXorFilter[16] = 0x32;
    	this->byXorFilter[17] = 0x12;
    	this->byXorFilter[18] = 0x15;
    	this->byXorFilter[19] = 0x35;
    	this->byXorFilter[20] = 0x29;
    	this->byXorFilter[21] = 0xFF;
    	this->byXorFilter[22] = 0xFE;
    	this->byXorFilter[23] = 0x1D;
    	this->byXorFilter[24] = 0x44;
    	this->byXorFilter[25] = 0xEF;
    	this->byXorFilter[26] = 0xCD;
    	this->byXorFilter[27] = 0x41;
    	this->byXorFilter[28] = 0x26;
    	this->byXorFilter[29] = 0x3C;
    	this->byXorFilter[30] = 0x4E;
    	this->byXorFilter[31] = 0x4D;
    Without any logs I cannot say anything about the problems I can give just tips, I dont see what happens on the JS / GS Screen, than how to give perfect answer? It can happens if he using bad encoder, if the xor keys are bad, if he created the acccount with editor and the editor f*cked the database table... So many thing can be the problem. Without anything I dont think anybody can give 100% right answer.

    - - - Updated - - -

    GM / Event GM logged in message
    User.cpp
    Code:
    if ( (lpMsg->CtlCode & 0x20 ) == 0x20 ) 
    	{
    		lpObj->Authority = 0x20;
    		LogAddC(2, "(%s)(%s) Set Event GM", lpObj->AccountID, lpObj->Name);
    		cManager.ManagerAdd(lpObj->Name, lpObj->m_Index); 
    //Here you can use CTLCODE==32 or 16 or 8 and add else messages for Event GMs or for custom ranks.
                    char Text[256];
    		ZeroMemory(Text, sizeof(Text));
    		sprintf(Text, "[GM] %s is online!", lpObj->Name);
    		AllSendServerMsg(Text);
    }

  13. #4488
    Proficient Member pravednik is offline
    MemberRank
    Feb 2014 Join Date
    179Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by RevolGaming View Post
    bad xor keys / encoder
    I made 3 file encoder and all the same

  14. #4489
    Proficient Member pravednik is offline
    MemberRank
    Feb 2014 Join Date
    179Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Hi guys !
    Can somebody tell me how to make a connection to the client ?
    I found in this release that you can connect without Common.z.
    In Other.cpp enter the IP Address.
    void Other::Changer(){
    VMBEGIN
    // ----
    #ifdef __ROOT__
    SetByte((PVOID)0x0095CE90, 0xEB);
    SetRange((PVOID)0x0095DE51, 2, ASM::NOP);
    #endif
    // ----
    char IP[20];
    g_ScriptEncode.GetToken();
    memcpy(IP, "www.exedon.net", sizeof(IP)-1);
    WriteMemory((LPVOID)0x00E611B2, IP, sizeof(IP));
    // ----
    SetByte((PVOID)oCharColor_Loot, 8);
    SetByte((PVOID)oVulcanusMove, 0);
    SetByte((PVOID)(0x007AF025 + 1), 9);
    SetByte((PVOID)(0x007AF2C5 + 1), 9);
    SetByte((PVOID)(0x007AF645 + 1), 9);
    SetByte((PVOID)(0x007B01C5 + 1), 9);
    SetRange((PVOID)0x006505FB, 4, ASM::NOP);
    SetDword((PVOID)(0x00405B7A+2), 401);
    SetDword((PVOID)(0x0040CC3F+1), 401);
    // ----
    static char* LogName = "Logs\\Error.log";
    static char* LogName2 = "Logs\\Error_%d.log";
    static char* DumpName = "Logs\\Error.dmp";
    static char* ScreenName = "Images\\Screen(%02d_%02d-%02d_%02d)-%04d.jpg";
    // ----
    SetDword((PVOID)(0x004D9F54+1), (DWORD)ScreenName);
    SetDword((PVOID)(0x0096A8C8+1), (DWORD)LogName);
    SetDword((PVOID)(0x0096A94F+1), (DWORD)LogName);
    SetDword((PVOID)(0x0096A9DB+1), (DWORD)LogName2);
    SetDword((PVOID)(0x004D1D0B+1), (DWORD)DumpName);
    SetDword((PVOID)(0x004D9F54+1), (DWORD)ScreenName);
    WriteMemory((LPVOID)0x00D26BA0, __CustomTitle, sizeof(__CustomTitle));
    // ----
    VMEND
    }
    Please tell me how I can to do it correctly ?
    Thanks in advance !

  15. #4490
    Account Upgraded | Title Enabled! PiECLOUD is offline
    MemberRank
    Apr 2015 Join Date
    237Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by pravednik View Post
    Hi guys !
    Can somebody tell me how to make a connection to the client ?
    I found in this release that you can connect without Common.z.
    In Other.cpp enter the IP Address.

    Please tell me how I can to do it correctly ?
    Thanks in advance !
    lmao. you dont need a source code to config a connection to your client, you just need to change IP's and serial in your files and client.

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

    re: [Release] zTeam Season 6 EP3 + Source

    Anybody know how to add Hprec on DL cape?

    I tried nearly everything, but not working.
    Code:
    if(lpObj->pInventory[target].m_Option3 == 0)
    	{
    		if(lpObj->pInventory[target].m_Type >= ITEMGET(12,3) && lpObj->pInventory[target].m_Type <= ITEMGET(12,6) 
    			|| lpObj->pInventory[target].m_Type == ITEMGET(12, 42)
    			|| lpObj->pInventory[target].m_Type == ITEMGET(12, 49))
    		{
    			lpObj->pInventory[target].m_NewOption &= 0xDF;
    
    			if(rand()%2)
    			{
    				lpObj->pInventory[target].m_NewOption |= 0x20;
    			}
    		}
    	}
    Tried to add here and everywhere, I checked item.txt item.bmd itemtooltiptext, and nothink, I cant find out why hprec not appear on the item, only Additional option.

    2nd question, anybody idea how to make for example pet panda / panda ring tradeable, without adding it as a new item?

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

    re: [Release] zTeam Season 6 EP3 + Source

    i think somewhere in this thread its a piece of code that lets you trade the panda via pshop

  18. #4493
    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
    i think somewhere in this thread its a piece of code that lets you trade the panda via pshop
    I have read back both of zteam topic, i didnt find anything

    code is only for put into the shop, now i found it, but I want to make it tradeable, thats why I ask, I know its clientside blocked.
    Last edited by RevolGaming; 14-10-16 at 11:07 PM.

  19. #4494
    Enthusiast wolffrox is offline
    MemberRank
    Oct 2015 Join Date
    BrazilLocation
    35Posts

    re: [Release] zTeam Season 6 EP3 + Source

    I see several men working with these files, someone good soul could share files (source, MuServer, client) new? with updates and corrections: D to this dispirited community why anyone working in team = /

  20. #4495
    Account Upgraded | Title Enabled! PiECLOUD is offline
    MemberRank
    Apr 2015 Join Date
    237Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by RevolGaming View Post
    I have read back both of zteam topic, i didnt find anything

    code is only for put into the shop, now i found it, but I want to make it tradeable, thats why I ask, I know its clientside blocked.
    thats a lie, if you read all the comments you should see it. there was a code to edit to make the panda tradable. I saw it few days ago.. I just dont remember which season was it.. its like the hegaton thing, just need to edit the code no client editing needed.

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

    re: [Release] zTeam Season 6 EP3 + Source

    Its not tradeable, its just put into the shop! Clientside blocking this items, not the serverside.

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by RevolGaming View Post
    Its not tradeable, its just put into the shop! Clientside blocking this items, not the serverside.
    try searching all constants with item id in olly.

  23. #4498
    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 PiECLOUD View Post
    thats a lie, if you read all the comments you should see it. there was a code to edit to make the panda tradable. I saw it few days ago.. I just dont remember which season was it.. its like the hegaton thing, just need to edit the code no client editing needed.
    http://forum.ragezone.com/f197/zteam...ml#post8468681

    You talk about this!

    I want to make it trade able without adding it as a new item, ofc If I add it as a new item than it will be tradeable.

  24. #4499

    re: [Release] zTeam Season 6 EP3 + Source

    Some body have New links for this projekt?

    - - - Updated - - -

    New and all links;) Or full Client and full file

  25. #4500
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    741Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by RevolGaming View Post
    Within few days I will release the visual bug fix for the elf skills, than if you will check the code, you can do it with any another character.
    Any update?



Advertisement