Advertisement
Rapptz

Untitled

Mar 31st, 2013
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #In order to use this INI file, simply change your stats here
  2. #The variable names should be self-explanatory if anything
  3. #Make sure there is NO spaces between the information or else the formatting will fail.
  4. #Percentage rates would be inputted without the %.
  5. #For example 65% crit rate is inputted as: critRate=65
  6.  
  7. [Player]
  8. #Make sure not to put commas anywhere.
  9. minRange=123312
  10. maxRange=189181
  11. #Boss damage is your total damage + boss damage.
  12. #300% boss damage for example will be put as 300, not 3.
  13. bossDamage=80
  14. #The weapon speed numbers are as follows:
  15. #Faster = 2 or 3, Fast = 4 or 5, Normal = 6, Slow = 7 or 8, Slowest = 9
  16. weaponSpeed=6
  17. critRate=80
  18. #Max critical is 100% + your maximum crit, the default lowest is 150.
  19. #Min critical is the same, with the default lowest to 120.
  20. minCrit=145
  21. maxCrit=155
  22. #Put all your ignore PDR, one by one. Make sure there are no spaces.
  23. #Example: ignore=[10,10,10,10] is the same as 4 items with 10% ignore PDR.
  24. ignore=[20,20,20]
  25.  
  26. [Skill]
  27. #If the skill is hurricane-like change this to one, otherwise set it to zero.
  28. rapid=1
  29. #The skill damage without the percent sign.
  30. damage=300
  31. #The skill delay without the millisecond notation at normal 6 speed
  32. delay=120
  33. #The number of hits the skill does
  34. hits=1
  35. #The amount of mobs the skill hits.
  36. mobs=5
  37.  
  38. [Mob]
  39. pdRate=25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement