Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 22:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Macro with use of Autohotkey not working

Discussion on Macro with use of Autohotkey not working within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2006
Posts: 98
Received Thanks: 9
So I wanted to make a little macro to help scriptvessel level my rb fire tao, since script vessel won't summon guard for you.

So I came up with this idea, putt Tornado under F5 and Summonguard under F6

So here's the code:

;WinGet,id, ID,[Conquer2.0]
Gui, Add, Text,, For
Gui, Add, Text,x10 y42 w100 h20, Auto-summon-guard.
Gui, Add, Text,x15 y62 w190 h20, To start, press F10 on active window,
Gui, Add, Text,x65 y82 w150 h20, now press Ok
Gui, Add, Button, x150 y102 w60 h20 vButton gStart, Ok
Gui, Add, Text,x55 y122 w100 h20, v1.0 by Diabox
Gui, Show

return

Start:

Gui, Submit, Hide
;MsgBox, To start press F10 on active window`n`n Beta version`n v1.0 by Diabox `n`n special for community
;#NoTrayIcon
*F10::
WinGet,id, ID,[Conquer2.0]
gata := false
MsgBox, Started
;ControlSend,,F6,ahk_id %id%
ControlClick,ahk_id %id%,,RIGHT
ControlSend,,F5,ahk_id %id%
loop
{
;ControlSend,,F6,ahk_id %id%
ControlClick,ahk_id %id%,,RIGHT
ControlSend,,F5,ahk_id %id%
Sleep, 60000
}

*F11::ExitApp
;GuiClose:
return






What I wanted with the script is, that the moment it starts it presses f6, then right clicks (to summon guard) then goes back to f5 so nado is enabled again and after that the loop of this process will start with a sleep timer of 60000 ms. But it ain't working it does nothing. Anyone sees the problem? I'm quite a noob.

<hr>Append on Jan 24 2007, 22:21<hr> Doesn't anyone know? Cause I've really tried my best to fix the problem but nothing works ps:
Diabox is offline  
Old 01/25/2007, 17:50   #2
 
elite*gold: 0
Join Date: Jan 2007
Posts: 35
Received Thanks: 0
May be you can try to send F6 more than once, while using SV, clicking on F6 don't always responds and you have to click few times to do so. Same for F5 btw.
You can also use the autohotkey to check if the command has been accepted using getpixel.
leane2000 is offline  
Reply


Similar Threads Similar Threads
[AutoHotKey] Macro looter by phant0m
08/14/2009 - General Gaming Discussion - 0 Replies
Loot Function- Works for dropping loot in backpack, backpack to bank, armor to paperdoll, and stacking, etc. Saves destination in a file for next time you play. Alt-RightClick - Set Loot Destination sets the x,y position of your loots destination. You can do this anytime. Alt-LeftClick - Drag Loot Drags loot from anywhere and drops it on loot destination, then cursor jumps back to original location. Simply hold Alt and click on loot. IniFile := "C:\loot.txt" FileGetSize, size, %IniFile%...
[AutoHotKey] Swimming Mastery, Rigor, and Heal Self macro
08/14/2009 - General Gaming Discussion - 0 Replies
The following macro will swim in a circle constantly, while crouching down to take damage and increase rigor, then swim back up and heal repeatedly. Pick a private location to execute this macro. Save as two separate files, open both when you want to start the macro. Final product: Save this as TurnRight.ahk WinWaitActive, Darkfall Online IfWinActive, Darkfall Online Loop
[AutoHotKey] Casting macro 2.0
08/14/2009 - General Gaming Discussion - 0 Replies
Used this for greater magic 25-50 i had left over bone from 1-25, and intend on using Heal Other past 50, and frailty is good to spam inbetween those 2. Thanks to Keraam, the majority of this code is edited from his own, and it is much appreciated! differences: spells ofcorse, which bar is used , for some reason Send {R} wasnt working for me, so i just made a simple method for sheathing, resting time is different, shoulda made it a changing variable but w/e lol it seems a tad more...
[AutoHotKey] Basic Crafting Click Macro
08/14/2009 - General Gaming Discussion - 0 Replies
;Simple Crafting Related Script by Keraam ;Made from the AutoIt script by TeabagGus ;Once the macro starts you will have 5 seconds to get your cursor over the object. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. WinWaitActive, Darkfall Online IfWinActive, Darkfall Online
[AutoHotKey] Casting Macro
08/14/2009 - General Gaming Discussion - 0 Replies
; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: Keraam ; ; Script Function: Casts Mana Missile and Heal Self. Pauses with the End button and exits with the DELETE key. ; ;



All times are GMT +2. The time now is 22:51.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.