Jump to content

supermoney

Member
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

About supermoney

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

supermoney's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

8

Reputation

  1. My CMakeLists.txt: set(EXTERN_DIR ${CMAKE_SOURCE_DIR}/Extern) set(ENV{BOOST_ROOT} ${EXTERN_DIR}/boost) set(ENV{BOOST_INCLUDEDIR} ${EXTERN_DIR}/boost/include) set(ENV{BOOST_LIBRARYDIR} ${EXTERN_DIR}/boost/lib) set(CRYPTOPP_INCLUDE_DIRS ${EXTERN_DIR}/cryptopp/include) set(CRYPTOPP_LIBRARY_DIR ${EXTERN_DIR}/cryptopp/lib) set(MYSQL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/shared/libmysql/6.0.2/win32) set(MYSQL_LIBRARIES ${CMAKE_SOURCE_DIR}/src/shared/libmysql/6.0.2/win32/lib) set(OPENSSL_LIBRARIES ${EXTERN_DIR}/OpenSSL-Win32/lib) set(OPENSSL_INCLUDE_DIR ${EXTERN_DIR}/OpenSSL-Win32/include) # Boost include(ConfigureBoost) set(BOOST_INCLUDE_DIR ${Boost_INCLUDE_DIRS}) link_directories( ${Boost_LIBRARY_DIRS} ${CRYPTOPP_LIBRARY_DIR} ${MYSQL_LIBRARY} ${OPENSSL_LIBRARIES} ) Folder structure: [Hidden Content] CMakeFiles.txt doesn't retrieve the following informations on CMake's GUI: Boost_DIR: NOTFOUND Boost_INCLUDE_DIR: NOTFOUND Boost_SYSTEM_LIBRARY_DEBUG: NOTFOUND Boost_SYSTEM_LIBRARY_RELEASE: NOTFOUND Boost_THREAD_LIBRARY_DEBUG: NOTFOUND Boost_THREAD_LIBRARY_RELEASE: NOTFOUND CRYPTOPP_LIBRARY: NOTFOUND CRYPTOPP_LIBRARY_DEBUG: NOTFOUND So, I've then setup them all manully on CMake's GUI by myself: Boost_DIR: C:/Users/DevKit/Desktop/enhanceMT/Extern/boost Boost_INCLUDE_DIR: C:/Users/DevKit/Desktop/enhanceMT/Extern/boost/include Boost_SYSTEM_LIBRARY_DEBUG: C:/Users/DevKit/Desktop/enhanceMT/Extern/boost/lib/libboost_system-vc120-mt-sgd-1_57.lib Boost_SYSTEM_LIBRARY_RELEASE: C:/Users/DevKit/Desktop/enhanceMT/Extern/boost/lib/libboost_system-vc120-mt-sgd-1_57.lib Boost_THREAD_LIBRARY_DEBUG: C:/Users/DevKit/Desktop/enhanceMT/Extern/boost/lib/libboost_thread-vc120-mt-sgd-1_57.lib Boost_THREAD_LIBRARY_RELEASE: C:/Users/DevKit/Desktop/enhanceMT/Extern/boost/lib/libboost_thread-vc120-mt-sgd-1_57.lib CRYPTOPP_LIBRARY: C:/Users/DevKit/Desktop/enhanceMT/Extern/cryptopp/lib/cryptlib.lib CRYPTOPP_LIBRARY_DEBUG: C:/Users/DevKit/Desktop/enhanceMT/Extern/cryptopp/lib/cryptlib.lib Configuration done and generation done. Anyhow, can somebody confirm me that my manual setup is correct? I'm telling you that because I get tons of errors and warnings on VS2015 compiling the solution. I'll add a screenshot later! PS: I managed to run Korya's (aka Pasha37) Windows server based serverfiles on Hamachi (not local!) with success and people could join as well, guys wanna know how?
  2. EDIT: I found everything I was in need by myself. Anyhow, thank you guys for your great work.
  3. Seems I can't find any working download link all over the web, they all got removed or DMCA reported. Can someone provide me a DL for Vanilla 65730? If possible with Lycan already integrated, thanks in advance.
  4. Hello guys, I'm trying to run a local server with FreeBSD 9.3 (x86 / 32-bit) and Vanilla's db & game ver. 67210. My serverfiles' structure is Maxmi 4.1 but somehow, after launching db, auth and channels, nothing happens! I mean, from console I can only see all databases loaded and after this step auth and channels won't show any text, in fact if I see active processes (by using "ps" command") I don't see any active except dbcache. syserr (db): SYSERR: Sep 13 15:43:22 :: Start: TABLE_POSTFIX not configured use default SYSERR: Sep 13 15:43:23 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) (I've iptocountry table already installed in my account database) syslog (db): Sep 13 15:43:22 :: Start of pid: 1133 SYSERR: Sep 13 15:43:22 :: Start: TABLE_POSTFIX not configured use default Sep 13 15:43:22 :: connecting to MySQL server (player) Sep 13 15:43:22 :: CREATING DIRECT_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING MAIN_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING ASYNC_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: OK Sep 13 15:43:22 :: connecting to MySQL server (account) Sep 13 15:43:22 :: CREATING DIRECT_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING MAIN_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING ASYNC_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: OK Sep 13 15:43:22 :: connecting to MySQL server (common) Sep 13 15:43:22 :: CREATING DIRECT_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING MAIN_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING ASYNC_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: OK Sep 13 15:43:22 :: connecting to MySQL server (hotbackup) Sep 13 15:43:22 :: CREATING DIRECT_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING MAIN_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: CREATING ASYNC_SQL Sep 13 15:43:22 :: AsyncSQL: locale latin1 Sep 13 15:43:22 :: OK Sep 13 15:43:22 :: ClientManager initialization.. Sep 13 15:43:22 :: InitializeLocalization() - LoadLocaleTable(count:13) Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE0)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE1)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE2)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE3)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE4)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE5)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE6)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE7)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: locale[LOCALE] = italy Sep 13 15:43:22 :: Changed g_stLocale latin1 to euckr Sep 13 15:43:22 :: SetLocale start Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: --mysql_set_character_set(latin1) Sep 13 15:43:22 :: End setlocale latin1 Sep 13 15:43:22 :: locale[DB_NAME_COLUMN] = locale_name Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_DAMAGE_BY_LEVEL_UNDER_90)] = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_DAMAGE_BY_LEVEL_UNDER_45)] = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Sep 13 15:43:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL)] = 0 5 6 8 10 12 14 16 18 20 22 24 Sep 13 15:43:22 :: GetParam 2000000000 Sep 13 15:43:22 :: GetParam 2100000000 Sep 13 15:43:22 :: ItemRange From File 2000000000 ~ 2100000000 Sep 13 15:43:22 :: ItemIDRange: Build: 2000000000 ~ 2100000000 start:2000000000 Sep 13 15:43:22 :: Init Success Start 2000000000 End 2100000000 Now 2000000000 Sep 13 15:43:22 :: libdb::CheckItemTable: Sanity check for vnum_range is OK! Sep 13 15:43:23 :: SHOP: #1 items: 48 Sep 13 15:43:23 :: SHOP: #2 items: 7 Sep 13 15:43:23 :: SHOP: #3 items: 64 Sep 13 15:43:23 :: SHOP: #4 items: 35 Sep 13 15:43:23 :: SHOP: #7 items: 3 Sep 13 15:43:23 :: SHOP: #8 items: 4 Sep 13 15:43:23 :: SHOP: #9 items: 7 Sep 13 15:43:23 :: SHOP: #10 items: 1 Sep 13 15:43:23 :: SHOP: #11 items: 3 Sep 13 15:43:23 :: SHOP: #13 items: 2 Sep 13 15:43:23 :: SHOP: #9007 items: 0 Sep 13 15:43:23 :: SHOP: #9010 items: 6 Sep 13 15:43:23 :: SHOP: #20300 items: 24 Sep 13 15:43:23 :: SHOP: #20302 items: 24 Sep 13 15:43:23 :: SHOP: #20304 items: 12 Sep 13 15:43:23 :: SHOP: #20306 items: 24 Sep 13 15:43:23 :: SHOP: #20320 items: 24 Sep 13 15:43:23 :: SHOP: #20322 items: 24 Sep 13 15:43:23 :: SHOP: #20324 items: 12 Sep 13 15:43:23 :: SHOP: #20326 items: 24 Sep 13 15:43:23 :: SHOP: #20340 items: 24 Sep 13 15:43:23 :: SHOP: #20342 items: 24 Sep 13 15:43:23 :: SHOP: #20344 items: 24 Sep 13 15:43:23 :: SHOP: #20346 items: 24 Sep 13 15:43:23 :: SHOP: #20359 items: 12 Sep 13 15:43:23 :: SHOP: #20402 items: 0 Sep 13 15:43:23 :: SKILL: #1 »ï¿¬Âü flag 3 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #2 Æȹædz¿ì flag 3 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #3 Àü±ÍÈ¥ flag 8 point ATT_SPEED affect 17 cooldown 63+90*k Sep 13 15:43:23 :: SKILL: #4 °Ë°æ flag 8 point ATT_GRADE affect 18 cooldown 33+50*k Sep 13 15:43:23 :: SKILL: #5 źȯ°Ý flag 524419 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #6 Æȹædz¿ì flag 3 point HP affect 0 cooldown 60 Sep 13 15:43:23 :: SKILL: #16 ±â°øÂü flag 3 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #17 °Ý»êŸ¿ì flag 3 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #18 ´ëÁø°¢ flag 8331 point HP affect 0 cooldown 25 Sep 13 15:43:23 :: SKILL: #19 õ±ÙÃß flag 8 point DEF_GRADE affect 19 cooldown 63+90*k Sep 13 15:43:23 :: SKILL: #20 °Ëdz flag 524419 point HP affect 0 cooldown 20 Sep 13 15:43:23 :: SKILL: #21 ±â°øÂü flag 3 point HP affect 0 cooldown 60 Sep 13 15:43:23 :: SKILL: #31 ¾Ï½À flag 3 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #32 ±Ã½Åź¿µ flag 3 point HP affect 0 cooldown 20 Sep 13 15:43:23 :: SKILL: #33 Â÷·û»ì flag 1048579 point HP affect 0 cooldown 25 Sep 13 15:43:23 :: SKILL: #34 ÀºÇü¹ý flag 8 point NONE affect 21 cooldown 60 Sep 13 15:43:23 :: SKILL: #35 »ê°øºÐ flag 1048707 point HP affect 0 cooldown 25 Sep 13 15:43:23 :: SKILL: #36 ±Ã½Åź¿µ flag 1048707 point HP affect 0 cooldown 60 Sep 13 15:43:23 :: SKILL: #46 ¿¬»ç flag 513 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #47 °ü°Ý¼ú flag 513 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #48 È­Á¶ÆÄ flag 641 point HP affect 0 cooldown 25 Sep 13 15:43:23 :: SKILL: #49 °æ°ø¼ú flag 8 point MOV_SPEED affect 20 cooldown 30+30*k Sep 13 15:43:23 :: SKILL: #50 µ¶±â±Ã flag 1573505 point HP affect 0 cooldown 25 Sep 13 15:43:23 :: SKILL: #51 ±Ã½Åź¿µ flag 1573505 point HP affect 0 cooldown 60 Sep 13 15:43:23 :: SKILL: #61 ¼â·ÉÁö flag 1027 point HP affect 0 cooldown 10 Sep 13 15:43:23 :: SKILL: #62 ¿ë±ÇÆÄ flag 2187 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #63 ±Í°Ë flag 2097160 point ATT_GRADE affect 22 cooldown 0 Sep 13 15:43:23 :: SKILL: #64 °øÆ÷ flag 8 point DODGE affect 23 cooldown 100 Sep 13 15:43:23 :: SKILL: #65 ÁÖ¸¶°© flag 8 point DEF_GRADE affect 24 cooldown 33+140*k Sep 13 15:43:23 :: SKILL: #66 ÆĹý¼ú flag 262337 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #76 ¸¶·É flag 193 point HP affect 0 cooldown 7 Sep 13 15:43:23 :: SKILL: #77 È­¿°Æø flag 201 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #78 ¹«¿µÁø flag 2097345 point HP affect 0 cooldown 43+30*k Sep 13 15:43:23 :: SKILL: #79 Èæ½Å¼öÈ£ flag 2097160 point DEF_GRADE affect 28 cooldown 63+120*k Sep 13 15:43:23 :: SKILL: #80 Åõ¼Ó¸¶·É flag 4289 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #81 ¸¶È¯°Ý flag 193 point HP affect 0 cooldown 24 Sep 13 15:43:23 :: SKILL: #91 ºñÆĺΠflag 193 point HP affect 0 cooldown 7 Sep 13 15:43:23 :: SKILL: #92 ¿ëÆÄ»ê flag 65537 point HP affect 0 cooldown 8 Sep 13 15:43:23 :: SKILL: #93 ÆзæÆø flag 65673 point HP affect 0 cooldown 20 Sep 13 15:43:23 :: SKILL: #94 È£½Å flag 0 point RESIST_NORMAL affect 25 cooldown 10 Sep 13 15:43:23 :: SKILL: #95 ¹Ý»ç flag 0 point REFLECT_MELEE affect 26 cooldown 10 Sep 13 15:43:23 :: SKILL: #96 ±âõ´ë°ø flag 0 point CRITICAL affect 32 cooldown 10 Sep 13 15:43:23 :: SKILL: #106 ³úÀü·É flag 129 point HP affect 0 cooldown 7 Sep 13 15:43:23 :: SKILL: #107 º­¶ô flag 8321 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #108 Æø·Ú°Ý flag 1 point HP affect 0 cooldown 10 Sep 13 15:43:23 :: SKILL: #109 Á¤¾÷ÀÎ flag 131072 point HP affect 0 cooldown 10 Sep 13 15:43:23 :: SKILL: #110 Äè¼Ó flag 0 point MOV_SPEED affect 27 cooldown 10 Sep 13 15:43:23 :: SKILL: #111 Áõ·Â¼ú flag 0 point ATT_GRADE affect 33 cooldown 10 Sep 13 15:43:23 :: SKILL: #121 Åë¼Ö·Â flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #122 ¿¬°è±â flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #124 䱤¼ú flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #125 º¯½Å flag 4194304 point NONE affect 1 cooldown Sep 13 15:43:23 :: SKILL: #126 ½Å¼ö¾î flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #127 õÁ¶¾î flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #128 Áø³ë¾î flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #129 µÐ°©¼ú flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #130 ½Â¸¶ flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #131 ¸»¼Òȯ flag 4194304 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #137 ³­¹« flag 524291 point HP affect 0 cooldown 5-(4*k) Sep 13 15:43:23 :: SKILL: #138 µ¹°Ý flag 8388739 point HP affect 0 cooldown 15 Sep 13 15:43:23 :: SKILL: #139 Å»Ãâ flag 524427 point HP affect 0 cooldown 20 Sep 13 15:43:23 :: SKILL: #140 ³­¹«(È°) flag 524801 point HP affect 0 cooldown 10 Sep 13 15:43:23 :: SKILL: #151 ¿ë¾È flag 0 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #152 ¿ë½ÅÀÇÇÇ flag 0 point MAX_HP affect 0 cooldown 600 Sep 13 15:43:23 :: SKILL: #153 ¿ë½ÅÀÇÃູ flag 0 point MAX_SP affect 0 cooldown 600 Sep 13 15:43:23 :: SKILL: #154 ¼ºÈÖ°© flag 0 point DEF_GRADE affect 0 cooldown 480 Sep 13 15:43:23 :: SKILL: #155 °¡¼ÓÈ­ flag 0 point MOV_SPEED affect 0 cooldown 480 Sep 13 15:43:23 :: SKILL: #156 ¿ë½ÅÀǺгë flag 8 point CRITICAL affect 0 cooldown 480 Sep 13 15:43:23 :: SKILL: #157 ÁÖ¹®¼ú flag 8 point CASTING_SPEED affect 0 cooldown 480 Sep 13 15:43:23 :: SKILL: #158 ±æµåÀ̵¿ flag 8 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #159 °ø°£Àǹ® flag 8 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #160 °¡¼ÓÈ­ flag 8 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #161 °ø°£Àǹ® flag 0 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #162 °ø°£À̵¿ flag 0 point NONE affect 0 cooldown Sep 13 15:43:23 :: SKILL: #170 Â÷¿­ flag 134217859 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #171 »ìdz flag 532611 point HP affect 0 cooldown 20 Sep 13 15:43:23 :: SKILL: #172 °ø´äÂü flag 3 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #173 Æļâ flag 3 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: SKILL: #174 Àû¶ûºùÀÇ flag 2097160 point ATT_GRADE affect 15 cooldown 2 Sep 13 15:43:23 :: SKILL: #175 û¶ûºùÀÇ flag 268435456 point ATT_SPEED affect 16 cooldown 0 Sep 13 15:43:23 :: SKILL: #256 CRUSH200½ºÅ³ flag 524419 point HP affect 0 cooldown 2 Sep 13 15:43:23 :: SKILL: #257 ÀϹݹüÀ§350½ºÅ³ flag 131 point HP affect 0 cooldown 5 Sep 13 15:43:23 :: SKILL: #258 CRUSH300½ºÅ³ flag 524419 point HP affect 0 cooldown 7 Sep 13 15:43:23 :: SKILL: #259 ÀϹݹüÀ§200½ºÅ³ flag 131 point HP affect 0 cooldown 9 Sep 13 15:43:23 :: SKILL: #260 CURSH400½ºÅ³ flag 524419 point HP affect 0 cooldown 10 Sep 13 15:43:23 :: SKILL: #261 µ¶250½ºÅ³ flag 1048707 point HP affect 0 cooldown 9 Sep 13 15:43:23 :: SKILL: #262 SLOW300½ºÅ³ flag 131 point HP affect 0 cooldown 12 Sep 13 15:43:23 :: REFINE: id 1 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 2 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 3 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 4 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 5 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 6 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 7 cost 30000 prob 70 mat1 30053 cnt1 1 Sep 13 15:43:23 :: REFINE: id 8 cost 45000 prob 70 mat1 30073 cnt1 2 Sep 13 15:43:23 :: REFINE: id 9 cost 75000 prob 70 mat1 30033 cnt1 2 Sep 13 15:43:23 :: REFINE: id 10 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 11 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 12 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 13 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 14 cost 13000 prob 59 mat1 30030 cnt1 2 Sep 13 15:43:23 :: REFINE: id 15 cost 20000 prob 70 mat1 30075 cnt1 2 Sep 13 15:43:23 :: REFINE: id 16 cost 40000 prob 70 mat1 30056 cnt1 2 Sep 13 15:43:23 :: REFINE: id 17 cost 70000 prob 70 mat1 30022 cnt1 2 Sep 13 15:43:23 :: REFINE: id 18 cost 120000 prob 70 mat1 30067 cnt1 2 Sep 13 15:43:23 :: REFINE: id 19 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 20 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 21 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 22 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 23 cost 20000 prob 70 mat1 30079 cnt1 1 Sep 13 15:43:23 :: REFINE: id 24 cost 30000 prob 70 mat1 30015 cnt1 1 Sep 13 15:43:23 :: REFINE: id 25 cost 45000 prob 70 mat1 30016 cnt1 2 Sep 13 15:43:23 :: REFINE: id 26 cost 90000 prob 70 mat1 30089 cnt1 2 Sep 13 15:43:23 :: REFINE: id 27 cost 150000 prob 70 mat1 30091 cnt1 2 Sep 13 15:43:23 :: REFINE: id 28 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 29 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 30 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 31 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 32 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 33 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 34 cost 30000 prob 70 mat1 30034 cnt1 2 Sep 13 15:43:23 :: REFINE: id 35 cost 45000 prob 70 mat1 30011 cnt1 2 Sep 13 15:43:23 :: REFINE: id 36 cost 75000 prob 70 mat1 30035 cnt1 2 Sep 13 15:43:23 :: REFINE: id 37 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 38 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 39 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 40 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 41 cost 13000 prob 70 mat1 30052 cnt1 2 Sep 13 15:43:23 :: REFINE: id 42 cost 20000 prob 70 mat1 30046 cnt1 2 Sep 13 15:43:23 :: REFINE: id 43 cost 40000 prob 70 mat1 30045 cnt1 2 Sep 13 15:43:23 :: REFINE: id 44 cost 70000 prob 70 mat1 30025 cnt1 2 Sep 13 15:43:23 :: REFINE: id 45 cost 120000 prob 70 mat1 30058 cnt1 2 Sep 13 15:43:23 :: REFINE: id 46 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 47 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 48 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 49 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 50 cost 20000 prob 70 mat1 30083 cnt1 2 Sep 13 15:43:23 :: REFINE: id 51 cost 30000 prob 70 mat1 30060 cnt1 2 Sep 13 15:43:23 :: REFINE: id 52 cost 45000 prob 70 mat1 30061 cnt1 2 Sep 13 15:43:23 :: REFINE: id 53 cost 90000 prob 70 mat1 30088 cnt1 2 Sep 13 15:43:23 :: REFINE: id 54 cost 150000 prob 17 mat1 30019 cnt1 2 Sep 13 15:43:23 :: REFINE: id 55 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 56 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 57 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 58 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 59 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 60 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 61 cost 30000 prob 70 mat1 30070 cnt1 2 Sep 13 15:43:23 :: REFINE: id 62 cost 45000 prob 70 mat1 30072 cnt1 2 Sep 13 15:43:23 :: REFINE: id 63 cost 75000 prob 70 mat1 30017 cnt1 2 Sep 13 15:43:23 :: REFINE: id 64 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 65 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 66 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 67 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 68 cost 13000 prob 70 mat1 30041 cnt1 1 Sep 13 15:43:23 :: REFINE: id 69 cost 20000 prob 70 mat1 30008 cnt1 2 Sep 13 15:43:23 :: REFINE: id 70 cost 40000 prob 70 mat1 30057 cnt1 1 Sep 13 15:43:23 :: REFINE: id 71 cost 70000 prob 70 mat1 30081 cnt1 1 Sep 13 15:43:23 :: REFINE: id 72 cost 120000 prob 70 mat1 30077 cnt1 2 Sep 13 15:43:23 :: REFINE: id 73 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 74 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 75 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 76 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 77 cost 20000 prob 70 mat1 30009 cnt1 2 Sep 13 15:43:23 :: REFINE: id 78 cost 30000 prob 70 mat1 30039 cnt1 2 Sep 13 15:43:23 :: REFINE: id 79 cost 45000 prob 70 mat1 30040 cnt1 2 Sep 13 15:43:23 :: REFINE: id 80 cost 90000 prob 70 mat1 30048 cnt1 2 Sep 13 15:43:23 :: REFINE: id 81 cost 150000 prob 70 mat1 30090 cnt1 2 Sep 13 15:43:23 :: REFINE: id 82 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 83 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 84 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 85 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 86 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 87 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 88 cost 30000 prob 70 mat1 30031 cnt1 1 Sep 13 15:43:23 :: REFINE: id 89 cost 45000 prob 70 mat1 30032 cnt1 2 Sep 13 15:43:23 :: REFINE: id 90 cost 75000 prob 70 mat1 30033 cnt1 2 Sep 13 15:43:23 :: REFINE: id 91 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 92 cost 2000 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 93 cost 4000 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 94 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 95 cost 13000 prob 70 mat1 30008 cnt1 2 Sep 13 15:43:23 :: REFINE: id 96 cost 20000 prob 70 mat1 30075 cnt1 2 Sep 13 15:43:23 :: REFINE: id 97 cost 40000 prob 70 mat1 30006 cnt1 2 Sep 13 15:43:23 :: REFINE: id 98 cost 70000 prob 70 mat1 30022 cnt1 1 Sep 13 15:43:23 :: REFINE: id 99 cost 120000 prob 70 mat1 30067 cnt1 2 Sep 13 15:43:23 :: REFINE: id 100 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 101 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 102 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 103 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 104 cost 20000 prob 70 mat1 30079 cnt1 1 Sep 13 15:43:23 :: REFINE: id 105 cost 30000 prob 70 mat1 30015 cnt1 1 Sep 13 15:43:23 :: REFINE: id 106 cost 45000 prob 70 mat1 30086 cnt1 2 Sep 13 15:43:23 :: REFINE: id 107 cost 90000 prob 70 mat1 30050 cnt1 2 Sep 13 15:43:23 :: REFINE: id 108 cost 150000 prob 70 mat1 30091 cnt1 2 Sep 13 15:43:23 :: REFINE: id 109 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 110 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 111 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 112 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 113 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 114 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 115 cost 30000 prob 70 mat1 30071 cnt1 2 Sep 13 15:43:23 :: REFINE: id 116 cost 45000 prob 70 mat1 30018 cnt1 2 Sep 13 15:43:23 :: REFINE: id 117 cost 75000 prob 70 mat1 30017 cnt1 2 Sep 13 15:43:23 :: REFINE: id 118 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 119 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 120 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 121 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 122 cost 13000 prob 70 mat1 30005 cnt1 2 Sep 13 15:43:23 :: REFINE: id 123 cost 20000 prob 70 mat1 30076 cnt1 2 Sep 13 15:43:23 :: REFINE: id 124 cost 40000 prob 70 mat1 30051 cnt1 1 Sep 13 15:43:23 :: REFINE: id 125 cost 70000 prob 70 mat1 30081 cnt1 1 Sep 13 15:43:23 :: REFINE: id 126 cost 120000 prob 70 mat1 30047 cnt1 2 Sep 13 15:43:23 :: REFINE: id 127 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 128 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 129 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 130 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 131 cost 20000 prob 70 mat1 30009 cnt1 1 Sep 13 15:43:23 :: REFINE: id 132 cost 30000 prob 70 mat1 30080 cnt1 1 Sep 13 15:43:23 :: REFINE: id 133 cost 45000 prob 70 mat1 30040 cnt1 2 Sep 13 15:43:23 :: REFINE: id 134 cost 90000 prob 70 mat1 30049 cnt1 2 Sep 13 15:43:23 :: REFINE: id 135 cost 150000 prob 70 mat1 30090 cnt1 2 Sep 13 15:43:23 :: REFINE: id 136 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 137 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 138 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 139 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 140 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 141 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 142 cost 30000 prob 70 mat1 30038 cnt1 1 Sep 13 15:43:23 :: REFINE: id 143 cost 45000 prob 70 mat1 30023 cnt1 2 Sep 13 15:43:23 :: REFINE: id 144 cost 75000 prob 70 mat1 30074 cnt1 2 Sep 13 15:43:23 :: REFINE: id 145 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 146 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 147 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 148 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 149 cost 13000 prob 70 mat1 30007 cnt1 2 Sep 13 15:43:23 :: REFINE: id 150 cost 20000 prob 70 mat1 30078 cnt1 2 Sep 13 15:43:23 :: REFINE: id 151 cost 40000 prob 70 mat1 30045 cnt1 2 Sep 13 15:43:23 :: REFINE: id 152 cost 70000 prob 70 mat1 30055 cnt1 2 Sep 13 15:43:23 :: REFINE: id 153 cost 120000 prob 70 mat1 30047 cnt1 2 Sep 13 15:43:23 :: REFINE: id 154 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 155 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 156 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 157 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 158 cost 20000 prob 70 mat1 30059 cnt1 2 Sep 13 15:43:23 :: REFINE: id 159 cost 30000 prob 70 mat1 30080 cnt1 2 Sep 13 15:43:23 :: REFINE: id 160 cost 45000 prob 70 mat1 30085 cnt1 2 Sep 13 15:43:23 :: REFINE: id 161 cost 90000 prob 70 mat1 30014 cnt1 2 Sep 13 15:43:23 :: REFINE: id 162 cost 150000 prob 70 mat1 30042 cnt1 2 Sep 13 15:43:23 :: REFINE: id 163 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 164 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 165 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 166 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 167 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 168 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 169 cost 30000 prob 70 mat1 30010 cnt1 2 Sep 13 15:43:23 :: REFINE: id 170 cost 45000 prob 70 mat1 30031 cnt1 1 Sep 13 15:43:23 :: REFINE: id 171 cost 75000 prob 70 mat1 30032 cnt1 2 Sep 13 15:43:23 :: REFINE: id 172 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 173 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 174 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 175 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 176 cost 13000 prob 70 mat1 30021 cnt1 2 Sep 13 15:43:23 :: REFINE: id 177 cost 20000 prob 70 mat1 30008 cnt1 2 Sep 13 15:43:23 :: REFINE: id 178 cost 40000 prob 70 mat1 30057 cnt1 2 Sep 13 15:43:23 :: REFINE: id 179 cost 70000 prob 70 mat1 30006 cnt1 2 Sep 13 15:43:23 :: REFINE: id 180 cost 120000 prob 70 mat1 30022 cnt1 2 Sep 13 15:43:23 :: REFINE: id 181 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 182 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 183 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 184 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 185 cost 20000 prob 70 mat1 30082 cnt1 2 Sep 13 15:43:23 :: REFINE: id 186 cost 30000 prob 70 mat1 30079 cnt1 2 Sep 13 15:43:23 :: REFINE: id 187 cost 45000 prob 70 mat1 30087 cnt1 2 Sep 13 15:43:23 :: REFINE: id 188 cost 90000 prob 70 mat1 30086 cnt1 2 Sep 13 15:43:23 :: REFINE: id 189 cost 150000 prob 70 mat1 30050 cnt1 2 Sep 13 15:43:23 :: REFINE: id 190 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 191 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 192 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 193 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 194 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 195 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 196 cost 30000 prob 70 mat1 30038 cnt1 2 Sep 13 15:43:23 :: REFINE: id 197 cost 45000 prob 70 mat1 30011 cnt1 2 Sep 13 15:43:23 :: REFINE: id 198 cost 75000 prob 70 mat1 30074 cnt1 1 Sep 13 15:43:23 :: REFINE: id 199 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 200 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 201 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 202 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 203 cost 13000 prob 70 mat1 30007 cnt1 2 Sep 13 15:43:23 :: REFINE: id 204 cost 20000 prob 70 mat1 30046 cnt1 2 Sep 13 15:43:23 :: REFINE: id 205 cost 40000 prob 70 mat1 30045 cnt1 2 Sep 13 15:43:23 :: REFINE: id 206 cost 70000 prob 70 mat1 30055 cnt1 2 Sep 13 15:43:23 :: REFINE: id 207 cost 120000 prob 70 mat1 30058 cnt1 2 Sep 13 15:43:23 :: REFINE: id 208 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 209 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 210 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 211 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 212 cost 20000 prob 70 mat1 30059 cnt1 2 Sep 13 15:43:23 :: REFINE: id 213 cost 30000 prob 70 mat1 30060 cnt1 2 Sep 13 15:43:23 :: REFINE: id 214 cost 45000 prob 70 mat1 30061 cnt1 2 Sep 13 15:43:23 :: REFINE: id 215 cost 90000 prob 70 mat1 30014 cnt1 2 Sep 13 15:43:23 :: REFINE: id 216 cost 150000 prob 70 mat1 30042 cnt1 2 Sep 13 15:43:23 :: REFINE: id 217 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 218 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 219 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 220 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 221 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 222 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 223 cost 30000 prob 70 mat1 30071 cnt1 2 Sep 13 15:43:23 :: REFINE: id 224 cost 45000 prob 70 mat1 30023 cnt1 1 Sep 13 15:43:23 :: REFINE: id 225 cost 75000 prob 70 mat1 30074 cnt1 2 Sep 13 15:43:23 :: REFINE: id 226 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 227 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 228 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 229 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 230 cost 13000 prob 70 mat1 30005 cnt1 1 Sep 13 15:43:23 :: REFINE: id 231 cost 20000 prob 70 mat1 30078 cnt1 1 Sep 13 15:43:23 :: REFINE: id 232 cost 40000 prob 70 mat1 30051 cnt1 1 Sep 13 15:43:23 :: REFINE: id 233 cost 70000 prob 70 mat1 30055 cnt1 2 Sep 13 15:43:23 :: REFINE: id 234 cost 120000 prob 70 mat1 30047 cnt1 2 Sep 13 15:43:23 :: REFINE: id 235 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 236 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 237 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 238 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 239 cost 20000 prob 70 mat1 30059 cnt1 2 Sep 13 15:43:23 :: REFINE: id 240 cost 30000 prob 70 mat1 30080 cnt1 2 Sep 13 15:43:23 :: REFINE: id 241 cost 45000 prob 70 mat1 30085 cnt1 2 Sep 13 15:43:23 :: REFINE: id 242 cost 90000 prob 70 mat1 30049 cnt1 2 Sep 13 15:43:23 :: REFINE: id 243 cost 150000 prob 70 mat1 30042 cnt1 2 Sep 13 15:43:23 :: REFINE: id 244 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 245 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 246 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 247 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 248 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 249 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 250 cost 30000 prob 70 mat1 30070 cnt1 2 Sep 13 15:43:23 :: REFINE: id 251 cost 45000 prob 70 mat1 30018 cnt1 2 Sep 13 15:43:23 :: REFINE: id 252 cost 75000 prob 70 mat1 30017 cnt1 2 Sep 13 15:43:23 :: REFINE: id 253 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 254 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 255 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 256 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 257 cost 13000 prob 70 mat1 30041 cnt1 2 Sep 13 15:43:23 :: REFINE: id 258 cost 20000 prob 70 mat1 30076 cnt1 2 Sep 13 15:43:23 :: REFINE: id 259 cost 40000 prob 70 mat1 30051 cnt1 2 Sep 13 15:43:23 :: REFINE: id 260 cost 70000 prob 70 mat1 30081 cnt1 2 Sep 13 15:43:23 :: REFINE: id 261 cost 120000 prob 70 mat1 30077 cnt1 2 Sep 13 15:43:23 :: REFINE: id 262 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 263 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 264 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 265 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 266 cost 20000 prob 70 mat1 30009 cnt1 2 Sep 13 15:43:23 :: REFINE: id 267 cost 30000 prob 70 mat1 30039 cnt1 2 Sep 13 15:43:23 :: REFINE: id 268 cost 45000 prob 70 mat1 30040 cnt1 2 Sep 13 15:43:23 :: REFINE: id 269 cost 90000 prob 70 mat1 30048 cnt1 2 Sep 13 15:43:23 :: REFINE: id 270 cost 150000 prob 70 mat1 30090 cnt1 2 Sep 13 15:43:23 :: REFINE: id 271 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 272 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 273 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 274 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 275 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 276 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 277 cost 30000 prob 70 mat1 30010 cnt1 1 Sep 13 15:43:23 :: REFINE: id 278 cost 45000 prob 70 mat1 30072 cnt1 2 Sep 13 15:43:23 :: REFINE: id 279 cost 75000 prob 70 mat1 30032 cnt1 1 Sep 13 15:43:23 :: REFINE: id 280 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 281 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 282 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 283 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 284 cost 13000 prob 70 mat1 30021 cnt1 1 Sep 13 15:43:23 :: REFINE: id 285 cost 20000 prob 70 mat1 30008 cnt1 1 Sep 13 15:43:23 :: REFINE: id 286 cost 40000 prob 70 mat1 30057 cnt1 1 Sep 13 15:43:23 :: REFINE: id 287 cost 70000 prob 70 mat1 30006 cnt1 2 Sep 13 15:43:23 :: REFINE: id 288 cost 120000 prob 70 mat1 30077 cnt1 2 Sep 13 15:43:23 :: REFINE: id 289 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 290 cost 2500 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 291 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 292 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 293 cost 20000 prob 70 mat1 30082 cnt1 2 Sep 13 15:43:23 :: REFINE: id 294 cost 30000 prob 70 mat1 30039 cnt1 2 Sep 13 15:43:23 :: REFINE: id 295 cost 45000 prob 70 mat1 30087 cnt1 2 Sep 13 15:43:23 :: REFINE: id 296 cost 90000 prob 70 mat1 30086 cnt1 2 Sep 13 15:43:23 :: REFINE: id 297 cost 150000 prob 70 mat1 30050 cnt1 2 Sep 13 15:43:23 :: REFINE: id 298 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 299 cost 1200 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 300 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 301 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 302 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 303 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 304 cost 30000 prob 70 mat1 30053 cnt1 1 Sep 13 15:43:23 :: REFINE: id 305 cost 45000 prob 70 mat1 30073 cnt1 1 Sep 13 15:43:23 :: REFINE: id 306 cost 75000 prob 70 mat1 30035 cnt1 2 Sep 13 15:43:23 :: REFINE: id 307 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 308 cost 2000 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 309 cost 4000 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 310 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 311 cost 13000 prob 70 mat1 30030 cnt1 2 Sep 13 15:43:23 :: REFINE: id 312 cost 20000 prob 70 mat1 30075 cnt1 2 Sep 13 15:43:23 :: REFINE: id 313 cost 40000 prob 70 mat1 30056 cnt1 2 Sep 13 15:43:23 :: REFINE: id 314 cost 70000 prob 70 mat1 30025 cnt1 2 Sep 13 15:43:23 :: REFINE: id 315 cost 120000 prob 70 mat1 30067 cnt1 2 Sep 13 15:43:23 :: REFINE: id 316 cost 1200 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 317 cost 2500 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 318 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 319 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 320 cost 20000 prob 70 mat1 30083 cnt1 2 Sep 13 15:43:23 :: REFINE: id 321 cost 30000 prob 70 mat1 30015 cnt1 2 Sep 13 15:43:23 :: REFINE: id 322 cost 45000 prob 70 mat1 30016 cnt1 2 Sep 13 15:43:23 :: REFINE: id 323 cost 90000 prob 70 mat1 30089 cnt1 2 Sep 13 15:43:23 :: REFINE: id 324 cost 150000 prob 70 mat1 30019 cnt1 2 Sep 13 15:43:23 :: REFINE: id 325 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 326 cost 1200 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 327 cost 2500 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 328 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 329 cost 10000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 330 cost 20000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 331 cost 30000 prob 70 mat1 30034 cnt1 2 Sep 13 15:43:23 :: REFINE: id 332 cost 45000 prob 70 mat1 30073 cnt1 2 Sep 13 15:43:23 :: REFINE: id 333 cost 75000 prob 70 mat1 30035 cnt1 2 Sep 13 15:43:23 :: REFINE: id 334 cost 1000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 335 cost 2000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 336 cost 4000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 337 cost 8000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 338 cost 13000 prob 70 mat1 30052 cnt1 2 Sep 13 15:43:23 :: REFINE: id 339 cost 20000 prob 70 mat1 30046 cnt1 2 Sep 13 15:43:23 :: REFINE: id 340 cost 40000 prob 70 mat1 30056 cnt1 2 Sep 13 15:43:23 :: REFINE: id 341 cost 70000 prob 70 mat1 30025 cnt1 2 Sep 13 15:43:23 :: REFINE: id 342 cost 120000 prob 70 mat1 30058 cnt1 2 Sep 13 15:43:23 :: REFINE: id 343 cost 7500 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 344 cost 15000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 345 cost 25000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 346 cost 40000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 347 cost 65000 prob 70 mat1 30083 cnt1 2 Sep 13 15:43:23 :: REFINE: id 348 cost 90000 prob 70 mat1 30060 cnt1 2 Sep 13 15:43:23 :: REFINE: id 349 cost 120000 prob 70 mat1 30061 cnt1 2 Sep 13 15:43:23 :: REFINE: id 350 cost 150000 prob 70 mat1 30088 cnt1 2 Sep 13 15:43:23 :: REFINE: id 351 cost 200000 prob 70 mat1 30019 cnt1 2 Sep 13 15:43:23 :: REFINE: id 352 cost 3000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 353 cost 6000 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 354 cost 12000 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 355 cost 25000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 356 cost 40000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 357 cost 60000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 358 cost 90000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 359 cost 120000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 360 cost 150000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 400 cost 20000 prob 70 mat1 30194 cnt1 2 Sep 13 15:43:23 :: REFINE: id 401 cost 30000 prob 70 mat1 30192 cnt1 2 Sep 13 15:43:23 :: REFINE: id 501 cost 5000000 prob 100 mat1 25040 cnt1 2 Sep 13 15:43:23 :: REFINE: id 502 cost 120000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 503 cost 140000 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 504 cost 170000 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 505 cost 200000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 506 cost 240000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 507 cost 290000 prob 70 mat1 30050 cnt1 2 Sep 13 15:43:23 :: REFINE: id 508 cost 340000 prob 70 mat1 30083 cnt1 2 Sep 13 15:43:23 :: REFINE: id 509 cost 410000 prob 70 mat1 30040 cnt1 2 Sep 13 15:43:23 :: REFINE: id 510 cost 500000 prob 70 mat1 30089 cnt1 2 Sep 13 15:43:23 :: REFINE: id 512 cost 50000 prob 90 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 513 cost 150000 prob 80 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 514 cost 250000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 515 cost 500000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 531 cost 7500 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 532 cost 15000 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 533 cost 25000 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 534 cost 40000 prob 70 mat1 30196 cnt1 2 Sep 13 15:43:23 :: REFINE: id 535 cost 65000 prob 70 mat1 30090 cnt1 3 Sep 13 15:43:23 :: REFINE: id 536 cost 90000 prob 70 mat1 30195 cnt1 2 Sep 13 15:43:23 :: REFINE: id 537 cost 120000 prob 70 mat1 27992 cnt1 1 Sep 13 15:43:23 :: REFINE: id 538 cost 150000 prob 70 mat1 27993 cnt1 1 Sep 13 15:43:23 :: REFINE: id 539 cost 200000 prob 70 mat1 27994 cnt1 1 Sep 13 15:43:23 :: REFINE: id 601 cost 100000 prob 100 mat1 30500 cnt1 2 Sep 13 15:43:23 :: REFINE: id 602 cost 125000 prob 93 mat1 30500 cnt1 2 Sep 13 15:43:23 :: REFINE: id 603 cost 150000 prob 81 mat1 30501 cnt1 2 Sep 13 15:43:23 :: REFINE: id 604 cost 180000 prob 70 mat1 30502 cnt1 2 Sep 13 15:43:23 :: REFINE: id 605 cost 180000 prob 70 mat1 30503 cnt1 2 Sep 13 15:43:23 :: REFINE: id 606 cost 270000 prob 70 mat1 30504 cnt1 2 Sep 13 15:43:23 :: REFINE: id 607 cost 320000 prob 70 mat1 30505 cnt1 2 Sep 13 15:43:23 :: REFINE: id 608 cost 400000 prob 70 mat1 30506 cnt1 2 Sep 13 15:43:23 :: REFINE: id 609 cost 500000 prob 70 mat1 30507 cnt1 2 Sep 13 15:43:23 :: REFINE: id 610 cost 5000000 prob 100 mat1 30524 cnt1 5 Sep 13 15:43:23 :: REFINE: id 701 cost 500000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 703 cost 10000000 prob 100 mat1 70031 cnt1 2 Sep 13 15:43:23 :: REFINE: id 704 cost 25000000 prob 100 mat1 70031 cnt1 4 Sep 13 15:43:23 :: REFINE: id 705 cost 10000000 prob 100 mat1 70031 cnt1 6 Sep 13 15:43:23 :: REFINE: id 706 cost 10000000 prob 100 mat1 30509 cnt1 20 Sep 13 15:43:23 :: REFINE: id 711 cost 120000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 712 cost 140000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 713 cost 170000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 714 cost 200000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 715 cost 240000 prob 70 mat1 30083 cnt1 2 Sep 13 15:43:23 :: REFINE: id 716 cost 290000 prob 70 mat1 30060 cnt1 2 Sep 13 15:43:23 :: REFINE: id 717 cost 340000 prob 70 mat1 30061 cnt1 2 Sep 13 15:43:23 :: REFINE: id 718 cost 410000 prob 28 mat1 30088 cnt1 2 Sep 13 15:43:23 :: REFINE: id 719 cost 500000 prob 17 mat1 30019 cnt1 2 Sep 13 15:43:23 :: REFINE: id 721 cost 120000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 722 cost 140000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 723 cost 170000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 724 cost 200000 prob 70 mat1 30196 cnt1 2 Sep 13 15:43:23 :: REFINE: id 725 cost 240000 prob 70 mat1 30192 cnt1 2 Sep 13 15:43:23 :: REFINE: id 726 cost 290000 prob 70 mat1 30195 cnt1 2 Sep 13 15:43:23 :: REFINE: id 727 cost 340000 prob 70 mat1 30197 cnt1 2 Sep 13 15:43:23 :: REFINE: id 728 cost 410000 prob 70 mat1 30198 cnt1 2 Sep 13 15:43:23 :: REFINE: id 729 cost 500000 prob 70 mat1 30199 cnt1 2 Sep 13 15:43:23 :: REFINE: id 530 cost 5000000 prob 100 mat1 71123 cnt1 3 Sep 13 15:43:23 :: REFINE: id 731 cost 120000 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 732 cost 140000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 733 cost 170000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 734 cost 200000 prob 70 mat1 30196 cnt1 2 Sep 13 15:43:23 :: REFINE: id 735 cost 240000 prob 70 mat1 30194 cnt1 2 Sep 13 15:43:23 :: REFINE: id 736 cost 290000 prob 70 mat1 30195 cnt1 2 Sep 13 15:43:23 :: REFINE: id 737 cost 340000 prob 70 mat1 30197 cnt1 2 Sep 13 15:43:23 :: REFINE: id 738 cost 410000 prob 70 mat1 30198 cnt1 2 Sep 13 15:43:23 :: REFINE: id 739 cost 500000 prob 70 mat1 30199 cnt1 2 Sep 13 15:43:23 :: REFINE: id 771 cost 600 prob 100 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 772 cost 1200 prob 93 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 773 cost 2500 prob 81 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 774 cost 5000 prob 70 mat1 0 cnt1 0 Sep 13 15:43:23 :: REFINE: id 775 cost 10000 prob 70 mat1 30083 cnt1 2 Sep 13 15:43:23 :: REFINE: id 776 cost 20000 prob 70 mat1 30060 cnt1 2 Sep 13 15:43:23 :: REFINE: id 777 cost 30000 prob 70 mat1 30061 cnt1 2 Sep 13 15:43:23 :: REFINE: id 778 cost 45000 prob 70 mat1 30088 cnt1 2 Sep 13 15:43:23 :: REFINE: id 779 cost 75000 prob 70 mat1 30019 cnt1 2 Sep 13 15:43:23 :: REFINE: id 801 cost 5000000 prob 100 mat1 30509 cnt1 2 Sep 13 15:43:23 :: REFINE: id 802 cost 5000000 prob 70 mat1 30510 cnt1 2 Sep 13 15:43:23 :: REFINE: id 803 cost 5000000 prob 70 mat1 30511 cnt1 2 Sep 13 15:43:23 :: REFINE: id 804 cost 5000000 prob 70 mat1 30512 cnt1 2 Sep 13 15:43:23 :: REFINE: id 805 cost 5000000 prob 70 mat1 30513 cnt1 2 Sep 13 15:43:23 :: REFINE: id 806 cost 5000000 prob 70 mat1 30514 cnt1 2 Sep 13 15:43:23 :: REFINE: id 807 cost 5000000 prob 70 mat1 30515 cnt1 2 Sep 13 15:43:23 :: REFINE: id 901 cost 100000 prob 70 mat1 30509 cnt1 2 Sep 13 15:43:23 :: REFINE: id 902 cost 125000 prob 70 mat1 30509 cnt1 2 Sep 13 15:43:23 :: REFINE: id 903 cost 150000 prob 70 mat1 30510 cnt1 2 Sep 13 15:43:23 :: REFINE: id 904 cost 180000 prob 70 mat1 30511 cnt1 2 Sep 13 15:43:23 :: REFINE: id 905 cost 200000 prob 70 mat1 30512 cnt1 2 Sep 13 15:43:23 :: REFINE: id 906 cost 270000 prob 70 mat1 30513 cnt1 2 Sep 13 15:43:23 :: REFINE: id 907 cost 300000 prob 70 mat1 30514 cnt1 2 Sep 13 15:43:23 :: REFINE: id 908 cost 400000 prob 70 mat1 30515 cnt1 2 Sep 13 15:43:23 :: REFINE: id 909 cost 500000 prob 70 mat1 30516 cnt1 2 Sep 13 15:43:23 :: REFINE: id 808 cost 5000000 prob 70 mat1 30516 cnt1 2 Sep 13 15:43:23 :: REFINE: id 910 cost 5000000 prob 100 mat1 70252 cnt1 5 Sep 13 15:43:23 :: REFINE: id 809 cost 5000000 prob 70 mat1 30517 cnt1 2 Sep 13 15:43:23 :: ITEM_ATTR: MAX_HP 70 { 1500 1500 2000 2000 2000 } { 0 5 5 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: MAX_SP 35 { 50 50 80 80 80 } { 0 0 5 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: CON 50 { 8 8 12 12 12 } { 5 0 0 0 0 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: INT 50 { 8 8 2 12 12 } { 5 0 0 0 0 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: STR 50 { 8 8 12 12 12 } { 5 0 0 0 0 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: DEX 50 { 8 8 12 12 12 } { 5 0 0 0 0 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: ATT_SPEED 35 { 5 5 10 10 10 } { 0 0 0 5 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: MOV_SPEED 65 { 10 10 20 20 20 } { 0 0 0 5 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: CAST_SPEED 35 { 10 10 20 20 20 } { 5 5 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: HP_REGEN 65 { 20 20 30 30 30 } { 0 0 0 0 5 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: SP_REGEN 65 { 20 20 30 30 30 } { 0 0 0 0 5 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: POISON_PCT 25 { 5 5 10 10 10 } { 5 0 0 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: STUN_PCT 40 { 5 5 10 10 10 } { 5 0 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: SLOW_PCT 40 { 5 5 10 10 10 } { 5 0 0 5 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: CRITICAL_PCT 55 { 5 5 10 10 10 } { 5 0 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: PENETRATE_PCT 55 { 5 5 10 10 10 } { 5 0 5 0 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_HUMAN 70 { 5 5 10 10 10 } { 5 0 5 0 0 5 5 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_ANIMAL 35 { 10 10 20 20 20 } { 5 0 5 0 0 5 5 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_ORC 35 { 10 10 20 20 20 } { 5 0 5 0 0 5 5 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_MILGYO 35 { 10 10 20 20 20 } { 5 0 5 0 0 5 5 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_UNDEAD 35 { 10 10 20 20 20 } { 5 0 5 0 0 5 5 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_DEVIL 35 { 10 10 20 20 20 } { 5 0 5 0 0 5 5 } Sep 13 15:43:23 :: ITEM_ATTR: STEAL_HP 50 { 10 10 10 10 10 } { 0 5 5 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: STEAL_SP 50 { 10 10 10 10 10 } { 0 5 0 0 5 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: MANA_BURN_PCT 18 { 10 10 15 15 15 } { 0 0 5 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: BLOCK 40 { 10 10 15 15 15 } { 0 0 0 0 0 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: DODGE 30 { 10 10 15 15 15 } { 0 0 0 5 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_SWORD 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_TWOHAND 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_DAGGER 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_BELL 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_FAN 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_BOW 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_FIRE 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_ELEC 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_MAGIC 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_WIND 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: REFLECT_MELEE 65 { 10 10 15 15 15 } { 0 5 0 0 0 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: POISON_REDUCE 65 { 5 5 10 10 10 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: EXP_DOUBLE_BONUS 10 { 10 10 20 20 20 } { 0 0 0 5 5 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: GOLD_DOUBLE_BONUS 10 { 10 10 20 20 20 } { 0 0 0 5 5 0 5 } Sep 13 15:43:23 :: ITEM_ATTR: ITEM_DROP_BONUS 7 { 10 10 20 20 20 } { 0 0 5 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: IMMUNE_STUN 40 { 1 1 1 1 1 } { 0 0 0 0 0 0 1 } Sep 13 15:43:23 :: ITEM_ATTR: IMMUNE_SLOW 25 { 1 1 1 1 1 } { 0 0 0 0 0 0 1 } Sep 13 15:43:23 :: ITEM_ATTR: ATT_GRADE_BONUS 9 { 20 20 50 50 50 } { 0 5 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_WARRIOR 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_ASSASSIN 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_SURA 5 { 5 6 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_SHAMAN 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_WARRIOR 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_ASSASSIN 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_SURA 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_SHAMAN 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_ICE 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_EARTH 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_DARK 65 { 10 10 15 15 15 } { 0 5 5 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: BLEEDING_PCT 60 { 5 5 10 10 10 } { 5 0 0 0 0 5 0 } Sep 13 15:43:23 :: ITEM_ATTR: BLEEDING_REDUCE 65 { 10 10 15 15 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: ATTBONUS_WOLFMAN 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_WOLFMAN 5 { 5 5 6 10 15 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_ATTR: RESIST_CLAW 65 { 10 10 15 15 15 } { 0 5 0 5 5 0 0 } Sep 13 15:43:23 :: ITEM_RARE: MAX_HP 1 { 500 500 500 500 500 } { 5 5 5 5 5 5 5 } Sep 13 15:43:23 :: ITEM_RARE: MAX_SP 1 { 50 50 50 50 50 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_RARE: CON 1 { 5 5 5 5 5 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_RARE: INT 1 { 5 5 5 5 5 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_RARE: STR 1 { 5 5 5 5 5 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_RARE: DEX 1 { 5 5 5 5 5 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_RARE: ATT_GRADE_BONUS 1 { 30 30 30 30 30 } { 0 0 0 0 0 0 0 } Sep 13 15:43:23 :: ITEM_RARE: ATT_BONUS_TO_MONSTER 1 { 10 10 10 10 10 } { 5 5 5 5 5 5 5 } Sep 13 15:43:23 :: BANWORD: total 114 Sep 13 15:43:23 :: LAND: 1 map 1 20200x10000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 2 map 1 23500x13600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 3 map 1 27600x10900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 4 map 1 55600x9600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 5 map 1 57100x3800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 6 map 1 60900x5200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 7 map 1 66100x7900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 8 map 1 81400x16800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 9 map 1 90700x20400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 10 map 1 94300x23700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 11 map 1 10800x108500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 12 map 1 5900x108500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 13 map 1 7700x104300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 14 map 1 23400x46200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 15 map 1 17200x44400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 16 map 1 20000x40100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 17 map 1 25800x36900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 18 map 1 16900x35800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 75 map 4 9600x13100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 76 map 4 16100x15600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 77 map 4 9100x19500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 78 map 4 14900x19500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 79 map 4 27700x19500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 80 map 4 23600x23000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 81 map 4 31800x24200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 82 map 4 27900x27300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 83 map 4 35500x35400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 84 map 4 32800x39300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 85 map 4 39700x39600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 86 map 4 36100x42700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 87 map 4 24400x39000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 88 map 4 19900x41600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 89 map 4 14400x41700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 90 map 4 10200x39100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 91 map 4 7700x34600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 92 map 4 8400x29500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 101 map 21 29400x11400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 102 map 21 33600x12700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 103 map 21 36300x16300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 104 map 21 55900x17200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 105 map 21 72800x8500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 106 map 21 76300x5400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 107 map 21 77600x10200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 108 map 21 84200x47200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 109 map 21 87800x61000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 110 map 21 32100x113800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 111 map 21 28800x117200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 112 map 21 24400x118700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 113 map 21 22600x114400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 114 map 21 34800x92300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 115 map 21 37500x89000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 116 map 21 35100x73600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 117 map 21 35400x69200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 118 map 21 35400x55600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 175 map 24 7100x5200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 176 map 24 12800x4800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 177 map 24 9700x9900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 178 map 24 14500x13300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 179 map 24 36900x26000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 180 map 24 38600x29800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 181 map 24 36500x33900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 182 map 24 33600x38600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 183 map 24 30900x33500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 184 map 24 25700x33500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 185 map 24 25600x37800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 186 map 24 20900x37800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 187 map 24 20900x33700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 188 map 24 14200x33700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 189 map 24 10000x37100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 190 map 24 5800x34800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 191 map 24 8800x29800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 192 map 24 10500x26100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 201 map 41 66100x9400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 202 map 41 70300x7900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 203 map 41 73600x11500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 204 map 41 70900x15100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 205 map 41 71800x61900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 206 map 41 77000x64100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 207 map 41 60700x66800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 208 map 41 74500x68200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 209 map 41 67900x110800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 210 map 41 67900x115700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 211 map 41 62800x114800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 212 map 41 16600x95300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 213 map 41 5400x94100 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 214 map 41 18600x89300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 215 map 41 4600x89800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 216 map 41 11200x36000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 217 map 41 8200x31800 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 218 map 41 12000x29200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 275 map 44 5400x7700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 276 map 44 9700x7300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 277 map 44 5500x11500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 278 map 44 5100x15500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 279 map 44 8900x17900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 280 map 44 22200x15600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 281 map 44 43000x3700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 282 map 44 38900x27200 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 283 map 44 30200x29900 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 284 map 44 40000x34500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 285 map 44 32800x37000 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 286 map 44 40600x39300 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 287 map 44 35600x40600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 288 map 44 18500x33600 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 289 map 44 17300x38500 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 290 map 44 13500x39400 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 291 map 44 9100x38700 w 3000 h 3000 Sep 13 15:43:23 :: LAND: 292 map 44 5000x36300 w 3000 h 3000 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14013 price 20000000 mat 90010 20 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14014 price 20000000 mat 90010 20 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14015 price 20000000 mat 90010 20 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14043 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14045 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14046 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14047 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14048 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14049 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14050 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14051 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14052 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14053 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14054 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14055 price 20000000 mat 90010 15 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14061 price 25000000 mat 90010 25 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14062 price 500000000 mat 90010 50 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14063 price 750000000 mat 90010 75 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14100 price 20000000 mat 90010 20 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14110 price 20000000 mat 90010 20 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14120 price 20000000 mat 90010 20 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14200 price 3000000 mat 90011 5 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14300 price 300000 mat 90010 5 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14301 price 300000 mat 90010 5 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14302 price 300000 mat 90010 7 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14303 price 300000 mat 90010 7 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14304 price 300000 mat 90010 7 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14305 price 300000 mat 90010 8 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14306 price 300000 mat 90010 8 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14307 price 300000 mat 90010 8 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14308 price 300000 mat 90010 9 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14309 price 300000 mat 90010 9 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14400 price 2000000 mat 90011 5 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14401 price 2000000 mat 90011 5 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14402 price 2000000 mat 90011 7 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14403 price 2000000 mat 90011 7 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14404 price 2000000 mat 90011 7 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14405 price 2000000 mat 90011 9 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14406 price 2000000 mat 90011 9 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14407 price 2000000 mat 90011 9 Sep 13 15:43:23 :: OBJ_PROTO: vnum 14408 price 2000000 mat 90011 9 Sep 13 15:43:23 :: SYSTEM: BINDING TCP PORT ON [15000] (fd 19) Sep 13 15:43:23 :: ACCEPT_HANDLE: 19 Sep 13 15:43:23 :: PLAYER_DELETE_LEVEL_LIMIT set to 95 Sep 13 15:43:23 :: PLAYER_DELETE_LEVEL_LIMIT_LOWER set to 0 Sep 13 15:43:23 :: CHINA_EVENT_SERVER false Sep 13 15:43:23 :: EventFlag Load halloween_hair 0 Sep 13 15:43:23 :: EventFlag Load new_xmas_event 0 Sep 13 15:43:23 :: EventFlag Load oxevent_status 0 Sep 13 15:43:23 :: OK Sep 13 15:43:23 :: POWER_POLY: Sep 13 15:43:23 :: HANDICAP_POLY: Sep 13 15:43:23 :: MarriageList(size=0) SYSERR: Sep 13 15:43:23 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) Sep 13 15:43:23 :: ItemIDRange: Build: 10000001 ~ 20000000 start:10000156 Sep 13 15:43:23 :: ItemIDRange: Build: 20000001 ~ 30000000 start:20000001 Sep 13 15:43:23 :: ItemIDRange: Build: 30000001 ~ 40000000 start:30000001 Sep 13 15:43:23 :: ItemIDRange: Build: 40000001 ~ 50000000 start:40000001 Sep 13 15:43:23 :: ItemIDRange: Build: 50000001 ~ 60000000 start:50000001 Sep 13 15:43:23 :: ItemIDRange: Build: 60000001 ~ 70000000 start:60000001 Sep 13 15:43:23 :: ItemIDRange: Build: 70000001 ~ 80000000 start:70000001 Sep 13 15:43:23 :: ItemIDRange: Build: 80000001 ~ 90000000 start:80000001 Sep 13 15:43:23 :: ItemIDRange: Build: 90000001 ~ 100000000 start:90000001 Sep 13 15:43:23 :: ItemIDRange: Build: 100000001 ~ 110000000 start:100000001 Sep 13 15:43:23 :: ItemIDRange: Build: 110000001 ~ 120000000 start:110000001 Sep 13 15:43:23 :: ItemIDRange: Build: 120000001 ~ 130000000 start:120000001 Sep 13 15:43:23 :: ItemIDRange: Build: 130000001 ~ 140000000 start:130000001 Sep 13 15:43:23 :: ItemIDRange: Build: 140000001 ~ 150000000 start:140000001 Sep 13 15:43:23 :: ItemIDRange: Build: 150000001 ~ 160000000 start:150000001 Sep 13 15:43:23 :: ItemIDRange: Build: 160000001 ~ 170000000 start:160000001 Sep 13 15:43:23 :: ItemIDRange: Build: 170000001 ~ 180000000 start:170000001 Sep 13 15:43:23 :: ItemIDRange: Build: 180000001 ~ 190000000 start:180000001 Sep 13 15:43:23 :: ItemIDRange: Build: 190000001 ~ 200000000 start:190000001 Sep 13 15:43:23 :: ItemIDRange: Build: 200000001 ~ 210000000 start:200000001 Sep 13 15:43:23 :: ItemIDRange: Build: 210000001 ~ 220000000 start:210000001 Sep 13 15:43:23 :: ItemIDRange: Build: 220000001 ~ 230000000 start:220000001 Sep 13 15:43:23 :: ItemIDRange: Build: 230000001 ~ 240000000 start:230000001 Sep 13 15:43:23 :: ItemIDRange: Build: 240000001 ~ 250000000 start:240000001 Sep 13 15:43:23 :: ItemIDRange: Build: 250000001 ~ 260000000 start:250000001 Sep 13 15:43:23 :: ItemIDRange: Build: 260000001 ~ 270000000 start:260000001 Sep 13 15:43:23 :: ItemIDRange: Build: 270000001 ~ 280000000 start:270000001 Sep 13 15:43:23 :: ItemIDRange: Build: 280000001 ~ 290000000 start:280000001 Sep 13 15:43:23 :: ItemIDRange: Build: 290000001 ~ 300000000 start:290000001 Sep 13 15:43:23 :: ItemIDRange: Build: 300000001 ~ 310000000 start:300000001 Sep 13 15:43:23 :: ItemIDRange: Build: 310000001 ~ 320000000 start:310000001 Sep 13 15:43:23 :: ItemIDRange: Build: 320000001 ~ 330000000 start:320000001 Sep 13 15:43:23 :: ItemIDRange: Build: 330000001 ~ 340000000 start:330000001 Sep 13 15:43:23 :: ItemIDRange: Build: 340000001 ~ 350000000 start:340000001 Sep 13 15:43:23 :: ItemIDRange: Build: 350000001 ~ 360000000 start:350000001 Sep 13 15:43:23 :: ItemIDRange: Build: 360000001 ~ 370000000 start:360000001 Sep 13 15:43:23 :: ItemIDRange: Build: 370000001 ~ 380000000 start:370000001 Sep 13 15:43:23 :: ItemIDRange: Build: 380000001 ~ 390000000 start:380000001 Sep 13 15:43:23 :: ItemIDRange: Build: 390000001 ~ 400000000 start:390000001 Sep 13 15:43:23 :: ItemIDRange: Build: 400000001 ~ 410000000 start:400000001 Sep 13 15:43:23 :: ItemIDRange: Build: 410000001 ~ 420000000 start:410000001 Sep 13 15:43:23 :: ItemIDRange: Build: 420000001 ~ 430000000 start:420000001 Sep 13 15:43:23 :: ItemIDRange: Build: 430000001 ~ 440000000 start:430000001 Sep 13 15:43:23 :: ItemIDRange: Build: 440000001 ~ 450000000 start:440000001 Sep 13 15:43:23 :: ItemIDRange: Build: 450000001 ~ 460000000 start:450000001 Sep 13 15:43:23 :: ItemIDRange: Build: 460000001 ~ 470000000 start:460000001 Sep 13 15:43:23 :: ItemIDRange: Build: 470000001 ~ 480000000 start:470000001 Sep 13 15:43:23 :: ItemIDRange: Build: 480000001 ~ 490000000 start:480000001 Sep 13 15:43:23 :: ItemIDRange: Build: 490000001 ~ 500000000 start:490000001 Sep 13 15:43:23 :: ItemIDRange: Build: 500000001 ~ 510000000 start:500000001 Sep 13 15:43:23 :: ItemIDRange: Build: 510000001 ~ 520000000 start:510000001 Sep 13 15:43:23 :: ItemIDRange: Build: 520000001 ~ 530000000 start:520000001 Sep 13 15:43:23 :: ItemIDRange: Build: 530000001 ~ 540000000 start:530000001 Sep 13 15:43:23 :: ItemIDRange: Build: 540000001 ~ 550000000 start:540000001 Sep 13 15:43:23 :: ItemIDRange: Build: 550000001 ~ 560000000 start:550000001 Sep 13 15:43:23 :: ItemIDRange: Build: 560000001 ~ 570000000 start:560000001 Sep 13 15:43:23 :: ItemIDRange: Build: 570000001 ~ 580000000 start:570000001 Sep 13 15:43:23 :: ItemIDRange: Build: 580000001 ~ 590000000 start:580000001 Sep 13 15:43:23 :: ItemIDRange: Build: 590000001 ~ 600000000 start:590000001 Sep 13 15:43:23 :: ItemIDRange: Build: 600000001 ~ 610000000 start:600000001 Sep 13 15:43:23 :: ItemIDRange: Build: 610000001 ~ 620000000 start:610000001 Sep 13 15:43:23 :: ItemIDRange: Build: 620000001 ~ 630000000 start:620000001 Sep 13 15:43:23 :: ItemIDRange: Build: 630000001 ~ 640000000 start:630000001 Sep 13 15:43:23 :: ItemIDRange: Build: 640000001 ~ 650000000 start:640000001 Sep 13 15:43:23 :: ItemIDRange: Build: 650000001 ~ 660000000 start:650000001 Sep 13 15:43:23 :: ItemIDRange: Build: 660000001 ~ 670000000 start:660000001 Sep 13 15:43:23 :: ItemIDRange: Build: 670000001 ~ 680000000 start:670000001 Sep 13 15:43:23 :: ItemIDRange: Build: 680000001 ~ 690000000 start:680000001 Sep 13 15:43:23 :: ItemIDRange: Build: 690000001 ~ 700000000 start:690000001 Sep 13 15:43:23 :: ItemIDRange: Build: 700000001 ~ 710000000 start:700000001 Sep 13 15:43:23 :: ItemIDRange: Build: 710000001 ~ 720000000 start:710000001 Sep 13 15:43:23 :: ItemIDRange: Build: 720000001 ~ 730000000 start:720000001 Sep 13 15:43:23 :: ItemIDRange: Build: 730000001 ~ 740000000 start:730000001 Sep 13 15:43:23 :: ItemIDRange: Build: 740000001 ~ 750000000 start:740000001 Sep 13 15:43:23 :: ItemIDRange: Build: 750000001 ~ 760000000 start:750000001 Sep 13 15:43:23 :: ItemIDRange: Build: 760000001 ~ 770000000 start:760000001 Sep 13 15:43:23 :: ItemIDRange: Build: 770000001 ~ 780000000 start:770000001 Sep 13 15:43:23 :: ItemIDRange: Build: 780000001 ~ 790000000 start:780000001 Sep 13 15:43:23 :: ItemIDRange: Build: 790000001 ~ 800000000 start:790000001 Sep 13 15:43:23 :: ItemIDRange: Build: 800000001 ~ 810000000 start:800000001 Sep 13 15:43:23 :: ItemIDRange: Build: 810000001 ~ 820000000 start:810000001 Sep 13 15:43:23 :: ItemIDRange: Build: 820000001 ~ 830000000 start:820000001 Sep 13 15:43:23 :: ItemIDRange: Build: 830000001 ~ 840000000 start:830000001 Sep 13 15:43:23 :: ItemIDRange: Build: 840000001 ~ 850000000 start:840000001 Sep 13 15:43:23 :: ItemIDRange: Build: 850000001 ~ 860000000 start:850000001 Sep 13 15:43:23 :: ItemIDRange: Build: 860000001 ~ 870000000 start:860000001 Sep 13 15:43:23 :: ItemIDRange: Build: 870000001 ~ 880000000 start:870000001 Sep 13 15:43:23 :: ItemIDRange: Build: 880000001 ~ 890000000 start:880000001 Sep 13 15:43:23 :: ItemIDRange: Build: 890000001 ~ 900000000 start:890000001 Sep 13 15:43:23 :: ItemIDRange: Build: 900000001 ~ 910000000 start:900000001 Sep 13 15:43:23 :: ItemIDRange: Build: 910000001 ~ 920000000 start:910000001 Sep 13 15:43:23 :: ItemIDRange: Build: 920000001 ~ 930000000 start:920000001 Sep 13 15:43:23 :: ItemIDRange: Build: 930000001 ~ 940000000 start:930000001 Sep 13 15:43:23 :: ItemIDRange: Build: 940000001 ~ 950000000 start:940000001 Sep 13 15:43:23 :: ItemIDRange: Build: 950000001 ~ 960000000 start:950000001 Sep 13 15:43:23 :: ItemIDRange: Build: 960000001 ~ 970000000 start:960000001 Sep 13 15:43:23 :: ItemIDRange: Build: 970000001 ~ 980000000 start:970000001 Sep 13 15:43:23 :: ItemIDRange: Build: 980000001 ~ 990000000 start:980000001 Sep 13 15:43:23 :: ItemIDRange: Build: 990000001 ~ 1000000000 start:990000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1000000001 ~ 1010000000 start:1000000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1010000001 ~ 1020000000 start:1010000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1020000001 ~ 1030000000 start:1020000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1030000001 ~ 1040000000 start:1030000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1040000001 ~ 1050000000 start:1040000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1050000001 ~ 1060000000 start:1050000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1060000001 ~ 1070000000 start:1060000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1070000001 ~ 1080000000 start:1070000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1080000001 ~ 1090000000 start:1080000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1090000001 ~ 1100000000 start:1090000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1100000001 ~ 1110000000 start:1100000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1110000001 ~ 1120000000 start:1110000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1120000001 ~ 1130000000 start:1120000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1130000001 ~ 1140000000 start:1130000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1140000001 ~ 1150000000 start:1140000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1150000001 ~ 1160000000 start:1150000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1160000001 ~ 1170000000 start:1160000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1170000001 ~ 1180000000 start:1170000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1180000001 ~ 1190000000 start:1180000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1190000001 ~ 1200000000 start:1190000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1200000001 ~ 1210000000 start:1200000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1210000001 ~ 1220000000 start:1210000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1220000001 ~ 1230000000 start:1220000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1230000001 ~ 1240000000 start:1230000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1240000001 ~ 1250000000 start:1240000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1250000001 ~ 1260000000 start:1250000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1260000001 ~ 1270000000 start:1260000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1270000001 ~ 1280000000 start:1270000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1280000001 ~ 1290000000 start:1280000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1290000001 ~ 1300000000 start:1290000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1300000001 ~ 1310000000 start:1300000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1310000001 ~ 1320000000 start:1310000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1320000001 ~ 1330000000 start:1320000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1330000001 ~ 1340000000 start:1330000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1340000001 ~ 1350000000 start:1340000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1350000001 ~ 1360000000 start:1350000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1360000001 ~ 1370000000 start:1360000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1370000001 ~ 1380000000 start:1370000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1380000001 ~ 1390000000 start:1380000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1390000001 ~ 1400000000 start:1390000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1400000001 ~ 1410000000 start:1400000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1410000001 ~ 1420000000 start:1410000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1420000001 ~ 1430000000 start:1420000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1430000001 ~ 1440000000 start:1430000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1440000001 ~ 1450000000 start:1440000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1450000001 ~ 1460000000 start:1450000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1460000001 ~ 1470000000 start:1460000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1470000001 ~ 1480000000 start:1470000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1480000001 ~ 1490000000 start:1480000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1490000001 ~ 1500000000 start:1490000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1500000001 ~ 1510000000 start:1500000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1510000001 ~ 1520000000 start:1510000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1520000001 ~ 1530000000 start:1520000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1530000001 ~ 1540000000 start:1530000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1540000001 ~ 1550000000 start:1540000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1550000001 ~ 1560000000 start:1550000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1560000001 ~ 1570000000 start:1560000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1570000001 ~ 1580000000 start:1570000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1580000001 ~ 1590000000 start:1580000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1590000001 ~ 1600000000 start:1590000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1600000001 ~ 1610000000 start:1600000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1610000001 ~ 1620000000 start:1610000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1620000001 ~ 1630000000 start:1620000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1630000001 ~ 1640000000 start:1630000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1640000001 ~ 1650000000 start:1640000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1650000001 ~ 1660000000 start:1650000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1660000001 ~ 1670000000 start:1660000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1670000001 ~ 1680000000 start:1670000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1680000001 ~ 1690000000 start:1680000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1690000001 ~ 1700000000 start:1690000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1700000001 ~ 1710000000 start:1700000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1710000001 ~ 1720000000 start:1710000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1720000001 ~ 1730000000 start:1720000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1730000001 ~ 1740000000 start:1730000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1740000001 ~ 1750000000 start:1740000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1750000001 ~ 1760000000 start:1750000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1760000001 ~ 1770000000 start:1760000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1770000001 ~ 1780000000 start:1770000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1780000001 ~ 1790000000 start:1780000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1790000001 ~ 1800000000 start:1790000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1800000001 ~ 1810000000 start:1800000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1810000001 ~ 1820000000 start:1810000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1820000001 ~ 1830000000 start:1820000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1830000001 ~ 1840000000 start:1830000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1840000001 ~ 1850000000 start:1840000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1850000001 ~ 1860000000 start:1850000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1860000001 ~ 1870000000 start:1860000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1870000001 ~ 1880000000 start:1870000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1880000001 ~ 1890000000 start:1880000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1890000001 ~ 1900000000 start:1890000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1900000001 ~ 1910000000 start:1900000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1910000001 ~ 1920000000 start:1910000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1920000001 ~ 1930000000 start:1920000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1930000001 ~ 1940000000 start:1930000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1940000001 ~ 1950000000 start:1940000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1950000001 ~ 1960000000 start:1950000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1960000001 ~ 1970000000 start:1960000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1970000001 ~ 1980000000 start:1970000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1980000001 ~ 1990000000 start:1980000001 Sep 13 15:43:23 :: ItemIDRange: Build: 1990000001 ~ 2000000000 start:1990000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2100000001 ~ 2110000000 start:2100000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2110000001 ~ 2120000000 start:2110000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2120000001 ~ 2130000000 start:2120000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2130000001 ~ 2140000000 start:2130000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2140000001 ~ 2150000000 start:2140000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2150000001 ~ 2160000000 start:2150000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2160000001 ~ 2170000000 start:2160000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2170000001 ~ 2180000000 start:2170000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2180000001 ~ 2190000000 start:2180000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2190000001 ~ 2200000000 start:2190000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2200000001 ~ 2210000000 start:2200000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2210000001 ~ 2220000000 start:2210000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2220000001 ~ 2230000000 start:2220000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2230000001 ~ 2240000000 start:2230000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2240000001 ~ 2250000000 start:2240000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2250000001 ~ 2260000000 start:2250000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2260000001 ~ 2270000000 start:2260000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2270000001 ~ 2280000000 start:2270000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2280000001 ~ 2290000000 start:2280000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2290000001 ~ 2300000000 start:2290000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2300000001 ~ 2310000000 start:2300000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2310000001 ~ 2320000000 start:2310000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2320000001 ~ 2330000000 start:2320000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2330000001 ~ 2340000000 start:2330000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2340000001 ~ 2350000000 start:2340000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2350000001 ~ 2360000000 start:2350000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2360000001 ~ 2370000000 start:2360000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2370000001 ~ 2380000000 start:2370000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2380000001 ~ 2390000000 start:2380000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2390000001 ~ 2400000000 start:2390000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2400000001 ~ 2410000000 start:2400000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2410000001 ~ 2420000000 start:2410000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2420000001 ~ 2430000000 start:2420000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2430000001 ~ 2440000000 start:2430000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2440000001 ~ 2450000000 start:2440000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2450000001 ~ 2460000000 start:2450000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2460000001 ~ 2470000000 start:2460000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2470000001 ~ 2480000000 start:2470000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2480000001 ~ 2490000000 start:2480000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2490000001 ~ 2500000000 start:2490000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2500000001 ~ 2510000000 start:2500000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2510000001 ~ 2520000000 start:2510000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2520000001 ~ 2530000000 start:2520000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2530000001 ~ 2540000000 start:2530000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2540000001 ~ 2550000000 start:2540000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2550000001 ~ 2560000000 start:2550000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2560000001 ~ 2570000000 start:2560000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2570000001 ~ 2580000000 start:2570000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2580000001 ~ 2590000000 start:2580000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2590000001 ~ 2600000000 start:2590000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2600000001 ~ 2610000000 start:2600000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2610000001 ~ 2620000000 start:2610000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2620000001 ~ 2630000000 start:2620000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2630000001 ~ 2640000000 start:2630000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2640000001 ~ 2650000000 start:2640000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2650000001 ~ 2660000000 start:2650000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2660000001 ~ 2670000000 start:2660000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2670000001 ~ 2680000000 start:2670000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2680000001 ~ 2690000000 start:2680000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2690000001 ~ 2700000000 start:2690000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2700000001 ~ 2710000000 start:2700000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2710000001 ~ 2720000000 start:2710000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2720000001 ~ 2730000000 start:2720000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2730000001 ~ 2740000000 start:2730000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2740000001 ~ 2750000000 start:2740000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2750000001 ~ 2760000000 start:2750000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2760000001 ~ 2770000000 start:2760000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2770000001 ~ 2780000000 start:2770000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2780000001 ~ 2790000000 start:2780000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2790000001 ~ 2800000000 start:2790000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2800000001 ~ 2810000000 start:2800000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2810000001 ~ 2820000000 start:2810000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2820000001 ~ 2830000000 start:2820000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2830000001 ~ 2840000000 start:2830000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2840000001 ~ 2850000000 start:2840000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2850000001 ~ 2860000000 start:2850000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2860000001 ~ 2870000000 start:2860000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2870000001 ~ 2880000000 start:2870000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2880000001 ~ 2890000000 start:2880000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2890000001 ~ 2900000000 start:2890000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2900000001 ~ 2910000000 start:2900000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2910000001 ~ 2920000000 start:2910000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2920000001 ~ 2930000000 start:2920000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2930000001 ~ 2940000000 start:2930000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2940000001 ~ 2950000000 start:2940000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2950000001 ~ 2960000000 start:2950000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2960000001 ~ 2970000000 start:2960000001 Sep 13 15:43:23 :: ItemIDRange: Build: 2970000001 ~ 2980000000 start:2970000001 Sep 13 15:43:24 :: ItemIDRange: Build: 2980000001 ~ 2990000000 start:2980000001 Sep 13 15:43:24 :: ItemIDRange: Build: 2990000001 ~ 3000000000 start:2990000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3000000001 ~ 3010000000 start:3000000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3010000001 ~ 3020000000 start:3010000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3020000001 ~ 3030000000 start:3020000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3030000001 ~ 3040000000 start:3030000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3040000001 ~ 3050000000 start:3040000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3050000001 ~ 3060000000 start:3050000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3060000001 ~ 3070000000 start:3060000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3070000001 ~ 3080000000 start:3070000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3080000001 ~ 3090000000 start:3080000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3090000001 ~ 3100000000 start:3090000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3100000001 ~ 3110000000 start:3100000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3110000001 ~ 3120000000 start:3110000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3120000001 ~ 3130000000 start:3120000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3130000001 ~ 3140000000 start:3130000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3140000001 ~ 3150000000 start:3140000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3150000001 ~ 3160000000 start:3150000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3160000001 ~ 3170000000 start:3160000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3170000001 ~ 3180000000 start:3170000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3180000001 ~ 3190000000 start:3180000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3190000001 ~ 3200000000 start:3190000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3200000001 ~ 3210000000 start:3200000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3210000001 ~ 3220000000 start:3210000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3220000001 ~ 3230000000 start:3220000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3230000001 ~ 3240000000 start:3230000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3240000001 ~ 3250000000 start:3240000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3250000001 ~ 3260000000 start:3250000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3260000001 ~ 3270000000 start:3260000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3270000001 ~ 3280000000 start:3270000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3280000001 ~ 3290000000 start:3280000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3290000001 ~ 3300000000 start:3290000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3300000001 ~ 3310000000 start:3300000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3310000001 ~ 3320000000 start:3310000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3320000001 ~ 3330000000 start:3320000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3330000001 ~ 3340000000 start:3330000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3340000001 ~ 3350000000 start:3340000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3350000001 ~ 3360000000 start:3350000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3360000001 ~ 3370000000 start:3360000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3370000001 ~ 3380000000 start:3370000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3380000001 ~ 3390000000 start:3380000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3390000001 ~ 3400000000 start:3390000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3400000001 ~ 3410000000 start:3400000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3410000001 ~ 3420000000 start:3410000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3420000001 ~ 3430000000 start:3420000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3430000001 ~ 3440000000 start:3430000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3440000001 ~ 3450000000 start:3440000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3450000001 ~ 3460000000 start:3450000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3460000001 ~ 3470000000 start:3460000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3470000001 ~ 3480000000 start:3470000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3480000001 ~ 3490000000 start:3480000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3490000001 ~ 3500000000 start:3490000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3500000001 ~ 3510000000 start:3500000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3510000001 ~ 3520000000 start:3510000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3520000001 ~ 3530000000 start:3520000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3530000001 ~ 3540000000 start:3530000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3540000001 ~ 3550000000 start:3540000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3550000001 ~ 3560000000 start:3550000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3560000001 ~ 3570000000 start:3560000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3570000001 ~ 3580000000 start:3570000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3580000001 ~ 3590000000 start:3580000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3590000001 ~ 3600000000 start:3590000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3600000001 ~ 3610000000 start:3600000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3610000001 ~ 3620000000 start:3610000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3620000001 ~ 3630000000 start:3620000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3630000001 ~ 3640000000 start:3630000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3640000001 ~ 3650000000 start:3640000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3650000001 ~ 3660000000 start:3650000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3660000001 ~ 3670000000 start:3660000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3670000001 ~ 3680000000 start:3670000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3680000001 ~ 3690000000 start:3680000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3690000001 ~ 3700000000 start:3690000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3700000001 ~ 3710000000 start:3700000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3710000001 ~ 3720000000 start:3710000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3720000001 ~ 3730000000 start:3720000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3730000001 ~ 3740000000 start:3730000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3740000001 ~ 3750000000 start:3740000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3750000001 ~ 3760000000 start:3750000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3760000001 ~ 3770000000 start:3760000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3770000001 ~ 3780000000 start:3770000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3780000001 ~ 3790000000 start:3780000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3790000001 ~ 3800000000 start:3790000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3800000001 ~ 3810000000 start:3800000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3810000001 ~ 3820000000 start:3810000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3820000001 ~ 3830000000 start:3820000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3830000001 ~ 3840000000 start:3830000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3840000001 ~ 3850000000 start:3840000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3850000001 ~ 3860000000 start:3850000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3860000001 ~ 3870000000 start:3860000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3870000001 ~ 3880000000 start:3870000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3880000001 ~ 3890000000 start:3880000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3890000001 ~ 3900000000 start:3890000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3900000001 ~ 3910000000 start:3900000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3910000001 ~ 3920000000 start:3910000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3920000001 ~ 3930000000 start:3920000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3930000001 ~ 3940000000 start:3930000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3940000001 ~ 3950000000 start:3940000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3950000001 ~ 3960000000 start:3950000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3960000001 ~ 3970000000 start:3960000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3970000001 ~ 3980000000 start:3970000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3980000001 ~ 3990000000 start:3980000001 Sep 13 15:43:24 :: ItemIDRange: Build: 3990000001 ~ 4000000000 start:3990000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4000000001 ~ 4010000000 start:4000000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4010000001 ~ 4020000000 start:4010000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4020000001 ~ 4030000000 start:4020000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4030000001 ~ 4040000000 start:4030000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4040000001 ~ 4050000000 start:4040000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4050000001 ~ 4060000000 start:4050000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4060000001 ~ 4070000000 start:4060000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4070000001 ~ 4080000000 start:4070000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4080000001 ~ 4090000000 start:4080000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4090000001 ~ 4100000000 start:4090000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4100000001 ~ 4110000000 start:4100000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4110000001 ~ 4120000000 start:4110000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4120000001 ~ 4130000000 start:4120000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4130000001 ~ 4140000000 start:4130000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4140000001 ~ 4150000000 start:4140000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4150000001 ~ 4160000000 start:4150000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4160000001 ~ 4170000000 start:4160000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4170000001 ~ 4180000000 start:4170000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4180000001 ~ 4190000000 start:4180000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4190000001 ~ 4200000000 start:4190000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4200000001 ~ 4210000000 start:4200000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4210000001 ~ 4220000000 start:4210000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4220000001 ~ 4230000000 start:4220000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4230000001 ~ 4240000000 start:4230000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4240000001 ~ 4250000000 start:4240000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4250000001 ~ 4260000000 start:4250000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4260000001 ~ 4270000000 start:4260000001 Sep 13 15:43:24 :: ItemIDRange: Build: 4270000001 ~ 4280000000 start:4270000001 Sep 13 15:43:24 :: Metin2DBCacheServer Start Sep 13 15:43:24 :: ClientManager pointer is 0xbfbfe6c4 Sep 13 15:43:27 :: [ 50] return 0/0/0 async 0/0/0 Sep 13 15:43:32 :: [ 100] return 0/0/0 async 0/0/0 Sep 13 15:43:37 :: [ 150] return 0/0/0 async 0/0/0 Sep 13 15:43:42 :: [ 200] return 0/0/0 async 0/0/0 Sep 13 15:43:47 :: [ 250] return 0/0/0 async 0/0/0 Sep 13 15:43:52 :: [ 300] return 0/0/0 async 0/0/0 Sep 13 15:43:57 :: [ 350] return 0/0/0 async 0/0/0 Sep 13 15:44:02 :: [ 400] return 0/0/0 async 0/0/0 Sep 13 15:44:07 :: [ 450] return 0/0/0 async 0/0/0 Sep 13 15:44:12 :: [ 500] return 0/0/0 async 0/0/0 Sep 13 15:44:17 :: [ 550] return 0/0/0 async 0/0/0 Sep 13 15:44:22 :: [ 600] return 0/0/0 async 0/0/0 Sep 13 15:44:27 :: [ 650] return 0/0/0 async 0/0/0 Sep 13 15:44:32 :: [ 700] return 0/0/0 async 0/0/0 Sep 13 15:44:37 :: [ 750] return 0/0/0 async 0/0/0 Sep 13 15:44:42 :: [ 800] return 0/0/0 async 0/0/0 Sep 13 15:44:47 :: [ 850] return 0/0/0 async 0/0/0 Sep 13 15:44:52 :: [ 900] return 0/0/0 async 0/0/0 Sep 13 15:44:57 :: [ 950] return 0/0/0 async 0/0/0 Sep 13 15:45:02 :: [ 1000] return 0/0/0 async 0/0/0 Sep 13 15:45:07 :: [ 1050] return 0/0/0 async 0/0/0 Sep 13 15:45:12 :: [ 1100] return 0/0/0 async 0/0/0 Sep 13 15:45:17 :: [ 1150] return 0/0/0 async 0/0/0 Sep 13 15:45:22 :: [ 1200] return 0/0/0 async 0/0/0 Sep 13 15:45:27 :: [ 1250] return 0/0/0 async 0/0/0 Sep 13 15:45:32 :: [ 1300] return 0/0/0 async 0/0/0 Sep 13 15:45:37 :: [ 1350] return 0/0/0 async 0/0/0 Sep 13 15:45:42 :: [ 1400] return 0/0/0 async 0/0/0 Sep 13 15:45:47 :: [ 1450] return 0/0/0 async 0/0/0 Sep 13 15:45:52 :: [ 1500] return 0/0/0 async 0/0/0 Sep 13 15:45:57 :: [ 1550] return 0/0/0 async 0/0/0 Sep 13 15:46:02 :: [ 1600] return 0/0/0 async 0/0/0 Sep 13 15:46:07 :: [ 1650] return 0/0/0 async 0/0/0 Sep 13 15:46:12 :: [ 1700] return 0/0/0 async 0/0/0 Sep 13 15:46:17 :: [ 1750] return 0/0/0 async 0/0/0 Sep 13 15:46:22 :: [ 1800] return 0/0/0 async 0/0/0 Sep 13 15:46:27 :: [ 1850] return 0/0/0 async 0/0/0 Sep 13 15:46:32 :: [ 1900] return 0/0/0 async 0/0/0 Sep 13 15:46:37 :: [ 1950] return 0/0/0 async 0/0/0 Sep 13 15:46:42 :: [ 2000] return 0/0/0 async 0/0/0 Sep 13 15:46:47 :: [ 2050] return 0/0/0 async 0/0/0 Sep 13 15:46:52 :: [ 2100] return 0/0/0 async 0/0/0 Sep 13 15:46:57 :: [ 2150] return 0/0/0 async 0/0/0 Sep 13 15:47:02 :: [ 2200] return 0/0/0 async 0/0/0 Sep 13 15:47:07 :: [ 2250] return 0/0/0 async 0/0/0 Sep 13 15:47:12 :: [ 2300] return 0/0/0 async 0/0/0 Sep 13 15:47:17 :: [ 2350] return 0/0/0 async 0/0/0 Sep 13 15:47:22 :: [ 2400] return 0/0/0 async 0/0/0 Sep 13 15:47:27 :: [ 2450] return 0/0/0 async 0/0/0 Sep 13 15:47:32 :: [ 2500] return 0/0/0 async 0/0/0 Sep 13 15:47:37 :: [ 2550] return 0/0/0 async 0/0/0 Sep 13 15:47:42 :: [ 2600] return 0/0/0 async 0/0/0 Sep 13 15:47:47 :: [ 2650] return 0/0/0 async 0/0/0 Sep 13 15:47:52 :: [ 2700] return 0/0/0 async 0/0/0 Sep 13 15:47:57 :: [ 2750] return 0/0/0 async 0/0/0 Sep 13 15:48:02 :: [ 2800] return 0/0/0 async 0/0/0 Sep 13 15:48:07 :: [ 2850] return 0/0/0 async 0/0/0 Sep 13 15:48:12 :: [ 2900] return 0/0/0 async 0/0/0 Sep 13 15:48:17 :: [ 2950] return 0/0/0 async 0/0/0 Sep 13 15:48:22 :: [ 3000] return 0/0/0 async 0/0/0 Sep 13 15:48:27 :: [ 3050] return 0/0/0 async 0/0/0 Sep 13 15:48:32 :: [ 3100] return 0/0/0 async 0/0/0 Sep 13 15:48:37 :: [ 3150] return 0/0/0 async 0/0/0 Sep 13 15:48:42 :: [ 3200] return 0/0/0 async 0/0/0 Sep 13 15:48:47 :: [ 3250] return 0/0/0 async 0/0/0 Sep 13 15:48:52 :: [ 3300] return 0/0/0 async 0/0/0 Sep 13 15:48:57 :: [ 3350] return 0/0/0 async 0/0/0 Sep 13 15:49:02 :: [ 3400] return 0/0/0 async 0/0/0 Sep 13 15:49:07 :: [ 3450] return 0/0/0 async 0/0/0 Sep 13 15:49:12 :: [ 3500] return 0/0/0 async 0/0/0 Sep 13 15:49:17 :: [ 3550] return 0/0/0 async 0/0/0 Sep 13 15:49:22 :: [ 3600] return 0/0/0 async 0/0/0 Sep 13 15:49:27 :: [ 3650] return 0/0/0 async 0/0/0 Sep 13 15:49:32 :: [ 3700] return 0/0/0 async 0/0/0 Sep 13 15:49:37 :: [ 3750] return 0/0/0 async 0/0/0 Sep 13 15:49:42 :: [ 3800] return 0/0/0 async 0/0/0 Sep 13 15:49:47 :: [ 3850] return 0/0/0 async 0/0/0 Sep 13 15:49:52 :: [ 3900] return 0/0/0 async 0/0/0 Sep 13 15:49:57 :: [ 3950] return 0/0/0 async 0/0/0 Sep 13 15:50:02 :: [ 4000] return 0/0/0 async 0/0/0 Sep 13 15:50:07 :: [ 4050] return 0/0/0 async 0/0/0 Sep 13 15:50:12 :: [ 4100] return 0/0/0 async 0/0/0 Sep 13 15:50:17 :: [ 4150] return 0/0/0 async 0/0/0 Sep 13 15:50:22 :: [ 4200] return 0/0/0 async 0/0/0 Sep 13 15:50:27 :: [ 4250] return 0/0/0 async 0/0/0 Sep 13 15:50:32 :: [ 4300] return 0/0/0 async 0/0/0 Sep 13 15:50:37 :: [ 4350] return 0/0/0 async 0/0/0 Auth, channels and game99 don't have any log since they don't even launch. config (channel): HOSTNAME: channel1 CHANNEL: 1 PORT: 13000 P2P_PORT: 14000 DB_PORT: 15000 DB_ADDR: localhost MAP_ALLOW: 1 3 21 23 25 41 43 61 62 63 64 65 66 67 68 69 70 71 72 73 104 208 216 217 301 302 303 304 351 352 TABLE_POSTFIX: PASSES_PER_SEC: 25 SAVE_EVENT_SECOND_CYCLE: 180 PING_EVENT_SECOND_CYCLE: 180 PLAYER_SQL: localhost root iamthewall player COMMON_SQL: localhost root iamthewall common LOG_SQL: localhost root iamthewall log TEST_SERVER: 0 PK_SERVER: 0 MALL_URL: VIEW_RANGE: 8000 CHECK_MULTIHACK: 0 PACKAGE_ENABLE: 0 MAX_LEVEL: 105 MAX_LEVEL_STATUS: 250 GUILD_MAX_LEVEL: 20 PK_PROTECT_LEVEL: 15 NEW_GM_HOST_CHECK: 0 YANG_MAX: 1999999999 LOG_LEVEL: 0 TRADE_EFFECT: 0 MAX_STATUS: 90 ATTR_ALWAYS_ADD: 1 ATTR_ALWAYS_5_ADD: 1 ATTR_CHANGE_LIMIT: 0 SKILLBOOK_DELAY: 1 RAISE_EMPIRE_PRICES: 0 MAX_RANK_POINTS: 30000 ATTR_RARE_ENABLE: 0 EMOTION_WITHOUT_MASK: 1 SKILL_MASTER_UPGRADE: 17 SKILLBOOK_NEED_EXP: 0 TAXES: 0 ITEM_DROP_TIME: 10 EMOTION_SAME_GENDER: 0 BAN_FORCE_REASON: 1 BUGFIX_SURA_MANASHIELD: 1 ITEM_OWNERSHIP_TIME: 60 GLOBAL_CHAT: 0 GLASS_ENABLE: 1 GLASS_NEEDED: 0 VERSIONCHECK_KICK_DELAY: 4 SERVER_CHECK: 1 SERVER_VERSION: 5147946028 GOLD_DROP_TIME: 10 ITEM_FLOOR_TIME: 120 special_shout: 1 gm_ghost_shout: 1 gm_empire_shout: 1 gm_level_shout: 1 player_empire_shout: 1 player_level_shout: 1 CheckClientVersion: 0 ClientVersion: 1215955201 enable_new_kingdom_for_wolfman: 0 adminpage_ip: sunucu ip sini yazın adminpage_password: asdzhfghgfhgrtewevbvbvbnbnbn By the way, can you also point me a clean client for 67210? Thank you in advance.
  5. Can you please re-upload Ymir's locale? Link is down, thank you in advance.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.