Jump to content

- - - - -

Missile Damage - Feedback


433 replies to this topic

#161 Kiiyor

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Big Daddy
  • Big Daddy
  • 5,565 posts
  • LocationSCIENCE.

Posted 20 March 2013 - 01:55 PM

It's ok! I found the code! You just need to un-comment the commented out bits.


Sub getMissileSpread(numMissiles As Integer, optional hasArtemis As Boolean, optional hasTag As Boolean)

Dim i As Integer
Dim hitLocation As Integer
Dim damageMultiplier as Integer

hitLocation = 0

damageMultiplier = 1.7

For Each i In numMissiles
hitLocation = Int(Rnd 9 - 1 + 1) * Rnd + 1)

Select Case hitLocation

Case 1 'Head

damageMultiplier = 15

'HAHAHA, FIRE ME WILL YOU? How do you like your code PGI?
'WHERE IS YOUR MECHA GOD NOW???

Call putZeMissilesIntoZeHead(damageMultiplier)

' Case 2 'CT
' Call applyDamage("CT")
' Case 3 'LT
' Call applyDamage("LT")
' Case 4 'RT
' Call applyDamage("RT")
' Case 5 'RA
' Call applyDamage("RA")
' Case 6 'LA
' Call applyDamage("LA")
' Case 7 'RL
' Call applyDamage("RL")
' Case 8 'LL
' Call applyDamage("LL")
' Case 9 'Miss
' Call applyDamage("THE GROUND")

End Select

Next i

End Sub

#162 Mild Monkey

    Member

  • PipPipPipPipPipPip
  • Elite Founder
  • Elite Founder
  • 221 posts
  • LocationWhy, East of Eden

Posted 20 March 2013 - 02:12 PM

I had 20 games or so under my belt today, about 6 deaths, about 40 kills (this is way better than usual). I was able to 2-shot Stalkers with my dual srm6 artemis launchers (4sp chassis), thanks, splash damage. When you hit the CT now, splash of 12 projectiles will certainly shred the cockpit armor, the next volley will shred the pilot to pink ribbons. Happened a lot, today. Next: the Jägermech cockpit. I have utterly destroyed them with 1-2 salvos to the CT, because a) the head hitbox is gargantuan and :) splash damage, see above. Poor sods could do diddly-squat about it.
On the upside, Ravens lose their legs quite quickly now. Very satisfying.

#163 Reported for Inappropriate Name

    Member

  • PipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 1,767 posts
  • LocationAmericlap

Posted 20 March 2013 - 02:16 PM

thanks bryan, this **** is getting out of hand. I've got ptsd flashbacks from closed beta where not even ams could save you.


while you're at it have you ever considered letting conventional weapons shoot down lrm's as well? the tradeoff being you have to be skilled, and you generate heat and use valuable ammo to do it. you know, an alternative for those who feel confident in our aim ability, or don't have room for ams. Regardless of how effective it is it would help alleviate the feeling of helplessness unless you've got a building made out of indestructonium nearby. because the hills and rock formations on the big maps sure aren't helping block anything.

Edited by Battlecruiser, 20 March 2013 - 02:38 PM.


#164 Butane9000

    Member

  • PipPipPipPipPipPipPipPipPip
  • Elite Founder
  • 2,788 posts
  • LocationGeorgia

Posted 20 March 2013 - 02:24 PM

View PostHayashi, on 20 March 2013 - 08:37 AM, said:

1855 damage in any build cannot be normal.


One of my Jagermechs has a damage potential of 1,850 (not counting lasers) due to munitions and weapons carried.

Now not all of those rounds are going to hit, so obviously it'd have to be a perfect game to get anywhere close to that.

#165 Jman5

    Member

  • PipPipPipPipPipPipPipPipPip
  • Littlest Helper
  • Littlest Helper
  • 4,914 posts

Posted 20 March 2013 - 02:25 PM

View PostKiiyor, on 20 March 2013 - 01:55 PM, said:

It's ok! I found the code! You just need to un-comment the commented out bits.


Sub getMissileSpread(numMissiles As Integer, optional hasArtemis As Boolean, optional hasTag As Boolean)

Dim i As Integer
Dim hitLocation As Integer
Dim damageMultiplier as Integer

hitLocation = 0

damageMultiplier = 1.7

For Each i In numMissiles
hitLocation = Int(Rnd 9 - 1 + 1) * Rnd + 1)

Select Case hitLocation

Case 1 'Head

damageMultiplier = 15

'HAHAHA, FIRE ME WILL YOU? How do you like your code PGI?
'WHERE IS YOUR MECHA GOD NOW???

Call putZeMissilesIntoZeHead(damageMultiplier)

' Case 2 'CT
' Call applyDamage("CT")
' Case 3 'LT
' Call applyDamage("LT")
' Case 4 'RT
' Call applyDamage("RT")
' Case 5 'RA
' Call applyDamage("RA")
' Case 6 'LA
' Call applyDamage("LA")
' Case 7 'RL
' Call applyDamage("RL")
' Case 8 'LL
' Call applyDamage("LL")
' Case 9 'Miss
' Call applyDamage("THE GROUND")

End Select

Next i

End Sub


Is this actually the code for the game? I thought LRMs were supposed to be doing 1.8 damage and not 1.7.

#166 roguetrdr

    Member

  • PipPipPipPipPipPip
  • Knight Errant
  • Knight Errant
  • 286 posts
  • LocationSydney Australia

Posted 20 March 2013 - 02:28 PM

View PostKiiyor, on 20 March 2013 - 01:55 PM, said:

It's ok! I found the code! You just need to un-comment the commented out bits.


Sub getMissileSpread(numMissiles As Integer, optional hasArtemis As Boolean, optional hasTag As Boolean)

Dim i As Integer
Dim hitLocation As Integer
Dim damageMultiplier as Integer

hitLocation = 0

damageMultiplier = 1.7

For Each i In numMissiles
hitLocation = Int(Rnd 9 - 1 + 1) * Rnd + 1)

Select Case hitLocation

Case 1 'Head

damageMultiplier = 15

'HAHAHA, FIRE ME WILL YOU? How do you like your code PGI?
'WHERE IS YOUR MECHA GOD NOW???

Call putZeMissilesIntoZeHead(damageMultiplier)

' Case 2 'CT
' Call applyDamage("CT")
' Case 3 'LT
' Call applyDamage("LT")
' Case 4 'RT
' Call applyDamage("RT")
' Case 5 'RA
' Call applyDamage("RA")
' Case 6 'LA
' Call applyDamage("LA")
' Case 7 'RL
' Call applyDamage("RL")
' Case 8 'LL
' Call applyDamage("LL")
' Case 9 'Miss
' Call applyDamage("THE GROUND")

End Select

Next i

End Sub

Fixed by an aussie as usual

#167 Arcturious

    Member

  • PipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 785 posts
  • LocationCanberra, Australia

Posted 20 March 2013 - 02:29 PM

View PostLexLuther, on 20 March 2013 - 12:39 PM, said:

What do you consider abuse? Should I not use the mechs I've been using, because they hurt your butt? Should I just fire less often?
I've noticed there are less ECM mechs in the field btw. Exacerbating an already less then ideal situation.


Firstly, if you only ever run LRM or usually run LRM then it's not an exploit. You are not playing differently, PGI can see this from logs and you wouldn't be counted in the action.

If you start running mechs with LRM, to artificially inflate your Cbill earnings and score then you are, BY DEFINITION exploiting a known bug.

Why is it so hard to understand? If PGI expect this game to be taken seriously by competitive players they need to put in some sort of disciplinary system. It's that simple. Every MMO does it. If a bug is introduced, the devs acknowledge it and if you continue to knowingly and wilfully abuse it, then you get a punishment.

Its no different to many other situations I've seen over the years, where a patch makes X item or creature suddenly provide more rewards. If you go farm it, you will get suspended / banned. Happens all the time. No reason it shouldn't happen here also.

PGI can see the logs, it should be very easy to tell who is exploiting the bug and who isn't.

