Showing results 1 to 25 of 73
Search took 0.00 seconds.
Search: Posts Made By: DahkCeles
Forum: AddOn Search/Requests 01-16-22, 04:15 PM
Replies: 26
Views: 10,437
Posted By DahkCeles
You are looking at archived wikis from long ago. ...

You are looking at archived wikis from long ago. The community has consolidated on Wowpedia.

https://wowpedia.fandom.com/wiki/World_of_Warcraft_API#Key_Bindings
Forum: AddOn Help/Support 01-02-22, 12:46 AM
Replies: 15
Views: 5,665
Posted By DahkCeles
Position information is restricted in dungeons to...

Position information is restricted in dungeons to prevent someone from building a bot. But in the outdoor world you can figure out your own position and that of party members.

For quest objectives,...
Forum: AddOn Help/Support 01-01-22, 04:01 PM
Replies: 15
Views: 5,665
Posted By DahkCeles
Here is a complete addon. Press M to open and...

Here is a complete addon.

Press M to open and close the map.

While the map is open, press left-shift and left-control to go up and down the quests. It starts at the top, so you will need to use...
Forum: AddOn Search/Requests 12-30-21, 10:12 PM
Replies: 8
Views: 2,509
Posted By DahkCeles
Actually, it is in fact possible to do what you...

Actually, it is in fact possible to do what you are asking. However, the richness of the feature will be hamstrung by throttling in addon message traffic. So you probably won't find that its any...
Forum: AddOn Help/Support 12-18-21, 01:43 PM
Replies: 15
Views: 5,665
Posted By DahkCeles
Here's something rudimentary for a complete copy...

Here's something rudimentary for a complete copy of the quest log contents, including headings and invisible content.

Each quest will be table, with the information described at Wowpedia...
Forum: AddOn Help/Support 12-18-21, 09:56 AM
Replies: 15
Views: 5,665
Posted By DahkCeles
For the retail quest log: Blizzard API...

For the retail quest log:

