Trolls dont lay down & die!?
Brewhewho
Member Posts: 29
When i'm fighting trolls they don't lay down like they're supposed to when they're near death. Only way to kill them is when I use Storm of Vengence. How do I fix this?
0
Comments
BG2EE without mods is really just fine IMO. (As a side-note, I do prefer BGEE but the two combined are highly recommended.)
The best fix is to stop hitting the trolls for a few seconds (once you think you have done enough damage to make them fall) to give them time to fall down.
Edit: They are Desert Trolls as mentioned in a post by @Tresset on May 16th.
I think what you are pointing out is the behavior of opcode 232, which is automatically checks the conditions every x number of ticks (can't recall the exact value). Interestingly, the conditions are checked instantly if the conditiontype (param2) is 0 (on hit) or 11 (tookdamage).
The perfectionist in me says that if this behavior would be extended to the different HPPercent conditions (check only on damage), then there would be no lagging.
Trollreg.itm: Cast Spell On Condition -> On hit (Trollreg.spl)
Trollreg.spl: Add as first effect: Protection from spell (Opcode 319): Not Source, Resource:(Trollreg)
- Change ability to "Ranged", change all effects to "Preset Target"
- Use new custom Projectile "TrollDIE"
TrollDIE.pro: Copy the projectile for Power Word: Kill (IWDEE version)
- change HP parameters to 10/10
- remove "Not affecting Allies"
- remove all audio/visual componenents
Troll drops unconscious upon being hit with less than 10 hit points, INCLUDING if said hit dropped it below 10 hit points.