root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/network/aion/serverpackets/SM_SYSTEM_MESSAGE.java
| 2561 | 2596 | ||
|---|---|---|---|
1023 | * You cannot use the item as its cooldown time has not expired yet. | 1023 | * You cannot use the item as its cooldown time has not expired yet. |
1024 | */ | 1024 | */ |
1025 | public static SM_SYSTEM_MESSAGE STR_ITEM_CANT_USE_UNTIL_DELAY_TIME = new SM_SYSTEM_MESSAGE(1300494); | 1025 | public static SM_SYSTEM_MESSAGE STR_ITEM_CANT_USE_UNTIL_DELAY_TIME = new SM_SYSTEM_MESSAGE(1300494); |
1026 | |||
1027 | /** | ||
1028 | * You cannot destroy %0 because it is used in the "%1" quest which cannot be abandoned once started. | ||
1029 | */ | ||
1030 | public static SM_SYSTEM_MESSAGE STR_QUEST_GIVEUP_WHEN_DELETE_QUEST_ITEM_IMPOSSIBLE(DescriptionId nameId) | ||
1031 | { | ||
1032 | return new SM_SYSTEM_MESSAGE(1300604, nameId); | ||
1033 | } | ||
1026 | 1034 | ||
1027 | /** | 1035 | /** |
1028 | * You cannot fly in this area. | 1036 | * You cannot fly in this area. |
Download diff