Page 3 of 4

Posted: Fri 25 Mar, 2005 3:02 am
by tokijnct
Exit from the inn and walk directly to your right for about 2 screens. There should be a cave that leads to another part of the forest where you can find the brothers (conveniently in a cave also :lol: )

Posted: Mon 28 Mar, 2005 12:01 am
by Baethan
Ah, I got it, thanks! Tricky... I thought it was a dead end. :roll:

Posted: Sat 14 May, 2005 1:30 pm
by TI84SE
So far I have found:

The 'missing' glitch : You miss like 200 times in a row when in battle.

The sprite problem : Although not a major problem, sometimes the character is too big and will get stuck getting through trees or a bridge, so you have to go back and try to position yourself to get through. It gets irritating sometimes.

Gameplay : I thought it was a bit unfair that enemies could hit 45s on you, while you can only hit 16s and had 117 hp. Maybe the enemies in the first chapter should be weakened a little bit.

Running : Sometimes, when I get stuck on the 'missing' bug, and I don't hit a single monster for nearly 100+ turns, I start trying to run away. It never works for me, I don't know why.

I'll edit this post if I find anymore, but I like this game except for the 'missing' bug I always run into it really makes me mad.

~TI84SE

Posted: Mon 16 May, 2005 4:18 pm
by Patori
use magic.

Posted: Mon 16 May, 2005 4:23 pm
by DJ_O
you cannot use magic at the beginning of the game

Posted: Mon 16 May, 2005 4:30 pm
by Patori
yeah, true, true...

Posted: Mon 16 May, 2005 8:57 pm
by tokijnct
That doesn't stop you from rushing to get magic. You can technically get it at any level by getting that magic powder. :roll:

Posted: Sat 21 May, 2005 9:55 am
by conget
I can use magic from level 2, and i beat the game (1st time) on level 25. Just using the following equipment:

MANY MANY Tent, or pie

2x Stone battle bow
2x stone plate
2x stone storm (or gothic) shield

Then you have luck that your lelani is just (Not died after 1 attack). Keep healing one character (I choose David to heal someone, and lelani use magic against). So, no matter how strong they are, you will keep winning!!! Where can i find the hardest version? I have win this game already 3 times!!! (1st time without using bugs)

And when come the later game full version?

Posted: Sat 21 May, 2005 1:08 pm
by koolmansam375
TI84SE wrote:So far I have found:
The 'missing' glitch : You miss like 200 times in a row when in battle.
*sigh* did you read the Manual? Level up you Spi.

Posted: Sat 21 May, 2005 1:25 pm
by DJ_O
regardless of how high you raise your spi this bug will happen and make you miss 200 times in a row. This bug alerady have been reported by lot of people and kozak said it was a mysterious one

Posted: Sat 21 May, 2005 1:31 pm
by koolmansam375
Kevin wrote:regardless of how high you raise your spi this bug will happen and make you miss 200 times in a row. This bug alerady have been reported by lot of people and kozak said it was a mysterious one
Oh i see. My bad then. :oops:

SPI

Posted: Sun 22 May, 2005 2:53 pm
by conget
I never have that problem why?

Another bug:
(Hex problem)

If you have more than 256 of an item, it will change back to n-256

Example: if you have bought 260 pies, you will only get 4 pies: 260-256=4 pies

Re: SPI

Posted: Sun 22 May, 2005 3:26 pm
by DJ_O
conget wrote:I never have that problem why?

Another bug:
(Hex problem)

If you have more than 256 of an item, it will change back to n-256

Example: if you have bought 260 pies, you will only get 4 pies: 260-256=4 pies
one more reason why I still program BASIC

Re: SPI

Posted: Sun 22 May, 2005 4:01 pm
by koolmansam375
conget wrote:I never have that problem why?

Another bug:
(Hex problem)

If you have more than 256 of an item, it will change back to n-256

Example: if you have bought 260 pies, you will only get 4 pies: 260-256=4 pies
because he only uses one byte to store the number of pies (i guess he didnt figure that people would be able to buy more than 255)

the max is 255 btw not 256. it will loop back to 0 after 255.

Posted: Sun 22 May, 2005 4:59 pm
by leofox
that's what conget says too: if you have 256 pies, it will be 256-256=0.