;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
{
MsgBox, 3, , Yes for Smelt / Wood or No for Arrows / Craft
IfMsgBox, Yes
Timer = 11000
else IfMsgBox, No
Timer = 21000
else
ExitApp
Sleep, 5000
Loop, 250
{
Click
Sleep, Timer
}
}
[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] Multi-tool (updated) Harvest/Casting/Crafting/SprintandCrouch 08/14/2009 - General Gaming Discussion - 0 Replies ; Author: Hastur
; Version: 1.1
; Script: All in One Multi-tool
; Code Snippets from Keraam , thanks m8
; v1.1 Optimized casting added sprint and crouch + new layout.
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
[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] 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.
;
;
Macro with use of Autohotkey not working 01/25/2007 - Conquer Online 2 - 1 Replies 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,
Gui, Add, Text,, For www.elitepvpers.com
Gui, Add, Text,x10 y42 w100 h20, Auto-summon-guard.
Gui, Add, Text,x15 y62 w190 h20, To start, press F10 on active window,