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

  • #008704

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (0)
Photo

itemskill ECL_SEQUOIADUST

Posted by Shourei on 28 May 2015 - 09:13 AM

The item skill ECL_SEQUOIADUST is triggered by item Yggdrasil Dust(12815).

According to the NPC Herb Merchant that exchange the item for Splendide coin
https://github.com/H...in_exchange.txt
mes "[Herb Merchant]";
	switch (.@item){
		case 0:
			mes "Snow Flip has special effects on ^3131FFBurning, Bleeding, Deep Sleep, Sleep^000000.";
			break;
		case 1:
			mes "Peony Mamy has special effects on ^3131FFFrost, Frozen, Freezing^000000";
			break;
		case 2:
			mes "Slapping Herb has special effects on ^3131FFStun, Fear, Chaos, Hallucination^000000";
			break;
		case 3:
			mes "Yggdrasil Dust has special effects on ^3131FFBlind, Curse, Decrease Agility, Reverse Orcish^000000.";
			break;
On the other hand, skill.c noted that:
https://github.com/H...src/map/skill.c
	case ECL_SEQUOIADUST:
					status_change_end(bl,SC_STONE,INVALID_TIMER);
					status_change_end(bl,SC_POISON,INVALID_TIMER);
					status_change_end(bl,SC_CURSE,INVALID_TIMER);
					status_change_end(bl,SC_BLIND,INVALID_TIMER);
					status_change_end(bl,SC_ORCISH,INVALID_TIMER);
					break;
One or the other is wrong..
Which one do we follow?

Thank you.

-SH

Recover from stone curse, darkness, curse, poison and decrease agility
^ that should be the effect according to kRO description..
Let me confirm it from NPC.

Edit:
NPC says same, client side is more updated, so I suppose, we have to believe in that.
Yggdrasil Dust has special effects on ^3131FFBlind, Curse, Decrease Agility, Reverse Orcish^000000.
Yet keeping it open for some days, if someone can get the proof from kRO that some of effects don't happen