• 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

    TFS 1.X+ getItemAttribute error

    local teste = Action() function teste.onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 9957 then local torch_storage, torch_monsters = Event_Lightbearer.getTorchInfo(toPosition) if not (getPlayerStorageValue(cid, torch_storage) == 1) then...
  2. A

    Feature Protection Time

    fixed it!
  3. A

    Feature Protection Time

    that the crash shows exactly this line
  4. A

    Feature Protection Time

    if the player is summoned when he logs in and there is a monster on the screen the server crashes
  5. A

    Lua sell equipped item

    it worked, the same problem now is that he is selling items with Imbuement but I don't think there's anything to do
  6. A

    Lua sell equipped item

    local function onSell(cid, item, subType, amount, ignoreCap, inBackpacks) local player = Player(cid) if not player then return false end if not getTable(player) then return false end local items = setNewTradeTable(getTable(player)) if...
  7. A

    TFS A* Algorithm :D

    one problem I noticed is the player closed a 'box' the other monsters only come to him if he moves so he needs to be always on the move
  8. A

    RevScripts create 3 items close to the player up to 3 sqm away

    every 2 minutes it can appear for players who are in poz plus only 3 items
  9. A

    [SPELL] Advanced FEAR

    would be interesting for the current version
  10. A

    Lua look

    function Player:onLookInTrade(partner, item, distance) if item.itemid >= 40114 and item.itemid <= 40125 then description = description .. item:getDescription(distance) local charges = item:getCharges() if charges then...
  11. A

    Outfit images 12.85 for website

    1290? :))))
  12. A

    RevScripts damage stepin

    bump
  13. A

    RevScripts create 3 items close to the player up to 3 sqm away

    create 3 items next to the player if the player does not pass over the item a monster will spawn after 5 minutes remove the monster that was created local area = { fromPos = {x = 32363, y = 32138, z = 7}, toPos = {x = 32371, y = 32145, z = 7} } local function getPlayerFromArea()...
  14. A

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    hiho, Version: TFS 1.5 task system using mondal player will take the first task after he finishes the task will appear (release) another task for this player. if the player wants to do the first task or the previous task, the reward will be smaller.
  15. A

    RevScripts damage stepin

    bump
  16. A

    RevScripts damage stepin

    BUMP
  17. A

    Disable Battleye Error 12.20

    12.90?
Back
Top