Poll

Mango?

Mango
10 (32.3%)
Mango
0 (0%)
Mango
4 (12.9%)
Mango
8 (25.8%)
Mango
3 (9.7%)
Mango
4 (12.9%)
Mango
1 (3.2%)
Mango
1 (3.2%)

Total Members Voted: 31

Author Topic: Zombies in the Bluzone** [[CLOSING]]  (Read 580733 times)

well see
i have the entire script and it technically works, the only problem is i don't loving know why it's only changing ownership on half the bricks

We don't know that for sure. You had it set so it would change the ownership to me, you, or Knaz - depending who was on. Both me and you were on, and from what I saw in the chat messages it tried to make both of us owners, giving us a mix. Maybe we could try making it a manual command instead?

If worse comes to worse, we'll just need to /clearbricks and /reloadbricks in between breaks when Kniaz "shuts down" the server. And by "shutting down" I mean when we password it and kick everyone. In that period where there is no one is when I could reload the bricks.

no that's why the script is so stupid and has to have a better way of finding people
Code: [Select]
if(%client.bl_id == 672)
{
%kniazinserver = 1; //remmeber we found kniaz
talk("Kniaz located in the server.");
%audaxinserver = 0; //make sure we don't think audax is in the server too
}
if(%client.bl_id == 30584 && !%kniazinserver)//only if kniaz isn't in the server
{
%audaxinserver = 1; //remember we found audax
talk("Audax located in the server.");
}
if(%client.bl_id == 16807 && !%kniazinserver && !%audaxinserver)// only if audax and kniaz have not been found in the server
{
talk("Lugnut located in the server."); //note no variables are being set
}
Code: [Select]
if(%kniazinserver)
{
brickGroup_672.add(%brick);
continue; //prevents  later code from being called
}
if(%audaxinserver)
{
brickGroup_30584.add(%brick);
continue; //prevents  later code from being called
}
brickGroup_16807.add(%brick);//since this is on the end, it's only called if the first stuff isn't stopped.
Code: [Select]
if(%kniazinserver)
{
talk("Set all bricks to BL_ID:672's ownership.");
return;
}
if(%audaxinserver)
{
talk("Set all bricks to BL_ID:30584's ownership.");
return;
}
talk("Set all bricks to BL_ID:16807's ownership.");

last one is self explanitory.

Well I guess until that's fixed, we'll have to resort to /clearallbricks and /reloadbricks during down time. I'll get the minigame settings .cs from Knaz and have him explain working the special events and what-not.

Okay, so I'm postponing the school for now.
I'm working on two smaller bases currently so they can be used by factions.
I want the survivor base to remain neutral, because we need a base for general survivors and loners plus it also makes a good spawn.

The two bases are going to set up like two new areas, and are going to be smaller than the survivor base. They will be in defendable positions and hopefully have an equal amount of pros and cons.


I will also create a spawn room, which will double as a rule/tutorial. From there you can select the base you wish to spawn in. With an increase in map size, I may also increase the player count to 16 again.

Do note the bases will be quite small. The survivor base is much too large for a faction.
I'll release pictures of a base when I finish it c:

This also means back routes will be released much sooner.

I propose that Faction Base #1 is located in a forest, blocked by a makeshift gate. It can be in a swampy area, and have cabins and such, even the odd zombie. Faction Base #2 can be on the other side of the forest, maybe near a crashed UAV or something that gives them light. Some large tents scattered around, and other essentials.

We don't want an actual "base" like the one we have. There is a lot of tension between the groups, and blood may be shed. We don't want them to be warm and cozy, safe from the outside. They need to resort to the outside, no longer welcomed at the main base. They are two groups of people, armed and dangerous. They do not deserve to be safe and have a good base, they have been rejected by their fellow survivors and must succumb to their new area - toughen them out.

I'm gonna pull an all-nighter if I can.

Lugnut, why don't you have it check if there's a super admin or something in the server, then sets it to that player's ownership.

Lugnut, why don't you have it check if there's a super admin or something in the server, then sets it to that player's ownership.
i have to get it to set all the bricks ownership first
:(
which I believe i've done


aaaaand i just crashed the server accidentally.

aaaaand crash x2 combo
« Last Edit: April 20, 2012, 05:16:12 PM by Lugnut1206 »

alright i believe i have the ownership fixer completely working

yep, now i just have to make it automated and we're free from all that bullstuff

forget no

ok, simply do this whenever you join the server:

/claimownership [idhere]

only works for me, audax, and kniaz.
PREFERABLY
if kniaz is on the server, don't loving do it.


simply do /claimownership 672
to set all bricks to kniaz's ownership
/claimownership 16807
for my ownership
or /claimownership
(no bl_id)
for your ownership
« Last Edit: April 20, 2012, 05:50:12 PM by Lugnut1206 »

okay so scratch that, named brick errors.

i'm going to write a command that saves the bricks, clears all of them, then reloads them.

alright i believe i have the ownership fixer completely working

yep, now i just have to make it automated and we're free from all that bullstuff

forget no

ok, simply do this whenever you join the server:

/claimownership [idhere]

only works for me, audax, and kniaz.
PREFERABLY
if kniaz is on the server, don't loving do it.


simply do /claimownership 672
to set all bricks to kniaz's ownership
/claimownership 16807
for my ownership
or /claimownership
(no bl_id)
for your ownership

add me please :c

Why is there a pass? I want to play!

Why is there a pass? I want to play!

Because there's no one to moderate the server and the zombies don't work when the bricks' owner is not on the server.

I can't promise a roleplay today, sorry ><
The band I'm in has a gig tonight, and yeah...
Hopefully the ownership script gets fixed up! :3

You say it is password protected.  Is this because you have a public password to sort out the idiots liked in the old one, a password you only give to registered individuals, or are you just building?

Also, I would join, but I am banned front he computer until/through summer.  iPad right now.

Neither. It's just passworded because technically we aren't hosting it. It's dedicated, but because Kalphiter provides a good service, and it provide a better connection than Knaz's router. When it is being hosted, the password is removed and anyone can join. To sort out the idiots we just ban anyone that doesn't abide to the rules. They're easy to follow, and if you can't - we can't be assed to deal with your crap.

okay so scratch that, named brick errors.

i'm going to write a command that saves the bricks, clears all of them, then reloads them.

Sounds good.

I can't promise a roleplay today, sorry ><
The band I'm in has a gig tonight, and yeah...
Hopefully the ownership script gets fixed up! :3

Can you PM me your minigame favorite file that you use for the Bluzone? And explain to me the day and night events, and the rest of the events, when to do them etc.

And what things should I take note of to recap in the thread?

Audax, do you have skype? if so, add me:
kniazzy
We'll do a skype call and I'll run you through the administration and events etc and send you the save.