diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_13_1.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_ein.txt | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index d88cb118f..6fcc4c0ab 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -8867,7 +8867,6 @@ himinn,48,86,5 script Valkyrie#sign 811,{ mes "[Valkyrie Sandra]"; mes "As a symbol of this promise to invite you to Valhalla, you shall be rewarded with 'The Sign' which will show all others that you are a great warrior whose courage was tested by the gods themselves."; next; - set name,PcName; mes "[Valkyrie Sandra]"; mes "Congratulations,"; mes ""+ strcharinfo(0) +". Verily,"; @@ -11438,7 +11437,6 @@ que_sign01,45,227,4 script Queen of the Dead 856,{ close; } else if (sign_q == 142) { - set name,PcName; mes "[Lady Hell]"; mes "^8C1717Ah."; mes "You are the"; diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 8e8a24c6a..0058a76a9 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -15219,7 +15219,7 @@ mid_camp,256,272,3 script Defaria#moc2 897,{ mes "You'll be the one using this scroll. Am I right?"; mes "Here, please take this."; next; - mes "[" + PcName + "]"; + mes "[" + strcharinfo(0) + "]"; mes "'To gather members..?'"; mes "..Right! I remember"; mes "Rayan mentioned a gathering somewhere!"; diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index 8833f29bc..8d330f747 100644 --- a/npc/quests/quests_ein.txt +++ b/npc/quests/quests_ein.txt @@ -6378,7 +6378,6 @@ ein_in01,200,101,5 script Clitzer#ein 854,{ mes "*Press Press Press*"; mes "*C-c-c-c-c-c-crack!*"; next; - set name,strcharinfo(0); mes "["+ strcharinfo(0) +"]"; mes "Oh--"; mes "Hell yeah!"; |