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

    I will balance vocations with spells and weapons and more but how?

    How do you think you could balance vocations? This is what this thread is for, right? What's your opinion about it?
  2. Progenosis

    I will balance vocations with spells and weapons and more but how?

    In servers, druids and sorcerers have a very big "plus" because of his mana shield and great mana pool, druids take advantage due to their eternal winter spell as we see servers fulls of fire type creatures, that's why druids are (most of) the preferred vocation to play on servers. How to...
  3. Progenosis

    Solved NPC System - Error

    Thank's, it working fine now!
  4. Progenosis

    Solved NPC System - Error

    I don't know how to solve this, could someone please help me?
  5. Progenosis

    (Request) Appearance change monster

    Thanks for the help and sorry for posting in wrong place, taking note ;)
  6. Progenosis

    (Request) Appearance change monster

    Thanks for the help and sorry for posting in wrong place, taking note ;)
  7. Progenosis

    Progenosis's Sprite Gallery

    Thanks Thorn, that you recognize the work I've made on this sprite is so meaning for me.
  8. Progenosis

    (Request) Appearance change monster

    I want to add a monster on my server that changes its appearance, I want to place it next to a "Monsters" teleport just to give a visual help to new players, can you helpme create this monster please? I think it may be like an attack but instead of hurt someone, just changes its appearance not...
  9. Progenosis

    Solved Can't add creatures to map (Remeres)

    It was uncheked, I wonder how could I do that without remember it, maybe a I pressed "F" key by misstake :/ Thanks!
  10. Progenosis

    Solved Can't add creatures to map (Remeres)

    So, I have a map I've been creating since some das ago, now that I try to add spawn and creatures I get this problem, Remeres allows me to add spawn but I can't add creatures on it and this have never happened to me before. I tried to load the monster .xml and refresh remeres but nothing works...
  11. Progenosis

    Solved Help with arrow script

    The attack should then the player grows leve, because on the formula that comes with the code that Limos wrote, the attack depeneds also on Level of the character: local max = 0.08 * (attack * skill + (level/5))
  12. Progenosis

    Progenosis's Sprite Gallery

    This is how my dragonic shield is at the moment:
  13. Progenosis

    Progenosis's Sprite Gallery

    So this is a sprite that I modified: Original: Modified: And I thought that it was not good enough so I decided to modify it again and this is the result: What do you think?
  14. Progenosis

    Progenosis's Sprite Gallery

    Thanks Wingardium, I'll take a look to what you did on the sprite!
  15. Progenosis

    Solved Annihilator Script Error

    Awesome! Now it works perfectly, thanks again Limos!!
  16. Progenosis

    Solved Annihilator Script Error

    These are the lines you mentioned last: doTeleportThing(player.uid, new_player_pos, FALSE) doSendMagicEffect(new_player_pos, CONST_ME_ENERGYAREA) so, they should looke like this? doTeleportThing(player.uid, player = getThingfromPos((players_pos[i]), new_player_pos, FALSE)...
  17. Progenosis

    Solved Annihilator Script Error

    -- Annihilator by Shawak v2.1 -- CONFIG -- local room = { -- room with demons fromX = 816, fromY = 728, fromZ = 9, -------------- toX = 824, toY = 735, toZ = 9 } local monster_pos = { [1] = {pos = {818, 730, 9}, monster = "Demon"}, [2] = {pos = {819, 730, 9}, monster = "Demon"}, [3] = {pos =...
  18. Progenosis

    Solved Annihilator Script Error

    Now there are no errors on console nor in the player window, but when pulled the lever, nothing happens, the players are in position but don't teleport to the demon's room
  19. Progenosis

    Action Infinite Potions Script

    I've never say that I wrote this, I just bring it here for those who are looking for it. Credits to whoever wrote it, that's all!
  20. Progenosis

    Solved Annihilator Script Error

    Im using TFS 0.3.6 The annihilator's quest script that I'm using on my server is this: -- Annihilator by Shawak v2.1 -- CONFIG -- local room = { -- room with demons fromX = 816, fromY = 728, fromZ = 9, -------------- toX = 824, toY = 735, toZ = 9 } local monster_pos = { [1] = {pos = {818...
Back
Top