[XP] HoT DoT

Started by shdwlink1993, January 11, 2009, 11:02:09 pm

Previous topic - Next topic

KK20

You can use my script to try and recreate that effect. An idea would be to make the skill apply two kinds of DoT states: one for normal monsters and the other for bosses. Make normal monsters fully resistant to the boss state and vice versa. I believe that script also has a "Display DoT Damage" feature.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

firevenge007

When you use this outside of combat, it never seems to stop healing me. It just keeps on flashing green.

KK20

November 18, 2013, 01:11:01 pm #22 Last Edit: November 19, 2013, 01:03:55 am by KK20
Quick but not perfect fix:
Modify the line to make it look like this

$game_screen.start_flash(Color.new(0, 255, 0, 128), 4) unless actor.hp == actor.maxhp

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

firevenge007

NoMethod occured. undefined method 'max_hp' for #<Game_Actor:0x6f47e50>

KK20

I remember double checking and I thought I put maxhp instead. Guess not, lol.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!