Revert "Fixed reentering Sealed Shrine instance on pre-re"
This reverts commit b51a87146f070753d8082e19642a0ca4fdb909e7. *This caused an exploit also present in the official pre-re script. NPC dialog suggests it was never intended to reenter this instance after players leaver or die.
This commit is contained in:
parent
0da05e29c3
commit
4bac434357
@ -225,7 +225,7 @@ monk_test,306,151,3 script Grave of Baphomet#edq 111,{
|
|||||||
close;
|
close;
|
||||||
case IE_OK:
|
case IE_OK:
|
||||||
mapannounce "monk_test","[" + strcharinfo(0) + "] member of the [" + getpartyname(.@party_id) + "] party has entered the Sealed Shrine.",bc_map,"0x00ff99";
|
mapannounce "monk_test","[" + strcharinfo(0) + "] member of the [" + getpartyname(.@party_id) + "] party has entered the Sealed Shrine.",bc_map,"0x00ff99";
|
||||||
if (checkre(RENEWAL)) setquest 3040;
|
setquest 3040;
|
||||||
//warp "1@cata",100,224;
|
//warp "1@cata",100,224;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
@ -1148,7 +1148,6 @@ OnInstanceInit:
|
|||||||
2@cata,80,63,4 script Ancient Hero's Soul#2F 411,{
|
2@cata,80,63,4 script Ancient Hero's Soul#2F 411,{
|
||||||
cutin "ins_cata_champ_s",2;
|
cutin "ins_cata_champ_s",2;
|
||||||
if (checkquest(3041)>=0) erasequest 3041;
|
if (checkquest(3041)>=0) erasequest 3041;
|
||||||
if (!checkre(RENEWAL)) setquest 3040;
|
|
||||||
mes "[Ancient Hero's Soul]";
|
mes "[Ancient Hero's Soul]";
|
||||||
mes "Good job, my descendants... You've finished the long-cherished task that me and my bretheren could not complete.";
|
mes "Good job, my descendants... You've finished the long-cherished task that me and my bretheren could not complete.";
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user