Jump to content

Megathronzz

Members
  • Content Count

    17
  • Joined

  • Last visited

Posts posted by Megathronzz


  1. a1458884662345.gif

     

    my script 

     

    {
        Id: 20487
        AegisName: "Waltz_of_The_Flowers"
        Name: "Waltz of the Flowers"
        Type: 5
        Loc: 4096
        View: 3000
        OnEquipScript: <" sc_start SC_FLORAL_WALTZ, -1, 0; ">
        OnUnequipScript: <" sc_end SC_FLORAL_WALTZ; ">
    },
     
    K1GoZr.jpg

  2.  

    if( getrefine()>9 ) 
       bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",3,5,BF_MAGIC,0; 
    else 
       bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",1,5,BF_MAGIC,0;
    

     

    It says if the refine is 10, then it casts level 3 (19x19)

    If it isn't, then it casts level 1 (11x11)

     

    I Have Eraser refine +13


  3. There's nothing like SubSkill in Hercules.

    Better give some description?

     

     

     Reduces damage taken from Arrow Storm and Gate of Hell by 10%.

    Every 10 base increment of LUK, CRIT +1, ATK +2, MATK +2.

    When base LUK is 108 or higher, CRIT +5, Critical damage +10%.

    When base LUK is 120 or higher, CRIT +10, Critical damage +17%, reduces damage taken from Arrow Storm and Gate of Hell by 30%.

    Every 10 base increment of DEX, Critical damage -2%.

     

    This script item

     
    { bonus bCritical,3; bonus bCritAtkRate,3; bonus2 bSubSkill,"RA_ARROWSTORM",10; bonus2 bSubSkill,"SR_GATEOFHELL",10; .@dex = readparam(bDex); .@luk = readparam(bLuk); bonus bCritAtkRate,-(.@dex/10)*2; bonus bCritical,.@luk/10; bonus bBaseAtk,(.@luk/10)*2; bonus bMatk,(.@luk/10)*2; if (.@luk > 120) { bonus bCritical,10; bonus bCritAtkRate,10; bonus2 bSubSkill,"RA_ARROWSTORM",30; bonus2 bSubSkill,"SR_GATEOFHELL",30; } else if (.@luk > 108) { bonus bCritical,5; bonus bCritAtkRate,10; } },{},{}

     

     

    full link http://ratemyserver.net/index.php?iname=5918&page=re_item_db&quick=1&isearch=Search

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.