RunUo.Korean.Forum    :: RunUo Document 2.0 RC1 (Beta):: 
Statistics  Archive (html)  S-BLOG  [RSS FEED]   

 
  RunUo.Korean.Forum
ÀæÀºÁú¹®  ÀæÀºÁú¹®    °Ë»ö   °Ë»ö    ȸ¿ø¸®½ºÆ®  È¸¿ø¸®½ºÆ®   À¯Àú±×·ì  À¯Àú±×·ì   Gabbly äÆÃ¿­±â  Ã¤ÆÃ¿­±â 
 
ȸ¿ø°¡ÀÔ  ::  ·Î±×ÀÎ ÂÊÁö ÇÔ È®ÀÎ
 
RunUo.Korean.Forum ¢º Script Support ¢º ÇïÇÁ·ë À̵¿ µô·¹ÀÌ...
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. Post Printing
¡Ø TOPIC : ÇïÇÁ·ë À̵¿ µô·¹ÀÌ... ÀÌÀü ±Û :: ´ÙÀ½ ±Û
±Û ¾´ÀÌ ¸Þ¼¼Áö ³»¿ë
finaleaf
ÀÛ¼º±ÛÁ¦¸ñ : ÇïÇÁ·ë À̵¿ µô·¹ÀÌ...   ±Û ÀÛ¼º½Ã°£ : 2004-12-12 ÀÏ 3:05 am ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Third Cicle [5]
Third Cicle [5]

°¡ÀÔÀÏ: 2004³â 04¿ù 25ÀÏ
°Ô½Ã¹°: 47

ÇöÀç ÇïÇÁ¸Þ´º¸¦ ¾Æ·¡¿Í°°ÀÌ ¼öÁ¤ÇÏ¿© »ç¿ëÇϰíÀÖ½À´Ï´Ù.

Àοë±Û : 

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


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

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

TimeSpan À̶ó´Â Ű¿öµå¹Û¿¡´Â ¾Ë¾Æ³½°Ô ¾ø³×¿ä...
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â
rlatlwo
ÀÛ¼º±ÛÁ¦¸ñ :    ±Û ÀÛ¼º½Ã°£ : 2004-12-13 ¿ù 6:27 pm ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Third Cicle [5]
Third Cicle [5]

°¡ÀÔÀÏ: 2004³â 01¿ù 17ÀÏ
°Ô½Ã¹°: 47

ÄÚµå : 
      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½ºÅ©¸³Àε¥´Ù°¡ Áýµµ ¾Æ´Ï´Ï;;

_________________
ÃÖ°­ ¾Ï¿ïÇÑ Chaos Soft ¸¸¼¼!
1 2 3 .... 9999 [Åнâ]
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â
finaleaf
ÀÛ¼º±ÛÁ¦¸ñ : ¾ÈµÇ³×¿ä...   ±Û ÀÛ¼º½Ã°£ : 2004-12-14 È­ 8:05 pm ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Third Cicle [5]
Third Cicle [5]

°¡ÀÔÀÏ: 2004³â 04¿ù 25ÀÏ
°Ô½Ã¹°: 47

´äº¯ °¨»çÇÕ´Ï´Ù ^^
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â
rlatlwo
ÀÛ¼º±ÛÁ¦¸ñ : Çä-_-.....   ±Û ÀÛ¼º½Ã°£ : 2004-12-14 È­ 8:17 pm ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Third Cicle [5]
Third Cicle [5]

°¡ÀÔÀÏ: 2004³â 01¿ù 17ÀÏ
°Ô½Ã¹°: 47

......
_________________
ÃÖ°­ ¾Ï¿ïÇÑ Chaos Soft ¸¸¼¼!
1 2 3 .... 9999 [Åнâ]
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â
ÀÌÀü °Ô½Ã¹°º¸±â :
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. ÇöÀçÆäÀÌÁö : 1/1

RunUo.Korean.Forum ¢º Script Support ¢º ÇïÇÁ·ë À̵¿ µô·¹ÀÌ...
¹Ù·Î°¡±â:


°Ô½Ã¹° ÀÛ¼º : (X)
´äº¯±Û ÀÛ¼º : (X)
°Ô½Ã¹° ¼öÁ¤ : (X)
°Ô½Ã¹° »èÁ¦ : (X)
ÅõÇ¥ Çϱâ : (X)
ÆÄÀÏ ¾÷·Îµå : (X)
ÆÄÀÏ ´Ù¿î·Îµå : (0)



DAJ Glass (1.0.5) template by Dustin Baccetti // template edit by GangPung
EQ graphic based off of a design from www.freeclipart.nu
Powered by phpBB 2001, 2002 phpBB Group, Translated by zzangga

DNS Powered by DNSEver.com