Posts: 9
Threads: 3
Joined: Feb 2011
Reputation:
0
[Name] == OgreGauntlets && [Quality] == unique # [Defense] >= 255 && [EnhancedDamage] >= 40 && [Strength] >= 17 // Steelrend
Arent the [Defense]>=255 supposed to read [Defense]>=170-210??[COLOR="Silver"]
---------- Post added at 12:30 PM ---------- Previous post was at 12:25 PM ----------
[/COLOR][Name] == ScarabshellBoots && [Quality] == unique # [Strength]+[Vitality] >= 25 // Sandstorm Trek
[Strength]+[Vitality] >= 10-15???
Posts: 452
Threads: 30
Joined: Jun 2005
Reputation:
0
JohnnyWad Wrote:[Name] == OgreGauntlets && [Quality] == unique # [Defense] >= 255 && [EnhancedDamage] >= 40 && [Strength] >= 17 // Steelrend
Arent the [Defense]>=255 supposed to read [Defense]>=170-210??
---------- Post added at 12:30 PM ---------- Previous post was at 12:25 PM ----------
[Name] == ScarabshellBoots && [Quality] == unique # [Strength]+[Vitality] >= 25 // Sandstorm Trek
[Strength]+[Vitality] >= 10-15???
[SIZE=-1]Steelrend Ogre Gauntlets
[/SIZE] Defense: 232-281 (varies)(Base Defense: 62-71)
Required Level: 70
Required Strength: 185
Durability: 24
+170-210 Defense (varies)
+30-60% Enhanced Damage (varies)
10% Chance of Crushing Blow
+15-20 To Strength (varies)
(Only Spawns In Patch 1.10 or later)
Sandstorm Trek Scarabshell Boots
Defense: 158-178 (varies)(Base Defense 56-65)
Required Level: 64
Required Strength: 91
Durability: 14
Assassin Kick Damage: 60-110
+140-170% Enhanced Defense (varies)
+20% Faster Hit Recovery
+20% Faster Run/Walk
+ (1 Per Character Level) +1-99 Maximum Stamina (Based On Character Level)
+10-15 To Strength (varies)
+10-15 To Vitality (varies)
50% Slower Stamina Drain
Poison Resist +40-70% (varies)
Repairs 1 Durability In 20 Seconds
(Only Spawns In Patch 1.10 or later)
where the line reads [Defense] >= 255 means total defense of gloves after being identified
and [Strength]+[Vitality] >= 25 means that the total of str and vita together must be greater than 25 so 12 vita and 13 str work in that case
these pics and stats are directly from the Arreat Summit
and btw you can not have a range like 10-15 in the pickit it must be formatted like this
Code:
([strength] >= 10 && [strength] <= 15)
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Posts: 9
Threads: 3
Joined: Feb 2011
Reputation:
0
yeah i knew that range thing, i meant the number had to be between 10 and 15... and i figured that vita/str thing after haha. but i thought the defense was based off the +defense. my bad =)