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/other/fortune.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/other/fortune.txt')
-rw-r--r-- | npc/other/fortune.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/fortune.txt b/npc/other/fortune.txt index 946b40756..8b865577c 100644 --- a/npc/other/fortune.txt +++ b/npc/other/fortune.txt @@ -11,7 +11,7 @@ //= 1.0 First version. [L0ne_W0lf] //============================================================ -payon_in03,117,128,5 script Fortune Teller 704,{ +payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ mes "[Lhimetorra]"; mes "You're an adventurer of this world... " +strcharinfo(0)+ ", right? So, what can an old person like me do for you?"; next; @@ -2731,7 +2731,7 @@ payon_in03,117,128,5 script Fortune Teller 704,{ } } -payon_in03,75,129,5 script Poring Fortune Teller 704,{ +payon_in03,75,129,5 script Poring Fortune Teller 4_M_BIBI,{ mes "[Chocarle]"; mes " Welcome, welcome~!! " +strcharinfo(0)+ "~!"; mes " What brings you here today!? "; @@ -3524,7 +3524,7 @@ payon_in03,75,129,5 script Poring Fortune Teller 704,{ close; } -payon_in03,118,119,1 script Ascetic 101,2,2,{ +payon_in03,118,119,1 script Ascetic 4W_F_01,2,2,{ mes "[Kissy-Kissy]"; mes "NyangNyangNyang~"; mes "NyaNyangNyaNyag~"; |