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

    TFS A* Algorithm :D

    Pathfinding should only be updated when the target or follower moves. We should only need to update the path for the follower on players because they are the only one that can move off the path they are given to follow. Which is also something I checked for inside my version. All of these...
  2. Itutorial

    TFS A* Algorithm :D

    To sum it up. 1) Marks "solution" was a work around and it was a very slow work around. Mainly because of how slow TFS pathfinding is. 2) My solution only has bugs because there is code in TFS monster behavior that works with the current pathfinding system. It needs to be updated to work...
  3. Itutorial

    C++ Cast system tfs 1.3/1.4

    The issue is the libraries you are using. Make sure you have followed the compiling tutorials correctly. I believe this was TFS 1.3. You aren't linking something right which is why it is a LNK error. You will see this if you are using the wrong version of boost for example.
  4. Itutorial

    Important news

    What is the canary engine?
  5. Itutorial

    Webdesigner Javascript Python React Web developer

    Now that you mention it I guess I will remove the project and link. Wouldn't want someone abusing the demo site
  6. Itutorial

    Webdesigner Javascript Python React Web developer

    Yeah I suspected if anything someone would want just a couple features added into an already existing site like znote, ect. Mainly the JavaScript would be their interest I would imagine. I also seriously doubt redux would ever need to be used for a tibia server. Which is showcased in the...
  7. Itutorial

    Webdesigner Javascript Python React Web developer

    Yes that is true. There is a lot that would be needed for this project to be ready for production. Again the real idea is just to show what the front-end can look like for users. You would be able to do a lot of things to this demo website using .fetch in your browser.
  8. Itutorial

    Webdesigner Javascript Python React Web developer

    Not sure what you are asking. It is intended to be as it is because this isn't an actual project. It does show case the functionality that can be done on the clients side which is all I was going for. By no means is this something that would be ready for production.
  9. Itutorial

    Webdesigner Javascript Python React Web developer

    If anyone is interested in using some of the most modern website development tools for their game/server I am open and looking for work. I can offer the latest tools for front-end and backend development. Including modern styles of database data encryption. CSRF protection and responsive...
  10. Itutorial

    Host a server

    Careful who you talk too. That is way more than enough for a tibia server :D
  11. Itutorial

    felipe93 is thief BECARFUL

    Was this an insult or just stating a fact?
  12. Itutorial

    Some thoughts on the community openness direction

    Honestly this community, other than maybe the contributors to TFS right now, shouldn't get anything ever. I don't have time to work on TFS but when I do find a little time to squeeze something out it is just met with people, who can fix the code, just shit posting about everything wrong with it...
  13. Itutorial

    TFS 1.X+ Promotion is not being added to player in spite npcs recognize this player as promoted

    You probably removed the code in login.lua that resets premium status.
  14. Itutorial

    AI tools in programming, cool addition even for Open Tibia?

    You know TFS is messed up when the AI doesn't even know which code to use lmao
  15. Itutorial

    TFS A* Algorithm :D

    I am currently in university for software engineering. When I have more time I will go back through this code and all the code it effects to update it. There are a lot of things that need to be re-made/factored. Like removing extra code for pathfinding that is no longer needed or giving values...
  16. Itutorial

    AAC Editing website (MyAcc)

    It depends on your browser. Sometimes you will sometimes you wont. If you are using google (and I think some others possibly) you can use control + f5 to clear it.
  17. Itutorial

    TFS A* Algorithm :D

    Is this a problem more people have? I don't have much time right now but if this is an actual problem I will try to look into it.
  18. Itutorial

    TFS A* Algorithm :D

    Yes, I would not use that solution if you are planning to implement my changes. Instead implement both: Update pathfinding call Update pathfinding system The final results showed that my system is 10x faster on the lowest ends (most complex paths) and up to 100x faster in 90%+ of cases. The...
  19. Itutorial

    New support - Ditto!

    It's not that serious. Otservlist is fine. If you expected xinn to hire a building full of people to handle the site that's your bad. Expecting HR and public communications experts from a site that shows tibia servers. Jesus.
  20. Itutorial

    tibia led to murder

    I was thinking that and also that its probably all bs 1665411248 bro would piss himself in the situation
Back
Top