Switch Mode

هذا المحتوى ترفيهي فقط ولايمت لديننا بأي صلة. لا تجعلوا القراءة تلهيكم عن صلواتكم و واجباتكم.

امبراطور الخيمياء في العالم السماوي 2554

 

«(لـِـيــنـج هــَـان)… إنه (لـِـيــنـج هــَـان) مرة أخرى!»

2554

كانت تلك المرأة قوية جداً!

▬▬▬ ❃ ◈ ❃ ▬▬▬

.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 ⏳ 10 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100

اللَّهُمَّ إِنِّي أَعُوذُ بِكَ أَنْ أُشْرِكَ بِكَ وَأَنَا أَعْلَمُ، وَأَسْتَغْفِرُكَ لِمَا لاَ أَعْلَمُ

على الرغم من أن (لـِـيــنـج هــَـان) قد ذاع صيته مؤخراً، إلا أن أموره لم تكن مهمة بما يكفي لجذب انتباه نخبة [طَبَقَة القَصر الشَاسِع]. وهكذا، بطبيعة الحال، لم يتعرف فو دونغشوي على اسمه.

*******

كان صوته مثل الرعد وهو يزدهر في الهواء.

كان الجنود المتمركزون خارج بوابات المدينة يشعرون براحة شديدة. بعد كل شيء، المرة السابقة التي تعرضت فيها (مَدِينَة الإستِيَاء المُنفَصِلَة) للاعتداء كانت منذ أكثر من 1.7 مليار سنة. في ذلك الوقت، كان هناك صراع شديد مع عشيرة تشي، القوة المجاورة ذات الثلاث نجوم، وأرسلت عشيرة تشي 11 من النخبة من [طَبَقَة القَصر الشَاسِع] لمهاجمة (مَدِينَة الإستِيَاء المُنفَصِلَة).

«(لـِـيــنـج هــَـان)!»

لقد دفعت (عَشِيرَة فـُـو) ثمناً باهظاً في ذلك الوقت، حيث مات أحد نخب [طَبَقَة القَصرِ الشَاسِع] وخمسة نخب أخرى أصيبوا بجروح خطيرة . وحتى الآن، ما زالوا غير قادرين على التعافي بشكل كامل من جروحهم. وفي الوقت نفسه، لم يكن أداء عشيرة تشي أفضل بكثير. وعلى هذا النحو، لم يكن لديهم خيار سوى إنهاء المعركة.

لوحت المرأة التي في المقدمة بيدها بشكل عرضي، مما تسبب في توقف عربَة تِنِين على الفور وتحوم في السماء. في الوقت نفسه، توقف صقور التنين العشرة خلفها أيضاً في انسجام تام.

لو استمرت المعركة، لكانت كلا العشيرتين قد حفرتا قبورهما لصالح القوات الأخرى.

ربما لم يسمع فو دونغشوي بهذا الاسم من قبل، لكنه بالتأكيد لن ينساه مرة أخرى بعد اليوم.

ومع ذلك، كان أيضاً بسبب هذه الفترة الممتدة من السلام أن الجنود المتمركزين خارج بوابات المدينة أصبحوا كسالى وغير مبالين. وكان بعضهم جالساً وأرجله متقاطعة، بينما كان آخرون مستلقين على الأرض وينامون.

اختنق فو دونغشوي على الفور عند سماع ذلك، وأصبح تعبيره غريباً قدر الإمكان.

«هجوم العدو!» صاح الحارس فجأة في دهشة. لقد لاحظ فقط الشكل الأسود الذي كان يتجه نحو (مَدِينَة الإستِيَاء المُنفَصِلَة) بعد أن رفع رأسه بالصدفة.

تم إنطلاق شخصية على الفور قبل أن تقف بفخر في السماء.

«اسرع، أطلق ناقوس الخطر!» صاح أحد الحراس وهو يقفز على عجل من على صخرة.

نظر الجنود الآخرون إلى الأعلى، فقط ليروا أن الشخصيات السوداء كانت في الواقع العديد من صقور التنين. كان هناك راكب على كل صقر تنين ، والمرأة التي في المقدمة كانت ترتدي بدلة من الدرع الذهبي . كانت جميلة و قوية، وكانت تشبه إلى حد كبير ملاك الحرب.

نظر الجنود الآخرون إلى الأعلى، فقط ليروا أن الشخصيات السوداء كانت في الواقع العديد من صقور التنين. كان هناك راكب على كل صقر تنين ، والمرأة التي في المقدمة كانت ترتدي بدلة من الدرع الذهبي . كانت جميلة و قوية، وكانت تشبه إلى حد كبير ملاك الحرب.

