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

otc

  1. MatCollier

    Solved Adding more tiles to game window - OTCv8

    So, I followed a lot of tutorials about adding new tiles to the game window. I made the required changes on my source. Currently using: static constexpr int32_t maxViewportX = 11 + 4; //min value: maxClientViewportX + 1 static constexpr int32_t maxViewportY = 11 + 4...
  2. /Liro

    Anyone could help? [OTCv8] Aim on battle list is unreliable #gamebreaking

    When aiming on battle list, if the creature is moving, the client often targets the floor tile where the creature was instead of the creature itself, which causes the server to return RETURNVALUE_CANONLYUSETHISRUNEONCREATURES if the rune requires a creature target. I've tried offsetting to...
  3. lukatxd

    Does OTC work with TFS?

    So, I've created a small server to mess with my brother last year but was a TFS 1.3 downgraded by Nekiro to work with tibia 8.6. But now I want to use OTC, because it supposedly has more room to create stuff as I've read. The question is what server/distro should I use to launch a server to be...
  4. Totten

    Center Image (Sprite)

    Hello, I have a problem, I need to centralize the image of the characters and following the @4drik tutorial center creature img (https://otland.net/threads/center-creature-img.254934/) the problem is that now the right side of the character is under the floor. How can I do to write the...
  5. Ascuas Funkeln

    [MOD]Big number separator by commas(Skill window)

    Hello Otlanders, Add in modules/gamelib/util.lua function comma_value(n) local left,num,right = string.match(n,'^([^%d]*%d)(%d*)(.-)$') return left..(num:reverse():gsub('(%d%d%d)','%1,'):reverse())..right end Change value of you modules/game_skills/skills.lua (if you have basic...
  6. M

    OTClient OTclient terminal invalid id item

    Hey guys i have problem on my ots with OTHire 0.0.3 engine, i have debugs in on place on map Logs from OTC terminal : ERROR: Unable to send extended opcode 1, extended opcodes are not enabled ERROR: Unable to send extended opcode 201, extended opcodes are not enabled ERROR: ProtocolGame parse...
  7. doom34

    [Mexico] [CUSTOM] Imperial Age Online - OTC

    Imperial Age Online brings some mechanics from classic mmorpg games like Mu Online or World of Warcraft. Ip = imperialageonline.servegame.com Port = 7171 Web = Imperial Age Online (http://imperialageonline.servegame.com) Exp rate = x15 Server Features: At level (20) select your PvP mode --...
  8. Nu77

    [C++/Lua/Sprites] Null's Services

    Hello people! I’m available to commissioned work and Long/Short term. I'm a programmer very experienced with C++ and Lua. If you are seeking quality with good prices, then i'm your guy! I'll be able to work with both TFS & OTC and provide high quality code with awesome performance for both of...
  9. M

    [help] Problem with loop in sound

    Hello, how can i set not to loop ? function playSound(sound) rcSoundChannel:enqueue(sound, 0) setLabel(clearName(sound)) end function onExtendedOpcode(protocol, code, buffer) local path = "/sounds/"..buffer if g_resources.fileExists(path) then playSound(path) end end
  10. TWTibia

    Team New server looking to hire a competent Team. Serious Applications Only, Fair and Good Payment.

    TOTAL WAR TIBIA FULLY PVP FOCUSED SERVER EXCLUSIVE NEW EVENTS SYSTEM GLOBAL AND CUSTOM GAME MODES SEASON REWARDS WITH RL MONEY 24HOURS TWITCH CHANNEL BRINGING COMPETITIVE PVP TIBIA TO A NEW LEVEL JOIN OUR TEAM TODAY AND COME BE A PART OF A NEW ERA OF TIBIA PVP Greetings everyone from...
  11. E

    Otclient EXP BAR

    Hello everyone, i want to request a otclient modules, which show top from chat like that image I think its a sample module but i dont know how do, thanks for the support
  12. elnelson

    Programmer [3 usd] DirectX working OTC build.

    I need someone who can build a working OTC with directX for 8.6 only if possible will pay 3 usd. interested inbox on fansite in my signature.
  13. Theofar

    Programmer Looking for a C++ devel with OTClient experience [PAID HOURLY]

    Looking for a C++ devel with OTClient experience to fix my OTC protocol issues: 1- client dissconects every time, I sniffed my connection and saw server closing connection with client (probably by receiving bad packet) 2- some modules packs, data and sprites, doesn't works together, client get...
  14. Angel Of Death™

    [FRANCE][CUSTOM]DarkTibiaFun - fast attack

    Ip: darktibiafun.tk Website: Latest News - TibiaFun *~ Client: OTClient Uptime: 24/7 so far unless theres an update serverinfo: Server info - WorldOfTibia Exp rate:10x Skill Rate:10x Magic Rate:10x Features: -Fast Attack -AutoLoot -Market -Stamina -Offline Training -Mount and Addons -Party...
  15. S

    Only loginserver with OTClient

    Hi guys, Is there any way to make players can only login in server with Otclient? I tried to send a byte in protocollogin that cause debug on the CipSoft main client and works in OTC, but i did not find one byte that worked that way (It causes debug on Cip Client and crash the OTC ). Any idea...
  16. S

    Ways to protect OTClient

    Hi guys, Is there any other way to protect the OTClient files against copy? (data/modules/init) I have tried this: ShovelKnight Free OTClient protection Its good, but have so much limitations (i cant use my own otclient.exe with new functions, etc...) Any idea? Thanks!!!
  17. S

    Insert a text in console

    Hi guys, I've been trying to add text in this position (red) without success: How i can add? It would be quite simple text, just a writing: WASD Thank you!!!
  18. elnelson

    C++ [OTC] RSA Key.

    Hello, otlanders. I have a wonder, how can i set RSA key so players must use my custom client to log in? in using retail OTC and tfs 0.4
  19. N

    [JOBS] Looking for someone who can do this... (Paid of course)

    Greetings, We are still looking for someone who can do one (or more) of these tasks. We need: - An autoupdater (we are using OTClient if that matters in this case) - Some form of Encryption - In game item shop (We are using 10.7X if I'm not mistaken and remember we're talking about OTClient)...
  20. Z

    Attached magic effect

    Hello, I've found Mehah's post in OTC Showoff : Animated GIF - Find & Share on GIPHY How can i attach (and loop) magic effect to character? Is it ready solution in OTC? Maybe someone can guide me how to create it?
Back
Top