Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: ownedbynico
Forum: General Authoring Discussion 08/28/21, 08:25 AM
Replies: 1
Views: 1,878
Posted By ownedbynico
Moving items and unequipping gear not reliable

Hey,
so I implemented a banking feature in my addon. But it's not really reliable since sometimes there are 1 or 2 items that appear to be stuck.
I added a 200ms delay between Item move requests. Is...
Forum: General Authoring Discussion 03/22/21, 06:56 AM
Replies: 9
Views: 4,108
Posted By ownedbynico
Thanks! That fixes the problem. So there is...

Thanks! That fixes the problem.
So there is actually a way to get the ChampionPerks stuff.
Forum: General Authoring Discussion 03/21/21, 10:19 AM
Replies: 9
Views: 4,108
Posted By ownedbynico
Gitter is a bit slow atm so I'll answer here. I...

Gitter is a bit slow atm so I'll answer here.

I let the addon set the CP and after that I open the CP scene by hand with the keybind.
Is there any way of getting access to the ChampionPerks Object?...
Forum: General Authoring Discussion 03/21/21, 10:07 AM
Replies: 9
Views: 4,108
Posted By ownedbynico
Champion.lua is not my code, it's from the Api....

Champion.lua is not my code, it's from the Api. And the table cptable cannot be empty at this point.
https://github.com/esoui/esoui/blob/master/esoui/ingame/champion/champion.lua#L2285
It's a...
Forum: General Authoring Discussion 03/21/21, 09:36 AM
Replies: 9
Views: 4,108
Posted By ownedbynico
CP 2.0 Error

Hey,

I'm currently working on a CP 2.0 Addon. Every time I load the CPs it's working fine untill the point where I open the CP Scene and get the following...
Forum: General Authoring Discussion 05/02/20, 07:01 PM
Replies: 2
Views: 4,260
Posted By ownedbynico
Location of non-player units

Hey,

does someone know a way to get X and Z coordinates of a unit which is not a player?
Im trying to track a boss, but it seems like GetUnitWorldPosition() does not work with unitTags like "boss1"...
Forum: General Authoring Discussion 03/03/20, 11:30 AM
Replies: 1
Views: 3,482
Posted By ownedbynico
It's working now. Use ZO_WorldMap_MouseWheel...

It's working now. Use ZO_WorldMap_MouseWheel instead.
This can be closed.
Forum: General Authoring Discussion 03/03/20, 10:29 AM
Replies: 1
Views: 3,482
Posted By ownedbynico
Hook into OnMouseWheel

Hello,

im trying to hook into ZO_WorldMap_OnMouseWheel to detect if the user is zooming into the world map.


ZO_PreHook('ZO_WorldMap_OnMouseWheel',
function(self)
d("scrolling")
end)
Forum: General Authoring Discussion 11/22/19, 06:49 PM
Replies: 1
Views: 3,764
Posted By ownedbynico
Detect Shadowrealm in Cloudrest

Hi,

is there any way to detect if someone is down in the Shadowrealm in Cloudrest?
I checked the y location which is the same as if your "up". And i also checked if its the same instance and if its...
Showing results 1 to 9 of 9