God โพสต์ 2026-1-18 19:44:36

[ห้องเปิดให้รีเช็ตสเตตัส POW หรือ STR กลับเป็น Point]



<style>
    @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=Noto+Sans+Thai:wght@300;400;700&family=Metamorphous&display=swap');

    /* --- 🌌 STATUS RESET REBIRTH CONTAINER --- */
    .reset-status-wrapper {
      max-width: 850px;
      margin: 50px auto;
      background: #0f1113; /* สีดำถ่านหินหรู */
      border: 1px solid #c5a059;
      box-shadow: 0 40px 120px rgba(0,0,0,0.6);
      font-family: 'Noto Sans Thai', sans-serif;
      position: relative;
      overflow: hidden;
    }

    /* ลายวงเวทย์แปรธาตุจางๆ */
    .reset-status-wrapper::before {
      content: "";
      position: absolute;
      top: -100px; right: -100px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(197, 160, 89, 0.08) 0%, transparent 70%);
      pointer-events: none;
    }

    /* --- 🏛️ HEADER: THE GREAT REBIRTH --- */
    .reset-header-gold {
      background: linear-gradient(180deg, #1a1a1a 0%, #0f1113 100%);
      padding: 60px 20px;
      text-align: center;
      border-bottom: 3px double #c5a059;
    }

    .reset-title-css {
      font-family: 'Cinzel Decorative', serif;
      font-size: 38px;
      color: #c5a059;
      text-shadow: 0 0 15px rgba(197, 160, 89, 0.5);
      letter-spacing: 8px;
      display: block;
    }

    /* --- 📝 FORM BODY --- */
    .reset-inner-body {
      padding: 60px 80px;
      background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    }

    .reset-notice-box {
      background: rgba(197, 160, 89, 0.05);
      border: 1px solid #c5a059;
      padding: 30px;
      margin-bottom: 50px;
      position: relative;
    }

    /* --- ✍️ INPUT FIELD STYLES --- */
    .reset-field-group {
      margin-bottom: 35px;
    }

    .reset-field-label {
      display: block;
      margin-bottom: 12px;
      border-left: 3px solid #c5a059;
      padding-left: 15px;
    }

    .reset-input-box {
      background: #16181a;
      border: 1px solid #333;
      padding: 15px 25px;
      box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    }

    /* --- 🏁 FOOTER --- */
    .reset-footer {
      background: #000;
      padding: 25px;
      text-align: center;
      border-top: 1px solid #222;
    }
</style>

<div class="reset-status-wrapper">
   
    <div class="reset-header-gold">
      <span class="reset-title-css">STATUS RESET</span>
      <font face="Cinzel Decorative" size="2" color="#ffffff" style="letter-spacing: 4px; opacity: 0.8;">REVERT STRENGTH TO ORIGIN POINTS</font>
    </div>

    <div class="reset-inner-body">
      
      <div class="reset-notice-box">
            <font size="3" color="#ffffff" style="line-height: 2;">
                <b>เงื่อนไขการปรับสมดุลสเตตัส:</b><br>
                ห้องเปิดให้ดำเนินการรีเซ็ตค่าพลังกลับเป็นแต้มอิสระ (Point) เพื่อให้คุณไม่ต้องกดดันในการขยันหา Point อัปสเตตัสตรงสาย กรณีที่สเตตัสไม่เพียงพอ เพราะต่อไปสเตตัส INT CHA LUK ก็จะมีสกิลโจมตี โดยเฉพาะ LUK ที่สามารถได้ว่าจะไปสายปัญญาหรือเสน่ห์ก็ได้ทั้งหมด เป็นสายที่คอมโบได้ทั้งคู่<br><font color="#c5a059">● สามารถดำเนินการได้ตั้งแต่วันนี้ จนกว่าระบบใหม่จะเปิดใช้งาน</font>
            </font>
            <div style="margin-top: 20px;">
                <a href="https://percyjackson.mooorp.com/forum.php?mod=viewthread&amp;tid=1453" target="_blank" style="text-decoration: none;">
                  <font face="Metamorphous" size="2" color="#c5a059" style="border: 1px solid #c5a059; padding: 5px 15px;">[ ดูรายละเอียดระบบที่นี่ ]</font>
                </a>
            </div>
      </div>

      <div class="reset-field-group">
            <span class="reset-field-label"><font face="Metamorphous" size="2" color="#c5a059">IDENTITY ACCESS</font></span>
            <div class="reset-input-box">
                <font size="3" color="#888">Username : .....................................................................</font>
            </div>
      </div>

      <div class="reset-field-group">
            <span class="reset-field-label"><font face="Metamorphous" size="2" color="#c5a059">SELECT ATTRIBUTE</font></span>
            <div class="reset-input-box">
                <font size="3" color="#888">สเตตัสที่ต้องการเปลี่ยนเป็น Point : <font color="#ffffff">[ POW ]</font> หรือ <font color="#ffffff">[ STR ]</font></font>
            </div>
      </div>

      <div style="text-align: center; margin-top: 40px; border-top: 1px solid #222; padding-top: 30px;">
            <font size="2" color="#ad1718">
                <i>"คำเตือน: หลังจากระบบเปิดทำการอย่างเป็นทางการ จะไม่มีการรับรีเซ็ตสเตตัสเพิ่ม"</i>
            </font>
      </div>

    </div>

    <div class="reset-footer">
      <font face="Cinzel Decorative" size="1" color="#c5a059" style="letter-spacing: 5px;">DIVINE REBIRTH • CAMP HALF-BLOOD • 2026</font>
    </div>

</div>
หน้า: [1]
ดูในรูปแบบกติ: [ห้องเปิดให้รีเช็ตสเตตัส POW หรือ STR กลับเป็น Point]