Reply to Re: how do you add and equip claw sword when game starts plz help
If you don't have an account, just leave the password field blank.
Open up Start-1.c and search for add_item("item-fst", 438, 1); or something like that. Change the item-fst to item-sw2 for a Claw sword. item-sw1 and item-sw3 are Longsword and Light sword. Then, go into your editor (DinkEdit/WinDinkEdit) and hit 'E'. Find sequence 438 (I think that's it - look in the lower-left-hand corner of WinDinkEdit (not sure where it is in DinkEdit)) and look for the item image of the Claw sword. Hover the cursor over it, and take note of the frame (in the lower-left-hand corner of WinDinkEdit). Then, go back to Start-1.c and change the last 1 in that add_item line to the frame number of the Claw sword item image.
Savvy?
Tip: You generally post the question in the Message box, not the Subject.
Savvy?
Tip: You generally post the question in the Message box, not the Subject.