Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Is there any way to show all status effects on a character or enemy instead of just one?
LostSamurai
post Feb 25 2012, 01:43 PM
Post #1


Atrius
Group Icon

Group: Revolutionary
Posts: 144
Type: Musician
RM Skill: Advanced




I am an avid user of status effects. My party learns status effects, and the enemies use status effects. The problem is, only one status effect shows up at a time with the standard battle system, and it's impossible to keep track of all the positive and negative effects on your characters and the enemies. Is there any way to make it so all status effects applied to your character are visible?


__________________________
Oh dear... it seems I may have one more project left in me before I retire... more info soon.

My Website

Ikode: The World of Infinity
Ikode 2: The Supreme Dragon
Ikode 3: Broken Mirror

The Two Moons (Joke RPG)
Go to the top of the page
 
+Quote Post
   
Jens of Zanicuud
post Feb 25 2012, 02:01 PM
Post #2


Dark Jentleman
Group Icon

Group: Local Mod
Posts: 904
Type: Scripter
RM Skill: Skilled
Rev Points: 120




I've dealt with something similar before, but let me say that this could lead to a massive lag amount.
You have basically three alternatives:

1 - showing states one by one, like a slideshow, in the status window;
2 - showing states as icons near enemy's name;
3 - make a "scan" skills which gives an info page with every status.

Try browsing google or this site, maybe there's a script done yet smile.gif

Jens

This post has been edited by Jens of Zanicuud: Feb 25 2012, 02:02 PM


__________________________
"Thorns are the rose's sweetest essence..."
-Jens of Zanicuud


Games I'm working on:
>

official website: TryAdIne eFfeCt

>

Games I worked on (mainly as a scripter):
>
(Warning: it's a 3rr3's project and it's in Italian!)


Awards

Go to the top of the page
 
+Quote Post
   
LostSamurai
post Feb 25 2012, 03:15 PM
Post #3


Atrius
Group Icon

Group: Revolutionary
Posts: 144
Type: Musician
RM Skill: Advanced




1 and 2 are both perfectly acceptable methods for me. I've looked into the scripts so far and have not found anything that does remotely what I'm looking for. I'll look again.

Edit: No such luck. I'm looking into the scripting myself, but I'm running into a dead end.

Edit 2: It seems to have something to do with Window_help
CODE
  #--------------------------------------------------------------------------
  # - Enemy setting
  #     enemy : The enemy which indicates name and the state
  #--------------------------------------------------------------------------
  def set_enemy(enemy)
    text = enemy.name
    state_text = make_battler_state_text(enemy, 112, false)
    if state_text != ""
      text += "  " + state_text
    end
    set_text(text, 1)
  end
end


EDIT 3: It definitely has to do with that, that is the code which displays enemy name and status effect when you're hovering over it. I made some modifications which allowed me to change the text displayed, but I wasn't able to make it display more than one different status effect at once.

EDIT 4: I found Blizzard's Tons of Addons script. Now I have the animations toggle, so all status effects are visible, and there's icons for my characters so all their status effects show at once. But the enemy still has the text and it only shows one. I'm going to see if I can change that.

This post has been edited by LostSamurai: Feb 25 2012, 10:43 PM


__________________________
Oh dear... it seems I may have one more project left in me before I retire... more info soon.

My Website

Ikode: The World of Infinity
Ikode 2: The Supreme Dragon
Ikode 3: Broken Mirror

The Two Moons (Joke RPG)
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 05:58 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker