playMaker

Author Topic: Level up and Exp. System RPG 2D GAME !help¡  (Read 3002 times)

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Level up and Exp. System RPG 2D GAME !help¡
« 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 :(

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Level up and Exp. System RPG 2D GAME !help¡
« Reply #1 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

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Re: Level up and Exp. System RPG 2D GAME !help¡
« Reply #2 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?

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Re: Level up and Exp. System RPG 2D GAME !help¡
« Reply #3 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?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Level up and Exp. System RPG 2D GAME !help¡
« Reply #4 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

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Re: Level up and Exp. System RPG 2D GAME !help¡
« Reply #5 on: August 19, 2017, 12:52:47 PM »
Oh great thanks you :D