OSDN Git Service

First version master
authorstro <stro.sf@gmail.com>
Thu, 14 Jun 2018 07:34:33 +0000 (15:34 +0800)
committerstro <stro.sf@gmail.com>
Thu, 14 Jun 2018 07:34:33 +0000 (15:34 +0800)
commit80ae9ff0239ba0a0e989665a18c9a1d68cad28e2
treee877608cb88c2baefdb24f8282e132c235958e10
First version
1825 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
3rdparty/CMakeLists.txt [new file with mode: 0644]
3rdparty/README.txt [new file with mode: 0644]
3rdparty/cmake/FindFunctionLibrary.cmake [new file with mode: 0644]
3rdparty/cmake/FindMYSQL.cmake [new file with mode: 0644]
3rdparty/cmake/FindPCRE.cmake [new file with mode: 0644]
3rdparty/cmake/tests/HAVE_MONOTONIC_CLOCK.c [new file with mode: 0644]
3rdparty/libconfig/CMakeLists.txt [new file with mode: 0644]
3rdparty/libconfig/LICENSE [new file with mode: 0644]
3rdparty/libconfig/Makefile.in [new file with mode: 0644]
3rdparty/libconfig/grammar.c [new file with mode: 0644]
3rdparty/libconfig/grammar.h [new file with mode: 0644]
3rdparty/libconfig/libconfig.c [new file with mode: 0644]
3rdparty/libconfig/libconfig.h [new file with mode: 0644]
3rdparty/libconfig/libconfig.vcxproj [new file with mode: 0644]
3rdparty/libconfig/libconfig.vcxproj.filters [new file with mode: 0644]
3rdparty/libconfig/parsectx.h [new file with mode: 0644]
3rdparty/libconfig/scanctx.c [new file with mode: 0644]
3rdparty/libconfig/scanctx.h [new file with mode: 0644]
3rdparty/libconfig/scanner.c [new file with mode: 0644]
3rdparty/libconfig/scanner.h [new file with mode: 0644]
3rdparty/libconfig/strbuf.c [new file with mode: 0644]
3rdparty/libconfig/strbuf.h [new file with mode: 0644]
3rdparty/libconfig/wincompat.h [new file with mode: 0644]
3rdparty/msinttypes/CMakeLists.txt [new file with mode: 0644]
3rdparty/msinttypes/include/inttypes.h [new file with mode: 0644]
3rdparty/msinttypes/include/stdint.h [new file with mode: 0644]
3rdparty/mt19937ar/CMakeLists.txt [new file with mode: 0644]
3rdparty/mt19937ar/Makefile.in [new file with mode: 0644]
3rdparty/mt19937ar/mt19937ar.c [new file with mode: 0644]
3rdparty/mt19937ar/mt19937ar.h [new file with mode: 0644]
3rdparty/mt19937ar/mt19937ar.out [new file with mode: 0644]
3rdparty/mt19937ar/mt19937ar.vcxproj [new file with mode: 0644]
3rdparty/mt19937ar/mt19937ar.vcxproj.filters [new file with mode: 0644]
3rdparty/mt19937ar/mtTest.c [new file with mode: 0644]
3rdparty/mt19937ar/readme-mt.txt [new file with mode: 0644]
3rdparty/mysql/CMakeLists.txt [new file with mode: 0644]
3rdparty/mysql/include/big_endian.h [new file with mode: 0644]
3rdparty/mysql/include/binary_log_types.h [new file with mode: 0644]
3rdparty/mysql/include/byte_order_generic.h [new file with mode: 0644]
3rdparty/mysql/include/byte_order_generic_x86.h [new file with mode: 0644]
3rdparty/mysql/include/decimal.h [new file with mode: 0644]
3rdparty/mysql/include/errmsg.h [new file with mode: 0644]
3rdparty/mysql/include/keycache.h [new file with mode: 0644]
3rdparty/mysql/include/little_endian.h [new file with mode: 0644]
3rdparty/mysql/include/m_ctype.h [new file with mode: 0644]
3rdparty/mysql/include/m_string.h [new file with mode: 0644]
3rdparty/mysql/include/my_alloc.h [new file with mode: 0644]
3rdparty/mysql/include/my_byteorder.h [new file with mode: 0644]
3rdparty/mysql/include/my_command.h [new file with mode: 0644]
3rdparty/mysql/include/my_compiler.h [new file with mode: 0644]
3rdparty/mysql/include/my_config.h [new file with mode: 0644]
3rdparty/mysql/include/my_dbug.h [new file with mode: 0644]
3rdparty/mysql/include/my_dir.h [new file with mode: 0644]
3rdparty/mysql/include/my_getopt.h [new file with mode: 0644]
3rdparty/mysql/include/my_global.h [new file with mode: 0644]
3rdparty/mysql/include/my_list.h [new file with mode: 0644]
3rdparty/mysql/include/my_sys.h [new file with mode: 0644]
3rdparty/mysql/include/my_thread.h [new file with mode: 0644]
3rdparty/mysql/include/my_thread_local.h [new file with mode: 0644]
3rdparty/mysql/include/my_xml.h [new file with mode: 0644]
3rdparty/mysql/include/mysql.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/client_authentication.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/client_plugin.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/client_plugin.h.pp [new file with mode: 0644]
3rdparty/mysql/include/mysql/get_password.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/mysql_lex_string.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/plugin_auth_common.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/plugin_trace.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_file.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_idle.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_mdl.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_memory.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_ps.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_socket.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_sp.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_stage.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_statement.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_table.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_thread.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/mysql_transaction.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/psi.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/psi_base.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/psi/psi_memory.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/service_my_snprintf.h [new file with mode: 0644]
3rdparty/mysql/include/mysql/service_mysql_alloc.h [new file with mode: 0644]
3rdparty/mysql/include/mysql_com.h [new file with mode: 0644]
3rdparty/mysql/include/mysql_com_server.h [new file with mode: 0644]
3rdparty/mysql/include/mysql_embed.h [new file with mode: 0644]
3rdparty/mysql/include/mysql_time.h [new file with mode: 0644]
3rdparty/mysql/include/mysql_version.h [new file with mode: 0644]
3rdparty/mysql/include/mysqld_ername.h [new file with mode: 0644]
3rdparty/mysql/include/mysqld_error.h [new file with mode: 0644]
3rdparty/mysql/include/sql_common.h [new file with mode: 0644]
3rdparty/mysql/include/sql_state.h [new file with mode: 0644]
3rdparty/mysql/include/sslopt-case.h [new file with mode: 0644]
3rdparty/mysql/include/sslopt-longopts.h [new file with mode: 0644]
3rdparty/mysql/include/sslopt-vars.h [new file with mode: 0644]
3rdparty/mysql/include/thr_cond.h [new file with mode: 0644]
3rdparty/mysql/include/thr_mutex.h [new file with mode: 0644]
3rdparty/mysql/include/thr_rwlock.h [new file with mode: 0644]
3rdparty/mysql/include/typelib.h [new file with mode: 0644]
3rdparty/mysql/lib/Win32/libmysql.dll [new file with mode: 0644]
3rdparty/mysql/lib/Win32/libmysql.lib [new file with mode: 0644]
3rdparty/mysql/lib/x64/libmysql.dll [new file with mode: 0644]
3rdparty/mysql/lib/x64/libmysql.lib [new file with mode: 0644]
3rdparty/mysql/mysql-6.1.9 [new file with mode: 0644]
3rdparty/pcre/CMakeLists.txt [new file with mode: 0644]
3rdparty/pcre/include/pcre.h [new file with mode: 0644]
3rdparty/pcre/lib/Win32/pcre8.dll [new file with mode: 0644]
3rdparty/pcre/lib/Win32/pcre8.lib [new file with mode: 0644]
3rdparty/pcre/lib/x64/pcre8.dll [new file with mode: 0644]
3rdparty/pcre/lib/x64/pcre8.lib [new file with mode: 0644]
3rdparty/pcre/pcre-8.33.0.1.utf8 [new file with mode: 0644]
3rdparty/yaml-cpp/Makefile.in [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/anchor.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/binary.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/contrib/anchordict.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/contrib/graphbuilder.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/dll.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/emitfromevents.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/emitter.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/emitterdef.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/emittermanip.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/emitterstyle.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/eventhandler.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/exceptions.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/mark.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/convert.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/bool_type.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/impl.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/iterator.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/iterator_fwd.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/memory.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_data.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/emit.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/iterator.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/node.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/parse.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/ptr.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/node/type.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/noncopyable.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/null.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/ostream_wrapper.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/parser.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/stlemitter.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/traits.h [new file with mode: 0644]
3rdparty/yaml-cpp/include/yaml-cpp/yaml.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/binary.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/collectionstack.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/contrib/graphbuilder.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/convert.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/directives.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/directives.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/emit.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/emitfromevents.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/emitter.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/emitterstate.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/emitterstate.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/emitterutils.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/emitterutils.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/exceptions.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/exp.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/exp.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/indentation.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/memory.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/node.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/node_data.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/nodebuilder.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/nodebuilder.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/nodeevents.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/nodeevents.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/null.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/ostream_wrapper.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/parse.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/parser.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/ptr_vector.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/regex_yaml.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/regex_yaml.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/regeximpl.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/scanner.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/scanner.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/scanscalar.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/scanscalar.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/scantag.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/scantag.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/scantoken.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/setting.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/simplekey.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/singledocparser.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/singledocparser.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/stream.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/stream.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/streamcharsource.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/stringsource.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/tag.cpp [new file with mode: 0644]
3rdparty/yaml-cpp/src/tag.h [new file with mode: 0644]
3rdparty/yaml-cpp/src/token.h [new file with mode: 0644]
3rdparty/yaml-cpp/yaml-cpp.vcxproj [new file with mode: 0644]
3rdparty/yaml-cpp/yaml-cpp.vcxproj.filters [new file with mode: 0644]
3rdparty/zlib/CMakeLists.txt [new file with mode: 0644]
3rdparty/zlib/include/zconf.h [new file with mode: 0644]
3rdparty/zlib/include/zlib.h [new file with mode: 0644]
3rdparty/zlib/lib/Win32/zlib.dll [new file with mode: 0644]
3rdparty/zlib/lib/Win32/zlib.lib [new file with mode: 0644]
3rdparty/zlib/lib/x64/zlib.dll [new file with mode: 0644]
3rdparty/zlib/lib/x64/zlib.lib [new file with mode: 0644]
3rdparty/zlib/zlib-1.2.8 [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
athena-start [new file with mode: 0644]
conf/atcommand_athena.conf [new file with mode: 0644]
conf/battle/battle.conf [new file with mode: 0644]
conf/battle/battleground.conf [new file with mode: 0644]
conf/battle/client.conf [new file with mode: 0644]
conf/battle/drops.conf [new file with mode: 0644]
conf/battle/exp.conf [new file with mode: 0644]
conf/battle/feature.conf [new file with mode: 0644]
conf/battle/gm.conf [new file with mode: 0644]
conf/battle/guild.conf [new file with mode: 0644]
conf/battle/homunc.conf [new file with mode: 0644]
conf/battle/items.conf [new file with mode: 0644]
conf/battle/misc.conf [new file with mode: 0644]
conf/battle/monster.conf [new file with mode: 0644]
conf/battle/party.conf [new file with mode: 0644]
conf/battle/pet.conf [new file with mode: 0644]
conf/battle/player.conf [new file with mode: 0644]
conf/battle/skill.conf [new file with mode: 0644]
conf/battle/status.conf [new file with mode: 0644]
conf/battle_athena.conf [new file with mode: 0644]
conf/channels.conf [new file with mode: 0644]
conf/char_athena.conf [new file with mode: 0644]
conf/charhelp.txt [new file with mode: 0644]
conf/grf-files.txt [new file with mode: 0644]
conf/groups.conf [new file with mode: 0644]
conf/help.txt [new file with mode: 0644]
conf/import-tmpl/battle_conf.txt [new file with mode: 0644]
conf/import-tmpl/char_conf.txt [new file with mode: 0644]
conf/import-tmpl/inter_conf.txt [new file with mode: 0644]
conf/import-tmpl/inter_server.yml [new file with mode: 0644]
conf/import-tmpl/log_conf.txt [new file with mode: 0644]
conf/import-tmpl/login_conf.txt [new file with mode: 0644]
conf/import-tmpl/map_conf.txt [new file with mode: 0644]
conf/import-tmpl/packet_conf.txt [new file with mode: 0644]
conf/import-tmpl/script_conf.txt [new file with mode: 0644]
conf/inter_athena.conf [new file with mode: 0644]
conf/inter_server.yml [new file with mode: 0644]
conf/log_athena.conf [new file with mode: 0644]
conf/login_athena.conf [new file with mode: 0644]
conf/map_athena.conf [new file with mode: 0644]
conf/maps_athena.conf [new file with mode: 0644]
conf/motd.txt [new file with mode: 0644]
conf/msg_conf/char_msg.conf [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_chn_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_eng_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_frn_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_grm_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_idn_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_mal_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_por_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_rus_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_spn_conf.txt [new file with mode: 0644]
conf/msg_conf/import-tmpl/map_msg_tha_conf.txt [new file with mode: 0644]
conf/msg_conf/login_msg.conf [new file with mode: 0644]
conf/msg_conf/map_msg.conf [new file with mode: 0644]
conf/msg_conf/map_msg_chn.conf [new file with mode: 0644]
conf/msg_conf/map_msg_frn.conf [new file with mode: 0644]
conf/msg_conf/map_msg_grm.conf [new file with mode: 0644]
conf/msg_conf/map_msg_idn.conf [new file with mode: 0644]
conf/msg_conf/map_msg_por.conf [new file with mode: 0644]
conf/msg_conf/map_msg_rus.conf [new file with mode: 0644]
conf/msg_conf/map_msg_spn.conf [new file with mode: 0644]
conf/msg_conf/map_msg_tha.conf [new file with mode: 0644]
conf/packet_athena.conf [new file with mode: 0644]
conf/readme.md [new file with mode: 0644]
conf/script_athena.conf [new file with mode: 0644]
conf/subnet_athena.conf [new file with mode: 0644]
conf/valkyrie_sample.cfg [new file with mode: 0644]
configure [new file with mode: 0644]
configure.in [new file with mode: 0644]
db/GeoIP.dat [new file with mode: 0644]
db/abra_db.txt [new file with mode: 0644]
db/castle_db.txt [new file with mode: 0644]
db/const.txt [new file with mode: 0644]
db/create_arrow_db.txt [new file with mode: 0644]
db/elemental_db.txt [new file with mode: 0644]
db/elemental_skill_db.txt [new file with mode: 0644]
db/guild_skill_tree.txt [new file with mode: 0644]
db/homun_skill_tree.txt [new file with mode: 0644]
db/import-tmpl/abra_db.txt [new file with mode: 0644]
db/import-tmpl/achievement_db.yml [new file with mode: 0644]
db/import-tmpl/attr_fix.txt [new file with mode: 0644]
db/import-tmpl/castle_db.txt [new file with mode: 0644]
db/import-tmpl/create_arrow_db.txt [new file with mode: 0644]
db/import-tmpl/elemental_db.txt [new file with mode: 0644]
db/import-tmpl/elemental_skill_db.txt [new file with mode: 0644]
db/import-tmpl/exp_guild.txt [new file with mode: 0644]
db/import-tmpl/exp_homun.txt [new file with mode: 0644]
db/import-tmpl/guild_skill_tree.txt [new file with mode: 0644]
db/import-tmpl/homun_skill_tree.txt [new file with mode: 0644]
db/import-tmpl/homunculus_db.txt [new file with mode: 0644]
db/import-tmpl/instance_db.txt [new file with mode: 0644]
db/import-tmpl/item_avail.txt [new file with mode: 0644]
db/import-tmpl/item_bluebox.txt [new file with mode: 0644]
db/import-tmpl/item_buyingstore.txt [new file with mode: 0644]
db/import-tmpl/item_cardalbum.txt [new file with mode: 0644]
db/import-tmpl/item_cash_db.txt [new file with mode: 0644]
db/import-tmpl/item_combo_db.txt [new file with mode: 0644]
db/import-tmpl/item_db.txt [new file with mode: 0644]
db/import-tmpl/item_delay.txt [new file with mode: 0644]
db/import-tmpl/item_findingore.txt [new file with mode: 0644]
db/import-tmpl/item_flag.txt [new file with mode: 0644]
db/import-tmpl/item_giftbox.txt [new file with mode: 0644]
db/import-tmpl/item_group_db.txt [new file with mode: 0644]
db/import-tmpl/item_misc.txt [new file with mode: 0644]
db/import-tmpl/item_noequip.txt [new file with mode: 0644]
db/import-tmpl/item_nouse.txt [new file with mode: 0644]
db/import-tmpl/item_package.txt [new file with mode: 0644]
db/import-tmpl/item_randomopt_db.txt [new file with mode: 0644]
db/import-tmpl/item_randomopt_group.txt [new file with mode: 0644]
db/import-tmpl/item_stack.txt [new file with mode: 0644]
db/import-tmpl/item_trade.txt [new file with mode: 0644]
db/import-tmpl/item_violetbox.txt [new file with mode: 0644]
db/import-tmpl/job_basehpsp_db.txt [new file with mode: 0644]
db/import-tmpl/job_db1.txt [new file with mode: 0644]
db/import-tmpl/job_db2.txt [new file with mode: 0644]
db/import-tmpl/job_exp.txt [new file with mode: 0644]
db/import-tmpl/job_noenter_map.txt [new file with mode: 0644]
db/import-tmpl/job_param_db.txt [new file with mode: 0644]
db/import-tmpl/level_penalty.txt [new file with mode: 0644]
db/import-tmpl/magicmushroom_db.txt [new file with mode: 0644]
db/import-tmpl/map_cache.dat [new file with mode: 0644]
db/import-tmpl/map_index.txt [new file with mode: 0644]
db/import-tmpl/mercenary_db.txt [new file with mode: 0644]
db/import-tmpl/mercenary_skill_db.txt [new file with mode: 0644]
db/import-tmpl/mob_avail.txt [new file with mode: 0644]
db/import-tmpl/mob_boss.txt [new file with mode: 0644]
db/import-tmpl/mob_branch.txt [new file with mode: 0644]
db/import-tmpl/mob_chat_db.txt [new file with mode: 0644]
db/import-tmpl/mob_classchange.txt [new file with mode: 0644]
db/import-tmpl/mob_db.txt [new file with mode: 0644]
db/import-tmpl/mob_drop.txt [new file with mode: 0644]
db/import-tmpl/mob_item_ratio.txt [new file with mode: 0644]
db/import-tmpl/mob_poring.txt [new file with mode: 0644]
db/import-tmpl/mob_pouch.txt [new file with mode: 0644]
db/import-tmpl/mob_race2_db.txt [new file with mode: 0644]
db/import-tmpl/mob_random_db.txt [new file with mode: 0644]
db/import-tmpl/mob_skill_db.txt [new file with mode: 0644]
db/import-tmpl/pet_db.txt [new file with mode: 0644]
db/import-tmpl/produce_db.txt [new file with mode: 0644]
db/import-tmpl/quest_db.txt [new file with mode: 0644]
db/import-tmpl/refine_db.yml [new file with mode: 0644]
db/import-tmpl/size_fix.txt [new file with mode: 0644]
db/import-tmpl/skill_cast_db.txt [new file with mode: 0644]
db/import-tmpl/skill_castnodex_db.txt [new file with mode: 0644]
db/import-tmpl/skill_changematerial_db.txt [new file with mode: 0644]
db/import-tmpl/skill_copyable_db.txt [new file with mode: 0644]
db/import-tmpl/skill_damage_db.txt [new file with mode: 0644]
db/import-tmpl/skill_db.txt [new file with mode: 0644]
db/import-tmpl/skill_improvise_db.txt [new file with mode: 0644]
db/import-tmpl/skill_nocast_db.txt [new file with mode: 0644]
db/import-tmpl/skill_nonearnpc_db.txt [new file with mode: 0644]
db/import-tmpl/skill_require_db.txt [new file with mode: 0644]
db/import-tmpl/skill_tree.txt [new file with mode: 0644]
db/import-tmpl/skill_unit_db.txt [new file with mode: 0644]
db/import-tmpl/spellbook_db.txt [new file with mode: 0644]
db/import-tmpl/statpoint.txt [new file with mode: 0644]
db/import-tmpl/status_disabled.txt [new file with mode: 0644]
db/item_avail.txt [new file with mode: 0644]
db/item_findingore.txt [new file with mode: 0644]
db/item_nouse.txt [new file with mode: 0644]
db/job_db2.txt [new file with mode: 0644]
db/magicmushroom_db.txt [new file with mode: 0644]
db/map_index.txt [new file with mode: 0644]
db/mercenary_db.txt [new file with mode: 0644]
db/mercenary_skill_db.txt [new file with mode: 0644]
db/mob_avail.txt [new file with mode: 0644]
db/mob_chat_db.txt [new file with mode: 0644]
db/mob_classchange.txt [new file with mode: 0644]
db/mob_item_ratio.txt [new file with mode: 0644]
db/mob_pouch.txt [new file with mode: 0644]
db/pre-re/achievement_db.yml [new file with mode: 0644]
db/pre-re/attr_fix.txt [new file with mode: 0644]
db/pre-re/exp_guild.txt [new file with mode: 0644]
db/pre-re/exp_homun.txt [new file with mode: 0644]
db/pre-re/homunculus_db.txt [new file with mode: 0644]
db/pre-re/instance_db.txt [new file with mode: 0644]
db/pre-re/item_bluebox.txt [new file with mode: 0644]
db/pre-re/item_buyingstore.txt [new file with mode: 0644]
db/pre-re/item_cardalbum.txt [new file with mode: 0644]
db/pre-re/item_cash_db.txt [new file with mode: 0644]
db/pre-re/item_combo_db.txt [new file with mode: 0644]
db/pre-re/item_db.txt [new file with mode: 0644]
db/pre-re/item_delay.txt [new file with mode: 0644]
db/pre-re/item_flag.txt [new file with mode: 0644]
db/pre-re/item_giftbox.txt [new file with mode: 0644]
db/pre-re/item_group_db.txt [new file with mode: 0644]
db/pre-re/item_misc.txt [new file with mode: 0644]
db/pre-re/item_noequip.txt [new file with mode: 0644]
db/pre-re/item_randomopt_db.txt [new file with mode: 0644]
db/pre-re/item_randomopt_group.txt [new file with mode: 0644]
db/pre-re/item_stack.txt [new file with mode: 0644]
db/pre-re/item_trade.txt [new file with mode: 0644]
db/pre-re/item_violetbox.txt [new file with mode: 0644]
db/pre-re/job_basehpsp_db.txt [new file with mode: 0644]
db/pre-re/job_db1.txt [new file with mode: 0644]
db/pre-re/job_exp.txt [new file with mode: 0644]
db/pre-re/job_noenter_map.txt [new file with mode: 0644]
db/pre-re/job_param_db.txt [new file with mode: 0644]
db/pre-re/map_cache.dat [new file with mode: 0644]
db/pre-re/mob_boss.txt [new file with mode: 0644]
db/pre-re/mob_branch.txt [new file with mode: 0644]
db/pre-re/mob_db.txt [new file with mode: 0644]
db/pre-re/mob_drop.txt [new file with mode: 0644]
db/pre-re/mob_poring.txt [new file with mode: 0644]
db/pre-re/mob_race2_db.txt [new file with mode: 0644]
db/pre-re/mob_random_db.txt [new file with mode: 0644]
db/pre-re/mob_skill_db.txt [new file with mode: 0644]
db/pre-re/pet_db.txt [new file with mode: 0644]
db/pre-re/produce_db.txt [new file with mode: 0644]
db/pre-re/quest_db.txt [new file with mode: 0644]
db/pre-re/refine_db.yml [new file with mode: 0644]
db/pre-re/skill_cast_db.txt [new file with mode: 0644]
db/pre-re/skill_castnodex_db.txt [new file with mode: 0644]
db/pre-re/skill_db.txt [new file with mode: 0644]
db/pre-re/skill_nocast_db.txt [new file with mode: 0644]
db/pre-re/skill_require_db.txt [new file with mode: 0644]
db/pre-re/skill_tree.txt [new file with mode: 0644]
db/pre-re/skill_unit_db.txt [new file with mode: 0644]
db/pre-re/statpoint.txt [new file with mode: 0644]
db/re/achievement_db.yml [new file with mode: 0644]
db/re/attr_fix.txt [new file with mode: 0644]
db/re/exp_guild.txt [new file with mode: 0644]
db/re/exp_homun.txt [new file with mode: 0644]
db/re/homunculus_db.txt [new file with mode: 0644]
db/re/instance_db.txt [new file with mode: 0644]
db/re/item_bluebox.txt [new file with mode: 0644]
db/re/item_buyingstore.txt [new file with mode: 0644]
db/re/item_cardalbum.txt [new file with mode: 0644]
db/re/item_cash_db.txt [new file with mode: 0644]
db/re/item_combo_db.txt [new file with mode: 0644]
db/re/item_db.txt [new file with mode: 0644]
db/re/item_delay.txt [new file with mode: 0644]
db/re/item_flag.txt [new file with mode: 0644]
db/re/item_giftbox.txt [new file with mode: 0644]
db/re/item_group_db.txt [new file with mode: 0644]
db/re/item_misc.txt [new file with mode: 0644]
db/re/item_noequip.txt [new file with mode: 0644]
db/re/item_package.txt [new file with mode: 0644]
db/re/item_randomopt_db.txt [new file with mode: 0644]
db/re/item_randomopt_group.txt [new file with mode: 0644]
db/re/item_stack.txt [new file with mode: 0644]
db/re/item_trade.txt [new file with mode: 0644]
db/re/item_violetbox.txt [new file with mode: 0644]
db/re/job_basehpsp_db.txt [new file with mode: 0644]
db/re/job_db1.txt [new file with mode: 0644]
db/re/job_exp.txt [new file with mode: 0644]
db/re/job_noenter_map.txt [new file with mode: 0644]
db/re/job_param_db.txt [new file with mode: 0644]
db/re/level_penalty.txt [new file with mode: 0644]
db/re/map_cache.dat [new file with mode: 0644]
db/re/mob_boss.txt [new file with mode: 0644]
db/re/mob_branch.txt [new file with mode: 0644]
db/re/mob_db.txt [new file with mode: 0644]
db/re/mob_drop.txt [new file with mode: 0644]
db/re/mob_poring.txt [new file with mode: 0644]
db/re/mob_race2_db.txt [new file with mode: 0644]
db/re/mob_random_db.txt [new file with mode: 0644]
db/re/mob_skill_db.txt [new file with mode: 0644]
db/re/pet_db.txt [new file with mode: 0644]
db/re/produce_db.txt [new file with mode: 0644]
db/re/quest_db.txt [new file with mode: 0644]
db/re/refine_db.yml [new file with mode: 0644]
db/re/skill_cast_db.txt [new file with mode: 0644]
db/re/skill_castnodex_db.txt [new file with mode: 0644]
db/re/skill_db.txt [new file with mode: 0644]
db/re/skill_nocast_db.txt [new file with mode: 0644]
db/re/skill_require_db.txt [new file with mode: 0644]
db/re/skill_tree.txt [new file with mode: 0644]
db/re/skill_unit_db.txt [new file with mode: 0644]
db/re/statpoint.txt [new file with mode: 0644]
db/readme.md [new file with mode: 0644]
db/size_fix.txt [new file with mode: 0644]
db/skill_changematerial_db.txt [new file with mode: 0644]
db/skill_copyable_db.txt [new file with mode: 0644]
db/skill_damage_db.txt [new file with mode: 0644]
db/skill_improvise_db.txt [new file with mode: 0644]
db/skill_nonearnpc_db.txt [new file with mode: 0644]
db/spellbook_db.txt [new file with mode: 0644]
db/status_disabled.txt [new file with mode: 0644]
doc/achievements.txt [new file with mode: 0644]
doc/atcommands.txt [new file with mode: 0644]
doc/ea_job_system.txt [new file with mode: 0644]
doc/effect_list.txt [new file with mode: 0644]
doc/item_bonus.txt [new file with mode: 0644]
doc/item_db.txt [new file with mode: 0644]
doc/item_group.txt [new file with mode: 0644]
doc/map_cache.txt [new file with mode: 0644]
doc/mapflags.txt [new file with mode: 0644]
doc/md5_hashcheck.txt [new file with mode: 0644]
doc/mob_db.txt [new file with mode: 0644]
doc/mob_db_mode_list.txt [new file with mode: 0644]
doc/mob_skill_db_powerskill.txt [new file with mode: 0644]
doc/model/Model_Relation.mwb [new file with mode: 0644]
doc/model/Model_Relation.png [new file with mode: 0644]
doc/model/rathena.vpp [new file with mode: 0644]
doc/packet_client.txt [new file with mode: 0644]
doc/packet_interserv.txt [new file with mode: 0644]
doc/packet_struct_notation.txt [new file with mode: 0644]
doc/permissions.txt [new file with mode: 0644]
doc/quest_variables.txt [new file with mode: 0644]
doc/sample/bank_test.txt [new file with mode: 0644]
doc/sample/basejob_baseclass_upper.txt [new file with mode: 0644]
doc/sample/checkoption.txt [new file with mode: 0644]
doc/sample/delitem2.txt [new file with mode: 0644]
doc/sample/getequipcardid.txt [new file with mode: 0644]
doc/sample/getequipid.txt [new file with mode: 0644]
doc/sample/getiteminfo.txt [new file with mode: 0644]
doc/sample/getmonsterinfo.txt [new file with mode: 0644]
doc/sample/gstorage_test.txt [new file with mode: 0644]
doc/sample/instancing.txt [new file with mode: 0644]
doc/sample/localized_npc.txt [new file with mode: 0644]
doc/sample/navigate.txt [new file with mode: 0644]
doc/sample/npc_dynamic_shop.txt [new file with mode: 0644]
doc/sample/npc_extend_shop.txt [new file with mode: 0644]
doc/sample/npc_live_dialogues.txt [new file with mode: 0644]
doc/sample/npc_shop_test.txt [new file with mode: 0644]
doc/sample/npc_test_array.txt [new file with mode: 0644]
doc/sample/npc_test_chat.txt [new file with mode: 0644]
doc/sample/npc_test_duplicate.txt [new file with mode: 0644]
doc/sample/npc_test_func.txt [new file with mode: 0644]
doc/sample/npc_test_npctimer.txt [new file with mode: 0644]
doc/sample/npc_test_npctimer2.txt [new file with mode: 0644]
doc/sample/npc_test_pcre.txt [new file with mode: 0644]
doc/sample/npc_test_quest.txt [new file with mode: 0644]
doc/sample/npc_test_setitemx.txt [new file with mode: 0644]
doc/sample/npc_test_setmapflag.txt [new file with mode: 0644]
doc/sample/npc_test_skill.txt [new file with mode: 0644]
doc/sample/npc_test_time.txt [new file with mode: 0644]
doc/sample/randomopt.txt [new file with mode: 0644]
doc/script_commands.txt [new file with mode: 0644]
doc/skill_require_db.txt [new file with mode: 0644]
doc/source_doc.txt [new file with mode: 0644]
doc/status_change.txt [new file with mode: 0644]
doc/whisper_sys.txt [new file with mode: 0644]
doc/woe_time_explanation.txt [new file with mode: 0644]
function.sh [new file with mode: 0644]
install.sh [new file with mode: 0644]
mac.rathena-start.scpt [new file with mode: 0644]
npc/airports/airships.txt [new file with mode: 0644]
npc/airports/einbroch.txt [new file with mode: 0644]
npc/airports/hugel.txt [new file with mode: 0644]
npc/airports/izlude.txt [new file with mode: 0644]
npc/airports/lighthalzen.txt [new file with mode: 0644]
npc/airports/rachel.txt [new file with mode: 0644]
npc/airports/yuno.txt [new file with mode: 0644]
npc/battleground/bg_common.txt [new file with mode: 0644]
npc/battleground/flavius/flavius01.txt [new file with mode: 0644]
npc/battleground/flavius/flavius02.txt [new file with mode: 0644]
npc/battleground/flavius/flavius_enter.txt [new file with mode: 0644]
npc/battleground/kvm/kvm01.txt [new file with mode: 0644]
npc/battleground/kvm/kvm02.txt [new file with mode: 0644]
npc/battleground/kvm/kvm03.txt [new file with mode: 0644]
npc/battleground/kvm/kvm_enter.txt [new file with mode: 0644]
npc/battleground/kvm/kvm_item_pay.txt [new file with mode: 0644]
npc/battleground/tierra/tierra01.txt [new file with mode: 0644]
npc/battleground/tierra/tierra02.txt [new file with mode: 0644]
npc/battleground/tierra/tierra_enter.txt [new file with mode: 0644]
npc/cities/alberta.txt [new file with mode: 0644]
npc/cities/aldebaran.txt [new file with mode: 0644]
npc/cities/amatsu.txt [new file with mode: 0644]
npc/cities/ayothaya.txt [new file with mode: 0644]
npc/cities/comodo.txt [new file with mode: 0644]
npc/cities/einbech.txt [new file with mode: 0644]
npc/cities/einbroch.txt [new file with mode: 0644]
npc/cities/geffen.txt [new file with mode: 0644]
npc/cities/gonryun.txt [new file with mode: 0644]
npc/cities/hugel.txt [new file with mode: 0644]
npc/cities/izlude.txt [new file with mode: 0644]
npc/cities/jawaii.txt [new file with mode: 0644]
npc/cities/lighthalzen.txt [new file with mode: 0644]
npc/cities/louyang.txt [new file with mode: 0644]
npc/cities/lutie.txt [new file with mode: 0644]
npc/cities/manuk.txt [new file with mode: 0644]
npc/cities/morocc.txt [new file with mode: 0644]
npc/cities/moscovia.txt [new file with mode: 0644]
npc/cities/niflheim.txt [new file with mode: 0644]
npc/cities/payon.txt [new file with mode: 0644]
npc/cities/prontera.txt [new file with mode: 0644]
npc/cities/rachel.txt [new file with mode: 0644]
npc/cities/splendide.txt [new file with mode: 0644]
npc/cities/umbala.txt [new file with mode: 0644]
npc/cities/veins.txt [new file with mode: 0644]
npc/cities/yuno.txt [new file with mode: 0644]
npc/custom/battleground/bg_emp.txt [new file with mode: 0644]
npc/custom/battleground/bg_pvp.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_common.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_flavius_01.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_flavius_02.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_kvm01.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_kvm02.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_kvm03.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_tierra_01.txt [new file with mode: 0644]
npc/custom/battleground/unofficial/bg_tierra_02.txt [new file with mode: 0644]
npc/custom/breeder.txt [new file with mode: 0644]
npc/custom/card_remover.txt [new file with mode: 0644]
npc/custom/card_seller.txt [new file with mode: 0644]
npc/custom/etc/airplane.txt [new file with mode: 0644]
npc/custom/etc/autopot.txt [new file with mode: 0644]
npc/custom/etc/bank.txt [new file with mode: 0644]
npc/custom/etc/bank_kafra.txt [new file with mode: 0644]
npc/custom/etc/blackjack.txt [new file with mode: 0644]
npc/custom/etc/floating_rates.txt [new file with mode: 0644]
npc/custom/etc/lottery.txt [new file with mode: 0644]
npc/custom/etc/marriage.txt [new file with mode: 0644]
npc/custom/etc/monster_arena.txt [new file with mode: 0644]
npc/custom/etc/morroc_raceway.txt [new file with mode: 0644]
npc/custom/etc/mvp_arena.txt [new file with mode: 0644]
npc/custom/etc/mvp_room.txt [new file with mode: 0644]
npc/custom/etc/penal_servitude.txt [new file with mode: 0644]
npc/custom/etc/quest_warper.txt [new file with mode: 0644]
npc/custom/etc/rpsroulette.txt [new file with mode: 0644]
npc/custom/etc/shifty_assassin.txt [new file with mode: 0644]
npc/custom/etc/stock_market.txt [new file with mode: 0644]
npc/custom/events/cluckers.txt [new file with mode: 0644]
npc/custom/events/devil_square.txt [new file with mode: 0644]
npc/custom/events/disguise.txt [new file with mode: 0644]
npc/custom/events/holiday/hallow06.txt [new file with mode: 0644]
npc/custom/events/holiday/uneasy_cemetery.txt [new file with mode: 0644]
npc/custom/events/holiday/valentinesdayexp.txt [new file with mode: 0644]
npc/custom/events/holiday/xmas_rings_event.txt [new file with mode: 0644]
npc/custom/events/mushroom_event.txt [new file with mode: 0644]
npc/custom/events/mvp_ladder.txt [new file with mode: 0644]
npc/custom/healer.txt [new file with mode: 0644]
npc/custom/item_signer.txt [new file with mode: 0644]
npc/custom/itemmall.txt [new file with mode: 0644]
npc/custom/jobmaster.txt [new file with mode: 0644]
npc/custom/official/GeffenMagicTournament.txt [new file with mode: 0644]
npc/custom/platinum_skills.txt [new file with mode: 0644]
npc/custom/quests/bandit_beard.txt [new file with mode: 0644]
npc/custom/quests/berzebub.txt [new file with mode: 0644]
npc/custom/quests/dead_branch.txt [new file with mode: 0644]
npc/custom/quests/elvenear.txt [new file with mode: 0644]
npc/custom/quests/event_6_new_hats.txt [new file with mode: 0644]
npc/custom/quests/hunting_missions.txt [new file with mode: 0644]
npc/custom/quests/jewel_case.txt [new file with mode: 0644]
npc/custom/quests/kaho_balmung.txt [new file with mode: 0644]
npc/custom/quests/kahohorn.txt [new file with mode: 0644]
npc/custom/quests/kings_items.txt [new file with mode: 0644]
npc/custom/quests/may_hats.txt [new file with mode: 0644]
npc/custom/quests/quest_shop.txt [new file with mode: 0644]
npc/custom/quests/questboard.txt [new file with mode: 0644]
npc/custom/quests/sphinx_mask.txt [new file with mode: 0644]
npc/custom/quests/sunglasses.txt [new file with mode: 0644]
npc/custom/quests/tha_statues.txt [new file with mode: 0644]
npc/custom/quests/thq/THQS_ChattingNPC.txt [new file with mode: 0644]
npc/custom/quests/thq/THQS_GuildNPC.txt [new file with mode: 0644]
npc/custom/quests/thq/THQS_QuestNPC.txt [new file with mode: 0644]
npc/custom/quests/thq/THQS_Quests.txt [new file with mode: 0644]
npc/custom/quests/thq/THQS_TTShop.txt [new file with mode: 0644]
npc/custom/quests/umbalian_language.txt [new file with mode: 0644]
npc/custom/quests/valhallen.txt [new file with mode: 0644]
npc/custom/resetnpc.txt [new file with mode: 0644]
npc/custom/stylist.txt [new file with mode: 0644]
npc/custom/warper.txt [new file with mode: 0644]
npc/custom/woe_controller.txt [new file with mode: 0644]
npc/events/MemorialDay_2008.txt [new file with mode: 0644]
npc/events/RWC_2011.txt [new file with mode: 0644]
npc/events/RWC_2012.txt [new file with mode: 0644]
npc/events/StPatrick_2008.txt [new file with mode: 0644]
npc/events/bossnia.txt [new file with mode: 0644]
npc/events/children_week.txt [new file with mode: 0644]
npc/events/christmas_2005.txt [new file with mode: 0644]
npc/events/christmas_2008.txt [new file with mode: 0644]
npc/events/christmas_2013.txt [new file with mode: 0644]
npc/events/dumplingfestival.txt [new file with mode: 0644]
npc/events/easter_2008.txt [new file with mode: 0644]
npc/events/easter_2010.txt [new file with mode: 0644]
npc/events/event_skill_reset.txt [new file with mode: 0644]
npc/events/gdevent_aru.txt [new file with mode: 0644]
npc/events/gdevent_sch.txt [new file with mode: 0644]
npc/events/god_se_festival.txt [new file with mode: 0644]
npc/events/halloween_2006.txt [new file with mode: 0644]
npc/events/halloween_2008.txt [new file with mode: 0644]
npc/events/halloween_2009.txt [new file with mode: 0644]
npc/events/halloween_2013.txt [new file with mode: 0644]
npc/events/idul_fitri.txt [new file with mode: 0644]
npc/events/lunar_2008.txt [new file with mode: 0644]
npc/events/nguild/nguild_dunsw.txt [new file with mode: 0644]
npc/events/nguild/nguild_ev_agit.txt [new file with mode: 0644]
npc/events/nguild/nguild_flags.txt [new file with mode: 0644]
npc/events/nguild/nguild_guardians.txt [new file with mode: 0644]
npc/events/nguild/nguild_kafras.txt [new file with mode: 0644]
npc/events/nguild/nguild_managers.txt [new file with mode: 0644]
npc/events/nguild/nguild_treas.txt [new file with mode: 0644]
npc/events/nguild/nguild_warper.txt [new file with mode: 0644]
npc/events/twintowers.txt [new file with mode: 0644]
npc/events/valentinesday.txt [new file with mode: 0644]
npc/events/valentinesday_2009.txt [new file with mode: 0644]
npc/events/valentinesday_2012.txt [new file with mode: 0644]
npc/events/whiteday.txt [new file with mode: 0644]
npc/events/xmas.txt [new file with mode: 0644]
npc/guild/agit_controller.txt [new file with mode: 0644]
npc/guild/agit_main.txt [new file with mode: 0644]
npc/guild/aldeg_cas01.txt [new file with mode: 0644]
npc/guild/aldeg_cas02.txt [new file with mode: 0644]
npc/guild/aldeg_cas03.txt [new file with mode: 0644]
npc/guild/aldeg_cas04.txt [new file with mode: 0644]
npc/guild/aldeg_cas05.txt [new file with mode: 0644]
npc/guild/gefg_cas01.txt [new file with mode: 0644]
npc/guild/gefg_cas02.txt [new file with mode: 0644]
npc/guild/gefg_cas03.txt [new file with mode: 0644]
npc/guild/gefg_cas04.txt [new file with mode: 0644]
npc/guild/gefg_cas05.txt [new file with mode: 0644]
npc/guild/payg_cas01.txt [new file with mode: 0644]
npc/guild/payg_cas02.txt [new file with mode: 0644]
npc/guild/payg_cas03.txt [new file with mode: 0644]
npc/guild/payg_cas04.txt [new file with mode: 0644]
npc/guild/payg_cas05.txt [new file with mode: 0644]
npc/guild/prtg_cas01.txt [new file with mode: 0644]
npc/guild/prtg_cas02.txt [new file with mode: 0644]
npc/guild/prtg_cas03.txt [new file with mode: 0644]
npc/guild/prtg_cas04.txt [new file with mode: 0644]
npc/guild/prtg_cas05.txt [new file with mode: 0644]
npc/guild/trs_rp.txt [new file with mode: 0644]
npc/guild2/agit_main_se.txt [new file with mode: 0644]
npc/guild2/agit_start_se.txt [new file with mode: 0644]
npc/guild2/arug_cas01.txt [new file with mode: 0644]
npc/guild2/arug_cas02.txt [new file with mode: 0644]
npc/guild2/arug_cas03.txt [new file with mode: 0644]
npc/guild2/arug_cas04.txt [new file with mode: 0644]
npc/guild2/arug_cas05.txt [new file with mode: 0644]
npc/guild2/guild_flags.txt [new file with mode: 0644]
npc/guild2/schg_cas01.txt [new file with mode: 0644]
npc/guild2/schg_cas02.txt [new file with mode: 0644]
npc/guild2/schg_cas03.txt [new file with mode: 0644]
npc/guild2/schg_cas04.txt [new file with mode: 0644]
npc/guild2/schg_cas05.txt [new file with mode: 0644]
npc/instances/EndlessTower.txt [new file with mode: 0644]
npc/instances/NydhoggsNest.txt [new file with mode: 0644]
npc/instances/OrcsMemory.txt [new file with mode: 0644]
npc/instances/SealedShrine.txt [new file with mode: 0644]
npc/jobs/1-1e/gunslinger.txt [new file with mode: 0644]
npc/jobs/1-1e/ninja.txt [new file with mode: 0644]
npc/jobs/1-1e/taekwon.txt [new file with mode: 0644]
npc/jobs/2-1/assassin.txt [new file with mode: 0644]
npc/jobs/2-1/blacksmith.txt [new file with mode: 0644]
npc/jobs/2-1/hunter.txt [new file with mode: 0644]
npc/jobs/2-1/knight.txt [new file with mode: 0644]
npc/jobs/2-1/priest.txt [new file with mode: 0644]
npc/jobs/2-1/wizard.txt [new file with mode: 0644]
npc/jobs/2-1a/AssassinCross.txt [new file with mode: 0644]
npc/jobs/2-1a/HighPriest.txt [new file with mode: 0644]
npc/jobs/2-1a/HighWizard.txt [new file with mode: 0644]
npc/jobs/2-1a/LordKnight.txt [new file with mode: 0644]
npc/jobs/2-1a/Sniper.txt [new file with mode: 0644]
npc/jobs/2-1a/WhiteSmith.txt [new file with mode: 0644]
npc/jobs/2-1e/StarGladiator.txt [new file with mode: 0644]
npc/jobs/2-2/alchemist.txt [new file with mode: 0644]
npc/jobs/2-2/bard.txt [new file with mode: 0644]
npc/jobs/2-2/crusader.txt [new file with mode: 0644]
npc/jobs/2-2/dancer.txt [new file with mode: 0644]
npc/jobs/2-2/monk.txt [new file with mode: 0644]
npc/jobs/2-2/rogue.txt [new file with mode: 0644]
npc/jobs/2-2/sage.txt [new file with mode: 0644]
npc/jobs/2-2a/Champion.txt [new file with mode: 0644]
npc/jobs/2-2a/Clown.txt [new file with mode: 0644]
npc/jobs/2-2a/Creator.txt [new file with mode: 0644]
npc/jobs/2-2a/Gypsy.txt [new file with mode: 0644]
npc/jobs/2-2a/Paladin.txt [new file with mode: 0644]
npc/jobs/2-2a/Professor.txt [new file with mode: 0644]
npc/jobs/2-2a/Stalker.txt [new file with mode: 0644]
npc/jobs/2-2e/SoulLinker.txt [new file with mode: 0644]
npc/jobs/novice/supernovice.txt [new file with mode: 0644]
npc/jobs/valkyrie.txt [new file with mode: 0644]
npc/kafras/cool_event_corp.txt [new file with mode: 0644]
npc/kafras/dts_warper.txt [new file with mode: 0644]
npc/kafras/functions_kafras.txt [new file with mode: 0644]
npc/kafras/kafras.txt [new file with mode: 0644]
npc/mapflag/battleground.txt [new file with mode: 0644]
npc/mapflag/gvg.txt [new file with mode: 0644]
npc/mapflag/hidemobhpbar.txt [new file with mode: 0644]
npc/mapflag/jail.txt [new file with mode: 0644]
npc/mapflag/night.txt [new file with mode: 0644]
npc/mapflag/nightmare.txt [new file with mode: 0644]
npc/mapflag/nobranch.txt [new file with mode: 0644]
npc/mapflag/nocostume.txt [new file with mode: 0644]
npc/mapflag/noicewall.txt [new file with mode: 0644]
npc/mapflag/nomemo.txt [new file with mode: 0644]
npc/mapflag/nopenalty.txt [new file with mode: 0644]
npc/mapflag/nopvp.txt [new file with mode: 0644]
npc/mapflag/noreturn.txt [new file with mode: 0644]
npc/mapflag/nosave.txt [new file with mode: 0644]
npc/mapflag/noskill.txt [new file with mode: 0644]
npc/mapflag/noteleport.txt [new file with mode: 0644]
npc/mapflag/nowarp.txt [new file with mode: 0644]
npc/mapflag/nowarpto.txt [new file with mode: 0644]
npc/mapflag/partylock.txt [new file with mode: 0644]
npc/mapflag/pvp.txt [new file with mode: 0644]
npc/mapflag/pvp_noguild.txt [new file with mode: 0644]
npc/mapflag/pvp_noparty.txt [new file with mode: 0644]
npc/mapflag/reset.txt [new file with mode: 0644]
npc/mapflag/restricted.txt [new file with mode: 0644]
npc/mapflag/skill_damage.txt [new file with mode: 0644]
npc/mapflag/town.txt [new file with mode: 0644]
npc/merchants/advanced_refiner.txt [new file with mode: 0644]
npc/merchants/alchemist.txt [new file with mode: 0644]
npc/merchants/ammo_boxes.txt [new file with mode: 0644]
npc/merchants/ammo_dealer.txt [new file with mode: 0644]
npc/merchants/buying_shops.txt [new file with mode: 0644]
npc/merchants/cash_hair.txt [new file with mode: 0644]
npc/merchants/cash_trader.txt [new file with mode: 0644]
npc/merchants/cashheadgear_dye.txt [new file with mode: 0644]
npc/merchants/clothes_dyer.txt [new file with mode: 0644]
npc/merchants/coin_exchange.txt [new file with mode: 0644]
npc/merchants/dye_maker.txt [new file with mode: 0644]
npc/merchants/elemental_trader.txt [new file with mode: 0644]
npc/merchants/enchan_arm.txt [new file with mode: 0644]
npc/merchants/gemstone.txt [new file with mode: 0644]
npc/merchants/hair_dyer.txt [new file with mode: 0644]
npc/merchants/hair_style.txt [new file with mode: 0644]
npc/merchants/icecream.txt [new file with mode: 0644]
npc/merchants/inn.txt [new file with mode: 0644]
npc/merchants/kunai_maker.txt [new file with mode: 0644]
npc/merchants/milk_trader.txt [new file with mode: 0644]
npc/merchants/novice_exchange.txt [new file with mode: 0644]
npc/merchants/old_pharmacist.txt [new file with mode: 0644]
npc/merchants/quivers.txt [new file with mode: 0644]
npc/merchants/refine.txt [new file with mode: 0644]
npc/merchants/renters.txt [new file with mode: 0644]
npc/merchants/shops.txt [new file with mode: 0644]
npc/merchants/socket_enchant.txt [new file with mode: 0644]
npc/merchants/socket_enchant2.txt [new file with mode: 0644]
npc/merchants/wander_pet_food.txt [new file with mode: 0644]
npc/mobs/citycleaners.txt [new file with mode: 0644]
npc/mobs/jail.txt [new file with mode: 0644]
npc/mobs/pvp.txt [new file with mode: 0644]
npc/mobs/towns.txt [new file with mode: 0644]
npc/other/CashShop_Functions.txt [new file with mode: 0644]
npc/other/Global_Functions.txt [new file with mode: 0644]
npc/other/acolyte_warp.txt [new file with mode: 0644]
npc/other/arena/arena_aco.txt [new file with mode: 0644]
npc/other/arena/arena_lvl50.txt [new file with mode: 0644]
npc/other/arena/arena_lvl60.txt [new file with mode: 0644]
npc/other/arena/arena_lvl70.txt [new file with mode: 0644]
npc/other/arena/arena_lvl80.txt [new file with mode: 0644]
npc/other/arena/arena_party.txt [new file with mode: 0644]
npc/other/arena/arena_point.txt [new file with mode: 0644]
npc/other/arena/arena_room.txt [new file with mode: 0644]
npc/other/auction.txt [new file with mode: 0644]
npc/other/books.txt [new file with mode: 0644]
npc/other/bulletin_boards.txt [new file with mode: 0644]
npc/other/card_trader.txt [new file with mode: 0644]
npc/other/comodo_gambling.txt [new file with mode: 0644]
npc/other/divorce.txt [new file with mode: 0644]
npc/other/fortune.txt [new file with mode: 0644]
npc/other/gm_npcs.txt [new file with mode: 0644]
npc/other/guildpvp.txt [new file with mode: 0644]
npc/other/gympass.txt [new file with mode: 0644]
npc/other/hugel_bingo.txt [new file with mode: 0644]
npc/other/mail.txt [new file with mode: 0644]
npc/other/marriage.txt [new file with mode: 0644]
npc/other/mercenary_rent.txt [new file with mode: 0644]
npc/other/monster_museum.txt [new file with mode: 0644]
npc/other/monster_race.txt [new file with mode: 0644]
npc/other/msg_boards.txt [new file with mode: 0644]
npc/other/poring_war.txt [new file with mode: 0644]
npc/other/powernpc.txt [new file with mode: 0644]
npc/other/pvp.txt [new file with mode: 0644]
npc/other/turbo_track.txt [new file with mode: 0644]
npc/pre-re/airports/izlude.txt [new file with mode: 0644]
npc/pre-re/cities/alberta.txt [new file with mode: 0644]
npc/pre-re/cities/izlude.txt [new file with mode: 0644]
npc/pre-re/cities/jawaii.txt [new file with mode: 0644]
npc/pre-re/cities/yuno.txt [new file with mode: 0644]
npc/pre-re/guides/guides_alberta.txt [new file with mode: 0644]
npc/pre-re/guides/guides_aldebaran.txt [new file with mode: 0644]
npc/pre-re/guides/guides_amatsu.txt [new file with mode: 0644]
npc/pre-re/guides/guides_ayothaya.txt [new file with mode: 0644]
npc/pre-re/guides/guides_comodo.txt [new file with mode: 0644]
npc/pre-re/guides/guides_einbroch.txt [new file with mode: 0644]
npc/pre-re/guides/guides_geffen.txt [new file with mode: 0644]
npc/pre-re/guides/guides_gonryun.txt [new file with mode: 0644]
npc/pre-re/guides/guides_hugel.txt [new file with mode: 0644]
npc/pre-re/guides/guides_izlude.txt [new file with mode: 0644]
npc/pre-re/guides/guides_juno.txt [new file with mode: 0644]
npc/pre-re/guides/guides_lighthalzen.txt [new file with mode: 0644]
npc/pre-re/guides/guides_louyang.txt [new file with mode: 0644]
npc/pre-re/guides/guides_morroc.txt [new file with mode: 0644]
npc/pre-re/guides/guides_moscovia.txt [new file with mode: 0644]
npc/pre-re/guides/guides_niflheim.txt [new file with mode: 0644]
npc/pre-re/guides/guides_payon.txt [new file with mode: 0644]
npc/pre-re/guides/guides_prontera.txt [new file with mode: 0644]
npc/pre-re/guides/guides_rachel.txt [new file with mode: 0644]
npc/pre-re/guides/guides_umbala.txt [new file with mode: 0644]
npc/pre-re/guides/guides_veins.txt [new file with mode: 0644]
npc/pre-re/jobs/1-1/acolyte.txt [new file with mode: 0644]
npc/pre-re/jobs/1-1/archer.txt [new file with mode: 0644]
npc/pre-re/jobs/1-1/mage.txt [new file with mode: 0644]
npc/pre-re/jobs/1-1/merchant.txt [new file with mode: 0644]
npc/pre-re/jobs/1-1/swordman.txt [new file with mode: 0644]
npc/pre-re/jobs/1-1/thief.txt [new file with mode: 0644]
npc/pre-re/jobs/novice/novice.txt [new file with mode: 0644]
npc/pre-re/kafras/kafras.txt [new file with mode: 0644]
npc/pre-re/mapflag/gvg.txt [new file with mode: 0644]
npc/pre-re/mapflag/hidemobhpbar.txt [new file with mode: 0644]
npc/pre-re/merchants/ammo_boxes.txt [new file with mode: 0644]
npc/pre-re/merchants/ammo_dealer.txt [new file with mode: 0644]
npc/pre-re/merchants/shops.txt [new file with mode: 0644]
npc/pre-re/mobs/citycleaners.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/abbey.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/abyss.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/alde_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/ama_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/anthell.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/ayo_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/beach_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/c_tower.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/ein_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/gef_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/gefenia.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/glastheim.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/gld_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/gld_dunSE.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/gon_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/ice_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/in_sphinx.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/iz_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/juperos.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/kh_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/lhz_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/lou_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/mag_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/mjo_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/moc_pryd.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/mosk_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/nyd_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/odin.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/orcsdun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/pay_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/prt_maze.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/prt_sew.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/ra_san.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/tha_t.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/thor_v.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/treasure.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/tur_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/um_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/xmas_dun.txt [new file with mode: 0644]
npc/pre-re/mobs/dungeons/yggdrasil.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/amatsu.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/ayothaya.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/comodo.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/einbroch.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/geffen.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/gonryun.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/hugel.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/lighthalzen.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/louyang.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/lutie.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/manuk.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/mjolnir.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/morocc.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/moscovia.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/niflheim.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/payon.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/prontera.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/rachel.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/splendide.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/umbala.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/veins.txt [new file with mode: 0644]
npc/pre-re/mobs/fields/yuno.txt [new file with mode: 0644]
npc/pre-re/other/bulletin_boards.txt [new file with mode: 0644]
npc/pre-re/other/mercenary_rent.txt [new file with mode: 0644]
npc/pre-re/other/msg_boards.txt [new file with mode: 0644]
npc/pre-re/other/pvp.txt [new file with mode: 0644]
npc/pre-re/other/resetskill.txt [new file with mode: 0644]
npc/pre-re/other/turbo_track.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_alligator.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_caramel.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_coco.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_creamy.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_demonpungus.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_disguiseloliruri.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_dokebi.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_dryad.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_fabre.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_frilldora.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_goat.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_golem.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_hode.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_leafcat.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_mantis.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_pecopeco.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_pupa.txt [new file with mode: 0644]
npc/pre-re/quests/collection/quest_zhupolong.txt [new file with mode: 0644]
npc/pre-re/quests/first_class/tu_archer.txt [new file with mode: 0644]
npc/pre-re/quests/monstertamers.txt [new file with mode: 0644]
npc/pre-re/quests/mrsmile.txt [new file with mode: 0644]
npc/pre-re/quests/quests_13_1.txt [new file with mode: 0644]
npc/pre-re/quests/quests_izlude.txt [new file with mode: 0644]
npc/pre-re/quests/quests_lighthalzen.txt [new file with mode: 0644]
npc/pre-re/quests/quests_nameless.txt [new file with mode: 0644]
npc/pre-re/quests/quests_veins.txt [new file with mode: 0644]
npc/pre-re/quests/skills/swordman_skills.txt [new file with mode: 0644]
npc/pre-re/scripts_athena.conf [new file with mode: 0644]
npc/pre-re/scripts_jobs.conf [new file with mode: 0644]
npc/pre-re/scripts_main.conf [new file with mode: 0644]
npc/pre-re/scripts_mapflags.conf [new file with mode: 0644]
npc/pre-re/scripts_monsters.conf [new file with mode: 0644]
npc/pre-re/scripts_warps.conf [new file with mode: 0644]
npc/pre-re/warps/cities/izlude.txt [new file with mode: 0644]
npc/pre-re/warps/cities/rachel.txt [new file with mode: 0644]
npc/pre-re/warps/cities/yggdrasil.txt [new file with mode: 0644]
npc/pre-re/warps/fields/com_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/geffen_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/hugel_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/morroc_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/payon_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/prontera_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/rachel_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/veins_fild.txt [new file with mode: 0644]
npc/pre-re/warps/fields/yuno_fild.txt [new file with mode: 0644]
npc/pre-re/warps/other/arena.txt [new file with mode: 0644]
npc/pre-re/warps/other/sign.txt [new file with mode: 0644]
npc/quests/bard_quest.txt [new file with mode: 0644]
npc/quests/bunnyband.txt [new file with mode: 0644]
npc/quests/cooking_quest.txt [new file with mode: 0644]
npc/quests/counteragent_mixture.txt [new file with mode: 0644]
npc/quests/dandelion_request.txt [new file with mode: 0644]
npc/quests/doomed_swords.txt [new file with mode: 0644]
npc/quests/doomed_swords_quest.txt [new file with mode: 0644]
npc/quests/eye_of_hellion.txt [new file with mode: 0644]
npc/quests/first_class/tu_acolyte.txt [new file with mode: 0644]
npc/quests/first_class/tu_archer.txt [new file with mode: 0644]
npc/quests/first_class/tu_ma_th01.txt [new file with mode: 0644]
npc/quests/first_class/tu_magician01.txt [new file with mode: 0644]
npc/quests/first_class/tu_merchant.txt [new file with mode: 0644]
npc/quests/first_class/tu_sword.txt [new file with mode: 0644]
npc/quests/first_class/tu_thief01.txt [new file with mode: 0644]
npc/quests/guildrelay.txt [new file with mode: 0644]
npc/quests/gunslinger_quests.txt [new file with mode: 0644]
npc/quests/juice_maker.txt [new file with mode: 0644]
npc/quests/kiel_hyre_quest.txt [new file with mode: 0644]
npc/quests/lvl4_weapon_quest.txt [new file with mode: 0644]
npc/quests/mage_solution.txt [new file with mode: 0644]
npc/quests/monstertamers.txt [new file with mode: 0644]
npc/quests/mrsmile.txt [new file with mode: 0644]
npc/quests/newgears/2004_headgears.txt [new file with mode: 0644]
npc/quests/newgears/2005_headgears.txt [new file with mode: 0644]
npc/quests/newgears/2006_headgears.txt [new file with mode: 0644]
npc/quests/newgears/2008_headgears.txt [new file with mode: 0644]
npc/quests/ninja_quests.txt [new file with mode: 0644]
npc/quests/obb_quest.txt [new file with mode: 0644]
npc/quests/okolnir.txt [new file with mode: 0644]
npc/quests/partyrelay.txt [new file with mode: 0644]
npc/quests/quests_13_1.txt [new file with mode: 0644]
npc/quests/quests_13_2.txt [new file with mode: 0644]
npc/quests/quests_airship.txt [new file with mode: 0644]
npc/quests/quests_alberta.txt [new file with mode: 0644]
npc/quests/quests_aldebaran.txt [new file with mode: 0644]
npc/quests/quests_amatsu.txt [new file with mode: 0644]
npc/quests/quests_ayothaya.txt [new file with mode: 0644]
npc/quests/quests_comodo.txt [new file with mode: 0644]
npc/quests/quests_ein.txt [new file with mode: 0644]
npc/quests/quests_geffen.txt [new file with mode: 0644]
npc/quests/quests_gonryun.txt [new file with mode: 0644]
npc/quests/quests_hugel.txt [new file with mode: 0644]
npc/quests/quests_izlude.txt [new file with mode: 0644]
npc/quests/quests_juperos.txt [new file with mode: 0644]
npc/quests/quests_lighthalzen.txt [new file with mode: 0644]
npc/quests/quests_louyang.txt [new file with mode: 0644]
npc/quests/quests_lutie.txt [new file with mode: 0644]
npc/quests/quests_morocc.txt [new file with mode: 0644]
npc/quests/quests_moscovia.txt [new file with mode: 0644]
npc/quests/quests_nameless.txt [new file with mode: 0644]
npc/quests/quests_niflheim.txt [new file with mode: 0644]
npc/quests/quests_payon.txt [new file with mode: 0644]
npc/quests/quests_prontera.txt [new file with mode: 0644]
npc/quests/quests_rachel.txt [new file with mode: 0644]
npc/quests/quests_umbala.txt [new file with mode: 0644]
npc/quests/quests_veins.txt [new file with mode: 0644]
npc/quests/quests_yuno.txt [new file with mode: 0644]
npc/quests/seals/brisingamen_seal.txt [new file with mode: 0644]
npc/quests/seals/god_global.txt [new file with mode: 0644]
npc/quests/seals/god_weapon_creation.txt [new file with mode: 0644]
npc/quests/seals/megingard_seal.txt [new file with mode: 0644]
npc/quests/seals/mjolnir_seal.txt [new file with mode: 0644]
npc/quests/seals/seal_status.txt [new file with mode: 0644]
npc/quests/seals/sleipnir_seal.txt [new file with mode: 0644]
npc/quests/skills/acolyte_skills.txt [new file with mode: 0644]
npc/quests/skills/alchemist_skills.txt [new file with mode: 0644]
npc/quests/skills/archer_skills.txt [new file with mode: 0644]
npc/quests/skills/assassin_skills.txt [new file with mode: 0644]
npc/quests/skills/bard_skills.txt [new file with mode: 0644]
npc/quests/skills/blacksmith_skills.txt [new file with mode: 0644]
npc/quests/skills/crusader_skills.txt [new file with mode: 0644]
npc/quests/skills/dancer_skills.txt [new file with mode: 0644]
npc/quests/skills/hunter_skills.txt [new file with mode: 0644]
npc/quests/skills/knight_skills.txt [new file with mode: 0644]
npc/quests/skills/mage_skills.txt [new file with mode: 0644]
npc/quests/skills/merchant_skills.txt [new file with mode: 0644]
npc/quests/skills/monk_skills.txt [new file with mode: 0644]
npc/quests/skills/novice_skills.txt [new file with mode: 0644]
npc/quests/skills/priest_skills.txt [new file with mode: 0644]
npc/quests/skills/rogue_skills.txt [new file with mode: 0644]
npc/quests/skills/sage_skills.txt [new file with mode: 0644]
npc/quests/skills/swordman_skills.txt [new file with mode: 0644]
npc/quests/skills/thief_skills.txt [new file with mode: 0644]
npc/quests/skills/wizard_skills.txt [new file with mode: 0644]
npc/quests/thana_quest.txt [new file with mode: 0644]
npc/quests/the_sign_quest.txt [new file with mode: 0644]
npc/re/airports/izlude.txt [new file with mode: 0644]
npc/re/cities/alberta.txt [new file with mode: 0644]
npc/re/cities/brasilis.txt [new file with mode: 0644]
npc/re/cities/dewata.txt [new file with mode: 0644]
npc/re/cities/dicastes.txt [new file with mode: 0644]
npc/re/cities/eclage.txt [new file with mode: 0644]
npc/re/cities/izlude.txt [new file with mode: 0644]
npc/re/cities/jawaii.txt [new file with mode: 0644]
npc/re/cities/malangdo.txt [new file with mode: 0644]
npc/re/cities/malaya.txt [new file with mode: 0644]
npc/re/cities/mora.txt [new file with mode: 0644]
npc/re/cities/yuno.txt [new file with mode: 0644]
npc/re/custom/lasagna/lasa_dun.txt [new file with mode: 0644]
npc/re/custom/lasagna/lasa_fild.txt [new file with mode: 0644]
npc/re/custom/lasagna/lasagna_npcs.txt [new file with mode: 0644]
npc/re/custom/lasagna/warps.txt [new file with mode: 0644]
npc/re/guides/guides_alberta.txt [new file with mode: 0644]
npc/re/guides/guides_aldebaran.txt [new file with mode: 0644]
npc/re/guides/guides_amatsu.txt [new file with mode: 0644]
npc/re/guides/guides_ayothaya.txt [new file with mode: 0644]
npc/re/guides/guides_brasilis.txt [new file with mode: 0644]
npc/re/guides/guides_comodo.txt [new file with mode: 0644]
npc/re/guides/guides_dewata.txt [new file with mode: 0644]
npc/re/guides/guides_dicastes.txt [new file with mode: 0644]
npc/re/guides/guides_eclage.txt [new file with mode: 0644]
npc/re/guides/guides_einbroch.txt [new file with mode: 0644]
npc/re/guides/guides_geffen.txt [new file with mode: 0644]
npc/re/guides/guides_gonryun.txt [new file with mode: 0644]
npc/re/guides/guides_hugel.txt [new file with mode: 0644]
npc/re/guides/guides_izlude.txt [new file with mode: 0644]
npc/re/guides/guides_juno.txt [new file with mode: 0644]
npc/re/guides/guides_lighthalzen.txt [new file with mode: 0644]
npc/re/guides/guides_louyang.txt [new file with mode: 0644]
npc/re/guides/guides_lutie.txt [new file with mode: 0644]
npc/re/guides/guides_malaya.txt [new file with mode: 0644]
npc/re/guides/guides_mora.txt [new file with mode: 0644]
npc/re/guides/guides_morroc.txt [new file with mode: 0644]
npc/re/guides/guides_moscovia.txt [new file with mode: 0644]
npc/re/guides/guides_niflheim.txt [new file with mode: 0644]
npc/re/guides/guides_payon.txt [new file with mode: 0644]
npc/re/guides/guides_prontera.txt [new file with mode: 0644]
npc/re/guides/guides_rachel.txt [new file with mode: 0644]
npc/re/guides/guides_umbala.txt [new file with mode: 0644]
npc/re/guides/guides_veins.txt [new file with mode: 0644]
npc/re/guides/guides_woe_te.txt [new file with mode: 0644]
npc/re/guides/navigation.txt [new file with mode: 0644]
npc/re/guild/invest_main.txt [new file with mode: 0644]
npc/re/guild/invest_npc.txt [new file with mode: 0644]
npc/re/guild/mission_main.txt [new file with mode: 0644]
npc/re/guild/mission_npc.txt [new file with mode: 0644]
npc/re/guild3/agit_main_te.txt [new file with mode: 0644]
npc/re/guild3/agit_start_te.txt [new file with mode: 0644]
npc/re/guild3/te_aldecas1.txt [new file with mode: 0644]
npc/re/guild3/te_aldecas2.txt [new file with mode: 0644]
npc/re/guild3/te_aldecas3.txt [new file with mode: 0644]
npc/re/guild3/te_aldecas4.txt [new file with mode: 0644]
npc/re/guild3/te_aldecas5.txt [new file with mode: 0644]
npc/re/guild3/te_prtcas01.txt [new file with mode: 0644]
npc/re/guild3/te_prtcas02.txt [new file with mode: 0644]
npc/re/guild3/te_prtcas03.txt [new file with mode: 0644]
npc/re/guild3/te_prtcas04.txt [new file with mode: 0644]
npc/re/guild3/te_prtcas05.txt [new file with mode: 0644]
npc/re/instances/BakonawaLake.txt [new file with mode: 0644]
npc/re/instances/BangungotHospital.txt [new file with mode: 0644]
npc/re/instances/BuwayaCave.txt [new file with mode: 0644]
npc/re/instances/EclageInterior.txt [new file with mode: 0644]
npc/re/instances/FacewormsNest.txt [new file with mode: 0644]
npc/re/instances/GhostPalace.txt [new file with mode: 0644]
npc/re/instances/HazyForest.txt [new file with mode: 0644]
npc/re/instances/HorrorToyFactory.txt [new file with mode: 0644]
npc/re/instances/MalangdoCulvert.txt [new file with mode: 0644]
npc/re/instances/OctopusCave.txt [new file with mode: 0644]
npc/re/instances/OldGlastHeim.txt [new file with mode: 0644]
npc/re/instances/SaraMemory.txt [new file with mode: 0644]
npc/re/instances/WolfchevLaboratory.txt [new file with mode: 0644]
npc/re/jobs/1-1/acolyte.txt [new file with mode: 0644]
npc/re/jobs/1-1/archer.txt [new file with mode: 0644]
npc/re/jobs/1-1/mage.txt [new file with mode: 0644]
npc/re/jobs/1-1/merchant.txt [new file with mode: 0644]
npc/re/jobs/1-1/swordman.txt [new file with mode: 0644]
npc/re/jobs/1-1/thief.txt [new file with mode: 0644]
npc/re/jobs/2e/kagerou_oboro.txt [new file with mode: 0644]
npc/re/jobs/3-1/archbishop.txt [new file with mode: 0644]
npc/re/jobs/3-1/guillotine_cross.txt [new file with mode: 0644]
npc/re/jobs/3-1/mechanic.txt [new file with mode: 0644]
npc/re/jobs/3-1/ranger.txt [new file with mode: 0644]
npc/re/jobs/3-1/rune_knight.txt [new file with mode: 0644]
npc/re/jobs/3-1/warlock.txt [new file with mode: 0644]
npc/re/jobs/3-2/genetic.txt [new file with mode: 0644]
npc/re/jobs/3-2/minstrel.txt [new file with mode: 0644]
npc/re/jobs/3-2/royal_guard.txt [new file with mode: 0644]
npc/re/jobs/3-2/shadow_chaser.txt [new file with mode: 0644]
npc/re/jobs/3-2/sorcerer.txt [new file with mode: 0644]
npc/re/jobs/3-2/sura.txt [new file with mode: 0644]
npc/re/jobs/3-2/wanderer.txt [new file with mode: 0644]
npc/re/jobs/novice/academy.txt [new file with mode: 0644]
npc/re/jobs/novice/novice.txt [new file with mode: 0644]
npc/re/jobs/novice/supernovice_ex.txt [new file with mode: 0644]
npc/re/jobs/repair.txt [new file with mode: 0644]
npc/re/kafras/kafras.txt [new file with mode: 0644]
npc/re/mapflag/gvg.txt [new file with mode: 0644]
npc/re/mapflag/hidemobhpbar.txt [new file with mode: 0644]
npc/re/mapflag/night.txt [new file with mode: 0644]
npc/re/mapflag/nobranch.txt [new file with mode: 0644]
npc/re/mapflag/noicewall.txt [new file with mode: 0644]
npc/re/mapflag/nolockon.txt [new file with mode: 0644]
npc/re/mapflag/nomemo.txt [new file with mode: 0644]
npc/re/mapflag/nopenalty.txt [new file with mode: 0644]
npc/re/mapflag/nopvp.txt [new file with mode: 0644]
npc/re/mapflag/nosave.txt [new file with mode: 0644]
npc/re/mapflag/noteleport.txt [new file with mode: 0644]
npc/re/mapflag/nowarp.txt [new file with mode: 0644]
npc/re/mapflag/nowarpto.txt [new file with mode: 0644]
npc/re/mapflag/partylock.txt [new file with mode: 0644]
npc/re/mapflag/reset.txt [new file with mode: 0644]
npc/re/mapflag/restricted.txt [new file with mode: 0644]
npc/re/mapflag/town.txt [new file with mode: 0644]
npc/re/merchants/3rd_trader.txt [new file with mode: 0644]
npc/re/merchants/HorrorToyFactory_merchants.txt [new file with mode: 0644]
npc/re/merchants/advanced_refiner.txt [new file with mode: 0644]
npc/re/merchants/alchemist.txt [new file with mode: 0644]
npc/re/merchants/ammo_boxes.txt [new file with mode: 0644]
npc/re/merchants/ammo_dealer.txt [new file with mode: 0644]
npc/re/merchants/bio4_reward.txt [new file with mode: 0644]
npc/re/merchants/blessed_refiner.txt [new file with mode: 0644]
npc/re/merchants/card_exchange.txt [new file with mode: 0644]
npc/re/merchants/card_separation.txt [new file with mode: 0644]
npc/re/merchants/cash_trader-idRO.txt [new file with mode: 0644]
npc/re/merchants/catalog.txt [new file with mode: 0644]
npc/re/merchants/coin_exchange.txt [new file with mode: 0644]
npc/re/merchants/diamond.txt [new file with mode: 0644]
npc/re/merchants/enchan_ko.txt [new file with mode: 0644]
npc/re/merchants/enchan_mal.txt [new file with mode: 0644]
npc/re/merchants/enchan_mora.txt [new file with mode: 0644]
npc/re/merchants/enchan_upg.txt [new file with mode: 0644]
npc/re/merchants/flute.txt [new file with mode: 0644]
npc/re/merchants/gld_mission_exchange.txt [new file with mode: 0644]
npc/re/merchants/hd_refiner.txt [new file with mode: 0644]
npc/re/merchants/inn.txt [new file with mode: 0644]
npc/re/merchants/quivers.txt [new file with mode: 0644]
npc/re/merchants/refine.txt [new file with mode: 0644]
npc/re/merchants/renters.txt [new file with mode: 0644]
npc/re/merchants/shadow_refiner.txt [new file with mode: 0644]
npc/re/merchants/shops.txt [new file with mode: 0644]
npc/re/merchants/te_merchant.txt [new file with mode: 0644]
npc/re/merchants/ticket_refiner.txt [new file with mode: 0644]
npc/re/mobs/academy.txt [new file with mode: 0644]
npc/re/mobs/championmobs.txt [new file with mode: 0644]
npc/re/mobs/citycleaners.txt [new file with mode: 0644]
npc/re/mobs/dungeons/abbey.txt [new file with mode: 0644]
npc/re/mobs/dungeons/abyss.txt [new file with mode: 0644]
npc/re/mobs/dungeons/alde_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ama_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/anthell.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ayo_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/beach_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/bra_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/c_tower.txt [new file with mode: 0644]
npc/re/mobs/dungeons/dew_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/dic_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ecl_tdun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ein_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/gef_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/gefenia.txt [new file with mode: 0644]
npc/re/mobs/dungeons/glastheim.txt [new file with mode: 0644]
npc/re/mobs/dungeons/gld_dunSE.txt [new file with mode: 0644]
npc/re/mobs/dungeons/gld_re.txt [new file with mode: 0644]
npc/re/mobs/dungeons/gon_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ice_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/in_sphinx.txt [new file with mode: 0644]
npc/re/mobs/dungeons/iz_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/juperos.txt [new file with mode: 0644]
npc/re/mobs/dungeons/kh_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/lhz_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/lou_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ma_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/mag_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/mal_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/mjo_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/moc_pryd.txt [new file with mode: 0644]
npc/re/mobs/dungeons/mosk_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/nyd_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/odin.txt [new file with mode: 0644]
npc/re/mobs/dungeons/orcsdun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/pay_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/prt_maze.txt [new file with mode: 0644]
npc/re/mobs/dungeons/prt_sew.txt [new file with mode: 0644]
npc/re/mobs/dungeons/ra_san.txt [new file with mode: 0644]
npc/re/mobs/dungeons/teg_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/tha_t.txt [new file with mode: 0644]
npc/re/mobs/dungeons/thor_v.txt [new file with mode: 0644]
npc/re/mobs/dungeons/treasure.txt [new file with mode: 0644]
npc/re/mobs/dungeons/tur_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/xmas_dun.txt [new file with mode: 0644]
npc/re/mobs/dungeons/yggdrasil.txt [new file with mode: 0644]
npc/re/mobs/fields/amatsu.txt [new file with mode: 0644]
npc/re/mobs/fields/ayothaya.txt [new file with mode: 0644]
npc/re/mobs/fields/bifrost.txt [new file with mode: 0644]
npc/re/mobs/fields/brasilis.txt [new file with mode: 0644]
npc/re/mobs/fields/comodo.txt [new file with mode: 0644]
npc/re/mobs/fields/dewata.txt [new file with mode: 0644]
npc/re/mobs/fields/dicastes.txt [new file with mode: 0644]
npc/re/mobs/fields/eclage.txt [new file with mode: 0644]
npc/re/mobs/fields/einbroch.txt [new file with mode: 0644]
npc/re/mobs/fields/geffen.txt [new file with mode: 0644]
npc/re/mobs/fields/gonryun.txt [new file with mode: 0644]
npc/re/mobs/fields/hugel.txt [new file with mode: 0644]
npc/re/mobs/fields/lighthalzen.txt [new file with mode: 0644]
npc/re/mobs/fields/louyang.txt [new file with mode: 0644]
npc/re/mobs/fields/lutie.txt [new file with mode: 0644]
npc/re/mobs/fields/malaya.txt [new file with mode: 0644]
npc/re/mobs/fields/manuk.txt [new file with mode: 0644]
npc/re/mobs/fields/mjolnir.txt [new file with mode: 0644]
npc/re/mobs/fields/morocc.txt [new file with mode: 0644]
npc/re/mobs/fields/moscovia.txt [new file with mode: 0644]
npc/re/mobs/fields/niflheim.txt [new file with mode: 0644]
npc/re/mobs/fields/payon.txt [new file with mode: 0644]
npc/re/mobs/fields/prontera.txt [new file with mode: 0644]
npc/re/mobs/fields/rachel.txt [new file with mode: 0644]
npc/re/mobs/fields/splendide.txt [new file with mode: 0644]
npc/re/mobs/fields/umbala.txt [new file with mode: 0644]
npc/re/mobs/fields/veins.txt [new file with mode: 0644]
npc/re/mobs/fields/yuno.txt [new file with mode: 0644]
npc/re/mobs/towns.txt [new file with mode: 0644]
npc/re/other/CashShop_Functions.txt [new file with mode: 0644]
npc/re/other/Global_Functions.txt [new file with mode: 0644]
npc/re/other/achievements.txt [new file with mode: 0644]
npc/re/other/adven_boards.txt [new file with mode: 0644]
npc/re/other/bulletin_boards.txt [new file with mode: 0644]
npc/re/other/clans.txt [new file with mode: 0644]
npc/re/other/dimensional_gap.txt [new file with mode: 0644]
npc/re/other/item_merge.txt [new file with mode: 0644]
npc/re/other/mail.txt [new file with mode: 0644]
npc/re/other/mercenary_rent.txt [new file with mode: 0644]
npc/re/other/pvp.txt [new file with mode: 0644]
npc/re/other/resetskill.txt [new file with mode: 0644]
npc/re/other/stone_change.txt [new file with mode: 0644]
npc/re/other/turbo_track.txt [new file with mode: 0644]
npc/re/quests/cupet.txt [new file with mode: 0644]
npc/re/quests/eden/11-25.txt [new file with mode: 0644]
npc/re/quests/eden/26-40.txt [new file with mode: 0644]
npc/re/quests/eden/41-55.txt [new file with mode: 0644]
npc/re/quests/eden/56-70.txt [new file with mode: 0644]
npc/re/quests/eden/71-85.txt [new file with mode: 0644]
npc/re/quests/eden/86-90.txt [new file with mode: 0644]
npc/re/quests/eden/91-99.txt [new file with mode: 0644]
npc/re/quests/eden/eden_100_111.txt [new file with mode: 0644]
npc/re/quests/eden/eden_111_120.txt [new file with mode: 0644]
npc/re/quests/eden/eden_121_130.txt [new file with mode: 0644]
npc/re/quests/eden/eden_131_140.txt [new file with mode: 0644]
npc/re/quests/eden/eden_common.txt [new file with mode: 0644]
npc/re/quests/eden/eden_iro.txt [new file with mode: 0644]
npc/re/quests/eden/eden_quests.txt [new file with mode: 0644]
npc/re/quests/eden/eden_service.txt [new file with mode: 0644]
npc/re/quests/eden/eden_tutorial.txt [new file with mode: 0644]
npc/re/quests/first_class/tu_archer.txt [new file with mode: 0644]
npc/re/quests/homun_s.txt [new file with mode: 0644]
npc/re/quests/magic_books.txt [new file with mode: 0644]
npc/re/quests/monstertamers.txt [new file with mode: 0644]
npc/re/quests/mrsmile.txt [new file with mode: 0644]
npc/re/quests/newgears/2010_headgears.txt [new file with mode: 0644]
npc/re/quests/newgears/2012_headgears.txt [new file with mode: 0644]
npc/re/quests/ninja_quests.txt [new file with mode: 0644]
npc/re/quests/pile_bunker.txt [new file with mode: 0644]
npc/re/quests/quests_13_1.txt [new file with mode: 0644]
npc/re/quests/quests_aldebaran.txt [new file with mode: 0644]
npc/re/quests/quests_brasilis.txt [new file with mode: 0644]
npc/re/quests/quests_dewata.txt [new file with mode: 0644]
npc/re/quests/quests_dicastes.txt [new file with mode: 0644]
npc/re/quests/quests_eclage.txt [new file with mode: 0644]
npc/re/quests/quests_glastheim.txt [new file with mode: 0644]
npc/re/quests/quests_izlude.txt [new file with mode: 0644]
npc/re/quests/quests_lighthalzen.txt [new file with mode: 0644]
npc/re/quests/quests_malangdo.txt [new file with mode: 0644]
npc/re/quests/quests_malaya.txt [new file with mode: 0644]
npc/re/quests/quests_mora.txt [new file with mode: 0644]
npc/re/quests/quests_morocc.txt [new file with mode: 0644]
npc/re/quests/quests_nameless.txt [new file with mode: 0644]
npc/re/quests/quests_veins.txt [new file with mode: 0644]
npc/re/quests/skills/swordman_skills.txt [new file with mode: 0644]
npc/re/quests/woe_te/te_goditem_alde1.txt [new file with mode: 0644]
npc/re/quests/woe_te/te_goditem_prt01.txt [new file with mode: 0644]
npc/re/quests/woe_te/te_mission_alde.txt [new file with mode: 0644]
npc/re/quests/woe_te/te_mission_main.txt [new file with mode: 0644]
npc/re/quests/woe_te/te_mission_prt.txt [new file with mode: 0644]
npc/re/scripts_athena.conf [new file with mode: 0644]
npc/re/scripts_guild.conf [new file with mode: 0644]
npc/re/scripts_jobs.conf [new file with mode: 0644]
npc/re/scripts_main.conf [new file with mode: 0644]
npc/re/scripts_mapflags.conf [new file with mode: 0644]
npc/re/scripts_monsters.conf [new file with mode: 0644]
npc/re/scripts_warps.conf [new file with mode: 0644]
npc/re/warps/cities/brasilis.txt [new file with mode: 0644]
npc/re/warps/cities/dewata.txt [new file with mode: 0644]
npc/re/warps/cities/dicastes.txt [new file with mode: 0644]
npc/re/warps/cities/eclage.txt [new file with mode: 0644]
npc/re/warps/cities/izlude.txt [new file with mode: 0644]
npc/re/warps/cities/malangdo.txt [new file with mode: 0644]
npc/re/warps/cities/malaya.txt [new file with mode: 0644]
npc/re/warps/cities/rachel.txt [new file with mode: 0644]
npc/re/warps/cities/yggdrasil.txt [new file with mode: 0644]
npc/re/warps/dungeons/bra_dun.txt [new file with mode: 0644]
npc/re/warps/dungeons/dic_dun.txt [new file with mode: 0644]
npc/re/warps/dungeons/ecl_dun.txt [new file with mode: 0644]
npc/re/warps/dungeons/ecl_tdun.txt [new file with mode: 0644]
npc/re/warps/dungeons/iz_dun.txt [new file with mode: 0644]
npc/re/warps/dungeons/moc_pryd.txt [new file with mode: 0644]
npc/re/warps/fields/bif_fild.txt [new file with mode: 0644]
npc/re/warps/fields/bra_fild.txt [new file with mode: 0644]
npc/re/warps/fields/com_fild.txt [new file with mode: 0644]
npc/re/warps/fields/dic_fild.txt [new file with mode: 0644]
npc/re/warps/fields/geffen_fild.txt [new file with mode: 0644]
npc/re/warps/fields/hugel_fild.txt [new file with mode: 0644]
npc/re/warps/fields/morroc_fild.txt [new file with mode: 0644]
npc/re/warps/fields/payon_fild.txt [new file with mode: 0644]
npc/re/warps/fields/prontera_fild.txt [new file with mode: 0644]
npc/re/warps/fields/rachel_fild.txt [new file with mode: 0644]
npc/re/warps/fields/veins_fild.txt [new file with mode: 0644]
npc/re/warps/fields/yuno_fild.txt [new file with mode: 0644]
npc/re/warps/guildcastles.txt [new file with mode: 0644]
npc/re/warps/other/arena.txt [new file with mode: 0644]
npc/re/warps/other/dimensional_gap.txt [new file with mode: 0644]
npc/re/warps/other/jobquests.txt [new file with mode: 0644]
npc/re/warps/other/paradise.txt [new file with mode: 0644]
npc/re/warps/other/s_workshop.txt [new file with mode: 0644]
npc/re/warps/other/sign.txt [new file with mode: 0644]
npc/scripts_athena.conf [new file with mode: 0644]
npc/scripts_custom.conf [new file with mode: 0644]
npc/scripts_guild.conf [new file with mode: 0644]
npc/scripts_jobs.conf [new file with mode: 0644]
npc/scripts_mapflags.conf [new file with mode: 0644]
npc/scripts_monsters.conf [new file with mode: 0644]
npc/scripts_test.conf [new file with mode: 0644]
npc/scripts_warps.conf [new file with mode: 0644]
npc/test/OnInterInit.txt [new file with mode: 0644]
npc/test/infinite_warp.txt [new file with mode: 0644]
npc/test/npc_test_checkweight.txt [new file with mode: 0644]
npc/warps/cities/alberta.txt [new file with mode: 0644]
npc/warps/cities/aldebaran.txt [new file with mode: 0644]
npc/warps/cities/amatsu.txt [new file with mode: 0644]
npc/warps/cities/ayothaya.txt [new file with mode: 0644]
npc/warps/cities/comodo.txt [new file with mode: 0644]
npc/warps/cities/einbech.txt [new file with mode: 0644]
npc/warps/cities/einbroch.txt [new file with mode: 0644]
npc/warps/cities/geffen.txt [new file with mode: 0644]
npc/warps/cities/gonryun.txt [new file with mode: 0644]
npc/warps/cities/hugel.txt [new file with mode: 0644]
npc/warps/cities/lighthalzen.txt [new file with mode: 0644]
npc/warps/cities/louyang.txt [new file with mode: 0644]
npc/warps/cities/lutie.txt [new file with mode: 0644]
npc/warps/cities/manuk.txt [new file with mode: 0644]
npc/warps/cities/mid_camp.txt [new file with mode: 0644]
npc/warps/cities/morroc.txt [new file with mode: 0644]
npc/warps/cities/moscovia.txt [new file with mode: 0644]
npc/warps/cities/nameless.txt [new file with mode: 0644]
npc/warps/cities/niflheim.txt [new file with mode: 0644]
npc/warps/cities/payon.txt [new file with mode: 0644]
npc/warps/cities/prontera.txt [new file with mode: 0644]
npc/warps/cities/splendide.txt [new file with mode: 0644]
npc/warps/cities/umbala.txt [new file with mode: 0644]
npc/warps/cities/veins.txt [new file with mode: 0644]
npc/warps/cities/yuno.txt [new file with mode: 0644]
npc/warps/dungeons/abbey.txt [new file with mode: 0644]
npc/warps/dungeons/abyss.txt [new file with mode: 0644]
npc/warps/dungeons/alde_dun.txt [new file with mode: 0644]
npc/warps/dungeons/ama_dun.txt [new file with mode: 0644]
npc/warps/dungeons/anthell.txt [new file with mode: 0644]
npc/warps/dungeons/ayo_dun.txt [new file with mode: 0644]
npc/warps/dungeons/beach_dun.txt [new file with mode: 0644]
npc/warps/dungeons/c_tower.txt [new file with mode: 0644]
npc/warps/dungeons/ein_dun.txt [new file with mode: 0644]
npc/warps/dungeons/gef_dun.txt [new file with mode: 0644]
npc/warps/dungeons/gon_dun.txt [new file with mode: 0644]
npc/warps/dungeons/ice_dun.txt [new file with mode: 0644]
npc/warps/dungeons/in_sphinx.txt [new file with mode: 0644]
npc/warps/dungeons/iz_dun.txt [new file with mode: 0644]
npc/warps/dungeons/juperos.txt [new file with mode: 0644]
npc/warps/dungeons/kh_dun.txt [new file with mode: 0644]
npc/warps/dungeons/lhz_dun.txt [new file with mode: 0644]
npc/warps/dungeons/lou_dun.txt [new file with mode: 0644]
npc/warps/dungeons/mag_dun.txt [new file with mode: 0644]
npc/warps/dungeons/mjo_dun.txt [new file with mode: 0644]
npc/warps/dungeons/moc_pryd.txt [new file with mode: 0644]
npc/warps/dungeons/mosk_dun.txt [new file with mode: 0644]
npc/warps/dungeons/odin.txt [new file with mode: 0644]
npc/warps/dungeons/orcsdun.txt [new file with mode: 0644]
npc/warps/dungeons/pay_dun.txt [new file with mode: 0644]
npc/warps/dungeons/prt_maze.txt [new file with mode: 0644]
npc/warps/dungeons/ra_san.txt [new file with mode: 0644]
npc/warps/dungeons/tha_t.txt [new file with mode: 0644]
npc/warps/dungeons/thor_v.txt [new file with mode: 0644]
npc/warps/dungeons/treasure.txt [new file with mode: 0644]
npc/warps/dungeons/tur_dun.txt [new file with mode: 0644]
npc/warps/dungeons/um_dun.txt [new file with mode: 0644]
npc/warps/dungeons/xmas_dun.txt [new file with mode: 0644]
npc/warps/fields/abyss_warper.txt [new file with mode: 0644]
npc/warps/fields/amatsu_fild.txt [new file with mode: 0644]
npc/warps/fields/ein_fild.txt [new file with mode: 0644]
npc/warps/fields/gefenia.txt [new file with mode: 0644]
npc/warps/fields/glastheim.txt [new file with mode: 0644]
npc/warps/fields/jawaii.txt [new file with mode: 0644]
npc/warps/fields/lhalzen_fild.txt [new file with mode: 0644]
npc/warps/fields/lutie_fild.txt [new file with mode: 0644]
npc/warps/fields/man_fild.txt [new file with mode: 0644]
npc/warps/fields/mtmjolnir.txt [new file with mode: 0644]
npc/warps/fields/spl_fild.txt [new file with mode: 0644]
npc/warps/fields/umbala_fild.txt [new file with mode: 0644]
npc/warps/guildcastles.txt [new file with mode: 0644]
npc/warps/other/airplane.txt [new file with mode: 0644]
npc/warps/other/arena.txt [new file with mode: 0644]
npc/warps/other/god.txt [new file with mode: 0644]
npc/warps/other/jobquests.txt [new file with mode: 0644]
npc/warps/other/kiel.txt [new file with mode: 0644]
npc/warps/other/other.txt [new file with mode: 0644]
npc/warps/pvp.txt [new file with mode: 0644]
rAthena.sln [new file with mode: 0644]
sql-files/item_cash_db.sql [new file with mode: 0644]
sql-files/item_cash_db2.sql [new file with mode: 0644]
sql-files/item_db.sql [new file with mode: 0644]
sql-files/item_db2.sql [new file with mode: 0644]
sql-files/item_db2_re.sql [new file with mode: 0644]
sql-files/item_db_re.sql [new file with mode: 0644]
sql-files/logs.sql [new file with mode: 0644]
sql-files/main.sql [new file with mode: 0644]
sql-files/mob_db.sql [new file with mode: 0644]
sql-files/mob_db2.sql [new file with mode: 0644]
sql-files/mob_db2_re.sql [new file with mode: 0644]
sql-files/mob_db_re.sql [new file with mode: 0644]
sql-files/mob_skill_db.sql [new file with mode: 0644]
sql-files/mob_skill_db2.sql [new file with mode: 0644]
sql-files/mob_skill_db2_re.sql [new file with mode: 0644]
sql-files/mob_skill_db_re.sql [new file with mode: 0644]
sql-files/roulette_default_data.sql [new file with mode: 0644]
sql-files/tools/convert_engine_innodb.sql [new file with mode: 0644]
sql-files/tools/convert_engine_myisam.sql [new file with mode: 0644]
sql-files/tools/convert_passwords.sql [new file with mode: 0644]
sql-files/upgrades/premium_storage.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20160106.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20160112.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20160614.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20160814.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20160814_log.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20161013.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20161116.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170113_log.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170215.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170218.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170218_log.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170327.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170417.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170417_logs.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170509.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170620.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170702.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170727.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170806.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20170830.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20171001.sql [new file with mode: 0644]
sql-files/upgrades/upgrade_20171001_logs.sql [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/char/CMakeLists.txt [new file with mode: 0644]
src/char/Makefile.in [new file with mode: 0644]
src/char/char-server.vcxproj [new file with mode: 0644]
src/char/char-server.vcxproj.filters [new file with mode: 0644]
src/char/char.cpp [new file with mode: 0644]
src/char/char.h [new file with mode: 0644]
src/char/char_clif.c [new file with mode: 0644]
src/char/char_clif.h [new file with mode: 0644]
src/char/char_cnslif.c [new file with mode: 0644]
src/char/char_cnslif.h [new file with mode: 0644]
src/char/char_logif.c [new file with mode: 0644]
src/char/char_logif.h [new file with mode: 0644]
src/char/char_mapif.c [new file with mode: 0644]
src/char/char_mapif.h [new file with mode: 0644]
src/char/int_achievement.c [new file with mode: 0644]
src/char/int_achievement.h [new file with mode: 0644]
src/char/int_auction.c [new file with mode: 0644]
src/char/int_auction.h [new file with mode: 0644]
src/char/int_clan.c [new file with mode: 0644]
src/char/int_clan.h [new file with mode: 0644]
src/char/int_elemental.c [new file with mode: 0644]
src/char/int_elemental.h [new file with mode: 0644]
src/char/int_guild.c [new file with mode: 0644]
src/char/int_guild.h [new file with mode: 0644]
src/char/int_homun.c [new file with mode: 0644]
src/char/int_homun.h [new file with mode: 0644]
src/char/int_mail.c [new file with mode: 0644]
src/char/int_mail.h [new file with mode: 0644]
src/char/int_mercenary.c [new file with mode: 0644]
src/char/int_mercenary.h [new file with mode: 0644]
src/char/int_party.c [new file with mode: 0644]
src/char/int_party.h [new file with mode: 0644]
src/char/int_pet.c [new file with mode: 0644]
src/char/int_pet.h [new file with mode: 0644]
src/char/int_quest.c [new file with mode: 0644]
src/char/int_quest.h [new file with mode: 0644]
src/char/int_storage.cpp [new file with mode: 0644]
src/char/int_storage.h [new file with mode: 0644]
src/char/inter.cpp [new file with mode: 0644]
src/char/inter.h [new file with mode: 0644]
src/common/CMakeLists.txt [new file with mode: 0644]
src/common/Makefile.in [new file with mode: 0644]
src/common/atomic.h [new file with mode: 0644]
src/common/cbasetypes.h [new file with mode: 0644]
src/common/cli.c [new file with mode: 0644]
src/common/cli.h [new file with mode: 0644]
src/common/common-minicore.vcxproj [new file with mode: 0644]
src/common/common-minicore.vcxproj.filters [new file with mode: 0644]
src/common/common.vcxproj [new file with mode: 0644]
src/common/common.vcxproj.filters [new file with mode: 0644]
src/common/conf.c [new file with mode: 0644]
src/common/conf.h [new file with mode: 0644]
src/common/core.cpp [new file with mode: 0644]
src/common/core.h [new file with mode: 0644]
src/common/db.c [new file with mode: 0644]
src/common/db.h [new file with mode: 0644]
src/common/des.c [new file with mode: 0644]
src/common/des.h [new file with mode: 0644]
src/common/ers.c [new file with mode: 0644]
src/common/ers.h [new file with mode: 0644]
src/common/evdp.h [new file with mode: 0644]
src/common/evdp_epoll.c [new file with mode: 0644]
src/common/grfio.c [new file with mode: 0644]
src/common/grfio.h [new file with mode: 0644]
src/common/malloc.c [new file with mode: 0644]
src/common/malloc.h [new file with mode: 0644]
src/common/mapindex.c [new file with mode: 0644]
src/common/mapindex.h [new file with mode: 0644]
src/common/md5calc.c [new file with mode: 0644]
src/common/md5calc.h [new file with mode: 0644]
src/common/mempool.c [new file with mode: 0644]
src/common/mempool.h [new file with mode: 0644]
src/common/mmo.h [new file with mode: 0644]
src/common/msg_conf.c [new file with mode: 0644]
src/common/msg_conf.h [new file with mode: 0644]
src/common/mutex.c [new file with mode: 0644]
src/common/mutex.h [new file with mode: 0644]
src/common/netbuffer.c [new file with mode: 0644]
src/common/netbuffer.h [new file with mode: 0644]
src/common/network.c [new file with mode: 0644]
src/common/network.h [new file with mode: 0644]
src/common/nullpo.c [new file with mode: 0644]
src/common/nullpo.h [new file with mode: 0644]
src/common/raconf.c [new file with mode: 0644]
src/common/raconf.h [new file with mode: 0644]
src/common/random.c [new file with mode: 0644]
src/common/random.h [new file with mode: 0644]
src/common/showmsg.c [new file with mode: 0644]
src/common/showmsg.h [new file with mode: 0644]
src/common/socket.c [new file with mode: 0644]
src/common/socket.h [new file with mode: 0644]
src/common/spinlock.h [new file with mode: 0644]
src/common/sql.c [new file with mode: 0644]
src/common/sql.h [new file with mode: 0644]
src/common/strlib.c [new file with mode: 0644]
src/common/strlib.h [new file with mode: 0644]
src/common/thread.c [new file with mode: 0644]
src/common/thread.h [new file with mode: 0644]
src/common/timer.c [new file with mode: 0644]
src/common/timer.h [new file with mode: 0644]
src/common/utils.c [new file with mode: 0644]
src/common/utils.h [new file with mode: 0644]
src/common/winapi.h [new file with mode: 0644]
src/common/yamlwrapper.cpp [new file with mode: 0644]
src/common/yamlwrapper.h [new file with mode: 0644]
src/config/classes/general.h [new file with mode: 0644]
src/config/const.h [new file with mode: 0644]
src/config/core.h [new file with mode: 0644]
src/config/packets.h [new file with mode: 0644]
src/config/renewal.h [new file with mode: 0644]
src/config/secure.h [new file with mode: 0644]
src/login/CMakeLists.txt [new file with mode: 0644]
src/login/Makefile.in [new file with mode: 0644]
src/login/account.c [new file with mode: 0644]
src/login/account.h [new file with mode: 0644]
src/login/ipban.c [new file with mode: 0644]
src/login/ipban.h [new file with mode: 0644]
src/login/login-server.vcxproj [new file with mode: 0644]
src/login/login-server.vcxproj.filters [new file with mode: 0644]
src/login/login.cpp [new file with mode: 0644]
src/login/login.h [new file with mode: 0644]
src/login/loginchrif.c [new file with mode: 0644]
src/login/loginchrif.h [new file with mode: 0644]
src/login/loginclif.c [new file with mode: 0644]
src/login/loginclif.h [new file with mode: 0644]
src/login/logincnslif.c [new file with mode: 0644]
src/login/logincnslif.h [new file with mode: 0644]
src/login/loginlog.c [new file with mode: 0644]
src/login/loginlog.h [new file with mode: 0644]
src/login/server/CMakeLists.txt [new file with mode: 0644]
src/map/CMakeLists.txt [new file with mode: 0644]
src/map/Makefile.in [new file with mode: 0644]
src/map/achievement.c [new file with mode: 0644]
src/map/achievement.h [new file with mode: 0644]
src/map/atcommand.c [new file with mode: 0644]
src/map/atcommand.h [new file with mode: 0644]
src/map/battle.c [new file with mode: 0644]
src/map/battle.h [new file with mode: 0644]
src/map/battleground.c [new file with mode: 0644]
src/map/battleground.h [new file with mode: 0644]
src/map/buyingstore.c [new file with mode: 0644]
src/map/buyingstore.h [new file with mode: 0644]
src/map/cashshop.c [new file with mode: 0644]
src/map/cashshop.h [new file with mode: 0644]
src/map/channel.c [new file with mode: 0644]
src/map/channel.h [new file with mode: 0644]
src/map/chat.c [new file with mode: 0644]
src/map/chat.h [new file with mode: 0644]
src/map/chrif.c [new file with mode: 0644]
src/map/chrif.h [new file with mode: 0644]
src/map/clan.c [new file with mode: 0644]
src/map/clan.h [new file with mode: 0644]
src/map/clif.cpp [new file with mode: 0644]
src/map/clif.h [new file with mode: 0644]
src/map/clif_obfuscation.h [new file with mode: 0644]
src/map/clif_packetdb.h [new file with mode: 0644]
src/map/clif_shuffle.h [new file with mode: 0644]
src/map/date.c [new file with mode: 0644]
src/map/date.h [new file with mode: 0644]
src/map/duel.c [new file with mode: 0644]
src/map/duel.h [new file with mode: 0644]
src/map/elemental.c [new file with mode: 0644]
src/map/elemental.h [new file with mode: 0644]
src/map/guild.c [new file with mode: 0644]
src/map/guild.h [new file with mode: 0644]
src/map/homunculus.c [new file with mode: 0644]
src/map/homunculus.h [new file with mode: 0644]
src/map/instance.c [new file with mode: 0644]
src/map/instance.h [new file with mode: 0644]
src/map/intif.c [new file with mode: 0644]
src/map/intif.h [new file with mode: 0644]
src/map/itemdb.c [new file with mode: 0644]
src/map/itemdb.h [new file with mode: 0644]
src/map/log.c [new file with mode: 0644]
src/map/log.h [new file with mode: 0644]
src/map/mail.c [new file with mode: 0644]
src/map/mail.h [new file with mode: 0644]
src/map/map-server.vcxproj [new file with mode: 0644]
src/map/map-server.vcxproj.filters [new file with mode: 0644]
src/map/map.cpp [new file with mode: 0644]
src/map/map.h [new file with mode: 0644]
src/map/mapreg.c [new file with mode: 0644]
src/map/mapreg.h [new file with mode: 0644]
src/map/mercenary.c [new file with mode: 0644]
src/map/mercenary.h [new file with mode: 0644]
src/map/mob.cpp [new file with mode: 0644]
src/map/mob.h [new file with mode: 0644]
src/map/npc.c [new file with mode: 0644]
src/map/npc.h [new file with mode: 0644]
src/map/npc_chat.c [new file with mode: 0644]
src/map/party.c [new file with mode: 0644]
src/map/party.h [new file with mode: 0644]
src/map/path.c [new file with mode: 0644]
src/map/path.h [new file with mode: 0644]
src/map/pc.c [new file with mode: 0644]
src/map/pc.h [new file with mode: 0644]
src/map/pc_groups.c [new file with mode: 0644]
src/map/pc_groups.h [new file with mode: 0644]
src/map/pet.c [new file with mode: 0644]
src/map/pet.h [new file with mode: 0644]
src/map/quest.c [new file with mode: 0644]
src/map/quest.h [new file with mode: 0644]
src/map/script.cpp [new file with mode: 0644]
src/map/script.h [new file with mode: 0644]
src/map/script_constants.h [new file with mode: 0644]
src/map/searchstore.c [new file with mode: 0644]
src/map/searchstore.h [new file with mode: 0644]
src/map/server/CMakeLists.txt [new file with mode: 0644]
src/map/skill.c [new file with mode: 0644]
src/map/skill.h [new file with mode: 0644]
src/map/status.c [new file with mode: 0644]
src/map/status.h [new file with mode: 0644]
src/map/storage.c [new file with mode: 0644]
src/map/storage.h [new file with mode: 0644]
src/map/trade.c [new file with mode: 0644]
src/map/trade.h [new file with mode: 0644]
src/map/unit.c [new file with mode: 0644]
src/map/unit.h [new file with mode: 0644]
src/map/vending.c [new file with mode: 0644]
src/map/vending.h [new file with mode: 0644]
src/tool/CMakeLists.txt [new file with mode: 0644]
src/tool/Makefile.in [new file with mode: 0644]
src/tool/map-cache.vcxproj [new file with mode: 0644]
src/tool/map-cache.vcxproj.filters [new file with mode: 0644]
src/tool/mapcache.c [new file with mode: 0644]
tools/charserv.bat [new file with mode: 0644]
tools/check-doc.pl [new file with mode: 0644]
tools/config.pl [new file with mode: 0644]
tools/convert_itemtype.pl [new file with mode: 0644]
tools/convert_monstermode.pl [new file with mode: 0644]
tools/convert_sql.pl [new file with mode: 0644]
tools/logserv.bat [new file with mode: 0644]
tools/mapcache.bat [new file with mode: 0644]
tools/mapreg-converter.php [new file with mode: 0644]
tools/mapserv.bat [new file with mode: 0644]
tools/rA_Common.pm [new file with mode: 0644]
tools/runserver.bat [new file with mode: 0644]
tools/serv.bat [new file with mode: 0644]
tools/setup_perl.sh [new file with mode: 0644]
tools/stackdump [new file with mode: 0644]
tools/update.pl [new file with mode: 0644]
uninstall.sh [new file with mode: 0644]