kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 334 forks source link

how do I pick up ammys and charms ilevel 95 and over #1565

Open lew130 opened 5 years ago

lew130 commented 5 years ago

how do I pick up ammys and charms ilevel 95 and over

ElDiGee commented 5 years ago
//---CRAFTING---//

[name] == Amulet && [quality] == magic # [itemlevelreq] >= 94
//[Name] == GrandCharm && [Quality] == magic && [Level] >=94
lew130 commented 5 years ago

thx

On Sun, Jun 2, 2019 at 12:53 PM ElDiGee notifications@github.com wrote:

//---CRAFTING---//

[name] == Amulet && [quality] == magic # [itemlevelreq] >= 94 //[Name] == GrandCharm && [Quality] == magic && [Level] >=94

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kolton/d2bot-with-kolbot/issues/1565?email_source=notifications&email_token=ACN46A2H5IAXWE3SEVULWILPYQJGTA5CNFSM4HSBD42KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWX3XFY#issuecomment-498056087, or mute the thread https://github.com/notifications/unsubscribe-auth/ACN46A57343II5WP235W5N3PYQJGTANCNFSM4HSBD42A .

amOKchen commented 5 years ago

I would like to extend a question on this.

I am collecting items for crafting on my bot.

// Crafting gear [Name] == vampirebonegloves && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL [Name] == mithrilcoil && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL
[Type] == Ring && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL [Type] == Amulet && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL

Will the # make sure that the item is identified and stashed?

ElDiGee commented 5 years ago

I would like to extend a question on this.

I am collecting items for crafting on my bot.

// Crafting gear [Name] == vampirebonegloves && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL [Name] == mithrilcoil && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL [Type] == Ring && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL [Type] == Amulet && [Quality] == Magic && [Level] >= 94 # //DIABLO or BAAL

Will the # make sure that the item is identified and stashed?

This Issue should help you https://github.com/kolton/d2bot-with-kolbot/issues/1212

tlwh163 commented 5 years ago

No need to do anything, but open crafting amulet/ring settings,

DIABLO or BAAL or gambling... all can Provide material

moowarcow commented 3 years ago

No need to do anything, but open crafting amulet/ring settings,

DIABLO or BAAL or gambling... all can Provide material

This might be a dumb question, but where is the amulet/ring settings?