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

    Scripter looking for scripter

    I almost forgot @Joe Rod. A amazing scripter to. @Nekiro & @Joe Rod is not expensive at all and can do the most in c++ and lua.
  2. Lucifer

    Scripter looking for scripter

    Talk with @Nekiro, Best scripter i have working with.
  3. Lucifer

    My server stops working automatically after 3 days.

    If you need help contact me can show you How to do it in teamviewer
  4. Lucifer

    C++ Looking for c++ function Tfs 1.2

    Just <flag canpushitems=”0”/> for items and the second @M0ustafa metioned is for monsters.
  5. Lucifer

    TFS 1.X+ 255.255.255.0 disconnected for exceeding packet per second limit.

    Try to hold ctrl and any arrowrot right or someone bec i got same when i do that, but changing it to 40 instead of 25 removed the problem for me
  6. Lucifer

    TFS 1.X+ 255.255.255.0 disconnected for exceeding packet per second limit.

    why do u not change maxPacketsPerSecond? You have it on your config.lua Change from 25=40 it's enough
  7. Lucifer

    Advanced Task NPC

    @Itutorial Lua Script Error: [Npc interface] data/npc/scripts/Task.lua:onCreatureSay LuaScriptInterface::luaAddEvent(). Argument #7 is unsafe Lua Script Error: [Npc interface] data/npc/scripts/Task.lua:onCreatureSay data/npc/scripts/Task.lua:136: bad argument #1 to 'find' (string expected, got...
  8. Lucifer

    TFS 1.X+ Dbug while opening skilltab

    It works for me TFS 1.3 It only show the level on experience bar. Bec 65k is the Max level and in experience you can get alot more.
  9. Lucifer

    Looking for someone to host a server for me.

    I can help you host it for free just PM me
  10. Lucifer

    OTServerBR compile request

    Yeah and the problem is still under progress. For more info/help join the discord chat that OtserverBR have.
  11. Lucifer

    TFS 1.X+ Dbug while opening skilltab

    Take a look on this https://otland.net/threads/change-level-to-experience.258980/page-2#post-2505739
  12. Lucifer

    Convert this spell to TFS 1.3

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 16) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true) combat:setParameter(COMBAT_PARAM_USECHARGES, true) combat:setArea(createCombatArea(AREA_CIRCLE3X3)) local combat2 =...
  13. Lucifer

    Action [TFS 1.X] Cursed Chests

    Can you help me do it?
  14. Lucifer

    Action [TFS 1.X] Cursed Chests

    @oen432 Is it possible to change this script so it only summon monsters and the chest disappear direclty after spawning the monsters without any reward on the chest?
  15. Lucifer

    Popup information (TFS 1.3, Client 8.6)

    so [#playerInfo+1] adds 1 more for each skill up to 6? Like fist got 0, club 1, sword 2, ax 3, dist 4, shield 5, fish 6?
  16. Lucifer

    Popup information (TFS 1.3, Client 8.6)

    Thanks so much @Delusion I try to understand what all things are for. Has changed a bit on the script so it shows current hp / mana as well. looks like this right now. function onSay(player, words, param) local playerInfo = { player:getName(), player:getLevel()...
  17. Lucifer

    Popup information (TFS 1.3, Client 8.6)

    Yeah i know the fuction but i don't know how to add it. It need to show both "player:getName() and player:getLevel()
  18. Lucifer

    Popup information (TFS 1.3, Client 8.6)

    function onSay(cid, words, param, channel) doPlayerPopupFYI(cid, ""..getPlayerName(cid).."'s Information:\n\nLevel: "..getPlayerLevel(cid).."\n\nMana: "..getPlayerMaxMana(cid).."\n\nHealth: "..getCreatureMaxHealth(cid).."\n\nMagic Level: "..getPlayerMagLevel(cid).."\n\nSkills:\nFist...
  19. Lucifer

    Programmer TFS 1.x Programming Services

    The only coder i will talk to if i need something! Really recommended!
  20. Lucifer

    Stat system

    @Marok If I remember correctly there is a reset button that you can press for a price.
Back
Top