|
@@ -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;
|
|
-}
|
|
|
|
|
|
+}
|