Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1

    Cool WoW - Working 4 Box Script, Need Formation Help!

    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

  2. #2

    Default

    You should be able to just do something like:

    Code:
    <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.

  3. #3

    Default

    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


  4. #4

    Default

    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.

  5. #5

    Default

    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

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •