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/aldeg | |
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/aldeg')
-rw-r--r-- | npc/guild/aldeg/aldeg_treas.txt | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/npc/guild/aldeg/aldeg_treas.txt b/npc/guild/aldeg/aldeg_treas.txt index 5ab6dacfc..bdc0b75f2 100644 --- a/npc/guild/aldeg/aldeg_treas.txt +++ b/npc/guild/aldeg/aldeg_treas.txt @@ -24,9 +24,7 @@ OnRecvCastleA01: set $@bxA01, $boxNumA01; callfunc "F_GldTreas","aldeg_cas01","A01",$boxNumA01,$@bxA01,$@boxIdA01,1324,114,218,123,227,1; end; -OnClock1200: - callfunc "F_GldTreas","aldeg_cas01","A01",$boxNumA01,$@bxA01,$@boxIdA01,1324,114,218,123,227,0; - end; + OnDied: mapannounce "aldeg_cas01.gat","Treasure Chest Broken Open",17; set $boxNumA01, $boxNumA01 -1; @@ -50,9 +48,7 @@ OnRecvCastleA02: set $@bxA02, $boxNumA02; callfunc "F_GldTreas","aldeg_cas02","A02",$boxNumA02,$@bxA02,$@boxIdA02,1326,130,226,138,235,1; end; -OnClock1200: - callfunc "F_GldTreas","aldeg_cas02","A02",$boxNumA02,$@bxA02,$@boxIdA02,1326,130,226,138,235,0; - end; + OnDied: mapannounce "aldeg_cas02.gat","Treasure Chest Broken Open",17; set $boxNumA02, $boxNumA02 -1; @@ -75,9 +71,7 @@ OnRecvCastleA03: set $@bxA03, $boxNumA03; callfunc "F_GldTreas","aldeg_cas03","A03",$boxNumA03,$@bxA03,$@boxIdA03,1328,220,264,229,273,1; end; -OnClock1200: - callfunc "F_GldTreas","aldeg_cas03","A03",$boxNumA03,$@bxA03,$@boxIdA03,1328,220,264,229,273,0; - end; + OnDied: mapannounce "aldeg_cas03.gat","Treasure Chest Broken Open",17; set $boxNumA03, $boxNumA03 -1; @@ -100,9 +94,7 @@ OnRecvCastleA04: set $@bxA04, $boxNumA04; callfunc "F_GldTreas","aldeg_cas04","A04",$boxNumA04,$@bxA04,$@boxIdA04,1330,80,8,89,17,1; end; -OnClock1200: - callfunc "F_GldTreas","aldeg_cas04","A04",$boxNumA04,$@bxA04,$@boxIdA04,1330,80,8,89,17,0; - end; + OnDied: mapannounce "aldeg_cas04.gat","Treasure Chest Broken Open",17; set $boxNumA04, $boxNumA04 -1; @@ -125,9 +117,7 @@ OnRecvCastleA05: set $@bxA05, $boxNumA05; callfunc "F_GldTreas","aldeg_cas05","A05",$boxNumA05,$@bxA05,$@boxIdA05,1332,58,8,65,15,1; end; -OnClock1200: - callfunc "F_GldTreas","aldeg_cas05","A05",$boxNumA05,$@bxA05,$@boxIdA05,1332,58,8,65,15,0; - end; + OnDied: mapannounce "aldeg_cas05.gat","Treasure Chest Broken Open",17; set $boxNumA05, $boxNumA05 -1; |