Blizzard Sector
Steel Rends on pickit??? - 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: Steel Rends on pickit??? (/thread-47091.html)



Steel Rends on pickit??? - JohnnyWad - 02-23-2011

[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???


Steel Rends on pickit??? - Jammer74 - 02-23-2011

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???

[Image: steelrend.gif] [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)

[Image: heavyboots.gif] 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)



Steel Rends on pickit??? - JohnnyWad - 02-23-2011

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 =)