16
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.
Can i screenshot my money and give it to sentry to be redeemed when the server is switched?Talk to Sentry about it. From what he's told me, he's doing a full character wipe.
ID 13105 belongs to "Phantom of the Crash," a known server crasher who's been crashing servers for a few weeks now. Still surprised he isn't key-revoked yet.Anyone capable of revoking keys likely can't find the time to do it. Either way, other hosts can combat the issue by just banning the ID
Isn't that also that Phantom of the Crash user as well?Also known as Raven in-game and on Steam
If so, can we get a key revoke yet?
Looks like he wasn't so defiant after all.

Two gangs got really popular and had conflicting interests, and as such the city delved into chaos whenever they went to war.I plan on adding two criminal groups in the future, perhaps tonight.
It was glorious.This would also be glorious.
Just add very long cooldowns and long demerits,make it required for a 3+ man team (depending on the job),make high education required,make them have a living space to lay low + plan and requirements to buy masks,getaway etc.Make some jobs that can trace the money if they've went through transactions.To be frank with you, I just don't feel like it would add that much of a creative spin on the CityRPG mod. A Payday 2 gamemode would be much different, however, and would be totally rad
Balanced.Well apart from the cops,I feel the baton should only work if the people are on low hp to prevent baton rushing.
An unlimited source of money like this would break the gamemode into freebuilding and DMing
If we don't have any criminal jobs, then everyone will just be a CEO for their high paycheck. And in most CRPGs, cops DO spawn with weapons, and it's pretty easy to arrest a criminal, you just need good co-ordination with the other police units.I don't intend on completely removing the criminal tree - maybe just a better, more realistic way of executing it.
Unless this server enforces roleplaying, then there's no reason to remove the criminal job tree. Crime sprees are the basis of the economy in the majority of servers, and removing that will lead to everyone waiting for ages just to gain their education from pay-checks instead of looting corpses and arresting criminals. The cops vs robbers aspect is what most people join for, anyway. If done right, then things can get really interesting for the server and the city if you look at it from an RP perspective even though no one really role-plays.
Does anyone remember bbs' city rpg? It got a little crazy with the glitches and overwhelmingly valuable drugs and the ability to abuse the economy. But with that money, came multiple player-made factions, the two largest being "Altosk" (My gang of friends and lackeys) and G.U.A.R.D. (Guardians United Against Radical Destruction, a bunch of "mercenaries" that arrested any and every criminal) Those two factions attacked each-other constantly, both of which had traitors, spies, and cops within them.
(Will add more to this post)
The gamemode will start to lag when around 1000 clients have data objects created; to prevent this append the bold lines to the OnClientEnterGame function in the package.cs and the getData function in saving.cs. Position is important.Quotefunction gameConnection::onClientEnterGame(%client)Thank you, this will be super helpful. The server still needs an autosave
{
if(!isObject(CityRPGData.getData(%client.bl_id)))
CityRPGData.addData(%client.bl_id);
if(!isObject(CityRPGData.user[%client.bl_id]))
CityRPGData.user[%client.bl_id] = CityRPGData.getData(%client.bl_id);
parent::onClientEnterGame(%client);
if(isObject(CityRPGMini))
CityRPGMini.addMember(%client);
else
CityRPG_BuildMinigame();
if(CityRPGData.getData(%client.bl_id).valueGender $= "ambig")
{
messageClient(%client, '', "\c6You have been set as a male by default. Type \c3/loveChange\c6 to be known as female.");
CityRPGData.getData(%client.bl_id).valueGender = "Male";
}
%client.gender = CityRPGData.getData(%client.bl_id).valueGender;
%client.doIPKTest();
%client.schedule(1000,applyForcedBodyParts);
%client.schedule(1000,applyForcedBodyColors);
}
function Sassy::getData(%this, %ID)
{
if(isObject(CityRPGData.user[%id]))
return CityRPGData.user[%id];
for(%a = 0; %a <= %this.dataCount; %a++)
{
if(%this.data[%a].ID == %ID)
{
return %this.data[%a];
}
}
return false;
}
The gamemode will start to lag when around 1000 clients have data objects created; to prevent this append the bold lines to the OnClientEnterGame function in the package.cs and the getData function in saving.cs. Position is important.Quotefunction gameConnection::onClientEnterGame(%client)Thank you! This should prove to be pretty damn helpful. All the server really needs as of now is a good autosave
{
if(!isObject(CityRPGData.getData(%client.bl_id)))
CityRPGData.addData(%client.bl_id);
if(!isObject(CityRPGData.user[%client.bl_id]))
CityRPGData.user[%client.bl_id] = CityRPGData.getData(%client.bl_id);
parent::onClientEnterGame(%client);
if(isObject(CityRPGMini))
CityRPGMini.addMember(%client);
else
CityRPG_BuildMinigame();
if(CityRPGData.getData(%client.bl_id).valueGender $= "ambig")
{
messageClient(%client, '', "\c6You have been set as a male by default. Type \c3/loveChange\c6 to be known as female.");
CityRPGData.getData(%client.bl_id).valueGender = "Male";
}
%client.gender = CityRPGData.getData(%client.bl_id).valueGender;
%client.doIPKTest();
%client.schedule(1000,applyForcedBodyParts);
%client.schedule(1000,applyForcedBodyColors);
}
function Sassy::getData(%this, %ID)
{
if(isObject(CityRPGData.user[%id]))
return CityRPGData.user[%id];
for(%a = 0; %a <= %this.dataCount; %a++)
{
if(%this.data[%a].ID == %ID)
{
return %this.data[%a];
}
}
return false;
}
StiXil was recently auto-banned for attempting to crash my server as well.It's pretty unfortunate that the community has had this enormous influx of Steam players - not all have malicious intent, but it just seems that "hacking" wasn't really a thing before most recently.