Update the website logo.

LOGOLUNACLASSIC

1

Update the homepage info box.

🌟 ข้อมูลเซิร์ฟเวอร์ 🌟

🌐 เซิร์ฟเวอร์เอเชียนานาชาติ
🚩 เลเวลสูงสุด: 99
⚡️ EXP: x60
🎁 Drop: x5
💎 Gold: x5
🎮 ประเภทเกม: Pure Classic (ปรับแต่งกึ่ง Plus)
				
					<style>
.server-info {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #36d1dc, #5b86e5);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  max-width: 400px;
  margin: 20px auto;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.server-info h2 {
  text-align: center;
  color: #ffffff;
  border-bottom: 3px dotted rgba(255,255,255,0.6);
  padding-bottom: 10px;
  margin-bottom: 16px;
  font-size: 24px;
}

.server-info .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.server-info .details div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.server-info .details .icon {
  font-size: 22px;
}

.highlight {
  font-weight: bold;
  color: #ffea00;
  text-shadow: 0 0 8px rgba(255, 234, 0, 0.9);
}

.type-game {
  background-color: rgba(0,0,0,0.2);
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  margin-top: 16px;
  font-size: 15px;
}
</style>

<div class="server-info">
  <h2>🌟 ข้อมูลเซิร์ฟเวอร์ 🌟</h2>
  <div class="details">
    <div><span class="icon">🌐</span> เซิร์ฟเวอร์เอเชียนานาชาติ</div>
    <div><span class="icon">🚩</span> เลเวลสูงสุด: <span class="highlight">99</span></div>
    <div><span class="icon">⚡️</span> EXP: <span class="highlight">x60</span></div>
    <div><span class="icon">🎁</span> Drop: <span class="highlight">x5</span></div>
    <div><span class="icon">💎</span> Gold: <span class="highlight">x5</span></div>
  </div>
  <div class="type-game">🎮 ประเภทเกม: <span class="highlight">Pure Classic (ปรับแต่งกึ่ง Plus)</span></div>
</div>
				
			

2

Redesign the server rules page using the new code.

⚠️ เงื่อนไขการเล่นเกมลูน่าออนไลน์กับเรา

🛒 ผู้เล่นต้องรับผิดชอบในการซื้อขายไอเทมด้วยตัวเอง
🙋 เคารพผู้อื่น ห้ามใช้ถ้อยคำหยาบคาย ดูถูก หรือก่อความวุ่นวาย แบนชั่วคราว
🚫 ห้ามใช้โปรแกรมช่วยเล่น หรือโปรแกรมโกงทุกประเภท แบนถาวรทุกบัญชีที่เกี่ยวข้อง
🚫 ห้ามใช้ข้อบกพร่องของเกมเพื่อประโยชน์ส่วนตัว แบนถาวรทุกบัญชีที่เกี่ยวข้อง
🔒 ห้ามแอบอ้างเป็นทีมงาน หรือ Game Master (GM) แบนถาวร
📢 ห้ามเผยแพร่ข้อมูลส่วนบุคคลของผู้อื่นโดยไม่ได้รับอนุญาต แบนชั่วคราว
✏️ ห้ามตั้งชื่อที่ไม่เหมาะสม หรือหยาบคาย เปลี่ยนชื่อและตักเตือน
🌐 ห้ามโฆษณาเซิร์ฟเวอร์เกมอื่น แบนถาวร

👥 ตำแหน่งทีมงานในเซิฟ

[GM] ดูแลทุกอย่างในเซิร์ฟเวอร์
[GMS] ผู้ช่วยดูแลกิจกรรม ดูแลผู้เล่น
[DEV] ทีมพัฒนาระบบ
(ทีมงานจะไม่ขอรับเงินส่วนตัวโดยเด็ดขาด)
				
					<section id="luna-section">
  <style>
    /* Scoped styles for Luna section */
    #luna-section {
      font-family: 'Sarabun', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 20px;
      font-size: 14px;
    }
    #luna-section .container {
      max-width: 900px;
      margin: auto;
    }
    /* Rules container with white background and subtle shadow */
    #luna-section .rules-container {
      border-radius: 14px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
      margin-bottom: 20px;
      background: #ffffff;
    }
    #luna-section h2 {
      font-size: 22px;
      border-bottom: 4px solid #dc3545;
      padding-bottom: 12px;
      display: flex;
      align-items: center;
      color: #dc3545;
      margin-bottom: 20px;
    }
    #luna-section h2 span {
      font-size: 24px;
      margin-right: 14px;
    }
    #luna-section .rule {
      display: flex;
      align-items: center;
      padding: 15px;
      margin-bottom: 12px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.7);
      border-left: 6px solid #dc3545;
      transition: transform 0.2s ease-in-out;
    }
    #luna-section .rule span.emoji {
      font-size: 22px;
      margin-right: 14px;
    }
    #luna-section .punishment {
      font-size: 14px;
      padding: 6px 12px;
      border-radius: 6px;
      margin-left: auto;
      font-weight: 500;
    }
    #luna-section .ban-all { background: #8B0000; color: #fff; }
    #luna-section .ban-permanent { background: #dc3545; color: #fff; }
    #luna-section .ban-temporary { background: #ffc107; color: #212529; }
    #luna-section .warning { background: #17a2b8; color: #fff; }
    #luna-section .footer {
      text-align: center;
      font-size: 18px;
      color: #212529;
      background: linear-gradient(135deg, #e0f7ff, #ffffff);
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    #luna-section .footer strong {
      color: #007bff;
    }
    /* Style for team note at the bottom */
    #luna-section .team-note {
      font-size: 14px;
      margin-top: 10px;
      color: #555;
      text-align: center;
    }
    @media (max-width: 600px) {
      #luna-section .rules-container, 
      #luna-section .footer {
        padding: 20px;
      }
      #luna-section h2 {
        font-size: 20px;
      }
      #luna-section .rule {
        flex-direction: column;
        align-items: flex-start;
      }
      #luna-section .punishment {
        margin-top: 8px;
      }
      #luna-section .footer {
        font-size: 16px;
      }
    }
  </style>
  
  <div class="container">
    <!-- เงื่อนไขการเล่นเกมลูน่าออนไลน์กับเรา -->
    <div class="rules-container">
      <h2><span>⚠️</span> เงื่อนไขการเล่นเกมลูน่าออนไลน์กับเรา</h2>
      
      <div class="rule">
        <span class="emoji">🛒</span>
        <span>ผู้เล่นต้องรับผิดชอบในการซื้อขายไอเทมด้วยตัวเอง</span>
      </div>
      
      <div class="rule">
        <span class="emoji">🙋</span>
        <span>เคารพผู้อื่น ห้ามใช้ถ้อยคำหยาบคาย ดูถูก หรือก่อความวุ่นวาย</span>
        <span class="punishment ban-temporary">แบนชั่วคราว</span>
      </div>
      
      <div class="rule">
        <span class="emoji">🚫</span>
        <span>ห้ามใช้โปรแกรมช่วยเล่น หรือโปรแกรมโกงทุกประเภท</span>
        <span class="punishment ban-all">แบนถาวรทุกบัญชีที่เกี่ยวข้อง</span>
      </div>
      
      <div class="rule">
        <span class="emoji">🚫</span>
        <span>ห้ามใช้ข้อบกพร่องของเกมเพื่อประโยชน์ส่วนตัว</span>
        <span class="punishment ban-all">แบนถาวรทุกบัญชีที่เกี่ยวข้อง</span>
      </div>
      
      <div class="rule">
        <span class="emoji">🔒</span>
        <span>ห้ามแอบอ้างเป็นทีมงาน หรือ Game Master (GM)</span>
        <span class="punishment ban-permanent">แบนถาวร</span>
      </div>
      
      <div class="rule">
        <span class="emoji">📢</span>
        <span>ห้ามเผยแพร่ข้อมูลส่วนบุคคลของผู้อื่นโดยไม่ได้รับอนุญาต</span>
        <span class="punishment ban-temporary">แบนชั่วคราว</span>
      </div>
      
      <div class="rule">
        <span class="emoji">✏️</span>
        <span>ห้ามตั้งชื่อที่ไม่เหมาะสม หรือหยาบคาย</span>
        <span class="punishment warning">เปลี่ยนชื่อและตักเตือน</span>
      </div>
      
      <div class="rule">
        <span class="emoji">🌐</span>
        <span>ห้ามโฆษณาเซิร์ฟเวอร์เกมอื่น</span>
        <span class="punishment ban-permanent">แบนถาวร</span>
      </div>
    </div>
    
    <!-- หัวข้อทีมงานในเซิฟ -->
    <div class="rules-container">
      <h2><span>👥</span> ตำแหน่งทีมงานในเซิฟ</h2>
      
      <div class="rule">
        <span class="emoji">[GM]</span>
        <span>ดูแลทุกอย่างในเซิร์ฟเวอร์</span>
      </div>
      
      <div class="rule">
        <span class="emoji">[GMS]</span>
        <span>ผู้ช่วยดูแลกิจกรรม ดูแลผู้เล่น</span>
      </div>
      
      <div class="rule">
        <span class="emoji">[DEV]</span>
        <span>ทีมพัฒนาระบบ</span>
      </div>
      <div class="team-note">
         (ทีมงานจะไม่ขอรับเงินส่วนตัวโดยเด็ดขาด)
      </div>
    </div>
    
    <div class="footer">
      <p>✨ ขอบคุณที่ร่วมเป็นส่วนหนึ่งของ <strong>Luna Online</strong> ✨</p>
      <p>ขอให้ทุกท่านสนุกกับการผจญภัยที่เต็มไปด้วยมิตรภาพและความสุข</p>
      <p>ร่วมกันสร้างชุมชนที่เป็นมิตรและอบอุ่น ❤️</p>
    </div>
  </div>
