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

    C++ [Nostalrius] Order of events in combat.cpp

    Can someone do it for tfs 1.5 of nekiro 772. I can't, please help
  2. wizinx

    C++ [Nostalrius] Order of events in combat.cpp

    how fix in tfs 1.3?
  3. wizinx

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    Hello, is there no function to add the shaders to the players through an actionsscript?
  4. wizinx

    TFS 0.X NPC with another NPC's speech

    I have the same error, I was trying for days and nothing, help :(
  5. wizinx

    Downgraded sprites in 32x32

    critical effect??
  6. wizinx

    Solved Speed on wings and auras is not applying to the player

    Hello everyone, I'm new and I'm using this base, and I realized that the speed on the wings and auras does not apply to the player. https://github.com/ErikasKontenis/SabrehavenServer/tree/38-introduce-8-0-support Does anyone know why? Greetings!
  7. wizinx

    When opening a container I don't have the option to go back. (inbox)

    could you show me please // Copyright 2022 The Forgotten Server Authors. All rights reserved. // Use of this source code is governed by the GPL-2.0 License that can be found in the LICENSE file. #include "otpch.h" #include "inbox.h" #include "tools.h" Inbox::Inbox(uint16_t type) ...
  8. wizinx

    Nostalrius burst arrow bug!

    It's not clear what changes you made here bool Combat::rangeAttack(Creature* attacker, Creature* target, fightMode_t fightMode)
  9. wizinx

    Fix/Patch OtClient Dissapearing Minimap

    Does it really work?
  10. wizinx

    TFS 1.X+ mana regeneration in 7.4 with mana fluid

    Hello, I would like to know what was the fluid mana regeneration in 7.4. Does anyone know the exact value?
  11. wizinx

    Welcome to new Staff Members!

    WELCOME!
  12. wizinx

    TFS 1.X+ Get a value by showTextDialog

    local function processValue(cid) local player = Player(cid) local text = "Insert a value:\n" local result = player:showTextDialog(3505, text, true, 35) if result and result ~= "" then addEvent(function() player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You...
  13. wizinx

    TFS 1.X+ Creaturescripts task count in party

    Hello, thank you very much, it helped me, but I have a problem. can you add that the tasks count only party:isSharedExperienceActive please, I tried to do it but it doesn't work
  14. wizinx

    New OT project 2023-2024

    8.6
  15. wizinx

    Urgent! Clone items TFS 1.2

    case BEHAVIOUR_TYPE_CREATE: { int32_t itemId = evaluate(action->expression, player, message); const ItemType& it = Item::items[itemId]; if (it.stackable) { do { int32_t count = std::min<int32_t>(100, amount); amount -= count...
  16. wizinx

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Is the version that is on github the most up-to-date? Thank you!!
  17. wizinx

    OTClient hide otc folders otv8 tfs 1.5

    thanks
Back
Top