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.
[Request] How to make a lifesteal weapon?

0 Members and 1 Guest are viewing this topic.

pokeball HeZOffline
**
Rep: +0/-0Level 89
I would like to know if it's possible to make a weapon that adds a % life steal/drain.

So that when the character with this weapon attacks, they will gain a % of the damage as health.

Thanks in advance for any suggestions.

I had a look around the forum but couldn't find anything

P.S. Sorry if this is in the wrong place, this seemed like the most logical place to put it.
« Last Edit: April 17, 2009, 11:44:05 AM by HeZ »

*
Rep: +0/-0Level 83
Hi, just thought I'd take a quick stab at your question. If you wanted to event script it, you could have your weapon inflict a state called 'drain' (or whatever) and have a parallel event called from battle that checks to see if any enemies are inflicted with this state, then - HP from the enemy and + to your hero. You'd have to do a condition branch for each potential enemy.

Hope that helps.