Go Back   AionSource.com > Schools and Classes > Scouts > Assassin
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply
 
LinkBack Thread Tools Display Modes
Old 10-10-2009, 03:26 PM   #1 (permalink)
Daeva
 
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Race: Undecided
Server: Votan

Assassin Macros and you

Let me start with stating right here and now : If a thread about this already exists, please provide the link and I'll ask a mod to delete this one.

So, again, I did not find a thread about macros specific to assassins (didn't even find a general one), so i thought i would at least start one. This whole thread depends heavily on your help of course, since I'm not and never was THE MACRO GUY (TM), but i did always use some in WoW whenever i felt the need for one (like focustarget + fear etc). So if you have any additional ones, just post them, PM me, whatever, keeping them to yourself is kinda dumb anyway so why not share the love and maybe learn a new one from someone else. Now let's see....how about some structure.



General Stuff



/delay #

# can be 0.1, 1, 2, 2.5, whatever. Depending on your ping you may have to take a higher number.



/Skill Something <rank> means something like :

/Skill Ambush II
/Skill Devotion I

Yes you have to be that precise with your macros.



Skillchains, Automatic Macros



1. Use Flurry followed by Clear Focus (both on a 2 min cooldown) :

/skill Clear Focus <rank>
/delay #
/skill Flurry <rank>


2. Use Killer's Eye followed by Devotion (again both on same cooldown, killer's eye holds longer, so we cast it first)

/Skill Killer's Eye <rank>
/Delay #
/Skill Devotion <rank>