Finally, I never said anything about me complaining that it is unfair, or I got 'but hurt'. This is my feedback as a long time competitive gamer and providing my perspective on this sort if issue. This sort of problem will happen again, systems need to be put in place to deal with them.

This time it is LRM, next time it might be that crits on LB10-X are broken, instantly killing mechs say. If someone started running LB10-X to deliberately take advantage of that bug, it would be no different to this situation.

Please get over yourselves, if you think it is ok to abuse a broken game mechanic then you aren't doing this game or yourself any favours in the long term. If they want e-sports, they need to start planning how to treat this sort of thing now, not later.

Edited by Arcturious, 20 March 2013 - 02:37 PM.


#168 Reported for Inappropriate Name

    Member

  • PipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 1,767 posts
  • LocationAmericlap

Posted 20 March 2013 - 02:31 PM

also, can you get this hotfix in soon please? it's nothing but lights and lrm's and it's a serious flashback to beta.

I mean should i dust off the ol jacakhammer and start rolling in damage making the game for others unplayable? or do i not play for two weeks and tell others who are thinking of trying the game to not bother because it's unplayable at the moment unless you want to use missiles?

and if you don't believe me i can gladly make a video of the games i'm getting that are nothing but missile stalkers, missile ddc atlas, and ravens.


i can deal with the dumps to mechlab. i can deal with occasionally not getting any money for a game, but the min maxing is out of hand, and it is by no means the fault of the players.

Edited by Battlecruiser, 20 March 2013 - 02:35 PM.


#169 stjobe

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 9,498 posts
  • LocationOn your six, chipping away at your rear armour.

Posted 20 March 2013 - 02:40 PM

View PostJman5, on 20 March 2013 - 02:25 PM, said:

Is this actually the code for the game?

Yes. Yes it is. The whole game is written in Visual Basic.

*nods sagely, then walks away, whistling innocently*

Edited by stjobe, 20 March 2013 - 02:40 PM.


#170 Notick

    Member

  • PipPipPip
  • 67 posts
  • LocationAvon, IN

Posted 20 March 2013 - 02:42 PM

*facepalm*

#171 Kiiyor

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Big Daddy
  • Big Daddy
  • 5,565 posts
  • LocationSCIENCE.

Posted 20 March 2013 - 02:46 PM

View Poststjobe, on 20 March 2013 - 02:40 PM, said:

Yes. Yes it is. The whole game is written in Visual Basic.

*nods sagely, then walks away, whistling innocently*


BAAAH HA HA HA HA.

#172 Staplebeater

    Member

  • PipPipPipPipPipPip
  • 321 posts

Posted 20 March 2013 - 02:47 PM

I keep getting head shot in my stalker by LRMs. Just had a match were i had nor sections of my armor (maxed) down to structure and my head got taken out

#173 Eternal Hunter

    Member

  • PipPipPipPipPipPip
  • 226 posts
  • LocationNorway

Posted 20 March 2013 - 02:51 PM

yay, no more super lrms that nuke your head, leg or random body part in a shot

#174 MuonNeutrino

    Member

  • PipPipPipPipPipPip
  • 478 posts
  • LocationPlanet Earth, Sol System, Orion Arm, Milky Way Galaxy, Local Group, Virgo Supercluster

Posted 20 March 2013 - 02:54 PM

View PostOmni 13, on 20 March 2013 - 12:26 PM, said:

Quote

One horrifically OP thing countering another horrifically OP thing is not exactly an optimal balancing method. :)

then explain ECM countering ECM


Simple. OP ECM countering OP ECM is just as suboptimal as OP ECM countering OP LRMs. I never said I thought the current ECM mechanics were any better.

#175 Joe Luck

    Member

  • PipPipPipPipPipPip
  • 400 posts
  • LocationColorado

Posted 20 March 2013 - 02:55 PM

Please give a response on when the patch will take place in the next hour or so. This is almost as problematic as the ELO hiccup here. This would be very appreciative. If you can't then I understand.

#176 Zeus X

    Member

  • PipPipPipPipPipPipPipPip
  • Shredder
  • Shredder
  • 1,307 posts
  • LocationLuthien

