From a088b12852a87d6b10d5457f2e6f9f10865c4f39 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Apr 2018 09:27:28 -0300 Subject: Prepare to move Arnea, Silvia's quest --- npc/004-1/elanore.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/004-1') 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; -- cgit v1.2.3-60-g2f50