The Dink Network

Reply to Re: Nevermind

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:
 
 
November 9th 2002, 06:22 PM
wizardg.gif
Paul
Peasant He/Him United States
 
: : I am trying to get the base_walk part of a sprite down.  The sequence I am using is 361 (green lady).  She showed up okay, but wouldn't walk (brain: 16).  I am using WinDinkEdit.  I put the sequence number in the base_walk field (361) and then ran my DMOD.  She disappeared.  She was still there as I was able to talk to her.  She was walking around alright, but was invisible.  HELP!  TIA!

: I had the sprite set to hard.  Oops!  

Hardness shouldn't have anything to do with vanishing. It sounds to me like you've slightly misunderstood what base_walk is. Base should not be the actual sequence, it should be a number (normaling one ending in 0 such as 360) that the game can add a direction number (based on the numaric keypad) to to get the real sequence number.

For example, if you set base walk to 360, and the NPC walks to the right, it would add 6 to that and show the NPC with sequence 366.