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

  • #007773

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Acaraje 12375

Posted by kyeme on 19 October 2013 - 01:25 AM

Acaraje missing attackspeed:
12375,Acaraje,Akaraje,2,0,,80,,,,,0xFFFFFFFF,63,2,,,,,,{ specialeffect2 EF_STEAL; sc_start SC_INCHITRATE,120000,5; },{},{}
http://www.divine-pr...base/item/12375

And...
Is Akaraje dispell-able? Or does it persist through death?

Please confirm to those who has Aegis Server. Thank you!.

Confirming:
Buff "EFST_ACARAJE"	// Acaraje				
	event OnStartEquip:				
		AddExtParam User VAR_HITSUCCESSVALUE 5			
		AddExtParam User VAR_PLUSASPDPERCENT 10			
	return				
	event OnFinishEquip:				
		SubExtParam User VAR_HITSUCCESSVALUE 5			
		SubExtParam User VAR_PLUSASPDPERCENT 10			
	return
EFST_ACARAJE={
	ResetDead = true;
	ResetDispel = true;
	Save = true;
	Send = false;
	IgnorePretendDead = false;
	DeBuff = false;
	ResetCLEARANCE = false;
	ActorAppearance = false;
	SendMultiCast = false;
	["backward compatibility send"] = true; -- ÀÌÀü¹öÁ¯ ȣȯ¼ºÀ» À§ÇØ Ãß°¡ÇÕ´Ï´Ù.
};


changed status to: Confirmed

And...
Is Akaraje dispell-able? Or does it persist through death?

Please confirm to those who has Aegis Server. Thank you!.


Could you test it for me? Thanks!

changed status to: Fixed