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

    Lua creaturescripts + talkaction

    Nothing
  2. beliar34

    C++ Weapon works as shield

    Hello, i want weapon defence work as shield defence and gain shielding skill i made this part with shielding skill i am trying now to make co-op shielding + weapon what i tried to do : int32_t Player::getDefense() const { int32_t baseDefense = 5, defenseValue = 0, defenseSkill = 0...
  3. beliar34

    Lua Absorb barrier

    @Xikini @Thexamx how to change damage to -storagevalue ? i want to make this that way : setcreaturestoragevalue x = creaturemaxhealth setcreaturestoragevalue - COMBAT_HEALING if creaturestoragevalue x >= 0 then break shield, but i dont know how to write this correctly :)
  4. beliar34

    Lua Absorb barrier

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Shield" author="C" enabled="yes"> <config name="shield_setup"> <![CDATA[ storage = 212123 vocations =...
  5. beliar34

    Lua creaturescripts + talkaction

    <event type="statschange" name="tester" event="script" value="tester.lua"/> in creaturescripts -- player, date, value -- 13 + 13 + 13 = 39 global storages. -- 00 > 13 > 26 local storage = 45000 -- 45000 to 45039 used. -- 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13...
  6. beliar34

    Lua creaturescripts + talkaction

    "So if your attack could of hit 1,000,000 damage, but the target's maximum life is 1,000 - onStatsChanges value would only show 1,000." < this is no problem my friend :) any tips to make scripts like that? And i can edit sources :D
  7. beliar34

    Lua creaturescripts + talkaction

    Hello Im looking for that commands (TFS 0.3.5): - !bestbloodhit - shows the best recorded hit from melee (regular attack) - !bestspellhit - shows the best recorded hit from spell Btw i want this command for players to check their best damages i mean every player can check his best dmg's by...
  8. beliar34

    C++ Mele damage difference

    Hello, i had little problem at my server, players mele damage difrence betwen 2 hits is too high, for example : My test character 5 hits 1 hit - 30000 2 hit - 32000 3 hit - 12000 4 hit - 21000 5 hit - 900 How to fix that ?
  9. beliar34

    Rkey

    How long it takes to recieve recovery key in poland? I ordered it today 2 hours ago ? 2;00 am 27-04-2017 i bet that i will get it on monday but there are any chances i will get it on saturday or friday? Best regards, B3liar ~no longer retired :D
  10. beliar34

    otland ots

    thanks for help that was shadowcores, somebody know servers like twifysoft ones?
  11. beliar34

    otland ots

    I forgot a name of ots which was contributed by otland i just remember they got panda in logo any hints?
  12. beliar34

    Linux Invaild server adress 10049

    Hello, i got problem cuz i cant login to my server on VPS, i connect to character list and when i try to log in to game i get error Invaild server adress 10049 loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 netstat -lnp Active Internet connections (only servers) Proto...
  13. beliar34

    Spell Mirror && Absolute Shields: SP Edition with 3 counterattacks+MOD

    Lua Script Error: [Spell Interface] buffer:onCastSpell [string "loadBuffer"]:3: attempt to call global 'getCreatureStorage' (a nil value) stack traceback: [string "loadBuffer"]:3: in function <[string "loadBuffer"]:2>
  14. beliar34

    Lua Protection spell

    Hello, i am looking for spell that gives us buff with 80 % absorbtion for all damage. Best regards, b3liar @edit I found this https://otland.net/threads/mirror-absolute-shields-sp-edition-with-3-counterattacks-mod.68202/ But i got error Lua Script Error: [Spell Interface] buffer:onCastSpell...
  15. beliar34

    Lua Stamina Problem

    Hello, on my TFS 3.5.0 stamina is refiling very slow and even if i change to high gain stamina nothing change !
  16. beliar34

    Lua The Killing Name of

    I am looking for working tasks system for tfs 0.3.5 i just need some sample code which i can fill with my custom monsters
  17. beliar34

    [10.77][TFS 1.2] ORTS, a real map project

    Its possible to update this 10.77 to 10.94 ?
  18. beliar34

    Lua Secure Mode PVP

    Everything works perfectly, thank you for help ! if you will need a help with security on server pm me ! :D Thread solved !
  19. beliar34

    Lua Secure Mode PVP

    Just secure mode becouse i want to make this script working : https://otland.net/threads/securemode-pvp-system.128600/
  20. beliar34

    Lua Anti Aoe Spell

    I compiled with securemode ! But securemode dosent work for me i got 'getPlayerSecureMode' (a nil value) Any solutions ?
Back
Top