Auto pickup for specific items.

This commit is contained in:
MobiusDev
2017-12-01 23:46:55 +00:00
parent 15bb75f6e0
commit 643d9c2d10
24 changed files with 213 additions and 53 deletions

View File

@@ -94,9 +94,6 @@ AutoLearnSkills = True
# Default: False
AutoLearnForgottenScrollSkills = False
# Default: False
AutoLootHerbs = False
# Maximum number of buffs and songs/dances.
# Remember that Divine Inspiration will give players 4 additional buff slots on top of the number specified in "maxbuffamount".
# Default: 20, 12, 12
@@ -702,6 +699,10 @@ StartingSP = 0
# Default: 99900000000 (99 bilion and 900 milion)
MaxAdena = 3000000000000000
# Enable herbs auto pickup.
# Default: False
AutoLootHerbs = False
# This option, when set to True, will enable automatically picking up items.
# If set False it will force the player to pickup dropped items from mobs.
# This excludes herbs mentioned above and items from Raid/GrandBosses with minions.
@@ -724,6 +725,12 @@ RaidLootRightsInterval = 900
# Default: 45
RaidLootRightsCCSize = 45
# Specific item ids for auto pickup.
# Overrides all methods above.
# Format: itemId,itemId,itemId,....
# Default: 0
AutoLootItemIds = 0
# This is the time in seconds that it will take for the player command "/unstuck" to activate.
# Default: 300
UnstuckInterval = 300