summaryrefslogtreecommitdiff
path: root/npc/quests/skills/blacksmith_skills.txt
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2016-08-29 17:40:13 +0100
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:00 +0200
commit0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch)
tree57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/quests/skills/blacksmith_skills.txt
parent0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff)
downloadhercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip
change *strcharinfo to use constants
Diffstat (limited to 'npc/quests/skills/blacksmith_skills.txt')
-rw-r--r--npc/quests/skills/blacksmith_skills.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/quests/skills/blacksmith_skills.txt b/npc/quests/skills/blacksmith_skills.txt
index 28fee1274..9f77fb7ea 100644
--- a/npc/quests/skills/blacksmith_skills.txt
+++ b/npc/quests/skills/blacksmith_skills.txt
@@ -94,7 +94,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "the amount of zeny spent to";
mes "cast Mammonite by 10%. This";
mes "Passive skill might come in";
- mes "handy for you, "+ strcharinfo(0) +".";
+ mes "handy for you, "+ strcharinfo(PC_NAME) +".";
next;
mes "[Akkie]";
mes "Although I'm new at";
@@ -103,7 +103,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "Dubious Salesmanship?";
next;
if (select("Sure.", "No, thanks.") == 1) {
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Sure. I'll try learning this";
mes "new skill. Who knows?";
mes "It might be really useful.";
@@ -145,7 +145,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "L-let me start all";
mes "over again. Uh...";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "............";
next;
mes "[Akkie]";
@@ -156,7 +156,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "^0000FF1 Detrimindexta^000000. Would";
mes "you bring those, please?";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Sure, sure.";
mes "But are you actually";
mes "able to teach me this";
@@ -259,7 +259,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "Hmm. How should";
mes "I tell you this?";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "...";
mes "......";
mes ".........";
@@ -279,7 +279,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "Please d-don't be angry with";
mes "me, it was just an accident!";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Okay, okay...";
mes "Are you sure that's";
mes "all you need me to get?";
@@ -322,10 +322,10 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes ".........";
mes "............";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "...?";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Oh no...";
mes "Did... Did you...";
mes "Did something happen?";
@@ -336,7 +336,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "me! I c-can't finish forging";
mes "this without one! Waaah~";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "^333333(I guess I should";
mes "really bring her a new";
mes "^FF0000Iron Hammer^333333, or else";
@@ -451,7 +451,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
else {
mes "[Akkie]";
if (Upper == 1) {
- mes "Hello, "+ strcharinfo(0) +",";
+ mes "Hello, "+ strcharinfo(PC_NAME) +",";
mes "I'm here on behalf of the";
mes "Blacksmith Guild to teach you";
mes "a new skill. However, your Job";
@@ -474,7 +474,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{
mes "like your Job Level is too low...";
next;
mes "[Akkie]";
- mes "I'm sorry, "+ strcharinfo(0) +",";
+ mes "I'm sorry, "+ strcharinfo(PC_NAME) +",";
mes "But you'll qualify for the";
mes "skill I teach after you";
mes "raise your Job Level.";