[Release] zTeam Season 6 EP3 + Source

  1. #2071
    Apprentice hkmpls1 is offline
    MemberRank
    Feb 2014 Join Date
    11Posts

    re: [Release] zTeam Season 6 EP3 + Source

    plz share db sql 2000 s8ep2 zteam
    thanks

  2. #2072
    Apprentice aecrimch is offline
    MemberRank
    Dec 2007 Join Date
    842Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by hkmpls1 View Post
    plz share db sql 2000 s8ep2 zteam
    thanks
    here it is: http://forum.ragezone.com/f508/zteam...0/#post8180300

  3. #2073
    Apprentice hkmpls1 is offline
    MemberRank
    Feb 2014 Join Date
    11Posts

    re: [Release] zTeam Season 6 EP3 + Source


    can't download
    zseason8db.zip

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

    re: [Release] zTeam Season 6 EP3 + Source

    Guyz stop spam about SS8, we are not support ss8 theared in SS6.3 theared!

    - - - Updated - - -

    Little Edit COMMAND_MAKEITEM:
    just replace original command:
    Code:
        case COMMAND_MAKEITEM:
            {
                int ItemType;
                int ItemIndex;
                int EBP798;
                int EBP79C = 0;
                int EBP7A0 = 0;
                int EBP7A4 = 0;
                int iDur = (BYTE)-1;//7AC
                int EBP7B0;
                int NumItems;
                int ItemExe = 0;
                BYTE EBP7A8 = 0;
    
    
                NumItems = this->GetTokenNumber();
                ItemType  = this->GetTokenNumber();//790
                ItemIndex  = this->GetTokenNumber();//794
                EBP798 = this->GetTokenNumber();
                iDur = this->GetTokenNumber();
                EBP79C = this->GetTokenNumber();
                EBP7A0 = this->GetTokenNumber();
                EBP7B0 = this->GetTokenNumber();
    
    
                if(ItemType == 13 && ItemIndex == 3)
                {
                    if(    EBP7B0 < 8)
                    {
                        EBP7A4 = EBP7B0;
                    }
                }
                else
                {
                    if(EBP7B0 == 4)
                    {
                        EBP7A4 = 1;
                    }
                    else if(EBP7B0 == 8)
                    {
                        EBP7A4 = 2;
                    }
                    else if(EBP7B0 == 12)
                    {
                        EBP7A4 = 3;
                    }
                    else if(EBP7B0 == 16)
                    {
                        EBP7A4 = 4;
                    }
                    else if(EBP7B0 == 20)
                    {
                        EBP7A4 = 5;
                    }
                    else if(EBP7B0 == 24)
                    {
                        EBP7A4 = 6;
                    }
                    else if(EBP7B0 == 28)
                    {
                        EBP7A4 = 7;
                    }
                }
    
    
                int EBP7B4 = this->GetTokenNumber();
                int EBP7B8 = this->GetTokenNumber();
                
                if(EBP7B4 != 0 )
                {
                    if( EBP7B8 == 0)
                    {
                        if((rand()%100) < 80)
                        {
                            EBP7B4 |= 4; 
                        }
                        else
                        {
                            EBP7B4 |= 8; 
                        }
                    }
                    else if (EBP7B8 == 1) 
                    {
                        EBP7B4 |= 4; 
                    }
                    else
                    {
                        EBP7B4 |= 8; 
                    }
                }
                
                ItemExe = this->GetTokenNumber();
                    if(ItemExe == 1)
                    {
                        EBP7A8 = 1;
                    }
                    else if(ItemExe == 2)
                    {
                        EBP7A8 = 2;
                    }
                    else if(ItemExe == 3)
                    {
                        EBP7A8 = 4;
                    }
                    else if(ItemExe == 4)
                    {
                        EBP7A8 = 8;
                    }
                    else if(ItemExe == 5)
                    {
                        EBP7A8 = 16;
                    }
                    else if(ItemExe == 6)
                    {
                        EBP7A8 = 32;
                    }
                    else if(ItemExe == 7)
                    {
                        EBP7A8 = 63;
                    }
    
    
                if( ItemType >= 0 && ItemType < 512 && ItemIndex >= 0 && ItemIndex < 512)
                {
                    int iItemNumber = ItemGetNumberMake(ItemType,ItemIndex);//7d4
                    if ( NumItems < 1 )
                    {
                        NumItems == 1;
                    }
                    for(int i =0; i < NumItems; i++)
                    {
                        ItemSerialCreateSend(aIndex, gObj[aIndex].MapNumber, gObj[aIndex].X, gObj[aIndex].Y, iItemNumber, EBP798, iDur, EBP79C, EBP7A0, EBP7A4, -1, EBP7A8, EBP7B4); 
                    }
                }
            }
            break;
    for example:
    /makeitem NumItems ItemID ItemID ItemLvl ItemDur ItemSkill ItemLuck ItemAdd ItemAnc1 ItemAnc2 ItemExe
    /makeitem 5 0 25 15 255 1 1 28 0 0 7
    And u got 5x Sword Dancer +15(with 255Dur) + Skill + Luck +28add + F.O.

    - - - Updated - - -


    Fun Fun Fun parapampam MacDonalds FUN FUN FUN EROHIM :P

  5. #2075
    Darkness Member Kiosani is offline
    MemberRank
    Oct 2007 Join Date
    ArgentinaLocation
    1,276Posts

    re: [Release] zTeam Season 6 EP3 + Source





    Trying to create a totally custom Minimap.. If you are interested add me: Nemesis Thunder

  6. #2076
    Account Upgraded | Title Enabled! cripssy is offline
    MemberRank
    Jun 2010 Join Date
    467Posts

    re: [Release] zTeam Season 6 EP3 + Source

    plss upload complete source
    have all updates :(

  7. #2077
    Apprentice franz24 is offline
    MemberRank
    Jan 2011 Join Date
    20Posts

    re: [Release] zTeam Season 6 EP3 + Source

    guys, why i cant connect to server?GS start normaly and all serial and version olso are normal, but when i change my ip to 127.0.0.1 my client do not connect?

  8. #2078
    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 franz24 View Post
    guys, why i cant connect to server?GS start normaly and all serial and version olso are normal, but when i change my ip to 127.0.0.1 my client do not connect?
    change ip to your local (192.168.x.x) or on your wan ip. GS & Client dont connect on 127.0.0.1 / or create your local ip like 10.10.10.10

  9. #2079
    Apprentice franz24 is offline
    MemberRank
    Jan 2011 Join Date
    20Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by quskevel View Post
    change ip to your local (192.168.x.x) or on your wan ip. GS & Client dont connect on 127.0.0.1 / or create your local ip like 10.10.10.10
    when i change ip to my local 192.168.0.101 or my wan, GS dont work. Can u give me link for normal client who realy work with this server?

    - - - Updated - - -

    Quote Originally Posted by franz24 View Post
    when i change ip to my local 192.168.0.101 or my wan, GS dont work. Can u give me link for normal client who realy work with this server?
    ok i change my ip to 192.168.0.101 but still cant connect to server, im my client i change all to 192.168.0.101
    Last edited by franz24; 15-08-14 at 01:16 PM.

  10. #2080
    Account Upgraded | Title Enabled! cripssy is offline
    MemberRank
    Jun 2010 Join Date
    467Posts

    re: [Release] zTeam Season 6 EP3 + Source

    mumaker is not work damage is still showing some one upload what editor is good for this files??

  11. #2081
    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 cripssy View Post
    mumaker is not work damage is still showing some one upload what editor is good for this files??
    i using Resita MuMaker and work perfect. For download type in google "Resita MuMaker Season 6"

  12. #2082
    Valued Member loloee is offline
    MemberRank
    Apr 2013 Join Date
    105Posts

    re: [Release] zTeam Season 6 EP3 + Source

    no logs system no GM system plees add to the files

  13. #2083
    Member ramaifer is offline
    MemberRank
    Oct 2008 Join Date
    Anzoátegui, LaLocation
    91Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by quskevel View Post
    i using Resita MuMaker and work perfect. For download type in google "Resita MuMaker Season 6"
    http://forum.ragezone.com/f197/mumak...on-6-a-741945/
    all link dead.

    -----------------------------------------------------------------------------------------------------

    Full MuMaker Customed for Season 6:

    Link: https://mega.co.nz/#!cENgzARa!gkP0H2...UbWymbXL4y0pHI
    Last edited by ramaifer; 15-08-14 at 09:50 PM.

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

    re: [Release] zTeam Season 6 EP3 + Source


  15. #2085
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    998Posts

    re: [Release] zTeam Season 6 EP3 + Source




Advertisement