MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / run

Method run

tasks/ExperienceYoukai/script_task.py:21–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19class ScriptTask(GameUi, GeneralBattle, GeneralRoom, GeneralInvite, SwitchSoul, ExperienceYoukaiAssets):
20
21 def run(self):
22 con = self.config.experience_youkai
23 self.ui_get_current_page()
24 self.ui_goto(page_team)
25 self.check_zones('经验妖怪')
26
27 self.exp_exit()
28
29 def exp_exit(self, con=None):
30 self.ui_get_current_page()

Callers 1

script_task.pyFile · 0.45

Calls 4

exp_exitMethod · 0.95
ui_get_current_pageMethod · 0.80
ui_gotoMethod · 0.80
check_zonesMethod · 0.80

Tested by

no test coverage detected