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

    Fade tile

    What exactly does?
  2. Decodde

    TFS 1.X+ Create item talkaction, by client ID

    Do you know why items have different id in client id and server id? Just a messy?
  3. Decodde

    TFS 1.X+ Create item talkaction, by client ID

    Using image as example, if i want create a dead human, i say /i 6080 Is possible a new talk action to use the client id instead server id like /i 111
  4. Decodde

    TFS 1.X+ Spell collision system

    Printer never posted her code: Collision System Collision System Collision System @Bogart there are many posts about this collision system and it never get done :oops: @Vulcan_ any idea?
  5. Decodde

    TFS 1.X+ getPosByDir

    local config = { velocidade = 350, -- intervalo entre os giros (quanto menor, mais rapido) hits = 24, -- quantos hits vai dar msg = "Frozen Orb", -- msg ao soltar a spell key = 13871, -- storage que sera utilizado pro cooldown cooldown = 3, -- tempo em segundos de cooldown entre um uso da spell...
  6. Decodde

    TFS 1.X+ Spell collision system

    @Bogart hey bro thank ya for the help but still not working, i changed to the code you post energy_strike.lua local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA)...
  7. Decodde

    TFS 1.X+ Spell collision system

    @Bogart I edit to your code, and stopped the errors in console, but the spell not working as intended: The original script they colide
  8. Decodde

    TFS 1.X+ Spell collision system

    Trying update the spell collision system made by ramza, to work with tfs 1.3 spells.lua function checkColision(cid) -- Function by Ramza (Ricardo Ianelli) if getCreatureTarget(cid) ~= 0 then setPlayerStorageValue(cid, 9001, 'casting') local ppos, enemy =...
  9. Decodde

    C++ Modify InGame range to pickup/move items TFS 1.3

    @Vulcan_ did you managed to make it work into 1.3? I mean the throw anywhere
  10. Decodde

    NPC Health Bar

    Edit- Nvm i got it , thank ya @Huntre do you know if there's any document describing what each feature does?
  11. Decodde

    NPC Health Bar

    Was looking on otclient source for a tag to show/hide npc health bar edubart/otclient Its not on otclient? Alice is an npc, i want show her health and mana bar like display on players
Back
Top