Zombie Wars v1 by Razi46 =)

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Zombie Wars v1 by Razi46 =)

    Hey Guyz! Waiting Long For Zombie Quest? Wait no more cuz its here! I will give ya instructions how to correctly put in the codes into the xml.
    Download Link: http://www.4shared.com/file/MbI4DOad/zombies.html

    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!
    Last edited by razi46; 27-05-10 at 04:11 AM.


  2. #2
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Zombie Wars v1 by Razi46 =)

    First Post (-(-_-)-)
    9 / 10
    The zombies are not very realistic .--.
    Try to leave more like a zombie +_+
    Plus I really liked, and I'll add to my server :D
    *Now I have four custom quests =D*

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

    Re: Zombie Wars v1 by Razi46 =)

    It seems like this is just the beginning. Next version I'll try improve on it and make it realistic.

  4. #4
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Zombie Wars v1 by Razi46 =)

    Screenshots?

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

    Re: Zombie Wars v1 by Razi46 =)

    Quote Originally Posted by phoenix_147 View Post
    Screenshots?
    http://forum.ragezone.com/f496/zombi...female-657357/

  6. #6
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: Zombie Wars v1 by Razi46 =)

    u could just rip the Ghost Boss By LegacyGamers and ad blood effect.,..

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

    Re: Zombie Wars v1 by Razi46 =)

    Lol. Are u sure? Wouldn't that seem like stealing?

  8. #8
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Zombie Wars v1 by Razi46 =)

    The fuck?
    Looks like a girl who was painting the walls with red paint, only wearing a bra and tights.

  9. #9
    Banned Blasian is offline
    BannedRank
    Aug 2009 Join Date
    California, USLocation
    773Posts

    Re: Zombie Wars v1 by Razi46 =)

    this one seems a whole lot kooler [nomedia="http://www.youtube.com/watch?v=gMm_lvW9UQU"]YouTube- [WIP] GunZ: Zombie Custom Quest[/nomedia] lol i your zombies dont look as real as these ones

  10. #10
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Zombie Wars v1 by Razi46 =)

    Quote Originally Posted by Dude3889 View Post
    this one seems a whole lot kooler YouTube- [WIP] GunZ: Zombie Custom Quest lol i your zombies dont look as real as these ones
    That's the one Nobody666 and `Styx were working on

  11. #11
    Novice cio0812 is offline
    MemberRank
    Jan 2008 Join Date
    3Posts

    Re: Zombie Wars v1 by Razi46 =)

    Thank you. ^^

  12. #12
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Zombie Wars v1 by Razi46 =)

    Eh not bad. Look u released. 6/10
    Posted via RaGEZONE iPhone App

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

    Re: Zombie Wars v1 by Razi46 =)

    This is juz a simple quest anyone can do. Its easy. I dont need everyone to like this.

  14. #14
    Account Upgraded | Title Enabled! gabire is offline
    MemberRank
    Dec 2008 Join Date
    CanadaLocation
    577Posts

    Re: Zombie Wars v1 by Razi46 =)

    Gratz one more time razi .. u rock 10/10 =)

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

    Re: Zombie Wars v1 by Razi46 =)

    Quote Originally Posted by Dude3889 View Post
    this one seems a whole lot kooler YouTube- [WIP] GunZ: Zombie Custom Quest lol i your zombies dont look as real as these ones
    I've seen it not long ago. Their's aren't released yet [i think]. Mine is simple. I used some blood splatter and pasted it to the model. My prev zombies sux.

    ---------- Post added at 02:40 AM ---------- Previous post was at 02:39 AM ----------

    Quote Originally Posted by gabire View Post
    Gratz one more time razi .. u rock 10/10 =)
    Oh thanks.



Page 1 of 2 12 LastLast

Advertisement