Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Kanegasi
Forum: AddOn Help/Support 02-15-24, 05:17 PM
Replies: 12
Views: 748
Posted By Kanegasi
You did not set an actual command to use. The...

You did not set an actual command to use. The slash system needs a string that is your command, and when used, then calls the matching SlashCmdList...
Forum: AddOn Help/Support 02-06-24, 09:01 AM
Replies: 5
Views: 550
Posted By Kanegasi
To clarify a little more: Prefix is "|c" for...

To clarify a little more:

Prefix is "|c" for text color. However, if you're typing, input boxes filter out UI escape sequences. Using "\124c" instead bypasses that, but not required if the print...
Forum: AddOn Search/Requests 02-02-24, 08:06 PM
Replies: 2
Views: 563
Posted By Kanegasi
Go to https://addon.bool.no, name this whatever...

Go to https://addon.bool.no, name this whatever you want in the top box, and then paste the following code in the big box.

Download and extract this into Interface\AddOns like any other...
Forum: Classic - AddOn Help/Support 01-15-24, 01:57 PM
Replies: 8
Views: 1,023
Posted By Kanegasi
There are two basic types of protections:...

There are two basic types of protections: hardware and full.

If it's a hardware protection, the function can only be called with a mouse click or a key press.

If it's a full protection, no custom...
Forum: Lua/XML Help 01-15-24, 01:51 PM
Replies: 4
Views: 555
Posted By Kanegasi
As Fizzlemizz mentioned, it's _G, which is the...

As Fizzlemizz mentioned, it's _G, which is the global table in Lua. At some point, the code you have, or the code you got from someone else, was subject to a replace all in an editor where they...
Forum: AddOn Help/Support 12-18-23, 03:49 PM
Replies: 17
Views: 1,337
Posted By Kanegasi
https://wago.tools is the spiritual successor to...

https://wago.tools is the spiritual successor to wow.tools. There's also this page (https://wow.tools/2022.php) on wow.tools directing you to alternatives.
Forum: AddOn Search/Requests 10-16-23, 12:32 PM
Replies: 2
Views: 974
Posted By Kanegasi
Uncheck "Error Speech" in the game's Audio...

Uncheck "Error Speech" in the game's Audio options.
Forum: AddOn Help/Support 07-18-23, 05:37 AM
Replies: 2
Views: 844
Posted By Kanegasi
https://www.wowinterface.com/downloads/info24680-B...

https://www.wowinterface.com/downloads/info24680-BtWQuests.html
Forum: AddOn Help/Support 07-17-23, 07:19 PM
Replies: 3
Views: 1,433
Posted By Kanegasi
The first arg given to every function attached to...

The first arg given to every function attached to a frame with setscript is the frame itself.

QUEST_ACCEPTED has only one return on retail: the quest ID.

Blizzard didn't change anything, that "user...
Forum: Lua/XML Help 06-05-23, 04:18 AM
Replies: 1
Views: 784
Posted By Kanegasi
That addon was written for a very old version of...

That addon was written for a very old version of WoW and will not work in Wrath Classic, you'll have to do more changes than the recall addition to make it work. Shaman did not have a totem recall...
Forum: AddOn Help/Support 12-22-22, 11:11 AM
Replies: 2
Views: 1,026
Posted By Kanegasi
/run DepositReagentBank()

/run DepositReagentBank()
Forum: Lua/XML Help 12-17-22, 07:42 AM
Replies: 3
Views: 1,474
Posted By Kanegasi
The tomrus88 project you were looking at is...

The tomrus88 project you were looking at is up-to-date, just too up-to-date for your current usage. They uploaded all the PTR changes yesterday and BuffFrame.lua has some significant changes in it.
Forum: AddOn Search/Requests 12-12-22, 06:34 PM
Replies: 2
Views: 1,256
Posted By Kanegasi
Tracking down some fan updates, I suggest...

Tracking down some fan updates, I suggest installing this one:

https://github.com/WoWUIDev/ColorPickerPlus
Forum: AddOn Help/Support 12-10-22, 05:59 PM
Replies: 8
Views: 2,487
Posted By Kanegasi
Addonswow.com is not a valid site to get addons....

