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/acolyte_warp.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/acolyte_warp.txt')
-rw-r--r-- | npc/other/acolyte_warp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/acolyte_warp.txt b/npc/other/acolyte_warp.txt index baaad35e7..2b6e102cb 100644 --- a/npc/other/acolyte_warp.txt +++ b/npc/other/acolyte_warp.txt @@ -12,7 +12,7 @@ //= Unsure if this is on kRO, so disabled for now. //============================================================ -prontera,98,121,4 script Acolyte#Prtclear 90,{ +prontera,98,121,4 script Acolyte#Prtclear 4_F_01,{ mes "[Keiki]"; mes "Hello there, adventurer."; mes "I've been studying magic from all over Rune-Midgard to upgrade what I believe to be one of the greatest skills available to the acolyte class."; @@ -77,7 +77,7 @@ prontera,98,121,4 script Acolyte#Prtclear 90,{ } } -yuno,142,184,6 script Acolyte#Junoclear 90,{ +yuno,142,184,6 script Acolyte#Junoclear 4_F_01,{ mes "[Isalei]"; mes "Hello, adventurer."; mes "My companion Keiki and I have discovered a way to increase our warp portal abilities."; |