Reply to Re: How to add "bow and arrow" weapons to the game?
If you don't have an account, just leave the password field blank.
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!