diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-18 20:08:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-18 20:08:38 -0300 |
commit | f0a04a4dceb3e247b8f5f0e951c40d9af30eb7b3 (patch) | |
tree | 95ade3b2a10ea6d65f9be9d0dbd3c29a9c780cd3 /npc/024-10/eldrin.txt | |
parent | e7359a605e9b63aada134f635c5e81d49bd6313a (diff) | |
download | serverdata-f0a04a4dceb3e247b8f5f0e951c40d9af30eb7b3.tar.gz serverdata-f0a04a4dceb3e247b8f5f0e951c40d9af30eb7b3.tar.bz2 serverdata-f0a04a4dceb3e247b8f5f0e951c40d9af30eb7b3.tar.xz serverdata-f0a04a4dceb3e247b8f5f0e951c40d9af30eb7b3.zip |
Boost Eldrin's bounty rewards, albeit not much.
Diffstat (limited to 'npc/024-10/eldrin.txt')
-rw-r--r-- | npc/024-10/eldrin.txt | 15 |
1 files changed, 7 insertions, 8 deletions
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); |