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

    Remove Website "Samples"

    In my Website, on highscores table, the "sorcerer sample", "knight sample", "rook sample" appears. But I dont want them to appear anywhere. How can I make then "invisible"? Thanks
  2. B

    addDialog?

    I got console error with this script It says something about "doPlayerAddDialog What's this? modaldialog3 = { title = "Teleportation Marks", message = "Where do you want to go?", buttons = { { id = 1, value = "Go" }, { id = 2, value = "Cancel" }, }, buttonEnter = 1...
  3. B

    Teleport corpse instead of player

    This script is teleporting the corpse of the minotaur mage instead of the player. I need it to teleport the player, not the corpse. local config = { message = "You now have 1 minute to exit this room through the teleporter. It will bring you to the next room only during his time or the...
  4. B

    Solved Script not working as it should

    This script is not working as it should. I need it to when the player is outsite of the door, he goes inside. And when se is inside, he goes outside. And if he is not in front of the door, he receive a message. function onUse(cid, item, frompos, item2, topos) local posdentro =...
  5. B

    NPC talk only with male chars

    How I can make a NPC that only talk with Male character? For example, H.L. from Rl-Tibia. Any ideas?
  6. B

    NPC Paulie - Bank limit

    I need NPC Paulie from rookgaard: A NPC script that players can only have 1000 gold coins on Bank. Any ideas? Thanks!
  7. B

    My old NPC is giving 225 items

    I made a old-style NPC, based on Open Tibia. The NPC should give me 10 crystal coins each time I say "gold" or "money", but when I say this, the NPC give me 225 crystal coins. How can i solve it? Or can somebody convert it to Jiddo System? Thanks <?xml version="1.0"?> <npc...
  8. B

    Solved Create Monster with Talkaction

    Hello OTLanders! I need to make a Talkaction Script that only creates 1 monster named Tortoise Anti-Botter when a Gamemaster write: /antibot and the monster appears in front of him. How can I do it??? Thanks ^_^
  9. B

    Script Problem (doTeleportThing)

    Here is the script: function onSay(cid, words, param, channel) local temple = getPlayerTown(cid) for _, cid in ipairs(getPlayersOnline()) do doTeleportThing(cid, temple) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "All players have been teleported to the Home Temple.")...
  10. B

    Talkaction Script

    Hello OTLand I need a script then when a gamemaster say something like /sendtemple PLAYERNAME and the player goes to his temple. It's faster then the Gamemaster goes to temple then bring the player. Thanks!
  11. B

    Lua Antidote Potion Bug

    My Antidote Potion cures poison, but don't add an empty potion when used: local EMPTY_POTION = 7636 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)...
  12. B

    Feature Rook System Working on 8.6

    This is a Source Edit for Rook System that works on 8.6 (tested and no errors found) How it works: as same as Rl-Tibia does: If you have a vocation and live on Main, when you downgrade from Level 6 to Level 5, you will be send to Rookgaard again, with level 1, start items, no items from main...
  13. B

    More then 100 items?

    There is a way to make a pile of more than 100 items? Example: the max gold you can stack is 100, right? I would like to make like 200 gold per pile. Anyway? Like Mod or source-edit?
  14. B

    Lua Talk Topic problem

    Hello guys! I'm having problem with this NPC. Actually, I don't know how to use talktopics, but I made this: CODE REMOVED Yes, It's KEVIN from POSTMAN QUEST. It's custom, It's not finished yet. Maybe when I finish I post the full NPC + configurations. Well, what is the problem: When I say...
  15. B

    Compiling "Vocation was not declared" problem

    &amp;quot;Vocation was not declared&amp;quot; problem In Player.cpp, I got this error while compiling. if(g_config.getBool(ConfigManager::ROOK_SYSTEM) && level <= (uint32_t)g_config.getNumber(ConfigManager::ROOK_LEVELTO) && vocation_id != 0) How to solve this? maybe... &&...
  16. B

    Monster dies and appears teleport

    Helo everyone! I need a script that when I kill Kraknaknork, a teleport appears at 31961,32163,10 and desappear a while after. How can I do it the simplest way? Thx! -- Edited -- The TP teleports the player to 31963,32164,11
  17. B

    Players don't "exit"

    Hello everyone! I got a problem on TFS 0.3.6 for 8.6 When a player click "exit" in the client, then close the Tibia client, the player remains online even he doesnt have battle. So, what can I to for the player "leave" when the person close the Tibia Client? Thx!
  18. B

    NPC doesn't answer

    Hello OTLand. I using the TFS 0.3.6 and I have a problem with EVERY npc. They don't response for "bye". When I say "bye" or leave the npc, he doesn't say anything! I need help!
  19. B

    What is Salt?

    I always see at the forum people asking about "salt", but... What is it? What is salt? Thx!
  20. B

    Compiling Diference Between .SVN and .DEV

    The title says everything: What is the diference between TFS 0.4_.SVN and TFS 0.4_.DEV? I'm using the SVN but I don't know nothing about it. Thanks for attention ^_^
Back
Top