From 3303e17bfc0b4fb90df3e3380b8adb56327b2b29 Mon Sep 17 00:00:00 2001 From: og2 Date: Tue, 24 Jan 2012 16:50:59 +0000 Subject: * Updated Mail. * Fixed Waitroom MaxLevel from poring_war (bugreport:5262). * Added card_trader. * Added card_trader to scripts_athena (disabled by default). * Added MidCamp Warper/Ash-Vacuum from quest_13_1 (gogoash). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15514 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/poring_war.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/other/poring_war.txt') diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index 8605c1595..3df83e5a1 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.0 +//= 1.1a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First version. [Kisuka][5511] //= 1.1 Fixed some typos/bugs. [CalciumKid] +//= 1.1a Fixed Waiting rooms witht he default MAX_LEVEL [Slim] //============================================================ // Poring War Recruiter @@ -357,7 +358,7 @@ poring_w01,91,97,3 script Poring#wop_door_all 1002,{ end; OnInit: - waitingroom "[Recruiting 10 Battle Participants]",10,"Poring#wop_door_all::OnStartArena",10,500,9,99; + waitingroom "[Recruiting 10 Battle Participants]",10,"Poring#wop_door_all::OnStartArena",10,500,9; enablewaitingroomevent; end; @@ -380,7 +381,7 @@ poring_w01,91,68,5 script Poring#wop_door_a 1002,{ end; OnInit: - waitingroom "[Angeling Team Recruiter]",5,"Poring#wop_door_a::OnStartArena",5,0,9,99; + waitingroom "[Angeling Team Recruiter]",5,"Poring#wop_door_a::OnStartArena",5,0,9; enablewaitingroomevent; end; @@ -472,7 +473,7 @@ poring_w01,112,68,3 script Poring#wop_door_d 1002,{ end; OnInit: - waitingroom "[Deviling Team Recruiter]",5,"Poring#wop_door_d::OnStartArena",5,0,9,99; + waitingroom "[Deviling Team Recruiter]",5,"Poring#wop_door_d::OnStartArena",5,0,9; enablewaitingroomevent; end; -- cgit v1.2.3-70-g09d2