Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Futendra on January 15, 2011, 05:28:06 am

Title: [XP] [Request] Visible Classes With Levels
Post by: Futendra on January 15, 2011, 05:28:06 am
So, I want it so that the players from my online game can choose between Mage, Archer, Warrior and Adventurer in the beginning, and then they get diffrent armor (only a spriteset) but I got sprites from the armor without heads... So the original head must be on it...

Then this happens:

Level 1-30:
Not really good looking

Level 30-60
Not bad looking

Level 60-99:
Awesome looking


So If anyone can make this, in a script or with common events, Please tell me, Ill credit you!
Title: Re: [XP] [Request] Visible Classes With Levels
Post by: mroedesigns on January 15, 2011, 09:09:24 pm
Couldn't you do that with a common event of some sort? Just check the players level and class and depending on that change their spriteset?
Title: Re: [XP] [Request] Visible Classes With Levels
Post by: Futendra on January 16, 2011, 04:08:47 am
Quote from: mroedesigns on January 15, 2011, 09:09:24 pm
Couldn't you do that with a common event of some sort? Just check the players level and class and depending on that change their spriteset?


I did it a diffrent way: Instread of classes, I make genders, so they can choose what gender, and then each gender a commong event:

1 common event for male, 1 for female:

1 common event for level update (Variable: Level updates to the player level)

The common events start in the beginning, it looks if the level is equal to 20, then changes, untill it is equal to 40, 60, 80

It works fine, but the heads also update (because I now used sprites with heads)