summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorog2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-14 18:19:18 +0000
committerog2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-14 18:19:18 +0000
commit7d96b3325123c1ef7b8679707062a3bc266c04e3 (patch)
tree13c3f8f32adb0ba7aea0c4d99d9ade8b9451030c /npc
parent2ae6c1b78ad14b6bedd2b9b5d38bda0d9d18ab11 (diff)
downloadhercules-7d96b3325123c1ef7b8679707062a3bc266c04e3.tar.gz
hercules-7d96b3325123c1ef7b8679707062a3bc266c04e3.tar.bz2
hercules-7d96b3325123c1ef7b8679707062a3bc266c04e3.tar.xz
hercules-7d96b3325123c1ef7b8679707062a3bc266c04e3.zip
*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
Diffstat (limited to 'npc')
-rw-r--r--npc/other/turbotrack/Normal_Solo.txt47
1 files changed, 2 insertions, 45 deletions
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