Jump to content

fullburned

Members
  • Posts

    24
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by fullburned

  1. Maybe these sql changes can help.

    DELETE FROM `creature_template` WHERE `entry` IN (38292,38271,38273);

    INSERT INTO `creature_template` (`entry`,`modelid1`,`faction_A`,`faction_H`,`unit_class`) VALUES

    (38292,31015,35,35,1),

    (38271,31015,35,35,1),

    (38273,31182,35,35,1); -- Aim of the Iron Dwarves proc and correct skin

    -- not sure why adding the above 3 lines instead of 2 worked for me though :/

    DELETE FROM `creature_model_info` WHERE `modelid`=31015;

    INSERT INTO `creature_model_info` (`modelid`) VALUES

    (31015);

    DELETE FROM `creature_model_info` WHERE `modelid`=31182;

    INSERT INTO `creature_model_info` (`modelid`) VALUES

    (31182);

    Source: http://code.google.com/p/trinitycore/source/detail?r=2db20d21cc

  2. Huh, wrong dbc data, i guess.

    I've looked at spells description and suddenly noticed:

    Description: Your melee attacks have a chance to trigger Invigoration, granting you $71882s1 energy, ${$71883m1/10} rage, or $71881s1 mana every 2 sec for $71882d.

    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.

  3. No, trinity core ... is a leach of MaNGOS core, from the beginning until now...initial rev in repo from Trinity Core was a MaNGOS rev leeched (with some of custom patches from this forum included) and every important fix from MaNGOS was leeched too by Trinity Core even every version's switch...they aren't better than MaNGOS Dev even Trinity Core exist only due MaNGOS Dev and this great community...

    Trinity Core has that freatures because they leech every commit from MaNGOS so...with leeching those commits from MaNGOS they have free time to do that kind of freatures...again only possible due MaNGOS leechs.

    But quest related scripts is job of ScriptDev2 not MaNGOS Core...and just for note Trinity Core leechs ScriptDev2 work too in the same way.

    So think twice before say such crap.

    Holly wars FTW!

    P.S. This thread is about vehicles patch for mangos :)

  4. 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:(

  5. ok, in the YTDB forum I read, that the I of Acherus would need Vehicle support to work...

    is that correct?

    does that mean I have to apply both patches (Vihicle Support and Eye of Acherus) to my core to make it work?

    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 :(

  6. 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. -_-

  7. thank you,

    i will run a testcompile first and then upload it.. outdoor-0.12 gets fixed in a few minutes too

    edit: i'm not sure if this is my problem or mangos-0.12 but for outdoor-0.12 i get

    "make[3]: *** No rule to make target `2008_12_22_01_mangos_creature_equip_template.sql', needed by `all-am'. Stop." so i couldn't run a testcompile..

    i have currently not much time to investigate, so maybe some can test it for me :)

    That's mangos-0.12 problem, only on unix again:) You should remove trailing backslashes...

    diff --git a/sql/updates/Makefile.am b/sql/updates/Makefile.am
    index fd7292a..ae9f46f 100644
    --- a/sql/updates/Makefile.am
    +++ b/sql/updates/Makefile.am
    @@ -91,7 +91,7 @@ pkgdata_DATA = \\
        051_8158_01_mangos_playercreateinfo_action.sql \\
        052_8072_01_characters_characters.sql \\
        052_8072_02_characters_characters.sql \\
    -    053_8190_01_mangos_creature_template.sql \\  
    +    053_8190_01_mangos_creature_template.sql \\
        README
    
    ## Additional files to include when running 'make dist'
    @@ -162,5 +162,5 @@ EXTRA_DIST = \\
        051_8158_01_mangos_playercreateinfo_action.sql \\
        052_8072_01_characters_characters.sql \\
        052_8072_02_characters_characters.sql \\
    -    053_8190_01_mangos_creature_template.sql \\  
    +    053_8190_01_mangos_creature_template.sql \\
        README
    

    outdoor pvp code compiles fine, though.

  8. Hi, recently I've seen too many spam in logs:

    ERROR:EffectTriggerSpell of spell 29534: triggering unknown spell id 31247

    ERROR:Player::ModifyFactionReputation: Can't update reputation of Player for unknown faction (faction template id) #609.

    The thing is that this is some reward spell for Outdoor pvp in Silithus. But that's not not the main problem... I had reports in the same time that players can farm honor along with this rewards with only mouse clicking.

    I've just removed this spell along with honor rewards from sources... hope someone can fix this problem properly=\\

    That's the buggy piece of code, I'm taling about:

    http://github.com/charlie2025/mangos/blob/0ef5262b7d61a2db9c8c04d0b69778aaef376a53/src/game/OutdoorPvPSI.cpp

  9. 2przemratajczak

    I got a huge spam too... And at the moment when it happens players report that half of their spells/talents doesn't work.

    Got mangos 0.12 r7374 mtmaps,procflag,av,outdoor pvp,speehack fix and a few other little patches...

    The part of code with ProcDamageAndSpellFor is rewrited in mangos 0.13.

    The only idea that comes to me head - to replace

    sLog.outError("Prevent possible stack owerflow in Unit::ProcDamageAndSpellFor");
    if (procSpell)
    sLog.outError(" Spell %u", procSpell->Id);

    with

    sLog.outDebug("Prevent possible stack owerflow in Unit::ProcDamageAndSpellFor");
    if (procSpell)
    sLog.outDebug(" Spell %u", procSpell->Id);

    But that's not the best solution=(

×
×
  • 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