[DiscordArchive] I could whip you up an example if you clarify a little more what you want to acheive? You want to sh
[DiscordArchive] I could whip you up an example if you clarify a little more what you want to acheive? You want to sh
Archived author: metallinos • Posted: 2025-02-23T04:21:32.913000+00:00
Original source
I could whip you up an example if you clarify a little more what you want to acheive? You want to show a gossip menu with a button like "Level me up" or something? And on click, level up for the desired ranges and play the sound?
Archived author: metallinos • Posted: 2025-02-23T04:24:28.720000+00:00
Original source
I'm pretty sure gossip menus are handled through a player handler in Eluna, then you specify the object therein, so on any event with any object you can send a gossip menu from that object with player:GossipSendMenu(npc_text, object)
Archived author: Michael Crilly • Posted: 2025-02-23T04:28:05.678000+00:00
Original source
I want to attach an Eluna script to a Type 9 GO
Archived author: Michael Crilly • Posted: 2025-02-23T04:30:00.369000+00:00
Original source
And I want be able to handle OnUse triggers, which I cannot seem to be able to do.
Archived author: Michael Crilly • Posted: 2025-02-23T04:30:07.596000+00:00
Original source
It works on other GOs, though.
Archived author: Michael Crilly • Posted: 2025-02-23T04:31:34.690000+00:00
Original source
Yeah, exactly, the magnifier
Archived author: metallinos • Posted: 2025-02-23T04:32:13.115000+00:00
Original source
I see the issue... Let me concoct a solution of sorts
Archived author: Michael Crilly • Posted: 2025-02-23T04:32:28.423000+00:00
Original source
Good job, and thank you greatly.
Archived author: metallinos • Posted: 2025-02-23T04:45:49.869000+00:00
Original source
O boy with the current Eluna API we gotta get really creative
Archived author: Michael Crilly • Posted: 2025-02-23T04:46:08.944000+00:00
Original source
Haha yeah I thought so. It's OK though, I can find and have found other options.