Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Dofus Maps System  (Read 11486 times)

0 Members and 1 Guest are viewing this topic.

yovano_c

  • Newbie
  • *
  • Posts: 40
    • View Profile
    • Email
Re: Dofus Maps System
« Reply #15 on: August 31, 2016, 05:27:17 pm »
Download and test on my github repo, it's working but there is a little bug I don"t know why..

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Dofus Maps System
« Reply #16 on: August 31, 2016, 05:49:06 pm »
If you don't make the effort to try and narrow down the problem, don't expect people to help you. As a programmer you should learn how to debug your code on your own. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

yovano_c

  • Newbie
  • *
  • Posts: 40
    • View Profile
    • Email
Re: Dofus Maps System
« Reply #17 on: August 31, 2016, 06:32:26 pm »
I search but I ask if someone can join me in my project

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Re: Dofus Maps System
« Reply #18 on: September 01, 2016, 06:41:32 am »
i played Dofus several years...

But the reallity is, if you can't found a clear solution and no ones want to research for you.

My recommendation is:

You must pick an engine that use any script languagues.

Use the tool and the script facilities to find a solution insted of mess up with c++. And even ask on the engine forum.

When you catch up the solution and the necessary formulas then implement those thing in c++ with sfml.
I would like a spanish/latin community...
Problems building for Android? Look here

yovano_c

  • Newbie
  • *
  • Posts: 40
    • View Profile
    • Email
Re: Dofus Maps System
« Reply #19 on: September 01, 2016, 08:49:39 am »
I found the solution, and it's working perfectly, I created the isometric map engine with thickness of the tile too :) Go see it on my github if you want to see

chrisadams

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Dofus Maps System
« Reply #20 on: May 04, 2021, 08:35:14 am »
sorry to posting on old thread but I really need help with this map thing. I am currently working on making a simple replica of Dofus map on this website https://dofusmaps.com. I am able to get the one layer (Continent Amakanien) of the map work perfectly but the layers of other 5 divine dimensions fail to load with the error
Quote
Cross-Origin Request Blocked: The Same Origin Policy disallows
reading the remote resource

I tried adding the following line too

Quote
Access-Control-Allow-Origin: http://localhost:3000

still throws the same error. can anyone here guide me with this? I need to complete this one urgently.