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

¡Ø TOPIC TITLE : ÀçµµÀü Áú¹®! ¿µÇ÷¹ÀÌ¾î ½Ã½ºÅÆÀº ¾îµð¿¡~


Á¦  ¸ñ : ÀçµµÀü Áú¹®! ¿µÇ÷¹ÀÌ¾î ½Ã½ºÅÆÀº ¾îµð¿¡~
¾ÆÀ̵ð: c1dong8 - 2005-04-05 È­ 5:48 pm
óÀ½½ÃÀÛÇÒ¶§ °­Á¦·Î ¿µÇ÷¹ÀÌ¾î °É¾î¼­ º°¹®Á¦ ¾ø´Ù°í »ý°¢Çߴµ¥...40½Ã°£Áö³ª¸é ´Ù½Ã Ç®¸®´Â°Å °°½À´Ï´Ù-_-;;
¿µÇ÷¹ÀÌ¾î °É¾îÁÖ´Â NPC¸¦ ¸¸µé´øÁö ÇØ¾ßÁö¿ø;;;
¾îÂî됬°Ç ¿µÇ÷¹ÀÌ¾î °ü·Ã Äڵ带 ¸øÃ£°Ú½À´Ï´Ù;;
¾Ë°í °è½ÅºÐ ÇÛÇÁ¹Ì~
Á¦  ¸ñ : À½...
¾ÆÀ̵ð: GangPung - 2005-04-05 È­ 6:24 pm
´Ü¼øÇÏ°Ô ¿µÇ÷¹ÀÌ¾î ½Ã°£¸¸À» ´Ã·ÁÁÖ±âÀ§ÇÔ À̶ó¸é...

Scripts/Accounting/Account.cs

À§ ÆÄÀÏ¿¡¼­...

ÄÚµå : 

public static readonly TimeSpan YoungDuration = TimeSpan.FromHours( 40.0 );


À§ ½Ã°£À» Á¶Á¤ÇØÁֽøéµË´Ï´Ù.
Á¦  ¸ñ : °¨»çÇÔ´Ï´Ù ^^*
¾ÆÀ̵ð: c1dong8 - 2005-04-05 È­ 7:21 pm
±Ùµ¥¸»ÀÌÀú...±× ¸í·É¾î·Î ¿µÇ÷¹À̾î Ǫ´Â°Íµµ ¸·°í ½ÍÀºµ¥ ±×ÄÚµå´Â ¾îµð ÀÖ³ª¿ä?..;;;(Áú¹®ÀÌ ¸¹¾ÆÁö´Â±º¿ä;;)
Á¦  ¸ñ : ¾Æ..
¾ÆÀ̵ð: c1dong8 - 2005-04-05 È­ 8:08 pm
±×¸®°í ½ºÅ³ÃÑÇÕ450³ÑÀ»¶§ Ç®¸®´Â°Íµµ ¸·À¸·Á´Âµ¥....
ÀÌ°Ç ½ºÅ³Ã¼Å©¿¡ ÀÖÁö ¾Ê³ªÇؼ­ µÚÀúºÃ´Âµ¥ ¾ø½À´Ï´Ù ÀÌ·¯ ¤Ì.¤Ì
Á¦  ¸ñ : Re: ¾Æ..
¾ÆÀ̵ð: GangPung - 2005-04-06 ¼ö 6:11 pm
c1dong8 ´Ô ÀÛ¼º : 
±Ùµ¥¸»ÀÌÀú...±× ¸í·É¾î·Î ¿µÇ÷¹À̾î Ǫ´Â°Íµµ ¸·°í ½ÍÀºµ¥ ±×ÄÚµå´Â ¾îµð ÀÖ³ª¿ä?


Scripts/Misc/Keywords.cs

¶óÀÎ 40
ÄÚµå : 
               case 0x0035: // i renounce my young player status*
               {
                  if ( from is PlayerMobile && ((PlayerMobile)from).Young && !from.HasGump( typeof( RenounceYoungGump ) ) )
                  {
                     from.SendGump( new RenounceYoungGump() );
                  }

                  break;
               }


À§ ºÎºÐÀ» ÁÖ¼®Ã³¸®ÇϸéµË´Ï´Ù.

c1dong8 ´Ô ÀÛ¼º : 
±×¸®°í ½ºÅ³ÃÑÇÕ450³ÑÀ»¶§ Ç®¸®´Â°Íµµ ¸·À¸·Á´Âµ¥....
ÀÌ°Ç ½ºÅ³Ã¼Å©¿¡ ÀÖÁö ¾Ê³ªÇؼ­ µÚÀúºÃ´Âµ¥ ¾ø½À´Ï´Ù ÀÌ·¯ ¤Ì.¤Ì


Scripts/Mobiles/PlayerMobiles.cs

¶óÀÎ 2395

ÄÚµå : 
      public override void OnSkillChange( SkillName skill, double oldBase )
      {
         if ( this.Young && this.SkillsTotal >= 4500 )
         {
            Account acc = this.Account as Account;

            if ( acc != null )
               acc.RemoveYoungStatus( 1019036 ); // You have successfully obtained a respectable skill level, and have outgrown your status as a young player!
         }

         InvalidateMyRunUO();
      }


À§ ½ºÅ³ ÃÑÇÕ ¼öÄ¡¸¦ º¯°æÇϽøéµË´Ï´Ù.