Simple Twister script menu

User Tag List

Results 1 to 13 of 13
  1. #1
    exec85's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simple Twister script

    Hey,

    with my Knight of the blazing sun I am using a simple AutoIT script to let Twister change the auras automatically.
    I dunno if it was already discussed in this forum so here it is:

    1. Download the Addon Twister

    in game put the 3 auras u want to use per drag and drop into the Twister frame.
    richt click twister and see if the key no. is #119. (should be default)

    2. Download the AutoIT script

    3. I have set the script to press "J" to let the Twister change the auras.
    So ingame u have to Bind the button #119 to "J" (u can also change the button by yourself, just need to edit the script)

    Thats all, now start WAR, connect to your server and then switch to desktop and activate the autoIT script and let the script do the "work" for u

    BTW it only works, if WAR window is active.

    in case of questions .. ask

    greets

    Simple Twister script
  2. #2
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is any of this your creation , or are you just posting stuff that is floating around elsewhere ?

  3. #3
    exec85's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I said I dunno if this was already discussed here. I created the script by myself. Its not much because I do not have much experience in scripting, but for the use of Twister it is enough.
    So I would say yes, it's my stuff

    EDIT:
    You can also use the script to let the Warrior Priest spam his group heal, or else. It only a script which presses a defined key in a defined period of time. You can change both.
    Last edited by exec85; 05-15-2009 at 04:52 AM.

  4. #4
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    then thank you for releasing it, although there are better ways to script for WAR ;-)

  5. #5
    exec85's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am sure that there are better ways
    It was an idea when I was playing my Warriior Priest in heal specc. while we attacked a keep and it tooks soooo long, and then I thought "hmm I don't want to push this butten 1 all the time over and over again..." so... yes it's my first script and I am happy if it helps someone

    greets

  6. #6
    Chapelpriest's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all, let me thank you, others may have better ideas how to script, but they're definately not posting them, and not all of us ( especially me) are good enough at autoIT to make something ourselves.
    That said, there are a few kinks in the cable, mainly the aura's don't always fire off, mostly when in a fight with a few people.

    IF that was fixed then it would be awesome.

  7. #7
    exec85's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,
    well I think with this script it's not possible. As It only pushes a butten after, let's say 3seconds. If u then exactly in that moment push another button, it will not change the aura.
    As I said I am not very experienced in scripting. I am not sure if this can be modified. Maybe HansW or any other good coder have an idea?

    When i play my Kotbs I mostly run around in a bomb grp, so i only have to kick and switch the auras For that it's absolutely good.

    I'm afraid I cannot help u with that issue


    EDIT:
    One point could be the latency. I have got a 16mbit connection and if u got a lag, it is possible that the twisting chain is broken in that moment. you could try to edit the script a little bit. just raise the seconds a little bit. maybe this helps.
    Last edited by exec85; 05-15-2009 at 09:21 AM.

  8. #8
    FGM69's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ???

    Can you add on and off button?

  9. #9
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I haven't looked at the au3 file but autoit has hotkey capability... I'm sure he can implement such to "pause" the twisting.

  10. #10
    calcoon's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey i like the idea and its usefull for my chosen , but could you make the sleep like half a second or post the script file here? Thanks :wave:

  11. #11
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the script
    Code:
     WHILE 1
     WHILE WINACTIVE("Warhammer: Age of Reckoning, Copyright 2001-2009 Electronic Arts, Inc.")
    SEND("J")
    SLEEP(3399)
    SEND("J")
    SLEEP(3400)
    SEND("J")
    SLEEP(3388)
     WEND
     WEND
    Apparently it already has sleep of a little over 3 seconds...
    and it has an extra "while" loop

  12. #12
    PharmerPhale's Avatar Member
    Reputation
    54
    Join Date
    Mar 2009
    Posts
    415
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rockman319 View Post
    This is the script
    Code:
     WHILE 1 <- keeps the script running until it's closed
     WHILE WINACTIVE("Warhammer: Age of Reckoning, Copyright 2001-2009 Electronic Arts, Inc.") 
     ^- only sends/sleeps while warhammer has focus
    SEND("J")
    SLEEP(3399)
    SEND("J")
    SLEEP(3400)
    SEND("J")
    SLEEP(3388)
     WEND
     WEND
    Apparently it already has sleep of a little over 3 seconds...
    and it has an extra "while" loop
    As you can see, no extra. This script could be better but I suppose it serves it's purpose. :wave:

  13. #13
    exec85's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    nice to see that some ppl can use it
    As I am not very experienced in scripting (this script was my first try ) I actually do not know how to add an on/off function.
    Like it is for now, if u change the window , for example u change to desktop, it will stop and will start again when WAR window is active.

Similar Threads

  1. Need help fixing some simple lua scripts :-)
    By kaato in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 04-10-2009, 06:11 PM
  2. [LUA] Simple Boss script
    By sammiboy in forum WoW EMU General Releases
    Replies: 16
    Last Post: 10-02-2008, 12:55 AM
  3. Simple LUA Script Help
    By Wolfly in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 09-02-2008, 04:22 PM
  4. Simple Lua Script , not working need help!
    By Arugos in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 12-30-2007, 02:06 PM
All times are GMT -5. The time now is 03:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search