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

¡Ø TOPIC TITLE : ÇïÇÁ·ë À̵¿ µô·¹ÀÌ...


Á¦  ¸ñ : ÇïÇÁ·ë À̵¿ µô·¹ÀÌ...
¾ÆÀ̵ð: finaleaf - 2004-12-12 ÀÏ 3:05 am
ÇöÀç ÇïÇÁ¸Þ´º¸¦ ¾Æ·¡¿Í°°ÀÌ ¼öÁ¤ÇÏ¿© »ç¿ëÇϰíÀÖ½À´Ï´Ù.

Àοë±Û : 

case 9: // Young player transport
{
from.MoveToWorld( new Point3D( 5756, 482, 0 ), Map.Felucca );
break;
}


À̺κÐÀ» 10ÃÊ µô·¹ÀÌ ÈÄ¿¡ À̵¿Çϵµ·Ï ¼öÁ¤Çϰí½Í½À´Ï´Ù¸¸,

¾îÂîÇØ¾ßÇÒ·±Áö¿ä?

TimeSpan À̶ó´Â Ű¿öµå¹Û¿¡´Â ¾Ë¾Æ³½°Ô ¾ø³×¿ä...
Á¦  ¸ñ :
¾ÆÀ̵ð: rlatlwo - 2004-12-13 ¿ù 6:27 pm
ÄÚµå : 
      private void Teleport( int index )
      {
         if ( m_MarkUse )
         {
            m_Mobile.SendLocalizedMessage( 1010589 ); // You will be teleported within the next two minutes.

            new TeleportTimer( m_Mobile, m_Locations[index], TimeSpan.FromSeconds( 10.0 + (Utility.RandomDouble() * 110.0) ) ).Start();

            m_Mobile.UsedStuckMenu();
         }
         else
         {
            new TeleportTimer( m_Mobile, m_Locations[index], TimeSpan.Zero ).Start();
         }
      }



;;

ÄÚµå : 
new TeleportTimer( m_Mobile, m_Locations[index], TimeSpan.FromSeconds( 10.0 + (Utility.RandomDouble() * 110.0) ) ).Start();


ÄÚµå : 
new TeleportTimer( m_Mobile, m_Locations[index], TimeSpan.FromSeconds( 10.0 ).Start();


¸Â³ª¿ä--?[...]...µÉ·Á³ª ¸ð¸£°Ú;
Beta36½ºÅ©¸³Àε¥´Ù°¡ Áýµµ ¾Æ´Ï´Ï;;
Á¦  ¸ñ : ¾ÈµÇ³×¿ä...
¾ÆÀ̵ð: finaleaf - 2004-12-14 È­ 8:05 pm
´äº¯ °¨»çÇÕ´Ï´Ù ^^
Á¦  ¸ñ : Çä-_-.....
¾ÆÀ̵ð: rlatlwo - 2004-12-14 È­ 8:17 pm
......