Page 1 of 3 123 LastLast
Results 1 to 20 of 58

Thread: [KMST] 1.2.463 - Xenon (3)

  1. Default 1.2.463 - Xenon (3)


    Want instant notification of new extractions, announcements and updates? Follow Southperry on Twitter!

    How do you feel about the content changed in this patch? Click on "Rate this thread" in the upper right-hand corner of this thread to share your opinion!

    -----

    Other Changes:
    - Boss mobs were weakened. Akyrum, Horntail, PB, and such superbosses took a 0.75 multiplier to their PDRate/MDRate.
    - It's only a 10 MB patch. Don't expect much.


    (PvE) Skill Changes


    Item


    This is an output of the latest skill tables.

    Xenon (I)
    Xenon (II)
    Xenon (III)
    Xenon (IV)
    Last edited by Fiel; 2013-01-01 at 03:08 AM.

  2. Default Re: 1.2.463 - Xenon (3)


    I fixed the skill strings.
    They switched some of them around so I all I had to do was switch the IDs, which while easier on my end, I'm unsure how difficult it would be to sort it back to original order. It might be trivial.

  3. Default Re: 1.2.463 - Xenon (3)


    does that mean their pdr is reduce by 25%? if pinkbean has 70% pdr it new one would be 52.5% im right? or im wrong?

  4. Mercury Straight Male
    IGN: StacknStick
    Server: Windia
    Level: 200
    Job: Phantom
    Guild: Exist
    Alliance: DreamHome
    Farm: ButcherDen
    russia

    Default Re: 1.2.463 - Xenon (3)


    Yes

  5. Default Re: 1.2.463 - Xenon (3)


    Hey @Fiel;

    Could you update the skill table printout when you have time?

    Thanks.

  6. Default Re: 1.2.463 - Xenon (3)


    Will do right now.

  7. Default Re: 1.2.463 - Xenon (3)


    Any special properties about that particular Water of Life?

  8. Default Re: 1.2.463 - Xenon (3)


    Virtual Projection doesn't seem to like #x00%. Didn't think it would. Also a typo on Extra Supply I just fixed. Shouldn't be a % sign after the MP cost.

  9. Default Re: 1.2.463 - Xenon (3)


    Here's my regex for finding variables:

    #([a-zA-Z0-9]+)

    I don't see why it wouldn't pick up x00.

    Hmmm...

    EDIT: There is no var x00 for 36111006. I don't know how you're getting that.

  10. Default Re: 1.2.463 - Xenon (3)


    The variable is #x, and then they appended two zeroes to it because making x = 500 is harder than making x = 5.

  11. Default Re: 1.2.463 - Xenon (3)


    Oh my god... really? Why the hell... They have a grand savings of ONE BYTE for doing that. They go through all that trouble for one byte?

    Sheesh.

    I must have put the 0-9 in there for a reason. I'm not sure if taking that out would break things.

  12. Default Re: 1.2.463 - Xenon (3)


    Probably just be safer adding a space after the x.

  13. Default Re: 1.2.463 - Xenon (3)


    There are other options. I can do an overwrite of that one particular variable to not make it so absolutely retarded. I'll make it 500.

  14. Default Re: 1.2.463 - Xenon (3)


    I ran a regex find all for #([0-9]+) and it only found the commented out snippets, so I added another find all with [a-z] in the parameter but still nothing.

  15. Default Re: 1.2.463 - Xenon (3)


    Just to clarify, those variables should be [100, 200, 200, 300, 300, 400, 400, ...], correct?

    Code:
    [WzOverwrite]
    link01 = retarded
    
    [retarded]
    skill/36111006/common/x = u(x/2)*100


  16. Default Re: 1.2.463 - Xenon (3)


    i dont get how dual breeder works, anyone wanna explain?

  17. Default Re: 1.2.463 - Xenon (3)


    We modified this description like three times, I think the final version is pretty clear.

    Description: [Energy] Increases your Dodge Rate to 100%. Each time you dodge an attack, your dodge rate and damage taken will decrease. After dodging a certain number of times, your dodge rate and damage taken will return to normal. Permanently increases your defence.

    For level 20 you have this:
    Energy Cost: 10, Dodge Rate: +100%, Dodge Reduction: 5%, Damage Taken Reduction: 5%, Dodges Before Reset: 10 - Passive Effect - All Stats: +30, Weapon and Magic Defence: +400

    So the moment you use it, you have 100% dodge rate. You dodge once, you now have 95% dodge rate and take 95% regular damage. This keeps going until you dodge 10 times and the skill ends.

  18. Default Re: 1.2.463 - Xenon (3)


    Why do I think this skill needs a cooldown?

  19. Default Re: 1.2.463 - Xenon (3)


    It costs 10 Energy. In 10 dodges, you have a 0.60466176% chance to recover the cost of using it.

  20.  

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
  •