/MelvorIdle-Helper

melvor idle helper with tampermonkey.

Primary LanguageJavaScript

for melvor version : Alpha v0.17

中文版本的README

feature introduction and to do list

  • auto loot
  • auto eat food(Golbin Raid will not work) :
    now can auto equip and select food. if you not have any food, will quit combat or thieving.
    now can clever to auto eat food. as follows:
    eat food condition : now_hp < (max_hp * 0.5) or now_hp <= enemy attack
    eat food right away when (1 conditions met will eat food):
    1. combat round end
    2. your attack pregress <= 10%
    3. now_hp <= enemy attack
    4. in thieving and (now_hp < (max_hp * 0.5))
  • auto light bonfire
  • auto sell junk :
    sell all junk, you can set sell item. watch this
  • quick sell junk : same as "auto sell junk"
  • quick add gloop : auto fertilize, if your not have weird gloop, well buy 5 cpmpost and use
  • auto replant : auto plant last seed, auto fertilize and auto harvest

how to install

step 1.

install tampermonkey

step 2.

click melvor idle helper.user.js

how to use helper setting


click helper setting to show setting option, or hidden setting option.

how to set auto sell or quick sell item


edit line 20 or line 21 number to change sell item.
item id in melvor wiki


this code is open source, welcome used this code.