# Hey. I'm Aly. I probably don't know you but I think you're amazing # nonetheless. These are strange times to be in and it's easy to lose track of # why you'd want to be yourself, but all you need to do # is to treat yourself the # way you'd treat your best friend. Or a pet. # It'll all be ok eventually, I think. # Play my games, maybe that'll help: https://hypergardens.itch.io/ # macros += M 0 o # macros += M 5 . ## Press "tab" when enemies are visible and "o" when they are not { function otab() if you.feel_safe() then crawl.sendkeys("o") else crawl.sendkeys({9}) end end } macros += M \{-1000} ===otab { local TAB=string.char(9) function rush() crawl.delay(50) crawl.sendkeys(TAB) crawl.delay(50) crawl.sendkeys(TAB) crawl.delay(50) crawl.sendkeys(TAB) crawl.delay(50) crawl.sendkeys(TAB) end } # autofight autofight_stop = 80 automagic_enable = false automagic_slot = a automagic_stop = 25 dump_on_save = true #HP MP Coloring hp_colour = 100:green, 75:yellow, 50:lightred, 25:red mp_colour = 100:green, 75:yellow, 50:lightred, 25:red #Movement Options explore_auto_rest=true #explore_delay = 1 #travel_delay = 1 #rest_delay = 0 # Skill menu at game start default_manual_training = true { local need_skills_opened = true function ready() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end } # pickup ammos of all types # autopickup_exceptions +=