Blockland Forums > Help
V.4 Variables help
(1/6) > >>
Obliviongate20:
I'm making an rpg,And theres some things i want to know.Would be nice if someone would help.

1.
I would like to know how to make a system that can increase your health (I'm trying to get it so that armor with increase your HP.)Or if theres a way i can actually make armor reduce damage,Either way i wanna know.

2.
I kinda want to know how i can make ores,blocks etc have HP.
Not much to explain here,But ive seen alot made like that.

3.
I would like to know how i can make a item that requires you to have more then 1 items (Etc,Hook+Rope,Bent stick+String..)
Orthone:
First step, get VCE.

http://forum.blockland.us/index.php?topic=74148.0
Headcrab Zombie:
Second step, learn to script.
Events are extremely limited in what you can do, and gamemodes that make use of this extremely limited system are often boring and featureless, often with gameplay involving little more than click spamming on bricks.

I'm pretty sure #1 isn't possible with VCE (correct me if I'm wrong because I'm not an expert on VCE)
Orthone:

--- Quote from: Headcrab Zombie on August 15, 2011, 11:08:30 PM ---Second step, learn to script.
Events are extremely limited in what you can do, and gamemodes that make use of this extremely limited system are often boring and featureless, often with gameplay involving little more than click spamming on bricks.

I'm pretty sure #1 isn't possible with VCE (correct me if I'm wrong because I'm not an expert on VCE)

--- End quote ---
#1 isn't impossible with VCE, but it does take a little effort to set up.
Goth77:

--- Quote from: Obliviongate20 on August 15, 2011, 10:20:30 PM ---I'm making an rpg,And theres some things i want to know.Would be nice if someone would help.

1.
I would like to know how to make a system that can increase your health (I'm trying to get it so that armor with increase your HP.)Or if theres a way i can actually make armor reduce damage,Either way i wanna know.

I made an add-on that includes amour type players, speed rank players, jump height ranks, and fist ranks/levels.
http://forum.blockland.us/index.php?topic=163072.0

2.
I kinda want to know how i can make ores,blocks etc have HP.
Not much to explain here,But ive seen alot made like that.

When the block is activated make the brick check for a variable called "hits" >= 10 (or any number)
Then on var tru, client add iron, message "got iron", brick disappear, then make sure to revert the "hits" var to 0 after the var is true.


3.
I would like to know how i can make a item that requires you to have more then 1 items (Etc,Hook+Rope,Bent stick+String..)

Make a var that adds to the player when they collect items. If they reach the correct amount, then use the events to "craft" that item. You can also use separate var names (recommended)

--- End quote ---
Navigation
Message Index
Next page

Go to full version