Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

BetterItemReloading

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

Here's an example how i change an item on the fly in the database and reload it without restarting anything:

About

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.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.