work fine for me . but bot dont use recuperate . thats realy bad . recuperate must hold up i think bot not need food any more t
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 ),
awesome, Awesome, AWESOME, I love the stealth after looting. It totally disguises the walking patterns with certain profiles. Thank you very much for this update.
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 ')'
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.
@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.
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
on the pickpocket line, instead of asking "are your behind the targeT" to pickpocket cant you ask "is the target is humanoid?"
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.
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
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.