Posted 20 March 2013 - 02:55 PM

View PostBryan Ekman, on 20 March 2013 - 08:18 AM, said:

We are currently assessing the increase in LRM/SSRM/SRM damage currently on the live production servers. Expect an official response later today. A hot fix is likely this week.



It's later today, any news Bryan?

#177 Hovertank

    Member

  • PipPipPip
  • Elite Founder
  • 60 posts

Posted 20 March 2013 - 03:00 PM

View PostArcturious, on 20 March 2013 - 02:29 PM, said:

If PGI expect this game to be taken seriously by competitive players they need to put in some sort of QA system. It's that simple.


Fixed that for you.

You really need to get over this exploit business. There's no exploit today with missiles, just business as usual with PGI.

#178 Xandergod

    Member

  • PipPipPipPipPip
  • Knight Errant
  • 145 posts
  • LocationIllinois

Posted 20 March 2013 - 03:02 PM

View PostArcturious, on 20 March 2013 - 02:29 PM, said:

Firstly, if you only ever run LRM or usually run LRM then it's not an exploit. You are not playing differently, PGI can see this from logs and you wouldn't be counted in the action.

If you start running mechs with LRM, to artificially inflate your Cbill earnings and score then you are, BY DEFINITION exploiting a known bug.

Why is it so hard to understand? If PGI expect this game to be taken seriously by competitive players they need to put in some sort of disciplinary system. It's that simple. Every MMO does it. If a bug is introduced, the devs acknowledge it and if you continue to knowingly and wilfully abuse it, then you get a punishment.

Its no different to many other situations I've seen over the years, where a patch makes X item or creature suddenly provide more rewards. If you go farm it, you will get suspended / banned. Happens all the time. No reason it shouldn't happen here also.

PGI can see the logs, it should be very easy to tell who is exploiting the bug and who isn't.

Finally, I never said anything about me complaining that it is unfair, or I got 'but hurt'. This is my feedback as a long time competitive gamer and providing my perspective on this sort if issue. This sort of problem will happen again, systems need to be put in place to deal with them.

This time it is LRM, next time it might be that crits on LB10-X are broken, instantly killing mechs say. If someone started running LB10-X to deliberately take advantage of that bug, it would be no different to this situation.

Please get over yourselves, if you think it is ok to abuse a broken game mechanic then you aren't doing this game or yourself any favours in the long term. If they want e-sports, they need to start planning how to treat this sort of thing now, not later.

Yeah, I catapult... exclusively.
I played yesterday and was getting 1000+ games, so today i've taken a break due to the damage output and the fact that I am grinding xp in my A1 and didn't want an unfair advantage. My point is you're calling for bans and that is a pretty serious request. Could it be that people already have missile heavy mechs and are using them right now for an advantage. You see this in competitive gaming all the time. If a unit in Starcraft is know to be strong, people create whole builds around it. When I started one unit in particular was quite OP and I used the **** out of it. It's natural for people to want an advantage in a competitive game. It's also normal for people to exploit it until the bug is fixed. Now if people were glitching into hillsides or something of that matter, sure call for a ban. But missile doing a lot of damage shouldn't be on that list

#179 Rebel Roshak

    Member

  • PipPipPip
  • Legendary Founder
  • Legendary Founder
  • 99 posts
  • LocationSheffield

Posted 20 March 2013 - 03:09 PM

Welcome to LRMwarrior Online

#180 Phatel

    Member

  • PipPipPipPipPipPip
  • 442 posts

Posted 20 March 2013 - 03:13 PM

View PostUberFubarius, on 20 March 2013 - 09:38 AM, said:

I agree, both should be tweaked such that LRM is a bit more consistent, instead of the current binary effect of LRM either being super OP or completely useless.


I love how Boaters are either screaming how balanced missles are when they are one shotting everything and then complaining about how useless they are when they are in line with every other weapon out there. When people use as many missles as they do machine guns and flamers, then cry about worthless.





6 user(s) are reading this topic

0 members, 6 guests, 0 anonymous users