Register for your free account! | Forgot your password?

You last visited: Today at 13:00

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

Advertisement



AutoHealMacro

Discussion on AutoHealMacro within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2004
Posts: 830
Received Thanks: 27



4.6.2 - 09/02/2004:
- Added code to resolve problems on Win95 machines erroring when
starting a macro

4.6.1 - 08/27/2004:
- Added ALT and CONTROL parameters to LeftMouseClick, RightMouseClick,
LeftMouseDown, LeftMouseUp, RightMouseDown and RightMouseUp
- LoadDecal datasets commands have been fixed

4.6 - 08/23/2004:
- Inverted the {IRCState} so that it properly reflects the current
state
- Several enhancements to cdsEdit:

- Save Filtered Records saves the current visible records as a
separate dataset
- Added a View Layout menu option to see the CDS design
- Added a menu option to add a new field
- New tool to Rebuild Data File which simply cleans the dataset
- Query mode now selects an entire row
- The Data Bar no longer show Edit, Post, Cancel when in the
query mode

- Added new hex commands called HexToDec and DecToHex

HexToDec x = AA // x = 170
DecToHex z = 200 // z = C8

- Added and internal dataset DSACTIVEWINDOWS that contains and ID
and NAME field for every visible window in MS Windows

DSFirst DSActiveWindows
SayPaste DSActiveWindows[Name]

- ReloadDSWindow command resets the DSACTIVEWINDOWS dataset
- New command called RebootSystem that allows the user to reboot,
shutdown and logoff windows.

RebootSystem SHUTDOWN // Exit windows and powers down
RebootSystem LOGOFF // Logs user off, but leaves windows running
RebootSystem // Exit windows and restarts

- {MouseX} and {MouseY} return the current position of the mouse on
the screen
- New spell casting command called CastSpellRoot which uses Triane's
SPELLX.CDS to cast spells.

CastSpellRoot SpellRoot, SpellLevel(1-7)
CastSpellRoot Strength Self, 4

- New command WriteRegistryEx works just like WriteRegistry except
takes one additional type parameter at the beginning. This type
allows users to write into the registry as INTEGER, FLOAT, STRING,
or BOOLEAN

WriteRegistryEx STRING,CURRENT_USER,ACTool\Test,String,Cam
WriteRegistryEx BOOLEAN,CURRENT_USER,ACTool\Test,Bool,True
WriteRegistryEx FLOAT,CURRENT_USER,ACTool\Test,Float,12.5
WriteRegistryEx INTEGER,CURRENT_USER,ACTool\Test,Int,5

- New command called FindModuleBaseAddr used to find the base address
of a DLL. Very untested! Built for FFXiMain.dll

FindModuleBaseAddr Const = ModuleName

- ExecProgram now accepts a third parameter for storing standard out.

ExecProgram EXEName, Params, StdOutFile
ExecProgram cmd.exe, vol c:, c:\test.txt

By using the additional StdOutFile param the application will run
the EXE in console mode.

- Thanks to the Wabbit, huge upgrades in the wObject system and some
new features in the forms system. These include:

- Labels can now have varying sizes (es=Extra Short, s=Short,
m=Medium, l=Long, el=Extra Long)

Form
LabelName=Label:size:Label Text
End

- BLACK added as a wObject parameter. Without it black pixels
will not be included in the wObject
- SAVEBMP parameter added which will save the object area as
a bitmap
- USEOBJECT allows the user to immediately include the wObject
in the usable objects list for reference

wObject TestObject // Adjust the below settings.
XCoord = // Coord for X axis.
YCoord = // Coord for Y axis.
XSize = // Size of the object, along the X axis.
YSize = // Size of the object, along the Y axis.
MinRed = 0 // Minimum value for Red.
MaxRed = 255 // Maximum value for Red.
MinGreen = 0 // Minimum value for Green.
MaxGreen = 255 // Maximum value for Green.
MinBlue = 0 // Minimum value for Blue.
MaxBlue = 255 // Maximum value for Blue.
Sample = // All = Every Pixel, Half = Every Other Pixel.
FileName = // Name of file to place the object definition.
// The following are not required settings.
// So they do not need to be included in the list
// In other words, if you do not wish to use them.
// You can completely delete the following options.
Black = // Include true black pixels? Yes, No
SaveBMP = // Save a BMP of the object? Yes, No
UseObject = // After getting the object,
// do you want to use it? Yes, No
// NOTE: if you use the UseObject option.
// The new object will not be saved to file.
// But, it is immediately available for use,
// from with in this same script/macro file.
End

- The keyword BOF now highlights properly in the editor
- Two new setting in AC Tool Preferences on the Global HotKeys tab
allows users to turn off F2 in AC and Global Keys
- Fixed a bug when parsing list names with underscores
- Ipa fixed Type and Workmanship in the Vendor list and dataset
Wham is offline  
Reply




All times are GMT +2. The time now is 13: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.