• 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!

Recent content by danilopucci

  1. danilopucci

    CipSoft binary sector converter tool - Tibia 7.5 real map

    There is a bug on the converter, it is related to the skip bytes logic! I have seen it happens in some ghostland sector and now on this one! I will try to fix it, but I got no time for a couple of weeks Would be awesome if you find another samples and report it with the sector file name, it...
  2. danilopucci

    CipSoft binary sector converter tool - Tibia 7.5 real map

    Thank you for clarification about the map version @kay! Also, to kind of prove this, @karacamassa reported me something wierd that he spotted, look at the stacked ovens: This video, from EO is from 7.55 and there is no stacked ovens: But this video from 7.4, it is there Guess what...
  3. danilopucci

    CipSoft binary sector converter tool - Tibia 7.5 real map

    I'm hyped and really happy to see you guys so engaged with this! It’s awesome to see that my post sparked such interest and a collective effort to uncover mysteries, fix bugs, and finally reach a solid version of a map close to 7.4—and most importantly, convert it into a playable OT map...
  4. danilopucci

    CipSoft binary sector converter tool - Tibia 7.5 real map

    Hello community, Today I would like to share something very interesting that I have been working on couple of days: CipSoft binary sector converter What is binary sector map? Well.. lets start from the beggining :) A couple of days ago, my friend @Way20 (a.k.a. WooX) mentioned something...
  5. danilopucci

    OTClient [SEARCHING] Anyone has Item Editor for 7x~8.0 versions?

    I have added support for older versions on the oficial Item Editor, but it was never merged to it. https://github.com/danilopucci/ItemEditor/releases also you can try this one, which is all in one: object builder, item editor etc https://github.com/punkice3407/ObjectBuilder/releases/tag/v0.5.7
  6. danilopucci

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    Now that all dramas looks to be stopping and even Ezzz is helping with questions on this thread, here is the solution with the mess with maps in TVP, here you are the solution that I have been using for like 3 years: For simplicity, just use the TVPMapEditor that is attached somewhere in this...
  7. danilopucci

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    int32_t Weapons::getMaxMeleeDamage(int32_t attackSkill, int32_t attackValue) { if (g_config.getBoolean(ConfigManager::USE_CLASSIC_COMBAT_FORMULAS)) { int32_t maxWeaponDamage = attackValue; int32_t formula = (5 * (attackSkill)+50) * maxWeaponDamage; int32_t rnd =...
  8. danilopucci

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    Hello guys, I have just pushed a multiworld proxy support to client https://github.com/OTAcademy/otclientv8/pull/66 It allows you to connect to multiple alpha-proxy instances on server side, which could be used to run multiple gameservers (in the same VPS or not) There are a more detailed...
  9. danilopucci

    ClassicOT - Authentic Tibia 7.10 Built on the Decompiled 7.7 by Fusion32

    It is not about the year it was developed, it is about professional and planned work
  10. danilopucci

    Tibia 7.7 Server Decompiled

    This is amazing! Since @kay started talking about reverse engineering (or decompilation for those who got offended in other thread), I have started something like this for four or five times to figure out how CIP used to implement things... But I never got too far! Seeing this released feels...
  11. danilopucci

    [USA][CUSTOM] Tibiara | Real Engine 7.4/8.0 | 1x Long Term | Hardcore | Smooth Client | 14th March

    Hey, @Ezzz, despite of all the polemics about the RE code, I have tech questions here: I saw some posts about vertically scaling, was this due the gameserver performance or some other problem? I read that and I was just wondering how is the performance of this server, just because cipsoft used...
  12. danilopucci

    CipSoft just mass-deleted thousands of players (top-levels)

    I think this move of Cipsoft in order to get rid of the job-players will affect even more OTServers. Actually I think it is already affecting... Nowadays OTServers are just about people farming runes to sell, or selling "services" to up level. For job-players, it is perfect world, just because...
  13. danilopucci

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Nice!! Are you guys going to sell it or host a gameserver?
  14. danilopucci

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Oh really? I didn't know about the zip file lost in drive. I always though about this, because usually (and imagine in 2005) you compile the code inside the production machine, so if Toor got access to the binary files, probably he got access to the source too. Or if he got access to all the US...
  15. danilopucci

    does anyone knows an oldschool war server?

    You begin at level 30 with some equips and infinite runes. 100% kill If I recall correctly, you need to create a character in the WAR world
Back
Top