Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: GhostwheelAI
Forum: Lua/XML Help 08/04/20, 05:52 AM
Replies: 3
Views: 3,895
Posted By GhostwheelAI
It's 2 API functions combined. I think it will...

It's 2 API functions combined. I think it will fail.

RequestJumpToHouse(GetHousingPrimaryHouse())
Forum: Lua/XML Help 08/04/20, 04:00 AM
Replies: 3
Views: 3,895
Posted By GhostwheelAI
Ghostwheelai Shortcuts simple test required

Hi.

I made a simple addon. And plan to keep developing it. One of the functions is to jump to primary house. I tried to keep the code as simple as possible, so this function doesn't check for...
Forum: AddOn Search/Requests 07/26/20, 02:21 PM
Replies: 24
Views: 10,678
Posted By GhostwheelAI
Usually I google stuff I know, I asked for help...

Usually I google stuff

I know, I asked for help in lua questions section and answers were helpful. People who are not interested in how everything works, how to make a game or plugin will always...
Forum: AddOn Search/Requests 07/25/20, 09:16 PM
Replies: 24
Views: 10,678
Posted By GhostwheelAI
Pardon me for interrupting... Most people don't...

Pardon me for interrupting... Most people don't know anything about computers, programming and stuff. And most of them will not enjoy coding. Giving advice to start coding is like telling them to get...
Forum: Lua/XML Help 07/15/20, 08:38 PM
Replies: 9
Views: 6,962
Posted By GhostwheelAI
Thanks andy.s and Baertram. I tested it...

Thanks andy.s and Baertram. I tested it yesterday, it works.

The actual object is PLAYER_TO_PLAYER
Forum: Tech Chat 07/13/20, 05:22 PM
Replies: 2
Views: 4,924
Posted By GhostwheelAI
Have you tried Proton? For me Minion only works...

Have you tried Proton?


For me Minion only works with proprietary java

https://www.java.com/en/download/linux_manual.jsp

Download it, unpack and run like this /path/to/javafolder/bin/java -jar...
Forum: Lua/XML Help 07/09/20, 02:51 PM
Replies: 9
Views: 6,962
Posted By GhostwheelAI
Thank you. I didn't understand how to use...

Thank you.

I didn't understand how to use prehook and EVENT_GROUP_MEMBER_JOINED at the same time. If I prehook something it would stay that way?

So for now I did it like this. Have to test...
Forum: Lua/XML Help 07/08/20, 07:03 PM
Replies: 9
Views: 6,962
Posted By GhostwheelAI
OK. Decline callback looks like this local...

OK. Decline callback looks like this


local function DeclineCallback()
self:RemoveFromIncomingQueue(INTERACT_TYPE_TRAVEL_TO_LEADER)
end


and ZO_PlayerToPlayer:RemoveFromIncomingQueue appears...
Forum: Lua/XML Help 07/08/20, 04:17 PM
Replies: 9
Views: 6,962
Posted By GhostwheelAI
Thanks. Found...

Thanks. Found it.

https://github.com/esoui/esoui/blob/1b39673fd405ff3560ca55bc6e1eca6225033835/esoui/ingame/playertoplayer/playertoplayer.lua

743 line

I'm new to lua and plugins. Could you explain...
Forum: Lua/XML Help 07/08/20, 12:23 PM
Replies: 9
Views: 6,962
Posted By GhostwheelAI
Is there Event for jump request?

When you accept invite to group there is request to jump to leader of the group. Is where Event for that request and function to decline it? I'd like to auto decline.

Didn't find anything like that...
Showing results 1 to 10 of 10