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

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    DONE is in the latest client build 1643697047
  2. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    Yeah client is being update daily, to add and fix all issues possible. About the black screen problem, i will build another client for ppl with older pcs.
  3. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    Here you go https://discord.gg/pDNekBV 1643640340 Do you still have client issues?
  4. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    In our discord is one. You can find the link in the main post
  5. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    really appreciate it finkz
  6. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    Tons of hotfixes into webpage, spells and many other stuffs! see you in game!
  7. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    We made that for testing to see if it actually works. Since this is the first launch. I kinda gushed the webpage. :/ Also ill prob end up removing bot. I dont really like it either but ppl wanted it. So i just sticked it there 1643552883 Yeah sorry i just rushed so many things at night for the...
  8. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    Server is now online. this is a fresh server and the first launch of it. server STAGES are equivalent to x5 / x3 server is completely custom, you will need to download a custom client aswell. server is heavily RPG and PVE oriented. Hope you all give it a shot I'm sure you wont get disappointed...
  9. Nokturno

    [USA][CUSTOM]Dreamsoul Server | Custom Map | Custom Vocations | RPG

    Welcome To Dreamsoul Server. I invite you all to come a test this server that has been in dev for several years now. what can you expect from Dreamsoul? well to be honest tons of content and unique ideas. Welcome to Crafting: *Blacksmith *Mining *Alchemy *Herbalism *Enchanting *Rune...
  10. Nokturno

    TFS 1.2 looking for unique area spell

    Yes. then just add this into sarah's code -- Stun local stun = Condition(CONDITION_STUN) stun:setParameter(CONDITION_PARAM_TICKS, stunDuration) stunCreature:addCondition(stun) prob youll need to add an extra combat parameter then just call it inside her oncast code
  11. Nokturno

    TFS 1.2 looking for unique area spell

    Youll need to install a stun function for that. There are a few on the forum. And about the warning just copy the wave evennt with an addevent function make it deal 0 damage (no formula) and use the orange square effect on it.
  12. Nokturno

    Lua [1.3] stack all items

    .
  13. Nokturno

    Lua [1.3] stack all items

    .
  14. Nokturno

    Lua [1.3] stack all items

    hello Im using this module wich stacks items based on itemID, is there a way to change this into all stackable items and not just by filter function onExtendedOpcode(player, opcode, buffer) local buf = tonumber(buffer) if opcode == 141 and buf == 1 then local coppercount =...
  15. Nokturno

    TFS 1.X+ Can't buy NPC items

    Did you replaced items.otb in your items folder with the new one you created?
  16. Nokturno

    User you miss from Otland

    probably the most gay user i ever met, Cwiras. and my teacher codex
  17. Nokturno

    TFS 1.X+ loop crashing the server

    Sup , im having troubles with this spell, its looping a a function and it does work but the problem comes when the player dies and the spell is still there. can someone help me fix this, or maybe a tip on how to solve it? function onTargetTiledmg(cid, pos, creature) local player =...
  18. Nokturno

    Compiling How to recolor sprites?

    Export the sprite as png using object builder Photoshop it, using color replacement brush Save it as png Import, drag it and replace it
  19. Nokturno

    TFS 1.X+ onKill script get's triggered more than once

    @Xikini what do you suggest master?
Back
Top