diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 18:22:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 18:22:48 -0300 |
commit | 48d029a3969192d0a5e5a082d9ed59ba0f09297c (patch) | |
tree | b3699fc95fc79497c574504124bfc46cdb2fa25d /npc/012-2/rakinorf.txt | |
parent | f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09 (diff) | |
download | serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.tar.gz serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.tar.bz2 serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.tar.xz serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.zip |
Allow players to make Return Potion, and give them Tulimshar Crystal instead
of Halinarzo Crystal. It'll be more fun by crossing the canyons \o/
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; |