View previous topic :: View next topic |
Author |
Message |
pharo212
Joined: 29 Dec 2007 Posts: 52
|
Posted: Sun Dec 30, 2007 6:12 am Post subject: Is this a glitch? |
|
|
My Hero has 20 speed, and the enemy has 7. Why then does the enemie attack around 10 times before the heros menu pops up, and keep attacking while the menu is up? Also, my attack repeats itself 3 times, for some reason, even though it has 0% chaining. |
|
Back to top |
|
 |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Sun Dec 30, 2007 7:29 am Post subject: |
|
|
If your enemy is hitting with seven consecutive attacks, then it's really likely that you've set the 'hit' stat too high.
Same applies to your heroes.
Also, when battles start, each participant is given a random initial wait position, so the fastest one doesn't always go first. |
|
Back to top |
|
 |
pharo212
Joined: 29 Dec 2007 Posts: 52
|
Posted: Sun Dec 30, 2007 8:59 am Post subject: |
|
|
okay, I'll reduce hit to 1 for both. Its just wierd because it nearly kills me before I attack and its attacks only do 1-2 damage. Hits are set to 1 for all, same problem. |
|
Back to top |
|
 |
msw188
Joined: 02 Jul 2003 Posts: 1041
|
Posted: Sun Dec 30, 2007 9:20 am Post subject: |
|
|
There are two stats for hitting multiple times in a turn. The "extra hits" stat for an attack is used on an attack-by-attack basis, and the "hits" stat for a character is used on a character-by-character basis. If you want an attack to hit one time only, make sure the attack's "extra hits" stat is at 1, but also make sure the character's "hits" stat is at zero. Alternatively, if you want the character to hit extra times with all his or her other attacks (so you want the character to have non-zero "hits" stat), you can use an attack bitset when you define the attack called "Ignore extra hits", or something like that. _________________ My first completed OHR game, Tales of the New World:
http://castleparadox.com/gamelist-display.php?game=161
This website link is for my funk/rock band, Euphonic Brew:
www.euphonicbrew.com |
|
Back to top |
|
 |
pharo212
Joined: 29 Dec 2007 Posts: 52
|
Posted: Sun Dec 30, 2007 9:22 am Post subject: |
|
|
thanks. |
|
Back to top |
|
 |
|