Addition of fake player system.
This commit is contained in:
33
L2J_Mobius_3.0_Helios/dist/game/config/Custom/FakePlayers.ini
vendored
Normal file
33
L2J_Mobius_3.0_Helios/dist/game/config/Custom/FakePlayers.ini
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Fake players
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Enable fake players.
|
||||
EnableFakePlayers = False
|
||||
|
||||
# Enable chatting with fake players.
|
||||
FakePlayerChat = True
|
||||
|
||||
# Enable shots usage for fake players.
|
||||
FakePlayerUseShots = True
|
||||
|
||||
# Reward PvP kills by killing fake players.
|
||||
FakePlayerKillsRewardPvP = True
|
||||
|
||||
# Fake player kills apply karma rules.
|
||||
FakePlayerUnflaggedKillsKarma = True
|
||||
|
||||
# Aggressive AI fake players attack nearby monsters.
|
||||
FakePlayerAggroMonsters = True
|
||||
|
||||
# Aggressive AI fake players attack nearby players.
|
||||
FakePlayerAggroPlayers = False
|
||||
|
||||
# Aggressive AI fake players attack nearby fake players.
|
||||
FakePlayerAggroFPC = False
|
||||
|
||||
# Fake players can drop items when killing monsters.
|
||||
FakePlayerCanDropItems = True
|
||||
|
||||
# Fake players can pickup dropped items.
|
||||
FakePlayerCanPickup = True
|
Reference in New Issue
Block a user