From d6f1e8f07296241afb9a9ca622b9a7b660601889 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 21 Feb 2018 13:08:04 -0300 Subject: Sit Estard (+ reversions due XML fixes) --- npc/003-2/estard.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/003-2/estard.txt') diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index ceaebbeb4..bd11570dd 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -23,14 +23,14 @@ l("Creating a party has some advantages, it's a pretty good choice!"), l("I remember when I created my first party, we were amazed to share some experience with a small group of adventurer..."), l("Oh! And our party chat was really entertaining, I do highly recommend you to share this fun as well."), - lg("The cost to create a party is @@ E, are you interested?", - "The cost to create a party is @@ E, are you interested?", .@party_price); + lg("The cost to create a party is @@ GP, are you interested?", + "The cost to create a party is @@ GP, are you interested?", .@party_price); if (askyesno() == 1) { if (Zeny < .@party_price) { - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("You don't have enough money, bring @@ E.", .@party_price); + speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("You don't have enough money, bring me @@ GP.", .@party_price); } else { @@ -46,7 +46,7 @@ function explain_service { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("You are on the human resource wing of the Town Hall."), + l("Welcome to the Town Hall. I am @@, officer in charge of public associations.", .name$), l("We offer party and guild certifications and we can also teach you how to use some basic communication skills."), l("Do you know how to speak with people around you?"); @@ -126,6 +126,7 @@ OnInit: setunitdata(.@npcId, UDT_WEAPON, 1800); setunitdata(.@npcId, UDT_HAIRSTYLE, 26); setunitdata(.@npcId, UDT_HAIRCOLOR, 0); + npcsit; .sex = G_MALE; .distance = 4; -- cgit v1.2.3-70-g09d2