diff options
-rw-r--r-- | db/re/skill_db.conf | 21 | ||||
-rw-r--r-- | npc/003-0-1/audsbel.txt | 8 |
2 files changed, 15 insertions, 14 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 2f39fa534..d2b5bda51 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1770,17 +1770,18 @@ skill_db: ( Element: "Ele_Weapon" Requirements: { SPCost: { - Lv1: 80 - Lv2: 100 - Lv3: 120 - Lv4: 140 - Lv5: 160 - Lv6: 180 - Lv7: 200 - Lv8: 220 - Lv9: 240 - Lv10: 260 + Lv1: 70 + Lv2: 80 + Lv3: 90 + Lv4: 100 + Lv5: 110 + Lv6: 120 + Lv7: 130 + Lv8: 140 + Lv9: 150 + Lv10: 160 } + HPRateCost: 2 WeaponTypes: { NoWeapon: true Daggers: true diff --git a/npc/003-0-1/audsbel.txt b/npc/003-0-1/audsbel.txt index 04e88dee0..ade408ce8 100644 --- a/npc/003-0-1/audsbel.txt +++ b/npc/003-0-1/audsbel.txt @@ -7,7 +7,7 @@ // Gives #parum // Gives #mkpot -// TODO: Make dye? Make Lifestone? +// Quest step 11 doesn't exist - legacy debug 003-0-1,81,27,0 script Auldsbel NPC_AULDSBEL,{ mesn l("Auldsbel the Wizard"); @@ -378,7 +378,7 @@ L_Magic: close; // On purpose break; // Help on research to gain his favor - case 10: + case 9: mesn; mesq l("So... I think I'm almost done! My plan is to force a @@ into being a pretty Butterfly. Hey, I like cute things!", getitemlink(SilkWorm)); next; @@ -409,7 +409,7 @@ L_Magic: // Pray that you don't get disconnected now next; getexp 10000, 500; - setq General_Auldsbel, 11; + setq General_Auldsbel, 10; npctalk l("@@... I think something went wrong... RUN!!", strcharinfo(0)); .@mob=monster(.map$, .x, .y, "Failed Experiment", GrassSnake, 1, .name$+"::OnSnakeDeath"); specialeffect FX_MAGIC, SELF, getcharid(3); @@ -420,7 +420,7 @@ L_Magic: } break; // Learn Halhiss, completing Audsbel Quest - case 11: + case 10: // Actually, that's lv 60... Learning a lv 40 spell '-' if (MAGIC_LVL < 3) goto L_Magicless; |