diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-19 10:11:04 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-19 10:11:04 +0000 |
commit | b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e (patch) | |
tree | f6f8e5189c711b0eadbfc2d0af53fc183af16de2 /world/map/npc/034-1 | |
parent | d48928c3e87c18ea11447117e307cf06f33829f6 (diff) | |
download | serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.tar.gz serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.tar.bz2 serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.tar.xz serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.zip |
WIP: v2022.11.11 Update
Diffstat (limited to 'world/map/npc/034-1')
-rw-r--r-- | world/map/npc/034-1/yetiSpawn.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/034-1/yetiSpawn.txt b/world/map/npc/034-1/yetiSpawn.txt index c1f60312..c459a8d3 100644 --- a/world/map/npc/034-1/yetiSpawn.txt +++ b/world/map/npc/034-1/yetiSpawn.txt @@ -41,6 +41,7 @@ OnYetiDeath: set @state, 8; callsub S_Update_Mask; set BOSS_POINTS, BOSS_POINTS + 40; + getexp 10000, 0; message strcharinfo(0), "You defeated the Yeti and gain 40 Boss Points giving you a total of " + BOSS_POINTS + "."; goto L_End; |