Re release - Zombie Wars v2 by razi46

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re release - Zombie Wars v2 by razi46

    This thread is a re release from v1. I released this again as the previous one sux and v2 is much cooler. I know it doesn't look realistic. Bear with it.
    Download
    If you don't wanna read the below, you can always read the readme in this file included with the v2 zombie.mrs Zombie Quest.rar


    Okay, in your system.mrs folder, open up NPC.XML
    You can scroll all the way to the bottom but it should be before the </xml> tag. Put the code in between </NPC> and <NPC id="xx"
    Here's the code for the NPCs:

    Code:
    <NPC id="126"
         name="Zombie "
         desc="Zombie"
         meshname="zombienoir"
         scale="1.0 1.0 1.0"
         grade="regular"
         max_hp="90"
         max_ap="90"
         int="4"
         agility="4"
         view_angle="25"
         dc="6"
         offensetype="1"
         dyingtime="5">
         <COLLISION radius="30" height="120" />
         <ATTACK type="melee" range="130" weaponitem_id="300018" />
         <SPEED default="400" />
         <DROP table="G191" />
    </NPC>
    
    <NPC id="127"
         name="Zombie Eval"
         desc="Zombie Eval"
         meshname="zombieval"
         scale="1.0 1.0 1.0"
         grade="elite"
         max_hp="170"
         max_ap="130"
         int="4"
         agility="4"
         view_angle="25"
         dc="6"
         offensetype="1"
         dyingtime="5">
         <COLLISION radius="30" height="120" />
         <ATTACK type="melee" range="130" weaponitem_id="300018" />
         <SPEED default="400" />
         <DROP table="G191" />
    </NPC>
    
    <NPC id="128"
         name="Zombie Boss"
         desc="Zombie Boss"
         meshname="zombienoir"
         scale="3.5 3.5 3.5"
         grade="boss"
         max_hp="8000"
         max_ap="9700"
         int="4"
         agility="4"
         view_angle="25"
         dc="6"
         offensetype="1"
         dyingtime="8">
         <COLLISION radius="30" height="200" tremble="5" />
         <ATTACK type="melee" range="130" weaponitem_id="300018" />
         <FLAG never_blasted="true" never_pushed="true" never_attack_cancel="true" />
         <SPEED default="340" />
         <SKILL id="381" />
         <SKILL id="382" />
         <DROP table="G191" />
    </NPC>
    Save it and close it!
    So now you have the NPC codes stored inside ur system.
    Now, the scenario.xml. Open it and below the last mansion quest, add in this code :
    Code:
    <SPECIAL_SCENARIO id="87"
    	title="Zombie King"
    	QL="1"
    	DC="1"
    	mapset="Mansion"
    	XP="Choose XP"
    	BP="Choose BP">
    	<SACRI_ITEM itemid="Choose" />
    
    	<!--  Hall1 맵 부터 시작 -->
    	<MAP dice="1" key_sector="205" key_npc="128" boss="true">
    		<NPCSET_ARRAY>Z19/Z19/Z19</NPCSET_ARRAY>
    	</MAP>
    	<MAP dice="2" key_sector="205" key_npc="128" boss="true">
    		<NPCSET_ARRAY>Z19/Z19/Z19</NPCSET_ARRAY>
    	</MAP>
    	<MAP dice="3" key_sector="205" key_npc="128" boss="true">
    		<NPCSET_ARRAY>Z19/Z19/Z19</NPCSET_ARRAY>
    	</MAP>
    	<MAP dice="4" key_sector="205" key_npc="128" boss="true">
    		<NPCSET_ARRAY>Z19/Z19/Z19</NPCSET_ARRAY>
    	</MAP>
    	<MAP dice="5" key_sector="205" key_npc="128" boss="true">
    		<NPCSET_ARRAY>Z19/Z19/Z19</NPCSET_ARRAY>
    	</MAP>
    	<MAP dice="6" key_sector="205" key_npc="128" boss="true">
    		<NPCSET_ARRAY>Z19/Z19/Z19</NPCSET_ARRAY>
    	</MAP>
    </SPECIAL_SCENARIO>
    Now go to ur model.mrs folder, open NPC.xml. Add this code in.
    Code:
    	<AddXml name="zombienoir" 	filename="model/npc/zombies/zombienoir.xml" autoload = "false">  </AddXml>
    	<AddXml name="zombieval" 	filename="model/npc/zombies/zombieval.xml" autoload = "false">  </AddXml>
    Now go to your MatchServer folder
    Open up npcset.xml
    Copy this code and paste it into the npcset.xml
    Code:
    <NPCSET id="19998" name="Z19" basenpc="126">						<!-- Random 1 -->
    	<ADDNPC npc_id="127" min_rate="15" max_rate="15" />
    	<ADDNPC npc_id="126" min_rate="15" max_rate="15" />
    </NPCSET>
    FINALLY, Drag zombies.mrs into ur Gunz Folder>Model>NPC>"In Here!"

    Thats all! Simple? Questions?

    FAQ [Frequently Asked Questions]
    Q: I put the sacrifice item but the title doesnt show up! When I play it is Mansion lv 0 only goblins. What Should I do?
    A: It means there is something wrong with the scenario code you added. Make sure you change the "Choose XP, Choose BP" into xp and bp.

    Q: The Zombie doesn't show up! It is invisible!
    A: Check whether you have placed your zombies.mrs into the correct folder [NPC folder]

    Q: What if the zombie hits me with no damage?
    A:a) Then change the weapon id in the npc.xml to a weapon that does damage.
    b) The weapon id in npc.xml may be wrong or the weapon isn't added into your zitem.xml like the other weapons.


    If you want some previews, go here http://forum.ragezone.com/f496/zombi...female-657357/
    Thank me!
    Credits
    MAIET for the mesh files
    Last edited by razi46; 08-09-10 at 10:14 AM.


  2. #2
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Re release - Zombie Wars v2 by razi46

    I like it but I would of preferred to see JACO in the scenario, far better way to write your quests. Usually turn out better too.


    Good job though not many people do custom quests.

  3. #3
    Member WitchKoder is offline
    MemberRank
    Sep 2010 Join Date
    RaGEZONELocation
    78Posts

    Re: Re release - Zombie Wars v2 by razi46

    Thanks for re Release

  4. #4
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: Re release - Zombie Wars v2 by razi46

    OMG. I so new to JACO . If you got the time u could explain what it is ?

    ---------- Post added at 09:39 AM ---------- Previous post was at 09:38 AM ----------

    Quote Originally Posted by WitchKoder View Post
    Thanks for re Release
    No problem.
    The re release of this quest will end maybe v4 or v5

  5. #5
    Member WitchKoder is offline
    MemberRank
    Sep 2010 Join Date
    RaGEZONELocation
    78Posts

    Re: Re release - Zombie Wars v2 by razi46

    hmm someone post a tutorial how to edit quests.

  6. #6
    Software Engineer Evil[]Power is offline
    MemberRank
    Apr 2010 Join Date
    Look behind...Location
    1,191Posts

    Re: Re release - Zombie Wars v2 by razi46

    Good release thanks Razi!

  7. #7
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: Re release - Zombie Wars v2 by razi46

    Quote Originally Posted by Evil[]Power View Post
    Good release thanks Razi!
    No prob.

  8. #8

    Re: Re release - Zombie Wars v2 by razi46

    Quote Originally Posted by razi46 View Post
    OMG. I so new to JACO . If you got the time u could explain what it is ?

    ---------- Post added at 09:39 AM ---------- Previous post was at 09:38 AM ----------



    No problem.
    The re release of this quest will end maybe v4 or v5
    Quote Originally Posted by WitchKoder View Post
    hmm someone post a tutorial how to edit quests.
    http://forum.ragezone.com/f497/detai...quests-661260/

  9. #9
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: Re release - Zombie Wars v2 by razi46

    Thx for this.

  10. #10
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Re release - Zombie Wars v2 by razi46

    Quote Originally Posted by razi46 View Post
    Thx for this.
    x3 he beat me to posting it! damn, and dude no problem if you have any more quest related questions after that read just feel free to ask me.

  11. #11
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: Re release - Zombie Wars v2 by razi46

    Oh sure. I'll ask you about quest related probs I'm facing



Advertisement