From f6beb2a072402339bdafeff5230664b7b9e3e12a Mon Sep 17 00:00:00 2001
From: mobius <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Wed, 7 Jan 2015 16:58:25 +0000
Subject: [PATCH] Added support for CB teleports and buffs.
---
trunk/dist/game/config/Custom.properties | 12 ++++++
.../data/html/CommunityBoard/Custom/home.html | 1 -
.../data/html/CommunityBoard/Custom/test.html | 2 +
.../handlers/communityboard/HomeBoard.java | 40 +++++++++++++++++--
trunk/java/com/l2jserver/Config.java | 6 +++
5 files changed, 56 insertions(+), 5 deletions(-)
diff --git a/trunk/dist/game/config/Custom.properties b/trunk/dist/game/config/Custom.properties
index 01cf63ce1f..29c92ef198 100644
--- a/trunk/dist/game/config/Custom.properties
+++ b/trunk/dist/game/config/Custom.properties
@@ -587,3 +587,15 @@ FreeJumpsForAll = False
# Enable Custom Community Board
# Default: False
CustomCommunityBoard = True
+
+# Currency used by the Community Board (itemId)
+# Default: 57 (Adena)
+CommunityCurrencyId = 57
+
+# Price for Teleports
+# Default: 0 (free)
+CommunityTeleportPrice = 0
+
+# Price for Buffs
+# Default: 0 (free)
+CommunityBuffPrice = 0
diff --git a/trunk/dist/game/data/html/CommunityBoard/Custom/home.html b/trunk/dist/game/data/html/CommunityBoard/Custom/home.html
index cc8c3733cf..451f57efba 100644
--- a/trunk/dist/game/data/html/CommunityBoard/Custom/home.html
+++ b/trunk/dist/game/data/html/CommunityBoard/Custom/home.html
@@ -5,7 +5,6 @@

-