ATLAS
ATLAS Beastmaster TEST
Showing 11-20 of 39 entries
< 1  2  3  4 >
Update: 5 Dec, 2019 @ 3:25am

v0.9

! FIXED special named vanilla classes and directories for the spawn script command.

- DECREASED required skill points for Novice, Apprentice, Journeyman, and Master Beastmaster Skills
+ INCREASED required skill points for Beast Salvation

~ CHANGED Beastmaster skills to now require vanilla saddle skill unlocks.

~ CHANGED AB Bolas are now craftable in player inventory.

+ ADDED AB Totem... currently in a concept phase in this patch.

Update: 2 Dec, 2019 @ 3:13pm

v0.8.2

+ ADDED ConvertNormalAlphasToLootAlphas config option. Setting to True will convert normal alphas to a loot alpha, if one exists.

ConvertNormalAlphasToLootAlphas=True

+ ADDED DestroyNormalAlphas config option. Setting to True will destroy all normal alphas when they spawn.
DisableNormalAlphas=False

+ ADDED LootAlphaDamageMultiplier and LootAlphaResistanceMultiplier config options, which allow admins to adjust the damage and resitance for all loot alphas. The existing creature specific config options will override these new global options.
LootAlphaDamageMultiplier=2 LootAlphaResistanceMultiplier=2

+ ADDED a ScriptCommand to spawn vanilla non-alpha tames with more options and can even force an alpha spawn (useful for testing). This replaces the previously added Spawn creatures. The <class> can be the short names for AB Loot Alphas or Vanilla Creatures, but if it doesn\'t work, check the spelling or try the full class path starting with /Game/. The optional options can be spelled out or use the first character. If used in rcon or plugin configs, don\'t include "cheat ".
cheat ScriptCommand AB Spawn <class> <level> [<sex: m/f/r> <can breed?> <is alpha?>]
Example #1: Spawn a wild level 80 bear and perfect tame it.
cheat ScriptCommand AB Spawn Bear_Character_BP 80
Example #2: Spawn a wild level 80 male bear and perfect tame it (showing long and short option examples).
cheat ScriptCommand AB Spawn /Game/Atlas/Creatures/Bear/Bear_Character_BP.Bear_Character_BP 80 Male cheat ScriptCommand AB Spawn Bear_Character_BP 80 M
Example #3: Spawn a wild level 80 spayed female bear and perfect tame it (showing long and short option examples).
cheat ScriptCommand AB Spawn Bear_Character_BP 80 Female False cheat ScriptCommand AB Spawn Bear_Character_BP 80 F F
Example #4: Spawn a wild level 80 random sex untamed alpha bear (showing long and short option examples).
cheat ScriptCommand AB Spawn Bear_Character_BP 80 Random False True cheat ScriptCommand AB Spawn Bear_Character_BP 80 R F T

! FIXED ForceSaddle config options not working for Tier 3 loot alphas.

Update: 30 Nov, 2019 @ 7:26pm

v0.8.1

! FIXED LootSet item quality max set to 1.0

Update: 29 Nov, 2019 @ 12:19pm

v0.8

! FIXED AB Spawn* tames spawning in at the specified level in the API Plugin Shop and SpawnDino command.

+ ADDED Creature Specific LootSets, which are added after the current tier specific lootsets:

<creature>LootSet=
LootBearLootSet=

+ ADDED ForceSaddle config option for AB Loot alphas, both tier and creature:

LandTier2ForceSaddle=false
WaterTier2ForceSaddle=false
LandTier3ForceSaddle=false
WaterTier3ForceSaddle=false

<creature>ForceSaddle=false
LootBearForceSaddle=false

Update: 28 Nov, 2019 @ 11:43am

v0.7.0 (RC)

+ ADDED the following loot alphas:

+ AB Loot Blue Whale (5% spawn rate for both mean and gentle whale spawns, highest quality T3 loot)
+ AB Loot Cat (2% spawn rate, ~50% Tiger Stats, lowest quality T2 loot)

+ ADDED AB Spawn creature classes for all tamable creatures, which allow admins to add tames to their vote rewards, lootboxes, and shops that are guaranteed to NOT be an alpha (vanilla creatures have a 1% chance to spawn as an alpha tame).

+ INCREASED all loot alpha spawns to 5% chance, except for the pig, which now has a 1% chance.

- DECREASED loot alpha life timers from 2 hours to 1 hour.

+ INCREASED AB Loot Pig damage 200%.

+ INCREASED AB Loot Wolf damage 50%.

