nip < throwing spear

01/21/2014 05:18 gtoilet#1
[Only registered and activated users can see links. Click Here To Register...]
01/21/2014 15:12 mirkoregge#2
Quote:
Originally Posted by gtoilet View Post
[Only registered and activated users can see links. Click Here To Register...]
remove the words "da zon" in your pickit-file
01/21/2014 17:29 gtoilet#3
Quote:
Originally Posted by mirkoregge View Post
remove the words "da zon" in your pickit-file
da zon is when it runs my team d script
this is the full jav nip

//=========================================Misc
//============================================

//=========================
//==========Potions========
//=========================
[Name] == Throwing Spear && [EnhancedDamage] >= 14
01/27/2014 03:31 lukorn#4
i think you're not supposed to have spaces between throwing and spear

[Name] == ThrowingSpear && [EnhancedDamage] >= 14

like this
01/27/2014 11:22 Muddy Waters#5
The space is irrelevant, if you check that screenshot you can see that all spaces are stripped as the line is being evaluated.

The [EnhancedDamage] keyword is not allowed in the first section of an item definition. Try this instead:
Code:
[Name] == ThrowingSpear # [EnhancedDamage] >= 14
01/27/2014 18:48 gtoilet#6
Quote:
Originally Posted by Muddy Waters View Post
The space is irrelevant, if you check that screenshot you can see that all spaces are stripped as the line is being evaluated.

The [EnhancedDamage] keyword is not allowed in the first section of an item definition. Try this instead:
Code:
[Name] == ThrowingSpear # [EnhancedDamage] >= 14
thanks muddy I no longer get the error with that wording

if you got a few to help on my other thread about your item finder barb set up <[Only registered and activated users can see links. Click Here To Register...]

I would appreciate it