Jump to content
  • 0

[HELP] L2JFree Gracia Final - RB status npc


Question

Posted

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 :/

 

4 answers to this question

Recommended Posts

  • 0
Posted

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.

Guest
This topic is now closed to further replies.


×
×
  • Create New...