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

Critters Achievement (MoP updated)

Replace line 160 with this to fix killing critters instead of interacting and doing a pet battle:
Code:
StyxWoW.Me.ToggleAttack(); TreeRoot.StatusText = Name + ": slay " + critterUnit.Name;
Also add this condition into the while () on Line 87:
Code:
 && critterUnit.Attackable == true
Line 85 & 86:
Code:
while (killAchievement.Contains(critterUnit.Name) && critterUnit.IsAlive && !Completed(2556) && !Blacklist.Contains(critterUnit.Guid) && !Me.OnTaxi && critterUnit.Attackable == true)                    {
Line 87:
Code:
//System.Media.SystemSounds.Asterisk.Play();
I know you don't inderst this in Play() so I did the above line.Lines 158-160:
Code:
                       critterUnit.Interact(); TreeRoot.StatusText = Name + ": slay " + critterUnit.Name;                                }                                StyxWoW.Me.ToggleAttack(); TreeRoot.StatusText = Name + ": slay " + critterUnit.Name;
Sort of looks like duplicate code. Anyway, it's still trying to pet battle that Gold Beetle.

[FONT=Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif]
Causes WoW to lock up when Framelock is on. Undead mage. Framelock set to 100. Works fine for everything else.
[/FONT]
[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]
 
here is a profile for shared my life one



missed huge toad and lava crab. will add huge toad but wil not add lava crab. this is b.c i attended for this profile to stay in northrend since most of the critters are there.
 

Attachments

Last edited:
Updated to Work

Updated this to work correctly now with Honorbuddy Dev changes.

Just replace the cs file from the original.
 

Attachments

Compiler Error: \CrittersAchievement.cs(43,30) : error CS0115: 'CrittersAchievement.CrittersAchievement.Initialize()': no suitable method found to override

Anyone know how to fix this error.
 
Back
Top