diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/.placeholder | 0 | ||||
-rw-r--r-- | config/manachat.ini.template | 35 | ||||
-rwxr-xr-x | config/shopAdmins.txt | 1 | ||||
-rwxr-xr-x | config/shoplist.txt | 15 |
4 files changed, 51 insertions, 0 deletions
diff --git a/config/.placeholder b/config/.placeholder new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/config/.placeholder diff --git a/config/manachat.ini.template b/config/manachat.ini.template new file mode 100644 index 0000000..ba34d3b --- /dev/null +++ b/config/manachat.ini.template @@ -0,0 +1,35 @@ +[Server] +host = 52.174.196.146 +port = 6901 + +[Player] +username = * +password = * +charname = * + +[Other] +online_txt_url = http://server.themanaworld.org/online.txt +log_network_packets = 0 + +[Plugins] +autospell = 0 +msgqueue = 0 +chatlogfile = 0 +shop = 1 +autofollow = 0 +manaboy = 1 + +[msgqueue] +net.mapserv.cmsg_chat_whisper = 7.5 + +[notify] +notif_timeout = 7000 +notif_sound = 1 + +[chatlogfile] +chatlog_dir = chatlogs + +[shop] +timeout = 60 +shoplist_txt = config/shoplist.txt +admins_file = config/shopAdmins.txt diff --git a/config/shopAdmins.txt b/config/shopAdmins.txt new file mode 100755 index 0000000..ede5d01 --- /dev/null +++ b/config/shopAdmins.txt @@ -0,0 +1 @@ +Livio diff --git a/config/shoplist.txt b/config/shoplist.txt new file mode 100755 index 0000000..39c6278 --- /dev/null +++ b/config/shoplist.txt @@ -0,0 +1,15 @@ +904 0 0 100 1 +1199 30000 1 5000 1 +1252 0 0 300 75 +719 0 0 300 55 +509 0 0 218 35 +1250 0 0 75 120 +540 0 0 143 25 +4027 0 0 1 1000 +1202 0 0 1 100 +622 0 0 1 300 +1203 0 0 1 500 +511 0 0 1 2000 +617 0 0 1 500 +615 0 0 1 250 +616 0 0 1 250 |