From 2157c812342c121a26decb1dcbb01c6849c7538e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Aug 2019 22:46:44 -0300 Subject: Another free Transmigration Recipe, is the Raw Coal one. But it is expensive. Connor, to catch up with that, is now with same ratio. --- npc/020-7-2/connor.txt | 6 +++--- npc/magic/transmigration.txt | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/npc/020-7-2/connor.txt b/npc/020-7-2/connor.txt index 18dce7d2c..9e8701ecb 100644 --- a/npc/020-7-2/connor.txt +++ b/npc/020-7-2/connor.txt @@ -20,13 +20,13 @@ mesq l("Well, I could burn @@ @@ to make Raw Coal and the Blue Sage would be none the wiser.", 15, getitemlink(RawLog)); next; mesn; - mesq l("I can even share with you @@ @@, whaddaya say?", l("a couple of"), getitemlink(Coal)); // ie. whaddaya say -> what do you say + mesq l("I can even share with you @@ @@, whaddaya say?", l("three"), getitemlink(Coal)); // ie. whaddaya say -> what do you say if (countitem(RawLog) < 15) close; if (askyesno() == ASK_YES) { - inventoryplace Coal, 2; + inventoryplace Coal, 3; delitem RawLog, 15; - getitem Coal, 2; + getitem Coal, 3; CONNOR_LASTDAY=.@t; getexp getiteminfo(Coal, ITEMINFO_SELLPRICE)+BaseLevel+JobLevel, 15; mes ""; diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt index fed1b7a36..18b26ad50 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -26,6 +26,7 @@ OnCall: mes ""; menuint l("Crazy Rum"), CrazyRum, + l("Coal"), Coal, rif(false, l("Downgrade Snake Skin")), SnakeSkin, rif(false, l("Downgrade Snake Egg")), SnakeEgg, rif(false, l("Downgrade Snake Tongue")), SnakeTongue, @@ -43,6 +44,9 @@ OnCall: mesc l("* @@/@@ @@", countitem(Plushroom), 10, getitemlink(Plushroom)); mesc l("* @@/@@ @@", countitem(Milk), 1, getitemlink(Milk)); break; + case Coal: + mesc l("* @@/@@ @@", countitem(WoodenLog), 5, getitemlink(WoodenLog)); + break; case MoubooFigurine: mesc l("* @@/@@ @@", countitem(WoodenLog), 1, getitemlink(WoodenLog)); break; @@ -122,6 +126,12 @@ OnCall: end; } break; + case Coal: + if (!transcheck(WoodenLog, 5)) { + dispbottom l("Not enough items!"); + end; + } + break; // Snake Skin Chain case MountainSnakeSkin: if (!transcheck(BlackMambaSkin, 1)) { -- cgit v1.2.3-60-g2f50