Advertisement
Guest User

Soviet#0123's W//Z Autosell List

a guest
Dec 6th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.02 KB | None | 0 0
  1. _G.Key = "KEYHERE"
  2. _G.auto_join_dungeon = true
  3. _G.dungeon = "1-4" -- worldnum-levelnum ex: 1-1, 1-2, 1-3, 2-1,2-3,4-1,4-2
  4. _G.auto_choose_dungeon = true -- auto selects highest stage according to level
  5. _G.private_lobby = true
  6. _G.return_on_full_inv = true
  7. _G.autosell = true
  8. _G.auto_sell_keep ={
  9.  
  10.     -- [TIER 5] Legendaries
  11.     "King Crab Crown", -- World 1-4
  12.     "Magma Wings", -- World 2-4
  13.     "Spirebane", -- World 2-4
  14.     "Spider Staff", -- World 2-4
  15.     "Cerberus Staff", -- World 2-4
  16.     "Lion Greataxe", -- World 2-4
  17.     "Spire Slayer", -- World 2-4
  18.     "Phoenix Plate", -- World 2-4
  19.     "Permafrost", -- World 3-3
  20.     "Frostblade", -- World 3-3
  21.     "Holy Armor", -- World 3-3
  22.     "Guilded Shield", -- World 3-3
  23.     "Snowstorm", -- World 3-3
  24.     "WillOTheWisp", -- World 3-3
  25.     "WintersHeart", -- World 3-3
  26.    
  27.     -- [TIER 3] World 1
  28.     "Frenzy",
  29.     "Razor",
  30.     "Splinter Greataxe",
  31.    
  32.     -- [TIER 4] World 2
  33.     "Void Slayer",
  34.     "Fanged Greataxe",
  35.     "Wicked Staff",
  36.     "Snake Staff",
  37.     "Witch Hunter Armor",
  38.     "Silent Edge",
  39.     "Crystal Greatsword",
  40.     "Shadow Field Cloak",
  41.    
  42.     -- [TIER 4] World 3
  43.     "Golden Greataxe",
  44.     "Golden Greatsword",
  45.     "Thrasher Longsword",
  46.     "Mercenary Armor",
  47.     "Winter Hunter",
  48.     "Flowering Staff",
  49.     "Winter Shield",
  50.  
  51.  
  52.     -- Auras
  53.     "Crescent Aura",
  54.     "Bubble Aura",
  55.     "Shock Aura",
  56.     "Blossom Aura",
  57.     "Petal Aura",
  58.     "Bubble Trouble",
  59.     "Digital Aura",
  60.     "Lightning Aura",
  61.     "Electric Aura",
  62.     "Stardust Aura",
  63.     "Hypnosis Aura",
  64.     "Halo Aura",
  65.  
  66.     -- Pets
  67.     "Alpha Dragon Pet",
  68.     "Pet Fox",
  69.     "Pet Owl",
  70.     "Pet Boarwolf",
  71.     "Pet Frog",
  72.     "Pet Quillodile",
  73.     "Pet Raptor",
  74.     "Pet Goo",
  75.  
  76.     -- Pet Skills
  77.     "HealPulseSkillCard",
  78.     "BiteSkillCard",
  79.     "FireballSkillCard",
  80.     "PoisonSplashSkillCard",
  81.     "IcySpikesSkillCard",
  82.     "BlackFlameSkillCard",
  83.    
  84.     -- Eggs
  85.     "Star Egg",
  86.     "Jungle Egg",
  87.     "Crystal Egg",
  88.    
  89.     -- Miscellaneous
  90.     "Pet Candy",
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement