📧 Message Board Archive

SoB help/too powerful for my own good HELP!
HELP! I want to finish story 4, but i am too powerful and keep killing the mom.  is there any way that i can lower my stats?  I have the ultimate cheat, but my magic is super low and my other 2 stats are very high.  is there something that i can do to equalize my stats???

;(
Re: SoB help/too powerful for my own good HELP!
: HELP! I want to finish story 4, but i am too powerful and keep killing the mom. is there any way that i can lower my stats? I have the ultimate cheat, but my magic is super low and my other 2 stats are very high. is there something that i can do to equalize my stats???



: ;(



It's not that you're too powerful. It's that you're using the wrong weapon. Pick something that's good for knocking people out. (hint: not your fist)

Re: SoB help/too powerful for my own good HELP!
: : HELP! I want to finish story 4, but i am too powerful and keep killing the mom. is there any way that i can lower my stats? I have the ultimate cheat, but my magic is super low and my other 2 stats are very high. is there something that i can do to equalize my stats???



: : ;(



: It's not that you're too powerful. It's that you're using the wrong weapon. Pick something that's good for knocking people out. (hint: not your fist)



: I have tried the club, and boom, dead.  i tried! i mean my attack is at 70, but my magic is at 12 so i can't do the lower by 50 cause once something goes under 0 the game stops.  any other ideas??



Re: SoB help/too powerful for my own good HELP!
: : I have tried the club, and boom, dead. i tried!



You don't need to have the 4th stone to win the game especially you have cheat. :p

But if you do want to play the part you save Mary. Copy the follwoing script and save as key-90.c and put it into the story dirctory in SOB. You can lower your attack by 60 if press key Z. And you can restore to where you are by pressing Z again. Next time, don't cheat, OK. ;)





void main( void )

{

script_attach(0);

if (&strength > 60)

 &strength -= 60;

else

 &strength += 60;

wait(10);

kill_this_task();

}

Re: SoB help/too powerful for my own good HELP!
: You don't need to have the 4th stone to win the game especially you have cheat. :p



: But if you do want to play the part you save Mary. Copy the follwoing script and save as key-90.c and put it into the story dirctory in SOB. You can lower your attack by 60 if press key Z. And you can restore to where you are by pressing Z again. Next time, don't cheat, OK. ;)



: void main( void )



: {



:  script_attach(0);



:  if (&strength > 60)



:  &strength -= 60;



:  else



:  &strength += 60;



:  wait(10);



:  kill_this_task();



: }



--



I am not worthy!  Thank you almighty mimifish!!!!

Onward and upward!!!!!! :o

Re: SoB help/too powerful for my own good HELP!
oh, howabout what can i change to make my defense do down too?  (I would like them to be somewhat equal)

:p
Re: SoB help/too powerful for my own good HELP!
: oh, howabout what can i change to make my defense do down too? (I would like them to be somewhat equal)



: :p



Save this as key-89.c and press y

This will make all your stats 1, so you can beat on her for as long as you want. Just press again, and it'l be back to normal. Also, I don't know if this will work since I just made it within 30 seconds and am to tired to test it. I hope it works. Also, save a backup file before you use it, otherwise, it might cause problems down the line.



void main( void )

{

if &calculata < 1;

{

make_global_int("&calculata", 1);

make_global_int("&calculatb", 1);

make_global_int("&calculatc", 1);

}

if (&defence > 1)

{

if (&magic > 1)

 {

 if (&strengh > 1)

  {

  &defence == &calculata;

  &strenght == &calculatb;

  &magic == &calculatc;

  &defence == 1;

  &strenght == 1;

  &magic == 1;

  wait(10);

  kill_this_task();

  }

 }

}

else

{

&calculata == &defence;

&calculatb == &strenght;

&calculatc == &magic;

wait(10);

kill_this_task();

}

}

Re: SoB help/too powerful for my own good HELP!
: oh, howabout what can i change to make my defense do down too? (I would like them to be somewhat equal)



: :p



Replace &strength in mimifish's script with &defense, and hit Z again.
Re: SoB help/too powerful for my own good HELP!
moo chews grassy butt (muchas gracias) mimifish and redink!
Re: SoB help/too powerful for my own good HELP!
: moo chews grassy butt (muchas gracias) mimifish and redink!



All that work for nothing!



Re: SoB help/too powerful for my own good HELP!
What on earth are you doing with 70 strength points????



Of course you will kill anyone with a punch at that level. Mary has a hit point value of 30, so if you hit her with strength higher than that, she dies. I guess I could change her script so that she doesn't die no matter what her strength, (this was my original intention, but I just reveiwed the script... opps it doesn't anticipate someone with a hit strength higher than 30). Hmmmm might be time for an additional patch.



:p



Re: SoB help/too powerful for my own good HELP!
: I guess I could change her script so that she doesn't die no matter what her strength, (this was my original intention, but I just reveiwed the script... opps it doesn't anticipate someone with a hit strength higher than 30)



But I believe that you also anticipate someone would try to kill Mary to get the 4th stone (intentionally or unintentionally) because you have script(s) for that scene. (I did kill her when I played first time.) So maybe you should set Mary's hitpoint to about 2 or 3 times of current

Dink's strength. So she won't die with a single hit, but still can die if Dink hit her more than once. That's my opinion anyway.
Re: SoB help/too powerful for my own good HELP!
: : I guess I could change her script so that she doesn't die no matter what her strength, (this was my original intention, but I just reveiwed the script... opps it doesn't anticipate someone with a hit strength higher than 30)



: But I believe that you also anticipate someone would try to kill Mary to get the 4th stone (intentionally or unintentionally) because you have script(s) for that scene. (I did kill her when I played first time.) So maybe you should set Mary's hitpoint to about 2 or 3 times of current



: Dink's strength. So she won't die with a single hit, but still can die if Dink hit her more than once. That's my opinion anyway.



IS IT POSSIBLE TO REACH THAT STRENGTH?????



Re: SoB help/too powerful for my own good HELP!
Whell obviously it's possible one would need only kill thousands of monsters to gain lots of levels, each of which are good for one strength point. I donno if there's a better way.
Re: SoB help/too powerful for my own good HELP!
: Whell obviously it's possible one would need only kill thousands of monsters to gain lots of levels, each of which are good for one strength point. I donno if there's a better way.



Yes, but it would've taken ages just the same. Jessann007 probably used Ultimate Cheat somehow to speed it up. :)
Re: SoB help/too powerful for my own good HELP!
: Yes, but it would've taken ages just the same. Jessann007 probably used Ultimate Cheat somehow to speed it up. :)



Moi? Cheat??  Ok, yeah I confess, but I only really did it so i could fly and not have to zap to the gold hearts in the maze.  And alright i did power up me too....that was fun, one punch they go down!!  :o