The Dink Network

How to add "bow and arrow" weapons to the game?

December 2nd 2009, 07:59 AM
duckdie.gif
I want to add a clawsword and bow and arrow for my dmod. The sword was added but not the arrows.m PLz tell me how to get te massive bow . I think there's a scripting error. How do i get 'massive bow' weapon in the gameZ?
December 3rd 2009, 07:05 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
add_item("item-b2",438,12);


item-b2 is the script name for the massive bow, 438 is the sequence number for item icons, and 12 is the frame of the (blue) massive bow.

I had a list of all the item scripts/seq/frame just for this cause. It's floating around the site somewhere...

Found it!