Hi, this is my first time posting, and I was wondering if there was a way to continuously open the resources given by the Guild stations.
I AM NOT TRYING TO BUILD A BOT, it just becomes monotonous to open upwards of 500 pieces of ore or wood or what have you. So far, this is what I have come up with...
#1
|
Source code
|
1
2
3
|
/use Unknown Ore IV
/wait 1
/script UseAction(3);
|
#2
|
Source code
|
1
|
/script if (GetCountInBagByName("Unknown Ore IV")>=1) then UseAction(4); else end
|
I have tried even setting the count to a variable and having the macro inspect the number given to execute an action around the results, but alas, I still get no result.
If anyone can offer insight as to my plight, it would be greatly appreciated.
Thanks