ahh what about mesh?? doesn't work without..
cc issue, its no longer targetting you, and the CC stops attacking (happens with mordds too). i've let him know about it
if ((!Me.CurrentTarget.Fleeing) || (!Me.CurrentTarget.IsCasting))
if ((!Me.CurrentTarget.Fleeing) && (!Me.CurrentTarget.IsCasting))
Yeah, I PMed him about it a couple of weeks ago, still haven't seen any form of a response from him.It's a really easy fix too. For reference (I'll post this in his thread too, I guess), all you have to do is change the code on line 5176 of Convalesce.cs (the current version, aka Beta 2) from:
Code:if ((!Me.CurrentTarget.Fleeing) || (!Me.CurrentTarget.IsCasting))
to:
Code:if ((!Me.CurrentTarget.Fleeing) && (!Me.CurrentTarget.IsCasting))
and it should fix that issue.
EDIT: Change that, not going to post in his thread... He's quite clear that he doesn't want anyone posting code changes to his CC. Probably shouldn't even have this here TBH. Wish he would respond to my PMs.Several other issues I threw his way too that can cause relatively severe problems.
Beo, what about the issue that most CC's have with a target that is in combat with another npc? (ie: hyjal rock elementals)
if (pUnit.Combat && pUnit.TaggedByOther && !pUnit.TappedByAllThreatLists)
DropTarget();
so far doesn't matter which class I try as soon as I get to lvl 4 to do the class specific quest, it either bugs out before during or after, it will just stop aborting the thread and not continue if start is pressed just standing there, here is a log of during.
Hello i don't know if i'm the only one with this bug or what but, whenever it go to train, it just stand there doing nothing. Not even targeting the trainer. But as soon as i rightclick the trainer myself, it trains and then run back to grind.
Race: Worgen
Class: Druid
Trainer: Celestine of the Harvest in SW
Error with HB. =(
hit up the bugtracker and post a log so they can fix it![]()