Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Registration has been disabled as I did not want to build a community, but just a place to release and or share content made by me and friends. If you encounter any problems with the site, or content please reach out to me via discord: privatedonut

[DB][LUA] Enable GetItemIcon Option in LUA

JadaDev

New member
Joined
Jul 5, 2024
Messages
3
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


1720166430351.png



Usage​

  1. Functionality: The script includes a function GetItemIcon that retrieves item icons based on item IDs (itemEntry) from a database and formats them for display.
  2. 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.
  3. Customization: Adjust the formatting (":30:30:-20:0|t") according to your specific environment and requirements.

Resource : https://github.com/JadaDev/LuaIconsEasy

THIS IS NOT THE BEST ACT, THE BETTER OPTION IS AT THIS LINK : https://wowemulation.com/index.php?threads/c-lua-enable-getitemicon-option-in-lua.40/
 
Back
Top