Notepad Posted January 9, 2016 Report Share Posted January 9, 2016 (edited) Basically the issue with setting levels currently is the amount of low level defense pures running around with 40-50 hp just ragging low level pures who are legitimately trying to PK. A fix for this is to make it so you can't set your HP level and instead calculate the total XP from current (str/att/def/range/mage) xp, so for example I'm Strength: 80 (1,986,068 xp) Attack: 80 (1,986,068 xp) Defence: 80 (1,986,068 xp) Range: 80 (1,986,068 xp) Mage: 80 (1,986,068 xp) All together that's 9,930,340 xp so divide that by 3 and the return value is: 3,310,113. And that's your HP level which would be 85. It would be very easy to implement and it would improve the pking experience for the Pure Community. Edited January 9, 2016 by Notepad 1 Quote Link to comment
Why Gg Posted January 9, 2016 Report Share Posted January 9, 2016 As long as it gets rid of them, support. Quote Link to comment
Smackd Posted January 9, 2016 Report Share Posted January 9, 2016 Or you can't fight someone who has 30 defense levels lower/higher than you, to prevent zerkers doing the same aswell. Quote Link to comment
Notepad Posted January 9, 2016 Author Report Share Posted January 9, 2016 (edited) Something as simple as this would do the job.. then you just need to divide the calculated total xp and add it to HP. public long getTotalXp() { int[] skillIds = {0, 1, 2, 4, 6 }; long totalxp = 0L; for(int i : skillIds) { totalxp += (double) c.playerXP[i]; c.sendMessage(""+i+":"+totalxp+""); //debugging purposes } return totalxp; } Edited January 9, 2016 by Notepad Quote Link to comment
Bind U Dead Posted January 9, 2016 Report Share Posted January 9, 2016 Support! Quote Link to comment
Tesfxye Posted January 9, 2016 Report Share Posted January 9, 2016 3 hours ago, Notepad said: Basically the issue with setting levels currently is the amount of low level defense pures running around with 40-50 hp just ragging low level pures who are legitimately trying to PK. A fix for this is to make it so you can't set your HP level and instead calculate the total XP from current (str/att/def/range/mage) xp, so for example I'm Strength: 80 (1,986,068 xp) Attack: 80 (1,986,068 xp) Defence: 80 (1,986,068 xp) Range: 80 (1,986,068 xp) Mage: 80 (1,986,068 xp) All together that's 9,930,340 xp so divide that by 3 and the return value is: 3,310,113. And that's your HP level which would be 85. It would be very easy to implement and it would improve the pking experience for the Pure Community. Support, donate like $2k and ask gretar if you can do it yourself as that's the only way this will happen. Quote Link to comment
Notepad Posted January 9, 2016 Author Report Share Posted January 9, 2016 (edited) 27 minutes ago, Xbrzh said: Support, donate like $2k and ask gretar if you can do it yourself as that's the only way this will happen. It's very easy I just supplied the code required to calculate it all he needs to do now is add the skillxp to HP. something along these lines. addSkillXP(totalxp/3, 3); Obviously I don't know how his setlevel methods work so he may need to make a couple of changes but it's still very easy about 5 minutes work. Edited January 9, 2016 by Notepad Quote Link to comment
Bind U Dead Posted January 9, 2016 Report Share Posted January 9, 2016 Just now, Notepad said: It's very easy I just supplied the code required to calculate it all he needs to do now is add the skillxp to HP. something along these lines. addSkillXP(totalxp/3, 3); Obviously I don't know how his setlevel methods work so he may need to make a couple of changes but it's still very easy about 5 minutes work. They are busy making new updates which will be held very soon , just take this as a look brother @Gretar Quote Link to comment
Notepad Posted January 9, 2016 Author Report Share Posted January 9, 2016 19 minutes ago, Bind U Dead said: They are busy making new updates which will be held very soon , just take this as a look brother @Gretar That's awesome hopefully in the future we'll see this added Quote Link to comment
Tesfxye Posted January 9, 2016 Report Share Posted January 9, 2016 1 hour ago, Notepad said: That's awesome hopefully in the future we'll see this added Gretar takes 10x the amount it should take to do things if it takes him longer than that it just means they aren't being done Quote Link to comment
Notepad Posted January 9, 2016 Author Report Share Posted January 9, 2016 (edited) Not only this would be unique compared to other spawn servers. considering how easy it is, i have not released this on R-S and won't i allow the owner to remove the method from comments to make his server's combat a little more unique. Edited January 9, 2016 by Notepad Quote Link to comment
Ahmash Posted January 9, 2016 Report Share Posted January 9, 2016 no support, i like making custom pures with low hp and i like to fight bandos guys at 1def cos they are only like 50hp so its easy kills a better idea has already been suggested and will be added soon a 1def zone, once this is added there wont be many 1def pures in edge so the zekers and bandos pures can pk at a higher cb lvl 1 Quote Link to comment
Notepad Posted January 9, 2016 Author Report Share Posted January 9, 2016 (edited) 17 minutes ago, Ahmash said: no support, i like making custom pures with low hp and i like to fight bandos guys at 1def cos they are only like 50hp so its easy kills a better idea has already been suggested and will be added soon a 1def zone, once this is added there wont be many 1def pures in edge so the zekers and bandos pures can pk at a higher cb lvl A one defense zone would quickly go unused and is a bad suggestion. (based on my opinion alone) Edited January 9, 2016 by Notepad Quote Link to comment
Ahmash Posted January 9, 2016 Report Share Posted January 9, 2016 Just now, Notepad said: A one defense zone would quickly go unused and is a bad suggestion. it will start in lvl 1 wildy and be in wildy not too far from edgeville Quote Link to comment
Aiden Posted January 9, 2016 Report Share Posted January 9, 2016 This is a brilliant suggestion, support mate. Quote Link to comment
student27995 Posted January 9, 2016 Report Share Posted January 9, 2016 No support. I like making custom builds. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.