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

    crit hit and crit dmg

    Hi, have you this fix mana/life leech amount display bug (#4613) · otland/forgottenserver@ac03f09 (https://github.com/otland/forgottenserver/commit/ac03f09514bc70542b2dbd6f38975ac1779a5d7c) changes? Please give some information about your engine.
  2. sharinn

    How To make Spell Who hit 3 times in row

    my approach note: function castIfCasterAlive should be pulled into libs if you want to use it in multiple places local animationEffect = CONST_ME_GROUNDSHAKER local combatDamage = createCombatObject() setCombatParam(combatDamage, COMBAT_PARAM_EFFECT, 0) setCombatParam(combatDamage...
  3. sharinn

    Why TFS 1.2 removing conditions onDeath

    Shop script where you add this condotion
  4. sharinn

    TFS 1.X+ Segmentation fault.

    Have you some custom or modified spell?
  5. sharinn

    DB query - only one result instead three

    fixed: local function generateTopPlayers() local playerPos = { [1] = { pos = { x = 3391, y = 2067, z = 7 }, }, [2] = { pos = { x = 3388, y = 2067...
  6. sharinn

    DB query - only one result instead three

    Hi, I want to make a script to create 3 monsters that will pretend to be a top player, the problem is that the query returns only 1 result instead of 3, executing the quesra directly in the DB returns 3 results as I wanted Can anyone tell what i am doing wrong? local playerPos = { [1] = {...
  7. sharinn

    How to reduce money on otserv in game?

    without system like rl tibia forge i thing it's impossible to remove money from the game
  8. sharinn

    Feature Spell requirements modificator

    https://github.com/ArturKnopik/forgottenserver/pull/4 @Update 14.06.2023 - added boost damage attribute
  9. sharinn

    Does anyone know what is causing this bug?

    it's look like some random print in creaturescripts
  10. sharinn

    Windows Turorial about how to debug with msvc?

    build under debug mode, run server, in VS go to debug attach to process, select tfs, create breakpoint an try hit breakpoint case
  11. sharinn

    Scarlett Boss mechaninc

    you need storages for monsters or some simmilar system to save some scarlet data
  12. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    It's working, im tested it right now :)
  13. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    02/06/2023 Added Ice Cave quest in Snownia Added descent to Green Island ghastly dragoons Fixed Zethar Mortal Shell boss fight cd Map fixes Reworked Zaoan items and added set traits Reworked the castle on Salvania, Falcons lived there and added a miniquest + the ability to fight a boss Fixed...
  14. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    02/02/2023 Removed boat travel to demonia Added a new quest in Salvania, you can start it with npc Hanzz, the reward is access to Demonia New monsters added: Stone Devourer(Salvania) Omnivora(Salvania) Feverish Citizen(Salvania) Added Grizzly Adams, can be visited in Blackshire Castle New...
  15. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    January 25, 2023 New event New test arena !arena clear - clears the arena, !arena monster name - puts a monster that gives no exp or loot, you can check the monster's strength
  16. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    Discord server: Join the Landoria OTS Discord Server! (https://discord.gg/YsnKT9vN) January 23, 2023 Fixed magic level display in items Chicken - Feather drop decreased Jocker - resistances have been slightly changed 4 new elite monsters: ZxBehemoth, The Many, Immortal Gladiator, Grotomot...
  17. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    19.01.2023 New raids: Freehaven elves, Freehaven spiders, Sand scarabs, Sweetwater scarabs, Sweetwater undeads, Freeheaven demons, Castle orcs, Castle thieves New raid boss - Urgoteeth Added 4 quests in Salvania Added autoloot - !autoloot Bows now properly grant the Custom Weapons bonus Added...
  18. sharinn

    RevScripts Auto Spawner

    can you share startBossRoom
  19. sharinn

    RevScripts Auto Spawner

    you don't check if boss is spawned correctly try local boss = Game.createMonster(bossName, configRoom.centerRoom, true, true) if not boss then print("boss spawn failed") end
  20. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    09/01/2023 Added new elite monsters (Burning Dragon, Frosted Dragon, Rooted Dragon, Northern Dragon) With Fury now we will get less exp, this is due to a fairly good loot Added Venerable Girtablilu and Girtablilu Warrior exp to Salvania Suspicious Signet Ring adds 3% max mana and 3% max hp...
Back
Top