Visius Posted March 11, 2013 Posted March 11, 2013 First one. On X pvp's you gain a color like 500 PvP ---> Name 1000PvP ---> Name 1500PvP ---> Name 2000PvP ---> Name etc etc... And Second.. When you reach 1,000pvp you will gain PvP Blessed The Body. When you reach 2,000pvp you will gain PvP Might. etc etc For Interlude,im using L2JFrozen Pack. If anyone can help me i would be really glad.
0 xdem Posted March 13, 2013 Posted March 13, 2013 lets start: L2PcInstance.java @IncreasePvPKills() if (this.getpvpkills()) this.getAppearence().set... same on enterworld.java but on any line (not in methods ^^) for skills just understand how the above works and you will find out the code I made isn't correct I made it to guide you on how to make one, GL
0 Visius Posted March 14, 2013 Author Posted March 14, 2013 lets start: L2PcInstance.java @IncreasePvPKills() if (this.getpvpkills()) this.getAppearence().set... same on enterworld.java but on any line (not in methods ^^) for skills just understand how the above works and you will find out the code I made isn't correct I made it to guide you on how to make one, GL Well i suck in java so i can't make any code, could you made those for me?
0 xdem Posted March 14, 2013 Posted March 14, 2013 no its too simple to be done, and im not your personal coder to do it... try alone and learn as we all did, this is too simple
0 Tryskell Posted March 14, 2013 Posted March 14, 2013 Well i suck in java so i can't make any code, could you made those for me? Don't open a server then, ty in advance for the players victims you won't do.
0 xdem Posted March 14, 2013 Posted March 14, 2013 Don't open a server then, ty in advance for the players victims you won't do. exactly,lol
0 SweeTs Posted March 21, 2013 Posted March 21, 2013 Use search option, there is maaaany such shares.
0 JaharakaL Posted March 21, 2013 Posted March 21, 2013 I think L2FINEST pack had those two java codes.
0 KderD64 Posted March 21, 2013 Posted March 21, 2013 I would code it, but I am busy now, I can do it tomorrow if you want.
0 Visius Posted March 21, 2013 Author Posted March 21, 2013 I would code it, but I am busy now, I can do it tomorrow if you want. No Problem,i can wait until then.
0 Dεbian Posted March 21, 2013 Posted March 21, 2013 I could do both in 10 minutes, but search & learn.
0 Visius Posted March 21, 2013 Author Posted March 21, 2013 I could do both in 10 minutes, but search & learn. Well,Java isn't something easy to learn :P im trying but my skills are... better don't talk about them xD
0 Dεbian Posted March 21, 2013 Posted March 21, 2013 Well,Java isn't something easy to learn :P im trying but my skills are... better don't talk about them xD My dear, these codes are ready. Shared in l2j section, just search & modify. I don't know java too, but with searching and practicing on l2j sources I learn many things.
0 KderD64 Posted March 21, 2013 Posted March 21, 2013 My dear, these codes are ready. Shared in l2j section, just search & modify. I don't know java too, but with searching and practicing on l2j sources I learn many things. Java programming language is not like that... just search some stuff and see oh, here it is activeChar.getPvP()... hmm I think this function must be related to the a-beep-t of pvps of the players... No, it requieres knowledge of OOP ( Object-oriented programming ) which is gained generally from c++ so that when you pass to java language, you already have already learned the principles of Encapsulation,Subtype polymorphism,Object inheritance so that you know what is going on that classes with the private/public/protected objects and functions and so on... but the man just want that stuff and he doesn't have time to learn how things work or even search for them :D The above thing was just an example... btw I will do it tomorrow what you requested, now I'm busy, learning for college :P
0 Dεbian Posted March 21, 2013 Posted March 21, 2013 Personally I know zero java. I am practicing through developing my pack.
Question
Visius
First one.
On X pvp's you gain a color like
500 PvP ---> Name
1000PvP ---> Name
1500PvP ---> Name
2000PvP ---> Name
etc etc...
And
Second..
When you reach 1,000pvp you will gain PvP Blessed The Body.
When you reach 2,000pvp you will gain PvP Might.
etc etc
For Interlude,im using L2JFrozen Pack. If anyone can help me i would be really glad.
20 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now