IIInitiationnn / BloodEmporium

A program to automatically level the Bloodweb in the game Dead by Daylight.
159 stars 13 forks source link

Bloodweb Node Traversal Lacks Awareness of Existing BP #15

Closed theczorn closed 1 year ago

theczorn commented 1 year ago

Location: On any given bloodweb. Description: Attempting run BP Emporium when your Bloodpoint total is low (e.g. - 1000 BP) causes the node traversal to blindly attempt to navigate the bloodweb even though you don't actually have enough points to purchase any given node.

As a QoL improvement, OCR on the users existing blood point total could be factored into existing logic, so that: a. Execution halts when we no longer have a viable amount of BP to consume b. Execution halts when we hit our Prestige/BP cap

Whichever comes first.

IIInitiationnn commented 1 year ago

Great suggestion, will look into incorporating into a future update.

IIInitiationnn commented 1 year ago

Implemented as of version 1.1.0!