Jump to content

[Share] PvP Level System


Versus

Recommended Posts

  • 4 weeks later...

Well i think there are some questions you should answer  for example if i have gone 95 lvl with main(interlude :P) if i add a sub class should i get 2000 pvps more to go 95? or i the maximum goes 95 instantly with the normal experience?

Link to comment
Share on other sites

Mate can you explain how to aply on the IL  i undersntand but 80 lvl is max in IL So actualy how the fuck i need to apply 5 more levels on configs and then put the script can you like make a short guide or somthing

Link to comment
Share on other sites

Well i think there are some questions you should answer  for example if i have gone 95 lvl with main(interlude :P) if i add a sub class should i get 2000 pvps more to go 95? or i the maximum goes 95 instantly with the normal experience?

This system is a really basic one, if you are going to use it live you should advance it.

 

Mate can you explain how to aply on the IL  i undersntand but 80 lvl is max in IL So actualy how the -beep- i need to apply 5 more levels on configs and then put the script can you like make a short guide or somthing

Just take a look how the rest of it is made and do exactly the same. It's really simple.

Link to comment
Share on other sites

This is a pretty cool idea and looks like some nice work, I'll have to play with it a bit later.

Oh and don't listen to anything Ramms says <_< he's just.....Ramms...nuff said lol

Link to comment
Share on other sites

mm im using l2j epi ,problem is that u level up without pvp to max level

any ideas ?

Easy..

 

Index: I:/workspace/L2_GameServer/java/com/l2jserver/gameserver/model/actor/L2Attackable.java
===================================================================
--- I:/workspace/L2_GameServer/java/com/l2jserver/gameserver/model/actor/L2Attackable.java	(revision 4250)
+++ I:/workspace/L2_GameServer/java/com/l2jserver/gameserver/model/actor/L2Attackable.java	(working copy)
@@ -704,7 +704,7 @@
							}

							// Distribute the Exp and SP between the L2PcInstance and its L2Summon
-							if (!attacker.isDead())
+							if (!attacker.isDead() && attacker.getLevel() <= 85)
							{
								long addexp = Math.round(attacker.calcStat(Stats.EXPSP_RATE, exp, null, null));
								int addsp = (int)attacker.calcStat(Stats.EXPSP_RATE, sp, null, null);

 

Good luck

Link to comment
Share on other sites

Easy..

 

Index: I:/workspace/L2_GameServer/java/com/l2jserver/gameserver/model/actor/L2Attackable.java
===================================================================
--- I:/workspace/L2_GameServer/java/com/l2jserver/gameserver/model/actor/L2Attackable.java	(revision 4250)
+++ I:/workspace/L2_GameServer/java/com/l2jserver/gameserver/model/actor/L2Attackable.java	(working copy)
@@ -704,7 +704,7 @@
							}

							// Distribute the Exp and SP between the L2PcInstance and its L2Summon
-							if (!attacker.isDead())
+							if (!attacker.isDead() && attacker.getLevel() <= 85)
							{
								long addexp = Math.round(attacker.calcStat(Stats.EXPSP_RATE, exp, null, null));
								int addsp = (int)attacker.calcStat(Stats.EXPSP_RATE, sp, null, null);

 

Good luck

 

mmm the problem is i try this already and still continue level up :)

i manage it by other way...

i decrease exp rate after 85 and set xp on pvp ...

i think is the same but harder way :P

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
Reply to this topic...

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




  • Posts

    • There was no way I didn't refunded or delivered files. I don't see You on my conrtact list on Discord, can You send me a message or at least tell me for what project was this updater? I always resolve if I can't deliver on time or customer bailes.
    • @rlfem123  I’m a web developer, and I work with technologies like Next.js and React. In the last 10 years, L2 Rankzone is the only one I’ve seen that actually did something different. All the others seem to have the same source code with different templates. L2 Hopzone also did an upgrade and, for the front end, is using Vue.js. Regarding web development, we have reached a point where you can easily create websites using libraries or frameworks. Simply pick one and start working. You will learn as you go. Personally, I prefer to build my back-end APIs in Laravel if it’s a big project since the ecosystem offers everything. For smaller projects, I choose Go. Then I use either React or Next.js to call my APIs, depending on the case. Next.js also supports Server-Side Rendering (SSR) if you want to hide some things from the client. Additionally, CSS libraries have almost everything you need nowadays to start building quickly with browser compatibility. You can seriously build an L2 website with ranks, a good design, and even a simple login/register system in just 3 days. Here are some CSS libraries I personally work with: https://tailwindui.com/components   https://ui.shadcn.com/   https://mui.com/material-ui/ Regarding the top websites i dont thing its worth the time and effort.  Its pretty simple to build one and the market is already bloated. In addition l2 is dying so i suggest to build top sites for many games.  THe main problem is not the build process rather the marketing one. You can build the most awesome website iin terms of functionality but if you marketing is week you wont exceed 10 concurrent users. 
    • Good evening from me as well. I wouldn't recommend anyone, no matter how much love they have for the game, to try to revive it, not only because of the times but also because of the community (people who used to spend 15 hours grinding now qq for everything when they have auto-farm enabled 24/7... ) .  All the effort will be in vain. I have given all I had to this game. I have spent an incredible amount of time and over 20k the past 6 years, and the money can go to hell, but the time doesn't come back, I almost literally didn't get cancer... Also, very few people are worth collaborating with, all the rest are scammers and traitors. Unfortunately, only the projects that have been in the background for years do well.   P. S: "Once upon a time they used to be players now only complainers left" 
    • hello i use acis 401 In the video that you uploaded, the name is not visible, but it appeared to me I upload a screenshot so you can understand what I mean how can i fix it? https://prnt.sc/kTET9oxF4fos
    • The encryption is made not just for fun, its made for protecting valuable work, doing this sort of "ugly" things u ruining all the work and effort , in time u might get that in return .  
  • Topics

×
×
  • Create New...