Jump to content
  • 0

PvP Skills


Dev

Question

I would like help on a java about learning PvP skills like PvP Blessed the body , PvP Cov , PvP Death Whisper etc on a certain amount of PvP's example given in 1000 PvP's to learn Blessed the body on 2000 Cov and so on could anyone find a solution to this please ?

Thx

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Just take a look how does PvP color name shares work ( I mean for example 1000 pvp = green name)

 

And just edit it, to give skill instead of changing name color.

Link to comment
Share on other sites

  • 0

Oh really ? But I want both PvP colour name and PvP skill and then what shall I do ?

 

Just think a little bit :)

 

U want for example:

 

1000 pvp = red name and skill with X id and y level ?

Link to comment
Share on other sites

  • 0

Yea for example on 1000 PvP's to have Red name , Black Title and also to learn PvP Blessed the body that is gonna heal 1400 HP and Increase the HP's capacity by 1400 etc.

Could you give me an example Matim on a real java board coding ? >,<

Link to comment
Share on other sites

  • 0

Look, instead of ready code, I will give u few hints how to do it.

 

To give and store skill, u need this:

 

player.addSkill(L2Skill newSkill, boolean store)

 

Where player is L2PcInstance

 

So sample:

 

skill = SkillTable.getInstance().getInfo(id, level);

player.addSkill(skill, true);

 

Boolean true will make it storable in database (save)

 

Now just replace id and level.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...