|
@@ -19,6 +19,7 @@
|
|
|
//= 3.1 Corrected time check for Sir Jore. [L0ne_W0lf]
|
|
|
//= 3.2 Removed mapannounce used while debugging. [L0ne_W0lf]
|
|
|
//= Moved the disablewaitingroomevent in dancing portion.
|
|
|
+//= 3.3 Applied Kazukin's fix for the dancing portion. (bugreport:3966) [L0ne_W0lf]
|
|
|
//============================================================
|
|
|
|
|
|
//============================================================
|
|
@@ -5371,6 +5372,7 @@ OnTimer38000:
|
|
|
end;
|
|
|
|
|
|
OnTimer44000:
|
|
|
+ stopnpctimer;
|
|
|
donpcevent "s_dance#up::Onreset";
|
|
|
donpcevent "s_dance#down::Onreset";
|
|
|
donpcevent "s_dance#left::Onreset";
|
|
@@ -5378,8 +5380,7 @@ OnTimer44000:
|
|
|
donpcevent "s_dance#cen::Onreset";
|
|
|
mapannounce "cmd_in01","Well done.",bc_map,"0xFFFF00";
|
|
|
enablenpc "Examiner#sd";
|
|
|
- donpcevent "Examiner#sd::Onreset1";
|
|
|
- stopnpctimer;
|
|
|
+ donpcevent "Standby Room#sign::Onreset";
|
|
|
end;
|
|
|
}
|
|
|
|
|
@@ -5739,10 +5740,6 @@ OnDisable:
|
|
|
set .s_check,0;
|
|
|
disablenpc "Examiner#sd";
|
|
|
end;
|
|
|
-
|
|
|
-Onreset1:
|
|
|
- donpcevent "Standby Room#sign::Onreset";
|
|
|
- end;
|
|
|
}
|
|
|
|
|
|
alberta_in,125,101,5 script Wealthy-looking Merchant 807,{
|