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

Guester: Difference between revisions

From GScripts
Ben (talk | contribs)
No edit summary
Ben (talk | contribs)
Line 12: Line 12:




=== Quest Status Indicators ===
<div style="background: linear-gradient(145deg, #1a1a1a, #2d2d2d); border-radius: 12px; padding: 25px; margin: 20px 0; border: 1px solid rgba(76,175,80,0.3);">


G AIO Account Builder uses a color-coded system to display quest progress and requirements:
== <span style="color: #4CAF50; border-bottom: 2px solid #4CAF50; padding-bottom: 3px;">📊 Quest Status Indicators</span> ==


{| class="wikitable"
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px; margin-top: 20px;">
! Color
! Status
! Description


| style="background:#FF9999; text-align:center;" | '''Red'''
<div style="background: rgba(255,153,153,0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #FF9999;">
| Not Started/Unavailable
<span style="color: #FF9999;">● Red</span> - Not Started/Unavailable
| * Quest has not been started '''or'''
<small>• Quest not started
| * Account doesn't meet requirements (see bottom-left box)
• Missing requirements
• Check bottom-left info box</small>
</div>


| style="background:#FFFF99; text-align:center;" | '''Yellow'''
<div style="background: rgba(255,255,153,0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #FFFF99;">
| In Progress
<span style="color: #FFFF99;">● Yellow</span> - In Progress
| * Quest has been started
<small>• Quest partially completed 
| * Can resume from last completed step
Can resume from last step
| * May need additional items/levels to continue
May need additional items/levels</small>
</div>


| style="background:#99FF99; text-align:center;" | '''Green'''
<div style="background: rgba(153,255,153,0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #99FF99;">
| Completed
<span style="color: #99FF99;">● Green</span> - Completed
| * Quest is fully finished
<small>• Quest fully finished
| * All rewards have been claimed
All rewards claimed
|}
• Ready for next tier</small>
</div>


==== Combat Requirement Display ====
</div>
* Located in the '''bottom-left information box'''
* Uses the '''same color system''' as quest status:
  * Red: Missing required combat stats
  * Yellow: Partially meets requirements
  * Green: Fully meets combat requirements
* You can modify/remove these combat requirements


'''Important:'''
== <span style="color: #2196F3; border-bottom: 2px solid #2196F3; padding-bottom: 3px; margin-top: 25px;">⚔️ Combat Requirements</span> ==
* Select  quests to view combat & hard requirements
* Combat stats are automatically checked for:
  * Boss fights
  * Combat miniquests
  * Dangerous encounters
* The script won't attempt quests with unmet hard requirements
* Guester will automatically detect your ironman status


<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-top: 15px;">
<div style="padding: 12px; background: rgba(255,153,153,0.1); border-radius: 6px;">
<span style="color: #FF9999;">Red</span> - Missing stats
</div>
<div style="padding: 12px; background: rgba(153,255,153,0.1); border-radius: 6px;">
<span style="color: #99FF99;">Green</span> - Requirements met
</div>
</div>


<div style="margin-top: 25px; padding: 15px; background: rgba(255,255,255,0.05); border-radius: 8px; border-left: 4px solid #9C27B0;">
❗ Notes 
<small>• Customize the combat requirements in bottom-left info box 
• Won't attempt with unmet requirements 
• Ironman status detection enabled 
</small>
</div>
</div>


=== Ironman Mode Requirements ===
=== Ironman Mode Requirements ===