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

    Programmer Hire me on weekly basis

    PM me, need something done, LUA :)
  2. bybbzan

    Remove modal window in script

    Hi! Could someone help me remove the modal window in this script and replace it with whatever works for 8.6? Thanks local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  3. bybbzan

    [Archived] "[Quick Showoff] Post your latest maps"

    Bored, time-killer
  4. bybbzan

    Implement function to script

    Thank you so much for a well explained answer. I'll try that :)
  5. bybbzan

    Implement function to script

    If someone could help me with this i would be very grateful!
  6. bybbzan

    [OtLand Official Mapping Competition] - September Sign Up

    I suppose it's up to me which version to use. I would say there's a slightly advantage to use a newer version due to extended and better looking objects/sprites to work with. I will make my piece in 8.6, but i hope it turns out good anyways and will be competetive with the other contestants...
  7. bybbzan

    [OtLand Official Mapping Competition] - September Sign Up

    I'm in, to set the bar low 🤫
  8. bybbzan

    Implement function to script

    Hello. is it possible to implement a function like this to the script? If so, could someone help me do it? implement part: if player:getStorageValue(22223) == 1 then -- Check if he has already started the task. npcHandler:say('You have...
  9. bybbzan

    Boss tasks

    If someone could help me with this i would be most grateful. It's the last piece to make my server go online. Thanks in advance.
  10. bybbzan

    Npc task system with storage

    Have you tried Limos script? https://otland.net/threads/daily-quest-different-reward-every-day.230314/ or https://otland.net/threads/tfs-1-1-monster-tasks.230942/ Under each script she posted "older versions"
  11. bybbzan

    Npc task system with storage

    The requests should be posted in the subfolder to Support > Requests I requested kinda the same thing, giving storages as reward to face bosses. Maybe thats what you seek aswell? https://otland.net/threads/boss-tasks.265779/
  12. bybbzan

    Boss tasks

    Could this be modified? NPC - [TFS 1.1] Monster Tasks (https://otland.net/threads/tfs-1-1-monster-tasks.230942/)
  13. bybbzan

    List of useful TFS 1.x scripts.

    Is this thread dead?
  14. bybbzan

    Boss tasks

    I would be very grateful if someone could make this script, i think more people find it useful. No ranks, no selling/buying, just pure tasks, facing the boss as reward.
  15. bybbzan

    Haste - Heal exhaust 8.6

    Thanks for the information Ninja. Is there a step by step tutorial to do this kind of edit? Or could you help me set this up?
  16. bybbzan

    Haste - Heal exhaust 8.6

    Okay i see. Thank you for trying atleast, lets hope someone could find the solution to get rid of this problem.
  17. bybbzan

    Haste - Heal exhaust 8.6

    Is no one else experiencing this issue? I have no idea what i should edit in condition.cpp, i took a look but its way to complicated to me.
  18. bybbzan

    Haste - Heal exhaust 8.6

    haste.lua local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition = Condition(CONDITION_HASTE) condition:setParameter(CONDITION_PARAM_TICKS, 33000) condition:setFormula(0.3, -24, 0.3, -24)...
  19. bybbzan

    Haste - Heal exhaust 8.6

    Sure, spells.xml - Pastebin.com (https://pastebin.com/R7Awm4Lx)
Back
Top