Results: 24Comments by: lainbh
File: MonkTimers05-28-14
Monktimers and rActionButtonStyler
Posted By: lainbh
One problem with using Monktimers (1.25) and rActionButtonStyler: invisible icons on Monktimers. Shows only cooldown.
File: bBars08-15-12
У мона...
Posted By: lainbh
У монахов(хилов по крайней мере), если на способность не х&...
File: bBars07-15-12
Pets battle
Posted By: lainbh
When start pets battle doesn't hide bars.
File: bUnitFrames07-01-12
Don't show debuffs on party/raid fr...
Posted By: lainbh
Don't show debuffs on party/raid frames for Monk. May be change/add monk in local CanDispel = { PRIEST = { Magic = true, Disease = true, }, Added MONK = { Magic = true, Curse = true, Poison = true, } and it work.
File: Headline (Nameplates)05-02-11
Originally posted by Fugaru Works...
Posted By: lainbh
Originally posted by Fugaru Works perfectly. The only thing that's not working atm is the colour of the cast bar. All casts have the red colour, even the interruptable casts. Any idea? Try change 86 line to frame:SetStatusBarColor(0, 1, 0) Change to interruptable cast to green color, dont now now how tested this, because...
File: Headline (Nameplates)04-30-11
Originally posted by tordenflesk...
Posted By: lainbh
Originally posted by tordenflesk That worked, but the aggro-coloring of the health-bar is no longer there. Uncomment(remove "--]--") section --]--
File: Headline (Nameplates)04-29-11
local FONT = =] local TEXTURE = =]...
Posted By: lainbh
local FONT = =] local TEXTURE = =] local OVERLAY = =] local combat = false local numChildren = -1 local frames = {} local function QueueObject(parent, object) parent.queue = parent.queue or {} parent.queue = true end local function HideObjects(parent) for object in pairs(parent.queue) do if(object:GetObjectTy...
File: Aptechka10-20-10
Спаси...
Posted By: lainbh
Спасибо. Но вот возникает небольшая проблема с отображk...
File: Aptechka10-20-10
Собственные инд&
Posted By: lainbh
Раньше в версии 0.9.6 можно было в конфиг файле создавать св ...
File: LiteStats10-20-10
line 230 core.lua end if friends...
Posted By: lainbh
line 230 core.lua end if friends.enabled or guild.enabled then slprint(format("%s/%s",FRIENDS,GUILD), L"Hold alt key to view ranks, notes and officer notes.", L"(Guild) Right-Click to change the sorting, shift-right-click to reverse order.") And from ChangeLog "Holding alt will show the player's real name while they'...
File: LiteStats10-17-10
Open New Guild Frame
Posted By: lainbh
1. To Open New Guild(Social) Frame: Change 764 line: ToggleFriendsFrame(3) -> ToggleGuildFrame(1) 2. Change Sets on MiddleClick or Shift-LeftClick Change 430 line: remove "GetCVarBool'equipmentManager' and" Maybe in 4.0.1 changes CVar for equipmentManager, but i dont know how. Anf if removed this line may be problems...
File: xCT09-25-10
Re: Re: Incoming damage
Posted By: lainbh
Originally posted by braindump 1) no option, sorry. you can manually change the code. search for elseif subevent=="MISS"and(COMBAT_TEXT_SHOW_DODGE_PARRY_MISS=="1")then xCT1:AddMessage(MISS,.5,.5,.5) and replace it with elseif subevent=="MISS"and(COMBAT_TEXT_SHOW_DODGE_PARRY_MISS=="1")then xCT1:AddMessage("Miss",.5,.5,.5...
File: xCT09-25-10
Incoming damage
Posted By: lainbh
1. In incoming damage frame effects (parry, dodge and another) shows in current locale, how make is shows in en_gb locale for another locale like in outgoing damage frame. 2. Shows in outcoming damage frame Interrupting message.
File: Cellular07-01-10
Small fix
Posted By: lainbh
In version for 3.3.3 I can whisper to another player one click on frame cellular and then open EditBox for this player. Now (3.3.5) I need click nick player in frame cellular.
File: LiteStats07-01-10
Battle.net Friends
Posted By: lainbh
Anyone can add function to show battle.net friends in tooltip Friends?
File: Aptechka01-04-10
Ошибка новой фун
Posted By: lainbh
Сам пробывал добавить в аддон функцию отображения стак...
File: oUF_Freebgrid12-21-09
Icons of hots
Posted By: lainbh
How I can use ouf_aurawatch with ouf_freebgrid to display icons(with timers) of hots instead squares or only timers. Or may be need only edit function "UNIT_AURA" in tags.lua?
File: BasicChatMods10-19-09
Originally posted by vtmonk Hi U...
Posted By: lainbh
Originally posted by vtmonk Hi Under Russian localization is not worked function "replacements channels names" (channelnames.lua). Other things of the addon is very good. i try to change "]...,"]... on russian analogue words, but it is not help. Can you help me? You need used UTF-8 encoding for nonEU languages. For exampl...
File: cargBags04-20-09
Oh, Cargo, sorry for this my fool q...
Posted By: lainbh
Oh, Cargo, sorry for this my fool questions. Its my epic fail, in editor with lua syntax highlights by default encoding not UTF-8. But WoW clients use UTF-8 encoding for non-enGB locales, i changed encoding, save again ile and its works fine. Thanks for you help.
File: cargBags04-19-09
Originally posted by Cargor Ah, w...
Posted By: lainbh
Originally posted by Cargor Ah, well, okay - then I'd like to see your layout.lua, so I can reproduce your problem. :) Just upload it on http://pastey.net or a similar site. Its layout cargBags_Pernobilis with added description of new frame and new filter. Other don't changed. I see, that enGB loacale works fine, for exampl...
File: cargBags04-17-09
Originally posted by Cargor So, m...
Posted By: lainbh
Originally posted by Cargor So, make sure, you either: - have the bag object with the armors spawned before the main frame - or create a filter for the main frame which fits all items which are not armors (item.type ~= "armor"). For this puprose, I used parameter INVERTED in SetFilter(). For Main frame Inverted filter, for S...
File: cargBags04-17-09
Thanks for help, but this may be tr...
Posted By: lainbh
Thanks for help, but this may be trouble with locale. In game I use macros: /script sName, sLink, iRarity, iLevel, iMinLevel, sType, sSubType, iStackCount = GetItemInfo('item:25759:0:0:0:0:0:0:0');DEFAULT_CHAT_FRAME:AddMessage(sType); It return value of type item with id=25759(weapon in my bag), and its value localized to my lan...
File: cargBags04-15-09
Originally posted by Cargor loc...
Posted By: lainbh
Originally posted by Cargor local onlyArmor = function(item) return item.equipLoc and item.equipLoc ~= "" end Thanks, but this filter shows all equipable items, such as armors, weaopns, ammo, bags, quivers. In additional, if item.type works, may be consist quest items, gems, items for proffs. And other questions, how...
File: cargBags04-14-09
How make filter for only Armor? I...
Posted By: lainbh
How make filter for only Armor? In function GetItemInfo() parameter type return type of item, for example, armor, weapon, quests and other. But (Доспехи - localization of type "Armor") local onlyRare = function(item) return item.rarity and item.rarity>1 and item.type=="До...