---- Chapter 2384 Andrew sneered. "That''s it? That''s the big secret?" The old man urged, "That''s all there is. Now you know what happened back then, so hand over what''s in your hand." Andrew took a step back with a faintugh. "You expect me to buy that? One sentence, and I''m supposed to hand youa fortune? Come on. From what I know, when the Lloyd father and son escaped from Chetvine, Mr. Vazquez wasn''t even there." The old man''s tone turned icy. "So, you knew that much? You were testing me, weren''t you? Look around, kid. It''s just the two of us here.
This is the most hidden chamber in the auction hall. Even if you scream, it''ll take a full minute before anyone gets here, and that''s more than enough time for me to kill you a dozen times." By the end of his sentence, his killing intent was fully exposed. " Hand over the supreme elixir, and maybe I''ll let you live. You''re naive, too damn naive. Walking in here alone with something that valuable? Ha! Running into me was just your bad luck. Hand it over, or..." He left the threat hanging in the air. Andrew''s mouth twitched slightly.
This old bastard was exactly ---- as cunning as he had suspected. Clearly, even experienced operatives could be caught off guard and make mistakes. Too bad he wasn''t the kind of rookie this man thought he was. Andrew was the kind who knew he might be walking into a trap, but did not care. If someone dared to trick him, he would make sure they regretted it. "Alright, I can give you the supreme elixir," Andrew said, affecting a look of panic and fear as he continued backing away.
"But at the very least, you need to tell me who actually ced that seal on the Lloyd family''s Dragon Prince back then. Otherwise, when I return empty-handed, my boss will have me killed directly." The old man''s smugness intensified, and he burst into satisfiedughter. "Ah, so you''re working for someone else! No wonder you''re such an inexperienced fool who doesn''t know anything, just cannon fodder, really. But since you''re being honest with me, I don''t mind sharing a bit more information." He continued eagerly.
"The person who actually ced that seal on the Lloyd family''s Dragon Prince wasn''t Mr. Vazquez himself. However, that person was brought in by Mr. Vazquez. Back then in Chetvine, quite a few people turned out to wee this individual''s arrival. Sergio was one of them." The old man''s voice dripped with disdain. "That so-called nearly unbeatable old bastard who throws his weight around Chetvine, ---- acting superior and lording his age over everyone? In front of this person, he was nothing but a groveling bitch, bowing and scraping. That should be enough information for you...
Now, hand over the elixir. Don''t make me resort to violence." Andrew''s brow furrowed deeply. This old bastard had talked for a long time but still refused to reveal who actually carried out the deed. However, the mention that even Sergio would grovel before this person suggested the attacker was likely at least a martial god level expert. Andrew could not quite determine which martial god from Holtrien it was, or whether it might be some overseas master instead. "Stop daydreaming, boy," the old man snapped impatiently.
" Hand over the goods now, or I''ll take both the supreme elixir and your pathetic life." Andrew smiled and held the moonstone box high above his head before letting it slip from his fingers. "Here you go. Just make sure you catch it carefully, though. If it breaks, that''s not my fault." The insult was more effective than any physical blow. The old man''s rage erupted instantly. "You insolent brat! You''re asking for death!" ---- His foot mmed against the ground, sending a surge of violent energy outward.
He lunged forward simultaneously, ws extended to snatch the falling box while his eyes zed with murderous intent. Then, his other hand raked toward Andrew''s throat with lethal force. It was a full-on killing move, one meant to take both the man and his treasure in one strike.<fn6daa> Official source is find[?]ovel</fn6daa><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);