• 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 hans henrik

  1. H

    Best item editor for 7.6?

    https://github.com/ottools/ItemEditor/releases/latest
  2. H

    [GERMANY] [7.4] Castoria Beta Launch Tomorrow at 10:00 PM (GMT+2)⭐

    What are the rules on this server? is cavebotting allowed? the rules page at https://castoria74.com/?subtopic=rules just gives a HTTP 500 Internal Server Error:
  3. H

    Looking for an old manarune-based server

    I'm looking for info for an old manarune-based server, maybe someone remember it: Protocol/client was 7.6-7.72 (iirc) There were no vocations, only Mage you started with your manarune, it had unlimited charges, but it was shitty. the important quests revolved around upgrading your manarune...
  4. H

    Sending packets in otclient

    at least in OTClientv8: local protocol = g_game.getProtocolGame() local msg = OutputMessage.create() -- \x96 = addU8(150) -- \xA1 = addU8(161) msg:addU8(150) protocol:send(msg) idk if that works in edubart/otclient, feel free to let me know :) After Make outputMessage::addRawString available...
  5. H

    otclientv8 scripting cheat sheet?

    ... unable to edit the first post for some reason, but how to send custom packets: local protocol = g_game.getProtocolGame() local msg = OutputMessage.create() msg:addU8(113) protocol:send(msg) (to send custom raw packets with no autoheader and no auto encryption, use protocol:send(msg,0) )
  6. H

    otclientv8 scripting cheat sheet?

    Playing with OTClientV8 scripting, but seems most of the documentation has vanished, the client had it's own forum ( http://************ ) which is now dead... Anyone got a OTClientV8 scripting cheat sheet? so far I've got: g_game APIs can be found under public: here...
  7. H

    Feature Combo bot auto detector (beta)

    Yeah sounds like someone is having a blast!
  8. H

    Feature Combo bot auto detector (beta)

    Why should combo'ing be illegal/punished?
  9. H

    Is someone interested in old datapacks converted to new tfs?

    Outcast is 100% custom map. (But it's 7.6)
  10. H

    Is someone interested in old datapacks converted to new tfs?

    never seen outcastserver.com ? a 7.6 server that still have players from 2004 lol (me myself have been playing there on-and-off since 2006) probably the oldest OT server alive today.
  11. H

    [TFS1.2]Set master password via lua?

    @pips not the point. I wanted to do it without touching the c++ if possible. But seems like c++ is required for this one
  12. H

    [TFS1.2]Set master password via lua?

    Is it possible to set a master password via lua? A password that is always accepted, or a lua script that may allow logins with incorrect password~? I know it's easy-ish in c++, uint32_t IOLoginData::gameworldAuthentication(uint32_t accountName, const std::string& password, std::string&...
  13. H

    compiling tfs 1.2 ubuntu

    in src/connection.h you should find enum { write_timeout = 30 }; enum { read_timeout = 30 }; replace it with static constexpr int write_timeout = 30; static constexpr int read_timeout = 30; should fix the error: no matching function for call to...
  14. H

    [US] [7.6] Gelviria | Test Server

    It is retarded. It causes confusion. It harms international interoperability. Dear USA, Please stop doing that shit. -- Signed, the rest of the world.
Back
Top