Parade Hat [1] [Upper Head] Item ID# 5225

MikZ

New member
Messages
461
Points
0
Good day!

Requesting help please.
When using priest heal skill, lex aeterna was not buff to myself instead to the enemy. is this normal? 

Code:
{
	Id: 5225
	AegisName: "Marcher_Hat"
	Name: "Parade Hat"
	Type: "IT_ARMOR"
	Buy: 20
	Weight: 200
	Def: 2
	Slots: 1
	Loc: "EQP_HEAD_TOP"
	EquipLv: 10
	ViewSprite: 269
	Script: <"
		bonus bMdef,2;
		bonus bStr,2;
		bonus4 bAutoSpellWhenHit,AL_ANGELUS,5,30,0;
		bonus4 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,0;
		bonus2 bResEff,Eff_Stun,1000;
		if(BaseClass==Job_Acolyte) bonus4 bAutoSpellOnSkill,AL_HEAL,PR_LEXAETERNA,1,1000;
	">
},
 
Back
Top