Posts: 15
Threads: 0
Joined: Jul 2009
I'm not sure as of now about the amount of characters my rpg will have. So I think I would leave the Switch for now and just swap it to the other side. I think most people will want to do that because when you start out, Defending is more important than switching party members.
Posts: 1,127
Threads: 43
Joined: May 2009
Well, Defend has been placed in the first row of the second window so that one can reach it just going to the left. The idea was that it should soon become automatic... I'll see what I can do, but please understand that this kind of request gets rather low priority ok?
Posts: 15
Threads: 0
Joined: Jul 2009
Ah understood, I was hoping it was easy so that I can do it myself.
Posts: 4
Threads: 1
Joined: May 2009
Woa! That very cool at 2.14 version...In the normal ,Demo/script often was stoped continue update but that wrong with you.....
---Good work ^^!
Posts: 7
Threads: 1
Joined: Aug 2009
hey charlie i have some requests
1- capture system like FF X , and battle arena with prizes for completed area or especies
2- overdrives like kihmari , when he's lern some magic of monster his overdrive bar got full
3- Rikku Mix Skill , and yuna Grand summon - i don't know if its possible
4- blitz system like Auron
its all xD
Posts: 1,127
Threads: 43
Joined: May 2009
1 - A capture system is something that could be done outside of this battle system. Something that could work with the default bs as well.
If I do something like that it will be an independent system.
2 - maybe :)
3 - Mix Skill has been asked before, the answer is maybe. Grand Summon can already be done and it's actually in the demo.
4 - I think there's a compatible system that already exists and does that.
Posts: 7
Threads: 1
Joined: Aug 2009
EDIT: oh i see the grand summon , thnks
this is the best system ever xD
hey charlie , i've fogot to ask some things xD
1- a battle report ME fade , cause FF fanfarre is too long hahaha
2- usable commands , i mean , command direct to a skill , ex: command steal , Pray , like summon command retire
thats all i need
Posts: 2
Threads: 0
Joined: Aug 2009
Hey Man,
I love your script, but there is one thing i don't like.
The states in the battle, is there a way to show the full state name and not only 3 letters ?
Posts: 1,127
Threads: 43
Joined: May 2009
In Window_Base Add On 2.9, line 153 change
Code:
text = "[Nor]"#"[Normal]"
into
and at line 157, change
Code:
text = "[" + text[0,3] + "]"#"[" + text + "]"
into
Code:
text = "[" + text + "]"
Posts: 2
Threads: 0
Joined: Aug 2009
Thank you, now it's perfect. :)
EDIT:
Hey, I'm sorry to bother you again, but with the change there came a new Problem.
When the state name is a little bit longer, then its impossible to read.
for example, look at the picture.
http://img207.imageshack.us/i/examplepng.png/
Can you please help me to fix it ?