Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: LilBudyWizer
Forum: General Authoring Discussion 05/14/14, 12:08 PM
Replies: 31
Views: 35,064
Posted By LilBudyWizer
I would assume the TOS of this site covers the...

I would assume the TOS of this site covers the issue of the original poster and that the mod has been taken down. I don't really see an issue with copying code as long as you retask it, do something...
Forum: General Authoring Discussion 05/07/14, 08:59 AM
Replies: 8
Views: 5,615
Posted By LilBudyWizer
It's risky doing much of anything prior to addon...

It's risky doing much of anything prior to addon load. There are, I believe, four ZO_ addons that load first. They are defined, their files load first, but who knows how they function. Zo_SavedVars...
Forum: Lua/XML Help 05/07/14, 07:16 AM
Replies: 9
Views: 10,459
Posted By LilBudyWizer
It isn't about preventing botters. Perhaps if you...

It isn't about preventing botters. Perhaps if you weren't in a dungeon in the first month you might have noticed, but this didn't do jack to stop botters. A weak mechanism for protecting code let...
Forum: Lua/XML Help 05/06/14, 05:34 AM
Replies: 7
Views: 7,858
Posted By LilBudyWizer
I haven't really started playing with controls,...

I haven't really started playing with controls, but I assume the specific answer is you use SetHandler for events related to a control as opposed to system wide events though the event manager. I...
Forum: Lua/XML Help 05/06/14, 04:34 AM
Replies: 7
Views: 7,858
Posted By LilBudyWizer
Too complicated versus, um, nothing? He asked the...

Too complicated versus, um, nothing? He asked the question a week ago. I don't know the answer to his specific question, but I do know if you need to do something when a function executes you can...
Forum: Wiki 05/05/14, 06:04 PM
Replies: 22
Views: 55,392
Posted By LilBudyWizer
The documentation for the events now starts with...

The documentation for the events now starts with an explanation of how to use them and shows the event code is the first parameter followed by the signature. Personally, it would be rather redundant...
Forum: Lua/XML Help 05/05/14, 05:15 PM
Replies: 6
Views: 5,505
Posted By LilBudyWizer
Oh, I missed that, it's single key bindings. You...

Oh, I missed that, it's single key bindings. You still can't do that in an addon. BindKeyToAction() is protected so you can't change assignments from an addon. ActionButtonUp/Down actually execute...
Forum: Lua/XML Help 05/05/14, 07:08 AM
Replies: 7
Views: 7,858
Posted By LilBudyWizer
One way is to hook the function. LibAddonMenu...

One way is to hook the function. LibAddonMenu uses Prehook defined by the api. Writing your own hook is pretty simple, you just use a closure. A closure is a function that returns a function and has...
Forum: Lua/XML Help 05/05/14, 06:13 AM
Replies: 6
Views: 5,505
Posted By LilBudyWizer
That's not how a binding works. Down is what to...

That's not how a binding works. Down is what to do when the key is pressed, i.e. what function to execute, and not what key is bound. Think about it, DOWN what? The key assigned. You don't need an...
Forum: General Authoring Discussion 05/05/14, 05:11 AM
Replies: 44
Views: 24,572
Posted By LilBudyWizer
I have a guild and an enjin website paid up for a...

I have a guild and an enjin website paid up for a year. I wouldn't object to repurposing it as a addon authoring guild. It's just me, my wife and a couple of other people I haven't talked to...
Forum: General Authoring Discussion 05/01/14, 02:01 AM
Replies: 19
Views: 14,501
Posted By LilBudyWizer
It works, you must have made some mistake. I did...

It works, you must have made some mistake. I did a similar thing to try to find what event precedes another. The main thing you need to watch is the saved variables is created just prior to...
Forum: Dev Tools 04/28/14, 01:17 PM
Replies: 18
Views: 23,239
Posted By LilBudyWizer
I put out a simple addon, EPA, for checking for...

I put out a simple addon, EPA, for checking for inadvertent creation of globals. Someone pointed out you can use luac to do that. Being new to sublime I don't know if you can get sublimelinter-lua to...
Forum: Wish List 04/28/14, 06:04 AM
Replies: 11
Views: 9,564
Posted By LilBudyWizer
The only place I've seen those used is in...

