Xian55 / WowClassicGrindBot

Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
161 stars 117 forks source link

make drink/food problem #603

Closed cppbeliever closed 1 week ago

cppbeliever commented 1 week ago

My goal is to make drinks(Just once) when the number of drinks in the pack is less than 20, but my config keeps making drinks (even if the pack is full), what's the problem? Thank you.

"Adhoc": {
"Sequence": [
  {
    "Name": "Conjure Drink",
    "Key": "112",
    "Cost":5,
    "HasCastBar": true,
    "Requirement": "!BagItem:Item_Conjure_Drink:20",
    "AfterCastWaitCastbar": true,
    "AfterCastWaitBag": true
  }
]

}

Xian55 commented 1 week ago

Hello, every time when you going to open an issue, i'm going to be always asking for logs, and Not partial logs, but all of them, you have to understand i have to see everything in order to draw conclusion.

I would be really grateful if you could follow the existing template for filling out bug reports.

It may look outdated, however there's everything which is required in order i can start meaningfully the investigation.

Thank you, have a nice day!

cppbeliever commented 1 week ago

Hello, every time when you going to open an issue, i'm going to be always asking for logs, and Not partial logs, but all of them, you have to understand i have to see everything in order to draw conclusion.

I would be really grateful if you could follow the existing template for filling out bug reports.

It may look outdated, however there's everything which is required in order i can start meaningfully the investigation.

Thank you, have a nice day!

Sorry, I will correct my mistake later. Regarding this issue, I will upload all the logs as you requested, and I will temporarily close this issue. Thank you for your reply.