- Original Thread
- https://github.com/JadaDev/LuaIconsEasyze
So I have decided to add a way for people to put the item icons in the menu without having to deal with any c++ only DB to make it work and could be used in LUA
THIS IS NOT THE BEST ACT, THE BETTER OPTION IS AT THIS LINK : https://emudevs.gg/threads/enable-getitemicon-option.8971/
THIS IS NOT THE BEST ACT, THE BETTER OPTION IS AT THIS LINK : https://emudevs.gg/threads/enable-getitemicon-option.8971/
Usage
- Functionality: The script includes a function GetItemIcon that retrieves item icons based on item IDs (itemEntry) from a database and formats them for display.
- Integration: Integrate the displayicons.sql into your world database where it will be creating a new column called icon and you'll need to always use the SQL if you add more items.
- Customization: Adjust the formatting (":30:30:-20:0|t") according to your specific environment and requirements.