summaryrefslogtreecommitdiff
path: root/npc/other/turbotrack/Expert_4.txt
diff options
context:
space:
mode:
authorog2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-13 01:16:04 +0000
committerog2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-13 01:16:04 +0000
commit593430577e0eb5f6e96715f5463d2764caf6dd7c (patch)
tree66b07fde468d47c4c637ba0c87faba09ef7a4a0e /npc/other/turbotrack/Expert_4.txt
parent09e74ef9199243cb382236f1a159b15795014d73 (diff)
downloadhercules-593430577e0eb5f6e96715f5463d2764caf6dd7c.tar.gz
hercules-593430577e0eb5f6e96715f5463d2764caf6dd7c.tar.bz2
hercules-593430577e0eb5f6e96715f5463d2764caf6dd7c.tar.xz
hercules-593430577e0eb5f6e96715f5463d2764caf6dd7c.zip
*Fixed the "bing#n1" issue (bugreport:5050).
*Fixed variables typos. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15439 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/turbotrack/Expert_4.txt')
-rw-r--r--npc/other/turbotrack/Expert_4.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Expert_4.txt b/npc/other/turbotrack/Expert_4.txt
index 18c618906..5091df596 100644
--- a/npc/other/turbotrack/Expert_4.txt
+++ b/npc/other/turbotrack/Expert_4.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
@@ -15,6 +15,7 @@
//= 1.2 Fixed a little mistake [akrus]
//= 1.3 Corrected issue with top record setting. [L0ne_W0lf]
//= 1.4 Updated 'waitingroom' to support required zeny/lvl. [Kisuka]
+//= 1.5 Fixed variable typo [Slim]
//============================================================
turbo_room,110,135,3 script Expert mode - 4 person 124,{
@@ -1388,7 +1389,7 @@ OnInit:
end;
OnTouch:
- set bing1,rand(1,10);
+ set .@bing1,rand(1,10);
if (.@bing1 == 1)
warp "turbo_e_4",217,232;
else if (.@bing1 == 2)