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

    TFS 1.2 Looking for action scrip that gives x item if used on monster

    what about success chance rate?
  2. H

    TFS 1.2 Looking for action scrip that gives x item if used on monster

    You sure its tfs 1.2 feature? Im looking into github and cant see a similar code
  3. H

    TFS 1.2 Looking for action scrip that gives x item if used on monster

    Hello, im looking for action script that would give x item if its used on monster with particular name so for example local config = { needLevel = 150, cooldownMin = 5, chanceForSucces = 35, (it means it has 35% chance to get that item, basically its like pokemon ball...
  4. H

    Scripter [Available] Shadow's Programming Services

    Well i heard the same multiple times from people saying hes not capable of some stuff but still asks to get paid even tho he knows he cant do it, and once you ask for refund he threatens people to leak all of their files if they chargeback. But idk if its true tho, thats what i heard, so i would...
  5. H

    My playerdeath db.query causes crashes time by time

    but are you 100% sure thats the correct solution because putting irrelevant querys is risky stuff, and i really doubt thats the issue
  6. H

    My playerdeath db.query causes crashes time by time

    So you mean it chrashes because its missing? local resultId = db.storeQuery("SELECT player_id FROM player_deaths WHERE player_id = " .. playerGuid)
  7. H

    My playerdeath db.query causes crashes time by time

    TFS 1.2 This is the log https://pastebin.com/v7dFusXW and this is the code part that im pretty sure causing the crashes local playerGuid = player:getGuid() db.query("INSERT INTO `player_deaths` (`player_id`, `time`, `level`, `killed_by`, `is_player`, `mostdamage_by`...
  8. H

    Looking for spell that monster would teleport to player

    bump 1649443444 Nvm found https://otland.net/threads/monster-spell-teleport-to-player.252301/
  9. H

    Looking for spell that monster would teleport to player

    TFS 1.2. Hi i got kinda interesting idea of spell so lets say 5 people attacking one boss and that boss would teleport to a random player who attacks him and starts hitting him, so basically it puts more dynamic into box fighting bump
  10. H

    TFS 1.2 Looking for healing monsters spell

    Hi im using this healing spell that suppose to heal monsters so like monster healing each other local config = { level = 500, magicLevel = 300 } local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_DISPEL...
  11. H

    Why ALL my NPCS are facing south

    in data folder only function doCreatureSetLookDir(cid, direction) local c = Creature(cid) return c ~= nil and c:setDirection(direction) or false end
  12. H

    Why ALL my NPCS are facing south

    TFS 1.2 Its really weird i just noticed now that all of my npcs are facing down for some reason . Tried changing <spawn centerx="100" centery="158" centerz="4" radius="1"> <!-- tried changing radius --> <npc name="Master" x="0" y="0" z="4" spawntime="60" /> <!--...
  13. H

    Correct primary_key on player_items

    what if it starts causing crashes or loading issues, it will make even more issues in the future to figure out who might be causing it. Had same issue with player_deaths table when primary key wasnt set correctly it was crashing server sometimes and caused some loading issues
  14. H

    Correct primary_key on player_items

    Very helpful information :D
  15. H

    Correct primary_key on player_items

    bump
  16. H

    Correct primary_key on player_items

    bump
  17. H

    Correct primary_key on player_items

    bump
Back
Top