• 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. D

    How add amulets of 250 charg in box?

    How do I give the attribute without being inside a bag?
  2. D

    light on character

    @M0ustafa The problem is not just in the torch, any light item happens that when removing the item the character stays with the light. I searched several forums many people had this problem but saw no solution. @M0ustafa
  3. D

    cure poison

    you solved, ty
  4. D

    cure poison

    my cure poison no work, idk why, tfs 0.4 someone help me? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_POISON) function...
  5. D

    Parcel system

    i want cap infinity, what i do?
  6. D

    Parcel system

    bool Mailbox::sendItem(Creature* actor, Item* item) { uint32_t depotId = 0; std::string name; if(!getRecipient(item, name, depotId) name.empty() !depotId || item->getWeight() > 5000) return false; return IOLoginData::getInstance()->playerMail(actor, name, depotId, item); }
  7. D

    light on character

    yes the problem also occurs with the global client. so the problem must be in the source, the character absorbs the light from the item, and removing the item keeps the light from the item
  8. D

    Protect zone no ghost

    hastebin (https://hastebin.com/eyawemunut.cpp)
  9. D

    Protect zone no ghost

    yes i use 0.4.37777.19, i only copy and paste.
  10. D

    I'm looking for who fixes otc

    My client when clicking on the map depending on the location he hangs the character, has trouble walking, not always hangs, but sometimes depending on the location he hangs, and not because of distance but because of buildings or something such as making a return from the edron depot and getting...
  11. D

    walk problem

    When I click on the map, my character stands still. taking 1 step forward and returning only if esc. It depends on locations. open areas it works. Could someone tell me what I can do to fix this error? tfs 0.4
  12. D

    Protect zone no ghost

    @M0ustafa, im sorry but dont work,+ I tested yesterday and it failed me at source
  13. D

    Parcel system

    I think the parcel is limited to items to send, could you tell me where I change it?
  14. D

    light on character

    OTC, but if memory serves me correctly, my characters have their own light in the global client. I think it's source from tfs
  15. D

    Function on say or spell

    I need to do my anti idle, consider talking or spelling players so they don't fall, I had to remove the anti idle from the server, and I would like to fix it.
  16. D

    light on character

    My character, when using a light item, and removing the light remains fixed on the character, does anyone know how to fix? tfs 0.4
  17. D

    Function on say or spell

    can someone tell me the code if if the person speaks or uses magic? I would like to add to anti idle so the player will not fall if they speak or use magic tfs 0.4 if(getTileInfo(getCreaturePosition(cid)).nologout or getCreatureNoMove(cid) or getPlayerCustomFlagValue(cid...
  18. D

    npc bank system tfs 0.4

    would anyone have a complete banking system? mine doesn't trade coins. i use tfs 0.4 tibia 8.6
  19. D

    How add amulets of 250 charg in box?

    I'm trying to add 250 chargess amulet to my quest, but it only comes with 100 charges, how to do? tfs 0.4 function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 8100) == -1 then if getPlayerFreeCap(cid) >= 10 then local bag =...
  20. D

    Parcel system

    yes they are correct, is there any script I can check? What happens is that sometimes it works and sometimes it doesn't. very strange, I will send a print of parcel, I'm thinking that may be the date. The problem is that there are players who sometimes can't send.
Back
Top