• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Ochman

    Cipsoft are able to take us to court?

    Medivia was never on cipsoft watch and what you're saying is just a gossip
  2. Ochman

    Lua Function [TFS 1.3] creature:getEmblem() | creature:setEmblem(emblem)

    Could you please point me out what's the Guild Emblem? I am out of the loop for the newest tibia distros.
  3. Ochman

    Lua Function Game.loadMapChunk(path, position, remove)

    This... This, sir, is a big thing especially if you want event's to trigger different pieces of map. I am impressed.
  4. Ochman

    Doubt about For Loop

    As @StreamSide; mentioned, _ is a key in your loop. To elaborate more, in Pythonic languages it has few purposes, but in Lua directly, it is throwaway variable, something like "I don't care it's value".
  5. Ochman

    TalkAction [TFS 1.3 / Lua 5.2] Debug LUA scripts with talkaction!

    I mean, you're right and all, but it is "DEBUG" purpose to not use it on production server. Nice to mention it anyways
  6. Ochman

    Lua onUse script for tfs 1.2

    Or just, you know, send it as parcel
  7. Ochman

    OpenTibia Python Tibia<->Discord bot

    I assumed so, but maybe we could create a "bot template" that anyone could fork if they're willing to? Just like TFS, people copy it and then work on it separately. I personally could contribute to it adding functionalities, but to do so, we should standarize our code with PEP8 standards. It...
  8. Ochman

    Lua help me script

    data/actions/scripts/1212.lua has in data/actions/actions.xml "onUse" declared, but has not said function in 1212.lua file. data/actions/scripts/reward.lua has some syntax error, you'll have to post whole script here. data/talkactions/scripts/online.lua has in data/talkactions/talkactions.xml...
  9. Ochman

    Lua help me script

    function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerVocation(cid) == 5 then doPlayerAddItem(cid, 3966) doPlayerAddItem(doPlayerAddItem(cid, 2275) doPlayerSendTextMessage(cid,19,"XD") doSendAnimatedText(getThingPos(cid), "Yeah Exp With I...
  10. Ochman

    OpenTibia Python Tibia<->Discord bot

    Hello Delusion, Nice contribution. Do you think we (community) can make an use of this bot, making it OTLand bot? (Something like The Forgotted Server Discord)? If so, please reformat code with PEP8 standards, so it'll be easier to contribute.
  11. Ochman

    [suggestion] Different ways to load and unload players

    Just do not allow him to login again while he's being saved? So he cannot move and desync data, am I right? And block parcels etc (queue them).
  12. Ochman

    [suggestion] Different ways to load and unload players

    Please keep in mind that I am willing to pay 50$ for the person who publicly shares the code that solves (or substantially postpones) this problem.
  13. Ochman

    Jack's Amateur Sprite Shanty

    I really like it. Would love to see more, animations for example.
  14. Ochman

    Lua Addon Seller Trouble, not selling anything

    It basically pointed you location of where error happened (and what the error is). data/lib/core/player.lua:168: attempt to index local 'self' (a number value) 168 stands for 168th line in this file. Please paste this file, because without it it is impossible to help.
  15. Ochman

    Tibia client 12 Problem Funny

    Looks like your onEquip / onDequip function broke, but I am unsure if we want to continue this thread...
  16. Ochman

    Compiling OTHire x64bit

    This: https://github.com/peonso/tibialegacyserver/raw/master/docs/libraries.7z should be working. Isn't it?
  17. Ochman

    We are looking for graphics for the new CrimsOnline project

    Hello Coolder, I am in no way graphic designer/artist, but I would advise changing font color to standard one, because some people (me included) using dark theme possible have a problem reading it: Good luck, by the way.
  18. Ochman

    [Brazil] [7.4/7.72] Realistic 7.4 long term EU/US EXITLAG proxy [Tuesday, 07/02/2019]

    EDIT: He deleted his post, so here you are: What do you mean by hypocrisy? I am just kindly asking. Please, do not get offended by questions. I can find them at web for free? Do I really? If so, could you please point me out where exactly? Maybe @Saphron or @Iryont can help me find out where...
  19. Ochman

    [Brazil] [7.4/7.72] Realistic 7.4 long term EU/US EXITLAG proxy [Tuesday, 07/02/2019]

    Hello @RealisticG Could you please point me out your spriter who made this cool dragon from the first screenshot, this ice mage from screenshot no 4., big cobra from screen 5th? I'll be greatful.
  20. Ochman

    [PAID][OTHIRE] Need task system with NPC

    Hello @kuhi; Could you please unlock your discord friend invitations or add me Ochman#6414
Back
Top