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

    nothing to do :D

    i know there is no orange skull, on 8.6 client in those servers they use the yellow skull
  2. kennyubuntu

    nothing to do :D

    not even with yellow skulll? i remember to play a 7.4 server that yellow skull stills after people kills you, same to a bugged 8.6 (it was not intentional hahaha they remove some time after :( )
  3. kennyubuntu

    nothing to do :D

    did u know how to do this? https://otland.net/threads/orange-skull-yellow-skull-8-60.274772/ i love this new revenge kill on tibia, but 0.4 (8.6) don't have something like that :(
  4. kennyubuntu

    TFS 0.X Orange skull - Yellow skull - 8.60

    New tibia comes with an amazing skull, the orange one... This is a revenge kill chance I would love to have this in my future 8.6 project but not only in my one, in every 8.60 server... I always like the idea of Cipsoft that u can make a revenge kill on who injust kill you, but never think...
  5. kennyubuntu

    Mapper Levi999x Free Mapping Service

    never saw a beautiful Ghastly Dragon lair on 8.6 also never saw a beautiful Energy Elemental hunt 8.6
  6. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    god you were right, thank you! its fixed ;)
  7. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    no, in game it shows: "There is no guild members around." even with guild members around... And print(membersList) On console print nothing :(
  8. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    is anyone ever done this?
  9. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    the only difference on guild_heal from party_heal is that there is no function like getPartyMembers (I THINK SO) so i tried to create this GetMyGuildMembers... but i did something wrong! do u know what?
  10. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    Thank you so much!!! But what about guild_heal: function GetMyGuildMembers(cid) local membersList = {} for _, name in ipairs(getOnlinePlayers()) do -- Loop through all online players local pid = getPlayerByName(name) if isPlayer(pid) then if...
  11. kennyubuntu

    TFS 0.X Character auction for Znote 0.4

    I would like to use Znote AAC in my server.. I also would like to have a character auction system But i found this: https://github.com/Znote/ZnoteAAC/blob/master/auctionChar.php#L39-L43 I'm using 0.4 for my server :( Did so many modifications and didn't want to change (at least for now and a...
  12. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    Oh my bad, its the other spell I posted the wronge error message, the right is: [10:21:20.457] [Error - Spell Interface] [10:21:20.457] data/spells/scripts/healing/party_healing.lua:onCastSpell [10:21:20.457] Description: [10:21:20.457] attempt to index a number value [10:21:20.457] stack...
  13. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    What should be the number? What do i doing wrong here? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) function getMinMax(cid...
  14. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    what are u mean? how should be that line if(getDistanceBetween(getCreaturePosition(pid), pos) <= 36) then ???
  15. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    party_healing.lua is good now? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatCallback(combat...
  16. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    can u help me to go more far? party_healing.lua local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) function onCastSpell(cid, var)...
  17. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    https://github.com/Fir3element/3777/tree/master/src
  18. kennyubuntu

    TFS 0.X Spell heal Guild and Party

    I would like to have 2 spells but idk how to do: 1- party heal 2- guild heal Those spells should heal everyone on screen in your party or in your guild Is it easy to do?
Back
Top