diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-07 19:48:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-07 19:48:52 -0300 |
commit | c01ee518f81d117b92ac69f634c50e42f69eafe4 (patch) | |
tree | ab18122f3a04c3ccc6e57c14083278d5bb45dc9f /npc/003-0-1 | |
parent | 6b8f2f371ffded885490bc4cb265d9784385b4d2 (diff) | |
download | serverdata-c01ee518f81d117b92ac69f634c50e42f69eafe4.tar.gz serverdata-c01ee518f81d117b92ac69f634c50e42f69eafe4.tar.bz2 serverdata-c01ee518f81d117b92ac69f634c50e42f69eafe4.tar.xz serverdata-c01ee518f81d117b92ac69f634c50e42f69eafe4.zip |
Replace makepot with Transmigration/Transmutation general spell (TODO/WIP)
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."); |