The Fishermen and the Priestess possible bug
epicrakshasas
Member Posts: 71
I'm not sure if this is a bug, but I cannot finish The Fishermen and the Priestess quest. Even after talking to Tenya and agreeing to confront the fishermen, she is still hostile. I got the bowl from the fishermen and she was still hostile. I even tried charming her and she would not accept the bowl. Any ideas?
0
Comments
AFAIK, the only way round that was to reload. Since then in encounters where someone is hostile and turns neutral after being wounded I just have one character attacking them to avoid accidentally hitting them again after the fight is over.
I suspect it is most likely a scripting issue and you have to do something kinda specific to get it to happen.
Like did you talk to her first, then talk to the fisherman, then talk to her again?
Did you talk to the fishermen, then talk to her, then talk to the fishermen again?
etc
Hmm...well this is her class script
IF
HitBy([PC],CRUSHING)
GlobalLT("TenyaHit","GLOBAL",2)
!Global("HelpJebadoh","GLOBAL",0)
THEN
RESPONSE #100
SetGlobal("TenyaHit","GLOBAL",1)
DestroyItem("minhp1") // No such index
Dialogue([PC])
END
IF
See(NearestEnemyOf(Myself))
HaveSpell(CLERIC_COMMAND) // SPPR102.SPL (Command)
!StateCheck(NearestEnemyOf(Myself),STATE_SLEEPING)
!StateCheck(NearestEnemyOf(Myself),STATE_HELPLESS)
THEN
RESPONSE #100
Spell(NearestEnemyOf(Myself),CLERIC_COMMAND) // SPPR102.SPL (Command)
END
The only thing I can think of is that charname needs to hit her with a blunt weapon (which includes fists). Past that I'm not sure what the cause of this issue could be.
Edit: Don't quote me on this though. I am not entirely sure I know what I am talking about here.
Again, I am not sure I am completely correct on this...
http://www.pocketplane.net/tutorials/simscript.html