Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Shuba00
Forum: Lua/XML Help 02/28/24, 02:49 PM
Replies: 4
Views: 933
Posted By Shuba00
I don't wanna make another version of the addon,...

I don't wanna make another version of the addon, i wanna just use some parts for other purpose and ask them permission
Forum: Lua/XML Help 02/28/24, 08:16 AM
Replies: 4
Views: 933
Posted By Shuba00
Using others code

Hello, i want to use another code, this one Guild Events (https://www.esoui.com/downloads/info1145-GuildEvents.html), but i don't know how to track the author, i tried using some discord to see if...
Forum: Lua/XML Help 02/27/24, 07:29 AM
Replies: 1
Views: 605
Posted By Shuba00
SubMenu Question

Hello guys, do you know a method to create an item like LAM's submenu, or if is it possible to use directly LAM items in another tab. The problem is, i create a tab in guild section, and in this tab...
Forum: Lua/XML Help 03/28/23, 02:17 PM
Replies: 5
Views: 2,369
Posted By Shuba00
https://media.tenor.com/QlJbCV0lhXoAAAAC/sad.gif...

https://media.tenor.com/QlJbCV0lhXoAAAAC/sad.gif

i just wanted to troll some friends :(((
Forum: Lua/XML Help 03/28/23, 01:26 PM
Replies: 5
Views: 2,369
Posted By Shuba00
Function playsound

Hello, i have two questions using the Playsound() function:

1) Can i use custom sound?

2) There is a list of the sound? i tried to search in esoui wiki, but didn't find nothing


ty in advance :)
Forum: General Authoring Discussion 03/22/23, 05:28 PM
Replies: 8
Views: 3,350
Posted By Shuba00
Ok i found it finally, as u suggested to use...

Ok i found it finally, as u suggested to use zgoo, i scrolled every event stopping when unit spawned, and found out that i can track portal spawn with that...
Forum: General Authoring Discussion 03/21/23, 05:52 PM
Replies: 8
Views: 3,350
Posted By Shuba00
I can track when an enemy of the wave die, but i...

I can track when an enemy of the wave die, but i wanted to track when a certain unit spawn, like troll in fifth arena. Gonna try somethings
Forum: Lua/XML Help 03/21/23, 01:19 PM
Replies: 9
Views: 3,314
Posted By Shuba00
i used the function GetPlayerActiveSubzoneName()...

i used the function GetPlayerActiveSubzoneName() to get the name of the zone/subzone, and that worked for me
Forum: General Authoring Discussion 03/21/23, 01:04 PM
Replies: 8
Views: 3,350
Posted By Shuba00
hey again, was trying to track spawn event in...

hey again, was trying to track spawn event in maelstorm, but with
EVENT_UNIT_CREATED i can't track it, do you have any suggestion?
Forum: Lua/XML Help 03/20/23, 05:03 PM
Replies: 1
Views: 1,994
Posted By Shuba00
How to move ui.xml

how can i make my ui movable and resizeble?
Forum: Lua/XML Help 03/20/23, 04:52 PM
Replies: 3
Views: 2,391
Posted By Shuba00
i found out the code can work outside of the...

i found out the code can work outside of the dungeons/arenas.
There is any way to make it work inside dungeons?
Forum: Lua/XML Help 03/20/23, 11:34 AM
Replies: 3
Views: 2,391
Posted By Shuba00
LIB 3D arrow

Hello i'm trying to create a simple arrow using lib3D arrow, but it isn't working and idk what i'm doing wrong.
This is my code :


function GetPosShuba()
playerX, playerY =...
Forum: General Authoring Discussion 03/18/23, 12:41 PM
Replies: 8
Views: 3,350
Posted By Shuba00
Ty again man, always right

Ty again man, always right
Forum: General Authoring Discussion 03/18/23, 10:08 AM
Replies: 8
Views: 3,350
Posted By Shuba00
Detecting event

Hello,

i was wondering if there is any event manager that fires with these 2 events:

UNIT_REMOVED


UNIT_ADDED
Forum: Lua/XML Help 03/18/23, 06:54 AM
Replies: 9
Views: 3,314
Posted By Shuba00
TY :), this helped me a lot

TY :), this helped me a lot
Forum: Lua/XML Help 03/17/23, 10:43 AM
Replies: 9
Views: 3,314
Posted By Shuba00
NiceT = { } NiceT.name = "NiceT" function...

NiceT = {
}
NiceT.name = "NiceT"

function NiceT.Initialize()
d("Thanks for using NiceT!")
NiceT.ZN = GetUnitZone("player") --just trying
d(NiceT.ZN)
EVENT_MANAGER:RegisterForEvent(NiceT.name,...
Forum: Lua/XML Help 03/17/23, 10:05 AM
Replies: 9
Views: 3,314
Posted By Shuba00
hey, ty for the reply, but that was just an error...

hey,
ty for the reply, but that was just an error copying here, in the addon is without "double" event_
Forum: Lua/XML Help 03/17/23, 09:58 AM
Replies: 9
Views: 3,314
Posted By Shuba00
don't know how to detect zone change

Hello,
I'm new to lua, and I was trying to create an addon, nothing to much complicated.
i wanted to detect EVENT_ZONE_CHANGED, but can't detect anything.

EVENT_MANAGER:RegisterForEvent(NiceT.name,...
Showing results 1 to 18 of 18