[Release] zTeam Season 6 EP3 + Source

Page 300 of 304 FirstFirst ... 200250290292293294295296297298299300301302303304 LastLast
Results 4,486 to 4,500 of 4549
  1. #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

  2. #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);
    }

  3. #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

  4. #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 !

  5. #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.

  6. #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?

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

  8. #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.

  9. #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 = /

  10. #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.

  11. #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.

  12. #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.

  13. #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.

  14. #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

  15. #4500
    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
    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