Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to pickup @res sc / gc?
#1
Heya,

I tried to figur it out but im not totally sure...

I know where to add/edit, but not sure how the prefixes goes when its for "All resistans" (@4+)

Id like to save all sc who have @4 as minium. @12 for GCs

This is how far i can get:

[Name] == SmallCharm && [Quality] == magic # ...... >= 4
[Name] == GrandCharm && [Quality] == magic # ...... >= 12

Can anyone help me fill out the gaps?
Reply
#2
[Name] == SmallCharm && [Quality] == magic # [ColdResist] >= 4 && [LightResist] >= 4 && [FireResist] >= 4
[Name] == GrandCharm && [Quality] == magic # [ColdResist] >= 12 && [LightResist] >= 12 && [FireResist] >= 12
Reply
#3
bugme143 Wrote:[Name] == SmallCharm && [Quality] == magic # [ColdResist] >= 4 && [LightResist] >= 4 && [FireResist] >= 4
[Name] == GrandCharm && [Quality] == magic # [ColdResist] >= 12 && [LightResist] >= 12 && [FireResist] >= 12

I dont need poisen? :O
Reply
#4
you can also go like this
[Name] == GrandCharm && [Quality] == Magic # [ColdResist]+[FireResist]+[LightResist]+[PoisonResist] >= 48
and
[Name] == SmallCharm && [Quality] == Magic # [ColdResist]+[FireResist]+[LightResist]+[PoisonResist] >= 16
just add the amount you want on the charm to keep by 4

for a item that has all resist and that is the only way it comes like a mara you can go with one resist like
[ColdResist] >= 30 - [Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 30
Reply
#5
comper Wrote:you can also go like this
[Name] == GrandCharm && [Quality] == Magic # [ColdResist]+[FireResist]+[LightResist]+[PoisonResist] >= 48
and
[Name] == SmallCharm && [Quality] == Magic # [ColdResist]+[FireResist]+[LightResist]+[PoisonResist] >= 16
just add the amount you want on the charm to keep by 4

for a item that has all resist and that is the only way it comes like a mara you can go with one resist like
[ColdResist] >= 30 - [Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 30

He's right.

And for a allres SC/GC, you'd actually only need 2 resistances:

[Name] == GrandCharm && [Quality] == magic # [ColdResist] >= 12 && [LightResist] >= 12
[Name] == SmallCharm && [Quality] == magic # [ColdResist] >= 4 && [LightResist] >= 4

I just tend to avoid relying on psn resist since not many people think it's useful. *shrug*
Reply
#6
Thanks man!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pickup and NT_Maps Francis Nikou 1 206 05-14-2012, 04:12 AM
Last Post: comper
  How to write to pickup good rare bows which sells good? Akao 2 132 01-08-2012, 07:01 AM
Last Post: Akao
  D2NT Pickup Question kosuki 8 1,278 04-09-2011, 06:27 AM
Last Post: merlin4life
  D2NT Pickup? matthewmorphine 1 655 11-10-2009, 12:16 PM
Last Post: darklord2000
  Editing d2nl pickup scripts zfirez 0 489 08-06-2009, 11:48 AM
Last Post: zfirez
  d2jsp gold pickup sc i venom i 6 359 06-24-2005, 09:44 AM
Last Post: sc i venom i
  Pickit pickup ears... :( Hurly91 1 319 02-01-2005, 10:11 AM
Last Post: Killa_Moose
  jhj pbot pickup prob XeqtR22 6 242 10-19-2004, 10:54 AM
Last Post: XeqtR22
  jhj pindlebot don't pickup trashman_1825 6 280 08-20-2004, 06:04 PM
Last Post: atimeforheros
  Non d2hackit auto-pickup? rawrbbles 2 768 08-10-2004, 01:53 AM
Last Post: rawrbbles

Forum Jump:


Users browsing this thread: 1 Guest(s)