diff options
Diffstat (limited to 'npc/guild/aldeg/aldeg_treas.txt')
-rw-r--r-- | npc/guild/aldeg/aldeg_treas.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/npc/guild/aldeg/aldeg_treas.txt b/npc/guild/aldeg/aldeg_treas.txt index 06e5e70ff..aa13900c4 100644 --- a/npc/guild/aldeg/aldeg_treas.txt +++ b/npc/guild/aldeg/aldeg_treas.txt @@ -11,6 +11,7 @@ //= //===== Additional Comments: ================================= //= v1.2 Optimized with functions.[kobra_k88] +//= 1.3 Removed announces when you open chests. [L0ne_W0lf] //============================================================ @@ -28,9 +29,7 @@ OnInit: end; OnDied: - mapannounce "aldeg_cas01","Treasure Chest Broken Open",17; set $boxNumA01, $boxNumA01 -1; - if($boxNumA01 == 0) mapannounce "aldeg_cas01", "All of the treasure boxes have been opened. You must wait untill the next day for them to appear again.",0; end; } @@ -61,9 +60,7 @@ OnInit: end; OnDied: - mapannounce "aldeg_cas02","Treasure Chest Broken Open",17; set $boxNumA02, $boxNumA02 -1; - if($boxNumA02 == 0) mapannounce "aldeg_cas02", "All of the treasure boxes have been opened. You must wait untill the next day for them to appear again.",0; end; } @@ -95,9 +92,7 @@ OnInit: end; OnDied: - mapannounce "aldeg_cas03","Treasure Chest Broken Open",17; set $boxNumA03, $boxNumA03 -1; - if($boxNumA03 == 0) mapannounce "aldeg_cas03", "All of the treasure boxes have been opened. You must wait untill the next day for them to appear again.",0; end; } @@ -128,9 +123,7 @@ OnInit: end; OnDied: - mapannounce "aldeg_cas04","Treasure Chest Broken Open",17; set $boxNumA04, $boxNumA04 -1; - if($boxNumA04 == 0) mapannounce "aldeg_cas04", "All of the treasure boxes have been opened. You must wait untill the next day for them to appear again.",0; end; } @@ -161,9 +154,7 @@ OnInit: end; OnDied: - mapannounce "aldeg_cas05","Treasure Chest Broken Open",17; set $boxNumA05, $boxNumA05 -1; - if($boxNumA05 == 0) mapannounce "aldeg_cas05", "All of the treasure boxes have been opened. You must wait untill the next day for them to appear again.",0; end; } |