Dec 30th 2014, 6:32:35
@qzjul:
Congrats on new gf.
Have the bots buy bushels before 2billion. I would say about every 100 million cash. Right now they are mega targets for bomb banks and landgrabs with insane cash returns.
I'm basically starting from the beginning of your code and trying to work through it piece by piece. Several of the terms are new to me., but I'm getting through it. Some of it makes no sense. For an example:
function rand_name(){
switch(3){ //rand(0,100)%7){
case 0: return guild_name();
case 1: return fantasy_name();
case 2: return wow_name();
case 3: return nickname();
case 4: return vampirename();
case 5: return pirate_name();
case 6: return projectname();
}
}
Basically case 0 1 and 2 will always get skipped. Makes no sense to me to have them if they always get skipped.
Congrats on new gf.
Have the bots buy bushels before 2billion. I would say about every 100 million cash. Right now they are mega targets for bomb banks and landgrabs with insane cash returns.
I'm basically starting from the beginning of your code and trying to work through it piece by piece. Several of the terms are new to me., but I'm getting through it. Some of it makes no sense. For an example:
function rand_name(){
switch(3){ //rand(0,100)%7){
case 0: return guild_name();
case 1: return fantasy_name();
case 2: return wow_name();
case 3: return nickname();
case 4: return vampirename();
case 5: return pirate_name();
case 6: return projectname();
}
}
Basically case 0 1 and 2 will always get skipped. Makes no sense to me to have them if they always get skipped.
Resistance is futile. You will be assimilated.