Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: CrittenxD
Forum: Lua/XML Help 05-29-19, 10:03 AM
Replies: 6
Views: 9,554
Posted By CrittenxD
Awesome. Gonna play for a few days before I'll...

Awesome. Gonna play for a few days before I'll look at the addon again. Fortunately I'm running out of things to fix though, thanks again.
Forum: Lua/XML Help 05-28-19, 11:39 AM
Replies: 6
Views: 9,554
Posted By CrittenxD
Thanks again, everything is now working as...

Thanks again, everything is now working as desired. It was CLICK MyActionButton:LeftButton, btw.
I still got a few CVars which don't seem to pop up in either the character or account settings in the...
Forum: Lua/XML Help 05-27-19, 09:14 AM
Replies: 6
Views: 9,554
Posted By CrittenxD
Alright, so I shamelessly copied your frame and...

Alright, so I shamelessly copied your frame and ran SetBindingClick("R", "MyMacroButton") and it works.
A few more questions did arise from this:
How efficient is a list of 60x /use item if only item...
Forum: Lua/XML Help 05-27-19, 07:43 AM
Replies: 4
Views: 3,444
Posted By CrittenxD
Thank you very much for this great...

Thank you very much for this great solution!


function setcvarifexists(cvar, value)
if pcall(SetCVar, cvar, value) then
else DEFAULT_CHAT_FRAME:AddMessage("|cffff0000Cvar not found: "..cvar)
end
end
Forum: Lua/XML Help 05-26-19, 08:05 PM
Replies: 4
Views: 3,444
Posted By CrittenxD
I'm getting an error as soon as im calling...

I'm getting an error as soon as im calling SetCvar or GetCvarDefault with a nonexisting CVar. "Couldn't find a CVar named 'xdtest'".
Forum: Lua/XML Help 05-26-19, 06:49 PM
Replies: 6
Views: 9,554
Posted By CrittenxD
Creating Secure Action Buttons + Keybinding them

Hi, I am a noob at scripting and I'm struggling to create a secure action button so I can use something along the lines of UseContainerItem or UseItemByName. I also would like to use this button via...
Forum: Lua/XML Help 05-26-19, 03:54 PM
Replies: 4
Views: 3,444
Posted By CrittenxD
checking if CVar exists

Yo, I've been looking for a while and I haven't found something. I simply want to check if a cvar actually exists in case some get removed before Classic release. The following example produces an...
Forum: Lua/XML Help 05-15-18, 09:00 AM
Replies: 13
Views: 12,187
Posted By CrittenxD
Oh alright, I clarified in my first post that...

Oh alright, I clarified in my first post that it's for the upcoming release, I probably should have in the first place but I thought that was implied.
Forum: Lua/XML Help 05-15-18, 06:56 AM
Replies: 13
Views: 12,187
Posted By CrittenxD
Thanks for the replies, but I don't see any...

Thanks for the replies, but I don't see any violation of the forum rules or Blizzard's ToS. WoW Classic is an official Blizzard game since it was announced, also the old api is something technically...
Forum: Lua/XML Help 05-15-18, 04:05 AM
Replies: 13
Views: 12,187
Posted By CrittenxD
Can't find anything regarding this in the rules?...

Can't find anything regarding this in the rules? I specifically asked to have the post removed as it didn't contribute anything useful and I did not want to start a pointless discussion.




I am...
Forum: Lua/XML Help 04-18-18, 05:35 AM
Replies: 13
Views: 12,187
Posted By CrittenxD
As far as I can see this library is for the...

As far as I can see this library is for the legion version of the game, as I said I'm using the classic api.
I'm more looking for a general explanation on how to add icons to the map as I'm...
Forum: Lua/XML Help 04-15-18, 02:15 PM
Replies: 13
Views: 12,187
Posted By CrittenxD
Adding/removing icons to the map

DISCLAIMER: I am a beginner when it comes to any form of coding, I am also using the classic api in preparation for the upcoming release. I've been doing this for around 3-4 weeks. Be gentle...
Forum: Lua/XML Help 04-08-18, 08:02 PM
Replies: 1
Views: 16,099
Posted By CrittenxD
Creating frames with text

EDIT: Thanks a lot, I reworked everything and I'm now using the same frame. Thread done.
Showing results 1 to 13 of 13