The Dink Network

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.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 23rd 2008, 08:46 PM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
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.