Jump to content

NeWbY

Members
  • Posts

    9
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

NeWbY's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Look at the code of SD2Database.PQuery and analyse why it could return fail. From there anaylse the functions used in the pQuery function. Also, it seems to me you don't have much knowledge of C++ yet, so I'd suggest to read some C++ tutorials first.
  2. Read what Wyk3d posted: This means that some anti-cheat features where added to the core. However, as most of the 'anti-cheat' code is ugly, it won't be added to the core, regardless if it works or not. If someone made a clean anti-cheat patch, it will most likely be added to the core. But if you're ignorant and use other people's patches then ask THOSE people for help. MaNGOS dev won't help you with it.
  3. Do error checking eh? pFields is a pointer, doing ss << pResult will end up showing the address pFields points to. In this case 0x00000, a null pointer, meaning the query failed. The first case crashes beause pFields failed and doing pFields[0].<method> refers to invalid memory access.
  4. I can help if really needed, and if the project is not too big already. Although i probaly end up formatting the source code to my likings before adding stuff
  5. <div class='quotetop'>QUOTE (rev087 @ Mar 14 2007, 04:49 AM) <{POST_SNAPBACK}></div> Read the MaNGOS source.
  6. NeWbY

    Documentation

    I dont know if this is what you ment, but i added some info on the SRP6 authentication of WoW. See attachment.
  7. Theres nothing about it in MaNGOS? Well it's kinda useless to createa a client with the purpose to be usefull in dos, i figured. It's only usefull for bug testing and gaining knowledge, if you want to make it a usefull purpose create a GUI using OpenGL and make it graphics, like a real client. Anyways, thats just my opinion.
  8. ProjectEden did you get your client working for the official server yet? If not, try this: http://www.mangosproject.org/forum/index.p...ost&p=57715
×
×
  • 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