Main Menu
  • Welcome to The RPG Maker Resource Kit.

point spending system(request)

Started by phillip1756, September 12, 2009, 02:29:19 PM

0 Members and 1 Guest are viewing this topic.

phillip1756

hi,does anyone know how to make a system where every time the character levels up they get like for example 5 points which they can spend on these skills in the game:fire,ice,beast mastery,combat,alchemy,fishing,stealth,necromancy and cooking
no

By Kraft

Grafikal

#1
This topic goes here: http://rmrk.net/index.php/board,112.0.html

Do this first: http://rmrk.net/index.php/topic,16921.0.html
and this second: http://rmrk.net/index.php/topic,22541.0.html (detailed, not just shit in it please)

as goes for ALL your posts, since the only posts you have are requests anyway.


albertfish

Quote from: grafikal on September 12, 2009, 03:15:22 PM
This topic goes here: http://rmrk.net/index.php/board,112.0.html

Do this first: http://rmrk.net/index.php/topic,16921.0.html
and this second: http://rmrk.net/index.php/topic,18955.0.html (detailed, not just shit in it please)

as goes for ALL your posts, since the only posts you have are requests anyway.



I don't want to sound like an asshole but you posted the wrong template :P.

http://rmrk.net/index.php/topic,22541.0.html

Grafikal

Quote from: albertfish on September 12, 2009, 08:07:57 PM
Quote from: grafikal on September 12, 2009, 03:15:22 PM
This topic goes here: http://rmrk.net/index.php/board,112.0.html

Do this first: http://rmrk.net/index.php/topic,16921.0.html
and this second: http://rmrk.net/index.php/topic,18955.0.html (detailed, not just shit in it please)

as goes for ALL your posts, since the only posts you have are requests anyway.



I don't want to sound like an asshole but you posted the wrong template :P.

http://rmrk.net/index.php/topic,22541.0.html

:o you're right. Thanks. I don't mind if I'm wrong or anything. Thanks for the catch, i edited my post there.

phillip1756

oh,i really think i should've explained more,i want it to be like when you level up,you get like 5 points,you spend them on a different skill and it increases your level in that skill,for example if you have level 4 necromancy you get the ability, weak reanimation
no

By Kraft

albertfish

Quote from: phillip1756 on September 13, 2009, 08:33:10 AM
oh,i really think i should've explained more,i want it to be like when you level up,you get like 5 points,you spend them on a different skill and it increases your level in that skill,for example if you have level 4 necromancy you get the ability, weak reanimation
Hmm... Are you using a script that deals with those stats, like necromancy for example. I am working on a stat spending script like this one currently that deals with the normal stat points. However, I can easily modify it so that you can add points to those stats.

Also, do you want it so when you add a stat to a category, it stores those stat points in a game variable.
For example, variable 1 would contain fire stat points, variable 2 would contain ice stat points and so on. That way you can do whatever with the stat points.

phillip1756

Quote from: albertfish on September 13, 2009, 08:51:35 AM
Quote from: phillip1756 on September 13, 2009, 08:33:10 AM
oh,i really think i should've explained more,i want it to be like when you level up,you get like 5 points,you spend them on a different skill and it increases your level in that skill,for example if you have level 4 necromancy you get the ability, weak reanimation
Hmm... Are you using a script that deals with those stats, like necromancy for example. I am working on a stat spending script like this one currently that deals with the normal stat points. However, I can easily modify it so that you can add points to those stats.

Also, do you want it so when you add a stat to a category, it stores those stat points in a game variable.
For example, variable 1 would contain fire stat points, variable 2 would contain ice stat points and so on. That way you can do whatever with the stat points.
yes,that would be nice,i'll use it for one of my games
no

By Kraft

albertfish

#7
Quote from: phillip1756 on September 13, 2009, 09:00:25 AM
Quote from: albertfish on September 13, 2009, 08:51:35 AM
Quote from: phillip1756 on September 13, 2009, 08:33:10 AM
oh,i really think i should've explained more,i want it to be like when you level up,you get like 5 points,you spend them on a different skill and it increases your level in that skill,for example if you have level 4 necromancy you get the ability, weak reanimation
Hmm... Are you using a script that deals with those stats, like necromancy for example. I am working on a stat spending script like this one currently that deals with the normal stat points. However, I can easily modify it so that you can add points to those stats.

Also, do you want it so when you add a stat to a category, it stores those stat points in a game variable.
For example, variable 1 would contain fire stat points, variable 2 would contain ice stat points and so on. That way you can do whatever with the stat points.
yes,that would be nice,i'll use it for one of my games
I'll start it maybe tomorrow. I might not be able to do it very fast because I just started back at school. But I can work on it during my breaks if I have time.

albertfish