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

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    I am trying to report bugs on the SF place, but dunno how so I'll write it here. 1. Stages.xml I explained it 2 posts up, check there. 2. Healing Don't know if its only me, but it doesn't work to heal yourself. Check this thread out for more detailed information...
  2. L

    Healing spells

    Hello! I wonder if there is anyone who could help me with the healing spells. I am using TFS 0.2.9 and they don't work as they should. This is how MY script looks like: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)...
  3. L

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    I know a bug you can fix. If you put exp rate inside config.lua to 5 and on stages.xml on 10 then you will only get 5x exp when you kill monster with your summons. You get 10x exp if you kill with wand, but when you summon and remove your wand, killing with only summons, you get only 5x exp.
  4. L

    doCreatureAddMaxHealth/Mana

    Well, the happiness didn't last long :P I manage to use this function on TFS 0.2.6 but now on 0.2.9 it just kills you. Here is the code luascript.cpp //doCreatureChangeMaxHealth(cid, newHealth) lua_register(m_luaState, "doCreatureChangeMaxHealth"...
  5. L

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    @up Doesn't work. Still takes damage.
  6. L

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    Is it just me or is the healings bugged? It doesn't work as it should and I've tried everything. This is my script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)...
  7. L

    The Forgotten Server v0.2rc9 (Mystic Spirit)

    I can't download the sources. I'm using this tortoise thing but all of sudden it stops and giving me some wierd error. Anyone know what the reason might be?
  8. L

    A new LUA function, getPlayerSummonCountByName(cid, name)

    Hello there! I'm making another try to get me a LUA function. I hope this time someone can help me. What this function will to is return the amount of how many summons of that creature the master has. Example: if getPlayerSummonCountByName(cid, skeleton) < 3 then executeCommand(cid...
  9. L

    [TFS] /invisible 8.0

    Nice one, but since I use 2 monster functions such as showHealth I use that one in protocol :P
  10. L

    doCreatureAddMaxHealth/Mana

    I don't need that add skill thing anymore, just the change doCreatureChangeMaxHealth/Mana and I have added it now. If no one helps you, you gotta do it by yourself. Mod, please close this thead.
  11. L

    [TFS] /invisible 8.0

    Works but you forgot commands.h bool setInvisible(Creature* creature, const std::string &cmd, const std::string &param); and I had to change tile.h void onUpdateTile(); from private to public, 6 rows above under: virtual bool isRemoved() const {return false;} One bug only, the name...
  12. L

    Fast Atk In TFS (More then 2hit/s)

    If you try my OT, it isn't since there is one vocation, promoted brawler (ninja) who does 1 hit every 0.5 sec but low damage, and also there is mashers which does high damage but 2.5 sec / hit. So Before judging anything, get to know the whole fact. And also, my OT ain't just som unserious 100x...
  13. L

    doCreatureAddMaxHealth/Mana

    nvm, I fixed the code myself since no one helped me in 3 different communities....
  14. L

    [Sweden] The Lost Kingdom 8.0 RPG-PVP

    I guess the map is pretty good as it is since I've done it all by myself (scripting, coding, mapping, hosting) everything
  15. L

    Fast Atk In TFS (More then 2hit/s)

    Then he is a liar :D I could but 5 attacks / sec.
  16. L

    doCreatureAddMaxHealth/Mana

    Do anyone know how to add this lua function? A function that changes the creatures max hp/mana doCreatureAddMaxHealth(cid, maxhp) doCreatureAddMaxMana(cid, maxmana) or doCreatureChangeMaxHealth(cid, maxhp) doCreatureChangeMaxMana(cid, maxmana) Another function that would...
  17. L

    [Sweden] The Lost Kingdom 8.0 RPG-PVP

    You will get 6x all the way, even when others get 5x on level 120+ you get 6x. It is way more easier to hunt monsters with summons than it is with any other vocation. I mean, as soon as you got pirate ghosts you can go and hunt every melee creature such as Behes, BKs, Heros etc. etc. The server...
  18. L

    [Sweden] The Lost Kingdom 8.0 RPG-PVP

    Welcome to The Lost Kingdom! First of all I want to give all the scammers out there a heads-up. Don't come here and talk offtopic stuff, remember that this is ADVERTISING section and if you got anything to say about the server, good or bad, do it, but think before you act. Write on a more...
Back
Top