• 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!

Recent content by Blue Silver

  1. Blue Silver

    How to make your server client 8.61 Tutorial

    How to fix bug of npc don't buy items with charges (ex: potions) In npc.cpp search: li.itemId = intValue; After add: const ItemType& it = Item::items[li.itemId]; Search: if(readXMLInteger(tmpNode, "subtype", intValue)) li.subType = intValue; After add: else { if(it.stackable)...
  2. Blue Silver

    [XML] How to make an NPC's

    Basic NPC. Thanks.
Back
Top