Showing results 1 to 25 of 179
Search took 0.01 seconds.
Search: Posts Made By: Yukyuk
Forum: AddOn Search/Requests 03-17-22, 08:29 AM
Replies: 9
Views: 2,044
Posted By Yukyuk
Smile +1 to that. I won't repeat exactly what my first...

+1 to that.

I won't repeat exactly what my first words were when I saw the NEW addon list, but they were "adult language" :p
Forum: Lua/XML Help 02-08-22, 12:21 PM
Replies: 8
Views: 1,980
Posted By Yukyuk
Nothing wrong with your graphic card. My best...

Nothing wrong with your graphic card.
My best guess is that values over 1 are defaulted to 1.
So MapFrame.texture:SetColorTexture(255, 0, 0) becomes MapFrame.texture:SetColorTexture(1, 0, 0) and...
Forum: Lua/XML Help 02-08-22, 10:29 AM
Replies: 8
Views: 1,980
Posted By Yukyuk
SetColorTexture uses values up to 1. So if you...

SetColorTexture uses values up to 1.
So if you want to have 12, 34 and 56 as a texture then use MapFrame.texture:SetColorTexture(0.05, 0.1, 0.2)
Forum: AddOn Search/Requests 06-17-20, 02:47 AM
Replies: 6
Views: 7,882
Posted By Yukyuk
Format money string

I use the GetCoinTextureString for this.
Forum: Released AddOns 02-17-20, 09:56 AM
Replies: 9
Views: 14,767
Posted By Yukyuk
yCriticalStrike

As requested by a user, yCriticalStrike added to ySeries.
Forum: Released AddOns 01-04-20, 07:24 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
And that little comment made my day. Thank you :)

And that little comment made my day. Thank you :)
Forum: Released AddOns 01-03-20, 07:30 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
Version 1.0

Classic Achivements is now out of the BETA phase.
So the version number is now 1.0.

Question:
Do you have plans for more achievements?
Answer:
Oh yes. Have lots of Ideas.

But life being as it is,...
Forum: Released AddOns 11-20-19, 02:42 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
Just released the BETA 3 version. Should correct...

Just released the BETA 3 version.
Should correct a few spelling errors :)

English is not my native language (Dutch is) so it is quite possible there are a few more spelling and/or grammar errors...
Forum: Released AddOns 11-20-19, 01:15 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
Thank you for the feedback. :) And will look at...

Thank you for the feedback. :)

And will look at the spelling.
Forum: Released AddOns 11-20-19, 01:13 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
Thank you :)

Thank you :)
Forum: Released AddOns 11-19-19, 12:02 PM
Replies: 10
Views: 12,607
Posted By Yukyuk
Some screen shots

Some screen shots.
Forum: Released AddOns 11-19-19, 11:59 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
Version History

Version 1.2
- October 29, 2021
- Long overdue update to fix the SetBackdrop error.

Version 1.1
- Februari 5, 2020
- Removed small piece of code that caused an error (/salute command)

Version 1.0
-...
Forum: Released AddOns 11-19-19, 11:59 AM
Replies: 10
Views: 12,607
Posted By Yukyuk
Classic Achievements

Classic Achievements

Why write this addon?
When I started playing WOW classic, I liked it.
But I did miss my achievements.
So I developed Classic Achievements.

So what does it do?
Like in retail...
Forum: Lua/XML Help 11-10-19, 04:54 AM
Replies: 2
Views: 2,833
Posted By Yukyuk
Of course :rolleyes: Thank you Ailae :)

Of course :rolleyes:

Thank you Ailae :)
Forum: Lua/XML Help 11-10-19, 01:53 AM
Replies: 2
Views: 2,833
Posted By Yukyuk
Why does tinsert work and table.insert not

I have the following piece of code:


-------------------------------------------------------------------------------
-- Fill the right side scroll table...
Forum: Lua/XML Help 10-22-19, 12:14 PM
Replies: 5
Views: 2,616
Posted By Yukyuk
Perfect. Thank you Kanegasi :)

Perfect. Thank you Kanegasi :)
Forum: Lua/XML Help 10-22-19, 11:50 AM
Replies: 5
Views: 2,616
Posted By Yukyuk
Pattern matching

I try to extract the itemId from a loot message but am not sure how to do this.

For example I have the following loot message.
"You receive loot: |cffffffff|Hitem:2589::::::::13:::::::|h[Linen...
Forum: Classic - AddOn Help/Support 10-13-19, 08:49 AM
Replies: 4
Views: 4,355
Posted By Yukyuk
With a bit of tinkering I got it to work (It has...

With a bit of tinkering I got it to work (It has a dependency to Grail).
I now have a list of continents and the zones.

Unfortunately a list of subzones seems impossible.
Forum: Classic - AddOn Help/Support 10-13-19, 01:30 AM
Replies: 4
Views: 4,355
Posted By Yukyuk
Thank you Nimhfree. Will try this out and will...

Thank you Nimhfree.

Will try this out and will let you know the results.
Forum: Classic - AddOn Help/Support 10-12-19, 06:08 AM
Replies: 4
Views: 4,355
Posted By Yukyuk
Need help developing new addon: Classic Achievements

Am currently playing Wow classic and I like it.
But I do miss my achievements.

So am developing a new addon called Classic Achievements.
For this I would like to have a list of...
Forum: Site help, bugs, suggestions/questions 10-11-19, 07:00 AM
Replies: 4
Views: 1,527
Posted By Yukyuk
And its now in the correct categorie. Thank you...

And its now in the correct categorie.

Thank you "unknown person" :p:p
Forum: Site help, bugs, suggestions/questions 10-10-19, 12:24 PM
Replies: 4
Views: 1,527
Posted By Yukyuk
Thanks for the reply but I allready did add the...

Thanks for the reply but I allready did add the other categorie.
Also I see no way to change the categorie.
But maybe one of the admins can.
Forum: Site help, bugs, suggestions/questions 10-10-19, 03:02 AM
Replies: 4
Views: 1,527
Posted By Yukyuk
Addon in the wrong Category

I added my addon PictureThis Classic into the wrong category.

It now is in the category "Miscellaneous" but it should be in the category "Classic - General".
Is there a way to cerrect this?
Forum: Released AddOns 10-07-19, 06:38 AM
Replies: 2
Views: 8,408
Posted By Yukyuk
An example showing a single Mount.

An example showing a single Mount.
Forum: Released AddOns 10-07-19, 06:36 AM
Replies: 2
Views: 8,408
Posted By Yukyuk
An example showing a Character, Mount, Factions...

An example showing a Character, Mount, Factions and class Icons. An Aura and text.
Showing results 1 to 25 of 179