Jump to content
  • Your sourcecode on github is not complete


    Danator
    • Status: Not a bug
      Main Category: Core / Mangos Daemon
      Sub-Category: gamebreaker
      Version: 21.0 Milestone: 20 Priority: Low
      Implemented Version: 0.20

    Your sourcecode on github is not complete

    I downloaded your sourcecode Rel20 from [url]https://github.com/mangoszero/server[/url] and I tried to compile it with Visual Studio Express 2013 but it does not work because your sourcecode is not complete. There are files missing.

    I saw that one folder (dep) is on another site. I downloaded it too and copied it in the right folder but there are still many files missing...

    I am high motivated to fix errors. I was a real player and I know the game pretty well. I tried very hard to understand the structure of Spell.dbc and I think I will program something that give me a better view on the datasets of Spell.dbc but I got near to a point where I admit that there is no possibility to fix this annoying Seal of Crusader-Bug only with adaptation in the database of Mangos or Spell.dbc. Obviously you have the maximum of only three effects per spell but obviously Seal of Crusader needs four effects. It seems that I have to change something in the code to correct this stuff. I mean I am a newbie. Since a few months I try to learn something about programming in general or server technology and so on, so actually I doubt that I will be able in the near future to correct this error but I will try it very hard if you give me the chance to do it.

    Other mistakes I can may be fix in your code. Because some of the behaviour of the game in general is wrong. For example the resting system. Propably I have only change a value in your source. It is one of the less values I found in your code.

    At the moment it is just not possible to correct this or other mistakes because your sourcecode is not complete. I would like to make a real classic server where all function to 99% like the original. Many mistakes I can solve with the database but many mistakes are propably in the code or scripts are missing better said.


    User Feedback

    Recommended Comments

    Your sourcecode is complete. In some of the folders were links to other githubsites. Very tricky I have to admit but now I have at least a sourcecode I can compile. I dont understand why it is not the latest sourcecode but ok then I play a little bit with an older version.

    Link to comment
    Share on other sites

    The newer sources use submodules. Submodules are other repositories that can be reused on other sources, which is why as an example the dependency folder is a submodule; It is reused on several Mangos versions. To properly clone Mangos Zero, use the below git command:

    [code]git clone https://github.com/mangoszero/server -b develop21 --recursive[/code]

    This pulls the correct submodules.

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use