Jump to content

kageb0shi

Members
  • Posts

    45
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by kageb0shi

  1. no. you use UDB, and after you apply, FULL_DB, then the 382, you'll apply the sql updates from mangos/sql/updates and I have posted on this very thread about how to apply those updates. there are also many posts on UDB, because I have posted there, about applying UDB and updates. that there is db_version table for each database, and in that table there is a specific column you want to pay attention to, it is the far right column on that table.
  2. if you only loaded it from UDB then you're missing out on some DB fixes which are contained in the mangos/sql folder.
  3. u move them to somewhere where you'll be placing your dbc and map files you don't want those things in your bin folder because you have to recompile mangos everytime you update and that bin folder is the result of the compile. I have my mangos launch directory at c:\\mangos\\ my dbc and map files are at c:\\mangos\\dbc and c:\\mangos\\maps
  4. read the FAQ which is linked in my signature, FAQ 5.b or 5.c. Also google realmlist loop.
  5. perhaps look around the forums and you might find your answer. Pssst: It's called MangAdmin.
  6. no you're not altering any of them you're just confirming that your executable, include, and library files are where they are supposed to be. and usually they are. That step is just to make sure your developement environment is setup properly.
  7. how about possibly navigation bar on top, or left, and perhaps link to twitter page, or perhaps throw in RSS feed somewhere. Just a couple of ideas to throw out there for consideration:) How about a way to link current(latest) revision from github? Just have somewhere at top like "Latest Revision: xxxx " other than that, it looks good and functional:)
  8. perhaps refer it to that diablotail user who keeps spamming that his crappy repack realmd won't work. lol
  9. perhaps remove the link the op posted to repack site? I know from experience links to repack sites aren't welcomed here:)
  10. update your database:) or type this in query editor first confirm entry is in table use mangos; select * from creature_loot_template where entry=80000; and use mangos; select * from creature_template where entry=80000; next use mangos; delete from creature_loot_template where entry=80000; delete from creature_template where entry=80000; I have latest db and 80000 is not listed in creature_loot_template or creature_template. Apparently chickens are supposed to drop loot.
  11. kageb0shi

    C++ operator?

    ah I see. Instead of passing by value (which makes a copy if I understand it) it is actually passing the variable, so then the original variable is modified and not some copy. I see!
  12. good to hear:) I like oatmeal cookies You will need to open a command prompt and browse to where the mangosd.exe is located and run it there. or if you have logging enabled, browse to your log files and look in them.
  13. kageb0shi

    C++ operator?

    ah I see. Thank you so much for helping me understand that. just as, for example int a[5] = { 3, 4, 8, 9} int b = 2; int value = a; value would equal 8. I understand to a certain degree. Though I am certain a pointer is more complex than an array. I had not yet covered pointers in my C++ class. next semester i think I will see it.
  14. I have a little bit of experience in C++, but evidently not enough. Digging around in Mangos source I keep seeing this operator(?) -> context example: if(m_spellInfo->SpellIconID == 1648) // Execute { if(!m_targets.getUnitTarget() || m_targets.getUnitTarget()->GetHealth() > m_targets.getUnitTarget()->GetMaxHealth()*0.2) return SPELL_FAILED_BAD_TARGETS; } I recognize all the operators in that example, ! = NOT, || = OR, == equals to, > greater than, GetHealth() function, * multiply, ; end of statement, except I do not know what -> is I have done google searches, but no relevant results.
  15. You need blank sql files, then UDB CleanInstall, then UDB updates 380 and 381 files, then udb update file, then mangos\\sql\\updates. Pay attention to table db_version, last column says required_xxxx_xx_mangos/characters/realmd for each database. Each update sql file, 380, 381 and mangos\\sql\\update will change that column. You will see in sql files ALTER TABLE db_version CHANGE COLUMN required_xxx_xx_mangos... realmd database has table realmd_db_version you apply xxxx_xx_realmd to that db mangos db has table db_version you apply xxxx_xx_mangos... to that characters has table characters_db_version and you apply xxxx_xx_characters updates to that but keep an eye on that last column in that table and compare that number with the number on the name of sql update file. any sql update file that has number greater than the number in the column you need to apply in sequential order. Though, this is partially UDB related, so you should check out their forums. Look at the Resources thread which is linked in my signature. 127.0.0.1 does nothing but loopback. No other computer will ever be able to connect to server if your using 127.0.0.1. Only time for 127.0.0.1 is in conf files. In database look at realmd in table realmlist. It will show mangos realm as id 1, you will see column name address. enter lan ip address there. also, for more info there is a sticky on this forum nameed hosting behind router. read up in there.
  16. lol omg this thread is full of fun. a bumped necro'd thread that has nothing to do with mangos, or C/C++ for that matter...joy!
  17. its db related so you should post your query on udb's forums. Not logical? Post your complaint on UDB's forums
  18. it means you're gonna create a total of 3 seperate databases and to follow same procedure for creating each database.
  19. the VS C++ redistibutable package is if your running the mangos server on a different machine than you compiled it. And if you compiled mangos for x64 build than you should be using x64 C++ redistributable, not x86. And you got this: which is a db problem and has nothing to do with mangos. mangos by itself, has empty databases. You will have to populate the databases from some other project(link in my signature), and if you are getting a problem related to a database then you need to post on that database project's forum, not on mangos forum.
  20. same here lvl 23 pet raptor. The pet does not regen focus Mangos 0.14.0 Rev 8090 UDB 0.11.5 (381) edit: it appears to be sporadic and inconsistent when the focus does not regen.
  21. kageb0shi

    Hardcore Server

    what was it on D2 battleNet, you were considered a ghost if you died in hardcore mode? You should make it apply to lvl 50+. Make another realm for it and have the option to copy a character(s) over to it for the fun. Then upon death the player will never be able to res.
  22. and what happens when you run mangosd.exe? does the console popup then disappears? if so where you placed the mangosd.exe there should be a logs directory. check that out and see what errors it shows. One last thing, did you do the extract of the dbc files with ad.exe and copy the folder to the same directory you put .conf, .exe, and .dll? You did not mention you did that.
  23. You really should look at UDB's forums. Basically you want to connect to your Mangos DB, look at table db_version, then look at column "required_xxxx_xx_mangos_xxxxx" the required_xxxx_xx will tell you what sql update to apply.
×
×
  • 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