Jump to content
  • 0

[Request][L2J CT2.5] Cubic Master, Increase Cubic Max Number?


zetsuei

Question

Hi all,

 

As you can see on the title of this topic, I'd like to increase the maximum number of cubic that can be summoned with the mastery.

 

In fact it is for a stack subclass server, and one of my player made classes: Arcana Lord/Shillien Templar. Cause he wanted to have 6-8 cubics in the same time, for making his character like a Christmas Tree xD

 

I think modifying this skill requiere modifications into the Core.

 

Someone know if it is possible to do? And if it is, where and what I must modify?

 

Thanks for your reply.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

In L2SkillSummon (gameserver.skills.L2skills), check :

 

public boolean checkCondition(L2Character activeChar)

 

Editing the xml will do nothing, it's an hardcoded skill.

 

Basically, edit that : int mastery = player.getSkillLevel(SKILL_CUBIC_MASTERY);

Link to comment
Share on other sites

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...