summaryrefslogtreecommitdiff
path: root/npc/guild/payg
diff options
context:
space:
mode:
authorcodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-09 23:34:57 +0000
committercodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-09 23:34:57 +0000
commit31840066c4795124a887cd12996cf7dc13fcef25 (patch)
treec419bd14a3f8d173d78e7f31c703c591169d802f /npc/guild/payg
parentac2c5e7b2d74728563371ed204d84369ba743ac6 (diff)
downloadhercules-31840066c4795124a887cd12996cf7dc13fcef25.tar.gz
hercules-31840066c4795124a887cd12996cf7dc13fcef25.tar.bz2
hercules-31840066c4795124a887cd12996cf7dc13fcef25.tar.xz
hercules-31840066c4795124a887cd12996cf7dc13fcef25.zip
* Added 'OnInterIfInitOnce' for WoE scripts & modified the WoE scripts as well [Ajarn & Codemaster] [Thanks to FREYA] [SVN 943]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@943 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/payg')
-rw-r--r--npc/guild/payg/payg_ev_agit.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/guild/payg/payg_ev_agit.txt b/npc/guild/payg/payg_ev_agit.txt
index a873f9bea..95b735ed9 100644
--- a/npc/guild/payg/payg_ev_agit.txt
+++ b/npc/guild/payg/payg_ev_agit.txt
@@ -16,7 +16,7 @@
// Castle 1 ================================================================
payg_cas01.gat,139,139,0 script Agit_Py01 -1,{
-OnInterIfInit:
+OnInterIfInitOnce:
GetCastleData "payg_cas01.gat",0,"::OnRecvCastlePy01";
end;
OnRecvCastlePy01:
@@ -39,7 +39,7 @@ OnAgitEnd:
// Castle 2 ================================================================
payg_cas02.gat,39,25,0 script Agit_Py02 -1,{
-OnInterIfInit:
+OnInterIfInitOnce:
GetCastleData "payg_cas02.gat",0,"::OnRecvCastlePy02";
end;
OnRecvCastlePy02:
@@ -62,7 +62,7 @@ OnAgitEnd:
// Castle 3 ================================================================
payg_cas03.gat,269,265,0 script Agit_Py03 -1,{
-OnInterIfInit:
+OnInterIfInitOnce:
GetCastleData "payg_cas03.gat",0,"::OnRecvCastlePy03";
end;
OnRecvCastlePy03:
@@ -85,7 +85,7 @@ OnAgitEnd:
// Castle 4 ================================================================
payg_cas04.gat,271,29,0 script Agit_Py04 -1,{
-OnInterIfInit:
+OnInterIfInitOnce:
GetCastleData "payg_cas04.gat",0,"::OnRecvCastlePy04";
end;
OnRecvCastlePy04:
@@ -108,7 +108,7 @@ OnAgitEnd:
// Castle 5 ================================================================
payg_cas05.gat,30,30,0 script Agit_Py05 -1,{
-OnInterIfInit:
+OnInterIfInitOnce:
GetCastleData "payg_cas05.gat",0,"::OnRecvCastlePy05";
end;
OnRecvCastlePy05: