Showing results 1 to 25 of 113
Search took 0.00 seconds.
Search: Posts Made By: Hubb777
Forum: AddOn Help/Support 04-27-24, 09:11 AM
Replies: 1
Views: 471
Posted By Hubb777
local addonName, addon = ... local Backdrop = { ...

local addonName, addon = ...

local Backdrop = {
bgFile = "Interface\\DialogFrame\\UI-DialogBox-Background",
}

local frame_x = 0
local frame_y = -200

local f = CreateFrame("Button",...
Forum: AddOn Help/Support 04-27-24, 04:14 AM
Replies: 1
Views: 471
Posted By Hubb777
Timer with two regions (America and Europe)

local addonName, addon = ...
local Backdrop = {
bgFile = "Interface\\DialogFrame\\UI-DialogBox-Background",
}

local frame_x = 0
local frame_y = -200
f = CreateFrame("Button", "ZAMROTimer",...
Forum: AddOn Help/Support 04-26-24, 01:47 AM
Replies: 25
Views: 1,900
Posted By Hubb777
It’s just that the merchant has only 1 item...

It’s just that the merchant has only 1 item available for sale (the rest will be blocked and not available)
For example
['Head Chef Stacks'] = {['Rations: Scorpid Surprise'] = true, ['Rations:...
Forum: AddOn Help/Support 04-25-24, 12:21 AM
Replies: 25
Views: 1,900
Posted By Hubb777
Hello. During quick testing, I noticed that when...

Hello. During quick testing, I noticed that when purchasing items, it says “Failed to purchase” on all items.

Option 1) - remove these inscriptions.
Option 2) - so that the inscription is...
Forum: AddOn Help/Support 04-18-24, 09:27 PM
Replies: 25
Views: 1,900
Posted By Hubb777
I add all the topics with my questions to my...

I add all the topics with my questions to my browser bookmarks. This is a very good forum, with helpful people.
Forum: AddOn Help/Support 04-18-24, 09:05 AM
Replies: 25
Views: 1,900
Posted By Hubb777
I found a solution to my problem. And I publish...

I found a solution to my problem. And I publish it here:
Addon "idTip" and Addon "idTip Community Fork".

Thank you all very much for your help in my project.
Forum: AddOn Help/Support 04-17-24, 10:51 PM
Replies: 25
Views: 1,900
Posted By Hubb777
It looks like we just misunderstand each other....

It looks like we just misunderstand each other. You know English better than me, I'm from the Czech Republic and use Google Translate. =(

As I understand it, a table should appear in which data...
Forum: AddOn Help/Support 04-17-24, 08:05 AM
Replies: 25
Views: 1,900
Posted By Hubb777
I need criteria for completing the following...

I need criteria for completing the following...
Forum: AddOn Help/Support 04-17-24, 06:34 AM
Replies: 25
Views: 1,900
Posted By Hubb777
That is, if I understand correctly, I need to...

That is, if I understand correctly, I need to create a LUA file in which to add the achievement ID (from Wowhead). And when I open this achievement in the game, will I see the “ID criteria” for this...
Forum: AddOn Help/Support 04-17-24, 04:16 AM
Replies: 25
Views: 1,900
Posted By Hubb777
That's not exactly what I was looking for. Here's...

That's not exactly what I was looking for. Here's an example:
Achievement Glorious! (https://www.wowhead.com/achievement=7439/), kill criterion Urobi the Walker (https://www.wowhead.com/npc=50808/)...
Forum: AddOn Help/Support 04-16-24, 09:42 PM
Replies: 25
Views: 1,900
Posted By Hubb777
I didn't bother creating a new topic. I decided...

I didn't bother creating a new topic. I decided to ask a question in this thread.

How do I find out the "criteria ID" for achievements? Can this be done via https://wago.tools/, if so, how? Or are...
Forum: AddOn Help/Support 04-16-24, 08:29 AM
Replies: 25
Views: 1,900
Posted By Hubb777
Thank you very much, now the item is purchased...

Thank you very much, now the item is purchased the first time.
Forum: AddOn Help/Support 04-16-24, 06:58 AM
Replies: 25
Views: 1,900
Posted By Hubb777
So it will be like this? local addonName, addon =...

So it will be like this?
local addonName, addon = ...

local frameName = "ZAMESTOTV_BUY299"
if not _G[frameName] then
_G[frameName] = CreateFrame("Frame")
...
Forum: AddOn Help/Support 04-16-24, 05:50 AM
Replies: 25
Views: 1,900
Posted By Hubb777
Buy from a vendor the first time

Hi all. There is a code that currently works as follows: When contacting a vendor, he buys the specified items. In this case, you need to contact the vendor twice (he does not buy the goods the first...
Forum: AddOn Help/Support 04-15-24, 10:27 PM
Replies: 25
Views: 1,589
Posted By Hubb777
Thank you very much, you helped me a lot. This is...

Thank you very much, you helped me a lot. This is a great forum and I will recommend it to everyone.
Forum: AddOn Help/Support 04-14-24, 10:00 PM
Replies: 25
Views: 1,589
Posted By Hubb777
As I understand it, the line in the...

As I understand it, the line in the "AddonName.tok." file is responsible for saving the position of the "icon on the minimap".
## SavedVariables: TestingAddonSettingsData
And the line in the file
...
Forum: AddOn Help/Support 04-13-24, 07:00 AM
Replies: 25
Views: 1,589
Posted By Hubb777
yes it works. Thank you very much As I understand...

yes it works. Thank you very much
As I understand it, this part of the code in the “panel” answers: the panel will open through the minimap icon yes/no? Right?
addon.category =...
Forum: AddOn Help/Support 04-13-24, 06:12 AM
Replies: 25
Views: 1,589
Posted By Hubb777
It would be fantastic.

It would be fantastic.
Forum: AddOn Help/Support 04-13-24, 05:13 AM
Replies: 25
Views: 1,589
Posted By Hubb777
Sorry. Looks like I didn't see it. Here is the...

Sorry. Looks like I didn't see it. Here is the panel code.

local addonName, addon = ...
-- Create a function to add options to the Interface Options Addons panel
local function AddAddonOptions()
...
Forum: AddOn Help/Support 04-13-24, 04:06 AM
Replies: 25
Views: 1,589
Posted By Hubb777
How I have it now (and how it was before): I...

How I have it now (and how it was before): I click on the “icon on the minimap” and the “game settings” open (see picture...
Forum: AddOn Help/Support 04-12-24, 10:02 PM
Replies: 25
Views: 1,589
Posted By Hubb777
Looks like I didn't succeed =( I added this to...

Looks like I didn't succeed =(

I added this to the code of the panel that I want to open:
local category = Settings.RegisterCanvasLayoutCategory(panel, "MyAddonOptionsPanel")
...
Forum: AddOn Help/Support 04-12-24, 04:47 AM
Replies: 25
Views: 1,589
Posted By Hubb777
I need the settings menu for my addon to...

I need the settings menu for my addon to open.
How it works for me now (a menu with game settings...
Forum: AddOn Help/Support 04-11-24, 11:50 PM
Replies: 25
Views: 1,589
Posted By Hubb777
https://cdn.discordapp.com/attachments/54221715576...

https://cdn.discordapp.com/attachments/542217155769401344/1228198505932394536/image.png?ex=662b2bfe&is=6618b6fe&hm=da7a78bfbe75c6ef01c913fa968bd08680e25fbfaa6be0e4433fafb0ba1f7705&

You gave an...
Forum: AddOn Help/Support 04-11-24, 07:51 AM
Replies: 25
Views: 1,589
Posted By Hubb777
Hello. Yes, the inscription "Toggle options...

Hello. Yes, the inscription "Toggle options panel" appears. How to add? I'm new to writing addons for wow.
Forum: AddOn Help/Support 04-11-24, 05:13 AM
Replies: 25
Views: 1,589
Posted By Hubb777
Button on the minimap

Hi all. I created a button on the minimap. But I can’t get it to open another LUA file.

the button itself (triggered by LMB).

local addonName, addon = ...
local addonName = "MyAddon"
local L = {}...
Showing results 1 to 25 of 113