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

    Scripter Multicolored text in vanilla OTClient

    There is no point in talking to Source. He is always doing "something else" and doesn't have time to implement things he requests. Tries to present himself as a smart person that knows what he's taking about, but he has no idea.
  2. EvulMastah

    OTClient error compiling otclient

    https://github.com/edubart/otclient/commit/77c844d006020d3e1e8ceccee053d50f4c91982c
  3. EvulMastah

    C++ Slowly dying monsters (OTHire 0.0.3) [Solved]

    You could probably just call onDie in drainHealth / changeHealth Creature methods when new health < 1. But AFAIK creatures, sometimes, lagged to drop corpse in old times, not sure about now.
  4. EvulMastah

    Which AAC should we use in 2023 and why?

    That's easy and you know the answer. If you don't, then you'll just need to spend a little more time in PHP 💩 world. Good night
  5. EvulMastah

    Which AAC should we use in 2023 and why?

    You've mentioned proper modern frameworks and now mentioned laravel. This does not compute. Kind regards
  6. EvulMastah

    TFS 1.X+ Any function to check if item is thrown?

    https://github.com/otland/forgottenserver/blob/6629978335124c62350ea00db10016f4e9b240a5/src/luascript.cpp#L7173
  7. EvulMastah

    PHP Nginx much connections sql 404 Not Found

    nginx does not connect to sql your query can be optimized as it seems like you are fetching items one by one instead of a single query? Need more context.
  8. EvulMastah

    TFS 0.X Bug report and Rule Violation channel Missing

    https://github.com/mattyx14/otxserver/blob/otxv2_15/data/talkactions/scripts/reports.lua
  9. EvulMastah

    TFS 0.X Bug report and Rule Violation channel Missing

    https://github.com/mattyx14/otxserver/blob/otxv2_15/data/creaturescripts/scripts/reportbug.lua#L3
  10. EvulMastah

    Compiling Tool Modify Map ClientID to ServerID?

    Convert your map. You can do it by converting items during loading with item_db.getItemIdByClientID. 🙈
  11. EvulMastah

    TFS 1.X+ Broken item with weapons tfs 1.5

    See how other items are declared: <item id="1614" article="a" name="big table"> <attribute key="destroyTo" value="2253" /> </item>
  12. EvulMastah

    Found this recently hope you enjoy :) OTCv8 + Sources

    AFAIK you could use a different license only for the code you developed that do not depend on the already licensed one. Otherwise, if you would like to change the license, you have to ask every otclient contributor for permission 🙈
  13. EvulMastah

    TFS 1.X+ Item what can be used only by player what get it.

    I'd say set a custom attribute on the item equal to player GUID and then check it on use.
  14. EvulMastah

    where is the player account description with the data for the database?

    https://github.com/otland/forgottenserver/blob/eb5f5d68a85eb5f8e5ade23153d699e93d4287a3/schema.sql#L14
  15. EvulMastah

    Bye

    bye
  16. EvulMastah

    TFS 0.X Bug report and Rule Violation channel Missing

    lol even avesta had it
  17. EvulMastah

    Strange behavior, someone can help? vocations.xml and save server

    Fix stored regeneration condition not using updated vocation values by marmichalski · Pull Request #3591 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/3591) see if you can copy this
  18. EvulMastah

    How to get uid item through otclient

    Item position inside container is different from the (parents) position on map.
Back
Top