Users browsing this thread: 1 Guest(s)
ASM Requests

#37
Posts: 290
Threads: 3
Thanks Received: 40
Thanks Given: 1
Joined: Apr 2012
Reputation: 9
Status
None
(11-13-2014, 06:16 PM)Gi Nattak Wrote: Request: Pep Up change

I think it would be cool to have Pep Up work where the caster donates whatever HP/MP he currently has to the intended target and do what it normally does with the curing status effects, but instead of killing the caster it drops caster's HP and MP to 1. Then, if caster casts it again with 1 HP, it would donate nothing - or kill the caster, whichever is easier lol. But if caster regained some health, it would always donate whatever HP/MP the caster currently has and drop him to 1 HP/1 MP.

So I decided to take a whack at this tonight.


This hack changes Pep Up's pointer and uses free space at C2/A65A, since there was no way it would fit in Pep Up's old spot.

If used at 1 HP/MP, the caster will donate nothing.

There are some changes you'll need to make to the spell properties as well. Make sure it's not set to kill the caster anymore, and remove the (power * 100 / 16) flag. Its power needs to be greater than zero, but what it is specifically shouldn't matter (I typically set it to 1 in these cases). Also enable the "Concern MP" flag.

The start of the effect is similar (or identical, I guess) to Empowerer's, as it's the only other HP/MP dual effect skill I could think of.

The only issue I haven't worked out yet is preventing it from repeating Pep Up's "screen flash" animation. It's pretty subdued, so probably not a big deal, but the method that prevents Empowerer from repeating its animation doesn't seem to work here.

Edit: I also didn't test this with enemies using it, but I don't think there should be a problem.

Edit 2: It's also worth mentioning that I created this with the idea that Pep Up would have an MP cost. If it costs zero MP, I'll need to put a conditional branch in the MP-healing part to prevent it from recovering 9999 MP if the caster has 0 MP on use.


GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
  Find
Quote  
[-] The following 1 user says Thank You to Synchysi for this post:
  • Gi Nattak (11-18-2014)



Messages In This Thread
ASM Requests - by Gi Nattak - 08-10-2013, 08:15 PM
RE: ASM Request - by Synchysi - 08-11-2013, 12:41 PM
RE: ASM Request - by Gi Nattak - 08-11-2013, 03:27 PM
RE: ASM Request - by Synchysi - 08-20-2013, 07:38 PM
RE: ASM Request - by B-Run - 08-20-2013, 08:54 PM
RE: ASM Request - by Synchysi - 08-21-2013, 07:14 PM
RE: ASM Request - by Synchysi - 08-22-2013, 07:33 PM
RE: ASM Request - by Gi Nattak - 12-05-2013, 04:08 PM
RE: ASM Requests - by Gi Nattak - 03-28-2014, 07:46 PM
RE: ASM Requests - by GrayShadows - 03-28-2014, 09:07 PM
RE: ASM Requests - by Gi Nattak - 03-28-2014, 09:28 PM
RE: ASM Requests & Questions - by Gi Nattak - 04-01-2014, 07:50 PM
RE: ASM Requests - by madsiur - 04-02-2014, 11:01 AM
RE: ASM Requests - by assassin - 07-04-2016, 09:32 PM
RE: ASM Requests - by Gi Nattak - 04-02-2014, 02:55 PM
RE: ASM Requests - by Gi Nattak - 08-21-2014, 09:43 PM
RE: ASM Requests - by GrayShadows - 08-21-2014, 10:35 PM
RE: ASM Requests - by Gi Nattak - 08-21-2014, 11:29 PM
RE: ASM Requests - by GrayShadows - 08-22-2014, 12:26 AM
RE: ASM Requests - by Gi Nattak - 08-22-2014, 03:31 AM
RE: ASM Requests - by Tenkarider - 08-22-2014, 06:38 AM
RE: ASM Requests - by Synchysi - 08-22-2014, 06:59 AM
RE: ASM Requests - by Tenkarider - 08-22-2014, 08:00 AM
RE: ASM Requests - by Gi Nattak - 09-26-2014, 06:08 PM
RE: ASM Requests - by GrayShadows - 09-26-2014, 06:30 PM
RE: ASM Requests - by Tenkarider - 09-26-2014, 06:30 PM
RE: ASM Requests - by Gi Nattak - 09-26-2014, 06:51 PM
RE: ASM Requests - by GrayShadows - 09-26-2014, 08:26 PM
RE: ASM Requests - by dn - 09-26-2014, 08:40 PM
RE: ASM Requests - by Gi Nattak - 09-26-2014, 08:59 PM
RE: ASM Requests - by GrayShadows - 09-26-2014, 09:13 PM
RE: ASM Requests - by dn - 09-26-2014, 09:30 PM
RE: ASM Requests - by Gi Nattak - 11-13-2014, 06:16 PM
RE: ASM Requests - by Lockirby2 - 11-13-2014, 07:02 PM
RE: ASM Requests - by wolfokami321 - 11-13-2014, 11:55 PM
RE: ASM Requests - by abyssonym - 11-14-2014, 08:53 PM
RE: ASM Requests - by wolfokami321 - 11-14-2014, 11:21 PM
RE: ASM Requests - by Synchysi - 11-18-2014, 04:14 AM
RE: ASM Requests - by Gi Nattak - 11-18-2014, 02:50 PM
RE: ASM Requests - by dn - 11-18-2014, 05:41 PM
RE: ASM Requests - by Synchysi - 11-18-2014, 09:55 PM
RE: ASM Requests - by wolfokami321 - 11-20-2014, 05:54 PM
RE: ASM Requests - by Gi Nattak - 12-03-2014, 01:51 AM
RE: ASM Requests - by Tenkarider - 12-03-2014, 04:43 AM
RE: ASM Requests - by Gi Nattak - 12-03-2014, 05:19 AM
RE: ASM Requests - by Tenkarider - 12-03-2014, 11:18 AM
RE: ASM Requests - by Gi Nattak - 12-03-2014, 01:09 PM
RE: ASM Requests - by Tenkarider - 12-03-2014, 04:12 PM
RE: ASM Requests - by Gi Nattak - 12-06-2014, 04:51 PM
RE: ASM Requests - by Gi Nattak - 06-29-2015, 05:38 PM
RE: ASM Requests - by Tenkarider - 06-29-2015, 11:50 PM
RE: ASM Requests - by dn - 12-06-2016, 12:31 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite