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.
Making a party member change its images depending on its level

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 87
I am making a game, where you can find monsters that will travel with you on your quest, and battle with you. I need it so that when they reack a certain level, they change the character and battle sprites. I would prefer it if there was a way to do it without scripts, but oh well. Thanks!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
ummm, yeah, just use a variable to save the level, and then use a con. branch to cherck the level and change if it's above

so...

Common Event: Trigger: Switch [Level Check]; Parallel Process

Control Variable: Variable [XXX: Jay's level] = Character: [Jay]'s level
Conditional Branch: Variable [XXX:Jay's level] >= 20 (20 is the level you want to change graphics at)
   Change Hero Graphic [Jay] -> some graphic
   Control Switch: [Level Check] = OFF
Branch END

Remember,  the switch Level Check should be turned on at some appropriate time.

****
Rep:
Level 88
wrath of winter
Yes but he's also wondering how to change the battle graphic...Change Hero Sprite only changes the overworld sprite, not the battle image.  I'm stuck on that too and can't find a solution.

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
errr.... no?

I think you are thinking of Set Move Route: Change Graphic:

There is an actual event command Set Actor Graphic in the third tab, here:

http://img505.imageshack.us/img505/618/itemlogpiczl9.png

You can change battler image there as well

****
Rep:
Level 88
wrath of winter
Is that 2k3?  I have 2k3...would kinda help if i knew what version this is...

Is there a way to do it in 2k3?  That window you posted doesn't look like 2k3...I don't remember there being a "script" button anywhere...

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

******
Rep:
Level 89
Let's attack agressively.
Is that 2k3?  I have 2k3...would kinda help if i knew what version this is...

Is there a way to do it in 2k3?  That window you posted doesn't look like 2k3...I don't remember there being a "script" button anywhere...

That's XP....

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
errm, I don't use it so I don't know... Try changing class?

****
Rep:
Level 88
wrath of winter
...
...
...

*hits himself over the head*
*falls to the floor*

Why didn't I see that?  Thanks so much!

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html