need some quest help

Daemonsring Developer
Joined
Jul 10, 2007
Messages
679
Reaction score
262
I added this to my gunz client:
Code:
[COLOR=mediumpurple][B]to get the code to add the quest go to the following link.[/B][/COLOR]
[B][COLOR=#9370db]All you have to do is copy it and change the [U][COLOR=red]EXP[/COLOR][/U] and [U][COLOR=red]BOUNTY[/COLOR][/U][/COLOR][/B]
[B][COLOR=#9370db]Code Link: [URL="http://www.freewebs.com/blackphoenixgunz/Quest%20Codes%20And%20Packs/Goblin%20General.txt"][SIZE=1][COLOR=red]http://www.freewebs.com/blackphoenixgunz/Quest%20Codes%20And%20Packs/Goblin%20General.txt[/COLOR][/SIZE][/URL][/COLOR][/B]
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>[/SIZE]
[SIZE=2]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" />[/SIZE]
[SIZE=2] <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>[/SIZE]
[SIZE=2]
When i did that and i try to start the quest my matchserver crash
 
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
 
Upvote 0
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>
 
Upvote 0
Back