diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-08-14 14:19:48 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-08-14 14:19:48 +0200 |
commit | 825421ffdea6f46539e40a3792f5a8fb8ed2957b (patch) | |
tree | 392826c76070a1f2407ca0490b29de25d3d4d8cd | |
parent | 6414af1947328fed0c4539e88ef2d332050774b5 (diff) | |
download | serverdata-825421ffdea6f46539e40a3792f5a8fb8ed2957b.tar.gz serverdata-825421ffdea6f46539e40a3792f5a8fb8ed2957b.tar.bz2 serverdata-825421ffdea6f46539e40a3792f5a8fb8ed2957b.tar.xz serverdata-825421ffdea6f46539e40a3792f5a8fb8ed2957b.zip |
Fix english + tab2space
-rw-r--r-- | npc/024-16/king.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index e63b1d827..679ca003b 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -13,8 +13,9 @@ slide 30, 52; end; } + if (countitem(RentCart)) { - mesc l("You cannot met the King while using a %s.", getitemlink(RentCart)), 1; + mesc l("You cannot meet the King while carrying a %s.", getitemlink(RentCart)), 1; next; mesc l("Do you want to forward all your items to Quirino Voraz in Tulimshar?"); next; @@ -54,13 +55,13 @@ mesq lg("I'm quite interested in you, mah' girl!", "I'm quite interested in you, mah' boy!"); next; mesn l("King Gelid Frozenheart"); - mesq l("So, only citzens, elves and dwarves are normally welcome here and I'm NOT going to make an exception."); + mesq l("So, only citizens, elves and dwarves are normally welcome here and I'm NOT going to make an exception."); next; mesn l("King Gelid Frozenheart"); mesq l("In the ")+b(l("southwest part of the town"))+l(" is the Inn, and you can rent an apartment there for 30 days."); next; mesn l("King Gelid Frozenheart"); - mesq l("If you rent an apartment, you'll become a \"citzen\" and be allowed here. Besides, you can buy stuff in your apartment to, for example, craft supplies."); + mesq l("If you rent an apartment, you'll become a \"citizen\" and be allowed here. Besides, you can buy stuff in your apartment to, for example, craft supplies."); next; mesn l("King Gelid Frozenheart"); mesq l("Did I said the best craftspeople in the world are here? %s, the legendary bow, was proudly crafted by the first king of Frostia!", getitemlink(Tyranny)); @@ -73,11 +74,10 @@ next; // Finish the quest setq General_Narrator, 13; - REAL_ESTATE_CREDITS+=5000; + REAL_ESTATE_CREDITS += 5000; L_MainQuest: mesn l("King Gelid Frozenheart"); - mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details.", 5000); next; mesc b(l(".:: Main Quest 6-1 ::.")), 3; @@ -86,6 +86,8 @@ L_MainQuest: msObjective(ESTATE_RENTTIME >= gettimetick(2), l("* Rent a room in Frostia's Inn")); if (ESTATE_RENTTIME >= gettimetick(2)) goto L_Continue; + mesq l("I gave you %s Real Estate Credits. Go book yourself a room in the Inn. And then come back to me so we may discuss details.", + fnum(5000)); close; L_Continue: |