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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The weapon is damaged and cannot be repaired.

jsRuner opened this issue · comments

commented

Description

The current judgment condition for repair is "item broken". I'm playing as a hunter. The first item to break is the bow. It's too late to repair it when it's broken because there are many monsters on the way to the repair place, resulting in continuous deaths.

Warriors also encountered the same situation

It should be possible to add conditions, such as the proportion of equipment damage. For example, when the durability is 30%, it should be repaired.

Addon Version

latest

World of Warcraft Client

The Burning Crusade Classic

Reproduction Steps

It should be possible to add conditions, such as the proportion of equipment damage. For example, when the durability is 30%, it should be repaired.

Last Good Version

No response

Screenshots

It should be possible to add conditions, such as the proportion of equipment damage. For example, when the durability is 30%, it should be repaired.

Logs

It should be possible to add conditions, such as the proportion of equipment damage. For example, when the durability is 30%, it should be repaired.

commented

Hello, if im reading it correctly this is a duplicate of #444

Especially after reading #444 (comment)

With #387, such functionality has been already added.

The existing profiles are outdated, however there should be plenty of example of what kind of conditions you can use,
for Durability%
https://github.com/search?q=repo%3AXian55%2FWowClassicGrindBot%20Durability%25&type=code

Have a good day!