From 7d96b3325123c1ef7b8679707062a3bc266c04e3 Mon Sep 17 00:00:00 2001 From: og2 Date: Sat, 14 Jan 2012 18:19:18 +0000 Subject: *Corrected the bing#n1 issue according to aegis script (bugreport:5050). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15457 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/turbotrack/Normal_Solo.txt | 47 ++---------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) (limited to 'npc/other') diff --git a/npc/other/turbotrack/Normal_Solo.txt b/npc/other/turbotrack/Normal_Solo.txt index 1cdf14574..bbc7081ff 100644 --- a/npc/other/turbotrack/Normal_Solo.txt +++ b/npc/other/turbotrack/Normal_Solo.txt @@ -15,7 +15,7 @@ //= 1.2 Fixed end timer not enabling warp. (bugreport:1682) [L0ne_W0lf] //= 1.3 Replaced effect numerics with constants. [L0ne_W0lf] //= 1.4 Fixed a little mistake [akrus] -//= 1.5 Fixed variable typo [Slim] +//= 1.5 Fixed variable typo (Deleted in version 1.6) [Slim] //= 1.6 Fixed the "bing#n1" issue. (bugreport:5050) [Slim] //============================================================ @@ -136,7 +136,6 @@ OnTimer49000: OnTimer50000: donpcevent "snake#n1::OnEnable"; donpcevent "hunting#n1::OnEnable"; - enablenpc "bing#n1"; end; OnTimer57000: @@ -323,7 +322,6 @@ OnTimer927000: // monster reset donpcevent "snake#n1::Onreset"; donpcevent "hunting#n1::Onreset"; - disablenpc "bing2#n1"; // NPC disablenpc "Guide#TBT_n_1"; enablenpc "cos_n_1_end"; @@ -1110,7 +1108,6 @@ OnTimer60000: donpcevent "snake#n1::Onreset"; donpcevent "hunting#n1::Onreset"; donpcevent "Solo Mode#n1::OnEnable"; - disablenpc "bing2#n1"; stopnpctimer; end; } @@ -1294,44 +1291,4 @@ turbo_n_1,368,52,0 duplicate(TurboTrap_n1) trap_n1#F91 139,1,1 turbo_n_1,368,48,0 duplicate(TurboTrap_n1) trap_n1#F92 139,1,1 turbo_n_1,368,44,0 duplicate(TurboTrap_n1) trap_n1#F93 139,1,1 turbo_n_1,368,40,0 duplicate(TurboTrap_n1) trap_n1#F94 139,1,1 -turbo_n_1,368,36,0 duplicate(TurboTrap_n1) trap_n1#F95 139,1,1 - -turbo_n_1,217,214,0 script bing#n1 45,3,3,{ -OnTouch: - set .@bing1,rand(1,10); - if (.@bing1 > 0 && .@bing1 < 4) - warp "turbo_n_1",217,232; - else if (.@bing1 == 6) - warp "turbo_n_1",233,207; - else if (.@bing1 == 7) - warp "turbo_n_1",208,219; - else if (.@bing1 == 8) - warp "turbo_n_1",219,202; - else if (.@bing1 == 9) - warp "turbo_n_1",218,228; - disablenpc "bing#n1"; - enablenpc "bing2#n1"; - end; -} - -turbo_n_1,217,214,0 script bing2#n1 45,3,3,{ -OnInit: - disablenpc "bing2#n1"; - end; - -OnTouch: - set .@bing1,rand(1,10); - if (.@bing1 == 1) - warp "turbo_n_1",217,232; - else if (.@bing1 == 2) - warp "turbo_n_1",233,207; - else if (.@bing1 == 3) - warp "turbo_n_1",208,219; - else if (.@bing1 == 4) - warp "turbo_n_1",219,202; - else if (.@bing1 == 5) - warp "turbo_n_1",218,228; - else if (.@bing1 == 6) - warp "turbo_n_1",220,195; - end; -} \ No newline at end of file +turbo_n_1,368,36,0 duplicate(TurboTrap_n1) trap_n1#F95 139,1,1 \ No newline at end of file -- cgit v1.2.3-60-g2f50