اللهمّ انصر المجاهدين في أكناف بيت المقدس، ثبّت قلوبهم، وسدد رميهم، و قَوم عزهم، وأمددهم بمددٍ من عندك، وبملائكةٍ تزلزل الأرض تحت أقدام اليهود الملاعين. اللهمّ اجعل بأسهم على عدوّك شديدًا، وألقِ في صدور عدوهم الرعب، اللهم انت حسبنا و اتكالنا عليك في المحتل الظالم, اللهم أرنا فيه عجائب قدرتك.

سقط الجنود على ركبهم عندما رأوا ذلك. لقد شعروا كما لو أن قلوبهم على وشك الانفجار من الخوف.

كان صوته مثل الرعد وهو يزدهر في الهواء.

كانت تلك المرأة قوية جداً!

«هجوم العدو!» صاح الحارس فجأة في دهشة. لقد لاحظ فقط الشكل الأسود الذي كان يتجه نحو (مَدِينَة الإستِيَاء المُنفَصِلَة) بعد أن رفع رأسه بالصدفة.

«من الذي يأتي؟ منذ أن أتيت إلى (عَشِيرَة فـُـو)، هل هناك أي حاجة للتصرف بهذه الغطرسة والاستبداد؟ » «سأل صوت مُسِن. لقد انتقل هذا الصوت من (مَدِينَة مُغادرة السَمَاء)، وكان عالياً ويصم الآذان مثل رنين الجرس.

انكمشت عيون فو دونغشوي قليلاً، وسأل: «هان لوه، ما معنى هذا؟ هل ركضت بالفعل إلى هنا لتطلب شخصاً ما؟.»

لوحت المرأة التي في المقدمة بيدها بشكل عرضي، مما تسبب في توقف عربَة تِنِين على الفور وتحوم في السماء. في الوقت نفسه، توقف صقور التنين العشرة خلفها أيضاً في انسجام تام.

▬▬▬ ❃ ◈ ❃ ▬▬▬

«هل هناك شخص يدعى (لـِـيــنـج هــَـان) في (مَدِينَة الإستِيَاء المُنفَصِلَة)؟» سألت المرأة. لم يكن صوتها مرتفعا، ولكن من الواضح أنه سافر إلى المدينة.

في هذه اللحظة، انطلق المكوك بسرعة مذهلة قبل أن يتوقف فجأة. قفز شيخ طويل ونحيف من المكوك، ووجه نظره حول المناطق المحيطة قبل أن يقول، «الوحش العجوز دونغشي، أنا هنا لأطلب شخصاً!»

«يا صديقي، لقد اقتحمت (عَشِيرَة فـُـو) الخاصة بي، وأنت تتصرف بمثل هذه الغطرسة . هل تعتقد أن (عَشِيرَة فـُـو) الخاصة بي هو هدف سهل؟.»

«(لـِـيــنـج هــَـان)؟» من هو (لـِـيــنـج هــَـان)؟

شيو!

اللَّهُمَّ إِنِّي أَعُوذُ بِكَ أَنْ أُشْرِكَ بِكَ وَأَنَا أَعْلَمُ، وَأَسْتَغْفِرُكَ لِمَا لاَ أَعْلَمُ

تم إنطلاق شخصية على الفور قبل أن تقف بفخر في السماء.

كانت تلك المرأة قوية جداً!

كان هذا أحد أسلاف (عَشِيرَة فـُـو)، وكان من نخبة [طَبَقَة القَصر الشَاسِع]!

«(لـِـيــنـج هــَـان)… إنه (لـِـيــنـج هــَـان) مرة أخرى!»

ألقت المرأة نظرة باردة على السلف القديم، وكان الأمر كما لو أنها لم تنظر إليه باعتباره نخبة من [طَبَقَة القَصر الشَاسِع]، بل مجرد نملة.

.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 ⏳ 10 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100

ما مدى الازدراء الذي كانت تظهره؟

«(لـِـيــنـج هــَـان)!»

كان السلف القديم يُدعى فو دونغشوي، وقد وصل بالفعل إلى [طَبَقَة القَصرِ الشَاسِع] منذ مئات المليارات من السنين، مما منحه عمراً لا حدود له. لم يكن أقوى نخبة (عَشِيرَة فـُـو)، ويمكن اعتباره في الواقع واحداً من الأضعف. ومع ذلك، كانت النخبة من [طَبَقَة القَصر الشَاسِع] هي نخبة من [طَبَقَة القَصر الشَاسِع]، بعد كل شيء، ويمكن اعتبار أحدهم نخبة عليا حتى لو كانوا قد زرعوا قصراً واحداً فقط.

