Showing results 1 to 25 of 233
Search took 0.01 seconds.
Search: Posts Made By: Walkerbo
Forum: AddOn Search/Requests 02-22-24, 04:22 PM
Replies: 2
Views: 601
Posted By Walkerbo
Hi Xrystal Thanks for the links, I have...

Hi Xrystal

Thanks for the links, I have installed Filter but it does not fix the Server Hop addon.

I have looked at Realm Hop Assist but it does not work either, it also uses libraries which I do...
Forum: AddOn Search/Requests 02-19-24, 06:53 PM
Replies: 2
Views: 601
Posted By Walkerbo
ServerHop

I would like to see this addon updated.

I have looked at the code but it is far too advanced for me to understand, let alone fix.

I have checked the API to see if I could build my own but I do not...
Forum: Lua/XML Help 01-23-24, 06:15 PM
Replies: 6
Views: 689
Posted By Walkerbo
Hi Fizzlemizz That fixed it, thank you so much.

Hi Fizzlemizz

That fixed it, thank you so much.
Forum: Lua/XML Help 01-23-24, 05:20 PM
Replies: 6
Views: 689
Posted By Walkerbo
Hi SDPhantom and AmadiDooke Yes, I have already...

Hi SDPhantom and AmadiDooke

Yes, I have already tried expanding the edit box and adjusting the insets, all without success.
When I try a test of just the edit box using the following code it works...
Forum: Lua/XML Help 01-22-24, 06:20 PM
Replies: 6
Views: 689
Posted By Walkerbo
EditBox Load text issue

Hi all

I have a strange bug where I try to load text into an edit box on load.
I can load the text but it does not show until I click on the edit box and right arrow until the text...
Forum: Lua/XML Help 01-06-24, 06:22 PM
Replies: 5
Views: 845
Posted By Walkerbo
Hi Fizzlemizz Thanks for your code, it works...

Hi Fizzlemizz

Thanks for your code, it works perfectly; I will have to frankenstein it to meet my needs.

When you say "You may want to consider updating or replacing the Faux... methods with your...
Forum: Lua/XML Help 01-05-24, 09:07 PM
Replies: 5
Views: 845
Posted By Walkerbo
Fix over scroll

Hi all

I have a bear-bones scroll set up that is over-scrolling past the last data button.
https://i.imgur.com/Bwk8hc0.gif

Here is my code:
local function updateScrollFrame()
...
Forum: Alpha/Beta AddOns and Compilations 10-05-23, 05:31 PM
Replies: 0
Views: 3,270
Posted By Walkerbo
Iron Man Addon

My addon is a hardcore Iron Man addon.
The player must level to max in accordance with the following rules;

1. Do not die.
2. Do not boost.
3. No professions.
4. No gear other than starting...
Forum: Lua/XML Help 07-08-23, 06:20 PM
Replies: 3
Views: 917
Posted By Walkerbo
Hi SDPhantom Thanks for your post, the server...

Hi SDPhantom

Thanks for your post, the server lag while not significant was the culprit, I added a simple wait after the unequip all and that works for me.

Cheers
Forum: Lua/XML Help 07-06-23, 08:20 PM
Replies: 3
Views: 917
Posted By Walkerbo
Unequip, make set, and then use set.

I want to unequip all items, create a naked equipment set, then register the PLAYER_EQUIPMENT_CHANGED event, and then use the naked set to be applied when I try to equip any items.

Here is the...
Forum: Lua/XML Help 05-07-23, 06:06 PM
Replies: 5
Views: 839
Posted By Walkerbo
Thanks for the replies. I fixed this by...

Thanks for the replies.

I fixed this by downloading the Blizzard_GarrisonSharedTemplates.xml file and storing it in my addon.

This works but is it the proper way to solve this problem?
Forum: Lua/XML Help 05-07-23, 01:23 AM
Replies: 5
Views: 839
Posted By Walkerbo
GarrisonMissionBaseFrameTemplate broken

Hi all

I am building a new addon and had been using "GarrisonMissionBaseFrameTemplate" but as of 10.1 it is now throwing up an CreateFrame(): Couldn't find inherited node...
Forum: Lua/XML Help 04-25-23, 12:49 AM
Replies: 5
Views: 1,090
Posted By Walkerbo
Hi Fizzlemizz and SDPhantom Thanks for your...

Hi Fizzlemizz and SDPhantom

