AutoExec On Multiple Chars

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » General » AutoExec on multiple chars
AutoExec on multiple chars
 Sylph.Hitetsu
Offline
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2011-11-22 12:42:04  
Never really had a use for AutoExec until now, but I figured I'd play around with it and was wondering if there's a way I can set rules based on the character logged on.

For example, if I have Hit on and I change to WHM, my macro pallete is different to the WHM pallete on my mule.

Is there a way I can have a set of rules based on character name (similar to how Spellcast can diffrentiate)?
 Leviathan.Draugo
Offline
サーバ: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2011-11-23 11:48:30  
I think what you need to do is create different windower folders for each of you accounts.
 Asura.Ladycandygem
Offline
サーバ: Asura
Game: FFXI
Posts: 4
By Asura.Ladycandygem 2011-11-24 01:59:23  
In your main autoexec file you can have the following:

<register event="login_Hitetsu">ae load Hitetsu.xml</register>
<register event="login_Mule">ae load Mule.xml</register>

Then you create files with those names and put in whatever rules you want for that character.
[+]
 Sylph.Hitetsu
Offline
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2011-11-24 02:38:10  
Awesome, I'll try that out later.

Much appreciated, thanks! ^^