Jump to content

Helena

Members
  • Content Count

    238
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Helena reacted to Najara in All skills too weak?   
    I'm pressume here at this part.
    Although, I haven't modified any numbers here myself, so don't blame me if something goes wrong.
     
     
     
    //ATK_RATE scales the damage. 100 = no change. 50 is halved, 200 is doubled, etc#define ATK_RATE( a ) { wd.damage= wd.damage*(a)/100 ; if(flag.lh) wd.damage2= wd.damage2*(a)/100; }#define ATK_RATE2( a , b ) { wd.damage= wd.damage*(a)/100 ; if(flag.lh) wd.damage2= wd.damage2*(b)/100; }#define ATK_RATER(a){ wd.damage = wd.damage*(a)/100;}#define ATK_RATEL(a){ wd.damage2 = wd.damage2*(a)/100;}//Adds dmg%. 100 = +100% (double) damage. 10 = +10% damage#define ATK_ADDRATE( a ) { wd.damage+= wd.damage*(a)/100 ; if(flag.lh) wd.damage2+= wd.damage2*(a)/100; }#define ATK_ADDRATE2( a , b ) { wd.damage+= wd.damage*(a)/100 ; if(flag.lh) wd.damage2+= wd.damage2*(b)/100; }//Adds an absolute value to damage. 100 = +100 damage#define ATK_ADD( a ) { wd.damage+= a; if (flag.lh) wd.damage2+= a; }#define ATK_ADD2( a , b ) { wd.damage+= a; if (flag.lh) wd.damage2+= b; }
  2. Upvote
    Helena reacted to Najara in Najara's (Free) Map Package   
    Hello there, Hercules!
     
     
    I thought I might as well be more active on this forum seeing how I am running on Hercules myself now.
     
    Here my gift for you, a free map pack!
     
     
    This pack contains the following (7) maps:
     
    - Lunette V1.0
    - Altzibar V1.0
    - Crystilia
    - Flaris
    - Jazeera
    - Welgaia
    - War Cage
     

     ] - All the maps are in the playlist, 'cept for War Cage. That map is too small to actually make a video of. 
    Please be so kind to consider one of my purchasable maps. It'll mean a lot to me.
     
     
    Special thanks: Syouji
    If Syouji didn't save these maps, they would've been lost after reformatting my computer. ^^;
     
     
    Thank you and have fun with the maps! ♥
     
     
    Free Map Pack.rar
×
×
  • Create New...

Important Information

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