summaryrefslogtreecommitdiff
path: root/npc/custom/WoE_Setter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/WoE_Setter.txt')
-rw-r--r--npc/custom/WoE_Setter.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/custom/WoE_Setter.txt b/npc/custom/WoE_Setter.txt
index 61d5665eb..9e5dc05c1 100644
--- a/npc/custom/WoE_Setter.txt
+++ b/npc/custom/WoE_Setter.txt
@@ -1,14 +1,14 @@
-//===== rAthena Script =======================================
+//===== rAthena Script =======================================
//= War of Emperium - Time Setter
-//===== By: ==================================================
+//===== By: ==================================================
//= Fredzilla
-//===== Current Version: =====================================
-//= 1.5a
-//===== Compatible With: =====================================
-//= rAthena 1.0 Final TXT
-//===== Description: =========================================
+//===== Current Version: =====================================
+//= 1.5
+//===== Compatible With: =====================================
+//= rAthena SVN
+//===== Description: =========================================
//= Lets a GM set WoE times from inside the game
-//===== Additional Comments: =================================
+//===== Additional Comments: =================================
//= Loops used = 4 (I like loops ^_^)
//= Only GM's of lvl 99 can use it
//= If anyone else tries to use it they will just get a list of WoE times
@@ -23,7 +23,8 @@
//= Not even the normal WoE script can do this (by dafault)
//= Removed the need for disabling the normal agit_event
//= 1.5a Applied Playtester's fix. [Vicious]
-//============================================================
+//============================================================
+
prontera,162,194,5 script WoE Setter 806,{
mes "[Woe Setter]";
if(getgmlevel()<99) goto L_NotGM;