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 - PartyMan

Pages: [1] 2
1
Off Topic / BLOCKLANDQUEST Contest
« on: January 08, 2011, 07:04:44 PM »
This is a video contest for Blockland - I wasn't sure where to put this so i stuck it into OffTopic kthx
Make a BlocklandQuest video like the BrodyQuest video, so many games have copied. So let's add Blockland into that list
Rules:
Must be based off the original video > http://www.youtube.com/watch?v=ygI-2F8ApUM&feature=related

Examples:
GrodonQuest: http://www.youtube.com/watch?v=cfSdQRqoDxc&feature=related
MinecraftQuest: http://www.youtube.com/watch?v=8nIgCL5sciI&feature=related
FortressQuest: http://www.youtube.com/watch?v=J082X9LVHqY&feature=related
NickQuest: http://www.youtube.com/watch?v=wEqXKwrao3Y&feature=related

So get started!
the Video with the most likes will win i guess, there is really no way to control who wins but its still fun to enter a contest :3
I think this will be easy considering its only backround music and lots of pictures and like one animation you can just copy threwout the whole video
and all the maps will make this easy too

Submit your video on youtube and then post a link on this thread

2
Modification Help / I need help with a script
« on: January 07, 2011, 01:15:30 PM »
I was messing around on FreeBasic, and it was working fine untill i tried adding a new sub "helloworld" (At the bottom of the code)
-This has nothing to do with Blockland :3-
So if you guys can help me out so i can get this to work thanks.
Code: [Select]
declare sub main
declare sub add
declare sub subtract
declare sub multiply
declare sub divide
declare sub calc
declare sub helloworld

main
sub main
    cls
    print "-Main Menu-"
    dim choice1
    print "1. Calculator"
    print "2. Hello"
    input choice1
    if choice1 = 1 then
        calc
    if choice1 = 2 then
        helloworld
    else
        main
    end if
end sub


sub calc
    cls
    print "-Calculator-"
    dim choice1
    print "1. Add"
    print "2. Subtract"
    print "3. Multiply"
    print "4. Divide"
    input choice1
    if choice1 = 1 then
        add
    elseif choice1 = 2 then
        subtract
    elseif choice1 = 3 then
        multiply
    elseif choice1 = 4 then
        divide
    else
        main
    end if
end sub


sub add
    cls
    print "-Add-"
    dim num1
    dim num2
    dim answer1
    input num1
    input num2
    answer1 = num1 + num2
    print answer1
    sleep
    main
end sub


sub subtract
    cls
    print "-Subtract-"
    dim num1
    dim num2
    dim answer1
    input num1
    input num2
    answer1 = num1 - num2
    print answer1
    sleep
    main
end sub


sub multiply
    cls
    print "-Multiply-"
    dim num1
    dim num2
    dim answer1
    input num1
    input num2
    answer1 = num1 * num2
    print answer1
    sleep
    main
end sub


sub divide
    cls
    print "-Divide-"
    dim num1
    dim num2
    dim answer1
    input num1
    input num2
    answer1 = num1 / num2
    print answer1
    sleep
    main
end sub

sub helloworld
    cls
    print "-Hello World-"
    dim word1 as string
    input "Say hello!" ; word1
    if number = Hello then
        print "Ohia there!"
    sleep
    main
end sub

3
Creativity / Re: EYE Corp 8Bit Cover
« on: January 07, 2011, 10:18:58 AM »
:3

4
Games / Re: How did you last die?
« on: January 06, 2011, 05:54:16 PM »
Creeper sappin my mine carts!

5
Games / Re: Gods and Idols - Free Real Time Stratagy Game
« on: January 06, 2011, 03:49:56 PM »
inorite, i searched and it didnt come up so i thought it didnt post :3

6
Games / Re: Gods and Idols - Free Real Time Stratagy Game
« on: January 06, 2011, 03:36:53 PM »
I couldnt find this one. and i copied and pasted from Minecraft forums

7
Games / Re: Gods and Idols - Free Real Time Stratagy Game
« on: January 06, 2011, 03:36:28 PM »
Bump to shows partyman's friendey on the front page.
I couldnt find this one. and i copied and pasted from Minecraft forums

8
Games / Gods and Idols - Free Real Time Stratagy Game
« on: January 06, 2011, 01:11:18 PM »
I found this really cool real time 3D space game called "Gods and Idols" Ive only played the game for 8 days and I'm already pretty strong, it's a game about taking over the galaxy, economy, allies, wars, and Gods.
You can build up your army and attack other players if you please or make friends with them... But watch out for the player named Exist, known as the "Noob killer". He kills noobs just for extra power gain but don't worry, when you seed your first planet you get "Valker" Valker is a God who protects other Gods from Gods such as Exist. V.2x is coming January and the community is still small, the most players Ive seen in the GaI sever is 10 right now, and Dev Jatte plays alot. He is like "Badspot" in this game Only he is named "Jatte".
You can take planets, or even whole solar system if you want too.
And its NOT one of those crappy 2D webgames, you're gonna need to download a client

For more information on this game please go to http://www.godsandidols.com/
You should watch the tutorial videos first before you jump into the game so you know what your doing

Did i forget to mention it was Free?



Tutorials:
Basics 1 - http://www.youtube.com/watch?v=8N1OJcBdvkA - Boring chat tutorial stuff
Basics 2 - http://www.youtube.com/watch?v=OxGZjZgstQk&feature=channel - Seeding planets, moving troops and population
basics 3 - http://www.youtube.com/watch?v=o-7N6_KH7lg&feature=channel - He attacks himself
Misc:
Scale of v.2x universe - http://www.youtube.com/watch?v=OeWegs2G5xs
Astroid belts - http://www.youtube.com/watch?v=YncNnVTE4es&feature=related

9
Drama / Re: "Magick" Mage; behind the alcohol, drugs and love orgies
« on: January 04, 2011, 05:06:40 PM »
everyone is forgetting that this isn't even about mage. the OP is trying to drama me, the great bisjac.
Nu

10
Drama / Re: this is blockland, not anything else
« on: January 03, 2011, 01:17:59 PM »

11
Drama / Re: "Magick" Mage; behind the alcohol, drugs and love orgies
« on: January 03, 2011, 11:13:13 AM »
Not everyone can be heartless jackasses you know.
Cca

13
Games / Re: Gods and Idols - Free Real Time Stratagy Game
« on: January 01, 2011, 04:40:42 PM »
Updated

14
Games / Re: Gods and Idols - Free Real Time Stratagy Game
« on: January 01, 2011, 12:08:23 AM »
-Removed- :3

Pages: [1] 2