diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-22 18:55:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-22 18:55:25 -0300 |
commit | 2cc6cd585103483f3d7f07265be721407bb739d3 (patch) | |
tree | b1dece44fb315c59335f43ab4988cc1c9cb453de | |
parent | dfad5d63357f3057e4986753f7004419f89d3e13 (diff) | |
download | serverdata-2cc6cd585103483f3d7f07265be721407bb739d3.tar.gz serverdata-2cc6cd585103483f3d7f07265be721407bb739d3.tar.bz2 serverdata-2cc6cd585103483f3d7f07265be721407bb739d3.tar.xz serverdata-2cc6cd585103483f3d7f07265be721407bb739d3.zip |
Airlia now explains about new shops policy.
-rw-r--r-- | world/map/npc/009-2/airlia.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/world/map/npc/009-2/airlia.txt b/world/map/npc/009-2/airlia.txt index 71726331..8aaecd82 100644 --- a/world/map/npc/009-2/airlia.txt +++ b/world/map/npc/009-2/airlia.txt @@ -47,17 +47,17 @@ L_Caretaker: mes "[Airlia]"; - mes "\"Greetings. Do you need a housing permit, or to license your mount?\""; + mes "\"Greetings. Do you need a housing permit, or to license your shop?\""; next; if (QUEST_Graveyard_Caretaker < @Q_STATUS_RECIEVED_FIRST_LETTER) menu "Sorry, no.", L_Next, - "My what?", L_mount; + "Shop?", L_mount; if (QUEST_Graveyard_Caretaker == @Q_STATUS_RECIEVED_FIRST_LETTER) menu "Sorry, no.", L_Next, "I have a letter from your father.", L_first_reward, - "My what?", L_mount; + "Shop?", L_mount; goto L_Next; L_Next: @@ -66,8 +66,17 @@ L_Next: close; L_mount: - // The mention of mounts will certainly gather some interest from players, - // this section may be extended. + mes "[Airlia]"; + mesq l("Yes, some adventurers set up their own shops. However, unless they have citizenship, they're not allowed in Hurnscald without paying a symbolic monthly fee of 100,000,000 GP."); + next; + mes "[Airlia]"; + mesq l("This is a measure to protect Hurnscald domestic trade, I hope you understand. However, you can still set a shop in Tulimshar Bazaar, where [@@https://wiki.themanaworld.org/index.php/Classic:ManaMarket|ManaMarket@@] is."); + next; + mes "[Airlia]"; + mesq l("Anyone can set up their own shop in the Bazaar, but they'll be rate-limited, so there's a limit of trades it can do. You can also ask for official approval to be immune to this, I advise reading [@@https://forums.themanaworld.org/viewtopic.php?t=20882|these suggestions@@] which make more likely to acquire approval."); + next; + mes "[Airlia]"; + mesq l("But you pretty much must ask an admin and follow the game rules, and the team will decide. Ah, I fear if they don't lift this restriction I'll be without a job, but at least I'm not the Constable in charge of policing the town."); close; L_first_reward: |