Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: MatiasHarder on August 16, 2017, 09:17:24 AM

Title: Level up and Exp. System RPG 2D GAME !help¡
Post by: MatiasHarder on August 16, 2017, 09:17:24 AM
Any way to create an experience and leveling system for my 2d rpg game?

please help me :(
Title: Re: Level up and Exp. System RPG 2D GAME !help¡
Post by: djaydino on August 17, 2017, 12:59:40 AM
Hi,
There are many ways to build this, it depend a lot on your game.

maybe you can find something on the tutorial wiki page (https://hutonggames.fogbugz.com/default.asp?W548)
Title: Re: Level up and Exp. System RPG 2D GAME !help¡
Post by: elusiven on August 18, 2017, 05:55:20 AM
You have to think about the experience data, how you will calculate it, how you will give it and how you will store it. Also you can have things that will be dependant on the amount of experience you have for ex. armor or weapons.

Is it a small game? Is it offline only or is it online?
Title: Re: Level up and Exp. System RPG 2D GAME !help¡
Post by: MatiasHarder on August 18, 2017, 04:24:37 PM
yes it's a small game and it's online.. I would like that the experience increases of 5 every second and that to reach 1000 a level goes up.
Any idea how I can do it?
Title: Re: Level up and Exp. System RPG 2D GAME !help¡
Post by: djaydino on August 18, 2017, 11:44:40 PM
Hi,
You can use a 'wait' and an 'int add'

But i would suggest to look to some tutorials 1st to get familiar with playmaker
so you understand how playmaker works
Title: Re: Level up and Exp. System RPG 2D GAME !help¡
Post by: MatiasHarder on August 19, 2017, 12:52:47 PM
Oh great thanks you :D