Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Vampyr78
Forum: Lua/XML Help 05-30-23, 07:19 AM
Replies: 5
Views: 791
Posted By Vampyr78
There are 2 ways to avoid this kind of problems...

There are 2 ways to avoid this kind of problems in the future.


Use a prefix containing either your addon's name or an abbriviation of addon's name for every variable and function you create.
...
Forum: Lua/XML Help 02-22-23, 06:22 AM
Replies: 5
Views: 1,516
Posted By Vampyr78
No error means that code is correct according to...

No error means that code is correct according to the syntax and grammar rules of the language, that's it. I'm not sure what is wrong in your code but there is something wrong and probably it never...
Forum: Lua/XML Help 11-25-22, 07:13 PM
Replies: 2
Views: 756
Posted By Vampyr78
What you are trying to achieve is very simple....

What you are trying to achieve is very simple. You can just make Buttons that inherit from SecureActionButtonTemplate and assign it an action slot that is the same as the action slot on your actual...
Forum: Lua/XML Help 11-24-22, 02:07 PM
Replies: 5
Views: 927
Posted By Vampyr78
https://github.com/tomrus88/BlizzardInterfaceCode/...

https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/AddOns/Blizzard_APIDocumentationGenerated/TooltipInfoSharedDocumentation.lua

They are defined in this file.
Forum: Lua/XML Help 11-24-22, 11:20 AM
Replies: 5
Views: 927
Posted By Vampyr78
This is how you attach a function to OnShow for...

This is how you attach a function to OnShow for GameTooltip now:

TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Item, function)

This works for items, for spells you would need to...
Forum: Lua/XML Help 07-02-21, 04:56 AM
Replies: 4
Views: 1,819
Posted By Vampyr78
Ok thanks for the help. I figured it out. I had...

Ok thanks for the help. I figured it out. I had to move and reorient the camera. Lots of trial and error.
Forum: Lua/XML Help 07-01-21, 03:53 PM
Replies: 4
Views: 1,819
Posted By Vampyr78
Thank you but unfortunerly no. They use...

Thank you but unfortunerly no. They use DressUpModel and PlayerModel which are completely different Widgets from ModelScene. DressUpModel is much easier to set up but it doesn't seem to allow to...
Forum: Lua/XML Help 07-01-21, 02:06 PM
Replies: 4
Views: 1,819
Posted By Vampyr78
How to setup ModelScene.

Does anyone know how do you setup ModelScene widget to actually display actor's model. I can't find any useful information. I have this code and it doesn't show anything apart from...
Forum: AddOn Help/Support 05-03-20, 06:25 AM
Replies: 4
Views: 4,143
Posted By Vampyr78
When you create a button the last argument in the...

When you create a button the last argument in the CreateFrame function is a template. You need to put there "SecureActionButtonTemplate". Here is an example:

button = CreateFrame("BUTTON", name,...
Forum: Graphics Help 11-03-19, 07:31 PM
Replies: 3
Views: 6,347
Posted By Vampyr78
You can't replace files in WoW anymore without...

You can't replace files in WoW anymore without modyfing the exe file with some code injection. And that's bannable. Wanna change something in your UI like colros or textures, you have to make an...
Showing results 1 to 10 of 10