Log in

View Full Version : Macros



Vaprice
07-02-2004, 04:47 PM
Hi kinda new at the gane, so I Don't know how to create macros. I got some help from Zaphier, but it didnt work...and I'm doing fishing so....it takes forever to actually 'try' and catch a fish. Would someone please help me with macros? Like step by step?

Ouch!
07-02-2004, 06:36 PM
First of all, it depends on the type of skill you're making a macro for.

Weapon skill = /ws
Job ability = /ja
Magic = /ma

After whichever one of those you would type space and the name of a skill in quotations, such as
/ws "Fast Blade"
/ma "Cure"

After that you have to specify a target by using either <*t> or <*me>. <*t> will use the skill on the nearest opponent, while <*me> will obviously target oneself.

Minus the *'s.

If you want things to say something, you'll usually being /party to send messages to your party such as your MP, HP or TP status. You'd type the /party at the beginning and then your message. You can also use /say /shout /linkshell and /tell.

[/end basic tutorial]

T0KE
07-02-2004, 06:38 PM
/fish


^^;

Vaprice
07-02-2004, 07:45 PM
lol. Thanks zaph and toke....but is it really just fish>? XD.

Yeah Im a white mage....so this should work out now thanks guys.

Mikztsu
07-02-2004, 08:48 PM
Don't forget that you must add <*t*> in weapon skills and, for example, when you are casting on yourself, you need to add <*me*> ( without stars of course).

Ouch!
07-03-2004, 12:01 AM
I see my error above.

Rostum
07-03-2004, 12:13 AM
Example.

/ws "Combo" <*t*>

That's to use the Combo weapon skill that a Monk has.

Or.

/ja "Hundred Fists" <*me*>

It uses a 2 hour job ability on yourself.

(NOTE: There are no *'s in the macros)