diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/arena.txt | 2 | ||||
-rw-r--r-- | npc/other/dts_warper.txt | 2 | ||||
-rw-r--r-- | npc/other/pvp.txt | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/other/arena.txt b/npc/other/arena.txt index 10870e323..f64398ef5 100644 --- a/npc/other/arena.txt +++ b/npc/other/arena.txt @@ -557,7 +557,7 @@ force_1-1.gat,25,26,0 script arenalv3fail -1,{ }
// Reminding the player of time constraints.
-force_1-1.gat,25,26,0 script tensecsleft -1,{
+force_1-1.gat,25,26,0 script tensecsleft -1,{
announce "Ten seconds remaining!",3;
}
diff --git a/npc/other/dts_warper.txt b/npc/other/dts_warper.txt index 898f882c4..f7f71d9c2 100644 --- a/npc/other/dts_warper.txt +++ b/npc/other/dts_warper.txt @@ -903,7 +903,7 @@ function script F_DTS_Warp { }
//Elections administration NPC (hidden)
-- script DTS_Admin -1,{
+- script DTS_Admin -1,{
OnSun0100: //Works only at 1am on sunday
if($dtsday<4 || $dtsday>=100) set $dtsday,4;
else set $dtsday,$dtsday+1;
diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index 9320121d6..538e51063 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -42,7 +42,7 @@ morocc_in.gat,144,138,4 script PvP Narrator#4 84,{ end;
}
// Geffen --------------------------------------
-geffen_in.gat, 67,63,4 script PvP Narrator#5 84,{
+geffen_in.gat,67,63,4 script PvP Narrator#5 84,{
callfunc "F_PvPNarr", "geffen_in.gat", 64, 60;
end;
}
@@ -129,7 +129,7 @@ function script F_PvPNarr { //==========================================================================
// Alberta -----------------------------------
-alberta_in.gat, 26,146,4 script Gate Keeper#1::GateKeep 83,{
+alberta_in.gat,26,146,4 script Gate Keeper#1::GateKeep 83,{
mes "[Gate Keeper]";
mes "Hi. I'm glad to be of service. I will open the PvP fight square for you!";
mes "If you have any questions about the PvP modes or rules, please ask the Narrator.....";
@@ -211,9 +211,9 @@ sF_Move: }
// Geffen --------------------------------------------
-geffen_in.gat, 63,63,4 duplicate(GateKeep) Gate Keeper#2 83
+geffen_in.gat,63,63,4 duplicate(GateKeep) Gate Keeper#2 83
// Morroc----------------------------------------------
-morocc_in.gat, 144,142,4 duplicate(GateKeep) Gate Keeper#3 83
+morocc_in.gat,144,142,4 duplicate(GateKeep) Gate Keeper#3 83
// Payon ----------------------------------------------
payon_in01.gat,175,106,3 duplicate(GateKeep) Gate Keeper#4 83
// Prontera -------------------------------------------
|