Jump to content

Patman128

Members
  • Posts

    1090
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Patman128

  1. Visual C++ 2008 Express doesn't have x64 support either. You have to buy it or find a way to enable it online.
  2. Not scripted in ScriptDev2 yet.
  3. Try .unaura 45227 with yourself targeted.
  4. There's a difference between content and client modification. Mangos can't endorse any client modification, requiring client modification to use mangos would be endorsing it.
  5. Abyssal Meteor Fall (http://old.wowhead.com/spell=45227) turns you into a fire elemental?
  6. No, you can't no clip in WoW.
  7. Hm, I am misunderstanding the code. I don't see any problems.
  8. Hm, maybe there needs to be a new function SelectHostileTargetInRange() that returns highest threat target in melee range else NULL. This hacking of SelectHostileTarget() is wrong; Ragnaros and The Lurker Below should target people in melee range and out of melee range, only they should prefer targets in melee range. Current Ragnaros coding is wrong, Ragnaros should only aggro outside of melee range when no one is within melee wrong, not when the highest threat is outside of melee range.
  9. ScriptDev2 has had this for a long time. http://scriptdev2.svn.sourceforge.net/viewvc/scriptdev2/scripts/eastern_kingdoms/molten_core/boss_ragnaros.cpp?revision=1968&view=markup struct MANGOS_DLL_DECL boss_ragnarosAI : public Scripted_NoMovementAI No one has reported any problems with it so far.
  10. The UNK_XX are unknown. If we knew what they meant, they wouldn't be called UNK_XX. Spells are not in the database and are not modifiable.
  11. If you genuinely think this is possible, you must stand outside and wait for food to start falling from the sky whenever you get hungry, because it's far more likely than breaking this code in a day or 2. Like I said, you can't break the code, mangos won't accept client modifications (for now), until something changes Cataclysm will never come to mangos. /Thread
  12. What do you mean WotLK DVD? ad.exe only works on installed WoW clients, you have to install the game discs onto a folder on your computer and then use ad.exe.
  13. What are you trying to do?
  14. scriptdev2.conf has to be in the same directory as mangosd.exe with the right DB settings in it.
  15. It uses VS2010 files. Open the project SLN file with that and try compiling it. If it doesn't work, you'll have to fix it yourself.
  16. These lines run it with gdb (remove the crap for crash.log in your script) http://paste2.org/p/1376655 Save this script as "debugger": run shell echo -e "\\nCRASH ON" `date` info program shell echo -e "\\nBACKTRACE\\n" bt shell echo -e "\\nBACKTRACE FULL\\n" bt full shell echo -e "\\nTHREADS\\n" info threads thread apply all bt full
  17. Yes, they are 2 different things, but if you have UDB 393 then you forgot to apply the update packs. Delete the DB, reinstall and apply the update packs and then run mangos updates.
  18. You need to use a client with TBC and WotLK installed, not just 3.3.5.
  19. Yeah, you now have one 72-bit key. Now find the other. As Lynx3D already stated, it is RC5, not RSA. The largest RC5 key broken was 64 bits, this one is 72 bits. Distributed.net has been working on breaking a 72-bit RSA key for 8 years, and it may be up to 90 more years before they complete it, even with their hundreds of TFLOPS of power. If you think you can get more processing power than them and can wait a few decades, go ahead and try.
  20. No, you can't just read the key from the client, it uses public key encryption, so you'll only get half the key. I'm not sure how long it would take to break the key, but even if you eventually managed to, they could just as easily make a new key, putting the whole thing back at step 1. So you're fighting a losing battle.
  21. Pseuwow is another WoW client. It is not directly related to mangos, it can work just as well with any other server using WoW prototcol and is not a manager or addon for mangos.
  22. I don't think I do. Did you mean Pseuwow is a mangos manager?
  23. I don't understand how the Event system DasBlub has is really a big advantage over this. Hooks are replaced by events, but regardless the core would have to be changed to add or remove an event/hook. Either way, I just think it should be #DEFINEd so that the people who want to use all sorts of mods can enable it and those who don't can leave it out and avoid the overhead of checking all the hooks.
  24. Warden isn't built into the WoW.exe file, but the part that downloads and runs Warden is, and it will only run properly encrypted modules, meaning you can't make your own Warden modules. The modules don't contain any code for getting MAC addresses, so no, you can't ban their MAC address. In any case, as he said, MAC addresses are simple to change, so it wouldn't really offer any more protection than banning the account.
  25. item_loot_table is for items like http://old.wowhead.com/item=15902 that contain 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