MPQ challenge: largest strike tile
I thought with the recent modification of the Lucky support, making it possible to get insanely large strike tiles, it would be fun to see how large we could manage to make one.
My best attempt so far:
Comments
-
Hey, that's gimmick infringement!
https://forums.d3go.com/discussion/89931/unofficial-forum-challenge-part-2/p1
(Seriously though, I love stuff like this -- absolutely no issues with running it again! Can anyone get it to max out with just Pizza Dog?)
0 -
Whoops, must have missed this at the time.
Apologies @entrailbucket, you can of course have all the royalties this thread generates.I see maxing out a protect tile occurred quite quickly in your linked thread.
Perhaps significantly harder to max out a strike because of the lethality element…
I’m sure someone will manage it fairly swiftly. There’s an elite force of puzzle ninjas lurking in the shadows of these forums!2 -
An invisible or airborne opponent is the key to this.
0 -
@Ptahhotep said:
An invisible or airborne opponent is the key to this.Or Puzzle Ops where you can only damage when matching protect tiles or some such.
KGB
0 -
Sadly no node with invincible/invisible enemies this puzzle gauntlet. Keep and eye out though folks, and we’ll take a rain check until then…
Side note: I had a really good attempt going against a Moondragon/iHulk team in pvp, but then I think I killed ihulk so many times he just stopped reviving. Does anyone know how many times he can revive before it caps out?1 -
Aha, this time around we got a puzzle gauntlet with ‘invincible’ nodes!
Turns out it’s pretty easy to hit very large strike tiles with just pizza dog doing the heavy lifting.
I broke the invincibility barrier on my first attempt!2 -
@Gymp28 said:
Sadly no node with invincible/invisible enemies this puzzle gauntlet. Keep and eye out though folks, and we’ll take a rain check until then…
Side note: I had a really good attempt going against a Moondragon/iHulk team in pvp, but then I think I killed ihulk so many times he just stopped reviving. Does anyone know how many times he can revive before it caps out?Not sure I’ve seen that happen, but permanent damage dealers can reduce him to 1hp
0 -
A single strike, 3.4M, made in one turn by Hotpool:
As might be expected, I moved a tile and the match ended
2 -
Made in 1 turn?! How many times did he get hit??
1 -
@Gymp28 said:
Made in 1 turn?! How many times did he get hit??It was vs mThor ... Let's see, I made a move, AI put out some strikes and made a move, gave itself an AP cascade, Hotpool stole a strike I made another pitiful move that left Hotpool in front. mThor launched into her blizzard of bull ****. Fire power, cascades, fire power, cascades, fire power, cascades, move a tile, cascades ... I finished reading a book and looked back up, and realized I had seen a lot of blinking down in that corner. For once I managed to catch myself and assess what had happened, noticed the scale of that strike and took a screencap.
So it was a perfect storm. Have one strike to receive all the love, and get lucky enough to have said strike survive mThor's bull **** tantrums. Leaving Hotpool out against her is a solid tactic, if high enough level a/o have strong protect a/o chars or supports that mitigate damage. I haven't been able to replicate a MEGA-strike like that one (yet), but can often make her sorry.
3 -
1 turn?! That's insane.
0 -
I think I can outdo that:-
Yes, you’re right, it’s got a negative amount at the bottom; and yes, it actually reduced the amount of damage I was doing until it got destroyed. (It’s another Hotpool strike, and I was doing 1-10 damage per attack).
2 -
@Kwahder said:
I think I can outdo that:-Yes, you’re right, it’s got a negative amount at the bottom; and yes, it actually reduced the amount of damage I was doing until it got destroyed. (It’s another Hotpool strike, and I was doing 1-10 damage per attack).
Wait, how is a negative value possible?
0 -
@Borstock said:
@Kwahder said:
I think I can outdo that:-Yes, you’re right, it’s got a negative amount at the bottom; and yes, it actually reduced the amount of damage I was doing until it got destroyed. (It’s another Hotpool strike, and I was doing 1-10 damage per attack).
Wait, how is a negative value possible?
It's a programming thing -- the game uses a number field that has a max of a certain amount. When you go over that number it turns negative.
2 -
@entrailbucket said:
@Borstock said:
@Kwahder said:
I think I can outdo that:-Yes, you’re right, it’s got a negative amount at the bottom; and yes, it actually reduced the amount of damage I was doing until it got destroyed. (It’s another Hotpool strike, and I was doing 1-10 damage per attack).
Wait, how is a negative value possible?
It's a programming thing -- the game uses a number field that has a max of a certain amount. When you go over that number it turns negative.
integer overflow????
What we got heyuh .... IS .... a fail-yuh ta antizzipate.
1 -
@JoeHandle said:
@entrailbucket said:
@Borstock said:
@Kwahder said:
I think I can outdo that:-Yes, you’re right, it’s got a negative amount at the bottom; and yes, it actually reduced the amount of damage I was doing until it got destroyed. (It’s another Hotpool strike, and I was doing 1-10 damage per attack).
Wait, how is a negative value possible?
It's a programming thing -- the game uses a number field that has a max of a certain amount. When you go over that number it turns negative.
integer overflow????
What we got heyuh .... IS .... a fail-yuh ta antizzipate.
I can blame them for all sorts of bugs that should've been prevented or fixed more quickly.
I can't blame them for setting the theoretical max per strike tile at 2 billion plus.
3 -
@entrailbucket said:
@JoeHandle said:
@entrailbucket said:
@Borstock said:
@Kwahder said:
I think I can outdo that:-Yes, you’re right, it’s got a negative amount at the bottom; and yes, it actually reduced the amount of damage I was doing until it got destroyed. (It’s another Hotpool strike, and I was doing 1-10 damage per attack).
Wait, how is a negative value possible?
It's a programming thing -- the game uses a number field that has a max of a certain amount. When you go over that number it turns negative.
integer overflow????
What we got heyuh .... IS .... a fail-yuh ta antizzipate.
I can blame them for all sorts of bugs that should've been prevented or fixed more quickly.
I can't blame them for setting the theoretical max per strike tile at 2 billion plus.
No problem, I'll blame them for both of us.
They haven't "set a limit". They've sloppily created conditions that can exceed the limits of software.
When the cap on a stored integer is 32bits, or 2^31, the max storable value is ... 2,147,483,647. Note the value that Kwahder "achieved".
The previous devs long, long ago learned to be cautious around allowing any form of "compound interest". New devs have to relearn each lesson, and sometimes say, "Eh, **** it."
It's fun to make silly big numbers, sure ... occasionally ... but the possiblity of having them roll over, that's avoidable unfun.
1 -
Soooo
Will they address this? Or will this be one of those bugs that sits around for months?
Is it a bug? Technically I guess….no? How do you fix it without nerfing Hotpool?
0 -
So, it's not just a visual bug? It affects the strength of the tile? That surely seems like something in need of a fix.
0 -
I dunno, the amount of shenanigans you have to do to get it over 2 billion or whatever...I don't think this is happening by accident, over the course of any kind of normal game.
They should fix it but it's whatever, if you set out to break the game and it doesn't break, where's the fun in that? The game doesn't even crash or anything.
0
Categories
- All Categories
- 44.8K Marvel Puzzle Quest
- 1.5K MPQ News and Announcements
- 20.2K MPQ General Discussion
- 3K MPQ Tips and Guides
- 2K MPQ Character Discussion
- 171 MPQ Supports Discussion
- 2.5K MPQ Events, Tournaments, and Missions
- 2.8K MPQ Alliances
- 6.3K MPQ Suggestions and Feedback
- 6.2K MPQ Bugs and Technical Issues
- 13.6K Magic: The Gathering - Puzzle Quest
- 503 MtGPQ News & Announcements
- 5.4K MtGPQ General Discussion
- 99 MtGPQ Tips & Guides
- 421 MtGPQ Deck Strategy & Planeswalker Discussion
- 298 MtGPQ Events
- 60 MtGPQ Coalitions
- 1.2K MtGPQ Suggestions & Feedback
- 5.6K MtGPQ Bugs & Technical Issues
- 548 Other 505 Go Inc. Games
- 21 Puzzle Quest: The Legend Returns
- 5 Adventure Gnome
- 6 Word Designer: Country Home
- 381 Other Games
- 142 General Discussion
- 239 Off Topic
- 7 505 Go Inc. Forum Rules
- 7 Forum Rules and Site Announcements