diff options
author | og2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-24 16:50:59 +0000 |
---|---|---|
committer | og2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-24 16:50:59 +0000 |
commit | 3303e17bfc0b4fb90df3e3380b8adb56327b2b29 (patch) | |
tree | 1175d33ee85c6b9530f9d4a21642f8a9e0a5ebec /npc/other/poring_war.txt | |
parent | 84e37548b93c3364ee5c07c40d962ce15f7fef49 (diff) | |
download | hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.tar.gz hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.tar.bz2 hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.tar.xz hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.zip |
* 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
Diffstat (limited to 'npc/other/poring_war.txt')
-rw-r--r-- | npc/other/poring_war.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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; |