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.


  • Posts

    • not just a waste of time ..even waste of money ...  
    • Heya! I was looking for someone who can provide me with any solution for FPS increase on Interlude Client. I was interested in a working Clear Cache button and/or any patch that will increase the FPS of each player. Playing on Interlude for many years now, I can understand that a crowded place will drop your FPS by a lot which is making the game unplayable and unenjoyable. For example, Baium Epic Boss always had issues (not only) with FPS drops sometimes players are playing with pixels (images). If anyone has the expertise and knowledge about those things I would like him to contact me via Discord xthedarknessfear so we can discuss further because I obviously have some questions about Client Modification and how it's done. Will not answer anything here, hit me up on disc and let's discuss it! P.S: I'm also looking for a custom simple interface (small edits). If you can do both, you are my guy! Cheers!
    • //request   Can anyone rework this for aCis 401? personally, one of the best features to have in a L2 server.
    • i have this feature: https://prnt.sc/rD9BYOi7QPB6 there is edited interface and one dll to make it working.
    • Whatever @Tryskell said...   Unfortunately it is not 2005-2010 anymore... Most of the community from those days is "grown up" and probably does not play games anymore (or at least no MMOs). I think anything related to MMOs will be a nail in the coffin.   I understand that it is hard to let the thing you've built for years to "just die". I assume most people got into programming, so maybe you can try something in that direction. But then again, this is a very niche community.   We need to think of something to bring the people together. I think events may be really fun, but then you would probably need to add prizes n order for the people to participate.   So yea, just my 2 cents. Hopefully somebody can come up with some great idea so we can revive this place. I've already forgotten it for the last couple (5-6) years...
  • Topics

×
×
  • Create New...