From 5fc963ac65d6b5c80d32d7780ebe58328618d7ea Mon Sep 17 00:00:00 2001 From: malyelfik <malyelfik@users.noreply.github.com> Date: Sat, 20 Apr 2013 21:00:48 +0000 Subject: [PATCH] BETA: Restoring deleted HTML by mistake Reported by: badboy29 --- .../dist/game/data/html/mercmanager/mercmanager-busy.htm | 3 +++ .../dist/game/data/html/mercmanager/mercmanager-no.htm | 3 +++ .../dist/game/data/html/mercmanager/mercmanager.htm | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-busy.htm create mode 100644 L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager-no.htm create mode 100644 L2J_DataPack_BETA/dist/game/data/html/mercmanager/mercmanager.htm 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 0000000000..84865040e6 --- /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 0000000000..7fe45e6830 --- /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 0000000000..cacc46c354 --- /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 -- GitLab