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 - Crøwn

Pages: 1 2 3 4 [5] 6 7 8 9 10 ... 225
61
Drama / Re: Key Stolen By Jasa; Resulting In Revoked Key and Taken Name
« on: September 09, 2017, 08:42:37 PM »
Your key spammed on my server as well, shortly after that you stopped coming online Steam and were inactive for months. Not sure about this.


Notes

None

End


62
General Discussion / Re: Why is the Orbs Daprogs site down
« on: September 07, 2017, 01:37:57 PM »
I also keep a log of IP/IDs/Names of players who connect to Jailbreak, you can search by any of those fields on my leaderboard page: http://draked.me/leaderboard
Obviously don't have as many logged as Greek's site but just thought I'd mention it.

63
Add-Ons / Re: Blockland Glass 4.1
« on: September 04, 2017, 08:51:58 PM »
could you include uploading private addons to 4.2?
If an add-on is good enough to work and be distributed between friends it should be public.

64
Drama / Re: DDoS attacks on different servers?
« on: August 30, 2017, 02:51:42 PM »
They attacked my server too. I am very sad :panda:

65
Modification Help / Re: Does anyone know how the movehandler .dll works?
« on: August 29, 2017, 10:42:00 AM »
You need to define the function onPlayerProcessTick()

The first parameter that it's called with is the player object, and the next one is the inputs (could be wrong about the second one, I don't use it)

Return 0 makes them stop moving completely.
Returning a blank returns to whatever they were doing.
Return 0 if you are not making them do anything. (Probably want to do this most of the time)

Example:
function onPlayerProcessTick(%this, %input)
{
    talk(%this.client.name @ "'s tick" SPC %input);
    return 0;
}


There is a similar function onGetAIMove for bots.

66
Add-Ons / Re: Blockland Glass 4.1
« on: August 15, 2017, 04:57:28 PM »
I can help out if you need me to.
Since my post we’ve added two more moderators to the chat. You’re not exactly active so not sure you’d be the best candidate.

67
Add-Ons / Re: Blockland Glass 4.1
« on: August 14, 2017, 06:06:55 PM »
I might be mistaken, but I meant the service of BLG.
Like the website? I'd consider the chat/add-on a service too. Post website bugs in the Github.

68
Add-Ons / Re: Blockland Glass 4.1
« on: August 14, 2017, 05:50:23 PM »
Also, you guys have mentioned that you may report issues when one encounter them, but I didn't find any button or e-mail on the website or in-game. Bugs could be reported to GitHub. Other than that, I've only seen posts in this topic and you mention to people to report them. The topic got a lot of pages and there is no info about reporting an issue on the first page. Where is the correct and best way to give attention of issues that come up in the system?
Previously posting issues on Github was the best way, but there is actually a new system on the site that allows users to post bugs about any add-on they're running. The next update of Glass will include a way to do this in-game, but for now you can do it here: https://blocklandglass.com/addons/bugs/?id=11

Just hit "Open New issue".

69
Help / Re: Can someone give me the link to VCE real quick?
« on: August 14, 2017, 03:38:42 PM »
Pretty sure the manual is broken in this version but other than that it works: https://hostr.co/TiOsOXCmqBec

70
Drama / Re: Pickle rick!!!! bl_id 45192 Spreading BL hack
« on: August 14, 2017, 01:00:35 PM »
"Freedom Bringer" BL_ID 27007 was spreading it on my server as well.

71
Help / Re: what is the console command for saving an enviroment file?
« on: August 11, 2017, 09:14:02 PM »
saveEnvironment("file/path.txt");

72
Modification Help / Re: force a diffrent playertype using code
« on: August 11, 2017, 05:11:44 PM »
 It’s player.setDatablock();

73
Add-Ons / Re: Blockland Glass 4.1
« on: August 11, 2017, 03:14:17 PM »
i don't see glass admins or moderators that often in glasschat, consider getting more because glasschat is a pretty toxic environment.
This is something we’re trying to improve, the four of us have been pretty busy/inactive recently so getting more moderators is a good idea. Finding the right people is easier said than done though.

Maybe a report button that allows us look at a players recent messages and ban if needed would be a good addition to the service.

74
Modification Help / Re: Getting the key.dat file
« on: August 09, 2017, 01:16:52 PM »
I have a friend who's playing the steam version and he had it generate in his blockland folder

The file might be created (I don't use steam so not sure) but there's definitely no key in it that you're able to access if that's your goal here.

If you bought Blockland on Steam you do not have a key and cannot play without Steam.

75
Modification Help / Re: Getting the key.dat file
« on: August 09, 2017, 12:29:12 PM »
When playing Blockland on steam I don't think it actually creates a key.dat file as you don't have a key.

If you're not using steam and you're able to play without a key.dat, you're magical.

Pages: 1 2 3 4 [5] 6 7 8 9 10 ... 225