Autoloot: Difference between revisions

From Ragnafied Wiki
No edit summary
No edit summary
Β 
Line 1: Line 1:
= Autoloot Commands Guide =
= 🎯 Autoloot Commands Guide =


We have '''4 types''' of autoloot commands:
<div class="autoloot-container">


* '''@autoloot'''
<div class="hero-section" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 25px; border-radius: 12px; text-align: center; margin: 20px 0;">
* '''@alootid'''
<div style="font-size: 26px; font-weight: bold; margin-bottom: 10px;">Master Your Looting System</div>
* '''@alootid2'''
<div style="font-size: 16px; opacity: 0.9;">Four powerful commands to optimize your item collection</div>
* '''@aloottype'''
</div>


Below you’ll find how to use each command.
<div class="quick-overview" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 25px 0;">
<div style="background: linear-gradient(135deg, #3498db, #2980b9); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="font-size: 24px; margin-bottom: 8px;">@autoloot</div>
<div style="font-size: 14px; opacity: 0.9;">Percentage Control</div>
</div>
<div style="background: linear-gradient(135deg, #2ecc71, #27ae60); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="font-size: 24px; margin-bottom: 8px;">@alootid</div>
<div style="font-size: 14px; opacity: 0.9;">Specific Items</div>
</div>
<div style="background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="font-size: 24px; margin-bottom: 8px;">@alootid2</div>
<div style="font-size: 14px; opacity: 0.9;">Save & Load Lists</div>
</div>
<div style="background: linear-gradient(135deg, #9b59b6, #8e44ad); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="font-size: 24px; margin-bottom: 8px;">@aloottype</div>
<div style="font-size: 14px; opacity: 0.9;">Item Categories</div>
</div>
</div>


== 1. @autoloot ==
== 1. 🎚️ @autoloot ==


Controls the percentage of loot automatically picked up.
<div class="info-card">
<div class="card-header" style="background: linear-gradient(135deg, #3498db, #2980b9);">
Percentage-Based Loot Control
</div>
<div class="card-content">
Controls the <strong>percentage of loot</strong> automatically picked up from all drops.


* <code>@autoloot 100</code> β€” Autoloots '''100%''' of the loot.
<div class="command-examples" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin: 20px 0;">
* <code>@autoloot 1</code> β€” Autoloots only '''1%''' of the loot.
<div style="background: rgba(52, 152, 219, 0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #3498db;">
<div style="font-weight: bold; color: #2980b9; margin-bottom: 8px;">Maximum Loot</div>
<code style="background: #2c3e50; color: white; padding: 8px 12px; border-radius: 4px; display: block; text-align: center;">@autoloot 100</code>
<div style="font-size: 12px; color: #666; margin-top: 8px;">Autoloots <strong>100%</strong> of all drops</div>
</div>
<div style="background: rgba(52, 152, 219, 0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #3498db;">
<div style="font-weight: bold; color: #2980b9; margin-bottom: 8px;">Selective Loot</div>
<code style="background: #2c3e50; color: white; padding: 8px 12px; border-radius: 4px; display: block; text-align: center;">@autoloot 1</code>
<div style="font-size: 12px; color: #666; margin-top: 8px;">Autoloots only <strong>1%</strong> of drops</div>
</div>
</div>


