Init.txt Multiboxing

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » init.txt multiboxing
init.txt multiboxing
 Carbuncle.Gabvanstronger
Offline
Server: Carbuncle
Game: FFXI
Posts: 48
By Carbuncle.Gabvanstronger 2013-01-22 16:48:48
Link | Quote | Reply
 
I have a question about plugins and init.txt..

Is there a way to load specific plugins for specific characters or apply automatically a different LL profile on each character? i.e. I want LightLuggage profile "A" on my main char, and profile "B" on the other one while I am dualboxing..

How do I do that? è.é Can't find it >.<

Thanks a lot !
 Carbuncle.Gabvanstronger
Offline
Server: Carbuncle
Game: FFXI
Posts: 48
By Carbuncle.Gabvanstronger 2013-01-22 16:49:37
Link | Quote | Reply
 
Same for BlinkMeNot, config "A" on main char, config "B" on 2nd char.. ^^
Offline
Posts: 42645
By Jetackuu 2013-01-22 16:50:51
Link | Quote | Reply
 
don't you have to sandbox for that?
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2013-01-22 17:02:23
Link | Quote | Reply
 
Could do it with AutoExec.
Code xml
<register event="logon_Char1">exec init_char1.txt</register>
<register event="login_Char2">exec init_char2.txt</register>


It might be logon_ instead of login_, I'm somewhat rusty with AutoExec commands.
[+]
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2013-01-22 17:02:58
Link | Quote | Reply
 
Use Autoexec events, like this
Code
<register event="login_byrth">load blinkmenot;ll profile main;</register>
 Carbuncle.Gabvanstronger
Offline
Server: Carbuncle
Game: FFXI
Posts: 48
By Carbuncle.Gabvanstronger 2013-01-22 17:03:01
Link | Quote | Reply
 
I don't know, never heard of Sandbox :o
I'm reading about it right now but I'm not sure how it can solve my problem :o
 Bismarck.Ihina
Offline
Server: Bismarck
Game: FFXI
user: Ihina
Posts: 3187
By Bismarck.Ihina 2013-01-22 17:10:09
Link | Quote | Reply
 
Sounds complicated. Do what Hitetsu suggested.

Thankfully, none of my mules have overlapping jobs, so i can just do

job change whm -> exec whm.txt

From there, I know to dump all my whm scripts into the whm file, all the blm scripts into the blm file, etc.
Offline
Posts: 42645
By Jetackuu 2013-01-22 17:13:24
Link | Quote | Reply
 
Carbuncle.Gabvanstronger said: »
I don't know, never heard of Sandbox :o
I'm reading about it right now but I'm not sure how it can solve my problem :o

you're right, I was thinking it did more than that.

My idea of truly sandboxing would solve your issue though, but I haven't been able to implement it yet.
 Odin.Godofgods
Offline
Server: Odin
Game: FFXI
Posts: 3995
By Odin.Godofgods 2013-01-22 17:32:18
Link | Quote | Reply
 
Jetackuu said: »
don't you have to sandbox for that?

When you read that, not having a clue what it is, it sounds really wrong lol
[+]
Log in to post.