Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: remosito
Forum: Lua/XML Help 03/20/23, 04:33 AM
Replies: 9
Views: 3,439
Posted By remosito
wow...so glad I checked out this thread...had no...

wow...so glad I checked out this thread...had no idea playeractivated is after map zone changes too

thanks baertram
Forum: General Authoring Discussion 05/01/22, 09:11 AM
Replies: 11
Views: 9,361
Posted By remosito
That was fruitless... :-/ When following down...

That was fruitless... :-/

When following down data structures always ended up at some strange UserData values...

google made me think this is where it all goes over into C coded...
Forum: Lua/XML Help 04/26/22, 12:52 AM
Replies: 4
Views: 2,043
Posted By remosito
thanks a lot for the replies. Was thinking about...

thanks a lot for the replies. Was thinking about the C/XML side of things too. Even tried to hunt them down. But wasn't obvious how to find them.. currently using bank_deposit, vendor_sell, fence,...
Forum: Lua/XML Help 04/25/22, 07:43 AM
Replies: 4
Views: 2,043
Posted By remosito
Order of events fired problem

Howdie all,

I have a problem with Events firing in the wrong order


EVENT_MANAGER:RegisterForEvent(MyAddon.name, EVENT_CLOSE_BANK, function() d("closing bank")...
Forum: General Authoring Discussion 04/20/22, 10:40 AM
Replies: 8
Views: 6,771
Posted By remosito
alternative...

more necromancy

(please if this is against policy just let me know.. just figured this alternative method might be useful to others.)


there is an alternative, if sharing your icon with...
Forum: General Authoring Discussion 04/18/22, 02:25 AM
Replies: 11
Views: 9,361
Posted By remosito
for what it's worth....

more necro bounties :-)

might be useful to somebody else:

I wanted to get rid of the "Sell all Junk" button in the store window...

surprisingly just changing visibility was enough. Hitting the...
Forum: AddOn Search/Requests 04/15/22, 03:47 AM
Replies: 14
Views: 4,348
Posted By remosito
to answer my own question: it's the following...

to answer my own question:

it's the following...
Forum: AddOn Help/Support 04/11/22, 05:46 AM
Replies: 5
Views: 7,063
Posted By remosito
Thumbs up I'll risk the necromancing bounty :eek: Thanks...

I'll risk the necromancing bounty :eek:

Thanks Haggen!

I just used this method to rearrange the order of displayed cells/lines of information in my GUI window with drag and drop...
(Edit: I am not...
Forum: AddOn Search/Requests 04/05/21, 02:39 AM
Replies: 3
Views: 2,217
Posted By remosito
https://www.esoui.com/downloads/info605-MiniMapbyF...

https://www.esoui.com/downloads/info605-MiniMapbyFyrakin.html

displays your current speed in m/s or ft/s or %

only ever tried the m/s option.So not sure if % gives you the boost or is based off...
Forum: AddOn Search/Requests 04/05/21, 02:25 AM
Replies: 14
Views: 4,348
Posted By remosito
hitchhiking

kinda related....

anybody knows if zos uses a standardized name (in api, for functions) for that quest update queue that displays in the middle of the screen (well for me at least)?

Been turning in...
Forum: AddOn Search/Requests 06/17/20, 08:24 AM
Replies: 5
Views: 2,095
Posted By remosito
Maybe scale the request down from "user created...

Maybe scale the request down from "user created channels" to "1 global addon communication channel" might increase it's chances of becoming a thing?

Addon communication Channel:

- not user...
Forum: AddOn Search/Requests 06/17/20, 08:00 AM
Replies: 5
Views: 2,095
Posted By remosito
What you are describing is what I meant with: "if...

What you are describing is what I meant with: "if none have been detected in the meantime"

the 0..x random delay is to prevent message spam from 3 players with addon that have just been waiting...
Forum: AddOn Search/Requests 06/17/20, 05:29 AM
Replies: 5
Views: 2,095
Posted By remosito
Harrowstorm zone Announcer

I wish I had the time myself:

Addon that posts into zone chat where a harrowstorm is happening.

- Precollect coordinates for different harrowstorm locations
- register for combat events,
-...
Forum: Lua/XML Help 06/16/20, 03:53 AM
Replies: 4
Views: 4,109
Posted By remosito
Exactly :-) The github website then forwards the...

