Search found 4 matches

by 2lucene7
08 Mar 2017, 23:47
Forum: Resolved Questions
Topic: autobreaktime syntax for multiple days
Replies: 1
Views: 2738

autobreaktime syntax for multiple days

I was wondering if anyone knew the syntax for multiple days, I have tried autoBreakTime tue | wed { startTime 01:00 stopTime 02:00 } I also tried autoBreakTime [tue | wed] { startTime 01:00 stopTime 02:00 } and w/o spaces autoBreakTime tue|wed { startTime 01:00 stopTime 02:00 } autoBreakTime [tue|we...
by 2lucene7
18 Feb 2017, 19:12
Forum: iRO
Topic: Problem with status after 2-17-2017 Update
Replies: 4
Views: 3894

Re: Problem with status after 2-17-2017 Update

That worked, looks like there was an update on the repos, I did in the openkore directory

Code: Select all

git pull origin master
Thanks.
by 2lucene7
16 Feb 2017, 23:03
Forum: iRO
Topic: Problem with status after 2-17-2017 Update
Replies: 4
Views: 3894

Problem with status after 2-17-2017 Update

I was wondering if anyone else noticed one issue with the recent update there are no status like Adrenaline Rush. Wondering if someone knows a fix. Thinking it has something to do with tables/iRO/statusnametable.txt, but not sure. Not sure if its the packets either, unable to extract recvpackets get...
by 2lucene7
02 Jan 2017, 00:04
Forum: Resolved Questions
Topic: Basic Math Regex
Replies: 1
Views: 3250

Basic Math Regex

This was a while ago and I was wondering if someone could help me with a regex if someone asks to do some basic math such as add, subtract, multiply and divide.

Code: Select all

automacro OnePlusOne {
	pubm /(\d+)(\+|-|/|\*)(\d+)/i
	call {
		do c <something>
	}
}