From f0a04a4dceb3e247b8f5f0e951c40d9af30eb7b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Oct 2021 20:08:38 -0300 Subject: Boost Eldrin's bounty rewards, albeit not much. --- npc/024-10/eldrin.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'npc/024-10/eldrin.txt') diff --git a/npc/024-10/eldrin.txt b/npc/024-10/eldrin.txt index 0298a174e..bce65e06d 100644 --- a/npc/024-10/eldrin.txt +++ b/npc/024-10/eldrin.txt @@ -2,10 +2,9 @@ // Authors: // Jesusalva // Description: -// Questmaker Handbook 14.0 (F = Favorable) +// Questmaker Handbook 14.0 - Frostia's Bounty House 024-10,33,30,0 script Eldrin NPC_ELF,{ - // FIXME: Bounty House //.@q = getq(FrostiaQuest_Rydel); if (BaseLevel < 30) { mesc l("The elf seems busy. He ignores you."); @@ -38,21 +37,21 @@ .@q2=getq2(General_MobHunting5); .@q3=getq3(General_MobHunting5); .@q=General_MobHunting5; - .@lv=7; + .@lv=9; goto L_QuestMaster; case 2: .@q1=getq(General_MobHunting6); .@q2=getq2(General_MobHunting6); .@q3=getq3(General_MobHunting6); .@q=General_MobHunting6; - .@lv=14; + .@lv=15; goto L_QuestMaster; case 3: .@q1=getq(General_MobHunting7); .@q2=getq2(General_MobHunting7); .@q3=getq3(General_MobHunting7); .@q=General_MobHunting7; - .@lv=20; + .@lv=24; goto L_QuestMaster; case 4: .@q1=getq(General_MobHunting8); @@ -70,11 +69,11 @@ L_QuestMaster: // It's a new day, so we must generate a new quest! if (.@q1 != .@d) { .@q1=.@d; - if (.@lv == 7) { + if (.@lv == 9) { .@q2=any(EarthFairy, FireFairy, WaterFairy, WindFairy, PoisonFairy, BlackScorpion, MountainSnake, ForestMushroom, GoldenScorpion, Yeti, WickedMushroom, Archant, Scar, Crafty); - } else if (.@lv == 14) { + } else if (.@lv == 15) { .@q2=any(Crafty, Forain, GreenDragon, Troll, Moonshroom, Terranite, JackO, BlackMamba, Centaur, GoboBear); - } else if (.@lv == 20) { + } else if (.@lv == 24) { .@q2=any(TerraniteProtector, EliteDuck, Reaper, NightmareDragon, NightmareDragon, PinkieSuseran, PinkieMaximus); } else if (.@lv == 50) { .@q2=any(Tengu, Tipiu, EvilScythe, GiantCaveMaggot, SpiderQueen, TerraniteKing, PinkieEmperor, Yetifly, YetiKing); -- cgit v1.2.3-60-g2f50