Posts: 99
Threads: 23
Joined: Jul 2015
Is there a way to add a call for another LUA file..
I know the structure but i'm looking for an actual command that would call a lua file. I can build the condition on my own.
Posts: 99
Threads: 23
Joined: Jul 2015
05-19-2016, 03:34 PM
(This post was last modified: 05-19-2016, 03:35 PM by quickpurchase.)
I've currently got two LUA gathering files
a red scrip gathering.lua which runs between say (8-12) respectively..
and
a farming scrip running all other times.
I was looking to build timinig logic to say if the eorzamin time reaches 8-12 call the scrip.lua and build the same logic in reverse on my scrip gathering profile to call the farming profile outside of that window. I'm comfortable with the time condition commands but i wasn't sure how to actually call a different gather.LUA entirely or if that's not even possible.
Thanks for responding and in advance. -Quick
Posts: 512
Threads: 6
Joined: Jul 2014
05-19-2016, 06:48 PM
(This post was last modified: 05-19-2016, 06:49 PM by brocklesnar.)
you only need 1 profile.
set [highpriority] = true; for the 8-12 ones and [lowpriority] = true; for the others