Log in

View Full Version : [HotKeyNet] WoW - Working 4 Box Script, Need Formation Help!



Riako
11-28-2017, 01:54 PM
Hey all! I've fixed my 4 boxing script but I'm having a bit of a problem with Formation setups.


I have 3 Slaves and I want to move like,


TL Front
Slave 2 Right
Slave 3 Left
Slave 4 Back


So Like this..
.....TL
S3.. ..S2
.....S4
If anyone can help with the binding or script setup, I love the help because atm binding the Same (ex 1 Bind To 3 different directions) wont move the 3 slave toons they twitch for a second but don't move.


Thanks!


This is the Script I'm Using if you want to know


https://pastebin.com/f86pikSm

Wubsie
11-28-2017, 03:52 PM
You should be able to just do something like:


<MovementHotkey ScrollLockOn Z>
<SendLabel w1>
<Key W>
<SendLabel w2>
<Key D>
<SendLabel w3>
<Key A>
<SendLabel w4>
<Key S>


As far as I understand, that should send the desired movement keys* to each client for as long as you keep the hotkey (Z) held.


* If you are not using WASD for movement keys, you would need to edit the keys being sent to match your ingame keybinds.

Riako
11-28-2017, 04:49 PM
Ok cool! Where would i exactly put this into my script? Should i just make a new section or add it with my defined hotekeys section

:)

Wubsie
11-28-2017, 04:57 PM
I don't think it really matters where in the script it is located. Personally I placed these kinds of things after my MovementHotkey section with a comment line on top of it explaining what it is, similar to what you have for different functions in your script.

Riako
11-28-2017, 06:31 PM
cool thanks , just making sure Id like a clean clear script just thought id ask to avoid any mix ups :) will let ya know when i get it working