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 ¢º ÆÄÀ̳ιöÀü¿¡ ·¯½Ã¾Æ1.1.6¹öÀüÀÇ »ç¹«¶óÀ̽ºÆç Àû¿ëÇϱâ(1)
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. Post Printing
¡Ø TOPIC : ÆÄÀ̳ιöÀü¿¡ ·¯½Ã¾Æ1.1.6¹öÀüÀÇ »ç¹«¶óÀ̽ºÆç Àû¿ëÇϱâ(1) ÀÌÀü ±Û :: ´ÙÀ½ ±Û
±Û ¾´ÀÌ ¸Þ¼¼Áö ³»¿ë
c1dong8
ÀÛ¼º±ÛÁ¦¸ñ : ÆÄÀ̳ιöÀü¿¡ ·¯½Ã¾Æ1.1.6¹öÀüÀÇ »ç¹«¶óÀ̽ºÆç Àû¿ëÇϱâ(1)   ±Û ÀÛ¼º½Ã°£ : 2005-03-04 ±Ý 11:02 pm ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Oldbie
Oldbie

°¡ÀÔÀÏ: 2004³â 01¿ù 26ÀÏ
°Ô½Ã¹°: 446

ÄÚ¾îºÎ¿Í ½ºÅ©¸³ºÎ°¡ µû·Î ÀÖÀ¸´Ï µû·Î ¼³¸íÇϰڽÀ´Ï´Ù.
¿Ï¼ºÄڵ带 ÀÌ¿äÇØ¼­ ¼³¸íÇϴ°ÍÀ̰í....¹«¾ùº¸´Ù Äھ ÀÌ¹Ì ¸¹ÀÌ ¼ÕÀÌ °¡Àֱ⶧¹®¿¡ Á¦°¡ Á¦½ÃÇÏ´Â ¶óÀο¡ ±× Äڵ尡 ¾øÀ»¼öµµ ÀÖ½À´Ï´Ù.
¾ÕµÚ Äڵ嵵 °°ÀÌ ³Öµå¸±Å×´Ï 'ã±â'¸¦ ÀÌ¿ëÇØ¼­ ¼öÁ¤ÇϽñ⠹ٶ÷´Ï´Ù.
±×¸®°í....¿øº»»ª¾÷ Áß¿äÇÔ´Ï´Ù ¤¾¤¾
¶Ç.... ¾Ö·¯°¡ ÀÖÀ¸¸é ¿Ã·ÁÁֽñ⠹ٶ÷´Ï´Ù.
ÇÏÁö¸¸ ÄÚµåÀÇ À§Ä¡³ª ºüÁøÄڵ尡 À־ »ý±ä¿¡·¯´Â ´ë´ä¾ÈÇÒÁöµµ ¸ð¸§´Ï´Ù-_-
¿¡·¯Äڵ带 È®ÀÎÇÏ½Ã°í ¿¡·¯°¡ ³ª¸é ²À ³»¿ëµµ °°ÀÌ ¿Ã·ÁÁֽñ⠹ٶ÷´Ï´Ù.

ÄÚ¾îºÎ

Mobile.cs 631¶óÀÎ
ÄÚµå : 

         public bool Expired()
         {
            bool v = ( DateTime.Now >= m_End );

            if ( v )
               m_InstancePool.Enqueue( this );

            return v;
         }
      }

      #region Variables_RE   
      //·¯½Ã¾Æ 1.1.6
      /* Author: wyatt
       * E-mail: wyatter@yandex.ru
       */      
      //private int m_Steps;
      //private Mobile m_Attacker;
      //private bool m_CalculateSteps;
      private bool m_CanReveal = true;
      #endregion

      private Serial m_Serial;


1823¶óÀÎ

ÄÚµå : 

      public virtual bool CanRegenMana{ get{ return this.Alive; } }
      
      /* Author: wyatt //·¯½Ã¾Æ 1.1.6
       * E-mail: wyatter@yandex.ru
       * attribute for "stealth-mode" Ninjitsu spells
       */
      public virtual bool CanReveal{ get{   return this.m_CanReveal; } set{   this.m_CanReveal = value; }   }

      private class ManaTimer : Timer


