Hola:
Al final, tuve que hacer el @die, aunque claro, no hay exp al final de la quest y nada, no me duele tanto ya que mi pj es un hunter y esa cosa se levea sola, aunque estuve revisando el script del npc y pues, si quitan lo que está marcado en el script, quizá se quite el bug, aunque no lo he probado. Ojalá le sirva a alguien, si alguien tiene un emu lo prueba y me cuenta.
Saludos
Fragmento de script de quest rachel dungeon:
Línea 7534:
que_san04,119,203,0 script imir3#rachel -1,7,7,{
OnTouch:
if (ra_tem_q == 21) {
mes "^3355FFNo wonder this object";
mes "in the water seems so";
mes "familiar: it's a Ymir's";
mes "Heart Piece! In fact, there's";
mes "dozens of them just lying here.^000000";
next;
mes "^3355FFWhy would so many of these";
mes "powerful artifacts be here";
mes "in the Holy Ground? Perhaps";
mes "this is the secret that the";
mes "priests are trying to keep.^000000";
next;
hideoffnpc "High Priestess Niren#r2";
cutin "ra_gwoman",2;
mes "[High Priestess Niren]";
mes "How dare you intrude";
mes "the Holy Ground! Identify";
mes "yourself! I'll have you tried!";
next;
cutin "ra_gwoman2",2;
mes "[High Priestess Niren]";
mes "O-oh! It's you, the";
mes "adventurer recommended";
mes "by Bekento. Hm. I apologize";
mes "for snapping at you like";
mes "that. Didn't you know that";
mes "no one's allowed here?";
next;
cutin "ra_gwoman",2;
mes "[High Priestess Niren]";
mes "Hmm. Well, you Rune-Midgarts";
mes "adventurers are famous for your";
mes "skills and abilities, but this";
mes "was not expected. I mean, we";
mes "made sure this place was";
mes "absolutely secure.";
next;
cutin "ra_gwoman2",2;
mes "[High Priestess Niren]";
mes "What's done is done...";
mes "I warned Bekento that he";
mes "might cause trouble for you,";
mes "but it seems that you've";
mes "caused trouble for him.";
next;
mes "[High Priestess Niren]";
mes "Understand this:";
mes "most intruders are";
mes "severely punished, but";
mes "because of my friendship";
mes "with Bekento, I'm letting";
mes "you off easy. Remember that.";
next;
sc_start SC_Blind,600000,0;
mes "^3355FFNiren began to chant";
mes "in a low voice, and your";
mes "eyelids grow heavier as you";
mes "grow drowsier and sleepier...^000000";
set ra_tem_q,22;
close2;
hideonnpc "High Priestess Niren#r2";
warp "rachel",163,152;
end;
}
end;