• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Singular Changes for Normal Combat

    Discussion in 'Archives' started by wilu1981, Oct 8, 2012.

    1. wilu1981

      wilu1981 New Member

      Joined:
      Apr 30, 2012
      Messages:
      29
      Likes Received:
      1
      Trophy Points:
      3
      :) Hope this will help ppl to work with poisons all the time
       
    2. skelton

      skelton New Member

      Joined:
      Jan 22, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Thanks guys i will try it when i get home and will report how its going.
       
    3. skye

      skye New Member

      Joined:
      May 9, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      work fine for me . but bot dont use recuperate . thats realy bad . recuperate must hold up i think bot not need food any more :D t
       
    4. wilu1981

      wilu1981 New Member

      Joined:
      Apr 30, 2012
      Messages:
      29
      Likes Received:
      1
      Trophy Points:
      3
      Just open Combat.cs and search for

      // use shiv to heal if we have leeching poison buff

      before it, add just this line and adjust it. Don't forget to put in your Glyph which refreshes SnD and Recuperate on Killing Blow!

      Code:
      // use recuperate with a minimum of 4 CPs and if you are under 80% HP. 
      Spell.BuffSelf( "Recuperate", ret => !StyxWoW.Me.HasAura("Recuperate") && StyxWoW.Me.RawComboPoints > 3 && StyxWoW.Me.HealthPercent < 80 ),
      
       
    5. skelton

      skelton New Member

      Joined:
      Jan 22, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Still it wont re apply poisons after they fade can someone help?
       
    6. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      awesome, Awesome, AWESOME, I love the stealth after looting. It totally disguises the walking patterns with certain profiles. :D
      Thank you very much for this update.
       
    7. wilu1981

      wilu1981 New Member

      Joined:
      Apr 30, 2012
      Messages:
      29
      Likes Received:
      1
      Trophy Points:
      3
      You are welcome :)
       
    8. perfectlemon

      perfectlemon New Member

      Joined:
      Jun 14, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      HTML:
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(111,154) : error CS1026: ) expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(111,154) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(113,111) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(113,111) : error CS1525: Invalid expression term ','
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(113,112) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(114,128) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(114,128) : error CS1525: Invalid expression term ','
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(114,129) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(117,104) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(117,104) : error CS1525: Invalid expression term ','
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(117,105) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(119,77) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(119,77) : error CS1525: Invalid expression term ','
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(119,78) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(120,82) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(120,82) : error CS1525: Invalid expression term ','
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(120,83) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(122,57) : error CS1002: ; expected
      Compiler Error: d:\Honorbuddy\Routines\SingularByWilu\ClassSpecific\Rogue\Combat.cs(123,17) : error CS1525: Invalid expression term ')'
      
       
      Last edited: Nov 3, 2012
    9. Buffcleave

      Buffcleave New Member

      Joined:
      Jun 16, 2012
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      0
      Code:
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(132,75) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)' and 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)'
      Compiler Error: c:\Users\********\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(142,102) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)' and 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(155,36) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)' and 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(180,29) : error CS1660: Cannot convert lambda expression to type 'string[]' because it is not a delegate type
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(180,36) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)' and 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(180,36) : error CS0029: Cannot implicitly convert type 'bool' to 'Styx.WoWInternals.WoWObjects.WoWUnit'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\ClassSpecific\Druid\Feral.cs(180,36) : error CS1662: Cannot convert lambda expression to delegate type 'Singular.Helpers.UnitSelectionDelegate' because some of the return types in the block are not implicitly convertible to the delegate return type
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Kiting.cs(75,90) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.CommonExtensions.IsDirectlyFacing(Styx.WoWInternals.WoWObjects.WoWUnit, Styx.WoWPoint)' and 'Singular.Helpers.CommonExtensions.IsDirectlyFacing(Styx.WoWInternals.WoWObjects.WoWUnit, Styx.WoWPoint)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Kiting.cs(373,92) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.CommonExtensions.IsDirectlyFacing(Styx.WoWInternals.WoWObjects.WoWUnit, float)' and 'Singular.Helpers.CommonExtensions.IsDirectlyFacing(Styx.WoWInternals.WoWObjects.WoWUnit, float)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Party.cs(251,21) : error CS1660: Cannot convert lambda expression to type 'Styx.TreeSharp.Composite' because it is not a delegate type
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Party.cs(252,52) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' and 'Singular.Helpers.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Party.cs(301,25) : error CS1660: Cannot convert lambda expression to type 'Styx.TreeSharp.Composite' because it is not a delegate type
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Party.cs(301,134) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' and 'Singular.Helpers.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)'
      Compiler Error: c:\Users\****\Desktop\hb3\Routines\SingularByWilu\Helpers\Unit.cs(566,40) : error CS0121: The call is ambiguous between the following methods or properties: 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)' and 'Singular.Helpers.TimeToDeathExtension.TimeToDeath(Styx.WoWInternals.WoWObjects.WoWUnit, long)'
      Then normal singular just starts.
       
    10. wilu1981

      wilu1981 New Member

      Joined:
      Apr 30, 2012
      Messages:
      29
      Likes Received:
      1
      Trophy Points:
      3
      @perfectlemon: Try to remove the original Sigular folder or check if there went smth wrong during extracting these files.
      @Buffcleave: This happend also to my installation too. So i removed the orignial Singular folder. I think the main issue here is, that the CS shares (when copying to another direcotry) the namespaces.
       
    11. Buffcleave

      Buffcleave New Member

      Joined:
      Jun 16, 2012
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      0
      hmm, in that case i think ill just update the normal singular with your rogue fix after each update insted, so im certain that the other classes are up to date :)
       
    12. wilu1981

      wilu1981 New Member

      Joined:
      Apr 30, 2012
      Messages:
      29
      Likes Received:
      1
      Trophy Points:
      3
      Don't forget to copy also the Settings\RogueSettings.cs :)=
       
    13. romancerbcl

      romancerbcl New Member

      Joined:
      Oct 20, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      on the pickpocket line, instead of asking "are your behind the targeT" to pickpocket cant you ask "is the target is humanoid?"
       
    14. gordobordo

      gordobordo New Member

      Joined:
      Jul 29, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      I'm wondering if there is a way for me to turn off Killing Spree for certain encounters. When I get to garalon killing spree will wipe the raid and I'm not sure what to do about this.
       
    15. ZyTE

      ZyTE New Member

      Joined:
      Jan 15, 2010
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      Must say, absolutely amazing for levelling except the apply poison thing :/
       
      Last edited: Nov 7, 2012
    16. romancerbcl

      romancerbcl New Member

      Joined:
      Oct 20, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      i am sad that pickpocket isnt working:* sex sword comes out of a lockbox
       
    17. kawkaw

      kawkaw New Member

      Joined:
      Feb 5, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      i have noticed it tries to pickpocket in warsong and the rest
       
    18. madmattco

      madmattco New Member

      Joined:
      Oct 1, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Another suggestion, of which im not sure if it has been mentioned, but it would be freakin sweet if, when you get overwhelmed with mobs and the bot uses vanish, it doesnt try to eat right away, thus calling the mobs back to you. make it move away some to a clear area before it tries to eat
       
    19. jake.zhao

      jake.zhao New Member

      Joined:
      Nov 5, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      it's not working for me on the latest version of hb, i don't know what's wrong with it.
       
    20. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      It is working fine for me. Prior to updating I made backup of the (custom) "SingularByWilu" folder. After update deleted the default "Singular" folder and then just put "SingularByWilu" folder back in place.
       

    Share This Page