diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-07 18:38:32 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-07 18:38:32 +0000 |
commit | 778a470426c328e26f5bcdf8f96642bd36b9db75 (patch) | |
tree | e482abcb2b51d3e453808fe228282d23379296ee /npc | |
parent | 040b6706672f4ef0926c4cc9476a9c9896639eb3 (diff) | |
download | hercules-778a470426c328e26f5bcdf8f96642bd36b9db75.tar.gz hercules-778a470426c328e26f5bcdf8f96642bd36b9db75.tar.bz2 hercules-778a470426c328e26f5bcdf8f96642bd36b9db75.tar.xz hercules-778a470426c328e26f5bcdf8f96642bd36b9db75.zip |
added \n between , and {
in the header 8)
now it loads
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@48 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/other/pvp.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index d12599c88..0a9542489 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -22,27 +22,32 @@ //==========================================================================
// Alberta -----------------------------------------
-alberta_in.gat, 22, 146,4 script PvP Narrator#1 84,{
+alberta_in.gat, 22, 146,4 script PvP Narrator#1 84,
+{
callfunc "F_PvPNarr", "alberta_in.gat", 24, 143;
end;
}
// Payon -------------------------------------
-payon_in01.gat,173,109,3 script PvP Narrator#2 84,{
+payon_in01.gat,173,109,3 script PvP Narrator#2 84,
+{
callfunc "F_PvPNarr", "payon_in01.gat", 169, 108;
end;
}
// Prontera -------------------------------------
-prt_in.gat,56,140,4 script PvP Narrator#3 84,{
+prt_in.gat,56,140,4 script PvP Narrator#3 84,
+{
callfunc "F_PvPNarr", "prt_in.gat", 54, 137;
end;
}
// Morocc --------------------------------------
-morocc_in.gat,144,138,4 script PvP Narrator#4 84,{
+morocc_in.gat,144,138,4 script PvP Narrator#4 84,
+{
callfunc "F_PvPNarr", "morocc_in.gat", 141, 140;
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;
}
|