-- Lua ½ºÅ©¸³Æ® ¾Ïȣȭ function get_module_name() return "NPC_Storage" end --============================================================ -- <<<<<< µ¥¹Ù Ãø NPC >>>>>> --============================================================ function NPC_Storage_Deva_init() cprint( "!â°íÁö±â ¿þÀ̳ª °¡µ¿" ) set_npc_name( "@90100900" ) end function NPC_Storage_Deva_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90100901" ) dlg_text( "@90100902" ) dlg_menu( "@90100903", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_2_Deva_init() cprint( "!â°íÁö±â ¿þÀÎ °¡µ¿" ) set_npc_name( "@90101000" ) end function NPC_Storage_2_Deva_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90101001" ) dlg_text( "@90101002" ) --[[ ÇÒ·ÎÀ© »çÅÁ¹Þ±â//ÇÒ·ÎÀ© À̺¥Æ®¿¡¸¸ °¡µ¿ Npc_event.lua¿¡ ÀÖÀ½ dlg_menu( "@90604959", 'Trick_or_treat_2011()' ) ----------------------------------------------------------]] dlg_menu( "@90101003", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_3_Deva_init() cprint( "!â°íÁö±â ÇÏÃ÷ °¡µ¿" ) set_npc_name( "@90101100" ) end function NPC_Storage_3_Deva_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90101101" ) dlg_text( "@90101102" ) dlg_menu( "@90101103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ¾Æ¼ö¶ó Ãø NPC >>>>>> --============================================================ function NPC_Storage_Asura_init() cprint( "!â°íÁö±â ÇÏÀ̾𠰡µ¿" ) set_npc_name( "@90200900" ) end function NPC_Storage_Asura_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90200901" ) dlg_text( "@90200902" ) dlg_menu( "@90200903", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_2_Asura_init() cprint( "!â°íÁö±â ¸®Å¸ °¡µ¿" ) set_npc_name( "@90201000" ) end function NPC_Storage_2_Asura_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90201001" ) dlg_text( "@90201002" ) dlg_menu( "@90201003", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_3_Asura_init() cprint( "!â°íÁö±â ¸®³ë °¡µ¿" ) set_npc_name( "@90201100" ) end function NPC_Storage_3_Asura_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90201101" ) dlg_text( "@90201102" ) dlg_menu( "@90201103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ¼ö·ÃÀÚÀÇ ¼¶ NPC >>>>>> --============================================================ function NPC_Storage_Beginner_init() cprint( "!â°íÁö±â ¸¶´Ï¿¤ °¡µ¿" ) set_npc_name( "@90300900" ) end function NPC_Storage_Beginner_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90300901" ) dlg_text( "@90300902" ) dlg_menu( "@90300903", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_2_Beginner_init() cprint( "!â°íÁö±â ±×¿þÀÎ °¡µ¿" ) set_npc_name( "@90301000" ) end function NPC_Storage_2_Beginner_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90301001" ) dlg_text( "@90301002" ) dlg_menu( "@90301003", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< °¡ÀÌ¾Æ Ãø NPC >>>>>> --============================================================ function NPC_Storage_Gaia_init() cprint( "!°¡ÀÌ¾Æ Ã¢°íÁö±â1 °¡µ¿" ) --¸¶¸®Ä« set_npc_name( "@90400900" ) end function NPC_Storage_Gaia_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90400901" ) dlg_text( "@90400902" ) --[[ ÇÒ·ÎÀ© »çÅÁ¹Þ±â//ÇÒ·ÎÀ© À̺¥Æ®¿¡¸¸ °¡µ¿ Npc_event.lua¿¡ ÀÖÀ½ dlg_menu( "@90604959", 'Trick_or_treat_2011()' ) ----------------------------------------------------------]] dlg_menu( "@90400903", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_2_Gaia_init() cprint( "!°¡ÀÌ¾Æ Ã¢°íÁö±â2 °¡µ¿" ) --·Î½© set_npc_name( "@90401000" ) end function NPC_Storage_2_Gaia_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90401001" ) dlg_text( "@90401002" ) --[[ ÇÒ·ÎÀ© »çÅÁ¹Þ±â//ÇÒ·ÎÀ© À̺¥Æ®¿¡¸¸ °¡µ¿ Npc_event.lua¿¡ ÀÖÀ½ dlg_menu( "@90604959", 'Trick_or_treat_2011()' ) ----------------------------------------------------------]] dlg_menu( "@90401003", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_3_Gaia_init() cprint( "!°¡ÀÌ¾Æ Ã¢°íÁö±â3 °¡µ¿" ) set_npc_name( "@90401100" ) end function NPC_Storage_3_Gaia_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90401101" ) dlg_text( "@90401102" ) dlg_menu( "@90401103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ·Ðµµ Ãø NPC >>>>>> --============================================================ function NPC_Storage_Rondoh_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90600901" ) dlg_text( "@90600902" ) dlg_menu( "@90600903", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_2_Rondoh_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90601001" ) dlg_text( "@90601002" ) dlg_menu( "@90601003", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end function NPC_Storage_3_Rondoh_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90601101" ) dlg_text( "@90601102" ) dlg_menu( "@90601103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ½ÃÅ©·çÆ® Ãø NPC >>>>>> --============================================================ function NPC_Storage_1_Secroute_contact() dlg_title( "@90700901" ) if is_premium() then -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_text( "@90700902" ) dlg_menu( "@90700903", "open_storage()" ) else dlg_text( "@90700118" ) end dlg_menu( "@90010002", '' ) dlg_show() end -- â°íÁö±â ¿þÀ̵å function NPC_Storage_2_Secroute_contact() dlg_title( "@90999710" ) if is_premium() then -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_text( "@90999711" ) dlg_menu( "@90700903", "open_storage()" ) else dlg_text( "@90700118" ) end dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ¸¶·¹ ¸¶À» â°íÁö±â >>>>>> --============================================================ function NPC_Storage_1_Mare_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90702801" ) dlg_text( "@90702802" ) dlg_menu( "@90601103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< µµ½Ã À¯Àû â°íÁö±â >>>>>> --============================================================ -- â°íÁö±â º£ÀÌÁ©µå function NPC_Storage_Ancient_relic_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90703501" ) dlg_text( "@90703502" ) dlg_menu( "@90601103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end -- â°íÁö±â ÄÉ³Ä function NPC_Storage_2_Ancient_relic_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90703601" ) dlg_text( "@90703602" ) dlg_menu( "@90601103", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ÀÒ¾î¹ö¸° ºñ¹ÐÀÇ ¼¶ â°íÁö±â >>>>>> --============================================================ function NPC_Storage_island_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90760201" ) dlg_text( "@90760202" ) dlg_menu( "@90760203", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end --============================================================ -- <<<<<< ¸¶¸®Ä¹ ¸¶ÄÏ Ã¢°íÁö±â >>>>>> --============================================================ function NPC_Storage_maricat_market_contact() -- ´ÙÀ̾ó·Î±× Ãâ·Â dlg_title( "@90999407" ) dlg_text( "@90999408" ) dlg_menu( "@90760203", "open_storage()" ) dlg_menu( "@90010002", '' ) dlg_show() end