[DiscordArchive] Can somebody point me towards how to create a script for an item? I know how to create items in the
[DiscordArchive] Can somebody point me towards how to create a script for an item? I know how to create items in the
Archived author: Ergo • Posted: 2025-08-19T10:27:55.380000+00:00
Original source
Can somebody point me towards how to create a script for an item? I know how to create items in the database, but I want to make a lockbox that can be opened with another item (key) and then once opened you get a random item from a list of my choosing
Archived author: Furioz • Posted: 2025-08-20T08:43:06.441000+00:00
Original source
i'd advise you to install eluna and do this in lua, since its very beginner friendly.
Else you would have to create a custom c++ script in your core .
Archived author: Ergo • Posted: 2025-08-20T12:12:16.001000+00:00
Original source
oh ok thank you I will go through the eluna docs then