كان هذا أحد أسلاف (عَشِيرَة فـُـو)، وكان من نخبة [طَبَقَة القَصر الشَاسِع]!

إذا تجرأ أي شخص آخر على معاملته بمثل هذا الازدراء، لكان قد هاجمهم بالفعل وضربهم حتى الموت. ومع ذلك، لم يجرؤ على مهاجمة هذه المرأة.

بو!

كان هذا لأنها كانت أيضاً في [طَبَقَة القَصر الشَاسِع].

اختنق فو دونغشوي على الفور عند سماع ذلك، وأصبح تعبيره غريباً قدر الإمكان.

علاوة على ذلك، بعد الوصول إلى هذا المستوى الرئيسي، كان من المستحيل بالفعل تحديد مستوى زراعة بعضهم البعض ما لم يطلقوا هالتهم . ولهذا السبب شعر فو دونغشوي بالخوف قليلاً، ولم تجرؤ على مهاجمتها بتهور. كان خائفاً من الاصطدام بجدار من الطوب.

«(لـِـيــنـج هــَـان)؟» من هو (لـِـيــنـج هــَـان)؟

كسلف قديم، إذا هزم عند مدخل عشيرته، فسيكون ذلك أمراً مهيناً سيرافقه إلى الأبد.

«عمن تبحث؟» سأل.

ومع ذلك، كان فو دونغشوي لا يزال مليئا بالثقة. على الرغم من أنه كان يواجه 11 شخصاً، إلا أن زعيمهم فقط هو الذي وصل إلى [طَبَقَة القَصر الشَاسِع]. كان الأشخاص الباقون جميعاً في [طَبَقَة تَقسِيِم الرُوُح]. لقد كانت هذه بالفعل مجموعة قوية للغاية من المتدربين، لكنهم كانوا أقوياء بما يكفي لجذب انتباه (عَشِيرَة فـُـو). كانوا لا يزالون أضعف من أن يخيفوا (عَشِيرَة فـُـو).

تَرْجَمَة : ISRΛWΛTΛN

بالطبع، من الطبيعي أن لا ترغب (عَشِيرَة فـُـو) في القتال ضد نخبة [طَبَقَة القَصر الشَاسِع] إذا لم يكونوا في حاجة إلى ذلك. وفي نهاية المطاف، فإن القيام بذلك من شأنه أن يؤدي إلى خسائر فادحة لكلا الجانبين.

تم إنطلاق شخصية على الفور قبل أن تقف بفخر في السماء.

«اين (لـِـيــنـج هــَـان)؟» سألت الفارس الأنثى ببرود. كانت نظرتها متغطرسة قدر الإمكان.

«(لـِـيــنـج هــَـان)… إنه (لـِـيــنـج هــَـان) مرة أخرى!»

«(لـِـيــنـج هــَـان)؟» من هو (لـِـيــنـج هــَـان)؟

«هل هناك شخص يدعى (لـِـيــنـج هــَـان) في (مَدِينَة الإستِيَاء المُنفَصِلَة)؟» سألت المرأة. لم يكن صوتها مرتفعا، ولكن من الواضح أنه سافر إلى المدينة.

على الرغم من أن (لـِـيــنـج هــَـان) قد ذاع صيته مؤخراً، إلا أن أموره لم تكن مهمة بما يكفي لجذب انتباه نخبة [طَبَقَة القَصر الشَاسِع]. وهكذا، بطبيعة الحال، لم يتعرف فو دونغشوي على اسمه.

نظر الجنود الآخرون إلى الأعلى، فقط ليروا أن الشخصيات السوداء كانت في الواقع العديد من صقور التنين. كان هناك راكب على كل صقر تنين ، والمرأة التي في المقدمة كانت ترتدي بدلة من الدرع الذهبي . كانت جميلة و قوية، وكانت تشبه إلى حد كبير ملاك الحرب.

شيو!

اللهم أبدلهم بعد هذا الليل الدامس فجراً يشفي قلوبهم. اللهمّ اجعل لهم من كل ضيقٍ مخرجًا، ومن كل همٍّ فرجا، وكن لهم عوناً ونصيرًا، وسندًا وظهيرًا.

في هذه اللحظة، انطلق المكوك بسرعة مذهلة قبل أن يتوقف فجأة. قفز شيخ طويل ونحيف من المكوك، ووجه نظره حول المناطق المحيطة قبل أن يقول، «الوحش العجوز دونغشي، أنا هنا لأطلب شخصاً!»

