diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-3/nard.txt | 1 | ||||
-rw-r--r-- | npc/003-2/lua.txt | 1 | ||||
-rw-r--r-- | npc/009-2/librarian.txt | 1 | ||||
-rw-r--r-- | npc/012-2/rakinorf.txt | 1 | ||||
-rw-r--r-- | npc/017-10/kenton.txt | 1 | ||||
-rw-r--r-- | npc/020-7-1/sage.txt | 1 | ||||
-rw-r--r-- | npc/024-16/king.txt | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index f7deeb610..56a6274c3 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -225,6 +225,7 @@ L_NotYet: inventoryplace TulimMap, 1; mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; + getvaultexp(10); setq General_Narrator, 1; // Double sure setq ShipQuests_Julia, 3; diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 7203f65c2..ff5991259 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -588,6 +588,7 @@ L_Finish: getexp BaseLevel*60, JobLevel*10; // Reference Levels: (20, 6) setq General_Narrator, 3, 0; getitem TreasureKey, 1; + getvaultexp(10); mesn; mesq l("Well done! I hope no more of those assassins show up. I'm afraid I cannot give you a proper reward, but..."); next; diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 4b4b7faa1..014de2044 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -176,6 +176,7 @@ L_Report: mesc l("* Talk to Librarian in Halinarzo"), 2; mesc l("* Return to Hurnscald Townhall"), 9; setq General_Narrator, 9; + getvaultexp(10); close; OnInit: diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 244b3ed22..8e0554aae 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -322,6 +322,7 @@ L_Complete: getitem TulimWarpCrystal, 1; getitem HurnsWarpCrystal, 1; getexp BaseLevel*400, JobLevel*50;// Reference Levels: (35, 15) + getvaultexp(10); close; OnInit: diff --git a/npc/017-10/kenton.txt b/npc/017-10/kenton.txt index 284b445d7..3ffc2fa41 100644 --- a/npc/017-10/kenton.txt +++ b/npc/017-10/kenton.txt @@ -123,6 +123,7 @@ setq LoFQuest_Barbara, 0, 0, 0; getexp 400000, 15000; // Needed: 1,148,484 Zeny+=3300; // You get a reward in cash + getvaultexp(10); next; mesn; mesq l("Please come back later to know how things are going."); diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt index 82b9c01c8..6011758e1 100644 --- a/npc/020-7-1/sage.txt +++ b/npc/020-7-1/sage.txt @@ -265,6 +265,7 @@ function nLetters { mesq l("Also, take this. It's time to you learn to craft your own weapon. Talk to Nicholas in Hurnscald forge to make an awesome @@. Or use it on some other craft, it is your choice.", getitemlink(Backsword)); mesc l("Received @@ @@!", 20, getitemlink(Coal)); mesc l("Access to basement was granted!"); + getvaultexp(10); return; } diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 74ca544bc..c904de885 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -192,6 +192,7 @@ L_Report: mesq l("Good luck on your journey!"); // Ref. level 52/24 (almost 100% of exp table) getexp 142750, 3950; + getvaultexp(10); setq General_Narrator, 17, 0, 0; close; |