@alootid2
@alootid2
Command Documentation
@alootid2
Command DocumentationDescription
The @alootid2
command is an advanced autoloot list manager that allows players to:
Save multiple custom looting profiles (groups)
Quickly switch between different loot settings
Share configurations across party/guild/account/etc.
Auto-load specific loot groups upon login
This is useful for players who frequently change targets (e.g., MVP vs farming builds) and want fast looting behavior customization.
Syntax
@alootid2 <subcommand> <group#> [item_id(s) / name / autoload]
Subcommands
list
Shows saved autoloot groups and their contents.
load <#>
Loads a saved loot group to your current @alootid
session.
save <#> <item1> ... <item10>
Saves a list of item IDs to the specified group, replacing old values.
add <#> <item1> ...
Adds item(s) to the group, if slots are available.
remove <#> <item1> ...
Removes specific item(s) from the group.
clear <#>
/ reset <#>
Removes all items from a group.
set <#> name <name>
Assigns a custom name to the group.
`set <#> autoload <1
0>`
Parameters
<#>
Group number (usually 1–10).
<item_id>
ID of the item you want to loot.
<name>
Custom name for the loot group.
<autoload>
1
to enable autoload on login, 0
to disable.
Example Usage
Save a new group (Group 1) with 3 items:
@alootid2 save 1 607 909 512
Add another item to Group 1:
@alootid2 add 1 526
Remove an item:
@alootid2 remove 1 909
List saved groups:
@alootid2 list
Load Group 1 into @alootid:
@alootid2 load 1
Rename a group:
@alootid2 set 1 name MVP_Loots
Enable autoload for Group 1:
@alootid2 set 1 autoload 1
To save a loot group (Group 1) with three items: Yggdrasil Berry (607
), Empty Bottle (909
), and Red Potion (501
):
cssCopyEdit@alootid2 save 1 607 909 501
Explanation:
save
: Command to create or overwrite a loot group1
: Group number to save the items into607
: Yggdrasil Berry (will be autolooted)909
: Empty Bottle (will be autolooted)501
: Red Potion (will be autolooted)
To load Group 1 and apply it to your current autoloot session:
@alootid2 load 1
Explanation:
load
: Loads an existing saved loot group1
: Group number to activate
To add more items (e.g. Blue Potion 504
) to Group 1:
@alootid2 add 1 504
Explanation:
add
: Adds items without overwriting the group1
: Group number504
: Blue Potion to be added
To remove an item (e.g. Empty Bottle 909
) from Group 1:
@alootid2 remove 1 909
To set a custom name for Group 1:
@alootid2 set 1 name MVP_Loots
To enable autoload for Group 1 (automatically loads on login):
@alootid2 set 1 autoload 1
To reset/clear all items from Group 1:
@alootid2 reset 1
Features
💾 10 loot groups per player (default)
🧠 Remember loot setup between sessions
🔁 Auto-load loot on login (if enabled)
🔗 Can be shared via character/account
Last updated