Jump to content

Woweur

Members
  • Posts

    104
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Woweur's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Structures between 4.0.1 and 4.0.3 are not changed.
  2. If you have opcode in 4.0.1, it's very easy to convert it for 4.0.3.
  3. Or you can patch wow.exe directly... Or you can make a loader, that will patch memory instead (looks more optimal)... Anyway, we need to modify the client
  4. Random opcode isn't a big deal, in fact you can generate 80 % of SMSG automaticly (just parsing wow.asm). If we can have 100% of opcode for one build of 4.0.1, we can make a little tool to generate all opcode id with patern for example. No, the real problem is SMSG_REDIRECT_CLIENT, because we need to send this packet to client. We know how to decrypt this packet (the key to decrypt is in the client), but we don't know how to encrypt server-side ... The only way, for now to bypass this opcode is inject a dll ...
  5. So dbc are wrong, wowhead use the dbc file
  6. I use precompiled patch for GCC, and i don't save a lot of time ... And i compare with debian, on GCC.
  7. Hi, i have a little "problem" when i compile MaNGOS on MacOSX with gcc (i have try with gcc 4.2, 4.3 & 4.5). In fact, the compilation of the project game is very slow (20-30 mins). On debian, i haven't that problem with the similary hardware. My hardware config : I7 2.66 GHZ SSD 4 GO I don't understand because on debian, the compilation of the game project is 2-3 mins Thx.
  8. Look at http://getmangos.eu/wiki/Compile_MaNGOS_On_Mac_OS_X, make sure you have download the dev package of MySQL and apply " sudo ln -s /usr/local/mysql/include /usr/include/mysql" and "sudo ln -s /usr/local/mysql/lib /usr/lib/mysql"
  9. I will try your's wmap rewrite soon with ~2.6K ppl, and i repport here performance and bug issue. Thanks you for the work !
  10. Thank you for that, it's a very usefull tool for fix spell in MaNGOS, find SpellFamilyMask, find attribute ...etc.
  11. With your patch, i have two problems : - A lot of spell (like arcane projectile) cast on yourself, with damage on yourself. - I have one crash (i haven't a crashlog now, but i can have it).
  12. spell_work for 3.3.3a : http://filebeam.com/5f5a85a31a8b1315115376b319298724
×
×
  • 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