Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default [C++] Shadowmourne

    This is not made by me or mmotop.org team !!!

    Credits: PaikProductions

    Here is my Shadowmourne fix:

    1. The code (I inserted this in \src\game\SpellAuras.cpp under the comment //mods at aura apply or remove)
    Code:
    switch(GetId())     {     case 71903:             if(caster->GetTypeId() == TYPEID_PLAYER && urand(1,5)== 1) //this is needed because I set the weapon in the db to cast this spell on every hit             caster->CastSpell(caster, 71905, true); //replace the spell             break;     case 71905:             if (apply)             {                 if(GetStackAmount()== 1)                     caster->AddAura(72521, caster); //add aura 1                 if(GetStackAmount() == 6)                 {                     caster->RemoveAura(72521); //remove aura 1                     caster->CastSpell(caster, 72523, false); //add aura 2                 }                 if(GetStackAmount() == 10) //final BOOM(Chaosbann)                 {                     caster->RemoveAura(72523); //remove aura 2                     caster->RemoveAura(71905); //remove shards                     caster->CastSpell(caster, 71904, false); //Chaosban-aoe                     caster->CastSpell(caster, 73422, false); //Chaosban-buff                 }                 break;             }             if (!apply && aurApp->GetRemoveMode()!= AURA_REMOVE_BY_STACK)             {                 caster->RemoveAura(72521); //remove aura 1                 caster->RemoveAura(72523); //remove aura 2             }     break;     }
    2. Update the DB (little bit hacky :tinysmile_tongue_t
    You have to set the spelltrigger for the spell 71903 at the item 49623 (Shadowmourne) to 2 (Chance on Hit)

    A MySQL Script: (Pls check before execute)
    Code:
    DELETE FROM item_template WHERE entry=49623; INSERT INTO item_template VALUES(49623,2,1,-1,'Shadowmourne',65153,5,0,0,1,2523810,504762,17,260643,2147483647,284,80,0,0,0,0,0,0,0,1,1,0,4,4,223,7,198,32,114,44,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,1592,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,71903,2,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,145,0,0,0,0,2,0,2,0,2,0,3312,0,-1,0,0,0,0,'',0,0,0,0,11403);
    See also:
    Issue tracker: [Only registered and activated users can see links. ]
    Wowhead (item): [Only registered and activated users can see links. ]
    Wowhead (item-spell): [Only registered and activated users can see links. ]
    Wowhead (aura1): [Only registered and activated users can see links. ]
    Wowhead (aura2): [Only registered and activated users can see links. ]

    This is for trinity only!
    Credits: DGamer of Trinitycore forum!

  2. The Following User Says Thank You to Jerry For This Useful Post:

    rothmans92 (11-10-2010)

  3. #2
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,341
    Thanks: 46
    Thanked 87 Times in 83 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    Nice ^^

  4. #3
    rothmans92's Avatar
    Status : rothmans92 is offline
    Join Date : Dec 2009
    Posts : 154
    Thanks: 18
    Thanked 66 Times in 12 Posts
    Rep Power : 3
    Reputation:55rothmans92 will become famous soon enough

    Default

    nice one buddy :} Thanks.


 

Visitors found this page by searching for:

shadowmourne hack

shadowmourne id

wow shadowmourne hack

shadowmourne script

arcemu shadowmourne script

Shadowmourne code Shadowmourne Hack 0.1shadowmourne script arcemushadowmourne LUA scripthow to get shadowmourne hackWOW hack shadowmournetrinity shadowmourne fixshadowmourne fix arcemuarcemu shadowmournewow arcemu shadowmourne fixget shadowmourne hackfhack shadowmourne wowhack for shadowmourneworld of warcraft shadowmourne hackshadowmourne luawow arcemu shadowmourneshadowmourne trinityshadowmourne set idarcemu :addaura
SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts