• 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

    Haste - Heal exhaust 8.6

    In spells.xml?
  2. bybbzan

    Haste - Heal exhaust 8.6

    Hi guys. I'm using 8.6 (1.3 engine] and bumped into a problem. When i haste (utani hur, utani gran hur) and try to heal i get exhausted for like 2 sec. It should work immediately after eachother. Attack spell and heal works like a charm. How to solve that?
  3. bybbzan

    7.6 Help to remember map

    Thank you so much guys! Glad im not the only one enjoying these maps! :D If someone is interested, we could make a project out of it.
  4. bybbzan

    Boss tasks

    Hello! I request a task script just for bosses that should work something like this: Player: Hi NPC: Hello, ask med for a task. Player: task NPC: You can choose between crocodiles, tarantulas or dragon lords. Player: dragon lords NPC: You need to kill 100 dragon lords to face the dragon lord...
  5. bybbzan

    *NEW* Zombie Event [TFS 1.x]

    Make sure you setup this correct: <!-- Zombie Event --> <monster name="Zombie Event" file="Zombie Event.xml"/> I missed the monster name.. so the zombies didnt spawn, but changing it to Zombie Event fixed it.
  6. bybbzan

    Lua Zombie Event Error

    Trying to set up Zombie Event for 8.6 (1.3) Get this error.. Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/zombie_event/zombie_think.lua:onThink LuaScriptInterface::luaItemSetAttribute(). Attempt to set protected key "uid" stack traceback: [C]: in function...
  7. bybbzan

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

    Sharing some pieces from my upcoming Evolutions 8.6
  8. bybbzan

    Monster doesnt work until /reload monsters

    Nope. It doesnt matter how many times i restart the server. It doesnt behave as it should until i type /reload monsters :S
  9. bybbzan

    Boss teleport

    bump
  10. bybbzan

    Monster doesnt work until /reload monsters

    I made this custom-monster. As you can see its supposed to change outfit very often. However, this doesnt work until i type /reload monsters. I have to do this every time i start the server, why is that? Thanks in advance. <?xml version="1.0" encoding="UTF-8"?> <monster name="Shapeshifter"...
  11. bybbzan

    Boss teleport

    TFS 0.4 I need a boss teleport script that works like this: Player complete task, gets storage X If player storage X and enter boss tp, face boss X. Else "You did not complete the task" Player complete task, gets storage Y If player storage Y and enter boss tp, face boss Y. Else "You did not...
  12. bybbzan

    Task error

    Hmm alright, now i removed the function. Shouldnt this work along with that "task" script? If i get the correct storage. It just tells me "You don't have any required quests completed to access this portal." even tho i finished dragon lords/giant spiders local config = { [1] = {x_storage =...
  13. bybbzan

    Task error

    Hello. Im using this script, and get this error, can someone help me fix it? local STORAGE = 18008 local TALKSTATE_PICK = 1 local TALKSTATE_RESET = 2 local TALKSTATE_COMPLETE = 3 local TASKSTATE_COMPLETED = 1 local TASKSTATE_BOSS = 2 local TASKSTATE_FINALIZED = 3 local tasks = {...
  14. bybbzan

    7.6 Help to remember map

    Wow that was a quick answer, i just searched for it and it seems just right! Thanks alot dude, have a great weekend :D
  15. bybbzan

    7.6 Help to remember map

    Hello guys! When i first started out making OTS years ago, 7.6 ruled. Almost every 7.6 distro i downloaded had this map included. I have this strong feeling in my head that it was named Neverland, but it could have been something else, similar to that name. Cuz i've searched for Neverland maps...
  16. bybbzan

    Convert from 1.2 to 0.4

    Nothing happens, no errors in console :S
  17. bybbzan

    Convert from 1.2 to 0.4

    changed killer to 'cid' Now i just got this error when killing the boss: [16:14:05.140] [Error - CreatureScript Interface] [16:14:05.143] data/creaturescripts/scripts/hydraboss/hydrabossreward.lua:onDeath [16:14:05.147] Description: [16:14:05.149]...
  18. bybbzan

    0.4 Module window question

    Is it possible to use a module window when using an item in 0.4 [8.6]? For example: Right click on Ferumbras' hat, module window asks you: Do you want to exchange Ferumbras' hat for both mage addons? Click yes and you recieve the addons. Thanks in advance.
  19. bybbzan

    Action [8.6] Need help with pots

    local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range = -1, realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 }...
Back
Top