You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Latest build status with azerothcore: [](https://github.com/azerothcore/mod-better-item-reloading)
4
4
5
-
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.<br>
6
-
<br>
7
-
Sadly some things are cached on the client which can't be properly invalidated and need DBC file changes.<br>
8
-
The following things must be changed in DBC files: <br>
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.
10
+
11
+
Sadly some things are cached on the client which can't be properly invalidated and need DBC file changes.
12
+
13
+
The following things must be changed in DBC files:
14
+
9
15
* ItemClass
10
16
* ItemSubClass
11
17
* sound_override_subclassid
12
18
* MaterialID
13
19
* ItemDisplayInfo
14
20
* InventorySlotID
15
21
* SheathID
16
-
<br>
22
+
17
23
Multiple items can be reloaded by splitting each entry id with a space like: .breload item 12345 23456 34567
18
-
<br>
19
-
<br>
20
-
Here's an example how i change an item on the fly in the database and reload it without restarting anything:<br>
24
+
25
+
Here's an example how i change an item on the fly in the database and reload it without restarting anything:
0 commit comments