</section>

				
			

3

Update the Luna server info page.

ข้อมูลเกี่ยวกับเซิฟเวอร์เรา

  • 🌏 เซิร์ฟเวอร์: เอเชีย (นานาชาติ)
  • 🔝 เลเวลสูงสุด: 99
  • 🚀 EXP: x60
  • 🎁 ดรอป: x10
  • 💰 โกลด์ดรอป: x10
  • 🎮 ประเภทเกม: คลาสสิก - อัปเดตใหม่
  • 🌙 ระบบทักษะ: คลาสสิคล้วนๆ
  • 🔄 WASD: เปิด/ปิด
  • ☀️ สภาพอากาศ: เปิด/ปิด
  • 🔎 ตรวจสอบไอเทม: เปิด/ปิด/บล็อก
  • ⚖️ ปรับสมดุล: PVE & PVP
  • 🏰 ปราสาท: ทุกวันเสาร์
  • 🏆 ทัวร์นาเมนต์: ทุกวันอาทิตย์
  • 🎉 NPC: คลาสสิค เพิ่มใหม่เล็กน้อย
  • เครื่องแต่งกาย: เอฟเฟกต์ใหม่
  • 📍 สถานที่: อัลเคอร์ฮาเบอร์ (คลาสสิค)
  • 👨🏻‍🚀 NPC อาชีพ: เปลี่ยนอาชีพ & บัฟฟรี
  • 🗺️ ดันเจี้ยน: ภารกิจปรับปรุง
  • 🔄 อัปเดต: รายสัปดาห์/รายเดือน
  • 🎒 กระเป๋า: ขยายสูงสุด 6 ช่อง
  • 🔐 ID เข้าสู่ระบบ: ไม่จำกัด
  • 📚 เอ็นชานท์: สูงสุด+15
  • ⚒️ ภารกิจ: รายวันแบบใหม่
  • ⚙️ ระบบ: ปรับปรุงใหม่

