Today is ♥Thursday♥ ~2024-03-28~ forum time is 2:47 AM.
u are logged in under the name ★☆Guest☆★
MainPage | RegisterHere | LogIn
The site-related art is drawn by Cake~
Screenshots + Game official art by NCsoft♥


If you are a member of cake and wish to post anything at all, do it here! News, ideas, questions, guides to help others, anything~ Post as much as you like ^_^ Just click the "new entry" button below~

1 2 3 4 »
If you want to try making text in aion colorful, past the following code into THIS WEBSITE:
http://www.compileonline.com/compile_java_online.php
And press Compile. You have to make the sentence in quotes the perfect length though.

Here is the code:
 public class StringDemo {
    public static void main(String[] args) {
    
    String input = "Time to go back to working on 60 daeva>_< aethertapping";
    /**             1234567890 234567890 234567890 234567890 234567890 2345**/
    String part1 = input.substring(0, 5);
    String part2 = input.substring(5, 10);
    String part3 = input.substring(10, 15);
    String part4 = input.substring(15, 20);
    String part5 = input.substring(20, 25);
    String part6 = input.substring(25, 30);
    String part7 = input.substring(30, 35);
    String part8 = input.substring(35, 40);
    String part9 = input.substring(40, 45);
    String part10 = input.substring(45, 50);
    String part11 = input.substring(50, 55);
    String output = "[color:".concat(part1);
    output = output.concat(";.6 1 1][color:");
    output = output.concat(part2);
    output = output.concat(";.7 1 1][color:");
    output = output.concat(part3);
    output = output.concat(";.7 .9 1][color:");
    output = output.concat(part4);
    output = output.concat(";.8 .9 1][color:");
    output = output.concat(part5);
    output = output.concat(";.8 .8 1][color:");
    output = output.concat(part6);
        output = output.concat(";.9 .8 1][color:");
    output = output.concat(part7);
    output = output.concat(";.9 .7 1][color:");
    output = output.concat(part8);
    output = output.concat(";1 .7 1][color:");
    output = output.concat(part9);
    output = output.concat(";1 .7 .9][color:");
    output = output.concat(part10);
    output = output.concat(";1 .7 .8][color:");
    output = output.concat(part11);
    output = output.concat(";1 .7 .7]\n\n");
    System.out.println("~~~ light blue & purple & pink");
    System.out.println(output);
   
   
   
   
    input = "Testing this one some more to see the full color range~";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";.3 .4 1][color:");
    output = output.concat(part2);
    output = output.concat(";.4 .4 1][color:");
    output = output.concat(part3);
    output = output.concat(";.5 .4 1][color:");
    output = output.concat(part4);
    output = output.concat(";.6 .4 1][color:");
    output = output.concat(part5);
    output = output.concat(";.7 .4 1][color:");
    output = output.concat(part6);
        output = output.concat(";.8 .4 1][color:");
    output = output.concat(part7);
    output = output.concat(";.8 .5 1][color:");
    output = output.concat(part8);
    output = output.concat(";.8 .6 1][color:");
    output = output.concat(part9);
    output = output.concat(";.8 .7 1][color:");
    output = output.concat(part10);
    output = output.concat(";.8 .8 1][color:");
    output = output.concat(part11);
    output = output.concat(";.8 .9 1]\n\n");
    System.out.println("~~~dark blue & purple & light blue");
    System.out.println(output);
   
   
   
    
    input = "You guys need to get better at making trippy colors :D ";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";.6 1 .7][color:");
    output = output.concat(part2);
    output = output.concat(";.6 .9 .7][color:");
    output = output.concat(part3);
    output = output.concat(";.6 .8 .7][color:");
    output = output.concat(part4);
    output = output.concat(";.6 .7 .7][color:");
    output = output.concat(part5);
    output = output.concat(";.6 .6 .7][color:");
    output = output.concat(part6);
        output = output.concat(";.6 .5 .7][color:");
    output = output.concat(part7);
    output = output.concat(";.6 .4 .7][color:");
    output = output.concat(part8);
    output = output.concat(";.6 .3 .7][color:");
    output = output.concat(part9);
    output = output.concat(";.6 .2 .7][color:");
    output = output.concat(part10);
    output = output.concat(";.6 .1 .7][color:");
    output = output.concat(part11);
    output = output.concat(";.6 0 .7]\n\n");
    System.out.println("~~~sea green & blue & purple~~~");
    System.out.println(output);
   
   
    input = "So i could stand next to her in panda >:D              ";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";1 1 .7][color:");
    output = output.concat(part2);
    output = output.concat(";1 .9 .7][color:");
    output = output.concat(part3);
    output = output.concat(";1 .8 .7][color:");
    output = output.concat(part4);
    output = output.concat(";1 .7 .7][color:");
    output = output.concat(part5);
    output = output.concat(";1 .6 .7][color:");
    output = output.concat(part6);
        output = output.concat(";1 .5 .7][color:");
    output = output.concat(part7);
    output = output.concat(";1 .4 .7][color:");
    output = output.concat(part8);
    output = output.concat(";1 .4 .6][color:");
    output = output.concat(part9);
    output = output.concat(";1 .4 .5][color:");
    output = output.concat(part10);
    output = output.concat(";1 .4 .4][color:");
    output = output.concat(part11);
    output = output.concat(";1 .4 .3]\n\n");
    System.out.println("~~~yellow & pink~~~");
    System.out.println(output);
   
   
   
    input = "More colors. moreeeeeeeee!! What color should i do next";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";.2 .4 .4][color:");
    output = output.concat(part2);
    output = output.concat(";.3 .4 .4][color:");
    output = output.concat(part3);
    output = output.concat(";.4 .4 .4][color:");
    output = output.concat(part4);
    output = output.concat(";.5 .4 .4][color:");
    output = output.concat(part5);
    output = output.concat(";.6 .4 .4][color:");
    output = output.concat(part6);
        output = output.concat(";.7 .4 .4][color:");
    output = output.concat(part7);
    output = output.concat(";.8 .4 .4][color:");
    output = output.concat(part8);
    output = output.concat(";.8 .4 .5][color:");
    output = output.concat(part9);
    output = output.concat(";.8 .4 .6][color:");
    output = output.concat(part10);
    output = output.concat(";.8 .5 .6][color:");
    output = output.concat(part11);
    output = output.concat(";.8 .6 .6]\n\n");
    System.out.println("~~~forest green & orange & pink~~~");
    System.out.println(output);
   
   
    input = "I'm still trying more variations of this~ so pretty  :3";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";1 .6 1][color:");
    output = output.concat(part2);
    output = output.concat(";.9 .5 .9][color:");
    output = output.concat(part3);
    output = output.concat(";.8 .4 .8][color:");
    output = output.concat(part4);
    output = output.concat(";.7 .3 .7][color:");
    output = output.concat(part5);
    output = output.concat(";.6 .2 .6][color:");
    output = output.concat(part6);
        output = output.concat(";.5 .1 .5][color:");
    output = output.concat(part7);
    output = output.concat(";.4 0 .4][color:");
    output = output.concat(part8);
    output = output.concat(";.3 0 .3][color:");
    output = output.concat(part9);
    output = output.concat(";.2 0 .2][color:");
    output = output.concat(part10);
    output = output.concat(";.1 0 .1][color:");
    output = output.concat(part11);
    output = output.concat(";0 0 0]\n\n");
    System.out.println("~~~purple & black~~~");
    System.out.println(output);
   
   
    input = "This is so goddamn addicting. I can't stop making color";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";1 1 .8][color:");
    output = output.concat(part2);
    output = output.concat(";1 .95 .7][color:");
    output = output.concat(part3);
    output = output.concat(";1 .9 .6][color:");
    output = output.concat(part4);
    output = output.concat(";1 .85 .5][color:");
    output = output.concat(part5);
    output = output.concat(";1 .8 .4][color:");
    output = output.concat(part6);
        output = output.concat(";1 .8 .5][color:");
    output = output.concat(part7);
    output = output.concat(";1 .8 .6][color:");
    output = output.concat(part8);
    output = output.concat(";1 .8 .7][color:");
    output = output.concat(part9);
    output = output.concat(";1 .8 .8][color:");
    output = output.concat(part10);
    output = output.concat(";1 .8 .9][color:");
    output = output.concat(part11);
    output = output.concat(";1 .8 1]\n\n");
    System.out.println("~~~white & peach & pink~~~");
    System.out.println(output);
   
   
   
    input = "This one is more peachy color :D wheee so fun to make~~";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";1 1 .8][color:");
    output = output.concat(part2);
    output = output.concat(";1 .95 .7][color:");
    output = output.concat(part3);
    output = output.concat(";1 .9 .6][color:");
    output = output.concat(part4);
    output = output.concat(";1 .85 .5][color:");
    output = output.concat(part5);
    output = output.concat(";1 .8 .4][color:");
    output = output.concat(part6);
        output = output.concat(";1 .75 .3][color:");
    output = output.concat(part7);
    output = output.concat(";1 .7 .2][color:");
    output = output.concat(part8);
    output = output.concat(";1 .65 .1][color:");
    output = output.concat(part9);
    output = output.concat(";1 .6 0][color:");
    output = output.concat(part10);
    output = output.concat(";1 .55 0][color:");
    output = output.concat(part11);
    output = output.concat(";1 .5 0]\n\n");
    System.out.println("~~~white & peach & orange~~~");
    System.out.println(output);
   
   
   
    input = "Have you had any drugs this morning yet? Yummy pills?  ";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";.6 .7 .7][color:");
    output = output.concat(part2);
    output = output.concat(";.65 .7 .67][color:");
    output = output.concat(part3);
    output = output.concat(";.7 .7 .63][color:");
    output = output.concat(part4);
    output = output.concat(";.75 .7 .6][color:");
    output = output.concat(part5);
    output = output.concat(";.8 .7 .57][color:");
    output = output.concat(part6);
        output = output.concat(";.85 .7 .53][color:");
    output = output.concat(part7);
    output = output.concat(";.9 .67 .5][color:");
    output = output.concat(part8);
    output = output.concat(";.95 .63 .5][color:");
    output = output.concat(part9);
    output = output.concat(";1 .6 .5][color:");
    output = output.concat(part10);
    output = output.concat(";1 .57 .5][color:");
    output = output.concat(part11);
    output = output.concat(";1 .53 .5]\n\n");
    System.out.println("~~~gray & orange~~~");
    System.out.println(output);
   
   
    input = "Felysia is there any cream left over from last time? :3";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";1 .3 .4][color:");
    output = output.concat(part2);
    output = output.concat(";1 .3 .4][color:");
    output = output.concat(part3);
    output = output.concat(";1 .4 .4][color:");
    output = output.concat(part4);
    output = output.concat(";.97 .5 .43][color:");
    output = output.concat(part5);
    output = output.concat(";.97 .55 .43][color:");
    output = output.concat(part6);
        output = output.concat(";.97 .6 .43][color:");
    output = output.concat(part7);
    output = output.concat(";.93 .7 .47][color:");
    output = output.concat(part8);
    output = output.concat(";.93 .8 .47][color:");
    output = output.concat(part9);
    output = output.concat(";.93 .85 .5][color:");
    output = output.concat(part10);
    output = output.concat(";.9 .9 .5][color:");
    output = output.concat(part11);
    output = output.concat(";.9 1 .5]\n\n");
    System.out.println("~~~salmon & spring green~~~");
    System.out.println(output);
   
   
   
    input = "Testing this one some more to see the full color range~";
    /**      1234567890 234567890 234567890 234567890 234567890 2345**/
    part1 = input.substring(0, 5);
    part2 = input.substring(5, 10);
    part3 = input.substring(10, 15);
    part4 = input.substring(15, 20);
    part5 = input.substring(20, 25);
    part6 = input.substring(25, 30);
    part7 = input.substring(30, 35);
    part8 = input.substring(35, 40);
    part9 = input.substring(40, 45);
    part10 = input.substring(45, 50);
    part11 = input.substring(50, 55);
    output = "[color:".concat(part1);
    output = output.concat(";.5 .5 .5][color:");
    output = output.concat(part2);
    output = output.concat(";.5 .53 .55][color:");
    output = output.concat(part3);
    output = output.concat(";.5 .57 .6][color:");
    output = output.concat(part4);
    output = output.concat(";.5 .6 .65][color:");
    output = output.concat(part5);
    output = output.concat(";.5 .63 .7][color:");
    output = output.concat(part6);
        output = output.concat(";.5 .67 .75][color:");
    output = output.concat(part7);
    output = output.concat(";.5 .7 .8][color:");
    output = output.concat(part8);
    output = output.concat(";.5 .75 .85][color:");
    output = output.concat(part9);
    output = output.concat(";.5 .8 .9][color:");
    output = output.concat(part10);
    output = output.concat(";.5 .85 .95][color:");
    output = output.concat(part11);
    output = output.concat(";.5 .9 1]\n\n");
    System.out.println("~~~gray & blue~~~");
    System.out.println(output);
   
    }
}
Views: 1101 | Added by: cake | Date: 2013-01-18 | Comments (0)

