diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-10 22:46:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-10 22:46:44 -0300 |
commit | 2157c812342c121a26decb1dcbb01c6849c7538e (patch) | |
tree | bf6bf4f6c77d5e1befcd9a29f8ec617375ed4e29 /npc/020-7-2 | |
parent | eb8ba4507abcb56286bcca784531174df16b4db8 (diff) | |
download | serverdata-2157c812342c121a26decb1dcbb01c6849c7538e.tar.gz serverdata-2157c812342c121a26decb1dcbb01c6849c7538e.tar.bz2 serverdata-2157c812342c121a26decb1dcbb01c6849c7538e.tar.xz serverdata-2157c812342c121a26decb1dcbb01c6849c7538e.zip |
Another free Transmigration Recipe, is the Raw Coal one. But it is expensive.
Connor, to catch up with that, is now with same ratio.
Diffstat (limited to 'npc/020-7-2')
-rw-r--r-- | npc/020-7-2/connor.txt | 6 |
1 files changed, 3 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 ""; |