Ammunition problem

I just changed the ID's of all the weapons on my plug, and ammo stopped working. I got eveything else set up, but ammo doesn't show up (you can buy it, but it doesn't do anything). What am I not doing right at this point? I'm sure I have all the outfit numbers right.

Did you change the ModVal in both oütf resources — the weapon and ammunition — to match the weapon’s new ID?

Did you change the AmmoType in the wëap resource to match the weapon’s new ID?

@david-arthur, on May 7 2007, 05:59 PM, said in Ammunition problem:

Did you change the AmmoType in the wëap resource to match the weapon’s new ID?

On that note, keep in mind that the AmmoType value in your wëap resources should be pointing to the adjusted ID of the weapon, as in not the ID itself, but the ID with 128 subtracted from it. So wëap 167 would have an AmmoType of 39.

Quote

On that note, keep in mind that the AmmoType value in your wëap resources should be pointing to the adjusted ID of the weapon, as in not the ID itself, but the ID with 128 subtracted from it. So wëap 167 would have an AmmoType of 39.

Ah. Thanks. I was setting that value wrong.