Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Zero
You last visited: Today at 19:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Mechwar and Absolute merge, yay or nay?

Discussion on Mechwar and Absolute merge, yay or nay? within the Zero forum part of the MMORPGs category.

View Poll Results: what should be done?
merge completly 12 37.50%
merge and keep it 2 channels 6 18.75%
stay seperate 14 43.75%
Voters: 32. You may not vote on this poll

Reply
 
Old 02/19/2010, 02:00   #16
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
Good! Anyways, I veto because too much people in a dev team means madness and one little incident can spark a big fire
nadjatee1996 is offline  
Old 02/19/2010, 02:24   #17
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
Good! Anyways, I veto because too much people in a dev team means madness and one little incident can spark a big fire
lol AZ only has 4 dev and if we merge we are only taking 3 of theres xD
bladeofthedark is offline  
Old 02/19/2010, 02:40   #18
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
You didn't count me did you?...I'm off?
nadjatee1996 is offline  
Old 02/19/2010, 04:18   #19
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
You didn't count me did you?...I'm off?
you are and never where a Developer >_>
bladeofthedark is offline  
Old 02/19/2010, 04:40   #20
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
Yea..no wait,I'm a sub programmer, that counts as SUB-developer....I believe Super said I can access limited server files.Also, everybody hates me now...
nadjatee1996 is offline  
Old 02/19/2010, 04:48   #21
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
Yea..no wait,I'm a sub programmer, that counts as SUB-developer....I believe Super said I can access limited server files.Also, everybody hates me now...
a sub of any thing dosnt really get what the real one dose
bladeofthedark is offline  
Old 02/19/2010, 05:48   #22
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
Once I get the hang of things, I'm obviously gonna apply for programmer and PLUS, I know a little 3D modelling too, just not with AutoDesk
nadjatee1996 is offline  
Old 02/19/2010, 18:53   #23
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
Once I get the hang of things, I'm obviously gonna apply for programmer and PLUS, I know a little 3D modelling too, just not with AutoDesk
i know Blendter 3d, Maya 3d, 3ds max, TurboCOD, and some others i really dont know the name of like the system second life uses and some programs used to make sculpties in second life. i know VB, Java, Java Script, HTML, Action Script, and a bit of C++. i know low end encriptions, hacking and translations. i know japanese, bits of chinese, korean, russian, german, irish, and sweedish. i know textureing as well as rendering and animations. i have used 3d animation programs so im familier with that and flash animations. lighting and shading of animation and 3d modeling. i also know how to use linux and other sub OS like it (ubuntu). i can also build computers and fix them given its in real life. and if i find some thing i cant do i will find some one that can and i will learn it for my self because lets face it, bugging people to help you is just annoying and you do it alot.

so then what do you know?
bladeofthedark is offline  
Old 02/19/2010, 19:12   #24
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
I know flash Action script, VB08, use to know some PhP, and Java+JavaScript, still remember some HTML. Photoshop CS4, some modelling program my sister use to let me play around with, Chinese,Mandarin,Spanish,English, hacking, computer tech, robotics, was learning C, hard facts about how a computer works, XP semi-pro, real life modeller, rendering, animations.I wouldn't have bugged you if you gave me nice instructions from the start.(Put the mobo in, plug it in, you done!->thats you)
nadjatee1996 is offline  
Old 02/19/2010, 19:21   #25
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
I know flash Action script, VB08, use to know some PhP, and Java+JavaScript, still remember some HTML. Photoshop CS4, some modelling program my sister use to let me play around with, Chinese,Mandarin,Spanish,English, hacking, computer tech, robotics, was learning C, hard facts about how a computer works, XP semi-pro, real life modeller, rendering, animations.I wouldn't have bugged you if you gave me nice instructions from the start.(Put the mobo in, plug it in, you done!->thats you)
if so then make a better site then andy and upload some screens of stuff you have done. and if you are in actuall programing then what dose
System.out.println();
do?
and tell me what is this "/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package javaapplication17;

/*
*
* @author 20513
*/
import java.util.Scanner;
import java.lang.*;

