Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

Nidhoggur Shadow Card script not working?

Posted by Hercules Bot on 11 December 2012 - 06:39 PM

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.

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?

Originally posted by malufett

bonus bFixedCastrate,-50;

This works perfectly...

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


:meow:

Originally posted by KyleZ

bonus bFixedCastrate,-50;

This works perfectly...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 :meow:


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

only works with High Wiz and trans Warlock


hmm..

Given the fact 3rd trans classes are too young for this card XD, are you going to change it or leave it as is?

yup someone will do this for us..hehehehe

:meow:

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 /no1

Originally posted by Joseph
Fixed in [rev=17027].