Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11
  1. #1

    Default Syncing coordinates to be the same for all active toons

    The idea is to place your slave toons in the near exact position as the main. The motivation here is based on the removal of /follow or other mmos that don't have a follow mechanic. There are other uses as well. Is there such an application already? If not, what would would be required? I know programming would be involved. Just imagine an add on or software that will put all toons in the same position in the game regardless of screen size and resolution. Basically if all your toons were within 30 yards in game you could put them on the same coordinate (position) less than 1/2 a yard away from the main.
    ----------------------------------------------------------------
    Shu'Halo

    Warrior - Warlock - Druid - Priest - Mage

    Adamus - Azzeddar - Elistriel - Jazeela - Zimrinauth

  2. #2

    Default

    I'm pretty sure you could do this just by broadcasting all keystrokes and then just moving in synch. I messed around with this with IS/Boxer and was able to be one blob of people, but it was a little fragile - sometimes we'd face slightly different ways and wind up scattering.

  3. #3

    Default

    Quote Originally Posted by kate View Post
    I'm pretty sure you could do this just by broadcasting all keystrokes and then just moving in synch. I messed around with this with IS/Boxer and was able to be one blob of people, but it was a little fragile - sometimes we'd face slightly different ways and wind up scattering.

    This is *exactly* what I am trying to avoid. I am sure it will be a program external to wow to do this.
    ----------------------------------------------------------------
    Shu'Halo

    Warrior - Warlock - Druid - Priest - Mage

    Adamus - Azzeddar - Elistriel - Jazeela - Zimrinauth

  4. #4
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    This requires that the app have visibility into the character's coordinates. The primary methods for that are:
    • Exposed via an API call in the game.
    • Exposed via a command in-game.
    • "Sniffed" from the process memory or network data stream.


    As you might imagine, the first two are only visible to addons in the immediate sense. The third is explicitly illegal (it's what most bots use to navigate).

    So, the first two would work but addons cannot move the character so you couldn't use it for active positioning.
    Now playing: WoW (Garona)

  5. #5

    Default

    Quote Originally Posted by Ughmahedhurtz View Post
    This requires that the app have visibility into the character's coordinates. The primary methods for that are:
    • Exposed via an API call in the game.
    • Exposed via a command in-game.
    • "Sniffed" from the process memory or network data stream.

    As you might imagine, the first two are only visible to addons in the immediate sense. The third is explicitly illegal (it's what most bots use to navigate).

    So, the first two would work but addons cannot move the character so you couldn't use it for active positioning.

    Thats good enough actually (I think) I can do the moving until i see that the coordinates are matched or close to it with a very small error. Its something to try. Thanks.
    ----------------------------------------------------------------
    Shu'Halo

    Warrior - Warlock - Druid - Priest - Mage

    Adamus - Azzeddar - Elistriel - Jazeela - Zimrinauth

  6. #6

    Default

    Its very hard to do cuase if you turn and one is like 1degree less then another after you move forward a long distance they separate way to much ....

    28 BoXXoR RoXXoR Website
    28 Box SOLO Nalak 4m26s! Ilevel 522! GM 970 Member Guild! Multiboxing Since Mid 2001!

  7. #7

    Default

    The output of coordinates of all your toons is not a problem in lua (GetPlayerMapPosition).
    The problem is, that all movement functions are protected (the necessary bind and actionbar assignment functions for a workaround too (in combat)).
    Its only doable width additional external code and thats not legit.

  8. #8

    Default

    Well if you can click on a spot on all characters (I can 5-6 at a time) they will move to that spot ....

    Or if you IWT on all at the same time with the same target ....


    Wonder if you can IWT on some leader toon ... humm gonna try that.

    28 BoXXoR RoXXoR Website
    28 Box SOLO Nalak 4m26s! Ilevel 522! GM 970 Member Guild! Multiboxing Since Mid 2001!

  9. #9

    Default

    The idea is to get all the toons on one coordinate and move them simultaneoulsy from there. There will be some error but you can correct it from time to time. I don't have the means to do it now but eventually I will write a program to do this. All it would do is tell me what coordinate the main is on and then I will manually move the slaves to that coordinate. Also I will need to match the facing as well. I would really love to not have to rely on /follow. I have real in game applications for doing this and they involve all the toons to be exactly on the same coordinate and facing. THis might be reaching for the holy grail, but I am going to try it anyway. At the very least it will sharpen my programming skills.
    ----------------------------------------------------------------
    Shu'Halo

    Warrior - Warlock - Druid - Priest - Mage

    Adamus - Azzeddar - Elistriel - Jazeela - Zimrinauth

  10. #10

    Default

    You might be able to do it if you didnt turn but rather straff. ONce you turn its all over unless you can make turns all perfectly equall say 30degress for example. You should have few problems if you only move forward bacward or to the side without turning.

    In eq1 it was possible to get perfect facing and all on the same point on a zone in (see the pic of the guys cloth and plate on the top of my website).

    28 BoXXoR RoXXoR Website
    28 Box SOLO Nalak 4m26s! Ilevel 522! GM 970 Member Guild! Multiboxing Since Mid 2001!

Posting Rules

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