Applied Kazukin's fix for the dancing portion of The Sign Quest. (bugreport:3966)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14214 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
e5a32cb5e7
commit
634fefe67a
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2009/12/24
|
||||||
|
* Rev. 14124 Applied Kazukin's fix for the dancing portion of The Sign Quest. (bugreport:3966) [L0ne_W0lf]
|
||||||
2009/12/20
|
2009/12/20
|
||||||
* Rev. 14211 More Orc Instance updates, and some new 13.1 quests. :x [L0ne_W0lf]
|
* Rev. 14211 More Orc Instance updates, and some new 13.1 quests. :x [L0ne_W0lf]
|
||||||
- Disabled an exploit related to the orc hero spawn.
|
- Disabled an exploit related to the orc hero spawn.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
//= 3.1 Corrected time check for Sir Jore. [L0ne_W0lf]
|
//= 3.1 Corrected time check for Sir Jore. [L0ne_W0lf]
|
||||||
//= 3.2 Removed mapannounce used while debugging. [L0ne_W0lf]
|
//= 3.2 Removed mapannounce used while debugging. [L0ne_W0lf]
|
||||||
//= Moved the disablewaitingroomevent in dancing portion.
|
//= 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;
|
end;
|
||||||
|
|
||||||
OnTimer44000:
|
OnTimer44000:
|
||||||
|
stopnpctimer;
|
||||||
donpcevent "s_dance#up::Onreset";
|
donpcevent "s_dance#up::Onreset";
|
||||||
donpcevent "s_dance#down::Onreset";
|
donpcevent "s_dance#down::Onreset";
|
||||||
donpcevent "s_dance#left::Onreset";
|
donpcevent "s_dance#left::Onreset";
|
||||||
@ -5378,8 +5380,7 @@ OnTimer44000:
|
|||||||
donpcevent "s_dance#cen::Onreset";
|
donpcevent "s_dance#cen::Onreset";
|
||||||
mapannounce "cmd_in01","Well done.",bc_map,"0xFFFF00";
|
mapannounce "cmd_in01","Well done.",bc_map,"0xFFFF00";
|
||||||
enablenpc "Examiner#sd";
|
enablenpc "Examiner#sd";
|
||||||
donpcevent "Examiner#sd::Onreset1";
|
donpcevent "Standby Room#sign::Onreset";
|
||||||
stopnpctimer;
|
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5739,10 +5740,6 @@ OnDisable:
|
|||||||
set .s_check,0;
|
set .s_check,0;
|
||||||
disablenpc "Examiner#sd";
|
disablenpc "Examiner#sd";
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Onreset1:
|
|
||||||
donpcevent "Standby Room#sign::Onreset";
|
|
||||||
end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
alberta_in,125,101,5 script Wealthy-looking Merchant 807,{
|
alberta_in,125,101,5 script Wealthy-looking Merchant 807,{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user