Jump to content

leastlikely

Members
  • Posts

    3
  • Joined

  • Last visited

File Comments posted by leastlikely

  1. It is better not to use addons.

    Otherwise replace 

                WhatsGoingOnFrame:SetBackdrop(StaticPopup1:GetBackdrop())

    with 

                WhatsGoingOnFrame:SetBackdrop({  bgFile = [[Interface\Tooltips\UI-Tooltip-Background]]})
                WhatsGoingOnFrame:SetBackdropColor(0.2,0.2,0.2,0.8)

    in main.cs

  2. When walking to the trainer to learn 'First aid' for the first time 'ignore attacked' is set to true. However after walking back and resuming the original task (quester in my case) 'ignore attacked' seems to be still set and the gather quest ignores all mobs untill wrobot is restarted.

    Am I missing something?

    My custom fightclass was bugging out. My apologies. The plugin works perfect.

×
×
  • Create New...