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

    Yaszevo OT Project

    Hello, I've been trying to create an OT project for almost 5 years, always had some vision of cool simple EVO server but whenever I started I dropped it after few months, not this time though.. I'm kinda doing this project alone (got a friend that helps me with coding sometimes & otland...
  2. L

    C++ One second delay

    Hello, How can I add a one second delay to this life leech function? I want it to execute just once a second even if player can execute it faster. if (attackerPlayer) { //life leech if (normal_random(0, 100) <...
  3. L

    Lua Prefix for a monster with skull

    Hello, I'm requesting a script that will add a certain prefix to a monster which has red skull for example Does this need source changes tho? TFS 1.4
  4. L

    Can you generate dat & spr using items.otb?

    Hello, Can you somehow generate spr and dat using items.otb? When I was cleaning my PC I managed to delete my client files so yeah..
  5. L

    TFS 1.X+ Storage on items

    Hello, I'm trying to make a script that will set a certain value of storage to item from table when equipped, it "KINDA" works but not so far, by that I mean it do set the storage but every time a player gets hit it adds the storage once more and so on, also it does not remove the storage upon...
  6. L

    Lua Adding timer on roshamuul bones

    Hello, I was wondering if it is possible to add a timer on the roshamuul bones after clicking on it. So basically when u click on bones they transform into other id and triggers revertBone function then after clicking again the script should send a message when the bones were used, for example...
  7. 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
  8. 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)...
  9. L

    Lua Spell that drains mana from mages only

    Hey, looking for a script that drains mana only from mages (monster spell)
  10. 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...
  11. 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...
  12. 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)...
  13. 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...
  14. 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...
  15. 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.")...
  16. L

    Vcpkg libraries error

    Hello, everytime I try to install libraries to compile tfs it always stops me on installing this package "Building package zlib:x64-windows" and says to update vcpkg which of course I did but with no success also I reinstalled it like 10 times but nothing seems to work. Does someone know how...
  17. L

    Critical strike bug?

    Hello, I have weird problemo with critical strike, I created a item that gives +50% critical hit damage and has 25% critical hit chance. I'll explain it on example. I hit training monk for 5000 with no crit just a regular spell Next spell cast and it hits for 10000 - so its like regular...
  18. L

    Damage increase item

    Is it possible to make a damage increase item in lua or there is no such a function to make that and has to be done in c++? For example a ring with 5% damage increase, increases all spells damage by 5%.
  19. L

    Compiling something else than TFS

    After numerous of hours I finally compiled TFS 1.3 pepega, but when I am trying to compile that by downloading it with powershell https://github.com/Qwizer/realmap11 and anything other than TFS it drops me a error: "cannot open file 'libbost_system-vc-141-mt-1_64.lib'" Does someone know how to...
  20. L

    compiling a tfs

    Would someone compile me a TFS 1.3 with some source changes in exchange for a fee? I was trying to do it but wasted a lot of time and tilted as fick Msg me or write on Discord : kapitan bunrzoj#0301
Back
Top