RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

Skill/Magic Buy Shop using Mana Stones like in Grandia?

Started by Karo Rushe, February 24, 2007, 01:26:58 PM

0 Members and 1 Guest are viewing this topic.

Karo Rushe

I want to add in my game that The Characters buy their Skills/Magic but using "Stones"

If anyone has Played "Grandia" you'll probably understand what I mean.

=( I need this since I am making so the Characters won't level up, instead their Stats Grow up.

:)

Watch out for: HaloOfTheSun

Karo Rushe

Quote from: Nouman on February 24, 2007, 02:55:40 PM
here is the shop:


Here is the common event:


Close, but what I meant was that one uses the stones to buy the skills.

Like buyoing an Item except one uses the stones to buy the skills/magic.

=/ though that could work too.

:)

ok, so there is a store that instead of money takes stones to buy skills? correct?
Watch out for: HaloOfTheSun

bulls84

I think this is what you wanted, heres is the demo:

http://www.freewebs.com/fighterskingdom/Skill%5FShop.zip

Must copy and paste link into address bar

Karo Rushe

Quote from: Nouman on February 24, 2007, 03:30:21 PM
ok, so there is a store that instead of money takes stones to buy skills? correct?
Exactly.

Quote from: bulls84 on February 24, 2007, 03:48:34 PM
I think this is what you wanted, heres is the demo:

http://www.freewebs.com/fighterskingdom/Skill%5FShop.zip

Must copy and paste link into address bar
Quote from: bulls84 on February 24, 2007, 03:48:34 PM
I think this is what you wanted, heres is the demo:

http://www.freewebs.com/fighterskingdom/Skill%5FShop.zip

Must copy and paste link into address bar
It's close to what I want.

:)

what you need is to make it so your character has stones stored as variables...so like make a tresure chest and have it say gained 3 stones, add control variable stone = 3.

then where I had the shop instead of having the skill 100$ have it 2 stones. then after the hero clicks yes to buy it make a conditional branch:

Variable Stone greater then or equal to: 2 (with else)
  - Control variable stone - 2
  - Change skill (add the skill he buys)
else:
  - Text: you dont have enough!
Watch out for: HaloOfTheSun

bulls84

Quote from: Nouman on February 24, 2007, 05:52:22 PM
what you need is to make it so your character has stones stored as variables...so like make a tresure chest and have it say gained 3 stones, add control variable stone = 3.

then where I had the shop instead of having the skill 100$ have it 2 stones. then after the hero clicks yes to buy it make a conditional branch:

Variable Stone greater then or equal to: 2 (with else)
  - Control variable stone - 2
  - Change skill (add the skill he buys)
else:
  - Text: you dont have enough!

I was going to do that but then I forgot