• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    @Baahzera Thank you :) I'm currently working hard on the npc system, Ill post an update this week with a short video =p!
  2. D

    Linux Server

    It depends on the server you are running, but I'm sure it will be enough, more than 500 player...
  3. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    @Drinc Thank you :) @Zell Thank you :p I surely will !
  4. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    Hello =) quick update for those who wanted news! I've been busy lately, but progress keeps going on! The chat system is made, I'm not the best to work with user interface, so it is really squarry for now. That beeing done, I'll focus on making NPC's really soon!
  5. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    =) ok thanks for the tips =p I will post an update soon, I am getting very confused with the A* pathfinding algorythme, it seems that there is no reliable method :/ still made some new art, and working on a chat system ;p
  6. D

    Donation Island 25% Complete

    I do not like the dirt border over the wooden planks, and the waterfall over a wooden wall, but the rest looks cool ;p
  7. D

    C++ "Block Attack" system (shield) in source code

    Open your eyes =-p
  8. D

    addon item - The Forgotten Server 0.4

    Do you need support or do you request something to be done ? ...
  9. D

    C++ "Block Attack" system (shield) in source code

    g_game.combatBlockHit
  10. D

    [NPC Bug] Sells bow when buying crossbow

    local a, b = string.find(message, keyword) Also, it trys to find a string, you can check if the keywords are equal or change that part of the code under keywordhandler.lua
  11. D

    [NPC Bug] Sells bow when buying crossbow

    The problem is easy, you must move the keyword crossbow before the keyword bow, cause what it does, it return the first match it finds, the string crossbow contain bow, so it returns bow, if you swtich line 37 with line 40, it will first find crossbow.
  12. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    @Jaed Le Raep nice to see you like it =) nothing special about this video, Just added the animated message, so the damage appear and the color of the text varies with the damage type, Also, the exp now appears too =p
  13. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    The combat system is slowly taking form, Here is my first bear has a demo :P For the next couples of days, I'll be working on the art, propping stuffs, and adding many shoot effects and hit effects, There is also no inventory system for now, that will eventually comes =) Latest props added...
  14. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    @MikeOT What happenned to the project :p ?
  15. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    @Thin Small Fist --> not yet ;p , I am currently working on the combat system, Runes will eventually comes, @drakylucas --> I am working with Unity, it is an integrated devloppement environement, there is already tons of video online and they show almost everything, Scripts are in c# or js ...
  16. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    In fact, you must change a lot of things, you can't stack items the same way on the floor because sprite are not the same as 3D objects, It is not rendered the same way, but some piece of TFS could be use, I'm using the same Monster.xml files to load my monster, but I coded it in c# to load it...
  17. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    =p would not be so hard, but TFS sources are not my own, Indeed it works pretty well, but I'm working on my own server to make sure people who doesnt own the server can't use it. I also though about modifying TFS sources but It has not been made for a 3D environement, therefore, I would have...
  18. D

    Game 3D simmilar to Tibia, what do you think about it :) ?

    Lava Cave! A Walk By the Shore! Happy Halloween ScreenShot ! Latest In-Game Video! The new prop recently added ! I've done a Map editor, that has auto border, and many other functions to create this piece of map. The project is going further everyday, I want to know your opinion...
  19. D

    Windows Can't Open ports

    If you use port check tool online, you must make sure that your server of your website is running on your computer, if it is not, it will always tells it closed because windows automatically close the port the application using these ports are not running. Also, did your port-foward your port...
  20. D

    Problem with ports

    Looking up at this thread and I think some ppl are telling bullshit here.. first of all the only ports you need to foward, are 7171 , 7172, and 80 only if you have a website. Make sure your mac address has a reserved address ip in your rooter, so it will always use the same address example...
Back
Top