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
Dualboxing |
||
dualboxing
Asura.Iamarealgirl
Offline
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
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
//send altname /assist yourmain
//send altname /attack <t> //send altname /follow yourmain Leviathan.Draugo
Offline
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
tyvm
Asura.Iamarealgirl
Offline
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
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
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? Offline
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
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
thanks guys i'll give these a try
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
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 |
||
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|