:''Tip:'' For OCP and Global drops, it's recommended to use '''1%'''.
<div class="tip-box" style="background: #e8f4fd; border: 1px solid #3498db; border-radius: 8px; padding: 15px; margin-top: 15px;">
Some materials might have a 3% drop rate β€” be aware of this!
<div style="display: flex; align-items: flex-start; gap: 12px;">
During events, drop rates are doubled, so double-check these values.
<div style="font-size: 20px; color: #3498db;">πŸ’‘</div>
<div>
<strong>Pro Tip:</strong> For OCP and Global drops, it's recommended to use <strong>1%</strong>.<br>
<small>Some materials might have a 3% drop rate β€” be aware of this! During events, drop rates are doubled, so double-check these values.</small>
</div>
</div>
</div>
</div>
</div>


== 2. @alootid ==
== 2. 🎯 @alootid ==


Autoloot specific item IDs.
<div class="info-card">
<div class="card-header" style="background: linear-gradient(135deg, #2ecc71, #27ae60);">
Item-Specific Autoloot
</div>
<div class="card-content">
Autoloot <strong>specific items by their ID</strong>. You can add up to <strong>10 ItemIDs</strong> to your autoloot list.


* <code>@alootid +ItemID</code> β€” Autoloot '''only''' the specified item ID.Β 
<div class="command-grid" style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0;">
* You can add up to '''10 ItemIDs'''.
<div>
Β 
<h4 style="color: #27ae60; margin-bottom: 15px;">βž• Add Items</h4>
Example:
<div style="background: rgba(46, 204, 113, 0.1); padding: 15px; border-radius: 8px;">
<pre>
<code style="background: #27ae60; color: white; padding: 8px 12px; border-radius: 4px; display: block; text-align: center; margin-bottom: 10px;">@alootid +ItemID</code>
<div style="font-size: 13px; color: #666;">Adds specific item to autoloot list</div>
</div>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; margin-top: 10px; font-family: monospace;">
@alootid +7444
@alootid +7444
</pre>
</div>
Β 
</div>
* <code>@alootid -ItemID</code> β€” Removes that ItemID from your autoloot list.
<div>
Β 
<h4 style="color: #e74c3c; margin-bottom: 15px;">βž– Remove Items</h4>
Example:
<div style="background: rgba(231, 76, 60, 0.1); padding: 15px; border-radius: 8px;">
<pre>
<code style="background: #e74c3c; color: white; padding: 8px 12px; border-radius: 4px; display: block; text-align: center; margin-bottom: 10px;">@alootid -ItemID</code>
<div style="font-size: 13px; color: #666;">Removes item from autoloot list</div>
</div>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; margin-top: 10px; font-family: monospace;">
@alootid -7444
@alootid -7444
</pre>
</div>
</div>
</div>
</div>
</div>


== 3. @alootid2 ==
== 3. πŸ’Ύ @alootid2 ==


Save and load autoloot item lists for convenience.
<div class="info-card">
<div class="card-header" style="background: linear-gradient(135deg, #e74c3c, #c0392b);">
Save & Load Item Lists
</div>
<div class="card-content">
<strong>Save and load autoloot item lists</strong> for convenience across gaming sessions.


* Save a list:
<div class="command-section" style="margin-bottom: 25px;">
<pre>
<h4 style="color: #e74c3c; margin-bottom: 15px;">πŸ’Ύ Save List</h4>
<div style="background: rgba(231, 76, 60, 0.1); padding: 15px; border-radius: 8px;">
<code style="background: #c0392b; color: white; padding: 10px 15px; border-radius: 4px; display: block; font-family: monospace; text-align: center;">
@alootid2 save (name) (itemID) (itemID) ...
@alootid2 save (name) (itemID) (itemID) ...
</pre>
</code>
* Load a saved list:
<div style="font-size: 13px; color: #666; margin-top: 8px;">The <code>name</code> can be anything you want (e.g., "mats" for materials)</div>
<pre>
</div>
</div>
Β 
<div class="command-section" style="margin-bottom: 25px;">
<h4 style="color: #27ae60; margin-bottom: 15px;">πŸ“‚ Load List</h4>
<div style="background: rgba(46, 204, 113, 0.1); padding: 15px; border-radius: 8px;">
<code style="background: #27ae60; color: white; padding: 10px 15px; border-radius: 4px; display: block; font-family: monospace; text-align: center;">
@alootid2 load (name)
@alootid2 load (name)
</pre>
</code>
</div>
</div>


The <code>name</code> can be anything you want β€” for example, β€œmats” for materials.
<div class="examples-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; margin: 20px 0;">
Β 
<div style="background: rgba(52, 152, 219, 0.1); padding: 15px; border-radius: 8px;">
:''Tip:'' When you log in, remember to load your list with:
<div style="font-weight: bold; color: #2980b9; margin-bottom: 10px;">Materials List</div>
<pre>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; font-family: monospace; font-size: 13px;">
@alootid2 save mats 7444 7555 7666 7777<br>
@alootid2 load mats
@alootid2 load mats
</pre>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 15px; border-radius: 8px;">
<div style="font-weight: bold; color: #8e44ad; margin-bottom: 10px;">Boxes List</div>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; font-family: monospace; font-size: 13px;">
@alootid2 save boxes 7676 7677 7678 9999 989898<br>
@alootid2 load boxes
</div>
</div>
</div>


To edit the list, just save it again with the updated ItemIDs.
<div class="tip-box" style="background: #ffeaa7; border: 1px solid #fdcb6e; border-radius: 8px; padding: 15px; margin-top: 15px;">
<div style="display: flex; align-items: flex-start; gap: 12px;">
<div style="font-size: 20px; color: #e17055;">⚠️</div>
<div>
<strong>Remember:</strong> When you log in, load your list with <code>@alootid2 load mats</code><br>
<small>To edit the list, just save it again with the updated ItemIDs.</small>
</div>
</div>
</div>
</div>
</div>


Examples:Β 
== 4. πŸ“¦ @aloottype ==
<pre>
@alootid2 save mats 7444 7555 7666 7777
@alootid2 load mats


@alootid2 save boxes 7676 7677 7678 9999 989898
<div class="info-card">
@alootid2 load boxes
<div class="card-header" style="background: linear-gradient(135deg, #9b59b6, #8e44ad);">
</pre>
Category-Based Autoloot
</div>
<div class="card-content">
Autoloot by <strong>item type/category</strong> instead of specific IDs.


== 4. @aloottype ==
<div style="background: rgba(155, 89, 182, 0.1); padding: 20px; border-radius: 8px; margin: 20px 0;">
Β 
<code style="background: #8e44ad; color: white; padding: 10px 15px; border-radius: 4px; display: block; font-family: monospace; text-align: center; margin-bottom: 15px;">
Autoloot by item type.
Β 
* Syntax:
<pre>
@aloottype +[number]
@aloottype +[number]
</pre>
</code>
* The list of item types goes from '''1 to 10'''.
<div style="text-align: center; color: #666;">Item types range from <strong>1 to 10</strong></div>
</div>


Example:
<div class="example-box" style="background: #2c3e50; color: white; padding: 15px; border-radius: 8px; margin: 20px 0; font-family: monospace; text-align: center;">
<pre>
@aloottype +6
@aloottype +6
</pre>
</div>
<div style="text-align: center; color: #666; font-style: italic;">This will autoloot <strong>only cards</strong> (type 6)</div>
Β 
<div class="item-types-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 25px 0;">
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 1</strong><br><small>Healing</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 2</strong><br><small>Usable</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 3</strong><br><small>Etc</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 4</strong><br><small>Weapon</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 5</strong><br><small>Armor</small>
</div>
<div style="background: rgba(52, 152, 219, 0.2); padding: 12px; border-radius: 6px; text-align: center; border: 2px solid #3498db;">
<strong>Type 6</strong><br><small>Card</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 7</strong><br><small>Pet Egg</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 8</strong><br><small>Pet Equipment</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 9</strong><br><small>Ammo</small>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<strong>Type 10</strong><br><small>Delay Consume</small>
</div>
</div>
</div>
</div>


This will autoloot '''only cards'''.
</div>

Latest revision as of 17:52, 29 September 2025

🎯 Autoloot Commands Guide

Master Your Looting System
Four powerful commands to optimize your item collection
@autoloot
Percentage Control
@alootid
Specific Items
@alootid2
Save & Load Lists
@aloottype
Item Categories

1. 🎚️ @autoloot

Percentage-Based Loot Control

Controls the percentage of loot automatically picked up from all drops.

Maximum Loot

@autoloot 100

Autoloots 100% of all drops
Selective Loot

@autoloot 1

Autoloots only 1% of drops
πŸ’‘

Pro Tip: For OCP and Global drops, it's recommended to use 1%.
Some materials might have a 3% drop rate β€” be aware of this! During events, drop rates are doubled, so double-check these values.

2. 🎯 @alootid

Item-Specific Autoloot

Autoloot specific items by their ID. You can add up to 10 ItemIDs to your autoloot list.

βž• Add Items

@alootid +ItemID

Adds specific item to autoloot list

@alootid +7444

βž– Remove Items

@alootid -ItemID

Removes item from autoloot list

@alootid -7444

3. πŸ’Ύ @alootid2

Save & Load Item Lists

Save and load autoloot item lists for convenience across gaming sessions.

πŸ’Ύ Save List

@alootid2 save (name) (itemID) (itemID) ...

The name can be anything you want (e.g., "mats" for materials)

πŸ“‚ Load List

@alootid2 load (name)

Materials List

@alootid2 save mats 7444 7555 7666 7777
@alootid2 load mats

Boxes List

@alootid2 save boxes 7676 7677 7678 9999 989898
@alootid2 load boxes

⚠️

Remember: When you log in, load your list with @alootid2 load mats
To edit the list, just save it again with the updated ItemIDs.

4. πŸ“¦ @aloottype

Category-Based Autoloot

Autoloot by item type/category instead of specific IDs.

@aloottype +[number]

Item types range from 1 to 10

@aloottype +6

This will autoloot only cards (type 6)

Type 1
Healing

Type 2
Usable

Type 3
Etc

Type 4
Weapon

Type 5
Armor

Type 6
Card

Type 7
Pet Egg

Type 8
Pet Equipment

Type 9
Ammo

Type 10
Delay Consume