Exactly :-)

The github website then forwards the "a" parameter as a json post to my discord channel webhook.
Which just posts it as a new message there.

Quite the wild hack but seems to work...
Forum: Lua/XML Help 06/16/20, 02:06 AM
Replies: 4
Views: 4,109
Posted By remosito
github pages

Tried github pages to host my "http get request to json post send wrapper" page and it works :-)

Can send Location data updates to a discord channel.


Leaving thread for google to pick up.
Forum: Lua/XML Help 06/16/20, 01:39 AM
Replies: 4
Views: 4,109
Posted By remosito
Might be the path won't do me any good... just...

Might be the path won't do me any good...

just found out that RequestOpenUnsafeURL() seems to not open URLs of the type "file:///path"

Any way to circumvent that?

Alternatively:

- Any way to...
Forum: Lua/XML Help 06/16/20, 01:08 AM
Replies: 4
Views: 4,109
Posted By remosito
Addon Folder Path ingame

Edit: Have a workaround to needing the path...

Howdie all,

is there a way to get my hands on the full Addon folder path?

Not just the user:/Addons/xyz I get from...
Forum: Lua/XML Help 06/11/20, 06:33 AM
Replies: 2
Views: 5,346
Posted By remosito
Some serious necro I know. But somebody else...

Some serious necro I know.

But somebody else googling around for tooltip text alignment or width might end up here....

So...



--inside mouseenter function
local minX, minY, maxX, maxY =...
Forum: Lua/XML Help 06/08/20, 10:30 AM
Replies: 4
Views: 3,962
Posted By remosito
thank you both for the answers. It is as I...

thank you both for the answers.

It is as I feared then :-)

Was thinking about the route of last kill too. Came as far as

EVENT_COMBAT_EVENT of ActionType ACTION_RESULT_DIED or...
Forum: Lua/XML Help 06/08/20, 03:28 AM
Replies: 4
Views: 3,962
Posted By remosito
Any way to find out who/what dropped a loot item?

Howdie all :-)

is there a way to find out what/who dropped an item?

I found the Event one can hook into. But the return values only give back who received an item.


EVENT_LOOT_RECEIVED (*string*...
Forum: AddOn Search/Requests 06/07/20, 04:50 AM
Replies: 12
Views: 5,229
Posted By remosito
Exclamation et voila

just released version 1.0.1 of my Addon which now includes detailed location information.

thanks frozenhamster for doing the legwork on that spreadsheet data transmogrication. Much appreciated.
Forum: General Authoring Discussion 06/06/20, 04:32 PM
Replies: 1
Views: 15,810
Posted By remosito
Change Name of Addon

Edit:

Just dawned on me that I can only change title of my Addon page.
Not name of my Addon..... ��

nothing to see here..
Forum: AddOn Search/Requests 06/06/20, 02:15 PM
Replies: 5
Views: 3,941
Posted By remosito
My Addon does part of that in current...

My Addon does part of that in current state:

Displays all open leads with sortable columns including one for zone.

next version will have filter for zones as well. Plus filter for antiquity...
Forum: AddOn Search/Requests 06/06/20, 06:58 AM
Replies: 12
Views: 5,229
Posted By remosito
Yes. Been coding for a long time. Never big...

Yes. Been coding for a long time. Never big Software Development though. Mainly just small programs, scripts up to a low thousand lines of code. Almost always one person. So I would make a terrible...
Forum: AddOn Search/Requests 06/06/20, 06:17 AM
Replies: 12
Views: 5,229
Posted By remosito
That is now pretty much the plan. Am working on...

That is now pretty much the plan. Am working on it. :-)

Changelog. YES! Just saw an hour ago that there is one I can update. Will henceforth do that. Still new to all this :-)
Showing results 1 to 25 of 30