Jump to content

HyperBlown

Gaming Moderator
  • Posts

    841
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Community Answers

  1. HyperBlown's post in ScriptEngine was marked as the answer   
    Literally just change the "java" keyword to the path of your jdk 8 on your pc like mine....
  2. HyperBlown's post in WTB High Five Lineage 2 Server was marked as the answer   
    send me a message and I can set up a shared H5 for u on your pc
     
  3. HyperBlown's post in HP Problem was marked as the answer   
    This is probably because the db column for curHp is not allowd to store more than 8 characters (16000000)
    Go to your character table, and edit the curHp and etc to full int and increase the length of the column.
    Also what is happening that u have 16kk HP oO
  4. HyperBlown's post in Rebirth Skill was marked as the answer   
    quick guide.
    to add a fixed value, use 0x40 add option.
    so
    <add order="0x40" stat="pAtk " val="127.4" /> <!-- P.Atk +127.4 -->
    to remove a fixed value use 0x40 sub option
    <sub order="0x40" stat="pAtk val="50" /> <!-- P.Atk -50 -->
    if you want to add a value but variable, you can use the % option that is 0x30 mul
    to add a value, use 0x30 mul and a positive double number as ex: 1.1
    <mul order="0x30 " stat="pAtk val="1.1"/> <!-- P.Atk +10% -->
    to remove a value with 0x30 mul, use a negative value but still greater than 0
    <mul order="0x30 " stat="pAtk val="0.9"/> <!-- P.Atk -10% -->
     
    I only useded pAtk as example, for other values, look on other skills for examples.
     
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock