Advertisement
gabrielb

Gabriel Auto Farm Configs

Jan 24th, 2021
1,786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # ---------------------------------------------------------------------------
  2. # Auto Farm Settings by Gabriel
  3. # ---------------------------------------------------------------------------
  4. # Use .autofarm to open menu
  5.  
  6. #Enables the usage of the auto farm feature
  7. EnableAutoFarm = true
  8. #enables the usage of the feature only for premium subscription plans
  9. EnableAutoFarmPremiumOnly = false
  10.  
  11. #Amount of minutes a player will have per day
  12. NormalPlayersMinutePerDay = 30
  13. PremiumPlayersMinutePerDay = 120
  14.  
  15. #Amount of boxes a player can have farming at the same time
  16. NormalPlayersBoxes = 1
  17. PremiumPlayersBoxes = 4
  18.  
  19. #Maximum skills a player can configure to attack
  20. AmountConfigurableSkills = 8
  21.  
  22. #Allows the player to attack other players. This option will add or remove some options on the config html
  23. EnableAttackPlayers = true
  24. #Allows premium Players to attack other players
  25. AttackPlayersForPremiumOnly = false
  26.  
  27.  
  28. #Allow Players to attack Raids or GrandBosses
  29. EnableAttackRaidAndGrands = false
  30. #Allows Premium Players to attack Raids or Grand Bosses
  31. EnableAttackRaidAndGrandsPremiums = True
  32.  
  33. #Class ids that wont be able to use this feature
  34. ClassIdBlocked = 11,12
  35.  
  36. #How will the server check for "boxes"
  37. #Options: IPNET, IPPC, HWID (Certain options will only work if supported by server!)
  38. ConfigurationCheckMode = IPPC
  39.  
  40. #Max permanent extra boxes that the player can buy
  41. MaxPemanentSlots = 5
  42.  
  43. #AMOUNT_TO_GAIN,ITEMID,PRICE;AMOUNT_TO_GAIN,ITEMID,PRICE;
  44. # Html will be generated automaticaly with this info
  45. #Increases the amount of boxes a player can log in (permanently),
  46. #Increases the amount of minutes a player can use (This is one use only. If buy 30 minutes, and the player uses it, it wont come back the next day)
  47. #Subscription prices to gain extra features like extra boxes / minutes per day and others if configured above.
  48. SlotsShopPrices = 1,57,15;2,57,25;3,57,40;4,57,50
  49. MinutesShopPrices = 30,57,15;60,57,25;90,57,40;120,57,50
  50. PremiumDayShopPrices = 1,57,5;2,57,6;3,57,8;5,57,10
  51. PremiumWeekShopPrices = 1,57,15;2,57,20;3,57,30;4,57,50
  52. PremiumMonthShopPrices = 1,57,50;2,57,90;3,57,130;4,57,160
  53.  
  54. #Ignore monsters id and names:
  55. # Split using ,
  56. IgnoreMonsterId =
  57. # This will work for full name or Partial name
  58. IgnoreMonsterNames = Chest,Treasure Chest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement