Search results

  1. B

    I'm needing a script that searches the mall, gets the price and writes to a txt file

    Ok here's what I've got so far. Is there anything I obviously did wrong? string equipt_version = "0.1a"; string extensionDataFile = ".txt"; string equipmentDataFile = "data\\MallPrices\\MallPrices"; #Where to put new modifier map file string [string] itemPrice; void main() {...
  2. B

    I'm needing a script that searches the mall, gets the price and writes to a txt file

    Basically I've wrote a farming spreadsheet that does analysis taking into account the mall price of items so that I can easily and quickly compare what the best place to farm is. It's not totally done yet but I've got most of the staple areas inputted and it does a meat/adv calculation. The...
Back
Top