17kNovel

Font: Big Medium Small
Dark Eye-protection
17kNovel > When I Write a Bug It Becomes the Core Gameplay > Chapter 269 Can I learn priest skills? ?

Chapter 269 Can I learn priest skills? ?

    Chapter 269 Can I learn priest skills? ?


    Tooth decay discovered that after Nephalor called the name, other players in the team became red names, and you can steal their skills at this time.


    ?So he stole the priest, still feeling a sense of luck in his heart, hoping that the situation would change.


    ??However, the result is still the same. He just stole an output skill called "Holy Fire" and dealt 80 points of high damage!


    ? Priests have output skills, but the damage of these output skills is not high. Even if the priest clicks on all the talents that increase holy damage, the output ability will only be about 60% of that of the mage at best.


    ??As for the sacred fire stolen by Cavity Tooth, as a mage, he does not have any sacred talent bonus, it is just a bare skill damage.


    ??Coupled with the fact that Nephalor, as a powerful fire-breathing dragon, has extremely high fire resistance, the 80 points of damage is understandable.


    It can only be said that the tooth decay passed through a 5 second + 2 second reading bar, giving Nephalol a gentle tickle.


    He was helpless and had to give up the idea of ??scientific research.


    “Be careful, it’s called the second time!


    “If I go, why am I still a pastor?


    "It''s a bit unlucky. The priest should stop healing, and others should not hit the priest! Other healing professions should keep an eye on the team''s health, and if they don''t have mana, they will hit 1 to restore mana skills."


    Lecturer Ding was a little speechless, because there are so many professions in the group, so naming the priest twice in a row is a bit shady, right?


    As a long-established healing profession, the priest’s important role in the group is self-evident. Because the health-increasing ability is the most comprehensive, priests are indispensable in most teams, and Professor Ding also specially brought three of them.


    Unexpectedly, due to the existence of the roll call mechanism, these three priests have been unable to increase their health. Naturally, the pressure of this blood group cannot be withstood.


    These two names are tantamount to destroying the whole group.


    However, at this moment, a surprised voice came from the voice: "Huh? No, why has my name changed??"


    ??Lecturer Ding is a demon warlock, and he is standing in the large group of remote output. He saw at a glance that the number of red-named players this time became four.


    In addition to the three priests, tooth decay has also become a red name.


    "ah?"


    ?Lecturer Ding is also puzzled, because this time the boss named a priest, and Cavity Tooth is a mage. Why was he also named?


    “Look at your negative effects column, see if there’s any... Forget it, I’ll look at it myself.”


    Lecturer Ding hurriedly clicked on the avatar of Tooth Decay. Below the avatar, the various positive buffs and negative debuffs the player has received will be displayed.


    ??In the column of negative effects, there is an eye-catching dragon head logo. After moving the mouse up, you can see the name: Nephalor''s Twisted Magic-Priest-Twisted Healing!


    It is this negative effect that turns the priest''s blood increase into a blood deduction.


    But logically speaking, this negative effect should only exist on the named priest. Why does it also have tooth decay?


    Lecturer Ding didn’t have time to think about it because the group was quickly wiped out.


    The priest was named twice in a row, which greatly increased the treatment pressure on the team, so they could not last long after entering the third stage.


    Everyone continued to run after the corpse without saying a word.


    Just now, only Lecturer Ding was conducting the command in the voice channel, and he looked very serious. Now that the group has been eliminated, everyone has begun to speak freely, and the voice channel has become more active.


    “Tooth decay, why don’t you go back and clean up your talents now? Your arcane magic is really not good at beating this boss, so you can clean up your ice magic.”


    “Yes, it will run out of mana after a few hits. Although the instantaneous burst is high, it is useless if it doesn’t last! Men, you still have to last a little longer.”


    "I think my performance this time was okay. Everyone''s cooperation is getting better and better. It''s just that my face is a bit dark, and I was ordered to be a priest twice in a row. Otherwise, I should be able to hold on for another three minutes. No, I might be able to hold on for five minutes. !”


    “Five minutes is impossible. If we can persist for five minutes, we can hope to defeat this boss.”


    "But no matter what, for naming the pastor twice in a row, the lecturer, as the group leader, takes the blame! I have never seen a group leader with such a dark face."


    Many people let tooth decay wash away talents, and this is indeed the case. To fight this boss, ice magic is the best.


    Because the boss''s fire resistance is very high, and the fire spell has all kinds of resistance, and even if it doesn''t resist, the damage caused by the spell is neither painful nor itchy.


    Although the arcane output is okay, it is too short of mana. Even with mana recovery skills such as awakening, it is still not enough.


    Out of responsibility for the team, washing an ice spell is indeed the best choice.


    Cavity Tooth sighed silently: "Okay, then I''ll go back and clean the talent..." However, at this moment, Professor Ding stopped him: "Wait a minute, don''t wash it in a hurry, first analyze the bug just now ! Why were you named by Nephalor?"


    Tooth decay also looked confused: "I don''t know!"


    ??In fact, the bug just appeared for a short time. The priest was wiped out shortly after the second call, so most people didn''t pay attention. Only Lecturer Ding happened to click on the avatar of tooth decay, saw the negative effect, and determined that it must be a bug.


    Lecturer Ding thought carefully about the cause and effect: "Is it because you used the spell thief skill to steal the priest''s sacred fire and hit it on the boss, making the boss mistakenly think that you were actually a priest?


    “This kind of bug is quite outrageous! How could a programmer from Nitian make such a low-level mistake...”


    ?This bug is outrageous because it does not conform to the basic mechanism of programming at all.


    If the program wants to implement the function of "boss naming a specific occupation", the easiest way is to directly read the player character''s occupation code.


    In the data table, each profession of the player must have a code, for example, the priest is 10001, the mage is 10002, etc.


    ??When Nephalor wants to name a priest, he can directly retrieve all the players in the current group with a career code of 10001, and then give them this negative effect.


    Why is the boss roll call related to the last skill used by the player?


    Although this can indeed achieve the function, it is obviously much more troublesome than the previous method.


    The program must first detect the skills used by the player against the boss, and then use the skill ID to reversely retrieve the player''s profession. Isn''t this taking off his pants and farting?


    “Forget it, lecturer, there is no need to delve into how this code is written. Aren’t you the best at finding bugs? Think about how we can take advantage of this bug if it really exists!” someone suggested.


    Lecturer Ding fell into deep thought: "Well...how to use...


    “It seems like it can’t be used!”


    What is the use of this bug? It''s actually useless because the triggering conditions are too harsh.


    In an ideal world, all mages would become arcane, click on this talent, and then when the boss calls out other professions, steal a skill from another profession. Wait until the next roll call and hit the boss with other profession skills to deceive the boss. . Then the next time the mages are named, they will not suffer negative effects.


    This can indeed avoid naming the mage, but the risks far outweigh the benefits.


    ? ?First of all, all mages have become arcane, and their mana consumption is too high, so their subsequent output is weak. Moreover, no one can say exactly which profession the boss will name, and this magic thief skill may not be able to steal suitable damage skills.


    "In this case, let''s fight normally first. If you have tooth decay, you don''t need to clean up the ice spell. You should continue to use the arcane spell. Next, try to steal each profession''s name and do an experiment!"


    ?Lecturer Ding, who was a little drowsy just now, suddenly became more energetic because he saw the dawn of scientific research!


    ??Although I don’t see the use of this bug at all yet, the presence of bugs often means there is a hidden mechanism!


    ??And once you can find the deep hidden mechanism, you may be able to find a way to pass the level!


    …


    Unconsciously, the time has come to nearly 12 o''clock in the evening.


    The victory over Nephalor is naturally still far away.


    As for scientific research results, not much has been obtained.


    ?In many subsequent attempts, Tooth Decay tried to steal the skills of many professions. The test result was that the boss could indeed be deceived through this method.


    As long as you hit the boss with the skills of other professions before the boss rolls his name, you can make the boss mistakenly think that Tooth Decay is not a mage but another profession, thereby avoiding the roll call effect on the mage.


    As for the roll call effect of other professions, it actually has no impact on mages.


    ??For example, the priest''s twisted healing, the mage has no healing skills, so it doesn''t matter.


    This is indeed a benign bug, but... it''s not benign enough. This is because it only allows the Austrian profession to be more fault-tolerant when fighting Nefalor, but it is not enough for the entire team to defeat strong enemies.


    “Okay, let’s get here first today, everyone has worked hard!


    "I believe that after these days of training, even if we can''t get past Nephalor, after the CD of the group book is updated next week, we will start from the old one again, and we will definitely cut the melons and vegetables! After all, the team has already been adjusted. !”


    Lecturer Ding did not forget to cheer everyone up.


    ?However, some people soon sang the opposite: "What if the next CD is released, the first boss will still be Nephalor?"


    Lecturer Ding almost spit out a mouthful of blood: "Then I, the president of the guild, will take the blame and resign. I''ll be satisfied!"


    ??Everyone hurriedly said: "There is no need to resign, just give me more red envelopes."


    ?However, while everyone was chatting away, a surprised voice suddenly came from the voice channel.


    “Oh shit! How can I learn priest skills?”


    At this time, everyone has returned to the main city. It can be seen from the map that Cavity is at the location of the priest trainer.


    (End of this chapter)
『Add To Library for easy reading』
Popular recommendations
The Wrong Woman The Day I Kissed An Older Man Meet My Brothers Even After Death A Ruthless Proposition Wired (Buchanan-Renard #13)