diff options
Diffstat (limited to 'npc/012-2/rakinorf.txt')
-rw-r--r-- | npc/012-2/rakinorf.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 1bd547a07..c4c646103 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -304,9 +304,10 @@ L_Complete: mesn; mesq l("Halinarzo is a *hic* level 50 area. So please *hic* be careful!"); mesc l("WARNING: Warp Crystals can break after use and have a cooldown."); + mesc l("Return Potions works instantly. Talk to Wyara to get more."); setq General_Narrator, 6, 0; - getitem ReturnPotion, 5; - getitem HalinWarpCrystal, 1; + getitem ReturnPotion, 10; + getitem TulimWarpCrystal, 1; getitem HurnsWarpCrystal, 1; getexp BaseLevel*400, JobLevel*50;// Reference Levels: (35, 15) close; |