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

    OTServ in other programming languages.

    Hard is not the right word here. Time consuming if anything. Is it boring? That just depends on person.
  2. LooSik

    Keep Alive?

    Hehe, it's definently fun to start over in different language. It requires buttloads of time tho... I don't really have that much of spare time, so it will take quite a while for live server :D
  3. LooSik

    Keep Alive?

    I've noticed that I'm dropping connection whenever I'm not getting any serverside packets for a while. Is there any particular check/packet that keeps the client connected? I've looked around, but couldn't find anything related. Regular client keeps me online just fine, while the otclient drops...
  4. LooSik

    OTServ in other programming languages.

    I'm just wondering, have anyone attempted to go further than basic features showcase (Jiddo with his jOTS) with the full rewrites in other languages? Or everyone still sticking to the C++ nowadays? Personally started a private project to write everything from scratch in Java with some bases of...
  5. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Thing about this files tho. If you can't get them to run on yourself, they are probably not worth your time to invest. In order to host these files at all for other people you need some ASM knowledge to modify the game exectuable file to suit your needs, decent linux & c++ & web/php knowledge as...
  6. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Mana/Health regen amount localized. https://i.imgur.com/LPrDGiC.gifv It does seem to be changing the ring of healing/life ring regens amount as well. And I don't think those can be separated.
  7. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    first entry of Skill = is level
  8. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    You can uncompile binary - with hex-rays plugin it lets u also convert functions into somewhat readable c-pseudocode, then you can keep going in pseudocode to change wrongly identified variables or structs to find out what the actual function does. The naming of the functions itself are mostly...
  9. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    For me it looks like missing configuration in .tibia file in home directory. You need to edit the paths there to be absolute. Mostly IDA Pro with Hex-Rays decompiler.
  10. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Ok so after more hours of digging assembler - skill rates are totally adjustable ^_^. proof of concept - that would translate to 10x on rookgard: https://i.imgur.com/jt5jwRc.gifv I am also suprised to see that actual percent factors of the skills for each vocations are actually right matched...
  11. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Try to login with other browser to the cloud. On side note anyone successfully connected with OTClient to this? I've updated RSA key but it doesn't seem to be doing the trick. XTEA encryption errors on gameserver join.
  12. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Oh the raid summon command is alveo mas res "evt_filename. Didn't notice before in assembly there is not resolved identifier.
  13. LooSik

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Intresting stuff, I've looked around the binary file and it seems like spell power is calculated completly different to what's currently known. Too bad after spell rework those formulas are no longer valid (unless they only changed the affect of the level/maglevel and left power untouched), but...
  14. LooSik

    Any good OT soon?

    Yeah I've never released any of the files or sold it to anyone. Project just died due to me lacking time/money to fund futher development. Eloth was self-funded for all the time, and back then servers were super expensive compared to now. Then couple DDoS'es and lack of resources to fund futher...
  15. LooSik

    Any good OT soon?

    Eloth. Damn almost 8 years later people still remember ;D
  16. LooSik

    Security POT security warning!

    Well yes, I've got this fix since ages. But I'm getting just even more depressed everyday about people's mysql knowledge which is... I won't even comment it. Even if someone has password, but mysql is set for localhost connections only or mysql port is blocked on firewall, he can do shit ;)
  17. LooSik

    [Germany][8.42] Upcomming Eloth V3 - 1st June

    It really is... While Apache peaked and leaked i run now Lighttpd + Spawn CGI + FastCGI PHP5 which runs like a charm.
  18. LooSik

    Kto mi zrobie pare żeczy ,Gwaratowany Reput

    zomg reput!
  19. LooSik

    [Germany][8.42] Upcomming Eloth V3 - 1st June

    So why you wasted your priceless time to write a worthless post ? :)
  20. LooSik

    [Germany][8.42] Upcomming Eloth V3 - 1st June

    Eloth V3 Phoenix Edition As some of you heard we're soon launching Eloth V3 which is a third edition of Eloth! We're happy to announce that we made a milestone progress since V2 was released, we've fixed countless of bugs, added tons of missing features and quests, added many npc's with fair...
Back
Top