Thanks for your help, your answers make sense and the code provided absolutely works.

Cheers
Forum: Lua/XML Help 04-24-23, 05:55 PM
Replies: 5
Views: 1,090
Posted By Walkerbo
Heya Fizzlemizz I don't need the achievements, I...

Heya Fizzlemizz

I don't need the achievements, I want the player stats, such as how many deaths, items consumed, flight paths taken, etc.

These stats are displayed in the Statistic Tab in the...
Forum: Lua/XML Help 04-23-23, 06:31 PM
Replies: 5
Views: 1,090
Posted By Walkerbo
Access Player Statistics

I am trying to access the players statistics data as shown in the achievement frame statistics tab.

I assume there is a table of statistics yet I have not been able to find it.

I have looked in...
Forum: Lua/XML Help 03-16-23, 06:04 PM
Replies: 3
Views: 1,621
Posted By Walkerbo
Try this mapID =...

Try this
mapID = C_Map.GetBestMapForUnit("player")
mapName= C_Map.GetMapInfo(mapID).name
print("MapID", mapID, "Map Zone", mapName)
Forum: Lua/XML Help 02-26-23, 03:23 PM
Replies: 5
Views: 2,418
Posted By Walkerbo
Hi SDPhantom and Dridzt Yes, it does make sense...

Hi SDPhantom and Dridzt

Yes, it does make sense that the virtual click does not work against a hardware click, I should have seen that for myself.

@SDPhantom thanks for the detailed explanation, it...
Forum: Lua/XML Help 02-24-23, 05:38 PM
Replies: 5
Views: 2,418
Posted By Walkerbo
Hi SDPhantom Ok, so the hidden button onclick...

Hi SDPhantom

Ok, so the hidden button onclick overrides the SecureActionButtonTemplate, that makes sense.

I have removed the onclick from the hidden button, (I only added the onclick to test if the...
Forum: Lua/XML Help 02-23-23, 06:52 PM
Replies: 5
Views: 2,418
Posted By Walkerbo
Cancel a spell cast

Hi all

I have a list of spells, (hearthstones), that I want to cancel during it's cast.
This is a secure action so I have set up the button as a SecureActionButtonTemplate.
if event ==...
Forum: Lua/XML Help 02-21-23, 05:50 PM
Replies: 6
Views: 2,069
Posted By Walkerbo
Hi Fizzlemizz You are right.:) local f =...

Hi Fizzlemizz

You are right.:)
local f = CreateFrame("Frame")
f:SetScript(
"OnEvent",
function(self, event, ...)
if event == "UNIT_SPELLCAST_SUCCEEDED" then
_, _, spellID...
Forum: Lua/XML Help 02-20-23, 11:57 PM
Replies: 6
Views: 2,069
Posted By Walkerbo
I have now accepted that I will have to dismount...

I have now accepted that I will have to dismount after the player has mounted.

To do this I have the following chunk:
local f = CreateFrame("Frame")
f:SetScript(
"OnEvent",
function(self,...
Forum: Lua/XML Help 02-18-23, 04:13 PM
Replies: 6
Views: 2,069
Posted By Walkerbo
Red face Hi SDPhantom I have tried tracking the spell via...

Hi SDPhantom

I have tried tracking the spell via UNIT_SPELLCAST_SENT and it is great to pick out each mount spell and then cancel; however, there are hundreds of mounts that I wish to stop.

I want...
Forum: Lua/XML Help 02-16-23, 10:42 PM
Replies: 6
Views: 2,069
Posted By Walkerbo
Find a list secure functions

Hi all

I am trying to find a secure function for mounting that I can hook.

I have already found some secure functions such as JumpOrAscendStart and CollectionsJournal_UpdateSelectedTab.

Is there a...
Forum: Lua/XML Help 02-11-23, 10:08 PM
Replies: 14
Views: 4,154
Posted By Walkerbo
Hi SDPhantom Thanks for your explanation, it is...

Hi SDPhantom

Thanks for your explanation, it is really appreciated.:)
Forum: Lua/XML Help 02-11-23, 04:30 PM
Replies: 14
Views: 4,154
Posted By Walkerbo
Hi SDPhantom Thanks for your code, it works as...

Hi SDPhantom

Thanks for your code, it works as intended; and the comments are very much appreciated as I am still learning and the comments really help me.

I do have a question regarding line...
Showing results 1 to 25 of 233