diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-25 01:50:24 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-25 02:08:26 -0300 |
commit | c7a3f3a677bdc506c9bafcb7a0fc754867084836 (patch) | |
tree | 28a141aee4166e51bd44d37e8b2382ae2d11847f /npc | |
parent | 3caac87d5d7f60fb5e1af9d8c6c5910cccc4ab8e (diff) | |
download | serverdata-c7a3f3a677bdc506c9bafcb7a0fc754867084836.tar.gz serverdata-c7a3f3a677bdc506c9bafcb7a0fc754867084836.tar.bz2 serverdata-c7a3f3a677bdc506c9bafcb7a0fc754867084836.tar.xz serverdata-c7a3f3a677bdc506c9bafcb7a0fc754867084836.zip |
At Saulc's request, make Nard's travel 500 GP cheaper
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-4/nard.txt | 2 | ||||
-rw-r--r-- | npc/003-1/aahna.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 397c90eb9..47a5e54ae 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -13,7 +13,7 @@ .@nard = getq(ShipQuests_Nard); // TODO .@narrator = getq(General_Narrator); - .@price=2000; + .@price=1500; L_Checker: if (.@narrator == 1) goto L_Travel; diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt index 1a61eafec..895d1e4cc 100644 --- a/npc/003-1/aahna.txt +++ b/npc/003-1/aahna.txt @@ -1,7 +1,8 @@ // TMW-2 Script // Author: // Jesusalva - +// Description: +// This NPC serves no purpose currently. She is here to make Tulimshar more crowded. 003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{ mesn; |