11-24-2010, 03:10 PM
[quote=Jammer74]It could mean that one of the parentheses is missing or some symbol is missing in a set of parentheses.
Find which set of nips you are using, whether its normal advanced or whatever and use control F to find all the first parentheses mark and check and make sure that each phrase that starts with a parentheses also ends with one
This line is correct
[Name] == Monarch && [quality] == superior && [Flag] != ethereal # ([sockets] == 0 || [sockets] == 3 || [sockets] == 4)
And this line is not correct
[Name] == Monarch && [quality] == superior && [Flag] != ethereal # ([sockets] == 0 | [sockets] == 3 || [sockets] == 4
---------- Post added at 04:34 PM ---------- Previous post was at 04:31 PM ----------
Done what you suggested , but noticed some of the line dont have Open and End Bracket as follows , for the line which dont have bracket ( ) . do i have to manually add in the bracket ( ) ?? or just leave it as original ? confused:
// ##### Gloves ########################
[Type] == gloves && [Quality] == rare && [Flag] != ethereal # [IAS] >= 20 && [Strength]+[Dexterity] >= 20
[Type] == gloves && [Quality] == rare && [Flag] != ethereal # [IAS] >= 20 && ([ItemAddSkillTab] >= 2 || [Strength] >= 10 || [Dexterity] >= 10) && ([LifeLeech] >= 3 || [ManaLeech] >= 3)
[Type] == gloves && [Quality] == rare && [Flag] != ethereal # [IAS] >= 20 && [ItemAddSkillTab] >= 2 && [Strength]+[Dexterity] >= 15
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [JavelinandSpearSkillTab] == 2 && [Strength] >= 10 && ([Dexterity] >= 10 || [LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [JavelinandSpearSkillTab] == 2 && [Dexterity] >= 10 && ([LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [JavelinandSpearSkillTab] == 2 && [LifeLeech] >=3 && [ManaLeech] >= 3
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [BowandCrossbowSkillTab] == 2 && [Strength] >= 10 && ([Dexterity] >= 10 || [LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [BowandCrossbowSkillTab] == 2 && [Dexterity] >= 10 && ([LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [BowandCrossbowSkillTab] == 2 && [LifeLeech] >=3 && [ManaLeech] >= 3
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [PassiveandMagicSkillTab] == 2 && [Strength] >= 10 && ([Dexterity] >= 10 || [LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [PassiveandMagicSkillTab] == 2 && [Dexterity] >= 10 && ([LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [PassiveandMagicSkillTab] == 2 && [LifeLeech] >=3 && [ManaLeech] >= 3
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [Strength] >= 15 && ([Dexterity] >= 15 || [LifeLeech] >=3 || [ManaLeech] >= 3 || [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 40)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [Dexterity] >= 15 && ([LifeLeech] >=3 || [ManaLeech] >= 3 || [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 40)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && ([LifeLeech] >=3 || [ManaLeech] >= 3) && [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 80
Where can i find extra script for craft Nip at the site !! currently my craft nip look as follows : sick: which i think is less. You can even noticed some of the line dont have the ( ) bracket as well where some of it have. Please advice !!
// ##### Helms #########################
[Type] == helm && [Quality] == crafted # [Sockets] >= 2 && [ItemDeadlyStrike] >= 7 && [LifeLeech] >= 2 && [ItemToHitPercentPerLevel] >= 1 && [FHR] >= 10 && ([EnhancedDefense] >= 150 || [MaxHP] >= 50)
// ##### Armor #########################
// ##### Shields #######################
[Name] == Monarch && [Quality] == crafted # [Sockets] >= 2 && [EnhancedDefense] >= 180 && [FBR] >= 30 && (([FireResist] >= 17 && [LightResist] >= 17) || [FHR] >= 17)
// ##### Gloves ########################
[Type] == gloves && [Quality] == crafted # [ItemKnockBack] >= 1 && [ItemAddSkillTab] >= 2 && [IAS] >= 20 && ([Strength] >= 10 || [Dexterity] >= 10) && ([LifeLeech] >= 3 || [ManaLeech] >= 3)
[Type] == gloves && [Quality] == crafted # [ItemKnockBack] >= 1 && [ItemAddSkillTab] >= 2 && [IAS] >= 20 && [Strength]+[Dexterity] >= 20
[Type] == gloves && [Quality] == crafted # [ItemCrushingBlow] >= 7 && [LifeLeech] >= 5 && [IAS] >= 20 && ([Strength] >= 10 || [Dexterity] >= 10)
[Type] == gloves && [Quality] == crafted # [ItemCrushingBlow] >= 7 && [LifeLeech] >= 5 && [Strength]+[Dexterity] >= 20
// ##### Boots #########################
[Type] == boots && [Quality] == crafted # [LifeLeech] >= 2 && [FRW] >= 30 && [FHR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 55
[Type] == boots && [Quality] == crafted # [LifeLeech] >= 2 && [FRW] >= 30 && [FHR] >= 10 && [Dexterity] >= 6 && ([FireResist] >= 30 || [LightResist] >= 30 || [ColdResist] >= 30 || [PoisonResist] >= 30)
// ##### Belts #########################
[Type] == belt && [Quality] == crafted # [ItemOpenWounds] >= 7 && [LifeLeech] >= 2 && [FHR] >= 24 && [Strength] >= 20 && ([MaxHP] >= 60 || [ItemGoldBonus] >= 60)
// ##### Rings #########################
[Type] == ring && [Quality] == crafted # [LifeLeech] >= 9 && [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 36 && ([Strength] >= 15 || [Dexterity] >= 5 || [ManaLeech] >= 5)
[Type] == ring && [Quality] == crafted # [LifeLeech] >= 9 && [ToHit] >= 90 && [Strength]+[Dexterity] >= 30
// ##### Amulets #######################
[Type] == amulet && [Quality] == crafted # [FCR] >= 17 && [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 60 && ([MaxMana] >= 90 || [MaxHP] >= 40 || [Strength] >= 20 || [Dexterity] >= 10)
[Type] == amulet && [Quality] == crafted # [LifeLeech] >= 8 && [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 60 && ([ManaLeech] >= 7 || [MaxHP] >= 60 || [Strength] >= 20 || [Dexterity] >= 10)
[Type] == amulet && [Quality] == crafted # [LifeLeech] >= 8 && [ItemAddClassSkills] >= 2 && [Strength]+[Dexterity] >= 35
[Type] == amulet && [Quality] == crafted # [ToBlock] >= 7 && [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 60 && ([LifeLeech] >= 5 || [ManaLeech] >= 7 || [MaxHP] >= 40 || [Strength] >= 20 || [Dexterity] >= 10)
Currently the waiting time at lobby is 180s which is abt 3mins . under which folder i need to changed it to 1mins .. ???
Find which set of nips you are using, whether its normal advanced or whatever and use control F to find all the first parentheses mark and check and make sure that each phrase that starts with a parentheses also ends with one
This line is correct
[Name] == Monarch && [quality] == superior && [Flag] != ethereal # ([sockets] == 0 || [sockets] == 3 || [sockets] == 4)
And this line is not correct
[Name] == Monarch && [quality] == superior && [Flag] != ethereal # ([sockets] == 0 | [sockets] == 3 || [sockets] == 4
---------- Post added at 04:34 PM ---------- Previous post was at 04:31 PM ----------
Done what you suggested , but noticed some of the line dont have Open and End Bracket as follows , for the line which dont have bracket ( ) . do i have to manually add in the bracket ( ) ?? or just leave it as original ? confused:
// ##### Gloves ########################
[Type] == gloves && [Quality] == rare && [Flag] != ethereal # [IAS] >= 20 && [Strength]+[Dexterity] >= 20
[Type] == gloves && [Quality] == rare && [Flag] != ethereal # [IAS] >= 20 && ([ItemAddSkillTab] >= 2 || [Strength] >= 10 || [Dexterity] >= 10) && ([LifeLeech] >= 3 || [ManaLeech] >= 3)
[Type] == gloves && [Quality] == rare && [Flag] != ethereal # [IAS] >= 20 && [ItemAddSkillTab] >= 2 && [Strength]+[Dexterity] >= 15
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [JavelinandSpearSkillTab] == 2 && [Strength] >= 10 && ([Dexterity] >= 10 || [LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [JavelinandSpearSkillTab] == 2 && [Dexterity] >= 10 && ([LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [JavelinandSpearSkillTab] == 2 && [LifeLeech] >=3 && [ManaLeech] >= 3
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [BowandCrossbowSkillTab] == 2 && [Strength] >= 10 && ([Dexterity] >= 10 || [LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [BowandCrossbowSkillTab] == 2 && [Dexterity] >= 10 && ([LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [BowandCrossbowSkillTab] == 2 && [LifeLeech] >=3 && [ManaLeech] >= 3
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [PassiveandMagicSkillTab] == 2 && [Strength] >= 10 && ([Dexterity] >= 10 || [LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [PassiveandMagicSkillTab] == 2 && [Dexterity] >= 10 && ([LifeLeech] >=3 || [ManaLeech] >= 3)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [PassiveandMagicSkillTab] == 2 && [LifeLeech] >=3 && [ManaLeech] >= 3
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [Strength] >= 15 && ([Dexterity] >= 15 || [LifeLeech] >=3 || [ManaLeech] >= 3 || [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 40)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && [Dexterity] >= 15 && ([LifeLeech] >=3 || [ManaLeech] >= 3 || [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 40)
[Type] == Gloves && [Quality] == rare # [IAS] == 20 && ([LifeLeech] >=3 || [ManaLeech] >= 3) && [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 80
Where can i find extra script for craft Nip at the site !! currently my craft nip look as follows : sick: which i think is less. You can even noticed some of the line dont have the ( ) bracket as well where some of it have. Please advice !!
// ##### Helms #########################
[Type] == helm && [Quality] == crafted # [Sockets] >= 2 && [ItemDeadlyStrike] >= 7 && [LifeLeech] >= 2 && [ItemToHitPercentPerLevel] >= 1 && [FHR] >= 10 && ([EnhancedDefense] >= 150 || [MaxHP] >= 50)
// ##### Armor #########################
// ##### Shields #######################
[Name] == Monarch && [Quality] == crafted # [Sockets] >= 2 && [EnhancedDefense] >= 180 && [FBR] >= 30 && (([FireResist] >= 17 && [LightResist] >= 17) || [FHR] >= 17)
// ##### Gloves ########################
[Type] == gloves && [Quality] == crafted # [ItemKnockBack] >= 1 && [ItemAddSkillTab] >= 2 && [IAS] >= 20 && ([Strength] >= 10 || [Dexterity] >= 10) && ([LifeLeech] >= 3 || [ManaLeech] >= 3)
[Type] == gloves && [Quality] == crafted # [ItemKnockBack] >= 1 && [ItemAddSkillTab] >= 2 && [IAS] >= 20 && [Strength]+[Dexterity] >= 20
[Type] == gloves && [Quality] == crafted # [ItemCrushingBlow] >= 7 && [LifeLeech] >= 5 && [IAS] >= 20 && ([Strength] >= 10 || [Dexterity] >= 10)
[Type] == gloves && [Quality] == crafted # [ItemCrushingBlow] >= 7 && [LifeLeech] >= 5 && [Strength]+[Dexterity] >= 20
// ##### Boots #########################
[Type] == boots && [Quality] == crafted # [LifeLeech] >= 2 && [FRW] >= 30 && [FHR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 55
[Type] == boots && [Quality] == crafted # [LifeLeech] >= 2 && [FRW] >= 30 && [FHR] >= 10 && [Dexterity] >= 6 && ([FireResist] >= 30 || [LightResist] >= 30 || [ColdResist] >= 30 || [PoisonResist] >= 30)
// ##### Belts #########################
[Type] == belt && [Quality] == crafted # [ItemOpenWounds] >= 7 && [LifeLeech] >= 2 && [FHR] >= 24 && [Strength] >= 20 && ([MaxHP] >= 60 || [ItemGoldBonus] >= 60)
// ##### Rings #########################
[Type] == ring && [Quality] == crafted # [LifeLeech] >= 9 && [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 36 && ([Strength] >= 15 || [Dexterity] >= 5 || [ManaLeech] >= 5)
[Type] == ring && [Quality] == crafted # [LifeLeech] >= 9 && [ToHit] >= 90 && [Strength]+[Dexterity] >= 30
// ##### Amulets #######################
[Type] == amulet && [Quality] == crafted # [FCR] >= 17 && [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 60 && ([MaxMana] >= 90 || [MaxHP] >= 40 || [Strength] >= 20 || [Dexterity] >= 10)
[Type] == amulet && [Quality] == crafted # [LifeLeech] >= 8 && [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 60 && ([ManaLeech] >= 7 || [MaxHP] >= 60 || [Strength] >= 20 || [Dexterity] >= 10)
[Type] == amulet && [Quality] == crafted # [LifeLeech] >= 8 && [ItemAddClassSkills] >= 2 && [Strength]+[Dexterity] >= 35
[Type] == amulet && [Quality] == crafted # [ToBlock] >= 7 && [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 60 && ([LifeLeech] >= 5 || [ManaLeech] >= 7 || [MaxHP] >= 40 || [Strength] >= 20 || [Dexterity] >= 10)
Currently the waiting time at lobby is 180s which is abt 3mins . under which folder i need to changed it to 1mins .. ???