Created: 12/19/2024, 01:46:47 AM Updated: 12/19/2024, 01:46:47 AM View Change History
1
2@setvar! jaseowns_EatSnackAtDiffMana 20
3@setvar! jaseowns_EatSnackTimerCD 60000
4settimer jaseowns_EatSnackTimer jaseowns_EatSnackTimerCD
5
6while not dead
7
8if skill "Cooking" > 0 and diffmana >= jaseowns_EatSnackAtDiffMana and findtype "tray" backpack as jaseowns_Item
9 if timer jaseowns_EatSnackTimer >= jaseowns_EatSnackTimerCD
10 dclick jaseowns_Item
11 settimer jaseowns_EatSnackTimer 0
12 endif
13endif
14wait 1000
15endwhile