Addonswow.com is not a valid site to get addons. It's entire collection is just rehosted from other sites and rarely are the addons there up-to-date.

As for getting the library to work, we can't...
Forum: AddOn Help/Support 12-06-22, 10:37 AM
Replies: 2
Views: 1,104
Posted By Kanegasi
The Lua error "attempt to call global 'OBJECT' a...

The Lua error "attempt to call global 'OBJECT' a nil value" means that OBJECT does not exist. "nil" means nothing in a literal sense. There is no addCategory function and the achievement API does not...
Forum: Tutorials & Other Helpful Info. 12-06-22, 07:41 AM
Replies: 5
Views: 2,209
Posted By Kanegasi
Ah, I seem to have saw your video link early, it...

Ah, I seem to have saw your video link early, it only had the second video. I think you added the one on top after I viewed the link.

As for the logic, only the bottom bar will be followed...
Forum: AddOn Help/Support 12-06-22, 07:35 AM
Replies: 3
Views: 1,357
Posted By Kanegasi
https://wowpedia.fandom.com/wiki/Console https://...

https://wowpedia.fandom.com/wiki/Console

https://wowpedia.fandom.com/wiki/Viewing_Blizzard%27s_interface_code
Forum: Tutorials & Other Helpful Info. 12-05-22, 07:45 PM
Replies: 5
Views: 2,209
Posted By Kanegasi
First of all, I honestly don't see a problem with...

First of all, I honestly don't see a problem with the video. The bar between the groups matched the longest group the entire time. Do you have a better example video?

Secondly, there's a logic issue...
Forum: Lua/XML Help 12-02-22, 08:19 PM
Replies: 6
Views: 1,918
Posted By Kanegasi
Within your code at that GetItem spot, tt is a...

Within your code at that GetItem spot, tt is a tooltip frame. When you register GetItemGCDInfos at the bottom, the UI is feeding your function the current tooltip frame being rendered, which is...
Forum: AddOn Search/Requests 12-01-22, 07:14 PM
Replies: 6
Views: 1,382
Posted By Kanegasi
This isn't a solution, but I understood your...

This isn't a solution, but I understood your request and would like to help explaining it.

How achievements are shown in-game:

Ach 5 earned Wednesday
Ach 7 earned Tuesday
Ach 2 earned Monday
Ach 1...
Forum: General WoW Chat 11-28-22, 04:25 PM
Replies: 1
Views: 4,488
Posted By Kanegasi
Incompatible server means that the build of the...

Incompatible server means that the build of the server is newer than your install. Unfortunately, it isn't easy to get the battle.net client to actually get an update, sometimes the check for updates...
Forum: AddOn Help/Support 11-25-22, 07:08 PM
Replies: 2
Views: 3,039
Posted By Kanegasi
https://worldofwarcraft.com/en-us/news/23876525/ac...

https://worldofwarcraft.com/en-us/news/23876525/accessibility-updates-in-dragonflight

Check out the advanced tips under the "New Talent System".
Forum: Lua/XML Help 11-23-22, 05:50 PM
Replies: 4
Views: 1,366
Posted By Kanegasi
Addons cannot send messages to SAY or YELL when...

Addons cannot send messages to SAY or YELL when outside instances. Public channels are also restricted, but everywhere.
Forum: Lua/XML Help 11-22-22, 09:01 AM
Replies: 4
Views: 2,151
Posted By Kanegasi
This is a sneaky change. The specific IDs for...

This is a sneaky change. The specific IDs for this specific function now start at 31 instead of 20. The first bag next to the backpack is 1 + CONTAINER_BAG_OFFSET, next one to the left of that is 2...
Forum: Lua/XML Help 11-18-22, 01:06 PM
Replies: 4
Views: 887
Posted By Kanegasi
Don't do both. There is no frame creation in the...

Don't do both. There is no frame creation in the code you provided so remove the local frame = CreateFrame line you added.
Showing results 1 to 25 of 500