• 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!

Search results

  1. S

    Landoria OTS - Development Thread

    FB: Landoria OTS (https://www.facebook.com/LandoriaOTS) Test-Server: Landoria OTS (http://landoria-test.online/) General Info: The server is based on the old Kovloria server(from the beginning of existence), the main goal is to recreate all server mechanics and improving them if required...
  2. S

    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] = {...
  3. S

    Feature Spell requirements modificator

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

    [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...
  5. S

    TFS 12.72 login

    Hello, tfs is ready to use client 12.72?? i try login and get "Login failed. Tibia might currently..." i use ZNOTE ACC and also MYACC + login.php for Tibia 11 and/or plugin from otbr, nothing work ;/ Server name etc are same in config.lua and config from accmaker(php file) Should i try more or...
  6. S

    Chest selling items (CustomAttribute)

    Hello, I created a script with a chest(we can use all containers) when you move an item out of the chest you buy it. Place code in good place for good formating or items description :) Requirements(look on help code): Container requires a setCustomAttribute("sellChest", 1) Items in chest...
  7. S

    MoveEvent Tile allows sell loot (include item in container)

    How this work: throw item/bp with items on ground with special actionId(specified inside script), script will check if item exist in table, if exits will get gold assigned to this item, remove that item and add gold to player, does not remove items/bp that cannot be sold(bp and items stay on...
  8. S

    OpenTibia RME extension by krecik on dexin

    Hello, I decided to create small extension to RME client: 12.31 items.otb: opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/tree/b92989e26d4a8fc70a1582c4ee2d00153a2bd04e) Number of lines of code: 5509 TODO: walls, separate library to own category(like KOD - Feyrist)...
  9. S

    Tibia 12 item editor (client 12)

    Hello, I wanted to ask a question if anyone has a client 12 editing tool, I mean items has an example: I have a noble armor (old graphics) and by default it is impossible to lift, when it changes into items.otb the possibility of lifting is still impossible, only the "/i item" command adds it to...
  10. S

    item absorb - get value

    Hello, I wanted to extract the absorption from the item, the functions that I implemented are under this link [ Lua Function - [TFS 1.3] Item abilities via Lua (https://otland.net/threads/tfs-1-3-item-abilities-via-lua.260156/page-4#post-2557172) ], the problem is that it always gets the value =...
  11. S

    Waeapon script deal unexpected damage

    MISSCLICK - marked SOLVED(Still unsolved) Hello after processing the script to calculate the damage, the weapon began to ignore the defensive monster (physicalPercent = "80") here's the script before the change (works correctly) local combat1 = createCombatObject() setCombatParam(combat1...
  12. S

    Lua new scripts randomly crash server

    Hello, at the beginning I want to apologize to you for my English, I helped translator.. I need help to detect problem of random server crash, i adding 2 new spells and one weapon probably one or all of them is a problem.. all of them use addEvent() storageReseter.lua - used to reset storage...
  13. S

    Lua TSF 1.2 - Custom exhaust on sell by lua

    Hello i try create custom exhaust on spell i spell lua script but i don't know how edit spell/groupexhaust exhaust from XML, always spell use XML CD's I need to reduce the CD time by half for groupCd and CD Using tfs 1.2
  14. S

    Lua Double exhaust rune

    Hello, is it possible to create a rune which reduces the exhaustion of each type by half for a certain time without source code? If possible, please tell me which set of functions to use to achieve the goal. I'm using TFS 1.2 Thank you for all the answers!
  15. S

    Double Exhoust Rune - is possible to create??

    Hello, is it possible to create a rune which reduces the exhaustion of each type by half for a certain time? If possible, please select which functions to use to achieve the goal. I'm using The Forgotten Server v0.2.15 (Mystic Spirit) Thank you for all the answers!
Back
Top