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

    TFS 1.X+ I need karma system

    Hey, i need karma system which i can add to OTClient to module game_skills Normal karma system: If u die u have bad karma, else if u have bad karm and kill some monster to improve your karma
  2. L

    OTClient OTClient can't display magic effect with id 255+

    Hey OTClient can't display effect with id 255 or higher. How can I remedy this?
  3. L

    OTClient problem with effect 255+

    Hey OTClient can't display effect with id 255 or higher. How can I remedy this?
  4. L

    Can't open SPR

    Hey, can someone uncode this sprite to open it with anyone SPR Editor Here sprite: spr.zip Here scan: VirusTotal
  5. L

    Error while compiling tfs

    C2280 „std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept”: próba odwania do usuniętej funkcji (kompilowanie pliku źródłowego ..\src\outputmessage.cpp) theforgottenserver C:\local\boost_1_57_0\boost\lockfree\stack.hpp 139
  6. L

    C++ boost/asio.hpp no such file or directory

    Haha, another C2280 „std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept”: attempt to divert to a deleted function i theforgottenserver D:\boost\boost\lockfree\stack.hpp 139
  7. L

    [HELP] How to change nickname color in OTClient

    And still. Fuck!!! Last error C2280 „std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept”: próba odwania do usuniętej funkcji theforgottenserver D:\boost\boost\lockfree\stack.hpp 139
  8. L

    [HELP] How to change nickname color in OTClient

    And again mysql/mysql.h No such file or directory ... but i add it D:\tfs-sdk-2.0\mysql-connector-c\include\mysql
  9. L

    [HELP] How to change nickname color in OTClient

    Ok, i will try option 1. because option 2 i try 10000 times No such or file direcotry pugixml.hpp What i do wrong!
  10. L

    C++ boost/asio.hpp no such file or directory

    Hey i try to compile theforgottenserver-master but i cant I do all from the tutorial otland/forgottenserver And this is result: No such or file directory mysql/mysql.h
  11. L

    [HELP] How to change nickname color in OTClient

    I try this tommorow and say results Everywhere, I tried to compile a clean server, forgotten, and there errors themselves, i install all TFS SDK v3.2 Boost C++ libraries But still there are many errors
  12. L

    [HELP] How to change nickname color in OTClient

    void Creature::drawInformation(const Point& point, bool useGray, const Rect& parentRect, int drawFlags) { if(m_healthPercent < 1) // creature is dead return; Color fillColor = Color(96, 96, 96); if(!useGray) fillColor = m_informationColor; // calculate main...
  13. L

    [HELP] How to change nickname color in OTClient

    void Creature::draw(const Point& dest, float scaleFactor, bool animate, LightView *lightView) { if(!canBeSeen()) return; Point animationOffset = animate ? m_walkOffset : Point(0,0); if(m_showTimedSquare && animate) { g_painter->setColor(m_timedSquareColor)...
  14. L

    [HELP] How to change nickname color in OTClient

    Its normal fangotten server i can download src and change it
  15. L

    [HELP] How to change nickname color in OTClient

    Im totally idiot i cant find it :O my server is forgotten server, sorry for me im tottaly confused On internet i was find it ////////////// Add common messages void ProtocolGame::AddCreature(NetworkMessage& msg, const Creature* creature, bool known, uint32_t remove) { CreatureType_t...
  16. L

    [HELP] How to change nickname color in OTClient

    It's from OTC: CreaturePtr ProtocolGame::getCreature(const InputMessagePtr& msg, int type) { if(type == 0) type = msg->getU16(); CreaturePtr creature; bool known = (type != Proto::UnknownCreature); if(type == Proto::OutdatedCreature || type == Proto::UnknownCreature) {...
  17. L

    [HELP] How to change nickname color in OTClient

    Hmm, what i need to do? I played a little bit and I came to it that I changed the color of mobs that have 100% hp, but it's an easy thing
  18. L

    [HELP] How to change nickname color in OTClient

    I want to only admins (group id 6) get GOLD nickname nad health color too i think its be good, other players will still have an old color
  19. L

    [HELP] How to change nickname color in OTClient

    Can u help me? :/ Im beginner in coding in OTClient
  20. L

    [HELP] How to change nickname color in OTClient

    Hiho, I need to change my nickname default color (green) to gold or red, i want the set groups or people to have a gold/red nickname color.
Back
Top