;___________________________________________________________________________________________________________________________________________ ; Standard Nip Package ; File = charmsjewels.nip ; Author = Oscar ; Copyright ©: Oscar. All Rights Reserved ; Updated 03-21-2005 by Oscar ; ; Some info: ; If you add a ; infront of a lines this means it WONT read that line! take this as an example : ;Type = Amulet; ; that would not pick up an amulet, but if it's this : Type = Amulet; it would pick it up! ; Also everything behind ; won't be checked. so if : Type = Amulet : Sorceress Skills = 2 :; FCR = 10; ; would give any kind of Amulet with 2 to sorceress skills! but hey! what about the FCR? it won't be checked couse the ; ; for checking the FCR to it would be : Type = Amulet : Sorceress Skills : FCR = 10; simple? you will learn it fast. ; remember njip is not snagit! atm no "OR" "AND" operator exist. ; be sure always update the njip files and this nip package at scripts.d2jsp.org (only donor's can acces that, ; if you got this file without being a d2jsp DONOR you wont be able to use it) ; ; If you have any suggestions to this files please PM user: Oscar. on d2jsp.org. ; But please remember that my point with this files is that they should be simple = as small as possible, but a good starting set. ; If you need any help use the njip forum(Located in the scripts forum, only accesed by donors) ; DONT PM ME FOR HELP! I get enough pm's anyways ;P, just post in njip forum, I check there often ; and there is always other's to answer your questions. read the sticky's before asking for help though ; ; LEGAL STUFF: ; 1. This files are made for D2jsp donors and only d2jsp donors are allowed to use it, You can redistrubute it freely as long as this ; header and contents stays intact ; 2. You may NOT upload this files with YOUR name as an AUTHOR with the SAME .nip name, if you edit add : Edited BY or something similar. ; 3. The sale of this software is strictly forbidden ( OFCOURSE ) ; 4. Leaking this files to ANYONE is STRICTLY forbidden = SENDING TO FRIENDS VIA MAIL = STRICTLY FORBIDDEN! ; This files should ALWAYS be downloaded from scripts.d2jsp.org. ; ; THANKS TO ; njaguar, Xizeta, Shrek_III, FubarGRN, Dpainter and Tempo for their help with this ; Support njaguar, Xizeta and Shrek_III for their great work ; If anyone feel donating to me couse I made a great work please DONATE to any of that 3 people. ; ;___________________________________________________________________________________________________________________________________________ ;============= ;Small Charms! ;============= Name = smallcharm : Quality = magic : MaxHP >= 15 : maxdamage = 3 ; Small Charm with 3 max dmg 15+ life Name = smallcharm : Quality = magic : 19 >= 10 : maxdamage = 3 ; Small Charm with 3 max dmg and 10+ AR Name = smallcharm : Quality = magic : MaxHP = 20 ; +20 life small charm Name = smallcharm : Quality = magic : MaxHP >= 14 : maxmana >= 14 ; Small charm with 14+ life 14+ mana! Name = smallcharm : Quality = magic : itemmagicbonus >= 6 ; +6 % mf small charm Name = smallcharm : Quality = magic : poisonmaxdam >= 100 ; +100 poison damage small charm Name = smallcharm : Quality = magic : 41 >= 11 ; +11 light resist small charm Name = smallcharm : Quality = magic : 43 >= 11 ; +11 cold resist small charm Name = smallcharm : Quality = magic : 45 >= 11 ; +11 poison resist small charm Name = smallcharm : Quality = magic : 39 >= 11 ; +11 fire resist small charm Name = smallcharm : Quality = magic : 39 >= 5 : 41 >= 5 : 43 >= 5 : 45 >= 5 ; +5 all resist small charm Name = smallcharm : Quality = magic : 39 >= 4 : 41 >= 4 : 43 >= 4 : 45 >= 4 : 7 >= 15 ; +4 all resist small charm with 15+ life Name = smallcharm : Quality = magic : FWR = 3 : 41 >= 7 ; Small Charm with 3 FWR and 7+ light res Name = smallcharm : Quality = magic : FWR = 3 : 43 >= 7 ; Small Charm with 3 FWR and 7+ cold res Name = smallcharm : Quality = magic : FWR = 3 : 45 >= 7 ; Small Charm with 3 FWR and 7+ poison res Name = smallcharm : Quality = magic : FWR = 3 : 39 >= 7 ; Small Charm with 3 FWR and 7+ fire res Name = smallcharm : Quality = magic : FWR = 3 : maxdamage = 3 ; Small Charm with 3 FWR and 3 max dmg Name = smallcharm : Quality = magic : FWR = 3 : 19 >= 25 ; Small Charm with 3 FWR and 25+ AR Name = smallcharm : Quality = magic : FHR = 5 : 19 >= 25 ; Small Charm with 5 FHR and 25+ AR Name = smallcharm : Quality = magic : FHR = 5 : maxdamage = 3 ; Small Charm with 5 FHR and 3 max dmg Name = smallcharm : Quality = magic : FHR = 5 : 41 >= 7 ; Small Charm with 5 FHR and 7+ light res Name = smallcharm : Quality = magic : FHR = 5 : 43 >= 7 ; Small Charm with 5 FHR and 7+ cold res Name = smallcharm : Quality = magic : FHR = 5 : 45 >= 7 ; Small Charm with 5 FHR and 7+ poison res Name = smallcharm : Quality = magic : FHR = 5 : 39 >= 7 ; Small Charm with 5 FHR and 7+ fire res Name = smallcharm : Quality = magic : Dexterity = 2 : 19 >= 25 ; Small Charm with 2 Dex and 25+ AR Name = smallcharm : Quality = magic : Dexterity = 2 : 41 >= 7 ; Small Charm with 2 Dex and 7+ light res Name = smallcharm : Quality = magic : Dexterity = 2 : 43 >= 7 ; Small Charm with 2 Dex and 7+ cold res Name = smallcharm : Quality = magic : Dexterity = 2 : 45 >= 7 ; Small Charm with 2 Dex and 7+ poison res Name = smallcharm : Quality = magic : Dexterity = 2 : 39 >= 7 ; Small Charm with 2 Dex and 7+ fire res Name = smallcharm : Quality = magic : Strength = 2 : 19 >= 25 ; Small Charm with 2 Str and 25+ AR Name = smallcharm : Quality = magic : Strength = 2 : 41 >= 7 ; Small Charm with 2 Str and 7+ light res Name = smallcharm : Quality = magic : Strength = 2 : 43 >= 7 ; Small Charm with 2 Str and 7+ cold res Name = smallcharm : Quality = magic : Strength = 2 : 45 >= 7 ; Small Charm with 2 Str and 7+ poison res Name = smallcharm : Quality = magic : Strength = 2 : 39 >= 7 ; Small Charm with 2 Str and 7+ fire res ;============= ;Grand Charms! ;============= Name = grandcharm : Quality = magic : MaxHP >= 35 : maxdamage >= 9 ; Grand charm with 9+ to max dmg, and 35+ to life Name = grandcharm : Quality = Magic : 19 > 120 :maxHP >= 35 ; More than 120 AR and 35 life ;========= ;Skillers! ;========= Name = grandcharm : Quality = magic : itemaddbowandcrossbowskilltab = 1 ; bow and crossbow skiller Name = grandcharm : Quality = magic : itemaddpassiveandmagicskilltab = 1 ; passive and magic skiller Name = grandcharm : Quality = magic : itemaddjavelinandspearskilltab = 1 ; javelin and spear skiller Name = grandcharm : Quality = magic : itemaddfireskilltab = 1 ; fire skiller Name = grandcharm : Quality = magic : itemaddlightningskilltab = 1 ; lightning skiller Name = grandcharm : Quality = magic : itemaddcoldskilltab = 1 ; cold skiller Name = grandcharm : Quality = magic : itemaddcursesskilltab = 1 ; curses skiller Name = grandcharm : Quality = magic : itemaddpoisonandboneskilltab = 1 ; poison and bone skiller Name = grandcharm : Quality = magic : itemaddnecromancersummoningskilltab = 1 ; necromancer summoning skiller Name = grandcharm : Quality = magic : itemaddpalicombatskilltab = 1 ; paladin combat skiller Name = grandcharm : Quality = magic : itemaddoffensiveaurasskilltab = 1 ; offensive aura skiller Name = grandcharm : Quality = magic : itemadddefensiveaurasskilltab = 1 ; defensive aura skiller Name = grandcharm : Quality = magic : itemaddbarbcombatskilltab = 1 ; barbarian combat skiller Name = grandcharm : Quality = magic : itemaddmasteriesskilltab = 1 ; masteries skiller Name = grandcharm : Quality = magic : itemaddwarcriesskilltab = 1 ; warcries skiller ;Name = grandcharm : Quality = magic : itemadddruidsummoningskilltab = 1 ; druid summoning skiller Name = grandcharm : Quality = magic : itemaddshapeshiftingskilltab= 1 ; shape shifting skiller Name = grandcharm : Quality = magic : itemaddelementalskilltab >= 1 ; elemental skiller Name = grandcharm : Quality = magic : itemaddtrapsskilltab = 1 ; trap skiller Name = grandcharm : Quality = magic : itemaddshadowdisciplinesskilltab = 1 ; shadow disciplines skiller Name = grandcharm : Quality = magic : itemaddmartialartsskilltab = 1 ; martial arts skiller ;======= ;Jewels! ;======= Name = jewel : Quality = magic : enhanceddamage >= 40 ; +40% ed jewel Name = jewel : Quality = magic : enhanceddamage >= 35 : IAS >= 15 ; +35 % ed + 15 % ias jewel Name = jewel : Quality = magic : enhanceddamage >= 35 : maxdamage >= 10 ; +35 % ed +10 max damage jewel Name = jewel : Quality = magic : enhanceddamage >= 35 : mindamage >= 7 ; +35 % ed +10 min damage jewel Name = jewel : Quality = magic : enhanceddamage >= 35 : mindamage >= 7 ; +35 % ed +70 min damage jewel Name = jewel : Quality = magic : IAS = 15 : 39 >= 10 : 41 >= 10 : 43 >= 10 : 45 >= 10 ; 10+ all resist + 15% ias jewel Name = jewel : Quality = magic : IAS = 15 : 19 >= 80 ; 80+ AR + 15% ias jewel Name = jewel : Quality = magic : FHR = 7 : 39 >= 10 : 41 >= 10 : 43 >= 10 : 45 >= 10 ; 10+ all resist 7 FHR jewel Name = jewel : Quality = magic : FHR = 7 : Dexterity >= 7 ; 7 FHR 7+ Dex jewel Name = jewel : Quality = magic : FHR = 7 : Strength >= 7 ; 7 FHR 7+ Str jewel Name = jewel : Quality = magic : FHR = 7 : itemreqpercent = 15 ; 7 FHR req -15% jewel Name = jewel : Quality = magic : maxdamage >= 25 ; Jewel with 25+ maximum dmg Name = jewel : Quality = magic : 39 >= 15 : 41 >= 15 : 43 >= 15 : 45 >= 15 ; Jewel with 15+ all resist Name = jewel : Quality = Unique ; Rainbow facet Name = jewel : Quality = rare : strength >= 7 : dexterity >= 7 ; Jewel with 7+ dex and 7+ str