Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Wretched

#61
Adele,
Spoiler
You're on the right track, try squeezing the toy for a bit longer. Chicken should be in the treetops, up from faerie.
[close]

Rosie
Spoiler
You also need to say a wrong word to the chicken to get a junk to sail on the styx. You need to get the other eye first.
[close]
#62
Rosie,
Good to have you back!
Spoiler
Try and remember the order of places you visited with the chicken, the chicken memory you now have should help you find the right word, although wrong words are also useful for getting the junk.
[close]
#63
jane, Hey, well done! and kudos for sticking with it.

Kristjan, Ok a picture says a thousand words, hmmm.
Spoiler
There's two items you're missing from the swamp (down and left from stones), use one the these where you are in picture, also you can use the tail where you are. Enough said.
[close]
#64
jane
Spoiler
You need the magma to grant her wish.
[close]

KristjanMan
Spoiler
I can't really tell where you are up to by your posts, can you give a complete inv list.
[close]

Eden
Owl
Spoiler
The owl blinks morse code, which is on your tablet. The left eye is 10's the right eye (0 - to 9) so like two digits. Refer to the tablet to get a number. Then the peas are numbered from left to right starting at 1 for the leftmost eye.
[close]
#65
jane,
island
Spoiler
When you were picking the flowers a small chain appeared on the left side of the pool. Give it a yank.
[close]
#66
jane,
Web
Spoiler
When nose stuck, keep trying to walk away. Then once free use the flies on the web, specifically on the left and right ends of the threads that are blocking the exit.
[close]

splat44
Spoiler
Have you used the witches rune on the mountainside (windy) yet?
[close]
#67
Might not be your problem but you should change
int current_item = 0;
to
int current_item = 1;

as the first inventory item is number 1.
#68
You probably want 'interact hotspot'  not 'pick-up hotspot'.
#69
jane,
Check in manual.htm for the version number. You should be ok to carry on with your old saves.
Spoiler
Are the weeds lit up on the back page of the manual, if not you are going to have to go back to part 3
[close]
#70
jane,
Spoiler
Are you on v2.15? If not you will probably have to get it, you could try walking onto and off the bridge. Stuck to web, just keep trying to get away.
[close]
#71
KristjanMan,
Spoiler
Try pulling puggles tail.
[close]
#72
splat44,
Spoiler
The feather has been moved to the igloo as it was premature to place it at the witches hut and caused confusion. It's not a bug.
[close]
#73
jane,
Spoiler
"Steal again to solve a crime", one eye has been taken, you need to get the other eye. Have you set fire to the moon bug yet?
[close]
#74
jane,
Spoiler
The fish is trying to do 50 press ups. If you keep looking at him while at the safe you will see him eventually reach 50, when he will talk to you. You can just wait instead but this at least shows what's happening. Away from the safe he loses count after 3.
[close]
#75
maggie,
Spoiler
I think you should concentrate on what the game has told you not what you've read in hints and tips. If you haven't encountered the chicken, or an inventory feather in the game, then trying to find the chicken will be fruitless. Have you been through the mountain by using the rune yet?
[close]
#76
 Maths.Sin() and cos() use radians. Also you could get a duplicate arc due to floating point precision with < 360.0

Code: ags

function RawDrawUnfilledCircle(int x, int y, int radius)
{
Ã,  float farcs;
Ã,  
Ã,  float fradius=IntToFloat(radius);
Ã,  float t0;
Ã,  float t1;

Ã,  farcs=2.0*Maths.Pi*fradius/10.0; //Try to keep big circles smooth
Ã,  farcs=IntToFloat(FloatToInt(farcs));
Ã,  if (farcs<18.0) 
Ã,  {
Ã,  Ã,  Ã, farcs=18.0;
Ã,  }
Ã,  
Ã,  
Ã,  float a=0.0;
Ã,  while (a<farcs)
Ã,  {
Ã,  Ã,  t0=(a)*Maths.Pi*2.0/farcs;
Ã,  Ã,  t1=(a+1.0)*Maths.Pi*2.0/farcs;
Ã,  Ã,  
Ã,  Ã,  RawDrawLine(x+FloatToInt(fradius*Maths.Cos(t0)), 
Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  y+FloatToInt(fradius*Maths.Sin(t0)), 
Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  x+FloatToInt(fradius*Maths.Cos(t1)), 
Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  y+FloatToInt(fradius*Maths.Sin(t1)) ); 
Ã,  Ã,  a=a+1.0;
Ã,  }

}

#77
 Firstly apolgies for downtime and update mania. This is a very big and complex game and has therefore suffered from some nasty bugs. However, I think I've got a pretty stable version now, so anyone who's been struggling with this game and hasn't been following the hints and tips thread, should get version v2.16 and start over.
#78
Joyce,
Erm, well it was, but things being as they are 2.15 is uploading as I speak, (2hrs to go, man, I wish I could get broadband). I think this is going to be 99% bug free, and I've added a couple more 'part' dividers as 'part the third' was a bit on the long side.
#79
I really think that question should be hidden jane, I've had complaints that there is too much being given away in this thread, without spoilers.

Spoiler
consider the places you visited.
[close]
#80
 Should be all fixed, except the
Spoiler
soul problem
[close]
first I've heard of that one, so, uploading new version, v2.13 .....
SMF spam blocked by CleanTalk