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
Thanks,
Inkstand
Offline
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
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]
Offline
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
pokemon_master12: I'm surprised I never thought of that... hehe. Thanks heaps. Good luck on your game too.
Inkstand
Offline
Okay, so sortof like a zelda game but with turn based fighting. Anyways, Just keep going at it until it is perfect. Good Luck.
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
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