بالطبع، من الطبيعي أن لا ترغب (عَشِيرَة فـُـو) في القتال ضد نخبة [طَبَقَة القَصر الشَاسِع] إذا لم يكونوا في حاجة إلى ذلك. وفي نهاية المطاف، فإن القيام بذلك من شأنه أن يؤدي إلى خسائر فادحة لكلا الجانبين.

كان صوته مثل الرعد وهو يزدهر في الهواء.

2554

انكمشت عيون فو دونغشوي قليلاً، وسأل: «هان لوه، ما معنى هذا؟ هل ركضت بالفعل إلى هنا لتطلب شخصاً ما؟.»

إذا تجرأ أي شخص آخر على معاملته بمثل هذا الازدراء، لكان قد هاجمهم بالفعل وضربهم حتى الموت. ومع ذلك، لم يجرؤ على مهاجمة هذه المرأة.

كان هان لوه أحد أسلاف عشيرة هان، وهي قوة ذات ثلاث نجوم. لقد كان أيضاً من نخبة [طَبَقَة القَصر الشَاسِع]، و مثل فو دونغشوي، قام أيضاً بزراعة قصر واحد. لقد تقاتل الاثنان ضد بعضهما البعض 100 مرة أو نحو ذلك خلال حياتهما الطويلة بشكل لا يصدق، ويمكن القول أنهما كانا على دراية كبيرة ببعضهما البعض.

 

«همف! دمر شقي جريء الجسد المادي لأحد صغار عشيرتي في العالم القديم. ليس ذلك فحسب، بل إنه استفز عشيرة هان مراراً وتكراراً. لقد أصدر سلفنا القديم بالفعل أمراً عشائرياً لقتل هذا الشقي! » وقال هان لوه.

انكمشت عيون فو دونغشوي قليلاً، وسأل: «هان لوه، ما معنى هذا؟ هل ركضت بالفعل إلى هنا لتطلب شخصاً ما؟.»

عبس فو دونغشوي عند سماع هذا. لقد أصدر الجد القديم لعشيرة هان بالفعل أمراً عشائرياً؟ وهذا يدل على أن عشيرة هان كانت عازمة على قتل هدفها.

«(لـِـيــنـج هــَـان)!»

و مع ذلك، أي شقي تجرأ على التصرف بهذه الجرأة؟

كان هان لوه أحد أسلاف عشيرة هان، وهي قوة ذات ثلاث نجوم. لقد كان أيضاً من نخبة [طَبَقَة القَصر الشَاسِع]، و مثل فو دونغشوي، قام أيضاً بزراعة قصر واحد. لقد تقاتل الاثنان ضد بعضهما البعض 100 مرة أو نحو ذلك خلال حياتهما الطويلة بشكل لا يصدق، ويمكن القول أنهما كانا على دراية كبيرة ببعضهما البعض.

«عمن تبحث؟» سأل.

.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 ⏳ 10 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100

«(لـِـيــنـج هــَـان)!»

«همف! دمر شقي جريء الجسد المادي لأحد صغار عشيرتي في العالم القديم. ليس ذلك فحسب، بل إنه استفز عشيرة هان مراراً وتكراراً. لقد أصدر سلفنا القديم بالفعل أمراً عشائرياً لقتل هذا الشقي! » وقال هان لوه.

بو!

لوحت المرأة التي في المقدمة بيدها بشكل عرضي، مما تسبب في توقف عربَة تِنِين على الفور وتحوم في السماء. في الوقت نفسه، توقف صقور التنين العشرة خلفها أيضاً في انسجام تام.

اختنق فو دونغشوي على الفور عند سماع ذلك، وأصبح تعبيره غريباً قدر الإمكان.

*******

«(لـِـيــنـج هــَـان)… إنه (لـِـيــنـج هــَـان) مرة أخرى!»

اللهم أبدلهم بعد هذا الليل الدامس فجراً يشفي قلوبهم. اللهمّ اجعل لهم من كل ضيقٍ مخرجًا، ومن كل همٍّ فرجا، وكن لهم عوناً ونصيرًا، وسندًا وظهيرًا.

‘من هو هذا الشقي في العالم؟ لقد اجتذب بالفعل اثنين من نخبة [طَبَقَة القَصر الشَاسِع] إلى (عَشِيرَة فـُـو)؟

كان هان لوه أحد أسلاف عشيرة هان، وهي قوة ذات ثلاث نجوم. لقد كان أيضاً من نخبة [طَبَقَة القَصر الشَاسِع]، و مثل فو دونغشوي، قام أيضاً بزراعة قصر واحد. لقد تقاتل الاثنان ضد بعضهما البعض 100 مرة أو نحو ذلك خلال حياتهما الطويلة بشكل لا يصدق، ويمكن القول أنهما كانا على دراية كبيرة ببعضهما البعض.

