• 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

    TFS 1.X+ Trying to block player from putting a bag in a backpack or bag in a bag TFS 1.4.2

    onequip work on inventory items, probably you must use onItemMove event, check target if is haslve holding player and check source if is container, if yes, cancel movement
  2. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    Dave, a farmer, lives north of Blackshire Town. Dave has recently invested and introduced broadcast towers and plant-care robots to his fame. Recently, a poor farmer is in big trouble because his transmitters malfunction and he is unable to control the robot. Our task is to help the farmer to...
  3. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    01.01.2023 Added 15 mini-bosses that you can fight every 1h (you can get SMS items and iron tokens from them) Anakolea - 1 Blackshire - 3 FaccArea - 4 Ketus - 4 Mist - 1 Sweetwater - 2 Added npc Kyemu that exchanges iron tokens for outfits, addons and mount Bloompire now...
  4. sharinn

    RevScripts Possible delete text atribute in book?

    you can remove item and create new clean one
  5. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    Good idea :) Test server is to detect all problems/isuses/errors and fix them. I want to run a polished server :)
  6. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    From my perspective and knowledge I recommend this system, it will avoid selling unique items by accident (unless you sell bp with these items :P) Traditional system doesn't check if item is unique and takes first one
  7. sharinn

    Lua Tfs 1.3 disappearing monsters when

    this script is invalid... why? becouse right now all smokes will remove monsters... better way is using actionid and set aid in script and smoke, in this way only specific(defined by player) smoke will remove monsters
  8. sharinn

    modify trade, they are cloning objects

    just cancel trade when player enter to market or when player accept market offer
  9. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    December 28, 2022 Added some fixes on the website Added an additional visual effect when a unique item drops Elite monsters spawn more often Npc Neoni now offers elemental arrows Fixed the Blood Priest monster - it should now properly deal DMG SMS Weapons now properly add skill bonuses Changed...
  10. sharinn

    TFS 0.X How to speed UP data base?

    speedup your hard drive
  11. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    EK Spells take more mana then real on, example for knight exori hur - 100 mana (deal good dmg early one, weak in lategame) exori - 250 mana budget version for mass exp exori max - 500 mana - deal good dmg 1sqm from player, further area deal damage like ~exori exori gran - any% mana, dmg is based...
  12. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    Unique item can be obtained by normal monsters (1/800 do drop unique items), hunting unique monster give you chance do drop item what you want with boosted statistic Promotion can be bought on Mist, King and Queen is only decoration, probaly i will add info on lvlup about possibility to buy...
  13. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    17.12.2022 Warrior hemet - 3% physical deff -> 4% physical deff Burst Arrow - 27 atk -> 40 atk Fury, Bear, Wasp, Elf Arcanist, Hero, Tortoise change drop of addon items Update RP npc - adding new ammo types Tiesto - add colored BP Fix Dragon Lance affiliation, now is axe :) Update skinning Fix...
  14. sharinn

    [Poland][12.86] Landoria OTS - Test Server

    Landoria OTS 12.86 - Test Server Website: Landoria OTS (http://landoria-test.pl/) Facebook: Landoria OTS (https://www.facebook.com/LandoriaOTS) FEATURE: Custom Spells Custom Monsters Elite Monsters (alway drop Unique Items can be found by using "exiva moe res" spell) Custom Boss Fights Custom...
  15. sharinn

    TFS 1.X+ Attack speed with Lua

    there is no such function on tfs
  16. sharinn

    Weapon Tier System / Critical System using Action IDs TFS 1.3

    using actionid is bad idea, you must track all action used in server, you can have situation when some weapon can give some quest reward or set some specyfic storage etc
  17. sharinn

    how to compile rme in 128x128?

    what mean 128x128? size of icon, size of tile, size of window, size of XYZ?
  18. sharinn

    Solved Exp Tome giving exp depending on level

    try this instead doPlayerAddExp(cid, SKILL_LEVEL * 10000) local player = Player(cid) if not player then return false end player:addExperience(player:getLevel() * 100000) can you post actual script?
  19. sharinn

    Lua Request item that unequips after X seconds and goes back to bp

    there is issue with player logout when ring is equiped, ring will stay on ring slot but not give any bonus(on logout script can solve this issue)
  20. sharinn

    Solved Exp Tome giving exp depending on level

    SKILL_LEVEL change for something like getPlayerLevel(cid)
Back
Top