diff options
Diffstat (limited to 'world/map/npc/021-1/hideandseek.txt')
-rw-r--r-- | world/map/npc/021-1/hideandseek.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/world/map/npc/021-1/hideandseek.txt b/world/map/npc/021-1/hideandseek.txt index fb789340..2514dd12 100644 --- a/world/map/npc/021-1/hideandseek.txt +++ b/world/map/npc/021-1/hideandseek.txt @@ -24,6 +24,9 @@ OnInit: 021-1.gat,87,66,0|script|Ayasha|258, { + set $@child_number, 0; + callfunc "XmasList"; + set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); set @EXP, 75; @@ -84,6 +87,8 @@ L_Close: 021-1.gat,63,107,0|script|Latif|262, { + set $@child_number, 1; + callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); set @EXP, 15; @@ -139,6 +144,8 @@ L_Close: 021-1.gat,123,116,0|script|Charda|260, { + set $@child_number, 2; + callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); set @EXP, 15; @@ -191,6 +198,8 @@ L_Close: 021-1.gat,78,87,0|script|Faris|259, { + set $@child_number, 3; + callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); set @EXP, 25; @@ -239,6 +248,8 @@ L_Close: 021-1.gat,98,25,0|script|Rasin|263, { + set $@child_number, 4; + callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); set @EXP, 15; @@ -278,6 +289,8 @@ L_Close: 021-1.gat,155,25,0|script|Ghada|265, { + set $@child_number, 5; + callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); set @EXP, 15; |