Jump to content
  • 0

[HELP]Error In Custom Community Board Help ME Please


~~Darius~~

Question

5 answers to this question

Recommended Posts

  • 0

Since frintezza is instanced it's not in `grandboss_data` anymore, so when u're trying to get the info from frintezza...  it provokes a nullpointer.

Try removing that line from the code:

content = content.replaceAll("%frintezza%", bossStatus(29045));

Link to comment
Share on other sites

  • 0

try changing that line:

for(L2PcInstance player: L2World.getInstance().getAllPlayers().values())

for it:

for(L2PcInstance player: L2World.getInstance().getAllPlayers().values(new L2PcInstance[0]))

 

Advice: delete the code that you uploaded... since Matim coded it... I think you aren't allowed to share it by the face

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...