Jump to content
  • Rot Hide NPCs cast 'Curse of Thule' on themselves


    supportagent11
    • Main Category: Database
      Sub-Category: Minor
      Version: 21.14

    Rot Hide Mongrel (npc 1675), Rot Hide Gnoll (npc 1674) and Rot Hide Graverobber (npc 1941) cast 'Curse of Thule' (spell 3237) on themselves, and not on their targets.

    To duplicate: engage any Rot Hide NPC in melee-range combat.

    server version: 21014, database version: 21.14.67


    User Feedback

    Recommended Comments

    the following SQL code will update any NPC that casts 'Curse of Thule' (all Rot Hides and Maggot Eye):

    Quote

    update mangos0.creature_ai_scripts
    set action1_param2 = 1
    where action1_param1 = 3237
    and action1_param2 = 0;

    also, based on a quick SQL search, the following NPCs will probably also self-cast these curses:

    Quote

    select creature_id, action1_type, action1_param1, action1_param2, action1_param3, event_flags, comment
    from mangos0.creature_ai_scripts
    where action1_type = 11
    and action1_param2 = 0
    and comment like '%cast curse of%';

    Curse of Weakness (spell 12741)
    Darbel Montrose  (npc 2598)
    Jugkar Grim'rod (npc 5771)
    Oro Eyegouge (npc 7606)
    Lady Sevine (npc 7667)
    Postmaster Malown (npc 11143)
    Morloch (npc 11657)

    Curse of Blood (spell 16098)
    Shadow Hunter Vosh'gajin (npc 9236)
    Aspect of Malice (npc 14520)

    Curse of Agony (spell 18671)
    Lady Illucia Barov (npc 10502)

    Curse of Weakness (spell 21007)
    Varo'then's Ghost (npc 6118)
    Ironspine (npc 6489)

    Curse of the Tribes (spell 21048)
    Cursed Centaur (npc 11688)

    Curse of the Elemental Lord (spell 26977)
    Lord Incendius (npc 9017)

    Edited by supportagent11
    • Like 1
    Link to comment
    Share on other sites

    Nice. Why not push the fix of the first spellcast, spell 3237?

    As to other curses, one has to compare the spell structure. The 3227 spell has target type 6 (designated as TARGET_CHAIN_DAMAGE, but probably being the same TARGET_ENEMY as in 12340 client). So the spell must get an explicit target, i.e. would it be casted by a player, the player needs to select a target unit. Other spells mentioned above have target type combination 22/15 (TARGET_CASTER_COORDINATES/TARGET_ALL_ENEMY_IN_AREA), being essentially selfcasts with an AoE effect. The "self" target type is the one required by these spells.

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

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