-
need some quest help
I added this to my gunz client:
in the txt:
Code:
Put in npc.xml
<NPC id="60"
name="Goblin General"
desc="Made By Ygofreak"
meshname="goblinC"
scale="2.5 2.5 2.5"
grade="boss"
max_hp="5000"
max_ap="5000"
int="4"
agility="4"
view_angle="15"
dc="8"
offensetype="1"
dyingtime="8">
<COLLISION radius="35" height="160" />
<ATTACK type="melee" range="150" weaponitem_id="300003" hitrate="10" />
<FLAG never_blasted="true" never_pushed="true" never_attack_cancel="true" />
<SPEED default="320" />
<SKILL id="151" />
<SKILL id="152" />
<DROP table="e2" />
</NPC>
Code:
Put In Scenario.xml
<SPECIAL_SCENARIO id="1555"
title="Goblin General"
QL="1"
DC="1"
mapset="Mansion"
XP="Choose YourSelf"
BP="Choose YourSelf">
<SACRI_ITEM itemid="200008" />
<MAP dice="1" key_sector="102" key_npc="60" boss="true" >
<NPCSET_ARRAY>Ga1</NPCSET_ARRAY>
</MAP>
<MAP dice="2" key_sector="102" key_npc="60" boss="true">
<NPCSET_ARRAY>Ga1</NPCSET_ARRAY>
</MAP>
<MAP dice="3" key_sector="102" key_npc="60" boss="true">
<NPCSET_ARRAY>Ga1</NPCSET_ARRAY>
</MAP>
<MAP dice="4" key_sector="102" key_npc="60" boss="true">
<NPCSET_ARRAY>Ga1</NPCSET_ARRAY>
</MAP>
<MAP dice="5" key_sector="102" key_npc="60" boss="true">
<NPCSET_ARRAY>Ga1</NPCSET_ARRAY>
</MAP>
<MAP dice="6" key_sector="102" key_npc="60" boss="true">
<NPCSET_ARRAY>Ga1</NPCSET_ARRAY>
</MAP>
</SPECIAL_SCENARIO>
When i did that and i try to start the quest my matchserver crash
-
Re: need some quest help
1. Make sure you have cooresponding npcset.xml
2. Make sure you have cooresponding zskill.xml
3. Check your scenario.xml, the 'Put in Scenario.xml' and 'CHOOSE YOURSELF' if you copy and pasted it bluntly.
4. Recheck everything that is needed for quest, especially npcset.xml
-
Re: need some quest help
cn u give me a tut to what i need to add in npcset.xml?
-
Re: need some quest help
-
Re: need some quest help
Look at the exisiting NPC lines and try figure it out, also check them in scenario.xml
Or I'll do it for you but I will use Goblin King NPCSet as the default.
Change in scenario.xml NPCSET_ARRAY Ga1, the Ga1 to GG61
Add the below into your npcset.xml
<!-- Mansion QL 6 : 고블린 킹(보스) 전 -->
<NPCSET id="101661" name="GG61" basenpc="11"> <!-- Hall 2 -->
<ADDNPC npc_id="12" min_rate="30" max_rate="30" /> <!-- 고블린 거너 -->
<ADDNPC npc_id="13" min_rate="20" max_rate="20" /> <!-- 고블린 위저드 -->
<ADDNPC npc_id="14" min_rate="20" max_rate="20" /> <!-- 대장 고블린 -->
<ADDNPC npc_id="15" min_rate="10" max_rate="10" /> <!-- 고블린 족장 -->
</NPCSET>
-
Re: need some quest help
ty ty ty :) i going to try this