Meta Idea

Discussion on a variety of topics. Ask general Vtank questions here.
Diva
Posts: 23

Meta Idea

Post #1 »

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..
He who expects NO gratitude, shall NEVER be disappointed!

User avatar
HellsWrath
Site Admin
Posts: 389

Post #2 »

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.

Diva
Posts: 23

Post #3 »

Thank you for answering Sir.
He who expects NO gratitude, shall NEVER be disappointed!