Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: Drummerx04
Forum: Site help, bugs, suggestions/questions 06/14/22, 10:01 PM
Replies: 7
Views: 2,187
Posted By Drummerx04
That did resolve the issue. I'm guessing that's a...

That did resolve the issue. I'm guessing that's a deprecated key algorithm in newer Openssl libraries, so it had to be enabled to work with this site?
Forum: Site help, bugs, suggestions/questions 06/14/22, 06:47 PM
Replies: 7
Views: 2,187
Posted By Drummerx04
Thank you for the assist. When trying a newly...

Thank you for the assist. When trying a newly generated RSA key (using your provided parameters and config), I'm now notably getting this error

debug1: send_pubkey_test: no mutual signature...
Forum: Site help, bugs, suggestions/questions 06/13/22, 05:09 PM
Replies: 7
Views: 2,187
Posted By Drummerx04
As a quick followup here, I was able to easily...

As a quick followup here, I was able to easily put the same exact public key onto Github.com and ssh authentication went through without a hitch using exactly the same key pair. I did also try...
Forum: Site help, bugs, suggestions/questions 05/20/22, 09:10 AM
Replies: 7
Views: 2,187
Posted By Drummerx04
I have tried modifying the file permissions and...

I have tried modifying the file permissions and it does not change the debug output. The testing was done on my Windows box, but I generated new keys on my mac, uploaded the public key, and I'm...
Forum: Site help, bugs, suggestions/questions 05/20/22, 12:53 AM
Replies: 7
Views: 2,187
Posted By Drummerx04
Git Authentication Issue

I'm trying to get a git repo set up for one of my addons on this site.

I'm following along this help page (https://www.esoui.com/forums/faq.php?faq=git)

Using git bash for windows, I run the...
Forum: AddOn Search/Requests 07/19/20, 09:07 PM
Replies: 5
Views: 2,872
Posted By Drummerx04
Even if it was possible to do, the addon almost...

Even if it was possible to do, the addon almost definitely would get in the way more than it solved any problems. What if you actually wanted to refresh a debuff, but the addon won't let you?
Forum: General Authoring Discussion 06/10/20, 11:42 AM
Replies: 8
Views: 4,755
Posted By Drummerx04
It would help to post the real contents of...

It would help to post the real contents of MakingTable.lua and MyAddon.xml, assuming they aren't stupidly large files. There are some interactions which aren't well explained in the ESO lua world...
Forum: AddOn Help/Support 05/15/20, 09:49 PM
Replies: 5
Views: 2,746
Posted By Drummerx04
You'll have to do some troubleshooting...

You'll have to do some troubleshooting yourself.

Turn off addons until the issue stops, then verify that the one addon indeed causes the message spamming. Then post about it on the Addon page or...
Forum: AddOn Search/Requests 05/06/20, 07:15 PM
Replies: 19
Views: 7,025
Posted By Drummerx04
I would guess that ATT doesn't actually grab ALL...

I would guess that ATT doesn't actually grab ALL the data in one shot. It may just grab the recent history and then process the rest in the background over time. As long as ATT tracks your own sales...
Forum: Lua/XML Help 04/30/20, 10:39 AM
Replies: 24
Views: 12,024
Posted By Drummerx04
You might be right, but: His global scope...

You might be right, but:

His global scope control variable is nil. As far as we (and the author) can see, there isn't a typo.
The XML is loaded after the lua
The lua binds to ADD_ON_LOADED before...
Forum: Lua/XML Help 04/30/20, 10:13 AM
Replies: 24
Views: 12,024
Posted By Drummerx04
As a new developer, you might also benefit from a...

As a new developer, you might also benefit from a standalone addon I wrote a while back. Lilith's Command History (https://www.esoui.com/downloads/info1820-LilithsCommandHistory.html)

What it does...
Forum: Lua/XML Help 04/30/20, 10:01 AM
Replies: 24
Views: 12,024
Posted By Drummerx04
Yeah, I saw some of your back and forth, but I...

Yeah, I saw some of your back and forth, but I was primarily answering the original issue he was having.

