Jump to content

Recommended Posts

Posted (edited)

42b5f9dcd1a00cb06fe8d941de52d83322.jpg

 

+ if(Config.STARTING_BUFFS)
+ {
+ for (int[] buff : (newChar.isMageClass()) ? Config.STARTING_BUFFS_M : Config.STARTING_BUFFS_F)
+ {
+ L2Skill skill = SkillTable.getInstance().getInfo(buff[0], buff[1]);
+ if (skill != null)
+ {
+ skill.getEffects(newChar, newChar);
+ newChar.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.YOU_FEEL_S1_EFFECT).addSkillName(buff[0]));
+ }
+ }
+ }

 

 

Where add it?

Edited by Makura
  • 2 weeks later...
Posted
Posted

How to make for Orcs mystics mage buffs? because orcs mystics got fighter buffs  :happyforever:

 

Orc mystic are consider ClassType.MAGE on latest aCis, so they use correctly isMageClass(), verify on classes definition if they are FIGHTER. From memory there was something related, no clue when it has been fixed.

Posted

Orc mystic are consider ClassType.MAGE on latest aCis, so they use correctly isMageClass(), verify on classes definition if they are FIGHTER. From memory there was something related, no clue when it has been fixed.

where i can find and change it?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock