Fixed several mistakes in Turbo Track scripts (bugreport:2829)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13580 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
7b42ee82c1
commit
a45031021f
@ -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,9 +12,12 @@
|
|||||||
//===== 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 a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,124,135,3 script Expert mode - 16 person 124,{
|
turbo_room,124,135,3 script Expert mode - 16 person 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Expert mode - 16 person",60,"Expert mode - 8 person::OnStartArena",16;
|
waitingroom "Expert mode - 16 person",60,"Expert mode - 8 person::OnStartArena",16;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
@ -1480,4 +1483,4 @@ OnTouch:
|
|||||||
else if (.@bing1 == 6)
|
else if (.@bing1 == 6)
|
||||||
warp "turbo_e_16",220,195;
|
warp "turbo_e_16",220,195;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -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,9 +12,12 @@
|
|||||||
//===== 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 a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,110,135,3 script Expert mode - 4 person 124,{
|
turbo_room,110,135,3 script Expert mode - 4 person 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Expert mode - 4 person",60,"Expert mode - 4 person::OnStartArena",4;
|
waitingroom "Expert mode - 4 person",60,"Expert mode - 4 person::OnStartArena",4;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
@ -1398,4 +1401,4 @@ OnTouch:
|
|||||||
else if (.@bing1 == 6)
|
else if (.@bing1 == 6)
|
||||||
warp "turbo_e_4",220,195;
|
warp "turbo_e_4",220,195;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -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,9 +12,12 @@
|
|||||||
//===== 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 a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,117,135,3 script Expert mode - 8 person 124,{
|
turbo_room,117,135,3 script Expert mode - 8 person 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Expert mode - 8 person",60,"Expert mode - 8 person::OnStartArena",8;
|
waitingroom "Expert mode - 8 person",60,"Expert mode - 8 person::OnStartArena",8;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
@ -1402,4 +1405,4 @@ OnTouch:
|
|||||||
else if (.@bing1 == 6)
|
else if (.@bing1 == 6)
|
||||||
warp "turbo_e_8",220,195;
|
warp "turbo_e_8",220,195;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -13,9 +13,12 @@
|
|||||||
//= 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 Replaced effect numerics with constants. [L0ne_W0lf]
|
//= 1.2 Replaced effect numerics with constants. [L0ne_W0lf]
|
||||||
|
//= 1.3 Fixed a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,91,135,3 script Normal mode - 16 person 124,{
|
turbo_room,91,135,3 script Normal mode - 16 person 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Normal mode - 16 person",60,"Normal mode - 8 person::OnStartArena",16;
|
waitingroom "Normal mode - 16 person",60,"Normal mode - 8 person::OnStartArena",16;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
@ -1481,4 +1484,4 @@ OnTouch:
|
|||||||
else if (.@bing1 == 6)
|
else if (.@bing1 == 6)
|
||||||
warp "turbo_n_16",220,195;
|
warp "turbo_n_16",220,195;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -13,9 +13,12 @@
|
|||||||
//= 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 Replaced effect numerics with constants. [L0ne_W0lf]
|
//= 1.2 Replaced effect numerics with constants. [L0ne_W0lf]
|
||||||
|
//= 1.3 Fixed a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,77,135,3 script Normal mode - 4 person 124,{
|
turbo_room,77,135,3 script Normal mode - 4 person 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Normal mode - 4 person",60,"Normal mode - 4 person::OnStartArena",4;
|
waitingroom "Normal mode - 4 person",60,"Normal mode - 4 person::OnStartArena",4;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
@ -1398,4 +1401,4 @@ OnTouch:
|
|||||||
else if (.@bing1 == 6)
|
else if (.@bing1 == 6)
|
||||||
warp "turbo_n_4",220,195;
|
warp "turbo_n_4",220,195;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -13,9 +13,12 @@
|
|||||||
//= 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 Replaced effect numerics with constants. [L0ne_W0lf]
|
//= 1.2 Replaced effect numerics with constants. [L0ne_W0lf]
|
||||||
|
//= 1.3 Fixed a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,84,135,3 script Normal mode - 8 person 124,{
|
turbo_room,84,135,3 script Normal mode - 8 person 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Normal mode - 8 person",60,"Normal mode - 8 person::OnStartArena",8;
|
waitingroom "Normal mode - 8 person",60,"Normal mode - 8 person::OnStartArena",8;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
@ -1402,4 +1405,4 @@ OnTouch:
|
|||||||
else if (.@bing1 == 6)
|
else if (.@bing1 == 6)
|
||||||
warp "turbo_n_8",220,195;
|
warp "turbo_n_8",220,195;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3
|
//= 1.4
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -14,9 +14,12 @@
|
|||||||
//= 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]
|
//= 1.2 Fixed end timer not enabling warp. (bugreport:1682) [L0ne_W0lf]
|
||||||
//= 1.3 Replaced effect numerics with constants. [L0ne_W0lf]
|
//= 1.3 Replaced effect numerics with constants. [L0ne_W0lf]
|
||||||
|
//= 1.4 Fixed a little mistake [akrus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
turbo_room,72,132,3 script Solo Mode#n1 124,{
|
turbo_room,72,132,3 script Solo Mode#n1 124,{
|
||||||
|
end;
|
||||||
|
|
||||||
OnInit:
|
OnInit:
|
||||||
waitingroom "Solo Mode",60,"Solo Mode#n1::OnStartArena",1;
|
waitingroom "Solo Mode",60,"Solo Mode#n1::OnStartArena",1;
|
||||||
//SetFeeZeny 1000
|
//SetFeeZeny 1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user