I guess you added custom yoyos and those are crashing the client if someone HoP's, right?
Thats because the value of this item in
defineItem.h is too high.
Make sure its not over ~40000.
example:
Code:
#define II_WEA_YOY_NAME 23150
After you changed it, it shouldnt crash the clients anymore.