default_manual_training = true show_more = false bindkey = [Tab] CMD_AUTOFIGHT_NOMOVE autofight_stop = 70 autofight_nomove_fires = false autofight_wait = true explore_stop += greedy_pickup,stairs,shops,altars,portals,branches,runed_doors item_slot ^= potions? of haste:H item_slot ^= potions? of cur:c item_slot ^= potions? of heal:h item_slot ^= scrolls? of id:i { if you.turns() ~= 0 then return end if you.race() == "Minotaur" and you.class() == "Fighter" then you.set_training_target("axes", 18) you.set_training_target("invocations", 5) you.set_training_target("throwing", 10) you.set_training_target("shields", 15) you.train_skill("fighting", 1) you.train_skill("axes", 2) you.train_skill("dodging", 0) you.train_skill("armour", 0) you.train_skill("shields", 0) end crawl.sendkeys("m") }