diff options
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r-- | world/map/npc/006-1/_mobs.txt | 3 | ||||
-rw-r--r-- | world/map/npc/006-1/mika.txt | 3 | ||||
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/world/map/npc/006-1/_mobs.txt b/world/map/npc/006-1/_mobs.txt index 386ed695..6bf53fee 100644 --- a/world/map/npc/006-1/_mobs.txt +++ b/world/map/npc/006-1/_mobs.txt @@ -18,7 +18,8 @@ 006-1.gat,36,98,33,35|monster|Scorpion|1003,10,100000,30000,Mob006-1::On1003 -006-1.gat,0,0,0|script|Mob006-1|-1,{ +006-1.gat,0,0,0|script|Mob006-1|-1, +{ On1003: set @mobID, 1003; callfunc "MobPoints"; diff --git a/world/map/npc/006-1/mika.txt b/world/map/npc/006-1/mika.txt index b4e2d69c..2b5c7401 100644 --- a/world/map/npc/006-1/mika.txt +++ b/world/map/npc/006-1/mika.txt @@ -1,4 +1,5 @@ -006-1.gat,39,27,0|script|Mika|114,{ +006-1.gat,39,27,0|script|Mika|114, +{ mes "[Mika]"; mes "\"My father told me about a man living in this desert who makes clothes out of snake skin.\""; next; diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index 9f2d1dab..7fe9377f 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -1,4 +1,5 @@ -006-1.gat,23,100,0|script|Pachua|143,{ +006-1.gat,23,100,0|script|Pachua|143, +{ set @LEATHER_PATCH_PRICE, 300; // @wants_leather_patch is used as boolean set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; |