diff options
author | Haru <haru@dotalux.com> | 2015-06-18 03:30:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-09 21:14:02 +0200 |
commit | 7b50fce0f62961b0228e6919562efcfe33e7fbca (patch) | |
tree | 0afaecbf71bcb01be2b53864c12a55ae182e2b5f /npc/other | |
parent | 7e93d08a79521d18fcf5dacb5c43db6b277c79ac (diff) | |
download | hercules-7b50fce0f62961b0228e6919562efcfe33e7fbca.tar.gz hercules-7b50fce0f62961b0228e6919562efcfe33e7fbca.tar.bz2 hercules-7b50fce0f62961b0228e6919562efcfe33e7fbca.tar.xz hercules-7b50fce0f62961b0228e6919562efcfe33e7fbca.zip |
Minor script cleanup.
- Replaced leftover sprite IDs with constants
- Corrected some NPC facing directions (in modulo 8)
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/arena/arena_party.txt | 2 | ||||
-rw-r--r-- | npc/other/books.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/arena/arena_party.txt b/npc/other/arena/arena_party.txt index ca4b74388..717e69fd3 100644 --- a/npc/other/arena/arena_party.txt +++ b/npc/other/arena/arena_party.txt @@ -38,7 +38,7 @@ OnStart: end; } -prt_are_in,76,87,3 script Helper#party 67,4,4,{ +prt_are_in,76,87,3 script Helper#party 1_F_02,4,4,{ if($arn_partywait == 0) { $arn_partywait = 1; emotion e_gasp,0; diff --git a/npc/other/books.txt b/npc/other/books.txt index fed26bfeb..6ad8968b2 100644 --- a/npc/other/books.txt +++ b/npc/other/books.txt @@ -871,7 +871,7 @@ prt_in,159,56,4 script Monster Encyclopedia#2pr HIDDEN_NPC,{ } } -prt_in,161,50,4 script Monster Encyclopedia#3pr 111,{ +prt_in,161,50,4 script Monster Encyclopedia#3pr HIDDEN_NPC,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "This is a Monster Encyclopedia"; mes "containing information on Dark,"; |