Jump to content

SealHeal

Player
  • Content count

    83
  • Joined

  • Last visited

Everything posted by SealHeal

  1. SealHeal

    [ADDON] LunaUnitFrames

    [2017/01/09 13:34:11-172]: modules\units.lua:586: attempt to compare two nil values modules\units.lua:586: in function <Interface\AddOns\LunaUnitFrames\modules\units.lua:586> <in C code>: in function `sort' modules\units.lua:586: in function <Interface\AddOns\LunaUnitFrames\modules\units.lua:494>
  2. SealHeal

    [ADDON] LunaUnitFrames

    [2017/01/02 15:43:08-113]: modules\cast.lua:377: attempt to index field `?' (a boolean value) modules\cast.lua:377: in function <Interface\AddOns\LunaUnitFrames\modules\cast.lua:374> modules\cast.lua:420: in function <Interface\AddOns\LunaUnitFrames\modules\cast.lua:416> ---
  3. so that's the problem, the administration has decided to get rid of spammers and goldsellerov include protection against spam in chat. But the problem is that when I go to the game, I have included GroupCalendar, and automatically connects to channel my guild, where GroupCalendar spamming nicknames and what incomprehensible numbers. Can I fix it? Remove so that these messages are not climbs. Leave a message or something like GC2 / Player / number name. It's located in CalendarNetwork.lua file
  4. is it possible to make it so that when you press the "fix channel order" is automatically activated commands: /leave world /join world /leave lookingforgroup /join lookingforgroup /leave vqueue /join vqueue just tired of every time to click on the macros after rejoining the game, it would be very convenient
  5. if I'm playing for the Horde faction, how to turn off the visibility of the opposite faction quests?
  6. SealHeal

    [AddOn] aux and more

    [2016/12/28 20:19:44-51]: search\frame.lua:522: attempt to index field `row' (a nil value) search\frame.lua:522: in function `OnCellClick' gui\auction_listing.lua:633: in function <Interface\AddOns\aux-addon\gui\auction_listing.lua:618> ---
  7. SealHeal

    [Addon] HealBot + radius 40 yards

    addon does not always accurately check the distance to the target, if there is a tick 27yard range check in instances. So, while I will not understand what's going on, unplug it to avoid any problems with the radius in raids function HealBot_Range_Check(unit, range) local return_val = 0; if not range then range=40; end if ( unit=="player" ) then return_val = 1; elseif (UnitIsVisible(unit) == 1) then local tx, ty = GetPlayerMapPosition(unit) local dist if tx > 0 or ty > 0 then local px, py = GetPlayerMapPosition("player") dist = sqrt((px - tx)^2 + (py - ty)^2) if dist > HB_scale and (px > 0 or py > 0) then if (CheckInteractDistance(unit, 4)) then HB_scale = dist end end if dist <=(HB_scale*range/27) then return_val=1 end else if (HealBot_Config.QualityRange == 1) or range <= 27 then if (CheckInteractDistance(unit, 4)) then return_val = 1; end else return_val = 1; end end end return return_val; end
  8. SealHeal

    [ADDON] LunaUnitFrames

    healingprediction does not work on this server
×