diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/re/guides/guides_mora.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/re/guides/guides_mora.txt')
-rw-r--r-- | npc/re/guides/guides_mora.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/guides/guides_mora.txt b/npc/re/guides/guides_mora.txt index 67936cac0..87de33b35 100644 --- a/npc/re/guides/guides_mora.txt +++ b/npc/re/guides/guides_mora.txt @@ -11,7 +11,7 @@ //= 1.1 Navigation system update. [Euphy] //============================================================ -mora,25,158,5 script Raffle Guide#north 516,{ +mora,25,158,5 script Raffle Guide#north 4_M_RAFLE_GR,{ mes "[Raffoh]"; mes "Laoh~!"; mes "Welcome to the Village of Mora."; @@ -62,7 +62,7 @@ mora,25,158,5 script Raffle Guide#north 516,{ } } -mora,167,76,3 script Raffle Guide#east 522,{ +mora,167,76,3 script Raffle Guide#east 4_M_RAFLE_OR,{ mes "[Raffuh]"; mes "Uh..."; mes "This, this is the Village of Mora."; @@ -113,7 +113,7 @@ mora,167,76,3 script Raffle Guide#east 522,{ } } -mora,115,138,5 script Raffle Guide#center 524,{ +mora,115,138,5 script Raffle Guide#center 4_M_RAFLE_VI,{ mes "[Raffla]"; mes "Lala!"; mes "Welcome to the Village of Mora la!"; @@ -165,7 +165,7 @@ mora,115,138,5 script Raffle Guide#center 524,{ } } -mora,72,51,3 script Raffle Guide#south 518,{ +mora,72,51,3 script Raffle Guide#south 4_F_RAFLE_PK,{ mes "[Raffli]"; mes "Lali?"; mes "Welcome to the Village of Mora."; |