- Joined
- Feb 27, 2011
- Messages
- 5,393
- Reaction score
- 393
Legal:
I reserve all rights. You may not modify unless for personal use.
I've start working on a hunter pvp cc, and am currently looking for feedback from the community in terms of rotation and best way to use features such as trap launcher, and disengage.
The latest version will now be available via SVN
EzMarks - Revision 4: /
Download latest revision as ZIP
Good Plugins:
http://dl.dropbox.com/u/120650/HB/TrinketRacial-1006.cs Escape Trinket and Racial usage, Updated by znuffie
http://www.thebuddyforum.com/honorb...pvp/32546-flagreturn-return-tp-wsg-flags.html Return WSG and TP flags by Me
Setup:
Drop EzMarks.cs into your CustomClasses folder
Basic support for BGBOT has been added, use at own risk.
Advanced Macros (A.K.A How I got 2200+)
With the latest svn you now have access to some amazing macros.
This simple macro will do 3 things:
1)Scatter shot your focus target
2)Use trap launcher
3)Drop freezing trap on top of him.
It will do these 3 things without you having to do more then pressing a button. GG.
Here are some Example macros
Ice Trap Focus
Snap trap target
Notice that you use "TrapTMode" for current target, and "TrapFMode" for focus target.
Click "Download latest revision as ZIP" at the top of the post to get the latest version.
I reserve all rights. You may not modify unless for personal use.
I've start working on a hunter pvp cc, and am currently looking for feedback from the community in terms of rotation and best way to use features such as trap launcher, and disengage.
The latest version will now be available via SVN
EzMarks - Revision 4: /
Download latest revision as ZIP
Good Plugins:
http://dl.dropbox.com/u/120650/HB/TrinketRacial-1006.cs Escape Trinket and Racial usage, Updated by znuffie
http://www.thebuddyforum.com/honorb...pvp/32546-flagreturn-return-tp-wsg-flags.html Return WSG and TP flags by Me
Setup:
Drop EzMarks.cs into your CustomClasses folder
Basic support for BGBOT has been added, use at own risk.
Advanced Macros (A.K.A How I got 2200+)
With the latest svn you now have access to some amazing macros.
Code:
#showtooltip Freezing Trap
/script TrapType="Freezing Trap";
/script TrapFMode=1;
1)Scatter shot your focus target
2)Use trap launcher
3)Drop freezing trap on top of him.
It will do these 3 things without you having to do more then pressing a button. GG.
Here are some Example macros
Ice Trap Focus
Code:
#showtooltip Ice Trap
/script TrapType="Ice Trap";
/script TrapFMode=1;
Snap trap target
Code:
#showtooltip Snake Trap
/script TrapType="Snake Trap";
/script TrapTMode=1;
Notice that you use "TrapTMode" for current target, and "TrapFMode" for focus target.
Code:
Version:
0.0.1:
Initial Release
0.0.2:
Fix old code, cc will now compile
0.0.3:
Focus regen
Aspect Dancing
Kill Shot
Rapid Fire
0.0.4:
Rewrite dps code.
0.0.5:
Try and fix aspect
0.0.5.1:
try me.hasaura
0.0.6:
Apsect Swapping v2
0.1.0:
Finally got to 83, tested some modifications dps seems alright.
Click "Download latest revision as ZIP" at the top of the post to get the latest version.
Last edited: