diff options
author | kobra_k88 <kobra_k88@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-17 19:14:29 +0000 |
---|---|---|
committer | kobra_k88 <kobra_k88@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-17 19:14:29 +0000 |
commit | 02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6 (patch) | |
tree | a3c49e1fdb659a0a9082b33304b17499986afd2c /npc/guild/payg | |
parent | 32eac40dc34fcab873a8c4ad8e5490ba2c831d6d (diff) | |
download | hercules-02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6.tar.gz hercules-02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6.tar.bz2 hercules-02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6.tar.xz hercules-02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6.zip |
Fixed issue of guardians hp not updating after defense investment.
Moved treasure spawn time to ev_agit_event.txt.
Changes to headers and comments in various files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@233 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/payg')
-rw-r--r-- | npc/guild/payg/payg_treas.txt | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/npc/guild/payg/payg_treas.txt b/npc/guild/payg/payg_treas.txt index b1e253df6..06ff7fad7 100644 --- a/npc/guild/payg/payg_treas.txt +++ b/npc/guild/payg/payg_treas.txt @@ -23,9 +23,7 @@ OnRecvCastlePy01: set $@bxPy01, $boxNumPy01; callfunc "F_GldTreas","payg_cas01","Py01",$boxNumPy01,$@bxPy01,$@boxIdPy01,1344,286,4,295,13,1; end; -OnClock1200: - callfunc "F_GldTreas","payg_cas01","Py01",$boxNumPy01,$@bxPy01,$@boxIdPy01,1344,286,4,295,13,0; - end; + OnDied: mapannounce "payg_cas01.gat","Treasure Chest Broken Open",17; set $boxNumPy01, $boxNumPy01 -1; @@ -48,9 +46,7 @@ OnRecvCastlePy02: set $@bxPy02, $boxNumPy02; callfunc "F_GldTreas","payg_cas02","Py02",$boxNumPy02,$@bxPy02,$@boxIdPy02,1346,140,140,148,149,1; end; -OnClock1200: - callfunc "F_GldTreas","payg_cas02","Py02",$boxNumPy02,$@bxPy02,$@boxIdPy02,1346,140,140,148,149,0; - end; + OnDied: mapannounce "payg_cas02.gat","Treasure Chest Broken Open",17; set $boxNumPy02, $boxNumPy02 -1; @@ -73,9 +69,7 @@ OnRecvCastlePy03: set $@bxPy03, $boxNumPy03; callfunc "F_GldTreas","payg_cas03","Py03",$boxNumPy03,$@bxPy03,$@boxIdPy03,1348,154,164,162,173,1; end; -OnClock1200: - callfunc "F_GldTreas","payg_cas03","Py03",$boxNumPy03,$@bxPy03,$@boxIdPy03,1348,154,164,162,173,0; - end; + OnDied: mapannounce "payg_cas03.gat","Treasure Chest Broken Open",17; set $boxNumPy03, $boxNumPy03 -1; @@ -98,9 +92,7 @@ OnRecvCastlePy04: set $@bxPy04, $boxNumPy04; callfunc "F_GldTreas","payg_cas04","Py04",$boxNumPy04,$@bxPy04,$@boxIdPy04,1350,142,44,151,51,1; end; -OnClock1200: - callfunc "F_GldTreas","payg_cas04","Py04",$boxNumPy04,$@bxPy04,$@boxIdPy04,1350,142,44,151,51,0; - end; + OnDied: mapannounce "payg_cas04.gat","Treasure Chest Broken Open",17; set $boxNumPy04, $boxNumPy04 -1; @@ -123,9 +115,7 @@ OnRecvCastlePy05: set $@bxPy05, $boxNumPy05; callfunc "F_GldTreas","payg_cas05","Py05",$boxNumPy05,$@bxPy05,$@boxIdPy05,1352,152,128,160,135,1; end; -OnClock1200: - callfunc "F_GldTreas","payg_cas05","Py05",$boxNumPy05,$@bxPy05,$@boxIdPy05,1352,152,128,160,135,0; - end; + OnDied: mapannounce "payg_cas05.gat","Treasure Chest Broken Open",17; set $boxNumPy05, $boxNumPy05 -1; |