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