[Release] zTeam Season 8 Episode 2 (Source)

Page 54 of 216 FirstFirst ... 444464748495051525354555657585960616264104154 ... LastLast
Results 796 to 810 of 3226
  1. #796
    Turkey <3 ahmetoz27 is offline
    MemberRank
    Mar 2012 Join Date
    Dar Es SalaamLocation
    255Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    How what do you mean shop files manuel settings ? as you see in pic ther is shop button but its off you know at old servers you can use any kind of editor ther is no any editor for this s8 ?

    Quote Originally Posted by natzugen View Post
    genssystem.xml

    - - - Updated - - -



    just follow the format in the shop files?

  2. #797
    Account Upgraded | Title Enabled! jackbot is offline
    MemberRank
    Jan 2014 Join Date
    210Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Quote Originally Posted by Prototypex View Post
    @jackbot check commonserver.cfg

    //=====================================
    // Item options
    //=====================================
    BlockFullExcellent = 0
    BlockFullAncient = 0

    mmm bro i think its have to do with item limits.

  3. #798
    Enthusiast FrodoTeabaggins is offline
    MemberRank
    Jun 2015 Join Date
    29Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Geez so many lazy people in this topic asking things without at least take a look at the files.

    Quote Originally Posted by ahmetoz27 View Post
    How what do you mean shop files manuel settings ? as you see in pic ther is shop button but its off you know at old servers you can use any kind of editor ther is no any editor for this s8 ?
    There's no shop editor atm, because of the .xml format.
    Btw. Shop editor... Pfft. What about the old method of editing shops manually? I'm the one still using it? (Editors won't teach you anything!)

    ---------
    Have anyone tried to edit item names? I've edited a wing name (Server/Client) but in-game the name wasn't changed (Yup, i've edited all the items.bmd in client side. (_eng, _por, _spa) and used zFileManager compiled)
    Last edited by FrodoTeabaggins; 07-07-15 at 12:47 AM.

  4. #799
    Enthusiast degola is offline
    MemberRank
    Apr 2015 Join Date
    39Posts

    thumbs up re: [Release] zTeam Season 8 Episode 2 (Source)

    Anyone have FULL FIX? and who know how put npc to clean PK ?
    PLEASE...

    I CAN EDIT ONE CASH SHOP TO YOU, OR I CAN GIVE ONE EDITED WITH VERY ITENS (SETS, WEAPONS, WINGS AND MORE..)

    - - - Updated - - -

    IF ANYONE HAVE FULL FIX, I BUY IT, SEND ME SKYPE IN MSG PRIVATE.
    THANKS!!
    PS. I'M USING THE ZTEAM LICENSE

  5. #800
    Account Upgraded | Title Enabled! jackbot is offline
    MemberRank
    Jan 2014 Join Date
    210Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Ruby pedants and all of accessory items are working fine xD!!!


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

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Quote Originally Posted by ahmetoz27 View Post
    How what do you mean shop files manuel settings ? as you see in pic ther is shop button but its off you know at old servers you can use any kind of editor ther is no any editor for this s8 ?
    manually, or complete the code :)

    Quote Originally Posted by FrodoTeabaggins View Post
    Geez so many lazy people in this topic asking things without at least take a look at the files.



    There's no shop editor atm, because of the .xml format.
    Btw. Shop editor... Pfft. What about the old method of editing shops manually? I'm the one still using it? (Editors won't teach you anything!)

    ---------
    Have anyone tried to edit item names? I've edited a wing name (Server/Client) but in-game the name wasn't changed (Yup, i've edited all the items.bmd in client side. (_eng, _por, _spa) and used zFileManager compiled)
    did you edit the itemtooltip.bmd?

    - - - Updated - - -

    to add the item code option in the zfilemanager

    add a button and a text box with readonly property in ItemEditor.cs[Design]


    and add this code in the button section in itemeditor.cs

    PHP Code:
    string category listBoxCategory.GetItemText(listBoxCategory.SelectedItem);            int value = (int)numericUpDownIndex.Value;
                
    int cat=0;


                if (
    category == "Sword")
                {
                     
    cat 0;
                }
                if (
    category == "Axes")
                {
                     
    cat 1;
                }
                else if (
    category == "Maces & Scepters")
                {
                     
    cat 2;
                }
                else if (
    category == "Spears")
                {
                     
    cat 3;
                }
                else if (
    category == "Bows & Crossbows")
                {
                     
    cat 4;
                }
                else if (
    category == "Staffs & Books")
                {
                     
    cat 5;
                }
                else if (
    category == "Shields")
                {
                     
    cat 6;
                }
                else if (
    category == "Helms")
                {
                     
    cat 7;
                }
                else if (
    category == "Armors")
                {
                     
    cat 8;
                }
                else if (
    category == "Pants")
                {
                     
    cat 9;
                }
                else if (
    category == "Gloves")
                {
                     
    cat 10;
                }
                else if (
    category == "Boots")
                {
                     
    cat 11;
                }
                else if (
    category == "Wings & Misc")
                {
                     
    cat 12;
                }
                else if (
    category == "Pets & Misc")
                {
                     
    cat 13;
                }
                else if (
    category == "Jewels & Misc")
                {
                     
    cat 14;
                }
                else if (
    category == "Magic books")
                {
                     
    cat 15;
                }


                    
    int icode value + (cat 512);
                    
    string s icode.ToString();

                
    // replace itemcode.text for your textboxname.text
                    
    Itemcode.Text s
    Last edited by Natzugen; 07-07-15 at 01:51 PM.

  7. #802
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    any one want to help to fix main 8.3(guardIt)?

  8. #803
    Account Upgraded | Title Enabled! jackbot is offline
    MemberRank
    Jan 2014 Join Date
    210Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Quote Originally Posted by ashlay View Post
    any one want to help to fix main 8.3(guardIt)?
    Skype?

  9. #804
    Enthusiast FrodoTeabaggins is offline
    MemberRank
    Jun 2015 Join Date
    29Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Quote Originally Posted by natzugen View Post
    did you edit the itemtooltip.bmd?
    Bro I'm trying to change item names, itemtooltip = item option names, as you can see (check SS's) the item name, for example, Storm Wings (Changed in item_eng.bmd, _por.bmd, _spn.bmd || Server side: item.txt) but when i open my game the name is 'Wing of Storm' (Default Name)



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

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Quote Originally Posted by FrodoTeabaggins View Post
    Bro I'm trying to change item names, itemtooltip = item option names, as you can see (check SS's) the item name, for example, Storm Wings (Changed in item_eng.bmd, _por.bmd, _spn.bmd || Server side: item.txt) but when i open my game the name is 'Wing of Storm' (Default Name)


    item.bmd = name when the item is on the floor
    itemtooltip.bmd = name of the item displayed when you hover the mouse over it


  11. #806
    Account Upgraded | Title Enabled! michi28 is online now
    MemberRank
    Sep 2014 Join Date
    Maldonado, Uy.Location
    473Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Quote Originally Posted by ashlay View Post
    any one want to help to fix main 8.3(guardIt)?
    ashlay. use client s8.2 zteam + main s8.3 zteam ??? for icon Event. thanks

  12. #807
    Enthusiast Bloder is offline
    MemberRank
    Jul 2005 Join Date
    Everywhere...Location
    34Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    Seize the server lag after several hours online - someone has the solution 70 online

  13. #808
    Member corneto is offline
    MemberRank
    Sep 2014 Join Date
    MuOnlineLocation
    89Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    how to add muun system in this files zteam?

    - - - Updated - - -

    By the way where i can found TServerInfoDisplayer.cpp:
    Last edited by corneto; 07-07-15 at 05:10 AM.

  14. #809
    Account Upgraded | Title Enabled! michi28 is online now
    MemberRank
    Sep 2014 Join Date
    Maldonado, Uy.Location
    473Posts

    re: [Release] zTeam Season 8 Episode 2 (Source)

    add set Bloody Dragon the RF.


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

    re: [Release] zTeam Season 8 Episode 2 (Source)

    I found the grand reset system thing its the same as the normal reset and also there is an item requirement option at the reset npc. I'll post this tomorrow after i finish the item requirement thing, btw the grand reset system doesnt add anything in special, just restarts the reset count to 0

    - - - Updated - - -

    Quote Originally Posted by michi28 View Post
    add set Bloody Dragon the RF.

    Can you share it?



Advertisement