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

Search results

  1. P

    Help with loot description.

    Can anybody help me? Every monster I kill on the server, the loot message appears with some ids in front, would I have to change that? I didn't find anything to help me. Following image: Using tsf 1.3 data: https://github.com/opentibiabr/otservbr-global
  2. P

    TFS 1.X+ Boosted Creature

    try this: Monstro Diário Boosted / + exp + Loot (https://forums.otserv.com.br/index.php?/forums/topic/169278-monstro-di%C3%A1rio-boosted-exp-loot/) but i dont know how put their infomation in site like you photo. I'm almost sure it works for 1x + tfs, but anyway have to make a teste. Please...
  3. P

    tfs 1.3 Help with addItemDescription in quest.

    Someone give you strength? I want to add a quest that her reward is the same as in svargrond arenas, you will win an item and it will have the description "Item given to (nomedoplayer) for help", so I made some adjustments using script file arenaTrophy.lua. Since it is the same function to...
  4. P

    [Help] Player lose 3 lv if death by monster

    Is there any way I can change it and let it lose only 40% of the level regardless of the level?
  5. P

    [Help] Player lose 3 lv if death by monster

    Is there any way I can change it and let it lose only 40% of the level regardless of the level?
  6. P

    [Help] Player lose 3 lv if death by monster

    Yes, i sed this script for bless. look please. local config = { bless = 5, cost = 50000 } function onSay(cid, words, param) if getPlayerBlessing(cid, 5) then doPlayerSendCancel(cid, "Voce ja tem todas as bless.") return false end if...
  7. P

    [Help] Player lose 3 lv if death by monster

    Hi guys, I'm making a test server, but I found a problem and I can't fix it. The player lost 3 levels every time he dies to monsters . I've tried to use these two options: On config.lua 10 and -1, both the player keeps losing 3 levels server I'm using as a base...
  8. P

    Help Imbuements

    Thank you my friend, it worked. best answer for you :) until.
  9. P

    Help Imbuements

    https://github.com/malucooo/otxserver-new link server github
  10. P

    Help Imbuements

    Hi Friends, I wanted a help with something maybe simple, I have an ot server, OTX, I would like to give access to the imbuements machine for all players, currently only can do the imbue who does the quest. Can someone help me? If you need a script just ask me to attach it here. Thanks.
  11. P

    Debug after killing a moster First Time

    Every monster in server
  12. P

    Debug after killing a moster First Time

    Good night friends, can someone help me? I have a website and the tests are ok. I created an account, and a char, I am using client 10 which is available for download. When I kill the first time ANY monster the client crashes: There is no error in the distro: Can anyone help...
Back
Top