أعظم احتيال على الإطلاق !
وبما أن هان شياو كان يتساءل عما إذا كان بإمكانه إجراء معاملات مع اللاعبين ، فقد بدأ يضحك بشكل سادي .
“يا ولد ، ليس سيئًا. أنا أبيع سلعي فقط لأشخاص أحبهم ، وأنا معجب بك”.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
سقط فم فرنزيد سورد .
في حياته السابقة ، كان فرنزيد سورد جزءًا من الدفعة الأولى من لاعبي ‘غالاكسي’ المحترفين. ك الملاكم ، كان قد اتخذ أول موسم تنافسي بالعاصفة وفاز بواحدة من أربعة وعشرين موقعًا لتمثيل الصين دوليًا. هذا الشرف وحده قد عزز مكانته كأسطورة.
وأكد رد فعل فرنزيد سورد ل [تقنية التدريب على الطاقة] هذا. من الواضح أنه لم يكن يعلم أن المهارة تم منحها تلقائيًا لجميع الشخصيات بعد التقدم الأول في المستوى. 20.
“انخفض تفضيلي ، لكنه لا يزال يقول إنه معجب بي”
إذا تمكنت من جعله أستاذي ، فسوف أكون بالتأكيد في المرتبة الأولى في أي وقت من الأوقات!
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
نعم / لا
هل تريد أن تتاجر مع فرنزيد سورد(السيف المستعر) ؟
نعم / لا
نافذة متجر ظهرت على الفور. تم تقسيم النافذة إلى قسمين. كان القسم الأيسر بعنوان “متجر العناصر” ، وكان هناك تلميح للنظام يقول إنه كان من الممكن لهان شياو وضع العناصر المعروضة حتى لو لم تكن موجودة على شخصه حاليًا. كان القسم الأيمن بعنوان “متجر المهارات” ، حيث كان بإمكان هان شياو أن يعرض مهاراته للبيع. هان شياو عبث في الإعدادات.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
‘ تأكيد .’
هذه هي فرصتي!
نافذة متجر ظهرت على الفور. تم تقسيم النافذة إلى قسمين. كان القسم الأيسر بعنوان “متجر العناصر” ، وكان هناك تلميح للنظام يقول إنه كان من الممكن لهان شياو وضع العناصر المعروضة حتى لو لم تكن موجودة على شخصه حاليًا. كان القسم الأيمن بعنوان “متجر المهارات” ، حيث كان بإمكان هان شياو أن يعرض مهاراته للبيع. هان شياو عبث في الإعدادات.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
يرجى تحديد السعر. يمكنك اختيار المال أو الخبرة أو العناصر.
يمكنك أيضًا تعيين متطلبات الشراء مثل الملاءمة ، المستوى ، المهارات ، الفئة ، إلخ.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
نعم / لا
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[الأسلحة الأساسية] تم تعلمها. لقد ربحت 500 خبرة ، 100 دولار.
“[سكين قابل للسحب] ، [رصاصات حارقة] ، [73 Wasp] ، [ بندقية هجومية من نوع Jackson ] ، [بندقية حربة] …”
حتى الآن ، كان هان شياو يتعامل بعملة اكوامرين الدولية – الدولار الاكوامريني . كانت “Inar” هي العملة العالمية الموحدة. اكتشف هان شياو لدهشته أن وظيفة المتجر سمحت له بتحديد سعر السلعة بأي عملة كان على اتصال بها.
جاءت فكرة فجأة إلى هان شياو. “يمكنني تعيين متطلبات مرغوبة للتلاعب – أعني – جذب اللاعبين للاستمرار في العودة إلى المهام!”
نعم / لا
تم تذكير هان شياو بالطريقة التي أمضاها لساعات طويلة في قضاء مهام صعبة للغاية لمجرد تحقيق مكانة عالية مع تحالف النور – كل ذلك من أجل سفينة حربية.
الآن ، ومع ذلك ، فقد تحولت الجداول.
كان هذا واضحًا جدًا من اسمه في اللعبة.
“هذه الواجهة هي الأفضل!”
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
ظهرت واجهة متجر أمام فرنزيد سورد. أثناء فحصه للعناصر ، بدأت عيناه تتسعان لعدم تصديقه .
“معدات الهية!” لقد تمتم.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
“[سكين قابل للسحب] ، [رصاصات حارقة] ، [73 Wasp] ، [ بندقية هجومية من نوع Jackson ] ، [بندقية حربة] …”
فرنزيد سورد كان يهتز دون حسيب ولا رقيب. بالنسبة له ، كل هذه كانت “إلهية” تسمح له بتجاوز أي لاعب آخر!
فجأة ، جمد تعبيره.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ومع ذلك ، تغير تعبيره عندما نظر إلى أسعارها. كان الأمر كما لو كان شخص قد سكب دلو من الماء البارد عليه.
في حياته السابقة ، كان فرنزيد سورد جزءًا من الدفعة الأولى من لاعبي ‘غالاكسي’ المحترفين. ك الملاكم ، كان قد اتخذ أول موسم تنافسي بالعاصفة وفاز بواحدة من أربعة وعشرين موقعًا لتمثيل الصين دوليًا. هذا الشرف وحده قد عزز مكانته كأسطورة.
حتى أرخصها ، [رصاص حارق] ، تكلف مائة دولار لكل منها ، في حين أن [ذراع ميكا خفيفة الوزن] تتطلب سمعة 10 !
‘عليك اللعنة! من الافظل ان يستحق الامر كل هذا العناء!
“يا ولد ، ليس سيئًا. أنا أبيع سلعي فقط لأشخاص أحبهم ، وأنا معجب بك”.
وأكد رد فعل فرنزيد سورد ل [تقنية التدريب على الطاقة] هذا. من الواضح أنه لم يكن يعلم أن المهارة تم منحها تلقائيًا لجميع الشخصيات بعد التقدم الأول في المستوى. 20.
“هذه سرقة في وضح النهار! وكيف من المفترض أن أحصل على سمعة مع هذا الNPC عند الانتهاء من مهامه يقلل من ذلك بدلا رفعه
كان هناك أيضًا [مجلد متغيرات فئة ميكانيكي] ، ومجموعة من المهارات الميكانيكية ، لكن لم يكن أي منهم ملفت للنظر مثل [تقنية تدريب الطاقة]!
لا عجب أن مستوى خطر هذا الNPC مرتفع للغاية. من المؤكد أنه ما زال الوقت مبكرًا للتفاعل معه.
هل تريد أن تتاجر مع فرنزيد سورد(السيف المستعر) ؟
ومع ذلك ، تغير تعبيره عندما نظر إلى أسعارها. كان الأمر كما لو كان شخص قد سكب دلو من الماء البارد عليه.
لكن فرنزيد سورد لم يعرف سوى الألم الحقيقي عندما ألقى نظرة على متجر المهارات .
[القتال الأساسي] ، [إطلاق النار الأساسي] ، [الاخضاع] … مشهد هذه المهارات جعل فرنزيد سورد يبدأ في الترويل … حتى رأى أسعارها.
نعم / لا
عندما شاهده فرنزيد سورد يغادر ، بدأ يشعر بالحماسة.
كان هناك أيضًا [مجلد متغيرات فئة ميكانيكي] ، ومجموعة من المهارات الميكانيكية ، لكن لم يكن أي منهم ملفت للنظر مثل [تقنية تدريب الطاقة]!
“مهارة إلهية!”
هز هان شياو رأسه عند رؤية رد فعل فرنزيد سورد.
هز هان شياو رأسه عند رؤية رد فعل فرنزيد سورد.
“أنت لست فنيًا ، لذلك لا يمكنك تعلم ذلك.”
حتى أرخصها ، [رصاص حارق] ، تكلف مائة دولار لكل منها ، في حين أن [ذراع ميكا خفيفة الوزن] تتطلب سمعة 10 !
حتى الآن ، تم ترسيخ هان شياو بالفعل باعتباره NPC في ذهن فرنزيد سورد.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
هل تريد أن تتاجر مع فرنزيد سورد(السيف المستعر) ؟
جاءت فكرة فجأة إلى هان شياو. “يمكنني تعيين متطلبات مرغوبة للتلاعب – أعني – جذب اللاعبين للاستمرار في العودة إلى المهام!”
إذا تمكنت من جعله أستاذي ، فسوف أكون بالتأكيد في المرتبة الأولى في أي وقت من الأوقات!
“لكن … أردت حقًا أن أكون ملاكما …”
لسوء الحظ ، كانت هذه الأسطورة الملاكمة المستقبلية الآن ميكانيكي.
كان هذا واضحًا جدًا من اسمه في اللعبة.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
فجأة ، جمد تعبيره.
‘عليك اللعنة! من الافظل ان يستحق الامر كل هذا العناء!
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[الأسلحة الأساسية] تم تعلمها. لقد ربحت 500 خبرة ، 100 دولار.
“انخفض تفضيلي ، لكنه لا يزال يقول إنه معجب بي”
هل أنت متأكد أنك تريد أن تصبح ميكانيكيًا؟
نعم / لا
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
فجأة ، بدأ الNPC في الابتعاد.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
تم تذكير هان شياو بالطريقة التي أمضاها لساعات طويلة في قضاء مهام صعبة للغاية لمجرد تحقيق مكانة عالية مع تحالف النور – كل ذلك من أجل سفينة حربية.
هذه هي فرصتي!
“نعم!”
…
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
“هذه سرقة في وضح النهار! وكيف من المفترض أن أحصل على سمعة مع هذا الNPC عند الانتهاء من مهامه يقلل من ذلك بدلا رفعه
[الأسلحة الأساسية] تم تعلمها. لقد ربحت 500 خبرة ، 100 دولار.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
“بهذه المهارات والتجهيزات ، سأتمكن بالتأكيد من الصعود إلى القمة!”
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
نعم / لا
“مهارة إلهية!”
كان شراء مهارة مثل الدفع مقابل الدروس ، وسيظل مستوى مهارة هان شياو على حاله.
كان هناك أيضًا [مجلد متغيرات فئة ميكانيكي] ، ومجموعة من المهارات الميكانيكية ، لكن لم يكن أي منهم ملفت للنظر مثل [تقنية تدريب الطاقة]!
بطبيعة الحال ، كانت المهارات التي اختارها هان شياو لعرضها هي المهارات الأكثر شيوعًا والتي يمكن الحصول عليها بسهولة – وليس ما يعرفه أي لاعب في هذه المرحلة.
…
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
حتى الآن ، تم ترسيخ هان شياو بالفعل باعتباره NPC في ذهن فرنزيد سورد.
وأكد رد فعل فرنزيد سورد ل [تقنية التدريب على الطاقة] هذا. من الواضح أنه لم يكن يعلم أن المهارة تم منحها تلقائيًا لجميع الشخصيات بعد التقدم الأول في المستوى. 20.
وبما أن هان شياو كان يتساءل عما إذا كان بإمكانه إجراء معاملات مع اللاعبين ، فقد بدأ يضحك بشكل سادي .
لم يكن الأمر أن هان شياو كان يحاول الاحتيال عليه. على العكس من ذلك ، فقد حدد كلفته عن عمد بتكلفة هائلة تبلغ 10،000 و 3000 دولار فقط لجعل المحل يبدو “أجمل”. كان قد وضع أيضا شرط 10 سمعة مواتية على ذلك.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
هذه هي فرصتي!
فكر هان شياو للحظة قبل أن يسلم له ورقة مع عنوان ورشة العمل على ذلك.
“صحيح!” أعاد هان شياو سريعًا سمعة فرنزيد سورد إلى 0 ، مما تسبب في حصوله على الفكرة الخاطئة على الفور.
فجأة ، جمد تعبيره.
“لا بد لي من شراء المزيد من الأشياء منه لزيادة السمعة!”
كان شراء مهارة مثل الدفع مقابل الدروس ، وسيظل مستوى مهارة هان شياو على حاله.
فجأة ، بدأ الNPC في الابتعاد.
“نعم!”
هز هان شياو رأسه.
“أين يمكنني أن أجدك” صاح فرنزيد سورد بصوت عال .
فكر هان شياو للحظة قبل أن يسلم له ورقة مع عنوان ورشة العمل على ذلك.
عندما شاهده فرنزيد سورد يغادر ، بدأ يشعر بالحماسة.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
هذه هي فرصتي!
كان هذا واضحًا جدًا من اسمه في اللعبة.
“بهذه المهارات والتجهيزات ، سأتمكن بالتأكيد من الصعود إلى القمة!”
فجأة ، جمد تعبيره.
“لا يمكنني السماح لأي شخص بالعثور على هذا الNPC السري!”
…
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
بالنسبة لمدينة كبيرة مثل العاصمة الغربية ، كان عدد قليل من مختبري بيتا امرا لا يذكر . في الوقت الحالي ، لم يكن هان شياو يهتم بها. السبب الوحيد الذي جعله على اتصال بواحد هو اختبار وظائف NPC ، وبالتأكيد لم يخيب ظنهم. كان هان شياو يفكر بالفعل في طرق لاستخدامها في خداع اللاعبين.
“هذه سرقة في وضح النهار! وكيف من المفترض أن أحصل على سمعة مع هذا الNPC عند الانتهاء من مهامه يقلل من ذلك بدلا رفعه
فرنزيد سورد كان يهتز دون حسيب ولا رقيب. بالنسبة له ، كل هذه كانت “إلهية” تسمح له بتجاوز أي لاعب آخر!
“فرنزيد سورد …”
“فرنزيد سورد …”
“لا يمكنني السماح لأي شخص بالعثور على هذا الNPC السري!”
فرنزيد سورد كان يهتز دون حسيب ولا رقيب. بالنسبة له ، كل هذه كانت “إلهية” تسمح له بتجاوز أي لاعب آخر!
عندما فكر هان شياو في اللاعب الذي لقيه من قبل ، بدأت مشاهد من حياة أخرى تتلاعب في ذهنه.
“لا بد لي من شراء المزيد من الأشياء منه لزيادة السمعة!”
في حياته السابقة ، كان فرنزيد سورد جزءًا من الدفعة الأولى من لاعبي ‘غالاكسي’ المحترفين. ك الملاكم ، كان قد اتخذ أول موسم تنافسي بالعاصفة وفاز بواحدة من أربعة وعشرين موقعًا لتمثيل الصين دوليًا. هذا الشرف وحده قد عزز مكانته كأسطورة.
عندما شاهده فرنزيد سورد يغادر ، بدأ يشعر بالحماسة.
لسوء الحظ ، كانت هذه الأسطورة الملاكمة المستقبلية الآن ميكانيكي.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
“مهارة إلهية!”
لم يكن هان شياو يعرف بالضبط كيف ستلعب ثروات فرنزيد سورد في هذا الجدول الزمني ، لكنه كان يعرف شيئًا أكيدًا: لن يكون هناك سيف مستعر يمثل الصين في المستقبل القريب.
السبب الوحيد الذي تجرأ فيه هان شياو على اختيار فئة ميكانيكي هو أنه كان يعرف أنها ستصبح في نهاية المطاف أقوى فئة. ومع ذلك ، كان هذا شيء لا يمكن لأي لاعب آخر معرفته. في الواقع ، بدت الفئة سيئة للغاية منذ البداية لدرجة أنه في حياة هان شياو السابقة ، سيفظل العديد من اللاعبين ، بما في ذلك المحترفين ، ا لذين اختاروا فئة ميكانيكي التخلي عن شخصياتهم و اعادة اللعب في فئة أخرى.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
فجأة ، جمد تعبيره.
“أشعر كأنني خدعته كثيرا أو شيء كهذا …”
نافذة متجر ظهرت على الفور. تم تقسيم النافذة إلى قسمين. كان القسم الأيسر بعنوان “متجر العناصر” ، وكان هناك تلميح للنظام يقول إنه كان من الممكن لهان شياو وضع العناصر المعروضة حتى لو لم تكن موجودة على شخصه حاليًا. كان القسم الأيمن بعنوان “متجر المهارات” ، حيث كان بإمكان هان شياو أن يعرض مهاراته للبيع. هان شياو عبث في الإعدادات.
فرنزيد سورد كان يهتز دون حسيب ولا رقيب. بالنسبة له ، كل هذه كانت “إلهية” تسمح له بتجاوز أي لاعب آخر!
هز هان شياو رأسه.
‘احتيال؟ لا . لقد اتخذ القرار بنفسه. على العكس من ذلك ، إذا كان بإمكانه انتضار بعض التحديثات ، فسيشكرني على ذلك بالتأكيد … نعم …
سقط فم فرنزيد سورد .
