This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-02-04 23:32:52

Inkstand
Scratcher
Registered: 2008-12-16
Posts: 23

RPG Games and Suggestions

Hey all,

I've been looking at a lot of Role-playing games recently for ideas. I was really impressed with Jewel RPG 1 & 2. Anyone know of any other well done RPG games? Something that you walk around in (in birds eye view) and fight monsters, like a Zelda game.

Also any ideas or suggestions? I have yet to restrict my character from walking across buildings and trees... kinda ruins my idea. But any help would be greatly appreciated  smile

Thanks,
Inkstand


"To say of what is that it is not, or of what is not that it is, is false, while to sat of what is that it is, and of what is not that it is not, is true." - Aristotle
"I don't apologize. I'm sorry, but that's just the way I am."  - Homer Simpson

Offline

 

#2 2009-02-05 06:20:32

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: RPG Games and Suggestions

I am actyually working on a remake of the flash game Sonny RPG. Anyways, I would try and make the engines first and then add all of the items and sutff, just to make it simpler near the end.

Offline

 

#3 2009-02-05 07:32:50

pokemon_master12
Scratcher
Registered: 2008-09-26
Posts: 100+

Re: RPG Games and Suggestions

I'm making an RPG based on the Warriors book series by Erin Hunter. It should be out by 31st February, and you play as a wild cat in the forest, living in one of four ferocious Clans.

Also, to prevent your sprite from walking over building, trees, and any other obstacles, just add this script:

[blocks]<when green flag clicked>[/blocks] (Or "when I receive start game" if you use broadcasting)
[blocks]<forever if>[/blocks][blocks]<touching[ sprite1[/blocks]
[blocks]<repeat until>[/blocks][blocks]<<  <not>[blocks]<touching[ sprite1[/blocks]  >>[/blocks]
[blocks]<change x by( -1[/blocks]
[blocks]<end>[/blocks]


My Dragon Egg! http://dragcave.net/image/5YUA.gif
Visit my blog: http://freyasworld.wordpress.com/

Offline

 

#4 2009-02-05 21:31:35

Inkstand
Scratcher
Registered: 2008-12-16
Posts: 23

Re: RPG Games and Suggestions

The Saint: Never heard of that. I'll have to have a look. Im working on just a random Fight, level up, increase stats kinda game. Good luck  smile

pokemon_master12: I'm surprised I never thought of that... hehe. Thanks heaps. Good luck on your game too.

Inkstand


"To say of what is that it is not, or of what is not that it is, is false, while to sat of what is that it is, and of what is not that it is not, is true." - Aristotle
"I don't apologize. I'm sorry, but that's just the way I am."  - Homer Simpson

Offline

 

#5 2009-02-06 06:13:17

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: RPG Games and Suggestions

Okay, so sortof like a zelda game but with turn based fighting. Anyways, Just keep going at it until it is perfect. Good Luck.  smile

Here is that game I mentioned by the way. http://armorgames.com/play/505/sonny

Last edited by TheSaint (2009-02-06 06:14:31)

Offline

 

#6 2009-02-06 10:50:06

yambanshee
Scratcher
Registered: 2007-11-06
Posts: 500+

Re: RPG Games and Suggestions

I have a basic rpg engine with a enemy, a shop, backback, and basic credits/level system. Its reasonably low on scripts so you can use it to base of for a rpg. Also all you need to do is copy the codes really. Cheak it out: http://scratch.mit.edu/projects/yambanshee/349105

Last edited by yambanshee (2009-02-06 10:51:58)

Offline

 

Board footer