Issue Information
-
#007001
-
2 - Fair
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
Originally posted by KyleZ
4456,Nidhoggur_Shadow_Card,Nidhoggur Shadow Card,6,20,,10,,,,,,,,16,,,,,{ bonus bInt,5; if(BaseClass==Job_High_Wizard) bonus bFixedCastrate,-50; },{},{}
Above is its script in item_db.
If this works properly, with or without the card, the difference should be obvious, especial when casting skills like WL_EARTHSTRAIN.
But equip/unequip my gear with the card plugged, I could not really notice the difference.
4456,Nidhoggur_Shadow_Card,Nidhoggur Shadow Card,6,20,,10,,,,,,,,16,,,,,{ bonus bInt,5; if(BaseClass==Job_High_Wizard) bonus bFixedCastrate,-50; },{},{}
Above is its script in item_db.
If this works properly, with or without the card, the difference should be obvious, especial when casting skills like WL_EARTHSTRAIN.
But equip/unequip my gear with the card plugged, I could not really notice the difference.
Originally posted by KyleZ
keyword BaseClass==Job search db dir, there is BaseClass==Job_Mage&BaseClass==Job_Archer&BaseClass==Job_Acolyte, etc.
The have one thing in common, 1st class.
I could not find any other 2nd job class or higher class except THIS CARD.
My point is, BaseClass==Job_High_Wizard isn't working, is it?
keyword BaseClass==Job search db dir, there is BaseClass==Job_Mage&BaseClass==Job_Archer&BaseClass==Job_Acolyte, etc.
The have one thing in common, 1st class.
I could not find any other 2nd job class or higher class except THIS CARD.
My point is, BaseClass==Job_High_Wizard isn't working, is it?
Originally posted by malufett
but this is a problem..description says only works with High wiz and Warlocks..
but
only works with High Wiz and trans Warlock
This works perfectly...bonus bFixedCastrate,-50;
but this is a problem..description says only works with High wiz and Warlocks..
but
if(BaseClass==Job_High_Wizard)
only works with High Wiz and trans Warlock
Originally posted by KyleZ
I guess you meant the code only works with High wiz & trans High Wiz. Warlock is not included,right?
Given the fact 3rd trans classes are too young for this card XD, are you going to change it or leave it as is?
This works perfectly...but this is a problem..description says only works with High wiz and Warlocks..butbonus bFixedCastrate,-50;
if(BaseClass==Job_High_Wizard)only works with High Wiz and trans Warlock
I guess you meant the code only works with High wiz & trans High Wiz. Warlock is not included,right?
Given the fact 3rd trans classes are too young for this card XD, are you going to change it or leave it as is?
Originally posted by malufett
nope your guess is wrong...
I said
hmm..
nope your guess is wrong...
I said
only works with High Wiz and trans Warlock
hmm..
yup someone will do this for us..heheheheGiven the fact 3rd trans classes are too young for this card XD, are you going to change it or leave it as is?
Originally posted by KyleZ
You probably have figured out English is not my mother language, and the job class terms sometimes get me confused.
Anyway, thanks a lot
You probably have figured out English is not my mother language, and the job class terms sometimes get me confused.
Anyway, thanks a lot
Originally posted by Joseph
Fixed in [rev=17027].
Fixed in [rev=17027].