Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configs #315

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions configs/logon.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
* ArcEmu Logonserver Configuration File
* Last edited: 11/14/2010
* Last edited: 11/25/2010
*
*******************************************************************************
* Configure the logonserver to connect to the accounts mysql database below *
Expand Down Expand Up @@ -48,8 +48,8 @@
*
* This controls on which time interval accounts gets
* refreshed. (In seconds)
* 600 seconds = 10 minutes; 1 second = 0.0166666667 minutes; 300 seconds = 5 minutes; 150 seconds = 2.5minutes
* Default = 600
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

600 seconds = 10 minutes - 1 second = 0.0166666667 minutes

I read this as "600 seconds are equal to 10 minutes minus 1 second, which is equal to 0.017 minutes"
There's something wrong in that syntax

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's why i changed it.

* 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
*
*/

Expand Down
71 changes: 39 additions & 32 deletions configs/optional.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/********************************************************************************
* ArcEmu Optional Configuration File
* Last edited: 11/14/2010
* Last edited: 11/25/2010
*
* This configuration file contains all non-blizzlike values.
********************************************************************************
Expand Down Expand Up @@ -37,9 +37,15 @@
* This will override account settings, so you can disable TBC from your server without having to mess with accounts.
* Default: 1
*
* AntiMasterLootNinja
* Default: 0
*
* AdditionalFun
* it's verbose.
* Default: 0 (disabled)
*
* DKStartingTalents
* Default: 0
*
* Unstuck
* Default: 0 (disabled)
Expand All @@ -56,17 +62,17 @@
*
********************************************************************************/

<Optional StartingLevel="1"
LevelCap="80"
GenLevelCap="80"
AllowTBC="1"
AntiMasterLootNinja="0"
AdditionalFun="0"
DKStartingTalents="0"
Unstuck="0"
UnstuckCooldown="60"
UnstuckToBind="1"
MaxProfessions="2">
<Optional StartingLevel = "1"
LevelCap = "80"
GenLevelCap = "80"
AllowTBC = "1"
AntiMasterLootNinja = "0"
AdditionalFun = "0"
DKStartingTalents = "0"
Unstuck = "0"
UnstuckCooldown = "60"
UnstuckToBind = "1"
MaxProfessions = "2">

/********************************************************************************
* Inter-faction Options
Expand Down Expand Up @@ -102,13 +108,13 @@
*
********************************************************************************/

<Interfaction InterfactionChat="0"
InterfactionGroup="0"
InterfactionGuild="0"
InterfactionTrade="0"
InterfactionFriends="0"
InterfactionMisc="0"
CrossOverCharacters="1">
<Interfaction InterfactionChat = "0"
InterfactionGroup = "0"
InterfactionGuild = "0"
InterfactionTrade = "0"
InterfactionFriends = "0"
InterfactionMisc = "0"
CrossOverCharacters = "1">

/********************************************************************************
* Color Configuration
Expand All @@ -129,12 +135,11 @@
* This controls the color of message in announces.
* Default: 6 (Gold)
*
*
* You can choose one of the colors below.
* You can choose one of the colors below:
* LightRed = 1
* LightBlue = 2
* Blue = 3
* Green = 4
* Green = 4
* Red = 5
* Gold = 6
* Grey = 7
Expand All @@ -153,14 +158,16 @@
*
* Instant80
* Enables Instant80 mode.
* Default: 0
*
* Portals
* Spawns portals at transports and cities. For player fast travel.
* Default: 0
*
********************************************************************************/

<Extra Instant80="0"
Portals="0">
<Extra Instant80 = "0"
Portals = "0">

/********************************************************************************
* Game Master Configuration
Expand All @@ -173,7 +180,6 @@
* Hides permission flags from players without any permissions.
* Default:0
*
*
********************************************************************************/

<GameMaster ListOnlyActiveGMs = "0"
Expand All @@ -188,19 +194,20 @@
*
* BroadCastInterval
* Contents sending on interval by second
* Default:(Min:10 Max:1440)
* Default: (Min:10 Max:1440)
*
* BroadCastTriggerPercentCap
* Setup the cap of chance in condition with contents sending in each BroadCastInterval's value
* Notice: OP can setup any of message's priority, this could be adjustment in field `percent` of table `worldbroadcast`
* Default:99 (min:1 max:99, 99 only displaying message on priority 100 set.)
* i.e : If set 50 ,it means all of messages 100% selected(but may not displayed) by higher than '50' priority with each broadcastinterval.
* The total selected messages(>51 priority) chosen at random with send to all players.
* Default: 2
*
* BroadCastOrderMode [0-1]
* 0:RandomMode - By Triggering & Conditions
* 1:SerialMode - [ignored both ->field `percent` from table `worldbroadcast` & TriggerPercentCap parameters.]
* Default:0
* Default: 0
*
********************************************************************************/

Expand All @@ -214,13 +221,13 @@
* DeathKnightPreReq
* Enable/Disable requirement to have a level 55 character on your account before allowing creation
* Of a Death Knight hero class.
* 1 = level 55
* 0 = Any level
* Default: 1 = level 55
* 0 = Any level
*
* DeathKnightLimit
* Enable/Disable limit to have a more than one Death Knight Hero Class per realm.
* 1 = Enabled (Only one Death Knight per realm)
* 0 = Disabled (You can create a 10 DK per realm)
* Default: 1 = Enabled (Only one Death Knight per realm)
* 0 = Disabled (You can create a 10 DK per realm)
*
********************************************************************************/

Expand All @@ -240,8 +247,8 @@
*
* MaximumGold
* Maximum amount of Gold a character can hold
* Default: 214748 (214k gold)
* Note: Client Max is 214748 Gold (2^31, signed int32)
* Default: 214748 (214k gold)
*
********************************************************************************/

Expand Down
10 changes: 5 additions & 5 deletions configs/realms.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************
* ArcEmu Realms Configuration File
* Last edited: 11/14/2010
* Last edited: 11/25/2010
*
* Configure ArcEmu's Realms below
******************************************************
Expand Down Expand Up @@ -89,11 +89,11 @@
* You can cleanup the unused realms you made while doing this process if you have any, however even if you use a Realm3 type configuration to login, remember local network users on the same LAN as you will use Realm2 to login.
*
* To obtain your LAN IP address on:
* Windows = windows-key+r > type "cmd" > type "ipconfig" > under "IPV4 Address:"
* Linux = terminal > type "ifconfig" > under eth0's "inetaddr:"
* Windows = windows-key+r > type "cmd" > type "ipconfig" > under "IPV4 Address:"
* Linux = terminal > type "ifconfig" > under eth0's "inetaddr:"
* To obtain your INTERNET IP:
* Go to: http://www.whatsmyip.org/
* Foward ports: 3724 (Realmlist) and 8129 (World)
* Go to: http://www.whatsmyip.org/
* Foward ports: 3724 (Realmlist) and 8129 (World)
* If you add more outside(public) realms remember that their world ports need forwarding too.
*
* Timezone values :
Expand Down