RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VX] Enemies not vanishing upon death?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 64
RMRK Junior
Whenever I defeat an enemy, its sprite remains onscreen—however, it won't perform any actions and cannot be targeted. It's distracting and it's confusing.
I'm using version VX and I have not modified any states.
« Last Edit: May 26, 2015, 01:19:32 AM by yuyu! »

*
*crack*
Rep:
Level 64
2012 Best Newbie2012 Most Unsung MemberFor frequently finding and reporting spam and spam bots
Um are you saying that the enemy doesn't die during a battle, or does but doesn't vanish?

Or are you talking about a an enemy that has it's own map sprite that remains active after you defeat it in battle through a 'Battle Processing' event?

Spoiler for:
If you're referring to the second one, then, I've done a tutorial for this,
Map Battle Monster Encounters


But if you just want an enemy boss character to disappear after defeat, just use control switches to swap event pages and on the next page leave no graphic for it.

Like so:
>Battle Processing: Ogre
>Control Self-Switch: A

Create a new event page and under conditions, set it to 'Control Switch A'
and leave no picture in the graphic area.
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

**
Rep: +0/-0Level 64
RMRK Junior
In battle, monsters become inactive in battle after their HP reaches zero (and no longer fight). "Killing" all monsters as usual will end the battle.
The problem is that the monsters' sprites remain on the battlefield.

***
Rep:
Level 60
So... you say you haven't modified any states, and you're using VX, correct? Are you using the default battle system as well? (By that, I mean only the default, no extra scripts that modify any portion of battle.) The reason I'm asking is because I can't think of any reason why the battler's sprite would remain after being defeated without the default battle scripts having been modified.

With that said, I've also never seen this problem before, personally, so I'm not sure how much I can help, but the more information, the better. :)

Marc:
Salaam. :)

To be as clear as possible, I believe that you would really want to look for are any scripts that would modify the classes Sprite_Battler (since it handles the "collapse" animation on the battler), Scene_Battle (since that would determine when a battler "collapses"), or Game_Enemy (since it defines the method "perform_collapse" as used by Scene_Battle). I hope that was helpful to you. :)

(I am still new to RGSS2, by the way, so it is quite possible that I may have missed something. Please, do let us know in that case!)

*
Rep:
Level 85
I am the wood of my broom
2010 Project of the YearProject of the Month winner for January 2009Project of the Month winner for January 2010Project of the Month winner for April 2010
Yeah, this is a bug in the default RMVX DBS. Specially if an enemy has a state inflicted. I recommend grabbing Yanfly's Core Fixes and Upgrade.