MF increase via Weapon Switch
Status: Alpha
Brought to you by:
kingsob
For those who want to increase their chances in finding more uniques by doing a quick weapon switch before the boss dies.
For example: When doing a mephisto run, right before mephisto is to die, you do a weapon switch to a 4 isted monarch, plus x isted weapon. This would make your bot character effective in getting to the boss and killing the boss, while increasing your mf percentage when doing mf runs.
I don't know much about programing but my general idea is to make a function
BossHealth()
to signal the weapon switch command
e.g.
if (bosshealth==5)
do WeaponSwitch()
WeaponSwitch()
to implement the weapon switch and revert back to normal weapons
e.g.
input key "w"
and ??? no idea