mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11900] Sync default range for Say and TextEmote
Sync default values in core to the values we pass by default in the config file Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
c4b061e894
commit
02101dc111
3 changed files with 5 additions and 5 deletions
|
|
@ -507,9 +507,9 @@ void World::LoadConfigSettings(bool reload)
|
|||
setConfigPos(CONFIG_FLOAT_RATE_DURABILITY_LOSS_PARRY, "DurabilityLossChance.Parry", 0.05f);
|
||||
setConfigPos(CONFIG_FLOAT_RATE_DURABILITY_LOSS_BLOCK, "DurabilityLossChance.Block", 0.05f);
|
||||
|
||||
setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_SAY, "ListenRange.Say", 25.0f);
|
||||
setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_SAY, "ListenRange.Say", 40.0f);
|
||||
setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_YELL, "ListenRange.Yell", 300.0f);
|
||||
setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_TEXTEMOTE, "ListenRange.TextEmote", 25.0f);
|
||||
setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_TEXTEMOTE, "ListenRange.TextEmote", 40.0f);
|
||||
|
||||
setConfigPos(CONFIG_FLOAT_GROUP_XP_DISTANCE, "MaxGroupXPDistance", 74.0f);
|
||||
setConfigPos(CONFIG_FLOAT_SIGHT_GUARDER, "GuarderSight", 50.0f);
|
||||
|
|
|
|||
|
|
@ -947,11 +947,11 @@ TalentsInspecting = 1
|
|||
#
|
||||
# ListenRange.Say
|
||||
# Distance from player to listen text that creature (or other world object) say
|
||||
# Default: 25
|
||||
# Default: 40
|
||||
#
|
||||
# ListenRange.TextEmote
|
||||
# Distance from player to listen textemote that creature (or other world object) say
|
||||
# Default: 25
|
||||
# Default: 40
|
||||
#
|
||||
# ListenRange.Yell
|
||||
# Distance from player to listen text that creature (or other world object) yell
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11899"
|
||||
#define REVISION_NR "11900"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue