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

    BUG SEGMENTATION FAULT ( GDB )

    post your onLook function.
  2. slavi

    Castro AAC

    I'd like writing posts using markdown (honestly very great feature). Which gives you comfortable writing. If you want to add it, here is a PHP markdown renderer (written by me). To get the javascript one (use SimpleMD) it's honestly one of the best plugins. Edit: This also may work: Bootstrap...
  3. slavi

    Windows Tibia 11 login problem

    1- Tibia 11 needs a php ajax file (it's working like flash client [login]) 2- Tibia 11, starting from version 11.10, needs world identification. ( you need to know what the fuck is that :D). Just to know the world before sending onConnect or any other details. Tibia sends UTF-8 characters...
  4. slavi

    Djarek cast system TFS 1.2

    I will merge the code as soon as possible! The problem still remains in linux, i will try to take a look on it as soon as i prepare my linux server.
  5. slavi

    Djarek cast system TFS 1.2

    Well, i fixed it for him privately on windows while another error still occurs on linux which i can't really look deep onto it until someone with more experience does. I waited for djarek & rainsalt to respond giving a tip or whatever to fix it. Yes, the issue occurred when logging out because...
  6. slavi

    Djarek cast system TFS 1.2

    Guys, i assume my cast currently have a bug and i can't really work on it right now, so maybe someone could fix the datarace as it's really a risk of server-crash.
  7. slavi

    Project and we have places open to scripts and moon mappers

    :) To qualify for the job, all you need is to be a good scriptwriter and make you code readable and easy-editable.
  8. slavi

    [Tibia 11][Protocol 11.10] Inspect and VIP Groups

    -- Completion to the thread, New Client Packets: Set VIP Group: 0xDF uint8_t type = msg.getByte(); // type 0 : remove, type 1 : add std::string groupName = msg.getString()
  9. slavi

    [Tibia 11][Protocol 11.10] Inspect and VIP Groups

    in sendVip why would i send the whole groups instead of the current group ONLY. in parseEditVip why would I recieve the whole groups instead of just the group id of the player. -- Edit, as I read it seems like the character can be assigned to different groups at the same time, that's the reason...
  10. slavi

    C++ Crates - Everyone sees different

    Ofc, you can view an item to player and another item to another player ( same idea done in expert PvP magic fields ) I.e someone sees a magic wall in yellow while other sees it in blue! To do that, you need to create a custom function in NetworkMessage::addItem(Item* item) then replace...
  11. slavi

    Programmer Offering programming job

    [Thread is available now, sorry for the long absence and people that i delayed! -- Thread state is now ON, i will be available for jobs until the 1st of march! 5hrs/day] Last Update: 7:50 1/6/2018 CEST Hello! I'm offering to do some jobs from now until the first of October. I accept easy...
  12. slavi

    Celesta Thread

    I wish it was a pvp world!! I don't want to remake an account an higher it again :D
  13. slavi

    How lock /block my spr/dat file to don't be thief?

    @Felipe93 I am the one who did the encryption for Nastaruis, but ofc you need to find your way to encrypt things. bssh, i am here to tell you not to ask people how to encrypt, because this will broke his security!!
  14. slavi

    Paid Job Editing OTC UI

    Hmm, specify if you are looking for a graphic designer or integrate a ready UI into the client itself. If it's to integrate, then i am on it next Thursday!
  15. slavi

    C++ Effects keep repeating

    As told, this has to do with client-side. Try to add extra ones on previosuly nonused effects.
  16. slavi

    Imbuiment System tfs 1.2

    Which I mean that u said u made it available for free while u already take free sources made by others and referred it to your self. Dont act like u made even a huge progress here while I dont see a single benefit of it. I don't blame that u took any sources from anywhere but don't refer it to...
  17. slavi

    Imbuiment System tfs 1.2

    To be honest modules is not supposed to be used like that otherwise you won't get benefits and will struggle sometimes with some connections with other functions in items for example. When I first made it was used to creatr premium store which has to do with market. That caused me to move market...
  18. slavi

    Imbuiment System tfs 1.2

    You are copying-pasre my modules.cpp without credits
Back
Top