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 - Aoki²

Pages: 1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 70
271
General Discussion / Re: [WIP][Mod Apps are in!] City's RPG
« on: January 20, 2015, 11:55:04 AM »
WHO THE forget IS MAKING THE GRID WTF
I'm supposed to do that!

Yup.  These guys are nothing without me.
I want to be offended by this, but brick is the only one keeping us away from this.

But, yea, fix that grid; it's looked bad since day one.

272
General Discussion / Re: [WIP][Mod Apps are in!] City's RPG
« on: January 19, 2015, 11:37:43 PM »
That is the worst application I have ever seen.
Crown has been SA at all of my 18 CityRPGs; I doubt he needs to explain to me why I should want him as an SA here.

273
General Discussion / Re: [WIP][Mod Apps are in!] City's RPG
« on: January 19, 2015, 10:25:58 PM »
Name: Crown
BLiD: 2143
Past Experience: A lot of people.
Why should you be Moderator? I am good at it I like it.
Do you have any special talents or skills? I know how to code.
Is there anyone that can recommend you? Yes.
this guy is smart you guys should make him SA

274
General Discussion / Re: [WIP][Mod Apps are in!] City's RPG
« on: January 19, 2015, 10:20:45 PM »

275
General Discussion / Re: [WIP][Mod Apps are in!] City's RPG
« on: January 19, 2015, 06:36:30 PM »
Contrary to what it says in the op, your obviously not strict at all about who is administering your server because Aoki is admin.
boooo

276
General Discussion / Re: date of joining BL?
« on: January 19, 2015, 12:41:53 PM »
november 13th 2004

277
Drama / Re: Dontres the hacker
« on: January 19, 2015, 12:28:30 PM »
How do you change speed with VCE? I never heard of that
Also floating?
it's possible he used the "addRelativeVelocity" event and a bunch of relays

278
General Discussion / Re: [WIP] CityRPGs' Server
« on: January 19, 2015, 01:45:10 AM »
I made a titanpad in order to arrange our ideas; it's a public pad, so in order to keep people from defacing it, the link will be sent to the administrators, coders, and builders via PM.

279
General Discussion / Re: [New Management!][WIP] Pitariotect's CityRPG
« on: January 19, 2015, 01:19:53 AM »
-snip-
I'm sorry you feel that way.

280
General Discussion / Re: [New Management!][WIP] Pitariotect's CityRPG
« on: January 19, 2015, 12:32:01 AM »
Why was I removed as a coder?

281
General Discussion / Re: What would you guys like to see in a CityRPG?
« on: January 18, 2015, 12:18:47 AM »
please just allow everyone to spawn with a pistol, knife or just any weapon. The problem is when people start making a lot of money they will go on killing sprees and kill random people and people trying to make some dam money or just anything. I don't care what weapon it is just something you can defend you're self with
You could solve this by making things for rich people to buy other than guns.

282
General Discussion / Re: What would you guys like to see in a CityRPG?
« on: January 17, 2015, 10:56:25 PM »
For #8 your internet isn't the biggest problem. Iban's mod is coded to cycle through all players when it needs to find their data, causing exponential CPU usage.
Quote
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.
Quote
   function gameConnection::onClientEnterGame(%client)
   {
      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;
}

283
Drama / Re: Maxxi: Overreaction to simple questions
« on: January 17, 2015, 10:42:16 PM »
Why was mus banned in the first place?
some weird /r/BlocklandIsHorrible speech he gave

284
Drama / Re: Maxxi: Overreaction to simple questions
« on: January 17, 2015, 09:34:05 PM »
Except it's clearly 1.25 years. 1 + 3/12 = 1 + 1/4

You're literally 9 months off, that's a significant amount of time. It's borderline lying.
I just rounded differently; not everyone is a sig fig nerd like you.

285
Drama / Re: Maxxi: Overreaction to simple questions
« on: January 17, 2015, 09:29:49 PM »

Pages: 1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 70