Jump to content

fullburned

Members
  • Posts

    24
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

fullburned's Achievements

Member

Member (2/3)

0

Reputation

  1. Works fine on my test server, had no complaints from users. Hope someone can review it.
  2. @Atømic thx, i've missed that, first post updated with new link. Be sure to put the code under SPELLFAMILY_PALADIN case.
  3. Maybe these sql changes can help. Source: http://code.google.com/p/trinitycore/source/detail?r=2db20d21cc
  4. Huh, wrong dbc data, i guess. I've looked at spells description and suddenly noticed: So these 8 (2 for 2k, 2 for war, 2 for rogue, 2 for manausers; 2 because there's a heroic version of this item) spells should actually proc according to players class. You can find these spells on wowhead, just search Invigoration. Though, I'm not skilled enough to write a patch. And about wowhead... seems that they have correct dbc (or someone provided them with it). Description of spell is just "Server-side script". Ok, I've written a patch, will publish it after testing.
  5. I still get "if (target->processed)" crashes. So the solution with using tbb::concurrent_vector doesn't help.
  6. Aw, I have the same bug but I'm not sure if this patch causes this. Will try soon without it=\\ At least I'm not alone:rolleyes:
  7. Bump:) After 2 months of testing no bugs were spotted.
  8. Holly wars FTW! P.S. This thread is about vehicles patch for mangos
  9. I know it's useless but I'll give a try. Have anyone come across efficient way to know vehicle id of some creature? Or maybe it's possible to know the actual visual view of vehicle from vehicle.dbc without sniffing data from off server? Or maybe someone can explain how to properly use .debug spawnvehicle command? That's seems to be one of the main troubles for me now, I have data for 5 quests but without knowing vehicle id for npc it's useless:(
  10. I think that would be useful to you, thats patch for aura 262 that was made 3 months ago:) http://getmangos.org/forum/showpost.php?p=276528&postcount=26 At least you can take changes for sudden death - that would make your patch more complete
  11. You needn't vehicle support to make this spell work... It's based on mindcontrolling summoned creature. But you'll need script support to do it more offlike. You see, the eye of acherus flies to scarlet base without your help, so mostly this feature needs a script. And the last thing, the patch from griffonheart is really outdated and refused to work for me long time ago
  12. @Lightguard Sql query worked for me(for a character that learned it before). Can this be included to git or is it a hack, looks realy confusing
  13. DELETE FROM `creature_template_addon` WHERE `entry` IN (28670, 28312, 32629, 28319, 32627, 28094, 29929, 28782); I think this query should be added to vvv_vehicle_test_data.sql before adding new values to creature_template_addon. The reason for this: if you revert structure changes for `creature_template_addon` and then again try to run vvv_vehicle_test_data.sql, the queries like "INSERT IGNORE INTO creature_template_addon" won't work.
×
×
  • 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