I modified Singular for personal use and now it kicks azz..
EDIT: Killed 300 mobs now and not once it failed to face target.
Got my first breastplate today![]()
how did you modify it? I guess it's not class related, should be universal.
I modified Singular for personal use and now it kicks azz..
EDIT: Killed 300 mobs now and not once it failed to face target.
Got my first breastplate today![]()
public static Composite CreateEnsureMovementStoppedBehavior()
{
return new Decorator(
ret => !SingularSettings.Instance.DisableAllMovement &&[B] StyxWoW.Me.GotTarget [/B]&& StyxWoW.Me.IsMoving,
new Action(ret => Navigator.PlayerMover.MoveStop()));
}
/// <summary>
/// Creates a behavior that does nothing more than check if we're facing the target; and if not, faces the target. (Uses a hard-coded 70degree frontal cone)
/// </summary>
/// <remarks>
/// Created 5/1/2011.
/// </remarks>
/// <returns>.</returns>
public static Composite CreateFaceTargetBehavior()
{
return CreateFaceTargetBehavior(ret => StyxWoW.Me.CurrentTarget);
}
public static Composite CreateFaceTargetBehavior(UnitSelectionDelegate toUnit)
{
return new Decorator(
ret =>
[B]StyxWoW.Me.GotTarget && StyxWoW.Me.CurrentTarget.IsAlive && !StyxWoW.Me.IsMoving,
[/B] new Action(ret =>
{
StyxWoW.Me.CurrentTarget.Face();
return RunStatus.Failure;
}));
}
In helpers folder there's a file called movement.cs
Probably loads of errors but it suits my needs.
Got me 2 Breastplates![]()
BTW.
Can't blame botters for being smart.
Glorious Breastplates starts to show up on AH on my realm for the first time.
Not hard to figure out that the sellers are bots.
I wouldn't post them on ah right now tbh.
I'm Using a Blood DK. The 2 hotspots are needed, Trust me.
That's why the hotspots are needed. because of the knockbacks from the mobs.
Cmoooon chest :X :XDrop Rate: 1 chest every 1500 mobs killed (average)
Cheers m8!
Getting 498 kills an hour with the settings Savatorious posted. First chest after 2.5 hours.
For paladins, If your bot keeps missing loot, or pulling the general boss, Try using the CC EzRet, and use the combatlooter plugin. EzRet will have movement enabled but however it keeps attacking the mobs, and facing them without hazzface, and looting during combat too, without pulling general. Ive been using this CC for about 5hours straight now, and ive experienced no deaths, or accidental boss pulls.
When using EzRet, make sure you change the Class Config at 'Heal Rotation' to use Word of Glory at 30% hp (30) and Lay on hands at 30% (30) too. This will ensure you will never die.
Make sure you set disable inquisition to False, and Inquisition refresh time to 3, This will optimise dmg during your grind and acquire you more kill/hr
TLR
Disable HazzFace
Use EzRet: http://www.thebuddyforum.com/honorbuddy-forum/classes/paladin/28655-ezret-simple-pvp-cc.html
Use CombatLooter: http://www.thebuddyforum.com/honorbuddy-forum/plugins/uncataloged/49999-plugin-combat-looter.html
Adjust EzRet to the settings stated above.
If your character is fighting on top of the respawns, do not worrythe character will remain there, pwning both adds asap they respawn and loot at the same time, forever. I can assure you from using this setup that it will never pull the boss
Good luck fellow paladins!
Additionally I am going to try this for warriors with the CC EzArms. Hopefully it will yield the same results, however I'm concerned about the healing potential, but I know my warrior is capable of oneshotting nearly any add below 100k hp due to its gear (itemlevel 395) and the CC EzArms should use enraged regeneration on CD when low hp around 40%. I will update this when I discover whenever its successful or not!
LOL.
Disable the use of mounts in HB settings.