
Results 1 to 10 of 10
Hybrid View
-
08-02-10, 05:12 PM #1
none of those work...
i tryed everything...
-
08-02-10, 07:12 PM #2
ok is the item actually usable?????? i know with arcemu you if you make an item id over 200,000 it wont register ingame. to fix this you need to compile your own core and change the storage.h located \trunk\src\arcemu-shared
storage.h....find this line #define STORAGE_ARRAY_MAX 200000
for sake of arguement change it to #define STORAGE_ARRAY_MAX 100000000
then compile that is the closest i can say that fixed it for my buddies server
also with 3.3 and 3.3.2 to get custom weapons to work with spells such as heroic strike you need to make a custom mpq for it dont ask how to do so...because i dont even know but thats what every other server has had to do...once done making the custom mpq all your players must download it. this mpq has to be made custom for your server mainly the mpq loads a different item.dbc with your info inside it to get the structure for the item.dbc go here http://www.sourcepeek.com/wiki/Item.dbc
If i get anymore info on this i will let you know hopefully i have helped