kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
345 stars 332 forks source link

LLD Fissure skill #890

Open stinks88 opened 5 years ago

stinks88 commented 5 years ago

i found other sources googling. but cant open pages. the skillfissure, picks up carrion vine pelts... any fix to this yet?

justinpees commented 5 years ago

check in NTItemAlias file if this is what you have for fissure:

NTIPAliasStat["skillfissure"] = [107,231];

maybe you accidentally changed one of the numbers there. if thats good, then you are probably right that it is a bug that needs to be fixed

stinks88 commented 5 years ago

Yes. Its matchs what you wrote down. When googled it showed some one else talking about. Carrion vine pelts where getting picked in the pickit.nip and the line showed skillfissure. And im having the same issue. Any way we can fix this bug?

justinpees commented 5 years ago

Yes. Its matchs what you wrote down. When googled it showed some one else talking about. Carrion vine pelts where getting picked in the pickit.nip and the line showed skillfissure. And im having the same issue. Any way we can fix this bug?

well if they just got them mixed up then you would just change the 231 to "234". try that and then in pickit script use this to pickup any fissure pelt to verify if it worked.

[type] == pelt && [quality] >= normal # [skillfissure] >= 1

stinks88 commented 5 years ago

Thanks. Im also testing skillcarrionvine underneath it. To see what it picks up under that skill. And ill set it to >= 1

justinpees commented 5 years ago

Thanks. Im also testing skillcarrionvine underneath it. To see what it picks up under that skill. And ill set it to >= 1

mind if i check out your runs? my email is on my profile here if you want me to join in game for some chat

stinks88 commented 5 years ago

fissure

Im just waiting to find a "Carrion Vine" pelt. and see if its a Fissure. then that will prove that the NTIPAliasStat is mixed up with the Carrion vine.

justinpees commented 5 years ago

let me know if it is just a mixup in skills

On Mon, Dec 31, 2018 at 6:28 PM stinks88 notifications@github.com wrote:

[image: fissure] https://user-images.githubusercontent.com/46278161/50568991-a7b52e80-0d29-11e9-9940-840385ab01e9.jpg

Im just waiting to find a "Carrion Vine" pelt. and see if its a Fissure. then that will prove that the NTIPAliasStat is mixed up with the Carrion vine.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kolton/d2bot-with-kolbot/issues/890#issuecomment-450698838, or mute the thread https://github.com/notifications/unsubscribe-auth/AKdgsn9av63jV0KuzFHgQrbCRP0Ui8u2ks5u-p2IgaJpZM4ZlT-q .

stinks88 commented 5 years ago

backwards

Finally found one!. And guess what, its Backwards!. soo found the solution!, Thanks for all the help Justinpees.

justinpees commented 5 years ago

No problemo good to know. Ty

On Tue, Jan 1, 2019 at 1:52 AM stinks88 notifications@github.com wrote:

[image: backwards] https://user-images.githubusercontent.com/46278161/50570814-df42cb80-0d67-11e9-8898-8c718e7e032b.jpg

Finally found one!. And guess what, its Backwards!. soo found the solution!, Thanks for all the help Justinpees.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kolton/d2bot-with-kolbot/issues/890#issuecomment-450713128, or mute the thread https://github.com/notifications/unsubscribe-auth/AKdgshq2LDPe5mrzD1ICNHhDr14S71hZks5u-wXGgaJpZM4ZlT-q .