Forum: General Authoring Discussion
07-06-20, 04:12 PM
|
Replies: 7
Views: 3,357
First, thanks for the clue on .pkgmeta. I have...
First, thanks for the clue on .pkgmeta. I have run `release.sh` and created a package plus a zip file, which collected external libraries.
Sorry but I don't really know what I am doing with GitHub...
|
Forum: General Authoring Discussion
07-05-20, 01:28 PM
|
Replies: 7
Views: 3,357
|
Forum: General Authoring Discussion
07-05-20, 09:58 AM
|
Replies: 7
Views: 3,357
|
Forum: General Authoring Discussion
07-04-20, 01:11 PM
|
Replies: 7
Views: 3,357
Help with packaging addons
Can someone help with packaging addons? I have two questions regarding ZIP files generated from the Git Control Panel:
* Is it possible to collect external libraries without having them in a...
|
Forum: Lua/XML Help
03-12-20, 05:54 AM
|
Replies: 3
Views: 732
First of all, thanks for the performance...
First of all, thanks for the performance tip.
Second, I should have mentioned that the function is a part of a lua code inside WeakAuras. I don't fully understand the bit with frame reference. I...
|
Forum: Lua/XML Help
03-11-20, 05:23 AM
|
Replies: 3
Views: 732
|
Forum: Lua/XML Help
07-04-19, 04:23 AM
|
Replies: 1
Views: 1,050
It turns out I had to use...
It turns out I had to use GameTooltip:AddDoubleLine() instead to create two columns. Also, in TooltipTextureInfo I changed "region" to "RightLine" to make an icon appeared at the right column. Now...
|
Forum: Lua/XML Help
07-04-19, 03:45 AM
|
Replies: 1
Views: 1,050
Textures in GameTooltip
Hi,
I am trying to add a texture to GameTooltip. At the moment, it is placed in its default position, which is LeftTop corner. I found out GameTooltip:AddTexture...
|
Forum: PTR API and Graphics Changes
06-22-19, 07:22 AM
|
Replies: 30
Views: 25,384
I jumped in this thread because I was also...
I jumped in this thread because I was also interested in Altoholic issue with ItemButton--thanks for pointing out the erroneous parts.
Just having this opportunity, could someone describe the...
|
Forum: General Authoring Discussion
06-20-19, 07:42 AM
|
Replies: 0
Views: 911
Getting info about objects for jewelcrafter
What would be the best approach to check inside LUA if a certain object or object class is on the map and is ready for players to interact with? I am thinking of Jewelcrafting and the Shrines where...
|
Forum: Lua/XML Help
06-17-19, 03:58 AM
|
Replies: 33
Views: 3,906
I would recommend reading this if you are...
I would recommend reading this if you are interested in building your first addon:
https://www.wowace.com/projects/ace3/pages/getting-started
It explains a simple process which is based on Ace3. If...
|
Forum: Lua/XML Help
06-17-19, 03:46 AM
|
Replies: 11
Views: 2,094
Is it really rude asking for help regarding...
Is it really rude asking for help regarding another tool? I would not expect there was THAT competition between Curse and your site :( I hope I did not offend anyone here!
As to Cairenn's answer, I...
|
Forum: Lua/XML Help
06-15-19, 07:28 AM
|
Replies: 11
Views: 2,094
I was worried nobody would answer my question...
I was worried nobody would answer my question regarding Curse here :$
thanks for your comment. So as long as WI or Curse doesn’t remind me about taking too much resources, I should be ok to...
|
Forum: Lua/XML Help
06-14-19, 01:46 PM
|
Replies: 11
Views: 2,094
Publishing and updating addons
Hi sorry for a long post.
How do you manage addon versions on Curse? Do you delete previous versions? At some points there must be a number of different files including alphas, betas, and release!...
|
Forum: Graphics Help
06-14-19, 01:05 PM
|
Replies: 0
Views: 5,756
Creating icons / pins with layers
I have a number of icons and I was wondering if it's possible to mix them together. I can see that Blizzard merges different pins. For instance, some world quests are about killing more powerful...
|
Forum: Lua/XML Help
06-10-19, 03:05 PM
|
Replies: 5
Views: 1,079
|
Forum: Lua/XML Help
06-10-19, 04:34 AM
|
Replies: 5
Views: 1,079
Thanks. I did not know Blizzard use Data...
Thanks. I did not know Blizzard use Data Providers. I checked the link you have provided and found the same list of files on Townlong-yak (https://www.townlong-yak.com/framexml/live). I found another...
|
Forum: Lua/XML Help
06-09-19, 04:02 AM
|
Replies: 5
Views: 1,079
Change default pins on the World Map
I have just released an addon that shows some icons on the World Map for jewelcrafters. It's a module for HandyNotes. I realised that Blizzard also put pins at the same locations, which cover icons...
|
Forum: Dev Tools
05-29-19, 04:16 AM
|
Replies: 9
Views: 6,981
LanceDH, thanks for the addon.
As to GIT,...
LanceDH, thanks for the addon.
As to GIT, normally I would not be bothered to comments on things that have already been said. But GIT is a really very nice piece of work and will become easy to use...
|
Forum: Graphics Help
05-27-19, 05:20 AM
|
Replies: 2
Views: 2,586
|
Forum: Graphics Help
05-26-19, 02:00 PM
|
Replies: 2
Views: 2,586
Invisible icons.
Hi,
I tried to extend HandyNotes so that it would add extra icons to World Map. I downloaded a couple of other already made modules for HandyNotes. I decided to just slightly change...
|
Forum: Lua/XML Help
01-26-19, 08:13 PM
|
Replies: 5
Views: 784
|
Forum: Lua/XML Help
01-26-19, 08:13 PM
|
Replies: 5
Views: 784
|
Forum: Lua/XML Help
01-24-19, 05:25 PM
|
Replies: 5
Views: 784
|
Forum: Lua/XML Help
01-07-19, 07:55 AM
|
Replies: 8
Views: 710
I understand. I've changed variable to local....
I understand. I've changed variable to local. Before I thought this object would need to be in global scope.
I really appreciate your comments because those couple of posts (this one here and others...
|