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

Recent content by Mitrixx

  1. M

    Feature New types of DAMAGE (how to create)

    Could someone help me? I've tried to do it, but it doesn't work. TFS 1.2 (death, holy, ice) Enums.h enum CombatType_t : uint16_t { COMBAT_NONE = 0, COMBAT_PHYSICALDAMAGE = 1 << 0, COMBAT_ENERGYDAMAGE = 1 << 1, COMBAT_EARTHDAMAGE = 1 << 2, COMBAT_FIREDAMAGE = 1 << 3...
  2. M

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Why I can't use potions or runes on myself or other playes? It works just on monsters "you are not allowed to shoot directly at players"
  3. M

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    With what program were you adding new items or changing sprites? EZitemeditor doesn't want to read items.srv because of luck, and RME has a lot of different ids than are in reality, for example RME banana tree is active soft boots xd Any idea how to change it?
  4. M

    Lua Add melee skill to skill point system

    How to change all 3 melee skills into 1 "melee skill"?
  5. M

    TFS 1.X+ multiple skill tries. 8.6

    Any progress? How did you change all 3 skills into 1 melee?
  6. M

    trying to put only 1 skill for melee.

    Hey. Any prgoress? How did you change all skills into 1?
  7. M

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    How do I change that loot it's in server log? I want it to be in "loot channel"
  8. M

    Whole stack of blank runes is consumed when cojuring any rune.

    Hello. I've got a problem when I have for example 20 blank rune and I type "adori vita vis" and it consumes whole stack of blank runes regardless of amount... I have TFS 1.2 from here (TibiaCore 7.4 TFS 1.2 same Nostalrius project...
  9. M

    I have this stack problem at an 8.0

    I can stack runes, but if I have 20 blank rune and use adori vita vis it consumes 20 blank runes and does 1 sd.. Any ideas how to fix that? 1726346839 I can stack runes, but if I have 20 blank rune and use adori vita vis it consumes 20 blank runes and does 1 sd.. Any ideas how to fix that?
  10. M

    Loot channel Doesn't work

    But I don't have autoloot:( My problem is that loot from monsters is in "server log" but I want it to be in "loot channel"
  11. M

    Loot channel Doesn't work

    Doesn't it only add loot channel when you log in? Or I don't understand something brother 1726237419 Didn't help
  12. M

    Loot channel Doesn't work

    Is there a way to make a loot channel so it won't be displaying at server log? I've been trying for 3 days but haven't done it yet.. I'm using TFS 1.2 configmanager.cpp boolean[SHOW_MONSTER_LOOT] = getGlobalBoolean(L, "showMonsterLoot", true); config.lua showMonsterLoot = true What's wrong...
  13. M

    Chat Loot (Loot channel)

    Is there a way to make a loot channel so it won't be displaying at server log? I've been trying for 3 days but haven't done it yet.. I'm using TFS 1.2 What's wrong with my code? chatchannels.xml <?xml version="1.0" encoding="UTF-8"?> <channels> <channel id="2" name="Rule Violations"...
  14. M

    C++ Loot Channel System

    Is there a way to make a loot channel so it won't be displaying at server log? I've been trying for 3 days but haven't done it yet.. I'm using TFS 1.2 What's wrong with my code? chatchannels.xml <?xml version="1.0" encoding="UTF-8"?> <channels> <channel id="2" name="Rule Violations"...
  15. M

    Chat Loot (Loot channel)

    Is there a way to make a loot channel so it won't be displaying at server log? I've been trying for 3 days but haven't done it yet.. I'm using TFS 1.2 chatchannels.xml <?xml version="1.0" encoding="UTF-8"?> <channels> <channel id="2" name="Rule Violations" script="ruleviolations.lua" />...
Back
Top