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

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Maybe in the savegame the looktype is stored in the character and it stay bugged. It occurs to me XD.
  2. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Ezzz @Nottinghster I found a bug. I have not found the time that happens, but it is the look type of invisible mode. The player with stealth ring and utana vid get bugged with that look type and they cant change the outfit. It happened to a one or two of players. Anyone could help me fix this...
  3. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    To make the parameter "lvl" work, check the config.lua and enable this: -- Should the level requirements on runes be used [default: false] use_rune_level_requirements = false How can you find this ? Check spells.cpp if(g_config.getNumber(ConfigManager::USE_RUNE_LEVEL_REQUIREMENTS)...
  4. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Thank you very much! but for example:<instant prem="0" name="Ultimate Explosion" words="exevo gran mas vis" lvl="50" maglv="1" mana="800" enabled="1" script="ultimate explosion.lua"> I have removed the parameter enabled and then I added it back again. The problem is the level requirement, it...
  5. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    is the parameter "lvl" working in spells.xml?
  6. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    So, simply otsev is the best and you are a very good programmer and very generous, thank you very much for everything.
  7. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Excuse me my friends. Do any of you have an idea or could help me with this problem? http://otland.net/threads/server-restarter-on-background-process.216730/ Thank you very much!
  8. Tatuy1

    Linux Server restarter on background process

    I need to close the terminal to work, so I have a problem with the server restarter (in server save). I use the command while true; do ./otserv; done and then I use ctrl + z to stop de process. Finally with the disown -h %1 and the bg 1I can run it on background and it works perfectly, but it...
  9. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I'll be in two weeks vacation and I will be able to work on personal projects. I can do pulls request in OTHire and the idea excites me :D!
  10. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Ezzz Thank you very much for your work!. For my part I am very happy with the project OTHire :D but... TFS 1.0 is more stable than OTHire? Is it conceivable to argue which is better or which is more stable or full?
  11. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Hi guys! Here is my spells.xml, it is the same of OTHire, but it has the original mana, no soul, etc. of old tibia. I hope this helps you. Thank you very much guys.
  12. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Yes dude!, but I have used the last source of github, maybe Ezzz was fix it, so I don't know if I need to change that lines of code. Thank you very much.
  13. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Hi dude! Thank you very much for your work, but I have a question with this part. Is it really necessary? I have not problems with these creatyreevents (onDie, onKill, onAdvance). Exactly what problems has given you my dear friend? Thank you very much! :D
  14. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Ezzz Excuse me brother, You should add msg->AddString(""); in the line 2070 of the file protocolgame.cpp for fix the Text Window debug. You have removed two lines and just needed to remove one. Thank you very much my dear Ezzz!
  15. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    could someone give me an example of broadcast message? i have this creaturescript function onKill(cid, target) if(isPlayer(target) == TRUE) then if getPlayerLevel(target) >= (getPlayerLevel(target)/2) then doSetItemSpecialDescription(doPlayerAddItem(cid,2178,1), "This is...
  16. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Nottinghster I think the function isPremium(cid) has problems. Where I can see the full list of new functions?
  17. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Thank you very much all and excuse my ignorance, I have a long since I analyzed things of open tibia.
  18. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Nottinghster Now it works. I have added the decayTo and the duration of the items id 2016, 2017, ..., 2021 and the items 2025, 2026, ..., 2030. Thank you very much.
  19. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Nottinghster not work, but you do not worry I'm looking to solve this problem. @Nottinghster Have you received my private message?
  20. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I've tried a few times but can not find. What ID is the pool of mana fluid?
Back
Top