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

    RevScripts function that only works on certain items

    Hello, how can I make this function only work on helmets, armors and weapons? local forge = Action() local count = 1 local porcentagem = 100 -- porcentagem de chance de forjar local chance = { -- cada id significa 10% de chance de acerto [1] = 40, [2] = 30, [3] = 35, [4] = 30...
  2. A

    RevScripts Reset system talkaction

    I have this revscript, it works perfectly but the problem is that for each reset it doubles life and mana, can you help me so that it only gives you a percentage of life and mana per reset? or that only 100 more points of life and mana By doubling the life I mean that if the character has 50k...
  3. A

    lever with time

    I have this script, it works fine and everything just that I would like it to have a time limit for it to return and remove the stones Can somebody help me- local levervip2 = Action() function levervip2.onUse(player, item, fromPosition, target, toPosition, isHotkey) local teleportPosition...
  4. A

    Sql syntax error

    I have this problem and it makes the players log out any help?
  5. A

    Action Small Stamina TFS 1.3 revs

    inside of data/scripts/actions create lua archive and put this stamina:id(12662) change the item id you want local StaminaValue = 4 * 60 stamina amount you want add local stamina = Action() function stamina.onUse(player, item, fromPosition, itemEx, toPosition) local StaminaLevel =...
  6. A

    Lua Small Stamina TFS 1.3 revs

    inside of scripts/actions stamina:id(12662) change the item id you want local StaminaValue = 4 * 60 stamina amount you want add local stamina = Action() function stamina.onUse(player, item, fromPosition, itemEx, toPosition) local StaminaLevel = player:getStamina() local...
  7. A

    Error with compiling

    i have this error at compiling debian 9 somebody help me?
  8. A

    item to monster

    it is possible to make an item in the backpack create a monster in a some place in spesific? oh like a rune but when using it create a monster
  9. A

    error with character.php

    I have a problem seeing the characters on my website, it is tfs 1.2 A friend told me that there is probably a table missing in sql but we don't know more about it video annex, I hope you can help me, thanks this video
  10. A

    problem with animation of new effects

    hello otland community, i just added new effects to the client with objet builder and add them both in const.h and in tools.cpp but by using the new effects, these never end spell animation never end. Can somebody help me?
  11. A

    Character death listh

    player death list like rl please Example Eliminated at Level 728 by player, player, player, player, player, player, player, player, player, player, player, player, player, playerand player. and on my server Died at level 525 by a player, player. only 2 appear even if they killed him 10 i...
  12. A

    need help with summon boss lever

    ok i have one script, The function is that when you click it, it creates a monster, it works very well but I want to put it in every 1 hour, is it possible? this is the script function onUse(cid, item, fromPosition, itemEx, toPosition) local fromPos = {x = toPosition.x - 10, y = toPosition.y...
  13. A

    Help with mission for a buy items in npc

    need script of a mission and at the end of it you get access to an npc or something
  14. A

    Some errors in gesior

    on world on search character on onlines on account management someone can help me ?
  15. A

    players login in my otserv and Freezes 2 or 3 seconds

    Hello otland community, several days ago I have a problem, I have a hosted server with 12 gbs of ram. And when people enter the otserver it freezes for 2 or 3 seconds and returns to normal Someone who can help me solve this problem please?
Back
Top