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

    OTClient Items ID OTC, TFS 1.5

    It's clientID, send itemID ex. By network message
  2. P

    AAC websites compatible with tfs 1.4.2 ? version 10.98

    GitHub - Znote/ZnoteAAC: Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server. (https://github.com/Znote/ZnoteAAC)
  3. P

    C++ attack speed attribute on crossbows and bows

    void Player::doAttacking(uint32_t) { Item* item = getWeapon(false); uint32_t attackSpeed = (item && item->getAttackSpeed() != 0) ? item->getAttackSpeed() : getAttackSpeed(); if(!lastAttack) lastAttack = OTSYS_TIME() - attackSpeed - 1; else if((OTSYS_TIME() - lastAttack) < attackSpeed)...
  4. P

    OTClient OTClient partial black screen help!!

    open terminal (ctrl + t in otclient) and show errors
  5. P

    TFS 1.X+ Create monsters on positions.

    Game.createMonster(monster, position, false, false, 0, 0)
  6. P

    OTC mobile - android pokeball

    wtf it's module
  7. P

    OTClient Hello everyone, how are you? I'm having a problem with my mounts, it only works in the normal old client, but it doesn't work in the otc, and in addit

    open modules/game_features/features.lua in your otc folder find: if(version >= 870) then g_game.enableFeature(GameDoubleExperience) --g_game.enableFeature(GamePlayerMounts) g_game.enableFeature(GameSpellList) end comment "g_game.enableFeature(GamePlayerMounts)" and...
  8. P

    Scripter Need some scripts!

    chak0o
  9. P

    Windows When I start the TFS 1.5 engine it shuts down and says nothing

    you want buy this fix? discord: chak0o
  10. P

    suffering .. !

    welcom back bro
  11. P

    OTClient Fishing poketibia

    For free ? 😂
  12. P

    Lua Rare name item in Broadcast Message

    Try function getArticle(Item) article = "item:getAttribute(ITEM_ATTRIBUTE_ARTICLE)" return article end /ICODE]
  13. P

    MOD Error start tag

    mods folder in old TFS (0.x)
Back
Top