[Release] zTeam Season 6 EP3 + Source

Page 274 of 304 FirstFirst ... 174224264266267268269270271272273274275276277278279280281282284 ... LastLast
Results 4,096 to 4,110 of 4549
  1. #4096
    Account Upgraded | Title Enabled! PiECLOUD is offline
    MemberRank
    Apr 2015 Join Date
    237Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Has anyone tried disabling multi window?

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by PiECLOUD View Post
    Has anyone tried disabling multi window?
    search for #define MU_ANGEL or something of the sort in the zclient source if you are using the ones from Nam4

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by natzugen View Post
    search for #define MU_ANGEL or something of the sort in the zclient source if you are using the ones from Nam4
    didn't find it. nothing

  4. #4099
    Enthusiast Forces is offline
    MemberRank
    Jan 2012 Join Date
    44Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by PiECLOUD View Post
    didn't find it. nothing
    Can u upload Sql 2000 tihs server database?

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by PiECLOUD View Post
    [REPOST]

    adding a socket to an item give me this..


    someone know to fix this?
    tried natzugen solution but main won't pop up.
    it does work



    here is how i have it in client side

    Code:
    //Category  Index
    7         1       //-> Red Dragon Helm
    8         1       //-> Red Dragon Armor
    9         1       //-> Red Dragon Pants
    10        1       //-> Red Dragon Gloves
    11        1       //-> Red Dragon Boots
    end
    and here is how i have in server side

    Code:
    //===================================================================================
    // zGameServer
    // ----------------------------------------------------------------------------------
    // Description: Socket item configuration
    // ----------------------------------------------------------------------------------
    // Revision:     4:01 13.10.2013
    //===================================================================================
    
    
    //=====================================
    // Sphere Options
    //=====================================                                    
    0
    // -------------------------------------------------------------------------------------------------------------------------------
    //     Type    Level    Name                    OptType    Value1    Value2    Value3    Value4    Value5    ExtRate
    // -------------------------------------------------------------------------------------------------------------------------------
    //-> (Fire)
    0    1    0    "Increases Attack & Wizardry"        3    20    400    400    400    400    30        
    1    1    1    "Increases Attack Speed"        1    7    1    1    1    1    20        
    2    1    2    "Increases Maximum Attack & Wizardry"    1    30    1    1    1    1    30        
    3    1    3    "Increases Minimum Attack & Wizardry"    1    20    1    1    1    1    40        
    4    1    4    "Increases Attack & Wizardry"        1    20    1    1    1    1    20        
    5    1    5    "Reduces AG Slightly"            2    40    1    1    1    1    30                                
    //-> (Water)                                            
    10    2    0    "Increases Defensibility Accuracy"    2    10    1    1    1    1    10        
    11    2    1    "Increases Defensibility"        1    30    1    1    1    1    30        
    12    2    2    "Increases Shield Protection"        2    7    1    1    1    1    50        
    13    2    3    "Reduces Damage"            2    4    1    1    1    1    20        
    14    2    4    "Reflects Damage"            2    5    1    1    1    1    40                                
    //-> (Ice)                                            
    16    3    0    "Increases Health From a Mob Kill"    4    8    49    50    51    52    30        
    17    3    1    "Increases Mana From a Mob Kill"    5    8    49    50    51    52    20        
    18    3    2    "Increases Skill Attack"        1    37    1    1    1    1    10        
    19    3    3    "Increases Attack Accuracy"        1    25    1    1    1    1    50        
    20    3    4    "Item Strenghthener"            2    30    1    1    1    1    30        
    //-> (Wind)                                                
    21    4    0    "Increases Automatic Health Recovery"    1    8    1    1    1    1    40        
    22    4    1    "Increases Maximum Health"        2    4    1    1    1    1    30        
    23    4    2    "Increases Maximum Mana"        2    4    1    1    1    1    40        
    24    4    3    "Increases Automatic Mana Recovery"    1    7    1    1    1    1    50        
    25    4    4    "Increases Maximum AG"            1    25    1    1    1    1    40        
    26    4    5    "Increases AG Value"            1    3    1    1    1    1    50                                    
    //-> (Lightning)                                                
    29    5    0    "Increases Excellent Damage"        1    15    1    1    1    1    20        
    30    5    1    "Increases Excellent Damage Rate"    2    10    1    1    1    1    10        
    31    5    2    "Increases Critical Damage"        1    30    1    1    1    1    30        
    32    5    3    "Increases Critical Damage Rate"    2    8    1    1    1    1    10
    36    6    2    "Increases Health"            1    30    1    1    1    1    10        
    end
    
    
    //=====================================
    // Bonus Options (Start / End = Item type)
    //=====================================                                                
    1
    // -------------------------------------------------------------------------------------------------------------------------------
    //    Start    End    Name                    OptType    Value    ExtRate    Slot1    Slot2    Slot3    Slot4    Slot5
    // -------------------------------------------------------------------------------------------------------------------------------
    0    0    4    "Increases Attack Power"        1    11    30    1    5    3    0    0    
    1    0    4    "Increases Skill Attack"        1    11    30    5    3    1    0    0    
    2    5    5    "Increases Attack & Wizardry"        1    5    30    1    5    3    0    0    
    3    5    5    "Increases Skill Attack"        1    11    30    5    3    1    0    0    
    4    6    12    "Increases Defensibility"        1    24    30    2    6    4    0    0    
    5    6    12    "Increases Maximum Health"        1    29    30    6    4    2    0    0    
    end
    
    
    //=====================================
    // Set Options
    //=====================================                                        
    2
    // -------------------------------------------------------------------------------------------------------------------------------
    //    Type    Name                    OptType    Value    ExtRate    Index1    Index2    Index3    Index4    Index5    Index6
    // -------------------------------------------------------------------------------------------------------------------------------
    0    0    "Increases Double Damage Rate"        2    3    100    1    1    1    1    1    1
    1    0    "Reduces Opponent's Defens."        2    1    100    1    3    1    3    1    2
    end
    
    
    //=====================================
    // Socket item list
    //=====================================                            
    3
    // -------------------------------------------------------------------------------------------------------------------------------
    //    ID    Index    Name
    // -------------------------------------------------------------------------------------------------------------------------------
        0    26    //-> Flameberge        
        0    27    //-> Sword Breaker
        0    28    //-> Rune Bastard Blade
        2    16    //-> Frost Mace
        2    17    //-> Absolute Scepter
        4    23    //-> Dark Stinger
        5    20    //-> Eternal Wing Stick
        5    30    //-> Deadly Staff
        5    31    //-> Inberial Staff
        6    17    //-> Crimson Glory
        6    18    //-> Salamander Shield
        6    19    //-> Frost Barrier
        6    20    //-> Guardian Shield
        -1    44    //-> Eternal Wing Set
        -1    45    //-> Titan Set
        -1    46    //-> Brave Set
        -1    47    //-> Phantom Set
        -1    48    //-> Destroy Set
        -1    49    //-> Seraphim Set
        -1    50    //-> Divine Set
        -1    51    //-> Royal Set
        -1    52    //-> Hades Set
        -1    53    //-> Queen Set
        -1    1    //-> Dragon set
    end
    btw, does anyone know how to use the itemmodel.z ? after i use the encoder on the txt file the main just closes half way while loading

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

    re: [Release] zTeam Season 6 EP3 + Source

    @natzugen
    my problem is, after all I put the code you gave me.
    when I put my account user and password then enter nothing happens that's the problem.
    the connection is okay.. but when I replace my zclient with the new compiled zclient that's the result.

  7. #4102
    Apprentice Proof123 is offline
    MemberRank
    Jun 2009 Join Date
    16Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Who can give please balanced stats for PvP 65k?
    (ClassCalc.txt and SkillAdditionInfo.dat, BalanceSystem.txt)
    Thanks
    Last edited by Proof123; 18-12-15 at 07:18 PM.

  8. #4103
    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 Proof123 View Post
    Who can give please balanced stats for PvP 65k?
    (ClassCalc.txt and SkillAdditionInfo.dat, BalanceSystem.txt)
    Thanks
    Better if you recode the balance system, and add some new variable. With the original balance system is very hard to make good balance...

  9. #4104
    Apprentice Proof123 is offline
    MemberRank
    Jun 2009 Join Date
    16Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Where i can find good Character Editor with items for this files?

  10. #4105
    Novice gumayca is offline
    MemberRank
    Feb 2012 Join Date
    1Posts

    re: [Release] zTeam Season 6 EP3 + Source

    You can upload the database to SQL Server 2000

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

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by gumayca View Post
    You can upload the database to SQL Server 2000
    just switch to sql 2008r2, you may get weird bugs using the 2000 one

  12. #4107
    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 Proof123 View Post
    Where i can find good Character Editor with items for this files?
    What you mean? You want a program like mumaker? Or you want to edit the characters skin / items skin? Pentium tools + photoshop is for that.

    Quote Originally Posted by gumayca View Post
    You can upload the database to SQL Server 2000
    Stop using sql 2000, this files using more query than an old season 1-2-3 serverfile. SQL 2000 cant handle the data transfer, and your server will stuck / crash always. Why you cant use sql 2005 / 2008? everything is the same... Or you are editing the tables with your hands? nice... never edit the tables with hands.

  13. #4108
    Proficient Member jumongski is offline
    MemberRank
    Dec 2015 Join Date
    157Posts

    re: [Release] zTeam Season 6 EP3 + Source

    please reupload the db! im using 2008

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

    re: [Release] zTeam Season 6 EP3 + Source

    has anyone tried adding multiware to this?

  15. #4110
    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
    has anyone tried adding multiware to this?
    The file has the in build warehouse expand function. I dont think you need more.



Advertisement