อัพเกรดไอเทม

ช่วง โอกาส
+0 ~ +1 100.00%
+1 ~ +2 85.00%
+2 ~ +3 72.25%
+3 ~ +4 61.41%
+4 ~ +5 52.20%
+5 ~ +6 44.37%
+6 ~ +7 37.71%
+7 ~ +8 32.06%
+8 ~ +9 27.25%
+9 ~ +10 23.16%
+10 ~ +11 19.69%
+11 ~ +12 16.73%
+12 ~ +13 10.22%
+13 ~ +14 8.09%
+14 ~ +15 5.28%

ข้อมูลเพิ่มเติม :

  • +1 - +10 = Pukerian (ลดระดับไอเทม -1)
  • +11 - +15 = เอกสารลับของพ่อมดกิลด์ (ลดระดับไอเทม -1)
  • ทางเลือกอื่น +11 - +12 = ม้วนกระดาษป้องกันค้อน (ไอเทมปลอดภัย/ไม่มีความเสี่ยง) - คอมโบไอเทมใหม่
  • +13 - +14 = เอกสารลับของพ่อมดกิลด์ (ลดระดับไอเทม -1)
  • ทางเลือกอื่น +13 - +14 = ม้วนกระดาษป้องกันค้อนศักดิ์สิทธิ์ (ไอเทมปลอดภัย/ไม่มีความเสี่ยง) - คอมโบไอเทมใหม่
  • +14 - +15 = เอกสารลับของพ่อมดกิลด์ (ลดระดับไอเทม -1)
				
					<section id="server-info-section">
  <style>
    /* Scoped styles for this section */
    #server-info-section {
      font-family: 'Sarabun', sans-serif;
      font-size: 14px;
      color: #2C3E50;
      background: linear-gradient(135deg, #f8f9fa, #ffffff);
      padding: 20px;
    }
    #server-info-section .container {
      max-width: 1200px;
      margin: auto;
    }
    /* Single card with horizontal (flex) layout */
    #server-info-section .card {
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 20px 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }
    #server-info-section .card h2 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #2C3E50;
      border-bottom: 2px solid #d4af37;
      padding-bottom: 5px;
    }
    /* Flex container for horizontal layout */
    #server-info-section .content {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap; /* Wrap if not enough space */
    }
    /* Server info (left side) */
    #server-info-section .server-info {
      flex: 1;
      min-width: 300px;
    }
    /* Server info list styling */
    #server-info-section .server-info ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    #server-info-section .server-info ul li {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      color: #000; /* Make text clearly visible */
    }
    #server-info-section .server-info ul li .emoji {
      width: 30px;
      margin-right: 10px;
      font-size: 18px;
      text-align: center;
    }
    #server-info-section .server-info ul li .label {
      display: inline-block;
      width: 120px;
      font-weight: bold;
      margin-right: 5px;
    }
    #server-info-section .server-info ul li .value {
      flex: 1;
    }
    /* Upgrade info (right side) */
    #server-info-section .upgrade-info {
      flex: 1;
      min-width: 300px;
    }
    #server-info-section .upgrade-info h3 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #2C3E50;
      border-bottom: 1px solid #d4af37;
      padding-bottom: 4px;
    }
    /* Upgrade table with equal width columns */
    #server-info-section .upgrade-info table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      table-layout: fixed;
    }
    #server-info-section .upgrade-info table th,
    #server-info-section .upgrade-info table td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: center;
      color: #2C3E50;
    }
    #server-info-section .upgrade-info table th {
      background: #f2f2f2;
      font-weight: bold;
    }
    /* Upgrade note styling */
    #server-info-section .upgrade-info .upgrade-note {
      margin-top: 15px;
      line-height: 1.6;
    }
    #server-info-section .upgrade-info .upgrade-note ul {
      list-style: disc inside;
      padding-left: 20px;
    }
    /* Responsive adjustments */
    @media (max-width: 600px) {
      #server-info-section {
        font-size: 13px;
        padding: 10px;
      }
      #server-info-section .card {
        padding: 15px 20px;
        margin-bottom: 10px;
      }
      #server-info-section .card h2 {
        font-size: 18px;
      }
      #server-info-section .server-info ul li .label {
        width: 90px;
      }
      #server-info-section .upgrade-info h3 {
        font-size: 14px;
      }
    }
  </style>

  <div class="container">
    <div class="card">
      <h2>ข้อมูลเกี่ยวกับเซิฟเวอร์เรา</h2>
      <div class="content">
        <!-- Server Information (Left Side) -->
        <div class="server-info">
          <ul>
            <li>
              <span class="emoji">🌏</span>
              <span class="label">เซิร์ฟเวอร์:</span>
              <span class="value">เอเชีย (นานาชาติ)</span>
            </li>
            <li>
              <span class="emoji">🔝</span>
              <span class="label">เลเวลสูงสุด:</span>
              <span class="value">99</span>
            </li>
            <li>
              <span class="emoji">🚀</span>
              <span class="label">EXP:</span>
              <span class="value">x60</span>
            </li>
            <li>
              <span class="emoji">🎁</span>
              <span class="label">ดรอป:</span>
              <span class="value">x10</span>
            </li>
            <li>
              <span class="emoji">💰</span>
              <span class="label">โกลด์ดรอป:</span>
              <span class="value">x10</span>
            </li>
            <li>
              <span class="emoji">🎮</span>
              <span class="label">ประเภทเกม:</span>
              <span class="value">คลาสสิก - อัปเดตใหม่</span>
            </li>
            <li>
              <span class="emoji">🌙</span>
              <span class="label">ระบบทักษะ:</span>
              <span class="value">คลาสสิคล้วนๆ</span>
            </li>
            <li>
              <span class="emoji">🔄</span>
              <span class="label">WASD:</span>
              <span class="value">เปิด/ปิด</span>
            </li>
            <li>
              <span class="emoji">☀️</span>
              <span class="label">สภาพอากาศ:</span>
              <span class="value">เปิด/ปิด</span>
            </li>
            <li>
              <span class="emoji">🔎</span>
              <span class="label">ตรวจสอบไอเทม:</span>
              <span class="value">เปิด/ปิด/บล็อก</span>
            </li>
            <li>
              <span class="emoji">⚖️</span>
              <span class="label">ปรับสมดุล:</span>
              <span class="value">PVE &amp; PVP</span>
            </li>
            <li>
              <span class="emoji">🏰</span>
              <span class="label">ปราสาท:</span>
              <span class="value">ทุกวันเสาร์</span>
            </li>
            <li>
              <span class="emoji">🏆</span>
              <span class="label">ทัวร์นาเมนต์:</span>
              <span class="value">ทุกวันอาทิตย์</span>
            </li>
            <li>
              <span class="emoji">🎉</span>
              <span class="label">NPC:</span>
              <span class="value">คลาสสิค เพิ่มใหม่เล็กน้อย</span>
            </li>
            <li>
              <span class="emoji">✨</span>
              <span class="label">เครื่องแต่งกาย:</span>
              <span class="value">เอฟเฟกต์ใหม่</span>
            </li>
            <li>
              <span class="emoji">📍</span>
              <span class="label">สถานที่:</span>
              <span class="value">อัลเคอร์ฮาเบอร์ (คลาสสิค)</span>
            </li>
            <li>
              <span class="emoji">👨🏻‍🚀</span>
              <span class="label">NPC อาชีพ:</span>
              <span class="value">เปลี่ยนอาชีพ &amp; บัฟฟรี</span>
            </li>
            <li>
              <span class="emoji">🗺️</span>
              <span class="label">ดันเจี้ยน:</span>
              <span class="value">ภารกิจปรับปรุง</span>
            </li>
            <li>
              <span class="emoji">🔄</span>
              <span class="label">อัปเดต:</span>
              <span class="value">รายสัปดาห์/รายเดือน</span>
            </li>
            <li>
              <span class="emoji">🎒</span>
              <span class="label">กระเป๋า:</span>
              <span class="value">ขยายสูงสุด 6 ช่อง</span>
            </li>
            <li>
              <span class="emoji">🔐</span>
              <span class="label">ID เข้าสู่ระบบ:</span>
              <span class="value">ไม่จำกัด</span>
            </li>
            <li>
              <span class="emoji">📚</span>
              <span class="label">เอ็นชานท์:</span>
              <span class="value"> สูงสุด+15</span>
            </li>
            <li>
              <span class="emoji">⚒️</span>
              <span class="label">ภารกิจ:</span>
              <span class="value">รายวันแบบใหม่</span>
            </li>
            <li>
              <span class="emoji">⚙️</span>
              <span class="label">ระบบ:</span>
              <span class="value">ปรับปรุงใหม่</span>
            </li>
          </ul>
        </div>
        <!-- Upgrade Information (Right Side) -->
        <div class="upgrade-info">
          <h3>อัพเกรดไอเทม</h3>
          <table>
            <tr>
              <th>ช่วง</th>
              <th>โอกาส</th>
            </tr>
            <tr>
              <td>+0 ~ +1</td>
              <td>100.00%</td>
            </tr>
            <tr>
              <td>+1 ~ +2</td>
              <td>85.00%</td>
            </tr>
            <tr>
              <td>+2 ~ +3</td>
              <td>72.25%</td>
            </tr>
            <tr>
              <td>+3 ~ +4</td>
              <td>61.41%</td>
            </tr>
            <tr>
              <td>+4 ~ +5</td>
              <td>52.20%</td>
            </tr>
            <tr>
              <td>+5 ~ +6</td>
              <td>44.37%</td>
            </tr>
            <tr>
              <td>+6 ~ +7</td>
              <td>37.71%</td>
            </tr>
            <tr>
              <td>+7 ~ +8</td>
              <td>32.06%</td>
            </tr>
            <tr>
              <td>+8 ~ +9</td>
              <td>27.25%</td>
            </tr>
            <tr>
              <td>+9 ~ +10</td>
              <td>23.16%</td>
            </tr>
            <tr>
              <td>+10 ~ +11</td>
              <td>19.69%</td>
            </tr>
            <tr>
              <td>+11 ~ +12</td>
              <td>16.73%</td>
            </tr>
            <tr>
              <td>+12 ~ +13</td>
              <td>10.22%</td>
            </tr>
            <tr>
              <td>+13 ~ +14</td>
              <td>8.09%</td>
            </tr>
            <tr>
              <td>+14 ~ +15</td>
              <td>5.28%</td>
            </tr>
          </table>
          <div class="upgrade-note">
            <p><strong>ข้อมูลเพิ่มเติม :</strong></p>
            <ul>
              <li>+1 - +10 = Pukerian (ลดระดับไอเทม -1)</li>
              <li>+11 - +15 = เอกสารลับของพ่อมดกิลด์ (ลดระดับไอเทม -1)</li>
              <li>ทางเลือกอื่น +11 - +12 = ม้วนกระดาษป้องกันค้อน (ไอเทมปลอดภัย/ไม่มีความเสี่ยง) - คอมโบไอเทมใหม่</li>
              <li>+13 - +14 = เอกสารลับของพ่อมดกิลด์ (ลดระดับไอเทม -1)</li>
              <li>ทางเลือกอื่น +13 - +14 = ม้วนกระดาษป้องกันค้อนศักดิ์สิทธิ์ (ไอเทมปลอดภัย/ไม่มีความเสี่ยง) - คอมโบไอเทมใหม่</li>
              <li>+14 - +15 = เอกสารลับของพ่อมดกิลด์ (ลดระดับไอเทม -1)</li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

				
			

4

Update the top-up page and replace all price dots with commas.

1

1,000 เพชร – 1,000 BAHT / บาท

Use , Don’t use .

Thai uses commas, not periods. Please fix that site-wide.

Price examples in Thailand:
1,000
10,000
100,000
1,000,000

4.1

Change the text to

กรอกรหัสบัตร True Money 14 หลัก ที่นี่

4.2

3
Please use a new image, the current one is from Luna server, which is our competitor, and I want to avoid any conflict

5

6.

Rename all the menus — the translations aren’t accurate.

  1. ข้อมูลเซิฟเวอร์
  2. ข้อมูลการดรอปไอเทม
  3. ข้อมูล NPC
  4. เควชแนะนำ
  5. รวมไอเทม
  6. ข้อมูลกล่อง
  7. ข้อมูลไอเทม
  8. ข้อมูลบอสมอนสเตอร์

7.

Please discontinue the distribution of macro tools used for auto-play and instead provide the English version of the Luna Online download file to accommodate international users.

All other menu sections should be in Thai, except for the English game download section, which should remain in English.

Thai version available here.