12-06-2011, 04:12 PM
if you're using the default cd key, you can leave that box blank
godly D2NT bot magic_rare pickit
|
12-06-2011, 04:12 PM
if you're using the default cd key, you can leave that box blank
sorry ignore this post was a pic
01-26-2012, 11:34 AM
can you c/p your char config file into pastebin.com for me so I can look at it
thanks
01-26-2012, 11:40 AM
comper Wrote:can you c/p your char config file into pastebin.com for me so I can look at iti have pmed u
01-26-2012, 11:44 AM
simisker1 Wrote:i have pmed u thanks was slow getting it and found your error in your pm
03-02-2012, 11:34 AM
Hi! I need help,
i got this error message whenever my bot's gonna pick up a rare ring; ![]() script; // ##### Rings ######################### //[Type] == ring && [Quality] == magic # ([FCR] >= 10 || [ItemMagicBonus] >= 15) && (([FireResist] >= 14 && [LightResist] >= 14) || [MaxMana] >= 110) [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxMana] >= 40 && [Strength]+[Dexterity] >= 16 [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && ([MaxMana] >= 30 || [MaxHP] >= 30) && ([Dexterity] >= 10 || [Strength] >= 10) [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 10 && ([Strength] <= 5 || [Dexterity] <= 5) && ([MaxHP <= 10 || [MaxMana] <= 10) [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && ([FireResist] >= 9 || [LightResist] >= 9 || [ColdResist] >= 9 || [PoisonResist] >= 9) && [HPRegen] <= 7 && ([Strength] <= 9 || [Dexterity] <= 9) [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && ([FireResist] >= 9 || [LightResist] >= 9 || [ColdResist] >= 9 || [PoisonResist] >= 9) && ([MaxMana] <= 60 || [MaxHP] <= 60) && ([Dexterity] <= 27 || [Strength] <= 27) [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxMana] >= 30 && [MaxHP] >= 30 && ([Strength] >= 10 || [Dexterity] >= 5) [Type] == ring && [Quality] == rare # [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [LifeLeech]+[ManaLeech] >= 11 [Type] == ring && [Quality] == rare # [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && ([LifeLeech] >= 7 || [ManaLeech] >= 5) && ([Strength] >= 10 || [Dexterity] >= 5) [Type] == ring && [Quality] == magic # [ItemMagicBonus] == 40 if there's anything unusual please tell me, thanks
03-02-2012, 12:35 PM
Taquitos Wrote:Hi! I need help, this line - [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 10 && ([Strength] <= 5 || [Dexterity] <= 5) && ([MaxHP <= 10 || [MaxMana] <= 10) you are missing a ] from [maxhp <= 10 need to be [maxhp] <= 10 do a search for this - ([MaxHP <= 10 Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]()
03-02-2012, 08:05 PM
+rep for you man
![]() thanks a LOT! My eyeballs almost went out last night looking for that one, maybe I was just tired from work ^^, anyway thanks again.. keep it up ![]()
03-03-2012, 04:06 AM
Taquitos Wrote:+rep for you man it took me a couple tries to before I found it lol and Thank You Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]()
04-03-2012, 07:18 PM
Ok If I want my bot to pick certain stats would this work:
[Name] == Eldritch Orb && [Quality] == unique && [Flag] != identified # [SorceressSkills] >= 2 That would take Eschuta's and ID only keep if 2+ sorc skills correct? (just an example)
04-04-2012, 03:25 AM
Batinkz Wrote:Ok If I want my bot to pick certain stats would this work: in that line you can do away with the - [Flag] != identified because it will have to id it to check if it has the - [SorceressSkills] >= 2 so for lines with stats you won't the id part your line can look like this - [Name] == EldritchOrb && [Quality] == unique # [SorceressSkills] >= 2 or if you want to bot to pick up more of a prefect one here are 2 other lines you can use [Name] == EldritchOrb && [Quality] == Unique # [SorceressSkills] >= 3 && [Energy] >= 20 && ([PassiveFireMastery] >= 20 || [PassiveLtngMastery] >= 20) [Name] == EldritchOrb && [Quality] == Unique # [SorceressSkills] >= 3 && (([Energy] >= 25 && [PassiveFireMastery] >= 20) || ([Energy] >= 25 && [PassiveLtngMastery] >= 20)) thanks Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]()
04-06-2012, 09:30 AM
I am having an issue with one of two codes for D2NT, but not sure exactly what I am doing wrong. Here is my codes
[Type] == amulet && [Quality] == magic # [ItemMagicBonus] >= 35 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 30 or this one [Type] == ring && [Quality] == magic # ([FCR] >= 10 || [ItemMagicBonus] >= 15) && ([FireResist] >= 15 && [LightResist] >= 15) || [MaxMana] >= 120 Not sure which is causing the problem but about to see...[COLOR="Silver"] ---------- Post added at 07:00 PM ---------- Previous post was at 06:47 PM ---------- [/COLOR] DragonSpirited Wrote:I am having an issue with one of two codes for D2NT, but not sure exactly what I am doing wrong. Here is my codesThis is the one giving me an issue, anyone know how to fix this? DragonSpirited Wrote:I am having an issue with one of two codes for D2NT, but not sure exactly what I am doing wrong. Here is my codes what problems are you having with it? Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]() |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[D2NT Release] Druid Script | skidude | 20 | 17,264 |
08-25-2012, 01:20 AM Last Post: comper |
|
D2NT BoT | Gh0sT17 | 52 | 2,052 |
07-31-2012, 11:10 PM Last Post: comper |
|
Sin claw pickit help! | Sicks | 4 | 184 |
07-28-2012, 09:51 PM Last Post: Sicks |
|
D2nt need help on some stuff | wishyq | 3 | 169 |
07-22-2012, 12:44 PM Last Post: comper |
|
Little Help Please? (D2NT) | pnsmcgraw | 12 | 271 |
07-16-2012, 02:46 PM Last Post: Mythosis |
|
MasivB's D2NT Simple Unique PickIt | masivb | 1 | 118 |
07-03-2012, 05:03 AM Last Post: comper |
|
D2nt - how do i stay in game when sojs sell? | brianwalter86 | 5 | 354 |
07-01-2012, 02:02 PM Last Post: comper |
|
Nooby D2NT Questions | Kieran Wilson | 0 | 129 |
06-25-2012, 04:35 PM Last Post: Kieran Wilson |
|
[D2NT Release]Item Logging with XML 3.0+ | skidude | 76 | 14,551 |
06-25-2012, 01:27 PM Last Post: masivb |
|
D2nt Bot jewel pickit/godly item pickit | Nightwish | 3 | 232 |
06-23-2012, 04:18 AM Last Post: comper |