-
Content Count
14 -
Joined
-
Last visited
-
Yes.
-
Show client and server syserr.
-
Either you're blocking mark directory by some antycheat solution or your icons are broken.
-
You have to add GM_VIP, in common/length.h after GM_PLAYER.
-
You have to add empty line at the end of file.
-
So, here after %s you have to add space.
-
Where you have ChatPacket with "Rafinarea acestui"?
-
In game/item_manager_read_tables.cpp change: sys_err("No such an item (name: %s)", d.szItemName); To: sys_err("No such an item (name: %s, vnum: %d, line: %d)", d.szItemName, dwItemVnum, lines); And you will se in which vnum and line is problem