Jump to content

Sephiroth1983

Members
  • Posts

    200
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Sephiroth1983

  1. Mangos Version: 7281 (all)

    SD2 Version: 893

    Database : UDB 0.11.0 (368)

    What's wrong: Thorns (rank 8) does only 25 damage ans doesn't scale with spell power.

    How it should work: It should do 73 damage base and scale with spell power.

    Lol... is not possible to change the base damage of client :) its hardcoded in spell effect

    about making it scale with spellpower, just search for the coefficient and is easy to fix.

    • * What bug does the patch fix? What features does the patch add?
      It removes the Blood Elf racial Mana Tap no longer used and also some old outdated ranks of Intercept, Shield Bash, Overpower and Hamstring, since now are unique ranked spells.
      * For which repository revision was the patch created?
      7255 (all)
      * Who has been writing this patch?
      Me but this is not such a patch

    -- remove some deleted spells or ranks from characters
    -- Mana Tap no longer Blood Elf Racial
    DELETE FROM `character_spell` WHERE `spell` = '28734';
    -- Hamstring is only one rank now, need to delete these zzOLDRank spells
    DELETE FROM `character_spell` WHERE `spell` IN ('7373', '7372', '25212');
    -- Intercept is only one rank now, need to delete these zzOLDRank spells
    DELETE FROM `character_spell` WHERE `spell` IN ('20616', '20617', '25272', '25275');
    -- Overpower is only one rank now, need to delete these zzOLDRank spells
    DELETE FROM `character_spell` WHERE `spell` IN ('7887', '11584', '11585');
    -- Shield Bash is only one rank now, need to delete these zzOLDRank spells
    DELETE FROM `character_spell` WHERE `spell` IN ('1671', '1672', '29704');
    -- lets also clear character_aura
    DELETE FROM `character_aura` WHERE `spell` IN ('28734', '7373', '7372', '25212', '20616', '20617', '25272', '25275', '7887', '11584', '11585', '1671', '1672', '29704');

    spell_chain are already deleted, I don't remember if mangos accepts characters DB correctness fixes, but this can help to avoid some bug reports.

  2. There should be some flag to say if requires to be behind the target in my view... need more research and we don't have to deal with this each client change.

    Check the difference in dbc files between the 2 client versions, I'm sure you can find something. If nothing, then is like you suggest with your patches...

  3. Hi guys!

    Just discovered this wonderfull thread and gave it to our testers.

    They love it ;)

    But we found a little bug, that took us some time to realy get track of.

    First of all - configuration: MaNGOS 0.12 REV 7066 (additional extensions don't touch the following)

    Bug:

    Wenn you do ".reload creature_questrelation" all quests that are under "game event control" get lost from thier NPCs.

    Quests that get activated by a game event don't realy appear in the "creature_questrelation" table. They get somehow integrated on the fly.

    Wenn you do the reload command MaNGOS seams to do a full rebuild of the cache from DB and the "on the fly" added quests by any game event are gone.

    You have to restart the deamon or the game event to get them back.

    Hope you can trace the bug as described ;)

    It's not that disturbing it was just as we didn't know about it ;)

    Any way, big thanks for this patch!!!

    So the patch still compiles? If not, post your latest compiled :)

    This patch can be really nice to have accepted, world events like Isle of Quel'danas and Ahn'Qiraj doors opening can have finally attention.

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