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 - Advanced Bot

Pages: 1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 19
121
Hello, remember Visolator's Level Up RPG? Yea, that was a total wreck. At first, I remember making that mod, it was so insecured, the mod would break easily, and people would be able to cheat by getting more exp somehow.

All of that will change. I have learned to code a lot more. That old code was made about a year ago, I have changed a lot since then.



Basically this mod will have a campaign, pvp, side missions (quests), dangerous missions for bigger rewards, a shop with many things to help along your journey to the final destination. There is a lot more than there was, but this mod will take forever if people barely help. We need to build everything that is NOT in green/blue. If you wish, you can help us. You can apply here to help if you like, and I will give you the pass in a PM.
Building - 25%
Badspot's Castle - 100% (Blockland's home)
Cave - 100%
Desert - 100%
Grasslands - 100%
Town - 8%
Space - 0%
Rocky Mountains - 0%
Ghost's Castle - 0%
-More places-

Coding - 96%
Core - 80%
Health & Damage - 100%
Load & Save - 100%
Datablocks - 100%
PvP - 100%

Eventing - 100%

GUI - 64%



Here is the build so far:






-Updating Picture-





Most build credits go to Cecil.



GUI is going to be remade as well, the old one (will be shown soon)

Compared to the new one (Pictures coming soon once has more good stuff on it), it is very different.



Want to help? Ask here.

122
Modification Help / Client-Side: Getting your own IP address?
« on: April 09, 2014, 11:25:23 AM »
How do you get your own IP address on your client-side? (Console command?) Not from the server.

123
Add-Ons / Report to all admins!
« on: April 06, 2014, 02:04:17 AM »
Report to all admins!

Just do /report stuff here to report to any admin/super admin.
/ReportTimeout for super admins to change the timeout in milliseconds.

/AdminReport - Reports to super admins. (Admins only)
/SuperReport - Reports to the host. (Super admins only)
Logs can be seen in "config/server/Logs/Reports/*"

Also has a special log writer that could be useful in other logging mods.

Credits:
  • Xalos
  • Visolator

Dropbox

124
Suggestions & Requests / More event parameters.
« on: April 03, 2014, 07:00:06 PM »
When making an event through code, you can only register 4 parameters in an output event. I would like more parameters, like around 5-7 of them.

125
I have been using minigameCanDamage, it returns 1, but, it will not damage.. Am I doing anything wrong?

126
Modification Help / Cannot be damaged (Not sure how)
« on: March 29, 2014, 02:56:02 AM »
Not really sure how I cannot be damaged, I am trying to reflect a bullet, it works fine, it just cannot damage me for some reason.


function ProjectileData::onCollision(%this,%obj,%col,%fade,%pos,%normal)
   {
      %objA = %obj.sourceObject;
      if((%col.getClassName() $= "AIPlayer" || %col.getClassName() $= "Player") && %col.reflect && %objA != %col)
      {
         %scaleFactor = getWord(%obj.getScale(), 2);
         %vel = %obj.initialVelocity;
         if(%obj.isDuplicate)
            %obj.delete();
         %p = new Projectile()
         {
             dataBlock = %this;
             initialPosition = %pos;
             initialVelocity = getWord(%vel,0)*-1 SPC getWord(%vel,1)*-1 SPC getWord(%vel,2)*-1;
             sourceObject = %objA;
             client = %objA.client;
             sourceSlot = 0;
             originPoint = %pos;
             isDuplicate = 1;
         };
         %p.setScale(%scaleFactor SPC %scaleFactor SPC %scaleFactor);
         %p.schedule(%this.lifetime,explode);
         return;
      }
      return Parent::onCollision(%this,%obj,%col,%fade,%pos,%normal);
   }


Basically when I shoot the flamethrower at an AI, it reflects back, but it doesn't damage.

127
Suggestions & Requests / Game Engine: Better ghosting method
« on: March 28, 2014, 09:31:29 PM »
The ghosting method seems to be players and bots first, I think it should be bricks first, once it loads most of the bricks, then it should ghost the players/projectiles/bots/etc.

128
Suggestions & Requests / Better WhiteList
« on: March 24, 2014, 02:50:29 PM »
I would like a better whitelist than the RTB one, that one seems pretty broken.

129
Add-Ons / Let's Rain Money!
« on: March 23, 2014, 12:57:28 AM »
Wanna be like dis guy?



Video

All you have to do is /money (Must be an admin), timeout is 3 seconds, it lasts for 5 seconds. It also plays a 3 seconds song to go with it.

Download

Warning: Sometimes bricks might not fake kill for some reason, please tell me how to fix it.

130
Modification Help / Finding a paint closest color
« on: March 22, 2014, 11:03:56 PM »
Is there anyway to find a closest paint color?

131
Clan Name: Public and Private Project Creators
Clan Initials: PPPC

Old Topic: http://forum.blockland.us/index.php?topic=249068.0
We are back!

What do we do?: We create mods to make the game better, they either will work on my server for an amount of time or (Will eventually get released) or will just get released right away. (Of course they will have some testing on them before having a chance of being released). We help each other become better than we were.

What do we need?: We need builders, coders, eventers, and idea generators. Builders and eventers is what makes our main server have quality, since the server will be under my name, I do not have a free key at the moment. (I have 2 keys, but both are obviously being used). Sometimes we release mods that comes with a special build.

Requirements (Minimum is one):

Intermediate / Experienced Builder
Even though I am not that good (Which is why I stick with coding), this would make a good combination.

Any Level Code Developer
Can you at least code something? It's okay if you are not too good at it, part of the team (Or me) can help you become better.

Any Level Eventer
Can you at least event something? It's okay if you are not too good at it, part of the team (Or me) can help you become better.

Critical Thinker of Ideas Developer
Creates ideas for each project.

Modeler
Create models if needed.


You must able to test the projects on the server to continue.



How do I join it?: Please fill the application below, but it is still deciding, so you may or may not pass it. (Most likely will pass it)

APPLICATION
Do you have match with any of the requirements?:
What is the most thing you do on the requirement list (Other than the last bullet on the list)?:
How long of experience have you had with the types above? (Coding, Idea creating, Building, Eventing)?:
Any proof? (How can you prove that you can join our clan?):
Account Type and Usernane: (Ex: Skype, Visolator)
In Game Name and BLID:



Members
(Clan Host) Visolator (20490) [Eventer | Scripter]
Pacer (4785) [Builder | Thinker]
Speed (41072) [Eventer]
Checko2100 (14321) [Builder]
Kolt (33316) [Builder | Eventer | Critical thinker]
Rye (19885) [Builder | Possible Thinker]
Jakob (14941) [Builder | Eventer]
Sentry (12027) [Builder | Eventer]
Danny Boy (3166) [Eventer | Coder]
Dragonslayer182 (29341) [Critical Idea Thinker]



Current Project:
Deathrun

Current Project Types Needed: (Possible changing)
Builders
Coders
Eventers

If you are accepted, please put PPPC in one of your clan tags. (You can put them in both if you want) You do not have to.

Please add me on steam if you want any quick responses.

132
General Discussion / Visolator's GameMode Randomizer - OFFLINE
« on: March 09, 2014, 01:10:36 PM »
(Picture will be updated soon)

It's here...

Description
This randomizer server will mix up gamemodes, for bonus rounds, anyone is able to vote for their favorite mode.

GameModes
Gamemodes is what will keep the server running. The current gamemodes that are built are below.

Team DeathMatch - 4 teams. Last team standing wins.
DeathMatch - Kill each other, no teams. Bring no mercy.
Zombie Survival - Survive the infinite waves of zombies, once you die, that is your last round you survived.
Parkour Challenge - Can you parkour?
Rise of Death - Someone becomes death, they have extreme powers that are more dangerous than you think.
DeathRun - 1 death controller every 8 players (Starts with 2 death controllers), try to survive their traps.
Last Man Standing - Will you last with only fists and a push broom?
Grapple Knife TDM - Last team standing wins.
Randomizer DM - Spawn with randomized weapons. Will you win?

Current ones Running on the server:
Last Man Standing
Grapple Knife TDM
Challenge (Updated every 2 weeks)
Randomizer DM

Am I able to help in anyway?
Yes you can! You can help us build more gamemodes. We do need more of course! Coding could be helpful as well.
To contact me, use steam or skype, my name on both of them are Visolator.

Can I apply for and moderation status?
No, you cannot, there will not be any apps at the moment.

133
Add-Ons / Flying
« on: March 08, 2014, 10:36:38 PM »
You can fly by using an event to toggle it.

OnActivate > Player > SetFlying > bool

Press & hold the jump key to fly up.
Press & hold the crouch key to fly down.

If you are in the air, you will stay in the air.

Mirror #1 : http://files.visolator.tk/Player_Fly.zip
Mirror #2 : https://www.dropbox.com/s/vvxtvhcn80ol2qe/Player_Fly.zip?dl=1

134
Modification Help / Load bricks with a custom ID?
« on: March 08, 2014, 09:57:28 PM »
Are you able to load bricks with a different ID/brickgroup?

135
NEW GUI - Press F4 anytime to open/close it. You can also search for files even faster.

Basicly, it can download files from the sites:
+ http://rtb-archive.host22.com/
+ http://lugnut.co.vu/add_ons/
+ http://nerrad.eu/bladdons/

If has a client file in it, it will open it so you do not need to restart, as well as discovering the file that you download so that it updates when you try to restart your server or whatever.

Why did you make this
So that you don't have to open your web browser, find the site and then proceed to find what you want

With this, you can just find what you what and have it easily installed



Pictures



GUI look by Pacnet, heavily edited by me.



Direct Mirror #1 - http://files.visolator.tk/Client_RTBDL.zip
Direct Mirror #2 - https://www.dropbox.com/s/ojci0pyx46arfqw/Client_RTBDL.zip?dl=1

If none of these links work, your internet obviously needs help..

Pages: 1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 19