[Release] zTeam Season 8 Episode 2 (Source)

Page 59 of 216 FirstFirst ... 949515253545556575859606162636465666769109159 ... LastLast
Results 871 to 885 of 3226
  1. #871
    Enthusiast Bloder is offline
    MemberRank
    Jul 2005 Join Date
    Everywhere...Location
    34Posts

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

    CHANGE WHERE THE TIME BETWEEN EVENTS , THE Selupan runs every 5 minutes

    Code:
    //===================================================================================
    // zGameServer
    // ----------------------------------------------------------------------------------
    // Description:    Raklion Selupan battle configuration
    // ----------------------------------------------------------------------------------
    // Revision:     23:20 07.08.2013
    //===================================================================================
    
    //=====================================
    // Intervals (close & end - sec.)
    //=====================================
    0
    // ----------------------------------------------------------------------------------
    //    Appearance    BossZoneClose    End
    // ----------------------------------------------------------------------------------
        5        300        300
    end
    
    //=====================================
    // Eggs
    //=====================================
    1
    // ----------------------------------------------------------------------------------
    //    EggHalf        EggMax
    // ----------------------------------------------------------------------------------
        5        15
    end
    
    //=====================================
    // Boss skill use delay
    //=====================================
    2
        1500
    end
    
    //=====================================
    // Boss attack pattern rate
    //=====================================
    3
    // ----------------------------------------------------------------------------------
    //    ID1    ID2    ID3    ID4    ID5    ID6
    // ----------------------------------------------------------------------------------
        80    60    50    40    20    10
    end
    Last edited by [RCZ]ShadowKing; 10-07-15 at 10:12 AM. Reason: added [CODE] tags

  2. #872
    Hmm.. huh? MrQU3ST10N is offline
    MemberRank
    Jun 2013 Join Date
    Trojan St. 404Location
    1,109Posts

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

    Quote Originally Posted by natzugen View Post
    what is your problem with custom items?
    i added them just fine O.O

    btw did anyone tried to enable custom wings from zclient.dll?

    the gameserver compiled without problems but seems like a part of the code for that in zclient is missing
    I can't wear the item. and no there's no description on it..

  3. #873
    Enthusiast degola is offline
    MemberRank
    Apr 2015 Join Date
    39Posts

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

    Somebody could only post the main.exe and DLL ?
    My main don't support new itens, It is invisible in the inventory. I looked up to page 45 and found nothing : s

    - - - Updated - - -

    Quote Originally Posted by MrQU3ST10N View Post
    You need to add the item on itemTRSData.bmd
    Hey bro, first thanks. Second, how i can open the ItemTRSData.bmd ? i was tryed to open with zfilemanager and look whats happens:


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

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

    Quote Originally Posted by degola View Post
    Somebody could only post the main.exe and DLL ?
    My main don't support new itens, It is invisible in the inventory. I looked up to page 45 and found nothing : s

    - - - Updated - - -



    Hey bro, first thanks. Second, how i can open the ItemTRSData.bmd ? i was tryed to open with zfilemanager and look whats happens:

    use the zfile manager posted in like 3 pages back and use the option itemTRSData.bmd not the item.bmd >->

  5. #875
    Enthusiast degola is offline
    MemberRank
    Apr 2015 Join Date
    39Posts

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

    Quote Originally Posted by natzugen View Post
    use the zfile manager posted in like 3 pages back and use the option itemTRSData.bmd not the item.bmd >->
    Thanks, but Where the option itemTRSData bro? I dont see the option in zfile as you was pasted os last 7 pages..

    EDITED:

    OK BRO THANKS, I FOUND XD
    Last edited by degola; 09-07-15 at 07:07 PM.

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

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

    Quote Originally Posted by natzugen View Post
    did you even search?

  7. #877
    Enthusiast degola is offline
    MemberRank
    Apr 2015 Join Date
    39Posts

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

    Quote Originally Posted by natzugen View Post
    use the zfile manager posted in like 3 pages back and use the option itemTRSData.bmd not the item.bmd >->
    lol I do not want to give up , but look what bizarre. If I do item +1 with him in the inventory gets gray screen . If I do +11 item the screen is shining through golden ( like an item) . Crazy .
    Pics:





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

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

    Quote Originally Posted by degola View Post
    I can open thread in help section, who knows your mother can answer. It is perhaps worth more than keep asking you something.
    indeed it is

    - - - Updated - - -

    to get the grand reset working at the npc add this in resetsystem.xml below </normal>

    PHP Code:
    <!-- Grand Reset settings -->    <Grand>        <!-- Switch (0Disabled1Enabled) -->        <enabled>1</enabled>
            <!-- 
    NPC configuration (First need add npc in MonsterSetBase.xml -->        <npc id="250" map="0" x="130" y="130" />
            <!-- 
    Group list -->        <grouplist>            <!--            minlevel:    Minlevel for reset            maxlevel:    Maxlevel for reset            minreset:    Minreset for this group            maxreset:    Maxreset for this group            money:        Payment for reset (Money * <UserReset>)            gensp:        Contribution for reset            credits:    Credits for skip delay (0without skips)            delay:        Delay for making reset (minutes)            -->            <group minlevel="400" maxlevel="400" minreset="0" maxreset="1000" money="1000000" gensp="0" credits="0" delay="0">                <!-- Cleaning configuration (0No1Yes) -->                <cleaning>                    <stats>1</stats>                    <points>0</points>                    <skills>0</skills>                    <equipment>0</equipment>                    <inventory>0</inventory>                    <shop>0</shop>                    <masterlevel>0</masterlevel>                    <masterpoints>0</masterpoints>                    <masterskills>0</masterskills>                    <marlonquest>0</marlonquest>                </cleaning>                <!-- Checks configuration (0Disabled1Enabled) -->                <checks>                    <equipment>0</equipment>                    <inventory>0</inventory>                    <shop>0</shop>                </checks>                <!--                pointmode:        0Points * <UserReset>, 1Points                -->                <reward pointmode="0">                    <class id="0" point="250" gensp="0" credits="0"/> <!-- Wizard -->                    <class id="1" point="250" gensp="0" credits="0"/> <!-- Knight -->                    <class id="2" point="250" gensp="0" credits="0"/> <!-- Elf -->                    <class id="3" point="280" gensp="0" credits="0"/> <!-- Gladiator -->                    <class id="4" point="280" gensp="0" credits="0"/> <!-- Lord -->                    <class id="5" point="250" gensp="0" credits="0"/> <!-- Summoner -->                    <class id="6" point="250" gensp="0" credits="0"/> <!-- Fighter -->                </reward>            </group>                    </grouplist>    </Grand

  9. #879
    I'm your Worst Nightmare! Meet Your Maker is offline
    MemberRank
    Nov 2012 Join Date
    EarthLocation
    449Posts

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

    Quote Originally Posted by muonlinegr2 View Post
    please upload muserver Fix And Client
    Im working on it, Im still studying the whole source.

  10. #880
    Valued Member StefanoAguiar is offline
    MemberRank
    Sep 2013 Join Date
    BrasilLocation
    108Posts

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

    Edity Pandora
    Where do you edit the event?



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

    hello, someone could do walk the MuunSystem? thanks

  12. #882
    Enthusiast bhurano is offline
    MemberRank
    Jul 2015 Join Date
    34Posts

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

    hello guys why the RF,DL, MG not muted from new create account have error name not allowed. but the true is its required 150-250 level to get a locked class to unlock.. why not muted like other files? it is a bug? also the duel every things fine except the respawning of the duelers in the same coordinate even you are not killed you respawned in same coordiantes. how to fix this ?

  13. #883
    Hmm.. huh? MrQU3ST10N is offline
    MemberRank
    Jun 2013 Join Date
    Trojan St. 404Location
    1,109Posts

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

    When Pandora reaches 0 / durability, You can't warp , you can't pick items.

  14. #884
    Enthusiast bhurano is offline
    MemberRank
    Jul 2015 Join Date
    34Posts

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

    Quote Originally Posted by StefanoAguiar View Post
    Edity Pandora
    Where do you edit the event?


    mining.xml

  15. #885
    Valued Member redf0x is offline
    MemberRank
    Jun 2012 Join Date
    124Posts

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

    anyone can share full package of this server inclune database
    thanks bros



Advertisement