Advertisement
Guest User

Untitled

a guest
Feb 8th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # Don't be a dickhead and turn perks on before you set them up...
  2. # Enable Perks
  3. PerksEnable=True
  4.  
  5. # Each perk has the following layout. Lines beginning with # are ignored as are empty lines
  6. # Perks can be used by typing /perk <PerkName> which will show the options for the perk
  7. # then using /perk <PerkName> <Option#>
  8. #Name=<PerkName>
  9. #Type=<GCD or PCD or GIFT>
  10. #Time=<## followed by H, M or S>
  11. # Options will be read in order from index 1
  12. #Option=<item_ID>,<item_ID>...<Special>
  13. #Option=<item_ID>,<item_ID>...<Special>
  14. # Special is a set of special instructions that help the player and can be used in the Option. Options are:
  15. # Heal.<Amount>
  16. # Cure.<Amount>
  17. # Feed.<Amount>
  18. # Hydrate.<Amount>
  19. #Max=<#>
  20.  
  21. Name=starter
  22. Type=PCD
  23. Time=M10
  24. Option=4020,5020,14022,8012,2000,28000
  25. VIP=0
  26.  
  27. Name=heal
  28. Type=PCD
  29. Time=M15
  30. Option=Heal.10,Cure.10,Feed.10,Hydrate.10
  31. VIP=0
  32.  
  33. Name=vip1
  34. Type=PCD
  35. Time=M10
  36. Option=14022,14022,13018,13018,13007,13007
  37. VIP=1
  38.  
  39. Name=vip2
  40. Type=PCD
  41. Time=M10
  42. Option=13,5019,4019,8000,25001,25001,25001,25001,25001,25001,25001,25001,25001,25001,14010,14010
  43. VIP=2
  44.  
  45. Name=vip3
  46. Type=PCD
  47. Time=M30
  48. Option=5,4002,5002,8007,7005,25000,25000,25000,25000,25000
  49. VIP=3
  50.  
  51. Name=vip4
  52. Type=PCD
  53. Time=M30
  54. Option=7,3001,4003,5003,7009,9003,10006,18013,18013,2003,14022
  55. VIP=4
  56.  
  57. Name=vip5
  58. Type=PCD
  59. Time=M30
  60. Option=12,4018,5018,8015,7008,10000,18014,18014,2005
  61. VIP=5
  62.  
  63. Name=vip6
  64. Type=PCD
  65. Time=M30
  66. Option=11,4017,5017,7011,11004,10009,18014,18014,24000,14022,14022,2004
  67. VIP=6
  68.  
  69. Name=vip7
  70. Type=PCD
  71. Time=M30
  72. Option=11,4017,5017,1,18013,10012,7013,14022,14022,
  73. VIP=7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement