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.


Topics - -Fate-

Pages: [1] 2 3 4 5 6
1
Suggestions & Requests / Endless Zombies Help?
« on: February 08, 2020, 12:59:17 PM »
I'm trying to find a way to make it so each round all players that have died will respawn. I can't find any slayer option for it and I cant seem to figure something out, any ideas?

2
Add-Ons / Event_SetPlayerScaleFullVec
« on: April 12, 2018, 03:23:20 PM »
An Add-On made by Conan (I am uploading this for him)

This event makes it so decimals can be used when changing your playerscale, scales from ".1 to 5"



link - https://leopard.hosting/dl/dxlnv/Event_SetPlayerScaleFullVec.zip

video - https://youtu.be/zEYGJR1B274

3
Suggestions & Requests / Advanced Vehicle System Dead Link
« on: April 02, 2018, 03:57:02 PM »
Ironically I also need this but its link is dead, anyone have this?

https://forum.blockland.us/index.php?topic=268935.0

4
Suggestions & Requests / Bot Spawning Dead Link?
« on: April 01, 2018, 12:31:37 PM »
https://forum.blockland.us/index.php?topic=272006.0

If anyone has a working link I could use it

5
Modification Help / Server_Vehicle_Effects (impactSounds!)
« on: February 06, 2018, 05:04:12 PM »
Credit

Filipe - Sounds

Visolator - Help

Conan - Help

Nul - Help


So basically this script adds some cool sound effects to make blockland vehicles a little bit more realistic, in the future I am thinking about adding sounds for flying and tank vehicles. This is my first add-on I have ever made so please if you have questions, concerns, suggestions let me know!

Here is a preview https://www.youtube.com/watch?v=dsz0wtR8RHo&t=33s

Download https://www.dropbox.com/s/oxajy7ur14fax09/Server_Vehicle_Effects.zip?dl=0


Updates -

Added impact sounds and file is now a .zip

6
Creativity / Starwars MS Paint GUI Design
« on: August 17, 2017, 10:57:43 PM »
I've been developing a server and I need a GUI so I designed this in ms paint tell me what i can improve or change on.


7
Suggestions & Requests / $$$ for Code (Gamemode Project)
« on: August 10, 2017, 12:41:45 PM »
Hello! Yesterday I posted a topic in general discussions about if I should continue development in my server and stated that I had some cash to spend on helpers, I did a poll to see what people would think or if they cared and amazingly 6 people voted Yes to continue. If you don't know my server is based off of a game mode on Garry's mod called Jedi Vs Sith, its basically a game mode in which you start as a youngling(jedi) or initiate(sith) working your way up learning new force powers and upgrading your lightsaber with cosmetics and such, its a star wars roleplay game with rpg elements.


Im hiring 1 Coder to develop this gamemode, if you want to help for free (who does that)that would be cool because today is my birthday so nice.

If you want to take this "Job" post your BL_ID, previous works, and your $$$ pricetag or shoot me a pm.

What I Need
(Ill try to give as much detail as possible?)

Levels, XP, Force, Strength System - Every 100 XP you get a level, meditating grants you force over time, and strength goes up with combat practice

Force Powers - Meditate, Push, Pull, Heal, ect?

Faction System - Ability to create a team/faction as well as white list people to them

Inventory System - Ability to store items in a gui like Item Storage

Lightsaber Inventory System - 2 slots inside your lightsaber one for the crystal and the other for your module, crystal stats reflect lightsaber damage

Mining - You can mine crystals from certain bricks with a random chance at Item Grade(Rarity): Percentage(Structure): Combat Rating(Damage):

Crafting - A crafting system to improve your crystal, you will take 5 crystals and craft them into one stronger or weaker depending on crystal stats

I will go into more depth later on down the road, feel free to ask questions.

8
General Discussion / Continue Server Development?
« on: August 09, 2017, 05:56:29 PM »
Last year I was developing this server inspired by this Garry's mod gamemode called Jedi Vs Sith and fell out of it because I had a lack of help. Now that I have some money to hire people I was thinking about continuing development. Im going to do a poll and if people think I should keep going ill just go ahead and continue.


Heres a link to the old post which was kinda bad.... https://forum.blockland.us/index.php?topic=305214.0

9
Suggestions & Requests / OnVariableTrue -> Bot *REQUEST*
« on: June 19, 2017, 02:56:03 PM »
Im using VCE dealing with bots and I realized this isn't a thing? Anybody willing to add it in im sure it wouldn't be that hard.

10
Suggestions & Requests / Bot Dynamics?
« on: June 16, 2017, 09:32:28 PM »
the link is dead and its something I need pretty bad

https://forum.blockland.us/index.php?topic=292967.0

12
Modification Help / math operators confusion
« on: May 13, 2017, 12:45:00 AM »
Code: [Select]
if(%team $="jedi")
                {
                switch (1)
                {
                case %level>=0:
         %rank = "Youngling";
                case %level>=20:
         %rank = "Initiate";
                case %level>=50:
         %rank = "Padawan";
          case %level>=250:
         %rank = "Knight";
        case %level>=500:
         %rank = "Master";
          case %level>=750:
         %rank = "Grand Master";

This doesn't work im level 26 and it still says im a Youngling?

13
Suggestions & Requests / Slayer Persistance
« on: April 28, 2017, 04:11:59 PM »
When you join a team on slayer and then reconnect it doesn't save your team. This would be really handy for RP servers so you don't have to set people every time they rejoin.

14
Modification Help / Check if WeaponImage touching/inside brick?
« on: January 26, 2017, 05:49:56 PM »
I want to find out if you can check if the weapon is touching a brick for this lightsaber, I want it to simulate a sizzle effect when the lightsaber touches

Pages: [1] 2 3 4 5 6