summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-19 17:35:43 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-19 17:35:43 -0300
commit938dfb7dbf68fcc343f686e480cd768fca419715 (patch)
tree344c940dc3f509a8699ff5d48d9089794255f5ad
parentcec11d1f04ad2da8f3609306529dc6daefc10c33 (diff)
downloadserverdata-938dfb7dbf68fcc343f686e480cd768fca419715.tar.gz
serverdata-938dfb7dbf68fcc343f686e480cd768fca419715.tar.bz2
serverdata-938dfb7dbf68fcc343f686e480cd768fca419715.tar.xz
serverdata-938dfb7dbf68fcc343f686e480cd768fca419715.zip
Some minor adjustments so Lora Tay rings true.
-rw-r--r--npc/017-3/dimonds.txt8
-rw-r--r--npc/017-3/loratay.txt8
2 files changed, 10 insertions, 6 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt
index 1252f1642..330a38a92 100644
--- a/npc/017-3/dimonds.txt
+++ b/npc/017-3/dimonds.txt
@@ -194,8 +194,9 @@ OnInit:
017-3,85,41,0 shop Blacksmith NPC146,545:5000,529:2,603:1000
017-3,65,41,0 shop General Store#dimond NPC137,586:500,524:800,544:2000,632:500,528:500,735:500
+*/
-017-3,75,68,0 script Basil NPC_TOMBOY,{
+017-3,65,41,0 script Basil NPC_TOMBOY,{
showavatar NPC_TOMBOY;
if (!is_night())
goto L_Day;
@@ -207,6 +208,7 @@ OnInit:
mesn;
mesq l("The nanorob-- err, the *magic* will seal all your wounds. You trust Basil, right?");
next;
+ /*
select
rif(Zeny > 100, l("Yes, please, book me a bed.")),
l("Uh... I *just* remembered I have something else to do!");
@@ -218,6 +220,9 @@ OnInit:
sc_start SC_POISON, 60000, 0, 10000;
else
sc_start SC_ATTHASTE_POTION1, 60000, 5;
+ */
+ mesn;
+ mesq l("Oh, sorry, I just realized we're overbooked. Please make your reservation with antecedence next time! You can sleep on the streets in the meanwhile.");
close;
@@ -231,5 +236,4 @@ OnInit:
.distance=5;
end;
}
-*/
diff --git a/npc/017-3/loratay.txt b/npc/017-3/loratay.txt
index 24ed382d1..f32636953 100644
--- a/npc/017-3/loratay.txt
+++ b/npc/017-3/loratay.txt
@@ -74,7 +74,7 @@ L_Menu:
select
"",
l("I'm here on behalf of Agostine."),
- l("Hello, my name is %s. Are you a tailor?", strcharinfo(0)).
+ l("Hello, my name is %s. Are you a tailor?", strcharinfo(0)),
l("I would like to comission some Sorcerer Robes."),
l("Sorry, I'm lost.");
mes "";
@@ -92,7 +92,7 @@ L_Menu:
goto L_Sorcerer;
case 5:
mesn;
- mesq l("Then stop barging in this inn's room like an imbecile! Ask the quartermaster Barzil in the upper floor if you are looking for accomodations, but it figures your head is there just for show! Hah, I've seen hats smarter than you! Now out of my sight!");
+ mesq l("Then stop barging in this inn's room like an imbecile! Ask the quartermaster Basil in the lower floor if you are looking for accomodations, but it figures your head is there just for show! Hah, I've seen hats smarter than you! Now out of my sight!");
close;
}
// Shall not be reached unless switch or menu was compromised
@@ -124,11 +124,11 @@ L_Sorcerer:
Zeny -= 25000;
delitem CottonCloth, 12;
delitem WolvernPelt, 1;
- delitem WhiteFur 6;
+ delitem WhiteFur, 6;
delitem SilkCocoon, 18;
getitem SorcererRobe, 1;
mesn;
- mesq l("Here, you can have this one which I set aside because it had a fabrication error. Being made by me, even this imperfect piece is still better than you lame, arrogant adventurers deserve, but a fair price makes and a fair market are colloraries. I shall not be seen as a scammer. Now get out of here!");
+ mesq l("Here, you can have this one which I set aside because it had a fabrication error. Being made by me, even this imperfect piece is still better than you lame, arrogant adventurers deserve, but a fair price and a fair market are colloraries. I shall not be seen as a scammer. Now get out of here!");
close;
OnInit: