• 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

    Lua Create lever problem

    I´m going to check this, thanks.
  2. Progenosis

    Lua Create lever problem

    I know it should happen, but it doesn't. The player can activate the lever even when its transformed into ID 1946 :/
  3. Progenosis

    Lua Create lever problem

    I want the lever to be removed so it can't be re-activated while script is running leading to the script to pause, as it just happened. When a player clicks the lever the rocks start to remove but if the player clicks again the lever before the script ends, then the script just stops and if...
  4. Progenosis

    Lua Create lever problem

    I have a script running on my server, the script makes 3 rocks disappears and also the lever, what I want now is to make the lever appear again once the rocks appear again. At this moment, when the lever is activated the 3 rocks disappear and also the lever, thats ok for me, but after 3 seconds...
  5. Progenosis

    Solved NPC Script Error

    Solved! Thanks Limos!
  6. Progenosis

    Solved NPC Script Error

    Error: [21/11/2014 11:12:27] [Error - LuaScriptInterface::loadFile] data/npc/scripts/godoffirenpc.lua:5: function arguments expected near ':' [21/11/2014 11:12:27] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/godoffirenpc.lua [21/11/2014 11:12:27]...
  7. Progenosis

    Make Raid Stop!!

    help please!
  8. Progenosis

    Make Raid Stop!!

    I'm using TFS 0.3.6, how can I set the duratin of the raid? Spawn of monster's waves?
  9. Progenosis

    Make Raid Stop!!

    So I've been moving around on raids on my server, I've make a raid work but I don't know how to stop it, let's say, to start another raid. Ihave running the Rats, raid. I want to stop it and start another raid. The console error I get is this: [05/11/2014 08:14:38] [Error - TalkAction...
  10. Progenosis

    Sprites by Saphron

    This is s a comment, so keep posting :)
  11. Progenosis

    What should be the focus of each vocation?

    Nowadays, and since a lot of time before, there have been a discussion about vocations balancing. For the majority, balancing means deal the same DPS, or damage in a certain scale of time, if balancing were this way, why having four vocations? As I think, the main focus, or purpose of each...
  12. Progenosis

    Lua Spell for Knights

    Doesn't showthe spell's area, only shows the effect on 1 sqm where the player stands.
  13. Progenosis

    Lua Spell for Knights

    local repeatAmount = 1 local deathFlamesArea = { createCombatArea({ {0, 1, 0}, {1, 2, 1}, {0, 1, 0} }), createCombatArea({ {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 2, 0, 1}, {1, 1, 0, 1, 1}, {0, 1, 1, 1, 0} })...
  14. Progenosis

    Lua Spell for Knights

    Doesn't works :/ 28/10/2014 19:01:19] data/spells/scripts/AADendenic/superexori.lua:60: attempt to index local 'bigFlames' (a number value)
  15. Progenosis

    Lua Spell for Knights

    I want to make a spell that deals damage based on the skills of the player (sword, club, axe) This is the attack formula that has the spell I took: local firstStrike = createCombatObject() setCombatParam(firstStrike, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(firstStrike...
  16. Progenosis

    Pros-ConsTo edit fast attack on sources?

    So, you don't recommend to do so?
  17. Progenosis

    Pros-ConsTo edit fast attack on sources?

    As the title says, what do you think it would be the advantages and disadvantages for editing fast attack (creature think) on the sources? Could this cause lag? Errors?
  18. Progenosis

    Ask me anything and I'll do my best to answer...

    What came first? The egg? Or the hen?
  19. Progenosis

    Solved Error while loading monster (RemeresME)

    I have creates some customs monsters and already placed them on map and everything gone right, but this las monster I've created gives me an error con the map editor while loading it. This is the monster.xml file: <?xml version="1.0" encoding="UTF-8"?> <monster name="Verminion"...
Back
Top