The only place I've seen those used is in crafting, i.e. patterns in smithing. The tooltip displays it so it seems it must be there somewhere, but like the crafter I have no idea where.
Forum: Wish List 04/28/14, 05:39 AM
Replies: 0
Views: 3,478
Posted By LilBudyWizer
[implemented] IsChatLogging

Just a toggle really doesn't cut it. ZeniMax really needs to add some way to check the state of chat logging and set it to a specific state rather than just different than it currently is, whatever...
Forum: Wish List 04/28/14, 05:24 AM
Replies: 0
Views: 3,390
Posted By LilBudyWizer
[outdated] XML Schema

Is there an XML Schema for the UI XML?
Forum: General Authoring Discussion 04/27/14, 11:45 PM
Replies: 12
Views: 8,248
Posted By LilBudyWizer
I stuck an addon out there to make it relatively...

I stuck an addon out there to make it relatively easy to see what globals your addon is creating. I called it Environmental Protection Addon (EPA). I caught where I created a global by accident. It...
Forum: General Authoring Discussion 04/27/14, 04:20 AM
Replies: 58
Views: 41,237
Posted By LilBudyWizer
Legitimate points. Those points do not support...

Legitimate points. Those points do not support only one thesis. If being angry is what makes you happy then have at it. I'm high confrontational, I can understand that. If being angry doesn't...
Forum: General Authoring Discussion 04/26/14, 12:09 PM
Replies: 58
Views: 41,237
Posted By LilBudyWizer
Personally, to me, you might consider throwing...

Personally, to me, you might consider throwing the guy a lifeline rather than assuming he's a creep. Rather than working feverishly to shut him down you might consider trying to fold him in. He...
Forum: General Authoring Discussion 04/26/14, 11:28 AM
Replies: 7
Views: 6,436
Posted By LilBudyWizer
It can be useful, but mostly as a debugging aid....

It can be useful, but mostly as a debugging aid. Rather than an option the user can turn on and off you might consider just making it a debug option. I use:


addon =
{
...
debug =
{
...
Forum: Dev Tools 04/26/14, 10:20 AM
Replies: 18
Views: 23,239
Posted By LilBudyWizer
Personally, I thank you as much for pointing me...

Personally, I thank you as much for pointing me towards Sublime Text 3 as for the language file. There's a lot to learn to fully use it, but it seems a great boon knowing nothing about it. It's...
Forum: Dev Tools 04/26/14, 03:46 AM
Replies: 18
Views: 23,239
Posted By LilBudyWizer
Yep, that was it. Sublime is a lot to take in,...

Yep, that was it. Sublime is a lot to take in, but easy to use. That makes it a whole lot easier to read the code.
Forum: General Authoring Discussion 04/26/14, 03:01 AM
Replies: 55
Views: 56,111
Posted By LilBudyWizer
I don't really see it as any different than in...

I don't really see it as any different than in the enterprise. You don't have control over the programmers. Haha if you think you do in the enterprise. You can enforce standards in the enterprise....
Forum: General Authoring Discussion 04/26/14, 12:22 AM
Replies: 55
Views: 56,111
Posted By LilBudyWizer
What LibMediaProvider does and what all possible...

What LibMediaProvider does and what all possible addons might do are two totally different topics. I was using media generically, i.e. movies, pictures and sound, and not referring specifically to...
Forum: General Authoring Discussion 04/25/14, 11:12 PM
Replies: 55
Views: 56,111
Posted By LilBudyWizer
You misunderstand me. Run it through a program...

You misunderstand me. Run it through a program that strips out unnecessary white space, blank lines and comments then run the output of that program through diff. Programmer automate thyself. By the...
Forum: General Authoring Discussion 04/25/14, 10:25 PM
Replies: 7
Views: 6,436
Posted By LilBudyWizer
Just set a variable while processing the addon...

Just set a variable while processing the addon loaded event. You can't avoid on /reloadui unless you want to avoid the initial load as well and never show the message. You can avoid displaying it...
Showing results 1 to 25 of 32