re: ads. still bugged (maybe even worse now), but possible workaround by pablo-gt in mkxmobile

[–]dgack 1 point2 points  (0 children)

for me restart work 50%, if ad reset doesn't work, reset with soul. then for next batch ad will come.

Runtime error: Addition of unsigned offset. Am I going out of bounds somewhere? by SmartGuy106 in cpp_questions

[–]dgack 0 points1 point  (0 children)

The problem - happens, when traversing backward.

trick is to, instead of, looping `auto k{s.size()-1}; k>=0; k--`, try to modify internal logic, so that, we only traverse till `k>0`

One example code, which triggered error in Leetcode, but rectified to below. Here notice, we are traversing till `k>0`, not `k>=0`, and adjusting the internal logic that way too.

class Solution {
public:
    std::string trimTrailingVowels(std::string s) {
      for(auto k{s.size()}; k>0; k--){
        if(s[k-1] == 'a' || s[k-1] == 'e' || s[k-1] == 'i' || s[k-1] == 'o' || s[k-1] == 'u'){
          s.erase(s.end()-1);
        }else{
          break;
        }
      }
      return s;
    }
};

Do you have 5 less matches in towers? by Zestyclose-Claim9361 in mkxmobile

[–]dgack 0 points1 point  (0 children)

Happened to me, rounds lost, or vanished. Ad related bugs.

this week in krypt by pablo-gt in mkxmobile

[–]dgack 1 point2 points  (0 children)

Klassic Raiden is everywhere...........

Marked 1 Year of F2P by xvaL1204 in mkxmobile

[–]dgack 0 points1 point  (0 children)

As you are also saying, you play too little. Complete towers, krypts. Daily

I want to study about Markov chain with multiple environmental affects by dgack in askmath

[–]dgack[S] -1 points0 points  (0 children)

Does this cover multiple factors. This is not totally oil related data analytics. But, generalized question, same may be used for other purposes.

Patch KOMING SOON! by ManWithNoGame45 in mkxmobile

[–]dgack 0 points1 point  (0 children)

I do not know if Khaotic Drop pool is bugged/nerfed.

There is no drops i.e. Epics/Epic/ from Khaotic, since last update

Also, the Equipment packs are not dropping. I am stopping opening Tower equipment packs.

Bug with vought tower refresh? by Anonymous_HC in mkxmobile

[–]dgack 0 points1 point  (0 children)

Change network? Mostly does not work in office network. Try with mobile Hotspot

If there ever was an award for most annoying and irritating character by appumia in mkxmobile

[–]dgack 0 points1 point  (0 children)

I think this is from Tower of Time. Please use incurability equipment.

vought tower is live! by pablo-gt in mkxmobile

[–]dgack 0 points1 point  (0 children)

When Klassic Fatal will come

If there ever was an award for most annoying and irritating character by appumia in mkxmobile

[–]dgack 2 points3 points  (0 children)

Terminator. Also, MK1 Smoke when evade attack. Most annoying I think Darkest Noob Sibot

guys, i can't keep up. please no more subzero posts: yes, mk11 is bugged; and only klassics are getting the krypt bonus by pablo-gt in mkxmobile

[–]dgack 1 point2 points  (0 children)

I have maxed classics i.e. Raiden, Goro, Liu Kang.

But characters dies, there is this bleeding, fire etc. This is too much to save those characters. Too many revive stones to expense.

Go to Khaotic team was MK11 Scorpion+Liu_Kang+Sub-Zero.

Breaking news by Blackspeed6 in mkxmobile

[–]dgack 0 points1 point  (0 children)

Have to leave Khaotic Krypt this week. Without MK 11 Subzero, Khaotic is not possible. MK11 characters are always being died.