1968¶óÀÎ
ÄÚµå : 


               if ( m_Mobile.InLOS( combatant ) )
               {
                  /* Author: wyatt
                   * E-mail: wyatter@yandex.ru
                   * check for CanReveal flag
                   */
                  if ( m_Mobile.CanReveal )
                     m_Mobile.RevealingAction();

                  m_Mobile.m_NextCombatTime = DateTime.Now + weapon.OnSwing( m_Mobile, combatant );


Network/Packets.cs 1451¶óÀÎ

ÄÚµå : 

   public sealed class DisplaySpellbook : Packet
   {
      public DisplaySpellbook( Item book ) : base( 0x24, 7 )
      {
         m_Stream.Write( (int) book.Serial );
         m_Stream.Write( (short) -1 );
      }
   }

   /* Author: wyatt
    * E-mail: wyatter@yandex.ru
    * This packet is using for SE attack spells
    * spellid is spell identificator
    * turn is flag for turn state of spell
    * if turn is 1, spell is enabled
    * else it's disabled
    */
   public sealed class SetNewSpell : Packet
   {   //·¯½Ã¾Æ 1.1.6      
      public SetNewSpell(int spellid, int turn) : base(0xbf)
      {
         EnsureCapacity( 7 );

         m_Stream.Write( (byte) 0 );         
         m_Stream.Write( (byte) 0x25 );
         m_Stream.Write( (byte) 1 );
         m_Stream.Write( (byte) spellid );
         m_Stream.Write( (byte) turn );
      }
   }

   public sealed class NewSpellbookContent : Packet



ÆÄÀ̳ιöÀü±âÁØÀ̸ç À̰ÍÀº ¼Ò½ºÄڵ带 ¼öÁ¤ÇÏ´Â ºÎºÐÀÓ´Ï´Ù.
Á¦°¡ ÁÖ¼®À» ³Ö´Ù¸»¾Ò´ÂÁö.....¼öÁ¤ÇÏ´Â°Ô Á¶±Ý ¹Û¿¡ ¾ø±º¿ä ¤Ñ,.¤Ñ;;;
¿¡·¯³ª¸é ¿¡·¯³»¿ëÀ» ¿Ã·ÁÁֽðí~¶ó°í ÇØµµ ½ºÅ©¸³À» Ãß°¡ÇÏÁö ¾Ê¾Ò´Ù¸é ±¸¹®¿À·ù»ÓÀÌ ¾È³²´Ï´Ù -_-;
±¸¹®¿À·ù´Â Á÷Á¢ °íÄ¡½Ã°í »óȲ¿¡ µû¶ó ·¯½Ã¾Æ1.1.6°ú ºñ±³Çغ¸½Ã¸é µÊ´Ï´Ù.
·¯½Ã¾Æ 1.1.6¿¡¼­ Äڵ带 »©¿Â°ÍÀ̱⶧¹®¿¡ Á÷Á¢ºñ±³ÇÏ½Ã¸é µÊ´Ï´Ù.
½ºÅ©¸³¼öÁ¤ÇÏ´Â°Ç ¿ù¿äÀÏ¿¡ ¿Ã¸±Å×´Ï Çѹø Á÷Á¢ ¼öÁ¤Çغ¸½Ã±â ¹Ù¶÷´Ï´Ù.
Äھ Á¦´ë·Î ¼öÁ¤Çß´Ù¸é ½ºÆç¸¸ ¿È°Üµµ ¿¡·¯°¡ ±×¸® ¸¹ÀÌ ¶ßÁö ¾Ê½À´Ï´Ù.

_________________
´ç±Ù ·Î¸®¾ß½º ¤Ñ¤Ñv
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â
ÀÌÀü °Ô½Ã¹°º¸±â :
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. ÇöÀçÆäÀÌÁö : 1/1

RunUo.Korean.Forum ¢º Script Support ¢º ÆÄÀ̳ιöÀü¿¡ ·¯½Ã¾Æ1.1.6¹öÀüÀÇ »ç¹«¶óÀ̽ºÆç Àû¿ëÇϱâ(1)
¹Ù·Î°¡±â:


°Ô½Ã¹° ÀÛ¼º : (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