This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: AzerothCore - Module - Better Item Reloading  (Read 2430 times)

Kaev

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 308
    • View Profile
AzerothCore - Module - Better Item Reloading
« on: December 04, 2017, 08:37:41 am »
Description:

BetterItemReloading is a C++ Azerothcore module which allows to reload items on the server side and as much as possible on the client side of WoW 3.3.5.

Sadly some things are cached on the client which can't be properly invalidated and need DBC file changes.
The following things must be changed in DBC files:

ItemClass
ItemSubClass
sound_override_subclassid
MaterialID
ItemDisplayInfo
InventorySlotID
SheathID

Multiple items can be reloaded by splitting each entry id with a space like: .breload item 12345 23456 34567


Download link:

https://github.com/Kaev/BetterItemReloading


How to install?

This module only works for AzerothCore.
Check the module page for the explanation, but it's very easy to do and works the same for all the modules.

Credits:
Me and a german chocolate company because i ate some chocolate while developing it.
I share this module with you because we support each other in the AzerothCore community.


How to thank us?

The answer is simple: contribute! You can help by making new modules, fixing or improving other modules, converting fixes from TC to AzerothCore, fixing our own issues, spreading the word (by talking about it, making tutorials or releasing stuff), donating, testing our pull requests or identifying issues etc...
Contributors will receive better support and tips.

-------------------------------------------------

What is AzerothCore?

Click here for an (incomplete) overview of AzerothCore's advantages. And have a look at the wiki.


Join us!

Join our discord and post on our forum!

https://discord.gg/PaqQRkd - The main place to talk, come !
https://github.com/azerothcore/azerothcore-wotlk
http://azerothcore.org/

Barbz

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 48
    • View Profile
    • YHOOL
Re: AzerothCore - Module - Better Item Reloading
« Reply #1 on: January 27, 2018, 05:46:41 pm »
This can be handy when making custom content, so here is a free UP