rpherbig / dr-scripts

A series of Lich 5 (https://github.com/elanthia-online/lich-5) scripts for use with DragonRealms (http://www.play.net/dr/). Donations are welcome (http://www.paypal.me/rcuhljr)!
GNU General Public License v2.0
52 stars 177 forks source link

Using enchant for the first time and it's looking for a finished part rather than creating it #4437

Closed Angel-DR closed 2 years ago

Angel-DR commented 4 years ago

Genie user

,enchant 2 cambrinth retuner

[enchant]>get my retuner from my enchanter's satchel

Why is it assuming it exisits already? Does this script not create any items, but rather only enchant them after they were created? I am new to the entire crafting system. Thank you in advance.

vtcifer commented 4 years ago

What does ,enchant help say?

Angel-DR commented 4 years ago

,enchant help

--- Lich: enchant active.

--- Lich: equipmanager active.

--- Lich: equipmanager has exited.

enchant

chapter Chapter containing the item.

recipe name Name of the recipe, wrap in double quotes if this is multiple words.

noun

--- Lich: enchant has exited.

So I run it by the directions but it expects the tuner to be made, It's really odd.

,enchant 2 cambrinth retuner

[enchant]>get my artificing book You get a book of master artificing instructions from inside your enchanter's satchel.

You turn your book to chapter 2, entitled "Utility and Fluff Artificing".

[enchant]>turn my book to page 3 You turn your book to page 3, instructions for crafting a cambrinth retuner.

[enchant]>study my artificing book You scan the retuner instructions with a glance and completely understand all facets of the design. You now feel ready to begin the crafting process.

[enchant]>get my silver brazier You get a small silversteel brazier scattered with glittering starstones from inside your enchanter's satchel.

[enchant]>get my retuner from my crafter's bag What were you referring to?

On Tue, Aug 18, 2020 at 7:14 AM vtcifer notifications@github.com wrote:

What does ,enchant help say?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rpherbig/dr-scripts/issues/4437#issuecomment-675417481, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMBJ44DE7VJN3IXHYN7MDVTSBJPCTANCNFSM4QAMFADA .

vtcifer commented 4 years ago

enchant \<chapter> \<recipe name> \<noun> chapter Chapter containing the item. recipe name Name of the recipe, wrap in double quotes if this is multiple words. noun

mtruitt commented 4 years ago

It works fine, in this case it is rod.

Noun refers to the item it ENDS as and you work with.

And as vtcifer said it needs ""

enchant 2 "cambrinth retuner" rod

A list of ingredients is provided:

(1) A finished stone, bone or wood rod. (1) mana fount (1) primary sigil (congruence)

Angel-DR commented 4 years ago

I'm sorry, it does not work fine. It is trying to GET tuner, not create it.

Please tell me the exact syntax you using for it to work.

On Mon, Aug 24, 2020 at 7:33 PM Mark Truitt notifications@github.com wrote:

It works fine, in this case it is rod.

Noun refers to the item is ENDS as and you work with.

A list of ingredients is provided:

(1) A finished stone, bone or wood rod. (1) mana fount (1) primary sigil (congruence)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rpherbig/dr-scripts/issues/4437#issuecomment-679417769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMBJ44A7LXCBYRPF5EA226DSCL2E3ANCNFSM4QAMFADA .

Hiinky commented 4 years ago
;enchant <chapter> <recipe name> <noun>
   chapter      Chapter containing the item.
   recipe name  Name of the recipe, wrap in double quotes if this is multiple words.
   noun

In your case you want to make a tuner from chapter 2 The recipe would be "cambrinth retuner" in double quotes specifically. The finished item is not actually called a cambrinth tuner. It's the noun of your (1) A finished stone, bone or wood rod.

;enchant 2 "cambrinth retuner" rod is correct usage.

The last one I made was from a maple rod I carved myself so the final product was an rather inconspicuous maple rod I had to be careful to keep separate from anything else.

The script is working as expected in this case since "cambrinth retuner" was not in quotes it was accepting retuner as the item to use while crafting. Please close the issue once you've had a chance to review.

MahtraDR commented 2 years ago

@rpherbig this can be closed.