diff options
Diffstat (limited to 'npc/other/pvp.txt')
-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;
}
|