Forum: Lua/XML Help
10-16-20, 07:25 AM
|
Replies: 1
Views: 1,750
Error with runes
I'm getting this error any time my screen reloads:
36x BasicUI\Modules\Powerbar.lua:316: attempt to perform arithmetic on local 'start' (a nil value)
[string "@BasicUI\Modules\Powerbar.lua"]:316:...
|
Forum: Lua/XML Help
10-13-20, 05:53 AM
|
Replies: 2
Views: 2,862
|
Forum: Lua/XML Help
10-10-20, 09:26 AM
|
Replies: 2
Views: 2,862
[BETA] Tokens in tooltip
I am having issues showing my backpack tokens in my toolip of my datatext.
Here is the code from beta:
for i = 1, GetNumWatchedTokens() do
local name, count, extraCurrencyType, icon, itemID...
|
Forum: Lua/XML Help
10-06-20, 06:30 AM
|
Replies: 9
Views: 4,773
Thank You no more errors when a boss frame...
Thank You no more errors when a boss frame shows.
Here is the code that works for me:
-- Target Castbar
hooksecurefunc("Target_Spellbar_AdjustPosition", function(self)
if self ==...
|
Forum: Lua/XML Help
10-04-20, 09:04 AM
|
Replies: 9
Views: 4,773
Did some investigating and found this in the...
Did some investigating and found this in the TargetFrame.lua..
function Target_Spellbar_AdjustPosition(self)
local parentFrame = self:GetParent();
if ( self.boss ) then
self:SetPoint("TOPLEFT",...
|
Forum: Lua/XML Help
10-03-20, 07:49 AM
|
Replies: 9
Views: 4,773
Boss Frame Error
Eveytime im in a instance i get this error when ever a boss is engaged.
15x [ADDON_ACTION_BLOCKED] AddOn 'BasicUI' tried to call the protected function 'Boss2TargetFrame:Hide()'.
[string...
|
Forum: Lua/XML Help
08-30-20, 07:51 AM
|
Replies: 5
Views: 3,488
|
Forum: Lua/XML Help
08-29-20, 11:35 AM
|
Replies: 5
Views: 3,488
|
Forum: Lua/XML Help
08-29-20, 11:14 AM
|
Replies: 5
Views: 3,488
Block Function CastSpellByName
I have a professions button that i use to open prof1 and prof2 when ever i leftclick for prof1 i get this:
9x [ADDON_ACTION_FORBIDDEN] AddOn 'BasicUI' tried to call the protected function...
|
Forum: Lua/XML Help
08-23-20, 07:21 AM
|
Replies: 2
Views: 2,629
|
Forum: Lua/XML Help
08-22-20, 09:39 PM
|
Replies: 2
Views: 2,629
[BETA] Actionbar Range Help
I have been trying for serveral hours now and cannot seem to get this code to work .
local function UpdateRange( self, elapsed )
local rangeTimer = self.rangeTimer
local icon = self.icon;
if(...
|
Forum: Lua/XML Help
01-23-20, 07:41 AM
|
Replies: 5
Views: 2,221
Thank You very much @Kanegasi and @Seerah for...
Thank You very much @Kanegasi and @Seerah for taking the time to help me with this.
With using @Kanegasi's main lay out I was able to get the perfect setup for my tooltip for my databar.
Here is...
|
Forum: Lua/XML Help
01-22-20, 06:19 PM
|
Replies: 5
Views: 2,221
Yes this works but it only return the 2...
Yes this works but it only return the 2 Professions not the secondary skills.
so I've been playing around with it and almost have it where I want it.
Its sloppy but almost does the...
|
Forum: Lua/XML Help
01-22-20, 08:18 AM
|
Replies: 5
Views: 2,221
|
Forum: Lua/XML Help
01-21-20, 11:06 AM
|
Replies: 11
Views: 4,060
|
Forum: Lua/XML Help
12-25-19, 08:24 AM
|
Replies: 4
Views: 1,277
|
Forum: Lua/XML Help
12-24-19, 09:38 AM
|
Replies: 4
Views: 1,277
|
Forum: Lua/XML Help
12-07-19, 07:31 AM
|
Replies: 4
Views: 1,482
|
Forum: Lua/XML Help
12-01-19, 07:22 AM
|
Replies: 4
Views: 1,482
|
Forum: Lua/XML Help
11-30-19, 09:40 AM
|
Replies: 4
Views: 1,482
Changeing Chat Bubble Name Color
Hello I have been trying to figure this out for a while now, I have the names able to do RAID_CLASS_COLORS or a specific color but how do I get them to do the reaction color to me, so an enemy's NPC...
|
Forum: Lua/XML Help
08-31-19, 08:51 AM
|
Replies: 5
Views: 2,221
WoW Classic Professions
I could use some help with getting data for professions.
I've been hunting around and can not seem to find the right way to get this to work in classic (that is if it is even possible)
Here is the...
|
Forum: Lua/XML Help
12-30-18, 10:02 AM
|
Replies: 15
Views: 1,261
|
Forum: Lua/XML Help
12-29-18, 11:31 AM
|
Replies: 15
Views: 1,261
|
Forum: Lua/XML Help
12-29-18, 11:23 AM
|
Replies: 15
Views: 1,261
Would it be like a if nil then return? I tried...
Would it be like a if nil then return? I tried that and it killed the whole plugin. I'm not anywears near a coder i just try to limp threw it.
I'll try to research more on being able to hide code...
|
Forum: Lua/XML Help
12-27-18, 11:45 AM
|
Replies: 15
Views: 1,261
|