![]() |
Complete Diablo 2 Unique Pickit script for D2Nt bot - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Complete Diablo 2 Unique Pickit script for D2Nt bot (/thread-46658.html) |
Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 01-20-2011 Ok, I was finally able to format this into code,next is the error corrections please be patient I'm almost done. Complete Diablo 2 Unique Pickit script for D2Nt bot - chrtylee - 01-26-2011 for anyone who needs the script for perf eth titans here it is. if its wrong someone plz fix n explain where i went wrong [Name] == CeremonialJavelin && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 200 && [LifeLeech] >= 9 // Titan's Revenge Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 01-26-2011 Its correct but i already have it included in my unique pickit list,it has every unique that is in the game(legit uniques) including ethereal and perfect versions of every unique, thats why its such a big post. Complete Diablo 2 Unique Pickit script for D2Nt bot - MooBoiz - 01-28-2011 //[MatriarchalJavelin] && [Quality] == unique && [Flag] != ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke //[MatriarchalJavelin] && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke when i tried to turn this on, i get an error, and i have no idea why, please help. thanks. Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 01-28-2011 MooBoiz Wrote:my bad i still haven't had time to error check lol it should be Code: //[MatriarchalJavelin] && [Quality] == unique && [Flag] != ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke Complete Diablo 2 Unique Pickit script for D2Nt bot - chrtylee - 01-28-2011 i thought maybe that was it, when i looked at his error message. but u had already answered lol. i was gonna say its helpful if he listed the error msg[COLOR="Silver"] ---------- Post added at 08:32 PM ---------- Previous post was at 08:30 PM ---------- [/COLOR]ino this is the wrong thread for this, but im already here, so, sometimes my item log on the d2nt manager will list the same thing multiple times, for the same pick up. for instance, i apparently picked up about 30 unidentified chaos armors, all within 30 secs of each other. Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 01-29-2011 chrtylee Wrote:i thought maybe that was it, when i looked at his error message. but u had already answered lol. i was gonna say its helpful if he listed the error msg[COLOR="Silver"]that would be courtesy of high ping (lag) Complete Diablo 2 Unique Pickit script for D2Nt bot - chrtylee - 01-29-2011 Jammer74 Wrote:that would be courtesy of high ping (lag) i dont even lag when i play ff 11 tho? Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 01-30-2011 its not your computer it b.nets servers that cause lag, and anyway i bet less people play ff11 then play diablo 2 Complete Diablo 2 Unique Pickit script for D2Nt bot - chrtylee - 01-30-2011 Jammer74 Wrote:its not your computer it b.nets servers that cause lag, and anyway i bet less people play ff11 then play diablo 2 im not sure actually, ff11 still has a surprisingly large player base. Complete Diablo 2 Unique Pickit script for D2Nt bot - orangejuice - 02-02-2011 super nub question inc... where do i paste all of this? there are three item files, regular advanced and extreme.... plus ive watched my pickit atm, it found a HoZ and i watched it id it then sell it right away... uh also how can you make the pickit not id certain items? Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 02-02-2011 orangejuice Wrote:super nub question inc...in your charactername config file you will see some text that looks like this down towards the bottom Code: // SnagIt configuration the reason your bot threw away a hoz is because it wasn't good enough (ie enough enhanced defense percentage) the way you make the bot not id something like griffons or coa or hoz is to remove everything after the word unique in the pickit line here is an example Code: [COLOR=DarkOrange][Name] == Diadem && quality == Unique[/COLOR] Complete Diablo 2 Unique Pickit script for D2Nt bot - orangejuice - 02-02-2011 yeah im using your pickit to keep an item unid do i have have to take the // off of that line and put // on all the others? Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 02-03-2011 orangejuice Wrote:yeah im using your pickityep thats how its done Complete Diablo 2 Unique Pickit script for D2Nt bot - chrtylee - 02-14-2011 Jammer74 Wrote:my bad i still haven't had time to error check lol it should be im using this same pickit, and i went with the more generalized tstrokes Code: [MatriarchalJavelin] && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke ---------- Post added at 06:55 AM ---------- Previous post was at 06:50 AM ---------- [/COLOR] chrtylee Wrote:im using this same pickit, and i went with the more generalized tstrokes nvm i kno the error. theres no name thing in front of it, should look like this correct? Code: [Name] == MatriarchalJavelin && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke ---------- Post added at 07:00 AM ---------- Previous post was at 06:55 AM ---------- [/COLOR]i was told once that abbadon in a5 is a good place to mf. can someone possibly write a new thresh socket script with this added into it? with full clear please. Complete Diablo 2 Unique Pickit script for D2Nt bot - Jammer74 - 02-15-2011 chrtylee Wrote:im using this same pickit, and i went with the more generalized tstrokesThanks for pointing that out I still haven't had time to error check this,but I will this weekend hopefully. Complete Diablo 2 Unique Pickit script for D2Nt bot - chrtylee - 02-15-2011 Jammer74 Wrote:Thanks for pointing that out I still haven't had time to error check this,but I will this weekend hopefully. no problem man Complete Diablo 2 Unique Pickit script for D2Nt bot - Magic1942 - 04-10-2011 Sorry if this dumb question lol. I'm new to bots and pick it. I just pasted this in my unique file do i have to delete all the old stuff (just restarted playing diablo 2 so any item is a good item for me haha) I edited most of the old stuff to pick up event he worst version of a item just so i can start getting stuff. Do i have to re-edit all this you made(for low stat stuff) or can i just leave the old stuff in there also? Complete Diablo 2 Unique Pickit script for D2Nt bot - Blue - 04-10-2011 You would either have to delete all of this pickit, or all of the "old" one. As you said, you are trying to just get any item, I would use the "old" assuming thats the one in the "normal" folder. Also, make sure that's the one you're selected to have. Complete Diablo 2 Unique Pickit script for D2Nt bot - Magic1942 - 04-10-2011 Ok thanks |