Armageddon General Discussion Board

General => Code Discussion => Topic started by: Tamarin on November 13, 2003, 12:16:34 PM

Title: Sheath code
Post by: Tamarin on November 13, 2003, 12:16:34 PM
One.  If you sheath a bow on your back, and draw it, it should to into your secondary hand.

Two.  You should be able to 'sheath primary', 'sheath secondary', so you can pick which one if both weapons have the same keywords.

Thoughts?
Title: Sheath code
Post by: Xygax on November 13, 2003, 12:30:01 PM
I've actually idea'd the second one before.  And the first one can be done with "draw bow es", can't it?  If not, that might be a good solution.
Title: Sheath code
Post by: Forest Junkie on November 13, 2003, 02:16:44 PM
For that problem with drawing bows in your primary hand, yeah, it's a pain, but I use a macro on my gmud so that I can draw the bow and change hands with the press of a button.

Only way I know how to get around the problem, but it works! :D
Title: Sheath code
Post by: Dan on November 13, 2003, 02:32:09 PM
Well, why not disable command stacking, then type:

alias drawbow draw bow;change hands ep es

This way, when you enable command stacking and type drawbow you will pull it out to your secondary hand right away.
Title: Sheath code
Post by: Anonymous on November 13, 2003, 02:44:37 PM
Quote from: "Dan"This way, when you enable command stacking

Is that a client feature or a feature of the mud I don't know about?
Title: Sheath code
Post by: Dan on November 13, 2003, 03:07:18 PM
GMud feature, but it may be used by some other clients out there.
Title: Sheath code
Post by: The7DeadlyVenomz on November 13, 2003, 04:33:36 PM
GMud stands for Super-Gangsta MUDing Client.

Don't ask me how it translates, but...it does.
Title: Sheath code
Post by: Tamarin on November 13, 2003, 04:35:43 PM
GMud is tha shit.   Doesn't fucking crash like zmud, and who needs an automapper anyway?
Title: The simple solution
Post by: samsara on November 13, 2003, 04:37:33 PM
Is just to pull your arrow first, it'll go primary, then draw bow.
Title: Sheath code
Post by: Tamarin on November 13, 2003, 04:39:53 PM
Interesting...