View Single Post
  #13  
Old 02-13-2013, 07:12 PM
SavageDeath
Fire Beetle
 
Join Date: Jan 2013
Location: In the USA
Posts: 15
Default

Yes sir, I spent a good 3 hours going through and making sure that anything related to GetHP() was set to int64 and it just won't go higher than 2.14bil. Again my c++ isn't that great but I did look through every place I could think of that would set the NPC's HP's and I changed them to int64 instead of int32.

These are the places I edited.
Maybe I missed a place?
Code:
Mob.h
Mob.cpp
client.h
client.cpp
client_mods.cpp
zonedump.h
merc.h
merc.cpp
bot.h
bot.cpp
The reason I had to change the ones that weren't directly related to NPC's is because it won't compile if you don't edit it for everywhere that it pulls HP.
Reply With Quote