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

 
  RunUo.Korean.Forum
ÀæÀºÁú¹®  ÀæÀºÁú¹®    °Ë»ö   °Ë»ö    ȸ¿ø¸®½ºÆ®  È¸¿ø¸®½ºÆ®   À¯Àú±×·ì  À¯Àú±×·ì   Gabbly äÆÃ¿­±â  Ã¤ÆÃ¿­±â 
 
ȸ¿ø°¡ÀÔ  ::  ·Î±×ÀÎ ÂÊÁö ÇÔ È®ÀÎ
 
RunUo.Korean.Forum ¢º Systems & Misc ¢º Á¤¼· ½Ä¹° ±â¸£±â ½Ã½ºÅÛ.
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. Post Printing
¡Ø TOPIC : Á¤¼· ½Ä¹° ±â¸£±â ½Ã½ºÅÛ. ÀÌÀü ±Û :: ´ÙÀ½ ±Û
±Û ¾´ÀÌ ¸Þ¼¼Áö ³»¿ë
kwona21
ÀÛ¼º±ÛÁ¦¸ñ : Á¤¼· ½Ä¹° ±â¸£±â ½Ã½ºÅÛ.   ±Û ÀÛ¼º½Ã°£ : 2003-12-28 ÀÏ 3:06 pm ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Second Cicle [4]
Second Cicle [4]

°¡ÀÔÀÏ: 2003³â 12¿ù 25ÀÏ
°Ô½Ã¹°: 26
ÁÖ ¼Ò: /

Á¤¼· ½ºÅ¸ÀÏÀÇ ½Ä¹° ±â¸£±â ½Ã½ºÅÛ ÀÔ´Ï´Ù.
¾à°£ Å×½ºÆ® ÇØºÃ´Âµ¥ ¸¹ÀÌ ¶È°°´õ±º¿ä ^^
¾Æ±âÀÚ±âÇÑ Àç¹Ì°¡ ¼Ö¼Ö~

¼³Ä¡ ÇÏ´Â ¹æ¹ý :

1. ÇØ´ç ÆÄÀÏÀ» ´Ù¿î ¹Þ¾Æ¼­ ¾ÐÃàÀ» Ǭ´ÙÀ½
Script\Plant System Æú´õ¸¦ ¸¸µé¾î ³Ö½À´Ï´Ù.

2. Script\Mobiles Æú´õ¿¡ ÀÖ´Â PlayerMobile.cs ÆÄÀÏÀ»
¿­¾î¼­ line 51 Á¤µµ¿¡ ¾Æ·¡ ¼Ò½º Äڵ带 »ðÀÔ, ÀúÀå ÇÕ´Ï´Ù.
ÄÚµå : 

      //ADDED for Orange Petals
      public bool Petals;

      public override bool CheckPoisonImmunity( Mobile from, Poison poison )
      {
      if (Petals)
         return (poison.Level < 3);
      return base.CheckPoisonImmunity( from, poison );
      }

      public override void OnPoisonImmunity(Mobile from, Poison poison)
      {
      if (Petals)
         {
         this.PrivateOverheadMessage( MessageType.Regular, 0x3B2, 1053092, this.NetState); // * You feel yourself resisting the effects of the poison *
         return;
         }      
      base.OnPoisonImmunity( from,poison );
      }

      public override void OnPoisoned(Mobile from, Poison poison, Poison oldPoison)
      {
      if (Petals && (poison != oldPoison))
         {
         this.PrivateOverheadMessage( MessageType.Regular, 0x3B2, 1053093, this.NetState); // * The strength of the poison overcomes your resistance! *
         return;
         }
      base.OnPoisoned( from, poison, oldPoison);
      }
      // End added Orange Petals


Á¤¼· ½ºÅ¸ÀÏÀÇ ½Ä¹° ±â¸£±â ½Ã½ºÅÛ¿¡ °üÇÏ¿© ÀÚ¼¼È÷ ¾Ë°í ½ÍÀ¸½Å ºÐµéÀº
Á¤¼· Ç÷¹ÀÌ ÆÒ »çÀÌÆ®ÀÎ http://forg.co.kr/ ¿¡ °¡ÀÔÇϽðí, °¢Á¾À¯¿ëÇÑ Á¤º¸¶õÀÇ [½Ä¹°Å°¿ì±â]¸¦ Âü°í Çϼ¼¿ä.



PlantSystemFinal.zip
 ¼³¸í:
OSI (Á¤¼·) ½ºÅ¸ÀÏ ½Ä¹° Àç¹è ½Ã½ºÅÛ ÀÔ´Ï´Ù. ·±À¯¿À ¿µ¹® »çÀÌÆ®ÀÇ ½ºÅ©¸³Æ® ½ÉÆ÷Áö¿ò¿¡¼­ ÆÛ¿Ô½À´Ï´Ù.

´Ù¿î·Îµå
 ÆÄÀϸí:  PlantSystemFinal.zip
 ÆÄÀÏÅ©±â:  21.25 KB
 ´Ù¿î·Îµå¼ö:  658 ¹ø


_________________
Innisfree FOR KwonA !

ÇϾé°Ô ´«³»¸° ½£¼Ó... À̷縱Àº »ì¸ç½Ã ¹Ì¼Ò¸¦ Áö¾ú´Ù.
'¿ôÀ¸¸ç ¶°³ª°¬´ø °Íó·³ ¹Ì¼Ò¸¦ ¶ì°í µ¹¾Æ¿Í ¸¶Ä§³» Æò¾ÈÇϱ⸦'
ÈÄÄ¡ ´«¹°À» È긮¸ç ¸»Çß´Ù. ±×·¸°Ô ±â¾à ¾ø´Â À̺°À» Çß°í, ±×µéÀÇ ¸¶¹ýÀÇ °¡À»Àº ÀÌ·¸°Ô ³¡À» ¸Î¾ú´Ù.
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â MSN ¸Þ½ÅÀú
ÀÌÀü °Ô½Ã¹°º¸±â :
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. ÇöÀçÆäÀÌÁö : 1/1

RunUo.Korean.Forum ¢º Systems & Misc ¢º Á¤¼· ½Ä¹° ±â¸£±â ½Ã½ºÅÛ.
¹Ù·Î°¡±â:


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