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 - BI0-Hazzard

Pages: 1 2 [3] 4 5 6 7 8 9
31
Suggestions & Requests / Re: Map Rotator (working link)?
« on: January 02, 2017, 06:53:24 PM »
Download the add-on from here
https://drive.google.com/open?id=0B8n9uMbZR8FsVzNSVWhYTlRGQVU

Please refer to this topic for help and more info
https://forum.blockland.us/index.php?topic=294277

32
Suggestions & Requests / Re: Map Rotator (working link)?
« on: January 02, 2017, 06:46:04 PM »
Hey, I made a script for this a little while ago.

I'm not sure if it's the one you were going for, but if so - the reason for the broken link is I'm moving servers!

Give me 10 minutes and I'll have a look

34
Suggestions & Requests / Anyone have a copy of the old RTBHosting script?
« on: November 27, 2016, 04:35:31 PM »
On my old VDS in France, I was working on a remote control for a Blockland server from a website, by doing so I was using the RTBHosting script as a guide.

A few months on, after leaving the whole thing for a while, I thought I backed everything up but it turns out I hadn't. Does anyone have a copy of it anywhere in their add-ons folder? If you downloaded a backup of add-ons from your server if you had RTBHosting, it should be in with them.

I'm pretty sure its either.
Script_RTBHosting.zip
Server_RTBHosting.zip
System_RTBHosting.zip

If you do have it, if you could send me a link to it, that'd be great.
Thanks in advance,
BI0.

35
General Discussion / Re: rip log's city rpg
« on: November 26, 2016, 02:46:59 PM »
CityRPG hosting is literally draining.
You need a strong team of Admins who you can rely on and that are fair, servo had a couple of bad eggs which slowly made the server unpopular, you've always got people asking how do I do..? how do I get a job? can I be a..? can you give me..?

It is a lovely mod to work with, but it does have loads of tiny bugs which can make it difficult to work sometimes. As an admin you're forever explaining stuff to people, dealing with some person who just ran over someone in a little pum pum car and has made the other person loose $6k from dying with it on their player.

I think the main reason it dies out so quickly is because it does take a stuff ton of maintenance and a team of reliable and fair admins who are active regularly who carry out the role properly

36
Modification Help / Re: Saving Info in files
« on: November 26, 2016, 02:30:09 PM »
I'd do something like this:
Code: [Select]
if(isFile("config/server/XP/data.cs")) {
  exec("config/server/XP/data.cs");
}

function storeXP()
{
   export("$XPSave_*","config/server/XP/data.cs");
}

//Function to add XP to client, by carrying out an action or whatever, call it with giveXP(%client,%amt);
// %client is the client, obviously. %amt is the amount of XP.
function giveXP(%client,%amt)
{
   $XPSave_[%client.BL_ID] += %amt; // Add to variable (You could also deduct by using minus numbers.)
   storeXP();
}

package LoadXP
{
function gameConnection::autoAdminCheck(%client)
{
if($XPSave_[%client.BL_ID]) {
                    messageClient(%client, '', "\c6Welcome back,\c3" SPC %client.name SPC"\c6. Your XP (\c3" @ $XPSave_[%client.BL_ID] @ "\c6) has been restored.");
                    %client.XP = $XPSave_[%client.BL_ID];
                } else {
                    %client.XP = 0;
                }               
return Parent::autoAdminCheck(%client);
}
};
activatePackage(LoadXP);

The export function will export every variable that has a prefix of "$XPSave_"
The * works as a wildcard and in the data.cs file, it'll record it in variable form.
For example:
Code: [Select]
$XPSave_14911 = 31;
$XPSave_14553 = 33;
$XPSave_14552 = 43;

Also, returning a function that already exists is important.

37
Suggestions & Requests / Re: Any way to block /boombox and/or /stereo?
« on: November 26, 2016, 02:10:31 PM »
I know what you're trying to achieve and completely agree with you on the fact that it's annoying.
If I'm right, any music that you download from servers when you play are stored in Add-Ons/Music/
I assume getting rid of them in there will stop you ever having to listen to those annoying loops

38
Game Modes / Re: CityRPG
« on: November 26, 2016, 02:07:35 PM »
Back in the day, CityRPG's used to be the stuff.

Sadly, I don't the era of CityRPG's will be the same as they used to be, the mods available for it are updates or add-ins to the original framework of either Iban, Peoplemods and a few other original mods.

McTwist made an RP mod which gave things a lift off, but CityRPG's I think won't make a groundbreaking return, thanks for sharing, though.

39
Modification Help / Re: GUI Development
« on: November 19, 2016, 11:05:19 AM »
Haha, I've just used that handy search button, nevermind.

40
Modification Help / GUI Development
« on: November 19, 2016, 10:58:01 AM »
Hello! Let me first apologise if this is in the wrong place (seemed like the most relevant place for it)

I'm just curious as to what software people use to produce in-game GUI's, I'd like to start making some of my own for a few scripts I've made in the past, along with some new ideas that I have.

Thanks in advance,
BI0.

41
Add-Ons / Re: New Map Rotation (v1.1) [MINIGAME ONLY]
« on: April 10, 2016, 06:52:17 PM »
Sorry for the extremely late replies to this, in the latest version (1.1) the rotation counts when a minigame is reset, this works with a vanilla mini-game and also with a slayer mini-game.

However this won't work if there are multiple mini-games running on one server.

This version is working well on Temper's server.

42
Suggestions & Requests / Re: oRBS - Service Closing?
« on: March 29, 2016, 03:30:45 AM »
I'm not looking for anything mod wise, oRBS is closing and I'd like to keep the service going

43
Suggestions & Requests / Re: oRBS - Service Closing?
« on: March 26, 2016, 06:19:21 PM »
I don't think you have the means nor skills to continue this service to be honest. I would rather it be a long-standing member that we can rely on. Otherwise, we might have that someone is trusted with it, DAProgs falls off the face of the earth, you can't manage it and we're left with nothing.

Sorry if I sound rude, but that's just the reality of it.

I understand what you mean, I know of a few people I used to develop mods with before-hand, I know this isn't anything small but I'm more than happy to at least keep what is already there going

44
Suggestions & Requests / Re: oRBS - Service Closing?
« on: March 26, 2016, 06:12:56 PM »
DAProgs is who you need to speak to.

Thank you!

45
Suggestions & Requests / oRBS - Service Closing?
« on: March 26, 2016, 06:03:17 PM »
When opening Blockland with oRBS installed, the chat room opened with the following message:



I don't know who to get in contact with, I don't mind keeping the service running on my server over-seas but to continue with it, the plan would be to take it on and gather together a team, along with myself, to continue to develop the service.

If anyone could put me in contact with whoever I'd need to speak to about this, that'd be great!

Thank you:)

EDIT: I'm not sure if this is the correct board, but it seemed like the closest thing to it?

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