* Fixed end timer in Turbo Track Solo mode not enabling warp. (bugreport:1682)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12846 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
aba11356eb
commit
004b91dbf5
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2008/06/17
|
2008/06/17
|
||||||
|
* Rev. 12846 Fixed end timer in Turbo Track Solo mode not enabling warp. (bugreport:1682) [L0ne_W0lf]
|
||||||
* Rev. 12845 Corrected bugs in the updated novice grounds. [L0ne_W0lf]
|
* Rev. 12845 Corrected bugs in the updated novice grounds. [L0ne_W0lf]
|
||||||
- Fixed Entrance Guard clearing vars. (bugreport:1695)
|
- Fixed Entrance Guard clearing vars. (bugreport:1695)
|
||||||
- Added Some duplicate NPCs for the combat training.
|
- Added Some duplicate NPCs for the combat training.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -12,6 +12,7 @@
|
|||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 First version. [L0ne_W0lf]
|
//= 1.0 First version. [L0ne_W0lf]
|
||||||
//= 1.1 Fixed small official bug. [L0ne_W0lf]
|
//= 1.1 Fixed small official bug. [L0ne_W0lf]
|
||||||
|
//= 1.2 Fixed end timer not enabling warp. (bugreport:1682) [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,72,132,3 script Solo Mode#n1 124,{
|
turbo_room,72,132,3 script Solo Mode#n1 124,{
|
||||||
@ -1088,7 +1089,7 @@ OnTimer56000:
|
|||||||
|
|
||||||
OnTimer60000:
|
OnTimer60000:
|
||||||
disablenpc "Guide#TBT_n_1";
|
disablenpc "Guide#TBT_n_1";
|
||||||
donpcevent "cos_n_1_end::Onreset";
|
enablenpc "cos_n_1_end";
|
||||||
enablenpc "Notice_Maker1#TBT_n_1";
|
enablenpc "Notice_Maker1#TBT_n_1";
|
||||||
enablenpc "Notice_Maker3#TBT_n_1";
|
enablenpc "Notice_Maker3#TBT_n_1";
|
||||||
enablenpc "Notice_Maker4#TBT_n_1";
|
enablenpc "Notice_Maker4#TBT_n_1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user