Inv All Characters

Langues: JP EN DE FR
users online
Forum » Windower » Support » inv all characters
inv all characters
 Asura.Iamarealgirl
Offline
Serveur: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2021-04-21 13:12:03
Link | Citer | R
 
does anyone have a keybind or alias to send an inv to all characters? i wanted one that was universao so i dont have to make a set for each character. like i can use the same alias on character 1 as character 3 instead of having making 5 sets for each character
i'm using
//send @all input /tell invme character1
so the autoinvite addon will auto invite them but because they all send the /tell at the same time it only inv's one at a time.
Offline
Posts: 3874
By RadialArcana 2021-04-21 14:04:07
Link | Citer | R
 
Make a script in /scripts called inv.txt and put

input /pcmd add alt1;
wait 2
input /pcmd add alt2;
wait 2
input /pcmd add yourmain;

Save and make sure all your characters are whitelisted in autojoin, then type /console exec inv (or jsut //exec inv) or put that on a macro or alias
[+]
 Leviathan.Andret
Offline
Serveur: Leviathan
Game: FFXI
user: Andret
Posts: 1000
By Leviathan.Andret 2021-04-21 23:49:29
Link | Citer | R
 
Idk, just make a simple macro and copy it.

/pcmd add Name1 <wait 2>
/pcmd add Name2 <wait 2>
/pcmd add Name3 <wait 2>
/pcmd add Name4 <wait 2>
/pcmd add Name5 <wait 4>
/console send @all /join
[+]
 Leviathan.Draugo
Offline
Serveur: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2021-04-22 03:06:25
Link | Citer | R
 
Leviathan.Andret said: »
Idk, just make a simple macro and copy it.

/pcmd add Name1 <wait 2>
/pcmd add Name2 <wait 2>
/pcmd add Name3 <wait 2>
/pcmd add Name4 <wait 2>
/pcmd add Name5 <wait 4>
/console send @all /join
Yes... This, <{(easy prey)}>
Offline
Posts: 30
By Yzen 2021-04-22 04:15:32
Link | Citer | R
 
Is there a way to invite characters generically without having to put in the characters explicit name -- ie: /console send @player 1 -- to be able to quickly swap mules in and out?
 Asura.Kanika
Offline
Serveur: Asura
Game: FFXI
user: sequdaz
Posts: 2
By Asura.Kanika 2021-04-22 06:05:05
Link | Citer | R
 
use Autojoin's whitelist feature along with Autoinvite addon?

alternatively you can use an alias
Code
alias p1 /pcmd add p1
alias p2 /pcmd add p2
alias p3 /pcmd add p3
alias p4 /pcmd add p4
alias p5 /pcmd add p5
 Asura.Iamarealgirl
Offline
Serveur: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2021-04-22 11:23:02
Link | Citer | R
 
thank you very much
Log in to post.