ANDREASASPENBERG'S PROFILE

i help people with warcraft 3 map development so people are welcome to pm me regarding warcraft 3 stuff.

Search

Filter

Whirlwind overview of the Ruby language

the ruby essentials guide is incompatible with the version of ruby that is in rpg maker vx ace.

[RMVX ACE] can anybody teach me ruby

those taught me nothing as they require people to learn the basics first and i have not. i have to start at the basics so please teach me.

[RMVX ACE] can anybody teach me ruby

i want to develop my own scripts but i do not know any programming languages already and as such the help file in rpg maker vx ace is useless to me.(must have already learned another language in order to get anything out of that.) therefore i ask the people here to teach me. i seek to learn how to create a quest log that is accessed from the menu.(similar to in ni no kuni.) i want to learn stuff from it.

[RMVX ACE] how can i create a dark knight character

those scripts you mention is protected and any changes to them causes an error.(either that or it does nothing.) i have personally tried to edit them so this i know. it will therefore require that it is placed under materials. the help file is too general and does not teach a person that have not learned a programming language.(i have not learned any.) i have done all the research i can into scripting but it was rather limited what i got out of it. you could teach me what i need in order to create what i want as i want to learn scripting so that i can develop my own systems.

[RMVX ACE] how can i create a dark knight character

what do you mean exactly?

[RMVX ACE] how can i create a dark knight character

your script have a name error on line 1. the demon class will be using its own unique spells that is very powerful but that causes taint. the arch demon does not cause taint and reverts to dark knight or black knight when KO.(the demon also reverts when KO with taint reduced to 0.)

Stat Distribution

there is a nameerror on line 53 that prevents the script from working. it crash the moment i try to open the stat change menu. please either tell me how i can fix it myself or upload a fixed version of the script. seems that it have gotten fixed. how can i make a monster give points?

[RMVX ACE] how can i create a dark knight character

you are on to something. the taint value goes from 0 to 100 where 100 is class change to demon and 0 is no extra damage applied on dark wave. the demon class uses abilities that increase taint only and no abilities that reduce it. a character with 200 taint becomes an arch demon at which point taint drops to 0.(taint also drops to 0 through certain ingame events but those i should manage to do on my own.)

[RMVX ACE] how can i create a dark knight character

i do not require the cost to be listed on the ability. the HP drain ability however will cost mp as otherwise it would be too unbalanced. dark wave does not cost mp though. i do need a more specific solution than what you have provided. i am willing to learn scripting in order to create the system.

[RMVX ACE] how can i create a dark knight character

let me explain: the attack is inspired by the final fantasy 4`s main character`s dark wave attack. there is also an attack that is called hp drain in my game that drains hp from an enemy and that is supposed to cause the taint. dark wave is then supposed to reduce taint while costing hp and it is also supposed to do damage based on how much taint that character have.