diff --git a/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-busy.htm b/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-busy.htm new file mode 100644 index 0000000000000000000000000000000000000000..84865040e6976bff688d0c4a841b18d40b7b513b --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-busy.htm @@ -0,0 +1,3 @@ +<html><body>%npcname%:<br> +I can't help you right now. +</body></html> \ No newline at end of file diff --git a/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-no.htm b/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-no.htm new file mode 100644 index 0000000000000000000000000000000000000000..7fe45e68309b73055aa694951ac44ed77a206848 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-no.htm @@ -0,0 +1,3 @@ +<html><body> +Do you wish to join our mercenary guild? +</body></html> \ No newline at end of file diff --git a/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager.htm b/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager.htm new file mode 100644 index 0000000000000000000000000000000000000000..cacc46c354e6fd9cb72f6b54d1ce8e21cffb1efd --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager.htm @@ -0,0 +1,7 @@ +<html><body>%npcname%:<br> +Greetings, how can I help you? +<center> +<br><br> +<a action="bypass -h npc_%objectId%_hire %npcId%1">Hire Mercenary</a><br> +</center> +</body></html> \ No newline at end of file