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. | <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: | <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: | <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. | <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: | <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: | <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: | <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. | <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: | <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: | <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. | <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: | <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: | <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. | <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: | <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: | <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. | <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: | <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. | <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: | <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. | <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: | <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: | <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. | <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: | <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: | <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: | <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. | <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. | <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. | <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. | <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. | <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: | <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. | <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. | <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. | <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. | <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
@autoloot
Percentage Control
@alootid
Specific Items
@alootid2
Save & Load Lists
@aloottype
Item Categories
