Author Topic: Dragonadopters.com - That dragon adopting thing. Megathread  (Read 17738 times)

Noone with another western dragon? :c


Also, Jacobian

why did i just make a silver armband that i cant even use cause kelirn doesnt make dragon fur
which the silver armband increases amount of dragon fur created

god dang it



edit: gonna put it on item market

Any resources for what dragons look like as adults?


dont know lol

Oh, well.

Mine is only 3% of the way to hatching :P
but at least it leveled up

Oh, well.

Mine is only 4% of the way to hatching :P
hatchling is at level 5
your egg is at level 1

hatchling is at level 5
your egg is at level 1

I know...
it says 3% tho

and btw can you change my image to this

so people can see the level?

I know...
it says 3% tho

and btw can you change my image to this

so people can see the level?
did it
and the 3% means its got 3% exp

its not how much it has to go

Quote
//Listing 2.2 using std::cout
#include <iostream>
int main ()
{
   std::cout << "Hello there.\n";
   std::cout << "Here is 5: " << 5 << "\n";
   std::cout << "The manipulator std::endl";
   std::cout << " writes a new line to the screen.";
   std::cout << std::endl;
   std::cout << "Here is a very big number:\t" << 70000;
   std::cout << std::endl;
   std::cout << "Here is the sum of 8 and 5:\t";
   std::cout <<  8+5 << std::endl;
   std::cout << "Here's a fraction:\t\t";
   std::cout << (float) 5/8 << std::endl;
   std::cout << "And a very very big number:\t";
   std::cout << (double) 7000 * 7000 << std::endl;
   std::cout << "Don't forget to replace Jesse Liberty";
   std::cout << " with your name...\n";
   std::cout << "Zuero is a C++ programmer!\n";
   int x;
   std::cin >>x;
    return 0;
}
learning c++ guys
(this is from a c++ book im reading)

edit: woo first self made program
Quote
//First self script
#include <iostream>
int main()
{
   std::cout << "Hello Blockland Forums!\n";
   std::cout << std::endl;
   std::cout << "I am learning how to code C++, and this is my first self made program!\n";
   std::cout << std::endl;
   std::cout << "Wish me luck!\n";
   std::cout << std::endl;
   std::cout << "-Zuero\n";
   int x;
   std::cin >>x;
   return 0;
}
« Last Edit: September 03, 2011, 01:18:42 PM by Zuero »