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

Pages: [1] 2
1
General Discussion / Re: [WIP] CityRPG's Server
« on: January 13, 2015, 07:48:21 AM »
I knew by the looks of the builds were designed by Brickitect
You are correct...

2
General Discussion / Re: CityRPG Coder/Dev Needed!
« on: January 12, 2015, 03:35:59 PM »
Why did you make two topics that are the same?
Accident

3
General Discussion / CityRPG Coder/Dev Needed!
« on: January 12, 2015, 03:23:38 PM »
I am a decent coder myself, learned lots about Torque Script over the years. The pain of hosting and having to continuously edit the file is not the best. I am looking for skilled coders to be a dev for my CityRPG server. The reward is SA [forget all the abusive admins but good coders]. I will only allow a good coder and admin overall. Please post your BLID and BL name. Also your skill for torque coding 1/10

4
Modification Help / CityRPG Coder/Dev Needed!
« on: January 12, 2015, 02:29:12 PM »
I am a decent coder myself, learned lots about Torque Script over the years. The pain of hosting and having to continuously edit the file is not the best. I am looking for skilled coders to be a dev for my CityRPG server. The reward is SA [forget all the abusive admins but good coders]. I will only allow a good coder and admin overall. Please post your BLID and BL name. Also your skill for torque coding 1/10

5
General Discussion / Re: CityRPG Server and Help
« on: January 12, 2015, 03:28:49 AM »
I can script some stuff if you want.

I am a decent scripter, I am just looking for a full-time one. I do not want to have to host, edit, administrate, and all the other stuff. Depends on your skills.

6
General Discussion / CityRPG Server and Help
« on: January 12, 2015, 03:22:26 AM »
I am going to soon start up a CityRPG server. I am hosting with BlockNet and I already have all the add-ons i need to host. I am still looking for some help and anything is good. Please post your BLID, Blockland name, and skills if you want to help out. You will get a reward for when the server starts. I am looking for builders, a coder/dev, eventers, and overall skills that you have in Blockland. I am hosting a version of Smooth's -Smooth's is an edit of Iban's-

7
General Discussion / Blockland Server Gamemode
« on: December 31, 2014, 11:06:24 PM »
Pretty simple, this is a poll for the Gamemode I am using for my upcoming dedicated Minecraft server (Hosting with BlockNet) Just click the link and off you go! The rest you can take care of.
http://goo.gl/mgQYGS

8
Help / Re: Server Hosting Not Working? Punch packets
« on: December 14, 2014, 02:38:01 AM »
Tick the "Disable UPnP" box in Options > Network (if it's not already ticked) and try again.
I am testing, thanks

9
Help / Server Hosting Not Working? Punch packets
« on: December 14, 2014, 02:26:06 AM »
When my friend tries to join my server, It always says 'Sending punch packets' I tried it not dedicated and dedicated. Neither worked. For some reason no one can join when it should be working. Please tell me how to fix it

10
Help / Re: One Man Army Miniboss Shop
« on: December 09, 2014, 07:37:38 PM »
Use
Onactivate>client>ifvalue><var:client:score> >=  (COST)
Iftrue>player>additem>item
iffalse>client>centerprint> <color:ffffff><font:arial:20>You can not afford this item! It costs <color:00ffff> (COST)

Fill in the gaps since these aren't the precise event names.

Wait how do I make it to remove the points? Everything else works :) thanks

11
Help / One Man Army Miniboss Shop
« on: December 09, 2014, 01:10:31 AM »
I am wondering what are the events to make a point shop in One Man Army with your score which you get from hurting the boss etc. The points use your score. I have VCE and addItem so please tell me how to make a point shop

12
This should work, tell me if you encounter any problems!

Step one: Loading item

Fist thing you need to do is to make sure that this weapon loads so that you dont break anything. To do this you can use a function called "forceRequiredAddon".

Open up server.cs inside gamemode_CityRPG.zip

Scroll down to the end of the file

Add this line
forceRequiredAddon("Your_ItemName");

Make sure to replace Your_ItemName with the name of the item you are loading. It should be in the format of "Weapon_WeaponName". If you are unsure what you should put here, put the name of the add-ons .zip file.

Step two: Getting the items datablock

Open up the zip file for the weapon you are adding. Look in each of the files for this line
Code: [Select]
datablock ItemData(somethingData)
Highlight somethingData and copy it, you will need it in the next step.

Step Three: adding the preferences

In the gamemode_CityRPG zip folder open up prefs.cs

Press Ctrl+F and search for .

You will need to edit a few values. First is
Code: [Select]
$CityRPG::ItemCount = someNumber. Take the number that is after the equals sign and set it to one plus whatever it is. For example if it is 6, set it to 7. Easy enough?

Code: [Select]
$CityRPG::prices::weapon::name[7] = "Paste What We Copied in step 2 here, leave the quotes!";
$CityRPG::prices::weapon::price[7] = 500; // Set this to what the price should be for it
$CityRPG::prices::weapon::mineral[7] = 250; // set this to how many minerals it should cost

Make sure that you set 7 to whatever number you just set $CityRPG::ItemCount to.

That should be all!
Cheers!

Thanks man I added all the weapons I wanted.

13
Modification Help / IBan's City RPG How do I add weapons to shop/add-ons
« on: August 15, 2014, 10:40:31 PM »
I want to add some more weapons that people can sell and buy and stuff. I am using Iban's CityRPG. Can someone please tell me how with an example on how to do it explaining it too? Also is it possible to add a whole add-on of weapons to the shop?

14
Help / CityRPG Map NEED BUILDERS
« on: August 13, 2014, 11:53:06 PM »
I am making a CityRPG and need some help making the map. I am making buildings, a bridge, etc. Requirements- Building Skills, Steam, and a full Blockland account. If you are willing to help please PM me your Steam and a link to a picture of one of your builds. I will add you on steam if I like it. Any fake photos of "your" builds will ban you from my server PERMANENTLY! If you help you will get moderator and 5000 if I like what you build

15
Modification Help / Aoki's City RPG How can I set drugs to infinite
« on: August 10, 2014, 09:37:15 AM »
When I place down a lot of drugs it will is I have reached the limit. Where is it and how do I fix it

Pages: [1] 2