Hello guys, I need to remove everything related to grand bosses,is there an easy way to remove them from source?I don't need to delete GrandBoss classes I just need that server doesn't load them.I tried removing GrandBossManager.init(); from GameServer.java,but it doesn't help. If there isn't an easy way to remove Grand Bosses,can I easily remove Boss Zones?If I remove zones from BossZones.xml file,I get error,for some reason it comes from OlympiadManager,to be more precise,from this line: final Collection<L2OlympiadStadiumZone> zones = ZoneManager.getInstance().getAllZones(L2OlympiadStadiumZone.class); Shouldn't it get olympiad arenas? In conclusion,how can I easily remove all grand boss zones? Thank you!
C:\Server_Fafurion\gameserver\geodata
relatively speaking, check for files .l2j in this folder
and this
C:\Server_Fafurion\gameserver\config geodata.properties AllowGeodata = True
Hello,iv got fafurion running localy just for fun and seems that files dont have geodata couse i can hit through walls so are mobs.Anyone can tell me how to activate geodata or where to insert geodata files?
Question
StealthyS4m
Hello guys,
I need to remove everything related to grand bosses,is there an easy way to remove them from source?I don't need to delete GrandBoss classes I just need that server doesn't load them.I tried removing GrandBossManager.init(); from GameServer.java,but it doesn't help.
If there isn't an easy way to remove Grand Bosses,can I easily remove Boss Zones?If I remove zones from BossZones.xml file,I get error,for some reason it comes from OlympiadManager,to be more precise,from this line: final Collection<L2OlympiadStadiumZone> zones = ZoneManager.getInstance().getAllZones(L2OlympiadStadiumZone.class);
Shouldn't it get olympiad arenas?
In conclusion,how can I easily remove all grand boss zones?
Thank you!
6 answers to this question
Recommended Posts