Hi,
How do I determine if a trade pack is freeloot?
I'm finding the packs using getDoodads() method testing each doodad.name to see if it matches pack name, but cant find a way to identify freeloot availability for anyone to pick up.
Tried launching AB today and when it updates Win10 Defender detects Updater.exe as Trojan: Win32/Pocyx.B!plock Alert Level:Severe Used AB for quite a while and never had a problem before today. Anyone else getting this problem? Do I need to be concerned?
I have the same problem, used to work fine but now if I try to select character when already logged in with a different character from that account I end up having to re-launch AA from scratch as it freeze's / not responding.
(Archebuddy doesn't crash)
Same problem, was working fine last night until I closed the app at which point it gave me an error window then when launched today same error as previous posts.
I just quickly changed a code sample without testing it. 'req' is a variable used by Myster2
public List<AuctionItem> getAuctionBuyList(
AuctionRequestParams requestParams,
int maxCount
)
The orig code I used takes all the entries from a forms listbox and writes them to a text...
I use log() to display small amounts of data, or write it to a text file if there is a lot of data or I want to review it later
List<AuctionItem> items = getAuctionBuyList(req, 9);
string[] lines = new string[items.Count];
foreach (AuctionItem i in items)
{
lines[i] =...
Solved: How to Plant specified item at X,Y co-ords on farm
Hi, could anyone please tell me how do I plant a specified seed at a specified X,Y co-ordinate on my farm.
Found what I was looking for - PlantItem() method
eg. core.PlantItem("Potato Eyes", 500, 600);