ID:171380
Oct 3 2004, 8:54 am
|
|
Hey can anyone help me i made a mouse click for when you click a mob but i want it to use a marco my games set how i do that?
|
Oct 3 2004, 8:57 am
|
|
The macro for click is .click if that's what you're asking. So to click the mob "Joe", the macro would be .click joe.
|
In response to Mobius Evalon
|
|
Mobius Evalon wrote:
The macro for click is .click if that's what you're asking. So to click the mob "Joe", the macro would be .click joe. i want mine to shoot the mob when clicked he is what i have mob but nothing happends |
In response to CrazyFighter
|
|
Make a proc for shooting if you haven't already...
mob Then have your click proc call it. mob |
In response to Mobius Evalon
|
|
Mobius Evalon wrote:
Make a proc for shooting if you haven't already... > mob Then have your click proc call it. > mob that don't work my shoot command is mob |
In response to CrazyFighter
|
|
There's no flexibility in that proc, you can be facing north, the person you want to shoot is south, and your shoot verb will still fire it north, there's no way to make it fire in the direction you wish as it is.
Take my example and modify your shoot verb; first make it a proc, give it an argument mob/M and modify it so it fires in the direction of the person you clicked, and it'll work how you wish it to. |