Autoloot: Difference between revisions

From Ragnafied Wiki
No edit summary
No edit summary
Line 3: Line 3:
<div class="autoloot-container">
<div class="autoloot-container">


<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;">
<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; box-shadow: 0 8px 25px rgba(0,0,0,0.15); position: relative; overflow: hidden;">
<div style="font-size: 26px; font-weight: bold; margin-bottom: 10px;">Master Your Looting System</div>
<div style="position: absolute; top: -50px; right: -50px; width: 120px; height: 120px; background: rgba(255,255,255,0.1); border-radius: 50%;"></div>
<div style="font-size: 16px; opacity: 0.9;">Four powerful commands to optimize your item collection</div>
<div style="position: absolute; bottom: -30px; left: -30px; width: 80px; height: 80px; background: rgba(255,255,255,0.1); border-radius: 50%;"></div>
<div style="font-size: 26px; font-weight: bold; margin-bottom: 10px; position: relative;">Master Your Looting System</div>
<div style="font-size: 16px; opacity: 0.9; position: relative;">Four powerful commands to optimize your item collection</div>
</div>
</div>


<div class="quick-overview" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 25px 0;">
<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="background: linear-gradient(135deg, #3498db, #2980b9); color: white; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);">
<div style="font-size: 24px; margin-bottom: 8px;">@autoloot</div>
<div style="font-size: 24px; margin-bottom: 8px;">@autoloot</div>
<div style="font-size: 14px; opacity: 0.9;">Percentage Control</div>
<div style="font-size: 14px; opacity: 0.9;">Percentage Control</div>
</div>
</div>
<div style="background: linear-gradient(135deg, #2ecc71, #27ae60); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="background: linear-gradient(135deg, #2ecc71, #27ae60); color: white; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);">
<div style="font-size: 24px; margin-bottom: 8px;">@alootid</div>
<div style="font-size: 24px; margin-bottom: 8px;">@alootid</div>
<div style="font-size: 14px; opacity: 0.9;">Specific Items</div>
<div style="font-size: 14px; opacity: 0.9;">Specific Items</div>
</div>
</div>
<div style="background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);">
<div style="font-size: 24px; margin-bottom: 8px;">@alootid2</div>
<div style="font-size: 24px; margin-bottom: 8px;">@alootid2</div>
<div style="font-size: 14px; opacity: 0.9;">Save & Load Lists</div>
<div style="font-size: 14px; opacity: 0.9;">Save & Load Lists</div>
</div>
</div>
<div style="background: linear-gradient(135deg, #9b59b6, #8e44ad); color: white; padding: 20px; border-radius: 8px; text-align: center;">
<div style="background: linear-gradient(135deg, #9b59b6, #8e44ad); color: white; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 12px rgba(155, 89, 182, 0.3);">
<div style="font-size: 24px; margin-bottom: 8px;">@aloottype</div>
<div style="font-size: 24px; margin-bottom: 8px;">@aloottype</div>
<div style="font-size: 14px; opacity: 0.9;">Item Categories</div>
<div style="font-size: 14px; opacity: 0.9;">Item Categories</div>
Line 29: Line 31:
== 1. 🎚️ @autoloot ==
== 1. 🎚️ @autoloot ==


<div class="info-card">
<div class="info-card" style="border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.1); margin-bottom: 30px;">
<div class="card-header" style="background: linear-gradient(135deg, #3498db, #2980b9);">
<div class="card-header" style="background: linear-gradient(135deg, #3498db, #2980b9); color: white; padding: 18px 20px; font-weight: bold; font-size: 18px;">
Percentage-Based Loot Control
🎚️ Percentage-Based Loot Control
</div>
</div>
<div class="card-content">
<div class="card-content" style="padding: 25px; background: white;">
Controls the <strong>percentage of loot</strong> automatically picked up from all drops.
Controls the <strong>percentage of loot</strong> automatically picked up from all drops.


<div class="command-examples" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin: 20px 0;">
<div class="command-examples" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin: 20px 0;">
<div style="background: rgba(52, 152, 219, 0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #3498db;">
<div style="background: linear-gradient(135deg, rgba(52, 152, 219, 0.08), rgba(41, 128, 185, 0.12)); padding: 18px; border-radius: 10px; border-left: 4px solid #3498db; transition: transform 0.2s ease;">
<div style="font-weight: bold; color: #2980b9; margin-bottom: 8px;">Maximum Loot</div>
<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>
<code style="background: #2c3e50; color: white; padding: 10px 12px; border-radius: 6px; display: block; text-align: center; font-size: 15px; font-weight: bold; letter-spacing: 0.5px;">@autoloot 100</code>
<div style="font-size: 12px; color: #666; margin-top: 8px;">Autoloots <strong>100%</strong> of all drops</div>
<div style="font-size: 13px; color: #666; margin-top: 10px;">Autoloots <strong>100%</strong> of all drops</div>
</div>
</div>
<div style="background: rgba(52, 152, 219, 0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #3498db;">
<div style="background: linear-gradient(135deg, rgba(52, 152, 219, 0.08), rgba(41, 128, 185, 0.12)); padding: 18px; border-radius: 10px; border-left: 4px solid #3498db; transition: transform 0.2s ease;">
<div style="font-weight: bold; color: #2980b9; margin-bottom: 8px;">Selective Loot</div>
<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>
<code style="background: #2c3e50; color: white; padding: 10px 12px; border-radius: 6px; display: block; text-align: center; font-size: 15px; font-weight: bold; letter-spacing: 0.5px;">@autoloot 1</code>
<div style="font-size: 12px; color: #666; margin-top: 8px;">Autoloots only <strong>1%</strong> of drops</div>
<div style="font-size: 13px; color: #666; margin-top: 10px;">Autoloots only <strong>1%</strong> of drops</div>
</div>
</div>
</div>
</div>


<div class="tip-box" style="background: #e8f4fd; border: 1px solid #3498db; border-radius: 8px; padding: 15px; margin-top: 15px;">
<div class="tip-box" style="background: linear-gradient(135deg, #e8f4fd, #d4edfa); border: 1px solid #3498db; border-radius: 10px; padding: 18px; margin-top: 20px;">
<div style="display: flex; align-items: flex-start; gap: 12px;">
<div style="display: flex; align-items: flex-start; gap: 12px;">
<div style="font-size: 20px; color: #3498db;">💡</div>
<div style="font-size: 20px; color: #3498db;">💡</div>
<div>
<div>
<strong>Pro Tip:</strong> For OCP and Global drops, it's recommended to use <strong>1%</strong>.<br>
<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>
<small style="color: #555;">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>
Line 63: Line 65:
== 2. 🎯 @alootid ==
== 2. 🎯 @alootid ==


<div class="info-card">
<div class="info-card" style="border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.1); margin-bottom: 30px;">
<div class="card-header" style="background: linear-gradient(135deg, #2ecc71, #27ae60);">
<div class="card-header" style="background: linear-gradient(135deg, #2ecc71, #27ae60); color: white; padding: 18px 20px; font-weight: bold; font-size: 18px;">
Item-Specific Autoloot
🎯 Item-Specific Autoloot
</div>
</div>
<div class="card-content">
<div class="card-content" style="padding: 25px; background: white;">
Autoloot <strong>specific items by their ID</strong>. You can add up to <strong>10 ItemIDs</strong> to your autoloot list.
Autoloot <strong>specific items by their ID</strong>. You can add up to <strong>10 ItemIDs</strong> to your autoloot list.


<div class="command-grid" style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0;">
<div class="command-grid" style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0;">
<div>
<div>
<h4 style="color: #27ae60; margin-bottom: 15px;">➕ Add Items</h4>
<h4 style="color: #27ae60; margin-bottom: 15px; border-bottom: 2px solid #27ae60; padding-bottom: 5px; display: inline-block;">➕ Add Items</h4>
<div style="background: rgba(46, 204, 113, 0.1); padding: 15px; border-radius: 8px;">
<div style="background: linear-gradient(135deg, rgba(46, 204, 113, 0.08), rgba(39, 174, 96, 0.12)); padding: 18px; border-radius: 10px; transition: transform 0.2s ease;">
<code style="background: #27ae60; color: white; padding: 8px 12px; border-radius: 4px; display: block; text-align: center; margin-bottom: 10px;">@alootid +ItemID</code>
<code style="background: #27ae60; color: white; padding: 10px 12px; border-radius: 6px; display: block; text-align: center; margin-bottom: 12px; font-weight: bold; font-size: 14px;">@alootid +ItemID</code>
<div style="font-size: 13px; color: #666;">Adds specific item to autoloot list</div>
<div style="font-size: 13px; color: #666;">Adds specific item to autoloot list</div>
</div>
</div>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; margin-top: 10px; font-family: monospace;">
<div class="example-box" style="background: #2c3e50; color: white; padding: 14px; border-radius: 8px; margin-top: 12px; font-family: monospace; font-size: 14px; border-left: 4px solid #27ae60;">
@alootid +7444
@alootid +7444
</div>
</div>
</div>
</div>
<div>
<div>
<h4 style="color: #e74c3c; margin-bottom: 15px;">➖ Remove Items</h4>
<h4 style="color: #e74c3c; margin-bottom: 15px; border-bottom: 2px solid #e74c3c; padding-bottom: 5px; display: inline-block;">➖ Remove Items</h4>
<div style="background: rgba(231, 76, 60, 0.1); padding: 15px; border-radius: 8px;">
<div style="background: linear-gradient(135deg, rgba(231, 76, 60, 0.08), rgba(192, 57, 43, 0.12)); padding: 18px; border-radius: 10px; transition: transform 0.2s ease;">
<code style="background: #e74c3c; color: white; padding: 8px 12px; border-radius: 4px; display: block; text-align: center; margin-bottom: 10px;">@alootid -ItemID</code>
<code style="background: #e74c3c; color: white; padding: 10px 12px; border-radius: 6px; display: block; text-align: center; margin-bottom: 12px; font-weight: bold; font-size: 14px;">@alootid -ItemID</code>
<div style="font-size: 13px; color: #666;">Removes item from autoloot list</div>
<div style="font-size: 13px; color: #666;">Removes item from autoloot list</div>
</div>
</div>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; margin-top: 10px; font-family: monospace;">
<div class="example-box" style="background: #2c3e50; color: white; padding: 14px; border-radius: 8px; margin-top: 12px; font-family: monospace; font-size: 14px; border-left: 4px solid #e74c3c;">
@alootid -7444
@alootid -7444
</div>
</div>
Line 97: Line 99:
== 3. 💾 @alootid2 ==
== 3. 💾 @alootid2 ==


<div class="info-card">
<div class="info-card" style="border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.1); margin-bottom: 30px;">
<div class="card-header" style="background: linear-gradient(135deg, #e74c3c, #c0392b);">
<div class="card-header" style="background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 18px 20px; font-weight: bold; font-size: 18px;">
Save & Load Item Lists
💾 Save & Load Item Lists
</div>
</div>
<div class="card-content">
<div class="card-content" style="padding: 25px; background: white;">
<strong>Save and load autoloot item lists</strong> for convenience across gaming sessions.
<strong>Save and load autoloot item lists</strong> for convenience across gaming sessions.


<div class="command-section" style="margin-bottom: 25px;">
<div class="command-section" style="margin-bottom: 25px;">
<h4 style="color: #e74c3c; margin-bottom: 15px;">💾 Save List</h4>
<h4 style="color: #e74c3c; margin-bottom: 15px; border-bottom: 2px solid #e74c3c; padding-bottom: 5px; display: inline-block;">💾 Save List</h4>
<div style="background: rgba(231, 76, 60, 0.1); padding: 15px; border-radius: 8px;">
<div style="background: linear-gradient(135deg, rgba(231, 76, 60, 0.08), rgba(192, 57, 43, 0.12)); padding: 18px; border-radius: 10px; transition: transform 0.2s ease;">
<code style="background: #c0392b; color: white; padding: 10px 15px; border-radius: 4px; display: block; font-family: monospace; text-align: center;">
<code style="background: #c0392b; color: white; padding: 12px 15px; border-radius: 6px; display: block; font-family: monospace; text-align: center; font-size: 14px; font-weight: bold;">
@alootid2 save (name) (itemID) (itemID) ...
@alootid2 save (name) (itemID) (itemID) ...
</code>
</code>
<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>
<div style="font-size: 13px; color: #666; margin-top: 10px;">The <code style="background: #f8f9fa; padding: 2px 6px; border-radius: 3px; border: 1px solid #ddd;">name</code> can be anything you want (e.g., "mats" for materials)</div>
</div>
</div>
</div>
</div>


<div class="command-section" style="margin-bottom: 25px;">
<div class="command-section" style="margin-bottom: 25px;">
<h4 style="color: #27ae60; margin-bottom: 15px;">📂 Load List</h4>
<h4 style="color: #27ae60; margin-bottom: 15px; border-bottom: 2px solid #27ae60; padding-bottom: 5px; display: inline-block;">📂 Load List</h4>
<div style="background: rgba(46, 204, 113, 0.1); padding: 15px; border-radius: 8px;">
<div style="background: linear-gradient(135deg, rgba(46, 204, 113, 0.08), rgba(39, 174, 96, 0.12)); padding: 18px; border-radius: 10px; transition: transform 0.2s ease;">
<code style="background: #27ae60; color: white; padding: 10px 15px; border-radius: 4px; display: block; font-family: monospace; text-align: center;">
<code style="background: #27ae60; color: white; padding: 12px 15px; border-radius: 6px; display: block; font-family: monospace; text-align: center; font-size: 14px; font-weight: bold;">
@alootid2 load (name)
@alootid2 load (name)
</code>
</code>
Line 124: Line 126:


<div class="examples-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; margin: 20px 0;">
<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;">
<div style="background: linear-gradient(135deg, rgba(52, 152, 219, 0.08), rgba(41, 128, 185, 0.12)); padding: 18px; border-radius: 10px; transition: transform 0.2s ease;">
<div style="font-weight: bold; color: #2980b9; margin-bottom: 10px;">Materials List</div>
<div style="font-weight: bold; color: #2980b9; margin-bottom: 10px;">📦 Materials List</div>
<div class="example-box" style="background: #2c3e50; color: white; padding: 12px; border-radius: 6px; font-family: monospace; font-size: 13px;">
<div class="example-box" style="background: #2c3e50; color: white; padding: 14px; border-radius: 8px; font-family: monospace; font-size: 13px; border-left: 4px solid #3498db;">
@alootid2 save mats 7444 7555 7666 7777<br>
@alootid2 save mats 7444 7555 7666 7777<br>
@alootid2 load mats
@alootid2 load mats
</div>
</div>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 15px; border-radius: 8px;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 18px; border-radius: 10px; transition: transform 0.2s ease;">
<div style="font-weight: bold; color: #8e44ad; margin-bottom: 10px;">Boxes List</div>
<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;">
<div class="example-box" style="background: #2c3e50; color: white; padding: 14px; border-radius: 8px; font-family: monospace; font-size: 13px; border-left: 4px solid #9b59b6;">
@alootid2 save boxes 7676 7677 7678 9999 989898<br>
@alootid2 save boxes 7676 7677 7678 9999 989898<br>
@alootid2 load boxes
@alootid2 load boxes
Line 140: Line 142:
</div>
</div>


<div class="tip-box" style="background: #ffeaa7; border: 1px solid #fdcb6e; border-radius: 8px; padding: 15px; margin-top: 15px;">
<div class="tip-box" style="background: linear-gradient(135deg, #fff3cd, #ffeaa7); border: 1px solid #fdcb6e; border-radius: 10px; padding: 18px; margin-top: 20px;">
<div style="display: flex; align-items: flex-start; gap: 12px;">
<div style="display: flex; align-items: flex-start; gap: 12px;">
<div style="font-size: 20px; color: #e17055;">⚠️</div>
<div style="font-size: 20px; color: #e17055;">⚠️</div>
<div>
<div>
<strong>Remember:</strong> When you log in, load your list with <code>@alootid2 load mats</code><br>
<strong>Remember:</strong> When you log in, load your list with <code style="background: #f8f9fa; padding: 2px 6px; border-radius: 3px; border: 1px solid #ddd; font-weight: bold;">@alootid2 load mats</code><br>
<small>To edit the list, just save it again with the updated ItemIDs.</small>
<small style="color: #555;">To edit the list, just save it again with the updated ItemIDs.</small>
</div>
</div>
</div>
</div>
Line 154: Line 156:
== 4. 📦 @aloottype ==
== 4. 📦 @aloottype ==


<div class="info-card">
<div class="info-card" style="border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.1); margin-bottom: 30px;">
<div class="card-header" style="background: linear-gradient(135deg, #9b59b6, #8e44ad);">
<div class="card-header" style="background: linear-gradient(135deg, #9b59b6, #8e44ad); color: white; padding: 18px 20px; font-weight: bold; font-size: 18px;">
Category-Based Autoloot
📦 Category-Based Autoloot
</div>
</div>
<div class="card-content">
<div class="card-content" style="padding: 25px; background: white;">
Autoloot by <strong>item type/category</strong> instead of specific IDs.
Autoloot by <strong>item type/category</strong> instead of specific IDs.


<div style="background: rgba(155, 89, 182, 0.1); padding: 20px; border-radius: 8px; margin: 20px 0;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 22px; border-radius: 10px; margin: 20px 0; text-align: center;">
<code style="background: #8e44ad; color: white; padding: 10px 15px; border-radius: 4px; display: block; font-family: monospace; text-align: center; margin-bottom: 15px;">
<code style="background: #8e44ad; color: white; padding: 12px 20px; border-radius: 6px; display: block; font-family: monospace; text-align: center; margin-bottom: 15px; font-size: 15px; font-weight: bold;">
@aloottype +[number]
@aloottype +[number]
</code>
</code>
<div style="text-align: center; color: #666;">Item types range from <strong>1 to 10</strong></div>
<div style="text-align: center; color: #666; font-size: 14px;">Item types range from <strong>1 to 10</strong></div>
</div>
</div>


<div class="example-box" style="background: #2c3e50; color: white; padding: 15px; border-radius: 8px; margin: 20px 0; font-family: monospace; text-align: center;">
<div class="example-box" style="background: #2c3e50; color: white; padding: 16px; border-radius: 8px; margin: 20px 0; font-family: monospace; text-align: center; font-size: 15px; font-weight: bold; border: 2px solid #8e44ad;">
@aloottype +6
@aloottype +6
</div>
</div>
<div style="text-align: center; color: #666; font-style: italic;">This will autoloot <strong>only cards</strong> (type 6)</div>
<div style="text-align: center; color: #666; font-style: italic; font-size: 14px;">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 class="item-types-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 25px 0;">
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 1</strong><br><small>Healing</small>
<strong>Type 1</strong><br><small>Healing</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 2</strong><br><small>Usable</small>
<strong>Type 2</strong><br><small>Usable</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 3</strong><br><small>Etc</small>
<strong>Type 3</strong><br><small>Etc</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 4</strong><br><small>Weapon</small>
<strong>Type 4</strong><br><small>Weapon</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 5</strong><br><small>Armor</small>
<strong>Type 5</strong><br><small>Armor</small>
</div>
</div>
<div style="background: rgba(52, 152, 219, 0.2); padding: 12px; border-radius: 6px; text-align: center; border: 2px solid #3498db;">
<div style="background: linear-gradient(135deg, rgba(52, 152, 219, 0.15), rgba(41, 128, 185, 0.2)); padding: 14px; border-radius: 8px; text-align: center; border: 2px solid #3498db; transform: scale(1.05); box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);">
<strong>Type 6</strong><br><small>Card</small>
<strong>Type 6</strong><br><small>Card</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 7</strong><br><small>Pet Egg</small>
<strong>Type 7</strong><br><small>Pet Egg</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 8</strong><br><small>Pet Equipment</small>
<strong>Type 8</strong><br><small>Pet Equipment</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 9</strong><br><small>Ammo</small>
<strong>Type 9</strong><br><small>Ammo</small>
</div>
</div>
<div style="background: rgba(155, 89, 182, 0.1); padding: 12px; border-radius: 6px; text-align: center;">
<div style="background: linear-gradient(135deg, rgba(155, 89, 182, 0.08), rgba(142, 68, 173, 0.12)); padding: 14px; border-radius: 8px; text-align: center; transition: transform 0.2s ease;">
<strong>Type 10</strong><br><small>Delay Consume</small>
<strong>Type 10</strong><br><small>Delay Consume</small>
</div>
</div>

Revision as of 21:47, 10 November 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