ANDREASASPENBERG'S PROFILE

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

Search

Filter

how do i upload a game

i am working on a game that i want to release a demo of on this website. how do i do that?

R.I.P. RPG Revolution

the site is back online but all members have been deleted. the design is different as well.

[RMVX ACE] how can i create a step counter

i am using the default number of characters(10) and they are in the team at all times but their classes can be changed.

[RMVX ACE] how can i create a step counter

i do not feel nor do i understand emotions and as such i am unable to tell how my posts will affect the emotions of others. if i wrote what i needed it for i would have scared people away and i do not want to do that. therefore i am just writing what i want it to do. each character have 2 variables: one that increases by 1 point per step and one that decreases by 1 point per step. when variable 1 reaches 100 it goes back to 0 and variable 2 is increased directly to 100. variable 1 can also be decreased by certain skills and map events. one skill reduces it by 25 and another by 100. changing equipment affects variable 2: some types increase it while others reduce it.

[RMVX ACE] how can i create a step counter

i want steps to actually affect something.(in this case a group of variables.) i did write what i wanted it to do in the first post so if you had taken the time to read it i would not have to write it again. you are accusing me of not providing enough information when in fact i did provide enough information. here it is again but written differently: i want each step the characters take to change a variable by a single point. each character have 2 variables and i need to increase one and reduce the other both by 1 point.(0 being the lowest and 100 being the highest.)

[RMVX ACE] how can i create a step counter

then it would keep increasing all of the time and i do not want that. i want each step to add 1 point to character specific variables that goes from 0 to 100. i also want it to subtract another group of variables from 100 to 0. please help me out.

[RMVX ACE] how can i create a step counter

the way i set my event was to add 1 each time a character takes a step but instead of adding 1 it adds a random value.

[RMVX ACE] how can i create a step counter

i tried to tell you that variables have already been tried but whenever characters take 1 step it sends a random value to the variable instead of the fixed value i have set. i have even tried to write the value in a fixed variable to the variable that counts steps but it still turns up random every time. that is why i need a script. please help me create it.

[RMVX ACE] how can i create a step counter

i have tried eventing but each step generates a random value. even storing a constant value in a variable and applying that caused the same issue. as a result i need a script but my scripting knowledge is limited. the step counter needs to affect variables by a single point per step. please help me out.

how can i add a state when another state goes away

adding 1 to a variable instead adds 32 or some other random number and it adds the exact same number as what is in the first variable. there appears to be mean bug in the event editor and as such my only choice would be to use script. isnt my fault that rpg maker vx ace is so glitchy though. i know that you are going to snap but please dont.