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

    [Important] Most used protocol?

    here are the stats for servers @otservlist.org right now, and 8.6 at 244 servers is BY FAR the most popular protocol, followed by 10.98 at 31 servers: 244 servers - 8.6 32 servers - n/a 31 servers - 10.98 28 servers - 11.9 27 servers - 7.4 25 servers - 7.6 24 servers - 8.54 15 servers - 10.0...
  2. H

    Windows [7.6] Bictrainer on OT

    outcastserver.com has been running non-stop since 2004 and is still alive today.. so it's certainly possible.
  3. H

    Windows [7.6] Bictrainer on OT

    sure, in protocol76.cpp under void Protocol76::parseThrow(NetworkMessage &msg) find if(from_x == to_x && from_y == to_y && from_z == to_z) return; and replace it with if(from_x == to_x && from_y == to_y && from_z == to_z) return; if (count == 0x00 && from_stack...
  4. H

    [Important] Most used protocol?

    7.6 7.6 old habit.
  5. H

    Tibia Ghidra - software reverse engineering from NSA

    the decompiler seems to be much better than Snowman, this is good news for x64dbg (which currently uses the Snowman decompiler)
  6. H

    TibiaPW, Tibia acc/pass writer,

    it writes the default "account{tab}password" for you when you press F11. if you triple-click F11, you can choose a different default account. and the accounts are saved in a text file looking like this divinity76/TibiaPW (https://github.com/divinity76/TibiaPW/blob/master/src/accounts.txt)...
  7. H

    Tibia Clients

    idea 2: you can add all the files to a password-protected ZIP file. (you need special software like 7-zip or WinRAR to actually create *password* protected zip files, but windows explorer.exe supports extracting them, without any special software, since at least Windows Vista.)
  8. H

    Tibia Clients

    (Google's web crawler will not be able to click the "I am human" button. but real people visiting your site, will.)
  9. H

    Tibia Clients

    Until the google dipshit is resolved, you can fix it by using google, actually. require this to be solved before allowing people to download: https://www.google.com/recaptcha/intro/index.html
  10. H

    Tibia Clients

    every single file gets 404 from here. both in firefox and chrome, and from a server with wget..
  11. H

    Real Tibia Letters for Gesior ACC News

    this is cool, thanks dude! function TibiaFirstLetter($str){ $tmp=$str[0]; $tmp='<img alt="'.$tmp.'" src="letters/'.strtoupper($tmp).'.gif" />'; $str=substr($str,1); $str=$tmp.$str; return $str; } function TibiaAllLetter($str){ $ret=''; $str=str_split($str,1); foreach($str as $chr){...
  12. H

    [7.6] -- TFS, Avesta, YourOTS, Neverland, RealOTS (outputmessage.cpp) fixing...

    actually i downgraded a 772 OT to 7.6, and even that was quite a challenge
  13. H

    Solved How to get multiples values from mysql tables?

    remove the LIMIT X to get more results.. ("LIMIT 1" basically means "give me the first result only") i've got no idea how getDataInt("id") treats multiple results though :/
  14. H

    [Gesior Acc] Best counters - nice look

    (mods please merge) also, i guess the code i found in createaccount.php is related: <select name="reg_country"> <option value="">(Please choose)</option><option...
  15. H

    [Gesior Acc] Best counters - nice look

    stupid forum still don't allow me to edit post, can a mod please merge them? anyway, <?php $config["languages"]["Norway"]="no.png"; $config["languages"]["Sweden"]="sweden.png"; ?> will make Norwegian and Swedish work... still don't know what the other languages requires tho
  16. H

    [Gesior Acc] Best counters - nice look

    Stupid website dont allow editing posts, anyway... config/languages.php is Supposed to contain something like <?php $config["languages"]["norway"]="norway.png"; $config["languages"]["sweden"]="sweden.png"; ?> ~, but i dont know exactly what
  17. H

    [Gesior Acc] Best counters - nice look

    He says we are supposed to include config/languages.php and doesn't say what it's supposed to contain... your instructions are incomplete!
  18. H

    Lua Limit of attack speed

    what? did cipsoft put a client-sided limit on attack animations? since when? x.x wasn't like that before i would check if disabling that stupid bandwidth-protection shit in the new servers will help
  19. H

    Tibia Autumn Patch

    cipsoft fucking up pvp again, isn't the first time, more like the third time... any1 surprised? o.0
Back
Top