-->
:: RunUo.Korean.Forum > About RunUo
¹®¼­ÁÖ¼Ò : http://runuo.co.kr/forum/viewtopic.php?t=43

¡Ø TOPIC TITLE : Äɸ¯ÅÍ »ý¼º½Ã ³ª¿À´Â µµ½Ã ¹× ÁÂÇ¥ ¼³Á¤¿¡ ´ëÇØ...


Á¦  ¸ñ : Äɸ¯ÅÍ »ý¼º½Ã ³ª¿À´Â µµ½Ã ¹× ÁÂÇ¥ ¼³Á¤¿¡ ´ëÇØ...
¾ÆÀ̵ð: GangPung - 2003-12-27 Åä 11:48 am
Scripts\Misc\CharacterCreation.cs

¶óÀÎ 487
ÄÚµå : 

         CityInfo city = new CityInfo( "Britain", "Sweet Dreams Inn", 1496, 1628, 10 );

         newChar.Location = city.Location;
         newChar.Map = Map.Felucca;

         Console.WriteLine( "Login: {0}: New character being created (account={1})", args.State, ((Account)args.Account).Username );
         Console.WriteLine( " - Character: {0} (serial={1})", newChar.Name, newChar.Serial );
         Console.WriteLine( " - Started: {0} {1}", city.City, city.Location );

         new WelcomeTimer( newChar ).Start();


CityInfo city = new CityInfo( "Britain", "Sweet Dreams Inn", 1496, 1628, 10 ); ¿¡¼­ À̸§, ÁÂÇ¥µîÀ» ¼öÁ¤ÇϽøéµË´Ï´Ù.
newChar.Map = Map.Felucca; ¿¡¼­´Â Æç·çÄ« ¶Ç´Â ´Ù¸¥ ¸ÊÀ¸·ÎÀÇ À̸§À» Àû¾îÁֽøéµË´Ï´Ù.