-------------------
INFO
-------------------
Hey guys! I'm back to Quest coding! If anyone ever remembered my past Quests that I've made :) This quest I've made is called Woodlander Pack! Consisting of 2 NPCs. Namely Elf and Woodlander. This isn't a boss stage but if you want it, you can PM me and I can help you ^^
-------------------
PICS
-------------------
-------------------
DOWNLOAD
-------------------
Mediafire: Quest.rar
Sendspace: Quest.rar
Depositfiles: Quest.rar
Filebeam: Quest.rar
password: razi46
-------------------
INSTALLATION
-------------------
Copy 'Woodlander.mrs' from the file you downloaded into your Gunz Client/Model/NPC >
Copy this into your system/NPC.xml
Copy this into your matchserver/npcset.xmlCode:<NPC id="123" name="Woodlander" desc="Woodlander" meshname="Woodlander" scale="1.2 1.2 1.2" grade="elite" max_hp="150" max_ap="100" int="4" agility="4" view_angle="15" dc="8" offensetype="1" dyingtime="3"> <COLLISION radius="35" height="160" /> <ATTACK type="melee" range="270" weaponitem_id="300015" /> <FLAG never_blasted="true" never_pushed="true" never_attack_cancel="true" /> <SPEED default="230" /> <DROP table="W01" /> </NPC> <NPC id="124" name="Elf" desc="Elf" meshname="elf" scale="0.8 0.8 0.8" grade="elite" max_hp="100" max_ap="50" int="4" agility="4" view_angle="15" dc="8" offensetype="1" dyingtime="3"> <COLLISION radius="35" height="130" /> <ATTACK type="melee" range="270" weaponitem_id="300015" /> <FLAG never_blasted="true" never_pushed="true" never_attack_cancel="true" /> <SPEED default="220" /> <SKILL id="421" /> <SKILL id="411" /> <DROP table="W02" /> </NPC>
Copy this into your system/scenario.xmlCode:<!-- Woodlander Pack --> <NPCSET id="121" name="W01" basenpc="123"> <!-- Random 1 --> <ADDNPC npc_id="124" min_rate="15" max_rate="15" /> 병정 고블린(이벤트용) </NPCSET>
Copy this into your system/droptable.xmlCode:<!-- SCENARIO.XML --> <SPECIAL_SCENARIO id="99" title="Woodlander Pack" QL="1" DC="1" mapset="Dungeon" XP="35000" BP="9000"> <SACRI_ITEM itemid="200011" /> <!-- 큰두골 --> <MAP dice="1" key_sector="306" key_npc="123" boss="false" > <NPCSET_ARRAY>W01/W01/W01/W01</NPCSET_ARRAY> <JACO count="2" tick="5" min_npc="0" max_npc="12"> <NPC npcid="123" rate="0.5" /> <NPC npcid="124" rate="0.2" /> <NPC npcid="123" rate="0.3" /> </JACO> </MAP> <MAP dice="2" key_sector="306" key_npc="123" boss="false"> <NPCSET_ARRAY>W01/W01/W01/W01</NPCSET_ARRAY> <JACO count="2" tick="5" min_npc="0" max_npc="12"> <NPC npcid="123" rate="0.5" /> <NPC npcid="124" rate="0.2" /> <NPC npcid="123" rate="0.3" /> </JACO> </MAP> <MAP dice="3" key_sector="306" key_npc="123" boss="false"> <NPCSET_ARRAY>W01/W01/W01/W01</NPCSET_ARRAY> <JACO count="2" tick="5" min_npc="0" max_npc="12"> <NPC npcid="123" rate="0.5" /> <NPC npcid="124" rate="0.2" /> <NPC npcid="123" rate="0.3" /> </JACO> </MAP> <MAP dice="4" key_sector="306" key_npc="123" boss="false"> <NPCSET_ARRAY>W01/W01/W01/W01</NPCSET_ARRAY> <JACO count="2" tick="5" min_npc="0" max_npc="12"> <NPC npcid="123" rate="0.5" /> <NPC npcid="124" rate="0.2" /> <NPC npcid="123" rate="0.3" /> </JACO> </MAP> <MAP dice="5" key_sector="306" key_npc="123" boss="false"> <NPCSET_ARRAY>W01/W01/W01/W01</NPCSET_ARRAY> <JACO count="2" tick="5" min_npc="0" max_npc="12"> <NPC npcid="123" rate="0.5" /> <NPC npcid="124" rate="0.2" /> <NPC npcid="123" rate="0.3" /> </JACO> </MAP> <MAP dice="6" key_sector="306" key_npc="123" boss="false"> <NPCSET_ARRAY>W01/W01/W01/W01</NPCSET_ARRAY> <JACO count="2" tick="5" min_npc="0" max_npc="12"> <NPC npcid="123" rate="0.5" /> <NPC npcid="124" rate="0.2" /> <NPC npcid="123" rate="0.3" /> </JACO> </MAP> </SPECIAL_SCENARIO>
Copy this into your model/NPC.xmlCode:<!-- DROPTABLE.XML --> <DROPSET id="10" name="W01"> <ITEMSET QL="1"> <ITEM id="hp1" rate="0.20" /> <ITEM id="ap1" rate="0.20" /> <ITEM id="mag1" rate="0.20" /> <ITEM id="525101" rate="0.20" rent_period="168" /> <!-- 날고기 --> </ITEMSET> </DROPSET> <DROPSET id="9" name="W02"> <ITEMSET QL="1"> <ITEM id="hp1" rate="0.20" /> <ITEM id="ap1" rate="0.20" /> <ITEM id="mag1" rate="0.20" /> <ITEM id="600101" rate="0.20" rent_period="168" /> <!-- 날고기 --> </ITEMSET> </DROPSET>
Code:<!-- /model/NPC.XML --> <AddXml name="Woodlander" filename="model/npc/Woodlander/woodlander.xml" autoload = "false"> </AddXml> <AddXml name="elf" filename="model/npc/Woodlander/elf.xml" autoload = "false"> </AddXml>
-------------------
CREDITS
-------------------
razi46 (for the coding and everything)
MAIET (for the models and animations)
Please do Like this post if it helped :)
-------------------
FAQ
-------------------
Q: I can't start the quest!
A: You probably screwed up the scenario.xml
Q: When I enter the game, I crash!
A: -You probably didn't put the npc.xml , or accidentally edited it wrongly. Check for the open <NPC and closing </NPC>, or check your model/npc.xml , make sure you have added it properly. Please add it within the </XML> tag.
-PLEASE CHECK THAT YOU ARE USING A 1.5 CLIENT SINCE OLDER VERSIONS CANT READ THE NEW ELU FORMAT.
Q: The NPCs don't drop items!
A: Make sure you have properly added the droptable code.
-------------------
EDITS
-------------------
-Added FAQ section.
-Added Edits section.
-Added mirrors to avoid dead links.
-Added second answer to FAQ.




Reply With Quote![[Razi46] Woodlander Pack Quest!](http://ragezone.com/hyper728.png)


