diff options
author | Reid Yaro <reidyaro@gmail.com> | 2014-03-16 20:42:21 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2014-03-17 03:38:47 +0100 |
commit | d15cb478aca1787d6c58387f46cec60559645efe (patch) | |
tree | 042b6a536e765bd55ebd05c6b44a7ede039abdb0 /npc | |
parent | d393e765033620f97fb60f15e75dd7e1e22f5300 (diff) | |
download | serverdata-d15cb478aca1787d6c58387f46cec60559645efe.tar.gz serverdata-d15cb478aca1787d6c58387f46cec60559645efe.tar.bz2 serverdata-d15cb478aca1787d6c58387f46cec60559645efe.tar.xz serverdata-d15cb478aca1787d6c58387f46cec60559645efe.zip |
Offset 001-1 NPCs of (5,5).
Diffstat (limited to 'npc')
-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) |