Page 7 of 11 FirstFirst ... 34567891011 LastLast
Results 91 to 105 of 160
http://idgs.in/299687
  1. #91
    --Miakis--'s Avatar
    Join Date
    Jan 2010
    Location
    Seoul , Korea Selatan
    Posts
    2,277
    Points
    1,243.82
    Thanks: 144 / 152 / 126

    Default

    ini saia Nemu Buat Link Damage Starfall Tolong di cek kk GM
    Starfall Coef
    CL,Minzy,Dara,***
    to Anyone
    2NE1 Blackjack

  2. Hot Ad
  3. #92

    Join Date
    Jun 2008
    Posts
    24
    Points
    34.30
    Thanks: 1 / 1 / 1

    Default

    nemu link fix PW:S - Borrowed time, Rapture

    dan proc Art Of War
    Last edited by scarletraft; 14-09-10 at 14:07. Reason: tambah link art of war

  4. #93
    -OceaN-LorD's Avatar
    Join Date
    Oct 2007
    Location
    where i wanna live
    Posts
    4,013
    Points
    8.91
    Thanks: 81 / 180 / 77

    Default

    Code:
    --- Unit.cpp    2010-07-03 20:21:28.000000000 -0400
    +++ modUnit.cpp 2010-07-04 09:46:23.000000000 -0400
    @@ -2859,8 +2859,13 @@
             modOwner->ApplySpellMod(spell->Id, SPELLMOD_RESIST_MISS_CHANCE, modHitChance);
         modHitChance+=GetTotalAuraModifierByMiscMask(SPELL_AURA_MOD_INCREASES_SPELL_PCT_TO_HIT, schoolMask);
    +
    -    modHitChance+= pVictim->GetTotalAuraModifierByMiscMask(SPELL_AURA_MOD_ATTACKER_SPELL_HIT_CHANCE, schoolMask);
    +    
    +    if (spell->SpellIconID != 3178) {
    +       modHitChance+= pVictim->GetTotalAuraModifierByMiscMask(SPELL_AURA_MOD_ATTACKER_SPELL_HIT_CHANCE, schoolMask);
    +    }
    +
         
         if (IsAreaOfEffectSpell(spell))
             modHitChance-=pVictim->GetTotalAuraModifier(SPELL_AURA_MOD_AOE_AVOIDANCE);
    @@ -2885,24 +2890,32 @@
         if (rand < tmp)
             return SPELL_MISS_MISS;
    
    -    
    -    int32 resist_chance = pVictim->GetMechanicResistChance(spell);
    -    tmp += resist_chance;
    -
    -    
    -    tmp -= pVictim->GetTotalAuraModifierByMiscValue(SPELL_AURA_MOD_DEBUFF_RESISTANCE, int32(spell->Dispel));
    +    
    +    if (spell->SpellIconID != 3178) {
    
    -   
    -    if (rand < tmp)
    -        return SPELL_MISS_RESIST;
    +      
    +       int32 resist_chance = pVictim->GetMechanicResistChance(spell);
    +       tmp += resist_chance;
    +
    +       
    +       tmp -= pVictim->GetTotalAuraModifierByMiscValue(SPELL_AURA_MOD_DEBUFF_RESISTANCE, int32(spell->Dispel));
    +
    +      
    +       if (rand < tmp)
    +           return SPELL_MISS_RESIST;
    +    }
    
         
         if (pVictim->HasInArc(M_PI,this) || pVictim->HasAuraType(SPELL_AURA_IGNORE_HIT_DIRECTION))
         {
             int32 deflect_chance = pVictim->GetTotalAuraModifier(SPELL_AURA_DEFLECT_SPELLS)*100;
             tmp+=deflect_chance;
    -        if (rand < tmp)
    -            return SPELL_MISS_DEFLECT;
    +
    +        
    +       if (spell->SpellIconID != 3178) {
    +           if (rand < tmp)
    +               return SPELL_MISS_DEFLECT;
    +        }
         }
    
         return SPELL_MISS_NONE;
    chaosbolt warlock tembus resist dsb.

    nb:this isnt my script

    http://code.google.com/p/trinitycore...achments%20Com
    Last edited by -OceaN-LorD; 15-09-10 at 04:18.
    "Betrayer... In truth, it was I who was betrayed"
    Illidan Stormrage

  5. #94
    -OceaN-LorD's Avatar
    Join Date
    Oct 2007
    Location
    where i wanna live
    Posts
    4,013
    Points
    8.91
    Thanks: 81 / 180 / 77

    Default

    improved succubus
    Code:
    diff  a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
    --- a/src/game/SpellMgr.cpp
    +++ b/src/game/SpellMgr.cpp
    @@ -3751,6 +3775,43 @@
                 spellInfo->EffectRadiusIndex[0] = 37;
                 count++;
                 break;
    +        case 18754:
    +            spellInfo->EffectApplyAuraName[0] = SPELL_AURA_ADD_FLAT_MODIFIER;
    +            spellInfo->EffectBasePoints[0] = -1.5*IN_MILISECONDS*0.22;
    +            spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;
    +            count++;
    +            break;
    +        case 18755:
    +            spellInfo->EffectApplyAuraName[0] = SPELL_AURA_ADD_FLAT_MODIFIER;
    +            spellInfo->EffectBasePoints[0] = -1.5*IN_MILISECONDS*0.44;
    +            spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;
    +            count++;
    +            break;
    +        case 18756:
    +            spellInfo->EffectApplyAuraName[0] = SPELL_AURA_ADD_FLAT_MODIFIER;
    +            spellInfo->EffectBasePoints[0] = -1.5*IN_MILISECONDS*0.66;
    +            spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;
    +            count++;
    +            break;
    http://code.google.com/p/trinitycore...detail?id=1484
    "Betrayer... In truth, it was I who was betrayed"
    Illidan Stormrage

  6. #95
    papepape's Avatar
    Join Date
    Dec 2009
    Posts
    1,100
    Points
    162.91
    Thanks: 65 / 118 / 70

    Default

    shockwave warrior kalo boleh tolong di cek om. cukup merugikan di pvp soalnya.

    Shockwave Fix

    Code:
     src/server/game/Spells/SpellMgr.cpp | 5 +++++
    1 files changed, 5 insertions(+), 0 deletions(-)
    
    diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
    index ac2aeef..74b69fc 100644
    --- a/src/server/game/Spells/SpellMgr.cpp
    +++ b/src/server/game/Spells/SpellMgr.cpp
    @@ -793,6 +793,11 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con
    if (spellId == 34074)
    return true;
    break;
    + case SPELLFAMILY_WARRIOR:
    + // Shockwave
    + if (spellId == 46968)
    + return false;
    + break;
    default:
    break;
    }
    -- 
    1.7.0.2.msysgit.0

  7. #96
    SAPI TEMPUR's Avatar
    Join Date
    Aug 2010
    Location
    say what what ?
    Posts
    586
    Points
    543.30
    Thanks: 24 / 91 / 41

    Default

    Quote Originally Posted by papepape View Post
    shockwave warrior kalo boleh tolong di cek om. cukup merugikan di pvp soalnya.

    Shockwave Fix

    Code:
     src/server/game/Spells/SpellMgr.cpp | 5 +++++
    1 files changed, 5 insertions(+), 0 deletions(-)
    
    diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
    index ac2aeef..74b69fc 100644
    --- a/src/server/game/Spells/SpellMgr.cpp
    +++ b/src/server/game/Spells/SpellMgr.cpp
    @@ -793,6 +793,11 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con
    if (spellId == 34074)
    return true;
    break;
    + case SPELLFAMILY_WARRIOR:
    + // Shockwave
    + if (spellId == 46968)
    + return false;
    + break;
    default:
    break;
    }
    -- 
    1.7.0.2.msysgit.0
    oh ya bang, boleh tau shockwave error kenapa ?
    I'm not saying that we could do better, but given a chance we'd try

  8. #97
    papepape's Avatar
    Join Date
    Dec 2009
    Posts
    1,100
    Points
    162.91
    Thanks: 65 / 118 / 70

    Default

    Quote Originally Posted by SAPI TEMPUR View Post
    oh ya bang, boleh tau shockwave error kenapa ?
    coba cek aja sendiri :P kalo emang demen main warr pasti tau kok.

  9. #98
    EX_VANZORE's Avatar
    Join Date
    Mar 2009
    Location
    Panpukin Kafe.
    Posts
    319
    Points
    637.08
    Thanks: 68 / 45 / 22

    Default

    Quote Originally Posted by papepape View Post
    coba cek aja sendiri :P kalo emang demen main warr pasti tau kok.
    wkwkwk jgn kasi tau, biar tau sendiri, kasian warr prot tar.

    *click*

    Army of The Dead[th]Knight

  10. #99
    tw_'s Avatar
    Join Date
    Oct 2006
    Posts
    210
    Points
    232.40
    Thanks: 52 / 70 / 28

    Default

    Quote Originally Posted by EX_VANZORE View Post
    *click*
    asli lol banget


  11. #100
    SAPI TEMPUR's Avatar
    Join Date
    Aug 2010
    Location
    say what what ?
    Posts
    586
    Points
    543.30
    Thanks: 24 / 91 / 41

    Default

    Quote Originally Posted by papepape View Post
    coba cek aja sendiri :P kalo emang demen main warr pasti tau kok.
    ... kasi tau dong plz gua mainin yang punya battlecow lol
    I'm not saying that we could do better, but given a chance we'd try

  12. #101
    10tacle's Avatar
    Join Date
    Feb 2007
    Location
    Denpasar
    Posts
    839
    Points
    216.50
    Thanks: 73 / 33 / 31

    Default

    Quote Originally Posted by SAPI TEMPUR View Post
    ... kasi tau dong plz gua mainin yang punya battlecow lol
    stunnya bisa di klik kanan

    /sigh

  13. #102
    SAPI TEMPUR's Avatar
    Join Date
    Aug 2010
    Location
    say what what ?
    Posts
    586
    Points
    543.30
    Thanks: 24 / 91 / 41

    Default

    WAFEDAK ? jadi itu buff bukan debuff ? WADOH HARUSNYA JANGAN DIKASI TAU !
    I'm not saying that we could do better, but given a chance we'd try

  14. #103
    10tacle's Avatar
    Join Date
    Feb 2007
    Location
    Denpasar
    Posts
    839
    Points
    216.50
    Thanks: 73 / 33 / 31

    Default

    Quote Originally Posted by SAPI TEMPUR View Post
    WAFEDAK ? jadi itu buff bukan debuff ? WADOH HARUSNYA JANGAN DIKASI TAU !
    km yang nanya -_-a

  15. #104
    Keltuzard's Avatar
    Join Date
    Dec 2009
    Posts
    684
    Points
    402.88
    Thanks: 16 / 156 / 72

    Default

    org autis emg

  16. #105
    Emiya's Avatar
    Join Date
    Jun 2007
    Location
    di kos fadli
    Posts
    355
    Points
    400.01
    Thanks: 18 / 60 / 26

    Default

    sama kayak atasku ^^
    Titania LoL's Beloved Leader

Page 7 of 11 FirstFirst ... 34567891011 LastLast

Posting Permissions

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