3. Allows you to Ambush on the ground, and Dash on the air (Cause you can't use Ambush in the air).

/skill Ambush <rank>
/delay 0.1
/skill Dash Attack <rank>

4. Whenever you're behind the target, spamming the key will use them if available.

/Skill Surprise Attack <rank>
/Skill Weakening Blow <rank>



tbc



Targeting Macros



tbc



Miscellaneous



tbc




History :
Oct. 10th : started thread, put up a general structure, added first basic macros.

Oct. 13th : added macros, overhauled the design. Added "Thanks to" section.


Well, again i really hope I didn't miss an already existing thread. Anyway will add more later, as soon as i discover new ones or people start adding their one.


A big THANK YOU goes out to everyone who contributed, in no particular order :

Xrs
braway
Soylent
calvin
Qbert

Last edited by Raikao; 10-20-2009 at 11:50 AM..
Raikao is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-11-2009, 10:28 AM   #2 (permalink)
Human
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Race: Undecided
Server: Undecided

Looking forward for more

__________________
Karrier is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 02:24 PM   #3 (permalink)
Human
 
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Race: Undecided
Server: Undecided

macro 2 does not work
nightshadow76 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 02:33 PM   #4 (permalink)
Human
 
averagejoe81's Avatar
 
Join Date: Aug 2009
Thanks: 1
Thanked 0 Times in 0 Posts

Race: Asmodians
Server: Undecided

I never could get devotion to work in a macro unless I had something targeted and I started the macro off with /attack. Not sure why.

/attack
/Skill Killer's Eye 1
/Delay .6
/Skill Devotion 1
averagejoe81 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 02:33 PM   #5 (permalink)
Soldier
 
braway's Avatar
 
Join Date: Aug 2009
Thanks: 4
Thanked 0 Times in 0 Posts

Character: Himechan
Class: Assassin
Race: Elyos
Server: Zikel

I'm using

/Skill Killer's Eye I
/Delay 0.3
/Skill Devotion I

if your latency is bad you might want to increase the delay, but 1 second is a bit long imho :P

__________________
Kill one- and you`re a murderer
Kill many- and you`re a conqueror
Kill `em all- and you`re god
braway is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 02:39 PM   #6 (permalink)
Daeva
 
Join Date: Sep 2009
Location: Miami, USA
Thanks: 0
Thanked 0 Times in 0 Posts

Character: Soylent
Class: Assassin
Race: Asmodians
Server: Zikel

Cool, I have those same macros. I wanted to add that making a macro for Runes will work, too. You can get three runes on a target with one macro. For example, at level 20 you can chain Rune Carve then Fang Strike.

/Skill Rune Carve I
/Delay .1
/Skill Sigil Strike I
/Delay .1
/Skill Fang Strike I

I used .1 second instead of 1 second, but if you find that server response time is too slow, try .5 or 1, but remember you'll have to wait 2 seconds each time you press this macro.
Soylent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 02:49 PM   #7 (permalink)
Daeva
 
Join Date: Oct 2009
Location: Denmark
Thanks: 0
Thanked 0 Times in 0 Posts

Character: kkthxbye
Class: Assassin
Legion: Acheron
Race: Elyos
Server: Gorgos

Quote:
Originally Posted by nightshadow76 View Post
macro 2 does not work
It works fine for me - but you need to have drawn your weapon.

I use it with 0.1 delay.

I use this too:
/skill Clear Focus I
/delay 0.1
/skill Flurry I
calvin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 03:59 PM   #8 (permalink)
Daeva
 
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Race: Undecided
Server: Votan

Quote:
Originally Posted by nightshadow76 View Post
macro 2 does not work
did work for me, generally some skills require you to draw the weapon first which SHOULD work with enough delay. Or you could draw the weapon first, then use the macro with shorter delay.
Raikao is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 07:20 AM   #9 (permalink)
Xrs
Daeva
 
Xrs's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: XrS
Class: Assassin
Legion: Walkyrie
Race: Asmodians
Server: Suthran

Code:
/skill	Ambush <rank>
/delay 0.1
/skill Dash Attack <rank>
Skill with same cooldown, but different use.

Allows you to Ambush on the ground, and Dash on the air (Cause you can't use Ambush in the air).

And i would say, it's kinda an awesome one.

__________________
Xrs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 08:19 AM   #10 (permalink)
Daeva
 
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: Synisse
Class: Assassin
Legion: Noricum
Race: Asmodians
Server: Votan

is there an option to see the cooldown at the makro button? for example i put Killerseye above my KE Dev Makro to view cd. Because if i use the makro there is no cd shown.

__________________
Synisse is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 08:29 AM   #11 (permalink)
Xrs
Daeva
 
Xrs's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: XrS
Class: Assassin
Legion: Walkyrie
Race: Asmodians
Server: Suthran

Just put the skill anywhere else and check it out, there is no way you can see the cd on macros (atm i mean).

__________________
Xrs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 08:41 AM   #12 (permalink)
Officer
 
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: DiSpLiFF
Class: Assassin
Race: Elyos
Server: Undecided

did you guys really need to make a macro to do 2-3 moves?
DiSpLiFF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 09:03 AM   #13 (permalink)
Xrs
Daeva
 
Xrs's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: XrS
Class: Assassin
Legion: Walkyrie
Race: Asmodians
Server: Suthran



Yup *Yawn*, ask Ely if it doesn't worth it Rawr :3.

__________________
Xrs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 09:11 AM   #14 (permalink)
Daeva
 
Join Date: Sep 2009
Location: Miami, USA
Thanks: 0
Thanked 0 Times in 0 Posts

Character: Soylent
Class: Assassin
Race: Asmodians
Server: Zikel

Quote:
Originally Posted by DiSpLiFF View Post
did you guys really need to make a macro to do 2-3 moves?
Yes! Because I've got 13 or 14 skill buttons on my quickbars that I use in combat. Have just 3 macros allows me to eliminate 3-4 skill buttons from my quickbars.
Soylent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-13-2009, 09:14 AM   #15 (permalink)
Xrs
Daeva
 
Xrs's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: XrS
Class: Assassin
Legion: Walkyrie
Race: Asmodians
Server: Suthran

Quote:
Originally Posted by DiSpLiFF View Post
did you guys really need to make a macro to do 2-3 moves?
And BTW, if you only use 2-3 moves as a sin, roll Cleric mate.

__________________
Xrs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump