Jump to content

Question

Posted (edited)

hello. i am using last free acis source.

 

added vip systrm and works without problems.can you please tel. how to make +3 buff for vip members

Edited by Gam3Master

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

i found in L2Character this.

/**
	 * Check player max buff count
	 * @return max buff count
	 */
	public int getMaxBuffCount()
	{
		return Config.BUFFS_MAX_AMOUNT + Math.max(0, getSkillLevel(L2Skill.SKILL_DIVINE_INSPIRATION));
	}
but what to do idon't know Edited by Gam3Master

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...