summaryrefslogtreecommitdiff
path: root/npc/custom/woe_controller.txt
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-03 21:28:27 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-03 21:28:27 +0000
commit16766b4f0911470f7e7568a952364e772ba22da1 (patch)
tree52c7ec779148c945c51338f019d5ee1262ce3b21 /npc/custom/woe_controller.txt
parent3eb7cd3c8c1291e3792dec9abf34facab4f05014 (diff)
downloadhercules-16766b4f0911470f7e7568a952364e772ba22da1.tar.gz
hercules-16766b4f0911470f7e7568a952364e772ba22da1.tar.bz2
hercules-16766b4f0911470f7e7568a952364e772ba22da1.tar.xz
hercules-16766b4f0911470f7e7568a952364e772ba22da1.zip
* You may notice that your /guild2/ folder shrunk considerably - you're welcome. x.x
* You may also notice that your /guild2/ folder no longer functions. If that's the case... blame Maki (you can find him on the forums, IRC, TS, TSR, etc...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16571 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/woe_controller.txt')
-rw-r--r--npc/custom/woe_controller.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/custom/woe_controller.txt b/npc/custom/woe_controller.txt
index ff515fb32..6606d60ad 100644
--- a/npc/custom/woe_controller.txt
+++ b/npc/custom/woe_controller.txt
@@ -1,9 +1,11 @@
//===== rAthena Script =======================================
-//= WOE Controller
+//= Euphy's WOE Controller
//===== By: ==================================================
//= Euphy
//===== Current Version: =====================================
-//= 1.3a
+//= 1.3b
+//===== Compatible With: =====================================
+//= rAthena SVN r16571+
//===== Description: =========================================
//= A controller for War of Emperium designed for
//= simplicity and ease of use.
@@ -38,7 +40,7 @@ OnInit:
"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05",
"arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05",
"schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05";
- setarray .EndLabel$[0],"aru01","aru02","aru03","aru04","aru05","sch01","sch02","sch03","sch04","sch05";
+ setarray .EndLabel$[0],"ar01","ar02","ar03","ar04","ar05","sc01","sc02","sc03","sc04","sc05";
setarray .Days$[0],"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday";
setarray .Regions$[0],"Prontera","Payon","Geffen","Aldebaran","Arunafeltz","Schwaltzvalt";
setarray .Map$[0],"prt_gld","pay_gld","gef_fild13","alde_gld","aru_gld","sch_gld";
@@ -83,7 +85,7 @@ OnMinute00:
donpcevent "Agit#"+.Castles$[.@j]+"::OnAgitEnd";
killmonster .Castles$[.@j], "Agit#"+.Castles$[.@j]+"::OnAgitBreak";
} else {
- donpcevent "Manager#"+.Castles$[.@j]+"_02::OnAgitEnd2";
+ donpcevent "Manager#"+.Castles$[.@j]+"::OnAgitEnd2";
killmonster .Castles$[.@j], "Steward#"+.EndLabel$[.@j-20]+"::OnStartArena"; } } }
break; } }
set .Init,0;