taultunleashed logoMage AOE Macro : KO Submissions
newtopic  postreply
 [ 1 post ] 
blue large dot

Mage AOE Macro : KO Submissions

Posted: August 13th, 2005, 7:35 am
 
shooty
shooty's Reps:
User avatar
Hello again guys :lol:
Heres my first Macro up here.
It's a Mage AOE macro, it doesnt detect MP stats or targets yet but its just to place your mouse somewhere and the macro will attack every (current) 35 sec.. and rest between the attacks..or use a pot..

I made this Macro absolutely myself and hope il get Premium with it to study on Macro's more and make more advanced Macro's. :twisted:

I mean u can't use AOE with the normal macro's :roll:
In future i can maybe make it pixel based but eh guys cmon :P

If there are any questions, please ask :roll:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
//-------------------------//
//--   Mage AOE macro    --//
//--    Version 1.0      --//
//-- Created by Shooty   --//
//-------------------------//


SetActiveWindow Knight OnLine Client
ObjVar 10
CommandDelay 50
KeyRate 100


Constants

//-----]Settings[-----

number = 2 // Number of aoe attacks u want to use
slot1  = 1 // AOE slot 1
slot2  = 2 // AOE slot 2
slot3  = 3 // AOE slot 3
mpPot  = 4 // Key for MP Pots
sitdown = 0 // Sit = 1; MP Pots = 0 (Sit takes ages, pots recommended)
restTime = 35 sec // Time to rest after each attack IMPORTANT!! Also mean that it attacks every (current) 35 sec! (30 sec is normal spawntime)
keyDelay = 1.0

//-----]Attack Module[-----
Procedure attack
  if $number = 1
    Call attack1 // Calls Attack 1 :: 1 AOE
  end
  if $number = 2
    Call attack2 // Calls Attack 2 :: 2 AOE's
  end
End
End

//----]Attack procedures[-----
Procedure attack1
KeyDown $slot1 $keyDelay sec
delay 150
End

Procedure attack2
KeyDown $slot1 $keyDelay sec
KeyDown $slot2 $keyDelay sec
delay 150
End

//-----]Mana restore procedure[-----
Procedure mana
IsBlue 206, 27
Else
  If $sitdown = 1
    Call rest
  Else
   Keys $mpPot
   delay $restTime
  end
End
End

//-----]Rest procedure[-----
Procedure rest
keydown c 0.5 sec
delay $restTime
keydown c 0.5 sec
End

//-----]Execute everything[-----
While 1=1
ProcessMessages
Call mana
Call attack 

End



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 48 guests

cron
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 KO Submissions RSS Feed 
Sitemap of KO 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?