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

Recent content by Wezza

  1. Wezza

    Lua Spell, luaDoCombat(). Creature not found

    Having some error if PLAYER is dead while spell is still being casted.. Error: Lua Script Error: [Spell Interface] in a timer event called from: data/spells/scripts/custom/holy death.lua:onCastSpell luaDoCombat(). Creature not found Spell.lua: local holyDeathArea = { createCombatArea({...
  2. Wezza

    [Sweden] [8.60] theotserver | custom map & classes | castle, l4d, counterstrike events | rpg/pvp

    @femos Thanks for your feedback, ill be working on spawn fixes today, regarding players, im having some issues with online function with tiles..
  3. Wezza

    [Sweden] [8.60] theotserver | custom map & classes | castle, l4d, counterstrike events | rpg/pvp

    @Shade ~ Well, the key here is to grind to get the level and figure out yourself :D!
  4. Wezza

    Lua attempt to get length of local 'players' (a boolean value)

    function getCsPlayers() local result = db.getResult("SELECT `player_id` FROM `cs`") if result:getID() ~= LUA_ERROR then local players = {} repeat local player_id = result:getDataInt "player_id" if player_id ~= nil then local cid =...
  5. Wezza

    Lua attempt to get length of local 'players' (a boolean value)

    ./data/lib/cs_functions.lua:492: attempt to get length of local 'players' (a boolean value) stack traceback: ./data/lib/cs_functions.lua:492: in function <./data/lib/cs_functions.lua:490> Function: function closeCs() local players = getCsPlayers() print(#players)...
  6. Wezza

    TFS 0.X TFS 0.3.5 Player walking through players

    @pasiak12 Do you feel comfortable walking me through this through discord or whatever?
  7. Wezza

    [Sweden] [8.60] theotserver | custom map & classes | castle, l4d, counterstrike events | rpg/pvp

    Glad you enjoying it, go go 300! Price of VIP has been reduced. Fixed some bugs, added additional passages. bump Addressed vocation balance issues
  8. Wezza

    TFS 0.X TFS 0.3.5 Player walking through players

    I'm using Client version 8.60 tho, any suggestions?
  9. Wezza

    [Poland][8.0] Alnora

    Looks nice! Glad to see more custom servers are being launched.
  10. Wezza

    TFS 0.X TFS 0.3.5 Player walking through players

    Crying Damson 0.3.5, im trying to make players walk through each others, but for some reason i'm missing something, for instance, if an Admin account with highest group goes ghost and someone walks into me, I'd debug, and when player is trying to walk through another player, it doesnt say its...
  11. Wezza

    [Sweden] [8.60] theotserver | custom map & classes | castle, l4d, counterstrike events | rpg/pvp

    @nihilus Its just the regular 8.60 client you can find download links on otserverlist.org : https://otservlist.org/download
  12. Wezza

    TFS 1.X+ Upgrading from Crying Damson 0.3.5 (8.60) to TFS 1.2/1.3

    so you're saying its all about the .xml conversion? @Stigma
Back
Top