Unkillable Tenya
So I got the quest to go kill Tenya, and then, after fighting her for a brief bit, she was all "why are you doing this" and told her side of things to me and then I selected that I didn't trust her or the fishermen. After that she turned blue, but I (in keeping with my dialogue choice) attacked her to turn her back red, and she was already at "near death" from our earlier skirmish. However, I kept doing copious amounts of damage to her and she never died; after several hundreds of damage failed to kill her I left and returned to the fishermen and killed them. I've yet to return to Tenya to try killing her again, so I've no idea whether this problem will persist. Perhaps this was caused by her dialogue interrupting our fight right when she was about to die?
0
Comments
I've checked dialogue and script with NI in v2014.
In particular I've checked the dialogue option chosen by @Thermos and the more aggressive answer that makes Tenya hostile again. They both set the variable TenyaHit to 2, but her script removes "minhp1" only if TenyaHit is less than 2.
Edit: It looks like "minhp1" somehow wasn't destroyed when the "why are you doing this" dialogue was triggered and afterwards it can't be destroyed because TenyaHit is set to 2.
You can remove that if you don't have the time but since you know this quest rather well
*cringe*
Sorry about that guys. Okay, here's the logic as implemented:
Tenya is given minhp1 (immortality item) if you give one of the dialog choices that will cause her to attack but give up after a short time of fighting. The trigger for this is TenyaHit < 2 (defaults to 0) and hit by a party member. The code that initiates the dialog is in the same block as the removal of minhp1, so if you see the "Why do you do this?" dialog she should no longer have the item, and be killable.
I tested this on the production build today, and she died as expected.
@Thermos - if you are still able to reproduce this, can you check the following:
* Confirm the version that you are running - near the top of the startup screen there should be a number like 1.0.20xx (e.g. 1.0.2012, 1.0.2014, etc) - let me know what it is
* Do you have any mods/fixpacks/etc installed?
* Enable debug mode if you haven't already
Then:
1) When Tenya initiates combat, mouse over her and type Ctrl-M then Enter. If you scroll back in the text, do you see a reference to minhp1?
2) Ctrl-Space then CLUAConsole:GetGlobal("TenyaHit","GLOBAL") - what value?
3) Attack Tenya until she initiates dialog
4) After you are out of dialog (regardless of choice) repeat 1 & 2
Thanks!
1. Acquire the quest "The Fishermen and the Priestess" from Sonner and his bunch.
2. Speak to Tenya and choose option 3: "Um, they did send me, but (...)"
3. Speak to Tenya again and choose option 1: "They did send me, but (...)"
4. Fight Tenya until she initiates dialogue again, and choose option 2: "I don't trust you OR Sonner's bunch."
5(3). Speak to Tenya again and choose option 1: "They did send me, but (...)"
6. A fight with Tenya will commence once more, and pretty soon it seems a little bit like she attempts to initiate dialogue with the player again (as in step 4), but no dialogue pops up, and Tenya is now unkillable.