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

    Solved Magic wall old effect?

    Hello guys. Sorry to back this question. I am trying to do talkaction !oldmw on and !oldmwoff. When active this change a storage that show just old mw id or new mw id (more bright and clearly). Someone know how yo do?
  2. douglasscherner

    OTClient HELP TO OPEM items.otb

    I buyed a server and it came with this .otbm.
  3. douglasscherner

    OTClient HELP TO OPEM items.otb

    I founded this editor im this website: https://opengamescommunity.com/index.php?resources/item-editor.22/
  4. douglasscherner

    OTClient HELP TO OPEM items.otb

    I have tested all options per time and together but keep not working seems:
  5. douglasscherner

    OTClient HELP TO OPEM items.otb

    Someone?
  6. douglasscherner

    OTClient HELP TO OPEM items.otb

    So I put : <client version="1101" description="Client 11.01" otbversion="62" datsignature="4C28B721" sprsignature="4C220597"/> When i select .dat and .spr of tibia says: my .dat and spr files are here: https://www.sendspace.com/file/q6cw73
  7. douglasscherner

    OTClient HELP TO OPEM items.otb

    I am unsuccessful in opening this file using Item Editor. All versions I download are incompatible. Can someone help me? I need to edit to remove some items that are debugging. Thanks.
  8. douglasscherner

    C++ Help to a little change in cast system

    Its taken debug when I press enter after put password in my cast fellow. Can someone help me?
  9. douglasscherner

    C++ Help to a little change in cast system

    I want to don't show castings live with password in first page at login when the password board is empty. Because it's flood the cast page with not necessary casts. const auto& casts = ProtocolGame::getLiveCasts(); output->addByte(casts.size()); for (const auto& cast : casts) {...
  10. douglasscherner

    RevScripts server not respoding

    It's hosted in microsoft vps. I have changed config.lua ip and allow dedicade ports iptables -A INPUT -p tcp --dport 7171 -j ACCEPT iptables -A INPUT -p tcp --dport 7172 -j ACCEPT But not respond. Website is working normaly. Can someone help me?
  11. douglasscherner

    I want to change the Gesior layout color

    bump 1658033534 I found thanks for me. initialize.js change for this: // mouse-over effects of menubuttons and submenuitems function MouseOverMenuItem(source) { source.firstChild.style.visibility = "visible"; } function MouseOutMenuItem(source) { source.firstChild.style.visibility =...
  12. douglasscherner

    I want to change the Gesior layout color

    Not works. .Submenu { position: relative; margin: 0 auto; background-color: #0D2E2B; } I changed to: .Submenu { position: relative; margin: 0 auto; background-color: rgb(13, 46, 43); } But nothing 1657853504 So fellow I use this in layout.php <link href="<?PHP echo $layout_name...
  13. douglasscherner

    PHP Change color layout of Gesior

    Hello guys I am trying do I little change in Gesior but without sucess. The layout of my Gesior is darkness and ugly. I want to change the layout from to green. I want to turn this: I am using this version: https://github.com/opentibiabr/gesior-aac Can someone help me please to change...
  14. douglasscherner

    I want to change the Gesior layout color

    Hello guys. My layout from Gesior ir darkness and ugly. I am trying change the color without sucess. I want to change the color for this: I am using GitHub - opentibiabr/gesior-aac: GesiorAAC for OpenTibia community, compatible with Canary and OTServBR-Global...
  15. douglasscherner

    C++ Delay drop items in house

    Here is the code: local tile = Tile(toPosition) if self:getStorageValue(33018)+30000 > os.clock()*1000000 then return end self:setStorageValue(33018, os.clock()*1000000) local tile2 = Tile(toPosition) if tile2 then if tile2:hasFlag(TILESTATE_PROTECTIONZONE)...
  16. douglasscherner

    Lua saveHouseItens

    Bump for tfs 1.0. Someone to help?
  17. douglasscherner

    C++ Delay drop items in house

    Hello guys. Some players are crashing my otserv puting dropitems gps and worms fast in ground of houses and moving fast. I need help to change this function on events/scripts/player.lua function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder, toCylinder) How I can get...
Back
Top