Jump to content
  • 0

[HELP]Error In Custom Community Board Help ME Please


Question

5 answers to this question

Recommended Posts

  • 0
Posted

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));

  • 0
Posted

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

Guest
This topic is now closed to further replies.


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