Jump to content


Photo

Im A Noob T_t Help Please


  • Please log in to reply
9 replies to this topic

#1 MapleStoryUnited

MapleStoryUnited

    GMC Member

  • New Member
  • 9 posts

Posted 24 June 2007 - 04:30 PM

I need help with creating exp, hp, mp and levels. And which GM do I need to make it.

I also need to know how to make it when i level you get a spell and be able to add stats like str, int, dex, etc...and an invotory that can fit the picture that i want and when i hit a button it will apear and disapear please help (im biggest noob ever)



p.s. is there a way to do a char select system? like being able to select a char and play? ty If someone is willing to help me with my problems ;)

Edited by MapleStoryUnited, 24 June 2007 - 04:32 PM.

  • 0

#2 Takagi

Takagi

    GMC Member

  • Global Moderators
  • 4105 posts
  • Version:GM8

Posted 24 June 2007 - 04:34 PM

I need help with creating exp, hp, mp and levels. And which GM do I need to make it.

Any GM version would work for this.

I also need to know how to make it when i level you get a spell and be able to add stats like str, int, dex, etc...and an invotory that can fit the picture that i want and when i hit a button it will apear and disapear please help (im biggest noob ever)

If you're the biggest noob ever, then I'd suggest not making an RPG.

p.s. is there a way to do a char select system? like being able to select a char and play? ty If someone is willing to help me with my problems

Do you know what variables are? If you do, and if you know some basic code, then I can give you a quick answer.
  • 0

#3 MapleStoryUnited

MapleStoryUnited

    GMC Member

  • New Member
  • 9 posts

Posted 24 June 2007 - 04:38 PM

please answer an not make misc. quotes if your not going to help don't post ( I know some basic codes ;) and Idk what variables are )
  • 0

#4 coollog

coollog

    GMC Member

  • GMC Member
  • 1152 posts

Posted 24 June 2007 - 04:46 PM

I need help with creating exp, hp, mp and levels. And which GM do I need to make it.

I also need to know how to make it when i level you get a spell and be able to add stats like str, int, dex, etc...and an invotory that can fit the picture that i want and when i hit a button it will apear and disapear please help (im biggest noob ever)



p.s. is there a way to do a char select system? like being able to select a char and play? ty If someone is willing to help me with my problems ;)

<{POST_SNAPBACK}>


Create exp, hp, mp and all other stats by setting global variables or the global arguments to the value of the hp, mp, and exp, etc. To make the levels, just make separate rooms. To get a spell or stats when you go to another level, just code the room creation codes for the rooms of the levels. Inventory... I'm not so sure its easy to put in without bugs. There is a way of making a character select system. Create a room and put objects of the different characters. When the player clicks on one, make the player select it. DONE! VOILA!
If this is helpful, remember Coollog Inc. and give credit to Coollog Inc. in your game. PLEASE GIVE CREDIT ;)
  • 0

#5 GhostyGhost

GhostyGhost

    Spriter

  • New Member
  • 461 posts

Posted 24 June 2007 - 04:47 PM

please answer an not make misc. quotes if your not going to help don't post ( I know some basic codes ;) and Idk what variables are )

<{POST_SNAPBACK}>

You know basic codes but no variables? Lmao
Variables are really important in a game.
IE:
if global.ammo=1111
{
instance_destroy
}


Variables can control the game, most are used for health and ammo.
  • 0

#6 nano351

nano351

    GMC Member

  • New Member
  • 330 posts

Posted 24 June 2007 - 04:50 PM

I need help with creating exp, hp, mp and levels. And which GM do I need to make it.

I also need to know how to make it when i level you get a spell and be able to add stats like str, int, dex, etc...and an invotory that can fit the picture that i want and when i hit a button it will apear and disapear please help (im biggest noob ever)



p.s. is there a way to do a char select system? like being able to select a char and play? ty If someone is willing to help me with my problems :D

<{POST_SNAPBACK}>


Create exp, hp, mp and all other stats by setting global variables or the global arguments to the value of the hp, mp, and exp, etc. To make the levels, just make separate rooms. To get a spell or stats when you go to another level, just code the room creation codes for the rooms of the levels. Inventory... I'm not so sure its easy to put in without bugs. There is a way of making a character select system. Create a room and put objects of the different characters. When the player clicks on one, make the player select it. DONE! VOILA!
If this is helpful, remember Coollog Inc. and give credit to Coollog Inc. in your game. PLEASE GIVE CREDIT ;)

<{POST_SNAPBACK}>

you want' credit for this! This is very simple to do and you shouldn't be helping people just to get credit ;) . You should help people just to help them!
  • 0

#7 MapleStoryUnited

MapleStoryUnited

    GMC Member

  • New Member
  • 9 posts

Posted 24 June 2007 - 05:00 PM

idc im trying to make a maplestory type thing 0_o and Its not possiable to do and item in the invotory and equip it is it? also would it be so much trouble to make an example with all of that you said in it like spells stats etc that i could look at to see some info? just something simple and fast ;)

Edited by MapleStoryUnited, 24 June 2007 - 05:03 PM.

  • 0

#8 NetSlut

NetSlut

    GMC Member

  • New Member
  • 191 posts

Posted 24 June 2007 - 05:09 PM

What you're asking for is a very big, complicated system that would take a fair bit of work, even if you only had a few choices of things; there are tutorials and many examples of complete inventory systems on these forums, you just have to do a search for them.
  • 0

#9 games4ever

games4ever

    GMC Member

  • New Member
  • 7 posts

Posted 24 June 2007 - 05:16 PM

How to create variables using drag and drop: First make an object. Then under the action Create, go to the control tab. At the bottom you'll notice the variables. Drag-and-Drop. You'll want the grey square with "var" on it. It will bring up a window. Select "self" at the top (selected by default) and when it asks for the variable, type whatever you want. If you want it to be global (able to be seen by all objects and able to affect them), type "global.yourvar" Set the value to 0 (default). The variable must be created in the "Create" action.
  • 0

#10 _228326

_228326

    GMC Member

  • New Member
  • 41 posts
  • Version:GM8

Posted 29 July 2012 - 08:52 AM

Hello,
I made this .. but i need a HP System (when monster touch me .. move 3mm to back...) and show the damage !
can you help me with that?

http://sandbox.yoyog...y-most-wantedx/ (my game :) )
  • -1




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users