* Fixed a WOE:SE issue with 2nd Guardian Stone respawn. (tid:86918)

* A couple of other tiny fixes.

Signed-off-by: Euphy <euphy@rathena.org>
This commit is contained in:
Euphy 2013-08-30 18:02:48 -04:00
parent 1c7c002e46
commit 454781a24d
3 changed files with 6 additions and 3 deletions

View File

@ -967,6 +967,7 @@ OnInit:
mes "5 Red Gemstones"; mes "5 Red Gemstones";
next; next;
mes "^3355FFDo you want to continue?^000000"; mes "^3355FFDo you want to continue?^000000";
next;
if(select("No:Continue") == 1) { if(select("No:Continue") == 1) {
mes "^3355FFWork canceled.^000000"; mes "^3355FFWork canceled.^000000";
close; close;
@ -1504,8 +1505,9 @@ OnGuardianStoneDied:
end; end;
OnTimer300000: OnTimer300000:
set .@num, atoi(charat(strnpcinfo(1),2));
set .@str$,substr(strnpcinfo(2),0,1)+substr(strnpcinfo(2),8,9); set .@str$,substr(strnpcinfo(2),0,1)+substr(strnpcinfo(2),8,9);
donpcevent "1st Guardian Stone#"+.@str$+"::OnEnable"; donpcevent ((.@num == 1)?"1st":"2nd")+" Guardian Stone#"+.@str$+"::OnEnable";
setd "$agit_"+.@str$+"["+(atoi(charat(strnpcinfo(1),2))-1)+"]",2; setd "$agit_"+.@str$+"["+(atoi(charat(strnpcinfo(1),2))-1)+"]",2;
stopnpctimer; stopnpctimer;
end; end;

View File

@ -3360,6 +3360,7 @@ moc_para01,112,96,5 script Administrator Michael 967,{
mes "[Michael]"; mes "[Michael]";
mes "You mean upgrading equipment, right?"; mes "You mean upgrading equipment, right?";
mes "We can only upgrade the Eden Group Hat."; mes "We can only upgrade the Eden Group Hat.";
next;
if (para_suv02 == 3) { if (para_suv02 == 3) {
if (countitem(5583) > 0) { if (countitem(5583) > 0) {
disable_items; disable_items;