---- Chapter 2029 Barnaby''s scalp prickled as he red at Dante and the others, wishing he could p them senseless. These fools had no idea how terrifying the man before them truly was. He growled, "Shut up and get out of my sight! Don''t you dare say another word!" Goodness! The heir of the Lloyds royal bloodline was still alive. If this news reached Chetvine, the entire region would explode. And worse, this man was a demon incarnate back then. Barnaby''s face darkened. With Andrew''s temperament back then, even if he was merciful, Barnaby would have been skinned alive.
Yet as Barnaby knelt trembling, Andrew calmly said, "What are you doing? I''m just amoner. I don''t deserve such respect from you." Barnaby trembled as he replied, "Captain, you''re being too modest. Back when you dominated Chetvine andmanded respect in the military, I was still crawling around under the previous director, learning the ropes." Andrew chuckled. "Funny. I remember you weren''t crawling under anyone... You were more like an insect that no one noticed. ---- Barnaby nodded furiously. "Yes, yes, exactly!
A bug, one so lowly you wouldn''t even bother to look at." Dante had a hot temper and could not stand watching any longer. "Mr. Hale, you represent one of Chetvine''s three major special forces, the Special Ops! Who is this punk? How dare he make you kneel before him? You should get up. We don''t need to take him seriously at all." Barnaby''s face twisted with rage as he shot to his feet, screaming, "I told you to keep your damn mouth shut! How dare you tell me what to do? You piece of shit, shut up!" p after p rang out as Barnaby cursed while delivering a brutal beating to Dante''s face.
Within moments, Dante''s rough features were covered in red welts, Though his martial artist''s constitution could normally handle a few ps without issue, Barnaby was striking with full force. Dante did not feel pain, only humiliation. His face darkened as his eyes zed with fury, ring daggers at Andrew with murderous intent. Andrew remained dismissive and looked at Barnaby with cold indifference. "Take your people and get lost. I''ll be returning to ---- Chetvine before long.
The Lloyds and those other major families are all doing well, I assume?" Though he phrased it as a casual inquiry, the killing intent in his words was unmistakable. Barnaby''s eyelids twitched as he stammered nervously, "The Lloyds are the same as always, though a new heir is about to be selected to confirm the line of session. The other major families have expanded aggressively over the years, mainly into Augania, Vestra, and Eastonia." Andrew''s expression remained nk as he asked, "Has my father returned to Chetvine over the years?" Barnaby forced a dryugh. "A figure like Mr.
Lloyd Senior is far beyond my reach. Even if he returned to Chetvine, it wouldn''t be something I''d be privy to. As far as I know, he hasn''t been back since the incident all those years ago. "Last I heard, the Council of Elders wanted to invite him back tomand a military corps with the rank of General, but he wasn''t interested and turned them down." Andrew gave a soft grunt. That sounded exactly like something his father would do.<fn10e6> ???s ??????? ?s ?????? ?? FιndNovel</fn10e6>
In his youth, Reginald chose beautiful women over power and glory, leaving behind romantic entanglements everywhere while ----pletely ignoring any appointments from Chetvine. Now, both father and son were living in exile. Yet Andrew had not expected Reginald to remain so defiant, ignoring even the highest council in thend. The Council of Elders was the supreme authority of the nation, its members so powerful that even a simplement from them would affect the nation. No one had ever turned them down. No one except for Andrew and Reginald.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);