• Visit Rebornbuddy
  • [Grind] Zuabros' Glorious Breastplate (transmog) farm

    Discussion in 'Farming' started by zuabros, Apr 4, 2012.

    1. Hellshout

      Hellshout New Member

      Joined:
      Mar 10, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      how did you modify it? I guess it's not class related, should be universal.
       
    2. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      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.
       
      Last edited: Apr 24, 2012
    3. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      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.
       
    4. Hellshout

      Hellshout New Member

      Joined:
      Mar 10, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      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
       
      Last edited: Apr 23, 2012
    5. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      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.
       
      Last edited: Apr 24, 2012
    6. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      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.
       
    7. Kink

      Kink Member

      Joined:
      Nov 15, 2011
      Messages:
      336
      Likes Received:
      10
      Trophy Points:
      18
      Yea I've noticed this too lol. Went from just me to multiple chests now.
       
    8. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      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 ;)
       
    9. TheDo

      TheDo New Member

      Joined:
      Dec 26, 2010
      Messages:
      184
      Likes Received:
      2
      Trophy Points:
      0
      Cheers m8!

      Getting 498 kills an hour with the settings Savatorious posted. First chest after 2.5 hours.
       
      Last edited: Apr 24, 2012
    10. Jaypwns

      Jaypwns Banned

      Joined:
      Apr 17, 2012
      Messages:
      146
      Likes Received:
      0
      Trophy Points:
      0
      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
       
      Last edited: Apr 24, 2012
    11. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      Yeah.

      That's why the hotspots are needed.

      because of the knockbacks from the mobs.
       
    12. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      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?
       
      Last edited: Apr 25, 2012
    13. Hellshout

      Hellshout New Member

      Joined:
      Mar 10, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      1400 mobs already and no chest :(
      Cmoooon chest :X :X
       
    14. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      it's the 2 hotspots allready in the profile.

      I didn't modify it..

      Only a minor Singular modification i've done.
       
    15. ShadowSav

      ShadowSav New Member

      Joined:
      Mar 2, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      Nice to hear that I was able to help :p Are you using a ret paladin?
       
    16. Jaypwns

      Jaypwns Banned

      Joined:
      Apr 17, 2012
      Messages:
      146
      Likes Received:
      0
      Trophy Points:
      0
      Could you get it to use repair mount to repair/sell items?
       
    17. Jaypwns

      Jaypwns Banned

      Joined:
      Apr 17, 2012
      Messages:
      146
      Likes Received:
      0
      Trophy Points:
      0

      Thats nice but watched it and it attacked one of the boss mob packs after 2 hours. Using ret pally.
       
    18. F1sher

      F1sher New Member

      Joined:
      Dec 29, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      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 :eek:

      Thank you for the profile btw =)
       
    19. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      LOL.

      Disable the use of mounts in HB settings.
       
    20. F1sher

      F1sher New Member

      Joined:
      Dec 29, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      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
       

    Share This Page