Jump to content

Patman128

Members
  • Posts

    1090
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Patman128

  1. Mostly because a lot of people can't live without their precious (resource-wasting) GUI. :rolleyes: Because learning and typing in commands and making shell scripts is so immensely difficult. :lol:
  2. http://www.kernel.org/pub/software/scm/git/docs/git-merge.html
  3. Patman128

    c++ tutorial?

    No there isn't. I wrote a tutorial on scripting but you need to know C++ to actually use it. http://www.scriptdev2.com/showpost.php?p=31658&postcount=2 http://www.scriptdev2.com/showpost.php?p=32011&postcount=6 Read the book he posted, or go here: http://www.cprogramming.com/
  4. All the information you need is there. If you don't know how to use a function, read it's prototype and find examples of usage. If you still don't know, read it's definition. I would personally recommend the IntelliSense feature of VC++. It will save you hours of looking up functions, finding their usage, etc. Such a documentation could never exist; it would be long, complicated, and go out of date daily. The only alternative I can think of is doxygen.
  5. Spells are implemented by their effects. If the spell has an effect which is not an aura, it's implemented in SpellEffects.cpp If the spell has an effect which is an aura, it's implemented in SpellAuras.cpp.
  6. I'm fairly certain that they actually have permission from blizzard.
  7. Try: bool Player::StoreNewItemInBestSlots(uint32 titem_id, uint32 titem_amount)
  8. SpellEffects.cpp void Spell::EffectDummy(uint32 i) { ... }
  9. I always thought it was synced once when you logged in, and then ran by itself on each client.
  10. I've yet to see this happen. I've been here for a few years. Besides, scripts should probably go on ScriptDev2 anyway.
  11. Yeah, I'm gonna pass on this one.
  12. I agree. No one should touch Ocarina of Time.
  13. You would need to have the BG running on a different server, which means linking the world servers which, as far as I know, hasn't been accomplished on any servers yet.
  14. Patman128

    C++ flags

    Probably defined by Blizzard in the client to mean something. Mangos just has to follow their standards.
  15. How did you find it? Which server? Which client version/build?
  16. Read the FAQ.
  17. I don't think anyone has actually gotten this working on mangos.
  18. Probably DB problem. Close this please.
  19. http://www.wowhead.com/?spell=50977 Summon Object (190942) Radius: 3 yards What's the problem?
  20. You can force a faction change. Unfortunately, as far as I know you can only force Alliance to be Horde and vice-verse.
  21. Are you on Windows or Linux? Personally, I don't even both with Windows reports since they contain next to no information anyway.
  22. I thought they offered Oracle DB for free? http://www.oracle.com/technology/software/products/database/index.html I would be interested in learning, but nothing I know of right now uses Oracle as a DB. Is the syntax similar to MySQL?
  23. They can charge whatever they want for service. They found their little niche market and they want to exploit it. All we need now is someone who offers support for only $2000! Good time to learn Chinese. Like they said, if China doesn't honour GPL, there's not really anything you can do about it, except spread free mangos and put them out of business, or try and compete.
  24. Yeah, just use a grid searcher to find the GO.
  25. Nope, impossible. As long as people have the access to their computers like they do right now, it just is not possible to prevent cheating completely. There are preventative measures, like Warden, but these are still limited. And, might I add, even if WoW only ran on super high security computers that didn't let you do anything, it's still vulnerable to man-in-the-middle attacks.
×
×
  • 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