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

    TFS 1.X+ TTFS 1.5 by Nekiro problem pvp

    Please help me pvp on the server is not working I guess my config.lua -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 1 killsToRedSkull = 3 killsToBlackSkull = 6 pzLocked = 60000...
  2. Michcol94

    OTClient Big outfit problem

    the first version uses 4 square tiles and the second version uses two vertical tiles
  3. Michcol94

    Znote aac edycja layoutu

    Witam. Korzystam znote aac pod wersje 1.5 tfs i chce edytować grafiki layoutu i nie wiem jak to zrobić potrzebuje pomocy proszę pomóżcie.
  4. Michcol94

    OTClient Big outfit problem

    Hi. I'm using otclient mehah and the TFS1.5 engine by Nekiro. The problem can be seen in the photos. How to set outfits or belt with hp and mana and character's nickname? 1. version outfit 2. Version outfit Please help me. Thank you in advance.
  5. Michcol94

    TFS 1.X+ TargetArea Spell

    It needs an area Taget spell that works only on and around the target. It is not supposed to work without selecting a monster or player.
  6. Michcol94

    Spell target area

    Witam. Mam problem ze spellem mianowicie jak zaznaczam target działa poprawnie tak jak tego bym sobie życzył i uderza w cel, ale jeżeli jednak nie zaznaczony jest target spell nadal działa tylko jako wave tak jakby a tego nie chcem jak to osiągnąć by spell działał tylko jako target area? Oto...
  7. Michcol94

    TFS 1.X+ Effect spell type damage

    He wants to change the magic effect for the hit effect and that for each spell there was a different effect sample spell: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONAREA)--Changing the...
  8. Michcol94

    TFS 1.X+ Offset effect

    How to center graphics? 1679935628 Resolved local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true) combat:setParameter(COMBAT_PARAM_USECHARGES, true) combat:setArea(createCombatArea(AREA_SQUARE1X1)) function...
  9. Michcol94

    Limit effect 1.5 nekiro

    thank you!
  10. Michcol94

    Limit effect 1.5 nekiro

    Hi I would like to increase the limit of effects, in the engine I probably did everything and compiled, but the limit is still I think that you need to change the source code otclient. Please podopowie as to increase the limit of effects. I use tfs 1.5 nekiro downgrade 8.60 and client otclient mehah
  11. Michcol94

    Object builder limit spritów

    po prostu jak zaznaczam extended tak jak ktoś napisał to nie czyta .dat zna ktoś jakieś rozwiązanie na limit spr w object builderze
  12. Michcol94

    Object builder limit spritów

    i'm use tibia 8.60 and have problem error Error: Nieznane flagi. flag=0x81, poprzedni=0x0, kategoria=Przedmiot, id=101. at nail.otlib.things::ThingSerializer$/readProperties5() at nail.otlib.things::ThingTypeStorage/loadThingTypeList() at...
  13. Michcol94

    Object builder limit spritów

    Witam. Mam problem mianowicie chodzi mi o limit spr w object builder do 65 tysięcy spr czy ktoś wie jak zwiększyć limit ?
  14. Michcol94

    TFS 1.X+ New skills for dragon ball server

    Do you know how to change the name of the skill in the client? I'm using the mehah version I found it changed
  15. Michcol94

    TFS 1.X+ New skills for dragon ball server

    Find in files (creature.h): #define EVENT_CREATURECOUNT and #define EVENT_CREATURE_THINK_INTERVAL and change it to: #define EVENT_CREATURECOUNT 1 #define EVENT_CREATURE_THINK_INTERVAL 50 There are no lines in the 1.4.2 engine source code, I think there is something like this: static constexpr...
  16. Michcol94

    TFS 1.X+ New skills for dragon ball server

    Hello, I would like to add or replace skills on my server. I want to add skills like attack speed (a skill trained with a special weapon can be replaced with an axe), defense (a skill trained with a weapon with gauntlets or sword-consuming melee attacks can be replaced with shields), energy...
  17. Michcol94

    TFS 1.X+ Add new sprites in RME map editor

    How do I add new land map features to rme map editor? I used object builder I added a sky graphic and wanted to use it in rme but it is nowhere to be found, I tried to add graphics in item.otb unfortunately it did not work either. I use tfs 1.4.2 and versji client 10.98, and rme from OTacademy...
  18. Michcol94

    OTClient TFS1.4.2 Adding new sprites and looktypes

    Ok I know, but how to make a body for a player?
  19. Michcol94

    OTClient TFS1.4.2 Adding new sprites and looktypes

    How to add new sprites and appearance types? I'm using Object Builder and when I add a new outfit I can't change into it with /looktype 904 and I get "Look type with this id does not exist". The old monster outfit 5 works with the new sprites. The new outfit 904 doesn't work. I am using otclient...
Back
Top