• 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!

Recent content by Magnanimo

  1. M

    Linux Account Invalid and Password otx 2.9

    I have had an otx2 server online for 4 years on a Windows server host I never had this problem, this week I was planning to migrate to Ubuntu 20.04 after configuring the entire server I left it online to see if it was stable, however this error started to appear. It can occur in 1 hour or 7...
  2. M

    helps in converting this spell to otx2

    I can't make this spell work on otx2. This spell should make the player walk 15 sqm in the direction they are looking, however it only works on floors that have not been added in items.xml. when I remove or change this part: asProperty(tile.uid, 7) then the script works, but it goes...
  3. M

    How to optimize this spell

    All vocations on my server use this spell, I believe it could optimize it and reduce cpu consumption. local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 494) setCombatFormula(combat1...
  4. M

    [Otx2] Bug mod Exp Pot

    thank you darknelson for paying attention to my post. I added this exhast condition as in the provided example, however it didn't work. But luckily I managed to solve my problem in 2 ways: 1. Adding doRemoveCreature(cid) in the think event. (only a temporary solution) 2. changing the: if...
  5. M

    [Otx2] Bug mod Exp Pot

    up
  6. M

    [Otx2] Bug mod Exp Pot

    Otx2 version 8.6. Hey guys Recently a player reported to me a problem that is happening with the exppot script that I use. The bug works as follows. The player buys several exppot and activates a macro to use them all the time. Each exppot lasts 120 minutes. When the exppot effect ends, the...
  7. M

    BUG RUNES otx2/v8.54

    When I go to use the rune it ends up using all of them.
  8. M

    Break the limit of 255 effects of otxserv2.

    Thank you my friend, my problem has been solved.
  9. M

    Break the limit of 255 effects of otxserv2.

    I try to migrate my server from tfs 0.3.6 to otxserver2, however I am not able to break the limit of 255 effects of otxserver2. to break the limit of effects I follow a tutorial available in tibiaking. With this tutorial I have succeeded in breaking the effect limit of tfs 0.4 and 0.3.6...
  10. M

    Programmer Procuro alguem para solucionar erros do meu servidor.

    Meu servidor usa a versão 0.3.6 do tfs, e vem consumindo 100% da CPU, fazendo ter lags no servidor. Procuro alguem capaz de encontrar o error e soluciona-lo. Desejável também que entenda de ModernAcc para fazer alterações no site. Valor a negociar.
  11. M

    Programmer Protect spr and dat (oldclient)

    I need some form of encryption for oldclient. send me msg.
  12. M

    Help protect client (spr, dat, pic)

    Hello, I need help to protect my files tibia.spr, tibia.dat, tibia.pic. Currently I use the molebox, but only it does not account for protect. Anyone who can help will thank you very much !!
Back
Top