This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <TriggernometryExport PluginVersion="1.2.0.730"> | |
| <ExportedFolder Id="a7941bc1-23dc-439c-8768-428b3a2fb828" Name="挖宝会计" Enabled="true"> | |
| <Folders> | |
| <Folder Id="c0a847e6-55c8-46eb-8371-8597ec1835fc" Name="基础功能 请全部勾选" Enabled="true"> | |
| <Folders /> | |
| <Triggers> | |
| <Trigger Enabled="true" Name="1.0手动重置" Id="26777c13-06e2-428c-b80a-161d9316a161" RegularExpression="^.{14} ChatLog 00:0038::挖宝重置$"> | |
| <Actions> | |
| <Action OrderNumber="1" VariableOp="SetNumeric" VariableName="tb_money" VariableExpression="0" ActionType="Variable" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local component = require "component" | |
| local analyzer = component.proxy(component.list("agricraft_peripheral")()) | |
| local tunnel = component.proxy(component.list("tunnel")()) | |
| local event = require "event" | |
| local running = true | |
| local s1, a1, r1 = 1,1,1 | |
| local s2, a2, r2 = 1,1,1 | |
| while running do | |
| os.sleep(5) |