Post Reply Home » Forums » EverQuest 2 » EverQuest 2 Premium Discussions

Caster and Pet script basic, Need little help here : EverQuest 2 Premium Discussions

Posted: January 24th, 2006
pretzel
Im new from about 2 days in scripting, It work well but I had to paste it about 1000 time to do it over and over lol
so can someone please tell me how to
infinte loop this simple script. I use AutoIt3

  • WinActivate("EverQuest II", "")

    Send ("{TAB}")
    Send ("{N}")
    Send ("{A}")
    Sleep(4000)
    Send ("{M}")
    Sleep(4500)
    Send ("{V}")
    Sleep(3000)
    Send ("{V}")
    Sleep(80000)MV
Posted: January 25th, 2006
Total Posts:17 Joined:2004
Simple While loop would be fine if you just want it to run over and over...

  • WinActivate("EverQuest II", "")

    $loopcounter = 1

    While $loopcounter = 1
    Send ("{TAB}")
    Send ("{N}")
    Send ("{A}")
    Sleep(4000)
    Send ("{M}")
    Sleep(4500)
    Send ("{V}")
    Sleep(3000)
    Send ("{V}")
    Sleep(80000)MV
    Wend


    Does that technique actually set the active window too EQ2?

    I've even switched the mode for AU3 to find partial strings, but I can never get it to activate EQ2 unless I have the entire heading of the window as the window to activate. I have a method of doing this, which works ok, but if that works, its really gonna irritate me.....[/quote]
Posted: January 25th, 2006
pretzel
I realy thank you,

It work perfectly
Posted: January 30th, 2006
nosnemi
I've never used autoIT..so I assume SEND {N} is just the keyboard action of typing the letter N ? or have u defined N as an object elsewhere?

I only ask cause Im just starting out and trying to determine which I prefer to work with more ..autoIT or ACtools?
Posted: February 1st, 2006
pretzel
Send ("{N}") is N keyboard assing to send pet to attak
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 14 guests
Post Reply