Advertisement
Guest User

Fenrock CONFIG

a guest
Sep 17th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. if not __ then return print 'You do not need to execute the config.' end
  2.  
  3. ------------------------------------------------------------------------------------------------------------------
  4. -- G E N E R A L |
  5. ------------------------------------------------------------------------------------------------------------------
  6.  
  7. -- General Setup --
  8. _Player.LevelScreenshot = true -- Do you want to take a screenshot when you level up? (true/false)
  9. _Player.SkullScreenshot = true -- Do you want to take a screenshot if you get skulled? (true/false)
  10. _Player.PlayerScreenshot = false -- Do you want to take a screenshot when a player enters your view while in spawn? (true/false)
  11. _Player.PlayerAlarm = false -- Do you want to trigger an alarm when a player enters your view while in spawn? (true/false)
  12. _Player.MinimizeMainBP = true -- Do you want to minimize your main backpack? CAUTION: Move your health/mana bars in-game to as south as possible. (true/false)
  13. _Player.SpeedLooter = 'off' -- The speed at which the speed looter operates. (off/fast/med/slow)
  14.  
  15. -- Spawn Setup --
  16. _Spawn.LureAmount = 0 -- The amount of creatures to activate lure mode. (0 to disable)
  17. _Spawn.LureCreatures = "Tortoise, Carrion Worm"
  18. _Spawn.LureRange = 7 -- The distance around your character to check for creatures.
  19. _Spawn.LureTime = 120 -- The amount of time you have to kill the lured creatures before moving on.
  20. _Spawn.AntiTargetTime = 30 -- The amount of time targeting one specific creature to trigger if-stuck targeting. (0 to disable)
  21. _Spawn.AntiTargetSwitch = 5 -- The amount of time until you return to regular targeting.
  22.  
  23.  
  24. ------------------------------------------------------------------------------------------------------------------
  25. -- I N V E N T O R Y |
  26. ------------------------------------------------------------------------------------------------------------------
  27. -- AUTOMATIC WITHDRAWING IS ENABLED BUT IS NOT REQUIRED TO REFILL.
  28. -- Add supplies, listed in the setup below, to depot backpack #3 to automatically withdraw from the your depot.
  29. -- The script will purchase supplies from NPCs if it fails to withdraw from the depot.
  30.  
  31. -- IF POTIONS, AMMO OR RUNES INDEPENDENTLY EQUAL MORE THAN 100, YOU WILL NEED TO CARRY A BACKPACK FOR THOSE ITEMS.
  32. -- Example: If you change ammunition from spears to arrows and you increase the max limit to above 100,
  33. -- you will be required to have an ammunition backpack.
  34. -- Example: If runes max count is set to above 100, you will be required to have a rune backpack.
  35.  
  36. -- AUTOMATIC BACKPACK PRIORITY: Main, Loot, Gold, Potions, Runes, Ammunition.
  37.  
  38. -- Health Potions Setup --
  39. _Potion.HealthID = 'health potion' -- ID/Name of health potion.
  40. _Potion.HealthCost = 45 -- The price of a single health potion.
  41. _Potion.HealthMin = 1 -- The amount of health potions at which you will leave to go refill.
  42. _Potion.HealthMax = 5 -- The amount of health potions you want to buy.
  43. _Potion.HealthWithdraw = true -- Do you want to withdraw health potions from the depot?
  44. _Potion.HealthAlarm = 0 -- The amount of health potions to trigger an alarm. (0 to disable)
  45.  
  46. -- Mana Potions Setup --
  47. _Potion.ManaID = 'mana potion' -- ID/Name of mana potion.
  48. _Potion.ManaCost = 50 -- The price of a single mana potion.
  49. _Potion.ManaMin = 1 -- The amount of mana potions at which you will leave to go refill.
  50. _Potion.ManaMax = 10 -- The amount of mana potions you want to buy.
  51. _Potion.ManaWithdraw = true -- Do you want to withdraw mana potions from the depot?
  52. _Potion.ManaAlarm = 0 -- The amount of mana potions to trigger an alarm. (0 to disable)
  53.  
  54. -- Ring Setup --
  55. _Ring.RingEnabled = false -- Do you want to use rings? (requires a normal ring)
  56. _Ring.RingLimit = 1 -- How many creatures at which you will equip the ring? (0 to disable)
  57. _Ring.RingHealth = 30 -- The health percentage in which you equip the ring? (0 to disable)
  58. _Ring.RingMana = 10 -- The mana percentage in which you equip the ring? (0 to disable)
  59. _Ring.RingID = 'sword ring' -- ID/Name of a ring.
  60. _Ring.RingMin = 0 -- The amount of rings at which you leave to go refill.
  61. _Ring.RingMax = 3 -- The amount of rings you want to withdraw from the depot.
  62. _Ring.RingAlarm = 0 -- The amount of rings to trigger an alarm. (0 to disable)
  63.  
  64. -- Amulet Setup --
  65. _Amulet.AmuletEnabled = false -- Do you want to use amulets? (requires a normal necklace)
  66. _Amulet.AmuletLimit = 10 -- How many creatures at which you will equip the amulet? (0 to disable)
  67. _Amulet.AmuletHealth = 30 -- The health percentage in which you equip the amulet? (0 to disable)
  68. _Amulet.AmuletMana = 10 -- The mana percentage in which you equip the amulet? (0 to disable)
  69. _Amulet.AmuletID = 'prismatic necklace' -- ID/Name of the amulet.
  70. _Amulet.AmuletMin = 1 -- The amount of amulets at which you leave to go refill.
  71. _Amulet.AmuletMax = 3 -- The amount of amulets you want to withdraw from the depot.
  72. _Amulet.AmuletAlarm = 0 -- The amount of amulets to trigger an alarm. (0 to disable)
  73.  
  74. -- Food Setup --
  75. _Food.Enabled = false -- Do you want to buy food? (true/false)
  76. _Food.Min = 10 -- The amount of food at which you refill.
  77. _Food.Max = 50 -- The amount of food you want to buy.
  78.  
  79.  
  80. ------------------------------------------------------------------------------------------------------------------
  81. -- S U P P O R T |
  82. ------------------------------------------------------------------------------------------------------------------
  83.  
  84. -- Softboot Equipper
  85. _SoftBoots.Enabled = false -- Would you like to switch to softboots at a certain mana percent? (true/false)
  86. _SoftBoots.ManaPercent = 80 -- What mana percent to use softboots at.
  87.  
  88. -- Mana Restorer --
  89. _Mana.RestorePercent = 50 -- Mana percent to restore mana up to while no creatures on-screen. (0 to disable)
  90.  
  91.  
  92. ------------------------------------------------------------------------------------------------------------------
  93. -- S T A T U S C H E C K S |
  94. ------------------------------------------------------------------------------------------------------------------
  95.  
  96. -- Capacity Checks --
  97. _Cap.HuntMinimum = 10 -- If capacity goes below this number it will exit spawn. (0 to disable)
  98. _Cap.DropFlasks = true -- Drop flasks when capacity drops below this number (true/false)
  99. _Cap.DropGold = false -- Drop gold when capacity drops below this number (true/false)
  100.  
  101. -- Stamina Check --
  102. _Stamina.Logout = true -- Would you like to log when low on stamina? (true/false)
  103. _Stamina.Hours = 16 -- At what stamina level would you like to log out? (in hours)
  104. _Stamina.ServerSave = 0 -- How many hours before server save would you like to logout? (0 to disable)
  105. _Stamina.TimeLimit = 0 -- The maximum hours to hunt if Logout is enabled (0 to disable)
  106. _Stamina.Trainer = false -- Would you like to log at the trainer when low on stamina? (true/false)
  107. _Stamina.TrainSkill = 'sword' -- The skill statue to use: sword, axe, club, spear, magic.
  108.  
  109.  
  110. ------------------------------------------------------------------------------------------------------------------
  111. -- R U N E / S P E L L S H O O T E R |
  112. ------------------------------------------------------------------------------------------------------------------
  113. -- MAKE SURE YOUR CHARACTER CAN CAST THE SPELLS CORRESPONDING TO EACH SECTION PRIOR TO ENABLING.
  114.  
  115. _Shooter.Utito = false -- Would you like to use utito tempo? (true/false)
  116. _Shooter.ExoriMin = false -- Would you like to use exori min? (true/false)
  117. _Shooter.ExoriG = false -- Would you like to use exori gran? (true/false)
  118. _Shooter.Exori = false -- Would you like to use exori? (true/false)
  119. _Shooter.Strikes = false -- Would you like to use exori strike spells? (true/false)
  120.  
  121.  
  122. ------------------------------------------------------------------------------------------------------------------
  123. -- H U D |
  124. ------------------------------------------------------------------------------------------------------------------
  125. _HUD.ShowIcons = true -- Whether to show the loot icons in the HUD or not. (true/false)
  126. _HUD.UseOutfitTheme = false -- Enable to use your player's outfit as the HUD colors. (true/false)
  127. _HUD.LogStatistics = false -- Logs your statistics in a CSV file. (directory 'XenoBot/SynLog' must exist)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement