summaryrefslogtreecommitdiff
path: root/npc/004-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-03 09:27:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-03 09:27:28 -0300
commita088b12852a87d6b10d5457f2e6f9f10865c4f39 (patch)
treebe2816fedc30a0430863333e2f6a158e2892fbbd /npc/004-1
parent2af36aaabf84ad6eadc0ac5e6ad394a8227eb2dc (diff)
downloadserverdata-a088b12852a87d6b10d5457f2e6f9f10865c4f39.tar.gz
serverdata-a088b12852a87d6b10d5457f2e6f9f10865c4f39.tar.bz2
serverdata-a088b12852a87d6b10d5457f2e6f9f10865c4f39.tar.xz
serverdata-a088b12852a87d6b10d5457f2e6f9f10865c4f39.zip
Prepare to move Arnea, Silvia's quest
Diffstat (limited to 'npc/004-1')
-rw-r--r--npc/004-1/elanore.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt
index 1278b0ad7..1ca855e52 100644
--- a/npc/004-1/elanore.txt
+++ b/npc/004-1/elanore.txt
@@ -85,8 +85,11 @@ L_Trade:
getitem Lifestone, 1;
- // Possible enhancement: Only grant Experience on first craft
- getexp 40, 0;
+ // Only grant Experience on first craft
+ if (getq(TulimsharQuest_Lifestone) == 0) {
+ setq TulimsharQuest_Lifestone, 1;
+ getexp 80, 10;
+ }
mesn;
mesq l("These will do just fine.");
next;