diff options
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/audsbel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-0-1/audsbel.txt b/npc/003-0-1/audsbel.txt index 8964202ad..b5ad4e4a0 100644 --- a/npc/003-0-1/audsbel.txt +++ b/npc/003-0-1/audsbel.txt @@ -250,13 +250,13 @@ L_Magic: mesn; mesq l("Hmm, I think I can teach you a basic Mana Skill now. This one is more advanced, though."); next; - skill(TMW2_MKPOT,1,0); + skill(TMW2_TRANSMIGRATION,1,0); setq General_Auldsbel, 5; mesn; - mesq l("This is the @@ skill. It transmutes @@ @@ and a single @@ in @@.", "##B@sk-mkpot##b", 10, getitemlink(Plushroom), getitemlink(Milk), getitemlink(HastePotion)); + mesq l("This is the @@ skill. It transmutes stuff into other stuff. I'll teach you some more recipes as class drag on.", "##B@sk-trans##b"); next; mesn; - mesq l("It may fail, and you might end up with something entirely unexpected!"); + mesq l("It may fail, and you might end up with something entirely unexpected, or nothing at all!"); next; mesn; mesq l("Unlike Parum, you can use the skill points you get every time your job level rises. That will lower the mana cost and increase success chances."); |