Advanced Search

Author Topic: Lethal ridable platform?  (Read 4693 times)

0 Members and 1 Guest are viewing this topic.

October 30, 2021, 01:46:31 PM
Read 4693 times

Offline Mengo329

  • Standard Member
  • Date Registered: October 28, 2021, 03:31:26 AM

    • View Profile
Lethal ridable platform?
« on: October 30, 2021, 01:46:31 PM »
So I'm making a mod for 8BDM and one of the new inventory items is the super arrow from Megaman 5. You can ride on it and I have that working, and it can kill any player it flies into, and I have the damage working, but it only counts as a miscellaneous death instead of being killed by the user. Any way to make the damage "belong" to the user, if that makes any sense?

November 03, 2021, 08:19:19 PM
Reply #1

Offline Trillster

  • Time Lord

  • what's a code
  • *******
  • Date Registered: July 18, 2014, 08:42:32 PM

    • View Profile
    • Portfolio
Re: Lethal ridable platform?
« Reply #1 on: November 03, 2021, 08:19:19 PM »
My best guesses are either you're spawning a projectile that's losing its owner so it's not longer able to attribute the damage to that owner, or it's a projectile that's spawning another projectile and not properly attributing owner that way. You might wanna look at something like Ice Wall which is also a lethal ridable platform. I think that's pretty much the best suggestion I could give without looking at the code itself to scout out red flags.