Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chaofruit

Pages: [1] 2 3 4 5 6 ... 8
2
Add-Ons / Re: Microphone
« on: January 14, 2009, 06:51:37 PM »
great for musicals and dramas lol

3
Add-Ons / Re: U1 Iroquois
« on: January 14, 2009, 06:51:07 PM »
thx for porting!
 :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:

4
Add-Ons / Re: Mech Heavy
« on: January 14, 2009, 06:43:08 PM »
nice job.
I'm downloading right now :D
you get a :cookie:

5
Help / Re: I'm confused with Team Deathmatch, Capture the Flag, and that.
« on: January 14, 2009, 06:40:24 PM »
I really liked the team deathmatch and that stuff too...  to bad spaceguy hasn't made them for v10 D=

6
Help / Re: Hexadecimal Text,How to use it
« on: January 14, 2009, 06:36:12 PM »
you get  50 :cookie: s

7
Help / How to make an RPG with variables
« on: January 14, 2009, 06:28:08 PM »
Introduction

Ok, in this tutorial i'm going to show you how to make an RPG with variables.  It won't be that hard.  That was a short intro :3

Getting Started

To make a variable RPG your going to need to have the variable add-on.  The current version is 4.  You can download it here: http://forum.blockland.us/index.php?topic=43084.0

Now if once you downloaded it, we can move on.


Making your RPG

-Mining
Mining is probaly the easiest to do, so that's why i'm starting with it.  Usually I start making copper ore first, so i'm going to explain how to do that.  look at the code here:
Code: [Select]
onActivate---self---fakekillbrick---[  ][  ][  ] [15]
onActivate---client---bottomprint---[You mine some copper! +1 mining XP]
onActivate---player---addVariable---[copper] [1]
onActivate---player---addVariable---[Mining XP] [1]
onActivate---client---displayvariable---[player] [chatbox] [copper]
onActivate---client---displayvariable---[player] [chatbox] [Mining XP]

There is you simple copper ore.  Now when you click the brick the brick will dissapear for 15 seconds and give you 1 copper and 1 Mining XP.  You can edit that to give more XP or copper if you want.

To make somthing that you need more Mining XP to mine then for the first line of wrench events you use:
Code: [Select]
onActivate---self---ifVariable---[player] [Mining XP] [GreaterEquals] [how much XP they need to have to mine the ore]
also for the rest of the wrench events the input event should be ifvariabletrue instead of onActivate.  also you may want it to say somthing if they don't have enough XP, for that just say:
Code: [Select]
ifvariablefalse---client---bottomprint---[what you want it to say]
That's it for mining.

-Logging

First examine this code:
Code: [Select]
onActivate---self---fakekillbrick---[  ][  ][  ] [15]
onActivate---client---bottomprint---[You cut some logs! +1 logging XP]
onActivate---player---addVariable---[logs] [1]
onActivate---player---addVariable---[Logging XP] [1]
onActivate---client---displayvariable---[player] [chatbox] [logs]
onActivate---client---displayvariable---[player] [chatbox] [Logging XP]

Ok, that is kind of like the copper ore code but with wood.  If you want to make higher levels of wood to cut then just do what we did with the copper ore.

Others

If you have a requests please tell me.


8
Help / Re: Blockland error exe.
« on: January 14, 2009, 05:36:13 PM »
maybe one of you vehicles is corrupt :3

re-installing blockland is always an option...

9
Help / Re: I can't get mission editor to work!
« on: January 14, 2009, 05:31:01 PM »
no, how do I do that? :cookieMonster:

10
Help / Re: teleportation
« on: January 14, 2009, 05:30:35 PM »
you have to download the playertransform output event.  Then do somthing like this:

 
                     
Code: [Select]
                          Named Brick
onActive----"the brick you want to go to"-----setplayertransform----north


You have to name the brick you want to go to.

11
Help / Re: I can't get mission editor to work!
« on: January 14, 2009, 05:26:36 PM »
You have to have the mod editor file in program files/blockland

If you have that, then check your -mod editor thing. Also you know the button is F11 right?

I have all of that and know to press the f11 button but it still won't work. )=
I got it working before but got a virus and had to delete my computer and I forgot how to get mission editor to work...

12
Help / Re: 2-3 issues and 1 question
« on: January 14, 2009, 05:24:34 PM »
I had pretty much the same problem until I got a new graphics card and updated my drivers

13
Help / Re: Just a simple question
« on: January 14, 2009, 05:20:40 PM »
If you mean that you want to keep up your server so that others can play while you arn't online then you need a dedicated server.  To start a dedicated server all that you have to do is go to the main blockland folder "C:\Program Files\Blockland"  and click on the bat file "dedicated.bat"

If you want to make a dedicated lan server for people at your home to play on than click on the bat file "dedicatedLAN.bat"

When you click one of the bat files a black command prompt window will pop up and act like your starting blockland but then blockland won't start, but the black window will be there, DON'T EXIT THIS WINDOW.  If you want to join your server to load somthing or play on it then just click the normal button you use to start up blockland and join your own server by clicking join a server and find your server.

If you started a LAN server, it will be in Query LAN (click the Query LAN button click your server and click join.)  If you started a Internet server than it will be in Query internet.  But you need retail blockland to make a internet server.

If nobody comes to your internet server then ether people just don'w want to come or your blockland internet is not up.  To get it up you have to forward the ports.  Follow the directions here to do that: http://www.blockland.us/portforward/index.html

Wow that was longer than I expected :cookieMonster:

14
Help / Re: Animation ICONS
« on: January 14, 2009, 05:09:02 PM »
your animations wont work huh?
I use gamemaker and GIF movie animator to make my animations  :cookieMonster:

15
Help / Re: Slate terrain problem
« on: January 14, 2009, 05:05:46 PM »
If you have edited them with mission editor then you may have deleted the floor :cookieMonster:
You could always try re-installing blockland XD

Pages: [1] 2 3 4 5 6 ... 8