Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. -- [[ SETTINGS ]]
  2. -- [[ www.Solid-Scripts.com ]]
  3.  
  4. _mainBackpack = 'Buggy Backpack' -- name of main backpack
  5. _suppliesBackpack = 'Jewelled Backpack' -- name of mana backpack
  6. _rareBackpack = 'Yellow Backpack' -- name of backpack for non-stackable items
  7. _goldBackpack = 'Blue Backpack' -- name of backpack for gold
  8.  
  9. _useManaPotions = true -- buy mana potions
  10. _manaPotions = 'mana potion' -- name or id
  11. _manaMaximum = 900 -- how many mana potions to buy
  12. _manaMinimum = 300 -- how many potions to leave the spawn
  13.  
  14. _useHealthPotions = true -- buy health potions
  15. _healthPotions = 'supreme health potion' -- name or id
  16. _healthMinimum = 250 --
  17. _healthMaximum = 500 --
  18.  
  19. _useRunes = false
  20. _rune = 'sudden death rune' -- name or id
  21. _runeMinimum = 80
  22. _runeMaximum = 400
  23.  
  24. _useSoftBoots = false -- use softboots
  25. _normalBoots = 3079 -- id of 'normal' boots to equip while not using soft boots
  26.  
  27. _sortSupplies = true -- puts your supplies into supply bp
  28. _refillMana = false -- refill mana to almost full when no monsters on screen
  29. _dropVials = true -- drop empty vials on the floor when cap is below 200
  30.  
  31. _vocation = 'knight'
  32.  
  33. _minimumCap = 200 -- minimum cap to leave spawn
  34. _logoutStamina = 14 -- how many hours of stamina to logout [0 to disable]
  35.  
  36. _screenLevel = true
  37. _utitoTempo = true
  38. _useMaxSpell = false -- Use Exori Max Vis
  39. _PvPSafe = false -- PvP Safe Mode for Hardcore Servers
  40.  
  41.  
  42. -- [[ END OF SETTINGS ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement