Jump to content

Patman128

Members
  • Posts

    1090
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Patman128

  1. In any case I think this isn't really relevent. Mangos is server software; discussions about servers and server performance should come naturally to a forum such as this. I would answer the original question but I really have no experience with virtualization. You would probably be better asking at a place like Slashdot or Server Fault.
  2. Windows crash logs are nearly useless, but from I can tell, a pet is trying to attack a target and there's a problem in Unit::MeleeDamageBonusTaken. The calling line is damage = damageInfo->target->MeleeDamageBonusTaken(this, damage, damageInfo->attackType); so maybe it's target is invalid. But I can't really say, you would have to really debug it to find the problem.
  3. If you are talking about updating the characters and realmd DBs, you want to update with the updates supplied with mangos in /sql/updates. I personally don't use any of the updates for these provided with UDB.
  4. Nope, nothing, sorry. Just edit the database yourself and read the documentation. It's not very hard.
  5. Oh, right. You can actually do it in the DB with gossip_scripts command 15 CAST_SPELL http://udbwiki.webhop.net/index.php/Gossip_scripts#command
  6. Patman128

    Mangos Coding

    This is a pretty good site: http://www.cprogramming.com/tutorial.html For example, you would learn about the ! operator here http://www.cprogramming.com/tutorial/lesson2.html functions here http://www.cprogramming.com/tutorial/lesson4.html and structs and the -> operator here http://www.cprogramming.com/tutorial/lesson7.html
  7. Sorry, but what buffer are you talking about?
  8. On retail servers there is a central proxy server (1 per realm) that routes traffic to whichever server it needs to go (chat, auction house, movement, etc.) Since there is no such thing on mangos, it isn't yet possible to seperate these things into different servers.
  9. Yes, but remember to updated m_accountsNumber everytime someone joins or leaves, etc.
  10. There are a few mistakes, trailing whitespace at 13, 22, 25, and extra spaces at 19.
  11. CREATURE_FLAG_EXTRA_INVISIBLE http://udbwiki.webhop.net/index.php/Creature_template#type_flags
  12. It looks like a problem with the config. Set the DataDir to "." and stick maps and dbcs in the same directory as mangosd.exe/realmd.exe.
  13. Couldn't this just be coded into SpellAuraHolder::~SpellAuraHolder()?
  14. In general modifying a spell's visual effect means editing the spell in Spell.DBC, and so isn't allowed here. However, in this case it must mean the implementation of the spell is wrong, i.e. it isn't using the spell which has the visual.
  15. Yeah, you forgot to implement it.
  16. You need to install a database like UDB.
  17. If I could show you how to fix the spell bugs, don't you think they would be fixed already? Spell bugs usually require some research and exploration to fix. There is no one way to fix all of them. And for god sakes please learn the language before trying.
  18. You need to change your realmlist to your server before starting WoW.
  19. What client and mangos versions are you using?
  20. Yes. Message too short so I'm writing this stuff.
  21. 1) Will this be a server that only I can access, AKA: a non-public server? Without further changes, yes. 2) How would I remove these changes so that I could still gain access, or be able to regain access to a normal, live version of WoW? Change your realmlist back. 3) With the aforementioned guide, is that all I would really need in order to make this non-public server, as asked in question 1? Yes.
  22. Have you made any changes?
  23. Small, but important. Please get this in soon.
  24. From github. Read the installation guides.
  25. Maybe an easy way to prevent them looting despawned chests would be to check if the chest is despawned when handling the loot.
×
×
  • 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