Line 85 & 86:Replace line 160 with this to fix killing critters instead of interacting and doing a pet battle:Also add this condition into the while () on Line 87:Code:StyxWoW.Me.ToggleAttack(); TreeRoot.StatusText = Name + ": slay " + critterUnit.Name;
Code:&& critterUnit.Attackable == true
Code:
while (killAchievement.Contains(critterUnit.Name) && critterUnit.IsAlive && !Completed(2556) && !Blacklist.Contains(critterUnit.Guid) && !Me.OnTaxi && critterUnit.Attackable == true) {
Code:
//System.Media.SystemSounds.Asterisk.Play();
Code:
critterUnit.Interact(); TreeRoot.StatusText = Name + ": slay " + critterUnit.Name; } StyxWoW.Me.ToggleAttack(); TreeRoot.StatusText = Name + ": slay " + critterUnit.Name;
[FONT=Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif]
[/FONT]Causes WoW to lock up when Framelock is on. Undead mage. Framelock set to 100. Works fine for everything else.
[FONT=Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif]Don't use framelock outside of dungeons and raiding. I recommend turning it off completely as it can destroy your frame rate with CRs that don't have framelock. If you do turn it on, no more than 30 and no less than 15. [/FONT]