Fixed free teleport bookmark slot conditions.
Contributed by Edoo.
This commit is contained in:
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -45,7 +45,7 @@ public class CanBookmarkAddSlotSkillCondition implements ISkillCondition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
@@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||||
{
|
{
|
||||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user