Jump to content
  • 0

[HELP] L2JFree Gracia Final - RB status npc


xJustMe

Question

Here is my problem: I downloaded rb status for epilogue , changed imports, tryed to start but I realised that there is no

import com.l2jfree.gameserver.instancemanager.GrandBossManager;

 

So i changed to this one

import com.l2jfree.gameserver.instancemanager.GrandBossSpawnManager;

 

Now I get this error:

1. ERROR in \BossRespawn.java (at line 59)

long delay = GrandBossSpawnManager.getInstance().getStatsSet(boss).getLong("respawn_time");

The method getStatsSet(int) is undefined for the type GrandBossSpawnManager

 

Please someone help me, I really need this npc for gracia final :/

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

If you read correctly your error you could find yourself :

 

The method getStatsSet(int) is undefined for the type GrandBossSpawnManager

 

You miss getStatsSet, surely setStatsSet and surely the initialization of the variable.

 

BTW from what share you try to add this ? To what chronicle ?

 

I suppose you try something which is bigger than you figured out in first time...

 

And I have to add some things didn't exist if you use old chronicle like interlude. So add the whole system.

 

Compare files too.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock