summaryrefslogtreecommitdiff
path: root/npc/other
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 22:59:57 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 22:59:57 +0000
commit9c08ebbab7841a2e210613f4e072da4ca48f331b (patch)
tree8df053e6f0423b5a3e42cdd951dd9171d4ceb7ee /npc/other
parenta0ce9e7654be46ce432cf4620f366b18220419b3 (diff)
downloadhercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.gz
hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.bz2
hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.xz
hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.zip
Many small scripts fixes - tabs, parenthesis, typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r--npc/other/arena.txt2
-rw-r--r--npc/other/dts_warper.txt2
-rw-r--r--npc/other/pvp.txt8
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 -------------------------------------------