Skip to content

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.

License

Notifications You must be signed in to change notification settings

azerothcore/mod-better-item-reloading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo AzerothCore

BetterItemReloading

  • Latest build status with azerothcore:

Build Status

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%