ربما لم يسمع فو دونغشوي بهذا الاسم من قبل، لكنه بالتأكيد لن ينساه مرة أخرى بعد اليوم.

كان هان لوه أحد أسلاف عشيرة هان، وهي قوة ذات ثلاث نجوم. لقد كان أيضاً من نخبة [طَبَقَة القَصر الشَاسِع]، و مثل فو دونغشوي، قام أيضاً بزراعة قصر واحد. لقد تقاتل الاثنان ضد بعضهما البعض 100 مرة أو نحو ذلك خلال حياتهما الطويلة بشكل لا يصدق، ويمكن القول أنهما كانا على دراية كبيرة ببعضهما البعض.

إذا علم أن (لـِـيــنـج هــَـان) قد أساء أيضاً إلى خليفة (عشيرة تشي)، فربما سيصاب بالصدمة لدرجة أنه سوف يبصق فماً من الدماء. كان هذا (لـِـيــنـج هــَـان) بالتأكيد علامة على سوء الحظ!
إنـتـهـــــى الـفـصــــل, اللهم إنا نؤمن بك وحدك لا شريك لك، فاحفظنا من الشرك وأفكاره، ونجنا من كل سوء، وثبت قلوبنا على التوحيد والإخلاص لك.

«هل هناك شخص يدعى (لـِـيــنـج هــَـان) في (مَدِينَة الإستِيَاء المُنفَصِلَة)؟» سألت المرأة. لم يكن صوتها مرتفعا، ولكن من الواضح أنه سافر إلى المدينة.

تَرْجَمَة : ISRΛWΛTΛN

.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 ⏳ 10 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100

اللهمّ نستودعك غزة وأهلها، رجالها الصامدين، ونسائها الصابرات، وشبابها الاحرار، وأطفالها الذين لم يعرفوا من الدنيا سوى صوت القذائف وأزيز الطائرات. نستودعك أرضها التي سُقِيَت بدماء الشهداء، وسماءها التي شهدت صرخات الأبرياء، بحرها الذي حمل جراحها، ومساجدها التي لم تنحنِ إلا لك.

ألقت المرأة نظرة باردة على السلف القديم، وكان الأمر كما لو أنها لم تنظر إليه باعتباره نخبة من [طَبَقَة القَصر الشَاسِع]، بل مجرد نملة.

اللهم أبدلهم بعد هذا الليل الدامس فجراً يشفي قلوبهم. اللهمّ اجعل لهم من كل ضيقٍ مخرجًا، ومن كل همٍّ فرجا، وكن لهم عوناً ونصيرًا، وسندًا وظهيرًا.

▬▬▬ ❃ ◈ ❃ ▬▬▬

اللهمّ انصر المجاهدين في أكناف بيت المقدس، ثبّت قلوبهم، وسدد رميهم، و قَوم عزهم، وأمددهم بمددٍ من عندك، وبملائكةٍ تزلزل الأرض تحت أقدام اليهود الملاعين. اللهمّ اجعل بأسهم على عدوّك شديدًا، وألقِ في صدور عدوهم الرعب، اللهم انت حسبنا و اتكالنا عليك في المحتل الظالم, اللهم أرنا فيه عجائب قدرتك.

«اين (لـِـيــنـج هــَـان)؟» سألت الفارس الأنثى ببرود. كانت نظرتها متغطرسة قدر الإمكان.

 

كسلف قديم، إذا هزم عند مدخل عشيرته، فسيكون ذلك أمراً مهيناً سيرافقه إلى الأبد.

🔥 تحدي يوليو 2026 ⏳ 10 يوم متبقي
13,500 شعلة الهدف: 66,666
20.3%
🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع!
×

شراء عملة الشعلة

🥇M. K🔥 12,000
🥈Fares saeed🔥 1,000
🥉Hamood Mahemed🔥 500

تَرْجَمَة : ISRΛWΛTΛN

---

ترجمة موقع ملوك الروايات. لا تُلهِكُم القراءة عن أداء الصلوات فى أوقاتها، و لا تنسوا نصيبكم من القرآن

اشترك الان من هنا. ولا مزيد من الإعلانات
لا تنسى وضع تعليق للمترجم فهذا يساعده على الاستمرار ومواصلة العمل عندما يرى تشجيعًا.

Comment

اعدادات القارئ

لايعمل مع الوضع اليلي
لتغير كلمة إله الى شيء أخر
إعادة ضبط