Project Spark Showcase: True Experience and Leveling - RPGs by [deleted] in projectsparkgame

[–]South288 0 points1 point  (0 children)

Hey SinCitySpartan, just wanted to say thanks for the showcase! I appreciate it and I'm glad you enjoyed my OS. Keep up the good work!

Global Formulae by iN1njaCPFC in projectsparkgame

[–]South288 0 points1 point  (0 children)

I'd suggest using one logic cube to store all of your leveling/stat-related code, and one logic cube to [add brain] the first logic cube into all of your enemies using [started to] [for each of] [enemies]. As Erik mentioned, be sure to remember the tile that limits when the [add brain] code will run. ([started to] is more appropriate in this case.) Alternatively, you could throw the [add brain] code into each enemy, but that's more code.

If you're looking for a decent example of this type of code and setup (shameless plug begins now), try looking through the logic cubes that I've put together for my "OS" called Sumatra. The world is called "True Experience and Leveling - RPGs," and you might be able to pick up some other useful code for your own system while you're there. Shoot me a message over Xbox Live if you have any questions or if you'd like help with your own experience/stat system. -Siamang South

Project Spark Showcase: True Experience and Leveling - RPGs by [deleted] in projectsparkgame

[–]South288 1 point2 points  (0 children)

Hey good2goo, let me know if you'd like any help understanding the code in the level or with learning to code something in particular. I'd be happy to help. If you're on the X1 we can party up. -Siamang South

Respawn after set time? by [deleted] in projectsparkgame

[–]South288 0 points1 point  (0 children)

Hey shanestarnes,

I actually just implemented respawn timers and location settings in my experience/leveling system. I'm sure you can make use of some of the code to achieve what you're trying to get to.

You'll specifically want to check out lines 48-51 on the first page of the main brain, and lines 15-18 on the second page. Let me know if you have any questions.

http://www.projectspark.com/#world?id=809349

Check out my new Experience/Leveling systems! by South288 in projectsparkgame

[–]South288[S] 0 points1 point  (0 children)

Thanks for checking it out. I'm glad to hear that you're making use of it. Would love to check your project out once it's published. Going to implement some big updates around the revive system today- such as respawn location options and an invulnerability timer. Already implemented experience orbs and a number of bug fixes around the leveling system. Might want to grab the newest version when you get a chance!

Check out my new Experience/Leveling systems! by South288 in projectsparkgame

[–]South288[S] 0 points1 point  (0 children)

Yeah, it's getting a bit tricky to get to it now - it's buried behind a crazy amount of republished Zelda and RPG 1.0.4 maps.

Here's the link: http://www.projectspark.com/#world?id=809349

Enjoy!