The Dink Network

Reply to Re: It started out so small...

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:
 
 
August 16th 2005, 02:40 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Yeah... I used the same method too. For my new DMOD I changed Dink into a goblin at a certain point. I wanted that goblin to hit like a goblin so I had to edit item-fst.c to fit. But as well I needed to disable all other weapons. I did that about the same way. The only thing different was that I used void arm() for the weapons. So I did:
if (&lock == 1)
{
say("I can't use this when I'm disguised as a goblin",1);
&cur_weapon = 1;
arm_weapon();
kill_this_task();
}

This could be handy if you can have weapons before you're transformed into a goblin (or a beaver).