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

    Layout Archive: Dark and Modern Layout

    @Znote Could you rewrite this layout for acc?
  2. Restles

    stun spells

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_EFFECT, 72) arr1 = { {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 3, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0} } local area1 = createCombatArea(arr1) setCombatArea(combat1, area1) function...
  3. Restles

    rewriting

    Refresh, can help me ?
  4. Restles

    rewriting

    Look:
  5. Restles

    rewriting

    I already know what is wrong, it works properly only when I am a master of the game then creates one monster, if I am a regular player creates three
  6. Restles

    rewriting

    it's the same as you have
  7. Restles

    rewriting

    he creates one monster for me when I have an item in place as I log out
  8. Restles

    rewriting

    my code <movevent event="Equip" itemid="2125" slot="necklace" script="gamakichi.lua" /> <movevent event="DeEquip" itemid="2125" slot="necklace" script="gamakichi.lua" /> local monster = "Gamakichi" local mana_percent = 10 local event_delay = 7 local function regenerateMana(cid, summon_uid)...
  9. Restles

    rewriting

    nothing gave ;c
  10. Restles

    rewriting

    the problem is that it creates three and has one
  11. Restles

    rewriting

    thank you very much, but I have a small problem, because he creates three monsters for me and when I download the item, it removes one
  12. Restles

    rewriting

    thank you, there are no errors, but when I put the object in the right place, it does not create a monster that regenerates
  13. Restles

    rewriting

    new error lua:14: attempt to index global 'creature' (a nil value)
  14. Restles

    rewriting

    is error lua:56: '<name>' expected near ','
  15. Restles

    rewriting

    Hello, I have a request, can I be able to keep tracking on tfs 1.1 by someone? I would be very grateful local protection = {} local monster = "Demon" function onEquip (cid, item, slot) if protection[cid] then protection[cid] = nil return true end...
  16. Restles

    problem on teleport summon script

    local distFromMaster = 7 function onThink(interval) for _, player in ipairs(Game.getPlayers()) do local playerPos = player:getPosition() if not Tile(playerPos):hasFlag(TILESTATE_PROTECTIONZONE) then local summons = player:getSummons() if #summons ~= 0...
  17. Restles

    Need help to create a ot!

    Change position, town id in database. Column player
  18. Restles

    This spell has no cooldown

    No. change line 88 return false to return true
  19. Restles

    TFS 1.X+ Magic effect

    Hello, I have a question, can you edit the maximum number of effects sent to the client on the new protocol?
  20. Restles

    Compiling exe stopped working

    hello, after the last compilation updating source after the changes developers can not turn on the engine, someone tell me whether I'm the only problem? 1.2 ofc debugger showed that the problem lies in the luascript.cpp if (!getArea(L, listArea, rowsArea)) {
Back
Top