• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to make your server client 8.61 Tutorial

i made everything perfectly except i didnt understand where i'm gonna add this in npc.cpp
1) const ItemType& it = Item::items[li.itemId];
and this:

2) else
{
if(it.stackable)
li.subType = 1;
else if(it.isFluidContainer() || it.isSplash())
li.subType = 0;
}
 
can anyone reupload the items.otb, i really can't do anything without them
i compiled everything, it works but the thing is, the clients crashes when i SEE potions
 
Back
Top