Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Question

Party Switcher:

 

From what I can remember it used this in events (like making a party switching bunny) or common events (for items):

 

$scene = Scene_Front.new

 

Can't remeber because it was lost when RMXP crashed (managed to fix it).

------------

Location Sript:

 

Same issue, lost when RMXP crashed. It replaced the steps box. I never really liked the steps box anyways. I wanted to show location instead.

------------

Side View Battle System:

 

I am NOT looking for animated. I am looking for aveyond LIKE battle systems with no animations. Lost when my computer crashed a few months ago (over loaded hard drive).

------------

Can someone help me refind them? I forgot their creators. I only know what they did and how it was layed out.

Edited by princessbinas

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I've seen those scripts you are talking about, but I dont remember where they are at. This site doesnt have all the scripts in existence, nor does any other RMXP site, unfortunately. I just saw that battle system, but I dont remember where...

Share this post


Link to post
Share on other sites
  • 0

This was on the amaranthia site.

Aveyond-Like Battle System:

##########################################################################

#

# Sideview Battlers

#

# Ripped from Ccoa's Side View battle system, courtesy of Rhazdel

#

# Inspired by Lambchop's Aveyond Battle System

##########################################################################

 

class Game_Actor

#-----------------------------------------------------------------------

# * Get Battle Screen X-Coordinate

#------------------------------------------------------------------------

def screen_x

if self.index != nil

pos = $data_classes[self.class_id].position

return (self.index * 20) + (pos * 40) + 480

else

return 0

end

end

#------------------------------------------------------------------------

# * Get Battle Screen Y-Coordinate

#------------------------------------------------------------------------

def screen_y

return self.index * 45 + 175

end

end

Share this post


Link to post
Share on other sites
  • 0

Thanks thats one down, 2 to go.

 

Edit: The battle system is the one I have been looking for this whole time! Everyone I have asked hasn't been able to find that! Thank you!

Edited by princessbinas

Share this post


Link to post
Share on other sites
  • 0

Sorry for double post. There is a bug with the sideview script where it like removes graphics of player battlers when I select an action for 5th actor or when my 5th actor attacks (likely to to do the same with actors 6-8). Was something cut off?

Share this post


Link to post
Share on other sites
  • 0

Try Searching in Chaos Project it has hundreds of scripts

 

just search in google

Chaos Project Scripting Database

 

it has all you need Party Switchers, Menu Overides, Quest logs Everything.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...