diff options
Diffstat (limited to 'world/map/npc/011-3')
-rw-r--r-- | world/map/npc/011-3/_mobs.txt | 3 | ||||
-rw-r--r-- | world/map/npc/011-3/hermit.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/011-3/_mobs.txt b/world/map/npc/011-3/_mobs.txt index ef4ef58c..eb75be5c 100644 --- a/world/map/npc/011-3/_mobs.txt +++ b/world/map/npc/011-3/_mobs.txt @@ -5,7 +5,8 @@ 011-3.gat,0,0,0,0|monster|Silkworm|1035,3,60000,30000,Mob011-3::On1035 -011-3.gat,0,0,0|script|Mob011-3|-1,{ +011-3.gat,0,0,0|script|Mob011-3|-1, +{ On1017: set @mobID, 1017; callfunc "MobPoints"; diff --git a/world/map/npc/011-3/hermit.txt b/world/map/npc/011-3/hermit.txt index 6276b933..eb698a3a 100644 --- a/world/map/npc/011-3/hermit.txt +++ b/world/map/npc/011-3/hermit.txt @@ -1,6 +1,7 @@ // -011-3.gat,30,23,0|script|Arkim|116,{ +011-3.gat,30,23,0|script|Arkim|116, +{ mes "[Arkim the Hermit]"; mes "\"Do you want to go back outside?\""; if (@knowhermitstory == 1) goto L_Short_Menu; |