Showing results 1 to 25 of 325
Search took 0.01 seconds.
Search: Posts Made By: cokedrivers
Forum: Lua/XML Help 09-10-23, 11:31 AM
Replies: 2
Views: 636
Posted By cokedrivers
Thank you help out greatly

Thank you help out greatly
Forum: Lua/XML Help 09-10-23, 07:22 AM
Replies: 2
Views: 636
Posted By cokedrivers
Find Names is default code

where can i find a list of name that blizzard used for stats ingame?

for Example
STAT_CATEGORY_MELEE,
STAT_CATEGORY_SPELL,
STAT_CATEGORY_GENERAL,
STAT_CATEGORY_DEFENSE,

What im trying to find is...
Forum: Lua/XML Help 09-09-23, 01:53 PM
Replies: 12
Views: 5,462
Posted By cokedrivers
how do i pull the Paladin.Ret?

how do i pull the Paladin.Ret?
Forum: Lua/XML Help 09-09-23, 07:55 AM
Replies: 12
Views: 5,462
Posted By cokedrivers
ok so everything is working "kinda" the stat...

ok so everything is working "kinda" the stat datatext i would like to dive in a little deeper and have it choose by player spec.

for instance a Pally has a heal spec, a DPS spec, and a tank spec so...
Forum: Lua/XML Help 09-06-23, 03:52 PM
Replies: 12
Views: 5,462
Posted By cokedrivers
Thank You so much it is working...

Thank You so much it is working now

https://imgbox.com/8mv1MGox

wont let me add a pic so this is what i did

and for those wondering how i got it done here is the code...

Stats Code
Forum: Lua/XML Help 09-06-23, 07:53 AM
Replies: 12
Views: 5,462
Posted By cokedrivers
Thank You for the help, I tried a different route...

Thank You for the help, I tried a different route but still doesnt show up on datapanel, i dont get any errors but no text either.

i chose to go by primary stat (Strength/Agility/Intel) to decide...
Forum: Lua/XML Help 09-05-23, 01:38 PM
Replies: 12
Views: 5,462
Posted By cokedrivers
Is this more along the lines of what needs to be...

Is this more along the lines of what needs to be done?


local function Update(self, t)
if playerRole == nil then
Text:SetText(hexa.."No Stats"..hexb)
else
if playerRole ==...
Forum: Lua/XML Help 09-05-23, 10:29 AM
Replies: 12
Views: 5,462
Posted By cokedrivers
Yes it has it, i was only trying to show the part...

Yes it has it, i was only trying to show the part of the code im having issues with.

Here is the full lua for my Datapanel...

local MODULE_NAME = "Datapanel"
local BasicUI =...
Forum: Lua/XML Help 09-05-23, 08:31 AM
Replies: 12
Views: 5,462
Posted By cokedrivers
[WoW Classic Era] Bringing back a older addon.

Hello everyone, im trying to resurrect my old addon BasicUI but am having some issues with my datapanel and some datatext.

Mostly the 2 main datatext im having issues with are spec and stat...
Forum: Lua/XML Help 10-16-20, 07:25 AM
Replies: 1
Views: 3,701
Posted By cokedrivers
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: 4,832
Posted By cokedrivers
Thank You so much for the help. Works Great.

Thank You so much for the help. Works Great.
Forum: Lua/XML Help 10-10-20, 09:26 AM
Replies: 2
Views: 4,832
Posted By cokedrivers
[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: 9,395
Posted By cokedrivers
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: 9,395
Posted By cokedrivers
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: 9,395
Posted By cokedrivers
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: 7,347
Posted By cokedrivers
Then it has to be something in my main UI beacuse...

Then it has to be something in my main UI beacuse i still get the same popup:

https://i.postimg.cc/PrrK42Zs/Blocked-UI.png
Forum: Lua/XML Help 08-29-20, 11:35 AM
Replies: 5
Views: 7,347
Posted By cokedrivers
Nope, i change it to the above and got this...

Nope, i change it to the above and got this error:

1x BasicUI\Modules\Datapanel.lua:1756: CastSpell(): Invalid spell slot
[string "=[C]"]: in function `CastSpell'
[string...
Forum: Lua/XML Help 08-29-20, 11:14 AM
Replies: 5
Views: 7,347
Posted By cokedrivers
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: 4,338
Posted By cokedrivers
Thank you, this help me out alot.

Thank you, this help me out alot.
Forum: Lua/XML Help 08-22-20, 09:39 PM
Replies: 2
Views: 4,338
Posted By cokedrivers
[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: 4,456
Posted By cokedrivers
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: 4,456
Posted By cokedrivers
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: 4,456
Posted By cokedrivers
Ok so I am able to get ALL the skill listed how...

Ok so I am able to get ALL the skill listed how can I break them down into professions?

Here is the code that works and the pic to go with it.

for skillIndex = 1, GetNumSkillLines() do
local...
Forum: Lua/XML Help 01-21-20, 11:06 AM
Replies: 12
Views: 10,526
Posted By cokedrivers
Not to hijack a topic but I was wondering about...

Not to hijack a topic but I was wondering about profession with my databar I use and was wondering with the help from this post does the following code look like it will work in...
Forum: Lua/XML Help 12-25-19, 08:24 AM
Replies: 4
Views: 2,724
Posted By cokedrivers
Thank You @Fizzlemizz it works perfectly, it so...

Thank You @Fizzlemizz it works perfectly, it so nice not hearing the "fatality" every time the screen loads.
Showing results 1 to 25 of 325