What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mr. SimpleFight - creating your own combat sequences with in-game macros

strix

New Member
Joined
Feb 13, 2010
Messages
442
Reaction score
18
Mr. SimpleFight

First of all it is NOT independent CustomClass, just a simple plugin replacing combat and pull parts of currently loaded custom classes.

When should you use it?
If you are not satisfied with way CC is fighting or simply want to use your own combat rotations.

Installation:
1. Copy to HB\Plugins folder
2. Edit combat range, minimum HP for heal and minimum HP for Healing over Time
3. Enable it in Pluginoptions
4. Remember you still need real customclass to launch along with my plugin

Buttons description:
1. Improved Gatherbuddy buttons:
Key 6 -> pressed every 7th GCD (Global Cooldown) = every 10,5 seconds
Key 7 -> pressed every 4th GCD = every 6 seconds
Key 8 -> pressed every single GCD = every 1,5 second

2. Other buttons:
Key " = " -> Interrupt button - your interrupting ability(-ies) here eg. Rebuke, Kick, Silence etc.

3. Non-Rogue - Healing button:
Key " - " -> Healing button - Heal with "heal at once component", eg. Holy Light is right one, Rejuvenation is bad one
Alt + Key " - " -> Healing over Time button - eg. Rejuvenation, Renew

4. Rogue - Finisher + Recuperate button:
Key " - " -> combo finisher move (at 4 CP)
Alt + Key " - " -> Recuperate if HP goes below HoTHP and CP is over 3

Key " - " macro example for Druid:
Code:
/use [mod] Rejuvenation; Healing Touch

Rotation description:
- uses currently selected Action Bar
- combat loop is launched every 1,5 seconds
- spells are put in groups
- if few groups occur at same time, higher placed have priority over lower ones
- if you don't want use button, simply do not put anything there

Groups are:
1. interrupt
2. normal Healing >> Healing over Time or Recuperate >> Finisher combo
3. Key 6 >> Key 7
5. Key 8

Tips:

Changelog:
13.12.10 - Added HoT support
14.12.10 - reworked moving to target
14.12.10 - added finishers and Recuperate support
17.12.10 - fixed some miswrites

Thanks to:
CodenameG - for general idea what to start with (Mr Autofight)
Mordd - for letting me use part of his code
 

Attachments

Last edited:
Back
Top