Dualboxing

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » dualboxing
dualboxing
 Asura.Iamarealgirl
Offline
Server: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2020-10-28 09:35:15
Link | Quote | Reply
 
how do i set up a hotkey so my alt will automatically assist my main?
i've downloaded send, but no clue how to use it
 Asura.Iamarealgirl
Offline
Server: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2020-10-28 09:36:49
Link | Quote | Reply
 
also how can i make it so i push a hotkey and my alt follows my main. i remember an old ls member doing this about 10 years ago
Offline
Posts: 3982
By RadialArcana 2020-10-28 11:21:59
Link | Quote | Reply
 
//send altname /assist yourmain
//send altname /attack <t>

//send altname /follow yourmain
 Leviathan.Draugo
Offline
Server: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2020-10-28 11:26:23
Link | Quote | Reply
 
You also want the dressup addon so that your alt doesn't lose track of your main when changing gear while following. And depending on if you want your alt following you, or following a mob it is set to assist, need to turn off the auto lock on feature in game. Also disable auto attack in-game so they don't just attack the next mob in front of them if it is claimed by your main.
 Asura.Iamarealgirl
Offline
Server: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2020-10-28 13:25:46
Link | Quote | Reply
 
tyvm
 Asura.Iamarealgirl
Offline
Server: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2020-10-28 14:00:04
Link | Quote | Reply
 
is there anyway to send those commands via a keybind? like ^a send altname /assist main? would i have to make a second keybind for the attack command? like maybe !a send altname /attack <t>

also is there away to disable the /follow so he doesnt follow my main to a safe spot when he's supposed to be dpsing or tanking in another spot?
 Pandemonium.Zeto
Offline
Server: Pandemonium
Game: FFXI
Posts: 368
By Pandemonium.Zeto 2020-10-28 14:32:01
Link | Quote | Reply
 
You can write a windower script that does
Code
setkey numpad7 down;wait 0.1;setkey numpad7 up


I forget what movement that is by default but it's a minor enough movement that it breaks follow. Toss it in the scripts folder.

And then you
Code
send altName \/\/exec scriptName


And then, probably in your init.txt, you want to write up keybinds
Code
bind ^a send altname /attack <t>
Code
bind !a exec scriptName

etc

https://docs.windower.net/commands/input/
 Leviathan.Draugo
Offline
Server: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2020-10-28 14:51:04
Link | Quote | Reply
 
Asura.Iamarealgirl said: »
also is there away to disable the /follow so he doesnt follow my main to a safe spot when he's supposed to be dpsing or tanking in another spot?
Only way that I know of to break follow in vanilla is to have them /heal, then can /heal again to have them stand up and be stationary. Can also just alt-tab and break follow with the instance in the foreground.
Offline
Posts: 3982
By RadialArcana 2020-10-28 15:09:15
Link | Quote | Reply
 
send charname setkey numpad7 down;wait 0.1;send charname setkey numpad7 up;send charname /lockon;send charname target <me>

make a .txt and put this in it, then exec the txt to unfollow
[+]
Offline
Posts: 92
By Masunasu 2020-10-28 16:13:58
Link | Quote | Reply
 
There's windower.ffxi.follow(). You can create a lua script similar to how you would a .txt script, and execute it in game using //lua e scriptname.

windower.ffxi.follow(windower.ffxi.get_mob_by_name("yourname").index) = starts following "yourname"

windower.ffxi.follow() = stops following anyone
 Asura.Iamarealgirl
Offline
Server: Asura
Game: FFXI
user: Latravant
Posts: 79
By Asura.Iamarealgirl 2020-10-28 16:24:26
Link | Quote | Reply
 
thanks guys i'll give these a try
 Asura.Yankke
Offline
Server: Asura
Game: FFXI
user: Yankke23
Posts: 91
By Asura.Yankke 2020-10-28 19:07:18
Link | Quote | Reply
 
Hey how i set up the commands for Nin because I was messing with nin and this ain't working /console send name /ws blade: shun <t> either /console send name /ma Katon: San <t> didnt work.
Offline
Posts: 92
By Masunasu 2020-10-28 19:21:39
Link | Quote | Reply
 
If you're using a "vanilla" game command on the receiving box you need to use "input":
/console send name input /ws "Blade: Shun" <t>

Alternatively if you use the shortcuts addon, you can leave out the /ws, /ma, etc:
/console send name bladeshun
Log in to post.