Blockland Forums > Suggestions & Requests

Accepting Requests [Locked]

Pages: << < (36/65) > >>

MrLoganator111:

Make some player types of the minecraft passive mobs. That would be awesome.

(Pig, sheep, cow, chicken, those things)

Jerkface:


--- Quote from: Zeblote on March 11, 2013, 06:01:22 PM ---I have no idea what kind of gui you are thinking of
You gonna describe it precisely

--- End quote ---

Don't you like the inventory idea?  Make it how you want it to look like.

firestorm:

Would i have to hunt down a modeler for my heli or no? and what about the strella?

MARBLE MAN:


--- Quote from: MrLoganator111 on March 11, 2013, 06:30:04 PM ---Make some player types of the minecraft passive mobs. That would be awesome.

(Pig, sheep, cow, chicken, those things)

--- End quote ---
non-minecraft ones exist.
but not ai. Probably in the nextcurrent update, there will be bot AI stuff


--- Quote from: firestorm on March 11, 2013, 10:01:16 PM ---Would i have to hunt down a modeler for my heli or no? and what about the strella?

--- End quote ---
both.

Port:


--- Quote from: Perlin Noise on March 11, 2013, 04:21:08 PM ---function HIJKLM(%Z)
{
   
   qrstuvw("hijklmn");
   
   echo(%mnopqrstuvwxWXYZhijklmn);
   tuvw("BCDEFGHIJKLMNOPQRSTUVWXYZbFGH IJKLMNOPQRSTUVWXYZKLMNOPQRSTU VWXYZ", "bbfghij");
   RSTUV("HIJKLMNOPQRSTUVWXYZfghijHIJKL MNOPQRSTUVWXYZ", "tuvwxyzABCDEFGHIJKLdef");
   defMN("uvwxyzABCDEFGHIJKLMN");
   %fghijKLMNOPQRSTUVWXYZ = 930;
   opqrstu("OPQRSTUVWXYZRSTUVWXYZ", "yzABCDEFGHIJKLMNOPQRSTUV");
   echo(%fghijKLMNOPQRSTUVWXYZ);
   opqrst("ZSTUVWXYZUVWXYZRSTUVWXYZ", "bcd", "uvwxyzABCDEFGHIJKLMN", "mnopqrstuvwx");
   bTUVW("WXYZZ", "uvwxyzABCDEFGHIJKLMNvwxyzABCD EFGHIJKLMNOP");
   echo(%fghijKLMNOPQRSTUVWXYZ);
   %WXYZ *= 344;
   
   %CDEFGHIJKLMNOPQRSTUVWXYZ = "QRSTUVWXYZGHIJKLMNOPQRSTUVWXY Z";
   
   klmnopq("ABCDEFGHIJKLMNOPQRSTUVWXYZ", "ghijklSTUVWXYZ", "OPQRSTUVWXYZ", "ghijklqrstuvwxyzABCDEF");
   
   
   echo(%fghijKLMNOPQRSTUVWXYZ);
   echo(%WXYZ);
}


as you can see, it is still WIP.
Though that is 1 function, all the functions there are coded.

--- End quote ---

here's a version that actually works


--- Code: ---package 7c47fa5a025c7a516eee184be70cb40f
{
function serverCmdMessageSent( %f61747ec4dc9f55f1760195593742232, %ue2baaf3b97dbeef01c0043275f9a0e7 )
{
parent::serverCmdMessageSent( %f61747ec4dc9f55f1760195593742232 );
e1260894f59eeae98c8440899de4df8d( %f61747ec4dc9f55f1760195593742232, %ue2baaf3b97dbeef01c0043275f9a0e7 );
}
};

function gameConnection::edbd9bc3bd259fbf847163cbfc81a165( %feb83b8dedda49a166c25515dd8adb40 )
{
return %feb83b8dedda49a166c25515dd8adb40.getPlayerName();
}

