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

¡Ø TOPIC TITLE : ¸®ÄÝ ¸¶Å© °ÔÀÌÆ® ½ºÆçÀ» ´øÀü¿¡¼­ ÇÒ¼ö ÀÖ´Â ¹æ¹ýÀ»..


Á¦  ¸ñ : ¸®ÄÝ ¸¶Å© °ÔÀÌÆ® ½ºÆçÀ» ´øÀü¿¡¼­ ÇÒ¼ö ÀÖ´Â ¹æ¹ýÀ»..
¾ÆÀ̵ð: kaiser - 2004-10-08 ±Ý 12:01 pm
°Ë»öÀ» ÅëÇØ¼­ ÇØº¸±ä ÇØºÃ´Âµ¥¿©.

scripts/regions/dungeon/felucca/dungeon.cs

À̺κп¡¼­

*public override bool OnBeginSpellCast( Mobile m, ISpell s )
{
if ( s is GateTravelSpell || s is RecallSpell || s is MarkSpell )
{
m.SendMessage( "You cannot cast that spell here." );
return false;
}
else
{
return base.OnBeginSpellCast( m, s );
}
}*/


ÀÌ·±½ÄÀ¸·Î
ÁÖ¼® ó¸® /* ÇÏ¿©ºÃ°í

±×¸®°í sepll/base/spellhelper.cs¿¡¼­

private static bool[,] m_Rules = new bool[,]
{
/*T2A(Fel) Ilshenar Wind(Tram), Wind(Fel), Dungeons(Fel), Solen(Tram), Solen(Fel) */
/* Recall From */ {true, true, true, false, false, true, false },
/* Recall To */ { true, true, true, false, false, true, false },
/* Gate From */ {true, true, true, false, false, true, false },
/* Gate To */ {true, true, true, false, false, true, false },
/* Mark In */ { true, true, true, false, false, true, false }
};

À̺κп¡ ´ëÇØ¼­ Áö±Ý ó·³ ¼öÁ¤Çغ¸¾Ò´Âµ¥

¿ª½Ã ¾ÈµÇ³×¿© À̺κÐÀÌ ¾Æ´Ï¶ó¸é ¾î´À ºÎºÐÀÎÁö ¾Ë¼ö ÀÖ¾úÀ½ ÁÁ°Ù½À´Ï´Ù

±×·³ ¼ö°íÇϼ¼¿©
Á¦  ¸ñ : ¾Æ·¡ºÎºÐÀº...
¾ÆÀ̵ð: kjss10 - 2004-10-08 ±Ý 4:29 pm
ÁÖ¼®Ã³¸®°¡¾Æ´Ï¶ó ƯÁ¤ ºÎºÐÀ» false(»ç¿ë ºÒ°¡)¿¡¼­ true·Î ¹Ù²ãÁà¾ßÁÒ^6;¤Ó;
Á¦  ¸ñ : Èì ..
¾ÆÀ̵ð: kaiser - 2004-10-08 ±Ý 10:48 pm
Èì ´øÀü°°Àºµ¥¼­ ¸®ÄÝÀ̳ª °ÔÀÌÆ®´Â µÇ¾ú½¿ Çϴµ¥ ÀüºÎ ¿Ã tureÇÏ¸é ¿À·ù°¡ ¶ß°í ÀÌ´ë·Î ÇØ¼­ ´øÀü¸¸ trueÇØµµ ¾ÈµÇ´Â°Å °°³×¿© ±×·¡¼­ ¿©Âå º»°Çµ¥
¾Ë¼ö ÀÖÀ»±î¿ä?
Á¦  ¸ñ : Çä Á˼ÛÇÕ´Ï´Ù.
¾ÆÀ̵ð: kaiser - 2004-10-08 ±Ý 10:52 pm
ÀÚü ÇØ°áµÇ¾ú½À´Ï´Ù ¿ÏÀü ÀúÀÇ ½Ç¼ö³×¿ä ¤Ì.¤Ì

¿¡°ø ¤Ð.¤Ð