Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Ssesmar
Forum: Lua/XML Help 02-02-24, 10:37 AM
Replies: 1
Views: 887
Posted By Ssesmar
I found a way around my problem, guys. /close

I found a way around my problem, guys.
/close
Forum: Lua/XML Help 02-02-24, 09:43 AM
Replies: 1
Views: 887
Posted By Ssesmar
Worldmap/Questlog Window

Does anyone happen to know the command for the function to maximize or shrink the entire menu? Commands like WorldMapFrame:Maximize() or WorldMapFrame:SetScale(.9) only change the map within the...
Forum: Lua/XML Help 01-27-24, 03:57 PM
Replies: 4
Views: 1,482
Posted By Ssesmar
No, unfortunately not, because I don't want to...

No, unfortunately not, because I don't want to open the map I'm currently on, but the map I just opened
Forum: Lua/XML Help 01-27-24, 03:40 AM
Replies: 4
Views: 1,482
Posted By Ssesmar
WorldMapFrame:Refresh() or WorlmapFrame:Reload()

I've now found a way to display my pins via Blizzard pins. When the option is enabled in my addon, I simply remove certain Blizzard pins on the map and replace them with my pins. The problem; When...
Forum: Lua/XML Help 01-24-24, 08:24 AM
Replies: 5
Views: 1,757
Posted By Ssesmar
If anyone can help in some way I would be happy...

If anyone can help in some way I would be happy about it, I have now looked through several addons and tried different options, but it doesn't work, I don't get an error message either, it simply has...
Forum: AddOn Help/Support 12-26-23, 09:32 AM
Replies: 4
Views: 1,608
Posted By Ssesmar
Hey, i hope you had a relaxing holiday. Do you...

Hey, i hope you had a relaxing holiday.
Do you know if there is even a blizzard blp from https://wowpedia.fandom.com/wiki/Wowpedia:List_of_small_icons?file=Iconsmall-obj3017.png I tried several...
Forum: AddOn Help/Support 12-24-23, 10:48 AM
Replies: 4
Views: 1,608
Posted By Ssesmar
ingame icons

Does anyone know how I can use these images https://wowpedia.fandom.com/wiki/API_Minimap_SetBlipTexture?file=Iconsmall-obj142.png in an addon without downloading them and making them into a blp...
Forum: Lua/XML Help 12-22-23, 06:42 AM
Replies: 9
Views: 7,407
Posted By Ssesmar
I'm trying to split my code into multiple files,...

I'm trying to split my code into multiple files, this is the first time I've ever done this. If I move it to another file, the open/close chat commands work fine without any errors. There is an error...
Forum: Lua/XML Help 12-12-23, 08:53 AM
Replies: 9
Views: 7,407
Posted By Ssesmar
Thank you very much Fizzlemizz for your help, I...

Thank you very much Fizzlemizz for your help, I have now changed the code like this. works perfectly and does exactly what it's supposed to do

--## SavedVariables: HandyNotes_MapNotesDB

local...
Forum: Lua/XML Help 12-11-23, 01:18 AM
Replies: 9
Views: 7,407
Posted By Ssesmar
another try was: --## SavedVariables:...

another try was:
--## SavedVariables: HandyNotes_MapNotesDB

local HandyNotes = LibStub("AceAddon-3.0"):GetAddon("HandyNotes", true)
if not HandyNotes then return end
local L =...
Forum: Lua/XML Help 12-11-23, 01:17 AM
Replies: 9
Views: 7,407
Posted By Ssesmar
I tried to incorporate these changes into the...

I tried to incorporate these changes into the addon but it just doesn't work. As I said, everything is shown and hidden, these functions work perfectly. The position of the minimap button is also...
Forum: Lua/XML Help 12-10-23, 10:20 AM
Replies: 9
Views: 7,407
Posted By Ssesmar
i changed the code from function...

i changed the code from
function TestMiniButton:OnInitialize()
self.db = LibStub("AceDB-3.0"):New("TestMiniMapButtonDB", { profile = { minimap = { hide = false, }, }, })
...
Forum: Lua/XML Help 12-10-23, 01:35 AM
Replies: 9
Views: 7,407
Posted By Ssesmar
minimap button created with LibDBIcon need help

I created a minimap button with LIbDBIcon-1.0 that also works. the position is saved, but it doesn't save, if you hide the button, it will be displayed again after the next login and must be...
Forum: General Authoring Discussion 10-15-23, 02:29 AM
Replies: 1
Views: 2,606
Posted By Ssesmar
function to switch from one map to another?

Hey, i'm trying to edit my addon but I'm stuck right now. For example, the addon shows dungeon entrances that can be clicked on so that the journal with the corresponding dungeon opens. This works...
Forum: General Authoring Discussion 10-13-23, 10:32 AM
Replies: 0
Views: 1,019
Posted By Ssesmar
done

Please delete this thread, I can't delete it myself
Showing results 1 to 15 of 15