Jump to content
  • 0

[Java Help Request] Pvp Ranking System


Question

Posted

Hi,

I'm sorry if i took wrong section, but since the creator of this code/system is inactive i would like to ask everyone's help.

So what I'm talking about? - Masterio Rank PVP System 3.8.9 [iL - H5]. 

 

I know its old, so i have made it to fit my owns l2jfrozen latest rev's code. I know you might don't have idea what's that system and how many faults there might be, but i get only 1 problem, maybe you could help me out:

 

When i write ingame .pvpinfo (it should drop me a htm with targets pvp info table) i get GS error:

ERROR Client: [Character: Admin - Account: admin - IP: 127.0.0.1] - Failed reading: [C] 38 Say2 ; null
java.lang.NullPointerException
        at com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.RankPvpSystemPvpStatus.preparePage(RankPvpSystemPvpStatus.java:146)
        at com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.RankPvpSystemPvpStatus.sendPage(RankPvpSystemPvpStatus.java:40)
        at com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.VoicedCommandHandlerPvpInfo.useVoicedCommand(VoicedCommandHandlerPvpInfo.java
:55)
        at com.l2jfrozen.gameserver.network.clientpackets.Say2.runImpl(Say2.java:507)
        at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:77)
        at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1213)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

PreparePage: In that direction where the error is starting exists theese lines: (146 line starts at: tb:= "<tr><td width=......)

		if(RankPvpSystemConfig.RANKS_ENABLED)
		{
			tb += "<tr><td width=135 height=22 align=left><font color=ae9977>Rank</font></td><td width=135 height=22 align=left><font color=ffff00>"+targetPvpStats.getRank().getName()+"</font></td></tr>";

			tb += "<tr><td width=135 height=22 align=left><font color=ae9977>Rank Points</font></td><td width=135 height=22 align=left><font color=ffa000>"+RankPvpSystemUtil.preparePrice(targetPvpStats.getTotalRankPoints())+"</font></td></tr>";
		}	

SendPage: The second direction: (40 line starts: n.setHtml (pre.....)

		NpcHtmlMessage n = new NpcHtmlMessage(0);
		
		n.setHtml(preparePage(player, playerTarget));

		player.sendPacket(n);

So, maybe you could tell what can be wrong with it? maybe i dont see something... Any clues? Maybe im searching for the solution not where i should to?

P.S. While compiling no errors, when applied this patch manually no missmatches.

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

Thank you for your answers.

Well Tessa, the script is not only 1 .java... It would be madness to upload all the data here, but you can find it here:

 http://www.maxcheaters.com/topic/141971-rank-pvp-system-389-il-h5/ 

 

Tryskell - yeah i thought about it also since null pointer exception in mysql meaning is that something is pointing to nothing. But while compiling there was no errors, on those lines no error (X meaning) is shown - becouse targetPvpStats is pointing to something since i tried to edit it into something like targetPvpSummary - and i get errors immediatelly (no meaning). 

 

Maybe you know where, and how i could track targetPvpStats is going to? I mean where all of the l2j pack meanings comes from? 

Many packs are releasing newer and newer revisions - many meanings are getting changed into newer ones. Maybe im using the old one wich is outdated? So how to know into what that meaning was changed. Or as you said "Verify the rank for that particular targetPvpStats exists" - from what should i start to track it for verifying?

Edited by improved
  • 0
Posted (edited)

Serioursly?!

I'v tried so many different things, recompilations, spent hours soluting this problem and kept getting different errors.

And all i had to do is to FIT to my newer revision by changing many of lines (like i did) and do not touch anything else :)...

 

You can lock/delete this topic - i'v did a mistake in config file - i'v enabled 2 different arguments for 1 job, they ignored each other = both turned off.

Sorry... did not believed i could act that foolish :D "noob" mistake.

Edited by improved
Guest
This topic is now closed to further replies.


  • Posts

    • I'll give you my wallet if you want, haha
    • To make up for some of the waiting time we’re hosting a 3v3 Tournament on open Beta, and this time we’re raising the stakes with a $1,300 prize pool 💰   🏆 PRIZE POOL BREAKDOWN (Over 2000$ Worth of prices total)   🥇 1st Place — $700 🥈 2nd Place —$300 🥉 3rd Place — $200 🏅 4th Place — $100  5th -6th Place - $100 in Gold Coins each    All Participating Teams: $50 in Gold!   All Prices will be Paid out instantly after the tour, no waiting time and conditions. This is not simply a marketing move, we want to give back to the community.   📅 Date: Wednesday 06.05.2026 ⏰ Time: 20:00 Central European Timezone (Berlin) 📍Format: 3v3   ⚔️Why join? Cash Prices for top 4 and rewards for all participants Payments to winners sent out straight after the tournament - No waiting time or rules that you have to play live server to obtain the reward. Clean format, smooth matches, and solid prize pool and a chance to experience our brand new files   📝How to join: Form your 3-player team Group Leader Sign up here: ⁠📍・3v3-tour-registration (Include Name of Group, Name of Group Leader)   Be ready on match day!     A separate post with rules for the tournament and class setups will follow shortly.   Tag your teammates, lock in your roster, and get ready to compete. We'll be happy to see you on the OBT!   💬 Questions? Ask in ⁠🎫・ticket or send us a message   See you on L2Dark! 😏   Discord: https://discord.gg/FAJwnFpb8M
    • You should check if that condition is supported by your current sources. You can find this in  DocumentBase#parsePlayerCondition If it isnt there and you want to follow the same pattern of the other item conditions, create a custom condition to parse the classId (or multiple class ids) (there are examples to copy the code). Alternatively, you can create your own condition handler. Your condition should look like this: <cond msgId="1518"> <player classId="ADVENTURER,PALADIN" /> </cond> or <cond msgId="1518"> <player classId="93,5" /> </cond>  
    • it's Interlude client forgot to mention
    • idk if acis have this option, but you can put inside item smth like that atleast on H5         <cond msgId="1518">             <player class_id_restriction="93, 101, 108, 117" /> <!-- Dagger Masters -->         </cond>
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..