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=......)
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.
🤖 Old Telegram bots with 2024 year old
⭐️ Good for search optimization TG
⭐️ Bots without subscribers
⭐️ Bots clean, no bans, blocking and complaints
💵 Price list:
From 3 bots - 3$ for 1pc.
From 20 bots - 2.5$ for 1pc.
From 60 bots - 2.3$ for 1pc.
From 100 bots - 2.2$ for 1pc.
From 400 bots - 1.9$ for 1pc.
📌 To contact Us - t.me/smmtg6
⚡️ Fast SEO optimization in Telegram for your channel/chat/bot. TOP OF SEARCH TG🔝
✨ Effective solution for your business or blog.
🔥 Fast results within few days.
➡️ Contact us on Telegram for more details - t.me/smmtg6
🤖⭐️ TELEGRAM PREMIUM BOT START:
1201ID - Ukraine 🇺🇦 + MIX | 7 Days Premium 🤖 - 3.4$ per 1000
1198 ID - Israel 🇮🇱 + Uzbekistan 🇺🇿 | Mix Days Premium 🤖 - 3.5$ per 1000
574 ID - Uzbekistan 🇺🇿 + Russia 🇷🇺 20% | 30-90 Days Premium 🤖 - 3.8$ per 1000
1210 ID - Ukraine 🇺🇦 + MIX | 7-30 Days Premium 🤖 | 4$ per 1000
1203 ID - Uzbekistan 🇺🇿 + MIX | 20-30 Days Premium 🤖 | 4$ per 1000
1195 ID - USA 🇺🇸 + Ukraine🇺🇦 + Canada 🇨🇦 | 15 Days Premium🤖 | 4.3$ per 1000
1213 ID - Uzbekistan 🇺🇿 + USA 🇺🇸 + Canada 🇨🇦 | 30 Days Premium 🤖 | 4.4$ per 1000
1202 ID - Uzbekistan 🇺🇿 + MIX | 30 Days Premium 🤖 | 4.4$ per 1000
752 ID - USA 🇺🇸 + China 🇨🇳 + Canada 🇨🇦 | 30 Days Premium 🤖 | 5.4$ per 1000
756 ID - Uzbekistan 🇺🇿 + Israel 🇮🇱 + Austria 🇦🇹 | 14-30 Days Premium 🤖 | 5.6$ per 1000
758 ID - Canada 🇨🇦 + USA 🇺🇸 + Turkey 🇹🇷 | 30 Days Premium 🤖 | 5.6$ per 1000
755 ID - Turkey 🇹🇷 + Egypt 🇪🇬 | 30-90 Days Premium 🤖 | 6$ per 1000
374 ID - Russia 🇷🇺 + USA 🇺🇸 + Canada 🇨🇦 | Mix Days Premium 🤖 | 6.8$ per 1000
741 ID - Ukraine 🇺🇦 + USA 🇺🇸 + Canada 🇨🇦 | 15-30 Days Premium 🤖 | 6.8$ per 1000
575 ID - USA 🇺🇸 + Russia 🇷🇺 + Canada 🇨🇦 | Mix Days Premium 🤖 | 7.2$ per 1000
372 ID - USA 🇺🇸 + Canada 🇨🇦 + Russia 🇷🇺 + EU 🇪🇺 | Mix Days Premium | 7.5$ per 1000
1204 ID - Ukraine 🇺🇦 + MIX | 60-90 Days Premium | 7.6$ per 1000
Question
improved
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:
PreparePage: In that direction where the error is starting exists theese lines: (146 line starts at: tb:= "<tr><td width=......)
SendPage: The second direction: (40 line starts: n.setHtml (pre.....)
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