Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Sailing: Difference between revisions

From GScripts
Ben (talk | contribs)
Created page with "<div style="text-align: center; margin: 25px auto;"> <div style=" display: inline-block; padding: 18px 35px; background: linear-gradient(135deg, #0f2027 0%, #203a43 30%, #2c5364 70%, #0f2027 100%); border-radius: 12px; box-shadow: 0 0 25px rgba(44, 83, 100, 0.7), 0 8px 30px rgba(15, 32, 39, 0.6), 0 0 0 3px rgba(64, 224, 208, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset..."
 
Content update, accuracy fixes and cleanup
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div style="text-align: center; margin: 25px auto;">
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #e0e0e0;">
<div style="
    display: inline-block;
    padding: 18px 35px;
    background: linear-gradient(135deg,  
        #0f2027 0%,  
        #203a43 30%,  
        #2c5364 70%,  
        #0f2027 100%);
    border-radius: 12px;
    box-shadow:  
        0 0 25px rgba(44, 83, 100, 0.7),
        0 8px 30px rgba(15, 32, 39, 0.6),
        0 0 0 3px rgba(64, 224, 208, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -4px 10px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(64, 224, 208, 0.4);
    position: relative;
    overflow: hidden;
">


<!-- Water reflection effect -->
<div class="gs-card" style="text-align: center; border-left: 4px solid #40e0d0; margin-bottom: 25px;">
<div style="
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(64, 224, 208, 0.05) 10px,
            rgba(64, 224, 208, 0.05) 20px
        );
    opacity: 0.3;
    z-index: 1;
"></div>


<!-- Title with wave-like gradient -->
<center>
<div style="
<div style="display: inline-block; padding: 15px 35px; text-align: center; min-width: 200px;">
    position: relative;
    z-index: 2;
    font-family: 'Trebuchet MS', 'Arial Black', Arial, sans-serif;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 3px;
    background: linear-gradient(
        to right,
        #40e0d0 0%,
        #ffffff 25%,
        #40e0d0 50%,
        #ffffff 75%,
        #40e0d0 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 15px rgba(64, 224, 208, 0.8),
        0 0 30px rgba(32, 58, 67, 0.6),
        0 4px 10px rgba(0, 0, 0, 0.4);
    line-height: 1;
    margin-bottom: 8px;
    animation: textShimmer 4s infinite linear;
">SAILING</div>


<!-- Modern "NEW" badge -->
<!-- NEW Badge -->
<div style="
<div style="display: inline-block; background: #161616; color: #88e6ff; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; padding: 3px 10px; border-radius: 12px; letter-spacing: 1px; border: 1px solid #2c2c2c; margin-bottom: 8px;">NOW RELEASED!</div>
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    color: white;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(0, 114, 255, 0.5);
    letter-spacing: 1.5px;
    z-index: 3;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
">COMING SOON</div>


<!-- Feature highlight -->
<!-- Main Title -->
<div style="
<div style="font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 32px; font-weight: bold; color: #e6b800; letter-spacing: 2px; margin: 5px 0; padding-top: 5px;">SAILING</div>
    position: relative;
    z-index: 2;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #88e6ff;
    letter-spacing: 2px;
    margin-top: 5px;
    text-shadow: 0 0 10px rgba(64, 224, 208, 0.7);
    border-top: 1px solid rgba(64, 224, 208, 0.3);
    padding-top: 8px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
">⚓ The FIRST Sailing script on Dreambot!</div>


<!-- Subtitle -->
<div style="font-family: Arial, sans-serif; font-size: 12px; color: #88e6ff; letter-spacing: 2px; margin-top: 5px; font-weight: bold; border-top: 1px solid #2c2c2c; padding-top: 8px; display: inline-block; padding-left: 15px; padding-right: 15px;">The FIRST Sailing script on Dreambot!</div>
</div>
</center>
</div>
== Overview ==
<div class="gs-card" style="border-left: 4px solid #3b82f6; margin: 20px 0;">
<p style="margin: 0; color: #cbd5e1; font-size: 16px; line-height: 1.6;">
'''GSailing''' & GAIO's Sailing is a script designed for the [[Sailing]] skill that will automate your Sailing experience.
</p>
</div>
== Features ==
<div style="margin: 25px 0;">
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px;">
<div class="gs-card" style="border-left: 4px solid #3b82f6;">
<strong style="color: #93c5fd; font-size: 17px; display: block; margin-bottom: 8px;">Missions & Port Tasks</strong>
<small style="color: #bfdbfe; line-height: 1.5; display: block;">Automates acceptance, completion, and reporting of port assignments with intelligent route planning.</small>
</div>
<div class="gs-card" style="border-left: 4px solid #8b5cf6;">
<strong style="color: #c4b5fd; font-size: 17px; display: block; margin-bottom: 8px;">Salvaging Operations</strong>
<small style="color: #ddd6fe; line-height: 1.5; display: block;">Systematically locates and salvages shipwrecks with configurable priority settings.</small>
</div>
<div class="gs-card" style="border-left: 4px solid #10b981;">
<strong style="color: #a7f3d0; font-size: 17px; display: block; margin-bottom: 8px;">Salvage Sorting</strong>
<small style="color: #d1fae5; line-height: 1.5; display: block;">Intelligent organization of recovered materials with custom rules for banking and inventory.</small>
</div>
<div class="gs-card" style="border-left: 4px solid #f97316;">
<strong style="color: #fed7aa; font-size: 17px; display: block; margin-bottom: 8px;">Ship Upgrading</strong>
<small style="color: #ffedd5; line-height: 1.5; display: block;">Automatic management of ship components and optimization for specific task types.</small>
</div>
</div>
</div>
== Requirements ==
<div style="margin: 30px 0;">
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; margin-bottom: 16px;">
<div class="gs-card" style="border-left: 4px solid #ef4444;">
<h4 style="color: #f8fafc; margin: 0 0 16px 0; font-size: 20px; font-weight: 600;">Base Requirements</h4>
<div style="padding: 12px 15px; background: #1e1e1e; border-radius: 8px; margin: 12px 0; border-left: 3px solid #10b981;">
<div style="display: flex; align-items: center;">
<div style="width: 24px; height: 24px; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; color: white; font-weight: bold;">
</div>
<span style="color: #86efac; font-weight: 600;">DB4 Launcher</span>
</div>
<small style="color: #94a3b8; display: block; margin-top: 5px; margin-left: 36px;">Mandatory for Sailing support</small>
</div>
<div style="padding: 12px 15px; background: #1e1e1e; border-radius: 8px; margin: 12px 0; border-left: 3px solid #ef4444;">
<div style="display: flex; align-items: center;">
<div style="width: 24px; height: 24px; background: #ef4444; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; color: white; font-weight: bold;">
</div>
<span style="color: #fca5a5; font-weight: 600;">DB3 Not Supported</span>
</div>
<small style="color: #fca5a5; display: block; margin-top: 5px; margin-left: 36px;">Lacks Sailing functionality</small>
</div>
<div style="padding: 12px 15px; background: #1e1e1e; border-radius: 8px; margin: 12px 0; border-left: 3px solid #3b82f6;">
<div style="display: flex; align-items: center;">
<div style="width: 24px; height: 24px; background: #3b82f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; color: white; font-weight: bold;">
</div>
<span style="color: #93c5fd; font-weight: 600;">GAIO Integration</span>
</div>
<small style="color: #94a3b8; display: block; margin-top: 5px; margin-left: 36px;">Included with automation suite</small>
</div>
</div>
<div class="gs-card" style="border-left: 4px solid #0ea5e9;">
<h4 style="color: #f8fafc; margin: 0 0 16px 0; font-size: 20px; font-weight: 600;">Game Requirements</h4>
<div style="padding: 16px; background: #1e1e1e; border-radius: 8px; margin: 12px 0; border-left: 3px solid #3b82f6;">
<strong style="color: #e0f2fe; font-size: 16px; display: block; margin-bottom: 10px;">Required Quest: The Pandemonium Quest</strong>
<div style="display: flex; align-items: center; margin: 8px 0;">
<div style="width: 20px; height: 20px; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; color: white; font-size: 12px; font-weight: bold;">
</div>
<small style="color: #86efac;">Provided free with GAIO</small>
</div>
<div style="display: flex; align-items: center; margin: 8px 0;">
<div style="width: 20px; height: 20px; background: #3b82f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; color: white; font-size: 12px;">
</div>
<small style="color: #93c5fd;">Guester purchase not required</small>
</div>
</div>
<div style="padding: 12px 15px; background: #1e1e1e; border-radius: 8px; margin: 12px 0; border-left: 3px solid #f59e0b;">
<strong style="color: #fde68a; font-size: 14px;">Additional Requirements</strong>
<small style="color: #d1d5db; display: block; margin-top: 5px;">Standard sailing skill requirements, appropriate ship, and necessary equipment</small>
</div>
</div>
</div>
</div>
== Configuration ==
<div style="margin: 30px 0;">
<div class="gs-card" style="border-left: 4px solid #8b5cf6; margin-bottom: 24px;">
<h3 style="color: #e9d5ff; margin: 0 0 16px 0; font-size: 22px; font-weight: 600;">Alchemy Settings</h3>
<p style="color: #ddd6fe; margin-bottom: 20px; font-size: 15px; line-height: 1.6;">Configure alchemy to run automatically during sailing activities with customizable parameters.</p>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 20px;">
<div style="background: #1e1e1e; padding: 18px; border-radius: 8px; border: 1px solid #2c2c2c;">
<strong style="color: #c4b5fd; font-size: 16px; display: block; margin-bottom: 8px;">Enable/Disable</strong>
<small style="color: #ddd6fe;">Toggle alchemy functionality on or off</small>
</div>
<div style="background: #1e1e1e; padding: 18px; border-radius: 8px; border: 1px solid #2c2c2c;">
<strong style="color: #c4b5fd; font-size: 16px; display: block; margin-bottom: 8px;">Stop Level</strong>
<small style="color: #ddd6fe;">Magic level to stop at (e.g., 99)</small>
</div>
<div style="background: #1e1e1e; padding: 18px; border-radius: 8px; border: 1px solid #2c2c2c;">
<strong style="color: #c4b5fd; font-size: 16px; display: block; margin-bottom: 8px;">Alch Count</strong>
<small style="color: #ddd6fe;">Maximum items to alchemize per session</small>
</div>
</div>
</div>
<div style="margin-top: 32px;">
<h3 style="color: #fed7aa; margin: 0 0 16px 0; font-size: 22px; font-weight: 600;">Shipwreck Locations</h3>
<div class="gs-card" style="border-left: 4px solid #f97316; margin: 20px 0; display: flex; align-items: center;">
<div style="width: 18px; height: 18px; background: #fb923c; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; color: #7c2d12; font-size: 12px; font-weight: bold;">
</div>
<small style="color: #fed7aa; font-size: 14px;">All locations below are individually toggleable in configuration</small>
</div>
<div style="overflow-x: auto; margin: 25px 0;">
{| class="wikitable" style="width:100%; border-collapse: separate; border-spacing: 0; background: #161616; border-radius: 10px; overflow: hidden; border: 1px solid #2c2c2c;"
! style="background: #1e1e1e; color: #e6b800; padding: 14px 18px; text-align: left; border-bottom: 2px solid #2c2c2c; font-weight: 600; font-size: 16px;" | Location
! style="background: #1e1e1e; color: #e6b800; padding: 14px 18px; text-align: left; border-bottom: 2px solid #2c2c2c; font-weight: 600; font-size: 16px;" | Region
! style="background: #1e1e1e; color: #e6b800; padding: 14px 18px; text-align: left; border-bottom: 2px solid #2c2c2c; font-weight: 600; font-size: 16px;" | Type
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <strong style="color: #60a5fa; font-size: 15px;">Small Shipwrecks</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="color: #cbd5e1;">Pandemonium</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="background: #065f46; color: #a7f3d0; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Small</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <strong style="color: #60a5fa; font-size: 15px;">Fisherman's Shipwreck</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="color: #cbd5e1;">Entrana</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="background: #065f46; color: #a7f3d0; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Small</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <strong style="color: #60a5fa; font-size: 15px;">Barracuda Shipwreck</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="color: #cbd5e1;">Open Sea</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="background: #92400e; color: #fde68a; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Medium</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <strong style="color: #60a5fa; font-size: 15px;">Large Southeast Shipwreck</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="color: #cbd5e1;">Southeastern Seas</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="background: #7f1d1d; color: #fecaca; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Large</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <strong style="color: #60a5fa; font-size: 15px;">Pirate's Shipwreck</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="color: #cbd5e1;">Pirate Waters</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="background: #92400e; color: #fde68a; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Medium</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <strong style="color: #60a5fa; font-size: 15px;">Mercenary South East</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="color: #cbd5e1;">Mercenary Territory</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="background: #92400e; color: #fde68a; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Medium</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <strong style="color: #60a5fa; font-size: 15px;">Mercenary North West</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="color: #cbd5e1;">Mercenary Territory</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="background: #92400e; color: #fde68a; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Medium</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <strong style="color: #60a5fa; font-size: 15px;">Fremmenik Ungael</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="color: #cbd5e1;">Fremmenik Isles</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c;" | <span style="background: #7f1d1d; color: #fecaca; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Large</span>
|-
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <strong style="color: #60a5fa; font-size: 15px;">Fremmenik Iceberg</strong>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="color: #cbd5e1;">Northern Seas</span>
| style="padding: 16px; border-bottom: 1px solid #2c2c2c; background: #1a1a1a;" | <span style="background: #7f1d1d; color: #fecaca; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Large</span>
|-
| style="padding: 16px;" | <strong style="color: #60a5fa; font-size: 15px;">Merchant Shipwreck</strong>
| style="padding: 16px;" | <span style="color: #cbd5e1;">Trade Routes</span>
| style="padding: 16px;" | <span style="background: #7f1d1d; color: #fecaca; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block;">Large</span>
|}
</div>
</div>
</div>
== Troubleshooting ==
<div style="margin: 30px 0;">
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px;">
<div class="gs-card" style="border-left: 4px solid #ef4444;">
<strong style="color: #fca5a5; font-size: 17px; margin-bottom: 12px; display: flex; align-items: center;">
<div style="width: 24px; height: 24px; background: #ef4444; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; color: white; font-weight: bold;">
!
</div>
Script won't start
</strong>
<small style="color: #cbd5e1; line-height: 1.6; display: block; padding-left: 36px;">Verify DB4 is installed and Pandemonium Quest is completed in quest log.</small>
</div>
<div class="gs-card" style="border-left: 4px solid #f59e0b;">
<strong style="color: #fde68a; font-size: 17px; margin-bottom: 12px; display: flex; align-items: center;">
<div style="width: 24px; height: 24px; background: #f59e0b; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; color: #7c2d12; font-weight: bold;">
!
</div>
No shipwrecks targeted
</strong>
<small style="color: #cbd5e1; line-height: 1.6; display: block; padding-left: 36px;">Check configuration - ensure at least one location is toggled on.</small>
</div>
<div class="gs-card" style="border-left: 4px solid #3b82f6;">
<strong style="color: #93c5fd; font-size: 17px; margin-bottom: 12px; display: flex; align-items: center;">
<div style="width: 24px; height: 24px; background: #3b82f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; color: white; font-weight: bold;">
i
</div>
Alchemy not working
</strong>
<small style="color: #cbd5e1; line-height: 1.6; display: block; padding-left: 36px;">Confirm alchemy is enabled and you have sufficient runes/coins.</small>
</div>
</div>
</div>
</div>
</div>
== See Also ==
<div class="gs-card" style="border-left: 4px solid #3b82f6; margin-top: 25px;">
<div style="display: flex; flex-wrap: wrap; gap: 12px;">
<span style="background: #1e1e1e; color: #e0f2fe; padding: 8px 18px; border-radius: 20px; font-size: 14px; font-weight: 600; border: 1px solid #3b82f6;">[[GSailing]]</span>
<span style="background: #1e1e1e; color: #d1fae5; padding: 8px 18px; border-radius: 20px; font-size: 14px; font-weight: 600; border: 1px solid #10b981;">[[GAIO]]</span>
</div>
</div>
</div>
{{Template:BacktoAIO}}