Adding a weapon... Having trouble.

Newbie Spellweaver
Joined
Aug 25, 2007
Messages
59
Reaction score
0
Here's my problem:
It's as if the weapon I tried to add doesn't even exist!
I think I followed that tutorial to the letter, and then the problem seemed to be with the dds/elu, but when I changedd them to a weapon that does exist in the game, still nothing! Here's what I edited.

In zitem.xml:
Code:
<ITEM id="1234567890" name="Kerdex's Shotgun" mesh_name="shotgun11" totalpoint="0" type="range"
        res_sex="a" res_level="60" slot="range" weapon="shotgun" weight="21" bt_price="30000"
        delay="1000" damage="10" ctrl_ability="60" magazine="5" maxbullet="20" reloadtime="5"
        slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
        lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
        snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="WOW LOL IT'S SILVUR"
        effect_id="7" />

In weapon.xml:
Code:
    <AddWeaponElu name="shotgun11" weapon_motion_type = "4" weapon_type = "4" >
        <AddBaseModel name="shotgun11" filename="model/weapon/shotgun/shotgun11.elu" />
    </AddWeaponElu>

In shop.xml:
Code:
<SELL itemid="1234567890" />

All help is much appreciated. Thanks in advance,

Kerdex
 
I did that, I changed it to "1337" in fact. This was after checking to see that the ID wasn't taken. It still doesn't come up. Even when I try giving the item to myself in dbo.CharacterItem, the item I try to replace just disappears.


What did I miss?
 
Upvote 0
Back