Jump to content

Patman128

Members
  • Posts

    1090
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Patman128

  1. You restart realmd?
  2. It would probably make more sense to have it handled in the script when they are hit by the dummy effect of http://www.wowhead.com/spell=54517 to then cast http://www.wowhead.com/spell=54485 on the tank.
  3. This is not correct. "Splitted" is not a word. http://wiki.answers.com/Q/Does_the_word_splitted_exist_in_the_english_language_or_slang It should be split.
  4. Exactly. His question was about taking a map (Azshara Crater ID 37) and copying it to some new ID (like 985) This isn't possible.
  5. But if you want to actually be able to go to the map with the client, the tiles and stuff would have to be copied, and most likely a new entry in Map.dbc.
  6. Without modifying the client, it's not possible.
  7. Sorry, but this made my day.
  8. I will refer you to int WorldSocket::HandleAuthSession (WorldPacket& recvPacket) (http://github.com/mangos/mangos/blob/master/src/game/WorldSocket.cpp) and the SRP documentation http://srp.stanford.edu/design.html because I think that is the best explanation. I really have no idea how it all works, but if you are trying to figure it out that's probably where you should start. On the mangos side all it really does is put some seeds into an encryption and a decryption engine and pipe data through them. So the generating isn't done in mangos, you would have to get the source to OpenSSL and look through that.
  9. There's a guide here for GDB debugging stickied in Bug Reports.
  10. You have the wrong format for your HP% events. For "Halion - Switch to phase2 at 75p" you have RepeatMin and RepeatMax set to 1000, which means it will switch to phase 2 every second.
  11. I think the problem is this code: void DynamicObject::Delay(int32 delaytime) { m_aliveDuration -= delaytime; for(AffectedSet::iterator iunit= m_affected.begin(); iunit != m_affected.end(); ++iunit) if (*iunit) (*iunit)->DelaySpellAuraHolder(m_spellId, delaytime); } When the blizzard channel is delayed due to the person being hit, this delay is passed onto the blizzard visual object, which then passes the delay onto the people being hit by the spell. If *iunit (one of the players being affected by blizzard) becomes an invalid pointer (the player logs out or some other thing) then this can cause a crash. If someone can try and find a way to reproduce it, that would be great. Maybe have one person cast blizzard on another person and have him log out and then a third person hits the caster while it is still channeling the spell.
  12. CMSG_GAMEOBJ_REPORT_USE is only for achievements.
  13. Where did you look?
  14. Where did you get mangos from? :huh:
  15. If there was a library missing or something mangos wouldn't start. If it's crashing on login, there is some other reason. The runtime error could be caused by a mangos crash.
  16. If you are unsure of where to get ACID from, or whether you have the latest and greatest version, always use that link (https://sd2-acid.svn.sourceforge.net/svnroot/sd2-acid/) This will always have the latest version of ACID.
  17. And that wouldn't cause a crash anyway. If it crashes, get a real crash log, or else we can't help you.
  18. It looks like someone hit someone who was casting Blizzard (rank 1)
  19. Well why don't you post what you tried and maybe we help you out?
  20. That's because you are trying to apply the patch to the wrong folder. My guess is that in the patch, it tries to apply to scripts/eastern_kingdoms/scarlet_enclave/ebon_hold.cpp. Apply it to whichever folder has the path in it, NOT the mangos folder (probably src/bindings/ScriptDev2 in this case)
  21. How about a crash log? LOL
  22. You can make the argument that you didn't actually click accept on the ToS, and just changed the variable in the config, and therefore didn't actually accept any contract.
  23. Git BASH includes Cygwin and a bunch of tools, like UNIX patch.
  24. And the governments of Australia, Canada, the European Union, Japan, Mexico, Morocco, New Zealand, the Republic of Korea, Singapore and Switzerland, apparently. It's so sad that all these people can be duped into supporting a small group of multinational corporations against the interests of their own people.
  25. If someone submits a good patch, I'm sure they would be more than happy to accept it.
×
×
  • 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