Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion
You last visited: Today at 06:00

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

Advertisement



[AutoHotKey] Macro looter by phant0m

Discussion on [AutoHotKey] Macro looter by phant0m within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 113
Received Thanks: 56
[AutoHotKey] Macro looter by phant0m

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.

Code:
IniFile := "C:\loot.txt"
FileGetSize, size, %IniFile%
if (size = "") {
MsgBox Setting up
IniWrite, 1300, %IniFile%, Loot, xdest ; --- destination x pos
IniWrite, 700, %IniFile%, Loot, ydest ; --- destination y pos
} else {
IniRead, xdest, %IniFile%, Loot, xdest ; --- destination x pos
IniRead, ydest, %IniFile%, Loot, ydest ; --- destination y pos
}
CoordMode, Pixel



$!Lbutton:: ;quick loot -------------------------

MouseGetPos, x1, y1
MouseClickDrag, left, x1, y1, xdest, ydest, 0 ;0 is mouse speed, 0 is instant
MouseMove, x1, y1, 0 ;0 is mouse speed, 0 is instant

return

$!Rbutton:: ;loot destination ------------------------->

MouseGetPos, xdest, ydest
IniWrite, %xdest%, %IniFile%, Loot, xdest
IniWrite, %ydest%, %IniFile%, Loot, ydest

return
Penakle is offline  
Reply


Similar Threads Similar Threads
[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. ; ;
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,



All times are GMT +1. The time now is 06:00.


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.