• 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 Luan Luciano

  1. Luan Luciano

    C++ High CPU Usage classicAttackSpeed

    https://github.com/otland/forgottenserver/pull/4677
  2. Luan Luciano

    problems with TIBIAAPI

    I'm trying to update tibiaapi to version 13.32, I made some changes to the package, but I always get the same error, and I don't know how to decipher what's missing, can anyone help me? https://github.com/luanluciano93/TibiaAPI/tree/luan some package updates: Commits · luanluciano93/TibiaAPI...
  3. Luan Luciano

    OTC 13.32

    https://github.com/Nottinghster/otclient/tree/new-layout
  4. Luan Luciano

    DPS Tracker

    @Xikini great script, thanks for sharing. Just one detail I recently learned: if you want to turn a number positive, just use math.abs(x)
  5. Luan Luciano

    Action [1.3] Bomberman 💣💥

    Hello @Snavy, thanks for the contribution, great script! I don't know if you like to ask or suggestions... I would like to ask if the table that keeps the ids of the players that are in the event could not be local? One suggestion, the creation of a "removePlayer" function for the question of...
  6. Luan Luciano

    TFS 1.X+ Increases weapon attack.

    local attrEnchantCount = target:getCustomAttribute('maxattr') or if attrEnchantCount == 0 then
  7. Luan Luciano

    Problem in getMoney() function in TFS 1.5 nekiro 860

    Obrigado pela resposta Roddet, eu já tinha feito isso e realmente resolveu o problema de contagem do getMoney(), porém estou com um comportamento estranho dos NPCs em relação ao valor. Então resolvi sacar essa moeda e de valor tão alto.
  8. Luan Luciano

    Problem in getMoney() function in TFS 1.5 nekiro 860

    Guys, I'm having problems with the getMoney() function in TFS 1.5 nekiro, when I have a value above 4294967296 gold coins, getMoney() bugs.
  9. Luan Luciano

    isGuildLeader function

    Sorry if I'm talking nonsense, but I always use if player:getGuildLevel() >= 3 then to check if it's a leader ....
  10. Luan Luciano

    [8.6] TFS 1.5 RinkachiOT Custom server

    i am here! rsrs
  11. Luan Luciano

    Feature [TFS 1.5] Talkaction on/off Old Magic Wall

    I did all the steps and it didn't work. TFS 1.5 NEKIRO
  12. Luan Luciano

    [TFS 0.4] Save Player on Advance and heal optionally

    local config = { savePlayer = true, healPlayerOnLevel = false, skillsTable = { [SKILL__LEVEL] = {text = "LEVEL UP", textColor = TEXTCOLOR_WHITE}, [SKILL__MAGLEVEL] = {text = "MAGIC UP", textColor = TEXTCOLOR_BLUE}, [SKILL_AXE] = {text = "AXE UP", textColor =...
  13. Luan Luciano

    [TFS 1.5 Downgrade Nekiro] Problem in killing summons for task count

    At first I thought it could be an error in the getMaster() function, but I saw that there was no problem with it. After several tests, I realized that, for example, when attacking an Orshaball with summoned demons, and killing them all at the same time, maybe the orsha dies first and the demons...
Back
Top