+ ADDED Tier2SaddleQualityMultiplier and Tier3SaddleQualityMultiplier config options, which allow scaling the saddle quality:

Tier2SaddleQualityMultiplier=2.25
Tier3SaddleQualityMultiplier=2.25

Update: 23 Nov, 2019 @ 1:30pm

v0.6.2 (RC)

! FIXED Loot*TargetStance=0 config option reverting to default rather than passive stance.

Update: 23 Nov, 2019 @ 11:14am

v0.6.1 (RC)

! FIXED aggressive loot alphas spawning in as passive by default.

~ POTENTIAL FIX for salvation not updating to the new instant heal without particles.

Update: 23 Nov, 2019 @ 10:30am

v0.6

~ CHANGED AB Salvation from a HoT to an Instant Heal and removed the particle effects (no time to play them anyway).

+ ADDED new config options to tune the difficulty of AB Loot Alpha creatures:

<creature> = Bear, Elephant, Tiger, etc...
<stance>:
0 = Passive
1 = Players Only
2 = Players and Tames
3 = Aggressive

Loot<creature>DamageMultiplier=
Loot<creature>ResistanceMultiplier=
Loot<creature>TargetStance=<stance>
Loot<creature>TargetRangeInFoundations=

LootBearDamageMultiplier=2
LootBearResistanceMultiplier=2
LootBearTargetStance=0
LootBearTargetRangeInFoundations=7

LootElephantDamageMultiplier=2
LootElephantResistanceMultiplier=2
LootElephantTargetStance=0
LootElephantTargetRangeInFoundations=14

LootGiraffeDamageMultiplier=2
LootGiraffeResistanceMultiplier=2
LootGiraffeTargetStance=0
LootGiraffeTargetRangeInFoundations=14

LootLionDamageMultiplier=2
LootLionResistanceMultiplier=2
LootLionTargetStance=3
LootLionTargetRangeInFoundations=29

LootMantaDamageMultiplier=2
LootMantaResistanceMultiplier=2
LootMantaTargetStance=3
LootMantaTargetRangeInFoundations=4

LootPigDamageMultiplier=2
LootPigResistanceMultiplier=2
LootPigTargetStance=0
LootPigTargetRangeInFoundations=18

LootRazortoothDamageMultiplier=2
LootRazortoothResistanceMultiplier=2
LootRazortoothTargetStance=3
LootRazortoothTargetRangeInFoundations=25

LootRhinoDamageMultiplier=2
LootRhinoResistanceMultiplier=2
LootRhinoTargetStance=0
LootRhinoTargetRangeInFoundations=14

LootSharkDamageMultiplier=2
LootSharkResistanceMultiplier=2
LootSharkTargetStance=3
LootSharkTargetRangeInFoundations=27

LootTigerDamageMultiplier=2
LootTigerResistanceMultiplier=2
LootTigerTargetStance=3
LootTigerTargetRangeInFoundations=24

LootWolfDamageMultiplier=2
LootWolfResistanceMultiplier=2
LootWolfTargetStance=3
LootWolfTargetRangeInFoundations=13

Update: 20 Nov, 2019 @ 4:43pm

v0.5.1

+ INCREASED all AB Loot Alpha spawn rates slightly

! POTENTIAL FIX for AB Beast Salvation Not Healing

Update: 20 Nov, 2019 @ 3:37pm

v0.5.0

+ ADDED AB Beast Heal (1-3), which heals the ridden creature for % of max health over time.
+ ADDED new config options for AB Beast Heal:

BeastHeal1MaxHealthPercent=0.1
BeastHeal1DurationInSeconds=10
BeastHeal1CooldownInSeconds=30
BeastHeal1FeatCooldownInSeconds=30

BeastHeal2MaxHealthPercent=0.2
BeastHeal2DurationInSeconds=20
BeastHeal2CooldownInSeconds=30
BeastHeal2FeatCooldownInSeconds=30

BeastHeal3MaxHealthPercent=0.4
BeastHeal3DurationInSeconds=30
BeastHeal3CooldownInSeconds=30
BeastHeal3FeatCooldownInSeconds=30

+ ADDED AB Beast Salvation, which heals the ridden creature 100% with a long cooldown.
+ ADDED new config options for AB Beast Savlation:

BeastSalvationMaxHealthPercent=1
BeastSalvationDurationInSeconds=1
BeastSalvationCooldownInSeconds=1800
BeastSalvationFeatCooldownInSeconds=900

+ ADDED AB Bola, now stacks in 10 per stack. No CD per throw, but a 5 second CD switching stacks (e.g. when the 10 from the first stack has been thrown).