Weapon accessorie 5525 command

07/02/2012 00:27 t0pr0#1
hey, does anyone knows how to spawn a weapon accessorie (like a FishPole, LightSaber etc) with an command (like @item ...........)
i hope someone knows about it, just couldn't find it in the source....

kind regards,

Lars
07/02/2012 00:32 marlyandedsel#2
if you know well the source you will find it.....
07/02/2012 00:37 Zeroxelli#3
Check a decrypted magictype.dat and obtain the staticid, or if the item command supports creating non-quality items, just use that.
07/02/2012 00:48 t0pr0#4
i used the command for non quality items, but i still can't get to spawn it... (also checked the magictype.dat tho :S
07/02/2012 00:58 Zeroxelli#5
Well I did a google search for site:elitepvpers.com conquer "weapon accessory" id
and what I got was [Only registered and activated users can see links. Click Here To Register...]

According to that post, the StaticIDs (ItemIDs) of 1handed accessories are within the range of 360001-360040, 2handed are within the range of 350001-350020, and bows are within the range of 370001-370015. With that, you should be able to create them.
07/02/2012 01:12 t0pr0#6
ok thank you very much, but how would i apply the ItemID in an command, cus my commands only work with the names of items (as far as i know)...
07/02/2012 01:19 Zeroxelli#7
Depends on the source. You can try the ID, maybe it'll check for both.
07/02/2012 20:24 t0pr0#8
thanks guys, i've been able to summon 2 1handed accessories but the strange part of it is that it only works on 2 accessorie's: HandBag and ApeCityHam, all the other just don't spawn :P i used this command for them: @item HandBag fixed 12 7 255 13 13
but: @item FishPole fixed 12 7 255 13 13 doesn't do anything.
and yes, the're coded in the source, i have even made a shop with the accessories in them.

guys, fixed the problem:
i just needed to mess around the with fixed, normalv1, normalv2, normal v3, refined, unique, elite and super in the command.

#request close
07/02/2012 21:41 Zeroxelli#9
Yeah, most accessories are "Normal1" or fixed.