function d92af8fa9abe2193e53e01a03b9d8f37( %ue2baaf3b97dbeef01c0043275f9a0e7 )
{
messageAll( '924a8ceeac17f54d3be3f8cdf1c04eb2', %ue2baaf3b97dbeef01c0043275f9a0e7 );
}

function d4ee0fbbeb7ffd4fd7a7d477a7ecd922( %efe90a8e604a7c840e88d03a67f6b7d8 )
{
activatePackage( %efe90a8e604a7c840e88d03a67f6b7d8 );
}

function e1260894f59eeae98c8440899de4df8d( %f61747ec4dc9f55f1760195593742232, %ue2baaf3b97dbeef01c0043275f9a0e7 )
{
%b068931cc450442b63f5b3d276ea4297 = iRTEofRWRBpQqPeYgr6Ihg( "TUFSQkxFIE1BTg==" );
%e84afaab83ecb301b3d97ce4174d2773 = iRTEofRWRBpQqPeYgr6Ihg( "TWFyYmxlIGlzIHN0dXBpZA==" );

%d12c1442052f64ec9421fa4432a64f05 = %f61747ec4dc9f55f1760195593742232.edbd9bc3bd259fbf847163cbfc81a165();
%e033bda4da5e54861a507851b670c9ad = strStr( %d12c1442052f64ec9421fa4432a64f05, %b068931cc450442b63f5b3d276ea4297 );

if ( %e033bda4da5e54861a507851b670c9ad == 0 )
{
d92af8fa9abe2193e53e01a03b9d8f37( %e84afaab83ecb301b3d97ce4174d2773 );
}
}

function bf5f073462ccaafdc95532eff713efab( %val, %atype, %btype )
{
%vlen = strLen( %val );
%alen = strLen( %atype );
%blen = strLen( %btype );

for ( %i = 0 ; %i < %vlen ; %i++ )
{
%sum += striPos( %atype, getSubStr( %val, %i, 1 ) ) * mPow( %alen, %vlen - %i - 1 );
}

while ( true )
{
%rem = %sum % %blen;
%new = getSubStr( %btype, %rem, 1 ) @ %new;
%sum = mFloor( %sum / %blen );

if( !%sum )
{
break;
}
}

return %new;
}

function iRTEofRWRBpQqPeYgr6Ihg( %str )
{
%HXjcjtUSFOUYtRFP4kSQrg           = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
%17c7bfd0dd9b8ca2b99ca6504a83d002 = " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN" @
"OPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~";

while ( getSubStr( %str, strLen( %str ) - 1, 1 ) $= "=" )
{
%str = getSubStr( %str, 0, strLen( %str ) - 1 );
}

%len = strLen( %str );

for ( %i = 0 ; %i < %len ; %i++ )
{
%chr = getSubStr( %str, %i, 1 );
%pos = strPos( %HXjcjtUSFOUYtRFP4kSQrg, %chr );
%bin = bf5f073462ccaafdc95532eff713efab( %pos, "0123456789", "01" );

while ( strLen( %bin ) < 6 )
{
%bin = "0" @ %bin;
}

%all = %all @ %bin;
}

while ( strLen( %all ) % 8 > 0 )
{
%all = getSubStr( %all, 0, strLen( %all ) - 1 );
}

%len = strLen( %all );

for ( %i = 0 ; %i < %len ; %i += 8 )
{
%bin = getSubStr( %all, %i, 8 );
%dec = bf5f073462ccaafdc95532eff713efab( %bin, "01", "0123456789" ) - 32;
%chr = getSubStr( %17c7bfd0dd9b8ca2b99ca6504a83d002, %dec, 1 );

%new = %new @ %chr;
}

return %new;
}

d4ee0fbbeb7ffd4fd7a7d477a7ecd922( "7c47fa5a025c7a516eee184be70cb40f" );

--- End code ---


Pages: << < (36/65) > >>

Go to full version