|
@@ -190,7 +190,7 @@ public class L2SignsPriestInstance extends L2Npc
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case 34: // Pay the participation fee request
|
|
case 34: // Pay the participation fee request
|
|
- if ((player.getClassId().level() > 1) && ((player.getAdena() >= Config.SSQ_JOIN_DAWN_ADENA_FEE) || (player.getInventory().getInventoryItemCount(Config.SSQ_MANORS_AGREEMENT_ID, -1) > 0)))
|
|
|
|
|
|
+ if ((player.getClassId().level() > 0) && ((player.getAdena() >= Config.SSQ_JOIN_DAWN_ADENA_FEE) || (player.getInventory().getInventoryItemCount(Config.SSQ_MANORS_AGREEMENT_ID, -1) > 0)))
|
|
{
|
|
{
|
|
showChatWindow(player, SevenSigns.SEVEN_SIGNS_HTML_PATH + "signs_33_dawn.htm");
|
|
showChatWindow(player, SevenSigns.SEVEN_SIGNS_HTML_PATH + "signs_33_dawn.htm");
|
|
}
|
|
}
|
|
@@ -206,7 +206,7 @@ public class L2SignsPriestInstance extends L2Npc
|
|
case 4: // Join a Cabal - SevenSigns 4 [0]1 x
|
|
case 4: // Join a Cabal - SevenSigns 4 [0]1 x
|
|
int newSeal = Integer.parseInt(command.substring(15));
|
|
int newSeal = Integer.parseInt(command.substring(15));
|
|
|
|
|
|
- if (player.getClassId().level() >= 2)
|
|
|
|
|
|
+ if (player.getClassId().level() >= 1)
|
|
{
|
|
{
|
|
if ((cabal == SevenSigns.CABAL_DUSK) && Config.ALT_GAME_CASTLE_DUSK)
|
|
if ((cabal == SevenSigns.CABAL_DUSK) && Config.ALT_GAME_CASTLE_DUSK)
|
|
{
|
|
{
|