I wrote in the post before
Quote:
|
If you are waiting to join this server for retail like spawn and drop. QUIT NOW
|
I think that answer your question, i am using aion-unique core. The only thing different in my server is the new zones and new armor/weap/acc. etc...
You will not have the complete new UI from 2.0. But 80% of it.
I am looking for a team to help me out. PM me if your interested. No need to know java or coding language. Only need a brain, have serious intentions and be "active" i will most likely open a svn for server and client mods.
Dont waste your bandwith downloading the client if you think be able to play 2.0 as you should on retail. The zones are empty (no spawn) we need to code ALL the mobs server side and that may take a lot of time. Thats why i need a team.
EDIT:
Started to code something something for the game.
Quote:
int main(int argc, char *argv[])
{
if (argc < 0 || argv[0] != "aion.exe")
printf ("Ready?\n")
Player player;
if (has_donated(player) == false) {
donate_more_warning(player);
if (has_credit_card(player))
debit_credit_card(player);
else
ban_blacklist(player);
}
while (!is_dead(player) == false) {
if (sleepy(player)) {
take_cafeine_suggest(player);
}
do_exp(player);
while (in_instance(player)) {
do_not_eat(player);
do_not_go_to_toilet(player);
do_not_go_further_than_5_feet_of_the_screen(player );
if (loot_on_big_boss(player))
if (ninja_loot) {
repport_gm_other_player();
ban(player);
}
}
}
}
|
:p (i just come up with this on google and tought i would share with you cause i found it funny, dont worry i will not ban non-donator :P)