Jump to content

DigiBanks99

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

DigiBanks99's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Thank you. Both of you. @FragFrog: I have read most of the tutorials and FAQs and they were either way to technical for someone with as little experience as me, or they did not really tell me what I wanted to know. @Patman128: Your 4th answer was basically an answer to most of my questions. Thanks a million! I will now go out and try and understand what is going on with the various components of the MaNGOS server and if I get stuck, I'll come and bother you people with my absolute noobish questions Really, thanks both of you for putting that much effort into making me understand the basics. I appreciate it.
  2. OK, so I want to learn what each part of the MaNGOS server is supposed to do? I want to know: * What the MaNGOS server as cloned from the git repository does when it is compiled. * How does it interact with the database and who determines the standards for the database? (I guess it is the MaNGOS developers and UDB just follow these guidelines) * What are the purpose of scripts as in ScriptDev's scripts? * Why exactly the MaNGOS server does the AI scripting and world compilation when the game is supposed to contain them? Feel free to criticise my questions or my post in general, but just remember, new contributers must learn somewhere.:cool:
  3. OK, so I was just wondering. This seems to me to be a question most noobs would ask, so I'll just go ahead. In your DBErrors.log file, those database errors, are they supposed to be there? I know my server works fine without them, but you'll never know unless you ask, not true?
  4. Hi. This morning when I tried to update, git gave me this error: Auto-merging src/mangosd/Makefile.am CONFLICT (content): Merge conflict in src/mangosd/Makefile.am Automatic merge failed; fix conflicts and then commit the result. When I open it with git GUI, this is what the "conflict" says: @@@ -46,15 -46,14 +46,18 @@@ mangos_worldd_LDADD = ../shared/Config/libmangosconfig.a \\ ../shared/Auth/libmangosauth.a \\ ../shared/libmangosshared.a \\ ../shared/vmap/libmangosvmaps.a \\ ../framework/libmangosframework.a \\ - ../../dep/src/sockets/libmangossockets.a \\ ../../dep/src/g3dlite/libg3dlite.a \\ ../../dep/src/gsoap/libgsoap.a <<<<<<< HEAD +mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../../dep/src/gsoap -L../bindings/ScriptDev2/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic ======= + mangos_worldd_LDFLAGS = -L../../dep/src/g3dlite -L../../dep/src/gsoap -L../bindings/universal/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic >>>>>>> origin/master ## Additional files to include when running 'make dist' # Include world daemon configuration EXTRA_DIST = \\ mangosd.conf.dist What steps do I take to fix this?
  5. I just want to say what an awesome guide this was! No probs at all! :cool:
×
×
  • 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