• 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. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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.
  6. Nokturno

    Lua [1.3] stack all items

    .
  7. Nokturno

    Lua [1.3] stack all items

    .
  8. 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 =...
  9. Nokturno

    TFS 1.X+ Can't buy NPC items

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

    User you miss from Otland

    probably the most gay user i ever met, Cwiras. and my teacher codex
  11. 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 =...
  12. 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
  13. Nokturno

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

    @Xikini what do you suggest master?
  14. Nokturno

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

    i had the same issue in the past, dont remember if i fixed or not but what i can tell is that attackerPlayer will trigger onkill for each member attacking the monster and players will reciving the loot multiple times. our best bet here is to work with onDeath.
  15. Nokturno

    Lua TFS 1.2: Item give outfit. It disappears when player relogging.

    Ull have to look at your sorces to check how does that function works, maybe it needs more parameters.
  16. Nokturno

    Lua TFS 1.2: Item give outfit. It disappears when player relogging.

    Try /save on console after adding the outfit to check if the problem has to do with the script
  17. Nokturno

    Spell [TFS 1.X]] Brutal Swing

    Can someone help me fixing this error? code: local checkWeaponSlots = { CONST_SLOT_LEFT, CONST_SLOT_RIGHT, } -- These weapons have a different hit area local lanceWeapons = { -- LANCE (3) 2414, -- Dragon Lance 2964, -- Ripper Lance 11323,-- Zaoan Halberd 13838,-- Heavy...
  18. Nokturno

    TFS 1.X+ Walkable summons

    I got stuck in the c++ summon thing and eventually give up
  19. Nokturno

    Feature [TFS 1.X] (C++/Lua/XML) Token Currency + Shop Module

    sup @Aeluu is there a way to use your main script, with diferent npcs and a unique token for each of them?
  20. Nokturno

    MY NEW PROJECT "AWAKEN"( for now :D.... )

    Thats the spirit
Back
Top