• 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. Mr Erimyth

    OpenTibia [RME 3.x] RME Modification 3

    Please Can Update to version tibia 1000 - My server is 10.00 - 11.02 and i dont have map editor Anyone can help me?
  2. Mr Erimyth

    OpenTibia [RME 3.x] RME Modification 3

    i Can Update it to Map editor Version Server 10 - 11 ?
  3. Mr Erimyth

    TFS 1.X Bounty Hunter System

    @imkingran how i put first code man ??? --[[ db table CREATE TABLE IF NOT EXISTS `bounty_hunter_system` ( `id` int(11) NOT NULL auto_increment, `hunter_id` int(11) NOT NULL, `target_id` int(11) NOT NULL, `killer_id` int(11) NOT NULL, `prize` bigint(20) NOT NULL...
  4. Mr Erimyth

    Fancy tibia anniversary countdown

    EDIT: i Removed if (g_Now < 1483779600 && g_Now > 1482138000) And working 100% :D Demo: www.fortera-global.com.br Thxxx bro :D
  5. Mr Erimyth

    Fancy tibia anniversary countdown

    it Dont show Countdonw :( Maybe need edit it? if (g_Now < 1483779600 && g_Now > 1482138000) { // do not display after 10:00:00 07.01.2017 (CET) (1483779600) // do not display before 10:00:00 19.12.2016 (CET) (1482138000)
  6. Mr Erimyth

    Fancy tibia anniversary countdown

    i Can edit Date here? var g_AnniversaryDate = new Date(2017, 00, 07, 10, 00, 00); // careful! January hat the number "0" I need put to day 18/03/207 - 20:00 i can use it? var g_AnniversaryDate = new Date(2017, 03, 18, 20, 00, 00); // careful! January hat the number "0"
  7. Mr Erimyth

    Fancy tibia anniversary countdown

    how to install bro ? you can help me? say me wath files i need edit?
  8. Mr Erimyth

    Linux Tfs 1.3 Crash

    Hello Anyone can help me? i use tfs 1.3 My server is crashed man [Error - mysql_real_query] Query: SELECT `reason`, `expires_at`, (SELECT `name` FROM `players` WHERE `id` = `banned_by`) AS `name` FROM
  9. Mr Erimyth

    TalkAction [TFS 1.X] /mute and /unmute

    @Printer How to Mute Player only in " Help Channel - World Chat - Advertsing " it is Possible?
  10. Mr Erimyth

    Nova Formação de Equipe [Official messaging translation]

    Está na hora de sangue novo na equipe. A Equipe Otland acaba de adicionar nesta semana quatro novos moderadores globais e rebaixando alguns dos atuais moderadores devido à inatividade (como eles não registraram ou postaram nada durante meses e não forneceram qualquer motivo para sua...
  11. Mr Erimyth

    Novo recurso: Melhores Respostas! [Official messaging translation]

    Queridos Otlanders! Hoje a equipe Otland adicionou uma uma funcionalidade Disponível apenas dentro da Support Board . Uma vez que seu problema foi resolvido, agora você pode marcar a solução como uma "melhor resposta" - de forma semelhante à forma como Q & A sites de trabalho. Isso torna...
  12. Mr Erimyth

    Programmer Need a developer Freelancer

    I need a freelancer developer to is make a jog to my otserv. Version based on TFS 1.3 Msg me pvt to more information.
  13. Mr Erimyth

    Freelancer Developer

    I need ur service... private msg me.. i need check ur price from freelancer.
  14. Mr Erimyth

    Linux [bug] Market Sistem Tfs 1.3

    Otserv: Global 10.98 - 11.02 Version Src: OTX Based On TFS 1.3 Players can not sell Tibia coins in the market. I'm using "premium_points" as Tibia Coins for the donors of my server, but when I try to sell these coins in the market when trying to create the advertisement nothing happens. I...
  15. Mr Erimyth

    Ultimate forum for Gesior

    Bump! anyone have this forum ?
  16. Mr Erimyth

    Commands logs

    Here are my paste bin - global.ua http://pastebin.com/vvXbk9Ld and i need add log to this command. /i function onSay(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false...
  17. Mr Erimyth

    Linux Help Fix Bug Store In-game

    The work was very well done, I just have to thank. My server will be released the next day 11 and I was already very worried. Recognition of your work goes on for a long time
  18. Mr Erimyth

    Linux Help Fix Bug Store In-game

    EduardoDantas perfeitos ... Thzzz Foreve Best <3 Bug Fixed!
  19. Mr Erimyth

    Linux Help Fix Bug Store In-game

    yes i using OTX https://github.com/mattyx14/otxserver/issues/176
  20. Mr Erimyth

    Commands logs

    hmm i can use it? @Colandus function onSay(player, words, param) logCommand(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false end local split = param:split(",")...
Back
Top