Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. Dismiss Notice
  5. Dismiss Notice
  6. Dismiss Notice
  7. Dismiss Notice
  8. 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.

Damage reduction and ABG question

Discussion in 'Old Threads' started by Nujabes, Nov 7, 2010.

  1. Nujabes

    Nujabes Well-Known Member

    Joined:
    Aug 28, 2010
    Messages:
    1,561
    Likes Received:
    501
    Trophy Points:
    0
    No this is not connected to the changes on the updates.

    I was wondering are the ABG pvp reduction gears connected to retail pvp reduction or do they have their own individual reduction? Just want to be 100% sure on this.
     
    1 person likes this.
  2. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,398
    Trophy Points:
    588
    simple math. look at the damage ur taking now and subtract 20% from it :p (if u have the full set)
     
  3. Alente

    Alente Legend Forum Legend

    Joined:
    May 31, 2010
    Messages:
    5,228
    Likes Received:
    8,417
    Trophy Points:
    488
    Location:
    New Zealand
    PvP attack/defense bonuses are applied after the base damage reduction calculation, they're not before.

    Code:
    ( (attacker instanceof Player) && (target instanceof Player) ) {
                            baseDamages = Math.round(baseDamages * 0.50f);
                            float pvpAttackBonus = attacker.getGameStats().getCurrentStat(StatEnum.PVP_ATTACK_RATIO) * 0.001f;
                            float pvpDefenceBonus = target.getGameStats().getCurrentStat(StatEnum.PVP_DEFEND_RATIO) * 0.001f;
                            baseDamages = Math.round(baseDamages + (baseDamages * pvpAttackBonus) - (baseDamages * pvpDefenceBonus));
     
    1 person likes this.
  4. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,398
    Trophy Points:
    588
    thx for sharing the code ^^ yeah makes it easier :p
     
  5. iamAshuka

    iamAshuka Well-Known Member

    Joined:
    Sep 10, 2010
    Messages:
    1,187
    Likes Received:
    526
    Trophy Points:
    333
    Location:
    Hawaiiiiiiiiiiiiiiiiiiii
    so am i right when i say that..

    abg users now hit like tahabata users..

    and tahabata users now hit like... lvl 50 weapons that can be bought in cities???
     
  6. Alente

    Alente Legend Forum Legend

    Joined:
    May 31, 2010
    Messages:
    5,228
    Likes Received:
    8,417
    Trophy Points:
    488
    Location:
    New Zealand
    Bearing in mind Gamez has always had a 40% PvP damage reduction, you're used to that.

    We changed it to 60%, got some user feedback that it was a bit too much and lowered it back to 50% which is what retail uses.
     
    2 people like this.
  7. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,398
    Trophy Points:
    588
    well...not exactly xD really depends on whats on ur wep :p also the passive stats r different, its not just the % pvp attack

    ---------- Post added at 11:48 PM ---------- Previous post was at 11:48 PM ----------

    basically u just do 10% less damage than u used to. the simplest way to look at it
     
  8. yumilover

    yumilover Well-Known Member

    Joined:
    Aug 15, 2010
    Messages:
    1,401
    Likes Received:
    456
    Trophy Points:
    303
    Location:
    Somewhere in the heaven (With Many Hot Girls)
    nice alente...xD

    now fix the AP bug in rankings....plz
     
  9. iamAshuka

    iamAshuka Well-Known Member

    Joined:
    Sep 10, 2010
    Messages:
    1,187
    Likes Received:
    526
    Trophy Points:
    333
    Location:
    Hawaiiiiiiiiiiiiiiiiiiii
    thats what i meant :) :) :)
     
  10. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,398
    Trophy Points:
    588
    yeah but its not exactly the way u said it just coz of this

    abg is not tahabata with 10% pvp dmg on it. the base stats r different, has higher magic boost (or base attack) and extra manastone slots. so abg does more than 10% dmg in reality :p

    just a detail xD
     
  11. Emb

    Emb Proficient

    Joined:
    Aug 23, 2010
    Messages:
    488
    Likes Received:
    69
    Trophy Points:
    0
    10%?? what used to be a 3.5k crit is now 2.1..
     
  12. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,398
    Trophy Points:
    588
    um...it was 20% difference, it got changed to 10% now (like 10 mins ago after the crash) also depends if ur hitting abg people or not and their level :p
     
  13. Nujabes

    Nujabes Well-Known Member

    Joined:
    Aug 28, 2010
    Messages:
    1,561
    Likes Received:
    501
    Trophy Points:
    0
    I have no knowledge of codes, so I don't understand that I'll just assume it comes after the base reduction but don't carry the same % reduction. I can just judge on what you said, the pvp attack/defences are applied after the base damage calculation. But what I want to know is if I wear 1 piece of an abg gear, would the reduction be 55% or the % rate is base on that code?

    Edit: My mind is not at it's best, pretty late atm and I've been deeply thinking of philosophical stuff for over 11 hours so I'm brain ****ed atm.

    Edit: 2 Okay I talked to a friend on Skype and he explained it to me, took a while but I understand now.
     
    Last edited: Nov 7, 2010
  14. kumbaj1612

    kumbaj1612 SPATALOS server elyos

    Joined:
    Aug 3, 2010
    Messages:
    507
    Likes Received:
    136
    Trophy Points:
    0
    Location:
    SRBIJA
    istill dont get it and dont care i know i will kill a sin or a sorc anyway but a temp or gladi a little harder
     

Share This Page