Page 1 of 1

Meta Idea

Posted: April 19th, 2016, 9:09 am
by Diva
I have never wrote a meta and really just began using them. So I need to ask a question first.

Is it possible to make a meta go to a place ( Cottage ), Look for an item ( Storage ) and document the location if said cottage and weight of said chest? Then go to the next set ect.

If this is possable could someone give a example how to start writing the meta? then I could do the rest..

Re: Meta Idea

Posted: April 19th, 2016, 9:48 am
by HellsWrath
Negative. You may be able to do a "few" of those things, but definitely not all of it.

You can save your coordinates to a variable and display that variable
You can save some item info to variables and display
However you cannot programmatically create new variables to hold the "next" set of information, so everything would need to be hardcoded. (how many to check, how many to store, checks if previous variables are in use so you don't overwrite them etc etc)
You cannot utilize an array to store the information.


It may be possible in some limited form, but I wouldn't approach that as a first-time meta.

Re: Meta Idea

Posted: April 19th, 2016, 2:07 pm
by Diva
Thank you for answering Sir.