Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 12 of 12

Thread: Char Movement

  1. #11

    Default

    Quote Originally Posted by Fischfutter
    Und das sie dir in dieser Formation folgen.. hmm.. würde mir jetzt nichts einfallen
    In Xzin's Video bleiben seine Clone ja auch schön in Formation wenn er sich bewegt. Würde mich echt interessieren wie er das macht


    MfG
    Festos

  2. #12

    Default

    Quote Originally Posted by Festos
    C:\setwindowtitle.exe "world of warcraft" Leader
    C:\setwindowtitle.exe "world of warcraft" Box1
    C:\setwindowtitle.exe "world of warcraft" Box2
    C:\setwindowtitle.exe "world of warcraft" Box3
    C:\setwindowtitle.exe "world of warcraft" Box4



    und dann passiert nichts wenn ich die Fenster offen habe und das Programm ausführe o.O
    Ganz einfach...
    wenn die DATEI "setwindowtitle.exe" nicht in in C:\ liegt dann musst du bei C:\setwindowtitle.exe "world of warcraft" Leader das C:\setwindowtitle.exe ändern. Je nachdem wo es liegt z.bsp:

    Die setwindowtitle.exe liegt auf Portition F: im Ordner Games, dann musste folgendes in die bat dadei schreibn -->

    F:\Games\setwindowtitle.exe "world of warcraft" Leader
    F:\Games\setwindowtitle.exe "world of warcraft" Box1
    F:\Games\setwindowtitle.exe "world of warcraft" Box2
    F:\Games\setwindowtitle.exe "world of warcraft" Box3
    F:\Games\setwindowtitle.exe "world of warcraft" Box4

    Hoffe das hat dir weitergeholfen.


    In Xzin's Video bleiben seine Clone ja auch schön in Formation wenn er sich bewegt. Würde mich echt interessieren wie er das macht
    Auch ganz einfach, er nutzt ein Script wo die Keys WSDA reingecodet wurden. Er macht eine Formation und drückt dann zum Beispiel W und alle bewegen sich nach vorne da deren Tastenbelegung auch W zum vorwärtslaufen haben.

    Wenn du das Grundscript von Fischfutter benutzt, dürfte das der Schlüssel zum Movement sein. Insofern du ihn mit reinkopierst ->

    Code
    ; ***************************
    ; ***movement WASD & SPACE ***
    ; ***************************


    #IfWinActive, Leader
    ~SPACE::

    ControlSend,,{SPACE down}{SPACE up}, Box1
    ControlSend,,{SPACE down}{SPACE up}, Box2
    ControlSend,,{SPACE down}{SPACE up}, Box3
    ControlSend,,{SPACE down}{SPACE up}, Box4
    return


    #IfWinActive, Leader
    ~W::

    ControlSend,,{W down}{W up}, Box1
    ControlSend,,{W down}{W up}, Box2
    ControlSend,,{W down}{W up}, Box3
    ControlSend,,{W down}{W up}, Box4
    return

    #IfWinActive, Leader
    ~S::

    ControlSend,,{S down}{S up}, Box1
    ControlSend,,{S down}{S up}, Box2
    ControlSend,,{S down}{S up}, Box3
    ControlSend,,{S down}{S up}, Box4
    return

    #IfWinActive, Leader
    ~A::

    ControlSend,,{A down}{A up}, Box1
    ControlSend,,{A down}{A up}, Box2
    ControlSend,,{A down}{A up}, Box3
    ControlSend,,{A down}{A up}, Box4
    return

    #IfWinActive, Leader
    ~D::

    ControlSend,,{D down}{D up}, Box1
    ControlSend,,{D down}{D up}, Box2
    ControlSend,,{D down}{D up}, Box3
    ControlSend,,{D down}{D up}, Box4
    return
    MfG,
    Christian

Similar Threads

  1. Random DC on one char?
    By DIllett7799 in forum General WoW Discussion
    Replies: 1
    Last Post: 05-19-2009, 09:02 AM
  2. Adding another char in EQ2!!
    By weirdguy508 in forum General WoW Discussion
    Replies: 2
    Last Post: 03-27-2009, 11:50 AM
  3. Replies: 7
    Last Post: 09-07-2008, 07:41 AM
  4. Autohotkey Befehl für Char Movement
    By Extreme in forum German
    Replies: 11
    Last Post: 05-04-2008, 07:11 AM
  5. 2 char boxing?
    By thesadleaf in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 11-15-2007, 02:23 PM

Posting Rules

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