Face sliders:



Body sliders:




LOLWUT



Colors:



Pretty :D





Views: 878 | Added by: cake | Date: 2012-12-29 | Comments (0)

"to Ingisson" "to Eltnen" and other such labels are rift times.
The green ones are rifts that elyos can use to rift to morheim, to gelkmaros, and to beluslan, to kill guards.
The blue ones are rifts that asmodians can use to rift to eltnen, to ingisson, and to heiron, to kill guards.
Rift guards only spawn for 1 hour during the rift times, and then disappear.
Here is a map of every single location of these guards:

Views: 3587 | Added by: cake | Date: 2012-12-26 | Comments (0)

I was stalking Nyx on facebook the other day, and she made COOKIES. whaaaaaaaaaaat..! I'm so jealous. Now i'm going to attempt to make some cookies myself, today D:< She said that a website called [allrecipies.com] is where she got the idea, so i'm going to go there to try and learn to make cookies, too =w=



I'm going to try and make some sugar cookies today! Any ingredients I use, will be in blue and any tools I use, will be in purple.

Ingredients Summary
1.5 cups of butter
2 cups of white sugar
4 eggs
1 teaspoon of vanilla extract
5 cups of flour
2 teaspoons of baking powder
1 teaspoon of salt
Tools Summary
large bowl
measuring cup
whisk or spoon
teaspoon
refrigerator


