Jump to content

Painwithin

Members
  • Posts

    19
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Painwithin

  1. Ok, i feel like a epic noob for asking this, but how do i apply this to mangos? so i can compile it with it.. also i got a q if i got the source downloaded and compiled once, can i use the same source "mangos", patch it and re-compile it so i dont got to update everything? im using Ubuntu 10.04.
  2. For some reason the Top honor script shows blank when i use it, is it me or does it just need some updating?
  3. EventAI Hm? perhaps you didnt populate your database? or forgot to add something to the core? its like you dont even got EventAI.. are you sure you followed all the steps correctly?
  4. Ok so now the assembler is working for vmaps and etc, but after re-doing them all i cant start my server still due to this VMap file '/opt/mangos/data/vmaps/000.vmtree' is missing or point to wrong version vmap file, redo vmaps with latest vmap_assembler.exe program Correct *.map files not found in path '/opt/mangos/data/maps' or *.vmtree/*.vmtile files in '/opt/mangos/data/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file. and i dont know why, nothing has changed in the config double checked the paths and everything is there so im at a loss as to what else i can try.
  5. Well im using Linux for everything and i just send it to my windows rig to get the files.. how would i compile it myself with linux?
  6. I installed VS 2010 and i have also tried runing them the way you mentioned but when i get to the assembler i still get the error.. so im at a loss as to why its happeing, first time it ever happend to me so im stumped.
  7. Hello everyone, i just decided to update and i got everything finished but when i go to use the server i get the missinf or wrong vmap error "which im sure nothing changed in the client for 3.3.5a?" anyway so i figured perhaps they got corrupted so i was going to use the makevmaps_simple.bat and i keep getting an error that MSVCR100.dll is missing but i tried everything and i also found that it does exsist. I was wondering if its just me and what can i do to possibly get this working so i can get the new files.
  8. Can anyone confrm if this works for 3.3.5? if so i'd like to use it when i get the time to add it.
  9. Yeah i ended up doing it after i found out another site said there was another update that fixed the issue, thanks! and sorry for the report i thought it was the quest until after words.
  10. Mangos Version: 10148 Custom Patches: None SD2 Version: ScriptDev2 (for MaNGOS 10112+) Database Name and Version : UDB 389 How it SHOULD work: It should not crash the server after clicking on complete How it DOES work: Crash's the server after clicking complete Only thing i have changed was a DB workaround for the first quest that is bugged "the eye" so it autocompletes and same with the horses one.. i figured this was a bug seeing how this never happend to me before. Before the inital crash i see this in the terminal WORLD: Received CMSG_QUESTGIVER_CHOOSE_REWARD npc = 128470, quest = 12657, reward = 0 STORAGE: CanStoreItem bag = 0, slot = 255, item = 38662, count = 1 Segmentation fault Also i apologize in advance if this wasnt a bug and posted in the in-correct area. Ok this is no longer a queswt bug, does this everytime something enteres the bags it seems i went to do the runestone quest and pickup the sword and it crashed. SORRY! looks like its a bug with items going into the bags nothing more.. i'll try to figure it out.
  11. Thanks a bunch to the both of ya's, i'll see if i can find it now that i know of 2 options.
  12. Is there a work around instead of the patch? perhaps just make it auto complete? so the chain can be continued? i would be satasified with that.. i searched everywhere and cant seem to find one.. either that or im simply not doing it right and appologize in advance, before you could abondon it then it would just let you complete it but for some reason it dont work that way anymore im not sure if this is more of a DB issue or not but any kind of work around would work.
  13. Confirmed, getting the same error message during make.
  14. Not to be a complete noob, but is there a patch for the latest build release and for 3.2.2a? seeing how there is no offical support for 3.3.0 yet "which im not whiling to use repo's" and if i use this vehicle patch will it fix some or most of the DK quests? or am i better off doing a work around?
  15. I got my prior issue fixed, i made a typo in configure but now im getting issues with updating the databases... mangos to be exact, i followed the guide, the 0.11.6 core executed fine, but i cant seem to add anything from 8734 on because i keep geting the "required" errors but everything is fresh and i cant start mangos without these updates, any idea's why i cant update them? i do the required ones it says and it just keeps going without an end when i should be able to apply them from 8734 on words now i tried re-doing the database from scratch im still having no luck with this at all. "this is the same problem as the person three posts above me, my UDB version was 8734 but cant apply any updates after it without getting them messages and it just keeps changing as i try doing what it says"
  16. Hello, i'd like to say thanks for this tut its simple to understand, and makes life easyer lol. However im having one issue during make this is the error i get Making all in Database make[5]: Entering directory `/home/painwithin/mangos/objdir/src/shared/Database' g++ -DHAVE_CONFIG_H -I. -I../../../../src/shared/Database -I../../.. -I../../../../dep/ACE_wrappers -I../../../dep/ACE_wrappers -I../../../src/shared -I../../../../src/shared/Database -I../../../../src/shared/Database/../../../dep/include -I../../../../src/shared/Database/../../framework -I../../../../src/shared/Database/../../shared -I../../../../src/shared/Database/../../../dep/include/g3dlite -g -O2 -MT Database.o -MD -MP -MF .deps/Database.Tpo -c -o Database.o ../../../../src/shared/Database/Database.cpp In file included from ../../../../src/shared/Database/DatabaseEnv.h:39, from ../../../../src/shared/Database/Database.cpp:19: ../../../../src/shared/Database/../../shared/Database/QueryResultMysql.h:29:19: error: mysql.h: No such file or directory In file included from ../../../../src/shared/Database/DatabaseEnv.h:39, from ../../../../src/shared/Database/Database.cpp:19: ../../../../src/shared/Database/../../shared/Database/QueryResultMysql.h:35: error: expected `)' before ‘*’ token ../../../../src/shared/Database/../../shared/Database/QueryResultMysql.h:42: error: ‘enum_field_types’ has not been declared ../../../../src/shared/Database/../../shared/Database/QueryResultMysql.h:45: error: ISO C++ forbids declaration of ‘MYSQL_RES’ with no type ../../../../src/shared/Database/../../shared/Database/QueryResultMysql.h:45: error: expected ‘;’ before ‘*’ token In file included from ../../../../src/shared/Database/DatabaseEnv.h:41, from ../../../../src/shared/Database/Database.cpp:19: ../../../../src/shared/Database/../../shared/Database/DatabaseMysql.h:72: error: ISO C++ forbids declaration of ‘MYSQL’ with no type ../../../../src/shared/Database/../../shared/Database/DatabaseMysql.h:72: error: expected ‘;’ before ‘*’ token ../../../../src/shared/Database/../../shared/Database/DatabaseMysql.h:77: error: ‘MYSQL_RES’ has not been declared ../../../../src/shared/Database/../../shared/Database/DatabaseMysql.h:77: error: ‘MYSQL_FIELD’ has not been declared ../../../../src/shared/Database/../../shared/Database/DatabaseMysql.h: In member function ‘virtual DatabaseMysql::operator bool() const’: ../../../../src/shared/Database/../../shared/Database/DatabaseMysql.h:58: error: ‘mMysql’ was not declared in this scope make[5]: *** [Database.o] Error 1 make[5]: Leaving directory `/home/painwithin/mangos/objdir/src/shared/Database' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/painwithin/mangos/objdir/src/shared' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/painwithin/mangos/objdir/src/shared' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/painwithin/mangos/objdir/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/painwithin/mangos/objdir' make: *** [all] Error 2 Im not sure if i did something wrong or missing something but i followed the step by step part of the tut instead of the all in one. Also the other steps went well, the configuring configured without errors, everything went without errors this is the only part i get error at all so im alittle stumped.
  17. once i figured out GIT.. it was decently simple and easy to use "thanks to guides on this forum" and as for the speed i dont got this issue perhaps its something to do at your end.. firewalls tend to interfear with download rates from serton servers and so on. also i do see that git only ahs 6767 im guessing there has been no other release as of yet because of the hole changing over?
×
×
  • 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