Poll

What do you think?

EPIC IDEA
0 (0%)
Sounds promising
0 (0%)
Needs some work
2 (100%)
Eh...
0 (0%)

Total Members Voted: 2

Author Topic: Need help with Medieval RPG  (Read 745 times)

Hi. I'm making a Medieval RPG called Arrain, and I would like some help with some things. Here's the features it will have:

~ New combat system ** Not likely possible (?)
~ Ranks, levels, exp Possible
~ Beautiful terrain Possible, but challenging
~ Quests Possible, but challenging
~ NPCs that will recognize you once you've introduced yourself Possible

** Each player has the following client variables made: <var:cl:damage>, <var:cl:maxDmg>, <var:cl:health>, and <var:cl:maxHealth>. The <var:cl:maxHealth> and <var:cl:maxDmg> variables go up with each rank. When a player or bot is damaged, a random number is triggered between the <var:cl:damage> (which is always 0) and the <var:cl:maxDmg> variables. This value is then subtracted from the <var:cl:health> variable. The player/bot's original health will reset to 100.
When the <var:cl:health> variable is at or below 0, the player/bot dies. I seriously do not know whether or not this will work. Basically, my new system will ignore the player's original 100 health and the damage the weapon does. It will instead randomly do damage each time someone is hit.

Please, feel free to comment if you have new ideas, whether you think the ideas are possible or not, or especially if you figure out how to do something with events (VCE) or if you have special building techniques that will really help improve Arrain. Thank you.

~ Zyronn Sorrow


Can we have some pictures or anything so we know at least what the future of this project be?

Quests are easier than ranks, levels, and exp.

I'll post some pics as soon as I get some stuff built, such as the starter dungeon and the first town you arrive in.

Does anyone know of a great VCE tutorial and Bot Events tutorial I can use? Don't just tell me to read the VCE manual, because I have, several times, and I still have no idea how I can use variables and bot events to create my combat system. I need help with pretty much everything. I cannot do anything correctly unless I have a good tutorial to use or an example or something. In fact, if anyone would allow me to take a look at their events in their RPG, just so I can see how it's done, I would appreciate that a lot.

If anyone knows how to do anything in my RPG, post it here or pm me. Anything at all: tutorials, examples, ideas, comments, just no flames please.