taultunleashed logoACTools Trainer : Hero Online Submissions
newtopic  postreply
 [ 8 posts ] 
blue large dot

ACTools Trainer : Hero Online Submissions

Posted: September 19th, 2006, 6:46 pm
 
texas32
texas32's Reps:
User avatar
I wrote this script for ACTools to train at Venom Swamp near the Red Illusion Spearmen(lvl 21, 22, etc). I run it on my Mount and just let it go.

EDIT: Ignore below..part was commented out in the script..the script will attack everything it can..
It detects the Reindeer by a spot on the marker where it says the monsters name/level..So if you use it elsewhere, simply remove the Reindeer Detection part since it detects part of the 3 in 23. This script will not attack reindeer meaning no need to worry about attacking them and dieing, but it has some issues so it may not attack lvl 22's or 24's either... I have yet to find a spot(try) that will attack everything but reindeer..but i'll do it once I get around to it and post the fix. I doubt it'll take much time but I have homework =\



The scripts nothing special, put your food in slot 1, change the constants as you want. I'm just putting this out there since i'm sure there are others that like to edit whatever they're running.



(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
Constants
  Mount = 211,131     //Heal 100
  Mount2 = 180,132    //Heal 250
  MountHalf = 170,131 //Half the Mounts HP Bar
  HumanHalf = 169,78  //Half of your HP Bar
End



Procedure StartAC
  Delay 5000
End

Procedure FindAttack
  IsRed 443,98
 //   IsBlack 423,92              //Reindeer Detection
     Call Attack               
 //   Else                        //Reindeer Detection
 //     Keydown v .5 sec          //Reindeer Detection
 //   End                         //Reindeer Detection
  Else
    Keydown v .5 sec
    delay 50
  End
End

Procedure Attack
  IsRed 443,98
    delay 500
    Keydown a .5 sec
    delay 50
    Keydown a .5 sec
    delay 50
    Keydown a .5 sec
    delay 50
  Else
  End
End

Procedure Heal
  IsBlack $Mount2                        //Change the constant here for what you want to heal
    KeyDown 1 .5 sec
    Delay 1000
    IsBlack $Mount2                     //Change the constant here aswell
      Call Heal
    Else
    End
  Else
  End
End

Procedure Loot
  Keydown s .05 sec
  DELAY 50
  Keydown s .05 sec
  DELAY 50
  Keydown s .05 sec
  DELAY 50
  Keydown s .05 sec
  DELAY 50
  Keydown s .05 sec
  DELAY 50
  Keydown s .05 sec
  DELAY 50
End

// Main Program
Call StartAC
While 1=1
  Call FindAttack
  Call Heal
  Call Loot
End



EDIT: One more thing..if you don't like this, could you please let me know what you'd like to have in the script? I'll do my best to add your suggestions


Last edited by Guest on September 20th, 2006, 10:03 pm, edited 3 times in total.

Reply with quote
Posted: September 19th, 2006, 11:14 pm
 
xxxgod

Total Posts: 416
Joined: August 31st, 2006, 1:58 pm
xxxgod's Reps: 12
User avatar
Moderator
quite good m8, thats allright but actools is anoying program.

Would be better if it worked for everywhere. so mine is a Nay. Sorry


Reply with quote
Posted: September 20th, 2006, 10:38 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Can premium members say yay or nay to this being moved to a confirmed section.


Reply with quote
Posted: September 20th, 2006, 4:53 pm
 
texas32
texas32's Reps:
User avatar
It does work everywhere >_< I just said I had it set to attack the red illusions and NOT attack reindeer..so simply remove/comment out the lines I said, and it will attack, heal and loot anywhere..like I said o.O

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
So if you use it elsewhere, simply remove the Reindeer Detection part since it detects part of the 3 in 23.


Reply with quote
Posted: September 20th, 2006, 5:20 pm
 
hottoxic
hottoxic's Reps:
User avatar
i dont really understand that script. Kinda hard to figure how to modify it. ^^
I still prefer Autoscript =P But i'll give u a Yah for trying your best. ^^


Reply with quote
Posted: September 20th, 2006, 5:40 pm
 
texas32
texas32's Reps:
User avatar
If you understand Autoscript and can write anything..then you should understand how to edit this =| it's pretty straight forward..

Yes, I know it's not the best..and i'm not looking for anything with this script, just I personally like to be able to pause, edit, restart and add extra stuff at will..so I'm giving this out to others purely so they could use it if they're like me..


Reply with quote
Posted: September 20th, 2006, 10:46 pm
 
xxxgod

Total Posts: 416
Joined: August 31st, 2006, 1:58 pm
xxxgod's Reps: 12
User avatar
Moderator
texas32 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
If you understand Autoscript and can write anything..then you should understand how to edit this =| it's pretty straight forward..

Yes, I know it's not the best..and i'm not looking for anything with this script, just I personally like to be able to pause, edit, restart and add extra stuff at will..so I'm giving this out to others purely so they could use it if they're like me..


Actool has a stupid lauguage. au3/autoit is easy language Im currently trying to work on an amaizing autoit bot. Hopefully it will work.

One thing will run to heal the player/mount/pet if it gets lower than 50% life.
Pet Hunger if get lower than 75 it heal once It will have options for where your healing spots are, so for instance if your slots where like this:

Hay | Hay | Minor Healing | Spice Herb | Minor Healing | Spice Herb

Then you can set Slot 1,2 for Pet heal and 3,5 for Character Heal, 4,6 for Character mana/chi if slot one runs out it will go to slot two and then if slot two runs out it will press 8 where you will have a charm of return. there will hopefully be an option if mount dies then he will fight on foot, unless you set it so u dont want it to.

But i need help from all u guys cos i cant work out the cords....


Reply with quote
Posted: October 26th, 2006, 11:12 am
 
heroman13
heroman13's Reps:
User avatar
not too bad but it appears that this is copied from the site http://!@#$%^&*


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 4 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Hero Online Submissions RSS Feed 
Sitemap of Hero Online Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?