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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Still crashing on Headless Horseman?

VHbug

New Member
Joined
Jun 22, 2010
Messages
22
If you're still crashing on the Headless Horseman event it's because of the tooltips on the pumpkin.
Create 2 Macros to fix: Tooltips off and Tooltips on

Tooltips off-/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);

Tooltips on-/script GameTooltip:SetScript("OnShow", GameTooltip.Show);

Everytime you run headless horseman be sure not to mouse over the pumpkin until you hit the Tooltips off macro.
 
The problem with the crashing on zoning in and such is due to a bug with mouse over interact-able objects and such, a blue post mentioned it was noted and a fix is being worked on.
 
Back
Top