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 - _OXBADCODE#

Pages: 1 [2] 3 4 5 6 7 8
23
Suggestions & Requests / Bot Event - Follow and Unfollow Player
« on: May 10, 2020, 01:11:48 AM »
I looked everywhere on the forums and couldn't find an event that lets you make a bot follow and unfollow a player.
The closest thing I've found is https://forum.blockland.us/index.php?topic=227571.0 (link is borked use kenko's archive for download)
However that add-on does not have the most basic feature - unfollowing a player; very big oversight, wouldn't you agree?

Anyhow, are my researching skills complete garbage or has nobody made an event like this?

24
Suggestions & Requests / Panquake Throwmod Map
« on: May 04, 2020, 04:41:34 PM »
Does anybody have the good ol' Throwmod map saved? I looked at both the forums and Kenko's awesome archive but couldn't find any traces of it.




25
Drama / [IMPORTANT] The Source code of BL Glass has been leaked.
« on: May 02, 2020, 08:11:26 PM »
It has come to our attention that the popular online messaging and add on management tool BL Glass has been recently hacked by an unknown l33t hacker. Outside sources confirm the reason behind this is the source code of this very add on has been leaked via Reddit post. Viewer discretion is advised, any fellow tribals will be banned from this thread. This is serious.


26
Drama / the master server just got hit hard by something
« on: August 18, 2018, 10:14:43 PM »

this isn't good

27
i am trying to wrap my head around how to make a sequence play say "insert" when you call this function
Code: [Select]
function Remington870Image::onLight(%this, %obj, %slot)
{
%props = %obj.getItemProps();
%state = %obj.getImageState(%slot);

if (%props.count < 6 && (%state $= "Ready" || %state $= "Empty") && (%obj.bulletCount[%this.item.bulletType] >= 1 || %obj.bulletCount[%this.item.bulletType] == -1))
{
if ($Sim::Time - %obj.lastRemingtonInsert <= 0.2)
return 1;

%obj.lastRemingtonInsert = $Sim::Time;
if (%obj.bulletCount[%this.item.bulletType] != -1)
%obj.bulletCount[%this.item.bulletType]--;
%props.count++;
%obj.playThread(2, "plant");
serverPlay3D(Remington870InsertSound, %obj.getMuzzlePoint(%slot));

if (isObject(%obj.client))
%obj.client.updateDetailedGunHelp();

return 1;
}

return 0;
}
help me people of the blocklands

28
~~~ bl gun ~~~
an (almost) exact replica of blockland's default gun weapon item



here are some fun facts about it:
- i forgot to eat dinner because i got so caught up in the making of this
- it took me 4 and a half hours to make this baby
-while gluing the parts together i yelled "forget!" and "Mother forgeter!" more times than i can count
- for some reason supermarkets don't sell this type of cardboard so i had to dedicate a whole day to look around the city for this god damn ultra rare material
- my dad says he is very proud of me and i feel that i am also very proud, very nice


update!! update!! black hammer

hammer is now colored black, stay tuned for more

update!! update!! v2 smooth update

i've smoothed the gun out completelly
in the future i might even put some kind of paper layer to make it even s m o o t h e r

update!! update!! v3 smoother update


i've removed all parts and put on a new paper layer on both the gun body and extra parts
holding the gun feels a lot better than before
in next update i will add the missing parts i didn't add yet (black hammer, magazine, barrel hole thingy and maybe even... a trigger?!?!?!??!?!!)

update!! update!! v4 black hammer part again update but with a twist

black hammer is back again looking better than ever
but thats not the only thing i've added
the magazine is here too
i literally got everything i could out of my black marker so i can't make it the barrel part atm, however expect to see it in a new update

update!! update!! v5 black barrel final update!!!!

it's finally here, a new black marker and a black barrel
this is the final gun update, final product
very proud and happy with it's look
i'll upload more images of it once i get back from school

time will only tell when i'll start working on the sword

29
Faces, Decals, Prints / the loveiest man on the planet earth
« on: December 28, 2017, 04:47:04 PM »

download now or this face will haunt your forever
https://leopard.hosting/dl/lpoxe/Print_1x1_loveyman.zip

30
Gallery / only in blockland
« on: November 25, 2017, 06:12:40 PM »

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