I was honestly a little surprised that the event appears to fire before the entire addon is...
Forum: Lua/XML Help 04/30/20, 09:20 AM
Replies: 24
Views: 12,024
Posted By Drummerx04
Post I think your issue is related to the somewhat...

I think your issue is related to the somewhat confusing process Addons go through while the game is loading. There are a couple key points to consider.


Each xml element of your code has to be...
Forum: Bug Reports 04/20/20, 08:37 AM
Replies: 3
Views: 6,510
Posted By Drummerx04
Oh yeah, I've ran into plenty of weird behaviors...

Oh yeah, I've ran into plenty of weird behaviors when dealing with utf8 in ESO. I haven't messed with it for about a year, but when trying to write a match expression for international characters in...
Forum: AddOn Help/Support 04/08/20, 03:43 PM
Replies: 2
Views: 2,054
Posted By Drummerx04
You might be able to fix it by changing the Z...

You might be able to fix it by changing the Z layer for the minimap to place it "under" the loot popups.
Forum: AddOn Search/Requests 02/10/20, 10:56 PM
Replies: 2
Views: 2,896
Posted By Drummerx04
The good news is that such a feature should be...

The good news is that such a feature should be possible and relatively easy to do with addons.

The bad news is it's a pretty niche request. Maybe look for an addon that already adds functionality...
Forum: AddOn Search/Requests 05/25/19, 06:37 PM
Replies: 1
Views: 2,443
Posted By Drummerx04
The main issue I can see is that addons can't...

The main issue I can see is that addons can't save data to files other than in your Saved Variables folder. So in order to process your data we would likely have to make a standalone program to...
Forum: AddOn Help/Support 04/18/19, 06:31 AM
Replies: 4
Views: 2,265
Posted By Drummerx04
If you are really dying to find out which addon...

If you are really dying to find out which addon uses it, just move the library out of your addon folder, reloadui or relog, and see which addon crashes during gameplay (or...
Forum: Wish List 04/17/19, 04:15 PM
Replies: 15
Views: 10,524
Posted By Drummerx04
Okay, I see what you are getting at. I offered a...

Okay, I see what you are getting at. I offered a few basic ways to limit the overall performance impact.

Group Only: Limits the total number of players that get sent the data at all
Message Size...
Forum: Wish List 04/13/19, 07:02 AM
Replies: 15
Views: 10,524
Posted By Drummerx04
To be clear, I'm essentially asking for a custom...

To be clear, I'm essentially asking for a custom in game event system that will only be available to grouped players. This limits the potential for abuse and should reduce the overall performance...
Forum: General Authoring Discussion 04/11/19, 06:26 AM
Replies: 15
Views: 6,449
Posted By Drummerx04
I believe scraping the screen to automate...

I believe scraping the screen to automate something in game would be against TOS. Ultimately the issue I see with this new "addon" would be using an external program to automate functions in game. I...
Forum: General Authoring Discussion 04/10/19, 06:22 AM
Replies: 15
Views: 6,449
Posted By Drummerx04
It's probably worth mentioning that if you write...

It's probably worth mentioning that if you write an external program to scrape information from GUI and then automate in game functions, then this would most definitely violate the terms of...
Forum: General Authoring Discussion 04/09/19, 05:53 PM
Replies: 15
Views: 6,449
Posted By Drummerx04
The ESO LUA API does not have access to pretty...

The ESO LUA API does not have access to pretty much anything outside of the game environment.

You cannot:

Open/Read/Write files
Access any network interfaces. No Raw Sockets. No REST/Web...
Forum: Wish List 04/05/19, 02:49 PM
Replies: 15
Views: 10,524
Posted By Drummerx04
I just want a feature that allows the scope of...

I just want a feature that allows the scope of what addons can do to improve. My custom text links request pretty much got address briefly by Chip and then buried, so now here I am lol.

I was mostly...
Forum: Wish List 04/05/19, 12:31 PM
Replies: 15
Views: 10,524
Posted By Drummerx04
[open] Group Data Sharing

I'm not sure whether this is a security or performance issue, but I would very much like a feature that allows grouped players to directly send binary data to each other.

Probably the best way to do...
Showing results 1 to 25 of 54