Blizzard API documentation (Blizzard's API documentation is: https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation/QuestLogDocumentation.lua) as a Lua...
Forum: AddOn Search/Requests 12-17-21, 01:08 PM
Replies: 5
Views: 2,352
Posted By DahkCeles
Just call SetPoint()...

Just call SetPoint() (https://wowpedia.fandom.com/wiki/API_Region_SetPoint).


StaticPopup1:ClearAllPoints()
StaticPopup1:SetPoint("TOP", 0, -135) -- this is the current location.
Forum: AddOn Help/Support 12-17-21, 08:14 AM
Replies: 15
Views: 5,665
Posted By DahkCeles
Are you playing classic or retail? This will...

Are you playing classic or retail? This will change which API you need for the quest log and inventory.


I don't think an addon will be able to tell you where on your screen is an in-game objects,...
Forum: AddOn Search/Requests 12-16-21, 07:06 PM
Replies: 5
Views: 2,352
Posted By DahkCeles
If only one appears at a time, it is called...

If only one appears at a time, it is called StaticPopup1.

https://www.townlong-yak.com/framexml/live/StaticPopup.xml
Forum: Macro Help 11-27-21, 11:27 AM
Replies: 1
Views: 2,755
Posted By DahkCeles
I don't play druid and have not tested this......

I don't play druid and have not tested this... but is this closer to what you are trying to do?


#showtooltip
/cast [form:0][mod:alt] Moonfire
/stopmacro [form:0][mod:alt]
/castsequence...
Forum: Site help, bugs, suggestions/questions 11-20-21, 12:10 PM
Replies: 1
Views: 600
Posted By DahkCeles
Remove classic versions of CTMod

Good morning,

Can you disable or delete the following two classic variants of an AddOn?


https://www.wowinterface.com/downloads/info25599-CTModClassic.html
...
Forum: General Authoring Discussion 09-04-21, 03:17 PM
Replies: 1
Views: 1,782
Posted By DahkCeles
It does not appear to be stored in...

It does not appear to be stored in Lua.

https://www.townlong-yak.com/framexml/9.1.0/PaperDollFrame.lua#1268
https://wowpedia.fandom.com/wiki/API_GetAverageItemLevel
Forum: Lua/XML Help 09-04-21, 02:59 PM
Replies: 7
Views: 2,009
Posted By DahkCeles
I edited my post some time after originally...

I edited my post some time after originally writing it, as I now had time to log in and do some testing. See above for the updated code.
Forum: Lua/XML Help 09-04-21, 10:50 AM
Replies: 7
Views: 2,009
Posted By DahkCeles
This function takes a workload and chips away at...

This function takes a workload and chips away at it, moving to the next frame after a budgeted amount of time. The budget is set to 50% of the target FPS, or 50% of the current FPS (if there is no...
Forum: Lua/XML Help 08-25-21, 10:20 PM
Replies: 12
Views: 2,826
Posted By DahkCeles
Do you mean 'friendships' with individuals? ...

Do you mean 'friendships' with individuals? GetFriendshipReputation()

https://wowpedia.fandom.com/wiki/API_GetFriendshipReputation
Forum: Lua/XML Help 08-21-21, 08:04 PM
Replies: 2
Views: 2,039
Posted By DahkCeles
This is a more complicated solution that would...

This is a more complicated solution that would weight recent performance more strongly and only consider the last 15 seconds.... which should shield you from awkward boss fights that have...
Forum: AddOn Search/Requests 08-10-21, 10:35 PM
Replies: 1
Views: 2,144
Posted By DahkCeles
I don't think CT has had such a feature since at...

I don't think CT has had such a feature since at least TBC era. I have copies of 3.0 source code from an earlier maintainer that definitely don't have "CT_BagMod".

Welcome back to the game. ...
Forum: Lua/XML Help 06-28-21, 10:25 PM
Replies: 13
Views: 5,087
Posted By DahkCeles
I'll review that page. The remark in question...

I'll review that page. The remark in question was written in May 2009 and the page hasn't really been updated since.
Forum: General Authoring Discussion 06-28-21, 10:15 PM
Replies: 16
Views: 5,655
Posted By DahkCeles
The link is inside Cairenn's 15 Jun reply just...

The link is inside Cairenn's 15 Jun reply just above yours, in the brackets.
Forum: Lua/XML Help 05-30-21, 09:53 PM
Replies: 2
Views: 1,582
Posted By DahkCeles
https://wowpedia.fandom.com/wiki/API_C_Timer.After...

https://wowpedia.fandom.com/wiki/API_C_Timer.After


local needTimer = true
local tauntedMobs = {}

local function timesUp()
needTimer = true
-- do whatever you want with tauntedMobs
end
Forum: Lua/XML Help 05-28-21, 04:59 PM
Replies: 0
Views: 1,403
Posted By DahkCeles
SecureActionButton with key down, mouse up

Here is a way to securely mimic the console variable ActionButtonUseKeyDown, so that custom action bars (beyond the default UI range) can respond during combat to key-press (down) and mouse-release...
Forum: General Authoring Discussion 05-20-21, 05:08 PM
Replies: 5
Views: 2,609
Posted By DahkCeles
If you are referring to the rudimentary system I...

If you are referring to the rudimentary system I described, it is predicated on Alice, Bob and Charles knowing each other and participating in a mutual activity; and their transactions being...
Forum: General Authoring Discussion 05-20-21, 03:09 PM
Replies: 5
Views: 2,609
Posted By DahkCeles
I don't suggest actually doing this... but here...

I don't suggest actually doing this... but here is a rudimentary peer-to-peer verification system you could build upon.

----

When Alice sends information to Bob signifying progress toward an...
Forum: AddOn Help/Support 05-11-21, 12:21 PM
Replies: 11
Views: 2,823
Posted By DahkCeles
WoWI can do the three variants when using the API...

WoWI can do the three variants when using the API (such as via the packager), but not with manual uploading. I found these forum threads helpful when searching the other day:

-...
Forum: Lua/XML Help 05-11-21, 08:34 AM
Replies: 2
Views: 1,227
Posted By DahkCeles
BC Classic uses the 9.0.1 backdrop...

BC Classic uses the 9.0.1 backdrop system.

https://github.com/Stanzilla/WoWUIBugs/wiki/9.0.1-Consolidated-UI-Changes#backdrop-system-changes
Showing results 1 to 25 of 73