if you're using the default cd key, you can leave that box blank
if you're using the default cd key, you can leave that box blank
sorry ignore this post was a pic
Last edited by simisker1; 01-26-2012 at 11:01 AM. Reason: wrong place
can you c/p your char config file into pastebin.com for me so I can look at it
thanks
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
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.
Thanks
+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
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)
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.
Thanks
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...
---------- Post added at 07:00 PM ---------- Previous post was at 06:47 PM ----------
This is the one giving me an issue, anyone know how to fix this?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks