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

Search results

  1. L

    Lua Poison Storm TFS 1.3

    Hello, I would like to request a poison storm spell, there is one for TF's 1.2 but I can't make it work with TF's 1.3. It is suppose to work like stone shower rune, by that I mean the animation starts from "heaven" and goes to ground. Thanks for your time
  2. L

    Lua Exhaustion on TP

    Hello, i'm trying to made a script that will set exhaust on teleport cause it's annoying to dash from one to another local config = { cooldown = 3000, -- milliseconds for more precision storage = 99999 -- sample storage value } function onStepIn(creature, item, position, fromPosition)...
  3. L

    [Poland] [12.4][Soltera] - [Alpha-Tests]

    Can you bot there with otc client?
  4. L

    Lua Spell that drains mana from mages only

    Hey, looking for a script that drains mana only from mages (monster spell)
  5. L

    Teleport VIP - Storage Value

    Just create a movement script to check if player has storage 30009 local config = { pos = {x=4033, y=894, z=9}, -- Where it should teleport the player pos2 = {x=4031, y=894, z=9} -- Send effect on x y z cordinates if hes not vip (storage 30009) } function onStepIn(creature, item, position...
  6. L

    [12.4] Solteria - RPG server - discussion thread

    These systems rerolls, skulls, reduction feels like second evolunia server.
  7. L

    Lua Critical Strike after click X item

    Well I've been struggling for 3 hours and finally come to conclusion that I can't do it xD But lets get to the point, I'm trying to do an item that after use gives 50% critical strike damage (tfs implemented critical strike system) but with no success I managed to create a spell that gives crit...
  8. L

    Player OnLook

    Its OTX https://github.com/malucooo/otxserver-new
  9. L

    Player OnLook

    Hello, I've been trying to find or make a certian script but with no success at all. Dunno if it is even possible to do it in LUA. I need something like if you look at a player or yourself it says "You see yourself vocation etc" and I want to add here a player protection all value (protection...
  10. L

    Utura level scaling

    There is no error
  11. L

    Utura level scaling

    this one malucooo/otxserver-new (https://github.com/malucooo/otxserver-new) Btw local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local function eventRegeneration(playerId, seconds) local player =...
  12. L

    Utura level scaling

    Still the same thing, no error in console but aint healing either
  13. L

    Utura level scaling

    Hello, can someone help me to make this work? Im trying to do utura spell that scales with level but with misery effect.. Thats my code so far, it does not send any error but dont heal either. local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)...
  14. L

    [USA] [Custom] ⭐ Cyntara Highrate ⭐ | March 6, 2026

    Yo that looks amazing, definitely gonna give it a shot.
  15. L

    OTClient Client closing after open

    Hello I have a problem with client, few days ago it was working like it should, now when I open dx or gl no matter which one it crashes after few sec like it is not responding and closing instantly. Thats what I have in log. == application started at Dec 02 2019 18:05:13 OTClientV8 1.2 rev 0...
  16. L

    OTClient Market Aint Working

    So how I can fix that table? Lines 729-730 table.insert(marketItems[marketData.category], marketItem) itemSet[marketData.tradeAs] = true
  17. L

    OTClient Market Aint Working

    After few hours having fun with otclient I noticed that market isnt working, when I click on the market icon inside dp it says ERROR: /modules/game_market/market.lua:729: bad argument #1 to 'insert' (table expected, got nil) ERROR: ProtocolGame parse message exception (494 bytes, 31 unread...
  18. L

    TFS 1.2 Chest that gives critical hit chance.

    Hello, can someone help me adding the function like in the title into this script? local storage = 35432 function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(35432) == 1 then player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "It's empty.")...
  19. L

    Vcpkg libraries error

    bump, does someone know how to fix it?
  20. L

    Vcpkg libraries error

    Already tried running it with administrator, about partition unlikely I don't have any other than C, by the way it was working about 5months ago but I did a hard reset.
Back
Top