summaryrefslogtreecommitdiff
path: root/npc/other/dts_warper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other/dts_warper.txt')
-rw-r--r--npc/other/dts_warper.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/npc/other/dts_warper.txt b/npc/other/dts_warper.txt
index b6fb0b7ad..080f7d05a 100644
--- a/npc/other/dts_warper.txt
+++ b/npc/other/dts_warper.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Evera
//===== Current Version: =====================================
-//= 1.5
+//= 1.6
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
@@ -46,6 +46,7 @@
//= Gives 1/4 chance of being eligible. Real way to be eligible is through
//= President's Quest, which isn't yet released.
//===== Version History: ====================================
+//= 1.6 Removed Duplicates [Silent]
//= 1.5 Mushed voting varialbes into 1 variable. [Evera] (5/29/06)
//= 1.4 Changed global variables to read from 3 global variables, updated names,
//= fixed array bug [Evera] (5/28/06)
@@ -57,21 +58,21 @@
//============================================================
//Yuno
-yuno.gat,153,191,4 script Cool Event Voting Staff 874,{
+yuno.gat,153,191,4 script Cool Event Voting Staff#01 874,{
callfunc "F_DTS_Warp",0,0;
}
-yuno.gat,162,191,6 script Kafra Voting Staff 861,{
+yuno.gat,162,191,6 script Kafra Voting Staff#01 861,{
callfunc "F_DTS_Warp",1,8;
}
//Lighthalzen
-lighthalzen.gat,154,60,6 script Cool Event Voting Staff 874,{
+lighthalzen.gat,154,60,6 script Cool Event Voting Staff#02 874,{
callfunc "F_DTS_Warp",0,0;
}
//Prontera
-prontera.gat,147,125,4 script Cool Event Voting Staff 874,{
+prontera.gat,147,125,4 script Cool Event Voting Staff#03 874,{
callfunc "F_DTS_Warp",0,0;
}
-prontera.gat,164,125,6 script Kafra Voting Staff 115,{
+prontera.gat,164,125,6 script Kafra Voting Staff#02 115,{
callfunc "F_DTS_Warp",1,3;
}
@@ -88,7 +89,7 @@ lhz_in02.gat,20,274,6 script Maintenance Guy 851,{
close;
}
//Cesuna (Zondaman at desk)
-lhz_in02.gat,36,284,1 script Cool Event Staff 874,{
+lhz_in02.gat,36,284,1 script Cool Event Staff#01 874,{
mes "[Cesuna]";
mes "Ack! I'm totally";
mes "swamped with all this";
@@ -139,7 +140,7 @@ lhz_in02.gat,110,283,5 script Cool Event Manager 853,{
close;
}
//Saera (Secretary), contains GM menu
-lhz_in02.gat,36,274,3 script Cool Event Staff 831,{
+lhz_in02.gat,36,274,3 script Cool Event Staff#02 831,{
if($dts == 0){
set $dts,$dts|(1<<0); //Sets NPCs to election mode if first time running
set $dts,$dts|(1<<3);