What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Bot castet nur Corruption

Flop

New Member
Joined
Aug 31, 2013
Messages
21
Reaction score
0
Hallo Community,
ich habe ien kleines Problem mit den CC f?r den Warlock.
Er spamt nur Corruption auf den Mob, mehr nicht und das in der Skillung Demo.
Hat jemand eine L?sung? Ich muss dazu sagen ich bin noch ganz neu im HB gesch?ft ;)
 
Scheint ein Problem in der Zusammenarbeit zwischen den neuen HB-Versionen und der CC zu sein.

[15/Sep/2013 - Update #2]
- Fixed DoTManager unknown ID removal.
- [Affliction] Fixed Malefic Grasp.

There seems to be a significant amount of bugs in the test release, and between the 3 versions of Honorbuddy (EU/US/German). A lot of the stuff that's broken hasn't changed in the routine - fixing Malefic Grasp has happened by removing a load of conditions which are required (and will need to be re-added back in).

Soul Swap Inhale/Exhale isn't working at all, and I'm not sure why yet. Same goes for Metamorphosis form. Hopefully the updated versions of Honorbuddy will resolve some issues, but I'll try and work out where the problems are to give the details to raphus to fix.

Can I also ask not to PM me with issues from this test release - just came back to 46 new PM's with a 1 minute delay between replying to them all, so it takes time away from actually fixing the code. Thanks!


gr?sse


Ab hier gibts dann wahrscheinlich die Statusmeldung, wann alles wieder funktioniert:
http://www.thebuddyforum.com/honorb...y-warlock-routine-pve-pvp-42.html#post1266440
 
Was ich noch rausgelesen habe ist, dass im Moment wohl eher Zerst?rung geskillt sein sollte bis es wieder geht! Das scheint wohl zu funktionieren.

gr?sse
 
Ich warte ienfach mal ab, zur not schaue ich mir mal an wie die aufgebaut sind und evtl. kann ich da ja selber ne CC schreiben.
Vielen Dank jedenfalls f?r eure Antworten
 
tempor?re l?sung:
?ffnen **Honorbuddy\Routines\Singular\ClassSpecific\Warlo ck\Demonology.cs mit notepad.
finde
"Spell.Cast("Corruption", req => !Me.HasAura("Metamorphosis") && Me.CurrentTarget.HasAuraExpired("Corruption", 3)),"
ersetzen mit
"//Spell.Cast("Corruption", req => !Me.HasAura("Metamorphosis") && Me.CurrentTarget.HasAuraExpired("Corruption", 3)),"
und
"Spell.CastHack("Metamorphosis: Doom", "Doom", on => Me.CurrentTarget, req => Me.HasAura("Metamorphosis") && (Me.CurrentTarget.HasAuraExpired("Metamorphosis: Doom", "Doom", 10) && DoesCurrentTargetDeserveToGetDoom()) || NeedToReapplyDoom()),"
mit
"//Spell.CastHack("Metamorphosis: Doom", "Doom", on => Me.CurrentTarget, req => Me.HasAura("Metamorphosis") && (Me.CurrentTarget.HasAuraExpired("Metamorphosis: Doom", "Doom", 10) && DoesCurrentTargetDeserveToGetDoom()) || NeedToReapplyDoom()),"

yo _/
 
Back
Top