diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-21 13:12:49 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-21 13:34:38 -0300 |
commit | c8b5f76ca938773cf8e66260bd46bc86f0add5c5 (patch) | |
tree | e8a49f63d04e7430e841648c7447a13e15e2106d | |
parent | 9bf3d7a005d6ca47907e2373fb7908b7718d7565 (diff) | |
download | serverdata-c8b5f76ca938773cf8e66260bd46bc86f0add5c5.tar.gz serverdata-c8b5f76ca938773cf8e66260bd46bc86f0add5c5.tar.bz2 serverdata-c8b5f76ca938773cf8e66260bd46bc86f0add5c5.tar.xz serverdata-c8b5f76ca938773cf8e66260bd46bc86f0add5c5.zip |
Ayasha gives you 50 GP upon quest completion
-rw-r--r-- | npc/005-1/ayasha.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 65c6d63d1..2c17e59b5 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -42,9 +42,10 @@ else if (.@has == 2)
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Thank you, here is your reward.");
- narrator("You receive 30 exp.");
+ l("Thank you, here is your reward and... some pocket money.");
+ narrator("You receive 30 exp and 50 GP.");
getexp 30, 0;
+ Zeny = (Zeny + 50);
setq CandorQuest_HAS, 3;
close;
}
|