First, get a large bowl and put in 1.5 cups of butter and 2 cups of white sugar. Use a measuring cup to know the precise amount to put in.Use a whisk or spoon to beat this mixture together until it's smooth and even.
Now, get 4 eggs and a teaspoon of vanilla extract, and mix these in, as well, until everything is very creamy.
Now, mix in 5 cups of flour2 teaspoons of baking powder, and 1 teaspoon of salt.
Chill this dough in a refrigerator for 1 to 12 hours. Meanwhile, you can work on making the icing.
To make icing, get x cups of confectioner's sugar or powdered sugar, and x cups of milk. Mix them together and add a tiny bit of food coloring or sugar colored pieces. Add in only enough milk to make it really thick, but creamy enough to use a paintbrush or spoon to paint it onto your cookie.
After the dough has been chilled, preheat your oven to 400 degrees Fahrenheit (200 degrees Celsius) while you're getting ready to shape the cookies.
Sprinkle the area where you're gonna roll out your dough, lightly with some flour. Now, take a rolling pin and roll out the dough until it's somewhere from 1/4 to 1/2 of an inch thick. Next, take a cookie cutter or a knife (i didn't have a cookie cutter, so I just carved out cookies with a knife lol) and start cutting out pretty cookie shapes!! :D When your dough is full of holes, roll it up into a ball again, and then roll it out flat again, and cut more. Repeat this until you use up all the dough.
Put the cookies 1 inch apart from each other, on cookie sheets. Cover them in icing designs. Bake them in the oven from 6 to 8 minutes. Then let them cool off~
NOW EAT THEM >:DDD  !![insert pic here][insert pic here]
Category: Cake's Delicious Blog | Views: 2594 | Added by: cake | Date: 2012-12-16 | Comments (0)



I can't wait to try the new classes in 4.0!! ;w; ... i will make 2 of each (so i can play each class on both factions). Especially the bard sounds really fun o:< they say it's like a cleric and sm rolled together ... whaaattt?? Take the 2 most OP classes and make a NEW ONE out of them! XD .. omggg. Cleric and SM are my favorite classes in aion, anyways o:<

I wanted to try out something fun for this class... i want to make an elyos bard and make it look rreeaallly reeaaallly asmo XD. These two pictures here are my attempt. Not too bad :D I know they'll have cool new hairstyles and faces in 4.0, but it's still so fun to try and decide a bit of the face shape, beforehand.

Has anyone else ever made an elyos that looks asmo?? Post a picture or link in the comments. I really wanna see!!

Category: Cake's Delicious Blog | Views: 2695 | Added by: cake | Date: 2012-12-16 | Comments (0)

My friends found an interesting website [click me] that draws fancy wispy lines on your screen. I decided to screw around with the idea, and use the pretty lines it generates, to make weapons look more glowy ... like this! :3



Anyone want to have a screenshot edited to have pretty glowy-ness? XD .. post a link to your screenshot, in the comment section below, and i'll do it for u~ i'm bored XD
Category: Cake's Delicious Blog | Views: 2521 | Added by: cake | Date: 2012-12-16 | Comments (1)

This is furniture that can be bought only if you have paid for a house, mansion, estate, or palace, in Pernon or Oriel. These items are sold from the special merchants in each village.
ImageElyos descriptionAsmo Description
Crestlich Egg Guestbloom
This is sold by the Village Special Guestbloom Merchant and costs around 6m. It gives out a blue chicken mount after being fed to full.
Crestlich Egg Guestbloom
This is sold by the Village Special Guestbloom Merchant and costs around 6m. It gives out a blue chicken mount after being fed to full.
Hat King's Special Hat Guestbloom
This is sold by the Village Special Guestbloom Merchant and costs around 6m. It gives out a chicken or a crow hat after being fed to full.
Hat King's Special Hat Guestbloom
This is sold by the Village Special Guestbloom Merchant and costs around 6m. It gives out a chicken or a crow hat after being fed to full.
Innocent Aris's Weapon Guestbloom
This is sold by the Village Guestbloom Merchant and costs 400 guestpetals. It gives out a lily weapon skin after being fed to full.
Innocent Aris's Weapon Guestbloom
This is sold by the Village Guestbloom Merchant and costs 400 guestpetals. It gives out a lily weapon skin after being fed to full.
Innocent Aris's Armour Guestbloom
This is sold by the Village Guestbloom Merchant and costs 70 guestpetals. There are 4 types of these blooms - chain, leather, cloth, and plate. They give out a lily armour or hat skin after being fed to full.
Innocent Aris's Armour Guestbloom
This is sold by the Village Guestbloom Merchant and costs 70 guestpetals. There are 4 types of these blooms - chain, leather, cloth, and plate. They give out a lily armour or hat skin after being fed to full.
Balic Materials Guestbloom
This is sold by the Village Guestbloom Merchant and costs 65 guestpetals.
Balic Materials Guestbloom
This is sold by the Village Guestbloom Merchant and costs 65 guestpetals.
Ore Guestbloom
These are sold by the Village Guestbloom Merchant. There are many types, purchased with varying amounts of guestpetals.
Ore Guestbloom
These are sold by the Village Guestbloom Merchant. There are many types, purchased with varying amounts of guestpetals.
Plant Guestbloom
These are sold by the Village Guestbloom Merchant. There are many types, purchased with varying amounts of guestpetals.
Plant Guestbloom
These are sold by the Village Guestbloom Merchant. There are many types, purchased with varying amounts of guestpetals.
Furniture Paint Guestbloom
This is sold by the Village Guestbloom Merchant. It gives out unique furniture paint when fed to full.
Furniture Paint Guestbloom
This is sold by the Village Guestbloom Merchant. It gives out unique furniture paint when fed to full.
Magic Power Crystal Ativas Statue
This is sold by the exclusive Village Furniture Merchant for around 40m.
Magic Power Crystal Ativas Statue
This is sold by the exclusive Village Furniture Merchant for around 40m..
Debarim Hammer
This is sold by the exclusive Village Furniture Merchant for around 40m.
Debarim Hammer
This is sold by the exclusive Village Furniture Merchant for around 40m..
Floral Vine Throne
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Throne
Sold by the Village Furniture Merchant for around 2.5m.
Full Bloom Floral Vine Bed
Sold by the Village Furniture Merchant for around 2.5m.
Full Bloom Floral Vine Bed
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Chair
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Chair
Sold by the Village Furniture Merchant for around 2.5m.
Dried Floral Vine Wall Decoration
Sold by the Village Furniture Merchant for around 2.5m.
Dried Floral Vine Wall Decoration
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Table
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Table
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Cabinet
Sold by the Village Furniture Merchant for around 43m.
Floral Vine Cabinet
Sold by the Village Furniture Merchant for around 43m.
Floral Vine Lantern
Sold by the Village Furniture Merchant for around 5m.
Floral Vine Lantern
Sold by the Village Furniture Merchant for around 5m.
Floral Vine Rug
Sold by the Village Furniture Merchant for around 5m.
Floral Vine Rug
Sold by the Village Furniture Merchant for around 5m.
Floral Vine Screen
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Screen
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Garden Parasol
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Garden Parasol
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Garden Chair
Sold by the Village Furniture Merchant for around 2.5m.
Floral Vine Garden Chair
Sold by the Village Furniture Merchant for around 2.5m.
Views: 14834 | Added by: cake | Date: 2012-12-13 | Comments (7)

There are two ways to get furniture paint. The basic colors can be obtained by clicking "furniture paint" spawns in Oriel and Pernon. The special colors can be obtained from a guestbloom that you can buy from a village merchant. You must have purchased a home (studio doesn't count) in Oriel or Pernon in order to have access to the merchant that sells this guestbloom.



Here are all of the furniture dye colors you can get:










Here are all the locations of collectable furniture dye spawn points in Oriel:



Here are all the locations of collectable furniture dye spawn points in Pernon:

Views: 6467 | Added by: cake | Date: 2012-12-13 | Comments (2)

This is furniture that can be bought using guestpetals from Portnaon in Pernon and ??? in Oriel.
ImageElyos descriptionAsmo Description
Cat Weapon Guestbloom
Costs 400 guestpetals.
Cat Weapon Guestbloom
Costs 400 guestpetals.
Godstone Guestbloom
Costs 600 guestpetals.
Godstone Guestbloom
Costs 600 guestpetals.
Elegant Nanyu Wood Shelf
Costs 112 guestpetals.
Elegant Korie Wood Shelf
Costs 112 guestpetals.
Lovely Wooden Shelf
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Lovely Wooden Shelf
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Sophisticated Egrasi Wood Display Cabinet
Costs 80 guestpetals.
Sophisticated Asvata  Wood Display Cabinet
Costs 80 guestpetals.
Elegant Nanyu Wood Display Cabinet
Costs 112 guestpetals.
Elegant Korie Wood Display Cabinet
Costs 112 guestpetals.
Lovely Wood Display Cabinet
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Lovely Wood Display Cabinet
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Sophisticated Egrasi Wood Cabinet
Costs 112 guestpetals. This is a 1-drawer simple 60-day cabinet.

Can also be purchased from shugo nomads for a cheaper price of 70 guestpetals.
Sophisticated Asvata Wood Cabinet
Costs 112 guestpetals. This is a 1-drawer simple 60-day cabinet.

Can also be purchased from shugo nomads for a cheaper price of 70 guestpetals.
Elegant Prolix Fiber Bed
Costs 112 guestpetals.
Elegant Hoca Fiber Bed
Costs 112 guestpetals.
Lovely Fiber Bed
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Lovely Fiber Bed
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Sophisticated Egrasi Dining Table
Costs 80 guestpetals.
Sophisticated Asvata Dining Table
Costs 80 guestpetals.
Elegant Nanyu Dining Table
Costs 112 guestpetals.
Elegant Korie Dining Table
Costs 112 guestpetals.
Lovely Wood Dining Table
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Lovely Wood Dining Table
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Elegant Nanyu Chair
Costs 112 guestpetals.
Elegant Korie Chair
Costs 112 guestpetals.
Lovely Wooden Chair
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Lovely Wooden Chair
Costs 160 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 100 guestpetals.
Medium Strong Fess Cloth Couch
Costs 32 guestpetals.
Medium Strong Twisp Cloth Couch
Costs 32 guestpetals.
Large Strong Fess Cloth Couch
Costs 40 guestpetals.
Large Strong Twisp Cloth Couch
Costs 40 guestpetals.
Medium Decent Sobi Cloth Couch
Costs 64 guestpetals.
Medium Decent Xilix Cloth Couch
Costs 64 guestpetals.
Large Decent Sobi Cloth Couch
Costs 72 guestpetals.
Large Decent Xilix Cloth Couch
Costs 72 guestpetals.
Medium Sophisticated Linon Cloth Couch
Costs 80 guestpetals.
Medium Sophisticated Anathe Cloth Couch
Costs 80 guestpetals.
Large Sophisticated Linon Cloth Couch
Costs 88 guestpetals.
Large Sophisticated Anathe Cloth Couch
Costs 88 guestpetals.
Medium Elegant Prolix Cloth Couch
Costs 112 guestpetals.
Medium Elegant Hoca Cloth Couch
Costs 112 guestpetals.
Large Elegant Prolix Cloth Couch
Costs 128 guestpetals.
Large Elegant Hoca Cloth Couch
Costs 128 guestpetals.
Medium Lovely Celin Cloth Couch
Costs 160 guestpetals.
Medium Lovely Celin Cloth Couch
Costs 160 guestpetals.
Large Lovely Celin Cloth Couch
Costs 176 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 110 guestpetals.
Large Lovely Celin Cloth Couch
Costs 176 guestpetals.

Can also be purchased from shugo nomads for a cheaper price of 110 guestpetals.
Views: 7437 | Added by: cake | Date: 2012-12-13 | Comments (0)

This is furniture that nobody in north america can have ):
ImageElyos descriptionAsmo Description
Unknown Storage Cabinet
Will be available in 4.0. Has two rows of space. Costs 48 guestpetals to buy.
Unknown Storage Cabinet
Will be available in 4.0. Has two rows of space. Costs 48 guestpetals to buy.
Unknown Storage Cabinet
Will be available in 4.0. Has two rows of space. Costs 48 guestpetals to buy.
Unknown Storage Cabinet
Will be available in 4.0. Has two rows of space. Costs 48 guestpetals to buy.
Unknown Storage Cabinet
Will be available in 4.0. Has two rows of space. Costs 48 guestpetals to buy.
Unknown Storage Cabinet
Will be available in 4.0. Has two rows of space. Costs 48 guestpetals to buy.
Unknown Bed
Will be available in 4.0. Has two rows of space. Costs 32 guestpetals to buy.
Unknown Bed
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Bed
Will be available in 4.0. Has two rows of space. Costs 32 guestpetals to buy.
Unknown Bed
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Bed
Will be available in 4.0. Has two rows of space. Costs 32 guestpetals to buy.
Unknown Bed
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Couch
Will be available in 4.0. Costs 26 guestpetals to buy.
Unknown Couch
Will be available in 4.0. Costs 26 guestpetals to buy.
Unknown Couch
Will be available in 4.0. Costs 26 guestpetals to buy.
Unknown Couch
Will be available in 4.0. Costs 26 guestpetals to buy.
Unknown Couch
Will be available in 4.0. Costs 26 guestpetals to buy.
Unknown Couch
Will be available in 4.0. Costs 26 guestpetals to buy.
Unknown Rug
Will be available in 4.0. Costs 16 guestpetals to buy.
Unknown Rug
Will be available in 4.0. Costs 16 guestpetals to buy.
Unknown Rug
Will be available in 4.0. Costs 16 guestpetals to buy.
Unknown Rug
Will be available in 4.0. Costs 16 guestpetals to buy.
Unknown Rug
Will be available in 4.0. Costs 16 guestpetals to buy.
Unknown Rug
Will be available in 4.0. Costs 16 guestpetals to buy.
Unknown Chair
Will be available in 4.0. Costs 20 guestpetals to buy.
Unknown Chair
Will be available in 4.0. Costs 20 guestpetals to buy.
Unknown Chair
Will be available in 4.0. Costs 20 guestpetals to buy.
Unknown Chair
Will be available in 4.0. Costs 20 guestpetals to buy.
Unknown Chair
Will be available in 4.0. Costs 20 guestpetals to buy.
Unknown Chair
Will be available in 4.0. Costs 20 guestpetals to buy.
Unknown Table
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Table
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Table
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Table
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Table
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Table
Will be available in 4.0. Costs 32 guestpetals to buy.
Unknown Guestbloom
In korea, some of the guestblooms have a different skin than from NA.
Unknown Guestbloom
In korea, some of the guestblooms have a different skin than from NA.
Unknown Guestbloom
In korea, some of the guestblooms have a different skin than from NA.
Unknown Guestbloom
In korea, some of the guestblooms have a different skin than from NA.
Unknown Hearthbloom
In korea, some of the hearthblooms have a different skin than from NA.
Unknown Hearthbloom
In korea, some of the hearthblooms have a different skin than from NA.
Unknown Hearthbloom
In korea, some of the hearthblooms have a different skin than from NA.
Unknown Hearthbloom
In korea, some of the hearthblooms have a different skin than from NA.
Unknown Wreath
From korean valentine's day event.
Unknown Wreath
From korean valentine's day event.
Unknown Table
From korean valentine's day event.
Unknown Table
From korean valentine's day event.
Unknown Bed
From korean valentine's day event.
Unknown Bed
From korean valentine's day event.
Views: 6004 | Added by: cake | Date: 2012-12-13 | Comments (1)


♥ ♥ ♥
This is a world that is quite filled with cake
Nevertheless it is also quite fake
Here we can spread our wings here we can fly
We PvP yet we dont truly die
It is a realm that's forever at war
There'll always be cake and we'll always want MORE

log in to Cake site


Section categories
Cake Members Posts [7]
If you are a member of cake and want to post anything at all, do this here ♥
Cake's Delicious Blog [4]
The cake emperess herself has interesting thoughts to share o:< ... coz she's bored~

search cake site

     Homepage is the legion's main news and
     updates.
     User News is a page where any legion
     member can post anything they would like
     at all.
     Game Guide List shows how to level up
     the fastest, get gear the fastest, etc ♥

shout ~ box



cake ♥ calendar
«  March 2024  »
SuMoTuWeThFrSa
     12
3456789
10111213141516
17181920212223
24252627282930
31

For aion 2X exp, rift buff status,
150% AP days, and other thingies,
click: ♥ Aion Events Calendar

news entry list

cakey poll
Rate my site
Total of answers: 286

affiliates + randoms
  • Aion
  • Blade And Soul

  • current ~ stats

    Total online: 1
    Guests: 1
    Users: 0
    Make a free website with uCoz