diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-29 18:19:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-29 18:19:27 +0300 |
commit | d69f9fe30404efeefaad1215239afc448ffca273 (patch) | |
tree | 79f7b8a8757eef62f5009588a878a5a3d4c574da /npc/001-1 | |
parent | dbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (diff) | |
download | serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.gz serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.bz2 serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.xz serverdata-d69f9fe30404efeefaad1215239afc448ffca273.zip |
Restore active distance to all npcs.
Diffstat (limited to 'npc/001-1')
-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 c8142537..b624a6c7 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -5,7 +5,6 @@ // Description: // Helping NPC. -// Size = 2 000-1,27,55,0 script Artaxe 109,{ mesn; mesq l("Do you feel too weak even if trying to hit the surrounding wildlife?"); @@ -18,5 +17,6 @@ OnInit: setnpcsex 1; + setnpcdistance 2; end; } diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index 8623760e..96b24acf 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -10,7 +10,6 @@ // 0 Default, didn't get a cookie. // 1 Get a cookie. -// Size = 2 001-1,39,38,0 script Cookie Master 419,{ if ((countitemcolor("DeliciousCookie") == 0) && (getq(General_Cookies) == 1)) goto L_LostCookie; @@ -257,5 +256,6 @@ L_Bye: OnInit: setnpcsex 0; + setnpcdistance 2; end; } |