• 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

    TFS 0.X NPC accept money on hands and bank money

    Alright, because you are annoying and can't find the response for yourself, I did the search for you... In your server's source under npc.cpp at line 1475 you can find the code below case ACTION_BUYITEM: { const ItemType& iit = Item::items[npcState->itemId]...
  2. D

    nearby walls get deleted

    press on A to disable auto-tools then try it again :P
  3. D

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

    @Shadow_ We might have different opinion if you consider that full customized means not changing a single sprite in the game.
  4. D

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

    @Shadow_ I think you nerver worked on a project you did alone by yourself otherwise you would have known that art, and sprite are superficial, and you can't waste time on these until the game core is completly coded. The objects in the scene I use are prototypes, and most of the time, simply...
  5. D

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

    After a while not posting update, here is a quick showoff of the progress in my game ! Thank You for watching =)
  6. D

    My 3D game project, a bit similar to Tibia!

    That's very nice :) keep going on :D
  7. D

    My 3D game project, a bit similar to Tibia!

    @Paszq No I'm using tcp-ip socket networking ;p sending byte arrays ;p I did not want to use it because I think it had some limitation, I might be wrong though :p
  8. D

    My 3D game project, a bit similar to Tibia!

    @Paszq :) do you use the built in pathfinding ?
  9. D

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

    Here is a video of my pathfinding algorythm 2.0! Went into a lot of trouble but I finnaly got it working fine! Things are getting real!
  10. D

    My 3D game project, a bit similar to Tibia!

    Yo @Paszq Your project is amazing =) ! have you done everything yourself or you took some on the asset store ;p? The props looks really good ! ;) good luck devlopping it! I'll follow the updates of it !
  11. D

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

    @DonHagman :) thank you Don :p Musics will surely be added ! that feature was really missing in the old days, and if people does not like it, they can always shut it off =)
  12. D

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

    Just got my optimized path finding algoryth working ! I'm so excited because that really gave me headache ! :D before I could only be chased by one creature, and once it got too far away from me, things started to get laggy, Now I just tested with 10 creaturre, and it works perfectly fine :)...
  13. D

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

    Because some of you were probably waiting for an update, as promised, here it is : The npc system 1.0 ;p It uses XML files to load the npcs I designed the ui to be multiplatform, I did nt want to use the traditional Npc system that tibia uses because it forces you to have a keyboard, The UI...
  14. D

    When to know player is saying something

    5. Incomplete Problem Description: - Post as much useful information as possible. If the problem is about something on your server, post the server version and client version. Also always post the errors you get and the scripts with the problems.
  15. D

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

    @Worr yep ;p that is a great Idea ;p @macedoon played that game only once ;p might looks like runescape but runescape is nt tile-based
  16. D

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

    @Worr Indeed it support that ;p but the same rules are aplied to the z axis, it respect the range of the weapon, for distance weapon, I might add bonus range for each floor you get over your target... I imagine someone on a tower shooting further than someone on the ground floor, The monster...
  17. D

    Problem With Setup [7.4] TFS 1.2

    dude, I can't download ur source cause the github project seems unavailble, but try openning protocollogin.cpp , and there is all the message that are sent to the client, find the message you get in this and try to find out where the bugs comes from...
  18. D

    Problem With Setup [7.4] TFS 1.2

    In your config .lua, you did not even set the name of your database, -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "" mysqlPass = "" mysqlDatabase = "" mysqlPort = 3306 mysqlSock = "" passwordType = "sha1" How can your server reconize your database if you left blank its name ? Also mysql user...
  19. D

    Problem With Setup [7.4] TFS 1.2

    Does your config use Sha1 encoding? because your website is, so your server should, Also, did you setup the right database in your config.lua ? .... you are posting so less information...
  20. D

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

    @Baahzera I did not plan to realease on mobile, but I would have all the tool to do so, as unity is a multiplatform ide, I would say, maybe :) @Thaian Citizen First of all, thanks for the feed back, I am taking good notes of it. Your first question was : First of all, I choosed to do mine...
Back
Top