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

why oh whyo would I want to DROP my almanac? #3649

Closed drgabellia closed 5 years ago

drgabellia commented 5 years ago

While hunting...this happened: [almanac]>get my almanac

You get a hefty omnibus almanac with a sturdy indurium cover from inside your leather pack.

[almanac]>study my almanac

You set about studying your omnibus almanac intently. You believe you've learned something significant about Brigandine! Roundtime: 10 seconds You feel fully prepared to cast your spell.

[almanac]>stow my almanac

You put your almanac in your leather pack.

--- Lich: sanowret-crystal unpaused.

--- Lich: walkingastro unpaused.

--- Lich: t2 unpaused.

--- Lich: hunting-buddy unpaused.

--- Lich: combat-trainer unpaused.

[combat-trainer]>drop my omnibus almanac <--- Why would I want to do this?

What were you referring to?

Tarhish commented 5 years ago

So combat trainer is on the almanac no use scripts list by default because it does a lot of hand swapping and dropping. Same with crafting scripts.

If you want to use it in combat add Almanac: 60 to your training_abilities

I guess the question was why it was running in combat in the first place. Does your almanac no use scripts list in your yaml have almanac on it?

drgabellia commented 5 years ago

Interesting....I had just commented out almanac: 60 in training abilities because I didn't want her training it for one of her hunting yamls. This is her no_use setup: almanac_no_use_scripts:

Tarhish commented 5 years ago

Yeah, it might be best to copy the version from base.yaml then add any custom crafting or other handsy scripts into that. Everything on that list could be annoying if the almanac script triggers at the wrong time -- I don't think it'll actually drop anything valuable for real (except steal -- I could see that dropping something), but it might enter the command after it's left your hand.

Best not to leave it to chance :-\

drgabellia commented 5 years ago

I shall do that, thanks for the input!

jbrock24 commented 5 years ago

@drgabellia Is this figured out? Can this be closed?

drgabellia commented 5 years ago

yep...this can be closed. I added all the info from the base yaml as suggested. Thanks for the help!