Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Wetxius
Forum: Legion Beta archived threads 06-25-16, 07:03 AM
Replies: 32
Views: 20,730
Posted By Wetxius
SetCVar("cameraDistanceMaxFactor", 1.9)

SetCVar("cameraDistanceMaxFactor", 1.9)
Forum: General Authoring Discussion 06-02-16, 07:16 AM
Replies: 4
Views: 2,326
Posted By Wetxius
GetItemInfo returns 1 for heirloom. Oniya, you...

GetItemInfo returns 1 for heirloom.
Oniya, you can look at http://www.wowinterface.com/downloads/info22081-CloudyUnitInfo.html. It uses another way to calculate item level depend of unit level.
Forum: Lua/XML Help 05-31-16, 12:55 AM
Replies: 2
Views: 1,171
Posted By Wetxius
local frame =...

local frame = CreateFrame("Frame")
frame:RegisterEvent("PLAYER_ENTERING_WORLD")
frame:SetScript("OnEvent", function()
local _, instanceType = IsInInstance()
if instanceType == "pvp" then

end
end)
Forum: AddOn Search/Requests 04-26-16, 11:07 AM
Replies: 5
Views: 5,609
Posted By Wetxius
You can try Numeration Damage Meter...

You can try Numeration Damage Meter (http://www.wowinterface.com/downloads/info17434-NumerationDamageMeter.html). It has LDB in-built and shows in ElvUI.
Forum: Lua/XML Help 10-26-14, 09:08 AM
Replies: 2
Views: 2,231
Posted By Wetxius
http://wowpedia.org/API_GetSpellInfo Returns 6.0: ...

http://wowpedia.org/API_GetSpellInfo
Returns
6.0:

name, rank, icon, castTime, minRange, maxRange
Forum: oUF (Otravi Unit Frames) 12-13-13, 06:14 AM
Replies: 21
Views: 9,875
Posted By Wetxius
Thumbs up Fix

I fixed thread bug. Just remove from .xml files "hidden="true"
Example:
<Button name="oUF_ClamsodaPartyPets" inherits="SecureUnitButtonTemplate" hidden="true" virtual="true">
Changed to:
<Button...
Forum: nUI: Bug Reports 09-19-13, 02:40 AM
Replies: 38
Views: 22,217
Posted By Wetxius
http://www.wowhead.com/quest=33018 First quest in...

http://www.wowhead.com/quest=33018
First quest in Timeless Isle. Scenario on 8th quest and then open daily scenario quest. Problem with bar, that buttons show some time after bar changed to vehicle...
Showing results 1 to 7 of 7