Showing results 1 to 25 of 128
Search took 0.01 seconds.
Search: Posts Made By: Hubb777
Forum: AddOn Help/Support Today, 12:22 AM
Replies: 10
Views: 195
Posted By Hubb777
You have helped me a lot again. Thank you so much...

You have helped me a lot again. Thank you so much for this, this forum is the best.
Forum: AddOn Help/Support Yesterday, 11:22 PM
Replies: 10
Views: 195
Posted By Hubb777
I tried removing "addonTable.timerFrame:Show()"...

I tried removing "addonTable.timerFrame:Show()" but in the end the timer started blinking when the location was changing.
Forum: AddOn Help/Support Yesterday, 10:19 PM
Replies: 10
Views: 195
Posted By Hubb777
I want to show/hide a timer using a slash...

I want to show/hide a timer using a slash command. Therefore, I don't need the "OK" button.
Forum: AddOn Help/Support Yesterday, 09:55 PM
Replies: 10
Views: 195
Posted By Hubb777
https://cdn.discordapp.com/attachments/11274670890...

https://cdn.discordapp.com/attachments/1127467089096089650/1247035959858561085/image.png?ex=665e903d&is=665d3ebd&hm=2398abb077425e58e4b881483dc69b89da111f71e90d8632534cb7c4a19e1ccb&
Forum: AddOn Help/Support Yesterday, 09:23 PM
Replies: 10
Views: 195
Posted By Hubb777
Hello, I managed to do this. Thank you very much...

Hello, I managed to do this. Thank you very much for the tips. But a new problem has appeared. The "OK" button stopped working (previously, when it was pressed, the window with the timer...
Forum: AddOn Help/Support Yesterday, 09:29 AM
Replies: 10
Views: 195
Posted By Hubb777
Timer problems

Hi all. Need help with code.

What is needed: During "local duration = 10" there should be an inscription "Time left: Expired" indicating the remaining time (in this example, 10 seconds). For example...
Forum: AddOn Help/Support 05-22-24, 07:24 AM
Replies: 3
Views: 454
Posted By Hubb777
Thank you very much it worked. But it seems that...

Thank you very much it worked. But it seems that in order to display the correct number of "threads" you need to see this player. It was not possible to display through pre-assembled groups.


--...
Forum: AddOn Help/Support 05-22-24, 03:06 AM
Replies: 3
Views: 454
Posted By Hubb777
I tried this option. But it didn't work...

I tried this option. But it didn't work either.
-- Function to display the tooltip with "Hello"
local function ShowTooltip(self)
GameTooltip:SetOwner(self, "ANCHOR_RIGHT")
...
Forum: AddOn Help/Support 05-21-24, 04:24 AM
Replies: 3
Views: 454
Posted By Hubb777
Tips for Premade Groups

Hi all. I was faced with the problem that I needed to add a hint to the name of the group. For example the word "Hello". How to do...
Forum: AddOn Help/Support 05-18-24, 05:17 AM
Replies: 4
Views: 468
Posted By Hubb777
I disabled all addons, but the result is the...

I disabled all addons, but the result is the same. I don’t know what to do anymore =(



Thanks it worked.
Forum: AddOn Help/Support 05-17-24, 10:16 PM
Replies: 4
Views: 468
Posted By Hubb777
I tried all the options. But I still couldn’t...

I tried all the options. But I still couldn’t solve this problem myself.

The item in the bag does NOT have a...
Forum: AddOn Help/Support 05-17-24, 10:55 AM
Replies: 4
Views: 468
Posted By Hubb777
Tooltip when hovering over an item.

local addonName, addon = ...
-- Define localization table for German language
local L = {
[210714] = {
["name"] = "Abgesplitterter tödlicher Saphir", -- Translate item name
},
}

--...
Forum: AddOn Help/Support 05-17-24, 10:51 AM
Replies: 5
Views: 601
Posted By Hubb777
Thank you very much. This gave me an idea and I...

Thank you very much. This gave me an idea and I found the right sound.

https://www.wowhead.com/sound=223582/vo-101-myrrit-239179
Forum: AddOn Help/Support 05-15-24, 08:52 PM
Replies: 5
Views: 601
Posted By Hubb777
That is, find the sound file on Wowhead? Or is...

That is, find the sound file on Wowhead? Or is there no way to find out the ID of this phrase?
Forum: AddOn Help/Support 05-15-24, 01:52 AM
Replies: 5
Views: 601
Posted By Hubb777
Sound ID

Hi all. Some NPCs have phrases.
For example, Myrrit has the phrase “I don’t smell anything.”
I went to Wowhead and went to the “sounds (https://www.wowhead.com/npc=201426/myrrit#sounds)” section of...
Forum: AddOn Help/Support 04-27-24, 09:11 AM
Replies: 1
Views: 802
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: 802
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: 2,738
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: 2,738
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: 2,738
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: 2,738
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: 2,738
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: 2,738
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: 2,738
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: 2,738
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/)...
Showing results 1 to 25 of 128