Crystal Caverns
Posted: Thu Apr 01, 2010 9:06 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4033
L2JDP Revision Number:7211
hi one more time i need a little help with crystal caverns. i want to make that player musnot wait reenter time 24 hour i want to remove reenter penalty from crystal caverns i tryed this then restart server but no effect server say that i cannot re-enter yet.
i tryed this
// Instance reenter time
// default: 86400000ms(24h)
private static final int INSTANCEPENALTY = 86400000;
private static final int DRAGONSCALETIME = 3000;
private static final int DRAGONCLAWTIME = 3000;
and i changed to this
// Instance reenter time
// default: 86400000ms(24h)
private static final int INSTANCEPENALTY = 0;
private static final int DRAGONSCALETIME = 3000;
private static final int DRAGONCLAWTIME = 3000;
if someone know how to remove reenter penalty write here thanks for help
and one more offer if dev's have time can you commit instances reenter time in config files
» Find Revision
L2J Revision Number:4033
L2JDP Revision Number:7211
hi one more time i need a little help with crystal caverns. i want to make that player musnot wait reenter time 24 hour i want to remove reenter penalty from crystal caverns i tryed this then restart server but no effect server say that i cannot re-enter yet.
i tryed this
// Instance reenter time
// default: 86400000ms(24h)
private static final int INSTANCEPENALTY = 86400000;
private static final int DRAGONSCALETIME = 3000;
private static final int DRAGONCLAWTIME = 3000;
and i changed to this
// Instance reenter time
// default: 86400000ms(24h)
private static final int INSTANCEPENALTY = 0;
private static final int DRAGONSCALETIME = 3000;
private static final int DRAGONCLAWTIME = 3000;
if someone know how to remove reenter penalty write here thanks for help
and one more offer if dev's have time can you commit instances reenter time in config files