In helpers folder there's a file called movement.cs (Located inside the Singular folder) Code: 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; })); } Probably loads of errors but it suits my needs. Got me 2 Breastplates EDIT: Credit goes to ALL developers of Singular but if someone should get extra credit , it's Apoc for starting the Singular project.
Thanks for sharing. What class did you use this with? If it's a Ret Paladin, could I replace "ret" with "blood" or "dk" to get this working with my Blood DK? I'd love to find a way to prevent this from pulling the entire room.
It works, no plugin needed, but the main problem I have with the profile is that I disable mvement from class, but it still moves to the 2 hotspots and it's constantly aggroing mobs. I'll try to juggle it a bit, meanwhile mb you guys have a solution. Idk Disable Movement in Singular doesn't work. It goes to the first hotspot and then to the second and it starts pulling from there, which is too close... I can't make it STAY !!!!! I tried changing the hotspots but I don't have the right Z so it just wanders around trying to find it.... Any solutions? thanks
I'm Using a Blood DK. The 2 hotspots are needed, Trust me. and "ret" isn't meaning it's for retribution paladins. Helpers is a global folder and applies to all CC's built in into Singular. And you probably have to SVN for a newer Singular than the one packed with HB.
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 expect the price on these to be around 1k each in 2 weeks. Botters on my realm are too bright when it comes to pricing
Cheers m8! Getting 498 kills an hour with the settings Savatorious posted. First chest after 2.5 hours.
When I get knocked back it no longer loots the ones on the floor what do? and whenever I get far back it trys to get closer is there a way to pull it at a longer range? Edit: Just figured out when it gets knockback too much it will run back to square one and loot whatevers there
Are you referring to hotspots already in the profile, or ones that you added to keep from killing the boss? If you added them, can you please share the code?
it's the 2 hotspots allready in the profile. I didn't modify it.. Only a minor Singular modification i've done.
Hi, I'm running this on my DK and I get 2 weird things happening : 1) It mounts, moves away from the room and idles 2) It's health keeps dropping, as if its not using deathstrike at all I am using the Deathstrike CC with a frost build, again, it should heal shouldn't it? Here's the log View attachment 4-27-2012_4_04 AM 5300 Log.zip I did have to change loot to 4 instead of 5, because 5 was running to hug Rajaxx. Then my HB Crashed while I was setting up Item Remover, re-launched it with 5 worked. It still runs away from the mobs like mad, its a fresh hb, made only for this Thank you for the profile btw =)
I did, its still moving (this time without mount) It moves away from the Rajaxx room and just idles there. I have no idea why