• 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!

Recent content by leik meris

  1. leik meris

    Solved Stack of items in container

    I reverted a feature I added :)
  2. leik meris

    Solved Stack of items in container

    fixed.
  3. leik meris

    Solved Stack of items in container

    Yes, I probably edited something without knowing
  4. leik meris

    Solved Stack of items in container

    Hello. How are they? Look what happens here, when you add the crystal coins to the bp, 1 is added to each item and it is not added to the item at the beginning until it reaches 100 units. I am using nekiro downgrade 7.72
  5. leik meris

    Lua would this work? expbonus revscritp as eventcallback

    First of all, you have to define the type of script, which will be an action, creaturescript or globalevent? or just a condition to increase the experience of premium players?
  6. leik meris

    TFS 1.X+ summon no body upon death

    Yes, it worked for me
  7. leik meris

    TFS 1.X+ summon no body upon death

    Hello everyone, I have a problem. When I kill a summon, it doesn't drop a body. Does anyone know the option to make it drop a body? Thank you very much. I use TFS 1.5 with Nekiro's downgrade.
  8. leik meris

    Exp/Kill/Drop Tracker Module [OTCV8] [TFS 1.4.2]

    /home/ot7/src/luascript.cpp: In static member function ‘static int LuaScriptInterface::luaNetworkMessageAddItem(lua_State*)’: /home/ot7/src/luascript.cpp:5903:26: error: invalid conversion from ‘Item*’ to ‘uint16_t’ {aka ‘short unsigned int’} [-fpermissive] 5903 | message->addItem(item...
  9. leik meris

    Exp/Kill/Drop Tracker Module [OTCV8] [TFS 1.4.2]

    the luascript part of the server, it is not clear, when I compile I get errors 1714944092 The loot of the monsters does not analyze them, I use version 772 of Nekiro, does anyone know why?
  10. leik meris

    GDB CRASH

    The error appears to be occurring in the ItemAttributes::getStringAttribute() function in the itemattributes.cpp file on line 94. It appears that the program is trying to get a string attribute ("name") but can't find it. The ok parameter is passed false, suggesting that the operation was...
  11. leik meris

    TFS 1.X+ when killing a summon it does not drop the corpse

    Hello, I am using tfs 1.5 from nekiro downgrade to 7.72, For some reason when killing any summon it doesn't drop the corpse. Does anyone know where I can change this configuration?. Thank you!
  12. leik meris

    TFS 1.X+ field damage 50% less damage

    it does not work :(
  13. leik meris

    TFS 1.X+ field damage 50% less damage

    Where do I see that option?
  14. leik meris

    TFS 1.X+ field damage 50% less damage

    The initial damage should be 20, but is reduced to 10. 1713550709 The burn effect is 5 damage, 7 times.
  15. leik meris

    TFS 1.X+ field damage 50% less damage

    Hello everyone, I use tfs 1.5 7.72 from nekiro. Does anyone know how to modify the damage reduction? <item id="1487" article="a" name="fire field"> <attribute key="type" value="magicfield" /> <attribute key="decayTo" value="1488" /> <attribute key="duration"...
Back
Top