CastSequence script (autoit) menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Gilthoniel's Avatar Active Member
    Reputation
    28
    Join Date
    Dec 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    CastSequence script (autoit)

    Hello again.

    I was playing with autoit today and this is what ive created.
    This script casts spells for you. All you have to do is press F2 and modify it little bit for your class. I searched for this and i havent find anything like this. Feel free to flame or so.

    Link
    Download
    NOTE:This version is modified for shadow priest so you have to follow next steps


    -Decompile and than open the script in autoit. Download here

    Find this:
    func CastSeq()
    HotKeySet("{F2}")
    Send("{1}")
    Sleep(1750)
    Send("{5}")
    Sleep(1750)
    Send("{2}")
    Sleep(1000)
    Send("{6}")
    Sleep(1000)
    Send("{4}")
    Sleep(2100)
    Send("{4}")
    Sleep(2100)
    Send("{4}")
    Sleep(2100)
    Send("{4}")
    Sleep(2100)
    Send("{4}")
    Sleep(2100)
    Explantation:
    Send("{1}")
    1 stands for the button which will be pressed (i.e. For me its mind blast on "1" )
    Sleep(1750)
    1750 means that next spell will start casting in 1,75s (cause mind blast have 1,5s cast time + lag)

    -Change these values to fit your own spells/class

    Maybe youll have to change key bindings ingame im not sure.

    CastSequence script (autoit)
  2. #2
    The Mars Volta's Avatar Active Member
    Reputation
    51
    Join Date
    Oct 2006
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    This would blow for PvP and any high end PvE

    But nice try

    The Mars Volta

  3. #3
    Gilthoniel's Avatar Active Member
    Reputation
    28
    Join Date
    Dec 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Yeah i know but its good when i farm motes or killing normal non elite mobs. I just wanted to share

  4. #4
    The Mars Volta's Avatar Active Member
    Reputation
    51
    Join Date
    Oct 2006
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    True................

    The Mars Volta

  5. #5
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Your sig blows, check out mine.


  6. #6
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    I just tried this ( just changes the "sleep" times) but everytime i compile it it just says Error...-.-

  7. #7
    shadowbladex's Avatar Member
    Reputation
    145
    Join Date
    Apr 2007
    Posts
    948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Originally Posted by Froogle View Post
    Your sig blows, check out mine.
    Id choose his over yours any day.


  8. #8
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Hmm i fixed my first problem but now everytime i start the script it shuts down instantly...-.- Can someone help me pls?

  9. #9
    Gilthoniel's Avatar Active Member
    Reputation
    28
    Join Date
    Dec 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Originally Posted by Michaelswimmerr View Post
    * On topic * I cant see how this would be useful, actually.:yuck:
    Ill try to explain.
    When you farm for example elementals I usually use same spells in same order always, so this makes it for ya .... Press f2 and wait till the mob is dead

  10. #10
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Send("{TAB}") ; next mob
    Sleep(100) ; small tab delay
    Send("{1}") ; curse of agony
    Send("{A DOWN}") ; hold A down to turn
    Sleep(1000) ; wait so the char turns ~90 degrees to the left
    Send("{A UP}") ; stop turning around
    If you use your level 70 and place it in a starting zone, you will kill a mob, turn, kill a mob, turn... until, well you will notice a nice circle of corpses around the warlock. Is this for any help at all? Nop! x)

  11. #11
    Gilthoniel's Avatar Active Member
    Reputation
    28
    Join Date
    Dec 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Originally Posted by Vladinator View Post
    If you use your level 70 and place it in a starting zone, you will kill a mob, turn, kill a mob, turn... until, well you will notice a nice circle of corpses around the warlock. Is this for any help at all? Nop! x)
    I think you didnt get what this is for.... do you know /castsequence macro ? Its the same but you dont have to press your hot key more than once

  12. #12
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Well, best would be to bind some castsequence code to F8 (example) and make a autoit script just push F8 each 1 sec. Would be better than making it push key by key with a Sleep timer, since you can get hit and interrupted, then you will end up with the code skipping spell casts.

  13. #13
    Gilthoniel's Avatar Active Member
    Reputation
    28
    Join Date
    Dec 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Originally Posted by Vladinator View Post
    Well, best would be to bind some castsequence code to F8 (example) and make a autoit script just push F8 each 1 sec. Would be better than making it push key by key with a Sleep timer, since you can get hit and interrupted, then you will end up with the code skipping spell casts.
    ok ok you are right i didnt think about it ill change it

  14. #14
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CastSequence script (autoit)

    Anyway I think it's still a good post you made, so +rep for that.

Similar Threads

  1. Replies: 763
    Last Post: 11-09-2013, 08:51 AM
  2. Replies: 4488
    Last Post: 09-01-2012, 03:52 AM
  3. Replies: 65
    Last Post: 06-11-2012, 11:07 AM
  4. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
  5. warhammer AFK script (AUTOIT)
    By puppychow in forum MMO Exploits|Hacks
    Replies: 11
    Last Post: 12-16-2008, 10:22 PM
All times are GMT -5. The time now is 06:38 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search