Open Nemesis4u opened 5 years ago
If someone didnt understand basically i set makerunewords to true and have it setup to make spirit shields do i need to edit anything in my pickit to make it make these and keep them other then the base (monarch pali shield). in other words the other ingredients that it needs (runes). will it get the runes without them being enabled in the pickit.
Im starting to think even tho the bot says it will pickup items on its own through the char file that its not true that I still must have the pickit set to pickup the runes/gems that will be needed for the recipees?
Kolbot will autopick ingredients, nevertheless you may set specific ingredients in your pickit-file ,in case bot doesn't have ( i.e. ) Monarch yet, so he will be prepared for first time ;)
yea its not auto picking the stuff for me :( heres my char config. config.txt
Ah kk, it seems you are doing mainly boss runs. Did you tried "Pit" and/or "World Stone Keep 1,2 & 3" or "Scripts.ClearAnyArea" or "Scripts.GhostBusters"for some nice rune hunting ?
Hehe by the way... your configuration for Spirit, in line 411, is very ambitious xD
Try:
Config.KeepRunewords.push("[type] == shield || [type] == auricshields # [fcr] >= 25");
Instead of:
Config.KeepRunewords.push("[type] == shield || [type] == auricshields # [fcr] == 25");
The runes and ingredients are dropping its just not grabbing them. Ive saw several times in chaos the runes needed for the spirit dropped but bot didnt grab them... Also i dont see a difference in the line you posted then the one I have its exactly the same?
The tiny change in detail, and huge difference at the same time, are the operators.
[fcr] >= 25 // greater than or equal: will keep spirits with 25 - XX fcr ( 35 is maximum here ).
[fcr] == 25 // equality operator: will ONLY keep 25 fcr spirits, rest will be rerolled
Otherwise I'm lost. Last thing I' got in mind is, to start with a fresh kolbot installation.
thanks you are right about that didnt notice that little change. I didnt know the bot would keep rerolling it until it got specifically 25 lol I thought it would just keep all spirits. Do I need anything in my pickit file to make sure the bot keeps the spirit and doesnt toss it after it makes it?
On Wed, Apr 24, 2019 at 11:37 AM 3CoRmEuM notifications@github.com wrote:
The tiny change in detail, and huge difference at the same time, are the operators.
[fcr] >= 25 // greater than or equal: will keep spirits with 25 - XX fcr ( 35 is maximum here ). [fcr] == 25 // equality operator: will ONLY keep 25 fcr spirits, rest will be rerolled
Otherwise I'm lost. Last thing I have mind is, to start with a fresh kolbot installation.
— 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/1474#issuecomment-486294870, or mute the thread https://github.com/notifications/unsubscribe-auth/AL45PLXA3PR4TC6PONQIRITPSB5BZANCNFSM4HH7PIJQ .
Indeed ^^
It would be a matter in the future only, if you decide to set your pickit in a strict way and you decide to keep lower stuff, but you had forgotten to ease the strict choices.
And always keep an eye at your charconfigs regarding to pickit-settings related to runewords ;)
Thanks for the help I started getting the queue delay on one of my bots today.. I run 10 min 30 second game time (I run 2 bots). One of them started getting extremely long queue. I read that I needed to set my crash delay too?? I mean the bots only crashed twice in like 100 runs but i guess that could be the issue I couldnt find the quit delay or crash delay do you know where thats at?
i think youre asking the wrong questions and getting the wrong answers. when using the cubing script to loot runes for words or gems etc, if the base item ie 4os monarch is not in stash it will not pick up the runes. It needs the base item before it will autoloot the rest and roll your spirit.
also the idea of putting ==25 is bad, considering you want 35 fcr it would be ==35
put a 4os monarch in your stash, turn on the recipe in your config and the bot willl do the rest. OR enable socket recipe for monarch in config, make sure white monarch is in your pickit, and the bot will do the rest AFTER it finds the base shield. This takes awhile to get started though because if it doesnt roll the correct amount of sockets it will sell the base. you are better off just putting a 4os monarch in your stash to start the process.
like he said though, you can enable the runes in your pickit if you want the bot to preloot them before it finds a base
Would it be a matter for you to put your second ( and different ) issue into a new topic ? =) Maybe more people have the chance to see so, where their help for you is required ;)
If I have the bot auto cube spirit shields for me what do I need to have in pickit to make sure the bot doesnt drop it?