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

    UPDATE TO 10.97 TFS

    remove those 3 lines and it should work msg.AddByte(0x01); msg.AddByte(time(nullptr) + 3600); // time where offer expires msg.add<uint32_t>(offer.getPrice() + 10) // base price for offer
  2. gunz

    UPDATE TO 10.97 TFS

    I dont see you implemented new changes. Im on phone now so I cant help you
  3. gunz

    UPDATE TO 10.97 TFS

    Send your function here.
  4. gunz

    UPDATE TO 10.97 TFS

    Yes there is new message type for that I will post later cuz I am not on my working PC now. @silveralol Actually you can use the bytes I described upper. msg.add<uint32_t>(offer.getPrice()); to msg.add<uint32_t>(offer.getPrice()); msg.AddByte(0x01); msg.AddByte(time(nullptr) + 3600); // time...
  5. gunz

    UPDATE TO 10.97 TFS

    There are more bytes in the store. In store history you need to change. I use store in c++ but I hope you can edit in lua too. msg.add<uint16_t>(page); msg.AddByte((storeHistory.size() > entriesPerPage) ? 0x01 : 0x00); to msg.add<uint32_t>(page); msg.add<uint32_t>((storeHistory.size() >...
  6. gunz

    Solved Weird monster behaviour in TFS 1.1?

    You mean mainly problem with null pointers ? I would use similiar principe that database tasks.
  7. gunz

    Solved Weird monster behaviour in TFS 1.1?

    @Mark Sorry for opening thread again. I was thinking about running separate thread in TFS for pathfinding which could be used only in some occasions like this. The monster path would be always updated async. Do you think there may be some problems implementing this ?
  8. gunz

    Lua Changing amount of players that receive frag

    You need to change it in sources I think.
  9. gunz

    Programmer [JS and PHP] | 7 years experience | Professional consultant

    Hello! Good luck in your new job ! Anyway, is there some chance you would do some small tasks ? I would to implement dynamic validation for some forms on my site.
  10. gunz

    Programmer [Lua, C++] Freelancing for a limited time.

    Hello, i have one thing in C++ we would hire you for. Do you have some skype or other messenger ?
  11. gunz

    Dear Xinn, Mark, and the Open-Tibia community

    @Jo3Bingham Always thought you're one of the normal ppl from Xeno. Also special apology from Joswha would be welcomed because that shitstorm was probably started in his head.
  12. gunz

    Book of Lies - Joshwa's cynical game.

    Yes they always have to restart server to reset "cache" of one number
  13. gunz

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    I dont remember sorry. But it was my mistake because I havent copied the protocol changes carefully. Just follow the exact changes between protocols and it should work
  14. gunz

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    I think you can do it only per-target in LUA. So random is called for every target separately which is not good for critical area spells.
  15. gunz

    I was correct about OXServer.

    @Blinkz So the OFFLINE server with 900 online at top of the list is fine for you ? They simply sent fake information no matter if 900 players were online 30 minutes before. The sad thing is they even dont want to fix the problem.
  16. gunz

    Book of Lies - Joshwa's cynical game.

    I think nobody who runs some kind of OT-list do not want server that is OFFLINE to be at the top of the list. That's just shame for both sides. I am surprised of arrogant behaviour of the OX owners and that they cant realize that the custom stuff behind is simply wrong.
  17. gunz

    Xinn's Corruption & Discrimination

    I am surprised. I thought that guys just fix the server and its gonna be added again. Did they really refuse to fix such a thing ? Guys what is the point of sending 800 players online to ANY list when your server is down ? People from other lists can answer this question if they want their list...
  18. gunz

    I'm Banned from otserverlist :(

    I cant tell any bad on @xinn . Once he wanted us to prove him online people by showing him number of connections to the server using ssh and netstat. Everything was done through teamviewer. Was a little bit weird to give him list of IPs of our players but nothing bad happened after that. That is...
  19. gunz

    Compiling changes for 10.80

    I have already posted it over here. Try to search
  20. gunz

    [France] The OX Server 10.95 | Starts 19.06.2016 15:00 CEST

    https://otland.net/threads/no-otserv-support-advertising-in-here.18396/ https://otland.net/threads/a-warning-to-all-server-discussion-threads.168104/
Back
Top