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

Recent content by Jatunban

  1. J

    Help with sprite frames - Big Rat Boss

    Very good. And I appreciate the attempt, but it's not exactly what I need... I need something like fattening up Cave Rat. kkkkk
  2. J

    Help with sprite frames - Big Rat Boss

    Below is what I managed to do: Just the sprites are idle: So I would like help from someone skilled for the other frames with him moving. Can anyone help? I also leave my frustrated attempt to make all the frames!
  3. J

    Trap Rune problem

    Why dont you use function? function rune.onCastSpell(creature, var)?
  4. J

    Problem with default skill level, TFS 1.5 and MYACC

    Hello, Are the characters created through the website? If so, you will need to edit config.php in the Xampp folder -> htdocs -> config.php and then edit: 'use_character_sample_skills' => true, I believe this will solve it!
  5. J

    RevScripts [TFS 1.5] Chest script

    I think it can help you. consists of two scripts, one of this script with the onUse function that will open the modal window with the settings inside the other script with modalWindow function. This script was infinity giving itens: remember to put storage value after give the item. Edit: I...
  6. J

    Lua Looking for any trap script

    im sorry, but i dont understand these things about TFS... if you can show me any script in your server that cause damages i will do help you based in this script. this is the way that i learn a little about scripts
  7. J

    Lua Looking for any trap script

    try change: doTargetCombatHealth(0, jolf, COMBAT_PHYSICALDAMAGE, -99999, -99999, settings.effect) to: doTargetCombat(0, jolf, COMBAT_PHYSICALDAMAGE, -99999, -99999, settings.effect)
  8. J

    Lua Looking for any trap script

    Is this script you edit this lines: {fromPosition = Position(32526, 32536, 12), toPosition = Position(32526, 32539, 12), effect = CONST_ME_HOLYDAMAGE}, fromPosition = Position(32526, 32536, 12) = the start position. toPosition = Position(32526, 32539, 12) = the end position. effect =...
  9. J

    Lua Looking for any trap script

    Give more details about what you need. Also do it in Mapeditor and bring an image so we can work from there.
  10. J

    Lua Looking for any trap script

    Is it similar like it is in the Tibia RL library?
  11. J

    Lua [TFS1.3] /goto {x = 1420, y = 1911, z = 4}

    Try this code is from otserver global (scripts/talkactions): local position = TalkAction("/pos", "!pos") function position.onSay(player, words, param) if not player:getGroup():getAccess() or player:getAccountType() < ACCOUNT_TYPE_GOD then return true end local param =...
  12. J

    Looking for Team - Hardcore PVP - Global customized for PVP

    Hello everybody! I'm looking for peoples with similar ideias for make a hardcore PVP (Global Map) with modifications for PVP. I will list some things that I modified ou created: Resurrection ("Similar" to LOL 😅) Invisibility for players; with effects that point whre is invisible players when...
Back
Top