Endless Custom Quest.

Results 1 to 5 of 5
  1. #1
    ❀◕ ‿ ◕❀ Zujirawa is offline
    MemberRank
    Aug 2004 Join Date
    凸(¬‿¬)凸Location
    473Posts

    Endless Custom Quest.

    Just want to share this little "Endless Custom Quest" that I made last few months ago.
    Ok here. Just follow this few steps.

    NOTE: Backup your files first before you modify it.

    npc.xml
    scenario.xml
    questmap.xml (Don't worry about the key_sector="102")
    shop.xml
    zquestitem.xml

    npc.xml
    PHP Code:

    <NPC id="214"
         
    name="STR:NPC_NAME_13"
         
    desc="STR:NPC_DESC_13"
         
    meshname="goblinW"
         
    scale="2.8 2.8 2.8"
         
    grade="boss"
         
    max_hp="7000"
         
    max_ap="8000"
         
    int="4"
         
    agility="4"
         
    view_angle="25"
         
    dc="6"
         
    offensetype="1"
         
    dyingtime="5">
         <
    COLLISION radius="30" height="200" />
         <
    ATTACK type="melee" range="130" weaponitem_id="300013" />
         <
    SPEED default="400" />
         <
    SKILL id="131" />
         <
    SKILL id="132" />
         <
    SKILL id="341" />
         <
    DROP table="G13" />
    </
    NPC


    scenario.xml
    PHP Code:
    <SPECIAL_SCENARIO id="556"
        
    title="Goblin Super Boss"
        
    QL="1"
        
    DC="1"
        
    mapset="Mansion"
        
    XP="10000000"
        
    BP="500000">

          <
    SACRI_ITEM itemid="050592" />

        <
    MAP dice="1" key_sector="102" key_npc="214" boss="true" >
            <
    NPCSET_ARRAY>G61</NPCSET_ARRAY>
            <
    JACO count="2" tick="5" min_npc="0" max_npc="13">
                <
    NPC npcid="11" rate="0.2" />
                <
    NPC npcid="214" rate="0.3" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.1" />
            </
    JACO>
        </
    MAP>
        <
    MAP dice="2" key_sector="102" key_npc="214" boss="true">
            <
    NPCSET_ARRAY>G61</NPCSET_ARRAY>
            <
    JACO count="2" tick="5" min_npc="0" max_npc="13">
                <
    NPC npcid="11" rate="0.2" />
                <
    NPC npcid="214" rate="0.3" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.1" />
            </
    JACO>
        </
    MAP>
        <
    MAP dice="3" key_sector="102" key_npc="214" boss="true">
            <
    NPCSET_ARRAY>G61</NPCSET_ARRAY>
            <
    JACO count="2" tick="5" min_npc="0" max_npc="13">
                <
    NPC npcid="11" rate="0.2" />
                <
    NPC npcid="214" rate="0.3" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.1" />
            </
    JACO>
        </
    MAP>
        <
    MAP dice="4" key_sector="102" key_npc="214" boss="true">
            <
    NPCSET_ARRAY>G61</NPCSET_ARRAY>
            <
    JACO count="2" tick="5" min_npc="0" max_npc="13">
                <
    NPC npcid="11" rate="0.2" />
                <
    NPC npcid="214" rate="0.3" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.1" />
            </
    JACO>
        </
    MAP>
        <
    MAP dice="5" key_sector="102" key_npc="214" boss="true">
            <
    NPCSET_ARRAY>G61</NPCSET_ARRAY>
            <
    JACO count="2" tick="5" min_npc="0" max_npc="13">
                <
    NPC npcid="11" rate="0.2" />
                <
    NPC npcid="214" rate="0.3" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.1" />
            </
    JACO>
        </
    MAP>
        <
    MAP dice="6" key_sector="102" key_npc="214" boss="true">
            <
    NPCSET_ARRAY>G61</NPCSET_ARRAY>
            <
    JACO count="2" tick="5" min_npc="0" max_npc="13">
                <
    NPC npcid="11" rate="0.2" />
                <
    NPC npcid="214" rate="0.3" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.2" />
                <
    NPC npcid="214" rate="0.1" />
            </
    JACO>
        </
    MAP>
    </
    SPECIAL_SCENARIO
    shop.xml
    PHP Code:
    <SELL itemid="050592"/> 
    zquestitem.xml
    PHP Code:
    <ITEM id="050592" name="Goblin Super Boss" level="0" type="doll" desc="Endless Quest."
            
    unique="0" price="1" secrifice="1" param="0" /> 
    After you kill the boss 5-10 seconds the boss will spawn again.



  2. #2
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: Endless Custom Quest.

    If this is endless, how will the player obtain exp? Isn't this the same as survival?

  3. #3
    ❀◕ ‿ ◕❀ Zujirawa is offline
    MemberRank
    Aug 2004 Join Date
    凸(¬‿¬)凸Location
    473Posts

    Re: Endless Custom Quest.

    Quote Originally Posted by Patrick2607 View Post
    If this is endless, how will the player obtain exp? Isn't this the same as survival?
    Nice Question, I never explore more about this Quest I made. Since I play it then kill the bosses 20x still re-spawning every 5~10seconds it will never end I think or somebody will try to explore it. Idk.. Just messing up the codes then end up like this.
    This quest is fit for the players that want to OWN the boss with there tactics or style of playing.
    And I put the best magic skills for the boss.
    <SKILL id="131" />
    <SKILL id="132" />
    <SKILL id="341" />
    Last edited by Zujirawa; 22-10-13 at 01:56 PM.

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Endless Custom Quest.

    Yay, InfectiveGunz files!

    Anyways, I think this is normal. The spawning of the NPC always been endless for me while trying to kill the boss if I remember correctly.

  5. #5
    ❀◕ ‿ ◕❀ Zujirawa is offline
    MemberRank
    Aug 2004 Join Date
    凸(¬‿¬)凸Location
    473Posts

    Re: Endless Custom Quest.

    Yes I use infective Gunz client and source as my test server.
    But anyway about the custom quest I just mess it up then end it on that endless quest maybe I never explore it more killing it until it will end.



Advertisement