Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

About Magic Resist

Discussion in 'Old Threads' started by Saoi, Dec 8, 2010.

  1. juliesakura

    juliesakura New Member

    Joined:
    Jul 8, 2010
    Messages:
    38
    Likes Received:
    14
    Trophy Points:
    0
    After 2.1 update

    1. Magic resist doesnt work well
    2. npcs who supposed to sell materials doesnt sell materials but (sell skill books and weapons instead)
    3. cleric skill "cure mind" bugged (doesnt cure any mental problems)
    4. abg set effect disappeared
     
  2. ikike

    ikike Jai guru deva om

    Joined:
    Aug 9, 2010
    Messages:
    262
    Likes Received:
    121
    Trophy Points:
    0
    Location:
    Location :)
    uhm But how is the Formula u set here in gamez?, magic resist, magical accuracy and the elements ( wind , fire, earth and water ) how work between each other here.
     
  3. evilset

    evilset Expert Forum Legend

    Joined:
    Jul 3, 2010
    Messages:
    815
    Likes Received:
    1,091
    Trophy Points:
    348
    Location:
    Ljubljana
    public static int calculateMagicalResistRate(Creature attacker, Creature attacked) {
    if (attacked.getObserveController().checkAttackStatus(AttackStatus.RESIST))
    return 100;

    int stat_res = attacked.getGameStats().getCurrentStat(StatEnum.MAGICAL_RESIST);
    int stat_acc = attacker.getGameStats().getCurrentStat(StatEnum.MAGICAL_ACCURACY);

    int attackerLevel = attacker.getLevel();
    int targetLevel = attacked.getLevel();

    int resist = (stat_res - stat_acc) / 10;

    if ((targetLevel - attackerLevel) > 2)
    resist += (targetLevel - attackerLevel - 2) * 10;

    //TODO some skills have higher resist

    if (resist <= 0)//cant resist
    return 0;
    else if (resist > 95)//hardcap 95%
    return 95;
    else
    return resist;
    }
     
    3 people like this.
  4. justnick001

    justnick001 TwinDad Forum Legend

    Joined:
    Jun 28, 2010
    Messages:
    1,694
    Likes Received:
    324
    Trophy Points:
    303
    Location:
    Home
    abg set effect hidden? or just none......empty as nothing....dry!
     
  5. Deadlychants

    Deadlychants Rainbow kittens Forum Legend

    Joined:
    Aug 6, 2010
    Messages:
    2,874
    Likes Received:
    1,197
    Trophy Points:
    393
    See? I told you guys.
     
  6. Fexus

    Fexus New Member

    Joined:
    Nov 15, 2010
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    In retail as of version 2.0 of the game certain elements of the assassin's and rangers abilities to changed to work around stacking ridiculous amounts of resists. It's in the official retail patch notes if someone wants to dig those up.

    You aren't being very descriptive of what kind of class is bypassing your resists, which I'm sure would help the development team out.

    Things that can still be resisted in retail include:

    SM's fears, silences and stuns.

    Sorc's CC's, silences and stuns, aether's hold

    Cleric well lol everything because they have terribad MA

    Glad ankle snare and the new snare from 2.0, aether's hold

    Ranger Sleep, silence, and aether's hold

    Assassin Silence, aether's hold

    The rest was fixed to work around the fact that a healing class became an unkillable DPS class. Because of tome combines Sorcs and SM's can get their MA to about 1600 without stacking MA, this means that you only have about a 30% chance to resist. Resist worked a lot better before armsfusion and 2.0.

    If you rely completely on MR to save you, then good luck. I can get my sorcs MA to over 3k with buffs and I sit at about 1900 MA unbuffed, because I don't feel I need to stack MB to cap.

    It doesn't matter how hard you can hit a target if you can't actually land your skills on them to do damage you're dead anyway.
     
    Last edited: Dec 9, 2010
  7. justnick001

    justnick001 TwinDad Forum Legend

    Joined:
    Jun 28, 2010
    Messages:
    1,694
    Likes Received:
    324
    Trophy Points:
    303
    Location:
    Home
    i can see my masta spear soul bounding available what happens if it remove it(i will not wear it)?
     
  8. ngjunhoong

    ngjunhoong Expert

    Joined:
    Jul 18, 2010
    Messages:
    577
    Likes Received:
    13
    Trophy Points:
    0

    man this is a if-else either or loop :/ . its all stated there, only resisting magical atks, lower lower characters have even lower chances of hitting someone higher level with magic atks compared to someone of the same level with the target.

    nothing here is totally related to what we're saying :( . we're talking about Mresist able to resist stun skills, root skills, air bind, knockdown, and of course Resisting magical atks :surprised:
     
    1 person likes this.
  9. evilset

    evilset Expert Forum Legend

    Joined:
    Jul 3, 2010
    Messages:
    815
    Likes Received:
    1,091
    Trophy Points:
    348
    Location:
    Ljubljana
    I will test with Diavol on my test server and make a fix. It will be available with new update.
     
    2 people like this.
  10. Mei

    Mei Banned

    Joined:
    Sep 5, 2010
    Messages:
    510
    Likes Received:
    29
    Trophy Points:
    0
    magic resist works perfectly and my stats havent changed at all im still having the same stats wearing the same abg the only QQ i get is the curemind of cleric WTH it doesnt remove any negative buffs
     
  11. Ekzh

    Ekzh B E W I L D Forum Legend

    Joined:
    May 30, 2010
    Messages:
    2,730
    Likes Received:
    813
    Trophy Points:
    393
    Location:
    Elysea
    I just duel with a ranger and cleric.

    I resist most of stuns and magical skills.

    And then i duel agains a gladi.

    I didnt resist: Aerial, debuff (slow, def -500), stumble...

    And most of my dispel didnt work.
     
  12. Saoi

    Saoi Proficient

    Joined:
    Nov 18, 2010
    Messages:
    196
    Likes Received:
    18
    Trophy Points:
    0
    Location:
    In Alice's Wonderland :)
    Uhmm Sorry For Late Reply ....
    Im saying do you guys can resist stuns from chanter, sin and ranger stuns?
    and i tried with my friend his a templar~ He uses buff make his MR to about 2k + still i can root him with 1.3k MAcc
     
  13. maximini04

    maximini04 New Member

    Joined:
    Nov 20, 2010
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Tacloban City, Philippines
    Hi guys wanna ask. Why cant i delete my elyos char in my account which has asmo chars too? need ur help!

    ---------- Post added at 01:19 PM ---------- Previous post was at 01:18 PM ----------

    excuse me.. how can i post a topic? tnx
     
  14. Deadlychants

    Deadlychants Rainbow kittens Forum Legend

    Joined:
    Aug 6, 2010
    Messages:
    2,874
    Likes Received:
    1,197
    Trophy Points:
    393
    Remember that having high MR doesn't mean every spell is going to fail. It only makes your percentage of resisting higher. I think the cap is 95% though. :>
     
  15. Saoi

    Saoi Proficient

    Joined:
    Nov 18, 2010
    Messages:
    196
    Likes Received:
    18
    Trophy Points:
    0
    Location:
    In Alice's Wonderland :)
    Uhmm did you even test that yet?
    I test with that templar like 6 times already~:annoyed:
    And Im Not Talking About Resisting Magic Spells(Dmg)
     
  16. itsaleckz67

    itsaleckz67 Legendary Member

    Joined:
    Aug 17, 2010
    Messages:
    2,636
    Likes Received:
    181
    Trophy Points:
    313
    Location:
    check your room mate..
    so evilset resigned?
    :whistling:
     
  17. Chokolaticoco

    Chokolaticoco Expert

    Joined:
    Sep 9, 2010
    Messages:
    701
    Likes Received:
    129
    Trophy Points:
    0
    Location:
    Wasteland
    yeah he stated at the other thread
     
  18. Saoi

    Saoi Proficient

    Joined:
    Nov 18, 2010
    Messages:
    196
    Likes Received:
    18
    Trophy Points:
    0
    Location:
    In Alice's Wonderland :)
    So this mean MR not gonna get fixed properly?:annoyed:
     
  19. Ekzh

    Ekzh B E W I L D Forum Legend

    Joined:
    May 30, 2010
    Messages:
    2,730
    Likes Received:
    813
    Trophy Points:
    393
    Location:
    Elysea
    He said that is going to be fix in next update.
     
  20. Saoi

    Saoi Proficient

    Joined:
    Nov 18, 2010
    Messages:
    196
    Likes Received:
    18
    Trophy Points:
    0
    Location:
    In Alice's Wonderland :)
    Hope So!:unsure:
     

Share This Page