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

    RIP CodexNG

    Hello OTLanders, I know it's a little late but I come to inform you that CodexNG has died. He passed away on June 14, 2019 in New Jersey, NY. Most here are aware of his situation with the community, he wasn't really liked by many amongst us. Still I think that everyone here deserves the...
  2. Okke

    IMPORTANT! All Notepad++ users!

    You could just go with vim: welcome home : vim online (https://www.vim.org/) Just memorize this cheatsheet and you should be really fast doing whatever you need to do on a text editor: Best Wishes Okke
  3. Okke

    top exp day

    Hello Dogrinha, that will depend on how you save experience values to your database. I won't really help further on this task as OTX is just a big chaos and I don't really feel like going through messy code just for fun. The php part shouldn't be hard, it's just a select query to your...
  4. Okke

    Programmer Looking for a programmer to do some RME modifications

    Hello nugo, start a repository on GitHub and I'll contribute when I have some free time. Best Wishes, Okke
  5. Okke

    Wand and Rod

    Hello bpm91, in theory you should simply add the mana spent on the wand / rod usage to the manaSpent value of the player. Best Wishes, Okke
  6. Okke

    OTClient Open Website

    Hi .Smile, os.execute("start http://otland.net") The above would do the trick, perhaps not on the .otui file, use Lua for that. If you find that not elegant enough due to the console showing up and starting the browser directing it to the desired page you might also use the function openUrl...
  7. Okke

    Problem with runes

    Hello Rodrigo, I remember messing with that distro as we were working together :) Check your spells.cpp file - we might have removed an important piece of code if you want to use runeCharges. It should be something similar to this piece of code that you can find here...
  8. Okke

    Tibiantis - reversed old Tibia project - discussion thread

    Both movies are not from Tibia 7.4, also what is the point of the monsters spawning clockwise or not, they cannot spawn when you're standing there anyways. My simple opinion and some thrown facts and a picture are just enough for you to call me highly ignorant and my memory biased, I no longer...
  9. Okke

    Tibiantis - reversed old Tibia project - discussion thread

    How are you supposed to remove or lure any minotaur from their spawn point? Here is a picture showing their spawn area (yellowish area), the map has been compiled from the real .sec files and contains information about the spawn area: There is no way of pulling them out of there alive, so...
  10. Okke

    Tibiantis - reversed old Tibia project - discussion thread

    I believe only in code I read or reverse-engineer myself, sadly there is no 7.4 binary engine out, believing pictures is just pointless, you'll never know the very truth without the code. I still think that, if overspawn was ever a thing, within 3 years from 2001 to 2004, since the 7.1 version...
  11. Okke

    Tibiantis - reversed old Tibia project - discussion thread

    You indeed don't have any memories of that occurring, because that is just a mere superstition. Reverse engineering on their leaked binary from 7.7 showed that spawns were dynamic, but not so much, they would have their spawn time rate based on how many people were online at a certain time...
  12. Okke

    Problem with compiling CAST client 12x

    Hello Zak.Tibiam, Have you tried to add sendInventoryClientIds to the ProtocolGame class? Best Wishes, Okke
  13. Okke

    [France] Voidcore 7.4 - Official Start on Friday - 12.01.18 - 18:00 CET

    Hello @itoxblade, I've been working quietly for the last 2 years on Voidcore, not full time but I got it to a completely another level. I won't lose too many words here for now, but I made sure to rework certain structures and strategies. The next time Voidcore goes live for everyone, it should...
  14. Okke

    Busco proteção para sprites old client.

    Hello calldeer, as far as I know there is no good encryption / protection to be used with the old client as we don't have the old client sources. If you want to encrypt your files use OTClient as a default, it's possible to do many things with it, including sprite encryption. Best Wishes, Okke
  15. Okke

    C++ ERROR!! Need geek c++

    Hello Svira, You haven't linked the library correctly, there are a few ways to solve this, either reinstall it and hope it gets linked by the system or you have to locate it (usually inside /usr/local/lib, /usr/local/lib64, /usr/lib and /usr/lib64) and either path it or enter the path on your...
  16. Okke

    Help me understand skill experience

    Hello Nostalgian, your question is better left unanswered, you'll have to either way send the information from the server to the client from how many tries the player has already hit (just like every other skill ability), to save such a thing locally makes just no sense at all. Get OpCodes...
  17. Okke

    OTClient disappearing stairs

    Hello there Makin, There are a few solutions to this, try messing with your items.otb and the stackposition of the blood pool / splash, I think if you set it to stackpos 2 it will be fixed. Best Wishes, Okke
  18. Okke

    [Tool] OTUI Editor

    Hello there, can't thank you enough for such a tool, it might come in handy for lots of people trying to get rid of cipsoft's client, simply excellent. Best Wishes Okke
  19. Okke

    [Germany] [7.4] OverBash - RATE 5x - GlobalMap - with SOUNDS, snow, rain - STAR WARS events - Start: [28 August 12:00h UTC-3]

    I think Adposatnr knows pretty much what he's talking about, he's an experienced player. But I'm just throwing this out there, I have nothing to do with any of this!
  20. Okke

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I haven't been rude but honest, the reason for it is that such a conversation will go on forever bumping a pretty much "dead" and uninteresting thread, just as we're doing right now, also those comments have no use to the community in general, sorry if I sounded rude, from the bottom of my heart ;)
Back
Top