I added this to my gunz client:
in the txt:
When i did that and i try to start the quest my matchserver crash
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]
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]