• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Raising stats of 32767

Status
Not open for further replies.

Come2WoW

Respected Member
I'm sorry I could set the DB Stats that we can source more than 32767 but you know what I'm bi.
hp from the source where it has more than 32767?
 

Rochet2

Moderator / Eluna Dev
I changed it in the core this morning..
But as I dont really know much about C++ or Trinity core itself, cant tell what problems there might be.

I changed the columns from DB to something like INT.
And from core I changed GetInt16 to GetInt32

Just change this:

to this:

in \src\server\game\Globals\ObjectMgr.cpp
Row 2181

Result:
http://img31.imageshack.us/img31/9489/statsec.png
(see health, stamina and weapon stats)


Use it at your own risk.
something something
 
Status
Not open for further replies.
Top