• 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. Zak.Tibiam

    Programmer [PHP] Scripts for any AAC

    I bought the services and do not have to complain about a great professional and provides excellent support recommend to everyone!
  2. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    @Slavi Dodo Thanks my friend excelent work!
  3. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    @Slavi Dodo you can not add Boss Reward System in that its source because it presents an error related to depotId want to add the RewardBoss system?
  4. Zak.Tibiam

    [Gesior ACC] Buy / sell characters

    Work on tfs 1.2?
  5. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    Errors on Store: - Debug on version 10.92 - Transfer Coins (Possible Clone TC)
  6. Zak.Tibiam

    Expert PvP - Beta Release

    Nice Job!
  7. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    /otserv/Krown2/store/src/game.cpp: In member function ‘void Game::playerRequestTrade(uint32_t, const Position&, uint8_t, uint32_t, uint16_t)’: /otserv/Krown2/store/src/game.cpp:2427:83: error: right operand of comma operator has no effect [-Werror=unused-value] if...
  8. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    In file included from /otserv/Krown2/store/src/combat.h:27:0, from /otserv/Krown2/store/src/game.h:24, from /otserv/Krown2/store/src/actions.cpp:26: /otserv/Krown2/store/src/player.h: In member function ‘int16_t Player::getPvpItemId(Item*)’...
  9. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    @Slavi Dodo u can help me with Store System?
  10. Zak.Tibiam

    [NEW][MODULE]Store_module

    I'm trying to use the protocol 10.92 but when I click on the offer character logs out. It has no error in TFS only logs out the character, but it works normal in version 10.90 and 10.91 someone could help me resolve to adapt to 10.92 too?
  11. Zak.Tibiam

    TFS Update to 10.8x, 10.9x series, adding missing features

    Where is store inbox?
  12. Zak.Tibiam

    Problem hotkey equip.

    hey yamaken u can help for remove hotkey equip from my sources?
  13. Zak.Tibiam

    [10.90] GlobalOT - FULL + NEW WWW + NEW LAYOUT + Krailos [TFS 1.2]

    have war anti intruder system?
  14. Zak.Tibiam

    [TFS 1.2] MAX ITEM PER TILE

    how would the code? @StreamSide
  15. Zak.Tibiam

    [TFS 1.2] MAX ITEM PER TILE

    function Player:onMoveItem(item, count, fromPosition, toPosition) if toPosition ~= nil if Tile(toPosition):getItemCount() >= 6 self:sendCancelMessage("Sorry, not possible.") return false end end return true end @Slavi Dodo like this?
  16. Zak.Tibiam

    [TFS 1.2] MAX ITEM PER TILE

    Thanks, but i need insert max item per tile :/
  17. Zak.Tibiam

    [TFS 1.2] MAX ITEM PER TILE

    HI GUYS I NEED HELP WITH THIST SCRIPT: DATA/EVENTS/SCRIPTS/PLAYER.LUA I use TFS 1.2 FOR 10.9X VERSION this is my code (player.lua) -- Players cannot throw items on teleports if set to true local blockTeleportTrashing = false function Player:onBrowseField(position) return true end...
  18. Zak.Tibiam

    [TFS 1.x ] Max items per tile [SOLVED]

    ok sorry, how i can insert this function for works maxtileitem?
  19. Zak.Tibiam

    [TFS 1.x ] Max items per tile [SOLVED]

    but u can help me in PM? i need only insert new function :S
  20. Zak.Tibiam

    [TFS 1.x ] Max items per tile [SOLVED]

    -- Players cannot throw items on teleports if set to true local blockTeleportTrashing = false function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = 'You see ' if thing:isItem() then if thing.actionid ==...
Back
Top