Jump to content
  • 0

PvP Skills


Question

Posted

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

9 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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 ?

  • 0
Posted

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 ? >,<

  • 0
Posted

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.

 

  • 0
Posted

thanks..

 

But what does it mean?

 

"Yes i get it" or "Omg, this guy is stupid, I cant understand anything"

Guest
This topic is now closed to further replies.


×
×
  • Create New...