Showing results 1 to 25 of 140
Search took 0.00 seconds.
Search: Posts Made By: Hubb777
Forum: AddOn Help/Support 08-02-24, 04:09 AM
Replies: 7
Views: 1,671
Posted By Hubb777
It worked. You are the best. Thank you very much...

It worked. You are the best. Thank you very much for your help.
Forum: AddOn Help/Support 08-01-24, 11:37 PM
Replies: 7
Views: 1,671
Posted By Hubb777
Hi, it didn't work, this text is still in...

Hi, it didn't work, this text is still in English.
-- Addon Initialization
local addonName, addonTable = ...

-- Configuration
addonTable.config = {
QUEST = true, -- Enable quest tracking
...
Forum: AddOn Help/Support 08-01-24, 06:20 AM
Replies: 7
Views: 1,671
Posted By Hubb777
-- Addon Initialization local addonName,...

-- Addon Initialization
local addonName, addonTable = ...

-- Configuration
addonTable.config = {
QUEST = true, -- Enable quest tracking
LANGUAGE = "AUTO", -- Default to AUTO
...
Forum: AddOn Help/Support 08-01-24, 05:23 AM
Replies: 7
Views: 1,671
Posted By Hubb777
-- Addon Initialization local addonName,...

-- Addon Initialization
local addonName, addonTable = ...

-- Configuration
addonTable.config = {
QUEST = true, -- Enable quest tracking
LANGUAGE = "AUTO", -- Default to AUTO
...
Forum: AddOn Help/Support 08-01-24, 03:57 AM
Replies: 7
Views: 1,671
Posted By Hubb777
-- Addon Initialization local addonName,...

-- Addon Initialization
local addonName, addonTable = ...

-- Configuration
addonTable.config = {
QUEST = true, -- Enable quest tracking
LANGUAGE = "AUTO", -- Default to AUTO
...
Forum: AddOn Help/Support 08-01-24, 03:51 AM
Replies: 7
Views: 1,671
Posted By Hubb777
Timer Help

Hello everyone, here is the code.
-- Addon Initialization
local addonName, addonTable = ...

-- Configuration
addonTable.config = {
QUEST = true, -- Enable quest tracking
LANGUAGE = "AUTO", ...
Forum: AddOn Help/Support 06-24-24, 10:43 PM
Replies: 14
Views: 4,449
Posted By Hubb777
local addonName, addonTable = ... --...

local addonName, addonTable = ...

-- Localization table
local L = {
enUS = {
TIME_RUIN = "Event in progress",
TIME_LEFT = "Before changing location",
},
deDE = {
...
Forum: AddOn Help/Support 06-24-24, 02:35 AM
Replies: 14
Views: 4,449
Posted By Hubb777
In other words. Now there is a change of location...

In other words. Now there is a change of location at the moment of “completion” of the event (function “local duration = 600”). And you need to change the location at the moment of the “start of the...
Forum: AddOn Help/Support 06-24-24, 12:55 AM
Replies: 14
Views: 4,449
Posted By Hubb777
local addonName, addonTable = ... --...

local addonName, addonTable = ...

-- Localization table
local L = {
enUS = {
TIME_RUIN = "Event in progress",
TIME_LEFT = "Before changing location",
},
deDE = {
...
Forum: AddOn Help/Support 06-06-24, 06:43 AM
Replies: 3
Views: 2,741
Posted By Hubb777
-- Quest details local questID = 75665 local...

-- Quest details
local questID = 75665
local questName = "A Worthy Ally: Loamm Niffen"

-- Register event handler for when new adventure notices are displayed
local frame =...
Forum: AddOn Help/Support 06-05-24, 09:28 PM
Replies: 3
Views: 2,741
Posted By Hubb777
Thank you very much, I will look at this data.

Thank you very much, I will look at this data.
Forum: AddOn Help/Support 06-04-24, 11:35 PM
Replies: 3
Views: 2,741
Posted By Hubb777
Aj_refresh_display

https://warcraft.wiki.gg/wiki/AJ_REFRESH_DISPLAY

Hi all. Is it possible to make the quest automatically accepted without opening the "AJ_REFRESH_DISPLAY" interface?

I made a little code here, but...
Forum: AddOn Help/Support 06-03-24, 12:22 AM
Replies: 14
Views: 4,449
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 06-02-24, 11:22 PM
Replies: 14
Views: 4,449
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 06-02-24, 10:19 PM
Replies: 14
Views: 4,449
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 06-02-24, 09:55 PM
Replies: 14
Views: 4,449
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 06-02-24, 09:23 PM
Replies: 14
Views: 4,449
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 06-02-24, 09:29 AM
Replies: 14
Views: 4,449
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: 3,142
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: 3,142
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: 3,142
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: 3,496
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: 3,496
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: 3,496
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: 3,295
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
Showing results 1 to 25 of 140