What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Recent content by Fragmaster

  1. F

    Detect if Trade Pack is free loot

    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.
  2. F

    Win 10 Defender detecting todays downloaded Updater as Trojan

    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?
  3. F

    Archebuddy crashes on Character Select or Log out

    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)
  4. F

    ArcheBuddy won't start, getting error

    Thank you Out for the fast response :D
  5. F

    ArcheBuddy won't start, getting error

    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.
  6. F

    Beginner Question: Is everyone using Log() to test what a method returns or other?

    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...
  7. F

    Beginner Question: Is everyone using Log() to test what a method returns or other?

    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] =...
  8. F

    How to Plant specified item at X,Y co-ords on farm

    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);
Back
Top