Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion
You last visited: Today at 13:17

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

Advertisement



[AutoIt] Armor Unequip and Equip macro.

Discussion on [AutoIt] Armor Unequip and Equip macro. 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
[AutoIt] Armor Unequip and Equip macro.

This Macro will allow you to equip and unequip a full set of armor.
There is going to be a delay since they locked the paperdoll from switching items extremely fast.

This can be useful for quickly banking your armor, especially if you equip your armor from a bag, the armor will return to the bag when you take it off. It also works well if you are always wearing the same set of armor as your hotkeys will normally light back up when you place that armor back into your inventory.

You will need to drag each piece of armor to Hotkeys 1-0 on your page 9 Hotbar.

For this Macro to work you need your hotbar page changes set to ALT+1-0
Pressing ESC will Equip or Unequip your armor.

Code:
HotKeySet( "{ESC}","Armor" )

While 1
Sleep(100)
WEnd

Func Armor()
Send( "!9" )
Sleep(100)
Send( "1" )
Sleep(650)
Send( "2" )
Sleep(650)
Send( "3" )
Sleep(650)
Send( "4" )
Sleep(650)
Send( "5" )
Sleep(650)
Send( "6" )
Sleep(650)
Send( "7" )
Sleep( 650 )
Send( "8" )
Sleep( 650 )
Send( "9" )
Sleep( 650 )
Send( "0" )
Sleep(100)
Send( "!1" )
EndFunc
Penakle is offline  
Reply


Similar Threads Similar Threads
Autoit BG macro
09/05/2010 - World of Warcraft - 0 Replies
Looking for a new autoit bg join/leave macro the old 1 that i have doesnt work anymore instead of pressing the join bg button now it opens the bags :).
[Macro] Equip any item that is meant for that slot Priest + plate + 2h axe?
03/16/2010 - WoW PServer Exploits, Hacks & Tools - 20 Replies
no thanks
People cannot equip/unequip items
05/16/2009 - CO2 Private Server - 9 Replies
im getting this error message System.NullReferenceException: Object reference not set to an instance of an object. at COServer_Project.Character.GetEquipStats(Byte Pos, Boolean UnEquip) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 3612 at COServer_Project.Character.SendEquips(Boolean GetStats) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 4827 at...
people cannot equip/unequip...
04/26/2009 - CO2 Private Server - 5 Replies
players on my server cannot eqquip items... i notice whenever someone equips something it says this System.NullReferenceException: Object reference not set to an instance of an object. at COServer_Project.Character.GetEquipStats(Byte Pos, Boolean UnEquip) in C:\Documents and Settings\Anthony\My Documents\Games\Source\bwco\COServerProject\Charac ter.cs:line 3593 at COServer_Project.Character.SendEquips(Boolean GetStats) in C:\Documents and Settings\Anthony\My...
macro autoit
06/19/2008 - Cabal Online - 10 Replies
Hi. I'm french.Sorry for my bad english. My version of cabal is europea. I tried to make myself a macro but it is only 2 days that I practice autoit. I therefore know quite limited. I like to share with you my program. I've tested but has no effect on the game like most other programs of the forum that I tested. I'd like to know why.it's really a simple program you will not hurt to understand?:confused: $x = 1 $y = 1 WinWaitActive("CABAL") ;activation of the window cabal...



All times are GMT +2. The time now is 13:17.


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.