
Originally Posted by
Anju
This isn't related to the quest unless it's a quest item drop or some sort, but I would recommend you get this fixed:
Code:
----------> in zip ( model/weapon/shotgun/sp/DwarfShotgun.elu ) file not found!!
bro thanks. But That dwarf Shotgun is totally working. I dont know why. But I can use the Shotgun perfectly but Its kind of Invisible when you use it.
I need to post my NPC?
PHP Code:
<NPC id="132"
name="Android Assassin"
desc="Pets ni Zimy"
meshname="assassin"
scale="1.1 1.1 1.1"
grade="regular"
max_hp="50"
max_ap="50"
int="2"
agility="5"
view_angle="40"
dc="5"
offensetype="1"
dyingtime="5">
<COLLISION radius="30" height="135" />
<ATTACK type="melee" range="180" />
<FLAG never_blasted="true" never_attack_cancel="true" />
<SPEED default="250" rotate="2.356" />
<SKILL id="351" /> <!-- Stun -->
<SKILL id="352" /> <!-- Lightning Strike -->
<SKILL id="353" /> <!-- Lightning Ball -->
<DROP table="Z55" />
</NPC>
I just copy here. (ORIGINAL)
PHP Code:
<NPC id="131"
name="STR:NPC_NAME_31"
desc="STR:NPC_DESC_31"
meshname="skeleton"
scale="1.1 1.1 1.1"
grade="regular"
max_hp="50"
max_ap="50"
int="3"
agility="5"
view_angle="40"
dc="5"
offensetype="1"
dyingtime="5">
<COLLISION radius="30" height="135" />
<ATTACK type="melee" range="180" weaponitem_id="300031" />
<SPEED default="160" rotate="2.356" />
<FLAG never_pushed="true" never_attack_cancel="true" />
<DROP table="E01" />
</NPC>
And here is my Droptable.xml
PHP Code:
<DROPSET id="1003" name="Z55">
<ITEMSET QL="0">
<ITEM id="509008" rate="0.01"/>
<ITEM id="mag1" rate="0.03"/>
<ITEM id="hp1" rate="0.25"/>
<ITEM id="ap1" rate="0.25"/>
</ITEMSET>
<ITEMSET QL="1">
<ITEM id="509006" rate="0.01"/>
<ITEM id="mag1" rate="0.03"/>
<ITEM id="hp1" rate="0.25"/>
<ITEM id="ap1" rate="0.25"/>
</ITEMSET>
</DROPSET>