diff options
-rw-r--r-- | npc/001-1/artaxe.txt | 2 | ||||
-rw-r--r-- | npc/001-1/cookiemaster.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt index 1628d385..91b17a56 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -5,7 +5,7 @@ // Description: // Helping NPC. -000-1.gat,22,50,0,1 script Artaxe 109;2,{ +000-1.gat,27,55,0,1 script Artaxe 109;2,{ mesn; mesq l("Do you feel too weak even if trying to hit the surrounding wildlife?"); next; diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index 83e1aefa..38fe3460 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -10,7 +10,7 @@ // 0 Default, didn't get a cookie. // 1 Get a cookie. -001-1.gat,34,33,0,0 script Cookie Master 319;2,{ +001-1.gat,39,38,0,0 script Cookie Master 319;2,{ if ((countitem("DeliciousCookie") == 0) && (getq(GeneraL_Cookies) == 1)) goto L_LostCookie; if (getq(GeneraL_Cookies) == 1) |