[Release] zTeam Season 6 EP3 + Source

  1. #2461
    Srsly? I have a title :D quskevel is offline
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    275Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by ashlay View Post
    Skill DarkSide decompiled from GS 1.01.06

    ObjUseSkill.cpp
    on CObjUseSkill::UseSkill add
    Code:
                case AT_SKILL_RAGEFIGHTER_DARKSIDE://1.01.06
                    {
                        this->SkillDarkSide( aIndex, aTargetIndex, lpMagic);
                    }
                    break;
    stay in ObjUseSkill and add
    Code:
    //005B35D0 Ok
    void CObjUseSkill::SkillDarkSide(int aIndex, int iTargetIndex, CMagicInf *lpMagic)
    {
        int iTargetCount; // [sp+1Ch] [bp-10h]@1
        WORD wTargetList[5]; // [sp+20h] [bp-Ch]@3
    
        iTargetCount = 0;
    
        for ( int i = 0; i < 5; ++i )
        {
            wTargetList[i] = 10000;
        }
    
        if( gObj[aIndex].CloseCount >= 0 )
        {
            return;
        }
    
        if( !gObjUseSkill.SkillMonkDarkSideGetTargetIndex(aIndex, iTargetIndex, lpMagic, &wTargetList[0]) )
        {
            return;
        }
    
        PMSG_MONK_DARKSIDE_SEND pDarkSideTargetList;
    
        memset(&pDarkSideTargetList, 0, sizeof(pDarkSideTargetList));
        PHeadSetB((LPBYTE)&pDarkSideTargetList, 0x4B, sizeof(pDarkSideTargetList));
        memcpy(pDarkSideTargetList.TargetIndex, wTargetList, sizeof(wTargetList));
        pDarkSideTargetList.MagicNumber = LOWORD(lpMagic->m_Skill);
        gObj[aIndex].m_btDarkSideTargetNum = 0;
    
        for ( int j = 0; j < 5; ++j )
        {
            if ( wTargetList[j] != 10000 )
            {
                ++gObj[aIndex].m_btDarkSideTargetNum;
                gObjAddAttackProcMsgSendDelay(&gObj[aIndex], 61,aIndex,150 * iTargetCount++ + 150,lpMagic->m_Skill,wTargetList[j]);
            }
        }
        memcpy(gObj[aIndex].m_wDarkSideTargetList, wTargetList, sizeof(wTargetList));
        DataSend(aIndex, (LPBYTE)&pDarkSideTargetList, pDarkSideTargetList.h.size);
    }
    ObjUseSkill.h
    Code:
    void    SkillDarkSide(int aIndex, int iTargetIndex, CMagicInf *lpMagic);
    and MasterLevelSkillTreeSystem.cpp

    Code:
        case 559:
            gObjUseSkill.SkillDarkSide( lpObj->m_Index, aTargetIndex, lpMagic);
            break;
    Works like original.
    i not sure, but maybe you missing changes in struct PMSG_MONK_DARKSIDE_SEND , because currently we are not have TargetIndex

  2. #2462
    Apprentice kenrickgabiana is offline
    MemberRank
    Apr 2014 Join Date
    22Posts

    re: [Release] zTeam Season 6 EP3 + Source

    who have files balance for 32k stats ?

  3. #2463
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by quskevel View Post
    i not sure, but maybe you missing changes in struct PMSG_MONK_DARKSIDE_SEND , because currently we are not have TargetIndex
    original struct gs 1.01.06
    Code:
    typedef struct PMSG_MONK_DARKSIDE_SEND // Size=16
    {
        struct PBMSG_HEAD h; // Size=3 Offset=0
        WORD MagicNumber; // Size=2 Offset=4
        WORD TargetIndex[5]; // Size=10 Offset=6
    } *PPMSG_MONK_DARKSIDE_SEND;

  4. #2464
    Account Upgraded | Title Enabled! rusolp is offline
    MemberRank
    Mar 2008 Join Date
    $db->play_lifeLocation
    319Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by ashlay View Post
    original struct gs 1.01.06
    Code:
    typedef struct PMSG_MONK_DARKSIDE_SEND // Size=16
    {
        struct PBMSG_HEAD h; // Size=3 Offset=0
        WORD MagicNumber; // Size=2 Offset=4
        WORD TargetIndex[5]; // Size=10 Offset=6
    } *PPMSG_MONK_DARKSIDE_SEND;
    Sorry for the question, im learning with this files.. It is set in ObjUseSkill.cpp?

  5. #2465
    Enthusiast nicos1 is offline
    MemberRank
    Aug 2014 Join Date
    30Posts

    re: [Release] zTeam Season 6 EP3 + Source

    have somebady new sets for season6 ep 3 to release and mueditor
    Please release or pm
    Thanks

  6. #2466
    Srsly? I have a title :D quskevel is offline
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    275Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by ashlay View Post
    original struct gs 1.01.06
    Code:
    typedef struct PMSG_MONK_DARKSIDE_SEND // Size=16
    {
        struct PBMSG_HEAD h; // Size=3 Offset=0
        WORD MagicNumber; // Size=2 Offset=4
        WORD TargetIndex[5]; // Size=10 Offset=6
    } *PPMSG_MONK_DARKSIDE_SEND;
    if not so hard give right formulas for skill rf for example:
    darkside: ene+vit + blablabla+blablabla/blabla*blablainfloat

    i tested formulas work correct ty for release.

  7. #2467
    Enthusiast nicos1 is offline
    MemberRank
    Aug 2014 Join Date
    30Posts

    re: [Release] zTeam Season 6 EP3 + Source

    is nice when somebadi release but yow never release

  8. #2468
    Srsly? I have a title :D quskevel is offline
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    275Posts

    re: [Release] zTeam Season 6 EP3 + Source

    To BladeKnight:
    Check all theared with SS6 zTeam, i release many fix, help many people and etc. Ofc i dont release custom because it i create by myself, not fucking webzen. If fix change webzen bugs i release it, you can see in all threared it.
    About you:
    You a bosting about "pseud-fix speedbug", it webzen bug you are not release this fix, but and dont release please, soon this fix release another people with fix all attack speed for skill not pseud-fix with changes formulas attackspeed i about you mg fix lol.

  9. #2469
    Apprentice nar1k is offline
    MemberRank
    Oct 2013 Join Date
    23Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by dlawls661 View Post
    Update Fix 3 By BladeKnight109

    - 380Option mix Harmony bug

    - Harmony bug

    - gameserver.exe open Crash
    dataserver1 Reboot

    log: error-L2 : header error (wsJoinServerCli.cpp 295)lOfs:0, size:36



    win7 64bit mssql2008r2
    +++ win8 64bit mssql2000sp4

  10. #2470
    Enthusiast nicos1 is offline
    MemberRank
    Aug 2014 Join Date
    30Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Mu maker and file maneger (shop editor, spot editor) release somebady? Pls helppppp

  11. #2471
    Srsly? I have a title :D quskevel is offline
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    275Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by nicos1 View Post
    Mu maker and file maneger (shop editor, spot editor) release somebady? Pls helppppp
    Search for guide how to edit shop and etc, no file managers.

  12. #2472
    Apprentice EraseR is offline
    MemberRank
    Sep 2009 Join Date
    5Posts

    re: [Release] zTeam Season 6 EP3 + Source

    i Have problem With Game Server Stop Working plis help me for S6e3

  13. #2473
    Enthusiast nicos1 is offline
    MemberRank
    Aug 2014 Join Date
    30Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by quskevel View Post
    Search for guide how to edit shop and etc, no file managers.

    not work to set shops i put items but apears onli cris or another exe items

  14. #2474
    Uber Leet gaymar001 is offline
    MemberRank
    Jun 2009 Join Date
    401Posts

    re: [Release] zTeam Season 6 EP3 + Source

    PVP is not Balance
    ill post my CharCalc later

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by Idrio View Post
    Great BladeKnight109 help me effect wings?
    find me on skype ?_?
    ak ak. ok bro.



Advertisement