public class Main {

/*
* @param args the command line arguments
*/

public static void tttborad1(String [][] tttborad){



for (int row = 1; row < tttborad[0].length -1; row++){
for (int col = 1; col < tttborad[0].length -1; col++){

System.out.print ("[" + tttborad[row][col] + "]" );
}
System.out.println();
}


}
public static void update_tttborad(String [][] update_tttborad){



for (int row = 1; row < update_tttborad[0].length -1; row++){
for (int col = 1; col < update_tttborad[0].length -1; col++){

System.out.print ("[" + update_tttborad[row][col] + "]" );
}
System.out.println();
}


}
public static void main(String[] args) {
// TODO code application logic here
Scanner input = new Scanner (System.in);

int row, col, wolfgen, wolfgen1, again, rand1, rand2, num1, num2, total, sscan, xcount, againz, yesno;
String var1, var2, var3, var4, var5, var6, var7, var8, var;

againz = 0;
xcount = 0;
again = 0;
total = 0;
String [][] tttborad = new String [12][12];
String [][] update_tttborad = new String [12][12];


for (int r = 0; r < tttborad.length; r++){
for (int c = 0; c < tttborad[0].length; c++){

tttborad[r][c]= " ";
System.out.print ("[" + tttborad[r][c] + "]");
}
System.out.println();
}
for (int m = 0; m < update_tttborad.length; m++){
for (int n = 0; n < update_tttborad[0].length; n++){

update_tttborad[m][n]= " ";
System.out.print ("[" + update_tttborad[m][n] + "]");
}
System.out.println();
}






System.out.println(" ");

do
{
rand1 = ((int)((10 - 1 + 1)* Math.random() + 1));
rand2 = ((int)((10 - 1 + 1)* Math.random() + 1));

row = rand1;
col = rand2;

if (tttborad[row][col] == " ")
{tttborad[row][col] = "x";}

again = again + 1;

num1 = 1;
num2 = 1;

}while (again < 30);
sscan = 0;

tttborad1(tttborad);
System.out.println("");


do
{

for (int b = 1; b < tttborad.length - 1; b++){
for (int e = 1; e < tttborad[0].length - 1; e++){

num1 = b;
num2 = e;

total = 0;


var1 = tttborad[num1 - 1][num2 - 1];
var2 = tttborad[num1 - 1][num2];
var3 = tttborad[num1 - 1][num2 + 1];
var4 = tttborad[num1][num2 - 1];
var5 = tttborad[num1][num2 + 1];
var6 = tttborad[num1 + 1][num2 - 1];
var7 = tttborad[num1 + 1][num2];
var8 = tttborad[num1 + 1][num2 + 1];

if (var1 == "x")
{total = total + 1;}
if (var2 == "x")
{total = total + 1;}
if (var3 == "x")
{total = total + 1;}
if (var4 == "x")
{total = total + 1;}
if (var5 == "x")
{total = total + 1;}
if (var6 == "x")
{total = total + 1;}
if (var7 == "x")
{total = total + 1;}
if (var8 == "x")
{total = total + 1;}

if (total >= 4 || total <= 1)
{update_tttborad[num1][num2] = " ";}
else if (tttborad[num1][num2] == " " && total == 3 )
{update_tttborad[num1][num2] = "x";}
else if (tttborad[num1][num2] == "x" && total == 2 || total == 3)
//if (total >= 3 && total <= 3)
{update_tttborad[num1][num2] = "x";
xcount = xcount + 1;}

}
}

tttborad1(update_tttborad);


for (int v = 1; v < tttborad.length - 1; v++){
for (int w = 1; w < tttborad[0].length - 1; w++){
tttborad[v][w] = update_tttborad[v][w];
}
}


System.out.println(xcount);
xcount = 0;

System.out.println("Would you like to run again? yes = 0 no = 1");
yesno = input.nextInt();
if (yesno == 0)
{againz = 0;}
if (yesno == 1)
{againz = 1;}

}while (againz == 0);






}

}
" program is copyright by me
bladeofthedark is offline  
Old 02/19/2010, 19:27   #26
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
Didn't you just hear me say i USE to know some Java+Javascipt?(Keywords are USE TO and SOME).AS for flash, I only made games, and even then, I'm still working on it, I got proof of reference too. What renderings you wanna see?I'm not uploading it here, go on MSN if you wanna see it, all I got is renderings of NSG's ZO pics anyways.

Oh and seriously, when did this become a show-off fest, I now what I can do and so do you, so why compete?C'mon man, we used to be good buddies, lets go back to being good buddies.
nadjatee1996 is offline  
Old 02/19/2010, 20:04   #27
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
Didn't you just hear me say i USE to know some Java+Javascipt?(Keywords are USE TO and SOME).AS for flash, I only made games, and even then, I'm still working on it, I got proof of reference too. What renderings you wanna see?I'm not uploading it here, go on MSN if you wanna see it, all I got is renderings of NSG's ZO pics anyways.

Oh and seriously, when did this become a show-off fest, I now what I can do and so do you, so why compete?C'mon man, we used to be good buddies, lets go back to being good buddies.
im not adding you or NSG back so forget it
bladeofthedark is offline  
Old 02/19/2010, 20:44   #28
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
Why?I barely annoyed you...Super will have some strong words with you, I'm positive
nadjatee1996 is offline  
Old 02/19/2010, 22:37   #29
 
bladeofthedark's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,164
Received Thanks: 42
Quote:
Originally Posted by nadjatee1996 View Post
Why?I barely annoyed you...Super will have some strong words with you, I'm positive
lol i talked to super a while back he wont do ****
bladeofthedark is offline  
Old 02/19/2010, 23:42   #30
 
elite*gold: 0
Join Date: Jan 2009
Posts: 229
Received Thanks: 0
Yea he will, he's gonna tell you to stop being such a baby, killing anybody won't solve anything
nadjatee1996 is offline  
Reply


Similar Threads Similar Threads
Absolute Zero PS
11/26/2010 - Zero - 294 Replies
me and a bunch of friends will be making a private server but we need a decrypter. the server will be full up to date with every thing 100% english. details on exp and zp drop TBA.
Mechwar (Zero Online)
09/28/2010 - Zero - 252 Replies
www.mechwar.nebulagaming.net Cap 90 max, cap 150 will be release a few weeks later along with fusion. 190 is already here. zps and exp is at rate 3x. gibberish in npc will be fixed asap. TY
L2 ABSOLUTE
06/25/2010 - Lineage 2 - 0 Replies
Can anyone tell me if there is some working bot for l2absolute( gracia final ) . pls add link to download<---- would be nice to have and InGame walker. TY :mofo:
[URGENT] Beta Patch 1.001 for MechWar
03/02/2010 - Zero - 0 Replies
URGENT! Everyone that downloaded the patch before Maintenance at 12:00AM PST. Please re-download the patch, we made a big mistake on the worlds.dat in the patch. But it is fixed now, so all you need to do is re-download the patch from the forum. Sorry for the inconvenience. More Updates will be posted on our forum. Feel free to check it out. Regards, MechWar Team
What would you like to see in Absolute Zero?
02/15/2010 - Zero - 46 Replies
Well...shoot your ideas..while your at it, if you can make a browser, name some features you will want it to have.



All times are GMT +1. The time now is 19:54.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.