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

    C++ Walk over not walkable item/tile

    @Rombadr also didn't work This only removed that ingame msg like There's not enough room etc
  2. C

    C++ Walk over not walkable item/tile

    @Cosades //check if we can move the creature to the destination ReturnValue ret = toTile.queryAdd(0, creature, 1, flags); if (ret != RETURNVALUE_NOERROR) { ret = RETURNVALUE_NOERROR; return ret; } I have compiled like it just to test, but I still cant walk over...
  3. C

    C++ Walk over not walkable item/tile

    TFS 1.3 Does someone know where in the source the code checks if the player is trying to walk on a not walkable item/tile, etc?
  4. C

    How to print source value to OTClient?

    In TFS i use std::cout to print a source value in console, how i can do the same in OTClient? I have tried std::cout too but it dont print anything in OTC console.
  5. C

    Change stack of few items to value 100 or different TFS 1.3X

    @Perun I did some source edits in tfs and now i can stack items from 100 to 255, but cant pass it. My doubt is on it: "change item count from uint8 to uint16 engine side " And changes needed to dat and otb~
  6. C

    Compiling Changing TFS 1.4 client version

    Anybody? is possible edit source of tfs 1.2 or tfs1.3 to run with client lower 10.56?
  7. C

    Compiling Changing TFS 1.4 client version

    I have the same doubt could someone help please? I'm trying allow client 10.56 using tf 1.3 source.
  8. C

    [10.77][TFS 1.2] ORTS, a real map project

    Does anyone have a tutorial link in how to compile server source? i mean i want change it to run with client 1031. I'll need change anything more than those lines in definitions.h ?? I downloaded visual studio community 2015 , what i need do before hit compile as release x64?
  9. C

    Spoof otclient version

    To game, i can get into the character list.
  10. C

    Spoof otclient version

    Not a "bot", but a tool, nothing related to botting. As the new client changed and i cannot manage to make the tool work with it, i need spoof my old client version to be able login into the game again, as it detects i'm running a old version. I can pay for a tool for spoofing ot client...
  11. C

    Spoof otclient version

    How could i spoof OTtclient version? I'm playing a otserver and in their latest patch they updated the client, and i cant login anymore with the outdated version.
  12. C

    Remeres map editor, border problem!!

    Please help?
  13. C

    Remeres map editor, border problem!!

    Both borders in the image have id 4: <border id="4"> -- water -- How do i edit in the ground.xml to when the border number 1(red, direction=CSW), math with the border 2(blue, direction=DSW), change automatic the border number 1 to other border with ID 5120. Border 1 <borderitem edge="csw"...
  14. C

    Deprecated items in item editor

    Im editing the items.otb First i changed the items in object builder from id 100 to 110 Compiled they in new spr and dat Load that spr and dat into item editor But when i open the .otb in item editor some itens are corrected and others are in deprecated like you can see in photo item id 100...
  15. C

    Hex for 8.42

    How i do that in tibia 10.53?
Back
Top