The Dink Network

Bonca Bug Fix

Fall of Tahmar (The)

January 31st 2009, 07:42 AM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
Ok everyone have a problem with killing a bonca at farmer's quest. After you kill it it reappears on the screen and the farmer won't show up. How to fix it? Easy. Go to the fot/story folder and open s0-fqbonca3.c . Here how it looks like:

void main( void )
{
if (&FarmerQ == 3)
{
int &pwbon;
&pwbon = create_sprite(300, 165, 9, 617, 1);
sp_script(&pwbon, "en-pwbon");
wait(20);
say_stop("I've found the last bonca I have to kill!", 1);
&FarmerQ = 4;

}
}

Now add between say_stop and &FarmerQ = 4 command wait(10); like this:

void main( void )
{
if (&FarmerQ == 3)
{
int &pwbon;
&pwbon = create_sprite(300, 165, 9, 617, 1);
sp_script(&pwbon, "en-pwbon");
wait(20);
say_stop("I've found the last bonca I have to kill!", 1);
wait(10);
&FarmerQ = 4;

}
}
Add it and save it. The problem will be fixed. Bonca won't reappear after killing and then farmer will be in his own house.
February 16th 2009, 08:01 AM
dragon.gif
silva
Peasant He/Him United Kingdom
 
I can't seem to find any of the DMOD folders that I've downloaded. I went to C:/Program Files/Dink Smallwood but in there the only folders I have are Island, Develop and Dink.

I know all the DMODs have downloaded because I can play them. I even checked for hidden folders and still nothing.

Any help would be appreciated.
February 16th 2009, 05:37 PM
dinkdead.gif
Hello
It's better to make a seperate thread for most questions because what does this have to do with this bug fix? Unless you are trying to fix it...

But about your question, I have no idea Very strange. Had a look and all I found out is that my Dink Smallwood folder is 2.8GB! Wow.
February 17th 2009, 11:42 AM
dragon.gif
silva
Peasant He/Him United Kingdom
 
I am trying to fix it. Can't do that if I can't find the folders.
February 17th 2009, 12:12 PM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
Maybe beacuse you didn't installed The Fall of Tahmar?
February 17th 2009, 12:26 PM
dinkdead.gif
If he doesn't have it, why would he be trying to fix the bugs??? He's saying he does have this and other D-Mods but they don't show up for some reason.
February 17th 2009, 01:28 PM
spike.gif
Are you using Vista, perchance? Some people complained about similar problems a while ago, no one's offered a solution yet though.
February 17th 2009, 07:52 PM
dragon.gif
silva
Peasant He/Him United Kingdom
 
I am yeah. And I have FF3.
November 10th 2009, 08:18 PM
pq_skard.gif
If you have vista like i do, sometime when u open a file the computer says the dmods fil is moved: try this
Go into your computer icon--go into local c drive-- go to users--either go into ur personal profile DO NOT click all users-- go to APPDATA folder not aplication data--click the local file-- click the VIRTUAL STORE--clik into program files--click into dink smallwood.
I found every dmomd i downloaded here if u go directly into program flies without going through what i wrote the error will still stop u. i hope this helps
November 12th 2009, 12:09 PM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
That's right, i had that problem when i started to, but I found the files here:
C:\Users\My user name\AppData\Local\VirtualStore\Program Files\Dink Smallwood