Cediner / ArdClient

Public Haven & Hearth Client (https://discord.gg/24Tq35uwBD)
Other
37 stars 34 forks source link

"Farmer" bot throws an error on placing stage #66

Closed AndreiRomaniuk closed 2 years ago

AndreiRomaniuk commented 2 years ago

Describe the bug Farmer bot "SeedCropFarmer.java" have an error on the stage of placing piles

To Reproduce Steps to reproduce the behavior:

  1. Use script "Farmer" from automation
  2. Wait till script start placing
  3. See error

Expected behavior Piles should be placed right

Screenshots

Windows 10 10.0 x64, 1.8.0_341 amd64
NVIDIA Corporation (NVIDIA GeForce GTX 1650/PCIe/SSE2) - 4.6.0 NVIDIA 512.15

java.lang.NoSuchFieldError: placing
    at haven.purus.pbot.PBotGobAPI.placeThing(PBotGobAPI.java:555)
    at haven.purus.SeedCropFarmer.run(SeedCropFarmer.java:846)
    at java.lang.Thread.run(Unknown Source)

Java 8 341

Additional context Searched in repository, MapView.java file says that placing var exists in that map class

Cediner commented 2 years ago

3d1dffb

AndreiRomaniuk commented 2 years ago

Thanks, already tested on straw piles, it works