New added custom items don't work.
So basically what the title says.I added a few items in the game and when I give them / get them from a boss they don't have the model nor say anything if I hove over them.And I can even build db when my wserver and server are open. And it succedes but nothing changes.I can modify / make new behaviors but I can't make new items. I didn't custom mobs . Using club source. Also I remember I once had this problem but forgot how I solved it :s
Here's a piece of code of one of the items :
And also I searched for the number in the entire solution. I tried different numbers for it too. Nothing really worked.
This is important for me since I want to get back into coding new mobs :3
Here's a piece of code of one of the items :
Code:
<Object type="0x192b" id="Dirk of Testing">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj5</File>
<Index>0xb8</Index>
</Texture>
<SlotType>2</SlotType>
<Description>Testing.</Description>
<RateOfFire>1.25</RateOfFire>
<Sound>weapon/fire_dagger</Sound>
<Projectile>
<ObjectId>Water Shot</ObjectId>
<Speed>150</Speed>
<MinDamage>120</MinDamage>
<MaxDamage>200</MaxDamage>
<LifetimeMS>420</LifetimeMS>
</Projectile>
<ActivateOnEquip stat="27" amount="12">IncrementStat</ActivateOnEquip>
<BagType>4</BagType>
<FameBonus>6</FameBonus>
<NumProjectiles>1</NumProjectiles>
<OldSound>daggerSwing</OldSound>
</Object>
This is important for me since I want to get back into coding new mobs :3




