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

Search results

  1. S

    Always animate

    Hi, I was wondering if it is possible to animate monster/character/npc while they are idle. I wanted to make them looks like they are breathing. Any advice will be helpful.
  2. S

    Sell all bug?

    Hello, I'm using TFS 0.3.6 example trader template, but I have problem with sell all while ignore equipped is unchecked Here is buy/sell part of code local onBuy = function(cid, item, subType, amount, ignoreCap, inBackpacks) if(items[item] == nil) then selfSay("Ehm.. sorry... this...
  3. S

    Error - Npc interface

    Hello, I've got this error message: [20/02/2018 13:22:30] [Error - Npc interface] [20/02/2018 13:22:31] (Unknown script file) [20/02/2018 13:22:31] Description: [20/02/2018 13:22:31] data/npc/lib/npcsystem/modules.lua:1229: bad argument #2 to 'error' (number expected, got string) [20/02/2018...
  4. S

    Skilling Problem

    Hello. When I am skilling using for example club every time I hit target the skill goes up exactly 6%, no matter if I am on 1 club fighting or 300. What can make it work this way, and any ideas of solving it?
  5. S

    items.xml problem

    Hello, I have question according to adding skill and magic level. It seems like it is bugged cause when i equip armor none of my skills seems to change. Here is the piece of code from this item: <attribute key="armor" value="30" /> <attribute key="slotType" value = "body" /> <attribute...
  6. S

    Changing Skills names

    So I am working on creating fully Polish Tibia Server and the certain problem occured that i am not able to change the names of skills on items i.e plate armor (Arm:10) change the Arm:10 to display different text. Any ideas?
  7. S

    Need help/advice

    While compiling OTClient 14 errors occur, I am trying to fix it but I am hopeless after hours of trying. Anyone any ideas? Btw I'm using Visual studio 2017 Screenshot: Imgur: The magic of the Internet
Back
Top