diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-29 17:40:13 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-09-02 04:56:00 +0200 |
commit | 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch) | |
tree | 57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/cities/niflheim.txt | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2 hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip |
change *strcharinfo to use constants
Diffstat (limited to 'npc/cities/niflheim.txt')
-rw-r--r-- | npc/cities/niflheim.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt index 6b35ae2e7..92e57f434 100644 --- a/npc/cities/niflheim.txt +++ b/npc/cities/niflheim.txt @@ -50,7 +50,7 @@ niflheim,52,147,3 script Keedz#nif 4_M_NFDEADSWDMAN,{ niflheim,195,211,6 script Gigantia#nif 4_M_NFDEADSWDMAN,3,3,{ if (isequipped(5038) || isequipped(2257) || isequipped(2256)) { - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "What's up?"; next; mes "[Gigantia]"; @@ -88,7 +88,7 @@ nif_in,16,27,1 script Undead Chicken#nif 4_NFCOCK,{ mes "[Undead Chicken]"; mes "I lived a peaceful life as a normal chicken. But then came the day I was tragically killed and eaten by humans. Well... Heh heh~! Now it's my turn! *Cackles*"; next; - mes "["+ strcharinfo(0) +"]"; + mes "["+ strcharinfo(PC_NAME) +"]"; mes "Ouch...!"; mes "A chicken..."; mes "It bit me!"; @@ -110,7 +110,7 @@ nif_in,16,30,4 script Undead Familiar#nif 4_NFBAT,{ mes "always tasty...! I think I'll just"; mes "take a liiittle sip."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Ow! My vein!"; mes "Did you just"; mes "suck my blood?!"; |