diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..75d19353b6 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,9 @@ +# Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files. +# https://github.com/rathena/rathena/commit/637ae9a4dcde0d5885a18841d2f3875e06893c30 +637ae9a4dcde0d5885a18841d2f3875e06893c30 +# Applied AStyle code formating as discussed on tid:74602. +# https://github.com/rathena/rathena/commit/a7c32653f70bd420bdf5a621acdf3aea5c6e6002 +a7c32653f70bd420bdf5a621acdf3aea5c6e6002 +# Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). +# https://github.com/rathena/rathena/commit/a2bdc47dafb32f6d18ed350d8bbe79b8f679a049 +a2bdc47dafb32f6d18ed350d8bbe79b8f679a049 diff --git a/.github/workflows/build_servers_gcc.yml b/.github/workflows/build_servers_gcc.yml index 91f92c0160..cc0851712d 100644 --- a/.github/workflows/build_servers_gcc.yml +++ b/.github/workflows/build_servers_gcc.yml @@ -31,7 +31,7 @@ jobs: # Available: ubuntu-22.04, ubuntu-20.04 os: [ubuntu-latest] # Older versions of GCC are not available via unaltered aptitude repo lists. - gcc: ['9', '10', '11'] + gcc: ['9', '10', '11', '12', '13'] steps: - uses: actions/checkout@v2 diff --git a/3rdparty/README.txt b/3rdparty/README.txt index 4c23fb9cf1..cbb3671592 100644 --- a/3rdparty/README.txt +++ b/3rdparty/README.txt @@ -7,3 +7,4 @@ mysql - library for MySQL Community Server (http://www.mysql.com) pcre - library for Perl Compatible Regular Expressions (http://www.pcre.org) zlib - library for DEFLATE lossless compression algorithm (http://www.zlib.net) json - library for nlohmann json (https://github.com/nlohmann/json/tree/4b2c8ce6bcfe7f39f2bb9e680c1e7a4d67c2dd48) +yaml-cpp - library for yaml (https://github.com/jbeder/yaml-cpp/tree/0e6e28d1a38224fc8172fae0109ea7f673c096db) diff --git a/3rdparty/httplib/httplib.vcxproj b/3rdparty/httplib/httplib.vcxproj index 5db9ff5de9..0c597b353b 100644 --- a/3rdparty/httplib/httplib.vcxproj +++ b/3rdparty/httplib/httplib.vcxproj @@ -98,6 +98,7 @@ Disabled _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug + true Windows @@ -112,6 +113,7 @@ Disabled _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug + true Windows @@ -128,6 +130,7 @@ true _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + true Windows @@ -146,6 +149,7 @@ true _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + true Windows diff --git a/3rdparty/libconfig/libconfig.vcxproj b/3rdparty/libconfig/libconfig.vcxproj index 1277142bb6..457f08a552 100644 --- a/3rdparty/libconfig/libconfig.vcxproj +++ b/3rdparty/libconfig/libconfig.vcxproj @@ -108,6 +108,7 @@ Disabled YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug + true Windows @@ -122,6 +123,7 @@ Disabled YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug + true Windows @@ -138,6 +140,7 @@ true YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + true Windows @@ -156,6 +159,7 @@ true YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + true Windows diff --git a/3rdparty/libconfig/scanner.c b/3rdparty/libconfig/scanner.c index a7a401af50..09b8ec2a5e 100644 --- a/3rdparty/libconfig/scanner.c +++ b/3rdparty/libconfig/scanner.c @@ -2,6 +2,11 @@ #line 4 "scanner.c" +#ifdef _MSC_VER + #pragma warning( push ) + #pragma warning( disable : 4267 ) +#endif + #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ @@ -2365,3 +2370,7 @@ void libconfig_yyfree (void * ptr , yyscan_t yyscanner) #define YYTABLES_NAME "yytables" #line 192 "scanner.l" + +#ifdef _MSC_VER + #pragma warning( pop ) +#endif diff --git a/3rdparty/rapidyaml/ryml.vcxproj b/3rdparty/rapidyaml/ryml.vcxproj index f0c0b20896..839016d6ee 100644 --- a/3rdparty/rapidyaml/ryml.vcxproj +++ b/3rdparty/rapidyaml/ryml.vcxproj @@ -103,6 +103,7 @@ WIN32;_WINDOWS;CMAKE_INTDIR="Debug";_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) $(IntDir) stdcpp17 + true WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions) @@ -138,6 +139,7 @@ WIN32;_WINDOWS;CMAKE_INTDIR="Debug";_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) $(IntDir) stdcpp17 + true WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions) @@ -173,6 +175,7 @@ stdcpp17 + true WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions) @@ -208,6 +211,7 @@ stdcpp17 + true WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions) diff --git a/3rdparty/yaml-cpp/CMakeLists.txt b/3rdparty/yaml-cpp/CMakeLists.txt index b2821b67f1..e14af4edca 100644 --- a/3rdparty/yaml-cpp/CMakeLists.txt +++ b/3rdparty/yaml-cpp/CMakeLists.txt @@ -21,6 +21,7 @@ set( YAML_HEADERS "${YAML_INCLUDE_DIRS}/yaml-cpp/ostream_wrapper.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/null.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/noncopyable.h" + "${YAML_INCLUDE_DIRS}/yaml-cpp/noexcept.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/mark.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/exceptions.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/eventhandler.h" @@ -30,6 +31,7 @@ set( YAML_HEADERS "${YAML_INCLUDE_DIRS}/yaml-cpp/emitterdef.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/emitfromevents.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/dll.h" + "${YAML_INCLUDE_DIRS}/yaml-cpp/depthguard.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/binary.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/anchor.h" "${YAML_INCLUDE_DIRS}/yaml-cpp/node/type.h" @@ -46,6 +48,7 @@ set( YAML_HEADERS set( YAML_SOURCES "${YAML_SOURCE_DIR}/binary.cpp" "${YAML_SOURCE_DIR}/convert.cpp" + "${YAML_SOURCE_DIR}/depthguard.cpp" "${YAML_SOURCE_DIR}/directives.cpp" "${YAML_SOURCE_DIR}/emit.cpp" "${YAML_SOURCE_DIR}/emitfromevents.cpp" @@ -81,3 +84,4 @@ set( YAML_DEFINITIONS include_directories(${YAML_INCLUDE_DIRS} ${YAML_SOURCE_DIR}) #message(STATUS "YAML_INCLUDE_DIRS : ${YAML_INCLUDE_DIRS}, YAML_SOURCE_DIR=${YAML_SOURCE_DIR}") ADD_LIBRARY(${this_target} STATIC ${YAML_SOURCES} ) +target_compile_definitions(${this_target} PUBLIC "-DYAML_CPP_STATIC_DEFINE") diff --git a/3rdparty/yaml-cpp/Makefile.in b/3rdparty/yaml-cpp/Makefile.in index 29ca15129b..e7fa56075d 100644 --- a/3rdparty/yaml-cpp/Makefile.in +++ b/3rdparty/yaml-cpp/Makefile.in @@ -4,7 +4,7 @@ YAML_CPP_DIR_OBJ = $(YAML_CPP_OBJ:%=obj/%) YAML_CPP_H = $(shell find * -type f -name "*.h") YAML_CPP_AR = obj/yaml-cpp.a -CXXFLAG =-std=c++11 +CXXFLAG =-std=c++17 -DYAML_CPP_STATIC_DEFINE INC=-Iinclude @SET_MAKE@ diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/anchor.h b/3rdparty/yaml-cpp/include/yaml-cpp/anchor.h index 06759c724d..f46d1d79dd 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/anchor.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/anchor.h @@ -10,7 +10,7 @@ #include namespace YAML { -typedef std::size_t anchor_t; +using anchor_t = std::size_t; const anchor_t NullAnchor = 0; } diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/binary.h b/3rdparty/yaml-cpp/include/yaml-cpp/binary.h index 29d5dbd027..1050dae98c 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/binary.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/binary.h @@ -19,9 +19,13 @@ YAML_CPP_API std::vector DecodeBase64(const std::string &input); class YAML_CPP_API Binary { public: - Binary() : m_unownedData(0), m_unownedSize(0) {} Binary(const unsigned char *data_, std::size_t size_) - : m_unownedData(data_), m_unownedSize(size_) {} + : m_data{}, m_unownedData(data_), m_unownedSize(size_) {} + Binary() : Binary(nullptr, 0) {} + Binary(const Binary &) = default; + Binary(Binary &&) = default; + Binary &operator=(const Binary &) = default; + Binary &operator=(Binary &&) = default; bool owned() const { return !m_unownedData; } std::size_t size() const { return owned() ? m_data.size() : m_unownedSize; } @@ -35,7 +39,7 @@ class YAML_CPP_API Binary { rhs.clear(); rhs.resize(m_unownedSize); std::copy(m_unownedData, m_unownedData + m_unownedSize, rhs.begin()); - m_unownedData = 0; + m_unownedData = nullptr; m_unownedSize = 0; } else { m_data.swap(rhs); @@ -62,6 +66,6 @@ class YAML_CPP_API Binary { const unsigned char *m_unownedData; std::size_t m_unownedSize; }; -} +} // namespace YAML #endif // BASE64_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/contrib/anchordict.h b/3rdparty/yaml-cpp/include/yaml-cpp/contrib/anchordict.h index 78db9ec928..1b7809b875 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/contrib/anchordict.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/contrib/anchordict.h @@ -22,6 +22,7 @@ namespace YAML { template class AnchorDict { public: + AnchorDict() : m_data{} {} void Register(anchor_t anchor, T value) { if (anchor > m_data.size()) { m_data.resize(anchor); @@ -34,6 +35,6 @@ class AnchorDict { private: std::vector m_data; }; -} +} // namespace YAML #endif // ANCHORDICT_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/contrib/graphbuilder.h b/3rdparty/yaml-cpp/include/yaml-cpp/contrib/graphbuilder.h index 7c2159b465..dbffd921e6 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/contrib/graphbuilder.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/contrib/graphbuilder.h @@ -15,10 +15,12 @@ class Parser; // GraphBuilderInterface // . Abstraction of node creation -// . pParentNode is always NULL or the return value of one of the NewXXX() +// . pParentNode is always nullptr or the return value of one of the NewXXX() // functions. class GraphBuilderInterface { public: + virtual ~GraphBuilderInterface() = 0; + // Create and return a new node with a null value. virtual void *NewNull(const Mark &mark, void *pParentNode) = 0; @@ -71,9 +73,9 @@ class GraphBuilder : public GraphBuilderInterface { typedef typename Impl::Map Map; GraphBuilder(Impl &impl) : m_impl(impl) { - Map *pMap = NULL; - Sequence *pSeq = NULL; - Node *pNode = NULL; + Map *pMap = nullptr; + Sequence *pSeq = nullptr; + Node *pNode = nullptr; // Type consistency checks pNode = pMap; diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/depthguard.h b/3rdparty/yaml-cpp/include/yaml-cpp/depthguard.h new file mode 100644 index 0000000000..8ca61ac6cc --- /dev/null +++ b/3rdparty/yaml-cpp/include/yaml-cpp/depthguard.h @@ -0,0 +1,77 @@ +#ifndef DEPTH_GUARD_H_00000000000000000000000000000000000000000000000000000000 +#define DEPTH_GUARD_H_00000000000000000000000000000000000000000000000000000000 + +#if defined(_MSC_VER) || \ + (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ + (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 +#pragma once +#endif + +#include "exceptions.h" + +namespace YAML { + +/** + * @brief The DeepRecursion class + * An exception class which is thrown by DepthGuard. Ideally it should be + * a member of DepthGuard. However, DepthGuard is a templated class which means + * that any catch points would then need to know the template parameters. It is + * simpler for clients to not have to know at the catch point what was the + * maximum depth. + */ +class DeepRecursion : public ParserException { +public: + virtual ~DeepRecursion() = default; + + DeepRecursion(int depth, const Mark& mark_, const std::string& msg_); + + // Returns the recursion depth when the exception was thrown + int depth() const { + return m_depth; + } + +private: + int m_depth = 0; +}; + +/** + * @brief The DepthGuard class + * DepthGuard takes a reference to an integer. It increments the integer upon + * construction of DepthGuard and decrements the integer upon destruction. + * + * If the integer would be incremented past max_depth, then an exception is + * thrown. This is ideally geared toward guarding against deep recursion. + * + * @param max_depth + * compile-time configurable maximum depth. + */ +template +class DepthGuard final { +public: + DepthGuard(int & depth_, const Mark& mark_, const std::string& msg_) : m_depth(depth_) { + ++m_depth; + if ( max_depth <= m_depth ) { + throw DeepRecursion{m_depth, mark_, msg_}; + } + } + + DepthGuard(const DepthGuard & copy_ctor) = delete; + DepthGuard(DepthGuard && move_ctor) = delete; + DepthGuard & operator=(const DepthGuard & copy_assign) = delete; + DepthGuard & operator=(DepthGuard && move_assign) = delete; + + ~DepthGuard() { + --m_depth; + } + + int current_depth() const { + return m_depth; + } + +private: + int & m_depth; +}; + +} // namespace YAML + +#endif // DEPTH_GUARD_H_00000000000000000000000000000000000000000000000000000000 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/dll.h b/3rdparty/yaml-cpp/include/yaml-cpp/dll.h index a32c06b2e3..eabdda1d95 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/dll.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/dll.h @@ -1,33 +1,61 @@ #ifndef DLL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #define DLL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 -#if defined(_MSC_VER) || \ - (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ - (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 -#pragma once +// Definition YAML_CPP_STATIC_DEFINE using to building YAML-CPP as static +// library (definition created by CMake or defined manually) + +// Definition yaml_cpp_EXPORTS using to building YAML-CPP as dll/so library +// (definition created by CMake or defined manually) + +#ifdef YAML_CPP_STATIC_DEFINE +# define YAML_CPP_API +# define YAML_CPP_NO_EXPORT +#else +# if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__) +# ifndef YAML_CPP_API +# ifdef yaml_cpp_EXPORTS + /* We are building this library */ +# pragma message( "Defining YAML_CPP_API for DLL export" ) +# define YAML_CPP_API __declspec(dllexport) +# else + /* We are using this library */ +# pragma message( "Defining YAML_CPP_API for DLL import" ) +# define YAML_CPP_API __declspec(dllimport) +# endif +# endif +# ifndef YAML_CPP_NO_EXPORT +# define YAML_CPP_NO_EXPORT +# endif +# else /* No _MSC_VER */ +# ifndef YAML_CPP_API +# ifdef yaml_cpp_EXPORTS + /* We are building this library */ +# define YAML_CPP_API __attribute__((visibility("default"))) +# else + /* We are using this library */ +# define YAML_CPP_API __attribute__((visibility("default"))) +# endif +# endif +# ifndef YAML_CPP_NO_EXPORT +# define YAML_CPP_NO_EXPORT __attribute__((visibility("hidden"))) +# endif +# endif /* _MSC_VER */ +#endif /* YAML_CPP_STATIC_DEFINE */ + +#ifndef YAML_CPP_DEPRECATED +# ifdef _MSC_VER +# define YAML_CPP_DEPRECATED __declspec(deprecated) +# else +# define YAML_CPP_DEPRECATED __attribute__ ((__deprecated__)) +# endif #endif -// The following ifdef block is the standard way of creating macros which make -// exporting from a DLL simpler. All files within this DLL are compiled with the -// yaml_cpp_EXPORTS symbol defined on the command line. This symbol should not -// be defined on any project that uses this DLL. This way any other project -// whose source files include this file see YAML_CPP_API functions as being -// imported from a DLL, whereas this DLL sees symbols defined with this macro as -// being exported. -#undef YAML_CPP_API +#ifndef YAML_CPP_DEPRECATED_EXPORT +# define YAML_CPP_DEPRECATED_EXPORT YAML_CPP_API YAML_CPP_DEPRECATED +#endif -#ifdef YAML_CPP_DLL // Using or Building YAML-CPP DLL (definition defined - // manually) -#ifdef yaml_cpp_EXPORTS // Building YAML-CPP DLL (definition created by CMake - // or defined manually) -// #pragma message( "Defining YAML_CPP_API for DLL export" ) -#define YAML_CPP_API __declspec(dllexport) -#else // yaml_cpp_EXPORTS -// #pragma message( "Defining YAML_CPP_API for DLL import" ) -#define YAML_CPP_API __declspec(dllimport) -#endif // yaml_cpp_EXPORTS -#else // YAML_CPP_DLL -#define YAML_CPP_API -#endif // YAML_CPP_DLL +#ifndef YAML_CPP_DEPRECATED_NO_EXPORT +# define YAML_CPP_DEPRECATED_NO_EXPORT YAML_CPP_NO_EXPORT YAML_CPP_DEPRECATED +#endif -#endif // DLL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 +#endif /* DLL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 */ diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/emitfromevents.h b/3rdparty/yaml-cpp/include/yaml-cpp/emitfromevents.h index f14b051ab0..1f389c5a13 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/emitfromevents.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/emitfromevents.h @@ -24,21 +24,21 @@ class EmitFromEvents : public EventHandler { public: EmitFromEvents(Emitter& emitter); - virtual void OnDocumentStart(const Mark& mark); - virtual void OnDocumentEnd(); + void OnDocumentStart(const Mark& mark) override; + void OnDocumentEnd() override; - virtual void OnNull(const Mark& mark, anchor_t anchor); - virtual void OnAlias(const Mark& mark, anchor_t anchor); - virtual void OnScalar(const Mark& mark, const std::string& tag, - anchor_t anchor, const std::string& value); + void OnNull(const Mark& mark, anchor_t anchor) override; + void OnAlias(const Mark& mark, anchor_t anchor) override; + void OnScalar(const Mark& mark, const std::string& tag, + anchor_t anchor, const std::string& value) override; - virtual void OnSequenceStart(const Mark& mark, const std::string& tag, - anchor_t anchor, EmitterStyle::value style); - virtual void OnSequenceEnd(); + void OnSequenceStart(const Mark& mark, const std::string& tag, + anchor_t anchor, EmitterStyle::value style) override; + void OnSequenceEnd() override; - virtual void OnMapStart(const Mark& mark, const std::string& tag, - anchor_t anchor, EmitterStyle::value style); - virtual void OnMapEnd(); + void OnMapStart(const Mark& mark, const std::string& tag, + anchor_t anchor, EmitterStyle::value style) override; + void OnMapEnd() override; private: void BeginNode(); diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/emitter.h b/3rdparty/yaml-cpp/include/yaml-cpp/emitter.h index 0c6958d5fa..210b1ec974 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/emitter.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/emitter.h @@ -7,16 +7,18 @@ #pragma once #endif +#include #include +#include #include #include #include +#include #include "yaml-cpp/binary.h" #include "yaml-cpp/dll.h" #include "yaml-cpp/emitterdef.h" #include "yaml-cpp/emittermanip.h" -#include "yaml-cpp/noncopyable.h" #include "yaml-cpp/null.h" #include "yaml-cpp/ostream_wrapper.h" @@ -28,10 +30,12 @@ struct _Null; namespace YAML { class EmitterState; -class YAML_CPP_API Emitter : private noncopyable { +class YAML_CPP_API Emitter { public: Emitter(); explicit Emitter(std::ostream& stream); + Emitter(const Emitter&) = delete; + Emitter& operator=(const Emitter&) = delete; ~Emitter(); // output @@ -55,6 +59,7 @@ class YAML_CPP_API Emitter : private noncopyable { bool SetPostCommentIndent(std::size_t n); bool SetFloatPrecision(std::size_t n); bool SetDoublePrecision(std::size_t n); + void RestoreGlobalModifiedSettings(); // local setters Emitter& SetLocalValue(EMITTER_MANIP value); @@ -120,6 +125,7 @@ class YAML_CPP_API Emitter : private noncopyable { void SpaceOrIndentTo(bool requireSpace, std::size_t indent); const char* ComputeFullBoolName(bool b) const; + const char* ComputeNullName() const; bool CanEmitNewline() const; private: @@ -153,7 +159,27 @@ inline Emitter& Emitter::WriteStreamable(T value) { std::stringstream stream; SetStreamablePrecision(stream); - stream << value; + + bool special = false; + if (std::is_floating_point::value) { + if ((std::numeric_limits::has_quiet_NaN || + std::numeric_limits::has_signaling_NaN) && + std::isnan(value)) { + special = true; + stream << ".nan"; + } else if (std::numeric_limits::has_infinity && std::isinf(value)) { + special = true; + if (std::signbit(value)) { + stream << "-.inf"; + } else { + stream << ".inf"; + } + } + } + + if (!special) { + stream << value; + } m_stream << stream.str(); StartedScalar(); @@ -250,6 +276,6 @@ inline Emitter& operator<<(Emitter& emitter, _Indent indent) { inline Emitter& operator<<(Emitter& emitter, _Precision precision) { return emitter.SetLocalPrecision(precision); } -} +} // namespace YAML #endif // EMITTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/emittermanip.h b/3rdparty/yaml-cpp/include/yaml-cpp/emittermanip.h index 7f56d684c2..976d14950f 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/emittermanip.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/emittermanip.h @@ -27,6 +27,12 @@ enum EMITTER_MANIP { DoubleQuoted, Literal, + // null manipulators + LowerNull, + UpperNull, + CamelNull, + TildeNull, + // bool manipulators YesNoBool, // yes, no TrueFalseBool, // true, false @@ -37,10 +43,6 @@ enum EMITTER_MANIP { LongBool, // yes, On ShortBool, // y, t - // null manipulators - NullAsTilde, // ~ - NullAsNull, // null - // int manipulators Dec, Hex, @@ -79,14 +81,14 @@ struct _Alias { std::string content; }; -inline _Alias Alias(const std::string content) { return _Alias(content); } +inline _Alias Alias(const std::string& content) { return _Alias(content); } struct _Anchor { _Anchor(const std::string& content_) : content(content_) {} std::string content; }; -inline _Anchor Anchor(const std::string content) { return _Anchor(content); } +inline _Anchor Anchor(const std::string& content) { return _Anchor(content); } struct _Tag { struct Type { @@ -101,11 +103,11 @@ struct _Tag { Type::value type; }; -inline _Tag VerbatimTag(const std::string content) { +inline _Tag VerbatimTag(const std::string& content) { return _Tag("", content, _Tag::Type::Verbatim); } -inline _Tag LocalTag(const std::string content) { +inline _Tag LocalTag(const std::string& content) { return _Tag("", content, _Tag::Type::PrimaryHandle); } @@ -113,7 +115,7 @@ inline _Tag LocalTag(const std::string& prefix, const std::string content) { return _Tag(prefix, content, _Tag::Type::NamedHandle); } -inline _Tag SecondaryTag(const std::string content) { +inline _Tag SecondaryTag(const std::string& content) { return _Tag("", content, _Tag::Type::NamedHandle); } @@ -122,7 +124,7 @@ struct _Comment { std::string content; }; -inline _Comment Comment(const std::string content) { return _Comment(content); } +inline _Comment Comment(const std::string& content) { return _Comment(content); } struct _Precision { _Precision(int floatPrecision_, int doublePrecision_) diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/eventhandler.h b/3rdparty/yaml-cpp/include/yaml-cpp/eventhandler.h index efe381c621..7242fe1f5b 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/eventhandler.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/eventhandler.h @@ -17,7 +17,7 @@ struct Mark; class EventHandler { public: - virtual ~EventHandler() {} + virtual ~EventHandler() = default; virtual void OnDocumentStart(const Mark& mark) = 0; virtual void OnDocumentEnd() = 0; @@ -34,7 +34,12 @@ class EventHandler { virtual void OnMapStart(const Mark& mark, const std::string& tag, anchor_t anchor, EmitterStyle::value style) = 0; virtual void OnMapEnd() = 0; + + virtual void OnAnchor(const Mark& /*mark*/, + const std::string& /*anchor_name*/) { + // empty default implementation for compatibility + } }; -} +} // namespace YAML #endif // EVENTHANDLER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/exceptions.h b/3rdparty/yaml-cpp/include/yaml-cpp/exceptions.h index 7bfd0a135e..f6b2602ae1 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/exceptions.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/exceptions.h @@ -7,19 +7,8 @@ #pragma once #endif -#ifndef NOEXCEPT -#ifdef _MSC_VER -#ifdef _NOEXCEPT -#define NOEXCEPT _NOEXCEPT -#else -#define NOEXCEPT -#endif // ifdef _NOEXCEPT -#else -#define NOEXCEPT noexcept -#endif // ifdef _MSC_VER -#endif // ifdef NOEXCEPT - #include "yaml-cpp/mark.h" +#include "yaml-cpp/noexcept.h" #include "yaml-cpp/traits.h" #include #include @@ -76,7 +65,7 @@ const char* const ZERO_INDENT_IN_BLOCK = const char* const CHAR_IN_BLOCK = "unexpected character in block scalar"; const char* const AMBIGUOUS_ANCHOR = "cannot assign the same alias to multiple nodes"; -const char* const UNKNOWN_ANCHOR = "the referenced anchor is not defined"; +const char* const UNKNOWN_ANCHOR = "the referenced anchor is not defined: "; const char* const INVALID_NODE = "invalid node; this may result from using a map iterator as a sequence " @@ -111,6 +100,12 @@ inline const std::string KEY_NOT_FOUND_WITH_KEY(const std::string& key) { return stream.str(); } +inline const std::string KEY_NOT_FOUND_WITH_KEY(const char* key) { + std::stringstream stream; + stream << KEY_NOT_FOUND << ": " << key; + return stream.str(); +} + template inline const std::string KEY_NOT_FOUND_WITH_KEY( const T& key, typename enable_if>::type* = 0) { @@ -118,13 +113,48 @@ inline const std::string KEY_NOT_FOUND_WITH_KEY( stream << KEY_NOT_FOUND << ": " << key; return stream.str(); } + +template +inline const std::string BAD_SUBSCRIPT_WITH_KEY( + const T&, typename disable_if>::type* = nullptr) { + return BAD_SUBSCRIPT; } +inline const std::string BAD_SUBSCRIPT_WITH_KEY(const std::string& key) { + std::stringstream stream; + stream << BAD_SUBSCRIPT << " (key: \"" << key << "\")"; + return stream.str(); +} + +inline const std::string BAD_SUBSCRIPT_WITH_KEY(const char* key) { + std::stringstream stream; + stream << BAD_SUBSCRIPT << " (key: \"" << key << "\")"; + return stream.str(); +} + +template +inline const std::string BAD_SUBSCRIPT_WITH_KEY( + const T& key, typename enable_if>::type* = nullptr) { + std::stringstream stream; + stream << BAD_SUBSCRIPT << " (key: \"" << key << "\")"; + return stream.str(); +} + +inline const std::string INVALID_NODE_WITH_KEY(const std::string& key) { + std::stringstream stream; + if (key.empty()) { + return INVALID_NODE; + } + stream << "invalid node; first invalid key: \"" << key << "\""; + return stream.str(); +} +} // namespace ErrorMsg + class YAML_CPP_API Exception : public std::runtime_error { public: Exception(const Mark& mark_, const std::string& msg_) : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} - virtual ~Exception() NOEXCEPT; + ~Exception() YAML_CPP_NOEXCEPT override; Exception(const Exception&) = default; @@ -135,7 +165,7 @@ class YAML_CPP_API Exception : public std::runtime_error { static const std::string build_what(const Mark& mark, const std::string& msg) { if (mark.is_null()) { - return msg.c_str(); + return msg; } std::stringstream output; @@ -150,7 +180,7 @@ class YAML_CPP_API ParserException : public Exception { ParserException(const Mark& mark_, const std::string& msg_) : Exception(mark_, msg_) {} ParserException(const ParserException&) = default; - virtual ~ParserException() NOEXCEPT; + ~ParserException() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API RepresentationException : public Exception { @@ -158,7 +188,7 @@ class YAML_CPP_API RepresentationException : public Exception { RepresentationException(const Mark& mark_, const std::string& msg_) : Exception(mark_, msg_) {} RepresentationException(const RepresentationException&) = default; - virtual ~RepresentationException() NOEXCEPT; + ~RepresentationException() YAML_CPP_NOEXCEPT override; }; // representation exceptions @@ -167,7 +197,7 @@ class YAML_CPP_API InvalidScalar : public RepresentationException { InvalidScalar(const Mark& mark_) : RepresentationException(mark_, ErrorMsg::INVALID_SCALAR) {} InvalidScalar(const InvalidScalar&) = default; - virtual ~InvalidScalar() NOEXCEPT; + ~InvalidScalar() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API KeyNotFound : public RepresentationException { @@ -177,7 +207,7 @@ class YAML_CPP_API KeyNotFound : public RepresentationException { : RepresentationException(mark_, ErrorMsg::KEY_NOT_FOUND_WITH_KEY(key_)) { } KeyNotFound(const KeyNotFound&) = default; - virtual ~KeyNotFound() NOEXCEPT; + ~KeyNotFound() YAML_CPP_NOEXCEPT override; }; template @@ -185,7 +215,7 @@ class YAML_CPP_API TypedKeyNotFound : public KeyNotFound { public: TypedKeyNotFound(const Mark& mark_, const T& key_) : KeyNotFound(mark_, key_), key(key_) {} - virtual ~TypedKeyNotFound() NOEXCEPT {} + ~TypedKeyNotFound() YAML_CPP_NOEXCEPT override = default; T key; }; @@ -198,10 +228,11 @@ inline TypedKeyNotFound MakeTypedKeyNotFound(const Mark& mark, class YAML_CPP_API InvalidNode : public RepresentationException { public: - InvalidNode() - : RepresentationException(Mark::null_mark(), ErrorMsg::INVALID_NODE) {} + InvalidNode(const std::string& key) + : RepresentationException(Mark::null_mark(), + ErrorMsg::INVALID_NODE_WITH_KEY(key)) {} InvalidNode(const InvalidNode&) = default; - virtual ~InvalidNode() NOEXCEPT; + ~InvalidNode() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API BadConversion : public RepresentationException { @@ -209,7 +240,7 @@ class YAML_CPP_API BadConversion : public RepresentationException { explicit BadConversion(const Mark& mark_) : RepresentationException(mark_, ErrorMsg::BAD_CONVERSION) {} BadConversion(const BadConversion&) = default; - virtual ~BadConversion() NOEXCEPT; + ~BadConversion() YAML_CPP_NOEXCEPT override; }; template @@ -223,15 +254,16 @@ class YAML_CPP_API BadDereference : public RepresentationException { BadDereference() : RepresentationException(Mark::null_mark(), ErrorMsg::BAD_DEREFERENCE) {} BadDereference(const BadDereference&) = default; - virtual ~BadDereference() NOEXCEPT; + ~BadDereference() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API BadSubscript : public RepresentationException { public: - BadSubscript() - : RepresentationException(Mark::null_mark(), ErrorMsg::BAD_SUBSCRIPT) {} + template + BadSubscript(const Mark& mark_, const Key& key) + : RepresentationException(mark_, ErrorMsg::BAD_SUBSCRIPT_WITH_KEY(key)) {} BadSubscript(const BadSubscript&) = default; - virtual ~BadSubscript() NOEXCEPT; + ~BadSubscript() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API BadPushback : public RepresentationException { @@ -239,7 +271,7 @@ class YAML_CPP_API BadPushback : public RepresentationException { BadPushback() : RepresentationException(Mark::null_mark(), ErrorMsg::BAD_PUSHBACK) {} BadPushback(const BadPushback&) = default; - virtual ~BadPushback() NOEXCEPT; + ~BadPushback() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API BadInsert : public RepresentationException { @@ -247,7 +279,7 @@ class YAML_CPP_API BadInsert : public RepresentationException { BadInsert() : RepresentationException(Mark::null_mark(), ErrorMsg::BAD_INSERT) {} BadInsert(const BadInsert&) = default; - virtual ~BadInsert() NOEXCEPT; + ~BadInsert() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API EmitterException : public Exception { @@ -255,15 +287,17 @@ class YAML_CPP_API EmitterException : public Exception { EmitterException(const std::string& msg_) : Exception(Mark::null_mark(), msg_) {} EmitterException(const EmitterException&) = default; - virtual ~EmitterException() NOEXCEPT; + ~EmitterException() YAML_CPP_NOEXCEPT override; }; class YAML_CPP_API BadFile : public Exception { public: - BadFile() : Exception(Mark::null_mark(), ErrorMsg::BAD_FILE) {} + explicit BadFile(const std::string& filename) + : Exception(Mark::null_mark(), + std::string(ErrorMsg::BAD_FILE) + ": " + filename) {} BadFile(const BadFile&) = default; - virtual ~BadFile() NOEXCEPT; + ~BadFile() YAML_CPP_NOEXCEPT override; }; -} +} // namespace YAML #endif // EXCEPTIONS_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/convert.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/convert.h index 45a878ab0c..292c5d3c03 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/convert.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/convert.h @@ -8,10 +8,14 @@ #endif #include +#include #include #include #include +#include #include +#include +#include #include #include "yaml-cpp/binary.h" @@ -21,6 +25,7 @@ #include "yaml-cpp/node/type.h" #include "yaml-cpp/null.h" + namespace YAML { class Binary; struct _Null; @@ -71,12 +76,17 @@ struct convert { // C-strings can only be encoded template <> struct convert { - static Node encode(const char*& rhs) { return Node(rhs); } + static Node encode(const char* rhs) { return Node(rhs); } +}; + +template <> +struct convert { + static Node encode(const char* rhs) { return Node(rhs); } }; template -struct convert { - static Node encode(const char(&rhs)[N]) { return Node(rhs); } +struct convert { + static Node encode(const char* rhs) { return Node(rhs); } }; template <> @@ -88,42 +98,98 @@ struct convert<_Null> { } }; -#define YAML_DEFINE_CONVERT_STREAMABLE(type, negative_op) \ - template <> \ - struct convert { \ - static Node encode(const type& rhs) { \ - std::stringstream stream; \ - stream.precision(std::numeric_limits::digits10 + 1); \ - stream << rhs; \ - return Node(stream.str()); \ - } \ - \ - static bool decode(const Node& node, type& rhs) { \ - if (node.Type() != NodeType::Scalar) \ - return false; \ - const std::string& input = node.Scalar(); \ - std::stringstream stream(input); \ - stream.unsetf(std::ios::dec); \ - if ((stream >> std::noskipws >> rhs) && (stream >> std::ws).eof()) \ - return true; \ - if (std::numeric_limits::has_infinity) { \ - if (conversion::IsInfinity(input)) { \ - rhs = std::numeric_limits::infinity(); \ - return true; \ - } else if (conversion::IsNegativeInfinity(input)) { \ - rhs = negative_op std::numeric_limits::infinity(); \ - return true; \ - } \ - } \ - \ - if (std::numeric_limits::has_quiet_NaN && \ - conversion::IsNaN(input)) { \ - rhs = std::numeric_limits::quiet_NaN(); \ - return true; \ - } \ - \ - return false; \ - } \ +namespace conversion { +template +typename std::enable_if< std::is_floating_point::value, void>::type +inner_encode(const T& rhs, std::stringstream& stream){ + if (std::isnan(rhs)) { + stream << ".nan"; + } else if (std::isinf(rhs)) { + if (std::signbit(rhs)) { + stream << "-.inf"; + } else { + stream << ".inf"; + } + } else { + stream << rhs; + } +} + +template +typename std::enable_if::value, void>::type +inner_encode(const T& rhs, std::stringstream& stream){ + stream << rhs; +} + +template +typename std::enable_if<(std::is_same::value || + std::is_same::value), bool>::type +ConvertStreamTo(std::stringstream& stream, T& rhs) { + int num; + if ((stream >> std::noskipws >> num) && (stream >> std::ws).eof()) { + if (num >= (std::numeric_limits::min)() && + num <= (std::numeric_limits::max)()) { + rhs = static_cast(num); + return true; + } + } + return false; +} + +template +typename std::enable_if::value || + std::is_same::value), bool>::type +ConvertStreamTo(std::stringstream& stream, T& rhs) { + if ((stream >> std::noskipws >> rhs) && (stream >> std::ws).eof()) { + return true; + } + return false; +} +} + +#define YAML_DEFINE_CONVERT_STREAMABLE(type, negative_op) \ + template <> \ + struct convert { \ + \ + static Node encode(const type& rhs) { \ + std::stringstream stream; \ + stream.precision(std::numeric_limits::max_digits10); \ + conversion::inner_encode(rhs, stream); \ + return Node(stream.str()); \ + } \ + \ + static bool decode(const Node& node, type& rhs) { \ + if (node.Type() != NodeType::Scalar) { \ + return false; \ + } \ + const std::string& input = node.Scalar(); \ + std::stringstream stream(input); \ + stream.unsetf(std::ios::dec); \ + if ((stream.peek() == '-') && std::is_unsigned::value) { \ + return false; \ + } \ + if (conversion::ConvertStreamTo(stream, rhs)) { \ + return true; \ + } \ + if (std::numeric_limits::has_infinity) { \ + if (conversion::IsInfinity(input)) { \ + rhs = std::numeric_limits::infinity(); \ + return true; \ + } else if (conversion::IsNegativeInfinity(input)) { \ + rhs = negative_op std::numeric_limits::infinity(); \ + return true; \ + } \ + } \ + \ + if (std::numeric_limits::has_quiet_NaN) { \ + if (conversion::IsNaN(input)) { \ + rhs = std::numeric_limits::quiet_NaN(); \ + return true; \ + } \ + } \ + \ + return false; \ + } \ } #define YAML_DEFINE_CONVERT_STREAMABLE_SIGNED(type) \ @@ -162,81 +228,104 @@ struct convert { }; // std::map -template -struct convert> { - static Node encode(const std::map& rhs) { +template +struct convert> { + static Node encode(const std::map& rhs) { Node node(NodeType::Map); - for (typename std::map::const_iterator it = rhs.begin(); - it != rhs.end(); ++it) - node.force_insert(it->first, it->second); + for (const auto& element : rhs) + node.force_insert(element.first, element.second); return node; } - static bool decode(const Node& node, std::map& rhs) { + static bool decode(const Node& node, std::map& rhs) { if (!node.IsMap()) return false; rhs.clear(); - for (const_iterator it = node.begin(); it != node.end(); ++it) + for (const auto& element : node) #if defined(__GNUC__) && __GNUC__ < 4 // workaround for GCC 3: - rhs[it->first.template as()] = it->second.template as(); + rhs[element.first.template as()] = element.second.template as(); #else - rhs[it->first.as()] = it->second.as(); + rhs[element.first.as()] = element.second.as(); +#endif + return true; + } +}; + +// std::unordered_map +template +struct convert> { + static Node encode(const std::unordered_map& rhs) { + Node node(NodeType::Map); + for (const auto& element : rhs) + node.force_insert(element.first, element.second); + return node; + } + + static bool decode(const Node& node, std::unordered_map& rhs) { + if (!node.IsMap()) + return false; + + rhs.clear(); + for (const auto& element : node) +#if defined(__GNUC__) && __GNUC__ < 4 + // workaround for GCC 3: + rhs[element.first.template as()] = element.second.template as(); +#else + rhs[element.first.as()] = element.second.as(); #endif return true; } }; // std::vector -template -struct convert> { - static Node encode(const std::vector& rhs) { +template +struct convert> { + static Node encode(const std::vector& rhs) { Node node(NodeType::Sequence); - for (typename std::vector::const_iterator it = rhs.begin(); - it != rhs.end(); ++it) - node.push_back(*it); + for (const auto& element : rhs) + node.push_back(element); return node; } - static bool decode(const Node& node, std::vector& rhs) { + static bool decode(const Node& node, std::vector& rhs) { if (!node.IsSequence()) return false; rhs.clear(); - for (const_iterator it = node.begin(); it != node.end(); ++it) + for (const auto& element : node) #if defined(__GNUC__) && __GNUC__ < 4 // workaround for GCC 3: - rhs.push_back(it->template as()); + rhs.push_back(element.template as()); #else - rhs.push_back(it->as()); + rhs.push_back(element.as()); #endif return true; } }; // std::list -template -struct convert> { - static Node encode(const std::list& rhs) { +template +struct convert> { + static Node encode(const std::list& rhs) { Node node(NodeType::Sequence); - for (typename std::list::const_iterator it = rhs.begin(); - it != rhs.end(); ++it) - node.push_back(*it); + for (const auto& element : rhs) + node.push_back(element); return node; } - static bool decode(const Node& node, std::list& rhs) { + static bool decode(const Node& node, std::list& rhs) { if (!node.IsSequence()) return false; rhs.clear(); - for (const_iterator it = node.begin(); it != node.end(); ++it) + for (const auto& element : node) #if defined(__GNUC__) && __GNUC__ < 4 // workaround for GCC 3: - rhs.push_back(it->template as()); + rhs.push_back(element.template as()); #else - rhs.push_back(it->as()); + rhs.push_back(element.as()); #endif return true; } @@ -275,6 +364,37 @@ struct convert> { } }; + +// std::valarray +template +struct convert> { + static Node encode(const std::valarray& rhs) { + Node node(NodeType::Sequence); + for (const auto& element : rhs) { + node.push_back(element); + } + return node; + } + + static bool decode(const Node& node, std::valarray& rhs) { + if (!node.IsSequence()) { + return false; + } + + rhs.resize(node.size()); + for (auto i = 0u; i < node.size(); ++i) { +#if defined(__GNUC__) && __GNUC__ < 4 + // workaround for GCC 3: + rhs[i] = node[i].template as(); +#else + rhs[i] = node[i].as(); +#endif + } + return true; + } +}; + + // std::pair template struct convert> { diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/impl.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/impl.h index 09e55f838c..b38038dfd2 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/impl.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/impl.h @@ -9,6 +9,8 @@ #include "yaml-cpp/node/detail/node.h" #include "yaml-cpp/node/detail/node_data.h" + +#include #include namespace YAML { @@ -17,7 +19,7 @@ template struct get_idx { static node* get(const std::vector& /* sequence */, const Key& /* key */, shared_memory_holder /* pMemory */) { - return 0; + return nullptr; } }; @@ -27,13 +29,13 @@ struct get_idx::value>::type> { static node* get(const std::vector& sequence, const Key& key, shared_memory_holder /* pMemory */) { - return key < sequence.size() ? sequence[key] : 0; + return key < sequence.size() ? sequence[key] : nullptr; } static node* get(std::vector& sequence, const Key& key, shared_memory_holder pMemory) { - if (key > sequence.size() || (key > 0 && !sequence[key-1]->is_defined())) - return 0; + if (key > sequence.size() || (key > 0 && !sequence[key - 1]->is_defined())) + return nullptr; if (key == sequence.size()) sequence.push_back(&pMemory->create_node()); return sequence[key]; @@ -46,13 +48,51 @@ struct get_idx::value>::type> { shared_memory_holder pMemory) { return key >= 0 ? get_idx::get( sequence, static_cast(key), pMemory) - : 0; + : nullptr; } static node* get(std::vector& sequence, const Key& key, shared_memory_holder pMemory) { return key >= 0 ? get_idx::get( sequence, static_cast(key), pMemory) - : 0; + : nullptr; + } +}; + +template +struct remove_idx { + static bool remove(std::vector&, const Key&, std::size_t&) { + return false; + } +}; + +template +struct remove_idx< + Key, typename std::enable_if::value && + !std::is_same::value>::type> { + + static bool remove(std::vector& sequence, const Key& key, + std::size_t& seqSize) { + if (key >= sequence.size()) { + return false; + } else { + sequence.erase(sequence.begin() + key); + if (seqSize > key) { + --seqSize; + } + return true; + } + } +}; + +template +struct remove_idx::value>::type> { + + static bool remove(std::vector& sequence, const Key& key, + std::size_t& seqSize) { + return key >= 0 ? remove_idx::remove( + sequence, static_cast(key), seqSize) + : false; } }; @@ -66,7 +106,11 @@ inline bool node::equals(const T& rhs, shared_memory_holder pMemory) { } inline bool node::equals(const char* rhs, shared_memory_holder pMemory) { - return equals(rhs, pMemory); + std::string lhs; + if (convert::decode(Node(*this, std::move(pMemory)), lhs)) { + return lhs == rhs; + } + return false; } // indexing @@ -78,22 +122,20 @@ inline node* node_data::get(const Key& key, break; case NodeType::Undefined: case NodeType::Null: - return NULL; + return nullptr; case NodeType::Sequence: if (node* pNode = get_idx::get(m_sequence, key, pMemory)) return pNode; - return NULL; + return nullptr; case NodeType::Scalar: - throw BadSubscript(); + throw BadSubscript(m_mark, key); } - for (node_map::const_iterator it = m_map.begin(); it != m_map.end(); ++it) { - if (it->first->equals(key, pMemory)) { - return it->second; - } - } + auto it = std::find_if(m_map.begin(), m_map.end(), [&](const kv_pair m) { + return m.first->equals(key, pMemory); + }); - return NULL; + return it != m_map.end() ? it->second : nullptr; } template @@ -112,13 +154,15 @@ inline node& node_data::get(const Key& key, shared_memory_holder pMemory) { convert_to_map(pMemory); break; case NodeType::Scalar: - throw BadSubscript(); + throw BadSubscript(m_mark, key); } - for (node_map::const_iterator it = m_map.begin(); it != m_map.end(); ++it) { - if (it->first->equals(key, pMemory)) { - return *it->second; - } + auto it = std::find_if(m_map.begin(), m_map.end(), [&](const kv_pair m) { + return m.first->equals(key, pMemory); + }); + + if (it != m_map.end()) { + return *it->second; } node& k = convert_to_node(key, pMemory); @@ -129,20 +173,26 @@ inline node& node_data::get(const Key& key, shared_memory_holder pMemory) { template inline bool node_data::remove(const Key& key, shared_memory_holder pMemory) { - if (m_type != NodeType::Map) - return false; - - for (kv_pairs::iterator it = m_undefinedPairs.begin(); - it != m_undefinedPairs.end();) { - kv_pairs::iterator jt = std::next(it); - if (it->first->equals(key, pMemory)) - m_undefinedPairs.erase(it); - it = jt; + if (m_type == NodeType::Sequence) { + return remove_idx::remove(m_sequence, key, m_seqSize); } - for (node_map::iterator it = m_map.begin(); it != m_map.end(); ++it) { - if (it->first->equals(key, pMemory)) { - m_map.erase(it); + if (m_type == NodeType::Map) { + kv_pairs::iterator it = m_undefinedPairs.begin(); + while (it != m_undefinedPairs.end()) { + kv_pairs::iterator jt = std::next(it); + if (it->first->equals(key, pMemory)) { + m_undefinedPairs.erase(it); + } + it = jt; + } + + auto iter = std::find_if(m_map.begin(), m_map.end(), [&](const kv_pair m) { + return m.first->equals(key, pMemory); + }); + + if (iter != m_map.end()) { + m_map.erase(iter); return true; } } diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/iterator.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/iterator.h index 65f8152498..997c69a14c 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/iterator.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/iterator.h @@ -8,24 +8,25 @@ #endif #include "yaml-cpp/dll.h" -#include "yaml-cpp/node/ptr.h" #include "yaml-cpp/node/detail/node_iterator.h" +#include "yaml-cpp/node/node.h" +#include "yaml-cpp/node/ptr.h" #include #include + namespace YAML { namespace detail { struct iterator_value; template -class iterator_base : public std::iterator { +class iterator_base { private: template friend class iterator_base; struct enabler {}; - typedef node_iterator base_type; + using base_type = node_iterator; struct proxy { explicit proxy(const V& x) : m_ref(x) {} @@ -36,7 +37,11 @@ class iterator_base : public std::iterator class iterator_base; } -typedef detail::iterator_base iterator; -typedef detail::iterator_base const_iterator; +using iterator = detail::iterator_base; +using const_iterator = detail::iterator_base; } #endif // VALUE_DETAIL_ITERATOR_FWD_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/memory.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/memory.h index 8f2bc2657a..e881545bf2 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/memory.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/memory.h @@ -22,11 +22,12 @@ namespace YAML { namespace detail { class YAML_CPP_API memory { public: + memory() : m_nodes{} {} node& create_node(); void merge(const memory& rhs); private: - typedef std::set Nodes; + using Nodes = std::set; Nodes m_nodes; }; @@ -40,7 +41,7 @@ class YAML_CPP_API memory_holder { private: shared_memory m_pMemory; }; -} -} +} // namespace detail +} // namespace YAML #endif // VALUE_DETAIL_MEMORY_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h index 8a776f62a9..acf60ffb6d 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h @@ -7,18 +7,24 @@ #pragma once #endif -#include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/dll.h" -#include "yaml-cpp/node/type.h" -#include "yaml-cpp/node/ptr.h" +#include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/node/detail/node_ref.h" +#include "yaml-cpp/node/ptr.h" +#include "yaml-cpp/node/type.h" #include +#include namespace YAML { namespace detail { class node { + private: + struct less { + bool operator ()(const node* l, const node* r) const {return l->m_index < r->m_index;} + }; + public: - node() : m_pRef(new node_ref) {} + node() : m_pRef(new node_ref), m_dependencies{}, m_index{} {} node(const node&) = delete; node& operator=(const node&) = delete; @@ -42,9 +48,8 @@ class node { return; m_pRef->mark_defined(); - for (nodes::iterator it = m_dependencies.begin(); - it != m_dependencies.end(); ++it) - (*it)->mark_defined(); + for (node* dependency : m_dependencies) + dependency->mark_defined(); m_dependencies.clear(); } @@ -109,6 +114,7 @@ class node { void push_back(node& input, shared_memory_holder pMemory) { m_pRef->push_back(input, pMemory); input.add_dependency(*this); + m_index = m_amount.fetch_add(1); } void insert(node& key, node& value, shared_memory_holder pMemory) { m_pRef->insert(key, value, pMemory); @@ -120,7 +126,7 @@ class node { template node* get(const Key& key, shared_memory_holder pMemory) const { // NOTE: this returns a non-const node so that the top-level Node can wrap - // it, and returns a pointer so that it can be NULL (if there is no such + // it, and returns a pointer so that it can be nullptr (if there is no such // key). return static_cast(*m_pRef).get(key, pMemory); } @@ -137,7 +143,7 @@ class node { node* get(node& key, shared_memory_holder pMemory) const { // NOTE: this returns a non-const node so that the top-level Node can wrap - // it, and returns a pointer so that it can be NULL (if there is no such + // it, and returns a pointer so that it can be nullptr (if there is no such // key). return static_cast(*m_pRef).get(key, pMemory); } @@ -160,10 +166,12 @@ class node { private: shared_node_ref m_pRef; - typedef std::set nodes; + using nodes = std::set; nodes m_dependencies; + size_t m_index; + static YAML_CPP_API std::atomic m_amount; }; -} -} +} // namespace detail +} // namespace YAML #endif // NODE_DETAIL_NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_data.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_data.h index 50bcd74352..07cf81aa09 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_data.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_data.h @@ -60,8 +60,8 @@ class YAML_CPP_API node_data { node_iterator end(); // sequence - void push_back(node& node, shared_memory_holder pMemory); - void insert(node& key, node& value, shared_memory_holder pMemory); + void push_back(node& node, const shared_memory_holder& pMemory); + void insert(node& key, node& value, const shared_memory_holder& pMemory); // indexing template @@ -71,9 +71,9 @@ class YAML_CPP_API node_data { template bool remove(const Key& key, shared_memory_holder pMemory); - node* get(node& key, shared_memory_holder pMemory) const; - node& get(node& key, shared_memory_holder pMemory); - bool remove(node& key, shared_memory_holder pMemory); + node* get(node& key, const shared_memory_holder& pMemory) const; + node& get(node& key, const shared_memory_holder& pMemory); + bool remove(node& key, const shared_memory_holder& pMemory); // map template @@ -81,7 +81,7 @@ class YAML_CPP_API node_data { shared_memory_holder pMemory); public: - static std::string empty_scalar; + static const std::string& empty_scalar(); private: void compute_seq_size() const; @@ -91,8 +91,8 @@ class YAML_CPP_API node_data { void reset_map(); void insert_map_pair(node& key, node& value); - void convert_to_map(shared_memory_holder pMemory); - void convert_sequence_to_map(shared_memory_holder pMemory); + void convert_to_map(const shared_memory_holder& pMemory); + void convert_sequence_to_map(const shared_memory_holder& pMemory); template static node& convert_to_node(const T& rhs, shared_memory_holder pMemory); @@ -108,17 +108,17 @@ class YAML_CPP_API node_data { std::string m_scalar; // sequence - typedef std::vector node_seq; + using node_seq = std::vector; node_seq m_sequence; mutable std::size_t m_seqSize; // map - typedef std::vector> node_map; + using node_map = std::vector>; node_map m_map; - typedef std::pair kv_pair; - typedef std::list kv_pairs; + using kv_pair = std::pair; + using kv_pairs = std::list; mutable kv_pairs m_undefinedPairs; }; } diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h index 4337df4167..49dcf958db 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h @@ -19,16 +19,16 @@ namespace YAML { namespace detail { struct iterator_type { - enum value { None, Sequence, Map }; + enum value { NoneType, Sequence, Map }; }; template struct node_iterator_value : public std::pair { - typedef std::pair kv; + using kv = std::pair; - node_iterator_value() : kv(), pNode(0) {} + node_iterator_value() : kv(), pNode(nullptr) {} explicit node_iterator_value(V& rhs) : kv(), pNode(&rhs) {} - explicit node_iterator_value(V& key, V& value) : kv(&key, &value), pNode(0) {} + explicit node_iterator_value(V& key, V& value) : kv(&key, &value), pNode(nullptr) {} V& operator*() const { return *pNode; } V& operator->() const { return *pNode; } @@ -36,26 +36,23 @@ struct node_iterator_value : public std::pair { V* pNode; }; -typedef std::vector node_seq; -typedef std::vector> node_map; +using node_seq = std::vector; +using node_map = std::vector>; template struct node_iterator_type { - typedef node_seq::iterator seq; - typedef node_map::iterator map; + using seq = node_seq::iterator; + using map = node_map::iterator; }; template struct node_iterator_type { - typedef node_seq::const_iterator seq; - typedef node_map::const_iterator map; + using seq = node_seq::const_iterator; + using map = node_map::const_iterator; }; template -class node_iterator_base - : public std::iterator, - std::ptrdiff_t, node_iterator_value*, - node_iterator_value> { +class node_iterator_base { private: struct enabler {}; @@ -68,12 +65,16 @@ class node_iterator_base }; public: - typedef typename node_iterator_type::seq SeqIter; - typedef typename node_iterator_type::map MapIter; - typedef node_iterator_value value_type; + using iterator_category = std::forward_iterator_tag; + using value_type = node_iterator_value; + using difference_type = std::ptrdiff_t; + using pointer = node_iterator_value*; + using reference = node_iterator_value; + using SeqIter = typename node_iterator_type::seq; + using MapIter = typename node_iterator_type::map; node_iterator_base() - : m_type(iterator_type::None), m_seqIt(), m_mapIt(), m_mapEnd() {} + : m_type(iterator_type::NoneType), m_seqIt(), m_mapIt(), m_mapEnd() {} explicit node_iterator_base(SeqIter seqIt) : m_type(iterator_type::Sequence), m_seqIt(seqIt), @@ -105,7 +106,7 @@ class node_iterator_base return false; switch (m_type) { - case iterator_type::None: + case iterator_type::NoneType: return true; case iterator_type::Sequence: return m_seqIt == rhs.m_seqIt; @@ -122,7 +123,7 @@ class node_iterator_base node_iterator_base& operator++() { switch (m_type) { - case iterator_type::None: + case iterator_type::NoneType: break; case iterator_type::Sequence: ++m_seqIt; @@ -143,7 +144,7 @@ class node_iterator_base value_type operator*() const { switch (m_type) { - case iterator_type::None: + case iterator_type::NoneType: return value_type(); case iterator_type::Sequence: return value_type(**m_seqIt); @@ -172,8 +173,8 @@ class node_iterator_base MapIter m_mapIt, m_mapEnd; }; -typedef node_iterator_base node_iterator; -typedef node_iterator_base const_node_iterator; +using node_iterator = node_iterator_base; +using const_node_iterator = node_iterator_base; } } diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h index 20c487a687..312281f18c 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h @@ -7,18 +7,21 @@ #pragma once #endif -#include "yaml-cpp/node/node.h" -#include "yaml-cpp/node/iterator.h" +#include "yaml-cpp/exceptions.h" #include "yaml-cpp/node/detail/memory.h" #include "yaml-cpp/node/detail/node.h" -#include "yaml-cpp/exceptions.h" +#include "yaml-cpp/node/iterator.h" +#include "yaml-cpp/node/node.h" +#include #include namespace YAML { -inline Node::Node() : m_isValid(true), m_pNode(NULL) {} +inline Node::Node() + : m_isValid(true), m_invalidKey{}, m_pMemory(nullptr), m_pNode(nullptr) {} inline Node::Node(NodeType::value type) : m_isValid(true), + m_invalidKey{}, m_pMemory(new detail::memory_holder), m_pNode(&m_pMemory->create_node()) { m_pNode->set_type(type); @@ -27,6 +30,7 @@ inline Node::Node(NodeType::value type) template inline Node::Node(const T& rhs) : m_isValid(true), + m_invalidKey{}, m_pMemory(new detail::memory_holder), m_pNode(&m_pMemory->create_node()) { Assign(rhs); @@ -34,24 +38,26 @@ inline Node::Node(const T& rhs) inline Node::Node(const detail::iterator_value& rhs) : m_isValid(rhs.m_isValid), + m_invalidKey(rhs.m_invalidKey), m_pMemory(rhs.m_pMemory), m_pNode(rhs.m_pNode) {} -inline Node::Node(const Node& rhs) - : m_isValid(rhs.m_isValid), - m_pMemory(rhs.m_pMemory), - m_pNode(rhs.m_pNode) {} +inline Node::Node(const Node&) = default; -inline Node::Node(Zombie) : m_isValid(false), m_pNode(NULL) {} +inline Node::Node(Zombie) + : m_isValid(false), m_invalidKey{}, m_pMemory{}, m_pNode(nullptr) {} + +inline Node::Node(Zombie, const std::string& key) + : m_isValid(false), m_invalidKey(key), m_pMemory{}, m_pNode(nullptr) {} inline Node::Node(detail::node& node, detail::shared_memory_holder pMemory) - : m_isValid(true), m_pMemory(pMemory), m_pNode(&node) {} + : m_isValid(true), m_invalidKey{}, m_pMemory(pMemory), m_pNode(&node) {} -inline Node::~Node() {} +inline Node::~Node() = default; inline void Node::EnsureNodeExists() const { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); if (!m_pNode) { m_pMemory.reset(new detail::memory_holder); m_pNode = &m_pMemory->create_node(); @@ -68,14 +74,14 @@ inline bool Node::IsDefined() const { inline Mark Node::Mark() const { if (!m_isValid) { - throw InvalidNode(); + throw InvalidNode(m_invalidKey); } return m_pNode ? m_pNode->mark() : Mark::null_mark(); } inline NodeType::value Node::Type() const { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); return m_pNode ? m_pNode->type() : NodeType::Null; } @@ -104,6 +110,8 @@ struct as_if { const Node& node; std::string operator()(const S& fallback) const { + if (node.Type() == NodeType::Null) + return "null"; if (node.Type() != NodeType::Scalar) return fallback; return node.Scalar(); @@ -132,6 +140,8 @@ struct as_if { const Node& node; std::string operator()() const { + if (node.Type() == NodeType::Null) + return "null"; if (node.Type() != NodeType::Scalar) throw TypedBadConversion(node.Mark()); return node.Scalar(); @@ -142,7 +152,7 @@ struct as_if { template inline T Node::as() const { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); return as_if(*this)(); } @@ -155,32 +165,28 @@ inline T Node::as(const S& fallback) const { inline const std::string& Node::Scalar() const { if (!m_isValid) - throw InvalidNode(); - return m_pNode ? m_pNode->scalar() : detail::node_data::empty_scalar; + throw InvalidNode(m_invalidKey); + return m_pNode ? m_pNode->scalar() : detail::node_data::empty_scalar(); } inline const std::string& Node::Tag() const { if (!m_isValid) - throw InvalidNode(); - return m_pNode ? m_pNode->tag() : detail::node_data::empty_scalar; + throw InvalidNode(m_invalidKey); + return m_pNode ? m_pNode->tag() : detail::node_data::empty_scalar(); } inline void Node::SetTag(const std::string& tag) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); m_pNode->set_tag(tag); } inline EmitterStyle::value Node::Style() const { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); return m_pNode ? m_pNode->style() : EmitterStyle::Default; } inline void Node::SetStyle(EmitterStyle::value style) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); m_pNode->set_style(style); } @@ -188,7 +194,7 @@ inline void Node::SetStyle(EmitterStyle::value style) { // assignment inline bool Node::is(const Node& rhs) const { if (!m_isValid || !rhs.m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); if (!m_pNode || !rhs.m_pNode) return false; return m_pNode->is(*rhs.m_pNode); @@ -196,15 +202,20 @@ inline bool Node::is(const Node& rhs) const { template inline Node& Node::operator=(const T& rhs) { - if (!m_isValid) - throw InvalidNode(); Assign(rhs); return *this; } +inline Node& Node::operator=(const Node& rhs) { + if (is(rhs)) + return *this; + AssignNode(rhs); + return *this; +} + inline void Node::reset(const YAML::Node& rhs) { if (!m_isValid || !rhs.m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); m_pMemory = rhs.m_pMemory; m_pNode = rhs.m_pNode; } @@ -212,44 +223,27 @@ inline void Node::reset(const YAML::Node& rhs) { template inline void Node::Assign(const T& rhs) { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); AssignData(convert::encode(rhs)); } template <> inline void Node::Assign(const std::string& rhs) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); m_pNode->set_scalar(rhs); } inline void Node::Assign(const char* rhs) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); m_pNode->set_scalar(rhs); } inline void Node::Assign(char* rhs) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); m_pNode->set_scalar(rhs); } -inline Node& Node::operator=(const Node& rhs) { - if (!m_isValid || !rhs.m_isValid) - throw InvalidNode(); - if (is(rhs)) - return *this; - AssignNode(rhs); - return *this; -} - inline void Node::AssignData(const Node& rhs) { - if (!m_isValid || !rhs.m_isValid) - throw InvalidNode(); EnsureNodeExists(); rhs.EnsureNodeExists(); @@ -258,8 +252,8 @@ inline void Node::AssignData(const Node& rhs) { } inline void Node::AssignNode(const Node& rhs) { - if (!m_isValid || !rhs.m_isValid) - throw InvalidNode(); + if (!m_isValid) + throw InvalidNode(m_invalidKey); rhs.EnsureNodeExists(); if (!m_pNode) { @@ -276,7 +270,7 @@ inline void Node::AssignNode(const Node& rhs) { // size/iterator inline std::size_t Node::size() const { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); return m_pNode ? m_pNode->size() : 0; } @@ -309,13 +303,11 @@ inline iterator Node::end() { template inline void Node::push_back(const T& rhs) { if (!m_isValid) - throw InvalidNode(); + throw InvalidNode(m_invalidKey); push_back(Node(rhs)); } inline void Node::push_back(const Node& rhs) { - if (!m_isValid || !rhs.m_isValid) - throw InvalidNode(); EnsureNodeExists(); rhs.EnsureNodeExists(); @@ -323,99 +315,49 @@ inline void Node::push_back(const Node& rhs) { m_pMemory->merge(*rhs.m_pMemory); } -// helpers for indexing -namespace detail { -template -struct to_value_t { - explicit to_value_t(const T& t_) : t(t_) {} - const T& t; - typedef const T& return_type; - - const T& operator()() const { return t; } -}; - -template <> -struct to_value_t { - explicit to_value_t(const char* t_) : t(t_) {} - const char* t; - typedef std::string return_type; - - const std::string operator()() const { return t; } -}; - -template <> -struct to_value_t { - explicit to_value_t(char* t_) : t(t_) {} - const char* t; - typedef std::string return_type; - - const std::string operator()() const { return t; } -}; - -template -struct to_value_t { - explicit to_value_t(const char* t_) : t(t_) {} - const char* t; - typedef std::string return_type; - - const std::string operator()() const { return t; } -}; - -// converts C-strings to std::strings so they can be copied -template -inline typename to_value_t::return_type to_value(const T& t) { - return to_value_t(t)(); -} +template +std::string key_to_string(const Key& key) { + return streamable_to_string::value>().impl(key); } // indexing template inline const Node Node::operator[](const Key& key) const { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); - detail::node* value = static_cast(*m_pNode) - .get(detail::to_value(key), m_pMemory); + detail::node* value = + static_cast(*m_pNode).get(key, m_pMemory); if (!value) { - return Node(ZombieNode); + return Node(ZombieNode, key_to_string(key)); } return Node(*value, m_pMemory); } template inline Node Node::operator[](const Key& key) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); - detail::node& value = m_pNode->get(detail::to_value(key), m_pMemory); + detail::node& value = m_pNode->get(key, m_pMemory); return Node(value, m_pMemory); } template inline bool Node::remove(const Key& key) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); - return m_pNode->remove(detail::to_value(key), m_pMemory); + return m_pNode->remove(key, m_pMemory); } inline const Node Node::operator[](const Node& key) const { - if (!m_isValid || !key.m_isValid) - throw InvalidNode(); EnsureNodeExists(); key.EnsureNodeExists(); m_pMemory->merge(*key.m_pMemory); detail::node* value = static_cast(*m_pNode).get(*key.m_pNode, m_pMemory); if (!value) { - return Node(ZombieNode); + return Node(ZombieNode, key_to_string(key)); } return Node(*value, m_pMemory); } inline Node Node::operator[](const Node& key) { - if (!m_isValid || !key.m_isValid) - throw InvalidNode(); EnsureNodeExists(); key.EnsureNodeExists(); m_pMemory->merge(*key.m_pMemory); @@ -424,8 +366,6 @@ inline Node Node::operator[](const Node& key) { } inline bool Node::remove(const Node& key) { - if (!m_isValid || !key.m_isValid) - throw InvalidNode(); EnsureNodeExists(); key.EnsureNodeExists(); return m_pNode->remove(*key.m_pNode, m_pMemory); @@ -434,15 +374,12 @@ inline bool Node::remove(const Node& key) { // map template inline void Node::force_insert(const Key& key, const Value& value) { - if (!m_isValid) - throw InvalidNode(); EnsureNodeExists(); - m_pNode->force_insert(detail::to_value(key), detail::to_value(value), - m_pMemory); + m_pNode->force_insert(key, value, m_pMemory); } // free functions inline bool operator==(const Node& lhs, const Node& rhs) { return lhs.is(rhs); } -} +} // namespace YAML #endif // NODE_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/iterator.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/iterator.h index 366a9c807f..1fcf6e400f 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/iterator.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/iterator.h @@ -15,10 +15,13 @@ #include #include +// Assert in place so gcc + libc++ combination properly builds +static_assert(std::is_constructible::value, "Node must be copy constructable"); + namespace YAML { namespace detail { struct iterator_value : public Node, std::pair { - iterator_value() {} + iterator_value() = default; explicit iterator_value(const Node& rhs) : Node(rhs), std::pair(Node(Node::ZombieNode), Node(Node::ZombieNode)) {} diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/node.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/node.h index 1ded7d27b7..c9e9a0a4bc 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/node.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/node.h @@ -8,11 +8,11 @@ #endif #include +#include #include "yaml-cpp/dll.h" #include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/mark.h" -#include "yaml-cpp/node/detail/bool_type.h" #include "yaml-cpp/node/detail/iterator_fwd.h" #include "yaml-cpp/node/ptr.h" #include "yaml-cpp/node/type.h" @@ -38,8 +38,8 @@ class YAML_CPP_API Node { template friend struct as_if; - typedef YAML::iterator iterator; - typedef YAML::const_iterator const_iterator; + using iterator = YAML::iterator; + using const_iterator = YAML::const_iterator; Node(); explicit Node(NodeType::value type); @@ -58,7 +58,7 @@ class YAML_CPP_API Node { bool IsMap() const { return Type() == NodeType::Map; } // bool conversions - YAML_CPP_OPERATOR_BOOL() + explicit operator bool() const { return IsDefined(); } bool operator!() const { return !IsDefined(); } // access @@ -116,6 +116,7 @@ class YAML_CPP_API Node { private: enum Zombie { ZombieNode }; explicit Node(Zombie); + explicit Node(Zombie, const std::string&); explicit Node(detail::node& node, detail::shared_memory_holder pMemory); void EnsureNodeExists() const; @@ -130,6 +131,8 @@ class YAML_CPP_API Node { private: bool m_isValid; + // String representation of invalid key, if the node is invalid. + std::string m_invalidKey; mutable detail::shared_memory_holder m_pMemory; mutable detail::node* m_pNode; }; diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/node/ptr.h b/3rdparty/yaml-cpp/include/yaml-cpp/node/ptr.h index ce085dd5cd..f55d95ed9c 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/node/ptr.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/node/ptr.h @@ -7,7 +7,6 @@ #pragma once #endif -#include "yaml-cpp/dll.h" #include namespace YAML { @@ -18,11 +17,11 @@ class node_data; class memory; class memory_holder; -typedef std::shared_ptr shared_node; -typedef std::shared_ptr shared_node_ref; -typedef std::shared_ptr shared_node_data; -typedef std::shared_ptr shared_memory_holder; -typedef std::shared_ptr shared_memory; +using shared_node = std::shared_ptr; +using shared_node_ref = std::shared_ptr; +using shared_node_data = std::shared_ptr; +using shared_memory_holder = std::shared_ptr; +using shared_memory = std::shared_ptr; } } diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/noexcept.h b/3rdparty/yaml-cpp/include/yaml-cpp/noexcept.h new file mode 100644 index 0000000000..6aac63516f --- /dev/null +++ b/3rdparty/yaml-cpp/include/yaml-cpp/noexcept.h @@ -0,0 +1,18 @@ +#ifndef NOEXCEPT_H_768872DA_476C_11EA_88B8_90B11C0C0FF8 +#define NOEXCEPT_H_768872DA_476C_11EA_88B8_90B11C0C0FF8 + +#if defined(_MSC_VER) || \ + (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ + (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 +#pragma once +#endif + +// This is here for compatibility with older versions of Visual Studio +// which don't support noexcept. +#if defined(_MSC_VER) && _MSC_VER < 1900 + #define YAML_CPP_NOEXCEPT _NOEXCEPT +#else + #define YAML_CPP_NOEXCEPT noexcept +#endif + +#endif diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/ostream_wrapper.h b/3rdparty/yaml-cpp/include/yaml-cpp/ostream_wrapper.h index 09d45f39b7..cf89741d09 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/ostream_wrapper.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/ostream_wrapper.h @@ -17,6 +17,10 @@ class YAML_CPP_API ostream_wrapper { public: ostream_wrapper(); explicit ostream_wrapper(std::ostream& stream); + ostream_wrapper(const ostream_wrapper&) = delete; + ostream_wrapper(ostream_wrapper&&) = delete; + ostream_wrapper& operator=(const ostream_wrapper&) = delete; + ostream_wrapper& operator=(ostream_wrapper&&) = delete; ~ostream_wrapper(); void write(const std::string& str); @@ -26,7 +30,7 @@ class YAML_CPP_API ostream_wrapper { const char* str() const { if (m_pStream) { - return 0; + return nullptr; } else { m_buffer[m_pos] = '\0'; return &m_buffer[0]; @@ -52,7 +56,7 @@ class YAML_CPP_API ostream_wrapper { template inline ostream_wrapper& operator<<(ostream_wrapper& stream, - const char(&str)[N]) { + const char (&str)[N]) { stream.write(str, N - 1); return stream; } @@ -67,6 +71,6 @@ inline ostream_wrapper& operator<<(ostream_wrapper& stream, char ch) { stream.write(&ch, 1); return stream; } -} +} // namespace YAML #endif // OSTREAM_WRAPPER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/parser.h b/3rdparty/yaml-cpp/include/yaml-cpp/parser.h index ceac22d026..2f403c3504 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/parser.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/parser.h @@ -11,7 +11,6 @@ #include #include "yaml-cpp/dll.h" -#include "yaml-cpp/noncopyable.h" namespace YAML { class EventHandler; @@ -24,11 +23,16 @@ struct Token; * A parser turns a stream of bytes into one stream of "events" per YAML * document in the input stream. */ -class YAML_CPP_API Parser : private noncopyable { +class YAML_CPP_API Parser { public: /** Constructs an empty parser (with no input. */ Parser(); + Parser(const Parser&) = delete; + Parser(Parser&&) = delete; + Parser& operator=(const Parser&) = delete; + Parser& operator=(Parser&&) = delete; + /** * Constructs a parser from the given input stream. The input stream must * live as long as the parser. @@ -81,6 +85,6 @@ class YAML_CPP_API Parser : private noncopyable { std::unique_ptr m_pScanner; std::unique_ptr m_pDirectives; }; -} +} // namespace YAML #endif // PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/stlemitter.h b/3rdparty/yaml-cpp/include/yaml-cpp/stlemitter.h index 06780c861f..210a2f64e6 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/stlemitter.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/stlemitter.h @@ -16,8 +16,8 @@ namespace YAML { template inline Emitter& EmitSeq(Emitter& emitter, const Seq& seq) { emitter << BeginSeq; - for (typename Seq::const_iterator it = seq.begin(); it != seq.end(); ++it) - emitter << *it; + for (const auto& v : seq) + emitter << v; emitter << EndSeq; return emitter; } @@ -39,10 +39,9 @@ inline Emitter& operator<<(Emitter& emitter, const std::set& v) { template inline Emitter& operator<<(Emitter& emitter, const std::map& m) { - typedef typename std::map map; emitter << BeginMap; - for (typename map::const_iterator it = m.begin(); it != m.end(); ++it) - emitter << Key << it->first << Value << it->second; + for (const auto& v : m) + emitter << Key << v.first << Value << v.second; emitter << EndMap; return emitter; } diff --git a/3rdparty/yaml-cpp/include/yaml-cpp/traits.h b/3rdparty/yaml-cpp/include/yaml-cpp/traits.h index f33d0e1f63..ffe9999f19 100644 --- a/3rdparty/yaml-cpp/include/yaml-cpp/traits.h +++ b/3rdparty/yaml-cpp/include/yaml-cpp/traits.h @@ -7,6 +7,11 @@ #pragma once #endif +#include +#include +#include +#include + namespace YAML { template struct is_numeric { @@ -79,7 +84,7 @@ struct is_numeric { template struct enable_if_c { - typedef T type; + using type = T; }; template @@ -90,7 +95,7 @@ struct enable_if : public enable_if_c {}; template struct disable_if_c { - typedef T type; + using type = T; }; template @@ -100,4 +105,31 @@ template struct disable_if : public disable_if_c {}; } +template +struct is_streamable { + template + static auto test(int) + -> decltype(std::declval() << std::declval(), std::true_type()); + + template + static auto test(...) -> std::false_type; + + static const bool value = decltype(test(0))::value; +}; + +template +struct streamable_to_string { + static std::string impl(const Key& key) { + std::stringstream ss; + ss << key; + return ss.str(); + } +}; + +template +struct streamable_to_string { + static std::string impl(const Key&) { + return ""; + } +}; #endif // TRAITS_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/binary.cpp b/3rdparty/yaml-cpp/src/binary.cpp index a7e51301b8..d27762a243 100644 --- a/3rdparty/yaml-cpp/src/binary.cpp +++ b/3rdparty/yaml-cpp/src/binary.cpp @@ -1,5 +1,7 @@ #include "yaml-cpp/binary.h" +#include + namespace YAML { static const char encoding[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; @@ -64,7 +66,7 @@ static const unsigned char decoding[] = { }; std::vector DecodeBase64(const std::string &input) { - typedef std::vector ret_type; + using ret_type = std::vector; if (input.empty()) return ret_type(); @@ -72,22 +74,27 @@ std::vector DecodeBase64(const std::string &input) { unsigned char *out = &ret[0]; unsigned value = 0; - for (std::size_t i = 0; i < input.size(); i++) { - unsigned char d = decoding[static_cast(input[i])]; + for (std::size_t i = 0, cnt = 0; i < input.size(); i++) { + if (std::isspace(static_cast(input[i]))) { + // skip newlines + continue; + } + unsigned char d = decoding[static_cast(input[i])]; if (d == 255) return ret_type(); value = (value << 6) | d; - if (i % 4 == 3) { + if (cnt % 4 == 3) { *out++ = value >> 16; if (i > 0 && input[i - 1] != '=') *out++ = value >> 8; if (input[i] != '=') *out++ = value; } + ++cnt; } ret.resize(out - &ret[0]); return ret; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/collectionstack.h b/3rdparty/yaml-cpp/src/collectionstack.h index 2302786e03..9feba96795 100644 --- a/3rdparty/yaml-cpp/src/collectionstack.h +++ b/3rdparty/yaml-cpp/src/collectionstack.h @@ -7,8 +7,8 @@ #pragma once #endif -#include #include +#include namespace YAML { struct CollectionType { @@ -17,6 +17,7 @@ struct CollectionType { class CollectionStack { public: + CollectionStack() : collectionStack{} {} CollectionType::value GetCurCollectionType() const { if (collectionStack.empty()) return CollectionType::NoCollection; @@ -28,12 +29,13 @@ class CollectionStack { } void PopCollectionType(CollectionType::value type) { assert(type == GetCurCollectionType()); + (void)type; collectionStack.pop(); } private: std::stack collectionStack; }; -} +} // namespace YAML #endif // COLLECTIONSTACK_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/contrib/graphbuilder.cpp b/3rdparty/yaml-cpp/src/contrib/graphbuilder.cpp index 416c1359db..0352054cd7 100644 --- a/3rdparty/yaml-cpp/src/contrib/graphbuilder.cpp +++ b/3rdparty/yaml-cpp/src/contrib/graphbuilder.cpp @@ -10,8 +10,7 @@ void* BuildGraphOfNextDocument(Parser& parser, GraphBuilderAdapter eventHandler(graphBuilder); if (parser.HandleNextDocument(eventHandler)) { return eventHandler.RootNode(); - } else { - return NULL; } + return nullptr; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.cpp b/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.cpp index 02a3d972a5..c386a9277c 100644 --- a/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.cpp +++ b/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.cpp @@ -49,7 +49,7 @@ void GraphBuilderAdapter::OnMapStart(const Mark &mark, const std::string &tag, EmitterStyle::value /* style */) { void *pNode = m_builder.NewMap(mark, tag, GetCurrentParent()); m_containers.push(ContainerFrame(pNode, m_pKeyNode)); - m_pKeyNode = NULL; + m_pKeyNode = nullptr; RegisterAnchor(anchor, pNode); } @@ -62,7 +62,7 @@ void GraphBuilderAdapter::OnMapEnd() { void *GraphBuilderAdapter::GetCurrentParent() const { if (m_containers.empty()) { - return NULL; + return nullptr; } return m_containers.top().pContainer; } @@ -83,7 +83,7 @@ void GraphBuilderAdapter::DispositionNode(void *pNode) { if (m_containers.top().isMap()) { if (m_pKeyNode) { m_builder.AssignInMap(pContainer, m_pKeyNode, pNode); - m_pKeyNode = NULL; + m_pKeyNode = nullptr; } else { m_pKeyNode = pNode; } @@ -91,4 +91,4 @@ void GraphBuilderAdapter::DispositionNode(void *pNode) { m_builder.AppendToSequence(pContainer, pNode); } } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.h b/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.h index 726db89897..c1cbcffdca 100644 --- a/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.h +++ b/3rdparty/yaml-cpp/src/contrib/graphbuilderadapter.h @@ -13,7 +13,6 @@ #include "yaml-cpp/anchor.h" #include "yaml-cpp/contrib/anchordict.h" -#include "yaml-cpp/contrib/graphbuilder.h" #include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/eventhandler.h" @@ -26,7 +25,15 @@ namespace YAML { class GraphBuilderAdapter : public EventHandler { public: GraphBuilderAdapter(GraphBuilderInterface& builder) - : m_builder(builder), m_pRootNode(NULL), m_pKeyNode(NULL) {} + : m_builder(builder), + m_containers{}, + m_anchors{}, + m_pRootNode(nullptr), + m_pKeyNode(nullptr) {} + GraphBuilderAdapter(const GraphBuilderAdapter&) = delete; + GraphBuilderAdapter(GraphBuilderAdapter&&) = delete; + GraphBuilderAdapter& operator=(const GraphBuilderAdapter&) = delete; + GraphBuilderAdapter& operator=(GraphBuilderAdapter&&) = delete; virtual void OnDocumentStart(const Mark& mark) { (void)mark; } virtual void OnDocumentEnd() {} @@ -50,8 +57,8 @@ class GraphBuilderAdapter : public EventHandler { struct ContainerFrame { ContainerFrame(void* pSequence) : pContainer(pSequence), pPrevKeyNode(&sequenceMarker) {} - ContainerFrame(void* pMap, void* pPrevKeyNode_) - : pContainer(pMap), pPrevKeyNode(pPrevKeyNode_) {} + ContainerFrame(void* pMap, void* pPreviousKeyNode) + : pContainer(pMap), pPrevKeyNode(pPreviousKeyNode) {} void* pContainer; void* pPrevKeyNode; @@ -74,6 +81,6 @@ class GraphBuilderAdapter : public EventHandler { void RegisterAnchor(anchor_t anchor, void* pNode); void DispositionNode(void* pNode); }; -} +} // namespace YAML #endif // GRAPHBUILDERADAPTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/contrib/yaml-cpp.natvis b/3rdparty/yaml-cpp/src/contrib/yaml-cpp.natvis new file mode 100644 index 0000000000..4ac89bc0dc --- /dev/null +++ b/3rdparty/yaml-cpp/src/contrib/yaml-cpp.natvis @@ -0,0 +1,32 @@ + + + + + {{invalid}} + {{pNode==nullptr}} + {{ {*m_pNode} }} + + m_pNode->m_pRef._Ptr->m_pData._Ptr->m_scalar + m_pNode->m_pRef._Ptr->m_pData._Ptr->m_sequence + m_pNode->m_pRef._Ptr->m_pData._Ptr->m_map + m_pNode->m_pRef._Ptr->m_pData._Ptr + + + + + {{node:pRef==nullptr}} + {{node:pRef->pData==nullptr}} + {{undefined}} + {{{m_pRef._Ptr->m_pData._Ptr->m_scalar}}} + {{ Map {m_pRef._Ptr->m_pData._Ptr->m_map}}} + {{ Seq {m_pRef._Ptr->m_pData._Ptr->m_sequence}}} + {{{m_pRef._Ptr->m_pData._Ptr->m_type}}} + + m_pRef._Ptr->m_pData._Ptr->m_scalar + m_pRef._Ptr->m_pData._Ptr->m_sequence + m_pRef._Ptr->m_pData._Ptr->m_map + m_pRef._Ptr->m_pData._Ptr + + + + diff --git a/3rdparty/yaml-cpp/src/contrib/yaml-cpp.natvis.md b/3rdparty/yaml-cpp/src/contrib/yaml-cpp.natvis.md new file mode 100644 index 0000000000..f1488fbe4a --- /dev/null +++ b/3rdparty/yaml-cpp/src/contrib/yaml-cpp.natvis.md @@ -0,0 +1,9 @@ +# MSVC debugger visualizer for YAML::Node + +## How to use +Add yaml-cpp.natvis to your Visual C++ project like any other source file. It will be included in the debug information, and improve debugger display on YAML::Node and contained types. + +## Compatibility and Troubleshooting + +This has been tested for MSVC 2017. It is expected to be compatible with VS 2015 and VS 2019. If you have any problems, you can open an issue here: https://github.com/peterchen-cp/yaml-cpp-natvis + diff --git a/3rdparty/yaml-cpp/src/convert.cpp b/3rdparty/yaml-cpp/src/convert.cpp index ec05b77826..9658b36035 100644 --- a/3rdparty/yaml-cpp/src/convert.cpp +++ b/3rdparty/yaml-cpp/src/convert.cpp @@ -16,11 +16,7 @@ std::string tolower(const std::string& str) { template bool IsEntirely(const std::string& str, T func) { - for (std::size_t i = 0; i < str.size(); i++) - if (!func(str[i])) - return false; - - return true; + return std::all_of(str.begin(), str.end(), [=](char ch) { return func(ch); }); } // IsFlexibleCase @@ -39,7 +35,7 @@ bool IsFlexibleCase(const std::string& str) { std::string rest = str.substr(1); return firstcaps && (IsEntirely(rest, IsLower) || IsEntirely(rest, IsUpper)); } -} +} // namespace namespace YAML { bool convert::decode(const Node& node, bool& rhs) { @@ -52,19 +48,22 @@ bool convert::decode(const Node& node, bool& rhs) { static const struct { std::string truename, falsename; } names[] = { - {"y", "n"}, {"yes", "no"}, {"true", "false"}, {"on", "off"}, + {"y", "n"}, + {"yes", "no"}, + {"true", "false"}, + {"on", "off"}, }; if (!IsFlexibleCase(node.Scalar())) return false; - for (unsigned i = 0; i < sizeof(names) / sizeof(names[0]); i++) { - if (names[i].truename == tolower(node.Scalar())) { + for (const auto& name : names) { + if (name.truename == tolower(node.Scalar())) { rhs = true; return true; } - if (names[i].falsename == tolower(node.Scalar())) { + if (name.falsename == tolower(node.Scalar())) { rhs = false; return true; } @@ -72,4 +71,4 @@ bool convert::decode(const Node& node, bool& rhs) { return false; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/depthguard.cpp b/3rdparty/yaml-cpp/src/depthguard.cpp new file mode 100644 index 0000000000..5bf6cdf03b --- /dev/null +++ b/3rdparty/yaml-cpp/src/depthguard.cpp @@ -0,0 +1,9 @@ +#include "yaml-cpp/depthguard.h" + +namespace YAML { + +DeepRecursion::DeepRecursion(int depth, const Mark& mark_, + const std::string& msg_) + : ParserException(mark_, msg_), m_depth(depth) {} + +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/directives.cpp b/3rdparty/yaml-cpp/src/directives.cpp index 963bd2cd37..4c1dc201d7 100644 --- a/3rdparty/yaml-cpp/src/directives.cpp +++ b/3rdparty/yaml-cpp/src/directives.cpp @@ -1,16 +1,11 @@ #include "directives.h" namespace YAML { -Directives::Directives() { - // version - version.isDefault = true; - version.major = 1; - version.minor = 2; -} +Directives::Directives() : version{true, 1, 2}, tags{} {} -const std::string Directives::TranslateTagHandle( +std::string Directives::TranslateTagHandle( const std::string& handle) const { - std::map::const_iterator it = tags.find(handle); + auto it = tags.find(handle); if (it == tags.end()) { if (handle == "!!") return "tag:yaml.org,2002:"; @@ -19,4 +14,4 @@ const std::string Directives::TranslateTagHandle( return it->second; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/directives.h b/3rdparty/yaml-cpp/src/directives.h index 333af26e37..18d14c9c0b 100644 --- a/3rdparty/yaml-cpp/src/directives.h +++ b/3rdparty/yaml-cpp/src/directives.h @@ -19,7 +19,7 @@ struct Version { struct Directives { Directives(); - const std::string TranslateTagHandle(const std::string& handle) const; + std::string TranslateTagHandle(const std::string& handle) const; Version version; std::map tags; diff --git a/3rdparty/yaml-cpp/src/emit.cpp b/3rdparty/yaml-cpp/src/emit.cpp index 51bc791533..b0efb8401c 100644 --- a/3rdparty/yaml-cpp/src/emit.cpp +++ b/3rdparty/yaml-cpp/src/emit.cpp @@ -1,7 +1,7 @@ #include "yaml-cpp/node/emit.h" +#include "nodeevents.h" #include "yaml-cpp/emitfromevents.h" #include "yaml-cpp/emitter.h" -#include "nodeevents.h" namespace YAML { Emitter& operator<<(Emitter& out, const Node& node) { diff --git a/3rdparty/yaml-cpp/src/emitfromevents.cpp b/3rdparty/yaml-cpp/src/emitfromevents.cpp index 4832649f3c..2e97187b90 100644 --- a/3rdparty/yaml-cpp/src/emitfromevents.cpp +++ b/3rdparty/yaml-cpp/src/emitfromevents.cpp @@ -16,10 +16,11 @@ std::string ToString(YAML::anchor_t anchor) { stream << anchor; return stream.str(); } -} +} // namespace namespace YAML { -EmitFromEvents::EmitFromEvents(Emitter& emitter) : m_emitter(emitter) {} +EmitFromEvents::EmitFromEvents(Emitter& emitter) + : m_emitter(emitter), m_stateStack{} {} void EmitFromEvents::OnDocumentStart(const Mark&) {} @@ -58,6 +59,8 @@ void EmitFromEvents::OnSequenceStart(const Mark&, const std::string& tag, default: break; } + // Restore the global settings to eliminate the override from node style + m_emitter.RestoreGlobalModifiedSettings(); m_emitter << BeginSeq; m_stateStack.push(State::WaitingForSequenceEntry); } @@ -82,6 +85,8 @@ void EmitFromEvents::OnMapStart(const Mark&, const std::string& tag, default: break; } + // Restore the global settings to eliminate the override from node style + m_emitter.RestoreGlobalModifiedSettings(); m_emitter << BeginMap; m_stateStack.push(State::WaitingForKey); } @@ -116,4 +121,4 @@ void EmitFromEvents::EmitProps(const std::string& tag, anchor_t anchor) { if (anchor) m_emitter << Anchor(ToString(anchor)); } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/emitter.cpp b/3rdparty/yaml-cpp/src/emitter.cpp index eb59097281..4d483075bd 100644 --- a/3rdparty/yaml-cpp/src/emitter.cpp +++ b/3rdparty/yaml-cpp/src/emitter.cpp @@ -11,12 +11,12 @@ namespace YAML { class Binary; struct _Null; -Emitter::Emitter() : m_pState(new EmitterState) {} +Emitter::Emitter() : m_pState(new EmitterState), m_stream{} {} Emitter::Emitter(std::ostream& stream) : m_pState(new EmitterState), m_stream(stream) {} -Emitter::~Emitter() {} +Emitter::~Emitter() = default; const char* Emitter::c_str() const { return m_stream.str(); } @@ -90,6 +90,10 @@ bool Emitter::SetDoublePrecision(std::size_t n) { return m_pState->SetDoublePrecision(n, FmtScope::Global); } +void Emitter::RestoreGlobalModifiedSettings() { + m_pState->RestoreGlobalModifiedSettings(); +} + // SetLocalValue // . Either start/end a group, or set a modifier locally Emitter& Emitter::SetLocalValue(EMITTER_MANIP value) { @@ -201,6 +205,7 @@ void Emitter::EmitBeginSeq() { void Emitter::EmitEndSeq() { if (!good()) return; + FlowType::value originalType = m_pState->CurGroupFlowType(); if (m_pState->CurGroupChildCount() == 0) m_pState->ForceFlow(); @@ -209,8 +214,12 @@ void Emitter::EmitEndSeq() { if (m_stream.comment()) m_stream << "\n"; m_stream << IndentTo(m_pState->CurIndent()); - if (m_pState->CurGroupChildCount() == 0) + if (originalType == FlowType::Block) { m_stream << "["; + } else { + if (m_pState->CurGroupChildCount() == 0 && !m_pState->HasBegunNode()) + m_stream << "["; + } m_stream << "]"; } @@ -231,6 +240,7 @@ void Emitter::EmitBeginMap() { void Emitter::EmitEndMap() { if (!good()) return; + FlowType::value originalType = m_pState->CurGroupFlowType(); if (m_pState->CurGroupChildCount() == 0) m_pState->ForceFlow(); @@ -239,8 +249,12 @@ void Emitter::EmitEndMap() { if (m_stream.comment()) m_stream << "\n"; m_stream << IndentTo(m_pState->CurIndent()); - if (m_pState->CurGroupChildCount() == 0) + if (originalType == FlowType::Block) { m_stream << "{"; + } else { + if (m_pState->CurGroupChildCount() == 0 && !m_pState->HasBegunNode()) + m_stream << "{"; + } m_stream << "}"; } @@ -289,10 +303,8 @@ void Emitter::PrepareTopNode(EmitterNodeType::value child) { if (child == EmitterNodeType::NoType) return; - if (m_pState->CurGroupChildCount() > 0 && m_stream.col() > 0) { - if (child != EmitterNodeType::NoType) - EmitBeginDoc(); - } + if (m_pState->CurGroupChildCount() > 0 && m_stream.col() > 0) + EmitBeginDoc(); switch (child) { case EmitterNodeType::NoType: @@ -492,6 +504,9 @@ void Emitter::FlowMapPrepareSimpleKeyValue(EmitterNodeType::value child) { if (m_stream.comment()) m_stream << "\n"; m_stream << IndentTo(lastIndent); + if (m_pState->HasAlias()) { + m_stream << " "; + } m_stream << ":"; } @@ -518,7 +533,8 @@ void Emitter::BlockMapPrepareNode(EmitterNodeType::value child) { if (m_pState->GetMapKeyFormat() == LongKey) m_pState->SetLongKey(); if (child == EmitterNodeType::BlockSeq || - child == EmitterNodeType::BlockMap) + child == EmitterNodeType::BlockMap || + child == EmitterNodeType::Property) m_pState->SetLongKey(); if (m_pState->CurGroupLongKey()) @@ -562,6 +578,8 @@ void Emitter::BlockMapPrepareLongKey(EmitterNodeType::value child) { break; case EmitterNodeType::BlockSeq: case EmitterNodeType::BlockMap: + if (m_pState->HasBegunContent()) + m_stream << "\n"; break; } } @@ -585,8 +603,12 @@ void Emitter::BlockMapPrepareLongKeyValue(EmitterNodeType::value child) { case EmitterNodeType::Scalar: case EmitterNodeType::FlowSeq: case EmitterNodeType::FlowMap: + SpaceOrIndentTo(true, curIndent + 1); + break; case EmitterNodeType::BlockSeq: case EmitterNodeType::BlockMap: + if (m_pState->HasBegunContent()) + m_stream << "\n"; SpaceOrIndentTo(true, curIndent + 1); break; } @@ -625,6 +647,9 @@ void Emitter::BlockMapPrepareSimpleKeyValue(EmitterNodeType::value child) { const std::size_t nextIndent = curIndent + m_pState->CurGroupIndent(); if (!m_pState->HasBegunNode()) { + if (m_pState->HasAlias()) { + m_stream << " "; + } m_stream << ":"; } @@ -678,25 +703,29 @@ void Emitter::StartedScalar() { m_pState->StartedScalar(); } // ******************************************************************************************* // overloads of Write +StringEscaping::value GetStringEscapingStyle(const EMITTER_MANIP emitterManip) { + switch (emitterManip) { + case EscapeNonAscii: + return StringEscaping::NonAscii; + case EscapeAsJson: + return StringEscaping::JSON; + default: + return StringEscaping::None; + break; + } +} + Emitter& Emitter::Write(const std::string& str) { if (!good()) return *this; - StringEscaping::value stringEscaping = StringEscaping::None; - switch (m_pState->GetOutputCharset()) { - case EscapeNonAscii: - stringEscaping = StringEscaping::NonAscii; - break; - case EscapeAsJson: - stringEscaping = StringEscaping::JSON; - break; - } + StringEscaping::value stringEscaping = GetStringEscapingStyle(m_pState->GetOutputCharset()); const StringFormat::value strFormat = Utils::ComputeStringFormat(str, m_pState->GetStringFormat(), m_pState->CurGroupFlowType(), stringEscaping == StringEscaping::NonAscii); - if (strFormat == StringFormat::Literal) + if (strFormat == StringFormat::Literal || str.size() > 1024) m_pState->SetMapKeyFormat(YAML::LongKey, FmtScope::Local); PrepareNode(EmitterNodeType::Scalar); @@ -779,6 +808,21 @@ const char* Emitter::ComputeFullBoolName(bool b) const { // these answers } +const char* Emitter::ComputeNullName() const { + switch (m_pState->GetNullFormat()) { + case LowerNull: + return "null"; + case UpperNull: + return "NULL"; + case CamelNull: + return "Null"; + case TildeNull: + // fallthrough + default: + return "~"; + } +} + Emitter& Emitter::Write(bool b) { if (!good()) return *this; @@ -800,10 +844,10 @@ Emitter& Emitter::Write(char ch) { if (!good()) return *this; - + PrepareNode(EmitterNodeType::Scalar); - Utils::WriteChar(m_stream, ch, m_pState->GetOutputCharset() == EscapeAsJson); + Utils::WriteChar(m_stream, ch, GetStringEscapingStyle(m_pState->GetOutputCharset())); StartedScalar(); return *this; @@ -827,6 +871,8 @@ Emitter& Emitter::Write(const _Alias& alias) { StartedScalar(); + m_pState->SetAlias(); + return *this; } @@ -904,10 +950,7 @@ Emitter& Emitter::Write(const _Null& /*null*/) { PrepareNode(EmitterNodeType::Scalar); - if (m_pState->GetNullFormat() == NullAsNull) - m_stream << "null"; - else - m_stream << "~"; + m_stream << ComputeNullName(); StartedScalar(); @@ -926,4 +969,4 @@ Emitter& Emitter::Write(const Binary& binary) { return *this; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/emitterstate.cpp b/3rdparty/yaml-cpp/src/emitterstate.cpp index 7ae7d02413..3dbe401108 100644 --- a/3rdparty/yaml-cpp/src/emitterstate.cpp +++ b/3rdparty/yaml-cpp/src/emitterstate.cpp @@ -6,30 +6,35 @@ namespace YAML { EmitterState::EmitterState() : m_isGood(true), + m_lastError{}, + // default global manipulators + m_charset(EmitNonAscii), + m_strFmt(Auto), + m_boolFmt(TrueFalseBool), + m_boolLengthFmt(LongBool), + m_boolCaseFmt(LowerCase), + m_nullFmt(TildeNull), + m_intFmt(Dec), + m_indent(2), + m_preCommentIndent(2), + m_postCommentIndent(1), + m_seqFmt(Block), + m_mapFmt(Block), + m_mapKeyFmt(Auto), + m_floatPrecision(std::numeric_limits::max_digits10), + m_doublePrecision(std::numeric_limits::max_digits10), + // + m_modifiedSettings{}, + m_globalModifiedSettings{}, + m_groups{}, m_curIndent(0), m_hasAnchor(false), + m_hasAlias(false), m_hasTag(false), m_hasNonContent(false), - m_docCount(0) { - // set default global manipulators - m_charset.set(EmitNonAscii); - m_strFmt.set(Auto); - m_boolFmt.set(TrueFalseBool); - m_nullFmt.set(NullAsTilde); - m_boolLengthFmt.set(LongBool); - m_boolCaseFmt.set(LowerCase); - m_intFmt.set(Dec); - m_indent.set(2); - m_preCommentIndent.set(2); - m_postCommentIndent.set(1); - m_seqFmt.set(Block); - m_mapFmt.set(Block); - m_mapKeyFmt.set(Auto); - m_floatPrecision.set(std::numeric_limits::digits10 + 1); - m_doublePrecision.set(std::numeric_limits::digits10 + 1); -} + m_docCount(0) {} -EmitterState::~EmitterState() {} +EmitterState::~EmitterState() = default; // SetLocalValue // . We blindly tries to set all possible formatters to this value @@ -49,6 +54,8 @@ void EmitterState::SetLocalValue(EMITTER_MANIP value) { void EmitterState::SetAnchor() { m_hasAnchor = true; } +void EmitterState::SetAlias() { m_hasAlias = true; } + void EmitterState::SetTag() { m_hasTag = true; } void EmitterState::SetNonContent() { m_hasNonContent = true; } @@ -83,6 +90,7 @@ void EmitterState::StartedNode() { } m_hasAnchor = false; + m_hasAlias = false; m_hasTag = false; m_hasNonContent = false; } @@ -92,15 +100,13 @@ EmitterNodeType::value EmitterState::NextGroupType( if (type == GroupType::Seq) { if (GetFlowType(type) == Block) return EmitterNodeType::BlockSeq; - else - return EmitterNodeType::FlowSeq; - } else { - if (GetFlowType(type) == Block) - return EmitterNodeType::BlockMap; - else - return EmitterNodeType::FlowMap; + return EmitterNodeType::FlowSeq; } + if (GetFlowType(type) == Block) + return EmitterNodeType::BlockMap; + return EmitterNodeType::FlowMap; + // can't happen assert(false); return EmitterNodeType::NoType; @@ -154,9 +160,15 @@ void EmitterState::EndedGroup(GroupType::value type) { if (m_groups.empty()) { if (type == GroupType::Seq) { return SetError(ErrorMsg::UNEXPECTED_END_SEQ); - } else { - return SetError(ErrorMsg::UNEXPECTED_END_MAP); } + return SetError(ErrorMsg::UNEXPECTED_END_MAP); + } + + if (m_hasTag) { + SetError(ErrorMsg::INVALID_TAG); + } + if (m_hasAnchor) { + SetError(ErrorMsg::INVALID_ANCHOR); } // get rid of the current group @@ -178,6 +190,9 @@ void EmitterState::EndedGroup(GroupType::value type) { m_globalModifiedSettings.restore(); ClearModifiedSettings(); + m_hasAnchor = false; + m_hasTag = false; + m_hasNonContent = false; } EmitterNodeType::value EmitterState::CurGroupNodeType() const { @@ -218,6 +233,10 @@ std::size_t EmitterState::LastIndent() const { void EmitterState::ClearModifiedSettings() { m_modifiedSettings.clear(); } +void EmitterState::RestoreGlobalModifiedSettings() { + m_globalModifiedSettings.restore(); +} + bool EmitterState::SetOutputCharset(EMITTER_MANIP value, FmtScope::value scope) { switch (value) { @@ -283,12 +302,14 @@ bool EmitterState::SetBoolCaseFormat(EMITTER_MANIP value, bool EmitterState::SetNullFormat(EMITTER_MANIP value, FmtScope::value scope) { switch (value) { - case NullAsTilde: - case NullAsNull: - _Set(m_nullFmt, value, scope); - return true; - default: - return false; + case LowerNull: + case UpperNull: + case CamelNull: + case TildeNull: + _Set(m_nullFmt, value, scope); + return true; + default: + return false; } } @@ -363,7 +384,7 @@ bool EmitterState::SetMapKeyFormat(EMITTER_MANIP value, FmtScope::value scope) { } bool EmitterState::SetFloatPrecision(std::size_t value, FmtScope::value scope) { - if (value > std::numeric_limits::digits10 + 1) + if (value > std::numeric_limits::max_digits10) return false; _Set(m_floatPrecision, value, scope); return true; @@ -371,9 +392,9 @@ bool EmitterState::SetFloatPrecision(std::size_t value, FmtScope::value scope) { bool EmitterState::SetDoublePrecision(std::size_t value, FmtScope::value scope) { - if (value > std::numeric_limits::digits10 + 1) + if (value > std::numeric_limits::max_digits10) return false; _Set(m_doublePrecision, value, scope); return true; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/emitterstate.h b/3rdparty/yaml-cpp/src/emitterstate.h index 771764d20d..8f379ca952 100644 --- a/3rdparty/yaml-cpp/src/emitterstate.h +++ b/3rdparty/yaml-cpp/src/emitterstate.h @@ -43,6 +43,7 @@ class EmitterState { // node handling void SetAnchor(); + void SetAlias(); void SetTag(); void SetNonContent(); void SetLongKey(); @@ -65,6 +66,7 @@ class EmitterState { std::size_t LastIndent() const; std::size_t CurIndent() const { return m_curIndent; } bool HasAnchor() const { return m_hasAnchor; } + bool HasAlias() const { return m_hasAlias; } bool HasTag() const { return m_hasTag; } bool HasBegunNode() const { return m_hasAnchor || m_hasTag || m_hasNonContent; @@ -72,6 +74,7 @@ class EmitterState { bool HasBegunContent() const { return m_hasAnchor || m_hasTag; } void ClearModifiedSettings(); + void RestoreGlobalModifiedSettings(); // formatters void SetLocalValue(EMITTER_MANIP value); @@ -132,9 +135,9 @@ class EmitterState { Setting m_charset; Setting m_strFmt; Setting m_boolFmt; - Setting m_nullFmt; Setting m_boolLengthFmt; Setting m_boolCaseFmt; + Setting m_nullFmt; Setting m_intFmt; Setting m_indent; Setting m_preCommentIndent, m_postCommentIndent; @@ -149,7 +152,12 @@ class EmitterState { struct Group { explicit Group(GroupType::value type_) - : type(type_), indent(0), childCount(0), longKey(false) {} + : type(type_), + flowType{}, + indent(0), + childCount(0), + longKey(false), + modifiedSettings{} {} GroupType::value type; FlowType::value flowType; @@ -181,6 +189,7 @@ class EmitterState { std::vector> m_groups; std::size_t m_curIndent; bool m_hasAnchor; + bool m_hasAlias; bool m_hasTag; bool m_hasNonContent; std::size_t m_docCount; @@ -202,6 +211,6 @@ void EmitterState::_Set(Setting& fmt, T value, FmtScope::value scope) { assert(false); } } -} +} // namespace YAML #endif // EMITTERSTATE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/emitterutils.cpp b/3rdparty/yaml-cpp/src/emitterutils.cpp index 3d644ec2c4..6cdf6de7e2 100644 --- a/3rdparty/yaml-cpp/src/emitterutils.cpp +++ b/3rdparty/yaml-cpp/src/emitterutils.cpp @@ -1,3 +1,4 @@ +#include #include #include @@ -8,8 +9,8 @@ #include "regeximpl.h" #include "stringsource.h" #include "yaml-cpp/binary.h" // IWYU pragma: keep -#include "yaml-cpp/ostream_wrapper.h" #include "yaml-cpp/null.h" +#include "yaml-cpp/ostream_wrapper.h" namespace YAML { namespace Utils { @@ -134,12 +135,12 @@ void WriteCodePoint(ostream_wrapper& out, int codePoint) { if (codePoint < 0 || codePoint > 0x10FFFF) { codePoint = REPLACEMENT_CHARACTER; } - if (codePoint < 0x7F) { + if (codePoint <= 0x7F) { out << static_cast(codePoint); - } else if (codePoint < 0x7FF) { + } else if (codePoint <= 0x7FF) { out << static_cast(0xC0 | (codePoint >> 6)) << static_cast(0x80 | (codePoint & 0x3F)); - } else if (codePoint < 0xFFFF) { + } else if (codePoint <= 0xFFFF) { out << static_cast(0xE0 | (codePoint >> 12)) << static_cast(0x80 | ((codePoint >> 6) & 0x3F)) << static_cast(0x80 | (codePoint & 0x3F)); @@ -173,13 +174,13 @@ bool IsValidPlainScalar(const std::string& str, FlowType::value flowType, // then check until something is disallowed static const RegEx& disallowed_flow = - Exp::EndScalarInFlow() || (Exp::BlankOrBreak() + Exp::Comment()) || - Exp::NotPrintable() || Exp::Utf8_ByteOrderMark() || Exp::Break() || - Exp::Tab(); + Exp::EndScalarInFlow() | (Exp::BlankOrBreak() + Exp::Comment()) | + Exp::NotPrintable() | Exp::Utf8_ByteOrderMark() | Exp::Break() | + Exp::Tab() | Exp::Ampersand(); static const RegEx& disallowed_block = - Exp::EndScalar() || (Exp::BlankOrBreak() + Exp::Comment()) || - Exp::NotPrintable() || Exp::Utf8_ByteOrderMark() || Exp::Break() || - Exp::Tab(); + Exp::EndScalar() | (Exp::BlankOrBreak() + Exp::Comment()) | + Exp::NotPrintable() | Exp::Utf8_ByteOrderMark() | Exp::Break() | + Exp::Tab() | Exp::Ampersand(); const RegEx& disallowed = flowType == FlowType::Flow ? disallowed_flow : disallowed_block; @@ -199,15 +200,10 @@ bool IsValidPlainScalar(const std::string& str, FlowType::value flowType, bool IsValidSingleQuotedScalar(const std::string& str, bool escapeNonAscii) { // TODO: check for non-printable characters? - for (std::size_t i = 0; i < str.size(); i++) { - if (escapeNonAscii && (0x80 <= static_cast(str[i]))) { - return false; - } - if (str[i] == '\n') { - return false; - } - } - return true; + return std::none_of(str.begin(), str.end(), [=](char ch) { + return (escapeNonAscii && (0x80 <= static_cast(ch))) || + (ch == '\n'); + }); } bool IsValidLiteralScalar(const std::string& str, FlowType::value flowType, @@ -217,12 +213,9 @@ bool IsValidLiteralScalar(const std::string& str, FlowType::value flowType, } // TODO: check for non-printable characters? - for (std::size_t i = 0; i < str.size(); i++) { - if (escapeNonAscii && (0x80 <= static_cast(str[i]))) { - return false; - } - } - return true; + return std::none_of(str.begin(), str.end(), [=](char ch) { + return (escapeNonAscii && (0x80 <= static_cast(ch))); + }); } std::pair EncodeUTF16SurrogatePair(int codePoint) { @@ -234,24 +227,24 @@ std::pair EncodeUTF16SurrogatePair(int codePoint) { }; } -void WriteDoubleQuoteEscapeSequence(ostream_wrapper& out, int codePoint, bool escapeAsJson) { +void WriteDoubleQuoteEscapeSequence(ostream_wrapper& out, int codePoint, StringEscaping::value stringEscapingStyle) { static const char hexDigits[] = "0123456789abcdef"; out << "\\"; int digits = 8; - if (codePoint < 0xFF && !escapeAsJson) { + if (codePoint < 0xFF && stringEscapingStyle != StringEscaping::JSON) { out << "x"; digits = 2; } else if (codePoint < 0xFFFF) { out << "u"; digits = 4; - } else if (!escapeAsJson) { + } else if (stringEscapingStyle != StringEscaping::JSON) { out << "U"; digits = 8; } else { auto surrogatePair = EncodeUTF16SurrogatePair(codePoint); - WriteDoubleQuoteEscapeSequence(out, surrogatePair.first, true); - WriteDoubleQuoteEscapeSequence(out, surrogatePair.second, true); + WriteDoubleQuoteEscapeSequence(out, surrogatePair.first, stringEscapingStyle); + WriteDoubleQuoteEscapeSequence(out, surrogatePair.second, stringEscapingStyle); return; } @@ -272,7 +265,7 @@ bool WriteAliasName(ostream_wrapper& out, const std::string& str) { } return true; } -} +} // namespace StringFormat::value ComputeStringFormat(const std::string& str, EMITTER_MANIP strFormat, @@ -355,12 +348,12 @@ bool WriteDoubleQuotedString(ostream_wrapper& out, const std::string& str, if (codePoint < 0x20 || (codePoint >= 0x80 && codePoint <= 0xA0)) { // Control characters and non-breaking space - WriteDoubleQuoteEscapeSequence(out, codePoint, stringEscaping == StringEscaping::JSON); + WriteDoubleQuoteEscapeSequence(out, codePoint, stringEscaping); } else if (codePoint == 0xFEFF) { // Byte order marks (ZWNS) should be // escaped (YAML 1.2, sec. 5.2) - WriteDoubleQuoteEscapeSequence(out, codePoint, stringEscaping == StringEscaping::JSON); + WriteDoubleQuoteEscapeSequence(out, codePoint, stringEscaping); } else if (stringEscaping == StringEscaping::NonAscii && codePoint > 0x7E) { - WriteDoubleQuoteEscapeSequence(out, codePoint, false); + WriteDoubleQuoteEscapeSequence(out, codePoint, stringEscaping); } else { WriteCodePoint(out, codePoint); } @@ -373,41 +366,41 @@ bool WriteDoubleQuotedString(ostream_wrapper& out, const std::string& str, bool WriteLiteralString(ostream_wrapper& out, const std::string& str, std::size_t indent) { out << "|\n"; - out << IndentTo(indent); int codePoint; for (std::string::const_iterator i = str.begin(); GetNextCodePointAndAdvance(codePoint, i, str.end());) { if (codePoint == '\n') { - out << "\n" << IndentTo(indent); + out << "\n"; } else { + out<< IndentTo(indent); WriteCodePoint(out, codePoint); } } return true; } -bool WriteChar(ostream_wrapper& out, char ch, bool escapeAsJson) { +bool WriteChar(ostream_wrapper& out, char ch, StringEscaping::value stringEscapingStyle) { if (('a' <= ch && ch <= 'z') || ('A' <= ch && ch <= 'Z')) { out << ch; } else if (ch == '\"') { - out << "\"\\\"\""; + out << R"("\"")"; } else if (ch == '\t') { - out << "\"\\t\""; + out << R"("\t")"; } else if (ch == '\n') { - out << "\"\\n\""; + out << R"("\n")"; } else if (ch == '\b') { - out << "\"\\b\""; + out << R"("\b")"; } else if (ch == '\r') { - out << "\"\\r\""; + out << R"("\r")"; } else if (ch == '\f') { - out << "\"\\f\""; + out << R"("\f")"; } else if (ch == '\\') { - out << "\"\\\\\""; - } else if ((0x20 <= ch && ch <= 0x7e) || ch == ' ') { + out << R"("\\")"; + } else if (0x20 <= ch && ch <= 0x7e) { out << "\"" << ch << "\""; } else { out << "\""; - WriteDoubleQuoteEscapeSequence(out, ch, escapeAsJson); + WriteDoubleQuoteEscapeSequence(out, ch, stringEscapingStyle); out << "\""; } return true; @@ -422,8 +415,8 @@ bool WriteComment(ostream_wrapper& out, const std::string& str, for (std::string::const_iterator i = str.begin(); GetNextCodePointAndAdvance(codePoint, i, str.end());) { if (codePoint == '\n') { - out << "\n" << IndentTo(curIndent) << "#" - << Indentation(postCommentIndent); + out << "\n" + << IndentTo(curIndent) << "#" << Indentation(postCommentIndent); out.set_comment(); } else { WriteCodePoint(out, codePoint); @@ -500,5 +493,5 @@ bool WriteBinary(ostream_wrapper& out, const Binary& binary) { StringEscaping::None); return true; } -} -} +} // namespace Utils +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/emitterutils.h b/3rdparty/yaml-cpp/src/emitterutils.h index 1a8e0497c2..3a7d598252 100644 --- a/3rdparty/yaml-cpp/src/emitterutils.h +++ b/3rdparty/yaml-cpp/src/emitterutils.h @@ -39,7 +39,8 @@ bool WriteDoubleQuotedString(ostream_wrapper& out, const std::string& str, StringEscaping::value stringEscaping); bool WriteLiteralString(ostream_wrapper& out, const std::string& str, std::size_t indent); -bool WriteChar(ostream_wrapper& out, char ch, bool escapeAsJson); +bool WriteChar(ostream_wrapper& out, char ch, + StringEscaping::value stringEscapingStyle); bool WriteComment(ostream_wrapper& out, const std::string& str, std::size_t postCommentIndent); bool WriteAlias(ostream_wrapper& out, const std::string& str); diff --git a/3rdparty/yaml-cpp/src/exceptions.cpp b/3rdparty/yaml-cpp/src/exceptions.cpp index 6a5ca1e191..43a7976e90 100644 --- a/3rdparty/yaml-cpp/src/exceptions.cpp +++ b/3rdparty/yaml-cpp/src/exceptions.cpp @@ -1,19 +1,20 @@ #include "yaml-cpp/exceptions.h" +#include "yaml-cpp/noexcept.h" namespace YAML { // These destructors are defined out-of-line so the vtable is only emitted once. -Exception::~Exception() NOEXCEPT {} -ParserException::~ParserException() NOEXCEPT {} -RepresentationException::~RepresentationException() NOEXCEPT {} -InvalidScalar::~InvalidScalar() NOEXCEPT {} -KeyNotFound::~KeyNotFound() NOEXCEPT {} -InvalidNode::~InvalidNode() NOEXCEPT {} -BadConversion::~BadConversion() NOEXCEPT {} -BadDereference::~BadDereference() NOEXCEPT {} -BadSubscript::~BadSubscript() NOEXCEPT {} -BadPushback::~BadPushback() NOEXCEPT {} -BadInsert::~BadInsert() NOEXCEPT {} -EmitterException::~EmitterException() NOEXCEPT {} -BadFile::~BadFile() NOEXCEPT {} -} +Exception::~Exception() YAML_CPP_NOEXCEPT = default; +ParserException::~ParserException() YAML_CPP_NOEXCEPT = default; +RepresentationException::~RepresentationException() YAML_CPP_NOEXCEPT = default; +InvalidScalar::~InvalidScalar() YAML_CPP_NOEXCEPT = default; +KeyNotFound::~KeyNotFound() YAML_CPP_NOEXCEPT = default; +InvalidNode::~InvalidNode() YAML_CPP_NOEXCEPT = default; +BadConversion::~BadConversion() YAML_CPP_NOEXCEPT = default; +BadDereference::~BadDereference() YAML_CPP_NOEXCEPT = default; +BadSubscript::~BadSubscript() YAML_CPP_NOEXCEPT = default; +BadPushback::~BadPushback() YAML_CPP_NOEXCEPT = default; +BadInsert::~BadInsert() YAML_CPP_NOEXCEPT = default; +EmitterException::~EmitterException() YAML_CPP_NOEXCEPT = default; +BadFile::~BadFile() YAML_CPP_NOEXCEPT = default; +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/exp.cpp b/3rdparty/yaml-cpp/src/exp.cpp index 695440aec0..992620ff94 100644 --- a/3rdparty/yaml-cpp/src/exp.cpp +++ b/3rdparty/yaml-cpp/src/exp.cpp @@ -12,8 +12,7 @@ namespace YAML { namespace Exp { unsigned ParseHex(const std::string& str, const Mark& mark) { unsigned value = 0; - for (std::size_t i = 0; i < str.size(); i++) { - char ch = str[i]; + for (char ch : str) { int digit = 0; if ('a' <= ch && ch <= 'f') digit = ch - 'a' + 10; @@ -55,14 +54,16 @@ std::string Escape(Stream& in, int codeLength) { // now break it up into chars if (value <= 0x7F) return Str(value); - else if (value <= 0x7FF) + + if (value <= 0x7FF) return Str(0xC0 + (value >> 6)) + Str(0x80 + (value & 0x3F)); - else if (value <= 0xFFFF) + + if (value <= 0xFFFF) return Str(0xE0 + (value >> 12)) + Str(0x80 + ((value >> 6) & 0x3F)) + Str(0x80 + (value & 0x3F)); - else - return Str(0xF0 + (value >> 18)) + Str(0x80 + ((value >> 12) & 0x3F)) + - Str(0x80 + ((value >> 6) & 0x3F)) + Str(0x80 + (value & 0x3F)); + + return Str(0xF0 + (value >> 18)) + Str(0x80 + ((value >> 12) & 0x3F)) + + Str(0x80 + ((value >> 6) & 0x3F)) + Str(0x80 + (value & 0x3F)); } // Escape @@ -104,7 +105,7 @@ std::string Escape(Stream& in) { case 'e': return "\x1B"; case ' ': - return "\x20"; + return R"( )"; case '\"': return "\""; case '\'': @@ -132,5 +133,5 @@ std::string Escape(Stream& in) { std::stringstream msg; throw ParserException(in.mark(), std::string(ErrorMsg::INVALID_ESCAPE) + ch); } -} -} +} // namespace Exp +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/exp.h b/3rdparty/yaml-cpp/src/exp.h index 50b0220b81..c8837f0f82 100644 --- a/3rdparty/yaml-cpp/src/exp.h +++ b/3rdparty/yaml-cpp/src/exp.h @@ -33,15 +33,15 @@ inline const RegEx& Tab() { return e; } inline const RegEx& Blank() { - static const RegEx e = Space() || Tab(); + static const RegEx e = Space() | Tab(); return e; } inline const RegEx& Break() { - static const RegEx e = RegEx('\n') || RegEx("\r\n"); + static const RegEx e = RegEx('\n') | RegEx("\r\n") | RegEx('\r'); return e; } inline const RegEx& BlankOrBreak() { - static const RegEx e = Blank() || Break(); + static const RegEx e = Blank() | Break(); return e; } inline const RegEx& Digit() { @@ -49,29 +49,29 @@ inline const RegEx& Digit() { return e; } inline const RegEx& Alpha() { - static const RegEx e = RegEx('a', 'z') || RegEx('A', 'Z'); + static const RegEx e = RegEx('a', 'z') | RegEx('A', 'Z'); return e; } inline const RegEx& AlphaNumeric() { - static const RegEx e = Alpha() || Digit(); + static const RegEx e = Alpha() | Digit(); return e; } inline const RegEx& Word() { - static const RegEx e = AlphaNumeric() || RegEx('-'); + static const RegEx e = AlphaNumeric() | RegEx('-'); return e; } inline const RegEx& Hex() { - static const RegEx e = Digit() || RegEx('A', 'F') || RegEx('a', 'f'); + static const RegEx e = Digit() | RegEx('A', 'F') | RegEx('a', 'f'); return e; } // Valid Unicode code points that are not part of c-printable (YAML 1.2, sec. // 5.1) inline const RegEx& NotPrintable() { static const RegEx e = - RegEx(0) || - RegEx("\x01\x02\x03\x04\x05\x06\x07\x08\x0B\x0C\x7F", REGEX_OR) || - RegEx(0x0E, 0x1F) || - (RegEx('\xC2') + (RegEx('\x80', '\x84') || RegEx('\x86', '\x9F'))); + RegEx(0) | + RegEx("\x01\x02\x03\x04\x05\x06\x07\x08\x0B\x0C\x7F", REGEX_OR) | + RegEx(0x0E, 0x1F) | + (RegEx('\xC2') + (RegEx('\x80', '\x84') | RegEx('\x86', '\x9F'))); return e; } inline const RegEx& Utf8_ByteOrderMark() { @@ -82,19 +82,19 @@ inline const RegEx& Utf8_ByteOrderMark() { // actual tags inline const RegEx& DocStart() { - static const RegEx e = RegEx("---") + (BlankOrBreak() || RegEx()); + static const RegEx e = RegEx("---") + (BlankOrBreak() | RegEx()); return e; } inline const RegEx& DocEnd() { - static const RegEx e = RegEx("...") + (BlankOrBreak() || RegEx()); + static const RegEx e = RegEx("...") + (BlankOrBreak() | RegEx()); return e; } inline const RegEx& DocIndicator() { - static const RegEx e = DocStart() || DocEnd(); + static const RegEx e = DocStart() | DocEnd(); return e; } inline const RegEx& BlockEntry() { - static const RegEx e = RegEx('-') + (BlankOrBreak() || RegEx()); + static const RegEx e = RegEx('-') + (BlankOrBreak() | RegEx()); return e; } inline const RegEx& Key() { @@ -106,36 +106,40 @@ inline const RegEx& KeyInFlow() { return e; } inline const RegEx& Value() { - static const RegEx e = RegEx(':') + (BlankOrBreak() || RegEx()); + static const RegEx e = RegEx(':') + (BlankOrBreak() | RegEx()); return e; } inline const RegEx& ValueInFlow() { - static const RegEx e = RegEx(':') + (BlankOrBreak() || RegEx(",}", REGEX_OR)); + static const RegEx e = RegEx(':') + (BlankOrBreak() | RegEx(",]}", REGEX_OR)); return e; } inline const RegEx& ValueInJSONFlow() { static const RegEx e = RegEx(':'); return e; } +inline const RegEx& Ampersand() { + static const RegEx e = RegEx('&'); + return e; +} inline const RegEx Comment() { static const RegEx e = RegEx('#'); return e; } inline const RegEx& Anchor() { - static const RegEx e = !(RegEx("[]{},", REGEX_OR) || BlankOrBreak()); + static const RegEx e = !(RegEx("[]{},", REGEX_OR) | BlankOrBreak()); return e; } inline const RegEx& AnchorEnd() { - static const RegEx e = RegEx("?:,]}%@`", REGEX_OR) || BlankOrBreak(); + static const RegEx e = RegEx("?:,]}%@`", REGEX_OR) | BlankOrBreak(); return e; } inline const RegEx& URI() { - static const RegEx e = Word() || RegEx("#;/?:@&=+$,_.!~*'()[]", REGEX_OR) || + static const RegEx e = Word() | RegEx("#;/?:@&=+$,_.!~*'()[]", REGEX_OR) | (RegEx('%') + Hex() + Hex()); return e; } inline const RegEx& Tag() { - static const RegEx e = Word() || RegEx("#;/?:@&=+$_.~*'", REGEX_OR) || + static const RegEx e = Word() | RegEx("#;/?:@&=+$_.~*'()", REGEX_OR) | (RegEx('%') + Hex() + Hex()); return e; } @@ -148,34 +152,34 @@ inline const RegEx& Tag() { // space. inline const RegEx& PlainScalar() { static const RegEx e = - !(BlankOrBreak() || RegEx(",[]{}#&*!|>\'\"%@`", REGEX_OR) || - (RegEx("-?:", REGEX_OR) + (BlankOrBreak() || RegEx()))); + !(BlankOrBreak() | RegEx(",[]{}#&*!|>\'\"%@`", REGEX_OR) | + (RegEx("-?:", REGEX_OR) + (BlankOrBreak() | RegEx()))); return e; } inline const RegEx& PlainScalarInFlow() { static const RegEx e = - !(BlankOrBreak() || RegEx("?,[]{}#&*!|>\'\"%@`", REGEX_OR) || - (RegEx("-:", REGEX_OR) + Blank())); + !(BlankOrBreak() | RegEx("?,[]{}#&*!|>\'\"%@`", REGEX_OR) | + (RegEx("-:", REGEX_OR) + (Blank() | RegEx()))); return e; } inline const RegEx& EndScalar() { - static const RegEx e = RegEx(':') + (BlankOrBreak() || RegEx()); + static const RegEx e = RegEx(':') + (BlankOrBreak() | RegEx()); return e; } inline const RegEx& EndScalarInFlow() { static const RegEx e = - (RegEx(':') + (BlankOrBreak() || RegEx() || RegEx(",]}", REGEX_OR))) || + (RegEx(':') + (BlankOrBreak() | RegEx() | RegEx(",]}", REGEX_OR))) | RegEx(",?[]{}", REGEX_OR); return e; } inline const RegEx& ScanScalarEndInFlow() { - static const RegEx e = (EndScalarInFlow() || (BlankOrBreak() + Comment())); + static const RegEx e = (EndScalarInFlow() | (BlankOrBreak() + Comment())); return e; } inline const RegEx& ScanScalarEnd() { - static const RegEx e = EndScalar() || (BlankOrBreak() + Comment()); + static const RegEx e = EndScalar() | (BlankOrBreak() + Comment()); return e; } inline const RegEx& EscSingleQuote() { @@ -192,15 +196,15 @@ inline const RegEx& ChompIndicator() { return e; } inline const RegEx& Chomp() { - static const RegEx e = (ChompIndicator() + Digit()) || - (Digit() + ChompIndicator()) || ChompIndicator() || + static const RegEx e = (ChompIndicator() + Digit()) | + (Digit() + ChompIndicator()) | ChompIndicator() | Digit(); return e; } // and some functions std::string Escape(Stream& in); -} +} // namespace Exp namespace Keys { const char Directive = '%'; @@ -216,7 +220,7 @@ const char LiteralScalar = '|'; const char FoldedScalar = '>'; const char VerbatimTagStart = '<'; const char VerbatimTagEnd = '>'; -} -} +} // namespace Keys +} // namespace YAML #endif // EXP_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/memory.cpp b/3rdparty/yaml-cpp/src/memory.cpp index e5f8a9d3f8..676e4c7f15 100644 --- a/3rdparty/yaml-cpp/src/memory.cpp +++ b/3rdparty/yaml-cpp/src/memory.cpp @@ -22,5 +22,5 @@ node& memory::create_node() { void memory::merge(const memory& rhs) { m_nodes.insert(rhs.m_nodes.begin(), rhs.m_nodes.end()); } -} -} +} // namespace detail +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/node.cpp b/3rdparty/yaml-cpp/src/node.cpp index 2088e13c9a..badc3110ec 100644 --- a/3rdparty/yaml-cpp/src/node.cpp +++ b/3rdparty/yaml-cpp/src/node.cpp @@ -9,4 +9,4 @@ Node Clone(const Node& node) { events.Emit(builder); return builder.Root(); } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/node_data.cpp b/3rdparty/yaml-cpp/src/node_data.cpp index 77cd465780..8f5422ae6e 100644 --- a/3rdparty/yaml-cpp/src/node_data.cpp +++ b/3rdparty/yaml-cpp/src/node_data.cpp @@ -1,4 +1,5 @@ -#include +#include +#include #include #include @@ -12,15 +13,24 @@ namespace YAML { namespace detail { +YAML_CPP_API std::atomic node::m_amount{0}; -std::string node_data::empty_scalar; +const std::string& node_data::empty_scalar() { + static const std::string svalue; + return svalue; +} node_data::node_data() : m_isDefined(false), m_mark(Mark::null_mark()), m_type(NodeType::Null), + m_tag{}, m_style(EmitterStyle::Default), - m_seqSize(0) {} + m_scalar{}, + m_sequence{}, + m_seqSize(0), + m_map{}, + m_undefinedPairs{} {} void node_data::mark_defined() { if (m_type == NodeType::Undefined) @@ -100,9 +110,9 @@ void node_data::compute_seq_size() const { } void node_data::compute_map_size() const { - kv_pairs::iterator it = m_undefinedPairs.begin(); + auto it = m_undefinedPairs.begin(); while (it != m_undefinedPairs.end()) { - kv_pairs::iterator jt = std::next(it); + auto jt = std::next(it); if (it->first->is_defined() && it->second->is_defined()) m_undefinedPairs.erase(it); it = jt; @@ -111,7 +121,7 @@ void node_data::compute_map_size() const { const_node_iterator node_data::begin() const { if (!m_isDefined) - return const_node_iterator(); + return {}; switch (m_type) { case NodeType::Sequence: @@ -119,13 +129,13 @@ const_node_iterator node_data::begin() const { case NodeType::Map: return const_node_iterator(m_map.begin(), m_map.end()); default: - return const_node_iterator(); + return {}; } } node_iterator node_data::begin() { if (!m_isDefined) - return node_iterator(); + return {}; switch (m_type) { case NodeType::Sequence: @@ -133,13 +143,13 @@ node_iterator node_data::begin() { case NodeType::Map: return node_iterator(m_map.begin(), m_map.end()); default: - return node_iterator(); + return {}; } } const_node_iterator node_data::end() const { if (!m_isDefined) - return const_node_iterator(); + return {}; switch (m_type) { case NodeType::Sequence: @@ -147,13 +157,13 @@ const_node_iterator node_data::end() const { case NodeType::Map: return const_node_iterator(m_map.end(), m_map.end()); default: - return const_node_iterator(); + return {}; } } node_iterator node_data::end() { if (!m_isDefined) - return node_iterator(); + return {}; switch (m_type) { case NodeType::Sequence: @@ -161,12 +171,13 @@ node_iterator node_data::end() { case NodeType::Map: return node_iterator(m_map.end(), m_map.end()); default: - return node_iterator(); + return {}; } } // sequence -void node_data::push_back(node& node, shared_memory_holder /* pMemory */) { +void node_data::push_back(node& node, + const shared_memory_holder& /* pMemory */) { if (m_type == NodeType::Undefined || m_type == NodeType::Null) { m_type = NodeType::Sequence; reset_sequence(); @@ -178,7 +189,8 @@ void node_data::push_back(node& node, shared_memory_holder /* pMemory */) { m_sequence.push_back(&node); } -void node_data::insert(node& key, node& value, shared_memory_holder pMemory) { +void node_data::insert(node& key, node& value, + const shared_memory_holder& pMemory) { switch (m_type) { case NodeType::Map: break; @@ -188,27 +200,28 @@ void node_data::insert(node& key, node& value, shared_memory_holder pMemory) { convert_to_map(pMemory); break; case NodeType::Scalar: - throw BadSubscript(); + throw BadSubscript(m_mark, key); } insert_map_pair(key, value); } // indexing -node* node_data::get(node& key, shared_memory_holder /* pMemory */) const { +node* node_data::get(node& key, + const shared_memory_holder& /* pMemory */) const { if (m_type != NodeType::Map) { - return NULL; + return nullptr; } - for (node_map::const_iterator it = m_map.begin(); it != m_map.end(); ++it) { - if (it->first->is(key)) - return it->second; + for (const auto& it : m_map) { + if (it.first->is(key)) + return it.second; } - return NULL; + return nullptr; } -node& node_data::get(node& key, shared_memory_holder pMemory) { +node& node_data::get(node& key, const shared_memory_holder& pMemory) { switch (m_type) { case NodeType::Map: break; @@ -218,12 +231,12 @@ node& node_data::get(node& key, shared_memory_holder pMemory) { convert_to_map(pMemory); break; case NodeType::Scalar: - throw BadSubscript(); + throw BadSubscript(m_mark, key); } - for (node_map::const_iterator it = m_map.begin(); it != m_map.end(); ++it) { - if (it->first->is(key)) - return *it->second; + for (const auto& it : m_map) { + if (it.first->is(key)) + return *it.second; } node& value = pMemory->create_node(); @@ -231,15 +244,26 @@ node& node_data::get(node& key, shared_memory_holder pMemory) { return value; } -bool node_data::remove(node& key, shared_memory_holder /* pMemory */) { +bool node_data::remove(node& key, const shared_memory_holder& /* pMemory */) { if (m_type != NodeType::Map) return false; - for (node_map::iterator it = m_map.begin(); it != m_map.end(); ++it) { - if (it->first->is(key)) { - m_map.erase(it); - return true; - } + for (auto it = m_undefinedPairs.begin(); it != m_undefinedPairs.end();) { + auto jt = std::next(it); + if (it->first->is(key)) + m_undefinedPairs.erase(it); + it = jt; + } + + auto it = + std::find_if(m_map.begin(), m_map.end(), + [&](std::pair j) { + return (j.first->is(key)); + }); + + if (it != m_map.end()) { + m_map.erase(it); + return true; } return false; @@ -262,7 +286,7 @@ void node_data::insert_map_pair(node& key, node& value) { m_undefinedPairs.emplace_back(&key, &value); } -void node_data::convert_to_map(shared_memory_holder pMemory) { +void node_data::convert_to_map(const shared_memory_holder& pMemory) { switch (m_type) { case NodeType::Undefined: case NodeType::Null: @@ -280,7 +304,7 @@ void node_data::convert_to_map(shared_memory_holder pMemory) { } } -void node_data::convert_sequence_to_map(shared_memory_holder pMemory) { +void node_data::convert_sequence_to_map(const shared_memory_holder& pMemory) { assert(m_type == NodeType::Sequence); reset_map(); @@ -296,5 +320,5 @@ void node_data::convert_sequence_to_map(shared_memory_holder pMemory) { reset_sequence(); m_type = NodeType::Map; } -} -} +} // namespace detail +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/nodebuilder.cpp b/3rdparty/yaml-cpp/src/nodebuilder.cpp index 093d2efeb7..bbaefac8a6 100644 --- a/3rdparty/yaml-cpp/src/nodebuilder.cpp +++ b/3rdparty/yaml-cpp/src/nodebuilder.cpp @@ -1,4 +1,3 @@ -#include #include #include "nodebuilder.h" @@ -11,11 +10,16 @@ namespace YAML { struct Mark; NodeBuilder::NodeBuilder() - : m_pMemory(new detail::memory_holder), m_pRoot(0), m_mapDepth(0) { - m_anchors.push_back(0); // since the anchors start at 1 + : m_pMemory(new detail::memory_holder), + m_pRoot(nullptr), + m_stack{}, + m_anchors{}, + m_keys{}, + m_mapDepth(0) { + m_anchors.push_back(nullptr); // since the anchors start at 1 } -NodeBuilder::~NodeBuilder() {} +NodeBuilder::~NodeBuilder() = default; Node NodeBuilder::Root() { if (!m_pRoot) @@ -88,7 +92,7 @@ void NodeBuilder::Push(detail::node& node) { m_stack.push_back(&node); if (needsKey) - m_keys.push_back(PushedKey(&node, false)); + m_keys.emplace_back(&node, false); } void NodeBuilder::Pop() { @@ -127,4 +131,4 @@ void NodeBuilder::RegisterAnchor(anchor_t anchor, detail::node& node) { m_anchors.push_back(&node); } } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/nodebuilder.h b/3rdparty/yaml-cpp/src/nodebuilder.h index a6a47f007b..c580d40e29 100644 --- a/3rdparty/yaml-cpp/src/nodebuilder.h +++ b/3rdparty/yaml-cpp/src/nodebuilder.h @@ -27,25 +27,29 @@ class Node; class NodeBuilder : public EventHandler { public: NodeBuilder(); - virtual ~NodeBuilder(); + NodeBuilder(const NodeBuilder&) = delete; + NodeBuilder(NodeBuilder&&) = delete; + NodeBuilder& operator=(const NodeBuilder&) = delete; + NodeBuilder& operator=(NodeBuilder&&) = delete; + ~NodeBuilder() override; Node Root(); - virtual void OnDocumentStart(const Mark& mark); - virtual void OnDocumentEnd(); + void OnDocumentStart(const Mark& mark) override; + void OnDocumentEnd() override; - virtual void OnNull(const Mark& mark, anchor_t anchor); - virtual void OnAlias(const Mark& mark, anchor_t anchor); - virtual void OnScalar(const Mark& mark, const std::string& tag, - anchor_t anchor, const std::string& value); + void OnNull(const Mark& mark, anchor_t anchor) override; + void OnAlias(const Mark& mark, anchor_t anchor) override; + void OnScalar(const Mark& mark, const std::string& tag, + anchor_t anchor, const std::string& value) override; - virtual void OnSequenceStart(const Mark& mark, const std::string& tag, - anchor_t anchor, EmitterStyle::value style); - virtual void OnSequenceEnd(); + void OnSequenceStart(const Mark& mark, const std::string& tag, + anchor_t anchor, EmitterStyle::value style) override; + void OnSequenceEnd() override; - virtual void OnMapStart(const Mark& mark, const std::string& tag, - anchor_t anchor, EmitterStyle::value style); - virtual void OnMapEnd(); + void OnMapStart(const Mark& mark, const std::string& tag, + anchor_t anchor, EmitterStyle::value style) override; + void OnMapEnd() override; private: detail::node& Push(const Mark& mark, anchor_t anchor); @@ -57,14 +61,14 @@ class NodeBuilder : public EventHandler { detail::shared_memory_holder m_pMemory; detail::node* m_pRoot; - typedef std::vector Nodes; + using Nodes = std::vector; Nodes m_stack; Nodes m_anchors; - typedef std::pair PushedKey; + using PushedKey = std::pair; std::vector m_keys; std::size_t m_mapDepth; }; -} +} // namespace YAML #endif // NODE_NODEBUILDER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/nodeevents.cpp b/3rdparty/yaml-cpp/src/nodeevents.cpp index 82261feb05..b1774fef3e 100644 --- a/3rdparty/yaml-cpp/src/nodeevents.cpp +++ b/3rdparty/yaml-cpp/src/nodeevents.cpp @@ -13,14 +13,14 @@ void NodeEvents::AliasManager::RegisterReference(const detail::node& node) { anchor_t NodeEvents::AliasManager::LookupAnchor( const detail::node& node) const { - AnchorByIdentity::const_iterator it = m_anchorByIdentity.find(node.ref()); + auto it = m_anchorByIdentity.find(node.ref()); if (it == m_anchorByIdentity.end()) return 0; return it->second; } NodeEvents::NodeEvents(const Node& node) - : m_pMemory(node.m_pMemory), m_root(node.m_pNode) { + : m_pMemory(node.m_pMemory), m_root(node.m_pNode), m_refCount{} { if (m_root) Setup(*m_root); } @@ -32,13 +32,12 @@ void NodeEvents::Setup(const detail::node& node) { return; if (node.type() == NodeType::Sequence) { - for (detail::const_node_iterator it = node.begin(); it != node.end(); ++it) - Setup(**it); + for (auto element : node) + Setup(*element); } else if (node.type() == NodeType::Map) { - for (detail::const_node_iterator it = node.begin(); it != node.end(); - ++it) { - Setup(*it->first); - Setup(*it->second); + for (auto element : node) { + Setup(*element.first); + Setup(*element.second); } } } @@ -77,17 +76,15 @@ void NodeEvents::Emit(const detail::node& node, EventHandler& handler, break; case NodeType::Sequence: handler.OnSequenceStart(Mark(), node.tag(), anchor, node.style()); - for (detail::const_node_iterator it = node.begin(); it != node.end(); - ++it) - Emit(**it, handler, am); + for (auto element : node) + Emit(*element, handler, am); handler.OnSequenceEnd(); break; case NodeType::Map: handler.OnMapStart(Mark(), node.tag(), anchor, node.style()); - for (detail::const_node_iterator it = node.begin(); it != node.end(); - ++it) { - Emit(*it->first, handler, am); - Emit(*it->second, handler, am); + for (auto element : node) { + Emit(*element.first, handler, am); + Emit(*element.second, handler, am); } handler.OnMapEnd(); break; @@ -95,7 +92,7 @@ void NodeEvents::Emit(const detail::node& node, EventHandler& handler, } bool NodeEvents::IsAliased(const detail::node& node) const { - RefCount::const_iterator it = m_refCount.find(node.ref()); + auto it = m_refCount.find(node.ref()); return it != m_refCount.end() && it->second > 1; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/nodeevents.h b/3rdparty/yaml-cpp/src/nodeevents.h index 49c18eb854..efca9149ed 100644 --- a/3rdparty/yaml-cpp/src/nodeevents.h +++ b/3rdparty/yaml-cpp/src/nodeevents.h @@ -26,13 +26,17 @@ class Node; class NodeEvents { public: explicit NodeEvents(const Node& node); + NodeEvents(const NodeEvents&) = delete; + NodeEvents(NodeEvents&&) = delete; + NodeEvents& operator=(const NodeEvents&) = delete; + NodeEvents& operator=(NodeEvents&&) = delete; void Emit(EventHandler& handler); private: class AliasManager { public: - AliasManager() : m_curAnchor(0) {} + AliasManager() : m_anchorByIdentity{}, m_curAnchor(0) {} void RegisterReference(const detail::node& node); anchor_t LookupAnchor(const detail::node& node) const; @@ -41,7 +45,7 @@ class NodeEvents { anchor_t _CreateNewAnchor() { return ++m_curAnchor; } private: - typedef std::map AnchorByIdentity; + using AnchorByIdentity = std::map; AnchorByIdentity m_anchorByIdentity; anchor_t m_curAnchor; @@ -56,9 +60,9 @@ class NodeEvents { detail::shared_memory_holder m_pMemory; detail::node* m_root; - typedef std::map RefCount; + using RefCount = std::map; RefCount m_refCount; }; -} +} // namespace YAML #endif // NODE_NODEEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/null.cpp b/3rdparty/yaml-cpp/src/null.cpp index d12dd08ce4..db7daebf1d 100644 --- a/3rdparty/yaml-cpp/src/null.cpp +++ b/3rdparty/yaml-cpp/src/null.cpp @@ -7,4 +7,4 @@ bool IsNullString(const std::string& str) { return str.empty() || str == "~" || str == "null" || str == "Null" || str == "NULL"; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/ostream_wrapper.cpp b/3rdparty/yaml-cpp/src/ostream_wrapper.cpp index 357fc0094c..047a9f7c8e 100644 --- a/3rdparty/yaml-cpp/src/ostream_wrapper.cpp +++ b/3rdparty/yaml-cpp/src/ostream_wrapper.cpp @@ -7,16 +7,21 @@ namespace YAML { ostream_wrapper::ostream_wrapper() : m_buffer(1, '\0'), - m_pStream(0), + m_pStream(nullptr), m_pos(0), m_row(0), m_col(0), m_comment(false) {} ostream_wrapper::ostream_wrapper(std::ostream& stream) - : m_pStream(&stream), m_pos(0), m_row(0), m_col(0), m_comment(false) {} + : m_buffer{}, + m_pStream(&stream), + m_pos(0), + m_row(0), + m_col(0), + m_comment(false) {} -ostream_wrapper::~ostream_wrapper() {} +ostream_wrapper::~ostream_wrapper() = default; void ostream_wrapper::write(const std::string& str) { if (m_pStream) { @@ -26,8 +31,8 @@ void ostream_wrapper::write(const std::string& str) { std::copy(str.begin(), str.end(), m_buffer.begin() + m_pos); } - for (std::size_t i = 0; i < str.size(); i++) { - update_pos(str[i]); + for (char ch : str) { + update_pos(ch); } } @@ -54,4 +59,4 @@ void ostream_wrapper::update_pos(char ch) { m_comment = false; } } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/parse.cpp b/3rdparty/yaml-cpp/src/parse.cpp index d864907edb..262536b85a 100644 --- a/3rdparty/yaml-cpp/src/parse.cpp +++ b/3rdparty/yaml-cpp/src/parse.cpp @@ -3,10 +3,10 @@ #include #include -#include "yaml-cpp/node/node.h" -#include "yaml-cpp/node/impl.h" -#include "yaml-cpp/parser.h" #include "nodebuilder.h" +#include "yaml-cpp/node/impl.h" +#include "yaml-cpp/node/node.h" +#include "yaml-cpp/parser.h" namespace YAML { Node Load(const std::string& input) { @@ -30,9 +30,9 @@ Node Load(std::istream& input) { } Node LoadFile(const std::string& filename) { - std::ifstream fin(filename.c_str()); - if (!fin || fin.bad()) { - throw BadFile(); + std::ifstream fin(filename); + if (!fin) { + throw BadFile(filename); } return Load(fin); } @@ -51,7 +51,7 @@ std::vector LoadAll(std::istream& input) { std::vector docs; Parser parser(input); - while (1) { + while (true) { NodeBuilder builder; if (!parser.HandleNextDocument(builder)) { break; @@ -63,9 +63,9 @@ std::vector LoadAll(std::istream& input) { } std::vector LoadAllFromFile(const std::string& filename) { - std::ifstream fin(filename.c_str()); + std::ifstream fin(filename); if (!fin) { - throw BadFile(); + throw BadFile(filename); } return LoadAll(fin); } diff --git a/3rdparty/yaml-cpp/src/parser.cpp b/3rdparty/yaml-cpp/src/parser.cpp index cd69f39fce..b8b78ebabc 100644 --- a/3rdparty/yaml-cpp/src/parser.cpp +++ b/3rdparty/yaml-cpp/src/parser.cpp @@ -11,15 +11,13 @@ namespace YAML { class EventHandler; -Parser::Parser() {} +Parser::Parser() : m_pScanner{}, m_pDirectives{} {} -Parser::Parser(std::istream& in) { Load(in); } +Parser::Parser(std::istream& in) : Parser() { Load(in); } -Parser::~Parser() {} +Parser::~Parser() = default; -Parser::operator bool() const { - return m_pScanner.get() && !m_pScanner->empty(); -} +Parser::operator bool() const { return m_pScanner && !m_pScanner->empty(); } void Parser::Load(std::istream& in) { m_pScanner.reset(new Scanner(in)); @@ -27,7 +25,7 @@ void Parser::Load(std::istream& in) { } bool Parser::HandleNextDocument(EventHandler& eventHandler) { - if (!m_pScanner.get()) + if (!m_pScanner) return false; ParseDirectives(); @@ -43,11 +41,7 @@ bool Parser::HandleNextDocument(EventHandler& eventHandler) { void Parser::ParseDirectives() { bool readDirective = false; - while (1) { - if (m_pScanner->empty()) { - break; - } - + while (!m_pScanner->empty()) { Token& token = m_pScanner->peek(); if (token.type != Token::DIRECTIVE) { break; @@ -113,17 +107,13 @@ void Parser::HandleTagDirective(const Token& token) { } void Parser::PrintTokens(std::ostream& out) { - if (!m_pScanner.get()) { + if (!m_pScanner) { return; } - while (1) { - if (m_pScanner->empty()) { - break; - } - + while (!m_pScanner->empty()) { out << m_pScanner->peek() << "\n"; m_pScanner->pop(); } } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/ptr_vector.h b/3rdparty/yaml-cpp/src/ptr_vector.h index 955aebd8d5..d58de04cb6 100644 --- a/3rdparty/yaml-cpp/src/ptr_vector.h +++ b/3rdparty/yaml-cpp/src/ptr_vector.h @@ -12,15 +12,17 @@ #include #include -#include "yaml-cpp/noncopyable.h" - namespace YAML { // TODO: This class is no longer needed template -class ptr_vector : private YAML::noncopyable { +class ptr_vector { public: - ptr_vector() {} + ptr_vector() : m_data{} {} + ptr_vector(const ptr_vector&) = delete; + ptr_vector(ptr_vector&&) = default; + ptr_vector& operator=(const ptr_vector&) = delete; + ptr_vector& operator=(ptr_vector&&) = default; void clear() { m_data.clear(); } @@ -38,6 +40,6 @@ class ptr_vector : private YAML::noncopyable { private: std::vector> m_data; }; -} +} // namespace YAML #endif // PTR_VECTOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/regex_yaml.cpp b/3rdparty/yaml-cpp/src/regex_yaml.cpp index 20b772051d..bf1784b41d 100644 --- a/3rdparty/yaml-cpp/src/regex_yaml.cpp +++ b/3rdparty/yaml-cpp/src/regex_yaml.cpp @@ -2,18 +2,16 @@ namespace YAML { // constructors -RegEx::RegEx() : m_op(REGEX_EMPTY) {} -RegEx::RegEx(REGEX_OP op) : m_op(op) {} +RegEx::RegEx(REGEX_OP op) : m_op(op), m_a(0), m_z(0), m_params{} {} +RegEx::RegEx() : RegEx(REGEX_EMPTY) {} -RegEx::RegEx(char ch) : m_op(REGEX_MATCH), m_a(ch) {} +RegEx::RegEx(char ch) : m_op(REGEX_MATCH), m_a(ch), m_z(0), m_params{} {} -RegEx::RegEx(char a, char z) : m_op(REGEX_RANGE), m_a(a), m_z(z) {} +RegEx::RegEx(char a, char z) : m_op(REGEX_RANGE), m_a(a), m_z(z), m_params{} {} -RegEx::RegEx(const std::string& str, REGEX_OP op) : m_op(op) { - for (std::size_t i = 0; i < str.size(); i++) - m_params.push_back(RegEx(str[i])); -} +RegEx::RegEx(const std::string& str, REGEX_OP op) + : m_op(op), m_a(0), m_z(0), m_params(str.begin(), str.end()) {} // combination constructors RegEx operator!(const RegEx& ex) { @@ -22,14 +20,14 @@ RegEx operator!(const RegEx& ex) { return ret; } -RegEx operator||(const RegEx& ex1, const RegEx& ex2) { +RegEx operator|(const RegEx& ex1, const RegEx& ex2) { RegEx ret(REGEX_OR); ret.m_params.push_back(ex1); ret.m_params.push_back(ex2); return ret; } -RegEx operator&&(const RegEx& ex1, const RegEx& ex2) { +RegEx operator&(const RegEx& ex1, const RegEx& ex2) { RegEx ret(REGEX_AND); ret.m_params.push_back(ex1); ret.m_params.push_back(ex2); @@ -42,4 +40,4 @@ RegEx operator+(const RegEx& ex1, const RegEx& ex2) { ret.m_params.push_back(ex2); return ret; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/regex_yaml.h b/3rdparty/yaml-cpp/src/regex_yaml.h index 8f28b852a2..c70ab60dcc 100644 --- a/3rdparty/yaml-cpp/src/regex_yaml.h +++ b/3rdparty/yaml-cpp/src/regex_yaml.h @@ -31,14 +31,14 @@ enum REGEX_OP { class YAML_CPP_API RegEx { public: RegEx(); - RegEx(char ch); + explicit RegEx(char ch); RegEx(char a, char z); RegEx(const std::string& str, REGEX_OP op = REGEX_SEQ); - ~RegEx() {} + ~RegEx() = default; friend YAML_CPP_API RegEx operator!(const RegEx& ex); - friend YAML_CPP_API RegEx operator||(const RegEx& ex1, const RegEx& ex2); - friend YAML_CPP_API RegEx operator&&(const RegEx& ex1, const RegEx& ex2); + friend YAML_CPP_API RegEx operator|(const RegEx& ex1, const RegEx& ex2); + friend YAML_CPP_API RegEx operator&(const RegEx& ex1, const RegEx& ex2); friend YAML_CPP_API RegEx operator+(const RegEx& ex1, const RegEx& ex2); bool Matches(char ch) const; @@ -53,7 +53,7 @@ class YAML_CPP_API RegEx { int Match(const Source& source) const; private: - RegEx(REGEX_OP op); + explicit RegEx(REGEX_OP op); template bool IsValidSource(const Source& source) const; @@ -77,10 +77,11 @@ class YAML_CPP_API RegEx { private: REGEX_OP m_op; - char m_a, m_z; + char m_a{}; + char m_z{}; std::vector m_params; }; -} +} // namespace YAML #include "regeximpl.h" diff --git a/3rdparty/yaml-cpp/src/regeximpl.h b/3rdparty/yaml-cpp/src/regeximpl.h index 709124f008..a742cdc305 100644 --- a/3rdparty/yaml-cpp/src/regeximpl.h +++ b/3rdparty/yaml-cpp/src/regeximpl.h @@ -8,8 +8,8 @@ #endif #include "stream.h" -#include "stringsource.h" #include "streamcharsource.h" +#include "stringsource.h" namespace YAML { // query matches @@ -106,9 +106,8 @@ inline int RegEx::MatchOpEmpty(const Source& source) const { template <> inline int RegEx::MatchOpEmpty( const StringCharSource& source) const { - return !source - ? 0 - : -1; // the empty regex only is successful on the empty string + return !source ? 0 : -1; // the empty regex only is successful on the empty + // string } // MatchOperator @@ -130,8 +129,8 @@ inline int RegEx::MatchOpRange(const Source& source) const { // OrOperator template inline int RegEx::MatchOpOr(const Source& source) const { - for (std::size_t i = 0; i < m_params.size(); i++) { - int n = m_params[i].MatchUnchecked(source); + for (const RegEx& param : m_params) { + int n = param.MatchUnchecked(source); if (n >= 0) return n; } @@ -169,11 +168,11 @@ inline int RegEx::MatchOpNot(const Source& source) const { template inline int RegEx::MatchOpSeq(const Source& source) const { int offset = 0; - for (std::size_t i = 0; i < m_params.size(); i++) { - int n = m_params[i].Match(source + offset); // note Match, not - // MatchUnchecked because we - // need to check validity after - // the offset + for (const RegEx& param : m_params) { + int n = param.Match(source + offset); // note Match, not + // MatchUnchecked because we + // need to check validity after + // the offset if (n == -1) return -1; offset += n; @@ -181,6 +180,6 @@ inline int RegEx::MatchOpSeq(const Source& source) const { return offset; } -} +} // namespace YAML #endif // REGEXIMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/scanner.cpp b/3rdparty/yaml-cpp/src/scanner.cpp index b5cfcc12b2..ea5511a114 100644 --- a/3rdparty/yaml-cpp/src/scanner.cpp +++ b/3rdparty/yaml-cpp/src/scanner.cpp @@ -9,12 +9,17 @@ namespace YAML { Scanner::Scanner(std::istream& in) : INPUT(in), + m_tokens{}, m_startedStream(false), m_endedStream(false), m_simpleKeyAllowed(false), - m_canBeJSONFlow(false) {} + m_canBeJSONFlow(false), + m_simpleKeys{}, + m_indents{}, + m_indentRefs{}, + m_flows{} {} -Scanner::~Scanner() {} +Scanner::~Scanner() = default; bool Scanner::empty() { EnsureTokensInQueue(); @@ -46,7 +51,7 @@ Token& Scanner::peek() { Mark Scanner::mark() const { return INPUT.mark(); } void Scanner::EnsureTokensInQueue() { - while (1) { + while (true) { if (!m_tokens.empty()) { Token& token = m_tokens.front(); @@ -83,7 +88,7 @@ void Scanner::ScanNextToken() { return StartStream(); } - // get rid of whitespace, etc. (in between tokens it should be irrelevent) + // get rid of whitespace, etc. (in between tokens it should be irrelevant) ScanToNextToken(); // maybe need to end some blocks @@ -169,7 +174,7 @@ void Scanner::ScanNextToken() { } void Scanner::ScanToNextToken() { - while (1) { + while (true) { // first eat whitespace while (INPUT && IsWhitespaceToBeEaten(INPUT.peek())) { if (InBlockContext() && Exp::Tab().Matches(INPUT)) { @@ -282,7 +287,7 @@ Scanner::IndentMarker* Scanner::PushIndentTo(int column, IndentMarker::INDENT_TYPE type) { // are we in flow? if (InFlowContext()) { - return 0; + return nullptr; } std::unique_ptr pIndent(new IndentMarker(column, type)); @@ -291,12 +296,12 @@ Scanner::IndentMarker* Scanner::PushIndentTo(int column, // is this actually an indentation? if (indent.column < lastIndent.column) { - return 0; + return nullptr; } if (indent.column == lastIndent.column && !(indent.type == IndentMarker::SEQ && lastIndent.type == IndentMarker::MAP)) { - return 0; + return nullptr; } // push a start token diff --git a/3rdparty/yaml-cpp/src/scanner.h b/3rdparty/yaml-cpp/src/scanner.h index 7bb2ccc71a..4af938e69c 100644 --- a/3rdparty/yaml-cpp/src/scanner.h +++ b/3rdparty/yaml-cpp/src/scanner.h @@ -9,9 +9,7 @@ #include #include -#include #include -#include #include #include @@ -49,7 +47,7 @@ class Scanner { enum INDENT_TYPE { MAP, SEQ, NONE }; enum STATUS { VALID, INVALID, UNKNOWN }; IndentMarker(int column_, INDENT_TYPE type_) - : column(column_), type(type_), status(VALID), pStartToken(0) {} + : column(column_), type(type_), status(VALID), pStartToken(nullptr) {} int column; INDENT_TYPE type; diff --git a/3rdparty/yaml-cpp/src/scanscalar.cpp b/3rdparty/yaml-cpp/src/scanscalar.cpp index 10e359d446..be57b1cd5d 100644 --- a/3rdparty/yaml-cpp/src/scanscalar.cpp +++ b/3rdparty/yaml-cpp/src/scanscalar.cpp @@ -47,7 +47,8 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) { if (INPUT.column() == 0 && Exp::DocIndicator().Matches(INPUT)) { if (params.onDocIndicator == BREAK) { break; - } else if (params.onDocIndicator == THROW) { + } + if (params.onDocIndicator == THROW) { throw ParserException(INPUT.mark(), ErrorMsg::DOC_IN_SCALAR); } } @@ -183,7 +184,7 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) { case FOLD_FLOW: if (nextEmptyLine) { scalar += "\n"; - } else if (!emptyLine && !nextEmptyLine && !escapedNewline) { + } else if (!emptyLine && !escapedNewline) { scalar += " "; } break; @@ -203,7 +204,7 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) { // post-processing if (params.trimTrailingSpaces) { - std::size_t pos = scalar.find_last_not_of(' '); + std::size_t pos = scalar.find_last_not_of(" \t"); if (lastEscapedChar != std::string::npos) { if (pos < lastEscapedChar || pos == std::string::npos) { pos = lastEscapedChar; @@ -247,4 +248,4 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) { return scalar; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/scanscalar.h b/3rdparty/yaml-cpp/src/scanscalar.h index c3a574ad9b..296b885a51 100644 --- a/3rdparty/yaml-cpp/src/scanscalar.h +++ b/3rdparty/yaml-cpp/src/scanscalar.h @@ -57,7 +57,7 @@ struct ScanScalarParams { bool leadingSpaces; }; -std::string ScanScalar(Stream& INPUT, ScanScalarParams& info); +std::string ScanScalar(Stream& INPUT, ScanScalarParams& params); } #endif // SCANSCALAR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/scantag.cpp b/3rdparty/yaml-cpp/src/scantag.cpp index c5b39652ad..176cc5c711 100644 --- a/3rdparty/yaml-cpp/src/scantag.cpp +++ b/3rdparty/yaml-cpp/src/scantag.cpp @@ -78,4 +78,4 @@ const std::string ScanTagSuffix(Stream& INPUT) { return tag; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/scantoken.cpp b/3rdparty/yaml-cpp/src/scantoken.cpp index fd8758d781..1a94ab1d7d 100644 --- a/3rdparty/yaml-cpp/src/scantoken.cpp +++ b/3rdparty/yaml-cpp/src/scantoken.cpp @@ -37,7 +37,7 @@ void Scanner::ScanDirective() { token.value += INPUT.get(); // read parameters - while (1) { + while (true) { // first get rid of whitespace while (Exp::Blank().Matches(INPUT)) INPUT.eat(1); @@ -171,7 +171,7 @@ void Scanner::ScanBlockEntry() { // Key void Scanner::ScanKey() { - // handle keys diffently in the block context (and manage indents) + // handle keys differently in the block context (and manage indents) if (InBlockContext()) { if (!m_simpleKeyAllowed) throw ParserException(INPUT.mark(), ErrorMsg::MAP_KEY); @@ -199,7 +199,7 @@ void Scanner::ScanValue() { // seems fine) m_simpleKeyAllowed = false; } else { - // handle values diffently in the block context (and manage indents) + // handle values differently in the block context (and manage indents) if (InBlockContext()) { if (!m_simpleKeyAllowed) throw ParserException(INPUT.mark(), ErrorMsg::MAP_VALUE); @@ -338,7 +338,7 @@ void Scanner::ScanQuotedScalar() { // setup the scanning parameters ScanScalarParams params; - RegEx end = (single ? RegEx(quote) && !Exp::EscSingleQuote() : RegEx(quote)); + RegEx end = (single ? RegEx(quote) & !Exp::EscSingleQuote() : RegEx(quote)); params.end = &end; params.eatEnd = true; params.escape = (single ? '\'' : '\\'); @@ -434,4 +434,4 @@ void Scanner::ScanBlockScalar() { token.value = scalar; m_tokens.push(token); } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/setting.h b/3rdparty/yaml-cpp/src/setting.h index b78d40e2e8..4960bbf75c 100644 --- a/3rdparty/yaml-cpp/src/setting.h +++ b/3rdparty/yaml-cpp/src/setting.h @@ -7,17 +7,24 @@ #pragma once #endif +#include "yaml-cpp/noexcept.h" #include +#include #include -#include "yaml-cpp/noncopyable.h" namespace YAML { -class SettingChangeBase; + +class SettingChangeBase { + public: + virtual ~SettingChangeBase() = default; + virtual void pop() = 0; +}; template class Setting { public: Setting() : m_value() {} + Setting(const T& value) : m_value() { set(value); } const T get() const { return m_value; } std::unique_ptr set(const T& value); @@ -27,21 +34,19 @@ class Setting { T m_value; }; -class SettingChangeBase { - public: - virtual ~SettingChangeBase() {} - virtual void pop() = 0; -}; - template class SettingChange : public SettingChangeBase { public: - SettingChange(Setting* pSetting) : m_pCurSetting(pSetting) { - // copy old setting to save its state - m_oldSetting = *pSetting; - } + SettingChange(Setting* pSetting) + : m_pCurSetting(pSetting), + m_oldSetting(*pSetting) // copy old setting to save its state + {} + SettingChange(const SettingChange&) = delete; + SettingChange(SettingChange&&) = delete; + SettingChange& operator=(const SettingChange&) = delete; + SettingChange& operator=(SettingChange&&) = delete; - virtual void pop() { m_pCurSetting->restore(m_oldSetting); } + void pop() override { m_pCurSetting->restore(m_oldSetting); } private: Setting* m_pCurSetting; @@ -55,28 +60,13 @@ inline std::unique_ptr Setting::set(const T& value) { return pChange; } -class SettingChanges : private noncopyable { +class SettingChanges { public: - SettingChanges() {} - ~SettingChanges() { clear(); } - - void clear() { - restore(); - m_settingChanges.clear(); - } - - void restore() { - for (setting_changes::const_iterator it = m_settingChanges.begin(); - it != m_settingChanges.end(); ++it) - (*it)->pop(); - } - - void push(std::unique_ptr pSettingChange) { - m_settingChanges.push_back(std::move(pSettingChange)); - } - - // like std::unique_ptr - assignment is transfer of ownership - SettingChanges& operator=(SettingChanges&& rhs) { + SettingChanges() : m_settingChanges{} {} + SettingChanges(const SettingChanges&) = delete; + SettingChanges(SettingChanges&&) YAML_CPP_NOEXCEPT = default; + SettingChanges& operator=(const SettingChanges&) = delete; + SettingChanges& operator=(SettingChanges&& rhs) YAML_CPP_NOEXCEPT { if (this == &rhs) return *this; @@ -85,11 +75,26 @@ class SettingChanges : private noncopyable { return *this; } + ~SettingChanges() { clear(); } + + void clear() YAML_CPP_NOEXCEPT { + restore(); + m_settingChanges.clear(); + } + + void restore() YAML_CPP_NOEXCEPT { + for (const auto& setting : m_settingChanges) + setting->pop(); + } + + void push(std::unique_ptr pSettingChange) { + m_settingChanges.push_back(std::move(pSettingChange)); + } private: - typedef std::vector> setting_changes; + using setting_changes = std::vector>; setting_changes m_settingChanges; }; -} +} // namespace YAML #endif // SETTING_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/simplekey.cpp b/3rdparty/yaml-cpp/src/simplekey.cpp index 70f56b6ae4..67c2d712ef 100644 --- a/3rdparty/yaml-cpp/src/simplekey.cpp +++ b/3rdparty/yaml-cpp/src/simplekey.cpp @@ -5,7 +5,11 @@ namespace YAML { struct Mark; Scanner::SimpleKey::SimpleKey(const Mark& mark_, std::size_t flowLevel_) - : mark(mark_), flowLevel(flowLevel_), pIndent(0), pMapStart(0), pKey(0) {} + : mark(mark_), + flowLevel(flowLevel_), + pIndent(nullptr), + pMapStart(nullptr), + pKey(nullptr) {} void Scanner::SimpleKey::Validate() { // Note: pIndent will *not* be garbage here; @@ -125,4 +129,4 @@ void Scanner::PopAllSimpleKeys() { while (!m_simpleKeys.empty()) m_simpleKeys.pop(); } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/singledocparser.cpp b/3rdparty/yaml-cpp/src/singledocparser.cpp index 752835822c..22913d198c 100644 --- a/3rdparty/yaml-cpp/src/singledocparser.cpp +++ b/3rdparty/yaml-cpp/src/singledocparser.cpp @@ -7,6 +7,7 @@ #include "singledocparser.h" #include "tag.h" #include "token.h" +#include "yaml-cpp/depthguard.h" #include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/eventhandler.h" #include "yaml-cpp/exceptions.h" // IWYU pragma: keep @@ -18,9 +19,10 @@ SingleDocParser::SingleDocParser(Scanner& scanner, const Directives& directives) : m_scanner(scanner), m_directives(directives), m_pCollectionStack(new CollectionStack), + m_anchors{}, m_curAnchor(0) {} -SingleDocParser::~SingleDocParser() {} +SingleDocParser::~SingleDocParser() = default; // HandleDocument // . Handles the next document @@ -46,6 +48,8 @@ void SingleDocParser::HandleDocument(EventHandler& eventHandler) { } void SingleDocParser::HandleNode(EventHandler& eventHandler) { + DepthGuard<500> depthguard(depth, m_scanner.mark(), ErrorMsg::BAD_FILE); + // an empty node *is* a possibility if (m_scanner.empty()) { eventHandler.OnNull(m_scanner.mark(), NullAnchor); @@ -71,20 +75,31 @@ void SingleDocParser::HandleNode(EventHandler& eventHandler) { } std::string tag; + std::string anchor_name; anchor_t anchor; - ParseProperties(tag, anchor); + ParseProperties(tag, anchor, anchor_name); - const Token& token = m_scanner.peek(); + if (!anchor_name.empty()) + eventHandler.OnAnchor(mark, anchor_name); - if (token.type == Token::PLAIN_SCALAR && IsNullString(token.value)) { + // after parsing properties, an empty node is again a possibility + if (m_scanner.empty()) { eventHandler.OnNull(mark, anchor); - m_scanner.pop(); return; } + const Token& token = m_scanner.peek(); + // add non-specific tags if (tag.empty()) tag = (token.type == Token::NON_PLAIN_SCALAR ? "!" : "?"); + + if (token.type == Token::PLAIN_SCALAR + && tag.compare("?") == 0 && IsNullString(token.value)) { + eventHandler.OnNull(mark, anchor); + m_scanner.pop(); + return; + } // now split based on what kind of node we should be switch (token.type) { @@ -152,7 +167,7 @@ void SingleDocParser::HandleBlockSequence(EventHandler& eventHandler) { m_scanner.pop(); m_pCollectionStack->PushCollectionType(CollectionType::BlockSeq); - while (1) { + while (true) { if (m_scanner.empty()) throw ParserException(m_scanner.mark(), ErrorMsg::END_OF_SEQ); @@ -166,10 +181,10 @@ void SingleDocParser::HandleBlockSequence(EventHandler& eventHandler) { // check for null if (!m_scanner.empty()) { - const Token& token_ = m_scanner.peek(); - if (token_.type == Token::BLOCK_ENTRY || - token_.type == Token::BLOCK_SEQ_END) { - eventHandler.OnNull(token_.mark, NullAnchor); + const Token& nextToken = m_scanner.peek(); + if (nextToken.type == Token::BLOCK_ENTRY || + nextToken.type == Token::BLOCK_SEQ_END) { + eventHandler.OnNull(nextToken.mark, NullAnchor); continue; } } @@ -185,7 +200,7 @@ void SingleDocParser::HandleFlowSequence(EventHandler& eventHandler) { m_scanner.pop(); m_pCollectionStack->PushCollectionType(CollectionType::FlowSeq); - while (1) { + while (true) { if (m_scanner.empty()) throw ParserException(m_scanner.mark(), ErrorMsg::END_OF_SEQ_FLOW); @@ -238,7 +253,7 @@ void SingleDocParser::HandleBlockMap(EventHandler& eventHandler) { m_scanner.pop(); m_pCollectionStack->PushCollectionType(CollectionType::BlockMap); - while (1) { + while (true) { if (m_scanner.empty()) throw ParserException(m_scanner.mark(), ErrorMsg::END_OF_MAP); @@ -277,7 +292,7 @@ void SingleDocParser::HandleFlowMap(EventHandler& eventHandler) { m_scanner.pop(); m_pCollectionStack->PushCollectionType(CollectionType::FlowMap); - while (1) { + while (true) { if (m_scanner.empty()) throw ParserException(m_scanner.mark(), ErrorMsg::END_OF_MAP_FLOW); @@ -356,11 +371,13 @@ void SingleDocParser::HandleCompactMapWithNoKey(EventHandler& eventHandler) { // ParseProperties // . Grabs any tag or anchor tokens and deals with them. -void SingleDocParser::ParseProperties(std::string& tag, anchor_t& anchor) { +void SingleDocParser::ParseProperties(std::string& tag, anchor_t& anchor, + std::string& anchor_name) { tag.clear(); + anchor_name.clear(); anchor = NullAnchor; - while (1) { + while (true) { if (m_scanner.empty()) return; @@ -369,7 +386,7 @@ void SingleDocParser::ParseProperties(std::string& tag, anchor_t& anchor) { ParseTag(tag); break; case Token::ANCHOR: - ParseAnchor(anchor); + ParseAnchor(anchor, anchor_name); break; default: return; @@ -387,11 +404,12 @@ void SingleDocParser::ParseTag(std::string& tag) { m_scanner.pop(); } -void SingleDocParser::ParseAnchor(anchor_t& anchor) { +void SingleDocParser::ParseAnchor(anchor_t& anchor, std::string& anchor_name) { Token& token = m_scanner.peek(); if (anchor) throw ParserException(token.mark, ErrorMsg::MULTIPLE_ANCHORS); + anchor_name = token.value; anchor = RegisterAnchor(token.value); m_scanner.pop(); } @@ -405,10 +423,13 @@ anchor_t SingleDocParser::RegisterAnchor(const std::string& name) { anchor_t SingleDocParser::LookupAnchor(const Mark& mark, const std::string& name) const { - Anchors::const_iterator it = m_anchors.find(name); - if (it == m_anchors.end()) - throw ParserException(mark, ErrorMsg::UNKNOWN_ANCHOR); + auto it = m_anchors.find(name); + if (it == m_anchors.end()) { + std::stringstream ss; + ss << ErrorMsg::UNKNOWN_ANCHOR << name; + throw ParserException(mark, ss.str()); + } return it->second; } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/singledocparser.h b/3rdparty/yaml-cpp/src/singledocparser.h index 2b92067cdd..f484eb1f95 100644 --- a/3rdparty/yaml-cpp/src/singledocparser.h +++ b/3rdparty/yaml-cpp/src/singledocparser.h @@ -12,10 +12,10 @@ #include #include "yaml-cpp/anchor.h" -#include "yaml-cpp/noncopyable.h" namespace YAML { class CollectionStack; +template class DepthGuard; // depthguard.h class EventHandler; class Node; class Scanner; @@ -23,9 +23,13 @@ struct Directives; struct Mark; struct Token; -class SingleDocParser : private noncopyable { +class SingleDocParser { public: SingleDocParser(Scanner& scanner, const Directives& directives); + SingleDocParser(const SingleDocParser&) = delete; + SingleDocParser(SingleDocParser&&) = delete; + SingleDocParser& operator=(const SingleDocParser&) = delete; + SingleDocParser& operator=(SingleDocParser&&) = delete; ~SingleDocParser(); void HandleDocument(EventHandler& eventHandler); @@ -43,23 +47,25 @@ class SingleDocParser : private noncopyable { void HandleCompactMap(EventHandler& eventHandler); void HandleCompactMapWithNoKey(EventHandler& eventHandler); - void ParseProperties(std::string& tag, anchor_t& anchor); + void ParseProperties(std::string& tag, anchor_t& anchor, + std::string& anchor_name); void ParseTag(std::string& tag); - void ParseAnchor(anchor_t& anchor); + void ParseAnchor(anchor_t& anchor, std::string& anchor_name); anchor_t RegisterAnchor(const std::string& name); anchor_t LookupAnchor(const Mark& mark, const std::string& name) const; private: + int depth = 0; Scanner& m_scanner; const Directives& m_directives; std::unique_ptr m_pCollectionStack; - typedef std::map Anchors; + using Anchors = std::map; Anchors m_anchors; anchor_t m_curAnchor; }; -} +} // namespace YAML #endif // SINGLEDOCPARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/stream.cpp b/3rdparty/yaml-cpp/src/stream.cpp index 3b013cfa7d..b1aa092f69 100644 --- a/3rdparty/yaml-cpp/src/stream.cpp +++ b/3rdparty/yaml-cpp/src/stream.cpp @@ -111,24 +111,15 @@ static UtfIntroState s_introTransitions[][uictMax] = { static char s_introUngetCount[][uictMax] = { // uict00, uictBB, uictBF, uictEF, uictFE, uictFF, uictAscii, uictOther - {0, 1, 1, 0, 0, 0, 0, 1}, - {0, 2, 2, 2, 2, 2, 2, 2}, - {3, 3, 3, 3, 0, 3, 3, 3}, - {4, 4, 4, 4, 4, 0, 4, 4}, - {1, 1, 1, 1, 1, 1, 1, 1}, - {1, 1, 1, 1, 1, 1, 1, 1}, - {2, 2, 2, 2, 2, 0, 2, 2}, - {2, 2, 2, 2, 0, 2, 2, 2}, - {0, 1, 1, 1, 1, 1, 1, 1}, - {0, 2, 2, 2, 2, 2, 2, 2}, - {1, 1, 1, 1, 1, 1, 1, 1}, - {1, 1, 1, 1, 1, 1, 1, 1}, - {0, 2, 2, 2, 2, 2, 2, 2}, - {0, 3, 3, 3, 3, 3, 3, 3}, - {4, 4, 4, 4, 4, 4, 4, 4}, - {2, 0, 2, 2, 2, 2, 2, 2}, - {3, 3, 0, 3, 3, 3, 3, 3}, - {1, 1, 1, 1, 1, 1, 1, 1}, + {0, 1, 1, 0, 0, 0, 0, 1}, {0, 2, 2, 2, 2, 2, 2, 2}, + {3, 3, 3, 3, 0, 3, 3, 3}, {4, 4, 4, 4, 4, 0, 4, 4}, + {1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1}, + {2, 2, 2, 2, 2, 0, 2, 2}, {2, 2, 2, 2, 0, 2, 2, 2}, + {0, 1, 1, 1, 1, 1, 1, 1}, {0, 2, 2, 2, 2, 2, 2, 2}, + {1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1}, + {0, 2, 2, 2, 2, 2, 2, 2}, {0, 3, 3, 3, 3, 3, 3, 3}, + {4, 4, 4, 4, 4, 4, 4, 4}, {2, 0, 2, 2, 2, 2, 2, 2}, + {3, 3, 0, 3, 3, 3, 3, 3}, {1, 1, 1, 1, 1, 1, 1, 1}, }; inline UtfIntroCharType IntroCharTypeOf(std::istream::int_type ch) { @@ -160,7 +151,8 @@ inline UtfIntroCharType IntroCharTypeOf(std::istream::int_type ch) { inline char Utf8Adjust(unsigned long ch, unsigned char lead_bits, unsigned char rshift) { - const unsigned char header = ((1 << lead_bits) - 1) << (8 - lead_bits); + const unsigned char header = + static_cast(((1 << lead_bits) - 1) << (8 - lead_bits)); const unsigned char mask = (0xFF >> (lead_bits + 1)); return static_cast( static_cast(header | ((ch >> rshift) & mask))); @@ -192,17 +184,20 @@ inline void QueueUnicodeCodepoint(std::deque& q, unsigned long ch) { Stream::Stream(std::istream& input) : m_input(input), + m_mark{}, + m_charSet{}, + m_readahead{}, m_pPrefetched(new unsigned char[YAML_PREFETCH_SIZE]), m_nPrefetchedAvailable(0), m_nPrefetchedUsed(0) { - typedef std::istream::traits_type char_traits; + using char_traits = std::istream::traits_type; if (!input) return; // Determine (or guess) the character-set by reading the BOM, if any. See // the YAML specification for the determination algorithm. - char_traits::int_type intro[4]; + char_traits::int_type intro[4]{}; int nIntroUsed = 0; UtfIntroState state = uis_start; for (; !s_introFinalState[state];) { @@ -279,9 +274,11 @@ char Stream::get() { // . Extracts 'n' characters from the stream and updates our position std::string Stream::get(int n) { std::string ret; - ret.reserve(n); - for (int i = 0; i < n; i++) - ret += get(); + if (n > 0) { + ret.reserve(static_cast(n)); + for (int i = 0; i < n; i++) + ret += get(); + } return ret; } @@ -332,7 +329,7 @@ bool Stream::_ReadAheadTo(size_t i) const { void Stream::StreamInUtf8() const { unsigned char b = GetNextByte(); if (m_input.good()) { - m_readahead.push_back(b); + m_readahead.push_back(static_cast(b)); } } @@ -353,7 +350,9 @@ void Stream::StreamInUtf16() const { // Trailing (low) surrogate...ugh, wrong order QueueUnicodeCodepoint(m_readahead, CP_REPLACEMENT_CHARACTER); return; - } else if (ch >= 0xD800 && ch < 0xDC00) { + } + + if (ch >= 0xD800 && ch < 0xDC00) { // ch is a leading (high) surrogate // Four byte UTF-8 code point @@ -378,11 +377,10 @@ void Stream::StreamInUtf16() const { // Easiest case: queue the codepoint and return QueueUnicodeCodepoint(m_readahead, ch); return; - } else { - // Start the loop over with the new high surrogate - ch = chLow; - continue; } + // Start the loop over with the new high surrogate + ch = chLow; + continue; } // Select the payload bits from the high surrogate @@ -445,4 +443,4 @@ void Stream::StreamInUtf32() const { QueueUnicodeCodepoint(m_readahead, ch); } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/stream.h b/3rdparty/yaml-cpp/src/stream.h index 42d542d5b1..2bc7a15216 100644 --- a/3rdparty/yaml-cpp/src/stream.h +++ b/3rdparty/yaml-cpp/src/stream.h @@ -7,7 +7,6 @@ #pragma once #endif -#include "yaml-cpp/noncopyable.h" #include "yaml-cpp/mark.h" #include #include @@ -17,11 +16,18 @@ #include namespace YAML { -class Stream : private noncopyable { + +class StreamCharSource; + +class Stream { public: friend class StreamCharSource; Stream(std::istream& input); + Stream(const Stream&) = delete; + Stream(Stream&&) = delete; + Stream& operator=(const Stream&) = delete; + Stream& operator=(Stream&&) = delete; ~Stream(); operator bool() const; @@ -71,6 +77,6 @@ inline bool Stream::ReadAheadTo(size_t i) const { return true; return _ReadAheadTo(i); } -} +} // namespace YAML #endif // STREAM_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/streamcharsource.h b/3rdparty/yaml-cpp/src/streamcharsource.h index 624599e65d..826ba5347e 100644 --- a/3rdparty/yaml-cpp/src/streamcharsource.h +++ b/3rdparty/yaml-cpp/src/streamcharsource.h @@ -7,16 +7,20 @@ #pragma once #endif -#include "yaml-cpp/noncopyable.h" +#include "yaml-cpp/noexcept.h" +#include "stream.h" #include namespace YAML { + class StreamCharSource { public: StreamCharSource(const Stream& stream) : m_offset(0), m_stream(stream) {} - StreamCharSource(const StreamCharSource& source) - : m_offset(source.m_offset), m_stream(source.m_stream) {} - ~StreamCharSource() {} + StreamCharSource(const StreamCharSource& source) = default; + StreamCharSource(StreamCharSource&&) YAML_CPP_NOEXCEPT = default; + StreamCharSource& operator=(const StreamCharSource&) = delete; + StreamCharSource& operator=(StreamCharSource&&) = delete; + ~StreamCharSource() = default; operator bool() const; char operator[](std::size_t i) const { return m_stream.CharAt(m_offset + i); } @@ -27,8 +31,6 @@ class StreamCharSource { private: std::size_t m_offset; const Stream& m_stream; - - StreamCharSource& operator=(const StreamCharSource&); // non-assignable }; inline StreamCharSource::operator bool() const { @@ -38,11 +40,11 @@ inline StreamCharSource::operator bool() const { inline const StreamCharSource StreamCharSource::operator+(int i) const { StreamCharSource source(*this); if (static_cast(source.m_offset) + i >= 0) - source.m_offset += i; + source.m_offset += static_cast(i); else source.m_offset = 0; return source; } -} +} // namespace YAML #endif // STREAMCHARSOURCE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/src/tag.cpp b/3rdparty/yaml-cpp/src/tag.cpp index 51435520e4..35a1b46560 100644 --- a/3rdparty/yaml-cpp/src/tag.cpp +++ b/3rdparty/yaml-cpp/src/tag.cpp @@ -6,7 +6,8 @@ #include "token.h" namespace YAML { -Tag::Tag(const Token& token) : type(static_cast(token.data)) { +Tag::Tag(const Token& token) + : type(static_cast(token.data)), handle{}, value{} { switch (type) { case VERBATIM: value = token.value; @@ -28,7 +29,7 @@ Tag::Tag(const Token& token) : type(static_cast(token.data)) { } } -const std::string Tag::Translate(const Directives& directives) { +std::string Tag::Translate(const Directives& directives) { switch (type) { case VERBATIM: return value; @@ -46,4 +47,4 @@ const std::string Tag::Translate(const Directives& directives) { } throw std::runtime_error("yaml-cpp: internal error, bad tag type"); } -} +} // namespace YAML diff --git a/3rdparty/yaml-cpp/src/tag.h b/3rdparty/yaml-cpp/src/tag.h index ac30673b9e..c811f39559 100644 --- a/3rdparty/yaml-cpp/src/tag.h +++ b/3rdparty/yaml-cpp/src/tag.h @@ -23,7 +23,7 @@ struct Tag { }; Tag(const Token& token); - const std::string Translate(const Directives& directives); + std::string Translate(const Directives& directives); TYPE type; std::string handle, value; diff --git a/3rdparty/yaml-cpp/src/token.h b/3rdparty/yaml-cpp/src/token.h index ad0b7d0a00..9c9a5b7798 100644 --- a/3rdparty/yaml-cpp/src/token.h +++ b/3rdparty/yaml-cpp/src/token.h @@ -14,10 +14,11 @@ namespace YAML { const std::string TokenNames[] = { - "DIRECTIVE", "DOC_START", "DOC_END", "BLOCK_SEQ_START", "BLOCK_MAP_START", - "BLOCK_SEQ_END", "BLOCK_MAP_END", "BLOCK_ENTRY", "FLOW_SEQ_START", - "FLOW_MAP_START", "FLOW_SEQ_END", "FLOW_MAP_END", "FLOW_MAP_COMPACT", - "FLOW_ENTRY", "KEY", "VALUE", "ANCHOR", "ALIAS", "TAG", "SCALAR"}; + "DIRECTIVE", "DOC_START", "DOC_END", "BLOCK_SEQ_START", + "BLOCK_MAP_START", "BLOCK_SEQ_END", "BLOCK_MAP_END", "BLOCK_ENTRY", + "FLOW_SEQ_START", "FLOW_MAP_START", "FLOW_SEQ_END", "FLOW_MAP_END", + "FLOW_MAP_COMPACT", "FLOW_ENTRY", "KEY", "VALUE", + "ANCHOR", "ALIAS", "TAG", "SCALAR"}; struct Token { // enums @@ -48,12 +49,12 @@ struct Token { // data Token(TYPE type_, const Mark& mark_) - : status(VALID), type(type_), mark(mark_), data(0) {} + : status(VALID), type(type_), mark(mark_), value{}, params{}, data(0) {} friend std::ostream& operator<<(std::ostream& out, const Token& token) { out << TokenNames[token.type] << std::string(": ") << token.value; - for (std::size_t i = 0; i < token.params.size(); i++) - out << std::string(" ") << token.params[i]; + for (const std::string& param : token.params) + out << std::string(" ") << param; return out; } @@ -64,6 +65,6 @@ struct Token { std::vector params; int data; }; -} +} // namespace YAML #endif // TOKEN_H_62B23520_7C8E_11DE_8A39_0800200C9A66 diff --git a/3rdparty/yaml-cpp/yaml-cpp.vcxproj b/3rdparty/yaml-cpp/yaml-cpp.vcxproj index d41866543c..130363f98a 100644 --- a/3rdparty/yaml-cpp/yaml-cpp.vcxproj +++ b/3rdparty/yaml-cpp/yaml-cpp.vcxproj @@ -95,8 +95,9 @@ ProgramDatabase Disabled $(SolutionDir)3rdparty\yaml-cpp\include\;$(SolutionDir)3rdparty\yaml-cpp\src\; - WIN32;_WINDOWS;_DEBUG;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) + YAML_CPP_STATIC_DEFINE;WIN32;_WINDOWS;_DEBUG;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug + true @@ -107,8 +108,9 @@ $(SolutionDir)3rdparty\yaml-cpp\include\;$(SolutionDir)3rdparty\yaml-cpp\src\; Disabled - WIN32;_WINDOWS;_DEBUG;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) + YAML_CPP_STATIC_DEFINE;WIN32;_WINDOWS;_DEBUG;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug + true @@ -120,8 +122,9 @@ $(SolutionDir)3rdparty\yaml-cpp\include\;$(SolutionDir)3rdparty\yaml-cpp\src\; - WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) + YAML_CPP_STATIC_DEFINE;WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) MultiThreaded + true true @@ -137,8 +140,9 @@ $(SolutionDir)3rdparty\yaml-cpp\include\;$(SolutionDir)3rdparty\yaml-cpp\src\; - WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) + YAML_CPP_STATIC_DEFINE;WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) MultiThreaded + true true @@ -174,6 +178,7 @@ + diff --git a/3rdparty/yaml-cpp/yaml-cpp.vcxproj.filters b/3rdparty/yaml-cpp/yaml-cpp.vcxproj.filters index 68791621d2..05ac387e10 100644 --- a/3rdparty/yaml-cpp/yaml-cpp.vcxproj.filters +++ b/3rdparty/yaml-cpp/yaml-cpp.vcxproj.filters @@ -89,6 +89,9 @@ Source Files + + Source Files + Source Files diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b51f20e94..ef35b46f8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ project( rAthena ) if( CYGWIN ) unset( WIN32 ) endif() -set(CMAKE_CXX_STANDARD 14) # C++14... +set(CMAKE_CXX_STANDARD 17) # C++17... set(CMAKE_CXX_STANDARD_REQUIRED ON) #...is required... #set(CMAKE_CXX_EXTENSIONS OFF) #...without compiler extensions like gnu++11 @@ -236,7 +236,7 @@ option( ENABLE_WEB_SERVER "Build web-server (default=ON)" ON ) # TEST_BIG_ENDIAN( BIG_ENDIAN ) if( NOT DEFINED BIG_ENDIAN ) - message( WARNING "unable to determine endianess, only LITTLE ENDIAN is supported" ) + message( WARNING "unable to determine endianness, only LITTLE ENDIAN is supported" ) elseif( BIG_ENDIAN ) message( FATAL_ERROR "bigendian is not supported" ) endif() diff --git a/README.md b/README.md index 3bd97c5a77..7c084379e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # rAthena ![clang](https://img.shields.io/github/actions/workflow/status/rathena/rathena/build_servers_clang.yml?label=clang%20build&logo=llvm) ![cmake](https://img.shields.io/github/actions/workflow/status/rathena/rathena/build_servers_cmake.yml?label=cmake%20build&logo=cmake) ![gcc](https://img.shields.io/github/actions/workflow/status/rathena/rathena/build_servers_gcc.yml?label=gcc%20build&logo=gnu) ![ms](https://img.shields.io/github/actions/workflow/status/rathena/rathena/build_servers_msbuild.yml?label=ms%20build&logo=visualstudio) ![GitHub](https://img.shields.io/github/license/rathena/rathena.svg) ![commit activity](https://img.shields.io/github/commit-activity/w/rathena/rathena) ![GitHub repo size](https://img.shields.io/github/repo-size/rathena/rathena.svg) -> rAthena is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. rAthena is a continuation of the eAthena project. +> rAthena is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C++, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. rAthena is a continuation of the eAthena project. [Forum](https://rathena.org/board)|[Discord](https://rathena.org/discord)|[Wiki](https://github.com/rathena/rathena/wiki)|[FluxCP](https://github.com/rathena/FluxCP)|[Crowdfunding](https://rathena.org/board/crowdfunding/)|[Fork and Pull Request Q&A](https://rathena.org/board/topic/86913-pull-request-qa/) --------|--------|--------|--------|--------|-------- @@ -29,7 +29,7 @@ Disk Space | 300 MB | 500 MB ### Operating System & Preferred Compiler Operating System | Compiler ------|------ -Linux | [gcc-5 or newer](https://www.gnu.org/software/gcc/gcc-5/) / [Make](https://www.gnu.org/software/make/) +Linux | [gcc-6 or newer](https://www.gnu.org/software/gcc/gcc-6/) / [Make](https://www.gnu.org/software/make/) Windows | [MS Visual Studio 2017 or newer](https://www.visualstudio.com/downloads/) ### Required Applications diff --git a/conf/atcommands.yml b/conf/atcommands.yml index 732935d27a..b6b65281f0 100644 --- a/conf/atcommands.yml +++ b/conf/atcommands.yml @@ -365,6 +365,10 @@ Body: Help: | Params: [] Throws all your possession on the ground. No type specified will drop all items. + - Command: stockall + Help: | + Params: [] + Transfer items from cart to your inventory. No type specified will transfer all items. - Command: storeall Help: | Puts all your possessions in storage. @@ -685,20 +689,20 @@ Body: Gives you the desired item. - Command: pvpon Help: | - Turns pvp on on the current map + Enables PvP on the current map - Command: pvpoff Help: | - Turns pvp off on the current map + Disables PvP on the current map - Command: gvgon Aliases: - gpvpon Help: | - Turns gvg on on the current map + Enables GvG on the current map - Command: gvgoff Aliases: - gpvpoff Help: | - Turns gvg off on the current map + Disables GvG on the current map - Command: agitstart Help: | Starts War of Emperium @@ -1019,6 +1023,9 @@ Body: - Command: roulette Help: | Opens the roulette UI. + - Command: setcard + Help: | + Adds a card or enchant to the specific slot of the equipment. Footer: Imports: diff --git a/conf/battle/exp.conf b/conf/battle/exp.conf index 692d61d2c5..86c70f1c87 100644 --- a/conf/battle/exp.conf +++ b/conf/battle/exp.conf @@ -33,8 +33,7 @@ max_exp_gain_rate: 0 // Method of calculating earned experience when defeating a monster: // 0 = uses damage given / total damage as damage ratio // 1 = uses damage given / max_hp as damage ratio -// NOTE: Using type 1 disables the bonus where the first attacker gets -// his share of the exp doubled when multiple people attack the mob. +// 2 = 0 + first attacker counts twice exp_calc_type: 0 // Experience increase per attacker. That is, every additional attacker to the diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 37b1f066fb..9fa7d1ee5f 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -134,3 +134,9 @@ min_shop_buy: 1 // Minimum sell price of items at a normal shop // Officially items can be sold for 0 Zeny min_shop_sell: 0 + +// Should items that reduce damage from element/race count all monster damage as physical? (Note 1) +// Officially "Asprika" (god item) reduces all monsters damage rather than just physical damage +// Shaman Hat on the other hand doesn't reduce monster damage at all (reduces magical damage in PVP) +// This only affects items with bonus3 bSubEle and bonus3 bSubRace. +cardfix_monster_physical: yes diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 7adb358440..64fcc69118 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -79,10 +79,10 @@ monster_chase_refresh: 30 // 8: Enable mob-warping when standing on Dimensional Door mob_warp: 0 -// If these are set above 0, they define the time (in ms) during which monsters -// will have their 'AI' active after all players have left their vicinity. -mob_active_time: 0 -boss_active_time: 0 +// Defines the time (in ms) during which monsters will have their AI active +// after all players have left their vicinity. +mob_active_time: 5000 +boss_active_time: 5000 // Mobs and Pets view-range adjustment (range2 column in the mob_db) (Note 2) view_range_rate: 100 @@ -302,3 +302,8 @@ slave_stick_with_master: no // Also used in delaying the spawning of guardians when a guild is not loaded. // Default (Official): 1000 mob_respawn_time: 1000 + +// Defines the time (in ms) after which a monster unlocks its target when trapped. +// During this time monsters will still be in idle mode and use idle skills on random +// targets, but they continue chasing their original target when no longer trapped. +mob_unlock_time: 2000 diff --git a/conf/groups.yml b/conf/groups.yml index d61a6d6cc0..515b356e88 100644 --- a/conf/groups.yml +++ b/conf/groups.yml @@ -240,6 +240,7 @@ Body: bypass_stat_onclone: true bypass_max_stat: true macro_register: true + trade_unconditional: true #all_permission: true Footer: diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf index 7a6b695380..b445656f88 100644 --- a/conf/inter_athena.conf +++ b/conf/inter_athena.conf @@ -30,10 +30,6 @@ emblem_transparency_limit: 80 // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)" // and you have localhost, switch it to 127.0.0.1 -// Global SQL settings -// overridden by local settings when the hostname is defined there -// (currently only the login-server reads/obeys these settings) - // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 diff --git a/conf/maps_athena.conf b/conf/maps_athena.conf index b83680a931..629187ce34 100644 --- a/conf/maps_athena.conf +++ b/conf/maps_athena.conf @@ -1592,5 +1592,26 @@ map: jor_sanct map: jor_twice map: jor_twig +// Depth biosphere 1st floor +map: bl_depth1 + +// Garden of Time +map: 1@ba_go +map: 1@f_lake +map: for_dun01 +map: for_dun02 +map: t_garden + +// Fantasy Series - Rainbow Lake +map: 1@vrpop +map: 2@vrpop +map: 3@vrpop + +// Depth biosphere 2nd floor +map: bl_depth2 + +// Fantasy Series Sonic Collaboration - Dr. Eggman's Secret Base +map: 1@vrsn + //------------------------- Clone Maps --------------------------- //------------------------- Extra Maps --------------------------- diff --git a/conf/msg_conf/map_msg.conf b/conf/msg_conf/map_msg.conf index 1a7b10459d..c9eb476354 100644 --- a/conf/msg_conf/map_msg.conf +++ b/conf/msg_conf/map_msg.conf @@ -930,7 +930,10 @@ // @reloadbarterdb 830: Barter database has been reloaded. -//831-899 free +// NoBank Mapflag +831: You cannot use the Bank on this map. + +//832-899 free //------------------------------------ // More atcommands message @@ -1132,7 +1135,7 @@ 1048: Teleport Flags: 1049: Weather Flags: 1050: Other Flags: -1051: Other Flags2: +//1051: free 1052: Skill Damage Adjustments: 1053: > [Map] %d%%, %d%%, %d%%, %d%% | Caster:%d 1054: > [Map Skill] Name : Player, Monster, Boss Monster, Other | Caster @@ -1796,5 +1799,26 @@ 1519: Please enter a position and an amount (usage: @grade <+/- amount>). 1520: %d items have been graded. +// @refine +1521: %d: Shadow Armor +1522: %d: Shadow Weapon +1523: %d: Shadow Shield +1524: %d: Shadow Shoes +1525: %d: Shadow Right Accessory +1526: %d: Shadow Left Accessory + +// @setcard +1527: Please enter the position, the slot number and the card ID (usage: @setcard ). +1528: You are not wearing any equipment in this position. +1529: The item type must be a card or enchant. +1530: Invalid card ID. +1531: Invalid position. +1532: Invalid slot number. + +//@stockall +1533: You do not have a cart. +1534: Usage: @stockall {} +1535: %d items are transferred (%d skipped)! + //Custom translations import: conf/msg_conf/import/map_msg_eng_conf.txt diff --git a/conf/msg_conf/map_msg_chn.conf b/conf/msg_conf/map_msg_chn.conf index 43609c4dc2..f28e296b87 100644 --- a/conf/msg_conf/map_msg_chn.conf +++ b/conf/msg_conf/map_msg_chn.conf @@ -882,7 +882,7 @@ 1048: å‚³é€ æ——æ¨™: 1049: 天氣 旗標: 1050: 其它 旗標: -1051: 其它 旗標2: +//1051: free //1052-1064 free 1065: 死亡無經驗懲罰: %s | 死亡無金錢懲罰: %s 1066: 開啟 diff --git a/conf/msg_conf/map_msg_frn.conf b/conf/msg_conf/map_msg_frn.conf index 52b29848e0..2ec84874be 100644 --- a/conf/msg_conf/map_msg_frn.conf +++ b/conf/msg_conf/map_msg_frn.conf @@ -894,7 +894,7 @@ 1048: Teleportation Flags: 1049: Météo Flags: 1050: Autres Flags: -1051: Autres Flags2: +//1051: free 1052: Réglage des dégâts des Skills: //1053-1064 free 1065: Pas de pénalité d'Exp: %s | Pas de pénalité de Zeny: %s diff --git a/conf/msg_conf/map_msg_idn.conf b/conf/msg_conf/map_msg_idn.conf index 007696feba..3f36ba79d5 100644 --- a/conf/msg_conf/map_msg_idn.conf +++ b/conf/msg_conf/map_msg_idn.conf @@ -981,7 +981,7 @@ 1048: Teleport Flags: 1049: Cuaca: 1050: Flag Lainnya: -1051: Flag Lainnya2: +//1051: free 1052: Skill Damage Adjustments: //1053-1064 kosong 1065: Tidak ada pengurangan exp: %s | Tidak ada pengurangan zeny: %s diff --git a/conf/msg_conf/map_msg_por.conf b/conf/msg_conf/map_msg_por.conf index 4c8304c5bf..79d997e540 100644 --- a/conf/msg_conf/map_msg_por.conf +++ b/conf/msg_conf/map_msg_por.conf @@ -1063,7 +1063,7 @@ 1048: Flags de Teleporte: 1049: Flags de Clima: 1050: Outras Flags: -1051: Outras Flags2: +//1051: free 1052: Skill Damage Adjustments: //1053-1064 free 1065: Sem Penalidade de Exp: %s | Sem Penalidade de Zeny: %s diff --git a/conf/msg_conf/map_msg_rus.conf b/conf/msg_conf/map_msg_rus.conf index 735e37c5f2..68f357c712 100644 --- a/conf/msg_conf/map_msg_rus.conf +++ b/conf/msg_conf/map_msg_rus.conf @@ -895,7 +895,7 @@ 1048: Ôëàãè ïåðåìåùåíèÿ: 1049: Ôëàãè ïîãîäû: 1050: Äðóãèå ôëàãè: -1051: Äðóãèå ôëàãè2: +//1051: free 1065: Íåò øòðàôîâ îïûòà: %s | Íåò øòðàôîâ Çåíè: %s 1066: Âêëþ÷åíî diff --git a/conf/msg_conf/map_msg_spn.conf b/conf/msg_conf/map_msg_spn.conf index 2a86de1b59..86c13a4e04 100644 --- a/conf/msg_conf/map_msg_spn.conf +++ b/conf/msg_conf/map_msg_spn.conf @@ -1,15 +1,15 @@ // rAthena map_msg_spn.conf // Configuración de mensajes -// Si vas a traducirlo simplemente tienes que cambiar el msg de la segunda línea, no tienes que modificar el código fuente, +// Para modificar una traducción simplemente cambia el mensaje aquí, no tienes que modificar el código fuente, // aunque también puedes utilizar conf/import/map_msg_spn_conf.txt -// +// // Formato: // msg_number: mensaje traducido (tamaño máximo: 255 caracteres) // -// Si quieres desactivar una variable (%s) de una cadena de texto, haz que su tamaño máximo sea 0: +// Si quieres desactivar una variable (%s) de una cadena de texto, haz que su tamaño máximo sea 0: // Por ejemplo: // 270: *%s %s* (Este es el formato de texto para el comando @me) -// 270: *%.0s%s* (Si pones esto no se mostrará el nombre del personaje) +// 270: *%.0s%s* (Si pones esto no se mostrará el nombre del personaje) // Mensajes de comandos de GM // ----------------------- @@ -18,11 +18,11 @@ 1: Ese mapa no existe. 2: Las coordenadas no son válidas, se han utilizado otras aleatorias. 3: Ese personaje no está conectado o no existe. -4: Has saltado a %s +4: Has saltado a %s 5: Has saltado a %d %d 6: Tu punto de guardado ha sido actualizado. -7: Te has teletransportado al punto de guardado. -8: Has alterado tu velocidad de movimiento. +7: Te has teletransportado a tu punto de guardado. +8: Tu velocidad de movimiento ha cambiado. 9: Se han modificado las opciones. 10: Ya no eres invisible. 11: Ahora eres invisible. @@ -32,47 +32,47 @@ 15: El personaje ha sido teletransportado (también ha sido notificado de ello) 16: ¡Has resucitado! 17: Has recuperado todos tus puntos de vitalidad y poder espiritual. -18: Has creado el objeto. -19: El ID o el nombre del objeto no son válidos. -20: Te has deshecho de todos tus objetos. -21: Has aumentado tu nivel de base. -22: Has disminuido tu nivel de base. +18: Has creado el objeto. +19: El nombre o ID del objeto que has introducido no es válido. +20: Se han eliminado todos tus objetos. +21: Tu nivel de base ha aumentado. +22: Tu nivel de base ha disminuido. 23: Tu nivel de oficio no puede aumentar más. -24: Has aumentado tu nivel de oficio. -25: Has disminuido tu nivel de oficio. -26: Ayuda sobre comandos: -//27: free +24: Tu nivel de oficio ha aumentado. +25: Tu nivel de oficio ha disminuido. +26: Ayuda sobre los comandos: +//27: libre 28: No se ha encontrado ningún jugador. 29: Se ha encontrado 1 jugador. 30: Se han encontrado %d jugadores. -31: Has desactivado el modo PvP. -32: Has activado el modo PvP. +31: Has desactivado el modo PvP. +32: Has activado el modo PvP. 33: Has desactivado el modo GvG. 34: Has activado el modo GvG. 35: Este comando no es compatible con tu oficio actual. -36: Has modificado tu aspecto. -37: El número que has escrito no es válido. -38: Has introducido un nombre de ciudad o número no válido. +36: Tu aspecto ha sido modificado. +37: El número que has introducido no es válido. +38: La ciudad o el número que has introducido no es válido. 39: ¡Has invocado los monstruos! -40: Has introducido una ID o un nombre de monstruo no válido. -41: No se puede disminuir en esa cantidad. -42: Has alterado tus atributos. +40: El nombre o ID de monstruo que has introducido no es válido. +41: No se puede disminuir en esa cantidad. +42: Tus atributos han sido modificados. 43: No perteneces a ningún clan. -44: No eres el líder de ningún clan. +44: No eres el líder del clan. 45: No se ha podido modificar el nivel del clan. 46: ¡Has convocado a %s! -47: No puedes aumentar más tu nivel de base. +47: Tu nivel de base no puede aumentar más. 48: Has cambiado el oficio del personaje. -49: Has introducido una ID de oficio no válida. +49: El nombre o ID de oficio que has introducido no es válido. 50: Ya tienes poderes de Game Master. -51: Has resucitado al personaje, +51: Has resucitado al personaje. 52: No puedes utilizar esto en el modo PK. 53: Estos son los atributos de '%s': 54: No se ha encontrado a ningún jugador en el mapa '%s'. 55: Se ha encontrado a 1 jugador en el mapa '%s'. 56: Se han encontrado %d jugadores en el mapa '%s'. -57: Has modificado el punto de guardado de ese personaje. -58: Has modificado las opciones de ese personaje, +57: Has modificado el punto de guardado de ese personaje. +58: Has modificado las opciones de ese personaje. 59: Se ha establecido el modo nocturno. 60: Se ha establecido el modo diurno. 61: Ha dado comienzo el juicio final. @@ -80,41 +80,41 @@ 63: La gracia de Dios ha sido concedida. 64: Has concedido la gracia de Dios. 65: Has aumentado el nivel de base de ese personaje. -66: Has disminuido el nivel de base de ese personaje. -67: El nivel de oficio de ese personaje no puede aumentarse más. +66: Has reducido el nivel de base de ese personaje. +67: No se puede aumentar más el nivel de oficio de ese personaje. 68: Has aumentado el nivel de oficio de ese personaje. 69: Has reducido el nivel de oficio de ese personaje. 70: Has adquirido esa habilidad. 71: Has olvidado esa habilidad. 72: Ha comenzado la guerra de clanes. -73: En estos momentos ya hay una guerra de clanes. +73: En estos momentos ya hay una guerra de clanes en marcha. 74: La guerra de clanes ha finalizado. -75: En estos momentos no hay ninguna guerra de clanes. +75: En estos momentos no hay ninguna guerra de clanes en marcha. 76: Se han añadido todas las habilidades a tu árbol de habilidades. 77: Estos son los resultados de la búsqueda de '%s' (nombre: ID): -78: %s: %u +78: - %s: %u 79: Total de resultados: %d 80: Debes introducir el nombre del monstruo o su ID. -81: Tu nivel de GM no te permite utilizar este comando en ese jugador. +81: Tu nivel de GM no te permite realizar esta acción sobre el jugador especificado. 82: Introduce un nombre o un número de la siguiente lista: -83: No puedes invocar a un 'Emperium' como si fuera un monstruo. -84: ¡Has cambiado todos los atributos! -85: El tiempo que has introducido para prohibir el acceso no es válido. -86: El nombre del personaje debe contener mínimo 4 caracteres. +83: No puedes invocar un 'Emperium' como si fuera un monstruo. +84: ¡Se han modificado todos tus atributos! +85: El tiempo que has introducido para el comando %s no es válido (tiempo=%d). +86: El nombre del personaje debe contener al menos 4 caracteres. 87: El nombre del personaje no puede contener más de 23 caracteres. -88: Se está enviando la petición al servidor de acceso... -89: Ya está activado el modo nocturno. -90: Ya está activado el modo diurno. -91: No se puede aumentar más el nivel de base del personaje. -92: ¡Has convocado a todos! -93: Todos los personajes conectados del clan %s han sido convocados. -94: El nombre de usuario o ID no es válido, o puede que ningún miembro del clan esté conectado. +88: Enviando petición al servidor %s... +89: El modo nocturno ya está activo. +90: El modo diurno ya está activo. +91: No se puede aumentar más el nivel de base de ese personaje. +92: ¡Has convocado a todos los personajes! +93: Has convocado a todos los personajes conectados del clan %s. +94: El nombre o ID no es válido, o puede que ningún miembro del clan esté conectado. 95: Has convocado a todos los personajes conectados del grupo %s. -96: El nombre de usuario o ID no es válido, o puede que nadie de ese grupo esté conectado. -97: Has recargado con éxito la base de datos de objetos. -98: Has recargado con éxito la base de datos de monstruos. -99: Has recargado con éxito la base de datos de habilidades. -100: Todos los scripts se han recargado con éxito. +96: El nombre o ID no es válido, o puede que nadie del grupo esté conectado. +97: Se ha recargado la base de datos de objetos. +98: Se ha recargado la base de datos de monstruos. +99: Se ha recargado la base de datos de habilidades. +100: Se han recargado todos los scripts. 101: El servidor de acceso ha recibido tu petición para recargar los niveles de GM. 102: Has montado en Peco Peco. 103: Has dejado de espiar al clan %s. @@ -127,9 +127,9 @@ 110: El NPC ha sido cargado con éxito. 111: Ese NPC no existe. 112: El NPC ha sido desactivado. -113: Un GM te ha eliminado esta cantidad de objetos: %d. +113: Un GM te ha eliminado esta cantidad de objetos: %d. 114: Objetos eliminados del jugador: %d. -115: Objetos eliminados: %d. El jugador sólo tenía %d de %d objetos. +115: Objetos eliminados: %d. El jugador solo tenía %d de %d objetos. 116: Ese personaje no tiene el objeto que has introducido. 117: Un GM te ha enviado a la cárcel. 118: Has enviado al jugador a la cárcel. @@ -137,46 +137,46 @@ 120: Un GM te acaba de liberar de la cárcel. 121: El personaje ha sido excarcelado. 122: Has activado el disfraz. -123: El nombre o ID de monstruo o NPC que has introducido no es válido. +123: El nombre o ID de monstruo o NPC que has introducido no es válido. 124: Has desactivado el disfraz. 125: No estás disfrazado. //Mensajes de clones -126: No puedes clonar a un personaje con un nivel de GM mayor al tuyo. -127: No puedes clonar más. -128: Has invocado un clon maligno. +126: No puedes clonar a un personaje con un nivel de GM superior al tuyo. +127: No puedes crear más clones esclavos. +128: Has invocado un clon maligno. 129: No puedes invocar un clon maligno. -130: Has invocado un clon. +130: Has invocado un clon. 131: No se ha podido clonar con éxito. 132: Has invocado un clon esclavo. 133: No se ha podido invocar un clon esclavo con éxito. -//Los mensajes desde 134 hasta 139 no se utilizan, pero puede que en un futuro se reutilicen estas ID (seguramente para más variaciones del comando @clone) -140: Ese personaje ha sido disfrazado. -141: Has quitado el disfraz de ese personaje. +//Los mensajes desde 134 hasta 139 ya no se utilizan, pero puede que se reutilicen en un futuro (seguramente para más variaciones del comando @clone) +140: Has aplicado el disfraz a ese personaje. +141: Has quitado el disfraz a ese personaje. 142: Ese personaje no lleva ningún disfraz. -143: No puedes utilizar ese comando en este mapa. +143: No está permitido utilizar comandos en este mapa. 144: La dirección de correo electrónico no es válida, si no sabes cuál es prueba a@a.com -145: La dirección de correo electrónico no es válida. Introduce una de verdad. -146: Debes introducir una dirección de correo electrónico de verdad. +145: La dirección de correo electrónico no es válida. Introduce una dirección real. +146: Debes introducir una dirección de correo electrónico real. 147: La nueva dirección de correo electrónico debe ser distinta a la actual. 148: Se ha enviado la información al servidor de acceso a través del servidor de personajes. -149: No se puede aumentar tanto. +149: No se puede aumentar más ese valor. 150: No hay ningún GM. 151: Hay 1 GM. 152: Hay %d GMs. 153: El comando %s no existe. 154: Ha habido un error con %s. 155: No puedes cambiar de oficio. -156: Se han alterado tus puntos de vitalidad y poder espiritual. +156: Se han modificado tus puntos de vitalidad y poder espiritual. 157: Ya has recuperado al máximo tus puntos de vitalidad y poder espiritual. -158: No puedes disminuir más el nivel de base. -159: No puedes disminuir más el nivel de oficio. +158: Tu nivel de base no puede disminuir más. +159: Tu nivel de oficio no puede disminuir más. 160: El modo PvP ya está desactivado. 161: El modo PvP ya está activado. 162: El modo GvG ya está desactivado. 163: El modo GvG ya está activado. -164: Tu lugar memorizado ya #%d no existe. -165: ¡Has acabado con todos los monstruos! -166: No se ha refinado ningún objeto. +164: Tu lugar memorizado #%d no existe. +165: ¡Has acabado con todos los monstruos! +166: No se ha podido refinar ningún objeto. 167: Se ha refinado 1 objeto. 168: Se han refinado %d objetos. 169: El objeto (%u: '%s') no puede ser equipado. @@ -184,51 +184,51 @@ 171: %d - vacío //172: Has reemplazado tu lugar memorizado %d - %s (%d,%d). //173: Atención: no tienes el nivel necesario de la habilidad 'Warp' para usarlo. -174: Has alterado la cantidad de puntos de estado. -175: Has alterado la cantidad de puntos de habilidad. -176: Has modificado tu cantidad de zeny. -177: No puedes disminuir más ese atributo. -178: No puedes aumentar más ese atributo. -179: Has alterado el nivel del clan. +174: Se ha modificado la cantidad de puntos de estado. +175: Se ha modificado la cantidad de puntos de habilidad. +176: Se ha modificado tu cantidad de zeny. +177: No se puede disminuir más ese atributo. +178: No se puede aumentar más ese atributo. +179: Se ha modificado el nivel del clan. 180: El monstruo / nombre de huevo / ID que has introducido no existe. 181: Ya tienes una mascota. -182: Has alterado el nivel de amistad con la mascota. -183: El nivel de amistad con la mascota ya ha alcanzado el valor máximo. +182: Se ha modificado el nivel de amistad de la mascota. +183: El nivel de amistad de la mascota ya está al máximo. 184: No tienes ninguna mascota. -185: Has alterado el nivel de hambre de tu mascota. +185: Se ha modificado el nivel de hambre de la mascota. 186: Esta mascota ya no necesita comer más. 187: Ahora puedes cambiar el nombre de tu mascota. 188: Ya puedes cambiar el nombre de tu mascota. 189: Ahora ese jugador podrá cambiar el nombre de su mascota. 190: Ese jugador ya puede cambiar el nombre de su mascota. 191: Ese jugador no tiene ninguna mascota. -192: No se ha podido alterar el oficio de ese personaje, -193: No puedes reducir más el nivel de base de ese personaje, -194: No puedes reducir más el nivel de oficio de ese personaje. +192: No se ha podido modificar el oficio de ese personaje. +193: No se puede reducir más el nivel de base de ese personaje. +194: No se puede reducir más el nivel de oficio de ese personaje. 195: ¡Has expulsado a todos los jugadores! -196: Ya has aprendido esa habilidad. -197: Esa ID no pertenece a una habilidad de quest. -198: La ID que has introducido no pertenece a ninguna habilidad. +196: Ya has aprendido esa habilidad de misión. +197: El ID de habilidad que has introducido no existe o no es una habilidad de misión. +198: El ID de habilidad que has introducido no existe. 199: Has concedido esa habilidad a ese personaje. -200: Ese personaje ya ha aprendido esa habilidad. -201: No tienes esa habilidad de quest. +200: Ese personaje ya ha aprendido esa habilidad de misión. +201: No tienes esa habilidad de misión. 202: Has borrado esa habilidad de ese personaje. -203: Ese personaje no ha aprendido esa habilidad. -204: No puedes abrir una tienda aquí. -205: Quizás quisiste decir... -206: Has restablecido los puntos de habilidad de '%s'. -207: Has restablecido los puntos de estado de '%s'. -208: Has restablecido los puntos de habilidad y de estado de '%s'. -209: Has alterado los puntos de habilidad de ese personaje. -210: Has alterado los puntos de estado de ese personaje. -211: Has alterado la cantidad de zeny de ese personaje. +203: Ese personaje no tiene esa habilidad de misión. +204: No puedes abrir una tienda en esta casilla. +205: Quizá quisiste decir: +206: Has reiniciado los puntos de habilidad de '%s'. +207: Has reiniciado los puntos de estado de '%s'. +208: Has reiniciado los puntos de habilidad y de estado de '%s'. +209: Has modificado los puntos de habilidad de ese personaje. +210: Has modificado los puntos de estado de ese personaje. +211: Has modificado la cantidad de zeny de ese personaje. 212: No puedes subirte en una montura si estás disfrazado. 213: Tu oficio no te permite montar en un Peco Peco. 214: Has liberado a tu Peco Peco. 215: Ese jugador no puede montar en un Peco Peco porque está disfrazado. 216: Has montado a ese jugador en Peco Peco. -217: El oficio de ese jugador no le permite montar en un Peco Peco. -218: Has liberado el Peco Peco de ese jugador. +217: El oficio de ese jugador no le permite montar en un Peco Peco. +218: Has liberado al Peco Peco de ese jugador. 219: %d día 220: %d días 221: %s %d hora @@ -237,8 +237,8 @@ 224: %s %d minutos 225: %s y %d segundo 226: %s y %d segundos -227: No puedes modificar la configuración de tu grupo en este mapa. -228: No puedes modificar la configuración de tu clan en este mapa. +227: No está permitido cambiar la configuración del grupo en este mapa. +228: No está permitido cambiar la configuración del clan en este mapa. 229: Mostrando el efecto introducido. 230: Fecha del servidor (horario normal): %A, %B %d %Y %X. 231: El servidor se encuentra en modo diurno de manera permanente. @@ -250,7 +250,7 @@ 237: Después, el servidor pasará a modo nocturno durante %s. 238: Un día normal tiene una duración de %s. 239: Después, el servidor pasará a modo diurno durante %s. -240: ¡Has invocado %d monstruos! +240: ¡Has invocado %d monstruo(s)! 241: Ahora puedes atacar a cualquier jugador. 242: Ahora cualquier jugador puede atacarte. 243: Ya no se pueden utilizar habilidades en este mapa. @@ -260,59 +260,59 @@ 247: No tienes permiso para ir a ese mapa. 248: No tienes permiso para salir de este mapa. 249: No tienes permiso para ir a tu punto de guardado. -250: Ya has abierto tu almacén. Debes cerrarlo antes. -251: Ya has abierto el almacén de tu clan. Debes cerrarlo antes. +250: Tu almacén está abierto. Debes cerrarlo primero. +251: El almacén de tu clan está abierto. Debes cerrarlo primero. 252: No perteneces a ningún clan. //253: No puedes memorizar un punto de guardado en este mapa. -254: Has actualizado la configuración de los comandos de GM. -255: Has actualizado toda la configuración de batalla. -256: Has actualizado la base de datos de los estados alterados. -257: Has actualizado la base de datos de los personajes. +254: Se ha recargado la configuración de los comandos de GM. +255: Se ha recargado la configuración de batalla. +256: Se ha recargado la base de datos de los estados alterados. +257: Se ha recargado la base de datos de los personajes. 258: Has enviado el paquete 0x%x (%d) -259: El paquete no es válido. -260: No puedes comerciar con este objeto. +259: El paquete que has introducido no es válido. +260: No puedes comerciar con ese objeto. 261: No se ha podido cargar el script. 262: El script se ha cargado con éxito. -263: No puedes tirar al suelo este objeto. -264: No puedes almacenar este objeto. +263: No puedes tirar ese objeto al suelo. +264: No puedes almacenar ese objeto. 265: %s te ha comprado algo. 266: Algunos de tus objetos se han retirado de la tienda porque no pueden venderse. -267: Se han reiniciado los mapas designados a '%s'. +267: Se han reiniciado los mapas designados a '%s'. 268: Has actualizado el mensaje del día. -269: Se muestran %d resultados +269: Mostrando los primeros %d resultados //Formato de @me 270: * :%s %s: * -271: No puedes tirar objetos al suelo en este mapa. -272: No puedes comerciar en este mapa. +271: No está permitido tirar objetos al suelo en este mapa. +272: No está permitido comerciar en este mapa. 273: Comandos disponibles: -274: Hay %d comandos. -275: No hay ningún comando. -276: No puedes abrir una tienda en este mapa. -277: Instrucciones: @request +274: Tienes %d comandos. +275: No dispones de ningún comando. +276: No está permitido abrir tiendas en este mapa. +277: Instrucciones: @request 278: (@request): %s 279: Tu mensaje se ha enviado con éxito. -280: Ese nombre no es válido. -281: No puedes crear una sala de chat en este mapa. -//Mensajes de grupo +280: El nombre que has introducido no es válido. +281: No está permitido crear salas de chat en este mapa. +//Mensajes sobre grupos 282: Necesitas ser el líder del grupo para utilizar ese comando. -283: Ese personaje debe formar parte de tu grupo y estar conectado. +283: El personaje debe formar parte de tu grupo y estar conectado. 284: Has transferido el liderazgo del grupo. 285: Ahora eres el líder del grupo. 286: No has hecho ningún cambio. -287: No puedes cambiar el líder del grupo en este mapa. -//Datos perdidos para comandos del tipo @killer -288: Ahora nadie puede atacarte. +287: No está permitido cambiar el líder del grupo en este mapa. +//Mensajes restantes relacionados con @killer +288: Ahora nadie puede atacarte. 289: Ahora todos pueden atacar a ese jugador. 290: Ahora nadie puede atacar a ese jugador. 291: Los efectos climáticos desaparecerán al teletransportarse o al utilizar @refresh. -292: Has restablecido la condición de asesino. +292: Has restablecido la configuración de ataque. // Sistema de ligado de objetos -293: Este objeto está ligado y no puede intercambiarse. -294: Este objeto está ligado y no puede almacenarse. -295: Introduce el nombre de un objeto o su ID (instrucciones: @item ). -296: Introduce todos los parámetros (instrucciones: @item2 ) -297: ). -298: El ligado del objeto no es válido. Tipos válidos: 1-Cuenta, 2-Clan, 3-Grupo, 4-Personaje. +293: Ese objeto está ligado y no puede intercambiarse. +294: Ese objeto está ligado y no puede almacenarse. +295: Introduce el nombre o ID de un objeto (instrucciones: @item ). +296: Introduce todos los parámetros (instrucciones: @item2 ). +297: ). +298: El tipo de ligado no es válido. Tipos válidos: 1-Cuenta, 2-Clan, 3-Grupo, 4-Personaje. // Número de los castillos // -------------------- //299: ?? castillos @@ -353,57 +353,63 @@ // 334: Treinta y cuatro castillos 334: Dominio absoluto +// Battlegrounds Queue +337: No puedes unirte a un campo de batalla desde este mapa. +338: No puedes unirte a un campo de batalla porque has desertado recientemente de uno. Tiempo restante: %d:%d. +339: No puedes volver a unirte a un campo de batalla hasta pasados %d segundos porque acabas de salir de uno. +340: Algunos de los participantes no han podido unirse. Esperando a más participantes. + //Plantillas para el resultado de @who 343: Nombre: %s 344: (%s) 345: | Grupo: '%s' 346: | Clan: '%s' -//Si eliminas el último %s no verás el oficio de tus jugadores. +//Si eliminas el último %s no verás el oficio de tus jugadores. 347: | Nv:%d/%d | Oficio: %s -//Si eliminas los 2 últimos %d no verás las coordenadas de tus jugadores, tan solo el nombre el mapa donde están +//Si eliminas los 2 últimos %d no verás las coordenadas de tus jugadores, tan solo el nombre el mapa donde están 348: | Ubicación: %s %d %d // @fullstrip 349: Introduce el nombre de un jugador (instrucciones: @fullstrip ). // @duel (1ª parte) 350: Duelo: No puedes usar @invite porque no estás en un duelo. -351: Duelo: Se ha alcanzado el límite máximo de jugadores para este duelo. +351: Duelo: Se ha alcanzado el máximo de jugadores para este duelo. 352: Duelo: El nombre que has introducido no pertenece a ningún jugador conectado. 353: Duelo: Ese jugador ya está en un duelo. -354: Duelo: Has enviado con éxito la invitación a duelo. +354: Duelo: Se ha enviado la invitación al duelo. 355: Duelo: Ya estás en un duelo, no puedes utilizar @duel sin @reject. -356: Duelo: Sólo puedes participar en un duelo cada %d minutos. -357: Duelo: Has introducido un valor no válido. +356: Duelo: Solo puedes participar en un duelo cada %d minutos. +357: Duelo: El valor que has introducido no es válido. 358: Duelo: No puedes utilizar @leave porque no estás en ningún duelo. 359: Duelo: Has abandonado el duelo. -360: Duelo: No puedes utilizar @accept porque no has recibido ninguna invitación a duelo. +360: Duelo: No puedes utilizar @accept porque no has recibido ninguna invitación a un duelo. 361: Duelo: Has aceptado la invitación. -362: Duelo: No puedes utilizar @reject porque no has recibido ninguna invitación a duelo. +362: Duelo: No puedes utilizar @reject porque no has recibido ninguna invitación a un duelo. 363: Duelo: Has rechazado la invitación. 364: Duelo: No puedes retar a %s porque no está en el mismo mapa que tú. 365: Duelo: No puedes utilizar %s en un duelo. // @duel (2ª parte) -370:  -- Duelos: %d/%d, Usuarios: %d/%d, Máximo número: %d -- -371:  -- Duelos: %d/%d, Usuarios: %d/%d -- -372:  -- Has iniciado un duelo (Ahora puedes utilizar @invite/@leave) -- -373:  -- El jugador %s ha retado a %s a un duelo -- -374: Blue -- El jugador %s te ha retado a un duelo (Responde con @accept/@reject) -- -375:  <- El jugador %s ha abandonado el duelo -- -376:  -> El jugador %s ha aceptado el duelo -- -377:  -- El jugador %s ha rechazado el duelo -- +370: -- Duelos: %d/%d, Usuarios: %d/%d, Máximo número: %d -- +371: -- Duelos: %d/%d, Usuarios: %d/%d -- +372: -- Has iniciado un duelo (Ahora puedes utilizar @invite/@leave) -- +373: -- %s ha retado a %s a un duelo -- +374: Blue -- %s te ha retado a un duelo (Responde con @accept/@reject) -- +375: <- %s ha abandonado el duelo -- +376: -> %s ha aceptado el duelo -- +377: -- %s ha rechazado el duelo -- //etc 378: Eleanor ha entrado en modo %s. -379: Ha ocurrido un error. El objeto [%s] no puede usarse todavía. Espera %.1f minutos. -380: Ha ocurrido un error. El objeto [%s] no puede usarse todavía. Espera %d segundos. +379: El objeto ha fallado. [%s] no puede usarse todavía. Espera %.1f minutos. +380: El objeto ha fallado. [%s] no puede usarse todavía. Espera %d segundos. 381: La habilidad ha fallado. Para utilizar [%s] necesitas %dx %s. -382: Estás demasiado cerca de un emperium o una piedra guardián. +382: Estás demasiado cerca de un emperium o una piedra guardiana para usar esa habilidad. 383: No puedes crear un punto de guardado en una instancia. -384: No puedes hacer memo en una instancia. +384: No puedes usar /memo en una instancia. //Comprobación de emblemas 385: No se puede cambiar el emblema durante una guerra de clanes. -386: El emblema que has elegido no es válido. -387: El emblema que has elegido tiene demasiada transparencia (límite=%d) +386: El emblema que has seleccionado no es válido. +387: El emblema que has seleccionado tiene demasiada transparencia (límite=%d) //etc -388: No puedes utilizar este objeto con el almacén abierto. +388: No puedes utilizar ese objeto con el almacén abierto. 389: La velocidad ha vuelto a la normalidad. //NoAsk (rechazar invitaciones) 390: Rechazas todas las invitaciones de manera automática. @@ -411,45 +417,45 @@ 392: Tu petición se ha rechazado automáticamente. 393: Has rechazado de manera automática una solicitud de intercambio de %s. 394: Has rechazado de manera automática una invitación al grupo de %s. -395: Has rechazado de manera automática una invitación del clan de %s. +395: Has rechazado de manera automática una invitación al clan de %s. 396: Has rechazado de manera automática una solicitud de alianza de %s. 397: Has rechazado de manera automática una solicitud de antagonista de %s. 398: Has rechazado de manera automática una solicitud de amistad de %s. -400: Instrucciones @jailfor -401: Tu pena de prisión es de %d años, %d meses, %d días, %d horas y %d minutos. -402: %s estará en la cárcel durante %d años, %d meses, %d días, %d horas y %d minutos. -// WoE SE (@agitstart2) guerra de clanes, 2ª edición. -403: Ha dado comienzo la guerra de clanes de la 2ª edición. -404: Hay una guerra de clanes de la 2ª edición en marcha. -405: Ha finalizado la guerra de clanes de la 2ª edición. -406: No hay ninguna guerra de clanes de la 2ª edición en marcha. -//407 free +400: Instrucciones: @jailfor +401: Tu pena de prisión es de %d años, %d meses, %d días, %d horas y %d minutos. +402: %s estará en la cárcel durante %d años, %d meses, %d días, %d horas y %d minutos. +// WoE SE (@agitstart2/@agitend2) +403: Ha comenzado la guerra de clanes segunda edición. +404: En estos momentos ya hay una guerra de clanes segunda edición en marcha. +405: La guerra de clanes segunda edición ha finalizado. +406: En estos momentos no hay ninguna guerra de clanes segunda edición en marcha. //Mensajes de chrif -408: Necesitas desconectarte para realizar el cambio de sexo. -409: Has cambiado de sexo (necesitas desconectarte y volver a entrar) +407: Se ha desconectado el servidor de personajes +408: Serás desconectado para llevar a cabo el cambio de sexo. +409: Has cambiado de sexo (ahora serás desconectado del servidor) //410-411 pertenecen al cash shop 412: Esa cuenta no existe. 413: La contraseña que has introducido no es correcta. 414: Tu cuenta ha caducado. 415: Tu cuenta ha sido rechazada por el servidor. -416: Tu cuenta ha sido bloqueada por el equipo del servidor. +416: Tu cuenta ha sido bloqueada por la administración del servidor. 417: Tu cliente no está actualizado. 418: Tu cuenta tiene el acceso prohibido. 419: El acceso al servidor ha sido restringido por exceso de usuarios. -420: Tu cuenta no ha sido autorizada. +420: Tu cuenta no ha sido autorizada. 421: Tu cuenta ha sido eliminada. -423: Tu cuenta ha sido bloqueada hasta +423: Tu %s se ha bloqueado hasta %s 424: Se ha enviado una petición al servidor de acceso para %s al jugador '%.*s'. -425: El jugador '%.*s' no existe. -426: El nivel de tu cuenta no te permite %s al jugador '%.*s'. +425: El jugador '%.*s' no existe. +426: El nivel de tu cuenta no te permite %s al jugador '%.*s'. 427: El servidor de acceso está apagado. No se puede %s al jugador '%.*s'. 428: bloquear 429: bloquear temporalmente 430: desbloquear 431: desbloquear -432: cambiar el sexo de +432: cambiar el sexo 433: Este personaje tiene el acceso bloqueado hasta -434: El char-server va a %s al personaje '%.*s'. +434: El servidor de personajes va a %s al personaje '%.*s'. 435: Introduce el nombre de un jugador (instrucciones: %s ). 436: VIP 437: Un GM no puede ser VIP. @@ -458,13 +464,13 @@ // Mensajes de homúnculos 450: Ya tienes un homúnculo. -451: Cash Shop is disabled on this map. +451: No está permitido abrir la tienda de cash en este mapa. // Sistema de mensajería 460: Introduce un idioma válido (instrucciones: @langtype ) 461: Has establecido %s como idioma. 462: Ese idioma está desactivado. -463: Se ha actualizado la configuración de los mensajes. +463: Se ha recargado la configuración de los mensajes. 464: ---- Idiomas disponibles: 480: ----- Jugadores en el mapa ----- @@ -472,7 +478,7 @@ 482: ----- NPCs en el mapa ----- 483: ----- Chats en el mapa ----- 484: Chat: %s | Jugador: %s | Ubicación: %d %d -485:    Usuarios: %d/%d | Contraseña: %s | Abierto: %s +485: Usuarios: %d/%d | Contraseña: %s | Abierto: %s 486: Sí 487: No 488: Introduce un valor de la lista (instrucciones: @mapinfo <0-3> ). @@ -490,7 +496,7 @@ // Otros mensajes (no son de comandos de GM) // ---------------------------------------- -//500 vacío +//500 libre 501: El límite de tiempo para tu cuenta es: %d-%m-%Y %H:%M:%S. 502: Está activado el modo diurno. 503: Está activado el modo nocturno. @@ -506,19 +512,19 @@ 507: Este jugador ha sido bloqueado durante estos minutos: %d. 508: Este jugador no ha sido bloqueado (el bloqueo está desactivado). -509: Comandos de scripts ligados: +509: Comandos ligados a scripts: // Sistema de correo -510: Correos nuevos: %d (%d sin leer). +510: Correos nuevos: %d (%d sin leer). -//Instancing -515: Tu instancia se ha recargado. +// Instancias +515: Se ha recargado tu instancia. 516: Se ha recargado la base de datos de instancias. // @auction 517: El sistema de subastas está desactivado. -//@itemlist -- continuación +// @itemlist -- continuación 518: Adorno para la boca, 519: Adorno para la cabeza, 520: Adorno para la cabeza y la boca, @@ -527,36 +533,36 @@ 523: Adorno para toda la cara, 524: Ropa decorativa, 525: Suelo decorativo, -526: Armadura, +526: Munición, 527: Cuerpo sombrío, 528: Mano derecha sombría, 529: Mano izquierda sombría, 530: Sombra en ambas manos, -531: Zapatos sombríos, +531: Calzado sombrío, 532: Accesorio derecho sombrío, 533: Accesorio izquierdo sombrío, 534: ¡No quedan existencias! Vuelve más tarde. // Mensajes de detección de bots (sin uso) -535: Se ha detectado un posible bot (99% de probabilidades) o un cliente modificado: '%s' (cuenta: %d, char_id: %d). Este jugador te pregunta el nombre si estás escondido. -536: El personaje '%s' (cuenta: %d) está intentando utilizar un bot (intentando detectar a un jugador falso). -537: El personaje '%s' (cuenta: %d) está intentando utilizar un bot (intentando detectar a un monstruo falso). +535: Se ha detectado un posible bot (99% de probabilidades) o un cliente modificado: '%s' (cuenta: %d, char_id: %d). Este jugador te pregunta el nombre mientras estás oculto. +536: El personaje '%s' (cuenta: %d) está intentando utilizar un bot (intenta detectar a un jugador falso). +537: El personaje '%s' (cuenta: %d) está intentando utilizar un bot (intenta detectar a un monstruo falso). -// Mensajes del sistema de intercambio de objetos +// Mensajes del sistema de intercambio de objetos 538: Se ha detectado una irregularidad en el intercambio de objetos del personaje '%s' (cuenta: %d), está intentando intercambiar más de lo que tiene. -539: Ese jugador tiene %d unidades del objeto (id: %u), pero ha intentado intercambiar %d. +539: Ese jugador tiene %d unidades del objeto (ID: %u), pero ha intentado intercambiar %d. 540: Ese jugador ha sido bloqueado. -// Anuncios de consecución de objetos poco comunes y robos de objetos. -541: '%s' ha conseguido de %s un %s (probabilidad: %0.02f%%) -//541: %.0s%.0s alguien ha conseguido %s -542: '%s' ha robado de %s un %s (probabilidad: %0.02f%%) -//542: %.0s%.0s alguien ha robado%s -//543~548 no se utilizan (pertenecían a @away) +// Anuncios de obtención de objetos poco comunes y robo de objetos. +541: '%s' ha conseguido del monstruo %s el objeto %s (probabilidad: %0.02f%%) +//541: %.0s%.0sAlguien ha conseguido el objeto %s +542: '%s' ha robado del monstruo %s el objeto %s (probabilidad: %0.02f%%) +//542: %.0s%.0sAlguien ha robado el objeto %s +// 543~548 no se utilizan (pertenecían a @away) // @autotrade -549: Debes abrir una tienda para poder utilizar @autotrade. +549: Debes tener una tienda abierta para poder utilizar @autotrade. //550 -> 650: Nombres de oficios 550: Novice @@ -632,8 +638,8 @@ 616: Taekwon 617: Star Gladiator 618: Soul Linker -//619 vacío -//620 vacío +//619 libre +//620 libre 621: Summer 622: Gangsi 623: Death Knight @@ -670,37 +676,37 @@ 652: Expanded Super Baby 653: Kagerou 654: Oboro -655: Unknown Job +655: Oficio desconocido // Tumba de MvP // Se ha añadido aquí para que sea más fácil de traducir. 656: Tumba 657: [ ^EE0000%s^000000 ] -658: ha recibido su merecido. +658: ha pasado a mejor vida. 659: Hora de la muerte: ^EE0000%s^000000 660: Ha sido derrotado por 661: [^EE0000%s^000000] -// Mensajes etc del código fuente -662: Debes alejarte como mínimo %d celdas de cualquier NPC. +// Otros mensajes del código fuente +662: Debes alejarte al menos %d celdas de cualquier NPC. 663: Duelo: No puedes utilizar ese objeto en pleno duelo. 664: No puedes utilizar ese comando estando muerto. -665: No puedes crear una sala de chat en este mapa. +665: No puedes crear una sala de chat en esta casilla. 666: Las mascotas están prohibidas en la guerra de clanes. 667: No estás muerto. 668: Tus puntos de memorización actuales son los siguientes: -669: You can't catch any pet on this map. -670: No puedes abandonar un clan especial de battleground. +669: No está permitido capturar mascotas en este mapa. +670: No puedes abandonar tu clan mientras estás en un campo de batalla. 671: Ese jugador ya es amigo tuyo. 672: No se ha encontrado el nombre que has introducido. 673: No puedes realizar esa acción en estos momentos. Inténtalo más tarde. 674: Se ha eliminado de tu lista de amigos. 675: No puedes enviar tantos correos seguidos. -676: No se pueden establecer alianzas durante una guerra de clanes. +676: No se puede establecer una alianza durante una guerra de clanes. 677: No se puede romper una alianza durante una guerra de clanes. 678: Ya no eres el líder del clan. 679: Te has convertido en el líder del clan. -680: Te has recuperado. +680: ¡Te has recuperado! 681: Rune Knight T 682: Warlock T @@ -724,7 +730,7 @@ // @vip 700: Instrucciones: @vip -701: El tiempo introducido no es válido. +701: El tiempo que has introducido no es válido. 702: El formato del tiempo es +/-. y/a = Año, m = Mes, d/j = Día, h = Horas, n/mn = Minutos, s = Segundos. 703: Un GM te ha retirado el VIP. 704: El jugador ya no es VIP. @@ -739,22 +745,22 @@ // Item shop 712: No tienes suficientes %s (%u). -713: No tienes suficientes '%s'. -714: Listado de la tienda de objetos: %s (%u) -715: Listado de puntos de la tienda: '%s' -716: Tu '%s' ahora es: %d +713: No tienes suficientes puntos '%s'. +714: Objeto requerido: %s (%u) +715: Puntos requeridos:'%s' +716: Ahora tu cantidad de puntos '%s' es de: %d // MVP EXP reward message 717: ¡Enhorabuena! ¡Eres todo un MVP! ¡¡Puntos de experiencia obtenidos: %llu!! // @showrate -718: La información de ratio personal no se mostrará. +718: La información de rates personal no se mostrará. 719: Ahora se mostrará la información de ratio personal. //Skill messages -//720: Vacío -721: [%s] Se ha imbuido el arma con veneno. -//722: Vacío +//720: libre +721: [%s] se ha imbuido el arma con veneno. +//722: libre // @costume 723: No existe el disfraz '%s'. @@ -765,7 +771,7 @@ // Monster Transformation 728: ¡¡Traaaansformación!! ¡¡Forma %s!! -729: No puedes transformarte en un monstruo si llevas un disfraz. +729: No puedes transformarte en un monstruo si estás disfrazado. 730: El personaje no puede disfrazarse si está transformado en un monstruo. 731: No puedes transformarte en monstruo durante la guerra de clanes. @@ -774,14 +780,14 @@ 733: Introduce la ruta de archivo de un NPC (instrucciones: @reloadnpcfile ). // @cloneequip/@clonestat -734: No puedes clonar tu propio %s. +734: No puedes clonar tu %s. 735: Instrucciones: %s -736: No se puede clonar el %s de ese jugador. -737: '%s' (%d) no se puede clonar, límite (%d). +736: No puedes clonar %s de ese jugador. +737: '%s' (%d) no puede clonarse, límite (%d). 738: Clonación de '%s' realizada. // @bodystyle -739: Introduce un estilo de cuerpo (instrucciones: @bodystyle ). +739: Introduce un estilo de cuerpo (instrucciones: @bodystyle ). 740: Este oficio no tiene estilos de cuerpo alternativos. // @showexp @@ -790,11 +796,11 @@ 743: Experiencia %s Base:%ld (%0.2f%%) Oficio:%ld (%0.2f%%) // @adopt -744: El bebé ya está adoptado o está en proceso de adopción. -745: Necesitas estar casado y dentro de un grupo con tu pareja y el bebé para adoptarlo. -746: El padre y la madre deben equiparse sus anillos de boda. +744: El bebé ya ha sido adoptado o está en proceso de adopción. +745: Necesitas estar casado y dentro de un grupo con tu pareja y el bebé para poder adoptarlo. +746: Ambos padres deben equiparse sus anillos de boda. 747: El bebé no es un Novice. -748: Falta uno de los padres o el bebé. +748: Falta el bebé o uno de los padres. // Guerra de clanes de entrenamiento (@agitstart3/@agitend3) 749: Ha empezado la guerra de clanes de entrenamiento. @@ -811,26 +817,123 @@ 758: Baby Gunslinger 759: Baby Rebellion -// Channel System +// Sistema de canales 760: No puedes unirte al canal '%s'. Se ha llegado al límite de %d usuarios. 761: %s %s se ha unido al canal. -762: No puedes abandonar el canal '%s'. -763: %s %s ha abandonado el canal. +762: No puedes salir del canal '%s'. +763: %s %s ha salido del canal. 764: No puedes modificar el color del canal '%s'. 765: No tienes permisos para bloquear a nadie. 766: No puedes expulsar a nadie del canal '%s'. -767: No puedes expulsar a nadie del canal. +767: No tienes permisos para expulsar a nadie del canal. 768: Se ha expulsado a %s %s del canal. -769: Se ha bloqueado a %s %s del canal. -770: Se ha desbloqueado a %s %s del canal. +769: Se ha bloqueado a %s %s en el canal. +770: Se ha desbloqueado a %s %s en el canal. //@reloadachievementdb 771: Se ha recargado la base de datos de logros. -// Achievements -772: Los logros están desactivados. +// Logros +772: El sistema de logros está desactivado. -//773-899 vacíos +// @refineui +773: Este comando requiere una versión de paquetes del 2016-10-12 o más reciente. +774: Este comando está deshabilitado en la configuración. +775: Ya tienes abierta la interfaz de refinamiento. +//776-781 reservado para el sistema de impuestos + +782: Star Emperor +783: Soul Reaper +784: Baby Star Emperor +785: Baby Soul Reaper + +// Habilidad Guild Storage Expansion +786: Este clan no tiene almacén de clan. +787: No tienes permiso para usar el almacén del clan. + +// Recompensas diarias +// Mail sender: Officer +788: 3455 +// Mail title: %dday attendance has been paid. +789: 3456,%d +// Mail body: %dday attendance has been paid. +790: 3456,%d +791: No puedes usar el sistema de recompensas diarias. + +// Dirigible privado +792: El sistema de dirigible privado está desactivado. + +793: Instrucciones: @camerainfo + +// pcblock command +794: No puedes realizar esa acción en estos momentos. + +// @reloadattendancedb +795: Se ha recargado la base de datos del sistema de recompensas diarias. + +// NoRODEX Mapflag +796: No está permitido usar RODEX en este mapa. + +797: Este comando solo está disponible para 4.ºs oficios. + +// @stylist +798: Este comando requiere una versión de paquetes del 2015-11-04 o más reciente. +799: Ya tienes abierta la interfaz de estilista. + +800: Dragon Knight +801: Meister +802: Shadow Cross +803: Arch Mage +804: Cardinal +805: Windhawk +806: Imperial Guard +807: Biolo +808: Abyss Chaser +809: Elemental Master +810: Inquisitor +811: Troubadour +812: Trouvere +813: Sky Emperor +814: Soul Ascetic +815: Shinkiro +816: Shiranui +817: Night Watch +818: Hyper Novice +819: Spirit Handler + +// @trpoint +820: Introduce una cantidad (instrucciones: @trpoint ). + +// @chargeap +821: Has recuperado todos tus puntos de actividad. +822: Se han modificado tus puntos de actividad. +823: Ya has recuperado todos tus puntos de actividad. + +// @displayskillcast +824: Instrucciones: @displayskillcast { } + +// @displayskill (2ª línea del mensaje) +825: Tipos de efecto: 0: todos, 1: daño, 2: daño de área, 3: sin daño, 4: suelo + +// @displayskillunit +826: Instrucciones: @displayskillunit { } + +// @mobinfo RES/MRES +827: RES:%d MRES:%d + +// Mensaje general de comprobación de la versión de paquetes +828: Este comando requiere una versión de paquetes del %s o más reciente. + +// Interfaz de encantamiento +829: El encantamiento no es posible para el grado de encantamiento de tu objeto.. + +// @reloadbarterdb +830: Se ha recargado la base de datos de trueques. + +// NoBank Mapflag +831: No está permitido usar el banco en este mapa. + +//832-899 libres //------------------------------------ // Más mensajes relacionados con comandos @@ -848,62 +951,62 @@ 908: Has introducido un valor desconocido en: // @rura -909: Introduce un nombre de mapa (instrucciones: @warp/@rura/@mapmove ). +909: Introduce el nombre de un mapa (instrucciones: @warp/@rura/@mapmove ). // @where -910: Introduce el nombre de algún jugador (instrucciones: @where ). +910: Introduce el nombre de un jugador (instrucciones: @where ). // @jumpto -911: Introduce el nombre de algún jugador (instrucciones: @jumpto/@warpto/@goto ). +911: Introduce el nombre de un jugador (instrucciones: @jumpto/@warpto/@goto ). // @who -912: (CID:%d/AID:%d) +912: (ID del personaje:%d/ID de la cuenta:%d) // @whogm 913: Nombre: %s (GM) 914: Nombre: %s (GM:%d) | Ubicación: %s %d %d -915: Nv.B: %d | Oficio: %s (Nv.O.: %d) -916: Grupo: '%s' | Clan: '%s' +915: Nv.B: %d | Oficio: %s (Nv.O.: %d) +916: Grupo: '%s' | Clan: '%s' 917: Ninguno // @speed -918: Introduce un valor para tu velocidad (instrucciones: @speed <%d-%d>). +918: Introduce un valor de velocidad (instrucciones: @speed <%d-%d>). // @storage -919: Has abierto el almacén. +919: Has abierto el almacén. // @guildstorage 920: Has abierto el almacén del clan. // @option -921: Introduce como mínimo una opción. +921: Introduce al menos una opción. // @jobchange -922: Introduce el ID de un oficio. +922: Introduce el ID de un oficio. 923: No puedes cambiar a ese oficio con este comando. -//924-979 vacíos (¿posibles futuros oficios?) +//924-979 libres (¿posibles futuros oficios?) // @kami 980: Introduce un mensaje (instrucciones: @kami ). 981: Introduce un color y un mensaje (instrucciones: @kamic ). -982: Ese color no es válido. +982: El color que has introducido no es válido. // @item 983: Introduce el nombre de un objeto o su ID (instrucciones: @item ). // @item2 -984: Introduce todos los parámetros (instrucciones: @item2 ) -985: <¿identificado?> . +984: Introduce todos los parámetros (instrucciones: @item2 ) +985: . // @baselevelup -986: Introduce una cifra (instrucciones @lvup/@blevel/@baselvlup ). +986: Introduce una cantidad (instrucciones @lvup/@blevel/@baselvlup ). // @joblevelup -987: Introduce una cifra (instrucciones: @joblvup/@jlevel/@joblvlup ). +987: Introduce una cantidad (instrucciones: @joblvup/@jlevel/@joblvlup ). // @help -988: No hay ayuda disponible para %c%s. -989: Instrucciones del comando %c%s: +988: No hay ayuda disponible para el comando %c%s. +989: Instrucciones para el comando %c%s: 990: Alternativas disponibles: // @model @@ -919,7 +1022,7 @@ 994: Introduce un color de peinado (instrucciones: @haircolor/@hcolor ). // @go -995: No puedes utilizar @go en este mapa. +995: No está permitido utilizar @go en este mapa. // @refine 996: Introduce una pieza de equipo y una cantidad (instrucciones: @refine <+/- cantidad>). @@ -935,13 +1038,13 @@ 1006: %d: Ojos / Orejas // @produce -1007: Introduce el nombre/ID de un objeto (instrucciones: @produce <# cantidad de "muy">) +1007: Introduce el nombre o ID de un objeto (instrucciones: @produce <# cantidad de "muy">) // @memo 1008: Introduce una ubicación válida (instrucciones: @memo ). // @displaystatus -1009: Introduce un valor válido (instrucciones: @displaystatus { { {}}}).) +1009: Introduce un estado válido (instrucciones: @displaystatus { { {}}}). // @stpoint 1010: Introduce una cantidad (instrucciones: @stpoint ) @@ -953,7 +1056,7 @@ 1012: Introduce una cantidad (instrucciones: @zeny ). // @param -1013: Introduce una cantidad (instrucciones: @str/@agi/@vit/@int/@dex/@luk <+/- cantidad>). +1013: Introduce una cantidad (instrucciones: @str/@agi/@vit/@int/@dex/@luk <+/- cantidad>). // @guildlevelup 1014: Introduce una cantidad (instrucciones: @guildlvup/@guildlvlup ). @@ -975,10 +1078,10 @@ 1020: No estás autorizado a sacar a ese jugador de su mapa. // @charblock/@charunblock -1021: Introduce el nombre de un jugador (instrucciones: @charblock/@block ) +1021: Introduce el nombre de un jugador (instrucciones: %s ) // @ban/@charban -1022: Introduce la duración del bloqueo y el nombre del jugador (instrucciones: %s ). +1022: Introduce la duración del bloqueo y el nombre del jugador (instrucciones: %s ). 1023: No estás autorizado para modificar ningún bloqueo temporal. // @rates @@ -991,7 +1094,7 @@ 1026: Introduce el nombre de un personaje (instrucciones: @kick ). // @questskill / @lostskill -1027: Introduce la ID de una habilidad de quest. +1027: Introduce el ID de una habilidad de misión. // @spiritball 1028: Introduce una cantidad (instrucciones: @spiritball ). @@ -1007,16 +1110,16 @@ // @recallall / @guildrecall / @partyrecall 1032: No estás autorizado a traer nadie a este mapa. -1033: Jugadores no convocados: %d (no estás autorizado). +1033: Jugadores no convocados: %d (no estás autorizado). // @guildrecall -1034: Introduce el nombre/ID de un clan (instrucciones: @guildrecall ). +1034: Introduce el nombre/ID de un clan (instrucciones: @guildrecall ). // @partyrecall 1035: Introduce el nombre/ID de un grupo (instrucciones: @partyrecall ). -//1036 free -//1037 free +//1036 libre +//1037 libre // @mapinfo 1038: Introduce un número de la lista (instrucciones: @mapinfo <0-3> ). @@ -1032,24 +1135,27 @@ 1048: Configuración del teletransporte: 1049: Opciones climáticas: 1050: Otras opciones: -1051: Otras opciones2: +//1051: free 1052: Ajustes de daño de habilidades: -//1053-1064 vacíos +1053: > [Mapa] %d%%, %d%%, %d%%, %d%% | Invocador:%d +1054: > [Habilidad] Nombre : Jugadores, Monstruos, Jefes, Otros | Invocador +1055: Ajustes de duración de habilidades: +//1056-1064 libres 1065: Sin penalización de experiencia: %s | Sin penalización de zeny: %s 1066: Activado 1067: Desactivado -1068: Sin opción de guardado (vuelves al punto de guardado) +1068: Sin opción de guardado (vuelves al punto de guardado) 1069: Sin opción de guardado, punto de guardado: %s, aleatorio 1070: Sin opción de guardado, punto de guardado: %s,%d,%d // @mount -1119: Te has montado en tu dragón. +1119: Te has montado en tu dragón. 1120: Has liberado a tu dragón. -1121: Te has montado en tu Warg. -1122: Has liberado a tu Warg. +1121: Te has montado en tu Warg. +1122: Has liberado a tu Warg. 1123: Te has montado en tu Mado Gear. -1124: Te has deshecho de tu Mado Gear. +1124: Te has deshecho de tu Mado Gear. // @guildspy 1125: Este comando está desactivado. @@ -1089,12 +1195,12 @@ // @jailtime 1339: No estás en la cárcel. -1140: Has sido encarcelado de manera indefinida. -1141: Has sido encarcelado por un periodo desconocido de tiempo. +1140: Estarás en la cárcel de manera indefinida. +1141: Estarás en la cárcel durante un periodo de tiempo desconocido. 1142: Te quedarás // @disguise -1143:Introduce el nombre/ID de un monstruo/NPC (instrucciones: @disguise ). +1143: Introduce el nombre/ID de un monstruo/NPC (instrucciones: @disguise ). 1144: No puedes disfrazarte en una montura. // @disguiseall @@ -1110,7 +1216,7 @@ 1148: Nivel de base: %d (%.3f%%) | Nivel de oficio: %d (%.3f%%) // broadcast -1149: Escribe un mensaje (instrucciones: @broadcast ). +1149: Escribe un mensaje (instrucciones: @broadcast ). // localbroadcast 1150: Introduce un mensaje (instrucciones @localbroadcast ). @@ -1129,7 +1235,7 @@ // @addwarp 1156: Instrucciones: @addwarp 1157: El mapa '%s' no existe. -1158: Se ha creado el nuevo portal '%s' con éxito. +1158: Se ha creado el nuevo portal '%s' con éxito. // @follow 1159: Dejas de seguir al jugador. @@ -1151,14 +1257,14 @@ // @skilltree 1167: Instrucciones: @skilltree -1168: El jugador está usando el árbol de habilidades de %s (%d puntos básicos). +1168: El jugador está usando el árbol de habilidades de %s (%d puntos básicos). 1169: Ese jugador no puede utilizar esa habilidad. 1170: El jugador tiene que haber aprendido la habilidad %s al nivel %d. 1171: El jugador cumple con los requisitos para utilizar esa habilidad. // @marry 1172: Instrucciones: @marry -1173: Has casado a ambos jugadores... deséales suerte. +1173: Has casado a ambos jugadores... Deséales suerte. 1174: No puedes casar a esos jugadores porque al menos uno de ellos es un bebé o ya está casado. // @divorce @@ -1177,7 +1283,7 @@ 1181: Tienes que ser el líder del clan para poder utilizar este comando. 1182: No puedes cambiar el liderazgo del clan en este mapa. 1183: Instrucciones: @changegm -1184: El nuevo líder debe pertenecer a tu clan y estar conectado. +1184: El nuevo líder debe pertenecer a tu clan y estar conectado. // @changeleader 1185: Instrucciones: @changeleader @@ -1195,7 +1301,7 @@ 1191: Tu lista de recogida de objetos de forma automática está llena. Elimina alguno de esos objetos con @autolootid . 1192: Recogiendo: '%s'/'%s' {%u} 1193: No estás recogiendo ese objeto. -1194: Has eliminado '%s'/'%s' {%u} de tu lista de recogida de objetos. +1194: Has eliminado '%s'/'%s' {%u} de tu lista de recogida de objetos. 1195: Puedes almacenar %d objetos en tu lista de recogida de objetos. 1196: Para añadir un nuevo objeto a la lista utiliza @alootid +. Para eliminar un objeto utiliza @alootid -. 1197: "@alootid reset" reiniciará tu lista de recogida de objetos. @@ -1209,7 +1315,7 @@ // @snow 1203: Ha dejado de nevar. -1204: Ha empezado a nevar. +1204: Ha empezado a nevar. // @sakura 1205: Han dejado de caer hojas de cerezo. @@ -1229,14 +1335,14 @@ // @leaves 1213: Las hojas secas han dejado de caer. -1214: Han empezado a caer hojas secas. +1214: Han empezado a caer hojas secas. // @fireworks -1215: El espectáculo de fuegos artificiales ha finalizado, +1215: El espectáculo de fuegos artificiales ha finalizado, 1216: Ha comenzado el espectáculo de fuegos artificiales. // @sound -1217: Introduce el nombre de un archivo de sonido (instrucciones: @sound ). +1217: Introduce el nombre de un archivo de sonido (instrucciones: @sound ). // @mobsearch 1218: Introduce el nombre de un monstruo (instrucciones: @mobsearch ), @@ -1267,7 +1373,7 @@ // @setbattleflag 1231: Instrucciones: @setbattleflag -1232: Ha ocurrido un error al cargar battle_config. +1232: Ha ocurrido un error al cargar battle_config. 1233: Se ha configurado con éxito. // @unmute @@ -1285,18 +1391,18 @@ 1239: Introduce el nombre/ID de un monstruo (instrucciones: @mobinfo ). 1240: Monstruo MVP: '%s'/'%s'/'%s' (%d) 1241: Monstruo: '%s'/'%s'/'%s' (%d) -1242: Nv:%d HP:%d  EXP de base:%llu  EXP de oficio:%llu  HIT:%d FLEE:%d +1242: Nv:%d HP:%d EXP de base:%llu EXP de oficio:%llu HIT:%d FLEE:%d 1243: DEF:%d MDEF:%d STR:%d AGI:%d VIT:%d INT:%d DEX:%d LUK:%d -1244: ATK:%d~%d Rango:%d~%d~%d  Tamaño:%s Raza: %s  Elemento: %s (Nv:%d) -1245: Objetos: +1244: ATK:%d~%d Rango:%d~%d~%d Tamaño:%s Raza: %s Elemento: %s (Nv:%d) +1245: Objetos: 1246: Este monstruo no tiene ningún objeto. -1247: Bono de EXP MVP:%llu -1248: Objetos MVP: -1249: Este monstruo no tiene ningún objeto de MVP. +1247: Bono de EXP MVP:%llu +1248: Objetos MVP: +1249: Este monstruo no tiene ningún objeto de MVP. // @showmobs -1250: Ese ID de monstruo no es válido (%s). -1251: No se muestran los monstruos tipo jefe. +1250: El ID de monstruo que has introducido no es válido (%s). +1251: No se muestran los monstruos tipo jefe. 1252: Búsqueda de monstruos... %s %s // @homlevel @@ -1309,8 +1415,8 @@ 1255: Tu homúnculo no puede evolucionar. // @makehomun -1256: Introduce el ID de un homúnculo (instrucciones: @makehomun ). -1257: El ID que has introducido no es válido. +1256: Introduce el ID de un homúnculo (instrucciones: @makehomun ). +1257: El ID de homúnculo que has introducido no es válido. // @homfriendly 1258: Introduce un valor de amistad (instrucciones: @homfriendly ). @@ -1330,7 +1436,7 @@ // @homstats 1266: Datos de crecimiento del homúnculo (Nv %d %s): -1267: HP máx: %d (%d~%d) +1267: HP máx: %d (%d~%d) 1268: SP máx: %d (%d~%d) 1269: Str: %d (%d~%d) 1270: Agi: %d (%d~%d) @@ -1340,7 +1446,7 @@ 1274: Luk: %d (%d~%d) // @homshuffle -1275: Has alterado los atributos del homúnculo. +1275: Se han modificado los atributos del homúnculo. // @iteminfo 1276: Introduce el nombre/ID de un objeto (instrucciones: @ii/@iteminfo ). @@ -1348,19 +1454,19 @@ 1278: Ninguno 1279: Contiene código 1280: Compra en NPC:%dz, Venta:%dz | Peso: %.1f -1281: - Sólo disponible en tiendas. +1281: - Solo disponible en tiendas. 1282: - Monstruos que tienen este objeto: %02.02f%% 1283: - Ningún monstruo tiene este objeto. // @whodrops -1284: Introduce el nombre/ID de un objeto (instrucciones: @whodrops ).  +1284: Introduce el nombre/ID de un objeto (instrucciones: @whodrops ). 1285: Objeto: '%s' (ID:%d) 1286: - Ningún monstruo tiene ese objeto. -1287: - Estos monstruos tienen ese objeto (sólo se muestran un máximo de %d): +1287: - Estos monstruos tienen ese objeto (solo se muestran un máximo de %d): // @whereis 1288: Introduce el nombre/ID de un monstruo (instrucciones: @whereis ). -1289: Puedes encontrar un %s en: +1289: Puedes encontrar un %s en: 1290: Este monstruo no aparece en ninguna parte. // @adopt @@ -1377,16 +1483,16 @@ 1297: Introduce la cantidad de minutos (instrucciones: @mutearea/@stfu ). // @rates -1298: Experiencia: Base %.2fx / Oficio %.2fx -1299: Objetos normales: Comunes %.2fx / Curativos %.2fx / Consumibles %.2fx / Equipo %.2fx / Cartas %.2fx -1300: Objetos de jefes: Comunes %.2fx / Curativos %.2fx / Consumibles %.2fx / Equipo %.2fx / Cartas %.2fx -1301: Otros objetos: MvP %.2fx / Cartas %.2fx / Cofres %.2fx +1298: Experiencia: Base %.2fx / Oficio %.2fx +1299: Objetos normales: Comunes %.2fx / Curativos %.2fx / Consumibles %.2fx / Equipo %.2fx / Cartas %.2fx +1300: Objetos de jefes: Comunes %.2fx / Curativos %.2fx / Consumibles %.2fx / Equipo %.2fx / Cartas %.2fx +1301: Otros objetos: MvP %.2fx / Cartas %.2fx / Cofres %.2fx // @me 1302: Introduce un mensaje (instrucciones: @me ). // @size / @sizeall / @sizeguild -1303: Has alterado tu tamaño. +1303: Se ha modificado el tamaño. // @sizeguild 1304: Introduce el nombre/ID de un clan (instrucciones: @sizeguild ). @@ -1402,9 +1508,9 @@ 1310: Ahora se muestra un nombre falso. // @mapflag -1311: Opciones del mapa: -1312: Instrucciones: @mapflag monster_noteleport 1 (0= Desactivado | 1 = Activado) -1313: Escribe @mapflag available para ver la configuración del mapa. +1311: Opciones del mapa: +1312: Instrucciones: @mapflag monster_noteleport 1 (0= Desactivado | 1 = Activado) +1313: Escribe @mapflag available para ver la configuración del mapa. 1314: La configuración que has elegido no es válida. 1314: Opciones disponibles: @@ -1427,13 +1533,13 @@ 1323: Debes introducir el nombre/ID de un personaje. // @feelreset -1324: Has reiniciado los mapas asignados del Star Gladiator. +1324: Se han reiniciado tus mapas asignados de las habilidades 'Feeling'. // @noks -1325: [ La protección K.S está desactivada] -1326: [ La protección K.S está activada - Opción: Grupo ] -1327: [ La protección K.S está activada - Opción: Yo] -1328: [ La protección K.S está activada - Opción: Clan] +1325: [ La protección K.S. está desactivada] +1326: [ La protección K.S. está activada - Opción: Grupo ] +1327: [ La protección K.S. está activada - Opción: Yo] +1328: [ La protección K.S. está activada - Opción: Clan] 1329: Instrucciones: @noks // @allowks @@ -1457,13 +1563,13 @@ 1345: boca, 1345: ojos/orejas, 1347: boca/ojos/orejas/casco, -1348: -> (huevo de mascota, ID de la mascota: %u, nombre cambiado) -1349: -> (huevo de mascota, ID de la mascota: %u, sin nombre cambiado) -1350: -> (objeto artesano, ID del creador: %u, star crumbs %d, elemento %d) -1351: -> (objeto producido, ID del creador: %u) +1348: -> (huevo de mascota, ID de la mascota: %u, nombre cambiado) +1349: -> (huevo de mascota, ID de la mascota: %u, sin nombre cambiado) +1350: -> (objeto artesano, ID del creador: %u, star crumbs %d, elemento %d) +1351: -> (objeto producido, ID del creador: %u) 1352: -> (cartas: 1353: No se ha encontrado ningún objeto en %s. -1354: Objetos encontrados: %d en %d %s ranuras. +1354: Objetos encontrados: %d en %d %s ranuras. // @delitem 1355: Introduce el nombre/ID de un objeto, una cantidad, y el nombre de un jugador (instrucciones: #delitem ). @@ -1472,7 +1578,7 @@ 1356: Ahora se utilizará la fuente por defecto. 1357: Instrucciones: @font <1-9> para alterar la fuente de texto. 1358: Usa el parámetro 0 o no escribas ningún número para utilizar la fuente por defecto. -1359: El número introducido no es válido. Introduce un número de 0 al 9. +1359: El número de fuente que has introducido no es válido. Introduce un número de 0 al 9. 1360: Has cambiado la fuente del texto. 1361: Ya estás usando esa fuente. @@ -1483,7 +1589,7 @@ // @accinfo 1365: Instrucciones: @accinfo/@accountinfo . -1366: Puedes utilizar nombres incompletos al buscar escribiendo '%' en tu búsqueda, por ejemplo: @accinfo %Arturo% mostrará todos los personajes cuyo nombre contenga la palabra Arturo. +1366: Puedes utilizar nombres incompletos al buscar escribiendo '%' en tu búsqueda, por ejemplo: @accinfo %Arturo% mostrará todos los personajes cuyo nombre contenga la palabra Arturo. // @set 1367: Instrucciones: @set @@ -1493,14 +1599,14 @@ 1371: Las variables de NPC no se pueden editar con @set. 1372: Las variables de instancias no se pueden editar con @set. 1373: El valor %s ahora es: %lld -1374: El valor %s ahora es: %s +1374: El valor %s ahora es: %s 1375: %s está vacío // @cash/@points 1376: Cierra la tienda de cash antes de ejecutar este comando. // @reloadquestdb -1377: Se ha actualizado la base de datos de las quest con éxito. +1377: Se ha recargado la base de datos de misiones. // @addperm 1378: Instrucciones: %s @@ -1526,7 +1632,7 @@ 1392: Ahora tienes un carro. // atccomand.cpp::is_atcommand -1393: No puedes utilizar ningún comando porque estás muerto. +1393: No puedes utilizar ningún comando porque has muerto. // @clearstorage 1394: Has vaciado tu almacén. @@ -1537,13 +1643,13 @@ 1397: Has vaciado tu carro. // @skillid (extensión) -1398: -- Mostrando los primeros %d resultados: +1398: -- Mostrando los primeros %d resultados: // @channel 1399: Ese canal no existe (instrucciones: %s <#nombre del canal>). -1400: El canal '%s' no existe (instrucciones: %s <#nombre del canal>). +1400: El canal '%s' no existe (instrucciones: %s <#nombre del canal>). 1401: El canal '%s' está protegido con contraseña (instrucciones: %s <#nombre del canal> ). -1402: No estás en ese canal, escribe '@join <#nombre del canal>'. +1402: No estás en ese canal, escribe '@join <#nombre del canal>'. 1403: Has entrado al canal '%s'. 1404: %s ha fallado. 1405: El nombre del canal debe empezar con un '#'. @@ -1563,13 +1669,13 @@ 1419: * %s list colors 1420: -- Muestra todos los colores disponibles para crear un canal. 1421: * %s setcolor <#nombre del canal> -1422: -- Cambia el color de canal (sólo el administrador) -1423: *%s leave <#nombre del canal> +1422: -- Cambia el color de canal (solo el administrador) +1423: * %s leave <#nombre del canal> 1424: -- Abandonas el canal especificado. 1425: No estás en el canal '%s'. 1426: Has abandonado el canal '%s'. 1427: * %s bindto <#nombre del canal> -1428: -- Liga tu chat global a un canal específico, todos los mensajes que envíes al chat global aparecerán en ese canal. +1428: -- Liga tu chat global a un canal específico, todos los mensajes que envíes al chat global aparecerán en ese canal. 1429: * %s unbind 1430: -- Desliga tu chat global de un canal específico. 1431: Has ligado tu chat global al canal '%s'. @@ -1582,7 +1688,7 @@ 1438: Has sido expulsado del canal '%s'. No puedes entrar. 1439: El canal '%s' no tiene ningún usuario bloqueado. 1440: El jugador '%s' no está expulsado de este canal. -1441: El jugador '%s' ha sido desbloqueado de este canal. +1441: El jugador '%s' ha sido desbloqueado del canal '%s'. 1442: Has vaciado todos los bloqueos del canal '%s'. 1443: ---- Lista de accesos prohibidos a '#%s': 1444: ---- Colores disponibles ---- @@ -1595,7 +1701,7 @@ 1451: El parámetro '%d' para la opción '%s' está fuera del rango (límite 0-10). 1452: La opción '%s' ha sido activada para el canal '#%s' en '%d' segundos. 1453: La opción '%s' ha sido desactivada para el canal '#%s'. -1454: Has asignado el color '%s' al canal. +1454: Has asignado el color '%s' al canal. 1455: Estás escribiendo demasiado rápido. 1456: * %s ban <#nombre del canal> 1457: -- Prohíbe el acceso al canal a un jugador. @@ -1607,7 +1713,7 @@ 1463: -- Establece una opción y un valor específico en un canal. 1464: No se ha podido bloquear al jugador '%s'. 1465: El jugador '%s' ya no tenía acceso a este canal. -1466: Introduce el número de segundos (0-10) para la configuración de '%s'. +1466: Introduce el número de segundos (0-10) para la configuración de '%s'. 1467: * %s unbanall <#nombre del canal> 1468: -- Limpia la lista de accesos prohibidos al canal. 1469: * %s delete <#nombre del canal> @@ -1620,7 +1726,7 @@ 1476: No te has unido a ningún canal. // @effect -1477: Introduce un efecto válido dentro del rango de ID %d a %d. +1477: Introduce un ID de efecto válido dentro del rango %d a %d. // @partysharelvl 1478: Se ha modificado el rango para compartir experiencia en grupos. @@ -1629,7 +1735,7 @@ // @autoloottype 1480: Tipo de objeto no encontrado. 1481: Ya estás autorrecogiendo ese tipo de objeto. -1482: Tu lista de autorrecogida de objetos tiene todos los tipos.Puedes eliminar algunos con @autoloottype -. +1482: Tu lista de autorrecogida de objetos tiene todos los tipos. Puedes eliminar algunos con @autoloottype -. 1483: Autorrecogida de objetos del tipo: '%s' {%d} 1484: No estás autorrecogiendo ese tipo de objeto. 1485: Tipo de objeto: '%s' {%d} eliminado de tu lista de autorrecogida de objetos. @@ -1638,7 +1744,7 @@ 1488: "@aloottype reset" borrará tu lista de autorrecogida de objetos. 1489: Tu lista de autorrecogida de objetos está vacía. 1490: Tipos de objetos presentes en tu lista: -1491: Tu lista de autorrecogida de objetos se ha reseteado. +1491: Tu lista de autorrecogida de objetos se ha reiniciado. // @dropall 1492: Instrucciones: @dropall {} @@ -1646,7 +1752,7 @@ 1494: ¡Objetos tirados: %d (omitidos: %d)! // Banking -1495: ¡No puedes retirar tanto dinero! +1495: No puedes retirar tanto dinero 1496: El banco está desactivado // Roulette @@ -1656,18 +1762,42 @@ 1498: No puedes crear un clan porque ya estás en uno. // @clanspy -1499: Introduce un nombre de de clan o ID (instrucciones: @clanspy ). -1500: Ya no estás espiando al clan %s. -1501: Estás espiando al clan %s. -1502: Nombre o ID de clan no válido. +1499: Introduce el nombre de la facción o su ID (instrucciones: @clanspy ). +1500: Ya no estás espiando a la facción %s. +1501: Estás espiando a la facción %s. +1502: El nombre o ID de la facción que has introducido no es válido. // PK Mode msgs 1503: Has entrado en una zona PK. 1504: Has entrado en una zona PK (segura hasta el nivel %d). +// @setquest, @erasequest, @completequest +1505: Instrucciones: %s +1506: No se ha encontrado la misión %d en la base de datos. +1507: El personaje ya tiene la misión %d. +1508: El personaje no tiene la misión %d. + +// @checkquest +1509: Valor de 'checkquest' para la misión %d +1510: > HAVEQUEST : %d +1511: > HUNTING : %d +1512: > PLAYTIME : %d + // @changegm -1513: No puedes delegar el liderazgo del clan durante el horario de WoE +1513: No puedes cambiar el liderazgo del clan durante el horario de WoE 1514: Debes esperar un tiempo antes de poder designar un nuevo líder de clan +// @hatereset +1515: Se han reiniciado tus mapas asignados de las habilidades 'Hatred'. + +// @addfame +1516: Instrucciones: %s . +1517: No se pueden añadir puntos de fama al oficio '%s'. +1518: Se han añadido %d puntos de fama a '%s'. + +// @grade +1519: Introduce una posición y una cantidad (instrucciones: @grade <+/- cantidad>). +1520: Se ha modificado el grado de encantamiento de %d objetos. + //Traducciones personalizadas import: conf/msg_conf/import/map_msg_spn_conf.txt diff --git a/conf/msg_conf/map_msg_tha.conf b/conf/msg_conf/map_msg_tha.conf index e4b72241f1..ab0a7bac0c 100644 --- a/conf/msg_conf/map_msg_tha.conf +++ b/conf/msg_conf/map_msg_tha.conf @@ -888,7 +888,7 @@ 1048: Teleport Flags: 1049: Weather Flags: 1050: Other Flags: -1051: Other Flags: +//1051: free 1065: No Exp Penalty: %s | No Zeny Penalty: %s 1066: On diff --git a/configure b/configure index b1180edf87..d5b483d7f1 100755 --- a/configure +++ b/configure @@ -4538,9 +4538,9 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu CFLAGS="$CFLAGS -pipe -ffast-math -Wall" CPPFLAGS="$CPPFLAGS -I../common" -CXXFLAGS="$CXXFLAGS -std=c++14" -#CXXFLAGS="$CXXFLAGS -std=gnu++14" -CXXFLAG_CLEARS="-std=c++14" +CXXFLAGS="$CXXFLAGS -std=c++17" +#CXXFLAGS="$CXXFLAGS -std=gnu++17" +CXXFLAG_CLEARS="-std=c++17" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } @@ -4761,8 +4761,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to determine endianess, only little endian is supported" >&5 -$as_echo "$as_me: WARNING: unable to determine endianess, only little endian is supported" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to determine endianness, only little endian is supported" >&5 +$as_echo "$as_me: WARNING: unable to determine endianness, only little endian is supported" >&2;} ;; esac @@ -7109,7 +7109,7 @@ else $as_echo "no" >&6; } fi -CXXFLAG_CLEARS="-std=c++14 $CPPFLAGS" +CXXFLAG_CLEARS="-std=c++17 $CPPFLAGS" CFLAGS="$OPT_LTO $CFLAGS" CFLAGS_AR="$OPT_LTO_AR $CFLAGS" diff --git a/configure.ac b/configure.ac index dba80b996b..b547bea47b 100644 --- a/configure.ac +++ b/configure.ac @@ -483,14 +483,14 @@ AC_LANG([C++]) CFLAGS="$CFLAGS -pipe -ffast-math -Wall" CPPFLAGS="$CPPFLAGS -I../common" -CXXFLAGS="$CXXFLAGS -std=c++14" -#CXXFLAGS="$CXXFLAGS -std=gnu++14" -CXXFLAG_CLEARS="-std=c++14" +CXXFLAGS="$CXXFLAGS -std=c++17" +#CXXFLAGS="$CXXFLAGS -std=gnu++17" +CXXFLAG_CLEARS="-std=c++17" AC_C_BIGENDIAN( [AC_MSG_ERROR([[bigendian is not supported... stopping]])], , - [AC_MSG_WARN([[unable to determine endianess, only little endian is supported]])] + [AC_MSG_WARN([[unable to determine endianness, only little endian is supported]])] ) @@ -1355,7 +1355,7 @@ else AC_MSG_RESULT([no]) fi -CXXFLAG_CLEARS="-std=c++14 $CPPFLAGS" +CXXFLAG_CLEARS="-std=c++17 $CPPFLAGS" CFLAGS="$OPT_LTO $CFLAGS" CFLAGS_AR="$OPT_LTO_AR $CFLAGS" AC_SUBST([CFLAGS_AR]) diff --git a/db/const.yml b/db/const.yml index c5047bc978..a0e21e4a31 100644 --- a/db/const.yml +++ b/db/const.yml @@ -45,6 +45,8 @@ Body: Value: 4 - Name: JUMPINGCLAN Value: 5 + - Name: REPUTATION_EP18 + Value: 3 Footer: Imports: diff --git a/db/import-tmpl/item_group_db.yml b/db/import-tmpl/item_group_db.yml index fbbf99eb2b..312efb76aa 100644 --- a/db/import-tmpl/item_group_db.yml +++ b/db/import-tmpl/item_group_db.yml @@ -26,8 +26,9 @@ # SubGroups: # - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information. # List: List of item(s) for the SubGroup. -# - Item AegisName of item that will be obtained from this item group. -# Rate Probability to get the item. See doc/item_group.txt for more information. (Default: 0) +# - Index Unique number that can be used to add the same Item with different data in the list. +# Item AegisName of item that will be obtained from this item group. +# Rate Probability to get the item. (Default: 0) # Amount Amount of item that will be obtained. (Default: 1) # Duration Makes the item a rental item which will expire within the given amount in minutes. Not intended for use with stackable items. (Default: 0) # Announced If player obtains this item it will be broadcasted to the server. (Default: false) @@ -38,10 +39,10 @@ # RandomOptionGroup Applies random options of this group to all equipable items (Default: None) # RefineMinimum Applies at least this refine level to all equipable items (Default: 0) # RefineMaximum Applies at most this refine level to all equipable items (Default: 0) -# Clear Remove the given item. (Optional) +# Clear Whether the current datas should be removed. (Optional) # Clear Remove the given SubGroup. (Optional) ########################################################################### Header: Type: ITEM_GROUP_DB - Version: 2 + Version: 3 diff --git a/db/item_group_db.yml b/db/item_group_db.yml index 93bb0803bc..18b52435c5 100644 --- a/db/item_group_db.yml +++ b/db/item_group_db.yml @@ -26,8 +26,9 @@ # SubGroups: # - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information. # List: List of item(s) for the SubGroup. -# - Item AegisName of item that will be obtained from this item group. -# Rate Probability to get the item. See doc/item_group.txt for more information. (Default: 0) +# - Index Unique number that can be used to add the same Item with different data in the list. +# Item AegisName of item that will be obtained from this item group. +# Rate Probability to get the item. (Default: 0) # Amount Amount of item that will be obtained. (Default: 1) # Duration Makes the item a rental item which will expire within the given amount in minutes. Not intended for use with stackable items. (Default: 0) # Announced If player obtains this item it will be broadcasted to the server. (Default: false) @@ -38,13 +39,13 @@ # RandomOptionGroup Applies random options of this group to all equipable items (Default: None) # RefineMinimum Applies at least this refine level to all equipable items (Default: 0) # RefineMaximum Applies at most this refine level to all equipable items (Default: 0) -# Clear Remove the given item. (Optional) +# Clear Whether the current datas should be removed. (Optional) # Clear Remove the given SubGroup. (Optional) ########################################################################### Header: Type: ITEM_GROUP_DB - Version: 2 + Version: 3 Footer: Imports: diff --git a/db/job_stats.yml b/db/job_stats.yml index 6ccada2101..869ed129b3 100644 --- a/db/job_stats.yml +++ b/db/job_stats.yml @@ -82,12 +82,19 @@ Header: Footer: Imports: - # Import base information first + # Load base information first - Path: db/pre-re/job_stats.yml Mode: Prerenewal - Path: db/re/job_stats.yml Mode: Renewal + # Next, populate with ASPD information + # If RENEWAL is defined and RENEWAL_ASPD is not defined then the pre-renewal file is loaded + - Path: db/pre-re/job_aspd.yml + Mode: Prerenewal + - Path: db/re/job_aspd.yml + Mode: Renewal + # Next, populate with experience information - Path: db/pre-re/job_exp.yml Mode: Prerenewal diff --git a/db/map_cache.dat b/db/map_cache.dat index 36dfde422f..2fd6c8ea65 100644 Binary files a/db/map_cache.dat and b/db/map_cache.dat differ diff --git a/db/map_index.txt b/db/map_index.txt index 8e865aa26a..a34bdf5e1a 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -1230,6 +1230,17 @@ jor_safty2 jor_sanct jor_twice jor_twig +bl_depth1 +1@ba_go +1@f_lake +for_dun01 +for_dun02 +t_garden +1@vrpop +2@vrpop +3@vrpop +bl_depth2 +1@vrsn //====================================================================================== // - Other/Extra maps - diff --git a/db/pre-re/item_db_equip.yml b/db/pre-re/item_db_equip.yml index 81b1d37bcb..f0c4e2b1f3 100644 --- a/db/pre-re/item_db_equip.yml +++ b/db/pre-re/item_db_equip.yml @@ -20587,16 +20587,7 @@ Body: EquipLevelMin: 94 Script: | bonus bMdef,5; - bonus3 bSubEle,Ele_Neutral,30,BF_SHORT; - bonus3 bSubEle,Ele_Water,30,BF_SHORT; - bonus3 bSubEle,Ele_Earth,30,BF_SHORT; - bonus3 bSubEle,Ele_Fire,30,BF_SHORT; - bonus3 bSubEle,Ele_Wind,30,BF_SHORT; - bonus3 bSubEle,Ele_Poison,30,BF_SHORT; - bonus3 bSubEle,Ele_Holy,30,BF_SHORT; - bonus3 bSubEle,Ele_Dark,30,BF_SHORT; - bonus3 bSubEle,Ele_Ghost,30,BF_SHORT; - bonus3 bSubEle,Ele_Undead,30,BF_SHORT; + bonus3 bSubEle,Ele_All,30,BF_WEAPON; bonus bFlee,30; skill "AL_TELEPORT",1; bonus bUnbreakableGarment; diff --git a/db/pre-re/item_group_db.yml b/db/pre-re/item_group_db.yml index 78eb121817..00c87e5598 100644 --- a/db/pre-re/item_group_db.yml +++ b/db/pre-re/item_group_db.yml @@ -1,5 +1,5 @@ # This file is a part of rAthena. -# Copyright(C) 2021 rAthena Development Team +# Copyright(C) 2023 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify @@ -26,8 +26,9 @@ # SubGroups: # - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information. # List: List of item(s) for the SubGroup. -# - Item AegisName of item that will be obtained from this item group. -# Rate Probability to get the item. See doc/item_group.txt for more information. (Default: 0) +# - Index Unique number that can be used to add the same Item with different data in the list. +# Item AegisName of item that will be obtained from this item group. +# Rate Probability to get the item. (Default: 0) # Amount Amount of item that will be obtained. (Default: 1) # Duration Makes the item a rental item which will expire within the given amount in minutes. Not intended for use with stackable items. (Default: 0) # Announced If player obtains this item it will be broadcasted to the server. (Default: false) @@ -38,7440 +39,11043 @@ # RandomOptionGroup Applies random options of this group to all equipable items (Default: None) # RefineMinimum Applies at least this refine level to all equipable items (Default: 0) # RefineMaximum Applies at most this refine level to all equipable items (Default: 0) -# Clear Remove the given item. (Optional) +# Clear Whether the current datas should be removed. (Optional) # Clear Remove the given SubGroup. (Optional) ########################################################################### Header: Type: ITEM_GROUP_DB - Version: 2 + Version: 3 Body: - Group: ACCESORY SubGroups: - SubGroup: 1 List: - - Item: Ring + - Index: 0 + Item: Ring Rate: 10 - - Item: Earring + - Index: 1 + Item: Earring Rate: 11 - - Item: Necklace + - Index: 2 + Item: Necklace Rate: 12 - - Item: Glove + - Index: 3 + Item: Glove Rate: 12 - - Item: Brooch + - Index: 4 + Item: Brooch Rate: 12 - - Item: Clip + - Index: 5 + Item: Clip Rate: 12 - - Item: Rosary + - Index: 6 + Item: Rosary Rate: 14 - - Item: Skul_Ring + - Index: 7 + Item: Skul_Ring Rate: 14 - - Item: Gold_Ring + - Index: 8 + Item: Gold_Ring Rate: 14 - - Item: Silver_Ring + - Index: 9 + Item: Silver_Ring Rate: 14 - - Item: Flower_Ring + - Index: 10 + Item: Flower_Ring Rate: 14 - - Item: Diamond_Ring + - Index: 11 + Item: Diamond_Ring Rate: 11 - - Item: Safety_Ring + - Index: 12 + Item: Safety_Ring Rate: 1 - - Item: Critical_Ring + - Index: 13 + Item: Critical_Ring Rate: 1 - - Item: Mitten_Of_Presbyter + - Index: 14 + Item: Mitten_Of_Presbyter Rate: 10 - - Item: Matyr's_Flea_Guard + - Index: 15 + Item: Matyr's_Flea_Guard Rate: 11 - - Item: Thimble_Of_Archer + - Index: 16 + Item: Thimble_Of_Archer Rate: 10 - - Item: Ring_ + - Index: 17 + Item: Ring_ Rate: 1 - - Item: Earring_ + - Index: 18 + Item: Earring_ Rate: 1 - - Item: Necklace_ + - Index: 19 + Item: Necklace_ Rate: 10 - - Item: Glove_ + - Index: 20 + Item: Glove_ Rate: 1 - - Item: Brooch_ + - Index: 21 + Item: Brooch_ Rate: 1 - - Item: Rosary_ + - Index: 22 + Item: Rosary_ Rate: 1 - - Item: Belt + - Index: 23 + Item: Belt Rate: 10 - - Item: Novice_Armlet + - Index: 24 + Item: Novice_Armlet Rate: 14 - - Item: Shinobi's_Sash + - Index: 25 + Item: Shinobi's_Sash Rate: 1 - - Item: Hyper_Changer + - Index: 26 + Item: Hyper_Changer Rate: 1 - - Item: Nile_Rose_ + - Index: 27 + Item: Nile_Rose_ Rate: 10 - - Item: Vesper_Core01 + - Index: 28 + Item: Vesper_Core01 Rate: 2 - - Item: Vesper_Core02 + - Index: 29 + Item: Vesper_Core02 Rate: 2 - - Item: Vesper_Core03 + - Index: 30 + Item: Vesper_Core03 Rate: 2 - - Item: Vesper_Core04 + - Index: 31 + Item: Vesper_Core04 Rate: 2 - - Item: Thimble_Of_Archer_ + - Index: 32 + Item: Thimble_Of_Archer_ Rate: 1 - - Item: Spiritual_Ring + - Index: 33 + Item: Spiritual_Ring Rate: 1 - - Item: Lesser_Elemental_Ring + - Index: 34 + Item: Lesser_Elemental_Ring Rate: 9 - - Item: Red_Silk_Seal + - Index: 35 + Item: Red_Silk_Seal Rate: 2 - - Item: Orleans_Glove + - Index: 36 + Item: Orleans_Glove Rate: 1 - - Item: Expert_Ring + - Index: 37 + Item: Expert_Ring Rate: 1 - - Item: Librarian_Glove + - Index: 38 + Item: Librarian_Glove Rate: 1 - - Item: Pocket_Watch_ + - Index: 39 + Item: Pocket_Watch_ Rate: 1 - - Item: Lunatic_Brooch + - Index: 40 + Item: Lunatic_Brooch Rate: 1 - - Item: Iron_Wrist + - Index: 41 + Item: Iron_Wrist Rate: 1 - Group: BLEUBOX SubGroups: - SubGroup: 1 List: - - Item: Milk + - Index: 0 + Item: Milk Rate: 1 - - Item: Well_Baked_Cookie + - Index: 1 + Item: Well_Baked_Cookie Rate: 1 - - Item: Gift_Box + - Index: 2 + Item: Gift_Box Rate: 1 - - Item: Earth_Scroll_1_5 + - Index: 3 + Item: Earth_Scroll_1_5 Rate: 1 - - Item: Cold_Scroll_1_5 + - Index: 4 + Item: Cold_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_1_5 + - Index: 5 + Item: Fire_Scroll_1_5 Rate: 1 - - Item: Wind_Scroll_1_5 + - Index: 6 + Item: Wind_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_2_5 + - Index: 7 + Item: Fire_Scroll_2_5 Rate: 1 - - Item: Fire_Scroll_3_5 + - Index: 8 + Item: Fire_Scroll_3_5 Rate: 1 - - Item: Cold_Scroll_2_5 + - Index: 9 + Item: Cold_Scroll_2_5 Rate: 1 - - Item: Holy_Scroll_1_5 + - Index: 10 + Item: Holy_Scroll_1_5 Rate: 1 - Group: BLUEBOX SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 12 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 12 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 12 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 12 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 12 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 12 - - Item: Red_Herb + - Index: 6 + Item: Red_Herb Rate: 12 - - Item: Yellow_Herb + - Index: 7 + Item: Yellow_Herb Rate: 12 - - Item: White_Herb + - Index: 8 + Item: White_Herb Rate: 12 - - Item: Blue_Herb + - Index: 9 + Item: Blue_Herb Rate: 12 - - Item: Green_Herb + - Index: 10 + Item: Green_Herb Rate: 12 - - Item: Apple + - Index: 11 + Item: Apple Rate: 12 - - Item: Banana + - Index: 12 + Item: Banana Rate: 12 - - Item: Grape + - Index: 13 + Item: Grape Rate: 12 - - Item: Carrot + - Index: 14 + Item: Carrot Rate: 12 - - Item: Sweet_Potato + - Index: 15 + Item: Sweet_Potato Rate: 12 - - Item: Meat + - Index: 16 + Item: Meat Rate: 12 - - Item: Honey + - Index: 17 + Item: Honey Rate: 12 - - Item: Milk + - Index: 18 + Item: Milk Rate: 12 - - Item: Leaflet_Of_Hinal + - Index: 19 + Item: Leaflet_Of_Hinal Rate: 12 - - Item: Leaflet_Of_Aloe + - Index: 20 + Item: Leaflet_Of_Aloe Rate: 12 - - Item: Fruit_Of_Mastela + - Index: 21 + Item: Fruit_Of_Mastela Rate: 12 - - Item: Holy_Water + - Index: 22 + Item: Holy_Water Rate: 12 - - Item: Panacea + - Index: 23 + Item: Panacea Rate: 12 - - Item: Royal_Jelly + - Index: 24 + Item: Royal_Jelly Rate: 12 - - Item: Monster's_Feed + - Index: 25 + Item: Monster's_Feed Rate: 12 - - Item: Candy + - Index: 26 + Item: Candy Rate: 12 - - Item: Candy_Striper + - Index: 27 + Item: Candy_Striper Rate: 12 - - Item: Apple_Juice + - Index: 28 + Item: Apple_Juice Rate: 12 - - Item: Banana_Juice + - Index: 29 + Item: Banana_Juice Rate: 12 - - Item: Grape_Juice + - Index: 30 + Item: Grape_Juice Rate: 12 - - Item: Carrot_Juice + - Index: 31 + Item: Carrot_Juice Rate: 12 - - Item: Pumpkin + - Index: 32 + Item: Pumpkin Rate: 12 - - Item: Ice_Cream + - Index: 33 + Item: Ice_Cream Rate: 12 - - Item: Pet_Food + - Index: 34 + Item: Pet_Food Rate: 12 - - Item: Well_Baked_Cookie + - Index: 35 + Item: Well_Baked_Cookie Rate: 12 - - Item: Piece_Of_Cake + - Index: 36 + Item: Piece_Of_Cake Rate: 12 - - Item: Fish_Slice + - Index: 37 + Item: Fish_Slice Rate: 12 - - Item: Red_Slim_Potion + - Index: 38 + Item: Red_Slim_Potion Rate: 12 - - Item: Yellow_Slim_Potion + - Index: 39 + Item: Yellow_Slim_Potion Rate: 12 - - Item: White_Slim_Potion + - Index: 40 + Item: White_Slim_Potion Rate: 12 - - Item: Cheese + - Index: 41 + Item: Cheese Rate: 12 - - Item: Nice_Sweet_Potato + - Index: 42 + Item: Nice_Sweet_Potato Rate: 12 - - Item: Popped_Rice + - Index: 43 + Item: Popped_Rice Rate: 12 - - Item: Shusi + - Index: 44 + Item: Shusi Rate: 12 - - Item: Bun + - Index: 45 + Item: Bun Rate: 12 - - Item: Rice_Cake + - Index: 46 + Item: Rice_Cake Rate: 12 - - Item: Chocolate + - Index: 47 + Item: Chocolate Rate: 12 - - Item: White_Chocolate + - Index: 48 + Item: White_Chocolate Rate: 12 - - Item: Wing_Of_Fly + - Index: 49 + Item: Wing_Of_Fly Rate: 12 - - Item: Wing_Of_Butterfly + - Index: 50 + Item: Wing_Of_Butterfly Rate: 12 - - Item: Branch_Of_Dead_Tree + - Index: 51 + Item: Branch_Of_Dead_Tree Rate: 512 - - Item: Anodyne + - Index: 52 + Item: Anodyne Rate: 12 - - Item: Aloebera + - Index: 53 + Item: Aloebera Rate: 12 - - Item: Yggdrasilberry + - Index: 54 + Item: Yggdrasilberry Rate: 12 - - Item: Seed_Of_Yggdrasil + - Index: 55 + Item: Seed_Of_Yggdrasil Rate: 12 - - Item: Amulet + - Index: 56 + Item: Amulet Rate: 12 - - Item: Leaf_Of_Yggdrasil + - Index: 57 + Item: Leaf_Of_Yggdrasil Rate: 12 - - Item: Spectacles + - Index: 58 + Item: Spectacles Rate: 12 - - Item: Portable_Furnace + - Index: 59 + Item: Portable_Furnace Rate: 12 - - Item: Iron_Hammer + - Index: 60 + Item: Iron_Hammer Rate: 12 - - Item: Golden_Hammer + - Index: 61 + Item: Golden_Hammer Rate: 12 - - Item: Oridecon_Hammer + - Index: 62 + Item: Oridecon_Hammer Rate: 12 - - Item: Worn_Out_Scroll + - Index: 63 + Item: Worn_Out_Scroll Rate: 12 - - Item: Unripe_Apple + - Index: 64 + Item: Unripe_Apple Rate: 12 - - Item: Orange_Juice + - Index: 65 + Item: Orange_Juice Rate: 12 - - Item: Bitter_Herb + - Index: 66 + Item: Bitter_Herb Rate: 12 - - Item: Rainbow_Carrot + - Index: 67 + Item: Rainbow_Carrot Rate: 12 - - Item: Earthworm_The_Dude + - Index: 68 + Item: Earthworm_The_Dude Rate: 12 - - Item: Rotten_Fish + - Index: 69 + Item: Rotten_Fish Rate: 12 - - Item: Lusty_Iron + - Index: 70 + Item: Lusty_Iron Rate: 12 - - Item: Monster_Juice + - Index: 71 + Item: Monster_Juice Rate: 12 - - Item: Sweet_Milk + - Index: 72 + Item: Sweet_Milk Rate: 12 - - Item: Well_Dried_Bone + - Index: 73 + Item: Well_Dried_Bone Rate: 12 - - Item: Singing_Flower + - Index: 74 + Item: Singing_Flower Rate: 12 - - Item: Dew_Laden_Moss + - Index: 75 + Item: Dew_Laden_Moss Rate: 12 - - Item: Deadly_Noxious_Herb + - Index: 76 + Item: Deadly_Noxious_Herb Rate: 12 - - Item: Fatty_Chubby_Earthworm + - Index: 77 + Item: Fatty_Chubby_Earthworm Rate: 12 - - Item: Baked_Yam + - Index: 78 + Item: Baked_Yam Rate: 12 - - Item: Tropical_Banana + - Index: 79 + Item: Tropical_Banana Rate: 12 - - Item: Horror_Of_Tribe + - Index: 80 + Item: Horror_Of_Tribe Rate: 12 - - Item: No_Recipient + - Index: 81 + Item: No_Recipient Rate: 12 - - Item: Old_Broom + - Index: 82 + Item: Old_Broom Rate: 12 - - Item: Silver_Knife_Of_Chaste + - Index: 83 + Item: Silver_Knife_Of_Chaste Rate: 12 - - Item: Armlet_Of_Obedience + - Index: 84 + Item: Armlet_Of_Obedience Rate: 12 - - Item: Shining_Stone + - Index: 85 + Item: Shining_Stone Rate: 12 - - Item: Contracts_In_Shadow + - Index: 86 + Item: Contracts_In_Shadow Rate: 12 - - Item: Book_Of_Devil + - Index: 87 + Item: Book_Of_Devil Rate: 12 - - Item: Pet_Incubator + - Index: 88 + Item: Pet_Incubator Rate: 12 - - Item: Gift_Box + - Index: 89 + Item: Gift_Box Rate: 312 - - Item: Center_Potion + - Index: 90 + Item: Center_Potion Rate: 12 - - Item: Awakening_Potion + - Index: 91 + Item: Awakening_Potion Rate: 12 - - Item: Berserk_Potion + - Index: 92 + Item: Berserk_Potion Rate: 12 - - Item: Heart_Of_Her + - Index: 93 + Item: Heart_Of_Her Rate: 12 - - Item: Korea_Rice_Cake + - Index: 94 + Item: Korea_Rice_Cake Rate: 12 - - Item: Gift_Box_1 + - Index: 95 + Item: Gift_Box_1 Rate: 12 - - Item: Gift_Box_2 + - Index: 96 + Item: Gift_Box_2 Rate: 12 - - Item: Gift_Box_3 + - Index: 97 + Item: Gift_Box_3 Rate: 12 - - Item: Gift_Box_4 + - Index: 98 + Item: Gift_Box_4 Rate: 12 - - Item: Handsei + - Index: 99 + Item: Handsei Rate: 12 - - Item: Poison_Bottle + - Index: 100 + Item: Poison_Bottle Rate: 12 - - Item: Gold_Pill + - Index: 101 + Item: Gold_Pill Rate: 12 - - Item: Ora_Ora + - Index: 102 + Item: Ora_Ora Rate: 12 - - Item: Animal_Blood + - Index: 103 + Item: Animal_Blood Rate: 12 - - Item: Hinalle + - Index: 104 + Item: Hinalle Rate: 12 - - Item: Aloe + - Index: 105 + Item: Aloe Rate: 12 - - Item: Clover + - Index: 106 + Item: Clover Rate: 12 - - Item: Four_Leaf_Clover + - Index: 107 + Item: Four_Leaf_Clover Rate: 12 - - Item: Singing_Plant + - Index: 108 + Item: Singing_Plant Rate: 12 - - Item: Ment + - Index: 109 + Item: Ment Rate: 12 - - Item: Illusion_Flower + - Index: 110 + Item: Illusion_Flower Rate: 12 - - Item: Shoot + - Index: 111 + Item: Shoot Rate: 12 - - Item: Flower + - Index: 112 + Item: Flower Rate: 12 - - Item: Empty_Bottle + - Index: 113 + Item: Empty_Bottle Rate: 12 - - Item: Yellow_Gemstone + - Index: 114 + Item: Yellow_Gemstone Rate: 12 - - Item: Red_Gemstone + - Index: 115 + Item: Red_Gemstone Rate: 12 - - Item: Blue_Gemstone + - Index: 116 + Item: Blue_Gemstone Rate: 12 - - Item: Dark_Red_Jewel + - Index: 117 + Item: Dark_Red_Jewel Rate: 12 - - Item: Violet_Jewel + - Index: 118 + Item: Violet_Jewel Rate: 12 - - Item: Skyblue_Jewel + - Index: 119 + Item: Skyblue_Jewel Rate: 12 - - Item: Azure_Jewel + - Index: 120 + Item: Azure_Jewel Rate: 12 - - Item: Scarlet_Jewel + - Index: 121 + Item: Scarlet_Jewel Rate: 12 - - Item: Cardinal_Jewel + - Index: 122 + Item: Cardinal_Jewel Rate: 12 - - Item: Cardinal_Jewel_ + - Index: 123 + Item: Cardinal_Jewel_ Rate: 12 - - Item: Red_Jewel + - Index: 124 + Item: Red_Jewel Rate: 12 - - Item: Blue_Jewel + - Index: 125 + Item: Blue_Jewel Rate: 12 - - Item: White_Jewel + - Index: 126 + Item: White_Jewel Rate: 12 - - Item: Golden_Jewel + - Index: 127 + Item: Golden_Jewel Rate: 12 - - Item: Bluish_Green_Jewel + - Index: 128 + Item: Bluish_Green_Jewel Rate: 12 - - Item: Crystal_Jewel + - Index: 129 + Item: Crystal_Jewel Rate: 12 - - Item: Crystal_Jewel_ + - Index: 130 + Item: Crystal_Jewel_ Rate: 12 - - Item: Crystal_Jewel__ + - Index: 131 + Item: Crystal_Jewel__ Rate: 12 - - Item: Crystal_Jewel___ + - Index: 132 + Item: Crystal_Jewel___ Rate: 12 - - Item: Red_Frame + - Index: 133 + Item: Red_Frame Rate: 12 - - Item: Blue_Porcelain + - Index: 134 + Item: Blue_Porcelain Rate: 12 - - Item: White_Platter + - Index: 135 + Item: White_Platter Rate: 12 - - Item: Black_Ladle + - Index: 136 + Item: Black_Ladle Rate: 12 - - Item: Pencil_Case + - Index: 137 + Item: Pencil_Case Rate: 12 - - Item: Rouge + - Index: 138 + Item: Rouge Rate: 12 - - Item: Stuffed_Doll + - Index: 139 + Item: Stuffed_Doll Rate: 12 - - Item: Poring_Doll + - Index: 140 + Item: Poring_Doll Rate: 12 - - Item: Chonchon_Doll + - Index: 141 + Item: Chonchon_Doll Rate: 12 - - Item: Spore_Doll + - Index: 142 + Item: Spore_Doll Rate: 12 - - Item: Bunch_Of_Flowers + - Index: 143 + Item: Bunch_Of_Flowers Rate: 12 - - Item: Wedding_Bouquet + - Index: 144 + Item: Wedding_Bouquet Rate: 12 - - Item: Glass_Bead + - Index: 145 + Item: Glass_Bead Rate: 12 - - Item: Crystal_Mirror + - Index: 146 + Item: Crystal_Mirror Rate: 12 - - Item: Witherless_Rose + - Index: 147 + Item: Witherless_Rose Rate: 12 - - Item: Frozen_Rose + - Index: 148 + Item: Frozen_Rose Rate: 12 - - Item: Baphomet_Doll + - Index: 149 + Item: Baphomet_Doll Rate: 12 - - Item: Osiris_Doll + - Index: 150 + Item: Osiris_Doll Rate: 12 - - Item: Grasshopper_Doll + - Index: 151 + Item: Grasshopper_Doll Rate: 12 - - Item: Monkey_Doll + - Index: 152 + Item: Monkey_Doll Rate: 12 - - Item: Raccoondog_Doll + - Index: 153 + Item: Raccoondog_Doll Rate: 12 - - Item: Danggie + - Index: 154 + Item: Danggie Rate: 12 - - Item: Tree_Root + - Index: 155 + Item: Tree_Root Rate: 12 - - Item: Reptile_Tongue + - Index: 156 + Item: Reptile_Tongue Rate: 12 - - Item: Scorpion's_Tail + - Index: 157 + Item: Scorpion's_Tail Rate: 12 - - Item: Stem + - Index: 158 + Item: Stem Rate: 12 - - Item: Pointed_Scale + - Index: 159 + Item: Pointed_Scale Rate: 12 - - Item: Resin + - Index: 160 + Item: Resin Rate: 12 - - Item: Spawn + - Index: 161 + Item: Spawn Rate: 12 - - Item: Jellopy + - Index: 162 + Item: Jellopy Rate: 12 - - Item: Garlet + - Index: 163 + Item: Garlet Rate: 12 - - Item: Scell + - Index: 164 + Item: Scell Rate: 12 - - Item: Zargon + - Index: 165 + Item: Zargon Rate: 12 - - Item: Tooth_Of_Bat + - Index: 166 + Item: Tooth_Of_Bat Rate: 12 - - Item: Fluff + - Index: 167 + Item: Fluff Rate: 12 - - Item: Chrysalis + - Index: 168 + Item: Chrysalis Rate: 12 - - Item: Feather_Of_Birds + - Index: 169 + Item: Feather_Of_Birds Rate: 12 - - Item: Talon + - Index: 170 + Item: Talon Rate: 12 - - Item: Sticky_Webfoot + - Index: 171 + Item: Sticky_Webfoot Rate: 12 - - Item: Animal's_Skin + - Index: 172 + Item: Animal's_Skin Rate: 12 - - Item: Claw_Of_Wolves + - Index: 173 + Item: Claw_Of_Wolves Rate: 12 - - Item: Mushroom_Spore + - Index: 174 + Item: Mushroom_Spore Rate: 12 - - Item: Orcish_Cuspid + - Index: 175 + Item: Orcish_Cuspid Rate: 12 - - Item: Evil_Horn + - Index: 176 + Item: Evil_Horn Rate: 12 - - Item: Powder_Of_Butterfly + - Index: 177 + Item: Powder_Of_Butterfly Rate: 12 - - Item: Bill_Of_Birds + - Index: 178 + Item: Bill_Of_Birds Rate: 12 - - Item: Scale_Of_Snakes + - Index: 179 + Item: Scale_Of_Snakes Rate: 12 - - Item: Insect_Feeler + - Index: 180 + Item: Insect_Feeler Rate: 12 - - Item: Immortal_Heart + - Index: 181 + Item: Immortal_Heart Rate: 12 - - Item: Rotten_Bandage + - Index: 182 + Item: Rotten_Bandage Rate: 12 - - Item: Orcish_Voucher + - Index: 183 + Item: Orcish_Voucher Rate: 12 - - Item: Skel_Bone + - Index: 184 + Item: Skel_Bone Rate: 12 - - Item: Mementos + - Index: 185 + Item: Mementos Rate: 12 - - Item: Shell + - Index: 186 + Item: Shell Rate: 12 - - Item: Scales_Shell + - Index: 187 + Item: Scales_Shell Rate: 12 - - Item: Posionous_Canine + - Index: 188 + Item: Posionous_Canine Rate: 12 - - Item: Sticky_Mucus + - Index: 189 + Item: Sticky_Mucus Rate: 12 - - Item: Bee_Sting + - Index: 190 + Item: Bee_Sting Rate: 12 - - Item: Grasshopper's_Leg + - Index: 191 + Item: Grasshopper's_Leg Rate: 12 - - Item: Nose_Ring + - Index: 192 + Item: Nose_Ring Rate: 12 - - Item: Yoyo_Tail + - Index: 193 + Item: Yoyo_Tail Rate: 12 - - Item: Solid_Shell + - Index: 194 + Item: Solid_Shell Rate: 12 - - Item: Horseshoe + - Index: 195 + Item: Horseshoe Rate: 12 - - Item: Raccoon_Leaf + - Index: 196 + Item: Raccoon_Leaf Rate: 12 - - Item: Snail's_Shell + - Index: 197 + Item: Snail's_Shell Rate: 12 - - Item: Horn + - Index: 198 + Item: Horn Rate: 12 - - Item: Bear's_Foot + - Index: 199 + Item: Bear's_Foot Rate: 12 - - Item: Feather + - Index: 200 + Item: Feather Rate: 12 - - Item: Heart_Of_Mermaid + - Index: 201 + Item: Heart_Of_Mermaid Rate: 12 - - Item: Fin + - Index: 202 + Item: Fin Rate: 12 - - Item: Cactus_Needle + - Index: 203 + Item: Cactus_Needle Rate: 12 - - Item: Stone_Heart + - Index: 204 + Item: Stone_Heart Rate: 12 - - Item: Shining_Scales + - Index: 205 + Item: Shining_Scales Rate: 12 - - Item: Worm_Peelings + - Index: 206 + Item: Worm_Peelings Rate: 12 - - Item: Gill + - Index: 207 + Item: Gill Rate: 12 - - Item: Decayed_Nail + - Index: 208 + Item: Decayed_Nail Rate: 12 - - Item: Horrendous_Mouth + - Index: 209 + Item: Horrendous_Mouth Rate: 12 - - Item: Rotten_Scale + - Index: 210 + Item: Rotten_Scale Rate: 12 - - Item: Nipper + - Index: 211 + Item: Nipper Rate: 12 - - Item: Conch + - Index: 212 + Item: Conch Rate: 12 - - Item: Tentacle + - Index: 213 + Item: Tentacle Rate: 12 - - Item: Sharp_Scale + - Index: 214 + Item: Sharp_Scale Rate: 12 - - Item: Crap_Shell + - Index: 215 + Item: Crap_Shell Rate: 12 - - Item: Clam_Shell + - Index: 216 + Item: Clam_Shell Rate: 12 - - Item: Flesh_Of_Clam + - Index: 217 + Item: Flesh_Of_Clam Rate: 12 - - Item: Turtle_Shell + - Index: 218 + Item: Turtle_Shell Rate: 12 - - Item: Voucher_Of_Orcish_Hero + - Index: 219 + Item: Voucher_Of_Orcish_Hero Rate: 12 - - Item: Gold + - Index: 220 + Item: Gold Rate: 12 - - Item: Detrimindexta + - Index: 221 + Item: Detrimindexta Rate: 12 - - Item: Karvodailnirol + - Index: 222 + Item: Karvodailnirol Rate: 12 - - Item: Counteragent + - Index: 223 + Item: Counteragent Rate: 12 - - Item: Mixture + - Index: 224 + Item: Mixture Rate: 12 - - Item: Scarlet_Dyestuffs + - Index: 225 + Item: Scarlet_Dyestuffs Rate: 12 - - Item: Lemon_Dyestuffs + - Index: 226 + Item: Lemon_Dyestuffs Rate: 12 - - Item: Cobaltblue_Dyestuffs + - Index: 227 + Item: Cobaltblue_Dyestuffs Rate: 12 - - Item: Darkgreen_Dyestuffs + - Index: 228 + Item: Darkgreen_Dyestuffs Rate: 12 - - Item: Orange_Dyestuffs + - Index: 229 + Item: Orange_Dyestuffs Rate: 12 - - Item: Violet_Dyestuffs + - Index: 230 + Item: Violet_Dyestuffs Rate: 12 - - Item: White_Dyestuffs + - Index: 231 + Item: White_Dyestuffs Rate: 12 - - Item: Black_Dyestuffs + - Index: 232 + Item: Black_Dyestuffs Rate: 12 - - Item: Anvil + - Index: 233 + Item: Anvil Rate: 12 - - Item: Oridecon_Anvil + - Index: 234 + Item: Oridecon_Anvil Rate: 12 - - Item: Golden_Anvil + - Index: 235 + Item: Golden_Anvil Rate: 12 - - Item: Emperium_Anvil + - Index: 236 + Item: Emperium_Anvil Rate: 12 - - Item: Boody_Red + - Index: 237 + Item: Boody_Red Rate: 12 - - Item: Crystal_Blue + - Index: 238 + Item: Crystal_Blue Rate: 12 - - Item: Wind_Of_Verdure + - Index: 239 + Item: Wind_Of_Verdure Rate: 12 - - Item: Yellow_Live + - Index: 240 + Item: Yellow_Live Rate: 12 - - Item: Flame_Heart + - Index: 241 + Item: Flame_Heart Rate: 12 - - Item: Mistic_Frozen + - Index: 242 + Item: Mistic_Frozen Rate: 12 - - Item: Rough_Wind + - Index: 243 + Item: Rough_Wind Rate: 12 - - Item: Great_Nature + - Index: 244 + Item: Great_Nature Rate: 12 - - Item: Iron + - Index: 245 + Item: Iron Rate: 12 - - Item: Steel + - Index: 246 + Item: Steel Rate: 12 - - Item: Star_Crumb + - Index: 247 + Item: Star_Crumb Rate: 12 - - Item: Sparkling_Dust + - Index: 248 + Item: Sparkling_Dust Rate: 12 - - Item: Iron_Ore + - Index: 249 + Item: Iron_Ore Rate: 12 - - Item: Coal + - Index: 250 + Item: Coal Rate: 12 - - Item: Patriotism_Marks + - Index: 251 + Item: Patriotism_Marks Rate: 12 - - Item: Hammer_Of_Blacksmith + - Index: 252 + Item: Hammer_Of_Blacksmith Rate: 12 - - Item: Old_Magic_Book + - Index: 253 + Item: Old_Magic_Book Rate: 12 - - Item: Penetration + - Index: 254 + Item: Penetration Rate: 12 - - Item: Frozen_Heart + - Index: 255 + Item: Frozen_Heart Rate: 12 - - Item: Sacred_Marks + - Index: 256 + Item: Sacred_Marks Rate: 12 - - Item: Phracon + - Index: 257 + Item: Phracon Rate: 12 - - Item: Emveretarcon + - Index: 258 + Item: Emveretarcon Rate: 12 - - Item: Lizard_Scruff + - Index: 259 + Item: Lizard_Scruff Rate: 12 - - Item: Colorful_Shell + - Index: 260 + Item: Colorful_Shell Rate: 12 - - Item: Jaws_Of_Ant + - Index: 261 + Item: Jaws_Of_Ant Rate: 12 - - Item: Thin_N'_Long_Tongue + - Index: 262 + Item: Thin_N'_Long_Tongue Rate: 12 - - Item: Rat_Tail + - Index: 263 + Item: Rat_Tail Rate: 12 - - Item: Moustache_Of_Mole + - Index: 264 + Item: Moustache_Of_Mole Rate: 12 - - Item: Nail_Of_Mole + - Index: 265 + Item: Nail_Of_Mole Rate: 12 - - Item: Wooden_Block + - Index: 266 + Item: Wooden_Block Rate: 12 - - Item: Long_Hair + - Index: 267 + Item: Long_Hair Rate: 12 - - Item: Dokkaebi_Horn + - Index: 268 + Item: Dokkaebi_Horn Rate: 12 - - Item: Fox_Tail + - Index: 269 + Item: Fox_Tail Rate: 12 - - Item: Fish_Tail + - Index: 270 + Item: Fish_Tail Rate: 12 - - Item: Chinese_Ink + - Index: 271 + Item: Chinese_Ink Rate: 12 - - Item: Spiderweb + - Index: 272 + Item: Spiderweb Rate: 12 - - Item: Acorn + - Index: 273 + Item: Acorn Rate: 12 - - Item: Porcupine_Spike + - Index: 274 + Item: Porcupine_Spike Rate: 12 - - Item: Wild_Boar's_Mane + - Index: 275 + Item: Wild_Boar's_Mane Rate: 12 - - Item: Tiger's_Skin + - Index: 276 + Item: Tiger's_Skin Rate: 12 - - Item: Limb_Of_Mantis + - Index: 277 + Item: Limb_Of_Mantis Rate: 12 - - Item: Blossom_Of_Maneater + - Index: 278 + Item: Blossom_Of_Maneater Rate: 12 - - Item: Root_Of_Maneater + - Index: 279 + Item: Root_Of_Maneater Rate: 12 - - Item: Cobold_Hair + - Index: 280 + Item: Cobold_Hair Rate: 12 - - Item: Dragon_Canine + - Index: 281 + Item: Dragon_Canine Rate: 12 - - Item: Dragon_Scale + - Index: 282 + Item: Dragon_Scale Rate: 12 - - Item: Dragon_Train + - Index: 283 + Item: Dragon_Train Rate: 12 - - Item: Petite_DiablOfs_Horn + - Index: 284 + Item: Petite_DiablOfs_Horn Rate: 12 - - Item: Petite_DiablOfs_Wing + - Index: 285 + Item: Petite_DiablOfs_Wing Rate: 12 - - Item: Elder_Pixie's_Beard + - Index: 286 + Item: Elder_Pixie's_Beard Rate: 12 - - Item: Lantern + - Index: 287 + Item: Lantern Rate: 12 - - Item: Short_Leg + - Index: 288 + Item: Short_Leg Rate: 12 - - Item: Nail_Of_Orc + - Index: 289 + Item: Nail_Of_Orc Rate: 12 - - Item: Tooth_Of_ + - Index: 290 + Item: Tooth_Of_ Rate: 12 - - Item: Sacred_Masque + - Index: 291 + Item: Sacred_Masque Rate: 12 - - Item: Tweezer + - Index: 292 + Item: Tweezer Rate: 12 - - Item: Head_Of_Medusa + - Index: 293 + Item: Head_Of_Medusa Rate: 12 - - Item: Slender_Snake + - Index: 294 + Item: Slender_Snake Rate: 12 - - Item: Skirt_Of_Virgin + - Index: 295 + Item: Skirt_Of_Virgin Rate: 12 - - Item: Tendon + - Index: 296 + Item: Tendon Rate: 12 - - Item: Detonator + - Index: 297 + Item: Detonator Rate: 12 - - Item: Single_Cell + - Index: 298 + Item: Single_Cell Rate: 12 - - Item: Tooth_Of_Ancient_Fish + - Index: 299 + Item: Tooth_Of_Ancient_Fish Rate: 12 - - Item: Lip_Of_Ancient_Fish + - Index: 300 + Item: Lip_Of_Ancient_Fish Rate: 12 - - Item: Earthworm_Peeling + - Index: 301 + Item: Earthworm_Peeling Rate: 12 - - Item: Grit + - Index: 302 + Item: Grit Rate: 12 - - Item: Moth_Dust + - Index: 303 + Item: Moth_Dust Rate: 12 - - Item: Wing_Of_Moth + - Index: 304 + Item: Wing_Of_Moth Rate: 12 - - Item: Transparent_Cloth + - Index: 305 + Item: Transparent_Cloth Rate: 12 - - Item: Golden_Hair + - Index: 306 + Item: Golden_Hair Rate: 12 - - Item: Starsand_Of_Witch + - Index: 307 + Item: Starsand_Of_Witch Rate: 12 - - Item: Pumpkin_Head + - Index: 308 + Item: Pumpkin_Head Rate: 12 - - Item: Sharpened_Cuspid + - Index: 309 + Item: Sharpened_Cuspid Rate: 12 - - Item: Reins + - Index: 310 + Item: Reins Rate: 12 - - Item: Booby_Trap + - Index: 311 + Item: Booby_Trap Rate: 12 - - Item: Tree_Of_Archer_1 + - Index: 312 + Item: Tree_Of_Archer_1 Rate: 12 - - Item: Tree_Of_Archer_2 + - Index: 313 + Item: Tree_Of_Archer_2 Rate: 12 - - Item: Tree_Of_Archer_3 + - Index: 314 + Item: Tree_Of_Archer_3 Rate: 12 - - Item: Morocc_Potion + - Index: 315 + Item: Morocc_Potion Rate: 12 - - Item: Payon_Potion + - Index: 316 + Item: Payon_Potion Rate: 12 - - Item: Empty_Cylinder + - Index: 317 + Item: Empty_Cylinder Rate: 12 - - Item: Empty_Potion + - Index: 318 + Item: Empty_Potion Rate: 12 - - Item: Short_Daenggie + - Index: 319 + Item: Short_Daenggie Rate: 12 - - Item: Needle_Of_Alarm + - Index: 320 + Item: Needle_Of_Alarm Rate: 12 - - Item: Round_Shell + - Index: 321 + Item: Round_Shell Rate: 12 - - Item: Worn_Out_Page + - Index: 322 + Item: Worn_Out_Page Rate: 12 - - Item: Manacles + - Index: 323 + Item: Manacles Rate: 12 - - Item: Worn_Out_Prison_Uniform + - Index: 324 + Item: Worn_Out_Prison_Uniform Rate: 12 - - Item: Sword + - Index: 325 + Item: Sword Rate: 6 - - Item: Sword_ + - Index: 326 + Item: Sword_ Rate: 6 - - Item: Falchion + - Index: 327 + Item: Falchion Rate: 6 - - Item: Falchion_ + - Index: 328 + Item: Falchion_ Rate: 6 - - Item: Blade + - Index: 329 + Item: Blade Rate: 6 - - Item: Blade_ + - Index: 330 + Item: Blade_ Rate: 6 - - Item: Lapier + - Index: 331 + Item: Lapier Rate: 6 - - Item: Lapier_ + - Index: 332 + Item: Lapier_ Rate: 6 - - Item: Scimiter + - Index: 333 + Item: Scimiter Rate: 6 - - Item: Scimiter_ + - Index: 334 + Item: Scimiter_ Rate: 6 - - Item: Katana + - Index: 335 + Item: Katana Rate: 3 - - Item: Katana_ + - Index: 336 + Item: Katana_ Rate: 3 - - Item: Tsurugi + - Index: 337 + Item: Tsurugi Rate: 6 - - Item: Tsurugi_ + - Index: 338 + Item: Tsurugi_ Rate: 6 - - Item: Ring_Pommel_Saber + - Index: 339 + Item: Ring_Pommel_Saber Rate: 6 - - Item: Haedonggum + - Index: 340 + Item: Haedonggum Rate: 6 - - Item: Orcish_Sword + - Index: 341 + Item: Orcish_Sword Rate: 6 - - Item: Ring_Pommel_Saber_ + - Index: 342 + Item: Ring_Pommel_Saber_ Rate: 6 - - Item: Saber + - Index: 343 + Item: Saber Rate: 6 - - Item: Saber_ + - Index: 344 + Item: Saber_ Rate: 6 - - Item: Hae_Dong_Gum_ + - Index: 345 + Item: Hae_Dong_Gum_ Rate: 6 - - Item: Flamberge + - Index: 346 + Item: Flamberge Rate: 6 - - Item: Town_Sword + - Index: 347 + Item: Town_Sword Rate: 1 - - Item: Town_Sword_ + - Index: 348 + Item: Town_Sword_ Rate: 1 - - Item: Star_Dust_Blade + - Index: 349 + Item: Star_Dust_Blade Rate: 1 - - Item: Slayer + - Index: 350 + Item: Slayer Rate: 3 - - Item: Slayer_ + - Index: 351 + Item: Slayer_ Rate: 3 - - Item: Bastard_Sword + - Index: 352 + Item: Bastard_Sword Rate: 3 - - Item: Bastard_Sword_ + - Index: 353 + Item: Bastard_Sword_ Rate: 3 - - Item: Two_Hand_Sword + - Index: 354 + Item: Two_Hand_Sword Rate: 3 - - Item: Two_Hand_Sword_ + - Index: 355 + Item: Two_Hand_Sword_ Rate: 3 - - Item: Broad_Sword + - Index: 356 + Item: Broad_Sword Rate: 3 - - Item: Broad_Sword_ + - Index: 357 + Item: Broad_Sword_ Rate: 3 - - Item: Claymore + - Index: 358 + Item: Claymore Rate: 3 - - Item: Knife + - Index: 359 + Item: Knife Rate: 3 - - Item: Knife_ + - Index: 360 + Item: Knife_ Rate: 3 - - Item: Cutter + - Index: 361 + Item: Cutter Rate: 3 - - Item: Cutter_ + - Index: 362 + Item: Cutter_ Rate: 3 - - Item: Main_Gauche + - Index: 363 + Item: Main_Gauche Rate: 3 - - Item: Main_Gauche_ + - Index: 364 + Item: Main_Gauche_ Rate: 3 - - Item: Dirk + - Index: 365 + Item: Dirk Rate: 3 - - Item: Dirk_ + - Index: 366 + Item: Dirk_ Rate: 3 - - Item: Dagger + - Index: 367 + Item: Dagger Rate: 3 - - Item: Dagger_ + - Index: 368 + Item: Dagger_ Rate: 3 - - Item: Stiletto + - Index: 369 + Item: Stiletto Rate: 3 - - Item: Stiletto_ + - Index: 370 + Item: Stiletto_ Rate: 3 - - Item: Gladius + - Index: 371 + Item: Gladius Rate: 3 - - Item: Gladius_ + - Index: 372 + Item: Gladius_ Rate: 3 - - Item: Damascus + - Index: 373 + Item: Damascus Rate: 3 - - Item: Damascus_ + - Index: 374 + Item: Damascus_ Rate: 3 - - Item: Novice_Knife + - Index: 375 + Item: Novice_Knife Rate: 3 - - Item: Cinquedea + - Index: 376 + Item: Cinquedea Rate: 1 - - Item: Kindling_Dagger + - Index: 377 + Item: Kindling_Dagger Rate: 1 - - Item: Obsidian_Dagger + - Index: 378 + Item: Obsidian_Dagger Rate: 1 - - Item: Fisherman's_Dagger + - Index: 379 + Item: Fisherman's_Dagger Rate: 1 - - Item: Jur + - Index: 380 + Item: Jur Rate: 3 - - Item: Jur_ + - Index: 381 + Item: Jur_ Rate: 3 - - Item: Katar + - Index: 382 + Item: Katar Rate: 3 - - Item: Katar_ + - Index: 383 + Item: Katar_ Rate: 3 - - Item: Jamadhar + - Index: 384 + Item: Jamadhar Rate: 3 - - Item: Jamadhar_ + - Index: 385 + Item: Jamadhar_ Rate: 3 - - Item: Katar_Of_Cold_Icicle + - Index: 386 + Item: Katar_Of_Cold_Icicle Rate: 3 - - Item: Katar_Of_Thornbush + - Index: 387 + Item: Katar_Of_Thornbush Rate: 3 - - Item: Katar_Of_Raging_Blaze + - Index: 388 + Item: Katar_Of_Raging_Blaze Rate: 3 - - Item: Katar_Of_Piercing_Wind + - Index: 389 + Item: Katar_Of_Piercing_Wind Rate: 3 - - Item: Nail_Of_Loki + - Index: 390 + Item: Nail_Of_Loki Rate: 1 - - Item: Unholy_Touch + - Index: 391 + Item: Unholy_Touch Rate: 1 - - Item: Various_Jur + - Index: 392 + Item: Various_Jur Rate: 2 - - Item: Bloody_Roar + - Index: 393 + Item: Bloody_Roar Rate: 1 - - Item: Inverse_Scale + - Index: 394 + Item: Inverse_Scale Rate: 1 - - Item: Blood_Tears + - Index: 395 + Item: Blood_Tears Rate: 1 - - Item: Axe + - Index: 396 + Item: Axe Rate: 3 - - Item: Axe_ + - Index: 397 + Item: Axe_ Rate: 3 - - Item: Orcish_Axe + - Index: 398 + Item: Orcish_Axe Rate: 3 - - Item: Windhawk + - Index: 399 + Item: Windhawk Rate: 1 - - Item: Battle_Axe + - Index: 400 + Item: Battle_Axe Rate: 3 - - Item: Battle_Axe_ + - Index: 401 + Item: Battle_Axe_ Rate: 3 - - Item: Hammer + - Index: 402 + Item: Hammer Rate: 3 - - Item: Hammer_ + - Index: 403 + Item: Hammer_ Rate: 3 - - Item: Buster + - Index: 404 + Item: Buster Rate: 3 - - Item: Buster_ + - Index: 405 + Item: Buster_ Rate: 3 - - Item: Two_Handed_Axe + - Index: 406 + Item: Two_Handed_Axe Rate: 3 - - Item: Two_Handed_Axe_ + - Index: 407 + Item: Two_Handed_Axe_ Rate: 3 - - Item: Doom_Slayer + - Index: 408 + Item: Doom_Slayer Rate: 1 - - Item: Heart_Breaker + - Index: 409 + Item: Heart_Breaker Rate: 1 - - Item: Hurricane_Fury + - Index: 410 + Item: Hurricane_Fury Rate: 1 - - Item: Javelin + - Index: 411 + Item: Javelin Rate: 9 - - Item: Javelin_ + - Index: 412 + Item: Javelin_ Rate: 9 - - Item: Spear + - Index: 413 + Item: Spear Rate: 9 - - Item: Spear_ + - Index: 414 + Item: Spear_ Rate: 9 - - Item: Pike + - Index: 415 + Item: Pike Rate: 9 - - Item: Pike_ + - Index: 416 + Item: Pike_ Rate: 9 - - Item: Lance + - Index: 417 + Item: Lance Rate: 3 - - Item: Lance_ + - Index: 418 + Item: Lance_ Rate: 3 - - Item: Guisarme + - Index: 419 + Item: Guisarme Rate: 3 - - Item: Guisarme_ + - Index: 420 + Item: Guisarme_ Rate: 3 - - Item: Glaive + - Index: 421 + Item: Glaive Rate: 3 - - Item: Glaive_ + - Index: 422 + Item: Glaive_ Rate: 3 - - Item: Partizan + - Index: 423 + Item: Partizan Rate: 3 - - Item: Partizan_ + - Index: 424 + Item: Partizan_ Rate: 3 - - Item: Trident + - Index: 425 + Item: Trident Rate: 3 - - Item: Trident_ + - Index: 426 + Item: Trident_ Rate: 3 - - Item: Halberd + - Index: 427 + Item: Halberd Rate: 3 - - Item: Halberd_ + - Index: 428 + Item: Halberd_ Rate: 3 - - Item: Staff_Of_Soul + - Index: 429 + Item: Staff_Of_Soul Rate: 3 - - Item: Gae_Bolg + - Index: 430 + Item: Gae_Bolg Rate: 1 - - Item: Ahlspiess + - Index: 431 + Item: Ahlspiess Rate: 1 - - Item: Club + - Index: 432 + Item: Club Rate: 6 - - Item: Club_ + - Index: 433 + Item: Club_ Rate: 6 - - Item: Mace + - Index: 434 + Item: Mace Rate: 6 - - Item: Mace_ + - Index: 435 + Item: Mace_ Rate: 6 - - Item: Smasher + - Index: 436 + Item: Smasher Rate: 6 - - Item: Smasher_ + - Index: 437 + Item: Smasher_ Rate: 6 - - Item: Flail + - Index: 438 + Item: Flail Rate: 6 - - Item: Flail_ + - Index: 439 + Item: Flail_ Rate: 6 - - Item: Morning_Star + - Index: 440 + Item: Morning_Star Rate: 6 - - Item: Morning_Star_ + - Index: 441 + Item: Morning_Star_ Rate: 6 - - Item: Sword_Mace + - Index: 442 + Item: Sword_Mace Rate: 6 - - Item: Sword_Mace_ + - Index: 443 + Item: Sword_Mace_ Rate: 6 - - Item: Chain + - Index: 444 + Item: Chain Rate: 6 - - Item: Chain_ + - Index: 445 + Item: Chain_ Rate: 6 - - Item: Stunner + - Index: 446 + Item: Stunner Rate: 6 - - Item: Book + - Index: 447 + Item: Book Rate: 3 - - Item: Bible + - Index: 448 + Item: Bible Rate: 3 - - Item: Tablet + - Index: 449 + Item: Tablet Rate: 3 - - Item: Book_Of_Billows + - Index: 450 + Item: Book_Of_Billows Rate: 3 - - Item: Book_Of_Mother_Earth + - Index: 451 + Item: Book_Of_Mother_Earth Rate: 3 - - Item: Book_Of_Blazing_Sun + - Index: 452 + Item: Book_Of_Blazing_Sun Rate: 3 - - Item: Book_Of_Gust_Of_Wind + - Index: 453 + Item: Book_Of_Gust_Of_Wind Rate: 3 - - Item: Girl's_Diary + - Index: 454 + Item: Girl's_Diary Rate: 3 - - Item: Legacy_Of_Dragon + - Index: 455 + Item: Legacy_Of_Dragon Rate: 1 - - Item: Diary_Of_Great_Sage + - Index: 456 + Item: Diary_Of_Great_Sage Rate: 1 - - Item: Hardback + - Index: 457 + Item: Hardback Rate: 1 - - Item: Rod + - Index: 458 + Item: Rod Rate: 3 - - Item: Rod_ + - Index: 459 + Item: Rod_ Rate: 3 - - Item: Wand + - Index: 460 + Item: Wand Rate: 3 - - Item: Wand_ + - Index: 461 + Item: Wand_ Rate: 3 - - Item: Staff + - Index: 462 + Item: Staff Rate: 3 - - Item: Staff_ + - Index: 463 + Item: Staff_ Rate: 3 - - Item: Arc_Wand + - Index: 464 + Item: Arc_Wand Rate: 3 - - Item: Arc_Wand_ + - Index: 465 + Item: Arc_Wand_ Rate: 3 - - Item: Mighty_Staff + - Index: 466 + Item: Mighty_Staff Rate: 3 - - Item: Blessed_Wand + - Index: 467 + Item: Blessed_Wand Rate: 3 - - Item: Bone_Wand + - Index: 468 + Item: Bone_Wand Rate: 3 - - Item: Staff_Of_Wing + - Index: 469 + Item: Staff_Of_Wing Rate: 1 - - Item: Survival_Rod + - Index: 470 + Item: Survival_Rod Rate: 1 - - Item: Survival_Rod_ + - Index: 471 + Item: Survival_Rod_ Rate: 1 - - Item: Survival_Rod2 + - Index: 472 + Item: Survival_Rod2 Rate: 1 - - Item: Survival_Rod2_ + - Index: 473 + Item: Survival_Rod2_ Rate: 1 - - Item: Hypnotist's_Staff + - Index: 474 + Item: Hypnotist's_Staff Rate: 1 - - Item: Hypnotist's_Staff_ + - Index: 475 + Item: Hypnotist's_Staff_ Rate: 1 - - Item: Bow + - Index: 476 + Item: Bow Rate: 3 - - Item: Bow_ + - Index: 477 + Item: Bow_ Rate: 3 - - Item: Composite_Bow + - Index: 478 + Item: Composite_Bow Rate: 3 - - Item: Composite_Bow_ + - Index: 479 + Item: Composite_Bow_ Rate: 3 - - Item: Great_Bow + - Index: 480 + Item: Great_Bow Rate: 3 - - Item: Great_Bow_ + - Index: 481 + Item: Great_Bow_ Rate: 3 - - Item: CrossBow + - Index: 482 + Item: CrossBow Rate: 3 - - Item: CrossBow_ + - Index: 483 + Item: CrossBow_ Rate: 3 - - Item: Arbalest + - Index: 484 + Item: Arbalest Rate: 3 - - Item: Kakkung + - Index: 485 + Item: Kakkung Rate: 3 - - Item: Arbalest_ + - Index: 486 + Item: Arbalest_ Rate: 3 - - Item: Kakkung_ + - Index: 487 + Item: Kakkung_ Rate: 3 - - Item: Hunter_Bow + - Index: 488 + Item: Hunter_Bow Rate: 3 - - Item: Luna_Bow + - Index: 489 + Item: Luna_Bow Rate: 1 - - Item: Dragon_Wing + - Index: 490 + Item: Dragon_Wing Rate: 1 - - Item: Burning_Bow + - Index: 491 + Item: Burning_Bow Rate: 1 - - Item: Frozen_Bow + - Index: 492 + Item: Frozen_Bow Rate: 1 - - Item: Earth_Bow + - Index: 493 + Item: Earth_Bow Rate: 1 - - Item: Gust_Bow + - Index: 494 + Item: Gust_Bow Rate: 1 - - Item: Arrow + - Index: 495 + Item: Arrow Rate: 12 - - Item: Silver_Arrow + - Index: 496 + Item: Silver_Arrow Rate: 12 - - Item: Fire_Arrow + - Index: 497 + Item: Fire_Arrow Rate: 12 - - Item: Steel_Arrow + - Index: 498 + Item: Steel_Arrow Rate: 12 - - Item: Crystal_Arrow + - Index: 499 + Item: Crystal_Arrow Rate: 12 - - Item: Arrow_Of_Wind + - Index: 500 + Item: Arrow_Of_Wind Rate: 12 - - Item: Stone_Arrow + - Index: 501 + Item: Stone_Arrow Rate: 12 - - Item: Immatrial_Arrow + - Index: 502 + Item: Immatrial_Arrow Rate: 12 - - Item: Stun_Arrow + - Index: 503 + Item: Stun_Arrow Rate: 12 - - Item: Freezing_Arrow + - Index: 504 + Item: Freezing_Arrow Rate: 12 - - Item: Flash_Arrow + - Index: 505 + Item: Flash_Arrow Rate: 12 - - Item: Curse_Arrow + - Index: 506 + Item: Curse_Arrow Rate: 12 - - Item: Rusty_Arrow + - Index: 507 + Item: Rusty_Arrow Rate: 12 - - Item: Poison_Arrow + - Index: 508 + Item: Poison_Arrow Rate: 12 - - Item: Incisive_Arrow + - Index: 509 + Item: Incisive_Arrow Rate: 12 - - Item: Oridecon_Arrow + - Index: 510 + Item: Oridecon_Arrow Rate: 12 - - Item: Arrow_Of_Shadow + - Index: 511 + Item: Arrow_Of_Shadow Rate: 12 - - Item: Sleep_Arrow + - Index: 512 + Item: Sleep_Arrow Rate: 12 - - Item: Silence_Arrow + - Index: 513 + Item: Silence_Arrow Rate: 12 - - Item: Iron_Arrow + - Index: 514 + Item: Iron_Arrow Rate: 12 - - Item: Waghnakh + - Index: 515 + Item: Waghnakh Rate: 3 - - Item: Waghnakh_ + - Index: 516 + Item: Waghnakh_ Rate: 3 - - Item: Knuckle_Duster + - Index: 517 + Item: Knuckle_Duster Rate: 3 - - Item: Knuckle_Duster_ + - Index: 518 + Item: Knuckle_Duster_ Rate: 3 - - Item: Hora + - Index: 519 + Item: Hora Rate: 3 - - Item: Hora_ + - Index: 520 + Item: Hora_ Rate: 3 - - Item: Fist + - Index: 521 + Item: Fist Rate: 3 - - Item: Fist_ + - Index: 522 + Item: Fist_ Rate: 3 - - Item: Claw + - Index: 523 + Item: Claw Rate: 3 - - Item: Claw_ + - Index: 524 + Item: Claw_ Rate: 3 - - Item: Finger + - Index: 525 + Item: Finger Rate: 3 - - Item: Finger_ + - Index: 526 + Item: Finger_ Rate: 3 - - Item: Claw_Of_Garm + - Index: 527 + Item: Claw_Of_Garm Rate: 1 - - Item: Magma_Fist + - Index: 528 + Item: Magma_Fist Rate: 1 - - Item: Icicle_Fist + - Index: 529 + Item: Icicle_Fist Rate: 1 - - Item: Electric_Fist + - Index: 530 + Item: Electric_Fist Rate: 1 - - Item: Seismic_Fist + - Index: 531 + Item: Seismic_Fist Rate: 1 - - Item: Combo_Battle_Glove + - Index: 532 + Item: Combo_Battle_Glove Rate: 1 - - Item: Violin + - Index: 533 + Item: Violin Rate: 3 - - Item: Violin_ + - Index: 534 + Item: Violin_ Rate: 3 - - Item: Mandolin + - Index: 535 + Item: Mandolin Rate: 3 - - Item: Mandolin_ + - Index: 536 + Item: Mandolin_ Rate: 3 - - Item: Lute + - Index: 537 + Item: Lute Rate: 3 - - Item: Lute_ + - Index: 538 + Item: Lute_ Rate: 3 - - Item: Guitar + - Index: 539 + Item: Guitar Rate: 3 - - Item: Guitar_ + - Index: 540 + Item: Guitar_ Rate: 3 - - Item: Harp + - Index: 541 + Item: Harp Rate: 3 - - Item: Harp_ + - Index: 542 + Item: Harp_ Rate: 3 - - Item: Guh_Moon_Goh + - Index: 543 + Item: Guh_Moon_Goh Rate: 3 - - Item: Guh_Moon_Goh_ + - Index: 544 + Item: Guh_Moon_Goh_ Rate: 3 - - Item: Guitar_Of_Passion + - Index: 545 + Item: Guitar_Of_Passion Rate: 1 - - Item: Guitar_Of_Blue_Solo + - Index: 546 + Item: Guitar_Of_Blue_Solo Rate: 1 - - Item: Guitar_Of_Vast_Land + - Index: 547 + Item: Guitar_Of_Vast_Land Rate: 1 - - Item: Guitar_Of_Gentle_Breeze + - Index: 548 + Item: Guitar_Of_Gentle_Breeze Rate: 1 - - Item: Oriental_Lute + - Index: 549 + Item: Oriental_Lute Rate: 1 - - Item: Base_Guitar + - Index: 550 + Item: Base_Guitar Rate: 1 - - Item: Rope + - Index: 551 + Item: Rope Rate: 3 - - Item: Rope_ + - Index: 552 + Item: Rope_ Rate: 3 - - Item: Line + - Index: 553 + Item: Line Rate: 3 - - Item: Line_ + - Index: 554 + Item: Line_ Rate: 3 - - Item: Wire + - Index: 555 + Item: Wire Rate: 3 - - Item: Wire_ + - Index: 556 + Item: Wire_ Rate: 3 - - Item: Rante + - Index: 557 + Item: Rante Rate: 3 - - Item: Rante_ + - Index: 558 + Item: Rante_ Rate: 3 - - Item: Tail + - Index: 559 + Item: Tail Rate: 3 - - Item: Tail_ + - Index: 560 + Item: Tail_ Rate: 3 - - Item: Whip + - Index: 561 + Item: Whip Rate: 3 - - Item: Whip_ + - Index: 562 + Item: Whip_ Rate: 3 - - Item: Whip_Of_Red_Flame + - Index: 563 + Item: Whip_Of_Red_Flame Rate: 1 - - Item: Whip_Of_Ice_Piece + - Index: 564 + Item: Whip_Of_Ice_Piece Rate: 1 - - Item: Whip_Of_Earth + - Index: 565 + Item: Whip_Of_Earth Rate: 1 - - Item: Jump_Rope + - Index: 566 + Item: Jump_Rope Rate: 1 - - Item: Bladed_Whip + - Index: 567 + Item: Bladed_Whip Rate: 1 - - Item: Queen's_Whip + - Index: 568 + Item: Queen's_Whip Rate: 1 - - Item: Electric_Wire + - Index: 569 + Item: Electric_Wire Rate: 1 - - Item: Electric_Eel + - Index: 570 + Item: Electric_Eel Rate: 1 - - Item: Sea_Witch_Foot + - Index: 571 + Item: Sea_Witch_Foot Rate: 1 - - Item: Carrot_Whip + - Index: 572 + Item: Carrot_Whip Rate: 1 - - Item: Guard + - Index: 573 + Item: Guard Rate: 3 - - Item: Guard_ + - Index: 574 + Item: Guard_ Rate: 3 - - Item: Buckler + - Index: 575 + Item: Buckler Rate: 3 - - Item: Buckler_ + - Index: 576 + Item: Buckler_ Rate: 3 - - Item: Shield + - Index: 577 + Item: Shield Rate: 3 - - Item: Shield_ + - Index: 578 + Item: Shield_ Rate: 3 - - Item: Mirror_Shield + - Index: 579 + Item: Mirror_Shield Rate: 3 - - Item: Mirror_Shield_ + - Index: 580 + Item: Mirror_Shield_ Rate: 3 - - Item: Memorize_Book + - Index: 581 + Item: Memorize_Book Rate: 3 - - Item: Novice_Guard + - Index: 582 + Item: Novice_Guard Rate: 3 - - Item: Novice_Shield + - Index: 583 + Item: Novice_Shield Rate: 1 - - Item: Orleans_Server + - Index: 584 + Item: Orleans_Server Rate: 1 - - Item: Thorny_Buckler + - Index: 585 + Item: Thorny_Buckler Rate: 1 - - Item: Strong_Shield + - Index: 586 + Item: Strong_Shield Rate: 1 - - Item: Sunglasses + - Index: 587 + Item: Sunglasses Rate: 3 - - Item: Glasses + - Index: 588 + Item: Glasses Rate: 3 - - Item: Diver's_Goggles + - Index: 589 + Item: Diver's_Goggles Rate: 3 - - Item: Wedding_Veil + - Index: 590 + Item: Wedding_Veil Rate: 3 - - Item: Fancy_Flower + - Index: 591 + Item: Fancy_Flower Rate: 3 - - Item: Ribbon + - Index: 592 + Item: Ribbon Rate: 3 - - Item: Ribbon_ + - Index: 593 + Item: Ribbon_ Rate: 3 - - Item: Hair_Band + - Index: 594 + Item: Hair_Band Rate: 3 - - Item: Bandana + - Index: 595 + Item: Bandana Rate: 3 - - Item: Eye_Bandage + - Index: 596 + Item: Eye_Bandage Rate: 3 - - Item: Cat_Hairband + - Index: 597 + Item: Cat_Hairband Rate: 3 - - Item: Bunny_Band + - Index: 598 + Item: Bunny_Band Rate: 3 - - Item: Flower_Hairband + - Index: 599 + Item: Flower_Hairband Rate: 3 - - Item: Biretta + - Index: 600 + Item: Biretta Rate: 3 - - Item: Biretta_ + - Index: 601 + Item: Biretta_ Rate: 3 - - Item: Flu_Mask + - Index: 602 + Item: Flu_Mask Rate: 3 - - Item: Hat + - Index: 603 + Item: Hat Rate: 3 - - Item: Hat_ + - Index: 604 + Item: Hat_ Rate: 3 - - Item: Turban + - Index: 605 + Item: Turban Rate: 3 - - Item: Turban_ + - Index: 606 + Item: Turban_ Rate: 3 - - Item: Goggle + - Index: 607 + Item: Goggle Rate: 3 - - Item: Goggle_ + - Index: 608 + Item: Goggle_ Rate: 3 - - Item: Cap + - Index: 609 + Item: Cap Rate: 3 - - Item: Cap_ + - Index: 610 + Item: Cap_ Rate: 3 - - Item: Helm + - Index: 611 + Item: Helm Rate: 3 - - Item: Helm_ + - Index: 612 + Item: Helm_ Rate: 3 - - Item: Gemmed_Sallet + - Index: 613 + Item: Gemmed_Sallet Rate: 3 - - Item: Gemmed_Sallet_ + - Index: 614 + Item: Gemmed_Sallet_ Rate: 3 - - Item: Circlet + - Index: 615 + Item: Circlet Rate: 3 - - Item: Circlet_ + - Index: 616 + Item: Circlet_ Rate: 3 - - Item: Santa's_Hat + - Index: 617 + Item: Santa's_Hat Rate: 3 - - Item: One_Eyed_Glass + - Index: 618 + Item: One_Eyed_Glass Rate: 3 - - Item: Granpa_Beard + - Index: 619 + Item: Granpa_Beard Rate: 3 - - Item: Luxury_Sunglasses + - Index: 620 + Item: Luxury_Sunglasses Rate: 3 - - Item: Spinning_Eyes + - Index: 621 + Item: Spinning_Eyes Rate: 3 - - Item: Big_Sis'_Ribbon + - Index: 622 + Item: Big_Sis'_Ribbon Rate: 3 - - Item: Sweet_Gents + - Index: 623 + Item: Sweet_Gents Rate: 3 - - Item: Golden_Gear + - Index: 624 + Item: Golden_Gear Rate: 3 - - Item: Oldman's_Romance + - Index: 625 + Item: Oldman's_Romance Rate: 3 - - Item: Western_Grace + - Index: 626 + Item: Western_Grace Rate: 3 - - Item: Coronet + - Index: 627 + Item: Coronet Rate: 1 - - Item: Fillet + - Index: 628 + Item: Fillet Rate: 3 - - Item: Holy_Bonnet + - Index: 629 + Item: Holy_Bonnet Rate: 3 - - Item: Star_Sparkling + - Index: 630 + Item: Star_Sparkling Rate: 3 - - Item: Sunflower + - Index: 631 + Item: Sunflower Rate: 3 - - Item: Angelic_Chain + - Index: 632 + Item: Angelic_Chain Rate: 1 - - Item: Satanic_Chain + - Index: 633 + Item: Satanic_Chain Rate: 1 - - Item: Snowy_Horn + - Index: 634 + Item: Snowy_Horn Rate: 3 - - Item: Sharp_Gear + - Index: 635 + Item: Sharp_Gear Rate: 1 - - Item: Mini_Propeller + - Index: 636 + Item: Mini_Propeller Rate: 3 - - Item: Mini_Glasses + - Index: 637 + Item: Mini_Glasses Rate: 3 - - Item: Prontera_Army_Cap + - Index: 638 + Item: Prontera_Army_Cap Rate: 3 - - Item: Pierrot_Nose + - Index: 639 + Item: Pierrot_Nose Rate: 3 - - Item: Gangster_Patch + - Index: 640 + Item: Gangster_Patch Rate: 3 - - Item: Ganster_Mask + - Index: 641 + Item: Ganster_Mask Rate: 3 - - Item: Iron_Cane + - Index: 642 + Item: Iron_Cane Rate: 3 - - Item: Cigar + - Index: 643 + Item: Cigar Rate: 3 - - Item: Smoking_Pipe + - Index: 644 + Item: Smoking_Pipe Rate: 3 - - Item: Centimental_Flower + - Index: 645 + Item: Centimental_Flower Rate: 3 - - Item: Centimental_Leaf + - Index: 646 + Item: Centimental_Leaf Rate: 3 - - Item: Jack_A_Dandy + - Index: 647 + Item: Jack_A_Dandy Rate: 3 - - Item: Ghost_Bandana + - Index: 648 + Item: Ghost_Bandana Rate: 1 - - Item: Red_Bandana + - Index: 649 + Item: Red_Bandana Rate: 3 - - Item: Eagle_Eyes + - Index: 650 + Item: Eagle_Eyes Rate: 3 - - Item: Nurse_Cap + - Index: 651 + Item: Nurse_Cap Rate: 3 - - Item: Mr_Smile + - Index: 652 + Item: Mr_Smile Rate: 3 - - Item: Bomb_Wick + - Index: 653 + Item: Bomb_Wick Rate: 3 - - Item: Spirit_Chain + - Index: 654 + Item: Spirit_Chain Rate: 3 - - Item: Apple_Of_Archer + - Index: 655 + Item: Apple_Of_Archer Rate: 3 - - Item: Pirate_Bandana + - Index: 656 + Item: Pirate_Bandana Rate: 3 - - Item: Mr_Scream + - Index: 657 + Item: Mr_Scream Rate: 3 - - Item: Poo_Poo_Hat + - Index: 658 + Item: Poo_Poo_Hat Rate: 3 - - Item: Funeral_Costume + - Index: 659 + Item: Funeral_Costume Rate: 3 - - Item: Masquerade + - Index: 660 + Item: Masquerade Rate: 3 - - Item: Star_Dust + - Index: 661 + Item: Star_Dust Rate: 3 - - Item: Blinker + - Index: 662 + Item: Blinker Rate: 3 - - Item: Goblini_Mask + - Index: 663 + Item: Goblini_Mask Rate: 3 - - Item: Green_Feeler + - Index: 664 + Item: Green_Feeler Rate: 3 - - Item: Viking_Helm + - Index: 665 + Item: Viking_Helm Rate: 3 - - Item: Cotton_Shirt + - Index: 666 + Item: Cotton_Shirt Rate: 3 - - Item: Cotton_Shirt_ + - Index: 667 + Item: Cotton_Shirt_ Rate: 3 - - Item: Leather_Jacket + - Index: 668 + Item: Leather_Jacket Rate: 3 - - Item: Leather_Jacket_ + - Index: 669 + Item: Leather_Jacket_ Rate: 3 - - Item: Adventure_Suit + - Index: 670 + Item: Adventure_Suit Rate: 3 - - Item: Adventurere's_Suit_ + - Index: 671 + Item: Adventurere's_Suit_ Rate: 3 - - Item: Mantle + - Index: 672 + Item: Mantle Rate: 3 - - Item: Mantle_ + - Index: 673 + Item: Mantle_ Rate: 3 - - Item: Coat + - Index: 674 + Item: Coat Rate: 3 - - Item: Coat_ + - Index: 675 + Item: Coat_ Rate: 3 - - Item: Mink_Coat + - Index: 676 + Item: Mink_Coat Rate: 3 - - Item: Padded_Armor + - Index: 677 + Item: Padded_Armor Rate: 3 - - Item: Padded_Armor_ + - Index: 678 + Item: Padded_Armor_ Rate: 3 - - Item: Chain_Mail + - Index: 679 + Item: Chain_Mail Rate: 3 - - Item: Chain_Mail_ + - Index: 680 + Item: Chain_Mail_ Rate: 3 - - Item: Plate_Armor + - Index: 681 + Item: Plate_Armor Rate: 3 - - Item: Plate_Armor_ + - Index: 682 + Item: Plate_Armor_ Rate: 3 - - Item: Clothes_Of_The_Lord + - Index: 683 + Item: Clothes_Of_The_Lord Rate: 3 - - Item: Formal_Suit + - Index: 684 + Item: Formal_Suit Rate: 3 - - Item: Silk_Robe + - Index: 685 + Item: Silk_Robe Rate: 3 - - Item: Silk_Robe_ + - Index: 686 + Item: Silk_Robe_ Rate: 3 - - Item: Scapulare + - Index: 687 + Item: Scapulare Rate: 3 - - Item: Scapulare_ + - Index: 688 + Item: Scapulare_ Rate: 3 - - Item: Saint_Robe + - Index: 689 + Item: Saint_Robe Rate: 3 - - Item: Saint_Robe_ + - Index: 690 + Item: Saint_Robe_ Rate: 3 - - Item: Wooden_Mail + - Index: 691 + Item: Wooden_Mail Rate: 3 - - Item: Wooden_Mail_ + - Index: 692 + Item: Wooden_Mail_ Rate: 3 - - Item: Tights + - Index: 693 + Item: Tights Rate: 3 - - Item: Tights_ + - Index: 694 + Item: Tights_ Rate: 3 - - Item: Silver_Robe + - Index: 695 + Item: Silver_Robe Rate: 3 - - Item: Silver_Robe_ + - Index: 696 + Item: Silver_Robe_ Rate: 3 - - Item: Thief_Clothes + - Index: 697 + Item: Thief_Clothes Rate: 3 - - Item: Thief_Clothes_ + - Index: 698 + Item: Thief_Clothes_ Rate: 3 - - Item: Ninja_Suit + - Index: 699 + Item: Ninja_Suit Rate: 3 - - Item: G_Strings + - Index: 700 + Item: G_Strings Rate: 3 - - Item: Novice_Breast + - Index: 701 + Item: Novice_Breast Rate: 3 - - Item: Full_Plate_Armor + - Index: 702 + Item: Full_Plate_Armor Rate: 3 - - Item: Novice_Plate + - Index: 703 + Item: Novice_Plate Rate: 3 - - Item: Orleans_Gown + - Index: 704 + Item: Orleans_Gown Rate: 1 - - Item: Sandals + - Index: 705 + Item: Sandals Rate: 3 - - Item: Sandals_ + - Index: 706 + Item: Sandals_ Rate: 3 - - Item: Shoes + - Index: 707 + Item: Shoes Rate: 3 - - Item: Shoes_ + - Index: 708 + Item: Shoes_ Rate: 3 - - Item: Boots + - Index: 709 + Item: Boots Rate: 3 - - Item: Boots_ + - Index: 710 + Item: Boots_ Rate: 3 - - Item: Chrystal_Pumps + - Index: 711 + Item: Chrystal_Pumps Rate: 3 - - Item: Cuffs + - Index: 712 + Item: Cuffs Rate: 3 - - Item: Spiky_Heel + - Index: 713 + Item: Spiky_Heel Rate: 3 - - Item: Grave + - Index: 714 + Item: Grave Rate: 3 - - Item: Novice_Boots + - Index: 715 + Item: Novice_Boots Rate: 3 - - Item: Novice_Shoes + - Index: 716 + Item: Novice_Shoes Rate: 1 - - Item: Angel's_Arrival + - Index: 717 + Item: Angel's_Arrival Rate: 1 - - Item: Hood + - Index: 718 + Item: Hood Rate: 3 - - Item: Hood_ + - Index: 719 + Item: Hood_ Rate: 3 - - Item: Muffler + - Index: 720 + Item: Muffler Rate: 3 - - Item: Muffler_ + - Index: 721 + Item: Muffler_ Rate: 3 - - Item: Manteau + - Index: 722 + Item: Manteau Rate: 3 - - Item: Manteau_ + - Index: 723 + Item: Manteau_ Rate: 3 - - Item: Cape_Of_Ancient_Lord + - Index: 724 + Item: Cape_Of_Ancient_Lord Rate: 3 - - Item: Ragamuffin_Cape + - Index: 725 + Item: Ragamuffin_Cape Rate: 3 - - Item: Novice_Hood + - Index: 726 + Item: Novice_Hood Rate: 3 - - Item: Novice_Manteau + - Index: 727 + Item: Novice_Manteau Rate: 1 - - Item: Celestial_Robe + - Index: 728 + Item: Celestial_Robe Rate: 1 - - Item: Pauldron + - Index: 729 + Item: Pauldron Rate: 1 - - Item: Wing_Of_Eagle + - Index: 730 + Item: Wing_Of_Eagle Rate: 1 - - Item: Ring + - Index: 731 + Item: Ring Rate: 3 - - Item: Earring + - Index: 732 + Item: Earring Rate: 3 - - Item: Necklace + - Index: 733 + Item: Necklace Rate: 3 - - Item: Glove + - Index: 734 + Item: Glove Rate: 3 - - Item: Brooch + - Index: 735 + Item: Brooch Rate: 3 - - Item: Clip + - Index: 736 + Item: Clip Rate: 3 - - Item: Rosary + - Index: 737 + Item: Rosary Rate: 3 - - Item: Skul_Ring + - Index: 738 + Item: Skul_Ring Rate: 3 - - Item: Gold_Ring + - Index: 739 + Item: Gold_Ring Rate: 3 - - Item: Silver_Ring + - Index: 740 + Item: Silver_Ring Rate: 3 - - Item: Flower_Ring + - Index: 741 + Item: Flower_Ring Rate: 3 - - Item: Diamond_Ring + - Index: 742 + Item: Diamond_Ring Rate: 3 - - Item: Mitten_Of_Presbyter + - Index: 743 + Item: Mitten_Of_Presbyter Rate: 3 - - Item: Matyr's_Flea_Guard + - Index: 744 + Item: Matyr's_Flea_Guard Rate: 3 - - Item: Ring_ + - Index: 745 + Item: Ring_ Rate: 1 - - Item: Earring_ + - Index: 746 + Item: Earring_ Rate: 1 - - Item: Necklace_ + - Index: 747 + Item: Necklace_ Rate: 1 - - Item: Glove_ + - Index: 748 + Item: Glove_ Rate: 1 - - Item: Brooch_ + - Index: 749 + Item: Brooch_ Rate: 1 - - Item: Rosary_ + - Index: 750 + Item: Rosary_ Rate: 1 - - Item: Belt + - Index: 751 + Item: Belt Rate: 3 - - Item: Novice_Armlet + - Index: 752 + Item: Novice_Armlet Rate: 3 - - Item: Cursed_Lucky_Brooch + - Index: 753 + Item: Cursed_Lucky_Brooch Rate: 1 - - Item: Shinobi's_Sash + - Index: 754 + Item: Shinobi's_Sash Rate: 1 - - Item: Hyper_Changer + - Index: 755 + Item: Hyper_Changer Rate: 1 - - Item: Gemmed_Crown + - Index: 756 + Item: Gemmed_Crown Rate: 1 - - Item: Joker_Jester + - Index: 757 + Item: Joker_Jester Rate: 3 - - Item: Gas_Mask + - Index: 758 + Item: Gas_Mask Rate: 3 - - Item: Machoman_Glasses + - Index: 759 + Item: Machoman_Glasses Rate: 3 - - Item: Safety_Helmet + - Index: 760 + Item: Safety_Helmet Rate: 3 - - Item: Indian_Hair_Piece + - Index: 761 + Item: Indian_Hair_Piece Rate: 3 - - Item: Antenna + - Index: 762 + Item: Antenna Rate: 3 - - Item: Fin_Helm + - Index: 763 + Item: Fin_Helm Rate: 3 - - Item: Egg_Shell + - Index: 764 + Item: Egg_Shell Rate: 3 - - Item: Panda_Cap + - Index: 765 + Item: Panda_Cap Rate: 3 - - Item: Poring_Hat + - Index: 766 + Item: Poring_Hat Rate: 3 - - Item: Fruit_Shell + - Index: 767 + Item: Fruit_Shell Rate: 3 - - Item: Novice_Egg_Cap + - Index: 768 + Item: Novice_Egg_Cap Rate: 3 - - Item: Pair_Of_Red_Ribbon + - Index: 769 + Item: Pair_Of_Red_Ribbon Rate: 1 - - Item: Goblin_Mask_02 + - Index: 770 + Item: Goblin_Mask_02 Rate: 3 - - Item: Goblin_Mask_03 + - Index: 771 + Item: Goblin_Mask_03 Rate: 3 - - Item: Goblin_Mask_04 + - Index: 772 + Item: Goblin_Mask_04 Rate: 3 - - Item: Galapago_Cap + - Index: 773 + Item: Galapago_Cap Rate: 1 - - Item: Super_Novice_Hat + - Index: 774 + Item: Super_Novice_Hat Rate: 1 - - Item: Angry_Mouth + - Index: 775 + Item: Angry_Mouth Rate: 1 - - Item: Fedora + - Index: 776 + Item: Fedora Rate: 1 - - Item: Banana_Hat + - Index: 777 + Item: Banana_Hat Rate: 1 - - Item: Ear_Of_Puppy + - Index: 778 + Item: Ear_Of_Puppy Rate: 1 - - Item: Super_Novice_Hat_ + - Index: 779 + Item: Super_Novice_Hat_ Rate: 1 - - Item: Fedora_ + - Index: 780 + Item: Fedora_ Rate: 1 - - Item: Magni_Cap + - Index: 781 + Item: Magni_Cap Rate: 1 - - Item: Censor_Bar + - Index: 782 + Item: Censor_Bar Rate: 1 - - Item: Mould_Powder + - Index: 783 + Item: Mould_Powder Rate: 12 - - Item: Ogre_Tooth + - Index: 784 + Item: Ogre_Tooth Rate: 12 - - Item: Anolian_Skin + - Index: 785 + Item: Anolian_Skin Rate: 12 - - Item: Mud_Lump + - Index: 786 + Item: Mud_Lump Rate: 12 - - Item: Skull + - Index: 787 + Item: Skull Rate: 12 - - Item: Wing_Of_Red_Bat + - Index: 788 + Item: Wing_Of_Red_Bat Rate: 12 - - Item: Claw_Of_Rat + - Index: 789 + Item: Claw_Of_Rat Rate: 12 - - Item: Stiff_Horn + - Index: 790 + Item: Stiff_Horn Rate: 12 - - Item: Glitter_Shell + - Index: 791 + Item: Glitter_Shell Rate: 12 - - Item: Tail_Of_Steel_Scorpion + - Index: 792 + Item: Tail_Of_Steel_Scorpion Rate: 12 - - Item: Claw_Of_Monkey + - Index: 793 + Item: Claw_Of_Monkey Rate: 12 - - Item: Tough_Scalelike_Stem + - Index: 794 + Item: Tough_Scalelike_Stem Rate: 12 - - Item: Coral_Reef + - Index: 795 + Item: Coral_Reef Rate: 12 - - Item: Old_Portrait + - Index: 796 + Item: Old_Portrait Rate: 12 - - Item: Bookclip_In_Memory + - Index: 797 + Item: Bookclip_In_Memory Rate: 12 - - Item: Spoon_Stub + - Index: 798 + Item: Spoon_Stub Rate: 12 - - Item: Key_Of_Clock_Tower + - Index: 799 + Item: Key_Of_Clock_Tower Rate: 12 - - Item: Underground_Key + - Index: 800 + Item: Underground_Key Rate: 12 - - Item: Claw_Of_Desert_Wolf + - Index: 801 + Item: Claw_Of_Desert_Wolf Rate: 12 - - Item: Old_Frying_Pan + - Index: 802 + Item: Old_Frying_Pan Rate: 12 - - Item: Piece_Of_Egg_Shell + - Index: 803 + Item: Piece_Of_Egg_Shell Rate: 12 - - Item: Poison_Spore + - Index: 804 + Item: Poison_Spore Rate: 12 - - Item: Red_Socks_With_Holes + - Index: 805 + Item: Red_Socks_With_Holes Rate: 12 - - Item: Matchstick + - Index: 806 + Item: Matchstick Rate: 12 - - Item: Fang_Of_Garm + - Index: 807 + Item: Fang_Of_Garm Rate: 12 - - Item: Yarn + - Index: 808 + Item: Yarn Rate: 12 - - Item: Fine_Grit + - Index: 809 + Item: Fine_Grit Rate: 12 - - Item: Alice's_Apron + - Index: 810 + Item: Alice's_Apron Rate: 12 - - Item: Talon_Of_Griffin + - Index: 811 + Item: Talon_Of_Griffin Rate: 12 - - Item: Stone + - Index: 812 + Item: Stone Rate: 12 - - Item: Cyfar + - Index: 813 + Item: Cyfar Rate: 12 - - Item: Brigan + - Index: 814 + Item: Brigan Rate: 12 - - Item: Cargo_Free_Ticket + - Index: 815 + Item: Cargo_Free_Ticket Rate: 12 - - Item: Warp_Free_Ticket + - Index: 816 + Item: Warp_Free_Ticket Rate: 12 - - Item: Cart_Free_Ticket + - Index: 817 + Item: Cart_Free_Ticket Rate: 12 - - Item: Soft_Feather + - Index: 818 + Item: Soft_Feather Rate: 12 - - Item: Dragon_Fly_Wing + - Index: 819 + Item: Dragon_Fly_Wing Rate: 12 - - Item: Sea_Otter_Leather + - Index: 820 + Item: Sea_Otter_Leather Rate: 12 - - Item: Ice_Piece + - Index: 821 + Item: Ice_Piece Rate: 12 - - Item: Stone_Piece + - Index: 822 + Item: Stone_Piece Rate: 12 - - Item: Burn_Tree + - Index: 823 + Item: Burn_Tree Rate: 12 - - Item: Broken_Armor_Piece + - Index: 824 + Item: Broken_Armor_Piece Rate: 12 - - Item: Broken_Shell + - Index: 825 + Item: Broken_Shell Rate: 12 - - Item: Tatters_Clothes + - Index: 826 + Item: Tatters_Clothes Rate: 12 - - Item: Rust_Suriken + - Index: 827 + Item: Rust_Suriken Rate: 12 - - Item: Wheel + - Index: 828 + Item: Wheel Rate: 12 - - Item: Mystery_Piece + - Index: 829 + Item: Mystery_Piece Rate: 12 - - Item: Broken_Steel_Piece + - Index: 830 + Item: Broken_Steel_Piece Rate: 12 - - Item: Cold_Magma + - Index: 831 + Item: Cold_Magma Rate: 12 - - Item: Burning_Heart + - Index: 832 + Item: Burning_Heart Rate: 12 - - Item: Live_Coal + - Index: 833 + Item: Live_Coal Rate: 12 - - Item: Old_Magic_Circle + - Index: 834 + Item: Old_Magic_Circle Rate: 12 - - Item: Sharp_Leaf + - Index: 835 + Item: Sharp_Leaf Rate: 12 - - Item: Peco_Wing_Feather + - Index: 836 + Item: Peco_Wing_Feather Rate: 12 - - Item: Goat's_Horn + - Index: 837 + Item: Goat's_Horn Rate: 12 - - Item: Gaoat's_Skin + - Index: 838 + Item: Gaoat's_Skin Rate: 12 - - Item: Boroken_Shiled_Piece + - Index: 839 + Item: Boroken_Shiled_Piece Rate: 12 - - Item: Shine_Spear_Blade + - Index: 840 + Item: Shine_Spear_Blade Rate: 12 - - Item: Vroken_Sword + - Index: 841 + Item: Vroken_Sword Rate: 12 - - Item: Smooth_Paper + - Index: 842 + Item: Smooth_Paper Rate: 12 - - Item: Fright_Paper_Blade + - Index: 843 + Item: Fright_Paper_Blade Rate: 12 - - Item: Broken_Pharaoh_Symbol + - Index: 844 + Item: Broken_Pharaoh_Symbol Rate: 12 - - Item: Tutankhamen's_Mask + - Index: 845 + Item: Tutankhamen's_Mask Rate: 12 - - Item: Harpy's_Feather + - Index: 846 + Item: Harpy's_Feather Rate: 12 - - Item: Harpy's_Claw + - Index: 847 + Item: Harpy's_Claw Rate: 12 - - Item: Rent_Spell_Book + - Index: 848 + Item: Rent_Spell_Book Rate: 12 - - Item: Rent_Scroll + - Index: 849 + Item: Rent_Scroll Rate: 12 - - Item: Spawns + - Index: 850 + Item: Spawns Rate: 12 - - Item: Burning_Horse_Shoe + - Index: 851 + Item: Burning_Horse_Shoe Rate: 12 - - Item: Honey_Jar + - Index: 852 + Item: Honey_Jar Rate: 12 - - Item: Hot_Hair + - Index: 853 + Item: Hot_Hair Rate: 12 - - Item: Dragon's_Skin + - Index: 854 + Item: Dragon's_Skin Rate: 12 - - Item: Sand_Lump + - Index: 855 + Item: Sand_Lump Rate: 12 - - Item: Scropion's_Nipper + - Index: 856 + Item: Scropion's_Nipper Rate: 12 - - Item: Large_Jellopy + - Index: 857 + Item: Large_Jellopy Rate: 12 - - Item: Medicine_Bowl + - Index: 858 + Item: Medicine_Bowl Rate: 12 - - Item: Fire_Bottle + - Index: 859 + Item: Fire_Bottle Rate: 12 - - Item: Acid_Bottle + - Index: 860 + Item: Acid_Bottle Rate: 12 - - Item: MenEater_Plant_Bottle + - Index: 861 + Item: MenEater_Plant_Bottle Rate: 12 - - Item: Mini_Bottle + - Index: 862 + Item: Mini_Bottle Rate: 12 - - Item: Coating_Bottle + - Index: 863 + Item: Coating_Bottle Rate: 12 - - Item: Yellow_Plate + - Index: 864 + Item: Yellow_Plate Rate: 12 - - Item: Bamboo_Cut + - Index: 865 + Item: Bamboo_Cut Rate: 12 - - Item: Oil_Paper + - Index: 866 + Item: Oil_Paper Rate: 12 - - Item: Glossy_Hair + - Index: 867 + Item: Glossy_Hair Rate: 12 - - Item: Old_Japaness_Clothes + - Index: 868 + Item: Old_Japaness_Clothes Rate: 12 - - Item: Poison_Powder + - Index: 869 + Item: Poison_Powder Rate: 12 - - Item: Poison_Toad's_Skin + - Index: 870 + Item: Poison_Toad's_Skin Rate: 12 - - Item: Broken_Shuriken + - Index: 871 + Item: Broken_Shuriken Rate: 12 - - Item: Black_Mask + - Index: 872 + Item: Black_Mask Rate: 12 - - Item: Broken_Wine_Vessel + - Index: 873 + Item: Broken_Wine_Vessel Rate: 12 - - Item: Tengu's_Nose + - Index: 874 + Item: Tengu's_Nose Rate: 12 - - Item: Black_Bear's_Skin + - Index: 875 + Item: Black_Bear's_Skin Rate: 12 - - Item: Cloud_Piece + - Index: 876 + Item: Cloud_Piece Rate: 12 - - Item: Sharp_Feeler + - Index: 877 + Item: Sharp_Feeler Rate: 12 - - Item: Hard_Peach + - Index: 878 + Item: Hard_Peach Rate: 12 - - Item: Limpid_Celestial_Robe + - Index: 879 + Item: Limpid_Celestial_Robe Rate: 12 - - Item: Soft_Silk_Cloth + - Index: 880 + Item: Soft_Silk_Cloth Rate: 12 - - Item: Mystery_Iron_Bit + - Index: 881 + Item: Mystery_Iron_Bit Rate: 12 - - Item: Great_Wing + - Index: 882 + Item: Great_Wing Rate: 12 - - Item: Taegeuk_Plate + - Index: 883 + Item: Taegeuk_Plate Rate: 12 - - Item: Leopard_Skin + - Index: 884 + Item: Leopard_Skin Rate: 12 - - Item: Leopard_Talon + - Index: 885 + Item: Leopard_Talon Rate: 12 - - Item: Packing_Ribbon + - Index: 886 + Item: Packing_Ribbon Rate: 12 - - Item: Packing_Paper + - Index: 887 + Item: Packing_Paper Rate: 12 - - Item: Cacao + - Index: 888 + Item: Cacao Rate: 12 - - Item: Thin_Stem + - Index: 889 + Item: Thin_Stem Rate: 12 - - Item: Festival_Mask + - Index: 890 + Item: Festival_Mask Rate: 12 - - Item: Browny_Root + - Index: 891 + Item: Browny_Root Rate: 12 - - Item: Heart_Of_Tree + - Index: 892 + Item: Heart_Of_Tree Rate: 12 - - Item: Solid_Peeling + - Index: 893 + Item: Solid_Peeling Rate: 12 - - Item: Lamplight + - Index: 894 + Item: Lamplight Rate: 12 - - Item: Blade_Of_Pinwheel + - Index: 895 + Item: Blade_Of_Pinwheel Rate: 12 - - Item: Germinating_Sprout + - Index: 896 + Item: Germinating_Sprout Rate: 12 - - Item: Soft_Leaf + - Index: 897 + Item: Soft_Leaf Rate: 12 - - Item: Air_Rifle + - Index: 898 + Item: Air_Rifle Rate: 12 - - Item: Shoulder_Protection + - Index: 899 + Item: Shoulder_Protection Rate: 12 - - Item: Tough_Vines + - Index: 900 + Item: Tough_Vines Rate: 12 - - Item: Great_Leaf + - Index: 901 + Item: Great_Leaf Rate: 12 - - Item: Flexible_String + - Index: 902 + Item: Flexible_String Rate: 12 - - Item: Log + - Index: 903 + Item: Log Rate: 12 - - Item: Beetle_Nipper + - Index: 904 + Item: Beetle_Nipper Rate: 12 - - Item: Solid_Twig + - Index: 905 + Item: Solid_Twig Rate: 12 - - Item: Piece_Of_Black_Cloth + - Index: 906 + Item: Piece_Of_Black_Cloth Rate: 12 - - Item: Black_Kitty_Doll + - Index: 907 + Item: Black_Kitty_Doll Rate: 12 - - Item: Old_Manteau + - Index: 908 + Item: Old_Manteau Rate: 12 - - Item: Rusty_Cleaver + - Index: 909 + Item: Rusty_Cleaver Rate: 12 - - Item: Dullahan's_Helm + - Index: 910 + Item: Dullahan's_Helm Rate: 12 - - Item: Dullahan_Armor + - Index: 911 + Item: Dullahan_Armor Rate: 12 - - Item: Rojerta_Piece + - Index: 912 + Item: Rojerta_Piece Rate: 12 - - Item: Hanging_Doll + - Index: 913 + Item: Hanging_Doll Rate: 12 - - Item: Needle_Pouch + - Index: 914 + Item: Needle_Pouch Rate: 12 - - Item: Bat_Cage + - Index: 915 + Item: Bat_Cage Rate: 12 - - Item: Broken_Needle + - Index: 916 + Item: Broken_Needle Rate: 12 - - Item: Red_Scarf + - Index: 917 + Item: Red_Scarf Rate: 12 - - Item: Spool + - Index: 918 + Item: Spool Rate: 12 - - Item: Rotten_Rope + - Index: 919 + Item: Rotten_Rope Rate: 12 - - Item: Striped_Socks + - Index: 920 + Item: Striped_Socks Rate: 12 - - Item: Ectoplasm + - Index: 921 + Item: Ectoplasm Rate: 12 - - Item: Tangled_Chain + - Index: 922 + Item: Tangled_Chain Rate: 12 - - Item: Tree_Knot + - Index: 923 + Item: Tree_Knot Rate: 12 - - Item: Distorted_Portrait + - Index: 924 + Item: Distorted_Portrait Rate: 12 - - Item: Pumpkin_Bucket + - Index: 925 + Item: Pumpkin_Bucket Rate: 12 - - Item: Fan + - Index: 926 + Item: Fan Rate: 12 - - Item: Cat_Eyed_Stone + - Index: 927 + Item: Cat_Eyed_Stone Rate: 12 - - Item: Dried_Sand + - Index: 928 + Item: Dried_Sand Rate: 12 - - Item: Dragon_Horn + - Index: 929 + Item: Dragon_Horn Rate: 12 - - Item: Dragon_Fang + - Index: 930 + Item: Dragon_Fang Rate: 12 - - Item: Tiger_Skin_Panties + - Index: 931 + Item: Tiger_Skin_Panties Rate: 12 - - Item: Little_Blacky_Ghost + - Index: 932 + Item: Little_Blacky_Ghost Rate: 12 - - Item: Bib + - Index: 933 + Item: Bib Rate: 12 - - Item: Milk_Bottle + - Index: 934 + Item: Milk_Bottle Rate: 12 - - Item: Dark_Crystal_Fragment + - Index: 935 + Item: Dark_Crystal_Fragment Rate: 1 - - Item: Long_Limb + - Index: 936 + Item: Long_Limb Rate: 1 - - Item: Screw + - Index: 937 + Item: Screw Rate: 1 - - Item: Old_Pick + - Index: 938 + Item: Old_Pick Rate: 1 - - Item: Old_Steel_Plate + - Index: 939 + Item: Old_Steel_Plate Rate: 1 - - Item: Air_Pollutant + - Index: 940 + Item: Air_Pollutant Rate: 1 - - Item: Fragment_Of_Crystal + - Index: 941 + Item: Fragment_Of_Crystal Rate: 1 - - Item: Poisonous_Gas + - Index: 942 + Item: Poisonous_Gas Rate: 1 - - Item: Battered_Kettle + - Index: 943 + Item: Battered_Kettle Rate: 1 - - Item: Tube + - Index: 944 + Item: Tube Rate: 1 - - Item: Fluorescent_Liquid + - Index: 945 + Item: Fluorescent_Liquid Rate: 1 - - Item: Headlamp + - Index: 946 + Item: Headlamp Rate: 1 - - Item: Red_Feather + - Index: 947 + Item: Red_Feather Rate: 1 - - Item: Blue_Feather + - Index: 948 + Item: Blue_Feather Rate: 1 - - Item: Cursed_Seal + - Index: 949 + Item: Cursed_Seal Rate: 1 - - Item: Tri_Headed_Dragon_Head + - Index: 950 + Item: Tri_Headed_Dragon_Head Rate: 1 - - Item: Treasure_Box + - Index: 951 + Item: Treasure_Box Rate: 1 - - Item: Dragonball_Green + - Index: 952 + Item: Dragonball_Green Rate: 1 - - Item: Dragonball_Blue + - Index: 953 + Item: Dragonball_Blue Rate: 1 - - Item: Dragonball_Red + - Index: 954 + Item: Dragonball_Red Rate: 1 - - Item: Dragonball_Yellow + - Index: 955 + Item: Dragonball_Yellow Rate: 1 - - Item: Bloody_Page + - Index: 956 + Item: Bloody_Page Rate: 1 - - Item: Piece_Of_Bone_Armor + - Index: 957 + Item: Piece_Of_Bone_Armor Rate: 1 - - Item: Scale_Of_Red_Dragon + - Index: 958 + Item: Scale_Of_Red_Dragon Rate: 1 - - Item: Yellow_Spice + - Index: 959 + Item: Yellow_Spice Rate: 1 - - Item: Sweet_Sauce + - Index: 960 + Item: Sweet_Sauce Rate: 1 - - Item: Plain_Sauce + - Index: 961 + Item: Plain_Sauce Rate: 1 - - Item: Hot_Sauce + - Index: 962 + Item: Hot_Sauce Rate: 1 - - Item: Red_Spice + - Index: 963 + Item: Red_Spice Rate: 1 - - Item: Cooking_Oil + - Index: 964 + Item: Cooking_Oil Rate: 1 - - Item: Cookbook01 + - Index: 965 + Item: Cookbook01 Rate: 1 - - Item: Cookbook02 + - Index: 966 + Item: Cookbook02 Rate: 1 - - Item: Cookbook03 + - Index: 967 + Item: Cookbook03 Rate: 1 - - Item: Cookbook04 + - Index: 968 + Item: Cookbook04 Rate: 1 - - Item: Cookbook05 + - Index: 969 + Item: Cookbook05 Rate: 1 - - Item: Pot + - Index: 970 + Item: Pot Rate: 1 - - Item: Burnt_Parts + - Index: 971 + Item: Burnt_Parts Rate: 1 - - Item: Pocket_Watch + - Index: 972 + Item: Pocket_Watch Rate: 1 - - Item: Ice_Heart + - Index: 973 + Item: Ice_Heart Rate: 15 - - Item: Ice_Scale + - Index: 974 + Item: Ice_Scale Rate: 15 - - Item: Bloody_Rune + - Index: 975 + Item: Bloody_Rune Rate: 15 - - Item: Rotten_Meat + - Index: 976 + Item: Rotten_Meat Rate: 15 - - Item: Sticky_Poison + - Index: 977 + Item: Sticky_Poison Rate: 15 - - Item: Suspicious_Hat + - Index: 978 + Item: Suspicious_Hat Rate: 1 - - Item: White_Mask + - Index: 979 + Item: White_Mask Rate: 1 - - Item: Old_White_Cloth + - Index: 980 + Item: Old_White_Cloth Rate: 34 - - Item: Clattering_Skull + - Index: 981 + Item: Clattering_Skull Rate: 32 - - Item: Broken_Farming_Utensil + - Index: 982 + Item: Broken_Farming_Utensil Rate: 34 - - Item: Skull_Helm + - Index: 983 + Item: Skull_Helm Rate: 3 - - Item: Monster_Oxygen_Mask + - Index: 984 + Item: Monster_Oxygen_Mask Rate: 3 - - Item: Transparent_Headgear + - Index: 985 + Item: Transparent_Headgear Rate: 3 - - Item: Pacifier + - Index: 986 + Item: Pacifier Rate: 3 - - Item: Wig + - Index: 987 + Item: Wig Rate: 3 - - Item: Queen's_Hair_Ornament + - Index: 988 + Item: Queen's_Hair_Ornament Rate: 3 - - Item: Silk_Ribbon + - Index: 989 + Item: Silk_Ribbon Rate: 3 - - Item: Punisher + - Index: 990 + Item: Punisher Rate: 3 - - Item: Wild_Flower + - Index: 991 + Item: Wild_Flower Rate: 3 - - Item: Battered_Pot + - Index: 992 + Item: Battered_Pot Rate: 3 - - Item: Stellar_Hairpin + - Index: 993 + Item: Stellar_Hairpin Rate: 3 - - Item: Tiny_Egg_Shell + - Index: 994 + Item: Tiny_Egg_Shell Rate: 3 - - Item: Backpack + - Index: 995 + Item: Backpack Rate: 3 - - Item: Rocker_Glasses + - Index: 996 + Item: Rocker_Glasses Rate: 3 - - Item: Green_Lace + - Index: 997 + Item: Green_Lace Rate: 3 - - Item: Golden_Bell + - Index: 998 + Item: Golden_Bell Rate: 3 - - Item: Bark_Shorts + - Index: 999 + Item: Bark_Shorts Rate: 3 - - Item: Monkey_Circlet + - Index: 1000 + Item: Monkey_Circlet Rate: 3 - - Item: Red_Muffler + - Index: 1001 + Item: Red_Muffler Rate: 3 - - Item: Sword_Of_Grave_Keeper + - Index: 1002 + Item: Sword_Of_Grave_Keeper Rate: 3 - - Item: Jujube_Dagger + - Index: 1003 + Item: Jujube_Dagger Rate: 1 - - Item: Dragon_Killer + - Index: 1004 + Item: Dragon_Killer Rate: 1 - - Item: Ginnungagap + - Index: 1005 + Item: Ginnungagap Rate: 1 - - Item: Coward + - Index: 1006 + Item: Coward Rate: 1 - - Item: Coward_ + - Index: 1007 + Item: Coward_ Rate: 1 - - Item: Long_Barrel + - Index: 1008 + Item: Long_Barrel Rate: 1 - - Item: Long_Barrel_ + - Index: 1009 + Item: Long_Barrel_ Rate: 1 - - Item: Gate_KeeperDD + - Index: 1010 + Item: Gate_KeeperDD Rate: 1 - - Item: Thunder_P + - Index: 1011 + Item: Thunder_P Rate: 1 - - Item: Lever_Action_Rifle + - Index: 1012 + Item: Lever_Action_Rifle Rate: 2 - - Item: Bullet + - Index: 1013 + Item: Bullet Rate: 1 - - Item: Silver_Bullet + - Index: 1014 + Item: Silver_Bullet Rate: 1 - - Item: Shell_Of_Blood + - Index: 1015 + Item: Shell_Of_Blood Rate: 1 - - Item: Flare_Sphere + - Index: 1016 + Item: Flare_Sphere Rate: 1 - - Item: Lighting_Sphere + - Index: 1017 + Item: Lighting_Sphere Rate: 1 - - Item: Poison_Sphere + - Index: 1018 + Item: Poison_Sphere Rate: 1 - - Item: Blind_Sphere + - Index: 1019 + Item: Blind_Sphere Rate: 1 - - Item: Freezing_Sphere + - Index: 1020 + Item: Freezing_Sphere Rate: 1 - - Item: Huuma_Calm_Mind + - Index: 1021 + Item: Huuma_Calm_Mind Rate: 1 - Group: BOMB SubGroups: - SubGroup: 1 List: - - Item: Apple_Bomb + - Index: 0 + Item: Apple_Bomb Rate: 1 - - Item: Coconut_Bomb + - Index: 1 + Item: Coconut_Bomb Rate: 1 - - Item: Melon_Bomb + - Index: 2 + Item: Melon_Bomb Rate: 1 - - Item: Pineapple_Bomb + - Index: 3 + Item: Pineapple_Bomb Rate: 1 - - Item: Banana_Bomb + - Index: 4 + Item: Banana_Bomb Rate: 1 - - Item: Black_Lump + - Index: 5 + Item: Black_Lump Rate: 1 - - Item: Black_Hard_Lump + - Index: 6 + Item: Black_Hard_Lump Rate: 1 - - Item: Very_Hard_Lump + - Index: 7 + Item: Very_Hard_Lump Rate: 1 - Group: BOX SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box + - Index: 0 + Item: Old_Blue_Box Rate: 1 - - Item: Old_Violet_Box + - Index: 1 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 2 + Item: Gift_Box Rate: 1 - Group: CANDY SubGroups: - SubGroup: 1 List: - - Item: Candy + - Index: 0 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 1 + Item: Candy_Striper Rate: 1 - Group: CARDALBUM SubGroups: - SubGroup: 1 List: - - Item: Poring_Card + - Index: 0 + Item: Poring_Card Rate: 10 - - Item: Fabre_Card + - Index: 1 + Item: Fabre_Card Rate: 10 - - Item: Pupa_Card + - Index: 2 + Item: Pupa_Card Rate: 6 - - Item: Drops_Card + - Index: 3 + Item: Drops_Card Rate: 11 - - Item: Poring__Card + - Index: 4 + Item: Poring__Card Rate: 1 - - Item: Lunatic_Card + - Index: 5 + Item: Lunatic_Card Rate: 7 - - Item: Pecopeco_Egg_Card + - Index: 6 + Item: Pecopeco_Egg_Card Rate: 4 - - Item: Picky_Card + - Index: 7 + Item: Picky_Card Rate: 10 - - Item: Chonchon_Card + - Index: 8 + Item: Chonchon_Card Rate: 10 - - Item: Wilow_Card + - Index: 9 + Item: Wilow_Card Rate: 10 - - Item: Picky__Card + - Index: 10 + Item: Picky__Card Rate: 10 - - Item: Thief_Bug_Egg_Card + - Index: 11 + Item: Thief_Bug_Egg_Card Rate: 8 - - Item: Andre_Egg_Card + - Index: 12 + Item: Andre_Egg_Card Rate: 7 - - Item: Roda_Frog_Card + - Index: 13 + Item: Roda_Frog_Card Rate: 5 - - Item: Condor_Card + - Index: 14 + Item: Condor_Card Rate: 7 - - Item: Thief_Bug_Card + - Index: 15 + Item: Thief_Bug_Card Rate: 7 - - Item: Savage_Babe_Card + - Index: 16 + Item: Savage_Babe_Card Rate: 5 - - Item: Hornet_Card + - Index: 17 + Item: Hornet_Card Rate: 5 - - Item: Farmiliar_Card + - Index: 18 + Item: Farmiliar_Card Rate: 5 - - Item: Rocker_Card + - Index: 19 + Item: Rocker_Card Rate: 5 - - Item: Spore_Card + - Index: 20 + Item: Spore_Card Rate: 5 - - Item: Desert_Wolf_Babe_Card + - Index: 21 + Item: Desert_Wolf_Babe_Card Rate: 5 - - Item: Plankton_Card + - Index: 22 + Item: Plankton_Card Rate: 5 - - Item: Skeleton_Card + - Index: 23 + Item: Skeleton_Card Rate: 5 - - Item: Thief_Bug_Female_Card + - Index: 24 + Item: Thief_Bug_Female_Card Rate: 3 - - Item: Kukre_Card + - Index: 25 + Item: Kukre_Card Rate: 3 - - Item: Tarou_Card + - Index: 26 + Item: Tarou_Card Rate: 3 - - Item: Wolf_Card + - Index: 27 + Item: Wolf_Card Rate: 3 - - Item: Mandragora_Card + - Index: 28 + Item: Mandragora_Card Rate: 3 - - Item: Pecopeco_Card + - Index: 29 + Item: Pecopeco_Card Rate: 3 - - Item: Ambernite_Card + - Index: 30 + Item: Ambernite_Card Rate: 3 - - Item: Poporing_Card + - Index: 31 + Item: Poporing_Card Rate: 3 - - Item: Worm_Tail_Card + - Index: 32 + Item: Worm_Tail_Card Rate: 3 - - Item: Hydra_Card + - Index: 33 + Item: Hydra_Card Rate: 3 - - Item: Muka_Card + - Index: 34 + Item: Muka_Card Rate: 3 - - Item: Snake_Card + - Index: 35 + Item: Snake_Card Rate: 3 - - Item: Zombie_Card + - Index: 36 + Item: Zombie_Card Rate: 3 - - Item: Stainer_Card + - Index: 37 + Item: Stainer_Card Rate: 3 - - Item: Coco_Card + - Index: 38 + Item: Coco_Card Rate: 3 - - Item: Steel_Chonchon_Card + - Index: 39 + Item: Steel_Chonchon_Card Rate: 3 - - Item: Andre_Card + - Index: 40 + Item: Andre_Card Rate: 3 - - Item: Smokie_Card + - Index: 41 + Item: Smokie_Card Rate: 3 - - Item: Horn_Card + - Index: 42 + Item: Horn_Card Rate: 3 - - Item: Martin_Card + - Index: 43 + Item: Martin_Card Rate: 3 - - Item: Poison_Spore_Card + - Index: 44 + Item: Poison_Spore_Card Rate: 3 - - Item: Vadon_Card + - Index: 45 + Item: Vadon_Card Rate: 3 - - Item: Thief_Bug_Male_Card + - Index: 46 + Item: Thief_Bug_Male_Card Rate: 3 - - Item: Yoyo_Card + - Index: 47 + Item: Yoyo_Card Rate: 3 - - Item: Elder_Wilow_Card + - Index: 48 + Item: Elder_Wilow_Card Rate: 3 - - Item: Vitata_Card + - Index: 49 + Item: Vitata_Card Rate: 1 - - Item: Marina_Card + - Index: 50 + Item: Marina_Card Rate: 3 - - Item: Dustiness_Card + - Index: 51 + Item: Dustiness_Card Rate: 3 - - Item: Metaller_Card + - Index: 52 + Item: Metaller_Card Rate: 2 - - Item: Thara_Frog_Card + - Index: 53 + Item: Thara_Frog_Card Rate: 2 - - Item: Goblin_Card + - Index: 54 + Item: Goblin_Card Rate: 2 - - Item: Cornutus_Card + - Index: 55 + Item: Cornutus_Card Rate: 2 - - Item: Anacondaq_Card + - Index: 56 + Item: Anacondaq_Card Rate: 2 - - Item: Caramel_Card + - Index: 57 + Item: Caramel_Card Rate: 2 - - Item: Zerom_Card + - Index: 58 + Item: Zerom_Card Rate: 2 - - Item: Kaho_Card + - Index: 59 + Item: Kaho_Card Rate: 2 - - Item: Orc_Warrior_Card + - Index: 60 + Item: Orc_Warrior_Card Rate: 2 - - Item: Megalodon_Card + - Index: 61 + Item: Megalodon_Card Rate: 2 - - Item: Scorpion_Card + - Index: 62 + Item: Scorpion_Card Rate: 2 - - Item: Drainliar_Card + - Index: 63 + Item: Drainliar_Card Rate: 2 - - Item: Eggyra_Card + - Index: 64 + Item: Eggyra_Card Rate: 2 - - Item: Orc_Zombie_Card + - Index: 65 + Item: Orc_Zombie_Card Rate: 2 - - Item: Golem_Card + - Index: 66 + Item: Golem_Card Rate: 2 - - Item: Pirate_Skel_Card + - Index: 67 + Item: Pirate_Skel_Card Rate: 2 - - Item: BigFoot_Card + - Index: 68 + Item: BigFoot_Card Rate: 2 - - Item: Argos_Card + - Index: 69 + Item: Argos_Card Rate: 2 - - Item: Magnolia_Card + - Index: 70 + Item: Magnolia_Card Rate: 2 - - Item: Phen_Card + - Index: 71 + Item: Phen_Card Rate: 2 - - Item: Savage_Card + - Index: 72 + Item: Savage_Card Rate: 2 - - Item: Mantis_Card + - Index: 73 + Item: Mantis_Card Rate: 2 - - Item: Flora_Card + - Index: 74 + Item: Flora_Card Rate: 2 - - Item: Hode_Card + - Index: 75 + Item: Hode_Card Rate: 2 - - Item: Desert_Wolf_Card + - Index: 76 + Item: Desert_Wolf_Card Rate: 1 - - Item: Rafflesia_Card + - Index: 77 + Item: Rafflesia_Card Rate: 1 - - Item: Marine_Sphere_Card + - Index: 78 + Item: Marine_Sphere_Card Rate: 1 - - Item: Orc_Skeleton_Card + - Index: 79 + Item: Orc_Skeleton_Card Rate: 1 - - Item: Soldier_Skeleton_Card + - Index: 80 + Item: Soldier_Skeleton_Card Rate: 1 - - Item: Giearth_Card + - Index: 81 + Item: Giearth_Card Rate: 1 - - Item: Frilldora_Card + - Index: 82 + Item: Frilldora_Card Rate: 1 - - Item: Sword_Fish_Card + - Index: 83 + Item: Sword_Fish_Card Rate: 1 - - Item: Munak_Card + - Index: 84 + Item: Munak_Card Rate: 1 - - Item: Kobold_Card + - Index: 85 + Item: Kobold_Card Rate: 1 - - Item: Skel_Worker_Card + - Index: 86 + Item: Skel_Worker_Card Rate: 1 - - Item: Obeaune_Card + - Index: 87 + Item: Obeaune_Card Rate: 1 - - Item: Archer_Skeleton_Card + - Index: 88 + Item: Archer_Skeleton_Card Rate: 1 - - Item: Marse_Card + - Index: 89 + Item: Marse_Card Rate: 1 - - Item: Zenorc_Card + - Index: 90 + Item: Zenorc_Card Rate: 1 - - Item: Matyr_Card + - Index: 91 + Item: Matyr_Card Rate: 1 - - Item: Dokebi_Card + - Index: 92 + Item: Dokebi_Card Rate: 1 - - Item: Pasana_Card + - Index: 93 + Item: Pasana_Card Rate: 1 - - Item: Sohee_Card + - Index: 94 + Item: Sohee_Card Rate: 1 - - Item: Sand_Man_Card + - Index: 95 + Item: Sand_Man_Card Rate: 1 - - Item: Whisper_Card + - Index: 96 + Item: Whisper_Card Rate: 1 - - Item: Horong_Card + - Index: 97 + Item: Horong_Card Rate: 1 - - Item: Requiem_Card + - Index: 98 + Item: Requiem_Card Rate: 1 - - Item: Marc_Card + - Index: 99 + Item: Marc_Card Rate: 1 - - Item: Mummy_Card + - Index: 100 + Item: Mummy_Card Rate: 1 - - Item: Verit_Card + - Index: 101 + Item: Verit_Card Rate: 1 - - Item: Myst_Card + - Index: 102 + Item: Myst_Card Rate: 1 - - Item: Jakk_Card + - Index: 103 + Item: Jakk_Card Rate: 1 - - Item: Ghoul_Card + - Index: 104 + Item: Ghoul_Card Rate: 1 - - Item: Strouf_Card + - Index: 105 + Item: Strouf_Card Rate: 1 - - Item: Marduk_Card + - Index: 106 + Item: Marduk_Card Rate: 1 - - Item: Marionette_Card + - Index: 107 + Item: Marionette_Card Rate: 1 - - Item: Argiope_Card + - Index: 108 + Item: Argiope_Card Rate: 1 - - Item: Hunter_Fly_Card + - Index: 109 + Item: Hunter_Fly_Card Rate: 1 - - Item: Isis_Card + - Index: 110 + Item: Isis_Card Rate: 1 - - Item: Side_Winder_Card + - Index: 111 + Item: Side_Winder_Card Rate: 1 - - Item: Petit_Card + - Index: 112 + Item: Petit_Card Rate: 1 - - Item: Bathory_Card + - Index: 113 + Item: Bathory_Card Rate: 1 - - Item: Petit__Card + - Index: 114 + Item: Petit__Card Rate: 1 - - Item: Deviruchi_Card + - Index: 115 + Item: Deviruchi_Card Rate: 1 - - Item: Deviace_Card + - Index: 116 + Item: Deviace_Card Rate: 1 - - Item: Nightmare_Card + - Index: 117 + Item: Nightmare_Card Rate: 1 - - Item: Baphomet__Card + - Index: 118 + Item: Baphomet__Card Rate: 1 - - Item: Daydric_Card + - Index: 119 + Item: Daydric_Card Rate: 1 - - Item: Khalitzburg_Card + - Index: 120 + Item: Khalitzburg_Card Rate: 1 - - Item: Evil_Druid_Card + - Index: 121 + Item: Evil_Druid_Card Rate: 1 - - Item: Gargoyle_Card + - Index: 122 + Item: Gargoyle_Card Rate: 1 - - Item: Goat_Card + - Index: 123 + Item: Goat_Card Rate: 1 - - Item: Gajomart_Card + - Index: 124 + Item: Gajomart_Card Rate: 1 - - Item: Galapago_Card + - Index: 125 + Item: Galapago_Card Rate: 1 - - Item: Crab_Card + - Index: 126 + Item: Crab_Card Rate: 1 - - Item: Rice_Cake_Boy_Card + - Index: 127 + Item: Rice_Cake_Boy_Card Rate: 1 - - Item: Steam_Goblin_Card + - Index: 128 + Item: Steam_Goblin_Card Rate: 1 - - Item: Goblin_Archer_Card + - Index: 129 + Item: Goblin_Archer_Card Rate: 1 - - Item: Flying_Deleter_Card + - Index: 130 + Item: Flying_Deleter_Card Rate: 1 - - Item: Nine_Tail_Card + - Index: 131 + Item: Nine_Tail_Card Rate: 1 - - Item: Antique_Firelock_Card + - Index: 132 + Item: Antique_Firelock_Card Rate: 1 - - Item: Grand_Peco_Card + - Index: 133 + Item: Grand_Peco_Card Rate: 1 - - Item: Grizzly_Card + - Index: 134 + Item: Grizzly_Card Rate: 1 - - Item: Gullinbursti_Card + - Index: 135 + Item: Gullinbursti_Card Rate: 1 - - Item: Gig_Card + - Index: 136 + Item: Gig_Card Rate: 1 - - Item: Nightmare_Terror_Card + - Index: 137 + Item: Nightmare_Terror_Card Rate: 1 - - Item: Neraid_Card + - Index: 138 + Item: Neraid_Card Rate: 1 - - Item: Dark_Frame_Card + - Index: 139 + Item: Dark_Frame_Card Rate: 1 - - Item: The_Paper_Card + - Index: 140 + Item: The_Paper_Card Rate: 1 - - Item: Demon_Pungus_Card + - Index: 141 + Item: Demon_Pungus_Card Rate: 1 - - Item: Poison_Toad_Card + - Index: 142 + Item: Poison_Toad_Card Rate: 1 - - Item: Dullahan_Card + - Index: 143 + Item: Dullahan_Card Rate: 1 - - Item: Dryad_Card + - Index: 144 + Item: Dryad_Card Rate: 1 - - Item: Dragon_Tail_Card + - Index: 145 + Item: Dragon_Tail_Card Rate: 1 - - Item: Driller_Card + - Index: 146 + Item: Driller_Card Rate: 1 - - Item: Disguise_Card + - Index: 147 + Item: Disguise_Card Rate: 1 - - Item: Diabolic_Card + - Index: 148 + Item: Diabolic_Card Rate: 1 - - Item: Lava_Golem_Card + - Index: 149 + Item: Lava_Golem_Card Rate: 1 - - Item: Rideword_Card + - Index: 150 + Item: Rideword_Card Rate: 1 - - Item: Raggler_Card + - Index: 151 + Item: Raggler_Card Rate: 1 - - Item: Raydric_Archer_Card + - Index: 152 + Item: Raydric_Archer_Card Rate: 1 - - Item: Leib_Olmai_Card + - Index: 153 + Item: Leib_Olmai_Card Rate: 1 - - Item: Wraith_Dead_Card + - Index: 154 + Item: Wraith_Dead_Card Rate: 1 - - Item: Wraith_Card + - Index: 155 + Item: Wraith_Card Rate: 1 - - Item: Loli_Ruri_Card + - Index: 156 + Item: Loli_Ruri_Card Rate: 1 - - Item: Rotar_Zairo_Card + - Index: 157 + Item: Rotar_Zairo_Card Rate: 1 - - Item: Lude_Card + - Index: 158 + Item: Lude_Card Rate: 1 - - Item: Rybio_Card + - Index: 159 + Item: Rybio_Card Rate: 1 - - Item: Leaf_Cat_Card + - Index: 160 + Item: Leaf_Cat_Card Rate: 1 - - Item: Marin_Card + - Index: 161 + Item: Marin_Card Rate: 1 - - Item: Merman_Card + - Index: 162 + Item: Merman_Card Rate: 1 - - Item: Megalith_Card + - Index: 163 + Item: Megalith_Card Rate: 1 - - Item: Majoruros_Card + - Index: 164 + Item: Majoruros_Card Rate: 1 - - Item: Civil_Servant_Card + - Index: 165 + Item: Civil_Servant_Card Rate: 1 - - Item: Mini_Demon_Card + - Index: 166 + Item: Mini_Demon_Card Rate: 1 - - Item: Mimic_Card + - Index: 167 + Item: Mimic_Card Rate: 1 - - Item: Mystcase_Card + - Index: 168 + Item: Mystcase_Card Rate: 1 - - Item: Miyabi_Ningyo_Card + - Index: 169 + Item: Miyabi_Ningyo_Card Rate: 1 - - Item: Violy_Card + - Index: 170 + Item: Violy_Card Rate: 1 - - Item: Wander_Man_Card + - Index: 171 + Item: Wander_Man_Card Rate: 1 - - Item: Bon_Gun_Card + - Index: 172 + Item: Bon_Gun_Card Rate: 1 - - Item: Brilight_Card + - Index: 173 + Item: Brilight_Card Rate: 1 - - Item: Bloody_Murderer_Card + - Index: 174 + Item: Bloody_Murderer_Card Rate: 1 - - Item: Blazzer_Card + - Index: 175 + Item: Blazzer_Card Rate: 1 - - Item: Sasquatch_Card + - Index: 176 + Item: Sasquatch_Card Rate: 1 - - Item: Live_Peach_Tree_Card + - Index: 177 + Item: Live_Peach_Tree_Card Rate: 1 - - Item: Succubus_Card + - Index: 178 + Item: Succubus_Card Rate: 1 - - Item: Sageworm_Card + - Index: 179 + Item: Sageworm_Card Rate: 1 - - Item: Solider_Card + - Index: 180 + Item: Solider_Card Rate: 1 - - Item: Skeleton_General_Card + - Index: 181 + Item: Skeleton_General_Card Rate: 1 - - Item: Skel_Prisoner_Card + - Index: 182 + Item: Skel_Prisoner_Card Rate: 1 - - Item: Stalactic_Golem_Card + - Index: 183 + Item: Stalactic_Golem_Card Rate: 1 - - Item: Stem_Worm_Card + - Index: 184 + Item: Stem_Worm_Card Rate: 1 - - Item: Stone_Shooter_Card + - Index: 185 + Item: Stone_Shooter_Card Rate: 1 - - Item: Sting_Card + - Index: 186 + Item: Sting_Card Rate: 1 - - Item: Spring_Rabbit_Card + - Index: 187 + Item: Spring_Rabbit_Card Rate: 1 - - Item: Sleeper_Card + - Index: 188 + Item: Sleeper_Card Rate: 1 - - Item: C_Tower_Manager_Card + - Index: 189 + Item: C_Tower_Manager_Card Rate: 1 - - Item: Shinobi_Card + - Index: 190 + Item: Shinobi_Card Rate: 1 - - Item: Increase_Soil_Card + - Index: 191 + Item: Increase_Soil_Card Rate: 1 - - Item: Wild_Ginseng_Card + - Index: 192 + Item: Wild_Ginseng_Card Rate: 1 - - Item: Baby_Leopard_Card + - Index: 193 + Item: Baby_Leopard_Card Rate: 1 - - Item: Anolian_Card + - Index: 194 + Item: Anolian_Card Rate: 1 - - Item: Cookie_XMAS_Card + - Index: 195 + Item: Cookie_XMAS_Card Rate: 1 - - Item: Owl_Duke_Card + - Index: 196 + Item: Owl_Duke_Card Rate: 1 - - Item: Owl_Baron_Card + - Index: 197 + Item: Owl_Baron_Card Rate: 1 - - Item: Iron_Fist_Card + - Index: 198 + Item: Iron_Fist_Card Rate: 1 - - Item: Arclouse_Card + - Index: 199 + Item: Arclouse_Card Rate: 1 - - Item: Apocalips_Card + - Index: 200 + Item: Apocalips_Card Rate: 1 - - Item: Antonio_Card + - Index: 201 + Item: Antonio_Card Rate: 1 - - Item: Alarm_Card + - Index: 202 + Item: Alarm_Card Rate: 1 - - Item: Am_Mut_Card + - Index: 203 + Item: Am_Mut_Card Rate: 1 - - Item: Assulter_Card + - Index: 204 + Item: Assulter_Card Rate: 1 - - Item: Aster_Card + - Index: 205 + Item: Aster_Card Rate: 1 - - Item: Ancient_Mummy_Card + - Index: 206 + Item: Ancient_Mummy_Card Rate: 1 - - Item: Ancient_Worm_Card + - Index: 207 + Item: Ancient_Worm_Card Rate: 1 - - Item: Elder_Card + - Index: 208 + Item: Elder_Card Rate: 1 - - Item: Alligator_Card + - Index: 209 + Item: Alligator_Card Rate: 1 - - Item: Alice_Card + - Index: 210 + Item: Alice_Card Rate: 1 - - Item: Orc_Lady_Card + - Index: 211 + Item: Orc_Lady_Card Rate: 1 - - Item: Orc_Archer_Card + - Index: 212 + Item: Orc_Archer_Card Rate: 1 - - Item: Wild_Rose_Card + - Index: 213 + Item: Wild_Rose_Card Rate: 1 - - Item: Wicked_Nymph_Card + - Index: 214 + Item: Wicked_Nymph_Card Rate: 1 - - Item: Wooden_Golem_Card + - Index: 215 + Item: Wooden_Golem_Card Rate: 1 - - Item: Wootan_Shooter_Card + - Index: 216 + Item: Wootan_Shooter_Card Rate: 1 - - Item: Wootan_Fighter_Card + - Index: 217 + Item: Wootan_Fighter_Card Rate: 1 - - Item: Evil_Cloud_Hermit_Card + - Index: 218 + Item: Evil_Cloud_Hermit_Card Rate: 1 - - Item: Wind_Ghost_Card + - Index: 219 + Item: Wind_Ghost_Card Rate: 1 - - Item: Li_Me_Mang_Ryang_Card + - Index: 220 + Item: Li_Me_Mang_Ryang_Card Rate: 1 - - Item: Explosion_Card + - Index: 221 + Item: Explosion_Card Rate: 1 - - Item: Injustice_Card + - Index: 222 + Item: Injustice_Card Rate: 1 - - Item: Incubus_Card + - Index: 223 + Item: Incubus_Card Rate: 1 - - Item: Giant_Spider_Card + - Index: 224 + Item: Giant_Spider_Card Rate: 1 - - Item: Giant_Honet_Card + - Index: 225 + Item: Giant_Honet_Card Rate: 1 - - Item: Dancing_Dragon_Card + - Index: 226 + Item: Dancing_Dragon_Card Rate: 1 - - Item: Shellfish_Card + - Index: 227 + Item: Shellfish_Card Rate: 1 - - Item: Zombie_Master_Card + - Index: 228 + Item: Zombie_Master_Card Rate: 1 - - Item: Zombie_Prisoner_Card + - Index: 229 + Item: Zombie_Prisoner_Card Rate: 1 - - Item: Zherlthsh_Card + - Index: 230 + Item: Zherlthsh_Card Rate: 1 - - Item: Gibbet_Card + - Index: 231 + Item: Gibbet_Card Rate: 1 - - Item: Deleter_Card + - Index: 232 + Item: Deleter_Card Rate: 1 - - Item: Geographer_Card + - Index: 233 + Item: Geographer_Card Rate: 1 - - Item: Zipper_Bear_Card + - Index: 234 + Item: Zipper_Bear_Card Rate: 1 - - Item: Tengu_Card + - Index: 235 + Item: Tengu_Card Rate: 1 - - Item: Greatest_General_Card + - Index: 236 + Item: Greatest_General_Card Rate: 1 - - Item: Chepet_Card + - Index: 237 + Item: Chepet_Card Rate: 1 - - Item: Choco_Card + - Index: 238 + Item: Choco_Card Rate: 1 - - Item: Karakasa_Card + - Index: 239 + Item: Karakasa_Card Rate: 1 - - Item: Kapha_Card + - Index: 240 + Item: Kapha_Card Rate: 1 - - Item: Carat_Card + - Index: 241 + Item: Carat_Card Rate: 1 - - Item: Caterpillar_Card + - Index: 242 + Item: Caterpillar_Card Rate: 1 - - Item: Cat_O_Nine_Tail_Card + - Index: 243 + Item: Cat_O_Nine_Tail_Card Rate: 1 - - Item: Kobold_Archer_Card + - Index: 244 + Item: Kobold_Archer_Card Rate: 1 - - Item: Cookie_Card + - Index: 245 + Item: Cookie_Card Rate: 1 - - Item: Quve_Card + - Index: 246 + Item: Quve_Card Rate: 1 - - Item: Kraben_Card + - Index: 247 + Item: Kraben_Card Rate: 1 - - Item: Cramp_Card + - Index: 248 + Item: Cramp_Card Rate: 1 - - Item: Cruiser_Card + - Index: 249 + Item: Cruiser_Card Rate: 1 - - Item: Cremy_Fear_Card + - Index: 250 + Item: Cremy_Fear_Card Rate: 1 - - Item: Clock_Card + - Index: 251 + Item: Clock_Card Rate: 1 - - Item: Chimera_Card + - Index: 252 + Item: Chimera_Card Rate: 1 - - Item: Killer_Mantis_Card + - Index: 253 + Item: Killer_Mantis_Card Rate: 1 - - Item: Tamruan_Card + - Index: 254 + Item: Tamruan_Card Rate: 1 - - Item: Kind_Of_Beetle_Card + - Index: 255 + Item: Kind_Of_Beetle_Card Rate: 1 - - Item: Tri_Joint_Card + - Index: 256 + Item: Tri_Joint_Card Rate: 1 - - Item: Parasite_Card + - Index: 257 + Item: Parasite_Card Rate: 1 - - Item: Panzer_Goblin_Card + - Index: 258 + Item: Panzer_Goblin_Card Rate: 1 - - Item: Permeter_Card + - Index: 259 + Item: Permeter_Card Rate: 1 - - Item: Fur_Seal_Card + - Index: 260 + Item: Fur_Seal_Card Rate: 1 - - Item: Punk_Card + - Index: 261 + Item: Punk_Card Rate: 1 - - Item: Penomena_Card + - Index: 262 + Item: Penomena_Card Rate: 1 - - Item: Pest_Card + - Index: 263 + Item: Pest_Card Rate: 1 - - Item: Fake_Angel_Card + - Index: 264 + Item: Fake_Angel_Card Rate: 1 - - Item: Freezer_Card + - Index: 265 + Item: Freezer_Card Rate: 1 - - Item: Hylozoist_Card + - Index: 266 + Item: Hylozoist_Card Rate: 1 - - Item: High_Orc_Card + - Index: 267 + Item: High_Orc_Card Rate: 1 - - Item: Garm_Baby_Card + - Index: 268 + Item: Garm_Baby_Card Rate: 1 - - Item: Harpy_Card + - Index: 269 + Item: Harpy_Card Rate: 1 - - Item: See_Otter_Card + - Index: 270 + Item: See_Otter_Card Rate: 1 - - Item: Blood_Butterfly_Card + - Index: 271 + Item: Blood_Butterfly_Card Rate: 1 - - Item: Hyegun_Card + - Index: 272 + Item: Hyegun_Card Rate: 1 - - Item: Phendark_Card + - Index: 273 + Item: Phendark_Card Rate: 1 - - Item: Heater_Card + - Index: 274 + Item: Heater_Card Rate: 1 - - Item: Waste_Stove_Card + - Index: 275 + Item: Waste_Stove_Card Rate: 1 - - Item: Venomous_Card + - Index: 276 + Item: Venomous_Card Rate: 3 - - Item: Noxious_Card + - Index: 277 + Item: Noxious_Card Rate: 1 - - Item: Pitman_Card + - Index: 278 + Item: Pitman_Card Rate: 3 - - Item: Ungoliant_Card + - Index: 279 + Item: Ungoliant_Card Rate: 1 - - Item: Porcellio_Card + - Index: 280 + Item: Porcellio_Card Rate: 1 - - Item: Obsidian_Card + - Index: 281 + Item: Obsidian_Card Rate: 1 - - Item: Mineral_Card + - Index: 282 + Item: Mineral_Card Rate: 1 - - Item: Teddy_Bear_Card + - Index: 283 + Item: Teddy_Bear_Card Rate: 1 - - Item: Metaling_Card + - Index: 284 + Item: Metaling_Card Rate: 1 - - Item: Mole_Card + - Index: 285 + Item: Mole_Card Rate: 1 - - Item: Anopheles_Card + - Index: 286 + Item: Anopheles_Card Rate: 3 - - Item: Hill_Wind_Card + - Index: 287 + Item: Hill_Wind_Card Rate: 3 - - Item: Ygnizem_Card + - Index: 288 + Item: Ygnizem_Card Rate: 1 - - Item: Armaia_Card + - Index: 289 + Item: Armaia_Card Rate: 3 - - Item: Whikebain_Card + - Index: 290 + Item: Whikebain_Card Rate: 1 - - Item: Erend_Card + - Index: 291 + Item: Erend_Card Rate: 1 - - Item: Rawrel_Card + - Index: 292 + Item: Rawrel_Card Rate: 3 - - Item: Kavac_Card + - Index: 293 + Item: Kavac_Card Rate: 1 - - Item: Removal_Card + - Index: 294 + Item: Removal_Card Rate: 1 - - Item: Gemini_Card + - Index: 295 + Item: Gemini_Card Rate: 1 - - Item: Gremlin_Card + - Index: 296 + Item: Gremlin_Card Rate: 3 - - Item: Beholder_Card + - Index: 297 + Item: Beholder_Card Rate: 1 - - Item: Seyren_Card + - Index: 298 + Item: Seyren_Card Rate: 1 - - Item: Eremes_Card + - Index: 299 + Item: Eremes_Card Rate: 3 - - Item: Harword_Card + - Index: 300 + Item: Harword_Card Rate: 1 - - Item: Katrinn_Card + - Index: 301 + Item: Katrinn_Card Rate: 1 - - Item: Shecil_Card + - Index: 302 + Item: Shecil_Card Rate: 1 - - Item: Venatu_Card + - Index: 303 + Item: Venatu_Card Rate: 1 - - Item: Dimik_Card + - Index: 304 + Item: Dimik_Card Rate: 1 - - Item: Archdam_Card + - Index: 305 + Item: Archdam_Card Rate: 1 - - Item: Chung_E_Card + - Index: 306 + Item: Chung_E_Card Rate: 1 - - Item: Orc_Baby_Card + - Index: 307 + Item: Orc_Baby_Card Rate: 1 - - Item: Green_Iguana_Card + - Index: 308 + Item: Green_Iguana_Card Rate: 3 - - Item: Acidus_Card + - Index: 309 + Item: Acidus_Card Rate: 1 - - Item: Acidus__Card + - Index: 310 + Item: Acidus__Card Rate: 1 - - Item: Ferus_Card + - Index: 311 + Item: Ferus_Card Rate: 3 - - Item: Ferus__Card + - Index: 312 + Item: Ferus__Card Rate: 1 - - Item: Novus__Card + - Index: 313 + Item: Novus__Card Rate: 1 - - Item: Novus_Card + - Index: 314 + Item: Novus_Card Rate: 3 - - Item: Hydro_Card + - Index: 315 + Item: Hydro_Card Rate: 1 - - Item: Dragon_Egg_Card + - Index: 316 + Item: Dragon_Egg_Card Rate: 3 - - Item: Ancient_Mimic_Card + - Index: 317 + Item: Ancient_Mimic_Card Rate: 1 - - Item: Deathword_Card + - Index: 318 + Item: Deathword_Card Rate: 3 - - Item: Plasma_Card + - Index: 319 + Item: Plasma_Card Rate: 1 - - Item: Breeze_Card + - Index: 320 + Item: Breeze_Card Rate: 1 - - Item: Retribution_Card + - Index: 321 + Item: Retribution_Card Rate: 3 - - Item: Observation_Card + - Index: 322 + Item: Observation_Card Rate: 1 - - Item: Shelter_Card + - Index: 323 + Item: Shelter_Card Rate: 1 - - Item: Solace_Card + - Index: 324 + Item: Solace_Card Rate: 1 - - Item: Tha_Maero_Card + - Index: 325 + Item: Tha_Maero_Card Rate: 1 - - Item: Tha_Odium_Card + - Index: 326 + Item: Tha_Odium_Card Rate: 1 - - Item: Tha_Despero_Card + - Index: 327 + Item: Tha_Despero_Card Rate: 1 - - Item: Aliza_Card + - Index: 328 + Item: Aliza_Card Rate: 1 - - Item: Alicel_Card + - Index: 329 + Item: Alicel_Card Rate: 1 - - Item: Aliot_Card + - Index: 330 + Item: Aliot_Card Rate: 1 - - Item: Skogul_Card + - Index: 331 + Item: Skogul_Card Rate: 1 - - Item: Frus_Card + - Index: 332 + Item: Frus_Card Rate: 1 - - Item: Agav_Card + - Index: 333 + Item: Agav_Card Rate: 1 - - Item: Echio_Card + - Index: 334 + Item: Echio_Card Rate: 1 - - Item: Vanberk_Card + - Index: 335 + Item: Vanberk_Card Rate: 1 - - Item: Isilla_Card + - Index: 336 + Item: Isilla_Card Rate: 1 - - Item: Hodremlin_Card + - Index: 337 + Item: Hodremlin_Card Rate: 1 - - Item: Seeker_Card + - Index: 338 + Item: Seeker_Card Rate: 1 - - Item: Snowier_Card + - Index: 339 + Item: Snowier_Card Rate: 2 - - Item: Siroma_Card + - Index: 340 + Item: Siroma_Card Rate: 1 - - Item: Ice_Titan_Card + - Index: 341 + Item: Ice_Titan_Card Rate: 1 - - Item: Gazeti_Card + - Index: 342 + Item: Gazeti_Card Rate: 1 - - Item: Muscipular_Card + - Index: 343 + Item: Muscipular_Card Rate: 1 - - Item: Drosera_Card + - Index: 344 + Item: Drosera_Card Rate: 2 - - Item: Roween_Card + - Index: 345 + Item: Roween_Card Rate: 1 - - Item: Galion_Card + - Index: 346 + Item: Galion_Card Rate: 1 - - Item: Stapo_Card + - Index: 347 + Item: Stapo_Card Rate: 3 - - Item: Byorgue_Card + - Index: 348 + Item: Byorgue_Card Rate: 1 - - Item: Sword_Guardian_Card + - Index: 349 + Item: Sword_Guardian_Card Rate: 1 - - Item: Bow_Guardian_Card + - Index: 350 + Item: Bow_Guardian_Card Rate: 1 - - Item: Salamander_Card + - Index: 351 + Item: Salamander_Card Rate: 1 - - Item: Kasa_Card + - Index: 352 + Item: Kasa_Card Rate: 1 - - Item: Magmaring_Card + - Index: 353 + Item: Magmaring_Card Rate: 2 - - Item: Imp_Card + - Index: 354 + Item: Imp_Card Rate: 1 - - Item: Knocker_Card + - Index: 355 + Item: Knocker_Card Rate: 1 - - Item: Zombie_Slaughter_Card + - Index: 356 + Item: Zombie_Slaughter_Card Rate: 1 - - Item: Ragged_Zombie_Card + - Index: 357 + Item: Ragged_Zombie_Card Rate: 2 - - Item: Hell_Poodle_Card + - Index: 358 + Item: Hell_Poodle_Card Rate: 2 - - Item: Banshee_Card + - Index: 359 + Item: Banshee_Card Rate: 2 - - Item: Flame_Skull_Card + - Index: 360 + Item: Flame_Skull_Card Rate: 1 - - Item: Necromancer_Card + - Index: 361 + Item: Necromancer_Card Rate: 1 - Group: CASH_FOOD SubGroups: - SubGroup: 1 List: - - Item: Str_Dish10_ + - Index: 0 + Item: Str_Dish10_ Rate: 1 - - Item: Agi_Dish10_ + - Index: 1 + Item: Agi_Dish10_ Rate: 1 - - Item: Int_Dish10_ + - Index: 2 + Item: Int_Dish10_ Rate: 1 - - Item: Dex_Dish10_ + - Index: 3 + Item: Dex_Dish10_ Rate: 1 - - Item: Luk_Dish10_ + - Index: 4 + Item: Luk_Dish10_ Rate: 1 - - Item: Vit_Dish10_ + - Index: 5 + Item: Vit_Dish10_ Rate: 1 - Group: CHERISH_BOX SubGroups: - SubGroup: 1 List: - - Item: Dog_Cap_ + - Index: 0 + Item: Dog_Cap_ Rate: 1 - - Item: Geographer_Band_ + - Index: 1 + Item: Geographer_Band_ Rate: 4 - - Item: Vacation_Hat_ + - Index: 2 + Item: Vacation_Hat_ Rate: 5 - Group: CHERISH_BOX_ORI SubGroups: - SubGroup: 1 List: - - Item: Ragnarok_Limited_Ed + - Index: 0 + Item: Ragnarok_Limited_Ed Rate: 3 - - Item: Satellite_Hairband + - Index: 1 + Item: Satellite_Hairband Rate: 2 - - Item: Valkyrie_Feather_Band + - Index: 2 + Item: Valkyrie_Feather_Band Rate: 1 - - Item: Pirate_Dagger + - Index: 3 + Item: Pirate_Dagger Rate: 2 - - Item: Loki_Mask + - Index: 4 + Item: Loki_Mask Rate: 2 - Group: COOKIEBAG SubGroups: - SubGroup: 1 List: - - Item: Candy + - Index: 0 + Item: Candy Rate: 5 - - Item: Candy_Striper + - Index: 1 + Item: Candy_Striper Rate: 5 - - Item: Well_Baked_Cookie + - Index: 2 + Item: Well_Baked_Cookie Rate: 5 - - Item: Piece_Of_Cake + - Index: 3 + Item: Piece_Of_Cake Rate: 5 - - Item: Chocolate + - Index: 4 + Item: Chocolate Rate: 1 - - Item: HandMade_Chocolate + - Index: 5 + Item: HandMade_Chocolate Rate: 1 - - Item: HandMade_Chocolate_ + - Index: 6 + Item: HandMade_Chocolate_ Rate: 1 - - Item: White_Chocolate + - Index: 7 + Item: White_Chocolate Rate: 1 - - Item: Rice_Ball + - Index: 8 + Item: Rice_Ball Rate: 5 - - Item: Lucky_Candy + - Index: 9 + Item: Lucky_Candy Rate: 5 - - Item: Lucky_Candy_Cane + - Index: 10 + Item: Lucky_Candy_Cane Rate: 5 - - Item: Lucky_Cookie + - Index: 11 + Item: Lucky_Cookie Rate: 5 - - Item: Chocolate_Drink + - Index: 12 + Item: Chocolate_Drink Rate: 1 - - Item: Sesame_Pastry + - Index: 13 + Item: Sesame_Pastry Rate: 1 - - Item: Honey_Pastry + - Index: 14 + Item: Honey_Pastry Rate: 1 - - Item: Rainbow_Cake + - Index: 15 + Item: Rainbow_Cake Rate: 1 - Group: EASTER_SCROLL SubGroups: - SubGroup: 1 List: - - Item: No_Recipient + - Index: 0 + Item: No_Recipient Rate: 110 - - Item: Old_Broom + - Index: 1 + Item: Old_Broom Rate: 110 - - Item: Silver_Knife_Of_Chaste + - Index: 2 + Item: Silver_Knife_Of_Chaste Rate: 110 - - Item: Armlet_Of_Obedience + - Index: 3 + Item: Armlet_Of_Obedience Rate: 110 - - Item: Shining_Stone + - Index: 4 + Item: Shining_Stone Rate: 110 - - Item: Contracts_In_Shadow + - Index: 5 + Item: Contracts_In_Shadow Rate: 110 - - Item: Book_Of_Devil + - Index: 6 + Item: Book_Of_Devil Rate: 110 - - Item: Pet_Incubator + - Index: 7 + Item: Pet_Incubator Rate: 205 - - Item: Heart_Of_Her + - Index: 8 + Item: Heart_Of_Her Rate: 110 - - Item: Munak_Turban + - Index: 9 + Item: Munak_Turban Rate: 1 - - Item: Ghost_Bandana + - Index: 10 + Item: Ghost_Bandana Rate: 1 - - Item: Bongun_Hat + - Index: 11 + Item: Bongun_Hat Rate: 1 - - Item: Munak_Turban_ + - Index: 12 + Item: Munak_Turban_ Rate: 1 - - Item: Bongun_Hat_ + - Index: 13 + Item: Bongun_Hat_ Rate: 1 - Group: EGGBOY SubGroups: - SubGroup: 1 List: - - Item: Grape + - Index: 0 + Item: Grape Rate: 300 - - Item: Rice_Ball + - Index: 1 + Item: Rice_Ball Rate: 522 - - Item: Prohibition_Red_Candle + - Index: 2 + Item: Prohibition_Red_Candle Rate: 20 - - Item: Realgar_Wine + - Index: 3 + Item: Realgar_Wine Rate: 100 - - Item: Exorcize_Herb + - Index: 4 + Item: Exorcize_Herb Rate: 50 - - Item: Ghost_Bandana + - Index: 5 + Item: Ghost_Bandana Rate: 5 - - Item: Inccubus_Horn + - Index: 6 + Item: Inccubus_Horn Rate: 2 - Group: EGGGIRL SubGroups: - SubGroup: 1 List: - - Item: Grape + - Index: 0 + Item: Grape Rate: 300 - - Item: Rice_Ball + - Index: 1 + Item: Rice_Ball Rate: 522 - - Item: Sway_Apron + - Index: 2 + Item: Sway_Apron Rate: 20 - - Item: Realgar_Wine + - Index: 3 + Item: Realgar_Wine Rate: 100 - - Item: Exorcize_Herb + - Index: 4 + Item: Exorcize_Herb Rate: 50 - - Item: Hair_Protector + - Index: 5 + Item: Hair_Protector Rate: 5 - - Item: Horn_Of_Succubus + - Index: 6 + Item: Horn_Of_Succubus Rate: 2 - Group: ELEMENT SubGroups: - SubGroup: 1 List: - - Item: Scarlet_Pts + - Index: 0 + Item: Scarlet_Pts Rate: 1 - - Item: Indigo_Pts + - Index: 1 + Item: Indigo_Pts Rate: 1 - - Item: Yellow_Wish_Pts + - Index: 2 + Item: Yellow_Wish_Pts Rate: 1 - - Item: Lime_Green_Pts + - Index: 3 + Item: Lime_Green_Pts Rate: 1 - Group: FINDINGORE SubGroups: - SubGroup: 1 List: - - Item: Emperium + - Index: 0 + Item: Emperium Rate: 3 - - Item: Oridecon_Stone + - Index: 1 + Item: Oridecon_Stone Rate: 20 - - Item: Elunium_Stone + - Index: 2 + Item: Elunium_Stone Rate: 20 - - Item: Gold + - Index: 3 + Item: Gold Rate: 2 - - Item: Oridecon + - Index: 4 + Item: Oridecon Rate: 10 - - Item: Elunium + - Index: 5 + Item: Elunium Rate: 10 - - Item: Boody_Red + - Index: 6 + Item: Boody_Red Rate: 30 - - Item: Crystal_Blue + - Index: 7 + Item: Crystal_Blue Rate: 30 - - Item: Wind_Of_Verdure + - Index: 8 + Item: Wind_Of_Verdure Rate: 30 - - Item: Yellow_Live + - Index: 9 + Item: Yellow_Live Rate: 30 - - Item: Flame_Heart + - Index: 10 + Item: Flame_Heart Rate: 15 - - Item: Mistic_Frozen + - Index: 11 + Item: Mistic_Frozen Rate: 15 - - Item: Rough_Wind + - Index: 12 + Item: Rough_Wind Rate: 15 - - Item: Great_Nature + - Index: 13 + Item: Great_Nature Rate: 15 - - Item: Iron + - Index: 14 + Item: Iron Rate: 80 - - Item: Steel + - Index: 15 + Item: Steel Rate: 50 - - Item: Iron_Ore + - Index: 16 + Item: Iron_Ore Rate: 100 - - Item: Coal + - Index: 17 + Item: Coal Rate: 60 - - Item: Phracon + - Index: 18 + Item: Phracon Rate: 95 - - Item: Emveretarcon + - Index: 19 + Item: Emveretarcon Rate: 55 - Group: FIRSTAID SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 5 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 5 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 5 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 5 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 5 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 5 - - Item: Red_Slim_Potion + - Index: 6 + Item: Red_Slim_Potion Rate: 5 - - Item: Yellow_Slim_Potion + - Index: 7 + Item: Yellow_Slim_Potion Rate: 5 - - Item: White_Slim_Potion + - Index: 8 + Item: White_Slim_Potion Rate: 5 - - Item: Novice_Potion + - Index: 9 + Item: Novice_Potion Rate: 5 - - Item: Anodyne + - Index: 10 + Item: Anodyne Rate: 5 - - Item: Center_Potion + - Index: 11 + Item: Center_Potion Rate: 5 - - Item: Awakening_Potion + - Index: 12 + Item: Awakening_Potion Rate: 5 - - Item: Berserk_Potion + - Index: 13 + Item: Berserk_Potion Rate: 5 - - Item: Poison_Bottle + - Index: 14 + Item: Poison_Bottle Rate: 1 - - Item: Speed_Up_Potion + - Index: 15 + Item: Speed_Up_Potion Rate: 5 - - Item: Slow_Down_Potion + - Index: 16 + Item: Slow_Down_Potion Rate: 5 - - Item: Water_Of_Darkness + - Index: 17 + Item: Water_Of_Darkness Rate: 5 - Group: FISH SubGroups: - SubGroup: 1 List: - - Item: Fish_Slice + - Index: 0 + Item: Fish_Slice Rate: 1 - - Item: Shusi + - Index: 1 + Item: Shusi Rate: 1 - Group: FOOD SubGroups: - SubGroup: 1 List: - - Item: Royal_Jelly + - Index: 0 + Item: Royal_Jelly Rate: 5 - - Item: Str_Dish02 + - Index: 1 + Item: Str_Dish02 Rate: 10 - - Item: Agi_Dish02 + - Index: 2 + Item: Agi_Dish02 Rate: 10 - - Item: Vit_Dish03 + - Index: 3 + Item: Vit_Dish03 Rate: 10 - - Item: Dex_Dish02 + - Index: 4 + Item: Dex_Dish02 Rate: 10 - - Item: Luk_Dish03 + - Index: 5 + Item: Luk_Dish03 Rate: 10 - - Item: Int_Dish02 + - Index: 6 + Item: Int_Dish02 Rate: 10 - - Item: Apple_Juice + - Index: 7 + Item: Apple_Juice Rate: 30 - - Item: Banana_Juice + - Index: 8 + Item: Banana_Juice Rate: 30 - - Item: Grape_Juice + - Index: 9 + Item: Grape_Juice Rate: 30 - - Item: Carrot_Juice + - Index: 10 + Item: Carrot_Juice Rate: 30 - - Item: Well_Baked_Cookie + - Index: 11 + Item: Well_Baked_Cookie Rate: 30 - - Item: Ice_Cream + - Index: 12 + Item: Ice_Cream Rate: 50 - - Item: Fish_Slice + - Index: 13 + Item: Fish_Slice Rate: 50 - - Item: Cheese + - Index: 14 + Item: Cheese Rate: 50 - - Item: Shusi + - Index: 15 + Item: Shusi Rate: 50 - - Item: Bun + - Index: 16 + Item: Bun Rate: 50 - - Item: Mojji + - Index: 17 + Item: Mojji Rate: 50 - - Item: Pumpkin + - Index: 18 + Item: Pumpkin Rate: 50 - - Item: Sweet_Potato + - Index: 19 + Item: Sweet_Potato Rate: 100 - - Item: Banana + - Index: 20 + Item: Banana Rate: 100 - - Item: Apple + - Index: 21 + Item: Apple Rate: 600 - Group: FOODBAG SubGroups: - SubGroup: 1 List: - - Item: Apple + - Index: 0 + Item: Apple Rate: 1 - - Item: Banana + - Index: 1 + Item: Banana Rate: 1 - - Item: Grape + - Index: 2 + Item: Grape Rate: 1 - - Item: Carrot + - Index: 3 + Item: Carrot Rate: 1 - - Item: Sweet_Potato + - Index: 4 + Item: Sweet_Potato Rate: 1 - - Item: Meat + - Index: 5 + Item: Meat Rate: 1 - - Item: Honey + - Index: 6 + Item: Honey Rate: 1 - - Item: Milk + - Index: 7 + Item: Milk Rate: 1 - - Item: Leaflet_Of_Hinal + - Index: 8 + Item: Leaflet_Of_Hinal Rate: 1 - - Item: Leaflet_Of_Aloe + - Index: 9 + Item: Leaflet_Of_Aloe Rate: 1 - - Item: Fruit_Of_Mastela + - Index: 10 + Item: Fruit_Of_Mastela Rate: 1 - - Item: Royal_Jelly + - Index: 11 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 12 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 13 + Item: Candy_Striper Rate: 1 - - Item: Apple_Juice + - Index: 14 + Item: Apple_Juice Rate: 1 - - Item: Banana_Juice + - Index: 15 + Item: Banana_Juice Rate: 1 - - Item: Grape_Juice + - Index: 16 + Item: Grape_Juice Rate: 1 - - Item: Carrot_Juice + - Index: 17 + Item: Carrot_Juice Rate: 1 - - Item: Ice_Cream + - Index: 18 + Item: Ice_Cream Rate: 1 - - Item: Well_Baked_Cookie + - Index: 19 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 20 + Item: Piece_Of_Cake Rate: 1 - - Item: Fish_Slice + - Index: 21 + Item: Fish_Slice Rate: 1 - - Item: Cheese + - Index: 22 + Item: Cheese Rate: 1 - - Item: Nice_Sweet_Potato + - Index: 23 + Item: Nice_Sweet_Potato Rate: 1 - - Item: Popped_Rice + - Index: 24 + Item: Popped_Rice Rate: 1 - - Item: Shusi + - Index: 25 + Item: Shusi Rate: 1 - - Item: Bun + - Index: 26 + Item: Bun Rate: 1 - - Item: Mojji + - Index: 27 + Item: Mojji Rate: 1 - - Item: Rice_Cake + - Index: 28 + Item: Rice_Cake Rate: 1 - - Item: Long_Rice_Cake + - Index: 29 + Item: Long_Rice_Cake Rate: 1 - - Item: Hash_Rice_Cake + - Index: 30 + Item: Hash_Rice_Cake Rate: 1 - - Item: Chocolate + - Index: 31 + Item: Chocolate Rate: 1 - - Item: HandMade_Chocolate + - Index: 32 + Item: HandMade_Chocolate Rate: 1 - - Item: HandMade_Chocolate_ + - Index: 33 + Item: HandMade_Chocolate_ Rate: 1 - - Item: White_Chocolate + - Index: 34 + Item: White_Chocolate Rate: 1 - - Item: Rice_Ball + - Index: 35 + Item: Rice_Ball Rate: 1 - - Item: Tomyumkung + - Index: 36 + Item: Tomyumkung Rate: 1 - - Item: Prawn + - Index: 37 + Item: Prawn Rate: 1 - - Item: Lemon + - Index: 38 + Item: Lemon Rate: 1 - - Item: Prickly_Fruit + - Index: 39 + Item: Prickly_Fruit Rate: 1 - - Item: Yggdrasilberry + - Index: 40 + Item: Yggdrasilberry Rate: 1 - - Item: Seed_Of_Yggdrasil + - Index: 41 + Item: Seed_Of_Yggdrasil Rate: 1 - - Item: Korea_Rice_Cake + - Index: 42 + Item: Korea_Rice_Cake Rate: 1 - - Item: Rice_Cake_Soup + - Index: 43 + Item: Rice_Cake_Soup Rate: 1 - Group: FRUIT SubGroups: - SubGroup: 1 List: - - Item: Apple + - Index: 0 + Item: Apple Rate: 1 - - Item: Banana + - Index: 1 + Item: Banana Rate: 1 - - Item: Grape + - Index: 2 + Item: Grape Rate: 1 - - Item: Carrot + - Index: 3 + Item: Carrot Rate: 1 - - Item: Sweet_Potato + - Index: 4 + Item: Sweet_Potato Rate: 1 - Group: GEMSTONE SubGroups: - SubGroup: 1 List: - - Item: Yellow_Gemstone + - Index: 0 + Item: Yellow_Gemstone Rate: 1 - - Item: Red_Gemstone + - Index: 1 + Item: Red_Gemstone Rate: 1 - - Item: Blue_Gemstone + - Index: 2 + Item: Blue_Gemstone Rate: 1 - Group: GIFTBOX SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOXCHINA SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Honey + - Index: 6 + Item: Honey Rate: 1 - - Item: Leaflet_Of_Hinal + - Index: 7 + Item: Leaflet_Of_Hinal Rate: 1 - - Item: Leaflet_Of_Aloe + - Index: 8 + Item: Leaflet_Of_Aloe Rate: 2 - - Item: Panacea + - Index: 9 + Item: Panacea Rate: 1 - - Item: Royal_Jelly + - Index: 10 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 11 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 12 + Item: Candy_Striper Rate: 1 - - Item: Old_Blue_Box + - Index: 13 + Item: Old_Blue_Box Rate: 40 - - Item: Branch_Of_Dead_Tree + - Index: 14 + Item: Branch_Of_Dead_Tree Rate: 9 - - Item: Anodyne + - Index: 15 + Item: Anodyne Rate: 1 - - Item: Aloebera + - Index: 16 + Item: Aloebera Rate: 1 - - Item: Yggdrasilberry + - Index: 17 + Item: Yggdrasilberry Rate: 1 - - Item: Seed_Of_Yggdrasil + - Index: 18 + Item: Seed_Of_Yggdrasil Rate: 1 - - Item: Leaf_Of_Yggdrasil + - Index: 19 + Item: Leaf_Of_Yggdrasil Rate: 1 - - Item: Portable_Furnace + - Index: 20 + Item: Portable_Furnace Rate: 5 - - Item: Iron_Hammer + - Index: 21 + Item: Iron_Hammer Rate: 1 - - Item: Golden_Hammer + - Index: 22 + Item: Golden_Hammer Rate: 1 - - Item: Oridecon_Hammer + - Index: 23 + Item: Oridecon_Hammer Rate: 1 - - Item: Ora_Ora + - Index: 24 + Item: Ora_Ora Rate: 1 - - Item: Animal_Blood + - Index: 25 + Item: Animal_Blood Rate: 1 - - Item: Hinalle + - Index: 26 + Item: Hinalle Rate: 1 - - Item: Aloe + - Index: 27 + Item: Aloe Rate: 1 - - Item: Four_Leaf_Clover + - Index: 28 + Item: Four_Leaf_Clover Rate: 1 - - Item: Singing_Plant + - Index: 29 + Item: Singing_Plant Rate: 1 - - Item: Ment + - Index: 30 + Item: Ment Rate: 1 - - Item: Illusion_Flower + - Index: 31 + Item: Illusion_Flower Rate: 1 - - Item: Yellow_Gemstone + - Index: 32 + Item: Yellow_Gemstone Rate: 1 - - Item: Red_Gemstone + - Index: 33 + Item: Red_Gemstone Rate: 1 - - Item: Blue_Gemstone + - Index: 34 + Item: Blue_Gemstone Rate: 1 - - Item: Dark_Red_Jewel + - Index: 35 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 36 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 37 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 38 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 39 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 40 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 41 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 42 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 43 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 44 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 45 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 46 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 47 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 48 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 49 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 50 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 51 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 52 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 53 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 54 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 55 + Item: Pencil_Case Rate: 1 - - Item: Stuffed_Doll + - Index: 56 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 57 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 58 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 59 + Item: Spore_Doll Rate: 1 - - Item: Wedding_Bouquet + - Index: 60 + Item: Wedding_Bouquet Rate: 1 - - Item: Crystal_Mirror + - Index: 61 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 62 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 63 + Item: Frozen_Rose Rate: 1 - - Item: Grasshopper_Doll + - Index: 64 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 65 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 66 + Item: Raccoondog_Doll Rate: 1 - - Item: Jellopy + - Index: 67 + Item: Jellopy Rate: 1 - - Item: Garlet + - Index: 68 + Item: Garlet Rate: 1 - - Item: Scell + - Index: 69 + Item: Scell Rate: 1 - - Item: Zargon + - Index: 70 + Item: Zargon Rate: 1 - - Item: Orcish_Voucher + - Index: 71 + Item: Orcish_Voucher Rate: 1 - - Item: Mementos + - Index: 72 + Item: Mementos Rate: 1 - - Item: Voucher_Of_Orcish_Hero + - Index: 73 + Item: Voucher_Of_Orcish_Hero Rate: 1 - - Item: Gold + - Index: 74 + Item: Gold Rate: 1 - - Item: Detrimindexta + - Index: 75 + Item: Detrimindexta Rate: 1 - - Item: Karvodailnirol + - Index: 76 + Item: Karvodailnirol Rate: 1 - - Item: Counteragent + - Index: 77 + Item: Counteragent Rate: 1 - - Item: Mixture + - Index: 78 + Item: Mixture Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 79 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 80 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 81 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 82 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 83 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 84 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 85 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 86 + Item: Black_Dyestuffs Rate: 1 - - Item: Anvil + - Index: 87 + Item: Anvil Rate: 1 - - Item: Oridecon_Anvil + - Index: 88 + Item: Oridecon_Anvil Rate: 1 - - Item: Golden_Anvil + - Index: 89 + Item: Golden_Anvil Rate: 1 - - Item: Emperium_Anvil + - Index: 90 + Item: Emperium_Anvil Rate: 1 - - Item: Boody_Red + - Index: 91 + Item: Boody_Red Rate: 1 - - Item: Crystal_Blue + - Index: 92 + Item: Crystal_Blue Rate: 1 - - Item: Wind_Of_Verdure + - Index: 93 + Item: Wind_Of_Verdure Rate: 1 - - Item: Yellow_Live + - Index: 94 + Item: Yellow_Live Rate: 1 - - Item: Flame_Heart + - Index: 95 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 96 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 97 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 98 + Item: Great_Nature Rate: 1 - - Item: Iron + - Index: 99 + Item: Iron Rate: 1 - - Item: Steel + - Index: 100 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 101 + Item: Star_Crumb Rate: 1 - - Item: Sparkling_Dust + - Index: 102 + Item: Sparkling_Dust Rate: 1 - - Item: Iron_Ore + - Index: 103 + Item: Iron_Ore Rate: 1 - - Item: Coal + - Index: 104 + Item: Coal Rate: 1 - - Item: Patriotism_Marks + - Index: 105 + Item: Patriotism_Marks Rate: 1 - - Item: Hammer_Of_Blacksmith + - Index: 106 + Item: Hammer_Of_Blacksmith Rate: 1 - - Item: Old_Magic_Book + - Index: 107 + Item: Old_Magic_Book Rate: 1 - - Item: Penetration + - Index: 108 + Item: Penetration Rate: 1 - - Item: Frozen_Heart + - Index: 109 + Item: Frozen_Heart Rate: 1 - - Item: Sacred_Marks + - Index: 110 + Item: Sacred_Marks Rate: 1 - - Item: Phracon + - Index: 111 + Item: Phracon Rate: 1 - - Item: Emveretarcon + - Index: 112 + Item: Emveretarcon Rate: 1 - - Item: Booby_Trap + - Index: 113 + Item: Booby_Trap Rate: 1 - - Item: Sword_ + - Index: 114 + Item: Sword_ Rate: 1 - - Item: Falchion_ + - Index: 115 + Item: Falchion_ Rate: 1 - - Item: Blade_ + - Index: 116 + Item: Blade_ Rate: 1 - - Item: Lapier_ + - Index: 117 + Item: Lapier_ Rate: 1 - - Item: Scimiter_ + - Index: 118 + Item: Scimiter_ Rate: 1 - - Item: Katana_ + - Index: 119 + Item: Katana_ Rate: 1 - - Item: Tsurugi_ + - Index: 120 + Item: Tsurugi_ Rate: 1 - - Item: Ring_Pommel_Saber_ + - Index: 121 + Item: Ring_Pommel_Saber_ Rate: 1 - - Item: Saber_ + - Index: 122 + Item: Saber_ Rate: 1 - - Item: Hae_Dong_Gum_ + - Index: 123 + Item: Hae_Dong_Gum_ Rate: 1 - - Item: Flamberge + - Index: 124 + Item: Flamberge Rate: 1 - - Item: Slayer_ + - Index: 125 + Item: Slayer_ Rate: 1 - - Item: Bastard_Sword_ + - Index: 126 + Item: Bastard_Sword_ Rate: 1 - - Item: Two_Hand_Sword_ + - Index: 127 + Item: Two_Hand_Sword_ Rate: 1 - - Item: Broad_Sword_ + - Index: 128 + Item: Broad_Sword_ Rate: 1 - - Item: Claymore + - Index: 129 + Item: Claymore Rate: 1 - - Item: Knife_ + - Index: 130 + Item: Knife_ Rate: 1 - - Item: Cutter_ + - Index: 131 + Item: Cutter_ Rate: 1 - - Item: Main_Gauche_ + - Index: 132 + Item: Main_Gauche_ Rate: 1 - - Item: Dirk_ + - Index: 133 + Item: Dirk_ Rate: 1 - - Item: Dagger_ + - Index: 134 + Item: Dagger_ Rate: 1 - - Item: Stiletto_ + - Index: 135 + Item: Stiletto_ Rate: 1 - - Item: Gladius_ + - Index: 136 + Item: Gladius_ Rate: 1 - - Item: Damascus_ + - Index: 137 + Item: Damascus_ Rate: 1 - - Item: Jur_ + - Index: 138 + Item: Jur_ Rate: 1 - - Item: Katar_ + - Index: 139 + Item: Katar_ Rate: 1 - - Item: Jamadhar_ + - Index: 140 + Item: Jamadhar_ Rate: 1 - - Item: Axe_ + - Index: 141 + Item: Axe_ Rate: 1 - - Item: Battle_Axe_ + - Index: 142 + Item: Battle_Axe_ Rate: 1 - - Item: Hammer_ + - Index: 143 + Item: Hammer_ Rate: 1 - - Item: Buster_ + - Index: 144 + Item: Buster_ Rate: 1 - - Item: Two_Handed_Axe_ + - Index: 145 + Item: Two_Handed_Axe_ Rate: 1 - - Item: Javelin_ + - Index: 146 + Item: Javelin_ Rate: 1 - - Item: Spear_ + - Index: 147 + Item: Spear_ Rate: 1 - - Item: Pike_ + - Index: 148 + Item: Pike_ Rate: 1 - - Item: Lance + - Index: 149 + Item: Lance Rate: 1 - - Item: Guisarme_ + - Index: 150 + Item: Guisarme_ Rate: 1 - - Item: Glaive_ + - Index: 151 + Item: Glaive_ Rate: 1 - - Item: Partizan_ + - Index: 152 + Item: Partizan_ Rate: 1 - - Item: Trident_ + - Index: 153 + Item: Trident_ Rate: 1 - - Item: Halberd_ + - Index: 154 + Item: Halberd_ Rate: 1 - - Item: Club_ + - Index: 155 + Item: Club_ Rate: 1 - - Item: Mace_ + - Index: 156 + Item: Mace_ Rate: 1 - - Item: Smasher_ + - Index: 157 + Item: Smasher_ Rate: 1 - - Item: Flail_ + - Index: 158 + Item: Flail_ Rate: 1 - - Item: Morning_Star_ + - Index: 159 + Item: Morning_Star_ Rate: 1 - - Item: Sword_Mace_ + - Index: 160 + Item: Sword_Mace_ Rate: 1 - - Item: Chain_ + - Index: 161 + Item: Chain_ Rate: 1 - - Item: Book + - Index: 162 + Item: Book Rate: 1 - - Item: Bible + - Index: 163 + Item: Bible Rate: 1 - - Item: Rod_ + - Index: 164 + Item: Rod_ Rate: 1 - - Item: Wand_ + - Index: 165 + Item: Wand_ Rate: 1 - - Item: Staff_ + - Index: 166 + Item: Staff_ Rate: 1 - - Item: Arc_Wand_ + - Index: 167 + Item: Arc_Wand_ Rate: 1 - - Item: Mighty_Staff + - Index: 168 + Item: Mighty_Staff Rate: 1 - - Item: Bow_ + - Index: 169 + Item: Bow_ Rate: 1 - - Item: Composite_Bow_ + - Index: 170 + Item: Composite_Bow_ Rate: 1 - - Item: CrossBow_ + - Index: 171 + Item: CrossBow_ Rate: 1 - - Item: Arbalest + - Index: 172 + Item: Arbalest Rate: 1 - - Item: Kakkung + - Index: 173 + Item: Kakkung Rate: 1 - - Item: Hunter_Bow + - Index: 174 + Item: Hunter_Bow Rate: 1 - - Item: Bow_Of_Roguemaster + - Index: 175 + Item: Bow_Of_Roguemaster Rate: 1 - - Item: Guard_ + - Index: 176 + Item: Guard_ Rate: 1 - - Item: Buckler_ + - Index: 177 + Item: Buckler_ Rate: 1 - - Item: Shield_ + - Index: 178 + Item: Shield_ Rate: 1 - - Item: Mirror_Shield_ + - Index: 179 + Item: Mirror_Shield_ Rate: 1 - - Item: Fancy_Flower + - Index: 180 + Item: Fancy_Flower Rate: 1 - - Item: Ribbon_ + - Index: 181 + Item: Ribbon_ Rate: 1 - - Item: Cat_Hairband + - Index: 182 + Item: Cat_Hairband Rate: 1 - - Item: Flower_Hairband + - Index: 183 + Item: Flower_Hairband Rate: 1 - - Item: Biretta_ + - Index: 184 + Item: Biretta_ Rate: 1 - - Item: Hat_ + - Index: 185 + Item: Hat_ Rate: 1 - - Item: Turban_ + - Index: 186 + Item: Turban_ Rate: 1 - - Item: Goggle_ + - Index: 187 + Item: Goggle_ Rate: 1 - - Item: Cap_ + - Index: 188 + Item: Cap_ Rate: 1 - - Item: Helm_ + - Index: 189 + Item: Helm_ Rate: 1 - - Item: Gemmed_Sallet_ + - Index: 190 + Item: Gemmed_Sallet_ Rate: 1 - - Item: Circlet_ + - Index: 191 + Item: Circlet_ Rate: 1 - - Item: Santa's_Hat + - Index: 192 + Item: Santa's_Hat Rate: 1 - - Item: Big_Sis'_Ribbon + - Index: 193 + Item: Big_Sis'_Ribbon Rate: 1 - - Item: Coronet + - Index: 194 + Item: Coronet Rate: 1 - - Item: Fillet + - Index: 195 + Item: Fillet Rate: 1 - - Item: Snowy_Horn + - Index: 196 + Item: Snowy_Horn Rate: 1 - - Item: Sharp_Gear + - Index: 197 + Item: Sharp_Gear Rate: 1 - - Item: Pierrot_Nose + - Index: 198 + Item: Pierrot_Nose Rate: 1 - - Item: Gangster_Patch + - Index: 199 + Item: Gangster_Patch Rate: 1 - - Item: Ganster_Mask + - Index: 200 + Item: Ganster_Mask Rate: 1 - - Item: Centimental_Flower + - Index: 201 + Item: Centimental_Flower Rate: 1 - - Item: Centimental_Leaf + - Index: 202 + Item: Centimental_Leaf Rate: 1 - - Item: Jack_A_Dandy + - Index: 203 + Item: Jack_A_Dandy Rate: 1 - - Item: Stop_Post + - Index: 204 + Item: Stop_Post Rate: 1 - - Item: Doctor_Cap + - Index: 205 + Item: Doctor_Cap Rate: 1 - - Item: Red_Bandana + - Index: 206 + Item: Red_Bandana Rate: 1 - - Item: Eagle_Eyes + - Index: 207 + Item: Eagle_Eyes Rate: 1 - - Item: Bomb_Wick + - Index: 208 + Item: Bomb_Wick Rate: 1 - - Item: Antler + - Index: 209 + Item: Antler Rate: 1 - - Item: Pirate_Bandana + - Index: 210 + Item: Pirate_Bandana Rate: 1 - - Item: Poo_Poo_Hat + - Index: 211 + Item: Poo_Poo_Hat Rate: 1 - - Item: Funeral_Costume + - Index: 212 + Item: Funeral_Costume Rate: 1 - - Item: Masquerade + - Index: 213 + Item: Masquerade Rate: 1 - - Item: Pretend_Murdered + - Index: 214 + Item: Pretend_Murdered Rate: 1 - - Item: Star_Dust + - Index: 215 + Item: Star_Dust Rate: 1 - - Item: Blinker + - Index: 216 + Item: Blinker Rate: 1 - - Item: Binoculars + - Index: 217 + Item: Binoculars Rate: 1 - - Item: Green_Feeler + - Index: 218 + Item: Green_Feeler Rate: 1 - - Item: Viking_Helm + - Index: 219 + Item: Viking_Helm Rate: 1 - - Item: Cotton_Shirt_ + - Index: 220 + Item: Cotton_Shirt_ Rate: 1 - - Item: Leather_Jacket_ + - Index: 221 + Item: Leather_Jacket_ Rate: 1 - - Item: Adventurere's_Suit_ + - Index: 222 + Item: Adventurere's_Suit_ Rate: 1 - - Item: Mantle_ + - Index: 223 + Item: Mantle_ Rate: 1 - - Item: Coat_ + - Index: 224 + Item: Coat_ Rate: 1 - - Item: Mink_Coat + - Index: 225 + Item: Mink_Coat Rate: 1 - - Item: Padded_Armor_ + - Index: 226 + Item: Padded_Armor_ Rate: 1 - - Item: Chain_Mail_ + - Index: 227 + Item: Chain_Mail_ Rate: 1 - - Item: Plate_Armor_ + - Index: 228 + Item: Plate_Armor_ Rate: 1 - - Item: Silk_Robe_ + - Index: 229 + Item: Silk_Robe_ Rate: 1 - - Item: Scapulare_ + - Index: 230 + Item: Scapulare_ Rate: 1 - - Item: Saint_Robe_ + - Index: 231 + Item: Saint_Robe_ Rate: 1 - - Item: Wooden_Mail_ + - Index: 232 + Item: Wooden_Mail_ Rate: 1 - - Item: Tights_ + - Index: 233 + Item: Tights_ Rate: 1 - - Item: Silver_Robe_ + - Index: 234 + Item: Silver_Robe_ Rate: 1 - - Item: Thief_Clothes_ + - Index: 235 + Item: Thief_Clothes_ Rate: 1 - - Item: Ninja_Suit + - Index: 236 + Item: Ninja_Suit Rate: 1 - - Item: G_Strings + - Index: 237 + Item: G_Strings Rate: 1 - - Item: Sandals_ + - Index: 238 + Item: Sandals_ Rate: 1 - - Item: Shoes_ + - Index: 239 + Item: Shoes_ Rate: 1 - - Item: Chrystal_Pumps + - Index: 240 + Item: Chrystal_Pumps Rate: 1 - - Item: Cuffs + - Index: 241 + Item: Cuffs Rate: 1 - - Item: Spiky_Heel + - Index: 242 + Item: Spiky_Heel Rate: 1 - - Item: Hood_ + - Index: 243 + Item: Hood_ Rate: 1 - - Item: Muffler_ + - Index: 244 + Item: Muffler_ Rate: 1 - - Item: Manteau_ + - Index: 245 + Item: Manteau_ Rate: 1 - - Item: Cape_Of_Ancient_Lord + - Index: 246 + Item: Cape_Of_Ancient_Lord Rate: 1 - - Item: Ragamuffin_Cape + - Index: 247 + Item: Ragamuffin_Cape Rate: 1 - - Item: Ring + - Index: 248 + Item: Ring Rate: 1 - - Item: Earring + - Index: 249 + Item: Earring Rate: 1 - - Item: Necklace + - Index: 250 + Item: Necklace Rate: 1 - - Item: Glove + - Index: 251 + Item: Glove Rate: 1 - - Item: Brooch + - Index: 252 + Item: Brooch Rate: 1 - - Item: Clip + - Index: 253 + Item: Clip Rate: 1 - - Item: Rosary + - Index: 254 + Item: Rosary Rate: 1 - - Item: Skul_Ring + - Index: 255 + Item: Skul_Ring Rate: 1 - - Item: Gold_Ring + - Index: 256 + Item: Gold_Ring Rate: 1 - - Item: Silver_Ring + - Index: 257 + Item: Silver_Ring Rate: 1 - - Item: Flower_Ring + - Index: 258 + Item: Flower_Ring Rate: 1 - - Item: Diamond_Ring + - Index: 259 + Item: Diamond_Ring Rate: 1 - - Item: Safety_Helmet + - Index: 260 + Item: Safety_Helmet Rate: 1 - - Item: Indian_Hair_Piece + - Index: 261 + Item: Indian_Hair_Piece Rate: 1 - - Item: Fin_Helm + - Index: 262 + Item: Fin_Helm Rate: 1 - - Item: Egg_Shell + - Index: 263 + Item: Egg_Shell Rate: 2 - Group: GIFTBOX_1 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOX_2 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOX_3 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOX_4 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GREENBOX SubGroups: - SubGroup: 1 List: - - Item: Chocolate_Drink + - Index: 0 + Item: Chocolate_Drink Rate: 100 - - Item: Yggdrasilberry + - Index: 1 + Item: Yggdrasilberry Rate: 99 - - Item: Seed_Of_Yggdrasil + - Index: 2 + Item: Seed_Of_Yggdrasil Rate: 100 - - Item: Puppy_Hat + - Index: 3 + Item: Puppy_Hat Rate: 1 - - Item: Fire_Cracker + - Index: 4 + Item: Fire_Cracker Rate: 100 - - Item: Str_Dish10 + - Index: 5 + Item: Str_Dish10 Rate: 100 - - Item: Int_Dish10 + - Index: 6 + Item: Int_Dish10 Rate: 100 - - Item: Vit_Dish10 + - Index: 7 + Item: Vit_Dish10 Rate: 100 - - Item: Agi_Dish10 + - Index: 8 + Item: Agi_Dish10 Rate: 100 - - Item: Dex_Dish10 + - Index: 9 + Item: Dex_Dish10 Rate: 100 - - Item: Luk_Dish10 + - Index: 10 + Item: Luk_Dish10 Rate: 100 - Group: HERB SubGroups: - SubGroup: 1 List: - - Item: Red_Herb + - Index: 0 + Item: Red_Herb Rate: 1 - - Item: Yellow_Herb + - Index: 1 + Item: Yellow_Herb Rate: 1 - - Item: White_Herb + - Index: 2 + Item: White_Herb Rate: 1 - Group: HOMETOWNGIFT SubGroups: - SubGroup: 1 List: - - Item: Korea_Rice_Cake + - Index: 0 + Item: Korea_Rice_Cake Rate: 1 - - Item: Sesame_Pastry + - Index: 1 + Item: Sesame_Pastry Rate: 1 - - Item: Honey_Pastry + - Index: 2 + Item: Honey_Pastry Rate: 1 - - Item: Rainbow_Cake + - Index: 3 + Item: Rainbow_Cake Rate: 1 - - Item: Plain_Rice_Cake + - Index: 4 + Item: Plain_Rice_Cake Rate: 1 - - Item: Hearty_Rice_Cake + - Index: 5 + Item: Hearty_Rice_Cake Rate: 1 - - Item: Salty_Rice_Cake + - Index: 6 + Item: Salty_Rice_Cake Rate: 1 - - Item: Lucky_Rice_Cake + - Index: 7 + Item: Lucky_Rice_Cake Rate: 1 - Group: JEWEL SubGroups: - SubGroup: 1 List: - - Item: Yellow_Gemstone + - Index: 0 + Item: Yellow_Gemstone Rate: 100 - - Item: Red_Gemstone + - Index: 1 + Item: Red_Gemstone Rate: 100 - - Item: Blue_Gemstone + - Index: 2 + Item: Blue_Gemstone Rate: 100 - - Item: Dark_Red_Jewel + - Index: 3 + Item: Dark_Red_Jewel Rate: 10 - - Item: Violet_Jewel + - Index: 4 + Item: Violet_Jewel Rate: 10 - - Item: Skyblue_Jewel + - Index: 5 + Item: Skyblue_Jewel Rate: 10 - - Item: Azure_Jewel + - Index: 6 + Item: Azure_Jewel Rate: 10 - - Item: Scarlet_Jewel + - Index: 7 + Item: Scarlet_Jewel Rate: 10 - - Item: Cardinal_Jewel + - Index: 8 + Item: Cardinal_Jewel Rate: 10 - - Item: Cardinal_Jewel_ + - Index: 9 + Item: Cardinal_Jewel_ Rate: 10 - - Item: Red_Jewel + - Index: 10 + Item: Red_Jewel Rate: 10 - - Item: Blue_Jewel + - Index: 11 + Item: Blue_Jewel Rate: 10 - - Item: White_Jewel + - Index: 12 + Item: White_Jewel Rate: 10 - - Item: Golden_Jewel + - Index: 13 + Item: Golden_Jewel Rate: 10 - - Item: Bluish_Green_Jewel + - Index: 14 + Item: Bluish_Green_Jewel Rate: 10 - - Item: Crystal_Jewel + - Index: 15 + Item: Crystal_Jewel Rate: 5 - - Item: Crystal_Jewel_ + - Index: 16 + Item: Crystal_Jewel_ Rate: 4 - - Item: Crystal_Jewel__ + - Index: 17 + Item: Crystal_Jewel__ Rate: 3 - - Item: Crystal_Jewel___ + - Index: 18 + Item: Crystal_Jewel___ Rate: 27 - - Item: Glass_Bead + - Index: 19 + Item: Glass_Bead Rate: 50 - Group: JUICE SubGroups: - SubGroup: 1 List: - - Item: Apple_Juice + - Index: 0 + Item: Apple_Juice Rate: 1 - - Item: Banana_Juice + - Index: 1 + Item: Banana_Juice Rate: 1 - - Item: Carrot_Juice + - Index: 2 + Item: Carrot_Juice Rate: 1 - Group: LOTTOBOX SubGroups: - SubGroup: 1 List: - - Item: Lotto31 + - Index: 0 + Item: Lotto31 Rate: 1 - - Item: Lotto32 + - Index: 1 + Item: Lotto32 Rate: 1 - - Item: Lotto33 + - Index: 2 + Item: Lotto33 Rate: 1 - - Item: Lotto34 + - Index: 3 + Item: Lotto34 Rate: 1 - - Item: Lotto35 + - Index: 4 + Item: Lotto35 Rate: 1 - - Item: Lotto36 + - Index: 5 + Item: Lotto36 Rate: 1 - - Item: Lotto37 + - Index: 6 + Item: Lotto37 Rate: 1 - - Item: Lotto38 + - Index: 7 + Item: Lotto38 Rate: 1 - - Item: Lotto39 + - Index: 8 + Item: Lotto39 Rate: 1 - - Item: Lotto40 + - Index: 9 + Item: Lotto40 Rate: 1 - Group: LOUISE_COSTUME_BOX SubGroups: - SubGroup: 1 List: - - Item: Red_Bag + - Index: 0 + Item: Red_Bag Rate: 18 - - Item: Cool_Summer_Outfit + - Index: 1 + Item: Cool_Summer_Outfit Rate: 2 - Group: MAGICCARDALBUM SubGroups: - SubGroup: 1 List: - - Item: Ghostring_Card + - Index: 0 + Item: Ghostring_Card Rate: 1 - - Item: Angeling_Card + - Index: 1 + Item: Angeling_Card Rate: 1 - - Item: Gryphon_Card + - Index: 2 + Item: Gryphon_Card Rate: 1 - - Item: Dark_Illusion_Card + - Index: 3 + Item: Dark_Illusion_Card Rate: 1 - - Item: Deviling_Card + - Index: 4 + Item: Deviling_Card Rate: 1 - - Item: Dragon_Fly_Card + - Index: 5 + Item: Dragon_Fly_Card Rate: 10 - - Item: Vagabond_Wolf_Card + - Index: 6 + Item: Vagabond_Wolf_Card Rate: 10 - - Item: Mastering_Card + - Index: 7 + Item: Mastering_Card Rate: 10 - - Item: Maya_Puple_Card + - Index: 8 + Item: Maya_Puple_Card Rate: 1 - - Item: Mutant_Dragon_Card + - Index: 9 + Item: Mutant_Dragon_Card Rate: 10 - - Item: Mysteltainn_Card + - Index: 10 + Item: Mysteltainn_Card Rate: 1 - - Item: Vocal_Card + - Index: 11 + Item: Vocal_Card Rate: 1 - - Item: Owl_Duke_Card + - Index: 12 + Item: Owl_Duke_Card Rate: 5 - - Item: Owl_Baron_Card + - Index: 13 + Item: Owl_Baron_Card Rate: 5 - - Item: Archangeling_Card + - Index: 14 + Item: Archangeling_Card Rate: 1 - - Item: Executioner_Card + - Index: 15 + Item: Executioner_Card Rate: 1 - - Item: Tirfing_Card + - Index: 16 + Item: Tirfing_Card Rate: 1 - - Item: Eclipse_Card + - Index: 17 + Item: Eclipse_Card Rate: 10 - - Item: Chepet_Card + - Index: 18 + Item: Chepet_Card Rate: 10 - - Item: Choco_Card + - Index: 19 + Item: Choco_Card Rate: 10 - - Item: Cat_O_Nine_Tail_Card + - Index: 20 + Item: Cat_O_Nine_Tail_Card Rate: 5 - - Item: Kobold_Leader_Card + - Index: 21 + Item: Kobold_Leader_Card Rate: 10 - - Item: Chimera_Card + - Index: 22 + Item: Chimera_Card Rate: 10 - - Item: Toad_Card + - Index: 23 + Item: Toad_Card Rate: 10 - - Item: Bloody_Knight_Card + - Index: 24 + Item: Bloody_Knight_Card Rate: 1 - - Item: Ungoliant_Card + - Index: 25 + Item: Ungoliant_Card Rate: 1 - - Item: Gemini_Card + - Index: 26 + Item: Gemini_Card Rate: 1 - - Item: Hydro_Card + - Index: 27 + Item: Hydro_Card Rate: 1 - - Item: Tha_Maero_Card + - Index: 28 + Item: Tha_Maero_Card Rate: 3 - - Item: Tha_Odium_Card + - Index: 29 + Item: Tha_Odium_Card Rate: 3 - - Item: Tha_Despero_Card + - Index: 30 + Item: Tha_Despero_Card Rate: 3 - Group: MASK SubGroups: - SubGroup: 1 List: - - Item: Mr_Smile + - Index: 0 + Item: Mr_Smile Rate: 10 - - Item: Phantom_Of_Opera + - Index: 1 + Item: Phantom_Of_Opera Rate: 10 - - Item: Mr_Scream + - Index: 2 + Item: Mr_Scream Rate: 10 - - Item: Welding_Mask + - Index: 3 + Item: Welding_Mask Rate: 10 - - Item: Goblini_Mask + - Index: 4 + Item: Goblini_Mask Rate: 10 - - Item: Gas_Mask + - Index: 5 + Item: Gas_Mask Rate: 10 - - Item: Alarm_Mask + - Index: 6 + Item: Alarm_Mask Rate: 10 - - Item: Goblin_Mask_01 + - Index: 7 + Item: Goblin_Mask_01 Rate: 10 - - Item: Goblin_Mask_02 + - Index: 8 + Item: Goblin_Mask_02 Rate: 10 - - Item: Goblin_Mask_03 + - Index: 9 + Item: Goblin_Mask_03 Rate: 10 - - Item: Goblin_Mask_04 + - Index: 10 + Item: Goblin_Mask_04 Rate: 10 - - Item: Zherlthsh_Mask + - Index: 11 + Item: Zherlthsh_Mask Rate: 1 - - Item: Hahoe_Mask + - Index: 12 + Item: Hahoe_Mask Rate: 2 - Group: MASQUERADE SubGroups: - SubGroup: 1 List: - - Item: Drooping_Nine_Tail_ + - Index: 0 + Item: Drooping_Nine_Tail_ Rate: 10 - - Item: Soulless_Wing_ + - Index: 1 + Item: Soulless_Wing_ Rate: 1 - - Item: Marvelous_Wig_ + - Index: 2 + Item: Marvelous_Wig_ Rate: 10 - - Item: Ati_Atihan_Hat_ + - Index: 3 + Item: Ati_Atihan_Hat_ Rate: 10 - Group: MASQUERADE_2 SubGroups: - SubGroup: 1 List: - - Item: Dress_Hat + - Index: 0 + Item: Dress_Hat Rate: 1 - - Item: Black_Bunny_Band + - Index: 1 + Item: Black_Bunny_Band Rate: 13 - - Item: Vanilmirth_Hat + - Index: 2 + Item: Vanilmirth_Hat Rate: 10 - - Item: Cap_Of_Blindness + - Index: 3 + Item: Cap_Of_Blindness Rate: 10 - Group: MEAT SubGroups: - SubGroup: 1 List: - - Item: Meat + - Index: 0 + Item: Meat Rate: 1 - - Item: Monster's_Feed + - Index: 1 + Item: Monster's_Feed Rate: 1 - Group: MERCENARY SubGroups: - SubGroup: 1 List: - - Item: Bow_Mercenary_Scroll1 + - Index: 0 + Item: Bow_Mercenary_Scroll1 Rate: 1 - - Item: Bow_Mercenary_Scroll2 + - Index: 1 + Item: Bow_Mercenary_Scroll2 Rate: 1 - - Item: Bow_Mercenary_Scroll3 + - Index: 2 + Item: Bow_Mercenary_Scroll3 Rate: 1 - - Item: Bow_Mercenary_Scroll4 + - Index: 3 + Item: Bow_Mercenary_Scroll4 Rate: 1 - - Item: Bow_Mercenary_Scroll5 + - Index: 4 + Item: Bow_Mercenary_Scroll5 Rate: 1 - - Item: Bow_Mercenary_Scroll6 + - Index: 5 + Item: Bow_Mercenary_Scroll6 Rate: 1 - - Item: Bow_Mercenary_Scroll7 + - Index: 6 + Item: Bow_Mercenary_Scroll7 Rate: 1 - - Item: Bow_Mercenary_Scroll8 + - Index: 7 + Item: Bow_Mercenary_Scroll8 Rate: 1 - - Item: Bow_Mercenary_Scroll9 + - Index: 8 + Item: Bow_Mercenary_Scroll9 Rate: 1 - - Item: Bow_Mercenary_Scroll10 + - Index: 9 + Item: Bow_Mercenary_Scroll10 Rate: 1 - - Item: SwordMercenary_Scroll1 + - Index: 10 + Item: SwordMercenary_Scroll1 Rate: 1 - - Item: SwordMercenary_Scroll2 + - Index: 11 + Item: SwordMercenary_Scroll2 Rate: 1 - - Item: SwordMercenary_Scroll3 + - Index: 12 + Item: SwordMercenary_Scroll3 Rate: 1 - - Item: SwordMercenary_Scroll4 + - Index: 13 + Item: SwordMercenary_Scroll4 Rate: 1 - - Item: SwordMercenary_Scroll5 + - Index: 14 + Item: SwordMercenary_Scroll5 Rate: 1 - - Item: SwordMercenary_Scroll6 + - Index: 15 + Item: SwordMercenary_Scroll6 Rate: 1 - - Item: SwordMercenary_Scroll7 + - Index: 16 + Item: SwordMercenary_Scroll7 Rate: 1 - - Item: SwordMercenary_Scroll8 + - Index: 17 + Item: SwordMercenary_Scroll8 Rate: 1 - - Item: SwordMercenary_Scroll9 + - Index: 18 + Item: SwordMercenary_Scroll9 Rate: 1 - - Item: SwordMercenary_Scroll10 + - Index: 19 + Item: SwordMercenary_Scroll10 Rate: 1 - - Item: SpearMercenary_Scroll1 + - Index: 20 + Item: SpearMercenary_Scroll1 Rate: 1 - - Item: SpearMercenary_Scroll2 + - Index: 21 + Item: SpearMercenary_Scroll2 Rate: 1 - - Item: SpearMercenary_Scroll3 + - Index: 22 + Item: SpearMercenary_Scroll3 Rate: 1 - - Item: SpearMercenary_Scroll4 + - Index: 23 + Item: SpearMercenary_Scroll4 Rate: 1 - - Item: SpearMercenary_Scroll5 + - Index: 24 + Item: SpearMercenary_Scroll5 Rate: 1 - - Item: SpearMercenary_Scroll6 + - Index: 25 + Item: SpearMercenary_Scroll6 Rate: 1 - - Item: SpearMercenary_Scroll7 + - Index: 26 + Item: SpearMercenary_Scroll7 Rate: 1 - - Item: SpearMercenary_Scroll8 + - Index: 27 + Item: SpearMercenary_Scroll8 Rate: 1 - - Item: SpearMercenary_Scroll9 + - Index: 28 + Item: SpearMercenary_Scroll9 Rate: 1 - - Item: SpearMercenary_Scroll10 + - Index: 29 + Item: SpearMercenary_Scroll10 Rate: 1 - Group: MINERAL SubGroups: - SubGroup: 1 List: - - Item: Emperium + - Index: 0 + Item: Emperium Rate: 1 - - Item: Oridecon_Stone + - Index: 1 + Item: Oridecon_Stone Rate: 1 - - Item: Elunium_Stone + - Index: 2 + Item: Elunium_Stone Rate: 1 - - Item: Gold + - Index: 3 + Item: Gold Rate: 1 - - Item: Oridecon + - Index: 4 + Item: Oridecon Rate: 1 - - Item: Elunium + - Index: 5 + Item: Elunium Rate: 1 - - Item: Boody_Red + - Index: 6 + Item: Boody_Red Rate: 1 - - Item: Crystal_Blue + - Index: 7 + Item: Crystal_Blue Rate: 1 - - Item: Wind_Of_Verdure + - Index: 8 + Item: Wind_Of_Verdure Rate: 1 - - Item: Yellow_Live + - Index: 9 + Item: Yellow_Live Rate: 1 - - Item: Flame_Heart + - Index: 10 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 11 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 12 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 13 + Item: Great_Nature Rate: 1 - - Item: Iron + - Index: 14 + Item: Iron Rate: 1 - - Item: Steel + - Index: 15 + Item: Steel Rate: 1 - - Item: Iron_Ore + - Index: 16 + Item: Iron_Ore Rate: 1 - - Item: Coal + - Index: 17 + Item: Coal Rate: 1 - - Item: Phracon + - Index: 18 + Item: Phracon Rate: 1 - - Item: Emveretarcon + - Index: 19 + Item: Emveretarcon Rate: 1 - Group: OLDGIFTBOX SubGroups: - SubGroup: 1 List: - - Item: Fallen_Leaves_ + - Index: 0 + Item: Fallen_Leaves_ Rate: 45 - - Item: Chinese_Crown_ + - Index: 1 + Item: Chinese_Crown_ Rate: 15 - - Item: Tongue_Mask_ + - Index: 2 + Item: Tongue_Mask_ Rate: 40 - Group: ORE SubGroups: - SubGroup: 1 List: - - Item: Iron_Ore + - Index: 0 + Item: Iron_Ore Rate: 30 - - Item: Iron + - Index: 1 + Item: Iron Rate: 28 - - Item: Yellow_Live + - Index: 2 + Item: Yellow_Live Rate: 26 - - Item: Coal + - Index: 3 + Item: Coal Rate: 24 - - Item: Wind_Of_Verdure + - Index: 4 + Item: Wind_Of_Verdure Rate: 22 - - Item: Phracon + - Index: 5 + Item: Phracon Rate: 20 - - Item: Crystal_Blue + - Index: 6 + Item: Crystal_Blue Rate: 18 - - Item: Boody_Red + - Index: 7 + Item: Boody_Red Rate: 16 - - Item: Steel + - Index: 8 + Item: Steel Rate: 14 - - Item: Emveretarcon + - Index: 9 + Item: Emveretarcon Rate: 12 - - Item: Elunium_Stone + - Index: 10 + Item: Elunium_Stone Rate: 10 - - Item: Oridecon_Stone + - Index: 11 + Item: Oridecon_Stone Rate: 9 - - Item: Great_Nature + - Index: 12 + Item: Great_Nature Rate: 8 - - Item: Rough_Wind + - Index: 13 + Item: Rough_Wind Rate: 7 - - Item: Mistic_Frozen + - Index: 14 + Item: Mistic_Frozen Rate: 6 - - Item: Flame_Heart + - Index: 15 + Item: Flame_Heart Rate: 5 - - Item: Elunium + - Index: 16 + Item: Elunium Rate: 4 - - Item: Oridecon + - Index: 17 + Item: Oridecon Rate: 3 - - Item: Gold + - Index: 18 + Item: Gold Rate: 2 - - Item: Emperium + - Index: 19 + Item: Emperium Rate: 1 - Group: PIERRE_TREASUREBOX SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box + - Index: 0 + Item: Old_Blue_Box Rate: 11 - - Item: Branch_Of_Dead_Tree + - Index: 1 + Item: Branch_Of_Dead_Tree Rate: 3 - - Item: Old_Violet_Box + - Index: 2 + Item: Old_Violet_Box Rate: 5 - - Item: Gift_Box + - Index: 3 + Item: Gift_Box Rate: 3 - - Item: Scarlet_Dyestuffs + - Index: 4 + Item: Scarlet_Dyestuffs Rate: 3 - - Item: Lemon_Dyestuffs + - Index: 5 + Item: Lemon_Dyestuffs Rate: 3 - - Item: Cobaltblue_Dyestuffs + - Index: 6 + Item: Cobaltblue_Dyestuffs Rate: 3 - - Item: Darkgreen_Dyestuffs + - Index: 7 + Item: Darkgreen_Dyestuffs Rate: 3 - - Item: Orange_Dyestuffs + - Index: 8 + Item: Orange_Dyestuffs Rate: 3 - - Item: Violet_Dyestuffs + - Index: 9 + Item: Violet_Dyestuffs Rate: 3 - - Item: White_Dyestuffs + - Index: 10 + Item: White_Dyestuffs Rate: 3 - - Item: Black_Dyestuffs + - Index: 11 + Item: Black_Dyestuffs Rate: 3 - - Item: Olivine + - Index: 12 + Item: Olivine Rate: 3 - - Item: Phlogopite + - Index: 13 + Item: Phlogopite Rate: 3 - - Item: Agate + - Index: 14 + Item: Agate Rate: 3 - - Item: Muscovite + - Index: 15 + Item: Muscovite Rate: 3 - - Item: Rose_Quartz + - Index: 16 + Item: Rose_Quartz Rate: 3 - - Item: Turquoise + - Index: 17 + Item: Turquoise Rate: 3 - - Item: Citrine + - Index: 18 + Item: Citrine Rate: 3 - - Item: Pyroxene + - Index: 19 + Item: Pyroxene Rate: 3 - - Item: Biotite + - Index: 20 + Item: Biotite Rate: 3 - - Item: Fire_Cracker + - Index: 21 + Item: Fire_Cracker Rate: 3 - - Item: Str_Dish10 + - Index: 22 + Item: Str_Dish10 Rate: 3 - - Item: Vit_Dish10 + - Index: 23 + Item: Vit_Dish10 Rate: 3 - - Item: Agi_Dish10 + - Index: 24 + Item: Agi_Dish10 Rate: 3 - - Item: Dex_Dish10 + - Index: 25 + Item: Dex_Dish10 Rate: 3 - - Item: Luk_Dish10 + - Index: 26 + Item: Luk_Dish10 Rate: 3 - - Item: Bloody_Dead_Branch + - Index: 27 + Item: Bloody_Dead_Branch Rate: 1 - Group: POISON SubGroups: - SubGroup: 1 List: - - Item: Poison_Paralysis + - Index: 0 + Item: Poison_Paralysis Rate: 1 - - Item: Poison_Leech + - Index: 1 + Item: Poison_Leech Rate: 1 - - Item: Poison_Oblivion + - Index: 2 + Item: Poison_Oblivion Rate: 1 - - Item: Poison_Contamination + - Index: 3 + Item: Poison_Contamination Rate: 1 - - Item: Poison_Numb + - Index: 4 + Item: Poison_Numb Rate: 1 - - Item: Poison_Fever + - Index: 5 + Item: Poison_Fever Rate: 1 - - Item: Poison_Laughing + - Index: 6 + Item: Poison_Laughing Rate: 1 - - Item: Poison_Fatigue + - Index: 7 + Item: Poison_Fatigue Rate: 1 - Group: POTION SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - Group: QUIVER SubGroups: - SubGroup: 1 List: - - Item: Arrow_Container + - Index: 0 + Item: Arrow_Container Rate: 1 - - Item: Iron_Arrow_Container + - Index: 1 + Item: Iron_Arrow_Container Rate: 1 - - Item: Steel_Arrow_Container + - Index: 2 + Item: Steel_Arrow_Container Rate: 1 - - Item: Ori_Arrow_Container + - Index: 3 + Item: Ori_Arrow_Container Rate: 1 - - Item: Fire_Arrow_Container + - Index: 4 + Item: Fire_Arrow_Container Rate: 1 - - Item: Silver_Arrow_Container + - Index: 5 + Item: Silver_Arrow_Container Rate: 1 - - Item: Wind_Arrow_Container + - Index: 6 + Item: Wind_Arrow_Container Rate: 1 - - Item: Stone_Arrow_Container + - Index: 7 + Item: Stone_Arrow_Container Rate: 1 - - Item: Crystal_Arrow_Container + - Index: 8 + Item: Crystal_Arrow_Container Rate: 1 - - Item: Shadow_Arrow_Container + - Index: 9 + Item: Shadow_Arrow_Container Rate: 1 - - Item: Imma_Arrow_Container + - Index: 10 + Item: Imma_Arrow_Container Rate: 1 - - Item: Rusty_Arrow_Container + - Index: 11 + Item: Rusty_Arrow_Container Rate: 1 - - Item: Holy_Arrow_Quiver + - Index: 12 + Item: Holy_Arrow_Quiver Rate: 2 - Group: RECOVERY SubGroups: - SubGroup: 1 List: - - Item: Fruit_Of_Mastela + - Index: 0 + Item: Fruit_Of_Mastela Rate: 5 - - Item: Leaflet_Of_Aloe + - Index: 1 + Item: Leaflet_Of_Aloe Rate: 5 - - Item: Leaflet_Of_Hinal + - Index: 2 + Item: Leaflet_Of_Hinal Rate: 10 - - Item: Red_Slim_Potion + - Index: 3 + Item: Red_Slim_Potion Rate: 10 - - Item: Resist_Fire + - Index: 4 + Item: Resist_Fire Rate: 10 - - Item: Yellow_Herb + - Index: 5 + Item: Yellow_Herb Rate: 20 - - Item: Red_Potion + - Index: 6 + Item: Red_Potion Rate: 20 - - Item: Green_Herb + - Index: 7 + Item: Green_Herb Rate: 30 - - Item: Red_Herb + - Index: 8 + Item: Red_Herb Rate: 30 - - Item: Novice_Potion + - Index: 9 + Item: Novice_Potion Rate: 50 - - Item: Nice_Sweet_Potato + - Index: 10 + Item: Nice_Sweet_Potato Rate: 50 - - Item: Candy + - Index: 11 + Item: Candy Rate: 100 - - Item: Monster's_Feed + - Index: 12 + Item: Monster's_Feed Rate: 200 - - Item: Popped_Rice + - Index: 13 + Item: Popped_Rice Rate: 600 - Group: REDBOX SubGroups: - SubGroup: 1 List: - - Item: Cat_Hat + - Index: 0 + Item: Cat_Hat Rate: 1 - - Item: Alice_Doll + - Index: 1 + Item: Alice_Doll Rate: 11 - - Item: Magic_Eyes + - Index: 2 + Item: Magic_Eyes Rate: 11 - - Item: Hibiscus + - Index: 3 + Item: Hibiscus Rate: 11 - - Item: Charming_Ribbon + - Index: 4 + Item: Charming_Ribbon Rate: 11 - - Item: Crescent_Helm + - Index: 5 + Item: Crescent_Helm Rate: 11 - - Item: Kabuki_Mask + - Index: 6 + Item: Kabuki_Mask Rate: 12 - - Item: Chinese_Crown + - Index: 7 + Item: Chinese_Crown Rate: 1 - - Item: Helm_Of_Darkness + - Index: 8 + Item: Helm_Of_Darkness Rate: 11 - - Item: Puppy_Hat + - Index: 9 + Item: Puppy_Hat Rate: 1 - - Item: Bird_Nest_Hat + - Index: 10 + Item: Bird_Nest_Hat Rate: 11 - - Item: Laurel_Wreath + - Index: 11 + Item: Laurel_Wreath Rate: 11 - - Item: Geographer_Band + - Index: 12 + Item: Geographer_Band Rate: 11 - - Item: Twin_Ribbon + - Index: 13 + Item: Twin_Ribbon Rate: 10 - Group: REDBOX_2 SubGroups: - SubGroup: 1 List: - - Item: Alice_Doll + - Index: 0 + Item: Alice_Doll Rate: 1 - - Item: Magic_Eyes + - Index: 1 + Item: Magic_Eyes Rate: 9 - - Item: Hibiscus + - Index: 2 + Item: Hibiscus Rate: 10 - - Item: Charming_Ribbon + - Index: 3 + Item: Charming_Ribbon Rate: 10 - Group: RESIST SubGroups: - SubGroup: 1 List: - - Item: Resist_Fire + - Index: 0 + Item: Resist_Fire Rate: 1 - - Item: Resist_Water + - Index: 1 + Item: Resist_Water Rate: 1 - - Item: Resist_Earth + - Index: 2 + Item: Resist_Earth Rate: 1 - - Item: Resist_Wind + - Index: 3 + Item: Resist_Wind Rate: 1 - Group: SCROLL SubGroups: - SubGroup: 1 List: - - Item: Earth_Scroll_1_3 + - Index: 0 + Item: Earth_Scroll_1_3 Rate: 1 - - Item: Earth_Scroll_1_5 + - Index: 1 + Item: Earth_Scroll_1_5 Rate: 1 - - Item: Cold_Scroll_1_3 + - Index: 2 + Item: Cold_Scroll_1_3 Rate: 1 - - Item: Cold_Scroll_1_5 + - Index: 3 + Item: Cold_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_1_3 + - Index: 4 + Item: Fire_Scroll_1_3 Rate: 1 - - Item: Fire_Scroll_1_5 + - Index: 5 + Item: Fire_Scroll_1_5 Rate: 1 - - Item: Wind_Scroll_1_3 + - Index: 6 + Item: Wind_Scroll_1_3 Rate: 1 - - Item: Wind_Scroll_1_5 + - Index: 7 + Item: Wind_Scroll_1_5 Rate: 1 - - Item: Ghost_Scroll_1_3 + - Index: 8 + Item: Ghost_Scroll_1_3 Rate: 1 - - Item: Ghost_Scroll_1_5 + - Index: 9 + Item: Ghost_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_2_1 + - Index: 10 + Item: Fire_Scroll_2_1 Rate: 1 - - Item: Fire_Scroll_2_5 + - Index: 11 + Item: Fire_Scroll_2_5 Rate: 1 - - Item: Fire_Scroll_3_1 + - Index: 12 + Item: Fire_Scroll_3_1 Rate: 1 - - Item: Fire_Scroll_3_5 + - Index: 13 + Item: Fire_Scroll_3_5 Rate: 1 - - Item: Cold_Scroll_2_1 + - Index: 14 + Item: Cold_Scroll_2_1 Rate: 1 - - Item: Cold_Scroll_2_5 + - Index: 15 + Item: Cold_Scroll_2_5 Rate: 1 - - Item: Holy_Scroll_1_3 + - Index: 16 + Item: Holy_Scroll_1_3 Rate: 1 - - Item: Holy_Scroll_1_5 + - Index: 17 + Item: Holy_Scroll_1_5 Rate: 1 - Group: TAMING SubGroups: - SubGroup: 1 List: - - Item: Unripe_Apple + - Index: 0 + Item: Unripe_Apple Rate: 1 - - Item: Orange_Juice + - Index: 1 + Item: Orange_Juice Rate: 1 - - Item: Bitter_Herb + - Index: 2 + Item: Bitter_Herb Rate: 1 - - Item: Rainbow_Carrot + - Index: 3 + Item: Rainbow_Carrot Rate: 1 - - Item: Earthworm_The_Dude + - Index: 4 + Item: Earthworm_The_Dude Rate: 1 - - Item: Rotten_Fish + - Index: 5 + Item: Rotten_Fish Rate: 1 - - Item: Lusty_Iron + - Index: 6 + Item: Lusty_Iron Rate: 1 - - Item: Monster_Juice + - Index: 7 + Item: Monster_Juice Rate: 1 - - Item: Sweet_Milk + - Index: 8 + Item: Sweet_Milk Rate: 1 - - Item: Well_Dried_Bone + - Index: 9 + Item: Well_Dried_Bone Rate: 1 - - Item: Singing_Flower + - Index: 10 + Item: Singing_Flower Rate: 1 - - Item: Dew_Laden_Moss + - Index: 11 + Item: Dew_Laden_Moss Rate: 1 - - Item: Deadly_Noxious_Herb + - Index: 12 + Item: Deadly_Noxious_Herb Rate: 1 - - Item: Fatty_Chubby_Earthworm + - Index: 13 + Item: Fatty_Chubby_Earthworm Rate: 1 - - Item: Baked_Yam + - Index: 14 + Item: Baked_Yam Rate: 1 - - Item: Tropical_Banana + - Index: 15 + Item: Tropical_Banana Rate: 1 - - Item: Horror_Of_Tribe + - Index: 16 + Item: Horror_Of_Tribe Rate: 1 - - Item: No_Recipient + - Index: 17 + Item: No_Recipient Rate: 1 - - Item: Old_Broom + - Index: 18 + Item: Old_Broom Rate: 1 - - Item: Silver_Knife_Of_Chaste + - Index: 19 + Item: Silver_Knife_Of_Chaste Rate: 1 - - Item: Armlet_Of_Obedience + - Index: 20 + Item: Armlet_Of_Obedience Rate: 1 - - Item: Shining_Stone + - Index: 21 + Item: Shining_Stone Rate: 1 - - Item: Contracts_In_Shadow + - Index: 22 + Item: Contracts_In_Shadow Rate: 1 - - Item: Book_Of_Devil + - Index: 23 + Item: Book_Of_Devil Rate: 1 - - Item: Heart_Of_Her + - Index: 24 + Item: Heart_Of_Her Rate: 1 - - Item: Prohibition_Red_Candle + - Index: 25 + Item: Prohibition_Red_Candle Rate: 1 - - Item: Sway_Apron + - Index: 26 + Item: Sway_Apron Rate: 1 - - Item: Skull_Helm + - Index: 27 + Item: Skull_Helm Rate: 1 - - Item: Monster_Oxygen_Mask + - Index: 28 + Item: Monster_Oxygen_Mask Rate: 1 - - Item: Transparent_Headgear + - Index: 29 + Item: Transparent_Headgear Rate: 1 - - Item: Pacifier + - Index: 30 + Item: Pacifier Rate: 1 - - Item: Wig + - Index: 31 + Item: Wig Rate: 1 - - Item: Queen's_Hair_Ornament + - Index: 32 + Item: Queen's_Hair_Ornament Rate: 1 - - Item: Silk_Ribbon + - Index: 33 + Item: Silk_Ribbon Rate: 1 - - Item: Punisher + - Index: 34 + Item: Punisher Rate: 1 - - Item: Wild_Flower + - Index: 35 + Item: Wild_Flower Rate: 1 - - Item: Battered_Pot + - Index: 36 + Item: Battered_Pot Rate: 1 - - Item: Stellar_Hairpin + - Index: 37 + Item: Stellar_Hairpin Rate: 1 - - Item: Tiny_Egg_Shell + - Index: 38 + Item: Tiny_Egg_Shell Rate: 1 - - Item: Backpack + - Index: 39 + Item: Backpack Rate: 1 - - Item: Rocker_Glasses + - Index: 40 + Item: Rocker_Glasses Rate: 1 - - Item: Green_Lace + - Index: 41 + Item: Green_Lace Rate: 1 - - Item: Golden_Bell + - Index: 42 + Item: Golden_Bell Rate: 1 - - Item: Bark_Shorts + - Index: 43 + Item: Bark_Shorts Rate: 1 - - Item: Monkey_Circlet + - Index: 44 + Item: Monkey_Circlet Rate: 1 - - Item: Red_Muffler + - Index: 45 + Item: Red_Muffler Rate: 1 - - Item: Sword_Of_Grave_Keeper + - Index: 46 + Item: Sword_Of_Grave_Keeper Rate: 1 - - Item: Boy's_Naivety + - Index: 47 + Item: Boy's_Naivety Rate: 1 - - Item: Flaming_Ice + - Index: 48 + Item: Flaming_Ice Rate: 1 - - Item: Tantanmen + - Index: 49 + Item: Tantanmen Rate: 1 - Group: THROWABLE SubGroups: - SubGroup: 1 List: - - Item: Mysterious_Powder + - Index: 0 + Item: Mysterious_Powder Rate: 1 - - Item: Boost500_To_Throw + - Index: 1 + Item: Boost500_To_Throw Rate: 1 - - Item: Full_SwingK_To_Throw + - Index: 2 + Item: Full_SwingK_To_Throw Rate: 1 - - Item: Mana_Plus_To_Throw + - Index: 3 + Item: Mana_Plus_To_Throw Rate: 1 - - Item: Cure_Free_To_Throw + - Index: 4 + Item: Cure_Free_To_Throw Rate: 1 - - Item: Stamina_Up_M_To_Throw + - Index: 5 + Item: Stamina_Up_M_To_Throw Rate: 1 - - Item: Digestive_F_To_Throw + - Index: 6 + Item: Digestive_F_To_Throw Rate: 1 - - Item: HP_Inc_PotS_To_Throw + - Index: 7 + Item: HP_Inc_PotS_To_Throw Rate: 1 - - Item: HP_Inc_PotM_To_Throw + - Index: 8 + Item: HP_Inc_PotM_To_Throw Rate: 1 - - Item: HP_Inc_PotL_To_Throw + - Index: 9 + Item: HP_Inc_PotL_To_Throw Rate: 1 - - Item: SP_Inc_PotS_To_Throw + - Index: 10 + Item: SP_Inc_PotS_To_Throw Rate: 1 - - Item: SP_Inc_PotM_To_Throw + - Index: 11 + Item: SP_Inc_PotM_To_Throw Rate: 1 - - Item: SP_Inc_PotL_To_Throw + - Index: 12 + Item: SP_Inc_PotL_To_Throw Rate: 1 - - Item: En_White_PotZ_To_Throw + - Index: 13 + Item: En_White_PotZ_To_Throw Rate: 1 - - Item: Vitata500_To_Throw + - Index: 14 + Item: Vitata500_To_Throw Rate: 1 - - Item: En_Cel_Juice_To_Throw + - Index: 15 + Item: En_Cel_Juice_To_Throw Rate: 1 - - Item: Savage_BBQ_To_Throw + - Index: 16 + Item: Savage_BBQ_To_Throw Rate: 1 - - Item: Wug_Cocktail_To_Throw + - Index: 17 + Item: Wug_Cocktail_To_Throw Rate: 1 - - Item: M_Brisket_To_Throw + - Index: 18 + Item: M_Brisket_To_Throw Rate: 1 - - Item: Siroma_Icetea_To_Throw + - Index: 19 + Item: Siroma_Icetea_To_Throw Rate: 1 - - Item: Drocera_Stew_To_Throw + - Index: 20 + Item: Drocera_Stew_To_Throw Rate: 1 - - Item: Petti_Noodle_To_Throw + - Index: 21 + Item: Petti_Noodle_To_Throw Rate: 1 - - Item: Black_Thing_To_Throw + - Index: 22 + Item: Black_Thing_To_Throw Rate: 1 - Group: TOKEN_OF_SIEGFRIED SubGroups: - SubGroup: 1 List: - - Item: F_Token_Of_Siegfried + - Index: 0 + Item: F_Token_Of_Siegfried Rate: 1 - - Item: E_Token_Of_Siegfried + - Index: 1 + Item: E_Token_Of_Siegfried Rate: 1 - - Item: Token_Of_Siegfried + - Index: 2 + Item: Token_Of_Siegfried Rate: 1 - Group: TRESURE_BOX_WOE SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box + - Index: 0 + Item: Old_Blue_Box Rate: 6 - - Item: Union_Of_Tribe + - Index: 1 + Item: Union_Of_Tribe Rate: 6 - - Item: Poison_Bottle + - Index: 2 + Item: Poison_Bottle Rate: 3 - - Item: Crystal_Jewel__ + - Index: 3 + Item: Crystal_Jewel__ Rate: 9 - - Item: Wind_Arrow_Container + - Index: 4 + Item: Wind_Arrow_Container Rate: 24 - - Item: Stone_Arrow_Container + - Index: 5 + Item: Stone_Arrow_Container Rate: 25 - - Item: Crystal_Arrow_Container + - Index: 6 + Item: Crystal_Arrow_Container Rate: 26 - - Item: Set_Of_Taiming_Item + - Index: 7 + Item: Set_Of_Taiming_Item Rate: 12 - - Item: Wrapped_Mask + - Index: 8 + Item: Wrapped_Mask Rate: 2 - - Item: Bundle_Of_Magic_Scroll + - Index: 9 + Item: Bundle_Of_Magic_Scroll Rate: 9 - - Item: First_Aid_Kit + - Index: 10 + Item: First_Aid_Kit Rate: 9 - - Item: Food_Package + - Index: 11 + Item: Food_Package Rate: 36 - - Item: Cookie_Bag + - Index: 12 + Item: Cookie_Bag Rate: 48 - - Item: Bullet_Case + - Index: 13 + Item: Bullet_Case Rate: 27 - - Item: Bullet_Case_Blood + - Index: 14 + Item: Bullet_Case_Blood Rate: 27 - - Item: Bullet_Case_Silver + - Index: 15 + Item: Bullet_Case_Silver Rate: 27 - - Item: Holy_Arrow_Quiver + - Index: 16 + Item: Holy_Arrow_Quiver Rate: 7 - - Item: Hometown_Gift + - Index: 17 + Item: Hometown_Gift Rate: 6 - - Item: Cool_Summer_Outfit + - Index: 18 + Item: Cool_Summer_Outfit Rate: 22 - - Item: Old_Bleu_Box + - Index: 19 + Item: Old_Bleu_Box Rate: 8 - Group: VIOLETBOX SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 14 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 14 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 14 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 14 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 14 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 14 - - Item: Red_Herb + - Index: 6 + Item: Red_Herb Rate: 14 - - Item: Yellow_Herb + - Index: 7 + Item: Yellow_Herb Rate: 14 - - Item: White_Herb + - Index: 8 + Item: White_Herb Rate: 14 - - Item: Blue_Herb + - Index: 9 + Item: Blue_Herb Rate: 14 - - Item: Green_Herb + - Index: 10 + Item: Green_Herb Rate: 14 - - Item: Apple + - Index: 11 + Item: Apple Rate: 14 - - Item: Banana + - Index: 12 + Item: Banana Rate: 14 - - Item: Grape + - Index: 13 + Item: Grape Rate: 14 - - Item: Carrot + - Index: 14 + Item: Carrot Rate: 14 - - Item: Sweet_Potato + - Index: 15 + Item: Sweet_Potato Rate: 14 - - Item: Meat + - Index: 16 + Item: Meat Rate: 14 - - Item: Honey + - Index: 17 + Item: Honey Rate: 14 - - Item: Milk + - Index: 18 + Item: Milk Rate: 14 - - Item: Leaflet_Of_Hinal + - Index: 19 + Item: Leaflet_Of_Hinal Rate: 14 - - Item: Leaflet_Of_Aloe + - Index: 20 + Item: Leaflet_Of_Aloe Rate: 14 - - Item: Fruit_Of_Mastela + - Index: 21 + Item: Fruit_Of_Mastela Rate: 14 - - Item: Holy_Water + - Index: 22 + Item: Holy_Water Rate: 14 - - Item: Panacea + - Index: 23 + Item: Panacea Rate: 14 - - Item: Royal_Jelly + - Index: 24 + Item: Royal_Jelly Rate: 14 - - Item: Monster's_Feed + - Index: 25 + Item: Monster's_Feed Rate: 14 - - Item: Candy + - Index: 26 + Item: Candy Rate: 14 - - Item: Candy_Striper + - Index: 27 + Item: Candy_Striper Rate: 14 - - Item: Apple_Juice + - Index: 28 + Item: Apple_Juice Rate: 14 - - Item: Banana_Juice + - Index: 29 + Item: Banana_Juice Rate: 14 - - Item: Grape_Juice + - Index: 30 + Item: Grape_Juice Rate: 14 - - Item: Carrot_Juice + - Index: 31 + Item: Carrot_Juice Rate: 14 - - Item: Pumpkin + - Index: 32 + Item: Pumpkin Rate: 14 - - Item: Ice_Cream + - Index: 33 + Item: Ice_Cream Rate: 14 - - Item: Pet_Food + - Index: 34 + Item: Pet_Food Rate: 14 - - Item: Well_Baked_Cookie + - Index: 35 + Item: Well_Baked_Cookie Rate: 14 - - Item: Piece_Of_Cake + - Index: 36 + Item: Piece_Of_Cake Rate: 14 - - Item: Fish_Slice + - Index: 37 + Item: Fish_Slice Rate: 14 - - Item: Red_Slim_Potion + - Index: 38 + Item: Red_Slim_Potion Rate: 14 - - Item: Yellow_Slim_Potion + - Index: 39 + Item: Yellow_Slim_Potion Rate: 14 - - Item: White_Slim_Potion + - Index: 40 + Item: White_Slim_Potion Rate: 14 - - Item: Cheese + - Index: 41 + Item: Cheese Rate: 14 - - Item: Nice_Sweet_Potato + - Index: 42 + Item: Nice_Sweet_Potato Rate: 14 - - Item: Popped_Rice + - Index: 43 + Item: Popped_Rice Rate: 14 - - Item: Shusi + - Index: 44 + Item: Shusi Rate: 14 - - Item: Bun + - Index: 45 + Item: Bun Rate: 14 - - Item: Rice_Cake + - Index: 46 + Item: Rice_Cake Rate: 14 - - Item: Chocolate + - Index: 47 + Item: Chocolate Rate: 14 - - Item: White_Chocolate + - Index: 48 + Item: White_Chocolate Rate: 14 - - Item: Wing_Of_Fly + - Index: 49 + Item: Wing_Of_Fly Rate: 14 - - Item: Wing_Of_Butterfly + - Index: 50 + Item: Wing_Of_Butterfly Rate: 14 - - Item: Branch_Of_Dead_Tree + - Index: 51 + Item: Branch_Of_Dead_Tree Rate: 214 - - Item: Anodyne + - Index: 52 + Item: Anodyne Rate: 14 - - Item: Aloebera + - Index: 53 + Item: Aloebera Rate: 14 - - Item: Yggdrasilberry + - Index: 54 + Item: Yggdrasilberry Rate: 14 - - Item: Seed_Of_Yggdrasil + - Index: 55 + Item: Seed_Of_Yggdrasil Rate: 14 - - Item: Amulet + - Index: 56 + Item: Amulet Rate: 14 - - Item: Leaf_Of_Yggdrasil + - Index: 57 + Item: Leaf_Of_Yggdrasil Rate: 14 - - Item: Spectacles + - Index: 58 + Item: Spectacles Rate: 14 - - Item: Portable_Furnace + - Index: 59 + Item: Portable_Furnace Rate: 14 - - Item: Iron_Hammer + - Index: 60 + Item: Iron_Hammer Rate: 14 - - Item: Golden_Hammer + - Index: 61 + Item: Golden_Hammer Rate: 14 - - Item: Oridecon_Hammer + - Index: 62 + Item: Oridecon_Hammer Rate: 14 - - Item: Old_Card_Album + - Index: 63 + Item: Old_Card_Album Rate: 1 - - Item: Old_Violet_Box + - Index: 64 + Item: Old_Violet_Box Rate: 103 - - Item: Worn_Out_Scroll + - Index: 65 + Item: Worn_Out_Scroll Rate: 14 - - Item: Unripe_Apple + - Index: 66 + Item: Unripe_Apple Rate: 14 - - Item: Orange_Juice + - Index: 67 + Item: Orange_Juice Rate: 14 - - Item: Bitter_Herb + - Index: 68 + Item: Bitter_Herb Rate: 14 - - Item: Rainbow_Carrot + - Index: 69 + Item: Rainbow_Carrot Rate: 14 - - Item: Earthworm_The_Dude + - Index: 70 + Item: Earthworm_The_Dude Rate: 14 - - Item: Rotten_Fish + - Index: 71 + Item: Rotten_Fish Rate: 14 - - Item: Lusty_Iron + - Index: 72 + Item: Lusty_Iron Rate: 14 - - Item: Monster_Juice + - Index: 73 + Item: Monster_Juice Rate: 14 - - Item: Sweet_Milk + - Index: 74 + Item: Sweet_Milk Rate: 14 - - Item: Well_Dried_Bone + - Index: 75 + Item: Well_Dried_Bone Rate: 14 - - Item: Singing_Flower + - Index: 76 + Item: Singing_Flower Rate: 14 - - Item: Dew_Laden_Moss + - Index: 77 + Item: Dew_Laden_Moss Rate: 14 - - Item: Deadly_Noxious_Herb + - Index: 78 + Item: Deadly_Noxious_Herb Rate: 14 - - Item: Fatty_Chubby_Earthworm + - Index: 79 + Item: Fatty_Chubby_Earthworm Rate: 14 - - Item: Baked_Yam + - Index: 80 + Item: Baked_Yam Rate: 14 - - Item: Tropical_Banana + - Index: 81 + Item: Tropical_Banana Rate: 14 - - Item: Horror_Of_Tribe + - Index: 82 + Item: Horror_Of_Tribe Rate: 14 - - Item: No_Recipient + - Index: 83 + Item: No_Recipient Rate: 14 - - Item: Old_Broom + - Index: 84 + Item: Old_Broom Rate: 14 - - Item: Silver_Knife_Of_Chaste + - Index: 85 + Item: Silver_Knife_Of_Chaste Rate: 14 - - Item: Armlet_Of_Obedience + - Index: 86 + Item: Armlet_Of_Obedience Rate: 14 - - Item: Shining_Stone + - Index: 87 + Item: Shining_Stone Rate: 14 - - Item: Contracts_In_Shadow + - Index: 88 + Item: Contracts_In_Shadow Rate: 14 - - Item: Book_Of_Devil + - Index: 89 + Item: Book_Of_Devil Rate: 14 - - Item: Pet_Incubator + - Index: 90 + Item: Pet_Incubator Rate: 14 - - Item: Gift_Box + - Index: 91 + Item: Gift_Box Rate: 114 - - Item: Center_Potion + - Index: 92 + Item: Center_Potion Rate: 14 - - Item: Awakening_Potion + - Index: 93 + Item: Awakening_Potion Rate: 14 - - Item: Berserk_Potion + - Index: 94 + Item: Berserk_Potion Rate: 14 - - Item: Heart_Of_Her + - Index: 95 + Item: Heart_Of_Her Rate: 14 - - Item: Korea_Rice_Cake + - Index: 96 + Item: Korea_Rice_Cake Rate: 14 - - Item: Gift_Box_1 + - Index: 97 + Item: Gift_Box_1 Rate: 14 - - Item: Gift_Box_2 + - Index: 98 + Item: Gift_Box_2 Rate: 14 - - Item: Gift_Box_3 + - Index: 99 + Item: Gift_Box_3 Rate: 14 - - Item: Gift_Box_4 + - Index: 100 + Item: Gift_Box_4 Rate: 14 - - Item: Handsei + - Index: 101 + Item: Handsei Rate: 14 - - Item: Poison_Bottle + - Index: 102 + Item: Poison_Bottle Rate: 14 - - Item: Gold_Pill + - Index: 103 + Item: Gold_Pill Rate: 14 - - Item: Ora_Ora + - Index: 104 + Item: Ora_Ora Rate: 14 - - Item: Animal_Blood + - Index: 105 + Item: Animal_Blood Rate: 14 - - Item: Hinalle + - Index: 106 + Item: Hinalle Rate: 14 - - Item: Aloe + - Index: 107 + Item: Aloe Rate: 14 - - Item: Clover + - Index: 108 + Item: Clover Rate: 14 - - Item: Four_Leaf_Clover + - Index: 109 + Item: Four_Leaf_Clover Rate: 14 - - Item: Singing_Plant + - Index: 110 + Item: Singing_Plant Rate: 14 - - Item: Ment + - Index: 111 + Item: Ment Rate: 14 - - Item: Illusion_Flower + - Index: 112 + Item: Illusion_Flower Rate: 14 - - Item: Shoot + - Index: 113 + Item: Shoot Rate: 14 - - Item: Flower + - Index: 114 + Item: Flower Rate: 14 - - Item: Empty_Bottle + - Index: 115 + Item: Empty_Bottle Rate: 14 - - Item: Yellow_Gemstone + - Index: 116 + Item: Yellow_Gemstone Rate: 14 - - Item: Red_Gemstone + - Index: 117 + Item: Red_Gemstone Rate: 14 - - Item: Blue_Gemstone + - Index: 118 + Item: Blue_Gemstone Rate: 14 - - Item: Dark_Red_Jewel + - Index: 119 + Item: Dark_Red_Jewel Rate: 14 - - Item: Violet_Jewel + - Index: 120 + Item: Violet_Jewel Rate: 14 - - Item: Skyblue_Jewel + - Index: 121 + Item: Skyblue_Jewel Rate: 14 - - Item: Azure_Jewel + - Index: 122 + Item: Azure_Jewel Rate: 14 - - Item: Scarlet_Jewel + - Index: 123 + Item: Scarlet_Jewel Rate: 14 - - Item: Cardinal_Jewel + - Index: 124 + Item: Cardinal_Jewel Rate: 14 - - Item: Cardinal_Jewel_ + - Index: 125 + Item: Cardinal_Jewel_ Rate: 14 - - Item: Red_Jewel + - Index: 126 + Item: Red_Jewel Rate: 14 - - Item: Blue_Jewel + - Index: 127 + Item: Blue_Jewel Rate: 14 - - Item: White_Jewel + - Index: 128 + Item: White_Jewel Rate: 14 - - Item: Golden_Jewel + - Index: 129 + Item: Golden_Jewel Rate: 14 - - Item: Bluish_Green_Jewel + - Index: 130 + Item: Bluish_Green_Jewel Rate: 14 - - Item: Crystal_Jewel + - Index: 131 + Item: Crystal_Jewel Rate: 14 - - Item: Crystal_Jewel_ + - Index: 132 + Item: Crystal_Jewel_ Rate: 14 - - Item: Crystal_Jewel__ + - Index: 133 + Item: Crystal_Jewel__ Rate: 14 - - Item: Crystal_Jewel___ + - Index: 134 + Item: Crystal_Jewel___ Rate: 14 - - Item: Red_Frame + - Index: 135 + Item: Red_Frame Rate: 14 - - Item: Blue_Porcelain + - Index: 136 + Item: Blue_Porcelain Rate: 14 - - Item: White_Platter + - Index: 137 + Item: White_Platter Rate: 14 - - Item: Black_Ladle + - Index: 138 + Item: Black_Ladle Rate: 14 - - Item: Pencil_Case + - Index: 139 + Item: Pencil_Case Rate: 14 - - Item: Rouge + - Index: 140 + Item: Rouge Rate: 14 - - Item: Stuffed_Doll + - Index: 141 + Item: Stuffed_Doll Rate: 14 - - Item: Poring_Doll + - Index: 142 + Item: Poring_Doll Rate: 14 - - Item: Chonchon_Doll + - Index: 143 + Item: Chonchon_Doll Rate: 14 - - Item: Spore_Doll + - Index: 144 + Item: Spore_Doll Rate: 14 - - Item: Bunch_Of_Flowers + - Index: 145 + Item: Bunch_Of_Flowers Rate: 14 - - Item: Wedding_Bouquet + - Index: 146 + Item: Wedding_Bouquet Rate: 14 - - Item: Glass_Bead + - Index: 147 + Item: Glass_Bead Rate: 14 - - Item: Crystal_Mirror + - Index: 148 + Item: Crystal_Mirror Rate: 14 - - Item: Witherless_Rose + - Index: 149 + Item: Witherless_Rose Rate: 14 - - Item: Frozen_Rose + - Index: 150 + Item: Frozen_Rose Rate: 14 - - Item: Baphomet_Doll + - Index: 151 + Item: Baphomet_Doll Rate: 14 - - Item: Osiris_Doll + - Index: 152 + Item: Osiris_Doll Rate: 14 - - Item: Grasshopper_Doll + - Index: 153 + Item: Grasshopper_Doll Rate: 14 - - Item: Monkey_Doll + - Index: 154 + Item: Monkey_Doll Rate: 14 - - Item: Raccoondog_Doll + - Index: 155 + Item: Raccoondog_Doll Rate: 14 - - Item: Danggie + - Index: 156 + Item: Danggie Rate: 14 - - Item: Tree_Root + - Index: 157 + Item: Tree_Root Rate: 14 - - Item: Reptile_Tongue + - Index: 158 + Item: Reptile_Tongue Rate: 14 - - Item: Scorpion's_Tail + - Index: 159 + Item: Scorpion's_Tail Rate: 14 - - Item: Stem + - Index: 160 + Item: Stem Rate: 14 - - Item: Pointed_Scale + - Index: 161 + Item: Pointed_Scale Rate: 14 - - Item: Resin + - Index: 162 + Item: Resin Rate: 14 - - Item: Spawn + - Index: 163 + Item: Spawn Rate: 14 - - Item: Jellopy + - Index: 164 + Item: Jellopy Rate: 14 - - Item: Garlet + - Index: 165 + Item: Garlet Rate: 14 - - Item: Scell + - Index: 166 + Item: Scell Rate: 14 - - Item: Zargon + - Index: 167 + Item: Zargon Rate: 14 - - Item: Tooth_Of_Bat + - Index: 168 + Item: Tooth_Of_Bat Rate: 14 - - Item: Fluff + - Index: 169 + Item: Fluff Rate: 14 - - Item: Chrysalis + - Index: 170 + Item: Chrysalis Rate: 14 - - Item: Feather_Of_Birds + - Index: 171 + Item: Feather_Of_Birds Rate: 14 - - Item: Talon + - Index: 172 + Item: Talon Rate: 14 - - Item: Sticky_Webfoot + - Index: 173 + Item: Sticky_Webfoot Rate: 14 - - Item: Animal's_Skin + - Index: 174 + Item: Animal's_Skin Rate: 14 - - Item: Claw_Of_Wolves + - Index: 175 + Item: Claw_Of_Wolves Rate: 14 - - Item: Mushroom_Spore + - Index: 176 + Item: Mushroom_Spore Rate: 14 - - Item: Orcish_Cuspid + - Index: 177 + Item: Orcish_Cuspid Rate: 14 - - Item: Evil_Horn + - Index: 178 + Item: Evil_Horn Rate: 14 - - Item: Powder_Of_Butterfly + - Index: 179 + Item: Powder_Of_Butterfly Rate: 14 - - Item: Bill_Of_Birds + - Index: 180 + Item: Bill_Of_Birds Rate: 14 - - Item: Scale_Of_Snakes + - Index: 181 + Item: Scale_Of_Snakes Rate: 14 - - Item: Insect_Feeler + - Index: 182 + Item: Insect_Feeler Rate: 14 - - Item: Immortal_Heart + - Index: 183 + Item: Immortal_Heart Rate: 14 - - Item: Rotten_Bandage + - Index: 184 + Item: Rotten_Bandage Rate: 14 - - Item: Orcish_Voucher + - Index: 185 + Item: Orcish_Voucher Rate: 14 - - Item: Skel_Bone + - Index: 186 + Item: Skel_Bone Rate: 14 - - Item: Mementos + - Index: 187 + Item: Mementos Rate: 14 - - Item: Shell + - Index: 188 + Item: Shell Rate: 14 - - Item: Scales_Shell + - Index: 189 + Item: Scales_Shell Rate: 14 - - Item: Posionous_Canine + - Index: 190 + Item: Posionous_Canine Rate: 14 - - Item: Sticky_Mucus + - Index: 191 + Item: Sticky_Mucus Rate: 14 - - Item: Bee_Sting + - Index: 192 + Item: Bee_Sting Rate: 14 - - Item: Grasshopper's_Leg + - Index: 193 + Item: Grasshopper's_Leg Rate: 14 - - Item: Nose_Ring + - Index: 194 + Item: Nose_Ring Rate: 14 - - Item: Yoyo_Tail + - Index: 195 + Item: Yoyo_Tail Rate: 14 - - Item: Solid_Shell + - Index: 196 + Item: Solid_Shell Rate: 14 - - Item: Horseshoe + - Index: 197 + Item: Horseshoe Rate: 14 - - Item: Raccoon_Leaf + - Index: 198 + Item: Raccoon_Leaf Rate: 14 - - Item: Snail's_Shell + - Index: 199 + Item: Snail's_Shell Rate: 14 - - Item: Horn + - Index: 200 + Item: Horn Rate: 14 - - Item: Bear's_Foot + - Index: 201 + Item: Bear's_Foot Rate: 14 - - Item: Feather + - Index: 202 + Item: Feather Rate: 14 - - Item: Heart_Of_Mermaid + - Index: 203 + Item: Heart_Of_Mermaid Rate: 14 - - Item: Fin + - Index: 204 + Item: Fin Rate: 14 - - Item: Cactus_Needle + - Index: 205 + Item: Cactus_Needle Rate: 14 - - Item: Stone_Heart + - Index: 206 + Item: Stone_Heart Rate: 14 - - Item: Shining_Scales + - Index: 207 + Item: Shining_Scales Rate: 14 - - Item: Worm_Peelings + - Index: 208 + Item: Worm_Peelings Rate: 14 - - Item: Gill + - Index: 209 + Item: Gill Rate: 14 - - Item: Decayed_Nail + - Index: 210 + Item: Decayed_Nail Rate: 14 - - Item: Horrendous_Mouth + - Index: 211 + Item: Horrendous_Mouth Rate: 14 - - Item: Rotten_Scale + - Index: 212 + Item: Rotten_Scale Rate: 14 - - Item: Nipper + - Index: 213 + Item: Nipper Rate: 14 - - Item: Conch + - Index: 214 + Item: Conch Rate: 14 - - Item: Tentacle + - Index: 215 + Item: Tentacle Rate: 14 - - Item: Sharp_Scale + - Index: 216 + Item: Sharp_Scale Rate: 14 - - Item: Crap_Shell + - Index: 217 + Item: Crap_Shell Rate: 14 - - Item: Clam_Shell + - Index: 218 + Item: Clam_Shell Rate: 14 - - Item: Flesh_Of_Clam + - Index: 219 + Item: Flesh_Of_Clam Rate: 14 - - Item: Turtle_Shell + - Index: 220 + Item: Turtle_Shell Rate: 14 - - Item: Voucher_Of_Orcish_Hero + - Index: 221 + Item: Voucher_Of_Orcish_Hero Rate: 14 - - Item: Gold + - Index: 222 + Item: Gold Rate: 14 - - Item: Detrimindexta + - Index: 223 + Item: Detrimindexta Rate: 14 - - Item: Karvodailnirol + - Index: 224 + Item: Karvodailnirol Rate: 14 - - Item: Counteragent + - Index: 225 + Item: Counteragent Rate: 14 - - Item: Mixture + - Index: 226 + Item: Mixture Rate: 14 - - Item: Scarlet_Dyestuffs + - Index: 227 + Item: Scarlet_Dyestuffs Rate: 14 - - Item: Lemon_Dyestuffs + - Index: 228 + Item: Lemon_Dyestuffs Rate: 14 - - Item: Cobaltblue_Dyestuffs + - Index: 229 + Item: Cobaltblue_Dyestuffs Rate: 14 - - Item: Darkgreen_Dyestuffs + - Index: 230 + Item: Darkgreen_Dyestuffs Rate: 14 - - Item: Orange_Dyestuffs + - Index: 231 + Item: Orange_Dyestuffs Rate: 14 - - Item: Violet_Dyestuffs + - Index: 232 + Item: Violet_Dyestuffs Rate: 14 - - Item: White_Dyestuffs + - Index: 233 + Item: White_Dyestuffs Rate: 14 - - Item: Black_Dyestuffs + - Index: 234 + Item: Black_Dyestuffs Rate: 14 - - Item: Anvil + - Index: 235 + Item: Anvil Rate: 14 - - Item: Oridecon_Anvil + - Index: 236 + Item: Oridecon_Anvil Rate: 14 - - Item: Golden_Anvil + - Index: 237 + Item: Golden_Anvil Rate: 14 - - Item: Emperium_Anvil + - Index: 238 + Item: Emperium_Anvil Rate: 14 - - Item: Boody_Red + - Index: 239 + Item: Boody_Red Rate: 14 - - Item: Crystal_Blue + - Index: 240 + Item: Crystal_Blue Rate: 14 - - Item: Wind_Of_Verdure + - Index: 241 + Item: Wind_Of_Verdure Rate: 14 - - Item: Yellow_Live + - Index: 242 + Item: Yellow_Live Rate: 14 - - Item: Flame_Heart + - Index: 243 + Item: Flame_Heart Rate: 14 - - Item: Mistic_Frozen + - Index: 244 + Item: Mistic_Frozen Rate: 14 - - Item: Rough_Wind + - Index: 245 + Item: Rough_Wind Rate: 14 - - Item: Great_Nature + - Index: 246 + Item: Great_Nature Rate: 14 - - Item: Iron + - Index: 247 + Item: Iron Rate: 14 - - Item: Steel + - Index: 248 + Item: Steel Rate: 14 - - Item: Star_Crumb + - Index: 249 + Item: Star_Crumb Rate: 14 - - Item: Sparkling_Dust + - Index: 250 + Item: Sparkling_Dust Rate: 14 - - Item: Iron_Ore + - Index: 251 + Item: Iron_Ore Rate: 14 - - Item: Coal + - Index: 252 + Item: Coal Rate: 14 - - Item: Patriotism_Marks + - Index: 253 + Item: Patriotism_Marks Rate: 14 - - Item: Hammer_Of_Blacksmith + - Index: 254 + Item: Hammer_Of_Blacksmith Rate: 14 - - Item: Old_Magic_Book + - Index: 255 + Item: Old_Magic_Book Rate: 14 - - Item: Penetration + - Index: 256 + Item: Penetration Rate: 14 - - Item: Frozen_Heart + - Index: 257 + Item: Frozen_Heart Rate: 14 - - Item: Sacred_Marks + - Index: 258 + Item: Sacred_Marks Rate: 14 - - Item: Phracon + - Index: 259 + Item: Phracon Rate: 14 - - Item: Emveretarcon + - Index: 260 + Item: Emveretarcon Rate: 14 - - Item: Lizard_Scruff + - Index: 261 + Item: Lizard_Scruff Rate: 14 - - Item: Colorful_Shell + - Index: 262 + Item: Colorful_Shell Rate: 14 - - Item: Jaws_Of_Ant + - Index: 263 + Item: Jaws_Of_Ant Rate: 14 - - Item: Thin_N'_Long_Tongue + - Index: 264 + Item: Thin_N'_Long_Tongue Rate: 14 - - Item: Rat_Tail + - Index: 265 + Item: Rat_Tail Rate: 14 - - Item: Moustache_Of_Mole + - Index: 266 + Item: Moustache_Of_Mole Rate: 14 - - Item: Nail_Of_Mole + - Index: 267 + Item: Nail_Of_Mole Rate: 14 - - Item: Wooden_Block + - Index: 268 + Item: Wooden_Block Rate: 14 - - Item: Long_Hair + - Index: 269 + Item: Long_Hair Rate: 14 - - Item: Dokkaebi_Horn + - Index: 270 + Item: Dokkaebi_Horn Rate: 14 - - Item: Fox_Tail + - Index: 271 + Item: Fox_Tail Rate: 14 - - Item: Fish_Tail + - Index: 272 + Item: Fish_Tail Rate: 14 - - Item: Chinese_Ink + - Index: 273 + Item: Chinese_Ink Rate: 14 - - Item: Spiderweb + - Index: 274 + Item: Spiderweb Rate: 14 - - Item: Acorn + - Index: 275 + Item: Acorn Rate: 14 - - Item: Porcupine_Spike + - Index: 276 + Item: Porcupine_Spike Rate: 14 - - Item: Wild_Boar's_Mane + - Index: 277 + Item: Wild_Boar's_Mane Rate: 14 - - Item: Tiger's_Skin + - Index: 278 + Item: Tiger's_Skin Rate: 14 - - Item: Limb_Of_Mantis + - Index: 279 + Item: Limb_Of_Mantis Rate: 14 - - Item: Blossom_Of_Maneater + - Index: 280 + Item: Blossom_Of_Maneater Rate: 14 - - Item: Root_Of_Maneater + - Index: 281 + Item: Root_Of_Maneater Rate: 14 - - Item: Cobold_Hair + - Index: 282 + Item: Cobold_Hair Rate: 14 - - Item: Dragon_Canine + - Index: 283 + Item: Dragon_Canine Rate: 14 - - Item: Dragon_Scale + - Index: 284 + Item: Dragon_Scale Rate: 14 - - Item: Dragon_Train + - Index: 285 + Item: Dragon_Train Rate: 14 - - Item: Petite_DiablOfs_Horn + - Index: 286 + Item: Petite_DiablOfs_Horn Rate: 14 - - Item: Petite_DiablOfs_Wing + - Index: 287 + Item: Petite_DiablOfs_Wing Rate: 14 - - Item: Elder_Pixie's_Beard + - Index: 288 + Item: Elder_Pixie's_Beard Rate: 14 - - Item: Lantern + - Index: 289 + Item: Lantern Rate: 14 - - Item: Short_Leg + - Index: 290 + Item: Short_Leg Rate: 14 - - Item: Nail_Of_Orc + - Index: 291 + Item: Nail_Of_Orc Rate: 14 - - Item: Tooth_Of_ + - Index: 292 + Item: Tooth_Of_ Rate: 14 - - Item: Sacred_Masque + - Index: 293 + Item: Sacred_Masque Rate: 14 - - Item: Tweezer + - Index: 294 + Item: Tweezer Rate: 14 - - Item: Head_Of_Medusa + - Index: 295 + Item: Head_Of_Medusa Rate: 14 - - Item: Slender_Snake + - Index: 296 + Item: Slender_Snake Rate: 14 - - Item: Skirt_Of_Virgin + - Index: 297 + Item: Skirt_Of_Virgin Rate: 14 - - Item: Tendon + - Index: 298 + Item: Tendon Rate: 14 - - Item: Detonator + - Index: 299 + Item: Detonator Rate: 14 - - Item: Single_Cell + - Index: 300 + Item: Single_Cell Rate: 14 - - Item: Tooth_Of_Ancient_Fish + - Index: 301 + Item: Tooth_Of_Ancient_Fish Rate: 14 - - Item: Lip_Of_Ancient_Fish + - Index: 302 + Item: Lip_Of_Ancient_Fish Rate: 14 - - Item: Earthworm_Peeling + - Index: 303 + Item: Earthworm_Peeling Rate: 14 - - Item: Grit + - Index: 304 + Item: Grit Rate: 14 - - Item: Moth_Dust + - Index: 305 + Item: Moth_Dust Rate: 14 - - Item: Wing_Of_Moth + - Index: 306 + Item: Wing_Of_Moth Rate: 14 - - Item: Transparent_Cloth + - Index: 307 + Item: Transparent_Cloth Rate: 14 - - Item: Golden_Hair + - Index: 308 + Item: Golden_Hair Rate: 14 - - Item: Starsand_Of_Witch + - Index: 309 + Item: Starsand_Of_Witch Rate: 14 - - Item: Pumpkin_Head + - Index: 310 + Item: Pumpkin_Head Rate: 14 - - Item: Sharpened_Cuspid + - Index: 311 + Item: Sharpened_Cuspid Rate: 14 - - Item: Reins + - Index: 312 + Item: Reins Rate: 14 - - Item: Booby_Trap + - Index: 313 + Item: Booby_Trap Rate: 14 - - Item: Tree_Of_Archer_1 + - Index: 314 + Item: Tree_Of_Archer_1 Rate: 14 - - Item: Tree_Of_Archer_2 + - Index: 315 + Item: Tree_Of_Archer_2 Rate: 14 - - Item: Tree_Of_Archer_3 + - Index: 316 + Item: Tree_Of_Archer_3 Rate: 14 - - Item: Morocc_Potion + - Index: 317 + Item: Morocc_Potion Rate: 14 - - Item: Payon_Potion + - Index: 318 + Item: Payon_Potion Rate: 14 - - Item: Empty_Cylinder + - Index: 319 + Item: Empty_Cylinder Rate: 14 - - Item: Empty_Potion + - Index: 320 + Item: Empty_Potion Rate: 14 - - Item: Short_Daenggie + - Index: 321 + Item: Short_Daenggie Rate: 14 - - Item: Needle_Of_Alarm + - Index: 322 + Item: Needle_Of_Alarm Rate: 14 - - Item: Round_Shell + - Index: 323 + Item: Round_Shell Rate: 14 - - Item: Worn_Out_Page + - Index: 324 + Item: Worn_Out_Page Rate: 14 - - Item: Manacles + - Index: 325 + Item: Manacles Rate: 14 - - Item: Worn_Out_Prison_Uniform + - Index: 326 + Item: Worn_Out_Prison_Uniform Rate: 14 - - Item: Sword_ + - Index: 327 + Item: Sword_ Rate: 7 - - Item: Falchion_ + - Index: 328 + Item: Falchion_ Rate: 7 - - Item: Blade_ + - Index: 329 + Item: Blade_ Rate: 7 - - Item: Lapier_ + - Index: 330 + Item: Lapier_ Rate: 7 - - Item: Scimiter_ + - Index: 331 + Item: Scimiter_ Rate: 7 - - Item: Katana_ + - Index: 332 + Item: Katana_ Rate: 7 - - Item: Tsurugi_ + - Index: 333 + Item: Tsurugi_ Rate: 7 - - Item: Orcish_Sword + - Index: 334 + Item: Orcish_Sword Rate: 7 - - Item: Ring_Pommel_Saber_ + - Index: 335 + Item: Ring_Pommel_Saber_ Rate: 7 - - Item: Saber_ + - Index: 336 + Item: Saber_ Rate: 7 - - Item: Hae_Dong_Gum_ + - Index: 337 + Item: Hae_Dong_Gum_ Rate: 7 - - Item: Flamberge + - Index: 338 + Item: Flamberge Rate: 7 - - Item: Town_Sword_ + - Index: 339 + Item: Town_Sword_ Rate: 1 - - Item: Star_Dust_Blade + - Index: 340 + Item: Star_Dust_Blade Rate: 1 - - Item: Slayer_ + - Index: 341 + Item: Slayer_ Rate: 7 - - Item: Bastard_Sword_ + - Index: 342 + Item: Bastard_Sword_ Rate: 7 - - Item: Two_Hand_Sword_ + - Index: 343 + Item: Two_Hand_Sword_ Rate: 7 - - Item: Broad_Sword_ + - Index: 344 + Item: Broad_Sword_ Rate: 7 - - Item: Claymore + - Index: 345 + Item: Claymore Rate: 7 - - Item: Knife_ + - Index: 346 + Item: Knife_ Rate: 7 - - Item: Cutter_ + - Index: 347 + Item: Cutter_ Rate: 7 - - Item: Main_Gauche_ + - Index: 348 + Item: Main_Gauche_ Rate: 7 - - Item: Dirk_ + - Index: 349 + Item: Dirk_ Rate: 7 - - Item: Dagger_ + - Index: 350 + Item: Dagger_ Rate: 7 - - Item: Stiletto_ + - Index: 351 + Item: Stiletto_ Rate: 7 - - Item: Gladius_ + - Index: 352 + Item: Gladius_ Rate: 7 - - Item: Damascus_ + - Index: 353 + Item: Damascus_ Rate: 7 - - Item: Novice_Knife + - Index: 354 + Item: Novice_Knife Rate: 7 - - Item: Jur_ + - Index: 355 + Item: Jur_ Rate: 7 - - Item: Katar_ + - Index: 356 + Item: Katar_ Rate: 7 - - Item: Jamadhar_ + - Index: 357 + Item: Jamadhar_ Rate: 7 - - Item: Katar_Of_Cold_Icicle + - Index: 358 + Item: Katar_Of_Cold_Icicle Rate: 7 - - Item: Katar_Of_Thornbush + - Index: 359 + Item: Katar_Of_Thornbush Rate: 7 - - Item: Katar_Of_Raging_Blaze + - Index: 360 + Item: Katar_Of_Raging_Blaze Rate: 7 - - Item: Katar_Of_Piercing_Wind + - Index: 361 + Item: Katar_Of_Piercing_Wind Rate: 7 - - Item: Nail_Of_Loki + - Index: 362 + Item: Nail_Of_Loki Rate: 1 - - Item: Unholy_Touch + - Index: 363 + Item: Unholy_Touch Rate: 1 - - Item: Various_Jur + - Index: 364 + Item: Various_Jur Rate: 2 - - Item: Bloody_Roar + - Index: 365 + Item: Bloody_Roar Rate: 1 - - Item: Inverse_Scale + - Index: 366 + Item: Inverse_Scale Rate: 1 - - Item: Blood_Tears + - Index: 367 + Item: Blood_Tears Rate: 1 - - Item: Axe_ + - Index: 368 + Item: Axe_ Rate: 7 - - Item: Orcish_Axe + - Index: 369 + Item: Orcish_Axe Rate: 7 - - Item: Windhawk + - Index: 370 + Item: Windhawk Rate: 1 - - Item: Battle_Axe_ + - Index: 371 + Item: Battle_Axe_ Rate: 7 - - Item: Hammer_ + - Index: 372 + Item: Hammer_ Rate: 7 - - Item: Buster_ + - Index: 373 + Item: Buster_ Rate: 7 - - Item: Two_Handed_Axe_ + - Index: 374 + Item: Two_Handed_Axe_ Rate: 7 - - Item: Doom_Slayer + - Index: 375 + Item: Doom_Slayer Rate: 1 - - Item: Heart_Breaker + - Index: 376 + Item: Heart_Breaker Rate: 1 - - Item: Hurricane_Fury + - Index: 377 + Item: Hurricane_Fury Rate: 1 - - Item: Javelin_ + - Index: 378 + Item: Javelin_ Rate: 7 - - Item: Spear_ + - Index: 379 + Item: Spear_ Rate: 7 - - Item: Pike_ + - Index: 380 + Item: Pike_ Rate: 7 - - Item: Lance_ + - Index: 381 + Item: Lance_ Rate: 7 - - Item: Guisarme_ + - Index: 382 + Item: Guisarme_ Rate: 7 - - Item: Glaive_ + - Index: 383 + Item: Glaive_ Rate: 7 - - Item: Partizan_ + - Index: 384 + Item: Partizan_ Rate: 7 - - Item: Trident_ + - Index: 385 + Item: Trident_ Rate: 7 - - Item: Halberd_ + - Index: 386 + Item: Halberd_ Rate: 7 - - Item: Staff_Of_Soul + - Index: 387 + Item: Staff_Of_Soul Rate: 7 - - Item: Gae_Bolg + - Index: 388 + Item: Gae_Bolg Rate: 1 - - Item: Ahlspiess + - Index: 389 + Item: Ahlspiess Rate: 1 - - Item: Club_ + - Index: 390 + Item: Club_ Rate: 7 - - Item: Mace_ + - Index: 391 + Item: Mace_ Rate: 7 - - Item: Smasher_ + - Index: 392 + Item: Smasher_ Rate: 7 - - Item: Flail_ + - Index: 393 + Item: Flail_ Rate: 7 - - Item: Morning_Star_ + - Index: 394 + Item: Morning_Star_ Rate: 7 - - Item: Sword_Mace_ + - Index: 395 + Item: Sword_Mace_ Rate: 7 - - Item: Chain_ + - Index: 396 + Item: Chain_ Rate: 7 - - Item: Stunner + - Index: 397 + Item: Stunner Rate: 7 - - Item: Book + - Index: 398 + Item: Book Rate: 7 - - Item: Bible + - Index: 399 + Item: Bible Rate: 7 - - Item: Tablet + - Index: 400 + Item: Tablet Rate: 7 - - Item: Book_Of_Billows + - Index: 401 + Item: Book_Of_Billows Rate: 7 - - Item: Book_Of_Mother_Earth + - Index: 402 + Item: Book_Of_Mother_Earth Rate: 7 - - Item: Book_Of_Blazing_Sun + - Index: 403 + Item: Book_Of_Blazing_Sun Rate: 7 - - Item: Book_Of_Gust_Of_Wind + - Index: 404 + Item: Book_Of_Gust_Of_Wind Rate: 7 - - Item: Girl's_Diary + - Index: 405 + Item: Girl's_Diary Rate: 7 - - Item: Legacy_Of_Dragon + - Index: 406 + Item: Legacy_Of_Dragon Rate: 1 - - Item: Diary_Of_Great_Sage + - Index: 407 + Item: Diary_Of_Great_Sage Rate: 1 - - Item: Hardback + - Index: 408 + Item: Hardback Rate: 1 - - Item: Rod_ + - Index: 409 + Item: Rod_ Rate: 7 - - Item: Wand_ + - Index: 410 + Item: Wand_ Rate: 7 - - Item: Staff_ + - Index: 411 + Item: Staff_ Rate: 7 - - Item: Arc_Wand_ + - Index: 412 + Item: Arc_Wand_ Rate: 7 - - Item: Mighty_Staff + - Index: 413 + Item: Mighty_Staff Rate: 7 - - Item: Blessed_Wand + - Index: 414 + Item: Blessed_Wand Rate: 7 - - Item: Bone_Wand + - Index: 415 + Item: Bone_Wand Rate: 7 - - Item: Staff_Of_Wing + - Index: 416 + Item: Staff_Of_Wing Rate: 1 - - Item: Survival_Rod_ + - Index: 417 + Item: Survival_Rod_ Rate: 1 - - Item: Survival_Rod2_ + - Index: 418 + Item: Survival_Rod2_ Rate: 1 - - Item: Hypnotist's_Staff_ + - Index: 419 + Item: Hypnotist's_Staff_ Rate: 1 - - Item: Bow_ + - Index: 420 + Item: Bow_ Rate: 7 - - Item: Composite_Bow_ + - Index: 421 + Item: Composite_Bow_ Rate: 7 - - Item: Great_Bow_ + - Index: 422 + Item: Great_Bow_ Rate: 7 - - Item: CrossBow_ + - Index: 423 + Item: CrossBow_ Rate: 7 - - Item: Arbalest_ + - Index: 424 + Item: Arbalest_ Rate: 7 - - Item: Kakkung_ + - Index: 425 + Item: Kakkung_ Rate: 7 - - Item: Hunter_Bow + - Index: 426 + Item: Hunter_Bow Rate: 7 - - Item: Luna_Bow + - Index: 427 + Item: Luna_Bow Rate: 1 - - Item: Dragon_Wing + - Index: 428 + Item: Dragon_Wing Rate: 1 - - Item: Burning_Bow + - Index: 429 + Item: Burning_Bow Rate: 1 - - Item: Frozen_Bow + - Index: 430 + Item: Frozen_Bow Rate: 1 - - Item: Earth_Bow + - Index: 431 + Item: Earth_Bow Rate: 1 - - Item: Gust_Bow + - Index: 432 + Item: Gust_Bow Rate: 1 - - Item: Arrow + - Index: 433 + Item: Arrow Rate: 14 - - Item: Silver_Arrow + - Index: 434 + Item: Silver_Arrow Rate: 14 - - Item: Fire_Arrow + - Index: 435 + Item: Fire_Arrow Rate: 14 - - Item: Steel_Arrow + - Index: 436 + Item: Steel_Arrow Rate: 14 - - Item: Crystal_Arrow + - Index: 437 + Item: Crystal_Arrow Rate: 14 - - Item: Arrow_Of_Wind + - Index: 438 + Item: Arrow_Of_Wind Rate: 14 - - Item: Stone_Arrow + - Index: 439 + Item: Stone_Arrow Rate: 14 - - Item: Immatrial_Arrow + - Index: 440 + Item: Immatrial_Arrow Rate: 14 - - Item: Stun_Arrow + - Index: 441 + Item: Stun_Arrow Rate: 14 - - Item: Freezing_Arrow + - Index: 442 + Item: Freezing_Arrow Rate: 14 - - Item: Flash_Arrow + - Index: 443 + Item: Flash_Arrow Rate: 14 - - Item: Curse_Arrow + - Index: 444 + Item: Curse_Arrow Rate: 14 - - Item: Rusty_Arrow + - Index: 445 + Item: Rusty_Arrow Rate: 14 - - Item: Poison_Arrow + - Index: 446 + Item: Poison_Arrow Rate: 14 - - Item: Incisive_Arrow + - Index: 447 + Item: Incisive_Arrow Rate: 14 - - Item: Oridecon_Arrow + - Index: 448 + Item: Oridecon_Arrow Rate: 14 - - Item: Arrow_Of_Shadow + - Index: 449 + Item: Arrow_Of_Shadow Rate: 14 - - Item: Sleep_Arrow + - Index: 450 + Item: Sleep_Arrow Rate: 14 - - Item: Silence_Arrow + - Index: 451 + Item: Silence_Arrow Rate: 14 - - Item: Iron_Arrow + - Index: 452 + Item: Iron_Arrow Rate: 14 - - Item: Waghnakh_ + - Index: 453 + Item: Waghnakh_ Rate: 7 - - Item: Knuckle_Duster_ + - Index: 454 + Item: Knuckle_Duster_ Rate: 7 - - Item: Hora_ + - Index: 455 + Item: Hora_ Rate: 7 - - Item: Fist_ + - Index: 456 + Item: Fist_ Rate: 7 - - Item: Claw_ + - Index: 457 + Item: Claw_ Rate: 7 - - Item: Finger_ + - Index: 458 + Item: Finger_ Rate: 7 - - Item: Claw_Of_Garm + - Index: 459 + Item: Claw_Of_Garm Rate: 1 - - Item: Magma_Fist + - Index: 460 + Item: Magma_Fist Rate: 1 - - Item: Icicle_Fist + - Index: 461 + Item: Icicle_Fist Rate: 1 - - Item: Electric_Fist + - Index: 462 + Item: Electric_Fist Rate: 1 - - Item: Seismic_Fist + - Index: 463 + Item: Seismic_Fist Rate: 1 - - Item: Combo_Battle_Glove + - Index: 464 + Item: Combo_Battle_Glove Rate: 1 - - Item: Violin_ + - Index: 465 + Item: Violin_ Rate: 7 - - Item: Mandolin_ + - Index: 466 + Item: Mandolin_ Rate: 7 - - Item: Lute_ + - Index: 467 + Item: Lute_ Rate: 7 - - Item: Guitar_ + - Index: 468 + Item: Guitar_ Rate: 7 - - Item: Harp_ + - Index: 469 + Item: Harp_ Rate: 7 - - Item: Guh_Moon_Goh_ + - Index: 470 + Item: Guh_Moon_Goh_ Rate: 7 - - Item: Guitar_Of_Passion + - Index: 471 + Item: Guitar_Of_Passion Rate: 1 - - Item: Guitar_Of_Blue_Solo + - Index: 472 + Item: Guitar_Of_Blue_Solo Rate: 1 - - Item: Guitar_Of_Vast_Land + - Index: 473 + Item: Guitar_Of_Vast_Land Rate: 1 - - Item: Guitar_Of_Gentle_Breeze + - Index: 474 + Item: Guitar_Of_Gentle_Breeze Rate: 1 - - Item: Oriental_Lute + - Index: 475 + Item: Oriental_Lute Rate: 1 - - Item: Base_Guitar + - Index: 476 + Item: Base_Guitar Rate: 1 - - Item: Rope_ + - Index: 477 + Item: Rope_ Rate: 7 - - Item: Line_ + - Index: 478 + Item: Line_ Rate: 7 - - Item: Wire_ + - Index: 479 + Item: Wire_ Rate: 7 - - Item: Rante_ + - Index: 480 + Item: Rante_ Rate: 7 - - Item: Tail_ + - Index: 481 + Item: Tail_ Rate: 7 - - Item: Whip_ + - Index: 482 + Item: Whip_ Rate: 7 - - Item: Whip_Of_Red_Flame + - Index: 483 + Item: Whip_Of_Red_Flame Rate: 1 - - Item: Whip_Of_Ice_Piece + - Index: 484 + Item: Whip_Of_Ice_Piece Rate: 1 - - Item: Whip_Of_Earth + - Index: 485 + Item: Whip_Of_Earth Rate: 1 - - Item: Jump_Rope + - Index: 486 + Item: Jump_Rope Rate: 1 - - Item: Bladed_Whip + - Index: 487 + Item: Bladed_Whip Rate: 1 - - Item: Queen's_Whip + - Index: 488 + Item: Queen's_Whip Rate: 1 - - Item: Electric_Wire + - Index: 489 + Item: Electric_Wire Rate: 1 - - Item: Electric_Eel + - Index: 490 + Item: Electric_Eel Rate: 1 - - Item: Sea_Witch_Foot + - Index: 491 + Item: Sea_Witch_Foot Rate: 1 - - Item: Carrot_Whip + - Index: 492 + Item: Carrot_Whip Rate: 1 - - Item: Guard_ + - Index: 493 + Item: Guard_ Rate: 7 - - Item: Buckler_ + - Index: 494 + Item: Buckler_ Rate: 7 - - Item: Shield_ + - Index: 495 + Item: Shield_ Rate: 7 - - Item: Mirror_Shield_ + - Index: 496 + Item: Mirror_Shield_ Rate: 7 - - Item: Memorize_Book + - Index: 497 + Item: Memorize_Book Rate: 7 - - Item: Novice_Guard + - Index: 498 + Item: Novice_Guard Rate: 7 - - Item: Sunglasses + - Index: 499 + Item: Sunglasses Rate: 7 - - Item: Glasses + - Index: 500 + Item: Glasses Rate: 7 - - Item: Diver's_Goggles + - Index: 501 + Item: Diver's_Goggles Rate: 7 - - Item: Wedding_Veil + - Index: 502 + Item: Wedding_Veil Rate: 7 - - Item: Fancy_Flower + - Index: 503 + Item: Fancy_Flower Rate: 7 - - Item: Ribbon + - Index: 504 + Item: Ribbon Rate: 7 - - Item: Ribbon_ + - Index: 505 + Item: Ribbon_ Rate: 7 - - Item: Hair_Band + - Index: 506 + Item: Hair_Band Rate: 7 - - Item: Bandana + - Index: 507 + Item: Bandana Rate: 7 - - Item: Eye_Bandage + - Index: 508 + Item: Eye_Bandage Rate: 7 - - Item: Cat_Hairband + - Index: 509 + Item: Cat_Hairband Rate: 7 - - Item: Bunny_Band + - Index: 510 + Item: Bunny_Band Rate: 7 - - Item: Flower_Hairband + - Index: 511 + Item: Flower_Hairband Rate: 7 - - Item: Biretta + - Index: 512 + Item: Biretta Rate: 7 - - Item: Biretta_ + - Index: 513 + Item: Biretta_ Rate: 7 - - Item: Flu_Mask + - Index: 514 + Item: Flu_Mask Rate: 7 - - Item: Hat + - Index: 515 + Item: Hat Rate: 7 - - Item: Hat_ + - Index: 516 + Item: Hat_ Rate: 7 - - Item: Turban + - Index: 517 + Item: Turban Rate: 7 - - Item: Turban_ + - Index: 518 + Item: Turban_ Rate: 7 - - Item: Goggle + - Index: 519 + Item: Goggle Rate: 7 - - Item: Goggle_ + - Index: 520 + Item: Goggle_ Rate: 7 - - Item: Cap + - Index: 521 + Item: Cap Rate: 7 - - Item: Cap_ + - Index: 522 + Item: Cap_ Rate: 7 - - Item: Helm + - Index: 523 + Item: Helm Rate: 7 - - Item: Helm_ + - Index: 524 + Item: Helm_ Rate: 7 - - Item: Gemmed_Sallet + - Index: 525 + Item: Gemmed_Sallet Rate: 7 - - Item: Gemmed_Sallet_ + - Index: 526 + Item: Gemmed_Sallet_ Rate: 7 - - Item: Circlet + - Index: 527 + Item: Circlet Rate: 7 - - Item: Circlet_ + - Index: 528 + Item: Circlet_ Rate: 7 - - Item: Santa's_Hat + - Index: 529 + Item: Santa's_Hat Rate: 7 - - Item: One_Eyed_Glass + - Index: 530 + Item: One_Eyed_Glass Rate: 7 - - Item: Granpa_Beard + - Index: 531 + Item: Granpa_Beard Rate: 7 - - Item: Luxury_Sunglasses + - Index: 532 + Item: Luxury_Sunglasses Rate: 7 - - Item: Spinning_Eyes + - Index: 533 + Item: Spinning_Eyes Rate: 7 - - Item: Big_Sis'_Ribbon + - Index: 534 + Item: Big_Sis'_Ribbon Rate: 7 - - Item: Sweet_Gents + - Index: 535 + Item: Sweet_Gents Rate: 7 - - Item: Golden_Gear + - Index: 536 + Item: Golden_Gear Rate: 7 - - Item: Oldman's_Romance + - Index: 537 + Item: Oldman's_Romance Rate: 7 - - Item: Western_Grace + - Index: 538 + Item: Western_Grace Rate: 7 - - Item: Coronet + - Index: 539 + Item: Coronet Rate: 1 - - Item: Fillet + - Index: 540 + Item: Fillet Rate: 7 - - Item: Holy_Bonnet + - Index: 541 + Item: Holy_Bonnet Rate: 7 - - Item: Star_Sparkling + - Index: 542 + Item: Star_Sparkling Rate: 7 - - Item: Sunflower + - Index: 543 + Item: Sunflower Rate: 7 - - Item: Angelic_Chain + - Index: 544 + Item: Angelic_Chain Rate: 1 - - Item: Satanic_Chain + - Index: 545 + Item: Satanic_Chain Rate: 1 - - Item: Snowy_Horn + - Index: 546 + Item: Snowy_Horn Rate: 7 - - Item: Sharp_Gear + - Index: 547 + Item: Sharp_Gear Rate: 1 - - Item: Mini_Propeller + - Index: 548 + Item: Mini_Propeller Rate: 7 - - Item: Mini_Glasses + - Index: 549 + Item: Mini_Glasses Rate: 7 - - Item: Prontera_Army_Cap + - Index: 550 + Item: Prontera_Army_Cap Rate: 7 - - Item: Pierrot_Nose + - Index: 551 + Item: Pierrot_Nose Rate: 7 - - Item: Gangster_Patch + - Index: 552 + Item: Gangster_Patch Rate: 7 - - Item: Ganster_Mask + - Index: 553 + Item: Ganster_Mask Rate: 7 - - Item: Iron_Cane + - Index: 554 + Item: Iron_Cane Rate: 7 - - Item: Cigar + - Index: 555 + Item: Cigar Rate: 7 - - Item: Smoking_Pipe + - Index: 556 + Item: Smoking_Pipe Rate: 7 - - Item: Centimental_Flower + - Index: 557 + Item: Centimental_Flower Rate: 7 - - Item: Centimental_Leaf + - Index: 558 + Item: Centimental_Leaf Rate: 7 - - Item: Jack_A_Dandy + - Index: 559 + Item: Jack_A_Dandy Rate: 7 - - Item: Ghost_Bandana + - Index: 560 + Item: Ghost_Bandana Rate: 1 - - Item: Red_Bandana + - Index: 561 + Item: Red_Bandana Rate: 7 - - Item: Eagle_Eyes + - Index: 562 + Item: Eagle_Eyes Rate: 7 - - Item: Nurse_Cap + - Index: 563 + Item: Nurse_Cap Rate: 7 - - Item: Mr_Smile + - Index: 564 + Item: Mr_Smile Rate: 7 - - Item: Bomb_Wick + - Index: 565 + Item: Bomb_Wick Rate: 7 - - Item: Spirit_Chain + - Index: 566 + Item: Spirit_Chain Rate: 7 - - Item: Apple_Of_Archer + - Index: 567 + Item: Apple_Of_Archer Rate: 7 - - Item: Elven_Ears + - Index: 568 + Item: Elven_Ears Rate: 1 - - Item: Pirate_Bandana + - Index: 569 + Item: Pirate_Bandana Rate: 7 - - Item: Mr_Scream + - Index: 570 + Item: Mr_Scream Rate: 7 - - Item: Poo_Poo_Hat + - Index: 571 + Item: Poo_Poo_Hat Rate: 7 - - Item: Funeral_Costume + - Index: 572 + Item: Funeral_Costume Rate: 7 - - Item: Masquerade + - Index: 573 + Item: Masquerade Rate: 7 - - Item: Star_Dust + - Index: 574 + Item: Star_Dust Rate: 7 - - Item: Blinker + - Index: 575 + Item: Blinker Rate: 7 - - Item: Goblini_Mask + - Index: 576 + Item: Goblini_Mask Rate: 7 - - Item: Green_Feeler + - Index: 577 + Item: Green_Feeler Rate: 7 - - Item: Viking_Helm + - Index: 578 + Item: Viking_Helm Rate: 7 - - Item: Cotton_Shirt_ + - Index: 579 + Item: Cotton_Shirt_ Rate: 7 - - Item: Leather_Jacket_ + - Index: 580 + Item: Leather_Jacket_ Rate: 7 - - Item: Adventurere's_Suit_ + - Index: 581 + Item: Adventurere's_Suit_ Rate: 7 - - Item: Mantle_ + - Index: 582 + Item: Mantle_ Rate: 7 - - Item: Coat_ + - Index: 583 + Item: Coat_ Rate: 7 - - Item: Mink_Coat + - Index: 584 + Item: Mink_Coat Rate: 7 - - Item: Padded_Armor_ + - Index: 585 + Item: Padded_Armor_ Rate: 7 - - Item: Chain_Mail_ + - Index: 586 + Item: Chain_Mail_ Rate: 7 - - Item: Plate_Armor_ + - Index: 587 + Item: Plate_Armor_ Rate: 7 - - Item: Clothes_Of_The_Lord + - Index: 588 + Item: Clothes_Of_The_Lord Rate: 7 - - Item: Formal_Suit + - Index: 589 + Item: Formal_Suit Rate: 7 - - Item: Silk_Robe_ + - Index: 590 + Item: Silk_Robe_ Rate: 7 - - Item: Scapulare_ + - Index: 591 + Item: Scapulare_ Rate: 7 - - Item: Saint_Robe_ + - Index: 592 + Item: Saint_Robe_ Rate: 7 - - Item: Holy_Robe + - Index: 593 + Item: Holy_Robe Rate: 1 - - Item: Wooden_Mail_ + - Index: 594 + Item: Wooden_Mail_ Rate: 7 - - Item: Tights_ + - Index: 595 + Item: Tights_ Rate: 7 - - Item: Silver_Robe_ + - Index: 596 + Item: Silver_Robe_ Rate: 7 - - Item: Mage_Coat + - Index: 597 + Item: Mage_Coat Rate: 1 - - Item: Thief_Clothes_ + - Index: 598 + Item: Thief_Clothes_ Rate: 7 - - Item: Ninja_Suit + - Index: 599 + Item: Ninja_Suit Rate: 7 - - Item: G_Strings + - Index: 600 + Item: G_Strings Rate: 7 - - Item: Novice_Breast + - Index: 601 + Item: Novice_Breast Rate: 7 - - Item: Novice_Plate + - Index: 602 + Item: Novice_Plate Rate: 7 - - Item: Sandals_ + - Index: 603 + Item: Sandals_ Rate: 7 - - Item: Shoes_ + - Index: 604 + Item: Shoes_ Rate: 7 - - Item: Boots_ + - Index: 605 + Item: Boots_ Rate: 7 - - Item: Chrystal_Pumps + - Index: 606 + Item: Chrystal_Pumps Rate: 7 - - Item: Cuffs + - Index: 607 + Item: Cuffs Rate: 7 - - Item: Spiky_Heel + - Index: 608 + Item: Spiky_Heel Rate: 7 - - Item: Grave + - Index: 609 + Item: Grave Rate: 7 - - Item: Novice_Boots + - Index: 610 + Item: Novice_Boots Rate: 7 - - Item: Hood_ + - Index: 611 + Item: Hood_ Rate: 7 - - Item: Muffler_ + - Index: 612 + Item: Muffler_ Rate: 7 - - Item: Manteau_ + - Index: 613 + Item: Manteau_ Rate: 7 - - Item: Cape_Of_Ancient_Lord + - Index: 614 + Item: Cape_Of_Ancient_Lord Rate: 7 - - Item: Ragamuffin_Cape + - Index: 615 + Item: Ragamuffin_Cape Rate: 7 - - Item: Novice_Hood + - Index: 616 + Item: Novice_Hood Rate: 7 - - Item: Celestial_Robe + - Index: 617 + Item: Celestial_Robe Rate: 1 - - Item: Pauldron + - Index: 618 + Item: Pauldron Rate: 1 - - Item: Wing_Of_Eagle + - Index: 619 + Item: Wing_Of_Eagle Rate: 1 - - Item: Ring + - Index: 620 + Item: Ring Rate: 7 - - Item: Earring + - Index: 621 + Item: Earring Rate: 7 - - Item: Necklace + - Index: 622 + Item: Necklace Rate: 7 - - Item: Glove + - Index: 623 + Item: Glove Rate: 7 - - Item: Brooch + - Index: 624 + Item: Brooch Rate: 7 - - Item: Clip + - Index: 625 + Item: Clip Rate: 7 - - Item: Rosary + - Index: 626 + Item: Rosary Rate: 7 - - Item: Skul_Ring + - Index: 627 + Item: Skul_Ring Rate: 7 - - Item: Gold_Ring + - Index: 628 + Item: Gold_Ring Rate: 7 - - Item: Silver_Ring + - Index: 629 + Item: Silver_Ring Rate: 7 - - Item: Flower_Ring + - Index: 630 + Item: Flower_Ring Rate: 7 - - Item: Diamond_Ring + - Index: 631 + Item: Diamond_Ring Rate: 7 - - Item: An_Eye_Of_Dullahan + - Index: 632 + Item: An_Eye_Of_Dullahan Rate: 1 - - Item: Safety_Ring + - Index: 633 + Item: Safety_Ring Rate: 1 - - Item: Critical_Ring + - Index: 634 + Item: Critical_Ring Rate: 1 - - Item: Mitten_Of_Presbyter + - Index: 635 + Item: Mitten_Of_Presbyter Rate: 7 - - Item: Matyr's_Flea_Guard + - Index: 636 + Item: Matyr's_Flea_Guard Rate: 7 - - Item: Ring_ + - Index: 637 + Item: Ring_ Rate: 1 - - Item: Earring_ + - Index: 638 + Item: Earring_ Rate: 1 - - Item: Necklace_ + - Index: 639 + Item: Necklace_ Rate: 1 - - Item: Glove_ + - Index: 640 + Item: Glove_ Rate: 1 - - Item: Brooch_ + - Index: 641 + Item: Brooch_ Rate: 1 - - Item: Rosary_ + - Index: 642 + Item: Rosary_ Rate: 1 - - Item: Belt + - Index: 643 + Item: Belt Rate: 7 - - Item: Novice_Armlet + - Index: 644 + Item: Novice_Armlet Rate: 7 - - Item: Cursed_Lucky_Brooch + - Index: 645 + Item: Cursed_Lucky_Brooch Rate: 1 - - Item: Shinobi's_Sash + - Index: 646 + Item: Shinobi's_Sash Rate: 1 - - Item: Bloody_Iron_Ball + - Index: 647 + Item: Bloody_Iron_Ball Rate: 1 - - Item: Hyper_Changer + - Index: 648 + Item: Hyper_Changer Rate: 1 - - Item: Gemmed_Crown + - Index: 649 + Item: Gemmed_Crown Rate: 1 - - Item: Joker_Jester + - Index: 650 + Item: Joker_Jester Rate: 7 - - Item: Gas_Mask + - Index: 651 + Item: Gas_Mask Rate: 7 - - Item: Machoman_Glasses + - Index: 652 + Item: Machoman_Glasses Rate: 7 - - Item: Loard_Circlet + - Index: 653 + Item: Loard_Circlet Rate: 1 - - Item: Safety_Helmet + - Index: 654 + Item: Safety_Helmet Rate: 7 - - Item: Indian_Hair_Piece + - Index: 655 + Item: Indian_Hair_Piece Rate: 7 - - Item: Antenna + - Index: 656 + Item: Antenna Rate: 7 - - Item: Fin_Helm + - Index: 657 + Item: Fin_Helm Rate: 7 - - Item: Egg_Shell + - Index: 658 + Item: Egg_Shell Rate: 7 - - Item: Bone_Helm + - Index: 659 + Item: Bone_Helm Rate: 1 - - Item: Panda_Cap + - Index: 660 + Item: Panda_Cap Rate: 7 - - Item: Poring_Hat + - Index: 661 + Item: Poring_Hat Rate: 7 - - Item: Fruit_Shell + - Index: 662 + Item: Fruit_Shell Rate: 7 - - Item: Spinx_Helm + - Index: 663 + Item: Spinx_Helm Rate: 1 - - Item: Novice_Egg_Cap + - Index: 664 + Item: Novice_Egg_Cap Rate: 7 - - Item: Horn_Of_Succubus + - Index: 665 + Item: Horn_Of_Succubus Rate: 1 - - Item: Inccubus_Horn + - Index: 666 + Item: Inccubus_Horn Rate: 1 - - Item: Pair_Of_Red_Ribbon + - Index: 667 + Item: Pair_Of_Red_Ribbon Rate: 1 - - Item: Goblin_Mask_02 + - Index: 668 + Item: Goblin_Mask_02 Rate: 7 - - Item: Goblin_Mask_03 + - Index: 669 + Item: Goblin_Mask_03 Rate: 7 - - Item: Goblin_Mask_04 + - Index: 670 + Item: Goblin_Mask_04 Rate: 7 - - Item: Galapago_Cap + - Index: 671 + Item: Galapago_Cap Rate: 1 - - Item: Angry_Mouth + - Index: 672 + Item: Angry_Mouth Rate: 1 - - Item: Banana_Hat + - Index: 673 + Item: Banana_Hat Rate: 1 - - Item: Ear_Of_Puppy + - Index: 674 + Item: Ear_Of_Puppy Rate: 1 - - Item: Super_Novice_Hat_ + - Index: 675 + Item: Super_Novice_Hat_ Rate: 1 - - Item: Fedora_ + - Index: 676 + Item: Fedora_ Rate: 1 - - Item: Mould_Powder + - Index: 677 + Item: Mould_Powder Rate: 14 - - Item: Ogre_Tooth + - Index: 678 + Item: Ogre_Tooth Rate: 14 - - Item: Anolian_Skin + - Index: 679 + Item: Anolian_Skin Rate: 14 - - Item: Mud_Lump + - Index: 680 + Item: Mud_Lump Rate: 14 - - Item: Skull + - Index: 681 + Item: Skull Rate: 14 - - Item: Wing_Of_Red_Bat + - Index: 682 + Item: Wing_Of_Red_Bat Rate: 14 - - Item: Claw_Of_Rat + - Index: 683 + Item: Claw_Of_Rat Rate: 14 - - Item: Stiff_Horn + - Index: 684 + Item: Stiff_Horn Rate: 14 - - Item: Glitter_Shell + - Index: 685 + Item: Glitter_Shell Rate: 14 - - Item: Tail_Of_Steel_Scorpion + - Index: 686 + Item: Tail_Of_Steel_Scorpion Rate: 14 - - Item: Claw_Of_Monkey + - Index: 687 + Item: Claw_Of_Monkey Rate: 14 - - Item: Tough_Scalelike_Stem + - Index: 688 + Item: Tough_Scalelike_Stem Rate: 14 - - Item: Coral_Reef + - Index: 689 + Item: Coral_Reef Rate: 14 - - Item: Old_Portrait + - Index: 690 + Item: Old_Portrait Rate: 14 - - Item: Bookclip_In_Memory + - Index: 691 + Item: Bookclip_In_Memory Rate: 14 - - Item: Spoon_Stub + - Index: 692 + Item: Spoon_Stub Rate: 14 - - Item: Key_Of_Clock_Tower + - Index: 693 + Item: Key_Of_Clock_Tower Rate: 14 - - Item: Underground_Key + - Index: 694 + Item: Underground_Key Rate: 14 - - Item: Claw_Of_Desert_Wolf + - Index: 695 + Item: Claw_Of_Desert_Wolf Rate: 14 - - Item: Old_Frying_Pan + - Index: 696 + Item: Old_Frying_Pan Rate: 14 - - Item: Piece_Of_Egg_Shell + - Index: 697 + Item: Piece_Of_Egg_Shell Rate: 14 - - Item: Poison_Spore + - Index: 698 + Item: Poison_Spore Rate: 14 - - Item: Red_Socks_With_Holes + - Index: 699 + Item: Red_Socks_With_Holes Rate: 14 - - Item: Matchstick + - Index: 700 + Item: Matchstick Rate: 14 - - Item: Fang_Of_Garm + - Index: 701 + Item: Fang_Of_Garm Rate: 14 - - Item: Yarn + - Index: 702 + Item: Yarn Rate: 14 - - Item: Fine_Grit + - Index: 703 + Item: Fine_Grit Rate: 14 - - Item: Alice's_Apron + - Index: 704 + Item: Alice's_Apron Rate: 14 - - Item: Talon_Of_Griffin + - Index: 705 + Item: Talon_Of_Griffin Rate: 14 - - Item: Stone + - Index: 706 + Item: Stone Rate: 14 - - Item: Cyfar + - Index: 707 + Item: Cyfar Rate: 14 - - Item: Brigan + - Index: 708 + Item: Brigan Rate: 14 - - Item: Cargo_Free_Ticket + - Index: 709 + Item: Cargo_Free_Ticket Rate: 14 - - Item: Warp_Free_Ticket + - Index: 710 + Item: Warp_Free_Ticket Rate: 14 - - Item: Cart_Free_Ticket + - Index: 711 + Item: Cart_Free_Ticket Rate: 14 - - Item: Soft_Feather + - Index: 712 + Item: Soft_Feather Rate: 14 - - Item: Dragon_Fly_Wing + - Index: 713 + Item: Dragon_Fly_Wing Rate: 14 - - Item: Sea_Otter_Leather + - Index: 714 + Item: Sea_Otter_Leather Rate: 14 - - Item: Ice_Piece + - Index: 715 + Item: Ice_Piece Rate: 14 - - Item: Stone_Piece + - Index: 716 + Item: Stone_Piece Rate: 14 - - Item: Burn_Tree + - Index: 717 + Item: Burn_Tree Rate: 14 - - Item: Broken_Armor_Piece + - Index: 718 + Item: Broken_Armor_Piece Rate: 14 - - Item: Broken_Shell + - Index: 719 + Item: Broken_Shell Rate: 14 - - Item: Tatters_Clothes + - Index: 720 + Item: Tatters_Clothes Rate: 14 - - Item: Rust_Suriken + - Index: 721 + Item: Rust_Suriken Rate: 14 - - Item: Wheel + - Index: 722 + Item: Wheel Rate: 14 - - Item: Mystery_Piece + - Index: 723 + Item: Mystery_Piece Rate: 14 - - Item: Broken_Steel_Piece + - Index: 724 + Item: Broken_Steel_Piece Rate: 14 - - Item: Cold_Magma + - Index: 725 + Item: Cold_Magma Rate: 14 - - Item: Burning_Heart + - Index: 726 + Item: Burning_Heart Rate: 14 - - Item: Live_Coal + - Index: 727 + Item: Live_Coal Rate: 14 - - Item: Old_Magic_Circle + - Index: 728 + Item: Old_Magic_Circle Rate: 14 - - Item: Sharp_Leaf + - Index: 729 + Item: Sharp_Leaf Rate: 14 - - Item: Peco_Wing_Feather + - Index: 730 + Item: Peco_Wing_Feather Rate: 14 - - Item: Goat's_Horn + - Index: 731 + Item: Goat's_Horn Rate: 14 - - Item: Gaoat's_Skin + - Index: 732 + Item: Gaoat's_Skin Rate: 14 - - Item: Boroken_Shiled_Piece + - Index: 733 + Item: Boroken_Shiled_Piece Rate: 14 - - Item: Shine_Spear_Blade + - Index: 734 + Item: Shine_Spear_Blade Rate: 14 - - Item: Vroken_Sword + - Index: 735 + Item: Vroken_Sword Rate: 14 - - Item: Smooth_Paper + - Index: 736 + Item: Smooth_Paper Rate: 14 - - Item: Fright_Paper_Blade + - Index: 737 + Item: Fright_Paper_Blade Rate: 14 - - Item: Broken_Pharaoh_Symbol + - Index: 738 + Item: Broken_Pharaoh_Symbol Rate: 14 - - Item: Tutankhamen's_Mask + - Index: 739 + Item: Tutankhamen's_Mask Rate: 14 - - Item: Harpy's_Feather + - Index: 740 + Item: Harpy's_Feather Rate: 14 - - Item: Harpy's_Claw + - Index: 741 + Item: Harpy's_Claw Rate: 14 - - Item: Rent_Spell_Book + - Index: 742 + Item: Rent_Spell_Book Rate: 14 - - Item: Rent_Scroll + - Index: 743 + Item: Rent_Scroll Rate: 14 - - Item: Spawns + - Index: 744 + Item: Spawns Rate: 14 - - Item: Burning_Horse_Shoe + - Index: 745 + Item: Burning_Horse_Shoe Rate: 14 - - Item: Honey_Jar + - Index: 746 + Item: Honey_Jar Rate: 14 - - Item: Hot_Hair + - Index: 747 + Item: Hot_Hair Rate: 14 - - Item: Dragon's_Skin + - Index: 748 + Item: Dragon's_Skin Rate: 14 - - Item: Sand_Lump + - Index: 749 + Item: Sand_Lump Rate: 14 - - Item: Scropion's_Nipper + - Index: 750 + Item: Scropion's_Nipper Rate: 14 - - Item: Large_Jellopy + - Index: 751 + Item: Large_Jellopy Rate: 14 - - Item: Medicine_Bowl + - Index: 752 + Item: Medicine_Bowl Rate: 14 - - Item: Fire_Bottle + - Index: 753 + Item: Fire_Bottle Rate: 14 - - Item: Acid_Bottle + - Index: 754 + Item: Acid_Bottle Rate: 14 - - Item: MenEater_Plant_Bottle + - Index: 755 + Item: MenEater_Plant_Bottle Rate: 14 - - Item: Mini_Bottle + - Index: 756 + Item: Mini_Bottle Rate: 14 - - Item: Coating_Bottle + - Index: 757 + Item: Coating_Bottle Rate: 14 - - Item: Yellow_Plate + - Index: 758 + Item: Yellow_Plate Rate: 14 - - Item: Bamboo_Cut + - Index: 759 + Item: Bamboo_Cut Rate: 14 - - Item: Oil_Paper + - Index: 760 + Item: Oil_Paper Rate: 14 - - Item: Glossy_Hair + - Index: 761 + Item: Glossy_Hair Rate: 14 - - Item: Old_Japaness_Clothes + - Index: 762 + Item: Old_Japaness_Clothes Rate: 14 - - Item: Poison_Powder + - Index: 763 + Item: Poison_Powder Rate: 14 - - Item: Poison_Toad's_Skin + - Index: 764 + Item: Poison_Toad's_Skin Rate: 14 - - Item: Broken_Shuriken + - Index: 765 + Item: Broken_Shuriken Rate: 14 - - Item: Black_Mask + - Index: 766 + Item: Black_Mask Rate: 14 - - Item: Broken_Wine_Vessel + - Index: 767 + Item: Broken_Wine_Vessel Rate: 14 - - Item: Tengu's_Nose + - Index: 768 + Item: Tengu's_Nose Rate: 14 - - Item: Black_Bear's_Skin + - Index: 769 + Item: Black_Bear's_Skin Rate: 14 - - Item: Cloud_Piece + - Index: 770 + Item: Cloud_Piece Rate: 14 - - Item: Sharp_Feeler + - Index: 771 + Item: Sharp_Feeler Rate: 14 - - Item: Hard_Peach + - Index: 772 + Item: Hard_Peach Rate: 14 - - Item: Limpid_Celestial_Robe + - Index: 773 + Item: Limpid_Celestial_Robe Rate: 14 - - Item: Soft_Silk_Cloth + - Index: 774 + Item: Soft_Silk_Cloth Rate: 14 - - Item: Mystery_Iron_Bit + - Index: 775 + Item: Mystery_Iron_Bit Rate: 14 - - Item: Great_Wing + - Index: 776 + Item: Great_Wing Rate: 14 - - Item: Taegeuk_Plate + - Index: 777 + Item: Taegeuk_Plate Rate: 14 - - Item: Leopard_Skin + - Index: 778 + Item: Leopard_Skin Rate: 14 - - Item: Leopard_Talon + - Index: 779 + Item: Leopard_Talon Rate: 14 - - Item: Packing_Ribbon + - Index: 780 + Item: Packing_Ribbon Rate: 14 - - Item: Packing_Paper + - Index: 781 + Item: Packing_Paper Rate: 14 - - Item: Cacao + - Index: 782 + Item: Cacao Rate: 14 - - Item: Thin_Stem + - Index: 783 + Item: Thin_Stem Rate: 14 - - Item: Festival_Mask + - Index: 784 + Item: Festival_Mask Rate: 14 - - Item: Browny_Root + - Index: 785 + Item: Browny_Root Rate: 14 - - Item: Heart_Of_Tree + - Index: 786 + Item: Heart_Of_Tree Rate: 14 - - Item: Solid_Peeling + - Index: 787 + Item: Solid_Peeling Rate: 14 - - Item: Lamplight + - Index: 788 + Item: Lamplight Rate: 14 - - Item: Blade_Of_Pinwheel + - Index: 789 + Item: Blade_Of_Pinwheel Rate: 14 - - Item: Germinating_Sprout + - Index: 790 + Item: Germinating_Sprout Rate: 14 - - Item: Soft_Leaf + - Index: 791 + Item: Soft_Leaf Rate: 14 - - Item: Air_Rifle + - Index: 792 + Item: Air_Rifle Rate: 14 - - Item: Shoulder_Protection + - Index: 793 + Item: Shoulder_Protection Rate: 14 - - Item: Tough_Vines + - Index: 794 + Item: Tough_Vines Rate: 14 - - Item: Great_Leaf + - Index: 795 + Item: Great_Leaf Rate: 14 - - Item: Flexible_String + - Index: 796 + Item: Flexible_String Rate: 14 - - Item: Log + - Index: 797 + Item: Log Rate: 14 - - Item: Beetle_Nipper + - Index: 798 + Item: Beetle_Nipper Rate: 14 - - Item: Solid_Twig + - Index: 799 + Item: Solid_Twig Rate: 14 - - Item: Piece_Of_Black_Cloth + - Index: 800 + Item: Piece_Of_Black_Cloth Rate: 14 - - Item: Black_Kitty_Doll + - Index: 801 + Item: Black_Kitty_Doll Rate: 14 - - Item: Old_Manteau + - Index: 802 + Item: Old_Manteau Rate: 14 - - Item: Rusty_Cleaver + - Index: 803 + Item: Rusty_Cleaver Rate: 14 - - Item: Dullahan's_Helm + - Index: 804 + Item: Dullahan's_Helm Rate: 14 - - Item: Dullahan_Armor + - Index: 805 + Item: Dullahan_Armor Rate: 14 - - Item: Rojerta_Piece + - Index: 806 + Item: Rojerta_Piece Rate: 14 - - Item: Hanging_Doll + - Index: 807 + Item: Hanging_Doll Rate: 14 - - Item: Needle_Pouch + - Index: 808 + Item: Needle_Pouch Rate: 14 - - Item: Bat_Cage + - Index: 809 + Item: Bat_Cage Rate: 14 - - Item: Broken_Needle + - Index: 810 + Item: Broken_Needle Rate: 14 - - Item: Red_Scarf + - Index: 811 + Item: Red_Scarf Rate: 14 - - Item: Spool + - Index: 812 + Item: Spool Rate: 14 - - Item: Rotten_Rope + - Index: 813 + Item: Rotten_Rope Rate: 14 - - Item: Striped_Socks + - Index: 814 + Item: Striped_Socks Rate: 14 - - Item: Ectoplasm + - Index: 815 + Item: Ectoplasm Rate: 14 - - Item: Tangled_Chain + - Index: 816 + Item: Tangled_Chain Rate: 14 - - Item: Tree_Knot + - Index: 817 + Item: Tree_Knot Rate: 14 - - Item: Distorted_Portrait + - Index: 818 + Item: Distorted_Portrait Rate: 14 - - Item: Pumpkin_Bucket + - Index: 819 + Item: Pumpkin_Bucket Rate: 14 - - Item: Fan + - Index: 820 + Item: Fan Rate: 14 - - Item: Cat_Eyed_Stone + - Index: 821 + Item: Cat_Eyed_Stone Rate: 14 - - Item: Dried_Sand + - Index: 822 + Item: Dried_Sand Rate: 14 - - Item: Dragon_Horn + - Index: 823 + Item: Dragon_Horn Rate: 14 - - Item: Dragon_Fang + - Index: 824 + Item: Dragon_Fang Rate: 14 - - Item: Tiger_Skin_Panties + - Index: 825 + Item: Tiger_Skin_Panties Rate: 14 - - Item: Little_Blacky_Ghost + - Index: 826 + Item: Little_Blacky_Ghost Rate: 14 - - Item: Bib + - Index: 827 + Item: Bib Rate: 14 - - Item: Milk_Bottle + - Index: 828 + Item: Milk_Bottle Rate: 14 - - Item: Dark_Crystal_Fragment + - Index: 829 + Item: Dark_Crystal_Fragment Rate: 1 - - Item: Long_Limb + - Index: 830 + Item: Long_Limb Rate: 1 - - Item: Screw + - Index: 831 + Item: Screw Rate: 1 - - Item: Old_Pick + - Index: 832 + Item: Old_Pick Rate: 1 - - Item: Old_Steel_Plate + - Index: 833 + Item: Old_Steel_Plate Rate: 1 - - Item: Air_Pollutant + - Index: 834 + Item: Air_Pollutant Rate: 1 - - Item: Fragment_Of_Crystal + - Index: 835 + Item: Fragment_Of_Crystal Rate: 1 - - Item: Poisonous_Gas + - Index: 836 + Item: Poisonous_Gas Rate: 1 - - Item: Battered_Kettle + - Index: 837 + Item: Battered_Kettle Rate: 1 - - Item: Tube + - Index: 838 + Item: Tube Rate: 1 - - Item: Fluorescent_Liquid + - Index: 839 + Item: Fluorescent_Liquid Rate: 1 - - Item: Headlamp + - Index: 840 + Item: Headlamp Rate: 1 - - Item: Piece_Of_Memory_Green + - Index: 841 + Item: Piece_Of_Memory_Green Rate: 1 - - Item: Piece_Of_Memory_Purple + - Index: 842 + Item: Piece_Of_Memory_Purple Rate: 1 - - Item: Piece_Of_Memory_Blue + - Index: 843 + Item: Piece_Of_Memory_Blue Rate: 1 - - Item: Piece_Of_Memory_Red + - Index: 844 + Item: Piece_Of_Memory_Red Rate: 1 - - Item: Red_Feather + - Index: 845 + Item: Red_Feather Rate: 1 - - Item: Blue_Feather + - Index: 846 + Item: Blue_Feather Rate: 1 - - Item: Cursed_Seal + - Index: 847 + Item: Cursed_Seal Rate: 1 - - Item: Tri_Headed_Dragon_Head + - Index: 848 + Item: Tri_Headed_Dragon_Head Rate: 1 - - Item: Treasure_Box + - Index: 849 + Item: Treasure_Box Rate: 1 - - Item: Dragonball_Green + - Index: 850 + Item: Dragonball_Green Rate: 1 - - Item: Dragonball_Blue + - Index: 851 + Item: Dragonball_Blue Rate: 1 - - Item: Dragonball_Red + - Index: 852 + Item: Dragonball_Red Rate: 1 - - Item: Dragonball_Yellow + - Index: 853 + Item: Dragonball_Yellow Rate: 1 - - Item: Bloody_Page + - Index: 854 + Item: Bloody_Page Rate: 1 - - Item: Piece_Of_Bone_Armor + - Index: 855 + Item: Piece_Of_Bone_Armor Rate: 1 - - Item: Scale_Of_Red_Dragon + - Index: 856 + Item: Scale_Of_Red_Dragon Rate: 1 - - Item: Yellow_Spice + - Index: 857 + Item: Yellow_Spice Rate: 1 - - Item: Sweet_Sauce + - Index: 858 + Item: Sweet_Sauce Rate: 1 - - Item: Plain_Sauce + - Index: 859 + Item: Plain_Sauce Rate: 1 - - Item: Hot_Sauce + - Index: 860 + Item: Hot_Sauce Rate: 1 - - Item: Red_Spice + - Index: 861 + Item: Red_Spice Rate: 1 - - Item: Cooking_Oil + - Index: 862 + Item: Cooking_Oil Rate: 1 - - Item: Cookbook01 + - Index: 863 + Item: Cookbook01 Rate: 1 - - Item: Cookbook02 + - Index: 864 + Item: Cookbook02 Rate: 1 - - Item: Cookbook03 + - Index: 865 + Item: Cookbook03 Rate: 1 - - Item: Cookbook04 + - Index: 866 + Item: Cookbook04 Rate: 1 - - Item: Cookbook05 + - Index: 867 + Item: Cookbook05 Rate: 1 - - Item: Cookbook06 + - Index: 868 + Item: Cookbook06 Rate: 1 - - Item: Cookbook07 + - Index: 869 + Item: Cookbook07 Rate: 1 - - Item: Cookbook08 + - Index: 870 + Item: Cookbook08 Rate: 1 - - Item: Cookbook09 + - Index: 871 + Item: Cookbook09 Rate: 1 - - Item: Cookbook10 + - Index: 872 + Item: Cookbook10 Rate: 1 - - Item: Pot + - Index: 873 + Item: Pot Rate: 1 - - Item: Burnt_Parts + - Index: 874 + Item: Burnt_Parts Rate: 1 - - Item: Pocket_Watch + - Index: 875 + Item: Pocket_Watch Rate: 1 - - Item: Ice_Heart + - Index: 876 + Item: Ice_Heart Rate: 1 - - Item: Ice_Scale + - Index: 877 + Item: Ice_Scale Rate: 1 - - Item: Bloody_Rune + - Index: 878 + Item: Bloody_Rune Rate: 1 - - Item: Rotten_Meat + - Index: 879 + Item: Rotten_Meat Rate: 1 - - Item: Sticky_Poison + - Index: 880 + Item: Sticky_Poison Rate: 1 - - Item: Suspicious_Hat + - Index: 881 + Item: Suspicious_Hat Rate: 1 - - Item: White_Mask + - Index: 882 + Item: White_Mask Rate: 1 - - Item: Old_White_Cloth + - Index: 883 + Item: Old_White_Cloth Rate: 17 - - Item: Clattering_Skull + - Index: 884 + Item: Clattering_Skull Rate: 16 - - Item: Broken_Farming_Utensil + - Index: 885 + Item: Broken_Farming_Utensil Rate: 17 - - Item: Skull_Helm + - Index: 886 + Item: Skull_Helm Rate: 7 - - Item: Monster_Oxygen_Mask + - Index: 887 + Item: Monster_Oxygen_Mask Rate: 7 - - Item: Transparent_Headgear + - Index: 888 + Item: Transparent_Headgear Rate: 7 - - Item: Pacifier + - Index: 889 + Item: Pacifier Rate: 7 - - Item: Wig + - Index: 890 + Item: Wig Rate: 7 - - Item: Queen's_Hair_Ornament + - Index: 891 + Item: Queen's_Hair_Ornament Rate: 7 - - Item: Silk_Ribbon + - Index: 892 + Item: Silk_Ribbon Rate: 7 - - Item: Punisher + - Index: 893 + Item: Punisher Rate: 7 - - Item: Wild_Flower + - Index: 894 + Item: Wild_Flower Rate: 7 - - Item: Battered_Pot + - Index: 895 + Item: Battered_Pot Rate: 7 - - Item: Stellar_Hairpin + - Index: 896 + Item: Stellar_Hairpin Rate: 7 - - Item: Tiny_Egg_Shell + - Index: 897 + Item: Tiny_Egg_Shell Rate: 7 - - Item: Backpack + - Index: 898 + Item: Backpack Rate: 7 - - Item: Rocker_Glasses + - Index: 899 + Item: Rocker_Glasses Rate: 7 - - Item: Green_Lace + - Index: 900 + Item: Green_Lace Rate: 7 - - Item: Golden_Bell + - Index: 901 + Item: Golden_Bell Rate: 7 - - Item: Bark_Shorts + - Index: 902 + Item: Bark_Shorts Rate: 7 - - Item: Monkey_Circlet + - Index: 903 + Item: Monkey_Circlet Rate: 7 - - Item: Red_Muffler + - Index: 904 + Item: Red_Muffler Rate: 7 - - Item: Sword_Of_Grave_Keeper + - Index: 905 + Item: Sword_Of_Grave_Keeper Rate: 7 - - Item: Dragon_Killer + - Index: 906 + Item: Dragon_Killer Rate: 1 - - Item: Ginnungagap + - Index: 907 + Item: Ginnungagap Rate: 1 - - Item: Coward_ + - Index: 908 + Item: Coward_ Rate: 1 - - Item: Long_Barrel + - Index: 909 + Item: Long_Barrel Rate: 1 - - Item: Long_Barrel_ + - Index: 910 + Item: Long_Barrel_ Rate: 1 - - Item: Gate_KeeperDD + - Index: 911 + Item: Gate_KeeperDD Rate: 1 - - Item: Thunder_P + - Index: 912 + Item: Thunder_P Rate: 1 - - Item: Lever_Action_Rifle + - Index: 913 + Item: Lever_Action_Rifle Rate: 2 - - Item: Bullet + - Index: 914 + Item: Bullet Rate: 1 - - Item: Silver_Bullet + - Index: 915 + Item: Silver_Bullet Rate: 1 - - Item: Shell_Of_Blood + - Index: 916 + Item: Shell_Of_Blood Rate: 1 - - Item: Flare_Sphere + - Index: 917 + Item: Flare_Sphere Rate: 1 - - Item: Lighting_Sphere + - Index: 918 + Item: Lighting_Sphere Rate: 1 - - Item: Poison_Sphere + - Index: 919 + Item: Poison_Sphere Rate: 1 - - Item: Blind_Sphere + - Index: 920 + Item: Blind_Sphere Rate: 1 - - Item: Freezing_Sphere + - Index: 921 + Item: Freezing_Sphere Rate: 1 - - Item: Huuma_Calm_Mind + - Index: 922 + Item: Huuma_Calm_Mind Rate: 1 - Group: XMAS_GIFT SubGroups: - SubGroup: 1 List: - - Item: HandMade_Chocolate + - Index: 0 + Item: HandMade_Chocolate Rate: 18 - - Item: HandMade_Chocolate_ + - Index: 1 + Item: HandMade_Chocolate_ Rate: 18 - - Item: Chocolate_Drink + - Index: 2 + Item: Chocolate_Drink Rate: 18 - - Item: Old_Blue_Box + - Index: 3 + Item: Old_Blue_Box Rate: 24 - - Item: Gift_Box + - Index: 4 + Item: Gift_Box Rate: 66 - - Item: Crystal_Jewel__ + - Index: 5 + Item: Crystal_Jewel__ Rate: 12 - - Item: Santa's_Hat_ + - Index: 6 + Item: Santa's_Hat_ Rate: 12 - - Item: Speed_Up_Potion + - Index: 7 + Item: Speed_Up_Potion Rate: 12 - - Item: Slow_Down_Potion + - Index: 8 + Item: Slow_Down_Potion Rate: 12 - - Item: Set_Of_Taiming_Item + - Index: 9 + Item: Set_Of_Taiming_Item Rate: 6 - - Item: Wrapped_Mask + - Index: 10 + Item: Wrapped_Mask Rate: 6 - - Item: Bundle_Of_Magic_Scroll + - Index: 11 + Item: Bundle_Of_Magic_Scroll Rate: 12 - - Item: First_Aid_Kit + - Index: 12 + Item: First_Aid_Kit Rate: 12 - - Item: Cookie_Bag + - Index: 13 + Item: Cookie_Bag Rate: 12 - - Item: Red_Bag + - Index: 14 + Item: Red_Bag Rate: 6 - - Item: Buche_De_Noel + - Index: 15 + Item: Buche_De_Noel Rate: 24 - - Item: Old_Bleu_Box + - Index: 16 + Item: Old_Bleu_Box Rate: 36 - - Item: Fire_Cracker_Love + - Index: 17 + Item: Fire_Cracker_Love Rate: 6 - - Item: Fire_Cracker_Xmas + - Index: 18 + Item: Fire_Cracker_Xmas Rate: 6 - Group: YELLOWBOX SubGroups: - SubGroup: 1 List: - - Item: Elephant_Hat_ + - Index: 0 + Item: Elephant_Hat_ Rate: 1 - - Item: Cookie_Hat + - Index: 1 + Item: Cookie_Hat Rate: 1 - - Item: Silver_Tiara_ + - Index: 2 + Item: Silver_Tiara_ Rate: 1 - - Item: Gold_Tiara_ + - Index: 3 + Item: Gold_Tiara_ Rate: 1 - Group: MF_NOTELEPORT SubGroups: - SubGroup: 0 List: - - Item: Wing_Of_Fly - - Item: Giant_Fly_Wing - - Item: N_Fly_Wing - - Item: E_Giant_Fly_Wing - - Item: F_Giant_Fly_Wing + - Index: 0 + Item: Wing_Of_Fly + - Index: 1 + Item: Giant_Fly_Wing + - Index: 2 + Item: N_Fly_Wing + - Index: 3 + Item: E_Giant_Fly_Wing + - Index: 4 + Item: F_Giant_Fly_Wing - Group: MF_NORETURN SubGroups: - SubGroup: 0 List: - - Item: Wing_Of_Butterfly - - Item: N_Butterfly_Wing - - Item: Dun_Tele_Scroll1 - - Item: Dun_Tele_Scroll2 - - Item: Dun_Tele_Scroll3 - - Item: E_Dun_Tele_Scroll1 - - Item: F_Dun_Tele_Scroll1 - - Item: WOB_Rune - - Item: E_WOB_Rune - - Item: F_WOB_Rune - - Item: WOB_Schwaltz - - Item: E_WOB_Schwaltz - - Item: F_WOB_Schwaltz - - Item: WOB_Rachel - - Item: E_WOB_Rachel - - Item: F_WOB_Rachel - - Item: WOB_Local - - Item: E_WOB_Local - - Item: F_WOB_Local - - Item: Siege_Teleport_Scroll - - Item: Siege_Teleport_Scroll2 - - Item: E_Siege_Teleport_Scroll + - Index: 0 + Item: Wing_Of_Butterfly + - Index: 1 + Item: N_Butterfly_Wing + - Index: 2 + Item: Dun_Tele_Scroll1 + - Index: 3 + Item: Dun_Tele_Scroll2 + - Index: 4 + Item: Dun_Tele_Scroll3 + - Index: 5 + Item: E_Dun_Tele_Scroll1 + - Index: 6 + Item: F_Dun_Tele_Scroll1 + - Index: 7 + Item: WOB_Rune + - Index: 8 + Item: E_WOB_Rune + - Index: 9 + Item: F_WOB_Rune + - Index: 10 + Item: WOB_Schwaltz + - Index: 11 + Item: E_WOB_Schwaltz + - Index: 12 + Item: F_WOB_Schwaltz + - Index: 13 + Item: WOB_Rachel + - Index: 14 + Item: E_WOB_Rachel + - Index: 15 + Item: F_WOB_Rachel + - Index: 16 + Item: WOB_Local + - Index: 17 + Item: E_WOB_Local + - Index: 18 + Item: F_WOB_Local + - Index: 19 + Item: Siege_Teleport_Scroll + - Index: 20 + Item: Siege_Teleport_Scroll2 + - Index: 21 + Item: E_Siege_Teleport_Scroll - Group: GIANT_FLY_WING SubGroups: - SubGroup: 0 List: - - Item: Giant_Fly_Wing - - Item: E_Giant_Fly_Wing - - Item: F_Giant_Fly_Wing + - Index: 0 + Item: Giant_Fly_Wing + - Index: 1 + Item: E_Giant_Fly_Wing + - Index: 2 + Item: F_Giant_Fly_Wing diff --git a/db/pre-re/job_aspd.yml b/db/pre-re/job_aspd.yml new file mode 100644 index 0000000000..58d48ea7d6 --- /dev/null +++ b/db/pre-re/job_aspd.yml @@ -0,0 +1,340 @@ +# This file is a part of rAthena. +# Copyright(C) 2021 rAthena Development Team +# https://rathena.org - https://github.com/rathena +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +########################################################################### +# Job Database +########################################################################### +# +# Job Settings +# +########################################################################### +# - Jobs: List of jobs associated to group. +# Job Job name. +# MaxWeight Base maximum weight. (Default: 20000) +# HpFactor Exponential HP increase. Per base level: [HpFactor * BaseLv / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 0) +# HpIncrease Linear HP increase. Per base level: [HpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 500) +# SpIncrease Linear SP increase. Per base level: [SpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 100) +# BaseASPD: Base ASPD for each weapon type. (Default: 2000) +# Weapon Weapon type with associated ASPD. +# BonusStats: Job level bonus stats/traits. +# - Level Job level. +# Str Stength increase amount. (Default: 0) +# Agi Agility increase amount. (Default: 0) +# Vit Vitality increase amount. (Default: 0) +# Int Intelligence increase amount. (Default: 0) +# Dex Dexterity increase amount. (Default: 0) +# Luk Luck increase amount. (Default: 0) +# Pow Power increase amount. (Default: 0) +# Sta Stamina increase amount. (Default: 0) +# Wis Wisdom increase amount. (Default: 0) +# Spl Spell increase amount. (Default: 0) +# Con Concentration increase amount. (Default: 0) +# Crt Creative increase amount. (Default: 0) +# MaxStats: Maximum stats/traits applicable. (Default: battle_config::max_*_parameter) +# Str Strength. +# Agi Agility. +# Vit Vitality. +# Int Intelligence. +# Dex Dexterity. +# Luk Luck. +# Pow Power. +# Sta Stamina. +# Wis Wisdom. +# Spl Spell. +# Con Concentration. +# Crt Creative. +# MaxBaseLevel Maximum base level. (Default: MAX_LEVEL) +# BaseExp: Base experience per level. +# - Level Base level. +# Exp Base experience. +# MaxJobLevel Maximum job level. (Default: MAX_LEVEL) +# JobExp: Job experience per level. +# - Level Job level. +# Exp Job experience. +# BaseHp: Base HP per base level. +# - Level Base level. +# Hp Base HP. +# BaseSp: Base SP per base level. +# - Level Base level. +# Sp Base SP. +# BaseAp: Base AP per base level. +# - Level Base level. +# Ap Base AP. +########################################################################### + +Header: + Type: JOB_STATS + Version: 2 + +Body: + - Jobs: + Novice: true + Super_Novice: true + Novice_High: true + Baby: true + Super_Baby: true + BaseASPD: + Fist: 500 + Dagger: 650 + 1hSword: 700 + 1hAxe: 800 + Mace: 700 + 2hMace: 700 + Staff: 650 + 2hStaff: 650 + - Jobs: + Swordman: true + Swordman_High: true + Baby_Swordman: true + BaseASPD: + Fist: 400 + Dagger: 500 + 1hSword: 550 + 2hSword: 600 + 1hSpear: 650 + 2hSpear: 700 + 1hAxe: 700 + 2hAxe: 750 + Mace: 650 + 2hMace: 700 + - Jobs: + Mage: true + Mage_High: true + Baby_Mage: true + BaseASPD: + Fist: 500 + Dagger: 600 + Staff: 700 + 2hStaff: 700 + - Jobs: + Archer: true + Archer_High: true + Baby_Archer: true + BaseASPD: + Fist: 400 + Dagger: 600 + Bow: 700 + - Jobs: + Acolyte: true + Acolyte_High: true + Baby_Acolyte: true + BaseASPD: + Fist: 400 + Mace: 600 + 2hMace: 600 + Staff: 600 + 2hStaff: 600 + - Jobs: + Merchant: true + Merchant_High: true + Baby_Merchant: true + BaseASPD: + Fist: 400 + Dagger: 600 + 1hSword: 700 + 1hAxe: 700 + 2hAxe: 750 + Mace: 700 + 2hMace: 700 + - Jobs: + Thief: true + Thief_High: true + Baby_Thief: true + BaseASPD: + Fist: 400 + Dagger: 500 + 1hSword: 650 + 1hAxe: 800 + Bow: 800 + - Jobs: + Knight: true + Knight2: true + Lord_Knight: true + Lord_Knight2: true + Baby_Knight: true + Baby_Knight2: true + BaseASPD: + Fist: 400 + Dagger: 500 + 1hSword: 500 + 2hSword: 550 + 1hSpear: 600 + 2hSpear: 600 + 1hAxe: 700 + 2hAxe: 700 + Mace: 650 + 2hMace: 700 + - Jobs: + Priest: true + High_Priest: true + Baby_Priest: true + BaseASPD: + Fist: 400 + Mace: 600 + 2hMace: 600 + Staff: 600 + Book: 600 + 2hStaff: 600 + - Jobs: + Wizard: true + High_Wizard: true + Baby_Wizard: true + BaseASPD: + Fist: 500 + Dagger: 575 + Staff: 625 + 2hStaff: 625 + - Jobs: + Blacksmith: true + Whitesmith: true + Baby_Blacksmith: true + BaseASPD: + Fist: 400 + Dagger: 600 + 1hSword: 650 + 1hAxe: 650 + 2hAxe: 650 + Mace: 675 + 2hMace: 675 + - Jobs: + Hunter: true + Sniper: true + Baby_Hunter: true + BaseASPD: + Fist: 400 + Dagger: 600 + Bow: 600 + - Jobs: + Assassin: true + Assassin_Cross: true + Baby_Assassin: true + BaseASPD: + Fist: 400 + Dagger: 500 + 1hSword: 650 + 1hAxe: 800 + Katar: 500 + - Jobs: + Crusader: true + Crusader2: true + Paladin: true + Paladin2: true + Baby_Crusader: true + Baby_Crusader2: true + BaseASPD: + Fist: 400 + Dagger: 500 + 1hSword: 500 + 2hSword: 550 + 1hSpear: 600 + 2hSpear: 600 + 1hAxe: 700 + 2hAxe: 700 + Mace: 650 + 2hMace: 700 + - Jobs: + Monk: true + Champion: true + Baby_Monk: true + BaseASPD: + Fist: 400 + Mace: 575 + 2hMace: 575 + Staff: 575 + Knuckle: 475 + 2hStaff: 575 + - Jobs: + Sage: true + Professor: true + Baby_Sage: true + BaseASPD: + Fist: 450 + Dagger: 525 + Staff: 625 + Book: 550 + 2hStaff: 625 + - Jobs: + Rogue: true + Stalker: true + Baby_Rogue: true + BaseASPD: + Fist: 400 + Dagger: 500 + 1hSword: 550 + Bow: 650 + - Jobs: + Alchemist: true + Creator: true + Baby_Alchemist: true + BaseASPD: + Fist: 400 + Dagger: 550 + 1hSword: 575 + 1hAxe: 675 + 2hAxe: 700 + Mace: 650 + 2hMace: 650 + - Jobs: + Bard: true + Clown: true + Baby_Bard: true + BaseASPD: + Fist: 400 + Dagger: 550 + Bow: 650 + Musical: 575 + - Jobs: + Dancer: true + Gypsy: true + Baby_Dancer: true + BaseASPD: + Fist: 400 + Dagger: 550 + Bow: 650 + Whip: 575 + - Jobs: + Gunslinger: true + BaseASPD: + Fist: 500 + Revolver: 700 + Rifle: 750 + Gatling: 700 + Shotgun: 1500 + Grenade: 1500 + - Jobs: + Ninja: true + BaseASPD: + Fist: 400 + Dagger: 500 + Huuma: 750 + - Jobs: + Taekwon: true + BaseASPD: + Fist: 400 + - Jobs: + Star_Gladiator: true + Star_Gladiator2: true + BaseASPD: + Fist: 400 + Book: 500 + - Jobs: + Soul_Linker: true + BaseASPD: + Fist: 500 + Dagger: 575 + Staff: 625 + 2hStaff: 625 diff --git a/db/pre-re/job_stats.yml b/db/pre-re/job_stats.yml index 9eb98b9ce1..f58508e8b3 100644 --- a/db/pre-re/job_stats.yml +++ b/db/pre-re/job_stats.yml @@ -83,15 +83,6 @@ Header: Body: - Jobs: Novice: true - BaseASPD: - Fist: 500 - Dagger: 650 - 1hSword: 700 - 1hAxe: 800 - Mace: 700 - 2hMace: 700 - Staff: 650 - 2hStaff: 650 BonusStats: - Level: 2 Luk: 1 @@ -110,17 +101,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 550 - 2hSword: 600 - 1hSpear: 650 - 2hSpear: 700 - 1hAxe: 700 - 2hAxe: 750 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 2 Str: 1 @@ -163,11 +143,6 @@ Body: MaxWeight: 22000 HpFactor: 30 SpIncrease: 600 - BaseASPD: - Fist: 500 - Dagger: 600 - Staff: 700 - 2hStaff: 700 BonusStats: - Level: 2 Int: 1 @@ -210,10 +185,6 @@ Body: MaxWeight: 26000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 600 - Bow: 700 BonusStats: - Level: 2 Dex: 1 @@ -256,12 +227,6 @@ Body: MaxWeight: 24000 HpFactor: 40 SpIncrease: 500 - BaseASPD: - Fist: 400 - Mace: 600 - 2hMace: 600 - Staff: 600 - 2hStaff: 600 BonusStats: - Level: 2 Luk: 1 @@ -304,14 +269,6 @@ Body: MaxWeight: 28000 HpFactor: 40 SpIncrease: 300 - BaseASPD: - Fist: 400 - Dagger: 600 - 1hSword: 700 - 1hAxe: 700 - 2hAxe: 750 - Mace: 700 - 2hMace: 700 BonusStats: - Level: 2 Vit: 1 @@ -354,12 +311,6 @@ Body: MaxWeight: 24000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 650 - 1hAxe: 800 - Bow: 800 BonusStats: - Level: 2 Agi: 1 @@ -403,17 +354,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 500 - 2hSword: 550 - 1hSpear: 600 - 2hSpear: 600 - 1hAxe: 700 - 2hAxe: 700 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 1 Vit: 1 @@ -480,13 +420,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 400 - Mace: 600 - 2hMace: 600 - Staff: 600 - Book: 600 - 2hStaff: 600 BonusStats: - Level: 1 Luk: 1 @@ -553,11 +486,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 500 - Dagger: 575 - Staff: 625 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 @@ -624,14 +552,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 600 - 1hSword: 650 - 1hAxe: 650 - 2hAxe: 650 - Mace: 675 - 2hMace: 675 BonusStats: - Level: 1 Dex: 1 @@ -698,10 +618,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 600 - Bow: 600 BonusStats: - Level: 1 Dex: 1 @@ -768,12 +684,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 650 - 1hAxe: 800 - Katar: 500 BonusStats: - Level: 1 Agi: 1 @@ -842,17 +752,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 470 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 500 - 2hSword: 550 - 1hSpear: 600 - 2hSpear: 600 - 1hAxe: 700 - 2hAxe: 700 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 1 Luk: 1 @@ -920,13 +819,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 400 - Mace: 575 - 2hMace: 575 - Staff: 575 - Knuckle: 475 - 2hStaff: 575 BonusStats: - Level: 1 Str: 1 @@ -993,12 +885,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 700 - BaseASPD: - Fist: 450 - Dagger: 525 - Staff: 625 - Book: 550 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 @@ -1065,11 +951,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 500 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 550 - Bow: 650 BonusStats: - Level: 1 Agi: 1 @@ -1136,14 +1017,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 550 - 1hSword: 575 - 1hAxe: 675 - 2hAxe: 700 - Mace: 650 - 2hMace: 650 BonusStats: - Level: 1 Int: 1 @@ -1211,11 +1084,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 400 - Dagger: 550 - Bow: 650 - Musical: 575 BonusStats: - Level: 1 Dex: 1 @@ -1283,11 +1151,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 400 - Dagger: 550 - Bow: 650 - Whip: 575 BonusStats: - Level: 1 Luk: 1 @@ -1351,15 +1214,6 @@ Body: Luk: 1 - Jobs: Supernovice: true - BaseASPD: - Fist: 500 - Dagger: 650 - 1hSword: 700 - 1hAxe: 800 - Mace: 700 - 2hMace: 700 - Staff: 650 - 2hStaff: 650 BonusStats: - Level: 1 Str: 1 @@ -1427,13 +1281,6 @@ Body: HpFactor: 89 HpIncrease: 0 SpIncrease: 469 - BaseASPD: - Fist: 500 - Revolver: 700 - Rifle: 750 - Gatling: 700 - Shotgun: 1500 - Grenade: 1500 BonusStats: - Level: 1 Dex: 1 @@ -1489,10 +1336,6 @@ Body: HpFactor: 80 HpIncrease: 0 SpIncrease: 540 - BaseASPD: - Fist: 400 - Dagger: 500 - Huuma: 750 BonusStats: - Level: 1 Agi: 1 @@ -1546,15 +1389,6 @@ Body: Luk: 1 - Jobs: Novice_High: true - BaseASPD: - Fist: 500 - Dagger: 650 - 1hSword: 700 - 1hAxe: 800 - Mace: 700 - 2hMace: 700 - Staff: 650 - 2hStaff: 650 BonusStats: - Level: 2 Luk: 1 @@ -1573,17 +1407,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 550 - 2hSword: 600 - 1hSpear: 650 - 2hSpear: 700 - 1hAxe: 700 - 2hAxe: 750 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 2 Str: 1 @@ -1626,11 +1449,6 @@ Body: MaxWeight: 22000 HpFactor: 30 SpIncrease: 600 - BaseASPD: - Fist: 500 - Dagger: 600 - Staff: 700 - 2hStaff: 700 BonusStats: - Level: 2 Int: 1 @@ -1673,10 +1491,6 @@ Body: MaxWeight: 26000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 600 - Bow: 700 BonusStats: - Level: 2 Dex: 1 @@ -1719,12 +1533,6 @@ Body: MaxWeight: 24000 HpFactor: 40 SpIncrease: 500 - BaseASPD: - Fist: 400 - Mace: 600 - 2hMace: 600 - Staff: 600 - 2hStaff: 600 BonusStats: - Level: 2 Luk: 1 @@ -1767,14 +1575,6 @@ Body: MaxWeight: 28000 HpFactor: 40 SpIncrease: 300 - BaseASPD: - Fist: 400 - Dagger: 600 - 1hSword: 700 - 1hAxe: 700 - 2hAxe: 750 - Mace: 700 - 2hMace: 700 BonusStats: - Level: 2 Vit: 1 @@ -1817,12 +1617,6 @@ Body: MaxWeight: 24000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 650 - 1hAxe: 800 - Bow: 800 BonusStats: - Level: 2 Agi: 1 @@ -1866,17 +1660,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 500 - 2hSword: 550 - 1hSpear: 600 - 2hSpear: 600 - 1hAxe: 700 - 2hAxe: 700 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 1 Str: 1 @@ -1973,13 +1756,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 400 - Mace: 600 - 2hMace: 600 - Staff: 600 - Book: 600 - 2hStaff: 600 BonusStats: - Level: 1 Int: 1 @@ -2076,11 +1852,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 500 - Dagger: 575 - Staff: 625 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 @@ -2177,14 +1948,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 600 - 1hSword: 650 - 1hAxe: 650 - 2hAxe: 650 - Mace: 675 - 2hMace: 675 BonusStats: - Level: 1 Dex: 1 @@ -2281,10 +2044,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 600 - Bow: 600 BonusStats: - Level: 1 Dex: 1 @@ -2381,12 +2140,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 650 - 1hAxe: 800 - Katar: 500 BonusStats: - Level: 1 Agi: 1 @@ -2485,17 +2238,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 470 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 500 - 2hSword: 550 - 1hSpear: 600 - 2hSpear: 600 - 1hAxe: 700 - 2hAxe: 700 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 1 Vit: 1 @@ -2593,13 +2335,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 400 - Mace: 575 - 2hMace: 575 - Staff: 575 - Knuckle: 475 - 2hStaff: 575 BonusStats: - Level: 1 Str: 1 @@ -2696,12 +2431,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 700 - BaseASPD: - Fist: 450 - Dagger: 525 - Staff: 625 - Book: 550 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 @@ -2798,11 +2527,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 500 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 550 - Bow: 650 BonusStats: - Level: 1 Str: 1 @@ -2899,14 +2623,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 550 - 1hSword: 575 - 1hAxe: 675 - 2hAxe: 700 - Mace: 650 - 2hMace: 650 BonusStats: - Level: 1 Dex: 1 @@ -3004,11 +2720,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 400 - Dagger: 550 - Bow: 650 - Musical: 575 BonusStats: - Level: 1 Agi: 1 @@ -3106,11 +2817,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 400 - Dagger: 550 - Bow: 650 - Whip: 575 BonusStats: - Level: 1 Dex: 1 @@ -3204,31 +2910,11 @@ Body: Agi: 1 - Jobs: Baby: true - BaseASPD: - Fist: 500 - Dagger: 650 - 1hSword: 700 - 1hAxe: 800 - Mace: 700 - 2hMace: 700 - Staff: 650 - 2hStaff: 650 - Jobs: Baby_Swordman: true MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 550 - 2hSword: 600 - 1hSpear: 650 - 2hSpear: 700 - 1hAxe: 700 - 2hAxe: 750 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 2 Str: 1 @@ -3271,11 +2957,6 @@ Body: MaxWeight: 22000 HpFactor: 30 SpIncrease: 600 - BaseASPD: - Fist: 500 - Dagger: 600 - Staff: 700 - 2hStaff: 700 BonusStats: - Level: 2 Int: 1 @@ -3318,10 +2999,6 @@ Body: MaxWeight: 26000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 600 - Bow: 700 BonusStats: - Level: 2 Dex: 1 @@ -3364,12 +3041,6 @@ Body: MaxWeight: 24000 HpFactor: 40 SpIncrease: 500 - BaseASPD: - Fist: 400 - Mace: 600 - 2hMace: 600 - Staff: 600 - 2hStaff: 600 BonusStats: - Level: 2 Luk: 1 @@ -3412,14 +3083,6 @@ Body: MaxWeight: 28000 HpFactor: 40 SpIncrease: 300 - BaseASPD: - Fist: 400 - Dagger: 600 - 1hSword: 700 - 1hAxe: 700 - 2hAxe: 750 - Mace: 700 - 2hMace: 700 BonusStats: - Level: 2 Vit: 1 @@ -3462,12 +3125,6 @@ Body: MaxWeight: 24000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 650 - 1hAxe: 800 - Bow: 800 BonusStats: - Level: 2 Agi: 1 @@ -3511,17 +3168,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 500 - 2hSword: 550 - 1hSpear: 600 - 2hSpear: 600 - 1hAxe: 700 - 2hAxe: 700 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 1 Vit: 1 @@ -3588,13 +3234,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 400 - Mace: 600 - 2hMace: 600 - Staff: 600 - Book: 600 - 2hStaff: 600 BonusStats: - Level: 1 Luk: 1 @@ -3661,11 +3300,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 500 - Dagger: 575 - Staff: 625 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 @@ -3732,14 +3366,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 600 - 1hSword: 650 - 1hAxe: 650 - 2hAxe: 650 - Mace: 675 - 2hMace: 675 BonusStats: - Level: 1 Dex: 1 @@ -3806,10 +3432,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 600 - Bow: 600 BonusStats: - Level: 1 Dex: 1 @@ -3876,12 +3498,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 650 - 1hAxe: 800 - Katar: 500 BonusStats: - Level: 1 Agi: 1 @@ -3950,17 +3566,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 470 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 500 - 2hSword: 550 - 1hSpear: 600 - 2hSpear: 600 - 1hAxe: 700 - 2hAxe: 700 - Mace: 650 - 2hMace: 700 BonusStats: - Level: 1 Luk: 1 @@ -4028,13 +3633,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 400 - Mace: 575 - 2hMace: 575 - Staff: 575 - Knuckle: 475 - 2hStaff: 575 BonusStats: - Level: 1 Str: 1 @@ -4101,12 +3699,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 700 - BaseASPD: - Fist: 450 - Dagger: 525 - Staff: 625 - Book: 550 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 @@ -4173,11 +3765,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 500 - BaseASPD: - Fist: 400 - Dagger: 500 - 1hSword: 550 - Bow: 650 BonusStats: - Level: 1 Agi: 1 @@ -4244,14 +3831,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 400 - Dagger: 550 - 1hSword: 575 - 1hAxe: 675 - 2hAxe: 700 - Mace: 650 - 2hMace: 650 BonusStats: - Level: 1 Int: 1 @@ -4319,11 +3898,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 400 - Dagger: 550 - Bow: 650 - Musical: 575 BonusStats: - Level: 1 Dex: 1 @@ -4391,11 +3965,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 400 - Dagger: 550 - Bow: 650 - Whip: 575 BonusStats: - Level: 1 Luk: 1 @@ -4459,15 +4028,6 @@ Body: Luk: 1 - Jobs: Super_Baby: true - BaseASPD: - Fist: 500 - Dagger: 650 - 1hSword: 700 - 1hAxe: 800 - Mace: 700 - 2hMace: 700 - Staff: 650 - 2hStaff: 650 BonusStats: - Level: 1 Str: 1 @@ -4534,8 +4094,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 400 BonusStats: - Level: 1 Str: 1 @@ -4580,9 +4138,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 400 - Book: 500 BonusStats: - Level: 1 Str: 1 @@ -4649,11 +4204,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 500 - Dagger: 575 - Staff: 625 - 2hStaff: 625 BonusStats: - Level: 1 Int: 1 diff --git a/db/pre-re/mob_db.yml b/db/pre-re/mob_db.yml index 9ca495a0d0..86669826fd 100644 --- a/db/pre-re/mob_db.yml +++ b/db/pre-re/mob_db.yml @@ -1,5 +1,5 @@ # This file is a part of rAthena. -# Copyright(C) 2021 rAthena Development Team +# Copyright(C) 2024 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify @@ -137,6 +137,7 @@ Body: Attack: 7 Attack2: 10 MagicDefense: 5 + Int: 0 Dex: 6 Luk: 30 AttackRange: 1 @@ -248,6 +249,7 @@ Body: Vit: 8 Int: 5 Dex: 28 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -303,6 +305,7 @@ Body: Attack2: 11 Agi: 2 Vit: 4 + Int: 0 Dex: 7 Luk: 5 AttackRange: 1 @@ -347,6 +350,7 @@ Body: Attack: 1 Attack2: 2 MagicDefense: 20 + Int: 0 Luk: 20 SkillRange: 10 ChaseRange: 12 @@ -389,6 +393,7 @@ Body: Attack2: 14 Agi: 13 Vit: 5 + Int: 0 Dex: 13 Luk: 10 AttackRange: 1 @@ -656,7 +661,9 @@ Body: MagicDefense: 10 Agi: 8 Vit: 7 + Int: 0 Dex: 15 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -879,6 +886,7 @@ Body: MagicDefense: 25 Agi: 12 Vit: 24 + Int: 0 Dex: 36 Luk: 15 AttackRange: 4 @@ -1371,6 +1379,7 @@ Body: MagicDefense: 10 Agi: 14 Vit: 14 + Int: 0 Dex: 19 Luk: 15 AttackRange: 1 @@ -1415,6 +1424,7 @@ Body: MagicDefense: 5 Agi: 19 Vit: 38 + Int: 0 Dex: 38 Luk: 20 AttackRange: 1 @@ -1598,6 +1608,7 @@ Body: MagicDefense: 20 Agi: 20 Vit: 29 + Int: 0 Dex: 45 Luk: 20 AttackRange: 1 @@ -1803,7 +1814,9 @@ Body: Defense: 40 Agi: 15 Vit: 25 + Int: 0 Dex: 15 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -1849,6 +1862,7 @@ Body: Str: 28 Agi: 19 Vit: 32 + Int: 0 Dex: 63 Luk: 20 AttackRange: 1 @@ -2112,6 +2126,7 @@ Body: Attack2: 2 Defense: 20 MagicDefense: 20 + Int: 0 Luk: 20 SkillRange: 10 ChaseRange: 12 @@ -2153,6 +2168,7 @@ Body: Defense: 20 Agi: 6 Vit: 4 + Int: 0 Dex: 14 Luk: 20 SkillRange: 10 @@ -2284,7 +2300,9 @@ Body: Defense: 5 Agi: 6 Vit: 6 + Int: 0 Dex: 11 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -2426,6 +2444,7 @@ Body: Vit: 16 Int: 5 Dex: 36 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -2891,6 +2910,7 @@ Body: MagicDefense: 15 Agi: 12 Vit: 24 + Int: 0 Dex: 26 Luk: 5 AttackRange: 1 @@ -3071,6 +3091,7 @@ Body: MagicDefense: 40 Agi: 14 Vit: 14 + Int: 0 Dex: 40 Luk: 2 AttackRange: 7 @@ -3300,6 +3321,7 @@ Body: Str: 18 Agi: 20 Vit: 15 + Int: 0 Dex: 36 Luk: 15 AttackRange: 1 @@ -3340,6 +3362,7 @@ Body: Defense: 35 Agi: 12 Vit: 8 + Int: 0 Dex: 32 Luk: 5 AttackRange: 1 @@ -3403,7 +3426,9 @@ Body: MagicDefense: 10 Agi: 5 Vit: 10 + Int: 0 Dex: 12 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -3443,7 +3468,9 @@ Body: Attack2: 101 Agi: 19 Vit: 25 + Int: 0 Dex: 24 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -3483,6 +3510,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -3526,6 +3559,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -3569,6 +3608,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -3612,6 +3657,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -3655,6 +3706,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -3698,6 +3755,11 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 Luk: 90 AttackRange: 1 SkillRange: 7 @@ -3742,6 +3804,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -3785,6 +3853,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -4038,6 +4112,7 @@ Body: MagicDefense: 10 Agi: 2 Vit: 2 + Int: 0 Dex: 17 Luk: 60 AttackRange: 1 @@ -4176,6 +4251,7 @@ Body: MagicDefense: 40 Agi: 36 Vit: 6 + Int: 0 Dex: 11 Luk: 80 AttackRange: 1 @@ -4360,6 +4436,7 @@ Body: Attack2: 2 Defense: 20 MagicDefense: 20 + Int: 0 Luk: 20 SkillRange: 10 ChaseRange: 12 @@ -4999,7 +5076,9 @@ Body: Attack2: 84 Agi: 36 Vit: 24 + Int: 0 Dex: 78 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -5097,6 +5176,7 @@ Body: Attack2: 13 Agi: 3 Vit: 3 + Int: 0 Dex: 12 Luk: 15 AttackRange: 1 @@ -5141,6 +5221,7 @@ Body: MagicDefense: 10 Agi: 53 Vit: 17 + Int: 0 Dex: 38 Luk: 5 AttackRange: 1 @@ -5244,7 +5325,9 @@ Body: MagicDefense: 25 Agi: 36 Vit: 24 + Int: 0 Dex: 32 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -5851,7 +5934,9 @@ Body: MagicDefense: 50 Agi: 34 Vit: 10 + Int: 0 Dex: 50 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -6268,6 +6353,7 @@ Body: MagicDefense: 30 Agi: 26 Vit: 26 + Int: 0 Dex: 39 Luk: 5 AttackRange: 1 @@ -6406,6 +6492,7 @@ Body: MagicDefense: 5 Agi: 21 Vit: 21 + Int: 0 Dex: 36 Luk: 10 AttackRange: 1 @@ -6448,6 +6535,7 @@ Body: MagicDefense: 40 Agi: 28 Vit: 28 + Int: 0 Dex: 33 Luk: 50 AttackRange: 1 @@ -6880,6 +6968,7 @@ Body: MagicDefense: 40 Agi: 38 Vit: 18 + Int: 0 Dex: 53 Luk: 10 AttackRange: 1 @@ -6925,6 +7014,7 @@ Body: MagicDefense: 10 Agi: 14 Vit: 18 + Int: 0 Dex: 30 Luk: 15 AttackRange: 1 @@ -6970,6 +7060,7 @@ Body: MagicDefense: 10 Agi: 12 Vit: 24 + Int: 0 Dex: 24 Luk: 5 AttackRange: 1 @@ -7201,6 +7292,7 @@ Body: MagicDefense: 15 Agi: 26 Vit: 26 + Int: 0 Dex: 88 Luk: 75 AttackRange: 1 @@ -7347,7 +7439,9 @@ Body: MagicDefense: 5 Agi: 10 Vit: 10 + Int: 0 Dex: 15 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -8065,6 +8159,7 @@ Body: MagicDefense: 15 Agi: 77 Vit: 15 + Int: 0 Dex: 76 Luk: 10 AttackRange: 1 @@ -8109,6 +8204,7 @@ Body: Vit: 23 Int: 5 Dex: 42 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -8151,7 +8247,9 @@ Body: MagicDefense: 45 Agi: 51 Vit: 14 + Int: 0 Dex: 60 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -8261,6 +8359,12 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 AttackRange: 1 SkillRange: 7 ChaseRange: 12 @@ -8379,7 +8483,9 @@ Body: MagicDefense: 45 Agi: 51 Vit: 14 + Int: 0 Dex: 60 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -8410,7 +8516,9 @@ Body: MagicDefense: 45 Agi: 51 Vit: 14 + Int: 0 Dex: 60 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -8446,6 +8554,8 @@ Body: JobExp: 1 Attack: 1 Attack2: 2 + Int: 0 + Luk: 0 AttackRange: 1 SkillRange: 1 ChaseRange: 12 @@ -8855,6 +8965,7 @@ Body: Str: 55 Agi: 20 Vit: 36 + Int: 0 Dex: 76 Luk: 25 AttackRange: 1 @@ -8900,6 +9011,7 @@ Body: MagicDefense: 20 Agi: 24 Vit: 39 + Int: 0 Dex: 72 Luk: 25 AttackRange: 1 @@ -10277,6 +10389,7 @@ Body: Attack2: 11 Agi: 2 Vit: 4 + Int: 0 Dex: 7 Luk: 5 AttackRange: 1 @@ -10322,6 +10435,7 @@ Body: Attack2: 2 Defense: 20 MagicDefense: 20 + Int: 0 Luk: 20 SkillRange: 10 ChaseRange: 12 @@ -10409,6 +10523,7 @@ Body: Attack2: 2 Defense: 20 MagicDefense: 20 + Int: 0 Luk: 20 SkillRange: 10 ChaseRange: 12 @@ -10539,6 +10654,7 @@ Body: Vit: 48 Int: 20 Dex: 34 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -10580,6 +10696,7 @@ Body: Attack2: 2 Defense: 20 MagicDefense: 20 + Int: 0 Luk: 20 SkillRange: 10 ChaseRange: 12 @@ -10759,6 +10876,7 @@ Body: Attack2: 12 Agi: 3 Vit: 3 + Int: 0 Dex: 10 Luk: 30 AttackRange: 1 @@ -10801,6 +10919,7 @@ Body: Defense: 20 Agi: 3 Vit: 3 + Int: 0 Dex: 11 Luk: 20 AttackRange: 1 @@ -11553,6 +11672,7 @@ Body: Str: 84 Agi: 42 Vit: 39 + Int: 0 Dex: 71 Luk: 35 AttackRange: 1 @@ -11970,6 +12090,7 @@ Body: MagicDefense: 10 Agi: 19 Vit: 15 + Int: 0 Dex: 34 Luk: 5 AttackRange: 1 @@ -14661,7 +14782,12 @@ Body: AegisName: TREASURE_BOX1 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14691,7 +14817,12 @@ Body: AegisName: TREASURE_BOX2 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14721,7 +14852,12 @@ Body: AegisName: TREASURE_BOX3 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14751,7 +14887,12 @@ Body: AegisName: TREASURE_BOX4 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14781,7 +14922,12 @@ Body: AegisName: TREASURE_BOX5 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14811,7 +14957,12 @@ Body: AegisName: TREASURE_BOX6 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14841,7 +14992,12 @@ Body: AegisName: TREASURE_BOX7 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14871,7 +15027,12 @@ Body: AegisName: TREASURE_BOX8 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14901,7 +15062,12 @@ Body: AegisName: TREASURE_BOX9 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14931,7 +15097,12 @@ Body: AegisName: TREASURE_BOX10 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14961,7 +15132,12 @@ Body: AegisName: TREASURE_BOX11 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -14991,7 +15167,12 @@ Body: AegisName: TREASURE_BOX12 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15021,7 +15202,12 @@ Body: AegisName: TREASURE_BOX13 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15051,7 +15237,12 @@ Body: AegisName: TREASURE_BOX14 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15081,7 +15272,12 @@ Body: AegisName: TREASURE_BOX15 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15111,7 +15307,12 @@ Body: AegisName: TREASURE_BOX16 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15141,7 +15342,12 @@ Body: AegisName: TREASURE_BOX17 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15171,7 +15377,12 @@ Body: AegisName: TREASURE_BOX18 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15201,7 +15412,12 @@ Body: AegisName: TREASURE_BOX19 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15231,7 +15447,12 @@ Body: AegisName: TREASURE_BOX20 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15261,7 +15482,12 @@ Body: AegisName: TREASURE_BOX21 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15291,7 +15517,12 @@ Body: AegisName: TREASURE_BOX22 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15321,7 +15552,12 @@ Body: AegisName: TREASURE_BOX23 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15351,7 +15587,12 @@ Body: AegisName: TREASURE_BOX24 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15381,7 +15622,12 @@ Body: AegisName: TREASURE_BOX25 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15411,7 +15657,12 @@ Body: AegisName: TREASURE_BOX26 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15441,7 +15692,12 @@ Body: AegisName: TREASURE_BOX27 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15471,7 +15727,12 @@ Body: AegisName: TREASURE_BOX28 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15501,7 +15762,12 @@ Body: AegisName: TREASURE_BOX29 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15531,7 +15797,12 @@ Body: AegisName: TREASURE_BOX30 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15561,7 +15832,12 @@ Body: AegisName: TREASURE_BOX31 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15591,7 +15867,12 @@ Body: AegisName: TREASURE_BOX32 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15621,7 +15902,12 @@ Body: AegisName: TREASURE_BOX33 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15651,7 +15937,12 @@ Body: AegisName: TREASURE_BOX34 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15681,7 +15972,12 @@ Body: AegisName: TREASURE_BOX35 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15711,7 +16007,12 @@ Body: AegisName: TREASURE_BOX36 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15741,7 +16042,12 @@ Body: AegisName: TREASURE_BOX37 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15771,7 +16077,12 @@ Body: AegisName: TREASURE_BOX38 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15801,7 +16112,12 @@ Body: AegisName: TREASURE_BOX39 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -15831,7 +16147,12 @@ Body: AegisName: TREASURE_BOX40 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -17156,6 +17477,7 @@ Body: Str: 28 Agi: 19 Vit: 32 + Int: 0 Dex: 63 Luk: 20 AttackRange: 1 @@ -17180,7 +17502,9 @@ Body: MagicDefense: 10 Agi: 8 Vit: 7 + Int: 0 Dex: 15 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -18195,6 +18519,7 @@ Body: Vit: 8 Int: 5 Dex: 28 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -18300,6 +18625,7 @@ Body: MagicDefense: 20 Agi: 20 Vit: 29 + Int: 0 Dex: 33 Luk: 20 AttackRange: 1 @@ -18428,7 +18754,9 @@ Body: Attack2: 101 Agi: 19 Vit: 25 + Int: 0 Dex: 24 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -18585,7 +18913,9 @@ Body: Attack2: 84 Agi: 36 Vit: 24 + Int: 0 Dex: 78 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -18895,6 +19225,7 @@ Body: Str: 84 Agi: 42 Vit: 39 + Int: 0 Dex: 71 Luk: 35 AttackRange: 1 @@ -19327,6 +19658,7 @@ Body: MagicDefense: 10 Agi: 14 Vit: 18 + Int: 0 Dex: 30 Luk: 15 AttackRange: 1 @@ -19352,6 +19684,7 @@ Body: MagicDefense: 10 Agi: 12 Vit: 24 + Int: 0 Dex: 24 Luk: 5 AttackRange: 1 @@ -19533,6 +19866,7 @@ Body: Vit: 23 Int: 5 Dex: 42 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -19767,6 +20101,7 @@ Body: Str: 55 Agi: 20 Vit: 36 + Int: 0 Dex: 76 Luk: 25 AttackRange: 1 @@ -19792,6 +20127,7 @@ Body: MagicDefense: 20 Agi: 24 Vit: 39 + Int: 0 Dex: 72 Luk: 25 AttackRange: 1 @@ -20225,7 +20561,9 @@ Body: MagicDefense: 12 Agi: 34 Vit: 10 + Int: 0 Dex: 40 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -20569,6 +20907,7 @@ Body: Attack2: 656 Defense: 28 MagicDefense: 31 + Str: 0 Agi: 42 Vit: 42 Int: 27 @@ -20615,6 +20954,7 @@ Body: Attack2: 1065 Defense: 47 MagicDefense: 38 + Str: 0 Agi: 30 Vit: 5 Int: 45 @@ -20657,6 +20997,7 @@ Body: Attack2: 2317 Defense: 39 MagicDefense: 44 + Str: 0 Agi: 66 Vit: 54 Int: 74 @@ -20704,6 +21045,7 @@ Body: Attack2: 546 Defense: 18 MagicDefense: 29 + Str: 0 Agi: 72 Vit: 45 Int: 35 @@ -20752,6 +21094,7 @@ Body: Attack2: 1081 Defense: 37 MagicDefense: 41 + Str: 0 Agi: 30 Vit: 90 Int: 15 @@ -20798,6 +21141,7 @@ Body: Attack2: 469 Defense: 12 MagicDefense: 12 + Str: 0 Agi: 61 Vit: 24 Int: 19 @@ -20840,6 +21184,7 @@ Body: Attack2: 451 Defense: 14 MagicDefense: 10 + Str: 0 Agi: 59 Vit: 21 Int: 18 @@ -20885,6 +21230,7 @@ Body: Attack2: 498 Defense: 16 MagicDefense: 51 + Str: 0 Agi: 28 Vit: 26 Int: 47 @@ -20934,6 +21280,7 @@ Body: Attack2: 2576 Defense: 26 MagicDefense: 52 + Str: 0 Vit: 90 Int: 124 Dex: 74 @@ -21344,6 +21691,7 @@ Body: MagicDefense: 10 Agi: 14 Vit: 14 + Int: 0 Dex: 19 Luk: 15 AttackRange: 1 @@ -21884,7 +22232,9 @@ Body: Defense: 40 Agi: 15 Vit: 25 + Int: 0 Dex: 15 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -22226,6 +22576,7 @@ Body: MagicDefense: 40 Agi: 38 Vit: 18 + Int: 0 Dex: 53 Luk: 10 AttackRange: 1 @@ -22737,6 +23088,7 @@ Body: Attack2: 13 Agi: 3 Vit: 3 + Int: 0 Dex: 12 Luk: 15 AttackRange: 1 @@ -22892,7 +23244,9 @@ Body: MagicDefense: 50 Agi: 34 Vit: 10 + Int: 0 Dex: 50 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -22915,6 +23269,7 @@ Body: MagicDefense: 40 Agi: 14 Vit: 14 + Int: 0 Dex: 40 Luk: 2 AttackRange: 7 @@ -23328,6 +23683,7 @@ Body: MagicDefense: 25 Agi: 12 Vit: 24 + Int: 0 Dex: 36 Luk: 15 AttackRange: 4 @@ -23620,7 +23976,9 @@ Body: MagicDefense: 45 Agi: 51 Vit: 14 + Int: 0 Dex: 60 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -23865,6 +24223,7 @@ Body: Vit: 16 Int: 5 Dex: 36 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -24180,6 +24539,7 @@ Body: Attack2: 486 Defense: 22 MagicDefense: 26 + Str: 0 Agi: 15 Vit: 5 Int: 5 @@ -24322,6 +24682,7 @@ Body: Attack: 82 Attack2: 247 MagicDefense: 8 + Str: 0 Agi: 31 Vit: 21 Int: 50 @@ -24584,6 +24945,7 @@ Body: Attack: 164 Attack2: 494 MagicDefense: 8 + Str: 0 Agi: 31 Vit: 21 Int: 50 @@ -26709,6 +27071,7 @@ Body: Attack2: 3000 Defense: 54 MagicDefense: 25 + Str: 0 Vit: 90 Int: 24 Dex: 144 @@ -28894,6 +29257,7 @@ Body: Attack: 7 Attack2: 10 MagicDefense: 5 + Int: 0 Dex: 6 Luk: 30 AttackRange: 1 @@ -29074,7 +29438,12 @@ Body: AegisName: G_TREASURE_BOX Name: Treasure Chest Level: 98 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless Element: Neutral @@ -29674,6 +30043,11 @@ Body: Attack2: 200 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 Luk: 100 AttackRange: 1 SkillRange: 7 @@ -31338,6 +31712,12 @@ Body: Hp: 1000 Defense: 127 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 Size: Small Race: Formless Element: Neutral @@ -31537,7 +31917,12 @@ Body: AegisName: TREASURE_BOX_ Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless Element: Neutral @@ -32442,6 +32827,7 @@ Body: MagicDefense: 40 Agi: 38 Vit: 18 + Int: 0 Dex: 53 Luk: 10 AttackRange: 1 @@ -32499,6 +32885,7 @@ Body: MagicDefense: 99 Agi: 14 Vit: 14 + Int: 0 Dex: 19 Luk: 15 AttackRange: 1 @@ -33015,6 +33402,7 @@ Body: Attack2: 700 Defense: 100 MagicDefense: 99 + Str: 0 Int: 50 Dex: 120 AttackRange: 1 @@ -33202,7 +33590,12 @@ Body: AegisName: G_TREASURE_BOX_ Name: Treasure Box Level: 98 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless Element: Neutral @@ -33509,7 +33902,9 @@ Body: Attack2: 101 Agi: 19 Vit: 25 + Int: 0 Dex: 24 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -33553,6 +33948,7 @@ Body: MagicDefense: 30 Agi: 26 Vit: 26 + Int: 0 Dex: 39 Luk: 5 AttackRange: 1 @@ -33644,7 +34040,9 @@ Body: MagicDefense: 5 Agi: 10 Vit: 10 + Int: 0 Dex: 15 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -33687,6 +34085,7 @@ Body: MagicDefense: 25 Agi: 12 Vit: 24 + Int: 0 Dex: 36 Luk: 15 AttackRange: 4 @@ -34452,6 +34851,11 @@ Body: Attack2: 2 Defense: 100 MagicDefense: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 Luk: 90 AttackRange: 1 SkillRange: 7 @@ -34493,6 +34897,7 @@ Body: MagicDefense: 40 Agi: 36 Vit: 6 + Int: 0 Dex: 11 Luk: 80 AttackRange: 1 @@ -34969,6 +35374,7 @@ Body: Attack2: 2317 Defense: 39 MagicDefense: 44 + Str: 0 Agi: 66 Vit: 54 Int: 74 @@ -35246,7 +35652,12 @@ Body: Level: 99 Hp: 49 Defense: 100 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless Element: Holy @@ -35261,7 +35672,12 @@ Body: Level: 99 Hp: 49 Defense: 100 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless Element: Holy @@ -35283,6 +35699,7 @@ Body: MagicDefense: 99 Agi: 28 Vit: 28 + Int: 0 Dex: 33 Luk: 50 AttackRange: 1 @@ -35983,7 +36400,9 @@ Body: MagicDefense: 45 Agi: 51 Vit: 14 + Int: 0 Dex: 60 + Luk: 0 AttackRange: 1 SkillRange: 10 ChaseRange: 12 @@ -36306,7 +36725,12 @@ Body: AegisName: TREASURE_BOX41 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36336,7 +36760,12 @@ Body: AegisName: TREASURE_BOX42 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36366,7 +36795,12 @@ Body: AegisName: TREASURE_BOX43 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36396,7 +36830,12 @@ Body: AegisName: TREASURE_BOX44 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36426,7 +36865,12 @@ Body: AegisName: TREASURE_BOX45 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36456,7 +36900,12 @@ Body: AegisName: TREASURE_BOX46 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36486,7 +36935,12 @@ Body: AegisName: TREASURE_BOX47 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36516,7 +36970,12 @@ Body: AegisName: TREASURE_BOX48 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36546,7 +37005,12 @@ Body: AegisName: TREASURE_BOX49 Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless RaceGroups: @@ -36829,7 +37293,12 @@ Body: AegisName: TREASURE_BOX_I Name: Treasure Chest Level: 99 + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 Dex: 999 + Luk: 0 Size: Small Race: Formless Element: Neutral @@ -37127,6 +37596,7 @@ Body: Attack: 100 Attack2: 145 MagicDefense: 15 + Str: 0 Agi: 85 Vit: 15 Int: 35 @@ -37154,6 +37624,7 @@ Body: Attack2: 250 Defense: 30 MagicDefense: 20 + Str: 0 Agi: 38 Vit: 30 Int: 35 @@ -37182,6 +37653,7 @@ Body: Attack2: 250 Defense: 30 MagicDefense: 20 + Str: 0 Agi: 38 Vit: 30 Int: 35 @@ -37393,6 +37865,7 @@ Body: MagicDefense: 5 Agi: 21 Vit: 21 + Int: 0 Dex: 36 Luk: 10 AttackRange: 1 @@ -37433,6 +37906,7 @@ Body: Attack: 7 Attack2: 10 MagicDefense: 5 + Int: 0 Dex: 6 Luk: 30 AttackRange: 1 @@ -37905,6 +38379,7 @@ Body: Str: 28 Agi: 19 Vit: 32 + Int: 0 Dex: 63 Luk: 20 AttackRange: 1 @@ -39427,6 +39902,7 @@ Body: Attack2: 13000 Defense: 78 MagicDefense: 22 + Str: 0 Agi: 10 Vit: 82 Int: 25 @@ -39688,6 +40164,7 @@ Body: MagicDefense: 10 Agi: 19 Vit: 32 + Int: 0 Dex: 63 Luk: 20 AttackRange: 1 @@ -40184,6 +40661,7 @@ Body: Attack2: 886 Defense: 125 MagicDefense: 18 + Str: 0 Agi: 10 Vit: 82 Int: 2 @@ -41140,99 +41618,3 @@ Body: AttackMotion: 480 DamageMotion: 864 Ai: 20 - - Id: 2158 - AegisName: S_HORNET - Name: Hornet - Level: 1 - Hp: 60 - BaseExp: 27 - JobExp: 20 - Attack: 8 - Attack2: 9 - Defense: 2 - MagicDefense: 5 - Str: 6 - Dex: 6 - Luk: 5 - AttackRange: 1 - SkillRange: 10 - ChaseRange: 12 - Size: Medium - Race: Plant - Element: Water - ElementLevel: 1 - WalkSpeed: 400 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Ai: 02 - - Id: 2159 - AegisName: S_GIANT_HORNET - Name: Giant Hornet - Level: 1 - Hp: 60 - BaseExp: 27 - JobExp: 20 - Attack: 8 - Attack2: 9 - Defense: 2 - MagicDefense: 5 - Str: 6 - Dex: 6 - Luk: 5 - AttackRange: 1 - SkillRange: 10 - ChaseRange: 12 - Size: Medium - Race: Plant - Element: Water - ElementLevel: 1 - WalkSpeed: 400 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Ai: 02 - - Id: 2160 - AegisName: S_LUCIOLA_VESPA - Name: Luciola Vespa - Level: 1 - Hp: 60 - BaseExp: 27 - JobExp: 20 - Attack: 8 - Attack2: 9 - Defense: 2 - MagicDefense: 5 - Str: 6 - Dex: 6 - Luk: 5 - AttackRange: 1 - SkillRange: 10 - ChaseRange: 12 - Size: Medium - Race: Plant - Element: Water - ElementLevel: 1 - WalkSpeed: 400 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Ai: 02 - - Id: 2308 - AegisName: KO_ZANZOU - Name: Zanzou - Level: 1 - Hp: 50 - Attack: 1 - Attack2: 1 - AttackRange: 1 - SkillRange: 1 - ChaseRange: 1 - Size: Medium - Race: Demihuman - Element: Neutral - ElementLevel: 1 - WalkSpeed: 400 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 diff --git a/db/pre-re/mob_skill_db.txt b/db/pre-re/mob_skill_db.txt index 34708b65cf..1c1830c91a 100644 --- a/db/pre-re/mob_skill_db.txt +++ b/db/pre-re/mob_skill_db.txt @@ -102,7 +102,7 @@ 1019,Peco Peco@NPC_EMOTION,chase,197,1,2000,0,5000,yes,self,always,0,6,,,,,, 1019,Peco Peco@NPC_FIREATTACK,attack,186,1,2000,0,5000,yes,target,always,0,,,,,,, 1019,Peco Peco@NPC_PROVOCATION,chase,194,1,200,0,5000,yes,target,always,0,,,,,,19, -1020,Mandragora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,randomtarget,always,0,,,,,,, +1020,Mandragora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,target,always,0,,,,,,, 1023,Orc Warrior@NPC_EMOTION,chase,197,1,2000,0,5000,yes,self,always,0,,,,,,, 1023,Orc Warrior@NPC_GROUNDATTACK,attack,185,2,500,500,5000,no,target,always,0,,,,,,6, 1023,Orc Warrior@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,19,0x81,,,,, @@ -349,7 +349,7 @@ 1067,Cornutus@NPC_WATERATTACK,attack,184,2,500,500,5000,no,target,always,0,,,,,,6, 1067,Cornutus@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, 1067,Cornutus@CR_AUTOGUARD,chase,249,2,2000,0,300000,yes,self,longrangeattacked,,,,,,,, -1068,Hydra@NPC_WATERATTACK,attack,184,2,500,500,5000,no,randomtarget,always,0,,,,,,, +1068,Hydra@NPC_WATERATTACK,attack,184,2,500,500,5000,no,target,always,0,,,,,,, 1069,Swordfish@NPC_WATERATTACK,attack,184,1,2000,0,5000,yes,target,always,0,,,,,,, 1069,Swordfish@WZ_WATERBALL,attack,86,3,500,1500,5000,yes,target,always,0,,,,,,, 1069,Swordfish@WZ_WATERBALL,chase,86,3,500,1500,5000,yes,target,always,0,,,,,,, @@ -601,9 +601,9 @@ 1117,Evil Druid@NPC_UNDEADATTACK,chase,347,3,500,500,5000,no,target,always,0,,,,,,9, 1117,Evil Druid@WZ_HEAVENDRIVE,attack,91,5,500,1200,5000,yes,target,always,0,,,,,,, 1117,Evil Druid@WZ_HEAVENDRIVE,chase,91,5,500,1200,5000,yes,target,always,0,,,,,,, -1118,Flora@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,randomtarget,always,0,,,,,,, +1118,Flora@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,0,,,,,,, 1118,Flora@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,2,,,,,, -1118,Flora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,randomtarget,always,0,,,,,,, +1118,Flora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,target,always,0,,,,,,, 1119,Frilldora@AS_CLOAKING,attack,135,1,2000,200,5000,yes,self,always,0,,,,,,, 1119,Frilldora@AS_CLOAKING,idle,135,1,2000,200,5000,yes,self,always,0,,,,,,, 1119,Frilldora@AS_CLOAKING,chase,135,1,2000,200,5000,yes,self,always,0,,,,,,, @@ -1297,7 +1297,7 @@ 1276,Raydric Archer@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, 1277,Greatest General@NPC_BLINDATTACK,idle,177,3,10000,1500,5000,no,randomtarget,longrangeattacked,,,,,,,6, 1277,Greatest General@NPC_BLINDATTACK,idle,177,3,10000,1500,5000,no,randomtarget,casttargeted,,,,,,,6, -1277,Greatest General@NPC_FIREATTACK,attack,186,2,500,500,5000,no,randomtarget,always,0,,,,,,, +1277,Greatest General@NPC_FIREATTACK,attack,186,2,500,500,5000,no,target,always,0,,,,,,, 1277,Greatest General@WZ_EARTHSPIKE,idle,90,3,5000,1500,5000,no,randomtarget,longrangeattacked,,,,,,,6, 1277,Greatest General@WZ_EARTHSPIKE,idle,90,3,5000,1500,5000,no,randomtarget,casttargeted,,,,,,,6, 1278,Stalactite Golem@NPC_STUNATTACK,attack,179,4,500,1500,5000,no,target,always,0,,,,,,6, @@ -1580,7 +1580,7 @@ 1367,Blazer@WZ_SIGHTRASHER,attack,81,5,500,1000,5000,no,target,always,0,,,,,,6, 1368,Geographer@AL_HEAL,attack,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,60,,,,,,, 1368,Geographer@AL_HEAL,idle,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,60,,,,,,, -1368,Geographer@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,randomtarget,always,0,,,,,,, +1368,Geographer@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,target,always,0,,,,,,, 1369,Grand Peco@AS_SONICBLOW,attack,136,5,500,800,5000,no,target,always,0,,,,,,6, 1369,Grand Peco@NPC_FIREATTACK,attack,186,3,500,500,5000,no,target,always,0,,,,,,6, 1369,Grand Peco@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,19,0x81,,,,, @@ -2563,8 +2563,8 @@ 1510,Hylozoist@MO_BODYRELOCATION,chase,264,1,2000,500,5000,no,target,always,0,,,,,,, 1511,Amon Ra@NPC_BLOODDRAIN,idle,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, 1511,Amon Ra@NPC_BLOODDRAIN,idle,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, -1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, -1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, +1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,always,0,,,,,,29, +1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,always,0,,,,,,29, 1511,Amon Ra@NPC_SUMMONMONSTER,idle,209,5,5000,0,10000,no,self,longrangeattacked,0,1474,1477,1438,,,9, 1511,Amon Ra@NPC_SUMMONMONSTER,idle,209,5,5000,0,10000,no,self,casttargeted,0,1474,1477,1438,,,9, 1511,Amon Ra@NPC_SUMMONMONSTER,attack,209,5,5000,0,10000,no,self,longrangeattacked,0,1474,1477,1438,,,9, @@ -2583,11 +2583,11 @@ 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,skillused,83,,,,,,9, 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,longrangeattacked,,,,,,,9, 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,casttargeted,,,,,,,9, -1511,Amon Ra@WZ_METEOR,attack,83,11,5000,0,3000,yes,randomtarget,always,0,,,,,,9, +1511,Amon Ra@WZ_METEOR,attack,83,11,5000,0,3000,yes,target,always,0,,,,,,9, 1511,Amon Ra@WZ_FIREPILLAR,idle,80,10,10000,0,2000,yes,around2,always,0,,,,,,, 1511,Amon Ra@WZ_FIREPILLAR,idle,80,10,10000,0,2000,yes,around2,always,0,,,,,,, 1511,Amon Ra@WZ_FIREPILLAR,attack,80,10,5000,0,2000,yes,around2,always,0,,,,,,, -1511,Amon Ra@NPC_DARKBLESSING,attack,203,1,5000,0,2000,no,randomtarget,always,0,,,,,,, +1511,Amon Ra@NPC_DARKBLESSING,attack,203,1,5000,0,2000,no,target,always,0,,,,,,, 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,5000,yes,randomtarget,always,0,,,,,,9, 1511,Amon Ra@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, 1511,Amon Ra@AL_TELEPORT,walk,26,1,5000,0,5000,yes,self,rudeattacked,,,,,,,, @@ -3398,18 +3398,18 @@ 1663,Laurell Weinder@NPC_EMOTION,idle,197,1,10000,0,5000,yes,self,skillused,28,15,,,,,, 1663,Laurell Weinder@NPC_EMOTION,attack,197,1,10000,0,5000,yes,self,skillused,28,15,,,,,, 1663,Laurell Weinder@NPC_EMOTION,chase,197,1,10000,0,5000,yes,self,skillused,28,15,,,,,, -1664,Photon Cannon@NPC_WINDATTACK,attack,187,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1664,Photon Cannon@NPC_WINDATTACK,attack,187,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1664,Photon Cannon@NPC_WINDATTACK,attack,187,1,10000,0,0,yes,randomtarget,always,0,,,,,,, -1665,Photon Cannon@NPC_FIREATTACK,attack,186,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1665,Photon Cannon@NPC_FIREATTACK,attack,186,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1665,Photon Cannon@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,randomtarget,always,0,,,,,,, -1666,Photon Cannon@NPC_WATERATTACK,attack,184,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1666,Photon Cannon@NPC_WATERATTACK,attack,184,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1666,Photon Cannon@NPC_WATERATTACK,attack,184,1,10000,0,0,yes,randomtarget,always,0,,,,,,, -1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,1,10000,0,0,yes,randomtarget,always,0,,,,,,, +1664,Photon Cannon@NPC_WINDATTACK,attack,187,5,1000,1000,10000,yes,target,always,0,,,,,,, +1664,Photon Cannon@NPC_WINDATTACK,attack,187,3,2000,500,5000,yes,target,always,0,,,,,,, +1664,Photon Cannon@NPC_WINDATTACK,attack,187,1,10000,0,0,yes,target,always,0,,,,,,, +1665,Photon Cannon@NPC_FIREATTACK,attack,186,5,1000,1000,10000,yes,target,always,0,,,,,,, +1665,Photon Cannon@NPC_FIREATTACK,attack,186,3,2000,500,5000,yes,target,always,0,,,,,,, +1665,Photon Cannon@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,target,always,0,,,,,,, +1666,Photon Cannon@NPC_WATERATTACK,attack,184,5,1000,1000,10000,yes,target,always,0,,,,,,, +1666,Photon Cannon@NPC_WATERATTACK,attack,184,3,2000,500,5000,yes,target,always,0,,,,,,, +1666,Photon Cannon@NPC_WATERATTACK,attack,184,1,10000,0,0,yes,target,always,0,,,,,,, +1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,5,1000,1000,10000,yes,target,always,0,,,,,,, +1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,3,2000,500,5000,yes,target,always,0,,,,,,, +1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,1,10000,0,0,yes,target,always,0,,,,,,, 1668,Archdam@NPC_PIERCINGATT,attack,158,5,1000,0,5000,yes,target,always,0,,,,,,, 1668,Archdam@NPC_GUIDEDATTACK,attack,172,2,500,1000,20000,no,target,always,0,,,,,,29, 1668,Archdam@KN_SPEARSTAB,attack,58,5,500,800,5000,no,target,always,0,,,,,,, @@ -3446,9 +3446,9 @@ 1673,Dimik@NPC_COMBOATTACK,attack,171,4,500,700,5000,no,target,always,0,,,,,,, 1673,Dimik@NPC_COMBOATTACK,chase,171,4,500,700,5000,no,target,always,0,,,,,,, 1673,Dimik@NPC_FIREATTACK,attack,186,3,500,0,5000,yes,target,always,0,,,,,,, -1674,Monemus@NPC_FIREATTACK,attack,186,10,500,1000,30000,yes,randomtarget,always,0,,,,,,, -1674,Monemus@NPC_FIREATTACK,attack,186,3,1000,0,10000,yes,randomtarget,always,0,,,,,,, -1674,Monemus@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,randomtarget,always,0,,,,,,, +1674,Monemus@NPC_FIREATTACK,attack,186,10,500,1000,30000,yes,target,always,0,,,,,,, +1674,Monemus@NPC_FIREATTACK,attack,186,3,1000,0,10000,yes,target,always,0,,,,,,, +1674,Monemus@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,target,always,0,,,,,,, 1675,Venatu@NPC_SILENCEATTACK,attack,178,3,500,700,5000,no,target,always,0,,,,,,, 1675,Venatu@NPC_GUIDEDATTACK,attack,172,3,500,1000,20000,no,target,always,0,,,,,,6, 1675,Venatu@NPC_STUNATTACK,attack,179,2,500,1500,5000,no,target,always,0,,,,,,11, @@ -3524,11 +3524,11 @@ 1688,Lady Tany@AL_TELEPORT,idle,26,1,1000,0,30000,yes,self,always,0,,,,,,, 1688,Lady Tany@AL_TELEPORT,attack,26,1,1000,0,30000,yes,self,always,0,,,,,,, 1688,Lady Tany@NPC_EXPULSION,attack,674,1,1000,1000,10000,no,target,myhpltmaxrate,60,,,,,,, -1688,Lady Tany@AC_CHARGEARROW,attack,148,1,2000,0,5000,yes,randomtarget,always,0,,,,,,6, -1688,Lady Tany@NPC_COMBOATTACK,attack,171,1,1000,0,5000,no,randomtarget,always,0,,,,,,, -1688,Lady Tany@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,randomtarget,always,0,,,,,,6, -1688,Lady Tany@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,randomtarget,always,0,,,,,,, -1688,Lady Tany@NPC_STUNATTACK,attack,179,5,500,0,5000,no,randomtarget,always,0,,,,,,, +1688,Lady Tany@AC_CHARGEARROW,attack,148,1,2000,0,5000,yes,target,always,0,,,,,,6, +1688,Lady Tany@NPC_COMBOATTACK,attack,171,1,1000,0,5000,no,target,always,0,,,,,,, +1688,Lady Tany@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,6, +1688,Lady Tany@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,, +1688,Lady Tany@NPC_STUNATTACK,attack,179,5,500,0,5000,no,target,always,0,,,,,,, 1688,Lady Tany@NPC_DEFENDER,attack,205,1,500,0,30000,yes,self,longrangeattacked,,,,,,,29, 1688,Lady Tany@NPC_POWERUP,attack,349,5,10000,0,30000,yes,self,myhpltmaxrate,30,,,,,,6, 1688,Lady Tany@NPC_SUMMONSLAVE,attack,196,5,10000,2000,5000,no,self,slavele,2,1691,,,,,, @@ -4220,18 +4220,18 @@ 1779,Ktullanux@NPC_AGIUP,attack,350,5,2000,0,100000,yes,self,always,0,,,,,,, 1779,Ktullanux@NPC_AGIUP,attack,350,5,10000,0,25000,yes,self,myhpltmaxrate,30,,,,,,, 1779,Ktullanux@AL_HEAL,idle,28,11,10000,0,10000,yes,self,myhpltmaxrate,50,,,,,,, -1780,Muscipular@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, -1780,Muscipular@KN_SPEARSTAB,attack,58,5,500,800,5000,no,randomtarget,always,0,,,,,,6, -1780,Muscipular@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, +1780,Muscipular@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,target,always,0,,,,,,, +1780,Muscipular@KN_SPEARSTAB,attack,58,5,500,800,5000,no,target,always,0,,,,,,6, +1780,Muscipular@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,target,always,0,,,,,,, 1780,Muscipular@AL_HEAL,attack,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,50,,,,,,, 1780,Muscipular@AL_HEAL,idle,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,50,,,,,,, -1780,Muscipular@NPC_PETRIFYATTACK,attack,180,5,500,0,5000,yes,randomtarget,always,0,,,,,,, -1781,Drosera@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, -1781,Drosera@KN_PIERCE,attack,56,5,500,700,5000,no,randomtarget,always,0,,,,,,, -1781,Drosera@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, +1780,Muscipular@NPC_PETRIFYATTACK,attack,180,5,500,0,5000,yes,target,always,0,,,,,,, +1781,Drosera@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,target,always,0,,,,,,, +1781,Drosera@KN_PIERCE,attack,56,5,500,700,5000,no,target,always,0,,,,,,, +1781,Drosera@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,target,always,0,,,,,,, 1781,Drosera@RG_CLOSECONFINE,attack,1005,1,1000,0,30000,yes,target,always,0,,,,,,, -1781,Drosera@NPC_GUIDEDATTACK,attack,172,3,500,1000,20000,no,randomtarget,always,0,,,,,,6, -1781,Drosera@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,randomtarget,always,0,,,,,,, +1781,Drosera@NPC_GUIDEDATTACK,attack,172,3,500,1000,20000,no,target,always,0,,,,,,6, +1781,Drosera@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,target,always,0,,,,,,, 1782,Roween@NPC_WINDATTACK,attack,187,2,500,500,5000,no,target,always,0,,,,,,, 1782,Roween@NPC_COMBOATTACK,attack,171,4,500,500,5000,no,target,always,0,,,,,,6, 1782,Roween@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,22,0x308D,,,,, diff --git a/db/pre-re/produce_db.txt b/db/pre-re/produce_db.txt index 72ea41ac47..ac2aac7d57 100644 --- a/db/pre-re/produce_db.txt +++ b/db/pre-re/produce_db.txt @@ -315,9 +315,9 @@ //-- Mystic Frozen <-- BS_ENCHANTSTONE & 10 Crystal Blue 116,995,21,96,1,991,10 //-- Rough Wind <-- BS_ENCHANTSTONE & 10 Wind of Verdure -117,997,21,96,1,993,10 +117,996,21,96,1,992,10 //-- Great Nature <-- BS_ENCHANTSTONE & 10 Green Live -118,996,21,96,1,992,10 +118,997,21,96,1,993,10 //---------------------------------------------- //============================================== diff --git a/db/pre-re/skill_db.yml b/db/pre-re/skill_db.yml index efa1820212..33cb72990d 100644 --- a/db/pre-re/skill_db.yml +++ b/db/pre-re/skill_db.yml @@ -4153,7 +4153,6 @@ Body: Time: 120000 - Level: 5 Time: 60000 - Duration2: 3000 Requires: SpCost: 10 ItemCost: @@ -4408,7 +4407,7 @@ Body: TargetType: Ground DamageFlags: Splash: true - IgnoreFlee: true + IgnoreAtkCard: true Flags: IsTrap: true AlterRangeResearchTrap: true @@ -4999,7 +4998,7 @@ Body: TargetType: Attack DamageFlags: NoDamage: true - IgnoreElement: true + IgnoreAtkCard: true IgnoreFlee: true Range: 1 Hit: Single @@ -5014,26 +5013,47 @@ Body: CastTime: 1000 Duration1: - Level: 1 - Time: 5000 + Time: 11000 - Level: 2 - Time: 5500 + Time: 10000 - Level: 3 - Time: 6000 + Time: 9000 - Level: 4 - Time: 6500 + Time: 8000 - Level: 5 Time: 7000 - Level: 6 - Time: 7500 + Time: 6000 - Level: 7 - Time: 8000 + Time: 5000 - Level: 8 - Time: 8500 + Time: 4000 - Level: 9 - Time: 9000 + Time: 3000 - Level: 10 - Time: 9500 + Time: 2000 Duration2: 60000 + Cooldown: + - Level: 1 + Time: 7500 + - Level: 2 + Time: 8000 + - Level: 3 + Time: 8500 + - Level: 4 + Time: 9000 + - Level: 5 + Time: 9500 + - Level: 6 + Time: 10000 + - Level: 7 + Time: 10500 + - Level: 8 + Time: 11000 + - Level: 9 + Time: 11500 + - Level: 10 + Time: 12000 Requires: SpCost: - Level: 1 @@ -5164,6 +5184,8 @@ Body: MaxLevel: 1 Type: Weapon TargetType: Attack + DamageFlags: + IgnoreAtkCard: true Flags: IsQuest: true Range: 1 @@ -5806,8 +5828,8 @@ Body: - Id: 192 Name: NPC_MAGICALATTACK Description: Demon Shock Attack - MaxLevel: 10 - Type: Weapon + MaxLevel: 1 + Type: Magic TargetType: Attack Flags: IsNpc: true @@ -5913,34 +5935,13 @@ Body: Name: NPC_KEEPING Description: Keeping MaxLevel: 1 - Type: Weapon TargetType: Self DamageFlags: NoDamage: true Flags: IsNpc: true HitCount: 1 - Duration1: - - Level: 1 - Time: 60000 - - Level: 2 - Time: 70000 - - Level: 3 - Time: 80000 - - Level: 4 - Time: 90000 - - Level: 5 - Time: 100000 - - Level: 6 - Time: 110000 - - Level: 7 - Time: 120000 - - Level: 8 - Time: 130000 - - Level: 9 - Time: 140000 - - Level: 10 - Time: 150000 + Duration1: 30000 Status: Keeping - Id: 202 Name: NPC_DARKBREATH @@ -5980,60 +5981,19 @@ Body: Flags: IsNpc: true HitCount: 1 - Duration1: - - Level: 1 - Time: 60000 - - Level: 2 - Time: 70000 - - Level: 3 - Time: 80000 - - Level: 4 - Time: 90000 - - Level: 5 - Time: 100000 - - Level: 6 - Time: 110000 - - Level: 7 - Time: 120000 - - Level: 8 - Time: 130000 - - Level: 9 - Time: 140000 - - Level: 10 - Time: 150000 + Duration1: 15000 Status: Barrier - Id: 205 Name: NPC_DEFENDER Description: Defender MaxLevel: 1 - Type: Weapon TargetType: Self DamageFlags: NoDamage: true Flags: IsNpc: true HitCount: 1 - Duration1: - - Level: 1 - Time: 60000 - - Level: 2 - Time: 70000 - - Level: 3 - Time: 80000 - - Level: 4 - Time: 90000 - - Level: 5 - Time: 100000 - - Level: 6 - Time: 110000 - - Level: 7 - Time: 120000 - - Level: 8 - Time: 130000 - - Level: 9 - Time: 140000 - - Level: 10 - Time: 150000 + Duration1: 15000 Status: Armor - Id: 206 Name: NPC_LICK @@ -6461,6 +6421,7 @@ Body: TargetType: Attack DamageFlags: IgnoreAtkCard: true + IgnoreDefense: true IgnoreFlee: true Flags: IgnoreAutoGuard: true @@ -6926,12 +6887,9 @@ Body: MaxLevel: 10 Type: Magic TargetType: Self - DamageFlags: - IgnoreAtkCard: true - IgnoreFlee: true Flags: TargetSelf: true - Range: 5 + Range: 9 Hit: Single HitCount: 1 Element: Holy @@ -9398,8 +9356,7 @@ Body: - Id: 349 Name: NPC_POWERUP Description: Power Up - MaxLevel: 10 - Type: Weapon + MaxLevel: 5 TargetType: Self DamageFlags: NoDamage: true @@ -9408,19 +9365,19 @@ Body: Hit: Single Duration1: - Level: 1 - Time: 10000 + Time: 5000 - Level: 2 - Time: 15000 + Time: 10000 - Level: 3 - Time: 20000 + Time: 15000 - Level: 4 - Time: 25000 + Time: 20000 - Level: 5 - Time: 30000 - Status: IncHitRate + Time: 25000 + Status: Powerup - Id: 350 Name: NPC_AGIUP - Description: Agility UP + Description: Agility Up MaxLevel: 10 TargetType: Self DamageFlags: @@ -9432,14 +9389,24 @@ Body: - Level: 1 Time: 10000 - Level: 2 - Time: 15000 - - Level: 3 Time: 20000 - - Level: 4 - Time: 25000 - - Level: 5 + - Level: 3 Time: 30000 - Status: IncFleeRate + - Level: 4 + Time: 40000 + - Level: 5 + Time: 50000 + - Level: 6 + Time: 60000 + - Level: 7 + Time: 70000 + - Level: 8 + Time: 80000 + - Level: 9 + Time: 90000 + - Level: 10 + Time: 100000 + Status: Agiup - Id: 351 Name: NPC_SIEGEMODE Description: Siege Mode @@ -9641,7 +9608,7 @@ Body: Hit: Single HitCount: 1 Duration1: 300000 - Duration2: 15000 + Duration2: 10000 Requires: SpCost: 200 Status: Berserk @@ -10031,15 +9998,15 @@ Body: Element: Weapon Duration1: - Level: 1 - Time: 4000 + Time: 2000 - Level: 2 - Time: 8000 + Time: 4000 - Level: 3 - Time: 12000 + Time: 6000 - Level: 4 - Time: 16000 + Time: 8000 - Level: 5 - Time: 24000 + Time: 10000 CastDelayFlags: IgnoreStatus: true Requires: @@ -10055,7 +10022,7 @@ Body: - Level: 5 Amount: 12 SpiritSphereCost: 1 - Status: Stop + Status: Ankle - Id: 372 Name: CH_CHAINCRUSH Description: Chain Crush Combo @@ -10233,17 +10200,7 @@ Body: Time: 55000 - Level: 5 Time: 60000 - Duration2: - - Level: 1 - Time: 20000 - - Level: 2 - Time: 30000 - - Level: 3 - Time: 40000 - - Level: 4 - Time: 50000 - - Level: 5 - Time: 60000 + Duration2: 60000 Requires: SpCost: - Level: 1 @@ -10844,7 +10801,7 @@ Body: IgnoreDefense: true Flags: TargetTrap: true - Range: 5 + Range: 4 Hit: Multi_Hit HitCount: 5 Element: Weapon @@ -10886,7 +10843,7 @@ Body: Weapon: 1hSpear: true 2hSpear: true - Status: Stop + Status: Ankle - Id: 398 Name: LK_HEADCRUSH Description: Traumatic Blow @@ -11105,7 +11062,7 @@ Body: TargetType: Attack DamageFlags: NoDamage: true - Range: 7 + Range: 9 Hit: Single HitCount: 1 ActiveInstance: 3 @@ -13866,8 +13823,6 @@ Body: Description: Chain Action MaxLevel: 10 Type: Weapon - DamageFlags: - Critical: true Range: -9 Hit: Multi_Hit HitCount: 2 @@ -14339,6 +14294,7 @@ Body: TargetType: Ground DamageFlags: Splash: true + IgnoreAtkCard: true IgnoreFlee: true Flags: AlterRangeSnakeEye: true @@ -14424,7 +14380,7 @@ Body: Type: Weapon TargetType: Attack DamageFlags: - IgnoreFlee: true + IgnoreAtkCard: true Range: 9 Hit: Single HitCount: 1 @@ -14442,7 +14398,6 @@ Body: TargetType: Attack DamageFlags: IgnoreAtkCard: true - IgnoreFlee: true Range: 9 Hit: Multi_Hit HitCount: 3 @@ -14518,7 +14473,7 @@ Body: Flags: IgnoreBgReduction: true IgnoreGvgReduction: true - Range: 9 + Range: 7 Hit: Single HitCount: 1 CopyFlags: @@ -14555,6 +14510,8 @@ Body: MaxLevel: 5 Type: Weapon TargetType: Self + DamageFlags: + IgnoreAtkCard: true Hit: Single HitCount: 1 Element: Weapon @@ -16375,7 +16332,7 @@ Body: Flags: IsNpc: true HitCount: 1 - Duration1: -1 + Duration1: 300000 Status: Invincible - Id: 686 Name: NPC_INVINCIBLEOFF @@ -16387,8 +16344,6 @@ Body: Flags: IsNpc: true HitCount: 1 - Duration1: 60000 - Status: InvincibleOff - Id: 687 Name: NPC_ALLHEAL Description: Full Heal @@ -17007,32 +16962,13 @@ Body: Skill: Plagiarism: true Reproduce: true - Duration2: - - Level: 1 - Time: 15000 - - Level: 2 - Time: 20000 - - Level: 3 - Time: 25000 - - Level: 4 - Time: 30000 - - Level: 5 - Time: 35000 - - Level: 6 - Time: 40000 - - Level: 7 - Time: 45000 - - Level: 8 - Time: 50000 - - Level: 9 - Time: 55000 - - Level: 10 - Time: 60000 + Duration2: 60000 Requires: SpCost: 15 Ammo: Dagger: true AmmoAmount: 1 + Status: Poison - Id: 1005 Name: RG_CLOSECONFINE Description: Close Confine @@ -17244,6 +17180,7 @@ Body: TargetType: Attack DamageFlags: Splash: true + IgnoreAtkCard: true Flags: IsQuest: true Range: -1 @@ -32348,6 +32285,7 @@ Body: - Level: 10 Amount: 16 SpCost: 30 + Status: Sub_Weaponproperty - Id: 8203 Name: MS_BOWLINGBASH Description: Bowling_Bash @@ -32420,6 +32358,7 @@ Body: Time: 60000 Requires: SpCost: 50 + Status: Parrying - Id: 8205 Name: MS_REFLECTSHIELD Description: Shield_Reflect @@ -32453,6 +32392,7 @@ Body: Amount: 75 - Level: 10 Amount: 80 + Status: ReflectShield - Id: 8206 Name: MS_BERSERK Description: Frenzy @@ -32464,9 +32404,10 @@ Body: Hit: Single HitCount: 1 Duration1: 300000 - Duration2: 15000 + Duration2: 10000 Requires: - SpCost: 100 + SpCost: 200 + Status: Berserk - Id: 8207 Name: MA_DOUBLE Description: Double_Strafe @@ -32595,6 +32536,7 @@ Body: Flag: NoReiteration: true NoFootSet: true + Status: Stun - Id: 8211 Name: MA_SANDMAN Description: Sandman @@ -32634,6 +32576,7 @@ Body: Flag: NoReiteration: true NoFootSet: true + Status: Sleep - Id: 8212 Name: MA_FREEZINGTRAP Description: Freezing_Trap @@ -32642,7 +32585,7 @@ Body: TargetType: Ground DamageFlags: Splash: true - IgnoreFlee: true + IgnoreAtkCard: true Flags: IsTrap: true AlterRangeResearchTrap: true @@ -32685,6 +32628,7 @@ Body: Flag: NoReiteration: true NoFootSet: true + Status: Freeze - Id: 8213 Name: MA_REMOVETRAP Description: Remove_Trap @@ -32808,7 +32752,7 @@ Body: IgnoreDefense: true Flags: TargetTrap: true - Range: 5 + Range: 4 Hit: Multi_Hit HitCount: 5 Element: Weapon @@ -32851,6 +32795,7 @@ Body: Amount: 27 - Level: 5 Amount: 30 + Status: Ankle - Id: 8219 Name: ML_DEFENDER Description: Defending_Aura @@ -32868,6 +32813,7 @@ Body: Requires: SpCost: 30 State: Shield + Status: Defender - Id: 8220 Name: ML_AUTOGUARD Description: Guard @@ -32903,6 +32849,7 @@ Body: Amount: 28 - Level: 10 Amount: 30 + Status: AutoGuard - Id: 8221 Name: ML_DEVOTION Description: Sacrifice @@ -32945,6 +32892,7 @@ Body: IgnoreItemBonus: true Requires: SpCost: 25 + Status: Devotion - Id: 8222 Name: MER_MAGNIFICAT Description: Magnificat @@ -33057,9 +33005,10 @@ Body: Type: Weapon TargetType: Attack Range: 1 - Hit: Multi_Hit - HitCount: 3 + Hit: Single + HitCount: 1 Element: Weapon + CastCancel: true CastTime: 1000 AfterCastActDelay: 2000 Duration2: 5000 diff --git a/db/pre-re/statpoint.yml b/db/pre-re/statpoint.yml index 9b2710fda4..e05dc03c83 100644 --- a/db/pre-re/statpoint.yml +++ b/db/pre-re/statpoint.yml @@ -532,3 +532,23 @@ Body: Points: 4545 - Level: 250 Points: 4545 + - Level: 251 + Points: 4545 + - Level: 252 + Points: 4545 + - Level: 253 + Points: 4545 + - Level: 254 + Points: 4545 + - Level: 255 + Points: 4545 + - Level: 256 + Points: 4545 + - Level: 257 + Points: 4545 + - Level: 258 + Points: 4545 + - Level: 259 + Points: 4545 + - Level: 260 + Points: 4545 diff --git a/db/pre-re/status.yml b/db/pre-re/status.yml index d71cb767c5..2b777e4da5 100644 --- a/db/pre-re/status.yml +++ b/db/pre-re/status.yml @@ -162,6 +162,7 @@ Body: - Status: Poison DurationLookup: NPC_POISON CalcFlags: + Def: true Def2: true Regen: true Opt2: @@ -252,6 +253,7 @@ Body: - Status: Dpoison DurationLookup: NPC_POISON CalcFlags: + Def: true Def2: true Regen: true Opt2: @@ -767,7 +769,6 @@ Body: NoBanishingBuster: true NoClearance: true RemoveOnChangeMap: true - MinDuration: 5000 - Status: Keeping DurationLookup: NPC_KEEPING CalcFlags: @@ -1098,6 +1099,7 @@ Body: Icon: EFST_GROUNDMAGIC DurationLookup: SA_VOLCANO CalcFlags: + Batk: true Watk: true Flags: NoSave: true @@ -1121,8 +1123,14 @@ Body: NoClearance: true - Status: Watk_Element DurationLookup: MS_MAGNUM + Flags: + NoSave: true + EndOnStart: + Watk_Element: true - Status: Armor DurationLookup: NPC_DEFENDER + CalcFlags: + Speed: true - Status: Armor_Element_Water Icon: EFST_RESIST_PROPERTY_WATER CalcFlags: @@ -2050,7 +2058,6 @@ Body: NoBanishingBuster: true NoClearance: true - Status: Inchitrate - DurationLookup: NPC_POWERUP CalcFlags: Hit: true Flags: @@ -2069,7 +2076,6 @@ Body: NoBanishingBuster: true NoClearance: true - Status: Incfleerate - DurationLookup: NPC_AGIUP CalcFlags: Flee: true Flags: @@ -2712,6 +2718,7 @@ Body: CalcFlags: Flee: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2720,6 +2727,7 @@ Body: CalcFlags: Watk: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2728,6 +2736,7 @@ Body: CalcFlags: MaxHp: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2736,6 +2745,7 @@ Body: CalcFlags: MaxSp: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2744,6 +2754,7 @@ Body: CalcFlags: Hit: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2812,23 +2823,12 @@ Body: Icon: EFST_INVINCIBLE DurationLookup: NPC_INVINCIBLE CalcFlags: + Aspd: true Speed: true Flags: NoDispell: true NoBanishingBuster: true NoClearance: true - EndOnStart: - Invincibleoff: true - - Status: Invincibleoff - DurationLookup: NPC_INVINCIBLEOFF - CalcFlags: - Speed: true - Flags: - NoDispell: true - NoBanishingBuster: true - NoClearance: true - EndOnStart: - Invincible: true - Status: Manu_Atk Icon: EFST_MANU_ATK Flags: @@ -4110,6 +4110,8 @@ Body: NoDispell: true NoBanishingBuster: true NoClearance: true + Fail: + Berserk: true EndOnStart: Voiceofsiren: true Deepsleep: true @@ -7046,3 +7048,25 @@ Body: NoClearbuff: true - Status: WeaponBreaker DurationLookup: NPC_WEAPONBRAKER + - Status: Powerup + Icon: EFST_POWERUP + DurationLookup: NPC_POWERUP + CalcFlags: + Hit: true + Flags: + NoClearbuff: true + NoDispell: true + NoBanishingBuster: true + NoClearance: true + - Status: Agiup + Icon: EFST_AGIUP + DurationLookup: NPC_AGIUP + CalcFlags: + Speed: true + Flee: true + Flags: + NoClearbuff: true + NoBanishingBuster: true + NoClearance: true + EndOnStart: + Decreaseagi: true diff --git a/db/re/achievement_db.yml b/db/re/achievement_db.yml index a5e0718a07..2a825cb4d2 100644 --- a/db/re/achievement_db.yml +++ b/db/re/achievement_db.yml @@ -2049,21 +2049,21 @@ Body: - Id: 200032 Group: Goal_Level Name: The start of another adventure! - Condition: " BaseLevel == 100 " + Condition: " BaseLevel >= 100 " Rewards: Item: Rebeginer_Box_100 Score: 10 - Id: 200033 Group: Goal_Level Name: With a new mind!(1) - Condition: " BaseLevel == 170 && (Class >= JOB_RUNE_KNIGHT && Class <= JOB_GUILLOTINE_CROSS_T) " + Condition: " BaseLevel >= 170 && (Class >= JOB_RUNE_KNIGHT && Class <= JOB_GUILLOTINE_CROSS_T) " Rewards: Item: Costume_Ticket Score: 50 - Id: 200034 Group: Goal_Level Name: With a new mind!(2) - Condition: " BaseLevel == 170 && (Class >= JOB_ROYAL_GUARD && Class <= JOB_SHADOW_CHASER_T) " + Condition: " BaseLevel >= 170 && (Class >= JOB_ROYAL_GUARD && Class <= JOB_SHADOW_CHASER_T) " Rewards: Item: Costume_Ticket Score: 50 diff --git a/db/re/item_combos.yml b/db/re/item_combos.yml index df969f7a64..07342addfd 100644 --- a/db/re/item_combos.yml +++ b/db/re/item_combos.yml @@ -105,7 +105,7 @@ Body: - Riot_Chip_J - Reactor_A_STR Script: | - bonus2 bAddClass,Class_All,3; + bonus bAtkRate,3; - Combos: - Combo: - Inverse_Scale @@ -137,13 +137,15 @@ Body: bonus bMaxHPrate,-10; - Combos: - Combo: - - Durga - - Whikebain_Suit + - Durga # 1287 + - Whikebain_Suit # 15123 + - Combo: + - Durga # 1287 + - Whikebain_Suit_BR # 15248 Script: | if (getequiprefinerycnt(EQI_HAND_R) >= 7) { - autobonus "{ bonus bIgnoreDefClass,Class_Normal; }",1000,3000,BF_SHORT|BF_NORMAL; + autobonus "{ bonus bIgnoreDefClass,Class_Normal; }",70,3000,BF_WEAPON; } - /* Confirm: Success rate */ - Combos: - Combo: - War_Axe_IL @@ -212,6 +214,9 @@ Body: Script: | bonus2 bAddClass,Class_All,4; bonus bDef,2; + if (Class == 4008 || Class == 4054 || Class == 4060 || Class == 4252) { + bonus bAspdRate,-5; + } - Combos: - Combo: - Imperial_Spear @@ -304,8 +309,9 @@ Body: - Kafra_Suit - Kafra_Employee_Band Script: | - bonus2 bExpAddClass,Class_All,5; - bonus2 bDropAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; + bonus2 bDropAddRace,RC_All,5; + bonus bAllStats,4; - Combos: - Combo: - Hollgrehenn_Hammer @@ -443,10 +449,21 @@ Body: - Combo: - Survival_Rod_ - Clack_Of_Servival + - Combo: + - Survival_Rod_ + - Clack_Of_Servival_ + - Combo: + - Survival_Rod2_ + - Clack_Of_Servival + - Combo: + - Survival_Rod2_ + - Clack_Of_Servival_ Script: | bonus bMaxHP,300; - bonus bMatkRate,(getequiprefinerycnt(EQI_HAND_R)-5); - bonus2 bSubEle,Ele_Neutral,(getequiprefinerycnt(EQI_GARMENT)*3); + .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + .@r_garment = getequiprefinerycnt(EQI_GARMENT); + bonus bMatkRate,(min(10,.@r_weapon)-5); + bonus2 bSubEle,Ele_Neutral,(min(10,.@r_garment)*3); - Combos: - Combo: - Survival_Rod_ @@ -483,6 +500,9 @@ Body: - Combo: - Survival_Rod_C - Clack_Of_Servival + - Combo: + - Survival_Rod_C + - Cloak_Of_Survival_C Script: | bonus bMatkRate,5; bonus2 bSubEle,Ele_Neutral,25; @@ -499,53 +519,31 @@ Body: if (.@r >= 10) { bonus bVariableCastrate,-3; bonus2 bSkillAtk,"WL_EARTHSTRAIN",15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",70; bonus2 bSkillAtk,"WZ_JUPITEL",70; } if (BaseLevel >= 100) { bonus bVariableCastrate,-3; bonus2 bSkillAtk,"WL_EARTHSTRAIN",30; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",30; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",30; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",140; bonus2 bSkillAtk,"WZ_JUPITEL",140; } - Combos: - Combo: - Survival_Rod_ - - Clack_Of_Servival_ + - Clack_Of_Servival_IL - Combo: - Survival_Rod2_ - - Clack_Of_Servival_ - Script: | - bonus bMaxHP,300; - bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; - bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_GARMENT)*3; - - Combos: - - Combo: - - Survival_Rod_ - Clack_Of_Servival_IL Script: | .@weapon = getequiprefinerycnt(EQI_HAND_R); .@eq = getequiprefinerycnt(EQI_GARMENT); - .@weapon = min(.@weapon,10); bonus bMaxHP,1000; bonus bMatk,(-50+(20*.@weapon)); - bonus bDelayrate,-(3*(.@weapon/3)); + bonus bDelayrate,-(3*(min(.@weapon,10)/3)); bonus2 bSubEle,Ele_Neutral,(min(.@eq,10)/2); - - Combos: - - Combo: - - Survival_Rod2_ - - Clack_Of_Servival - Script: | - bonus bMaxHP,300; - bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; - if (getequiprefinerycnt(EQI_GARMENT) > 10) { - bonus2 bSubEle,Ele_Neutral,30; - } - else { - bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_GARMENT)*3; - } - Combos: - Combo: - Healing_Staff @@ -617,13 +615,16 @@ Body: Script: | bonus bHealPower,25; bonus2 bSkillUseSP,"AL_HEAL",-20; - bonus2 bSkillCooldown,"AB_SECRAMENT",-2000; + bonus2 bSkillCooldown,"AB_CLEARANCE",-2000; bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-2000; bonus2 bSkillCooldown,"AB_LAUDARAMUS",-2000; - Combos: - Combo: - - Recovery_Light - - Medical_Boots + - Recovery_Light # 1659 + - Medical_Boots # 5920 + - Combo: + - Recovery_Light # 1659 + - Medical_Boots_ # 22100 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillUseSP,"AL_HEAL",6*.@r; @@ -912,6 +913,7 @@ Body: - Floral_Bracelet_Of_Igu Script: | bonus2 bSkillAtk,"CG_ARROWVULCAN",200; + bonus2 bSkillUseSP,"CG_ARROWVULCAN",-50; - Combos: - Combo: - Divine_Cross @@ -1404,9 +1406,6 @@ Body: - Combo: - Runeknight_Robe - Runeknight_Bottom - - Combo: - - Guillotinecross_Robe2 - - Assassincross_Top2 - Combo: - R_Hunting_Mail - R_Hunting_Manteau @@ -1419,6 +1418,13 @@ Body: - Comp_Anti_Manteau_TH Script: | bonus bDelayrate,-5; + - Combos: + - Combo: + - Guillotinecross_Robe2 + - Assassincross_Top2 + Script: | + bonus bAtkRate,5; + bonus bCritAtkRate,15; - Combos: - Combo: - Centimental_Flower @@ -1431,7 +1437,7 @@ Body: - Centimental_Flower - Ancient_Elven_Ear Script: | - bonus2 bAddClass,Class_All,1; + bonus bMatkRate,1; - Combos: - Combo: - Centimental_Leaf @@ -1444,7 +1450,7 @@ Body: - Centimental_Leaf - Ancient_Elven_Ear Script: | - bonus bMatkRate,1; + bonus2 bAddClass,Class_All,1; - Combos: - Combo: - Mr_Smile @@ -1616,7 +1622,7 @@ Body: - Orleans_Gown - Orleans_Necklace Script: | - bonus bDelayrate,-15; + bonus bVariableCastrate,-15; - Combos: - Combo: - Freyja_Overcoat @@ -1637,7 +1643,7 @@ Body: - Diabolus_Armor - Diabolus_Ring Script: | - bonus2 bAddClass,Class_All,3; + bonus bAtkRate,3; bonus bMatkRate,3; - Combos: - Combo: @@ -1650,7 +1656,7 @@ Body: bonus2 bSubRace,RC_Player_Human,200; bonus bVit,3; bonus bMaxHPrate,12; - bonus bHealpower2,10; + bonus bHealPower2,10; bonus bAddItemHealRate,10; autobonus2 "{ bonus2 bHPRegenRate,600,1000; }",5,10000,BF_WEAPON,"{ specialeffect2 EF_HEAL; }"; - Combos: @@ -1665,9 +1671,7 @@ Body: bonus bStr,3; bonus bMaxHPrate,12; bonus2 bSkillAtk,"MC_MAMMONITE",20; - bonus2 bSkillHeal,"AM_POTIONPITCHER",10; - bonus2 bSkillHeal2,"AM_POTIONPITCHER",10; - bonus2 bSkillHeal2,"AL_HEAL",10; + bonus bHealPower,10; bonus bUnbreakableArmor; - Combos: - Combo: @@ -1755,9 +1759,7 @@ Body: bonus2 bAddClass,Class_All,5; bonus bMatkRate,5; bonus2 bResEff,Eff_Freeze,10000; - bonus2 bSkillHeal2,"AM_POTIONPITCHER",3; - bonus2 bSkillHeal2,"AL_HEAL",3; - bonus2 bSkillHeal2,"PR_SANCTUARY",3; + bonus bHealPower,3; - Combos: - Combo: - Dragon_Vest @@ -2077,7 +2079,8 @@ Body: - S_Archbishop_Weapon - S_Archbishop_Shield Script: | - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; - Combos: - Combo: @@ -2222,6 +2225,7 @@ Body: - Beach_Manteau Script: | bonus bFlee,5; + bonus2 bSubEle,Ele_Fire,10; - Combos: - Combo: - S_DoramMagical_Armor @@ -2247,7 +2251,7 @@ Body: - Robe_Of_Judgement - Mace_Of_Judgement Script: | - bonus2 bAddRace,RC_Undead,15; + bonus2 bAddEle,Ele_Undead,15; bonus2 bMagicAddRace,RC_Undead,15; bonus2 bSkillAtk,"AB_ADORAMUS",200; bonus2 bSkillUseSP,"AB_ADORAMUS",-30; @@ -2258,7 +2262,7 @@ Body: - Robe_Of_Judgement - Mace_Of_Judgement2 Script: | - bonus2 bAddRace,RC_Undead,30; + bonus2 bAddEle,Ele_Undead,30; bonus2 bMagicAddRace,RC_Undead,30; bonus2 bSkillAtk,"AB_ADORAMUS",200; bonus2 bSkillUseSP,"AB_ADORAMUS",-30; @@ -2314,7 +2318,7 @@ Body: if (readparam(bStr) > 119) { bonus bBaseAtk,30; } - bonus2 bAddClass,Class_All,10; + bonus bAtkRate,10; bonus bMatkRate,10; bonus bCritical,-20; - Combos: @@ -2385,8 +2389,8 @@ Body: - Siege_Plate Script: | bonus bVit,5; - bonus2 bSubRace,RC_DemiHuman,15; bonus2 bSubRace,RC_Player_Human,15; + bonus2 bSubRace,RC_Player_Doram,15; - Combos: - Combo: - Siege_Boots @@ -2394,7 +2398,7 @@ Body: - Siege_Suits Script: | bonus bDex,5; - bonus2 bSubRace,RC_DemiHuman,15; + bonus2 bSubRace,RC_Player_Doram,15; bonus2 bSubRace,RC_Player_Human,15; - Combos: - Combo: @@ -2404,7 +2408,7 @@ Body: Script: | bonus bInt,5; bonus bMdef,10; - bonus2 bSubRace,RC_DemiHuman,15; + bonus2 bSubRace,RC_Player_Doram,15; bonus2 bSubRace,RC_Player_Human,15; - Combos: - Combo: @@ -2481,6 +2485,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_ARMOR); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,15; + bonus2 bIgnoreDefRaceRate,RC_Player_Human,15; bonus2 bIgnoreDefRaceRate,RC_Demon,15; bonus2 bIgnoreDefRaceRate,RC_Undead,15; bonus bLuk,3+.@r; @@ -2517,6 +2522,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_ARMOR); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,15; + bonus2 bIgnoreDefRaceRate,RC_Player_Human,15; bonus2 bIgnoreDefRaceRate,RC_Demon,15; bonus2 bIgnoreDefRaceRate,RC_Undead,15; bonus bMaxHPrate,10+.@r; @@ -2695,7 +2701,7 @@ Body: - Orleans_Glove - Orleans_Necklace Script: | - bonus bMatkRate,20; + bonus bMatk,20; - Combos: - Combo: - Bison_Horn @@ -2978,11 +2984,6 @@ Body: - Dark_Knight_Belt - Dark_Knight_Glove - Dark_Knight_MaskB - Script: | - bonus bMatkRate,10; - bonus bInt,5; - bonus2 bSubRace,RC_Angel,10; - - Combos: - Combo: - Dark_Knight_Belt - Dark_Knight_GloveB @@ -2995,11 +2996,23 @@ Body: - Dark_Knight_BeltB - Dark_Knight_GloveB - Dark_Knight_MaskB + - Combo: + - Dark_Knight_Glove + - Dark_Knight_BeltB + - Dark_Knight_Mask + - Combo: + - Dark_Knight_BeltB + - Dark_Knight_GloveB + - Dark_Knight_Mask + - Combo: + - Dark_Knight_Belt + - Dark_Knight_GloveB + - Dark_Knight_MaskB Script: | autobonus "{ bonus bAspdRate,2; }",50,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; bonus bMaxHP,BaseLevel*15; bonus bMaxSP,(BaseLevel*12)/10; - bonus2 bAddClass,Class_All,3; + bonus bAtkRate,3; - Combos: - Combo: - Ring_Of_Wise_King @@ -3203,6 +3216,9 @@ Body: - Combo: - Bloody_Iron_Ball_ - Thief_Handcuff + - Combo: + - Blinker + - Thief_Handcuff Script: | bonus bBaseAtk,10; - Combos: @@ -3499,7 +3515,8 @@ Body: Script: | .@r= getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"AB_JUDEX",10*.@r; - bonus2 bSkillAtk,"AB_DUPLELIGHT",5*.@r; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",5*.@r; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",5*.@r; - Combos: - Combo: - Magaleta_Memory @@ -3578,7 +3595,7 @@ Body: - Gene_Rod Script: | .@r= getequiprefinerycnt(EQI_HAND_R)/3; - bonus2 bSkillAtk,"GN_CRAZYWEED",7*.@r; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",7*.@r; bonus2 bSkillCooldown,"GN_CRAZYWEED",-200*.@r; - Combos: - Combo: @@ -3696,7 +3713,7 @@ Body: - Antique_Cello Script: | .@r= getequiprefinerycnt(EQI_HAND_R)/3; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5*.@r; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*.@r; bonus bLongAtkRate,2*.@r; - Combos: - Combo: @@ -3720,9 +3737,6 @@ Body: - Combo: - Snake_Encyclopedia_ - Side_Winder_Card - - Combo: - - Blue_Rear_Ribbon - - Bag_Of_Antonio_Melee - Combo: - E_Illusion_Leg_A - E_Illusion_Armor_B @@ -3740,6 +3754,15 @@ Body: - Bag_Of_Antonio_Melee Script: | bonus bAspdRate,5; + - Combos: + - Combo: + - Blue_Rear_Ribbon + - Bag_Of_Antonio_Melee + Script: | + bonus bAspdRate,5; + if (getequiprefinerycnt(EQI_GARMENT) >= 12) { + bonus bAllStats,1; + } - Combos: - Combo: - Body_Power_Up_Ring @@ -3768,9 +3791,6 @@ Body: - Casting_Middle - Casting_Bottom - Casting_Robe - - Combo: - - Blue_Rear_Ribbon - - Bag_Of_Antonio_Magic - Combo: - RingOfDevil - Artful1 @@ -3785,6 +3805,15 @@ Body: - Bag_Of_Antonio_Magic Script: | bonus bVariableCastrate,-5; + - Combos: + - Combo: + - Blue_Rear_Ribbon + - Bag_Of_Antonio_Magic + Script: | + bonus bVariableCastrate,-5; + if (getequiprefinerycnt(EQI_GARMENT) >= 12) { + bonus bAllStats,1; + } - Combos: - Combo: - Ring_Of_Spell_Explosion @@ -3959,12 +3988,10 @@ Body: - Succubus_Card - Incubus_Card Script: | - bonus bVit,-3; - bonus bHPrecovRate,-20; - bonus bMaxHP,1000; - bonus bInt,-3; - bonus bSPrecovRate,-20; - bonus bMaxSP,150; + bonus bHPrecovRate,30; + bonus bSPrecovRate,30; + bonus bVit,4; + bonus bInt,4; - Combos: - Combo: - Brooch_Greed @@ -4080,10 +4107,15 @@ Body: - Supplement_Part_Str_ Script: | bonus2 bSkillAtk,"NC_AXEBOOMERANG",100; + bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000; - Combos: - Combo: - RWC_Gold_Brooch - RWC_Silver_Brooch + Script: | + bonus bAtkRate,10; + bonus bMatkRate,10; + - Combos: - Combo: - C_Amdarais_Card - AmdaraisH_Card @@ -4484,7 +4516,7 @@ Body: Script: | bonus bVit,10; bonus bVariableCastrate,-10; - bonus bUseSPRate,-10; + bonus bUseSPrate,-10; if (BaseClass == Job_Acolyte) { bonus2 bExpAddRace,RC_Undead,5; bonus2 bExpAddRace,RC_Demon,5; @@ -4517,7 +4549,7 @@ Body: Script: | bonus bLuk,10; bonus bSPDrainValue,2; - bonus2 bSkillAtk,42,20; + bonus2 bSkillAtk,"MC_MAMMONITE",20; if (BaseClass == Job_Merchant) { bonus2 bAddMonsterDropItem,617,5; bonus bMagicDamageReturn,20; @@ -4534,9 +4566,9 @@ Body: bonus bMaxHP,500; bonus bDef,5; bonus bMdef,5; - bonus2 bSkillAtk,14,10; - bonus2 bSkillAtk,19,10; - bonus2 bSkillAtk,20,10; + bonus2 bSkillAtk,"MG_COLDBOLT",10; + bonus2 bSkillAtk,"MG_FIREBOLT",10; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; if (BaseClass == Job_Mage) { bonus bMatkRate,3; bonus bVariableCastrate,-15; @@ -4934,10 +4966,8 @@ Body: - Grave_Mimic_Card Script: | bonus2 bSubRace,RC_Brute,5; - bonus2 bSubRace,RC_Player_Doram,5; bonus2 bSubRace,RC_Undead,5; bonus2 bIgnoreMdefRaceRate,RC_Brute,50; - bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,50; bonus2 bIgnoreMdefRaceRate,RC_Undead,50; - Combos: - Combo: @@ -4945,10 +4975,8 @@ Body: - Grave_Minorous_Card Script: | bonus2 bSubRace,RC_Brute,5; - bonus2 bSubRace,RC_Player_Doram,5; bonus2 bSubRace,RC_Undead,5; bonus2 bIgnoreDefRaceRate,RC_Brute,50; - bonus2 bIgnoreDefRaceRate,RC_Player_Doram,50; bonus2 bIgnoreDefRaceRate,RC_Undead,50; - Combos: - Combo: @@ -5241,13 +5269,13 @@ Body: - Noblesse_Severe_Suit Script: | .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); - bonus bDelayrate,-5; + bonus bLongAtkRate,5; bonus bAtkRate,2; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@r >= 27) { - bonus bDelayrate,-5; + bonus bLongAtkRate,5; bonus bAtkRate,3; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } - Combos: - Combo: @@ -5259,11 +5287,13 @@ Body: .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); bonus bAspd,1; bonus bAtkRate,2; - bonus2 bSkillAtk,"AB_DUPLELIGHT",10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10; if (.@r >= 27) { bonus bAspd,1; bonus bAtkRate,3; - bonus2 bSkillAtk,"AB_DUPLELIGHT",10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10; } - Combos: - Combo: @@ -5459,11 +5489,11 @@ Body: - Noblesse_Moon_Suit Script: | .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; bonus bAtkRate,2; bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; if (.@r >= 27) { - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; bonus bAtkRate,3; bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; } @@ -5766,7 +5796,7 @@ Body: bonus2 bSkillAtk,"RK_DRAGONBREATH",10; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10; if (.@r >= 27) { - bonus bMaxHPrate,10; + bonus bMaxHPrate,5; bonus bDelayrate,-5; bonus2 bSkillAtk,"RK_DRAGONBREATH",15; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; @@ -5816,7 +5846,7 @@ Body: bonus2 bSkillAtk,"SN_SHARPSHOOTING",10; if (.@r >= 27) { bonus bDelayrate,-10; - bonus bCritAtkRate,10; + bonus bCritAtkRate,5; bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; } - Combos: @@ -5843,13 +5873,13 @@ Body: - Imperial_Severe_Suit Script: | .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); - bonus bDelayrate,-5; + bonus bLongAtkRate,5; bonus bAtkRate,2; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@r >= 27) { - bonus bDelayrate,-5; + bonus bLongAtkRate,5; bonus bAtkRate,3; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } - Combos: - Combo: @@ -5861,11 +5891,13 @@ Body: .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); bonus bAspd,1; bonus bAtkRate,2; - bonus2 bSkillAtk,"AB_DUPLELIGHT",10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10; if (.@r >= 27) { bonus bAspd,1; bonus bAtkRate,3; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; } - Combos: - Combo: @@ -6067,11 +6099,11 @@ Body: - Imperial_Moon_Suit Script: | .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; bonus bAtkRate,2; bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; if (.@r >= 27) { - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; bonus bAtkRate,3; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; } @@ -6366,7 +6398,7 @@ Body: bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; if (.@r >= 27) { bonus bDelayrate,-10; - bonus bCritAtkRate,10; + bonus bCritAtkRate,5; bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; } - Combos: @@ -6393,13 +6425,13 @@ Body: - Grace_Severe_Suit Script: | .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); - bonus bDelayrate,-5; + bonus bLongAtkRate,5; bonus bAtkRate,2; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r >= 27) { - bonus bDelayrate,-5; + bonus bLongAtkRate,5; bonus bAtkRate,3; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } - Combos: - Combo: @@ -6411,11 +6443,13 @@ Body: .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); bonus bAspd,1; bonus bAtkRate,2; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; if (.@r >= 27) { bonus bAspd,1; bonus bAtkRate,3; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; } - Combos: - Combo: @@ -6539,7 +6573,7 @@ Body: .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); bonus bDelayrate,-10; bonus bAtkRate,2; - bonus2 bSkillAtk,"SC_FATALMENACE",10; + bonus2 bSkillAtk,"SC_FATALMENACE",15; if (.@r >= 27) { bonus bDelayrate,-10; bonus bAtkRate,3; @@ -6573,7 +6607,7 @@ Body: bonus bAtkRate,2; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r >= 27) { - bonus bLongAtkRate,10; + bonus bLongAtkRate,5; bonus bAtkRate,3; bonus2 bSkillAtk,"RL_R_TRIP",15; } @@ -6617,11 +6651,11 @@ Body: - Grace_Moon_Suit Script: | .@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR); - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; bonus bAtkRate,2; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; if (.@r >= 27) { - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; bonus bAtkRate,3; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; } @@ -6858,8 +6892,10 @@ Body: - Blush - Necktie Script: | + bonus bUseSPrate,5; bonus bAspdRate,3; - bonus bVariableCastrate,3; + bonus bHit,-5; + bonus bVariableCastrate,-3; - Combos: - Combo: - Blush @@ -6963,7 +6999,7 @@ Body: - Hahoe_Mask - Wit_Pumpkin_Hat Script: | - bonus bAspd,1; + bonus bAspdRate,10; autobonus "{ bonus bBaseAtk,50; }",20,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; - Combos: - Combo: @@ -7023,7 +7059,7 @@ Body: - Amistr_Cap Script: | .@r = getequiprefinerycnt(EQI_HEAD_TOP); - bonus bBaseAtk,min(.@r,10); + bonus2 bAddClass,Class_All,min(.@r,10); bonus bMatk,min(.@r,10); - Combos: - Combo: @@ -7033,8 +7069,11 @@ Body: bonus bLongAtkDef,-10; - Combos: - Combo: - - Medical_Boots - - Love_Guard + - Medical_Boots # 5920 + - Love_Guard # 18542 + - Combo: + - Love_Guard # 18542 + - Medical_Boots_ # 22100 Script: | .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,3*(.@r/2); @@ -7303,8 +7342,11 @@ Body: bonus2 bSubSkill,"HT_BLITZBEAT",200; - Combos: - Combo: - - Gambler_Seal - - Heart_Card_In_Mouth + - Gambler_Seal # 5918 + - Heart_Card_In_Mouth # 19306 + - Combo: + - Heart_Card_In_Mouth # 19306 + - Gambler_Seal_ # 410004 Script: | .@aspd = 1; .@crit_dmg = 2 + 2 * (readparam(bDex) / 10); @@ -7438,20 +7480,22 @@ Body: - Immaterial_Sword_IL - Cape_Of_Ancient_Lord_IL Script: | - .@weapon = getequiprefinerycnt(EQI_HAND_R); - .@eq = getequiprefinerycnt(EQI_GARMENT); - .@val = 100; - if (.@weapon >= 7 && .@eq >= 7) { - .@val += 50; - } - bonus bMatk,.@val; - if ((.@weapon + .@eq) >= 18) { - bonus3 bAutoSpell,"MG_COLDBOLT",3,50; - bonus3 bAutoSpell,"MG_FIREBOLT",3,50; - bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",3,50; /* fix me: unknown skill lvl/rates */ - } - if ((.@weapon + .@eq) >= 22) { - autobonus "{ bonus2 bSkillAtk,\"WZ_STORMGUST\",30; bonus2 bSkillAtk,\"WZ_METEOR\",30; bonus2 bSkillAtk,\"WZ_VERMILION\",30; bonus2 bSkillAtk,\"WZ_HEAVENDRIVE\",30; }",20,10000; /* fix me: unknown rate/specialeffect (if any) */ + if (BaseJob == Job_Rogue) { + .@weapon = getequiprefinerycnt(EQI_HAND_R); + .@eq = getequiprefinerycnt(EQI_GARMENT); + .@val = 100; + if (.@weapon >= 7 && .@eq >= 7) { + .@val += 50; + } + bonus bMatk,.@val; + if ((.@weapon + .@eq) >= 18) { + bonus3 bAutoSpell,"MG_COLDBOLT",3,50; + bonus3 bAutoSpell,"MG_FIREBOLT",3,50; + bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",3,50; /* fix me: unknown skill lvl/rates */ + } + if ((.@weapon + .@eq) >= 22) { + autobonus "{ bonus2 bSkillAtk,\"WZ_STORMGUST\",30; bonus2 bSkillAtk,\"WZ_METEOR\",30; bonus2 bSkillAtk,\"WZ_VERMILION\",30; bonus2 bSkillAtk,\"WZ_HEAVENDRIVE\",30; }",20,10000; /* fix me: unknown rate/specialeffect (if any) */ + } } - Combos: - Combo: @@ -7500,7 +7544,7 @@ Body: - Red_Pencil_In_Mouth Script: | bonus bMatk,BaseLevel/3; - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; - Combos: - Combo: - School_Uniform @@ -7508,7 +7552,7 @@ Body: - Blue_Pencil_In_Mouth Script: | bonus bBaseAtk,BaseLevel/3; - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; - Combos: - Combo: - Armor_Of_Gray @@ -7558,7 +7602,7 @@ Body: Script: | bonus bMaxHPrate,25; bonus bMaxSPrate,25; - bonus bSpeedAddRate,40; + bonus bSpeedRate,40; - Combos: - Combo: - Felock_Armor @@ -7567,7 +7611,7 @@ Body: Script: | bonus bMaxHPrate,25; bonus bMaxSPrate,25; - bonus bSpeedAddRate,40; + bonus bSpeedRate,40; if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 30) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; @@ -7681,6 +7725,7 @@ Body: bonus bMaxHP,1000; bonus bMaxSP,100; bonus2 bExpAddRace,RC_Fish,20; + bonus2 bAddRace,RC_Fish,50; bonus2 bMagicAddRace,RC_Fish,50; bonus2 bSubEle,Ele_Water,50; - Combos: @@ -7829,7 +7874,7 @@ Body: - Mine_Worker_Backpack - Mine_Worker_Pickax Script: | - bonus2 bAddClass,Class_All,5; + bonus bAtkRate,5; bonus bAspdRate,10; bonus bCritAtkRate,10; - Combos: @@ -7871,7 +7916,7 @@ Body: bonus bBaseAtk,40; bonus2 bSubEle,Ele_All,4; bonus2 bSubEle,Ele_Neutral,-4; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Armor145 @@ -7885,7 +7930,7 @@ Body: bonus bBaseAtk,50; bonus2 bSubEle,Ele_All,5; bonus2 bSubEle,Ele_Neutral,-5; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Armor160 @@ -7899,7 +7944,7 @@ Body: bonus bBaseAtk,50; bonus2 bSubEle,Ele_All,5; bonus2 bSubEle,Ele_Neutral,-5; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; bonus bNoCastCancel; - Combos: - Combo: @@ -7928,7 +7973,7 @@ Body: bonus bMatk,40; bonus2 bSubEle,Ele_All,4; bonus2 bSubEle,Ele_Neutral,-4; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Armor145 @@ -7938,7 +7983,7 @@ Body: bonus bMatk,50; bonus2 bSubEle,Ele_All,5; bonus2 bSubEle,Ele_Neutral,-5; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Armor160 @@ -7948,7 +7993,7 @@ Body: bonus bMatk,50; bonus2 bSubEle,Ele_All,5; bonus2 bSubEle,Ele_Neutral,-5; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; bonus bNoCastCancel; - Combos: - Combo: @@ -7997,7 +8042,6 @@ Body: - Nurse_Cap_IL Script: | bonus bSpeedRate,25; - /* unknown speed value */ bonus bHealPower,10; - Combos: - Combo: @@ -8541,7 +8585,7 @@ Body: - Broken_Chip_1 - Broken_Chip_2 Script: | - bonus bSpeedRate,10; + bonus bSpeedRate,25; bonus bBaseAtk,50; bonus bMatk,50; if (getequiprefinerycnt(EQI_HEAD_TOP) >= 9) { @@ -8664,7 +8708,7 @@ Body: bonus bHealPower,.@heal; bonus bAddItemHealRate,.@heal; bonus2 bVariableCastrate,"AB_CHEAL",-100; - bonus2 bResEff,EFF_Bleeding,10000; + bonus2 bResEff,Eff_Bleeding,10000; bonus2 bResEff,Eff_Confusion,10000; - Combos: - Combo: @@ -8813,7 +8857,7 @@ Body: - Racing_C_Warlock - Destruction_Rod Script: | - bonus2 bFixedCastrate,"HW_MAGICPOWER",50; + bonus2 bVariableCastrate,"HW_MAGICPOWER",50; - Combos: - Combo: - Racing_C_Warlock @@ -9347,7 +9391,8 @@ Body: - Racing_E_Star1 Script: | bonus2 bSkillAtk,"SJ_SOLARBURST",10; - bonus2 bSkillAtk,"SJ_FALLINGSTAR",10; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",10; bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; - Combos: - Combo: @@ -9355,7 +9400,8 @@ Body: - Racing_E_Star2 Script: | bonus2 bSkillAtk,"SJ_SOLARBURST",20; - bonus2 bSkillAtk,"SJ_FALLINGSTAR",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",20; bonus2 bSkillAtk,"SJ_FULLMOONKICK",20; bonus2 bSkillCooldown,"SJ_DOCUMENT",-10000; - Combos: @@ -9364,7 +9410,8 @@ Body: - Racing_E_Star3 Script: | bonus2 bSkillAtk,"SJ_SOLARBURST",30; - bonus2 bSkillAtk,"SJ_FALLINGSTAR",30; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",30; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",30; bonus2 bSkillAtk,"SJ_FULLMOONKICK",30; bonus2 bSkillCooldown,"SJ_DOCUMENT",-30000; - Combos: @@ -9582,6 +9629,7 @@ Body: .@a = getequiprefinerycnt(EQI_GARMENT); .@b = getequiprefinerycnt(EQI_HAND_L); bonus2 bAddEle,Ele_Earth,.@b; + bonus2 bMagicAddEle,Ele_Earth,.@b; bonus2 bSubRace,RC_Fish,.@a; - Combos: - Combo: @@ -9815,7 +9863,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_GARMENT); bonus2 bSkillAtk,"RA_ARROWSTORM",(5*.@r); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",(5*.@r); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",(5*.@r); if (getequiprefinerycnt(EQI_HAND_R) >= 10) { bonus bAspd,1; } @@ -9835,6 +9883,9 @@ Body: - Combo: - Oxygen_Bomb_K - Scuba_Mask + - Combo: + - Scuba_Mask_K + - Oxygen_Bomb_K Script: | bonus bAspd,1; bonus bNoCastCancel; @@ -10266,14 +10317,14 @@ Body: - Lian_Shoes - Lian_Shield Script: | - bonus2 bSubEle,Ele_Neutral,5; - bonus2 bAddEle,Ele_Neutral,getequiprefinerycnt(EQI_HAND_L); + bonus2 bSubEle,Ele_Neutral,5+getequiprefinerycnt(EQI_HAND_L); - Combos: - Combo: - Lian_Shoes - Lian_Robe Script: | bonus2 bAddEle,Ele_Neutral,5; + bonus2 bMagicAddEle,Ele_Neutral,5; .@r = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; @@ -10466,6 +10517,9 @@ Body: - Combo: - Shoes_Of_Punishment # 22120 - Holy_Stick # 1631 + - Combo: + - Shoes_Of_Punishment_ # 22225 + - Holy_Stick # 1631 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); .@cast = -5*getskilllv("AB_ORATIO"); @@ -10540,7 +10594,7 @@ Body: Script: | bonus bAspdRate,8; bonus bHit,8; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Boots145 @@ -10553,7 +10607,7 @@ Body: Script: | bonus bAspdRate,10; bonus bHit,10; - bonus2 bExpAddClass,Class_All,2; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Boots160 @@ -10566,8 +10620,8 @@ Body: Script: | bonus bAspdRate,10; bonus bHit,10; - bonus2 bExpAddClass,Class_All,2; - bonus bSpeedAddRate,25; + bonus2 bExpAddRace,RC_All,2; + bonus bSpeedRate,25; - Combos: - Combo: - Para_Team_Boots100 @@ -10589,14 +10643,19 @@ Body: - Para_Team_Boots130 - Para_Team_Ring130B - Para_Team_Necklace130B + Script: | + bonus bVariableCastrate,-6; + bonus bDelayrate,-6; + bonus2 bExpAddRace,RC_All,2; + - Combos: - Combo: - Para_Team_Boots145 - Para_Team_Ring145B - Para_Team_Necklace145B Script: | - bonus bVariableCastrate,-6; - bonus bDelayrate,-6; - bonus2 bExpAddClass,Class_All,2; + bonus bVariableCastrate,-8; + bonus bDelayrate,-8; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Boots160 @@ -10605,8 +10664,8 @@ Body: Script: | bonus bVariableCastrate,-8; bonus bDelayrate,-8; - bonus2 bExpAddClass,Class_All,2; - bonus bSpeedAddRate,25; + bonus2 bExpAddRace,RC_All,2; + bonus bSpeedRate,25; - Combos: - Combo: - Shoes_IL @@ -11024,7 +11083,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_ARMOR); bonus bSpeedRate,25; - bonus bCritAtkRate,4*(readparam(bluk)/20); + bonus bCritAtkRate,4*(readparam(bLuk)/20); if (.@r >= 7) { bonus bAspdRate,8; bonus2 bSubRace,RC_DemiHuman,8; @@ -11047,7 +11106,7 @@ Body: .@r = getequiprefinerycnt(EQI_ARMOR); bonus bHPGainValue,500; bonus bSpeedRate,25; - bonus2 bSkillAtk,"RA_CLUSTERBOMB",30*(readparam(bint)/20); + bonus2 bSkillAtk,"RA_CLUSTERBOMB",30*(readparam(bInt)/20); bonus2 bSkillUseSP,"RA_ELECTRICSHOCKER",30; if (.@r >= 7) { bonus bFlee2,6; @@ -11097,8 +11156,10 @@ Body: - S_Physical_Weapon - S_Physical_Pendant Script: | - if (getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { - bonus bAtkRate,1; + .@r = getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bBaseAtk,.@r; + if (.@r>=23) { + bonus2 bAddClass,Class_All,1; } - Combos: - Combo: @@ -11106,7 +11167,9 @@ Body: - S_Magical_Weapon - S_Magical_Pendant Script: | - if (getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { + .@r = getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bMatk,.@r; + if (.@r>=23) { bonus bMatkRate,1; } - Combos: @@ -11146,7 +11209,6 @@ Body: - S_Cri_Hit_Weapon Script: | .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_WEAPON); - bonus bCritical,.@r; bonus bBaseAtk,.@r; if (.@r >= 15) { bonus bCritAtkRate,1; @@ -11219,8 +11281,7 @@ Body: - S_Safeguard_Shield - S_Liberation_Shoes Script: | - bonus2 bAddRace,10,5; - bonus2 bMagicAddRace,10,5; + bonus2 bAddClass,Class_Boss,5; - Combos: - Combo: - S_Brutal_Shield @@ -11514,7 +11575,7 @@ Body: - S_Caster_earring - S_Caster_Weapon Script: | - bonus bNoCastCancel2; + bonus bNoCastCancel; bonus bVariableCastrate,40-(getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L)); - Combos: - Combo: @@ -11801,71 +11862,61 @@ Body: - S_Basis_Armor - S_Basis_Shield Script: | - bonus2 bSubDefEle,Ele_Neutral,2; - bonus2 bMagicSubDefEle,Ele_Neutral,2; + bonus2 bSubEle,Ele_Neutral,2; - Combos: - Combo: - S_Hallowed_Armor - S_Hallowed_Shield Script: | - bonus2 bSubDefEle,Ele_Dark,2; - bonus2 bMagicSubDefEle,Ele_Dark,2; + bonus2 bSubEle,Ele_Dark,2; - Combos: - Combo: - S_Saharic_Armor - S_Saharic_Shield Script: | - bonus2 bSubDefEle,Ele_Water,2; - bonus2 bMagicSubDefEle,Ele_Water,2; + bonus2 bSubEle,Ele_Water,2; - Combos: - Combo: - S_Underneath_Armor - S_Underneath_Shield Script: | - bonus2 bSubDefEle,Ele_Earth,2; - bonus2 bMagicSubDefEle,Ele_Earth,2; + bonus2 bSubEle,Ele_Earth,2; - Combos: - Combo: - S_Flam_Armor - S_Flam_Shield Script: | - bonus2 bSubDefEle,Ele_Fire,2; - bonus2 bMagicSubDefEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Fire,2; - Combos: - Combo: - S_Windy_Armor - S_Windy_Shield Script: | - bonus2 bSubDefEle,Ele_Wind,2; - bonus2 bMagicSubDefEle,Ele_Wind,2; + bonus2 bSubEle,Ele_Wind,2; - Combos: - Combo: - S_Envenom_Armor - S_Envenom_Shield Script: | - bonus2 bSubDefEle,Ele_Poison,2; - bonus2 bMagicSubDefEle,Ele_Poison,2; + bonus2 bSubEle,Ele_Poison,2; - Combos: - Combo: - S_Damned_Armor - S_Damned_Shield Script: | - bonus2 bSubDefEle,Ele_Holy,2; - bonus2 bMagicSubDefEle,Ele_Holy,2; + bonus2 bSubEle,Ele_Holy,2; - Combos: - Combo: - S_Geist_Armor - S_Geist_Shield Script: | - bonus2 bSubDefEle,Ele_Ghost,2; - bonus2 bMagicSubDefEle,Ele_Ghost,2; + bonus2 bSubEle,Ele_Ghost,2; - Combos: - Combo: - S_Divine_Armor - S_Divine_Shield Script: | - bonus2 bSubDefEle,Ele_Undead,2; - bonus2 bMagicSubDefEle,Ele_Undead,2; + bonus2 bSubEle,Ele_Undead,2; - Combos: - Combo: - S_Hasty_Shoes @@ -11873,7 +11924,7 @@ Body: Script: | bonus bFlee,5; if (getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ARMOR) >= 15) - bonus bSpeedAddRate,3; + bonus bSpeedRate,25; - Combos: - Combo: - S_Hasty_Armor @@ -11881,7 +11932,7 @@ Body: Script: | bonus bFlee,5; if ((getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES)) >= 15) { - bonus bSpeedRate,25; /* unknown value */ + bonus bSpeedRate,25; } - Combos: - Combo: @@ -11912,7 +11963,9 @@ Body: - S_Blitz_Earring - S_Blitz_Pendent Script: | - if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 15) + .@r = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); + bonus bBaseAtk,.@r; + if (.@r >= 15) bonus bAspd,1; - Combos: - Combo: @@ -11921,9 +11974,13 @@ Body: - S_Force_Pendant Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); - if (.@r >= 25) {bonus2 bAddClass,Class_All,2;} - else if (.@r >= 20) {bonus2 bAddClass,Class_All,1;} - bonus2 bAddClass,Class_All,1; + bonus2 bAddClass,Class_All,1; + if (.@r>=20) { + bonus2 bAddClass,Class_All,1; + } + if (.@r>=25) { + bonus2 bAddClass,Class_All,1; + } - Combos: - Combo: - S_Force_Weapon @@ -11931,9 +11988,13 @@ Body: - S_Force_Pendant Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); - if (.@r >= 25) {bonus2 bAddClass,Class_All,2;} - else if (.@r >= 20) {bonus2 bAddClass,Class_All,1;} - bonus bAtk2,10; + bonus bBaseAtk,10; + if (.@r>=20) { + bonus2 bAddClass,Class_All,1; + } + if (.@r>=25) { + bonus2 bAddClass,Class_All,1; + } - Combos: - Combo: - S_Force_Earring @@ -11941,13 +12002,13 @@ Body: - S2_Force_Ex_Weapon Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); - if (.@r >= 25) { - bonus2 bAddClass,Class_All,2; - } - else if (.@r >= 20) { - bonus2 bAddClass,Class_All,1; - } bonus bBaseAtk,10; + if (.@r>=20) { + bonus bAtkRate,1; + } + if (.@r>=25) { + bonus bAtkRate,1; + } - Combos: - Combo: - S_Enhance_Spirit_Weapon @@ -11955,9 +12016,13 @@ Body: - S_Spirit_Pendant Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); - if (.@r >= 25) {bonus bMatkRate,2;} - else if (.@r >= 20) {bonus bMatkRate,1;} - bonus bMatkRate,1; + bonus bMatkRate,1; + if (.@r>=20) { + bonus bMatkRate,1; + } + if (.@r>=25) { + bonus bMatkRate,1; + } - Combos: - Combo: - S_Spirit_Weapon @@ -11965,9 +12030,13 @@ Body: - S_Spirit_Pendant Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); - if (.@r >= 25) {bonus bMatkRate,2;} - else if (.@r >= 20) {bonus bMatkRate,1;} - bonus bMatk,10; + bonus bMatk,10; + if (.@r>=20) { + bonus bMatkRate,1; + } + if (.@r>=25) { + bonus bMatkRate,1; + } - Combos: - Combo: - S_Blitz_Shoes @@ -12047,10 +12116,10 @@ Body: - S_Merchant_earring - S_Merchant_Pendant Script: | - bonus2 bAddRace,RC_All,1; + bonus bAtkRate,1; bonus bMaxHPrate,1; if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 10) { - bonus2 bAddRace,RC_All,2; + bonus bAtkRate,2; bonus bMaxHPrate,2; } - Combos: @@ -12061,10 +12130,10 @@ Body: - S_Magician_earring - S_Magician_Pendant Script: | - bonus2 bMagicAddRace,RC_All,1; + bonus bMatkRate,1; bonus bMaxSPrate,1; if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 10) { - bonus2 bMagicAddRace,RC_All,2; + bonus bMatkRate,2; bonus bMaxSPrate,2; } - Combos: @@ -12101,10 +12170,6 @@ Body: .@r1 = getequiprefinerycnt(EQI_SHADOW_ARMOR); .@r2 = getequiprefinerycnt(EQI_SHADOW_SHIELD); if ((.@r1+.@r2) >= 17) { - bonus bLuk,1; - bonus bVit,1; - bonus bHit,.@r1; - bonus bDef,5*.@r2; if (BaseClass == Job_Swordman || BaseClass == Job_Thief || (BaseClass == Job_Taekwon && BaseJob != Job_Soul_Linker)) { bonus bBaseAtk,15; bonus bAspd,1; @@ -12156,7 +12221,7 @@ Body: - EXPStone_Middle - EXPStone_Bottom Script: | - bonus2 bExpAddClass,Class_All,3; + bonus2 bExpAddRace,RC_All,3; - Combos: - Combo: - S_Blitz_Weapon @@ -12215,7 +12280,6 @@ Body: if (.@r >= 25) { bonus bIgnoreMDefRace,RC_Plant; bonus bIgnoreMDefRace,RC_Brute; - bonus bIgnoreMDefRace,RC_Player_Doram; } - Combos: - Combo: @@ -12330,7 +12394,6 @@ Body: if (.@r >= 25) { bonus bIgnoreDefRace,RC_Plant; bonus bIgnoreDefRace,RC_Brute; - bonus bIgnoreDefRace,RC_Player_Doram; } - Combos: - Combo: @@ -12470,8 +12533,8 @@ Body: bonus bMatk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreMdefRaceRate,RC_Demon,100; - bonus2 bIgnoreMdefRaceRate,RC_Angel,100; + bonus bIgnoreMDefRace,RC_Demon; + bonus bIgnoreMDefRace,RC_Angel; } - Combos: - Combo: @@ -12482,8 +12545,8 @@ Body: bonus bMatk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreMdefRaceRate,RC_Formless,100; - bonus2 bIgnoreMdefRaceRate,RC_Dragon,100; + bonus bIgnoreMDefRace,RC_Formless; + bonus bIgnoreMDefRace,RC_Dragon; } - Combos: - Combo: @@ -12494,8 +12557,8 @@ Body: bonus bMatk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreMdefRaceRate,RC_Brute,100; - bonus2 bIgnoreMdefRaceRate,RC_Plant,100; + bonus bIgnoreMDefRace,RC_Brute; + bonus bIgnoreMDefRace,RC_Plant; } - Combos: - Combo: @@ -12506,8 +12569,8 @@ Body: bonus bMatk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreMdefRaceRate,RC_Fish,100; - bonus2 bIgnoreMdefRaceRate,RC_Insect,100; + bonus bIgnoreMDefRace,RC_Fish; + bonus bIgnoreMDefRace,RC_Insect; } - Combos: - Combo: @@ -12518,8 +12581,8 @@ Body: bonus bMatk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,100; - bonus2 bIgnoreMdefRaceRate,RC_Undead,100; + bonus bIgnoreMDefRace,RC_DemiHuman; + bonus bIgnoreMDefRace,RC_Undead; } - Combos: - Combo: @@ -12532,7 +12595,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_ARMOR) + getequiprefinerycnt(EQI_SHADOW_ACC_SHOES) + getequiprefinerycnt(EQI_SHADOW_ACC_SHIELD) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 54) { - bonus2 bIgnoreDefRaceRate,RC_All,20; + bonus2 bIgnoreDefClassRate,Class_Normal,20; } - Combos: - Combo: @@ -12543,8 +12606,8 @@ Body: bonus bBaseAtk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreDefRaceRate,RC_DemiHuman,100; - bonus2 bIgnoreDefRaceRate,RC_Undead,100; + bonus bIgnoreDefRace,RC_DemiHuman; + bonus bIgnoreDefRace,RC_Undead; } - Combos: - Combo: @@ -12555,8 +12618,8 @@ Body: bonus bBaseAtk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreDefRaceRate,RC_Fish,100; - bonus2 bIgnoreDefRaceRate,RC_Insect,100; + bonus bIgnoreDefRace,RC_Fish; + bonus bIgnoreDefRace,RC_Insect; } - Combos: - Combo: @@ -12567,8 +12630,8 @@ Body: bonus bBaseAtk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreDefRaceRate,RC_Brute,100; - bonus2 bIgnoreDefRaceRate,RC_Plant,100; + bonus bIgnoreDefRace,RC_Brute; + bonus bIgnoreDefRace,RC_Plant; } - Combos: - Combo: @@ -12579,8 +12642,8 @@ Body: bonus bBaseAtk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreDefRaceRate,RC_Formless,100; - bonus2 bIgnoreDefRaceRate,RC_Dragon,100; + bonus bIgnoreDefRace,RC_Formless; + bonus bIgnoreDefRace,RC_Dragon; } - Combos: - Combo: @@ -12591,8 +12654,8 @@ Body: bonus bBaseAtk,5; .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L); if (.@r >= 25) { - bonus2 bIgnoreDefRaceRate,RC_Demon,100; - bonus2 bIgnoreDefRaceRate,RC_Angel,100; + bonus bIgnoreDefRace,RC_Demon; + bonus bIgnoreDefRace,RC_Angel; } - Combos: - Combo: @@ -12622,6 +12685,7 @@ Body: .@r = getequiprefinerycnt(EQI_SHADOW_SHIELD) + getequiprefinerycnt(EQI_SHADOW_WEAPON); bonus2 bIgnoreDefRaceRate,RC_All,40+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@r; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@r; - Combos: - Combo: - S_Ignition_Weapon @@ -12690,6 +12754,7 @@ Body: .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_SHIELD); bonus2 bIgnoreDefRaceRate,RC_All,40+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@r; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@r; - Combos: - Combo: - S_Arrow_Shield @@ -12706,6 +12771,7 @@ Body: .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_WEAPON); bonus2 bIgnoreDefRaceRate,RC_All,40+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@r; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@r; - Combos: - Combo: - S_Shooting_Weapon @@ -12754,7 +12820,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_SHIELD); if (.@r >= 2) - bonus2 bVariableCastrate,"NC_ARMSCANNON",.@r/2; + bonus bVariableCastrate,-.@r/2; - Combos: - Combo: - ReloadStone_Top @@ -12866,7 +12932,7 @@ Body: - AngerGazeti_Card - AngerSnowier_Card Script: | - bonus2 bSubSize,Size_Small,20; + bonus2 bWeaponSubSize,Size_Small,20; - Combos: - Combo: - AngerSnowier_Card @@ -13397,7 +13463,7 @@ Body: - Sura_Robe # 29426 - Sura_Bottom # 29425 Script: | - bonus4 bAutoSpellOnSkill,"SR_RAMPAGEBLASTER","CH_SOULCOLLECT",300,1; + bonus4 bAutoSpellOnSkill,"SR_RAMPAGEBLASTER","CH_SOULCOLLECT",1,300; - Combos: - Combo: - Sura_Robe2 # 29427 @@ -13495,7 +13561,7 @@ Body: - Warlock_Robe - Warlock_Bottom Script: | - bonus2 bMagicAtkEle,ELE_FIRE,5; + bonus2 bMagicAtkEle,Ele_Fire,5; - Combos: - Combo: - Shadowchaser_Robe @@ -13543,7 +13609,7 @@ Body: - WanderMins_Bottom3 # 311007 - WanderMinstrel_Robe # 29488 Script: | - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; - Combos: - Combo: - WanderMinstrel_Robe # 29488 @@ -13555,7 +13621,7 @@ Body: - WanderMinstrel_Robe # 29488 - WanderMinstrel_Bottom # 29487 Script: | - bonus2 bSkillFixedCast,"WM_SEVERE_RAINSTORM",-500; + bonus bFixedCast,-500; - Combos: - Combo: - Archbishop_Robe @@ -13593,11 +13659,14 @@ Body: - Combo: - Royalguard_Middle3 # 310888 - Royalguard_Robe # 29520 - - Combo: - - Royalguard_Middle3 # 310888 - - RoyalGuard_Robe2 # 310184 Script: | bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; + - Combos: + - Combo: + - Royalguard_Middle3 # 310888 + - Royalguard_Robe2 # 310184 + Script: | + bonus2 bSkillUseSPrate,"LG_RAYOFGENESIS",15; - Combos: - Combo: - Guillotinecross_Robe # 29524 @@ -13675,7 +13744,8 @@ Body: - Staremperor_Robe - Gladiator_Middle Script: | - bonus2 bSkillAtk,"SJ_FALLINGSTAR",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; - Combos: - Combo: - Kagerou_Robe @@ -13883,30 +13953,59 @@ Body: bonus bBaseAtk,30; autobonus "{ bonus bLongAtkRate,10; }",10,10000,BF_WEAPON; if (.@r >= 30) { - bonus2 bAddRace,RC_Undead,20; - bonus2 bAddRace,RC_Angel,20; + bonus2 bAddEle,Ele_Holy,20; + bonus2 bAddEle,Ele_Undead,20; } - Combos: - Combo: - - UnrivaledSpear - - UnrivaledRing + - UnrivaledSpear # 1448 + - UnrivaledRing # 32234 + - Combo: + - UnrivaledGun # 13133 + - UnrivaledRing # 32234 + - Combo: + - UnrivaledMace # 16055 + - UnrivaledRing # 32234 + - Combo: + - UnrivaledBow # 18142 + - UnrivaledRing # 32234 + - Combo: + - UnrivaledStaff # 26102 + - UnrivaledRing # 32234 + - Combo: + - UnrivaledDagger # 28715 + - UnrivaledRing # 32234 Script: | bonus2 bAddRace,RC_Brute,20; + bonus2 bAddRace,RC_Player_Doram,20; bonus2 bAddRace,RC_Plant,20; bonus2 bMagicAddRace,RC_Brute,20; + bonus2 bMagicAddRace,RC_Player_Doram,20; bonus2 bMagicAddRace,RC_Plant,20; bonus2 bAddEle,Ele_Wind,20; bonus2 bAddEle,Ele_Earth,20; bonus2 bMagicAddEle,Ele_Wind,20; bonus2 bMagicAddEle,Ele_Earth,20; + - Combos: + - Combo: + - Arrow # 1750 + - UnrivaledBow # 18142 + Script: | + bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Wind,15; + bonus2 bAddEle,Ele_Earth,15; - Combos: - Combo: - Sky_Ground - UnrivaledRing Script: | bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; bonus2 bAddRace,RC_Plant,15; bonus2 bMagicAddRace,RC_Brute,15; + bonus2 bMagicAddRace,RC_Player_Doram,15; bonus2 bMagicAddRace,RC_Plant,15; bonus2 bAddEle,Ele_Wind,15; bonus2 bAddEle,Ele_Earth,15; @@ -14019,7 +14118,7 @@ Body: - Up_Shiver_Katar_K Script: | bonus bAgi,10; - bonus bShortAtkRate,7; + bonus bShortAtkRate,5; - Combos: - Combo: - Great_Hero_Boots @@ -14135,7 +14234,7 @@ Body: - Up_Master_Soul_Rifle Script: | bonus bInt,10; - bonus2 bMagicAddEle,Ele_Ghost,5; + bonus2 bMagicAtkEle,Ele_Ghost,5; - Combos: - Combo: - Sharp_Wind_Sword @@ -14372,17 +14471,24 @@ Body: } - Combos: - Combo: + - R_Gladius_L - R_Gladius_R - Schmidt_Suits - Schmidt_Manteau Script: | - .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT); - autobonus "{ bonus bAtkRate,10; }",1,10000,BF_WEAPON; - bonus bBaseAtk,30; + .@sum = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT); if (.@sum >= 40) { bonus2 bAddEle,Ele_Undead,20; bonus2 bAddEle,Ele_Holy,20; } + - Combos: + - Combo: + - Schmidt_Suits + - Schmidt_Manteau + - R_Gladius_R + Script: | + autobonus "{ bonus bAtkRate,10; }",1,10000,BF_WEAPON; + bonus bBaseAtk,30; - Combos: - Combo: - R_Gladius_R @@ -14435,9 +14541,8 @@ Body: autobonus "{ bonus bLongAtkRate,10; }",1,10000,BF_WEAPON; bonus bBaseAtk,30; if (.@sum >= 30) { - bonus2 bAddEle,Ele_Undead,20; bonus2 bAddEle,Ele_Holy,20; - bonus2 bAddEle,Ele_Earth,20; + bonus2 bAddEle,Ele_Undead,20; } - Combos: - Combo: @@ -14472,24 +14577,33 @@ Body: bonus bStr,4; - Combos: - Combo: - - Stripe_Hat - - MH_P89_OS + - Comp_Stripe_Hat # 15965 + - MH_P89_OS # 18179 + - Combo: + - MH_P89_OS # 18179 + - Stripe_Hat # 400049 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bLongAtkRate,3*(.@r_weapon/2); - Combos: - Combo: - - Stripe_Hat - - AC_B44_OS + - Comp_Stripe_Hat # 15965 + - AC_B44_OS # 18180 + - Combo: + - AC_B44_OS # 18180 + - Stripe_Hat # 400049 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bDelayrate,-10; bonus bLongAtkRate,3*(.@r_weapon/2); - Combos: - Combo: - - Stripe_Hat - - Boost_Lance_OS + - Comp_Stripe_Hat # 15965 + - Boost_Lance_OS # 32019 + - Combo: + - Boost_Lance_OS # 32019 + - Stripe_Hat # 400049 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; @@ -14517,24 +14631,33 @@ Body: } - Combos: - Combo: - - Large_Sorcerer_Crown - - Cannon_Rapier_OS + - Cannon_Rapier_OS # 13493 + - Comp_L_Sorcerer_Crown # 15962 + - Combo: + - Cannon_Rapier_OS # 13493 + - Large_Sorcerer_Crown # 400054 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus bMatk,30; bonus2 bSkillAtk,"WL_HELLINFERNO",4*(.@r/2); - Combos: - Combo: - - Large_Sorcerer_Crown - - Rutilus_Stick_OS + - Comp_L_Sorcerer_Crown # 15962 + - Rutilus_Stick_OS # 26151 + - Combo: + - Rutilus_Stick_OS # 26151 + - Large_Sorcerer_Crown # 400054 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus bMatk,30; bonus2 bSkillAtk,"WL_COMET",5*(.@r/2); - Combos: - Combo: - - Large_Sorcerer_Crown - - Kuroiro_OS + - Comp_L_Sorcerer_Crown # 15962 + - Kuroiro_OS # 28755 + - Combo: + - Kuroiro_OS # 28755 + - Large_Sorcerer_Crown # 400054 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Fire,5; @@ -14598,7 +14721,7 @@ Body: bonus bLongAtkRate,5; } if (.@sum >= 18) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; } if (.@sum >= 22) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; @@ -14636,7 +14759,7 @@ Body: bonus2 bSkillAtk,"RK_STORMBLAST",20; } if (.@sum >= 22) { - bonus2 bAddEle,Ele_Water,10; + bonus2 bAddEle,Ele_Water,15; bonus2 bAddRace,RC_Fish,15; } - Combos: @@ -14681,7 +14804,7 @@ Body: bonus2 bSkillAtk,"LK_SPIRALPIERCE",20; } if (.@sum >= 22) { - bonus2 bAddEle,Ele_Water,10; + bonus2 bAddEle,Ele_Water,15; bonus2 bAddRace,RC_Fish,15; } - Combos: @@ -14867,6 +14990,8 @@ Body: bonus bMdef,15; bonus bDef,30; bonus bLuk,8; + bonus2 bSubRace,RC_Angel,15; + bonus2 bSubRace,RC_Demon,15; if (.@sum >= 27) { bonus bAtkRate,10; bonus bDelayrate,-20; @@ -14986,6 +15111,7 @@ Body: Script: | bonus2 bAddRace,RC_Dragon,5; bonus2 bAddRace,RC_Brute,5; + bonus2 bAddRace,RC_Player_Doram,5; - Combos: - Combo: - Cassock_Str @@ -14998,7 +15124,7 @@ Body: - Cassock_Agi - CassockA_AGI Script: | - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; bonus bAspd,1; - Combos: - Combo: @@ -15170,12 +15296,12 @@ Body: - Papila_Cae_Card - Papila_Cae_H_Card Script: | - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; bonus2 bSkillAtk,"WM_REVERBERATION",20; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); .@r_shoes = getequiprefinerycnt(EQI_SHOES); bonus2 bSkillAtk,"WM_REVERBERATION",5*(.@r_shoes/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5*(.@r_weapon/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*(.@r_weapon/2); - Combos: - Combo: - Sanare3_Card @@ -15219,10 +15345,12 @@ Body: - B_Scissore_Ng_H_Card Script: | bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",20; bonus2 bSkillAtk,"SJ_FULLMOONKICK",20; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); .@r_shoes = getequiprefinerycnt(EQI_SHOES); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",5*(.@r_shoes/2); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",5*(.@r_shoes/2); bonus2 bSkillAtk,"SJ_FULLMOONKICK",5*(.@r_weapon/2); - Combos: - Combo: @@ -15326,29 +15454,28 @@ Body: bonus2 bMagicAtkEle,Ele_Neutral,5; - Combos: - Combo: - - RoyalGuard_Robe2 + - Royalguard_Robe2 - Paladin_Bottom2 Script: | - bonus bFixedCast,getskilllv("CR_AUTOGUARD")/2*-100; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; - Combos: - Combo: - - RoyalGuard_Robe2 + - Royalguard_Robe2 - Paladin_Middle2 Script: | bonus2 bMagicAtkEle,Ele_Holy,5; - Combos: - Combo: - - RoyalGuard_Robe2 + - Royalguard_Robe2 - Paladin_Top2 Script: | - bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; + bonus bFixedCast,-100*(getskilllv("CR_AUTOGUARD")/2); - Combos: - Combo: - Guillotinecross_Robe2 - Assassincross_Bottom2 Script: | - bonus bAtkRate,5; - bonus bCritAtkRate,15; + bonus bDelayrate,-5; - Combos: - Combo: - Guillotinecross_Robe2 @@ -15582,8 +15709,9 @@ Body: Script: | bonus bBaseAtk,20; bonus bAspd,2; - bonus2 bSkillAtk,"SJ_FALLINGSTAR",min(BaseLevel,180)/15*2; - autobonus3 "{ bonus2 bSkillAtk,\"SJ_FALLINGSTAR\",20; }",1000,60000,"SJ_FLASHKICK"; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",min(BaseLevel,180)/15*2; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",min(BaseLevel,180)/15*2; + autobonus3 "{ bonus2 bSkillAtk,\"SJ_FALLINGSTAR_ATK\",20; bonus2 bSkillAtk,\"SJ_FALLINGSTAR_ATK2\",20; }",1000,60000,"SJ_FLASHKICK"; - Combos: - Combo: - Boost_Soul_Rod @@ -15684,7 +15812,7 @@ Body: Script: | bonus bBaseAtk,20; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",min(BaseLevel,180)/15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",min(BaseLevel,180)/15; autobonus3 "{ bonus2 bSkillAtk,\"WM_SEVERE_RAINSTORM\",20; }",1000,60000,"AC_CONCENTRATION"; - Combos: - Combo: @@ -15720,7 +15848,8 @@ Body: Script: | bonus bAspd,2; bonus bCritAtkRate,10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",min(BaseLevel,180)/15*2; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",min(BaseLevel,180)/15*2; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",min(BaseLevel,180)/15*2; autobonus3 "{ bonus2 bSkillAtk,\"AB_DUPLELIGHT\",20; }",1000,60000,"PR_MAGNIFICAT"; - Combos: - Combo: @@ -15846,16 +15975,22 @@ Body: autobonus3 "{ bonus2 bSkillAtk,\"RL_FIRE_RAIN\",35; }",1000,60000,"RL_RICHS_COIN"; - Combos: - Combo: - - Phantom_Cap - - Ultio_Spes_OS + - Comp_Phantom_Cap # 15959 + - Ultio_Spes_OS # 16089 + - Combo: + - Ultio_Spes_OS # 16089 + - Phantom_Cap # 400044 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus bVariableCastrate,-3*(.@r/2); - Combos: - Combo: - - Phantom_Cap - - Rutilus_Stick_OS + - Comp_Phantom_Cap # 15959 + - Rutilus_Stick_OS # 26151 + - Combo: + - Rutilus_Stick_OS # 26151 + - Phantom_Cap # 400044 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus bMatk,30; @@ -15863,8 +15998,11 @@ Body: bonus2 bSkillAtk,"SP_SWHOO",4*(.@r/2); - Combos: - Combo: - - Phantom_Cap - - ElectricFox_OS + - Comp_Phantom_Cap # 15959 + - ElectricFox_OS # 26164 + - Combo: + - ElectricFox_OS # 26164 + - Phantom_Cap # 400044 Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"SU_CN_METEOR",-1000; @@ -15874,7 +16012,7 @@ Body: - Gray_W_Boots - Gray_W_Suits Script: | - bonus2 bAddClass,Class_All,7; + bonus bAtkRate,7; - Combos: - Combo: - Auto_Leg_A @@ -16125,7 +16263,8 @@ Body: - S_Duplelight_Shoes Script: | .@sum = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); - bonus2 bSkillAtk,"AB_DUPLELIGHT",.@sum; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",.@sum; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",.@sum; - Combos: - Combo: - S_Adoramus_Weapon @@ -16217,7 +16356,7 @@ Body: - S_Rainstorm_Shoes Script: | .@sum = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",.@sum/2; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",.@sum/2; - Combos: - Combo: - S_Arrowvulcan_Weapon @@ -16288,7 +16427,7 @@ Body: - S_Chain_Earing Script: | .@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",.@sum; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",.@sum; - Combos: - Combo: - S_Shadowspell_Weapon @@ -16402,7 +16541,7 @@ Body: - S_Crazy_Earing Script: | .@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R); - bonus2 bSkillAtk,"GN_CRAZYWEED",.@sum; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",.@sum; - Combos: - Combo: - S_Chain_Press_Weapon @@ -16441,7 +16580,7 @@ Body: bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-500; bonus3 bAutoSpell,"RK_IGNITIONBREAK",max(3,getskilllv("RK_IGNITIONBREAK")),1; bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -16479,7 +16618,7 @@ Body: - S_Booster_Pandent Script: | bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -16499,7 +16638,7 @@ Body: - S_Booster_Pandent Script: | bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -16520,7 +16659,7 @@ Body: - S_Booster_Pandent Script: | bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -16569,7 +16708,7 @@ Body: bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-70; bonus bDelayrate,-15; bonus bVariableCastrate,-10; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_CRIMSONROCK",15; - Combos: - Combo: @@ -16581,16 +16720,16 @@ Body: - S_Booster_Pandent Script: | bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-70; bonus2 bSkillCooldown,"SO_DIAMONDDUST",-4000; bonus2 bMagicAtkEle,Ele_All,10; - bonus2 bMagicAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; - bonus2 bSkillAtk,"WL_CRIMSONROCK",15; + bonus2 bSkillAtk,"SO_DIAMONDDUST",15; - Combos: - Combo: - S_AB_B_Weapon @@ -16601,9 +16740,10 @@ Body: - S_Booster_Pandent Script: | bonus2 bSkillAtk,"AB_ADORAMUS",15; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; - bonus2 bMagicAddSize,Size_All,10; - bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; + bonus2 bMagicAddSize,Size_All,15; + bonus2 bAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Holy,10; bonus2 bIgnoreDefRaceRate,RC_All,70; bonus2 bIgnoreMdefRaceRate,RC_All,70; @@ -16623,7 +16763,7 @@ Body: Script: | bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-7500; bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -16642,7 +16782,7 @@ Body: - S_Booster_Pandent Script: | bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -16670,7 +16810,7 @@ Body: bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-70; bonus bLongAtkRate,15; bonus bVariableCastrate,-10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; - Combos: - Combo: @@ -16912,6 +17052,7 @@ Body: Script: | .@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_ARMOR); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",.@sum; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",.@sum; - Combos: - Combo: - S_S_Weapon @@ -16960,6 +17101,7 @@ Body: Script: | bonus2 bSubRace,RC_Undead,getequiprefinerycnt(EQI_GARMENT); bonus2 bAddEle,Ele_Dark,getequiprefinerycnt(EQI_HAND_L); + bonus2 bMagicAddEle,Ele_Dark,getequiprefinerycnt(EQI_HAND_L); - Combos: - Combo: - Sharel_Manteau @@ -16967,6 +17109,7 @@ Body: Script: | bonus2 bSubRace,RC_Demon,getequiprefinerycnt(EQI_GARMENT); bonus2 bAddEle,Ele_Fire,getequiprefinerycnt(EQI_HAND_L); + bonus2 bMagicAddEle,Ele_Fire,getequiprefinerycnt(EQI_HAND_L); - Combos: - Combo: - Rental_SupperSwimsuit @@ -16974,6 +17117,7 @@ Body: Script: | bonus bVariableCastrate,-30; bonus bFlee2,15; + bonus2 bExpAddRace,RC_Fish,5; - Combos: - Combo: - True_Hunting_Mail @@ -17110,22 +17254,32 @@ Body: - Combo: - General_Helmet_ - Quadrille_C + - Combo: + - Quadrille_ + - General_Helmet_ Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SR_TIGERCANNON",7*(.@r_weapon/2); - Combos: - Combo: - - FaceWorm_Breath - - FaceWorm_Skin + - FaceWorm_Breath # 19268 + - FaceWorm_Skin # 20717 - Combo: - - FaceWorm_Breath - - FaceWorm_Skin_ + - FaceWorm_Breath # 19268 + - FaceWorm_Skin_ # 20718 + - Combo: + - aegis_15958 # 15958 + - FaceWorm_Skin # 20717 + - Combo: + - aegis_15958 # 15958 + - FaceWorm_Skin_ # 20718 Script: | bonus bBaseAtk,5*(readparam(bStr)/20); bonus bAspdRate,3*(readparam(bAgi)/20); bonus2 bSubEle,Ele_Neutral,(readparam(bVit)/20); bonus bVariableCastrate,-4*(readparam(bInt)/20); bonus bCritAtkRate,3*(readparam(bLuk)/20); + bonus bLongAtkRate,readparam(bDex)/20; - Combos: - Combo: - Rental_Scuba_Mask @@ -17135,6 +17289,7 @@ Body: bonus bAspdRate,15; bonus2 bCriticalAddRace,RC_Fish,30; bonus2 bAddRace,RC_Fish,25; + bonus2 bMagicAddRace,RC_Fish,25; bonus bDefEle,Ele_Water; - Combos: - Combo: @@ -17152,7 +17307,7 @@ Body: - Leather_Of_Tendrilion Script: | .@r_garment = getequiprefinerycnt(EQI_GARMENT); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",7*(.@r_garment/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",7*(.@r_garment/2); - Combos: - Combo: - Classical_Fhat @@ -17200,6 +17355,9 @@ Body: - Combo: - Subject_Aura - Manteau_Of_Fallen + - Combo: + - Subject_Aura + - Manteau_Of_Fallen_ Script: | bonus bBaseAtk,5*(readparam(bStr)/30); bonus bAspdRate,3*(readparam(bAgi)/30); @@ -17217,6 +17375,7 @@ Body: .@r_shield = getequiprefinerycnt(EQI_HAND_L); bonus2 bSubRace,RC_Dragon,.@r_garment; bonus2 bAddEle,Ele_Holy,.@r_shield; + bonus2 bMagicAddEle,Ele_Holy,.@r_shield; - Combos: - Combo: - Poison_Manteau @@ -17226,6 +17385,7 @@ Body: .@r_shield = getequiprefinerycnt(EQI_HAND_L); bonus2 bSubRace,RC_Plant,.@r_garment; bonus2 bAddEle,Ele_Poison,.@r_shield; + bonus2 bMagicAddEle,Ele_Poison,.@r_shield; - Combos: - Combo: - Rouban_Manteau @@ -17235,6 +17395,7 @@ Body: .@r_shield = getequiprefinerycnt(EQI_HAND_L); bonus2 bSubRace,RC_Insect,.@r_garment; bonus2 bAddEle,Ele_Wind,.@r_shield; + bonus2 bMagicAddEle,Ele_Wind,.@r_shield; - Combos: - Combo: - Rental_Oxygen_Bomb @@ -17260,18 +17421,22 @@ Body: bonus bVariableCastrate,-10; - Combos: - Combo: + - Sigrun's_Wing - Violet_Halo - - Dark_Blindfold - - Dark_Blindfold_C - Script: | - bonus bDelayrate,-6; - - Combos: - Combo: - - Violet_Halo - - Sigrun's_Wing_C - Sigrun's_Wing_ + - Violet_Halo Script: | bonus bCritAtkRate,14; + - Combos: + - Combo: + - Dark_Blindfold + - Violet_Halo + - Combo: + - Dark_Blindfold_ + - Violet_Halo + Script: | + bonus bDelayrate,-6; - Combos: - Combo: - Violet_Halo @@ -17338,9 +17503,11 @@ Body: - Noble_Cross Script: | bonus bMatk,30; - bonus2 bSkillAtk,"AB_DUPLELIGHT",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40; if (getequiprefinerycnt(EQI_HAND_R) >= 10) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; } - Combos: - Combo: @@ -17384,6 +17551,7 @@ Body: - Sombre_Manteau Script: | bonus2 bAddEle,Ele_Dark,5; + bonus2 bMagicAddEle,Ele_Dark,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17399,6 +17567,7 @@ Body: - Sol_Manteau Script: | bonus2 bAddEle,Ele_Earth,5; + bonus2 bMagicAddEle,Ele_Earth,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17413,7 +17582,7 @@ Body: - Ramor_Shoes - Ramor_Manteau Script: | - bonus2 bAddEle,Ele_Undead,5; + bonus2 bAddRace,RC_Undead,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17429,6 +17598,7 @@ Body: - Sharel_Manteau Script: | bonus2 bAddEle,Ele_Fire,5; + bonus2 bMagicAddEle,Ele_Fire,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17444,6 +17614,7 @@ Body: - Flow_Manteau Script: | bonus2 bAddEle,Ele_Water,5; + bonus2 bMagicAddEle,Ele_Water,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17459,6 +17630,7 @@ Body: - Lumiere_Manteau Script: | bonus2 bAddEle,Ele_Holy,5; + bonus2 bMagicAddEle,Ele_Holy,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17474,6 +17646,7 @@ Body: - Rouban_Manteau Script: | bonus2 bAddEle,Ele_Wind,5; + bonus2 bMagicAddEle,Ele_Wind,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17489,6 +17662,7 @@ Body: - Poison_Manteau Script: | bonus2 bAddEle,Ele_Poison,5; + bonus2 bMagicAddEle,Ele_Poison,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; @@ -17539,6 +17713,11 @@ Body: - Para_Team_Ring115D - Para_Team_Armor115 - Para_Team_Necklace115D + Script: | + bonus bMatk,40; + bonus2 bSubEle,Ele_Neutral,-4; + bonus2 bSubEle,Ele_All,4; + - Combos: - Combo: - Para_Team_Ring130D - Para_Team_Armor130 @@ -17547,18 +17726,24 @@ Body: bonus2 bSubEle,Ele_Neutral,-4; bonus2 bSubEle,Ele_All,4; bonus bMatk,40; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Ring115D - Para_Team_Boots115 - Para_Team_Necklace115D + Script: | + bonus bDelayrate,-6; + bonus bVariableCastrate,-6; + - Combos: - Combo: - Para_Team_Ring130D - Para_Team_Boots130 - Para_Team_Necklace130D Script: | - bonus bDelayrate,-6; bonus bVariableCastrate,-6; + bonus bDelayrate,-6; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Ring145D @@ -17568,18 +17753,26 @@ Body: bonus2 bSubEle,Ele_Neutral,-5; bonus2 bSubEle,Ele_All,5; bonus bMatk,50; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - Para_Team_Ring145D - Para_Team_Boots145 - Para_Team_Necklace145D + Script: | + bonus bVariableCastrate,-8; + bonus bDelayrate,-8; + bonus2 bExpAddRace,RC_All,2; + - Combos: - Combo: - Para_Team_Ring160D - Para_Team_Boots160 - Para_Team_Necklace160D Script: | - bonus bDelayrate,-8; bonus bVariableCastrate,-8; + bonus bDelayrate,-8; + bonus2 bExpAddRace,RC_All,2; + bonus bSpeedRate,25; - Combos: - Combo: - Para_Team_Ring160D @@ -17590,6 +17783,7 @@ Body: bonus2 bSubEle,Ele_All,5; bonus bMatk,50; bonus bNoCastCancel; + bonus2 bExpAddRace,RC_All,2; - Combos: - Combo: - RKC_2017_Ring @@ -17615,8 +17809,11 @@ Body: bonus bVariableCastrate,-10; - Combos: - Combo: - - Clock_Casket_RD - - Beam_Claymore_OS + - Comp_Clock_Casket_RD # 15961 + - Beam_Claymore_OS # 21047 + - Combo: + - Beam_Claymore_OS # 21047 + - Clock_Casket_RD # 400021 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bCritical,10; @@ -17624,89 +17821,121 @@ Body: bonus2 bMagicAddSize,Size_Large,4*(.@r_weapon/2); - Combos: - Combo: - - Clock_Casket_RD - - Meuchler_OS + - Comp_Clock_Casket_RD # 15961 + - Meuchler_OS # 28038 + - Combo: + - Meuchler_OS # 28038 + - Clock_Casket_RD # 400021 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",4*(.@r_weapon/2); - Combos: - Combo: - - Clock_Casket_RD - - Circuit_Board_OS + - Comp_Clock_Casket_RD # 15961 + - Circuit_Board_OS # 28629 + - Combo: + - Circuit_Board_OS # 28629 + - Clock_Casket_RD # 400021 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"SJ_SOLARBURST",4*(.@r_weapon/2); - Combos: - Combo: - - Ignis_CapK - - Saphir_Hall_OS + - Comp_Ignis_CapK # 15963 + - Saphir_Hall_OS # 16088 + - Combo: + - Saphir_Hall_OS # 16088 + - Ignis_CapK # 400022 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"GN_CARTCANNON",4*(.@r_weapon/2); - Combos: - Combo: - - Ignis_CapK - - Virtual_Bow_OS + - Comp_Ignis_CapK # 15963 + - Virtual_Bow_OS # 18178 + - Combo: + - Virtual_Bow_OS # 18178 + - Ignis_CapK # 400022 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"RA_ARROWSTORM",-2500; bonus2 bWeaponDamageRate,W_BOW,7*(.@r_weapon/2); - Combos: - Combo: - - Ignis_CapK - - Blasti_OS + - Comp_Ignis_CapK # 15963 + - Blasti_OS # 28136 + - Combo: + - Blasti_OS # 28136 + - Ignis_CapK # 400022 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bMaxHPrate,5; bonus2 bSubSize,Size_Small,3*(.@r_weapon/2); - bonus2 bMagicSubSize,Size_Small,3*(.@r_weapon/2); - Combos: - Combo: - - Scorpio_Diadem_K - - Cannon_Rapier_OS + - Cannon_Rapier_OS # 13493 + - Comp_Scorpio_Diadem_K # 15960 + - Combo: + - Cannon_Rapier_OS # 13493 + - Scorpio_Diadem_K # 400059 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus2 bSkillAtk,"LG_RAYOFGENESIS",4*(.@r_weapon/2); - Combos: - Combo: - - Scorpio_Diadem_K - - Ultio_Spes_OS + - Comp_Scorpio_Diadem_K # 15960 + - Ultio_Spes_OS # 16089 + - Combo: + - Ultio_Spes_OS # 16089 + - Scorpio_Diadem_K # 400059 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus2 bSkillAtk,"AB_JUDEX",3*(.@r_weapon/2); - Combos: - Combo: - - Scorpio_Diadem_K - - Rutilus_Stick_OS + - Comp_Scorpio_Diadem_K # 15960 + - Rutilus_Stick_OS # 26151 + - Combo: + - Rutilus_Stick_OS # 26151 + - Scorpio_Diadem_K # 400059 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bMatk,30; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3*(.@r_weapon/2); - Combos: - Combo: - - Sagittarius_DiademK - - Burning_Knuckle_OS + - Burning_Knuckle_OS # 1862 + - Comp_Sagi_DiademK # 15964 + - Combo: + - Burning_Knuckle_OS # 1862 + - Sagittarius_DiademK # 400061 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; bonus bLongAtkRate,3*(.@r_weapon/2); - Combos: - Combo: - - Sagittarius_DiademK - - Saphir_Hall_OS + - Comp_Sagi_DiademK # 15964 + - Saphir_Hall_OS # 16088 + - Combo: + - Saphir_Hall_OS # 16088 + - Sagittarius_DiademK # 400061 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bVariableCastrate,-10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(.@r_weapon/2); - Combos: - Combo: - - Sagittarius_DiademK - - HR_S55_OS + - Comp_Sagi_DiademK # 15964 + - HR_S55_OS # 28253 + - Combo: + - HR_S55_OS # 28253 + - Sagittarius_DiademK # 400061 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,5; @@ -17821,7 +18050,7 @@ Body: - Egirnion_Manteau Script: | bonus bMatkRate,5; - bonus2 bAddClass,Class_All,5; + bonus bAtkRate,5; bonus2 bExpAddRace,RC_Fish,20; bonus2 bExpAddRace,RC_DemiHuman,20; bonus2 bAddRace,RC_Fish,50; @@ -17869,7 +18098,7 @@ Body: Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bAddSize,Size_All,10; - bonus2 bSkillAtk,"GN_CRAZYWEED",10*.@r_weapon; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",10*.@r_weapon; - Combos: - Combo: - BioWeapon_Helm_GN @@ -17913,7 +18142,7 @@ Body: Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*.@r_weapon; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*.@r_weapon; - Combos: - Combo: - BioWeapon_Helm_WM @@ -17938,7 +18167,8 @@ Body: Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bAddSize,Size_All,10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",10*.@r_weapon; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10*.@r_weapon; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10*.@r_weapon; - Combos: - Combo: - BioWeapon_Helm_AB @@ -18074,11 +18304,15 @@ Body: Script: | .@sum = getequiprefinerycnt(EQI_HEAD_MID)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT); bonus2 bAddRace,RC_All,7; + bonus2 bAddRace,RC_Player_Human,-7; + bonus2 bAddRace,RC_Player_Doram,-7; if (.@sum >= 14) { bonus bBaseAtk,80; } if (.@sum >= 18) { bonus2 bAddRace,RC_All,7; + bonus2 bAddRace,RC_Player_Human,-7; + bonus2 bAddRace,RC_Player_Doram,-7; bonus bAspd,1; } if (.@sum >= 22) { @@ -18091,15 +18325,20 @@ Body: - Temporal_M_Luk Script: | .@sum = getequiprefinerycnt(EQI_HEAD_MID)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT); - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; if (.@sum >= 14) { bonus bBaseAtk,80; } if (.@sum >= 18) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; bonus bCritAtkRate,12; } if (.@sum >= 22) { + bonus bShortAtkRate,10; bonus bLongAtkRate,10; } - Combos: @@ -18146,7 +18385,6 @@ Body: .@r_armor = getequiprefinerycnt(EQI_ARMOR); bonus2 bSubRace,RC_Fish,10+.@r_armor; bonus2 bSubRace,RC_DemiHuman,10+.@r_armor; - bonus2 bSubRace,RC_Player_Human,10+.@r_armor; - Combos: - Combo: - Elemental_BootsK @@ -18211,12 +18449,10 @@ Body: - Sin_Necklace_R - Sin_Ring_R Script: | + bonus bDelayrate,-5; bonus bFixedCast,-300; bonus2 bAddRace,RC_Angel,15; bonus2 bAddRace,RC_Dragon,15; - bonus2 bSubRace,RC_Angel,10; - bonus2 bSubRace,RC_Dragon,10; - bonus bDelayrate,-5; - Combos: - Combo: - Sin_Necklace_E @@ -18653,6 +18889,13 @@ Body: - Rebeginer_Manteau - Rebeginer_Boots - Rebeginer_Ring + - Combo: + - Rebeginer_GN_Sword + - Rebeginer_Suits + - Rebeginer_Cap + - Rebeginer_Manteau + - Rebeginer_Boots + - Rebeginer_Ring Script: | bonus bBaseAtk,3*(min(BaseLevel,150)/10); bonus bLongAtkRate,5; @@ -18969,7 +19212,7 @@ Body: .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bMatkRate,2; if (.@sum >= 18) { - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-100; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-100; } @@ -18981,7 +19224,7 @@ Body: .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMatkRate,2; if (.@sum >= 18) { - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-100; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-100; } @@ -19163,6 +19406,7 @@ Body: - S_2Para_Pendant - S_2Para_GC_Weapon Script: | + bonus bAspd,2; bonus bCritical,10; bonus bShortAtkRate,15; bonus bLongAtkRate,15; @@ -19210,8 +19454,8 @@ Body: bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-50; bonus bVariableCastrate,-10; bonus bDelayrate,-15; - bonus2 bMagicAddEle,Ele_All,15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bMagicAtkEle,Ele_All,15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_CRIMSONROCK",15; bonus2 bSkillAtk,"WL_EARTHSTRAIN",15; bonus2 bSkillAtk,"WL_SOULEXPANSION",15; @@ -19253,7 +19497,8 @@ Body: bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; bonus2 bMagicAtkEle,Ele_All,15; bonus2 bSkillAtk,"AB_ADORAMUS",15; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bSkillAtk,"PR_MAGNUS",15; - Combos: @@ -19315,7 +19560,7 @@ Body: bonus2 bMagicAtkEle,Ele_All,15; bonus2 bSkillAtk,"WM_METALICSOUND",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; - Combos: - Combo: - S_2Para_Shield @@ -19452,8 +19697,9 @@ Body: - S_Nihil_Card - S_Spica_Card Script: | - bonus2 bMagicAddRace,RC_Brute,7; bonus2 bMagicAddSize,Size_Small,7; + bonus2 bMagicAddRace,RC_Brute,7; + bonus2 bMagicAddRace,RC_Player_Doram,7; - Combos: - Combo: - S_Kathryn_Card @@ -19469,6 +19715,8 @@ Body: - S_Jurgen_Card Script: | bonus2 bAddSize,Size_Small,7; + bonus2 bAddRace,RC_Brute,7; + bonus2 bAddRace,RC_Player_Doram,7; - Combos: - Combo: - S_Issac_Card @@ -19532,8 +19780,10 @@ Body: - Crow_Duke_Card Script: | if (BaseJob == Job_Sage) { - bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30; bonus2 bSkillAtk,"MG_FIREBOLT",30; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30; + bonus2 bSkillAtk,"MG_COLDBOLT",30; + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30; } - Combos: - Combo: @@ -19608,7 +19858,16 @@ Body: if (getequiprefinerycnt(EQI_HAND_R) >= 7 && getequiprefinerycnt(EQI_HAND_L) >= 7) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",10; if (.@sum >= 18) { - bonus2 bMagicAddRace,RC_All,20; + bonus2 bMagicAddRace,RC_Plant,20; + bonus2 bMagicAddRace,RC_Undead,20; + bonus2 bMagicAddRace,RC_Formless,20; + bonus2 bMagicAddRace,RC_Angel,20; + bonus2 bMagicAddRace,RC_Dragon,20; + bonus2 bMagicAddRace,RC_Fish,20; + bonus2 bMagicAddRace,RC_Insect,20; + bonus2 bMagicAddRace,RC_Brute,20; + bonus2 bMagicAddRace,RC_Demon,20; + bonus2 bMagicAddRace,RC_DemiHuman,20; if (.@sum >= 22) { bonus bDelayrate,-5; bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000; @@ -19662,7 +19921,16 @@ Body: bonus bMatkRate,10; bonus bAspd,2; if (.@sum >= 18) { - bonus2 bMagicAddRace,RC_All,20; + bonus2 bMagicAddRace,RC_Plant,20; + bonus2 bMagicAddRace,RC_Undead,20; + bonus2 bMagicAddRace,RC_Formless,20; + bonus2 bMagicAddRace,RC_Angel,20; + bonus2 bMagicAddRace,RC_Dragon,20; + bonus2 bMagicAddRace,RC_Fish,20; + bonus2 bMagicAddRace,RC_Insect,20; + bonus2 bMagicAddRace,RC_Brute,20; + bonus2 bMagicAddRace,RC_Demon,20; + bonus2 bMagicAddRace,RC_DemiHuman,20; if (.@sum >= 22) { bonus bDelayrate,-10; bonus bVariableCastrate,-15; @@ -19729,17 +19997,23 @@ Body: bonus2 bSPLossRate,50,1000; - Combos: - Combo: - - Celine_Dress - - Evilspirit_Gloves + - Celine_Dress # 450179 + - Evilspirit_Gloves # 2980 + - Combo: + - Evilspirit_Gloves # 2980 + - aegis_15484 # 15484 Script: | bonus2 bMagicAddSize,Size_All,15; - bonus bPerfectHitRate,10; + bonus bPerfectHitAddRate,10; bonus bMatkRate,10; autobonus "{ bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; }",1,10000,BF_WEAPON; - Combos: - Combo: - - Celine_Dress - - Celines_Ribbon + - Celine_Dress # 450179 + - Celines_Ribbon # 18849 + - Combo: + - aegis_15484 # 15484 + - Celines_Ribbon # 18849 Script: | .@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bMagicAtkEle,Ele_Ghost,.@sum; @@ -19754,8 +20028,11 @@ Body: } - Combos: - Combo: - - Celine_Dress - - Celine_Brooch_K + - Celine_Dress # 450179 + - Celine_Brooch_K # 32237 + - Combo: + - aegis_15484 # 15484 + - Celine_Brooch_K # 32237 Script: | .@sum = getequiprefinerycnt(EQI_ARMOR); bonus bMatk,10*.@r; @@ -19820,19 +20097,12 @@ Body: - Combo: - Supper_Swimsuit_K - Scuba_Mask - Script: | - bonus bVariableCastrate,-10; - bonus bFlee2,10; - - Combos: - - Combo: - - Scuba_Mask_K - - Oxygen_Bomb_K - Combo: - Scuba_Mask_K - Supper_Swimsuit_K Script: | - bonus2 bCriticalAddRace,RC_Fish,50; - bonus bAspdRate,10; + bonus bVariableCastrate,-10; + bonus bFlee2,10; - Combos: - Combo: - STR3DEX @@ -19900,8 +20170,8 @@ Body: - Flow_Shield Script: | bonus2 bSubRace,RC_Brute,getequiprefinerycnt(EQI_GARMENT); - bonus2 bSubRace,RC_Player_Doram,getequiprefinerycnt(EQI_GARMENT); bonus2 bAddEle,Ele_Water,getequiprefinerycnt(EQI_HAND_L); + bonus2 bMagicAddEle,Ele_Water,getequiprefinerycnt(EQI_HAND_L); - Combos: - Combo: - Ramor_Manteau @@ -19909,6 +20179,7 @@ Body: Script: | bonus2 bSubRace,RC_DemiHuman,getequiprefinerycnt(EQI_GARMENT); bonus2 bAddEle,Ele_Undead,getequiprefinerycnt(EQI_HAND_L); + bonus2 bMagicAddEle,Ele_Undead,getequiprefinerycnt(EQI_HAND_L); - Combos: - Combo: - Little_Fhat @@ -20011,7 +20282,7 @@ Body: - Labyrinth_Bapho_Card - Diva_Spear Script: | - bonus2 bAddClass,Class_All,10; + bonus bAtkRate,10; bonus bSplashRange,1; - Combos: - Combo: @@ -20179,7 +20450,7 @@ Body: - Labyrinth_Dop_Card Script: | bonus bAspdRate,10; - bonus2 bAddClass,Class_All,10; + bonus bAtkRate,10; - Combos: - Combo: - Angel_Egg @@ -20206,14 +20477,14 @@ Body: - Bell_Pigeon - Angelic_Chain Script: | - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; - Combos: - Combo: - Bloody_Iron_Ball_ - Lora_Iron_Ball Script: | .@time = 5000 + max(getequiprefinerycnt(EQI_SHOES)-4,0)*1000; - autobonus "{ bonus2 bIgnoreDefRaceRate,RC_All,100; }",5,.@time,BF_NORMAL; + autobonus "{ bonus bIgnoreDefRace,RC_All; }",5,.@time,BF_NORMAL; - Combos: - Combo: - Fallen_Angel_feather @@ -20654,7 +20925,7 @@ Body: - S_Helmut_Card - S_Skia_Card Script: | - bonus2 bAddRace,RC_All,3; + bonus bAtkRate,3; - Combos: - Combo: - Heaven_Cage @@ -21003,7 +21274,7 @@ Body: Script: | bonus bDelayrate,-10; bonus bPAtk,3; - bonus bSmatk,3; + bonus bSMatk,3; - Combos: - Combo: - Range_Robe_D @@ -21080,7 +21351,7 @@ Body: - Warlock_Bottom3 - Warlock_Robe Script: | - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; - Combos: - Combo: - Royalguard_Top3 # 310887 @@ -21093,13 +21364,13 @@ Body: - Combos: - Combo: - Royalguard_Top3 - - RoyalGuard_Robe2 + - Royalguard_Robe2 Script: | - bonus2 bSkillUseSPrate,"LG_RAYOFGENESIS",15; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; - Combos: - Combo: - Royalguard_Bottom3 - - RoyalGuard_Robe2 + - Royalguard_Robe2 Script: | bonus2 bMagicAddSize,Size_All,15; - Combos: @@ -21206,7 +21477,7 @@ Body: - Garden_Of_Eden Script: | bonus bMaxHPrate,50; - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; - Combos: - Combo: - Fairy_Of_Eden @@ -21302,7 +21573,7 @@ Body: - Release_Of_Magic Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; } - Combos: - Combo: @@ -21333,7 +21604,7 @@ Body: - Release_Of_Magic Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; } - Combos: - Combo: @@ -21349,7 +21620,7 @@ Body: Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { skill "MG_FIREWALL",10; - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; } - Combos: - Combo: @@ -21364,7 +21635,7 @@ Body: - Release_Of_Magic Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) { - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; } - Combos: - Combo: @@ -21529,6 +21800,7 @@ Body: bonus bVariableCastrate,-10; bonus2 bSkillCooldown,"SJ_DOCUMENT",-20000; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_SOLARBURST",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; @@ -21568,7 +21840,7 @@ Body: - S_Booster_Pandent Script: | bonus2 bIgnoreDefRaceRate,RC_All,70; - bonus2 bIgnoreMDefRaceRate,RC_All,70; + bonus2 bIgnoreMdefRaceRate,RC_All,70; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70; @@ -21665,7 +21937,16 @@ Body: - Thanos_Axe_AD Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddRace,RC_Undead,15; + bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddRace,RC_Insect,15; + bonus2 bAddRace,RC_Fish,15; + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Angel,15; + bonus2 bAddRace,RC_Dragon,15; bonus2 bSkillAtk,"NC_AXETORNADO",12*(.@r_weapon/2); - Combos: - Combo: @@ -21681,7 +21962,16 @@ Body: - Thanos_Bow_AD # 700029 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus bAtkRate,10; + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddRace,RC_Undead,10; + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddRace,RC_Insect,10; + bonus2 bAddRace,RC_Fish,10; + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_DemiHuman,10; + bonus2 bAddRace,RC_Angel,10; + bonus2 bAddRace,RC_Dragon,10; bonus2 bSkillAtk,"SN_SHARPSHOOTING",10*(.@r_weapon/2); - Combos: - Combo: @@ -21693,14 +21983,23 @@ Body: Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,10; - bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",10*(.@r_weapon/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r_weapon/2); - Combos: - Combo: - Thanos_Helm_3 - Thanos_Staff_AD Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus2 bMagicAddRace,RC_All,10; + bonus2 bMagicAddRace,RC_Plant,10; + bonus2 bMagicAddRace,RC_Undead,10; + bonus2 bMagicAddRace,RC_Formless,10; + bonus2 bMagicAddRace,RC_Angel,10; + bonus2 bMagicAddRace,RC_Dragon,10; + bonus2 bMagicAddRace,RC_Fish,10; + bonus2 bMagicAddRace,RC_Insect,10; + bonus2 bMagicAddRace,RC_Brute,10; + bonus2 bMagicAddRace,RC_Demon,10; + bonus2 bMagicAddRace,RC_DemiHuman,10; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",10*(.@r_weapon/2); - Combos: - Combo: @@ -21742,7 +22041,8 @@ Body: .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",10*(.@r_weapon/2); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10*(.@r_weapon/2); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10*(.@r_weapon/2); - Combos: - Combo: - Survive_Circlet_K_LT @@ -21852,9 +22152,11 @@ Body: bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Holy,10; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"CD_ARBITRIUM",7*(.@r_weapon/3); bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",7*(.@r_weapon/3); bonus2 bSkillAtk,"AB_ADORAMUS",5*(.@r_weapon/3); if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_ARBITRIUM",15; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",15; } - Combos: @@ -21864,7 +22166,8 @@ Body: Script: | bonus bShortAtkRate,10; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"AB_DUPLELIGHT",5*(.@r_weapon/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",5*(.@r_weapon/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",5*(.@r_weapon/3); - Combos: - Combo: - Viva_Adul_Hat_AB2 @@ -21873,7 +22176,8 @@ Body: bonus bShortAtkRate,10; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"CD_PETITIO",7*(.@r_weapon/3); - bonus2 bSkillAtk,"AB_DUPLELIGHT",5*(.@r_weapon/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",5*(.@r_weapon/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",5*(.@r_weapon/3); if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"CD_PETITIO",15; } @@ -22130,7 +22434,7 @@ Body: - ST_Orleans_Glove Script: | bonus bVariableCastrate,-5; - bonus bSmatk,2; + bonus bSMatk,2; if (getequiprefinerycnt(EQI_HAND_L) >= 9) { bonus bVariableCastrate,-5; bonus bSpl,1; @@ -22218,14 +22522,11 @@ Body: - Combos: - Combo: - Cvt_Physical_Wing - - Victory_Wing_Ear + - Victory_Wing_Ear_ Script: | bonus bDelayrate,-15; bonus bAtkRate,7; - Combos: - - Combo: - - Cvt_Physical_Wing - - Battle_Processor - Combo: - Cvt_Physical_Wing - Battle_Processor_ @@ -22235,22 +22536,19 @@ Body: bonus bAtkRate,7; - Combos: - Combo: + - Deepblue_Sunglasses_ - Cvt_Physical_Wing - - Deepblue_Sunglasses Script: | bonus bVariableCastrate,-15; bonus bAtkRate,7; - Combos: - Combo: - Cvt_Magical_Wing - - Victory_Wing_Ear + - Victory_Wing_Ear_ Script: | bonus bDelayrate,-15; bonus bMatkRate,7; - Combos: - - Combo: - - Cvt_Magical_Wing - - Battle_Processor - Combo: - Cvt_Magical_Wing - Battle_Processor_ @@ -22259,8 +22557,8 @@ Body: bonus bMatkRate,7; - Combos: - Combo: + - Deepblue_Sunglasses_ - Cvt_Magical_Wing - - Deepblue_Sunglasses Script: | bonus bVariableCastrate,-15; bonus bMatkRate,7; @@ -22348,13 +22646,13 @@ Body: - Star_Robe_Of_Spl Script: | bonus2 bMagicAtkEle,Ele_All,5; - bonus bSmatk,2; + bonus bSMatk,2; - Combos: - Combo: - Signet_Of_Wis_Star - Star_Robe_Of_Wis Script: | - bonus bHplus,2; + bonus bHPlus,2; bonus bHealPower,10; - Combos: - Combo: @@ -22364,12 +22662,14 @@ Body: bonus2 bMagicAddSize,Size_All,15; if (getequiprefinerycnt(EQI_HAND_R) >= 10) { bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; } @@ -22385,7 +22685,7 @@ Body: bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; @@ -22431,7 +22731,7 @@ Body: bonus2 bSkillAtk,"IG_CROSS_RAIN",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"IG_CROSS_RAIN",10; } @@ -22477,7 +22777,7 @@ Body: bonus2 bSkillAtk,"CD_FRAMEN",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"CD_FRAMEN",10; } @@ -22486,6 +22786,10 @@ Body: - Rough_Core - Dark_Blindfold - Violet_Halo + - Combo: + - Dark_Blindfold_ + - Violet_Halo + - Rough_Core Script: | bonus bDelayrate,-5; if (getequiprefinerycnt(EQI_GARMENT) >= 7) { @@ -22499,6 +22803,10 @@ Body: - Rough_Core - Sigrun's_Wing - Violet_Halo + - Combo: + - Sigrun's_Wing_ + - Violet_Halo + - Rough_Core Script: | bonus bShortAtkRate,5; if (getequiprefinerycnt(EQI_GARMENT) >= 7) { @@ -22574,7 +22882,7 @@ Body: bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; } @@ -22674,7 +22982,7 @@ Body: bonus2 bSkillAtk,"EM_VENOM_SWAMP",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"EM_TERRA_DRIVE",10; bonus2 bSkillAtk,"EM_VENOM_SWAMP",10; @@ -22691,7 +22999,7 @@ Body: bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; @@ -22710,7 +23018,7 @@ Body: bonus2 bSkillAtk,"TR_METALIC_FURY",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"TR_METALIC_FURY",10; } @@ -22767,7 +23075,7 @@ Body: - Master_Soul_Rifle_LT # 810009 - Hero_Boots_LT # 470094 Script: | - bonus bSmatk,2; + bonus bSMatk,2; bonus bMatkRate,10; - Combos: - Combo: @@ -22841,17 +23149,6 @@ Body: Script: | bonus bPAtk,2; bonus bAtkRate,10; - - Combos: - - Combo: - - Solid_Dagger - - Wicked_Edge - Script: | - .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus bMatk,200; - bonus2 bSkillAtk,"SS_SEKIENHOU",5*(.@r_weapon/2); - bonus2 bSkillAtk,"SS_REIKETSUHOU",5*(.@r_weapon/2); - bonus2 bSkillAtk,"SS_ANTENPOU",7*(.@r_weapon/3); - bonus2 bMagicAtkEle,Ele_All,3*(.@r_weapon/4); - Combos: - Combo: - Dragonic_Slayer_LT @@ -22907,7 +23204,7 @@ Body: bonus bAspdRate,6*(.@a/40); if (.@a >= 120) { bonus bFlee,100; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",50; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",50; bonus2 bSkillAtk,"SC_TRIANGLESHOT",50; } } @@ -22972,11 +23269,11 @@ Body: } if (.@eq >= 7 && .@weapon >= 8) { bonus2 bAddClass,Class_Boss,20; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",8; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",8; } if (.@eq >= 7 && .@weapon >= 10) { bonus2 bAddClass,Class_Boss,30; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",12; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",12; } - Combos: - Combo: @@ -23088,20 +23385,20 @@ Body: - S_M_Spell_Weapon - S_M_Spell_Shield Script: | - bonus bSmatk,3; + bonus bSMatk,3; - Combos: - Combo: - S_Concentration_Weapon - S_Concentration_Shield Script: | bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; - Combos: - Combo: - S_Wisdom_Weapon - S_Wisdom_Shield Script: | - bonus bMres,30; + bonus bMRes,30; - Combos: - Combo: - S_Stamina_Weapon @@ -23113,8 +23410,8 @@ Body: - S_Creative_Weapon - S_Creative_Shield Script: | - bonus bCrate,2; - bonus bHplus,2; + bonus bCRate,2; + bonus bHPlus,2; - Combos: - Combo: - S_R_Bearers_Armor @@ -23221,7 +23518,7 @@ Body: Script: | bonus bLongAtkRate,10; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5*(.@r_weapon/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*(.@r_weapon/3); - Combos: - Combo: - Viva_Adul_Hat_WM2 @@ -23233,7 +23530,7 @@ Body: bonus bLongAtkRate,10; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",7*(.@r_weapon/3); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5*(.@r_weapon/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*(.@r_weapon/3); if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",15; } @@ -23541,6 +23838,7 @@ Body: bonus bShortAtkRate,10; .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",5*(.@r_weapon/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",5*(.@r_weapon/3); - Combos: - Combo: - Viva_Adul_Hat_SJ2 @@ -23550,6 +23848,7 @@ Body: .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SKE_STAR_CANNON",7*(.@r_weapon/3); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",5*(.@r_weapon/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",5*(.@r_weapon/3); if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SKE_STAR_CANNON",15; } @@ -23629,18 +23928,20 @@ Body: .@r = getequiprefinerycnt(EQI_GARMENT); bonus bVariableCastrate,-10; if (@r >= 7) { - bonus2 bMagicAddEle,Ele_Holy,15; bonus2 bAddEle,Ele_Holy,15; - bonus2 bMagicAddEle,Ele_Dark,15; bonus2 bAddEle,Ele_Dark,15; + bonus2 bMagicAddEle,Ele_Holy,15; + bonus2 bMagicAddEle,Ele_Dark,15; if (@r >= 9) { bonus2 bAddRace,RC_Angel,15; - bonus2 bMagicAddRace,RC_Angel,15; bonus2 bAddRace,RC_Dragon,15; + bonus2 bMagicAddRace,RC_Angel,15; bonus2 bMagicAddRace,RC_Dragon,15; if (@r >= 11) { - bonus2 bSubSize,Size_Medium,15; - bonus2 bSubSize,Size_Large,15; + bonus2 bAddSize,Size_Medium,15; + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Large,15; } } } @@ -23652,10 +23953,12 @@ Body: - Thanatos_Sword - Blue_Mental_Pendant Script: | - bonus bMatk,50; bonus bBaseAtk,50; - bonus2 bSubSize,Size_Medium,15; - bonus2 bSubSize,Size_Large,15; + bonus bMatk,50; + bonus2 bAddSize,Size_Medium,15; + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Large,15; - Combos: - Combo: - Hero_Token_MT @@ -23844,7 +24147,7 @@ Body: bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bSMatk,5; bonus bSpl,5; bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",10; bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",10; @@ -23874,26 +24177,27 @@ Body: bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_All,15; if (getequiprefinerycnt(EQI_HAND_R) >= 10) { + bonus bLongAtkRate,10; bonus2 bMagicAtkEle,Ele_All,10; - bonus2 bMagicAtkEle,Ele_Earth,10; - bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",10; + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; } if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) { - bonus bSmatk,5; + bonus bPow,5; + bonus bPAtk,5; bonus bSpl,5; - bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; + bonus bSMatk,5; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",10; + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; } - Combos: - Combo: - Fog_Dew_Sword_LT - Sharp_Wind_Sword - - Combo: - - Fog_Dew_Sword_LT - - Comp_Sharp_Wind_Sword Script: | .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L); + bonus bBaseAtk,15*(.@sum/3); + bonus bAtkRate,4*(.@sum/5); if (BaseLevel >= 210) { bonus bPAtk,1; bonus bPow,2; @@ -23902,8 +24206,12 @@ Body: bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",35; if (.@sum >= 16) { - skill "OB_ZANGETSU",getskilllv("KG_KAGEHUMI"); - skill "KG_KAGEHUMI",getskilllv("OB_ZANGETSU"); + .@a = getskilllv("OB_ZANGETSU"); + .@b = getskilllv("KG_KAGEHUMI"); + if (.@a > .@b) + skill "OB_ZANGETSU",.@a; + else + skill "KG_KAGEHUMI",.@b; bonus2 bAddEle,Ele_All,15; if (.@sum >= 18) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",25; @@ -23913,16 +24221,30 @@ Body: } } } - bonus bBaseAtk,15*(.@sum/3); - bonus bAtkRate,4*(.@sum/5); + if (getequipid(EQI_HAND_R) == 510060) + .@g = getenchantgrade(EQI_HAND_R); + else + .@g = getenchantgrade(EQI_HAND_L); + if (.@g >= ENCHANTGRADE_D) { + bonus bAtkRate,3; + if (.@g >= ENCHANTGRADE_C) { + bonus bLongAtkRate,15; + bonus bPAtk,1; + if (.@g >= ENCHANTGRADE_B) { + bonus bPAtk,2; + bonus bPow,3; + } + } + } - Combos: - Combo: - MeawFoxtail_LT # 550067 - Hero_Boots_LT # 470094 Script: | - bonus bSmatk,2; bonus bAtkRate,10; + bonus bPAtk,2; bonus bMatkRate,10; + bonus bSMatk,2; - Combos: - Combo: - RingOfThought_TW # 32245 @@ -24390,6 +24712,7 @@ Body: bonus2 bMagicAddEle,Ele_Earth,9; bonus2 bAddEle,Ele_Earth,9; bonus2 bAddRace,RC_Insect,9; + bonus2 bMagicAddRace,RC_Insect,9; bonus2 bAddSize,Size_Small,9; bonus2 bMagicAddSize,Size_Small,9; - Combos: @@ -24596,13 +24919,15 @@ Body: - Thanos_Whip_AD # 580016 Script: | bonus bLongAtkRate,15; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",12*(getequiprefinerycnt(EQI_HAND_R)/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",12*(getequiprefinerycnt(EQI_HAND_R)/2); - Combos: - Combo: - Thanos_Helm2_LT # 400142 - Thanos_Bow_AD # 700029 Script: | bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; bonus2 bSkillAtk,"SN_SHARPSHOOTING",12*(getequiprefinerycnt(EQI_HAND_R)/2); - Combos: - Combo: @@ -24616,7 +24941,16 @@ Body: - Thanos_Helm3_LT # 400145 - Thanos_Staff_AD # 550023 Script: | - bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Plant,15; + bonus2 bMagicAddRace,RC_Undead,15; + bonus2 bMagicAddRace,RC_Formless,15; + bonus2 bMagicAddRace,RC_Angel,15; + bonus2 bMagicAddRace,RC_Dragon,15; + bonus2 bMagicAddRace,RC_Fish,15; + bonus2 bMagicAddRace,RC_Insect,15; + bonus2 bMagicAddRace,RC_Brute,15; + bonus2 bMagicAddRace,RC_Demon,15; + bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",12*(getequiprefinerycnt(EQI_HAND_R)/2); - Combos: - Combo: @@ -24639,7 +24973,8 @@ Body: Script: | bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_All,15; - bonus2 bSkillAtk,"AB_DUPLELIGHT",12*(getequiprefinerycnt(EQI_HAND_R)/2); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",12*(getequiprefinerycnt(EQI_HAND_R)/2); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",12*(getequiprefinerycnt(EQI_HAND_R)/2); - Combos: - Combo: - Thanos_Helm4_LT # 400151 @@ -25072,11 +25407,12 @@ Body: bonus bAspdRate,5; - Combos: - Combo: - - ProtectRingofKing + - ProtectRingofKing # 28483 - Lich_Lord_Card # 27025 Script: | bonus bAtkRate,5; bonus bMatkRate,5; + autobonus "{ bonus bIgnoreDefClass,Class_All; bonus bIgnoreMdefRace,RC_All; }",30,7000,BF_WEAPON|BF_MAGIC,"{ active_transform 3658,7000; }"; - Combos: - Combo: - Ring_Of_Hunter # 490096 @@ -25201,8 +25537,8 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"RK_WINDCUTTER",15; - bonus2 bSkillAtk,"DK_SERVANTWEAPON",15; - bonus2 bSkillAtk,"DK_SERVANTWEAPON",2*(.@r/2); + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",15; + bonus bShortAtkRate,2*(.@r/2); - Combos: - Combo: - Gray_Melee1 @@ -25228,8 +25564,8 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"RK_WINDCUTTER",20; - bonus2 bSkillAtk,"DK_SERVANTWEAPON",20; - bonus2 bSkillAtk,"DK_SERVANTWEAPON",4*(.@r/2); + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",20; + bonus bShortAtkRate,4*(.@r/2); - Combos: - Combo: - Gray_Melee2 @@ -25255,8 +25591,8 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"RK_WINDCUTTER",25; - bonus2 bSkillAtk,"DK_SERVANTWEAPON",25; - bonus2 bSkillAtk,"DK_SERVANTWEAPON",6*(.@r/2); + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",25; + bonus bShortAtkRate,6*(.@r/2); - Combos: - Combo: - Gray_Melee3 @@ -25305,7 +25641,7 @@ Body: - Thanos_Whip_AD Script: | .@r = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",15; bonus bLongAtkRate,2*(.@r/2); - Combos: @@ -25338,7 +25674,7 @@ Body: - Thanos_Whip_AD Script: | .@r = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",20; bonus bLongAtkRate,4*(.@r/2); - Combos: @@ -25371,7 +25707,7 @@ Body: - Thanos_Whip_AD Script: | .@r = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",25; bonus bLongAtkRate,6*(.@r/2); - Combos: @@ -25400,7 +25736,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",15; + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",15; bonus2 bMagicAtkEle,Ele_All,2*(.@r/2); - Combos: - Combo: @@ -25428,7 +25764,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20; - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",20; + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",20; bonus2 bMagicAtkEle,Ele_All,4*(.@r/2); - Combos: - Combo: @@ -25456,7 +25792,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",25; + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",25; bonus2 bMagicAtkEle,Ele_All,6*(.@r/2); - Combos: - Combo: @@ -25464,7 +25800,8 @@ Body: - Thanos_Hammer_AD Script: | .@r = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus2 bSkillAtk,"CD_PETITIO",15; bonus bLongAtkRate,2*(.@r/2); - Combos: @@ -25491,7 +25828,8 @@ Body: - Thanos_Hammer_AD Script: | .@r = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; bonus2 bSkillAtk,"CD_PETITIO",20; bonus bLongAtkRate,4*(.@r/2); - Combos: @@ -25518,7 +25856,8 @@ Body: - Thanos_Hammer_AD Script: | .@r = getequiprefinerycnt(EQI_HAND_R); - bonus2 bSkillAtk,"AB_DUPLELIGHT",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; bonus2 bSkillAtk,"CD_PETITIO",25; bonus bLongAtkRate,6*(.@r/2); - Combos: @@ -25599,7 +25938,7 @@ Body: - Scarlet_Ribbon_J # 26218 Script: | bonus2 bSkillAtk,"CG_ARROWVULCAN",2*BaseLevel; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",2*(BaseLevel/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*(BaseLevel/3); - Combos: - Combo: - Virtue_Particles_Shoes # 470034 @@ -25700,7 +26039,7 @@ Body: - Crimson_Rose_Stick_J # 26168 Script: | bonus2 bSkillAtk,"WL_CRIMSONROCK",BaseLevel/5; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",2*(BaseLevel/5); + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",2*(BaseLevel/5); - Combos: - Combo: - Disappointment_P_Shoes # 470091 @@ -25790,7 +26129,7 @@ Body: - Wind_Gale_J # 18197 Script: | bonus2 bSkillAtk,"AC_SHOWER",4*BaseLevel; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",BaseLevel/2; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",BaseLevel/2; - Combos: - Combo: - Discord_Particles_Shoes # 470030 @@ -26109,11 +26448,13 @@ Body: - Bell_Pigeon_J # 19321 - Valhalla_Idol_ # 19110 Script: | - bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",10,50+(readparam(bStr)/18),0; - bonus bMagicAtkDef,5; - bonus2 bIgnoreMdefRaceRate,RC_All,5*(readparam(bLuk)/18); - bonus bBaseAtk,25; - bonus2 bIgnoreDefRaceRate,RC_All,5; + .@a = (readparam(bStr)/18); + .@b = (readparam(bLuk)/18); + bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",10,50,0; + bonus bMatkRate,5*.@a; + bonus2 bIgnoreMdefRaceRate,RC_All,5*.@a; + bonus bBaseAtk,25*.@b; + bonus2 bIgnoreDefRaceRate,RC_All,5*.@b; - Combos: - Combo: - Jasper_Ring # 490113 @@ -26238,6 +26579,9 @@ Body: - Combo: - Isabella_Blue_Ear # 18910 - Isabella_Carrot # 420000 + - Combo: + - Isabella_Blue_Ear # 18910 + - aegis_420135 # 420135 Script: | if (getequiprefinerycnt(EQI_HEAD_TOP) >= 9) bonus2 bAddSize,Size_Medium,6; @@ -26245,6 +26589,9 @@ Body: - Combo: - Isabella_Red_Ear # 18908 - Isabella_Carrot # 420000 + - Combo: + - Isabella_Red_Ear # 18908 + - aegis_420135 # 420135 Script: | if (getequiprefinerycnt(EQI_HEAD_TOP) >= 9) bonus bAspdRate,6; @@ -26252,6 +26599,9 @@ Body: - Combo: - Isabella_Brown_Ear # 18909 - Isabella_Carrot # 420000 + - Combo: + - Isabella_Brown_Ear # 18909 + - aegis_420135 # 420135 Script: | if (getequiprefinerycnt(EQI_HEAD_TOP) >= 9) { bonus2 bSubRace,RC_DemiHuman,6; @@ -26325,7 +26675,7 @@ Body: - Goddess_of_Abundance # 311073 - Sealed_Atroce_Card_J # 300330 Script: | - bonus2 bAddClass,Class_All,15; + bonus bAtkRate,15; autobonus "{ bonus bAspdRate,30; }",5,30000,0,"{}"; - Combos: - Combo: @@ -26431,7 +26781,7 @@ Body: - Moaning_of_EvilSpirits # 470112 - Goddess_of_Abundance # 311073 Script: | - bonus2 bMagicAddRace,RC_Player_Human,50; + bonus2 bMagicAddRace,RC_Player_Doram,50; - Combos: - Combo: - Sealed_F_Bishop_Card_J # 300334 @@ -26445,7 +26795,7 @@ Body: - Moaning_of_EvilSpirits # 470112 - Goddess_of_Abundance # 311073 Script: | - bonus2 bMagicAddRace,RC_Player_Human,20; + bonus2 bMagicAddRace,RC_Player_Doram,20; - Combos: - Combo: - Moaning_of_EvilSpirits # 470112 @@ -27492,7 +27842,6 @@ Body: bonus bLongAtkRate,15; bonus2 bMagicAtkEle,Ele_All,15; skill "PA_SHIELDCHAIN",5; - skill "PF_DOUBLECASTING",5; bonus2 bSkillAtk,"RG_BACKSTAP",20; bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",20; bonus2 bSkillAtk,"PA_SHIELDCHAIN",20; @@ -27518,8 +27867,13 @@ Body: bonus2 bSkillAtk,"SC_FATALMENACE",20; - Combos: - Combo: - - S_SNV_Weapon # 24684 - - SN_B_Wand # 550079 + - S_Booster_Armor + - S_Booster_Shield + - S_Booster_Shoes + - S_Booster_Earing + - S_Booster_Pandent + - S_SNV_Weapon + - SN_B_Wand Script: | skill "SO_PSYCHIC_WAVE",3; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20; @@ -27564,7 +27918,7 @@ Body: - aegis_311466 # 311466 - Soulreaper_Robe # 29654 Script: | - bonus bUseSPrate,-15; + bonus2 bSkillUseSPrate,"SP_SPA",15; - Combos: - Combo: - aegis_311467 # 311467 @@ -27695,12 +28049,25 @@ Body: - Kuroiro_AD # 510066 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); - bonus2 bMagicAtkEle,Ele_Fire,7; - bonus2 bMagicAtkEle,Ele_Water,7; - bonus2 bMagicAtkEle,Ele_Wind,7; - bonus2 bSkillAtk,"NJ_KOUENKA",5*(.@r_weapon/2); - bonus2 bSkillAtk,"NJ_HYOUSENSOU",5*(.@r_weapon/2); - bonus2 bSkillAtk,"NJ_HUUJIN",5*(.@r_weapon/2); + .@r_shield = getequiprefinerycnt(EQI_HAND_L); + if (getequipid(EQI_HAND_L) == 510066) { + .@r_left = .@r_shield/2; + } + if (getequipid(EQI_HAND_R) == 510066) { + .@r_right = .@r_weapon/2; + } + if (getequipid(EQI_HAND_L) == 510066 && getequipid(EQI_HAND_R) == 510066) { + .@val = 14; + } + else { + .@val = 7; + } + bonus2 bMagicAtkEle,Ele_Fire,.@val; + bonus2 bMagicAtkEle,Ele_Water,.@val; + bonus2 bMagicAtkEle,Ele_Wind,.@val; + bonus2 bSkillAtk,"NJ_KOUENKA",5*(.@r_left+.@r_right); + bonus2 bSkillAtk,"NJ_HYOUSENSOU",5*(.@r_left+.@r_right); + bonus2 bSkillAtk,"NJ_HUUJIN",5*(.@r_left+.@r_right); - Combos: - Combo: - Large_Sorcerer_Crown_LT # 400263 @@ -27725,7 +28092,7 @@ Body: Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-500; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5*(.@r_weapon/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*(.@r_weapon/2); - Combos: - Combo: - Stripe_Hat_LT # 400264 @@ -27797,6 +28164,7 @@ Body: - Beam_Claymore_AD # 600028 Script: | .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000; bonus2 bSkillAtk,"RK_IGNITIONBREAK",7*(.@r_weapon/2); - Combos: - Combo: @@ -27928,6 +28296,9 @@ Body: - Combo: - aegis_480197 # 480197 - Victory_Wing_Ear # 400001 + - Combo: + - aegis_480197 + - Victory_Wing_Ear_ Script: | bonus bDelayrate,-15; bonus bCritAtkRate,7; @@ -27935,6 +28306,9 @@ Body: - Combo: - aegis_480197 # 480197 - Battle_Processor # 410016 + - Combo: + - aegis_480197 + - Battle_Processor_ Script: | bonus bLongAtkRate,5; bonus bShortAtkRate,5; @@ -27943,6 +28317,9 @@ Body: - Combo: - aegis_480197 # 480197 - Deepblue_Sunglasses # 410079 + - Combo: + - Deepblue_Sunglasses_ + - aegis_480197 Script: | bonus bVariableCastrate,-15; bonus bCritAtkRate,7; @@ -27963,6 +28340,7 @@ Body: Script: | bonus bSta,(readparam(bVit)/30); bonus bMaxHPrate,20; + bonus2 bSubEle,Ele_Earth,10; - Combos: - Combo: - Ice_Rune_Hood # 480232 @@ -28079,6 +28457,12 @@ Body: - Combo: - aegis_28973 # 28973 - Dark_Blindfold_ # 18609 + - Combo: + - aegis_28974 # 28974 + - Dark_Blindfold # 5104 + - Combo: + - aegis_28974 # 28974 + - Dark_Blindfold_ # 18609 Script: | bonus bVariableCastrate,-5; bonus2 bMagicAddRace,RC_All,5; @@ -28095,6 +28479,7 @@ Body: - 2021RTC_Headset_TW # 400164 Script: | .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSubRace,RC_DemiHuman,1+2*(.@r/3); bonus2 bSubRace,RC_Player_Human,1+2*(.@r/3); bonus2 bSubRace,RC_Player_Doram,1+2*(.@r/3); bonus bDelayrate,-1-.@r/3; @@ -28122,7 +28507,7 @@ Body: Script: | bonus bDex,3; bonus bMdef,20; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",50; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",50; - Combos: - Combo: - Arcana # 29585 @@ -28345,7 +28730,7 @@ Body: Script: | bonus bStr,2; bonus bLuk,2; - bonus bPerfectHitRate,10; + bonus bPerfectHitAddRate,10; bonus2 bSkillAtk,"SU_SVG_SPIRIT",50; - Combos: - Combo: @@ -28751,7 +29136,7 @@ Body: - Kings_Bless_A # 510043 - Kings_Eager_A # 510044 Script: | - bonus bPerfectHitRate,100; + bonus bPerfectHitAddRate,100; bonus2 bSubRace,RC_Player_Human,20; - Combos: - Combo: @@ -29146,7 +29531,7 @@ Body: - ShadowChaser_Card_J # 27066 - Murderous_Grudge # 29724 Script: | - bonus bPerfectHitRate,30; + bonus bPerfectHitAddRate,30; bonus2 bSubEle,Ele_Neutral,50; - Combos: - Combo: @@ -29154,7 +29539,7 @@ Body: - ShadowChaser_Card_J # 27066 - Murderous_Grudge # 29724 Script: | - bonus bPerfectHitRate,-30; + bonus bPerfectHitAddRate,-30; bonus2 bSubEle,Ele_Neutral,-50; - Combos: - Combo: @@ -29162,7 +29547,7 @@ Body: - ShadowChaser_Card_J # 27066 - Murderous_Grudge # 29724 Script: | - bonus bPerfectHitRate,-30; + bonus bPerfectHitAddRate,-30; bonus2 bSubEle,Ele_Neutral,-50; - Combos: - Combo: @@ -29337,7 +29722,7 @@ Body: - aegis_450222 # 450222 - Murderous_Grudge # 29724 Script: | - bonus bPerfectHitRate,25; + bonus bPerfectHitAddRate,25; - Combos: - Combo: - Grave_Amon_Ra_Card # 4652 @@ -29633,18 +30018,36 @@ Body: - Combo: - aegis_15948 # 15948 - Orc_Hero_Card # 4143 + - Combo: + - aegis_15948 # 15948 + - Sealed_Orc_Hero_Card # 4492 + - Combo: + - aegis_15949 # 15949 + - Orc_Hero_Card # 4143 + - Combo: + - aegis_15949 # 15949 + - Sealed_Orc_Hero_Card # 4492 Script: | bonus bBaseAtk,50; if (BaseLevel>=170) bonus bBaseAtk,50; - Combos: - Combo: - - aegis_15948 # 15948 + - aegis_15950 # 15950 + - Orc_Hero_Card # 4143 + - Combo: + - aegis_15950 # 15950 + - Sealed_Orc_Hero_Card # 4492 + - Combo: + - aegis_15951 # 15951 + - Orc_Hero_Card # 4143 + - Combo: + - aegis_15951 # 15951 - Sealed_Orc_Hero_Card # 4492 Script: | - bonus bBaseAtk,50; + bonus bBaseAtk,30; if (BaseLevel>=170) - bonus bBaseAtk,50; + bonus bBaseAtk,30; - Combos: - Combo: - Temporal_Ring_TW # 490030 @@ -29686,6 +30089,15 @@ Body: - Combo: - aegis_490265 # 490265 - aegis_420134 # 420134 + - Combo: + - aegis_490266 # 490266 + - aegis_420134 # 420134 + - Combo: + - aegis_490265 # 490265 + - aegis_420136 # 420136 + - Combo: + - aegis_490266 # 490266 + - aegis_420136 # 420136 Script: | bonus bMatk,30; bonus bVariableCastrate,-5; @@ -29771,7 +30183,7 @@ Body: - aegis_510088 # 510088 Script: | bonus bShortAtkRate,15; - bonus bLongAtkDef,-7; + bonus bLongAtkRate,-7; bonus bAspdRate,15; bonus bHit,-25; - Combos: @@ -29784,7 +30196,7 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Water,15; - bonus bDelayrate,7; + bonus bDelayrate,-7; bonus bMaxSPrate,15; - Combos: - Combo: @@ -29873,7 +30285,7 @@ Body: - Loard_Circlet # 5007 - Gossip_Raven # 18913 Script: | - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; - Combos: - Combo: - WindHawk_Snip_Ring # 490284 @@ -30028,7 +30440,7 @@ Body: - Old_Dying_Swan # 18981 Script: | bonus bLongAtkRate,15; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",30; - Combos: - Combo: - Record_Acher2_TW # 490198 @@ -30041,7 +30453,7 @@ Body: - Record_Acher2_TW # 490198 - B_Shecil_Card # 4367 Script: | - bonus2 bMagicAddClass,Class_All,35; + bonus2 bAddClass,Class_Boss,35; - Combos: - Combo: - Record_Acher2_TW # 490198 @@ -30701,8 +31113,8 @@ Body: - aegis_311923 # 311923 - aegis_311924 # 311924 Script: | - bonus bRes,20; - bonus bMRes,20; + bonus bRes,10; + bonus bMRes,10; - Combos: - Combo: - Whike_Black_Tail # 2855 @@ -30903,7 +31315,7 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",20; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20; - Combos: - Combo: - Imperial_Ring_BR # 28515 @@ -31141,6 +31553,7 @@ Body: - Justice_Power # 312014 - Saint_Bringer # 550088 Script: | + bonus2 bSkillAtk,"CD_ARBITRIUM",20; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",20; bonus2 bSkillAtk,"CD_FRAMEN",15; - Combos: @@ -31169,6 +31582,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"CD_FRAMEN",4*.@r; + bonus2 bSkillAtk,"CD_ARBITRIUM",5*.@r; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",5*.@r; if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_B) { bonus2 bSkillAtk,"CD_FRAMEN",10; @@ -31340,6 +31754,7 @@ Body: - Dark_Angel_Ray_Bow # 700066 Script: | bonus2 bSkillAtk,"ABC_FRENZY_SHOT",20; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",15; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",15; - Combos: - Combo: @@ -31359,8 +31774,10 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"ABC_FRENZY_SHOT",5*.@r; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",4*.@r; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",4*.@r; if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",10; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",10; } - Combos: @@ -31416,6 +31833,7 @@ Body: - Justice_Power # 312014 - Light_Power_Spark # 580038 Script: | + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",20; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",20; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",15; - Combos: @@ -31454,6 +31872,7 @@ Body: Script: | .@r = getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",4*.@r; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",5*.@r; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",5*.@r; if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_B) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; @@ -32050,7 +32469,7 @@ Body: - Grace_Severe_Suit # 450092 Script: | skill "RA_UNLIMIT",5; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",BaseLevel/2; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",BaseLevel/2; UnEquipScript: | sc_end SC_UNLIMIT; - Combos: @@ -32657,9 +33076,9 @@ Body: - Ein_SAFETY_PENDL # 32249 - Ein_SAFETY_EPAULL # 32251 Script: | - bonus bFixedCastrate,-300; + bonus bFixedCast,-300; bonus bDelayrate,-7; - bonus2 bSubSize,Size_All,3; + bonus2 bWeaponSubSize,Size_All,3; - Combos: - Combo: - Runaway_Accelerator # 400047 @@ -32744,7 +33163,7 @@ Body: - Runaway_Accelerator # 400047 - Improve_Orb_Fix # 29541 Script: | - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; - Combos: - Combo: - Runaway_Accelerator # 400047 @@ -33224,7 +33643,7 @@ Body: - Glittering_Cat_Choker # 490149 - Runaway_Magic # 4876 Script: | - if (BaseJob == Job_Summoner) { + if (BaseJob == Job_Summoner) { skill "MG_FIREWALL",10; bonus bNoKnockback; } @@ -34951,7 +35370,7 @@ Body: Script: | bonus2 bHPRegenRate,1500,5000; bonus2 bSPRegenRate,15,5000; - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; - Combos: - Combo: - aegis_29725 # 29725 @@ -35071,12 +35490,12 @@ Body: bonus2 bSkillAtk,"KN_BOWLINGBASH",50; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Gray_W_Suits # 450177 - Gray_W_Manteau # 480091 - Gray_W_Boots # 470087 - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Gray_W_Robe # 450178 - Gray_W_Muffler # 480090 - Gray_W_Shoes # 470088 @@ -35085,165 +35504,165 @@ Body: bonus2 bResEff,Eff_Freeze,10000; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Gray_W_Pendant # 490106 - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Gray_W_Ring # 490107 Script: | bonus bAtkRate,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Gray_W_Earing # 490108 - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Gray_W_Necklace # 490109 Script: | bonus bMatkRate,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Str_1 # 310478 Script: | bonus bStr,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Agi_1 # 310480 Script: | bonus bAgi,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Vit_1 # 310482 Script: | bonus bVit,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Int_1 # 310481 Script: | bonus bInt,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Dex_1 # 310479 Script: | bonus bDex,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_luk_1 # 310483 Script: | bonus bLuk,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Str_2 # 310484 Script: | bonus bPow,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Vit_2 # 310488 Script: | bonus bSta,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Agi_2 # 310486 Script: | bonus bWis,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Int_2 # 310487 Script: | bonus bSpl,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Dex_2 # 310485 Script: | bonus bCon,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_luk_2 # 310489 Script: | bonus bCrt,15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Def_1 # 310496 Script: | bonus bDef,300; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Mdef_1 # 310497 Script: | bonus bMdef,30; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Speed_2 # 310571 Script: | bonus bMaxHPrate,10; bonus bMaxSPrate,10; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Speed_1 # 310567 Script: | bonus bAspdRate,10; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Caster_1 # 310568 Script: | bonus bVariableCastrate,-15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_S_Delay # 310515 Script: | bonus bDelayrate,-15; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Robust_1 # 310597 Script: | bonus bBaseAtk,BaseLevel; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Robust_2 # 310598 Script: | bonus bMatk,BaseLevel; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_War_2 # 310506 Script: | bonus2 bIgnoreDefRaceRate,RC_All,50; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Mag_2 # 310507 Script: | bonus2 bIgnoreMdefRaceRate,RC_All,50; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_Caster_2 # 310572 Script: | bonus bMaxHPrate,10; bonus bMaxSPrate,10; - Combos: - Combo: - - aegis_400409 # 400409 + - Wild_Beast # 400409 - Wolf_Orb_F_Cast_1 # 310600 Script: | bonus bFixedCastrate,-70; @@ -35509,13 +35928,13 @@ Body: - aegis_300387 # 300387 - Inteligence10 # 4719 Script: | - bonus2 bIgnoreMdefRaceRate,RC_All,100; + bonus bIgnoreMDefRace,RC_All; - Combos: - Combo: - aegis_300386 # 300386 - Strength10 # 4709 Script: | - bonus2 bIgnoreDefRaceRate,RC_All,100; + bonus bIgnoreDefRace,RC_All; - Combos: - Combo: - aegis_300456 # 300456 @@ -35524,14 +35943,14 @@ Body: bonus bVariableCastrate,-5; - Combos: - Combo: - - aegis_300457 # 300457 + - Grey_Icewind_Card - aegis_300455 # 300455 Script: | .@r_shoes = getequiprefinerycnt(EQI_SHOES); bonus2 bAddSize,Size_Large,10+3*(.@r_shoes/2); - Combos: - Combo: - - aegis_300458 # 300458 + - Icewind_Card - aegis_300455 # 300455 Script: | .@r_shoes = getequiprefinerycnt(EQI_SHOES); @@ -35651,6 +36070,9 @@ Body: - Combo: - Heart_Ace_Melee # 420210 - aegis_410232 # 410232 + - Combo: + - Gambler_Seal_KR_ + - Heart_Ace_Melee Script: | bonus bShortAtkRate,10; bonus bAtkRate,5; @@ -36135,7 +36557,7 @@ Body: Script: | bonus bDef,2; bonus bAtkRate,4; - if (Class == Job_Lord_Knight ) + if (Class == 4008 || Class == 4054 || Class == 4060 || Class == 4252) bonus bAspdRate,-5; - Combos: - Combo: @@ -37013,40 +37435,40 @@ Body: bonus bAspdRate,4*(.@r_weapon/3); - Combos: - Combo: - - aegis_400109 # 400109 + - Fletus_Tiara_SHC # 400109 - Boitata_Card # 27126 Script: | bonus2 bAddEle,Ele_Poison,40; bonus2 bAddEle,Ele_Water,40; - Combos: - Combo: - - aegis_400109 # 400109 + - Fletus_Tiara_SHC # 400109 - SLD_Boitata_Card # 300195 Script: | bonus2 bAddEle,Ele_Poison,25; bonus2 bAddEle,Ele_Water,25; - Combos: - Combo: - - aegis_400110 # 400110 + - Fletus_Tiara_ABC # 400110 - Berzebub_Card # 4145 Script: | bonus2 bAddClass,Class_Boss,16; - Combos: - Combo: - - aegis_400110 # 400110 + - Fletus_Tiara_ABC # 400110 - Sealed_Berz_Card # 4486 Script: | bonus2 bAddClass,Class_Boss,8; - Combos: - Combo: - - aegis_400111 # 400111 + - VesperHeadGear_ # 400111 - Apocalips_H_Card # 4374 Script: | bonus2 bMagicAddClass,Class_Boss,10; bonus bVariableCastrate,-7; - Combos: - Combo: - - aegis_400111 # 400111 + - VesperHeadGear_ # 400111 - Sealed_Apocalips_H_Card # 4503 Script: | bonus2 bMagicAddClass,Class_Boss,5; @@ -37055,6 +37477,9 @@ Body: - Combo: - Spade_Ace_Melee # 420213 - aegis_410232 # 410232 + - Combo: + - Gambler_Seal_KR_ + - Spade_Ace_Melee Script: | bonus2 bMagicAtkEle,Ele_All,10; bonus bMatkRate,5; @@ -37072,3 +37497,11220 @@ Body: Script: | bonus2 bMagicAddEle,Ele_Holy,10; bonus bMaxSPrate,15; + - Combos: + - Combo: + - aegis_312398 # 312398 + - aegis_311912 # 311912 + Script: | + bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",10; + - Combos: + - Combo: + - aegis_312398 # 312398 + - aegis_311913 # 311913 + Script: | + bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10; + - Combos: + - Combo: + - aegis_312398 # 312398 + - aegis_311914 # 311914 + Script: | + bonus bLongAtkRate,3*getskilllv("SS_SHIMIRU"); + - Combos: + - Combo: + - aegis_312399 # 312399 + - aegis_311915 # 311915 + Script: | + bonus2 bSkillAtk,"SS_SEKIENHOU",10; + - Combos: + - Combo: + - aegis_312399 # 312399 + - aegis_311916 # 311916 + Script: | + bonus bVariableCastrate,-3*getskilllv("SS_TOKEDASU"); + - Combos: + - Combo: + - aegis_312399 # 312399 + - aegis_311917 # 311917 + Script: | + bonus2 bSkillAtk,"SS_RAIDENPOU",10; + - Combos: + - Combo: + - aegis_312400 # 312400 + - aegis_311433 # 311433 + Script: | + bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10; + - Combos: + - Combo: + - aegis_312400 # 312400 + - aegis_311434 # 311434 + Script: | + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",10; + - Combos: + - Combo: + - aegis_312400 # 312400 + - aegis_311435 # 311435 + Script: | + bonus bCRate,getskilllv("SHC_SHADOW_SENSE"); + - Combos: + - Combo: + - aegis_312401 # 312401 + - Archbishop_Top3 # 311356 + Script: | + bonus2 bSkillAtk,"CD_FRAMEN",10; + - Combos: + - Combo: + - aegis_312401 # 312401 + - Archbishop_Middle3 # 311357 + Script: | + bonus2 bMagicAtkEle,Ele_Holy,3*(getskilllv("CD_FIDUS_ANIMUS")/2); + - Combos: + - Combo: + - aegis_312401 # 312401 + - Archbishop_Bottom3 # 311358 + Script: | + bonus2 bSkillAtk,"CD_ARBITRIUM",10; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; + - Combos: + - Combo: + - aegis_312402 # 312402 + - Warlock_Middle # 29469 + Script: | + bonus2 bSkillAtk,"AB_JUDEX",3*getskilllv("NV_TRANSCENDENCE"); + - Combos: + - Combo: + - aegis_312402 # 312402 + - Shadowchaser_Bottom # 29479 + Script: | + bonus2 bSkillAtk,"RK_WINDCUTTER",3*getskilllv("NV_BREAKTHROUGH"); + - Combos: + - Combo: + - aegis_312402 # 312402 + - Paladin_Top # 29517 + Script: | + bonus bMdef,15; + bonus bDef,120; + - Combos: + - Combo: + - aegis_312403 # 312403 + - aegis_312402 # 312402 + Script: | + bonus2 bSkillAtk,"AB_JUDEX",3*getskilllv("NV_TRANSCENDENCE"); + - Combos: + - Combo: + - aegis_312404 # 312404 + - aegis_312402 # 312402 + Script: | + bonus2 bSkillAtk,"RK_WINDCUTTER",3*getskilllv("NV_BREAKTHROUGH"); + - Combos: + - Combo: + - aegis_312405 # 312405 + - aegis_312402 # 312402 + Script: | + bonus bMaxHPrate,15; + - Combos: + - Combo: + - Diamond_Ace_Range # 420220 + - aegis_410232 # 410232 + - Combo: + - Gambler_Seal_KR_ + - Diamond_Ace_Range + Script: | + bonus bLongAtkRate,10; + bonus bAtkRate,5; + - Combos: + - Combo: + - SeeOtter_Fan_LT # 490374 + - FurSeal_Fan_LT # 490375 + Script: | + bonus bAllTraitStats,3; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_312031 # 312031 + Script: | + bonus2 bSkillCooldown,"AG_FROZEN_SLASH",-300; + bonus2 bSkillCooldown,"AG_ROCK_DOWN",-300; + - Combos: + - Combo: + - aegis_490340 # 490340 + - aegis_311883 # 311883 + Script: | + bonus bAtkRate,30; + bonus bMatkRate,30; + skill "MO_CALLSPIRITS",2; + - Combos: + - Combo: + - aegis_312305 # 312305 + - AncientKing_Groza_Card # 27127 + Script: | + autobonus "{ bonus bAllStats,BaseLevel/10; bonus bMaxHPrate,BaseLevel/10; bonus bFlee,10*(BaseLevel/10); bonus bBaseAtk,10*(BaseLevel/10); bonus bMatk,10*(BaseLevel/10); }",10,10000,BF_WEAPON|BF_MAGIC; + - Combos: + - Combo: + - aegis_312305 # 312305 + - Abyss_AncientKing_Card # 27128 + Script: | + bonus2 bHPDrainRate,1000,2; + - Combos: + - Combo: + - aegis_312305 # 312305 + - aegis_490337 # 490337 + Script: | + bonus bAtkRate,BaseLevel/5; + bonus bMatkRate,BaseLevel/5; + bonus bPerfectHitAddRate,25; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_311891 # 311891 + Script: | + bonus2 bSkillFixedCast,"AG_ALL_BLOOM",-1000; + bonus2 bSkillFixedCast,"AG_CRYSTAL_IMPACT",-1000; + bonus2 bSkillFixedCast,"AG_DESTRUCTIVE_HURRICANE",-1000; + bonus2 bSkillFixedCast,"AG_VIOLENT_QUAKE",-1000; + bonus2 bSkillFixedCast,"AG_CRIMSON_ARROW",-1000; + bonus2 bSkillFixedCast,"AG_FROZEN_SLASH",-1000; + bonus2 bSkillFixedCast,"AG_STORM_CANNON",-1000; + bonus2 bSkillFixedCast,"AG_ROCK_DOWN",-1000; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311892 # 311892 + Script: | + bonus2 bSkillCooldown,"ABC_CHAIN_REACTION_SHOT",-300; + bonus2 bSkillCooldown,"ABC_FRENZY_SHOT",-300; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311893 # 311893 + Script: | + bonus2 bSkillCooldown,"IQ_MASSIVE_F_BLASTER",-200; + bonus2 bSkillCooldown,"IQ_EXPOSION_BLASTER",-100; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311894 # 311894 + Script: | + bonus2 bSkillCooldown,"IG_OVERSLASH",-300; + bonus2 bSkillCooldown,"IG_GRAND_JUDGEMENT",-300; + bonus2 bSkillCooldown,"IG_SHIELD_SHOOTING",-300; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311895 # 311895 + Script: | + bonus2 bSkillFixedCast,"WH_CRESCIVE_BOLT",-500; + bonus2 bSkillFixedCast,"WH_GALESTORM",-500; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_311896 # 311896 + Script: | + bonus2 bSkillFixedCast,"EM_CONFLAGRATION",-500; + bonus2 bSkillFixedCast,"EM_DIAMOND_STORM",-500; + bonus2 bSkillFixedCast,"EM_LIGHTNING_LAND",-500; + bonus2 bSkillFixedCast,"EM_TERRA_DRIVE",-500; + bonus2 bSkillFixedCast,"EM_VENOM_SWAMP",-500; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_312037 # 312037 + Script: | + bonus2 bSkillCooldown,"EM_DIAMOND_STORM",-500; + bonus2 bSkillCooldown,"EM_TERRA_DRIVE",-500; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_311897 # 311897 + Script: | + bonus2 bSkillFixedCast,"CD_ARBITRIUM",-500; + bonus2 bSkillFixedCast,"CD_PNEUMATICUS_PROCELLA",-500; + bonus2 bSkillFixedCast,"CD_FRAMEN",-500; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_312038 # 312038 + Script: | + bonus2 bSkillCooldown,"CD_ARBITRIUM",-500; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312304 # 312304 + Script: | + bonus2 bSkillCooldown,"CD_EFFLIGO",-300; + bonus2 bSkillCooldown,"CD_PETITIO",-300; + - Combos: + - Combo: + - Clinging_Doram_1 # 19347 + - Latent_Release_SU # 27402 + Script: | + bonus2 bSubRace,RC_Player_Doram,-12; + bonus2 bSubRace,RC_Player_Human,-12; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311898 # 311898 + Script: | + bonus2 bSkillCooldown,"SHC_SAVAGE_IMPACT",-300; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311899 # 311899 + Script: | + bonus2 bSkillCooldown,"DK_HACKANDSLASHER",-500; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312040 # 312040 + Script: | + bonus2 bSkillCooldown,"DK_MADNESS_CRUSHER",-500; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311900 # 311900 + - Combo: + - Hero # 29509 + - aegis_311901 # 311901 + Script: | + bonus2 bSkillFixedCast,"TR_RHYTHMSHOOTING",-500; + bonus2 bSkillFixedCast,"TR_ROSEBLOSSOM",-500; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311902 # 311902 + Script: | + bonus2 bSkillFixedCast,"BO_ACIDIFIED_ZONE_FIRE",-500; + bonus2 bSkillFixedCast,"BO_ACIDIFIED_ZONE_GROUND",-500; + bonus2 bSkillFixedCast,"BO_ACIDIFIED_ZONE_WATER",-500; + bonus2 bSkillFixedCast,"BO_ACIDIFIED_ZONE_WIND",-500; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312043 # 312043 + Script: | + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_FIRE",-300; + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_GROUND",-300; + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_WATER",-300; + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_WIND",-300; + - Combos: + - Combo: + - Hero # 29509 + - aegis_311903 # 311903 + Script: | + bonus2 bSkillCooldown,"MT_AXE_STOMP",-300; + bonus2 bSkillCooldown,"MT_RUSH_QUAKE",-300; + - Combos: + - Combo: + - Anony_Sm_Shoes # 22178 + - B_Ygnizem_Card # 4352 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + skill "SM_MAGNUM",10; + bonus2 bHPRegenRate,5000,10000; + bonus2 bHPRegenRate,100,10000; + if (BaseLevel >= 100) { + bonus bStr,10*.@r; + bonus bFlee,15*.@r; + } + else if (BaseLevel <= 99) { + bonus bStr,3*.@r; + bonus bFlee,5*.@r; + } + - Combos: + - Combo: + - Anony_Sm_Shoes # 22178 + - Sealed_B_Ygnizem_Card_J # 300318 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus2 bHPRegenRate,1500,10000; + bonus2 bHPRegenRate,30,10000; + if (BaseLevel >= 100) { + bonus bStr,4*.@r; + bonus bFlee,5*.@r; + } + else if (BaseLevel <= 99) { + bonus bStr,.@r; + bonus bFlee,2*.@r; + } + - Combos: + - Combo: + - aegis_480275 # 480275 + - Phreeoni_Card # 4121 + - Combo: + - aegis_480275 # 480275 + - Sealed_Phreeoni_Card # 4537 + Script: | + bonus bFlee,-150; + bonus2 bResEff,Eff_Stone,10000; + bonus bPerfectHitAddRate,50; + - Combos: + - Combo: + - Occult_Nature_Cape # 480276 + - Ep172_Bh_Staff # 640005 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bMagicAtkEle,Ele_Water,20; + bonus2 bMagicAtkEle,Ele_Earth,20; + bonus2 bSkillAtk,"WL_JACKFROST",10*(.@r/2); + bonus2 bSkillAtk,"WL_EARTHSTRAIN",10*(.@r/2); + if (.@r>=13) { + bonus2 bSkillCooldown,"WL_JACKFROST",-3000; + bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-3000; + } + - Combos: + - Combo: + - Occult_Nature_Cape # 480276 + - Ep172_1h_Book2 # 540005 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bMatk,50; + skill "TF_DOUBLE",5; + bonus2 bSkillAtk,"MG_FIREBOLT",10*.@r; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10*.@r; + bonus2 bSkillAtk,"MG_COLDBOLT",10*.@r; + if (.@r>=13) + bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",5,70; + - Combos: + - Combo: + - Hero # 29509 + - aegis_490367 # 490367 + Script: | + bonus2 bAddEle,Ele_All,15; + bonus2 bSkillCooldown,"RA_UNLIMIT",-45000; + UnEquipScript: | + sc_end SC_UNLIMIT; + - Combos: + - Combo: + - Water_Sprits_Armor # 2346 + - SLD_ILL_Ktullanux_Car # 300200 + - Combo: + - Water_Sprits_Armor_ # 2347 + - SLD_ILL_Ktullanux_Car # 300200 + Script: | + bonus3 bAutoSpellWhenHit,"WZ_WATERBALL",3,10; + - Combos: + - Combo: + - Sealed_D_Lord_Card # 4488 + - SLD_P_Dark_L_Card # 300202 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus2 bMagicAtkEle,Ele_Fire,((.@r>=15)?12:8); + bonus2 bSkillAtk,"WZ_METEOR",((.@r>=15)?12:8); + - Combos: + - Combo: + - Magic_Star_TW # 19393 + - Magic_Circle_TW # 420087 + Script: | + bonus bMatkRate,readparam(bStr)/20; + bonus bDelayrate,-(readparam(bAgi)/20); + bonus2 bMagicAddRace,RC_All,readparam(bVit)/20; + bonus2 bMagicAddClass,Class_All,readparam(bInt)/20; + bonus2 bMagicAddSize,Size_All,readparam(bDex)/20; + bonus2 bMagicAddEle,Ele_All,readparam(bLuk)/20; + - Combos: + - Combo: + - Magic_Star_TW # 19393 + - Star_Force_Ring_TW # 32243 + Script: | + bonus bBaseAtk,30; + bonus bMatk,30; + bonus bVariableCastrate,-5; + bonus bFixedCast,-200; + bonus2 bMagicAddClass,Class_Boss,20; + - Combos: + - Combo: + - Star_Force_Ring_TW # 32243 + - Magic_Circle_TW # 420087 + Script: | + bonus bVariableCastrate,-20; + - Combos: + - Combo: + - Sunglasses # 2201 + - SLD_Mob_Scarf # 420089 + - Combo: + - Sunglasses_ # 2202 + - SLD_Mob_Scarf # 420089 + - Combo: + - Glasses # 2203 + - SLD_Mob_Scarf # 420089 + - Combo: + - Glasses_ # 2204 + - SLD_Mob_Scarf # 420089 + Script: | + .@a = (readparam(bStr)+readparam(bLuk))/80; + .@b = (readparam(bAgi)+readparam(bVit))/80; + .@c = (readparam(bInt)+readparam(bDex))/80; + bonus2 bAddClass,Class_All,2*.@a; + bonus bCritical,2*.@a; + bonus bCritAtkRate,4*.@a; + bonus bMatk,40*.@c; + bonus bVariableCastrate,-.@c; + bonus bHealPower,3*.@c; + bonus bAspdRate,2*.@b; + bonus bMaxHPrate,2*.@b; + - Combos: + - Combo: + - C_GreatDevilWing # 20762 + - aegis_480240 # 480241 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus bHPrecovRate,-5; + bonus bSPrecovRate,-5; + if (.@r>=5) + bonus2 bSubEle,Ele_Dark,15+(min(.@r,10)*5); + - Combos: + - Combo: + - Ceila_Card # 4568 + - Tele_WG_Cape # 480242 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus2 bMagicAtkEle,Ele_Wind,10+3*(.@r/2); + if (.@r>=12) + bonus5 bAutoSpell,"SA_VIOLENTGALE",3,10,BF_MAGIC,0; + - Combos: + - Combo: + - Katrinn_Card # 4366 + - Tele_WG_Cape # 480242 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAtkEle,Ele_Ghost,10+3*(.@r/2); + if (.@r>=12) + bonus2 bMagicAddSize,Size_All,15; + - Combos: + - Combo: + - Sealed_M_Flower_Card # 4490 + - SLD_A_Moonlight_Card # 300196 + Script: | + autobonus "{ bonus bFlee2,5; }",20,5000,BF_WEAPON,"{ active_transform 1150,5000; }"; + - Combos: + - Combo: + - 2018_RTC_Cape4_TW # 20926 + - 2019RTC_CeleAura_TW # 400014 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus2 bHPDrainRate,30,10; + if (.@r>=10) { + bonus2 bAddItemSPHealRate,505,30; + bonus2 bAddItemSPHealRate,11572,30; + bonus2 bSPDrainRate,20,1; + } + - Combos: + - Combo: + - 2018_RTC_Cape4_TW # 20926 + - 2017RTCSymbole # 19261 + - 2019RTC_CeleAura_TW # 400014 + Script: | + .@r = (getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT))/3; + bonus bMaxHPrate,10; + bonus bDelayrate,-5; + bonus2 bSubRace,RC_Player_Human,.@r; + bonus2 bSubRace,RC_Player_Doram,.@r; + - Combos: + - Combo: + - 20th_Anniversary_Hat_TW # 400368 + - 20th_Anniversary_TW # 420186 + Script: | + bonus bPAtk,5; + bonus bSMatk,5; + bonus2 bExpAddRace,RC_All,10; + - Combos: + - Combo: + - Shadow_Booster_ # 19126 + - TwinCannon_TW # 420032 + Script: | + bonus bDelayrate,-4; + bonus bAspdRate,5; + bonus bShortAtkRate,8; + bonus bLongAtkRate,8; + - Combos: + - Combo: + - XM_Celine_Kimi_Card # 31023 + - Bloody_Celine_Dress_TW # 450135 + Script: | + autobonus "{ bonus bDelayrate,-50; bonus bMatkRate,25; bonus5 bAutoSpell,\"AB_VITUPERATUM\",1,1000,BF_MAGIC,0; }",20,5000,BF_MAGIC,"{ active_transform 2996,5000; }"; + - Combos: + - Combo: + - Evilspirit_Gloves # 2980 + - Bloody_Celine_Dress_TW # 450135 + Script: | + bonus bMatk,50; + bonus3 bAutoSpell,"WL_SOULEXPANSION",3,20; + bonus5 bAutoSpell,"WL_TELEKINESIS_INTENSE",1,20,BF_MAGIC,0; + - Combos: + - Combo: + - Celines_Ribbon # 18849 + - Bloody_Celine_Dress_TW # 450135 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSubRace,RC_Player_Human,7; + bonus2 bSubRace,RC_Player_Doram,7; + bonus2 bSubRace,RC_DemiHuman,7; + if (.@r>=12) + bonus2 bMagicAddClass,Class_Boss,15; + - Combos: + - Combo: + - Temporal_Armor_TW # 450175 + - Temporal_Cape_TW # 480076 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT); + if (.@r>=22) { + bonus bAtkRate,10; + bonus bMatkRate,10; + bonus bCritAtkRate,8; + } + - Combos: + - Combo: + - Temporal_Boots_TW # 22202 + - Temporal_Armor_TW # 450175 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES); + bonus bBaseAtk,80; + bonus bMatk,80; + if (.@r>=22) { + bonus2 bIgnoreDefRaceRate,RC_Brute,20; + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; + } + - Combos: + - Combo: + - Temporal_Boots_TW # 22202 + - Temporal_Armor_TW # 450175 + - Temporal_Cape_TW # 480076 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES); + if (.@r>=27) + bonus bDelayrate,-5; + if (.@r>=37) + bonus bDelayrate,-8; + - Combos: + - Combo: + - CannonConverter_TW # 32259 + - Scrap_Remodel_Shoes_TW # 470120 + Script: | + bonus bDelayrate,-8; + bonus2 bSkillAtk,"NC_ARMSCANNON",20; + bonus2 bSkillAtk,"GN_CARTCANNON",20; + autobonus3 "{ bonus bLongAtkRate,30; }",30,10000,"NC_ARMSCANNON"; + autobonus3 "{ bonus bLongAtkRate,30; }",30,10000,"GN_CARTCANNON"; + - Combos: + - Combo: + - Xylitol_2011 # 2912 + - Lover_In_Mouth # 18546 + Script: | + bonus2 bAddItemHealRate,529,25; + bonus2 bAddItemHealRate,530,25; + - Combos: + - Combo: + - Lover_In_Mouth # 18546 + - Arquien's_Necklace # 28429 + Script: | + bonus2 bAddMonsterDropItem,529,-200; + bonus2 bAddMonsterDropItem,530,-200; + bonus2 bAddMonsterDropItem,11535,-50; + bonus2 bAddItemHealRate,529,-50; + bonus2 bAddItemHealRate,530,-50; + - Combos: + - Combo: + - Arquien's_Necklace # 48429 + - Scrap_Remodel_Shoes_TW # 470120 + Script: | + bonus bAtkRate,8; + bonus bDelayrate,-8; + autobonus3 "{ bonus bShortAtkRate,30; }",30,10000,"NC_AXETORNADO"; + autobonus3 "{ bonus bShortAtkRate,30; }",30,10000,"GN_CART_TORNADO"; + - Combos: + - Combo: + - Waste_Stove_Card # 4332 + - Scrap_Remodel_Shoes_TW # 470120 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bBaseAtk,50; + bonus2 bSubSize,Size_Medium,8; + bonus2 bSubSize,Size_Large,8; + bonus bLongAtkRate,4*(.@r/3); + bonus bShortAtkRate,4*(.@r/3); + if (BaseJob == Job_Merchant) + bonus bBaseAtk,80; + - Combos: + - Combo: + - Rsx_0806_Card # 4342 + - Scrap_Remodel_Shoes_TW # 470120 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bBaseAtk,100; + bonus2 bSubSize,Size_Medium,10; + bonus2 bSubSize,Size_Large,10; + bonus bLongAtkRate,4*(.@r/2); + bonus bShortAtkRate,4*(.@r/2); + if (BaseJob == Job_Merchant) + bonus bBaseAtk,120; + - Combos: + - Combo: + - Fake_Alloy_Pot # 460030 + - Scrap_Remodel_Shoes_TW # 470120 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_SHOES); + if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { + bonus2 bAddSize,Size_All,3*(.@r/4); + bonus bLongAtkRate,5*(.@r/6); + bonus bShortAtkRate,5*(.@r/6); + if (.@r>=23) { + bonus bNoWalkDelay; + bonus bMaxHPrate,-15; + bonus3 bAutoSpellWhenHit,"CR_ACIDDEMONSTRATION",max(getskilllv("CR_ACIDDEMONSTRATION"),1),400; + bonus3 bAutoSpellWhenHit,"GN_SPORE_EXPLOSION",max(getskilllv("GN_SPORE_EXPLOSION"),1),300; + } + } + - Combos: + - Combo: + - Temporal_Boots_LT_TW # 470183 + - Temporal_Cape_TW_LT # 480312 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES); + bonus bMdef,5; + bonus bFixedCast,-200; + if (.@r>=25) { + if (readparam(bStr)>=108) + bonus bBaseAtk,120; + if (readparam(bAgi)>=108) + bonus bAspd,1; + if (readparam(bVit)>=108) + bonus bDelayrate,-8; + if (readparam(bInt)>=108) + bonus bMatk,120; + if (readparam(bDex)>=108) + bonus bLongAtkRate,15; + if (readparam(bLuk)>=108) + bonus bCritAtkRate,20; + } + - Combos: + - Combo: + - aegis_400344 # 400344 + - C_Rainbow_Wing_Ears # 20010 + - Combo: + - aegis_400345 # 400345 + - C_Rainbow_Wing_Ears # 20010 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSubRace,RC_DemiHuman,2*(min(10,.@r)/2); + bonus2 bSubRace,RC_Player_Human,2*(min(10,.@r)/2); + bonus2 bSubRace,RC_Player_Doram,2*(min(10,.@r)/2); + - Combos: + - Combo: + - aegis_400344 # 400344 + - aegis_480226 # 480226 + - Combo: + - aegis_400345 # 400345 + - aegis_480226 # 480226 + - Combo: + - aegis_400344 # 400344 + - aegis_480227 # 480227 + - Combo: + - aegis_400345 # 400345 + - aegis_480227 # 480227 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus bHPrecovRate,5; + bonus bSPrecovRate,5; + if (.@r>=5) + bonus2 bSubEle,Ele_Holy,15+(min(10,.@r-5)*5); + - Combos: + - Combo: + - Menblatt_Card # 4593 + - aegis_480229 # 480229 + Script: | + bonus bLongAtkRate,-(readparam(bDex)/10); + - Combos: + - Combo: + - Lapine_Shield # 2198 + - Lapine_Pray_Shoes # 470086 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus bDelayrate,-3; + bonus bAspdRate,10; + bonus bFixedCast,-100*(.@r/2); + - Combos: + - Combo: + - KarduiEar # 5966 + - Lapine_Pray_Shoes # 470086 + Script: | + bonus bMatk,30; + bonus2 bSkillCooldown,"WL_COMET",-20000; + - Combos: + - Combo: + - Tree_Of_Sprout_JP # 19299 + - Lapine_Pray_Shoes # 470086 + Script: | + autobonus "{ bonus bInt,150; bonus2 bSPLossRate,100,1000; }",10,1000,BF_MAGIC; + - Combos: + - Combo: + - Nidhogg_Shadow_Card # 4456 + - Lapine_Pray_Shoes # 470086 + Script: | + bonus2 bMagicAddClass,Class_Boss,40; + bonus2 bSubEle,Ele_All,20; + - Combos: + - Combo: + - Dark_Lord_Card # 4168 + - Destroy_World_Boots # 470095 + - Combo: + - Dark_Lord_Card # 4168 + - aegis_470245 # 470245 + - Combo: + - Sealed_D_Lord_Card # 4488 + - aegis_470245 # 470245 + Script: | + bonus bMatk,50; + bonus2 bMagicAddClass,Class_Boss,30; + bonus3 bAutoSpellWhenHit,"WL_COMET",1,30; + autobonus "{ bonus bInt,30; bonus bMatkRate,20; }",50,10000,BF_MAGIC; + - Combos: + - Combo: + - Cursed_Devils_Mail_A # 450188 + - Cursed_Devils_Boots_A # 470096 + - Cursed_Devils_Manteau_A # 480116 + Script: | + bonus2 bSubEle,Ele_All,5; + bonus bLongAtkDef,5; + bonus bMaxHP,66*BaseLevel; + bonus bMaxSP,6*BaseLevel; + - Combos: + - Combo: + - Cursed_Devils_Mail_A # 450188 + - Cursed_Demon_Ring_A # 490140 + Script: | + bonus bMaxHPrate,30; + - Combos: + - Combo: + - Cursed_Devils_Manteau_A # 480116 + - Cursed_Demon_Ring_A # 490140 + Script: | + bonus2 bSubEle,Ele_Ghost,25; + bonus2 bSubEle,Ele_Wind,75; + - Combos: + - Combo: + - Cursed_Devils_Boots_A # 470096 + - Cursed_Demon_Ring_A # 490140 + Script: | + bonus bVariableCastrate,-70; + bonus bDelayrate,-70; + - Combos: + - Combo: + - Emerald_Ring # 28573 + - EC_Boots_TW # 470098 + Script: | + bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; + bonus2 bSkillAtk,"RA_ARROWSTORM",40; + - Combos: + - Combo: + - Emerald_Earring_TW # 28536 + - EC_Boots_TW # 470098 + Script: | + bonus2 bSkillCooldown,"CG_ARROWVULCAN",-700; + bonus2 bSkillAtk,"CG_ARROWVULCAN",20; + bonus bBaseAtk,20*getskilllv("CG_ARROWVULCAN"); + - Combos: + - Combo: + - Zombie_Slaughter_Card # 4435 + - Corruption_Boots # 470129 + Script: | + bonus bMatkRate,5; + bonus2 bMagicAddEle,Ele_All,5; + - Combos: + - Combo: + - Fallen_Bishop_Card # 4441 + - Corruption_Boots # 470129 + Script: | + bonus bSMatk,10; + bonus2 bMagicAddEle,Ele_All,10; + bonus2 bSkillAtk,"CD_FRAMEN",15; + bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-120000; + - Combos: + - Combo: + - Ultio_Spes_OS # 16089 + - Ultio_Cape_TW # 480088 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bMatk,30; + if (.@r>=12) { + bonus2 bSkillCooldown,"AB_ADORAMUS",-500; + bonus2 bIgnoreMdefRaceRate,RC_Demon,15; + bonus2 bIgnoreMdefRaceRate,RC_Undead,15; + } + - Combos: + - Combo: + - Old_Blazing_Soul # 18979 + - Battle_Aura_Manteau_TW # 480149 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SR_EARTHSHAKER",2*.@r; + bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",2*.@r; + bonus2 bSkillCooldown,"SR_EARTHSHAKER",-100*(.@r/2); + bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-100*(.@r/2); + - Combos: + - Combo: + - Ifrit_Card # 4430 + - Battle_Aura_Manteau_TW # 480149 + Script: | + bonus2 bAddRace,RC_DemiHuman,30; + bonus2 bAddRace,RC_Player_Human,30; + bonus2 bAddRace,RC_Player_Doram,30; + bonus2 bAddRace,RC_Demon,40; + bonus2 bAddRace,RC_Angel,40; + bonus2 bSubEle,Ele_Fire,50; + bonus2 bSubEle,Ele_Water,-30; + skill "MO_EXPLOSIONSPIRITS",5; + bonus2 bSkillCooldown,"MO_EXPLOSIONSPIRITS",20000; + autobonus3 "{ bonus bBaseAtk,150; }",1000,10000,"MO_EXPLOSIONSPIRITS"; + - Combos: + - Combo: + - Rutilus_Stick_OS # 26151 + - Devil_Flame_Manteau_TW # 480154 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Dark,10; + bonus2 bSkillAtk,"WL_HELLINFERNO",20*(.@r/4); + if (.@r>=12) { + bonus2 bSkillCooldown,"WL_HELLINFERNO",-1000; + bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000; + } + - Combos: + - Combo: + - Kukulkan_Head_TW # 400017 + - Kukulkan_Tooth_TW # 490023 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + if (.@r>=9) { + bonus2 bSubRace,RC_All,8; + bonus2 bSubRace,RC_Player_Human,-8; + bonus2 bSubRace,RC_Player_Doram,-8; + } + - Combos: + - Combo: + - Kukulkan_Skin_TW # 450017 + - Kukulkan_Tooth_TW # 490023 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + if (.@r>=9) + bonus bLongAtkDef,8; + - Combos: + - Combo: + - Kukulkan_Feather_TW # 480015 + - Kukulkan_Tooth_TW # 490023 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + if (.@r>=9) + bonus bLongAtkRate,10; + - Combos: + - Combo: + - Kukulkan_Head_TW # 400017 + - Kukulkan_Skin_TW # 450017 + - Kukulkan_Feather_TW # 480015 + - Kukulkan_Tooth_TW # 490023 + Script: | + .@a = getequiprefinerycnt(EQI_HEAD_TOP); + .@b = getequiprefinerycnt(EQI_ARMOR); + .@c = getequiprefinerycnt(EQI_GARMENT); + if (.@a >= 9 && .@b >= 9 && .@c >= 9) { + bonus bVariableCastrate,-10; + bonus bDelayrate,-5; + } + - Combos: + - Combo: + - Matyr_Card # 4097 + - Diana_Suits # 15430 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + if (.@r>=10) { + bonus bAspdRate,10; + bonus2 bSkillCooldown,"SU_STOOP",-3000; + } + - Combos: + - Combo: + - Diana_Suits # 15430 + - Cutie_Card # 27152 + Script: | + bonus bAspdRate,10; + bonus2 bSkillCooldown,"SU_STOOP",-6000; + bonus2 bMagicAddRace,RC_All,40; + - Combos: + - Combo: + - Diana_Suits # 15430 + - Dictator_Ring_TW # 490084 + Script: | + bonus2 bVariableCastrate,"SU_PICKYPECK",-50; + bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",-50; + bonus2 bSkillAtk,"SU_PICKYPECK",((readparam(bAgi)+readparam(bDex))/6)*getskilllv("SU_PICKYPECK"); + bonus2 bSkillAtk,"SU_SV_STEMSPEAR",((readparam(bInt)+readparam(bLuk))/6)*getskilllv("SU_SV_STEMSPEAR"); + - Combos: + - Combo: + - Mercury_Suits # 15431 + - Faceworm_L_Card # 27167 + Script: | + bonus2 bSkillAtk,"NJ_HYOUSENSOU",30; + - Combos: + - Combo: + - Gioia_Card # 4576 + - Mercury_Suits # 15431 + Script: | + bonus2 bSkillAtk,"NJ_HUUJIN",30; + bonus2 bSubEle,Ele_All,40; + - Combos: + - Combo: + - Assulter_Card # 4246 + - Mercury_Suits # 15431 + Script: | + bonus bLongAtkRate,8; + autobonus3 "{ bonus bDelayrate,-20; }",1000,3000,"NJ_ISSEN"; + - Combos: + - Combo: + - Incant_Samurai_Card # 4263 + - Mercury_Suits # 15431 + Script: | + bonus bLongAtkRate,10; + bonus bDelayrate,-20; + autobonus3 "{ bonus bDelayrate,-30; }",1000,3000,"NJ_ISSEN"; + - Combos: + - Combo: + - Mercury_Suits # 15431 + - Dictator_Ring_TW # 490084 + Script: | + bonus5 bAutoSpell,"WL_RECOGNIZEDSPELL",1,10,BF_MAGIC,0; + bonus bMaxHPrate,3*(getskilllv("NJ_ISSEN")/2); + bonus2 bSkillCooldown,"KO_ZANZOU",-7000; + - Combos: + - Combo: + - Bacchus_Armor # 15432 + - Heart_Hunter_Card # 27149 + Script: | + bonus2 bSkillAtk,"RL_FIREDANCE",30; + autobonus3 "{ bonus bFlee,100; }",1000,3000,"RL_FALLEN_ANGEL"; + - Combos: + - Combo: + - Bacchus_Armor # 15432 + - Felock_Card # 27182 + Script: | + bonus2 bSkillAtk,"RL_D_TAIL",50; + bonus2 bSkillCooldown,"RL_D_TAIL",-2000; + - Combos: + - Combo: + - Bacchus_Armor # 15432 + - Dictator_Ring_TW # 490084 + Script: | + bonus bAspdRate,5; + bonus2 bAddRace,RC_All,8; + - Combos: + - Combo: + - Khaliz_Knightage_Card # 4609 + - Neptune_Uniform # 15433 + Script: | + bonus2 bSkillAtk,"SP_SWHOO",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",20; + - Combos: + - Combo: + - Maya_Card # 4146 + - Neptune_Uniform # 15433 + Script: | + bonus2 bSubSize,Size_All,30; + bonus2 bSkillAtk,"SP_SWHOO",40; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",40; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",40; + - Combos: + - Combo: + - Neptune_Uniform # 15433 + - Dictator_Ring_TW # 490084 + Script: | + bonus bMaxHPrate,8; + bonus bMatkRate,6; + bonus2 bSkillCooldown,"SJ_BOOKOFDIMENSION",-10000; + bonus2 bSkillCooldown,"SP_SOULREAPER",-30000; + bonus2 bSkillCooldown,"SP_SOULEXPLOSION",-30000; + - Combos: + - Combo: + - Wild_Rose_Card # 4257 + - Alice_Hug_Pillow_TW # 490089 + Script: | + bonus bAllStats,8; + bonus bMaxHPrate,5; + bonus bFlee2,8; + - Combos: + - Combo: + - Guardian_Mail # 450211 + - Guardian_Greave # 470117 + - Guardian_Manteau # 480163 + - Guardian_Ring # 490194 + Script: | + bonus bMaxHPrate,min(BaseLevel,100)/10; + bonus2 bSubClass,Class_Normal,min(BaseLevel,100)/10; + bonus bVit,2; + bonus bAllStats,1; + bonus2 bSubEle,Ele_Earth,2; + bonus2 bSubEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Water,2; + bonus2 bSubEle,Ele_Wind,2; + - Combos: + - Combo: + - Archangel_Wing # 2573 + - Angeling_Balloon_TW # 420065 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + .@a = readparam(bStr); + .@b = readparam(bAgi); + .@c = readparam(bVit); + .@d = readparam(bInt); + .@e = readparam(bDex); + .@f = readparam(bLuk); + bonus2 bExpAddRace,RC_All,8; + if (.@r>=8) { + bonus bShortAtkRate,3*(.@a/20); + bonus bCritAtkRate,4*(.@b/20); + bonus2 bSubEle,Ele_Neutral,2*(.@c/20); + bonus bMaxHPrate,(.@c/20); + bonus2 bMagicAtkEle,Ele_All,(.@d/20); + bonus bDelayrate,-3*(.@e/20); + bonus bBaseAtk,5*(.@f/20); + bonus bMatk,5*(.@f/20); + bonus bCritical,2*(.@f/20); + } + - Combos: + - Combo: + - Badge_Of_Manny # 2960 + - Suit_Of_Sid # 15069 + - Hat_Of_Scrat # 18758 + - Manteau_Of_Diego # 20711 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bAtkRate,5; + bonus bMatkRate,5; + bonus bVariableCastrate,-15; + bonus3 bAutoSpell,"WZ_STORMGUST",5,30; + - Combos: + - Combo: + - Boss_Domovoi_Cape # 2592 + - Tare_Domovoi # 18628 + Script: | + bonus bMaxHPrate,3; + bonus2 bSubRace,RC_DemiHuman,10; + - Combos: + - Combo: + - Goibne_Combat_Boots_ # 2493 + - Goibne's_Shoulder_Arms # 2520 + - Goibne's_Armor_ # 15170 + - Goibne's_Helmet_S # 19043 + Script: | + bonus bVit,5; + bonus bMaxHPrate,15; + bonus bMaxSPrate,5; + bonus bDef,5; + bonus bMdef,15; + bonus2 bSubEle,Ele_Earth,10; + bonus2 bSubEle,Ele_Fire,10; + bonus2 bSubEle,Ele_Water,10; + bonus2 bSubEle,Ele_Wind,10; + - Combos: + - Combo: + - Morrigane's_Manteau # 2519 + - Morrigane's_Belt_ # 2900 + - Morrigane's_Pendant_ # 2901 + - Morrigane's_Helm_S # 19044 + Script: | + bonus bStr,2; + bonus bLuk,9; + bonus bCritical,13; + bonus bBaseAtk,18; + bonus bFlee2,13; + - Combos: + - Combo: + - BF_Hood # 20719 + - GC_Battle_Boots # 22020 + Script: | + bonus4 bAutoSpellOnSkill,"GC_DARKILLUSION","GC_CLOAKINGEXCEED",getskilllv("GC_CLOAKINGEXCEED"),1000; + bonus bAtkRate,readparam(bAgi)/10; + - Combos: + - Combo: + - GC_Battle_Armor # 15075 + - BF_Hood # 20719 + - GC_Battle_Boots # 22020 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (readparam(bStr)>=110) + bonus2 bAddRace,RC_All,10; + if (readparam(bAgi)>=90) + autobonus3 "{ bonus2 bAddRace,RC_All,5; bonus bNoWalkDelay; }",1000,15000,"GC_HALLUCINATIONWALK"; + - Combos: + - Combo: + - BF_Hood # 20719 + - RA_Battle_Boots # 22021 + Script: | + if (readparam(bAgi)>=90) { + bonus3 bAutoSpellWhenHit,"RA_WUGBITE",getskilllv("RA_WUGBITE"),100; + bonus2 bSkillAtk,"RA_WUGBITE",20; + } + - Combos: + - Combo: + - RA_Battle_Armor # 15076 + - BF_Hood # 20719 + - RA_Battle_Boots # 22021 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (readparam(bDex)>=110) + autobonus3 "{ bonus bCritAtkRate,50; }",1000,60000,"RA_FEARBREEZE"; + /*Unknown Duration*/ + - Combos: + - Combo: + - BF_Hood # 20719 + - LG_Battle_Boots # 22022 + Script: | + bonus2 bSkillAtk,"LG_EXEEDBREAK",5*(readparam(bStr)/10); + bonus2 bSkillAtk,"LG_PINPOINTATTACK",5*(readparam(bStr)/10); + - Combos: + - Combo: + - LG_Battle_Armor # 15077 + - BF_Hood # 20719 + - LG_Battle_Boots # 22022 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSkillAtk,"LG_OVERBRAND",5*(readparam(bAgi)/10); + if (readparam(bVit)>=100) + bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,5; + - Combos: + - Combo: + - BF_Hood # 20719 + - RK_Battle_Boots # 22023 + Script: | + if (readparam(bVit)>=100) { + bonus3 bAutoSpellWhenHit,"PR_KYRIE",1,5; + autobonus3 "{ bonus bMatkRate,20; }",500,300000,"RK_ENCHANTBLADE"; + } + - Combos: + - Combo: + - RK_Battle_Armor # 15078 + - BF_Hood # 20719 + - RK_Battle_Boots # 22023 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",5*(readparam(bStr)/10); + bonus3 bAutoSpellWhenHit,"RK_MILLENNIUMSHIELD",1,10; + - Combos: + - Combo: + - BF_Hood # 20719 + - NC_Battle_Boots # 22024 + Script: | + bonus2 bSkillAtk,"NC_AXETORNADO",5*(readparam(bVit)/10); + if (readparam(bInt)>=100) { + bonus2 bSkillAtk,"NC_COLDSLOWER",10; + bonus2 bSkillAtk,"NC_FLAMELAUNCHER",10; + } + - Combos: + - Combo: + - NC_Battle_Armor # 15079 + - BF_Hood # 20719 + - NC_Battle_Boots # 22024 + Script: | + if (readparam(bDex)>=90) { + bonus bDelayrate,-10; + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSkillCooldown,"NC_SELFDESTRUCTION",-60000; + } + - Combos: + - Combo: + - BF_Hood # 20719 + - SC_Battle_Boots # 22025 + Script: | + if (readparam(bInt)>=100) + bonus4 bAutoSpellOnSkill,"SC_SHADOWFORM","ST_FULLSTRIP",5,1000; + - Combos: + - Combo: + - SC_Battle_Armor # 15080 + - BF_Hood # 20719 + - SC_Battle_Boots # 22025 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus4 bAutoSpellOnSkill,"SC_SHADOWFORM","SC_STRIPACCESSARY",5,1000; + - Combos: + - Combo: + - BF_Hood # 20719 + - SR_Battle_Boots # 22026 + Script: | + if (readparam(bDex)>=100) { + bonus bNoCastCancel; + bonus2 bSkillAtk,"SR_SKYNETBLOW",10; + } + - Combos: + - Combo: + - SR_Battle_Armor # 15081 + - BF_Hood # 20719 + - SR_Battle_Boots # 22026 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSkillCooldown,"SR_RAISINGDRAGON",-5000; + bonus2 bSkillAtk,"SR_GATEOFHELL",10; + - Combos: + - Combo: + - BF_Hood # 20719 + - AB_Battle_Boots # 22027 + Script: | + bonus2 bSkillHeal,"AL_HEAL",5; + bonus2 bSkillHeal,"AB_HIGHNESSHEAL",5; + bonus2 bSkillHeal,"AB_CHEAL",5; + if (readparam(bInt)>=100) + bonus bUseSPrate,-5; + - Combos: + - Combo: + - AB_Battle_Armor # 15082 + - BF_Hood # 20719 + - AB_Battle_Boots # 22027 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + skill "ALL_ODINS_POWER",1; + if (readparam(bDex)>=110) { + bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000; + bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000; + bonus2 bSkillCooldown,"AB_CLEARANCE",-3000; + } + - Combos: + - Combo: + - BF_Hood # 20719 + - WL_Battle_Boots # 22028 + Script: | + if (readparam(bInt)>=100) + bonus bNoCastCancel; + if (readparam(bDex)>=100) + bonus bVariableCastrate,-10; + - Combos: + - Combo: + - WL_Battle_Armor # 15083 + - BF_Hood # 20719 + - WL_Battle_Boots # 22028 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus bMatkRate,10; + bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-5000; + if (readparam(bInt)>=110) + bonus bFixedCastrate,-10; + - Combos: + - Combo: + - BF_Hood # 20719 + - WA_Battle_Boots # 22029 + Script: | + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; + if (readparam(bDex)>=100) + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; + if (readparam(bInt)>=110) + bonus bNoCastCancel; + - Combos: + - Combo: + - WA_Battle_Armor # 15084 + - BF_Hood # 20719 + - WA_Battle_Boots # 22029 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (readparam(bVit)>=110) + bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,5; + if (readparam(bDex)>=110) { + bonus2 bSkillAtk,"WM_REVERBERATION",10; + autobonus3 "{ bonus bFlee2,50; }",1000,5000,"BA_POEMBRAGI"; + autobonus3 "{ bonus bFlee2,50; }",1000,5000,"DC_DONTFORGETME"; + autobonus3 "{ bonus bFlee2,50; }",1000,5000,"WM_LULLABY_DEEPSLEEP"; + } + - Combos: + - Combo: + - BF_Hood # 20719 + - GN_Battle_Boots # 22030 + Script: | + bonus2 bSkillAtk,"GN_CART_TORNADO",10; + if (readparam(bInt)>=100) + bonus2 bSkillAtk,"GN_BLOOD_SUCKER",10; + - Combos: + - Combo: + - GN_Battle_Armor # 15085 + - BF_Hood # 20719 + - GN_Battle_Boots # 22030 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSkillAtk,"GN_CARTCANNON",20+(readparam(bInt)/10); + - Combos: + - Combo: + - Cenere_Card # 4595 + - Limnil_Cape # 20770 + Script: | + bonus bAspdRate,-2*(readparam(bAgi)/10); + - Combos: + - Combo: + - Scalpel # 13027 + - Operation_Glove # 28313 + Script: | + bonus bAspdRate,4; + bonus bBaseAtk,20; + - Combos: + - Combo: + - Scalpel # 13027 + - Green_Operation_Coat # 15044 + - Operation_Glove # 28313 + Script: | + bonus3 bAddMonsterDropItem,929,RC_DemiHuman,70; + bonus3 bAddMonsterDropItem,970,RC_DemiHuman,50; + bonus3 bAddMonsterDropItem,929,RC_Brute,70; + bonus3 bAddMonsterDropItem,970,RC_Brute,50; + - Combos: + - Combo: + - Cursed_Hand # 2728 + - Hand_Of_Glory # 28314 + Script: | + bonus bHit,10; + - Combos: + - Combo: + - Horn_Of_Ancient # 18595 + - Cauda_Daemonica # 28319 + Script: | + bonus2 bSubClass,Class_Boss,10; + - Combos: + - Combo: + - Horn_Of_Succubus # 5066 + - Cauda_Daemonica # 28319 + Script: | + bonus bLuk,2; + autobonus "{ bonus bSPDrainValue,5; }",30,5000,BF_WEAPON,"{ active_transform 1370,5000; }"; + - Combos: + - Combo: + - Hand_Of_Devil # 19329 + - Grisly_Soul # 410124 + - Combo: + - Hand_Of_Devil # 19329 + - Grisly_Soul_ # 410125 + Script: | + bonus2 bSkillCooldown,"SR_HOWLINGOFLION",9500; + - Combos: + - Combo: + - aegis_410139 # 410139 + - Jasper_Crest # 5396 + - Combo: + - Hairband_Of_Asmodeus_ # 410140 + - Jasper_Crest # 5396 + Script: | + bonus2 bSkillCooldown,"RK_IGNITIONBREAK",2500; + - Combos: + - Combo: + - GorgonCoronet # 410141 + - Aegis_System # 480156 + - Combo: + - aegis_410142 # 410142 + - Aegis_System # 480156 + Script: | + bonus bSpeedRate,25; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + - Combos: + - Combo: + - Squirrel_Ear_Hat # 19140 + - Petal_Tail # 490031 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + if (.@r>=6) { + bonus bAspd,1; + bonus2 bAddClass,Class_Boss,10; + bonus bCritAtkRate,10; + bonus bCriticalLong,10; + } + if (.@r>=8) { + bonus bAspd,1; + bonus2 bAddClass,Class_Boss,15; + bonus bCritAtkRate,15; + bonus bCriticalLong,15; + } + - Combos: + - Combo: + - Schmidt_Suits # 15388 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Suits # 15388 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus2 bSubRace,RC_Player_Doram,7; + bonus2 bResEff,Eff_Freeze,10000; + /*TODO : When Using Elvira Candy Masquerade Ignorance State Recover*/ + - Combos: + - Combo: + - Schmidt_Manteau # 15389 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Manteau # 15389 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bMaxHPrate,20; + bonus bMaxSPrate,20; + bonus bNoKnockback; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubEle,Ele_Water,100; + - Combos: + - Combo: + - Schmidt_Insignia_Str # 32228 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Insignia_Str # 32228 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bAtkRate,15; + bonus2 bSubRace,RC_Player_Doram,3; + - Combos: + - Combo: + - Schmidt_Insignia_Vit # 32231 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Insignia_Vit # 32231 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bMaxHPrate,15; + bonus bMaxSPrate,15; + bonus bVariableCastrate,-10; + bonus2 bSubRace,RC_Player_Doram,3; + - Combos: + - Combo: + - Schmidt_Insignia_Int # 32229 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Insignia_Int # 32229 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bMatkRate,15; + bonus2 bSubRace,RC_Player_Doram,3; + - Combos: + - Combo: + - Schmidt_Insignia_Agi # 32232 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Insignia_Agi # 32232 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bMaxHPrate,15; + bonus bMaxSPrate,15; + bonus bAspdRate,10; + bonus2 bSubRace,RC_Player_Doram,3; + - Combos: + - Combo: + - Schmidt_Insignia_Dex # 32233 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Insignia_Dex # 32233 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bLongAtkRate,15; + bonus2 bSubRace,RC_Player_Doram,3; + - Combos: + - Combo: + - Schmidt_Insignia_Luk # 32230 + - Guardian_Helm # 410119 + - Combo: + - Schmidt_Insignia_Luk # 32230 + - Guardian_Helm_ # 410120 + Script: | + bonus bAllStats,10; + bonus bCritAtkRate,15; + bonus2 bSubRace,RC_Player_Doram,3; + - Combos: + - Combo: + - NettyHeart_Gum_TW # 400018 + - Love_Cheek_TW # 410090 + - Combo: + - Love_Cheek_TW # 410090 + - Love_Feeling_TW # 420005 + Script: | + .@a = (readparam(bStr)+readparam(bLuk))/120; + .@b = (readparam(bAgi)+readparam(bVit))/120; + .@c = (readparam(bInt)+readparam(bDex))/120; + bonus bAtkRate,.@a; + bonus bCritical,5*.@a; + bonus bCritAtkRate,2*.@a; + bonus bMaxHPrate,2*.@b; + bonus bAspdRate,2*.@b; + bonus bMatk,15*.@c; + bonus bFixedCastrate,-5*.@c; + bonus bHealPower,10*.@c; + - Combos: + - Combo: + - Fallen_Angel_Wing_TH # 20833 + - aegis_400434 # 400434 + Script: | + bonus bBaseAtk,3; + bonus bMatk,3; + - Combos: + - Combo: + - Gang_Scarf # 5361 + - Fallen_Angel_Wing_TH # 20833 + Script: | + bonus bBaseAtk,1; + bonus bMatk,1; + - Combos: + - Combo: + - Gang_Scarf # 5361 + - Fallen_Angel_Wing_TH # 20833 + - aegis_400434 # 400434 + Script: | + bonus bAllStats,1; + - Combos: + - Combo: + - Reactor_A_ASPD # 4991 + - Extreme # 310192 + Script: | + bonus bAspd,1; + - Combos: + - Combo: + - Reactor_A_ATK # 4986 + - Extreme # 310192 + Script: | + bonus bBaseAtk,15; + - Combos: + - Combo: + - Reactor_A_AVOI # 4985 + - Extreme # 310192 + Script: | + bonus bFlee2,2; + - Combos: + - Combo: + - Reactor_A_DEF # 4984 + - Extreme # 310192 + Script: | + bonus bDef,500; + - Combos: + - Combo: + - Reactor_A_FLEE # 29168 + - Extreme # 310192 + Script: | + bonus bFlee,15; + - Combos: + - Combo: + - Reactor_A_FROZ # 4990 + - Extreme # 310192 + Script: | + bonus bMaxHP,1000; + - Combos: + - Combo: + - Reactor_A_HIT # 29167 + - Extreme # 310192 + Script: | + bonus bHit,15; + - Combos: + - Combo: + - Reactor_A_INT # 4983 + - Extreme # 310192 + Script: | + bonus bMatkRate,3; + - Combos: + - Combo: + - Reactor_A_MATK # 4987 + - Extreme # 310192 + Script: | + bonus bMatk,15; + - Combos: + - Combo: + - Reactor_A_MHP # 4988 + - Extreme # 310192 + Script: | + bonus bMaxHP,7500; + - Combos: + - Combo: + - Reactor_A_MSP # 4989 + - Extreme # 310192 + Script: | + bonus bMaxSP,150; + - Combos: + - Combo: + - Reactor_A_MDEF # 29169 + - Extreme # 310192 + Script: | + bonus bMdef,20; + - Combos: + - Combo: + - Reactor_A_STR # 4982 + - Extreme # 310192 + Script: | + bonus bAtkRate,3; + - Combos: + - Combo: + - Reactor_A_Tolerance # 29166 + - Extreme # 310192 + Script: | + bonus bLongAtkDef,10; + - Combos: + - Combo: + - Reactor_Cure_201 # 4980 + - Extreme # 310192 + Script: | + bonus bHPrecovRate,350; + - Combos: + - Combo: + - Reactor_Cure_101 # 4978 + - Extreme # 310192 + Script: | + bonus2 bHPRegenRate,1500,5000; + - Combos: + - Combo: + - Reactor_Cure_102 # 4979 + - Extreme # 310192 + Script: | + bonus2 bSPRegenRate,25,5000; + - Combos: + - Combo: + - Reactor_Cure_202 # 4981 + - Extreme # 310192 + Script: | + bonus bSPrecovRate,50; + - Combos: + - Combo: + - Reactor_P_FIRE # 4970 + - Extreme # 310192 + Script: | + bonus2 bAddEle,Ele_Fire,10; + bonus2 bMagicAddEle,Ele_Fire,10; + - Combos: + - Combo: + - Reactor_P_GROUND # 4972 + - Extreme # 310192 + Script: | + bonus2 bAddEle,Ele_Earth,10; + bonus2 bMagicAddEle,Ele_Earth,10; + - Combos: + - Combo: + - Reactor_P_WATER # 4971 + - Extreme # 310192 + Script: | + bonus2 bAddEle,Ele_Water,10; + bonus2 bMagicAddEle,Ele_Water,10; + - Combos: + - Combo: + - Reactor_P_WIND # 4973 + - Extreme # 310192 + Script: | + bonus2 bAddEle,Ele_Wind,10; + bonus2 bMagicAddEle,Ele_Wind,10; + - Combos: + - Combo: + - Reactor_T_FIRE # 4974 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Fire,25; + - Combos: + - Combo: + - Reactor_T_GROUND # 4976 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Earth,25; + - Combos: + - Combo: + - Reactor_T_WATER # 4975 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Water,25; + - Combos: + - Combo: + - Reactor_T_WIND # 4977 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Wind,25; + - Combos: + - Combo: + - Automatic_Orb18 # 310099 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Holy,25; + - Combos: + - Combo: + - Automatic_Orb19 # 310100 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Undead,25; + - Combos: + - Combo: + - Automatic_Orb20 # 310101 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Dark,25; + - Combos: + - Combo: + - Automatic_Orb21 # 310102 + - Extreme # 310192 + Script: | + bonus2 bSubEle,Ele_Ghost,25; + - Combos: + - Combo: + - Reactor_S_ATK # 29170 + - Extreme # 310192 + - Combo: + - Reactor_S_Avoid # 29172 + - Extreme # 310192 + - Combo: + - Reactor_S_CRI # 29175 + - Extreme # 310192 + - Combo: + - Reactor_S_MATK # 29171 + - Extreme # 310192 + - Combo: + - Reactor_S_MHP # 29173 + - Extreme # 310192 + - Combo: + - Reactor_S_Quick # 29174 + - Extreme # 310192 + Script: | + bonus bAspdRate,5; + - Combos: + - Combo: + - ReactorZ_CastFixed # 29444 + - Extreme # 310192 + - Combo: + - ReactorZ_Clairvoyance # 29443 + - Extreme # 310192 + - Combo: + - ReactorZ_Immortal # 29439 + - Extreme # 310192 + - Combo: + - ReactorZ_Killgain # 29440 + - Extreme # 310192 + - Combo: + - ReactorZ_Knockback # 29438 + - Extreme # 310192 + - Combo: + - ReactorZ_NoDispell # 29442 + - Extreme # 310192 + - Combo: + - ReactorZ_Reincarnation # 29441 + - Extreme # 310192 + Script: | + bonus bMaxHPrate,5; + - Combos: + - Combo: + - Gloom_Under_Night_Card # 4408 + - aegis_450287 # 450287 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus2 bSubSkill,"NPC_RAYOFGENESIS",5*.@r; + - Combos: + - Combo: + - Sealed_Gloom_Card_J # 300332 + - aegis_450287 # 450287 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus2 bSubSkill,"NPC_RAYOFGENESIS",2*.@r; + - Combos: + - Combo: + - Gloom_Under_Night_Card # 4408 + - aegis_450286 # 450286 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus2 bSubSkill,"NPC_RAYOFGENESIS",10*.@r; + - Combos: + - Combo: + - Sealed_Gloom_Card_J # 300332 + - aegis_450286 # 450286 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus2 bSubSkill,"NPC_RAYOFGENESIS",5*.@r; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - aegis_450286 # 450286 + Script: | + bonus2 bAddSize,Size_All,30; + bonus2 bMagicAddSize,Size_All,30; + - Combos: + - Combo: + - Bankruptcy_Of_Heart # 5021 + - Mask_Of_Bankrupt # 18824 + - Combo: + - Mask_Of_Bankrupt # 18824 + - Money_Lost_Spirit # 18825 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bMaxHP,100*.@r; + bonus2 bSubEle,Ele_Neutral,.@r; + - Combos: + - Combo: + - Jakk_Card # 4109 + - Fairy_Cloth # 20907 + Script: | + bonus2 bSubEle,Ele_Fire,45; + - Combos: + - Combo: + - Dustiness_Card # 4056 + - Fairy_Cloth # 20907 + Script: | + bonus2 bSubEle,Ele_Wind,45; + - Combos: + - Combo: + - Hode_Card # 4081 + - Fairy_Cloth # 20907 + Script: | + bonus2 bSubEle,Ele_Earth,45; + - Combos: + - Combo: + - Marse_Card # 4095 + - Fairy_Cloth # 20907 + Script: | + bonus2 bSubEle,Ele_Water,45; + - Combos: + - Combo: + - Choco_Card # 4285 + - Fairy_Cloth # 20907 + Script: | + bonus bFlee2,-5; + - Combos: + - Combo: + - Deviling_Card # 4174 + - Etran_Shirt_BR # 20904 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + if (.@r>=12) { + bonus2 bSubEle,Ele_Dark,50; + bonus2 bSubEle,Ele_Earth,50; + bonus2 bSubEle,Ele_Fire,50; + bonus2 bSubEle,Ele_Ghost,50; + bonus2 bSubEle,Ele_Holy,50; + bonus2 bSubEle,Ele_Poison,50; + bonus2 bSubEle,Ele_Undead,50; + bonus2 bSubEle,Ele_Water,50; + bonus2 bSubEle,Ele_Wind,50; + } + - Combos: + - Combo: + - G_Strings # 2339 + - Etran_Shirt_BR # 20904 + - Combo: + - G_Strings_ # 2371 + - Etran_Shirt_BR # 20904 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bInt,15; + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + if (.@r>=9) + bonus bNoCastCancel; + - Combos: + - Combo: + - Agenda_RobeJ # 19281 + - Ultra_Light_MShieldJ # 28928 + - Combo: + - Consultation_RobeJ # 19282 + - Ultra_Light_MShieldJ # 28928 + Script: | + bonus bVariableCastrate,-15; + bonus bMatkRate,10; + - Combos: + - Combo: + - Ant_Buyanne_Card # 4451 + - Consultation_RobeJ # 19282 + Script: | + bonus2 bResEff,Eff_Freeze,10000; + bonus2 bSkillAtk,"WZ_METEOR",50; + - Combos: + - Combo: + - Sealed_Magic_SwordJ # 13470 + - YinYang_Talisman # 28560 + - Ultra_Light_MShieldJ # 28928 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R): + bonus bHit,5*.@r; + bonus bAspdRate,4*.@r; + bonus2 bSkillAtk,"WL_CRIMSONROCK",.@r; + - Combos: + - Combo: + - Sealed_Evil_SwordJ # 13471 + - YinYang_Talisman # 28560 + - Ultra_Light_MShieldJ # 28928 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R): + bonus bHit,5*.@r; + bonus bAspdRate,4*.@r; + bonus2 bSkillAtk,"WL_HELLINFERNO",10*.@r; + - Combos: + - Combo: + - Sealed_Max_SwordJ # 13472 + - YinYang_Talisman # 28560 + - Ultra_Light_MShieldJ # 28928 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R): + bonus bHit,5*.@r; + bonus bAspdRate,4*.@r; + bonus2 bSkillAtk,"AB_JUDEX",5*.@r; + - Combos: + - Combo: + - Sealed_Magic_SwordJ # 13470 + - BuddhistShoes # 22211 + - Combo: + - Sealed_Evil_SwordJ # 13471 + - BuddhistShoes # 22211 + - Combo: + - Sealed_Max_SwordJ # 13472 + - BuddhistShoes # 22211 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bMatk,25*.@r; + bonus bCritical,5*.@r; + - Combos: + - Combo: + - Sealed_Magic_SwordJ # 13470 + - YinYang_Talisman # 28560 + Script: | + bonus2 bSkillAtk,"WL_CRIMSONROCK",10; + - Combos: + - Combo: + - Sealed_Evil_SwordJ # 13471 + - YinYang_Talisman # 28560 + Script: | + bonus2 bSkillAtk,"WL_HELLINFERNO",100; + - Combos: + - Combo: + - Sealed_Max_SwordJ # 13472 + - YinYang_Talisman # 28560 + Script: | + bonus2 bSkillAtk,"AB_JUDEX",50; + - Combos: + - Combo: + - Old_Mitra # 18972 + - aegis_490334 # 490334 + - Combo: + - Old_Mitra # 18972 + - aegis_490335 # 490335 + Script: | + skill "WL_HELLINFERNO",5; + bonus2 bSkillAtk,"AB_ADORAMUS",-200; + bonus bHPGainValue,-300; + bonus bDelayrate,-30; + autobonus3 "{ bonus2 bSkillAtk,\"AB_JUDEX\",400; bonus bUseSPrate,100; }",1000,90000,"AB_OFFERTORIUM"; + - Combos: + - Combo: + - Old_Blazing_Soul # 18979 + - aegis_490334 # 490334 + - Combo: + - Old_Blazing_Soul # 18979 + - aegis_490335 # 490335 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",30; + bonus4 bAutoSpellOnSkill,"SR_RAMPAGEBLASTER","CH_SOULCOLLECT",1,500; + - Combos: + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490288 # 490288 + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490289 # 490289 + Script: | + bonus bFixedCast,-300; + bonus2 bMagicAtkEle,Ele_Neutral,15; + bonus2 bSkillAtk,"WL_COMET",30; + - Combos: + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490288 # 490288 + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490289 # 490289 + Script: | + bonus5 bAutoSpell,"HW_MAGICPOWER",5,50,BF_MAGIC,0; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30; + - Combos: + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490240 # 490240 + Script: | + bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-500; + bonus2 bAddSize,Size_All,10; + - Combos: + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490240 # 490240 + Script: | + bonus2 bVariableCastrate,"NC_ARMSCANNON",-50; + bonus bDelayrate,-5; + - Combos: + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490240 # 490240 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-2000; + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",40; + - Combos: + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490222 # 490222 + Script: | + bonus bLongAtkRate,15; + - Combos: + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490222 # 490222 + Script: | + bonus2 bSkillCooldown,"LG_EARTHDRIVE",-2200; + - Combos: + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490376 # 490376 + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490377 # 490377 + Script: | + bonus bLongAtkRate,3*getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490376 # 490376 + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490377 # 490377 + Script: | + bonus bShortAtkRate,3*getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - aegis_490221 # 490221 + - aegis_490376 # 490376 + - Combo: + - aegis_490222 # 490222 + - aegis_490376 # 490376 + - Combo: + - aegis_490221 # 490221 + - aegis_490377 # 490377 + - Combo: + - aegis_490222 # 490222 + - aegis_490377 # 490377 + Script: | + bonus bHit,40; + bonus bDelayrate,-16; + bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500; + bonus2 bSkillCooldown,"LG_EARTHDRIVE",-500; + - Combos: + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490221 # 490221 + - aegis_490376 # 490376 + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490222 # 490222 + - aegis_490376 # 490376 + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490221 # 490221 + - aegis_490377 # 490377 + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_490222 # 490222 + - aegis_490377 # 490377 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,6*(.@r/3); + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10*(.@r/3); + - Combos: + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490221 # 490221 + - aegis_490376 # 490376 + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490222 # 490222 + - aegis_490376 # 490376 + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490221 # 490221 + - aegis_490377 # 490377 + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_490222 # 490222 + - aegis_490377 # 490377 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,6*(.@r/3); + bonus2 bSkillAtk,"LG_EARTHDRIVE",10*(.@r/3); + - Combos: + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490231 # 490231 + Script: | + bonus2 bIgnoreDefRaceRate,RC_All,15; + bonus2 bAddRace,RC_All,10; + - Combos: + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490231 # 490231 + Script: | + autobonus3 "{ bonus4 bAutoSpellOnSkill,\"SC_TRIANGLESHOT\",\"RA_UNLIMIT\",3,1000; bonus bUseSPrate,100; }",30,5000,"SC_TRIANGLESHOT"; + - Combos: + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490394 # 490394 + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490395 # 490395 + Script: | + bonus2 bSkillAtk,"ASC_METEORASSAULT",6*getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490394 # 490394 + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490395 # 490395 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bLongAtkRate,2*.@r; + bonus bDelayrate,.@r; + - Combos: + - Combo: + - aegis_490229 # 490229 + - aegis_490394 # 490394 + - Combo: + - aegis_490231 # 490231 + - aegis_490394 # 490394 + - Combo: + - aegis_490229 # 490229 + - aegis_490395 # 490395 + - Combo: + - aegis_490231 # 490231 + - aegis_490395 # 490395 + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) { + bonus2 bIgnoreDefRaceRate,RC_All,35; + bonus2 bSkillCooldown,"ASC_METEORASSAULT",-350; + bonus2 bVariableCastrate,"ASC_METEORASSAULT",-100; + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) { + bonus2 bVariableCastrate,"SC_TRIANGLESHOT",-100; + bonus bPerfectHitAddRate,70; + } + - Combos: + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490229 # 490229 + - aegis_490394 # 490394 + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490231 # 490231 + - aegis_490394 # 490394 + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490229 # 490229 + - aegis_490395 # 490395 + - Combo: + - Old_Circlet_Of_Bone # 18982 + - aegis_490231 # 490231 + - aegis_490395 # 490395 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,3*(.@r/3); + bonus2 bSkillAtk,"ASC_METEORASSAULT",30*(.@r/3); + - Combos: + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490229 # 490229 + - aegis_490394 # 490394 + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490231 # 490231 + - aegis_490394 # 490394 + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490229 # 490229 + - aegis_490395 # 490395 + - Combo: + - Old_Shadow_Handicraft # 18975 + - aegis_490231 # 490231 + - aegis_490395 # 490395 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,3*(.@r/3); + bonus2 bSkillAtk,"SC_TRIANGLESHOT",30*(.@r/3); + - Combos: + - Combo: + - Comp_Avenger # 1350 + - aegis_490390 # 490390 + - Combo: + - Avenger # 28130 + - aegis_490390 # 490390 + - Combo: + - aegis_490390 # 490390 + - Up_Avenger # 620004 + - Combo: + - Comp_Avenger # 1350 + - aegis_490391 # 490391 + - Combo: + - Avenger # 28130 + - aegis_490391 # 490391 + - Combo: + - aegis_490391 # 490391 + - Up_Avenger # 620004 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + if (.@r>=11) { + bonus bDelayrate,-15; + bonus2 bSubSize,Size_All,10; + bonus2 bSkillCooldown,"NC_AXETORNADO",-650; + } + - Combos: + - Combo: + - aegis_490390 # 490390 + - Slate_Sword # 500004 + - Combo: + - aegis_490390 # 490390 + - Up_Slate_Sword # 500014 + - Combo: + - aegis_490391 # 490391 + - Slate_Sword # 500004 + - Combo: + - aegis_490391 # 490391 + - Up_Slate_Sword # 500014 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + if (.@r>=11) { + bonus bDelayrate,-5; + bonus2 bSkillCooldown,"GN_CART_TORNADO",-1800; + bonus2 bIgnoreDefRaceRate,RC_All,60; + } + - Combos: + - Combo: + - Evilspirit_Gloves # 2980 + - aegis_490370 # 490370 + Script: | + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bAspd,1; + - Combos: + - Combo: + - Celines_Ribbon # 18849 + - aegis_490370 # 490370 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bFixedCast,-300; + bonus bMatk,10*.@r; + if (.@r>=7) { + bonus2 bMagicAddRace,RC_DemiHuman,10; + bonus2 bMagicAddRace,RC_Demon,10; + } + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + } + if (.@r>=11) + bonus2 bMagicAddClass,Class_Boss,20; + - Combos: + - Combo: + - Cat_O_Nine_Tail_Card # 4290 + - aegis_15480 # 15480 + - Combo: + - Cat_O_Nine_Tail_Card # 4290 + - aegis_15481 # 15481 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"SJ_SOLARBURST",5*(.@r/3); + bonus2 bSkillAtk,"SJ_FULLMOONKICK",5*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",5*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",5*(.@r/3); + bonus2 bSkillAtk,"SP_SPA",5*(.@r/3); + bonus2 bSkillAtk,"SP_SWHOO",5*(.@r/3); + bonus2 bSkillAtk,"SP_CURSEEXPLOSION",5*(.@r/3); + - Combos: + - Combo: + - Moonlight_Flower_Card # 4131 + - aegis_15480 # 15480 + - Combo: + - Sealed_M_Flower_Card # 4490 + - aegis_15480 # 15480 + - Combo: + - Moonlight_Flower_Card # 4131 + - aegis_15481 # 15481 + - Combo: + - Sealed_M_Flower_Card # 4490 + - aegis_15481 # 15481 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"SJ_SOLARBURST",15*(.@r/3); + bonus2 bSkillAtk,"SJ_FULLMOONKICK",15*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15*(.@r/3); + bonus2 bSkillAtk,"SP_SPA",15*(.@r/3); + bonus2 bSkillAtk,"SP_SWHOO",15*(.@r/3); + bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15*(.@r/3); + - Combos: + - Combo: + - aegis_15480 # 15480 + - aegis_490372 # 490372 + - Combo: + - aegis_15481 # 15481 + - aegis_490372 # 490372 + - Combo: + - aegis_15480 # 15480 + - aegis_490373 # 490373 + - Combo: + - aegis_15481 # 15481 + - aegis_490373 # 490373 + Script: | + bonus bDelayrate,-8; + autobonus3 "{ bonus bAgi,32; }",1000,5000,"SJ_PROMINENCEKICK"; + bonus2 bSkillCooldown,"SP_CURSEEXPLOSION",-800; + bonus2 bSkillAtk,"SJ_SOLARBURST",16; + bonus2 bSkillAtk,"SP_CURSEEXPLOSION",16; + - Combos: + - Combo: + - Book_Of_The_Apocalypse # 1557 + - aegis_490378 # 490378 + - Combo: + - Book_Of_The_Apocalypse # 1557 + - aegis_490379 # 490379 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"MG_FIREBOLT",10*.@r; + bonus2 bSkillAtk,"MG_COLDBOLT",10*.@r; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10*.@r; + - Combos: + - Combo: + - Dolor_HatK_LT # 400465 + - Red_Force_Pendant_LT # 490382 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bDelayrate,-2*(.@r/4); + if (.@r>=7) { + bonus2 bHPDrainRate,50,7; + autobonus "{ bonus2 bHPRegenRate,1500,1000; }",40,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; + } + if (.@r>=9) { + bonus bAtkRate,5; + bonus bMatkRate,5; + bonus bPAtk,3; + bonus bSMatk,3; + } + if (.@r>=11) + bonus bFixedCast,-200; + - Combos: + - Combo: + - Dolor_HatK_LT # 400465 + - Blue_Mental_Pendant_LT # 490383 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bDelayrate,-2*(.@r/4); + if (.@r>=7) { + bonus2 bSPDrainRate,20,4; + autobonus "{ bonus2 bSPRegenRate,100,1000; }",20,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; + } + if (.@r>=9) { + bonus bAtkRate,5; + bonus bMatkRate,5; + bonus bPAtk,3; + bonus bSMatk,3; + } + if (.@r>=11) + bonus bFixedCast,-200; + - Combos: + - Combo: + - aegis_15480 # 15480 + - aegis_490385 # 490385 + - Combo: + - aegis_15481 # 15481 + - aegis_490385 # 490385 + - Combo: + - aegis_15480 # 15480 + - aegis_490386 # 490386 + - Combo: + - aegis_15481 # 15481 + - aegis_490386 # 490386 + Script: | + bonus bAspdRate,8; + bonus bVariableCastrate,8; + bonus2 bAddClass,Class_Boss,8; + bonus2 bMagicAddClass,Class_Boss,8; + bonus3 bAutoSpell,"SJ_FALLINGSTAR",10,160; + bonus2 bSkillUseSPrate,"SP_SPA",48; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",32; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",32; + bonus2 bSkillAtk,"SP_SPA",16; + - Combos: + - Combo: + - Sharp1 # 4818 + - aegis_490232 # 490232 + - Combo: + - Sharp2 # 4817 + - aegis_490232 # 490232 + Script: | + bonus bCritAtkRate,5; + - Combos: + - Combo: + - Lucky_Riceball_C # 300169 + - Zongzi_Charm_TW # 490233 + Script: | + skill "MG_FIREBALL",1; + bonus bDelayrate,-5; + bonus bMaxHPrate,12; + bonus bMaxSPrate,12; + - Combos: + - Combo: + - Kingly_Armor # 450141 + - Kingly_Boots # 470046 + - Kingly_Manteau # 480051 + Script: | + bonus2 bSubEle,Ele_All,5; + bonus bLongAtkDef,5; + bonus bMaxHP,50*BaseLevel; + bonus bMaxSP,5*BaseLevel; + - Combos: + - Combo: + - Kingly_Armor # 450141 + - Kingly_Ring # 490042 + Script: | + bonus bAtkRate,10; + bonus bMatkRate,10; + - Combos: + - Combo: + - Kingly_Manteau # 480051 + - Kingly_Ring # 490042 + Script: | + bonus2 bSubEle,Ele_Earth,30; + bonus2 bSubEle,Ele_Fire,30; + - Combos: + - Combo: + - Kingly_Boots # 470046 + - Kingly_Ring # 490042 + Script: | + bonus bAllStats,10; + bonus bDef,150; + bonus bMdef,15; + bonus bPerfectHitAddRate,20; + - Combos: + - Combo: + - Horn_Card # 4045 + - Fierce_Physique_Manteau # 15442 + - Combo: + - Horn_Card # 4045 + - Fierce_Magique_Manteau # 15443 + Script: | + bonus bLongAtkDef,5; + - Combos: + - Combo: + - Fierce_Physique_Armor_E # 15440 + - Fierce_Physique_Manteau # 15442 + - Fierce_Physique_Boots # 22240 + - Combo: + - Fierce_Magique_Armor_E # 15441 + - Fierce_Magique_Manteau # 15443 + - Fierce_Magique_Boots # 22241 + Script: | + bonus bAllStats,1; + bonus bMaxHPrate,2; + bonus bMaxSPrate,2; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + - Combos: + - Combo: + - Knight_Of_Abyss_Card # 4140 + - SKahn_Yoroi_EXE # 15450 + Script: | + bonus2 bAddClass,Class_Boss,5; + bonus2 bSubSize,Size_Large,10; + - Combos: + - Combo: + - Albatross_Armor_EXE # 15451 + - Odious_Robe_EXE # 15887 + - Insidious_Shoes_EXE # 22249 + Script: | + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus2 bAddClass,Class_Boss,10; + bonus2 bMagicAddClass,Class_Boss,10; + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; + - Combos: + - Combo: + - aegis_27417 # 27417 + - 1st_Anniver_Card # 300291 + Script: | + bonus bDelayrate,-3; + - Combos: + - Combo: + - aegis_27417 # 27417 + - 1st_Anniver_Card # 300291 + - aegis_300479 # 300479 + Script: | + bonus bHit,30; + - Combos: + - Combo: + - aegis_27417 # 27417 + - 1st_Anniver_Card # 300291 + - aegis_300480 # 300480 + Script: | + bonus2 bSubEle,Ele_All,20; + - Combos: + - Combo: + - aegis_27417 # 27417 + - 1st_Anniver_Card # 300291 + - aegis_300481 # 300481 + Script: | + bonus bDelayrate,-6; + - Combos: + - Combo: + - Apollo_Armor_TH # 15461 + - aegis_27417 # 27417 + Script: | + bonus bDelayrate,-5; + - Combos: + - Combo: + - Jupiter_Armor_TH # 15462 + - aegis_27417 # 27417 + Script: | + bonus bMatk,30; + - Combos: + - Combo: + - Ceres_Armor_TH # 15464 + - aegis_27417 # 27417 + Script: | + bonus bLongAtkRate,5; + - Combos: + - Combo: + - Mars_Armor_TH # 15463 + - aegis_27417 # 27417 + Script: | + bonus bBaseAtk,30; + - Combos: + - Combo: + - Neptune_Armor_TH # 15467 + - aegis_27417 # 27417 + - Combo: + - Neptune_ArmorDoram_TH # 15468 + - aegis_27417 # 27417 + Script: | + bonus bLongAtkRate,5; + bonus2 bMagicAtkEle,Ele_All,5; + - Combos: + - Combo: + - Vinus_Armor_TH # 15465 + - aegis_27417 # 27417 + Script: | + bonus2 bSubRace,RC_All,5; + - Combos: + - Combo: + - Vulcan_Armor_TH # 15466 + - aegis_27417 # 27417 + Script: | + bonus2 bIgnoreDefClassRate,Class_Normal,20; + - Combos: + - Combo: + - aegis_15469 # 15469 + - Manteau_Of_Fallen # 20748 + - Combo: + - aegis_15469 # 15469 + - Manteau_Of_Fallen_ # 20749 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,3*.@r; + if (.@r>=9) + bonus bBaseAtk,5*(readparam(bStr)/10); + else if (.@r>=11) + bonus bBaseAtk,7*(readparam(bStr)/10); + - Combos: + - Combo: + - Sprint_Ring # 2744 + - aegis_15470 # 15470 + Script: | + bonus bVariableCastrate,-4; + bonus bDelayrate,-4; + - Combos: + - Combo: + - Sprint_Shoes # 2440 + - aegis_15470 # 15470 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus bMaxSPrate,3; + if (.@r>=7) + bonus bMaxHPrate,2; + - Combos: + - Combo: + - Sprint_Mail # 2387 + - aegis_15470 # 15470 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bMaxHPrate,3; + if (.@r>=7) + bonus bMaxSPrate,2; + - Combos: + - Combo: + - Sprint_Mail # 2387 + - Sprint_Shoes # 2440 + - Sprint_Ring # 2744 + - aegis_15470 # 15470 + Script: | + bonus bVariableCastrate,-5; + bonus bDelayrate,-5; + - Combos: + - Combo: + - Comp_Overwhelm_Str_Armo # 15473 + - Temporal_Str_Boots_ # 22006 + - Combo: + - Comp_Overwhelm_Str_Armo # 15473 + - Modify_Str_Boots_ # 22113 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + .@shoes = getequiprefinerycnt(EQI_SHOES); + bonus bAtkRate,10; + if ((.@r + .@shoes) >= 21) { + bonus2 bIgnoreDefRaceRate,RC_Brute,20; + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + } + - Combos: + - Combo: + - Comp_Overwhelm_V_Armor # 15474 + - Temporal_Vit_Boots_ # 22007 + - Combo: + - Comp_Overwhelm_V_Armor # 15474 + - Modify_Vit_Boots_ # 22116 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + .@shoes = getequiprefinerycnt(EQI_SHOES); + bonus bMaxHPrate,10; + if ((.@r + .@shoes) >= 21) { + bonus2 bIgnoreDefRaceRate,RC_Brute,20; + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + } + - Combos: + - Combo: + - Comp_Overwh_Agi_Armor # 15475 + - Temporal_Agi_Boots_ # 22010 + - Combo: + - Comp_Overwh_Agi_Armor # 15475 + - Modify_Agi_Boots_ # 22115 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + .@shoes = getequiprefinerycnt(EQI_SHOES); + bonus bAspd,1; + if ((.@r + .@shoes) >= 21) { + bonus2 bIgnoreDefRaceRate,RC_Brute,20; + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + } + - Combos: + - Combo: + - Diabolus_Armor # 2375 + - aegis_15476 # 15476 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bStr,8; + bonus bDex,4; + bonus bMaxHP,1350; + bonus bBaseAtk,15*min(12,.@r); + bonus2 bResEff,Eff_Stone,300*min(12,.@r); + bonus2 bResEff,Eff_Stun,300*min(12,.@r); + - Combos: + - Combo: + - Diabolus_Robe # 2374 + - aegis_15476 # 15476 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bMdef,25; + bonus bMaxSP,350; + bonus bDelayrate,-10; + bonus bMatk,15*min(12,.@r); + bonus bHealPower,2*min(12,.@r); + - Combos: + - Combo: + - Diabolus_Manteau # 2537 + - aegis_15476 # 15476 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus bMaxHP,900; + bonus bLongAtkDef,10; + bonus2 bSubEle,Ele_Fire,2*min(12,.@r); + bonus2 bSubEle,Ele_Water,2*min(12,.@r); + bonus2 bSubEle,Ele_Wind,2*min(12,.@r); + - Combos: + - Combo: + - Diabolus_Boots # 2433 + - aegis_15476 # 15476 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus bMaxHP,100*(BaseLevel/3); + bonus bBaseAtk,12*min(12,.@r); + bonus bMatk,12*min(12,.@r); + - Combos: + - Combo: + - Diabolus_Ring # 2729 + - aegis_15476 # 15476 + Script: | + bonus bMaxHP,2000; + bonus bMaxSP,200; + bonus bHealPower,15; + - Combos: + - Combo: + - Comp_Overwh_D_Armor # 15477 + - Temporal_Dex_Boots_ # 22008 + - Combo: + - Comp_Overwh_D_Armor # 15477 + - Modify_Dex_Boots_ # 22117 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + .@shoes = getequiprefinerycnt(EQI_SHOES); + bonus bLongAtkRate,5; + if ((.@r + .@shoes) >= 21) { + bonus2 bIgnoreDefRaceRate,RC_Brute,20; + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + } + - Combos: + - Combo: + - Comp_Overwh_L_Armor # 15478 + - Temporal_Luk_Boots_ # 22011 + - Combo: + - Comp_Overwh_L_Armor # 15478 + - Modify_Luk_Boots_ # 22118 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + .@shoes = getequiprefinerycnt(EQI_SHOES); + bonus bCritAtkRate,10; + if ((.@r + .@shoes) >= 21) { + bonus2 bIgnoreDefRaceRate,RC_Brute,20; + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + } + - Combos: + - Combo: + - Argiope_Card # 4114 + - aegis_15479 # 15479 + Script: | + if (getequiprefinerycnt(EQI_ARMOR) >= 9) + bonus2 bResEff,Eff_Freeze,10000; + - Combos: + - Combo: + - ROZ_FV_CassockA_VIT # 15471 + - ROZ_FV_Cassock_Boots # 470171 + - ROZ_FV_Cassock_Manteau # 480224 + - aegis_490261 # 490261 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + .@shoes = getequiprefinerycnt(EQI_SHOES); + .@garment = getequiprefinerycnt(EQI_GARMENT); + autobonus "{ bonus2 bSPRegenRate,80,1000; }",10,3000,BF_MAGIC|BF_WEAPON; + bonus bVit,10; + bonus bMaxHP,1500; + bonus bMaxSP,350; + bonus bHPrecovRate,30; + bonus bSPrecovRate,20; + if ((.@r + .@shoes + .@garment) >= 30) { + bonus bAspdRate,10; + bonus bFixedCastrate,-20; + bonus2 bSubEle,Ele_All,10; + } + - Combos: + - Combo: + - aegis_400371 # 400371 + - aegis_480264 # 480264 + Script: | + if (getequiprefinerycnt(EQI_HEAD_TOP) >= 7) + autobonus "{}",20,7000,BF_WEAPON,"{ active_transform 1040,7000; }"; + - Combos: + - Combo: + - aegis_400478 # 400478 + - aegis_490267 # 490267 + - Combo: + - aegis_400478 # 400478 + - aegis_490268 # 490268 + - Combo: + - aegis_400479 # 400479 + - aegis_490267 # 490267 + - Combo: + - aegis_400479 # 400479 + - aegis_490268 # 490268 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus4 bAutoSpellOnSkill,"TK_JUMPKICK","RG_BACKSTAP",max(getskilllv("RG_BACKSTAP"),1),1000; + bonus4 bAutoSpellOnSkill,"RG_BACKSTAP","RG_STEALCOIN",max(getskilllv("RG_STEALCOIN"),1),50+(.@r*10); + - Combos: + - Combo: + - Storm # 29045 + - TrustRing # 490022 + Script: | + bonus2 bAddRace,RC_Fish,15; + bonus2 bMagicAddRace,RC_Fish,15; + bonus2 bAddEle,Ele_Water,15; + bonus2 bMagicAddEle,Ele_Water,15; + - Combos: + - Combo: + - Storm # 29045 + - Oceanus_Blessing # 450189 + Script: | + bonus2 bResEff,Eff_Freeze,10000; + autobonus "{ bonus bAspdRate,70; bonus bVariableCastrate,-70; bonus bDelayrate,-70; }",10,10000,BF_WEAPON|BF_MAGIC; + - Combos: + - Combo: + - Ingrid_Card # 300014 + - aegis_311439 # 311439 + Script: | + bonus bFlee2,10; + - Combos: + - Combo: + - Jungoliant_Card # 300007 + - aegis_311439 # 311439 + Script: | + skill "RA_CAMOUFLAGE",5; + UnEquipScript: | + sc_end SC_CAMOUFLAGE; + - Combos: + - Combo: + - Bone_Detale_Card # 300021 + - aegis_311439 # 311439 + Script: | + bonus bMatkRate,10; + bonus2 bVariableCastrate,"SL_KAIZEL",-50; + - Combos: + - Combo: + - Randgris_Card # 4407 + - aegis_311439 # 311439 + Script: | + bonus bAtkRate,15; + skill "PA_GOSPEL",10; + - Combos: + - Combo: + - Reginleif_Card # 300013 + - aegis_311439 # 311439 + Script: | + bonus bMaxHPrate,15; + bonus2 bSubEle,Ele_Dark,10; + - Combos: + - Combo: + - Death_Witch_Card # 300248 + - aegis_311439 # 311439 + Script: | + bonus bMatkRate,10; + skill "WL_DRAINLIFE",5; + - Combos: + - Combo: + - Tao_Gunka_Card # 4302 + - aegis_450225 # 450225 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + skill "NPC_STONESKIN",1; + bonus2 bSkillCooldown,"NPC_STONESKIN",-2000*.@r; + - Combos: + - Combo: + - aegis_300407 # 300407 + - aegis_450225 # 450225 + Script: | + bonus3 bAutoSpellWhenHit,"NPC_STONESKIN",6,50; + - Combos: + - Combo: + - aegis_311439 # 311439 + - aegis_450225 # 450225 + Script: | + bonus2 bAddSize,Size_All,30; + bonus2 bMagicAddSize,Size_All,30; + - Combos: + - Combo: + - H_AD_Hood # 20953 + - H_AD_Sandle # 22215 + - H_AD_Clip # 32252 + - BN_H_AD_Suits # 450246 + - Combo: + - H_AD_Suits + - H_AD_Hood + - H_AD_Sandle + - H_AD_Clip + Script: | + bonus bBaseAtk,10; + bonus bMatk,10; + bonus bMaxHP,150; + bonus bMaxSP,50; + bonus bHit,10; + - Combos: + - Combo: + - Save_The_King # 13465 + - Kings_Guard # 28927 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_L); + bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r; + bonus2 bSkillAtk,"SM_BASH",20*.@r; + bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r; + - Combos: + - Combo: + - Save_The_King # 13465 + - Kings_Mail # 15386 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r; + bonus2 bSkillAtk,"SM_BASH",20*.@r; + bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r; + - Combos: + - Combo: + - Kings_Mail # 15386 + - Kings_Guard # 28927 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus2 bSubEle,Ele_Dark,5*.@r; + - Combos: + - Combo: + - Lunar_Rainbow # 19156 + - Rainbow_Foxtail # 26163 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bBaseAtk,15*.@r; + bonus bMatk,15*.@r; + bonus bAspdRate,2*.@r; + - Combos: + - Combo: + - Bloody_Knight_Card # 4320 + - Rainbow_Foxtail # 26163 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus3 bAutoSpell,"WL_HELLINFERNO",3,30; + bonus2 bSkillAtk,"WL_HELLINFERNO",10*.@r; + - Combos: + - Combo: + - Knight_Windstorm_Card # 4318 + - Rainbow_Foxtail # 26163 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"SO_DIAMONDDUST",10*.@r; + bonus2 bMagicAtkEle,Ele_Water,5*.@r; + if (getskilllv("SU_SPRITEMABLE") == 1) + bonus3 bAutoSpell,"SO_DIAMONDDUST",5,50; + - Combos: + - Combo: + - aegis_300392 # 300392 + - Rainbow_Foxtail # 26163 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"SO_DIAMONDDUST",3*.@r; + bonus2 bMagicAtkEle,Ele_Water,.@r; + if (getskilllv("SU_SPRITEMABLE") == 1) + bonus3 bAutoSpell,"SO_DIAMONDDUST",5,20; + - Combos: + - Combo: + - Moon_Eyepatch # 5971 + - Dwarf_Beard_J # 19320 + Script: | + bonus2 bAddEle,Ele_Water,50; + - Combos: + - Combo: + - Elvira_Pendant # 28436 + - Elvira_Boots # 22140 + Script: | + bonus bAtkRate,10; + bonus bMatkRate,10; + bonus2 bSubEle,Ele_Wind,20; + - Combos: + - Combo: + - Soheon_Winged_Robe # 20796 + - So_Heon_Saber # 28519 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bMatk,5*.@r; + bonus bHealPower,2*.@r; + - Combos: + - Combo: + - Rora_Plate_Mail # 15208 + - Lora_Iron_Ball # 16053 + Script: | + bonus bBaseAtk,10*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Rudo_Black_Wings # 20853 + - Rudo_Heart_Roll # 28912 + Script: | + bonus2 bSubEle,Ele_Holy,3*getequiprefinerycnt(EQI_HAND_L); + - Combos: + - Combo: + - Flame_Bird # 19412 + - Phoenix_Foxtail # 550018 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bBaseAtk,15*.@r; + bonus bMatk,15*.@r; + bonus2 bIgnoreMdefRaceRate,RC_All,10*.@r; + - Combos: + - Combo: + - Mutant_Dragon_Card # 4203 + - Phoenix_Foxtail # 550018 + Script: | + bonus3 bAutoSpell,"WZ_METEOR",5,30; + bonus2 bSkillAtk,"WZ_METEOR",10*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Boitata_Card # 27126 + - Phoenix_Foxtail # 550018 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + if (getskilllv("SU_SPRITEMABLE") == 1) + bonus3 bAutoSpell,"WL_CRIMSONROCK",5,30; + bonus2 bSkillAtk,"WL_CRIMSONROCK",10*.@r; + bonus2 bMagicAtkEle,Ele_Fire,5*.@r; + - Combos: + - Combo: + - aegis_300402 # 300402 + - Phoenix_Foxtail # 550018 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + if (getskilllv("SU_SPRITEMABLE") == 1) + bonus3 bAutoSpell,"WL_CRIMSONROCK",5,30; + bonus2 bSkillAtk,"WL_CRIMSONROCK",3*.@r; + bonus2 bMagicAtkEle,Ele_Fire,2*.@r; + - Combos: + - Combo: + - Kings_Eager # 28712 + - Kings_Bless # 28713 + Script: | + bonus bAspdRate,5; + bonus2 bSkillAtk,GC_CROSSIMPACT,10; + - Combos: + - Combo: + - Cursed_Devils_Mail # 15173 + - Cursed_Devils_Manteau # 20818 + - Cursed_Devils_Boots # 22119 + Script: | + bonus bMaxHP,6666; + bonus bMaxSP,666; + bonus2 bSubEle,Ele_All,5; + bonus bLongAtkDef,5; + - Combos: + - Combo: + - Cursed_Devils_Mail # 15173 + - Cursed_Demon_Ring # 28518 + Script: | + bonus bAtkRate,10; + bonus bMatkRate,10; + - Combos: + - Combo: + - Cursed_Devils_Manteau # 20818 + - Cursed_Demon_Ring # 28518 + Script: | + bonus2 bSubEle,Ele_Water,30; + bonus2 bSubEle,Ele_Wind,30; + - Combos: + - Combo: + - Cursed_Devils_Boots # 22119 + - Cursed_Demon_Ring # 28518 + Script: | + bonus bAspdRate,10; + bonus bVariableCastrate,-10; + bonus bDelayrate,-10; + - Combos: + - Combo: + - Alice_Card # 4253 + - Witchslayer_Greatshield # 460010 + - Combo: + - Gaster_Card_J # 27191 + - Witchslayer_Greatshield # 460010 + - Combo: + - Pa_Monk_Card # 27254 + - Ordre_Card # 27255 + - Blut_Hase_Card # 27256 + - Witchslayer_Greatshield # 460010 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_L); + bonus2 bSubClass,Class_Normal,-10; + bonus2 bSubClass,Class_Boss,-10; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) { + bonus2 bSubClass,Class_Normal,-10; + bonus2 bSubClass,Class_Boss,-10; + if (.@r>=7) { + bonus2 bSubClass,Class_Normal,-10; + bonus2 bSubClass,Class_Boss,-10; + if (.@r>=9) { + bonus2 bSubClass,Class_Normal,-10; + bonus2 bSubClass,Class_Boss,-10; + } + } + } + - Combos: + - Combo: + - Brave_suit # 15349 + - Brave_muffler # 20924 + - Brave_shoes # 22193 + Script: | + bonus2 bAddRace,RC_Player_Doram,50; + bonus2 bAddRace,RC_Player_Human,50; + bonus2 bMagicAddRace,RC_Player_Doram,50; + bonus2 bMagicAddRace,RC_Player_Human,50; + bonus2 bResEff,Eff_WhiteImprison,10000; + /*Todo When Using Elvira Candy Activates Masquerade Ignorance*/ + - Combos: + - Combo: + - Tao_Gunka_Card # 4302 + - Brave_suit # 15349 + Script: | + bonus bMaxHPrate,-100; + - Combos: + - Combo: + - Brave_suit # 15349 + - aegis_300407 # 300407 + Script: | + bonus bMaxHPrate,-30; + - Combos: + - Combo: + - MD_Geffen_Suits # 450149 + - MD_Geffen_Cloth_JP # 480331 + Script: | + bonus bMdef,50; + bonus bMaxHPrate,25; + - Combos: + - Combo: + - MD_Geffen_Robe # 450150 + - MD_Geffen_Cloth_JP # 480331 + Script: | + bonus bHealPower,30; + bonus bUseSPrate,-10; + - Combos: + - Combo: + - Illusion_Box_Garden # 311075 + - aegis_410247 # 410247 + Script: | + bonus2 bAddClass,Class_Boss,10; + bonus2 bMagicAddClass,Class_Boss,10; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + - Combos: + - Combo: + - FaceWorm_Skin # 20717 + - Comp_Temporal_Boots_TW # 22258 + - Combo: + - FaceWorm_Skin_ # 20718 + - Comp_Temporal_Boots_TW # 22258 + Script: | + bonus bMaxHPrate,15; + bonus bMaxSPrate,5; + - Combos: + - Combo: + - Temporal_Boots_TW # 22202 + - aegis_490332 # 490332 + Script: | + if (readparam(bStr)>=120) { + bonus bAtkRate,8; + bonus2 bAddSize,Size_All,8; + } + if (readparam(bAgi)>=120) { + bonus bAspdRate,4; + bonus bCritAtkRate,15; + } + if (readparam(bVit)>=120) { + bonus bMaxHPrate,8; + bonus bDelayrate,-8; + } + if (readparam(bInt)>=120) { + bonus bMatkRate,8; + bonus2 bMagicAtkEle,Ele_All,8; + } + if (readparam(bDex)>=120) { + bonus bLongAtkRate,5; + bonus bAtkRate,8; + } + if (readparam(bLuk)>=120) { + bonus bCritAtkRate,10; + bonus bAspd,1; + } + - Combos: + - Combo: + - Temporal_Cape_TW # 480076 + - aegis_490332 # 490332 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + if (.@r>=9) { + bonus2 bIgnoreDefRaceRate,RC_All,5; + bonus2 bIgnoreMdefRaceRate,RC_All,5; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5; + bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5; + } + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,15; + bonus2 bIgnoreMdefRaceRate,RC_All,15; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-15; + bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-15; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_610055 # 610055 + - Combo: + - aegis_480323 # 480323 + - aegis_610055 # 610055 + - Combo: + - aegis_480339 # 480339 + - aegis_610055 # 610055 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"AS_SONICBLOW",20; + bonus2 bSkillAtk,"ASC_METEORASSAULT",20; + if (.@sum>=18) { + bonus bBaseAtk,15; + bonus2 bAddSize,Size_All,5; + } + if (.@sum>=21) { + bonus2 bSkillAtk,"AS_SONICBLOW",10; + bonus2 bSkillAtk,"ASC_METEORASSAULT",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_560050 # 560050 + - Combo: + - aegis_480323 # 480323 + - aegis_560050 # 560050 + - Combo: + - aegis_480339 # 480339 + - aegis_560050 # 560050 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"MO_CHAINCOMBO",20; + bonus2 bSkillAtk,"MO_COMBOFINISH",20; + if (.@sum>=18) { + bonus bBaseAtk,15; + bonus2 bAddSize,Size_All,5; + } + if (.@sum>=21) { + bonus2 bSkillAtk,"MO_CHAINCOMBO",10; + bonus2 bSkillAtk,"MO_COMBOFINISH",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_630034 # 630034 + - Combo: + - aegis_480323 # 480323 + - aegis_630034 # 630034 + - Combo: + - aegis_480339 # 480339 + - aegis_630034 # 630034 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",20; + bonus2 bSkillAtk,"LK_SPIRALPIERCE",20; + if (.@sum>=18) { + bonus bBaseAtk,15; + bonus2 bAddSize,Size_All,5; + } + if (.@sum>=21) { + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",10; + bonus2 bSkillAtk,"LK_SPIRALPIERCE",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_510120 # 510120 + - Combo: + - aegis_480323 # 480323 + - aegis_510120 # 510120 + - Combo: + - aegis_480339 # 480339 + - aegis_510120 # 510120 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"RG_BACKSTAP",20; + bonus2 bSkillAtk,"RG_RAID",20; + if (.@sum>=18) { + bonus bBaseAtk,15; + bonus2 bAddSize,Size_All,5; + } + if (.@sum>=21) { + bonus2 bSkillAtk,"RG_BACKSTAP",10; + bonus2 bSkillAtk,"RG_RAID",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_640047 # 640047 + - Combo: + - aegis_480323 # 480323 + - aegis_640047 # 640047 + - Combo: + - aegis_480339 # 480339 + - aegis_640047 # 640047 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); + bonus bMatk,30; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bSkillAtk,"WZ_METEOR",20; + bonus2 bSkillAtk,"WZ_VERMILION",20; + if (.@sum>=18) { + bonus bMatk,15; + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + } + if (.@sum>=21) { + bonus2 bSkillAtk,"WZ_METEOR",10; + bonus2 bSkillAtk,"WZ_VERMILION",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_650043 # 650043 + - Combo: + - aegis_480323 # 480323 + - aegis_650043 # 650043 + - Combo: + - aegis_480339 # 480339 + - aegis_650043 # 650043 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,30; + bonus bMatk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; + bonus2 bSkillAtk,"NJ_HUUMA",20; + if (.@sum>=18) { + bonus bBaseAtk,15; + bonus bMatk,15; + bonus2 bAddSize,Size_All,5; + bonus2 bMagicAddSize,Size_All,5; + } + if (.@sum>=21) { + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",10; + bonus2 bSkillAtk,"NJ_HUUMA",10; + } + - Combos: + - Combo: + - Up_Apple_Of_Archer_IL # 400463 + - aegis_480322 # 480322 + - Combo: + - aegis_400483 # 400483 + - aegis_480322 # 480322 + Script: | + .@sum = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + if (.@sum>=18) { + bonus bBaseAtk,25; + bonus bMatk,25; + } + if (.@sum>=21) + bonus bLongAtkRate,5; + - Combos: + - Combo: + - Up_Apple_Of_Archer_IL # 400463 + - aegis_480323 # 480323 + - Combo: + - aegis_400483 # 400483 + - aegis_480323 # 480323 + Script: | + .@sum = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + if (.@sum>=18) { + bonus bBaseAtk,25; + bonus bMatk,25; + } + if (.@sum>=21) + bonus bCritAtkRate,5; + - Combos: + - Combo: + - Up_Apple_Of_Archer_IL # 400463 + - aegis_480339 # 480339 + - Combo: + - aegis_400483 # 400483 + - aegis_480339 # 480339 + Script: | + .@sum = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT); + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + if (.@sum>=18) { + bonus bBaseAtk,25; + bonus bMatk,25; + } + if (.@sum>=21) + bonus2 bSubEle,Ele_Neutral,5; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300427 # 300427 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300427 # 300427 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300427 # 300427 + Script: | + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300428 # 300428 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300428 # 300428 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300428 # 300428 + Script: | + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300429 # 300429 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300429 # 300429 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300429 # 300429 + Script: | + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300430 # 300430 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300430 # 300430 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300430 # 300430 + Script: | + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300431 # 300431 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300431 # 300431 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300431 # 300431 + Script: | + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300432 # 300432 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300432 # 300432 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300432 # 300432 + Script: | + bonus2 bSkillAtk,"GS_DISARM",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300433 # 300433 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300433 # 300433 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300433 # 300433 + Script: | + bonus2 bSkillAtk,"GS_DISARM",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300434 # 300434 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300434 # 300434 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300434 # 300434 + Script: | + bonus2 bSkillAtk,"GS_DISARM",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300435 # 300435 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300435 # 300435 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300435 # 300435 + Script: | + bonus2 bSkillAtk,"GS_DISARM",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_300436 # 300436 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_300436 # 300436 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_300436 # 300436 + Script: | + bonus2 bSkillAtk,"GS_DISARM",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310338 # 310338 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310338 # 310338 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310338 # 310338 + Script: | + bonus2 bSkillAtk,"KN_BOWLINGBASH",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310339 # 310339 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310339 # 310339 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310339 # 310339 + Script: | + bonus2 bSkillAtk,"KN_BOWLINGBASH",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310340 # 310340 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310340 # 310340 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310340 # 310340 + Script: | + bonus2 bSkillAtk,"KN_BOWLINGBASH",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310341 # 310341 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310341 # 310341 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310341 # 310341 + Script: | + bonus2 bSkillAtk,"KN_BOWLINGBASH",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310342 # 310342 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310342 # 310342 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310342 # 310342 + Script: | + bonus2 bSkillAtk,"KN_BOWLINGBASH",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310343 # 310343 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310343 # 310343 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310343 # 310343 + Script: | + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310344 # 310344 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310344 # 310344 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310344 # 310344 + Script: | + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310345 # 310345 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310345 # 310345 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310345 # 310345 + Script: | + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310346 # 310346 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310346 # 310346 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310346 # 310346 + Script: | + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310347 # 310347 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310347 # 310347 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310347 # 310347 + Script: | + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310348 # 310348 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310348 # 310348 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310348 # 310348 + Script: | + bonus2 bSkillAtk,"CR_HOLYCROSS",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310349 # 310349 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310349 # 310349 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310349 # 310349 + Script: | + bonus2 bSkillAtk,"CR_HOLYCROSS",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310350 # 310350 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310350 # 310350 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310350 # 310350 + Script: | + bonus2 bSkillAtk,"CR_HOLYCROSS",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310351 # 310351 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310351 # 310351 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310351 # 310351 + Script: | + bonus2 bSkillAtk,"CR_HOLYCROSS",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310352 # 310352 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310352 # 310352 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310352 # 310352 + Script: | + bonus2 bSkillAtk,"CR_HOLYCROSS",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310353 # 310353 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310353 # 310353 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310353 # 310353 + Script: | + bonus2 bSkillAtk,"CR_GRANDCROSS",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310354 # 310354 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310354 # 310354 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310354 # 310354 + Script: | + bonus2 bSkillAtk,"CR_GRANDCROSS",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310355 # 310355 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310355 # 310355 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310355 # 310355 + Script: | + bonus2 bSkillAtk,"CR_GRANDCROSS",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310356 # 310356 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310356 # 310356 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310356 # 310356 + Script: | + bonus2 bSkillAtk,"CR_GRANDCROSS",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310357 # 310357 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310357 # 310357 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310357 # 310357 + Script: | + bonus2 bSkillAtk,"CR_GRANDCROSS",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310358 # 310358 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310358 # 310358 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310358 # 310358 + Script: | + bonus2 bSkillAtk,"WZ_METEOR",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310359 # 310359 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310359 # 310359 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310359 # 310359 + Script: | + bonus2 bSkillAtk,"WZ_METEOR",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310360 # 310360 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310360 # 310360 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310360 # 310360 + Script: | + bonus2 bSkillAtk,"WZ_METEOR",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310361 # 310361 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310361 # 310361 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310361 # 310361 + Script: | + bonus2 bSkillAtk,"WZ_METEOR",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310362 # 310362 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310362 # 310362 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310362 # 310362 + Script: | + bonus2 bSkillAtk,"WZ_METEOR",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310363 # 310363 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310363 # 310363 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310363 # 310363 + Script: | + bonus2 bSkillAtk,"WZ_VERMILION",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310364 # 310364 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310364 # 310364 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310364 # 310364 + Script: | + bonus2 bSkillAtk,"WZ_VERMILION",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310365 # 310365 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310365 # 310365 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310365 # 310365 + Script: | + bonus2 bSkillAtk,"WZ_VERMILION",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310366 # 310366 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310366 # 310366 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310366 # 310366 + Script: | + bonus2 bSkillAtk,"WZ_VERMILION",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310367 # 310367 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310367 # 310367 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310367 # 310367 + Script: | + bonus2 bSkillAtk,"WZ_VERMILION",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310368 # 310368 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310368 # 310368 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310368 # 310368 + Script: | + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310369 # 310369 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310369 # 310369 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310369 # 310369 + Script: | + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310370 # 310370 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310370 # 310370 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310370 # 310370 + Script: | + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310371 # 310371 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310371 # 310371 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310371 # 310371 + Script: | + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310372 # 310372 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310372 # 310372 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310372 # 310372 + Script: | + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310373 # 310373 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310373 # 310373 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310373 # 310373 + Script: | + bonus2 bSkillAtk,"MG_FIREBOLT",10; + bonus2 bSkillAtk,"MG_COLDBOLT",10; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310374 # 310374 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310374 # 310374 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310374 # 310374 + Script: | + bonus2 bSkillAtk,"MG_FIREBOLT",20; + bonus2 bSkillAtk,"MG_COLDBOLT",20; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310375 # 310375 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310375 # 310375 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310375 # 310375 + Script: | + bonus2 bSkillAtk,"MG_FIREBOLT",30; + bonus2 bSkillAtk,"MG_COLDBOLT",30; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310376 # 310376 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310376 # 310376 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310376 # 310376 + Script: | + bonus2 bSkillAtk,"MG_FIREBOLT",40; + bonus2 bSkillAtk,"MG_COLDBOLT",40; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310377 # 310377 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310377 # 310377 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310377 # 310377 + Script: | + bonus2 bSkillAtk,"MG_FIREBOLT",50; + bonus2 bSkillAtk,"MG_COLDBOLT",50; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310378 # 310378 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310378 # 310378 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310378 # 310378 + Script: | + bonus2 bSkillAtk,"WS_CARTTERMINATION",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310379 # 310379 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310379 # 310379 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310379 # 310379 + Script: | + bonus2 bSkillAtk,"WS_CARTTERMINATION",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310380 # 310380 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310380 # 310380 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310380 # 310380 + Script: | + bonus2 bSkillAtk,"WS_CARTTERMINATION",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310381 # 310381 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310381 # 310381 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310381 # 310381 + Script: | + bonus2 bSkillAtk,"WS_CARTTERMINATION",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310382 # 310382 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310382 # 310382 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310382 # 310382 + Script: | + bonus2 bSkillAtk,"WS_CARTTERMINATION",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310383 # 310383 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310383 # 310383 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310383 # 310383 + Script: | + bonus bCritAtkRate,5; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310384 # 310384 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310384 # 310384 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310384 # 310384 + Script: | + bonus bCritAtkRate,10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310385 # 310385 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310385 # 310385 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310385 # 310385 + Script: | + bonus bCritAtkRate,15; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310386 # 310386 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310386 # 310386 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310386 # 310386 + Script: | + bonus bCritAtkRate,20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310387 # 310387 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310387 # 310387 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310387 # 310387 + Script: | + bonus bCritAtkRate,25; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310388 # 310388 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310388 # 310388 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310388 # 310388 + Script: | + bonus2 bSkillAtk,"AM_ACIDTERROR",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310389 # 310389 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310389 # 310389 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310389 # 310389 + Script: | + bonus2 bSkillAtk,"AM_ACIDTERROR",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310390 # 310390 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310390 # 310390 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310390 # 310390 + Script: | + bonus2 bSkillAtk,"AM_ACIDTERROR",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310391 # 310391 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310391 # 310391 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310391 # 310391 + Script: | + bonus2 bSkillAtk,"AM_ACIDTERROR",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310392 # 310392 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310392 # 310392 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310392 # 310392 + Script: | + bonus2 bSkillAtk,"AM_ACIDTERROR",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310393 # 310393 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310393 # 310393 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310393 # 310393 + Script: | + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310394 # 310394 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310394 # 310394 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310394 # 310394 + Script: | + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310395 # 310395 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310395 # 310395 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310395 # 310395 + Script: | + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310396 # 310396 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310396 # 310396 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310396 # 310396 + Script: | + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310397 # 310397 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310397 # 310397 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310397 # 310397 + Script: | + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310398 # 310398 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310398 # 310398 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310398 # 310398 + Script: | + bonus2 bSkillAtk,"AS_SONICBLOW",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310399 # 310399 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310399 # 310399 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310399 # 310399 + Script: | + bonus2 bSkillAtk,"AS_SONICBLOW",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310400 # 310400 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310400 # 310400 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310400 # 310400 + Script: | + bonus2 bSkillAtk,"AS_SONICBLOW",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310401 # 310401 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310401 # 310401 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310401 # 310401 + Script: | + bonus2 bSkillAtk,"AS_SONICBLOW",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310402 # 310402 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310402 # 310402 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310402 # 310402 + Script: | + bonus2 bSkillAtk,"AS_SONICBLOW",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310403 # 310403 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310403 # 310403 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310403 # 310403 + Script: | + bonus2 bSkillAtk,"ASC_METEORASSAULT",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310404 # 310404 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310404 # 310404 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310404 # 310404 + Script: | + bonus2 bSkillAtk,"ASC_METEORASSAULT",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310405 # 310405 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310405 # 310405 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310405 # 310405 + Script: | + bonus2 bSkillAtk,"ASC_METEORASSAULT",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310406 # 310406 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310406 # 310406 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310406 # 310406 + Script: | + bonus2 bSkillAtk,"ASC_METEORASSAULT",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310407 # 310407 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310407 # 310407 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310407 # 310407 + Script: | + bonus2 bSkillAtk,"ASC_METEORASSAULT",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310408 # 310408 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310408 # 310408 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310408 # 310408 + Script: | + bonus2 bSkillAtk,"RG_BACKSTAP",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310409 # 310409 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310409 # 310409 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310409 # 310409 + Script: | + bonus2 bSkillAtk,"RG_BACKSTAP",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310410 # 310410 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310410 # 310410 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310410 # 310410 + Script: | + bonus2 bSkillAtk,"RG_BACKSTAP",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310411 # 310411 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310411 # 310411 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310411 # 310411 + Script: | + bonus2 bSkillAtk,"RG_BACKSTAP",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310412 # 310412 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310412 # 310412 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310412 # 310412 + Script: | + bonus2 bSkillAtk,"RG_BACKSTAP",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310413 # 310413 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310413 # 310413 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310413 # 310413 + Script: | + bonus2 bSkillAtk,"RG_RAID",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310414 # 310414 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310414 # 310414 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310414 # 310414 + Script: | + bonus2 bSkillAtk,"RG_RAID",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310415 # 310415 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310415 # 310415 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310415 # 310415 + Script: | + bonus2 bSkillAtk,"RG_RAID",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310416 # 310416 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310416 # 310416 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310416 # 310416 + Script: | + bonus2 bSkillAtk,"RG_RAID",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310417 # 310417 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310417 # 310417 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310417 # 310417 + Script: | + bonus2 bSkillAtk,"RG_RAID",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310418 # 310418 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310418 # 310418 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310418 # 310418 + Script: | + bonus2 bSkillAtk,"PR_MAGNUS",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310419 # 310419 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310419 # 310419 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310419 # 310419 + Script: | + bonus2 bSkillAtk,"PR_MAGNUS",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310420 # 310420 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310420 # 310420 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310420 # 310420 + Script: | + bonus2 bSkillAtk,"PR_MAGNUS",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310421 # 310421 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310421 # 310421 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310421 # 310421 + Script: | + bonus2 bSkillAtk,"PR_MAGNUS",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310422 # 310422 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310422 # 310422 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310422 # 310422 + Script: | + bonus2 bSkillAtk,"PR_MAGNUS",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310423 # 310423 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310423 # 310423 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310423 # 310423 + Script: | + bonus2 bAddSize,Size_All,5; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310424 # 310424 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310424 # 310424 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310424 # 310424 + Script: | + bonus2 bAddSize,Size_All,10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310425 # 310425 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310425 # 310425 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310425 # 310425 + Script: | + bonus2 bAddSize,Size_All,15; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310426 # 310426 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310426 # 310426 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310426 # 310426 + Script: | + bonus2 bAddSize,Size_All,20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310427 # 310427 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310427 # 310427 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310427 # 310427 + Script: | + bonus2 bAddSize,Size_All,25; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310428 # 310428 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310428 # 310428 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310428 # 310428 + Script: | + bonus2 bSkillAtk,"MO_CHAINCOMBO",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310429 # 310429 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310429 # 310429 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310429 # 310429 + Script: | + bonus2 bSkillAtk,"MO_CHAINCOMBO",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310430 # 310430 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310430 # 310430 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310430 # 310430 + Script: | + bonus2 bSkillAtk,"MO_CHAINCOMBO",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310431 # 310431 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310431 # 310431 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310431 # 310431 + Script: | + bonus2 bSkillAtk,"MO_CHAINCOMBO",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310432 # 310432 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310432 # 310432 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310432 # 310432 + Script: | + bonus2 bSkillAtk,"MO_CHAINCOMBO",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310433 # 310433 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310433 # 310433 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310433 # 310433 + Script: | + bonus2 bSkillAtk,"MO_COMBOFINISH",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310434 # 310434 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310434 # 310434 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310434 # 310434 + Script: | + bonus2 bSkillAtk,"MO_COMBOFINISH",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310435 # 310435 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310435 # 310435 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310435 # 310435 + Script: | + bonus2 bSkillAtk,"MO_COMBOFINISH",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310436 # 310436 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310436 # 310436 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310436 # 310436 + Script: | + bonus2 bSkillAtk,"MO_COMBOFINISH",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310437 # 310437 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310437 # 310437 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310437 # 310437 + Script: | + bonus2 bSkillAtk,"MO_COMBOFINISH",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310438 # 310438 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310438 # 310438 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310438 # 310438 + Script: | + bonus2 bSkillAtk,"HT_BLITZBEAT",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310439 # 310439 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310439 # 310439 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310439 # 310439 + Script: | + bonus2 bSkillAtk,"HT_BLITZBEAT",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310440 # 310440 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310440 # 310440 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310440 # 310440 + Script: | + bonus2 bSkillAtk,"HT_BLITZBEAT",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310441 # 310441 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310441 # 310441 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310441 # 310441 + Script: | + bonus2 bSkillAtk,"HT_BLITZBEAT",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310442 # 310442 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310442 # 310442 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310442 # 310442 + Script: | + bonus2 bSkillAtk,"HT_BLITZBEAT",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310443 # 310443 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310443 # 310443 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310443 # 310443 + Script: | + bonus2 bSkillAtk,"AC_DOUBLE",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310444 # 310444 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310444 # 310444 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310444 # 310444 + Script: | + bonus2 bSkillAtk,"AC_DOUBLE",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310445 # 310445 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310445 # 310445 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310445 # 310445 + Script: | + bonus2 bSkillAtk,"AC_DOUBLE",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310446 # 310446 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310446 # 310446 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310446 # 310446 + Script: | + bonus2 bSkillAtk,"AC_DOUBLE",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310447 # 310447 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310447 # 310447 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310447 # 310447 + Script: | + bonus2 bSkillAtk,"AC_DOUBLE",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310448 # 310448 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310448 # 310448 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310448 # 310448 + Script: | + bonus2 bSkillAtk,"BA_MUSICALSTRIKE",10; + bonus2 bSkillAtk,"DC_THROWARROW",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310449 # 310449 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310449 # 310449 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310449 # 310449 + Script: | + bonus2 bSkillAtk,"BA_MUSICALSTRIKE",20; + bonus2 bSkillAtk,"DC_THROWARROW",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310450 # 310450 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310450 # 310450 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310450 # 310450 + Script: | + bonus2 bSkillAtk,"BA_MUSICALSTRIKE",30; + bonus2 bSkillAtk,"DC_THROWARROW",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310451 # 310451 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310451 # 310451 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310451 # 310451 + Script: | + bonus2 bSkillAtk,"BA_MUSICALSTRIKE",40; + bonus2 bSkillAtk,"DC_THROWARROW",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310452 # 310452 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310452 # 310452 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310452 # 310452 + Script: | + bonus2 bSkillAtk,"BA_MUSICALSTRIKE",50; + bonus2 bSkillAtk,"DC_THROWARROW",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310453 # 310453 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310453 # 310453 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310453 # 310453 + Script: | + bonus2 bSkillAtk,"CG_ARROWVULCAN",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310454 # 310454 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310454 # 310454 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310454 # 310454 + Script: | + bonus2 bSkillAtk,"CG_ARROWVULCAN",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310455 # 310455 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310455 # 310455 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310455 # 310455 + Script: | + bonus2 bSkillAtk,"CG_ARROWVULCAN",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310456 # 310456 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310456 # 310456 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310456 # 310456 + Script: | + bonus2 bSkillAtk,"CG_ARROWVULCAN",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310457 # 310457 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310457 # 310457 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310457 # 310457 + Script: | + bonus2 bSkillAtk,"CG_ARROWVULCAN",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310458 # 310458 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310458 # 310458 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310458 # 310458 + Script: | + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310459 # 310459 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310459 # 310459 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310459 # 310459 + Script: | + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310460 # 310460 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310460 # 310460 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310460 # 310460 + Script: | + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310461 # 310461 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310461 # 310461 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310461 # 310461 + Script: | + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310462 # 310462 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310462 # 310462 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310462 # 310462 + Script: | + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310463 # 310463 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310463 # 310463 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310463 # 310463 + Script: | + bonus2 bSkillAtk,"NJ_HUUMA",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310464 # 310464 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310464 # 310464 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310464 # 310464 + Script: | + bonus2 bSkillAtk,"NJ_HUUMA",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310465 # 310465 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310465 # 310465 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310465 # 310465 + Script: | + bonus2 bSkillAtk,"NJ_HUUMA",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310466 # 310466 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310466 # 310466 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310466 # 310466 + Script: | + bonus2 bSkillAtk,"NJ_HUUMA",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310467 # 310467 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310467 # 310467 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310467 # 310467 + Script: | + bonus2 bSkillAtk,"NJ_HUUMA",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310468 # 310468 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310468 # 310468 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310468 # 310468 + Script: | + bonus2 bSkillAtk,"NJ_KOUENKA",10; + bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; + bonus2 bSkillAtk,"NJ_HUUJIN",10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310469 # 310469 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310469 # 310469 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310469 # 310469 + Script: | + bonus2 bSkillAtk,"NJ_KOUENKA",20; + bonus2 bSkillAtk,"NJ_HYOUSENSOU",20; + bonus2 bSkillAtk,"NJ_HUUJIN",20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310470 # 310470 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310470 # 310470 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310470 # 310470 + Script: | + bonus2 bSkillAtk,"NJ_KOUENKA",30; + bonus2 bSkillAtk,"NJ_HYOUSENSOU",30; + bonus2 bSkillAtk,"NJ_HUUJIN",30; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310471 # 310471 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310471 # 310471 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310471 # 310471 + Script: | + bonus2 bSkillAtk,"NJ_KOUENKA",40; + bonus2 bSkillAtk,"NJ_HYOUSENSOU",40; + bonus2 bSkillAtk,"NJ_HUUJIN",40; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310472 # 310472 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310472 # 310472 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310472 # 310472 + Script: | + bonus2 bSkillAtk,"NJ_KOUENKA",50; + bonus2 bSkillAtk,"NJ_HYOUSENSOU",50; + bonus2 bSkillAtk,"NJ_HUUJIN",50; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310473 # 310473 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310473 # 310473 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310473 # 310473 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310474 # 310474 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310474 # 310474 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310474 # 310474 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310475 # 310475 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310475 # 310475 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310475 # 310475 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,15; + bonus2 bMagicAtkEle,Ele_Fire,15; + bonus2 bMagicAtkEle,Ele_Water,15; + bonus2 bMagicAtkEle,Ele_Wind,15; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310476 # 310476 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310476 # 310476 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310476 # 310476 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,20; + bonus2 bMagicAtkEle,Ele_Fire,20; + bonus2 bMagicAtkEle,Ele_Water,20; + bonus2 bMagicAtkEle,Ele_Wind,20; + - Combos: + - Combo: + - Muffler_IL # 20838 + - aegis_310477 # 310477 + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_310477 # 310477 + - Combo: + - Clack_Of_Servival_IL # 20847 + - aegis_310477 # 310477 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,25; + bonus2 bMagicAtkEle,Ele_Fire,25; + bonus2 bMagicAtkEle,Ele_Water,25; + bonus2 bMagicAtkEle,Ele_Wind,25; + - Combos: + - Combo: + - Ancient_Mimic_Card # 4387 + - Ceres_Armor_TW_LT # 450293 + Script: | + bonus bBaseAtk,100; + bonus bMatk,100; + bonus bLongAtkRate,20; + bonus2 bMagicAtkEle,Ele_All,20; + - Combos: + - Combo: + - Clown_Card # 4560 + - Ceres_Armor_TW_LT # 450293 + - Combo: + - Gypsy_Card # 4566 + - Ceres_Armor_TW_LT # 450293 + Script: | + bonus bBaseAtk,100; + bonus bMatk,100; + bonus bLongAtkRate,25; + bonus2 bMagicAtkEle,Ele_All,25; + bonus2 bSubRace,RC_All,10; + bonus2 bResEff,Eff_Freeze,10000; + - Combos: + - Combo: + - Grave_Verit_Card # 4658 + - Jupiter_Armor_TW_LT # 450294 + Script: | + bonus bMatk,100; + bonus bMdef,10; + bonus2 bMagicAddRace,RC_All,15; + - Combos: + - Combo: + - Fallen_Bishop_Card # 4441 + - Jupiter_Armor_TW_LT # 450294 + Script: | + bonus bMatk,100; + bonus bMaxSPrate,50; + bonus bMdef,20; + bonus2 bMagicAddRace,RC_All,30; + - Combos: + - Combo: + - Ferus__Card # 4381 + - Apollo_Armor_TW_LT # 450295 + Script: | + bonus bDelayrate,-8; + bonus bLongAtkRate,15; + bonus bShortAtkRate,15; + - Combos: + - Combo: + - Eddga_Card # 4123 + - Apollo_Armor_TW_LT # 450295 + Script: | + bonus bDelayrate,-8; + bonus bLongAtkRate,30; + bonus bShortAtkRate,30; + bonus3 bAddEffWhenHit,Eff_Freeze,5000,ATF_MAGIC; + bonus3 bAddEffWhenHit,Eff_Bleeding,5000,ATF_MAGIC; + bonus3 bAddEffWhenHit,Eff_Stone,5000,ATF_MAGIC; + - Combos: + - Combo: + - Whisper_Boss_Card # 4303 + - Mars_Armor_TW_LT # 450296 + Script: | + bonus bFlee,30; + bonus bBaseAtk,100; + - Combos: + - Combo: + - Kades_Card # 4580 + - Mars_Armor_TW_LT # 450296 + Script: | + bonus bFlee,50; + bonus bBaseAtk,150; + bonus2 bSubEle,Ele_Ghost,20; + bonus2 bSubEle,Ele_Holy,20; + - Combos: + - Combo: + - Antique_Firelock_Card # 4160 + - Vinus_Armor_TW_LT # 450297 + Script: | + bonus bBaseAtk,100; + bonus2 bSubRace,RC_All,5; + bonus2 bAddClass,Class_Boss,10; + - Combos: + - Combo: + - Lady_Tanee_Card # 4376 + - Vinus_Armor_TW_LT # 450297 + Script: | + bonus bMaxHPrate,50; + bonus2 bSubRace,RC_All,5; + bonus bBaseAtk,100; + bonus2 bAddClass,Class_Boss,30; + - Combos: + - Combo: + - Porcellio_Card # 4337 + - Vulcan_Armor_TW_LT # 450298 + Script: | + bonus bBaseAtk,100; + bonus2 bAddSize,Size_All,15; + bonus2 bIgnoreDefClassRate,Class_Normal,20; + - Combos: + - Combo: + - Gloom_Under_Night_Card # 4408 + - Vulcan_Armor_TW_LT # 450298 + Script: | + bonus bBaseAtk,100; + bonus2 bAddSize,Size_All,30; + bonus2 bIgnoreDefClassRate,Class_Normal,20; + - Combos: + - Combo: + - Astraea_Shoes_LT # 470205 + - Astraea_Cape_LT # 480338 + Script: | + bonus2 bSubRace,RC_All,10; + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + - Combos: + - Combo: + - Force3 # 4910 + - Moroc_Slave_TW # 420236 + Script: | + bonus bShortAtkRate,20; + bonus2 bSubRace,RC_All,-15; + - Combos: + - Combo: + - Intellect3 # 4913 + - Moroc_Slave_TW # 420236 + Script: | + bonus2 bMagicAtkEle,Ele_All,20; + bonus2 bSubRace,RC_All,-15; + - Combos: + - Combo: + - Swiftness3 # 4916 + - Moroc_Slave_TW # 420236 + Script: | + bonus bDelayrate,-10; + bonus bMaxHPrate,-20; + - Combos: + - Combo: + - Artful3 # 4922 + - Moroc_Slave_TW # 420236 + Script: | + bonus bLongAtkRate,20; + bonus2 bSubRace,RC_All,-15; + - Combos: + - Combo: + - Tough3 # 4919 + - Moroc_Slave_TW # 420236 + Script: | + bonus bMaxHPrate,30; + bonus bAspdRate,-50; + - Combos: + - Combo: + - Fortune3 # 4925 + - Moroc_Slave_TW # 420236 + Script: | + bonus bCritAtkRate,20; + bonus bHealPower,20; + bonus bDelayrate,10; + - Combos: + - Combo: + - Ahat_Card # 27322 + - Moroc_Slave_TW # 420236 + - Combo: + - Shnaim_Card # 27323 + - Moroc_Slave_TW # 420236 + Script: | + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + - Combos: + - Combo: + - DespairGodMorocc_Card # 27321 + - Moroc_Slave_TW # 420236 + Script: | + bonus bMaxHPrate,50; + bonus2 bAddRace,RC_All,40; + - Combos: + - Combo: + - Justice_Power # 312014 + - Justice_Vigor_BO # 312447 + Script: | + bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",30; + bonus bShortAtkRate,20; + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + - Combos: + - Combo: + - Injustice_Power # 312021 + - Injustice_Vigor_BO # 312448 + Script: | + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",30; + bonus bCritAtkRate,20; + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + - Combos: + - Combo: + - Justice_Power # 312014 + - Justice_Vigor_DK # 312449 + Script: | + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",20; + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",40; + bonus2 bAddEle,Ele_All,20; + bonus bDelayrate,-5; + - Combos: + - Combo: + - Injustice_Power # 312021 + - Injustice_Vigor_DK # 312450 + Script: | + bonus2 bSkillAtk,"DK_HACKANDSLASHER",20; + bonus2 bSkillAtk,"DK_STORMSLASH",40; + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + - Combos: + - Combo: + - Phantom_Of_Opera + - Wit_Pumpkin_Hat + Script: | + bonus bFlee,10; + - Combos: + - Combo: + - Black_Leather_Boots + - Rider_Insignia + - Rider_Suit + - Combo: + - Black_Leather_Boots + - Rider_Insignia_ + - Rider_Suit + - Combo: + - Black_Leather_Boots_ + - Rider_Insignia + - Rider_Suit + - Combo: + - Black_Leather_Boots_ + - Rider_Insignia_ + - Rider_Suit + Script: | + bonus bAgi,2; + bonus bFlee,5; + - Combos: + - Combo: + - Memorize_Book + - One_Eyed_Glass + - Pocket_Watch_ + - Pocket_Watch__ + - Combo: + - Memorize_Book_ + - One_Eyed_Glass + - Pocket_Watch_ + - Pocket_Watch__ + - Combo: + - Memorize_Book + - Pocket_Watch_ + - Pocket_Watch__ + - One_Eyed_Glass_ + - Combo: + - Memorize_Book_ + - Pocket_Watch_ + - Pocket_Watch__ + - One_Eyed_Glass_ + Script: | + bonus bMatkRate,-7; + bonus bHPrecovRate,-15; + bonus bSPrecovRate,-15; + - Combos: + - Combo: + - Cape_Of_Ancient_Lord_ + - Robe_Of_Flattery + Script: | + .@r = getrefine(); + bonus bMaxSPrate,10+.@r; + bonus bFlee,10+.@r; + - Combos: + - Combo: + - Atk1p + - Atk1p_Top + - Atk1p_Bottom + Script: | + bonus bAtkRate,2; + - Combos: + - Combo: + - Matk1p + - Matk1p_Top + - Matk1p_Bottom + Script: | + bonus bMatkRate,2; + - Combos: + - Combo: + - Supper_Swimsuit_K + - Scuba_Mask_K + - Oxygen_Bomb_K + Script: | + bonus bAspdRate,10; + bonus2 bCriticalAddRace,RC_Fish,50; + - Combos: + - Combo: + - S_Spirit_Earring + - S_Spirit_Pendant + - S2_Spirit_M_E_Weapon + Script: | + .@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); + bonus bMatk,10; + if (.@r>=20) { + bonus bMatkRate,1; + } + if (.@r>=25) { + bonus bMatkRate,1; + } + - Combos: + - Combo: + - Destruction_Rod_M + - Racing_C_Warlock + Script: | + bonus2 bVariableCastrate,"HW_MAGICPOWER",50; + - Combos: + - Combo: + - C_Fan_Of_Summer_R + - C_Pinwheel_Cap_R + Script: | + bonus bFixedCast,-200; + - Combos: + - Combo: + - Antique_Cello + - BioWeapon_Helm_WM + - Combo: + - Scarlet_Ribbon + - BioWeapon_Helm_WM + Script: | + bonus bLongAtkRate,10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",getequiprefinerycnt(EQI_HAND_R)*10; + - Combos: + - Combo: + - Black_Circle + - BioWeapon_Helm_WM + - Combo: + - Heart_Whip + - BioWeapon_Helm_WM + Script: | + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bSkillAtk,"WM_METALICSOUND",getequiprefinerycnt(EQI_HAND_R)*5; + - Combos: + - Combo: + - Thanos_Helm_1 + - Thanos_Axe_AD + Script: | + .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddRace,RC_Undead,10; + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddRace,RC_Insect,10; + bonus2 bAddRace,RC_Fish,10; + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_DemiHuman,10; + bonus2 bAddRace,RC_Angel,10; + bonus2 bAddRace,RC_Dragon,10; + bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r_weapon/2); + - Combos: + - Combo: + - Thanos_Helm_1 + - Thanos_Spear_AD + Script: | + .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + bonus bDelayrate,-10; + bonus2 bSkillAtk,"LG_HESPERUSLIT",10*(.@r_weapon/2); + - Combos: + - Combo: + - Thanos_Helm_1 + - Thanos_TSword_AD + Script: | + .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"RK_WINDCUTTER",10*(.@r_weapon/2); + - Combos: + - Combo: + - Guard_IL + - Ancient_Dagger_IL + Script: | + .@r = getequiprefinerycnt(EQI_HAND_L); + .@r_weapon = getequiprefinerycnt(EQI_HAND_R); + .@sum = .@r + .@r_weapon; + bonus bMatk,50; + if (.@r >= 6 && .@r_weapon >= 7) { + bonus bPerfectHitAddRate,10; + } + if (.@sum >= 17) { + bonus2 bMagicAtkEle,Ele_All,15; + bonus3 bAutoSpell,"SO_CLOUD_KILL",3,1; + } + if (.@sum >= 22) { + autobonus3 "{ bonus5 bAutoSpell,\"SO_POISON_BUSTER\",1,10,BF_MAGIC,1; }",100,30000,"SO_CLOUD_KILL"; + } + - Combos: + - Combo: + - Chain_Of_Seal + - Choker_Of_Restriction + - Combo: + - Chain_Of_Seal_ + - Choker_Of_Restriction + Script: | + bonus bCritAtkRate,7; + - Combos: + - Combo: + - S_SpellCaster_Armor + - S_SpellCaster_Shoes + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); + bonus bUseSPrate,-10; + if (.@sum>=20) { + bonus bFixedCast,-300; + } + - Combos: + - Combo: + - aegis_311924 + - aegis_311925 + Script: | + bonus bRes,15; + bonus bMRes,15; + - Combos: + - Combo: + - Well_Baked_Toast + - Amistr_Cap + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + if (.@r>8) { + bonus bMaxHP,400; + } + else if (.@r>6) { + bonus bMaxHP,200; + } + else { + bonus bMaxHP,100; + } + - Combos: + - Combo: + - Fourth_1h_Nindo + - Fourth_1h_Nindo2 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"SS_SEKIENHOU",5*(.@r/2); + bonus2 bSkillAtk,"SS_REIKETSUHOU",5*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); + - Combos: + - Combo: + - Solid_Dagger + - Wicked_Edge + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + .@g = getenchantgrade(EQI_HAND_R); + bonus2 bSkillAtk,"SS_SEKIENHOU",6*(.@r/2); + bonus2 bSkillAtk,"SS_REIKETSUHOU",6*(.@r/2); + bonus2 bSkillAtk,"SS_ANTENPOU",10*(.@r/3); + bonus2 bMagicAtkEle,Ele_All,4*(.@r/4); + if (.@g>=ENCHANTGRADE_D) { + bonus bSpl,2; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SS_SEKIENHOU",10; + bonus2 bSkillAtk,"SS_REIKETSUHOU",10; + if (.@g>=ENCHANTGRADE_B) { + bonus bSMatk,2; + } + } + } + - Combos: + - Combo: + - Poenitentia_Sol + - Poenitentia_Jana + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + .@g = getenchantgrade(EQI_HAND_R); + bonus bMatkRate,10; + bonus2 bSkillAtk,"SS_RAIDENPOU",10; + bonus2 bSkillAtk,"SS_KINRYUUHOU",10; + bonus2 bSkillAtk,"NJ_KOUENKA",3*(.@r/2); + bonus2 bSkillAtk,"NJ_HYOUSENSOU",3*(.@r/2); + bonus2 bSkillAtk,"NJ_HUUJIN",3*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-10; + } + if (.@r>=9) { + bonus2 bSkillAtk,"NJ_KOUENKA",30; + bonus2 bSkillAtk,"NJ_HYOUSENSOU",30; + bonus2 bSkillAtk,"NJ_HUUJIN",30; + } + if (.@r>=11) { + bonus2 bMagicAddRace,RC_Plant,20; + bonus2 bMagicAddRace,RC_Undead,20; + bonus2 bMagicAddRace,RC_Formless,20; + bonus2 bMagicAddRace,RC_Angel,20; + bonus2 bMagicAddRace,RC_Dragon,20; + bonus2 bMagicAddRace,RC_Fish,20; + bonus2 bMagicAddRace,RC_Insect,20; + bonus2 bMagicAddRace,RC_Brute,20; + bonus2 bMagicAddRace,RC_Demon,20; + bonus2 bMagicAddRace,RC_DemiHuman,20; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bSkillAtk,"SS_RAIDENPOU",5; + bonus2 bSkillAtk,"SS_KINRYUUHOU",5; + } + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SS_RAIDENPOU",8; + bonus2 bSkillAtk,"SS_KINRYUUHOU",8; + bonus bSMatk,1; + } + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"SS_RAIDENPOU",12; + bonus2 bSkillAtk,"SS_KINRYUUHOU",12; + bonus bSpl,1; + } + - Combos: + - Combo: + - Justice_Vigor_CD # 312422 + - Justice_Power # 312014 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",40; + bonus2 bSkillAtk,"CD_FRAMEN",20; + - Combos: + - Combo: + - Justice_Vigor_IQ # 312423 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"IQ_FIRST_BRAND",40; + bonus2 bSkillAtk,"IQ_THIRD_PUNISH",20; + - Combos: + - Combo: + - Justice_Vigor_SOA # 312424 + - Justice_Power # 312014 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",40; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",20; + - Combos: + - Combo: + - Injustice_Vigor_CD # 312425 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritAtkRate,20; + bonus bCritical,5; + bonus2 bSkillAtk,"CD_PETITIO",30; + - Combos: + - Combo: + - Injustice_Vigor_IQ # 312426 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + bonus2 bSkillAtk,"IQ_OLEUM_SANCTUM",40; + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",20; + - Combos: + - Combo: + - Injustice_Vigor_SOA # 312427 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",40; + bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",20; + - Combos: + - Combo: + - M_Crystal_S_Cast # 312428 + - Dolor_HatK_LT # 400465 + Script: | + bonus bVariableCastrate,-10; + - Combos: + - Combo: + - M_Crystal_S_Delay # 312429 + - Dolor_HatK_LT # 400465 + Script: | + bonus bDelayrate,-10; + - Combos: + - Combo: + - M_Crystal_HitTarget # 312430 + - Dolor_HatK_LT # 400465 + Script: | + bonus bPerfectHitRate,10; + - Combos: + - Combo: + - M_Crystal_CRI # 312431 + - Dolor_HatK_LT # 400465 + Script: | + bonus bCritical,10; + - Combos: + - Combo: + - M_Crystal_Atk_Speed # 312432 + - Dolor_HatK_LT # 400465 + Script: | + bonus bAspdRate,10; + - Combos: + - Combo: + - Justice_Vigor_SH # 312451 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",40; + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",20; + - Combos: + - Combo: + - Injustice_Vigor_SH # 312452 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",40; + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",20; + - Combos: + - Combo: + - aegis_312476 # 312476 + - aegis_311460 # 311460 + Script: | + .@a = getskilllv("SKE_WAR_BOOK_MASTERY")/2; + bonus bCRate,.@a; + bonus bCritical,.@a; + - Combos: + - Combo: + - aegis_312476 # 312476 + - aegis_311461 # 311461 + Script: | + bonus2 bSkillAtk,"SKE_NOON_BLAST",10; + - Combos: + - Combo: + - aegis_312476 # 312476 + - aegis_311462 # 311462 + Script: | + bonus2 bSkillAtk,"SKE_SUNSET_BLAST",15; + - Combos: + - Combo: + - aegis_312477 # 312477 + - Sorcerer_Top3 # 311011 + Script: | + bonus2 bSkillAtk,"EM_CONFLAGRATION",10; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",10; + - Combos: + - Combo: + - aegis_312477 # 312477 + - Sorcerer_Middle3 # 311012 + Script: | + bonus2 bSkillAtk,"EM_VENOM_SWAMP",10; + - Combos: + - Combo: + - aegis_312477 # 312477 + - Sorcerer_Bottom3 # 311013 + Script: | + bonus2 bMagicAddEle,Ele_All,3*getskilllv("EM_SPELL_ENCHANTING"); + - Combos: + - Combo: + - aegis_312478 # 312478 + - aegis_311430 # 311430 + Script: | + bonus2 bSkillAtk,"MT_TRIPLE_LASER",10; + - Combos: + - Combo: + - aegis_312478 # 312478 + - aegis_311431 # 311431 + Script: | + bonus2 bAddSize,Size_All,3*(getskilllv("MT_TWOAXEDEF")/2); + - Combos: + - Combo: + - aegis_312478 # 312478 + - aegis_311432 # 311432 + Script: | + bonus2 bSkillAtk,"MT_SPARK_BLASTER",15; + - Combos: + - Combo: + - Justice_Vigor_EM # 312639 + - Justice_Power # 312014 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",40; + bonus2 bSkillAtk,"EM_DIAMOND_STORM",20; + - Combos: + - Combo: + - Justice_Vigor_WH # 312640 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + bonus2 bSkillAtk,"WH_GALESTORM",40; + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",20; + - Combos: + - Combo: + - Justice_Vigor_SKE # 312641 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + bonus2 bSkillAtk,"SKE_SUNSET_BLAST",40; + bonus2 bSkillAtk,"SKE_NOON_BLAST",20; + - Combos: + - Combo: + - Injustice_Vigor_EM # 312642 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"EM_CONFLAGRATION",40; + bonus2 bSkillAtk,"EM_VENOM_SWAMP",20; + - Combos: + - Combo: + - Injustice_Vigor_WH # 312643 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"WH_DEEPBLINDTRAP",40; + bonus2 bSkillAtk,"WH_SWIFTTRAP",40; + bonus2 bSkillAtk,"WH_SOLIDTRAP",20; + bonus2 bSkillAtk,"WH_FLAMETRAP",20; + - Combos: + - Combo: + - Injustice_Vigor_SKE # 312644 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"SKE_DAWN_BREAK",40; + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",20; + - Combos: + - Combo: + - Thanatos_Sword_FA # 480324 + - Dolor_HatK_LT # 400465 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bVariableCastrate,-10; + if (.@r>=7) { + bonus2 bMagicAddEle,Ele_Holy,20; + bonus2 bAddEle,Ele_Holy,20; + bonus2 bMagicAddEle,Ele_Dark,20; + bonus2 bAddEle,Ele_Dark,20; + if (.@r>=9) { + bonus2 bAddRace,RC_Angel,15; + bonus2 bMagicAddRace,RC_Angel,15; + bonus2 bAddRace,RC_Dragon,15; + bonus2 bMagicAddRace,RC_Dragon,15; + if (.@r>=11) { + bonus2 bAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Medium,15; + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Large,15; + } + } + } + - Combos: + - Combo: + - Bakonawa_Tattoo # 2910 + - Tatoo_Brush_BR # 15924 + Script: | + .@a = (readparam(bStr)+readparam(bLuk))/20; + skill "TF_DOUBLE",3; + bonus bHit,5*.@a; + bonus bShortAtkRate,.@a; + - Combos: + - Combo: + - Buwaya_Tattoo # 2907 + - Tatoo_Brush_BR # 15924 + Script: | + .@a = (readparam(bInt)+readparam(bDex))/20; + bonus bFixedCast,-200; + bonus bMatkRate,.@a; + bonus bDelayrate,-.@a; + - Combos: + - Combo: + - Bangungot_Tattoo # 2911 + - Tatoo_Brush_BR # 15924 + Script: | + .@a = (readparam(bAgi)+readparam(bVit))/20; + bonus bNoCastCancel; + bonus bVariableCastrate,-.@a; + bonus bHealPower2,2*.@a; + bonus bAddItemHealRate,2*.@a; + - Combos: + - Combo: + - aegis_312417 # 312417 + - aegis_410243 # 410243 + - Combo: + - aegis_312417 # 312417 + - aegis_410244 # 410244 + Script: | + bonus bPerfectHitAddRate,25; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - aegis_420223 # 420223 + Script: | + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus bNoCastCancel; + - Combos: + - Combo: + - Judgement_Slasher_J # 28777 + - aegis_312417 # 312417 + - Combo: + - Repent_Slasher_J # 28778 + - aegis_312417 # 312417 + Script: | + bonus bAtkRate,50; + bonus bReduceDamageReturn,50; + - Combos: + - Combo: + - Golden_Wrench_J # 1337 + - aegis_312417 # 312417 + - Combo: + - Combo_Fist_J # 1868 + - aegis_312417 # 312417 + - Combo: + - Asura_Bandage_J # 1869 + - aegis_312417 # 312417 + - Combo: + - Staff_Of_Miracle_J # 2061 + - aegis_312417 # 312417 + - Combo: + - Gravitation_Staff_J # 2062 + - aegis_312417 # 312417 + - Combo: + - Adorare_Staff_J # 2063 + - aegis_312417 # 312417 + - Combo: + - Rapid_Fire_C_Bow_J # 18193 + - aegis_312417 # 312417 + - Combo: + - Sharp_Star_Bow_J # 18194 + - aegis_312417 # 312417 + - Combo: + - Aiming_Bow_J # 18195 + - aegis_312417 # 312417 + - Combo: + - Falken_Shooter_J # 18196 + - aegis_312417 # 312417 + - Combo: + - Wind_Gale_J # 18197 + - aegis_312417 # 312417 + - Combo: + - Volar_J # 21056 + - aegis_312417 # 312417 + - Combo: + - Vernan_J # 21057 + - aegis_312417 # 312417 + - Combo: + - Crimson_Rose_Stick_J # 26168 + - aegis_312417 # 312417 + - Combo: + - Psychic_Spear_Rod_J # 26169 + - aegis_312417 # 312417 + - Combo: + - Dust_Grave_J # 26170 + - aegis_312417 # 312417 + - Combo: + - Ponitendtia_J # 26171 + - aegis_312417 # 312417 + - Combo: + - Heart_Whip_J # 26217 + - aegis_312417 # 312417 + - Combo: + - Scarlet_Ribbon_J # 26218 + - aegis_312417 # 312417 + - Combo: + - Reaper_Cross_J # 28048 + - aegis_312417 # 312417 + - Combo: + - Agudo_Filo_J # 28049 + - aegis_312417 # 312417 + - Combo: + - Maxi_Spanner_J # 28142 + - aegis_312417 # 312417 + - Combo: + - Boltigin_J # 28637 + - aegis_312417 # 312417 + - Combo: + - Jack_The_Knife_J # 28779 + - aegis_312417 # 312417 + - Combo: + - Platinum_Dagger_J # 28780 + - aegis_312417 # 312417 + - Combo: + - Argen_Blanco_J # 32028 + - aegis_312417 # 312417 + - Combo: + - Harve_J # 32029 + - aegis_312417 # 312417 + - Combo: + - Fortrage_J # 32030 + - aegis_312417 # 312417 + - Combo: + - Black_Circle_J # 32112 + - aegis_312417 # 312417 + - Combo: + - Antique_Cello_J # 32113 + - aegis_312417 # 312417 + - Combo: + - Farthezan_J # 32354 + - aegis_312417 # 312417 + - Combo: + - Estal_J # 32355 + - aegis_312417 # 312417 + - Combo: + - Engine_Pilebuncker_J # 32404 + - aegis_312417 # 312417 + - Combo: + - Coolant_Injection_J # 32405 + - aegis_312417 # 312417 + - Combo: + - Gene_Rod_J # 32406 + - aegis_312417 # 312417 + - Combo: + - Lucis_Flail_J # 32407 + - aegis_312417 # 312417 + - Combo: + - Bright_Mace_J # 32408 + - aegis_312417 # 312417 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bAtkRate,5*.@r; + bonus bMatkRate,5*.@r; + bonus bReduceDamageReturn,10*.@r; + - Combos: + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Lapier # 500028 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Axe # 520009 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_G_Spear # 530014 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_M_Book # 540024 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Wand # 550029 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Knuckle # 560020 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Violin # 570019 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_C_Rope # 580019 + Script: | + skill "CR_PROVIDENCE",3; + bonus bMaxHPrate,15; + bonus2 bSubClass,Class_Boss,10; + - Combos: + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Katar # 610023 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Lance # 630013 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_T_Staff # 640021 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_C_Bow # 700033 + - Combo: + - aegis_312418 # 312418 + - Vivatus_F_Ballista # 700034 + Script: | + skill "CR_PROVIDENCE",3; + bonus bMaxHPrate,15; + bonus2 bSubClass,Class_Boss,50; + - Combos: + - Combo: + - EP18_Demi_Freyja_Card # 300228 + - aegis_312418 # 312418 + Script: | + bonus2 bIgnoreMdefRaceRate,RC_All,50; + bonus2 bIgnoreMResRaceRate,RC_All,50; + bonus2 bRegenPercentHP,3,1000; + - Combos: + - Combo: + - Big_Eggring_Card_J # 27228 + - aegis_312421 # 312421 + Script: | + bonus bAllStats,10; + - Combos: + - Combo: + - Mutant_Coelacanth_Card # 4528 + - aegis_312421 # 312421 + Script: | + bonus bMaxHPrate,15; + bonus bMatkRate,10; + - Combos: + - Combo: + - Cruel_Coelacanth_Card # 4529 + - aegis_312421 # 312421 + Script: | + bonus bMaxSPrate,15; + bonus bAtkRate,10; + - Combos: + - Combo: + - Black_Coelacanth_Card # 4527 + - aegis_312421 # 312421 + Script: | + bonus bMaxHPrate,50; + bonus bDef,150; + - Combos: + - Combo: + - Odd_Coelacanth_Card # 4526 + - aegis_312421 # 312421 + Script: | + bonus bMaxHPrate,50; + bonus bMdef,25; + - Combos: + - Combo: + - Ant_Buyanne_Card # 4451 + - aegis_312421 # 312421 + Script: | + bonus bMaxHPrate,50; + skill "WZ_METEOR",10; + - Combos: + - Combo: + - Giant_Octopus_Card # 4534 + - aegis_312421 # 312421 + Script: | + bonus bMaxHPrate,50; + skill "SA_DELUGE",5; + - Combos: + - Combo: + - Nahtzigger_Card # 4457 + - aegis_312421 # 312421 + Script: | + bonus bMaxHPrate,50; + bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-80000; + - Combos: + - Combo: + - Kraken_Card # 4525 + - aegis_312421 # 312421 + Script: | + bonus2 bSubEle,Ele_Water,50; + skill "RG_TUNNELDRIVE",1; + - Combos: + - Combo: + - Striking_hat # 19379 + - aegis_460052 # 460052 + Script: | + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + - Combos: + - Combo: + - Striking_Mail # 450165 + - aegis_460052 # 460052 + Script: | + bonus bLongAtkRate,2*getequiprefinerycnt(EQI_ARMOR); + - Combos: + - Combo: + - aegis_460052 # 460052 + - Striking_Mikoshi # 480114 + Script: | + bonus2 bSubEle,Ele_Neutral,10; + - Combos: + - Combo: + - aegis_460052 # 460052 + - Striking_Shoes # 470048 + Script: | + bonus bAtkRate,4*getequiprefinerycnt(EQI_SHOES); + - Combos: + - Combo: + - Hero # 29509 + - aegis_460052 # 460052 + Script: | + bonus bLongAtkRate,15; + - Combos: + - Combo: + - aegis_311439 # 311439 + - aegis_480319 # 480319 + Script: | + bonus bDelayrate,-25; + - Combos: + - Combo: + - aegis_311883 # 311883 + - aegis_480319 # 480319 + Script: | + bonus bAspdRate,20; + - Combos: + - Combo: + - Faith_Of_Yggdrasil # 400213 + - aegis_490380 # 490380 + - Combo: + - Faith_Of_Yggdrasil # 400213 + - aegis_490381 # 490381 + Script: | + bonus bAllStats,10; + bonus bSpeedRate,25; + - Combos: + - Combo: + - WhistleK # 400000 + - aegis_400476 # 400476 + Script: | + bonus bAtkRate,4; + bonus bMatkRate,4; + - Combos: + - Combo: + - Bow_Of_Storm # 18123 + - aegis_400476 # 400476 + Script: | + bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Gigantic_Bow # 18122 + - aegis_400476 # 400476 + Script: | + bonus2 bSkillCooldown,"RA_ARROWSTORM",-1500; + bonus bAspdRate,3*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Ukulele_Of_Newoz # 1935 + - aegis_400476 # 400476 + - Combo: + - Floral_Mic_Of_Igu # 1990 + - aegis_400476 # 400476 + Script: | + bonus bVariableCastrate,-25; + bonus2 bSkillAtk,"CG_ARROWVULCAN",7*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Contabass # 1934 + - aegis_400476 # 400476 + - Combo: + - Gymnastics_Ribbon # 1989 + - aegis_400476 # 400476 + Script: | + bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; + bonus2 bSkillAtk,"WM_METALICSOUND",7*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Luwmin_Ice # 19173 + - aegis_480332 # 480332 + Script: | + bonus2 bResEff,Eff_Freeze,10000; + bonus2 bAddItemHealRate,536,150; + - Combos: + - Combo: + - Bishop_Necklace # 28387 + - LoveOfGoddess_S # 29124 + - aegis_480332 # 480332 + Script: | + bonus bMatk,30; + bonus bDelayrate,-10; + bonus bVariableCastrate,-10; + if (getequiprefinerycnt(EQI_GARMENT)>=11) + bonus3 bAutoSpell,"PA_PRESSURE",3,70; + - Combos: + - Combo: + - Fanatic_Necklace # 28500 + - JusticeOfGoddess_S # 29122 + - aegis_480332 # 480332 + Script: | + bonus bHit,10; + bonus bMatkRate,10; + bonus bAspdRate,10; + if (getequiprefinerycnt(EQI_GARMENT)>=11) + bonus3 bAutoSpell,"SO_DIAMONDDUST",3,100; + - Combos: + - Combo: + - PoPe_Osuwari_Head # 19172 + - aegis_480332 # 480332 + Script: | + bonus bAtkRate,10; + bonus bAspdRate,10; + bonus bLongAtkRate,10; + if (getequiprefinerycnt(EQI_GARMENT)>=11) { + bonus bHit,15; + bonus bCritAtkRate,15; + bonus bFixedCast,-500; + } + - Combos: + - Combo: + - PoringTownOnion # 19238 + - aegis_400477 # 400477 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bMaxHP,1000; + bonus bMaxSP,200; + bonus bBaseAtk,10*(.@r/2); + bonus bHit,4*(.@r/2); + bonus bAspdRate,.@r/2; + - Combos: + - Combo: + - PoringTownCarrot # 19239 + - aegis_400477 # 400477 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bMaxHP,1000; + bonus bMaxSP,200; + bonus bMatk,10*(.@r/2); + bonus bDelayrate,-.@r/2; + bonus bVariableCastrate,-2*(.@r/2); + - Combos: + - Combo: + - Hunting_Arrow # 1774 + - aegis_480313 # 480313 + - Combo: + - Hunting_Arrow # 1774 + - aegis_480314 # 480314 + Script: | + bonus bLongAtkRate,20; + bonus2 bSkillAtk,"RA_ARROWSTORM",10; + - Combos: + - Combo: + - Thanatos_Sword_FA # 480324 + - Red_Force_Pendant_LT # 490382 + - Combo: + - Thanatos_Sword_FA # 480324 + - Blue_Mental_Pendant_LT # 490383 + Script: | + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bPAtk,3; + bonus bSMatk,3; + bonus2 bAddSize,Size_Medium,15; + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Large,15; + - Combos: + - Combo: + - Holy_Cannon_Ball # 18001 + - aegis_28982 # 28982 + - Combo: + - Holy_Cannon_Ball # 18001 + - aegis_28983 # 28983 + Script: | + bonus2 bAddEle,Ele_Dark,10; + - Combos: + - Combo: + - Dark_Cannon_Ball # 18002 + - aegis_28982 # 28982 + - Combo: + - Dark_Cannon_Ball # 18002 + - aegis_28983 # 28983 + Script: | + bonus2 bAddEle,Ele_Holy,10; + - Combos: + - Combo: + - Royal_Bow_K # 18164 + - aegis_480358 # 480358 + - Combo: + - aegis_480358 # 480358 + - Up_Royal_Bow_K # 700018 + - Combo: + - aegis_480358 # 480358 + - Comp_Royal_Bow_K # 700057 + - Combo: + - Royal_Bow_K # 18164 + - aegis_480359 # 480359 + - Combo: + - aegis_480359 # 480359 + - Up_Royal_Bow_K # 700018 + - Combo: + - aegis_480359 # 480359 + - Comp_Royal_Bow_K # 700057 + Script: | + bonus2 bSkillCooldown,"RA_ARROWSTORM",-2500; + - Combos: + - Combo: + - Arrow_Of_Shadow # 1767 + - aegis_480358 # 480358 + - Combo: + - Arrow_Of_Shadow # 1767 + - aegis_480359 # 480359 + Script: | + bonus bLongAtkRate,20; + bonus2 bSkillAtk,"RA_ARROWSTORM",10; + - Combos: + - Combo: + - aegis_490406 # 490406 + - Up_Iron_Nail_K # 560008 + - Combo: + - aegis_490407 # 490407 + - Up_Iron_Nail_K # 560008 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",(readparam(bStr)+readparam(bDex))/12; + - Combos: + - Combo: + - aegis_490406 # 490406 + - Up_Ray_Knuckle # 560009 + - Combo: + - aegis_490407 # 490407 + - Up_Ray_Knuckle # 560009 + Script: | + bonus bShortAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SR_TIGERCANNON",(readparam(bStr)+readparam(bVit))/12; + - Combos: + - Combo: + - Old_Camo_RabbitHood # 18984 + - aegis_490400 # 490400 + - Combo: + - Old_Camo_RabbitHood # 18984 + - aegis_490401 # 490401 + Script: | + bonus bCritAtkRate,15; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",30; + skill "NJ_UTSUSEMI",1; + bonus2 bSkillCooldown,"NJ_UTSUSEMI",10000; + - Combos: + - Combo: + - Old_Minstrel_Song_Hat # 18976 + - aegis_490400 # 490400 + - Combo: + - Old_Dying_Swan # 18981 + - aegis_490400 # 490400 + - Combo: + - Old_Minstrel_Song_Hat # 18976 + - aegis_490401 # 490401 + - Combo: + - Old_Dying_Swan # 18981 + - aegis_490401 # 490401 + Script: | + bonus2 bAddSize,Size_All,15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; + bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1500; + - Combos: + - Combo: + - aegis_490402 # 490402 + - Up_Undine_Spear_K # 530006 + - Combo: + - aegis_490403 # 490403 + - Up_Undine_Spear_K # 530006 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"LG_BANISHINGPOINT",(readparam(bStr)+readparam(bVit))/12; + - Combos: + - Combo: + - aegis_490402 # 490402 + - Up_Light_Blade # 500017 + - Combo: + - aegis_490403 # 490403 + - Up_Light_Blade # 500017 + Script: | + bonus bMatkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"PA_PRESSURE",(readparam(bAgi)+readparam(bInt))/12; + - Combos: + - Combo: + - Bear's_Power # 4875 + - Temporal_Ring_TW_LT # 490404 + Script: | + bonus bBaseAtk,100; + - Combos: + - Combo: + - Speed_Of_Light # 4877 + - Temporal_Ring_TW_LT # 490404 + Script: | + bonus bDelayrate,-12; + - Combos: + - Combo: + - Muscle_Fool # 4878 + - Temporal_Ring_TW_LT # 490404 + Script: | + bonus bMaxHPrate,20; + - Combos: + - Combo: + - Runaway_Magic # 4876 + - Temporal_Ring_TW_LT # 490404 + Script: | + bonus bMatk,100; + - Combos: + - Combo: + - Hawkeye # 4879 + - Temporal_Ring_TW_LT # 490404 + Script: | + bonus bLongAtkRate,20; + - Combos: + - Combo: + - Lucky_Day # 4880 + - Temporal_Ring_TW_LT # 490404 + Script: | + bonus bCritAtkRate,20; + - Combos: + - Combo: + - Temporal_Boots_LT_TW # 470183 + - Temporal_Ring_TW_LT # 490404 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus bPAtk,.@r; + bonus bSMatk,.@r; + bonus bMaxHPrate,2*.@r; + bonus bMaxSPrate,2*.@r; + if (getenchantgrade(EQI_SHOES) >= ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,25; + bonus2 bMagicAddEle,Ele_All,25; + } + - Combos: + - Combo: + - Hero # 29509 + - aegis_312300 # 312300 + Script: | + bonus2 bSkillCooldown,"DK_SERVANTWEAPON",-30000; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_312473 # 312473 + Script: | + bonus2 bSkillCooldown,"AG_CRIMSON_ARROW",-300; + bonus2 bSkillCooldown,"AG_STORM_CANNON",-300; + - Combos: + - Combo: + - aegis_490397 # 490397 + - Up_Oriental_Sword # 600009 + - Combo: + - aegis_490398 # 490398 + - Up_Oriental_Sword # 600009 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"RK_SONICWAVE",(readparam(bStr)+readparam(bLuk))/12; + - Combos: + - Combo: + - Up_Dragonic_Slayer # 21058 + - aegis_490397 # 490397 + - Combo: + - Up_Dragonic_Slayer # 21058 + - aegis_490398 # 490398 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) { + bonus2 bSkillAtk,"RK_DRAGONBREATH",(readparam(bVit)+readparam(bDex))/12; + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",(readparam(bVit)+readparam(bDex))/12; + } + - Combos: + - Combo: + - Claw_Of_Garm # 1815 + - aegis_400490 # 400490 + - Combo: + - Claw_Of_Garm # 1815 + - aegis_490399 # 490399 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus4 bAutoSpellOnSkill,"MO_FINGEROFFENSIVE","CH_SOULCOLLECT",1,1000; + bonus bMaxHPrate,-2*.@r; + bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",10*.@r; + bonus3 bAddEff,Eff_Bleeding,100*.@r,ATF_LONG; + - Combos: + - Combo: + - Illusion_Armor_A # 15376 + - Adventure_Clover # 420239 + - Combo: + - Illusion_Armor_B # 15377 + - Adventure_Clover # 420239 + Script: | + bonus bAtkRate,20; + bonus bMatkRate,20; + bonus2 bExpAddRace,RC_All,2; + - Combos: + - Combo: + - Adventure_Clover # 420239 + - Auto_Armor_A # 450127 + - Combo: + - Adventure_Clover # 420239 + - Auto_Armor_B # 450128 + Script: | + bonus bAtkRate,20; + bonus bMatkRate,20; + bonus2 bExpAddRace,RC_All,3; + - Combos: + - Combo: + - Adventure_Clover # 420239 + - Gray_W_Suits # 450177 + - Combo: + - Adventure_Clover # 420239 + - Gray_W_Robe # 450178 + Script: | + bonus bAtkRate,20; + bonus bMatkRate,20; + bonus2 bExpAddRace,RC_All,4; + - Combos: + - Combo: + - Temporal_Armor_TW_LT # 450299 + - Temporal_Cape_TW_LT # 480312 + Script: | + if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT) >= 22) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + } + - Combos: + - Combo: + - Temporal_Armor_TW_LT # 450299 + - Temporal_Boots_LT_TW # 470183 + Script: | + bonus bBaseAtk,80; + bonus bMatk,80; + if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES) >= 22) { + bonus2 bAddClass,Class_All,10; + bonus2 bMagicAddClass,Class_All,10; + } + - Combos: + - Combo: + - Temporal_Armor_TW_LT # 450299 + - Temporal_Boots_LT_TW # 470183 + - Temporal_Cape_TW_LT # 480312 + Script: | + if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT) >= 37) + bonus bDelayrate,-10; + if (getenchantgrade(EQI_SHOES) && getenchantgrade(EQI_GARMENT) >= ENCHANTGRADE_A) { + bonus bPAtk,10; + bonus bSMatk,10; + } + - Combos: + - Combo: + - Remorse_C_Crown # 400440 + - Poenitentia_Termes # 640014 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bSMatk,10; + bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",10*(.@r/2); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10*(.@r/2); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10*(.@r/2); + - Combos: + - Combo: + - Remorse_C_Crown # 400440 + - Poenitentia_Virga # 640015 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bSMatk,10; + bonus2 bSkillAtk,"AG_STRANTUM_TREMOR",10*(.@r/2); + bonus2 bSkillAtk,"AG_STORM_CANNON",10*(.@r/2); + - Combos: + - Combo: + - Remorse_C_Crown # 400440 + - Poenitentia_Scipio # 550019 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000; + bonus2 bSkillAtk,"EM_CONFLAGRATION",8*(.@r/2); + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",8*(.@r/2); + - Combos: + - Combo: + - Remorse_C_Crown # 400440 + - Poenitentia_Codex # 540014 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bMagicAtkEle,Ele_Earth,15; + bonus2 bMagicAtkEle,Ele_Water,15; + bonus2 bSkillAtk,"EM_DIAMOND_STORM",8*(.@r/2); + bonus2 bSkillAtk,"EM_TERRA_DRIVE",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_B_Crown # 400447 + - Poenitentia_Ensis # 600014 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"RK_STORMBLAST",8*(.@r/2); + bonus2 bSkillAtk,"DK_STORMSLASH",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_B_Crown # 400447 + - Poenitentia_Catapulta # 630009 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10*(.@r/2); + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10*(.@r/2); + - Combos: + - Combo: + - Poenetentia_B_Crown # 400447 + - Poenitentia_Hasta # 530010 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"LG_OVERBRAND",10*(.@r/2); + bonus2 bSkillAtk,"IG_OVERSLASH",10*(.@r/2); + - Combos: + - Combo: + - Poenetentia_B_Crown # 400447 + - Poenitentia_Liber # 540015 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bShortAtkRate,15; + bonus bCritical,3*(.@r/2); + bonus2 bSkillAtk,"CD_PETITIO",15*(.@r/2); + - Combos: + - Combo: + - Poenetentia_V_Crown # 400457 + - Poenitentia_Manus # 610016 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bPAtk,10; + bonus2 bSkillAtk,"GC_ROLLINGCUTTER",10*(.@r/2); + bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10*(.@r/2); + - Combos: + - Combo: + - Poenetentia_V_Crown # 400457 + - Poenitentia_Mucro # 510027 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bCritAtkRate,20; + bonus2 bSkillAtk,"GC_CROSSIMPACT",10*(.@r/2); + bonus2 bSkillAtk,"SHC_SHADOW_STAB",10*(.@r/2); + - Combos: + - Combo: + - Poenetentia_V_Crown # 400457 + - Poenetentia_Dilacero # 510028 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bPAtk,10; + bonus2 bSkillAtk,"SC_FATALMENACE",10*(.@r/2); + bonus2 bSkillAtk,"ABC_DEFT_STAB",10*(.@r/2); + - Combos: + - Combo: + - Poenetentia_V_Crown # 400457 + - Poenitentia_Caestus # 560012 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"SR_TIGERCANNON",8*(.@r/2); + bonus2 bSkillAtk,"IQ_SECOND_FAITH",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_V_Crown # 400457 + - Poenitentia_Ungula # 560013 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",8*(.@r/2); + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",8*(.@r/2); + - Combos: + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490411 # 490411 + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490412 # 490412 + Script: | + bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000; + bonus bLongAtkRate,2*getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490411 # 490411 + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490412 # 490412 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"NC_ARMSCANNON",-300; + bonus bLongAtkRate,.@r; + bonus bDelayrate,-.@r; + - Combos: + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490411 # 490411 + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490412 # 490412 + Script: | + bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-500; + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",3*getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - aegis_490411 # 490411 + - aegis_490239 # 490239 + - Combo: + - aegis_490411 # 490411 + - aegis_490240 # 490240 + - Combo: + - aegis_490412 # 490412 + - aegis_490239 # 490239 + - Combo: + - aegis_490412 # 490412 + - aegis_490240 # 490240 + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) { + bonus2 bVariableCastrate,"NC_ARMSCANNON",-50; + bonus4 bAutoSpellOnSkill,"NC_AXEBOOMERANG","NC_AXEBOOMERANG",getskilllv("NC_AXEBOOMERANG"),350; + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { + bonus3 bAutoSpell,"GN_SPORE_EXPLOSION",10,150; + bonus2 bVariableCastrate,"GN_SPORE_EXPLOSION",-100; + } + - Combos: + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490411 # 490411 + - aegis_490239 # 490239 + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490411 # 490411 + - aegis_490240 # 490240 + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490412 # 490412 + - aegis_490239 # 490239 + - Combo: + - Old_Driver_Band_R # 18973 + - aegis_490412 # 490412 + - aegis_490240 # 490240 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,3*(.@r/3); + bonus2 bSkillAtk,"NC_AXEBOOMERANG",30*(.@r/3); + - Combos: + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490411 # 490411 + - aegis_490239 # 490239 + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490411 # 490411 + - aegis_490240 # 490240 + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490412 # 490412 + - aegis_490239 # 490239 + - Combo: + - Old_Driver_Band_Y # 18974 + - aegis_490412 # 490412 + - aegis_490240 # 490240 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,3*(.@r/3); + bonus2 bSkillAtk,"NC_ARMSCANNON",10*(.@r/3); + - Combos: + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490411 # 490411 + - aegis_490239 # 490239 + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490411 # 490411 + - aegis_490240 # 490240 + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490412 # 490412 + - aegis_490239 # 490239 + - Combo: + - Old_Midas_Whisper # 18977 + - aegis_490412 # 490412 + - aegis_490240 # 490240 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,3*(.@r/3); + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",30*(.@r/3); + - Combos: + - Combo: + - aegis_490415 # 490415 + - Up_Freezing_Rod # 550013 + - Combo: + - aegis_490416 # 490416 + - Up_Freezing_Rod # 550013 + Script: | + bonus2 bMagicAddRace,RC_All,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SO_DIAMONDDUST",(readparam(bInt)+readparam(bDex))/12; + - Combos: + - Combo: + - aegis_490415 # 490415 + - Up_Shadow_Staff_K # 550012 + - Combo: + - aegis_490416 # 490416 + - Up_Shadow_Staff_K # 550012 + Script: | + bonus2 bMagicAddRace,RC_All,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SO_EARTHGRAVE",(readparam(bInt)+readparam(bDex))/12; + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_500081 # 500081 + - Combo: + - aegis_480323 # 480323 + - aegis_500081 # 500081 + - Combo: + - aegis_480339 # 480339 + - aegis_500081 # 500081 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R); + bonus bBaseAtk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"AM_ACIDTERROR",20; + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; + if (.@r>=18) { + bonus bBaseAtk,15; + bonus2 bAddSize,Size_All,5; + } + if (.@r>=21) { + bonus2 bSkillAtk,"AM_ACIDTERROR",10; + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_520033 # 520033 + - Combo: + - aegis_480323 # 480323 + - aegis_520033 # 520033 + - Combo: + - aegis_480339 # 480339 + - aegis_520033 # 520033 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R); + bonus bBaseAtk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bSkillAtk,"WS_CARTTERMINATION",20; + bonus bCritAtkRate,20; + if (.@r>=18) { + bonus bBaseAtk,15; + bonus2 bAddSize,Size_All,5; + } + if (.@r>=21) { + bonus2 bSkillAtk,"WS_CARTTERMINATION",10; + bonus bCritAtkRate,10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_530049 # 530049 + - Combo: + - aegis_480323 # 480323 + - aegis_530049 # 530049 + - Combo: + - aegis_480339 # 480339 + - aegis_530049 # 530049 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R); + bonus bBaseAtk,30; + bonus bMatk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + bonus2 bSkillAtk,"CR_HOLYCROSS",20; + bonus2 bSkillAtk,"CR_GRANDCROSS",20; + if (.@r>=18) { + bonus bBaseAtk,15; + bonus bMatk,15; + bonus2 bAddSize,Size_All,5; + bonus2 bMagicAddSize,Size_All,5; + } + if (.@r>=21) { + bonus2 bSkillAtk,"CR_HOLYCROSS",10; + bonus2 bSkillAtk,"CR_GRANDCROSS",10; + } + - Combos: + - Combo: + - aegis_480322 # 480322 + - aegis_590066 # 590066 + - Combo: + - aegis_480323 # 480323 + - aegis_590066 # 590066 + - Combo: + - aegis_480339 # 480339 + - aegis_590066 # 590066 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R); + bonus bBaseAtk,30; + bonus bMatk,30; + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + bonus2 bSkillAtk,"PR_MAGNUS",20; + bonus bCritAtkRate,20; + if (.@r>=18) { + bonus bBaseAtk,15; + bonus bMatk,15; + bonus2 bAddSize,Size_All,5; + bonus2 bMagicAddSize,Size_All,5; + } + if (.@r>=21) { + bonus2 bSkillAtk,"PR_MAGNUS",10; + bonus bCritAtkRate,10; + } + - Combos: + - Combo: + - Justice_Vigor_MT # 312649 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"MT_AXE_STOMP",40; + bonus2 bSkillAtk,"MT_MIGHTY_SMASH",20; + - Combos: + - Combo: + - Justice_Vigor_SHC # 312650 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",40; + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",20; + - Combos: + - Combo: + - Justice_Vigor_SS # 312651 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"SS_FUUMASHOUAKU",40; + bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",20; + - Combos: + - Combo: + - Injustice_Vigor_MT # 312652 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritAtkRate,20; + bonus bCritical,5; + bonus2 bSkillAtk,"MT_TRIPLE_LASER",30; + - Combos: + - Combo: + - Injustice_Vigor_SHC # 312653 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritAtkRate,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"SHC_IMPACT_CRATER",30; + - Combos: + - Combo: + - Injustice_Vigor_SS # 312654 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"SS_SEKIENHOU",40; + bonus2 bSkillAtk,"SS_ANTENPOU",20; + - Combos: + - Combo: + - Walking_Stick # 1629 + - aegis_400467 # 400467 + - Combo: + - Walking_Stick_ # 1675 + - aegis_400467 # 400467 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"SL_SMA",7*(.@r/2); + bonus2 bSkillAtk,"SP_SPA",7*(.@r/2); + bonus2 bSkillAtk,"SP_SWHOO",7*(.@r/2); + - Combos: + - Combo: + - CandyCaneRod # 26110 + - aegis_400467 # 400467 + Script: | + if (BaseClass == Job_SuperNovice) { + skill "WL_SOULEXPANSION",5; + bonus2 bSkillAtk,"WL_SOULEXPANSION",7*(getequiprefinerycnt(EQI_HAND_R)/2); + } + - Combos: + - Combo: + - Poenetentia_D_Crown # 400469 + - Poenitentia_Tenon # 700022 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"SC_TRIANGLESHOT",8*(.@r/2); + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_D_Crown # 400469 + - Poenitentia_Nervus # 700023 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"RA_AIMEDBOLT",8*(.@r/2); + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_D_Crown # 400469 + - Poenetentia_Attendo # 700024 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"RA_ARROWSTORM",8*(.@r/2); + bonus2 bSkillAtk,"WH_GALESTORM",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_D_Crown # 400469 + - Poenetentia_Vatia # 700025 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/2); + bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10*(.@r/2); + - Combos: + - Combo: + - Book_Of_The_Apo_IL # 28612 + - aegis_400470 # 400470 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillAtk,"SG_SUN_WARM",5*(.@r/2); + bonus2 bSkillAtk,"SG_MOON_WARM",5*(.@r/2); + bonus2 bSkillAtk,"SG_STAR_WARM",5*(.@r/2); + - Combos: + - Combo: + - Star_Dust_Blade # 1148 + - aegis_400470 # 400470 + - Combo: + - Star_Dust_Blade_ # 13446 + - aegis_400470 # 400470 + Script: | + if (BaseClass == Job_SuperNovice) { + skill "RK_IGNITIONBREAK",5; + bonus2 bSkillAtk,"RK_IGNITIONBREAK",7*(getequiprefinerycnt(EQI_HAND_R)/2); + } + - Combos: + - Combo: + - Remorse_Crown # 400474 + - Poenitentia_Clava # 590016 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bPAtk,10; + bonus2 bSkillAtk,"NC_VULCANARM",12*(.@r/2); + bonus2 bSkillAtk,"NC_ARMSCANNON",12*(.@r/2); + - Combos: + - Combo: + - Remorse_Crown # 400474 + - Poenitentia_Pendulus # 590017 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bPAtk,10; + bonus2 bSkillAtk,"GN_CART_TORNADO",12*(.@r/2); + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8*(.@r/2); + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",8*(.@r/2); + - Combos: + - Combo: + - Remorse_Crown # 400474 + - Poenitentia_Ligula # 500020 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bPAtk,10; + bonus2 bSkillAtk,"GN_CARTCANNON",12*(.@r/2); + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",8*(.@r/2); + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",8*(.@r/2); + - Combos: + - Combo: + - Remorse_Crown # 400474 + - Poenitentia_Ascia # 620006 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bPAtk,10; + bonus2 bSkillAtk,"NC_AXETORNADO",12*(.@r/2); + bonus2 bSkillAtk,"MT_AXE_STOMP",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_H_Crown # 400482 + - Poenitentia_Gladius # 500019 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",10*(.@r/2); + bonus2 bSkillAtk,"IG_CROSS_RAIN",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_H_Crown # 400482 + - Poenitentia_Crystallum # 550020 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; + bonus2 bSkillAtk,"AB_ADORAMUS",10*(.@r/2); + bonus2 bSkillAtk,"CD_FRAMEN",8*(.@r/2); + - Combos: + - Combo: + - Poenetentia_H_Crown # 400482 + - Poenitentia_Chorda # 570013 + - Combo: + - Poenetentia_H_Crown # 400482 + - Poenitentia_Flagellum # 580013 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bSMatk,10; + bonus2 bSkillAtk,"WM_REVERBERATION",10*(.@r/2); + bonus2 bSkillAtk,"TR_METALIC_FURY",10*(.@r/2); + - Combos: + - Combo: + - ProtectRingofKing # 28483 + - aegis_400486 # 400486 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bDelayrate,-2*(.@r/4); + if (.@r>=7) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + if (.@r>=9) { + bonus bAtkRate,5; + bonus bMatkRate,5; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + - Combos: + - Combo: + - Death_Guidance # 1186 + - aegis_400488 # 400488 + - Combo: + - Death_Guidance # 1186 + - aegis_400489 # 400489 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus3 bAutoSpell,"LK_PARRYING",max(getskilllv("LK_PARRYING"),1),10*.@r; + bonus3 bAutoSpell,"NPC_VAMPIRE_GIFT",1,10*.@r; + - Combos: + - Combo: + - Solider_Card # 4220 + - aegis_490282 # 490282 + - Combo: + - Solider_Card # 4220 + - aegis_490283 # 490283 + Script: | + bonus bDefEle,Ele_Holy; + - Combos: + - Combo: + - aegis_400488 # 400488 + - aegis_490282 # 490282 + - Combo: + - aegis_400488 # 400488 + - aegis_490283 # 490283 + - Combo: + - aegis_400489 # 400489 + - aegis_490282 # 490282 + - Combo: + - aegis_400489 # 400489 + - aegis_490283 # 490283 + Script: | + bonus bCritical,10; + bonus bCritAtkRate,100; + - Combos: + - Combo: + - aegis_400498 # 400498 + - aegis_480193 # 480193 + - Combo: + - aegis_400498 # 400498 + - aegis_480195 # 480195 + - Combo: + - aegis_400499 # 400499 + - aegis_480193 # 480193 + - Combo: + - aegis_400499 # 400499 + - aegis_480195 # 480195 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT); + bonus bDelayrate,.@r; + - Combos: + - Combo: + - aegis_400498 # 400498 + - aegis_490351 # 490351 + - Combo: + - aegis_400498 # 400498 + - aegis_490352 # 490352 + - Combo: + - aegis_400499 # 400499 + - aegis_490351 # 490351 + - Combo: + - aegis_400499 # 400499 + - aegis_490352 # 490352 + Script: | + .@a = getskilllv("ASC_KATAR"); + .@b = getskilllv("AS_CLOAKING"); + .@c = getskilllv("ASC_BREAKER"); + bonus bFlee,10*.@a; + bonus bHit,10*.@b; + bonus bMaxHPrate,2*.@c; + - Combos: + - Combo: + - The_Origin_of_Fire # 490197 + - The_Origin_of_fertility # 490201 + Script: | + .@sum = getequiprefinerycnt(EQI_ACC_R)+getequiprefinerycnt(EQI_ACC_L); + if (.@sum >= 17) { + bonus bBaseAtk,10; + bonus bLuk,4; + bonus bCritical,2; + } + - Combos: + - Combo: + - Fenrir_Card # 4556 + - Yggdrasil_Faith # 400401 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bSMatk,20; + bonus bFixedCast,-200; + bonus2 bSkillAtk,"WL_COMET",7*(.@r/2); + if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { + skill "WL_COMET",3; + bonus bUseSPrate,30; + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) + bonus2 bSkillCooldown,"WL_COMET",-20000; + - Combos: + - Combo: + - Ixion_Wing # 1737 + - aegis_400410 # 400410 + - Combo: + - Ixion_Wing # 1737 + - aegis_400411 # 400411 + Script: | + if (BaseJob == Job_Sniper) + bonus2 bSkillAtk,"HT_BLITZBEAT",5*getequiprefinerycnt(EQI_HAND_R); + - Combos: + - Combo: + - Grand_Peco_Card # 4161 + - aegis_400410 # 400410 + - Combo: + - Grand_Peco_Card # 4161 + - aegis_400411 # 400411 + Script: | + bonus3 bAutoSpell,"PR_GLORIA",5,20; + - Combos: + - Combo: + - Steel_Chonchon_Card # 4042 + - aegis_400412 # 400412 + Script: | + bonus2 bResEff,Eff_Freeze,10000; + bonus5 bAutoSpellWhenHit,"NPC_WIDEFREEZE",2,10,BF_WEAPON|BF_MAGIC,0; + - Combos: + - Combo: + - Sandals_ # 2402 + - Chonchon_Card # 4009 + - aegis_400412 # 400412 + Script: | + .@r = getequiprefinerycnt(EQI_SHADOW_SHOES); + bonus bMaxHPrate,4+.@r; + bonus bMaxSPrate,4+.@r; + - Combos: + - Combo: + - aegis_400413 # 400413 + - aegis_450269 # 450269 + Script: | + bonus2 bExpAddRace,RC_All,getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAllStats,4; + - Combos: + - Combo: + - Many_StarsJ # 19402 + - Resonate_Taego_J # 410000 + Script: | + bonus2 bIgnoreDefRaceRate,RC_All,50; + - Combos: + - Combo: + - Gold_Q_Scaraba_Card # 4509 + - aegis_400511 # 400511 + Script: | + bonus bPAtk,20; + bonus bCritAtkRate,10*getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - Q_Scaraba_Card # 4507 + - aegis_400511 # 400511 + Script: | + bonus2 bAddClass,Class_Boss,10+(3*(getequiprefinerycnt(EQI_HEAD_TOP)/2)); + - Combos: + - Combo: + - SLD_Q_Scaraba_Card # 27209 + - aegis_400511 # 400511 + Script: | + bonus2 bAddClass,Class_Boss,5+(2*(getequiprefinerycnt(EQI_HEAD_TOP)/3)); + - Combos: + - Combo: + - Marduk_Card # 4112 + - Old_Moroc_Acc # 410254 + Script: | + bonus bDelayrate,-8; + bonus2 bAddEle,Ele_All,12; + bonus2 bMagicAddEle,Ele_All,12; + - Combos: + - Combo: + - Pharaoh_Card # 4148 + - Old_Moroc_Acc # 410254 + Script: | + bonus bIntravision; + bonus bDelayrate,-15; + bonus2 bAddEle,Ele_All,25; + bonus2 bMagicAddEle,Ele_All,25; + - Combos: + - Combo: + - aegis_300484 # 300484 + - aegis_300485 # 300485 + Script: | + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + bonus2 bExpAddRace,RC_All,10; + - Combos: + - Combo: + - New_Wave_Sunglasses # 18813 + - Ghost_Fire # 420199 + - Combo: + - New_Wave_Sunglasses_ # 19181 + - Ghost_Fire # 420199 + Script: | + .@a = (readparam(bPow)/18); + .@b = (readparam(bSta)/18); + .@c = (readparam(bWis)/18); + .@d = (readparam(bSpl)/18); + .@e = (readparam(bCon)/18); + .@f = (readparam(bCrt)/18); + bonus2 bAddRace,RC_All,7*.@a; + bonus2 bMagicAddRace,RC_All,7*.@d; + bonus bBaseAtk,60*.@b; + bonus bMatk,60*.@c; + bonus bAtkRate,4*.@e; + bonus bMatkRate,4*.@e; + bonus bCritAtkRate,7*.@f; + bonus bFixedCast,-50*.@f; + - Combos: + - Combo: + - aegis_400500 # 400500 + - aegis_490295 # 490295 + - Combo: + - aegis_400500 # 400500 + - aegis_490296 # 490296 + - Combo: + - aegis_400501 # 400501 + - aegis_490295 # 490295 + - Combo: + - aegis_400501 # 400501 + - aegis_490296 # 490296 + Script: | + bonus2 bSkillAtk,"ITM_TOMAHAWK",400; + bonus2 bSkillAtk,"MC_CARTREVOLUTION",200; + - Combos: + - Combo: + - Fancy_Phantom_Mask # 18534 + - aegis_490295 # 490295 + - Combo: + - aegis_430003 # 430003 + - aegis_490296 # 490296 + Script: | + bonus bBaseAtk,5*(getskilllv("MC_MAMMONITE")/2); + bonus3 bAutoSpell,"MC_MAMMONITE",max(getskilllv("MC_MAMMONITE"),1),30; + - Combos: + - Combo: + - Garnet_Pendant_TW # 490103 + - Wine_Jewel_Brooch_TW # 490189 + Script: | + bonus2 bSubEle,Ele_All,5; + - Combos: + - Combo: + - Wine_Shoes # 470127 + - Garnet_Pendant_TW # 490103 + - Wine_Jewel_Brooch_TW # 490189 + Script: | + bonus2 bSubEle,Ele_Neutral,3*getequiprefinerycnt(EQI_SHOES); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_OneSkyOneSun # 540010 + Script: | + bonus bCritAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) { + bonus2 bSkillAtk,"SJ_NEWMOONKICK",(readparam(bLuk)/3); + bonus2 bSkillAtk,"SJ_FULLMOONKICK",(readparam(bLuk)/3); + } + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_SoulWeight # 550015 + Script: | + bonus2 bMagicAtkEle,Ele_All,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SP_SPA",((readparam(bAgi)/6)+(readparam(bInt)/6)); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_MeawFoxtail # 550014 + Script: | + bonus2 bVariableCastrate,"SU_PICKYPECK",-50; + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SU_PICKYPECK",getskilllv("SU_PICKYPECK")*((readparam(bAgi)/6)+(readparam(bDex)/6)); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_Humma_Clear # 650004 + Script: | + bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"KO_HUUMARANKA",((readparam(bStr)/6)+(readparam(bVit)/6)); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_Fog_Dew_Sword # 510022 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"KO_BAKURETSU",((readparam(bStr)/6)+(readparam(bAgi)/6)); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_Demon_S_Shot # 820001 + Script: | + bonus2 bSkillCooldown,"RL_BANISHING_BUSTER",-1000; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"RL_BANISHING_BUSTER",((readparam(bVit)/6)+(readparam(bDex)/6)); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_The_Black_Gatling # 830002 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"RL_R_TRIP",((readparam(bVit)/6)+(readparam(bDex)/6)); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_Golden_L_Launcher # 840001 + Script: | + bonus2 bSkillCooldown,"RL_D_TAIL",-1500; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"RL_D_TAIL",(readparam(bDex)/3); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_Master_Soul_Rifle # 810001 + Script: | + bonus bMatkRate,10; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bMagicAtkEle,Ele_Ghost,(readparam(bInt)/3); + - Combos: + - Combo: + - Unknown_Hero_Ring_TW # 490190 + - Up_Crimson_Rose # 800002 + Script: | + bonus bAtkRate,10; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus bLongAtkRate,(readparam(bStr)/4); + - Combos: + - Combo: + - aegis_400486 # 400486 + - aegis_480342 # 480342 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bDelayrate,-10; + if (.@r>=7) { + bonus2 bAddEle,Ele_Ghost,15; + bonus2 bAddEle,Ele_Undead,15; + bonus2 bMagicAddEle,Ele_Ghost,15; + bonus2 bMagicAddEle,Ele_Undead,15; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Undead,15; + bonus2 bMagicAddRace,RC_Demon,15; + bonus2 bMagicAddRace,RC_Undead,15; + } + if (.@r>=11) { + bonus2 bAddSize,Size_Medium,15; + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Large,15; + } + - Combos: + - Combo: + - ProtectRingofKing # 28483 + - aegis_480342 # 480342 + Script: | + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bDelayrate,-10; + bonus2 bAddSize,Size_Medium,15; + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Large,15; + - Combos: + - Combo: + - Magaleta_Ribbon_EXE # 15822 + - Kintaro_Bracelet_EXE # 15849 + Script: | + if (getequiprefinerycnt(EQI_HEAD_TOP)>=9) + bonus4 bAutoSpellOnSkill,"MO_FINGEROFFENSIVE","CH_SOULCOLLECT",1,500; + - Combos: + - Combo: + - Bauxite_Knuckle_EXE # 1871 + - Kintaro_Bracelet_EXE # 15849 + Script: | + if (getequiprefinerycnt(EQI_HAND_R)>=9) + bonus2 bSkillAtk,"MO_TRIPLEATTACK",30; + - Combos: + - Combo: + - Ermac_Veil_EXE # 15855 + - Karlite_Staff_EXE # 26176 + Script: | + bonus2 bMagicAtkEle,Ele_Dark,5; + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Ghost,5; + bonus2 bMagicAtkEle,Ele_Holy,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + bonus2 bVariableCastrate,"SL_SMA",-10; + - Combos: + - Combo: + - Kronika_Orb_EXE # 15856 + - Chromium_Staff_EXE # 26175 + Script: | + if (getequiprefinerycnt(EQI_HAND_R)>=7) { + bonus2 bMagicAtkEle,Ele_Ghost,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + } + - Combos: + - Combo: + - Shang_Rainbow_EXE # 15857 + - CD_In_Mouth # 18666 + Script: | + bonus bAspdRate,getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - Pitman_Card # 4335 + - Shang_Rainbow_EXE # 15857 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus3 bAutoSpell,"WZ_EARTHSPIKE",5,min(.@r,12); + bonus3 bAutoSpell,"WZ_HEAVENDRIVE",5,min(.@r,12); + - Combos: + - Combo: + - Hill_Wind_Card # 4345 + - Shang_Rainbow_EXE # 15857 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",5,min(.@r,12); + bonus3 bAutoSpell,"MG_THUNDERSTORM",5,min(.@r,12); + - Combos: + - Combo: + - Rawrel_Card # 4350 + - Shang_Rainbow_EXE # 15857 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus3 bAutoSpell,"MG_COLDBOLT",5,min(.@r,12); + bonus3 bAutoSpell,"WZ_FROSTNOVA",5,min(.@r,12); + - Combos: + - Combo: + - Ferus_Card # 4380 + - Shang_Rainbow_EXE # 15857 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus3 bAutoSpell,"MG_FIREBOLT",5,min(.@r,12); + bonus3 bAutoSpell,"MG_FIREBALL",5,min(.@r,12); + - Combos: + - Combo: + - Deathword_Card # 4388 + - Shang_Rainbow_EXE # 15857 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus3 bAutoSpell,"MG_SOULSTRIKE",5,min(.@r,12); + bonus3 bAutoSpell,"MG_NAPALMBEAT",5,min(.@r,12); + - Combos: + - Combo: + - Joker_Card_EXE # 15878 + - Joker_Face_EXE # 15880 + Script: | + bonus bCritical,2; + bonus bCritAtkRate,5; + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus bBaseAtk,2*(readparam(bLuk)/9); + bonus bMatk,2*(readparam(bLuk)/9); + if (readparam(bAgi)>=60) + bonus bAspd,1; + if (readparam(bAgi)>=90) + bonus bAspd,2; + if (readparam(bLuk)>=60) { + bonus bCritical,3; + bonus bCritAtkRate,5; + } + if (readparam(bLuk)>=90) { + bonus bCritical,5; + bonus bCritAtkRate,5; + } + - Combos: + - Combo: + - KungJin_Headpiece_EXE # 15879 + - Realgar_Shooter_EXE # 18200 + Script: | + bonus2 bSkillAtk,"SN_SHARPSHOOTING",10; + bonus bCritAtkRate,10; + - Combos: + - Combo: + - Nezuko_Eyes_EXE # 15883 + - Nezuko_Bamboo_EXE # 15884 + Script: | + bonus bHealPower,(readparam(bInt)/11); + bonus bVariableCastrate,-(readparam(bInt)/11); + if (readparam(bInt)>=90) { + bonus bBaseAtk,10; + bonus bMaxSP,10; + bonus bHealPower,1; + bonus bVariableCastrate,-1; + } + if (readparam(bInt)>=99) { + bonus bBaseAtk,20; + bonus bMaxSP,20; + bonus bHealPower,10; + bonus bVariableCastrate,-3; + } + - Combos: + - Combo: + - Erron_Hat_EXE # 15885 + - Erron_Black_Glove_EXE # 32282 + Script: | + bonus bLongAtkRate,5; + - Combos: + - Combo: + - Erron_Hat_EXE # 15885 + - Titanium_Gun_EXE # 32305 + Script: | + bonus bCritical,10; + bonus bCritAtkRate,10; + - Combos: + - Combo: + - Erron_Hat_EXE # 15885 + - Erron_Black_Glove_EXE # 32282 + - Titanium_Gun_EXE # 32305 + Script: | + skill "AC_CONCENTRATION",5; + - Combos: + - Combo: + - Kafra_Suit # 15186 + - aegis_15955 # 15955 + - Combo: + - Comp_Kafra_Suit # 15472 + - aegis_15955 # 15955 + Script: | + bonus2 bExpAddRace,RC_All,5; + bonus2 bDropAddRace,RC_All,5; + bonus bAllStats,4; + - Combos: + - Combo: + - Skul_Ring_IL # 28508 + - aegis_420238 # 420238 + Script: | + bonus bWeaponAtkRate,7; + bonus bPerfectHitAddRate,35; + bonus bShortAtkRate,10; + - Combos: + - Combo: + - Vampire's_Servant # 28510 + - aegis_420238 # 420238 + Script: | + bonus bBaseAtk,50; + bonus bCritical,15; + bonus bDelayrate,-10; + bonus bAspdRate,10; + bonus2 bHPDrainRate,20,2; + - Combos: + - Combo: + - Infiltrator_IL # 28510 + - aegis_420238 # 420238 + Script: | + bonus bAspd,1; + bonus2 bAddSize,Size_All,10; + bonus3 bAutoSpell,"NPC_VAMPIRE_GIFT",3,70; + bonus2 bSkillAtk,"NPC_VAMPIRE_GIFT",8*(getequiprefinerycnt(EQI_HAND_R)/2); + - Combos: + - Combo: + - Cape_Of_Ancient_Lord_IL # 20840 + - aegis_420238 # 420238 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus bMatk,100; + bonus2 bMagicAtkEle,Ele_All,10; + bonus bAspdRate,3*(.@r/2); + bonus2 bSkillAtk,"WL_DRAINLIFE",7*(.@r/2); + if (getskilllv("SC_UNLUCKY") == 3) + bonus3 bAutoSpell,"WL_DRAINLIFE",2,50; + - Combos: + - Combo: + - XM_Celine_Kimi_Card # 31023 + - B_Celine_D_LT_TW # 450272 + Script: | + autobonus "{ bonus bDelayrate,-50; bonus bMatkRate,25; }",20,10000,BF_MAGIC,"{ active_transform 2996,10000; }"; + bonus5 bAutoSpell,"AB_VITUPERATUM",1,80,BF_MAGIC,0; + - Combos: + - Combo: + - Evilspirit_Gloves # 2980 + - B_Celine_D_LT_TW # 450272 + Script: | + bonus bMatk,100; + bonus3 bAutoSpell,"WL_SOULEXPANSION",5,50; + bonus3 bAutoSpell,"AG_SOUL_VC_STRIKE",3,50; + bonus5 bAutoSpell,"WL_TELEKINESIS_INTENSE",3,10,BF_MAGIC,0; + - Combos: + - Combo: + - Celines_Ribbon # 18849 + - B_Celine_D_LT_TW # 450272 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSubRace,RC_DemiHuman,12; + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bSMatk,.@r/2; + if (.@r>=12) + bonus2 bMagicAddClass,Class_Boss,10; + - Combos: + - Combo: + - Celine_Brooch # 28513 + - B_Celine_D_LT_TW # 450272 + - Combo: + - Celine_Brooch_K # 32237 + - B_Celine_D_LT_TW # 450272 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bMatk,8*.@r; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Poison,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + if (.@r>=11) { + bonus2 bMagicAddEle,Ele_All,10; + } + } + - Combos: + - Combo: + - Beast_Area_Shoes # 470187 + - Battle_Aura_Manteau_TW # 480149 + Script: | + .@r = getequiprefinerycnt(EQI_GARMENT); + bonus2 bAddClass,Class_Boss,12; + bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-3000; + bonus2 bSkillAtk,"SR_HOWLINGOFLION",20*(.@r/2); + if (.@r>=12) + bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-5000; + - Combos: + - Combo: + - Eddga_Card # 4123 + - Beast_Area_Shoes # 470187 + Script: | + bonus bBaseAtk,50; + bonus2 bAddClass,Class_Boss,30; + bonus2 bSkillCooldown,"SR_TIGERCANNON",-500; + autobonus "{ bonus bStr,30; bonus bAtkRate,20; }",30,10000,BF_WEAPON; + - Combos: + - Combo: + - Nahtzigger_Card # 4457 + - N_Avenger_Cape_TW # 480269 + Script: | + bonus bPAtk,10; + bonus2 bAddClass,Class_Boss,20; + autobonus "{ bonus2 bAddClass,Class_Boss,20; }",20,10000,BF_WEAPON,"{ active_transform 1956,10000; }"; + /*Todo : Physical Damage to Betelgeuse (20994) 40% in autobonus*/ + - Combos: + - Combo: + - Nahtzigger_Card # 4457 + - N_Spirit_Cape_TW # 480270 + Script: | + bonus bSMatk,10; + bonus2 bMagicAddClass,Class_Boss,20; + autobonus "{ bonus2 bMagicAddClass,Class_Boss,20; bonus2 bMagicAtkEle,Ele_Fire,30; bonus2 bMagicAtkEle,Ele_Ghost,30; bonus2 bMagicAtkEle,Ele_Water,30; }",20,10000,BF_MAGIC,"{ active_transform 1956,10000; }"; + - Combos: + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Airboat_Boots # 470071 + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Airboat_Boots2 # 470072 + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Airboat_Boots3 # 470073 + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Airboat_Boots4 # 470074 + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Airboat_Boots5 # 470076 + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Airboat_Boots6 # 470077 + Script: | + bonus bAllStats,10; + bonus bDelayrate,-25; + - Combos: + - Combo: + - MD_Airboat_Card6 # 300175 + - Heros_TriumphantSong # 311074 + Script: | + bonus2 bResEff,Eff_Silence,10000; + bonus2 bHPRegenRate,5000,10000; + bonus2 bHPRegenRate,100,10000; + - Combos: + - Combo: + - Heros_TriumphantSong # 311074 + - MD_Geffen_Cloth_JP # 480331 + Script: | + bonus2 bSubClass,Class_Normal,5; + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubEle,Ele_Ghost,30; + - Combos: + - Combo: + - Ancient_Hero_Boots # 22171 + - Hero_Favor # 480291 + Script: | + bonus bFixedCast,-200; + bonus bMatk,40; + - Combos: + - Combo: + - Great_Hero_Boots # 22238 + - Hero_Favor # 480291 + Script: | + bonus bFixedCast,-200; + bonus bMatk,60; + - Combos: + - Combo: + - Hero_Boots_LT # 470094 + - Hero_Favor # 480291 + Script: | + if (getequiprefinerycnt(EQI_SHOES)>=13) { + bonus bFixedCast,-200; + bonus bMatk,150; + bonus bMatkRate,18; + bonus bSMatk,8; + } + - Combos: + - Combo: + - Ancient_Hero_Boots # 22171 + - Hero_Courage # 480292 + Script: | + bonus bFixedCast,-200; + bonus bBaseAtk,40; + - Combos: + - Combo: + - Great_Hero_Boots # 22238 + - Hero_Courage # 480292 + Script: | + bonus bFixedCast,-200; + bonus bBaseAtk,60; + - Combos: + - Combo: + - Hero_Boots_LT # 470094 + - Hero_Courage # 480292 + Script: | + if (getequiprefinerycnt(EQI_SHOES)>=13) { + bonus bFixedCast,-200; + bonus bBaseAtk,150; + bonus bAtkRate,18; + bonus bPAtk,8; + } + - Combos: + - Combo: + - Shnaim_Card # 27323 + - 2020maypay_06 # 490088 + Script: | + bonus bMaxHPrate,15; + - Combos: + - Combo: + - Ahat_Card # 27322 + - 2020maypay_06 # 490088 + Script: | + bonus bMaxSPrate,15; + - Combos: + - Combo: + - Force3 # 4910 + - 2020maypay_06 # 490088 + Script: | + bonus bStr,4; + bonus bAtkRate,5; + - Combos: + - Combo: + - Intellect3 # 4913 + - 2020maypay_06 # 490088 + Script: | + bonus bInt,4; + bonus bMatkRate,5; + - Combos: + - Combo: + - Swiftness3 # 4916 + - 2020maypay_06 # 490088 + Script: | + bonus bAgi,4; + bonus bAspdRate,5; + - Combos: + - Combo: + - Artful3 # 4922 + - 2020maypay_06 # 490088 + Script: | + bonus bDex,4; + bonus bVariableCastrate,-5; + - Combos: + - Combo: + - Tough3 # 4919 + - 2020maypay_06 # 490088 + Script: | + bonus bVit,4; + bonus bMaxHPrate,5; + - Combos: + - Combo: + - Fortune3 # 4925 + - 2020maypay_06 # 490088 + Script: | + bonus bLuk,4; + bonus bCritAtkRate,5; + - Combos: + - Combo: + - S_Circlet_Of_Time_SO # 19483 + - Mob_P_Crystal_Ring # 490257 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAtkEle,Ele_Earth,8; + bonus2 bMagicAtkEle,Ele_Water,8; + bonus2 bSkillAtk,"SO_EARTHGRAVE",8*(.@r/2); + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",8*(.@r/2); + bonus2 bSkillAtk,"EM_DIAMOND_STORM",5*(.@r/3); + - Combos: + - Combo: + - S_Circlet_Of_Time_SO # 19483 + - Time_Jewely_Agi_2 # 29676 + - Mob_P_Crystal_Ring # 490257 + - Combo: + - S_Circlet_Of_Time_SO # 19483 + - Time_Jewely_Agi_3 # 29677 + - Mob_P_Crystal_Ring # 490257 + Script: | + bonus bDelayrate,-5; + bonus2 bSkillCooldown,"SO_EARTHGRAVE",-1000; + - Combos: + - Combo: + - S_Circlet_Of_Time_SO # 19483 + - Time_Jewely_Int_2 # 29682 + - Mob_P_Crystal_Ring # 490257 + - Combo: + - S_Circlet_Of_Time_SO # 19483 + - Time_Jewely_Int_3 # 29683 + - Mob_P_Crystal_Ring # 490257 + Script: | + bonus2 bMagicAddEle,Ele_All,8; + bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; + - Combos: + - Combo: + - S_Circlet_Of_Time_SC # 19479 + - Time_Thief_Earring # 490258 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/2); + bonus2 bSkillAtk,"SC_TRIANGLESHOT",10*(.@r/2); + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",5*(.@r/3); + if (.@r>=12) { + skill "WM_SEVERE_RAINSTORM",5; + } + else if (.@r<=11) { + skill "WM_SEVERE_RAINSTORM",3; + } + - Combos: + - Combo: + - S_Circlet_Of_Time_SC # 19479 + - Time_Jewely_Dex_2 # 29685 + - Time_Thief_Earring # 490258 + - Combo: + - S_Circlet_Of_Time_SC # 19479 + - Time_Jewely_Dex_3 # 29686 + - Time_Thief_Earring # 490258 + Script: | + bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1500; + - Combos: + - Combo: + - S_Circlet_Of_Time_SC # 19479 + - Time_Jewely_Luk_2 # 29688 + - Time_Thief_Earring # 490258 + - Combo: + - S_Circlet_Of_Time_SC # 19479 + - Time_Jewely_Luk_3 # 29689 + - Time_Thief_Earring # 490258 + Script: | + bonus bCritical,15; + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",15; + - Combos: + - Combo: + - S_Circlet_Of_Time_WL # 19482 + - Curse_Magic_Ring # 490259 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAtkEle,Ele_Earth,8; + bonus2 bMagicAtkEle,Ele_Wind,8; + bonus2 bSkillAtk,"AG_ROCK_DOWN",4*(.@r/2); + bonus2 bSkillAtk,"WL_CHAINLIGHTNING",10*(.@r/3); + bonus2 bSkillAtk,"WL_EARTHSTRAIN",10*(.@r/3); + - Combos: + - Combo: + - S_Circlet_Of_Time_WL # 19482 + - Time_Jewely_Agi_2 # 29676 + - Curse_Magic_Ring # 490259 + - Combo: + - S_Circlet_Of_Time_WL # 19482 + - Time_Jewely_Agi_3 # 29677 + - Curse_Magic_Ring # 490259 + Script: | + bonus bDelayrate,-8; + - Combos: + - Combo: + - S_Circlet_Of_Time_WL # 19482 + - Time_Jewely_Int_2 # 29682 + - Curse_Magic_Ring # 490259 + - Combo: + - S_Circlet_Of_Time_WL # 19482 + - Time_Jewely_Int_3 # 29683 + - Curse_Magic_Ring # 490259 + Script: | + bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-3000; + - Combos: + - Combo: + - S_Circlet_Of_Time_GN # 19477 + - Old_Cart_Acc # 490260 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"GN_CART_TORNADO",-100*(.@r/2); + bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-300*(.@r/2); + bonus2 bSkillAtk,"GN_CART_TORNADO",10*(.@r/3); + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",10*(.@r/3); + if (.@r>=12) { + bonus bPAtk,5; + bonus bPerfectHitAddRate,15; + } + - Combos: + - Combo: + - S_Circlet_Of_Time_SR # 19481 + - Firm_Faith_Ring # 490262 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bLongAtkRate,8; + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",6*(.@r/2); + bonus2 bSkillAtk,"SR_KNUCKLEARROW",10*(.@r/2); + bonus bCritical,6*(.@r/3); + bonus bCritAtkRate,6*(.@r/3); + - Combos: + - Combo: + - S_Circlet_Of_Time_SR # 19481 + - Time_Jewely_Vit_2 # 29679 + - Firm_Faith_Ring # 490262 + - Combo: + - S_Circlet_Of_Time_SR # 19481 + - Time_Jewely_Vit_3 # 29680 + - Firm_Faith_Ring # 490262 + Script: | + bonus bDelayrate,-8; + - Combos: + - Combo: + - S_Circlet_Of_Time_SR # 19481 + - Time_Jewely_Str_2 # 29673 + - Firm_Faith_Ring # 490262 + - Combo: + - S_Circlet_Of_Time_SR # 19481 + - Time_Jewely_Str_3 # 29674 + - Firm_Faith_Ring # 490262 + Script: | + bonus bCritical,10; + bonus bCritAtkRate,10; + - Combos: + - Combo: + - S_Circlet_Of_Time_LG # 19475 + - RoyalGard_Seal_Ring # 490263 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus bAtkRate,8; + bonus bMatkRate,8; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",20*(.@r/2); + bonus2 bSkillAtk,"LG_BANISHINGPOINT",10*(.@r/2); + bonus2 bSkillAtk,"IG_OVERSLASH",6*(.@r/3); + - Combos: + - Combo: + - S_Circlet_Of_Time_LG # 19475 + - Time_Jewely_Str_2 # 29673 + - RoyalGard_Seal_Ring # 490263 + - Combo: + - S_Circlet_Of_Time_LG # 19475 + - Time_Jewely_Str_3 # 29674 + - RoyalGard_Seal_Ring # 490263 + Script: | + bonus bLongAtkRate,10; + - Combos: + - Combo: + - S_Circlet_Of_Time_LG # 19475 + - Time_Jewely_Int_2 # 29682 + - RoyalGard_Seal_Ring # 490263 + - Combo: + - S_Circlet_Of_Time_LG # 19475 + - Time_Jewely_Int_3 # 29683 + - RoyalGard_Seal_Ring # 490263 + Script: | + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1500; + - Combos: + - Combo: + - Pure_Heart_TW # 490218 + - Infinity_Chip_MAX # 490264 + Script: | + if (BaseJob == Job_Merchant) { + bonus bPow,3; + bonus bCon,3; + bonus bPAtk,3; + bonus bFixedCast,-500; + bonus bNoMadoFuel; + autobonus3 "{ bonus2 bSkillAtk,\"NC_ARMSCANNON\",30; bonus2 bSkillAtk,\"MT_AXE_STOMP\",30; }",1000,120000,"MT_D_MACHINE"; + } + - Combos: + - Combo: + - Scrap_Remodel_Shoes_TW # 470120 + - Pure_Heart_TW # 490218 + Script: | + if (BaseJob == Job_Merchant) { + bonus bBaseAtk,150; + bonus bVariableCastrate,-10; + } + - Combos: + - Combo: + - Burning_Knuckle_OS # 1862 + - aegis_22259 # 22259 + Script: | + bonus2 bSkillCooldown,"SR_RIDEINLIGHTNING",-500; + bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20*(getequiprefinerycnt(EQI_SHOES)/3); + - Combos: + - Combo: + - Ultio_Spes_OS # 16089 + - aegis_22259 # 22259 + Script: | + bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; + bonus2 bMagicAtkEle,Ele_Holy,10*(getequiprefinerycnt(EQI_SHOES)/3); + - Combos: + - Combo: + - Ultio_Spes_OS # 16089 + - aegis_22259 # 22259 + - S_Archbishop_Weapon # 24292 + Script: | + bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; + - Combos: + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_28977 # 28977 + - aegis_490221 # 490221 + - Combo: + - Old_Rune_Circlet # 18971 + - aegis_28977 # 28977 + - aegis_490222 # 490222 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_L); + if (getskilllv("RK_HUNDREDSPEAR") == 10) + skill "LG_SHIELDSPELL",1; + if (getskilllv("RK_IGNITIONBREAK") >= 1) + bonus bBaseAtk,-120; + if (.@r>=18) { + bonus bDelayrate,-5; + bonus bAspdRate,10; + } + if (.@r>=21) + bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500; + - Combos: + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_28977 # 28977 + - aegis_490221 # 490221 + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_28977 # 28977 + - aegis_490222 # 490222 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_L); + if (getskilllv("LG_SHIELDPRESS") == 10) + bonus bDelayrate,-30; + if (getskilllv("LG_OVERBRAND") >= 1) + bonus bDelayrate,30; + if (.@r>=18) { + bonus2 bSkillAtk,"LG_EARTHDRIVE",25; + bonus2 bSkillAtk,"LG_SHIELDPRESS",25; + } + if (.@r>=21) + bonus2 bSkillCooldown,"LG_EARTHDRIVE",-500; + - Combos: + - Combo: + - Protect_Feathers # 19024 + - Protect_cloth # 19381 + - aegis_28985 # 28985 + Script: | + bonus2 bSubSkill,"WL_CRIMSONROCK",30; + bonus2 bSubSkill,"NC_ARMSCANNON",30; + bonus2 bSubSkill,"RA_ARROWSTORM",30; + bonus2 bSubSkill,"SR_HELLGATE",30; + bonus2 bSubSkill,"SU_LUNATICCARROTBEAT",30; + bonus2 bSubSkill,"SU_CN_METEOR",30; + - Combos: + - Combo: + - Old_Protect_Of_Crown # 18983 + - aegis_480365 # 480365 + Script: | + bonus2 bHPDrainRate,20,4; + bonus2 bSPDrainRate,10,2; + if (getequiprefinerycnt(EQI_HEAD_TOP)>=11) + bonus2 bSkillCooldown,"LG_CANNONSPEAR",-500; + - Combos: + - Combo: + - Dark_Blindfold # 5104 + - aegis_490364 # 490364 + - Combo: + - Dark_Blindfold_ # 18609 + - aegis_490364 # 490364 + - Combo: + - Dark_Blindfold # 5104 + - aegis_490365 # 490365 + - Combo: + - Dark_Blindfold_ # 18609 + - aegis_490365 # 490365 + Script: | + if (BaseLevel < 200) + bonus4 bAutoSpellOnSkill,"LG_RAYOFGENESIS","AB_HIGHNESSHEAL",3,1000; + - Combos: + - Combo: + - aegis_28973 # 28973 + - aegis_490364 # 490364 + - Combo: + - aegis_28974 # 28974 + - aegis_490364 # 490364 + - Combo: + - aegis_28973 # 28973 + - aegis_490365 # 490365 + - Combo: + - aegis_28974 # 28974 + - aegis_490365 # 490365 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_L); + bonus bVariableCastrate,-3*(.@r/3); + bonus bDelayrate,-3*(.@r/3); + - Combos: + - Combo: + - Dark_Blindfold # 5104 + - aegis_28973 # 28973 + - aegis_490364 # 490364 + - Combo: + - Dark_Blindfold_ # 18609 + - aegis_28973 # 28973 + - aegis_490364 # 490364 + - Combo: + - Dark_Blindfold # 5104 + - aegis_28974 # 28974 + - aegis_490364 # 490364 + - Combo: + - Dark_Blindfold_ # 18609 + - aegis_28974 # 28974 + - aegis_490364 # 490364 + - Combo: + - Dark_Blindfold # 5104 + - aegis_28973 # 28973 + - aegis_490365 # 490365 + - Combo: + - Dark_Blindfold_ # 18609 + - aegis_28973 # 28973 + - aegis_490365 # 490365 + - Combo: + - Dark_Blindfold # 5104 + - aegis_28974 # 28974 + - aegis_490365 # 490365 + - Combo: + - Dark_Blindfold_ # 18609 + - aegis_28974 # 28974 + - aegis_490365 # 490365 + Script: | + bonus2 bMagicAddEle,Ele_All,5*(getequiprefinerycnt(EQI_HAND_L)/3); + - Combos: + - Combo: + - aegis_490420 # 490420 + - Up_Royal_Bow_K # 700018 + - Combo: + - aegis_490421 # 490421 + - Up_Royal_Bow_K # 700018 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"RA_ARROWSTORM",(readparam(bDex)+readparam(bLuk))/12; + - Combos: + - Combo: + - aegis_490420 # 490420 + - Up_Scalet_Dragon_L_Bow # 700019 + - Combo: + - aegis_490421 # 490421 + - Up_Scalet_Dragon_L_Bow # 700019 + Script: | + bonus bLongAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"RA_AIMEDBOLT",(readparam(bAgi)+readparam(bDex))/12; + - Combos: + - Combo: + - Twin_Edge_B # 13412 + - Ash_Ring # 490320 + - Combo: + - Twin_Edge_R # 13413 + - Ash_Ring # 490320 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bShortAtkRate,4*(.@r/2); + bonus bLongAtkRate,4*(.@r/2); + - Combos: + - Combo: + - Violet_Fear # 1185 + - Ash_Ring # 490320 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bShortAtkRate,5*(.@r/2); + bonus bLongAtkRate,5*(.@r/2); + - Combos: + - Combo: + - Thorn_Staff # 1636 + - Ash_Ring # 490320 + Script: | + bonus2 bMagicAddSize,Size_All,30; + bonus2 bMagicAddEle,Ele_All,5*(getequiprefinerycnt(EQI_HAND_R)/2); + - Combos: + - Combo: + - Wine_Shoes_LT # 470199 + - Garnet_Pendant_TW # 490103 + - Wine_Jewel_Brooch_TW # 490189 + Script: | + .@r = getequiprefinerycnt(EQI_SHOES); + bonus2 bSubEle,Ele_Neutral,3*(.@r/3); + bonus2 bSubEle,Ele_Earth,3*(.@r/4); + bonus2 bSubEle,Ele_Fire,3*(.@r/4); + bonus2 bSubEle,Ele_Water,3*(.@r/4); + bonus2 bSubEle,Ele_Wind,3*(.@r/4); + - Combos: + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490418 # 490418 + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490419 # 490419 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAtkEle,Ele_Fire,2*.@r; + bonus2 bMagicAtkEle,Ele_Neutral,2*.@r; + - Combos: + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490418 # 490418 + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490419 # 490419 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAtkEle,Ele_Neutral,2*.@r; + bonus2 bMagicAtkEle,Ele_Wind,2*.@r; + - Combos: + - Combo: + - aegis_490288 # 490288 + - aegis_490418 # 490418 + - Combo: + - aegis_490289 # 490289 + - aegis_490418 # 490418 + - Combo: + - aegis_490288 # 490288 + - aegis_490419 # 490419 + - Combo: + - aegis_490289 # 490289 + - aegis_490419 # 490419 + Script: | + bonus2 bIgnoreDefRaceRate,RC_All,50; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50; + bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { + bonus bFixedCast,-700; + if (BaseLevel < 170) + bonus2 bSkillCooldown,"WL_CRIMSONROCK",-4000; + if (BaseLevel >=170) { + bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000; + bonus2 bSkillAtk,"WL_CRIMSONROCK",30; + } + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { + bonus bInt,30; + if (BaseLevel < 170) + bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-4000; + if (BaseLevel >=170) { + bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000; + bonus2 bSkillAtk,"SO_VARETYR_SPEAR",30; + } + } + - Combos: + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490288 # 490288 + - aegis_490418 # 490418 + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490289 # 490289 + - aegis_490418 # 490418 + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490288 # 490288 + - aegis_490419 # 490419 + - Combo: + - Old_Magic_Stone_Hat # 18978 + - aegis_490289 # 490289 + - aegis_490419 # 490419 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAddRace,RC_All,3*(.@r/3); + bonus2 bSkillAtk,"WL_COMET",10*(.@r/3); + - Combos: + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490288 # 490288 + - aegis_490418 # 490418 + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490289 # 490289 + - aegis_490418 # 490418 + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490288 # 490288 + - aegis_490419 # 490419 + - Combo: + - Old_Wind_Whisper # 18980 + - aegis_490289 # 490289 + - aegis_490419 # 490419 + Script: | + .@r = getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bMagicAddRace,RC_All,3*(.@r/3); + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10*(.@r/3); + - Combos: + - Combo: + - S_Full_Power_Armor # 24872 + - S_P_Power_Weapon # 24751 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bAtkRate,3; + if (.@sum>=18) { + bonus bPAtk,3; + bonus bPow,3; + } + - Combos: + - Combo: + - S_Full_Power_Armor # 24872 + - S_Full_Power_Shoes # 24873 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); + bonus bPAtk,2; + bonus bAtkRate,2; + if (.@sum>=18) { + bonus2 bAddSize,Size_All,10; + bonus bLongAtkRate,5; + bonus bShortAtkRate,5; + } + - Combos: + - Combo: + - S_Full_Power_Shoes # 24873 + - S_P_Power_Shield # 24752 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bAtkRate,3; + if (.@sum>=18) { + bonus bPAtk,3; + bonus bPow,3; + } + - Combos: + - Combo: + - S_Full_Rate_Armor # 24874 + - S_Creative_Weapon # 24761 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bAtkRate,3; + if (.@sum>=18) { + bonus bCRate,3; + bonus bCrt,3; + } + - Combos: + - Combo: + - S_Full_Rate_Armor # 24874 + - S_Full_Rate_Shoes # 24875 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); + bonus bCRate,2; + bonus bAtkRate,2; + if (.@sum>=18) { + bonus2 bAddSize,Size_All,10; + bonus bCritAtkRate,5; + } + - Combos: + - Combo: + - S_Full_Rate_Shoes # 24875 + - S_Creative_Shield # 24762 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bAtkRate,3; + if (.@sum>=18) { + bonus bCRate,3; + bonus bCrt,3; + } + - Combos: + - Combo: + - S_Focusing_Pendant # 24876 + - S_Concentration_Weapon # 24755 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bAtkRate,3; + if (.@sum>=18) { + bonus bPAtk,3; + bonus bCon,3; + } + - Combos: + - Combo: + - S_Focusing_Pendant # 24876 + - S_Focusing_Earring # 24877 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R); + bonus bPAtk,2; + bonus bAtkRate,2; + if (.@sum>=18) { + bonus2 bAddEle,Ele_All,10; + } + - Combos: + - Combo: + - S_Focusing_Earring # 24877 + - S_Concentration_Shield # 24756 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bAtkRate,3; + if (.@sum>=18) { + bonus bPAtk,3; + bonus bCon,3; + } + - Combos: + - Combo: + - S_Stout_Pendant # 24878 + - S_Stamina_Weapon # 24759 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bRes,15; + if (.@sum>=18) { + bonus bMaxHPrate,5; + bonus bSta,3; + } + - Combos: + - Combo: + - S_Stout_Pendant # 24878 + - S_Stout_Earring # 24879 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R); + bonus bDef,15; + bonus bRes,25; + if (.@sum>=18) { + bonus bMaxHPrate,7; + } + - Combos: + - Combo: + - S_Stout_Earring # 24879 + - S_Stamina_Shield # 24760 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bRes,15; + if (.@sum>=18) { + bonus bMaxHPrate,5; + bonus bSta,3; + } + - Combos: + - Combo: + - S_Full_Spell_Armor # 24883 + - S_M_Spell_Weapon # 24753 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bMatkRate,3; + if (.@sum>=18) { + bonus bSMatk,3; + bonus bSpl,3; + } + - Combos: + - Combo: + - S_Full_Spell_Armor # 24883 + - S_Full_Spell_Shoes # 24884 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); + bonus bSMatk,2; + bonus bMatkRate,2; + if (.@sum>=18) { + bonus2 bMagicAtkEle,Ele_All,5; + bonus2 bMagicAddSize,Size_All,10; + } + - Combos: + - Combo: + - S_Full_Spell_Shoes # 24884 + - S_M_Spell_Shield # 24754 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bMatkRate,3; + if (.@sum>=18) { + bonus bSMatk,3; + bonus bSpl,3; + } + - Combos: + - Combo: + - S_Centering_Pendant # 24885 + - S_Concentration_Weapon # 24755 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bMatkRate,3; + if (.@sum>=18) { + bonus bSMatk,3; + bonus bCon,3; + } + - Combos: + - Combo: + - S_Centering_Pendant # 24885 + - S_Centering_Earring # 24886 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R); + bonus bSMatk,2; + bonus bMatkRate,2; + if (.@sum>=18) { + bonus2 bMagicAddEle,Ele_All,10; + } + - Combos: + - Combo: + - S_Centering_Earring # 24886 + - S_Concentration_Shield # 24756 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bMatkRate,3; + if (.@sum>=18) { + bonus bSMatk,3; + bonus bCon,3; + } + - Combos: + - Combo: + - S_Witty_Pendant # 24887 + - S_Wisdom_Weapon # 24757 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_WEAPON); + bonus bMRes,15; + if (.@sum>=18) { + bonus bMaxSPrate,5; + bonus bWis,3; + } + - Combos: + - Combo: + - S_Witty_Pendant # 24887 + - S_Witty_Earring # 24888 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R); + bonus bMdef,15; + bonus bMRes,25; + if (.@sum>=18) { + bonus bMaxSPrate,7; + } + - Combos: + - Combo: + - S_Witty_Earring # 24888 + - S_Wisdom_Shield # 24758 + Script: | + .@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_SHIELD); + bonus bMRes,15; + if (.@sum>=18) { + bonus bMaxSPrate,5; + bonus bWis,3; + } + - Combos: + - Combo: + - aegis_300487 # 300487 + - aegis_300489 # 300489 + Script: | + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Player_Human,15; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Large,15; + - Combos: + - Combo: + - aegis_300491 # 300491 + - aegis_300493 # 300493 + Script: | + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Player_Human,15; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Large,15; + - Combos: + - Combo: + - aegis_300495 # 300495 + - aegis_300497 # 300497 + Script: | + bonus2 bMagicAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Large,15; + bonus2 bMagicAddRace,RC_DemiHuman,15; + bonus2 bMagicAddRace,RC_Player_Human,15; + bonus2 bMagicAddRace,RC_Formless,15; + - Combos: + - Combo: + - Justice_Vigor_ABC # 312685 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"ABC_DEFT_STAB",40; + bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",20; + - Combos: + - Combo: + - Injustice_Vigor_ABC # 312686 + - Injustice_Power # 312021 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bCritical,5; + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",40; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",20; + - Combos: + - Combo: + - Justice_Vigor_TR # 312687 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",40; + bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",20; + - Combos: + - Combo: + - Injustice_Vigor_TR # 312688 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"TR_SOUNDBLEND",40; + bonus2 bSkillAtk,"TR_METALIC_FURY",20; + - Combos: + - Combo: + - Justice_Vigor_HN # 312689 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"HN_SPIRAL_PIERCE_MAX",40; + bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",20; + - Combos: + - Combo: + - Injustice_Vigor_HN # 312690 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"HN_GROUND_GRAVITATION",40; + bonus2 bSkillAtk,"HN_NAPALM_VULCAN_STRIKE",20; + - Combos: + - Combo: + - aegis_312692 # 312692 + - Shadowchaser_Top3 # 311362 + Script: | + bonus2 bAddSize,Size_All,3*(getskilllv("ABC_DAGGER_AND_BOW_M")/2); + - Combos: + - Combo: + - aegis_312692 # 312692 + - Shadowchaser_Middle3 # 311363 + Script: | + bonus bCritical,10; + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",10; + - Combos: + - Combo: + - aegis_312692 # 312692 + - Shadowchaser_Bottom3 # 311364 + Script: | + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",15; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",15; + - Combos: + - Combo: + - aegis_312693 # 312693 + - WanderMins_Top3 # 311005 + Script: | + bonus2 bAddEle,Ele_All,3*getskilllv("TR_STAGE_MANNER"); + - Combos: + - Combo: + - aegis_312693 # 312693 + - WanderMins_Middle3 # 311006 + Script: | + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; + - Combos: + - Combo: + - aegis_312693 # 312693 + - WanderMins_Bottom3 # 311007 + Script: | + bonus bPAtk,3; + bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",15; + - Combos: + - Combo: + - aegis_312694 # 312694 + - aegis_312403 # 312403 + Script: | + bonus2 bMagicAddEle,Ele_All,3*(getskilllv("HN_JACK_FROST_NOVA")/2); + - Combos: + - Combo: + - aegis_312694 # 312694 + - aegis_312404 # 312404 + Script: | + bonus bSMatk,5; + bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",10; + - Combos: + - Combo: + - aegis_312694 # 312694 + - aegis_312405 # 312405 + Script: | + bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10; + - Combos: + - Combo: + - Justice_Vigor_IG # 312801 + - Justice_Power # 312014 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bShortAtkRate,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"IG_OVERSLASH",30; + - Combos: + - Combo: + - Injustice_Vigor_IG # 312802 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus2 bMagicAtkEle,Ele_Holy,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"IG_CROSS_RAIN",30; + - Combos: + - Combo: + - Justice_Vigor_AG # 312803 + - Justice_Power # 312014 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",40; + bonus2 bSkillAtk,"AG_FROZEN_SLASH",20; + - Combos: + - Combo: + - Injustice_Vigor_AG # 312804 + - Injustice_Power # 312021 + Script: | + bonus2 bMagicAddEle,Ele_All,20; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",40; + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",20; + - Combos: + - Combo: + - Justice_Vigor_NW # 312805 + - Justice_Power # 312014 + - GoodnEvil_Circlet_NW # 400391 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"NW_WILD_FIRE",30; + - Combos: + - Combo: + - Justice_Vigor_NW # 312805 + - Justice_Power # 312014 + - GoodnEvil_Circlet_NW2 # 400392 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bCritical,5; + bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",30; + - Combos: + - Combo: + - Justice_Vigor_NW # 312805 + - Justice_Power # 312014 + - GoodnEvil_Circlet_NW3 # 400393 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",30; + - Combos: + - Combo: + - Justice_Vigor_NW # 312805 + - Justice_Power # 312014 + - GoodnEvil_Circlet_NW4 # 400394 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",30; + - Combos: + - Combo: + - Justice_Vigor_NW # 312805 + - Justice_Power # 312014 + - GoodnEvil_Circlet_NW5 # 400395 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",40; + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",20; + - Combos: + - Combo: + - Injustice_Vigor_NW # 312806 + - Injustice_Power # 312021 + - GoodnEvil_Circlet_NW # 400391 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",30; + - Combos: + - Combo: + - Injustice_Vigor_NW # 312806 + - Injustice_Power # 312021 + - GoodnEvil_Circlet_NW2 # 400392 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",30; + - Combos: + - Combo: + - Injustice_Vigor_NW # 312806 + - Injustice_Power # 312021 + - GoodnEvil_Circlet_NW3 # 400393 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",30; + - Combos: + - Combo: + - Injustice_Vigor_NW # 312806 + - Injustice_Power # 312021 + - GoodnEvil_Circlet_NW4 # 400394 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bLongAtkRate,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"NW_WILD_FIRE",30; + - Combos: + - Combo: + - Injustice_Vigor_NW # 312806 + - Injustice_Power # 312021 + - GoodnEvil_Circlet_NW5 # 400395 + Script: | + bonus2 bAddEle,Ele_All,20; + bonus bAspdRate,5; + bonus2 bSkillAtk,"NW_GRENADES_DROPPING",40; + bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",20; + - Combos: + - Combo: + - Clover_Ace_Defense # 420269 + - Gambler_Seal_KR_ # 410233 + Script: | + bonus bMaxHPrate,5; + bonus bMdef,30; + bonus bDef,200; + - Combos: + - Combo: + - Dimen_IG_Sword # 500092 + - Time_DM_R_Crown_IG # 400530 + Script: | + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-500; + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"IG_CROSS_RAIN",-1000; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",.@sum; + } + - Combos: + - Combo: + - Dimen_BO_Sword # 500093 + - Time_DM_R_Crown_BO # 400532 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",45; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",45; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",45; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",.@sum; + bonus2 bSkillCooldown,"BO_MAYHEMIC_THORNS",-200; + } + - Combos: + - Combo: + - Dimen_HN_Sword # 500094 + - Time_DM_R_Crown_HN # 400545 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + skill "GC_CROSSIMPACT",5; + bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",.@sum; + } + - Combos: + - Combo: + - Dimen_ABC_Knife # 510139 + - Time_DM_R_Crown_ABC # 400534 + Script: | + bonus bShortAtkRate,10; + bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"ABC_DEFT_STAB",-200; + bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",.@sum; + bonus2 bSkillAtk,"ABC_DEFT_STAB",.@sum; + if (getskilllv("ABC_ABYSS_DAGGER") > 0) { + bonus4 bAutoSpellOnSkill,"ABC_DEFT_STAB","ABC_ABYSS_DAGGER",getskilllv("ABC_ABYSS_DAGGER"),1000; + } + } + - Combos: + - Combo: + - Dimen_IG_Spear # 530054 + - Time_DM_R_Crown_IG # 400530 + Script: | + bonus bShortAtkRate,10; + bonus2 bSkillAtk,"LG_OVERBRAND",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"LG_OVERBRAND",2*.@sum; + if (getskilllv("LG_OVERBRAND") > 0) { + bonus4 bAutoSpellOnSkill,"IG_OVERSLASH","LG_OVERBRAND",getskilllv("LG_OVERBRAND"),1000; + } + } + - Combos: + - Combo: + - Dimen_EM_M_Book # 540079 + - Time_DM_R_Crown_EM # 400536 + Script: | + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Poison,30; + bonus2 bSkillAtk,"EM_VENOM_SWAMP",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_FIRE",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_WATER",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_WIND",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_POISON",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_GROUND",2*.@sum; + .@class_ = geteleminfo(ELEMINFO_CLASS); + if (getskilllv("EM_ELEMENTAL_BUSTER") > 0 && .@class_ >= 20816 && .@class_ <= 20820) { + bonus4 bAutoSpellOnSkill,"EM_DIAMOND_STORM","EM_ELEMENTAL_BUSTER",getskilllv("EM_ELEMENTAL_BUSTER"),1000; + } + } + - Combos: + - Combo: + - Dimen_EM_S_Book # 540080 + - Time_DM_R_Crown_EM # 400536 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Poison,30; + bonus2 bSkillAtk,"EM_VENOM_SWAMP",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_FIRE",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_WATER",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_WIND",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_POISON",2*.@sum; + bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER_GROUND",2*.@sum; + .@class_ = geteleminfo(ELEMINFO_CLASS); + if (getskilllv("EM_ELEMENTAL_BUSTER") > 0 && .@class_ >= 20816 && .@class_ <= 20820) { + bonus4 bAutoSpellOnSkill,"EM_TERRA_DRIVE","EM_ELEMENTAL_BUSTER",getskilllv("EM_ELEMENTAL_BUSTER"),1000; + } + } + - Combos: + - Combo: + - Dimen_CD_Bible # 540081 + - Time_DM_R_Crown_CD # 400537 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"CD_EFFLIGO",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + skill "ABC_UNLUCKY_RUSH",3; + bonus2 bSkillAtk,"CD_EFFLIGO",.@sum; + bonus2 bSkillCooldown,"CD_PETITIO",-150; + } + - Combos: + - Combo: + - Dimen_SKE_M_Book # 540082 + - Time_DM_R_Crown_SKE # 400543 + Script: | + bonus bShortAtkRate,10; + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",.@sum; + if (getskilllv("SKE_MIDNIGHT_KICK") > 0) { + bonus4 bAutoSpellOnSkill,"SKE_DAWN_BREAK","SKE_MIDNIGHT_KICK",getskilllv("SKE_MIDNIGHT_KICK"),1000; + } + } + - Combos: + - Combo: + - Dimen_SKE_S_Book # 540083 + - Time_DM_R_Crown_SKE # 400543 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"SKE_NOON_BLAST",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SKE_NOON_BLAST",.@sum; + if (getskilllv("SKE_NOON_BLAST") > 0) { + bonus4 bAutoSpellOnSkill,"SKE_SUNSET_BLAST","SKE_NOON_BLAST",getskilllv("SKE_NOON_BLAST"),1000; + } + } + - Combos: + - Combo: + - Dimen_CD_Rod # 550130 + - Time_DM_R_Crown_CD # 400537 + Script: | + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bSkillAtk,"AB_ADORAMUS",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"AB_ADORAMUS",2*.@sum; + if (getskilllv("AB_ADORAMUS") > 0) { + bonus4 bAutoSpellOnSkill,"CD_ARBITRIUM","AB_ADORAMUS",getskilllv("AB_ADORAMUS"),1000; + } + } + - Combos: + - Combo: + - Dimen_SOA_Stick # 550131 + - Time_DM_R_Crown_SOA # 400544 + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",.@sum; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",.@sum; + if (getskilllv("SOA_TALISMAN_OF_RED_PHOENIX") > 0) { + bonus4 bAutoSpellOnSkill,"SOA_TALISMAN_OF_BLUE_DRAGON","SOA_TALISMAN_OF_RED_PHOENIX",getskilllv("SOA_TALISMAN_OF_RED_PHOENIX"),1000; + } + } + - Combos: + - Combo: + - Dimen_SOA_Rod # 550132 + - Time_DM_R_Crown_SOA # 400544 + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",.@sum; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",.@sum; + if (getskilllv("SOA_TALISMAN_OF_BLACK_TORTOISE") > 0) { + bonus4 bAutoSpellOnSkill,"SOA_TALISMAN_OF_WHITE_TIGER","SOA_TALISMAN_OF_BLACK_TORTOISE",getskilllv("SOA_TALISMAN_OF_BLACK_TORTOISE"),1000; + } + } + - Combos: + - Combo: + - Dimen_HN_Rod # 550133 + - Time_DM_R_Crown_HN # 400545 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Ghost,30; + bonus2 bSkillAtk,"HN_NAPALM_VULCAN_STRIKE",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"HN_NAPALM_VULCAN_STRIKE",.@sum; + bonus4 bAutoSpellOnSkill,"HN_NAPALM_VULCAN_STRIKE","AG_SOUL_VC_STRIKE",5,500; + } + - Combos: + - Combo: + - Dimen_SH_Foxtail # 550134 + - Time_DM_R_Crown_SH # 400546 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"SH_HOWLING_OF_CHUL_HO",-300; + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",.@sum; + } + - Combos: + - Combo: + - Dimen_SH_F_Model # 550135 + - Time_DM_R_Crown_SH # 400546 + Script: | + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",45; + bonus2 bMagicAtkEle,Ele_All,10; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"SH_HYUN_ROKS_BREEZE",-2000; + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",.@sum; + } + - Combos: + - Combo: + - Dimen_IQ_Knuckle # 560060 + - Time_DM_R_Crown_IQ # 400538 + Script: | + bonus bShortAtkRate,10; + bonus2 bSkillAtk,"SR_TIGERCANNON",85; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"IQ_FIRST_BRAND",1500; + bonus2 bSkillAtk,"IQ_SECOND_FLAME",.@sum; + if (getskilllv("IQ_SECOND_FLAME") > 0) { + bonus4 bAutoSpellOnSkill,"IQ_FIRST_BRAND","IQ_SECOND_FLAME",getskilllv("IQ_SECOND_FLAME"),1000; + if (getskilllv("IQ_THIRD_FLAME_BOMB") > 0) { + bonus4 bAutoSpellOnSkill,"IQ_SECOND_FLAME","IQ_THIRD_FLAME_BOMB",getskilllv("IQ_THIRD_FLAME_BOMB"),1000; + } + } + } + - Combos: + - Combo: + - Dimen_IQ_Claw # 560061 + - Time_DM_R_Crown_IQ # 400538 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"IQ_MASSIVE_F_BLASTER",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"IQ_EXPOSION_BLASTER",-200; + bonus2 bSkillCooldown,"IQ_MASSIVE_F_BLASTER",-2000; + bonus2 bSkillAtk,"IQ_MASSIVE_F_BLASTER",.@sum; + } + - Combos: + - Combo: + - Dimen_TR_Harp # 570063 + - Time_DM_R_Crown_TR # 400540 + - Combo: + - Dimen_TR_Rope # 580062 + - Time_DM_R_Crown_TR # 400540 + Script: | + bonus bLongAtkRate,10; + bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",.@sum; + if (getskilllv("TR_SOUNDBLEND") > 0) { + bonus4 bAutoSpellOnSkill,"TR_RHYTHMSHOOTING","TR_SOUNDBLEND",getskilllv("TR_SOUNDBLEND"),1000; + } + } + - Combos: + - Combo: + - Dimen_TR_Ribbon # 580061 + - Time_DM_R_Crown_TR # 400540 + - Combo: + - Dimen_TR_Vilolin # 570062 + - Time_DM_R_Crown_TR # 400540 + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bSkillAtk,"WM_REVERBERATION",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"WM_REVERBERATION",.@sum; + if (getskilllv("WM_REVERBERATION") > 0) { + bonus4 bAutoSpellOnSkill,"TR_METALIC_FURY","WM_REVERBERATION",getskilllv("WM_REVERBERATION"),1000; + } + } + - Combos: + - Combo: + - Dimen_MT_Mace # 590079 + - Time_DM_R_Crown_MT # 400531 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"MT_SPARK_BLASTER",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"MT_TRIPLE_LASER",.@sum; + bonus2 bSkillCooldown,"MT_SPARK_BLASTER",-150; + bonus2 bSkillAtk,"MT_SPARK_BLASTER",.@sum; + } + - Combos: + - Combo: + - Dimen_BO_Hall # 590080 + - Time_DM_R_Crown_BO # 400532 + Script: | + bonus bShortAtkRate,10; + bonus2 bSkillAtk,"GN_CART_TORNADO",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"BO_EXPLOSIVE_POWDER",-200; + bonus2 bSkillAtk,"GN_CART_TORNADO",2*.@sum; + if (getskilllv("GN_CART_TORNADO") > 0) { + bonus4 bAutoSpellOnSkill,"BO_EXPLOSIVE_POWDER","GN_CART_TORNADO",getskilllv("GN_CART_TORNADO"),1000; + } + } + - Combos: + - Combo: + - Dimen_DK_T_Sword # 600054 + - Time_DM_R_Crown_DK # 400529 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"DK_STORMSLASH",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"DK_HACKANDSLASHER",-200; + bonus2 bSkillAtk,"RK_IGNITIONBREAK",3*.@sum; + if (getskilllv("RK_IGNITIONBREAK") > 0) { + bonus4 bAutoSpellOnSkill,"DK_HACKANDSLASHER","RK_IGNITIONBREAK",getskilllv("RK_IGNITIONBREAK"),1000; + } + } + - Combos: + - Combo: + - Dimen_SHC_Katar # 610064 + - Time_DM_R_Crown_SHC # 400533 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"GC_CROSSIMPACT",85; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"SHC_SAVAGE_IMPACT",-200; + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",.@sum; + } + - Combos: + - Combo: + - Dimen_SHC_Cakram # 610065 + - Time_DM_R_Crown_SHC # 400533 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"SHC_IMPACT_CRATER",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"GC_PHANTOMMENACE",5000; + bonus2 bSkillCooldown,"GC_ROLLINGCUTTER",2000; + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",.@sum; + if (getskilllv("GC_ROLLINGCUTTER") > 0) { + bonus4 bAutoSpellOnSkill,"GC_PHANTOMMENACE","GC_ROLLINGCUTTER",getskilllv("GC_ROLLINGCUTTER"),1000; + if (getskilllv("SHC_IMPACT_CRATER") > 0) { + bonus4 bAutoSpellOnSkill,"GC_ROLLINGCUTTER","SHC_IMPACT_CRATER",getskilllv("SHC_IMPACT_CRATER"),1000; + } + } + } + - Combos: + - Combo: + - Dimen_MT_Axe # 620037 + - Time_DM_R_Crown_MT # 400531 + Script: | + bonus2 bSkillAtk,"MT_AXE_STOMP",45; + bonus bShortAtkRate,10; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"NC_AXETORNADO",5*.@sum; + if (getskilllv("NC_AXETORNADO") > 0 && !checkmadogear()) { + bonus4 bAutoSpellOnSkill,"MT_MIGHTY_SMASH","NC_AXETORNADO",getskilllv("NC_AXETORNADO"),1000; + } + } + - Combos: + - Combo: + - Dimen_DK_Lance # 630041 + - Time_DM_R_Crown_DK # 400529 + Script: | + bonus bLongAtkRate,10; + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",85; + bonus2 bSkillAtk,"RK_DRAGONBREATH",85; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillCooldown,"DK_DRAGONIC_BREATH",-150; + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",.@sum; + } + - Combos: + - Combo: + - Dimen_AG_Staff # 640049 + - Time_DM_R_Crown_AG # 400535 + Script: | + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Ghost,30; + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",.@sum; + if (getskilllv("AG_STORM_CANNON") > 0) { + bonus4 bAutoSpellOnSkill,"AG_CRIMSON_ARROW","AG_STORM_CANNON",getskilllv("AG_STORM_CANNON"),1000; + } + } + - Combos: + - Combo: + - Dimen_AG_Rod # 640050 + - Time_DM_R_Crown_AG # 400535 + Script: | + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Ghost,30; + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",.@sum; + if (getskilllv("AG_FROZEN_SLASH") > 0) { + bonus4 bAutoSpellOnSkill,"AG_ROCK_DOWN","AG_FROZEN_SLASH",getskilllv("AG_FROZEN_SLASH"),1000; + } + } + - Combos: + - Combo: + - Dimen_SS_Humma # 650046 + - Time_DM_R_Crown_SS # 400541 + Script: | + bonus bShortAtkRate,15; + bonus2 bSkillAtk,"SS_KAGENOMAI",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SS_KAGEGISSEN",.@sum; + bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-1500; + if (getskilllv("SS_KAGEGISSEN") > 0) { + bonus4 bAutoSpellOnSkill,"KO_JYUMONJIKIRI","SS_KAGEGISSEN",getskilllv("SS_KAGEGISSEN"),1000; + } + } + - Combos: + - Combo: + - Dimen_SS_Wheel # 650047 + - Time_DM_R_Crown_SS # 400541 + Script: | + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Dark,30; + bonus2 bSkillAtk,"SS_ANTENPOU",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SS_SEKIENHOU",.@sum; + bonus2 bSkillAtk,"SS_RAIDENPOU",.@sum; + if (getskilllv("SS_RAIDENPOU") > 0) { + bonus4 bAutoSpellOnSkill,"SS_SEKIENHOU","SS_RAIDENPOU",getskilllv("SS_RAIDENPOU"),1000; + } + } + - Combos: + - Combo: + - Dimen_ABC_Bow # 700092 + - Time_DM_R_Crown_ABC # 400534 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",45; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + skill "TR_ROSEBLOSSOM",5; + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",.@sum; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",.@sum; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",.@sum; + } + - Combos: + - Combo: + - Dimen_WH_C_Bow # 700093 + - Time_DM_R_Crown_WH # 400539 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"WH_GALESTORM",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"SN_SHARPSHOOTING",2*.@sum; + if (getskilllv("SN_SHARPSHOOTING") > 0) { + bonus4 bAutoSpellOnSkill,"WH_CRESCIVE_BOLT","SN_SHARPSHOOTING",getskilllv("SN_SHARPSHOOTING"),500; + } + } + - Combos: + - Combo: + - Dimen_WH_Bow # 700094 + - Time_DM_R_Crown_WH # 400539 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"WH_HAWKBOOMERANG",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"WH_HAWKBOOMERANG",.@sum; + if (getskilllv("WH_HAWKBOOMERANG") > 0) { + bonus4 bAutoSpellOnSkill,"WH_HAWKRUSH","WH_HAWKBOOMERANG",getskilllv("WH_HAWKBOOMERANG"),500; + } + } + - Combos: + - Combo: + - Dimen_NW_Rifle # 810040 + - Time_DM_R_Crown_NW # 400542 + Script: | + bonus bLongAtkRate,15; + bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",.@sum; + if (getskilllv("NW_SPIRAL_SHOOTING") > 0) { + bonus4 bAutoSpellOnSkill,"NW_ONLY_ONE_BULLET","NW_SPIRAL_SHOOTING",getskilllv("NW_SPIRAL_SHOOTING"),1000; + } + } + - Combos: + - Combo: + - Dimen_NW_Launcher # 840032 + - Time_DM_R_Crown_NW # 400542 + Script: | + bonus bLongAtkRate,10; + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",45; + if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_A && getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) { + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP); + bonus2 bSkillAtk,"NW_WILD_FIRE",.@sum; + if (getskilllv("NW_WILD_FIRE") > 0) { + bonus4 bAutoSpellOnSkill,"NW_SPIRAL_SHOOTING","NW_WILD_FIRE",getskilllv("NW_WILD_FIRE"),1000; + } + } + - Combos: + - Combo: + - Hero # 29509 + - aegis_312301 # 312301 + Script: | + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_FIRE",-200; + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_WATER",-200; + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_WIND",-200; + bonus2 bSkillCooldown,"BO_ACIDIFIED_ZONE_GROUND",-200; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312691 # 312691 + Script: | + bonus2 bSkillCooldown,"CD_PETITIO",-200; + - Combos: + - Combo: + - aegis_15981 # 15981 + - aegis_27426 # 27426 + Script: | + bonus bMatk,100; + - Combos: + - Combo: + - aegis_15981 # 15981 + - aegis_27425 # 27425 + Script: | + bonus bDelayrate,-15; + - Combos: + - Combo: + - aegis_15982 # 15982 + - aegis_27423 # 27423 + Script: | + bonus bHit,50; + - Combos: + - Combo: + - aegis_15982 # 15982 + - aegis_27424 # 27424 + - Combo: + - aegis_15983 # 15983 + - aegis_27421 # 27421 + Script: | + bonus bBaseAtk,80; + - Combos: + - Combo: + - aegis_15983 # 15983 + - aegis_27422 # 27422 + Script: | + bonus bCritical,30; + bonus bCritAtkRate,30; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Axe # 520009 + Script: | + bonus2 bSkillAtk,"MT_AXE_STOMP",25; + bonus2 bSkillAtk,"MT_RUSH_QUAKE",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_G_Spear # 530014 + Script: | + bonus2 bSkillAtk,"IG_OVERSLASH",25; + bonus2 bSkillAtk,"IG_GRAND_JUDGEMENT",25; + bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Katar # 610023 + Script: | + bonus2 bSkillAtk,"SHC_IMPACT_CRATER",25; + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",25; + bonus2 bSubRace,RC_Player_Human,40; + bonus2 bSubRace,RC_Player_Doram,40; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_C_Bow # 700033 + Script: | + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",25; + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",25; + bonus2 bSubRace,RC_Player_Human,40; + bonus2 bSubRace,RC_Player_Doram,40; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Violin # 570019 + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_C_Rope # 580019 + Script: | + bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",25; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_T_Staff # 640021 + Script: | + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",25; + bonus2 bSkillAtk,"AG_FROZEN_SLASH",25; + bonus2 bSkillAtk,"AG_STORM_CANNON",25; + bonus2 bSkillAtk,"AG_ROCK_DOWN",25; + bonus2 bSubRace,RC_Player_Human,40; + bonus2 bSubRace,RC_Player_Doram,40; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Knuckle # 560020 + Script: | + bonus2 bSkillAtk,"IQ_MASSIVE_F_BLASTER",25; + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Ballista # 700034 + Script: | + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",25; + bonus2 bSkillAtk,"WH_GALESTORM",25; + bonus2 bSubRace,RC_Player_Human,40; + bonus2 bSubRace,RC_Player_Doram,40; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_M_Book # 540024 + Script: | + bonus2 bSkillAtk,"EM_CONFLAGRATION",25; + bonus2 bSkillAtk,"EM_DIAMOND_STORM",25; + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",25; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",25; + bonus2 bSkillAtk,"EM_VENOM_SWAMP",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Lance # 630013 + Script: | + bonus2 bSkillAtk,"DK_HACKANDSLASHER",25; + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",25; + bonus2 bSubRace,RC_Player_Human,40; + bonus2 bSubRace,RC_Player_Doram,40; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Lapier # 500028 + Script: | + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",25; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",25; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",25; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - Goddess_of_Abundance # 311073 + - Vivatus_F_Wand # 550029 + Script: | + bonus2 bSkillAtk,"CD_ARBITRIUM",25; + bonus2 bSkillAtk,"CD_PNEUMATICUS_PROCELLA",25; + bonus2 bSkillAtk,"CD_FRAMEN",25; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + - Combos: + - Combo: + - EP18_Schulang_Card # 300227 + - Goddess_of_Abundance # 311073 + Script: | + bonus2 bFixedCastrate,"SO_VARETYR_SPEAR",-100; + bonus2 bMagicAtkEle,Ele_Wind,30; + - Combos: + - Combo: + - EP18_Demi_Freyja_Card # 300228 + - Goddess_of_Abundance # 311073 + Script: | + autobonus "{}",20,100,BF_MAGIC,"{ sc_start SC_INSPIRATION,10000,1; }"; + - Combos: + - Combo: + - EP18_Burning_Fang_Card # 300217 + - Goddess_of_Abundance # 311073 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubEle,Ele_Earth,15; + - Combos: + - Combo: + - Bakonawa_Tattoo # 2910 + - aegis_420129 # 420129 + Script: | + skill "TF_DOUBLE",max(getskilllv("TF_DOUBLE"),3); + bonus bAtkRate,(readparam(bStr)+readparam(bLuk))/40; + - Combos: + - Combo: + - Buwaya_Tattoo # 2907 + - aegis_420129 # 420129 + Script: | + bonus bFixedCast,-200; + bonus bMatkRate,(readparam(bInt)+readparam(bDex))/40; + - Combos: + - Combo: + - Bangungot_Tattoo # 2911 + - aegis_420129 # 420129 + Script: | + bonus bMaxHPrate,7; + bonus bHealPower2,2*((readparam(bAgi)+readparam(bVit))/40); + - Combos: + - Combo: + - IA_Dress # 15214 + - IA_Choker # 19286 + - IA_Boots # 22144 + Script: | + .@a = getequiprefinerycnt(EQI_ARMOR); + .@b = getequiprefinerycnt(EQI_SHOES); + .@c = (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES))/3; + bonus bBaseAtk,5+(.@a*2); + bonus bMatk,5+(.@a*2); + bonus bAspdRate,.@b; + bonus bVariableCastrate,-2*.@c; + - Combos: + - Combo: + - Arbitrator_Shawl_US # 420246 + - Platinum_Arbitrator # 450257 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bAtkRate,5; + bonus bPerfectHitAddRate,20; + if (.@r>=8) { + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + } + if (.@r>=9) { + bonus bAtkRate,10; + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + } + if (.@r>=10) { + bonus2 bSkillCooldown,"LG_CANNONSPEAR",-1500; + bonus2 bSkillAtk,"LG_CANNONSPEAR",30; + } + if (.@r>=11) { + bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2; + bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2); + } + - Combos: + - Combo: + - Lunar_E_Armor_LT # 450263 + - Eclipsedefmind_TW # 490086 + Script: | + bonus bSta,8; + bonus bWis,8; + bonus bFixedCast,-300; + - Combos: + - Combo: + - Marc_Card # 4105 + - Lunar_E_Armor_LT # 450263 + Script: | + if (getequiprefinerycnt(EQI_ARMOR)>=7) { + bonus bMaxHPrate,25; + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + bonus2 bSubSize,Size_Medium,10; + bonus2 bSubSize,Size_Large,10; + } + - Combos: + - Combo: + - Garm_Card # 4324 + - Lunar_E_Armor_LT # 450263 + Script: | + if (getequiprefinerycnt(EQI_ARMOR)>=7) { + bonus bMaxHPrate,70; + bonus2 bAddSize,Size_All,25; + bonus2 bMagicAddSize,Size_All,25; + bonus2 bResEff,Eff_Freeze,10000; + bonus2 bSubSize,Size_Medium,15; + bonus2 bSubSize,Size_Large,15; + } + - Combos: + - Combo: + - Coyote_Card # 27179 + - aegis_470245 # 470245 + Script: | + bonus bMatk,50; + bonus2 bMagicAddClass,Class_Boss,10; + bonus3 bAutoSpellWhenHit,"WL_COMET",1,10; + - Combos: + - Combo: + - aegis_490464 # 490464 + - Up_Shiver_Katar_K # 610008 + - Combo: + - aegis_490465 # 490465 + - Up_Shiver_Katar_K # 610008 + Script: | + bonus2 bAddRace,RC_All,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"GC_CROSSIMPACT",(readparam(bStr)+readparam(bLuk))/12; + - Combos: + - Combo: + - aegis_490464 # 490464 + - Up_Blade_Katar # 610009 + - Combo: + - aegis_490465 # 490465 + - Up_Blade_Katar # 610009 + Script: | + bonus bShortAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"GC_ROLLINGCUTTER",(readparam(bStr)+readparam(bDex))/12; + - Combos: + - Combo: + - Manteau_Of_Guardsman # 20942 + - ShoesOfGuardsman # 22142 + Script: | + bonus2 bSubEle,Ele_Neutral,10; + bonus2 bSubRace,RC_Player_Doram,10; + bonus2 bResEff,Eff_Stone,10000; + - Combos: + - Combo: + - YSF01_Plate_J # 15213 + - YSF01_Manteau_J # 20858 + - YSF01_Greave_J # 22143 + Script: | + .@a = getequiprefinerycnt(EQI_ARMOR); + .@b = getequiprefinerycnt(EQI_GARMENT); + .@c = getequiprefinerycnt(EQI_SHOES); + bonus bDelayrate,-10; + bonus2 bSkillAtk,"LK_SPIRALPIERCE",50; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",100; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",50; + if (.@a >= 7 && .@b >= 7 && .@c >= 7) { + bonus bDelayrate,-20; + bonus2 bSkillAtk,"LK_SPIRALPIERCE",100; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",200; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",100; + } + if (.@a >= 9 && .@b >= 9 && .@c >= 9) { + bonus bDelayrate,-20; + bonus2 bSkillAtk,"LK_SPIRALPIERCE",100; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",200; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",100; + } + - Combos: + - Combo: + - Return_TW_1th_Armor # 15211 + - Return_TW_1th_Hat # 19276 + Script: | + if ((getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_ARMOR)) >=18) + bonus bAspd,1; + - Combos: + - Combo: + - 60Lv_Suits # 15220 + - 60Lv_Hood # 20867 + - 60Lv_Sandal # 22150 + - 60Lv_Ring # 28539 + Script: | + bonus bBaseAtk,15; + bonus bMatk,15; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=17) { + bonus bAspdRate,3; + bonus bVariableCastrate,-5; + } + - Combos: + - Combo: + - 70Lv_Armor # 15221 + - 70Lv_Manteau # 20868 + - 70Lv_Boots # 22151 + - 70Lv_Ring # 28540 + Script: | + bonus bBaseAtk,20; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=21) { + bonus bAspdRate,5; + bonus bFixedCastrate,-5; + } + - Combos: + - Combo: + - 70Lv_Robe # 15222 + - 70Lv_Muffler # 20869 + - 70Lv_Shoes # 22152 + - 70Lv_Mring # 28541 + Script: | + bonus bMatk,20; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=21) { + bonus bVariableCastrate,-5; + bonus bFixedCastrate,-5; + } + - Combos: + - Combo: + - 80Lv_Mail # 15223 + - 80Lv_Manteau # 20870 + - 80Lv_Greave # 22153 + - 80Lv_Aring # 28542 + Script: | + bonus bBaseAtk,25; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=25) { + bonus bAspdRate,7; + bonus bCritAtkRate,2; + bonus bFixedCastrate,-10; + } + - Combos: + - Combo: + - 80Lv_Cloth # 15224 + - 80Lv_Cloak # 20871 + - 80Lv_Boots # 22154 + - 80Lv_Gloves # 28543 + Script: | + bonus bBaseAtk,25; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=25) { + bonus bAspdRate,7; + bonus bLongAtkRate,2; + bonus bFixedCastrate,-10; + } + - Combos: + - Combo: + - 80Lv_Robe # 15225 + - 80Lv_Muffler # 20872 + - 80Lv_Shoes # 22155 + - 80Lv_Mring # 28544 + Script: | + bonus bMatk,25; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=25) { + bonus bMatkRate,2; + bonus bVariableCastrate,-7; + bonus bFixedCastrate,-10; + } + - Combos: + - Combo: + - 80Lv_Dress # 15226 + - 80Lv_Cape # 20873 + - 80Lv_Sandal # 22156 + - 80Lv_Necklace # 28545 + Script: | + bonus bMatk,25; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=25) { + bonus bHealPower,2; + bonus bVariableCastrate,-7; + bonus bFixedCastrate,-10; + } + - Combos: + - Combo: + - 90Lv_Mail # 15227 + - 90Lv_Manteau # 20874 + - 90Lv_Greave # 22157 + - 90Lv_Aring # 28546 + Script: | + bonus bBaseAtk,30; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) { + bonus bAspdRate,10; + bonus bCritAtkRate,4; + bonus bFixedCastrate,-15; + } + - Combos: + - Combo: + - 90Lv_Cloth # 15228 + - 90Lv_Cloak # 20875 + - 90Lv_Boots # 22158 + - 90Lv_Gloves # 28547 + Script: | + bonus bBaseAtk,30; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) { + bonus bAspdRate,10; + bonus bLongAtkRate,4; + bonus bFixedCastrate,-15; + } + - Combos: + - Combo: + - 90Lv_Robe # 15229 + - 90Lv_Muffler # 20876 + - 90Lv_Shoes # 22159 + - 90Lv_Mring # 28548 + Script: | + bonus bMatk,30; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) { + bonus bMatkRate,4; + bonus bVariableCastrate,-10; + bonus bFixedCastrate,-15; + } + - Combos: + - Combo: + - 90Lv_Dress # 15230 + - 90Lv_Cape # 20877 + - 90Lv_Sandal # 22160 + - 90Lv_Necklace # 28549 + Script: | + bonus bMatk,30; + if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) { + bonus bHealPower,4; + bonus bVariableCastrate,-10; + bonus bFixedCastrate,-15; + } + - Combos: + - Combo: + - aegis_311439 # 311439 + - aegis_450309 # 450309 + Script: | + bonus bFixedCastrate,-70; + - Combos: + - Combo: + - P_Amdarais_Card # 4635 + - aegis_410270 # 410270 + - Combo: + - P_Amdarais_Card # 4635 + - aegis_410271 # 410271 + - Combo: + - P_Amdarais_Card # 4635 + - aegis_410272 # 410272 + - Combo: + - P_Amdarais_Card # 4635 + - aegis_410273 # 410273 + - Combo: + - P_Amdarais_Card # 4635 + - aegis_410274 # 410274 + - Combo: + - P_Amdarais_Card # 4635 + - aegis_410275 # 410275 + Script: | + .@r = getequiprefinerycnt(EQI_ARMOR); + bonus bMaxHP,2500*(.@r/3); + bonus bMaxSP,2000*(.@r/3); + if (.@r>=6) { + bonus bSPrecovRate,30; + if (.@r>=9) { + bonus bVariableCastrate,-10; + if (.@r>=12) { + bonus bDelayrate,-10; + } + } + } + - Combos: + - Combo: + - ROZ_Bijou_Hat_Str # 400574 + - aegis_410270 # 410270 + - Combo: + - ROZ_Bijou_Hat_Agi # 400575 + - aegis_410271 # 410271 + - Combo: + - ROZ_Bijou_Hat_Vit # 400576 + - aegis_410272 # 410272 + - Combo: + - ROZ_Bijou_Hat_Int # 400577 + - aegis_410273 # 410273 + - Combo: + - ROZ_Bijou_Hat_Dex # 400578 + - aegis_410274 # 410274 + - Combo: + - ROZ_Bijou_Hat_Luk # 400579 + - aegis_410275 # 410275 + Script: | + bonus bUseSPrate,-5; + - Combos: + - Combo: + - Doram_Only_Suit_J # 15275 + - Doram_Only_Cape_J # 20915 + - Doram_Only_Shoes_J # 22185 + Script: | + bonus bSpeedRate,25; + bonus2 bHPRegenRate,500,5000; + bonus2 bSPRegenRate,5,5000; + - Combos: + - Combo: + - Doram_High_Suit_J # 15276 + - Doram_High_Cape_J # 20916 + - Doram_High_Shoes_J # 22186 + Script: | + bonus bSpeedRate,25; + bonus2 bHPRegenRate,1000,5000; + bonus2 bSPRegenRate,10,5000; + - Combos: + - Combo: + - Mad_Bunny_K # 28901 + - Giant_Mad_Bunny_TW # 480372 + - Combo: + - Mad_Bunny_K_ # 28902 + - Giant_Mad_Bunny_TW # 480372 + Script: | + bonus2 bAddClass,Class_Boss,10; + bonus2 bMagicAddClass,Class_Boss,10; + autobonus "{ .@r = getequiprefinerycnt(EQI_GARMENT); .@a = getequiprefinerycnt(EQI_HAND_L); bonus bBaseAtk,20*((.@r+.@a)/2); bonus bMatk,20*((.@r+.@a)/2); }",10,7000,BF_WEAPON|BF_MAGIC,"{ transform 1947,7000; }"; + - Combos: + - Combo: + - Mad_Bunny_K_LT # 460020 + - Giant_Mad_Bunny_TW # 480372 + Script: | + .@g = getenchantgrade(EQI_HAND_L); + .@val = 10; + bonus2 bAddClass,Class_Boss,15; + bonus2 bMagicAddClass,Class_Boss,15; + if (.@g >= ENCHANTGRADE_B) { + .@val += 10; + } + if (.@g >= ENCHANTGRADE_A) { + .@val += 10; + } + autobonus "{ .@r = getequiprefinerycnt(EQI_GARMENT); .@a = getequiprefinerycnt(EQI_HAND_L); bonus bBaseAtk,30*((.@r+.@a)/3); bonus bMatk,30*((.@r+.@a)/3); bonus2 bAddClass,Class_Boss,2*((.@r+.@a)/3); bonus2 bMagicAddClass,Class_Boss,2*((.@r+.@a)/3); }",.@val,7000,BF_WEAPON|BF_MAGIC,"{ transform 1947,7000; }"; + - Combos: + - Combo: + - Bloody_Knight_Shield # 28942 + - aegis_470247 # 470247 + - Combo: + - Bloody_Knight_Shield_ # 28945 + - aegis_470247 # 470247 + Script: | + bonus2 bAddClass,Class_Boss,15; + bonus2 bMagicAddClass,Class_Boss,15; + if (getequiprefinerycnt(EQI_SHOES)>=13) + autobonus "{ bonus bStr,150; bonus bInt,150; bonus bDex,150; }",50,10000,BF_WEAPON|BF_MAGIC; + - Combos: + - Combo: + - Bloody_Knight_Shield__ # 28946 + - aegis_470247 # 470247 + Script: | + bonus2 bAddClass,Class_Boss,30; + bonus2 bMagicAddClass,Class_Boss,30; + if (getequiprefinerycnt(EQI_SHOES)>=13) + autobonus "{ bonus bStr,200; bonus bInt,200; bonus bDex,200; }",50,10000,BF_WEAPON|BF_MAGIC; + - Combos: + - Combo: + - aegis_490469 # 490469 + - Up_OneSkyOneSun # 540010 + - Combo: + - aegis_490470 # 490470 + - Up_OneSkyOneSun # 540010 + Script: | + bonus bShortAtkRate,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SJ_SOLARBURST",(readparam(bStr)+readparam(bLuk))/12; + - Combos: + - Combo: + - aegis_490469 # 490469 + - Up_SoulWeight # 550015 + - Combo: + - aegis_490470 # 490470 + - Up_SoulWeight # 550015 + Script: | + bonus2 bMagicAddRace,RC_All,8; + if (getequiprefinerycnt(EQI_HAND_R)>=11) + bonus2 bSkillAtk,"SP_SPA",(readparam(bAgi)+readparam(bInt))/12; + - Combos: + - Combo: + - Crow_Tengu_Mask # 5933 + - Comp_Tengu_Scroll # 420247 + - Combo: + - Comp_Crow_Tengu_Mask # 410269 + - Comp_Tengu_Scroll # 420247 + Script: | + bonus2 bAddSize,Size_All,1; + bonus bLongAtkRate,2; + if (readparam(bStr) >= 108) { + bonus2 bAddSize,Size_All,2; + bonus bLongAtkRate,1; + } + if (readparam(bStr) >= 120) { + bonus2 bAddSize,Size_All,3; + bonus bLongAtkRate,1; + } + - Combos: + - Combo: + - aegis_400512 # 400512 + - aegis_420248 # 420248 + - Combo: + - aegis_400513 # 400513 + - aegis_420248 # 420248 + - Combo: + - aegis_400512 # 400512 + - aegis_420249 # 420249 + - Combo: + - aegis_400513 # 400513 + - aegis_420249 # 420249 + Script: | + bonus2 bDropAddRace,RC_All,getequiprefinerycnt(EQI_HEAD_TOP); + - Combos: + - Combo: + - aegis_400512 # 400512 + - aegis_490282 # 490282 + - Combo: + - aegis_400512 # 400512 + - aegis_490283 # 490283 + - Combo: + - aegis_400513 # 400513 + - aegis_490282 # 490282 + - Combo: + - aegis_400513 # 400513 + - aegis_490283 # 490283 + Script: | + bonus2 bSkillAtk,"KN_BOWLINGBASH",50; + bonus bNoWalkDelay; + - Combos: + - Combo: + - Tablet_IL # 28626 + - aegis_420251 # 420251 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bHit,30; + bonus bAspd,1; + bonus2 bSkillAtk,"SJ_FLASHKICK",5*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR",5*(.@r/3); + - Combos: + - Combo: + - Hunter_Bow_IL # 18174 + - aegis_420251 # 420251 + Script: | + .@r = getequiprefinerycnt(EQI_HAND_R); + bonus bCriticalLong,30; + if (.@r>=7) { + bonus bCritAtkRate,10; + bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; + if (.@r>=9) { + bonus2 bSkillAtk,"SN_SHARPSHOOTING",35; + bonus2 bSkillAtk,"RA_AIMEDBOLT",35; + if (.@r>=11) { + bonus bDelayrate,-10; + } + } + } + - Combos: + - Combo: + - Lunar_E_Armor_LT # 450263 + - Eclipsedefmind_LT # 490440 + Script: | + bonus bSta,8; + bonus bWis,8; + bonus bFixedCast,-300; + bonus bLongAtkDef,8; + bonus bNearAtkDef,8; + if (getenchantgrade(EQI_ARMOR) >= ENCHANTGRADE_A) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + bonus2 bAddEffWhenHit,Eff_Freeze,1000; + } + - Combos: + - Combo: + - S_Wolf_Card_E # 27390 + - S_Poe_Card_E # 27392 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + bonus2 bAddSize,Size_Medium,5; + bonus2 bMagicAddSize,Size_Medium,5; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_312303 # 312303 + Script: | + bonus2 bSkillCooldown,"EM_CONFLAGRATION",-2000; + bonus2 bSkillCooldown,"EM_LIGHTNING_LAND",-2000; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312034 # 312034 + Script: | + autobonus "{ bonus2 bSkillUseSP,\"IQ_MASSIVE_F_BLASTER\",299; bonus2 bSkillUseSP,\"IQ_EXPOSION_BLASTER\",169; }",20,10000,BF_WEAPON; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312033 # 312033 + Script: | + bonus2 bSkillCooldown,"ABC_ABYSS_DAGGER",-200; + bonus2 bSkillCooldown,"ABC_DEFT_STAB",-200; + - Combos: + - Combo: + - Release_Of_Magic # 29371 + - aegis_312035 # 312035 + Script: | + bonus2 bSkillCooldown,"IG_CROSS_RAIN",-1000; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312036 # 312036 + Script: | + bonus2 bSkillCooldown,"WH_CRESCIVE_BOLT",-200; + bonus2 bSkillCooldown,"WH_GALESTORM",-200; + - Combos: + - Combo: + - Hero # 29509 + - aegis_312039 # 312039 + Script: | + bonus2 bSkillCooldown,"SHC_SHADOW_STAB",-500; + - Combos: + - Combo: + - aegis_15969 # 15969 + - Improve_Orb_Speed # 29537 + Script: | + bonus bLongAtkRate,4; + bonus bShortAtkRate,4; + bonus bMatkRate,4; + - Combos: + - Combo: + - aegis_15969 # 15969 + - Improve_Orb_Cast # 29538 + Script: | + bonus2 bMagicAddRace,RC_All,6; + - Combos: + - Combo: + - aegis_15969 # 15969 + - Improve_Orb_Cri # 29539 + Script: | + bonus2 bAddRace,RC_All,6; + - Combos: + - Combo: + - Signet_Of_Pow3 # 312984 + - Star_Cluster_Of_Pow3 # 310676 + Script: | + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; + - Combos: + - Combo: + - Signet_Of_Pow4 # 312985 + - Star_Cluster_Of_Pow3 # 310676 + Script: | + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + - Combos: + - Combo: + - Signet_Of_Pow5 # 312986 + - Star_Cluster_Of_Pow3 # 310676 + Script: | + bonus2 bAddRace,RC_All,20; + bonus2 bAddRace,RC_Player_Human,-20; + bonus2 bAddRace,RC_Player_Doram,-20; + - Combos: + - Combo: + - Signet_Of_Con3 # 312989 + - Star_Cluster_Of_Con3 # 310682 + Script: | + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; + - Combos: + - Combo: + - Signet_Of_Con4 # 312990 + - Star_Cluster_Of_Con3 # 310682 + Script: | + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + - Combos: + - Combo: + - Signet_Of_Con5 # 312991 + - Star_Cluster_Of_Con3 # 310682 + Script: | + bonus2 bAddRace,RC_All,20; + bonus2 bAddRace,RC_Player_Human,-20; + bonus2 bAddRace,RC_Player_Doram,-20; + - Combos: + - Combo: + - Signet_Of_Spl3 # 312994 + - Star_Cluster_Of_Spl3 # 310688 + Script: | + bonus2 bMagicAddRace,RC_All,10; + bonus2 bMagicAddRace,RC_Player_Human,-10; + bonus2 bMagicAddRace,RC_Player_Doram,-10; + - Combos: + - Combo: + - Signet_Of_Spl4 # 312995 + - Star_Cluster_Of_Spl3 # 310688 + Script: | + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + - Combos: + - Combo: + - Signet_Of_Spl5 # 312996 + - Star_Cluster_Of_Spl3 # 310688 + Script: | + bonus2 bMagicAddRace,RC_All,20; + bonus2 bMagicAddRace,RC_Player_Human,-20; + bonus2 bMagicAddRace,RC_Player_Doram,-20; + - Combos: + - Combo: + - Signet_Of_Sta3 # 312999 + - Star_Cluster_Of_Sta3 # 310679 + Script: | + bonus bMaxHPrate,5; + - Combos: + - Combo: + - Signet_Of_Sta4 # 313000 + - Star_Cluster_Of_Sta3 # 310679 + Script: | + bonus bMaxHPrate,7; + - Combos: + - Combo: + - Signet_Of_Sta5 # 313001 + - Star_Cluster_Of_Sta3 # 310679 + Script: | + bonus bMaxHPrate,10; + - Combos: + - Combo: + - Signet_Of_Crt3 # 313004 + - Star_Cluster_Of_Crt3 # 310685 + Script: | + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; + - Combos: + - Combo: + - Signet_Of_Crt4 # 313005 + - Star_Cluster_Of_Crt3 # 310685 + Script: | + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + - Combos: + - Combo: + - Signet_Of_Crt5 # 313006 + - Star_Cluster_Of_Crt3 # 310685 + Script: | + bonus2 bAddRace,RC_All,20; + bonus2 bAddRace,RC_Player_Human,-20; + bonus2 bAddRace,RC_Player_Doram,-20; + - Combos: + - Combo: + - Signet_Of_Wis3 # 313009 + - Star_Cluster_Of_Wis3 # 310691 + Script: | + bonus bMaxSPrate,5; + - Combos: + - Combo: + - Signet_Of_Wis4 # 313010 + - Star_Cluster_Of_Wis3 # 310691 + Script: | + bonus bMaxSPrate,7; + - Combos: + - Combo: + - Signet_Of_Wis5 # 313011 + - Star_Cluster_Of_Wis3 # 310691 + Script: | + bonus bMaxSPrate,10; + - Combos: + - Combo: + - Life_of_Spring_Pow # 313012 + - Star_Armor_Of_Pow # 450169 + Script: | + bonus2 bAddEle,Ele_All,2; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Spring_Sta # 313013 + - Star_Armor_Of_Sta # 450170 + Script: | + .@r_armor = getequiprefinerycnt(EQI_ARMOR); + bonus bMaxHPrate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bMaxHPrate,(.@r_armor/2); + bonus bRes,20*(.@r_armor/2); + } + - Combos: + - Combo: + - Life_of_Spring_Crt # 313014 + - Star_Suit_Of_Crt # 450172 + Script: | + bonus bCritAtkRate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bCritAtkRate,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Summer_Con # 313015 + - Star_Suit_Of_Con # 450171 + Script: | + bonus2 bAddEle,Ele_All,2; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Summer_Sta # 313016 + - Star_Armor_Of_Sta # 450170 + Script: | + .@r_armor = getequiprefinerycnt(EQI_ARMOR); + bonus bMaxHPrate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bMaxHPrate,(.@r_armor/2); + bonus bRes,20*(.@r_armor/2); + } + - Combos: + - Combo: + - Life_of_Summer_Crt # 313017 + - Star_Suit_Of_Crt # 450172 + Script: | + bonus bCritAtkRate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bCritAtkRate,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Autumn_Spl # 313018 + - Star_Robe_Of_Spl # 450173 + Script: | + bonus2 bMagicAddEle,Ele_All,2; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_All,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Autumn_Sta # 313019 + - Star_Armor_Of_Sta # 450170 + Script: | + .@r_armor = getequiprefinerycnt(EQI_ARMOR); + bonus bMaxHPrate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bMaxHPrate,(.@r_armor/2); + bonus bRes,20*(.@r_armor/2); + } + - Combos: + - Combo: + - Life_of_Autumn_Wis # 313020 + - Star_Robe_Of_Wis # 450174 + Script: | + .@r_armor = getequiprefinerycnt(EQI_ARMOR); + bonus bDelayrate,-3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bDelayrate,-2*(.@r_armor/2); + bonus bMaxSPrate,(.@r_armor/2); + } + - Combos: + - Combo: + - Life_of_Winter_Pow # 313021 + - Star_Armor_Of_Pow # 450169 + Script: | + bonus bCritAtkRate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bCritAtkRate,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Winter_Con # 313022 + - Star_Suit_Of_Con # 450171 + Script: | + bonus bCritAtkRate,3; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus bCritAtkRate,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Life_of_Winter_Crt # 313023 + - Star_Suit_Of_Crt # 450172 + Script: | + bonus2 bAddEle,Ele_All,2; + if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,3*(getequiprefinerycnt(EQI_ARMOR)/2); + } + - Combos: + - Combo: + - Star_Cluster_Of_Str1 # 313024 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,3; + bonus2 bAddClass,Class_Boss,3; + - Combos: + - Combo: + - Star_Cluster_Of_Str2 # 313025 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,6; + bonus2 bAddClass,Class_Boss,6; + - Combos: + - Combo: + - Star_Cluster_Of_Str3 # 313026 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,9; + bonus2 bAddClass,Class_Boss,9; + - Combos: + - Combo: + - Star_Cluster_Of_Str4 # 313027 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,12; + bonus2 bAddClass,Class_Boss,12; + - Combos: + - Combo: + - Star_Cluster_Of_Str5 # 313028 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,15; + bonus2 bAddClass,Class_Boss,15; + - Combos: + - Combo: + - Star_Cluster_Of_Luk1 # 313029 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,3; + bonus2 bAddClass,Class_Boss,3; + - Combos: + - Combo: + - Star_Cluster_Of_Luk2 # 313030 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,6; + bonus2 bAddClass,Class_Boss,6; + - Combos: + - Combo: + - Star_Cluster_Of_Luk3 # 313031 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,9; + bonus2 bAddClass,Class_Boss,9; + - Combos: + - Combo: + - Star_Cluster_Of_Luk4 # 313032 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,12; + bonus2 bAddClass,Class_Boss,12; + - Combos: + - Combo: + - Star_Cluster_Of_Luk5 # 313033 + - Token_Of_Life # 312981 + Script: | + bonus2 bAddClass,Class_Normal,15; + bonus2 bAddClass,Class_Boss,15; + - Combos: + - Combo: + - Star_Cluster_Of_Int1 # 313034 + - Token_Of_Life # 312981 + Script: | + bonus2 bMagicAddClass,Class_Normal,3; + bonus2 bMagicAddClass,Class_Boss,3; + - Combos: + - Combo: + - Star_Cluster_Of_Int2 # 313035 + - Token_Of_Life # 312981 + Script: | + bonus2 bMagicAddClass,Class_Normal,6; + bonus2 bMagicAddClass,Class_Boss,6; + - Combos: + - Combo: + - Star_Cluster_Of_Int3 # 313036 + - Token_Of_Life # 312981 + Script: | + bonus2 bMagicAddClass,Class_Normal,9; + bonus2 bMagicAddClass,Class_Boss,9; + - Combos: + - Combo: + - Star_Cluster_Of_Int4 # 313037 + - Token_Of_Life # 312981 + Script: | + bonus2 bMagicAddClass,Class_Normal,12; + bonus2 bMagicAddClass,Class_Boss,12; + - Combos: + - Combo: + - Star_Cluster_Of_Int5 # 313038 + - Token_Of_Life # 312981 + Script: | + bonus2 bMagicAddClass,Class_Normal,15; + bonus2 bMagicAddClass,Class_Boss,15; + - Combos: + - Combo: + - Star_Cluster_Of_Res1 # 313039 + - Token_Of_Life # 312981 + Script: | + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + - Combos: + - Combo: + - Star_Cluster_Of_Res2 # 313040 + - Token_Of_Life # 312981 + Script: | + bonus bMaxHPrate,2; + bonus bMaxSPrate,2; + - Combos: + - Combo: + - Star_Cluster_Of_Res3 # 313041 + - Token_Of_Life # 312981 + Script: | + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + - Combos: + - Combo: + - Star_Cluster_Of_Res4 # 313042 + - Token_Of_Life # 312981 + Script: | + bonus bMaxHPrate,4; + bonus bMaxSPrate,4; + - Combos: + - Combo: + - Star_Cluster_Of_Res5 # 313043 + - Token_Of_Life # 312981 + Script: | + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + - Combos: + - Combo: + - aegis_313059 # 313059 + - Runeknight_Top3 # 310881 + Script: | + bonus2 bAddSize,Size_All,3*(getskilllv("DK_TWOHANDDEF")/2); + - Combos: + - Combo: + - aegis_313059 # 313059 + - Runeknight_Middle3 # 310882 + Script: | + bonus2 bSkillAtk,"DK_HACKANDSLASHER",10; + - Combos: + - Combo: + - aegis_313059 # 313059 + - Runeknight_Bottom3 # 310883 + Script: | + bonus bCRate,3; + bonus2 bSkillAtk,"DK_STORMSLASH",15; + - Combos: + - Combo: + - aegis_313060 # 313060 + - Royalguard_Top3 # 310887 + Script: | + bonus2 bSkillAtk,"IG_CROSS_RAIN",15; + - Combos: + - Combo: + - aegis_313060 # 313060 + - Royalguard_Middle3 # 310888 + Script: | + bonus2 bMagicAddSize,Size_All,10; + - Combos: + - Combo: + - aegis_313060 # 313060 + - Royalguard_Bottom3 # 310889 + Script: | + bonus2 bMagicAddEle,Ele_All,3*(getskilllv("IG_SHIELD_MASTERY")/2); + - Combos: + - Combo: + - aegis_313061 # 313061 + - aegis_311463 # 311463 + Script: | + bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; + - Combos: + - Combo: + - aegis_313061 # 313061 + - aegis_311464 # 311464 + Script: | + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",15; + - Combos: + - Combo: + - aegis_313061 # 313061 + - aegis_311465 # 311465 + Script: | + bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; + - Combos: + - Combo: + - FuriousCirclet_WH # 400608 + - StormBow_Furious # 700100 + Script: | + bonus2 bSkillAtk,"WH_GALESTORM",15; + - Combos: + - Combo: + - FuriousCirclet_WH # 400608 + - TornadoBow_Furious # 700101 + Script: | + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",15; + - Combos: + - Combo: + - FuriousCirclet_CD # 400609 + - SaintBook_Furious # 540086 + Script: | + bonus2 bSkillAtk,"CD_PETITIO",15; + - Combos: + - Combo: + - FuriousCirclet_CD # 400609 + - SaintWand_Furious # 550141 + Script: | + bonus2 bSkillAtk,"CD_FRAMEN",15; + - Combos: + - Combo: + - FuriousCirclet_SKE # 400610 + - SunBook_Furious # 540087 + Script: | + bonus2 bSkillAtk,"SKE_NOON_BLAST",15; + - Combos: + - Combo: + - FuriousCirclet_SKE # 400610 + - MoonBook_Furious # 540088 + Script: | + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",15; + - Combos: + - Combo: + - Signet_Of_Spring # 490483 + - Circul_Of_Life_Spring # 480349 + Script: | + .@val = 5+3*(getequiprefinerycnt(EQI_GARMENT)/2); + bonus2 bAddRace,RC_All,.@val; + bonus2 bAddRace,RC_Player_Human,-.@val; + bonus2 bAddRace,RC_Player_Doram,-.@val; + bonus bDelayrate,-10; + - Combos: + - Combo: + - Signet_Of_Summer # 490484 + - Circul_Of_Life_Summer # 480350 + Script: | + .@val = 5+3*(getequiprefinerycnt(EQI_GARMENT)/2); + bonus2 bAddRace,RC_All,.@val; + bonus2 bAddRace,RC_Player_Human,-.@val; + bonus2 bAddRace,RC_Player_Doram,-.@val; + bonus bDelayrate,-10; + - Combos: + - Combo: + - Signet_Of_Autumn # 490485 + - Circul_Of_Life_Autumn # 480351 + Script: | + .@val = 5+3*(getequiprefinerycnt(EQI_GARMENT)/2); + bonus2 bMagicAddRace,RC_All,.@val; + bonus2 bMagicAddRace,RC_Player_Human,-.@val; + bonus2 bMagicAddRace,RC_Player_Doram,-.@val; + bonus bDelayrate,-10; + - Combos: + - Combo: + - Signet_Of_Winter # 490486 + - Circul_Of_Life_Winter # 480352 + Script: | + .@val = 5+3*(getequiprefinerycnt(EQI_GARMENT)/2); + bonus2 bAddRace,RC_All,.@val; + bonus2 bAddRace,RC_Player_Human,-.@val; + bonus2 bAddRace,RC_Player_Doram,-.@val; + bonus bDelayrate,-10; + - Combos: + - Combo: + - SaintBook_Furious # 540086 + - FuriousBoots # 470265 + Script: | + autobonus "{ .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); bonus2 bSkillAtk,\"AB_DUPLELIGHT_MELEE\",(15*.@sum); bonus2 bSkillAtk,\"AB_DUPLELIGHT_MAGIC\",(15*.@sum); }",70,10000,BF_WEAPON; + - Combos: + - Combo: + - SunBook_Furious # 540087 + - FuriousBoots # 470265 + Script: | + bonus bDelayrate,-10; + - Combos: + - Combo: + - MoonBook_Furious # 540088 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",15; + bonus2 bSkillAtk,"SKE_DAWN_BREAK",.@sum*2; + - Combos: + - Combo: + - SaintWand_Furious # 550141 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus bDelayrate,-10; + bonus2 bSkillAtk,"CD_FRAMEN",.@sum; + - Combos: + - Combo: + - StormBow_Furious # 700100 + - FuriousBoots # 470265 + Script: | + bonus2 bSkillUseSP,"WH_GALESTORM",20; + - Combos: + - Combo: + - TornadoBow_Furious # 700101 + - FuriousBoots # 470265 + Script: | + bonus bDelayrate,-10; + - Combos: + - Combo: + - FuriousCirclet_DK # 400628 + - Slayer_Furious # 600059 + Script: | + bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; + - Combos: + - Combo: + - FuriousCirclet_DK # 400628 + - Trident_Furious # 630045 + Script: | + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",15; + - Combos: + - Combo: + - FuriousCirclet_ABC # 400629 + - Demonius_Furious # 510150 + Script: | + bonus2 bSkillAtk,"ABC_DEFT_STAB",15; + - Combos: + - Combo: + - FuriousCirclet_ABC # 400629 + - Demonsword_Furious # 510151 + Script: | + bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",15; + - Combos: + - Combo: + - FuriousCirclet_SH # 400630 + - Foxtail_Furious # 550143 + Script: | + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15; + - Combos: + - Combo: + - FuriousCirclet_SH # 400630 + - Setaria_Furious # 550144 + Script: | + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15; + - Combos: + - Combo: + - Demonius_Furious # 510150 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"ABC_DEFT_STAB",.@sum; + - Combos: + - Combo: + - Demonsword_Furious # 510151 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",.@sum; + - Combos: + - Combo: + - Foxtail_Furious # 550143 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",.@sum; + - Combos: + - Combo: + - Setaria_Furious # 550144 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",.@sum; + - Combos: + - Combo: + - Slayer_Furious # 600059 + - FuriousBoots # 470265 + Script: | + bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; + - Combos: + - Combo: + - Trident_Furious # 630045 + - FuriousBoots # 470265 + Script: | + .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES); + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",.@sum; + - Combos: + - Combo: + - IDTest_arrow # 1200000 + - IDTest_bow # 700000 + Script: | + bonus bDex,1; + - Combos: + - Combo: + - IDTest_ammo # 1230000 + - IDTest_gun # 800000 + Script: | + bonus bDex,1; diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index 9db334094d..2b3c1443dc 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -919,7 +919,7 @@ Body: Script: | bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500; - bonus2 bAddEff2,Eff_Freeze,10; + bonus2 bAddEff2,Eff_Freeze,100; skill "MG_COLDBOLT",3; bonus3 bAutoSpell,"MG_COLDBOLT",3,100; - Id: 1132 @@ -948,7 +948,7 @@ Body: Refineable: true Script: | bonus2 bAddEff,Eff_Curse,30; - bonus2 bComaClass,Class_All,10; + bonus2 bComaClass,Class_Normal,10; - Id: 1133 AegisName: Fire_Brand Name: Fireblend @@ -1398,7 +1398,6 @@ Body: bonus bUnbreakableWeapon; bonus bAspdRate,10; bonus bBaseAtk,70+BaseLevel; - bonus bUnbreakableWeapon; if (BaseJob == Job_Rune_Knight) { bonus bDelayrate,-10; bonus bAtkRate,50; @@ -1882,6 +1881,10 @@ Body: Script: | bonus bCritical,30; bonus bAspdRate,8; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1174 AegisName: Executioner_C Name: Executioner @@ -2350,6 +2353,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1191 AegisName: Alca_Bringer Name: Alca Bringer @@ -5019,6 +5026,10 @@ Body: Script: | bonus bUnbreakableWeapon; bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1287 AegisName: Durga Name: Durga @@ -5066,6 +5077,10 @@ Body: bonus bIgnoreDefRace,RC_DemiHuman; bonus bIgnoreDefRace,RC_Player_Human; bonus2 bAddEff,Eff_Bleeding,100; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1289 AegisName: P_Katar1 Name: Eden Katar I @@ -5181,7 +5196,7 @@ Body: bonus4 bSetMDefRace,RC_Player_Human,10000,5000,1; bonus4 bSetDefRace,RC_Player_Doram,10000,5000,1; bonus4 bSetMDefRace,RC_Player_Doram,10000,5000,1; - bonus bAspdRate,getrefine(); + bonus bAspdRate,4+getrefine(); - Id: 1294 AegisName: Velum_Scare Name: Vellum Scale @@ -5466,8 +5481,8 @@ Body: EquipLevelMin: 44 Refineable: true Script: | - bonus2 bSubRace,RC_DemiHuman,5; - bonus2 bSubRace,RC_Player_Human,5; + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bAddRace,RC_Player_Human,5; bonus3 bAddMonsterDropItem,517,RC_Brute,3000; - Id: 1306 AegisName: War_Axe @@ -5672,6 +5687,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,70; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1313 AegisName: Tourist_Axe Name: Tourist Axe @@ -6145,6 +6164,36 @@ Body: bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",1,100; bonus4 bAutoSpellOnSkill,"AM_ACIDTERROR","NPC_CRITICALWOUND",1,100; } + - Id: 1330 + AegisName: Sunset_Buster + Name: Sunset Buster + Type: Weapon + SubType: 1hAxe + Weight: 1000 + Attack: 165 + Range: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Swordman: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 60 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,.@r/2; + bonus bBaseAtk,4*(.@r/3); + if (.@r>=7) + bonus bHit,10; + if (.@r>=9) { + bonus bBaseAtk,20; + bonus bAspdRate,8; + } - Id: 1331 AegisName: Variant_Axe Name: Abyss Axe @@ -6183,6 +6232,34 @@ Body: bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; } + - Id: 1332 + AegisName: Octopus_Axe + Name: Octopus Axe + Type: Weapon + SubType: 1hAxe + Weight: 1500 + Attack: 170 + Range: 1 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Swordman: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 60 + Refineable: true + Script: | + .@r = getrefine(); + bonus bCritical,5; + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) + bonus bCritAtkRate,5; - Id: 1333 AegisName: Golden_Wrench Name: Golden Wrench @@ -6320,9 +6397,10 @@ Body: } - Id: 1337 AegisName: Golden_Wrench_J - Name: Golden Wrench # !todo check english name + Name: Golden Wrench Type: Weapon SubType: 1hAxe + Buy: 200000 Weight: 1800 Attack: 180 MagicAttack: 110 @@ -6340,9 +6418,100 @@ Body: Refineable: true Script: | bonus2 bSkillAtk,"MC_MAMMONITE",30; + - Id: 1339 + AegisName: Hauyne_Huuma_EXE + Name: Hauyne Huuma + Type: Weapon + SubType: Huuma + Weight: 1200 + Attack: 150 + Range: 1 + Slots: 1 + Jobs: + KagerouOboro: true + Ninja: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bStr,3; + if (.@r>=5) { + bonus bAtkRate,2; + bonus bAspd,1; + } + if (.@r>=7) { + bonus bBaseAtk,10; + bonus2 bSkillAtk,"NJ_HUUMA",10; + bonus2 bVariableCastrate,"NJ_HUUMA",-10; + } + if (.@r>=9) { + bonus bBaseAtk,20; + bonus2 bSkillAtk,"NJ_HUUMA",20; + bonus2 bVariableCastrate,"NJ_HUUMA",-20; + } + if (.@r>=10) { + bonus bAtkRate,3; + bonus bMaxHP,500; + bonus2 bAddRace,RC_All,2; + bonus2 bAddRace,RC_Player_Human,2; + bonus2 bAddRace,RC_Player_Doram,2; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bAddRace,RC_All,3; + bonus2 bAddRace,RC_Player_Human,3; + bonus2 bAddRace,RC_Player_Doram,3; + } + - Id: 1340 + AegisName: Arcanite_Hammer_EXE + Name: Arcanite Hammer + Type: Weapon + SubType: Mace + Weight: 1200 + Attack: 110 + MagicAttack: 120 + Range: 1 + Slots: 1 + Jobs: + Priest: true + SuperNovice: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bInt,3; + if (.@r>=5) { + bonus bMatkRate,2; + bonus bAspd,1; + } + if (.@r>=7) { + bonus bMatk,10; + bonus3 bAutoSpell,"AL_HOLYLIGHT",1,100; + bonus2 bSkillAtk,"AL_HOLYLIGHT",10; + } + if (.@r>=9) { + bonus bMatk,20; + bonus3 bAutoSpell,"BS_ADRENALINE",1,70; + bonus2 bSkillAtk,"AL_HOLYLIGHT",20; + } + if (.@r>=10) { + bonus bMatkRate,3; + bonus bMaxHP,500; + bonus2 bMagicAtkEle,Ele_Holy,4; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bMagicAtkEle,Ele_Holy,6; + } - Id: 1341 AegisName: Destruction_Axe - Name: Destruction axe # !todo check english name + Name: Destruction Axe Type: Weapon SubType: 1hAxe Weight: 4400 @@ -6959,7 +7128,10 @@ Body: bonus2 bAddRace,RC_Demon,3; bonus bStr,10; bonus bSpeedRate,25; - /*Gold PC Room: bonus bBaseAtk,10; bonus bMatk,10;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1373 AegisName: Brood_Axe_C Name: Refined Bloody Axe @@ -7450,6 +7622,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1389 AegisName: E_Tomahawk_C Name: Tomahawk @@ -8017,7 +8193,7 @@ Body: Refineable: true Script: | bonus bAtkEle,Ele_Wind; - bonus bPerfectHitRate,25; + bonus bPerfectHitAddRate,25; bonus bHit,30; - Id: 1414 AegisName: Gelerdria @@ -8127,7 +8303,7 @@ Body: Refineable: true Script: | bonus bAtkEle,Ele_Wind; - bonus bPerfectHitRate,25; + bonus bPerfectHitAddRate,25; bonus bHit,30; - Id: 1419 AegisName: Pole_Axe_C @@ -8291,6 +8467,10 @@ Body: bonus bIgnoreDefClass,Class_Normal; bonus2 bAddSize,Size_Medium,20; bonus2 bAddSize,Size_Large,20; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1425 AegisName: BF_Spear1 Name: Assaulter Spear @@ -8926,7 +9106,7 @@ Body: bonus2 bAddEff2,Eff_Poison,300; - Id: 1448 AegisName: UnrivaledSpear - Name: Warrior's Spear + Name: Unrivaled Spear Type: Weapon SubType: 1hSpear Weight: 2000 @@ -8946,12 +9126,14 @@ Body: .@r = getrefine(); if (.@r >= 7) { bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; bonus2 bAddRace,RC_Plant,10; bonus2 bAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Earth,10; } if (.@r >= 9) { bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; bonus2 bAddRace,RC_Plant,15; bonus2 bAddEle,Ele_Wind,15; bonus2 bAddEle,Ele_Earth,15; @@ -9539,12 +9721,12 @@ Body: EquipLevelMin: 75 Refineable: true Script: | - bonus2 bAddEle,Ele_Dark,20; - bonus2 bAddRace,RC_Demon,20; - bonus2 bAddRace,RC_Undead,20; - bonus2 bSubEle,Ele_Dark,10; - bonus2 bSubEle,Ele_Undead,10; + bonus2 bSubRace,RC_Undead,10; bonus2 bSubRace,RC_Demon,10; + bonus2 bSubEle,Ele_Dark,10; + bonus2 bAddEle,Ele_Dark,20; + bonus2 bAddEle,Ele_Undead,20; + bonus2 bAddRace,RC_Demon,20; bonus2 bAddEff2,Eff_Confusion,1000; bonus bHPGainValue,50; - Id: 1478 @@ -9590,12 +9772,12 @@ Body: EquipLevelMin: 75 Refineable: true Script: | - bonus2 bAddEle,Ele_Dark,20; - bonus2 bAddRace,RC_Demon,20; - bonus2 bAddRace,RC_Undead,20; - bonus2 bSubEle,Ele_Dark,10; - bonus2 bSubEle,Ele_Undead,10; + bonus2 bSubRace,RC_Undead,10; bonus2 bSubRace,RC_Demon,10; + bonus2 bSubEle,Ele_Dark,10; + bonus2 bAddEle,Ele_Dark,20; + bonus2 bAddEle,Ele_Undead,20; + bonus2 bAddRace,RC_Demon,20; bonus2 bAddEff2,Eff_Confusion,1000; bonus bHPGainValue,50; - Id: 1480 @@ -9815,6 +9997,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,50; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1488 AegisName: Ahlspiess_C Name: Ahlspiess @@ -9846,6 +10032,10 @@ Body: bonus2 bAddRace,RC_DemiHuman,20; bonus2 bAddRace,RC_Player_Human,20; bonus3 bAutoSpell,"KN_PIERCE",5,30; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bAddRace,RC_Player_Human,5; + } - Id: 1489 AegisName: Spearfish_ Name: Marlin @@ -9959,7 +10149,6 @@ Body: } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; - bonus bMagicDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,300,BF_MAGIC,0; } - Id: 1493 @@ -10811,9 +11000,9 @@ Body: EquipLevelMin: 40 Refineable: true Script: | - bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; + bonus2 bAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Earth,10; - Id: 1528 AegisName: Grand_Cross @@ -11071,6 +11260,10 @@ Body: bonus2 bAddRace,RC_Player_Human,30; bonus2 bAddRace,RC_Demon,40; bonus2 bAddRace,RC_Undead,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1538 AegisName: Spike_ Name: Spike @@ -11400,7 +11593,7 @@ Body: Refineable: true Script: | bonus bHealPower,getskilllv("AL_DP"); - bonus bCriticalRate,getskilllv("PR_MACEMASTERY")*2; + bonus bCritical,getskilllv("PR_MACEMASTERY")*2; bonus bInt,1; bonus bLuk,1; - Id: 1549 @@ -11581,11 +11774,11 @@ Body: Refineable: true Script: | bonus bAtkEle,Ele_Dark; - bonus2 bSubDefEle,Ele_Holy,-5; bonus2 bAddEle,Ele_Water,7; bonus2 bAddEle,Ele_Earth,7; bonus2 bAddEle,Ele_Fire,7; bonus2 bAddEle,Ele_Wind,7; + bonus2 bSubEle,Ele_Holy,-5; - Id: 1558 AegisName: Girl's_Diary Name: Girl's Diary @@ -11725,8 +11918,10 @@ Body: NoAuction: true Script: | bonus bAspdRate,5; - /*Gold PC Room: bonus bBaseAtk,10; - bonus bMatk,10;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1564 AegisName: Encyclopedia Name: Encyclopedia @@ -12207,6 +12402,10 @@ Body: bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10); bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1581 AegisName: F_Diary_Of_Great_Sage_C Name: Diary Of Great Sage @@ -12500,7 +12699,7 @@ Body: bonus bHealPower,5; - Id: 1592 AegisName: Thor_Pedigree_Book - Name: Raijin's Lineage + Name: Thunder Pedigree Book Type: Weapon SubType: Book Buy: 10 @@ -12553,7 +12752,7 @@ Body: bonus bUnbreakableWeapon; - Id: 1594 AegisName: Fire_Pedigree_Book - Name: Fire Pedigree Book + Name: Flame Pedigree Book Type: Weapon SubType: Book Buy: 10 @@ -12579,7 +12778,7 @@ Body: bonus bAtkEle,Ele_Fire; - Id: 1595 AegisName: Ice_Pedigree_Book - Name: Water Pedigree Book + Name: Ice Pedigree Book Type: Weapon SubType: Book Buy: 10 @@ -13337,6 +13536,10 @@ Body: bonus bInt,4; bonus bStr,10; bonus bSPDrainValue,-1; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1624 AegisName: Lich_Bone_Wand Name: Lich's Bone Wand @@ -13393,7 +13596,7 @@ Body: Refineable: true Script: | bonus bAtkEle,Ele_Holy; - bonus bHealPower,(getrefine()*3/2); + bonus bHealPower,(getrefine()/2)*3; - Id: 1626 AegisName: Piercing_Staff Name: Piercing Staff @@ -13534,7 +13737,7 @@ Body: Script: | bonus bInt,3; bonus bHealPower,5; - autobonus "{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; + autobonus "{ bonus2 bHPRegenRate,200,2000; bonus2 bSPRegenRate,50,2000; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; - Id: 1631 AegisName: Holy_Stick Name: Holy Stick @@ -13734,7 +13937,7 @@ Body: .@r = getrefine(); bonus2 bIgnoreMdefClassRate,Class_Normal,.@r; bonus2 bIgnoreMdefClassRate,Class_Boss,.@r; - bonus bDelayrate,-(.@r*3/2); + bonus bDelayrate,-(.@r/2)*3; - Id: 1637 AegisName: Eraser Name: Eraser @@ -14157,7 +14360,7 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus bFixedCastRate,-getrefine(); + bonus bFixedCastrate,-getrefine(); - Id: 1650 AegisName: P_Staff1 Name: Eden Staff I @@ -14281,6 +14484,11 @@ Body: Script: | bonus bAtkEle,Ele_Holy; bonus bHealPower,18; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bHealPower,3; + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1654 AegisName: Mental_Stick Name: Mental Stick @@ -14574,7 +14782,7 @@ Body: .@r = getrefine(); bonus2 bIgnoreMdefClassRate,Class_Normal,.@r; bonus2 bIgnoreMdefClassRate,Class_Boss,.@r; - bonus bDelayrate,-.@r*3/2; + bonus bDelayrate,-(.@r/2)*3; bonus bAtkEle,Ele_Dark; - Id: 1665 AegisName: Piercing_Staff_ @@ -15004,7 +15212,7 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus bFixedCastRate,-getrefine(); + bonus bFixedCastrate,-getrefine(); - Id: 1680 AegisName: Scarlet_Rod Name: Crimson One-Handed Staff @@ -16129,6 +16337,10 @@ Body: NoAuction: true Script: | bonus bLongAtkRate,20; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1729 AegisName: Bow_Of_Rudra_C Name: Rudra Bow @@ -17296,7 +17508,7 @@ Body: if (.@r>8) { bonus2 bVariableCastrate,"MO_EXTREMITYFIST",-100; bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-100; - bonus4 bautospellonskill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; + bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; } - Id: 1828 AegisName: Monk_Knuckle @@ -17349,6 +17561,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1830 AegisName: Sura_Rampage Name: Sura Rampage @@ -17666,6 +17882,7 @@ Body: AegisName: Diva_Claw Name: Diva Claw Type: Weapon + SubType: Knuckle Weight: 400 Attack: 140 MagicAttack: 100 @@ -17696,6 +17913,7 @@ Body: AegisName: Mirage_Claw Name: Mirage Claw Type: Weapon + SubType: Knuckle Weight: 400 Attack: 140 MagicAttack: 100 @@ -17724,8 +17942,9 @@ Body: } - Id: 1844 AegisName: Sinister_Fist_J - Name: Fist of Vicious Mind + Name: Fist of Evil Type: Weapon + SubType: Knuckle Buy: 100000 Weight: 400 Attack: 80 @@ -17733,13 +17952,16 @@ Body: Jobs: Monk: true Priest: true + Classes: + All_Third: true + Fourth: true Locations: Right_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true Script: | - bonus bBaseAtk,getrefine(); + bonus bBaseAtk,pow(getrefine(),2); - Id: 1845 AegisName: Probation_Knuckle Name: Trial Sura's Knuckle @@ -18072,7 +18294,7 @@ Body: bonus bAtkRate,10; bonus2 bSkillAtk,"SR_KNUCKLEARROW",10; if (.@r>=7) { - bonus bAspdRate,15; + bonus bAspdRate,10; bonus bBaseAtk,40; } if (.@r>=9) { @@ -18084,9 +18306,10 @@ Body: } - Id: 1868 AegisName: Combo_Fist_J - Name: Furious Dragon Fighting # !todo check english name + Name: Fierce Dragon Fighting Type: Weapon SubType: Mace + Buy: 200000 Weight: 400 Attack: 140 MagicAttack: 100 @@ -18106,9 +18329,10 @@ Body: bonus2 bSkillAtk,"CH_CHAINCRUSH",30; - Id: 1869 AegisName: Asura_Bandage_J - Name: Fighting God's Vantage # !todo check english name + Name: Fighting God's Vantage Type: Weapon SubType: Mace + Buy: 200000 Weight: 400 Attack: 140 MagicAttack: 100 @@ -18157,6 +18381,74 @@ Body: bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; } + - Id: 1871 + AegisName: Bauxite_Knuckle_EXE + Name: Bauxite Knuckle + Type: Weapon + SubType: Knuckle + Weight: 1200 + Attack: 100 + Range: 1 + Jobs: + Monk: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bStr,3; + if (.@r>=5) { + bonus bAtkRate,2; + bonus bAspd,1; + } + if (.@r>=7) { + bonus bBaseAtk,10; + bonus2 bSkillAtk,"MO_TRIPLEATTACK",10; + } + if (.@r>=9) { + bonus bBaseAtk,20; + bonus bMaxSPrate,5; + bonus2 bSkillAtk,"MO_TRIPLEATTACK",20; + } + if (.@r>=10) { + bonus bAtkRate,3; + bonus bMaxHP,500; + bonus2 bAddRace,RC_All,2; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bAddRace,RC_All,3; + } + - Id: 1872 + AegisName: Knuckle_Of_Infinite + Name: Knuckle of Infinite + Type: Weapon + SubType: Knuckle + Weight: 900 + Attack: 215 + Range: 1 + Jobs: + Monk: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,15*.@r; + bonus bAtkRate,2*(.@r/2); + if (BaseLevel>=100) + bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",BaseLevel; + if (.@r>=7) + bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",20; + if (.@r>=9) + bonus bVariableCastrate,-7; - Id: 1873 AegisName: Comp_Iron_Nail_K Name: "[Not For Sale] Iron Nail" @@ -18846,6 +19138,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 1930 AegisName: Green_Whistle Name: Green Whistle @@ -19284,7 +19580,7 @@ Body: bonus2 bSkillAtk,"CG_ARROWVULCAN",50; - Id: 1947 AegisName: Sinister_Viollin_J - Name: Violin of Vicious Mind + Name: Violin of Evil Type: Weapon SubType: Musical Buy: 100000 @@ -19294,6 +19590,9 @@ Body: Range: 1 Jobs: BardDancer: true + Classes: + All_Third: true + Fourth: true Gender: Male Locations: Right_Hand: true @@ -19301,7 +19600,7 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus bMatk,getrefine(); + bonus bMatk,pow(getrefine(),2); - Id: 1948 AegisName: Hippie_Guitar_J Name: Hippie Guitar @@ -20495,13 +20794,13 @@ Body: EquipLevelMin: 80 Refineable: true Script: | - .@r = getrefine; + .@r = getrefine(); bonus bMatkRate,.@r/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(.@r*2); bonus3 bAutoSpellWhenHit,"WZ_JUPITEL",5,(.@r*20); - bonus2 bFixedCastrate,"HW_MAGICPOWER",-50; + bonus2 bVariableCastrate,"HW_MAGICPOWER",-50; - Id: 2001 AegisName: Divine_Cross Name: Divine Cross @@ -20523,7 +20822,6 @@ Body: Script: | bonus bAtkEle,Ele_Holy; bonus bDex,4; - bonus bMatkRate,15; bonus2 bSubRace,RC_Demon,15; bonus2 bSubRace,RC_Undead,15; - Id: 2002 @@ -20634,7 +20932,7 @@ Body: .@r = getrefine(); bonus bInt,3+(.@r/2); bonus bMaxHP,300+(50*.@r/2); - autobonus "{ bonus bMatkRate,12; bonus buseSPRate,20; }",1,5000,BF_MAGIC,"{ specialeffect2 EF_ENHANCE; }"; + autobonus "{ bonus bMatkRate,12; bonus bUseSPrate,20; }",1,5000,BF_MAGIC,"{ specialeffect2 EF_ENHANCE; }"; - Id: 2005 AegisName: Dea_Staff Name: Dea Staff @@ -20961,7 +21259,7 @@ Body: bonus bMatkRate,15; } if (.@r>8) { - bonus bVariableCastrate,-50; + bonus bVariableCastrate,-20; bonus bFixedCast,-200; } - Id: 2017 @@ -21277,7 +21575,7 @@ Body: bonus bInt,5; .@r = getrefine(); bonus bMatkRate,(.@r/2); - bonus bDelayrate,(.@r*-1); + bonus bDelayrate,-.@r; bonus bUnbreakableWeapon; - Id: 2028 AegisName: Aion_Staff @@ -21387,6 +21685,36 @@ Body: NoAuction: true Script: | bonus bMatk,pow(getrefine(),2)*125/100; + - Id: 2031 + AegisName: Tw_Staff_Of_Malang_J + Name: Cat's cane - Swordfish + Type: Weapon + SubType: 2hStaff + Buy: 50000 + Weight: 800 + Attack: 30 + MagicAttack: 155 + Range: 1 + Slots: 1 + Jobs: + Acolyte: true + Mage: true + Monk: true + Novice: true + Priest: true + Sage: true + SoulLinker: true + SuperNovice: true + Wizard: true + Locations: + Both_Hand: true + WeaponLevel: 3 + EquipLevelMin: 40 + Refineable: true + Script: | + bonus2 bAddRace2,RC2_Malangdo,50; + bonus2 bMagicAddRace2,RC2_Malangdo,50; + bonus2 bSubRace2,RC2_Malangdo,30; - Id: 2032 AegisName: Thanos_Rod_J Name: Requiem Wizardry Staff @@ -21566,7 +21894,7 @@ Body: bonus bMatkRate,4; - Id: 2037 AegisName: Sinister_Staff_J - Name: Staff of Vicious Mind + Name: Staff of Evil Type: Weapon SubType: 2hStaff Buy: 100000 @@ -21582,16 +21910,15 @@ Body: SuperNovice: true Wizard: true Classes: - Third: true - Third_Upper: true - Third_Baby: true + All_Third: true + Fourth: true Locations: Both_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true Script: | - bonus bMatk,getrefine(); + bonus bMatk,pow(getrefine(),2); - Id: 2038 AegisName: Staff_170_J Name: Sunflower Kid @@ -21847,6 +22174,14 @@ Body: WeaponLevel: 3 EquipLevelMin: 100 Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bMatkRate,5; .@r = getrefine(); @@ -21950,7 +22285,7 @@ Body: EquipLevelMin: 175 Refineable: true Script: | - .@r = getrefine; + .@r = getrefine(); bonus bInt,7; bonus bMatkRate,.@r/2; bonus bUnbreakableWeapon; @@ -22015,10 +22350,10 @@ Body: bonus2 bSubSize,Size_Small,15; bonus2 bSubSize,Size_Medium,15; if (.@r >= 11) { - bonus2 bSubDefEle,Ele_Water,15; - bonus2 bSubDefEle,Ele_Wind,15; - bonus2 bSubDefEle,Ele_Earth,15; - bonus2 bSubDefEle,Ele_Fire,15; + bonus2 bSubEle,Ele_Water,15; + bonus2 bSubEle,Ele_Wind,15; + bonus2 bSubEle,Ele_Earth,15; + bonus2 bSubEle,Ele_Fire,15; } } } @@ -22113,6 +22448,14 @@ Body: WeaponLevel: 4 EquipLevelMin: 99 Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bUnbreakableWeapon; .@r = getrefine(); @@ -22315,7 +22658,7 @@ Body: bonus bMatkRate,5; bonus bMatk,5*.@r; if (.@r >= 9) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20; bonus2 bSkillAtk,"WL_EARTHSTRAIN",20; } if (.@r >= 11) { @@ -22327,6 +22670,7 @@ Body: Name: Staff of Miracle Type: Weapon SubType: 2hStaff + Buy: 200000 Weight: 2400 Attack: 120 MagicAttack: 270 @@ -22349,6 +22693,7 @@ Body: Name: Gravitation Staff Type: Weapon SubType: 2hStaff + Buy: 200000 Weight: 2400 Attack: 120 MagicAttack: 270 @@ -22368,9 +22713,10 @@ Body: bonus2 bSkillAtk,"HW_GRAVITATION",30; - Id: 2063 AegisName: Adorare_Staff_J - Name: Wand of wand # !todo check english name + Name: Wand of Worship Type: Weapon SubType: 2hStaff + Buy: 200000 Weight: 2400 Attack: 120 MagicAttack: 270 @@ -23099,8 +23445,6 @@ Body: View: 4 Script: | bonus2 bAddClass,Class_All,1; - if (Class == Job_Lord_Knight ) - bonus bAspdRate,-5; - Id: 2134 AegisName: Shield_Of_Naga Name: Shield of Naga @@ -23509,8 +23853,14 @@ Body: NoAuction: true Script: | bonus2 bSubRace,RC_DemiHuman,25; + bonus2 bSubRace,RC_Player_Human,25; bonus2 bSubRace,RC_Demon,25; - bonus bMaxHP,400; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Demon,5; + bonus bMaxHP,400; + } - Id: 2153 AegisName: Imperial_Guard Name: Imperial Guard @@ -23615,6 +23965,9 @@ Body: Script: | bonus2 bSubRace,RC_DemiHuman,-5; bonus2 bSubEle,Ele_Undead,5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2159 AegisName: Sharel_Shield Name: Sharel Shield @@ -23632,6 +23985,9 @@ Body: Script: | bonus2 bSubEle,Ele_Fire,5; bonus2 bSubRace,RC_Demon,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2160 AegisName: Giant_Shield Name: Giant Shield @@ -23723,7 +24079,9 @@ Body: Script: | bonus2 bSubEle,Ele_Water,5; bonus2 bSubRace,RC_Brute,-5; - bonus2 bSubRace,RC_Player_Doram,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2164 AegisName: Sombre_Shield Name: Sombre Shield @@ -23741,6 +24099,9 @@ Body: Script: | bonus2 bSubEle,Ele_Dark,5; bonus2 bSubRace,RC_Undead,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2165 AegisName: Sol_Shield Name: Sol Shield @@ -23756,9 +24117,11 @@ Body: Refineable: true View: 3 Script: | - bonus2 bSubDefEle,Ele_Earth,5; - bonus2 bMagicSubDefEle,Ele_Earth,5; + bonus2 bSubEle,Ele_Earth,5; bonus2 bSubRace,RC_Plant,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2166 AegisName: Exorcism_Bible_ Name: Devil's Bible Drive @@ -23797,6 +24160,9 @@ Body: Script: | bonus2 bSubEle,Ele_Poison,5; bonus2 bSubRace,RC_Plant,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2168 AegisName: Immuned_Shield Name: Immune Shield @@ -23930,9 +24296,12 @@ Body: Script: | bonus2 bSubEle,Ele_Holy,5; bonus2 bSubRace,RC_Dragon,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2175 AegisName: Esprit_Shield - Name: Spirit Shield + Name: Esprit Shield Type: Armor Buy: 20 Weight: 1300 @@ -24385,6 +24754,9 @@ Body: Script: | bonus2 bSubEle,Ele_Wind,5; bonus2 bSubRace,RC_Insect,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2195 AegisName: Lian_Shield Name: Lian Shield @@ -24401,6 +24773,9 @@ Body: Script: | bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubRace,RC_Formless,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,10; + } - Id: 2196 AegisName: White_Gold_Shield Name: White Gold Shield @@ -25084,6 +25459,8 @@ Body: Locations: Head_Low: true ArmorLevel: 1 + # Script: | + # bonus bMaxHP,100000; View: 22 - Id: 2239 AegisName: One_Eyed_Glass @@ -25657,7 +26034,7 @@ Body: View: 61 Script: | bonus bAgi,2; - bonus2 bSubEle,Ele_Ghost,15; + bonus2 bSubEle,Ele_Ghost,10; - Id: 2275 AegisName: Red_Bandana Name: Red Bandana @@ -27703,6 +28080,9 @@ Body: bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 2385 AegisName: Recuperative_Armor Name: Recuperative Armor @@ -27728,6 +28108,9 @@ Body: bonus bSPGainValue,6; bonus bMagicHPGainValue,60; bonus bMagicSPGainValue,6; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } UnEquipScript: | heal 0,-100; - Id: 2386 @@ -27797,7 +28180,7 @@ Body: bonus bVit,1; bonus bHPrecovRate,5; bonus bAddItemHealRate,3; - bonus2 bSkillHeal,"AL_HEAL",3; + bonus bHealPower2,3; - Id: 2388 AegisName: Kandura Name: Kandura @@ -28274,10 +28657,11 @@ Body: ArmorLevel: 1 EquipLevelMin: 94 Script: | + bonus bUnbreakableShoes; bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; - bonus bSPrecovRate,25; + bonus bSPrecovRate,15; bonus bSpeedRate,25; bonus bInt,25; - Id: 2411 @@ -28922,6 +29306,9 @@ Body: bonus bMaxSPrate,8; bonus2 bHPRegenRate,20,10000; bonus2 bSPRegenRate,3,10000; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 2440 AegisName: Sprint_Shoes Name: Sprint Shoes @@ -29160,9 +29547,10 @@ Body: EquipLevelMin: 60 Refineable: true Script: | + bonus bHPrecovRate,5; bonus bMaxHPrate,10; bonus2 bHPRegenRate,30,10000; - bonus bHealpower2,5; + bonus bHealPower2,5; bonus bAddItemHealRate,5; bonus bMdef,3; bonus bVit,2; @@ -29561,8 +29949,8 @@ Body: Refineable: true Script: | bonus bMaxHP,500; - bonus2 bSubRace,RC_DemiHuman,10; - bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_DemiHuman,20; /* note: 20 according to description */ + bonus2 bSubRace,RC_Player_Human,20; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Undead,-10; bonus2 bSubRace,RC_Brute,-10; @@ -29774,8 +30162,14 @@ Body: Script: | .@a = readparam(bStr); .@b = readparam(bInt); - bonus bBaseAtk,(.@a>=120)?(20):((.@a>=90)?(10):(0)); - bonus bMatkRate,(.@b>=120)?(5):((.@b>=90)?(3):(0)); + if (.@a>=90) + bonus bBaseAtk,10; + if (.@b=90) + bonus bMatkRate,3; + if (.@a>=120) + bonus bBaseAtk,10; + if (.@b>=120) + bonus bMatkRate,2; - Id: 2482 AegisName: Shoes_Of_Valor Name: Shoes Of Valor @@ -29955,6 +30349,30 @@ Body: Script: | bonus bMaxHPrate,9; bonus bMaxSPrate,9; + - Id: 2490 + AegisName: Rune_Boots_ + Name: Rune Boots + Type: Armor + Buy: 20 + Weight: 100 + Defense: 5 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@a = readparam(bStr); + .@b = readparam(bInt); + if (.@a>=90) + bonus bBaseAtk,10; + if (.@b>=90) + bonus bMatkRate,3; + if (.@a>=120) + bonus bBaseAtk,10; + if (.@b>=120) + bonus bMatkRate,2; - Id: 2491 AegisName: Bangungot_Boots Name: Bangungot Boots of Nightmare @@ -31017,7 +31435,7 @@ Body: EquipLevelMin: 94 Script: | bonus bMdef,5; - bonus3 bSubEle,Ele_All,30,BF_SHORT; + bonus3 bSubEle,Ele_All,30,BF_WEAPON; bonus bFlee,30; skill "AL_TELEPORT",1; bonus bUnbreakableGarment; @@ -31067,6 +31485,9 @@ Body: bonus bFlee,13; bonus2 bSubEle,Ele_Neutral,13; bonus bFlee2,1; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 2544 AegisName: Leather_Of_Tendrilion Name: Leather of Tendrilion @@ -31526,6 +31947,7 @@ Body: Script: | bonus bMdef,3; bonus bFlee,7; + bonus2 bSubEle,Ele_Neutral,7; - Id: 2566 AegisName: Half_Asprika Name: Half Asprika @@ -31546,16 +31968,7 @@ Body: NoAuction: true Script: | bonus bMdef,2; - bonus3 bSubEle,Ele_Neutral,15,BF_SHORT; - bonus3 bSubEle,Ele_Water,15,BF_SHORT; - bonus3 bSubEle,Ele_Earth,15,BF_SHORT; - bonus3 bSubEle,Ele_Fire,15,BF_SHORT; - bonus3 bSubEle,Ele_Wind,15,BF_SHORT; - bonus3 bSubEle,Ele_Poison,15,BF_SHORT; - bonus3 bSubEle,Ele_Holy,15,BF_SHORT; - bonus3 bSubEle,Ele_Dark,15,BF_SHORT; - bonus3 bSubEle,Ele_Ghost,15,BF_SHORT; - bonus3 bSubEle,Ele_Undead,15,BF_SHORT; + bonus3 bSubEle,Ele_All,15,BF_WEAPON; bonus bFlee,15; skill "AL_TELEPORT",1; bonus bUnbreakableGarment; @@ -32062,6 +32475,9 @@ Body: ArmorLevel: 1 EquipLevelMin: 50 Refineable: true + Script: | + skill "AS_CLOAKING",1; + bonus2 bSubRace,RC_DemiHuman,5; - Id: 2593 AegisName: Flow_Manteau Name: Flow Manteau @@ -32078,7 +32494,9 @@ Body: Script: | bonus2 bSubRace,RC_Brute,-5; bonus2 bSubEle,Ele_Water,5; - bonus2 bSubRace,RC_Player_Doram,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 2594 AegisName: Wrapping_Manteau Name: Wrapping Manteau @@ -32106,6 +32524,9 @@ Body: Script: | bonus2 bSubEle,Ele_Dark,5; bonus2 bSubRace,RC_Undead,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 2596 AegisName: Sharel_Manteau Name: Sharel Manteau @@ -32122,6 +32543,9 @@ Body: Script: | bonus2 bSubEle,Ele_Fire,5; bonus2 bSubRace,RC_Demon,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 2597 AegisName: Scarlet_Poncho Name: Crimson Poncho @@ -32152,7 +32576,9 @@ Body: Script: | bonus2 bSubEle,Ele_Undead,5; bonus2 bSubRace,RC_DemiHuman,-5; - /*Gold PC Room: bonus bFlee,20;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 2599 AegisName: Goibne_Shoulder_Arms_ Name: Goibne's Spaulders @@ -32619,13 +33045,13 @@ Body: ArmorLevel: 1 EquipLevelMin: 94 Script: | - bonus bStr,6; - bonus bAgi,6; - bonus bVit,6; - bonus bInt,10; - bonus bLuk,10; - bonus bMdef,5; bonus bHealPower,6; + bonus bMdef,5; + bonus bAgiVit,6; + bonus bStr,6; + bonus bInt,10; + bonus bDex,6; + bonus bLuk,10; - Id: 2631 AegisName: First_Age_Ring Name: Celebration Ring @@ -32843,7 +33269,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bAddClass,Class_All,5; + bonus bAtkRate,5; bonus bMatkRate,5; - Id: 2645 AegisName: Moonlight_Ring @@ -33045,6 +33471,7 @@ Body: EquipLevelMin: 1 Script: | bonus bMaxHP,50; + bonus bDef,1; - Id: 2657 AegisName: Lab_Passport Name: Laboratory Permit @@ -33349,6 +33776,7 @@ Body: Locations: Both_Accessory: true ArmorLevel: 1 + EquipLevelMin: 20 Script: | bonus bAllStats,5; - Id: 2673 @@ -33663,7 +34091,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus3 bAutoSpellWhenHit,"PR_STRECOVERY",1,30; + bonus bAtkRate,2; + bonus bMatkRate,2; + bonus bMaxHPrate,2; + bonus bMaxSPrate,2; + bonus2 bExpAddRace,RC_All,10; + bonus2 bDropAddRace,RC_All,10; - Id: 2688 AegisName: Critical_Ring_C Name: Critical Ring @@ -33807,8 +34240,10 @@ Body: NoMail: true NoAuction: true Script: | + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } bonus bAgi,4; - /*Gold PC Room bonus bAllStats,1;*/ - Id: 2694 AegisName: Rosary_C Name: Rosary @@ -33857,9 +34292,11 @@ Body: NoMail: true NoAuction: true Script: | - bonus bMdef,8; bonus bDef,8; - /*Gold PC Room bonus bAllStats,1;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } + bonus bMdef,8; - Id: 2696 AegisName: Vesper_Core01_C Name: Vesper Core 01 @@ -34149,8 +34586,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bAddClass,Class_All,5; - bonus bMatkRate,5; + bonus bBaseAtk,10; + bonus bMatk,10; + bonus bCritical,10; + autobonus "{ bonus bAspd,3; }",1,5000,BF_WEAPON; + autobonus "{ bonus bVariableCastrate,-50; }",1,5000,BF_MAGIC; + autobonus3 "{ bonus bHealPower,20; }",100,3000,"AL_HEAL","{ specialeffect2 EF_HEAL3; }"; - Id: 2710 AegisName: Bloody_Iron_Ball_C Name: Bloody Iron Ball @@ -34174,6 +34615,9 @@ Body: NoAuction: true Script: | bonus bBaseAtk,30; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 2711 AegisName: Spiritual_Ring_C Name: Spiritual Ring @@ -34828,6 +35272,9 @@ Body: bonus bVariableCastrate,10; skill "AL_HEAL",1; skill "AL_TELEPORT",1; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 2742 AegisName: Lucky_Clip Name: Lucky Clip @@ -35328,7 +35775,7 @@ Body: NoAuction: true Script: | bonus bVit,1; - if (Class == Job_Swordman) + if (BaseClass == Job_Swordman) bonus bDef,2; - Id: 2767 AegisName: Acolyte_Figure @@ -35347,7 +35794,7 @@ Body: NoAuction: true Script: | bonus bInt,1; - if (Class == Job_Acolyte) + if (BaseClass == Job_Acolyte) bonus bMaxSP,50; - Id: 2768 AegisName: Mage_Figure @@ -35366,7 +35813,7 @@ Body: NoAuction: true Script: | bonus bInt,1; - if (Class == Job_Mage) + if (BaseClass == Job_Mage) bonus bSPrecovRate,5; - Id: 2769 AegisName: Archer_Figure @@ -35385,7 +35832,7 @@ Body: NoAuction: true Script: | bonus bDex,1; - if (Class == Job_Archer) + if (BaseClass == Job_Archer) bonus bBaseAtk,10; - Id: 2770 AegisName: Thief_Figure @@ -35404,7 +35851,7 @@ Body: NoAuction: true Script: | bonus bAgi,1; - if (Class == Job_Thief) + if (BaseClass == Job_Thief) bonus bAspdRate,3; - Id: 2771 AegisName: Merchant_Figure @@ -35423,7 +35870,7 @@ Body: NoAuction: true Script: | bonus bStr,1; - if (Class == Job_Merchant) + if (BaseClass == Job_Merchant) bonus bCritical,5; - Id: 2772 AegisName: Krieger_Ring1 @@ -35537,8 +35984,7 @@ Body: Trade: NoDrop: true Script: | - bonus bMaxHP,50; - bonus bSPrecovRate,3; + bonus bUseSPrate,-5; - Id: 2778 AegisName: Shaman_Earing Name: Shaman Earrings @@ -36021,7 +36467,12 @@ Body: Trade: NoDrop: true Script: | - bonus bMdef,1; + bonus bMaxHP,150; + bonus bMaxSP,30; + bonus5 bAutoSpell,"AL_BLESSING",10,10,BF_WEAPON|BF_MAGIC,0; + bonus5 bAutoSpell,"MO_CALLSPIRITS",5,10,BF_WEAPON|BF_MAGIC,0; + bonus3 bAutoSpellWhenHit,"SM_ENDURE",10,15; + bonus3 bAutoSpellWhenHit,"AL_ANGELUS",10,5; - Id: 2800 AegisName: Accelerator Name: Accelerator @@ -36393,7 +36844,7 @@ Body: Script: | bonus bMaxSP,100; skill "TF_DOUBLE",3; - skill "TF_STEAL",1; + skill "TF_STEAL",10; skill "TF_HIDING",1; skill "TF_POISON",1; - Id: 2821 @@ -36445,7 +36896,6 @@ Body: NoAuction: true Script: | bonus bMaxSP,100; - skill "AC_OWL",1; skill "AC_CONCENTRATION",1; - Id: 2823 AegisName: Merchant_Manual @@ -36471,7 +36921,7 @@ Body: Script: | bonus bMaxSP,100; skill "MC_DISCOUNT",1; - skill "MC_OVERCHARGE",10; + skill "MC_OVERCHARGE",1; skill "MC_IDENTIFY",1; skill "MC_MAMMONITE",1; - Id: 2824 @@ -36624,6 +37074,9 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + skill "AL_HEAL",1; + skill "AL_TELEPORT",1; - Id: 2833 AegisName: Odin's_Recall Name: Odin's Recall @@ -36766,11 +37219,10 @@ Body: NoMail: true NoAuction: true Script: | - bonus bInt,2; - bonus bDex,2; - bonus bMdef,2; - bonus2 bExpAddRace,RC_All,10; - bonus2 bDropAddRace,RC_All,10; + bonus bNoCastCancel; + bonus bVariableCastrate,-10; + skill "AL_HEAL",1; + skill "AL_TELEPORT",1; - Id: 2842 AegisName: F_Earing_C Name: Earring @@ -37041,6 +37493,10 @@ Body: NoMail: true NoAuction: true Script: | + bonus bStr,(BaseLevel/10); + if (readparam(bStr)>=120) { + bonus2 bAddClass,Class_Boss,5; + } bonus bMdef,3; bonus bStr,20; - Id: 2857 @@ -37062,13 +37518,13 @@ Body: NoMail: true NoAuction: true Script: | + bonus bHealPower,3; + bonus bMdef,2; + bonus bAgiVit,3; bonus bStr,3; bonus bInt,5; - bonus bVit,3; bonus bDex,3; - bonus bAgi,3; bonus bLuk,5; - bonus bMdef,2; - Id: 2858 AegisName: Pendant_Of_Guardian Name: Pendant Of Guardian @@ -37534,9 +37990,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bBaseAtk,15; - bonus bMatk,15; - bonus2 bExpAddClass,Class_All,15; + bonus bBaseAtk,30; + bonus bMatk,30; + bonus2 bExpAddRace,RC_All,20; + skill "CR_AUTOGUARD",3; + skill "AL_CURE",1; + bonus bSpeedRate,25; - Id: 2886 AegisName: Sabah_Ring Name: Sapha Ring @@ -37731,7 +38190,7 @@ Body: Script: | bonus2 bAddClass,Class_All,5; bonus bMatkRate,5; - bonus2 bExpAddClass,Class_All,1; + bonus2 bExpAddRace,RC_All,1; - Id: 2898 AegisName: Black_Rosary Name: Dark Rosary @@ -37837,15 +38296,20 @@ Body: Both_Accessory: true ArmorLevel: 1 Script: | - skill "BS_MAXIMIZE",5; skill "BS_WEAPONPERFECT",5; - skill "WL_RECOGNIZEDSPELL",5; skill "ECL_SNOWFLIP",1; skill "ECL_PEONYMAMY",1; skill "ECL_SADAGUI",1; skill "ECL_SEQUOIADUST",1; - bonus2 bSkillCooldown,"WL_RECOGNIZEDSPELL",-180000; + /* + skill "GM_ITEM_ATKMAX",1; + skill "GM_ITEM_ATKMIN",1; + skill "GM_ITEM_MATKMAX",1; + skill "GM_ITEM_MATKMIN",1; + skill "GM_AP_HEAL",1; + */ bonus bDelayrate,-100; + skill "WZ_ESTIMATION",1; - Id: 2905 AegisName: Super_Ora_Ora Name: Super Ora Ora @@ -37937,6 +38401,10 @@ Body: Locations: Both_Accessory: true ArmorLevel: 1 + Script: | + bonus2 bAddMonsterDropItem,529,200; + bonus2 bAddMonsterDropItem,530,200; + bonus2 bAddMonsterDropItem,11535,50; - Id: 2913 AegisName: Thief_Handcuff Name: Thief Handcuff @@ -37989,6 +38457,7 @@ Body: Locations: Both_Accessory: true ArmorLevel: 1 + EquipLevelMin: 100 Trade: NoDrop: true NoTrade: true @@ -38215,6 +38684,167 @@ Body: bonus bCritical,(readparam(bLuk)/10); if (readparam(bLuk)>=110) bonus bCritAtkRate,1; + - Id: 2929 + AegisName: Charm_Str + Name: Battle Hardened Amulet + Type: Armor + Weight: 300 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + .@a = readparam(bStr); + bonus bMdef,2; + if (.@a>=60) { + bonus bStr,2; + if (.@a>=80) { + bonus bStr,1; + bonus bBaseAtk,5; + if (.@a>=100) { + bonus bBaseAtk,5; + bonus bHit,2; + if (.@a>=120) { + bonus bBaseAtk,5; + bonus bHit,3; + } + } + } + } + - Id: 2930 + AegisName: Charm_Agi + Name: Winning First Move Amulet + Type: Armor + Weight: 300 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + .@a = readparam(bAgi); + bonus bMdef,2; + if (.@a>=60) { + bonus bAgi,2; + if (.@a>=80) { + bonus bAgi,1; + bonus bFlee,4; + if (.@a>=100) { + bonus bFlee,1; + bonus bAspdRate,2; + if (.@a>=120) { + bonus bAspdRate,2; + } + } + } + } + - Id: 2931 + AegisName: Charm_Vit + Name: Good Health Amulet + Type: Armor + Weight: 300 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + .@a = readparam(bVit); + bonus bMdef,2; + if (.@a>=60) { + bonus bVit,2; + if (.@a>=80) { + bonus bVit,1; + bonus bMaxHP,50; + if (.@a>=100) { + bonus bMaxHP,150; + bonus bFlee2,1; + if (.@a>=120) { + bonus bMaxHP,100; + bonus bFlee2,3; + } + } + } + } + - Id: 2932 + AegisName: Charm_Dex + Name: Infallible Amulet + Type: Armor + Weight: 300 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + .@a = readparam(bDex); + bonus bMdef,2; + if (.@a>=60) { + bonus bDex,2; + if (.@a>=80) { + bonus bDex,1; + bonus bVariableCastrate,-1; + if (.@a>=100) { + bonus bVariableCastrate,-2; + bonus bLongAtkRate,1; + if (.@a>=120) { + bonus bLongAtkRate,2; + } + } + } + } + - Id: 2933 + AegisName: Charm_Int + Name: Knowledgeable Amulet + Type: Armor + Weight: 300 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + .@a = readparam(bInt); + bonus bMdef,2; + if (.@a>=60) { + bonus bInt,2; + if (.@a>=80) { + bonus bInt,1; + bonus bMatk,5; + if (.@a>=100) { + bonus bMatk,5; + bonus bDelayrate,-1; + if (.@a>=120) { + bonus bMatk,5; + bonus bDelayrate,-2; + } + } + } + } + - Id: 2934 + AegisName: Charm_Luk + Name: Prosperous Business Amulet + Type: Armor + Weight: 300 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + .@a = readparam(bLuk); + bonus bMdef,2; + if (.@a>=60) { + bonus bLuk,2; + if (.@a>=80) { + bonus bDex,1; + bonus bLuk,1; + if (.@a>=100) { + bonus bDex,1; + bonus bInt,1; + if (.@a>=120) { + bonus bDex,1; + bonus bInt,3; + bonus bLuk,1; + } + } + } + } - Id: 2935 AegisName: Sprint_Glove Name: Sprint Gloves @@ -38260,7 +38890,39 @@ Body: bonus bVit,1; bonus bMaxHP,250; bonus bMaxHPrate,5; - bonus bHealPower2,5; + bonus bHealPower,5; + - Id: 2937 + AegisName: RJC_Exp + Name: RJC2012 EXP Necklace + Type: Armor + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus2 bExpAddRace,RC_All,10; + - Id: 2938 + AegisName: RJC_Status + Name: RJC2012 Status Necklace + Type: Armor + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bAllStats,5; + bonus bHit,5; + - Id: 2939 + AegisName: RJC_Spell + Name: RJC2012 Spell Necklace + Type: Armor + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bNoCastCancel; + bonus bVariableCastrate,-20; - Id: 2940 AegisName: Ninja_Manual Name: Ninja Manual @@ -38418,6 +39080,7 @@ Body: ArmorLevel: 1 Script: | bonus bMdef,2; + /*skill "ALL_DREAM_SUMMERNIGHT",1;*/ - Id: 2948 AegisName: Demon_Wing Name: Demon Wing @@ -38520,6 +39183,19 @@ Body: Script: | skill "ECL_SEQUOIADUST",1; bonus bMaxHP,100; + - Id: 2955 + AegisName: Neutral_Ring_J + Name: Neutral Ring + Type: Armor + Buy: 20 + Weight: 500 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 30 + Script: | + bonus2 bAddEle,Ele_Neutral,5; - Id: 2956 AegisName: Safety_Ring_ Name: Advanced Safety Ring @@ -38640,6 +39316,7 @@ Body: ArmorLevel: 1 Script: | bonus bAllStats,1; + bonus2 bAddEff2,Eff_Stun,300; - Id: 2961 AegisName: Magic_Carpet Name: Magic Carpet @@ -38652,6 +39329,20 @@ Body: Script: | bonus bAgi,1; skill "AL_TELEPORT",2; + - Id: 2962 + AegisName: Willpower_Ring + Name: Spirit Ring + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 60 + Script: | + bonus bMaxSP,50; + bonus2 bSubRace,RC_DemiHuman,1; - Id: 2963 AegisName: Body_Power_Up_Ring Name: Physical Enhancer Ring @@ -38752,6 +39443,19 @@ Body: NoDrop: true Script: | bonus bMatkRate,1; + - Id: 2970 + AegisName: Pie_Fruit_Box + Name: Pie Fruit Box + Type: Armor + Buy: 20 + Weight: 300 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus2 bAddMonsterDropItem,11562,300; - Id: 2971 AegisName: Pocket_Watch__ Name: Pocket Watch @@ -38784,6 +39488,16 @@ Body: bonus bMdef,5; bonus bAllStats,1; skill "AL_HEAL",3; + - Id: 2975 + AegisName: 10th_Anni_Badge_J + Name: 10th Anniversary Badge + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 10 - Id: 2976 AegisName: Red_Lantern Name: Red Lantern @@ -38888,6 +39602,19 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 2982 + AegisName: Earth_Ring_J + Name: Earth Ring + Type: Armor + Buy: 20 + Weight: 500 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 30 + Script: | + bonus2 bAddEle,Ele_Earth,5; - Id: 2983 AegisName: Brooch_Greed Name: Greed Brooch @@ -38900,6 +39627,9 @@ Body: ArmorLevel: 1 EquipLevelMin: 50 Script: | + bonus bSPGainValue,2; + bonus bLongSPGainValue,2; + bonus bMagicSPGainValue,2; bonus2 bHPLossRate,10,5000; - Id: 2984 AegisName: Limnil_Glove @@ -38917,7 +39647,7 @@ Body: bonus2 bSubRace,RC_All,-5; - Id: 2985 AegisName: Gyges_Ring - Name: Gyges Ring + Name: Gyges's Ring Type: Armor Buy: 10 Weight: 100 @@ -39183,8 +39913,8 @@ Body: NoMail: true NoAuction: true Script: | - bonus bBaseAtk,25; bonus bMatk,20; + bonus bBaseAtk,20; - Id: 2998 AegisName: Shining_Trapezohedron Name: Shining Trapezohedron @@ -40115,7 +40845,7 @@ Body: Assassin: true Priest: true Locations: - Head_Low: true + Head_Top: true ArmorLevel: 1 EquipLevelMin: 70 View: 180 @@ -40902,7 +41632,6 @@ Body: Script: | bonus bDex,1; bonus bMaxSP,80; - bonus3 bAddMonsterDropItem,7864,7,50; - Id: 5106 AegisName: Cone_Hat_INA Name: 2nd Anniversary Hat @@ -40923,11 +41652,10 @@ Body: NoMail: true NoAuction: true Script: | - bonus bLuk,1; - bonus bMatkRate,3; - bonus bFlee,3; - bonus bHit,3; - bonus bFlee2,3; + bonus bBaseAtk,10; + bonus bMatk,10; + bonus2 bSubEle,Ele_Neutral,10; + bonus bMdef,10; - Id: 5107 AegisName: Well_Baked_Toast Name: Crunch Toast @@ -41215,7 +41943,7 @@ Body: Refineable: true View: 255 Script: | - bonus bSPrecovRate,3; + bonus bSPrecovRate,5; - Id: 5126 AegisName: Morpheus's_Hood Name: Morpheus's Hood @@ -41354,6 +42082,7 @@ Body: Locations: Head_Top: true ArmorLevel: 1 + EquipLevelMin: 38 View: 204 Trade: NoDrop: true @@ -41624,6 +42353,7 @@ Body: Type: Armor Weight: 200 Defense: 5 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42432,7 +43162,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42448,7 +43177,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42463,7 +43191,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42478,7 +43205,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42493,7 +43219,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42508,7 +43233,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42523,7 +43247,6 @@ Body: Buy: 800 Weight: 100 Defense: 1 - Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -42722,10 +43445,10 @@ Body: Trade: NoDrop: true Script: | + bonus bAspdRate,5; bonus bVariableCastrate,-3; - bonus bAspdRate,3; - bonus bInt,1; bonus bAgi,1; + bonus bInt,1; - Id: 5211 AegisName: Dress_Hat Name: Dress Hat @@ -43488,7 +44211,7 @@ Body: bonus bInt,1; .@r = getrefine(); bonus bMdef,.@r; - bonus bDef,.@r*-1; + bonus bDef,-.@r; - Id: 5254 AegisName: Deviling_Hat Name: Deviling Hat @@ -43512,10 +44235,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bBaseAtk,2; - bonus bMatk,2; - if (getrefine()>=7) + bonus2 bAddClass,Class_All,2; + bonus bMatkRate,2; + bonus2 bExpAddRace,RC_All,2; + if (getrefine()>6) { bonus2 bExpAddRace,RC_All,1; + } - Id: 5255 AegisName: Triple_Poring_Hat Name: Triple Poring Hat @@ -44156,6 +44881,9 @@ Body: bonus bSpeedRate,25; bonus bAspdRate,5; bonus bVariableCastrate,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 5287 AegisName: Vacation_Hat Name: Vacation Hat @@ -44548,7 +45276,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; - Id: 5309 AegisName: Mahican Name: Wool Mask @@ -44622,9 +45350,8 @@ Body: Trade: NoDrop: true Script: | - bonus bStr,1; - bonus2 bAddRace,RC_DemiHuman,5; - bonus2 bAddRace,RC_Player_Human,5; + bonus2 bAddClass,Class_Boss,5; + bonus bStr,2; - Id: 5313 AegisName: Diadem Name: Diadem @@ -44672,6 +45399,9 @@ Body: Script: | bonus2 bAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player_Human,5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 5315 AegisName: Observer Name: Observer @@ -44695,7 +45425,9 @@ Body: NoAuction: true Script: | skill "WZ_ESTIMATION",1; - /*Gold PC Room: bonus bAllStats,1;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 5316 AegisName: Umbrella_Hat Name: Umbrella Hat @@ -44763,7 +45495,7 @@ Body: NoDrop: true Script: | bonus bHPrecovRate,150; - bonus bMaxHP,80+(80*getrefine()); + bonus bMaxHP,80*getrefine(); - Id: 5320 AegisName: Champion_Wreath Name: Champion Wreath @@ -44911,6 +45643,9 @@ Body: Script: | bonus2 bAddRace,RC_DemiHuman,7; bonus2 bAddRace,RC_Player_Human,7; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 5327 AegisName: Orc_Hero_Helm_C Name: Refined Helmet of Orc Hero @@ -44938,6 +45673,9 @@ Body: Script: | bonus bStr,5; bonus bVit,3; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 5328 AegisName: Evil_Wing_Ears_C Name: Evil Wing Ears C @@ -45012,6 +45750,9 @@ Body: bonus bMdef,15; bonus2 bResEff,Eff_Curse,4000; bonus2 bResEff,Eff_Stun,1000; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 5331 AegisName: Corsair_C Name: Corsair C @@ -45267,7 +46008,6 @@ Body: Trade: NoDrop: true Script: | - bonus bVit,2; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; autobonus "{ bonus bAspdRate,5; }",20,30000,BF_NORMAL,"{ specialeffect2 EF_HASTEUP; }"; @@ -45818,7 +46558,7 @@ Body: Script: | bonus2 bAddRace,RC_DemiHuman,12; bonus2 bAddRace,RC_Player_Human,12; - bonus bBaseAtk,(JobLevel*2)/7; + bonus bBaseAtk,(JobLevel/7)*2; - Id: 5375 AegisName: L_Orc_Hero_Helm Name: Orc Hero Headdress @@ -45994,6 +46734,8 @@ Body: Trade: NoDrop: true Script: | + bonus bAspdRate,4; + bonus bVariableCastrate,-2; bonus bLuk,3; - Id: 5385 AegisName: Yoyo_Hat @@ -46204,7 +46946,7 @@ Body: bonus bDex,1; bonus2 bAddRace,RC_Undead,5; bonus2 bMagicAddRace,RC_Undead,5; - bonus2 bMagicAddEle,Ele_Undead,5; + bonus2 bAddEle,Ele_Undead,5; .@r = getrefine(); if (.@r<6) { bonus2 bAddEff2,Eff_Blind,10; @@ -46517,7 +47259,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bUnbreakableHelm; + bonus2 bExpAddRace,RC_All,10; + bonus bAspd,1; + bonus bBaseAtk,5; + bonus bMatk,5; + bonus bHealPower,5; + bonus bFixedCast,-100; - Id: 5413 AegisName: Popcorn_Hat Name: Pop Corn Hat @@ -46671,13 +47418,13 @@ Body: Trade: NoDrop: true Script: | - bonus bStr,2; - bonus bInt,2; - bonus bMdef,5; + bonus2 bAddEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,-10; - bonus2 bAddEle,Ele_Fire,10; - bonus2 bMagicAtkEle,Ele_Fire,10; + bonus bMdef,5; + bonus bStr,2; + bonus bInt,2; bonus3 bAutoSpell,"WZ_METEOR",3,50; - Id: 5421 AegisName: Ifrit's_Ear @@ -46697,14 +47444,14 @@ Body: Trade: NoDrop: true Script: | - bonus bStr,1; - bonus bInt,1; - bonus bMdef,3; - bonus2 bAddEle,Ele_Fire,3; + bonus2 bMagicAtkEle,Ele_Fire,3; bonus2 bSkillAtk,"SM_BASH",4; bonus2 bSkillAtk,"SM_MAGNUM",4; - bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Water,-3; + bonus2 bSubEle,Ele_Fire,3; + bonus bMdef,3; + bonus bStr,1; + bonus bInt,1; - Id: 5422 AegisName: Linguistic_Book_Cap Name: Linguistic Book Hat @@ -46818,7 +47565,7 @@ Body: bonus2 bSubRace,RC_Player_Human,12; - Id: 5429 AegisName: Bogy_Cap - Name: Bogy Cap + Name: Dokebi Cap Type: Armor Buy: 20 Weight: 100 @@ -47323,7 +48070,6 @@ Body: Refineable: true View: 455 Script: | - bonus bAgi,3; bonus bBaseAtk,5; bonus bMatkRate,5; .@r = getrefine(); @@ -47434,6 +48180,11 @@ Body: Script: | bonus bBaseAtk,30; bonus bMaxHPrate,-2; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bLongAtkRate,2; + bonus bAllStats,1; + bonus bMaxHPrate,2; + } - Id: 5463 AegisName: Rainbow_Scarf Name: Rainbow Scarf @@ -47456,6 +48207,11 @@ Body: Script: | bonus bMatk,30; bonus bMaxSPrate,-2; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bVariableCastrate,-2; + bonus bAllStats,1; + bonus bMaxSPrate,2; + } - Id: 5464 AegisName: Zaha_Doll_Hat Name: Zaha Doll Hat @@ -47476,7 +48232,7 @@ Body: Script: | bonus bInt,3; bonus bMdef,9; - bonus2 bMagicAddEle,Ele_Undead,10; + bonus2 bMagicAddRace,RC_Undead,10; .@t = 2+(getrefine()/3)*1000; autobonus "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"This is my magic Power!\"; }"; autobonus2 "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"How dare you! I punish you to endless sleep!\"; }"; @@ -47696,6 +48452,7 @@ Body: Script: | bonus2 bAddRace,RC_Brute,7; bonus2 bAddRace,RC_DemiHuman,7; + bonus2 bAddRace,RC_Player_Human,7; bonus2 bAddRace,RC_Player_Doram,7; bonus3 bAddEff,Eff_Curse,10,ATF_SHORT; - Id: 5477 @@ -47784,9 +48541,14 @@ Body: Trade: NoDrop: true Script: | - bonus bAspdRate,10; - bonus bBaseAtk,-20; - bonus bMatkRate,-10; + .@r = getrefine(); + bonus bAspdRate,5; + if (.@r == 9) + bonus2 bAddClass,Class_All,4; + else if (.@r > 9) + bonus2 bAddClass,Class_All,5; + else + bonus2 bAddClass,Class_All,3; - Id: 5482 AegisName: Dark_Knight_Mask Name: Dark Knight Mask @@ -47930,7 +48692,7 @@ Body: Script: | bonus bMdef,5; bonus2 bSubClass,Class_Boss,10; - bonus bHealpower2,10; + bonus bHealPower2,10; bonus bAddItemHealRate,10; - Id: 5491 AegisName: Hat_Of_Outlaw @@ -48039,10 +48801,13 @@ Body: Trade: NoDrop: true Script: | + bonus2 bSubEle,Ele_Wind,7; + bonus bMdef,3; bonus bInt,1; bonus bDex,1; - bonus bMdef,3; - bonus bFlee,5; + if (getrefine()>=8) { + autobonus "{ bonus bMatk,40; bonus bBaseAtk,40; }",1,6000; + } - Id: 5496 AegisName: Dice_Hat Name: Dice Hat @@ -48106,13 +48871,14 @@ Body: bonus bAgi,5; bonus bFlee,10; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,10; + bonus2 bIgnoreDefRaceRate,RC_Player_Human,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10; if (getrefine()>=7) { bonus2 bAddEff,Eff_Bleeding,10; } if (getrefine()>=9) { - bonus3 bAutoSpellWhenHit,"MC_LOUD",1,1; + bonus3 bAutoSpellWhenHit,"SR_HOWLINGOFLION",1,1; } - Id: 5499 AegisName: Pizza_Hat @@ -48147,6 +48913,7 @@ Body: Type: Armor Weight: 100 Defense: 6 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -48171,11 +48938,12 @@ Body: Trade: NoDrop: true Script: | - bonus bInt,3; - bonus bMdef,3; - bonus bDefEle,Ele_Undead; - bonus2 bSubEle,Ele_Dark,15; bonus2 bSubEle,Ele_Holy,-20; + bonus2 bSubEle,Ele_Undead,15; + bonus2 bSubEle,Ele_Dark,15; + bonus bVariableCastrate,-10; + bonus bMdef,3; + bonus bInt,3; - Id: 5503 AegisName: Rabbit_Magic_Hat Name: Rabbit Magic Hat @@ -48203,6 +48971,7 @@ Body: Weight: 500 Defense: 5 Locations: + Head_Low: true Head_Mid: true Head_Top: true ArmorLevel: 1 @@ -48275,7 +49044,7 @@ Body: bonus bAgi,2; bonus bMdef,1; bonus2 bAddEle,Ele_Water,5; - bonus2 bSubDefEle,Ele_Water,10; + bonus2 bSubEle,Ele_Water,10; - Id: 5509 AegisName: Sting_Hat Name: Sting hat @@ -48294,8 +49063,8 @@ Body: bonus bStr,2; bonus bVit,1; bonus bMdef,3; - bonus2 bAddEle,Ele_Fire,5; - bonus2 bSubDefEle,Ele_Earth,5; + bonus2 bSubEle,Ele_Fire,-5; + bonus2 bSubEle,Ele_Earth,5; bonus3 bAutoSpell,"WZ_EARTHSPIKE",1,10; - Id: 5510 AegisName: Shower_Cap @@ -48329,6 +49098,8 @@ Body: Refineable: true View: 508 Script: | + bonus2 bAddClass,Class_All,2; + bonus bMatkRate,2; bonus bHealPower,2; bonus bAspd,1; bonus bFixedCastrate,-10; @@ -48518,7 +49289,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus bDelayrate,-3; + bonus bVariableCastrate,-3; - Id: 5522 AegisName: Fanta_Zero_Lemon_Hat Name: Fanta Zero Lemon Hat @@ -48651,11 +49422,12 @@ Body: Trade: NoDrop: true Script: | + .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; + bonus bMdef,2; bonus bStr,2; bonus bInt,2; - bonus bMdef,2; - bonus2 bSubEle,Ele_Neutral,5; - skill "WZ_FROSTNOVA",1; - Id: 5530 AegisName: Raven_Cap Name: Raven Cap @@ -48749,9 +49521,7 @@ Body: Trade: NoDrop: true Script: | - bonus bVit,1; bonus bDex,1; - bonus bMdef,3; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bAddRace,RC_DemiHuman,3; @@ -48945,12 +49715,11 @@ Body: Trade: NoDrop: true Script: | - bonus bVit,2; - bonus2 bSubEle,Ele_fire,5; + bonus bMaxHPrate,1; if (getrefine()>6) { - bonus bDef,1; - bonus bVit,1; + bonus bMaxHPrate,2; } + bonus bVit,1; - Id: 5546 AegisName: Aries_Crown Name: Aries Crown @@ -48968,12 +49737,11 @@ Body: Trade: NoDrop: true Script: | - bonus bLuk,2; - bonus2 bSubEle,Ele_Fire,5; if (getrefine()>6) { - bonus bFlee,2; - bonus bLuk,1; + bonus bCritical,5; + bonus bCritAtkRate,5; } + bonus bLuk,2; - Id: 5547 AegisName: RJC_Katusa Name: RJC Katusa Flower @@ -49027,13 +49795,11 @@ Body: Trade: NoDrop: true Script: | - bonus bDex,2; bonus bMatkRate,2; bonus bDelayrate,-2; - if (getrefine()>6) { - bonus bMatkRate,1; - bonus bDex,1; - } + bonus bDex,2; + .@r = getrefine(); + bonus2 bAddEffWhenHit,Eff_Stun,.@r; /* unknown rate */ - Id: 5550 AegisName: Taurus_Crown Name: Taurus Crown @@ -49050,14 +49816,16 @@ Body: Trade: NoDrop: true Script: | - bonus bAgi,2; - bonus2 bSubClass,Class_All,2; - bonus bDelayrate,-2; - bonus2 bAddEff,Eff_Stun,2000; + bonus bFlee,10; + .@r = getrefine(); + .@r = min(12, .@r); + .@r = max(1, .@r); + bonus2 bAddEff,Eff_Stun,.@r; /* unknown rate */ if (getrefine()>6) { - bonus2 bSubClass,Class_All,1; - bonus bStr,1; + bonus bBaseAtk,15; + bonus bAspdRate,5; } + bonus bAgi,2; - Id: 5551 AegisName: Holy_Egg_Hat Name: Holy Egg Hat @@ -49148,7 +49916,6 @@ Body: Weight: 500 Defense: 5 Locations: - Head_Low: true Head_Mid: true Head_Top: true ArmorLevel: 1 @@ -49158,8 +49925,10 @@ Body: Trade: NoDrop: true Script: | - bonus bInt,1; - bonus3 bAutoSpell,"WZ_FROSTNOVA",1,100; + bonus bBaseAtk,5; + bonus bMatk,5; + bonus2 bSubEle,Ele_Water,7; + bonus2 bAddEle,Ele_Water,25; - Id: 5557 AegisName: Wild_Rose_Hat Name: Wild Rose Hat @@ -49204,6 +49973,7 @@ Body: Type: Armor Defense: 5 Locations: + Head_Mid: true Head_Top: true ArmorLevel: 1 Refineable: true @@ -49332,8 +50102,8 @@ Body: Trade: NoDrop: true Script: | - bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; + bonus2 bAddRace,RC_Player_Doram,10; - Id: 5566 AegisName: Tiger_Arhat_Mask Name: Tiger Arhat Mask @@ -49348,8 +50118,8 @@ Body: Trade: NoDrop: true Script: | - bonus2 bAddRace,RC_DemiHuman,2; - bonus2 bAddRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; - Id: 5567 AegisName: Bright_Fury Name: Bright Fury @@ -49367,9 +50137,11 @@ Body: Trade: NoDrop: true Script: | + if (getrefine()>6) { + bonus bCritical,10; + bonus bHit,10; + } bonus bStr,1; - bonus2 bAddClass,Class_All,2; - bonus bAspdRate,2; - Id: 5568 AegisName: Rabbit_Bonnet Name: Rabbit Bonnet @@ -49377,6 +50149,7 @@ Body: Buy: 20 Weight: 1000 Defense: 4 + Slots: 1 Locations: Head_Mid: true Head_Top: true @@ -49402,12 +50175,13 @@ Body: Trade: NoDrop: true Script: | - bonus bDex,2; - bonus bMatkRate,2; + bonus2 bSubEle,Ele_Wind,5; + bonus bDelayrate,-2; if (getrefine()>6) { bonus bDex,1; bonus bMatk,30; } + bonus bDex,2; - Id: 5570 AegisName: Gemini_Crown Name: Gemini Crown @@ -49426,6 +50200,7 @@ Body: Script: | bonus bAgi,2; bonus bFlee,10; + bonus2 bSubEle,Ele_Wind,5; if (getrefine()>6) { bonus bHit,5; bonus bBaseAtk,30; @@ -49672,9 +50447,9 @@ Body: bonus2 bSubRace,RC_Demon,3; bonus2 bHPDrainRate,3,15; bonus2 bSPDrainRate,1,7; - /*Gold PC Room bonus bSPGainValue,2; - bonus bMagicSPGainValue,2; - bonus2 bSubRace,RC_Demon,2;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bSubRace,RC_Demon,2; + } - Id: 5585 AegisName: Rune_Hairband Name: Rune Cloth Circlet @@ -49871,7 +50646,7 @@ Body: bonus2 bSubRace,RC_Player_Human,3; bonus bDelayrate,-3; if (getrefine()>6) { - bonus2 bSubDefEle,Ele_All,5; + bonus2 bSubEle,Ele_All,5; } - Id: 5594 AegisName: Donut_In_Mouth @@ -49943,9 +50718,10 @@ Body: bonus bBaseAtk,5; bonus bMatk,5; bonus bMdef,2; - /*Gold PC Room: bonus bAllStats,1; - bonus2 bExpAddRace,RC_All,2; - */ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bExpAddRace,RC_All,2; + bonus bAllStats,1; + } - Id: 5597 AegisName: Bubble_Gum_In_Mouth Name: Bubble Gum In Mouth @@ -49970,9 +50746,10 @@ Body: bonus bBaseAtk,5; bonus bMatk,5; bonus bMdef,2; - /*Gold PC Room: bonus bAllStats,1; - bonus2 bDropAddClass,Class_All,5; - */ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,5; + bonus bAllStats,1; + } - Id: 5598 AegisName: Virgo_Crown Name: Virgo Crown @@ -50957,16 +51734,18 @@ Body: Trade: NoDrop: true Script: | - bonus bInt,1; - bonus bMdef,5; - bonus bMatkRate,2; .@r = getrefine(); - if (.@r>=7) - bonus bHealPower,5; - if (.@r>=9) { - bonus bMatk,5; + bonus bMatkRate,2; + if (.@r>8) { + bonus bMatkRate,5; bonus bHealPower,5; } + else if (.@r>6) { + bonus bHealPower,5; + } + bonus bMdef,5; + bonus bInt,1; + bonus bDex,1; - Id: 5655 AegisName: Dark_Snake_Lord_Hat_J Name: Evil Snake Lord Hat @@ -51065,14 +51844,17 @@ Body: Trade: NoDrop: true Script: | - bonus bAgi,2; - if (getrefine() > 6) { + if (getrefine()>8) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bMagicAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Undead,10; + bonus2 bMagicAddRace,RC_Undead,10; bonus bAgi,2; } - if (getrefine() > 8) { - bonus2 bAddRace,RC_Demon,10; - bonus2 bAddRace,RC_Undead,10; + else if (getrefine()>6) { + bonus bAgi,2; } + bonus bAgi,2; - Id: 5661 AegisName: Red_Pirate_Bandana Name: Red Pirate Bandana @@ -51166,17 +51948,16 @@ Body: Trade: NoDrop: true Script: | + .@r = getrefine(); bonus bMdef,5; - bonus2 bSubEle,Ele_Neutral,3; - bonus2 bSubEle,Ele_Water,3; - bonus2 bSubEle,Ele_Earth,3; - bonus2 bSubEle,Ele_Fire,3; - bonus2 bSubEle,Ele_Wind,3; - bonus2 bSubEle,Ele_Poison,3; - bonus2 bSubEle,Ele_Holy,3; - bonus2 bSubEle,Ele_Dark,3; - bonus2 bSubEle,Ele_Ghost,3; - bonus2 bSubEle,Ele_Undead,3; + if (BaseClass == Job_Mage) + bonus bVariableCastrate,-3; + if (BaseClass == Job_Soul_Linker) + bonus5 bAutoSpell,"SL_STUN",5,10,BF_MAGIC,1; + if (.@r>=7) + bonus bInt,2; + if (.@r>=10) + bonus bInt,.@r-10; - Id: 5666 AegisName: Golden_Crown Name: Golden Crown @@ -51194,6 +51975,19 @@ Body: Trade: NoDrop: true Script: | + .@r = getrefine(); + if (.@r>=7) { + bonus bBaseAtk,5; + bonus bMatk,5; + } + if (.@r>=9) { + bonus2 bAddClass,Class_All,2; + bonus bMatkRate,2; + } + if (.@r>=12) { + bonus2 bAddClass,Class_All,3; + bonus bMatkRate,3; + } bonus bInt,1; bonus bDex,1; bonus bLuk,1; @@ -51390,6 +52184,7 @@ Body: Buy: 20 Weight: 300 Defense: 3 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -51574,6 +52369,7 @@ Body: Buy: 20 Weight: 300 Defense: 1 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -51606,6 +52402,7 @@ Body: Buy: 20 Weight: 10 Defense: 1 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -52864,6 +53661,7 @@ Body: bonus bInt,1; bonus bDex,1; bonus bMdef,5; + bonus bHealPower,5; if (readparam(bInt)>=120) { bonus bMatk,10; bonus bFlee,3; @@ -52994,6 +53792,7 @@ Body: Buy: 20 Weight: 800 Defense: 3 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -53277,6 +54076,7 @@ Body: Buy: 20 Weight: 100 Defense: 3 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -53293,6 +54093,7 @@ Body: Buy: 20 Weight: 100 Defense: 3 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -53457,9 +54258,19 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bMagicAddRace,RC_Formless,4; - bonus2 bSubEle,Ele_Neutral,5; - bonus bUnbreakableHelm; + if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Archer || BaseClass == Job_Gunslinger) { + bonus bBaseAtk,3+(BaseLevel/30); + } + if (BaseClass == Job_Thief) { + bonus bFlee,1+(BaseLevel/30); + } + if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) { + bonus bMatk,3+(BaseLevel/30); + } + if (Class == Job_Novice || Class == Job_SuperNovice || (BaseJob == Job_Taekwon && Class != Job_Soul_Linker)) { + bonus bMaxHP,100+(BaseLevel/30)*30; + bonus bMaxSP,50+(BaseLevel/30); + } - Id: 5789 AegisName: Thanatos_Mal_Mask Name: Thanatos Mal Mask @@ -53546,6 +54357,16 @@ Body: Script: | bonus bInt,1; bonus bMdef,2; + bonus bHealPower,2; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bInt,2; + bonus bStr,1; + bonus bDex,1; + bonus bAgi,1; + bonus bLuk,1; + bonus bVit,1; + bonus bHealPower2,2; + } - Id: 5794 AegisName: 3D_Glasses_ Name: 3D Glasses @@ -53611,9 +54432,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bExpAddRace,RC_All,10; - bonus bMaxHP,200; - bonus bMaxSP,50; + bonus2 bExpAddRace,RC_All,20; - Id: 5797 AegisName: Cheer_Scarf2 Name: Cheer Scarf2 @@ -53924,9 +54743,11 @@ Body: View: 481 Script: | bonus bInt,1; + bonus2 bSPRegenRate,1,10000; + bonus bMagicSPGainValue,1; - Id: 5814 AegisName: Ati_Atihan_Hat3 - Name: Ati Atihan Hat3 + Name: 2011 Pagdayaw Type: Armor Buy: 20 Defense: 2 @@ -53945,6 +54766,14 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubEle,Ele_Fire,5; + bonus2 bSubEle,Ele_Water,5; + bonus2 bSubEle,Ele_Wind,5; + bonus2 bSubEle,Ele_Ghost,10; + bonus2 bAddEle,Ele_Ghost,50; + bonus2 bAddRace,RC_DemiHuman,50; - Id: 5815 AegisName: Classic_Hat_J Name: Classic Hat @@ -54136,6 +54965,7 @@ Body: Buy: 20 Weight: 300 Defense: 6 + Slots: 1 Locations: Head_Top: true ArmorLevel: 1 @@ -54218,6 +55048,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 67 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5831 AegisName: Woe_Big_Sis_Ribbon Name: Woe Big Sis Ribbon @@ -54230,6 +55064,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 28 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5832 AegisName: Woe_Vane_Hairpin Name: Woe Vane Hairpin @@ -54242,6 +55080,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 313 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5833 AegisName: Woe_Picnic_Hat Name: Woe Picnic Hat @@ -54254,6 +55096,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 117 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5834 AegisName: Woe_Crown Name: Woe Crown @@ -54266,6 +55112,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 45 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5835 AegisName: Woe_Tiara Name: Woe Tiara @@ -54278,6 +55128,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 19 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5836 AegisName: Woe_Boys_Cap Name: Woe Boys Cap @@ -54290,6 +55144,10 @@ Body: EquipLevelMin: 60 Refineable: true View: 102 + Script: | + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; - Id: 5837 AegisName: Woe_Sunglass Name: Woe Sunglass @@ -54301,6 +55159,10 @@ Body: ArmorLevel: 1 EquipLevelMin: 70 View: 12 + Script: | + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; - Id: 5838 AegisName: Woe_Fin_Helm Name: Woe Fin Helm @@ -54312,6 +55174,10 @@ Body: ArmorLevel: 1 EquipLevelMin: 70 View: 100 + Script: | + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; - Id: 5839 AegisName: Woe_Blush Name: Woe Blush @@ -54323,6 +55189,10 @@ Body: ArmorLevel: 1 EquipLevelMin: 70 View: 125 + Script: | + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; - Id: 5840 AegisName: Woe_Elven_Ears Name: Woe Elven Ears @@ -54334,6 +55204,10 @@ Body: ArmorLevel: 1 EquipLevelMin: 70 View: 73 + Script: | + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; - Id: 5841 AegisName: Shaman_Hat_ Name: Shaman Hat @@ -54530,7 +55404,7 @@ Body: NoAuction: true - Id: 5856 AegisName: Passion_FB_Hat - Name: Passion FB Hat + Name: Worldcup Hat of Passion Type: Armor Buy: 20 Weight: 600 @@ -54550,7 +55424,7 @@ Body: autobonus "{ bonus bFlee,-15; bonus2 bAddClass,Class_All,5; }",20,10000,BF_NORMAL,"{ specialeffect2 EF_ENHANCE; }"; - Id: 5857 AegisName: Cool_FB_Hat - Name: Cool FB Hat + Name: Worldcup Hat of Fight Type: Armor Buy: 20 Weight: 600 @@ -54570,7 +55444,7 @@ Body: autobonus3 "{ bonus bHealPower,20; }",150,5000,"AL_HEAL","{ specialeffect2 EF_HEAL3; }"; - Id: 5858 AegisName: Victory_FB_Hat - Name: Victory FB Hat + Name: Worldcup Hat of Victory Type: Armor Buy: 20 Weight: 600 @@ -54590,7 +55464,7 @@ Body: autobonus "{ bonus bMatkRate,5; bonus bDef,-30; }",3,10000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; - Id: 5859 AegisName: Glory_FB_Hat - Name: Glory FB Hat + Name: Worldcup Hat of Honor Type: Armor Buy: 20 Weight: 600 @@ -54611,7 +55485,7 @@ Body: bonus bMatk,BaseLevel/7; - Id: 5864 AegisName: Shadow_Booster - Name: Magical Booster + Name: Shadow Booster Type: Armor Buy: 10 Weight: 300 @@ -54648,7 +55522,7 @@ Body: bonus2 bSubRace,RC_Insect,5; - Id: 5866 AegisName: Red_Cherry_Blossom - Name: Red herry Blossom + Name: Red Cherry Blossom Type: Armor Weight: 300 Locations: @@ -54662,7 +55536,7 @@ Body: bonus bUseSPrate,5; - Id: 5867 AegisName: Hat_Of_Drowsy_Cat - Name: Sleeping Kitty Cat + Name: Sleeping Cat Type: Armor Weight: 300 Defense: 3 @@ -54850,7 +55724,7 @@ Body: bonus2 bSubRace,RC_Plant,5; - Id: 5880 AegisName: Cheering_Whistle_J - Name: 5880 Cheering Whistle + Name: Cheering Whistle Type: Armor Buy: 20 Weight: 100 @@ -55061,81 +55935,206 @@ Body: bonus5 bAutoSpellWhenHit,"DC_SCREAM",5,20,BF_WEAPON|BF_MAGIC,0; - Id: 5892 AegisName: RCC2013_1ST_CROWN - Name: RCC2013 1ST CROWN + Name: RCC2013 1st Crown Type: Armor Buy: 20 - Weight: 2500 - Defense: 7 - Slots: 1 + Weight: 300 + Defense: 5 Locations: Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true ArmorLevel: 1 EquipLevelMin: 1 View: 1106 Script: | bonus bAllStats,5; + bonus bMdef,5; skill "AL_TELEPORT",1; - EquipScript: | - sc_start SC_SPEEDUP0,INFINITE_TICK,25; - UnEquipScript: | - sc_end SC_SPEEDUP0; + bonus bSpeedRate,25; - Id: 5893 AegisName: RCC2013_2ND_CROWN - Name: RCC2013 2ND CROWN + Name: RCC2013 2nd Crown Type: Armor Buy: 20 - Weight: 2500 - Defense: 7 - Slots: 1 + Weight: 300 + Defense: 5 Locations: Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true ArmorLevel: 1 EquipLevelMin: 1 View: 1107 Script: | bonus bAllStats,4; + bonus bMdef,4; skill "AL_TELEPORT",1; - EquipScript: | - sc_start SC_SPEEDUP0,INFINITE_TICK,25; - UnEquipScript: | - sc_end SC_SPEEDUP0; + bonus bSpeedRate,25; - Id: 5894 AegisName: RCC2013_3RD_CROWN - Name: RCC2013 3RD CROWN + Name: RCC2013 3rd Crown Type: Armor Buy: 20 - Weight: 2500 - Defense: 7 - Slots: 1 + Weight: 300 + Defense: 5 Locations: Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true ArmorLevel: 1 EquipLevelMin: 1 View: 1108 Script: | bonus bAllStats,3; + bonus bMdef,3; skill "AL_TELEPORT",1; - EquipScript: | - sc_start SC_SPEEDUP0,INFINITE_TICK,25; - UnEquipScript: | - sc_end SC_SPEEDUP0; + bonus bSpeedRate,25; - Id: 5895 AegisName: RCC2013_ANV_Hat - Name: RCC2013 ANV Hat + Name: RCC2013 Commemorative Hat Type: Armor Buy: 20 - Weight: 2500 - Defense: 7 - Slots: 1 + Weight: 300 + Defense: 5 Locations: Head_Top: true ArmorLevel: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true EquipLevelMin: 1 View: 1109 Script: | bonus bAllStats,1; - bonus2 bAddClass,Class_All,2; + bonus bAtkRate,2; bonus bMatkRate,2; + - Id: 5896 + AegisName: EGGTART_HAT + Name: Egg Tart Hat + Type: Armor + Weight: 300 + Defense: 2 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1114 + Script: | + bonus bDex,2; + bonus bLuk,1; + bonus bMdef,3; + - Id: 5897 + AegisName: Ascendant_Crown_ + Name: Ascendant Crown + Type: Armor + Buy: 20 + Weight: 50 + Defense: 20 + Slots: 1 + Jobs: + SuperNovice: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1118 + Script: | + .@r = getrefine(); + bonus bBaseAtk,30; + bonus bMatk,30; + bonus bHit,10; + bonus bFlee,10; + bonus bCritical,10; + bonus bMdef,10; + bonus bFlee2,5; + bonus bAspd,2; + bonus bVariableCastrate,-20; + bonus2 bSubEle,Ele_Neutral,5; + if (.@r>=7) { + bonus bMaxHP,1000; + bonus bMaxSP,100; + } + if (.@r>=9) + bonus bAllStats,5; + - Id: 5898 + AegisName: Autumn_Headband + Name: Autumn Headband + Type: Armor + Buy: 20 + Weight: 200 + Defense: 10 + Slots: 1 + Jobs: + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1119 + Script: | + bonus bBaseAtk,2*(readparam(bDex)/5); + bonus2 bVariableCastrate,"RA_ARROWSTORM",-100; + bonus2 bSPDrainRate,40,1; + if (getrefine()>=9) + bonus2 bSkillAtk,"RA_ARROWSTORM",BaseLevel/5; + - Id: 5899 + AegisName: Black_Ribbon_ + Name: Black Ribbon + Type: Armor + Buy: 20 + Weight: 200 + Defense: 10 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1120 + Script: | + bonus bBaseAtk,2*(readparam(bStr)/5); + bonus2 bSkillCooldown,"RK_WINDCUTTER",-1800; + bonus2 bSkillUseSP,"RK_WINDCUTTER",16; + if (getrefine()>=9) { + bonus2 bSkillAtk,"RK_SONICWAVE",50; + bonus2 bSkillAtk,"RK_WINDCUTTER",50; + bonus2 bSkillAtk,"RK_IGNITIONBREAK",30; + } - Id: 5900 AegisName: Divine_Guard_Hat_ Name: Divine Guard Hat @@ -55342,7 +56341,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r>=7) { bonus bFixedCastrate,4*(getskilllv("WM_LESSON")); } @@ -55422,7 +56421,7 @@ Body: bonus2 bSkillAtk,"NC_AXETORNADO",.@dmg; - Id: 5908 AegisName: Accessory_of_Ascetic - Name: Accessory of Ascetic + Name: Priest Decoration Type: Armor Weight: 200 Defense: 3 @@ -55448,6 +56447,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 940 + - Id: 5911 + AegisName: C_Imperial_Feather + Name: Costume Imperial Feather + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 935 - Id: 5912 AegisName: C_Minions_Of_Devil Name: Costume Servant Deviling @@ -55457,6 +56464,14 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 1036 + - Id: 5913 + AegisName: C_Anemos_Mask + Name: Costume Mask of Anemos + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 906 - Id: 5914 AegisName: C_Flutter_Butterfly Name: C Flutter Butterfly @@ -55465,7 +56480,6 @@ Body: Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 - View: 1378 Script: | hateffect HAT_EF_FLUTTER_BUTTERFLY,true; UnEquipScript: | @@ -55478,11 +56492,9 @@ Body: Buy: 20 Weight: 300 Defense: 10 - Slots: 1 Locations: Costume_Head_Top: true ArmorLevel: 1 - Refineable: true - Id: 5916 AegisName: Exosrcist_Glass Name: Exorcist Glasses @@ -55511,7 +56523,7 @@ Body: bonus bLongAtkDef,3; - Id: 5918 AegisName: Gambler_Seal - Name: Gambler Seal + Name: Gambler's Seal Type: Armor Weight: 500 Locations: @@ -55544,7 +56556,7 @@ Body: bonus2 bSubSkill,"SR_GATEOFHELL",.@sub_gateofhell; - Id: 5919 AegisName: Camellia_Hair_Pin - Name: Camellia Hair Pin + Name: Camellia Hair Ornament Type: Armor Weight: 1000 Slots: 1 @@ -55604,9 +56616,71 @@ Body: Script: | bonus2 bAddRace,RC_Dragon,5; bonus2 bSubRace,RC_Dragon,5; + - Id: 5930 + AegisName: Magical_Feather + Name: Magical Feather + Type: Armor + Weight: 300 + Defense: 5 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 10 + Refineable: true + View: 1279 + Script: | + .@r = ((getrefine()-5)*5); + bonus2 bMagicAddEle,Ele_Dark,5+.@r; + bonus2 bMagicAddEle,Ele_Ghost,5+.@r; + bonus2 bMagicAddEle,Ele_Holy,5+.@r; + bonus2 bMagicAddEle,Ele_Poison,5+.@r; + bonus2 bMagicAddEle,Ele_Undead,5+.@r; + bonus3 bAutoSpell,"AL_HOLYLIGHT",1,50+(getskilllv("AL_DEMONBANE")*10); + bonus2 bSkillAtk,"AL_HOLYLIGHT",80*getskilllv("PR_IMPOSITIO"); + bonus2 bSkillUseSP,"AL_HOLYLIGHT",-15*getskilllv("PR_IMPOSITIO"); + autobonus3 "{ }",1000,10000,"NV_FIRSTAID","{ active_transform 2449,10000; }"; + hateffect HAT_EF_MAGICAL_FEATHER,true; + UnEquipScript: | + hateffect HAT_EF_MAGICAL_FEATHER,false; + - Id: 5931 + AegisName: Niflheim_Bunny_Hat + Name: Niflheim Bunny Hat + Type: Armor + Weight: 500 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + View: 1285 + Script: | + .@r = getrefine(); + .@per = ((.@r >= 9) ? 40 : ((.@r >= 7) ? 20 : ((.@r >= 5) ? 10 : 5))); + bonus2 bAddDamageClass,1373,.@per; + bonus2 bAddDamageClass,1503,.@per; + bonus2 bAddDamageClass,1504,.@per; + bonus2 bAddDamageClass,1505,.@per; + bonus2 bAddDamageClass,1506,.@per; + bonus2 bAddDamageClass,1507,.@per; + bonus2 bAddDamageClass,1508,.@per; + bonus2 bAddDamageClass,1509,.@per; + bonus2 bAddDamageClass,1510,.@per; + bonus2 bAddMagicDamageClass,1373,.@per; + bonus2 bAddMagicDamageClass,1503,.@per; + bonus2 bAddMagicDamageClass,1504,.@per; + bonus2 bAddMagicDamageClass,1505,.@per; + bonus2 bAddMagicDamageClass,1506,.@per; + bonus2 bAddMagicDamageClass,1507,.@per; + bonus2 bAddMagicDamageClass,1508,.@per; + bonus2 bAddMagicDamageClass,1509,.@per; + bonus2 bAddMagicDamageClass,1510,.@per; + bonus5 bAutoSpellWhenHit,"NPC_WIDECURSE",2,10+((.@r*5)/10),BF_WEAPON|BF_MAGIC,1; + skill "ALL_NIFLHEIM_RECALL",1; - Id: 5932 AegisName: Heaven_Cage - Name: Birdcage in Paradise + Name: Paradise Bird Cage Type: Armor View: 1286 Weight: 800 @@ -55660,7 +56734,7 @@ Body: bonus2 bAddMonsterDropItem,12355,30; - Id: 5936 AegisName: 8_Type_PurgatorialWing - Name: 8Way Wings of Purgatory + Name: 8 Styles Purgatory Wings Type: Armor View: 1008 Buy: 20 @@ -55670,6 +56744,7 @@ Body: ArmorLevel: 1 EquipLevelMin: 10 Script: | + bonus2 bMagicAddRace,RC_Dragon,4; bonus2 bSubRace,RC_Dragon,5; - Id: 5937 AegisName: Flying_Helmet @@ -55748,8 +56823,8 @@ Body: Script: | .@r = getrefine(); bonus bMdef,5; - bonus bHPGainValue,10; - bonus2 bSPGainRace,RC_Brute,100; + bonus bHPGainValue,100; + bonus2 bSPGainRace,RC_Brute,5; if (.@r >= 5) { bonus2 bSubRace,RC_Brute,5; if (.@r >= 7) @@ -55773,10 +56848,10 @@ Body: bonus bAspdRate,10; .@r = getrefine(); bonus bMatk,7*.@r; - autobonus "{ .@r = getrefine(); bonus bAspdRate,(.@r >= 9 ? 40 : ((.@r >= 7) ? 10 : ((.@r >= 5) ? 5 : 1))); }",.@r*20,30000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; + autobonus "{ .@r = getrefine(); bonus bAspdRate,(.@r >= 9 ? 40 : ((.@r >= 7) ? 10 : ((.@r >= 5) ? 5 : 0))); }",20,30000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; - Id: 5944 AegisName: Thief_Hood - Name: Thief Bandana + Name: Bandit Hood Type: Armor View: 776 Buy: 20 @@ -55801,7 +56876,7 @@ Body: } - Id: 5945 AegisName: Red_Pencil_Mouth - Name: Well-Chewed Pencil + Name: Well-Chewed Pencil (Red) Type: Armor Buy: 20 Weight: 300 @@ -55879,7 +56954,7 @@ Body: bonus2 bMagicAddClass,Class_All,.@r; - Id: 5966 AegisName: KarduiEar - Name: KarduiEar + Name: Kardui Ear Type: Armor Weight: 300 Locations: @@ -55935,7 +57010,7 @@ Body: bonus bHealPower,(.@r > 8) ? 12 : ((.@r > 6) ? 9 : ((.@r > 4) ? 6 : 0)); - Id: 5969 AegisName: QueenAnzRevenge - Name: QueenAnzRevenge + Name: Queen Anz Revenge Type: Armor Weight: 400 Defense: 7 @@ -55951,6 +57026,42 @@ Body: .@r = getrefine(); bonus2 bAddClass,Class_All,7+(.@r > 8 ? 4 : (.@r > 6 ? 3 : (.@r > 4 ? 2 : 0))); bonus bNoSizeFix; + - Id: 5970 + AegisName: RuneHelm + Name: Rune Helm + Type: Armor + Buy: 20 + Weight: 3000 + Defense: 15 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1361 + Script: | + .@r = getrefine(); + bonus bVit,3; + bonus bMaxHPrate,4; + bonus2 bSkillAtk,"RK_STORMBLAST",(.@r>=8?70:(.@r>=6?50:30)); + bonus2 bFixedCastrate,"RK_REFRESH",-100; + autobonus3 "{ bonus bAtkRate,-50; bonus bMatkRate,-50; bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,60000,"RK_MILLENNIUMSHIELD"; + autobonus3 "{ percentheal 100,100; sc_end UNLUCKY; sc_end IGNORANCE; sc_end WEAKNESS; sc_end ENERVATION; sc_end LAZINESS; }",1000,1000,"RK_REFRESH"; + autobonus3 "{ bonus bNoKnockback; }",1000,30000,"RK_CRUSHSTRIKE"; + autobonus3 "{ bonus2 bHPRegenRate,500,10000; }",1000,300000,"RK_VITALITYACTIVATION"; + autobonus3 "{ bonus bBaseAtk,10; bonus bAspdRate,10; }",1000,300000,"RK_FIGHTINGSPIRIT"; + autobonus3 "{ bonus2 bSPRegenRate,40,10000; }",1000,300000,"RK_ABUNDANCE"; + autobonus3 "{ bonus bStr,30; bonus bInt,-30; }",1000,300000,"RK_GIANTGROWTH"; + autobonus3 "{ bonus bShortWeaponDamageReturn,10; heal -1000,0; }",1000,300000,"RK_STONEHARDSKIN"; + if (BaseLevel >= 100) + bonus bVit,.@r; + else if (BaseLevel <= 99) + bonus bVit,.@r/2; + if (.@r>=6) + autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,20; }",1000,60000,"RK_MILLENNIUMSHIELD"; + if(.@r>=8) + autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,30; }",1000,60000,"RK_MILLENNIUMSHIELD"; - Id: 5971 AegisName: Moon_Eyepatch Name: Moon Eyepatch @@ -55979,7 +57090,7 @@ Body: bonus bVariableCast,-readparam(bInt)/30; - Id: 5973 AegisName: Ancient_Elven_Ear_J - Name: Ancient Elven Ear J + Name: Ancient Elven Ear Type: Armor Weight: 200 Locations: @@ -56046,7 +57157,6 @@ Body: Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 - View: 1380 Script: | hateffect HAT_EF_ANGEL_FLUTTERING,true; UnEquipScript: | @@ -56060,6 +57170,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1381 + - Id: 5981 + AegisName: C_Satanic_Chain_P + Name: Costume Flapping Devil Wings + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 382 - Id: 5985 AegisName: Noble_Mask Name: Noble Mask @@ -56771,17 +57889,32 @@ Body: NoMail: true NoAuction: true - Id: 9145 - AegisName: aegis_9145 + AegisName: Copo_Egg Name: Copo Egg Type: PetEgg - Id: 9146 - AegisName: aegis_9146 + AegisName: Grey_Icewind_Egg Name: Gray Icewind Egg Type: PetEgg - Id: 9147 - AegisName: aegis_9147 + AegisName: Icewind_Egg Name: Icewind Egg Type: PetEgg + - Id: 9148 + AegisName: Dark_Lord_Egg + Name: Dark Lord Egg + Type: PetEgg + - Id: 9156 + AegisName: Sonic_Chao_Egg + Name: Chao Egg + Type: PetEgg + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 10001 AegisName: Skull_Helm Name: Skull Helm @@ -57610,8 +58743,10 @@ Body: bonus2 bSubRace,RC_Demon,-10; bonus bMaxSPrate,10; bonus bSPDrainValue,3; - /*Gold PC Room: bonus bBaseAtk,10; - bonus bMatk,10;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13022 AegisName: Counter_Dagger_C Name: Dagger of Counter @@ -57640,8 +58775,10 @@ Body: NoAuction: true Script: | bonus bCritical,90; - /*Gold PC Room: bonus bBaseAtk,10; - bonus bMatk,10;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13023 AegisName: Asura_C Name: Ashura @@ -57668,9 +58805,10 @@ Body: NoMail: true NoAuction: true Script: | - /*Gold PC Room: bonus bBaseAtk,10; - bonus bMatk,10; - */ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13024 AegisName: Sword_Breaker_C Name: Refined Swordbreaker @@ -58567,6 +59705,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13049 AegisName: Lacma Name: Lacma @@ -58607,10 +59749,8 @@ Body: NoDrop: true Script: | .@r = getrefine(); - if (.@r>=3) { - bonus bBaseAtk,40; - bonus bMatk,40; - } + bonus bBaseAtk,(.@r/3)*40; + bonus bMatk,(.@r/3)*40; if (.@r>=6) { bonus2 bAddSize,Size_Medium,8; bonus2 bMagicAddSize,Size_Medium,8; @@ -58623,6 +59763,13 @@ Body: if (.@r>12) { bonus bNoSizeFix; } + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bAddSize,Size_Medium,5; + bonus2 bMagicAddSize,Size_Medium,5; + if (.@r>=8) { + bonus bNoSizeFix; + } + } - Id: 13050 AegisName: P_Dagger1 Name: Eden Dagger I @@ -58973,7 +60120,7 @@ Body: bonus2 bSkillAtk,"SC_FATALMENACE",30; if (.@r>=6) { bonus2 bSkillAtk,"SC_FATALMENACE",(.@r-5)*2; - bonus bMatkRate,((.@r-5)*3); + bonus bMatk,((.@r-5)*3); } - Id: 13062 AegisName: Ancient_Dagger @@ -59850,7 +60997,7 @@ Body: } - Id: 13088 AegisName: Krishnagar - Name: Greater Lease + Name: Krishnagar Type: Weapon SubType: Dagger Buy: 10 @@ -59972,7 +61119,7 @@ Body: autobonus "{ bonus3 bAutoSpell,\"NPC_EARTHQUAKE\",1,200; }",8,5000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; active_transform 2529,5000; }"; - Id: 13091 AegisName: Owl_Cutter - Name: Owl Cutter + Name: Owl's Dagger Type: Weapon SubType: Dagger Buy: 20 @@ -60474,6 +61621,10 @@ Body: bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14; bonus2 bAddClass,Class_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13110 AegisName: Krieger_Pistol1 Name: Glorious Pistol @@ -60554,7 +61705,7 @@ Body: Rebellion: true Locations: Both_Hand: true - WeaponLevel: 1 + WeaponLevel: 2 EquipLevelMin: 26 Trade: NoDrop: true @@ -60578,7 +61729,7 @@ Body: Rebellion: true Locations: Both_Hand: true - WeaponLevel: 1 + WeaponLevel: 2 EquipLevelMin: 40 Trade: NoDrop: true @@ -60822,7 +61973,7 @@ Body: Script: | .@r = getrefine(); bonus bBaseAtk,3*.@r; - bonus bLongAtkRate,1; + bonus bLongAtkRate,.@r; if (BaseLevel >= 20) { bonus bBaseAtk,3*(min(BaseLevel,120)/10); } @@ -60948,13 +62099,49 @@ Body: bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } + - Id: 13131 + AegisName: Gun_of_Trust2 + Name: "[Rental] Hunting Gun" + Type: Weapon + SubType: Revolver + Attack: 60 + Range: 7 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Both_Hand: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Fire; + if (.@r>=7) { + .@val = 10; + if (.@r>=9) + .@val += 15; + bonus2 bAddRace,RC_DemiHuman,.@val; + bonus2 bAddRace,RC_Insect,.@val; + bonus2 bAddEle,Ele_Earth,.@val; + bonus2 bAddEle,Ele_Water,.@val; + } + /*Todo: When Equipped Adds fire attribute to bullets for 180 minutes*/ - Id: 13132 AegisName: Toughen_Metal_Revolver Name: Enhanced Metal Revolver Type: Weapon SubType: Revolver Buy: 20 - Attack: 55 + Attack: 60 Range: 7 Slots: 1 Jobs: @@ -60979,6 +62166,83 @@ Body: bonus bLongAtkRate,2*.@r; bonus bBaseAtk,5*.@r; bonus bBaseAtk,5*(min(BaseLevel,150)/10); + - Id: 13133 + AegisName: UnrivaledGun + Name: Unrivaled Gun + Type: Weapon + SubType: Revolver + Buy: 20 + Weight: 1000 + Attack: 55 + Range: 7 + Slots: 2 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 3 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Earth; + if (.@r >= 7) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddEle,Ele_Wind,10; + bonus2 bAddEle,Ele_Earth,10; + } + if (.@r >= 9) { + bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Wind,15; + bonus2 bAddEle,Ele_Earth,15; + } + /*Todo When Equipped Adds Earth Attribute to Bullets for 180 Minutes*/ + - Id: 13134 + AegisName: ALTAIR_ARES_J + Name: Altair Ares + Type: Weapon + SubType: Revolver + Buy: 20 + Weight: 400 + Attack: 65 + Range: 7 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bHit,-10; + bonus2 bAddEff,Eff_Stun,2000; + - Id: 13135 + AegisName: H_FEATHER_H_FIRE_J + Name: Heaven's Feather & Hell's Fire + Type: Weapon + SubType: Revolver + Buy: 20 + Weight: 350 + Attack: 70 + Range: 7 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bHit,-10; + bonus2 bAddRace,RC_Angel,20; + bonus2 bAddRace,RC_Demon,20; - Id: 13136 AegisName: Probation_Revolver Name: Trial Rebel's Revolver @@ -61010,6 +62274,44 @@ Body: if (getrefine()>6) { bonus bLongAtkRate,getskilllv("GS_CHAINACTION"); } + - Id: 13137 + AegisName: Avenger_Revolver + Name: Avenger Handgun + Type: Weapon + SubType: Revolver + Buy: 20 + Attack: 80 + Range: 7 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus2 bAddRace,RC_DemiHuman,20; + bonus2 bAddRace,RC_Player_Human,20; + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (.@r>=5) { + bonus2 bAddRace,RC_DemiHuman,20; + bonus2 bAddRace,RC_Player_Human,20; + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (.@r>=7) { + bonus2 bAddRace,RC_DemiHuman,20; + bonus2 bAddRace,RC_Player_Human,20; + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (.@r>=9) { + bonus4 bAutoSpellOnSkill,"GS_GLITTERING","RL_RICHS_COIN",1,1000; + } + } + } - Id: 13138 AegisName: Dark_Rose Name: Dark Rose @@ -61036,6 +62338,37 @@ Body: bonus bAspd,1; } } + - Id: 13139 + AegisName: Blue_Gun + Name: Blue Gun + Type: Weapon + SubType: Revolver + Buy: 20 + Weight: 100 + Attack: 60 + Range: 7 + Slots: 2 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + if (.@r>=7) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddEle,Ele_Fire,10; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddEle,Ele_Fire,15; + } + /*Todo: When Equipped Adds Water Attribute to Arrows for 180 minutes*/ - Id: 13140 AegisName: Diva_Handgun Name: Diva Handgun @@ -61089,6 +62422,24 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 13142 + AegisName: Sinister_Revolver_J + Name: Handgun of Evil + Type: Weapon + Buy: 100000 + SubType: Revolver + Weight: 350 + Attack: 40 + Range: 7 + Jobs: + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 13144 AegisName: Rebeginer_RL_Gun Name: Beginner Rebel's Revolver @@ -61117,6 +62468,30 @@ Body: if (getrefine()>=7) { bonus2 bSkillAtk,"RL_FIREDANCE",15; } + - Id: 13145 + AegisName: Calf_Deathadder_J + Name: Metal Deathadder + Type: Weapon + SubType: Revolver + Buy: 20 + Weight: 350 + Attack: 70 + Range: 7 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVit,3; + bonus2 bSubRace,RC_Player_Human,30; + bonus2 bSubRace,RC_Player_Doram,30; + bonus bLongAtkRate,50; + autobonus3 "{ bonus bFlee2,100; }",((.@r>=10)?150:(.@r>=9?100:50)),3000,"RL_FIREDANCE"; - Id: 13146 AegisName: Calf_Deathadder Name: Calf Deathadder @@ -61698,12 +63073,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bDex,2; bonus bSplashRange,1; - bonus2 bAddRace,RC_DemiHuman,55; - bonus2 bAddRace,RC_Player_Human,55; + bonus2 bAddRace,RC_DemiHuman,35; + bonus2 bAddRace,RC_Player_Human,35; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; + bonus bDex,2; autobonus "{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }",30,9000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; bonus bUnbreakableWeapon; - Id: 13175 @@ -61734,6 +63109,10 @@ Body: bonus bHit,20; bonus bCritical,50; bonus2 bAddClass,Class_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13176 AegisName: Krieger_Rifle1 Name: Glorious Rifle @@ -61772,7 +63151,7 @@ Body: bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>8) { - bonus2 bVariableCastrate,"GS_TRACKING",25; + bonus2 bVariableCastrate,"GS_TRACKING",-25; bonus2 bSkillAtk,"GS_TRACKING",.@r * 3; } - Id: 13177 @@ -62172,6 +63551,7 @@ Body: EquipLevelMin: 140 Refineable: true Script: | + bonus bSplashRange,1; bonus bHit,-25; bonus bAspdRate,25; - Id: 13195 @@ -62212,6 +63592,7 @@ Body: EquipLevelMin: 140 Refineable: true Script: | + bonus bSplashRange,1; bonus bHit,-25; bonus bAspdRate,25; - Id: 13197 @@ -62706,7 +64087,7 @@ Body: KagerouOboro: true Ninja: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 3 EquipLevelMin: 40 Refineable: true @@ -62996,6 +64377,24 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 13335 + AegisName: Sinister_Huuma_J + Name: Huuma of Evil + Type: Weapon + SubType: Huuma + Buy: 100000 + Weight: 600 + Attack: 110 + Range: 1 + Jobs: + KagerouOboro: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 13336 AegisName: Probation_Huuma Name: Trial Ninja's Huuma Shuriken @@ -63204,10 +64603,10 @@ Body: if (.@r >= 9) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; if (.@r >= 11) { + bonus2 bAddRace,RC_Undead,20; + bonus2 bAddRace,RC_Demon,20; bonus2 bAddEle,Ele_Fire,15; bonus2 bAddEle,Ele_Dark,15; - bonus2 bAddRace,RC_Undead,30; - bonus2 bAddRace,RC_Demon,30; } } } @@ -63339,6 +64738,10 @@ Body: bonus bInt,10; bonus bLuk,10; bonus bAtkEle,Ele_Holy; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13402 AegisName: Cutlas_C Name: Cutlus @@ -63531,6 +64934,10 @@ Body: skill "TF_DOUBLE",5; bonus2 bAddRace,RC_DemiHuman,40; bonus2 bAddRace,RC_Player_Human,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13408 AegisName: Fire_Brand_C Name: Refined Fireblend @@ -63566,6 +64973,10 @@ Body: bonus bInt,2; skill "MG_FIREBOLT",5; bonus3 bAutoSpell,"MG_FIREBOLT",5,100; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13409 AegisName: Immaterial_Sword_C Name: Refined Immaterial Sword @@ -64054,6 +65465,10 @@ Body: NoAuction: true Script: | bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 13423 AegisName: P_Sabre1 Name: Eden Sabre I @@ -65137,6 +66552,49 @@ Body: if (.@hp) { bonus bMaxHP,.@hp; } + - Id: 13465 + AegisName: Save_The_King + Name: Save the King + Type: Weapon + SubType: 1hSword + Buy: 20 + Weight: 600 + Attack: 170 + MagicAttack: 130 + Range: 1 + Slots: 3 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Ghost; + if (getskilllv("KN_RIDING") < 1) { + bonus bNoSizeFix; + bonus bFlee,2*getskilllv("CR_SPEARQUICKEN"); + bonus bCritical,3*getskilllv("CR_SPEARQUICKEN"); + bonus bAspdRate,3*getskilllv("CR_SPEARQUICKEN"); + bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r; + bonus2 bSkillAtk,"SM_BASH",20*.@r; + bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r; + if (.@r>=6) { + bonus bHealPower,40; + bonus bHealPower2,15; + bonus bAddItemHealRate,15; + if (.@r>=8) { + bonus bHealPower,40; + bonus bHealPower2,15; + bonus bAddItemHealRate,15; + } + } + } - Id: 13466 AegisName: Diva_Blade Name: Diva Blade @@ -65203,6 +66661,30 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 13468 + AegisName: Sinister_Saber_J + Name: Saber of Evil + Type: Weapon + SubType: 1hSword + Buy: 100000 + Weight: 600 + Attack: 105 + Range: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 13469 AegisName: Immaterial_Sword_IL Name: Illusion Immaterial Sword @@ -65236,6 +66718,102 @@ Body: } bonus2 bSPVanishRate,(80+(20*.@r)),(30+.@val); bonus bAtkEle,Ele_Ghost; + - Id: 13470 + AegisName: Sealed_Magic_SwordJ + Name: Sealed Magic Sword + Type: Weapon + SubType: 1hSword + Buy: 20 + Weight: 1500 + Attack: 180 + MagicAttack: 160 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Assassin: true + Blacksmith: true + Crusader: true + Knight: true + Rogue: true + SuperNovice: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 120 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Fire; + autobonus "{ bonus bIgnoreDefClass,Class_Normal; }",50,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; + bonus3 bAutoSpell,"WL_CRIMSONROCK",3,10+((.@r*5)+(BaseLevel/5)); + - Id: 13471 + AegisName: Sealed_Evil_SwordJ + Name: Sealed Evil Sword + Type: Weapon + SubType: 1hSword + Buy: 20 + Weight: 1500 + Attack: 180 + MagicAttack: 160 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Assassin: true + Blacksmith: true + Crusader: true + Knight: true + Rogue: true + SuperNovice: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 120 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Dark; + autobonus "{ bonus bIgnoreDefClass,Class_Normal; }",50,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; + bonus3 bAutoSpell,"WL_HELLINFERNO",3,10+((.@r*5)+(BaseLevel/5)); + - Id: 13472 + AegisName: Sealed_Max_SwordJ + Name: Sealed Maximum Sword + Type: Weapon + SubType: 1hSword + Buy: 20 + Weight: 1500 + Attack: 180 + MagicAttack: 160 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Assassin: true + Blacksmith: true + Crusader: true + Knight: true + Rogue: true + SuperNovice: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 120 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Holy; + autobonus "{ bonus bIgnoreDefClass,Class_Normal; }",50,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; + bonus3 bAutoSpell,"AB_JUDEX",3,10+((.@r*5)+(BaseLevel/5)); - Id: 13473 AegisName: Gods_Sword Name: God's Sword @@ -65547,6 +67125,14 @@ Body: WeaponLevel: 3 EquipLevelMin: 100 Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | .@r = getrefine(); bonus bVariableCastrate,-10; @@ -65710,6 +67296,14 @@ Body: WeaponLevel: 4 EquipLevelMin: 99 Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); @@ -65784,12 +67378,12 @@ Body: Refineable: true Script: | .@b = readparam(bStr); - bonus bCritical,1*(.@b/10); + bonus bCritical,(.@b/10); bonus bCritAtkRate,2; skill "TF_DOUBLE",5; .@r = getrefine(); if (.@r>=1) { - bonus bCritAtkRate,1*(.@b/10); + bonus bCritAtkRate,(.@b/10); } - Id: 13499 AegisName: Sword_Kladenets @@ -65993,7 +67587,7 @@ Body: Script: | bonus bMdef,1; bonus bDefEle,Ele_Fire; - bonus2 bSubDefEle,Ele_Earth,4; + bonus2 bSubEle,Ele_Earth,4; - Id: 15009 AegisName: Para_Team_Uniform1 Name: Eden Team Uniform I @@ -66302,7 +67896,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus bMdef,10; + bonus bMdef,5; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddClass,Class_All,5; @@ -66462,7 +68056,7 @@ Body: Script: | bonus bDefEle,Ele_Dark; bonus bMdef,10; - bonus bStr,2; + bonus bStr,1; bonus bInt,1; bonus2 bSubRace,RC_All,-10; bonus2 bSubRace,RC_Undead,20; @@ -66508,6 +68102,7 @@ Body: ArmorLevel: 1 Refineable: true Script: | + bonus bMdef,10; bonus2 bSubEle,Ele_All,5; bonus2 bResEff,Eff_Stun,1500; bonus2 bResEff,Eff_Freeze,1500; @@ -66797,7 +68392,7 @@ Body: bonus2 bSubRace,RC_Player_Human,2; .@r = getrefine(); if (.@r>5) { - bonus bHealpower2,12; + bonus bHealPower2,12; bonus bAddItemHealRate,12; } if (.@r>8) { @@ -66893,12 +68488,7 @@ Body: EquipLevelMin: 50 Refineable: true Script: | - bonus bStr,4; - bonus bInt,4; - bonus bVit,4; - bonus bDex,4; - bonus bAgi,4; - bonus bLuk,4; + bonus bAllStats,4; - Id: 15050 AegisName: Armor_Of_Sanctity Name: Armor Of Sanctity @@ -67195,6 +68785,14 @@ Body: bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bResEff,Eff_Freeze,2500; + - Id: 15065 + AegisName: AmeshaSpenta + Name: Amesha Spenta + Type: Armor + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true - Id: 15066 AegisName: Engraved_Armor Name: Engraved Plate Armor @@ -67264,9 +68862,15 @@ Body: Armor: true ArmorLevel: 1 Refineable: true + Script: | + .@r = getrefine(); + bonus bHPGainValue,100; + bonus2 bAddEle,Ele_Water,5; + if (.@r>=8) + bonus bMaxHP,300; - Id: 15070 AegisName: Robe_Of_Happiness - Name: Clothes of Happiness + Name: Happy Clothes Type: Armor Buy: 10 Weight: 1000 @@ -67370,6 +68974,258 @@ Body: bonus bUseSPrate,-10-((.@r>=7) ? 5: 0); bonus bVariableCastrate,15-((.@r>=9) ? 5: 0); bonus bNoCastCancel2; + - Id: 15075 + AegisName: GC_Battle_Armor + Name: Guillotine Cross Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,400; + bonus bStr,.@r/3; + bonus bDex,.@r/3; + if (.@r>=10) + bonus bAspd,1; + if (.@r>=14) + bonus bAspd,1; + - Id: 15076 + AegisName: RA_Battle_Armor + Name: Ranger Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,400; + bonus bAgi,.@r/3; + bonus bDex,.@r/3; + if (.@r>=10) + bonus bAspd,1; + if (.@r>=14) + bonus bAspd,1; + - Id: 15077 + AegisName: LG_Battle_Armor + Name: Royal Guard Battle Armor + Type: Armor + Defense: 60 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,500; + bonus bAgi,.@r/3; + bonus bVit,.@r/3; + - Id: 15078 + AegisName: RK_Battle_Armor + Name: Rune Knight Battle Armor + Type: Armor + Defense: 60 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,500; + bonus bStr,.@r/3; + bonus bDex,.@r/3; + - Id: 15079 + AegisName: NC_Battle_Armor + Name: Mechanic Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,400; + bonus bStr,.@r/3; + bonus bVit,.@r/3; + if (.@r>=10) + bonus2 bSkillAtk,"NC_POWERSWING",50; + if (.@r>=13) + bonus2 bSkillAtk,"NC_POWERSWING",50; + - Id: 15080 + AegisName: SC_Battle_Armor + Name: Shadow Chaser Battle Armor + Type: Armor + Defense: 60 + Slots: 1 + Jobs: + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,300; + bonus bVit,.@r/3; + bonus bDex,.@r/3; + bonus2 bResEff,Eff_Silence,2000; + bonus2 bResEff,Eff_Stun,2000; + bonus2 bResEff,Eff_Poison,2000; + bonus2 bResEff,Eff_Bleeding,2000; + bonus2 bResEff,Eff_Freeze,2000; + bonus2 bResEff,Eff_Sleep,2000; + bonus2 bResEff,Eff_Curse,2000; + bonus2 bResEff,Eff_Stone,2000; + bonus2 bResEff,Eff_Blind,2000; + bonus2 bResEff,Eff_Confusion,2000; + - Id: 15081 + AegisName: SR_Battle_Armor + Name: Sura Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Monk: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,400; + bonus bInt,.@r/3; + bonus bDex,.@r/3; + - Id: 15082 + AegisName: AB_Battle_Armor + Name: Arcbishop Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,300; + bonus bInt,.@r/3; + bonus bDex,.@r/3; + bonus bMaxHPrate,.@r/3; + - Id: 15083 + AegisName: WL_Battle_Armor + Name: Warlock Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAllStats,1; + bonus bMaxHP,300; + bonus bMatkRate,5*(.@r/3); + bonus bVariableCastrate,-5*(.@r/3); + - Id: 15084 + AegisName: WA_Battle_Armor + Name: Performer Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + BardDancer: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,400; + bonus bInt,.@r/3; + bonus bDex,.@r/3; + - Id: 15085 + AegisName: GN_Battle_Armor + Name: Geneticist Battle Armor + Type: Armor + Defense: 55 + Slots: 1 + Jobs: + Alchemist: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + bonus bMaxHP,300; - Id: 15086 AegisName: Vermilion_Bird_Armor Name: Vermilion Bird Armor @@ -67496,7 +69352,7 @@ Body: bonus2 bSubEle,Ele_Holy,10+getrefine()*2; - Id: 15092 AegisName: Black_Tortoise_Armor - Name: Black Tortoise Armor + Name: Black Turtle Armor Type: Armor Buy: 20 Weight: 500 @@ -67823,7 +69679,7 @@ Body: bonus bDefEle,Ele_Holy; - Id: 15104 AegisName: FishingMan_Mail - Name: FishingMan Mail + Name: Fisherman's Mail Type: Armor Buy: 10 Weight: 500 @@ -68318,7 +70174,7 @@ Body: } - Id: 15134 AegisName: Vicious_Cloth - Name: Vicious Clothes + Name: Vicious Cloth Type: Armor Weight: 1200 Defense: 30 @@ -68334,7 +70190,7 @@ Body: bonus2 bSubRace,RC_Angel,5+.@r; - Id: 15135 AegisName: Dragon_Cloth - Name: Dragon Clothes + Name: Dragon Cloth Type: Armor Weight: 1200 Defense: 30 @@ -68412,7 +70268,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,5+.@r; - Id: 15140 AegisName: Natural_Cloth - Name: Natural Clothes + Name: Natural Cloth Type: Armor Weight: 1200 Defense: 30 @@ -68452,7 +70308,7 @@ Body: bonus bMaxSP,-100; - Id: 15142 AegisName: Orca_Cloth - Name: Orca Clothes + Name: Orca Cloth Type: Armor Weight: 1200 Defense: 30 @@ -68619,7 +70475,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bStr,2; bonus bMaxHPrate,2*(.@r/2); @@ -68646,7 +70502,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bAgi,2; bonus bFlee,3*(.@r/2); @@ -68673,7 +70529,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bDex,2; bonus bCritical,2*(.@r/2); @@ -68700,7 +70556,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bInt,2; bonus bUseSPrate,-(.@r/2); @@ -68882,9 +70738,29 @@ Body: bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; } + - Id: 15170 + AegisName: Goibne's_Armor_ + Name: Goibne's Armor + Type: Armor + Buy: 50000 + Weight: 3500 + Defense: 58 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 54 + Refineable: true + Script: | + bonus bVit,2; + bonus bMaxHPrate,10; - Id: 15171 AegisName: Angeling_Suit - Name: Angeling Suit # !todo check english name + Name: Angeling Suit Type: Armor Weight: 400 Defense: 77 @@ -68909,6 +70785,28 @@ Body: skill "BS_WEAPONPERFECT",5; if (.@r >= 9) bonus bDefEle,Ele_Holy; + - Id: 15173 + AegisName: Cursed_Devils_Mail + Name: Curse-Spell Mail + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 60 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus2 bSubEle,Ele_All,5; + bonus bAtkRate,10; + bonus bMatkRate,10; + if (getrefine()>=7) { + bonus bUnbreakableArmor; + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + } - Id: 15174 AegisName: Supper_Swimsuit_K Name: Surfer Swimsuit @@ -68966,7 +70864,7 @@ Body: Script: | .@r = getrefine(); bonus bDex,5; - bonus bLongAtkRate,3*(.@r/2); + bonus2 bWeaponDamageRate,W_BOW,(.@r/2)*3; if (.@r>=9) bonus2 bSkillAtk,"SC_TRIANGLESHOT",20; - Id: 15177 @@ -69159,6 +71057,7 @@ Body: NoAuction: true Script: | bonus bAllStats,2; + bonus bUseSPrate,-5; bonus bMaxHP,1500; bonus bMaxSP,150; bonus bMdef,15; @@ -69178,8 +71077,8 @@ Body: EquipLevelMin: 1 Refineable: true Script: | - bonus2 bExpAddClass,Class_All,5; - bonus2 bDropAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; + bonus2 bDropAddRace,RC_All,5; .@r = getrefine(); bonus bMaxHP,100*.@r; bonus bMaxSP,20*.@r; @@ -69284,7 +71183,7 @@ Body: Script: | bonus bFixedCastrate,-3; .@r = getrefine(); - bonus bHealPower2,(5+.@r); + bonus bHealPower,(5+.@r); bonus bAddItemHealRate,(5+.@r); - Id: 15196 AegisName: Armor_Of_Seadragon @@ -69329,7 +71228,7 @@ Body: .@r = getrefine(); bonus bNoKnockback; bonus bUnbreakableArmor; - bonus bDefEle,Ele_dark; + bonus bDefEle,Ele_Dark; if (.@r>=5) { .@val = 10; if (.@r>=7) { @@ -69409,6 +71308,26 @@ Body: bonus bMatk,20; } } + - Id: 15208 + AegisName: Rora_Plate_Mail + Name: Lola's Plate Mail + Type: Armor + Buy: 20 + Weight: 1200 + Defense: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r =getrefine(); + bonus bShortWeaponDamageReturn,(.@r>=9?15:(.@r>=7?10:5)); + bonus bVit,.@r; + bonus bDef,20*.@r; + if (.@r>=7) + bonus bUnbreakableArmor; - Id: 15209 AegisName: Drake_Coat Name: Drake Coat @@ -69460,6 +71379,38 @@ Body: Script: | bonus bMaxHPrate,10; bonus bMaxSPrate,10; + - Id: 15211 + AegisName: Return_TW_1th_Armor + Name: 1st Anniversary Commemorative Armor + Type: Armor + Buy: 20 + Weight: 200 + Defense: 5 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + if (.@r>=3) { + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Doram,1; + bonus2 bSubRace,RC_Player_Human,1; + } + if (.@r>=6) { + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Doram,2; + bonus2 bSubRace,RC_Player_Human,2; + } + if (.@r>=9) { + bonus2 bSubRace,RC_DemiHuman,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Player_Human,3; + } - Id: 15212 AegisName: YSF01_Plate Name: YSF01 Plate @@ -69487,6 +71438,45 @@ Body: if (.@val) { bonus bAtkRate,.@val; } + - Id: 15213 + AegisName: YSF01_Plate_J + Name: Y.S.F.0.1 Plate + Type: Armor + Buy: 20 + Weight: 600 + Defense: 180 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 170 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,20; + bonus bMaxHPrate,15; + if (.@r>=7) + bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000; + if (.@r>=9) + bonus bAtkRate,15; + - Id: 15214 + AegisName: IA_Dress + Name: IA Dress + Type: Armor + Weight: 800 + Defense: 58 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + bonus bMdef,12; - Id: 15215 AegisName: Tatenasi_Armor_TW Name: Sealed Tatenasi Armor @@ -69587,6 +71577,612 @@ Body: bonus bMaxHP,900; bonus2 bSubRace,RC_Player_Doram,4; bonus2 bSubRace,RC_Player_Human,4; + - Id: 15219 + AegisName: Ghostring_Suit_BR + Name: Ghostring Robe + Type: Armor + Weight: 400 + Defense: 77 + Slots: 1 + Jobs: + Novice: true + SuperNovice: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,20; + bonus bMaxHP,1000; + bonus bMaxSP,100; + if (BaseLevel>=100) { + bonus bMaxHP,50*BaseLevel; + bonus bMaxSP,3*BaseLevel; + } + if (.@r>=7) + bonus bAtkRate,10; + if (.@r>=10) + skill "BS_WEAPONPERFECT",5; + if (.@r>=12) + bonus bDefEle,Ele_Ghost; + - Id: 15220 + AegisName: 60Lv_Suits + Name: Subjugation Team's Armor + Type: Armor + Weight: 300 + Defense: 46 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + Script: | + bonus bMaxHP,300; + bonus bMaxSP,20; + bonus bMdef,5; + bonus bDef,20; + - Id: 15221 + AegisName: 70Lv_Armor + Name: Expedition's Armor + Type: Armor + Weight: 500 + Defense: 56 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,500+(50*(.@r/3)); + bonus bMaxSP,30; + bonus bMdef,5; + bonus bDef,30+(10*(.@r/3)); + - Id: 15222 + AegisName: 70Lv_Robe + Name: Expedition's Robe + Type: Armor + Weight: 450 + Defense: 51 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,400; + bonus bMaxSP,50+(10*(.@r/3)); + bonus bMdef,5; + bonus bDef,30+(5*(.@r/3)); + - Id: 15223 + AegisName: 80Lv_Mail + Name: Contingent Mail + Type: Armor + Weight: 600 + Defense: 66 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bStr,1; + bonus bAgi,1; + bonus bMaxHP,700; + bonus bMaxSP,50; + bonus bMdef,5; + bonus bDef,40; + if (getrefine()>=5) { + bonus bDef,15; + bonus bMaxHP,100; + } + - Id: 15224 + AegisName: 80Lv_Cloth + Name: Contingent Cloth + Type: Armor + Weight: 600 + Defense: 63 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bDex,1; + bonus bAgi,1; + bonus bMaxHP,500; + bonus bMaxSP,60; + bonus bMdef,5; + bonus bDef,40; + if (getrefine()>=5) { + bonus bDef,15; + bonus bMaxSP,20; + } + - Id: 15225 + AegisName: 80Lv_Robe + Name: Contingent Robe + Type: Armor + Weight: 550 + Defense: 61 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bInt,1; + bonus bDex,1; + bonus bMaxHP,500; + bonus bMaxSP,70; + bonus bMdef,5; + bonus bDef,40; + if (getrefine()>=5) { + bonus bDef,10; + bonus bMaxSP,20; + } + - Id: 15226 + AegisName: 80Lv_Dress + Name: Contingent Dress + Type: Armor + Weight: 500 + Defense: 59 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bInt,1; + bonus bVit,1; + bonus bMaxHP,600; + bonus bMaxSP,60; + bonus bMdef,5; + bonus bDef,40; + if (getrefine()>=5) { + bonus bDef,10; + bonus bMaxHP,100; + } + - Id: 15227 + AegisName: 90Lv_Mail + Name: Conqueror's Mail + Type: Armor + Weight: 700 + Defense: 76 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bStr,2; + bonus bAgi,2; + bonus bMaxHP,900; + bonus bMaxSP,60; + bonus bMdef,5; + bonus bDef,50; + if (.@r>=5) { + bonus bDef,20; + bonus bMaxHP,100; + } + if (.@r>=7) + bonus bAgi,2; + - Id: 15228 + AegisName: 90Lv_Cloth + Name: Conqueror's Cloth + Type: Armor + Weight: 650 + Defense: 71 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDex,2; + bonus bAgi,2; + bonus bMaxHP,700; + bonus bMaxSP,80; + bonus bMdef,5; + bonus bDef,50; + if (.@r>=5) { + bonus bDef,20; + bonus bMaxSP,20; + } + if (.@r>=7) + bonus bDex,2; + - Id: 15229 + AegisName: 90Lv_Robe + Name: Conqueror's Robe + Type: Armor + Weight: 650 + Defense: 66 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bInt,2; + bonus bDex,2; + bonus bMaxHP,600; + bonus bMaxSP,90; + bonus bMdef,5; + bonus bDef,50; + if (.@r>=5) { + bonus bDef,15; + bonus bMaxSP,20; + } + if (.@r>=7) + bonus bDex,2; + - Id: 15230 + AegisName: 90Lv_Dress + Name: Conqueror's Dress + Type: Armor + Weight: 600 + Defense: 65 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bInt,2; + bonus bVit,2; + bonus bMaxHP,800; + bonus bMaxSP,70; + bonus bMdef,5; + bonus bDef,50; + if (.@r>=5) { + bonus bDef,15; + bonus bMaxHP,100; + } + if (.@r>=7) + bonus bVit,2; + - Id: 15231 + AegisName: SimpleSuits10 + Name: Low-Level Simple Suits + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Armor: true + Jobs: + All: true + Novice: false + SuperNovice: false + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bMaxSP,5; + - Id: 15232 + AegisName: SimpleSuits20 + Name: Intermediate Simple Suits + Type: Armor + Weight: 300 + Defense: 15 + Slots: 1 + Locations: + Armor: true + Jobs: + All: true + Novice: false + SuperNovice: false + ArmorLevel: 1 + EquipLevelMin: 20 + Refineable: true + Script: | + bonus bMaxSP,10; + - Id: 15233 + AegisName: SimpleSuits30 + Name: Advanced Simple Suits + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Armor: true + Jobs: + All: true + Novice: false + SuperNovice: false + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + bonus bMaxSP,15; + - Id: 15234 + AegisName: SuitsofKingdom40 + Name: Lesser Kingdom Suits + Type: Armor + Weight: 600 + Defense: 25 + Slots: 1 + Locations: + Armor: true + Jobs: + All: true + Novice: false + SuperNovice: false + ArmorLevel: 1 + EquipLevelMin: 40 + Refineable: true + Script: | + bonus bMaxHP,300; + - Id: 15235 + AegisName: SuitsofKingdom50 + Name: Intermediate Kingdom Suits + Type: Armor + Weight: 600 + Defense: 30 + Slots: 1 + Locations: + Armor: true + Jobs: + All: true + Novice: false + SuperNovice: false + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + bonus bMaxHP,600; + - Id: 15236 + AegisName: SuitsofKingdom60 + Name: Upper Kingdom Suits + Type: Armor + Weight: 600 + Defense: 40 + Slots: 1 + Locations: + Armor: true + Jobs: + All: true + Novice: false + SuperNovice: false + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + Script: | + bonus bMaxHP,900; + - Id: 15237 + AegisName: Gods_Armor + Name: God's Armor + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSPGainRace,RC_Undead,5+(2*.@r); + bonus2 bSubRace,RC_Undead,5+.@r; + bonus2 bSubEle,Ele_Dark,15+(2*.@r); + if (.@r>=8) { + skill "CR_AUTOGUARD",3; + bonus bUnbreakableArmor; + if (.@r>=10) { + bonus bNoKnockback; + } + } + - Id: 15239 + AegisName: Angeling_Suit_BR + Name: Angeling Robes + Type: Armor + Weight: 400 + Defense: 77 + Slots: 1 + Jobs: + Novice: true + SuperNovice: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,1000+((BaseLevel-100)*30); + bonus bMaxSP,100+((BaseLevel-100)*3); + if (.@r>=7) { + bonus bMatkRate,10; + if (.@r>=10) { + skill "BS_ADRENALINE",5; + if (.@r>=12) { + bonus bDefEle,Ele_Holy; + } + } + } + - Id: 15240 + AegisName: ArmorOfFlamedragonBR + Name: Red Dragon Armor + Type: Armor + Weight: 400 + Defense: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,10; + bonus bAllStats,1; + if (.@r>=6) { + bonus bHit,10; + bonus2 bAddClass,Class_Boss,10; + if (.@r>=11) { + bonus bHit,10; + bonus2 bAddClass,Class_Boss,10; + } + } + - Id: 15241 + AegisName: Vigilante_Suits_J + Name: Vigilante Suit + Type: Armor + Buy: 20 + Weight: 500 + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bShortWeaponDamageReturn,5; + bonus bMatk,10*.@r; + bonus bMdef,.@r; + if (.@r>=7) { + bonus bMatk,20; + bonus bMdef,5; + if (.@r>=9) { + bonus bMatk,30; + bonus bMdef,5; + } + } + - Id: 15242 + AegisName: Robe_Of_Elemental_J + Name: Spirit Robe + Type: Armor + Buy: 20 + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Neutral,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + bonus2 bSkillVariableCast,"SO_PSYCHIC_WAVE",-2000; + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Neutral,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + bonus2 bSkillVariableCast,"SO_PSYCHIC_WAVE",-2000; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Neutral,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + bonus2 bSkillVariableCast,"SO_PSYCHIC_WAVE",-2000; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; + } + } + - Id: 15243 + AegisName: Golden_Ninja_Suit_J + Name: Bodyguard Suit + Type: Armor + Buy: 20 + Weight: 500 + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bStr,2; + bonus bUseSPrate,-10; + if (.@r>=7) { + bonus bDelayrate,-5; + bonus bUseSPrate,-5; + if (.@r>=9) { + bonus bDelayrate,-5; + bonus bUseSPrate,-5; + } + } + - Id: 15244 + AegisName: Mine_Worker_Vest_J + Name: Miner's Vest + Type: Armor + Buy: 20 + Weight: 1500 + Defense: 80 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bAddEle,Ele_Wind,5; + if (.@r>=7) + bonus2 bAddEle,Ele_Wind,10; + if (.@r>=9) + bonus2 bAddEle,Ele_Wind,15; + - Id: 15245 + AegisName: Hippie_Cloth_J + Name: Nature Suit + Type: Armor + Buy: 20 + Weight: 500 + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bHPRegenRate,1500,5000; + bonus2 bSPRegenRate,15,5000; + bonus bHPGainValue,50; + bonus bSPGainValue,5; + bonus bMagicHPGainValue,50; + bonus bMagicSPGainValue,5; + if (.@r>=7) { + bonus bHPGainValue,50; + bonus bSPGainValue,5; + bonus bMagicHPGainValue,50; + bonus bMagicSPGainValue,5; + if (.@r>=9) { + bonus bHPGainValue,100; + bonus bSPGainValue,10; + bonus bMagicHPGainValue,100; + bonus bMagicSPGainValue,10; + } + } - Id: 15246 AegisName: True_Hunting_Mail Name: True Hunting Mail @@ -69633,6 +72229,31 @@ Body: bonus2 bMagicAddRace,RC_Insect,10; bonus2 bAddRace,RC_Brute,10; bonus2 bMagicAddRace,RC_Brute,10; + - Id: 15248 + AegisName: Whikebain_Suit_BR + Name: Whikebain Suit + Type: Armor + Weight: 900 + Defense: 56 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 105 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus3 bAutoSpell,"DC_WINKCHARM",1,100; + if (.@r>=7) + bonus bCritAtkRate,4; + if (.@r>=9) + bonus bCritAtkRate,6; - Id: 15249 AegisName: Antonio_Coat Name: Antonio's Coat @@ -69676,15 +72297,597 @@ Body: Armor: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAllStats,1; bonus bMaxHP,400; bonus bMaxSP,100; bonus bAtkRate,2; - bonus2 bMagicAddClass,Class_All,2; + bonus bMatkRate,2; + - Id: 15251 + AegisName: D_Leather_Armor + Name: Desert Leather Armor + Type: Armor + Weight: 1500 + Defense: 25 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + StarGladiator: true + Swordman: true + Taekwon: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,250; + bonus2 bSubEle,Ele_Earth,5; + if (.@r>=7) { + bonus bMaxHP,100; + if (.@r>=9) { + bonus bMaxHP,150; + bonus2 bSubEle,Ele_Earth,5; + } + } + - Id: 15252 + AegisName: D_Leather_Robe + Name: Desert Leather Robe + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Jobs: + Acolyte: true + Mage: true + Monk: true + Priest: true + Sage: true + SoulLinker: true + Wizard: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,150; + bonus bMaxSP,75; + bonus bSPrecovRate,10; + bonus bMdef,5; + bonus2 bSkillUseSPrate,"AL_INCAGI",30; + bonus2 bSkillUseSPrate,"AL_BLESSING",30; + if (.@r>=7) { + bonus bMaxHP,75; + bonus bMaxSP,25; + bonus bSPrecovRate,10; + if (.@r>=9) { + bonus bMaxHP,75; + bonus bMaxSP,25; + bonus bSPrecovRate,10; + bonus2 bSkillUseSPrate,"AL_INCAGI",20; + bonus2 bSkillUseSPrate,"AL_BLESSING",20; + } + } + - Id: 15253 + AegisName: D_Leather_Suits + Name: Desert Leather Suits + Type: Armor + Weight: 600 + Defense: 15 + Slots: 1 + Jobs: + Archer: true + BardDancer: true + Gunslinger: true + Hunter: true + KagerouOboro: true + Ninja: true + Rebellion: true + Rogue: true + Thief: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,200; + bonus bAgi,3; + bonus bDex,3; + if (.@r>=7) { + bonus bMaxHP,75; + bonus bHit,5; + bonus bFlee,5; + if (.@r>=9) { + bonus bMaxHP,75; + bonus bHit,10; + bonus bFlee,5; + } + } + - Id: 15254 + AegisName: Abyss_Dress_BR + Name: Abyssal Dress + Type: Armor + Weight: 400 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bNoKnockback; + if (.@r>=7) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Undead,10; + bonus2 bMagicAddRace,RC_Demon,10; + bonus2 bMagicAddRace,RC_Undead,10; + bonus2 bAddEle,Ele_Dark,10; + bonus2 bAddEle,Ele_Undead,10; + bonus2 bMagicAddEle,Ele_Dark,10; + bonus2 bMagicAddEle,Ele_Undead,10; + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Undead,15; + bonus2 bMagicAddRace,RC_Demon,15; + bonus2 bMagicAddRace,RC_Undead,15; + bonus2 bAddEle,Ele_Dark,15; + bonus2 bAddEle,Ele_Undead,15; + bonus2 bMagicAddEle,Ele_Dark,15; + bonus2 bMagicAddEle,Ele_Undead,15; + if (.@r>=11) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Undead,15; + bonus2 bMagicAddRace,RC_Demon,15; + bonus2 bMagicAddRace,RC_Undead,15; + bonus2 bAddEle,Ele_Dark,15; + bonus2 bAddEle,Ele_Undead,15; + bonus2 bMagicAddEle,Ele_Dark,15; + bonus2 bMagicAddEle,Ele_Undead,15; + } + } + } + - Id: 15255 + AegisName: Leather_Jacket_Z + Name: Leather Jacket + Type: Armor + Weight: 200 + Defense: 15 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + - Id: 15256 + AegisName: Adventurer_Suit_Z + Name: Adventurer's Suit + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + - Id: 15257 + AegisName: Mantle_Z + Name: Mantle + Type: Armor + Weight: 600 + Defense: 37 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15258 + AegisName: Coat_Z + Name: Coat + Type: Armor + Weight: 1200 + Defense: 42 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15259 + AegisName: Padded_Armor_Z + Name: Padded Armor + Type: Armor + Weight: 2800 + Defense: 35 + Slots: 1 + Jobs: + Alchemist: true + Assassin: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Rogue: true + Swordman: true + Thief: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15260 + AegisName: Chain_Mail_Z + Name: Chain Mail + Type: Armor + Weight: 3300 + Defense: 55 + Slots: 1 + Jobs: + Alchemist: true + Assassin: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Rogue: true + Swordman: true + Thief: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15261 + AegisName: Plate_Armor_Z + Name: Full Plate + Type: Armor + Weight: 4500 + Defense: 70 + Slots: 1 + Jobs: + Crusader: true + Knight: true + Swordman: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 40 + Refineable: true + - Id: 15262 + AegisName: Silk_Robe_Z + Name: Silk Robe + Type: Armor + Weight: 400 + Defense: 20 + Slots: 1 + Jobs: + Acolyte: true + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Mage: true + Merchant: true + Monk: true + Priest: true + Sage: true + SoulLinker: true + Wizard: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + Script: | + bonus bMdef,10; + - Id: 15263 + AegisName: Scapulare_Z + Name: Scapulare + Type: Armor + Weight: 400 + Defense: 24 + Slots: 1 + Jobs: + Acolyte: true + Monk: true + Priest: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15264 + AegisName: Saint_Robe_Z + Name: Saint's Robe + Type: Armor + Weight: 600 + Defense: 50 + Slots: 1 + Jobs: + Acolyte: true + Alchemist: true + Blacksmith: true + Merchant: true + Monk: true + Priest: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + Script: | + bonus bMdef,5; + - Id: 15265 + AegisName: Wooden_Mail_Z + Name: Wooden Mail + Type: Armor + Weight: 1000 + Defense: 25 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Swordman: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15266 + AegisName: Tights_Z + Name: Tights + Type: Armor + Weight: 500 + Defense: 27 + Slots: 1 + Jobs: + Archer: true + BardDancer: true + Hunter: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 45 + Refineable: true + Script: | + bonus bDex,1; + - Id: 15267 + AegisName: Silver_Robe_Z + Name: Silver Robe + Type: Armor + Weight: 700 + Defense: 23 + Slots: 1 + Jobs: + Mage: true + Sage: true + SoulLinker: true + Wizard: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + - Id: 15268 + AegisName: Thief_Clothes_Z + Name: Thief Clothes + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Jobs: + Assassin: true + KagerouOboro: true + Ninja: true + Rogue: true + Thief: true + Locations: + Armor: true + ArmorLevel: 1 + Refineable: true + Script: | + bonus bAgi,1; + - Id: 15269 + AegisName: Leaf_Robe + Name: Leaf Robe + Type: Armor + Weight: 150 + Defense: 5 + Jobs: + Acolyte: true + Mage: true + Monk: true + Priest: true + Sage: true + SoulLinker: true + Wizard: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 25 + Refineable: true + Script: | + bonus bMaxHP,100; + bonus bMaxSP,50; + bonus bSPrecovRate,10; + - Id: 15270 + AegisName: Stem_Suits + Name: Plant Stem Suit + Type: Armor + Weight: 400 + Defense: 10 + Jobs: + Archer: true + BardDancer: true + Gunslinger: true + Hunter: true + KagerouOboro: true + Ninja: true + Rebellion: true + Rogue: true + Thief: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 25 + Refineable: true + Script: | + bonus bMaxHP,125; + bonus bHit,3; + - Id: 15271 + AegisName: Oak_Armor + Name: Oak Armor + Type: Armor + Weight: 800 + Defense: 15 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + StarGladiator: true + Swordman: true + Taekwon: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 25 + Refineable: true + Script: | + bonus bMaxHP,150; + bonus2 bSubEle,Ele_Earth,5; + - Id: 15272 + AegisName: Khalitzburg_Armor_BR + Name: Khalitzburg Armor + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + bonus bLongAtkRate,6*(min(15,getrefine())/3); + - Id: 15273 + AegisName: White_Shirt_J + Name: White T-Shirt + Type: Armor + Weight: 100 + Defense: 25 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bMaxHP,100; + bonus bMaxSP,100; + - Id: 15274 + AegisName: White_Eco_Shirt_J + Name: White Leaf T-Shirt + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bMaxHP,100; + bonus bMaxSP,100; + bonus2 bSkillUseSP,"SU_BITE",10; + - Id: 15275 + AegisName: Doram_Only_Suit_J + Name: Doram Suit + Type: Armor + Buy: 20 + Weight: 100 + Defense: 80 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + bonus bBaseAtk,5*.@r; + bonus bMatk,5*.@r; + - Id: 15276 + AegisName: Doram_High_Suit_J + Name: High-End Doram Suit + Type: Armor + Buy: 20 + Weight: 100 + Defense: 100 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bBaseAtk,10*.@r; + bonus bMatk,10*.@r; + if (.@r>=7) { + bonus bAspdRate,5; + if (.@r>=8) { + bonus bDelayrate,-5; + if (.@r>=9) { + bonus bFlee2,5; + } + } + } - Id: 15277 AegisName: Doram_Ele_Suit_J - Name: Special Drum Suit + Name: Special Doram Suit Type: Armor Buy: 20 Weight: 100 @@ -69795,6 +72998,27 @@ Body: } } bonus bCritical,.@val; + - Id: 15281 + AegisName: Khalitzburg_Armor_Z + Name: Khalitzburg Knight Armor + Type: Armor + Weight: 100 + Defense: 35 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,150; + if (.@r>=7) { + bonus bMaxHP,150; + if (.@r>=9) { + bonus bMaxHP,250; + } + } - Id: 15282 AegisName: Witchs_White_Shirt Name: Rabbit Pattern Shirt @@ -69819,11 +73043,11 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus bSmatk,1+(.@r/2); + bonus bSMatk,1+(.@r/2); bonus bSpl,1; bonus bMatk,5*.@r; if (.@r>=7) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,2; if (.@r>=9) { bonus bMaxHPrate,5; @@ -69835,12 +73059,12 @@ Body: } } if (.@g >= ENCHANTGRADE_D) { - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,3; if (.@g >= ENCHANTGRADE_B) { - bonus2 bMagicAtkEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; } } } @@ -70031,6 +73255,22 @@ Body: } else if (.@r >= 7) { bonus bDef,50; } + - Id: 15349 + AegisName: Brave_suit + Name: Brave Suit + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 60 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + Script: | + bonus2 bResEff,Eff_Freeze,5000; + bonus bMaxHPrate,4*getrefine(); - Id: 15352 AegisName: Nature_Dress Name: Nature Dress @@ -70236,7 +73476,7 @@ Body: bonus bStr,5; - Id: 15374 AegisName: lunar_eclipse_Armor_ - Name: Eclipse Outfit + Name: Lunar Eclipse Armor Type: Armor Weight: 600 Defense: 120 @@ -70395,7 +73635,7 @@ Body: bonus bDelayrate,-10; - Id: 15384 AegisName: Rite_Robe - Name: Ritual Robes + Name: Ritual Robe Type: Armor Buy: 10 Weight: 400 @@ -70437,6 +73677,42 @@ Body: Script: | skill "MC_IDENTIFY",1; skill "WZ_ESTIMATION",1; + - Id: 15386 + AegisName: Kings_Mail + Name: King's Mail + Type: Armor + Buy: 20 + Weight: 1500 + Defense: 180 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDefEle,Ele_Holy; + bonus bMdef,10; + bonus2 bSubRace,RC_Demon,15; + bonus2 bSubRace,RC_Undead,15; + if (.@r>=6) { + bonus bMaxHPrate,5; + bonus bHealPower,10; + bonus bHealPower2,10; + bonus bAddItemHealRate,10; + } + if (.@r>=8) { + bonus bMaxHPrate,5; + bonus bHealPower,10; + bonus bHealPower2,10; + bonus bAddItemHealRate,10; + } - Id: 15387 AegisName: Jirant_Dress Name: Witch's Dress @@ -70904,7 +74180,7 @@ Body: } - Id: 15409 AegisName: Bloody_Dress - Name: Bloody Doll's Dress + Name: Bloody Dress Type: Armor Buy: 10 Weight: 500 @@ -71030,7 +74306,7 @@ Body: } - Id: 15419 AegisName: Armor_of_White_Thread - Name: Mighty White Threaded Armor + Name: Armor of White Thread Type: Armor Buy: 20 Weight: 800 @@ -71060,7 +74336,7 @@ Body: } - Id: 15420 AegisName: Icefall_Dress - Name: Ice Prison Dress + Name: Icefall Dress Type: Armor Buy: 10 Weight: 400 @@ -71193,6 +74469,413 @@ Body: if (.@r>=8) bonus2 bVariableCastrate,"WL_EARTHSTRAIN",-100; } + - Id: 15430 + AegisName: Diana_Suits + Name: Diana Coat + Type: Armor + Weight: 300 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r =getrefine(); + bonus bDex,3*(.@r/4); + bonus bMaxHPrate,3*(.@r/4); + bonus2 bSkillCooldown,"SU_LOPE",-1000*(.@r/4); + if (.@r>=12) { + bonus2 bSkillCooldown,"SU_PURRING",-20000; + autobonus "{ bonus bDex,80; }",50,5000; + autobonus3 "{ bonus bMatk,100; }",1000,3000,"SU_SV_ROOTTWIST"; + } + - Id: 15431 + AegisName: Mercury_Suits + Name: Mercury Suit + Type: Armor + Weight: 300 + Slots: 1 + Jobs: + KagerouOboro: true + Ninja: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + autobonus3 "{ bonus bDef,300; bonus bMdef,100; }",1000,50000,"KO_MEIKYOUSISUI"; + bonus2 bSkillCooldown,"KO_MEIKYOUSISUI",50000; + bonus bAllStats,2*(.@r/4); + if (.@r>=12) + bonus bDelayrate,-10; + - Id: 15432 + AegisName: Bacchus_Armor + Name: Bacchus Armor + Type: Armor + Weight: 300 + Slots: 1 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDex,3*(.@r/4); + bonus bAgi,3*(.@r/4); + if (.@r>=12) { + skill "SN_SIGHT",10; + bonus2 bSkillCooldown,"RL_R_TRIP",-500; + bonus2 bIgnoreDefClassRate,Class_Normal,getskilllv("GS_SINGLEACTION"); + } + - Id: 15433 + AegisName: Neptune_Uniform + Name: Neptune's suit + Type: Armor + Weight: 300 + Slots: 1 + Jobs: + SoulLinker: true + StarGladiator: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("TK_RUN"); + bonus bAtkRate,.@a/2; + bonus bMatkRate,.@a/2; + bonus bMaxHPrate,2*(.@a/2); + bonus bAllStats,2*(.@r/4); + if (.@r>=12) { + bonus bNoCastCancel; + bonus2 bSkillCooldown,"SP_SOULREAPER",-60000; + bonus2 bFixedCastrate,"SG_HATE",-50; + } + - Id: 15434 + AegisName: Golden_Angel_Statue_YG + Name: Meta Angel Figure (OSM) + Type: Armor + Weight: 200 + Defense: 15 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 646 + Script: | + .@r = getrefine(); + bonus bMaxHP,300; + bonus bMaxSP,100; + bonus bBaseAtk,.@r; + bonus bMatk,.@r; + if (BaseJob == Job_Knight) { + if (getskilllv("KN_SPEARMASTERY") == 10) + skill "CR_SPEARQUICKEN",5; + } + if (BaseJob == Job_Crusader) { + if (getskilllv("CR_SPEARQUICKEN") == 10) + bonus3 bAutoSpell,"KN_SPEARBOOMERANG",3,120; + } + if (BaseJob == Job_Assassin) { + if (getskilllv("AS_KATAR") == 10) + bonus2 bSkillAtk,"AS_GRIMTOOTH",35; + } + if (BaseJob == Job_Rogue) { + if (getskilllv("RG_PLAGIARISM") == 10) + skill "MO_TRIPLEATTACK",5; + } + if (BaseJob == Job_Hunter) { + if (getskilllv("HT_BEASTBANE") == 10) + bonus3 bAutoSpell,"BS_ADRENALINE",1,70; + } + if (BaseJob == Job_Bard) { + if (getskilllv("BA_MUSICALLESSON") == 10) + bonus3 bAutoSpell,"CG_ARROWVULCAN",5,120; + } + if (BaseJob == Job_Dancer) { + if (getskilllv("DC_DANCINGLESSON") == 10) + bonus3 bAutoSpell,"CG_ARROWVULCAN",5,120; + } + if (BaseJob == Job_Priest) { + if (getskilllv("PR_ASPERSIO") == 5) + bonus3 bAutoSpell,"CR_HOLYCROSS",5,120; + } + if (BaseJob == Job_Monk) { + if (getskilllv("MO_IRONHAND") == 10) + bonus2 bSkillAtk,"MO_TRIPLEATTACK",35; + } + if (BaseJob == Job_Wizard) { + if (getskilllv("WZ_WATERBALL") == 5) + skill "NJ_SUITON",7; + } + if (BaseJob == Job_Sage) { + if (getskilllv("SA_FLAMELAUNCHER") == 5) + bonus3 bAutoSpell,"NJ_KOUENKA",5,70; + if (getskilllv("SA_FROSTWEAPON") == 5) + bonus3 bAutoSpell,"NJ_HYOUSENSOU",5,70; + if (getskilllv("SA_LIGHTNINGLOADER") == 5) + bonus3 bAutoSpell,"NJ_HUUJIN",5,70; + } + if (BaseJob == Job_Blacksmith) { + if (getskilllv("BS_WEAPONRESEARCH") == 10) + bonus3 bAutoSpell,"ITM_TOMAHAWK",1,120; + } + if (BaseJob == Job_Alchemist) { + if (getskilllv("AM_AXEMASTERY") == 10) + bonus2 bSkillAtk,"MC_CARTREVOLUTION",50; + } + if (.@r>=5) { + bonus bAllStats,1; + bonus2 bExpAddRace,RC_All,10; + } + - Id: 15440 + AegisName: Fierce_Physique_Armor_E + Name: Fierce Physique Armor + Type: Armor + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,5; + bonus bStr,3; + bonus bDex,3; + if (.@r>=5) { + bonus bFlee,5; + bonus bDef,5; + } + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,2; + } + if (.@r>=9) { + bonus bDef,15; + bonus bMdef,3; + } + if (.@r>=10) { + bonus bBaseAtk,10; + bonus bMdef,5; + bonus2 bSubEle,Ele_Earth,2; + bonus2 bSubEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Water,2; + bonus2 bSubEle,Ele_Wind,2; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + if (BaseClass == Job_Swordman || BaseClass == Job_Merchant) + bonus bMaxHP,600; + else if (BaseClass == Job_Archer || BaseClass == Job_Thief || BaseClass == Job_Gunslinger || BaseJob == Job_Star_Gladiator) + bonus bMaxHP,800; + else if (BaseClass == Job_Novice || BaseClass == Job_Mage || BaseClass == Job_Acolyte || BaseClass == Job_Ninja || BaseJob == Job_Soul_Linker) + bonus bMaxHP,1000; + } + - Id: 15441 + AegisName: Fierce_Magique_Armor_E + Name: Fierce Magique Armor + Type: Armor + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,5; + bonus bInt,3; + bonus bDex,3; + if (.@r>=5) { + bonus bFlee,5; + bonus bDef,5; + } + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,2; + } + if (.@r>=9) { + bonus bDef,15; + bonus bMdef,3; + } + if (.@r>=10) { + bonus bMatk,10; + bonus bMdef,5; + bonus2 bSubEle,Ele_Earth,2; + bonus2 bSubEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Water,2; + bonus2 bSubEle,Ele_Wind,2; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + if (BaseClass == Job_Swordman || BaseClass == Job_Merchant) + bonus bMaxHP,600; + else if (BaseClass == Job_Archer || BaseClass == Job_Thief || BaseClass == Job_Gunslinger || BaseJob == Job_Star_Gladiator) + bonus bMaxHP,800; + else if (BaseClass == Job_Novice || BaseClass == Job_Mage || BaseClass == Job_Acolyte || BaseClass == Job_Ninja || BaseJob == Job_Soul_Linker) + bonus bMaxHP,1000; + } + - Id: 15442 + AegisName: Fierce_Physique_Manteau + Name: Fierce Physique Manteau + Type: Armor + Defense: 10 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,2; + bonus bMdef,5; + bonus bVit,1; + if (.@r>=5) { + bonus bDef,5; + bonus bMaxHP,50; + } + if (.@r>=7) { + bonus bDef,7; + bonus bMaxHP,70; + } + if (.@r>=9) { + bonus bDef,9; + bonus bMaxHP,90; + } + if (.@r>=10) { + bonus bBaseAtk,3; + bonus2 bSubEle,Ele_Neutral,3; + } + - Id: 15443 + AegisName: Fierce_Magique_Manteau + Name: Fierce Magique Manteau + Type: Armor + Defense: 10 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,2; + bonus bMdef,5; + bonus bVit,1; + if (.@r>=5) { + bonus bDef,5; + bonus bMaxHP,50; + } + if (.@r>=7) { + bonus bDef,7; + bonus bMaxHP,70; + } + if (.@r>=9) { + bonus bDef,9; + bonus bMaxHP,90; + } + if (.@r>=10) { + bonus bMatk,3; + bonus2 bSubEle,Ele_Neutral,3; + } + - Id: 15444 + AegisName: Night_Owl_Shawl_EXE + Name: Night Owl Shawl (OSM) + Type: Armor + Defense: 9 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bAspd,1; + bonus bInt,2; + bonus2 bMagicAtkEle,Ele_Earth,2; + bonus2 bMagicAtkEle,Ele_Fire,2; + bonus2 bMagicAtkEle,Ele_Water,2; + bonus2 bMagicAtkEle,Ele_Wind,2; + if (.@r>=5) + bonus bMatk,15; + if (.@r>=7) { + bonus bInt,3; + bonus2 bMagicAtkEle,Ele_Earth,3; + bonus2 bMagicAtkEle,Ele_Fire,3; + bonus2 bMagicAtkEle,Ele_Water,3; + bonus2 bMagicAtkEle,Ele_Wind,3; + } + if (.@r>=9) { + bonus bInt,5; + bonus bMaxSP,100; + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + } + if (.@r>=10) { + bonus bMaxSPrate,5; + bonus bMatkRate,5; + bonus bVariableCastrate,-5; + } + - Id: 15446 + AegisName: Cetrion_Ring_EXE + Name: Cetrion's Ring (OSM) + Type: Armor + Weight: 350 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + .@a = (readparam(bStr)/18); + .@b = (readparam(bAgi)/18); + .@c = (readparam(bVit)/18); + .@d = (readparam(bInt)/18); + .@e = (readparam(bDex)/18); + .@f = (readparam(bLuk)/18); + bonus bInt,2*.@a; + bonus bMatk,2*.@a; + bonus2 bIgnoreMdefRaceRate,RC_All,10*.@a; + bonus bLuk,2*.@b; + bonus bCritical,2*.@b; + bonus bCritAtkRate,.@b; + bonus bDex,2*.@c; + bonus bHit,2*.@c; + bonus bVariableCastrate,-.@c; + bonus bStr,2*.@d; + bonus bBaseAtk,2*.@d; + bonus bDelayrate,-.@d; + bonus bVit,2*.@e; + bonus bDef,2*.@e; + bonus bMaxHPrate,.@e; + bonus bAgi,2*.@f; + bonus bAspdRate,.@f; + bonus2 bIgnoreDefRaceRate,RC_All,10*.@f; - Id: 15447 AegisName: Pollux_Robe_J Name: Pollux Robe @@ -71245,6 +74928,1014 @@ Body: if (.@r>=8) bonus bNoKnockback; } + - Id: 15449 + AegisName: Skarlet_Robe_EXE + Name: Skarlet's Robe (OSM) + Type: Armor + Weight: 1500 + Defense: 55 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + .@a = ((.@r >= 10) ? 200 : ((.@r >= 9) ? 140 : ((.@r >= 8) ? 90 : ((.@r >= 7) ? 50 : 20)))); + .@b = ((.@r >= 10) ? 60 : ((.@r >= 9) ? 40 : ((.@r >= 8) ? 20 : ((.@r >= 7) ? 10 : 0)))); + .@c = ((.@r >= 10) ? 6 : ((.@r >= 9) ? 4 : ((.@r >= 8) ? 2 : ((.@r >= 7) ? 1 : 0)))); + bonus bMdef,10; + bonus bAllStats,1; + bonus2 bExpAddRace,RC_All,5; + bonus bHPGainValue,.@a; + bonus bMagicHPGainValue,.@a; + bonus2 bHPDrainRate,.@b,.@c; + - Id: 15450 + AegisName: SKahn_Yoroi_EXE + Name: Shao Kahn Yoroi (OSM) + Type: Armor + Weight: 1500 + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAllStats,1; + bonus bMdef,10; + if (.@r>=5) { + bonus bBaseAtk,1; + bonus bHit,1; + bonus2 bAddClass,Class_Boss,5; + } + if (.@r>=6) { + bonus bBaseAtk,2; + bonus bHit,2; + bonus2 bAddClass,Class_Boss,5; + } + if (.@r>=7) { + bonus bBaseAtk,3; + bonus bHit,3; + bonus2 bAddClass,Class_Boss,5; + } + if (.@r>=8) { + bonus bBaseAtk,4; + bonus bHit,4; + bonus2 bAddClass,Class_Boss,5; + } + if (.@r>=9) { + bonus bBaseAtk,5; + bonus bHit,5; + bonus2 bAddClass,Class_Boss,10; + } + if (.@r>=10) { + bonus bStr,3; + bonus bDex,3; + bonus bMaxHP,500; + bonus bMaxSP,100; + } + - Id: 15451 + AegisName: Albatross_Armor_EXE + Name: Albatross's Armor + Type: Armor + Defense: 70 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAllStats,1; + bonus bMdef,10; + if (.@r>=5) { + bonus bMaxHP,500; + bonus bMaxSP,50; + } + if (.@r>=7) { + bonus bBaseAtk,5; + bonus bMatk,5; + bonus bDef,10; + } + if (.@r>=8) { + bonus bBaseAtk,5; + bonus bMatk,5; + bonus2 bAddEle,Ele_Earth,2; + bonus2 bAddEle,Ele_Fire,2; + bonus2 bAddEle,Ele_Water,2; + bonus2 bAddEle,Ele_Wind,2; + bonus2 bMagicAddEle,Ele_Earth,2; + bonus2 bMagicAddEle,Ele_Fire,2; + bonus2 bMagicAddEle,Ele_Water,2; + bonus2 bMagicAddEle,Ele_Wind,2; + } + if (.@r>=9) { + bonus bBaseAtk,10; + bonus bMatk,10; + bonus2 bAddEle,Ele_Earth,3; + bonus2 bAddEle,Ele_Fire,3; + bonus2 bAddEle,Ele_Water,3; + bonus2 bAddEle,Ele_Wind,3; + bonus2 bMagicAddEle,Ele_Earth,3; + bonus2 bMagicAddEle,Ele_Fire,3; + bonus2 bMagicAddEle,Ele_Water,3; + bonus2 bMagicAddEle,Ele_Wind,3; + } + if (.@r>=10) { + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus2 bAddEle,Ele_Earth,5; + bonus2 bAddEle,Ele_Fire,5; + bonus2 bAddEle,Ele_Water,5; + bonus2 bAddEle,Ele_Wind,5; + bonus2 bMagicAddEle,Ele_Earth,5; + bonus2 bMagicAddEle,Ele_Fire,5; + bonus2 bMagicAddEle,Ele_Water,5; + bonus2 bMagicAddEle,Ele_Wind,5; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + } + - Id: 15460 + AegisName: Rachel_Armor + Name: Awakened Glacier Armor + Type: Armor + Weight: 600 + Defense: 157 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,3; + bonus bBaseAtk,25*.@r; + if (.@r>=6) + bonus2 bSubRace,RC_DemiHuman,10; + if (.@r>=9) + bonus bAspdRate,7; + - Id: 15461 + AegisName: Apollo_Armor_TH + Name: 2nd Anniversary Apollo Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,15+(getskilllv("SM_RECOVERY")/2); + bonus bVit,3*(.@r/4); + bonus bMdef,5*(.@r/4); + if (.@r>=11) + bonus3 bAutoSpellWhenHit,"AL_PNEUMA",1,50; + - Id: 15462 + AegisName: Jupiter_Armor_TH + Name: 2nd Anniversary Jupiter Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Sage: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,30; + bonus bInt,3*(.@r/4); + bonus bMatkRate,3*(.@r/4); + if (.@r>=11) { + bonus bDelayrate,-2*getskilllv("WL_RADIUS"); + bonus2 bSkillCooldown,"SO_DIAMONDDUST",-100*(getskilllv("SA_ADVANCEDBOOK")/2); + } + - Id: 15463 + AegisName: Mars_Armor_TH + Name: 2nd Anniversary Mars Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Assassin: true + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + autobonus3 "{ bonus bAspd,2; }",1000,10000,"TF_BACKSLIDING"; + bonus2 bIgnoreDefRaceRate,RC_Brute,15*(.@r/4); + bonus2 bIgnoreDefRaceRate,RC_DemiHuman,15*(.@r/4); + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,15*(.@r/4); + bonus2 bIgnoreDefRaceRate,RC_Player_Human,15*(.@r/4); + if (.@r>=11) { + bonus2 bSkillAtk,"GC_CROSSIMPACT",30; + bonus2 bSkillAtk,"SC_TRIANGLESHOT",2*getskilllv("AC_DOUBLE"); + } + - Id: 15464 + AegisName: Ceres_Armor_TH + Name: 2nd Anniversary Keres Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + BardDancer: true + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkRate,10; + bonus bAgi,3*(.@r/4); + bonus bDex,3*(.@r/4); + if (.@r>=11) { + bonus2 bSkillAtk,"RA_WUGSTRIKE",30; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; + } + - Id: 15465 + AegisName: Vinus_Armor_TH + Name: 2nd Anniversary Venus Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Monk: true + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkDef,getskilllv("AL_HEAL"); + bonus bMaxHPrate,getskilllv("AL_HEAL"); + bonus bInt,2*(.@r/4); + bonus bMdef,7*(.@r/4); + if (.@r>=11) { + bonus2 bSkillAtk,"AB_JUDEX",80; + bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; + } + - Id: 15466 + AegisName: Vulcan_Armor_TH + Name: 2nd Anniversary Vulcan Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,getskilllv("MC_MAMMONITE"); + bonus bStr,3*(.@r/4); + bonus bBaseAtk,20*(.@r/4); + if (.@r>=11) { + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",80; + bonus2 bSkillAtk,"NC_POWERSWING",80; + } + - Id: 15467 + AegisName: Neptune_Armor_TH + Name: 2nd Anniversary Neptune Armor + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Rebellion: true + KagerouOboro: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-10; + bonus bAtkRate,2*(.@r/4); + bonus bMatkRate,2*(.@r/4); + if (.@r>=11) { + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + } + - Id: 15468 + AegisName: Neptune_ArmorDoram_TH + Name: 2nd Anniversary Neptune Armor (Doram) + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Spirit_Handler: true + Summoner: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-10; + bonus bAtkRate,2*(.@r/4); + bonus bMatkRate,2*(.@r/4); + if (.@r>=11) { + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + } + - Id: 15469 + AegisName: aegis_15469 + Name: "[Not For Sale] Fallen Warrior Armor" + Type: Armor + Weight: 800 + Defense: 60 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,10; + bonus2 bSubRace,RC_DemiHuman,1; + if (.@r>=8) { + bonus2 bSubRace,RC_DemiHuman,2; + if (.@r>=9) { + bonus2 bSubRace,RC_DemiHuman,2; + bonus bUnbreakableArmor; + if (.@r>=10) { + bonus2 bSubRace,RC_DemiHuman,2; + } + } + } + - Id: 15470 + AegisName: aegis_15470 + Name: "[Not For Sale] Sprint Gloves" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Alchemist: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + Knight: true + Monk: true + Priest: true + Rogue: true + Sage: true + Wizard: true + Classes: + All_Upper: true + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bVariableCastrate,-1; + bonus bDelayrate,-1; + - Id: 15471 + AegisName: ROZ_FV_CassockA_VIT + Name: Shining Priest's Robe + Type: Armor + Weight: 650 + Defense: 142 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,1400; + bonus bDef,35+(5*(.@r/2)); + bonus bMdef,10+(.@r/2); + bonus bVit,3*(.@r/3); + if (.@r>=9) + bonus bMaxHPrate,20; + - Id: 15472 + AegisName: Comp_Kafra_Suit + Name: "[Not For Sale] Kafra Uniform" + Type: Armor + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bExpAddRace,RC_All,5; + bonus2 bDropAddRace,RC_All,5; + bonus bMaxHP,100*.@r; + bonus bMaxSP,20*.@r; + if (.@r>=7) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + if (.@r>=9) { + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + } + if (.@r>=12) { + bonus bHPrecovRate,100; + bonus bSPrecovRate,100; + } + - Id: 15473 + AegisName: Comp_Overwhelm_Str_Armo + Name: "[Not for Sale] Soaring Physical Armor" + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,50; + bonus bAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus2 bIgnoreDefRaceRate,RC_Brute,30; + bonus2 bIgnoreDefRaceRate,RC_Demon,30; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Demon,10; + } + if (.@r>11) { + bonus2 bAddEle,Ele_Earth,10; + bonus2 bAddEle,Ele_Wind,10; + } + - Id: 15474 + AegisName: Comp_Overwhelm_V_Armor + Name: "[Not for Sale] Strong Healthy Armor" + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,50; + bonus bMaxHPrate,2*(.@r/3); + if (.@r>=7) { + bonus2 bIgnoreDefRaceRate,RC_Brute,30; + bonus2 bIgnoreDefRaceRate,RC_Demon,30; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Demon,10; + } + if (.@r>11) { + bonus2 bAddEle,Ele_Earth,10; + bonus2 bAddEle,Ele_Wind,10; + } + - Id: 15475 + AegisName: Comp_Overwh_Agi_Armor + Name: "[Not For Sale] Splendid Swift Armor" + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,50; + bonus bAspdRate,2*(.@r/3); + if (.@r>=7) { + bonus2 bIgnoreDefRaceRate,RC_Brute,30; + bonus2 bIgnoreDefRaceRate,RC_Demon,30; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Demon,10; + } + if (.@r>11) { + bonus2 bAddEle,Ele_Earth,10; + bonus2 bAddEle,Ele_Wind,10; + } + - Id: 15476 + AegisName: aegis_15476 + Name: "[Not For Sale] Diabolus Wing" + Type: Armor + Weight: 300 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 680 + Script: | + bonus bAllStats,5; + - Id: 15477 + AegisName: Comp_Overwh_D_Armor + Name: "[Not For Sale] Excellent Dexterous Armor" + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,50; + bonus bLongAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus2 bIgnoreDefRaceRate,RC_Brute,30; + bonus2 bIgnoreDefRaceRate,RC_Demon,30; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Demon,10; + } + if (.@r>11) { + bonus2 bAddEle,Ele_Earth,10; + bonus2 bAddEle,Ele_Wind,10; + } + - Id: 15478 + AegisName: Comp_Overwh_L_Armor + Name: "[Not For Sale] Unexpected Fortune Armor" + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,50; + bonus bCritAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus2 bIgnoreDefRaceRate,RC_Brute,30; + bonus2 bIgnoreDefRaceRate,RC_Demon,30; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Demon,10; + } + if (.@r>11) { + bonus2 bAddEle,Ele_Earth,10; + bonus2 bAddEle,Ele_Wind,10; + } + - Id: 15479 + AegisName: aegis_15479 + Name: "[Not For Sale] Holy White Cloth" + Type: Armor + Weight: 1000 + Defense: 50 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDelayrate,-10; + bonus bMdef,10; + bonus bHealPower,2; + bonus bHealPower2,1; + bonus2 bAddItemGroupHealRate,IG_Potion,1; + if (.@r>=7) { + bonus bHealPower,4; + bonus bHealPower2,2; + bonus2 bAddItemGroupHealRate,IG_Potion,2; + bonus bDef,50; + bonus bUnbreakableArmor; + } + if (.@r>=8) { + bonus bHealPower,6; + bonus bHealPower2,3; + bonus2 bAddItemGroupHealRate,IG_Potion,3; + bonus bDef,100; + } + if (.@r>=9) { + bonus bHealPower2,3; + bonus2 bAddItemGroupHealRate,IG_Potion,3; + bonus bDef,150; + bonus2 bResEff,Eff_Stone,5000; + } + - Id: 15480 + AegisName: aegis_15480 + Name: Lunar Eclipse Armor + Type: Armor + Weight: 800 + Defense: 60 + Slots: 1 + Jobs: + StarGladiator: true + SoulLinker: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus bBaseAtk,20*.@r; + bonus bMatk,20*.@r; + bonus bMaxHPrate,5*(.@r/4); + bonus bAtkRate,5*(.@r/4); + bonus bMatkRate,5*(.@r/4); + if (.@r>=11) { + bonus bDelayrate,-15; + bonus bVariableCastrate,-20; + } + - Id: 15481 + AegisName: aegis_15481 + Name: "[Not For Sale] Lunar Eclipse Armor" + Type: Armor + Weight: 800 + Defense: 60 + Slots: 1 + Jobs: + StarGladiator: true + SoulLinker: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus bBaseAtk,20*.@r; + bonus bMatk,20*.@r; + bonus bMaxHPrate,5*(.@r/4); + bonus bAtkRate,5*(.@r/4); + bonus bMatkRate,5*(.@r/4); + if (.@r>=11) { + bonus bDelayrate,-15; + bonus bVariableCastrate,-20; + } + - Id: 15482 + AegisName: aegis_15482 + Name: Worker Shirt + Type: Armor + Weight: 800 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 175 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,25; + bonus bDelayrate,-5; + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) + bonus bDelayrate,-10; + if (.@r>=11) { + bonus bBaseAtk,25; + bonus bDelayrate,-15; + } + - Id: 15483 + AegisName: aegis_15483 + Name: "[Not For Sale] Worker Shirt" + Type: Armor + Weight: 800 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 175 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,25; + bonus bDelayrate,-5; + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) + bonus bDelayrate,-10; + if (.@r>=11) { + bonus bBaseAtk,25; + bonus bDelayrate,-15; + } + - Id: 15484 + AegisName: aegis_15484 + Name: "[Not For Sale] Celine's Dress" + Type: Armor + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,50; + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=12) { + bonus bDelayrate,-5; + } + } + } + } + - Id: 15822 + AegisName: Magaleta_Ribbon_EXE + Name: Magaleta's Ribbon + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 908 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Priest) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bSkillAtk,"AL_HOLYLIGHT",20; + if (.@r>=8) { + bonus bAspdRate,5; + bonus bDelayrate,-10; + if (.@r>=9) { + skill "ALL_ODINS_POWER",1; + bonus bHealPower,10; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Monk) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bSkillAtk,"MO_TRIPLEATTACK",20; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"CH_CHAINCRUSH",5; + if (.@r>=9) { + bonus2 bVariableCastrate,"MO_FINGEROFFENSIVE",-30; + bonus2 bSkillAtk,"MO_COMBOFINISH",30; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } - Id: 15823 AegisName: Golden_Crown_J Name: Pollux Crown @@ -71305,6 +75996,562 @@ Body: bonus2 bSPRegenRate,50,5000; } } + - Id: 15825 + AegisName: C_Black_Musang_J + Name: Costume Black Musang Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 771 + - Id: 15826 + AegisName: Seyrandel_Hat_EXE + Name: Seyrandel's Hat + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1120 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Knight) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"LK_SPIRALPIERCE",20; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"LK_SPIRALPIERCE",5; + if (.@r>=9) { + bonus2 bSkillAtk,"LK_SPIRALPIERCE",30; + bonus2 bSkillAtk,"KN_BOWLINGBASH",20; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Crusader) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"PA_SHIELDCHAIN",20; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"PA_SHIELDCHAIN",5; + if (.@r>=9) { + bonus2 bSkillAtk,"PA_SHIELDCHAIN",40; + bonus5 bAutoSpellOnSkill,"CR_GRANDCROSS","AL_HEAL",5,500,1; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + - Id: 15827 + AegisName: Ceryne_Hat_EXE + Name: Ceryne's Hat + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 912 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Wizard) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"WZ_JUPITEL",20; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"WZ_JUPITEL",5; + if (.@r>=9) { + bonus2 bSkillAtk,"WZ_JUPITEL",30; + bonus2 bSkillAtk,"WZ_FIREPILLAR",30; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Sage) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"WZ_HEAVENDRIVE",30; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"WZ_HEAVENDRIVE",5; + if (.@r>=9) { + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30; + bonus2 bSkillAtk,"MG_FIREBOLT",10; + bonus2 bSkillAtk,"MG_COLDBOLT",10; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + - Id: 15828 + AegisName: Germes_Hat_EXE + Name: Cetio's Hat + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1119 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Hunter) { + bonus bBaseAtk,2*(readparam(bDex)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"SN_SHARPSHOOTING",20; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"SN_SHARPSHOOTING",5; + if (.@r>=9) { + bonus bCritical,10; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",30; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Bard || BaseJob == Job_Dancer) { + bonus bBaseAtk,2*(readparam(bDex)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"CG_ARROWVULCAN",30; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"CG_ARROWVULCAN",5; + if (.@r>=9) { + bonus2 bSkillAtk,"DC_THROWARROW",40; + bonus2 bSkillAtk,"CG_ARROWVULCAN",30; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + - Id: 15829 + AegisName: Flaward_Hat_EXE + Name: Flaward's Hat + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1128 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Blacksmith) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bSkillAtk,"MC_MAMMONITE",30; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus bCritical,10; + skill "BS_GREED",1; + bonus2 bSkillCooldown,"BS_GREED",5000; + if (.@r>=9) { + bonus2 bSkillCooldown,"BS_GREED",-2000; + bonus2 bSkillAtk,"WS_CARTTERMINATION",30; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Alchemist) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bSkillAtk,"AM_ACIDTERROR",20; + bonus2 bSkillAtk,"AM_DEMONSTRATION",40; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"CR_ACIDDEMONSTRATION",5; + if (.@r>=9) { + bonus2 bSkillCooldown,"CR_ACIDDEMONSTRATION",-300; + bonus bLongAtkRate,10; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + - Id: 15830 + AegisName: Germes_Horn_EXE + Name: Germes's Horn + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1127 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Assassin) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bSkillAtk,"AS_GRIMTOOTH",20; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus2 bSkillUseSP,"ASC_EDP",10; + if (.@r>=9) { + bonus bCritical,10; + bonus bCritAtkRate,10; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Rogue) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bMagicAtkEle,Ele_Neutral,5; + if (.@r>=8) { + bonus bMatk,30; + bonus bDelayrate,-10; + if (.@r>=9) { + bonus bFlee,30; + bonus2 bMagicAtkEle,Ele_Neutral,10; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + - Id: 15831 + AegisName: Kuken_Hat_EXE + Name: Kuken's Hat + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 819 + Script: | + .@r = getrefine(); + if (BaseJob == Job_Gunslinger) { + bonus bBaseAtk,2*(readparam(bDex)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus2 bVariableCastrate,"GS_TRACKING",-30; + if (.@r>=8) { + bonus bDelayrate,-10; + bonus bCritical,10; + if (.@r>=9) { + bonus3 bAutoSpell,"GS_RAPIDSHOWER",2,70; + bonus bLongAtkRate,5; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + else if (BaseJob == Job_Ninja) { + bonus bBaseAtk,2*(readparam(bStr)/9); + bonus bMatk,2*(readparam(bInt)/9); + if (.@r>=7) { + bonus bDef,10; + bonus bMdef,15; + bonus bLongAtkRate,5; + bonus2 bSkillAtk,"NJ_KAENSIN",50; + bonus2 bSkillAtk,"NJ_RAIGEKISAI",50; + if (.@r>=8) { + bonus bMatk,15; + bonus bBaseAtk,15; + bonus bDelayrate,-10; + if (.@r>=9) { + bonus bFlee,10; + bonus2 bVariableCastrate,"NJ_HUUMA",-20; + bonus2 bVariableCastrate,"NJ_KAENSIN",-20; + bonus2 bVariableCastrate,"NJ_RAIGEKISAI",-20; + if (.@r>=10) { + bonus bAllStats,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } + } + } + } + } + - Id: 15832 + AegisName: Cetrion_Circlet_EXE + Name: Cetrion Circlet (OSM) + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 570 + Script: | + .@r = getrefine(); + bonus bInt,3; + bonus bDex,3; + bonus bMatk,10; + bonus bMdef,10; + bonus2 bSkillAtk,"MG_THUNDERSTORM",5; + bonus2 bSkillAtk,"WZ_FIREPILLAR",10; + if (getskilllv("WZ_FROSTNOVA") == 10) + bonus4 bAutoSpellOnSkill,"WZ_FROSTNOVA","WZ_FROSTNOVA",5,500; + if (.@r>=7) { + bonus bDef,15; + bonus2 bSkillAtk,"MG_THUNDERSTORM",10; + bonus2 bSkillAtk,"WZ_FIREPILLAR",20; + } + if (.@r>=8) { + bonus bFlee,15; + bonus2 bSkillAtk,"MG_THUNDERSTORM",15; + bonus2 bSkillAtk,"WZ_FIREPILLAR",30; + } + if (.@r>=9) { + bonus bMatk,15; + bonus2 bSkillAtk,"MG_THUNDERSTORM",20; + bonus2 bSkillAtk,"WZ_FIREPILLAR",40; + } + if (.@r>=10) { + bonus bMatk,15; + bonus2 bVariableCastrate,"WZ_STORMGUST",-10; + bonus2 bVariableCastrate,"WZ_VERMILION",-10; + bonus2 bVariableCastrate,"MG_THUNDERSTORM",-30; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + } + - Id: 15833 + AegisName: Cetrion_Bracelet_EXE + Name: Cetrion Bracelet (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bMatkRate,3; + bonus bInt,3; + bonus bAgi,3; + bonus bMatk,5*(getskilllv("SA_ADVANCEDBOOK")/2); + bonus2 bSkillAtk,"MG_FIREBOLT",1; + bonus2 bSkillAtk,"MG_COLDBOLT",1; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",1; + bonus2 bSkillAtk,"WZ_EARTHSPIKE",1; + if (getskilllv("SA_SEISMICWEAPON") == 5) + bonus3 bAutoSpell,"WZ_EARTHSPIKE",5,100; + if (readparam(bInt)>=89) + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",25; + if (BaseClass == Job_Mage || BaseClass == Job_SuperNovice) { + bonus2 bSkillAtk,"MG_FIREBOLT",(BaseLevel/5); + bonus2 bSkillAtk,"MG_COLDBOLT",(BaseLevel/5); + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",(BaseLevel/5); + bonus2 bSkillAtk,"WZ_EARTHSPIKE",(BaseLevel/5); + } + else if (BaseClass == Job_Wizard || BaseClass == Job_Sage) { + bonus2 bSkillAtk,"MG_FIREBOLT",(BaseLevel/10); + bonus2 bSkillAtk,"MG_COLDBOLT",(BaseLevel/10); + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",(BaseLevel/10); + bonus2 bSkillAtk,"WZ_EARTHSPIKE",(BaseLevel/10); + } + - Id: 15834 + AegisName: DRaiden_Sakkat_EXE + Name: Dark Raiden's Sakkat + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 558 + Script: | + .@r = getrefine(); + bonus2 bSkillAtk,"AL_HOLYLIGHT",5; + bonus bHealPower,1; + bonus bAddItemHealRate,1; + if (getskilllv("PR_ASPERSIO") == 5) + bonus3 bAutoSpell,"PA_PRESSURE",5,100; + if (.@r>=7) { + bonus bDef,15; + bonus bHealPower,3; + bonus bAddItemHealRate,3; + bonus2 bSkillAtk,"AL_HOLYLIGHT",10; + } + if (.@r>=8) { + bonus bFlee,15; + bonus bHealPower,5; + bonus bAddItemHealRate,5; + bonus2 bSkillAtk,"AL_HOLYLIGHT",15; + } + if (.@r>=9) { + bonus bMatk,15; + bonus bHealPower,7; + bonus bAddItemHealRate,7; + bonus2 bSkillAtk,"AL_HOLYLIGHT",20; + } + if (.@r>=10) { + bonus bHealPower,9; + bonus bAddItemHealRate,9; + bonus2 bMagicAddEle,Ele_Holy,10; + } + - Id: 15835 + AegisName: STsung_Speller1_EXE + Name: Kronika's Speller (Phy.) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bStr,3; + bonus bAgi,3; + bonus bAtkRate,3; + bonus bBaseAtk,5*(getskilllv("RG_RAID")/2); + bonus2 bSkillAtk,"RG_BACKSTAP",1+(3*(BaseLevel/4)); + if (getskilllv("RG_STRIPHELM") == 5) + skill "SN_WINDWALK",5; + if (getskilllv("RG_STRIPSHIELD") == 5) + skill "AC_CONCENTRATION",5; + if (getskilllv("RG_STRIPARMOR") == 5) + skill "LK_BERSERK",1; + if (getskilllv("RG_STRIPWEAPON") == 5) + skill "BS_OVERTHRUST",5; + if (getskilllv("RG_BACKSTAP") == 10) + skill "TK_JUMPKICK",7; + if (readparam(bAgi) >= 90) + bonus2 bSkillAtk,"RG_RAID",15; + - Id: 15836 + AegisName: C_Skarlet_Band_EXE + Name: Costume Blazing Angel Wings + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 679 + - Id: 15838 + AegisName: C_VesperHeadGear_J + Name: Costume Vesper Headgear + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1827 + - Id: 15839 + AegisName: C_Droop_Gunslinger_J + Name: Costume Drooping Rebellion + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1444 + - Id: 15840 + AegisName: C_Bio_Protector + Name: Costume Bike Protector + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1366 - Id: 15841 AegisName: C_Hat_of_Goggle Name: Costume Goggles Hat @@ -71333,6 +76580,68 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2024 + - Id: 15844 + AegisName: C_Cow_Hat1_J + Name: Costume Muscle Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1211 + - Id: 15845 + AegisName: Shaokahn_Helmet_EXE + Name: Shao Kahn's Helmet (OSM) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 523 + Script: | + .@r = getrefine(); + bonus bStr,3; + bonus bLuk,3; + bonus bBaseAtk,10; + bonus bMdef,10; + bonus2 bSkillAtk,"WS_CARTTERMINATION",5; + bonus2 bSkillAtk,"MC_MAMMONITE",5; + if (getskilllv("BS_ADRENALINE") == 5) + bonus3 bAutoSpell,"BS_HAMMERFALL",3,70; + if (.@r>=7) { + bonus bDef,15; + bonus2 bSkillAtk,"WS_CARTTERMINATION",10; + bonus2 bSkillAtk,"MC_MAMMONITE",10; + } + if (.@r>=8) { + bonus bFlee,15; + bonus2 bSkillAtk,"WS_CARTTERMINATION",15; + bonus2 bSkillAtk,"MC_MAMMONITE",15; + } + if (.@r>=9) { + bonus bBaseAtk,15; + bonus2 bSkillAtk,"WS_CARTTERMINATION",20; + bonus2 bSkillAtk,"MC_MAMMONITE",20; + } + if (.@r>=10) { + bonus bAtkRate,5; + bonus2 bSkillAtk,"MC_CARTREVOLUTION",30; + bonus2 bAddMonsterDropItem,529,500; + bonus2 bAddMonsterDropItem,530,500; + bonus2 bAddItemHealRate,529,200; + bonus2 bAddItemHealRate,530,200; + } + - Id: 15846 + AegisName: C_Artist_Silk_Hat + Name: Costume Artist's Silk Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2057 - Id: 15847 AegisName: C_EXE_Wing_Cap_TH Name: Costume Unknown Feather Hat # !todo check english name @@ -71341,6 +76650,206 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 1597 + - Id: 15848 + AegisName: Motaro_Horn_EXE + Name: Motaro's Horn (OSM) + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1103 + Script: | + bonus bStr,3; + bonus bLuk,3; + bonus bBaseAtk,10; + bonus bMdef,10; + bonus2 bSkillAtk,"KN_PIERCE",10; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",10; + if (getskilllv("KN_SPEARMASTERY") == 10) + skill "CR_SPEARQUICKEN",5; + if (.@r>=7) { + bonus bDef,15; + bonus2 bSkillAtk,"KN_PIERCE",20; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",20; + } + if (.@r>=8) { + bonus bFlee,15; + bonus2 bSkillAtk,"KN_PIERCE",30; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",30; + } + if (.@r>=9) { + bonus bBaseAtk,15; + bonus2 bSkillAtk,"KN_PIERCE",40; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",40; + } + if (.@r>=10) { + bonus bAspdRate,5; + bonus bLongAtkRate,5; + bonus2 bSkillAtk,"KN_PIERCE",50; + bonus2 bSkillAtk,"KN_SPEARBOOMERANG",50; + } + - Id: 15849 + AegisName: Kintaro_Bracelet_EXE + Name: Kintaro's Bracelet (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bStr,3; + bonus bVit,3; + bonus bAtkRate,3; + bonus bBaseAtk,5*(getskilllv("MO_IRONHAND")/2); + bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",1+(BaseLevel/3); + bonus2 bSkillAtk,"CH_PALMSTRIKE",1+(BaseLevel/2); + if (readparam(bInt)>=90) + bonus2 bSkillAtk,"MO_EXTREMITYFIST",10; + if (readparam(bDex)>=90) + bonus2 bVariableCastrate,MO_FINGEROFFENSIVE,-15; + - Id: 15850 + AegisName: STsung_Speller2_EXE + Name: Kronika's Speller Mag (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bInt,3; + bonus bAgi,3; + bonus bMatkRate,3; + bonus bMatk,5*getskilllv("RG_RAID"); + if (getskilllv("RG_STRIPHELM") == 5) + skill "SA_DELUGE",3; + if (getskilllv("RG_STRIPSHIELD") == 5) + skill "HW_MAGICPOWER",5; + if (getskilllv("RG_STRIPARMOR") == 5) + skill "PR_MAGNIFICAT",5; + if (getskilllv("RG_STRIPWEAPON") == 5) + skill "PF_DOUBLECASTING",3; + if (getskilllv("RG_INTIMIDATE") == 5) + skill "WZ_WATERBALL",5; + if (BaseJob == Job_Rogue) + bonus2 bSkillAtk,"WZ_WATERBALL",1+(3*(BaseLevel/4)); + if (readparam(bInt)>=90) { + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus2 bMagicAtkEle,Ele_Neutral,5; + bonus2 bMagicAtkEle,Ele_Water,5; + bonus2 bMagicAtkEle,Ele_Wind,5; + } + - Id: 15851 + AegisName: C_Freyja_Crown_J + Name: Costume Freyja Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 328 + - Id: 15853 + AegisName: C_Gold_Ingot_Poring_J + Name: Costume Gold Ingot Poring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 887 + - Id: 15855 + AegisName: Ermac_Veil_EXE + Name: Ermac's Veil (OSM) + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 326 + Script: | + .@r = getrefine(); + bonus bInt,3; + bonus bDex,3; + bonus bMatk,10; + bonus bMdef,10; + if (.@r>=5) { + if (getskilllv("SL_SMA") == 10) { + bonus bMaxHP,3000; + if (getskilllv("SL_STIN") == 7) { + skill "MG_SOULSTRIKE",10; + if (getskilllv("SL_STUN") == 7) { + skill "WZ_QUAGMIRE",5; + } + } + } + } + if (.@r>=7) { + bonus bDef,15; + bonus2 bSkillAtk,"SL_SMA",10; + bonus2 bSkillAtk,"MG_SOULSTRIKE",20; + } + if (.@r>=8) { + bonus bFlee,15; + bonus2 bSkillAtk,"SL_SMA",15; + bonus2 bSkillAtk,"MG_SOULSTRIKE",25; + } + if (.@r>=9) { + bonus bMatk,15; + bonus2 bSkillAtk,"SL_SMA",20; + bonus2 bSkillAtk,"MG_SOULSTRIKE",30; + } + if (.@r>=10) { + bonus2 bVariableCastrate,"SL_STIN",-50; + bonus2 bVariableCastrate,"SL_STUN",-50; + } + - Id: 15856 + AegisName: Kronika_Orb_EXE + Name: Kronika's Orb (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bInt,3; + bonus bDex,3; + bonus bMatkRate,3; + bonus bMatk,5*(getskilllv("WZ_JUPITEL")/2); + bonus2 bSkillAtk,"WZ_JUPITEL",3+(2*(BaseLevel/9)); + bonus2 bSkillAtk,"MG_SOULSTRIKE",2+(2*(BaseLevel/3)); + if (readparam(bInt)>=90) + bonus2 bSkillAtk,"WZ_VERMILION",5; + if (readparam(bDex)>=90) + bonus2 bVariableCastrate,"WZ_JUPITEL",-10; + - Id: 15857 + AegisName: Shang_Rainbow_EXE + Name: Shang Tsung's Rainbow (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 704 + Script: | + bonus bInt,3; + bonus bAgi,3; + bonus bMdef,10; + bonus bMatk,2*getrefine(); - Id: 15858 AegisName: C_Choco_Banana Name: Costume Choco Banana Bonnet @@ -71349,14 +76858,99 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2087 + - Id: 15875 + AegisName: C_King_Of_Spirit_Circle + Name: Costume King of Spirit Circle + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1118 + - Id: 15876 + AegisName: C_RTC_Second_Best + Name: Costume RTC Second Best (Red) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 578 - Id: 15877 AegisName: C_P_blossom_Hairpin - Name: Costume Spring Flower Hairpin # !todo check english name + Name: Costume Sakura Hairpin Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2085 + - Id: 15878 + AegisName: Joker_Card_EXE + Name: Joker's Card (OSM) + Type: Armor + Weight: 200 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 1679 + Script: | + bonus bCritical,5; + bonus bCritAtkRate,5; + - Id: 15879 + AegisName: KungJin_Headpiece_EXE + Name: Kung Jin's Headpiece (OSM) + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 335 + Script: | + .@r = getrefine(); + bonus bLuk,3; + bonus bDex,3; + bonus bBaseAtk,10; + bonus bMdef,10; + if (.@r>=5) { + bonus bCritical,10; + bonus bCritAtkRate,5; + } + if (.@r>=7) { + bonus bDef,15; + bonus bCritAtkRate,2; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",10; + } + if (.@r>=8) { + bonus bFlee,15; + bonus bCritAtkRate,3; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; + } + if (.@r>=9) { + bonus bBaseAtk,15; + bonus bCritAtkRate,5; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",20; + } + if (.@r>=10) { + bonus bAtkRate,5; + bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-10; + bonus bDelayrate,-10; + } + - Id: 15880 + AegisName: Joker_Face_EXE + Name: Joker's Face (OSM) + Type: Armor + Weight: 300 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 1202 + Script: | + bonus bCritical,5; + bonus bCritAtkRate,3; - Id: 15881 AegisName: C_Rose_Crispinette Name: Costume Rose Crispinette @@ -71373,6 +76967,101 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 1180 + - Id: 15883 + AegisName: Nezuko_Eyes_EXE + Name: Nezuko's Eyes (OSM) + Type: Armor + Weight: 300 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 1897 + Script: | + .@a = (readparam(bInt)/11); + bonus bStr,2; + bonus bBaseAtk,5*.@a; + bonus bMatk,5*.@a; + bonus bHealPower,.@a; + bonus bVariableCastrate,-.@a; + if (readparam(bInt)>=90) { + bonus bBaseAtk,10; + bonus bMaxSP,10; + bonus bHealPower,1; + bonus bVariableCastrate,-1; + } + if (readparam(bInt)>=99) { + bonus bBaseAtk,15; + bonus bMaxSP,15; + } + - Id: 15884 + AegisName: Nezuko_Bamboo_EXE + Name: Nezuko's Bamboo (OSM) + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 1045 + Script: | + bonus bInt,2; + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + - Id: 15885 + AegisName: Erron_Hat_EXE + Name: Erron's Hat (OSM) + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 830 + Script: | + .@r = getrefine(); + bonus bAgi,3; + bonus bDex,3; + bonus bBaseAtk,10; + bonus bMdef,10; + if (.@r>=5) { + if (getskilllv("GS_CHAINACTION") == 10) { + bonus5 bAutoSpell,"GS_RAPIDSHOWER",3,70,BF_LONG,1; + } + } + if (.@r>=7) { + bonus bDef,15; + bonus2 bSkillAtk,"GS_RAPIDSHOWER",5; + bonus2 bSkillUseSP,"GS_RAPIDSHOWER",5; + } + if (.@r>=8) { + bonus bFlee,15; + bonus2 bSkillAtk,"GS_RAPIDSHOWER",10; + bonus2 bSkillAtk,"GS_DESPERADO",5; + } + if (.@r>=9) { + bonus bBaseAtk,15; + bonus2 bSkillAtk,"GS_RAPIDSHOWER",15; + bonus2 bSkillAtk,"GS_DESPERADO",10; + } + if (.@r>=10) { + bonus bLongAtkRate,5; + bonus2 bSkillAtk,"GS_DESPERADO",15; + } + - Id: 15887 + AegisName: Odious_Robe_EXE + Name: Odious's Robe + Type: Armor + Defense: 20 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true - Id: 15888 AegisName: C_Hand_Of_Devil Name: Costume Dragon Claw Helm @@ -71389,6 +77078,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 808 + - Id: 15890 + AegisName: C_BLACKDEATHKING_GOLDEN + Name: Costume Black Death King's Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 996 - Id: 15891 AegisName: Mountain_Helmet Name: Mountain Helmet @@ -71407,14 +77104,15 @@ Body: bonus bDelayrate,-10; bonus2 bSkillAtk,"NC_AXETORNADO",30; bonus2 bSkillAtk,"NC_POWERSWING",30; - autobonus "{ bonus2 bSkillAtk,\"NC_POWERSWING\",10*(readparam(bVit)/10); }",30,10000,BF_WEAPON; bonus2 bSubEle,Ele_Fire,.@r; bonus2 bSubEle,Ele_Earth,.@r; if (getskilllv("NC_SILVERSNIPER") == 5) bonus bPerfectHitAddRate,50; if (getskilllv("NC_AXEBOOMERANG") == 5) bonus2 bSkillCooldown,"NC_AXETORNADO",-500; - if (getskilllv("NC_MAGMA_ERUPTION") == 5) if (.@r>=7) { + if (getskilllv("NC_MAGMA_ERUPTION") == 5) + autobonus "{ bonus2 bSkillAtk,\"NC_POWERSWING\",10*(readparam(bVit)/10); }",30,10000,BF_WEAPON; + if (.@r>=7) { bonus2 bSkillAtk,"NC_AXETORNADO",50; bonus2 bSkillAtk,"NC_POWERSWING",50; } @@ -71424,7 +77122,7 @@ Body: } - Id: 15892 AegisName: Themis_Helm - Name: Crown of Justice + Name: Themis Helm Type: Armor View: 2099 Weight: 500 @@ -71459,6 +77157,22 @@ Body: bonus bHealPower,35; bonus2 bSkillAtk,"LG_RAYOFGENESIS",35; } + - Id: 15893 + AegisName: C_Helm_Of_Sun_V + Name: Costume Hat of the Sun God (Upper) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 138 + - Id: 15894 + AegisName: C_Rebirth_Circlet + Name: Costume Rebirth Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2120 - Id: 15897 AegisName: Rebirth_Circlet Name: Rebirth Crown @@ -71491,6 +77205,57 @@ Body: if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) skill "PF_SPIDERWEB",1; } + - Id: 15898 + AegisName: Kings_Crown_A + Name: Awakened Old King’s Crown + Type: Armor + Buy: 20 + Weight: 500 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 2121 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Fire,10; + bonus2 bSubEle,Ele_Earth,10; + bonus2 bSubEle,Ele_Water,10; + bonus2 bSubEle,Ele_Wind,10; + bonus bMdef,15; + if (.@r>=7) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,10; + bonus bHealPower2,10; + bonus bAddItemHealRate,10; + } + if (.@r>=9) { + bonus bMaxHPrate,15; + bonus bMaxSPrate,15; + bonus bLongAtkDef,2; + bonus bHealPower2,15; + bonus bAddItemHealRate,15; + } + - Id: 15899 + AegisName: C_Kings_Crown_A + Name: Costume Awakened Old King Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2121 + - Id: 15904 + AegisName: C_Love_Guard_V + Name: Costume Love Guard + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 716 - Id: 15905 AegisName: C_Helmet_Of_Siegfried_J Name: Costume Helmet of Siegfried @@ -71579,7 +77344,7 @@ Body: bonus bHealPower,(readparam(bAgi)+readparam(bVit))/15; - Id: 15923 AegisName: Charm_Of_Wind_BR - Name: Raw Wind # !todo check english name + Name: Charm of Leafwind Type: Armor Weight: 200 Locations: @@ -71590,6 +77355,60 @@ Body: Script: | skill "SA_LIGHTNINGLOADER",1; bonus bFlee2,2*((readparam(bAgi)+readparam(bLuk))/15); + - Id: 15924 + AegisName: Tatoo_Brush_BR + Name: Tattoo Brush + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1291 + Script: | + skill "RG_GRAFFITI",1; + bonus2 bResEff,Eff_Confusion,10000; + - Id: 15925 + AegisName: aegis_15925 + Name: Costume Syrup Water Balloon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 649 + - Id: 15926 + AegisName: aegis_15926 + Name: Costume Beer Server + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 117 + - Id: 15927 + AegisName: aegis_15927 + Name: "[Rental] Happy Turtle Hat" + Type: Armor + Defense: 15 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + View: 585 + Script: | + bonus bBaseAtk,30; + bonus bMatk,30; + bonus2 bAddRace2,RC2_Illusion_Turtle,50; + bonus2 bMagicAddRace2,RC2_Illusion_Turtle,50; + bonus2 bSubRace2,RC2_Illusion_Turtle,50; - Id: 15928 AegisName: aegis_15928 Name: "[Not For Sale] Cookie Hat" @@ -71685,6 +77504,560 @@ Body: bonus bBaseAtk,60; if (BaseLevel>=170) bonus bBaseAtk,60; + - Id: 15949 + AegisName: aegis_15949 + Name: "[Not for Sale] Eye Patch Of Power" + Type: Armor + View: 698 + Weight: 50 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Script: | + bonus2 bResEff,Eff_Bleeding,10000; + bonus bBaseAtk,60; + if (BaseLevel>=170) + bonus bBaseAtk,60; + - Id: 15950 + AegisName: aegis_15950 + Name: Eye Patch Of Power + Type: Armor + View: 698 + Weight: 50 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 150 + Script: | + bonus2 bResEff,Eff_Bleeding,5000; + bonus bBaseAtk,40; + if (BaseLevel>=170) + bonus bBaseAtk,40; + - Id: 15951 + AegisName: aegis_15951 + Name: "[Not for Sale] Eye Patch Of Power" + Type: Armor + View: 698 + Weight: 50 + Slots: 1 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 150 + Script: | + bonus2 bResEff,Eff_Bleeding,5000; + bonus bBaseAtk,40; + if (BaseLevel>=170) + bonus bBaseAtk,40; + - Id: 15952 + AegisName: aegis_15952 + Name: Costume 15th Nov Helmet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2296 + - Id: 15953 + AegisName: C_Somtam + Name: Costume Somtam + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2298 + - Id: 15954 + AegisName: aegis_15954 + Name: Costume Wichienmaat & Bangkaew + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2297 + - Id: 15955 + AegisName: aegis_15955 + Name: "[Not For Sale] Kafra Employee Band" + Type: Armor + Weight: 500 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 106 + Script: | + .@r = getrefine(); + bonus2 bSubRace,RC_All,5; + bonus2 bAddMonsterDropItem,7059,10*.@r; + bonus2 bAddMonsterDropItem,7060,10*.@r; + bonus2 bAddMonsterDropItem,23177,10*.@r; + - Id: 15956 + AegisName: aegis_15956 + Name: Helmet Of Siegfried TH + Type: Armor + Weight: 300 + Defense: 60 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1055 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + bonus bMdef,15; + if (readparam(bInt)>=108) + bonus2 bSkillAtk,"RK_DRAGONBREATH",15; + if (readparam(bDex)>=108) + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; + if (readparam(bInt)>=120 && readparam(bDex)>=120) { + bonus2 bSkillAtk,"RK_DRAGONBREATH",10; + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10; + } + if (.@r>=7) { + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + if (.@r>=9) { + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Doram,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Dragon,10; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=13) { + bonus bDef,200; + bonus bMdef,40; + } + } + } + } + - Id: 15957 + AegisName: aegis_15957 + Name: "[Not for Sale] Helmet Of Siegfried TH" + Type: Armor + Weight: 300 + Defense: 60 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1055 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + bonus bMdef,15; + if (readparam(bInt)>=108) + bonus2 bSkillAtk,"RK_DRAGONBREATH",15; + if (readparam(bDex)>=108) + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; + if (readparam(bInt)>=120 && readparam(bDex)>=120) { + bonus2 bSkillAtk,"RK_DRAGONBREATH",10; + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10; + } + if (.@r>=7) { + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + if (.@r>=9) { + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Doram,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Dragon,10; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=13) { + bonus bDef,200; + bonus bMdef,40; + } + } + } + } + - Id: 15958 + AegisName: aegis_15958 + Name: "[Not For Sale] Giant Snake Breath" + Type: Armor + View: 1050 + Weight: 300 + Defense: 2 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + Script: | + bonus2 bMagicAtkEle,Ele_Fire,1; + - Id: 15959 + AegisName: Comp_Phantom_Cap + Name: "[Not for Sale] Phantom of Masquerade" + Type: Armor + View: 1899 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bMagicAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Medium,15; + } + - Id: 15960 + AegisName: Comp_Scorpio_Diadem_K + Name: "[Not for Sale] Scorpio Celestial Coronet K" + Type: Armor + View: 606 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bMagicAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Medium,15; + } + - Id: 15961 + AegisName: Comp_Clock_Casket_RD + Name: "[Not for Sale] Red Clock Casquette" + Type: Armor + View: 1777 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus bShortAtkRate,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Medium,15; + } + - Id: 15962 + AegisName: Comp_L_Sorcerer_Crown + Name: "[Not for Sale] Great Sorcerer Crown" + Type: Armor + View: 1811 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bMagicAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Medium,15; + } + - Id: 15963 + AegisName: Comp_Ignis_CapK + Name: "[Not for Sale] Ignis Cap K" + Type: Armor + View: 803 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus bLongAtkRate,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Medium,15; + } + - Id: 15964 + AegisName: Comp_Sagi_DiademK + Name: "[Not for Sale] Sagittarius Celestial Coronet K" + Type: Armor + View: 618 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus bLongAtkRate,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Medium,15; + } + - Id: 15965 + AegisName: Comp_Stripe_Hat + Name: "[Not for Sale] Stripe Hat" + Type: Armor + View: 1728 + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,20*(.@r/2); + if (.@r>=7) { + bonus bVariableCastrate,-15; + } + if (.@r>=9) { + bonus bLongAtkRate,15; + } + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Medium,15; + } + - Id: 15966 + AegisName: aegis_15966 + Name: "[Not For Sale] Sigrun's Wing" + Type: Armor + View: 568 + Weight: 100 + Defense: 2 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief || (BaseJob == Job_Taekwon && Class!=Job_Soul_Linker)) + bonus bAspd,1; + else if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) { + bonus bMatk,5; + bonus bHealPower,2; + } + else if (BaseClass == Job_Archer || BaseClass == Job_Gunslinger) + bonus bLongAtkRate,2; + else if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice) { + bonus bMaxHP,120; + bonus bMaxSP,60; + } + - Id: 15967 + AegisName: aegis_15967 + Name: "[Not For Sale] Pink Angeling Bubble" + Type: Armor + View: 975 + Weight: 50 + Defense: 5 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bAspd,1; + bonus bMaxHP,200; + - Id: 15968 + AegisName: aegis_15968 + Name: Orange Rabbit + Type: Armor + Defense: 60 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1887 + Script: | + bonus bMaxHPrate,5; + bonus bAspdRate,5; + bonus2 bAddRace,RC_All,6; + bonus2 bMagicAddRace,RC_All,6; + - Id: 15969 + AegisName: aegis_15969 + Name: Twin Cannon + Type: Armor + Weight: 150 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1865 + Script: | + bonus bDelayrate,-5; - Id: 15970 AegisName: aegis_15970 Name: "[Not For Sale] CD in Mouth K" @@ -71705,6 +78078,233 @@ Body: Script: | bonus2 bMagicAtkEle,Ele_All,5; bonus5 bAutoSpell,"MG_SOULSTRIKE",10,100,BF_SHORT|BF_WEAPON,1; + - Id: 15976 + AegisName: aegis_15976 + Name: Adam's Apple In Mouth + Type: Armor + Weight: 300 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bMdef,-5; + bonus2 bSubRace,RC_Angel,-15; + bonus2 bSubEle,Ele_Holy,-15; + if (strcharinfo(3) == "1@lab") { + bonus2 bAddClass,Class_Boss,15; + bonus2 bMagicAddClass,Class_Boss,15; + bonus2 bAddDamageClass,1088,15; + bonus2 bAddDamageClass,1089,15; + bonus2 bAddDamageClass,1090,15; + bonus2 bAddDamageClass,1092,15; + bonus2 bAddDamageClass,1093,15; + bonus2 bAddDamageClass,1096,15; + bonus2 bAddDamageClass,1120,15; + bonus2 bAddMagicDamageClass,1088,15; + bonus2 bAddMagicDamageClass,1089,15; + bonus2 bAddMagicDamageClass,1090,15; + bonus2 bAddMagicDamageClass,1092,15; + bonus2 bAddMagicDamageClass,1093,15; + bonus2 bAddMagicDamageClass,1096,15; + bonus2 bAddMagicDamageClass,1120,15; + } + - Id: 15977 + AegisName: aegis_15977 + Name: Shrine Maiden Ribbon + Type: Armor + Weight: 300 + Defense: 10 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 908 + Script: | + bonus2 bVariableCastrate,"PR_MAGNUS",-100; + bonus2 bFixedCastrate,"PR_MAGNUS",-100; + if (BaseLevel>=130) + bonus2 bSkillAtk,"PR_MAGNUS",120; + - Id: 15978 + AegisName: aegis_15978 + Name: "[Not For Sale] Shrine Maiden Ribbon" + Type: Armor + Weight: 300 + Defense: 10 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 908 + Script: | + bonus2 bVariableCastrate,"PR_MAGNUS",-100; + bonus2 bFixedCastrate,"PR_MAGNUS",-100; + if (BaseLevel>=130) + bonus2 bSkillAtk,"PR_MAGNUS",120; + - Id: 15980 + AegisName: aegis_15980 + Name: Wonder Egg Basket + Type: Armor + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2055 + Script: | + bonus2 bAddSize,Size_All,5; + bonus2 bMagicAddSize,Size_All,5; + switch( getpetinfo(PETINFO_EGGID) ) { + case 9121: // Ork_Hero_EGG (Todo in Pet_db.yml) + bonus2 bAddClass,Class_Boss,10; + break; + case 9115: // Bacsojin_Egg2 (Todo in Pet_db.yml) + skill "AB_RENOVATIO",4; + break; + case 9113: // Roost_Of_Skelion (Todo in Pet_db.yml) + bonus2 bAddItemHealRate,579,333; + break; + case 9088: // Angeling_Egg + bonus2 bExpAddRace,RC_All,10; + bonus bBaseAtk,(readparam(Luk)/3); + bonus bMatk,(readparam(Luk)/3); + break; + case 9087: // High_Orc_Egg + bonus2 bAddRace,RC_Demon,10; + break; + case 9055: // Succubus_Egg + bonus2 bSPDrainRate,10,1; + break; + case 9052: // Incubus_Egg + bonus2 bHPDrainRate,20,5; + break; + case 9119: // Alicel_EGG + bonus bVariableCastrate,-10; + bonus2 bMagicAtkEle,Ele_Neutral,5; + break; + } + - Id: 15981 + AegisName: aegis_15981 + Name: All Above Time (Magic) + Type: Armor + Weight: 600 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1309 + Script: | + bonus bDelayrate,-10; + bonus2 bMagicAddEle,Ele_All,10; + - Id: 15982 + AegisName: aegis_15982 + Name: All Above Time (Range) + Type: Armor + Weight: 600 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1309 + Script: | + bonus bDelayrate,-10; + bonus bLongAtkRate,10; + - Id: 15983 + AegisName: aegis_15983 + Name: All Above Time (Melee) + Type: Armor + Weight: 600 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1309 + Script: | + bonus bDelayrate,-10; + bonus bShortAtkRate,10; + - Id: 15984 + AegisName: aegis_15984 + Name: "[Not For Sale] Heavenly Order" + Type: Armor + View: 1093 + Slots: 1 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@a = readparam(bStr)/18; + .@b = readparam(bAgi)/18; + .@c = readparam(bVit)/18; + .@d = readparam(bInt)/18; + .@e = readparam(bDex)/18; + .@f = readparam(bLuk)/18; + skill "MC_IDENTIFY",1; + bonus bHit,2*.@a; + bonus bMaxHPrate,2*.@a; + bonus bFlee,2*.@b; + bonus bAspdRate,.@b; + bonus bMdef,2*.@c; + bonus bVariableCastrate,-.@c; + bonus bMaxSPrate,2*.@d; + bonus bUseSPrate,-2*.@d; + bonus bCritical,2*.@e; + bonus bPerfectHitAddRate,2*.@e; + bonus bDef,20*.@f; + bonus bBaseAtk,10*.@f; + bonus bMatk,10*.@f; + - Id: 15985 + AegisName: aegis_15985 + Name: "[Not For Sale] Little Garden" + Type: Armor + View: 1830 + Weight: 100 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bBaseAtk,40; + bonus bCritAtkRate,5; + if (readparam(bLuk)>=90) { + bonus bBaseAtk,60; + bonus bCritAtkRate,10; + } + if (readparam(bLuk)>=125) { + bonus bBaseAtk,80; + bonus bCritAtkRate,20; + } - Id: 16000 AegisName: Erde Name: Erde @@ -71802,6 +78402,10 @@ Body: Script: | bonus2 bAddEff,Eff_Stun,1000; bonus2 bAddSize,Size_All,40; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 16003 AegisName: Carga_Mace Name: Carga Mace @@ -72002,11 +78606,11 @@ Body: Script: | .@r = getrefine(); if (.@r>=6) { - bonus2 bSkillAtk,"GN_CRAZYWEED",20+((.@r-5)*2); + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20+((.@r-5)*2); bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20+((.@r-5)*2); } else { - bonus2 bSkillAtk,"GN_CRAZYWEED",20; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20; bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20; } - Id: 16011 @@ -72162,7 +78766,7 @@ Body: bonus bUnbreakableWeapon; bonus2 bAddEff,Eff_Stun,1500; bonus3 bAutoSpell,"SM_BASH",max(getskilllv("SM_BASH"),5),20; - bonus2 bAddEff2,Eff_Freeze,100; + bonus2 bAddEff2,Eff_Freezing,100; if (BaseLevel>99) bonus bBaseAtk,20; - Id: 16017 @@ -72207,7 +78811,7 @@ Body: Fourth: true Locations: Right_Hand: true - WeaponLevel: 3 + WeaponLevel: 4 EquipLevelMin: 130 Refineable: true Script: | @@ -72405,8 +79009,9 @@ Body: EquipLevelMin: 40 Refineable: true Script: | - bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_DemiHuman,10; + bonus2 bAddRace,RC_Player_Human,10; + bonus2 bAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Earth,10; - Id: 16025 AegisName: TE_Woe_Mace @@ -73002,6 +79607,53 @@ Body: bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } + - Id: 16050 + AegisName: Mace_of_Trust2 + Name: "[Rental] Hunting Hammer" + Type: Weapon + SubType: Mace + Attack: 130 + Range: 1 + Jobs: + Acolyte: true + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Monk: true + Novice: true + Priest: true + SuperNovice: true + Swordman: true + Locations: + Right_Hand: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Fire; + if (.@r>=7) { + bonus2 bAddRace,RC_Insect,10; + bonus2 bAddRace,RC_DemiHuman,10; + bonus2 bAddEle,Ele_Earth,10; + bonus2 bAddEle,Ele_Water,10; + if (.@r>=9) { + bonus2 bAddRace,RC_Insect,15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddEle,Ele_Earth,15; + bonus2 bAddEle,Ele_Water,15; + } + } - Id: 16051 AegisName: Valkyrie_Hammer Name: Valkyrie Hammer @@ -73063,9 +79715,26 @@ Body: bonus bHit,10; bonus bVariableCastrate,-.@r/2; } + - Id: 16052 + AegisName: Iron_Driver_ + Name: Iron Driver + Type: Weapon + SubType: Mace + Buy: 20 + Weight: 3000 + Attack: 155 + Range: 2 + Jobs: + Monk: true + Priest: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 78 + Refineable: true - Id: 16053 AegisName: Lora_Iron_Ball - Name: Lora_ ron Ball + Name: Lora's Iron Flail Type: Weapon SubType: Mace Weight: 1500 @@ -73126,6 +79795,50 @@ Body: bonus2 bSkillAtk,"GN_CARTCANNON",10; bonus2 bSkillAtk,"SR_SKYNETBLOW",10; bonus bBaseAtk,7*(getrefine()+(min(BaseLevel,150)/10)); + - Id: 16055 + AegisName: UnrivaledMace + Name: Unrivaled Mace + Type: Weapon + SubType: Mace + Buy: 20 + Weight: 2000 + Attack: 130 + Range: 1 + Slots: 3 + Jobs: + Acolyte: true + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Monk: true + Novice: true + Priest: true + SuperNovice: true + Swordman: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Earth; + if (.@r >= 7) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddEle,Ele_Wind,10; + bonus2 bAddEle,Ele_Earth,10; + } + if (.@r >= 9) { + bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Wind,15; + bonus2 bAddEle,Ele_Earth,15; + } - Id: 16056 AegisName: Veteran_Hammer_ Name: Veteran Hammer @@ -73149,6 +79862,46 @@ Body: bonus bCriticalRate,getskilllv("PR_MACEMASTERY")*2; bonus bInt,1; bonus bLuk,1; + - Id: 16057 + AegisName: Blue_Mace + Name: Blue Mace + Type: Weapon + SubType: Mace + Buy: 20 + Weight: 2000 + Attack: 130 + Range: 1 + Slots: 3 + Jobs: + Acolyte: true + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Merchant: true + Monk: true + Novice: true + Priest: true + SuperNovice: true + Swordman: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Water; + if (.@r>=7) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddEle,Ele_Fire,10; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddEle,Ele_Fire,15; + } - Id: 16058 AegisName: Diva_Mace Name: Diva Mace @@ -73250,6 +80003,33 @@ Body: Script: | bonus bUnbreakableWeapon; bonus2 bAddEff,Eff_Stun,(300*getrefine()); + - Id: 16061 + AegisName: Sinister_Mace_J + Name: Mace of Evil + Type: Weapon + SubType: Mace + Buy: 100000 + Weight: 500 + Attack: 105 + Range: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Monk: true + Priest: true + SuperNovice: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 16063 AegisName: Long_Mace_IL Name: Illusion Long Mace @@ -73328,7 +80108,8 @@ Body: Script: | .@r = getrefine(); bonus bAspd,(.@r/2); - bonus2 bSkillAtk,"AB_DUPLELIGHT",(3*.@r); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",(3*.@r); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",(3*.@r); bonus bUnbreakableWeapon; - Id: 16075 AegisName: Rebeginer_NC_Mace @@ -73471,7 +80252,7 @@ Body: } - Id: 16088 AegisName: Saphir_Hall_OS - Name: Sapphire Mace-OS + Name: Sapphire Hall-OS Type: Weapon SubType: Mace Buy: 20 @@ -73617,9 +80398,9 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bBaseAtk,4*.@r; - bonus2 bSkillAtk,"GN_CRAZYWEED",20; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20; if (.@r>=9) - bonus2 bSkillAtk,"GN_CRAZYWEED",30; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",30; if (.@r>=11) bonus2 bSkillCooldown,"GN_CRAZYWEED",-2000; - Id: 16095 @@ -73648,7 +80429,8 @@ Body: bonus bAspd,1; bonus bMatk,4*.@r; if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40; } if (.@r>=11) bonus3 bAutoSpell,"AB_JUDEX",max(2,getskilllv("AB_JUDEX")),50; @@ -73788,6 +80570,10 @@ Body: NoAuction: true Script: | bonus bLongAtkRate,20; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bBaseAtk,10; + bonus bMatk,10; + } - Id: 18101 AegisName: F_Bow_Of_Rudra_C Name: Rudra Bow @@ -74714,7 +81500,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus2 bSkillAtk,"RA_ARROWSTORM",10; bonus bLongAtkRate,2*.@r; .@val = (5*.@r)+6*(min(BaseLevel,150)/10); @@ -74722,6 +81508,123 @@ Body: .@val += 15; } bonus bBaseAtk,.@val; + - Id: 18142 + AegisName: UnrivaledBow + Name: Unrivaled Bow + Type: Weapon + SubType: Bow + Buy: 20 + Weight: 1500 + Attack: 120 + Range: 5 + Slots: 2 + Jobs: + Archer: true + BardDancer: true + Hunter: true + Rogue: true + Thief: true + Locations: + Both_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Earth; + if (.@r >= 7) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddEle,Ele_Wind,10; + bonus2 bAddEle,Ele_Earth,10; + } + if (.@r >= 9) { + bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Wind,15; + bonus2 bAddEle,Ele_Earth,15; + } + /*Todo When Equipped Adds Earth Attribute to Bullets for 180 Minutes*/ + - Id: 18143 + AegisName: Avenger_Hunter_Bow + Name: Avenger Hunter Bow + Type: Weapon + SubType: Bow + Buy: 20 + Attack: 170 + Range: 5 + Jobs: + BardDancer: true + Hunter: true + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus2 bAddRace,RC_DemiHuman,30; + bonus2 bAddRace,RC_Player_Human,30; + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus bCritAtkRate,2*.@r; + if (.@r>=5) { + bonus2 bAddRace,RC_DemiHuman,20; + bonus2 bAddRace,RC_Player_Human,20; + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (.@r>=7) { + bonus2 bAddRace,RC_DemiHuman,20+(pow(min(10,.@r)-4,2)); + bonus2 bAddRace,RC_Player_Human,20+(pow(min(10,.@r)-4,2)); + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + if (.@r>=9) { + bonus2 bSkillAtk,"RA_ARROWSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + } + } + } + - Id: 18144 + AegisName: Blue_Bow + Name: Blue Bow + Type: Weapon + SubType: Bow + Buy: 20 + Weight: 1500 + Attack: 120 + Range: 5 + Slots: 2 + Jobs: + Archer: true + BardDancer: true + Hunter: true + Rogue: true + Thief: true + Locations: + Both_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + if (.@r>=7) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddEle,Ele_Fire,10; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddEle,Ele_Fire,15; + } + /*Todo: When Equipped Adds Water Attribute to Arrows for 180 minutes*/ - Id: 18145 AegisName: Vigilante_Bow Name: Vigilante Bow @@ -74750,7 +81653,7 @@ Body: if (.@r>=9) { bonus2 bSkillAtk,"AC_DOUBLE",50; } - bonus bLongAtkRate,.@bonus; + bonus2 bWeaponDamageRate,W_BOW,.@bonus; - Id: 18146 AegisName: Diva_Wing Name: Diva Wing @@ -74816,6 +81719,29 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 18148 + AegisName: Sinister_Bow_J + Name: Bow of Evil + Type: Weapon + SubType: Bow + Buy: 100000 + Weight: 400 + Attack: 100 + Range: 5 + Jobs: + BardDancer: true + Hunter: true + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 18149 AegisName: Balistar_IL Name: Illusion Ballista @@ -74899,7 +81825,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; bonus bBaseAtk,6*(min(BaseLevel,160)/10); if (getrefine()>=7) bonus bLongAtkRate,getskilllv("BA_MUSICALLESSON")+getskilllv("DC_DANCINGLESSON"); @@ -75099,7 +82025,7 @@ Body: Script: | bonus bLongAtkRate,5; if (getrefine()>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } - Id: 18170 AegisName: Narcis_Bow @@ -75127,7 +82053,7 @@ Body: bonus bBaseAtk,.@r/2*10; bonus bLongAtkRate,.@r/3*4; if (.@r>=9) - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@r>=11) bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - Id: 18174 @@ -75159,7 +82085,6 @@ Body: if (.@r >= 11) { bonus2 bAddRace,RC_Insect,30; bonus2 bAddRace,RC_Brute,30; - bonus2 bAddRace,RC_Player_Doram,30; } } } @@ -75295,7 +82220,7 @@ Body: if (.@r >= 9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; if (.@r >= 11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } } } @@ -75403,7 +82328,7 @@ Body: bonus bBaseAtk,10*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; @@ -75546,7 +82471,7 @@ Body: .@r = getrefine(); bonus bLongAtkRate,10+.@r; if (.@r>=9) - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",30; if (.@r>=11) bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - Id: 18190 @@ -75615,9 +82540,10 @@ Body: } - Id: 18193 AegisName: Rapid_Fire_C_Bow_J - Name: Rapid Fire # !todo check english name + Name: Rapid Fire Type: Weapon SubType: Bow + Buy: 200000 Weight: 900 Attack: 160 MagicAttack: 170 @@ -75629,7 +82555,7 @@ Body: All_Third: true Fourth: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true @@ -75637,9 +82563,10 @@ Body: bonus2 bSkillAtk,"SC_TRIANGLESHOT",30; - Id: 18194 AegisName: Sharp_Star_Bow_J - Name: Sharp Star # !todo check english name + Name: Sharp Star Type: Weapon SubType: Bow + Buy: 200000 Weight: 900 Attack: 160 MagicAttack: 170 @@ -75651,7 +82578,7 @@ Body: All_Third: true Fourth: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true @@ -75659,9 +82586,10 @@ Body: bonus2 bSkillAtk,"SN_SHARPSHOOTING",30; - Id: 18195 AegisName: Aiming_Bow_J - Name: Aiming Bow # !todo check english name + Name: Aiming Bow Type: Weapon SubType: Bow + Buy: 200000 Weight: 900 Attack: 160 MagicAttack: 170 @@ -75673,7 +82601,7 @@ Body: All_Third: true Fourth: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true @@ -75681,9 +82609,10 @@ Body: bonus2 bSkillAtk,"RA_AIMEDBOLT",30; - Id: 18196 AegisName: Falken_Shooter_J - Name: Falken Shooter # !todo check english name + Name: Falken Shooter Type: Weapon SubType: Bow + Buy: 200000 Weight: 900 Attack: 160 MagicAttack: 170 @@ -75695,7 +82624,7 @@ Body: All_Third: true Fourth: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true @@ -75703,9 +82632,10 @@ Body: bonus2 bSkillAtk,"HT_BLITZBEAT",30; - Id: 18197 AegisName: Wind_Gale_J - Name: Wind Gale # !todo check english name + Name: Wind Gale Type: Weapon SubType: Bow + Buy: 200000 Weight: 900 Attack: 160 MagicAttack: 170 @@ -75717,7 +82647,7 @@ Body: All_Third: true Fourth: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 4 EquipLevelMin: 100 Refineable: true @@ -75755,6 +82685,48 @@ Body: bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; } + - Id: 18200 + AegisName: Realgar_Shooter_EXE + Name: Realgar Shooter + Type: Weapon + SubType: Bow + Weight: 1100 + Attack: 100 + Range: 5 + Slots: 1 + Jobs: + Hunter: true + Rogue: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDex,3; + if (.@r>=5) { + bonus bAtkRate,2; + bonus bAspd,1; + } + if (.@r>=7) { + bonus bBaseAtk,10; + bonus2 bSkillAtk,"HT_BLITZBEAT",10; + } + if (.@r>=9) { + bonus bBaseAtk,20; + bonus bLongAtkRate,5; + bonus2 bSkillAtk,"HT_BLITZBEAT",20; + } + if (.@r>=10) { + bonus bAtkRate,3; + bonus bMaxHP,500; + bonus2 bAddRace,RC_All,2; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bAddRace,RC_All,3; + } - Id: 18201 AegisName: Comp_Scalet_DragonL_Bow Name: "[Not For Sale] Scarlet Dragon Leather Bow" @@ -75822,7 +82794,7 @@ Body: bonus bBaseAtk,(.@r/2)*10; bonus bLongAtkRate,(.@r/3)*4; if (.@r>=9) - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@r>=11) bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - Id: 18500 @@ -75942,7 +82914,9 @@ Body: bonus bMaxHPrate,1; bonus2 bAddMonsterDropItem,517,500; bonus2 bAddItemHealRate,517,25; - /*Gold PC Room: bonus bAllStats,1;*/ + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bAllStats,1; + } - Id: 18506 AegisName: Hattah_Black Name: Hattah Black @@ -76264,7 +83238,7 @@ Body: } - Id: 18523 AegisName: Super_Scell - Name: Thunderstorm Cloud + Name: Super Scell Type: Armor Buy: 20 Weight: 100 @@ -76487,7 +83461,7 @@ Body: View: 710 Script: | bonus bStr,1; - bonus2 bAddClass,Class_All,5; + bonus bAtkRate,5; bonus bDelayrate,-1; bonus bMaxHP,getrefine()*100; bonus2 bSkillAtk,"MC_MAMMONITE",20; @@ -76679,6 +83653,12 @@ Body: Head_Low: true ArmorLevel: 1 View: 720 + Script: | + bonus2 bAddMonsterDropItem,529,200; + bonus2 bAddMonsterDropItem,530,200; + bonus2 bAddMonsterDropItem,11535,50; + bonus2 bAddItemHealRate,529,50; + bonus2 bAddItemHealRate,530,50; - Id: 18547 AegisName: Campus_Festival Name: Campus Festival @@ -77070,9 +84050,9 @@ Body: Trade: NoDrop: true Script: | - bonus bMaxHPrate,1+getrefine(); + bonus bMaxHPrate,1+(getrefine()/2); if (getrefine()>9) { - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; } - Id: 18570 AegisName: Ancient_Gold_Deco @@ -77162,7 +84142,12 @@ Body: if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) bonus bMatkRate,(.@r/2); if (BaseClass == Job_Archer || Class == Job_Gunslinger) - bonus bBaseAtk,.@r; + bonus bLongAtkRate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus bAllStats,1; + } - Id: 18573 AegisName: White_Feather Name: White Feather @@ -77199,6 +84184,7 @@ Body: Defense: 10 Slots: 1 Locations: + Head_Mid: true Head_Top: true ArmorLevel: 1 EquipLevelMin: 70 @@ -77211,7 +84197,6 @@ Body: bonus bAllStats,1; .@r = getrefine(); bonus2 bAddClass,Class_Boss,(.@r>5?.@r+5:10); - bonus2 bMagicAddClass,Class_Boss,(.@r>5?.@r+5:10); bonus2 bSubClass,Class_Normal,-5; - Id: 18575 AegisName: Wunderkammer @@ -77318,7 +84303,7 @@ Body: bonus bMdef,3; bonus bHealPower,2; .@r = getrefine(); - bonus bHealpower2,10; + bonus bHealPower2,10; if (.@r >= 7) { bonus bHealPower,5; } @@ -77644,6 +84629,7 @@ Body: Locations: Head_Top: true ArmorLevel: 1 + EquipLevelMin: 70 Refineable: true View: 759 Trade: @@ -77726,12 +84712,15 @@ Body: Trade: NoDrop: true Script: | - bonus bMdef,5; .@r = getrefine(); if (.@r < 5) .@r = 5; - bonus2 bSubRace,RC_DemiHuman,(.@r - 5); - bonus2 bMagicAddRace,RC_DemiHuman,(.@r - 5); + bonus bMatkRate,5; + bonus2 bSubRace,RC_DemiHuman,.@r-5; + bonus2 bSubRace,RC_Player_Human,.@r-5; + bonus2 bMagicAddRace,RC_DemiHuman,.@r-5; + bonus2 bMagicAddRace,RC_Player_Human,.@r-5; + bonus bMdef,5; - Id: 18602 AegisName: Watermelon_Slice Name: Watermelon Bite @@ -77801,6 +84790,9 @@ Body: ArmorLevel: 1 EquipLevelMin: 30 View: 767 + Script: | + bonus bMatkRate,3; + bonus bHealPower,1; - Id: 18607 AegisName: Blush_ Name: Blush @@ -78164,6 +85156,8 @@ Body: View: 781 Script: | bonus bMdef,5; + bonus bMaxHPrate,2; + bonus2 bSubRace,RC_DemiHuman,5; - Id: 18629 AegisName: B_Desert_Wolf_Hat Name: Baby Desert Wolf Hat @@ -78762,7 +85756,7 @@ Body: bonus bInt,3; - Id: 18664 AegisName: Blind_Glasses - Name: Blind Glasses + Name: Stunner Shades Type: Armor Buy: 20 Weight: 400 @@ -79015,9 +86009,14 @@ Body: Head_Low: true ArmorLevel: 1 EquipLevelMin: 20 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true View: 823 - Script: | - bonus2 bAddRace,RC_Plant,2; - Id: 18678 AegisName: Leek_In_Mouth Name: Leek In Mouth @@ -79715,7 +86714,7 @@ Body: Script: | bonus2 bAddRace,RC_DemiHuman,12; bonus2 bAddRace,RC_Player_Human,12; - bonus bBaseAtk,(JobLevel*2)/7; + bonus bBaseAtk,(JobLevel/7)*2; - Id: 18725 AegisName: Rabbit_Ear_Knit_Hat Name: Rabbit Ear Knitted Hat @@ -80244,6 +87243,7 @@ Body: Script: | bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bSubRace,RC_Player_Human,10; - Id: 18756 AegisName: Black_Shiba_Inu_Hat Name: Black Shiba Inu Hat @@ -80275,6 +87275,8 @@ Body: ArmorLevel: 1 Refineable: true View: 896 + Script: | + bonus2 bAddSize,Size_Medium,5; - Id: 18759 AegisName: Stretched_Nose_M Name: Wood Goblin's Nose @@ -80693,7 +87695,7 @@ Body: bonus bLuk,10; - Id: 18778 AegisName: Pink_Bunny_Band_J - Name: Pink Bunny Band + Name: Rabbit Hairband (Peach) Type: Armor Buy: 400000 Weight: 100 @@ -81015,7 +88017,7 @@ Body: bonus2 bSkillAtk,"MG_COLDBOLT",50; bonus bMdef,10; if (.@r>6) - bonus2 bSkillAtk,"SC_SPELLFIST",25; + bonus2 bSkillAtk,"SO_SPELLFIST",25; if (.@r>8) bonus bAspd,5; - Id: 18796 @@ -81102,7 +88104,7 @@ Body: bonus2 bMagicAtkEle,Ele_Water,4; - Id: 18801 AegisName: Gale_Hairband - Name: Gale Hairband + Name: Gale Hair Ornament Type: Armor Buy: 20 Weight: 250 @@ -81238,7 +88240,7 @@ Body: bonus2 bSubRace,RC_Plant,10; - Id: 18808 AegisName: Wing_Form_Spectacle - Name: Wing Form Spectacle + Name: Wing Style Spectacle Type: Armor Buy: 20 Weight: 100 @@ -81286,8 +88288,6 @@ Body: bonus bMdef,12; bonus2 bSubRace,RC_Demon,5; bonus2 bSubRace,RC_Undead,5; - bonus2 bSubRace,RC_DemiHuman,5; - bonus2 bSubRace,RC_Player_Human,5; - Id: 18811 AegisName: JRO_White_Snake Name: White Snake @@ -81538,6 +88538,38 @@ Body: bonus bAspd,1; bonus bAspdRate,1; } + - Id: 18824 + AegisName: Mask_Of_Bankrupt + Name: Bankruptcy Mask + Type: Armor + Buy: 20 + Weight: 490 + Slots: 1 + Locations: + Head_Mid: true + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 49 + View: 936 + Script: | + autobonus "{ bonus2 bHPRegenRate,50,2000; bonus2 bSPRegenRate,10,2000; }",10,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; + - Id: 18825 + AegisName: Money_Lost_Spirit + Name: Grief for Greed + Type: Armor + Buy: 20 + Weight: 1200 + Defense: 8 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 38 + Refineable: true + View: 937 + Script: | + bonus bInt,1; + bonus bDex,1; - Id: 18827 AegisName: Valkyrie_Circlet Name: Valkyrie Circlet @@ -81579,7 +88611,7 @@ Body: Script: | bonus bAllStats,5; bonus bMdef,5; - bonus bSpeedAddRate,10; + bonus bSpeedRate,25; skill "AL_TELEPORT",1; bonus bUnbreakableHelm; - Id: 18829 @@ -81607,7 +88639,7 @@ Body: Script: | bonus bAllStats,4; bonus bMdef,5; - bonus bSpeedAddRate,10; + bonus bSpeedRate,25; skill "AL_TELEPORT",1; bonus bUnbreakableHelm; - Id: 18830 @@ -81635,7 +88667,7 @@ Body: Script: | bonus bAllStats,3; bonus bMdef,5; - bonus bSpeedAddRate,10; + bonus bSpeedRate,25; skill "AL_TELEPORT",1; bonus bUnbreakableHelm; - Id: 18831 @@ -81653,7 +88685,7 @@ Body: Script: | bonus bAllStats,2; bonus bMdef,5; - bonus bSpeedAddRate,10; + bonus bSpeedRate,10; - Id: 18832 AegisName: Rolf_Von_Gigue_666 Name: Rolf Von Gigue 666 @@ -81892,7 +88924,7 @@ Body: bonus2 bHPLossRate,50,5000; - Id: 18849 AegisName: Celines_Ribbon - Name: Celines Ribbon + Name: Celine's Ribbon Type: Armor Buy: 10 Weight: 200 @@ -81941,7 +88973,6 @@ Body: View: 397 Script: | bonus bMaxHPrate,5+(getrefine()/2); - bonus bAllStats,7; - Id: 18852 AegisName: D_Strawberry_Hat Name: Tasty Strawberry Hat @@ -81989,7 +89020,6 @@ Body: View: 865 Script: | bonus bMaxSPrate,2+(getrefine()/2); - bonus bAllStats,7; - Id: 18855 AegisName: Aviator_Hat Name: Aviator Hat @@ -82099,7 +89129,7 @@ Body: } - Id: 18861 AegisName: Zaha_Doll_Hat_J - Name: Zaha Doll J Hat + Name: Zaha Doll Hat Type: Armor Buy: 10 Weight: 100 @@ -82232,7 +89262,7 @@ Body: bonus bLongAtkRate,2; - Id: 18868 AegisName: Assassin_Skull_Mask - Name: Assassin Skull Mask + Name: Assassin's Skull Mask Type: Armor Buy: 10 Weight: 500 @@ -82983,6 +90013,13 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1039 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAllStats,1; bonus bUnbreakableHelm; @@ -83106,7 +90143,7 @@ Body: bonus bDex,2; - Id: 18925 AegisName: GodOfWinds_Fan - Name: GodOfWinds Fan + Name: God of Winds Fan Type: Armor Weight: 300 Locations: @@ -83115,7 +90152,7 @@ Body: View: 1051 Script: | bonus2 bSkillAtk,"WZ_VERMILION",3; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",3; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",3; bonus bUseSPrate,5; - Id: 18926 AegisName: Green_Foxtail @@ -83247,6 +90284,25 @@ Body: bonus bAspdRate,10; .@r = getrefine(); autobonus "{ bonus bCritical,100; bonus bLongAtkRate,5+max(0,getrefine()-6); }",50+(.@r*2),5000,BF_NORMAL,"{ active_transform 1150,5000; }"; + - Id: 18935 + AegisName: There_Is_Something + Name: There is Something + Type: Armor + Weight: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 10 + View: 1091 + Script: | + bonus bUnbreakableHelm; + bonus bFlee2,8; + bonus bSpeedRate,25; + bonus3 bAddEffWhenHit,Eff_Curse,350,ATF_SHORT|ATF_SELF; + bonus3 bAddEffWhenHit,Eff_Fear,150,ATF_SHORT|ATF_SELF; + bonus3 bAddEffWhenHit,Eff_Curse,3500,ATF_MAGIC|ATF_SELF; + bonus3 bAddEffWhenHit,Eff_Fear,1500,ATF_MAGIC|ATF_SELF; - Id: 18936 AegisName: Golden_Fish Name: Golden Fish In Mouth @@ -83267,7 +90323,7 @@ Body: bonus2 bSubRace,RC_Fish,2; - Id: 18937 AegisName: Memories_Of_Lovers - Name: Memories Of Lovers + Name: Memory of Lovers Type: Armor Weight: 100 Locations: @@ -83892,7 +90948,7 @@ Body: bonus bMaxHPrate,(.@r/2); bonus bMaxSPrate,(.@r/2); bonus2 bSkillAtk,"CG_ARROWVULCAN",20*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15*(.@r/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15*(.@r/2); - Id: 18977 AegisName: Old_Midas_Whisper Name: Old Midas Whisper @@ -84073,7 +91129,7 @@ Body: bonus bMaxHPrate,(.@r/2); bonus bMaxSPrate,(.@r/2); bonus2 bSkillAtk,"CG_ARROWVULCAN",20*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15*(.@r/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15*(.@r/2); - Id: 18982 AegisName: Old_Circlet_Of_Bone Name: Old Circlet Of Bones @@ -84112,7 +91168,7 @@ Body: bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20*(.@r/2); - Id: 18983 AegisName: Old_Protect_Of_Crown - Name: Old Protect Of Crown + Name: Old Casket of Protection Type: Armor Buy: 10 Weight: 100 @@ -84147,6 +91203,7 @@ Body: bonus bMaxSPrate,(.@r/2); bonus2 bSkillAtk,"LG_CANNONSPEAR",20*(.@r/2); bonus2 bSkillAtk,"LG_OVERBRAND",15*(.@r/2); + bonus2 bSkillAtk,"LG_OVERBRAND_BRANDISH",(.@r/2)*15; - Id: 18984 AegisName: Old_Camo_RabbitHood Name: Old Camouflage Rabbit Hood @@ -84346,7 +91403,7 @@ Body: bonus2 bSubRace,RC_Demon,10; - Id: 19014 AegisName: Gravekeeper_Blinker - Name: Gravekeeper Blinkers + Name: Gravekeeper's Blinker Type: Armor Weight: 200 Defense: 1 @@ -84358,6 +91415,14 @@ Body: Script: | bonus2 bAddRace,RC_Undead,5; bonus2 bSubRace,RC_Undead,5; + - Id: 19015 + AegisName: C_Gemma_Hairband + Name: Costume Kama's Hairband + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 564 - Id: 19019 AegisName: Elemental_Crown Name: Elemental Crown @@ -84377,7 +91442,7 @@ Body: bonus bDex,(3+(BaseLevel>99?.@r:.@r/2)); - Id: 19020 AegisName: Survive_Circlet - Name: Survive Circlet + Name: Survivor's Circlet Type: Armor Weight: 500 Defense: 10 @@ -84514,7 +91579,7 @@ Body: bonus2 bSubRace,RC_Brute,5; - Id: 19028 AegisName: Minions_Of_Devil - Name: Devil's Minion + Name: Devil's Servant Type: Armor Weight: 200 Locations: @@ -84544,7 +91609,7 @@ Body: bonus bMaxHP,(15*BaseLevel); - Id: 19031 AegisName: Fallen_Angel_Blessing - Name: Fallen Angel Blessing + Name: Fallen Angel's Blessing Type: Armor Weight: 200 Defense: 1 @@ -84581,6 +91646,69 @@ Body: Script: | .@r = getrefine(); bonus bMaxHP,1000+(.@r >= 9 ? 1000 : .@r >=7 ? 400 : 0); + - Id: 19034 + AegisName: 37_Sculpt + Name: 307 Styles Scute + Type: Armor + Weight: 200 + Defense: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 10 + View: 1009 + Script: | + bonus2 bMagicAddRace,RC_Fish,4; + bonus2 bSubRace,RC_Fish,5; + - Id: 19035 + AegisName: Otter_Hat + Name: Otto Hat + Type: Armor + Weight: 30 + Defense: 5 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 20 + Refineable: true + View: 540 + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus2 bSPGainRace,RC_Fish,5; + bonus bHPGainValue,100; + bonus2 bSubRace,RC_Fish,(.@r>=7?10:(.@r>=5?5:0)); + - Id: 19036 + AegisName: Brabery_Hat + Name: Adventurer's Hat + Type: Armor + Buy: 20 + Weight: 1000 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 10 + Refineable: true + View: 891 + Script: | + bonus2 bExpAddRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_DemiHuman,-10; + - Id: 19037 + AegisName: 93_BloodyWing + Name: 93 Styles Bloody Wings + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 10 + View: 1037 + Script: | + bonus2 bMagicAddRace,RC_Plant,4; + bonus2 bSubRace,RC_Plant,5; - Id: 19038 AegisName: 12th_Crown Name: 12 Anniversary Crown of Saint @@ -84614,7 +91742,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,-4; - Id: 19041 AegisName: 666_DevilEar - Name: 666 Devil's Ear + Name: 666 Styles Demon's Ears Type: Armor View: 498 Weight: 200 @@ -84625,9 +91753,83 @@ Body: Script: | bonus2 bMagicAddRace,RC_Demon,4; bonus2 bSubRace,RC_Demon,5; + - Id: 19042 + AegisName: Maneater_Flower_Hairpin + Name: Maneater Flower Hairpin + Type: Armor + Weight: 300 + Defense: 5 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 20 + Refineable: true + View: 852 + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus2 bSPGainRace,RC_Insect,5; + bonus bHPGainValue,100; + bonus2 bSubRace,RC_Insect,(.@r>=7?10:(.@r>=5?5:0)); + - Id: 19043 + AegisName: Goibne's_Helmet_S + Name: Goibne's Helm + Type: Armor + Buy: 30000 + Weight: 500 + Defense: 10 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 54 + Refineable: true + View: 258 + Script: | + bonus bVit,3; + bonus bMdef,3; + - Id: 19044 + AegisName: Morrigane's_Helm_S + Name: Morrigane's Helm + Type: Armor + Buy: 30000 + Weight: 500 + Defense: 8 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 61 + Refineable: true + View: 257 + Script: | + bonus bLuk,2; + bonus bBaseAtk,3; + - Id: 19045 + AegisName: 14_RainbowWing + Name: 104 Styles Rainbow Feathers + Type: Armor + View: 1186 + Weight: 200 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 10 + Script: | + bonus2 bMagicAddRace,RC_Angel,4; + bonus2 bSubRace,RC_Angel,5; - Id: 19046 AegisName: DeadlyPoison_Manteau - Name: Deadly Poisonous Manteau + Name: Poisonous Manteau Type: Armor Weight: 500 Defense: 16 @@ -84651,7 +91853,7 @@ Body: bonus2 bMagicAddEle,Ele_Poison,2; - Id: 19047 AegisName: Angeling_KnitCap - Name: Angeling KnitCap + Name: Angeling Knit Cap Type: Armor Weight: 300 Defense: 5 @@ -84721,10 +91923,11 @@ Body: NoMail: true NoAuction: true Script: | - /*Enables use of Level 1 Monster's Cry*/ + /* skill "ALL_CATCRY",1; */ + .@r = getrefine(); + bonus2 bHPDrainRate,40,5+.@r/3; + bonus2 bSPDrainRate,10,2+.@r/5; bonus bAllStats,3; - bonus2 bHPDrainRate,40,5; - bonus2 bSPDrainRate,10,2; - Id: 19052 AegisName: Sigrun's_Wing_C Name: Rental Sigrun's Wing @@ -84780,7 +91983,7 @@ Body: NoMail: true NoAuction: true Script: | - /*Enables use of Level 1 Monster's Cry*/ + /* skill "ALL_CATCRY",1; */ .@r = getrefine(); bonus bAllStats,3; bonus2 bAddEff,Eff_Stun,500+(.@r*100); @@ -84868,7 +92071,7 @@ Body: Script: | bonus bHit,10; bonus bVariableCastrate,-5; - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; - Id: 19083 AegisName: Mask_of_Hero Name: Mask of Hero @@ -84928,8 +92131,8 @@ Body: bonus bAspd,1; bonus bAgi,-2; } else if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) { - bonus bMatk,3; - bonus bHealPower,2; + bonus bMatk,5; + bonus bHealPower,1; } else if (BaseClass == Job_Archer || BaseClass == Job_Gunslinger) bonus bLongAtkRate,1; else if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice) { @@ -84950,7 +92153,7 @@ Body: EquipLevelMin: 10 View: 345 Script: | - bonus2 bAddClass,Class_All,1; + bonus2 bAddClass,Class_All,2; bonus bMatkRate,1; bonus bDex,1; - Id: 19087 @@ -85054,6 +92257,7 @@ Body: Locations: Head_Mid: true ArmorLevel: 1 + EquipLevelMin: 10 View: 92 - Id: 19093 AegisName: Spinning_Eyes_ @@ -85151,7 +92355,7 @@ Body: } - Id: 19101 AegisName: Glastheim_Onlooker - Name: Glastheim Observer + Name: Glast Heim Spectator Type: Armor Buy: 20 Weight: 100 @@ -85162,7 +92366,7 @@ Body: Refineable: true View: 1041 Script: | - bonus2 bAddRace,RC_All,2; + bonus bAtkRate,2; bonus bDelayrate,-5; - Id: 19102 AegisName: Pale_Moon_Hat @@ -85198,7 +92402,27 @@ Body: bonus2 bSubRace2,RC2_THANATOS,20; bonus2 bMagicAddRace2,RC2_THANATOS,20; } - /* skill 3044,1; */ + skill "ALL_THANATOS_RECALL",1; + - Id: 19103 + AegisName: Kings_Crown + Name: Old King’s Crown + Type: Armor + Weight: 500 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1412 + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bMatkRate,5+max(1,(.@r-6)); + bonus3 bAddEff,Eff_Fear,1000,ATF_MAGIC; + if (.@r>=5) + bonus3 bAddEff,Eff_Fear,1000+(1000*(min(10,.@r-5)/2)),ATF_MAGIC; - Id: 19104 AegisName: YDragon_SkyWing Name: Dragon Emperor's Wing @@ -85233,6 +92457,20 @@ Body: bonus bMaxHP,1000; bonus bMaxSP,100; } + - Id: 19105 + AegisName: Explosion_Gum + Name: Explosion Gum + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1414 + Script: | + bonus2 bResEff,Eff_Sleep,10000; + bonus bVariableCastrate,10; - Id: 19106 AegisName: Magicstone_Of_Grace Name: Blessing of Gemstone @@ -85269,6 +92507,46 @@ Body: bonus bMatkRate,7; bonus bHealPower,7; } + - Id: 19107 + AegisName: Mad_Hatter + Name: Mad Hatter + Type: Armor + Weight: 800 + Defense: 12 + Slots: 1 + Locations: + Head_Top: true + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 1421 + Script: | + .@r = getrefine(); + .@per = ((.@r>=7)?10000:(.@r>=5?5000:2000)); + bonus bUnbreakableHelm; + bonus2 bSubSkill,"NPC_CRITICALSLASH",((.@r>=7)?100:(.@r>=5?50:20)); + bonus2 bSubEle,Ele_Dark,5*.@r; + if (BaseJob == Job_Novice) + bonus2 bResEff,Eff_Freeze,.@per; + else if (BaseJob == Job_Swordman) + bonus2 bResEff,Eff_Curse,.@per; + else if (BaseJob == Job_Mage) + bonus2 bResEff,Eff_Bleeding,.@per; + else if (BaseJob == Job_Archer) + bonus2 bResEff,Eff_Sleep,.@per; + else if (BaseJob == Job_Acolyte) + bonus2 bResEff,Eff_Stone,.@per; + else if (BaseJob == Job_Thief) + bonus2 bResEff,Eff_Blind,.@per; + else if (BaseJob == Job_Merchant) + bonus2 bResEff,Eff_Poison,.@per; + else if (BaseJob == Job_Taekwon) + bonus2 bResEff,Eff_Stun,.@per; + else if (BaseJob == Job_Ninja) + bonus2 bResEff,Eff_Silence,.@per; + else if (BaseJob == Job_Gunslinger) + bonus2 bResEff,Eff_Confusion,.@per; - Id: 19108 AegisName: Wild_Poring_Rider Name: Wild Poring Rider @@ -85334,7 +92612,7 @@ Body: hateffect(HAT_EF_VALHALLA_IDOL,false); - Id: 19110 AegisName: Valhalla_Idol_ - Name: Classic Neuralizer Box + Name: Valhalla Idol Type: Armor Defense: 2 Weight: 300 @@ -85517,8 +92795,8 @@ Body: bonus bVariableCastrate,-5; bonus bMaxHP,500; bonus bMaxSP,100; - bonus2 bSPDrainRate,30,3+(.@r/3); - bonus2 bHPDrainRate,10,1+(.@r/4); + bonus2 bHPDrainRate,30,3+(.@r/3); + bonus2 bSPDrainRate,10,1+(.@r/4); - Id: 19125 AegisName: Cylinder_Hairband Name: Cylinder Hairband @@ -85551,7 +92829,7 @@ Body: } - Id: 19126 AegisName: Shadow_Booster_ - Name: Magical Booster + Name: Shadow Booster Type: Armor Buy: 10 Weight: 300 @@ -85601,17 +92879,14 @@ Body: EquipLevelMin: 30 View: 422 Script: | - bonus bStr,1; - bonus bMdef,3; - bonus bInt,1; - bonus2 bSkillAtk,"MG_FIREBOLT",3; - bonus2 bSkillAtk,"WZ_FIREPILLAR",3; - bonus2 bSkillAtk,"WZ_METEOR",3; + bonus2 bMagicAtkEle,Ele_Fire,3; bonus2 bSkillAtk,"SM_BASH",4; bonus2 bSkillAtk,"SM_MAGNUM",4; - bonus2 bSkillAtk,"KN_PIERCE",3; - bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Water,-3; + bonus2 bSubEle,Ele_Fire,3; + bonus bMdef,3; + bonus bStr,1; + bonus bInt,1; - Id: 19129 AegisName: Chick_Hat_ Name: Chick Hat @@ -85632,6 +92907,8 @@ Body: skill "TF_DOUBLE",2; bonus2 bSubRace,RC_DemiHuman,3; bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Brute,3; + bonus2 bSubRace,RC_Player_Doram,3; - Id: 19130 AegisName: Magic_Eyes_ Name: Magic Eyes @@ -85654,7 +92931,6 @@ Body: Script: | bonus bMdef,5; bonus bVariableCastrate,-10; - bonus bUseSPrate,20; - Id: 19131 AegisName: Radio_Antenna_ Name: Radio Antenna @@ -85739,8 +93015,8 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bDropAddClass,Class_All,(.@r/2); - bonus2 bExpAddClass,Class_All,(.@r/2); + bonus2 bExpAddRace,RC_All,.@r/2; + bonus2 bDropAddRace,RC_All,.@r/2; bonus bMaxHPrate,2*(.@r/4); bonus bMaxSPrate,2*(.@r/4); if (.@r>=9) { @@ -85766,8 +93042,8 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bDropAddClass,Class_All,(.@r/2); - bonus2 bExpAddClass,Class_All,(.@r/2); + bonus2 bExpAddRace,RC_All,.@r/2; + bonus2 bDropAddRace,RC_All,.@r/2; bonus bMaxHPrate,(.@r/4); bonus bMaxSPrate,(.@r/4); if (.@r>=9) { @@ -85794,7 +93070,7 @@ Body: bonus bVit,2; bonus bLongAtkDef,5; bonus bShortWeaponDamageReturn,5; - if (Baselevel>=100) { + if (BaseLevel>=100) { bonus bMaxHP,2000; } else { @@ -85829,7 +93105,7 @@ Body: } - Id: 19139 AegisName: SurviveOrb - Name: Survive Orb + Name: Survivor's Orb Type: Armor Weight: 300 Locations: @@ -85844,7 +93120,7 @@ Body: bonus bVariableCastrate,-3; - Id: 19140 AegisName: Squirrel_Ear_Hat - Name: Squirrel Ear Hat + Name: Squirrel Ears Hood Hat Type: Armor Weight: 200 Defense: 10 @@ -85882,7 +93158,7 @@ Body: } - Id: 19141 AegisName: Tha_Maero_Mask_J - Name: Dolor Thanatos Mask + Name: Maero Mask Type: Armor Buy: 20 Weight: 200 @@ -85988,7 +93264,7 @@ Body: EquipLevelMin: 1 View: 1427 Script: | - bonus bLuk,2; + bonus bDex,2; bonus2 bExpAddRace,RC_All,5; bonus2 bDropAddRace,RC_All,5; - Id: 19148 @@ -86336,7 +93612,7 @@ Body: Refineable: true View: 106 Script: | - bonus2 bSubClass,Class_All,5; + bonus2 bSubEle,Ele_All,5; .@r = getrefine()*10; bonus2 bAddMonsterDropItem,23177,10+.@r; bonus2 bAddMonsterDropItem,7059,10+.@r; @@ -86365,7 +93641,6 @@ Body: bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; - bonus2 bMagicAddRace,RC_Brute,10; autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*"+.@r+"; }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*"+.@r+"; }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; }"; - Id: 19170 @@ -86427,7 +93702,7 @@ Body: } - Id: 19172 AegisName: PoPe_Osuwari_Head - Name: Sitting Pope Casual + Name: Pope Osuwari Head Type: Armor Buy: 1000 Weight: 400 @@ -86460,6 +93735,44 @@ Body: View: 1562 Script: | bonus2 bAddItemHealRate,536,100; + - Id: 19174 + AegisName: Flying_Drone + Name: Flying Drone + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 90 + View: 1561 + Script: | + skill "MC_OVERCHARGE",9; + bonus3 bAddMonsterIdDropItem,25212,2476,10000; + bonus3 bAddMonsterIdDropItem,6719,3073,10000; + bonus3 bAddMonsterIdDropItem,22567,2942,10000; + bonus3 bAddMonsterIdDropItem,22567,3000,10000; + bonus3 bAddMonsterIdDropItem,22567,3029,10000; + bonus3 bAddMonsterIdDropItem,22567,3097,10000; + bonus3 bAddMonsterIdDropItem,6919,3450,10000; + bonus3 bAddMonsterIdDropItem,6919,3473,10000; + /*Todo: When Defeat Realized Amdarais Drop Temporal Crystal (6607) 100%*/ + - Id: 19175 + AegisName: Jack_Head + Name: Pumpkin Head + Type: Armor + Buy: 20 + Weight: 310 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1415 - Id: 19176 AegisName: Fallen_Angel_Blessing_ Name: Fallen Angel Blessing @@ -86543,7 +93856,7 @@ Body: Script: | bonus bMdef,5; bonus2 bSubClass,Class_Boss,10; - bonus bHealpower2,10; + bonus bHealPower2,10; bonus bAddItemHealRate,10; - Id: 19181 AegisName: New_Wave_Sunglasses_ @@ -86822,7 +94135,7 @@ Body: bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) - bonus bCritAtkRate,5*getskilllv("KN_TWOHANDQUICKEN"); + bonus bCritAtkRate,5*(getskilllv("KN_TWOHANDQUICKEN")/2); if (.@r>=11) { bonus bUnbreakableWeapon; skill "TF_DOUBLE",5; @@ -86892,7 +94205,8 @@ Body: bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) - bonus2 bSkillAtk,"AB_DUPLELIGHT",10*getskilllv("PR_MACEMASTERY"); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10*getskilllv("PR_MACEMASTERY"); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10*getskilllv("PR_MACEMASTERY"); /* if (.@r>=11) bonus3 bAutoSpell,"AB_ADORAMUS",max(5,getskilllv("AB_ADORAMUS")),50; @@ -86931,7 +94245,7 @@ Body: if (.@r>=8) bonus2 bSkillUseSP,"SR_KNUCKLEARROW",getskilllv("MO_COMBOFINISH"); if (.@r>=11) - bonus2 bSkillAtk,"SR_KNUCKLEARROW",50; + bonus2 bSkillAtk,"SR_KNUCKLEARROW",30; - Id: 19199 AegisName: Racing_C_Ranger Name: Racing Cap (Ranger) @@ -87133,7 +94447,7 @@ Body: bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) - bonus bCritAtkRate,10*getskilllv("TF_DOUBLE"); + bonus bCritAtkRate,10*(getskilllv("TF_DOUBLE")/2); if (.@r>=11) { bonus bAspd,1; bonus bBaseAtk,20; @@ -87232,28 +94546,26 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus bUseSPrate,10*(.@r/3); - bonus2 bSkillAtk,"AL_HOLYLIGHT",100*(.@r/3); + if (.@r>=7) + .@b = 10; + else + .@b = 5; + bonus2 bMagicAddEle,Ele_Dark,.@b; + bonus2 bMagicAddEle,Ele_Poison,.@b; + bonus2 bMagicAddEle,Ele_Holy,.@b; + bonus2 bMagicAddEle,Ele_Ghost,.@b; + bonus2 bMagicAddEle,Ele_Undead,.@b; + bonus2 bAddEle,Ele_Dark,.@b; + bonus2 bAddEle,Ele_Poison,.@b; + bonus2 bAddEle,Ele_Holy,.@b; + bonus2 bAddEle,Ele_Ghost,.@b; + bonus2 bAddEle,Ele_Undead,.@b; if (.@r>=9) { - bonus2 bSubEle,Ele_Undead,17; - bonus2 bSubEle,Ele_Ghost,17; - bonus2 bSubEle,Ele_Poison,17; - bonus2 bSubEle,Ele_Holy,17; - bonus2 bSubEle,Ele_Dark,17; - } - else if (.@r>=7) { - bonus2 bAddEle,Ele_Undead,10; - bonus2 bAddEle,Ele_Ghost,10; - bonus2 bAddEle,Ele_Poison,10; - bonus2 bAddEle,Ele_Holy,10; - bonus2 bAddEle,Ele_Dark,10; - } - else { - bonus2 bAddEle,Ele_Undead,5; - bonus2 bAddEle,Ele_Ghost,5; - bonus2 bAddEle,Ele_Poison,5; - bonus2 bAddEle,Ele_Holy,5; - bonus2 bAddEle,Ele_Dark,5; + bonus2 bSubEle,Ele_Dark,7; + bonus2 bSubEle,Ele_Poison,7; + bonus2 bSubEle,Ele_Holy,7; + bonus2 bSubEle,Ele_Ghost,7; + bonus2 bSubEle,Ele_Undead,7; } if (.@r>=12) { .@val = 1; @@ -87480,6 +94792,12 @@ Body: if (.@r>=12) { bonus bNoCastCancel; } + if (BaseLevel>=100) { + bonus2 bExpAddRace,RC_All,4; + } + else { + bonus2 bExpAddRace,RC_All,10; + } - Id: 19243 AegisName: Blue_Rear_Ribbon Name: Indigo Rear Ribbon @@ -87492,8 +94810,8 @@ Body: Head_Low: true ArmorLevel: 1 Script: | - bonus2 bDropAddClass,Class_All,5; - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; + bonus2 bDropAddRace,RC_All,5; - Id: 19244 AegisName: Necklace_Rosary_K Name: Rosario Necklace @@ -87597,8 +94915,8 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bDropAddClass,Class_All,10; - bonus2 bExpAddClass,Class_All,10; + bonus2 bExpAddRace,RC_All,10; + bonus2 bDropAddRace,RC_All,10; - Id: 19261 AegisName: 2017RTCSymbole Name: 2017 RTC Symbols @@ -87622,6 +94940,41 @@ Body: bonus2 bSubRace,RC_Player_Doram,6+(min(15,.@r)/3); if (.@r>=9) bonus bMdef,6; + - Id: 19262 + AegisName: Jirant_Circlet + Name: Ancient Dragon Crown + Type: Armor + Buy: 20 + Weight: 600 + Defense: 12 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1644 + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus2 bResEff,Eff_Fear,1000*.@r; + bonus bMatkRate,.@r; + bonus bVariableCastrate,-.@r; + if (.@r>=7) { + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; + bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; + } + if (.@r>=9) { + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; + bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; + } + if (.@r>=10) { + bonus bInt,(readparam(bInt)+readparam(bDex))/10; + bonus bDex,(readparam(bInt)+readparam(bDex))/10; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { + skill "HW_GANBANTEIN",1; + } + } - Id: 19263 AegisName: General_Helmet_ Name: General's Helm @@ -87727,7 +95080,7 @@ Body: bonus bVariableCastrate,-2; - Id: 19268 AegisName: FaceWorm_Breath - Name: Gigant Snake's Breath + Name: Gigant Snake Breath Type: Armor View: 1050 Buy: 20 @@ -87764,47 +95117,47 @@ Body: bonus2 bAddRace2,RC2_CLOCKTOWER,.@a; bonus2 bMagicAddRace2,RC2_CLOCKTOWER,.@a; bonus2 bSubRace2,RC2_CLOCKTOWER,.@a; - bonus3 bAddClassDropItem,1061,1193,50; - bonus3 bAddClassDropItem,1061,1275,50; - bonus3 bAddClassDropItem,1061,2920,50; - bonus3 bAddClassDropItem,1061,1016,50; - bonus3 bAddClassDropItem,1061,1101,50; - bonus3 bAddClassDropItem,1061,1102,50; - bonus3 bAddClassDropItem,1061,2917,50; - bonus3 bAddClassDropItem,1061,2916,50; - bonus3 bAddClassDropItem,1061,1270,50; - bonus3 bAddClassDropItem,1061,1269,50; - bonus3 bAddClassDropItem,1061,1209,50; - bonus3 bAddClassDropItem,1061,1378,50; - bonus3 bAddClassDropItem,1061,1109,50; - bonus3 bAddClassDropItem,1061,1111,50; - bonus3 bAddClassDropItem,1061,1377,50; - bonus3 bAddClassDropItem,1061,1205,50; - bonus3 bAddClassDropItem,1061,1213,50; - bonus3 bAddClassDropItem,1061,1131,50; - bonus3 bAddClassDropItem,1061,1219,50; - bonus3 bAddClassDropItem,1061,1191,50; - bonus3 bAddClassDropItem,1061,1203,50; - bonus3 bAddClassDropItem,1061,2919,50; - bonus3 bAddClassDropItem,1061,2479,50; - bonus3 bAddClassDropItem,1061,2478,50; - bonus3 bAddClassDropItem,1061,1189,50; - bonus3 bAddClassDropItem,1061,1686,50; - bonus3 bAddClassDropItem,1061,1190,50; - bonus3 bAddClassDropItem,1061,1087,50; - bonus3 bAddClassDropItem,1061,1023,50; - bonus3 bAddClassDropItem,1061,2923,50; - bonus3 bAddClassDropItem,1061,2921,50; - bonus3 bAddClassDropItem,1061,1216,50; - bonus3 bAddClassDropItem,1061,1199,50; - bonus3 bAddClassDropItem,1061,1195,50; - bonus3 bAddClassDropItem,1061,1281,50; - bonus3 bAddClassDropItem,1061,1215,50; - bonus3 bAddClassDropItem,1061,1622,50; - bonus3 bAddClassDropItem,1061,2918,50; - bonus3 bAddClassDropItem,1061,3074,50; - bonus3 bAddClassDropItem,1061,1204,50; - bonus3 bAddClassDropItem,1061,1179,50; + bonus3 bAddMonsterIdDropItem,1061,1193,50; + bonus3 bAddMonsterIdDropItem,1061,1275,50; + bonus3 bAddMonsterIdDropItem,1061,2920,50; + bonus3 bAddMonsterIdDropItem,1061,1016,50; + bonus3 bAddMonsterIdDropItem,1061,1101,50; + bonus3 bAddMonsterIdDropItem,1061,1102,50; + bonus3 bAddMonsterIdDropItem,1061,2917,50; + bonus3 bAddMonsterIdDropItem,1061,2916,50; + bonus3 bAddMonsterIdDropItem,1061,1270,50; + bonus3 bAddMonsterIdDropItem,1061,1269,50; + bonus3 bAddMonsterIdDropItem,1061,1209,50; + bonus3 bAddMonsterIdDropItem,1061,1378,50; + bonus3 bAddMonsterIdDropItem,1061,1109,50; + bonus3 bAddMonsterIdDropItem,1061,1111,50; + bonus3 bAddMonsterIdDropItem,1061,1377,50; + bonus3 bAddMonsterIdDropItem,1061,1205,50; + bonus3 bAddMonsterIdDropItem,1061,1213,50; + bonus3 bAddMonsterIdDropItem,1061,1131,50; + bonus3 bAddMonsterIdDropItem,1061,1219,50; + bonus3 bAddMonsterIdDropItem,1061,1191,50; + bonus3 bAddMonsterIdDropItem,1061,1203,50; + bonus3 bAddMonsterIdDropItem,1061,2919,50; + bonus3 bAddMonsterIdDropItem,1061,2479,50; + bonus3 bAddMonsterIdDropItem,1061,2478,50; + bonus3 bAddMonsterIdDropItem,1061,1189,50; + bonus3 bAddMonsterIdDropItem,1061,1686,50; + bonus3 bAddMonsterIdDropItem,1061,1190,50; + bonus3 bAddMonsterIdDropItem,1061,1087,50; + bonus3 bAddMonsterIdDropItem,1061,1023,50; + bonus3 bAddMonsterIdDropItem,1061,2923,50; + bonus3 bAddMonsterIdDropItem,1061,2921,50; + bonus3 bAddMonsterIdDropItem,1061,1216,50; + bonus3 bAddMonsterIdDropItem,1061,1199,50; + bonus3 bAddMonsterIdDropItem,1061,1195,50; + bonus3 bAddMonsterIdDropItem,1061,1281,50; + bonus3 bAddMonsterIdDropItem,1061,1215,50; + bonus3 bAddMonsterIdDropItem,1061,1622,50; + bonus3 bAddMonsterIdDropItem,1061,2918,50; + bonus3 bAddMonsterIdDropItem,1061,3074,50; + bonus3 bAddMonsterIdDropItem,1061,1204,50; + bonus3 bAddMonsterIdDropItem,1061,1179,50; - Id: 19272 AegisName: Garden_Of_Eden Name: Garden of Eden @@ -87837,7 +95190,7 @@ Body: sc_end SC_TELEKINESIS_INTENSE; - Id: 19273 AegisName: Gemini_RedEyes - Name: Gemini Red Eyes + Name: Gemini S-58 Eyes (Red) Type: Armor Buy: 20 Weight: 100 @@ -87888,6 +95241,29 @@ Body: bonus bMatk,20; bonus bBaseAtk,20; bonus2 bSubRace,RC_Fish,5; + - Id: 19276 + AegisName: Return_TW_1th_Hat + Name: 1st Anniversary Commemorative Hat + Type: Armor + Buy: 20 + Weight: 100 + Defense: 2 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1667 + Script: | + .@r = getrefine(); + bonus bCritical,5; + if (.@r>=3) + bonus bCritical,2; + if (.@r>=6) + bonus bCritical,3; + if (.@r>=9) + bonus bAspd,1; - Id: 19277 AegisName: Soda_In_Mouth Name: Soda in Mouth @@ -87897,6 +95273,42 @@ Body: Locations: Head_Low: true ArmorLevel: 1 + - Id: 19281 + AegisName: Agenda_RobeJ + Name: Agenda Robe + Type: Armor + Buy: 20 + Weight: 800 + Defense: 35 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMdef,10; + autobonus "{ .@r = getrefine(); bonus bMatkRate,.@r; }",3,10000,BF_MAGIC,"{ specialeffect2 EF_ENHANCE; }"; + - Id: 19282 + AegisName: Consultation_RobeJ + Name: Consultation Robe + Type: Armor + Buy: 20 + Weight: 800 + Defense: 35 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bFixedCastrate,-50; + bonus bNoCastCancel; + bonus bMatkRate,2*.@r; + bonus2 bMagicAtkEle,Ele_Fire,2*.@r; - Id: 19283 AegisName: K_Heart_Wing_Hairband Name: "[Katsua]Heart Wings Hairband" @@ -87955,6 +95367,32 @@ Body: bonus2 bSubClass,Class_Boss,10; bonus bNoKnockback; } + - Id: 19286 + AegisName: IA_Choker + Name: IA Choker + Type: Armor + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 50 + View: 1661 + - Id: 19287 + AegisName: C_Cat_Poring_Balloon + Name: Costume Meowpoling Balloon + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1438 + - Id: 19288 + AegisName: C_Gigant_Helm + Name: Costume Gigant Helm + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1221 - Id: 19289 AegisName: C_Moon_Eyepatch Name: Costume Moon Eyepatch @@ -87987,6 +95425,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 1671 + - Id: 19293 + AegisName: C_SmartUnderRim_Glasses + Name: Costume Under Rimmed Glasses + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1670 - Id: 19294 AegisName: C_CatEars_Cyber_HeadP_R Name: Costume Cyber Cat Ear Headphones (Red) @@ -88116,6 +95562,20 @@ Body: View: 1679 Script: | bonus bCritAtkRate,5; + - Id: 19307 + AegisName: Willothewisp + Name: Will-O-Wisp + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 880 + Script: | + bonus2 bResEff,Eff_Confusion,10000; + bonus bVariableCastrate,10; - Id: 19308 AegisName: Amistr_Beret Name: Amistr Beret @@ -88157,6 +95617,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 100 View: 102 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAllStats,1; bonus bMaxHP,200; @@ -88236,13 +95704,27 @@ Body: View: 1697 Script: | bonus2 bSubEle,Ele_All,5; + - Id: 19320 + AegisName: Dwarf_Beard_J + Name: Dwarf's Mustache + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1349 + Script: | + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubEle,Ele_Water,5; - Id: 19321 AegisName: Bell_Pigeon_J - Name: Mysterious Pigeon # !todo check english name + Name: Mysterious Pigeon Type: Armor Weight: 100 Locations: - Head_Mid: true + Head_Low: true ArmorLevel: 1 EquipLevelMin: 100 Refineable: true @@ -88348,7 +95830,7 @@ Body: bonus2 bAddClass,Class_Boss,50; - Id: 19337 AegisName: Hat_of_Goggle - Name: Safety Glasses + Name: Goggle Hat Type: Armor Buy: 20 Weight: 500 @@ -88462,7 +95944,7 @@ Body: bonus2 bSubRace2,RC2_ROCKRIDGE,.@a; - Id: 19343 AegisName: Circlet_Of_Phoenix - Name: Circlet Of Phoenix + Name: Circlet of Phoenix Type: Armor Weight: 1000 Defense: 18 @@ -88638,6 +96120,26 @@ Body: } bonus bVit,.@vit; bonus bMdef,3; + - Id: 19367 + AegisName: Burst_Flame + Name: Burst Flame + Type: Armor + Buy: 20 + Weight: 800 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 451 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Fire,20; + bonus2 bSubRace,RC_Player_Human,3+.@r; + bonus2 bSubRace,RC_Player_Doram,3+.@r; + if (.@r>=7) + bonus2 bSubClass,Class_Normal,5; - Id: 19371 AegisName: C_BaphoJ_Parachute_TW Name: Little Buffet Parachute @@ -88651,6 +96153,21 @@ Body: Script: | bonus bAspd,1; bonus bDelayrate,-1; + - Id: 19373 + AegisName: Sparkler_Stick_TH + Name: Sparkler Stick + Type: Armor + Buy: 20 + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 130 + View: 1747 + Script: | + bonus2 bAddRace,RC_Undead,20; + bonus2 bMagicAddRace,RC_Undead,20; + bonus2 bResEff,Eff_Poison,10000; - Id: 19379 AegisName: Striking_hat Name: Striking Hat @@ -88706,7 +96223,7 @@ Body: } - Id: 19381 AegisName: Protect_cloth - Name: Protect Cloth + Name: Cloth of Protection Type: Armor Buy: 20 Weight: 300 @@ -88877,11 +96394,69 @@ Body: Script: | .@r = getrefine(); bonus bMatk,10*(.@r/2); - bonus bAspdRate,2*(.@r/3); + bonus bVariableCastrate,-(.@r/3)*2; if (.@r>=8) bonus bMaxSP,100*getskilllv("TK_SPTIME"); if (.@r>=11) autobonus3 "{ bonus2 bSkillAtk,\"SP_SPA\",30; bonus2 bSkillAtk,\"SP_SWHOO\",30; }",1000,10000,"SL_SMA"; + - Id: 19398 + AegisName: Falcon_Feather + Name: Falcon Feather + Type: Armor + Weight: 100 + Jobs: + Hunter: true + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 80 + View: 1143 + Script: | + bonus bAgi,1; + bonus bLuk,1; + bonus2 bSkillAtk,"HT_BLITZBEAT",5; + - Id: 19399 + AegisName: Grand_Peco_Band_Z + Name: Grand Peco Hairband + Type: Armor + Weight: 800 + Defense: 15 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 473 + Script: | + .@r = getrefine(); + bonus2 bMagicAddRace,RC_DemiHuman,7; + bonus2 bMagicAddRace,RC_Brute,7; + if (.@r>=7) + bonus2 bMagicAtkEle,Ele_Fire,3; + if (.@r>=9) + bonus2 bMagicAtkEle,Ele_Fire,5; + - Id: 19400 + AegisName: Sleepr_Hat_Z + Name: Sleeper Hat + Type: Armor + Weight: 100 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 590 + Script: | + .@r = getrefine(); + bonus2 bAddRace,RC_Formless,7; + bonus2 bAddRace,RC_Demon,7; + if (.@r>=7) + bonus bBaseAtk,15; + if (.@r>=9) + bonus bBaseAtk,20; - Id: 19401 AegisName: Gothic_Heart_Wing_TW Name: Fallen Wing Hairpin @@ -88898,6 +96473,30 @@ Body: .@r = getrefine(); bonus bDelayrate,-3-(3*(.@r/3)); bonus bMaxHPrate,3+(.@r); + - Id: 19402 + AegisName: Many_StarsJ + Name: Many Stars + Type: Armor + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 40 + View: 1729 + Script: | + skill "BS_GREED",1; + if (BaseClass == Job_Blacksmith) { + bonus2 bVariableCastrate,"BS_GREED",-100; + bonus bSPGainValue,5; + } + - Id: 19403 + AegisName: Memory_Of_Noodle + Name: Costume Memories of Summer Noodles + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1338 - Id: 19404 AegisName: Biting_Off_Rideword Name: Biting Rideword @@ -88924,6 +96523,24 @@ Body: bonus2 bSPDrainRate,40,2; autobonus "{ bonus2 bHPRegenRate,300,1000; }",40,4000,BF_MAGIC; autobonus "{ bonus2 bSPRegenRate,70,1000; }",40,4000,BF_MAGIC; + - Id: 19405 + AegisName: Autumnal_Flavor + Name: Autumn Taste + Type: Armor + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1792 + - Id: 19406 + AegisName: Harvest_Festa_Hat + Name: Harvest Festa Hat + Type: Armor + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1677 - Id: 19407 AegisName: Work_Cap Name: Work Cap @@ -88955,6 +96572,18 @@ Body: bonus2 bSkillAtk,"NC_AXETORNADO",50; if (.@r>=10) bonus bIgnoreDefRace,RC_All; + - Id: 19408 + AegisName: Charm_Of_Misticfrozen + Name: Charm of Mystic Frozen + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 80 + View: 1262 + Script: | + bonus2 bMagicAddEle,Ele_Fire,2; - Id: 19409 AegisName: Black_Feather Name: Black Feather Hat @@ -88992,6 +96621,73 @@ Body: } if (.@r>=10) bonus bIgnoreDefRace,RC_All; + - Id: 19410 + AegisName: Kings_Mini_Melon + Name: Royale Grade Mini Melon + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 10 + Refineable: true + View: 1758 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus2 bAddRace,RC_Plant,5; + bonus2 bMagicAddRace,RC_Plant,5; + bonus2 bSubRace,RC_Plant,2; + bonus bSPGainValue,5; + if (.@r>=7) { + bonus bMdef,5; + bonus2 bAddRace,RC_Plant,10; + bonus2 bMagicAddRace,RC_Plant,10; + bonus2 bSubRace,RC_Plant,3; + bonus bSPGainValue,10; + } + if (.@r>=9) { + bonus bMdef,5; + bonus2 bAddRace,RC_Plant,10; + bonus2 bMagicAddRace,RC_Plant,10; + bonus2 bSubRace,RC_Plant,5; + bonus bSPGainValue,10; + } + /* Todo Physical and Magical Damage on Monster Meloring 20%*/ + - Id: 19411 + AegisName: Floating_Gioia + Name: Floating Gioia + Type: Armor + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 130 + View: 1730 + Script: | + bonus2 bAddRace,RC_Formless,20; + bonus2 bMagicAddRace,RC_Formless,20; + bonus2 bResEff,Eff_Fear,10000; + - Id: 19412 + AegisName: Flame_Bird + Name: Flame Bird + Type: Armor + Weight: 300 + Defense: 6 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 832 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Fire,20+(.@r*3); + if (.@r>=8) + skill "MG_FIREWALL",min(10,.@r); - Id: 19415 AegisName: White_Bird_Rose Name: White Bird Rose Decoration @@ -89027,7 +96723,7 @@ Body: ArmorLevel: 1 - Id: 19426 AegisName: King_Of_Spirit_Circlet - Name: Spirit King's Crown + Name: King Of Spirit Circlet Type: Armor Buy: 20 Weight: 600 @@ -89108,19 +96804,54 @@ Body: bonus bNoCastCancel; } } - - Id: 19433 - AegisName: ResonateTaego_TW - Name: Costume Resonate Taego + - Id: 19429 + AegisName: Zarathustra + Name: Zarathustra Type: Armor Locations: - Costume_Head_Low: true + Head_Low: true ArmorLevel: 1 - EquipLevelMin: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 19433 + AegisName: ResonateTaego_TW + Name: Ancient Resonance + Type: Armor + Weight: 500 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true View: 1823 Script: | - hateffect(HAT_EF_RESONATETAEGO,true); + .@r = getrefine(); + bonus bAspd,1; + bonus bBaseAtk,20; + bonus bMatk,20; + if (.@r>=7) { + bonus bAspd,1; + if (.@r>=9) { + bonus bAtkRate,3; + bonus bMatkRate,3; + if (.@r>=10) { + bonus bAtkRate,10+(.@r-10); + bonus bMatkRate,10+(.@r-10); + if (.@r>=12) { + bonus bAspd,1; + } + } + } + } + hateffect HAT_EF_RESONATETAEGO,true; UnEquipScript: | - hateffect(HAT_EF_RESONATETAEGO,false); + hateffect HAT_EF_RESONATETAEGO,false; - Id: 19435 AegisName: PoringBeret_TW Name: Poring Beret @@ -89181,6 +96912,20 @@ Body: bonus bBaseAtk,80; bonus bCritAtkRate,20; } + - Id: 19438 + AegisName: ZilantNecklace + Name: Flame Thunder Witch's Necklace + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 70 + View: 1831 + Script: | + bonus bSpeedRate,25; + bonus bDelayrate,-5; - Id: 19439 AegisName: Subject_Aura Name: Vicious Mind Aura @@ -89292,7 +97037,7 @@ Body: EquipLevelMin: 100 View: 1093 Script: | - skill "MC_IDENTIFY",1,0; + skill "MC_IDENTIFY",1; .@a = readparam(bStr); .@b = readparam(bAgi); .@c = readparam(bVit); @@ -89324,7 +97069,7 @@ Body: ArmorLevel: 1 EquipLevelMin: 100 Script: | - skill "MC_IDENTIFY",1,0; + skill "MC_IDENTIFY",1; .@a = readparam(bStr); .@b = readparam(bAgi); .@c = readparam(bVit); @@ -89377,12 +97122,12 @@ Body: } if (getskilllv("GN_FIRE_EXPANSION") == 5) bonus2 bAddClass,Class_Boss,50; - if (getskilllv("GN_CRAZYWEED") == 5) { + if (getskilllv("GN_MANDRAGORA") == 5) { .@delay -= 25; bonus2 bSkillCooldown,"GN_CRAZYWEED",-4500; } bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",.@dmg; - bonus2 bSkillAtk,"GN_CRAZYWEED",.@dmg; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",.@dmg; bonus bDelayrate,.@delay; - Id: 19459 AegisName: C_Luna_On_Shoulder @@ -89418,6 +97163,50 @@ Body: bonus2 bAddRace2,RC2_ILLUSION_VAMPIRE,.@bonus; bonus2 bSubRace2,RC2_ILLUSION_VAMPIRE,.@bonus; bonus2 bMagicAddRace2,RC2_ILLUSION_VAMPIRE,.@bonus; + - Id: 19462 + AegisName: Cat_In_Mouth_J + Name: Siam Cat in mouth + Type: Armor + Buy: 20 + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 130 + View: 1689 + Script: | + bonus2 bAddRace,RC_Brute,20; + bonus2 bMagicAddRace,RC_Brute,20; + bonus2 bResEff,Eff_Bleeding,10000; + - Id: 19463 + AegisName: Melon_Cap + Name: Melon Bread Hat + Type: Armor + Buy: 20 + Weight: 600 + Defense: 12 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1878 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Earth,5+(.@r*2); + bonus2 bAddItemHealRate,11626,5*BaseLevel; + if (.@r>=7) { + bonus bLongAtkDef,-10; + bonus bHealPower2,10; + bonus bAddItemHealRate,10; + } + if (.@r>=9) { + bonus bMaxHPrate,15; + bonus bMaxSPrate,15; + bonus bHealPower2,10; + bonus bAddItemHealRate,10; + } - Id: 19464 AegisName: C_Melon_Cap Name: Costume Melon Bread Hat @@ -89437,7 +97226,7 @@ Body: Refineable: true - Id: 19466 AegisName: C_Small_ocean - Name: Costume small sea # !todo check english name + Name: Costume Small Ocean Type: Armor View: 1883 Locations: @@ -89487,7 +97276,7 @@ Body: } - Id: 19469 AegisName: Crown_Of_Saint_Jp - Name: Saint Crown + Name: Sacred Crown Type: Armor Buy: 20 Weight: 600 @@ -89864,7 +97653,7 @@ Body: .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bMaxHPrate,2*(.@r/3); - bonus2 bSkillAtk,"SR_KNUCKLEARROW",10*(.@r/3); + bonus2 bSkillAtk,"SR_KNUCKLEARROW",20*(.@r/3); bonus2 bSkillAtk,"SR_TIGERCANNON",10*(.@r/3); bonus bLongAtkRate,5*(.@r/4); if (.@r>=11) { @@ -89898,7 +97687,7 @@ Body: .@r = getrefine(); bonus bMatk,15*(.@r/2); bonus bVariableCastrate,-3*(.@r/3); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20*(.@r/3); + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20*(.@r/3); bonus2 bSkillAtk,"WL_JACKFROST",20*(.@r/3); bonus2 bMagicAtkEle,Ele_Wind,5*(.@r/4); bonus2 bMagicAtkEle,Ele_Water,5*(.@r/4); @@ -90036,7 +97825,9 @@ Body: .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",30*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",30*(.@r/3); bonus2 bAddSize,Size_All,2*(.@r/4); + bonus bAspdRate,(.@r/3)*2; if (.@r>=11) { bonus bAtkRate,5; } @@ -90230,6 +98021,7 @@ Body: bonus2 bSkillAtk,"SU_CN_METEOR",20*(.@r/3); bonus2 bSkillAtk,"SU_PICKYPECK",20*(.@r/3); bonus2 bMagicAtkEle,Ele_Neutral,7*(.@r/4); + bonus bLongAtkRate,(.@r/4)*5; if (.@r>=11) { bonus bDelayrate,-5; } @@ -90346,6 +98138,7 @@ Body: AegisName: T_Spinx_Helm Name: T Spinx Helm Type: Armor + Slots: 1 Locations: Costume_Head_Top: true ArmorLevel: 1 @@ -90800,6 +98593,7 @@ Body: NoDrop: true Script: | bonus bUnbreakableHelm; + bonus2 bExpAddRace,RC_All,1; bonus bInt,1; - Id: 19537 AegisName: C_Gryphon_Hat @@ -90863,6 +98657,7 @@ Body: View: 259 Script: | bonus bUnbreakableHelm; + bonus bHit,1; - Id: 19542 AegisName: C_Devil_Whisper Name: Costume Devil Whisper @@ -91124,6 +98919,7 @@ Body: Type: Armor Locations: Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 528 @@ -91782,7 +99578,17 @@ Body: Locations: Costume_Head_Top: true ArmorLevel: 1 + EquipLevelMin: 20 View: 15 + - Id: 19626 + AegisName: C_Chullos + Name: Costume Earmuff Hat + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + ArmorLevel: 1 + View: 287 - Id: 19627 AegisName: C_Satellite_Hairband Name: Costume Satellite Hairband @@ -92026,6 +99832,8 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 194 + Script: | + skill "BS_MAXIMIZE",5; - Id: 19652 AegisName: C_Rabbit_Magic_Hat Name: Costume Rabbit Magic Hat @@ -92230,6 +100038,32 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 716 + - Id: 19674 + AegisName: C_Evil_Mask + Name: Costume Evil Mask + Type: Armor + Locations: + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 714 + - Id: 19675 + AegisName: C_Jumping_Poring + Name: Costume Jumping Poring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 349 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + bonus2 bExpAddRace,RC_All,10; - Id: 19676 AegisName: C_Rainbow_Poring_Hat Name: Costume Rainbow Poring Hat @@ -92276,6 +100110,14 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 253 + - Id: 19681 + AegisName: C_Silver_Tiara + Name: Costume Silver Tiara + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 218 - Id: 19682 AegisName: C_Santa_Poring_Hat Name: Costume SantaPoring Cap @@ -92337,6 +100179,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 963 + - Id: 19688 + AegisName: C_RJC_Katusa + Name: Costume Katusa + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 533 - Id: 19689 AegisName: C_Ati_Atihan_Hat Name: Costume Ati Atihan @@ -92359,6 +100209,30 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 372 + - Id: 19691 + AegisName: C_Blue_Ribbon + Name: Costume Blue Ribbon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 407 + - Id: 19692 + AegisName: C_Antique_Pipe_J + Name: Costume Peace Pipe + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 383 + - Id: 19693 + AegisName: C_Triple_Poring_Hat + Name: Costume Triple Poring Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 299 - Id: 19694 AegisName: C_Vane_Hairpin Name: Costume Vane Hairpin @@ -92396,6 +100270,30 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 619 + - Id: 19698 + AegisName: C_Bf_Recruiter_Hat + Name: Costume Boyfriend Recruitment Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 352 + - Id: 19699 + AegisName: C_Gf_Recruiter_Hat + Name: Costume Girlfriend Recruitment Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 360 + - Id: 19700 + AegisName: RWC12_ChampCrown_J + Name: Costume RWC2012 Crown of Victory + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 903 - Id: 19701 AegisName: C_Red_Bonnet Name: Costume Red Bonnet @@ -92497,6 +100395,14 @@ Body: View: 365 Trade: NoDrop: true + - Id: 19711 + AegisName: C_Kafra_Band + Name: Costume Wings Kafra Hair Band + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 106 - Id: 19712 AegisName: C_Little_Angel_Doll Name: Costume Little Angel Doll @@ -92792,6 +100698,14 @@ Body: Script: | bonus2 bAddRace,RC_Brute,2; bonus2 bAddRace,RC_Player_Doram,2; + - Id: 19740 + AegisName: C_Guildsman_Recruiter + Name: Costume Guild Member Recruitment Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 350 - Id: 19741 AegisName: C_Majestic_Evil_Horn Name: Costume Majestic Devil Horns @@ -93074,6 +100988,14 @@ Body: NoAuction: true Script: | bonus2 bExpAddRace,RC_All,10; + - Id: 19766 + AegisName: C_Yggdrasil_Hat + Name: Costume Yggdrasil Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 997 - Id: 19767 AegisName: C_Home_Cherry_Blossom Name: Costume Home Cherry Blossom @@ -93582,6 +101504,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 491 + - Id: 19820 + AegisName: C_Bone_Hat + Name: Costume Bone Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 732 - Id: 19821 AegisName: C_Hyegun_Hat Name: Costume Yao Jun @@ -93753,6 +101683,15 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 492 + - Id: 19838 + AegisName: C_Fox_Hat + Name: Costume Fox Hat + Type: Armor + Locations: + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 403 - Id: 19839 AegisName: C_Vanilmirth_Hat Name: Costume Vanilmirth Hat @@ -93763,6 +101702,15 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 317 + - Id: 19840 + AegisName: C_Helm_Of_Sun + Name: Costume Hat of the Sun God + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + ArmorLevel: 1 + View: 138 - Id: 19841 AegisName: C_Dragonhelm_Copper Name: Costume Dragon Helm Copper @@ -93916,7 +101864,9 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; + bonus bAspd,1; + bonus bUseSPrate,-5; - Id: 19854 AegisName: C_Ear_Of_Black_Cat_ Name: Costume Black Cat Ears @@ -93927,6 +101877,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 141 + - Id: 19855 + AegisName: C_Happy_Summer_Wig + Name: Costume Happy Summer Wig + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1059 - Id: 19856 AegisName: C_Iceflake_Hat Name: Costume Snow Cone Hat @@ -94044,6 +102002,30 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 502 + - Id: 19868 + AegisName: aegis_19868 + Name: Costume Showy High Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 830 + - Id: 19869 + AegisName: C_Ancient_Civil_Man + Name: Costume Ancient Civil Man Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 846 + - Id: 19870 + AegisName: C_Black_Rabbit_Hat + Name: Costume Black Rabbit Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 923 - Id: 19871 AegisName: C_Music_Decoration Name: Costume Decoration of Music @@ -94053,12 +102035,27 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 1074 - Trade: - NoDrop: true EquipScript: | sc_start SC_DECORATION_OF_MUSIC,INFINITE_TICK,0; UnEquipScript: | sc_end SC_DECORATION_OF_MUSIC; + - Id: 19872 + AegisName: C_Phantom_Of_Opera + Name: Costume Phantom Of Opera + Type: Armor + Locations: + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 68 + - Id: 19873 + AegisName: C_Carnival_Hat + Name: Costume Carnival Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 502 - Id: 19874 AegisName: C_Carnival_Circlet Name: Costume Carnival Circlet @@ -94104,6 +102101,22 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 249 + - Id: 19879 + AegisName: C_Black_Bunny_Band + Name: Costume Black Bunny Band + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 267 + - Id: 19880 + AegisName: C_Gold_Tiara + Name: Costume Gold Tiara + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 232 - Id: 19881 AegisName: C_Pretty_Rabbit_Hood Name: Costume Pretty Rabbit Hood @@ -94191,6 +102204,22 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 169 + - Id: 19890 + AegisName: C_Wizardry_Hat + Name: Costume Wizardry Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 112 + - Id: 19891 + AegisName: C_Fried_Egg_Hat + Name: Costume Fried Egg Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 373 - Id: 19892 AegisName: C_Night_Sparrow_Hat Name: Costume Night Sparrow Hat @@ -94223,6 +102252,47 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 911 + - Id: 19896 + AegisName: C_Ph_Ro_10th_Cap + Name: Costume pRO 10th Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1094 + - Id: 19897 + AegisName: RPC13_1ST_Wreath + Name: Costume RPC 1ST Wreath + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 261 + Script: | + bonus bAllStats,3; + bonus bMdef,3; + - Id: 19898 + AegisName: RPC13_2ND_Wreath + Name: Costume RPC 2ND Wreath + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 261 + Script: | + bonus bAllStats,2; + bonus bMdef,2; + - Id: 19899 + AegisName: RPC13_3RD_Wreath + Name: Costume RPC 3RD Wreath + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 261 + Script: | + bonus bAllStats,1; + bonus bMdef,1; - Id: 19900 AegisName: Special_Eyepatch Name: Cool Pirate Eyepatch @@ -94259,8 +102329,6 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 717 - Script: | - bonus bVariableCastrate,-10; - Id: 19904 AegisName: C_Skull_Cap Name: Costume Skull cap @@ -94438,8 +102506,6 @@ Body: Type: Armor Locations: Costume_Head_Top: true - Costume_Head_Mid: true - Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 View: 636 @@ -95151,13 +103217,6 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1189 - Trade: - NoDrop: true - NoTrade: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Id: 19997 AegisName: C_Bomb_Hat Name: Costume Bomb Hat @@ -95267,6 +103326,7 @@ Body: Type: Armor Locations: Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 175 @@ -95318,7 +103378,7 @@ Body: View: 319 - Id: 20010 AegisName: C_Rainbow_Wing_Ears - Name: Costume Rainbow Ears Feather + Name: Costume Rainbow Wing Ears Type: Armor Locations: Costume_Head_Mid: true @@ -95700,7 +103760,7 @@ Body: Name: Costume Prayer Cherry Blossom Type: Armor Locations: - Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 1223 @@ -95966,6 +104026,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1235 + - Id: 20072 + AegisName: C_Deviruchi_Cap_ + Name: Costume Deviruchi Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 123 - Id: 20073 AegisName: C_Hair_Band Name: Costume Hair Band @@ -97458,7 +105526,7 @@ Body: View: 886 - Id: 20222 AegisName: C_Santa_Hat_2 - Name: Costume Blue Pigtail Santa Hat + Name: Costume Blue Sheep Santa Hat Type: Armor Locations: Costume_Head_Top: true @@ -97532,6 +105600,14 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 20229 + AegisName: C_New_Year_Hairpin + Name: Costume New Year Hairpin + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1155 - Id: 20230 AegisName: C_Mask_Of_Bankrupt Name: Costume Bankruptcy Mask @@ -97580,12 +105656,6 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1311 - Script: | - bonus bMaxHPrate,15; - bonus bMaxSPrate,15; - bonus2 bAddRace,RC_All,15; - bonus2 bMagicAddRace,RC_All,15; - bonus2 bAddItemHealRate,519,2015; - Id: 20235 AegisName: C_Frozen_Land_Rose Name: Costume Frozen Rose @@ -97640,7 +105710,9 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 Script: | - /*TODO: ViewID*/ + hateffect HAT_EF_GIFT_OF_SNOW,true; + UnEquipScript: | + hateffect HAT_EF_GIFT_OF_SNOW,false; - Id: 20241 AegisName: C_Eclipse_Hat Name: Costume Eclipse Hat @@ -97826,6 +105898,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 81 + - Id: 20261 + AegisName: C_Cross_Band + Name: Costume Cross Band + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 121 - Id: 20262 AegisName: C_Fox_Ears_Bell_Ribbon Name: Costume Fox Ears Drop Ribbon @@ -97943,6 +106023,22 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 966 + - Id: 20275 + AegisName: C_Light_Bulb_Band + Name: Costume Light Bulb Band + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 119 + - Id: 20276 + AegisName: C_Mushroom_Band + Name: Costume Mushroom Band + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 166 - Id: 20277 AegisName: C_Balloon_Hat Name: Costume Balloon Hat @@ -97954,7 +106050,7 @@ Body: View: 385 - Id: 20278 AegisName: C_Man_Medal - Name: Costume Man's Medal + Name: Costume Man's Pride Type: Armor Locations: Costume_Head_Top: true @@ -98057,6 +106153,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1334 + - Id: 20289 + AegisName: C_Wing_Ear_Black + Name: Costume Black Wings Protector + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1336 - Id: 20290 AegisName: C_Evil_Druid_Hat_Black Name: Costume Black Evil Druid Hat @@ -98222,6 +106326,31 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1348 + - Id: 20308 + AegisName: C_Koneko_Hat + Name: Costume Koneko Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 378 + - Id: 20309 + AegisName: C_Dip_Schmitz + Name: Costume Dip Schmidt Helm + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + ArmorLevel: 1 + View: 634 + - Id: 20310 + AegisName: C_Cute_Parrot + Name: Costume Cute Parrot + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1116 - Id: 20311 AegisName: C_Magical_Booster Name: Costume Magical Booster @@ -98459,6 +106588,15 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 855 + - Id: 20337 + AegisName: C_Mahican + Name: Costume Mohegan Mask + Type: Armor + Locations: + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 331 - Id: 20338 AegisName: C_Rainbow_L_Octopus Name: Costume Colorful Dancing Octopus @@ -98504,6 +106642,15 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1373 + - Id: 20343 + AegisName: C_Melon_Helmet + Name: Costume Melon Flavour + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1374 - Id: 20344 AegisName: C_Happy_Balloon_J Name: "Costume: Happy Balloon" @@ -98873,6 +107020,15 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1410 + - Id: 20385 + AegisName: C_Orc_Hero_Helm + Name: Costume Orc Hero Helmet + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + ArmorLevel: 1 + View: 178 - Id: 20386 AegisName: C_Victory_Wing_Helm Name: Costume Victory Wing Helm @@ -98882,6 +107038,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 677 + - Id: 20387 + AegisName: C_Crossed_Hair_Band + Name: Costume X-Shaped Hairpin + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 163 - Id: 20388 AegisName: C_Ayam Name: Costume Ayam @@ -98890,6 +107054,23 @@ Body: Locations: Costume_Head_Top: true ArmorLevel: 1 + - Id: 20389 + AegisName: C_Censor_Bar + Name: Costume Mosaic + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 229 + - Id: 20390 + AegisName: C_Goblini_Mask + Name: Costume Goblin Mask + Type: Armor + Locations: + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 84 - Id: 20391 AegisName: C_Silent_Executer Name: Costume Silent Executor @@ -98916,6 +107097,7 @@ Body: Type: Armor Locations: Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 634 @@ -98947,7 +107129,7 @@ Body: View: 939 - Id: 20397 AegisName: C_Jakk - Name: Costume Jack + Name: Costume Jakk Type: Armor Locations: Costume_Head_Mid: true @@ -99078,6 +107260,22 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 401 + - Id: 20411 + AegisName: C_Claris_Doll_Hat + Name: Costume Glaris Doll Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 355 + - Id: 20412 + AegisName: C_Tayelin_Doll_Hat + Name: Costume Tayelin Doll Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 357 - Id: 20413 AegisName: C_Isabella_Brown_Ear Name: C Piamette Hairband @@ -99095,6 +107293,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 544 + - Id: 20415 + AegisName: C_RTC_Winner_Only + Name: Costume Goddess of Victory(Blue) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 577 - Id: 20416 AegisName: C_1Grade_Balloon Name: Costume Grade 1 Balloon @@ -99345,6 +107551,30 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1449 + - Id: 20443 + AegisName: C_Unicorn_Helm + Name: Costume Unicorn Helm + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1375 + - Id: 20444 + AegisName: C_Aniv_Star_Hat + Name: Costume Anniversary Star Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 599 + - Id: 20445 + AegisName: C_Candle + Name: Costume Candle + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 113 - Id: 20446 AegisName: C_Rabbit_Ear_Eggshell Name: Costume Bunny Eggshell @@ -99408,6 +107638,22 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1455 + - Id: 20453 + AegisName: C_Hat_Of_Bundle + Name: Costume Wrapping Cloth + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 108 + - Id: 20454 + AegisName: C_Headgear_Of_Queen + Name: Costume Crown of Ancient Queen + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 164 - Id: 20455 AegisName: C_Republic_Hat Name: Costume Republic Hat @@ -99463,7 +107709,7 @@ Body: hateffect(HAT_EF_VALHALLA_IDOL,false); - Id: 20460 AegisName: C_Thornbush_Hairband - Name: Costume Thorny Hairband + Name: Costume Thornbush Hairband Type: Armor Locations: Costume_Head_Top: true @@ -99544,6 +107790,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1462 + - Id: 20469 + AegisName: C_Bogy_Horn + Name: Costume Bogy Horn + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 554 - Id: 20470 AegisName: C_SweetChocolate_Hat Name: Costume Sweet Chocolate Hat @@ -99553,6 +107807,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1469 + - Id: 20471 + AegisName: C_Tulip_Hairpin + Name: Costume Tulip Hairpin + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 161 - Id: 20472 AegisName: C_Helm_Of_Angel Name: Costume Helm of Angel @@ -99561,6 +107823,70 @@ Body: Locations: Costume_Head_Top: true ArmorLevel: 1 + - Id: 20473 + AegisName: C_Mine_Helm + Name: Costume Mine Helm + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 116 + - Id: 20474 + AegisName: C_Banana_Hat + Name: Costume Banana Flavour + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 197 + - Id: 20475 + AegisName: C_Bridal_Ribbon + Name: Costume Ribbon of Bride + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 790 + - Id: 20476 + AegisName: C_Costume01_L + Name: Rental Costume Tipsy + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1724 + - Id: 20477 + AegisName: C_Costume02_L + Name: Rental Costume Wrapping Ribbon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1599 + - Id: 20478 + AegisName: C_Costume03_L + Name: Rental Costume Royal Rabbit Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1600 + - Id: 20479 + AegisName: C_Costume04_L + Name: Rental Costume Fairy Feathers + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1723 + - Id: 20480 + AegisName: C_Costume05_L + Name: Rental Costume Dog Officer + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1601 - Id: 20481 AegisName: C_Mask_of_Ifrit Name: Costume Mask of Ifrit @@ -99590,6 +107916,22 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1027 + - Id: 20484 + AegisName: C_Sunflower_Hairpin + Name: Costume Sunflower Hairpin + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 186 + - Id: 20485 + AegisName: C_Maneater_Flower_Hp + Name: Costume Maneater Flower HP + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 852 - Id: 20486 AegisName: C_Twin_Margaret Name: Costume Twin Margaret @@ -99653,7 +107995,7 @@ Body: Name: Costume Unidentified Flying Poring Type: Armor Locations: - Costume_Head_Top: true + Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 View: 1017 @@ -99666,6 +108008,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1347 + - Id: 20494 + AegisName: C_Ufo_Poring_Hat + Name: Costume Unidentified Flying Poring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1017 - Id: 20495 AegisName: C_Quati_Hat_J Name: Costume Quati Hat @@ -99737,6 +108087,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 12 + - Id: 20503 + AegisName: C_Bag_Of_Antonio + Name: Costume Candy Pouch Bag + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 13 - Id: 20504 AegisName: C_Cupid_Wing_Pink Name: Costume Cupid's Pink Wings @@ -99890,6 +108248,17 @@ Body: hateffect(HAT_EF_FULL_BLOOMCHERRY_TREE,true); UnEquipScript: | hateffect(HAT_EF_FULL_BLOOMCHERRY_TREE,false); + - Id: 20520 + AegisName: C_Costume07_L + Name: Rental Costume Full Bloom Cherry Tree + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_FULL_BLOOMCHERRY_TREE,true); + UnEquipScript: | + hateffect(HAT_EF_FULL_BLOOMCHERRY_TREE,false); - Id: 20521 AegisName: C_BlackCatBag_TW Name: Costume Black Cat Bag @@ -99903,7 +108272,7 @@ Body: Name: Costume Blessings Of Soul Type: Armor Locations: - Costume_Head_Low: true + Costume_Garment: true ArmorLevel: 1 EquipLevelMin: 1 Script: | @@ -99965,6 +108334,14 @@ Body: Locations: Costume_Garment: true ArmorLevel: 1 + - Id: 20529 + AegisName: C_2018_RTC_Cape_ROS + Name: Costume 2018 RTC Memorial Cloak + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 28 - Id: 20530 AegisName: C_Wings_of_Gabriel Name: Costume Wings of Gabriel @@ -99974,6 +108351,24 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 37 + - Id: 20531 + AegisName: C_Invisible_Manteau_TW + Name: Costume Invisible Manteau + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + - Id: 20532 + AegisName: C_Exploding_Wave_Sca_V + Name: Costume Flaming Burst Wave(Garment) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_DOUBLEGUMGANG,true); + UnEquipScript: | + hateffect(HAT_EF_DOUBLEGUMGANG,false); - Id: 20533 AegisName: C_PinkButterfly_Wing_T Name: Costume Pink Butterfly Wing @@ -99983,6 +108378,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 38 + - Id: 20534 + AegisName: C_GiantCatBag_JP + Name: Costume Big White Cat + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 25 - Id: 20535 AegisName: C_Digital_Space Name: Costume Digital Space @@ -99995,6 +108398,14 @@ Body: hateffect(HAT_EF_DIGITAL_SPACE,true); UnEquipScript: | hateffect(HAT_EF_DIGITAL_SPACE,false); + - Id: 20536 + AegisName: C_Violet_Halo + Name: Costume Violet Halo + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 39 - Id: 20537 AegisName: C_Maple_Which_Falls_Rd Name: Costume Falling Red Foliage @@ -100021,12 +108432,23 @@ Body: hateffect(HAT_EF_MAGICCIRCLERAINBOW,false); - Id: 20539 AegisName: C_CherryFesRibbon_TW - Name: Costume Cherry Fes Ribbon # !todo check english name + Name: Costume Sakura Festival Ribbon Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 40 + - Id: 20540 + AegisName: C_SnackParty_TW + Name: Costume Cookie Party + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_FULL_BLOOMCHERRY_TREE,true); + UnEquipScript: | + hateffect(HAT_EF_FULL_BLOOMCHERRY_TREE,false); - Id: 20541 AegisName: C_AngelRibbonWing_TW Name: Costume Angel's Ribboned Wings @@ -100037,7 +108459,7 @@ Body: ArmorLevel: 1 - Id: 20542 AegisName: C_BlackBearBackpack_TW - Name: Costume Black Bear Backpack # !todo check english name + Name: Costume Black Bear Backpack Type: Armor Locations: Costume_Garment: true @@ -100052,6 +108474,17 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 44 + - Id: 20544 + AegisName: C_Gold_Shower_J + Name: Costume Golden Shower + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_GOLD_SHOWER,true); + UnEquipScript: | + hateffect(HAT_EF_GOLD_SHOWER,false); - Id: 20545 AegisName: C_Chrismas_Tree Name: Costume Christmas Guardian Tree @@ -100419,7 +108852,7 @@ Body: View: 53 - Id: 20577 AegisName: C_Balloon_Wing - Name: Costume Ballon Wings + Name: Costume Balloon Wing Type: Armor View: 54 Jobs: @@ -100447,6 +108880,22 @@ Body: Locations: Costume_Garment: true ArmorLevel: 1 + - Id: 20580 + AegisName: C_Heart_Wing_Backpack + Name: Costume Heart Wing Backpack + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 58 + - Id: 20581 + AegisName: C_Soldier_Backpack + Name: Costume Soldier Backpack + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 59 - Id: 20582 AegisName: C_T_Bear_Bag Name: Costume Bear Backpack @@ -100456,6 +108905,17 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 60 + - Id: 20583 + AegisName: C_Magic_Star_TW + Name: Costume Illusion Crystal + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_MAGIC_STAR_TW,true); + UnEquipScript: | + hateffect(HAT_EF_MAGIC_STAR_TW,false); - Id: 20584 AegisName: C_Big_Foxtail Name: Costume Fox Tail @@ -100649,6 +109109,14 @@ Body: Locations: Costume_Garment: true ArmorLevel: 1 + - Id: 20606 + AegisName: C_Golden_Angel_Wing + Name: Costume Golden Angel Wing + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 5 - Id: 20607 AegisName: C_Baldr_Wing_TW Name: Costume Baldr Wing @@ -100657,6 +109125,50 @@ Body: Costume_Garment: true ArmorLevel: 1 View: 91 + - Id: 20608 + AegisName: C_99LV_Star_E_MBlue + Name: Costume Midnight Blue Energy + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_99LV_STAR_E_MBLUE,true); + UnEquipScript: | + hateffect(HAT_EF_99LV_STAR_E_MBLUE,false); + - Id: 20609 + AegisName: C_160LV_Star_E_MBlue + Name: Costume Midnight Blue Aura + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_160LV_STAR_E_MBLUE,true); + UnEquipScript: | + hateffect(HAT_EF_160LV_STAR_E_MBLUE,false); + - Id: 20610 + AegisName: C_99LV_Soul_R_Gray + Name: Costume Gray Energy + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_99LV_SOUL_R_GRAY,true); + UnEquipScript: | + hateffect(HAT_EF_99LV_SOUL_R_GRAY,false); + - Id: 20611 + AegisName: C_160LV_Soul_R_Gray + Name: Costume Gray Aura + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_160LV_SOUL_R_GRAY,true); + UnEquipScript: | + hateffect(HAT_EF_160LV_SOUL_R_GRAY,false); - Id: 20612 AegisName: C_Ten_G_Shield_TW Name: Costume Ten Guardian's Shield # !todo check english name @@ -100675,7 +109187,7 @@ Body: View: 101 - Id: 20614 AegisName: C_Kyel_hyre_Ulti_TW - Name: Costume Kyel hyre Ulti # !todo check english name + Name: Costume Ultimate Kiel Hyre's Type: Armor Locations: Costume_Garment: true @@ -100722,13 +109234,105 @@ Body: ArmorLevel: 1 View: 120 - Id: 20618 - AegisName: aegis_20618 + AegisName: C_Big_B_Rabbit Name: Costume Big Black Rabbit # !todo check english name Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 133 + - Id: 20619 + AegisName: aegis_20619 + Name: Costume Phaya Ploeng Suriyan + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 150 + - Id: 20620 + AegisName: aegis_20620 + Name: Costume Songkran Water Gun + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 174 + - Id: 20621 + AegisName: aegis_20621 + Name: Costume Dark Lord Manteau + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 175 + Script: | + hateffect HAT_EF_C_DARK_LORD_MANTEAU,true; + UnEquipScript: | + hateffect HAT_EF_C_DARK_LORD_MANTEAU,false; + - Id: 20622 + AegisName: aegis_20622 + Name: Costume Winner of ROS 2023 + Type: Armor + Locations: + Costume_Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 181 + - Id: 20623 + AegisName: aegis_20623 + Name: Costume Runner Up of ROS 2023 + Type: Armor + Locations: + Costume_Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 182 + - Id: 20624 + AegisName: aegis_20624 + Name: Costume Second Runner-Up of ROS 2023 + Type: Armor + Locations: + Costume_Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 183 + - Id: 20626 + AegisName: C_ROS2023_Cape_2 + Name: 2023 ROS Winning Prize Manteau + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 198 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 20700 AegisName: Egir_Manteau Name: Egir Manteau @@ -100765,9 +109369,11 @@ Body: EquipLevelMin: 65 Refineable: true Script: | - bonus2 bSubDefEle,Ele_Earth,5; - bonus2 bMagicSubDefEle,Ele_Earth,5; + bonus2 bSubEle,Ele_Earth,5; bonus2 bSubRace,RC_Fish,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 20702 AegisName: TE_Woe_Muffler Name: TE Woe Muffler @@ -100854,6 +109460,7 @@ Body: bonus2 bMagicAddRace,RC_Player_Human,10; bonus2 bMagicAddRace,RC_Player_Doram,10; bonus2 bResEff,Eff_Freeze,2500; + bonus bMdef,5; - Id: 20705 AegisName: Lumiere_Manteau Name: Lumiere Manteau @@ -100868,8 +109475,11 @@ Body: EquipLevelMin: 65 Refineable: true Script: | - bonus2 bSubDefEle,Ele_Holy,5; + bonus2 bSubEle,Ele_Holy,5; bonus2 bSubRace,RC_Dragon,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 20706 AegisName: Amistr_Bag Name: Amistr Bag @@ -100916,6 +109526,9 @@ Body: Script: | bonus2 bSubEle,Ele_Poison,5; bonus2 bSubRace,RC_Plant,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 20709 AegisName: Mana_Manteau Name: Mana Manteau @@ -100957,7 +109570,7 @@ Body: bonus bHPrecovRate,50; - Id: 20711 AegisName: Manteau_Of_Diego - Name: Manteau Of Diego + Name: Diego Shawl Type: Armor Buy: 20 Weight: 600 @@ -100971,6 +109584,7 @@ Body: bonus bInt,1; bonus bDex,1; bonus bMdef,3; + bonus2 bSubSize,Size_Medium,5; - Id: 20712 AegisName: Valkyrie_Cape Name: Valkyrie Cape @@ -101014,6 +109628,30 @@ Body: bonus bFlee2,(5+.@val); else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) bonus bShortWeaponDamageReturn,(5+.@val); + - Id: 20713 + AegisName: Manteau_Of_Torrent + Name: Torrent Manteau + Type: Armor + Buy: 20 + Weight: 500 + Defense: 16 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bMdef,2; + bonus bMaxHPrate,5; + bonus bMatkRate,1; + bonus2 bAddEle,Ele_Water,2; - Id: 20714 AegisName: Assassin_Muffler Name: Assassin's Muffler @@ -101032,9 +109670,33 @@ Body: if (.@r>5) { bonus bAgi,(.@r-5)*2; } + - Id: 20715 + AegisName: Earthquake_Manteau + Name: Earthquake Manteau + Type: Armor + Buy: 20 + Weight: 500 + Defense: 16 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bMdef,2; + bonus bMaxHPrate,5; + bonus bMatkRate,1; + bonus2 bAddEle,Ele_Earth,2; - Id: 20716 AegisName: Esprit_Manteau - Name: Spirit Manteau + Name: Esprit Manteau Type: Armor Buy: 20 Weight: 700 @@ -101077,9 +109739,28 @@ Body: Refineable: true Script: | bonus bMdef,10; + - Id: 20719 + AegisName: BF_Hood + Name: Battle Cape + Type: Armor + Defense: 25 + Classes: + All_Third: true + Fourth: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAllStats,1; + bonus bMaxHPrate,3; + bonus bMagicDamageReturn,3; + bonus2 bSubEle,Ele_All,.@r/2; - Id: 20720 AegisName: Manteau_Of_Storm - Name: Manteau of Storm + Name: Storm Manteau Type: Armor Buy: 10 Weight: 500 @@ -101133,6 +109814,40 @@ Body: Refineable: true Script: | bonus2 bSubEle,Ele_Holy,5+getrefine()/2; + - Id: 20722 + AegisName: Soul_Of_Tree + Name: Tree Spirit Shawl + Type: Armor + Weight: 400 + Defense: 6 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,5+(.@r*2); + bonus bMatk,5+(.@r*2); + if (.@r>=12) + bonus bAspd,1; + - Id: 20723 + AegisName: Manteau_Of_Hunter + Name: Hunter's Manteau + Type: Armor + Buy: 20 + Weight: 500 + Defense: 7 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,1+max(1,(.@r-5)); - Id: 20724 AegisName: Love_Dad_Wings_2012 Name: Love Dad Wings 2012 @@ -101288,6 +110003,24 @@ Body: bonus bMaxHPrate,10; bonus bNoKnockback; bonus2 bSubEle,Ele_All,-20; + - Id: 20731 + AegisName: Ground_Dragon_Coat + Name: Earth Dragon's Coat + Type: Armor + Weight: 300 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus2 bMagicAtkEle,Ele_Earth,2; + bonus2 bMagicAtkEle,Ele_Fire,-10; + if (.@r>=7) + bonus2 bMagicAtkEle,Ele_Earth,3; - Id: 20732 AegisName: Supplement_Part_Con Name: Supplement Part Con @@ -101563,6 +110296,9 @@ Body: Script: | bonus2 bSubEle,Ele_Wind,5; bonus2 bSubRace,RC_Insect,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 20753 AegisName: Lian_Robe Name: Lian Robe @@ -101579,6 +110315,9 @@ Body: Script: | bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubRace,RC_Formless,-5; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bFlee,20; + } - Id: 20756 AegisName: Egir_Manteau_K Name: Aegir Cloak @@ -101641,6 +110380,143 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1 + - Id: 20766 + AegisName: Beam_Of_Light_Manteau + Name: Radiance Manteau + Type: Armor + Weight: 500 + Defense: 16 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bMdef,2; + bonus bMaxHPrate,5; + bonus bMatkRate,1; + bonus2 bAddEle,Ele_Holy,2; + - Id: 20767 + AegisName: Bravery_Bag_J + Name: Adventurer's Backpack + Type: Armor + Weight: 100 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + skill "ALL_PRONTERA_RECALL",1; + if (BaseClass == Job_Novice || BaseJob == Job_SuperNovice) + skill "AL_INCAGI",1; + - Id: 20768 + AegisName: Archangel_Wing_J + Name: Archangel Wing + Type: Armor + Weight: 200 + Defense: 18 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1 + - Id: 20769 + AegisName: Small_Hut_Manteau + Name: Twilight Manteau + Type: Armor + Weight: 500 + Defense: 16 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bMdef,2; + bonus bMaxHPrate,5; + bonus bMatkRate,1; + bonus2 bAddEle,Ele_Dark,2; + - Id: 20770 + AegisName: Limnil_Cape + Name: Andfreimnir's Manteau + Type: Armor + Weight: 400 + Defense: 40 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspd,1; + if (.@r>=7) + bonus bAspdRate,2*(readparam(bAgi)/10); + else if (.@r>=5) + bonus bAspdRate,readparam(bAgi)/10; + - Id: 20771 + AegisName: Choas_Manteau + Name: Chaotic Manteau + Type: Armor + Weight: 500 + Defense: 16 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bMdef,2; + bonus bMaxHPrate,5; + bonus bMatkRate,1; + bonus2 bAddEle,Ele_Undead,2; + - Id: 20772 + AegisName: Grudge_Manteau + Name: Grudge Manteau + Type: Armor + Weight: 500 + Defense: 16 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bMdef,2; + bonus bMaxHPrate,5; + bonus bMatkRate,1; + bonus2 bAddEle,Ele_Ghost,2; - Id: 20773 AegisName: Excelion_Wing Name: Excelion Wing @@ -101745,7 +110621,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bMaxHPrate,2*(.@r/2); } @@ -101771,7 +110647,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bFlee,3*(.@r/2); } @@ -101797,13 +110673,13 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bUseSPrate,-(.@r/2); } - Id: 20783 AegisName: Hero_Cape - Name: Hero Cape + Name: Hero Manteau Type: Armor Weight: 100 Slots: 1 @@ -101854,7 +110730,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bCritical,2*(.@r/2); } @@ -101924,6 +110800,22 @@ Body: bonus bInt,.@r; bonus bDex,.@r; bonus bLuk,.@r; + - Id: 20796 + AegisName: Soheon_Winged_Robe + Name: Seohyun's Robe + Type: Armor + Buy: 20 + Weight: 600 + Defense: 20 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bMdef,10; + bonus bHealPower,5*getrefine(); - Id: 20797 AegisName: Etran_Shirt Name: Etran Shirt @@ -102008,9 +110900,9 @@ Body: } if (.@r>=7) { .@delay += 3; - bonus2 bSkillAtk,"AS_GRIMTOOTH",Baselevel; - bonus2 bSkillAtk,"ASC_BREAKER",Baselevel/3; - bonus2 bSkillAtk,"GC_CROSSIMPACT",Baselevel/30; + bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel; + bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel/3; + bonus2 bSkillAtk,"GC_CROSSIMPACT",BaseLevel/30; } if (.@r>=9) { .@delay += 3; @@ -102292,6 +111184,20 @@ Body: if (.@r>11) { bonus bNoCastCancel; } + - Id: 20812 + AegisName: Kirin_Wing_J + Name: Kirin Wing + Type: Armor + Buy: 20 + Weight: 200 + Defense: 18 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 6 - Id: 20813 AegisName: Clack_Of_Servival_ Name: Cloak of Survival @@ -102439,6 +111345,28 @@ Body: if (readparam(bLuk)>=90) bonus bCritAtkRate,(.@r>=9)?15:10; } + - Id: 20818 + AegisName: Cursed_Devils_Manteau + Name: Curse-Spell Manteau + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 16 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus2 bSubEle,Ele_All,5; + bonus bLongAtkDef,10; + if (getrefine()>=7) { + bonus2 bSubEle,Ele_Water,30; + bonus2 bSubEle,Ele_Wind,30; + bonus2 bHPRegenRate,2000,10000; + bonus2 bSPRegenRate,100,10000; + } - Id: 20819 AegisName: Oxygen_Bomb_K Name: Oxygen Bottle @@ -102690,6 +111618,23 @@ Body: bonus bMatk,5*(readparam(bInt)/60); if (.@r>=7) bonus bMatk,5*(readparam(bInt)/10); + - Id: 20833 + AegisName: Fallen_Angel_Wing_TH + Name: Fallen Angel Wing + Type: Armor + Weight: 200 + Defense: 10 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 3 + Script: | + bonus bBaseAtk,10; + bonus bMatk,10; + bonus bMdef,10; - Id: 20834 AegisName: Manteau_Of_Vagabond Name: Drifter's Cape @@ -102725,13 +111670,16 @@ Body: EquipLevelMin: 99 Refineable: true View: 3 + Trade: + NoDrop: true Script: | - bonus bAllStats,1; bonus bBaseAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; + bonus bAspdRate,readparam(bAgi)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; + bonus bAllStats,1; - Id: 20836 AegisName: Skin_Of_Lindwurm Name: Skin of Lindwyrm @@ -102910,11 +111858,11 @@ Body: bonus bAspdRate,10; if (.@r >= 12) bonus bDelayrate,-7; - if (BaseLevel <= 100) { - bonus2 bExpAddClass,Class_All,10; + if (BaseLevel < 100) { + bonus2 bExpAddRace,RC_All,10; } else { - bonus2 bExpAddClass,Class_All,4; + bonus2 bExpAddRace,RC_All,4; } - Id: 20843 AegisName: Bag_Of_Antonio_Range @@ -102940,11 +111888,11 @@ Body: bonus bAspdRate,10; if (.@r >= 12) bonus bDelayrate,-7; - if (BaseLevel <= 100) { - bonus2 bExpAddClass,Class_All,10; + if (BaseLevel < 100) { + bonus2 bExpAddRace,RC_All,10; } else { - bonus2 bExpAddClass,Class_All,4; + bonus2 bExpAddRace,RC_All,4; } - Id: 20844 AegisName: Bag_Of_Antonio_Magic @@ -102970,15 +111918,15 @@ Body: bonus bVariableCastrate,-10; if (.@r >= 12) bonus bDelayrate,-7; - if (BaseLevel <= 100) { - bonus2 bExpAddClass,Class_All,10; + if (BaseLevel < 100) { + bonus2 bExpAddRace,RC_All,10; } else { - bonus2 bExpAddClass,Class_All,4; + bonus2 bExpAddRace,RC_All,4; } - Id: 20845 AegisName: Skin_Of_Marraco - Name: Malach's Skin + Name: Skin of Malach Type: Armor Buy: 20 Weight: 600 @@ -103071,6 +112019,31 @@ Body: } if (.@r>=10) bonus bNoWalkDelay; + - Id: 20853 + AegisName: Rudo_Black_Wings + Name: Rudo's Black Wing + Type: Armor + Buy: 20 + Weight: 600 + Defense: 6 + Slots: 1 + Jobs: + Monk: true + Priest: true + Sage: true + SoulLinker: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bAspd,1; + bonus bMatkRate,3*(getrefine()/2); - Id: 20854 AegisName: Medical_Cape Name: Medical Cape @@ -103196,6 +112169,32 @@ Body: bonus bMaxSPrate,5; bonus bLongAtkRate,3; } + - Id: 20858 + AegisName: YSF01_Manteau_J + Name: Y.S.F.0.1 Manteau + Type: Armor + Buy: 20 + Weight: 600 + Defense: 15 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 170 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bMaxHPrate,15; + if (.@r>=7) + bonus2 bSkillUseSP,"LK_SPIRALPIERCE",5; + if (.@r>=9) + bonus bAspdRate,15; - Id: 20859 AegisName: Phreeoni_Wing Name: Phreeoni Wings @@ -103254,9 +112253,37 @@ Body: skill "TF_DOUBLE",3; skill "MO_TRIPLEATTACK",3; } + - Id: 20861 + AegisName: SwordWing_J + Name: Sword Wing + Type: Armor + Buy: 20 + Weight: 200 + Defense: 18 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 19 + - Id: 20862 + AegisName: EXE_Backpack + Name: EXE Backpack + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 22 + Script: | + bonus2 bExpAddRace,RC_All,10; - Id: 20863 AegisName: MenblattWing - Name: Menblatt's Wings + Name: Menblatt Wing Manteau Type: Armor Buy: 20 Weight: 400 @@ -103360,6 +112387,199 @@ Body: if (.@r >= 9) bonus bCritAtkRate,5; } + - Id: 20867 + AegisName: 60Lv_Hood + Name: Subjugation Team's Shoulder Belt + Type: Armor + Weight: 200 + Defense: 12 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + Script: | + bonus2 bSubEle,Ele_Neutral,7; + bonus bFlee,10; + - Id: 20868 + AegisName: 70Lv_Manteau + Name: Expedition's Manteau + Type: Armor + Weight: 300 + Defense: 14 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus2 bSubEle,Ele_Neutral,8; + bonus bFlee,15+(3*(getrefine()/3)); + - Id: 20869 + AegisName: 70Lv_Muffler + Name: Expedition's Muffler + Type: Armor + Weight: 250 + Defense: 13 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus2 bSubEle,Ele_Neutral,9+(getrefine()/3); + bonus bFlee,12; + - Id: 20870 + AegisName: 80Lv_Manteau + Name: Contingent Manteau + Type: Armor + Weight: 400 + Defense: 16 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bAspdRate,5; + bonus bFlee,15; + if (getrefine()>=5) + bonus bAgi,1; + - Id: 20871 + AegisName: 80Lv_Cloak + Name: Contingent Cloak + Type: Armor + Weight: 400 + Defense: 15 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bAspdRate,3; + bonus bFlee,20; + if (getrefine()>=5) + bonus bAspdRate,2; + - Id: 20872 + AegisName: 80Lv_Muffler + Name: Contingent Muffler + Type: Armor + Weight: 350 + Defense: 14 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bVariableCastrate,-3; + bonus bFlee,16; + if (getrefine()>=5) + bonus bVariableCastrate,-4; + - Id: 20873 + AegisName: 80Lv_Cape + Name: Contingent Cape + Type: Armor + Weight: 300 + Defense: 13 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bVariableCastrate,-5; + bonus bFlee,12; + if (getrefine()>=5) + bonus2 bSubEle,Ele_Neutral,3; + - Id: 20874 + AegisName: 90Lv_Manteau + Name: Conqueror's Manteau + Type: Armor + Weight: 500 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,7; + bonus bFlee,18; + if (.@r>=5) + bonus bAgi,1; + if (.@r>=7) + bonus bCritAtkRate,4; + - Id: 20875 + AegisName: 90Lv_Cloak + Name: Conqueror's Cloak + Type: Armor + Weight: 450 + Defense: 18 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,5; + bonus bFlee,25; + if (.@r>=5) + bonus bAspdRate,2; + if (.@r>=7) + bonus bLongAtkRate,3; + - Id: 20876 + AegisName: 90Lv_Muffler + Name: Conqueror's Muffler + Type: Armor + Weight: 450 + Defense: 16 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-5; + bonus bFlee,16; + if (.@r>=5) + bonus bVariableCastrate,-4; + if (.@r>=7) + bonus bVariableCastrate,-3; + - Id: 20877 + AegisName: 90Lv_Cape + Name: Conqueror's Cape + Type: Armor + Weight: 400 + Defense: 15 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-7; + bonus bFlee,12; + if (.@r>=5) + bonus2 bSubEle,Ele_Neutral,3; + if (.@r>=7) + bonus2 bSubEle,Ele_Neutral,4; - Id: 20900 AegisName: Golden_Scarf_J Name: Bouncer's Scarf @@ -103441,6 +112661,22 @@ Body: bonus bFlee,15; bonus2 bSubRace,RC_Insect,10; bonus2 bSubRace,RC_Brute,10; + - Id: 20904 + AegisName: Etran_Shirt_BR + Name: Etran Shirt + Type: Armor + Weight: 150 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,((.@r>=8)?16:(.@r>=6?8:2)); + if (.@r>=10) + bonus bNoKnockback; - Id: 20905 AegisName: Astrea_Cape Name: Asteria's Cloak @@ -103471,9 +112707,45 @@ Body: Garment: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus2 bSubEle,Ele_Neutral,20; bonus bVariableCastrate,-5; + - Id: 20907 + AegisName: Fairy_Cloth + Name: Fairy Cloth + Type: Armor + Buy: 20 + Weight: 900 + Defense: 12 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bFlee2,8; + bonus2 bSubRace,RC_DemiHuman,5; + if (.@r>=5) { + bonus bFlee2,10; + bonus bDef,50; + bonus bMdef,5; + } + if (.@r>=7) { + bonus bFlee2,10; + bonus bDef,50; + bonus bMdef,5; + } - Id: 20908 AegisName: Jirant_Cloak_BR Name: Witch's Cloak @@ -103523,9 +112795,64 @@ Body: bonus bMaxHPrate,8; if (.@r>=10) bonus bNoKnockback; + - Id: 20915 + AegisName: Doram_Only_Cape_J + Name: Doram Cape + Type: Armor + Buy: 20 + Weight: 100 + Defense: 20 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bBaseAtk,20; + bonus bMatk,20; + bonus bMaxHPrate,.@r; + bonus bMaxSPrate,.@r; + - Id: 20916 + AegisName: Doram_High_Cape_J + Name: High-End Doram Cape + Type: Armor + Buy: 20 + Weight: 100 + Defense: 25 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bBaseAtk,30; + bonus bMatk,30; + bonus bMaxHPrate,.@r; + bonus bMaxSPrate,.@r; + if (.@r>=7) { + bonus bAspdRate,5; + if (.@r>=8) { + bonus bVariableCastrate,-5; + if (.@r>=9) { + bonus bFlee2,15; + } + } + } - Id: 20917 AegisName: Doram_Ele_Cape_J - Name: Special Drum Cape + Name: Special Doram Cape Type: Armor Buy: 20 Weight: 100 @@ -103625,6 +112952,24 @@ Body: bonus2 bAddEle,Ele_Earth,.@val; bonus2 bAddEle,Ele_Fire,.@val; } + - Id: 20924 + AegisName: Brave_muffler + Name: Brave Muffler + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 16 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bResEff,Eff_Freeze,2500; + bonus bHealPower2,4*.@r; + bonus bAddItemHealRate,4*.@r; - Id: 20925 AegisName: Commander_manteau_J Name: Commander Manteau @@ -104067,7 +113412,7 @@ Body: bonus bAtkRate,7; } if (.@r >= 9) { - bonus bVariableCastrate,-10; + bonus bMaxHPrate,10; } - Id: 20945 AegisName: Regia_Hunting_Manteau @@ -104163,7 +113508,7 @@ Body: } - Id: 20949 AegisName: Skin_Of_Ladon_J - Name: Ladon's Skin + Name: Skin of Ladon Type: Armor Buy: 20 Weight: 600 @@ -104228,7 +113573,7 @@ Body: } - Id: 20952 AegisName: Anony_As_Muffler - Name: Nameless Assassin's Muffler + Name: Mysterious Muffler Type: Armor Buy: 20 Weight: 100 @@ -104333,7 +113678,7 @@ Body: } - Id: 20962 AegisName: Skin_Of_Typhon - Name: Typhon's Skin + Name: Skin of Typhon Type: Armor Buy: 20 Weight: 600 @@ -104388,15 +113733,15 @@ Body: } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Demon,20; - bonus2 bIgnoreMDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; bonus2 bIgnoreDefRaceRate,RC_Brute,20; - bonus2 bIgnoreMDefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; } if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Demon,10; - bonus2 bIgnoreMDefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; - bonus2 bIgnoreMDefRaceRate,RC_Brute,10; + bonus2 bIgnoreMdefRaceRate,RC_Brute,10; } - Id: 20964 AegisName: Temporal_M_Agi @@ -104420,15 +113765,15 @@ Body: } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Demon,20; - bonus2 bIgnoreMDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; bonus2 bIgnoreDefRaceRate,RC_Brute,20; - bonus2 bIgnoreMDefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; } if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Demon,10; - bonus2 bIgnoreMDefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; - bonus2 bIgnoreMDefRaceRate,RC_Brute,10; + bonus2 bIgnoreMdefRaceRate,RC_Brute,10; } - Id: 20965 AegisName: Temporal_M_Vit @@ -104452,15 +113797,15 @@ Body: } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Demon,20; - bonus2 bIgnoreMDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; bonus2 bIgnoreDefRaceRate,RC_Brute,20; - bonus2 bIgnoreMDefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; } if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Demon,10; - bonus2 bIgnoreMDefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; - bonus2 bIgnoreMDefRaceRate,RC_Brute,10; + bonus2 bIgnoreMdefRaceRate,RC_Brute,10; } - Id: 20966 AegisName: Temporal_M_Int @@ -104484,15 +113829,15 @@ Body: } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Demon,20; - bonus2 bIgnoreMDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; bonus2 bIgnoreDefRaceRate,RC_Brute,20; - bonus2 bIgnoreMDefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; } if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Demon,10; - bonus2 bIgnoreMDefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; - bonus2 bIgnoreMDefRaceRate,RC_Brute,10; + bonus2 bIgnoreMdefRaceRate,RC_Brute,10; } - Id: 20967 AegisName: Temporal_M_Dex @@ -104516,15 +113861,15 @@ Body: } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Demon,20; - bonus2 bIgnoreMDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; bonus2 bIgnoreDefRaceRate,RC_Brute,20; - bonus2 bIgnoreMDefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; } if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Demon,10; - bonus2 bIgnoreMDefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; - bonus2 bIgnoreMDefRaceRate,RC_Brute,10; + bonus2 bIgnoreMdefRaceRate,RC_Brute,10; } - Id: 20968 AegisName: Temporal_M_Luk @@ -104548,15 +113893,15 @@ Body: } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Demon,20; - bonus2 bIgnoreMDefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; bonus2 bIgnoreDefRaceRate,RC_Brute,20; - bonus2 bIgnoreMDefRaceRate,RC_Brute,20; + bonus2 bIgnoreMdefRaceRate,RC_Brute,20; } if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Demon,10; - bonus2 bIgnoreMDefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; bonus2 bIgnoreDefRaceRate,RC_Brute,10; - bonus2 bIgnoreMDefRaceRate,RC_Brute,10; + bonus2 bIgnoreMdefRaceRate,RC_Brute,10; } - Id: 20969 AegisName: Rainbow_Muffler_Jp @@ -104860,7 +114205,6 @@ Body: Locations: Costume_Garment: true ArmorLevel: 1 - View: 94 Script: | hateffect HAT_EF_GEARWHEEL,true; UnEquipScript: | @@ -104906,6 +114250,98 @@ Body: Costume_Garment: true ArmorLevel: 1 View: 95 + - Id: 20993 + AegisName: Avoidance_Cape + Name: Avoidance Cape + Type: Armor + Buy: 20 + Weight: 300 + Defense: 25 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bMaxHPrate,2; + bonus bMaxSPrate,2; + bonus bDelayrate,-5; + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus bFlee,10*getskilllv("AB_SECRAMENT"); + bonus bFlee2,5*getskilllv("AB_SECRAMENT"); + if (getskilllv("AB_PRAEFATIO") == 10) { + bonus2 bSubEle,Ele_Neutral,50; + bonus2 bFixedCastrate,"AB_RENOVATIO",-100; + } + if (getskilllv("AB_HIGHNESSHEAL") == 5) { + bonus2 bSubEle,Ele_Ghost,75; + bonus2 bSubEle,Ele_Water,75; + } + if (.@r>=5) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus bDelayrate,-5; + } + if (.@r>=7) { + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + bonus bDelayrate,-5; + } + - Id: 20994 + AegisName: Ancient_Megalith_Mantle + Name: Ancient Megalith Cloak + Type: Armor + Buy: 20 + Weight: 400 + Defense: 50 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMdef,5; + bonus2 bSubEle,Ele_Fire,50; + bonus2 bSubEle,Ele_Earth,50; + bonus2 bAddDamageClass,20270,30; + bonus2 bAddDamageClass,20271,30; + bonus2 bAddDamageClass,20272,30; + bonus2 bAddDamageClass,20273,30; + bonus2 bAddDamageClass,20274,30; + bonus2 bAddDamageClass,20275,30; + bonus2 bAddDamageClass,20276,30; + bonus2 bAddDamageClass,20277,30; + bonus2 bAddDamageClass,20278,30; + bonus2 bAddDamageClass,20279,30; + bonus2 bAddDamageClass,20280,30; + bonus2 bAddMagicDamageClass,20270,30; + bonus2 bAddMagicDamageClass,20271,30; + bonus2 bAddMagicDamageClass,20272,30; + bonus2 bAddMagicDamageClass,20273,30; + bonus2 bAddMagicDamageClass,20274,30; + bonus2 bAddMagicDamageClass,20275,30; + bonus2 bAddMagicDamageClass,20276,30; + bonus2 bAddMagicDamageClass,20277,30; + bonus2 bAddMagicDamageClass,20278,30; + bonus2 bAddMagicDamageClass,20279,30; + bonus2 bAddMagicDamageClass,20280,30; + bonus2 bAddDefMonster,20270,60; + bonus2 bAddDefMonster,20271,60; + bonus2 bAddDefMonster,20272,60; + bonus2 bAddDefMonster,20273,60; + bonus2 bAddDefMonster,20274,60; + bonus2 bAddDefMonster,20275,60; + bonus2 bAddDefMonster,20276,60; + bonus2 bAddDefMonster,20277,60; + bonus2 bAddDefMonster,20278,60; + bonus2 bAddDefMonster,20279,60; + bonus2 bAddDefMonster,20280,60; - Id: 21000 AegisName: Upg_Twohand_Sword Name: Upg Two-Handed Sword @@ -104963,7 +114399,6 @@ Body: } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; - bonus bMagicDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,300,BF_MAGIC,0; } - Id: 21002 @@ -105116,7 +114551,7 @@ Body: bonus bStr,20; - Id: 21008 AegisName: Kogarasu_Maru - Name: Small Karasuma + Name: Kogarasumaru Type: Weapon SubType: 2hSword Buy: 20 @@ -105183,15 +114618,14 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus2 bAddRace,RC_Demon,10; bonus2 bAddRace,RC_Undead,10; + bonus2 bAddRace,RC_Demon,10; .@r = getrefine(); if (.@r>=9) { - .@dmg = 5; - if (.@r>=12) { - .@dmg += 7; - } - bonus2 bAddRace,RC_All,.@dmg; + bonus bAtkRate,5; + } + if (.@r>=12) { + bonus bAtkRate,7; } - Id: 21011 AegisName: Giant_Blade @@ -105517,6 +114951,28 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 21028 + AegisName: Sinister_Thand_Sword_J + Name: Two-Handed Sword of Evil + Type: Weapon + SubType: 2hSword + Buy: 100000 + Weight: 1100 + Attack: 210 + Range: 1 + Jobs: + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 21030 AegisName: Probation_TH_Sword Name: Trial Rune Knight's Two-Handed Sword @@ -105944,6 +115400,7 @@ Body: .@r = getrefine(); bonus bCritical,5; bonus bAtkRate,15; + /* bonus2 bSkillAtk,"LG_BANISHINGPOINT",10; commented, illogical */ if (.@r>=7) { bonus bCritAtkRate,25; bonus bAspdRate,10; @@ -105989,9 +115446,10 @@ Body: } - Id: 21056 AegisName: Volar_J - Name: Volare # !todo check english name + Name: Volare Type: Weapon SubType: 2hSword + Buy: 200000 Weight: 3400 Attack: 280 MagicAttack: 230 @@ -106011,9 +115469,10 @@ Body: bonus2 bSkillAtk,"KN_BOWLINGBASH",30; - Id: 21057 AegisName: Vernan_J - Name: Belluna # !todo check english name + Name: Vernan Type: Weapon SubType: 2hSword + Buy: 200000 Weight: 3400 Attack: 280 MagicAttack: 230 @@ -106103,7 +115562,7 @@ Body: } - Id: 21064 AegisName: aegis_21064 - Name: Heroria Two-handed Sword # !todo check english name + Name: Herosria Two-handed Sword Type: Weapon SubType: 2hSword Weight: 3000 @@ -106118,9 +115577,9 @@ Body: Refineable: true Script: | bonus bShortAtkRate,15; - bonus bLongAtkDef,7; - bonus bAspdRate,-7; bonus bCritical,15; + bonus bLongAtkRate,-7; + bonus bAspdRate,-7; - Id: 21065 AegisName: Comp_Oriental_Sword Name: "[Not For Sale] Oriental Sword" @@ -106191,6 +115650,26 @@ Body: bonus bDelayrate,-10; if (.@r>=11) bonus bLongAtkRate,10; + - Id: 21200 + AegisName: C_Tear_Drop + Name: Costume Teardrop + Type: Armor + Locations: + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 767 + - Id: 21201 + AegisName: Eat_Coin + Name: Ethereum Helm + Type: Armor + Weight: 100 + Locations: + Head_Mid: true + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1869 - Id: 21202 AegisName: C_Eat_Coin Name: Costume Eatcoin Helm @@ -106241,9 +115720,19 @@ Body: Costume_Head_Top: true Costume_Head_Mid: true ArmorLevel: 1 + - Id: 21400 + AegisName: aegis_21400 + Name: Costume Blue Dragon Statue + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 2494 - Id: 22000 AegisName: Temporal_Str_Boots - Name: Temporal Boots Of Strength + Name: Temporal Str Boots Type: Armor Buy: 20 Weight: 600 @@ -106278,7 +115767,7 @@ Body: bonus bBaseAtk,50; - Id: 22001 AegisName: Temporal_Int_Boots - Name: Temporal Boots Of Intelligence + Name: Temporal Int Boots Type: Armor Buy: 20 Weight: 600 @@ -106314,7 +115803,7 @@ Body: bonus bMatk,60; - Id: 22002 AegisName: Temporal_Agi_Boots - Name: Temporal Boots Of Agility + Name: Temporal Agi Boots Type: Armor Buy: 20 Weight: 600 @@ -106349,7 +115838,7 @@ Body: bonus bAspd,1; - Id: 22003 AegisName: Temporal_Vit_Boots - Name: Temporal Boots Of Vitality + Name: Temporal Vit Boots Type: Armor Buy: 20 Weight: 600 @@ -106383,7 +115872,7 @@ Body: bonus bMaxHPrate,8; - Id: 22004 AegisName: Temporal_Dex_Boots - Name: Temporal Boots Of Dexterity + Name: Temporal Dex Boots Type: Armor Buy: 20 Weight: 600 @@ -106420,7 +115909,7 @@ Body: } - Id: 22005 AegisName: Temporal_Luk_Boots - Name: Temporal Boots Of Luck + Name: Temporal Luk Boots Type: Armor Buy: 20 Weight: 600 @@ -106456,7 +115945,7 @@ Body: bonus bCritAtkRate,30; - Id: 22006 AegisName: Temporal_Str_Boots_ - Name: Temporal Boots Of Strength + Name: Temporal Str Boots Type: Armor Buy: 20 Weight: 600 @@ -106492,7 +115981,7 @@ Body: bonus bBaseAtk,50; - Id: 22007 AegisName: Temporal_Vit_Boots_ - Name: Temporal Boots Of Vitality + Name: Temporal Vit Boots Type: Armor Buy: 20 Weight: 600 @@ -106527,7 +116016,7 @@ Body: bonus bMaxHPrate,8; - Id: 22008 AegisName: Temporal_Dex_Boots_ - Name: Temporal Boots Of Dexterity + Name: Temporal Dex Boots Type: Armor Buy: 20 Weight: 600 @@ -106565,7 +116054,7 @@ Body: } - Id: 22009 AegisName: Temporal_Int_Boots_ - Name: Temporal Boots Of Intelligence + Name: Temporal Int Boots Type: Armor Buy: 20 Weight: 600 @@ -106602,7 +116091,7 @@ Body: bonus bMatk,60; - Id: 22010 AegisName: Temporal_Agi_Boots_ - Name: Temporal Boots Of Agility + Name: Temporal Agi Boots Type: Armor Buy: 20 Weight: 600 @@ -106638,7 +116127,7 @@ Body: bonus bAspd,1; - Id: 22011 AegisName: Temporal_Luk_Boots_ - Name: Temporal Boots Of Luck + Name: Temporal Luk Boots Type: Armor Buy: 20 Weight: 600 @@ -106694,6 +116183,15 @@ Body: NoAuction: true Script: | bonus2 bExpAddRace,RC_All,10; + - Id: 22013 + AegisName: test_5 + Name: Rand Test + Type: Armor + Locations: + Shoes: true + ArmorLevel: 1 + Refineable: true + View: 1466 - Id: 22014 AegisName: Enhanced_Variant_Shoes Name: Enhanced Variant Shoes @@ -106779,7 +116277,7 @@ Body: bonus2 bExpAddRace,RC_Fish,5+getrefine(); - Id: 22018 AegisName: Shoes_Of_Wise_Man - Name: Shoes Of Wise Man + Name: Sage's Shoes Type: Armor Buy: 10 Weight: 300 @@ -106796,6 +116294,266 @@ Body: bonus bInt,.@r-5; bonus bMaxHPrate,-(.@r-5); } + - Id: 22019 + AegisName: Immuned_Boots + Name: Immune Boots + Type: Armor + Buy: 20 + Weight: 500 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Neutral,3+max(1,(.@r-6)); + bonus2 bSubEle,Ele_Dark,-3; + bonus2 bSubEle,Ele_Earth,-3; + bonus2 bSubEle,Ele_Fire,-3; + bonus2 bSubEle,Ele_Ghost,-3; + bonus2 bSubEle,Ele_Holy,-3; + bonus2 bSubEle,Ele_Poison,-3; + bonus2 bSubEle,Ele_Undead,-3; + bonus2 bSubEle,Ele_Water,-3; + bonus2 bSubEle,Ele_Wind,-3; + - Id: 22020 + AegisName: GC_Battle_Boots + Name: Guillotine Cross Battle Boots + Type: Armor + Defense: 17 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSPrate,.@r/2; + - Id: 22021 + AegisName: RA_Battle_Boots + Name: Ranger Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100*(.@r/2); + bonus bMaxSPrate,.@r/2; + - Id: 22022 + AegisName: LG_Battle_Boots + Name: Royal Guard Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSPrate,.@r/2; + - Id: 22023 + AegisName: RK_Battle_Boots + Name: Rune Knight Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSP,30*(.@r/2); + - Id: 22024 + AegisName: NC_Battle_Boots + Name: Mechanic Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSPrate,.@r/2; + - Id: 22025 + AegisName: SC_Battle_Boots + Name: Shadow Chaser Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSPrate,.@r/2; + - Id: 22026 + AegisName: SR_Battle_Boots + Name: Sura Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Monk: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSP,30*(.@r/2); + - Id: 22027 + AegisName: AB_Battle_Boots + Name: Archbishop Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100*(.@r/2); + bonus bMaxSPrate,.@r/2; + - Id: 22028 + AegisName: WL_Battle_Boots + Name: Warlock Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100*(.@r/2); + bonus bMaxSPrate,.@r/2; + - Id: 22029 + AegisName: WA_Battle_Boots + Name: Performer Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + BardDancer: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,.@r/2; + bonus bMaxSPrate,.@r/2; + - Id: 22030 + AegisName: GN_Battle_Boots + Name: Geneticist Battle Boots + Type: Armor + Defense: 20 + Slots: 1 + Jobs: + Alchemist: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100*(.@r/2); + bonus bMaxSPrate,.@r/2; + - Id: 22031 + AegisName: Aurelian_Shoes + Name: Insect Collector's Shoes + Type: Armor + Buy: 20 + Weight: 300 + Defense: 10 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bExpAddRace,RC_Insect,5+.@r; - Id: 22032 AegisName: Shoes_Of_Exorcism Name: Exorcist's Shoes @@ -106843,7 +116601,7 @@ Body: bonus2 bSubEle,Ele_Holy,2+getrefine()/3; - Id: 22034 AegisName: Scarlet_Gaites - Name: Crimson Gaiter + Name: Crimson Leggings Type: Armor Weight: 500 Defense: 10 @@ -107061,6 +116819,9 @@ Body: bonus2 bSubEle,Ele_Dark,5; bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } - Id: 22049 AegisName: Sol_Shoes Name: Sol Shoes @@ -107079,6 +116840,10 @@ Body: .@r = getrefine(); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } + bonus bMdef,3; - Id: 22050 AegisName: Gardener_Shoes Name: Gardener Shoes @@ -107094,7 +116859,7 @@ Body: bonus2 bExpAddRace,RC_Plant,5+getrefine(); - Id: 22051 AegisName: Ramor_Shoes - Name: Ramor Shoes + Name: Lamor Shoes Type: Armor Buy: 20 Weight: 250 @@ -107110,6 +116875,10 @@ Body: .@r = getrefine(); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } + bonus bMdef,3; - Id: 22052 AegisName: Gravekeepr_Shoes Name: Gravekeeper Shoes @@ -107142,6 +116911,24 @@ Body: .@r = getrefine(); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } + bonus bMdef,3; + - Id: 22056 + AegisName: Fallen_Angel_Shoes + Name: Fallen Angel Shoes + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + bonus2 bExpAddRace,RC_Angel,5+getrefine(); - Id: 22057 AegisName: Flow_Shoes Name: Flow Shoes @@ -107161,6 +116948,9 @@ Body: bonus2 bSubEle,Ele_Water,5; bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } - Id: 22058 AegisName: DragonTrainer_Shoes Name: Dragon Trainer Shoes @@ -107222,9 +117012,13 @@ Body: .@r = getrefine(); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } + bonus bMdef,3; - Id: 22062 AegisName: Mechanic_Shoes - Name: Mechanic's Shoes + Name: Engineer's Shoes Type: Armor Buy: 20 Weight: 300 @@ -107255,6 +117049,9 @@ Body: bonus2 bSubEle,Ele_Wind,5; bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } - Id: 22064 AegisName: Thorny_Shoes Name: Thorny Shoes @@ -107288,9 +117085,12 @@ Body: bonus2 bSubEle,Ele_Poison,5; bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } - Id: 22066 AegisName: Esprit_Shoes - Name: Spirit Shoes + Name: Esprit Shoes Type: Armor Buy: 10 Weight: 250 @@ -107309,8 +117109,8 @@ Body: bonus bMdef,3; bonus2 bSubEle,Ele_All,5; .@r = getrefine(); - bonus bMaxHPrate,.@r*1; - bonus bMaxSPrate,.@r*1; + bonus bMaxHPrate,.@r; + bonus bMaxSPrate,.@r; - Id: 22067 AegisName: Witch_Shoes Name: Shoe of Witch @@ -107362,6 +117162,9 @@ Body: .@r = getrefine(); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus2 bDropAddRace,RC_All,10; + } - Id: 22070 AegisName: Applause_Sandal Name: Old Applause Sandals @@ -107392,7 +117195,7 @@ Body: bonus bDelayrate,-2*getrefine(); - Id: 22072 AegisName: Hikingboots - Name: Hikingboots + Name: Climbing Shoes Type: Armor Weight: 500 Defense: 10 @@ -107492,7 +117295,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bStr,.@r/2; } @@ -107518,7 +117321,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bAgi,.@r/2; } @@ -107544,7 +117347,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bDex,.@r/2; } @@ -107570,7 +117373,7 @@ Body: NoAuction: true Script: | .@r = getrefine(); - if (BaseLevel<100) { + if (BaseLevel < 101) { bonus2 bExpAddRace,RC_All,4; bonus bInt,.@r/2; } @@ -107701,6 +117504,20 @@ Body: Refineable: true Script: | bonus2 bExpAddRace,RC_Fish,5+getrefine(); + - Id: 22092 + AegisName: Aurelian_Shoes_ + Name: Insect Collector's Shoes + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + bonus2 bExpAddRace,RC_Insect,5+getrefine(); - Id: 22093 AegisName: Shoes_Of_Exorcism_ Name: Exorcist's Shoes @@ -107731,6 +117548,20 @@ Body: Refineable: true Script: | bonus2 bExpAddRace,RC_Plant,5+getrefine(); + - Id: 22095 + AegisName: Gravekeepr_Shoes_ + Name: Gravekeeper Shoes + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + bonus2 bExpAddRace,RC_Undead,5+getrefine(); - Id: 22096 AegisName: Fallen_Angel_Shoes_ Name: Fallen Angel Shoes @@ -107761,6 +117592,20 @@ Body: Refineable: true Script: | bonus2 bExpAddRace,RC_Dragon,5+getrefine(); + - Id: 22098 + AegisName: Boots_Of_Hunter_ + Name: Hunter's Shoes + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + bonus2 bExpAddRace,RC_Brute,5+getrefine(); - Id: 22099 AegisName: Mechanic_Shoes_ Name: Mechanic Shoes @@ -107776,6 +117621,22 @@ Body: Refineable: true Script: | bonus2 bExpAddRace,RC_Formless,5+getrefine(); + - Id: 22100 + AegisName: Medical_Boots_ + Name: Medical Boots + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 10 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHealPower,10+((.@r/2) * 2); + bonus2 bSkillUseSP,"AB_CHEAL",(.@r * 5); - Id: 22101 AegisName: AngelPoring_Boots Name: Angel Poring Boots @@ -107810,10 +117671,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bVariableCastrate,-5; - bonus bMdef,4; bonus bMaxHP,500; bonus bMaxSP,100; + bonus bVariableCastrate,-5; + bonus bHPrecovRate,15; + bonus bSPrecovRate,15; + bonus bMdef,4; - Id: 22103 AegisName: Excelion_Leg Name: Excelion Leg @@ -108177,6 +118040,28 @@ Body: bonus bCritAtkRate,2*(.@r/3); if (readparam(bLuk)>=120) bonus bCritAtkRate,30; + - Id: 22119 + AegisName: Cursed_Devils_Boots + Name: Curse-Spell Boots + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubEle,Ele_All,5; + if (getrefine()>=7) { + bonus bAspdRate,10; + bonus bVariableCastrate,-10; + bonus bDelayrate,-10; + } - Id: 22120 AegisName: Shoes_Of_Punishment Name: Shoes of Punishment @@ -108195,19 +118080,19 @@ Body: bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus2 bSkillAtk,"AB_JUDEX",30; - bonus2 bMagicAddEle,Ele_Holy,2; + bonus2 bMagicAtkEle,Ele_Holy,2; .@r = getrefine(); if (.@r>=5) { bonus bMatkRate,3; bonus bMaxHPrate,7; bonus bMaxSPrate,7; - bonus2 bMagicAddEle,Ele_Holy,3; + bonus2 bMagicAtkEle,Ele_Holy,3; } if (.@r>=7) { bonus bMatkRate,5; bonus bMaxHPrate,10; bonus bMaxSPrate,10; - bonus2 bMagicAddEle,Ele_Holy,5; + bonus2 bMagicAtkEle,Ele_Holy,5; } - Id: 22122 AegisName: Para_Team_Boots100 @@ -108353,7 +118238,7 @@ Body: bonus bMaxSP,200; - Id: 22129 AegisName: ShoesOfHero - Name: Heroic Boots + Name: Hero's Shoes Type: Armor Weight: 500 Defense: 12 @@ -108523,6 +118408,25 @@ Body: bonus bFlee,15; bonus bFlee2,1; } + - Id: 22140 + AegisName: Elvira_Boots + Name: Elvira Boots + Type: Armor + Buy: 20 + Weight: 700 + Defense: 13 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,5; + bonus bMatkRate,5; + bonus2 bSubEle,Ele_Wind,10; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",3*.@r; - Id: 22141 AegisName: YSF01_Greave Name: YSF01 Greave @@ -108552,6 +118456,62 @@ Body: if (.@val) { bonus bCritAtkRate,.@val; } + - Id: 22142 + AegisName: ShoesOfGuardsman + Name: Shoes Of Guardsman + Type: Armor + Buy: 20 + Weight: 500 + Defense: 15 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bMaxHPrate,5+(3*(.@r/3)); + bonus bMaxSPrate,5+(3*(.@r/3)); + bonus2 bSubRace,RC_DemiHuman,5; + - Id: 22143 + AegisName: YSF01_Greave_J + Name: Y.S.F.0.1 Greaves + Type: Armor + Buy: 20 + Weight: 500 + Defense: 15 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 170 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bMaxHPrate,15; + if (.@r>=7) + bonus2 bSkillUseSP,"RK_HUNDREDSPEAR",20; + if (.@r>=9) + bonus bMaxSPrate,15; + - Id: 22144 + AegisName: IA_Boots + Name: IA Boots + Type: Armor + Weight: 450 + Defense: 35 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true - Id: 22145 AegisName: TenguShoes Name: Tengu's Shoes @@ -108677,6 +118637,201 @@ Body: bonus2 bSubRace,RC_Player_Human,3; bonus2 bSubRace,RC_Player_Doram,3; bonus bMdef,1; + - Id: 22150 + AegisName: 60Lv_Sandal + Name: Subjugation Team's Boots + Type: Armor + Weight: 250 + Defense: 12 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + Script: | + bonus bHPrecovRate,5; + bonus bSPrecovRate,3; + - Id: 22151 + AegisName: 70Lv_Boots + Name: Expedition's Boots + Type: Armor + Weight: 300 + Defense: 16 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bAgi,getrefine()/3; + bonus bHPrecovRate,15; + bonus bSPrecovRate,5; + - Id: 22152 + AegisName: 70Lv_Shoes + Name: Expedition's Shoes + Type: Armor + Buy: 250 + Defense: 14 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + bonus bVit,getrefine()/3; + bonus bHPrecovRate,10; + bonus bSPrecovRate,7; + - Id: 22153 + AegisName: 80Lv_Greave + Name: Contingent Greaves + Type: Armor + Weight: 400 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bHPrecovRate,18; + bonus bSPrecovRate,5; + if (getrefine()>=5) + bonus bStr,2; + - Id: 22154 + AegisName: 80Lv_Boots + Name: Contingent Boots + Type: Armor + Weight: 400 + Defense: 18 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bHPrecovRate,15; + bonus bSPrecovRate,7; + if (getrefine()>=5) + bonus bDex,2; + - Id: 22155 + AegisName: 80Lv_Shoes + Name: Contingent Shoes + Type: Armor + Weight: 350 + Defense: 16 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bHPrecovRate,12; + bonus bSPrecovRate,10; + if (getrefine()>=5) + bonus bInt,2; + - Id: 22156 + AegisName: 80Lv_Sandal + Name: Contingent Sandal + Type: Armor + Weight: 300 + Defense: 15 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + bonus bHPrecovRate,15; + bonus bSPrecovRate,7; + if (getrefine()>=5) + bonus bHealPower,2; + - Id: 22157 + AegisName: 90Lv_Greave + Name: Conqueror's Greaves + Type: Armor + Weight: 500 + Defense: 24 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHPrecovRate,20; + bonus bSPrecovRate,7; + if (.@r>=5) + bonus bStr,2; + if (.@r>=7) + bonus bBaseAtk,20; + - Id: 22158 + AegisName: 90Lv_Boots + Name: Conqueror's Boots + Type: Armor + Weight: 450 + Defense: 22 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHPrecovRate,18; + bonus bSPrecovRate,9; + if (.@r>=5) + bonus bDex,2; + if (.@r>=7) + bonus bFlee,20; + - Id: 22159 + AegisName: 90Lv_Shoes + Name: Conqueror's Shoes + Type: Armor + Weight: 450 + Defense: 18 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHPrecovRate,15; + bonus bSPrecovRate,12; + if (.@r>=5) + bonus bInt,2; + if (.@r>=7) + bonus bMatk,20; + - Id: 22160 + AegisName: 90Lv_Sandal + Name: Conqueror's Magic Shoes + Type: Armor + Weight: 400 + Defense: 17 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHPrecovRate,17; + bonus bSPrecovRate,10; + if (.@r>=5) + bonus bHealPower,2; + if (.@r>=7) + bonus bHealPower,4; - Id: 22167 AegisName: Astraea_Shoes Name: Asteria's Boots @@ -108878,6 +119033,14 @@ Body: Shoes: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bMaxHP,300; bonus bMaxSP,50; @@ -108908,6 +119071,26 @@ Body: bonus bMaxHPrate,4; bonus bMaxSPrate,4; } + - Id: 22178 + AegisName: Anony_Sm_Shoes + Name: Nameless Swordsman's Boots + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 18 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bAddClass,Class_Boss,15; + bonus bBaseAtk,5*.@r; + bonus bAspdRate,.@r; + bonus bMaxHPrate,2*.@r; + bonus bMaxSPrate,2*.@r; - Id: 22182 AegisName: Shoes_Of_Punishment_BR Name: Shoes of Punishment # !todo check english name @@ -108939,9 +119122,64 @@ Body: bonus bMaxSPrate,10; bonus2 bMagicAddEle,Ele_Holy,5; } + - Id: 22185 + AegisName: Doram_Only_Shoes_J + Name: Doram Shoes + Type: Armor + Buy: 20 + Weight: 100 + Defense: 25 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bMaxHPrate,10; + bonus bMaxHPrate,10; + bonus bBaseAtk,5*.@r; + bonus bMatk,5*.@r; + - Id: 22186 + AegisName: Doram_High_Shoes_J + Name: High-End Doram Shoes + Type: Armor + Buy: 20 + Weight: 100 + Defense: 30 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,5; + bonus bMaxHPrate,15; + bonus bMaxHPrate,15; + bonus bBaseAtk,10*.@r; + bonus bMatk,10*.@r; + if (.@r>=7) { + bonus bAspdRate,5; + if (.@r>=8) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bFlee2,5; + } + } + } - Id: 22187 AegisName: Doram_Ele_Shoes_J - Name: Special Drum Shoes + Name: Special Doram Shoes Type: Armor Buy: 20 Weight: 100 @@ -109063,6 +119301,48 @@ Body: bonus bLongAtkRate,10; } } + - Id: 22193 + AegisName: Brave_shoes + Name: Brave Shoes + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 16 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bResEff,Eff_Freeze,2500; + bonus bMaxHP,100*.@r; + bonus bMaxSP,10*.@r; + bonus2 bAddRace,RC_Player_Doram,2*.@r; + bonus2 bAddRace,RC_Player_Human,2*.@r; + bonus2 bMagicAddRace,RC_Player_Doram,2*.@r; + bonus2 bMagicAddRace,RC_Player_Human,2*.@r; + - Id: 22194 + AegisName: Loli_Ruri_Shoes + Name: Loli Ruri Shoes + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + Script: | + .@r = getrefine(); + bonus bFlee,15; + bonus bCritical,3; + if (.@r>=7) + bonus bHit,15; + if (.@r>=9) + bonus bAspdRate,7; - Id: 22195 AegisName: Booster_shoes Name: Booster Shoes @@ -109444,7 +119724,7 @@ Body: bonus bDelayrate,.@delay; } if (getskilllv("SU_SPIRITOFSEA") == 1) { - autobonus3 "{ bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,EFF_Stone,10000; }",1000,30000,"SU_GROOMING","{ specialeffect2 777; specialeffect2 826; }"; + autobonus3 "{ bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Stone,10000; }",1000,30000,"SU_GROOMING","{ specialeffect2 777; specialeffect2 826; }"; } if (getskilllv("SU_GROOMING") == 5) { bonus bFixedCastrate,-50; @@ -109459,6 +119739,24 @@ Body: bonus2 bVariableCastrate,"SU_TUNAPARTY",.@val; bonus2 bVariableCastrate,"SU_SHRIMPARTY",.@val; bonus bHealPower,10*getskilllv("SU_PURRING"); + - Id: 22211 + AegisName: BuddhistShoes + Name: Chivalry Shoes + Type: Armor + Buy: 20 + Weight: 400 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSkillAtk,"WL_CRIMSONROCK",3*.@r; + bonus2 bSkillAtk,"AB_JUDEX",3*.@r; + bonus2 bSkillAtk,"WL_HELLINFERNO",3*.@r; - Id: 22212 AegisName: Hollow_Shoes Name: Hollow Shoes @@ -109635,6 +119933,39 @@ Body: bonus2 bMagicAddRace,RC_Demon,10; bonus2 bMagicAddRace,RC_Player_Human,10; bonus2 bMagicAddRace,RC_Undead,10; + - Id: 22225 + AegisName: Shoes_Of_Punishment_ + Name: Shoes of Punishment + Type: Armor + Buy: 20 + Weight: 500 + Defense: 15 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMdef,15; + bonus bMatkRate,2; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus2 bSkillAtk,"AB_JUDEX",30; + bonus2 bMagicAtkEle,Ele_Holy,2; + .@r = getrefine(); + if (.@r>=5) { + bonus bMatkRate,3; + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + bonus2 bMagicAtkEle,Ele_Holy,3; + } + if (.@r>=7) { + bonus bMatkRate,5; + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bMagicAtkEle,Ele_Holy,5; + } - Id: 22227 AegisName: Libra_Shoes_J Name: Libra Shoes @@ -109820,6 +120151,74 @@ Body: } bonus bFixedCast,.@val; } + - Id: 22240 + AegisName: Fierce_Physique_Boots + Name: Fierce Physique Boots + Type: Armor + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,3; + bonus bLuk,1; + if (.@r>=5) { + bonus bHealPower,1; + bonus bAddItemHealRate,1; + } + if (.@r>=7) { + bonus bHealPower,2; + bonus bAddItemHealRate,2; + } + if (.@r>=9) { + bonus bHealPower,3; + bonus bAddItemHealRate,3; + } + if (.@r>=10) { + bonus2 bResEff,Eff_Stun,500; + bonus2 bResEff,Eff_Stone,500; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + } + - Id: 22241 + AegisName: Fierce_Magique_Boots + Name: Fierce Magique Boots + Type: Armor + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,3; + bonus bLuk,1; + if (.@r>=5) { + bonus bHealPower,1; + bonus bAddItemHealRate,1; + } + if (.@r>=7) { + bonus bHealPower,2; + bonus bAddItemHealRate,2; + } + if (.@r>=9) { + bonus bHealPower,3; + bonus bAddItemHealRate,3; + } + if (.@r>=10) { + bonus2 bResEff,Eff_Stun,500; + bonus2 bResEff,Eff_Stone,500; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + } - Id: 22242 AegisName: Procyon_Shoes_J Name: Procyon Shoes @@ -109850,12 +120249,11 @@ Body: } - Id: 22243 AegisName: Mamaragan - Name: Mamalagan + Name: Mamaragan Type: Armor Buy: 20 Weight: 300 Defense: 15 - Slots: 1 Locations: Shoes: true ArmorLevel: 1 @@ -109873,6 +120271,34 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,3*.@r; if (.@r>=10) bonus2 bMagicAtkEle,Ele_Wind,50; + - Id: 22244 + AegisName: Chic_Silent_Shoes + Name: Stylish Silent Shoes + Type: Armor + Buy: 20 + Weight: 600 + Defense: 25 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bAddEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; + bonus bHPGainValue,150; + bonus bSPGainValue,15; + if (.@r>=7) { + skill "BS_GREED",1; + bonus2 bAddEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; + } + if (.@r>=9) { + bonus2 bAddEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; + } - Id: 22245 AegisName: Space_shoes_JP_ Name: Awakened Special Environment Boots @@ -109891,6 +120317,50 @@ Body: bonus bAspdRate,15; bonus bMaxHPrate,20; bonus bMaxSPrate,20; + - Id: 22249 + AegisName: Insidious_Shoes_EXE + Name: Insidious's Shoes + Type: Armor + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAllStats,1; + bonus bMdef,5; + if (.@r>=5) { + bonus bMaxHP,200; + bonus bMaxSP,20; + } + if (.@r>=7) { + bonus bDef,10; + bonus bFlee,10; + } + if (.@r>=8) { + bonus bBaseAtk,5; + bonus bMatk,5; + bonus2 bSubRace,RC_All,2; + bonus2 bSubRace,RC_Player_Human,-2; + bonus2 bSubRace,RC_Player_Doram,-2; + } + if (.@r>=9) { + bonus bBaseAtk,5; + bonus bMatk,5; + bonus2 bSubRace,RC_All,3; + bonus2 bSubRace,RC_Player_Human,-3; + bonus2 bSubRace,RC_Player_Doram,-3; + } + if (.@r>=10) { + bonus2 bResEff,Eff_Sleep,1000; + bonus2 bResEff,Eff_Stone,1000; + bonus2 bResEff,Eff_Stun,1000; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + } - Id: 22257 AegisName: aegis_22257 Name: Racing Shoes @@ -109910,6 +120380,70 @@ Body: bonus bFixedCast,-300; if (.@r>=12) bonus bFixedCast,-200; + - Id: 22258 + AegisName: Comp_Temporal_Boots_TW + Name: "[Not For Sale] Exotic Temporal Boots" + Type: Armor + Weight: 600 + Defense: 25 + Slots: 1 + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMdef,15; + if (getrefine()>=10) { + bonus bAllStats,2; + if (readparam(bStr)>=108) + bonus bBaseAtk,50; + if (readparam(bAgi)>=108) + bonus bAspd,1; + if (readparam(bVit)>=108) + bonus bMaxHPrate,8; + if (readparam(bInt)>=108) + bonus bMatk,60; + if (readparam(bDex)>=108) { + bonus bFixedCast,-500; + bonus bLongAtkRate,5; + } + if (readparam(bLuk)>=108) + bonus bCriticalRate,30; + } + - Id: 22259 + AegisName: aegis_22259 + Name: Tohil's Shoes + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bUseSPrate,10; + bonus bVariableCastrate,-10; + bonus2 bAddRace,RC_DemiHuman,10; + bonus2 bAddRace,RC_Player_Doram,10; + bonus2 bAddRace,RC_Player_Human,10; + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Undead,10; + bonus2 bMagicAddRace,RC_DemiHuman,10; + bonus2 bMagicAddRace,RC_Player_Doram,10; + bonus2 bMagicAddRace,RC_Player_Human,10; + bonus2 bMagicAddRace,RC_Demon,10; + bonus2 bMagicAddRace,RC_Undead,10; - Id: 24000 AegisName: T_Str1_Armor_S Name: Shadow Armor (Tier 1) @@ -110344,7 +120878,7 @@ Body: bonus bBaseAtk,.@r; bonus bMatk,10+.@r; if (.@r>6) - bonus bHealPower2,5; + bonus bHealPower,5; - Id: 24034 AegisName: S_Lucky_Weapon Name: Lucky Shadow Weapon @@ -110631,8 +121165,7 @@ Body: Script: | .@r = getrefine(); bonus bMaxHP,.@r*10; - bonus bDef,10; - if (.@r>6) { + if (.@r>=7) { bonus bDef,10; } - Id: 24052 @@ -110683,14 +121216,17 @@ Body: EquipLevelMin: 1 Refineable: true Script: | - bonus2 bSubRace,RC_Brute,1; .@r = getrefine(); bonus bMaxHP,.@r*10; + bonus2 bSubRace,RC_Brute,1; + bonus2 bSubRace,RC_Player_Doram,1; if (.@r>=7) { bonus2 bSubRace,RC_Brute,1; + bonus2 bSubRace,RC_Player_Doram,1; } if (.@r>=9) { bonus2 bSubRace,RC_Brute,1; + bonus2 bSubRace,RC_Player_Doram,1; } - Id: 24055 AegisName: S_Gargantua_Shield @@ -110894,16 +121430,22 @@ Body: Refineable: true Script: | bonus2 bAddRace,RC_Brute,2; + bonus2 bAddRace,RC_Player_Doram,2; bonus2 bMagicAddRace,RC_Brute,2; + bonus2 bMagicAddRace,RC_Player_Doram,2; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bAddRace,RC_Brute,1; + bonus2 bAddRace,RC_Player_Doram,1; bonus2 bMagicAddRace,RC_Brute,1; + bonus2 bMagicAddRace,RC_Player_Doram,2; } if (.@r>=9) { bonus2 bAddRace,RC_Brute,2; + bonus2 bAddRace,RC_Player_Doram,2; bonus2 bMagicAddRace,RC_Brute,2; + bonus2 bMagicAddRace,RC_Player_Doram,2; } - Id: 24066 AegisName: S_Insecticide_Shoes @@ -111094,15 +121636,18 @@ Body: EquipLevelMin: 1 Refineable: true Script: | - bonus2 bAddSize,Size_Large,2; .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; + bonus2 bAddSize,Size_Large,2; + bonus2 bMagicAddSize,Size_Large,2; if (.@r>=7) { bonus2 bAddSize,Size_Large,1; + bonus2 bMagicAddSize,Size_Large,1; } if (.@r>=9) { bonus2 bAddSize,Size_Large,2; + bonus2 bMagicAddSize,Size_Large,2; } - Id: 24076 AegisName: S_Medium_Weapon @@ -111113,15 +121658,18 @@ Body: EquipLevelMin: 1 Refineable: true Script: | - bonus2 bAddSize,Size_Medium,2; .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; + bonus2 bAddSize,Size_Medium,2; + bonus2 bMagicAddSize,Size_Medium,2; if (.@r>=7) { bonus2 bAddSize,Size_Medium,1; + bonus2 bMagicAddSize,Size_Medium,1; } if (.@r>=9) { bonus2 bAddSize,Size_Medium,2; + bonus2 bMagicAddSize,Size_Medium,2; } - Id: 24077 AegisName: S_Small_Weapon @@ -111132,15 +121680,18 @@ Body: EquipLevelMin: 1 Refineable: true Script: | - bonus2 bAddSize,Size_Small,2; .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; + bonus2 bAddSize,Size_Small,2; + bonus2 bMagicAddSize,Size_Small,2; if (.@r>=7) { bonus2 bAddSize,Size_Small,1; + bonus2 bMagicAddSize,Size_Small,1; } if (.@r>=9) { bonus2 bAddSize,Size_Small,2; + bonus2 bMagicAddSize,Size_Small,2; } - Id: 24078 AegisName: S_Spiritual_Weapon @@ -112141,7 +122692,16 @@ Body: Script: | .@r = getrefine(); bonus bMaxHP,.@r*10; - bonus2 bSubSize,Size_All,1+((.@r >= 9) ? 2 : (.@r >= 7) ? 1 : 0); + bonus2 bAddSize,Size_All,1; + bonus2 bMagicAddSize,Size_All,1; + if (.@r>=7) { + bonus2 bAddSize,Size_All,1; + bonus2 bMagicAddSize,Size_All,1; + } + if (.@r>=9) { + bonus2 bAddSize,Size_All,1; + bonus2 bMagicAddSize,Size_All,1; + } - Id: 24151 AegisName: S_Infinity_Pendant Name: Infinity Shadow Pendant @@ -112241,6 +122801,7 @@ Body: bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bIgnoreDefRaceRate,RC_Brute,5+(.@r/2); + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5+(.@r/2); - Id: 24159 AegisName: S_Insect_Net_Weapon Name: Insect Shadow Weapon @@ -112750,8 +123311,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Neutral,.@i; - bonus2 bMagicSubDefEle,Ele_Neutral,.@i; + bonus2 bSubEle,Ele_Neutral,.@i; - Id: 24199 AegisName: S_Hallowed_Shield Name: Hallowed Shadow Shield @@ -112764,8 +123324,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Dark,.@i; - bonus2 bMagicSubDefEle,Ele_Dark,.@i; + bonus2 bSubEle,Ele_Dark,.@i; - Id: 24200 AegisName: S_Saharic_Shield Name: Saharic Shadow Shield @@ -112778,8 +123337,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Water,.@i; - bonus2 bMagicSubDefEle,Ele_Water,.@i; + bonus2 bSubEle,Ele_Water,.@i; - Id: 24201 AegisName: S_Underneath_Shield Name: Underneath Shadow Shield @@ -112792,8 +123350,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Earth,.@i; - bonus2 bMagicSubDefEle,Ele_Earth,.@i; + bonus2 bSubEle,Ele_Earth,.@i; - Id: 24202 AegisName: S_Flam_Shield Name: Flame Shadow Shield @@ -112806,8 +123363,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Fire,.@i; - bonus2 bMagicSubDefEle,Ele_Fire,.@i; + bonus2 bSubEle,Ele_Fire,.@i; - Id: 24203 AegisName: S_Windy_Shield Name: Windy Shadow Shield @@ -112820,8 +123376,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Wind,.@i; - bonus2 bMagicSubDefEle,Ele_Wind,.@i; + bonus2 bSubEle,Ele_Wind,.@i; - Id: 24204 AegisName: S_Envenom_Shield Name: Envenom Shadow Shield @@ -112834,8 +123389,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Poison,.@i; - bonus2 bMagicSubDefEle,Ele_Poison,.@i; + bonus2 bSubEle,Ele_Poison,.@i; - Id: 24205 AegisName: S_Damned_Shield Name: Damned Shadow Shield @@ -112848,8 +123402,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Holy,.@i; - bonus2 bMagicSubDefEle,Ele_Holy,.@i; + bonus2 bSubEle,Ele_Holy,.@i; - Id: 24206 AegisName: S_Geist_Shield Name: Exorcism Shadow Shield @@ -112862,8 +123415,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Ghost,.@i; - bonus2 bMagicSubDefEle,Ele_Ghost,.@i; + bonus2 bSubEle,Ele_Ghost,.@i; - Id: 24207 AegisName: S_Divine_Shield Name: Divine Shadow Shield @@ -112876,8 +123428,7 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); - bonus2 bSubDefEle,Ele_Undead,.@i; - bonus2 bMagicSubDefEle,Ele_Undead,.@i; + bonus2 bSubEle,Ele_Undead,.@i; - Id: 24208 AegisName: S_Expert_Shoes Name: Expert Shadow Shoes @@ -113140,11 +123691,13 @@ Body: Script: | .@r = getrefine(); bonus bMaxHP,.@r*10; - bonus bBaseAtk,(5+.@r); - if (.@r>=7) + bonus bBaseAtk,5+.@r; + if (.@r>=7) { bonus bMaxHPrate,1; - if (.@r>=9) - bonus bMaxSPrate,1; + } + if (.@r>=9) { + bonus2 bAddClass,Class_All,1; + } - Id: 24226 AegisName: S_Force_Pendant Name: Force Shadow Pendant @@ -113190,7 +123743,7 @@ Body: Script: | .@r = getrefine(); bonus bBaseAtk,.@r; - bonus bMatk,10; + bonus bMatk,10+.@r; bonus bMatkRate,(.@r/2); - Id: 24228 AegisName: S_Spirit_Weapon @@ -113237,7 +123790,7 @@ Body: bonus bMaxHP,.@r*10; bonus bMatk,(5+.@r); if (.@r>=7) - bonus bMaxHPrate,1; + bonus bMaxSPrate,1; if (.@r>=9) bonus bMatkRate,1; - Id: 24231 @@ -113285,11 +123838,11 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - .@r = getrefine()/2; - bonus bBaseAtk,5; - bonus bMatk,5; - bonus2 bAddClass,Class_All,.@r; - bonus bMatkRate,.@r; + .@r = getrefine(); + bonus bBaseAtk,.@r+5; + bonus bMatk,.@r+5; + bonus2 bAddClass,Class_All,.@r/2; + bonus bMatkRate,.@r/2; - Id: 24234 AegisName: S_Titan_Earring Name: Titan Shadow Earring @@ -113386,7 +123939,8 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,5; - bonus bUseSPrate,-1-(.@r/2); + bonus bUseSPrate,-1; + bonus bVariableCastrate,-.@r/2; - Id: 24241 AegisName: S_Caster_Shield Name: Caster Shadow Shield @@ -113399,7 +123953,8 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,5; - bonus bUseSPrate,-1-(.@r/2); + bonus bUseSPrate,-1; + bonus bVariableCastrate,-.@r/2; - Id: 24242 AegisName: S_Caster_Armor Name: Caster Shadow Armor @@ -113412,7 +123967,8 @@ Body: .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,5; - bonus bUseSPrate,-1-(.@r/2); + bonus bUseSPrate,-1; + bonus bVariableCastrate,-.@r/2; - Id: 24243 AegisName: S_Reload_Shoes Name: Reload Shadow Shoes @@ -114157,7 +124713,7 @@ Body: bonus2 bSkillAtk,"GN_CART_TORNADO",20+.@r*5; - Id: 24292 AegisName: S_Archbishop_Weapon - Name: Arcbishop Shadow Weapon + Name: Arch Bishop Shadow Weapon Type: Shadowgear Buy: 10 Jobs: @@ -114173,7 +124729,8 @@ Body: .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; - bonus2 bSkillAtk,"AB_DUPLELIGHT",20+.@r*5; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20+.@r*5; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20+.@r*5; - Id: 24293 AegisName: S_Sura_weapon Name: Sura Shadow Weapon @@ -114843,6 +125400,7 @@ Body: Script: | .@r = getrefine(); bonus bMaxHP,.@r*10; + bonus bMdef,.@r; bonus bVit,1; bonus bDef,5*.@r; if (BaseClass == Job_Swordman || BaseClass == Job_Thief || (BaseClass == Job_Taekwon && BaseJob != Job_Soul_Linker)) { @@ -114867,7 +125425,7 @@ Body: Script: | .@r = getrefine(); bonus bMatk,.@r; - bonus bBaseAtk,5+.@r; + bonus bBaseAtk,.@r*2+5; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,.@r/2; - Id: 24329 AegisName: S2_Spirit_M_E_Weapon @@ -114880,7 +125438,7 @@ Body: Script: | .@r = getrefine(); bonus bBaseAtk,.@r; - bonus bMatk,5+.@r; + bonus bMatk,.@r*2+5; bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,.@r/2; - Id: 24330 AegisName: S2_Caster_Armor @@ -115218,7 +125776,6 @@ Body: .@val = 5 + (.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Plant,.@val; bonus2 bIgnoreMdefRaceRate,RC_Brute,.@val; - bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,.@val; - Id: 24351 AegisName: S_M_FishInsect_Armor Name: Magic Fishing Insect Net Shadow Armor @@ -116409,9 +126966,8 @@ Body: bonus2 bAddSize,Size_All,2; bonus2 bMagicAddSize,Size_All,2; .@r = getrefine(); - bonus bBaseAtk,.@r; + bonus bBaseAtk,.@r*4; bonus bMatk,.@r; - bonus bBaseAtk,.@r*3; if (.@r >= 7) { bonus2 bAddSize,Size_All,2; bonus2 bMagicAddSize,Size_All,2; @@ -117243,7 +127799,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",5+(.@r/2)*2; - Id: 24477 AegisName: S_Rampage_Shield Name: Rampage Shadow Shield @@ -117259,6 +127817,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -117282,7 +127841,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-200-(.@r/3)*100; - Id: 24479 AegisName: S_Skynetblow_Weapon Name: Sky Blow Shadow Weapon @@ -117298,6 +127859,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -117321,7 +127884,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SR_SKYNETBLOW",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SR_SKYNETBLOW",5+(.@r/2)*2; - Id: 24481 AegisName: S_Skynetblow_Earing Name: Sky Net Blow Shadow Earring @@ -117336,7 +127901,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus bAtkRate,2+(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bAtkRate,2+.@r/3; - Id: 24482 AegisName: S_Knucklearrow_Armor Name: Knuckle Shadow Armor @@ -117351,7 +127918,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SR_KNUCKLEARROW",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SR_KNUCKLEARROW",5+(.@r/2)*2; - Id: 24483 AegisName: S_Knucklearrow_Shield Name: Knuckle Shadow Shield @@ -117367,6 +127936,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -117390,7 +127960,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,3+2*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,3+(.@r/3)*2; - Id: 24485 AegisName: S_TigerCannon_Weapon Name: Tiger Shadow Weapon @@ -117406,6 +127978,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -117429,7 +128003,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SR_TIGERCANNON",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SR_TIGERCANNON",5+(.@r/2)*2; - Id: 24487 AegisName: S_Tigercannon_Earing Name: Tiger Shadow Earring @@ -117444,7 +128020,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"SR_TIGERCANNON",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"SR_TIGERCANNON",2+.@r/2; - Id: 24488 AegisName: S_Duplelight_Armor Name: Duplex Shadow Armor @@ -117459,7 +128037,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"AB_DUPLELIGHT",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",5+(.@r/2)*2; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",5+(.@r/2)*2; - Id: 24489 AegisName: S_Duplelight_Shield Name: Duplex Shadow Shield @@ -117475,6 +128056,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,5; bonus2 bMagicAtkEle,Ele_Holy,5; @@ -117501,7 +128083,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus bCritAtkRate,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bCritAtkRate,5+.@r/2; - Id: 24491 AegisName: S_Adoramus_Weapon Name: Adora Shadow Weapon @@ -117517,6 +128101,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } @@ -117540,7 +128126,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"AB_ADORAMUS",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"AB_ADORAMUS",5+(.@r/2)*2; - Id: 24493 AegisName: S_Adoramus_Earing Name: Adora Shadow Earring @@ -117555,7 +128143,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"AB_ADORAMUS",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"AB_ADORAMUS",2+.@r/2; - Id: 24494 AegisName: S_Judex_Armor Name: Judex Shadow Armor @@ -117570,7 +128160,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"AB_JUDEX",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"AB_JUDEX",5+(.@r/2)*2; - Id: 24495 AegisName: S_Judex_Shield Name: Judex Shadow Shield @@ -117586,6 +128178,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } @@ -117609,7 +128202,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAddSize,Size_All,3+2*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bMagicAddSize,Size_All,3+(.@r/3)*2; - Id: 24497 AegisName: S_Magnus_Weapon Name: Magnus Shadow Weapon @@ -117625,6 +128220,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } @@ -117648,7 +128245,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"PR_MAGNUS",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"PR_MAGNUS",5+(.@r/2)*2; - Id: 24499 AegisName: S_Magnus_Earing Name: Magnus Shadow Earring @@ -117663,7 +128262,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"PR_MAGNUS",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"PR_MAGNUS",2+.@r/2; - Id: 24500 AegisName: S_Rainstorm_Armor Name: Rainstorm Shadow Armor @@ -117678,7 +128279,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5+(.@r/2)*2; - Id: 24501 AegisName: S_Rainstorm_Shield Name: Rainstorm Shadow Shield @@ -117694,6 +128297,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -117717,7 +128321,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",2+.@r/2; - Id: 24503 AegisName: S_Arrowvulcan_Weapon Name: Arrow Vulcan Shadow Weapon @@ -117733,6 +128339,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -117756,7 +128364,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"CG_ARROWVULCAN",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"CG_ARROWVULCAN",5+(.@r/2)*2; - Id: 24505 AegisName: S_Arrowvulcan_Earing Name: Arrow Vulcan Shadow Earring @@ -117771,7 +128381,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"CG_ARROWVULCAN",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"CG_ARROWVULCAN",-200-(.@r/3)*100; - Id: 24506 AegisName: S_Metalic_Armor Name: Metallic Shadow Armor @@ -117786,7 +128398,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WM_METALICSOUND",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WM_METALICSOUND",5+(.@r/2)*2; - Id: 24507 AegisName: S_Metalic_Shield Name: Metallic Shadow Shield @@ -117802,6 +128416,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; } @@ -117825,7 +128440,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"WM_METALICSOUND",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"WM_METALICSOUND",2+.@r/2; - Id: 24509 AegisName: S_Reverberation_Weapon Name: Vibrating Shadow Weapon @@ -117841,6 +128458,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; } @@ -117864,7 +128483,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WM_REVERBERATION",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WM_REVERBERATION",5+(.@r/2)*2; - Id: 24511 AegisName: S_Reverberation_Earing Name: Vibration Shadow Earring @@ -117879,7 +128500,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"WM_REVERBERATION",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"WM_REVERBERATION",2+.@r/2; - Id: 24512 AegisName: S_Jack_Armor Name: Jack Shadow Armor @@ -117894,7 +128517,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WL_JACKFROST",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WL_JACKFROST",5+.@r*2; - Id: 24513 AegisName: S_Jack_Shield Name: Jack Shadow Shield @@ -117910,6 +128535,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Water,10; } @@ -117933,7 +128559,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"WL_JACKFROST",-1000-100*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"WL_JACKFROST",-1000-(.@r/2)*100; - Id: 24515 AegisName: S_Strain_Weapon Name: Strain Shadow Weapon @@ -117949,6 +128577,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Earth,10; } @@ -117972,7 +128602,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WL_EARTHSTRAIN",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WL_EARTHSTRAIN",5+.@r*2; - Id: 24517 AegisName: S_Strain_Earing Name: Strain Shadow Earring @@ -117987,7 +128619,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-200-(.@r/3)*100; - Id: 24518 AegisName: S_Crimson_Armor Name: Crimson Shadow Armor @@ -118002,7 +128636,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WL_CRIMSONROCK",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WL_CRIMSONROCK",5+.@r*2; - Id: 24519 AegisName: S_Crimson_Shield Name: Crimson Shadow Shield @@ -118018,6 +128654,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,10; } @@ -118041,7 +128678,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"WL_CRIMSONROCK",4+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"WL_CRIMSONROCK",4+.@r/2; - Id: 24521 AegisName: S_Chain_Weapon Name: Chain Shadow Weapon @@ -118057,6 +128696,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Wind,10; } @@ -118080,7 +128721,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",5+.@r*2; - Id: 24523 AegisName: S_Chain_Earing Name: Chain Shadow Earring @@ -118095,7 +128738,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"WL_CHAINLIGHTNING",4+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"WL_CHAINLIGHTNING",4+.@r/2; - Id: 24524 AegisName: S_Triangle_Armor Name: Triangle Shadow Armor @@ -118110,7 +128755,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SC_TRIANGLESHOT",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SC_TRIANGLESHOT",5+(.@r/2)*2; - Id: 24525 AegisName: S_Triangle_Shield Name: Triangle Shadow Shield @@ -118126,6 +128773,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -118149,7 +128797,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"SC_TRIANGLESHOT",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"SC_TRIANGLESHOT",2+.@r/2; - Id: 24527 AegisName: S_Shadowspell_Weapon Name: Shadowspell Shadow Weapon @@ -118165,6 +128815,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",3,1+(.@r>=7?10:0)+(.@r>=9?20:0); - Id: 24528 AegisName: S_Shadowspell_Pendant @@ -118180,7 +128832,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"WZ_METEOR",5+3*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"WZ_METEOR",5+(.@r/2)*3; - Id: 24529 AegisName: S_Shadowspell_Earing Name: Shadowspell Shadow Earring @@ -118196,6 +128850,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bMagicAtkEle,Ele_Neutral,2+2*(.@r/3); bonus2 bMagicAtkEle,Ele_Fire,2+2*(.@r/3); - Id: 24530 @@ -118212,7 +128867,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SC_FATALMENACE",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SC_FATALMENACE",5+(.@r/2)*2; - Id: 24531 AegisName: S_Menace_Shield Name: Menace Shadow Shield @@ -118228,6 +128885,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118251,7 +128909,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"SC_FATALMENACE",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"SC_FATALMENACE",2+.@r/2; - Id: 24533 AegisName: S_Paint_Weapon Name: Paint Shadow Weapon @@ -118267,6 +128927,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118290,7 +128952,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SC_FEINTBOMB",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SC_FEINTBOMB",5+(.@r/2)*2; - Id: 24535 AegisName: S_Paint_Earing Name: Paint Shadow Earring @@ -118305,7 +128969,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"SC_FEINTBOMB",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"SC_FEINTBOMB",-200-100*(.@r/3); - Id: 24536 AegisName: S_Rolling_Armor Name: Rolling Shadow Armor @@ -118320,7 +128986,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GC_ROLLINGCUTTER",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GC_ROLLINGCUTTER",5+(.@r/2)*2; - Id: 24537 AegisName: S_Rolling_Shield Name: Rolling Shadow Shield @@ -118336,6 +129004,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118359,7 +129028,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"GC_ROLLINGCUTTER",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"GC_ROLLINGCUTTER",2+.@r/2; - Id: 24539 AegisName: S_Katar_Weapon Name: Katar Shadow Weapon @@ -118375,6 +129046,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { autobonus "{ bonus2 bAddSize,Size_All,15; bonus bCritAtkRate,15; }",1,10000,BF_WEAPON; } @@ -118398,7 +129071,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus bCritAtkRate,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bCritAtkRate,5+.@r/2; - Id: 24541 AegisName: S_Katar_Earing Name: Katar Shadow Earring @@ -118413,7 +129088,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24542 AegisName: S_Slash_Armor Name: Slash Shadow Armor @@ -118428,7 +129105,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GC_COUNTERSLASH",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GC_COUNTERSLASH",5+(.@r/2)*2; - Id: 24543 AegisName: S_Slash_Shield Name: Slash Shadow Shield @@ -118444,6 +129123,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118467,7 +129147,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"GC_COUNTERSLASH",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"GC_COUNTERSLASH",2+.@r/2; - Id: 24545 AegisName: S_Ripper_Weapon Name: Ripper Slasher Shadow Weapon @@ -118483,6 +129165,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -118506,7 +129190,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",5+(.@r/2)*2; - Id: 24547 AegisName: S_Ripper_Earing Name: Ripper Slasher Shadow Earring @@ -118521,7 +129207,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24548 AegisName: S_Dust_Armor Name: Dust Shadow Armor @@ -118536,7 +129224,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SO_DIAMONDDUST",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SO_DIAMONDDUST",5+.@r*2; - Id: 24549 AegisName: S_Dust_Shield Name: Dust Shadow Shield @@ -118552,6 +129242,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Water,10; } @@ -118575,7 +129266,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"SO_DIAMONDDUST",4+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"SO_DIAMONDDUST",4+.@r/2; - Id: 24551 AegisName: S_Grave_Weapon Name: Grave Shadow Weapon @@ -118591,6 +129284,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Earth,10; } @@ -118614,7 +129309,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SO_EARTHGRAVE",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SO_EARTHGRAVE",5+.@r*2; - Id: 24553 AegisName: S_Grave_Earing Name: Grave Shadow Earring @@ -118629,7 +129326,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"SO_EARTHGRAVE",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"SO_EARTHGRAVE",-200-100*(.@r/3); - Id: 24554 AegisName: S_Psychic_Armor Name: Psychic Shadow Armor @@ -118644,7 +129343,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5+.@r*2; - Id: 24555 AegisName: S_Psychic_Shield Name: Psychic Shadow Shield @@ -118660,6 +129361,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; } @@ -118683,7 +129385,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"SO_PSYCHIC_WAVE",4+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"SO_PSYCHIC_WAVE",4+.@r/2; - Id: 24557 AegisName: S_Varetyr_Weapon Name: Varetyr Shadow Weapon @@ -118699,6 +129403,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Wind,10; } @@ -118722,7 +129428,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SO_VARETYR_SPEAR",5+2*getrefine(); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SO_VARETYR_SPEAR",5+.@r*2; - Id: 24559 AegisName: S_Varetyr_Earing Name: Varetyr Shadow Earring @@ -118737,7 +129445,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"SO_VARETYR_SPEAR",4+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"SO_VARETYR_SPEAR",4+.@r/2; - Id: 24560 AegisName: S_Cart_Tornado_Armor Name: Tornado Shadow Armor @@ -118752,7 +129462,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GN_CART_TORNADO",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GN_CART_TORNADO",5+(.@r/2)*2; - Id: 24561 AegisName: S_Cart_Tornado_Shield Name: Tornado Shadow Shield @@ -118768,6 +129480,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118791,7 +129504,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillUseSPrate,"GN_CART_TORNADO",2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillUseSPrate,"GN_CART_TORNADO",2+.@r/2; - Id: 24563 AegisName: S_Cannon_Cart_Weapon Name: Cannon Cart Shadow Weapon @@ -118807,6 +129522,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -118830,7 +129547,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GN_CARTCANNON",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GN_CARTCANNON",5+(.@r/2)*2; - Id: 24565 AegisName: S_Cannon_Cart_Earing Name: Cannon Cart Shadow Earring @@ -118845,7 +129564,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24566 AegisName: S_Spore_Bomb_Armor Name: Spore Bomb Shadow Armor @@ -118860,7 +129581,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",5+(.@r/2)*2; - Id: 24567 AegisName: S_Spore_Bomb_Shield Name: Spore Bomb Shadow Shield @@ -118876,6 +129599,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118899,7 +129623,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-200-100*(.@r/3); - Id: 24569 AegisName: S_Crazy_Weapon Name: Crazy Shadow Weapon @@ -118915,6 +129641,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -118938,7 +129666,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"GN_CRAZYWEED",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",5+(.@r/2)*2; - Id: 24571 AegisName: S_Crazy_Earing Name: Crazy Shadow Earring @@ -118953,7 +129683,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"GN_CRAZYWEED",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"GN_CRAZYWEED",-200-100*(.@r/3); - Id: 24572 AegisName: S_Brand_Armor Name: Brand Shadow Armor @@ -118968,7 +129700,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"LG_OVERBRAND",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"LG_OVERBRAND",5+(.@r/2)*2; - Id: 24573 AegisName: S_Brand_Shield Name: Brand Shadow Shield @@ -118984,6 +129718,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -119007,8 +129742,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"LG_OVERBRAND",5; - bonus bDelayrate,-1*(getrefine()/3); + bonus bDelayrate,-(.@r/3); - Id: 24575 AegisName: S_Chain_Press_Weapon Name: Chain Press Shadow Weapon @@ -119024,6 +129761,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -119047,7 +129786,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"LG_SHIELDPRESS",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"LG_SHIELDPRESS",5+(.@r/2)*2; - Id: 24577 AegisName: S_Chain_Press_Earing Name: Chain Press Shadow Earring @@ -119062,7 +129803,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"PA_SHIELDCHAIN",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"PA_SHIELDCHAIN",5+(.@r/2)*2; - Id: 24578 AegisName: S_Banish_Cannon_Armor Name: Banishing Cannon Shadow Armor @@ -119077,8 +129820,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"LG_BANISHINGPOINT",5; - bonus2 bSkillAtk,"LG_CANNONSPEAR",2*(getrefine()/2); + bonus2 bSkillAtk,"LG_CANNONSPEAR",(.@r/2)*2; - Id: 24579 AegisName: S_Banish_Cannon_Shield Name: Banishing Cannon Shadow Shield @@ -119094,6 +129839,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bAddSize,Size_All,10; } @@ -119117,7 +129863,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"LG_CANNONSPEAR",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"LG_CANNONSPEAR",-200-100*(.@r/3); - Id: 24581 AegisName: S_Genesis_Weapon Name: Genesis Shadow Weapon @@ -119133,6 +129881,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } @@ -119156,7 +129906,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"LG_RAYOFGENESIS",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",5+(.@r/2)*2; - Id: 24583 AegisName: S_Genesis_Earing Name: Genesis Shadow Earring @@ -119171,7 +129923,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-200-100*(getrefine()/3); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-200-100*(.@r/3); - Id: 24584 AegisName: S_Booster_Armor Name: Booster Shadow Armor @@ -119551,6 +130305,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -119572,7 +130328,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RL_D_TAIL",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RL_D_TAIL",5+(.@r/2)*2; - Id: 24603 AegisName: S_Tail_Dragon_Armor Name: Tail Dragon Shadow Armor @@ -119585,7 +130343,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24604 AegisName: S_Flare_Dance_Earing Name: Flare Dance Shadow Earring @@ -119599,6 +130359,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxHPrate,5; if (.@r>=7) { bonus bMaxHPrate,5; @@ -119620,7 +130381,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RL_FIREDANCE",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RL_FIREDANCE",5+(.@r/2)*2; - Id: 24606 AegisName: S_Flare_Dance_Shoes Name: Flare Dance Shadow Shoes @@ -119633,7 +130396,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24607 AegisName: S_God_Hammer_Weapon Name: God Hammer Shadow Weapon @@ -119647,6 +130412,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -119668,7 +130435,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",5+(.@r/2)*2; - Id: 24609 AegisName: S_God_Hammer_Armor Name: God Hammer Shadow Armor @@ -119681,7 +130450,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddEle,Ele_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddEle,Ele_All,5+.@r/2; - Id: 24610 AegisName: S_Shatter_Buster_Earing Name: Shatter Buster Shadow Earring @@ -119695,6 +130466,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxSPrate,5; if (.@r>=7) { bonus bLongAtkRate,7; @@ -119714,7 +130486,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RL_S_STORM",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RL_S_STORM",5+(.@r/2)*2; - Id: 24612 AegisName: S_Shatter_Buster_Shoes Name: Shatter Buster Shadow Shoes @@ -119727,7 +130501,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RL_BANISHING_BUSTER",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RL_BANISHING_BUSTER",5+(.@r/2)*2; - Id: 24613 AegisName: S_Trip_Weapon Name: Trip Shadow Weapon @@ -119741,6 +130517,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bLongAtkRate,3; if (.@r>=7) { bonus bLongAtkRate,3; @@ -119760,7 +130538,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RL_R_TRIP",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RL_R_TRIP",5+(.@r/2)*2; - Id: 24615 AegisName: S_Trip_Armor Name: Trip Shadow Armor @@ -119773,7 +130553,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24616 AegisName: S_Super_Magic_Shield Name: Super Magic Shadow Shield @@ -119787,6 +130569,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; .@val = 5; if (.@r>=7) { .@val += 5; @@ -119812,6 +130595,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10+4*(.@r/2); bonus2 bSkillAtk,"MG_FIREBOLT",10+4*(.@r/2); bonus2 bSkillAtk,"MG_COLDBOLT",10+4*(.@r/2); @@ -119828,6 +130612,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"WZ_VERMILION",10+4*(.@r/2); bonus2 bSkillAtk,"WZ_HEAVENDRIVE",10+4*(.@r/2); bonus2 bSkillAtk,"WZ_STORMGUST",10+4*(.@r/2); @@ -119845,6 +130630,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bLongAtkRate,5; bonus bShortAtkRate,5; if (.@r>=7) { @@ -119866,7 +130653,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"RG_RAID",10+4*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"RG_BACKSTAP",10+(.@r/2)*4; + bonus2 bSkillAtk,"RG_RAID",10+(.@r/2)*4; - Id: 24621 AegisName: S_Super_Power_Earing Name: Super Power Shadow Earring @@ -119880,6 +130670,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",10+4*(.@r/2); bonus2 bSkillAtk,"PA_SHIELDCHAIN",10+4*(.@r/2); - Id: 24622 @@ -119895,6 +130686,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -119916,7 +130709,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24624 AegisName: S_Kunai_Armor Name: Kunai Shadow Armor @@ -119929,7 +130724,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"KO_BAKURETSU",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"KO_BAKURETSU",5+(.@r/2)*2; - Id: 24625 AegisName: S_Syuriken_Earing Name: Cross Shuriken Shadow Earring @@ -119943,12 +130740,13 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bLongAtkRate,3; if (.@r>=7) { bonus bLongAtkRate,3; } if (.@r>=9) { - bonus bUseSPrate,-10; + bonus2 bSkillUseSPrate,"KO_JYUMONJIKIRI",10; } - Id: 24626 AegisName: S_Syuriken_Pendant @@ -119962,7 +130760,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"KO_HUUMARANKA",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"KO_HUUMARANKA",5+(.@r/2)*2; - Id: 24627 AegisName: S_Syuriken_Shoes Name: Cross Shuriken Shadow Shoes @@ -119975,7 +130775,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"KO_JYUMONJIKIRI",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"KO_JYUMONJIKIRI",5+(.@r/2)*2; - Id: 24628 AegisName: S_Kamaenraku_Weapon Name: First Exploding Draft Shadow Weapon @@ -119989,6 +130791,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus2 bSkillAtk,"NJ_BAKUENRYU",15; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",15; @@ -120017,6 +130821,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"NJ_BAKUENRYU",5+2*(.@r/2); bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",5+2*(.@r/2); bonus2 bSkillAtk,"NJ_KAMAITACHI",5+2*(.@r/2); @@ -120032,7 +130837,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAtkEle,Ele_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bMagicAddEle,Ele_All,5+.@r/2; - Id: 24631 AegisName: S_Huusouka_Earing Name: Wind Spear Petal Shadow Earring @@ -120046,6 +130853,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bSkillAtk,"NJ_KOUENKA",10; bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; @@ -120073,7 +130881,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus bMaxSPrate,2+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMaxSPrate,2+.@r/2; - Id: 24633 AegisName: S_Huusouka_Shoes Name: Wind Spear Petal Shadow Shoes @@ -120086,7 +130896,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bMagicAddSize,Size_All,5+.@r/2; - Id: 24634 AegisName: S_Pickyrush_Weapon Name: Picky Rush Shadow Weapon @@ -120100,6 +130912,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bLongAtkRate,10; } @@ -120121,7 +130935,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24636 AegisName: S_Pickyrush_Armor Name: Picky Rush Shadow Armor @@ -120134,7 +130950,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SU_PICKYPECK",5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SU_PICKYPECK",5+(.@r / 2); - Id: 24637 AegisName: S_SavageRabbit_Earing Name: Savage Rabbit Shadow Earring @@ -120148,12 +130966,13 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bLongAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,5; } if (.@r>=9) { - bonus bUseSPrate,-10; + bonus2 bSkillUseSPrate,"SU_LUNATICCARROTBEAT",10; } - Id: 24638 AegisName: S_SavageRabbit_Pendant @@ -120167,8 +130986,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",5; - bonus2 bSkillAtk,"SU_SVG_SPIRIT",3*(getrefine()/2); + bonus2 bSkillAtk,"SU_SVG_SPIRIT",(.@r/2)*3; - Id: 24639 AegisName: S_SavageRabbit_Shoes Name: Savage Rabbit Shadow Shoes @@ -120181,7 +131002,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24640 AegisName: S_Catnip_Weapon Name: Catnip Shadow Weapon @@ -120195,6 +131018,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus2 bSkillAtk,"SU_CN_METEOR",5; if (.@r>=7) { bonus2 bSkillAtk,"SU_CN_METEOR",5; @@ -120214,8 +131039,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillCooldown,"SU_NYANGGRASS",-4000; - bonus2 bSkillAtk,"SU_CN_METEOR",3*(getrefine()/2); + bonus2 bSkillAtk,"SU_CN_METEOR",(.@r/2)*3; - Id: 24642 AegisName: S_Catnip_Armor Name: Catnip Shadow Armor @@ -120228,7 +131055,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bMagicAddSize,Size_All,5+.@r/2; - Id: 24643 AegisName: S_Silvervine_Earing Name: Silvervine Shadow Earring @@ -120242,6 +131071,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Fire,10; @@ -120275,7 +131105,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus bVariableCastrate,-3-1*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bVariableCastrate,-3-.@r/2; - Id: 24645 AegisName: S_Silvervine_Shoes Name: Silvervine Shadow Shoes @@ -120288,7 +131120,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAtkEle,Ele_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bMagicAddEle,Ele_All,5+.@r/2; - Id: 24646 AegisName: S_Sunshine_Weapon Name: Sunshine Shadow Weapon @@ -120301,6 +131135,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (.@r>=9) { bonus bShortAtkRate,10; } @@ -120321,7 +131157,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24648 AegisName: S_Sunshine_Armor Name: Sunshine Shadow Armor @@ -120333,7 +131171,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SJ_PROMINENCEKICK",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SJ_PROMINENCEKICK",5+(.@r / 2)*2; - Id: 24649 AegisName: S_Moonlight_Earring Name: Moonlight Shadow Earring @@ -120346,6 +131186,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bShortAtkRate,3; if (.@r>=7) { bonus bShortAtkRate,3; @@ -120364,7 +131205,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddSize,Size_All,5+.@r/2; - Id: 24651 AegisName: S_Moonlight_Shoes Name: Moonlight Shadow Shoes @@ -120376,7 +131219,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"SJ_NEWMOONKICK",5+2*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillAtk,"SJ_NEWMOONKICK",5+(.@r/2)*2; - Id: 24652 AegisName: S_Stardust_Weapon Name: Stardust Shadow Weapon @@ -120389,6 +131234,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus2 bSkillAtk,"SJ_FLASHKICK",10; if (.@r>=7) { bonus bAspdRate,5; @@ -120407,8 +131254,11 @@ Body: EquipLevelMin: 99 Refineable: true Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAspd,1; - bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",3*(getrefine()/2); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",3*(.@r/2); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",3*(.@r/2); - Id: 24654 AegisName: S_Stardust_Armor Name: Stardust Shadow Armor @@ -120420,7 +131270,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bAddEle,Ele_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bAddEle,Ele_All,5+.@r/2; - Id: 24655 AegisName: S_S_Weapon Name: Es Shadow Weapon @@ -120433,6 +131285,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bMaxSPrate,5; if (.@r>=7) { bonus2 bSkillAtk,"SL_SMA",10; @@ -120451,7 +131305,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAddSize,Size_All,5+(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bMagicAddSize,Size_All,5+.@r/2; - Id: 24657 AegisName: S_S_Armor Name: Es Shadow Armor @@ -120464,6 +131320,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"SL_SMA",10; bonus2 bSkillAtk,"SP_SPA",(.@r/2); bonus2 bSkillAtk,"SP_SWHOO",(.@r/2); @@ -120479,6 +131336,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Dark,10; } @@ -120499,8 +131357,10 @@ Body: EquipLevelMin: 99 Refineable: true Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bMagicAtkEle,Ele_Dark,5; - bonus2 bSkillAtk,"SP_CURSEEXPLOSION",3*(getrefine()/2); + bonus2 bSkillAtk,"SP_CURSEEXPLOSION",(.@r/2)*3; - Id: 24660 AegisName: S_Evilcurse_Shoes Name: Evil Curse Shadow Shoes @@ -120512,7 +131372,9 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillCooldown,"SP_SOULCURSE",-1000-100*(getrefine()/2); + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus2 bSkillCooldown,"SP_SOULCURSE",-1000-100*(.@r/2); - Id: 24661 AegisName: S_FullPene_Earring Name: Full Penetration Shadow Earring @@ -120522,6 +131384,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreDefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Human,-5-1*(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5-1*(.@r/2); @@ -120542,6 +131405,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreDefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Human,-5-1*(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5-1*(.@r/2); @@ -120559,6 +131423,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreDefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Human,-5-1*(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5-1*(.@r/2); @@ -120579,6 +131444,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreDefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Human,-5-(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5-(.@r/2); @@ -120596,6 +131462,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreMdefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5-(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5-(.@r/2); @@ -120613,6 +131480,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreMdefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5-(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5-(.@r/2); @@ -120630,6 +131498,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreMdefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5-(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5-(.@r/2); @@ -120647,6 +131516,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bIgnoreMdefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5-(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5-(.@r/2); @@ -120664,6 +131534,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bCritical,10+(.@r/2); if (.@r>=9) { bonus bCritAtkRate,5; @@ -120677,6 +131548,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; @@ -120690,6 +131562,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bBaseAtk,10+(.@r/2); if (.@r>=9) { bonus bAtkRate,3; @@ -120703,6 +131576,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bCritAtkRate,1+(.@r/2); if (.@r>=9) { bonus bLongAtkRate,3; @@ -120717,9 +131591,11 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bHit,10+(.@r/2); if (.@r>=9) { - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; } - Id: 24674 AegisName: S_Mammoth_Shield @@ -120730,6 +131606,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bDef,5+(.@r/2); if (.@r>=9) { bonus bDelayrate,-3; @@ -120743,6 +131620,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { @@ -120757,6 +131635,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { @@ -120771,6 +131650,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { @@ -120785,6 +131665,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { @@ -120799,6 +131680,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bLongAtkRate,(.@r/2); bonus bShortAtkRate,(.@r/2); @@ -120814,6 +131696,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bLongAtkRate,(.@r/2); bonus bShortAtkRate,(.@r/2); @@ -120829,6 +131712,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bLongAtkRate,(.@r/2); bonus bShortAtkRate,(.@r/2); @@ -120844,6 +131728,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bLongAtkRate,(.@r/2); bonus bShortAtkRate,(.@r/2); @@ -120859,6 +131744,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; .@val = .@r/2; if (BaseLevel<175) .@val += 20; @@ -120896,6 +131782,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAtkRate,(.@r/3); @@ -120915,6 +131802,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAtkRate,(.@r/3); @@ -120962,7 +131851,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus bMaxHP,100+getrefine()*10; + bonus bMaxHP,100; bonus bVariableCastrate,-5; - Id: 24689 AegisName: S_1Para_Armor @@ -120981,7 +131870,7 @@ Body: NoAuction: true Script: | bonus bHit,5; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24690 AegisName: S_1Para_Shoes Name: Paradise Shadow Shoes @@ -120999,7 +131888,7 @@ Body: NoAuction: true Script: | bonus bAspdRate,5; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24691 AegisName: S_1Para_Earing Name: Paradise Shadow Earring @@ -121017,7 +131906,7 @@ Body: NoAuction: true Script: | bonus bMatk,5; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24692 AegisName: S_1Para_Pendant Name: Paradise Shadow Pendant @@ -121035,7 +131924,7 @@ Body: NoAuction: true Script: | bonus bBaseAtk,5; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24693 AegisName: S_2Para_Shield Name: Advanced Paradise Shadow Shield @@ -121053,8 +131942,8 @@ Body: NoMail: true NoAuction: true Script: | - bonus bMaxHP,100+.@r*10; - bonus bVariableCastrate,5; + bonus bMaxHP,100; + bonus bVariableCastrate,-10; - Id: 24694 AegisName: S_2Para_Armor Name: Advanced Paradise Shadow Armor @@ -121073,7 +131962,7 @@ Body: NoAuction: true Script: | bonus bHit,15; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24695 AegisName: S_2Para_Shoes Name: Advanced Paradise Shadow Shoes @@ -121092,7 +131981,7 @@ Body: NoAuction: true Script: | bonus bAspdRate,7; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24696 AegisName: S_2Para_Earing Name: Advanced Paradise Shadow Earring @@ -121111,7 +132000,7 @@ Body: NoAuction: true Script: | bonus bMatk,15; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24697 AegisName: S_2Para_Pendant Name: Advanced Paradise Shadow Pendant @@ -121130,7 +132019,7 @@ Body: NoAuction: true Script: | bonus bBaseAtk,15; - bonus bMaxHP,.@r*10+100; + bonus bMaxHP,100; - Id: 24698 AegisName: S_2Para_RK_Weapon Name: Rune Knight Advanced Paradise Shadow Weapon @@ -121562,6 +132451,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatk,15+(.@r/2); if (.@r==9) bonus3 bAutoSpell,"MG_NAPALMBEAT",7,70; @@ -121576,9 +132466,10 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bHit,10+(.@r/2); if (.@r>=9) { - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; } - Id: 24724 AegisName: S_AutoSpell_Shoes @@ -121589,6 +132480,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; @@ -121602,6 +132494,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bBaseAtk,15+(.@r/2); if (.@r==9) bonus3 bAutoSpell,"SM_BASH",7,70; @@ -121616,9 +132510,10 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bHit,10+(.@r/2); if (.@r>=9) { - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; } - Id: 24727 AegisName: S_AutoSpell_Earring @@ -121629,6 +132524,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; @@ -121642,6 +132538,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=9) { @@ -121659,6 +132556,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { @@ -121673,6 +132571,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bShortAtkRate,(.@r/2); if (.@r>=9) { @@ -121690,6 +132589,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bShortAtkRate,(.@r/2); if (.@r>=10) { @@ -121704,6 +132604,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,1+(.@r/2); bonus bAtkRate,1+(.@r/2); if (.@r>=7) { @@ -121722,6 +132623,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bAddSize,Size_All,(.@r/3); bonus2 bMagicAddSize,Size_All,(.@r/3); bonus2 bSubSize,Size_All,(.@r/3); @@ -121737,6 +132639,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bLongAtkRate,2; bonus bShortAtkRate,2; bonus bAtkRate,(.@r/2); @@ -121757,6 +132661,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bLongAtkRate,2; bonus bShortAtkRate,2; bonus bAtkRate,(.@r/2); @@ -121777,6 +132682,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus2 bMagicAtkEle,Ele_All,2; bonus bMatkRate,(.@r/2); if (.@r>=9) { @@ -121795,6 +132702,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus2 bMagicAtkEle,Ele_All,2; bonus bMatkRate,(.@r/2); if (.@r>=9) { @@ -121812,6 +132720,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bCritical,7; bonus bBaseAtk,15; bonus bCritAtkRate,(.@r/2); @@ -121958,6 +132868,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bBaseAtk,15; bonus bHit,15; bonus bLongAtkRate,(.@r/2); @@ -121973,6 +132885,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bDelayrate,-.@r; bonus bAspdRate,3*(.@r/2); if (.@r>=9) { @@ -121988,6 +132901,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bVariableCastrate,-.@r; bonus bMatkRate,(.@r/3); bonus bAtkRate,(.@r/3); @@ -122000,6 +132914,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bVariableCastrate,-.@r; bonus bMatkRate,(.@r/3); bonus bAtkRate,(.@r/3); @@ -122012,6 +132927,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bVariableCastrate,-.@r; bonus bMatkRate,(.@r/3); bonus bAtkRate,(.@r/3); @@ -122024,6 +132940,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bVariableCastrate,-.@r; bonus bMatkRate,(.@r/3); bonus bAtkRate,(.@r/3); @@ -122036,6 +132953,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bPow,(.@r/2); if (.@r>=7) { bonus bPAtk,3; @@ -122052,6 +132971,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bPow,(.@r/2); if (.@r>=7) { bonus bPAtk,3; @@ -122068,11 +132988,13 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bSpl,(.@r/2); if (.@r>=7) { - bonus bSmatk,3; + bonus bSMatk,3; if (.@r>=9) { - bonus bSmatk,3; + bonus bSMatk,3; } } - Id: 24754 @@ -122084,11 +133006,12 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bSpl,(.@r/2); if (.@r>=7) { - bonus bSmatk,3; + bonus bSMatk,3; if (.@r>=9) { - bonus bSmatk,3; + bonus bSMatk,3; } } - Id: 24755 @@ -122100,13 +133023,15 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bCon,.@r; if (.@r>=7) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@r>=9) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } } - Id: 24756 @@ -122118,13 +133043,14 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bCon,.@r; if (.@r>=7) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@r>=9) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } } - Id: 24757 @@ -122136,11 +133062,13 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bWis,.@r; if (.@r>=7) { - bonus bMres,30; + bonus bMRes,30; if (.@r>=9) { - bonus bMres,30; + bonus bMRes,30; } } - Id: 24758 @@ -122152,11 +133080,12 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bWis,.@r; if (.@r>=7) { - bonus bMres,30; + bonus bMRes,30; if (.@r>=9) { - bonus bMres,30; + bonus bMRes,30; } } - Id: 24759 @@ -122168,6 +133097,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bSta,.@r; if (.@r>=7) { bonus bRes,30; @@ -122184,6 +133115,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bSta,.@r; if (.@r>=7) { bonus bRes,30; @@ -122200,13 +133132,15 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bCrt,(.@r/2); if (.@r>=7) { - bonus bCrate,2; - bonus bHplus,2; + bonus bCRate,2; + bonus bHPlus,2; if (.@r>=9) { - bonus bCrate,2; - bonus bHplus,2; + bonus bCRate,2; + bonus bHPlus,2; } } - Id: 24762 @@ -122218,13 +133152,14 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bCrt,(.@r/2); if (.@r>=7) { - bonus bCrate,2; - bonus bHplus,2; + bonus bCRate,2; + bonus bHPlus,2; if (.@r>=9) { - bonus bCrate,2; - bonus bHplus,2; + bonus bCRate,2; + bonus bHPlus,2; } } - Id: 24763 @@ -122236,6 +133171,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxHPrate,(.@r/2); if (.@r>=7) { bonus2 bAddSize,Size_All,5; @@ -122253,6 +133189,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxHPrate,(.@r/2); if (.@r>=7) { bonus2 bAddSize,Size_All,5; @@ -122270,6 +133207,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxHPrate,(.@r/2); if (.@r>=7) { bonus2 bAddSize,Size_All,5; @@ -122287,6 +133225,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMaxHPrate,(.@r/2); if (.@r>=7) { bonus2 bAddSize,Size_All,5; @@ -122304,8 +133243,9 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bCritical,5+2*(.@r/3); - bonus bCrate,(.@r/3); + bonus bCRate,(.@r/3); if (.@r>=7) { bonus bCritical,3; bonus bAspd,1; @@ -122314,7 +133254,7 @@ Body: bonus bAspdRate,8; if (.@r>=10) { bonus bCritAtkRate,3; - bonus bCrate,3; + bonus bCRate,3; } } } @@ -122327,6 +133267,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bAspdRate,5; bonus bDelayrate,-(.@r/2); if (.@r>=7) { @@ -122336,7 +133278,7 @@ Body: bonus bDelayrate,-2; if (.@r>=10) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -122349,6 +133291,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; if (BaseLevel<175) { bonus2 bExpAddRace,RC_All,20; } @@ -122361,46 +133305,60 @@ Body: bonus2 bExpAddRace,RC_All,(.@r/2); - Id: 24778 AegisName: aegis_24778 - Name: Level 1 Armor Shadow # !todo check english name + Name: 1Lv Shadow Armor Type: ShadowGear Locations: Shadow_Armor: true Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24779 AegisName: aegis_24779 - Name: Level 1 Weapon Shadow # !todo check english name + Name: 1Lv Shadow Weapon Type: ShadowGear Locations: Shadow_Weapon: true Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; - Id: 24780 AegisName: aegis_24780 - Name: Level 1 Shield Shadow # !todo check english name + Name: 1Lv Shadow Shield Type: ShadowGear Locations: Shadow_Shield: true Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24781 AegisName: aegis_24781 - Name: Level 1 Shoes Shadow # !todo check english name + Name: 1Lv Shadow Shoes Type: ShadowGear Locations: Shadow_Shoes: true Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24782 AegisName: aegis_24782 - Name: Level 1 Earring Shadow # !todo check english name + Name: 1Lv Shadow Earring Type: ShadowGear Locations: Shadow_Right_Accessory: true Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24783 AegisName: aegis_24783 - Name: Level 1 Pendant Shadow # !todo check english name + Name: 1Lv Shadow Pendant Type: ShadowGear Locations: Shadow_Left_Accessory: true Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24792 AegisName: S_Master_Weapon Name: Master Shadow Weapon @@ -122411,6 +133369,8 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bBaseAtk,.@r; + bonus bMatk,.@r; bonus bMatkRate,2; bonus bAtkRate,2; bonus bShortAtkRate,(.@r/2); @@ -122434,6 +133394,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus bMaxHP,.@r*10; bonus bMatkRate,2; bonus bAtkRate,2; bonus bShortAtkRate,(.@r/2); @@ -122459,6 +133420,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24801 AegisName: S_DK_Shoes Name: M. Dragon Knight Shadow Shoes @@ -122471,6 +133434,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24802 AegisName: S_DK_Earring Name: M. Dragon Knight Shadow Earring @@ -122483,6 +133448,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24803 AegisName: S_DK_Pendant Name: M. Dragon Knight Shadow Pendant @@ -122495,6 +133462,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24804 AegisName: S_IG_Armor Name: M. Imperial Guard Shadow Armor @@ -122507,6 +133476,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24805 AegisName: S_IG_Shoes Name: M. Imperial Guard Shadow Shoes @@ -122519,6 +133490,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24806 AegisName: S_IG_Earring Name: M. Imperial Guard Shadow Earring @@ -122531,6 +133504,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24807 AegisName: S_IG_Pendant Name: M. Imperial Guard Shadow Pendant @@ -122543,6 +133518,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24808 AegisName: S_SHC_Armor Name: M. Shadow Cross Shadow Armor @@ -122555,6 +133532,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24809 AegisName: S_SHC_Shoes Name: M. Shadow Cross Shadow Shoes @@ -122567,6 +133546,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24810 AegisName: S_SHC_Earring Name: M. Shadow Cross Shadow Earring @@ -122579,6 +133560,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24811 AegisName: S_SHC_Pendant Name: M. Shadow Cross Shadow Pendant @@ -122591,6 +133574,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24812 AegisName: S_ABC_Armor Name: M. Abyss Chaser Shadow Armor @@ -122603,6 +133588,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24813 AegisName: S_ABC_Shoes Name: M. Abyss Chaser Shadow Shoes @@ -122615,6 +133602,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24814 AegisName: S_ABC_Earring Name: M. Abyss Chaser Shadow Earring @@ -122627,6 +133616,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24815 AegisName: S_ABC_Pendant Name: M. Abyss Chaser Shadow Pendant @@ -122639,6 +133630,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24816 AegisName: S_CD_Armor Name: M. Cardinal Shadow Armor @@ -122651,6 +133644,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24817 AegisName: S_CD_Shoes Name: M. Cardinal Shadow Shoes @@ -122663,6 +133658,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24818 AegisName: S_CD_Earring Name: M. Cardinal Shadow Earring @@ -122675,6 +133672,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24819 AegisName: S_CD_Pendant Name: M. Cardinal Shadow Pendant @@ -122687,6 +133686,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24820 AegisName: S_IQ_Armor Name: M. Inquisitor Shadow Armor @@ -122699,6 +133700,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24821 AegisName: S_IQ_Shoes Name: M. Inquisitor Shadow Shoes @@ -122711,6 +133714,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24822 AegisName: S_IQ_Earring Name: M. Inquisitor Shadow Earring @@ -122723,6 +133728,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24823 AegisName: S_IQ_Pendant Name: M. Inquisitor Shadow Pendant @@ -122735,6 +133742,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24824 AegisName: S_MT_Armor Name: M. Meister Shadow Armor @@ -122747,6 +133756,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24825 AegisName: S_MT_Shoes Name: M. Meister Shadow Shoes @@ -122759,6 +133770,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24826 AegisName: S_MT_Earring Name: M. Meister Shadow Earring @@ -122771,6 +133784,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24827 AegisName: S_MT_Pendant Name: M. Meister Shadow Pendant @@ -122783,6 +133798,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24828 AegisName: S_BO_Armor Name: M. Biolo Shadow Armor @@ -122795,6 +133812,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24829 AegisName: S_BO_Shoes Name: M. Biolo Shadow Shoes @@ -122807,6 +133826,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24830 AegisName: S_BO_Earring Name: M. Biolo Shadow Earring @@ -122819,6 +133840,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24831 AegisName: S_BO_Pendant Name: M. Biolo Shadow Pendant @@ -122831,6 +133854,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24832 AegisName: S_WH_Armor Name: M. Windhawk Shadow Armor @@ -122843,6 +133868,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24833 AegisName: S_WH_Shoes Name: M. Windhawk Shadow Shoes @@ -122855,6 +133882,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24834 AegisName: S_WH_Earring Name: M. Windhawk Shadow Earring @@ -122867,6 +133896,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24835 AegisName: S_WH_Pendant Name: M. Windhawk Shadow Pendant @@ -122879,6 +133910,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24836 AegisName: S_TR_Armor Name: M. Troubadour & Trouvere Shadow Armor @@ -122891,6 +133924,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24837 AegisName: S_TR_Shoes Name: M. Troubadour & Trouvere Shadow Shoes @@ -122903,6 +133938,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24838 AegisName: S_TR_Earring Name: M. Troubadour & Trouvere Shadow Earring @@ -122915,6 +133952,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24839 AegisName: S_TR_Pendant Name: M. Troubadour & Trouvere Shadow Pendant @@ -122927,6 +133966,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24840 AegisName: S_AG_Armor Name: M. Arch Mage Shadow Armor @@ -122939,6 +133980,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24841 AegisName: S_AG_Shoes Name: M. Arch Mage Shadow Shoes @@ -122951,6 +133994,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24842 AegisName: S_AG_Earring Name: M. Arch Mage Shadow Earring @@ -122963,6 +134008,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24843 AegisName: S_AG_Pendant Name: M. Arch Mage Shadow Pendant @@ -122975,6 +134022,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24844 AegisName: S_EM_Armor Name: M. Elemental Master Shadow Armor @@ -122987,6 +134036,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24845 AegisName: S_EM_Shoes Name: M. Elemental Master Shadow Shoes @@ -122999,6 +134050,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24846 AegisName: S_EM_Earring Name: M. Elemental Master Shadow Earring @@ -123011,6 +134064,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24847 AegisName: S_EM_Pendant Name: M. Elemental Master Shadow Pendant @@ -123023,6 +134078,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24848 AegisName: S_NW_Armor Name: M. Night Watch Shadow Armor @@ -123035,6 +134092,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24849 AegisName: S_NW_Shoes Name: M. Night Watch Shadow Shoes @@ -123047,6 +134106,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24850 AegisName: S_NW_Earring Name: M. Night Watch Shadow Earring @@ -123059,6 +134120,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24851 AegisName: S_NW_Pendant Name: M. Night Watch Shadow Pendant @@ -123071,6 +134134,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24852 AegisName: S_SH_Armor Name: M. Spirit Handler Shadow Armor @@ -123083,6 +134148,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24853 AegisName: S_SH_Shoes Name: M. Spirit Handler Shadow Shoes @@ -123095,6 +134162,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24854 AegisName: S_SH_Earring Name: M. Spirit Handler Shadow Earring @@ -123107,6 +134176,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24855 AegisName: S_SH_Pendant Name: M. Spirit Handler Shadow Pendant @@ -123119,6 +134190,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24856 AegisName: S_SS_Armor Name: M. Shinkiro & Shiranui Shadow Armor @@ -123131,6 +134204,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24857 AegisName: S_SS_Shoes Name: M. Shinkiro & Shiranui Shadow Shoes @@ -123143,6 +134218,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24858 AegisName: S_SS_Earring Name: M. Shinkiro & Shiranui Shadow Earring @@ -123155,6 +134232,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24859 AegisName: S_SS_Pendant Name: M. Shinkiro & Shiranui Shadow Pendant @@ -123167,6 +134246,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24860 AegisName: S_SKE_Armor Name: M. Sky Emperor Shadow Armor @@ -123179,6 +134260,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24861 AegisName: S_SKE_Shoes Name: M. Sky Emperor Shadow Shoes @@ -123191,6 +134274,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24862 AegisName: S_SKE_Earring Name: M. Sky Emperor Shadow Earring @@ -123203,6 +134288,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24863 AegisName: S_SKE_Pendant Name: M. Sky Emperor Shadow Pendant @@ -123215,6 +134302,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24864 AegisName: S_SOA_Armor Name: M. Soul Ascetic Shadow Armor @@ -123227,6 +134316,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24865 AegisName: S_SOA_Shoes Name: M. Soul Ascetic Shadow Shoes @@ -123239,6 +134330,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24866 AegisName: S_SOA_Earring Name: M. Soul Ascetic Shadow Earring @@ -123251,6 +134344,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24867 AegisName: S_SOA_Pendant Name: M. Soul Ascetic Shadow Pendant @@ -123263,6 +134358,8 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24868 AegisName: S_HN_Armor Name: M. Hyper Novice Shadow Armor @@ -123275,6 +134372,8 @@ Body: Shadow_Armor: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24869 AegisName: S_HN_Shoes Name: M. Hyper Novice Shadow Shoes @@ -123287,6 +134386,8 @@ Body: Shadow_Shoes: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24870 AegisName: S_HN_Earring Name: M. Hyper Novice Shadow Earring @@ -123299,6 +134400,8 @@ Body: Shadow_Right_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; - Id: 24871 AegisName: S_HN_Pendant Name: M. Hyper Novice Shadow Pendant @@ -123311,6 +134414,226 @@ Body: Shadow_Left_Accessory: true EquipLevelMin: 200 Refineable: true + Script: | + bonus bMaxHP,getrefine()*10; + - Id: 24872 + AegisName: S_Full_Power_Armor + Name: Full Power Shadow Armor + Type: ShadowGear + Locations: + Shadow_Armor: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,3; + bonus bLongAtkRate,(.@r/2); + bonus bShortAtkRate,(.@r/2); + if (.@r>=10) { + bonus bPAtk,2; + } + - Id: 24873 + AegisName: S_Full_Power_Shoes + Name: Full Power Shadow Shoes + Type: ShadowGear + Locations: + Shadow_Shoes: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,3; + bonus bLongAtkRate,(.@r/2); + bonus bShortAtkRate,(.@r/2); + if (.@r>=10) { + bonus bPAtk,2; + } + - Id: 24874 + AegisName: S_Full_Rate_Armor + Name: Full Rate Shadow Armor + Type: ShadowGear + Locations: + Shadow_Armor: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bCritical,3; + bonus bCritAtkRate,(.@r/2); + if (.@r>=10) { + bonus bCRate,2; + } + - Id: 24875 + AegisName: S_Full_Rate_Shoes + Name: Full Rate Shadow Shoes + Type: ShadowGear + Locations: + Shadow_Shoes: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bCritical,3; + bonus bCritAtkRate,(.@r/2); + if (.@r>=10) { + bonus bCRate,2; + } + - Id: 24876 + AegisName: S_Focusing_Pendant + Name: Focusing Shadow Pendant + Type: ShadowGear + Locations: + Shadow_Left_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,3; + bonus bVariableCastrate,-(.@r/2); + if (.@r>=10) { + bonus bPAtk,2; + } + - Id: 24877 + AegisName: S_Focusing_Earring + Name: Focusing Shadow Earring + Type: ShadowGear + Locations: + Shadow_Right_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,3; + bonus bVariableCastrate,-(.@r/2); + if (.@r>=10) { + bonus bPAtk,2; + } + - Id: 24878 + AegisName: S_Stout_Pendant + Name: Stout Shadow Pendant + Type: ShadowGear + Locations: + Shadow_Left_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDef,30; + bonus bRes,3*(.@r/2); + if (.@r>=10) { + bonus bRes,15; + } + - Id: 24879 + AegisName: S_Stout_Earring + Name: Stout Shadow Earring + Type: ShadowGear + Locations: + Shadow_Right_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDef,30; + bonus bRes,3*(.@r/2); + if (.@r>=10) { + bonus bRes,15; + } + - Id: 24883 + AegisName: S_Full_Spell_Armor + Name: Full Spell Shadow Armor + Type: ShadowGear + Locations: + Shadow_Armor: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMatkRate,3; + bonus2 bMagicAtkEle,Ele_All,(.@r/2); + if (.@r>=10) { + bonus bSMatk,2; + } + - Id: 24884 + AegisName: S_Full_Spell_Shoes + Name: Full Spell Shadow Shoes + Type: ShadowGear + Locations: + Shadow_Shoes: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMatkRate,3; + bonus2 bMagicAtkEle,Ele_All,(.@r/2); + if (.@r>=10) { + bonus bSMatk,2; + } + - Id: 24885 + AegisName: S_Centering_Pendant + Name: Centering Shadow Pendant + Type: ShadowGear + Locations: + Shadow_Left_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMatkRate,3; + bonus bVariableCastrate,-(.@r/2); + if (.@r>=10) { + bonus bSMatk,2; + } + - Id: 24886 + AegisName: S_Centering_Earring + Name: Centering Shadow Earring + Type: ShadowGear + Locations: + Shadow_Right_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMatkRate,3; + bonus bVariableCastrate,-(.@r/2); + if (.@r>=10) { + bonus bSMatk,2; + } + - Id: 24887 + AegisName: S_Witty_Pendant + Name: Witty Shadow Pendant + Type: ShadowGear + Locations: + Shadow_Left_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMdef,10; + bonus bMRes,3*(.@r/2); + if (.@r>=10) { + bonus bMRes,15; + } + - Id: 24888 + AegisName: S_Witty_Earring + Name: Witty Shadow Earring + Type: ShadowGear + Locations: + Shadow_Right_Accessory: true + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,.@r*10; + bonus bMdef,10; + bonus bMRes,3*(.@r/2); + if (.@r>=10) { + bonus bMRes,15; + } - Id: 26001 AegisName: Toughen_Metal_Lance Name: Enhanced Metal Lance @@ -123340,8 +134663,8 @@ Body: Script: | .@r = getrefine(); bonus bBaseAtk,9*.@r+8*(min(BaseLevel,150)/10); - bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10*.@r; - bonus2 bSkillAtk,"LG_OVERBRAND",10*.@r; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10; + bonus2 bSkillAtk,"LG_OVERBRAND",10; - Id: 26004 AegisName: Diva_Lance Name: Diva Lance @@ -123404,6 +134727,28 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 26006 + AegisName: Sinister_Lance_J + Name: Lance of Evil + Type: Weapon + SubType: 2hSpear + Buy: 100000 + Weight: 1200 + Attack: 150 + Range: 3 + Jobs: + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 26007 AegisName: Spectral_Spear_IL Name: Illusion Spectral Spear @@ -123426,12 +134771,12 @@ Body: Script: | .@r = getrefine(); .@val = 3*(.@r/2); - bonus2 bAddEle,Ele_Dark,(20+.@val); - bonus2 bAddRace,RC_Demon,(20+.@val); - bonus2 bAddRace,RC_Undead,(20+.@val); - bonus2 bSubRace,RC_Demon,(10+.@val); - bonus2 bSubEle,Ele_Undead,(10+.@val); - bonus2 bSubEle,Ele_Dark,(10+.@val); + bonus2 bSubRace,RC_Undead,10+.@val; + bonus2 bSubRace,RC_Demon,10+.@val; + bonus2 bSubEle,Ele_Dark,10+.@val; + bonus2 bAddEle,Ele_Dark,20+.@val; + bonus2 bAddEle,Ele_Undead,20+.@val; + bonus2 bAddRace,RC_Demon,20+.@val; bonus bHPGainValue,50; bonus bSPGainValue,(.@r/2); bonus2 bAddEff2,Eff_Confusion,1000; @@ -123510,7 +134855,7 @@ Body: Fourth: true Locations: Both_Hand: true - WeaponLevel: 3 + WeaponLevel: 4 EquipLevelMin: 175 Refineable: true Flags: @@ -123679,6 +135024,88 @@ Body: bonus bDex,5; bonus bInt,5; bonus bLongAtkRate,7; + - Id: 26102 + AegisName: UnrivaledStaff + Name: Unrivaled Staff + Type: Weapon + SubType: Staff + Buy: 20 + Weight: 1000 + Attack: 160 + MagicAttack: 145 + Range: 1 + Slots: 2 + Jobs: + Acolyte: true + Mage: true + Monk: true + Novice: true + Priest: true + Sage: true + SoulLinker: true + SuperNovice: true + Wizard: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + bonus bAtkEle,Ele_Earth; + .@r = getrefine(); + if (.@r >= 7) { + bonus2 bMagicAddRace,RC_Brute,10; + bonus2 bMagicAddRace,RC_Player_Doram,10; + bonus2 bMagicAddRace,RC_Plant,10; + bonus2 bMagicAddEle,Ele_Wind,10; + bonus2 bMagicAddEle,Ele_Earth,10; + } + if (.@r >= 9) { + bonus2 bMagicAddRace,RC_Brute,15; + bonus2 bMagicAddRace,RC_Player_Doram,15; + bonus2 bMagicAddRace,RC_Plant,15; + bonus2 bMagicAddEle,Ele_Wind,15; + bonus2 bMagicAddEle,Ele_Earth,15; + } + - Id: 26104 + AegisName: Blue_Staff + Name: Blue Staff + Type: Weapon + SubType: Staff + Buy: 20 + Weight: 1000 + Attack: 160 + MagicAttack: 145 + Range: 1 + Slots: 2 + Jobs: + Acolyte: true + Mage: true + Monk: true + Novice: true + Priest: true + Sage: true + SoulLinker: true + SuperNovice: true + Wizard: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Water; + if (.@r>=7) { + bonus2 bMagicAddRace,RC_Demon,10; + bonus2 bMagicAddRace,RC_Formless,10; + bonus2 bMagicAddEle,Ele_Fire,10; + } + if (.@r>=9) { + bonus2 bMagicAddRace,RC_Demon,15; + bonus2 bMagicAddRace,RC_Formless,15; + bonus2 bMagicAddEle,Ele_Fire,15; + } - Id: 26105 AegisName: Diva_Wand Name: Diva Wand @@ -123772,6 +135199,36 @@ Body: .@bonus += 10; } bonus bHealPower,.@bonus; + - Id: 26108 + AegisName: Sinister_Rod_J + Name: Rod of Evil + Type: Weapon + SubType: Staff + Buy: 100000 + Weight: 300 + Attack: 40 + MagicAttack: 100 + Range: 1 + Jobs: + Acolyte: true + Mage: true + Monk: true + Novice: true + Priest: true + Sage: true + SoulLinker: true + SuperNovice: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMatk,pow(getrefine(),2); - Id: 26109 AegisName: Staff_Of_Bordeaux_IL Name: Illusion Staff of Bordeaux @@ -124022,7 +135479,7 @@ Body: EquipLevelMin: 175 Refineable: true Script: | - .@r = getrefine; + .@r = getrefine(); bonus bInt,5; bonus bMatk,15*(.@r/2); bonus bUnbreakableWeapon; @@ -124057,7 +135514,7 @@ Body: EquipLevelMin: 175 Refineable: true Script: | - .@r = getrefine; + .@r = getrefine(); bonus bInt,5; bonus bMatk,15*(.@r/2); bonus bUnbreakableWeapon; @@ -124105,9 +135562,9 @@ Body: } } if (.@g >= ENCHANTGRADE_D) { - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,3; if (.@g >= ENCHANTGRADE_B) { bonus bVariableCastrate,-5; @@ -124415,7 +135872,7 @@ Body: .@r = getrefine(); bonus bMatk,.@r*10; if (.@r>=3) - bonus bMaxHPrate,.@r/3*2; + bonus bMaxSPrate,.@r/3*2; if (.@r>=7) bonus2 bSkillAtk,"SP_SPA",15; if (.@r>=9) @@ -124454,8 +135911,8 @@ Body: bonus bVariableCastrate,-10; bonus bAspdRate,10; if (.@r >= 11) { - bonus2 bSkillAtk,"SU_PICKYPECK",15; - bonus2 bSkillAtk,"SU_CN_METEOR",15; + bonus2 bSkillAtk,"SU_PICKYPECK",20; + bonus2 bSkillAtk,"SU_CN_METEOR",20; } } } @@ -124665,6 +136122,37 @@ Body: if (.@r>=11) { bonus bDelayrate,-20; } + - Id: 26163 + AegisName: Rainbow_Foxtail + Name: Rainbow Foxtail + Type: Weapon + SubType: Staff + Buy: 20 + Weight: 400 + Attack: 110 + MagicAttack: 160 + Range: 1 + Slots: 1 + Jobs: + Spirit_Handler: true + Summoner: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus3 bAutoSpell,"MG_FIREBOLT",4,40; + bonus3 bAutoSpell,"MG_COLDBOLT",4,40; + bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",4,40; + bonus3 bAutoSpell,"WZ_EARTHSPIKE",4,40; + bonus bBaseAtk,10*.@r; + bonus bMatk,10*.@r; + bonus bAspdRate,.@r; - Id: 26164 AegisName: ElectricFox_OS Name: Electric Fox-OS @@ -124811,9 +136299,10 @@ Body: } - Id: 26168 AegisName: Crimson_Rose_Stick_J - Name: Crimson Rose Stick # !todo check english name + Name: Crimson Rose Stick Type: Weapon SubType: Staff + Buy: 200000 Weight: 300 Attack: 60 MagicAttack: 180 @@ -124836,6 +136325,7 @@ Body: Name: Psychic Spear Rod Type: Weapon SubType: Staff + Buy: 200000 Weight: 300 Attack: 60 MagicAttack: 180 @@ -124855,9 +136345,10 @@ Body: bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30; - Id: 26170 AegisName: Dust_Grave_J - Name: Dust Glaive # !todo check english name + Name: Dust Grave Type: Weapon SubType: Staff + Buy: 200000 Weight: 300 Attack: 60 MagicAttack: 180 @@ -124877,9 +136368,10 @@ Body: bonus2 bSkillAtk,"WZ_EARTHSPIKE",30; - Id: 26171 AegisName: Ponitendtia_J - Name: Punic Tentia # !todo check english name + Name: Ponitendtia Type: Weapon SubType: Staff + Buy: 200000 Weight: 300 Attack: 60 MagicAttack: 180 @@ -124929,20 +136421,128 @@ Body: bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; } + - Id: 26175 + AegisName: Chromium_Staff_EXE + Name: Chromium Staff + Type: Weapon + SubType: 2hStaff + Weight: 1300 + Attack: 120 + Range: 1 + Slots: 1 + Jobs: + Wizard: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bInt,3; + bonus bMatk,180; + if (.@r>=5) { + bonus bMatkRate,2; + bonus bAspd,1; + } + if (.@r>=7) { + bonus bMatk,10; + bonus2 bSkillAtk,"WZ_JUPITEL",10; + bonus2 bVariableCastrate,"WZ_JUPITEL",-10; + } + if (.@r>=9) { + bonus bMatk,20; + bonus2 bSkillAtk,"WZ_JUPITEL",20; + bonus2 bVariableCastrate,"WZ_JUPITEL",-20; + } + if (.@r>=10) { + bonus bMatkRate,3; + bonus bMaxHP,700; + bonus2 bMagicAtkEle,Ele_Fire,2; + bonus2 bMagicAtkEle,Ele_Water,2; + bonus2 bMagicAtkEle,Ele_Wind,2; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bMagicAtkEle,Ele_Fire,3; + bonus2 bMagicAtkEle,Ele_Water,3; + bonus2 bMagicAtkEle,Ele_Wind,3; + } + - Id: 26176 + AegisName: Karlite_Staff_EXE + Name: Karlite Staff + Type: Weapon + SubType: Staff + Weight: 800 + Attack: 110 + Range: 1 + Slots: 1 + Jobs: + Mage: true + Sage: true + SoulLinker: true + Wizard: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bInt,3; + bonus bMatk,100; + if (.@r>=5) { + bonus bMatkRate,2; + bonus bAspd,1; + } + if (.@r>=7) { + bonus bMatk,10; + bonus2 bSkillAtk,"SL_SMA",20; + } + if (.@r>=9) { + bonus bMatk,20; + bonus2 bVariableCastrate,"SL_SMA",-20; + skill "HW_GRAVITATION",5; + } + if (.@r>=10) { + bonus bMatkRate,3; + bonus bMaxHP,700; + bonus2 bMagicAtkEle,Ele_Dark,2; + bonus2 bMagicAtkEle,Ele_Earth,2; + bonus2 bMagicAtkEle,Ele_Fire,2; + bonus2 bMagicAtkEle,Ele_Ghost,2; + bonus2 bMagicAtkEle,Ele_Holy,2; + bonus2 bMagicAtkEle,Ele_Water,2; + bonus2 bMagicAtkEle,Ele_Wind,2; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bMagicAtkEle,Ele_Dark,3; + bonus2 bMagicAtkEle,Ele_Earth,3; + bonus2 bMagicAtkEle,Ele_Fire,3; + bonus2 bMagicAtkEle,Ele_Ghost,3; + bonus2 bMagicAtkEle,Ele_Holy,3; + bonus2 bMagicAtkEle,Ele_Water,3; + bonus2 bMagicAtkEle,Ele_Wind,3; + } - Id: 26177 AegisName: Wizards_Memory - Name: Mage's Memory + Name: Wizard's Memory Type: Weapon SubType: Staff Buy: 20 Weight: 300 Attack: 60 - MagicAttack: 120 + MagicAttack: 180 Range: 1 Slots: 1 Jobs: - Summoner: true - Spirit_Handler: true + Wizard: true + Classes: + All_Third: true + Fourth: true Locations: Right_Hand: true WeaponLevel: 4 @@ -125070,6 +136670,29 @@ Body: bonus2 bSkillAtk,"CG_ARROWVULCAN",150; if (.@r>=9) bonus2 bSkillAtk,"CG_ARROWVULCAN",50; + - Id: 26203 + AegisName: Sinister_Wire_J + Name: Wire of Evil + Type: Weapon + SubType: Whip + Buy: 100000 + Weight: 500 + Attack: 100 + MagicAttack: 100 + Range: 2 + Jobs: + BardDancer: true + Classes: + All_Third: true + Fourth: true + Gender: Female + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMatk,pow(getrefine(),2); - Id: 26204 AegisName: Hippie_Rope_J Name: Hippie Rope @@ -125218,13 +136841,13 @@ Body: Script: | .@r = getrefine(); bonus bLongAtkRate,10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,40; } if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; autobonus "{ bonus2 bAddSize,Size_All,15; }",1,10000,BF_WEAPON; } if (.@r>=11) { @@ -125269,9 +136892,10 @@ Body: } - Id: 26217 AegisName: Heart_Whip_J - Name: Heart Whip # !todo check english name + Name: Heart Whip Type: Weapon SubType: Whip + Buy: 200000 Weight: 500 Attack: 150 MagicAttack: 120 @@ -125292,9 +136916,10 @@ Body: bonus2 bSkillAtk,"WM_METALICSOUND",30; - Id: 26218 AegisName: Scarlet_Ribbon_J - Name: Scarlet Ribbon # !todo check english name + Name: Scarlet Ribbon Type: Weapon SubType: Whip + Buy: 200000 Weight: 500 Attack: 150 MagicAttack: 120 @@ -125313,6 +136938,41 @@ Body: Refineable: true Script: | bonus2 bSkillAtk,"CG_ARROWVULCAN",30; + - Id: 26221 + AegisName: Dark_Illu_Whips_TH + Name: Dark Illusion Whip + Type: Weapon + SubType: Whip + Weight: 1000 + Attack: 160 + Range: 2 + Slots: 2 + Jobs: + BardDancer: true + Classes: + All_Third: true + Fourth: true + Gender: Female + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,15*(.@r/2); + bonus bLongAtkRate,4*(.@r/3); + if (.@r>=7) { + bonus bAspdRate,10; + bonus2 bSkillCooldown,"CG_ARROWVULCAN",-100; + if (.@r>=9) { + bonus bLongAtkRate,7; + if (.@r>=11) { + bonus2 bSkillAtk,"CG_ARROWVULCAN",200; + bonus bDelayrate,-10; + } + } + } - Id: 28000 AegisName: Thanos_Katar Name: Thanos Katar @@ -125368,7 +137028,7 @@ Body: if (.@r>=12) { .@dmg += 7; } - bonus2 bAddRace,RC_All,.@dmg; + bonus bAtkRate,.@dmg; } - Id: 28002 AegisName: Half_BF_Katar2 @@ -125529,6 +137189,37 @@ Body: NoAuction: true Script: | bonus bBaseAtk,pow(getrefine(),2)*125/100; + - Id: 28014 + AegisName: Kings_Double_Edge + Name: Old King's Double Edge + Type: Weapon + SubType: Katar + Buy: 20 + Weight: 2800 + Attack: 150 + Range: 1 + Slots: 3 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSkillAtk,GC_CROSSIMPACT,3*.@r; + bonus2 bSkillAtk,GC_CROSSRIPPERSLASHER,2*.@r; + bonus2 bSkillAtk,GC_ROLLINGCUTTER,.@r; + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) + bonus bAspdRate,5; + if (.@r>=10) + bonus bDefRatioAtkClass,Class_All; - Id: 28015 AegisName: Toughen_Metal_Katar Name: Enhanced Metal Katar @@ -125619,6 +137310,27 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 28020 + AegisName: Sinister_Katar_J + Name: Katar of Evil + Type: Weapon + SubType: Katar + Buy: 100000 + Weight: 800 + Attack: 110 + Range: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 28022 AegisName: Infiltrator_IL Name: Illusion Infiltrator @@ -125639,13 +137351,14 @@ Body: Refineable: true Script: | bonus2 bAddRace,RC_DemiHuman,60; + bonus2 bAddRace,RC_Player_Human,60; bonus bDef,3; .@flee = 5; .@flee2 = 2; if (getrefine() >= 9) { .@flee += 5; .@flee2 += 2; - bonus bAtkRate,5; + bonus2 bAddClass,Class_All,5; } bonus bFlee,.@flee; bonus bFlee2,.@flee2; @@ -125919,11 +137632,15 @@ Body: if (.@r>=9) { bonus2 bAddRace,RC_Brute,35; bonus2 bAddRace,RC_DemiHuman,35; + bonus2 bAddRace,RC_Player_Human,35; + bonus2 bAddRace,RC_Player_Doram,35; bonus bAspdRate,10; } else if (.@r>=7) { bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Player_Human,15; + bonus2 bAddRace,RC_Player_Doram,15; } - Id: 28042 AegisName: Reaper_Cross @@ -126085,6 +137802,7 @@ Body: Name: Ripper Cross Type: Weapon SubType: Katar + Buy: 200000 Weight: 2800 Attack: 150 MagicAttack: 250 @@ -126107,6 +137825,7 @@ Body: Name: Agate Filo Type: Weapon SubType: Katar + Buy: 200000 Weight: 2800 Attack: 150 MagicAttack: 250 @@ -126570,6 +138289,30 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 28119 + AegisName: Sinister_Twohand_Axe_J + Name: Two-Handed Axe of Evil + Type: Weapon + SubType: 2hAxe + Buy: 100000 + Weight: 1100 + Attack: 250 + Range: 1 + Jobs: + Alchemist: true + Blacksmith: true + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 28120 AegisName: Probation_TH_Axe Name: Trial Mechanic's Two-Handed Axe @@ -126967,9 +138710,10 @@ Body: } - Id: 28142 AegisName: Maxi_Spanner_J - Name: Maxi spanner # !todo check english name + Name: Maxi Spanner Type: Weapon SubType: 2hAxe + Buy: 200000 Weight: 4000 Attack: 320 MagicAttack: 200 @@ -127021,7 +138765,7 @@ Body: Rebellion: true Locations: Both_Hand: true - WeaponLevel: 4 + WeaponLevel: 3 EquipLevelMin: 110 Refineable: true Script: | @@ -127040,7 +138784,7 @@ Body: Rebellion: true Locations: Both_Hand: true - WeaponLevel: 4 + WeaponLevel: 3 EquipLevelMin: 141 Refineable: true Script: | @@ -127060,7 +138804,7 @@ Body: Rebellion: true Locations: Both_Hand: true - WeaponLevel: 4 + WeaponLevel: 3 EquipLevelMin: 141 Refineable: true Script: | @@ -127318,6 +139062,7 @@ Body: EquipLevelMin: 120 Refineable: true Script: | + .@r = getrefine(); bonus bLongAtkRate,15; if (.@r >= 7) { bonus2 bSkillAtk,"RL_FIRE_RAIN",30; @@ -127343,6 +139088,7 @@ Body: EquipLevelMin: 120 Refineable: true Script: | + .@r = getrefine(); bonus bLongAtkRate,20; if (.@r >= 7) { bonus2 bSkillAtk,"RL_D_TAIL",15; @@ -127614,6 +139360,114 @@ Body: bonus bAtkRate,5; bonus bMatkRate,5; } + - Id: 28236 + AegisName: Calf_Kingcobra_J + Name: Metal Kingcobra + Type: Weapon + SubType: Rifle + Buy: 20 + Weight: 850 + Attack: 170 + Range: 9 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bVit,3; + bonus2 bSubRace,RC_Player_Human,30; + bonus2 bSubRace,RC_Player_Doram,30; + bonus bLongAtkRate,50; + bonus2 bSkillCooldown,"RL_AM_BLAST",-5000; + bonus2 bSkillAtk,"RL_R_TRIP",7*(readparam(bInt)/10); + bonus2 bFixedCastrate,"RL_AM_BLAST",-10*getrefine(); + if (readparam(bInt)>=110) + bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",30; + - Id: 28237 + AegisName: Calf_Diamondback_J + Name: Metal Diamondback + Type: Weapon + SubType: Gatling + Buy: 20 + Weight: 2500 + Attack: 120 + Range: 9 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVit,3; + bonus2 bSubRace,RC_Player_Human,30; + bonus2 bSubRace,RC_Player_Doram,30; + bonus bLongAtkRate,50; + bonus2 bSkillAtk,"RL_R_TRIP",(((readparam(bAgi)/10)*7)+(.@r*30)); + if (readparam(bAgi)>=110) + bonus2 bSkillAtk,"RL_R_TRIP",30; + - Id: 28238 + AegisName: Calf_Anaconda_J + Name: Metal Anaconda + Type: Weapon + SubType: Shotgun + Buy: 20 + Weight: 3000 + Attack: 180 + Range: 9 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bVit,3; + bonus bSplashRange,1; + bonus2 bSubRace,RC_Player_Human,30; + bonus2 bSubRace,RC_Player_Doram,30; + bonus bLongAtkRate,50; + bonus2 bSkillCooldown,"RL_S_STORM",-2000; + bonus2 bSkillAtk,"RL_S_STORM",15*getrefine(); + bonus2 bSkillAtk,"RL_SLUGSHOT",7*(readparam(bStr)/10); + if (readparam(bStr)>=110) + bonus2 bSkillAtk,"RL_SLUGSHOT",30; + - Id: 28239 + AegisName: Calf_Python_J + Name: Metal Python + Type: Weapon + SubType: Grenade + Buy: 20 + Weight: 1400 + Attack: 210 + Range: 9 + Slots: 1 + Jobs: + Rebellion: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bVit,3; + bonus2 bSubRace,RC_Player_Human,30; + bonus2 bSubRace,RC_Player_Doram,30; + bonus bLongAtkRate,50; + bonus2 bSkillCooldown,"RL_D_TAIL",-4500; + bonus2 bVariableCastrate,"RL_D_TAIL",-10*getrefine(); + bonus2 bSkillAtk,"RL_D_TAIL",7*(readparam(bLuk)/10); + if (readparam(bLuk)>=110) + bonus2 bSkillAtk,"RL_D_TAIL",30; - Id: 28240 AegisName: Calf_Kingcobra Name: Calf Kingcobra @@ -127937,7 +139791,6 @@ Body: bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r >= 11) { bonus2 bAddRace,RC_Brute,30; - bonus2 bAddRace,RC_Player_Doram,30; bonus2 bAddRace,RC_Demon,30; } } @@ -128308,6 +140161,36 @@ Body: Script: | bonus bLuk,2; bonus bMdef,3; + - Id: 28313 + AegisName: Operation_Glove + Name: Operation Glove + Type: Armor + Weight: 50 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 10 + Script: | + bonus bAspdRate,1; + bonus bBaseAtk,10; + bonus bFlee,-10; + - Id: 28314 + AegisName: Hand_Of_Glory + Name: Glorious Hand + Type: Armor + Weight: 50 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bHit,10; - Id: 28315 AegisName: RCC2013_ARMLET Name: RCC2013_ARMLET @@ -128358,6 +140241,17 @@ Body: EquipLevelMin: 1 Script: | bonus2 bAddClass,Class_All,1; + - Id: 28319 + AegisName: Cauda_Daemonica + Name: Cauda Daemonica + Type: Armor + Buy: 20 + Weight: 200 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 - Id: 28320 AegisName: Assassin_Acc Name: Assassin's Despair @@ -128486,6 +140380,12 @@ Body: Script: | bonus bMaxHPrate,3; bonus bMaxSPrate,3; + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus2 bAddClass,Class_All,3; + bonus bMatkRate,3; + } - Id: 28342 AegisName: Critical_Anklet Name: Critical Anklet @@ -128738,10 +140638,10 @@ Body: EquipLevelMin: 20 Script: | .@s = getskilllv("RG_STEALCOIN"); - .@r = getskilllv("RG_RAID"); + .@a = getskilllv("RG_RAID"); bonus3 bAutoSpell,"RG_STEALCOIN",min(1,.@s),50; bonus2 bSkillAtk,"RG_BACKSTAP",2*BaseLevel; - bonus2 bAddEff,Eff_Stun,.@r*300; + bonus2 bAddEff,Eff_Stun,.@a*300; autobonus3 "{ bonus2 bSkillAtk,\"SC_TRIANGLESHOT\",BaseLevel/3; }",1000,20000,"SC_ESCAPE"; - Id: 28380 AegisName: Fresh_G_Necklace @@ -128816,7 +140716,7 @@ Body: bonus2 bSkillAtk,"SR_SKYNETBLOW",BaseLevel/30; - Id: 28387 AegisName: Bishop_Necklace - Name: Fuze Necklace + Name: Bishop Necklace Type: Armor Buy: 20 Weight: 200 @@ -128907,7 +140807,7 @@ Body: bonus bMatk,(.@n/2)*20; - Id: 28411 AegisName: Emerald_Earring - Name: Emerald Earring + Name: Emerald Earrings Type: Armor Weight: 500 Defense: 3 @@ -128947,7 +140847,8 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bExpAddClass,Class_All,20; + bonus bSpeedRate,25; + bonus2 bExpAddRace,RC_All,20; - Id: 28413 AegisName: LowSaurelCharm Name: Lesser Mackerel Talisman @@ -129303,9 +141204,9 @@ Body: ArmorLevel: 1 EquipLevelMin: 20 Script: | - bonus2 bSkillAtk,"MC_CARTREVOLUTION",Baselevel; - bonus2 bSkillAtk,"NC_AXETORNADO",(Baselevel/3); - bonus2 bSkillAtk,"NC_POWERSWING",(Baselevel/5); + bonus2 bSkillAtk,"MC_CARTREVOLUTION",BaseLevel; + bonus2 bSkillAtk,"NC_AXETORNADO",(BaseLevel/3); + bonus2 bSkillAtk,"NC_POWERSWING",(BaseLevel/5); bonus2 bSkillUseSP,"NC_POWERSWING",2; bonus2 bAddMonsterDropItem,529,2000; bonus2 bAddMonsterDropItem,530,2000; @@ -129394,7 +141295,7 @@ Body: } - Id: 28434 AegisName: Boxer_Glove - Name: Fist Fighter's Glove + Name: Boxing Gloves Type: Armor Buy: 20 Weight: 400 @@ -129496,20 +141397,19 @@ Body: Both_Accessory: true ArmorLevel: 1 Script: | + bonus2 bExpAddRace,RC_All,5; bonus bAllStats,1; - bonus2 bExpAddClass,Class_All,5; - Id: 28440 AegisName: FurSeal_Fan Name: Seal Mini Fan Type: Armor - Buy: 3000000 Weight: 100 Slots: 1 Locations: Both_Accessory: true ArmorLevel: 1 Script: | - bonus2 bExpAddClass,Class_All,5; + bonus2 bExpAddRace,RC_All,5; bonus bAllStats,1; - Id: 28441 AegisName: Vigilante_Bedge @@ -129528,7 +141428,7 @@ Body: EquipLevelMin: 100 Script: | bonus bFlee,10; - bonus bLongAtkRate,5; + bonus2 bWeaponDamageRate,W_BOW,5; - Id: 28442 AegisName: Hippie_Feather Name: Hippie Feather @@ -130242,7 +142142,7 @@ Body: Weight: 10 Slots: 1 Locations: - Both_Accessory: true + Right_Accessory: true ArmorLevel: 1 EquipLevelMin: 99 Script: | @@ -130251,7 +142151,7 @@ Body: bonus bMaxSPrate,.@b; - Id: 28484 AegisName: Scarf_Of_Rebellion - Name: Rebel Scarf + Name: Rebellion's Scarf Type: Armor Buy: 20 Weight: 400 @@ -130281,7 +142181,7 @@ Body: bonus2 bSkillUseSP,"RL_FIRE_RAIN",4*.@F; bonus2 bSkillUseSP,"RL_MASS_SPIRAL",2*.@M; if (.@D > 0) { - autobonus3 "{ .@r = getskilllv(\"RL_D_TAIL\"); bonus3 bAutoSpell,\"RL_D_TAIL\",.@r,10*(1+.@r); }",1000,50000,"RL_C_MARKER","{ specialeffect2 EF_POTION_BERSERK; }"; + autobonus3 "{ .@a = getskilllv(\"RL_D_TAIL\"); bonus3 bAutoSpell,\"RL_D_TAIL\",.@a,10*(1+.@a); }",1000,50000,"RL_C_MARKER","{ specialeffect2 EF_POTION_BERSERK; }"; } - Id: 28485 AegisName: Shinobi's_Sash_H @@ -130434,7 +142334,7 @@ Body: EquipLevelMin: 100 - Id: 28501 AegisName: Horn_Of_Kirin - Name: Horn of Kirin + Name: Kirin Horn Type: Armor Buy: 20 Weight: 500 @@ -130663,7 +142563,7 @@ Body: bonus bMaxSP,100; - Id: 28517 AegisName: Ring_Of_The_Abyss_King - Name: Ring of the Abyssal King + Name: Abyss King Ring Type: Armor Buy: 20 Weight: 100 @@ -130679,6 +142579,36 @@ Body: bonus bHPGainValue,300; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",BaseLevel/3; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",BaseLevel/10; + - Id: 28518 + AegisName: Cursed_Demon_Ring + Name: Curse-Spell Ring + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 130 + Script: | + bonus bMdef,15; + bonus bAllStats,1; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 28519 + AegisName: So_Heon_Saber + Name: Seohyun's Small Sword + Type: Armor + Buy: 20 + Weight: 200 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 130 + Script: | + bonus bMatk,50; + bonus bHealPower,10; - Id: 28520 AegisName: EgirRing Name: Egir Ring @@ -130777,9 +142707,9 @@ Body: bonus2 bAddItemHealRate,502,100; bonus2 bAddItemHealRate,503,100; bonus2 bAddItemHealRate,504,100; - bonus2 bSkillAtk,"MC_CARTREVOLUTION",Baselevel; - bonus2 bSkillAtk,"GN_CARTCANNON",2*(Baselevel/20); - bonus2 bSkillAtk,"GN_CART_TORNADO",2*(Baselevel/30); + bonus2 bSkillAtk,"MC_CARTREVOLUTION",BaseLevel; + bonus2 bSkillAtk,"GN_CARTCANNON",2*(BaseLevel/20); + bonus2 bSkillAtk,"GN_CART_TORNADO",2*(BaseLevel/30); - Id: 28534 AegisName: RKC_2017_Pendant Name: RKC Participant Memorial Ring @@ -130873,6 +142803,146 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Neutral,5; bonus2 bIgnoreMdefRaceRate,RC_All,20; + - Id: 28539 + AegisName: 60Lv_Ring + Name: Subjugation Team's Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 60 + Script: | + bonus bStr,2; + bonus bInt,2; + - Id: 28540 + AegisName: 70Lv_Ring + Name: Expedition's Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 70 + Script: | + bonus bStr,3; + - Id: 28541 + AegisName: 70Lv_Mring + Name: Expedition's Magic Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 70 + Script: | + bonus bInt,3; + - Id: 28542 + AegisName: 80Lv_Aring + Name: Contingent Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bStr,3; + bonus bAgi,1; + - Id: 28543 + AegisName: 80Lv_Gloves + Name: Contingent Glove + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bDex,3; + bonus bAgi,1; + - Id: 28544 + AegisName: 80Lv_Mring + Name: Contingent Magic Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bInt,3; + bonus bDex,1; + - Id: 28545 + AegisName: 80Lv_Necklace + Name: Contingent Necklace + Type: Armor + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bInt,3; + bonus bVit,1; + - Id: 28546 + AegisName: 90Lv_Aring + Name: Conqueror's Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 90 + Script: | + bonus bStr,3; + bonus bAgi,2; + - Id: 28547 + AegisName: 90Lv_Gloves + Name: Conqueror's Glove + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 90 + Script: | + bonus bDex,3; + bonus bAgi,2; + - Id: 28548 + AegisName: 90Lv_Mring + Name: Conqueror's Magic Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 90 + Script: | + bonus bInt,3; + bonus bDex,2; + - Id: 28549 + AegisName: 90Lv_Necklace + Name: Conqueror's Necklace + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 90 + Script: | + bonus bInt,3; + bonus bVit,2; - Id: 28551 AegisName: Imperial_Glove Name: Imperial Glove @@ -130977,15 +143047,15 @@ Body: ArmorLevel: 1 EquipLevelMin: 100 Script: | - .@r = getskilllv("PR_IMPOSITIO"); + .@a = getskilllv("PR_IMPOSITIO"); bonus bSPrecovRate,50; bonus bVariableCastrate,-10; bonus bDelayrate,-5; bonus2 bVariableCastrate,"AB_ORATIO",-50; bonus2 bFixedCastrate,"AB_ORATIO",-100; - bonus2 bMagicAddSize,Size_All,3*.@r; - bonus2 bSkillAtk,"PR_MAGNUS",3*(Baselevel/2); - if (.@r == 5) + bonus2 bMagicAddSize,Size_All,3*.@a; + bonus2 bSkillAtk,"PR_MAGNUS",3*(BaseLevel/2); + if (.@a == 5) skill "ALL_ODINS_POWER",2; - Id: 28565 AegisName: Perverse_Demon_Mask @@ -131002,7 +143072,7 @@ Body: .@s = readparam(bStr); .@a = readparam(bAgi); .@d = readparam(bDex); - .@v = readparam(bvit); + .@v = readparam(bVit); .@l = readparam(bLuk); .@i = readparam(bInt); bonus bStr,3*(.@i/18); @@ -131027,6 +143097,14 @@ Body: Left_Accessory: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAspdRate,10; bonus bVariableCastrate,-10; @@ -131065,9 +143143,9 @@ Body: bonus bVit,5+(.@a); bonus bDex,5+(.@a); bonus bBaseAtk,(20*.@a); - bonus2 bSkillAtk,"AC_DOUBLE",Baselevel; - bonus2 bSkillAtk,"AC_SHOWER",Baselevel; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",2*(Baselevel/10); + bonus2 bSkillAtk,"AC_DOUBLE",BaseLevel; + bonus2 bSkillAtk,"AC_SHOWER",BaseLevel; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*(BaseLevel/10); bonus2 bSkillUseSP,"WM_RANDOMIZESPELL",18; - Id: 28575 AegisName: Verus_Core @@ -131455,7 +143533,7 @@ Body: if (BaseClass == Job_Archer) { bonus bAspd,1; autobonus3 "{ bonus bVariableCastrate,-100; }",1000,5000,"RA_WUGBITE"; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",BaseLevel*2; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",BaseLevel*2; } if (BaseClass == Job_Merchant) { bonus bAtkRate,5; @@ -131502,7 +143580,7 @@ Body: bonus3 bAutoSpellWhenHit,"PR_KYRIE",3,20; - Id: 28598 AegisName: Supplement_Part_Chip - Name: Powered Chip + Name: Supplemental Chip Type: Armor Buy: 20 Weight: 100 @@ -131708,7 +143786,7 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; - bonus2 bSkillAtk,"AL_HEAL",0; + bonus bHealPower,10; bonus bMatk,5*.@r+3*(min(BaseLevel,150)/10); bonus bBaseAtk,7*(.@r+(min(BaseLevel,150)/10)); if (BaseJob == Job_Wizard) { @@ -131809,6 +143887,30 @@ Body: bonus bMatkRate,4; if (.@r>=9) bonus bMatkRate,4; + - Id: 28611 + AegisName: Sinister_Book_J + Name: Book of Evil + Type: Weapon + SubType: Book + Buy: 100000 + Weight: 600 + Attack: 90 + MagicAttack: 100 + Range: 1 + Jobs: + Priest: true + Sage: true + StarGladiator: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMatk,pow(getrefine(),2); - Id: 28612 AegisName: Book_Of_The_Apo_IL Name: Illusion Apocalypse @@ -131833,7 +143935,7 @@ Body: bonus2 bAddEle,Ele_Earth,.@val; bonus2 bAddEle,Ele_Fire,.@val; bonus2 bAddEle,Ele_Wind,.@val; - bonus2 bSubDefEle,Ele_Holy,-30; + bonus2 bSubEle,Ele_Holy,-30; - Id: 28613 AegisName: Probation_Magicbook Name: Trial Sorcerer's Magic Book @@ -131897,7 +143999,8 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; bonus bMatk,6*(min(BaseLevel,160)/10); if (getrefine()>=7) { bonus bMatkRate,getskilllv("PR_KYRIE"); @@ -132053,7 +144156,7 @@ Body: StarGladiator: true Locations: Right_Hand: true - WeaponLevel: 3 + WeaponLevel: 4 EquipLevelMin: 175 Refineable: true Script: | @@ -132099,7 +144202,7 @@ Body: bonus2 bAddEle,Ele_Undead,.@val; bonus2 bAddEle,Ele_Poison,.@val; bonus2 bAddEle,Ele_Ghost,.@val; - bonus2 bSubDefEle,Ele_Dark,-30; + bonus2 bSubEle,Ele_Dark,-30; - Id: 28627 AegisName: Variant_Book Name: Abyss Book @@ -132194,13 +144297,15 @@ Body: bonus bMatk,.@r/2*10; } if (.@r>=3) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",.@r/3*25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",.@r/3*25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",.@r/3*25; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; } - Id: 28631 AegisName: OneSkyOneSun @@ -132223,14 +144328,13 @@ Body: Refineable: true Script: | .@r = getrefine(); - if (.@r>=2) { - bonus bBaseAtk,.@r/2*10; - } - if (.@r>=3) { - bonus bMaxSPrate,.@r/3*2; + bonus bBaseAtk,(.@r/2)*10; + bonus bMaxSPrate,(.@r/3)*2; + if (.@r>=7) { + bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15; } if (.@r>=9) { - bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15; + bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillAtk,"SJ_SOLARBURST",20; @@ -132265,12 +144369,14 @@ Body: Script: | .@r = getrefine(); bonus bMatk,10*(.@r/2); - bonus2 bSkillAtk,"AB_DUPLELIGHT",25*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; } if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; } - Id: 28633 AegisName: Boltigin @@ -132376,9 +144482,10 @@ Body: } - Id: 28637 AegisName: Boltigin_J - Name: Voltidin # !todo check english name + Name: Boltigin Type: Weapon SubType: Book + Buy: 200000 Weight: 800 Attack: 120 MagicAttack: 140 @@ -132497,11 +144604,13 @@ Body: Script: | .@r = getrefine(); bonus bMatk,(.@r/2)*10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",(.@r/3)*25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",(.@r/3)*25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",(.@r/3)*25; if (.@r>=9) bonus bAspdRate,10; if (.@r>=11) - bonus2 bSkillAtk,"AB_DUPLELIGHT",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; - Id: 28700 AegisName: Ru_Gold_Dagger Name: Ru Gold Dagger @@ -132733,6 +144842,88 @@ Body: bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } + - Id: 28712 + AegisName: Kings_Eager + Name: Sword of Ruin + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 600 + Attack: 120 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Archer: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Mage: true + Merchant: true + Ninja: true + Novice: true + Rogue: true + Sage: true + SoulLinker: true + SuperNovice: true + Swordman: true + Thief: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus2 bSkillAtk,GC_CROSSIMPACT,10; + - Id: 28713 + AegisName: Kings_Bless + Name: Glory King Sword + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 600 + Attack: 120 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Archer: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Mage: true + Merchant: true + Ninja: true + Novice: true + Rogue: true + Sage: true + SoulLinker: true + SuperNovice: true + Swordman: true + Thief: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bAspdRate,5; - Id: 28714 AegisName: Toughen_Metal_Dagger Name: Enhanced Metal Dagger @@ -132781,6 +144972,59 @@ Body: bonus bAspd,1; bonus bAspdRate,2*.@r; bonus bBaseAtk,7*(.@r+(min(BaseLevel,150)/10)); + - Id: 28715 + AegisName: UnrivaledDagger + Name: Unrivaled Dagger + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 1000 + Attack: 150 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Archer: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Mage: true + Merchant: true + Ninja: true + Novice: true + Rogue: true + Sage: true + SoulLinker: true + SuperNovice: true + Swordman: true + Thief: true + Wizard: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Earth; + if (.@r >= 7) { + bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddEle,Ele_Wind,10; + bonus2 bAddEle,Ele_Earth,10; + } + if (.@r >= 9) { + bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Wind,15; + bonus2 bAddEle,Ele_Earth,15; + } - Id: 28717 AegisName: Valkyrie_Knife Name: Valkyrie Knife @@ -132832,7 +145076,7 @@ Body: bonus bDex,(2*.@r)-(.@r*.@b); bonus bCritical,7*.@r; bonus bAspdRate,10*.@r; - bonus bCritAtkRate,1*.@r; + bonus bCritAtkRate,.@r; } if (BaseClass == Job_Thief) { bonus bMaxSP,100; @@ -132910,6 +145154,66 @@ Body: if (.@r>=12) { bonus bNoSizeFix; } + if (vip_status(VIP_STATUS_ACTIVE)) { + bonus bSPDrainValue,1; + bonus2 bAddSize,Size_Medium,5; + bonus2 bMagicAddSize,Size_Medium,5; + if (.@r>=8) { + bonus bNoSizeFix; + if (.@r>=9) { + autobonus "{ bonus bSPDrainValue,2; }",1,5000,BF_WEAPON; + } + } + } + - Id: 28720 + AegisName: Blue_Dagger + Name: Blue Dagger + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 1000 + Attack: 150 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Archer: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Mage: true + Merchant: true + Ninja: true + Novice: true + Rogue: true + Sage: true + SoulLinker: true + SuperNovice: true + Swordman: true + Thief: true + Wizard: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Water; + if (.@r>=7) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddEle,Ele_Fire,10; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddEle,Ele_Fire,15; + } - Id: 28721 AegisName: Monokage Name: Monokage @@ -133034,6 +145338,39 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 28724 + AegisName: Sinister_Dagger_J + Name: Dagger of Evil + Type: Weapon + SubType: Dagger + Buy: 100000 + Weight: 200 + Attack: 100 + Range: 1 + Jobs: + Alchemist: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Rogue: true + Sage: true + SoulLinker: true + SuperNovice: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 28725 AegisName: Moonlight_Sword_IL Name: Illusion Moonlight Dagger @@ -133110,6 +145447,44 @@ Body: if (getrefine()>=7) { bonus bMatkRate,getskilllv("RG_SNATCHER"); } + - Id: 28737 + AegisName: Mist_Sword + Name: Mist Sword + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 600 + Attack: 120 + Range: 1 + Slots: 3 + Jobs: + Alchemist: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Ninja: true + Rogue: true + Sage: true + SoulLinker: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Ghost; + bonus bFlee,(.@r>=9?50:(.@r>=7?30:10)); + bonus2 bSkillCooldown,"KO_BAKURETSU",-1000; + bonus2 bSkillCooldown,"KO_SETSUDAN",-1000; - Id: 28738 AegisName: Monokage_J Name: Monokage @@ -133403,6 +145778,56 @@ Body: if (.@r>=9) { bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",3,100,BF_SHORT|BF_WEAPON,1; } + - Id: 28761 + AegisName: Scarlet_Athame + Name: Scarlet Athame + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 300 + Attack: 30 + MagicAttack: 130 + Range: 1 + Slots: 1 + Jobs: + Alchemist: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Rogue: true + Sage: true + SoulLinker: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + skill "WZ_METEOR",1; + bonus2 bMagicAtkEle,Ele_Fire,3*.@r; + if (.@r>=5) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,5; + } + if (.@r>=7) + skill "WZ_METEOR",min(10,.@r); + if (.@r>=9) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,5; + } + /*Todo Leap Impired State to Enemy 10 Second When Dealing Magic Attack (Add 5 Second of Cooldown to Skill Related on Movement)*/ + /*Skill Related : Charge Attack, Warg Strike, Front Slide, Back Slide (NC), Dark Illusion, Pinpoint Attack, Feint Bomb, Escape, Snap, Shadow Leap, Shadow Slash, Fallen Angel, Lope, Illusion - Shadow, Back Slide (TF), Knuckle Arrow, Flying Kick, Cross Slash*/ - Id: 28762 AegisName: Bazerald_IL Name: Illusion Bazerald @@ -133740,6 +146165,7 @@ Body: Name: Judgement Slasher Type: Weapon SubType: Dagger + Buy: 200000 Weight: 600 Attack: 120 MagicAttack: 120 @@ -133762,6 +146188,7 @@ Body: Name: Repent Slasher Type: Weapon SubType: Dagger + Buy: 200000 Weight: 600 Attack: 120 MagicAttack: 120 @@ -133781,9 +146208,10 @@ Body: bonus2 bSkillAtk,"ASC_BREAKER",30; - Id: 28779 AegisName: Jack_The_Knife_J - Name: Shark knife # !todo check english name + Name: Shark Knife Type: Weapon SubType: Dagger + Buy: 200000 Weight: 600 Attack: 120 MagicAttack: 120 @@ -133803,9 +146231,10 @@ Body: bonus2 bSkillAtk,"RG_BACKSTAP",30; - Id: 28780 AegisName: Platinum_Dagger_J - Name: Platinum Dagger # !todo check english name + Name: Platinum Dagger Type: Weapon SubType: Dagger + Buy: 200000 Weight: 600 Attack: 120 MagicAttack: 120 @@ -133910,6 +146339,28 @@ Body: bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",3,50,BF_WEAPON|BF_SHORT,1; + - Id: 28787 + AegisName: aegis_28787 + Name: Rotten Garden Knife + Type: Weapon + SubType: Dagger + Weight: 400 + Attack: 10 + Range: 1 + Slots: 4 + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDelayrate,-5; + bonus2 bSubSize,Size_All,-25; + if (getitempos() == EQP_HAND_L) { + if (.@r>=10) + bonus2 bAddEle,Ele_All,2*(.@r-10); + } - Id: 28900 AegisName: ShieldOfGuardsman Name: Guardsmen's Shield @@ -133944,8 +146395,8 @@ Body: View: 1 Script: | bonus bAspd,3; - bonus2 bAddRace,RC_All,5; - bonus2 bMagicAddRace,RC_All,5; + bonus bAtkRate,5; + bonus bMatkRate,5; bonus bShortWeaponDamageReturn,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0; .@r = getrefine(); @@ -133975,8 +146426,8 @@ Body: Refineable: true View: 1 Script: | - bonus2 bAddRace,RC_All,5; - bonus2 bMagicAddRace,RC_All,5; + bonus bAtkRate,5; + bonus bMatkRate,5; bonus bShortWeaponDamageReturn,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0; .@r = getrefine(); @@ -134035,7 +146486,8 @@ Body: NoMail: true NoAuction: true Script: | - if (BaseLevel<100) { + if (BaseLevel < 101) { + bonus2 bExpAddRace,RC_All,4; bonus bDef,12*getrefine(); } - Id: 28905 @@ -134060,8 +146512,9 @@ Body: NoMail: true NoAuction: true Script: | - if (BaseLevel<100) { - bonus bMaxSPrate,2*getrefine(); + if (BaseLevel < 101) { + bonus2 bExpAddRace,RC_All,4; + bonus bMaxSPrate,getrefine()*2; } - Id: 28906 AegisName: Shield_Of_Flame @@ -134145,7 +146598,7 @@ Body: } - Id: 28910 AegisName: Imuke_Upper_Shield - Name: Rectangular Large Sleeve + Name: Imuke Upper Shield Type: Armor Buy: 20 Weight: 800 @@ -134169,6 +146622,32 @@ Body: if (.@r>=9) { bonus bLongAtkDef,15; } + - Id: 28912 + AegisName: Rudo_Heart_Roll + Name: Rudo's Rollpaper + Type: Armor + Buy: 20 + Weight: 10 + Slots: 1 + Jobs: + Monk: true + Priest: true + Sage: true + SoulLinker: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Holy,20+(.@r*2); + autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",50,3000+(1000*(.@r-5)),BF_MAGIC; - Id: 28913 AegisName: Ultra_Light_MShield Name: Ultralight Magic Shield @@ -134339,13 +146818,13 @@ Body: Script: | bonus bMdef,15; bonus2 bAddEle,Ele_Wind,5; - bonus2 bMagicAddEle,Ele_wind,5; + bonus2 bMagicAddEle,Ele_Wind,5; bonus2 bSubEle,Ele_Wind,10; bonus bUnbreakableShield; .@r = getrefine(); if (.@r>=6) { bonus2 bAddEle,Ele_Wind,10; - bonus2 bMagicAddEle,Ele_wind,10; + bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bSubEle,Ele_Wind,15; } if (.@r>=8) { @@ -134386,6 +146865,54 @@ Body: bonus bMdef,3; bonus bUnbreakableShield; bonus2 bSkillAtk,"LG_EARTHDRIVE",(7*getrefine()); + - Id: 28927 + AegisName: Kings_Guard + Name: King's Guard + Type: Armor + Buy: 20 + Weight: 2500 + Defense: 150 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + .@per = (.@r>=9?30:(.@r>=7?15:0)); + bonus bMdef,10; + bonus2 bAddRace,RC_Undead,.@per; + bonus2 bAddEle,Ele_Dark,.@per; + bonus2 bMagicAddRace,RC_Undead,.@per; + bonus2 bMagicAddEle,Ele_Dark,.@per; + - Id: 28928 + AegisName: Ultra_Light_MShieldJ + Name: David Shield + Type: Armor + Buy: 20 + Weight: 500 + Defense: 80 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 65 + Refineable: true + View: 2 + Script: | + bonus bMdef,5; + bonus2 bSubEle,Ele_Earth,20; + bonus2 bSubEle,Ele_Ghost,20; + bonus2 bSubEle,Ele_Holy,20-(getskilllv("CR_TRUST")); + bonus2 bSubEle,Ele_Poison,20; + bonus2 bSubEle,Ele_Wind,20; - Id: 28929 AegisName: HappyShield Name: Happy Shield @@ -134423,7 +146950,7 @@ Body: bonus bMaxSPrate,5; bonus bBaseAtk,30*(.@r/3); bonus bMatk,30*(.@r/3); - if (readparam(Baselevel)>=130) { + if (readparam(BaseLevel)>=130) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } @@ -134457,6 +146984,53 @@ Body: if (.@r>=12) { bonus bDelayrate,-3; } + - Id: 28943 + AegisName: Forbidden_Grimoire + Name: Forbidden Spellbook + Type: Armor + Buy: 20 + Weight: 500 + Defense: 20 + Slots: 1 + Jobs: + Sage: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + .@a = getskilllv("SO_SUMMON_AGNI"); + .@b = getskilllv("SO_SUMMON_AQUA"); + .@c = getskilllv("SO_SUMMON_VENTUS"); + .@d = getskilllv("SO_SUMMON_TERA"); + .@e = getskilllv("SO_EL_SYMPATHY"); + bonus bMdef,5; + bonus bInt,3*.@a; + bonus2 bSubEle,Ele_Fire,10*.@a; + bonus bDex,3*.@b; + bonus2 bSubEle,Ele_Water,10*.@b; + bonus bAgi,3*.@c; + bonus2 bSubEle,Ele_Wind,10*.@c; + bonus bVit,3*.@d; + bonus2 bSubEle,Ele_Earth,10*.@d; + bonus bMaxHPrate,2*.@e; + bonus bMaxSPrate,2*.@e; + if (.@r>=7) { + bonus bDef,100; + bonus bMdef,5; + bonus2 bResEff,Eff_WhiteImprison,5000; + } + if (.@r>=9) { + bonus bDef,200; + bonus bMdef,10; + bonus2 bResEff,Eff_WhiteImprison,5000; + } - Id: 28945 AegisName: Bloody_Knight_Shield_ Name: Bloody Knight's Shield @@ -134564,6 +147138,9 @@ Body: Buy: 20 Weight: 100 Defense: 120 + Jobs: + Summoner: true + Spirit_Handler: true Locations: Left_Hand: true ArmorLevel: 1 @@ -134712,7 +147289,7 @@ Body: } - Id: 28956 AegisName: Jirant_Mirror - Name: Witch's Hand Mirror + Name: Witch Zilant's Mirror Type: Armor View: 1 Buy: 20 @@ -134747,6 +147324,29 @@ Body: bonus bMdef,10; bonus2 bSubSize,Size_All,30; bonus2 bSubEle,Ele_Neutral,10; + - Id: 28970 + AegisName: Rachel_Sheild_Cru + Name: Glacial Protection Shield + Type: Armor + Weight: 1500 + Defense: 105 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + if (.@r>=6) + bonus2 bSubRace,RC_DemiHuman,10; + if (.@r>=9) + bonus2 bSkillAtk,"CR_HOLYCROSS",25; - Id: 28972 AegisName: aegis_28972 Name: "[Not For Sale] Cursed Mad Bunny" @@ -134806,6 +147406,69 @@ Body: bonus2 bMagicAtkEle,Ele_Holy,3*(getskilllv("AL_HEAL")/2); if (.@r>=11) bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000; + - Id: 28974 + AegisName: aegis_28974 + Name: "[Not For Sale] Themis Balance" + Type: Armor + Weight: 300 + Defense: 90 + Slots: 1 + Locations: + Left_Hand: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bVariableCastrate,-5; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",BaseLevel/5; + if (.@r>=9) + bonus2 bMagicAtkEle,Ele_Holy,3*(getskilllv("AL_HEAL")/2); + if (.@r>=11) + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000; + - Id: 28977 + AegisName: aegis_28977 + Name: Fallen Warrior's Shield + Type: Armor + Weight: 3500 + Defense: 120 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + bonus bUnbreakableShield; + bonus bMdef,-15; + bonus2 bSubRace,RC_Demon,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + if (.@r>=7) { + bonus bAspd,2; + } + if (.@r>=10) { + if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) + bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) + bonus2 bFixedCastrate,"LG_EARTHDRIVE",-100; + } + if (.@r>=12) { + bonus bHit,40; + bonus bAtkRate,5; + } - Id: 28979 AegisName: aegis_28979 Name: Black Mithril Guard @@ -134822,7 +147485,7 @@ Body: Script: | .@r = getrefine(); .@val = 10; - bonus2 bSkillAtk,"SC_STARTMARK",getskilllv("SC_MAELSTROM")*5; + bonus2 bSkillAtk,"SC_FATALMENACE",getskilllv("SC_MAELSTROM")*5; if (.@r>=7) bonus bAspd,2; if (.@r>=9) { @@ -134857,7 +147520,7 @@ Body: Script: | .@r = getrefine(); .@val = 10; - bonus2 bSkillAtk,"SC_STARTMARK",getskilllv("SC_MAELSTROM")*5; + bonus2 bSkillAtk,"SC_FATALMENACE",getskilllv("SC_MAELSTROM")*5; if (.@r>=7) bonus bAspd,2; if (.@r>=9) { @@ -134869,6 +147532,141 @@ Body: bonus2 bAddRace,RC_All,3; } bonus2 bSubClass,Class_Normal,.@val; + - Id: 28982 + AegisName: aegis_28982 + Name: Shield of Angel + Type: Armor + Weight: 2500 + Defense: 100 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bUnbreakableShield; + bonus bBaseAtk,10*(.@r/2); + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bDelayrate,-5; + } + if (.@r>=11) { + bonus2 bSkillAtk,"GN_CARTCANNON",15; + bonus2 bSkillAtk,"NC_ARMSCANNON",15; + } + - Id: 28983 + AegisName: aegis_28983 + Name: "[Not For Sale] Shield of Angel" + Type: Armor + Weight: 2500 + Defense: 100 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Hand: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bUnbreakableShield; + bonus bBaseAtk,10*(.@r/2); + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bDelayrate,-5; + } + if (.@r>=11) { + bonus2 bSkillAtk,"GN_CARTCANNON",15; + bonus2 bSkillAtk,"NC_ARMSCANNON",15; + } + - Id: 28984 + AegisName: aegis_28984 + Name: Forbidden Grimoire + Type: Armor + Weight: 500 + Defense: 1000 + Slots: 1 + Jobs: + Sage: true + Locations: + Left_Hand: true + Classes: + All_Third: true + Fourth: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bAspdRate,10; + bonus bMaxHP,100*.@r; + bonus2 bMagicAtkEle,Ele_Earth,4*(.@r/3); + bonus2 bMagicAtkEle,Ele_Water,4*(.@r/3); + if (.@r>=9) { + bonus bDex,10; + bonus bInt,10; + } + if (.@r>=11) { + autobonus "{ bonus bInt,150; bonus2 bHPRegenRate,-100,1000; bonus2 bSPRegenRate,-100,1000; bonus2 bSkillCooldown,\"SO_DIAMONDDUST\",-4500; bonus2 bSkillCooldown,\"SO_EARTHGRAVE\",-4500; }",40,10000,BF_MAGIC; + } + - Id: 28985 + AegisName: aegis_28985 + Name: Protect Feather Shield + Type: Armor + Weight: 1000 + Defense: 140 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bMaxHPrate,.@r; + bonus bMaxSPrate,.@r; + if (.@r>=7) { + bonus2 bSubSkill,"WL_CRIMSONROCK",30; + bonus2 bSubSkill,"NC_ARMSCANNON",30; + if (.@r>=9) { + bonus2 bSubSkill,"RA_ARROWSTORM",30; + bonus2 bSubSkill,"SR_HELLGATE",30; + if (.@r>=11) { + bonus2 bSubSkill,"SU_LUNATICCARROTBEAT",30; + bonus2 bSubSkill,"SU_CN_METEOR",30; + } + } + } - Id: 31027 AegisName: C_Pretty_Bear Name: Costume Pretty Bear @@ -134931,7 +147729,6 @@ Body: Type: Armor Locations: Costume_Head_Top: true - Costume_Head_Mid: true Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 @@ -135157,10 +147954,9 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 Script: | - hateffect(HAT_EF_DOUBLEGUMGANG,true); - /* Need to confirm this */ + hateffect(HAT_EF_BAKURETSU_HADOU,true); UnEquipScript: | - hateffect(HAT_EF_DOUBLEGUMGANG,false); + hateffect(HAT_EF_BAKURETSU_HADOU,false); - Id: 31057 AegisName: C_Eremes_Scarf_Black Name: "Costume: Eremes' Scarf (Black)" @@ -135829,6 +148625,7 @@ Body: Type: Armor Locations: Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 223 @@ -136121,7 +148918,7 @@ Body: View: 1486 - Id: 31159 AegisName: C_Jormungandr_Hat - Name: Costume Jormungandr Hat # !todo check english name + Name: Costume Jormungandr Head Type: Armor Locations: Costume_Head_Top: true @@ -136379,7 +149176,7 @@ Body: Name: Costume War Princess Ribbon Type: Armor Locations: - Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 1583 @@ -136430,7 +149227,7 @@ Body: View: 1589 - Id: 31193 AegisName: C_Tare_Ahat - Name: Costume Drooping Ahat + Name: Costume Ahat Doll Type: Armor Locations: Costume_Head_Top: true @@ -137036,7 +149833,6 @@ Body: Name: Costume Bubbly Arc Angeling Hairband Type: Armor View: 1633 - Weight: 10 Locations: Costume_Head_Top: true ArmorLevel: 1 @@ -137075,6 +149871,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + bonus2 bExpAddRace,RC_All,10; - Id: 31263 AegisName: C_Disposable_Popcorn Name: C Disposable Popcorn Hat @@ -137346,7 +150144,7 @@ Body: View: 930 - Id: 31292 AegisName: C_Invisible_Mask_TW - Name: Costume Invisible Mask # !todo check english name + Name: Costume Invisible Mask Type: Armor Locations: Costume_Head_Low: true @@ -137372,7 +150170,7 @@ Body: View: 1652 - Id: 31295 AegisName: C_Priest_Hat_J - Name: C Red Wing Hat + Name: Costume Red Wing Hat Type: Armor Locations: Costume_Head_Top: true @@ -137489,7 +150287,7 @@ Body: View: 656 - Id: 31308 AegisName: C_Protect_Feathers - Name: C Protect Feathers + Name: Costume Protect Feather Type: Armor Locations: Costume_Head_Mid: true @@ -137568,7 +150366,6 @@ Body: Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 - View: 1665 Script: | hateffect(HAT_EF_C_FLUTTERBUTTERFLY_BL,true); UnEquipScript: | @@ -137608,6 +150405,9 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + bonus bAspdRate,5; + bonus bVariableCastrate,-5; - Id: 31320 AegisName: C_Pinwheel_Cap_R Name: C Pinwheel Hat @@ -137625,9 +150425,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + bonus bAspd,1; + bonus bAspdRate,5; + bonus bVariableCastrate,-5; + bonus2 bAddRace,RC_Fish,10; + bonus2 bMagicAddRace,RC_Fish,10; - Id: 31321 AegisName: C_Shining_Sunflower - Name: C Shining Sunflower + Name: Costume Shining Sunflower Type: Armor Locations: Costume_Head_Top: true @@ -137812,7 +150618,7 @@ Body: View: 1371 - Id: 31341 AegisName: C_Low_Pony_BU_V - Name: Costume Low Pony Blue # !todo check english name + Name: Costume Low Pony (Blue) Type: Armor Locations: Costume_Head_Mid: true @@ -137821,7 +150627,7 @@ Body: View: 1613 - Id: 31342 AegisName: C_Low_Pony_RD_V - Name: Costume Low Pony Red # !todo check english name + Name: Costume Low Pony (Red) Type: Armor Locations: Costume_Head_Mid: true @@ -137830,7 +150636,7 @@ Body: View: 1614 - Id: 31343 AegisName: C_Low_Pony_YL_V - Name: Costume Low Pony Yellow # !todo check english name + Name: Costume Low Pony (Yellow) Type: Armor Locations: Costume_Head_Mid: true @@ -137839,7 +150645,7 @@ Body: View: 1615 - Id: 31344 AegisName: C_Low_Pony_GN_V - Name: Costume Low Pony Green # !todo check english name + Name: Costume Low Pony (Green) Type: Armor Locations: Costume_Head_Mid: true @@ -137848,7 +150654,7 @@ Body: View: 1616 - Id: 31345 AegisName: C_Low_Pony_BL_V - Name: Costume Low Pony Black # !todo check english name + Name: Costume Low Pony (Black) Type: Armor Locations: Costume_Head_Mid: true @@ -137857,7 +150663,7 @@ Body: View: 1617 - Id: 31346 AegisName: C_Low_Pony_WH_V - Name: Costume Low Pony White # !todo check english name + Name: Costume Low Pony (White) Type: Armor Locations: Costume_Head_Mid: true @@ -137866,7 +150672,7 @@ Body: View: 1618 - Id: 31347 AegisName: C_Low_Pony_OM_V - Name: Costume Low Pony Brown # !todo check english name + Name: Costume Low Pony (Brown) Type: Armor Locations: Costume_Head_Mid: true @@ -137875,7 +150681,7 @@ Body: View: 1619 - Id: 31348 AegisName: C_Low_Pony_PP_V - Name: Costume Low Pony Purple # !todo check english name + Name: Costume Low Pony (Purple) Type: Armor Locations: Costume_Head_Mid: true @@ -137884,7 +150690,7 @@ Body: View: 1620 - Id: 31349 AegisName: C_Roll_Twin_BU_V - Name: "Costume: Roll Twin (Blue)" + Name: Costume Roll Twin (Blue) Type: Armor Locations: Costume_Head_Mid: true @@ -137893,7 +150699,7 @@ Body: View: 1511 - Id: 31350 AegisName: C_Roll_Twin_RD_V - Name: "Costume: Roll Twin (Red)" + Name: Costume Roll Twin (Red) Type: Armor Locations: Costume_Head_Mid: true @@ -137902,7 +150708,7 @@ Body: View: 1512 - Id: 31351 AegisName: C_Roll_Twin_YL_V - Name: "Costume: Roll Twin (Yellow)" + Name: Costume Roll Twin (Yellow) Type: Armor Locations: Costume_Head_Mid: true @@ -137911,7 +150717,7 @@ Body: View: 1513 - Id: 31352 AegisName: C_Roll_Twin_GN_V - Name: "Costume: Roll Twin (Green)" + Name: Costume Roll Twin (Green) Type: Armor Locations: Costume_Head_Mid: true @@ -137920,7 +150726,7 @@ Body: View: 1514 - Id: 31353 AegisName: C_Roll_Twin_BL_V - Name: "Costume: Roll Twin (Black)" + Name: Costume Roll Twin (Black) Type: Armor Locations: Costume_Head_Mid: true @@ -137929,7 +150735,7 @@ Body: View: 1515 - Id: 31354 AegisName: C_Roll_Twin_WH_V - Name: "Costume: Roll Twin (White)" + Name: Costume Roll Twin (White) Type: Armor Locations: Costume_Head_Mid: true @@ -137938,7 +150744,7 @@ Body: View: 1516 - Id: 31355 AegisName: C_Roll_Twin_OM_V - Name: "Costume: Roll Twin (Brown)" + Name: Costume Roll Twin (Brown) Type: Armor Locations: Costume_Head_Mid: true @@ -137947,7 +150753,7 @@ Body: View: 1517 - Id: 31356 AegisName: C_Roll_Twin_PP_V - Name: "Costume: Roll Twin (Purple)" + Name: Costume Roll Twin (Purple) Type: Armor Locations: Costume_Head_Mid: true @@ -138057,7 +150863,7 @@ Body: View: 225 - Id: 31367 AegisName: C_Wish_Tree_Hat - Name: Costume Wish Tree Hat # !todo check english name + Name: Costume Bamboo Leaf Hat Type: Armor Locations: Costume_Head_Top: true @@ -138102,7 +150908,7 @@ Body: View: 356 - Id: 31372 AegisName: C_Binit_Doll_Hat - Name: "Costume: Binit Doll" + Name: Costume Drooping Roxie Type: Armor Locations: Costume_Head_Top: true @@ -138120,7 +150926,7 @@ Body: View: 1412 - Id: 31374 AegisName: C_Explosion_Gum - Name: C Explosion gum + Name: Costume Explosion Gum Type: Armor Locations: Costume_Head_Low: true @@ -138129,7 +150935,7 @@ Body: View: 1414 - Id: 31375 AegisName: C_Demons_Eye - Name: C Mystic Eye + Name: Costume Eyes of War Type: Armor Locations: Costume_Head_Mid: true @@ -138138,7 +150944,7 @@ Body: View: 1490 - Id: 31376 AegisName: C_Jirant_Circlet - Name: C Ancient Dragon Coronet Purple + Name: Costume Purple Jirant Circlet Type: Armor Locations: Costume_Head_Top: true @@ -138147,7 +150953,7 @@ Body: View: 1680 - Id: 31377 AegisName: C_Glastheim_Onlooker - Name: C Glastheim Obeserver + Name: Costume Glast Heim Spectator Type: Armor Locations: Costume_Head_Low: true @@ -138156,7 +150962,7 @@ Body: View: 1041 - Id: 31378 AegisName: C_CatharinaPawnBrad60 - Name: C Catharina Von Brad 60th + Name: Costume Katarina von Blood 60 Type: Armor Locations: Costume_Head_Top: true @@ -138165,7 +150971,7 @@ Body: View: 1527 - Id: 31379 AegisName: C_Drama_Clockwork - Name: C Wind-Up Key + Name: Costume Clock Winding Key Type: Armor Locations: Costume_Head_Top: true @@ -138174,7 +150980,7 @@ Body: View: 1335 - Id: 31380 AegisName: C_Gossip_Raven - Name: C Crow + Name: Costume Crow on Shoulder Type: Armor Locations: Costume_Head_Mid: true @@ -138228,7 +151034,7 @@ Body: View: 1685 - Id: 31386 AegisName: C_SurviveOrb - Name: C Survive Orb + Name: Costume Survivor's Orb Type: Armor Locations: Costume_Head_Low: true @@ -138237,7 +151043,7 @@ Body: View: 1488 - Id: 31387 AegisName: C_Jjakk - Name: C Jjakk + Name: Costume Jakk Type: Armor Locations: Costume_Head_Top: true @@ -138254,7 +151060,7 @@ Body: ArmorLevel: 1 - Id: 31389 AegisName: C_White_Bird_Rose - Name: C White Bird Rose + Name: Costume White Bird Rose Type: Armor Locations: Costume_Head_Top: true @@ -138263,7 +151069,7 @@ Body: View: 1688 - Id: 31390 AegisName: C_Let_It_Snow - Name: C Let It Snow + Name: Costume Let It Snow Type: Armor Locations: Costume_Head_Top: true @@ -138272,7 +151078,7 @@ Body: View: 1690 - Id: 31391 AegisName: C_Floating_Stone_Of_Int - Name: C Floating Stone of Sage + Name: Costume Floating Sage Stone Type: Armor Locations: Costume_Head_Mid: true @@ -138285,7 +151091,7 @@ Body: sc_end SC_FSTONE; - Id: 31392 AegisName: C_Radio_Antenna - Name: C Radio Antenna + Name: Costume Radio Antenna Type: Armor Locations: Costume_Head_Top: true @@ -138294,7 +151100,7 @@ Body: View: 347 - Id: 31393 AegisName: C_Vajra - Name: C Vajra + Name: Costume Vajra Type: Armor Locations: Costume_Head_Low: true @@ -138303,7 +151109,7 @@ Body: View: 983 - Id: 31394 AegisName: C_White_Wizardry_Hat - Name: C Magician White Hat + Name: Costume Magician White Hat Type: Armor Locations: Costume_Head_Top: true @@ -138312,7 +151118,7 @@ Body: View: 283 - Id: 31395 AegisName: C_Book_Of_Magic - Name: C Book of Magic + Name: Costume Book of Magic Type: Armor Locations: Costume_Head_Low: true @@ -138321,7 +151127,7 @@ Body: View: 1691 - Id: 31396 AegisName: C_Sorcerer_Hood - Name: C Sorcerer Hood + Name: Costume Sorcerer Hood Type: Armor Locations: Costume_Head_Top: true @@ -138330,7 +151136,7 @@ Body: View: 1692 - Id: 31397 AegisName: C_Pope_Sitting_Head - Name: C Sitting Pope + Name: Costume Sitting Pope Type: Armor Locations: Costume_Head_Top: true @@ -138339,7 +151145,7 @@ Body: View: 1553 - Id: 31398 AegisName: C_Blinking_Thin_Eyes - Name: C Blinking Thin Eyes + Name: Costume Blinking Small Eyes Type: Armor Locations: Costume_Head_Mid: true @@ -138348,7 +151154,7 @@ Body: View: 1693 - Id: 31399 AegisName: C_Darkness_Veil - Name: C Darkness Veil + Name: Costume Darkness Veil Type: Armor Locations: Costume_Head_Mid: true @@ -138357,7 +151163,7 @@ Body: View: 1694 - Id: 31400 AegisName: C_Ribbon - Name: C Ribbon + Name: Costume Ribbon Type: Armor Locations: Costume_Head_Top: true @@ -138666,7 +151472,7 @@ Body: View: 1073 - Id: 31434 AegisName: C_Cloud_Buster - Name: C Cloud Burst + Name: Costume Stormy Cloud Type: Armor Locations: Costume_Head_Top: true @@ -138714,7 +151520,7 @@ Body: Name: C Fluffy Heart Earmuffs Type: Armor Locations: - Costume_Head_Mid: true + Costume_Head_Top: true ArmorLevel: 1 EquipLevelMin: 1 View: 1707 @@ -138927,7 +151733,7 @@ Body: View: 1162 - Id: 31463 AegisName: C_Flying_Drone - Name: C Flying Drone + Name: Costume Flying Drone Type: Armor Locations: Costume_Head_Mid: true @@ -139270,13 +152076,21 @@ Body: View: 1747 - Id: 31501 AegisName: C_Sparkler_Fountain_TH - Name: Costume Sparkler Fountain # !todo check english name + Name: Costume Sparkler Fountain Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 EquipLevelMin: 1 View: 1748 + - Id: 31502 + AegisName: C_Aches_Love_Cobra_TH + Name: Costume Aches Love Cobra + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1749 - Id: 31503 AegisName: C_TW_2th_Balloon Name: Costume 2th Balloon # !todo check english name @@ -139585,7 +152399,7 @@ Body: View: 1350 - Id: 31537 AegisName: C_Return_TW_2th_Hat - Name: Costume Return TW 2th Hat # !todo check english name + Name: "Costume: 2nd Anniversary Hat" Type: Armor Locations: Costume_Head_Top: true @@ -139673,7 +152487,7 @@ Body: View: 1776 - Id: 31546 AegisName: C_Clock_Casket_RD - Name: C Clock Casket Red + Name: Costume Clockwork Cap Type: Armor Locations: Costume_Head_Top: true @@ -139754,7 +152568,7 @@ Body: View: 412 - Id: 31555 AegisName: C_Hoplite_Helmet_V - Name: C Hoplite Helmet Upper + Name: Costume Infantry Helmet (Upper) Type: Armor Locations: Costume_Head_Top: true @@ -140096,6 +152910,14 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 1117 + - Id: 31592 + AegisName: C_ROEXE2_TH + Name: Costume Morning Poring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1801 - Id: 31593 AegisName: C_Yellow_Scarf Name: C Yellow Scarf @@ -140832,7 +153654,7 @@ Body: Name: C Mermaid Wig Type: Armor Locations: - Costume_Head_Top: true + Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 View: 1866 @@ -140910,7 +153732,7 @@ Body: View: 1912 - Id: 31681 AegisName: C_Fairy_Long_BDK - Name: Costume Fairy Long Golden # !todo check english name + Name: Costume Fairy Long Hair (Blonde) Type: Armor Locations: Costume_Head_Top: true @@ -140919,7 +153741,7 @@ Body: View: 1911 - Id: 31682 AegisName: C_Drooping_Elven_Ears - Name: C Drooping Elven Ears + Name: Costume Drooping Elven Ears Type: Armor Locations: Costume_Head_Mid: true @@ -140937,7 +153759,7 @@ Body: View: 733 - Id: 31684 AegisName: C_Kururinpa_Hair - Name: C Kururinpa Tails + Name: Costume Kururinpa Tails Type: Armor Locations: Costume_Head_Low: true @@ -140946,7 +153768,7 @@ Body: View: 1873 - Id: 31685 AegisName: C_Fluffy_Semi_Long - Name: C Fluffy Semi Long + Name: Costume Fluffy Semi Long Type: Armor Locations: Costume_Head_Low: true @@ -140955,7 +153777,7 @@ Body: View: 1874 - Id: 31686 AegisName: C_Desert_Wolf_B - Name: C Desert Wolf Baby + Name: Costume Desert Wolf Baby Type: Armor Locations: Costume_Head_Mid: true @@ -140964,7 +153786,7 @@ Body: View: 1875 - Id: 31687 AegisName: C_Alchemist_Square_Bag - Name: C Alchemist Bag + Name: Costume Alchemist Bag Type: Armor Locations: Costume_Head_Mid: true @@ -140973,7 +153795,7 @@ Body: View: 1876 - Id: 31688 AegisName: C_Poring_On_Shoulder - Name: C Poring On Shoulder + Name: Costume Poring on Shoulder Type: Armor Locations: Costume_Head_Mid: true @@ -141018,7 +153840,7 @@ Body: View: 1413 - Id: 31693 AegisName: C_LunaticMuffler - Name: C Lunatic Muffler + Name: Costume Lunatic Muffler Type: Armor Locations: Costume_Head_Low: true @@ -141036,7 +153858,7 @@ Body: View: 1870 - Id: 31695 AegisName: C_Tree_Of_Sprout_JP - Name: C Stem in Mouth + Name: Costume Tree Sprout Type: Armor Locations: Costume_Head_Low: true @@ -141045,7 +153867,7 @@ Body: View: 848 - Id: 31696 AegisName: C_Shark_Hat - Name: C Shark Hat + Name: Costume Shark Hat Type: Armor Locations: Costume_Head_Top: true @@ -141054,7 +153876,7 @@ Body: View: 503 - Id: 31697 AegisName: C_Bird_Nest - Name: C Bird Nest + Name: Costume Bird Nest Type: Armor Locations: Costume_Head_Top: true @@ -141063,7 +153885,7 @@ Body: View: 201 - Id: 31698 AegisName: C_Pigtail_Red_Hood - Name: C Red Riding Hood + Name: Costume Red Riding Hood Type: Armor Locations: Costume_Head_Low: true @@ -141072,7 +153894,7 @@ Body: View: 1879 - Id: 31699 AegisName: C_Smiling_Eyes - Name: C Smiling Eyes + Name: Costume Smiling Eyes Type: Armor Jobs: All: true @@ -141084,7 +153906,7 @@ Body: View: 1880 - Id: 31700 AegisName: C_ScarfOfHero_TW - Name: "Costume: Hunter Scarf" + Name: Costume Hunter Scarf Type: Armor Locations: Costume_Head_Low: true @@ -141111,7 +153933,7 @@ Body: View: 1308 - Id: 31703 AegisName: C_Valentine_Hat - Name: C Love Valentine's Hat + Name: Costume Valentine Hat Type: Armor Locations: Costume_Head_Top: true @@ -141165,7 +153987,7 @@ Body: View: 1885 - Id: 31709 AegisName: C_Golden_Violet - Name: C Golden Violet + Name: Costume Golden Violet Type: Armor Locations: Costume_Head_Top: true @@ -141174,7 +153996,7 @@ Body: View: 1886 - Id: 31710 AegisName: C_Skygirl_Flower - Name: C Lucky Hat + Name: Costume Lace Flower Crown Type: Armor Locations: Costume_Head_Top: true @@ -141183,7 +154005,7 @@ Body: View: 740 - Id: 31711 AegisName: C_Gemmed_Crown - Name: C Jewel Crown + Name: Costume Jewel Crown Type: Armor Locations: Costume_Head_Top: true @@ -141192,7 +154014,7 @@ Body: View: 88 - Id: 31712 AegisName: C_Oxygen_Mask - Name: C Oxygen Mask + Name: Costume Oxygen Mask Type: Armor Locations: Costume_Head_Low: true @@ -141219,7 +154041,7 @@ Body: View: 155 - Id: 31715 AegisName: C_Orange_Rabbit - Name: C Orange Rabbit + Name: Costume Orange Rabbit Type: Armor Locations: Costume_Head_Mid: true @@ -141237,7 +154059,7 @@ Body: View: 1888 - Id: 31717 AegisName: C_Medium_Wave_BD - Name: C Medium Wave Blonde + Name: Costume Medium Wave (Yellow) Type: Armor Locations: Costume_Head_Low: true @@ -141246,7 +154068,7 @@ Body: View: 1889 - Id: 31718 AegisName: C_Bless_Sky_Lantern_J - Name: C Blessing Sky Lantern Mid + Name: Costume Sky Lantern Type: Armor Locations: Costume_Head_Mid: true @@ -141255,7 +154077,7 @@ Body: View: 1720 - Id: 31719 AegisName: C_Cons_Of_Fire - Name: C Master Of Flames + Name: Costume Master of Fire Type: Armor Locations: Costume_Head_Low: true @@ -141264,7 +154086,7 @@ Body: View: 1890 - Id: 31720 AegisName: C_VesperHeadGear - Name: C Vesper Hat + Name: Costume Vesper Headgear Type: Armor Locations: Costume_Head_Top: true @@ -141273,7 +154095,7 @@ Body: View: 1827 - Id: 31721 AegisName: C_ResonateTaego - Name: C Resonating Drums + Name: Costume Ancient Resonance Type: Armor Locations: Costume_Head_Top: true @@ -141295,7 +154117,7 @@ Body: View: 869 - Id: 31723 AegisName: C_Tw_Rice_Ball - Name: C Tw Rice Ball + Name: Costume Chimaki Hat Type: Armor Locations: Costume_Head_Top: true @@ -141304,7 +154126,7 @@ Body: View: 892 - Id: 31724 AegisName: C_Rice_Ball_Hood - Name: C Tw Bulgogi + Name: Costume Chimaki Hood Type: Armor Locations: Costume_Head_Top: true @@ -141345,7 +154167,7 @@ Body: ArmorLevel: 1 - Id: 31729 AegisName: C_Miracle_Plant - Name: C Miracle Plant + Name: Costume Flower Shower Type: Armor Locations: Costume_Head_Low: true @@ -141354,7 +154176,7 @@ Body: View: 1893 - Id: 31730 AegisName: C_Volume_Low_Twin_CB - Name: C Volume Low Twin Sakura + Name: Costume Minty's Hairstyle (Peach) Type: Armor Locations: Costume_Head_Low: true @@ -141363,7 +154185,7 @@ Body: View: 1894 - Id: 31731 AegisName: C_SnackParty - Name: C Sweets Party + Name: Costume Sweets Party Type: Armor Locations: Costume_Head_Low: true @@ -141372,7 +154194,7 @@ Body: View: 1896 - Id: 31732 AegisName: C_BearBalloon - Name: C Bear Balloon + Name: Costume Bear Balloon Type: Armor Locations: Costume_Head_Low: true @@ -141381,7 +154203,7 @@ Body: View: 1734 - Id: 31733 AegisName: C_Phantom_Of_Masquerade - Name: C Phantom Masquerade + Name: Costume Phantom's Mask Type: Armor Locations: Costume_Head_Top: true @@ -141390,7 +154212,7 @@ Body: View: 1899 - Id: 31734 AegisName: C_CitrusRibbon - Name: C Citrus Ribbon + Name: Costume Citrus Colored Ribbon Type: Armor Locations: Costume_Head_Mid: true @@ -141399,7 +154221,7 @@ Body: View: 1900 - Id: 31735 AegisName: C_FortunetellinSealed - Name: C Yawata Seal + Name: Costume Yawata Seal Type: Armor Locations: Costume_Head_Low: true @@ -141408,7 +154230,7 @@ Body: View: 1901 - Id: 31736 AegisName: C_Popcorn_Hair - Name: C Popcorn Wig + Name: Costume Popcorn Wig Type: Armor Locations: Costume_Head_Top: true @@ -141644,7 +154466,7 @@ Body: View: 1850 - Id: 31762 AegisName: C_Heart_Card_In_Mouth - Name: C Heart Card in Mouth + Name: Costume Heart Card in Mouth Type: Armor Locations: Costume_Head_Low: true @@ -141671,7 +154493,7 @@ Body: View: 992 - Id: 31765 AegisName: C_Garnet_Tiara - Name: C Garnet Tiara + Name: Costume Garnet Tiara Type: Armor Locations: Costume_Head_Top: true @@ -141680,7 +154502,7 @@ Body: View: 1906 - Id: 31766 AegisName: C_Peony_Hair_Ornament - Name: C Peony Hair Ornament + Name: Costume Peony Headdress Type: Armor Locations: Costume_Head_Top: true @@ -141689,7 +154511,7 @@ Body: View: 1907 - Id: 31767 AegisName: C_TW_3rd_Balloon - Name: "Costume: 3rd Year Balloon" + Name: Costume 3rd Year Balloon Type: Armor Locations: Costume_Head_Top: true @@ -141707,7 +154529,7 @@ Body: View: 1908 - Id: 31769 AegisName: C_Orange_Bunny_Band - Name: C Orange Bunny Band + Name: Costume Bunny Hairband (Orange) Type: Armor Locations: Costume_Head_Top: true @@ -141716,7 +154538,7 @@ Body: View: 751 - Id: 31770 AegisName: C_Violet_Bunny_Band - Name: C Violet Bunny Band + Name: Costume Bunny Hairband (Purple) Type: Armor Locations: Costume_Head_Top: true @@ -141725,7 +154547,7 @@ Body: View: 752 - Id: 31771 AegisName: C_Blue_Bunny_Band - Name: C Blue Bunny Band + Name: Costume Bunny Hairband (Blue) Type: Armor Locations: Costume_Head_Top: true @@ -141734,7 +154556,7 @@ Body: View: 753 - Id: 31772 AegisName: C_Silver_Bunny_Hairband - Name: C Silver Bunny Band + Name: Costume Bunny Hairband (Silver) Type: Armor Locations: Costume_Head_Top: true @@ -141797,7 +154619,7 @@ Body: View: 663 - Id: 31779 AegisName: C_Green_Bunny_Hairband - Name: Costume Bunny Hairband (Pink) + Name: Costume Bunny Hairband (Green) Type: Armor Locations: Costume_Head_Top: true @@ -141835,7 +154657,7 @@ Body: View: 449 - Id: 31783 AegisName: C_Doram_Balloon - Name: C Doram Baloon + Name: Costume Doram Balloon Type: Armor Locations: Costume_Head_Top: true @@ -141844,7 +154666,7 @@ Body: View: 1595 - Id: 31784 AegisName: C_Exa_Goat_Cap - Name: C Experimental Goat Cap + Name: Costume Experimental Goat Cap Type: Armor Locations: Costume_Head_Top: true @@ -141853,7 +154675,7 @@ Body: View: 1768 - Id: 31785 AegisName: C_Monster_Fish_Gill - Name: C Monster Fish Gills + Name: Costume Monster Fish Gills Type: Armor Locations: Costume_Head_Mid: true @@ -141862,7 +154684,7 @@ Body: View: 1218 - Id: 31786 AegisName: C_Red_Baby_Dragon - Name: C Red Baby Dragon Hat + Name: Costume Red Baby Dragon Hat Type: Armor Locations: Costume_Head_Top: true @@ -141871,16 +154693,16 @@ Body: View: 1463 - Id: 31787 AegisName: C_SavageB_On_Shoulder - Name: C Savage Bebe On Shoulder + Name: Costume Savage Shoulder Bebe Type: Armor Locations: - Costume_Head_Top: true + Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 1915 - Id: 31788 AegisName: C_Piamette_Roll_Hair_SV - Name: C Piamette Curls Silver + Name: Costume Piamette Doll Hair (Silver) Type: Armor Locations: Costume_Head_Top: true @@ -141889,7 +154711,7 @@ Body: View: 1916 - Id: 31789 AegisName: C_Turkey_Hat - Name: C Turkey Hat + Name: Costume Turkey Hat Type: Armor Locations: Costume_Head_Top: true @@ -141906,7 +154728,7 @@ Body: View: 890 - Id: 31791 AegisName: C_Pig_Mask_J - Name: C Pig Mask + Name: Costume Money Pig Mask Type: Armor Locations: Costume_Head_Low: true @@ -141915,7 +154737,7 @@ Body: View: 1869 - Id: 31792 AegisName: C_Baryon_HeadPhone_TW - Name: "Costume: Baryon Headphone" + Name: Costume Baryon Headphone Type: Armor Locations: Costume_Head_Top: true @@ -141923,7 +154745,7 @@ Body: View: 1920 - Id: 31793 AegisName: C_Feather_Of_Seraphim - Name: C Seraphim Feather + Name: Costume Seraphim's Feather Type: Armor Locations: Costume_Head_Low: true @@ -141932,7 +154754,7 @@ Body: View: 1704 - Id: 31794 AegisName: C_Puppy_Ears_Hat_Jp - Name: C Puppy_Ears_Hat + Name: Costume Dog Ear Cap Type: Armor Locations: Costume_Head_Top: true @@ -141941,7 +154763,7 @@ Body: View: 827 - Id: 31795 AegisName: C_Elephangel_J - Name: C Elephangel Mid + Name: Costume Elephant Fairy Type: Armor Locations: Costume_Head_Mid: true @@ -141950,7 +154772,7 @@ Body: View: 1745 - Id: 31796 AegisName: C_Drooping_Boto - Name: C Drooping Boto + Name: Costume Drooping Boto Type: Armor Locations: Costume_Head_Top: true @@ -141959,7 +154781,7 @@ Body: View: 657 - Id: 31797 AegisName: C_Shih_Tzu_Long - Name: C Shih Tzu Hair + Name: Costume Shih Tzu Hair Type: Armor Locations: Costume_Head_Low: true @@ -141968,7 +154790,7 @@ Body: View: 1921 - Id: 31798 AegisName: C_Baby_Panda - Name: C Baby Panda + Name: Costume Baby Panda Type: Armor Locations: Costume_Head_Mid: true @@ -141977,7 +154799,7 @@ Body: View: 1922 - Id: 31799 AegisName: C_Pretty_Bear_WH - Name: C Pretty White Bear + Name: Costume Pretty White Bear Type: Armor Locations: Costume_Head_Top: true @@ -141986,7 +154808,7 @@ Body: View: 1923 - Id: 31800 AegisName: C_Br_Twin_Ribbon - Name: C Brazil Twin Ribbon + Name: Costume Brazil Twin Ribbon Type: Armor Locations: Costume_Head_Top: true @@ -141995,7 +154817,7 @@ Body: View: 575 - Id: 31801 AegisName: C_Karada_Meguri_Tea_Hat - Name: C Karada Meguri Tea Hat + Name: Costume Creative Convention Cap Type: Armor Locations: Costume_Head_Top: true @@ -142004,7 +154826,7 @@ Body: View: 427 - Id: 31802 AegisName: C_Royal_Milk_Tea_Hat - Name: C Black Tea Kochakaden Hat + Name: Costume Creative Convention Chapeau Type: Armor Locations: Costume_Head_Top: true @@ -142013,7 +154835,7 @@ Body: View: 428 - Id: 31803 AegisName: C_Cons_Of_Wind - Name: C Master of Wind + Name: Costume Aura of Tornado Type: Armor Locations: Costume_Head_Low: true @@ -142030,7 +154852,7 @@ Body: View: 1172 - Id: 31805 AegisName: C_Sunglasses_Bball_Hat - Name: "Costume: Sunglass Baseball Cap" + Name: Costume Sunglass Baseball Cap Type: Armor Locations: Costume_Head_Top: true @@ -142094,7 +154916,7 @@ Body: View: 332 - Id: 31813 AegisName: C_Luna_On_Shoulder_J - Name: C Lunatic On Shoulder + Name: Costume Lunatic On Shoulder Type: Armor Locations: Costume_Head_Mid: true @@ -142103,7 +154925,7 @@ Body: View: 1881 - Id: 31814 AegisName: C_RabbitFamilyBalloon - Name: C Lunatic Family Balloon + Name: Costume Lunatic Family Balloon Type: Armor Locations: Costume_Head_Mid: true @@ -142112,7 +154934,7 @@ Body: View: 1809 - Id: 31815 AegisName: C_Angola_Intention - Name: C Angola Intention + Name: Costume Prince of Rabbit Type: Armor Locations: Costume_Head_Top: true @@ -142121,7 +154943,7 @@ Body: View: 1925 - Id: 31816 AegisName: C_Rabbit_Winged_Robe - Name: C Moon Messenger Robe + Name: Costume Three Rabbits Ribbon Type: Armor Locations: Costume_Head_Low: true @@ -142130,7 +154952,7 @@ Body: View: 1926 - Id: 31817 AegisName: C_Rabbit_Two_Side_Up - Name: C Rabbit Two Side Up + Name: Costume Rabbit Two Sides Up Type: Armor Locations: Costume_Head_Low: true @@ -142147,13 +154969,37 @@ Body: View: 1930 - Id: 31819 AegisName: C_Dullahan_Mask - Name: C Dullahan Mask + Name: Costume Dullahan Mask Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 View: 1931 + - Id: 31820 + AegisName: C_Golden_Baseball_Cap + Name: Costume Golden Baseball Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 263 + - Id: 31821 + AegisName: C_Jeje_Cap + Name: Costume Jeje Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1011 + - Id: 31822 + AegisName: C_Summer_Baseball_Cap + Name: Costume Red Sun Baseball Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 812 - Id: 31823 AegisName: C_Nose_Glasses_J Name: C Nose Glasses @@ -142192,13 +155038,32 @@ Body: View: 1935 - Id: 31827 AegisName: Durumagi - Name: C Durumagi + Name: Costume Durumagi Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 View: 1936 + - Id: 31828 + AegisName: C_Maple_Falls_RdK + Name: Costume Fallen Leaves Falling (Red) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_C_MAPLE_WHICH_FALLS_RD,true); + UnEquipScript: | + hateffect(HAT_EF_C_MAPLE_WHICH_FALLS_RD,false); + - Id: 31829 + AegisName: C_Love_China_CN + Name: Costume I Love China + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 424 - Id: 31830 AegisName: C_DragonKnight_Eyepatch Name: Costume Dragon Knight Eyepatch @@ -142210,7 +155075,7 @@ Body: View: 1227 - Id: 31831 AegisName: C_Disguise_Mantle - Name: C Disguise Mantle + Name: Costume Disguise Cloth Type: Armor Locations: Costume_Head_Low: true @@ -142219,7 +155084,7 @@ Body: View: 1937 - Id: 31832 AegisName: C_Bicolor_Cat_Witch_Hat - Name: C Bicolor Cat Witch Hat + Name: Costume Witch's Cat Hat Type: Armor Locations: Costume_Head_Top: true @@ -142228,7 +155093,7 @@ Body: View: 1938 - Id: 31833 AegisName: C_Halloween_Cat_Short - Name: C Halloween Short Haired Cat Ears + Name: Costume Halloween Cat Short Type: Armor Locations: Costume_Head_Low: true @@ -142255,7 +155120,7 @@ Body: View: 1941 - Id: 31836 AegisName: C_Aviator_Hat - Name: Costume Inventor Hat of Brasilis + Name: Costume Aviator's Hat Type: Armor Locations: Costume_Head_Top: true @@ -142264,7 +155129,7 @@ Body: View: 972 - Id: 31837 AegisName: C_SharkHead_J - Name: C Shark Head + Name: Costume Baby Shark Head Type: Armor Locations: Costume_Head_Top: true @@ -142273,7 +155138,7 @@ Body: View: 1919 - Id: 31838 AegisName: C_Golden_Wreath - Name: Costume Urd Laurel Wreath + Name: Costume Asia Masters Gold Wreath Type: Armor Locations: Costume_Head_Top: true @@ -142295,22 +155160,38 @@ Body: hateffect HAT_EF_FLUFFYWING,false; - Id: 31840 AegisName: C_BJ_HeadsetA - Name: C BJ Headset + Name: Costume DJ Headset Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 EquipLevelMin: 1 View: 1942 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 31841 AegisName: C_BJ_HeadsetB - Name: C OnAir BJ Headset + Name: Costume OnAir BJ Headset Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 EquipLevelMin: 1 View: 1943 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 31842 AegisName: C_Striking_hat Name: Costume Striking Hat @@ -142635,7 +155516,7 @@ Body: ArmorLevel: 1 - Id: 31882 AegisName: C_Choco_Stick_In_Mouth - Name: Costume Choco Stick In Mouth # !todo check english name + Name: Costume Choco Stick In Mouth Type: Armor Locations: Costume_Head_Low: true @@ -142660,7 +155541,7 @@ Body: View: 1917 - Id: 31885 AegisName: Cons_Of_Earth - Name: Costume Earth Master + Name: Costume Cons of Earth Type: Armor View: 1982 Locations: @@ -142684,7 +155565,7 @@ Body: ArmorLevel: 1 - Id: 31888 AegisName: C_W_King_Tiger_Doll_Hat - Name: "Costume: White Tiger Doll" + Name: Costume White Tiger Doll Type: Armor Locations: Costume_Head_Top: true @@ -142706,6 +155587,54 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 618 + - Id: 31891 + AegisName: C_Surpentarius_Crown + Name: Costume Surpentarius Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1765 + - Id: 31892 + AegisName: C_Aquarius_Diadem + Name: Costume Aquarius Diadem + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 509 + - Id: 31893 + AegisName: C_Libra_Crown + Name: Costume Libra Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 593 + - Id: 31894 + AegisName: C_Scorpio_Diadem + Name: Costume Scorpio Diadem + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 606 + - Id: 31895 + AegisName: C_Aries_Diadem + Name: Costume Aries Diadem + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 531 + - Id: 31896 + AegisName: C_Capricon_Crown + Name: Costume Capricorn Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 621 - Id: 31897 AegisName: C_Pisces_Crown Name: Costume Pisces Crown # !todo check english name @@ -142714,6 +155643,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 512 + - Id: 31898 + AegisName: C_Sagittarius_Crown + Name: Costume Sagittarius Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 617 - Id: 31899 AegisName: C_Freyja_Crown Name: Costume Freyja's Crown @@ -142722,6 +155659,22 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 328 + - Id: 31900 + AegisName: C_Hair_Of_The_Strong_R + Name: Costume Hair Of The Strong + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 879 + - Id: 31901 + AegisName: C_White_Strong_Hair_R + Name: Costume White Strong Hair + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1317 - Id: 31902 AegisName: C_10_Type_Glasses Name: Costume Cool Shades @@ -142906,6 +155859,22 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 1995 + - Id: 31925 + AegisName: C_Valentine_Hat_US + Name: Costume Valentine Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 397 + - Id: 31926 + AegisName: C_Aura_Quartz_REU + Name: Costume Aura Quartz + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 866 - Id: 31927 AegisName: C_Blue_Pencil_In_Mouth Name: Costume Pencil in Mouth (Blue) @@ -143054,6 +156023,14 @@ Body: Locations: Costume_Head_Low: true ArmorLevel: 1 + - Id: 31945 + AegisName: C_Golden_Angel_Band + Name: Costume Golden Angel Hairband + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1104 - Id: 31946 AegisName: C_Frantic_Looking Name: Costume Demon King's Eye @@ -143104,7 +156081,7 @@ Body: View: 1980 - Id: 31952 AegisName: C_GatesofNetherWorld - Name: Costume Gatesof Nether World # !todo check english name + Name: Costume Gates of Netherworld Type: Armor Locations: Costume_Head_Top: true @@ -143126,9 +156103,25 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2018 + - Id: 31955 + AegisName: C_Angeling_1st + Name: Costume 1st Angeling Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 204 + - Id: 31956 + AegisName: C_Angeling_2nd + Name: Costume 2nd Angeling Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 204 - Id: 31957 AegisName: C_Cons_Of_Poison - Name: Costume Cons Of Poison # !todo check english name + Name: Costume Cons of Poison Type: Armor Locations: Costume_Head_Low: true @@ -143137,9 +156130,17 @@ Body: hateffect HAT_EF_POISON_MASTER,true; UnEquipScript: | hateffect HAT_EF_POISON_MASTER,false; + - Id: 31958 + AegisName: C_SantaPoring_Balloon + Name: Costume Santa Poring Balloon + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1428 - Id: 31959 AegisName: C_RK_Hair_BL - Name: Costume Firm Wave Hair(Black) + Name: Costume Wave Perm (Black) Type: Armor Locations: Costume_Head_Low: true @@ -143147,7 +156148,7 @@ Body: View: 2062 - Id: 31960 AegisName: C_RK_Hair_BU - Name: Costume Firm Wave Hair(Blue) + Name: Costume Wave Perm (Blue) Type: Armor Locations: Costume_Head_Low: true @@ -143155,7 +156156,7 @@ Body: View: 2063 - Id: 31961 AegisName: C_RK_Hair_GN - Name: Costume Firm Wave Hair(Green) + Name: Costume Wave Perm (Green) Type: Armor Locations: Costume_Head_Low: true @@ -143163,7 +156164,7 @@ Body: View: 2064 - Id: 31962 AegisName: C_RK_Hair_OM - Name: Costume Firm Wave Hair(Brown) + Name: Costume Wave Perm (Brown) Type: Armor Locations: Costume_Head_Low: true @@ -143171,7 +156172,7 @@ Body: View: 2065 - Id: 31963 AegisName: C_RK_Hair_PK - Name: Costume Firm Wave Hair(Pink) + Name: Costume Wave Perm (Pink) Type: Armor Locations: Costume_Head_Low: true @@ -143179,7 +156180,7 @@ Body: View: 2066 - Id: 31964 AegisName: C_RK_Hair_PP - Name: Costume Firm Wave Hair(Purple) + Name: Costume Wave Perm (Purple) Type: Armor Locations: Costume_Head_Low: true @@ -143187,7 +156188,7 @@ Body: View: 2067 - Id: 31965 AegisName: C_RK_Hair_RD - Name: Costume Firm Wave Hair(Red) + Name: Costume Wave Perm (Red) Type: Armor Locations: Costume_Head_Low: true @@ -143195,7 +156196,7 @@ Body: View: 2068 - Id: 31966 AegisName: C_RK_Hair_WH - Name: Costume Firm Wave Hair(White) + Name: Costume Wave Perm (White) Type: Armor Locations: Costume_Head_Low: true @@ -143203,7 +156204,7 @@ Body: View: 2069 - Id: 31967 AegisName: C_RK_Hair_YL - Name: Costume Firm Wave Hair(Yellow) + Name: Costume Wave Perm (Yellow) Type: Armor Locations: Costume_Head_Low: true @@ -143211,7 +156212,7 @@ Body: View: 2070 - Id: 31968 AegisName: C_AB_Hair_BL - Name: Costume Ponytail Hair(Black) + Name: Costume Ponytail Hair (Black) Type: Armor Locations: Costume_Head_Low: true @@ -143219,7 +156220,7 @@ Body: View: 2071 - Id: 31969 AegisName: C_AB_Hair_LPP - Name: Costume Ponytail Hair(Light Purple) + Name: Costume Ponytail Hair (Light Purple) Type: Armor Locations: Costume_Head_Low: true @@ -143227,7 +156228,7 @@ Body: View: 2072 - Id: 31970 AegisName: C_AB_Hair_OM - Name: Costume Ponytail Hair(Brown) + Name: Costume Ponytail Hair (Brown) Type: Armor Locations: Costume_Head_Low: true @@ -143235,12 +156236,20 @@ Body: View: 2073 - Id: 31971 AegisName: C_AB_Hair_WH - Name: Costume Ponytail Hair(White) + Name: Costume Ponytail Hair (White) Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 View: 2074 + - Id: 31972 + AegisName: C_Purificatory_Mask + Name: Costume Purificatory Mask + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 8 - Id: 31973 AegisName: C_Blossom_Glasses Name: Costume Cherry Blossom Glasses @@ -143273,6 +156282,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 1122 + - Id: 31977 + AegisName: C_Rent_Dog_Officer_TH + Name: "[Rental] Costume Dog Officer" + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1601 - Id: 31978 AegisName: C_Fire_Giant_Red Name: Costume Red Flame Giant # !todo check english name @@ -143289,6 +156306,46 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2309 + - Id: 31980 + AegisName: aegis_31980 + Name: Costume Concentration Beret + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1122 + - Id: 32000 + AegisName: Blue_Spear + Name: Blue Spear + Type: Weapon + SubType: 1hSpear + Buy: 20 + Weight: 2000 + Attack: 140 + Range: 3 + Slots: 3 + Jobs: + Crusader: true + Knight: true + Swordman: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkEle,Ele_Water; + if (.@r>=7) { + bonus2 bAddRace,RC_Demon,10; + bonus2 bAddRace,RC_Formless,10; + bonus2 bAddEle,Ele_Fire,10; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddEle,Ele_Fire,15; + } - Id: 32001 AegisName: Diva_Spear Name: Diva Spear @@ -143351,6 +156408,28 @@ Body: bonus bBaseAtk,30; bonus bHit,5; } + - Id: 32003 + AegisName: Sinister_Spear_J + Name: Spear of Evil + Type: Weapon + SubType: 1hSpear + Buy: 100000 + Weight: 700 + Attack: 110 + Range: 3 + Jobs: + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bBaseAtk,pow(getrefine(),2); - Id: 32004 AegisName: Probation_Lance Name: Trial Royal Guard's Lance @@ -143415,7 +156494,7 @@ Body: bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",.@val; - Id: 32007 AegisName: Jirant_Spear - Name: Dragon Spear of God Era + Name: God Eater Dragon Spear Type: Weapon SubType: 1hSpear Weight: 3800 @@ -143450,6 +156529,44 @@ Body: bonus2 bHPDrainRate,1000,3; if (.@r>=10) bonus bFixedCastrate,-70; + - Id: 32012 + AegisName: Metal_Stick_J + Name: Metal Stick + Type: Weapon + SubType: 1hSpear + Buy: 20 + Weight: 2500 + Attack: 180 + Range: 3 + Slots: 1 + Jobs: + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bVit,3; + bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*BaseLevel; + if (.@r>=7) { + bonus bAspdRate,10; + bonus2 bSkillUseSP,"LG_BANISHINGPOINT",15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Player_Doram,15; + } + if (.@r>=9) + bonus2 bSkillAtk,"LG_BANISHINGPOINT",BaseLevel; + if (.@r>=10) { + bonus2 bAddRace,RC_DemiHuman,30; + bonus2 bAddRace,RC_Player_Doram,30; + } - Id: 32013 AegisName: Metal_Stick Name: Metal Stick @@ -143770,8 +156887,11 @@ Body: bonus bAtkRate,5; if (.@r>=9) bonus2 bSkillAtk,"LG_CANNONSPEAR",20; - if (.@r>=11) + if (.@r>=11) { bonus2 bSkillAtk,"LG_OVERBRAND",20; + bonus2 bSkillAtk,"LG_OVERBRAND_BRANDISH",20; + bonus2 bSkillAtk,"LG_OVERBRAND_PLUSATK",20; + } - Id: 32026 AegisName: Ein_1HSPEAR Name: Blocking Spear @@ -143840,6 +156960,7 @@ Body: Name: Argen Blanco Type: Weapon SubType: 1hSpear + Buy: 200000 Weight: 1800 Attack: 150 MagicAttack: 110 @@ -143862,6 +156983,7 @@ Body: Name: Harvest Type: Weapon SubType: 1hSpear + Buy: 200000 Weight: 1800 Attack: 150 MagicAttack: 110 @@ -143884,6 +157006,7 @@ Body: Name: Fortrage Type: Weapon SubType: 1hSpear + Buy: 200000 Weight: 1800 Attack: 150 MagicAttack: 110 @@ -144155,13 +157278,13 @@ Body: Script: | .@r = getrefine(); bonus bLongAtkRate,10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,40; } if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; autobonus "{ bonus2 bAddSize,Size_All,15; }",1,10000,BF_WEAPON; } if (.@r>=11) { @@ -144206,9 +157329,10 @@ Body: } - Id: 32112 AegisName: Black_Circle_J - Name: Black Circle # !todo check english name + Name: Black Circle Type: Weapon SubType: Musical + Buy: 200000 Weight: 250 Attack: 180 MagicAttack: 120 @@ -144229,9 +157353,10 @@ Body: bonus2 bSkillAtk,"WM_METALICSOUND",30; - Id: 32113 AegisName: Antique_Cello_J - Name: Antique cello # !todo check english name + Name: Antique Cello Type: Weapon SubType: Musical + Buy: 200000 Weight: 250 Attack: 180 MagicAttack: 120 @@ -144250,6 +157375,41 @@ Body: Refineable: true Script: | bonus2 bSkillAtk,"CG_ARROWVULCAN",30; + - Id: 32117 + AegisName: Dark_Illu_Guitar_TH + Name: Dark Illusion Guitar + Type: Weapon + SubType: Musical + Weight: 1000 + Attack: 160 + Range: 2 + Slots: 2 + Jobs: + BardDancer: true + Classes: + All_Third: true + Fourth: true + Gender: Male + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,15*(.@r/2); + bonus bLongAtkRate,4*(.@r/3); + if (.@r>=7) { + bonus bAspdRate,10; + bonus2 bSkillCooldown,"CG_ARROWVULCAN",-100; + if (.@r>=9) { + bonus bLongAtkRate,7; + if (.@r>=11) { + bonus2 bSkillAtk,"CG_ARROWVULCAN",200; + bonus bDelayrate,-10; + } + } + } - Id: 32202 AegisName: Comp_All_In_One_Ring Name: Ring of Apology @@ -144440,7 +157600,7 @@ Body: } - Id: 32227 AegisName: Fenrir_Chain - Name: Hrodvitnir's Chain + Name: Fenrir Chain Type: Armor Buy: 20 Weight: 300 @@ -144533,7 +157693,7 @@ Body: bonus bLongAtkRate,7; - Id: 32234 AegisName: UnrivaledRing - Name: Warrior's Ring + Name: Unrivaled Ring Type: Armor Weight: 300 Slots: 1 @@ -144542,8 +157702,8 @@ Body: ArmorLevel: 1 EquipLevelMin: 100 Script: | - bonus2 bAddClass,Class_All,5; - bonus2 bMagicAddClass,Class_All,5; + bonus bAtkRate,5; + bonus bMatkRate,5; bonus2 bAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bMagicAddEle,Ele_Wind,10; @@ -144604,6 +157764,23 @@ Body: Script: | bonus bMdef,10; bonus2 bSubRace,RC_Player_Human,3; + - Id: 32243 + AegisName: Star_Force_Ring_TW + Name: Magic Star Ring + Type: Armor + Weight: 300 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVariableCastrate,-20; + bonus bAspd,1; + bonus5 bAutoSpell,"WL_RECOGNIZEDSPELL",1,10,BF_MAGIC,0; + bonus3 bAutoSpell,"MG_FIREBOLT",3,30; + bonus3 bAutoSpell,"MG_COLDBOLT",3,30; + bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",3,30; - Id: 32245 AegisName: RingOfThought_TW Name: Thought Ring @@ -144640,7 +157817,7 @@ Body: Both_Accessory: true ArmorLevel: 1 Script: | - bonus bAspd,5; + bonus bAspdRate,5; bonus bMaxSP,100; bonus bAtkRate,5; bonus2 bSkillUseSP,"SR_SKYNETBLOW",2; @@ -144832,8 +158009,8 @@ Body: bonus bVit,5; bonus2 bAddClass,Class_All,5; if (getskilllv("KO_ZANZOU")>=5) { - bonus2 bSkillAtk,"KO_HUUMARANKA",Baselevel/4; - bonus2 bSkillAtk,"NJ_HUUMA",2*(Baselevel/4); + bonus2 bSkillAtk,"KO_HUUMARANKA",BaseLevel/4; + bonus2 bSkillAtk,"NJ_HUUMA",2*(BaseLevel/4); } if (getskilllv("KO_KYOUGAKU")>=5) { bonus2 bSkillUseSP,"KO_HUUMARANKA",10; @@ -144899,6 +158076,38 @@ Body: bonus2 bSkillAtk,"GN_CARTCANNON",100; bonus2 bSkillAtk,"GN_CART_TORNADO",50; } + - Id: 32265 + AegisName: Tip_Of_Thief_Vol2 + Name: Thief's Guide Vol.2 + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVit,5; + bonus bDex,5; + bonus bLuk,5; + if (getskilllv("RG_GRAFFITI") == 1) { + bonus bVit,5; + bonus bDex,5; + bonus bLuk,5; + } + if (getskilllv("SC_UNLUCKY") == 3) + skill "HW_GANBANTEIN",1; + if (getskilllv("SC_IGNORANCE") == 3) + skill "PA_PRESSURE",5; + if (getskilllv("SC_WEAKNESS") == 3) + skill "PF_HPCONVERSION",1; + if (getskilllv("SC_ENERVATION") == 3) + skill "ASC_BREAKER",5; + if (getskilllv("SC_GROOMY") == 3) + skill "CR_CULTIVATION",2; + if (getskilllv("SC_LAZINESS") == 3) + skill "SN_SIGHT",5; - Id: 32266 AegisName: Aquarius_Ring_J Name: Aquarius Ring @@ -144973,9 +158182,45 @@ Body: bonus bMatkRate,5; bonus bMaxHPrate,5; bonus bMdef,10; + - Id: 32281 + AegisName: Scorpion_Chain_EXE + Name: Scorpion's Chain (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bAtkRate,3; + bonus2 bSkillAtk,"NJ_KIRIKAGE",1+(BaseLevel/2); + bonus bBaseAtk,5*(getskilllv("NJ_TOBIDOUGU")/2); + if (getskilllv("NJ_NEN") == 5) + bonus2 bVariableCastrate,"NJ_HUUMA",-25; + if (getskilllv("NJ_HUUMA") == 5) + bonus2 bSkillAtk,"NJ_HUUMA",25; + - Id: 32282 + AegisName: Erron_Black_Glove_EXE + Name: Erron's Black Glove (OSM) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bAtkRate,3; + bonus2 bSkillAtk,"GS_SPREADATTACK",1+BaseLevel; + bonus bBaseAtk,5*(getskilllv("GS_SNAKEEYE")/2); + if (getskilllv("GS_SINGLEACTION") == 10) + bonus2 bSkillUseSPrate,"GS_DESPERADO",10; + if (getskilllv("GS_DESPERADO") == 10) + bonus2 bSkillAtk,"GS_DESPERADO",25; - Id: 32285 AegisName: Record_Mage_TW - Name: Record Mage # !todo check english name + Name: Record of Destroy (Mage) Type: Armor Weight: 200 Slots: 1 @@ -144992,7 +158237,7 @@ Body: bonus bMatkRate,5; - Id: 32286 AegisName: Record_Merchant_TW - Name: Record Merchant # !todo check english name + Name: Record of Destroy (Merchant) Type: Armor Weight: 200 Slots: 1 @@ -145009,7 +158254,7 @@ Body: bonus bLongAtkRate,5; - Id: 32287 AegisName: Record_Thief_TW - Name: Record Thief # !todo check english name + Name: Record of Destroy (Thief) Type: Armor Weight: 200 Slots: 1 @@ -145025,7 +158270,7 @@ Body: bonus bAtkRate,5; - Id: 32288 AegisName: Record_Acol_TW - Name: Record Acolyte # !todo check english name + Name: Record of Destroy (Acolyte) Type: Armor Weight: 200 Slots: 1 @@ -145164,7 +158409,7 @@ Body: if (.@r >= 7) { bonus2 bSkillAtk,"GS_DESPERADO",40; if (.@r >= 9) { - bonus2 bSkillCooldown,"RL_HEAT_BARREL",-2000; + bonus2 bSkillCooldown,"RL_HEAT_BARREL",-5000; if (.@r >= 11) { bonus2 bSkillAtk,"RL_FIREDANCE",30; } @@ -145262,6 +158507,48 @@ Body: bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"RL_HEAT_BARREL",-5000; } + - Id: 32305 + AegisName: Titanium_Gun_EXE + Name: Titanium Gun + Type: Weapon + SubType: Revolver + Weight: 1200 + Attack: 100 + Range: 7 + Slots: 1 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAgi,3; + if (.@r>=5) { + bonus bAspd,1; + bonus bAtkRate,2; + } + if (.@r>=7) { + bonus bBaseAtk,10; + bonus bCritical,10; + } + if (.@r>=9) { + bonus bBaseAtk,20; + bonus3 bAutoSpell,"GS_PIERCINGSHOT",1,70; + bonus bLongAtkRate,5; + } + if (.@r>=10) { + bonus bAtkRate,3; + bonus bMaxHP,600; + bonus2 bAddRace,RC_All,2; + } + if (.@r>=12) { + bonus bDelayrate,-5; + bonus2 bAddRace,RC_All,3; + } - Id: 32350 AegisName: Farthezan Name: Farthezan @@ -145350,7 +158637,7 @@ Body: bonus bBaseAtk,40; } if (.@r>=9) { - bonus bLongAtkRate,7; + bonus bLongAtkRate,5; /* note: 7 in description */ bonus2 bSkillAtk,"GN_CARTCANNON",15; } if (.@r>=11) { @@ -145391,9 +158678,10 @@ Body: } - Id: 32354 AegisName: Farthezan_J - Name: Faltesan # !todo check english name + Name: Farthezan Type: Weapon SubType: 1hSword + Buy: 200000 Weight: 1200 Attack: 150 MagicAttack: 130 @@ -145413,9 +158701,10 @@ Body: bonus2 bSkillAtk,"CR_GRANDCROSS",30; - Id: 32355 AegisName: Estal_J - Name: Estal # !todo check english name + Name: Estal Type: Weapon SubType: 1hSword + Buy: 200000 Weight: 1200 Attack: 150 MagicAttack: 130 @@ -145557,7 +158846,7 @@ Body: bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillCooldown,"GN_CRAZYWEED",-1000; - bonus2 bSkillAtk,"GN_CRAZYWEED",30; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",30; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; @@ -145568,6 +158857,7 @@ Body: Name: Engine pile bunker # !todo check english name Type: Weapon SubType: Mace + Buy: 200000 Weight: 1500 Attack: 150 MagicAttack: 110 @@ -145587,9 +158877,10 @@ Body: bonus2 bSkillAtk,"NC_ARMSCANNON",30; - Id: 32405 AegisName: Coolant_Injection_J - Name: Coolant Injection # !todo check english name + Name: Coolant Injection Type: Weapon SubType: Mace + Buy: 200000 Weight: 1500 Attack: 150 MagicAttack: 110 @@ -145609,9 +158900,10 @@ Body: bonus2 bSkillAtk,"AM_ACIDTERROR",30; - Id: 32406 AegisName: Gene_Rod_J - Name: Gene Rod # !todo check english name + Name: Gene Rod Type: Weapon SubType: Mace + Buy: 200000 Weight: 1500 Attack: 150 MagicAttack: 110 @@ -145628,12 +158920,13 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus2 bSkillAtk,"GN_CRAZYWEED",30; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",30; - Id: 32407 AegisName: Lucis_Flail_J - Name: Lucis Flail # !todo check english name + Name: Lucis Flail Type: Weapon SubType: Mace + Buy: 200000 Weight: 1500 Attack: 150 MagicAttack: 110 @@ -145653,9 +158946,10 @@ Body: bonus2 bSkillAtk,"AL_HEAL",30; - Id: 32408 AegisName: Bright_Mace_J - Name: Light weight # !todo check english name + Name: Bright Mace Type: Weapon SubType: Mace + Buy: 200000 Weight: 1500 Attack: 150 MagicAttack: 110 @@ -145772,6 +159066,24 @@ Body: autobonus "{ bonus2 bHPRegenRate,300,1000; }",40,4000,BF_MAGIC; autobonus "{ bonus2 bSPRegenRate,70,1000; }",40,4000,BF_MAGIC; } + - Id: 400014 + AegisName: 2019RTC_CeleAura_TW + Name: 2019 RTC Memorial Poring Pool + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1908 + Script: | + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Brute,2; + hateffect HAT_EF_2019RTC_CeleAura_TW,true; + UnEquipScript: | + hateffect HAT_EF_2019RTC_CeleAura_TW,false; - Id: 400015 AegisName: Capricon_Diadem_J Name: Capricon Diadem @@ -145812,6 +159124,55 @@ Body: Head_Top: true ArmorLevel: 1 Refineable: true + - Id: 400017 + AegisName: Kukulkan_Head_TW + Name: Kukulkan Skull + Type: Armor + Weight: 4500 + Defense: 50 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 319 + Script: | + .@r = getrefine(); + bonus bVit,2; + bonus2 bSubRace,RC_All,3; + bonus bMaxSPrate,-10; + bonus2 bSubRace,RC_DemiHuman,(min(10,.@r)); + bonus2 bSubRace,RC_Player_Human,(min(10,.@r)); + bonus2 bSubRace,RC_Player_Doram,(min(10,.@r)); + if (.@r>=7) + bonus bMaxHPrate,5; + if (.@r>=9) + bonus bShortWeaponDamageReturn,10; + if (.@r>=11) + bonus bAspd,1; + if (.@r>=13) + autobonus2 "{ bonus2 bMagicSubDefEle,Ele_All,40; bonus2 bMagicSubDefEle,Ele_Neutral,-40; }",50,3000,BF_MAGIC; + - Id: 400018 + AegisName: NettyHeart_Gum_TW + Name: Love Bubble Gum + Type: Armor + View: 720 + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + bonus2 bHPDrainRate,10,1; - Id: 400020 AegisName: C_BeachBall Name: Costume Beachball @@ -145887,10 +159248,14 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bMagicAtkEle,Ele_Holy,10+(.@r/2); - bonus2 bMagicAtkEle,Ele_Dark,10+(.@r/2); - bonus2 bAddRace,RC_Angel,20+(.@r/2); - bonus2 bAddRace,RC_Dragon,20+(.@r/2); + bonus2 bAddRace,RC_Dragon,10+.@r/2; + bonus2 bAddRace,RC_Angel,10+.@r/2; + bonus2 bMagicAddRace,RC_Dragon,10+.@r/2; + bonus2 bMagicAddRace,RC_Angel,10+.@r/2; + bonus2 bAddEle,Ele_Holy,10+.@r/2; + bonus2 bAddEle,Ele_Dark,10+.@r/2; + bonus2 bMagicAddEle,Ele_Holy,10+.@r/2; + bonus2 bMagicAddEle,Ele_Dark,10+.@r/2; bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@r>=7) { @@ -145926,7 +159291,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,6; - Id: 400044 AegisName: Phantom_Cap - Name: Phantom Cap + Name: Phantom of Masquerade Type: Armor View: 1899 Weight: 100 @@ -146053,6 +159418,86 @@ Body: bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; } + - Id: 400050 + AegisName: Gothic_Skull_Ribbon + Name: Gothic Skull Ribbon + Type: Armor + Buy: 20 + Weight: 300 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1885 + Script: | + .@r = getrefine(); + bonus2 bMagicAddClass,Class_Boss,(.@r>=8?40:(.@r>=6?25:10)); + if (.@r>=8) + bonus bNoKnockback; + - Id: 400051 + AegisName: Golden_Violet + Name: Golden Violet + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 10 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1886 + Script: | + .@r = getrefine(); + bonus bAllStats,10; + bonus2 bIgnoreDefRaceRate,RC_All,50; + bonus2 bIgnoreMdefRaceRate,RC_All,50; + if (.@r>=7) + bonus bAllStats,20; + if (.@r>=9) { + bonus2 bIgnoreDefRaceRate,RC_All,50; + bonus2 bIgnoreMdefRaceRate,RC_All,50; + } + - Id: 400052 + AegisName: Duel_Dragon_Hat + Name: Duel Dragon Hat + Type: Armor + Buy: 200000 + Weight: 500 + Defense: 2 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1149 + Script: | + .@r = getrefine(); + .@a = ((.@r >= 9) ? 50 : ((.@r >= 7) ? 30 : 15)); + .@b = ((.@r >= 10) ? 150 : ((.@r >= 9) ? 50 : ((.@r >= 7) ? 30 : 15))); + bonus2 bSubEle,Ele_Fire,10; + bonus2 bAddDamageClass,20346,.@b; + bonus2 bAddDamageClass,20347,.@b; + bonus2 bAddDamageClass,20348,.@a; + bonus2 bAddDamageClass,20349,.@a; + bonus2 bAddDamageClass,20350,.@a; + bonus2 bAddMagicDamageClass,20346,.@b; + bonus2 bAddMagicDamageClass,20347,.@b; + bonus2 bAddMagicDamageClass,20348,.@a; + bonus2 bAddMagicDamageClass,20349,.@a; + bonus2 bAddMagicDamageClass,20350,.@a; + bonus2 bAddDefMonster,20346,.@a; + bonus2 bAddDefMonster,20347,.@a; + bonus2 bAddDefMonster,20348,.@a; + bonus2 bAddDefMonster,20349,.@a; + bonus2 bAddDefMonster,20350,.@a; + if (.@r>=8) + bonus2 bSubEle,Ele_Fire,15; + if (.@r>=10) + bonus bNoKnockback; - Id: 400053 AegisName: Morrigane_Helm_IL Name: Illusion Morrigane's Helm @@ -146178,7 +159623,7 @@ Body: } - Id: 400060 AegisName: Freyja_Crown_J - Name: PikaPika NyanNyan Crown + Name: Shiny Kitty Crown Type: Armor View: 328 Weight: 1000 @@ -146246,6 +159691,58 @@ Body: bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; } + - Id: 400064 + AegisName: JP_Helm22_L + Name: Rental Owl Viscount Silk Hat + Type: Armor + View: 1323 + Weight: 500 + Defense: 15 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bInt,2; + bonus bAspdRate,10; + bonus bMatk,7*.@r; + autobonus "{ .@r = getrefine(); bonus bAspdRate,(.@r >= 9 ? 40 : ((.@r >= 7) ? 10 : ((.@r >= 5) ? 5 : 0))); }",20,30000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; + - Id: 400070 + AegisName: JP_Helm28_L + Name: Rental Crown of the Phoenix + Type: Armor + Weight: 1000 + Defense: 18 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1056 + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bMaxHPrate,10; + bonus bVariableCastrate,-((.@r>=9)?20:(.@r>=7?15:10)); + bonus2 bSkillAtk,"LG_OVERBRAND",((.@r>=9)?50:(.@r>=7?25:10)); + bonus2 bFixedCastrate,"LG_OVERBRAND",-100; + if (getskilllv("LG_KINGS_GRACE") == 5) { + bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000; + bonus2 bSkillCooldown,"LG_INSPIRATION",-10000; + } + if (getskilllv("LG_MOONSLASHER") == 5) + bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000; + if (getskilllv("LG_FORCEOFVANGUARD") == 5) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bDef,150; + bonus bMdef,15; + } + if (.@r>=10) + bonus2 bIgnoreDefRaceRate,RC_All,100; - Id: 400073 AegisName: C_Romance_Rose_TW Name: Costume Romantic Rose @@ -146253,6 +159750,10 @@ Body: Locations: Costume_Head_Top: true ArmorLevel: 1 + Script: | + hateffect HAT_EF_C_ROMANCE_ROSE_TW,true; + UnEquipScript: | + hateffect HAT_EF_C_ROMANCE_ROSE_TW,false; - Id: 400074 AegisName: C_Disapear_Time_TW Name: Costume Lost Time @@ -146304,7 +159805,7 @@ Body: NoAuction: true - Id: 400077 AegisName: Cat_Shampoo_Hat - Name: Splish-splash Nyanpoo Hat + Name: Splash Cat Hat Type: Armor View: 507 Weight: 1000 @@ -146458,6 +159959,348 @@ Body: bonus bCritAtkRate,5*.@r; bonus bCritical,3*.@r; } + - Id: 400083 + AegisName: 2020maypay_01 + Name: The Truth of Creation and Soul + Type: Armor + Weight: 100 + Defense: 20 + Slots: 1 + Jobs: + SoulLinker: true + StarGladiator: true + Classes: + All_Third: true + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 840 + Script: | + .@r = getrefine(); + if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) { + bonus bBaseAtk,10*.@r; + bonus bFixedCast,-100*(.@r/3); + if (.@r>=7) + bonus bAtkRate,7; + if (.@r>=9) { + bonus2 bAddSize,Size_Small,7; + bonus2 bAddSize,Size_Large,7; + } + if (.@r>=11) + autobonus3 "{ bonus bCritAtkRate,20; }",1000,20000,"SJ_LIGHTOFSTAR"; + if (.@r>=12) { + bonus2 bSkillCooldown,"SJ_BOOKOFDIMENSION",-5000; + bonus2 bSkillCooldown,"SJ_LIGHTOFSTAR",30000; + } + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { + bonus2 bSkillAtk,"SP_CURSEEXPLOSION",5*.@r; + bonus bFixedCast,-100*(.@r/3); + if (.@r>=7) + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Earth,20; + bonus2 bMagicAtkEle,Ele_Fire,20; + bonus2 bMagicAtkEle,Ele_Water,20; + bonus2 bMagicAtkEle,Ele_Wind,20; + } + if (.@r>=11) { + bonus2 bMagicAtkEle,Ele_Dark,20; + bonus2 bMagicAtkEle,Ele_Ghost,20; + bonus2 bMagicAtkEle,Ele_Holy,20; + } + if (.@r>=12) { + bonus2 bSkillCooldown,"SP_CURSEEXPLOSION",-500; + bonus2 bSkillCooldown,"SP_SOULREAPER",-30000; + } + } + - Id: 400084 + AegisName: 2020maypay_02 + Name: Genlin Heirs + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Jobs: + KagerouOboro: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1047 + Script: | + .@r = getrefine(); + if (eaclass()&EAJL_THIRD && BaseJob == Job_Kagerou) { + bonus bBaseAtk,10*.@r; + bonus bDelayrate,-2*(.@r/3); + bonus bLongAtkRate,3*(.@r/3); + if (.@r>=7) + bonus2 bAddRace,RC_All,7; + if (.@r>=9) + bonus2 bSkillAtk,"KO_HUUMARANKA",20; + if (.@r>=11) + bonus2 bSkillCooldown,"KO_HUUMARANKA",-500; + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Oboro) { + bonus bMatk,10*.@r; + bonus bVariableCastrate,-5*(.@r/3); + bonus bMatkRate,3*(.@r/3); + if (.@r>=7) + bonus2 bMagicAddRace,RC_All,7; + if (.@r>=9) + skill "KG_KAGEHUMI",3; + if (.@r>=11) + autobonus3 "{ bonus bMatk,100; }",1000,40000,"KO_IZAYOI"; + } + - Id: 400085 + AegisName: 2020maypay_03 + Name: Elite Force Cap + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Jobs: + Gunslinger: true + Rebellion: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 236 + Script: | + .@r = getrefine(); + bonus bDex,.@r; + bonus bMaxHPrate,2*(.@r/3); + bonus bLongAtkRate,3*(.@r/3); + if (.@r>=7) + bonus bAtkRate,7; + if (.@r>=9) + bonus2 bSkillAtk,"RL_FIRE_RAIN",30; + if (.@r>=11) + bonus2 bSkillCooldown,"RL_FIRE_RAIN",-1500; + - Id: 400086 + AegisName: 2020maypay_04 + Name: The Meow Family's Paycheck + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Jobs: + Spirit_Handler: true + Summoner: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1594 + Script: | + .@r = getrefine(); + bonus bBaseAtk,7*.@r; + bonus bMatk,7*.@r; + bonus bLongAtkRate,3*(.@r/3); + bonus bMatkRate,3*(.@r/3); + if (.@r>=7) { + bonus2 bAddRace,RC_All,7; + bonus2 bMagicAddRace,RC_All,7; + } + if (.@r>=9) { + bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-500; + bonus2 bSkillCooldown,"SU_NYANGGRASS",-30000; + if (getskilllv("SU_SPIRITOFSEA") == 1) { + bonus5 bAutoSpell,"SU_LUNATICCARROTBEAT",5,10,BF_SHORT|BF_LONG,1; + bonus5 bAutoSpell,"SU_CN_METEOR",5,10,BF_SHORT|BF_LONG,1; + } + } + if (.@r>=11) + bonus bDelayrate,-10; + if (.@r>=12) { + if (getskilllv("SU_SPIRITOFSEA") == 1) + skill "CR_REFLECTSHIELD",5; + } + - Id: 400087 + AegisName: 2020maypay_05 + Name: Potential to Inspire Adventure Cap + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Jobs: + Novice: true + SuperNovice: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 193 + Script: | + .@r = getrefine(); + bonus bBaseAtk,10*.@r; + bonus bMatk,10*.@r; + bonus bMaxHP,1000*.@r; + bonus2 bIgnoreDefClassRate,Class_Normal,5*(.@r/3); + bonus2 bIgnoreMdefClassRate,Class_Normal,5*(.@r/3); + if (.@r>=7) { + bonus2 bAddRace,RC_All,7; + bonus2 bMagicAddRace,RC_All,7; + } + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Fire,40; + bonus2 bMagicAtkEle,Ele_Dark,40; + } + if (.@r>=11) { + bonus5 bAutoSpell,"RK_STORMBLAST",1,20,BF_SHORT,1; + bonus2 bSkillCooldown,"WZ_VERMILION",-4000; + bonus2 bSkillCooldown,"WZ_STORMGUST",-5000; + } + if (.@r>=12) { + skill "WL_RECOGNIZEDSPELL",1; + skill "BS_MAXIMIZE",3; + bonus bDelayrate,-20; + } + - Id: 400088 + AegisName: 2020RTC_01 + Name: 2020RTC Gold Naughty Ghost + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + EquipLevelMin: 100 + Refineable: true + View: 2012 + Script: | + .@r = getrefine(); + bonus bIntravision; + bonus2 bSubRace,RC_DemiHuman,15; + bonus2 bSubRace,RC_Player_Human,15; + bonus2 bSubRace,RC_Player_Doram,15; + bonus2 bSubRace,RC_Brute,15; + bonus2 bAddEffWhenHit,Eff_Freeze,5000; + bonus bFixedCast,-100*(.@r/2); + bonus bAtkRate,3*(.@r/2); + bonus bMatkRate,3*(.@r/2); + bonus bHealPower,5*(.@r/2); + bonus bCritAtkRate,10*(.@r/2); + bonus bCritical,3*(.@r/2); + bonus2 bWeaponDamageRate,W_BOW,4*(.@r/2); + hateffect HAT_EF_2020RTC_01,true; + UnEquipScript: | + hateffect HAT_EF_2020RTC_01,false; + - Id: 400089 + AegisName: 2020RTC_02 + Name: 2020RTC Silver Naughty Ghost + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + EquipLevelMin: 100 + Refineable: true + View: 2013 + Script: | + .@r = getrefine(); + bonus bIntravision; + bonus2 bSubRace,RC_DemiHuman,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Brute,13; + bonus2 bAddEffWhenHit,Eff_Freeze,3000; + bonus bFixedCast,-100*(.@r/2); + bonus bAtkRate,3*(.@r/2); + bonus bMatkRate,3*(.@r/2); + bonus bHealPower,4*(.@r/2); + bonus bCritAtkRate,8*(.@r/2); + bonus bCritical,3*(.@r/2); + bonus2 bWeaponDamageRate,W_BOW,3*(.@r/2); + hateffect HAT_EF_2020RTC_02,true; + UnEquipScript: | + hateffect HAT_EF_2020RTC_02,false; + - Id: 400090 + AegisName: 2020RTC_03 + Name: 2020RTC Bronze Naughty Ghost + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + EquipLevelMin: 100 + Refineable: true + View: 2014 + Script: | + .@r = getrefine(); + bonus bIntravision; + bonus2 bSubRace,RC_DemiHuman,11; + bonus2 bSubRace,RC_Player_Human,11; + bonus2 bSubRace,RC_Player_Doram,11; + bonus2 bSubRace,RC_Brute,11; + bonus2 bAddEffWhenHit,Eff_Freeze,1000; + bonus bFixedCast,-150*(.@r/3); + bonus bAtkRate,3*(.@r/3); + bonus bMatkRate,3*(.@r/3); + bonus bHealPower,4*(.@r/3); + bonus bCritAtkRate,8*(.@r/3); + bonus bCritical,3*(.@r/3); + bonus2 bWeaponDamageRate,W_BOW,3*(.@r/3); + hateffect HAT_EF_2020RTC_03,true; + UnEquipScript: | + hateffect HAT_EF_2020RTC_03,false; + - Id: 400091 + AegisName: C_Gray_Helmet + Name: Costume Gray Helmet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 941 + - Id: 400092 + AegisName: C_L_Magestic_Goat2 + Name: Costume Luxurious Horns + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 513 + - Id: 400093 + AegisName: C_18y_Hat_TW + Name: Costume Ragnarok 18th Anniversary Headwear + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2015 - Id: 400094 AegisName: BioWeapon_Helm_WL Name: Jade Crown @@ -146613,6 +160456,14 @@ Body: if (.@r>=11) { bonus2 bAddSize,Size_All,10; } + - Id: 400100 + AegisName: aegis_400100 + Name: Costume Leon Wig + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2373 - Id: 400101 AegisName: GatesofNetherworld Name: Gate of Netherworld @@ -146642,6 +160493,22 @@ Body: bonus bAspdRate,15; bonus bFixedCastrate,-70; } + - Id: 400103 + AegisName: Fletus_Tiara_MT + Name: Costume Phoenix Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1056 + - Id: 400104 + AegisName: Fletus_Tiara_BO + Name: Odin Mask (Middle) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 480 - Id: 400105 AegisName: Glacier_Helm_1 Name: Issgard Warrior Crown @@ -146769,7 +160636,7 @@ Body: } } - Id: 400109 - AegisName: aegis_400109 + AegisName: Fletus_Tiara_SHC Name: Boitata Hat Type: Armor Weight: 400 @@ -146819,7 +160686,7 @@ Body: } } - Id: 400110 - AegisName: aegis_400110 + AegisName: Fletus_Tiara_ABC Name: Crown of Beelzebub Type: Armor Weight: 400 @@ -146871,7 +160738,7 @@ Body: } } - Id: 400111 - AegisName: aegis_400111 + AegisName: VesperHeadGear_ Name: Vesper Headgear Type: Armor Weight: 400 @@ -146941,6 +160808,27 @@ Body: bonus bNoGemStone; if (getskilllv("AB_PRAEFATIO") >= 10) bonus bDelayrate,-15; + - Id: 400114 + AegisName: Victory_Ear_JP_ + Name: Victory Wing Ear + Type: Armor + Weight: 300 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1185 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bResEff,Eff_Confusion,10000; + bonus2 bMagicAddSize,Size_All,10; + if (getskilllv("AB_ADORAMUS") >= 10) + bonus bNoGemStone; + if (getskilllv("AB_PRAEFATIO") >= 10) + bonus bDelayrate,-15; - Id: 400115 AegisName: C_Rag_Origin_Hat Name: Costume Angeling Bread Hat @@ -147159,6 +161047,44 @@ Body: if (.@r>=11) { bonus2 bAddSize,Size_All,10; } + - Id: 400122 + AegisName: Summer_Promo_Helm1 + Name: Booster Power Hat (Physical) + Type: Armor + Defense: 10 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 1601 + Script: | + .@r = getrefine(); + bonus bBaseAtk,25; + bonus bAspdRate,5; + if (.@r>=9) + bonus bBaseAtk,25; + if (BaseLevel>=100) + bonus bAtkRate,7; + - Id: 400123 + AegisName: Summer_Promo_Helm2 + Name: Booster Power Hat (Magical) + Type: Armor + Defense: 10 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 1294 + Script: | + .@r = getrefine(); + bonus bMatk,25; + bonus bVariableCastrate,-5; + if (.@r>=9) + bonus bMatk,25; + if (BaseLevel>=100) + bonus bMatkRate,7; - Id: 400124 AegisName: C_Magestic_Goat2 Name: Costume Majestic Goat of Dawn @@ -147175,6 +161101,37 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 400125 + AegisName: The_Kings_Hat + Name: Hat of Ancient Kings + Type: Armor + Weight: 900 + Defense: 15 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 334 + Script: | + .@r = getrefine(); + bonus bBaseAtk,30; + bonus bMaxHP,200*(.@r/2); + if (.@r>=7) + bonus2 bSubSize,Size_All,5; + if (.@r>=9) { + bonus bMaxHP,500; + bonus bAtkRate,5; + } + - Id: 400126 + AegisName: C_CAPOORING_TW + Name: Costume Capooring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2021 - Id: 400127 AegisName: Ep18_Mini_Elly Name: Mini Elly @@ -147201,6 +161158,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2077 + - Id: 400129 + AegisName: C_Puriku_Cap + Name: Costume Puriku Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2076 - Id: 400131 AegisName: C_Diadem_Of_Bruenhild Name: Costume Diadem of Brunhild @@ -147209,6 +161174,22 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 1057 + - Id: 400132 + AegisName: C_Afro_Wig_J + Name: Costume Afro Hair Wig + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 302 + - Id: 400133 + AegisName: C_Para_Team_Hat160 + Name: Costume Aurora Parade Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1530 - Id: 400134 AegisName: Thanos_Helm_1 Name: Thanos Warrior Helmet @@ -147348,8 +161329,8 @@ Body: NoAuction: true Script: | bonus bBaseAtk,60; - bonus2 bHPDrainRate,50,2; - bonus2 bSPDrainRate,20,2; + bonus2 bHPDrainRate,10,2; + bonus2 bSPDrainRate,10,2; - Id: 400140 AegisName: 2Para_Cap_B Name: Advanced Paradise Hat @@ -147432,12 +161413,20 @@ Body: } - Id: 400143 AegisName: C_Asgard_Circlet_TW - Name: Costume Valkyrie Circlet # !todo check english name + Name: Costume Crimson Valkyrie Circlet Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2100 + - Id: 400144 + AegisName: C_Glory_Symbol_TW + Name: Costume Glory Symbol + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2101 - Id: 400145 AegisName: Thanos_Helm3_LT Name: Thanos Magic Helmet-LT @@ -147521,6 +161510,10 @@ Body: Locations: Costume_Head_Mid: true ArmorLevel: 1 + Script: | + hateffect(HAT_EF_BLACK_THUNDER,true); + UnEquipScript: | + hateffect(HAT_EF_BLACK_THUNDER,false); - Id: 400150 AegisName: Thanos_Helm_4 Name: Thanos Fighter Helmet @@ -147605,7 +161598,7 @@ Body: bonus2 bMagicAtkEle,Ele_All,.@r; bonus bMatkRate,2*(.@r/3); bonus bAspd,(.@r/5); - autobonus "{ .@r = getrefine(); bonus bMatk,100; bonus bHit,50; bonus3 bAutoSpell,\"SO_CLOUD_KILL\",max(3,getskilllv(\"SO_CLOUD_KILL\")),50; if (.@r>=7) { bonus bMatk,50; bonus bHit,25; if (.@r>=9) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,50; if (.@r>=10) { bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,20; } } }",1,10000,BF_WEAPON; + autobonus "{ .@r = getrefine(); bonus bMatk,100; bonus bHit,50; bonus3 bAutoSpell,\"SO_CLOUD_KILL\",max(3,getskilllv(\"SO_CLOUD_KILL\")),50; if (.@r>=7) { bonus bMatk,50; bonus bHit,25; if (.@r>=9) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,50; if (.@r>=10) { bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,20; } } } }",1,10000,BF_WEAPON; if (.@g >= ENCHANTGRADE_D && .@r>=11) { bonus5 bAutoSpell,"RK_IGNITIONBREAK",9,30,BF_MAGIC,1; } @@ -147637,12 +161630,13 @@ Body: bonus bCritAtkRate,15; if (BaseLevel>=210) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } if (.@r>=7) { bonus bCritAtkRate,10; - bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=9) { + bonus bAtkRate,5; bonus bMatkRate,5; if (.@r>=11) { bonus bDelayrate,-5; @@ -147656,7 +161650,7 @@ Body: } if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; @@ -147689,7 +161683,7 @@ Body: } if (BaseLevel>=210) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } if (.@r>=7) { bonus bVariableCastrate,-10; @@ -147707,7 +161701,7 @@ Body: bonus bDelayrate,-5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; @@ -147735,12 +161729,13 @@ Body: .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,10; bonus bShortAtkRate,10; if (.@r>=9) { + bonus bAtkRate,5; bonus bMatkRate,5; if (.@r>=11) { bonus2 bMagicAddEle,Ele_Dark,20; @@ -147753,7 +161748,7 @@ Body: bonus bShortAtkRate,5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; @@ -147782,12 +161777,13 @@ Body: .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,10; bonus bShortAtkRate,10; if (.@r>=9) { + bonus bAtkRate,5; bonus bMatkRate,5; if (.@r>=11) { bonus2 bMagicAddEle,Ele_Earth,20; @@ -147800,7 +161796,7 @@ Body: bonus bShortAtkRate,5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; @@ -147812,7 +161808,7 @@ Body: autobonus "{ bonus2 bMagicAtkEle,Ele_Fire,20; }",1,60000,BF_MAGIC; - Id: 400157 AegisName: C_Astrologer_T_Hat - Name: Costume Astrologer T Hat # !todo check english name + Name: Costume Astrologer's Cap Type: Armor Locations: Costume_Head_Top: true @@ -147844,7 +161840,7 @@ Body: View: 2138 - Id: 400161 AegisName: C_Hat_0f_King - Name: Costume Hat 0f King # !todo check english name + Name: Costume Hat of King Type: Armor Locations: Costume_Head_Top: true @@ -147852,7 +161848,7 @@ Body: View: 374 - Id: 400162 AegisName: C_Red_Navy_Hat - Name: Costume Red Navy Hat # !todo check english name + Name: Costume Red Navy Hat Type: Armor Locations: Costume_Head_Top: true @@ -147868,7 +161864,7 @@ Body: View: 2140 - Id: 400164 AegisName: 2021RTC_Headset_TW - Name: 2021RTC Headset # !todo check english name + Name: 2021RTC Gaming Headset Type: Armor Weight: 100 Locations: @@ -147879,7 +161875,7 @@ Body: bonus bFixedCast,-100; bonus bShortAtkRate,1; bonus bLongAtkRate,1; - bonus2 bMagicAddEle,Ele_All,1; + bonus2 bMagicAtkEle,Ele_All,1; - Id: 400165 AegisName: C_Green_Apple_Hat_J Name: Costume Green Apple Hat # !todo check english name @@ -148054,11 +162050,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148095,11 +162091,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148206,6 +162202,22 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 1593 + - Id: 400183 + AegisName: C_Rabbit_Earplug_V + Name: Costume Rabbit Earmuffs (Head) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 515 + - Id: 400184 + AegisName: C_Hill_Wind_Mask_V + Name: Costume Hill Wind Head (Upper) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1342 - Id: 400185 AegisName: C_Red_Tiger_Mask Name: Costume Tiger Mask # !todo check english name @@ -148214,6 +162226,56 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 747 + - Id: 400186 + AegisName: C_Snake_Head + Name: Costume Snake Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 393 + - Id: 400187 + AegisName: Purple_Cat_Ears_Beret + Name: Cat Ears Beret + Type: Armor + Buy: 20 + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 2153 + Script: | + .@r = getrefine(); + bonus bInt,3*.@r; + bonus bMdef,10; + bonus bDelayrate,-10; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; + bonus2 bSkillAtk,"SO_DIAMONDDUST",15; + if (getskilllv("SO_CLOUD_KILL") ==5) + bonus2 bSkillCooldown,"SO_DIAMONDDUST",-1000; + if (getskilllv("SO_PSYCHIC_WAVE") ==5) + bonus bDelayrate,-20; + if (getskilllv("SO_STRIKING") ==5) { + bonus2 bMagicAtkEle,Ele_Earth,25; + bonus2 bMagicAtkEle,Ele_Fire,25; + bonus2 bMagicAtkEle,Ele_Water,25; + bonus2 bMagicAtkEle,Ele_Wind,25; + bonus2 bMagicAtkEle,Ele_Neutral,25; + } + if (getskilllv("SO_VACUUM_EXTREME") ==5) + bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-2000; + if (.@r>=7) { + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20; + bonus2 bSkillAtk,"SO_DIAMONDDUST",20; + } + if (.@r>=9) { + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30; + bonus2 bSkillAtk,"SO_DIAMONDDUST",30; + } - Id: 400188 AegisName: C_Evt_RagFes_band Name: Costume Ragfest Commemorative Headband @@ -148243,11 +162305,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148303,7 +162365,8 @@ Body: } } bonus bBaseAtk,10*(.@r/2); - bonus2 bSkillAtk,"AB_DUPLELIGHT",15*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); bonus bShortAtkRate,7*(.@r/4); - Id: 400191 @@ -148390,12 +162453,48 @@ Body: bonus bLongAtkRate,7*(.@r/4); - Id: 400193 AegisName: C_Navy_Drooping_Kitty - Name: Costume indigo blue droopy cat # !todo check english name + Name: Costume Navy Drooping Kitty Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 749 + - Id: 400194 + AegisName: NostalgiaCherryBlossom + Name: Nostalgia Cherry Blossom + Type: Armor + Buy: 20 + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 2162 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bMaxHPrate,10; + bonus2 bAddClass,Class_Boss,25; + bonus bPerfectHitAddRate,3*.@r; + if (getskilllv("SJ_LIGHTOFMOON") == 5) { + if (getskilllv("SJ_NEWMOONKICK") == 7) + autobonus "{ bonus bSpeedRate,25; }",100,30000,BF_WEAPON; + if (getskilllv("SJ_LUNARSTANCE") == 3) + bonus bFlee,50; + if (getskilllv("SJ_FULLMOONKICK") == 10) + bonus2 bHPDrainRate,1000,2; + } + if(.@r>=7) { + bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; + bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; + } + if(.@r>=9) { + bonus2 bSkillAtk,"SJ_NEWMOONKICK",35; + bonus2 bSkillAtk,"SJ_FULLMOONKICK",35; + } - Id: 400195 AegisName: C_Pizza_Hat_J Name: Costume Pepperoni Pizza @@ -148523,11 +162622,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148626,6 +162725,98 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 2153 + - Id: 400205 + AegisName: C_Bun_Twin_Tail_BU + Name: Costume Odango Twintails (Blue) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2190 + - Id: 400206 + AegisName: C_Bun_Twin_Tail_RD + Name: Costume Odango Twintails (Red) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2191 + - Id: 400207 + AegisName: C_Bun_Twin_Tail_YL + Name: Costume Odango Twintails (Yellow) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2192 + - Id: 400208 + AegisName: C_Bun_Twin_Tail_GN + Name: Costume Odango Twintails (Green) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2193 + - Id: 400209 + AegisName: C_Bun_Twin_Tail_BL + Name: Costume Odango Twintails (Black) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2194 + - Id: 400210 + AegisName: C_Bun_Twin_Tail_WH + Name: Costume Odango Twintails (White) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2195 + - Id: 400211 + AegisName: C_Bun_Twin_Tail_OM + Name: Costume Odango Twintails (Brown) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2196 + - Id: 400212 + AegisName: C_Bun_Twin_Tail_PP + Name: Costume Odango Twintails (Purple) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2197 + - Id: 400213 + AegisName: Faith_Of_Yggdrasil + Name: Faith of Yggdrasil + Type: Armor + Buy: 20 + Weight: 50 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 2198 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bAllStats,3; + bonus2 bSubClass,Class_Normal,20; + bonus2 bSubClass,Class_Boss,20; + bonus2 bAddSize,Size_All,((.@r>=9)?40:(.@r>=7?25:10)); + bonus2 bMagicAddSize,Size_All,((.@r>=9)?40:(.@r>=7?25:10)); + if (.@r>=7) + bonus bDelayrate,-20; + if (.@r>=9) { + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubRace,RC_Player_Doram,13; + } - Id: 400214 AegisName: C_Faith_Of_Yggdrasil Name: "Costume: Faith of Yggdrasl" @@ -148737,11 +162928,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148779,11 +162970,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148801,6 +162992,14 @@ Body: bonus2 bMagicAtkEle,Ele_Earth,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Neutral,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Wind,7*(.@r/4); + - Id: 400221 + AegisName: C_Jasper_Crest + Name: Costume Jasper Crest + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 399 - Id: 400223 AegisName: C_Fantastic_Wig Name: Costume Fantastic Wig @@ -148932,11 +163131,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -148991,7 +163190,7 @@ Body: } } bonus bBaseAtk,10*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15*(.@r/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); - Id: 400230 AegisName: Viva_Adul_Hat_NC1 @@ -149078,7 +163277,7 @@ Body: bonus bLongAtkRate,7*(.@r/4); - Id: 400232 AegisName: C_Crushed_Snow_Man - Name: Costume Crushed Snowman + Name: Costume Snowman Type: Armor Locations: Costume_Head_Top: true @@ -149339,11 +163538,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -149378,11 +163577,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -149474,6 +163673,7 @@ Body: } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15*(.@r/3); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15*(.@r/3); bonus bShortAtkRate,7*(.@r/4); - Id: 400243 AegisName: Viva_Adul_Hat_SU1 @@ -149534,11 +163734,11 @@ Body: Script: | .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { @@ -149578,6 +163778,7 @@ Body: bonus bCon,2; bonus bAspdRate,10; bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; autobonus "{ .@r = getrefine(); bonus bBaseAtk,35*.@r; if (.@r>=10) { bonus bPAtk,20; } }",1,7000,BF_WEAPON; if (.@r>=7) { bonus bShortAtkRate,15; @@ -149626,7 +163827,7 @@ Body: bonus bCon,2; bonus bVariableCastrate,-10; bonus2 bMagicAddRace,RC_Undead,10; - autobonus "{ .@r = getrefine(); bonus bMatk,35*.@r; if (.@r>=10) { bonus bSmatk,20; } }",1,7000,BF_MAGIC; + autobonus "{ .@r = getrefine(); bonus bMatk,35*.@r; if (.@r>=10) { bonus bSMatk,20; } }",1,7000,BF_MAGIC; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=9) { @@ -149643,14 +163844,38 @@ Body: bonus bFixedCast,-500; bonus bWis,2; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,3; - bonus bMres,20; + bonus bSMatk,3; + bonus bMRes,20; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,7; + bonus bSMatk,7; } } } } + - Id: 400250 + AegisName: C_RTC2021_Reward_1_TH + Name: Costume The Winner of RTC 2021 + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2213 + - Id: 400251 + AegisName: C_RTC2021_Reward_2_TH + Name: Costume First Runner Up of RTC 2021 + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2214 + - Id: 400252 + AegisName: C_RTC2021_Reward_3_TH + Name: Costume Second Runner Up of RTC 2021 + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2215 - Id: 400253 AegisName: C_Macaron_Bunny_Head Name: Costume Macaron Bunny Headdress @@ -149692,6 +163917,14 @@ Body: EquipLevelMin: 1 Refineable: true View: 2087 + - Id: 400258 + AegisName: C_Wanderer_Curl + Name: Costume Wanderer Curl + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2224 - Id: 400259 AegisName: C_Notation_Hairband Name: Costume Music Note Hairband @@ -149700,6 +163933,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 607 + - Id: 400260 + AegisName: aegis_400260 + Name: Costume Magic lamp + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 897 - Id: 400261 AegisName: Sagittarius_DiademK_LT Name: Sagittarius Celestial Coronet-LT @@ -149883,6 +164124,16 @@ Body: } } } + - Id: 400268 + AegisName: Rose_Crispinette + Name: Rose Crespinette + Type: Armor + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 2091 - Id: 400269 AegisName: C_NostalgiaCherry Name: Costume Nostalgia Cherry Blossom @@ -149892,7 +164143,7 @@ Body: ArmorLevel: 1 View: 2162 - Id: 400270 - AegisName: aegis_400270 + AegisName: C_Kannam_On_Head Name: Costume Kannam On Head Type: Armor Locations: @@ -149900,7 +164151,7 @@ Body: ArmorLevel: 1 View: 1003 - Id: 400271 - AegisName: aegis_400271 + AegisName: C_Shovel_Hat Name: Costume Shovel Hat Type: Armor Locations: @@ -149915,6 +164166,14 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2248 + - Id: 400277 + AegisName: C_Felock_Cap_ + Name: Costume Felrock's Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1489 - Id: 400278 AegisName: C_Drooping_Omega Name: "Costume: Drooping Omega" @@ -149931,6 +164190,59 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2259 + - Id: 400287 + AegisName: Legacy_of_Wise_One_J + Name: Legacy of Wise One + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 2260 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus2 bAddEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; + if (.@r>=7) { + bonus bAllStats,10; + bonus2 bAddEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; + } + if (.@r>=9) { + bonus bAllStats,10; + bonus2 bSubRace,RC_Player_Human,13; + } + - Id: 400289 + AegisName: aegis_400289 + Name: Costume Umbrella Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 338 + - Id: 400290 + AegisName: C_Pink_Angel_Hairband + Name: Costume Pink Angel Hairband + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 916 + - Id: 400292 + AegisName: C_Proba_Angel_Blessing + Name: Costume Little Angle Gift + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 444 - Id: 400305 AegisName: C_KAKAO_Sky_Hat Name: Costume Sky Hat @@ -149947,8 +164259,8 @@ Body: NoMail: true NoAuction: true - Id: 400307 - AegisName: aegis_400307 - Name: The Alliance of Onigami + AegisName: Ally_of_the_Demons + Name: Ally of the Demons Type: Armor View: 2268 Weight: 500 @@ -149963,7 +164275,7 @@ Body: .@r = getrefine(); bonus bAgi,3*.@r; bonus bMdef,10; - bonus bPerfectHitRate,30; + bonus bPerfectHitAddRate,30; bonus2 bSkillAtk,"SR_HOWLINGOFLION",50; bonus2 bSkillAtk,"SR_KNUCKLEARROW",50; if (getskilllv("SR_KNUCKLEARROW") == 10) @@ -149986,7 +164298,7 @@ Body: } - Id: 400309 AegisName: C_20th_Anniversary_Hat - Name: COSTUME 20th Anniversary hat # !todo check english name + Name: Costume 20th Anniversary Hat Type: Armor Locations: Costume_Head_Top: true @@ -150002,23 +164314,95 @@ Body: View: 2283 - Id: 400311 AegisName: C_Reliance_Crown - Name: Costume Will coffin # !todo check english name + Name: Costume Helmet of Light and Darkness Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2281 + - Id: 400312 + AegisName: aegis_400312 + Name: Costume Tiraya Bonnet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 398 + - Id: 400313 + AegisName: C_Galaxy_Circlet + Name: Costume Galaxy Circlet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 725 + - Id: 400314 + AegisName: C_Northern_Cross + Name: Costume Northern Cross + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2132 + - Id: 400315 + AegisName: C_2012RMSCNO4 + Name: Costume Blue Emotion + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2285 - Id: 400319 - AegisName: aegis_400319 + AegisName: C_Poringnoodle_Head Name: Poring in a Bowl of Costume Noodles # !todo check english name Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 1003 + - Id: 400320 + AegisName: aegis_400320 + Name: Costume Drum Hood (Black) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2146 + - Id: 400321 + AegisName: aegis_400321 + Name: Costume Academy Freshman Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 409 + - Id: 400325 + AegisName: C_Wondering_Wolf_V + Name: Costume Wandering Wolf Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 490 + - Id: 400326 + AegisName: C_Bull_Hat + Name: Costume Cowhide Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 819 + - Id: 400327 + AegisName: C_RA_Hair_PK + Name: Costume Sleek Pink Half-Updo + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2278 - Id: 400336 AegisName: aegis_400336 - Name: Heroria Helm # !todo check english name + Name: Herosria Helm Type: Armor Weight: 2000 Defense: 90 @@ -150038,7 +164422,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,-5; - Id: 400337 AegisName: aegis_400337 - Name: Heroria Marksman's Apple # !todo check english name + Name: Herosria Apple of Archer Type: Armor Weight: 1400 Defense: 40 @@ -150058,7 +164442,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,-5; - Id: 400338 AegisName: aegis_400338 - Name: Heroria Wizard's Hat # !todo check english name + Name: Herosria Mage Hat Type: Armor Weight: 1000 Defense: 20 @@ -150079,7 +164463,7 @@ Body: bonus2 bMagicAddRace,RC_Player_Doram,10; - Id: 400339 AegisName: aegis_400339 - Name: Heroria beret # !todo check english name + Name: Herosria Beret Type: Armor Weight: 3000 Defense: 120 @@ -150105,7 +164489,7 @@ Body: bonus2 bMagicAddRace,RC_Player_Doram,-10; - Id: 400340 AegisName: aegis_400340 - Name: Heroria Viretta # !todo check english name + Name: Herosria Biretta Type: Armor Weight: 1000 Defense: 60 @@ -150124,25 +164508,72 @@ Body: bonus2 bMagicAddRace,RC_Player_Human,-10; bonus2 bMagicAddRace,RC_Player_Doram,-10; bonus bDelayrate,-5; + - Id: 400341 + AegisName: aegis_400341 + Name: Costume Empty Can Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 851 - Id: 400342 AegisName: aegis_400342 - Name: Costume Pure White Horn # !todo check english name + Name: Costume Pure White Horn Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 42 - Id: 400343 - AegisName: aegis_400343 - Name: Costume Fox Ear Hat # !todo check english name + AegisName: C_Fox_Bamboo_Hat + Name: Costume Fox Bamboo Hat Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2294 + - Id: 400344 + AegisName: aegis_400344 + Name: Angel Of Happiness + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1251 + Script: | + bonus bMaxHP,BaseLevel*5; + bonus bMaxSP,BaseLevel*2; + - Id: 400345 + AegisName: aegis_400345 + Name: "[Not For Sale] Angel Of Happiness" + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1251 + Script: | + bonus bMaxHP,BaseLevel*5; + bonus bMaxSP,BaseLevel*2; - Id: 400347 AegisName: aegis_400347 - Name: Costume Necromancer's Hood (Upper) # !todo check english name + Name: Costume Necromancer Hood (Upper) Type: Armor Locations: Costume_Head_Top: true @@ -150164,9 +164595,25 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 206 + - Id: 400350 + AegisName: aegis_400350 + Name: Costume Soul Ring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 69 + - Id: 400351 + AegisName: C_20Y_Anniv_Helmet + Name: Costume Poring Helmet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2302 - Id: 400354 - AegisName: aegis_400354 - Name: Costume Gold Helmet of Vanargand # !todo check english name + AegisName: C_Vanargandr_Helm_GL + Name: Costume Gold Helm of Vanagandr Type: Armor Locations: Costume_Head_Top: true @@ -150174,23 +164621,39 @@ Body: View: 2312 - Id: 400355 AegisName: C_Balloon_Hat_Classical - Name: Costume Classical Balloon Hat # !todo check english name + Name: Costume Classical Balloon Hat Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2313 - Id: 400356 - AegisName: aegis_400356 - Name: Costume Denim Ignis Cap # !todo check english name + AegisName: C_Ignis_Cap_BU + Name: Costume Denim Ignis Cap Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2314 + - Id: 400357 + AegisName: C_Dragonhelm_Gold + Name: Costume Asia Masters 1st Dragon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 452 + - Id: 400358 + AegisName: C_Dragonhelm_Silver + Name: Costume Asia Masters 2nd Dragon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 453 - Id: 400359 AegisName: aegis_400359 - Name: Level 1 Hat # !todo check english name + Name: 1Lv Hat Type: Armor Slots: 1 Locations: @@ -150208,6 +164671,14 @@ Body: ArmorLevel: 2 Refineable: true View: 16 + - Id: 400363 + AegisName: aegis_400363 + Name: Costume Book of Soyga + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 423 - Id: 400365 AegisName: C_Larva_Red Name: "Costume: Larva (Red)" @@ -150223,6 +164694,108 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 400366 + AegisName: aegis_400366 + Name: Costume Royal Beret + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1122 + - Id: 400367 + AegisName: aegis_400367 + Name: Costume Ladys Feather Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1276 + - Id: 400368 + AegisName: 20th_Anniversary_Hat_TW + Name: RO 20th Anniversary Limited Cap + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 2284 + Script: | + .@r = getrefine(); + bonus bMaxHP,2000; + bonus bMaxSP,200; + bonus bBaseAtk,20*(.@r/2); + bonus bMatk,20*(.@r/2); + bonus bAtkRate,3*(.@r/3); + bonus bMatkRate,3*(.@r/3); + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + } + if (.@r>=11) { + bonus2 bAddEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; + } + if (.@r>=12) + bonus bFixedCast,-15*(.@r-11); + - Id: 400369 + AegisName: aegis_400369 + Name: Costume Rabbit Ears And Egg Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1000 + - Id: 400370 + AegisName: C_PU_EarWitchHat + Name: Costume Purple Big Ears Witch Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2323 + - Id: 400371 + AegisName: aegis_400371 + Name: ROC 1st Anniversary Hat + Type: Armor + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1541 + Script: | + .@r = getrefine(); + bonus bSpeedRate,25; + if (.@r>=4) { + bonus2 bRegenPercentHP,2,10000; + bonus2 bRegenPercentSP,1,10000; + } + if (.@r>=5) + bonus bAllStats,2; + if (.@r>=6) + skill "BS_GREED",1; + - Id: 400372 + AegisName: C_5th_Anniversary_Hat + Name: Costume 5th Anniversary Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2326 - Id: 400373 AegisName: aegis_400373 Name: Costume Frozen Laurel Wreath # !todo check english name @@ -151485,7 +166058,7 @@ Body: } - Id: 400397 AegisName: aegis_400397 - Name: Costume Pretty Rabbit Hood (Upper) # !todo check english name + Name: Costume Pretty Rabbit Hood (Upper) Type: Armor Locations: Costume_Head_Top: true @@ -151493,15 +166066,153 @@ Body: View: 1085 - Id: 400398 AegisName: aegis_400398 - Name: Costume Feather White Beret # !todo check english name + Name: Costume Feather White Beret Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2286 + - Id: 400399 + AegisName: aegis_400399 + Name: Bronze Crown + Type: Armor + Weight: 300 + Defense: 5 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1108 + Script: | + bonus bAllStats,5; + bonus bMdef,5; + bonus bSpeedRate,25; + skill "AL_TELEPORT",1; + - Id: 400400 + AegisName: Red_Baby_Dragon_LT + Name: Baby Red Dragon Hat-LT + Type: Armor + Weight: 700 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + View: 2339 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,3000; + bonus bMaxSP,200; + bonus2 bSkillAtk,"RK_DRAGONBREATH",10*(.@r/2); + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10*(.@r/2); + bonus bLongAtkRate,5*(.@r/3); + if (BaseLevel>=200) { + bonus bPow,3; + bonus bPAtk,2; + } + if (.@r>=7) { + bonus bAspd,1; + if (.@r>=9) { + bonus bMaxHPrate,15; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=13) { + autobonus "{ bonus bLongAtkRate,25; }",20,10000,BF_WEAPON,"{ active_transform 1714,10000; }"; + } + } + } + } + if (.@g >= ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g >= ENCHANTGRADE_C) { + if (.@r>=11) { + bonus bDelayrate,-8; + if (.@g >= ENCHANTGRADE_B) { + if (.@r>=13) { + bonus bFixedCast,-500; + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"RK_DRAGONBREATH",30; + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",30; + } + } + } + } + } + } + - Id: 400401 + AegisName: Yggdrasil_Faith + Name: Faith of Yggdrasil + Type: Armor + Weight: 700 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 2198 + Script: | + .@r = getrefine(); + bonus bMatk,20*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,7*(.@r/3); + if (.@r>=7) + bonus bMatkRate,10; + if (.@r>=9) + bonus bDelayrate,-10; + if (.@r>=11) + bonus2 bMagicAddRace,RC_All,15; + if (.@r>=12) + bonus2 bMagicAddEle,Ele_All,15; + if (.@r>=13) + bonus bFixedCast,-500; + - Id: 400402 + AegisName: C_1st_Evt_Hat_MSP + Name: Costume GGH 1st Anniversary Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2344 + - Id: 400403 + AegisName: aegis_400403 + Name: Costume Face Crusher (Middle) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1341 + - Id: 400404 + AegisName: aegis_400404 + Name: Costume Dorothy Doll Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 582 + - Id: 400405 + AegisName: C_Ribbon_Magic_Hat + Name: Costume Chocolate Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 794 + - Id: 400406 + AegisName: C_Sweets_Captive + Name: Costume Sweets Captivated + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2347 - Id: 400407 AegisName: C_Black_Rabbit_Ear - Name: Costume Black Rabbit Ears # !todo check english name + Name: Costume Black Rabbit Ears Type: Armor Locations: Costume_Head_Top: true @@ -151529,11 +166240,12 @@ Body: bonus2 bSubClass,Class_Normal,20; bonus bMatkRate,40; bonus2 bSkillAtk,"AG_CRIMSON_ARROW",BaseLevel/10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",BaseLevel/10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",BaseLevel/10; bonus2 bSkillAtk,"AG_STORM_CANNON",BaseLevel/10; bonus2 bSkillAtk,"AG_ROCK_DOWN",BaseLevel/10; - Id: 400409 - AegisName: aegis_400409 + AegisName: Wild_Beast Name: Wild Beast Type: Armor Weight: 500 @@ -151550,6 +166262,84 @@ Body: bonus2 bSubClass,Class_Normal,20; bonus2 bAddEle,Ele_All,3*.@r; bonus2 bMagicAddEle,Ele_All,3*.@r; + - Id: 400410 + AegisName: aegis_400410 + Name: Heaven Cage + Type: Armor + Weight: 80 + Defense: 6 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 40 + Refineable: true + View: 1286 + Script: | + bonus bLuk,5; + bonus bCritical,5; + bonus bFlee2,5; + if (BaseJob == Job_Sniper) + bonus2 bSkillAtk,"HT_BLITZBEAT",5*getrefine(); + - Id: 400411 + AegisName: aegis_400411 + Name: "[Not For Sale] Heaven Cage" + Type: Armor + Weight: 80 + Defense: 6 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 40 + Refineable: true + View: 1286 + Script: | + bonus bLuk,5; + bonus bCritical,5; + bonus bFlee2,5; + if (BaseJob == Job_Sniper) + bonus2 bSkillAtk,"HT_BLITZBEAT",5*getrefine(); + - Id: 400412 + AegisName: aegis_400412 + Name: Pink Poo Hat + Type: Armor + Weight: 1200 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1102 + Script: | + bonus bUnbreakableHelm; + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + - Id: 400413 + AegisName: aegis_400413 + Name: Kafra Employee Band + Type: Armor + Weight: 500 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 106 + Script: | + .@r = getrefine(); + bonus2 bSubRace,RC_All,5; + bonus2 bAddMonsterDropItem,7059,10*.@r; + bonus2 bAddMonsterDropItem,7060,10*.@r; + bonus2 bAddMonsterDropItem,23177,10*.@r; - Id: 400414 AegisName: aegis_400414 Name: Costume strong copo # !todo check english name @@ -151566,22 +166356,3711 @@ Body: Costume_Head_Top: true ArmorLevel: 1 View: 2357 + - Id: 400416 + AegisName: aegis_400416 + Name: Squirrel Ear Hood (Albino) + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2371 + Script: | + .@r = getrefine(); + bonus bPow,3+.@r; + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Normal,20; + bonus2 bSubClass,Class_Boss,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"CD_PETITIO",BaseLevel/10; + bonus2 bSkillAtk,"CD_EFFLIGO",BaseLevel/10; + - Id: 400417 + AegisName: aegis_400417 + Name: "[Not For Sale] Deep Blue Angel Hairband" + Type: Armor + Weight: 100 + Defense: 4 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 915 + Script: | + bonus bAgi,1; + bonus bLuk,1; + bonus bMdef,3; + bonus2 bSubRace,RC_Demon,3; + - Id: 400418 + AegisName: aegis_400418 + Name: Nymph Green Sapphire + Type: Armor + Weight: 600 + Defense: 60 + Slots: 1 + Jobs: + Mage: true + Sage: true + Wizard: true + Classes: + All_Upper: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 566 + Script: | + .@r = getrefine(); + bonus bMatkRate,.@r; + bonus bFixedCastrate,-5*.@r; + - Id: 400419 + AegisName: aegis_400419 + Name: "[Not For Sale] Nymph Green Sapphire" + Type: Armor + Weight: 600 + Defense: 60 + Slots: 1 + Jobs: + Mage: true + Sage: true + Wizard: true + Classes: + All_Upper: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 566 + Script: | + .@r = getrefine(); + bonus bMatkRate,.@r; + bonus bFixedCastrate,-5*.@r; + - Id: 400420 + AegisName: aegis_400420 + Name: Dragon Circlet + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2358 + Script: | + .@r = getrefine(); + bonus bPow,3+.@r; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubClass,Class_Normal,20; + bonus2 bSubClass,Class_Boss,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"DK_HACKANDSLASHER",BaseLevel/10; + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",BaseLevel/10; + - Id: 400421 + AegisName: aegis_400421 + Name: Two Tone Cap + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2359 + Script: | + .@r = getrefine(); + bonus bPow,3+.@r; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubClass,Class_Normal,20; + bonus2 bSubClass,Class_Boss,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",BaseLevel/10; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",BaseLevel/10; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",BaseLevel/10; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",BaseLevel/10; + - Id: 400422 + AegisName: aegis_400422 + Name: Costume Dark Bacilium (Upper) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 364 + - Id: 400423 + AegisName: aegis_400423 + Name: Costume World-erosive Curse + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2020 + - Id: 400424 + AegisName: C_Owlviscount_Silk_Hat + Name: Costume Owl Viscount Silk Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1323 + - Id: 400425 + AegisName: aegis_400425 + Name: Costume Falconer Flute + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1143 + - Id: 400426 + AegisName: C_Smoky_TransformHat + Name: Costume Smoky Transform Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1646 + - Id: 400427 + AegisName: aegis_400427 + Name: Costume Demi Freyja Hair + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2360 - Id: 400428 AegisName: aegis_400428 - Name: Costume Rabbit Ear Egg # !todo check english name + Name: Costume Bunny Ear Eggs Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2364 + - Id: 400429 + AegisName: aegis_400429 + Name: Costume Mountain Helmet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2098 + - Id: 400430 + AegisName: aegis_400430 + Name: Costume Twin Casquette + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 576 + - Id: 400431 + AegisName: aegis_400431 + Name: Costume Sakura Witch Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2366 - Id: 400432 - AegisName: aegis_400432 - Name: Costume Heart Chiffon Rabbit # !todo check english name + AegisName: C_Heart_Chiffon_Rabbit + Name: Costume Heart Chiffon Rabbit Type: Armor Locations: Costume_Head_Top: true ArmorLevel: 1 View: 2367 + - Id: 400433 + AegisName: Gothic_HW_TW_LT + Name: Fallen Wing Hairpin-LT + Type: Armor + Weight: 300 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 1 + Refineable: true + Gradable: true + View: 2372 + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMaxHPrate,10; + bonus bDelayrate,8-(2*(.@r/2)); + bonus bMaxHP,3000*(.@r/3); + if (.@r>=7) { + bonus bDelayrate,-10; + if (.@r>=9) { + bonus bAtkRate,10; + bonus bMatkRate,10; + if (.@r>=11) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + if (.@r>=13) { + bonus bNearAtkDef,10; + bonus bLongAtkDef,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHP,15000; + bonus bDelayrate,-5; + if (.@g>=ENCHANTGRADE_B) { + autobonus "{ bonus2 bMagicAtkEle,Ele_All,20; bonus bShortAtkRate,20; bonus bLongAtkRate,20; }",20,10000,BF_WEAPON|BF_MAGIC; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSubEle,Ele_All,10; + } + } + } + } + - Id: 400434 + AegisName: aegis_400434 + Name: Costume Fallen Angel Lost + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 907 + - Id: 400435 + AegisName: aegis_400435 + Name: Costume Mad Hatter's Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2376 + - Id: 400436 + AegisName: aegis_400436 + Name: Costume Overpiamet Hood + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2377 + - Id: 400437 + AegisName: aegis_400437 + Name: Chic Peony + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2380 + Script: | + bonus bPow,3+getrefine(); + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"SHC_SHADOW_STAB",BaseLevel/10; + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",BaseLevel/10; + - Id: 400438 + AegisName: aegis_400438 + Name: Bobcat Knit Hat (White) + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2381 + Script: | + bonus bPow,3+getrefine(); + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",BaseLevel/10; + bonus2 bSkillAtk,"ABC_UNLUCKY_RUSH",BaseLevel/10; + bonus2 bSkillAtk,"ABC_DEFT_STAB",BaseLevel/10; + - Id: 400439 + AegisName: aegis_400439 + Name: Costume Angel's Kiss + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 255 + - Id: 400440 + AegisName: Remorse_C_Crown + Name: Penance Charm Crown + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 725 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bMatk,15*(.@r/2); + bonus bMatkRate,5*(.@r/3); + bonus2 bMagicAtkEle,Ele_All,5*(.@r/4); + if (.@r>=9) { + bonus bDelayrate,-10; + if (.@r>=11) { + bonus2 bMagicAddRace,RC_All,15; + if (.@r>=13) { + bonus2 bMagicAddRace,RC_All,20; + bonus bFixedCast,-500; + } + } + } + - Id: 400441 + AegisName: aegis_400441 + Name: "[Not For Sale] Fox Ears Bell Ribbon" + Type: Armor + Weight: 400 + Defense: 4 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1070 + Script: | + bonus bAgi,2; + bonus bAspdRate,10; + autobonus "{ .@r = getrefine(); bonus bCritical,100; bonus bLongAtkRate,5+max(0,.@r-6); }",50+(.@r*2),5000,BF_NORMAL,"{ active_transform 1150,5000; }"; + - Id: 400442 + AegisName: aegis_400442 + Name: "[Not For Sale] Super Scell" + Type: Armor + Weight: 100 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 688 + Script: | + bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",max(getskilllv("MG_LIGHTNINGBOLT"),5),50+(getskilllv("MG_LIGHTNINGBOLT")*5); + bonus3 bAutoSpell,"MG_THUNDERSTORM",max(getskilllv("MG_THUNDERSTORM"),5),50+(getskilllv("MG_THUNDERSTORM")*5); + - Id: 400443 + AegisName: aegis_400443 + Name: "[Not For Sale] Cloud Buster" + Type: Armor + Weight: 100 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 705 + Script: | + bonus3 bAutoSpell,"MG_COLDBOLT",max(getskilllv("MG_COLDBOLT"),5),50+(getskilllv("MG_COLDBOLT")*5); + bonus3 bAutoSpell,"MG_FROSTDIVER",max(getskilllv("MG_FROSTDIVER"),5),50+(getskilllv("MG_FROSTDIVER")*5); + - Id: 400444 + AegisName: aegis_400444 + Name: Costume Black Fox Ear Ribbon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1726 + - Id: 400445 + AegisName: Officer_Cap_LT + Name: Officer's Hat-LT + Type: Armor + Weight: 400 + Defense: 35 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 100 + Refineable: true + Gradable: true + View: 1759 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus bBaseAtk,10*(.@r/2); + if (.@r>=7) { + bonus bMatkRate,5; + bonus bAtkRate,5; + if (.@r>=9) { + bonus2 bHPDrainRate,50,5; + bonus2 bSPDrainRate,10,3; + autobonus "{ bonus2 bHPRegenRate,300,1000; bonus2 bSPRegenRate,70,1000; }",40,4000,BF_MAGIC; + if (.@r>=11) { + bonus bAspdRate,10; + bonus bVariableCastrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,5; + bonus bLongAtkRate,5; + bonus bShortAtkRate,5; + if (.@g>=ENCHANTGRADE_C) { + if (.@r>=12) { + bonus bFixedCast,-500; + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,5; + bonus bSMatk,5; + } + } + } + - Id: 400446 + AegisName: aegis_400446 + Name: Costume Adventurer's Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2385 + - Id: 400447 + AegisName: Poenetentia_B_Crown + Name: Confession Courage Crown + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2393 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bBaseAtk,15*(.@r/2); + bonus bAtkRate,5*(.@r/3); + bonus2 bAddEle,Ele_All,3*(.@r/4); + bonus2 bMagicAddEle,Ele_All,3*(.@r/4); + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus2 bAddRace,RC_All,15; + if (.@r>=13) { + bonus2 bAddRace,RC_All,20; + bonus bFixedCast,-500; + } + } + } + - Id: 400448 + AegisName: aegis_400448 + Name: Costume Juan Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2387 + - Id: 400449 + AegisName: aegis_400449 + Name: Costume Tare Maid + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1083 + - Id: 400450 + AegisName: C_Lion_Crown + Name: Costume Lion Crown + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2390 + - Id: 400451 + AegisName: aegis_400451 + Name: Costume Angeling Bread Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2019 + - Id: 400452 + AegisName: aegis_400452 + Name: Costume Heavy Infantry Silver Helmet + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1781 + - Id: 400453 + AegisName: aegis_400453 + Name: Invincible Crest Hat + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2391 + Script: | + .@r = getrefine(); + bonus bCon,3+.@r; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",BaseLevel/10; + bonus2 bSkillAtk,"WH_GALESTORM",BaseLevel/10; + - Id: 400454 + AegisName: aegis_400454 + Name: Khalitzburg Knight White Helm + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2392 + Script: | + .@r = getrefine(); + bonus bSpl,3+.@r; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bMatkRate,40; + bonus2 bSkillAtk,"IG_CROSS_RAIN",BaseLevel/10; + bonus2 bSkillAtk,"IG_JUDGEMENT_CROSS",BaseLevel/10; + - Id: 400455 + AegisName: aegis_400455 + Name: Diadem Of Bruenhild + Type: Armor + Weight: 600 + Defense: 6 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + View: 1057 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Neutral,5; + bonus2 bSubRace,RC_Dragon,5; + bonus bLongAtkDef,min(.@r,10); + if (.@r>=7) + autobonus2 "{ sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_POISON; sc_end SC_SILENCE; bonus2 bResEff,Eff_Confuse,10000; bonus2 bResEff,Eff_Curse,10000; bonus2 bResEff,Eff_Poison,10000; bonus2 bResEff,Eff_Silence,10000; }",(.@r>=10?40:10),3000,BF_MAGIC|BF_WEAPON; + if (.@r>=10) + bonus bMaxHPrate,3; + - Id: 400456 + AegisName: aegis_400456 + Name: "[Not For Sale] Diadem Of Bruenhild" + Type: Armor + Weight: 600 + Defense: 6 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 80 + Refineable: true + View: 1057 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Neutral,5; + bonus2 bSubRace,RC_Dragon,5; + bonus bLongAtkDef,min(.@r,10); + if (.@r>=7) + autobonus2 "{ sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_POISON; sc_end SC_SILENCE; bonus2 bResEff,Eff_Confuse,10000; bonus2 bResEff,Eff_Curse,10000; bonus2 bResEff,Eff_Poison,10000; bonus2 bResEff,Eff_Silence,10000; }",(.@r>=10?40:10),3000,BF_MAGIC|BF_WEAPON; + if (.@r>=10) + bonus bMaxHPrate,3; + - Id: 400457 + AegisName: Poenetentia_V_Crown + Name: Confession Domineering Crown + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2394 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bBaseAtk,15*(.@r/2); + bonus bCritAtkRate,5*(.@r/3); + bonus bShortAtkRate,4*(.@r/4); + bonus2 bMagicAddEle,Ele_All,3*(.@r/4); + if (.@r>=9) { + bonus bCritical,8; + if (.@r>=11) { + bonus2 bAddRace,RC_All,15; + if (.@r>=13) { + bonus2 bAddRace,RC_All,20; + bonus bFixedCast,-500; + } + } + } + - Id: 400458 + AegisName: aegis_400458 + Name: Costume Ally of the Demons + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2268 + - Id: 400459 + AegisName: aegis_400459 + Name: Costume Naval Officer Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 792 + - Id: 400460 + AegisName: aegis_400460 + Name: Costume Burst Flame + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 451 + - Id: 400461 + AegisName: aegis_400461 + Name: Costume Red Pirate Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 496 + - Id: 400462 + AegisName: C_Sailor_Cap + Name: Costume Sailor Cap + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2398 + - Id: 400463 + AegisName: Up_Apple_Of_Archer_IL + Name: Opened Illusion Apple of Archer + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 72 + Script: | + .@r = getrefine(); + bonus bLuk,5; + bonus bDex,5; + bonus bLongAtkRate,3*(.@r/2); + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) + bonus bAtkRate,5; + if (.@r>=11) + bonus2 bAddSize,Size_All,5; + - Id: 400464 + AegisName: Up_Nurse_Cap_IL + Name: Opened Illusion Nursing Cap + Type: Armor + Weight: 100 + Defense: 24 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 64 + Script: | + .@r = getrefine(); + bonus bInt,5; + bonus bDex,5; + bonus bHealPower,3*.@r; + if (.@r>=7) + bonus bVariableCastrate,-5; + if (.@r>=9) + bonus bMatkRate,5; + if (.@r>=11) + bonus2 bMagicAddSize,Size_All,5; + - Id: 400465 + AegisName: Dolor_HatK_LT + Name: Drooping Thanatos's Dolor-LT + Type: Armor + Weight: 100 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + View: 547 + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + .@a = (2*(.@r/3)); + bonus bMaxHPrate,10; + bonus bMaxSPrate,7; + bonus2 bAddEle,Ele_Dark,10+.@a; + bonus2 bAddEle,Ele_Holy,10+.@a; + bonus2 bAddRace,RC_Angel,10+.@a; + bonus2 bAddRace,RC_Dragon,10+.@a; + bonus2 bMagicAddEle,Ele_Dark,10+.@a; + bonus2 bMagicAddEle,Ele_Holy,10+.@a; + bonus2 bMagicAddRace,RC_Angel,10+.@a; + bonus2 bMagicAddRace,RC_Dragon,10+.@a; + if (.@a>=7) { + bonus bAtkRate,5; + bonus bMatkRate,5; + } + if (.@r>=9) + bonus bVariableCastrate,-15; + if (.@r>=11) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) + bonus bAllTraitStats,2; + if (.@g>=ENCHANTGRADE_C) { + bonus bRes,50; + bonus bMRes,50; + } + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSubRace,RC_Angel,5; + bonus2 bSubRace,RC_Dragon,5; + } + - Id: 400466 + AegisName: aegis_400466 + Name: Costume Rainbow Popcorn # !todo check english name + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2400 + - Id: 400467 + AegisName: aegis_400467 + Name: Northern Tiara + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 2132 + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus bMdef,3; + bonus bMatk,20*(.@r/2); + if (.@r>=7) + bonus bVariableCastrate,-10; + if (.@r>=9) + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus2 bMagicAtkEle,Ele_All,7; + bonus bFixedCast,-100*(min((.@r-10),15)/1); + } + - Id: 400468 + AegisName: aegis_400468 + Name: Mom Chicken Hat + Type: Armor + Weight: 100 + Defense: 2 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + View: 432 + Script: | + .@r = getrefine(); + bonus2 bHPDrainRate,20,2+(.@r/2); + bonus2 bSPDrainRate,10,2+(.@r/3); + bonus2 bHPRegenRate,-.@r,5000; + - Id: 400469 + AegisName: Poenetentia_D_Crown + Name: Penance Crown + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2402 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bBaseAtk,15*(.@r/2); + bonus bAtkRate,5*(.@r/2); + bonus bLongAtkRate,4*(.@r/4); + if (.@r>=9) + bonus bAspdRate,10; + if (.@r>=11) + bonus2 bAddSize,Size_All,15; + if (.@r>=13) { + bonus2 bAddRace,RC_All,20; + bonus bFixedCast,-500; + } + - Id: 400470 + AegisName: aegis_400470 + Name: Southern Tiara + Type: Armor + Weight: 100 + Defense: 35 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 601 + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus bBaseAtk,15*(.@r/2); + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) { + bonus bWeaponAtkRate,5; + bonus bAspd,1; + } + if (.@r>=11) { + bonus bCritAtkRate,3; + bonus bLongAtkRate,3; + bonus bFixedCast,-100*(min((.@r-10),15)/1); + } + - Id: 400471 + AegisName: aegis_400471 + Name: Costume Angry Fish # !todo check english name + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2410 + - Id: 400472 + AegisName: aegis_400472 + Name: Circlet Of Phoenix + Type: Armor + Weight: 1000 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 1056 + Script: | + .@r = getrefine(); + bonus bLongAtkRate,5; + bonus bBaseAtk,(readparam(bDex)/9); + if (BaseClass == Job_Hunter || BaseClass == Job_Bard || BaseClass == Job_Dancer) { + bonus2 bSkillAtk,"SN_SHARPSHOOTING",2*.@r; + bonus2 bSkillAtk,"CG_ARROWVULCAN",2*.@r; + if (.@r>=5) { + bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-20; + bonus2 bVariableCastrate,"CG_ARROWVULCAN",-20; + if (.@r>=7) { + bonus bCritical,10; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",10; + bonus2 bSkillAtk,"CG_ARROWVULCAN",10; + } + } + } + - Id: 400473 + AegisName: aegis_400473 + Name: "[Not For Sale] Circlet Of Phoenix" + Type: Armor + Weight: 1000 + Jobs: + All: true + Novice: false + SuperNovice: false + Classes: + All_Upper: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 1056 + Script: | + .@r = getrefine(); + bonus bLongAtkRate,5; + bonus bBaseAtk,(readparam(bDex)/9); + if (BaseClass == Job_Hunter || BaseClass == Job_Bard || BaseClass == Job_Dancer) { + bonus2 bSkillAtk,"SN_SHARPSHOOTING",2*.@r; + bonus2 bSkillAtk,"CG_ARROWVULCAN",2*.@r; + if (.@r>=5) { + bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-20; + bonus2 bVariableCastrate,"CG_ARROWVULCAN",-20; + if (.@r>=7) { + bonus bCritical,10; + bonus2 bSkillAtk,"SN_SHARPSHOOTING",10; + bonus2 bSkillAtk,"CG_ARROWVULCAN",10; + } + } + } + - Id: 400474 + AegisName: Remorse_Crown + Name: Remorse Crown + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2408 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bBaseAtk,15*(.@r/2); + bonus bAtkRate,5*(.@r/3); + bonus bLongAtkRate,4*(.@r/4); + if (.@r>=9) + bonus bDelayrate,-8; + if (.@r>=11) + bonus2 bAddSize,Size_All,15; + if (.@r>=13) { + bonus2 bAddRace,RC_All,20; + bonus bFixedCast,-500; + } + - Id: 400475 + AegisName: aegis_400475 + Name: Costume Night Market Egg Bulb Hall # !todo check english name + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2409 + - Id: 400476 + AegisName: aegis_400476 + Name: Sustained Beret + Type: Armor + Weight: 400 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1868 + Script: | + .@r = getrefine(); + bonus bBaseAtk,15*(.@r/2); + bonus bMatk,15*(.@r/2); + if (.@r>=7) + bonus2 bMagicAtkEle,Ele_Neutral,15; + if (.@r>=9) + bonus bLongAtkRate,15; + if (.@r>=11) { + bonus bFixedCast,-200; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Medium,15; + } + - Id: 400477 + AegisName: aegis_400477 + Name: Agricultural Tools + Type: Armor + Weight: 700 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1024 + Script: | + bonus bUnbreakableHelm; + bonus bHPGainValue,500; + bonus bSPGainValue,50; + bonus bLongHPGainValue,500; + bonus bLongSPGainValue,50; + bonus bMagicHPGainValue,500; + bonus bMagicSPGainValue,50; + - Id: 400478 + AegisName: aegis_400478 + Name: Red Commando Beret + Type: Armor + Weight: 100 + Defense: 3 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 559 + Script: | + bonus bBaseAtk,15; + bonus bHit,30; + bonus2 bAddRace,RC_DemiHuman,5; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) + bonus2 bSkillAtk,"RG_BACKSTAP",5*getrefine(); + - Id: 400479 + AegisName: aegis_400479 + Name: "[Not For Sale] Red Commando Beret" + Type: Armor + Weight: 100 + Defense: 3 + Slots: 1 + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 559 + Script: | + bonus bBaseAtk,15; + bonus bHit,30; + bonus2 bAddRace,RC_DemiHuman,5; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) + bonus2 bSkillAtk,"RG_BACKSTAP",5*getrefine(); + - Id: 400480 + AegisName: aegis_400480 + Name: Costume Cat Straw Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2413 + - Id: 400481 + AegisName: aegis_400481 + Name: The Brandishing + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2415 + Script: | + bonus bCrt,3+getrefine(); + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"DK_SERVANT_W_PHANTOM",BaseLevel/10; + bonus2 bSkillAtk,"DK_SERVANT_W_DEMOL",BaseLevel/10; + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",BaseLevel/10; + - Id: 400482 + AegisName: Poenetentia_H_Crown + Name: Penance Glory Crown + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2416 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bMatk,15*(.@r/2); + bonus bMatkRate,5*(.@r/3); + bonus2 bMagicAtkEle,Ele_All,5; + if (.@r>=9) + bonus bVariableCastrate,-10; + if (.@r>=11) + bonus2 bMagicAddSize,Size_All,15; + if (.@r>=13) { + bonus2 bMagicAddRace,RC_All,20; + bonus bFixedCast,-500; + } + - Id: 400483 + AegisName: aegis_400483 + Name: Opened Illusion Cap + Type: Armor + Weight: 400 + Defense: 40 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 14 + Script: | + .@r = getrefine(); + bonus bBaseAtk,5+(9*(.@r/2)); + bonus bAtkRate,5; + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) + bonus2 bAddRace,RC_All,5; + if (.@r>=11) + bonus2 bAddSize,Size_All,5; + - Id: 400484 + AegisName: aegis_400484 + Name: Costume Bomb Hat + Type: Armor + Weight: 100 + Locations: + Costume_Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 1191 + - Id: 400485 + AegisName: aegis_400485 + Name: Costume Twinkling Star + Type: Armor + Weight: 100 + Locations: + Costume_Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 1005 + - Id: 400486 + AegisName: aegis_400486 + Name: Monarch's Crown + Type: Armor + Weight: 100 + Defense: 30 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 933 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + bonus2 bAddRace,RC_Demon,10+(.@r/2); + bonus2 bAddRace,RC_Undead,10+(.@r/2); + bonus2 bAddEle,Ele_Ghost,10+(.@r/2); + bonus2 bAddEle,Ele_Undead,10+(.@r/2); + bonus2 bMagicAddRace,RC_Demon,10+(.@r/2); + bonus2 bMagicAddRace,RC_Undead,10+(.@r/2); + bonus2 bMagicAddEle,Ele_Ghost,10+(.@r/2); + bonus2 bMagicAddEle,Ele_Undead,10+(.@r/2); + if (.@r>=7) { + bonus bAtkRate,5; + bonus bMatkRate,5; + } + if (.@r>=9) + bonus bVariableCastrate,-10; + if (.@r>=11) + bonus bDelayrate,-15; + - Id: 400487 + AegisName: Up_Fancy_Flower_IL + Name: Opened Illusion Fancy Flower + Type: Armor + Weight: 100 + Defense: 18 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + bonus bMatk,5+(9*(.@r/2)); + bonus bMatkRate,5; + if (.@r>=7) + bonus bVariableCastrate,-5; + if (.@r>=9) + bonus2 bMagicAtkEle,Ele_All,5; + if (.@r>=11) + bonus2 bMagicAddSize,Size_All,5; + - Id: 400488 + AegisName: aegis_400488 + Name: Hairband Of Asmodeus + Type: Armor + Weight: 300 + Defense: 12 + Slots: 1 + Jobs: + Swordman: true + Classes: + All_Upper: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 55 + Refineable: true + View: 2249 + Script: | + bonus2 bAddSize,Size_All,10; + bonus bCritAtkRate,10*getrefine(); + - Id: 400489 + AegisName: aegis_400489 + Name: "[Not For Sale] Hairband Of Asmodeus" + Type: Armor + Weight: 300 + Defense: 12 + Slots: 1 + Jobs: + Swordman: true + Classes: + All_Upper: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 55 + Refineable: true + View: 2249 + Script: | + bonus2 bAddSize,Size_All,10; + bonus bCritAtkRate,10*getrefine(); + - Id: 400490 + AegisName: aegis_400490 + Name: "[Not for Sale] Boxer Glove" + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 55 + Script: | + bonus bStr,3; + bonus bAgi,3; + bonus bMaxSP,75; + bonus bMdef,15; + bonus3 bAutoSpell,"MO_CALLSPIRITS",5,1000; + if (BaseJob == Job_Monk) { + bonus4 bAutoSpellOnSkill,"CH_CHAINCRUSH","CH_SOULCOLLECT",1,1000; + bonus2 bSkillAtk,"MO_CHAINCOMBO",BaseLevel; + bonus2 bSkillAtk,"MO_COMBOFINISH",BaseLevel; + bonus2 bSkillAtk,"CH_TIGERFIST",BaseLevel; + bonus2 bSkillAtk,"CH_CHAINCRUSH",BaseLevel; + bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",JobLevel; + } + - Id: 400495 + AegisName: aegis_400495 + Name: Costume Crescent Helm (Upper) + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 213 + - Id: 400496 + AegisName: aegis_400496 + Name: Costume White Fox Ears + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2419 + - Id: 400497 + AegisName: aegis_400497 + Name: Costume Academy 1st Completion Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 410 + - Id: 400498 + AegisName: aegis_400498 + Name: Germes Horn + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Upper: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 1127 + Script: | + .@r = getrefine(); + bonus bStr,3; + bonus bInt,3; + bonus bDelayrate,-5; + bonus bLongAtkRate,.@r; + if (.@r>=5) + bonus2 bSkillAtk,"ASC_METEORASSAULT",20; + if (.@r>=7) + bonus bDelayrate,-7; + - Id: 400499 + AegisName: aegis_400499 + Name: "[Not For Sale] Germes Horn" + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Upper: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 1127 + Script: | + .@r = getrefine(); + bonus bStr,3; + bonus bInt,3; + bonus bDelayrate,-5; + bonus bLongAtkRate,.@r; + if (.@r>=5) + bonus2 bSkillAtk,"ASC_METEORASSAULT",20; + if (.@r>=7) + bonus bDelayrate,-7; + - Id: 400500 + AegisName: aegis_400500 + Name: Gigant Helm + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Merchant: true + Classes: + All_Upper: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1221 + Script: | + .@r = getrefine(); + bonus bMaxHP,500; + bonus2 bResEff,Eff_Stun,3000; + skill "ITM_TOMAHAWK",1; + bonus bHit,10*.@r; + if (.@r>=5) + bonus2 bSkillAtk,"WS_CARTTERMINATION",15; + if (.@r>=7) + bonus2 bSkillAtk,"WS_CARTTERMINATION",15; + - Id: 400501 + AegisName: aegis_400501 + Name: "[Not For Sale] Gigant Helm" + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Merchant: true + Classes: + All_Upper: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1221 + Script: | + .@r = getrefine(); + bonus bMaxHP,500; + bonus2 bResEff,Eff_Stun,3000; + skill "ITM_TOMAHAWK",1; + bonus bHit,10*.@r; + if (.@r>=5) + bonus2 bSkillAtk,"WS_CARTTERMINATION",15; + if (.@r>=7) + bonus2 bSkillAtk,"WS_CARTTERMINATION",15; + - Id: 400502 + AegisName: C_Sonic_Ring + Name: Costume Ring + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2433 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 400503 + AegisName: C_Hosangto_Hat + Name: Costume Bunny Ear Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2422 + - Id: 400504 + AegisName: aegis_400504 + Name: Autumn one piece costume # !todo check english name + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2424 + - Id: 400505 + AegisName: aegis_400505 + Name: Striped Ribbon Hat + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2425 + Script: | + bonus bSpl,3+getrefine(); + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bMatkRate,40; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",BaseLevel/10; + bonus2 bSkillAtk,"CD_PNEUMATICUS_PROCELLA",BaseLevel/10; + bonus2 bSkillAtk,"CD_FRAMEN",BaseLevel/10; + - Id: 400506 + AegisName: aegis_400506 + Name: Altair Hat + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2426 + Script: | + bonus bCon,3+getrefine(); + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"WH_HAWKBOOMERANG",BaseLevel/10; + bonus2 bSkillAtk,"WH_HAWKRUSH",BaseLevel/10; + - Id: 400509 + AegisName: aegis_400509 + Name: Costume Golden Whickebein's Ears + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1588 + - Id: 400510 + AegisName: aegis_400510 + Name: Costume Blue Kitten Ears + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1589 + - Id: 400511 + AegisName: aegis_400511 + Name: Queen Scaraba Helmet + Type: Armor + Weight: 10 + Defense: 20 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1231 + Script: | + .@r = getrefine(); + bonus bPow,3; + bonus bCon,3; + bonus bCrt,3; + bonus bBaseAtk,20*(.@r/2); + bonus bCritical,4*(.@r/2); + bonus bCritAtkRate,10*(.@r/3); + if (.@r>=7) { + bonus bAtkRate,10; + if (.@r>=9) { + bonus bDelayrate,-10; + if (.@r>=11) { + bonus bLongAtkRate,15; + bonus bShortAtkRate,15; + if (.@r>=12) { + bonus2 bAddRace,RC_All,15; + if (.@r>=13) { + bonus bFixedCast,-500; + } + } + } + } + } + /*Todo : After Using Transformation Scroll (Horn Scaraba) (22750)*/ + /*Physical and Magical Damage to All Race 5% for 5 Minute*/ + - Id: 400512 + AegisName: aegis_400512 + Name: Hat of Desert + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Job: + Crusader: true + Knight: true + Swordman: true + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1598 + Script: | + .@r = getrefine(); + bonus bAtkRate,2; + bonus bAspd,1; + if (.@r>=5) { + bonus bBaseAtk,20; + bonus2 bSkillAtk,"KN_BOWLINGBASH",10; + if (.@r>=7) { + bonus2 bSkillAtk,"KN_BOWLINGBASH",20; + if (.@r>=9) { + bonus2 bHPDrainRate,30,5; + bonus bNoRegen,1; + bonus bNoRegen,2; + } + } + } + - Id: 400513 + AegisName: aegis_400513 + Name: "[Not For Sale] Hat of Desert" + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Job: + Crusader: true + Knight: true + Swordman: true + Locations: + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + View: 1598 + Script: | + .@r = getrefine(); + bonus bAtkRate,2; + bonus bAspd,1; + if (.@r>=5) { + bonus bBaseAtk,20; + bonus2 bSkillAtk,"KN_BOWLINGBASH",10; + if (.@r>=7) { + bonus2 bSkillAtk,"KN_BOWLINGBASH",20; + if (.@r>=9) { + bonus2 bHPDrainRate,30,5; + bonus bNoRegen,1; + bonus bNoRegen,2; + } + } + } + - Id: 400516 + AegisName: aegis_400516 + Name: Costume Skull hood + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 598 + - Id: 400517 + AegisName: aegis_400517 + Name: Costume Fairy Tale Poison Apple + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2438 + - Id: 400518 + AegisName: aegis_400518 + Name: Costume Juno's Eye + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 570 + - Id: 400519 + AegisName: aegis_400519 + Name: Costume Majestic Goat of Dawn + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 513 + - Id: 400520 + AegisName: C_Comp_Gold_Magestic + Name: "[Not for Sale] Costume Golden Magestic Goat" + Type: Armor + Locations: + Costume_Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 1800 + - Id: 400529 + AegisName: Time_DM_R_Crown_DK + Name: Time Dimensions Rune Crown (Dragon Knight) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",5*(.@r/4); + bonus2 bSkillAtk,"DK_HACKANDSLASHER",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400530 + AegisName: Time_DM_R_Crown_IG + Name: Time Dimensions Rune Crown (Imperial Guard) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Crusader: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"IG_OVERSLASH",5*(.@r/4); + bonus2 bSkillAtk,"IG_CROSS_RAIN",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bDelayrate,-10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400531 + AegisName: Time_DM_R_Crown_MT + Name: Time Dimensions Rune Crown (Meister) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Blacksmith: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"MT_TRIPLE_LASER",5*(.@r/4); + bonus2 bSkillAtk,"MT_MIGHTY_SMASH",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bBaseAtk,50; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400532 + AegisName: Time_DM_R_Crown_BO + Name: Time Dimensions Rune Crown (Biolo) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Alchemist: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",5*(.@r/4); + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400533 + AegisName: Time_DM_R_Crown_SHC + Name: Time Dimensions Rune Crown (Shadow Cross) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Assassin: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5*(.@r/4); + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bCritical,15; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400534 + AegisName: Time_DM_R_Crown_ABC + Name: Time Dimensions Rune Crown (Abyss Chaser) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"ABC_DEFT_STAB",5*(.@r/4); + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400535 + AegisName: Time_DM_R_Crown_AG + Name: Time Dimensions Rune Crown (Arch Mage) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Wizard: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",5*(.@r/4); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",5*(.@r/4); + bonus2 bSkillAtk,"AG_FROZEN_SLASH",5*(.@r/4); + bonus2 bSkillAtk,"AG_STORM_CANNON",5*(.@r/4); + bonus2 bSkillAtk,"AG_ROCK_DOWN",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=9) { + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bMatk,50; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400536 + AegisName: Time_DM_R_Crown_EM + Name: Time Dimensions Rune Crown (Elemental Master) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Sage: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus2 bSkillAtk,"EM_DIAMOND_STORM",5*(.@r/4); + bonus2 bSkillAtk,"EM_CONFLAGRATION",5*(.@r/4); + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",5*(.@r/4); + bonus2 bSkillAtk,"EM_TERRA_DRIVE",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=9) { + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bMatk,50; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400537 + AegisName: Time_DM_R_Crown_CD + Name: Time Dimensions Rune Crown (Cardinal) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"CD_ARBITRIUM",5*(.@r/4); + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",5*(.@r/4); + bonus2 bSkillAtk,"CD_PETITIO",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400538 + AegisName: Time_DM_R_Crown_IQ + Name: Time Dimensions Rune Crown (Inquisitor) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Monk: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",5*(.@r/4); + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bCritical,10; + bonus bMaxHPrate,3; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400539 + AegisName: Time_DM_R_Crown_WH + Name: Time Dimensions Rune Crown (Windhawk) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5*(.@r/4); + bonus2 bSkillAtk,"WH_HAWKRUSH",5*(.@r/4); + if (.@r>=7) { + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400540 + AegisName: Time_DM_R_Crown_TR + Name: Time Dimensions Rune Crown (Troubadour & Trouvere) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + BardDancer: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",5*(.@r/4); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",5*(.@r/4); + bonus2 bSkillAtk,"TR_METALIC_FURY",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bMaxHPrate,3; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400541 + AegisName: Time_DM_R_Crown_SS + Name: Time Dimensions Rune Crown (Shinkiro & Shiranui) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + KagerouOboro: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"SS_KAGEGISSEN",5*(.@r/4); + bonus2 bSkillAtk,"SS_SEKIENHOU",5*(.@r/4); + bonus2 bSkillAtk,"SS_RAIDENPOU",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus2 bAddEle,Ele_All,3*getskilllv("KG_KYOMU"); + bonus2 bMagicAddEle,Ele_All,3*getskilllv("OB_OBOROGENSOU"); + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400542 + AegisName: Time_DM_R_Crown_NW + Name: Time Dimensions Rune Crown (Night Watch) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Rebellion: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5*(.@r/4); + bonus2 bSkillAtk,"NW_WILD_FIRE",5*(.@r/4); + if (.@r>=7) { + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400543 + AegisName: Time_DM_R_Crown_SKE + Name: Time Dimensions Rune Crown (Sky Emperor) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5*(.@r/4); + bonus2 bSkillAtk,"SKE_DAWN_BREAK",5*(.@r/4); + if (.@r>=7) { + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + if (.@r>=10) { + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + } + } + } + } + - Id: 400544 + AegisName: Time_DM_R_Crown_SOA + Name: Time Dimensions Rune Crown (Soul Ascetic) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + SoulLinker: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",5*(.@r/4); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",5*(.@r/4); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",5*(.@r/4); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=9) { + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bMatk,50; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400545 + AegisName: Time_DM_R_Crown_HN + Name: Time Dimensions Rune Crown (Hyper Novice) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + SuperNovice: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",5*(.@r/4); + bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",5*(.@r/4); + bonus2 bSkillAtk,"HN_HELLS_DRIVE",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400546 + AegisName: Time_DM_R_Crown_SH + Name: Time Dimensions Rune Crown (Spirit Handler) + Type: Armor + Defense: 50 + Slots: 1 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + View: 2441 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,120*(.@r/2); + bonus bMaxSP,30*(.@r/2); + bonus bMatkRate,2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5*(.@r/4); + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",5*(.@r/4); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@r>=10) { + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + if (.@r>=11) { + bonus bFixedCast,-500; + bonus bCritical,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + } + } + } + - Id: 400556 + AegisName: aegis_400556 + Name: Inquisitor's Veil + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + View: 2447 + Script: | + bonus bPow,3+getrefine(); + bonus2 bSubRace,RC_Player_Human,13; + bonus2 bSubRace,RC_Player_Doram,13; + bonus2 bSubClass,Class_Boss,20; + bonus2 bSubClass,Class_Normal,20; + bonus bAtkRate,40; + bonus2 bSkillAtk,"IQ_MASSIVE_F_BLASTER",BaseLevel/10; + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",BaseLevel/10; + - Id: 400557 + AegisName: aegis_400557 + Name: Costume Egg Picky Doll + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1001 + - Id: 400558 + AegisName: aegis_400558 + Name: Costume Snowman Experience + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2486 + - Id: 400574 + AegisName: ROZ_Bijou_Hat_Str + Name: Bijou's Hat (Strength) + Type: Armor + Weight: 200 + Defense: 9 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 1334 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bShortAtkRate,4*(.@r/2); + if (.@r>=6) { + bonus bShortAtkRate,6; + if (.@r>=9) { + bonus2 bAddSize,Size_All,6; + bonus2 bMagicAddSize,Size_All,6; + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,6; + bonus2 bIgnoreMdefRaceRate,RC_All,6; + } + } + } + - Id: 400575 + AegisName: ROZ_Bijou_Hat_Agi + Name: Bijou's Hat (Agility) + Type: Armor + Weight: 200 + Defense: 9 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 1334 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bAspdRate,3*(.@r/2); + if (.@r>=6) { + bonus bAspdRate,6; + if (.@r>=9) { + bonus2 bAddSize,Size_All,6; + bonus2 bMagicAddSize,Size_All,6; + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,6; + bonus2 bIgnoreMdefRaceRate,RC_All,6; + } + } + } + - Id: 400576 + AegisName: ROZ_Bijou_Hat_Vit + Name: Bijou's Hat (Vitality) + Type: Armor + Weight: 200 + Defense: 9 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 1334 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus2 bSubSize,Size_All,.@r/2; + if (.@r>=6) { + bonus2 bSubSize,Size_All,6; + if (.@r>=9) { + bonus2 bAddSize,Size_All,6; + bonus2 bMagicAddSize,Size_All,6; + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,6; + bonus2 bIgnoreMdefRaceRate,RC_All,6; + } + } + } + - Id: 400577 + AegisName: ROZ_Bijou_Hat_Int + Name: Bijou's Hat (Intelligence) + Type: Armor + Weight: 200 + Defense: 9 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 1334 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus2 bMagicAtkEle,Ele_All,3*(.@r/2); + if (.@r>=6) { + bonus2 bMagicAtkEle,Ele_All,6; + if (.@r>=9) { + bonus2 bAddSize,Size_All,6; + bonus2 bMagicAddSize,Size_All,6; + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,6; + bonus2 bIgnoreMdefRaceRate,RC_All,6; + } + } + } + - Id: 400578 + AegisName: ROZ_Bijou_Hat_Dex + Name: Bijou's Hat (Dexterity) + Type: Armor + Weight: 200 + Defense: 9 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 1334 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bLongAtkRate,2*(.@r/2); + if (.@r>=6) { + bonus bLongAtkRate,6; + if (.@r>=9) { + bonus2 bAddSize,Size_All,6; + bonus2 bMagicAddSize,Size_All,6; + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,6; + bonus2 bIgnoreMdefRaceRate,RC_All,6; + } + } + } + - Id: 400579 + AegisName: ROZ_Bijou_Hat_Luk + Name: Bijou's Hat (Lucky) + Type: Armor + Weight: 200 + Defense: 9 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 165 + Refineable: true + View: 1334 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bCritAtkRate,3*(.@r/2); + if (.@r>=6) { + bonus bCritAtkRate,6; + if (.@r>=9) { + bonus2 bAddSize,Size_All,6; + bonus2 bMagicAddSize,Size_All,6; + if (.@r>=12) { + bonus2 bIgnoreDefRaceRate,RC_All,6; + bonus2 bIgnoreMdefRaceRate,RC_All,6; + } + } + } + - Id: 400585 + AegisName: C_SnowmanHat + Name: Costume Snowman Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2488 + - Id: 400605 + AegisName: C_VIP_Poring_Cake_Cap + Name: Costume Birthday Cake Hat + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 417 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 400608 + AegisName: FuriousCirclet_WH + Name: Furious Crown (Windhawk) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 235 + Refineable: true + Gradable: true + View: 2415 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",4*(.@r/3); + bonus2 bSkillAtk,"WH_GALESTORM",4*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-15; + if (.@r>=9) { + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-300; + bonus bAtkRate,5; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bFixedCast,-200; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bCritAtkRate,15; + bonus bCRate,5; + } + } + } + } + - Id: 400609 + AegisName: FuriousCirclet_CD + Name: Furious Crown (Cardinal) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 235 + Refineable: true + Gradable: true + View: 2415 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSkillAtk,"CD_PETITIO",4*(.@r/3); + bonus2 bSkillAtk,"CD_FRAMEN",4*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-15; + if (.@r>=9) { + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus bFixedCast,-300; + bonus bMatkRate,5; + bonus bAtkRate,5; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + bonus bPow,5; + bonus bSpl,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bFixedCast,-200; + bonus bMatkRate,5; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAtkEle,Ele_All,15; + bonus bCritAtkRate,15; + bonus bPAtk,5; + bonus bSMatk,5; + } + } + } + } + - Id: 400610 + AegisName: FuriousCirclet_SKE + Name: Furious Crown (Sky Emperor) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 235 + Refineable: true + Gradable: true + View: 2415 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSkillAtk,"SKE_NOON_BLAST",4*(.@r/3); + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",4*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-15; + if (.@r>=9) { + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-300; + bonus bAtkRate,5; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bFixedCast,-200; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bShortAtkRate,15; + bonus bPAtk,5; + } + } + } + } + - Id: 400628 + AegisName: FuriousCirclet_DK + Name: Furious Crown (Dragon Knight) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 235 + Refineable: true + Gradable: true + View: 2415 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",4*(.@r/3); + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",4*(.@r/3); + if (.@r>=7) { + bonus bAspdRate,15; + if (.@r>=9) { + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-300; + bonus bAtkRate,5; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bCritAtkRate,10; + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bFixedCast,-200; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bCritAtkRate,15; + bonus bLongAtkRate,15; + bonus bPAtk,5; + } + } + } + } + - Id: 400629 + AegisName: FuriousCirclet_ABC + Name: Furious Crown (Abyss Chaser) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 235 + Refineable: true + Gradable: true + View: 2415 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",4*(.@r/3); + bonus2 bSkillAtk,"ABC_DEFT_STAB",4*(.@r/3); + if (.@r>=7) { + bonus bAspdRate,15; + if (.@r>=9) { + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus bFixedCast,-300; + bonus bMatkRate,5; + bonus bAtkRate,5; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + bonus bPow,5; + bonus bSpl,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bFixedCast,-200; + bonus bMatkRate,5; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bShortAtkRate,15; + bonus2 bMagicAtkEle,Ele_All,15; + bonus bPAtk,5; + bonus bSMatk,5; + } + } + } + } + - Id: 400630 + AegisName: FuriousCirclet_SH + Name: Furious Crown (Spirit Handler) + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Head_Top: true + ArmorLevel: 2 + EquipLevelMin: 235 + Refineable: true + Gradable: true + View: 2415 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",4*(.@r/3); + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",4*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-15; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus bFixedCast,-300; + bonus bMatkRate,5; + bonus bAtkRate,5; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,3; + bonus bSMatk,3; + bonus bPow,5; + bonus bSpl,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bFixedCast,-200; + bonus bMatkRate,5; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bLongAtkRate,15; + bonus2 bMagicAtkEle,Ele_All,15; + bonus bPAtk,5; + bonus bSMatk,5; + } + } + } + } + - Id: 410000 + AegisName: Resonate_Taego_J + Name: Ancient Resonance + Type: Armor + Buy: 20 + Weight: 300 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1823 + Script: | + if (readparam(bStr)>=125) { + bonus bAtkRate,10; + bonus2 bAddClass,Class_Boss,10; + } + else if (readparam(bStr)>=90) { + bonus bAtkRate,5; + bonus2 bAddClass,Class_Boss,5; + } + else { + bonus bAtkRate,2; + bonus2 bAddClass,Class_Boss,2; + } + - Id: 410001 + AegisName: Phalanx + Name: Phalanx + Type: Armor + Buy: 20 + Weight: 800 + Defense: 50 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1949 + Script: | + bonus bMdef,3; + if (readparam(bVit)>=125) { + bonus2 bSubRace,RC_All,5; + bonus2 bHPRegenRate,150,5000; + bonus2 bHPRegenRate,15,5000; + } + else if (readparam(bVit)>=90) { + bonus2 bSubRace,RC_All,2; + bonus2 bHPRegenRate,90,5000; + bonus2 bHPRegenRate,9,5000; + } + else { + bonus2 bSubRace,RC_All,1; + bonus2 bHPRegenRate,60,5000; + bonus2 bHPRegenRate,6,5000; + } + - Id: 410002 + AegisName: 711_Headphone + Name: 7-Eleven Headphones + Type: Armor + Weight: 200 + Defense: 7 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1131 + Script: | + bonus bMdef,11; + bonus bHPGainValue,150; + bonus bMagicHPGainValue,150; + bonus bSPGainValue,15; + bonus bMagicSPGainValue,15; + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; + - Id: 410003 + AegisName: 711_Headphone_ + Name: 7-Eleven Headphones + Type: Armor + Weight: 200 + Defense: 7 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1131 + Script: | + bonus bMdef,11; + bonus bHPGainValue,150; + bonus bMagicHPGainValue,150; + bonus bSPGainValue,15; + bonus bMagicSPGainValue,15; + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; + - Id: 410004 + AegisName: Gambler_Seal_ + Name: Gambler's Seal + Type: Armor + Buy: 20 + Weight: 500 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 70 + View: 1202 + Script: | + .@dex = readparam(bDex); + .@luk = readparam(bLuk); + .@critical = 3 + (.@luk / 10); + .@critical_dmg = 3 - (.@dex/10) * 2; + .@sub_arrowstorm = 10; + .@sub_gateofhell = 10; + bonus bBaseAtk,(.@luk/10)*2; + bonus bMatk,(.@luk / 10) * 2; + if (.@luk > 107) { + .@critical += 5; + .@critical_dmg += 10; + } + if (.@luk > 119) { + .@critical += 10; + .@critical_dmg += 17; + .@sub_arrowstorm += 30; + .@sub_gateofhell += 30; + } + bonus bCritical,.@critical; + bonus bCritAtkRate,.@critical_dmg; + bonus2 bSubSkill,"RA_ARROWSTORM",.@sub_arrowstorm; + bonus2 bSubSkill,"SR_GATEOFHELL",.@sub_gateofhell; - Id: 410005 AegisName: C_Magic_Heir_TW Name: Costume Magic Heir @@ -151590,6 +170069,127 @@ Body: Locations: Costume_Head_Mid: true ArmorLevel: 1 + Script: | + hateffect HAT_EF_C_Magic_Heir_TW,true; + UnEquipScript: | + hateffect HAT_EF_C_Magic_Heir_TW,false; + - Id: 410006 + AegisName: aegis_410006 + Name: Costume Sudden Wealth + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1997 + Script: | + hateffect HAT_EF_C_SUDDEN_WEALTH_TW,true; + UnEquipScript: | + hateffect HAT_EF_C_SUDDEN_WEALTH_TW,false; + - Id: 410007 + AegisName: JP_Helm31_L + Name: "[Rental] Citrus Ribbon" + Type: Armor + Weight: 500 + Defense: 5 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 90 + View: 1900 + Script: | + bonus bMdef,3; + bonus2 bAddClass,Class_Boss,7; + bonus bPerfectHitAddRate,20; + - Id: 410008 + AegisName: JP_Helm32_L + Name: "[Rental] Phalanx" + Type: Armor + Buy: 20 + Weight: 800 + Defense: 50 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1949 + Script: | + bonus bMdef,3; + if (readparam(bVit)>=125) { + bonus2 bSubRace,RC_All,5; + bonus2 bHPRegenRate,150,5000; + bonus2 bHPRegenRate,15,5000; + } + else if (readparam(bVit)>=90) { + bonus2 bSubRace,RC_All,2; + bonus2 bHPRegenRate,90,5000; + bonus2 bHPRegenRate,9,5000; + } + else { + bonus2 bSubRace,RC_All,1; + bonus2 bHPRegenRate,60,5000; + bonus2 bHPRegenRate,6,5000; + } + - Id: 410009 + AegisName: Rainbow_Star_ + Name: Rainbow Star + Type: Armor + Buy: 20 + Weight: 300 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1019 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Silence,10000; + if (getskilllv("RA_RESEARCHTRAP") == 10) + bonus bPerfectHitAddRate,30; + if (getskilllv("RA_UNLIMIT") == 5) + bonus bFixedCastrate,-70; + - Id: 410010 + AegisName: Eyes_Of_Illusion_ + Name: Eyes of Illusion + Type: Armor + Buy: 20 + Weight: 500 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1779 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bResEff,Eff_Blind,10000; + if (getskilllv("GN_ILLUSIONDOPING") == 5) + skill "SA_DISPELL",5; + if (getskilllv("GN_MANDRAGORA") == 5) + bonus bFixedCastrate,-70; - Id: 410011 AegisName: C_Dark_Blindfold Name: Costume Dark Blinkers @@ -151678,8 +170278,7 @@ Body: View: 876 Slots: 1 Locations: - Head_Top: true - Head_Low: true + Head_Mid: true ArmorLevel: 1 EquipLevelMin: 130 Trade: @@ -151699,8 +170298,7 @@ Body: View: 917 Slots: 1 Locations: - Head_Top: true - Head_Low: true + Head_Mid: true ArmorLevel: 1 EquipLevelMin: 130 Trade: @@ -151720,8 +170318,7 @@ Body: View: 906 Slots: 1 Locations: - Head_Top: true - Head_Low: true + Head_Mid: true ArmorLevel: 1 EquipLevelMin: 130 Trade: @@ -151734,9 +170331,29 @@ Body: NoAuction: true Script: | bonus bAspdRate,8; + - Id: 410021 + AegisName: C_Resonate_Taego_J + Name: Costume Ancient Resonance + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1823 + Script: | + hateffect(HAT_EF_RESONATETAEGO,true); + UnEquipScript: | + hateffect(HAT_EF_RESONATETAEGO,false); + - Id: 410022 + AegisName: C_Peking_b_mask_J + Name: Costume Blue Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 545 - Id: 410023 AegisName: Ribbon_Of_Life_J - Name: Twin Ribbon of Gemini + Name: Brazil Twin Ribbon Type: Armor View: 575 Weight: 300 @@ -151783,6 +170400,47 @@ Body: skill "DC_FORTUNEKISS",getskilllv("BA_POEMBRAGI"); skill "BA_POEMBRAGI",getskilllv("DC_FORTUNEKISS"); } + - Id: 410025 + AegisName: Magic_Heir_J + Name: Floating Artifacts + Type: Armor + Buy: 20 + Weight: 200 + Defense: 10 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1996 + Script: | + bonus bMdef,5; + bonus bHPGainValue,150; + bonus bMagicHPGainValue,150; + bonus bSPGainValue,15; + bonus bMagicSPGainValue,15; + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; + - Id: 410026 + AegisName: Magic_Heir_J_ + Name: Floating Artifacts + Type: Armor + Buy: 20 + Weight: 200 + Defense: 10 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1996 + Script: | + bonus bMdef,5; + bonus bHPGainValue,150; + bonus bMagicHPGainValue,150; + bonus bSPGainValue,15; + bonus bMagicSPGainValue,15; + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; - Id: 410027 AegisName: Wonder_Egg_Basket Name: Wonder Egg Basket @@ -152006,6 +170664,22 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2054 + - Id: 410046 + AegisName: C_18y_Hat_JP + Name: Costume 18th Anniversary Board + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2015 + - Id: 410047 + AegisName: C_Mask_of_Hero + Name: Costume Hero Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1367 - Id: 410048 AegisName: C_Tiger Name: Costume Tiger @@ -152022,6 +170696,14 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2060 + - Id: 410050 + AegisName: C_Puriku_Pcha + Name: Costume Puriku White Tea + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2075 - Id: 410051 AegisName: C_Falling_Snow Name: Costume Falling Snow @@ -152034,6 +170716,14 @@ Body: hateffect HAT_EF_FALLING_SNOW,true; UnEquipScript: | hateffect HAT_EF_FALLING_SNOW,false; + - Id: 410053 + AegisName: C_Exosrcist_Glass + Name: Costume Exorcist Glasses + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1169 - Id: 410054 AegisName: C_Long_Ribbon Name: Costume Long Ribbon @@ -152058,6 +170748,73 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2086 + - Id: 410057 + AegisName: YinYang_Earring_Y + Name: Yinyang Earring (Yellow) + Type: Armor + Buy: 20 + Weight: 500 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2088 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bResEff,Eff_Silence,10000; + if (getskilllv("SJ_LIGHTOFMOON") == 5) + bonus bFixedCastrate,-70; + if (getskilllv("SJ_FULLMOONKICK") == 10) { + bonus2 bAddSize,Size_All,15; + bonus bHPGainValue,150; + bonus bSPGainValue,15; + } + - Id: 410058 + AegisName: YinYang_Earring_Y_ + Name: Yinyang Earring (Yellow) + Type: Armor + Buy: 20 + Weight: 500 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2088 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bResEff,Eff_Silence,10000; + if (getskilllv("SJ_LIGHTOFMOON") == 5) + bonus bFixedCastrate,-70; + if (getskilllv("SJ_FULLMOONKICK") == 10) { + bonus2 bAddSize,Size_All,15; + bonus bHPGainValue,150; + bonus bSPGainValue,15; + } + - Id: 410059 + AegisName: C_ZoMask_Green_TW + Name: Costume Ghoul Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2092 + - Id: 410060 + AegisName: C_Ghost_Bat_TW + Name: Costume Ghost Bat + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2093 - Id: 410061 AegisName: C_Deviruchi_Apron Name: Costume Deviruchi Apron @@ -152068,7 +170825,7 @@ Body: View: 2095 - Id: 410062 AegisName: C_Carefree_Face - Name: Carefree Face + Name: Costume Carefree Face Type: Armor Locations: Costume_Head_Mid: true @@ -152082,6 +170839,96 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2112 + - Id: 410064 + AegisName: Diving_Goggles + Name: Diving Goggles + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2116 + Script: | + bonus bMaxHPrate,15; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus bHealPower,25; + if (getskilllv("SU_SPIRITOFSEA") == 1) + skill "MG_SAFETYWALL",10; + if (getskilllv("SU_GROOMING") == 5) + bonus bFixedCastrate,-70; + - Id: 410065 + AegisName: Diving_Goggles_ + Name: Diving Goggles + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2116 + Script: | + bonus bMaxHPrate,15; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus bHealPower,25; + if (getskilllv("SU_SPIRITOFSEA") == 1) + skill "MG_SAFETYWALL",10; + if (getskilllv("SU_GROOMING") == 5) + bonus bFixedCastrate,-70; + - Id: 410066 + AegisName: Professor_MiniGlass + Name: Professor's Mini Glasses + Type: Armor + Buy: 20 + Weight: 100 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2118 + Script: | + bonus2 bMagicAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Sleep,10000; + if (getskilllv("SO_PSYCHIC_WAVE") == 5) { + bonus2 bFixedCastrate,"SO_PSYCHIC_WAVE",-100; + bonus2 bSkillCooldown,"SO_EARTHGRAVE",-4000; + bonus2 bSkillCooldown,"SO_DIAMONDDUST",-4000; + } + if (getskilllv("SO_VACUUM_EXTREME") == 5) + bonus bDelayrate,-15; + - Id: 410067 + AegisName: Professor_MiniGlass_ + Name: Professor's Mini Glasses + Type: Armor + Buy: 20 + Weight: 100 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2118 + Script: | + bonus2 bMagicAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Sleep,10000; + if (getskilllv("SO_PSYCHIC_WAVE") == 5) { + bonus2 bFixedCastrate,"SO_PSYCHIC_WAVE",-100; + bonus2 bSkillCooldown,"SO_EARTHGRAVE",-4000; + bonus2 bSkillCooldown,"SO_DIAMONDDUST",-4000; + } + if (getskilllv("SO_VACUUM_EXTREME") == 5) + bonus bDelayrate,-15; - Id: 410068 AegisName: C_Fish_Marche Name: Costume Fish Marche @@ -152100,7 +170947,7 @@ Body: View: 2142 - Id: 410070 AegisName: Demons_Familiar - Name: Demons Familia + Name: Demon's Familiar Type: Armor Buy: 20 Weight: 200 @@ -152114,7 +170961,7 @@ Body: bonus bAllStats,10; - Id: 410071 AegisName: Demons_Familiar_ - Name: Demons Familia + Name: Demons Familiar Type: Armor Buy: 20 Weight: 200 @@ -152129,13 +170976,61 @@ Body: bonus bAllStats,10; - Id: 410072 AegisName: C_Demons_Familiar - Name: Costume Demons Familia # !todo check english name + Name: Costume Demons Familiar Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 EquipLevelMin: 1 View: 2127 + - Id: 410073 + AegisName: C_Diadem_V + Name: Costume Diadem + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 335 + - Id: 410074 + AegisName: C_Gravekeeper_Blinker + Name: Costume Gravekeeper Blinker + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1210 + - Id: 410075 + AegisName: C_Pig_Boy_J + Name: Costume Hagu Hagu Poring + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1872 + - Id: 410076 + AegisName: C_Pig_Girl_J + Name: Costume Hagu Hagu Marin + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1871 + - Id: 410077 + AegisName: C_Happy_Balloon + Name: Costume Happy Balloon + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1183 + - Id: 410078 + AegisName: C_2021RTC_Headset_TW + Name: Costume 2021RTC Gaming Headset + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2134 - Id: 410079 AegisName: Deepblue_Sunglasses Name: Deep Blue Sunglasses @@ -152173,12 +171068,20 @@ Body: hateffect HAT_EF_C_Released_Ground,false; - Id: 410082 AegisName: C_BirthDay_Balloon_TW - Name: Costume Happy Birthday Balloon # !todo check english name + Name: Costume Happy Carnival Balloon Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2137 + - Id: 410083 + AegisName: C_Scuba_Mask + Name: Costume Scuba Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 400 - Id: 410084 AegisName: Melon_Headphone_J_ Name: Premium Melon Headphones @@ -152228,6 +171131,70 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2127 + - Id: 410088 + AegisName: Supplement_P_Income + Name: Powered Income + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2148 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Blind,10000; + if (getskilllv("NC_NEUTRALBARRIER") == 3) + bonus bDelayrate,-15; + if (getskilllv("NC_RESEARCHFE") == 5) { + bonus2 bVariableCastrate,"NC_ARMSCANNON",-100; + bonus bNoMadoFuel; + } + - Id: 410089 + AegisName: Supplement_P_Income_ + Name: Powered Income + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2148 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Blind,10000; + if (getskilllv("NC_NEUTRALBARRIER") == 3) + bonus bDelayrate,-15; + if (getskilllv("NC_RESEARCHFE") == 5) { + bonus2 bVariableCastrate,"NC_ARMSCANNON",-100; + bonus bNoMadoFuel; + } + - Id: 410090 + AegisName: Love_Cheek_TW + Name: Love Redness + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 90 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + View: 1318 - Id: 410091 AegisName: Cor_Core_Booster Name: Cor Core Booster @@ -152298,7 +171265,7 @@ Body: View: 2151 - Id: 410096 AegisName: Pope_Ribbon_R - Name: Cinnabar Ribbon + Name: Red Pope Ribbon Type: Armor View: 2152 Weight: 100 @@ -152319,7 +171286,7 @@ Body: bonus bAspd,2; - Id: 410097 AegisName: Pope_Ribbon_R_ - Name: Cinnabar Ribbon + Name: Red Pope Ribbon Type: Armor View: 2152 Weight: 100 @@ -152339,9 +171306,17 @@ Body: } if (getskilllv("SP_SOULUNITY") == 7) bonus bAspd,2; + - Id: 410098 + AegisName: C_Nero_Mask + Name: Costume Nero Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 917 - Id: 410099 AegisName: C_Avenger - Name: Costume Avengers + Name: Costume Avenger Type: Armor Jobs: All: true @@ -152350,6 +171325,66 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2156 + - Id: 410100 + AegisName: 2021RTC_Headset_1_TW + Name: 2021RTC Champion Gaming Headset + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2157 + Script: | + bonus bFixedCast,-500; + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus bDelayrate,-5; + - Id: 410101 + AegisName: 2021RTC_Headset_2_TW + Name: 2021RTC Runner-Up Gaming Headset + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2160 + Script: | + bonus bFixedCast,-300; + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus2 bMagicAtkEle,Ele_All,6; + bonus2 bSubRace,RC_DemiHuman,3; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus bDelayrate,-3; + - Id: 410102 + AegisName: 2021RTC_Headset_3_TW + Name: 2021RTC 3rd Place Gaming Headset + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2161 + Script: | + bonus bFixedCast,-200; + bonus bShortAtkRate,3; + bonus bLongAtkRate,3; + bonus2 bMagicAtkEle,Ele_All,3; + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus2 bSubRace,RC_Player_Doram,1; + bonus bDelayrate,-1; - Id: 410103 AegisName: C_Silk_Of_Soul Name: Costume Soul Silk @@ -152358,6 +171393,22 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2171 + - Id: 410104 + AegisName: C_Lude_Mask_V + Name: Costume Lude Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 802 + - Id: 410105 + AegisName: C_Cube_Mask_V + Name: Costume Cube Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 472 - Id: 410107 AegisName: C_Straw_Rice_Bag_V Name: Costume Rice Bale (Middle) @@ -152366,6 +171417,164 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 1273 + - Id: 410108 + AegisName: C_B_Shiba_Inu_TW + Name: Costume Black Shiba Inu + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2169 + - Id: 410109 + AegisName: Fluffy_Lovely_Fox + Name: Fluffy Lovely Fox + Type: Armor + Buy: 20 + Weight: 100 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2178 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Confusion,10000; + bonus bVit,5*getskilllv("SU_HISS"); + if (getskilllv("SU_SPIRITOFLIFE") ==1) { + bonus2 bVariableCastrate,"SU_STOOP",-100; + bonus2 bVariableCastrate,"SU_LOPE",-100; + autobonus3 "{ .@val = max(100, (Hp/1000)); bonus2 bSkillAtk,\"SU_PICKYPECK\",.@val; bonus2 bSkillAtk,\"SU_SCAROFTAROU\",.@val; bonus2 bSkillAtk,\"SU_LUNATICCARROTBEAT\",.@val; bonus2 bSkillAtk,\"SU_SVG_SPIRIT\",.@val; }",1000,15000,"SU_SCAROFTAROU"; + } + - Id: 410110 + AegisName: Fluffy_Lovely_Fox_ + Name: Fluffy Lovely Fox + Type: Armor + Buy: 20 + Weight: 100 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2178 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Confusion,10000; + bonus bVit,5*getskilllv("SU_HISS"); + if (getskilllv("SU_SPIRITOFLIFE") ==1) { + bonus2 bVariableCastrate,"SU_STOOP",-100; + bonus2 bVariableCastrate,"SU_LOPE",-100; + autobonus3 "{ .@val = max(100, (Hp/1000)); bonus2 bSkillAtk,\"SU_PICKYPECK\",.@val; bonus2 bSkillAtk,\"SU_SCAROFTAROU\",.@val; bonus2 bSkillAtk,\"SU_LUNATICCARROTBEAT\",.@val; bonus2 bSkillAtk,\"SU_SVG_SPIRIT\",.@val; }",1000,15000,"SU_SCAROFTAROU"; + } + - Id: 410111 + AegisName: C_Intake_BU + Name: Costume Intake(Blue) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2182 + - Id: 410112 + AegisName: C_Intake_RD + Name: Costume Intake(Red) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2183 + - Id: 410113 + AegisName: C_Intake_YL + Name: Costume Intake(Yellow) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2184 + - Id: 410114 + AegisName: C_Intake_GN + Name: Costume Intake(Green) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2185 + - Id: 410115 + AegisName: C_Intake_BL + Name: Costume Intake(Black) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2186 + - Id: 410116 + AegisName: C_Intake_WH + Name: Costume Intake(White) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2187 + - Id: 410117 + AegisName: C_Intake_OM + Name: Costume Intake(Orange) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2188 + - Id: 410118 + AegisName: C_Intake_PP + Name: Costume Intake(Purple) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2189 + - Id: 410119 + AegisName: Guardian_Helm + Name: Guardian Helm + Type: Armor + Buy: 20 + Weight: 300 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2199 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_DemiHuman,5; + - Id: 410120 + AegisName: Guardian_Helm_ + Name: Guardian Helm + Type: Armor + Buy: 20 + Weight: 300 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2199 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_DemiHuman,5; + - Id: 410121 + AegisName: C_Guardian_Helm + Name: Costume Guardian Helm + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2199 - Id: 410122 AegisName: C_B_Thin_Eyes_B_TW Name: Costume Blinking Small Eyes @@ -152382,6 +171591,51 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2147 + - Id: 410124 + AegisName: Grisly_Soul + Name: Ears of Grisly Soul + Type: Armor + Buy: 20 + Weight: 300 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2212 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus bNoCastCancel; + if (getskilllv("SR_EARTHSHAKER") == 5) { + bonus2 bFixedCastrate,"SR_HOWLINGOFLION",-100; + bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-9500; + } + if (getskilllv("SR_RIDEINLIGHTNING") == 5) + bonus bAspdRate,15; + - Id: 410125 + AegisName: Grisly_Soul_ + Name: Ears of Grisly Soul + Type: Armor + Buy: 20 + Weight: 300 + Slots: 1 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2212 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus bNoCastCancel; + if (getskilllv("SR_EARTHSHAKER") == 5) { + bonus2 bFixedCastrate,"SR_HOWLINGOFLION",-100; + bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-9500; + } + if (getskilllv("SR_RIDEINLIGHTNING") == 5) + bonus bAspdRate,15; - Id: 410126 AegisName: C_Professor_MiniGlass Name: Costume Professor's Mini Glass @@ -152390,8 +171644,27 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2118 + - Id: 410127 + AegisName: C_Spot_Light + Name: Costume Spotlight + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + Script: | + hateffect HAT_EF_C_SPOT_LIGHT,true; + UnEquipScript: | + hateffect HAT_EF_C_SPOT_LIGHT,false; + - Id: 410128 + AegisName: C_Supplement_P_Income + Name: Costume Powered Income + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2148 - Id: 410129 - AegisName: aegis_410129 + AegisName: Phantom_Ear Name: Phantom Ears Type: Armor Weight: 100 @@ -152415,7 +171688,7 @@ Body: UnEquipScript: | sc_end SC_RECOGNIZEDSPELL; - Id: 410130 - AegisName: aegis_410130 + AegisName: Phantom_Ear_ Name: Phantom Ears Type: Armor Weight: 100 @@ -152526,13 +171799,95 @@ Body: } } - Id: 410138 - AegisName: aegis_410138 + AegisName: C_Flowerpot_Mask_V Name: Costume Flower Pot Mask (Middle) Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 1086 + - Id: 410139 + AegisName: aegis_410139 + Name: Wings of Asmodeus + Type: Armor + Weight: 300 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2249 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Blind,10000; + if (getskilllv("RK_IGNITIONBREAK") == 5) { + bonus2 bFixedCastrate,"RK_REFRESH",-100; + bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-2500; + } + if (getskilllv("RK_SONICWAVE") == 10) + bonus bPerfectHitAddRate,25; + - Id: 410140 + AegisName: Hairband_Of_Asmodeus_ + Name: Wings of Asmodeus + Type: Armor + Weight: 300 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2249 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bResEff,Eff_Blind,10000; + if (getskilllv("RK_IGNITIONBREAK") == 5) { + bonus2 bFixedCastrate,"RK_REFRESH",-100; + bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-2500; + } + if (getskilllv("RK_SONICWAVE") == 10) + bonus bPerfectHitAddRate,25; + - Id: 410141 + AegisName: GorgonCoronet + Name: Gorgon Coronet + Type: Armor + Weight: 300 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2250 + Script: | + bonus bMaxHPrate,15; + bonus2 bSubRace,RC_All,5; + - Id: 410142 + AegisName: aegis_410142 + Name: Gorgon Coronet + Type: Armor + Weight: 300 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2250 + Script: | + bonus bMaxHPrate,15; + bonus2 bSubRace,RC_All,5; + - Id: 410143 + AegisName: C_Charlie_Beard + Name: Costume Charlie's Mustache + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 700 - Id: 410144 AegisName: C_Omega_Golf_Bag Name: "Costume: Omega Golf Bag" @@ -152581,9 +171936,33 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2258 + - Id: 410154 + AegisName: aegis_410154 + Name: Costume Flowery Vision + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1744 + - Id: 410155 + AegisName: aegis_410155 + Name: Costume Twin Margaret + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1472 + - Id: 410156 + AegisName: C_Bouquet_Valletta + Name: Costume Bouquet Valletta + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2263 - Id: 410157 AegisName: C_Happening_Clover - Name: Costume Happening Clover # !todo check english name + Name: Costume Happening Clover Type: Armor Locations: Costume_Head_Mid: true @@ -152626,32 +172005,72 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2265 + - Id: 410167 + AegisName: aegis_410167 + Name: Costume Popcorn + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2142 + - Id: 410168 + AegisName: aegis_410168 + Name: Costume Heart balloon + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1039 - Id: 410169 AegisName: aegis_410169 - Name: Costume Lovely Fox # !todo check english name + Name: Costume Fluffy Lovely Fox Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2178 - Id: 410170 - AegisName: aegis_410170 - Name: Costume star-shaped eyepatch # !todo check english name + AegisName: C_Star_Eyepatch + Name: Costume Star Eyepatch Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 800 + - Id: 410171 + AegisName: C_Wish_Tree_Hat_J + Name: Costume Wishing Tree Hat + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1270 + - Id: 410178 + AegisName: C_Princess_Headphone + Name: Costume Princess Headphones + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2275 + - Id: 410179 + AegisName: aegis_410179 + Name: Costume Queen Melon Headphones + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2276 - Id: 410182 - AegisName: aegis_410182 - Name: Costume Traveler's Lantern # !todo check english name + AegisName: C_Traveller_Oil_Lantern + Name: Costume Traveler's Oil Lantern Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2280 - Id: 410185 - AegisName: aegis_410185 + AegisName: Rebel_Pocket_Watch Name: Rebellion Pocket Watch Type: Armor View: 2289 @@ -152695,7 +172114,7 @@ Body: bonus bDelayrate,-15; - Id: 410187 AegisName: C_Diving_Goggles - Name: Costume Diving Hunting Goggles # !todo check english name + Name: Costume Diving Goggles Type: Armor Locations: Costume_Head_Mid: true @@ -152703,7 +172122,7 @@ Body: View: 2116 - Id: 410188 AegisName: C_King_Mini - Name: Costume King Mini Me # !todo check english name + Name: "Costume: King Mini-Me" Type: Armor Locations: Costume_Head_Mid: true @@ -152711,7 +172130,7 @@ Body: View: 2290 - Id: 410189 AegisName: C_Angeling_Mini - Name: Costume Angelling Mini Me # !todo check english name + Name: "Costume: Angeling Mini-Me" Type: Armor Locations: Costume_Head_Mid: true @@ -152719,7 +172138,7 @@ Body: View: 2291 - Id: 410190 AegisName: C_Seyren_Mini - Name: Costume Siren Mini Me # !todo check english name + Name: "Costume: Seyren Mini-Me" Type: Armor Locations: Costume_Head_Mid: true @@ -152743,7 +172162,7 @@ Body: View: 2304 - Id: 410193 AegisName: C_Gulaling_Mini - Name: Costume Gullaring Mini Me # !todo check english name + Name: "Costume: Gularing Mini-Me" Type: Armor Locations: Costume_Head_Mid: true @@ -152751,7 +172170,7 @@ Body: View: 2293 - Id: 410194 AegisName: aegis_410194 - Name: Costume White Fox Mask (Middle) # !todo check english name + Name: Costume White Fox Mask (Middle) Type: Armor Locations: Costume_Head_Mid: true @@ -152759,15 +172178,15 @@ Body: View: 403 - Id: 410195 AegisName: aegis_410195 - Name: Costume Mofumofu Lovely Fox # !todo check english name + Name: Costume Fluffy Lovely Fox Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2178 - Id: 410196 - AegisName: aegis_410196 - Name: Costume Tai Chi Earring (Yellow) # !todo check english name + AegisName: C_YinYang_Earring_Y + Name: Costume Yinyang Earrings (Yellow) Type: Armor Locations: Costume_Head_Mid: true @@ -152775,20 +172194,44 @@ Body: View: 2088 - Id: 410198 AegisName: C_2022Cosutama_Imp_JP - Name: Costume Devil's Banquet # !todo check english name + Name: Costume Deviruchi Party Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2299 - Id: 410199 - AegisName: aegis_410199 - Name: Costume Midnight Candle # !todo check english name + AegisName: C_Midnight_Candle + Name: Costume Midnight Candle Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2301 + - Id: 410200 + AegisName: C_Serving_Rabbit + Name: Costume Butler Bunny + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2362 + - Id: 410201 + AegisName: C_Spinning_Skulls + Name: Costume Haunting Skull + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2363 + - Id: 410202 + AegisName: C_ROROGO + Name: Costume Poring Scooter + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2303 - Id: 410205 AegisName: C_Marlbron_Mini Name: "Costume: Marlbron Minimi" @@ -152805,9 +172248,18 @@ Body: Costume_Head_Mid: true ArmorLevel: 1 View: 2305 + - Id: 410207 + AegisName: aegis_410207 + Name: Silk of Soul + Type: Armor + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2171 - Id: 410208 AegisName: aegis_410208 - Name: Level 1 Glasses # !todo check english name + Name: 1Lv Glasses Type: Armor Slots: 1 Locations: @@ -152852,6 +172304,30 @@ Body: Script: | bonus bBaseAtk,BaseLevel; bonus bMatk,BaseLevel; + - Id: 410212 + AegisName: C_Little_Abyss_Dragon + Name: Costume Little Abyss Dragon + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2316 + - Id: 410213 + AegisName: Ear_OF_Bloody + Name: Bloody Ears + Type: Armor + Weight: 100 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2318 + Script: | + .@a = (readparam(bDex)+readparam(bLuk))/15; + .@b = (readparam(bDex)+readparam(bLuk))/30; + .@c = (readparam(bDex)+readparam(bLuk))/250; + bonus bCon,.@a; + bonus bLongAtkRate,.@b+(15*.@c); - Id: 410214 AegisName: C_Larva_Yellow_Mini Name: "Costume: Larva Yellow Minimi" @@ -152867,9 +172343,41 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 410215 + AegisName: Ear_OF_Spirit + Name: Spirit Ears + Type: Armor + Weight: 100 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2212 + Script: | + .@a = (readparam(bStr)+readparam(bVit))/15; + .@b = (readparam(bStr)+readparam(bVit))/30; + .@c = (readparam(bStr)+readparam(bVit))/250; + bonus bPow,.@a; + bonus bShortAtkRate,.@b+(15*.@c); + - Id: 410216 + AegisName: Ear_OF_Abyss + Name: Abyss Ears + Type: Armor + Weight: 100 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2322 + Script: | + .@a = (readparam(bAgi)+readparam(bInt))/15; + .@b = (readparam(bAgi)+readparam(bInt))/30; + .@c = (readparam(bAgi)+readparam(bInt))/250; + bonus bSpl,.@a; + bonus bMatkRate,.@b+(15*.@c); - Id: 410217 - AegisName: aegis_410217 - Name: Costume Magic Card # !todo check english name + AegisName: C_Yesterday_Once_More_K + Name: Costume Magic Cards Type: Armor Locations: Costume_Head_Mid: true @@ -152877,23 +172385,23 @@ Body: View: 2264 - Id: 410218 AegisName: C_Soccer_Ball - Name: Costume Soccer Ball # !todo check english name + Name: Costume Soccer Ball Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2324 - Id: 410219 - AegisName: aegis_410219 - Name: Costume Flemish Giant # !todo check english name + AegisName: C_Jumbo_Rabbit + Name: Costume Flemish Giant Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2334 - Id: 410220 - AegisName: aegis_410220 - Name: Costume Twinkling Frozen Eye # !todo check english name + AegisName: C_Blink_Eyes_Frozen + Name: Costume Twinkling Frozen Eyes Type: Armor Locations: Costume_Head_Mid: true @@ -152901,7 +172409,7 @@ Body: View: 2336 - Id: 410221 AegisName: C_white_tteok - Name: Costume Baekseolgi # !todo check english name + Name: Costume White Rice Cake Type: Armor Locations: Costume_Head_Mid: true @@ -152909,7 +172417,7 @@ Body: View: 2341 - Id: 410222 AegisName: C_blacksesame_tteok - Name: Costume black sesame # !todo check english name + Name: Costume Black Sesame Rice Cake Type: Armor Locations: Costume_Head_Mid: true @@ -152917,35 +172425,63 @@ Body: View: 2342 - Id: 410223 AegisName: C_bean_tteok - Name: Costume bean # !todo check english name + Name: Costume Soybean Rice Cake Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2343 + - Id: 410224 + AegisName: aegis_410224 + Name: Costume Red Ribbon + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2152 - Id: 410226 AegisName: C_Black_Rabbit - Name: Costume black rabbit # !todo check english name + Name: Costume Black Rabbit Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2349 + - Id: 410228 + AegisName: aegis_410228 + Name: Costume Tomboy Fairy + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 998 - Id: 410229 AegisName: aegis_410229 - Name: Costume Snake God's Crystal # !todo check english name + Name: Costume Serpentine Crystal Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 View: 2355 - - Id: 410231 - AegisName: aegis_410231 - Name: Costume Wonderland Tea Party # !todo check english name + - Id: 410230 + AegisName: aegis_410230 + Name: Costume Twin Ribbon Type: Armor Locations: Costume_Head_Mid: true ArmorLevel: 1 + View: 575 + - Id: 410231 + AegisName: C_Teaparty_Wonderland + Name: Costume Tea Party in Wonderland + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + Script: | + hateffect(HAT_EF_alice_tea,true); + UnEquipScript: | + hateffect(HAT_EF_alice_tea,false); - Id: 410232 AegisName: aegis_410232 Name: Gambler's Seal @@ -152967,6 +172503,534 @@ Body: ArmorLevel: 1 EquipLevelMin: 150 View: 1202 + - Id: 410234 + AegisName: aegis_410234 + Name: Costume Rebellion Pocket Watch + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2289 + - Id: 410236 + AegisName: C_Bird_Cage_Candle_Hold + Name: Costume Birdcage Candle Holders + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2378 + - Id: 410238 + AegisName: aegis_410238 + Name: Costume Adventurer Pope Mini-Me + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2384 + - Id: 410239 + AegisName: aegis_410239 + Name: Costume Flying Tilby + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2386 + - Id: 410240 + AegisName: aegis_410240 + Name: Costume White Rabbit + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2388 + - Id: 410241 + AegisName: aegis_410241 + Name: Costume Ribbon Sweets Party + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2370 + - Id: 410242 + AegisName: aegis_410242 + Name: Costume Wanderer Grim Reaper + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2395 + - Id: 410243 + AegisName: aegis_410243 + Name: Wanderer Grim Reaper + Type: Armor + Weight: 100 + Defense: 2 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2395 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + - Id: 410244 + AegisName: aegis_410244 + Name: Wanderer Grim Reaper + Type: Armor + Weight: 100 + Defense: 2 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2395 + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + - Id: 410245 + AegisName: aegis_410245 + Name: Costume Brother Keen Eye + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2399 + - Id: 410247 + AegisName: aegis_410247 + Name: Lightning Savage + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2403 + Script: | + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; + - Id: 410248 + AegisName: aegis_410248 + Name: Costume Tuk Tuk + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2404 + - Id: 410251 + AegisName: aegis_410251 + Name: Costume Alien Sunglasses (Blue) # !todo check english name + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2405 + - Id: 410252 + AegisName: aegis_410252 + Name: Costume Alien Sunglasses (Red) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2407 + - Id: 410253 + AegisName: aegis_410253 + Name: Costume Alien Sunglasses (Green) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2406 + - Id: 410254 + AegisName: Old_Moroc_Acc + Name: Ancient Morocc Noble Jewelry + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 335 + Script: | + .@a = ((5*(readparam(bStr)/8))+(3*(readparam(bAgi)/8))+(2*(readparam(bVit)/8))+(2*(readparam(bDex)/8))); + .@b = ((2*(readparam(bVit)/8))+(5*(readparam(bInt)/8))+(2*(readparam(bDex)/8))+(3*(readparam(bLuk)/8))); + bonus bBaseAtk,.@a; + bonus bMatk,.@b; + - Id: 410255 + AegisName: aegis_410255 + Name: Costume Red & White Headband + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 342 + - Id: 410256 + AegisName: Magic_Star_TW_LT + Name: Magic Star-LT + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 2 + EquipLevelMin: 100 + Script: | + .@a = (readparam(bStr)+readparam(bAgi)+readparam(bVit)+readparam(bInt)+readparam(bDex)+readparam(bLuk))/600; + .@b = (readparam(bStr)+readparam(bAgi)+readparam(bVit)+readparam(bInt)+readparam(bDex)+readparam(bLuk))/160; + bonus bVariableCastrate,-10; + bonus2 bMagicAtkEle,Ele_Neutral,2*(readparam(bStr)/12); + bonus2 bMagicAtkEle,Ele_Wind,2*(readparam(bAgi)/12); + bonus2 bMagicAtkEle,Ele_Water,2*(readparam(bVit)/12); + bonus2 bMagicAtkEle,Ele_Fire,2*(readparam(bInt)/12); + bonus2 bMagicAtkEle,Ele_Earth,2*(readparam(bDex)/12); + bonus2 bMagicAtkEle,Ele_Holy,2*(readparam(bLuk)/12); + bonus bMatkRate,10*.@a; + bonus bAspd,.@a; + bonus bSpl,5*.@b; + bonus bSMatk,5*.@b; + hateffect(HAT_EF_Magic_Star_TW,true); + UnEquipScript: | + hateffect(HAT_EF_Magic_Star_TW,false); + - Id: 410257 + AegisName: aegis_410257 + Name: Costume Happy Droopy Lunatic Ear + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1340 + - Id: 410258 + AegisName: aegis_410258 + Name: Costume Kabuki Mask + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 214 + - Id: 410261 + AegisName: aegis_410261 + Name: Costume King Melon Headphones + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2421 + - Id: 410262 + AegisName: C_Sonic_Mini + Name: Costume Sonic Mini-Me + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2429 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 410263 + AegisName: C_Super_Sonic_Mini + Name: Costume Super Sonic Mini-Me + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2430 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 410264 + AegisName: C_Tails_Mini + Name: Costume Tails Mini-Me + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2431 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 410265 + AegisName: C_S_Attack_Ring + Name: Costume Power Ring Drop + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2432 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 410266 + AegisName: C_H_N_Hat + Name: Costume Miss Rabbit and Little Dog + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2423 + - Id: 410267 + AegisName: C_Cinnamon + Name: Costume Cinnamoroll + Type: Armor + Locations: + Costume_Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 2427 + - Id: 410268 + AegisName: C_Cinnamon2 + Name: Costume Cinnamoroll in the Sky + Type: Armor + Locations: + Costume_Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + View: 2427 + - Id: 410269 + AegisName: Comp_Crow_Tengu_Mask + Name: "[NFS] Crow Tengu Mask" + Type: Armor + Weight: 30 + Locations: + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 80 + View: 1287 + Script: | + bonus2 bAddSize,Size_All,1; + bonus bLongAtkRate,2; + if (readparam(bStr)>=108) { + bonus2 bAddSize,Size_All,1; + bonus bLongAtkRate,2; + } + if (readparam(bStr)>=120) { + bonus2 bAddSize,Size_All,2; + bonus bLongAtkRate,3; + } + - Id: 410270 + AegisName: aegis_410270 + Name: Cultist's Circlet (Strength) + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 160 + View: 2288 + Script: | + autobonus "{ bonus bStr,20; bonus bBaseAtk,100; bonus bMatk,100; }",50,10000,BF_WEAPON|BF_MAGIC; + - Id: 410271 + AegisName: aegis_410271 + Name: Cultist's Circlet (Agility) + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 160 + View: 2288 + Script: | + autobonus "{ bonus bAgi,20; bonus bBaseAtk,100; bonus bMatk,100; }",50,10000,BF_WEAPON|BF_MAGIC; + - Id: 410272 + AegisName: aegis_410272 + Name: Cultist's Circlet (Vitality) + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 160 + View: 2288 + Script: | + autobonus "{ bonus bVit,20; bonus bBaseAtk,100; bonus bMatk,100; }",50,10000,BF_WEAPON|BF_MAGIC; + - Id: 410273 + AegisName: aegis_410273 + Name: Cultist's Circlet (Intelligence) + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 160 + View: 2288 + Script: | + autobonus "{ bonus bInt,20; bonus bBaseAtk,100; bonus bMatk,100; }",50,10000,BF_WEAPON|BF_MAGIC; + - Id: 410274 + AegisName: aegis_410274 + Name: Cultist's Circlet (Dexterity) + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 160 + View: 2288 + Script: | + autobonus "{ bonus bDex,20; bonus bBaseAtk,100; bonus bMatk,100; }",50,10000,BF_WEAPON|BF_MAGIC; + - Id: 410275 + AegisName: aegis_410275 + Name: Cultist's Circlet (Lucky) + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 160 + View: 2288 + Script: | + autobonus "{ bonus bLuk,20; bonus bBaseAtk,100; bonus bMatk,100; }",50,10000,BF_WEAPON|BF_MAGIC; + - Id: 410276 + AegisName: aegis_410276 + Name: Costume Vengeful Ghost Ears + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2212 + - Id: 410277 + AegisName: aegis_410277 + Name: Costume Ragdoll + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2436 + - Id: 410278 + AegisName: aegis_410278 + Name: Costume Twinkling Bloody Eye + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2437 + - Id: 410281 + AegisName: aegis_410281 + Name: Costume Tiger Face (Middle) + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 483 + - Id: 410283 + AegisName: aegis_410283 + Name: Costume Wing Headphone + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 1347 + - Id: 410289 + AegisName: aegis_410289 + Name: Costume Baby Gloom Under Night + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2481 + - Id: 410290 + AegisName: aegis_410290 + Name: Costume Jellyfish + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2482 + - Id: 410291 + AegisName: aegis_410291 + Name: Little Abyss Dragon + Type: Armor + Weight: 300 + Defense: 5 + Locations: + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 60 + View: 2316 + Script: | + bonus bBaseAtk,(min(BaseLevel,100)/2); + bonus bMatk,(min(BaseLevel,100)/2); + - Id: 410292 + AegisName: aegis_410292 + Name: Costume Little Abyss Dragon + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2316 + - Id: 410293 + AegisName: aegis_410293 + Name: Costume Red Baby Dragon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 1463 + - Id: 410295 + AegisName: C_WinterNightBells + Name: Costume Winter Night Bells + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + - Id: 410315 + AegisName: aegis_410315 + Name: Costume Sacred Faith Ornament # !todo check english name + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2518 - Id: 420000 AegisName: Isabella_Carrot Name: Isabella Carrot @@ -152996,7 +173060,7 @@ Body: bonus5 bAutoSpell,"MG_SOULSTRIKE",10,100,BF_SHORT|BF_WEAPON,1; - Id: 420004 AegisName: Nine_Tail_Fox_Hair - Name: Nine Tail Fox Hair + Name: Fox Hair Type: Armor View: 1884 Weight: 300 @@ -153018,11 +173082,19 @@ Body: Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true Script: | autobonus "{ bonus2 bHPRegenRate,400,1000; bonus2 bSPRegenRate,80,1000; }",10,10000,BF_MAGIC; - Id: 420006 AegisName: Vassalage_Necklace - Name: Collar of Slavery + Name: Vassalage Necklace Type: Armor View: 2018 Weight: 300 @@ -153042,6 +173114,32 @@ Body: Locations: Costume_Head_Low: true ArmorLevel: 1 + - Id: 420011 + AegisName: C_Gluttony_CAPOO_TW + Name: Costume Gluttony CAPOO + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2022 + - Id: 420013 + AegisName: Spirit_Of_Chung_E_J + Name: Spirit of Chun Yi + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 882 + Script: | + bonus bBaseAtk,30; + bonus bMatk,30; + if (BaseClass == Job_Taekwon) { + bonus bSpeedRate,25; + bonus2 bExpAddRace,RC_All,5; + } - Id: 420014 AegisName: C_Japanes_Hair Name: Costume Japanese Hair @@ -153050,6 +173148,14 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2027 + - Id: 420015 + AegisName: C_Onihime_Camellia + Name: Costume Camellia Demon Ribbon + Type: Armor + Locations: + Costume_Head_Top: true + ArmorLevel: 1 + View: 2026 - Id: 420016 AegisName: C_Katashiro_Flying Name: Costume Katashiro Flying @@ -153118,6 +173224,22 @@ Body: Head_Low: true ArmorLevel: 1 EquipLevelMin: 100 + - Id: 420023 + AegisName: C_Mintgum_In_Mouth + Name: Costume Mintgum In Mouth + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1096 + - Id: 420024 + AegisName: C_Deviruchi_Balloon_J + Name: Costume Deviruchi Balloon + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1082 - Id: 420025 AegisName: C_OneEyedJack Name: Costume One Eyed Jack @@ -153160,7 +173282,7 @@ Body: bonus bDelayrate,-3*.@a; - Id: 420029 AegisName: C_Imperial_Glory - Name: "Costume: Imperial Glory" + Name: Costume Imperial Glory Type: Armor Locations: Costume_Head_Low: true @@ -153188,6 +173310,19 @@ Body: ArmorLevel: 1 Script: | bonus bShortAtkRate,5; + - Id: 420032 + AegisName: TwinCannon_TW + Name: Double Barrel Cannon + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1865 + Script: | + bonus bDelayrate,-3; + bonus bAspd,1; - Id: 420033 AegisName: C_Airy_Two_Side_Up_WH Name: Costume Airy Twin Tails (White) @@ -153316,6 +173451,22 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2084 + - Id: 420051 + AegisName: C_ZilantNecklace + Name: Costume Fire and Lightning Witch Necklace + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1831 + - Id: 420052 + AegisName: C_Spirit_Of_Chung_E_J + Name: Costume Chungee's Soul + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 882 - Id: 420053 AegisName: C_Shadow_Devil Name: Costume Shadow Devil @@ -153348,6 +173499,14 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 420056 + AegisName: C_Schmidt_Helm_J + Name: Costume Schmitz's Helm + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 634 - Id: 420057 AegisName: C_AB_Hair_RD Name: Costume Ponytail Hair(Red) @@ -153396,6 +173555,42 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2111 + - Id: 420063 + AegisName: C_Piece_Of_White_Cloth + Name: Costume White Sunshade Headscarf + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 363 + - Id: 420064 + AegisName: Noble_Hankie_TW + Name: Noble Handkerchief + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 818 + Script: | + bonus2 bMagicAtkEle,Ele_All,2; + bonus3 bAutoSpell,"WL_CHAINLIGHTNING",2,20; + bonus2 bSubRace,RC_Player_Human,2; + bonus2 bSubRace,RC_Player_Doram,2; + skill "WL_MARSHOFABYSS",1; + - Id: 420065 + AegisName: Angeling_Balloon_TW + Name: Eternal Poring Balloon + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1435 + Script: | + bonus2 bSubRace,RC_All,2; - Id: 420066 AegisName: SurviveOrb_K_LT Name: Survive Orb-LT @@ -153432,6 +173627,22 @@ Body: .@val = (readparam(bStr)+readparam(bInt))/50; bonus2 bAddSize,Size_All,4*.@val; bonus2 bMagicAddSize,Size_All,4*.@val; + - Id: 420069 + AegisName: C_Lord_of_Royals + Name: Costume King Schmidt's Cape + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2128 + - Id: 420070 + AegisName: C_Cap_Of_Blindness_V + Name: Costume Blind Hood (Low) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 326 - Id: 420071 AegisName: C_Feather_Stola Name: Costume Feather Stola @@ -153448,6 +173659,14 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2131 + - Id: 420073 + AegisName: C_2021RTC_Wing_TW + Name: Costume 2021RTC Supporting Wings + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2133 - Id: 420074 AegisName: Limesoda_In_Mouth Name: Lime Soda in Mouth @@ -153527,7 +173746,7 @@ Body: View: 2164 - Id: 420083 AegisName: C_L_Ribbon_M_WH - Name: Costume Large Ribbon Muffler (White) # !todo check english name + Name: Costume Large Ribbon Muffler (White) Type: Armor Locations: Costume_Head_Low: true @@ -153541,6 +173760,63 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2166 + - Id: 420085 + AegisName: C_Kururinpa_Hair_BD + Name: Costume Curly Hair (Blonde) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2167 + - Id: 420086 + AegisName: C_Long_Wave_LBW + Name: Costume Long Wave (Light Brown) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2168 + - Id: 420087 + AegisName: Magic_Circle_TW + Name: Magic Star Array + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bFixedCast,-200; + hateffect(HAT_EF_Magic_Circle_TW,true); + UnEquipScript: | + hateffect(HAT_EF_Magic_Circle_TW,false); + - Id: 420088 + AegisName: C_Heart_Angel_TW + Name: Costume Little Angel of Love + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2170 + - Id: 420089 + AegisName: SLD_Mob_Scarf + Name: "[Rental] Sealed Mob Scarf" + Type: Armor + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1568 + Script: | + skill "SA_SPELLBREAKER",2; + - Id: 420091 + AegisName: C_Silky_Long_BD + Name: Costume Silky Long(Blonde) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2180 - Id: 420092 AegisName: C_Silky_Long_SV Name: Costume Silky Long(Silver) @@ -153549,9 +173825,25 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2181 + - Id: 420093 + AegisName: Einherial_Mantle + Name: Einherjar Manteau + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 90 + View: 2200 + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bHPRegenRate,150,5000; + bonus2 bSPRegenRate,15,5000; - Id: 420094 AegisName: C_Einherial_Mantle - Name: Costume Einheriyar's Cloak # !todo check english name + Name: Costume Cloak of Einherjar Type: Armor Locations: Costume_Head_Low: true @@ -153638,6 +173930,25 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 2206 + - Id: 420105 + AegisName: Curse_Eats_the_World + Name: World-erosive Curse + Type: Armor + Buy: 20 + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2020 + Script: | + bonus2 bAddRace,RC_DemiHuman,20; + bonus2 bAddRace,RC_Player_Doram,20; + bonus2 bAddRace,RC_Player_Human,20; + bonus2 bMagicAddRace,RC_DemiHuman,20; + bonus2 bMagicAddRace,RC_Player_Doram,20; + bonus2 bMagicAddRace,RC_Player_Human,20; + bonus2 bResEff,Eff_Curse,10000; - Id: 420107 AegisName: C_Twinkle_Twin Name: Costume Twinkle Twin @@ -153845,6 +174156,19 @@ Body: ArmorLevel: 1 EquipLevelMin: 1 View: 2243 + - Id: 420129 + AegisName: aegis_420129 + Name: Wei Brush Tattoo + Type: Armor + Weight: 300 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1291 + Script: | + skill "RG_GRAFFITI",1; + bonus2 bResEff,Eff_Hallucination,10000; - Id: 420130 AegisName: aegis_420130 Name: Fumi Fan @@ -153885,7 +174209,7 @@ Body: bonus bHealPower2,5; bonus bLongAtkDef,5; - Id: 420132 - AegisName: aegis_420132 + AegisName: C_Charm_Of_Great_Nature Name: Costume Charm of Great Nature Type: Armor Locations: @@ -153929,9 +174253,121 @@ Body: hateffect HAT_EF_STRANGELIGHTS,true; UnEquipScript: | hateffect HAT_EF_STRANGELIGHTS,false; + - Id: 420135 + AegisName: aegis_420135 + Name: "[Not For Sale] Isabella Carrot" + Type: Armor + Weight: 100 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 70 + View: 829 + Script: | + bonus bVit,1; + bonus bDex,1; + bonus bInt,1; + - Id: 420136 + AegisName: aegis_420136 + Name: "[Not For Sale] The Spirit Of World" + Type: Armor + Weight: 600 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@str = readparam(bStr); + .@agi = readparam(bAgi); + .@vit = readparam(bVit); + .@int = readparam(bInt); + .@dex = readparam(bDex); + .@luk = readparam(bLuk); + bonus bMatk,60; + bonus2 bHPRegenRate,60,6000; + bonus2 bMagicAtkEle,Ele_Neutral,2*(.@str/10); + bonus2 bMagicAtkEle,Ele_Wind,2*(.@agi/10); + bonus2 bMagicAtkEle,Ele_Earth,2*(.@vit/10); + bonus2 bMagicAtkEle,Ele_Fire,2*(.@int/10); + bonus2 bMagicAtkEle,Ele_Water,2*(.@dex/10); + bonus2 bMagicAtkEle,Ele_Holy,2*(.@luk/10); + if (.@str + .@agi + .@vit + .@int + .@dex + .@luk >= 60) + bonus2 bMagicAtkEle,Ele_Ghost,2; + hateffect HAT_EF_STRANGELIGHTS,true; + UnEquipScript: | + hateffect HAT_EF_STRANGELIGHTS,false; + - Id: 420137 + AegisName: aegis_420137 + Name: Frenzy Galapago + Type: Armor + Weight: 500 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 55 + View: 1358 + Script: | + set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1); + set .@luk,min(readparam(bLuk),120); + bonus bAgi,1; + bonus3 bAutoSpell,"HT_BLITZBEAT",.@bblvl,50 + (.@luk / 3) + (.@bblvl * 2); + bonus2 bSkillAtk,"HT_BLITZBEAT",40*getskilllv("HT_STEELCROW"); + - Id: 420138 + AegisName: aegis_420138 + Name: Poker Card In Mouth + Type: Armor + Weight: 500 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 10 + View: 889 + Script: | + bonus2 bAddRace,RC_DemiHuman,2; + bonus2 bMagicAddRace,RC_DemiHuman,2; + - Id: 420139 + AegisName: aegis_420139 + Name: "[Not For Sale]Frenzy Galapago" + Type: Armor + Weight: 500 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 55 + View: 1358 + Script: | + set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1); + set .@luk,min(readparam(bLuk),120); + bonus bAgi,1; + bonus3 bAutoSpell,"HT_BLITZBEAT",.@bblvl,50 + (.@luk / 3) + (.@bblvl * 2); + bonus2 bSkillAtk,"HT_BLITZBEAT",40*getskilllv("HT_STEELCROW"); - Id: 420140 AegisName: C_Alpha_Long_Pony - Name: Costume Alpha Long Pony # !todo check english name + Name: Costume Alpha Long Ponytail Type: Armor Locations: Costume_Head_Low: true @@ -153954,7 +174390,7 @@ Body: hateffect HAT_EF_FLUTTER_BUTTERFLY,false; - Id: 420150 AegisName: C_Twinkle_Twin_B - Name: Costume Twinkle Twin (Blue) # !todo check english name + Name: Costume Twinkle Twin (Blue) Type: Armor Locations: Costume_Head_Low: true @@ -153977,8 +174413,8 @@ Body: NoMail: true NoAuction: true - Id: 420152 - AegisName: aegis_420152 - Name: Costume Master of Light and Darkness # !todo check english name + AegisName: C_Cons_Of_Light_Dark + Name: Costume Light and Dark Master Type: Armor Locations: Costume_Head_Low: true @@ -153986,7 +174422,7 @@ Body: View: 2273 - Id: 420153 AegisName: Booster_Scarf_A - Name: Booster Scarf Type A # !todo check english name + Name: Booster Scarf A-type Type: Armor Locations: Head_Low: true @@ -154007,7 +174443,7 @@ Body: bonus bShortAtkRate,5; - Id: 420154 AegisName: Booster_Scarf_B - Name: Booster Scarf Type B # !todo check english name + Name: Booster Scarf B-type Type: Armor Locations: Head_Low: true @@ -154027,7 +174463,7 @@ Body: bonus2 bMagicAtkEle,Ele_All,5; - Id: 420155 AegisName: Booster_Scarf_C - Name: Booster Scarf Type C # !todo check english name + Name: Booster Scarf C-type Type: Armor Locations: Head_Low: true @@ -154047,7 +174483,7 @@ Body: bonus bCritAtkRate,5; - Id: 420156 AegisName: C_Flower_L_Knitting - Name: Costume Star Cluster Flower Loose Braid # !todo check english name + Name: Costume Flower Knitting Type: Armor Locations: Costume_Head_Low: true @@ -154066,8 +174502,16 @@ Body: Script: | bonus bMdef,5; bonus bAspdRate,10; + - Id: 420159 + AegisName: C_Yesterday_Once_More + Name: Costume Yesterday Once More + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2264 - Id: 420160 - AegisName: aegis_420160 + AegisName: Cons_Of_Earth_J Name: Tyrant of Earth Type: Armor View: 1982 @@ -154078,9 +174522,10 @@ Body: EquipLevelMin: 100 Script: | bonus2 bAddSize,Size_All,BaseLevel/10; + bonus2 bMagicAddSize,Size_All,BaseLevel/10; - Id: 420161 AegisName: C_Starry_Long_Wave - Name: Costume Starry Sky Long Wave # !todo check english name + Name: Costume Starry Long Wave Type: Armor Locations: Costume_Head_Low: true @@ -154088,7 +174533,7 @@ Body: View: 2271 - Id: 420162 AegisName: aegis_420162 - Name: Costume Starry Sky Ribbon Twintails # !todo check english name + Name: Costume Starry Ribbon Twin Tail Type: Armor Locations: Costume_Head_Low: true @@ -154103,8 +174548,8 @@ Body: ArmorLevel: 1 View: 2272 - Id: 420164 - AegisName: aegis_420164 - Name: Red Sleep Sheep + AegisName: Sleep_RedSheep + Name: Dreaming Red Sheep Type: Armor View: 2277 Weight: 100 @@ -154120,16 +174565,24 @@ Body: UnEquipScript: | sc_end SC_UNLIMIT; - Id: 420165 - AegisName: aegis_420165 - Name: Costume Tent # !todo check english name + AegisName: C_Tent + Name: Costume Tent Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 View: 2279 + - Id: 420168 + AegisName: C_bullhead_J + Name: Costume Cow mask + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2078 - Id: 420169 - AegisName: aegis_420169 - Name: Costume Jiraiya's Kiseru # !todo check english name + AegisName: C_Pipe_Of_Jiraiya + Name: Costume Pipe of Jiraiya Type: Armor Locations: Costume_Head_Low: true @@ -154137,7 +174590,7 @@ Body: View: 1088 - Id: 420170 AegisName: C_Silky_Long_BL - Name: Costume Silky Long (Black) # !todo check english name + Name: Costume Silky Long Hair (Black) Type: Armor Locations: Costume_Head_Low: true @@ -154145,7 +174598,7 @@ Body: View: 2295 - Id: 420171 AegisName: aegis_420171 - Name: Costume Scarf of Thorns # !todo check english name + Name: Costume Thorn Scarf Type: Armor Locations: Costume_Head_Low: true @@ -154183,7 +174636,7 @@ Body: View: 2311 - Id: 420178 AegisName: aegis_420178 - Name: 1Lv Mask # !todo check english name + Name: 1Lv Mask Type: Armor Locations: Head_Low: true @@ -154210,6 +174663,14 @@ Body: Script: | bonus2 bSubRace,RC_Player_Human,3; bonus bDelayrate,-10; + - Id: 420181 + AegisName: aegis_420181 + Name: Costume Eispinne + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2317 - Id: 420182 AegisName: aegis_420182 Name: Book of Sorcery @@ -154232,8 +174693,30 @@ Body: bonus2 bSkillCooldown,"SO_EARTHGRAVE",-1000; bonus2 bFixedCastrate,"SO_EARTHGRAVE",-100; } + - Id: 420185 + AegisName: aegis_420185 + Name: Costume Red Sailor Collar + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1364 + - Id: 420186 + AegisName: 20th_Anniversary_TW + Name: 20th Anniversary Balloon + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2005 + Script: | + bonus bPAtk,2; + bonus bSMatk,2; + bonus bFixedCast,-100; - Id: 420187 - AegisName: aegis_420187 + AegisName: Sacred_Lapel Name: Sacred Lapel Type: Armor Weight: 100 @@ -154255,28 +174738,79 @@ Body: bonus2 bMagicAddSize,Size_All,15; - Id: 420190 AegisName: aegis_420190 - Name: Costume Orochimaru Mask # !todo check english name + Name: Costume Orochimaru's Mask Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 View: 1089 - Id: 420191 - AegisName: aegis_420191 - Name: Costume Snow Rabbit Wig # !todo check english name + AegisName: C_Snow_Rabbit_Wig + Name: Costume Snow Rabbit Wig Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 View: 2333 - Id: 420192 - AegisName: aegis_420192 - Name: Costume White Fox # !todo check english name + AegisName: C_Friendly_White_Fox + Name: Costume Friendly White Fox Type: Armor Locations: Costume_Head_Low: true ArmorLevel: 1 View: 2335 + - Id: 420193 + AegisName: C_L_Ribbon_M_BU + Name: Costume Giant Bow Scarf (Blue) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2340 + - Id: 420194 + AegisName: Rescue_whistle + Name: Survival Whistle + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 952 + Script: | + .@a = (((readparam(bStr)+readparam(bAgi)+readparam(bVit)+readparam(bInt)+readparam(bDex)+readparam(bLuk))/600)*10); + bonus bFlee,10+.@a; + bonus2 bAddEle,Ele_All,.@a+(readparam(bStr)/20); + bonus2 bAddEle,Ele_Neutral,(readparam(bAgi)/20); + bonus2 bAddEle,Ele_Water,(readparam(bVit)/20); + bonus2 bAddEle,Ele_Earth,(readparam(bInt)/20); + bonus2 bAddEle,Ele_Fire,(readparam(bDex)/20); + bonus2 bAddEle,Ele_Wind,(readparam(bLuk)/20); + - Id: 420195 + AegisName: C_1st_Evt_Balloon_MSP + Name: Costume GGH 1st Anniversary Balloons + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2345 + - Id: 420196 + AegisName: aegis_420196 + Name: Costume Fruit Stick + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 855 + - Id: 420197 + AegisName: aegis_420197 + Name: Costume Twinkle Wave + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2346 - Id: 420198 AegisName: aegis_420198 Name: Sanctus @@ -154298,6 +174832,20 @@ Body: bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-200; if (getskilllv("SR_RAISINGDRAGON") == 10) bonus2 bAddSize,Size_All,15; + - Id: 420199 + AegisName: Ghost_Fire + Name: Phantom Fireball + Type: Armor + Weight: 700 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 90 + View: 2353 + Script: | + bonus bVariableCastrate,-8; + bonus bDelayrate,-5; + bonus bFixedCast,-100; - Id: 420201 AegisName: aegis_420201 Name: Costume Baeksayo Wig # !todo check english name @@ -154314,9 +174862,37 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2361 + - Id: 420205 + AegisName: aegis_420205 + Name: Costume Memorial Claus + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2310 + Script: | + hateffect HAT_EF_20TH_SCARF_J,true; + UnEquipScript: | + hateffect HAT_EF_20TH_SCARF_J,false; + - Id: 420206 + AegisName: aegis_420206 + Name: Costume Samambaia (Lower) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 508 + - Id: 420207 + AegisName: aegis_420207 + Name: Costume Eternal Rose + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2365 - Id: 420208 - AegisName: aegis_420208 - Name: Costume Chocolat Rabbit Hair # !todo check english name + AegisName: C_Chocolat_Rabbit_Hair + Name: Costume Chocolate Rabbit Hair Type: Armor Locations: Costume_Head_Low: true @@ -154340,6 +174916,22 @@ Body: ArmorLevel: 1 EquipLevelMin: 150 View: 1679 + - Id: 420211 + AegisName: C_Sleep_RedSheep + Name: Garment Sheep Counting (Red) # !todo check english name + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2277 + - Id: 420212 + AegisName: C_Guardian_Claus + Name: Costume Protect Cloth (Red) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2227 - Id: 420213 AegisName: Spade_Ace_Melee Name: Ace of Spades in Mouth (Magical) @@ -154350,15 +174942,582 @@ Body: ArmorLevel: 1 EquipLevelMin: 150 View: 2374 + - Id: 420218 + AegisName: aegis_420218 + Name: Costume Wonderer Curl (white) + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2379 + - Id: 420219 + AegisName: aegis_420219 + Name: Melon when clothes come # !todo check english name + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2382 + - Id: 420220 + AegisName: Diamond_Ace_Range + Name: Ace of Diamonds in Mouth (Long Ranged Physical) + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 150 + View: 2383 + - Id: 420221 + AegisName: C_Skia_Two_Side_Up + Name: Costume Skia Two Side Up + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2389 + - Id: 420222 + AegisName: aegis_420222 + Name: Costume Consecrate Fides Aureola + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2396 + - Id: 420223 + AegisName: aegis_420223 + Name: Consecrate Fides Aureola + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2396 + Script: | + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + - Id: 420224 + AegisName: C_Ocean_Color_Long + Name: Costume Ocean Color Long + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2397 + - Id: 420225 + AegisName: Octopus_Leg_In_Mouth + Name: Bite octopus leg # !todo check english name + Type: Armor + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 20 + View: 2401 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 420230 + AegisName: aegis_420230 + Name: Costume Consecrate Fides Aureola (Garment) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 2396 + - Id: 420231 + AegisName: MD_Hol_Protection + Name: Constellation's Protection + Type: Armor + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 250 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 420232 + AegisName: aegis_420232 + Name: Costume Cheese Stick + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 843 + - Id: 420233 + AegisName: aegis_420233 + Name: Costume Trouvere Side-Tail + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2411 + - Id: 420234 + AegisName: aegis_420234 + Name: Costume Festival Stalls + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 2412 + - Id: 420235 + AegisName: aegis_420235 + Name: Portable Support System + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2414 + Script: | + bonus bLongAtkRate,10; + if (getskilllv("NC_NEUTRALBARRIER") == 3) + bonus2 bAddSize,Size_All,15; + if (getskilllv("NC_RESEARCHFE") == 5) + bonus bNoMadoFuel; + - Id: 420236 + AegisName: Moroc_Slave_TW + Name: Loyal Servant of the Demon Lord Morroc + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1440 + Script: | + bonus bPAtk,5; + bonus bSMatk,5; + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bAddRace,RC_Player_Human,5; + bonus2 bAddRace,RC_Player_Doram,5; + bonus2 bAddRace,RC_Angel,5; + bonus2 bMagicAddRace,RC_DemiHuman,5; + bonus2 bMagicAddRace,RC_Player_Human,5; + bonus2 bMagicAddRace,RC_Player_Doram,5; + bonus2 bMagicAddRace,RC_Angel,5; + bonus2 bSubRace,RC_DemiHuman,3; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Angel,3; + - Id: 420237 + AegisName: aegis_420237 + Name: Costume Tiger Muffler + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2417 + - Id: 420238 + AegisName: aegis_420238 + Name: Illusionary Bat + Type: Armor + Weight: 100 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 2093 + Script: | + bonus2 bAddRace2,RC2_Illusion_Vampire,20; + bonus2 bMagicAddRace2,RC2_Illusion_Vampire,20; + - Id: 420239 + AegisName: Adventure_Clover + Name: Adventure Clover + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 571 + Script: | + bonus2 bExpAddRace,RC_All,8; + - Id: 420240 + AegisName: aegis_420240 + Name: Costume Tsunade's Scroll + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1090 + - Id: 420241 + AegisName: aegis_420241 + Name: Costume Temari Candy Hair + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2418 + - Id: 420242 + AegisName: aegis_420242 + Name: Costume Fluttering Haze + Type: Armor + Locations: + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2420 + Script: | + hateffect HAT_EF_C_FLUTTERING_HAZE,true; + UnEquipScript: | + hateffect HAT_EF_C_FLUTTERING_HAZE,false; + - Id: 420244 + AegisName: aegis_420244 + Name: Costume Fierce Tiger Headgear + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2216 + - Id: 420246 + AegisName: Arbitrator_Shawl_US + Name: Arbitrator Shawl + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2130 + Script: | + bonus bAtkRate,10; + bonus bDelayrate,-5; + - Id: 420247 + AegisName: Comp_Tengu_Scroll + Name: "[NFS] Tengu Scroll" + Type: Armor + Weight: 300 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 40 + View: 1445 + Script: | + bonus2 bHPDrainRate,30,5; + - Id: 420248 + AegisName: aegis_420248 + Name: Third Eye God + Type: Armor + Weight: 100 + Defense: 3 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2023 + Script: | + bonus bAllStats,1; + bonus bFixedCast,-100; + bonus2 bDropAddRace,RC_All,5; + bonus2 bAddMonsterDropItem,519,100; + bonus2 bAddMonsterDropItem,518,100; + bonus2 bAddMonsterDropItem,11530,100; + bonus2 bAddMonsterDropItem,11531,100; + - Id: 420249 + AegisName: aegis_420249 + Name: "[Not For Sale] Third Eye God" + Type: Armor + Weight: 100 + Defense: 3 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 2023 + Script: | + bonus bAllStats,1; + bonus bFixedCast,-100; + bonus2 bDropAddRace,RC_All,5; + bonus2 bAddMonsterDropItem,519,100; + bonus2 bAddMonsterDropItem,518,100; + bonus2 bAddMonsterDropItem,11530,100; + bonus2 bAddMonsterDropItem,11531,100; + - Id: 420250 + AegisName: Comp_Panda_Balloon + Name: "[NFS] Panda Bear Balloon" + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Head_Low: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + View: 1115 + Script: | + bonus bAllStats,1; + bonus bAspd,1; + - Id: 420251 + AegisName: aegis_420251 + Name: Illusionary Spark + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 1747 + Script: | + bonus2 bAddRace2,RC2_Illusion_Luanda,20; + bonus2 bMagicAddRace2,RC2_Illusion_Luanda,20; + - Id: 420254 + AegisName: aegis_420254 + Name: Costume Wizard's beard + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 1004 + - Id: 420255 + AegisName: aegis_420255 + Name: Costume Guillotine Cross Slow Pony + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2435 + - Id: 420258 + AegisName: aegis_420258 + Name: Hero Cloth + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 100 + View: 2272 + Script: | + bonus2 bAddSize,Size_All,BaseLevel/10; + bonus2 bMagicAddSize,Size_All,BaseLevel/10; + - Id: 420269 + AegisName: Clover_Ace_Defense + Name: Ace of Clovers in Mouth (Defense) + Type: Armor + Weight: 100 + Locations: + Head_Low: true + ArmorLevel: 1 + EquipLevelMin: 150 + View: 2448 + - Id: 420303 + AegisName: C_Chaos_Emerald + Name: Costume Chaos Emerald + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2485 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 420304 + AegisName: aegis_420304 + Name: Costume Night Sky of Lutie + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + - Id: 420307 + AegisName: aegis_420307 + Name: Costume Twin Wave Roll Hair # !todo check english name + Type: Armor + Locations: + Costume_Head_Low: true + ArmorLevel: 1 + View: 2490 + - Id: 430001 + AegisName: C_Helm_Of_Ra + Name: Costume Hat of the Sun God + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + ArmorLevel: 1 + View: 2094 + - Id: 430002 + AegisName: Rachel_Helmet + Name: Awakened Glacier Helm + Type: Armor + Weight: 250 + Defense: 5 + Slots: 1 + Locations: + Head_Top: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 804 + Script: | + .@r = getrefine(); + bonus2 bSubRace,RC_DemiHuman,.@r; + if (.@r>=6) { + bonus bAllStats,6; + bonus bAtkRate,6; + bonus bMatkRate,6; + } + if (.@r>=9) { + bonus2 bAddRace2,RC2_Rachel_Sanctuary,25; + bonus2 bMagicAddRace2,RC2_Rachel_Sanctuary,25; + } + - Id: 430003 + AegisName: aegis_430003 + Name: "[Not For Sale] Fancy Phantom Mask" + Type: Armor + Weight: 1000 + Defense: 5 + Slots: 1 + Locations: + Head_Mid: true + Head_Top: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 20 + Refineable: true + View: 710 + Script: | + bonus bStr,1; + bonus bAtkRate,5; + bonus bDelayrate,-1; + bonus bMaxHP,getrefine()*100; + bonus2 bSkillAtk,"MC_MAMMONITE",20; - Id: 430005 AegisName: C_White_Tiger_Glass - Name: Costume white tiger glasses # !todo check english name + Name: Costume White Tiger Glasses Type: Armor Locations: Costume_Head_Top: true Costume_Head_Mid: true ArmorLevel: 1 View: 2325 + - Id: 430006 + AegisName: aegis_430006 + Name: Wanderer's Sakkat + Type: Armor + Weight: 500 + Defense: 2 + Slots: 1 + Locations: + Head_Top: true + Head_Mid: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 558 + Script: | + .@r = getrefine(); + bonus bAgi,.@r/2; + bonus bLuk,.@r/2; + if (.@r>=7) { + bonus bAspdRate,5; + if (.@r>=9) { + bonus bAspdRate,5; + bonus bCritical,5; + } + } + - Id: 430007 + AegisName: aegis_430007 + Name: "[Not For Sale] Wanderer's Sakkat" + Type: Armor + Weight: 500 + Defense: 2 + Slots: 1 + Locations: + Head_Top: true + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 60 + Refineable: true + View: 558 + Script: | + .@r = getrefine(); + bonus bAgi,.@r/2; + bonus bLuk,.@r/2; + if (.@r>=7) { + bonus bAspdRate,5; + if (.@r>=9) { + bonus bAspdRate,5; + bonus bCritical,5; + } + } + - Id: 430008 + AegisName: aegis_430008 + Name: "[NFS] Helm of Death" + Type: Armor + Weight: 1000 + Defense: 10 + Locations: + Head_Top: true + Head_Mid: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + View: 742 + Script: | + bonus bAllStats,1; + bonus bMdef,5; + bonus2 bAddClass,Class_Boss,10+(getrefine()-4); + bonus2 bSubClass,Class_Normal,-5; - Id: 435000 AegisName: C_Sausage Name: Costume Sausage Princess # !todo check english name @@ -154382,7 +175541,7 @@ Body: View: 666 Weight: 100 Locations: - Head_Top: true + Head_Low: true Head_Mid: true ArmorLevel: 1 EquipLevelMin: 99 @@ -154397,7 +175556,7 @@ Body: View: 693 Weight: 100 Locations: - Head_Top: true + Head_Low: true Head_Mid: true ArmorLevel: 1 EquipLevelMin: 99 @@ -154413,7 +175572,7 @@ Body: Weight: 100 Defense: 3 Locations: - Head_Top: true + Head_Low: true Head_Mid: true ArmorLevel: 1 EquipLevelMin: 99 @@ -154430,7 +175589,7 @@ Body: Defense: 3 Slots: 1 Locations: - Head_Top: true + Head_Low: true Head_Mid: true ArmorLevel: 1 EquipLevelMin: 99 @@ -154446,7 +175605,7 @@ Body: Weight: 100 Slots: 1 Locations: - Head_Top: true + Head_Low: true Head_Mid: true ArmorLevel: 1 EquipLevelMin: 99 @@ -154462,7 +175621,7 @@ Body: Weight: 100 Slots: 1 Locations: - Head_Top: true + Head_Low: true Head_Mid: true ArmorLevel: 1 EquipLevelMin: 99 @@ -154535,6 +175694,7 @@ Body: Type: Armor Locations: Costume_Head_Top: true + Costume_Head_Mid: true Costume_Head_Low: true ArmorLevel: 1 EquipLevelMin: 1 @@ -154673,6 +175833,23 @@ Body: Costume_Head_Low: true ArmorLevel: 1 View: 2147 + - Id: 440012 + AegisName: C_Dr_Eggman_Mask + Name: Costume Dr. Eggman Mask + Type: Armor + Locations: + Costume_Head_Top: true + Costume_Head_Mid: true + Costume_Head_Low: true + ArmorLevel: 1 + View: 2434 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 450000 AegisName: IDTest_armor Name: IDTest armor @@ -154832,6 +176009,37 @@ Body: if (.@r>=9) { bonus bDelayrate,-5; } + - Id: 450010 + AegisName: Europa_Robe_J + Name: Europa Robe + Type: Armor + Buy: 200000 + Weight: 500 + Defense: 35 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = (readparam(bVit)+readparam(bLuk))/10; + bonus bMdef,10; + bonus bVit,5; + bonus bLuk,5; + bonus bDelayrate,-10; + if (.@r>=7) { + bonus2 bSubRace,RC_Player_Human,7; + bonus2 bSubRace,RC_Player_Doram,7; + bonus bUnbreakableArmor; + } + if (.@r>=8) { + bonus bBaseAtk,10*.@a; + bonus bMatk,10*.@a; + } + if (.@r>=9) + bonus2 bResEff,Eff_Stone,10000; - Id: 450011 AegisName: Capricon_Mail_J Name: Capricon Mail @@ -154981,6 +176189,33 @@ Body: if (.@r>=8) bonus2 bSubClass,Class_Boss,5; } + - Id: 450017 + AegisName: Kukulkan_Skin_TW + Name: Kukulkan Skin + Type: Armor + Weight: 2500 + Defense: 40 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus2 bSubEle,Ele_Neutral,5; + if (.@r>=7) + bonus bAllStats,1; + if (.@r>=9) + bonus bLongAtkDef,5; + if (.@r>=11) + bonus2 bSubEle,Ele_Neutral,3; + if (.@r>=12) + bonus bAspd,1; + if (.@r>=13) + skill "CR_AUTOGUARD",3; - Id: 450018 AegisName: Noblesse_Breath_Armor Name: Noblesse Breath Armor @@ -155332,7 +176567,7 @@ Body: if (.@r>=7) bonus bAspdRate,3; if (.@r>=9) - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; - Id: 450029 AegisName: Noblesse_Vulcan_Armor Name: Noblesse Vulcan Armor @@ -155428,7 +176663,7 @@ Body: if (.@r>=7) bonus bAspdRate,3; if (.@r>=9) - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; - Id: 450032 AegisName: Noblesse_Rolling_Suit Name: Noblesse Rolling Suit @@ -155524,7 +176759,7 @@ Body: if (.@r>=7) bonus bAspdRate,3; if (.@r>=9) - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; - Id: 450035 AegisName: Noblesse_Stalker_Suit Name: Noblesse Stalker Suit @@ -155864,7 +177099,7 @@ Body: .@r = getrefine(); bonus bBaseAtk,50; if (.@r>=7) - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; if (.@r>=9) bonus bAtkRate,5; - Id: 450046 @@ -156020,7 +177255,7 @@ Body: if (.@r>=7) bonus bMaxSPrate,10; if (.@r>=9) - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; - Id: 450051 AegisName: Noblesse_Tiger_Suit Name: Noblesse Tiger Suit @@ -156404,7 +177639,7 @@ Body: if (.@r>=7) bonus bMaxSPrate,15; if (.@r>=9) - bonus2 bAddSize,Size_All,7; + bonus2 bAddClass,Class_All,7; - Id: 450063 AegisName: Imperial_Tiger_Suit Name: Imperial Tiger Suit @@ -156468,7 +177703,7 @@ Body: if (.@r>=7) bonus bAspdRate,5; if (.@r>=9) - bonus2 bAddSize,Size_All,7; + bonus2 bAddClass,Class_All,7; - Id: 450065 AegisName: Imperial_Vulcan_Armor Name: Imperial Vulcan Armor @@ -156564,7 +177799,7 @@ Body: if (.@r>=7) bonus bAspdRate,5; if (.@r>=9) - bonus2 bAddSize,Size_All,7; + bonus2 bAddClass,Class_All,7; - Id: 450068 AegisName: Imperial_Rolling_Suit Name: Imperial Rolling Suit @@ -156660,7 +177895,7 @@ Body: if (.@r>=7) bonus bAspdRate,5; if (.@r>=9) - bonus2 bAddSize,Size_All,7; + bonus2 bAddClass,Class_All,7; - Id: 450071 AegisName: Imperial_Stalker_Suit Name: Imperial Stalker Suit @@ -157000,7 +178235,7 @@ Body: .@r = getrefine(); bonus bBaseAtk,75; if (.@r>=7) - bonus2 bAddSize,Size_All,7; + bonus2 bAddClass,Class_All,7; if (.@r>=9) bonus bAtkRate,7; - Id: 450082 @@ -157476,7 +178711,7 @@ Body: if (.@r>=7) bonus bMaxSPrate,20; if (.@r>=9) - bonus2 bAddSize,Size_All,10; + bonus2 bAddClass,Class_All,10; - Id: 450097 AegisName: Grace_Tiger_Suit Name: Grace Tiger Suit @@ -157540,7 +178775,7 @@ Body: if (.@r>=7) bonus bAspdRate,7; if (.@r>=9) - bonus2 bAddSize,Size_All,10; + bonus2 bAddClass,Class_All,10; - Id: 450099 AegisName: Grace_Vulcan_Armor Name: Grace Vulcan Armor @@ -157636,7 +178871,7 @@ Body: if (.@r>=7) bonus bAspdRate,7; if (.@r>=9) - bonus2 bAddSize,Size_All,10; + bonus2 bAddClass,Class_All,10; - Id: 450102 AegisName: Grace_Rolling_Suit Name: Grace Rolling Suit @@ -157732,7 +178967,7 @@ Body: if (.@r>=7) bonus bAspdRate,7; if (.@r>=9) - bonus2 bAddSize,Size_All,10; + bonus2 bAddClass,Class_All,10; - Id: 450105 AegisName: Grace_Stalker_Suit Name: Grace Stalker Suit @@ -158072,7 +179307,7 @@ Body: .@r = getrefine(); bonus bBaseAtk,100; if (.@r>=7) - bonus2 bAddSize,Size_All,10; + bonus2 bAddClass,Class_All,10; if (.@r>=9) bonus bAtkRate,10; - Id: 450116 @@ -158562,6 +179797,25 @@ Body: bonus2 bMagicAtkEle,Ele_Neutral,15; } } + - Id: 450135 + AegisName: Bloody_Celine_Dress_TW + Name: Bloody Celine's Dress + Type: Armor + Weight: 200 + Defense: 40 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + if (.@r>=7) + bonus bMatkRate,10; + if (.@r>=10) + bonus bUnbreakableArmor; - Id: 450140 AegisName: Sagittarius_Mail_J Name: Sagittarius Mail @@ -158588,6 +179842,29 @@ Body: if (.@r>=8) bonus bPerfectHitAddRate,20; } + - Id: 450141 + AegisName: Kingly_Armor + Name: Monarch Mail + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 60 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus2 bSubEle,Ele_All,5; + bonus2 bSubClass,Class_Normal,7; + bonus bAtkRate,10; + bonus bMatkRate,10; + if (getrefine()>=7) { + bonus bPerfectHitAddRate,25; + bonus2 bMagicAtkEle,Ele_Neutral,20; + bonus bUnbreakableArmor; + } - Id: 450142 AegisName: Orc_Load_Mail Name: Orc Lord Armor @@ -158610,6 +179887,31 @@ Body: bonus2 bAddRace,RC_All,10; if (.@r>=9) bonus2 bAddRace,RC_All,10; + - Id: 450143 + AegisName: Samael_Dress + Name: Red Serpent Dress + Type: Armor + Buy: 20 + Weight: 400 + Defense: 120 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + .@a = ((.@r>=9)?40:(.@r>=7)?25:(.@r>=5?10:0)); + bonus bDefEle,Ele_Holy; + bonus bNoKnockback; + bonus2 bAddRace,RC_Insect,.@a; + bonus2 bAddRace,RC_Plant,.@a; + bonus2 bAddEle,Ele_Holy,.@a; + bonus2 bAddEle,Ele_Poison,.@a; + bonus2 bMagicAddRace,RC_Insect,.@a; + bonus2 bMagicAddRace,RC_Plant,.@a; + bonus2 bMagicAddEle,Ele_Holy,.@a; + bonus2 bMagicAddEle,Ele_Poison,.@a; - Id: 450144 AegisName: Saint_Robe_IL Name: Illusion Saint Robe @@ -158812,8 +180114,62 @@ Body: Slots: 1 Locations: Armor: true - ArmorLevel: 1 + ArmorLevel: 2 Refineable: true + - Id: 450155 + AegisName: JP_Armor06_L + Name: "[Rental] Red Serpent Dress" + Type: Armor + Buy: 20 + Weight: 400 + Defense: 120 + Locations: + Armor: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDefEle,Ele_Holy; + bonus bNoKnockback; + if (.@r>=5) { + bonus2 bAddRace,RC_Insect,10; + bonus2 bAddRace,RC_Plant,10; + bonus2 bAddEle,Ele_Holy,10; + bonus2 bAddEle,Ele_Poison,10; + bonus2 bMagicAddRace,RC_Insect,10; + bonus2 bMagicAddRace,RC_Plant,10; + bonus2 bMagicAddEle,Ele_Holy,10; + bonus2 bMagicAddEle,Ele_Poison,10; + } + if (.@r>=7) { + bonus2 bAddRace,RC_Insect,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Holy,15; + bonus2 bAddEle,Ele_Poison,15; + bonus2 bMagicAddRace,RC_Insect,15; + bonus2 bMagicAddRace,RC_Plant,15; + bonus2 bMagicAddEle,Ele_Holy,15; + bonus2 bMagicAddEle,Ele_Poison,15; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Insect,15; + bonus2 bAddRace,RC_Plant,15; + bonus2 bAddEle,Ele_Holy,15; + bonus2 bAddEle,Ele_Poison,15; + bonus2 bMagicAddRace,RC_Insect,15; + bonus2 bMagicAddRace,RC_Plant,15; + bonus2 bMagicAddEle,Ele_Holy,15; + bonus2 bMagicAddEle,Ele_Poison,15; + } - Id: 450158 AegisName: Triad_God_Mail_J__ Name: Awakening Triad God Mail @@ -158880,7 +180236,7 @@ Body: } - Id: 450165 AegisName: Striking_Mail - Name: Striking Armour + Name: Striking Mail Type: Armor Weight: 1000 Defense: 120 @@ -159045,11 +180401,11 @@ Body: } if (.@g >= ENCHANTGRADE_D) { bonus bDef,5*(.@r/2); - bonus bHealPower,2*(.@r/2); + bonus bHealPower2,2*(.@r/2); bonus bRes,(.@r/4); if (.@g >= ENCHANTGRADE_C) { bonus bDef,7*(.@r/2); - bonus bHealPower,3*(.@r/2); + bonus bHealPower2,3*(.@r/2); bonus bRes,2*(.@r/4); if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,(.@r/3); @@ -159153,11 +180509,11 @@ Body: bonus bCritical,2*(.@r/3); if (.@g >= ENCHANTGRADE_B) { bonus bCritAtkRate,5*(.@r/3); - bonus bCrate,(.@r/4); + bonus bCRate,(.@r/4); bonus bPAtk,(.@r/4); if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,7*(.@r/3); - bonus bCrate,(.@r/4); + bonus bCRate,(.@r/4); bonus bPAtk,2*(.@r/4); } } @@ -159205,11 +180561,11 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,2*(.@r/2); bonus2 bMagicAtkEle,Ele_All,5*(.@r/3); - bonus bSmatk,(.@r/4); + bonus bSMatk,(.@r/4); if (.@g >= ENCHANTGRADE_A) { bonus bMatkRate,3*(.@r/2); bonus2 bMagicAtkEle,Ele_All,5*(.@r/3); - bonus bSmatk,2*(.@r/4); + bonus bSMatk,2*(.@r/4); } } } @@ -159250,23 +180606,56 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus bSPrecovRate,2*(.@r/2); bonus bHealPower,(.@r/2); - bonus bMres,(.@r/3); + bonus bMRes,(.@r/3); if (.@g >= ENCHANTGRADE_C) { bonus bSPrecovRate,3*(.@r/2); bonus bHealPower,2*(.@r/2); - bonus bMres,2*(.@r/3); + bonus bMRes,2*(.@r/3); if (.@g >= ENCHANTGRADE_B) { bonus bMaxSPrate,(.@r/2); - bonus bMres,2*(.@r/3); - bonus bHplus,2*(.@r/4); + bonus bMRes,2*(.@r/3); + bonus bHPlus,2*(.@r/4); if (.@g >= ENCHANTGRADE_A) { bonus bMaxSPrate,2*(.@r/2); - bonus bMres,3*(.@r/3); - bonus bHplus,3*(.@r/4); + bonus bMRes,3*(.@r/3); + bonus bHPlus,3*(.@r/4); } } } } + - Id: 450175 + AegisName: Temporal_Armor_TW + Name: Temporal Armor + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bBaseAtk,30; + bonus bMatk,30; + bonus bAtkRate,2*(.@r/3); + bonus bMatkRate,2*(.@r/3); + if (.@r>=7) { + bonus bBaseAtk,50; + bonus bMatk,50; + } + if (.@r>=9) { + bonus2 bIgnoreDefRaceRate,RC_Brute,30; + bonus2 bIgnoreDefRaceRate,RC_Demon,30; + bonus2 bIgnoreMdefRaceRate,RC_Brute,30; + bonus2 bIgnoreMdefRaceRate,RC_Demon,30; + } + if (.@r>=11) { + bonus2 bAddEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; + } - Id: 450176 AegisName: Supplement_Part_Wing Name: Powered Wing @@ -159374,7 +180763,7 @@ Body: } - Id: 450180 AegisName: Cute_Frog_Raincoat - Name: Pushy Frogy Kappa + Name: Cute Frog Raincoat Type: Armor Weight: 100 Defense: 120 @@ -159402,6 +180791,10 @@ Body: bonus bDef,150; bonus bMdef,15; } + if (.@r>=10) { + bonus bMaxHP,5000; + bonus2 bMagicAtkEle,Ele_Neutral,15; + } - Id: 450181 AegisName: White_Lily_Robe__ Name: Awakened White Lily Robe @@ -159566,16 +180959,35 @@ Body: Script: | bonus bMaxHP,1000; bonus bMaxSP,250; - bonus bDelayrate,5; + bonus bDelayrate,-5; bonus bMatk,5*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bMatkRate,3; if (BaseLevel>=110) - bonus bDelayrate,5; + bonus bDelayrate,-5; if (BaseLevel>=120) bonus bMaxHPrate,3; if (BaseLevel>=130) bonus bMatk,40; + - Id: 450188 + AegisName: Cursed_Devils_Mail_A + Name: Awakening Magic Curse Mail + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 60 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_All,5; + bonus bMaxHPrate,3*.@r; + if (.@r>=7) + skill "SA_SPELLBREAKER",1; - Id: 450189 AegisName: Oceanus_Blessing Name: Oceanus Blessing @@ -159603,6 +181015,26 @@ Body: bonus2 bMagicAddRace,RC_Fish,20; bonus2 bResEff,Eff_Confusion,10000; } + - Id: 450190 + AegisName: Rachel_Robe + Name: Awakened Glacier Robe + Type: Armor + Weight: 300 + Defense: 157 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-3; + bonus bMatk,25*.@r; + if (.@r>=6) + bonus2 bSubRace,RC_DemiHuman,7; + if (.@r>=9) + bonus bVariableCastrate,-7; - Id: 450191 AegisName: ST_Orleans_Gown Name: Engraved Orlean's Gown @@ -159644,7 +181076,7 @@ Body: Script: | .@r = getrefine(); bonus bShortWeaponDamageReturn,5; - bonus bMres,3; + bonus bMRes,3; if (.@r>=7) { bonus bShortWeaponDamageReturn,5; if (.@r>=9) { @@ -159755,7 +181187,7 @@ Body: if (.@r>=7) { bonus bMaxHPrate,5; if (.@r>=9) { - bonus bHealPower,10; + bonus bHealPower2,10; if (.@r>=11) { bonus bMaxHPrate,10; } @@ -159961,6 +181393,11 @@ Body: bonus bDef,150; bonus bMdef,15; } + if (.@r>=10) { + bonus bShortAtkRate,15; + bonus bLongAtkRate,15; + bonus bUnbreakableArmor; + } - Id: 450209 AegisName: Imp_Powered_Suit Name: Imp Powered Suit @@ -159993,6 +181430,10 @@ Body: bonus2 bSkillAtk,"NC_COLDSLOWER",50; bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50; } + if (.@r>=10) { + bonus bLongAtkRate,15; + bonus bUnbreakableArmor; + } - Id: 450210 AegisName: Fluffy_Shark_Pajama Name: Fluffy Shark Pajama @@ -160029,6 +181470,31 @@ Body: bonus bHealPower2,10; bonus bFlee2,5; } + if (.@r>=10) { + bonus bDef,300; + bonus2 bSubRace,RC_DemiHuman,7; + } + - Id: 450211 + AegisName: Guardian_Mail + Name: Guardian Mail + Type: Armor + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100; + if (.@r>=5) { + bonus2 bSubEle,Ele_Earth,2; + bonus2 bSubEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Water,2; + bonus2 bSubEle,Ele_Wind,2; + } - Id: 450214 AegisName: Dark_Triad Name: Dark Triad @@ -160051,14 +181517,18 @@ Body: bonus bAgi,10*getskilllv("SC_MAELSTROM"); bonus bBaseAtk,50*getskilllv("SC_MAELSTROM"); if (.@r>=5) - bonus bPerfectHitRate,25; + bonus bPerfectHitAddRate,25; if (.@r>=7) - bonus bPerfectHitRate,25; + bonus bPerfectHitAddRate,25; + if (.@r>=10) { + bonus bDex,30; + bonus bUnbreakableArmor; + } UnEquipScript: | sc_end SC_UNLIMIT; - Id: 450215 AegisName: aegis_450215 - Name: Blessing of Aramazd + Name: Revelation of Aramazd Type: Armor Weight: 1000 Defense: 150 @@ -160093,7 +181563,7 @@ Body: bonus bNoKnockback; - Id: 450216 AegisName: aegis_450216 - Name: Twin Head Dragon Mail + Name: Twinhead Dragon Mail Type: Armor Weight: 1000 Defense: 100 @@ -160119,6 +181589,11 @@ Body: bonus bNoKnockback; bonus bUnbreakableArmor; } + if (.@r>=10) { + bonus bDef,300; + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; + bonus2 bSkillAtk,"RK_DRAGONBREATH",50; + } - Id: 450217 AegisName: Phreeoni_Wing_Suits Name: Phreeoni Wing Suit @@ -160167,7 +181642,7 @@ Body: } - Id: 450218 AegisName: E_Auto_Armor_A - Name: Automatic Armor Type A (bind) # !todo check english name + Name: Automatic Armor A-type (Bound) Type: Armor Defense: 135 Slots: 1 @@ -160191,7 +181666,7 @@ Body: } - Id: 450219 AegisName: E_Auto_Armor_B - Name: Automatic Armor Type B (bind) # !todo check english name + Name: Automatic Armor B-type (Bound) Type: Armor MagicAttack: 125 Defense: 135 @@ -160214,6 +181689,35 @@ Body: if (.@r>=7) { bonus bVariableCastrate,-15; } + - Id: 450220 + AegisName: aegis_450220 + Name: Chrome Metal Plate + Type: Armor + Weight: 1000 + Defense: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 99 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,10; + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubClass,Class_Normal,5; + bonus2 bSubRace,RC_Player_Human,7; + bonus2 bSubRace,RC_Player_Doram,7; + bonus bDef,30*.@r; + bonus bMdef,3*.@r; + if (.@r>=6) { + bonus bAtkRate,15; + bonus bMatkRate,15; + } + if (.@r>=8) { + bonus bAtkRate,15; + bonus bMatkRate,15; + } - Id: 450222 AegisName: aegis_450222 Name: Requiescat in Pace @@ -160243,7 +181747,7 @@ Body: bonus bMdef,30; } if (.@r>=7) - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; - Id: 450224 AegisName: aegis_450224 Name: Robe of Dominator @@ -160262,6 +181766,31 @@ Body: bonus bAtkRate,10*(.@r/3); bonus bMatkRate,10*(.@r/3); bonus bUnbreakableArmor; + - Id: 450225 + AegisName: aegis_450225 + Name: Awakened Ruler's Robe + Type: Armor + Weight: 900 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,10; + bonus2 bAddSize,Size_All,40; + bonus2 bMagicAddSize,Size_All,40; + bonus2 bSubEle,Ele_Earth,2*.@r; + if (.@r>=5) { + bonus2 bSubRace,RC_DemiHuman,7; + bonus2 bSubRace,RC_Player_Doram,7; + } + if (.@r>=7) + bonus bPerfectHitAddRate,25; + /*Todo When Using Elvira Candy Activates Masquerade Ignorance*/ - Id: 450226 AegisName: aegis_450226 Name: Four of a Kind @@ -160289,9 +181818,16 @@ Body: bonus bMdef,25; if (.@r>=7) bonus bMdef,25; + if (.@r>=10) { + bonus2 bMagicAtkEle,Ele_Earth,15; + bonus2 bMagicAtkEle,Ele_Fire,15; + bonus2 bMagicAtkEle,Ele_Water,15; + bonus2 bMagicAtkEle,Ele_Wind,15; + bonus bUnbreakableArmor; + } - Id: 450229 AegisName: Hs_Mail - Name: Heroria Mail # !todo check english name + Name: Herosria Mail Type: Armor Weight: 2000 Defense: 200 @@ -160305,11 +181841,11 @@ Body: bonus2 bSubRace,RC_Player_Doram,10; bonus bMaxHPrate,3; bonus2 bMagicAtkEle,Ele_All,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5; + bonus bLongAtkRate,-5; bonus bShortAtkRate,5; - Id: 450230 AegisName: aegis_450230 - Name: Heroria Tides # !todo check english name + Name: Herosria Tights Type: Armor Weight: 1400 Defense: 100 @@ -160324,11 +181860,11 @@ Body: bonus2 bSubRace,RC_Player_Doram,7; bonus bHit,10; bonus2 bMagicAtkEle,Ele_All,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5; + bonus bShortAtkRate,-5; bonus bLongAtkRate,5; - Id: 450231 AegisName: Hs_Suits - Name: Heroria Suits # !todo check english name + Name: Herosria Suit Type: Armor Weight: 1900 Defense: 120 @@ -160343,11 +181879,11 @@ Body: bonus2 bSubRace,RC_Player_Doram,7; bonus bFlee,20; bonus2 bMagicAtkEle,Ele_All,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5; + bonus bLongAtkRate,-5; bonus bShortAtkRate,5; - Id: 450232 AegisName: aegis_450232 - Name: Heroria Magic Robe # !todo check english name + Name: Herosria Magic Robe Type: Armor Weight: 1000 Defense: 50 @@ -160361,12 +181897,12 @@ Body: bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus bHealPower,5; - bonus3 bSubRace,RC_Player_Human,7,BF_WEAPON; - bonus3 bSubRace,RC_Player_Doram,7,BF_WEAPON; + bonus2 bAddRace,RC_Player_Human,-7; + bonus2 bAddRace,RC_Player_Doram,-7; bonus2 bMagicAtkEle,Ele_All,5; - Id: 450233 AegisName: Hs_Plate - Name: Heroria Full Plate # !todo check english name + Name: Herosria Full Plate Type: Armor Weight: 3600 Defense: 450 @@ -160384,7 +181920,7 @@ Body: bonus2 bAddRace,RC_Player_Doram,-20; bonus2 bMagicAddRace,RC_Player_Human,-20; bonus2 bMagicAddRace,RC_Player_Doram,-20; - bonus bHealPower,10; + bonus bHealPower2,10; - Id: 450234 AegisName: Flame_Rune_Armor Name: Rune Armor of Flame @@ -160453,6 +181989,15 @@ Body: bonus bInt,15; if (.@r>=7) bonus bInt,15; + if (.@r>=10) { + bonus2 bMagicAtkEle,Ele_Earth,15; + bonus2 bMagicAtkEle,Ele_Fire,15; + bonus2 bMagicAtkEle,Ele_Neutral,15; + bonus2 bMagicAtkEle,Ele_Poison,15; + bonus2 bMagicAtkEle,Ele_Water,15; + bonus2 bMagicAtkEle,Ele_Wind,15; + bonus bUnbreakableArmor; + } - Id: 450243 AegisName: Plain_Rune_Armor Name: Rune Armor of Plain @@ -160576,9 +182121,22 @@ Body: } } } + - Id: 450246 + AegisName: BN_H_AD_Suits + Name: Baron Adventurer Suit + Type: Armor + Defense: 215 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bMaxHP,300; + bonus bMaxSP,100; - Id: 450247 AegisName: aegis_450247 - Name: The Brillance + Name: Brillance Type: Armor Weight: 1000 Defense: 100 @@ -160594,7 +182152,7 @@ Body: bonus bAspdRate,10; bonus2 bAddRace,RC_All,7*getskilllv("SR_KNUCKLEARROW"); if (getskilllv("SR_LIGHTNINGWALK") == 5) - bonus2 bSkillAtk,"SR_RAISINGDRAGON",2*.@l; + bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",2*.@l; if (getskilllv("SR_RAISINGDRAGON") == 10) { bonus bVariableCastrate,-15; bonus bHPGainValue,150; @@ -160602,12 +182160,17 @@ Body: } if (.@r>=5) { bonus bBaseAtk,.@l/2; - if (.@r>=7) + if (.@r>=7) { bonus bBaseAtk,.@l/2; + if (.@r>=10) { + bonus bPerfectHitAddRate,25; + bonus bUnbreakableArmor; + } + } } - Id: 450249 AegisName: aegis_450249 - Name: Level 1 Shirt # !todo check english name + Name: 1Lv Shirts Type: Armor Slots: 1 Locations: @@ -160624,7 +182187,7 @@ Body: ArmorLevel: 2 Refineable: true - Id: 450251 - AegisName: aegis_450251 + AegisName: Assault_Suit Name: Assault Suits Type: Armor Weight: 1000 @@ -160650,8 +182213,12 @@ Body: bonus bDex,15; if (.@r>=7) bonus bDex,15; + if (.@r>=10) { + bonus bPerfectHitAddRate,25; + bonus bUnbreakableArmor; + } - Id: 450252 - AegisName: aegis_450252 + AegisName: Death_Bringer Name: Death Bringer Type: Armor Weight: 1000 @@ -160675,8 +182242,12 @@ Body: bonus bWeaponAtkRate,10; if (.@r>=7) bonus bWeaponAtkRate,10; + if (.@r>=10) { + bonus bPerfectHitAddRate,25; + bonus bUnbreakableArmor; + } - Id: 450257 - AegisName: aegis_450257 + AegisName: Platinum_Arbitrator Name: Platinum Arbitrator Type: Armor Weight: 1000 @@ -160701,6 +182272,10 @@ Body: bonus bStr,15; if (.@r>=7) bonus bStr,15; + if (.@r>=10) { + bonus bPerfectHitAddRate,25; + bonus bUnbreakableArmor; + } - Id: 450258 AegisName: aegis_450258 Name: Loud Park @@ -160725,6 +182300,62 @@ Body: bonus2 bSkillAtk,"WM_METALICSOUND",50; if (.@r>=7) bonus2 bSkillAtk,"WM_METALICSOUND",50; + if (.@r>=10) { + bonus2 bMagicAtkEle,Ele_Neutral,15; + bonus bUnbreakableArmor; + } + - Id: 450263 + AegisName: Lunar_E_Armor_LT + Name: Lunar Eclipse Armor-LT + Type: Armor + Weight: 600 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMdef,10; + bonus2 bSubSize,Size_Medium,13; + bonus2 bSubSize,Size_Large,13; + bonus bDelayrate,.@r; + bonus bBaseAtk,15*.@r; + bonus bMatk,15*.@r; + bonus bMaxHPrate,5*(.@r/3); + bonus bAtkRate,5*(.@r/3); + bonus bMatkRate,5*(.@r/3); + if (.@r>=9) { + bonus bRes,20; + bonus bMRes,20; + bonus2 bAddEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; + if (.@r>=13) { + bonus2 bAddEffWhenHit,Eff_Freeze,2000; + } + } + if (.@g>=ENCHANTGRADE_D) { + if (.@r>=13) { + bonus bLongAtkDef,readparam(bSta)/10; + bonus bNearAtkDef,readparam(bWis)/10; + } + } + if (.@g>=ENCHANTGRADE_C) { + if (.@r>=13) { + bonus bMaxHP,10000; + bonus2 bAddEff,Eff_Freeze,800; + } + } + if (.@g>=ENCHANTGRADE_B) + bonus2 bAddEffWhenHit,Eff_Freeze,1500; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } - Id: 450264 AegisName: Glacier_Armor Name: Glacier Armor @@ -160911,6 +182542,27 @@ Body: bonus bCon,2; } } + - Id: 450269 + AegisName: aegis_450269 + Name: Kafra Suit + Type: Armor + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bExpAddRace,RC_All,5; + bonus bMaxHP,50*.@r; + bonus bMaxSP,10*.@r; + if (.@r>=7) { + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + } - Id: 450270 AegisName: D_Glacier_Armor Name: Dim Glacier Armor @@ -161005,6 +182657,1019 @@ Body: } } } + - Id: 450272 + AegisName: B_Celine_D_LT_TW + Name: Celine's Dress-LT + Type: Armor + Weight: 200 + Defense: 40 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 200 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMatk,150+(15*(.@r/2)); + if (.@r>=7) { + bonus bMatkRate,10; + if (.@r>=9) { + bonus2 bMagicAddSize,Size_All,15; + if (.@r>=11) { + bonus bUnbreakableArmor; + if (.@r>=13) { + bonus2 bAddClass,Class_Boss,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMatk,2*(.@r/2); + bonus2 bMagicAddClass,Class_Boss,.@r/4; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bMatk,3*(.@r/2); + bonus bMatkRate,.@r/2; + bonus2 bMagicAddClass,Class_Boss,.@r/4; + } + if (.@g>=ENCHANTGRADE_B) { + bonus bMatk,3*(.@r/2); + bonus bMatkRate,.@r/2; + bonus2 bMagicAddClass,Class_Boss,.@r/4; + } + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,.@r/2; + bonus bMatkRate,2*(.@r/2); + bonus2 bMagicAddClass,Class_Boss,.@r/4; + } + - Id: 450274 + AegisName: Flame_E_R_Armor + Name: Fiery Earth Rune Armor + Type: Armor + Weight: 1000 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-10; + bonus bBaseAtk,100+15*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bPAtk,2; + bonus bAtkRate,3; + bonus bMdef,25; + if (.@r>=9) { + bonus bPAtk,3; + bonus bMdef,25; + if (.@r>=11) { + bonus bShortAtkRate,5; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bBaseAtk,10; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,3; + bonus bAtkRate,8; + bonus bBaseAtk,20; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,5; + bonus bAtkRate,11; + bonus bPow,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bShortAtkRate,7; + bonus bAtkRate,14; + bonus bCon,5; + } + } + } + } + - Id: 450279 + AegisName: Ice_S_R_Suits + Name: Icy Storm Rune Suit + Type: Armor + Weight: 750 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-10; + bonus bBaseAtk,100+15*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bPAtk,2; + bonus bAtkRate,3; + bonus bMdef,25; + if (.@r>=9) { + bonus bPAtk,3; + bonus bMdef,25; + if (.@r>=11) { + bonus bLongAtkRate,5; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bBaseAtk,10; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,3; + bonus bAtkRate,8; + bonus bBaseAtk,20; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,5; + bonus bAtkRate,11; + bonus bPow,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bLongAtkRate,7; + bonus bAtkRate,14; + bonus bCon,5; + } + } + } + } + - Id: 450280 + AegisName: Soul_P_R_Robe + Name: Soul Purifying Rune Robe + Type: Armor + Weight: 500 + MagicAttack: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUseSPrate,10; + bonus bMatk,15*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bSMatk,2; + bonus bMatkRate,3; + bonus bMdef,25; + if (.@r>=9) { + bonus bSMatk,3; + bonus bMdef,25; + if (.@r>=11) { + bonus2 bMagicAtkEle,Ele_All,5; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMatkRate,5; + bonus bMatk,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,3; + bonus bMatkRate,8; + bonus bMatk,20; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,5; + bonus bMatkRate,11; + bonus bSpl,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAtkEle,Ele_All,7; + bonus bMatkRate,14; + bonus bCon,5; + } + } + } + } + - Id: 450281 + AegisName: Corrupt_P_R_Cloth + Name: Corrupted Poison Rune Cloth + Type: Armor + Weight: 1000 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus bBaseAtk,70+12*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bPAtk,2; + bonus bAtkRate,3; + bonus bMdef,25; + if (.@r>=9) { + bonus bCRate,3; + bonus bMdef,25; + if (.@r>=11) { + bonus bCritAtkRate,5; + bonus bLongAtkRate,2; + bonus bShortAtkRate,2; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bBaseAtk,10; + if (.@g>=ENCHANTGRADE_C) { + bonus bCritAtkRate,8; + bonus bAtkRate,8; + bonus bBaseAtk,20; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,5; + bonus bShortAtkRate,5; + bonus bAtkRate,11; + bonus bPow,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bLongAtkRate,7; + bonus bShortAtkRate,7; + bonus bAtkRate,14; + bonus bCrt,5; + } + } + } + } + - Id: 450282 + AegisName: Flame_E_R_Armor2 + Name: Engraved Fiery Earth Rune Armor + Type: Armor + Defense: 200 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-10; + bonus bPow,3; + bonus bCon,3; + bonus bBaseAtk,140+15*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bPAtk,2; + bonus bAtkRate,5; + bonus bMdef,25; + if (.@r>=9) { + bonus bPAtk,5; + bonus bMdef,25; + if (.@r>=11) { + bonus bShortAtkRate,15; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bBaseAtk,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,3; + bonus bAtkRate,8; + bonus bBaseAtk,45; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,5; + bonus bAtkRate,13; + bonus bPow,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bShortAtkRate,7; + bonus bAtkRate,16; + bonus bCon,10; + } + } + } + } + - Id: 450283 + AegisName: Ice_S_R_Suits2 + Name: Engraved Icy Storm Rune Suit + Type: Armor + Defense: 125 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-10; + bonus bPow,3; + bonus bCon,3; + bonus bBaseAtk,140+15*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bPAtk,2; + bonus bAtkRate,5; + bonus bMdef,25; + if (.@r>=9) { + bonus bPAtk,5; + bonus bMdef,25; + if (.@r>=11) { + bonus bLongAtkRate,15; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bBaseAtk,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,3; + bonus bAtkRate,8; + bonus bBaseAtk,45; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,5; + bonus bAtkRate,13; + bonus bPow,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bLongAtkRate,7; + bonus bAtkRate,16; + bonus bCon,10; + } + } + } + } + - Id: 450284 + AegisName: Soul_P_R_Robe2 + Name: Engraved Soul Purifying Rune Robe + Type: Armor + MagicAttack: 140 + Defense: 75 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUseSPrate,10; + bonus bSpl,3; + bonus bCon,3; + bonus bMatk,15*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bSMatk,2; + bonus bMatkRate,5; + bonus bMdef,25; + if (.@r>=9) { + bonus bSMatk,5; + bonus bMdef,25; + if (.@r>=11) { + bonus2 bMagicAtkEle,Ele_All,15; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMatkRate,5; + bonus bMatk,25; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,3; + bonus bMatkRate,8; + bonus bMatk,45; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,5; + bonus bMatkRate,13; + bonus bSpl,10; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAtkEle,Ele_All,7; + bonus bMatkRate,16; + bonus bCon,10; + } + } + } + } + - Id: 450285 + AegisName: Corrupt_P_R_Cloth2 + Name: Engraved Corrupted Poison Rune Cloth + Type: Armor + Defense: 150 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,10; + bonus bPow,3; + bonus bCrt,3; + bonus bBaseAtk,120+12*(.@r/2); + bonus bDef,30*(.@r/2); + if (.@r>=7) { + bonus bPAtk,2; + bonus bAtkRate,5; + bonus bMdef,25; + if (.@r>=9) { + bonus bCRate,7; + bonus bMdef,25; + if (.@r>=11) { + bonus bCritAtkRate,10; + bonus bLongAtkRate,5; + bonus bShortAtkRate,5; + bonus bDelayrate,-10; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bBaseAtk,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bCritAtkRate,8; + bonus bAtkRate,8; + bonus bBaseAtk,45; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,5; + bonus bShortAtkRate,5; + bonus bAtkRate,13; + bonus bPow,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bLongAtkRate,7; + bonus bShortAtkRate,7; + bonus bAtkRate,16; + bonus bCrt,10; + } + } + } + } + - Id: 450286 + AegisName: aegis_450286 + Name: Awakened Robe of Worshiper + Type: Armor + Weight: 900 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus2 bAddSize,Size_All,40; + bonus2 bMagicAddSize,Size_All,40; + bonus bAspdRate,10; + bonus2 bSubEle,Ele_Ghost,2*.@r; + if (.@r>=5) { + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubClass,Class_Normal,5; + } + if (.@r>=7) { + bonus bPerfectHitAddRate,25; + bonus bDef,300; + bonus bMdef,30; + } + - Id: 450287 + AegisName: aegis_450287 + Name: Robe of Worshiper + Type: Armor + Weight: 900 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus bAspdRate,5; + bonus2 bSubEle,Ele_Ghost,10; + bonus bAtkRate,10*(.@r/3); + bonus bMatkRate,10*(.@r/3); + - Id: 450291 + AegisName: aegis_450291 + Name: Amazing Grace + Type: Armor + Weight: 1000 + Defense: 100 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("AB_ORATIO"); + .@b = getskilllv("AB_CLEARANCE"); + .@c = getskilllv("AB_LAUDAAGNUS"); + .@d = getskilllv("AB_LAUDARAMUS"); + bonus bAspdRate,10; + bonus bInt,3*.@a; + bonus bMatk,15*.@a; + bonus2 bMagicAddRace,RC_All,14*.@b; + bonus bHealPower,3*(.@c+.@d); + bonus bHealPower2,3*(.@c+.@d); + bonus bAddItemHealRate,3*(.@c+.@d); + if (.@r>=5) { + bonus2 bSkillAtk,"AB_ADORAMUS",50; + bonus2 bSkillAtk,"AB_JUDEX",50; + } + if (.@r>=7) { + bonus2 bSkillAtk,"AB_ADORAMUS",50; + bonus2 bSkillAtk,"AB_JUDEX",50; + } + if (.@r>=10) { + bonus2 bMagicAtkEle,Ele_Holy,15; + bonus bUnbreakableArmor; + } + - Id: 450293 + AegisName: Ceres_Armor_TW_LT + Name: Ceres Leather Armor-LT + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bBaseAtk,100+(10*(.@r/2)); + bonus bMatk,100+(10*(.@r/2)); + bonus2 bSkillAtk,"RA_WUGSTRIKE",20*(.@r/3); + bonus2 bSkillAtk,"RA_AIMEDBOLT",20*(.@r/3); + bonus2 bSkillAtk,"WM_REVERBERATION",20*(.@r/3); + bonus2 bSkillAtk,"WM_METALICSOUND",20*(.@r/3); + if (.@r>=9) { + bonus bAtkRate,10; + bonus bMatkRate,10; + } + if (.@r>=11) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } + if (.@r>=13) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) { + bonus bBaseAtk,5*(.@r/2); + bonus bMatk,5*(.@r/2); + bonus2 bAddRace,RC_All,4*(.@r/3); + bonus2 bMagicAddRace,RC_All,4*(.@r/3); + } + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_METALIC_FURY",5*(.@r/3); + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,.@r/2; + bonus bSMatk,.@r/2; + bonus2 bAddRace,RC_All,5*(.@r/3); + bonus2 bMagicAddRace,RC_All,5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"TR_METALIC_FURY",5*(.@r/3); + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5*(.@r/3); + if (.@r>=13) { + skill "BA_POEMBRAGI",5; + bonus2 bSkillCooldown,"RA_UNLIMIT",-30000; + } + } + - Id: 450294 + AegisName: Jupiter_Armor_TW_LT + Name: Jupiter Light Armor-LT + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMatk,150+(15*(.@r/2)); + bonus2 bSkillAtk,"WL_SOULEXPANSION",20*(.@r/3); + bonus2 bSkillAtk,"WL_HELLINFERNO",20*(.@r/3); + bonus2 bSkillAtk,"SO_DIAMONDDUST",20*(.@r/3); + bonus2 bSkillAtk,"SO_EARTHGRAVE",20*(.@r/3); + if (.@r>=9) { + bonus bMatkRate,15; + } + if (.@r>=11) { + bonus2 bMagicAddRace,RC_All,15; + } + if (.@r>=13) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) { + bonus bMatk,8*(.@r/2); + bonus2 bMagicAddRace,RC_All,4*(.@r/3); + } + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-7000*(.@r/3); + bonus2 bSkillCooldown,"SO_DIAMONDDUST",-200*(.@r/3); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bSMatk,.@r/2; + bonus2 bMagicAddRace,RC_All,5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",7*(.@r/3); + bonus2 bSkillAtk,"EM_DIAMOND_STORM",7*(.@r/3); + if (.@r>=13) { + bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-30000; + bonus2 bSkillCooldown,"SO_DIAMONDDUST",-1000; + } + } + - Id: 450295 + AegisName: Apollo_Armor_TW_LT + Name: Apollo Armor-LT + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMaxHPrate,20; + bonus bMaxHP,500*(.@r/2); + bonus bVit,8*(.@r/2); + bonus2 bSkillAtk,"RK_DRAGONBREATH",20*(.@r/3); + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20*(.@r/3); + bonus2 bSkillAtk,"LG_EARTHDRIVE",20*(.@r/3); + bonus2 bSkillAtk,"LG_SHIELDPRESS",20*(.@r/3); + if (.@r>=9) { + bonus bMaxHP,5000; + } + if (.@r>=11) + bonus2 bSubRace,RC_All,10; + if (.@r>=13) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) { + bonus bVit,3*(.@r/2); + bonus bLongAtkRate,3*(.@r/3); + bonus bShortAtkRate,3*(.@r/3); + } + if (.@g>=ENCHANTGRADE_C) { + bonus bMaxHPrate,3*(.@r/3); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bVit,5*(.@r/2); + bonus bLongAtkRate,5*(.@r/3); + bonus bShortAtkRate,5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + bonus bMaxHPrate,5*(.@r/3); + if (.@r>=13) { + bonus2 bSubRace,RC_All,10; + } + } + - Id: 450296 + AegisName: Mars_Armor_TW_LT + Name: Mars Armor-LT + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bBaseAtk,150+(15*(.@r/2)); + bonus2 bSkillAtk,"GC_CROSSIMPACT",20*(.@r/3); + bonus2 bSkillAtk,"GC_ROLLINGCUTTER",20*(.@r/3); + bonus2 bSkillAtk,"SC_TRIANGLESHOT",20*(.@r/3); + bonus2 bSkillAtk,"SC_STARTMARK",20*(.@r/3); + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + } + if (.@r>=11) + bonus2 bAddRace,RC_All,15; + if (.@r>=13) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bSkillCooldown,"GC_DARKCROW",-5000; + bonus2 bSkillCooldown,"SC_GROOMY",-1000; + bonus2 bAddSize,Size_All,4*(.@r/3); + } + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5*(.@r/3); + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,.@r/2; + bonus2 bAddSize,Size_All,5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",8*(.@r/3); + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",8*(.@r/3); + if (.@r>=13) { + bonus2 bSkillCooldown,"GC_DARKCROW",-5000; + bonus2 bSkillCooldown,"SC_IGNORANCE",-1000; + } + } + - Id: 450297 + AegisName: Vinus_Armor_TW_LT + Name: Venus Feather Armor-LT + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bBaseAtk,100+(10*(.@r/2)); + bonus bMatk,100+(10*(.@r/2)); + bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20*(.@r/3); + bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20*(.@r/3); + bonus2 bSkillAtk,"AB_ADORAMUS",20*(.@r/3); + if (.@r>=9) { + bonus bAtkRate,10; + bonus bMatkRate,10; + } + if (.@r>=11) + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + if (.@r>=13) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bSkillCooldown,"AB_CLEARANCE",-5000; + bonus2 bSkillCooldown,"AB_SILENTIUM",-5000; + bonus2 bSkillCooldown,"SR_CRESCENTELBOW",-3000; + bonus2 bAddSize,Size_All,4*(.@r/3); + bonus2 bMagicAddSize,Size_All,4*(.@r/3); + } + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_FRAMEN",5*(.@r/3); + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,.@r/2; + bonus bSMatk,.@r/2; + bonus2 bAddSize,Size_All,5*(.@r/3); + bonus2 bMagicAddSize,Size_All,5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"CD_FRAMEN",5*(.@r/3); + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",5*(.@r/3); + if (.@r>=13) { + bonus2 bSkillCooldown,"AB_CLEARANCE",-5000; + bonus2 bSkillCooldown,"AB_SILENTIUM",-5000; + bonus2 bSkillCooldown,"SR_LIGHTNINGWALK",-1000; + } + } + - Id: 450298 + AegisName: Vulcan_Armor_TW_LT + Name: Vulcanus Armor-LT + Type: Armor + Weight: 300 + Defense: 30 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bBaseAtk,150+(15*(.@r/2)); + bonus2 bSkillAtk,"NC_ARMSCANNON",20*(.@r/3); + bonus2 bSkillAtk,"NC_AXETORNADO",20*(.@r/3); + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20*(.@r/3); + bonus2 bSkillAtk,"GN_CART_TORNADO",20*(.@r/3); + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + } + if (.@r>=11) + bonus2 bAddRace,RC_All,15; + if (.@r>=13) + bonus bDelayrate,-15; + if (.@g>=ENCHANTGRADE_D) { + bonus bBaseAtk,8*(.@r/2); + bonus2 bAddSize,Size_All,4*(.@r/3); + } + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"MT_AXE_STOMP",5*(.@r/3); + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,.@r/2; + bonus2 bAddSize,Size_All,5*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"MT_AXE_STOMP",8*(.@r/3); + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8*(.@r/3); + if (.@r>=13) { + bonus bLongAtkRate,25; + bonus bShortAtkRate,25; + } + } + - Id: 450299 + AegisName: Temporal_Armor_TW_LT + Name: Exotic Temporal Armor-LT + Type: Armor + Weight: 2000 + Defense: 120 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bBaseAtk,150+(15*(.@r/2)); + bonus bMatk,150+(15*(.@r/2)); + bonus bAtkRate,2*(.@r/3); + bonus bMatkRate,2*(.@r/3); + if (.@r>=7) { + bonus2 bIgnoreDefRaceRate,RC_All,30; + bonus2 bIgnoreMdefRaceRate,RC_All,30; + if (.@r>=9) { + bonus bDelayrate,-10; + if (.@r>=11) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=12) { + bonus bUnbreakableArmor; + if (.@r>=13) { + bonus2 bAddEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; + } + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,3*(.@r/2); + bonus bMatkRate,3*(.@r/2); + } + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,3*(.@r/2); + bonus bLongAtkRate,3*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,3*(.@r/2); + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,.@r/2; + bonus bSMatk,.@r/2; + } + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_All,2*(.@r/2); + bonus2 bMagicAddRace,RC_All,2*(.@r/2); + } + - Id: 450309 + AegisName: aegis_450309 + Name: Grace of Seth + Type: Armor + Weight: 1000 + Defense: 150 + Slots: 1 + Locations: + Armor: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableArmor; + bonus bMdef,15; + bonus bAspdRate,10; + bonus2 bAddRace,RC_Formless,40; + bonus2 bAddRace,RC_DemiHuman,40; + bonus2 bAddRace,RC_Player_Doram,40; + bonus2 bMagicAddRace,RC_Formless,40; + bonus2 bMagicAddRace,RC_DemiHuman,40; + bonus2 bMagicAddRace,RC_Player_Doram,40; + bonus2 bAddEle,Ele_Dark,40; + bonus2 bAddEle,Ele_Neutral,40; + bonus2 bMagicAddEle,Ele_Dark,40; + bonus2 bMagicAddEle,Ele_Neutral,40; + bonus2 bSubEle,Ele_Holy,2*.@r; + if (.@r>=5) { + bonus bDef,300; + bonus bMdef,30; + bonus2 bSubRace,RC_Player_Human,7; + if (.@r>=7) { + bonus bDelayrate,-15; + } + } - Id: 460002 AegisName: Aries_Shield_J Name: Aries Shield @@ -161031,6 +183696,28 @@ Body: bonus2 bSubEle,Ele_Poison,20; } } + - Id: 460003 + AegisName: Feather_Shield + Name: Feather Shield + Type: Armor + Buy: 200000 + Weight: 400 + Defense: 150 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 90 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + bonus bAspdRate,(.@r>=9?12:(.@r>=7?8:4)); + bonus bDelayrate,-(.@r>=9?12:(.@r>=7?8:4)); + if (.@r>=8) { + bonus bBaseAtk,50; + bonus bMatk,50; + } - Id: 460004 AegisName: Illusion_Shield_A Name: Illusion Shield I @@ -161105,6 +183792,54 @@ Body: } } } + - Id: 460009 + AegisName: Apocalypse_Of_Destiny + Name: Apocalypse of the Saint + Type: Armor + Buy: 20 + Weight: 500 + Defense: 20 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMatkRate,(.@r>=9?15:(.@r>=7?10:5)); + bonus3 bAutoSpell,"LG_RAYOFGENESIS",3,10*.@r; + - Id: 460010 + AegisName: Witchslayer_Greatshield + Name: Witch Hunt Shield + Type: Armor + Buy: 20 + Weight: 1200 + Defense: 170 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus2 bSubClass,Class_Normal,10; + bonus2 bSubClass,Class_Boss,10; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) { + bonus2 bSubClass,Class_Normal,10; + bonus2 bSubClass,Class_Boss,10; + if (.@r>=7) { + bonus2 bSubClass,Class_Normal,10; + bonus2 bSubClass,Class_Boss,10; + if (.@r>=9) { + bonus2 bSubClass,Class_Normal,10; + bonus2 bSubClass,Class_Boss,10; + } + } + } - Id: 460012 AegisName: Avd_Guard Name: Reinforced Shield @@ -161113,7 +183848,7 @@ Body: Slots: 1 Locations: Left_Hand: true - ArmorLevel: 1 + ArmorLevel: 2 Refineable: true View: 1 - Id: 460013 @@ -161146,11 +183881,34 @@ Body: if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",8; if (.@g >= ENCHANTGRADE_B) { + bonus bPow,1; bonus bSpl,1; bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",15; } } } + - Id: 460014 + AegisName: Illusion_Shield_B + Name: Illusion Shield II + Type: Armor + Buy: 20 + Weight: 400 + Defense: 60 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 3 + Script: | + .@r = getrefine(); + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bMatk,15*(.@r/3); + bonus bBaseAtk,15*(.@r/3); + if (BaseLevel >= 170) + bonus2 bSubEle,Ele_Neutral,5; - Id: 460017 AegisName: Guard_IL Name: Illusion Guard @@ -161216,12 +183974,13 @@ Body: } } if (.@g >= ENCHANTGRADE_D) { + bonus2 bSubEle,Ele_All,10; if (.@g >= ENCHANTGRADE_C) { bonus bPow,2; bonus bSpl,2; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_A) { bonus bDelayrate,-5; } @@ -161243,10 +184002,10 @@ Body: View: 4 Script: | .@r = getrefine(); - bonus bMres,2; + bonus bMRes,2; if (.@r>=7) { - bonus bSmatk,1; - bonus bMres,3; + bonus bSMatk,1; + bonus bMRes,3; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,5; bonus bMatkRate,5; @@ -161267,9 +184026,35 @@ Body: View: 2 Script: | .@r = getrefine(); - bonus bMres,3; + bonus bMRes,3; bonus bShortWeaponDamageReturn,.@r; bonus2 bIgnoreDefClassRate,Class_Normal,5+(.@r/2); + - Id: 460023 + AegisName: Shield_Of_Phoenix + Name: Shield of Phoenix + Type: Armor + Buy: 20 + Weight: 4000 + Defense: 170 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMdef,30; + bonus bShortAtkRate,15; + bonus bMaxHPrate,3*.@r; + bonus bMaxSPrate,3*.@r; + if (.@r>=5) { + bonus bHealPower2,20; + bonus bAddItemHealRate,20; + } + if (.@r>=7) + bonus bRestartFullRecover; - Id: 460025 AegisName: Spenta_Mainyu Name: Spenta Mainyu @@ -161289,9 +184074,79 @@ Body: bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Angel,5; + - Id: 460027 + AegisName: Titan_Shield_TW + Name: Titan Shield + Type: Armor + Weight: 2500 + Defense: 100 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMdef,10; + if (.@r>=9) { + if (readparam(bStr)>=108) + bonus2 bSubEle,Ele_Wind,20; + if (readparam(bAgi)>=108) + bonus2 bSubEle,Ele_Water,20; + if (readparam(bVit)>=108) + bonus2 bSubEle,Ele_Neutral,20; + if (readparam(bInt)>=108) + bonus2 bSubEle,Ele_Earth,20; + if (readparam(bDex)>=108) + bonus2 bSubEle,Ele_Fire,20; + if (readparam(bLuk)>=108) + bonus bFlee2,20; + } + if (.@r>=12) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubEle,Ele_All,5; + } + - Id: 460030 + AegisName: Fake_Alloy_Pot + Name: Bionic Aluminum Planter + Type: Armor + Weight: 1000 + Defense: 100 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bStr,.@r/2; + bonus bInt,.@r/2; + bonus bMaxHPrate,2*(.@r/2); + bonus2 bSubEle,Ele_Neutral,5*(.@r/4); + if (.@r>=9) { + bonus bStr,5; + bonus bInt,5; + bonus bMaxHPrate,3; + } + if (.@r>=11) { + bonus bStr,5; + bonus bInt,10; + bonus bMaxHPrate,5; + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { + bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(getskilllv("GN_REMODELING_CART")+getskilllv("GN_CARTBOOST")); + bonus2 bSkillAtk,"GN_HELLS_PLANT",3*(getskilllv("GN_REMODELING_CART")+getskilllv("GN_CARTBOOST")); + bonus2 bSkillAtk,"GN_CARTCANNON",3*getskilllv("GN_CART_TORNADO"); + } - Id: 460034 AegisName: aegis_460034 - Name: Heroria Brutal Shield # !todo check english name + Name: Herosria Brutal Shield Type: Armor Weight: 3000 Defense: 140 @@ -161307,7 +184162,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,10; - Id: 460035 AegisName: aegis_460035 - Name: Heroria Cranial Shield # !todo check english name + Name: Herosria Cranial Shield Type: Armor Weight: 3000 Defense: 140 @@ -161319,11 +184174,11 @@ Body: View: 1 Script: | bonus bMdef,10; - bonus2 bSubRace,RC_Player_Human,10-10; - bonus2 bSubRace,RC_Player_Doram,10-10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,-10; - Id: 460036 AegisName: aegis_460036 - Name: Heroria Brutal Guard # !todo check english name + Name: Herosria Brutal Guard Type: Armor Weight: 1500 Defense: 30 @@ -161341,7 +184196,7 @@ Body: bonus2 bSubRace,RC_Player_Doram,6; - Id: 460037 AegisName: aegis_460037 - Name: Heroria Cranial Guard # !todo check english name + Name: Herosria Cranial Guard Type: Armor Weight: 1500 Defense: 30 @@ -161355,8 +184210,8 @@ Body: bonus bMdef,5; bonus bMatk,20; bonus bBaseAtk,20; - bonus2 bSubRace,RC_Player_Human,6-6; - bonus2 bSubRace,RC_Player_Doram,6-6; + bonus2 bSubRace,RC_Player_Human,6; + bonus2 bSubRace,RC_Player_Doram,-6; - Id: 460040 AegisName: Glacier_Guard Name: Glacier Guard @@ -161417,14 +184272,14 @@ Body: bonus bMaxHPrate,3*.@r; bonus bMaxSPrate,3*.@r; if (.@r>=5) { - bonus2 bSubEle,Ele_Holy,20-(getskilllv("CR_TRUST")*20); + bonus2 bSubEle,Ele_Holy,20-(getskilllv("CR_TRUST") > 0 ? 20 : 0); bonus2 bSubEle,Ele_Ghost,20; if (.@r>=7) bonus bNoKnockback; } - Id: 460048 AegisName: aegis_460048 - Name: Level 1 Shield # !todo check english name + Name: 1Lv Shield Type: Armor Slots: 1 Locations: @@ -161468,6 +184323,109 @@ Body: bonus bInt,10; bonus bDex,10; } + - Id: 460052 + AegisName: aegis_460052 + Name: Striking Gauntlet + Type: Armor + Weight: 400 + Defense: 60 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 1 + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bMaxHPrate,3*.@r; + bonus bMaxSPrate,3*.@r; + if (.@r>=6) { + bonus bAgi,5; + bonus bDex,5; + } + if (.@r>=8) { + bonus bAgi,10; + bonus bDex,10; + } + - Id: 460053 + AegisName: Feather_Shield_LT_TW + Name: Holy Feather Shield-LT + Type: Armor + Weight: 400 + Defense: 150 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + View: 2 + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bDelayrate,-3; + bonus bAspdRate,3; + bonus bBaseAtk,10*(.@r/2); + bonus bMatk,10*(.@r/2); + if (.@r>=7) { + bonus bDelayrate,-3; + bonus bAspdRate,3; + } + if (.@r>=9) { + bonus bAtkRate,10; + bonus bMatkRate,10; + } + if (.@r>=12) { + bonus bDelayrate,-4; + bonus bAspd,2; + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPow,2; + bonus bSpl,2; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bPAtk,5; + bonus bSMatk,5; + } + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddSize,Size_All,4*(.@r/3); + bonus2 bMagicAddSize,Size_All,4*(.@r/3); + } + if (.@g>=ENCHANTGRADE_A) { + if (.@r>=13) { + bonus2 bResEff,Eff_Freeze,10000; + bonus2 bResEff,Eff_Sleep,10000; + bonus2 bResEff,Eff_Stone,10000; + bonus2 bResEff,Eff_Stun,10000; + } + } + - Id: 460057 + AegisName: aegis_460057 + Name: Spenta Armaiti + Type: Armor + Weight: 300 + Defense: 60 + Slots: 1 + Locations: + Left_Hand: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + bonus bUnbreakableShield; + bonus2 bSubClass,Class_Boss,40; + bonus2 bSubClass,Class_Normal,40; + bonus bMaxHPrate,3*.@r; + bonus bMaxSPrate,3*.@r; + if (.@r>=5) + bonus2 bSubEle,Ele_Holy,25-(getskilllv("CR_TRUST") > 0 ? 25 : 0); + if (.@r>=7) + bonus2 bSubEle,Ele_Neutral,15; - Id: 470000 AegisName: Atker_Greave Name: Attacker Booster Greaves @@ -161701,7 +184659,7 @@ Body: if (getskilllv("SU_NYANGGRASS") == 5) bonus bMatk,50; if (getskilllv("SU_SV_STEMSPEAR") == 5) - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; if (getskilllv("SU_SV_ROOTTWIST") == 5) bonus bMatk,50; } @@ -161746,7 +184704,7 @@ Body: if (getskilllv("SU_NYANGGRASS") == 5) bonus bMatk,50; if (getskilllv("SU_SV_STEMSPEAR") == 5) - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; if (getskilllv("SU_SV_ROOTTWIST") == 5) bonus bMatk,50; } @@ -162144,6 +185102,95 @@ Body: if (.@r>=8) bonus2 bSkillCooldown,"LG_SHIELDSPELL",-2000; } + - Id: 470025 + AegisName: Pretty_PigShoes + Name: Cute Little Boar Shoes + Type: Armor + Buy: 20 + Weight: 100 + Defense: 12 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("SU_SVG_SPIRIT"); + bonus bMdef,10; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus bAspdRate,5*getskilllv("SU_HISS"); + bonus2 bVariableCastrate,"SU_PICKYPECK",-10*.@a; + bonus2 bVariableCastrate,"SU_ARCLOUSEDASH",-10*.@a; + bonus2 bVariableCastrate,"SU_SCAROFTAROU",-10*.@a; + bonus2 bVariableCastrate,"SU_LUNATICCARROTBEAT",-10*.@a; + bonus2 bVariableCastrate,"SU_HISS",-10*.@a; + bonus2 bVariableCastrate,"SU_POWEROFFLOCK",-10*.@a; + bonus2 bVariableCastrate,"SU_SVG_SPIRIT",-10*.@a; + if (getskilllv("SU_SPIRITOFLIFE") == 1) { + autobonus "{ bonus bBaseAtk,100; }",20,15000,BF_WEAPON; + autobonus3 "{ .@val = max(100, (Hp/1000)); bonus2 bSkillAtk,\"SU_PICKYPECK\",.@val; bonus2 bSkillAtk,\"SU_SCAROFTAROU\",.@val; bonus2 bSkillAtk,\"SU_LUNATICCARROTBEAT\",.@val; bonus2 bSkillAtk,\"SU_SVG_SPIRIT\",.@val; }",1000,15000,"SU_SCAROFTAROU"; + } + if (getskilllv("SU_POWEROFFLOCK") == 5) { + bonus bPerfectHitAddRate,50; + bonus bDelayrate,-50; + } + if (.@r>=5) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + bonus bDelayrate,-10; + } + if (.@r>=7) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bDelayrate,-10; + } + - Id: 470026 + AegisName: Pretty_PigShoes_ + Name: Cute Little Boar Shoes + Type: Armor + Buy: 20 + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("SU_SVG_SPIRIT"); + bonus bMdef,10; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus bAspdRate,5*getskilllv("SU_HISS"); + bonus2 bVariableCastrate,"SU_PICKYPECK",-10*.@a; + bonus2 bVariableCastrate,"SU_ARCLOUSEDASH",-10*.@a; + bonus2 bVariableCastrate,"SU_SCAROFTAROU",-10*.@a; + bonus2 bVariableCastrate,"SU_LUNATICCARROTBEAT",-10*.@a; + bonus2 bVariableCastrate,"SU_HISS",-10*.@a; + bonus2 bVariableCastrate,"SU_POWEROFFLOCK",-10*.@a; + bonus2 bVariableCastrate,"SU_SVG_SPIRIT",-10*.@a; + if (getskilllv("SU_SPIRITOFLIFE") == 1) { + autobonus "{ bonus bBaseAtk,100; }",20,15000,BF_WEAPON; + autobonus3 "{ .@val = max(100, (Hp/1000)); bonus2 bSkillAtk,\"SU_PICKYPECK\",.@val; bonus2 bSkillAtk,\"SU_SCAROFTAROU\",.@val; bonus2 bSkillAtk,\"SU_LUNATICCARROTBEAT\",.@val; bonus2 bSkillAtk,\"SU_SVG_SPIRIT\",.@val; }",1000,15000,"SU_SCAROFTAROU"; + } + if (getskilllv("SU_POWEROFFLOCK") == 5) { + bonus bPerfectHitAddRate,50; + bonus bDelayrate,-50; + } + if (.@r>=5) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + bonus bDelayrate,-10; + } + if (.@r>=7) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bDelayrate,-10; + } - Id: 470027 AegisName: Juggernaut Name: Juggernaut @@ -162227,7 +185274,7 @@ Body: } - Id: 470030 AegisName: Discord_Particles_Shoes - Name: Mindform Shoes of Discord # !todo check english name + Name: Discord Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -162251,7 +185298,7 @@ Body: } - Id: 470031 AegisName: Discord_Particles_Shoe_ - Name: Mindform Shoes of Discord # !todo check english name + Name: Discord Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -162334,7 +185381,7 @@ Body: } - Id: 470034 AegisName: Virtue_Particles_Shoes - Name: Mindform Shoes of Immorality # !todo check english name + Name: Immoral Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -162358,7 +185405,7 @@ Body: } - Id: 470035 AegisName: Virtue_Particles_Shoes_ - Name: Mindform Shoes of Immorality # !todo check english name + Name: Immoral Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -162437,7 +185484,7 @@ Body: skill "SM_MAGNUM",3; bonus2 bSkillAtk,"NC_AXETORNADO",30*.@lvl; bonus2 bSkillAtk,"NC_AXEBOOMERANG",20*.@lvl; - bonus bIgnoreDefRace,20*getskilllv("NC_MAGMA_ERUPTION"); + bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("NC_MAGMA_ERUPTION"); if (getskilllv("NC_MAGICDECOY") == 5) { bonus bAspdRate,10; bonus bMaxHP,150*BaseLevel; @@ -162512,6 +185559,29 @@ Body: if (.@r>=8) bonus bLongAtkRate,30; } + - Id: 470046 + AegisName: Kingly_Boots + Name: Monarch Boots + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bSubEle,Ele_All,5; + bonus2 bSubClass,Class_Normal,5; + if (getrefine()>=7) { + bonus bAllStats,10; + bonus bPerfectHitAddRate,20; + bonus bNoKnockback; + } - Id: 470047 AegisName: Awakening_Nergal_Shoes Name: Awakened Fire Thunder Great Boots @@ -162606,7 +185676,7 @@ Body: } - Id: 470056 AegisName: Chaser_Shoes - Name: Pursuiter Shoes + Name: Chaser's Shoes Type: Armor Weight: 400 Defense: 12 @@ -162679,7 +185749,7 @@ Body: } - Id: 470058 AegisName: Disillusion_P_Shoes - Name: Mindform Shoes of Disillusion + Name: Disillusion Thoughtform Shoes Type: Armor Weight: 200 Defense: 12 @@ -162701,7 +185771,7 @@ Body: } - Id: 470059 AegisName: Disillusion_P_Shoes_ - Name: Mindform Shoes of Disillusion + Name: Disillusion Thoughtform Shoes Type: Armor Weight: 200 Defense: 12 @@ -162722,6 +185792,42 @@ Body: bonus bMaxHPrate,10; bonus2 bIgnoreMdefRaceRate,RC_All,50; } + - Id: 470060 + AegisName: Cylinder_Boots + Name: Cylinder Boots + Type: Armor + Weight: 400 + Defense: 12 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@val = getskilllv("GN_CARTBOOST"); + bonus bUnbreakableShoes; + bonus bMdef,10; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus bHit,20*.@val; + bonus bAspdRate,4*.@val; + bonus bAtkRate,4*getskilllv("GN_FIRE_EXPANSION"); + bonus2 bSkillAtk,"GN_CART_TORNADO",10*getskilllv("GN_CRAZYWEED"); + if (getskilllv("GN_S_PHARMACY") == 10) + bonus bIgnoreDefRace,RC_All; + if (.@r>=5) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + bonus2 bVariableCastrate,"GN_CARTCANNON",-50; + bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2; + } + if (.@r>=7) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus2 bVariableCastrate,"GN_CARTCANNON",-50; + bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2; + } - Id: 470061 AegisName: Cylinder_Boots_ Name: Cylinder Boots @@ -162742,8 +185848,8 @@ Body: bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bHit,20*.@val; - bonus bAspdRate,4*@val; - bonus2 bAddRace,RC_All,4*getskilllv("GN_FIRE_EXPANSION"); + bonus bAspdRate,4*.@val; + bonus bAtkRate,4*getskilllv("GN_FIRE_EXPANSION"); bonus2 bSkillAtk,"GN_CART_TORNADO",10*getskilllv("GN_CRAZYWEED"); if (getskilllv("GN_S_PHARMACY") == 10) bonus bIgnoreDefRace,RC_All; @@ -162761,7 +185867,7 @@ Body: } - Id: 470062 AegisName: Lethargy_P_Shoes - Name: Mindform Shoes of Lethargy # !todo check english name + Name: Lethargy Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -162788,7 +185894,7 @@ Body: } - Id: 470063 AegisName: Lethargy_P_Shoes_ - Name: Mindform Shoes of Lethargy # !todo check english name + Name: Lethargy Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -162860,7 +185966,7 @@ Body: Script: | bonus bShortAtkRate,3; bonus bLongAtkRate,3; - bonus bCritical,1*(min(BaseLevel,100)/5); + bonus bCritical,(min(BaseLevel,100)/5); if (BaseLevel>=30) { bonus bShortAtkRate,3; bonus bLongAtkRate,3; @@ -162896,7 +186002,7 @@ Body: if (BaseLevel>=45) bonus2 bMagicAtkEle,Ele_All,4; if (BaseLevel>=85) - bonus bFixedCastrate,-300; + bonus bFixedCast,-300; - Id: 470069 AegisName: 2Para_Boots_A Name: Paradise Luxury Boots @@ -163139,7 +186245,7 @@ Body: } - Id: 470078 AegisName: Indecisive_P_Shoes - Name: Mindform Shoes of Indecisiveness # !todo check english name + Name: Indecisive Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -163167,7 +186273,7 @@ Body: } - Id: 470079 AegisName: Indecisive_P_Shoes_ - Name: Mindform Shoes of Indecisiveness # !todo check english name + Name: Indecisive Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -163196,7 +186302,7 @@ Body: } - Id: 470080 AegisName: Arrogance_P_Shoes - Name: Mindform Shoes of Arrogance + Name: Arrogant Thoughtform Shoes Type: Armor Weight: 200 Defense: 12 @@ -163222,7 +186328,7 @@ Body: } - Id: 470081 AegisName: Arrogance_P_Shoes_ - Name: Mindform Shoes of Arrogance + Name: Arrogant Thoughtform Shoes Type: Armor Weight: 200 Defense: 12 @@ -163249,7 +186355,7 @@ Body: } - Id: 470082 AegisName: Regeneration_P_Shoes - Name: Mindform Shoes of Regeneration + Name: Regeneration Thoughtform Shoes Type: Armor Weight: 200 Defense: 12 @@ -163274,7 +186380,7 @@ Body: } - Id: 470083 AegisName: Regeneration_P_Shoes_ - Name: Mindform Shoes of Regeneration + Name: Regeneration Thoughtform Shoes Type: Armor Weight: 200 Defense: 12 @@ -163314,7 +186420,7 @@ Body: bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; bonus bAllStats,3*(getskilllv("RK_DRAGONBREATH")+getskilllv("RK_DRAGONBREATH_WATER")/2); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",getskilllv("RK_DRAGONHOWLING")*40; bonus2 bSkillAtk,"LK_SPIRALPIERCE",getskilllv("RK_DRAGONHOWLING")*40; @@ -163349,7 +186455,7 @@ Body: bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; bonus bAllStats,3*(getskilllv("RK_DRAGONBREATH")+getskilllv("RK_DRAGONBREATH_WATER")/2); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",getskilllv("RK_DRAGONHOWLING")*40; bonus2 bSkillAtk,"LK_SPIRALPIERCE",getskilllv("RK_DRAGONHOWLING")*40; @@ -163367,6 +186473,22 @@ Body: bonus bMaxSPrate,10; bonus bDelayrate,-10; } + - Id: 470086 + AegisName: Lapine_Pray_Shoes + Name: Lapine Prayer Shoes + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + bonus bMatk,30; + bonus bMatkRate,2*(getskilllv("WL_FREEZE_SP")/3); + bonus bDelayrate,-2*(getskilllv("WL_FREEZE_SP")/3); - Id: 470087 AegisName: Gray_W_Boots Name: Gray Wolf Boots @@ -163405,7 +186527,7 @@ Body: } - Id: 470089 AegisName: Runaway_P_Shoes - Name: Mindform Shoes of Rampage # !todo check english name + Name: Runaway Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -163429,7 +186551,7 @@ Body: } - Id: 470090 AegisName: Runaway_P_Shoes_ - Name: Mindform Shoes of Rampage # !todo check english name + Name: Runaway Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -163454,7 +186576,7 @@ Body: } - Id: 470091 AegisName: Disappointment_P_Shoes - Name: Mindform Shoes of Despair # !todo check english name + Name: Despair Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -163482,7 +186604,7 @@ Body: } - Id: 470092 AegisName: Disappointment_P_Shoes_ - Name: Mindform Shoes of Despair # !todo check english name + Name: Despair Thoughtform Shoes Type: Armor Defense: 12 Weight: 200 @@ -163527,7 +186649,7 @@ Body: NoMail: true NoAuction: true Script: | - bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; bonus bFixedCast,-300; bonus bMaxHP,40*(min(BaseLevel,150)/10); bonus bMaxSP,30*(min(BaseLevel,150)/10); @@ -163559,7 +186681,7 @@ Body: bonus bMaxSP,150; if (BaseLevel>=210) { bonus bPAtk,1; - bonus bSmatk,1; + bonus bSMatk,1; } if (.@r>=7) { bonus bMatkRate,5; @@ -163575,7 +186697,7 @@ Body: } } if (.@g >= ENCHANTGRADE_D) { - bonus bMres,50; + bonus bMRes,50; bonus bRes,50; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_All,10; @@ -163585,7 +186707,7 @@ Body: bonus bWis,5; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,5; - bonus bSmatk,5; + bonus bSMatk,5; if (.@r>=13) { bonus bFixedCast,-200; } @@ -163595,9 +186717,61 @@ Body: } bonus bMaxHPrate,(.@r/3); bonus bMaxSPrate,(.@r/3); + - Id: 470095 + AegisName: Destroy_World_Boots + Name: Destroyer Boots + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,30; + bonus2 bMagicAddRace,RC_Angel,4*(.@r/3); + bonus2 bMagicAddRace,RC_Demon,4*(.@r/3); + bonus2 bMagicAddRace,RC_Undead,4*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Dark,10; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + } + if (.@r>=9) + bonus bFixedCast,-500; + if (.@r>=11) { + bonus2 bSkillCooldown,"WL_HELLINFERNO",-2000; + bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000; + } + if (.@r>=12) { + bonus2 bSkillAtk,"WL_COMET",30; + bonus2 bSkillAtk,"WL_HELLINFERNO",30; + bonus2 bSkillAtk,"SO_EARTHGRAVE",30; + } + - Id: 470096 + AegisName: Cursed_Devils_Boots_A + Name: Awakening Magic Curse Boots + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_All,5; + bonus bMaxHPrate,3*.@r; + if (.@r>=7) + bonus bIntravision; - Id: 470097 AegisName: HalfBloodPrincess_Shoes - Name: Witch Hunt Shoes + Name: Demon Hunting Shoes Type: Armor Weight: 1000 Defense: 40 @@ -163611,19 +186785,59 @@ Body: .@r = getrefine(); bonus bUnbreakableShoes; bonus bMdef,15; - bonus2 bAddRace,RC_All,10; + bonus bAtkRate,((.@r>=9)?40:(.@r>=7?25:10)); bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; bonus bMaxHPrate,4*.@r; - if (.@r>=7) - bonus2 bAddRace,RC_All,15; - if (.@r>=9) { - bonus2 bAddRace,RC_All,15; + if (.@r>=9) bonus bDefRatioAtkClass,Class_All; - } + - Id: 470098 + AegisName: EC_Boots_TW + Name: Jade Crystal Boots + Type: Armor + Weight: 200 + Defense: 25 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDex,3*(.@r/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/3); + bonus2 bSkillAtk,"CG_ARROWVULCAN",20*(.@r/3); + if (.@r>=7) + bonus bAtkRate,5; + if (.@r>=9) + bonus bLongAtkRate,7; + if (.@r>=11) + autobonus "{ bonus bDex,200; bonus2 bSPLossRate,50,1000; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_FLASHER; }"; + - Id: 470099 + AegisName: Rachel_Boots + Name: Awakened Glacier Boots + Type: Armor + Weight: 250 + Defense: 16 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkRate,6; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + if (.@r>=6) + bonus2 bSubRace,RC_DemiHuman,5; + if (.@r>=9) + bonus2 bIgnoreDefClassRate,Class_Normal,7; - Id: 470105 AegisName: Shoes_Of_Judex - Name: Shoes of Purge + Name: Purge Shoes Type: Armor Buy: 20 Weight: 500 @@ -163843,7 +187057,7 @@ Body: if (.@g >= ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bMatkRate,2; if (.@g >= ENCHANTGRADE_A) { bonus bFixedCast,-200; @@ -163893,7 +187107,7 @@ Body: bonus bPAtk,2; bonus bAtkRate,2; if (.@g >= ENCHANTGRADE_A) { - bonus bCrate,1; + bonus bCRate,1; } } } @@ -163986,6 +187200,49 @@ Body: bonus bSMatk,2; } } + - Id: 470117 + AegisName: Guardian_Greave + Name: Guardian Greave + Type: Armor + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Earth,2; + bonus2 bSubEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Water,2; + bonus2 bSubEle,Ele_Wind,2; + if (.@r>=5) + bonus3 bAutoSpellWhenHit,"AL_ANGELUS",5,20; + - Id: 470120 + AegisName: Scrap_Remodel_Shoes_TW + Name: Mechanical Aluminum Modified Boots + Type: Armor + Weight: 1500 + Defense: 50 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bStr,2*(.@r/2); + bonus bMaxHPrate,2*(.@r/3); + if (.@r>=7) + bonus bAtkRate,7; + if (.@r>=9) + bonus bFixedCast,-500; + if (.@r>=11) + bonus2 bAddEle,Ele_All,7; - Id: 470122 AegisName: Beast_Leather_Shoes Name: Beast's Leather Shoes @@ -164056,7 +187313,7 @@ Body: bonus2 bAddRace,RC_Fish,.@dmg; - Id: 470125 AegisName: E_Auto_Leg_A - Name: Automatic Leg Type A (bind) # !todo check english name + Name: Automatic Leg A-type (Bound) Type: Armor Defense: 70 Slots: 1 @@ -164080,7 +187337,7 @@ Body: } - Id: 470126 AegisName: E_Auto_Leg_B - Name: Automatic leg type B (bind) # !todo check english name + Name: Automatic Leg B-type (Bound) Type: Armor Defense: 70 Slots: 1 @@ -164102,6 +187359,67 @@ Body: if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,7; } + - Id: 470127 + AegisName: Wine_Shoes + Name: Crimson Magic Boots + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus bAtkRate,5+(.@r/2); + bonus bMatkRate,5+(.@r/2); + bonus bLongAtkDef,5; + bonus2 bSubEle,Ele_Neutral,5; + if (.@r>=11) { + bonus2 bSubEle,Ele_Earth,10; + bonus2 bSubEle,Ele_Fire,10; + bonus2 bSubEle,Ele_Water,10; + bonus2 bSubEle,Ele_Wind,10; + } + if (.@r>=13) { + bonus bFixedCast,-600; + bonus bDelayrate,-6; + } + - Id: 470129 + AegisName: Corruption_Boots + Name: Fallen Gods Chant Magic Boots + Type: Armor + Weight: 600 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,1500; + bonus bMaxSP,200; + bonus bMatkRate,2*(.@r/3); + bonus bSMatk,(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Dark,10; + bonus2 bMagicAtkEle,Ele_Ghost,10; + bonus2 bMagicAtkEle,Ele_Holy,10; + } + if (.@r>=9) + bonus bFixedCast,-500; + if (.@r>=11) + bonus2 bMagicAddEle,Ele_All,10; + if (.@r>=12) { + bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",20; + bonus2 bSkillAtk,"CD_FRAMEN",20; + } + if (.@r>=13) + autobonus "{ bonus bSpl,10; bonus bMatkRate,15; }",30,10000,BF_MAGIC; - Id: 470130 AegisName: aegis_470130 Name: End of the World @@ -164137,7 +187455,7 @@ Body: } - Id: 470153 AegisName: Hs_Speed_Boots - Name: Heroria Speed ​​Boots # !todo check english name + Name: Herosria Speed Boots Type: Armor Weight: 1000 Defense: 20 @@ -164152,7 +187470,7 @@ Body: bonus bCritical,-10; - Id: 470154 AegisName: Hs_Casting_Shoes - Name: Heroria Casting Shoes # !todo check english name + Name: Herosria Casting Shoes Type: Armor Weight: 1000 Defense: 20 @@ -164167,7 +187485,7 @@ Body: bonus bVariableCastrate,-8; - Id: 470155 AegisName: Hs_Critical_Shoes - Name: Heroria Critical Shoes # !todo check english name + Name: Herosria Critical Shoes Type: Armor Weight: 1000 Defense: 20 @@ -164182,7 +187500,7 @@ Body: bonus bCritical,8; - Id: 470156 AegisName: aegis_470156 - Name: Heroria Fix Sandals # !todo check english name + Name: Herosria Fix Sandals Type: Armor Weight: 1000 Defense: 20 @@ -164197,7 +187515,7 @@ Body: bonus bDelayrate,10; - Id: 470157 AegisName: aegis_470157 - Name: Heroria Cool Sandals # !todo check english name + Name: Herosria Cool Sandals Type: Armor Weight: 1000 Defense: 20 @@ -164682,9 +188000,44 @@ Body: } } } + - Id: 470177 + AegisName: Walk_Of_DarkVoid + Name: Void Darkness Boots + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,10; + bonus bAllStats,2; + skill "TF_HIDING",1; + bonus2 bSubRace,RC_All,2; + bonus bAspdRate,3*(.@r/3); + if (.@r>=7) { + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + } + if (.@r>=10) + bonus2 bSubRace,RC_All,10; + if (.@r>=12) { + if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) + skill "RG_RAID",1; + else { + skill "RG_RAID",1; + bonus2 bSkillCooldown,"RG_RAID",60000; + } + } + if (.@r>=13) + bonus2 bSubRace,RC_All,3; - Id: 470178 AegisName: aegis_470178 - Name: Level 1 Sandals # !todo check english name + Name: 1Lv Sandals Type: Armor Slots: 1 Locations: @@ -164763,8 +188116,219 @@ Body: } bonus bFixedCast,.@val; } + - Id: 470182 + AegisName: Agenda_Boots_LT_TW + Name: Boots of Judgment-LT + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMdef,15; + bonus bUseSPrate,10; + bonus bBaseAtk,10*(.@r/2); + bonus bMatk,10*(.@r/2); + bonus2 bMagicAtkEle,Ele_Holy,10*(.@r/3); + bonus2 bMagicAtkEle,Ele_Neutral,10*(.@r/3); + bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=11) { + bonus2 bAddRace,RC_All,10; + bonus2 bMagicAddRace,RC_All,10; + if (.@r>=12) { + bonus2 bSkillCooldown,"SR_RIDEINLIGHTNING",-500; + bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,2; + bonus bSMatk,2; + if (.@g>=ENCHANTGRADE_C) { + autobonus "{ bonus bAtkRate,25; bonus bMatkRate,25; }",30,10000,BF_WEAPON|BF_MAGIC; + if (.@g>=ENCHANTGRADE_B) { + if (.@r>=12) + bonus bFixedCast,-500; + } + } + } + - Id: 470183 + AegisName: Temporal_Boots_LT_TW + Name: Exotic Temporal Boots-LT + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bAllStats,2; + bonus bMdef,15; + bonus bMaxHPrate,15; + bonus bMaxSPrate,5; + if (.@r>=10) { + if (readparam(bStr)>=108) + bonus bBaseAtk,80; + if (readparam(bAgi)>=108) + bonus bAspd,2; + if (readparam(bVit)>=108) + bonus bMaxHPrate,10; + if (readparam(bInt)>=108) + bonus bMatk,80; + if (readparam(bDex)>=108) { + bonus bFixedCast,-500; + bonus bLongAtkRate,10; + } + if (readparam(bLuk)>=108) + bonus bCritAtkRate,35; + } + if (.@r>=13) { + if (readparam(bPow)>=60) + bonus2 bAddSize,Size_All,15; + if (readparam(bSta)>=60) { + bonus bDelayrate,-5; + bonus bPAtk,15; + } + if (readparam(bWis)>=60) { + bonus bDelayrate,-5; + bonus bSMatk,15; + } + if (readparam(bSpl)>=60) + bonus2 bMagicAddSize,Size_All,15; + if (readparam(bCon)>=60) + bonus bAspdRate,10; + if (readparam(bCrt)>=60) { + bonus bFixedCast,-200; + bonus bCritAtkRate,10; + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bRes,30; + bonus bMRes,30; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bBaseAtk,50; + bonus bMatk,50; + } + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,7; + bonus bSMatk,7; + } + - Id: 470184 + AegisName: aegis_470184 + Name: Shoes10 + Type: Armor + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bMaxHP,10; + - Id: 470185 + AegisName: aegis_470185 + Name: Shoes40 + Type: Armor + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bMaxHP,30; + - Id: 470186 + AegisName: aegis_470186 + Name: Shoes70 + Type: Armor + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bMaxHP,100; + - Id: 470187 + AegisName: Beast_Area_Shoes + Name: Beast Territory Boots + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,10*(.@r/2); + bonus2 bAddRace,RC_Angel,4*(.@r/3); + bonus2 bAddRace,RC_Demon,4*(.@r/3); + bonus2 bAddRace,RC_Dragon,4*(.@r/3); + if (.@r>=7) { + bonus bAtkRate,10; + if (.@r>=9) { + bonus bFixedCast,-500; + if (.@r>=11) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=12) { + bonus2 bAddEle,Ele_All,10; + if (.@r>=13) { + autobonus "{ bonus bPow,10; bonus bAtkRate,10; }",30,10000,BF_WEAPON; + } + } + } + } + } - Id: 470192 - AegisName: aegis_470192 + AegisName: Fifth_Element Name: Fifth Element Type: Armor Weight: 400 @@ -164802,6 +188366,88 @@ Body: bonus bMaxSPrate,10; bonus bDelayrate,-10; } + - Id: 470193 + AegisName: aegis_470193 + Name: Military Boots TH + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("NC_AXEBOOMERANG"); + .@b = getskilllv("NC_MAGMA_ERUPTION"); + .@c = getskilllv("NC_POWERSWING"); + bonus bBaseAtk,50; + bonus bAspdRate,10; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus2 bSkillAtk,"NC_AXETORNADO",7*.@a; + bonus2 bSkillAtk,"NC_POWERSWING",15*.@a; + bonus2 bIgnoreDefRaceRate,RC_All,8*.@b; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-8*.@b; + bonus2 bIgnoreDefRaceRate,RC_Player_Human,-8*.@b; + if (getskilllv("NC_BOOSTKNUCKLE") < 1) { + bonus bAtkRate,3*.@c; + bonus2 bSubClass,Class_Boss,.@c; + } + if (.@r>=10) { + bonus bBaseAtk,50; + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + } + if (.@r>=12) + bonus bMaxHP,150*(BaseLevel/2); + - Id: 470194 + AegisName: aegis_470194 + Name: "[Not for Sale] Military Boots TH" + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("NC_AXEBOOMERANG"); + .@b = getskilllv("NC_MAGMA_ERUPTION"); + .@c = getskilllv("NC_POWERSWING"); + bonus bBaseAtk,50; + bonus bAspdRate,10; + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + bonus2 bSkillAtk,"NC_AXETORNADO",7*.@a; + bonus2 bSkillAtk,"NC_POWERSWING",15*.@a; + bonus2 bIgnoreDefRaceRate,RC_All,8*.@b; + bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-8*.@b; + bonus2 bIgnoreDefRaceRate,RC_Player_Human,-8*.@b; + if (getskilllv("NC_BOOSTKNUCKLE") < 1) { + bonus bAtkRate,3*.@c; + bonus2 bSubClass,Class_Boss,.@c; + } + if (.@r>=10) { + bonus bBaseAtk,50; + bonus bMaxHPrate,5; + bonus bMaxSPrate,5; + } + if (.@r>=12) + bonus bMaxHP,150*(BaseLevel/2); - Id: 470196 AegisName: Glacier_Boots Name: Glacier Boots @@ -164928,6 +188574,54 @@ Body: } } } + - Id: 470199 + AegisName: Wine_Shoes_LT + Name: Crimson Magic Boots-LT + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMdef,15; + bonus bAtkRate,5+(.@r/2); + bonus bMatkRate,5+(.@r/2); + bonus bPAtk,.@r/3; + bonus bSMatk,.@r/3; + bonus bLongAtkDef,5; + bonus2 bSubEle,Ele_Neutral,5; + if (.@r>=11) { + bonus2 bSubEle,Ele_All,10; + bonus2 bSubEle,Ele_Neutral,-10; + if (.@r>=13) { + bonus bDelayrate,-6; + bonus bFixedCast,-600; + } + } + if (.@g >= ENCHANTGRADE_D) { + bonus bRes,30; + bonus bMRes,30; + if (.@g >= ENCHANTGRADE_C) { + bonus bLongAtkDef,5; + bonus2 bSubEle,Ele_Neutral,5; + if (.@g >= ENCHANTGRADE_B) { + bonus bDelayrate,-4; + bonus bFixedCast,-200; + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSubEle,Ele_All,5; + if (.@r>=13) + bonus bFixedCast,-200; + } + } + } + } - Id: 470204 AegisName: aegis_470204 Name: Moan of Corruption @@ -164972,6 +188666,1380 @@ Body: } } } + - Id: 470205 + AegisName: Astraea_Shoes_LT + Name: Asteria's Shoes-LT + Type: Armor + Weight: 250 + Defense: 25 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bAllStats,3; + bonus bMdef,10; + if (.@r>=10) { + if (readparam(bStr)>=100) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + if (readparam(bAgi)>=100) { + bonus bAspdRate,15; + if (readparam(bVit)>=100) { + bonus2 bSubSize,Size_Medium,15; + if (readparam(bInt)>=100) { + bonus bFixedCast,-500; + if (readparam(bDex)>=100) { + bonus bDelayrate,-7; + if (readparam(bLuk)>=100) { + bonus bCritical,10; + bonus bFlee2,5; + } + } + } + } + } + } + } + if (.@r>=13) { + if (readparam(bPow)>=60) { + bonus bShortAtkRate,15; + if (readparam(bSta)>=60) { + bonus bDelayrate,-8; + bonus bRes,30; + if (readparam(bWis)>=60) { + bonus bDelayrate,-8; + bonus bMRes,30; + if (readparam(bSpl)>=60) { + bonus2 bMagicAtkEle,Ele_All,15; + if (readparam(bCon)>=60) { + bonus bLongAtkRate,15; + if (readparam(bCrt)>=60) { + bonus bHPlus,10; + bonus bCRate,10; + } + } + } + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bRes,30; + bonus bMRes,30; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bPAtk,5; + bonus bSMatk,5; + } + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + } + if (.@g>=ENCHANTGRADE_A) { + if (.@r>=13) { + bonus bFixedCast,-500; + } + } + - Id: 470206 + AegisName: aaegis_470206 + Name: Prana Boots + Type: Armor + Weight: 1000 + Defense: 50 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMdef,15; + bonus2 bSubRace,RC_DemiHuman,5; + bonus bHealPower2,30; + bonus bAddItemHealRate,30; + bonus bInt,3*.@r; + bonus bDex,3*.@r; + bonus bMaxHP,1000*.@r; + if (.@r>=5) { + bonus bDef,100; + bonus bMaxHPrate,15; + bonus2 bSubRace,RC_Player_Human,10; + } + if (.@r>=7) { + bonus bDef,100; + bonus bMaxHPrate,15; + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubClass,Class_Normal,5; + } + - Id: 470207 + AegisName: FateSin_Boots_CD + Name: Boots of Good and Evil (Cardinal) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bMatkRate,7; + bonus bAtkRate,7; + if (.@r>=9) { + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470208 + AegisName: FateSin_Boots_IQ + Name: Boots of Good and Evil (Inquisitor) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Monk: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470209 + AegisName: FateSin_Boots_SOA + Name: Boots of Good and Evil (Soul Ascetic) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + SoulLinker: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bMatkRate,7; + if (.@r>=9) { + bonus bVariableCastrate,-10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470210 + AegisName: FateSin_Boots_BO + Name: Boots of Good and Evil (Biolo) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Alchemist: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470211 + AegisName: FateSin_Boots_DK + Name: Boots of Good and Evil (Dragon Knight) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470212 + AegisName: FateSin_Boots_SH + Name: Boots of Good and Evil (Spirit Handler) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=9) { + bonus bVariableCastrate,-10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470213 + AegisName: FateSin_Boots_EM + Name: Boots of Good and Evil (Elemental Master) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Sage: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470214 + AegisName: FateSin_Boots_WH + Name: Boots of Good and Evil (Windhawk) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470215 + AegisName: FateSin_Boots_SKE + Name: Boots of Good and Evil (Sky Emperor) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470221 + AegisName: FateSin_Boots_MT + Name: Boots of Good and Evil (Meister) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Blacksmith: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470222 + AegisName: FateSin_Boots_SHC + Name: Boots of Good and Evil (Shadow Cross) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Assassin: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470223 + AegisName: FateSin_Boots_SS + Name: Boots of Good and Evil (Shinkiro & Shiranui) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + KagerouOboro: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470224 + AegisName: FateSin_Boots_ABC + Name: Boots of Good and Evil (Abyss Chaser) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470225 + AegisName: FateSin_Boots_TR + Name: Boots of Good and Evil (Troubadour & Trouvere) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + BardDancer: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470226 + AegisName: FateSin_Boots_HN + Name: Boots of Good and Evil (Hyper Novice) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + SuperNovice: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470227 + AegisName: aegis_470227 + Name: Golden Attack Upgrade Boots + Type: Armor + Defense: 16 + Slots: 1 + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 10 + Refineable: true + Script: | + bonus bHPrecovRate,15; + bonus bSPrecovRate,7; + if (getrefine()>=5) { + bonus bSpeedRate,25; + bonus bDex,2; + bonus bStr,2; + } + - Id: 470228 + AegisName: aegis_470228 + Name: Golden Magic Upgrade Shoes + Type: Armor + Defense: 16 + Slots: 1 + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 10 + Refineable: true + Script: | + bonus bHPrecovRate,12; + bonus bSPrecovRate,10; + if (getrefine()>=5) { + bonus bSpeedRate,25; + bonus bInt,2; + } + - Id: 470229 + AegisName: aegis_470229 + Name: Shoes + Type: Armor + Weight: 400 + Defense: 10 + Slots: 1 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Shoes: true + ArmorLevel: 1 + Refineable: true + - Id: 470230 + AegisName: aegis_470230 + Name: Boots + Type: Armor + Weight: 600 + Defense: 16 + Slots: 1 + Jobs: + Alchemist: true + Archer: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Gunslinger: true + Hunter: true + Knight: true + Merchant: true + Rebellion: true + Rogue: true + StarGladiator: true + Swordman: true + Taekwon: true + Thief: true + Locations: + Shoes: true + ArmorLevel: 1 + Refineable: true + - Id: 470231 + AegisName: aegis_470231 + Name: Sandals + Type: Armor + Weight: 200 + Defense: 5 + Locations: + Shoes: true + ArmorLevel: 1 + Refineable: true + - Id: 470232 + AegisName: aegis_470232 + Name: Shoes + Type: Armor + Weight: 400 + Defense: 10 + Jobs: + All: true + Novice: false + SuperNovice: false + Locations: + Shoes: true + ArmorLevel: 1 + Refineable: true + - Id: 470233 + AegisName: aegis_470233 + Name: Boots + Type: Armor + Weight: 600 + Defense: 16 + Jobs: + Alchemist: true + Archer: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Gunslinger: true + Hunter: true + Knight: true + Merchant: true + Rebellion: true + Rogue: true + StarGladiator: true + Swordman: true + Taekwon: true + Thief: true + Locations: + Shoes: true + ArmorLevel: 1 + Refineable: true + - Id: 470234 + AegisName: aegis_470234 + Name: Greaves + Type: Armor + Weight: 750 + Defense: 27 + Jobs: + Crusader: true + Knight: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 65 + Refineable: true + - Id: 470235 + AegisName: aegis_470235 + Name: Novice Shoes + Type: Armor + Weight: 500 + Defense: 8 + Slots: 1 + Jobs: + Novice: true + SuperNovice: true + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 40 + Refineable: true + Script: | + bonus bMaxHPrate,5; + - Id: 470236 + AegisName: FateSin_Boots_IG + Name: Boots of Good and Evil (Imperial Guard) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Crusader: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Holy,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470237 + AegisName: FateSin_Boots_AG + Name: Boots of Good and Evil (Arch Mage) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Wizard: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bMatkRate,7; + if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Ghost,10; + bonus2 bMagicAtkEle,Ele_Dark,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470238 + AegisName: FateSin_Boots_NW + Name: Boots of Good and Evil (Night Watch) + Type: Armor + Weight: 600 + Defense: 20 + Slots: 1 + Jobs: + Rebellion: true + Classes: + Fourth: true + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,(.@r/2); + bonus bMaxSPrate,(.@r/2); + if (.@r>=7) { + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,10; + if (.@r>=11) { + bonus bFixedCast,-500; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,50; + bonus bRes,50; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_All,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + if (.@g>=ENCHANTGRADE_A) { + bonus bFixedCast,-500; + } + } + } + } + - Id: 470245 + AegisName: aegis_470245 + Name: "[Not For Sale] Destroyer Boots" + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,30; + bonus2 bMagicAddRace,RC_Angel,4*(.@r/3); + bonus2 bMagicAddRace,RC_Demon,4*(.@r/3); + bonus2 bMagicAddRace,RC_Undead,4*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Dark,10; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + } + if (.@r>=9) + bonus bFixedCast,-500; + if (.@r>=11) { + bonus2 bSkillCooldown,"WL_HELLINFERNO",-2000; + bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000; + bonus2 bSkillCooldown,"SO_EARTHGRAVE",-1000; + } + if (.@r>=12) { + bonus2 bSkillAtk,"WL_COMET",30; + bonus2 bSkillAtk,"WL_HELLINFERNO",30; + bonus2 bSkillAtk,"SO_EARTHGRAVE",30; + } + - Id: 470247 + AegisName: aegis_470247 + Name: Knight's Boots of Midgard + Type: Armor + Weight: 1000 + Defense: 20 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 130 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bBaseAtk,10*(.@r/2); + bonus bMatk,10*(.@r/2); + bonus bSpl,.@r/3; + bonus bPow,.@r/3; + bonus bCon,.@r/3; + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + if (.@r>=9) { + bonus bFixedCast,-300; + if (.@r>=11) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + if (.@r>=13) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + } + } + } + } + if (.@g >= ENCHANTGRADE_D) { + bonus bRes,50; + bonus bMRes,50; + } + if (.@g >= ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_All,8; + bonus2 bMagicAddEle,Ele_All,8; + } + if (.@g >= ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + } + if (.@g >= ENCHANTGRADE_A) { + if (.@r>=13) { + bonus bFixedCast,-700; + } + } + - Id: 470248 + AegisName: aegis_470248 + Name: Dragon Slayer Shoes + Type: Armor + Weight: 900 + Defense: 30 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,1000; + bonus bMaxSP,200; + if (.@r>=7) { + bonus2 bExpAddRace,RC_All,8; + if (.@r>=9) { + bonus2 bAddRace,RC_Dragon,15; + bonus2 bAddRace,RC_Insect,15; + bonus2 bMagicAddRace,RC_Dragon,15; + bonus2 bMagicAddRace,RC_Insect,15; + if (.@r>=11) { + bonus2 bSubRace,RC_Dragon,20; + bonus2 bSubRace,RC_Insect,20; + } + } + } + - Id: 470249 + AegisName: aegis_470249 + Name: "[Not For Sale] Dragon Slayer Shoes" + Type: Armor + Weight: 900 + Defense: 30 + Slots: 1 + Locations: + Shoes: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 30 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,1000; + bonus bMaxSP,200; + if (.@r>=7) { + bonus2 bExpAddRace,RC_All,8; + if (.@r>=9) { + bonus2 bAddRace,RC_Dragon,15; + bonus2 bAddRace,RC_Insect,15; + bonus2 bMagicAddRace,RC_Dragon,15; + bonus2 bMagicAddRace,RC_Insect,15; + if (.@r>=11) { + bonus2 bSubRace,RC_Dragon,20; + bonus2 bSubRace,RC_Insect,20; + } + } + } + - Id: 470265 + AegisName: FuriousBoots + Name: Furious Boots + Type: Armor + Weight: 1500 + Defense: 30 + Slots: 1 + Locations: + Shoes: true + ArmorLevel: 2 + EquipLevelMin: 220 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + if (BaseLevel>=230) { + bonus2 bAddClass,Class_Normal,5; + bonus2 bMagicAddClass,Class_Normal,5; + bonus2 bAddClass,Class_Boss,5; + bonus2 bMagicAddClass,Class_Boss,5; + } + if (.@r>=7) { + bonus bMatkRate,5; + bonus bAtkRate,5; + if (.@r>=9) { + bonus bVariableCastrate,-10; + if (.@r>=10) { + bonus bFixedCast,-700; + if (.@r>=11) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMatkRate,5; + bonus bAtkRate,5; + if (.@g>=ENCHANTGRADE_C) { + bonus bFixedCast,-300; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,2; + bonus bSMatk,2; + } + } + } + } - Id: 480000 AegisName: Atker_Manteau Name: Attacker Booster Manteau @@ -165032,7 +190100,7 @@ Body: bonus2 bMagicAtkEle,Ele_Fire,5; bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Water,5; - bonus2 bMagicAtkEle,Ele_Ground,5; + bonus2 bMagicAtkEle,Ele_Earth,5; bonus2 bMagicAtkEle,Ele_Neutral,5; } if (.@r>=9) { @@ -165205,7 +190273,7 @@ Body: } - Id: 480011 AegisName: Skin_Of_AzidaHaka - Name: Skin of Azi Dahaka + Name: Azi Dahaka's Skin Type: Armor Weight: 600 Defense: 15 @@ -165258,7 +190326,7 @@ Body: if (.@r>=7) bonus bDelayrate,-5; if (.@r>=9) - bonus2 bAddSize,Size_All,5; + bonus2 bAddClass,Class_All,5; - Id: 480014 AegisName: Noblesse_Magic_Manteau Name: Noblesse Magic Manteau @@ -165285,6 +190353,36 @@ Body: bonus bDelayrate,-5; if (.@r>=9) bonus2 bMagicAtkEle,Ele_All,5; + - Id: 480015 + AegisName: Kukulkan_Feather_TW + Name: Kukulkan Feather + Type: Armor + Weight: 2000 + Defense: 40 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + if (.@r>=5) { + bonus bAtkRate,1; + bonus bMatkRate,1; + } + if (.@r>=7) + bonus bAllStats,1; + if (.@r>=9) { + bonus2 bAddSize,Size_Medium,5; + bonus2 bMagicAddSize,Size_Medium,5; + } + if (.@r>=11) + bonus bLongAtkRate,12; + if (.@r>=12) + bonus bAspd,1; + if (.@r>=13) + skill "RG_CLOSECONFINE",1; - Id: 480016 AegisName: Imperial_Attack_Manteau Name: Imperial Attack Manteau @@ -165310,7 +190408,7 @@ Body: if (.@r>=7) bonus bDelayrate,-5; if (.@r>=9) - bonus2 bAddSize,Size_All,7; + bonus2 bAddClass,Class_All,7; - Id: 480017 AegisName: Imperial_Magic_Manteau Name: Imperial Magic Manteau @@ -165362,7 +190460,7 @@ Body: if (.@r>=7) bonus bDelayrate,-5; if (.@r>=9) - bonus2 bAddSize,Size_All,10; + bonus2 bAddClass,Class_All,10; - Id: 480019 AegisName: Grace_Magic_Manteau Name: Grace Magic Manteau @@ -165512,7 +190610,7 @@ Body: bonus bDelayrate,-.@r/2; - Id: 480025 AegisName: Owl_Baron_Mantle - Name: Owl Baron Cloak + Name: Owl Baron Mantle Type: Armor Weight: 100 Defense: 5 @@ -165596,7 +190694,7 @@ Body: } - Id: 480045 AegisName: Guardian_Soul - Name: Guardian of Soul + Name: Guardian Soul Type: Armor Weight: 300 Defense: 25 @@ -165639,7 +190737,7 @@ Body: ArmorLevel: 1 Refineable: true Script: | - .@r = getrefine; + .@r = getrefine(); bonus bMdef,5; bonus bBaseAtk,20; bonus bMaxHPrate,10; @@ -165654,6 +190752,29 @@ Body: if (.@r>=8) bonus bPerfectHitAddRate,20; } + - Id: 480051 + AegisName: Kingly_Manteau + Name: Monarch Manteau + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 16 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + bonus2 bSubEle,Ele_All,5; + bonus2 bSubClass,Class_Normal,5; + bonus bLongAtkDef,10; + if (getrefine()>=7) { + bonus2 bSubEle,Ele_Earth,30; + bonus2 bSubEle,Ele_Fire,30; + bonus2 bHPRegenRate,2000,10000; + bonus2 bSPRegenRate,100,10000; + } - Id: 480052 AegisName: C_Sakura_Fes_TW Name: Costume Sakura Ribbon @@ -165807,7 +190928,7 @@ Body: bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus bLongAtkRate,2+(4*.@lvl); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",2*.@lvl; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*.@lvl; if (.@r>=5) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; @@ -166178,7 +191299,7 @@ Body: if (getskilllv("SR_EARTHSHAKER") >= 5) bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-200; bonus2 bSkillAtk,"SR_HOWLINGOFLION",15*getskilllv("SR_RAMPAGEBLASTER"); - bonus bPerfectHitRate,4*getskilllv("SR_RIDEINLIGHTNING"); + bonus bPerfectHitAddRate,4*getskilllv("SR_RIDEINLIGHTNING"); if (.@r>=5) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; @@ -166197,6 +191318,29 @@ Body: Costume_Garment: true ArmorLevel: 1 View: 89 + - Id: 480088 + AegisName: Ultio_Cape_TW + Name: Ultio Holy Magic Cloak + Type: Armor + Weight: 100 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus2 bMagicAtkEle,Ele_Holy,3*(.@r/4); + bonus2 bMagicAtkEle,Ele_Neutral,3*(.@r/4); + if (.@r>=9) + bonus bMatkRate,10; + if (.@r>=11) + bonus bDelayrate,-12; + if (.@r>=13) + bonus2 bIgnoreMdefClassRate,Class_Boss,10; - Id: 480090 AegisName: Gray_W_Muffler Name: Gray Wolf Muffler @@ -166312,7 +191456,6 @@ Body: Locations: Costume_Garment: true ArmorLevel: 1 - View: 100 Script: | hateffect HAT_EF_SNOW_POWDER,true; UnEquipScript: | @@ -166325,6 +191468,7 @@ Body: Locations: Garment: true ArmorLevel: 1 + EquipLevelMin: 10 Trade: NoDrop: true NoTrade: true @@ -166336,7 +191480,7 @@ Body: Script: | bonus2 bSubEle,Ele_Neutral,20; bonus bHit,15; - bonus bHit,1*(min(BaseLevel,100)/5); + bonus bHit,(min(BaseLevel,100)/5); if (BaseLevel>=30) bonus bAspdRate,5; if (BaseLevel>=45) @@ -166363,7 +191507,7 @@ Body: Script: | bonus2 bSubEle,Ele_Neutral,20; bonus bFlee,20; - bonus bFlee,1*(min(BaseLevel,100)/5); + bonus bFlee,(min(BaseLevel,100)/5); if (BaseLevel>=30) bonus bVariableCastrate,-5; if (BaseLevel>=45) @@ -166422,7 +191566,7 @@ Body: bonus2 bSubEle,Ele_Neutral,20; bonus bFlee,40; bonus bVariableCastrate,-15; - bonus bAspdRate,1*(min(BaseLevel,150)/10); + bonus bAspdRate,(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bAspdRate,5; if (BaseLevel>=110) @@ -166495,6 +191639,47 @@ Body: } UnEquipScript: | sc_end SC_CONCENTRATION; + - Id: 480115 + AegisName: Light_Of_World_TW + Name: Light of the World Asprika + Type: Armor + Weight: 400 + Defense: 40 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bMaxHPrate,20; + bonus bFlee,40; + bonus bMdef,10; + skill "AL_TELEPORT",1; + bonus bDelayrate,-10; + bonus2 bSubEle,Ele_All,30; + bonus bAtkRate,30; + bonus bMatkRate,30; + - Id: 480116 + AegisName: Cursed_Devils_Manteau_A + Name: Awakening Magic Curse Cloak + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 16 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_All,5; + bonus bLongAtkDef,10; + bonus bMaxHPrate,3*.@r; + if (.@r>=7) + skill "WZ_HEAVENDRIVE",3; - Id: 480117 AegisName: C_Elec_Guitar_Of_Phen Name: Costume Electric Guitar Of Phen # !todo check english name @@ -166513,7 +191698,7 @@ Body: View: 114 - Id: 480119 AegisName: C_Niflheim_Key - Name: Costume Niflheim Key # !todo check english name + Name: Costume Niflheim Key Type: Armor Locations: Costume_Garment: true @@ -166619,6 +191804,7 @@ Body: .@r = getrefine(); bonus bMatkRate,(.@r/2); bonus bMatk,5*(.@r/2); + bonus2 bMagicAddSize,Size_All,(.@r/3)*3; if (.@r>=7) { bonus bVariableCastrate,-7; if (.@r>=9) { @@ -166708,6 +191894,24 @@ Body: bonus2 bAddSize,Size_All,10; bonus bSPGainValue,10; } + - Id: 480135 + AegisName: Rachel_manteau + Name: Awakened Glacier Manteau + Type: Armor + Weight: 250 + Defense: 7 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + if (.@r>=6) + bonus2 bSubRace,RC_DemiHuman,10; + if (.@r>=9) + bonus2 bIgnoreMdefClassRate,Class_Normal,15; - Id: 480136 AegisName: Thanatos_Sword Name: Magic Swordsman Thanatos's Sword @@ -166725,22 +191929,22 @@ Body: .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,3; - bonus bSmatk,3; + bonus bSMatk,3; } if (BaseLevel>=230) { bonus bPAtk,2; - bonus bSmatk,2; + bonus bSMatk,2; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_Angel,20; - bonus2 bIgnoreMDefRaceRate,RC_Angel,20; + bonus2 bIgnoreMdefRaceRate,RC_Angel,20; bonus2 bIgnoreDefRaceRate,RC_Dragon,20; - bonus2 bIgnoreMDefRaceRate,RC_Dragon,20; + bonus2 bIgnoreMdefRaceRate,RC_Dragon,20; if (.@r>=11) { bonus2 bIgnoreDefRaceRate,RC_Angel,10; - bonus2 bIgnoreMDefRaceRate,RC_Angel,10; + bonus2 bIgnoreMdefRaceRate,RC_Angel,10; bonus2 bIgnoreDefRaceRate,RC_Dragon,10; - bonus2 bIgnoreMDefRaceRate,RC_Dragon,10; + bonus2 bIgnoreMdefRaceRate,RC_Dragon,10; } } bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); @@ -166822,7 +192026,7 @@ Body: bonus bMaxHPrate,3; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,3; - bonus bMres,2; + bonus bMRes,2; bonus bRes,2; if (.@g >= ENCHANTGRADE_B) { bonus bDelayrate,-5; @@ -166912,7 +192116,7 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,5; @@ -166967,6 +192171,31 @@ Body: } } } + - Id: 480149 + AegisName: Battle_Aura_Manteau_TW + Name: Battle Aura Manteau + Type: Armor + Weight: 100 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bNoKnockback; + skill "MO_CALLSPIRITS",5; + bonus bBaseAtk,10*(.@r/2); + bonus bShortAtkRate,4*(.@r/3); + bonus bLongAtkRate,4*(.@r/3); + if (.@r>=7) + bonus bPerfectHitAddRate,8; + if (.@r>=9) + bonus2 bAddEle,Ele_All,10; + if (.@r>=11) + bonus bPerfectHitAddRate,15; - Id: 480152 AegisName: C_Spoon_Fork_Set Name: Costume Fork Spoon Set @@ -166975,6 +192204,98 @@ Body: Costume_Garment: true ArmorLevel: 1 View: 121 + - Id: 480153 + AegisName: S_G_Manteau_TW + Name: Sunshine Gravel Cloak + Type: Armor + Weight: 100 + Defense: 30 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bPerfectHitAddRate,3; + bonus bCritical,2*(.@r/3); + bonus bFlee,3*(.@r/3); + bonus bHit,3*(.@r/3); + bonus bShortAtkRate,2*(.@r/4); + bonus bLongAtkRate,2*(.@r/4); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/4); + if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) { + bonus bPerfectHitAddRate,25+(4*(.@r/4)); + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-500*(.@r/4); + bonus2 bSkillCooldown,"LG_SHIELDPRESS",-300*(.@r/4); + if (.@r>=12) { + bonus bAllStats,10; + bonus bShortAtkRate,15; + bonus2 bMagicAtkEle,Ele_Holy,15; + } + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { + bonus bPerfectHitAddRate,25+(4*(.@r/4)); + bonus2 bSkillCooldown,"GN_CART_TORNADO",-500*(.@r/4); + if (.@r>=12) { + bonus bAllStats,10; + bonus bShortAtkRate,15; + } + } + - Id: 480154 + AegisName: Devil_Flame_Manteau_TW + Name: Devil's Fire Cloak + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus2 bMagicAtkEle,Ele_Fire,3*(.@r/4); + bonus2 bMagicAtkEle,Ele_Dark,3*(.@r/4); + if (.@r>=7) + bonus bMatkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"WL_HELLINFERNO",30; + bonus2 bSkillAtk,"WL_CRIMSONROCK",30; + } + if (.@r>=11) + bonus bDelayrate,-12; + if (.@r>=13) + bonus2 bIgnoreMdefClassRate,Class_Boss,10; + - Id: 480156 + AegisName: Aegis_System + Name: Aegis System + Type: Armor + Buy: 20 + Weight: 1000 + Defense: 100 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubClass,Class_Normal,5; + bonus2 bSubEle,Ele_Neutral,20; + if (.@r>=7) { + bonus bMaxHPrate,20; + bonus bMaxSPrate,20; + bonus bNoCastCancel; + } + if (.@r>=9) { + skill "AS_CLOAKING",3; + if (getskilllv("AS_CLOAKING") == 3) + bonus bFlee,100; + } - Id: 480158 AegisName: C_Lunatic_Bag Name: Costume Lunatic Bag @@ -167056,9 +192377,26 @@ Body: .@r = getrefine(); bonus bUnbreakableGarment; bonus bBaseAtk,20; - bonus2 bAddRace,RC_All,1*(.@r/2); + bonus2 bAddRace,RC_All,(.@r/2); if (.@r>=9) bonus bAspd,1; + - Id: 480163 + AegisName: Guardian_Manteau + Name: Guardian Manteau + Type: Armor + Weight: 500 + Defense: 40 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDef,5; + if (.@r>=5) + bonus bMdef,5; - Id: 480166 AegisName: Subject_CapeMagic_TH Name: Subject Cape (Magic) @@ -167096,6 +192434,14 @@ Body: Costume_Garment: true ArmorLevel: 1 View: 124 + - Id: 480168 + AegisName: C_Melody_Wing + Name: Costume Melody Wings + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 126 - Id: 480169 AegisName: C_Diabolic_Rock_Guitar Name: Costume Diabolic Rock Guitar @@ -167182,6 +192528,46 @@ Body: } } } + - Id: 480175 + AegisName: Changeable_Magic_Cape + Name: Unpredictable Magic Cloak + Type: Armor + Weight: 200 + Defense: 40 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,4*.@r; + bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); + if (.@r>=7) + bonus bAspdRate,10; + if (.@r>=9) + bonus bMatkRate,10; + if (.@r>=11) { + bonus3 bAutoSpell,"MG_THUNDERSTORM",5,50; + bonus3 bAutoSpell,"WZ_HEAVENDRIVE",5,50; + } + if (getskilllv("SC_AUTOSHADOWSPELL") == 10) { + bonus bMatk,150; + bonus2 bMagicAddEle,Ele_All,10; + if (.@r>=9) { + bonus3 bAutoSpell,"WL_HELLINFERNO",3,50; + bonus3 bAutoSpell,"SO_DIAMONDDUST",3,50; + } + if (.@r>=11) { + bonus3 bAutoSpell,"SO_EARTHGRAVE",3,50; + bonus3 bAutoSpell,"WL_CHAINLIGHTNING",3,50; + } + if (.@r>=13) { + bonus2 bIgnoreMdefClassRate,Class_Boss,15; + bonus2 bIgnoreMdefClassRate,Class_Normal,15; + } + } - Id: 480176 AegisName: C_Blue_Rose_Garden Name: Costume Blue Rose Garden @@ -167198,6 +192584,14 @@ Body: Costume_Garment: true ArmorLevel: 1 View: 128 + - Id: 480181 + AegisName: C_Pitaya_G_Bag + Name: Costume Dragon Backpack + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 129 - Id: 480182 AegisName: aegis_480182 Name: Bastawtozaq Heart @@ -167277,9 +192671,46 @@ Body: bonus bLongAtkDef,10; bonus bAspdRate,5; } + - Id: 480184 + AegisName: aegis_480184 + Name: Warm Dandelion Cape + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = (getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_SV_ROOTTWIST")+getskilllv("SU_CN_METEOR")+getskilllv("SU_CN_POWDERING")+getskilllv("SU_CHATTERING")+getskilllv("SU_MEOWMEOW")+getskilllv("SU_NYANGGRASS")); + bonus bAspdRate,5; + bonus bMaxHPrate,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus bSPDrainValue,getskilllv("SU_CHATTERING"); + bonus2 bSkillAtk,"SU_CN_METEOR",10*getskilllv("SU_NYANGGRASS");; + if (getskilllv("SU_SPIRITOFLAND") == 1) { + bonus bInt,.@a; + bonus2 bSkillAtk,"SU_SV_STEMSPEAR",.@a; + } + if (getskilllv("SU_MEOWMEOW") == 5) { + bonus bMagicHPGainValue,150; + bonus bMagicSPGainValue,15; + } + if (.@r>=5) { + bonus bAspdRate,5; + bonus bMaxHPrate,5; + } + if (.@r>=7) { + bonus bAspdRate,10; + bonus bMaxHPrate,10; + } - Id: 480185 AegisName: E_Auto_Engine_A - Name: Automatic Engine Wing Type A (Bundled) # !todo check english name + Name: Automatic Engine wing A-type (Bound) Type: Armor Defense: 70 Slots: 1 @@ -167303,7 +192734,7 @@ Body: } - Id: 480186 AegisName: E_Auto_Engine_B - Name: Automatic Engine Wing Type B (Bundled) # !todo check english name + Name: Automatic Engine wing B-type (Bound) Type: Armor Defense: 70 Slots: 1 @@ -167325,6 +192756,14 @@ Body: if (.@r>=7) { bonus bVariableCastrate,-7; } + - Id: 480187 + AegisName: C_Wedding_Ribbon + Name: Costume Wedding Ribbon + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 130 - Id: 480188 AegisName: aegis_480188 Name: Valkyrie Curse Bright @@ -167355,6 +192794,188 @@ Body: bonus2 bMagicAddEle,Ele_All,15; bonus bDefRatioAtkClass,Class_All; } + - Id: 480189 + AegisName: C_Valkyrie_Curse_blight + Name: Costume Valkyrie Curse Blight + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 131 + - Id: 480192 + AegisName: 2022RTC_V_Coat4 + Name: 2022RTC Memorial Victory Coat + Type: Armor + Weight: 800 + Defense: 90 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 200 + Refineable: true + View: 132 + Script: | + .@r = getrefine(); + bonus bMaxHP,2000; + bonus bMaxSP,500; + bonus2 bSubRace,RC_DemiHuman,.@r/2; + bonus2 bSubRace,RC_Player_Doram,.@r/2; + bonus2 bSubRace,RC_Player_Human,.@r/2; + bonus bDelayrate,-2*(.@r/3); + bonus bAtkRate,2*(.@r/3); + bonus bMatkRate,2*(.@r/3); + if (.@r>=9) { + bonus bShortAtkRate,7; + bonus bLongAtkRate,7; + bonus2 bMagicAtkEle,Ele_All,5; + } + if (.@r>=11) { + if (readparam(bStr)>=120) { + bonus bPow,3; + bonus bShortAtkRate,5; + } + if (readparam(bAgi)>=120) { + bonus bSta,3; + bonus bDelayrate,-5; + } + if (readparam(bVit)>=120) { + bonus bWis,3; + bonus2 bSubRace,RC_All,5; + } + if (readparam(bInt)>=120) { + bonus bSpl,3; + bonus2 bMagicAddRace,RC_All,5; + } + if (readparam(bDex)>=120) { + bonus bCon,3; + bonus bLongAtkRate,5; + } + if (readparam(bLuk)>=120) { + bonus bCrt,3; + bonus bCritAtkRate,5; + } + } + - Id: 480193 + AegisName: aegis_480193 + Name: Enforcer Cape + Type: Armor + Weight: 300 + Defense: 18 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDelayrate,-5; + bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel; + if (.@r>=5) { + if (getskilllv("AS_GRIMTOOTH") == 5) { + bonus2 bSkillAtk,"AS_GRIMTOOTH",50; + } + } + if (.@r>=7) { + bonus bDelayrate,-3; + bonus bMaxHPrate,5; + } + if (.@r>=9) + bonus bDelayrate,-3; + - Id: 480194 + AegisName: aegis_480194 + Name: Heal Amistr Bag + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + bonus bAllStats,1; + skill "AL_HEAL",1; + bonus2 bExpAddRace,RC_All,.@r/2; + bonus2 bDropAddRace,RC_All,.@r/2; + if (.@r>=9) { + bonus bSPGainValue,3; + bonus bMagicSPGainValue,3; + } + if (.@r>=12) + bonus bNoCastCancel; + - Id: 480195 + AegisName: aegis_480195 + Name: "[Not For Sale] Enforcer Cape" + Type: Armor + Weight: 300 + Defense: 18 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bDelayrate,-5; + bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel; + if (.@r>=5) { + if (getskilllv("AS_GRIMTOOTH") == 5) { + bonus2 bSkillAtk,"AS_GRIMTOOTH",50; + } + } + if (.@r>=7) { + bonus bDelayrate,-3; + bonus bMaxHPrate,5; + } + if (.@r>=9) + bonus bDelayrate,-3; + - Id: 480196 + AegisName: aegis_480196 + Name: "[Not For Sale] Heal Amistr Bag" + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 4 + Script: | + .@r = getrefine(); + bonus bAllStats,1; + skill "AL_HEAL",1; + bonus2 bExpAddRace,RC_All,.@r/2; + bonus2 bDropAddRace,RC_All,.@r/2; + if (.@r>=9) { + bonus bSPGainValue,3; + bonus bMagicSPGainValue,3; + } + if (.@r>=12) + bonus bNoCastCancel; - Id: 480197 AegisName: aegis_480197 Name: Convertible Critical Wing @@ -167384,7 +193005,7 @@ Body: } - Id: 480198 AegisName: C_20th_Anniversary_Wing - Name: Costume 20th Anniversary Laurel Wings # !todo check english name + Name: Costume 20th Anniversary Wings Type: Armor Locations: Costume_Garment: true @@ -167392,7 +193013,7 @@ Body: View: 136 - Id: 480199 AegisName: C_Guardian_Wingdeco - Name: Costume Guardian Double Wings # !todo check english name + Name: Costume Wings of Astaroth Type: Armor Locations: Costume_Garment: true @@ -167400,7 +193021,7 @@ Body: View: 139 - Id: 480200 AegisName: C_Guardian_Wing - Name: Costume Guardian wing decoration # !todo check english name + Name: Costume Guardian Angel Wing Ears Type: Armor Locations: Costume_Head_Mid: true @@ -167408,7 +193029,7 @@ Body: View: 2282 - Id: 480201 AegisName: C_Guardian_Angelwing - Name: Costume Guardian Angel Wings # !todo check english name + Name: Costume Guardian Angel Wings Type: Armor Locations: Costume_Garment: true @@ -167416,7 +193037,7 @@ Body: View: 138 - Id: 480202 AegisName: C_Guardian_Butterwing - Name: Costume Guardian Butterfly Wings # !todo check english name + Name: Costume 20th Anniversary Fairy Wing Type: Armor Locations: Costume_Garment: true @@ -167433,9 +193054,17 @@ Body: hateffect(HAT_EF_Magiccircle_Blue_TW,true); UnEquipScript: | hateffect(HAT_EF_Magiccircle_Blue_TW,false); + - Id: 480204 + AegisName: C_Back_Ribbon_Bell_BU + Name: Costume Back Ribbon Bell (Blue) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 135 - Id: 480205 AegisName: C_Astra_Blessing - Name: Costume Astra's Protection # !todo check english name + Name: Costume Astra Blessing Type: Armor Locations: Costume_Garment: true @@ -167473,7 +193102,7 @@ Body: bonus bVariableCastrate,-10; - Id: 480207 AegisName: aegis_480207 - Name: Costume Traveler's Universal Bag # !todo check english name + Name: Costume Traveler Bag Type: Armor Locations: Costume_Garment: true @@ -167481,7 +193110,7 @@ Body: View: 137 - Id: 480215 AegisName: Hs_Manteau - Name: Heroria Cloak # !todo check english name + Name: Herosria Manteau Type: Armor Weight: 1600 Defense: 50 @@ -167495,11 +193124,11 @@ Body: bonus2 bSubRace,RC_Player_Doram,5; bonus bMaxHPrate,3; bonus2 bMagicAtkEle,Ele_All,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5; + bonus bLongAtkRate,-5; bonus bShortAtkRate,3; - Id: 480216 AegisName: Hs_Muffler - Name: Heroria Scarf # !todo check english name + Name: Herosria Muffler Type: Armor Weight: 1000 Defense: 30 @@ -167514,11 +193143,11 @@ Body: bonus2 bSubRace,RC_Player_Doram,4; bonus bHit,10; bonus2 bMagicAtkEle,Ele_All,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5; + bonus bShortAtkRate,-5; bonus bLongAtkRate,3; - Id: 480217 AegisName: aegis_480217 - Name: Heroria Clock # !todo check english name + Name: Herosria Cloak Type: Armor Weight: 1200 Defense: 10 @@ -167533,11 +193162,11 @@ Body: bonus2 bSubRace,RC_Player_Doram,4; bonus bFlee,20; bonus2 bMagicAtkEle,Ele_All,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5; + bonus bLongAtkRate,-5; bonus bShortAtkRate,3; - Id: 480218 AegisName: aegis_480218 - Name: Heroria Hood # !todo check english name + Name: Herosria Hood Type: Armor Weight: 600 Defense: 20 @@ -167551,12 +193180,12 @@ Body: bonus2 bSubRace,RC_Player_Human,4; bonus2 bSubRace,RC_Player_Doram,4; bonus bHealPower,5; - bonus3 bSubRace,RC_Player_Human,5,BF_WEAPON; - bonus3 bSubRace,RC_Player_Doram,5,BF_WEAPON; + bonus2 bAddRace,RC_Player_Human,-5; + bonus2 bAddRace,RC_Player_Doram,-5; bonus2 bMagicAtkEle,Ele_All,3; - Id: 480219 AegisName: aegis_480219 - Name: Heroria Foldrun # !todo check english name + Name: Herosria Pauldron Type: Armor Weight: 2000 Defense: 80 @@ -167574,33 +193203,137 @@ Body: bonus2 bAddRace,RC_Player_Doram,-10; bonus2 bMagicAddRace,RC_Player_Human,-10; bonus2 bMagicAddRace,RC_Player_Doram,-10; - bonus bHealPower,3; + bonus bHealPower2,3; + - Id: 480220 + AegisName: aegis_480220 + Name: Whale Shark Float + Type: Armor + Weight: 400 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubEle,Ele_Water,7*(readparam(bVit)/10); + bonus2 bSubEle,Ele_Ghost,3*.@r; + if (.@r>=5) { + bonus bDef,300; + bonus bMaxHPrate,30; + } + if (.@r>=7) { + bonus3 bAddEff,Eff_Freeze,500,ATF_MAGIC; + bonus3 bAddEff,Eff_Freezing,500,ATF_MAGIC; + } - Id: 480221 - AegisName: aegis_480221 - Name: Costume Nine Tailed Fox Tail # !todo check english name + AegisName: C_Ninetail_Tail + Name: Costume Nine Tailed Fox Tail Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 145 - Id: 480222 - AegisName: aegis_480222 - Name: Costume Japanese Umbrella # !todo check english name + AegisName: C_J_Umbrella + Name: Costume Japanese Umbrella Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 146 - Id: 480223 - AegisName: aegis_480223 - Name: Costume Oriental Sword # !todo check english name + AegisName: C_Muranyasa + Name: Costume Oriental Sword Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 147 + - Id: 480224 + AegisName: ROZ_FV_Cassock_Manteau + Name: Shining Priest's Cloak + Type: Armor + Weight: 450 + Defense: 35 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHealPower2,25; + bonus bAddItemHealRate,25; + bonus2 bSubRace,RC_Angel,2*(.@r/2); + bonus2 bSubRace,RC_Demon,2*(.@r/2); + bonus bBaseAtk,7*(.@r/3); + bonus bMatk,(6*(readparam(bInt/25))+(10*(.@r/3))); + bonus bAspdRate,3*(readparam(bAgi)/25); + bonus bMaxHP,350*(readparam(bVit)/25); + bonus bVariableCastrate,-3*(readparam(bDex)/25); + if (.@r>=9) + bonus2 bSubSize,Size_All,10; + - Id: 480225 + AegisName: ROZ_FV_Rachel_manteau + Name: Frosty Cloak + Type: Armor + Weight: 250 + Defense: 35 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + bonus bBaseAtk,6*(readparam(bStr)/25); + bonus bAspdRate,3*(readparam(bAgi)/25); + bonus bMaxHP,350*(readparam(bVit)/25); + bonus bCritAtkRate,5*(readparam(bLuk)/25); + - Id: 480226 + AegisName: aegis_480226 + Name: Wing Of Happiness + Type: Armor + Defense: 10 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 9 + Script: | + bonus bAllStats,3; + skill "AL_INCAGI",3; + - Id: 480227 + AegisName: aegis_480227 + Name: "[Not For Sale] Wing Of Happiness" + Type: Armor + Defense: 10 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bAllStats,3; + skill "AL_INCAGI",3; - Id: 480228 - AegisName: aegis_480228 + AegisName: Day_of_the_Dead Name: Dia de Muertos Type: Armor Weight: 300 @@ -167633,6 +193366,34 @@ Body: bonus bMaxHPrate,10; bonus bMatkRate,10; } + - Id: 480229 + AegisName: aegis_480229 + Name: "[Not For Sale] Menblatt Wing Manteau" + Type: Armor + Weight: 400 + Defense: 40 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,30; + if (.@r>=5) { + if (readparam(bDex)>=60) + bonus bLongAtkRate,1; + } + if (.@r>=7) + bonus bLongAtkRate,readparam(bDex)/10; - Id: 480230 AegisName: Flame_Rune_Hood Name: Rune Manteau of Flame @@ -167693,7 +193454,7 @@ Body: if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; } } } @@ -167793,16 +193554,16 @@ Body: } } - Id: 480235 - AegisName: aegis_480235 - Name: Costume Diabolic Friend # !todo check english name + AegisName: C_Diabolic_Friend + Name: Costume Diabolic Friend Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 148 - Id: 480236 - AegisName: aegis_480236 - Name: Costume Big Magic Book # !todo check english name + AegisName: C_Big_Magic_Book + Name: Costume Big Magic Book Type: Armor Locations: Costume_Garment: true @@ -167837,25 +193598,184 @@ Body: if (.@r >= 9) .@val -= 10; bonus bVariableCastrate,.@val; + - Id: 480239 + AegisName: aegis_480239 + Name: Costume Pink Cupid Wing + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + - Id: 480240 + AegisName: aegis_480240 + Name: Mortal Cape + Type: Armor + Defense: 10 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bAllStats,3; + skill "RG_TUNNELDRIVE",3; + - Id: 480241 + AegisName: aegis_480241 + Name: "[Not For Sale] Mortal Cape" + Type: Armor + Defense: 10 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + bonus bAllStats,3; + skill "RG_TUNNELDRIVE",3; + - Id: 480242 + AegisName: Tele_WG_Cape + Name: Wind God Cloak + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus2 bMagicAtkEle,Ele_Wind,3*(.@r/4); + bonus2 bMagicAtkEle,Ele_Ghost,3*(.@r/4); + if (.@r>=7) + bonus bMatkRate,10; + if (.@r>=9) + bonus2 bMagicAddRace,RC_All,10; + if (.@r>=11) + bonus bDelayrate,-12; + if (.@r>=13) + bonus2 bIgnoreDefClassRate,Class_Boss,10; + - Id: 480243 + AegisName: C_JP_EV16 + Name: Costume Cinnamon Backpack + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 152 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 480244 + AegisName: C_JP_EV17 + Name: Costume Crowned Cinnamon Backpack + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 153 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 480245 + AegisName: aegis_480245 + Name: Crowned Cinnamon Backpack + Type: Armor + Weight: 300 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Neutral,20; + bonus2 bExpAddRace,RC_All,10; + skill "ALL_PRONTERA_RECALL",1; + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; + bonus bMaxHP,BaseLevel*20; + bonus bMaxSP,BaseLevel*2; + if (.@r>=5) + bonus2 bSubEle,Ele_Holy,80; + if (.@r>=7) + bonus2 bHPDrainRate,1000,2; - Id: 480246 AegisName: aegis_480246 - Name: Costume Valkyrie Spear # !todo check english name + Name: Costume Valkyrie Spear Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 154 - Id: 480247 - AegisName: aegis_480247 - Name: Costume Giant Angeling # !todo check english name + AegisName: C_Giant_Angeling + Name: Costume Giant Angeling Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 View: 155 + - Id: 480248 + AegisName: Comp_Bag_Antonio_Melee + Name: "[Not For Sale] Candy Bag Backpack (Physical)" + Type: Armor + Weight: 200 + Defense: 30 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAtkRate,.@r/2; + if (.@r>=9) + bonus bAspdRate,10; + if (.@r>=12) + bonus bDelayrate,-7; + if (BaseLevel >= 100) + bonus2 bExpAddRace,RC_All,4; + else if (BaseLevel <= 99) + bonus2 bExpAddRace,RC_All,10; - Id: 480249 AegisName: aegis_480249 - Name: Level 1 Hood # !todo check english name + Name: 1Lv Hood Type: Armor Slots: 1 Locations: @@ -167913,6 +193833,46 @@ Body: bonus bDef,150; bonus bMdef,15; } + - Id: 480252 + AegisName: C_Mystical_Wing + Name: Costume Mystery Wing + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 156 + - Id: 480256 + AegisName: aegis_480256 + Name: DID Cape + Type: Armor + Weight: 200 + Defense: 8 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,30; + bonus bHit,8*(.@r/3); + bonus bShortAtkRate,3*(.@r/4); + if (.@r>=9) { + if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) { + bonus bDelayrate,-5; + bonus bAspdRate,20; + } + if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) { + bonus bHit,20; + autobonus3 "{ bonus bHit,20; bonus2 bSkillAtk,\"LG_SHIELDPRESS\",30; }",1000,60000,"LG_EARTHDRIVE"; + } + } + if (.@r>=11) { + bonus bHit,30; + bonus bAllStats,5; + bonus bShortAtkRate,5; + } - Id: 480258 AegisName: C_Rainbow_Shell Name: Costume Rainbow Carapace # !todo check english name @@ -167986,6 +193946,169 @@ Body: bonus bMaxSPrate,1; bonus bLuk,.@r; } + - Id: 480264 + AegisName: aegis_480264 + Name: Costume Wing of Harmony + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 136 + - Id: 480269 + AegisName: N_Avenger_Cape_TW + Name: Revenge Cloak of Naght Sieger + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,10*(.@r/2); + bonus2 bSubRace,RC_Dragon,4*(.@r/3); + bonus2 bAddRace,RC_DemiHuman,8*(.@r/4); + bonus2 bAddRace,RC_Dragon,8*(.@r/4); + if (.@r>=7) { + bonus bAtkRate,10; + if (.@r>=9) { + bonus bDelayrate,-8; + if (.@r>=11) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + if (.@r>=12) { + bonus2 bAddEle,Ele_Neutral,12; + if (.@r>=13) { + bonus bLongAtkRate,15; + bonus bShortAtkRate,15; + } + } + } + } + } + - Id: 480270 + AegisName: N_Spirit_Cape_TW + Name: Cloak of Naght Sieger + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus2 bSubRace,RC_Dragon,4*(.@r/3); + bonus2 bMagicAddRace,RC_Dragon,8*(.@r/4); + bonus2 bMagicAddRace,RC_DemiHuman,8*(.@r/4); + if (.@r>=7) { + bonus bMatkRate,10; + if (.@r>=9) { + bonus bDelayrate,-8; + if (.@r>=11) { + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Ghost,10; + bonus2 bMagicAtkEle,Ele_Water,10; + if (.@r>=12) { + bonus2 bMagicAddEle,Ele_Neutral,12; + if (.@r>=13) { + bonus2 bMagicAtkEle,Ele_Fire,15; + bonus2 bMagicAtkEle,Ele_Ghost,15; + bonus2 bMagicAtkEle,Ele_Water,15; + } + } + } + } + } + - Id: 480271 + AegisName: aegis_480271 + Name: Costume Angelic Long (Blonde) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 2328 + - Id: 480272 + AegisName: aegis_480272 + Name: Costume Angelic Long (Royal Blonde) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 2329 + - Id: 480273 + AegisName: aegis_480273 + Name: Costume Angelic Long (Silver) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 2330 + - Id: 480274 + AegisName: aegis_480274 + Name: Costume Angelic Long (Royal Silver) + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 2331 + - Id: 480275 + AegisName: aegis_480275 + Name: "[Not For Sale] Phreeoni Wing" + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHPrate,10; + bonus bHit,10; + if (.@r>=8) + bonus bHit,20; + if (.@r>=10) + bonus bHit,30; + if (.@r>=12) + bonus bHit,50; + - Id: 480276 + AegisName: Occult_Nature_Cape + Name: Graceful Force of Nature Cloak + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMatk,10*(.@r/2); + bonus2 bMagicAtkEle,Ele_Water,3*(.@r/4); + bonus2 bMagicAtkEle,Ele_Earth,3*(.@r/4); + if (.@r>=7) + bonus bMatkRate,10; + if (.@r>=9) + bonus bMatkRate,10; + if (.@r>=11) + bonus bDelayrate,-12; + if (.@r>=13) + bonus2 bIgnoreMdefClassRate,Class_Boss,10; - Id: 480277 AegisName: aegis_480277 Name: "[Not For Sale] Christmas Guardian Tree" @@ -168015,6 +194138,22 @@ Body: } if (.@r>=11) autobonus "{ bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; }",1,10000,BF_WEAPON; + - Id: 480279 + AegisName: C_Poring_Syringe + Name: Costume Poring Syringe + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 161 + - Id: 480280 + AegisName: C_Big_Ribbon_Cloak_WH + Name: Costume Big Milky Ribbon Cloak + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 162 - Id: 480283 AegisName: D_Glacier_Manteau Name: Dim Glacier Manteau @@ -168107,14 +194246,139 @@ Body: } - Id: 480286 AegisName: aegis_480286 - Name: Phantom of the Costume Snake God # !todo check english name + Name: Costume Serpentine Vision Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 + Script: | + hateffect HAT_EF_SERPENT_SHADOW,true; + UnEquipScript: | + hateffect HAT_EF_SERPENT_SHADOW,false; + - Id: 480288 + AegisName: aegis_480288 + Name: Costume Dark Lord Cloak + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 164 + Script: | + hateffect HAT_EF_C_DARK_LORD_CLOAK,true; + UnEquipScript: | + hateffect HAT_EF_C_DARK_LORD_CLOAK,false; + - Id: 480289 + AegisName: aegis_480289 + Name: Costume Moonlight Flower Bell + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 165 + - Id: 480290 + AegisName: C_Lord_Of_Death_Shield + Name: Costume Lord of Death Shield + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 166 + - Id: 480291 + AegisName: Hero_Favor + Name: Heroic Favor Cloak + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,3000; + bonus bMaxSP,200; + bonus bSMatk,BaseLevel/10; + bonus bRes,5*(BaseLevel/10); + bonus bMRes,5*(BaseLevel/10); + bonus bMatk,10*(.@r/2); + bonus bMatkRate,2*(.@r/3); + if (BaseLevel>=200) { + bonus bSMatk,1; + bonus bRes,7; + bonus bMRes,7; + } + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus2 bMagicAddSize,Size_All,10; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=13) { + bonus2 bMagicAddRace,RC_All,15; + } + } + } + } + - Id: 480292 + AegisName: Hero_Courage + Name: Heroic Valor Cloak + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,3000; + bonus bMaxSP,200; + bonus bPAtk,BaseLevel/10; + bonus bRes,5*(BaseLevel/10); + bonus bMRes,5*(BaseLevel/10); + bonus bBaseAtk,10*(.@r/2); + bonus bAtkRate,2*(.@r/3); + if (BaseLevel>=200) { + bonus bPAtk,1; + bonus bRes,7; + bonus bMRes,7; + } + if (.@r>=7) { + bonus bAspdRate,10; + if (.@r>=9) { + bonus2 bAddSize,Size_All,10; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=13) { + bonus2 bAddRace,RC_All,15; + } + } + } + } + - Id: 480295 + AegisName: aegis_480295 + Name: Costume Sakura Branch + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 167 + - Id: 480296 + AegisName: aegis_480296 + Name: Costume Sakura Falling + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect HAT_EF_C_SAKURA_FUBUKI,true; + UnEquipScript: | + hateffect HAT_EF_C_SAKURA_FUBUKI,false; - Id: 480297 - AegisName: aegis_480297 - Name: Costume Rob Ear Rabbit Cloak # !todo check english name + AegisName: C_Lop_Bunny_Cloak + Name: Costume Love Bunny Cloak Type: Armor Locations: Costume_Garment: true @@ -168122,11 +194386,1464 @@ Body: View: 169 - Id: 480298 AegisName: C_MCircle_Wonderland - Name: Costume Magic Circle of Wonderland # !todo check english name + Name: Costume Magic Wonderland Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 + Script: | + hateffect(HAT_EF_rabbit_aura,true); + UnEquipScript: | + hateffect(HAT_EF_rabbit_aura,false); + - Id: 480310 + AegisName: C_Giant_Mad_Bunny + Name: Costume Big Mad Bunny + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 172 + - Id: 480311 + AegisName: aegis_480311 + Name: Costume Key To Happiness + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 173 + - Id: 480312 + AegisName: Temporal_Cape_TW_LT + Name: Exotic Temporal Manteau-LT + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 190 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bMdef,10; + bonus bBaseAtk,15*(.@r/2); + bonus bMatk,15*(.@r/2); + bonus bAtkRate,4*(.@r/3); + bonus bMatkRate,4*(.@r/3); + bonus bCritical,3*(.@r/3); + bonus bLongAtkRate,5*(.@r/4); + bonus bShortAtkRate,5*(.@r/4); + bonus2 bMagicAtkEle,Ele_All,5*(.@r/4); + bonus bMaxHPrate,5*(.@r/4); + bonus bAspdRate,5*(.@r/4); + bonus bCritAtkRate,5*(.@r/4); + bonus bDelayrate,-5*(.@r/4); + if (.@r>=7) { + bonus bAtkRate,7; + bonus bMatkRate,7; + } + if (.@r>=9) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } + if (.@r>=12) { + bonus2 bAddEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; + } + if (.@g>=ENCHANTGRADE_D) { + bonus bAtkRate,5; + bonus bMatkRate,5; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bPow,5; + bonus bSpl,5; + } + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bSMatk,7; + } + if (.@g>=ENCHANTGRADE_A) { + if (.@r>=13) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } + } + - Id: 480313 + AegisName: aegis_480313 + Name: Hunting Scarf + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkRate,5; + bonus2 bAddRace,RC_Brute,7; + bonus2 bAddRace,RC_Insect,7; + bonus2 bSubRace,RC_Brute,7; + bonus2 bSubRace,RC_Insect,7; + if (getskilllv("RA_CAMOUFLAGE") >= 3) { + bonus2 bSkillCooldown,"RA_UNLIMIT",-90000; + } + if (.@r>=7) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + } + if (.@r>=9) + bonus bLongAtkRate,7; + if (.@r>=11) { + bonus bDelayrate,10; + bonus2 bSkillCooldown,"RA_ARROWSTORM",-200; + } + UnEquipScript: | + sc_end SC_UNLIMIT; + - Id: 480314 + AegisName: aegis_480314 + Name: "[Not For Sale] Hunting Scarf" + Type: Armor + Weight: 300 + Defense: 20 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkRate,5; + bonus2 bAddRace,RC_Brute,7; + bonus2 bAddRace,RC_Insect,7; + bonus2 bSubRace,RC_Brute,7; + bonus2 bSubRace,RC_Insect,7; + if (getskilllv("RA_CAMOUFLAGE") >= 3) { + bonus2 bSkillCooldown,"RA_UNLIMIT",-90000; + } + if (.@r>=7) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + } + if (.@r>=9) + bonus bLongAtkRate,7; + if (.@r>=11) { + bonus bDelayrate,10; + bonus2 bSkillCooldown,"RA_ARROWSTORM",-200; + } + UnEquipScript: | + sc_end SC_UNLIMIT; + - Id: 480315 + AegisName: C_Milky + Name: Costume Skia's Sword Milky + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 176 + - Id: 480316 + AegisName: C_Labrys + Name: Costume Labrys Axe + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 177 + - Id: 480317 + AegisName: aegis_480317 + Name: Magic Compression + Type: Armor + Weight: 300 + Defense: 12 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("SO_EL_SYMPATHY"); + .@b = getskilllv("SO_STRIKING"); + bonus bAspdRate,5; + bonus bMatkRate,5; + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubClass,Class_Normal,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus bInt,5*.@a; + bonus bDelayrate,-5*.@a; + bonus2 bSkillAtk,"MG_FIREBOLT",20*.@b; + bonus2 bSkillAtk,"MG_COLDBOLT",20*.@b; + bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20*.@b; + bonus2 bSkillAtk,"WZ_EARTHSPIKE",20*.@b; + if (getskilllv("SO_SPELLFIST")>=10) + bonus3 bAutoSpell,"MG_SAFETYWALL",max(getskilllv("MG_SAFETYWALL"),3),20; + if (getskilllv("SO_PSYCHIC_WAVE")>=5) { + bonus3 bAutoSpell,"MG_FIREBOLT",getskilllv("MG_FIREBOLT"),20; + bonus3 bAutoSpell,"MG_COLDBOLT",getskilllv("MG_COLDBOLT"),20; + bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",getskilllv("MG_LIGHTNINGBOLT"),20; + bonus3 bAutoSpell,"WZ_EARTHSPIKE",getskilllv("WZ_EARTHSPIKE"),20; + bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",getskilllv("SO_PSYCHIC_WAVE"),20; + } + if (.@r>=7) { + bonus bAspdRate,5; + bonus bMatkRate,5; + } + if (.@r>=9) { + bonus bAspdRate,10; + bonus bMatkRate,10; + } + - Id: 480318 + AegisName: aegis_480318 + Name: Costume Divine Phoenix + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 178 + - Id: 480319 + AegisName: aegis_480319 + Name: Divine Phoenix + Type: Armor + Weight: 400 + Defense: 38 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubClass,Class_Boss,5; + bonus2 bSubClass,Class_Normal,5; + bonus2 bSubRace,RC_Player_Human,5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus bMaxHPrate,2*.@r; + bonus bMaxSPrate,2*.@r; + bonus2 bSubEle,Ele_Holy,7*.@r; + if (.@r>=7) { + bonus bAllStats,10; + bonus2 bAddEle,Ele_All,10; + bonus2 bMagicAddEle,Ele_All,10; + } + if (.@r>=9) { + bonus2 bAddEle,Ele_All,15; + bonus2 bMagicAddEle,Ele_All,15; + bonus2 bHPDrainRate,5,100; + } + - Id: 480320 + AegisName: C_Aqua_Fin_Decoration + Name: Costume Aqua Fin Decoration + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 179 + - Id: 480321 + AegisName: aegis_480321 + Name: Costume Surfboard + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 180 + - Id: 480322 + AegisName: aegis_480322 + Name: Opened Illusion Muffler + Type: Armor + Weight: 400 + Defense: 30 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,750+(150*(.@r/2)); + bonus bMaxSP,75+(15*(.@r/2)); + if (.@r>=9) { + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + } + - Id: 480323 + AegisName: aegis_480323 + Name: Opened Illusion Ancient Cape + Type: Armor + Weight: 600 + Defense: 45 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAgi,5+(.@r/2); + if (.@r>=9) { + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + } + - Id: 480324 + AegisName: Thanatos_Sword_FA + Name: Magic Swordsman Thanatos's Sword-FA + Type: Armor + Weight: 500 + Defense: 90 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 210 + Refineable: true + Gradable: true + View: 23 + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + if (BaseLevel>=250) { + bonus bPAtk,8; + bonus bSMatk,8; + } + if (.@r>=9) { + bonus2 bAddRace,RC_Angel,7; + bonus2 bMagicAddRace,RC_Angel,7; + bonus2 bAddRace,RC_Dragon,7; + bonus2 bMagicAddRace,RC_Dragon,7; + if (.@r>=11) { + bonus2 bAddRace,RC_Angel,7; + bonus2 bMagicAddRace,RC_Angel,7; + bonus2 bAddRace,RC_Dragon,7; + bonus2 bMagicAddRace,RC_Dragon,7; + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bIgnoreResRaceRate,RC_Angel,5; + bonus2 bIgnoreResRaceRate,RC_Dragon,5; + bonus2 bIgnoreMResRaceRate,RC_Angel,5; + bonus2 bIgnoreMResRaceRate,RC_Dragon,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bIgnoreResRaceRate,RC_Angel,5; + bonus2 bIgnoreResRaceRate,RC_Dragon,5; + bonus2 bIgnoreMResRaceRate,RC_Angel,5; + bonus2 bIgnoreMResRaceRate,RC_Dragon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bIgnoreResRaceRate,RC_Angel,5; + bonus2 bIgnoreResRaceRate,RC_Dragon,5; + bonus2 bIgnoreMResRaceRate,RC_Angel,5; + bonus2 bIgnoreMResRaceRate,RC_Dragon,5; + } + } + } + } + bonus bShortAtkRate,3*(.@r/2); + bonus bLongAtkRate,3*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,3*(.@r/2); + bonus2 bAddSize,Size_Medium,5*(.@r/4); + bonus2 bMagicAddSize,Size_Medium,5*(.@r/4); + bonus2 bAddSize,Size_Large,5*(.@r/4); + bonus2 bMagicAddSize,Size_Large,5*(.@r/4); + - Id: 480325 + AegisName: 2023RTC_S_Robe1 + Name: 2023 ROS Champion Spark Cloak + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 181 + Script: | + .@r = getrefine(); + bonus bMaxHP,2000*(.@r/2); + bonus bAtkRate,8*(.@r/3); + bonus bMatkRate,8*(.@r/3); + if (.@r>=7) { + bonus bLongAtkRate,15; + bonus bShortAtkRate,15; + bonus2 bMagicAtkEle,Ele_All,15; + } + if (.@r>=9) + bonus2 bSubRace,RC_All,10; + if (.@r>=11) { + bonus2 bAddRace,RC_All,20; + bonus2 bMagicAddRace,RC_All,20; + } + if (.@r>=13) { + bonus2 bSubRace,RC_DemiHuman,8; + bonus2 bSubRace,RC_Player_Human,8; + bonus2 bSubRace,RC_Player_Doram,8; + } + - Id: 480326 + AegisName: 2023RTC_S_Robe2 + Name: 2023 ROS Runner Up Spark Cloak + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 182 + Script: | + .@r = getrefine(); + bonus bMaxHP,1800*(.@r/2); + bonus bAtkRate,7*(.@r/3); + bonus bMatkRate,7*(.@r/3); + if (.@r>=7) { + bonus bLongAtkRate,13; + bonus bShortAtkRate,13; + bonus2 bMagicAtkEle,Ele_All,13; + } + if (.@r>=9) + bonus2 bSubRace,RC_All,9; + if (.@r>=11) { + bonus2 bAddRace,RC_All,18; + bonus2 bMagicAddRace,RC_All,18; + } + if (.@r>=13) { + bonus2 bSubRace,RC_DemiHuman,8; + bonus2 bSubRace,RC_Player_Human,8; + bonus2 bSubRace,RC_Player_Doram,8; + } + - Id: 480327 + AegisName: 2023RTC_S_Robe3 + Name: 2023 ROS Third Place Spark Cloak + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 183 + Script: | + .@r = getrefine(); + bonus bMaxHP,1600*(.@r/2); + bonus bAtkRate,6*(.@r/3); + bonus bMatkRate,6*(.@r/3); + if (.@r>=7) { + bonus bLongAtkRate,12; + bonus bShortAtkRate,12; + bonus2 bMagicAtkEle,Ele_All,12; + } + if (.@r>=9) + bonus2 bSubRace,RC_All,8; + if (.@r>=11) { + bonus2 bAddRace,RC_All,16; + bonus2 bMagicAddRace,RC_All,16; + } + if (.@r>=13) { + bonus2 bSubRace,RC_DemiHuman,8; + bonus2 bSubRace,RC_Player_Human,8; + bonus2 bSubRace,RC_Player_Doram,8; + } + - Id: 480328 + AegisName: 2023RTC_S_Robe4 + Name: 2023 ROS Decisive Battle Spark Cloak + Type: Armor + Weight: 200 + Defense: 20 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + View: 184 + Script: | + .@r = getrefine(); + bonus bMaxHP,1500*(.@r/2); + bonus bAtkRate,5*(.@r/3); + bonus bMatkRate,5*(.@r/3); + if (.@r>=7) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + } + if (.@r>=9) + bonus2 bSubRace,RC_All,7; + if (.@r>=11) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } + if (.@r>=13) { + bonus2 bSubRace,RC_DemiHuman,8; + bonus2 bSubRace,RC_Player_Human,8; + bonus2 bSubRace,RC_Player_Doram,8; + } + - Id: 480329 + AegisName: aegis_480329 + Name: Costume ROS 2023 Flames Coat + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 184 + - Id: 480330 + AegisName: aegis_480330 + Name: Costume Hero Cloak + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 185 + - Id: 480331 + AegisName: MD_Geffen_Cloth_JP + Name: Magic Barrier Cloth + Type: Armor + Weight: 400 + Defense: 38 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,5; + bonus bDelayrate,-5; + bonus2 bSubRace,RC_Player_Doram,5; + bonus2 bSubRace,RC_Player_Human,5; + if (.@r>=6) { + bonus bAspdRate,5; + bonus bDelayrate,-5; + } + if (.@r>=8) { + bonus bAspdRate,10; + bonus bDelayrate,-10; + } + - Id: 480332 + AegisName: aegis_480332 + Name: Dream Guardian + Type: Armor + Defense: 100 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 1 + Refineable: true + View: 71 + Script: | + .@r = getrefine(); + bonus bAtkRate,.@r/2; + bonus bMatkRate,.@r/2; + if (.@r>=9) { + bonus bBaseAtk,30; + bonus bMatk,30; + } + if (.@r>=11) + autobonus "{ bonus2 bMagicAtkEle,Ele_Ghost,20; bonus2 bMagicAtkEle,Ele_Water,20; }",30,10000,BF_WEAPON; + - Id: 480333 + AegisName: aegis_480333 + Name: Medical Cape + Type: Armor + Weight: 600 + Defense: 12 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100; + bonus bMaxSP,10; + bonus bLongAtkDef,5*.@r; + if (BaseJob == Job_Alchemist) + bonus bHealPower,2*.@r; + - Id: 480334 + AegisName: aegis_480334 + Name: "[Not For Sale] Medical Cape" + Type: Armor + Weight: 600 + Defense: 12 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Refineable: true + Script: | + .@r = getrefine(); + bonus bMaxHP,100; + bonus bMaxSP,10; + bonus bLongAtkDef,5*.@r; + if (BaseJob == Job_Alchemist) + bonus bHealPower,2*.@r; + - Id: 480335 + AegisName: aegis_480335 + Name: Costume Poring Surfboard + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 186 + - Id: 480336 + AegisName: aegis_480336 + Name: Costume Forest Summer Vacation + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 187 + - Id: 480337 + AegisName: aegis_480337 + Name: Costume Rifle + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 188 + - Id: 480338 + AegisName: Astraea_Cape_LT + Name: Asteria's Cloak-LT + Type: Armor + Weight: 400 + Defense: 150 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 150 + Refineable: true + Gradable: true + Script: | + .@r = getrefine(); + .@g = getenchantgrade(); + bonus bAllStats,2; + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bBaseAtk,10*(.@r/2); + bonus bMatk,10*(.@r/2); + bonus2 bSubEle,Ele_Neutral,3*(.@r/3); + if (.@r>=9) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + } + if (.@r>=11) { + bonus bLongAtkRate,10; + bonus bShortAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + } + if (.@r>=13) + bonus bDelayrate,-10; + if (.@g>=ENCHANTGRADE_D) { + bonus bRes,30; + bonus bMRes,30; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bPAtk,5; + bonus bSMatk,5; + } + if (.@g>=ENCHANTGRADE_B) + bonus bMaxHP,10000; + if (.@g>=ENCHANTGRADE_A) + bonus2 bSubRace,RC_All,5; + - Id: 480339 + AegisName: aegis_480339 + Name: Opened Illusion Survivor's Manteau + Type: Armor + Weight: 550 + Defense: 45 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVit,15; + bonus bDef,15*(.@r/2); + bonus bMaxHP,150*(.@r/2); + if (.@r>=9) { + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + } + - Id: 480340 + AegisName: aegis_480340 + Name: "[Not For Sale] Improved Powered Wing" + Type: Armor + Weight: 100 + Defense: 12 + Slots: 1 + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + .@a = getskilllv("NC_PILEBUNKER"); + bonus bMaxHPrate,3; + bonus2 bSubEle,Ele_Fire,10; + bonus2 bSubEle,Ele_Wind,10; + bonus2 bSkillAtk,"NC_ARMSCANNON",25*.@a; + bonus2 bSkillAtk,"NC_COLDSLOWER",25*.@a; + bonus2 bSkillAtk,"NC_FLAMELAUNCHER",25*.@a; + if (getskilllv("NC_ARMSCANNON") == 5) + bonus bDelayrate,-20; + if (getskilllv("NC_NEUTRALBARRIER") == 3) { + bonus2 bSubClass,Class_Boss,5; + bonus bHPGainValue,100; + bonus bSPGainValue,10; + } + if (getskilllv("NC_RESEARCHFE") == 5) + bonus bNoKnockback; + if (.@r>=9) { + bonus2 bSubEle,Ele_Fire,20; + bonus2 bSubEle,Ele_Wind,20; + bonus2 bAddClass,Class_Boss,10; + } + if (.@r>=11) { + bonus2 bSubEle,Ele_Fire,20; + bonus2 bSubEle,Ele_Wind,20; + bonus2 bAddClass,Class_Boss,10; + } + - Id: 480342 + AegisName: aegis_480342 + Name: Monarch's Swords + Type: Armor + Weight: 500 + Defense: 60 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 104 + Script: | + .@r = getrefine(); + bonus bShortAtkRate,2*(.@r/3); + bonus bLongAtkRate,2*(.@r/3); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); + bonus2 bAddSize,Size_Medium,5*(.@r/5); + bonus2 bAddSize,Size_Large,5*(.@r/5); + bonus2 bMagicAddSize,Size_Medium,5*(.@r/5); + bonus2 bMagicAddSize,Size_Large,5*(.@r/5); + if (.@r>=9) { + bonus2 bIgnoreDefRaceRate,RC_Demon,20; + bonus2 bIgnoreDefRaceRate,RC_Undead,20; + bonus2 bIgnoreMdefRaceRate,RC_Demon,20; + bonus2 bIgnoreMdefRaceRate,RC_Undead,20; + } + if (.@r>=11) { + bonus2 bIgnoreDefRaceRate,RC_Demon,10; + bonus2 bIgnoreDefRaceRate,RC_Undead,10; + bonus2 bIgnoreMdefRaceRate,RC_Demon,10; + bonus2 bIgnoreMdefRaceRate,RC_Undead,10; + } + - Id: 480343 + AegisName: aegis_480343 + Name: Battle Surcoat + Type: Armor + Weight: 300 + Defense: 10 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bAspdRate,3; + bonus bFlee,10; + skill "TF_DOUBLE",3; + skill "MO_TRIPLEATTACK",3; + if (.@r>=11) { + bonus bAspdRate,3; + bonus bFlee,10; + skill "TF_DOUBLE",5; + skill "MO_TRIPLEATTACK",5; + } + if (.@r>=13) { + bonus bAspdRate,3; + bonus bFlee,10; + skill "TF_DOUBLE",10; + skill "MO_TRIPLEATTACK",10; + } + - Id: 480344 + AegisName: aegis_480344 + Name: Costume Thornvine Crystal Scythe # !todo check english name + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 189 + - Id: 480345 + AegisName: Season_Hood_Spring + Name: "Manteau of Mystical Beast: Spring" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-20; + bonus bPow,2; + bonus bCon,2; + bonus bBaseAtk,5*(.@r/2); + bonus bShortAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bPAtk,2; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,7; + bonus bAtkRate,7; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,3; + bonus bDef,50; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,5; + bonus bPAtk,5; + } + } + } + } + - Id: 480346 + AegisName: Season_Hood_Summer + Name: "Manteau of Mystical Beast: Summer" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-20; + bonus bPow,2; + bonus bCon,2; + bonus bBaseAtk,5*(.@r/2); + bonus bLongAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bPAtk,2; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,7; + bonus bAtkRate,7; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,3; + bonus bDef,50; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,5; + bonus bPAtk,5; + } + } + } + } + - Id: 480347 + AegisName: Season_Hood_Autumn + Name: "Manteau of Mystical Beast: Autumn" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bSpl,2; + bonus bCon,2; + bonus bUseSPrate,15; + bonus bMatk,5*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAspdRate,5; + bonus bVariableCastrate,-5; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bSMatk,2; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,7; + bonus bMatkRate,7; + if (.@g>=ENCHANTGRADE_B) { + bonus bSMatk,3; + bonus bDef,50; + bonus bSpl,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_All,5; + bonus bSMatk,5; + } + } + } + } + - Id: 480348 + AegisName: Season_Hood_Winter + Name: "Manteau of Mystical Beast: Winter" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,4; + bonus bPow,1; + bonus bCon,1; + bonus bBaseAtk,4*(.@r/2); + bonus bCritAtkRate,(.@r/3); + bonus bCrt,(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-5; + bonus bCRate,3; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bPAtk,2; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,7; + bonus bLongAtkRate,7; + bonus bCritical,7; + if (.@g>=ENCHANTGRADE_B) { + bonus bCRate,1; + bonus bPow,5; + bonus bCon,5; + bonus bCrt,3; + if (.@g>=ENCHANTGRADE_A) { + bonus bCritAtkRate,10; + bonus bCRate,3; + } + } + } + } + - Id: 480349 + AegisName: Circul_Of_Life_Spring + Name: "Circulation of Life: Spring" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-20; + bonus bPow,4; + bonus bCon,4; + bonus bBaseAtk,10*(.@r/2); + bonus bShortAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bPAtk,7; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,7; + bonus bAtkRate,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bDef,50; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,7; + bonus bPAtk,9; + } + } + } + } + - Id: 480350 + AegisName: Circul_Of_Life_Summer + Name: "Circulation of Life: Summer" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,-20; + bonus bPow,4; + bonus bCon,4; + bonus bBaseAtk,10*(.@r/2); + bonus bLongAtkRate,2*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bPAtk,7; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,7; + bonus bAtkRate,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,7; + bonus bDef,50; + bonus bPow,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_All,7; + bonus bPAtk,9; + } + } + } + } + - Id: 480351 + AegisName: Circul_Of_Life_Autumn + Name: "Circulation of Life: Autumn" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bSpl,4; + bonus bCon,4; + bonus bUseSPrate,15; + bonus bMatk,10*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-10; + if (.@r>=9) { + bonus bAspdRate,5; + bonus bVariableCastrate,-5; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bSMatk,7; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,7; + bonus bMatkRate,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bSMatk,7; + bonus bDef,50; + bonus bSpl,5; + bonus bCon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_All,7; + bonus bSMatk,9; + } + } + } + } + - Id: 480352 + AegisName: Circul_Of_Life_Winter + Name: "Circulation of Life: Winter" + Type: Armor + Weight: 700 + Defense: 80 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 2 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,4+(.@r/2); + bonus bPow,2; + bonus bCon,2; + bonus bBaseAtk,5*(.@r/2); + bonus bCritAtkRate,(.@r/3); + bonus bCrt,(.@r/3); + if (.@r>=7) { + bonus bVariableCastrate,-5; + bonus bCRate,3; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=11) { + bonus bDelayrate,-10; + bonus bPAtk,7; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bMRes,25; + bonus bRes,25; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,7; + bonus bLongAtkRate,7; + bonus bCritical,10; + if (.@g>=ENCHANTGRADE_B) { + bonus bCRate,5; + bonus bPow,5; + bonus bCon,5; + bonus bCrt,5; + if (.@g>=ENCHANTGRADE_A) { + bonus bCritAtkRate,15; + bonus bCRate,7; + } + } + } + } + - Id: 480358 + AegisName: aegis_480358 + Name: Dark Shadow Scarf + Type: Armor + Weight: 100 + Defense: 30 + Slots: 1 + Jobs: + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkRate,5; + bonus2 bSubRace,RC_Angel,7; + bonus2 bSubRace,RC_Demon,7; + bonus2 bAddRace,RC_Angel,7; + bonus2 bAddRace,RC_Demon,7; + bonus2 bSkillAtk,"RA_ARROWSTORM",10*getskilllv("SC_MAELSTROM"); + if (.@r>=7) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + } + if (.@r>=9) + bonus bLongAtkRate,7; + if (.@r>=11) + bonus bDelayrate,-10; + - Id: 480359 + AegisName: aegis_480359 + Name: "[Not For Sale] Dark Shadow Scarf" + Type: Armor + Weight: 100 + Defense: 30 + Slots: 1 + Jobs: + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Garment: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bLongAtkRate,5; + bonus2 bSubRace,RC_Angel,7; + bonus2 bSubRace,RC_Demon,7; + bonus2 bAddRace,RC_Angel,7; + bonus2 bAddRace,RC_Demon,7; + bonus2 bSkillAtk,"RA_ARROWSTORM",10*getskilllv("SC_MAELSTROM"); + if (.@r>=7) { + bonus bMaxHPrate,7; + bonus bMaxSPrate,7; + } + if (.@r>=9) + bonus bLongAtkRate,7; + if (.@r>=11) + bonus bDelayrate,-10; + - Id: 480360 + AegisName: aegis_480360 + Name: Costume Major Huuma Shuriken + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 190 + - Id: 480361 + AegisName: aegis_480361 + Name: Costume Twin Blades of Evil Soul + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 191 + - Id: 480362 + AegisName: aegis_480362 + Name: Costume White Nine-Tailed Fox's Tail + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 192 + - Id: 480363 + AegisName: aegis_480363 + Name: Costume Oversized Miss Rabbit + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 193 + - Id: 480364 + AegisName: aegis_480364 + Name: Costume Black Cat Bag + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 26 + - Id: 480365 + AegisName: aegis_480365 + Name: Fallen Protect Manteau + Type: Armor + Weight: 1500 + Defense: 55 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus bBaseAtk,20*(.@r/2); + bonus2 bAddSize,Size_All,5*(.@r/4); + if (.@r>=7) { + bonus bAspdRate,10; + bonus bAtkRate,7; + if (.@r>=9) { + bonus bLongAtkRate,15; + if (.@r>=11) { + bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2; + bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2); + } + } + } + - Id: 480372 + AegisName: Giant_Mad_Bunny_TW + Name: Mad Bunny Backpack + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Garment: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + View: 172 + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Neutral,10; + bonus bBaseAtk,10*(.@r/2); + bonus bMatk,10*(.@r/2); + bonus bPow,2*(.@r/3); + bonus bCon,2*(.@r/3); + bonus bSpl,2*(.@r/3); + if (.@r>=7) { + bonus bAtkRate,10; + bonus bMatkRate,10; + if (.@r>=9) { + bonus bShortAtkRate,12; + bonus bLongAtkRate,12; + bonus2 bMagicAtkEle,Ele_All,12; + if (.@r>=11) { + bonus bDelayrate,-10; + if (.@r>=13) { + bonus2 bAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_All,15; + } + } + } + } + - Id: 480405 + AegisName: C_SantaTeddyBear + Name: Costume Santa Teddy Bear Doll Bag + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 202 + - Id: 480408 + AegisName: aegis_480408 + Name: Costume Dragon Wing + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + View: 204 - Id: 490004 AegisName: Atker_Ring Name: Attacker Booster Ring @@ -168136,6 +195853,14 @@ Body: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAspdRate,10; bonus bVariableCastrate,-10; @@ -168150,6 +195875,14 @@ Body: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAspdRate,10; bonus bVariableCastrate,-10; @@ -168157,7 +195890,7 @@ Body: bonus2 bMagicAtkEle,Ele_Fire,5; bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Water,5; - bonus2 bMagicAtkEle,Ele_Ground,5; + bonus2 bMagicAtkEle,Ele_Earth,5; bonus2 bMagicAtkEle,Ele_Neutral,5; - Id: 490006 AegisName: Defn_Earing @@ -168168,6 +195901,14 @@ Body: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAspdRate,10; bonus bVariableCastrate,-10; @@ -168186,6 +195927,14 @@ Body: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus bAspdRate,10; bonus bVariableCastrate,-10; @@ -168423,6 +196172,19 @@ Body: bonus2 bAddEle,Ele_Water,10; bonus2 bMagicAddEle,Ele_Water,10; bonus2 bSubEle,Ele_Water,5; + - Id: 490023 + AegisName: Kukulkan_Tooth_TW + Name: Kukulkan's Tooth + Type: Armor + Weight: 1500 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 70 + Script: | + bonus bVariableCastrate,-10; + bonus bAllStats,1; - Id: 490024 AegisName: Auto_B_R Name: Automatic Booster R @@ -168499,7 +196261,7 @@ Body: } - Id: 490029 AegisName: Geffenia_Magictool_Ice - Name: Geffenia Magic Device of Ice + Name: Geffenia Ice Magic Tool Type: Armor Weight: 500 Defense: 2 @@ -168538,6 +196300,23 @@ Body: EquipLevelMin: 100 Script: | bonus bAllStats,1; + - Id: 490031 + AegisName: Petal_Tail + Name: Petal Tail + Type: Armor + Buy: 20 + Weight: 100 + Defense: 3 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspd,1; + bonus2 bAddClass,Class_Boss,5; + bonus bCritAtkRate,5; + bonus bCriticalLong,5; - Id: 490032 AegisName: Gemini_Ring_J Name: Gemini Ring @@ -168658,7 +196437,7 @@ Body: } - Id: 490038 AegisName: Sixth_Sense_Ring - Name: Perception Amplifier Ring + Name: Sixth Sense Ring Type: Armor Weight: 100 Slots: 1 @@ -168710,6 +196489,40 @@ Body: bonus2 bSkillAtk,"RA_ARROWSTORM",30; bonus bSPDrainValue,3; } + - Id: 490042 + AegisName: Kingly_Ring + Name: Monarch Ring + Type: Armor + Buy: 20 + Weight: 100 + Defense: 150 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 130 + Script: | + bonus bMdef,15; + bonus bAllStats,1; + bonus bAtkRate,6; + bonus bMatkRate,6; + bonus2 bSubClass,Class_Normal,3; + - Id: 490043 + AegisName: HalfBlood_Princess_Ring + Name: Half Blood Princess Ring + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 130 + Script: | + bonus bAllStats,15; + bonus bAspdRate,15; + bonus2 bSkillAtk,"WL_TETRAVORTEX",BaseLevel; + bonus2 bResEff,Eff_WhiteImprison,10000; - Id: 490044 AegisName: Sin_Ring_R Name: Sinful Ruby Ring @@ -169049,7 +196862,7 @@ Body: bonus2 bAddRace,RC_All,.@a / 10; bonus2 bMagicAddRace,RC_All,.@a/10; if (.@a>=125) { - bonus bSpeedAddRate,25; + bonus bSpeedRate,25; bonus bDelayrate,-25; } } @@ -169174,7 +196987,7 @@ Body: bonus bMatkRate,5; - Id: 490076 AegisName: Ring_Of_Nature - Name: Ring of the Creation + Name: Ring of Nature Type: Armor Weight: 500 Slots: 1 @@ -169217,7 +197030,7 @@ Body: bonus bMatkRate,8; - Id: 490079 AegisName: SoulExpansionRing - Name: Mental Amplifier Ring + Name: Soul Expansion Ring Type: Armor Weight: 100 Slots: 1 @@ -169248,7 +197061,7 @@ Body: sc_end SC_TELEKINESIS_INTENSE; - Id: 490083 AegisName: Themis_Balance - Name: Scales of Judgement + Name: Themis Balance Type: Armor Weight: 100 Defense: 10 @@ -169269,6 +197082,37 @@ Body: bonus2 bMagicAddClass,Class_Boss,15; if (getskilllv("LG_HESPERUSLIT") == 5) bonus bDelayrate,-30; + - Id: 490084 + AegisName: Dictator_Ring_TW + Name: Dictator Earrings + Type: Armor + Weight: 100 + Defense: 40 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAllStats,1; + bonus bDelayrate,-3; + - Id: 490086 + AegisName: Eclipsedefmind_TW + Name: Lunar Eclipse Guardian Heart + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMdef,10; + bonus bMaxHPrate,8; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bSubSkill,"SJ_NEWMOONKICK",20; + bonus2 bSubSkill,"SJ_FULLMOONKICK",20; + skill "MG_SIGHT",1; - Id: 490087 AegisName: 4th_Q_Necklace Name: Hourglass Necklace @@ -169288,6 +197132,45 @@ Body: NoAuction: true Script: | bonus bAllTraitStats,6-(JobLevel/5); + - Id: 490088 + AegisName: 2020maypay_06 + Name: Desperate Connections Ring + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + - Id: 490089 + AegisName: Alice_Hug_Pillow_TW + Name: Alice Maid Pillow + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bMdef,10; + bonus bAllStats,2; + bonus bMaxHPrate,5; + bonus2 bSubSize,Size_Medium,5; + bonus2 bSubRace,RC_DemiHuman,3; + bonus2 bSubRace,RC_Player_Human,3; + if (getpetinfo(PETINFO_EGGID) == 9027) { + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + } + if (getpetinfo(PETINFO_EGGID) == 9030) { + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + } - Id: 490090 AegisName: Egir_Ring_K Name: Aegir Ring @@ -169348,7 +197231,7 @@ Body: bonus bBaseAtk,30; - Id: 490094 AegisName: Record_Sward_TW - Name: Record Swordman # !todo check english name + Name: Record of Destroy (Swordman) Type: Armor Weight: 200 Slots: 1 @@ -169366,7 +197249,7 @@ Body: bonus bMatkRate,5; - Id: 490095 AegisName: Record_Acher_TW - Name: Record Acher # !todo check english name + Name: Record of Destroy (Archer) Type: Armor Weight: 200 Slots: 1 @@ -169433,7 +197316,7 @@ Body: bonus2 bMagicAddSize,Size_All,10; bonus2 bSkillAtk,"WZ_VERMILION",(BaseLevel*6); bonus2 bSkillAtk,"WL_CRIMSONROCK",(BaseLevel/3); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",(BaseLevel/3); + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",(BaseLevel/3); if (getskilllv("WL_CHAINLIGHTNING") == 5) { bonus2 bSkillUseSP,"WL_CHAINLIGHTNING",35; bonus2 bSkillCooldown,"WL_CHAINLIGHTNING",-500; @@ -169518,6 +197401,31 @@ Body: bonus2 bSkillUseSP,"SP_CURSEEXPLOSION",25; bonus2 bSkillCooldown,"SP_CURSEEXPLOSION",-500; } + - Id: 490103 + AegisName: Garnet_Pendant_TW + Name: Garnet Crystal Pendant + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { + bonus bMdef,15; + bonus2 bSubEle,Ele_Neutral,5; + bonus bLongAtkDef,5; + } + else { + bonus bMdef,15; + bonus2 bSubEle,Ele_Neutral,5; + bonus bLongAtkDef,5; + skill "WL_RECOGNIZEDSPELL",1; + bonus2 bSkillUseSP,"WL_RECOGNIZEDSPELL",-100; + bonus2 bSkillCooldown,"WL_RECOGNIZEDSPELL",120000; + } - Id: 490104 AegisName: Ring_Of_Phoenix Name: Ring of Phoenix @@ -169667,9 +197575,24 @@ Body: } if (getskilllv("RK_DEATHBOUND") >= 10) bonus2 bAddClass,Class_All,10; + - Id: 490114 + AegisName: Paradise_Lost + Name: Paradise Lost + Type: Armor + Buy: 20 + Weight: 100 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus bAtkRate,10; + bonus bMatkRate,10; - Id: 490118 AegisName: RingOfAdoramus - Name: Adoration Ring + Name: Ring of Adoramus Type: Armor Weight: 100 Slots: 1 @@ -169894,7 +197817,7 @@ Body: bonus bAspdRate,5; - Id: 490130 AegisName: SkynetBlowRing - Name: Bracelet of Chenxu + Name: Sky Blow Ring Type: Armor Weight: 400 Slots: 1 @@ -170027,7 +197950,7 @@ Body: NoAuction: true Script: | bonus2 bMagicAtkEle,Ele_All,7; - bonus bSmatk,2; + bonus bSMatk,2; - Id: 490137 AegisName: Signet_Of_Wis_Star Name: Stellar Wisdom Seal @@ -170048,7 +197971,7 @@ Body: NoAuction: true Script: | bonus bVariableCastrate,-7; - bonus bHplus,2; + bonus bHPlus,2; - Id: 490139 AegisName: Ring_Of_TheAbyssKing_A Name: Awakening Abyss King's Ring @@ -170062,6 +197985,27 @@ Body: Script: | bonus bMaxHP,BaseLevel*50; bonus bMaxSP,BaseLevel*5; + - Id: 490140 + AegisName: Cursed_Demon_Ring_A + Name: Awakening Magic Curse Ring + Type: Armor + Buy: 20 + Weight: 100 + Defense: 150 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 130 + Script: | + bonus bMdef,15; + bonus bAllStats,1; + bonus bAtkRate,6; + bonus bMatk,6; + bonus2 bSubEle,Ele_Earth,5; + bonus2 bSubEle,Ele_Fire,5; + bonus2 bSubEle,Ele_Water,5; + bonus2 bSubEle,Ele_Wind,5; - Id: 490141 AegisName: Metal_Pick Name: Metal Pick @@ -170128,7 +198072,7 @@ Body: EquipLevelMin: 100 Script: | bonus bDex,7; - bonus2 bAddRace,RC_All,10; + bonus bAtkRate,10; bonus2 bSkillAtk,"RA_AIMEDBOLT",(BaseLevel/10); bonus2 bSkillAtk,"RA_ARROWSTORM",(BaseLevel/10); if (getskilllv("RA_WUGRIDER") == 3) { @@ -170155,7 +198099,7 @@ Body: EquipLevelMin: 100 Script: | bonus bStr,7; - bonus2 bAddRace,RC_All,10; + bonus bAtkRate,10; bonus2 bSkillAtk,"GN_CARTCANNON",(BaseLevel/2); bonus2 bSkillAtk,"GN_CART_TORNADO",(BaseLevel/2); if (getskilllv("GN_CARTBOOST") == 5) { @@ -170183,7 +198127,7 @@ Body: bonus bMatk,25; - Id: 490149 AegisName: Glittering_Cat_Choker - Name: Glitty Catty Choker + Name: Glittering Cat Choker Type: Armor Buy: 20 Weight: 100 @@ -170207,7 +198151,7 @@ Body: bonus bMagicHPGainValue,100; bonus bMagicSPGainValue,10; } - if (getskilllv(SU_NYANGGRASS) == 5) { + if (getskilllv("SU_NYANGGRASS") == 5) { bonus2 bSkillUseSP,"SU_SV_STEMSPEAR",10; bonus2 bResEff,Eff_Stun,5000; } @@ -170320,7 +198264,7 @@ Body: ArmorLevel: 2 EquipLevelMin: 210 Script: | - bonus bSmatk,3; + bonus bSMatk,3; bonus bSpl,2; bonus bCrt,2; - Id: 490161 @@ -170336,7 +198280,7 @@ Body: Script: | bonus2 bMagicAtkEle,Ele_Poison,7; bonus2 bMagicAtkEle,Ele_Earth,7; - bonus bMres,2; + bonus bMRes,2; - Id: 490162 AegisName: ST_Waterdrop_Brooch Name: Engraved Waterdrop Brooch @@ -170350,7 +198294,7 @@ Body: Script: | bonus2 bSubEle,Ele_Water,5; bonus bMaxHPrate,5; - bonus bMres,2; + bonus bMRes,2; bonus2 bMagicAtkEle,Ele_Water,7; - Id: 490163 AegisName: Hero_Insignia @@ -170459,7 +198403,7 @@ Body: bonus2 bMagicAtkEle,Ele_All,5; - Id: 490170 AegisName: Record_Mage2_TW - Name: Record Mage 2 # !todo check english name + Name: Record of Wrath (Mage) Type: Armor Weight: 100 Slots: 1 @@ -170519,7 +198463,7 @@ Body: bonus bVariableCastrate,-10; - Id: 490173 AegisName: Record_Sward2_TW - Name: Record Swordman 2 # !todo check english name + Name: Record of Wrath (Swordman) Type: Armor Weight: 100 Slots: 1 @@ -170542,7 +198486,7 @@ Body: bonus2 bMagicAddClass,Class_All,6; - Id: 490175 AegisName: Record_Merchant2_TW - Name: Record Merchant 2 # !todo check english name + Name: Record of Wrath (Merchant) Type: Armor Weight: 100 Slots: 1 @@ -170792,9 +198736,49 @@ Body: bonus bMatkRate,10; bonus bAtkRate,10; bonus bVariableCastrate,-10; + - Id: 490189 + AegisName: Wine_Jewel_Brooch_TW + Name: Garnet Brooch + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@a = (readparam(bStr)+readparam(bLuk))/24; + .@b = (readparam(bInt)+readparam(bDex))/24; + bonus bMdef,15; + bonus bAtkRate,5+(readparam(bStr)/16); + bonus bMatkRate,5+(readparam(bInt)/16); + bonus bDelayrate,-5; + bonus2 bSubEle,Ele_All,5; + bonus bLongAtkDef,5; + if (BaseJob == Job_SuperNovice) { + skill "MG_ENERGYCOAT",1; + bonus bShortAtkRate,.@a; + bonus bLongAtkRate,.@a; + bonus2 bMagicAtkEle,Ele_All,2*.@b; + } + - Id: 490190 + AegisName: Unknown_Hero_Ring_TW + Name: Unknown Hero Potential Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; - Id: 490191 AegisName: Record_Thief2_TW - Name: Record Thief 2 # !todo check english name + Name: Record of Wrath (Thief) Type: Armor Weight: 100 Slots: 1 @@ -170817,7 +198801,7 @@ Body: bonus2 bMagicAddRace,RC_All,6; - Id: 490192 AegisName: Record_Acolyte2_TW - Name: Record Acolyte 2 # !todo check english name + Name: Record of Wrath (Acolyte) Type: Armor Weight: 100 Slots: 1 @@ -170864,9 +198848,53 @@ Body: UnEquipScript: | if ((eaclass()&EAJ_THIRDMASK)==EAJ_MINSTRELWANDERER) sc_end SC_UNLIMIT; + - Id: 490194 + AegisName: Guardian_Ring + Name: Guardian Ring + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bVit,2; + - Id: 490197 + AegisName: The_Origin_of_Fire + Name: Origin of Fire + Type: Armor + Weight: 10 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoAuction: true + Script: | + .@r = getrefine(); + bonus bCritical,2; + bonus bBaseAtk,5; + if (.@r >= 7) { + bonus bBaseAtk,3; + bonus bHit,2; + bonus bCritical,3; + if (.@r >= 9) { + bonus bBaseAtk,5; + bonus bHit,3; + bonus bCritical,1; + } + } - Id: 490198 AegisName: Record_Acher2_TW - Name: Record Acher 2 # !todo check english name + Name: Record of Wrath (Archer) Type: Armor Weight: 100 Slots: 1 @@ -170885,8 +198913,36 @@ Body: NoSell: true Script: | bonus bDelayrate,-5; - bonus2 bAddRace,RC_All,5; - bonus2 bMagicAddRace,RC_All,5; + bonus2 bAddSize,Size_All,5; + bonus2 bMagicAddSize,Size_All,5; + - Id: 490201 + AegisName: The_Origin_of_fertility + Name: Origin of Fertility + Type: Armor + Weight: 10 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Refineable: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoAuction: true + Script: | + .@r = getrefine(); + bonus bAllStats,1; + bonus bMaxHP,300; + bonus bMaxSP,200; + if (.@r >= 7) { + bonus bAllStats,2; + if (.@r >= 9) { + bonus bAllStats,2; + } + } - Id: 490206 AegisName: Noblesse_oblige Name: Noblesse Oblige @@ -170917,7 +198973,7 @@ Body: bonus bMatkRate,10; - Id: 490208 AegisName: Palace_Ring - Name: The Lord of the Rings # !todo check english name + Name: Palace Ring Type: Armor Weight: 100 Slots: 1 @@ -170953,7 +199009,7 @@ Body: bonus bDelayrate,-2*getskilllv("WM_REVERBERATION"); - Id: 490214 AegisName: E_Auto_B_R - Name: Automatic Booster R (bind) # !todo check english name + Name: Automatic Booster R (Bound) Type: Armor Slots: 1 Locations: @@ -170973,7 +199029,7 @@ Body: bonus bMaxHPrate,5; - Id: 490215 AegisName: E_Auto_B_L - Name: Automatic Booster L (bind) # !todo check english name + Name: Automatic Booster L (Bound) Type: Armor Slots: 1 Locations: @@ -170993,7 +199049,7 @@ Body: bonus bMaxSPrate,5; - Id: 490216 AegisName: E_Auto_BC_R - Name: Automatic Battle Chip R (bind) # !todo check english name + Name: Automatic Battle Chip R (Bound) Type: Armor Slots: 1 Locations: @@ -171013,7 +199069,7 @@ Body: bonus bMaxHPrate,5; - Id: 490217 AegisName: E_Auto_BC_L - Name: Automatic Battle Chip L (bind) # !todo check english name + Name: Automatic Battle chip L (Bound) Type: Armor Slots: 1 Locations: @@ -171031,6 +199087,33 @@ Body: Script: | bonus bMatkRate,5; bonus bMaxSPrate,5; + - Id: 490218 + AegisName: Pure_Heart_TW + Name: Pure Heart + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@a = (readparam(bStr)/16); + .@b = (readparam(bInt)/16); + bonus bMdef,15; + bonus bVariableCastrate,-5-.@b; + bonus bAtkRate,5+.@a; + bonus bMatkRate,5+.@b; + bonus bStr,5; + bonus bInt,5; + bonus2 bAddClass,Class_Normal,5; + bonus2 bMagicAddClass,Class_Normal,5; + bonus bDelayrate,-.@a; + if (BaseJob == Job_Merchant) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + } - Id: 490219 AegisName: Twin_Dragonic_Ring Name: Double Head Dragon Ring # !todo check english name @@ -171069,7 +199152,7 @@ Body: bonus bVariableCastrate,-10; - Id: 490221 AegisName: aegis_490221 - Name: Record of Swordsman # !todo check english name + Name: Record of Swordsman Type: Armor Weight: 100 Slots: 1 @@ -171080,9 +199163,50 @@ Body: Script: | bonus bAtkRate,5; bonus bBaseAtk,15*(getskilllv("SM_BASH")/2); + - Id: 490222 + AegisName: aegis_490222 + Name: "[Not for Sale] Record of Swordsman" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Crusader: true + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAtkRate,5; + bonus bBaseAtk,15*(getskilllv("SM_BASH")/2); + - Id: 490223 + AegisName: Copy_Book + Name: Book of Copying - Cloaking Chapter + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + skill "AS_CLOAKING",1; - Id: 490229 AegisName: aegis_490229 - Name: Record of Thief # !todo check english name + Name: Record of Thief Type: Armor Weight: 100 Slots: 1 @@ -171100,6 +199224,82 @@ Body: Script: | bonus bAtkRate,5; bonus bBaseAtk,15*(getskilllv("TF_HIDING")/2); + - Id: 490231 + AegisName: aegis_490231 + Name: "[Not For Sale] Record of Thief" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Assassin: true + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus bBaseAtk,15*(getskilllv("TF_HIDING")/2); + - Id: 490232 + AegisName: aegis_490232 + Name: "[Not For Sale] Luminous Blue Stone" + Type: Armor + Weight: 400 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 90 + Script: | + bonus bAspdRate,5; + bonus bCritical,5; + bonus bCritAtkRate,5; + skill "MG_SIGHT",1; + if (readparam(bLuk)>=100) { + bonus bCritical,5; + bonus bCritAtkRate,5; + } + - Id: 490233 + AegisName: Zongzi_Charm_TW + Name: Rice Dumpling Amulet + Type: Armor + Weight: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + skill "MG_FIREBALL",3; + bonus2 bVariableCastrate,"MG_FIREBALL",-50; + bonus2 bSkillAtk,"MG_FIREBALL",50; + - Id: 490234 + AegisName: Copy_Book_Concen + Name: Book of Copying - Concentration Chapter + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + skill "AC_CONCENTRATION",2; - Id: 490235 AegisName: Egirnion_Gardiansword Name: Aegirnion Guardian Sword @@ -171116,6 +199316,60 @@ Body: bonus bAtkRate,5; bonus bAspdRate,5; bonus bVariableCastrate,-5; + - Id: 490236 + AegisName: aegis_490236 + Name: Double Badge + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Archer: true + BardDancer: true + Hunter: true + Rogue: true + Thief: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 20 + Script: | + bonus bAgi,2; + bonus bDex,2; + bonus bFlee,10; + bonus bBaseAtk,5*(getskilllv("AC_DOUBLE")/2); + bonus2 bSkillAtk,"AC_SHOWER",BaseLevel/2; + bonus2 bSkillAtk,"AC_DOUBLE",BaseLevel/2; + - Id: 490237 + AegisName: aegis_490237 + Name: "[Not For Sale] Double Badge" + Type: Armor + Weight: 10 + Slots: 1 + Jobs: + Archer: true + BardDancer: true + Hunter: true + Rogue: true + Thief: true + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 20 + Script: | + bonus bAgi,2; + bonus bDex,2; + bonus bFlee,10; + bonus bBaseAtk,5*(getskilllv("AC_DOUBLE")/2); + bonus2 bSkillAtk,"AC_SHOWER",BaseLevel/2; + bonus2 bSkillAtk,"AC_DOUBLE",BaseLevel/2; - Id: 490238 AegisName: Time_Jewel_Acc Name: Chrono Gem Blade Chain # !todo check english name @@ -171152,12 +199406,62 @@ Body: bonus bDelayrate,-5; bonus bAtkRate,3*(getskilllv("MC_MAMMONITE")/2); bonus bMatkRate,3*(getskilllv("MC_MAMMONITE")/2); - - Id: 490242 - AegisName: C_Valkyrie_Hair - Name: Costume Valkyrie Hair # !todo check english name + - Id: 490240 + AegisName: aegis_490240 + Name: "[Not For Sale] Record of Merchant" Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true Locations: Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bAtkRate,3*(getskilllv("MC_MAMMONITE")/2); + bonus bMatkRate,3*(getskilllv("MC_MAMMONITE")/2); + - Id: 490241 + AegisName: aegis_490241 + Name: "[Not For Sale] Gyges Ring" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bInt,3; + bonus bMatk,30; + skill "TF_HIDING",1; + - Id: 490242 + AegisName: C_Valkyrie_Hair + Name: Costume Valkyrie Hair + Type: Armor + Locations: + Costume_Head_Low: true ArmorLevel: 1 View: 2311 - Id: 490243 @@ -171192,6 +199496,7 @@ Body: bonus2 bSubRace,RC_Player_Human,3; bonus2 bFixedCastrate,"AB_ORATIO",-100; bonus2 bSkillAtk,"CD_ARBITRIUM",BaseLevel/10; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",BaseLevel/10; bonus2 bSkillAtk,"CD_PNEUMATICUS_PROCELLA",BaseLevel/10; bonus2 bSkillAtk,"CD_FRAMEN",BaseLevel/10; - Id: 490246 @@ -171215,7 +199520,7 @@ Body: bonus bCritAtkRate,.@b; - Id: 490251 AegisName: aegis_490251 - Name: Heroria Ring # !todo check english name + Name: Herosria Ring Type: Armor Weight: 250 Defense: 5 @@ -171228,7 +199533,7 @@ Body: bonus bCritical,-3; - Id: 490252 AegisName: aegis_490252 - Name: Heroria Earrings # !todo check english name + Name: Herosria Earring Type: Armor Weight: 250 Defense: 5 @@ -171241,7 +199546,7 @@ Body: bonus bVariableCastrate,-3; - Id: 490253 AegisName: aegis_490253 - Name: Heroria Necklace # !todo check english name + Name: Herosria Necklace Type: Armor Weight: 250 Defense: 5 @@ -171257,7 +199562,7 @@ Body: bonus bHealPower,3; - Id: 490254 AegisName: aegis_490254 - Name: Heroria Critical Ring # !todo check english name + Name: Herosria Critical Ring Type: Armor Weight: 250 Defense: 5 @@ -171270,7 +199575,7 @@ Body: bonus bCritical,3; - Id: 490255 AegisName: aegis_490255 - Name: Heroria Cool Time Earrings # !todo check english name + Name: Herosria Cool Time Earring Type: Armor Weight: 250 Defense: 5 @@ -171283,7 +199588,7 @@ Body: bonus bVariableCastrate,3; - Id: 490256 AegisName: aegis_490256 - Name: Heroria Defender Necklace # !todo check english name + Name: Herosria Defender Necklace Type: Armor Weight: 250 Defense: 5 @@ -171295,6 +199600,122 @@ Body: bonus2 bSubRace,RC_Player_Human,3; bonus2 bSubRace,RC_Player_Doram,3; bonus bHealPower2,-3; + - Id: 490257 + AegisName: Mob_P_Crystal_Ring + Name: Crystal Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bMatkRate,5; + - Id: 490258 + AegisName: Time_Thief_Earring + Name: Time Thief Crystal Earrings + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,5; + bonus bLongAtkRate,5; + - Id: 490259 + AegisName: Curse_Magic_Ring + Name: Curse Magic Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bMatkRate,5; + - Id: 490260 + AegisName: Old_Cart_Acc + Name: Old Cart Modeling Pendant + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@a = (getskilllv("GN_CART_TORNADO")+getskilllv("GN_REMODELING_CART")+getskilllv(GN_CARTBOOST))/4; + bonus bDelayrate,-5; + bonus bLongAtkRate,5+.@a; + bonus bShortAtkRate,5+.@a; + - Id: 490261 + AegisName: aegis_490261 + Name: Shining Priest's Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 150 + Script: | + bonus bAllStats,5; + - Id: 490262 + AegisName: Firm_Faith_Ring + Name: Firm Faith Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bLongAtkRate,6; + - Id: 490263 + AegisName: RoyalGard_Seal_Ring + Name: Royal Guard Seal Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490264 + AegisName: Infinity_Chip_MAX + Name: Infinity Chip MAX + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMdef,10; + bonus bAllStats,5; + bonus bVariableCastrate,-5; + bonus bAtkRate,5; + bonus bLongAtkRate,5; + bonus bShortAtkRate,5; + bonus bDelayrate,-5; + if (BaseJob == Job_Merchant) { + bonus bAtkRate,8; + bonus2 bAddRace,RC_All,8; + } - Id: 490265 AegisName: aegis_490265 Name: Inception Ring @@ -171309,6 +199730,64 @@ Body: bonus bVariableCastrate,-20; bonus bAspd,1; bonus5 bAutoSpell,"WL_RECOGNIZEDSPELL",1,10,BF_MAGIC,0; + - Id: 490266 + AegisName: aegis_490266 + Name: "[Not For Sale] Inception Ring" + Type: Armor + Weight: 300 + Slots: 1 + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVariableCastrate,-20; + bonus bAspd,1; + bonus5 bAutoSpell,"WL_RECOGNIZEDSPELL",1,10,BF_MAGIC,0; + - Id: 490267 + AegisName: aegis_490267 + Name: Shadow Ring + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 20 + Script: | + bonus3 bAutoSpell,"RG_STEALCOIN",max(getskilllv("RG_STEALCOIN"),1),10; + bonus2 bSkillAtk,"RG_BACKSTAP",BaseLevel/2; + bonus2 bAddEff,Eff_Stun,100*getskilllv("RG_RAID"); + - Id: 490268 + AegisName: aegis_490268 + Name: "[Not For Sale] Shadow Ring" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 20 + Script: | + bonus3 bAutoSpell,"RG_STEALCOIN",max(getskilllv("RG_STEALCOIN"),1),10; + bonus2 bSkillAtk,"RG_BACKSTAP",BaseLevel/2; + bonus2 bAddEff,Eff_Stun,100*getskilllv("RG_RAID"); - Id: 490269 AegisName: LightOfCardinal Name: Cardinal Light # !todo check english name @@ -171338,7 +199817,7 @@ Body: bonus bDef,2*readparam(bVit); - Id: 490273 AegisName: Under_Seal_D_Key - Name: Sealed Dimensional Key # !todo check english name + Name: Sealed Dimensional Key Type: Armor Weight: 200 Locations: @@ -171347,7 +199826,7 @@ Body: EquipLevelMin: 240 - Id: 490274 AegisName: Under_Seal_D_Padlock - Name: Sealed Dimensional Lock # !todo check english name + Name: Sealed Dimensional Lock Type: Armor Weight: 200 Locations: @@ -171356,7 +199835,7 @@ Body: EquipLevelMin: 240 - Id: 490275 AegisName: Under_Seal_D_keyring - Name: Sealed Dimensional Keychain # !todo check english name + Name: Sealed Dimensional Keyring Type: Armor Weight: 200 Locations: @@ -171365,7 +199844,7 @@ Body: EquipLevelMin: 240 - Id: 490276 AegisName: Dimmension_W_Key - Name: Dimensional Wanderer's Key # !todo check english name + Name: Dimensional Wanderer's Key Type: Armor Weight: 200 Slots: 1 @@ -171407,7 +199886,7 @@ Body: } - Id: 490277 AegisName: Dimmension_W_Padlock - Name: Dimensional Wanderer's Lock # !todo check english name + Name: Dimensional Wanderer's Lock Type: Armor Weight: 200 Slots: 1 @@ -171449,7 +199928,7 @@ Body: } - Id: 490278 AegisName: Dimmension_W_Keyring - Name: Dimensional Wanderer's Keychain # !todo check english name + Name: Dimensional Wanderer's Keyring Type: Armor Weight: 200 Slots: 1 @@ -171525,6 +200004,54 @@ Body: .@skill = getskilllv("NC_ACCELERATION") + getskilllv("NC_STEALTHFIELD") + getskilllv("NC_NEUTRALBARRIER") + getskilllv("NC_SHAPESHIFT") + getskilllv("NC_SELFDESTRUCTION"); bonus bDelayrate,-5; bonus bLongAtkRate,6+4*(.@skill/4); + - Id: 490282 + AegisName: aegis_490282 + Name: Kenshi Gauntlet + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bStr,3; + bonus bVit,3; + bonus bAtkRate,3; + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",1+BaseLevel; + bonus bBaseAtk,5*(getskilllv("KN_SPEARMASTERY")/2); + if (getskilllv("KN_TWOHANDQUICKEN") == 10) + bonus2 bSkillAtk,"KN_BOWLINGBASH",25; + if (BaseLevel>=90) + bonus2 bSkillUseSP,"KN_CHARGEATK",10; + - Id: 490283 + AegisName: aegis_490283 + Name: "[Not For Sale] Kenshi Gauntlet" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus bStr,3; + bonus bVit,3; + bonus bAtkRate,3; + bonus2 bSkillAtk,"KN_BRANDISHSPEAR",1+BaseLevel; + bonus bBaseAtk,5*(getskilllv("KN_SPEARMASTERY")/2); + if (getskilllv("KN_TWOHANDQUICKEN") == 10) + bonus2 bSkillAtk,"KN_BOWLINGBASH",25; + if (BaseLevel>=90) + bonus2 bSkillUseSP,"KN_CHARGEATK",10; - Id: 490284 AegisName: WindHawk_Snip_Ring Name: Wind Eagle Sniper Ring # !todo check english name @@ -171552,7 +200079,7 @@ Body: bonus bMaxSPrate,10; - Id: 490286 AegisName: aegis_490286 - Name: Level 1 Clip # !todo check english name + Name: 1Lv Clip Type: Armor Slots: 1 Locations: @@ -171566,6 +200093,50 @@ Body: Locations: Both_Accessory: true ArmorLevel: 2 + - Id: 490288 + AegisName: aegis_490288 + Name: Record of Mage + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Sage: true + Wizard: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVariableCastrate,-10; + bonus2 bIgnoreMdefRaceRate,RC_All,10*(getskilllv("MG_SAFETYWALL")/2); + bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-10*(getskilllv("MG_SAFETYWALL")/2); + bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-10*(getskilllv("MG_SAFETYWALL")/2); + - Id: 490289 + AegisName: aegis_490289 + Name: "[Not for Sale] Record of Mage" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Sage: true + Wizard: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVariableCastrate,-10; + bonus2 bIgnoreMdefRaceRate,RC_All,10*(getskilllv("MG_SAFETYWALL")/2); + bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-10*(getskilllv("MG_SAFETYWALL")/2); + bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-10*(getskilllv("MG_SAFETYWALL")/2); - Id: 490290 AegisName: aegis_490290 Name: Ameretat @@ -171581,6 +200152,46 @@ Body: bonus2 bSubEle,Ele_Holy,10; bonus bAtkRate,10; bonus bMatkRate,10; + - Id: 490295 + AegisName: aegis_490295 + Name: Armaia Belt + Type: Armor + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bDex,3; + bonus bInt,3; + bonus bMaxHPrate,2; + bonus2 bSkillAtk,"AM_ACIDTERROR",(min(BaseLevel,99)*1); + if (getskilllv("BS_MAXIMIZE") == 5) + bonus2 bSkillAtk,"MC_CARTREVOLUTION",25; + - Id: 490296 + AegisName: aegis_490296 + Name: "[Not For Sale] Armaia Belt" + Type: Armor + Slots: 1 + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bDex,3; + bonus bInt,3; + bonus bMaxHPrate,2; + bonus2 bSkillAtk,"AM_ACIDTERROR",(min(BaseLevel,99)*1); + if (getskilllv("BS_MAXIMIZE") == 5) + bonus2 bSkillAtk,"MC_CARTREVOLUTION",25; - Id: 490297 AegisName: aegis_490297 Name: Varmundt Rune Ring @@ -171761,6 +200372,34 @@ Body: bonus bMatkRate,3; bonus bAspdRate,3; bonus bHit,3; + - Id: 490316 + AegisName: aegis_490316 + Name: Brooch of Matador + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@p = getitempos(); + bonus bDelayrate,-5; + bonus bAtkRate,10; + bonus bMatkRate,10; + if (getskilllv("SC_FEINTBOMB") == 10) + bonus2 bSkillAtk,"SC_FATALMENACE",5; + if (getskilllv("SC_ESCAPE") == 5) + bonus2 bSkillCooldown,("SC_ESCAPE"),-500; + if (.@p == EQP_ACC_L) { + bonus bDelayrate,-7; + bonus bHPGainValue,300; + bonus bSPGainValue,30; + } + if (.@p == EQP_ACC_R) + bonus2 bSkillAtk,"SC_FATALMENACE",BaseLevel/9; + UnEquipScript: | + heal -5000,-500; - Id: 490319 AegisName: aegis_490319 Name: Y.S.F. Ring @@ -171787,6 +200426,22 @@ Body: bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",BaseLevel/2; bonus2 bSkillAtk,"RK_DRAGONBREATH",BaseLevel/2; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",3*(BaseLevel/2); + - Id: 490320 + AegisName: Ash_Ring + Name: Ashes Ring + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 75 + Script: | + bonus bMdef,15; + bonus2 bAddRace,RC_All,5; + bonus2 bMagicAddRace,RC_All,5; + bonus2 bSubRace,RC_Dragon,5; - Id: 490327 AegisName: Glacier_Ring Name: Glacier Ring @@ -171839,6 +200494,1721 @@ Body: Script: | bonus bMatkRate,8; bonus bMaxHPrate,7; + - Id: 490332 + AegisName: aegis_490332 + Name: "[Not For Sale] Exotic Temporal Ring" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAllStats,2; + bonus bMdef,5; + - Id: 490334 + AegisName: aegis_490334 + Name: Record of Acolyte + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Monk: true + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bLongAtkRate,5; + bonus bAspdRate,5; + bonus bBaseAtk,10*(getskilllv("AL_HEAL")/2); + bonus bMatk,10*(getskilllv("AL_HEAL")/2); + - Id: 490335 + AegisName: aegis_490335 + Name: "[Not For Sale] Record of Acolyte" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Monk: true + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bLongAtkRate,5; + bonus bAspdRate,5; + bonus bBaseAtk,10*(getskilllv("AL_HEAL")/2); + bonus bMatk,10*(getskilllv("AL_HEAL")/2); + - Id: 490336 + AegisName: aegis_490336 + Name: Dimension Linkage Stone + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bStr,20; + bonus bMaxHPrate,15; + bonus bLongAtkRate,10; + bonus bPerfectHitAddRate,15; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSkillCooldown,"NC_NEUTRALBARRIER",-5000; + bonus2 bSkillAtk,"NC_ARMSCANNON",BaseLevel/3; + bonus2 bSkillAtk,"NC_COLDSLOWER",BaseLevel/3; + bonus2 bSkillAtk,"NC_FLAMELAUNCHER",2*(BaseLevel/3); + - Id: 490337 + AegisName: aegis_490337 + Name: Amulet of Genesis Stone + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,15; + bonus bDelayrate,-15; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Player_Human,3; + bonus bBaseAtk,BaseLevel; + bonus bMatk,BaseLevel; + bonus bMaxHP,50*BaseLevel; + bonus bMaxSP,5*BaseLevel; + /*Todo Add Item 23044 and Remove Cooldown Item Script*/ + - Id: 490340 + AegisName: aegis_490340 + Name: illegal Chip + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus bAtkRate,10; + bonus bMatkRate,10; + - Id: 490351 + AegisName: aegis_490351 + Name: Assassin Amulet + Type: Armor + Weight: 400 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Upper: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + .@a = getskilllv("ASC_KATAR"); + .@b = getskilllv("AS_CLOAKING"); + .@c = getskilllv("ASC_BREAKER"); + bonus bMaxSP,20; + bonus bCritical,3+.@b; + bonus bBaseAtk,.@a; + bonus bFlee,-5*.@a; + bonus bHit,-5*.@b; + bonus bAspdRate,.@c; + bonus bMaxHPrate,.@c; + bonus2 bSkillAtk,"AS_SONICBLOW",5*.@a; + bonus2 bSkillAtk,"AS_GRIMTOOTH",5*.@b; + bonus2 bSkillAtk,"ASC_METEORASSAULT",5*.@c; + - Id: 490352 + AegisName: aegis_490352 + Name: "[Not For Sale] Assassin Amulet" + Type: Armor + Weight: 400 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Upper: true + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + .@a = getskilllv("ASC_KATAR"); + .@b = getskilllv("AS_CLOAKING"); + .@c = getskilllv("ASC_BREAKER"); + bonus bMaxSP,20; + bonus bCritical,3+.@b; + bonus bBaseAtk,.@a; + bonus bFlee,-5*.@a; + bonus bHit,-5*.@b; + bonus bAspdRate,.@c; + bonus bMaxHPrate,.@c; + bonus2 bSkillAtk,"AS_SONICBLOW",5*.@a; + bonus2 bSkillAtk,"AS_GRIMTOOTH",5*.@b; + bonus2 bSkillAtk,"ASC_METEORASSAULT",5*.@c; + - Id: 490359 + AegisName: aegis_490359 + Name: Lord of Elemental + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 200 + Script: | + bonus bSpl,3; + bonus bMatkRate,10; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Player_Human,3; + skill "AL_CURE",1; + bonus2 bFixedCastrate,"SO_SUMMON_AQUA",-100; + bonus2 bFixedCastrate,"SO_SUMMON_TERA",-100; + bonus2 bSkillAtk,"EM_CONFLAGRATION",BaseLevel/10; + bonus2 bSkillAtk,"EM_DIAMOND_STORM",BaseLevel/10; + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",BaseLevel/10; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",BaseLevel/10; + bonus2 bSkillAtk,"EM_VENOM_SWAMP",BaseLevel/10; + - Id: 490364 + AegisName: aegis_490364 + Name: Above B.E.2 475 + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMatkRate,10; + bonus bVariableCastrate,-10; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",BaseLevel/5; + - Id: 490365 + AegisName: aegis_490365 + Name: "[Not For Sale] Above B.E.2 475" + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMatkRate,10; + bonus bVariableCastrate,-10; + bonus bDelayrate,-5; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",BaseLevel/5; + - Id: 490367 + AegisName: aegis_490367 + Name: Ulle's Bracelet + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus bDelayrate,-15; + bonus bAtkRate,10; + - Id: 490370 + AegisName: aegis_490370 + Name: "[Not For Sale] Celine's Brooch K" + Type: Armor + Weight: 500 + Slots: 1 + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMatkRate,10; + bonus bVariableCastrate,-15; + - Id: 490371 + AegisName: aegis_490371 + Name: "[Not For Sale] Prontera Army Glove" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVit,5; + bonus bMdef,5; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubEle,Ele_Earth,5; + bonus2 bSubEle,Ele_Fire,5; + bonus2 bSubEle,Ele_Water,5; + bonus2 bSubEle,Ele_Wind,5; + bonus bAspdRate,5; + - Id: 490372 + AegisName: aegis_490372 + Name: Solar Blessing + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bShortAtkRate,8; + bonus bMatkRate,8; + - Id: 490373 + AegisName: aegis_490373 + Name: "[Not For Sale] Solar Blessing" + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bShortAtkRate,8; + bonus bMatkRate,8; + - Id: 490374 + AegisName: SeeOtter_Fan_LT + Name: Sea Otter Mini Fan-LT + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 100 + Script: | + bonus bAllStats,1; + bonus bAllTraitStats,1; + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_All,10; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_All,5; + } + - Id: 490375 + AegisName: FurSeal_Fan_LT + Name: Fur Seal Mini Fan-LT + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 100 + Script: | + bonus bAllStats,1; + bonus bAllTraitStats,1; + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_All,10; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_All,5; + } + - Id: 490376 + AegisName: aegis_490376 + Name: Record of Swordsman 2 + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-6; + bonus2 bAddSize,Size_All,6; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",30; + bonus2 bSkillAtk,"LG_EARTHDRIVE",30; + - Id: 490377 + AegisName: aegis_490377 + Name: "[Not For Sale] Record of Swordsman 2" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-6; + bonus2 bAddSize,Size_All,6; + bonus2 bSkillAtk,"RK_HUNDREDSPEAR",30; + bonus2 bSkillAtk,"LG_EARTHDRIVE",30; + - Id: 490378 + AegisName: aegis_490378 + Name: Curse of Maebia Book + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 60 + Script: | + bonus bInt,3; + bonus bAgi,3; + if (BaseJob == Job_Sage) + bonus bAspd,readparam(bInt)/30; + if (Class == Job_Star_Gladiator || Class == Job_Soul_Linker) { + bonus bDex,JobLevel/2; + bonus bLuk,JobLevel/2; + bonus2 bSkillAtk,"SL_SMA",2*(JobLevel/2); + bonus2 bSkillAtk,"SG_STAR_WARM",2*(JobLevel/2); + } + - Id: 490379 + AegisName: aegis_490379 + Name: "[Not For Sale] Curse of Maebia Book" + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 60 + Script: | + bonus bInt,3; + bonus bAgi,3; + if (BaseJob == Job_Sage) + bonus bAspd,readparam(bInt)/30; + if (Class == Job_Star_Gladiator || Class == Job_Soul_Linker) { + bonus bDex,JobLevel/2; + bonus bLuk,JobLevel/2; + bonus2 bSkillAtk,"SL_SMA",2*(JobLevel/2); + bonus2 bSkillAtk,"SG_STAR_WARM",2*(JobLevel/2); + } + - Id: 490380 + AegisName: aegis_490380 + Name: Majesty of Yggdrasil + Type: Armor + Weight: 100 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAllStats,3; + bonus bAspdRate,10; + bonus bDelayrate,-15; + bonus2 bAddSize,Size_All,25; + bonus2 bMagicAddSize,Size_All,25; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + - Id: 490381 + AegisName: aegis_490381 + Name: Majesty of Yggdrasil + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAllStats,3; + bonus bAspdRate,10; + bonus bDelayrate,-15; + bonus2 bAddSize,Size_All,25; + bonus2 bMagicAddSize,Size_All,25; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + - Id: 490382 + AegisName: Red_Force_Pendant_LT + Name: Red Force Pendant-LT + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 210 + Script: | + bonus bAtkRate,8; + bonus bMatkRate,8; + - Id: 490383 + AegisName: Blue_Mental_Pendant_LT + Name: Blue Mental Pendant-LT + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Right_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 210 + Script: | + bonus bAtkRate,8; + bonus bMatkRate,8; + - Id: 490384 + AegisName: aegis_490384 + Name: Amulet of the Moon + Type: Armor + Weight: 10 + Slots: 1 + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bBaseAtk,50; + bonus bMatk,50; + bonus bAtkRate,10; + bonus bMatkRate,10; + bonus bMaxHPrate,10; + - Id: 490385 + AegisName: aegis_490385 + Name: Stellar Blessing + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bMatkRate,8; + bonus bShortAtkRate,8; + - Id: 490386 + AegisName: aegis_490386 + Name: "[Not For Sale] Stellar Blessing" + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bMaxHPrate,6; + bonus bMaxSPrate,6; + bonus bMatkRate,8; + bonus bShortAtkRate,8; + - Id: 490387 + AegisName: Zongzi_Lotusleaf_TW + Name: Lotus Leaf Sticky Rice Amulet + Type: Armor + Weight: 10 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + skill "MG_FIREBALL",3; + bonus2 bVariableCastrate,"MG_FIREBALL",-50; + bonus2 bSkillAtk,"MG_FIREBALL",50; + - Id: 490388 + AegisName: Copy_Book_Cold + Name: Book of Copying - Cold Bolt Chapter + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 80 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + skill "MG_COLDBOLT",3; + - Id: 490390 + AegisName: aegis_490390 + Name: Toy Ring + Type: Armor + Weight: 1000 + Defense: 5 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus2 bHPDrainRate,10,1; + bonus2 bSkillAtk,"NC_AXETORNADO",BaseLevel/9; + bonus2 bSkillAtk,"GN_CART_TORNADO",2*(BaseLevel/9); + - Id: 490391 + AegisName: aegis_490391 + Name: "[Not For Sale] Toy Ring" + Type: Armor + Weight: 1000 + Defense: 5 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus2 bHPDrainRate,10,1; + bonus2 bSkillAtk,"NC_AXETORNADO",BaseLevel/9; + bonus2 bSkillAtk,"GN_CART_TORNADO",2*(BaseLevel/9); + - Id: 490392 + AegisName: aegis_490392 + Name: Scarlet Worm Charm + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Spirit_Handler: true + Summoner: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus2 bVariableCastrate,"SU_PICKYPECK",-50; + bonus2 bSkillAtk,"SU_PICKYPECK",getskilllv("SU_PICKYPECK")*(readparam(bDex)/5); + bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",BaseLevel/5; + if (getskilllv("SU_HISS") == 5) { + bonus bAspdRate,15; + bonus2 bAddSize,Size_All,10; + } + if (getskilllv("SU_POWEROFFLOCK") == 5) + bonus bDelayrate,-30; + if (getskilllv("SU_SVG_SPIRIT") == 5) + bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-2000; + - Id: 490393 + AegisName: aegis_490393 + Name: "[Not For Sale] Scarlet Worm Charm" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Spirit_Handler: true + Summoner: true + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 50 + Script: | + bonus2 bVariableCastrate,"SU_PICKYPECK",-50; + bonus2 bSkillAtk,"SU_PICKYPECK",getskilllv("SU_PICKYPECK")*(readparam(bDex)/5); + bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",BaseLevel/5; + if (getskilllv("SU_HISS") == 5) { + bonus bAspdRate,15; + bonus2 bAddSize,Size_All,10; + } + if (getskilllv("SU_POWEROFFLOCK") == 5) + bonus bDelayrate,-30; + if (getskilllv("SU_SVG_SPIRIT") == 5) + bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-2000; + - Id: 490394 + AegisName: aegis_490394 + Name: Record of Thief 2 + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Assassin: true + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus2 bAddSize,Size_All,6; + bonus2 bSkillAtk,"SC_TRIANGLESHOT",30; + bonus2 bSkillAtk,"ASC_METEORASSAULT",30; + - Id: 490395 + AegisName: aegis_490395 + Name: "[Not For Sale] Record of Thief 2" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Assassin: true + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus2 bAddSize,Size_All,6; + bonus2 bSkillAtk,"SC_TRIANGLESHOT",30; + bonus2 bSkillAtk,"ASC_METEORASSAULT",30; + - Id: 490396 + AegisName: aegis_490396 + Name: Establish + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 200 + Script: | + bonus bSpl,3; + bonus bMatkRate,10; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bFixedCastrate,"WL_CRIMSONROCK",-100; + bonus2 bSkillAtk,"WZ_VERMILION",BaseLevel*8; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",BaseLevel/10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",BaseLevel/10; + bonus2 bSkillAtk,"AG_FROZEN_SLASH",BaseLevel/10; + bonus2 bSkillAtk,"AG_STORM_CANNON",BaseLevel/10; + bonus2 bSkillAtk,"AG_ROCK_DOWN",BaseLevel/10; + - Id: 490397 + AegisName: aegis_490397 + Name: Ring of Unknown Hero (Rune Knight) + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490398 + AegisName: aegis_490398 + Name: "[Not For Sale] Ring of Unknown Hero (Rune Knight)" + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490399 + AegisName: aegis_490399 + Name: Boxer Glove + Type: Armor + Weight: 200 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 55 + Script: | + bonus bStr,3; + bonus bAgi,3; + bonus bMaxSP,75; + bonus bMdef,15; + bonus3 bAutoSpell,"MO_CALLSPIRITS",5,1000; + if (BaseJob == Job_Monk) { + bonus4 bAutoSpellOnSkill,"CH_CHAINCRUSH","CH_SOULCOLLECT",1,1000; + bonus2 bSkillAtk,"MO_CHAINCOMBO",BaseLevel; + bonus2 bSkillAtk,"MO_COMBOFINISH",BaseLevel; + bonus2 bSkillAtk,"CH_TIGERFIST",BaseLevel; + bonus2 bSkillAtk,"CH_CHAINCRUSH",BaseLevel; + bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",JobLevel; + } + - Id: 490400 + AegisName: aegis_490400 + Name: Record of Archer + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + BardDancer: true + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bLongAtkRate,3*(getskilllv("AC_CONCENTRATION")/2); + - Id: 490401 + AegisName: aegis_490401 + Name: "[Not For Sale] Record of Archer" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + BardDancer: true + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-5; + bonus bLongAtkRate,3*(getskilllv("AC_CONCENTRATION")/2); + - Id: 490402 + AegisName: aegis_490402 + Name: Ring of Unknown Hero (Royal Guard) + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490403 + AegisName: aegis_490403 + Name: "[Not For Sale] Ring of Unknown Hero (Royal Guard)" + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490404 + AegisName: Temporal_Ring_TW_LT + Name: Temporal Ring-LT + Type: Armor + Weight: 300 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 200 + Script: | + bonus bAtkRate,7; + bonus bMatkRate,7; + - Id: 490405 + AegisName: aegis_490405 + Name: Beast Rings + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus2 bSubRace,RC_All,5; + bonus2 bSubRace,RC_Player_Doram,-5; + bonus2 bSubRace,RC_Player_Human,-5; + bonus2 bExpAddRace,RC_All,5; + switch( getpetinfo(PETINFO_EGGID) ) { + case 9003: // Poporing_Egg + bonus2 bSubRace,RC_Plant,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9040: // Civil_Servant_Egg + bonus2 bSubRace,RC_Angel,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9015: // Smokie_Egg + bonus2 bSubRace,RC_Brute,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9020: // Sohee_Egg + bonus2 bSubRace,RC_Demon,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9046: // Goblin_Leader_Egg + bonus2 bSubRace,RC_Dragon,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9044: // Shinobi_Egg + bonus2 bSubRace,RC_DemiHuman,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9007: // Steel_Chonchon_Egg + bonus2 bSubRace,RC_Insect,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9018: // Munak_Egg + bonus2 bSubRace,RC_Undead,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9050: // Medusa_Egg + bonus2 bSubRace,RC_Formless,5; + bonus2 bExpAddRace,RC_All,15; + break; + case 9062: // Novice_Poring_Egg + bonus2 bSubRace,RC_Fish,5; + bonus2 bExpAddRace,RC_All,15; + break; + } + - Id: 490406 + AegisName: aegis_490406 + Name: Ring of Unknown Hero (Sura) + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Monk: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490407 + AegisName: aegis_490407 + Name: "[Not For Sale] Ring of Unknown Hero (Sura)" + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Monk: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490408 + AegisName: aegis_490408 + Name: Super Novice Figure + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + SuperNovice: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@p = getitempos(); + bonus bVariableCastrate,-10; + bonus bAtkRate,10; + bonus bMatkRate,10; + if (.@p == EQP_ACC_L) { + bonus2 bIgnoreMdefRaceRate,RC_All,50; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + } + if (.@p == EQP_ACC_R) { + bonus bAspdRate,10; + bonus2 bSkillAtk,"PA_SHIELDCHAIN",BaseLevel/3; + } + - Id: 490409 + AegisName: aegis_490409 + Name: Book of Copying - Resurrection Chapter + Type: Armor + Weight: 100 + Defense: 10 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bAtkRate,5; + bonus bMatkRate,5; + skill "ALL_RESURRECTION",2; + - Id: 490410 + AegisName: aegis_490410 + Name: Intuiabis + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 200 + Script: | + bonus bSpl,3; + bonus bMatkRate,10; + bonus bPerfectHitAddRate,25; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSubRace,RC_Player_Human,3; + skill "MG_FIREWALL",10; + bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",BaseLevel/10; + bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",BaseLevel/10; + bonus2 bSkillAtk,"ABC_ABYSS_STRIKE",BaseLevel/10; + - Id: 490411 + AegisName: aegis_490411 + Name: Record of Merchant 2 + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus2 bAddSize,Size_All,6; + bonus2 bSkillAtk,"NC_AXEBOOMERANG",30; + bonus2 bSkillAtk,"NC_ARMSCANNON",30; + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",30; + - Id: 490412 + AegisName: aegis_490412 + Name: "[Not For Sale] Record of Merchant 2" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bAspdRate,10; + bonus2 bAddSize,Size_All,6; + bonus2 bSkillAtk,"NC_AXEBOOMERANG",30; + bonus2 bSkillAtk,"NC_ARMSCANNON",30; + bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",30; + - Id: 490413 + AegisName: aegis_490413 + Name: Twin Head Dragon Ring + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@p = getitempos(); + bonus bMaxHPrate,15; + bonus bMaxSPrate,15; + bonus bAspdRate,10; + bonus bDelayrate,-15; + if (readparam(bDex)>=125) + bonus bLongAtkRate,15; + if (.@p == EQP_ACC_L) { + if (getskilllv("RK_DRAGONBREATH") == 10) { + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; + } + } + if (.@p == EQP_ACC_R) { + if (getskilllv("RK_DRAGONBREATH_WATER") == 10) { + bonus2 bSkillAtk,"RK_DRAGONBREATH",50; + } + } + - Id: 490414 + AegisName: aegis_490414 + Name: "[Not For Sale] Twin Head Dragon Ring" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + .@p = getitempos(); + bonus bMaxHPrate,15; + bonus bMaxSPrate,15; + bonus bAspdRate,10; + bonus bDelayrate,-15; + if (readparam(bDex)>=125) + bonus bLongAtkRate,15; + if (.@p == EQP_ACC_L) { + if (getskilllv("RK_DRAGONBREATH") == 10) { + bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; + } + } + if (.@p == EQP_ACC_R) { + if (getskilllv("RK_DRAGONBREATH_WATER") == 10) { + bonus2 bSkillAtk,"RK_DRAGONBREATH",50; + } + } + - Id: 490415 + AegisName: aegis_490415 + Name: Ring of Unknown Hero (Sorcerer) + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Sage: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490416 + AegisName: aegis_490416 + Name: "[Not For Sale] Ring of Unknown Hero (Sorcerer)" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Sage: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490417 + AegisName: Ep2_Commemorative_Ring + Name: Commemorative Golden Ring Ep2 + Type: Armor + Weight: 100 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 1 + Script: | + bonus bAllStats,7; + - Id: 490418 + AegisName: aegis_490418 + Name: Record of Mage 2 + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Sage: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVariableCastrate,-10; + bonus2 bMagicAddSize,Size_All,6; + bonus2 bSkillAtk,"WL_COMET",30; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30; + - Id: 490419 + AegisName: aegis_490419 + Name: "[Not For Sale] Record of Mage 2" + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + Sage: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bVariableCastrate,-10; + bonus2 bMagicAddSize,Size_All,6; + bonus2 bSkillAtk,"WL_COMET",30; + bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30; + - Id: 490420 + AegisName: aegis_490420 + Name: Ring of Unknown Hero (Ranger) + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490421 + AegisName: aegis_490421 + Name: "[Not For Sale] Ring of Unknown Hero (Ranger)" + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Hunter: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490427 + AegisName: aegis_490427 + Name: Ring of Storm + Type: Armor + Weight: 100 + Slots: 1 + Jobs: + BardDancer: true + Classes: + All_Third: true + Fourth: true + Locations: + Left_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDex,20; + bonus bDelayrate,-15; + bonus bAtkRate,10; + bonus bPerfectHitAddRate,15; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + skill "RA_UNLIMIT",5; + bonus2 bSkillAtk,WM_SEVERE_RAINSTORM,BaseLevel/2; + UnEquipScript: | + sc_end SC_UNLIMIT; + - Id: 490428 + AegisName: aegis_490428 + Name: Chemical Resistant Glove + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 200 + Script: | + bonus bPow,3; + bonus bAtkRate,10; + bonus bPerfectHitAddRate,25; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2; + bonus2 bSkillAtk,"GN_CART_TORNADO",BaseLevel/2; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",BaseLevel/10; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",BaseLevel/10; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",BaseLevel/10; + bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",BaseLevel/10; + - Id: 490429 + AegisName: aegis_490429 + Name: Petal's Tail (Albino) + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 200 + Script: | + bonus bPow,3; + bonus bCritical,50; + bonus bAtkRate,10; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bFixedCastrate,"AB_ORATIO",-100; + bonus2 bFixedCastrate,"AB_RENOVATIO",-100; + bonus2 bSkillAtk,"CD_PETITIO",BaseLevel/10; + bonus2 bSkillAtk,"CD_EFFLIGO",BaseLevel/10; + - Id: 490440 + AegisName: Eclipsedefmind_LT + Name: Lunar Eclipse Guardian Heart-LT + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 190 + Script: | + skill "MG_SIGHT",1; + bonus bMaxHP,15; + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 490453 + AegisName: aegis_490453 + Name: Elemental Jewel + Type: Armor + Weight: 100 + Slots: 1 + Locations: + Both_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 200 + Script: | + bonus bSpl,3; + bonus bMatkRate,10; + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000; + bonus2 bSkillAtk,"SO_VARETYR_SPEAR",BaseLevel/3; + bonus2 bSkillAtk,"EM_CONFLAGRATION",BaseLevel/10; + bonus2 bSkillAtk,"EM_DIAMOND_STORM",BaseLevel/10; + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",BaseLevel/10; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",BaseLevel/10; + bonus2 bSkillAtk,"EM_VENOM_SWAMP",BaseLevel/10; + - Id: 490464 + AegisName: aegis_490464 + Name: Ring of Unknown Hero (Guillotine) + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490465 + AegisName: aegis_490465 + Name: "[Not For Sale] Ring of Unknown Hero (Guillotine)" + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490469 + AegisName: aegis_490469 + Name: Ring of Unknown Hero (Taekwon) + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + StarGladiator: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490470 + AegisName: aegis_490470 + Name: "[Not For Sale] Ring of Unknown Hero (Taekwon)" + Type: Armor + Weight: 100 + Defense: 7 + Slots: 1 + Jobs: + StarGladiator: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Accessory: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + ArmorLevel: 1 + EquipLevelMin: 100 + Script: | + bonus bDelayrate,-3; + bonus bAtkRate,6; + bonus bMatkRate,6; + - Id: 490483 + AegisName: Signet_Of_Spring + Name: "Signet of Circulation: Spring" + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 250 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + bonus bShortAtkRate,10; + bonus bVariableCastrate,-10; + - Id: 490484 + AegisName: Signet_Of_Summer + Name: "Signet of Circulation: Summer" + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 250 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + bonus bLongAtkRate,10; + bonus bVariableCastrate,-10; + - Id: 490485 + AegisName: Signet_Of_Autumn + Name: "Signet of Circulation: Autumn" + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 250 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus bVariableCastrate,-10; + - Id: 490486 + AegisName: Signet_Of_Winter + Name: "Signet of Circulation: Winter" + Type: Armor + Weight: 500 + Defense: 10 + Slots: 1 + Locations: + Left_Accessory: true + ArmorLevel: 2 + EquipLevelMin: 250 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + bonus bCritAtkRate,10; + bonus bVariableCastrate,-10; - Id: 500000 AegisName: IDTest_weapon Name: IDTest weapon @@ -171893,7 +202263,7 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus2 bAddClass,Class_All,2; + bonus bAtkRate,2; bonus bVariableCastrate,-3; .@r = getrefine(); bonus bBaseAtk,.@r*3; @@ -172088,7 +202458,7 @@ Body: bonus bBaseAtk,.@r/2*15; bonus bLongAtkRate,.@r/3*4; if (.@r>=7) { - bonus2 bSkillUseSPrate,"GN_CARTCANNON",-10; + bonus2 bSkillUseSPrate,"GN_CARTCANNON",10; bonus bVariableCastrate,-7; } if (.@r>=9) { @@ -172323,7 +202693,7 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IG_CROSS_RAIN",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"IG_CROSS_RAIN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; @@ -172559,7 +202929,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -172642,6 +203012,7 @@ Body: if (.@r>=7) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Holy,15; bonus bVariableCastrate,-10; if (.@r>=11) { @@ -172847,14 +203218,14 @@ Body: .@l = BaseLevel; .@a = getskilllv("GN_TRAINING_SWORD"); bonus bShortAtkRate,2*.@a; - bonus bAtkRate,5*.@a; + bonus bAtkRate,5; if (.@l>=105) { bonus bDelayrate,-5; bonus2 bSkillAtk,"GN_HELLS_PLANT",25; bonus2 bSkillAtk,"GN_CART_TORNADO",25; if (.@l>=110) { bonus bDelayrate,-10; - bonus2 bAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"GN_HELLS_PLANT",15; bonus2 bSkillAtk,"GN_CART_TORNADO",15; @@ -172887,7 +203258,7 @@ Body: bonus bMatkRate,5; bonus bMatk,195; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -172907,9 +203278,9 @@ Body: if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus2 bMagicAtkEle,Ele_Neutral,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -173241,13 +203612,15 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; - bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10+3*(.@r/2); - bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10+3*(.@r/2); + bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10; + bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10; + bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",3*(.@r/2); + bonus2 bSkillAtk,"RG_BACKSTAP",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,20; if (.@r>=9) { - bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",25; - bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",25; + bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",25; + bonus2 bSkillAtk,"RG_BACKSTAP",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } @@ -173336,15 +203709,15 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus3 bAutoSpell,"MG_FIREBOLT",min(.@r,10),1; - bonus3 bAutoSpell,"MG_FIREBALL",min(.@r,10),1; + bonus3 bAutoSpell,"MG_FIREBOLT",min(.@r,10),80; + bonus3 bAutoSpell,"MG_FIREBALL",min(.@r,10),80; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"MG_FIREBOLT",60; bonus2 bSkillAtk,"MG_FIREBALL",60; if (.@r>=11) { - bonus3 bAutoSpell,"WL_HELLINFERNO",4,1; + bonus3 bAutoSpell,"WL_HELLINFERNO",4,40; } } } @@ -173481,7 +203854,7 @@ Body: } - Id: 500057 AegisName: aegis_500057 - Name: Heroria Crusader Sword # !todo check english name + Name: Herosria Crusader Sword Type: Weapon SubType: 1hSword Weight: 1500 @@ -173497,12 +203870,12 @@ Body: Refineable: true Script: | bonus2 bMagicAtkEle,Ele_Holy,10; - bonus bLongAtkDef,5; + bonus bLongAtkRate,-5; bonus bVariableCastrate,-10; bonus bDef,-150; - Id: 500058 AegisName: aegis_500058 - Name: Heroria Guardian Sword # !todo check english name + Name: Herosria Guardian Sword Type: Weapon SubType: 1hSword Weight: 1500 @@ -173528,7 +203901,7 @@ Body: bonus bDef,300; - Id: 500059 AegisName: Hs_Am_Sword - Name: Heroria Alchemic Sword # !todo check english name + Name: Herosria Alchemic Sword Type: Weapon SubType: 1hSword Weight: 1500 @@ -173543,12 +203916,12 @@ Body: Refineable: true Script: | bonus bShortAtkRate,10; - bonus bLongAtkDef,5; + bonus bLongAtkRate,-5; bonus bAspdRate,10; bonus bDef,-150; - Id: 500060 AegisName: aegis_500060 - Name: Heroria Basic Sword # !todo check english name + Name: Herosria Basic Sword Type: Weapon SubType: 1hSword Weight: 1500 @@ -173563,7 +203936,7 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,5; + bonus bCritAtkRate,-5; bonus bShortAtkRate,10; bonus bCritical,-5; bonus bHit,30; @@ -173705,7 +204078,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -173714,7 +204087,7 @@ Body: } - Id: 500065 AegisName: Blood_Rapier - Name: Blood Rapier # !todo check english name + Name: Blood Rapier Type: Weapon SubType: 1hSword Weight: 1500 @@ -173758,7 +204131,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -173767,7 +204140,7 @@ Body: } - Id: 500066 AegisName: Victory_Sword - Name: Victory Sword # !todo check english name + Name: Victory Sword Type: Weapon SubType: 1hSword Weight: 1500 @@ -173807,7 +204180,7 @@ Body: } } if (.@g>=ENCHANTGRADE_D) { - bonus bShortAtkRate,5; + bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { @@ -173820,7 +204193,7 @@ Body: } - Id: 500067 AegisName: aegis_500067 - Name: Level 1 One-Handed Sword # !todo check english name + Name: 1Lv One-handed Swords Type: Weapon SubType: 1hSword Attack: 10 @@ -173848,7 +204221,7 @@ Body: Refineable: true - Id: 500068 AegisName: aegis_500068 - Name: Level 2 One-Handed Sword # !todo check english name + Name: 2Lv One-handed Swords Type: Weapon SubType: 1hSword Attack: 10 @@ -173876,7 +204249,7 @@ Body: Refineable: true - Id: 500069 AegisName: aegis_500069 - Name: Level 3 One-Handed Sword # !todo check english name + Name: 3Lv One-handed Swords Type: Weapon SubType: 1hSword Attack: 10 @@ -173904,7 +204277,7 @@ Body: Refineable: true - Id: 500070 AegisName: aegis_500070 - Name: Level 4 One-Handed Sword # !todo check english name + Name: 4Lv One-handed Swords Type: Weapon SubType: 1hSword Attack: 10 @@ -174093,6 +204466,188 @@ Body: } } } + - Id: 500081 + AegisName: aegis_500081 + Name: Open Illusion Immaterial Sword + Type: Weapon + SubType: 1hSword + Weight: 1000 + Attack: 270 + Range: 1 + Slots: 1 + Jobs: + Alchemist: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-3*(.@r/2); + if (BaseLevel>=150) + bonus bBaseAtk,(min(BaseLevel,170)*3); + if (.@r>=7) + bonus bVariableCastrate,-5; + if (.@r>=9) + bonus bAtkRate,5; + - Id: 500092 + AegisName: Dimen_IG_Sword + Name: Dimensions Imperial Sword + Type: Weapon + SubType: 1hSword + Weight: 2300 + Attack: 100 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + Crusader: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"IG_CROSS_RAIN",15+5*(.@r/3); + bonus2 bSkillAtk,"LG_RAYOFGENESIS",25+7*(.@r/3); + bonus bMatk,25*(.@r/2); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Holy,25; + bonus2 bMagicAtkEle,Ele_Neutral,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1000; + if (.@r>=11) { + bonus2 bSkillAtk,"IG_CROSS_RAIN",15; + bonus2 bSkillAtk,"LG_RAYOFGENESIS",45; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"IG_CROSS_RAIN",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 500093 + AegisName: Dimen_BO_Sword + Name: Dimensions Biological Sword + Type: Weapon + SubType: 1hSword + Weight: 1800 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + Alchemist: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bCRate,5; + if (.@r>=11) { + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 500094 + AegisName: Dimen_HN_Sword + Name: Dimensions Hyper Sword + Type: Weapon + SubType: 1hSword + Weight: 1800 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + SuperNovice: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 510001 AegisName: Boost_Dagger Name: Booster Dagger @@ -174255,7 +204810,7 @@ Body: Script: | .@r = getrefine(); bonus bBaseAtk,.@r/2*10; - bonus bAspdRate,(.@r*2/3); + bonus bAspdRate,(.@r/3)*2; if (.@r>=9) { bonus2 bSkillAtk,"SC_FATALMENACE",20; } @@ -174408,6 +204963,7 @@ Body: bonus bBaseAtk,3*(.@r+(min(BaseLevel,195)/15)); if (.@r>=7) { bonus bDelayrate,-1*getskilllv("RG_BACKSTAP"); + bonus2 bMagicAtkEle,Ele_Neutral,getskilllv("RG_PLAGIARISM"); } if (.@r>=9) { bonus bAspd,1; @@ -174482,7 +205038,7 @@ Body: bonus2 bSkillAtk,"SC_FATALMENACE",25; } if (.@r>=9) { - bonus2 bSkillUseSPrate,"SC_FATALMENACE",-15; + bonus2 bSkillUseSPrate,"SC_FATALMENACE",15; bonus bDelayrate,-7; } if (.@r>=11) { @@ -174521,6 +205077,22 @@ Body: Right_Hand: true WeaponLevel: 5 Refineable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAllTraitStats,1; + if (.@g>=ENCHANTGRADE_D) { + bonus bPow,.@r; + } + if (.@g>=ENCHANTGRADE_C) { + bonus bSpl,.@r; + } + if (.@g>=ENCHANTGRADE_B) { + bonus bSta,.@r; + bonus bPAtk,.@r*2; + bonus bSMatk,.@r*2; + bonus bCRate,.@r; + } - Id: 510022 AegisName: Up_Fog_Dew_Sword Name: Patent Kiri no Tsuyu @@ -174698,12 +205270,12 @@ Body: } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,2; - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",10; + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_B) { - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",10; + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; } } } @@ -174842,6 +205414,7 @@ Body: if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=9) { + bonus2 bMagicAddSize,Size_Medium,20; bonus2 bMagicAddSize,Size_Large,20; if (.@r>=11) { autobonus "{ bonus2 bMagicAddRace,RC_All,15; }",1,10000,BF_MAGIC; @@ -174959,9 +205532,9 @@ Body: if (BaseLevel>=60) bonus bCritical,30; if (BaseLevel>=75) - bonus bCriticalRate,5; + bonus bCritAtkRate,5; if (BaseLevel>=90) - bonus bCriticalRate,10; + bonus bCritAtkRate,10; - Id: 510038 AegisName: 3Para_Dagger_SC Name: Paradise Shadow Chaser Dagger @@ -174998,8 +205571,8 @@ Body: bonus bAspd,1; if (.@l>=110) { bonus bShortAtkRate,15; - bonus2 bAddSize,Size_ALL,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"SC_FATALMENACE",15; bonus2 bMagicAtkEle,Ele_Neutral,15; @@ -175031,15 +205604,15 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("SM_SWORD"); - bonus bShortAtkRate,1*.@a; + bonus bShortAtkRate,.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAspdRate,10; bonus2 bSkillAtk,"RG_RAID",25; bonus2 bSkillAtk,"RG_BACKSTAP",25; if (.@l>=110) { - bonus bShortAtkRate,15; - bonus2 bAddSize,Size_ALL,15; + bonus bShortAtkRate,10; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"RG_RAID",15; bonus2 bSkillAtk,"RG_BACKSTAP",15; @@ -175072,7 +205645,7 @@ Body: bonus bMatkRate,5; bonus bMatk,195; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -175089,9 +205662,9 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -175150,6 +205723,58 @@ Body: } } } + - Id: 510042 + AegisName: Rebirth_Athame + Name: Rebirth Athame + Type: Weapon + SubType: Dagger + Buy: 20 + Weight: 300 + Attack: 30 + MagicAttack: 180 + Range: 1 + Slots: 1 + Jobs: + Alchemist: true + Assassin: true + BardDancer: true + Blacksmith: true + Crusader: true + Hunter: true + KagerouOboro: true + Knight: true + Merchant: true + Ninja: true + Rogue: true + Sage: true + SoulLinker: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + skill "WZ_STORMGUST",1; + bonus2 bMagicAtkEle,Ele_Water,3*.@r; + if (getskilllv("GN_MANDRAGORA") == 5) + bonus3 bSPVanishRate,1000,10,BF_WEAPON; + if (.@r>=5) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,5; + } + if (.@r>=7) + skill "WZ_STORMGUST",min(10,.@r); + if (.@r>=9) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,5; + } - Id: 510043 AegisName: Kings_Bless_A Name: Awakened King Sword of Praising Glory @@ -175298,7 +205923,7 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus3 bAutoSpell,"SO_CLOUD_KILL",1,1; - bonus2 bMagicAtkEle,Ele_Poison,15; + autobonus "{ bonus2 bMagicAtkEle,Ele_Poison,15; }",20,5000,BF_WEAPON; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=9) { @@ -175310,9 +205935,9 @@ Body: } } if (.@g >= ENCHANTGRADE_D) { - bonus bSmatk,2; + bonus bSMatk,2; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,15; @@ -175339,14 +205964,19 @@ Body: Refineable: true Gradable: true Script: | + .@r = getrefine(); .@g = getenchantgrade(); + bonus2 bSkillAtk,"SS_SEKIENHOU",5*(.@r/2); + bonus2 bSkillAtk,"SS_REIKETSUHOU",5*(.@r/2); + bonus2 bSkillAtk,"SS_ANTENPOU",7*(.@r/3); + bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,1; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SS_SEKIENHOU",7; bonus2 bSkillAtk,"SS_REIKETSUHOU",7; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,1; + bonus bSMatk,1; } } } @@ -175374,14 +206004,15 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",7*(.@r/2); - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",10*(.@r/3); + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10*(.@r/3); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); + bonus bAspdRate,7*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -175583,7 +206214,7 @@ Body: bonus2 bSkillAtk,"SS_RAIDENPOU",5; bonus2 bSkillAtk,"SS_KINRYUUHOU",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"SS_RAIDENPOU",3; bonus2 bSkillAtk,"SS_KINRYUUHOU",3; if (.@g >= ENCHANTGRADE_B) { @@ -175611,19 +206242,6 @@ Body: EquipLevelMin: 190 Refineable: true Gradable: true - Script: | - .@g = getenchantgrade(); - if (.@g >= ENCHANTGRADE_D) { - bonus bAtkRate,3; - if (.@g >= ENCHANTGRADE_C) { - bonus bLongAtkRate,15; - bonus bPAtk,1; - if (.@g >= ENCHANTGRADE_B) { - bonus bPAtk,2; - bonus bPow,3; - } - } - } - Id: 510061 AegisName: Glacier_R_Knife Name: Glacier Rogue Knife @@ -175684,7 +206302,9 @@ Body: bonus2 bMagicAddEle,Ele_Dark,7; bonus2 bAddEle,Ele_Dark,7; if (.@r>=7) { + bonus2 bAddEle,Ele_Undead,13; bonus2 bMagicAddEle,Ele_Undead,13; + bonus2 bAddEle,Ele_Dark,13; bonus2 bMagicAddEle,Ele_Dark,13; if (.@r>=9) { bonus2 bSkillAtk,"KO_HAPPOKUNAI",35; @@ -175779,6 +206399,7 @@ Body: bonus bAspdRate,getskilllv("SM_SWORD"); if (.@r>=9) { bonus bLongAtkRate,10; + bonus bShortAtkRate,10; bonus2 bSkillAtk,"RG_BACKSTAP",15; bonus2 bSkillAtk,"RG_RAID",15; if (.@r>=11) { @@ -176009,7 +206630,7 @@ Body: } - Id: 510079 AegisName: aegis_510079 - Name: Heroria Alchemic Dagger # !todo check english name + Name: Herosria Alchemic Dagger Type: Weapon SubType: Dagger Weight: 1500 @@ -176024,13 +206645,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bLongAtkDef,5; + bonus bLongAtkRate,-5; bonus bHealPower,10; bonus bDelayrate,-10; bonus bAtkRate,-3; - Id: 510080 AegisName: aegis_510080 - Name: Heroria Assassin Dagger I # !todo check english name + Name: Herosria Assassin Dagger I Type: Weapon SubType: Dagger Weight: 1500 @@ -176045,7 +206666,7 @@ Body: Refineable: true - Id: 510081 AegisName: aegis_510081 - Name: Heroria Assassin Dagger II # !todo check english name + Name: Herosria Assassin Dagger II Type: Weapon SubType: Dagger Weight: 1500 @@ -176060,7 +206681,7 @@ Body: Refineable: true - Id: 510082 AegisName: aegis_510082 - Name: Heroria Assassin Knife I # !todo check english name + Name: Herosria Assassin Knife I Type: Weapon SubType: Dagger Weight: 1500 @@ -176075,7 +206696,7 @@ Body: Refineable: true - Id: 510083 AegisName: aegis_510083 - Name: Heroria Assassin Knife Ⅱ # !todo check english name + Name: Herosria Assassin Knife II Type: Weapon SubType: Dagger Weight: 1500 @@ -176090,7 +206711,7 @@ Body: Refineable: true - Id: 510084 AegisName: aegis_510084 - Name: Heroria Log Knife # !todo check english name + Name: Herosria Rogue Knife Type: Weapon SubType: Dagger Weight: 1500 @@ -176110,7 +206731,7 @@ Body: bonus bBaseAtk,30; - Id: 510085 AegisName: aegis_510085 - Name: Heroria Log Dagger # !todo check english name + Name: Herosria Rogue Dagger Type: Weapon SubType: Dagger Weight: 1500 @@ -176131,7 +206752,7 @@ Body: bonus bVariableCastrate,-10; - Id: 510086 AegisName: aegis_510086 - Name: Heroria Hunter Knife # !todo check english name + Name: Herosria Hunter Knife Type: Weapon SubType: Dagger Weight: 1500 @@ -176152,7 +206773,7 @@ Body: bonus bHit,30; - Id: 510087 AegisName: aegis_510087 - Name: Heroria Ninja Dagger I # !todo check english name + Name: Herosria Ninja Dagger I Type: Weapon SubType: Dagger Weight: 1500 @@ -176168,7 +206789,7 @@ Body: Refineable: true - Id: 510088 AegisName: aegis_510088 - Name: Heroria Ninja Dagger II # !todo check english name + Name: Herosria Ninja Dagger II Type: Weapon SubType: Dagger Weight: 1500 @@ -176184,7 +206805,7 @@ Body: Refineable: true - Id: 510089 AegisName: aegis_510089 - Name: Heroria Ninjudo I # !todo check english name + Name: Herosria Ninja Knife I Type: Weapon SubType: Dagger Weight: 1500 @@ -176201,7 +206822,7 @@ Body: Refineable: true - Id: 510090 AegisName: aegis_510090 - Name: Heroria Ninjudo Ⅱ # !todo check english name + Name: Herosria Ninja Knife II Type: Weapon SubType: Dagger Weight: 1500 @@ -176266,7 +206887,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -176319,7 +206940,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -176328,7 +206949,7 @@ Body: } - Id: 510096 AegisName: aegis_510096 - Name: Level 1 Dagger # !todo check english name + Name: 1Lv Dagger Type: Weapon SubType: Dagger Attack: 10 @@ -176360,7 +206981,7 @@ Body: Refineable: true - Id: 510097 AegisName: aegis_510097 - Name: Level 2 Dagger # !todo check english name + Name: 2Lv Dagger Type: Weapon SubType: Dagger Attack: 10 @@ -176392,7 +207013,7 @@ Body: Refineable: true - Id: 510098 AegisName: aegis_510098 - Name: Level 3 Dagger # !todo check english name + Name: 3Lv Dagger Type: Weapon SubType: Dagger Attack: 10 @@ -176424,7 +207045,7 @@ Body: Refineable: true - Id: 510099 AegisName: aegis_510099 - Name: Level 4 Dagger # !todo check english name + Name: 4Lv Dagger Type: Weapon SubType: Dagger Attack: 10 @@ -176633,6 +207254,239 @@ Body: WeaponLevel: 5 EquipLevelMin: 250 Refineable: true + - Id: 510118 + AegisName: aegis_510118 + Name: Incurable Evil Sword + Type: Weapon + SubType: Dagger + Weight: 600 + Attack: 120 + MagicAttack: 120 + Range: 3 + Slots: 1 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 200 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubRace,RC_Player_Doram,10; + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bVariableCastrate,"ABC_ABYSS_SQUARE",-100; + bonus2 bVariableCastrate,"ABC_ABYSS_STRIKE",-100; + bonus2 bAddSize,Size_All,10*.@r; + if (.@r>=8) { + bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",25; + bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",25; + bonus2 bSkillAtk,"ABC_ABYSS_STRIKE",25; + if (.@r>=10) { + autobonus "{ bonus2 bMagicAtkEle,Ele_Neutral,50; }",50,10000,BF_MAGIC; + } + } + - Id: 510120 + AegisName: aegis_510120 + Name: Opened Illusion Moonlight Sword + Type: Weapon + SubType: Dagger + Weight: 400 + Attack: 180 + Range: 1 + Slots: 2 + Jobs: + Rogue: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,3*.@r; + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) { + bonus bAtkRate,5; + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + } + } + - Id: 510139 + AegisName: Dimen_ABC_Knife + Name: Dimensions Abyss Knife + Type: Weapon + SubType: Dagger + Weight: 1800 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"ABC_DEFT_STAB",15+5*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bShortAtkRate,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 510150 + AegisName: Demonius_Furious + Name: Furious Demonius + Type: Weapon + SubType: Dagger + Weight: 1400 + Attack: 180 + Range: 1 + Slots: 2 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"ABC_DEFT_STAB",5; + if (BaseLevel>=210) { + bonus bAtkRate,4; + bonus bBaseAtk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",10; + if (.@r>=10) { + bonus bDelayrate,-10; + if (.@r>=11) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,15; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"ABC_DEFT_STAB",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + bonus bAtkRate,3*(.@r/2); + } + } + } + } + - Id: 510151 + AegisName: Demonsword_Furious + Name: Furious Demon Sword + Type: Weapon + SubType: Dagger + Weight: 1400 + Attack: 140 + MagicAttack: 180 + Range: 1 + Slots: 2 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; + if (BaseLevel>=210) { + bonus bMatkRate,4; + bonus bMatk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",5; + } + if (BaseLevel>=230) { + bonus2 bMagicAddSize,Size_All,10; + } + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + if (.@r>=9) { + bonus bAspdRate,10; + if (.@r>=10) { + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + if (.@r>=11) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + bonus bMatkRate,3*(.@r/2); + } + } + } + } - Id: 520000 AegisName: Boost_Axe Name: Booster Axe @@ -176661,7 +207515,7 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bAddClass,Class_All,5; + bonus bAtkRate,5; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; @@ -176741,6 +207595,41 @@ Body: if (.@r>=11) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",25; } + - Id: 520003 + AegisName: Scythe_Of_Ice_Flame + Name: Scythe of Ice Flame + Type: Weapon + SubType: 1hAxe + Buy: 20 + Weight: 4000 + Attack: 360 + MagicAttack: 290 + Range: 3 + Slots: 1 + Jobs: + Alchemist: true + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bStr,3; + bonus bInt,5; + bonus2 bResEff,Eff_Freeze,((.@r>=9)?10000:(.@r>=7?7500:5000)); + bonus2 bResEff,Eff_Burning,((.@r>=9)?10000:(.@r>=7?7500:5000)); + bonus2 bSkillAtk,"MC_MAMMONITE",BaseLevel*10; + bonus2 bHPDrainRate,1000,((.@r>=9)?4:(.@r>=7?2:1)); + bonus bMaxHPrate,2*.@r; + bonus bAtkRate,2*.@r; + bonus bPerfectHitAddRate,2*.@r; + if (.@r>=10) + bonus bNoSizeFix; - Id: 520008 AegisName: Adulter_F_Axe Name: Adulter Fides Axe @@ -176926,7 +207815,7 @@ Body: bonus2 bSkillAtk,"NC_ARMSCANNON",25; if (.@l>=110) { bonus bDelayrate,-10; - bonus2 bAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; @@ -177026,7 +207915,7 @@ Body: bonus bUnbreakableWeapon; - Id: 520022 AegisName: Hs_Bs_Axe - Name: Heroria Axe # !todo check english name + Name: Herosria Axe Type: Weapon SubType: 1hAxe Weight: 1500 @@ -177042,12 +207931,12 @@ Body: Script: | bonus bUnbreakableWeapon; bonus bShortAtkRate,10; - bonus bLongAtkDef,5; + bonus bLongAtkRate,-5; bonus bAspdRate,10; bonus bDef,-150; - Id: 520024 AegisName: aegis_520024 - Name: Level 1 Axe # !todo check english name + Name: 1Lv One-handed Axe. Type: Weapon SubType: 1hAxe Attack: 10 @@ -177070,7 +207959,7 @@ Body: Refineable: true - Id: 520027 AegisName: aegis_520027 - Name: Level 2 Axe # !todo check english name + Name: 2Lv One-handed Axe. Type: Weapon SubType: 1hAxe Attack: 10 @@ -177093,7 +207982,7 @@ Body: Refineable: true - Id: 520028 AegisName: aegis_520028 - Name: Level 3 Axe # !todo check english name + Name: 3Lv One-handed Axe. Type: Weapon SubType: 1hAxe Attack: 10 @@ -177116,7 +208005,7 @@ Body: Refineable: true - Id: 520029 AegisName: aegis_520029 - Name: Level 4 Axe # !todo check english name + Name: 4Lv One-handed Axe. Type: Weapon SubType: 1hAxe Attack: 10 @@ -177206,6 +208095,37 @@ Body: } } } + - Id: 520033 + AegisName: aegis_520033 + Name: Opened Illusion War Axe + Type: Weapon + SubType: 1hAxe + Weight: 1500 + Attack: 255 + Range: 1 + Slots: 1 + Jobs: + Blacksmith: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bLuk,3; + bonus bHit,3*(.@r/2); + bonus bCritical,3*(.@r/2); + if (BaseLevel>=150) + bonus bBaseAtk,(min(BaseLevel,170)*3); + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) + bonus bAtkRate,5; - Id: 530000 AegisName: Boost_Spear Name: Booster Spear @@ -177358,14 +208278,17 @@ Body: } if (.@r>=9) { bonus bAspd,1; + bonus2 bSkillAtk,"LG_OVERBRAND",25; bonus2 bSkillAtk,"LG_BANISHINGPOINT",25; bonus2 bSkillAtk,"LG_CANNONSPEAR",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bLongAtkRate,15; + bonus bShortAtkRate,15; } if (.@r>=13) { + bonus2 bSkillAtk,"LG_OVERBRAND",15; bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus2 bSkillAtk,"LG_CANNONSPEAR",15; } @@ -177701,7 +208624,7 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("CR_SPEARQUICKEN"); - bonus bAspdRate,1*.@a; + bonus bAspdRate,.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAspd,1; @@ -177711,7 +208634,7 @@ Body: if (.@l>=110) { bonus bShortAtkRate,15; bonus bLongAtkRate,15; - bonus2 bAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus2 bSkillAtk,"LG_CANNONSPEAR",15; @@ -177863,7 +208786,7 @@ Body: Refineable: true - Id: 530028 AegisName: Rhongomyniad - Name: Spear of Shining Silver + Name: Shining Silver Spear Type: Weapon SubType: 1hSpear Weight: 1800 @@ -178001,7 +208924,7 @@ Body: } - Id: 530036 AegisName: Hs_Cr_Spear - Name: Heroria Spear # !todo check english name + Name: Herosria Spear Type: Weapon SubType: 1hSpear Weight: 1500 @@ -178015,13 +208938,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,5; + bonus bCritAtkRate,-5; bonus bLongAtkRate,10; - bonus bAspdRate,5; + bonus bAspdRate,-5; bonus bHit,30; - Id: 530040 AegisName: aegis_530040 - Name: Level 1 One-Handed Spear # !todo check english name + Name: 1Lv One-handed Spear Type: Weapon SubType: 1hSpear Attack: 10 @@ -178041,7 +208964,7 @@ Body: Refineable: true - Id: 530041 AegisName: aegis_530041 - Name: Level 2 One-Handed Spear # !todo check english name + Name: 2Lv One-handed Spear Type: Weapon SubType: 1hSpear Attack: 10 @@ -178061,7 +208984,7 @@ Body: Refineable: true - Id: 530042 AegisName: aegis_530042 - Name: Level 3 One-Handed Spear # !todo check english name + Name: 3Lv One-handed Spear Type: Weapon SubType: 1hSpear Attack: 10 @@ -178081,7 +209004,7 @@ Body: Refineable: true - Id: 530043 AegisName: aegis_530043 - Name: Level 4 One-Handed Spear # !todo check english name + Name: 4Lv One-handed Spear Type: Weapon SubType: 1hSpear Attack: 10 @@ -178165,13 +209088,100 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } + - Id: 530049 + AegisName: aegis_530049 + Name: Opened Illusion Pole Axe + Type: Weapon + SubType: 1hSpear + Weight: 1100 + Attack: 255 + MagicAttack: 240 + Range: 3 + Slots: 1 + Jobs: + Crusader: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,3*.@r; + bonus bVariableCastrate,-3*(.@r/2); + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + bonus bMatk,(min(BaseLevel,170)*3); + } + if (.@r>=7) { + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + } + if (.@r>=9) { + bonus bAtkRate,5; + bonus bMatkRate,5; + } + - Id: 530054 + AegisName: Dimen_IG_Spear + Name: Dimensions Imperial Spear + Type: Weapon + SubType: 1hSpear + Weight: 2500 + Attack: 240 + Range: 3 + Slots: 2 + Jobs: + Crusader: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"IG_OVERSLASH",15+5*(.@r/3); + bonus2 bSkillAtk,"LG_OVERBRAND",25+7*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bShortAtkRate,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"IG_OVERSLASH",15; + bonus2 bSkillAtk,"LG_OVERBRAND",45; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"IG_OVERSLASH",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 540000 AegisName: Boost_Spl_Book Name: Booster Spellbook @@ -178242,6 +209252,7 @@ Body: .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; + bonus bAtkRate,5; if (.@r>=7) { bonus bAspdRate,getskilllv("TK_RUN"); } @@ -178308,12 +209319,14 @@ Body: bonus bMatk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25; + bonus2 bSkillAtk,"MG_FIREBOLT",25; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30; + bonus2 bSkillAtk,"MG_FIREBOLT",30; } - Id: 540009 AegisName: SB_B_Book @@ -178428,14 +209441,16 @@ Body: .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus bMatk,.@r/2*10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",25*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3); bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; bonus2 bSkillAtk,"AB_JUDEX",30; } if (.@r>=11) { @@ -178510,7 +209525,7 @@ Body: bonus2 bSkillAtk,"EM_DIAMOND_STORM",5; bonus2 bSkillAtk,"EM_TERRA_DRIVE",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"EM_DIAMOND_STORM",8; bonus2 bSkillAtk,"EM_TERRA_DRIVE",8; if (.@g >= ENCHANTGRADE_B) { @@ -178547,11 +209562,13 @@ Body: bonus bAtkRate,5; bonus bMatk,215; bonus2 bSkillAtk,"CD_PETITIO",10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",3*(.@r/2); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",3*(.@r/2); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Holy,15; } @@ -178560,7 +209577,7 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"CD_PETITIO",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"CD_PETITIO",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; @@ -178570,7 +209587,7 @@ Body: } - Id: 540018 AegisName: Military_Law_Book - Name: Six Abbreviations + Name: Military Law Book Type: Weapon SubType: Book Buy: 20 @@ -178684,15 +209701,18 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bMatk,12*(.@r/3); bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; if (.@r>=9) { bonus bAspdRate,10; if (.@r>=11) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40; if (.@r>=12) { bonus bShortAtkRate,15; } @@ -178750,13 +209770,16 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",25; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",25; if (.@r>=12) { bonus bShortAtkRate,15; } @@ -178810,7 +209833,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -178862,7 +209885,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -178890,15 +209913,18 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bMatk,12*(.@r/3); bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; if (.@r>=9) { bonus bAspdRate,10; if (.@r>=11) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40; if (.@r>=12) { bonus bShortAtkRate,15; } @@ -178912,7 +209938,8 @@ Body: } } if (.@g >= ENCHANTGRADE_C) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; bonus bAtkRate,7; @@ -179096,7 +210123,7 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Neutral,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_DIAMONDDUST",15; @@ -179134,7 +210161,7 @@ Body: .@a = getskilllv("SA_AUTOSPELL"); bonus bMatk,180; bonus bMatkRate,5; - bonus bAspdRate,1*.@a; + bonus bAspdRate,.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; @@ -179150,7 +210177,7 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"MG_FIREBOLT",15; bonus2 bSkillAtk,"MG_COLDBOLT",15; @@ -179187,7 +210214,7 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("TK_HPTIME"); - bonus bShortAtkRate,1*.@a; + bonus bShortAtkRate,.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAtkRate,10; @@ -179195,7 +210222,7 @@ Body: bonus2 bSkillAtk,"SJ_SOLARBURST",25; if (.@l>=110) { bonus bShortAtkRate,10; - bonus2 bAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15; bonus2 bSkillAtk,"SJ_SOLARBURST",15; @@ -179229,7 +210256,7 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("TK_HPTIME"); - bonus bShortAtkRate,1*.@a; + bonus bShortAtkRate,.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAtkRate,10; @@ -179237,7 +210264,7 @@ Body: bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@l>=110) { bonus bShortAtkRate,10; - bonus2 bAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; @@ -179271,14 +210298,16 @@ Body: bonus bMatkRate,5; bonus bMatk,190; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,15; + bonus2 bMagicAtkEle,Ele_Neutral,15; bonus bAspdRate,10; if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",45; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",45; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",45; bonus2 bSkillAtk,"AB_JUDEX",45; if (.@r>=11) { bonus5 bAutoSpell,"AB_JUDEX",max(5,getskilllv("AB_JUDEX")),100,BF_SHORT|BF_WEAPON,1; @@ -179289,16 +210318,18 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Holy,15; - bonus bSmatk,1; + bonus2 bMagicAtkEle,Ele_Neutral,15; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } } bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); - bonus2 bSkillAtk,"AB_DUPLELIGHT",25*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3); bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3); - Id: 540038 AegisName: Melon_Book @@ -179372,6 +210403,7 @@ Body: if (.@r>=9) { bonus bShortAtkRate,10; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",25; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",25; bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; bonus2 bSkillAtk,"SJ_NEWMOONKICK",25; if (.@r>=11) { @@ -179379,6 +210411,7 @@ Body: bonus bAtkRate,10; if (.@r>=13) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; } @@ -179464,7 +210497,7 @@ Body: bonus2 bSkillAtk,"EM_CONFLAGRATION",10; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -179522,8 +210555,10 @@ Body: EquipLevelMin: 200 Refineable: true Script: | + .@r = getrefine(); bonus bUnbreakableWeapon; - bonus bShortAtkRate,3*(getrefine()/4); + bonus bShortAtkRate,3*(.@r/4); + bonus2 bSkillAtk,"SKE_NOON_BLAST",5*(.@r/2); - Id: 540044 AegisName: Poenitentia_Radius Name: Poenitentia Radius @@ -179599,13 +210634,16 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",25; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",25; if (.@r>=12) { bonus bShortAtkRate,15; } @@ -179619,6 +210657,7 @@ Body: } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { @@ -179830,7 +210869,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -179884,7 +210923,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -179938,7 +210977,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -180166,7 +211205,7 @@ Body: } - Id: 540061 AegisName: aegis_540061 - Name: Heroria Elemental Book # !todo check english name + Name: Herosria Elemental Book Type: Weapon SubType: Book Weight: 1500 @@ -180182,14 +211221,14 @@ Body: Refineable: true Script: | bonus2 bMagicAtkEle,Ele_Wind,-5; - bonus2 bMagicAtkEle,Ele_Water,-5+10; - bonus2 bMagicAtkEle,Ele_Fire,-5+10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Earth,-5; bonus bDelayrate,5; bonus bVariableCastrate,-15; - Id: 540062 AegisName: aegis_540062 - Name: Heroic Sorceric Book # !todo check english name + Name: Herosria Sorceric Book Type: Weapon SubType: Book Weight: 1500 @@ -180204,15 +211243,15 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus2 bMagicAtkEle,Ele_Wind,-5+10; + bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Water,-5; bonus2 bMagicAtkEle,Ele_Fire,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5+10; + bonus2 bMagicAtkEle,Ele_Earth,10; bonus bVariableCastrate,5; bonus bMatkRate,5; - Id: 540063 AegisName: aegis_540063 - Name: Heroria Demonic Bible # !todo check english name + Name: Herosria Demonic Book Type: Weapon SubType: Book Weight: 1500 @@ -180226,13 +211265,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,5; + bonus bCritAtkRate,-5; bonus bShortAtkRate,10; bonus bAspdRate,10; bonus bCritical,-5; - Id: 540064 AegisName: aegis_540064 - Name: Heroria Star Book # !todo check english name + Name: Herosria Star Book Type: Weapon SubType: Book Weight: 1500 @@ -180252,7 +211291,7 @@ Body: bonus bAspdRate,10; - Id: 540065 AegisName: aegis_540065 - Name: Heroria Gladiator Book # !todo check english name + Name: Herosria Gladiator Book Type: Weapon SubType: Book Weight: 1500 @@ -180273,7 +211312,7 @@ Body: bonus bHit,-15; - Id: 540066 AegisName: aegis_540066 - Name: Heroic Book of Orders # !todo check english name + Name: Herosria Martial Arts Book Type: Weapon SubType: Book Weight: 1500 @@ -180293,7 +211332,7 @@ Body: bonus bHit,30; - Id: 540068 AegisName: aegis_540068 - Name: Level 1 Book # !todo check english name + Name: 1Lv Book Type: Weapon SubType: Book Attack: 10 @@ -180310,7 +211349,7 @@ Body: Refineable: true - Id: 540069 AegisName: aegis_540069 - Name: Level 2 Book # !todo check english name + Name: 2Lv Book Type: Weapon SubType: Book Attack: 10 @@ -180327,7 +211366,7 @@ Body: Refineable: true - Id: 540071 AegisName: aegis_540071 - Name: Level 3 Book # !todo check english name + Name: 3Lv Book Type: Weapon SubType: Book Attack: 10 @@ -180344,7 +211383,7 @@ Body: Refineable: true - Id: 540072 AegisName: aegis_540072 - Name: Level 4 Book # !todo check english name + Name: 4Lv Book Type: Weapon SubType: Book Attack: 10 @@ -180474,6 +211513,440 @@ Body: } } } + - Id: 540079 + AegisName: Dimen_EM_M_Book + Name: Dimensions Elemental Magic Book + Type: Weapon + SubType: Book + Weight: 1800 + Attack: 100 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + Sage: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"EM_DIAMOND_STORM",15+5*(.@r/3); + bonus2 bSkillAtk,"EM_CONFLAGRATION",15+5*(.@r/3); + bonus bMatk,25*(.@r/2); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Water,25; + bonus2 bMagicAtkEle,Ele_Fire,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"EM_DIAMOND_STORM",15; + bonus2 bSkillAtk,"EM_CONFLAGRATION",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"EM_DIAMOND_STORM",15; + bonus2 bSkillAtk,"EM_CONFLAGRATION",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 540080 + AegisName: Dimen_EM_S_Book + Name: Dimensions Elemental Spell Book + Type: Weapon + SubType: Book + Weight: 1800 + Attack: 100 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + Sage: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",15+5*(.@r/3); + bonus2 bSkillAtk,"EM_TERRA_DRIVE",15+5*(.@r/3); + bonus bMatk,25*(.@r/2); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Earth,25; + bonus2 bMagicAtkEle,Ele_Wind,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",15; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",15; + bonus2 bSkillAtk,"EM_TERRA_DRIVE",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 540081 + AegisName: Dimen_CD_Bible + Name: Dimensions Saint Bible + Type: Weapon + SubType: Book + Weight: 1800 + Attack: 230 + Range: 1 + Slots: 2 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"CD_PETITIO",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"CD_PETITIO",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_PETITIO",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 540082 + AegisName: Dimen_SKE_M_Book + Name: Dimensions Emperor Moon Book + Type: Weapon + SubType: Book + Weight: 1800 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"SKE_DAWN_BREAK",15+5*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bShortAtkRate,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"SKE_DAWN_BREAK",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SKE_DAWN_BREAK",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 540083 + AegisName: Dimen_SKE_S_Book + Name: Dimensions Emperor Sun Book + Type: Weapon + SubType: Book + Weight: 2200 + Attack: 230 + Range: 1 + Slots: 2 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"SKE_SUNSET_BLAST",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"SKE_SUNSET_BLAST",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SKE_SUNSET_BLAST",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 540086 + AegisName: SaintBook_Furious + Name: Furious Saint Book + Type: Weapon + SubType: Book + Weight: 1200 + Attack: 175 + MagicAttack: 145 + Range: 1 + Slots: 2 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"CD_PETITIO",5; + if (BaseLevel>=210) { + bonus bAtkRate,4; + bonus bBaseAtk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"CD_PETITIO",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bCritAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"CD_PETITIO",10; + if (.@r>=10) { + if (.@r>=11) { + bonus2 bSkillAtk,"CD_PETITIO",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bCritAtkRate,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_PETITIO",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"CD_PETITIO",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + bonus bAtkRate,3*(.@r/2); + } + } + } + } + - Id: 540087 + AegisName: SunBook_Furious + Name: Furious Sun Book + Type: Weapon + SubType: Book + Weight: 1400 + Attack: 175 + Range: 1 + Slots: 2 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"SKE_NOON_BLAST",5; + if (BaseLevel>=210) { + bonus bAtkRate,4; + bonus bBaseAtk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"SKE_NOON_BLAST",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bCritAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"SKE_NOON_BLAST",10; + if (.@r>=10) { + bonus bCritical,10; + if (.@r>=11) { + bonus2 bSkillAtk,"SKE_NOON_BLAST",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bCritAtkRate,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SKE_NOON_BLAST",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"SKE_NOON_BLAST",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + bonus bAtkRate,3*(.@r/2); + } + } + } + } + - Id: 540088 + AegisName: MoonBook_Furious + Name: Furious Moon Word + Type: Weapon + SubType: Book + Weight: 1200 + Attack: 175 + Range: 1 + Slots: 2 + Jobs: + StarGladiator: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5; + if (BaseLevel>=210) { + bonus bAtkRate,4; + bonus bBaseAtk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bShortAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10; + if (.@r>=10) { + bonus bVariableCastrate,-10; + if (.@r>=11) { + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + bonus bAtkRate,3*(.@r/2); + } + } + } + } - Id: 550001 AegisName: Boost_Soul_Rod Name: Booster Rod @@ -180549,6 +212022,8 @@ Body: .@i = min(BaseLevel,180)/15*3; bonus bBaseAtk,.@i; bonus bMatk,.@i; + bonus bAtkRate,5; + bonus bMatkRate,5; if (.@r>=7) { bonus bVariableCastrate,getskilllv("SU_NYANGGRASS")*-2; bonus bLongAtkRate,getskilllv("SU_SVG_SPIRIT")*2; @@ -180778,6 +212253,7 @@ Body: Type: Weapon SubType: Staff Attack: 150 + MagicAttack: 160 Range: 1 Jobs: Sage: true @@ -180801,13 +212277,14 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; - bonus bMatk,160+(3*.@r)+3*(min(BaseLevel,195)/15); + bonus bMatk,(3*.@r)+3*(min(BaseLevel,195)/15); if (.@r>=7) { .@val = getskilllv("SA_LANDPROTECTOR"); bonus2 bMagicAtkEle,Ele_Neutral,.@val; bonus2 bMagicAtkEle,Ele_Earth,.@val; bonus2 bMagicAtkEle,Ele_Water,.@val; bonus2 bMagicAtkEle,Ele_Wind,.@val; + bonus2 bMagicAtkEle,Ele_Poison,.@val; } if (.@r>=9) { bonus bVariableCastrate,-10; @@ -180815,6 +212292,7 @@ Body: bonus2 bSkillAtk,"SO_VARETYR_SPEAR",25; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; bonus2 bSkillAtk,"SO_EARTHGRAVE",25; + bonus2 bSkillAtk,"SO_POISON_BUSTER",25; } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; @@ -180822,12 +212300,14 @@ Body: bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; + bonus2 bMagicAtkEle,Ele_Poison,15; } if (.@r>=13) { bonus2 bSkillAtk,"SO_DIAMONDDUST",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_EARTHGRAVE",15; + bonus2 bSkillAtk,"SO_POISON_BUSTER",15; } - Id: 550011 AegisName: AN_B_Wand @@ -180835,6 +212315,7 @@ Body: Type: Weapon SubType: Staff Attack: 150 + MagicAttack: 160 Range: 1 Jobs: Priest: true @@ -180858,7 +212339,7 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; - bonus bMatk,160+(3*.@r)+3*(min(BaseLevel,195)/15); + bonus bMatk,(3*.@r)+3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO"); } @@ -181011,20 +212492,20 @@ Body: Script: | .@r = getrefine(); bonus bMatk,15*(.@r/2); - bonus2 bMagicAddEle,Ele_All,2*(.@r/3); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SP_SPA",15; bonus bVariableCastrate,-10; } if (.@r>=9) { - bonus2 bSkillAtk,"SP_SWHOO",20; + bonus2 bSkillAtk,"SP_SWHOO",25; } if (.@r>=11) { autobonus "{ bonus2 bSPRegenRate,230,10000; }",70,10000,BF_MAGIC; } - Id: 550017 AegisName: WhiteknightFox - Name: White Knights Catnip + Name: White Knight's Foxtail Type: Weapon SubType: Staff Buy: 20 @@ -181045,6 +212526,31 @@ Body: .@r = getrefine(); bonus bDelayrate,-20; bonus bAspdRate,2*.@r; + - Id: 550018 + AegisName: Phoenix_Foxtail + Name: Phoenix Foxtail + Type: Weapon + SubType: Staff + Buy: 20 + Weight: 400 + Attack: 110 + MagicAttack: 160 + Range: 1 + Slots: 1 + Jobs: + Summoner: true + Spirit_Handler: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_Fire,5; + bonus bBaseAtk,10*.@r; + bonus bMatk,10*.@r; + bonus bAspdRate,.@r; - Id: 550019 AegisName: Poenitentia_Scipio Name: Poenitentia Scipio @@ -181080,7 +212586,7 @@ Body: bonus2 bSkillAtk,"SO_VARETYR_SPEAR",25; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; if (.@r>=11) { - bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1500-2000; + bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1500; bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000; } } @@ -181089,7 +212595,7 @@ Body: bonus2 bSkillAtk,"EM_CONFLAGRATION",5; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"EM_CONFLAGRATION",8; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",8; if (.@g >= ENCHANTGRADE_B) { @@ -181106,6 +212612,7 @@ Body: SubType: Staff Weight: 1000 Attack: 150 + MagicAttack: 250 Range: 1 Slots: 2 Jobs: @@ -181123,7 +212630,6 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; - bonus bMatk,250; bonus2 bSkillAtk,"CD_FRAMEN",10; bonus2 bSkillAtk,"AB_ADORAMUS",3*(.@r/2); if (.@r>=7) { @@ -181140,7 +212646,7 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"CD_FRAMEN",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"CD_FRAMEN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; @@ -181148,6 +212654,85 @@ Body: } } } + - Id: 550021 + AegisName: Deus_Ex_Machina_JP + Name: Deus Ex Machina + Type: Weapon + SubType: Staff + Buy: 20 + Weight: 2000 + Attack: 280 + MagicAttack: 180 + Range: 1 + Slots: 3 + Jobs: + Monk: true + Priest: true + Sage: true + SoulLinker: true + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 100 + Refineable: true + Script: | + .@r = getrefine(); + bonus2 bSubRace,RC_Player_Human,10; + bonus2 bSubRace,RC_Player_Doram,10; + skill "AL_BLESSING",1; + bonus bMaxHPrate,2*.@r; + bonus bMaxSPrate,2*.@r; + bonus bDelayrate,-.@r; + bonus bMatkRate,6*.@r; + if (.@r>=5) + bonus bLongAtkDef,5; + if (.@r>=7) + skill "AL_BLESSING",min(10,.@r); + if (.@r>=9) + bonus bLongAtkDef,5; + if (.@r>=10) + bonus bFixedCastrate,-70; + - Id: 550022 + AegisName: Local04_Wand + Name: Commander + Type: Weapon + SubType: Staff + Weight: 800 + Attack: 40 + MagicAttack: 130 + Range: 1 + Slots: 2 + Jobs: + Acolyte: true + Mage: true + Monk: true + Novice: true + Priest: true + Sage: true + SuperNovice: true + Wizard: true + Locations: + Right_Hand: true + WeaponLevel: 3 + EquipLevelMin: 70 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus2 bMagicAddRace,RC_Plant,5; + bonus2 bMagicAddEle,Ele_Wind,5; + if (.@r>=7) { + bonus2 bMagicAddRace,RC_Plant,5; + bonus2 bMagicAddEle,Ele_Wind,5; + } + if (.@r>=9) { + bonus2 bMagicAddRace,RC_Plant,10; + bonus2 bMagicAddEle,Ele_Wind,10; + } - Id: 550023 AegisName: Thanos_Staff_AD Name: Thanos Staff-AD @@ -181192,7 +212777,7 @@ Body: bonus bMatkRate,2; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; @@ -181427,7 +213012,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -181439,6 +213024,7 @@ Body: SubType: Staff Weight: 1200 Attack: 60 + MagicAttack: 180 Range: 1 Slots: 2 Jobs: @@ -181458,7 +213044,6 @@ Body: .@r = getrefine(); bonus bAtkEle,Ele_Dark; bonus bUnbreakableWeapon; - bonus bMatk,180; bonus bInt,3; bonus bDex,3; bonus2 bIgnoreMdefRaceRate,RC_All,3*.@r; @@ -181486,6 +213071,7 @@ Body: SubType: Staff Weight: 1000 Attack: 50 + MagicAttack: 190 Range: 1 Slots: 2 Jobs: @@ -181502,7 +213088,6 @@ Body: .@r = getrefine(); bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon; - bonus bMatk,190; bonus bVit,2; bonus bInt,6; autobonus "{ bonus2 bSPRegenRate,150,1000; }",1,4000,BF_MAGIC; @@ -181523,6 +213108,7 @@ Body: Type: Weapon SubType: Staff Attack: 60 + MagicAttack: 100 Range: 1 Jobs: Acolyte: true @@ -181546,7 +213132,6 @@ Body: NoAuction: true Script: | bonus bUnbreakableWeapon; - bonus bMatk,100; if (BaseLevel>=20) bonus bMatk,15; if (BaseLevel>=30) @@ -181559,6 +213144,7 @@ Body: Type: Weapon SubType: Staff Attack: 100 + MagicAttack: 100 Range: 1 Jobs: Summoner: true @@ -181577,7 +213163,6 @@ Body: NoAuction: true Script: | bonus bUnbreakableWeapon; - bonus bMatk,100; if (BaseLevel>=20) { bonus bBaseAtk,15; bonus bMatk,15; @@ -181621,8 +213206,8 @@ Body: bonus2 bSkillAtk,"WZ_METEOR",20; } if (BaseLevel>=90) { - bonus2 bSkillAtk,"WZ_VERMILION",10; - bonus2 bSkillAtk,"WZ_HEAVENDRIVE",10; + bonus2 bSkillAtk,"WZ_VERMILION",20; + bonus2 bSkillAtk,"WZ_HEAVENDRIVE",20; } - Id: 550035 AegisName: 2Para_Wand_WZ @@ -181818,6 +213403,7 @@ Body: Type: Weapon SubType: Staff Attack: 150 + MagicAttack: 180 Range: 1 Jobs: Priest: true @@ -181839,7 +213425,6 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("HP_MEDITATIO"); - bonus bMatk,180; bonus bMatkRate,5; bonus bUnbreakableWeapon; bonus bVariableCastrate,-1*.@a; @@ -181848,7 +213433,7 @@ Body: bonus2 bSkillAtk,"AB_ADORAMUS",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Holy,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (.@l>=115) bonus2 bSkillAtk,"AB_ADORAMUS",15; } @@ -181887,7 +213472,7 @@ Body: bonus2 bSkillAtk,"SU_SVG_SPIRIT",25; if (.@l>=110) { bonus bLongAtkRate,10; - bonus2 bAddSize,Size_ALL,15; + bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_SVG_SPIRIT",15; @@ -181900,6 +213485,7 @@ Body: Type: Weapon SubType: Staff Attack: 150 + MagicAttack: 300 Range: 1 Jobs: Summoner: true @@ -181919,13 +213505,13 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("SU_SV_STEMSPEAR"); - bonus bMatk,300; bonus bMatkRate,5; bonus bUnbreakableWeapon; bonus bVariableCastrate,-2*.@a; if (.@l>=105) { bonus2 bSkillCooldown,"SU_CN_METEOR",-1500; bonus2 bSkillAtk,"SU_CN_METEOR",25; + bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25; if (.@l>=110) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Ghost,10; @@ -181945,8 +213531,8 @@ Body: Type: Weapon SubType: Staff Attack: 100 + MagicAttack: 180 Range: 1 - Slots: 1 Jobs: SuperNovice: true Locations: @@ -181964,7 +213550,6 @@ Body: Script: | .@l = BaseLevel; .@a = getskilllv("MG_SRECOVERY"); - bonus bMatk,180; bonus bMatkRate,5; bonus bUnbreakableWeapon; bonus bVariableCastrate,-1*.@a; @@ -181983,7 +213568,7 @@ Body: bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Fire,10; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"MG_FIREBOLT",15; bonus2 bSkillAtk,"MG_COLDBOLT",15; @@ -182000,6 +213585,7 @@ Body: SubType: Staff Weight: 750 Attack: 40 + MagicAttack: 195 Range: 1 Slots: 2 Jobs: @@ -182018,12 +213604,12 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; - bonus bMatk,195; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Poison,15; bonus2 bMagicAtkEle,Ele_Earth,15; if (.@r>=9) { @@ -182040,11 +213626,12 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Poison,15; bonus2 bMagicAtkEle,Ele_Earth,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -182058,6 +213645,7 @@ Body: SubType: Staff Weight: 750 Attack: 40 + MagicAttack: 195 Range: 1 Slots: 2 Jobs: @@ -182076,9 +213664,8 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; - bonus bMatk,195; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -182099,9 +213686,9 @@ Body: if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -182233,6 +213820,7 @@ Body: Type: Weapon SubType: Staff Attack: 120 + MagicAttack: 280 Range: 1 Jobs: Summoner: true @@ -182252,7 +213840,7 @@ Body: Script: | .@r = getrefine(); bonus bMatkRate,2; - bonus bMatk,280+3*.@r; + bonus bMatk,3*.@r; bonus2 bSkillCooldown,"SU_CN_METEOR",-1500; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { @@ -182277,6 +213865,7 @@ Body: Type: Weapon SubType: Staff Attack: 110 + MagicAttack: 175 Range: 1 Jobs: SoulLinker: true @@ -182299,7 +213888,7 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; - bonus bMatk,175+3*.@r; + bonus bMatk,3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bVariableCastrate,-getskilllv("TK_SPTIME"); @@ -182323,6 +213912,7 @@ Body: Type: Weapon SubType: Staff Attack: 110 + MagicAttack: 175 Range: 1 Jobs: SoulLinker: true @@ -182345,7 +213935,7 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; - bonus bMatk,175+3*.@r; + bonus bMatk,3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bVariableCastrate,-getskilllv("TK_SPTIME"); @@ -182394,7 +213984,7 @@ Body: if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -182423,14 +214013,16 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",6*(.@r/2); + bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",6*(.@r/2); bonus2 bSkillAtk,"HN_NAPALM_VULCAN_STRIKE",10*(.@r/3); bonus2 bMagicAtkEle,Ele_All,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",10; + bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",10; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -182466,13 +214058,14 @@ Body: bonus2 bMagicAtkEle,Ele_All,4*(.@r/4); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { + bonus bPow,1; bonus bSpl,1; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,1; - bonus bSmatk,1; + bonus bSMatk,1; } } } @@ -182499,6 +214092,7 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",5*(.@r/2); + bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",5*(.@r/2); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); - Id: 550058 AegisName: Fourth_1h_Plant @@ -182526,7 +214120,7 @@ Body: bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5*(.@r/2); bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",5*(.@r/2); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); - bonus2 bMagicAtkEle,Ele_Earth,3*(.@r/4); + bonus bLongAtkRate,3*(.@r/4); - Id: 550059 AegisName: Fourth_1h_Wand Name: Fortified Wand @@ -182558,6 +214152,7 @@ Body: SubType: Staff Weight: 1300 Attack: 170 + MagicAttack: 250 Range: 1 Slots: 2 Jobs: @@ -182576,7 +214171,6 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; - bonus bMatk,250; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; bonus2 bSkillAtk,"SU_CN_METEOR",3*(.@r/2); @@ -182596,7 +214190,7 @@ Body: bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",8; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",8; if (.@g >= ENCHANTGRADE_B) { @@ -182613,6 +214207,7 @@ Body: SubType: Staff Weight: 1400 Attack: 220 + MagicAttack: 250 Range: 1 Slots: 2 Jobs: @@ -182630,7 +214225,6 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; - bonus bMatk,250; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",10; bonus2 bSkillAtk,"SP_SPA",3*(.@r/2); @@ -182651,7 +214245,7 @@ Body: bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",8; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",8; if (.@g >= ENCHANTGRADE_B) { @@ -182668,6 +214262,7 @@ Body: SubType: Staff Weight: 1300 Attack: 160 + MagicAttack: 250 Range: 1 Slots: 2 Jobs: @@ -182685,14 +214280,15 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; - bonus bMatk,250; - bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",10+3*(.@r/2); - bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10+3*(.@r/2); + bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",10; + bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10; + bonus2 bSkillAtk,"WZ_METEOR",3*(.@r/2); + bonus2 bSkillAtk,"MG_FROSTDIVER",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { - bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",30; - bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",30; + bonus2 bSkillAtk,"WZ_METEOR",30; + bonus2 bSkillAtk,"MG_FROSTDIVER",30; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; @@ -182704,7 +214300,7 @@ Body: bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",5; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",8; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",8; if (.@g >= ENCHANTGRADE_B) { @@ -182762,7 +214358,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -182821,7 +214417,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -182875,7 +214471,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -182957,7 +214553,9 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bPAtk,1; + bonus bSMatk,1; + bonus bPow,2; bonus bSpl,2; } if (.@r>=7) { @@ -182979,10 +214577,13 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; - bonus2 bMagicAtkEle,Ele_Earth,15; - bonus bSmatk,1; + bonus bLongAtkRate,15; + bonus bPAtk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bPAtk,2; + bonus bSMatk,2; + bonus bPow,3; bonus bSpl,3; } } @@ -182998,6 +214599,7 @@ Body: SubType: Staff Weight: 1200 Attack: 70 + MagicAttack: 190 Range: 1 Slots: 2 Jobs: @@ -183011,10 +214613,9 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus bMatk,190; bonus bUnbreakableWeapon; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -183033,9 +214634,9 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -183133,6 +214734,7 @@ Body: SubType: Staff Weight: 1200 Attack: 250 + MagicAttack: 350 Range: 1 Slots: 2 Jobs: @@ -183146,7 +214748,6 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,7; - bonus bMatk,350; if (.@r>=7) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",30; if (.@r>=9) { @@ -183211,6 +214812,7 @@ Body: Type: Weapon SubType: Staff Attack: 130 + MagicAttack: 200 Range: 1 Jobs: Novice: true @@ -183231,7 +214833,7 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; - bonus bMatk,200+3*.@r; + bonus bMatk,3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bVariableCastrate,-getskilllv("MG_SRECOVERY"); @@ -183407,6 +215009,7 @@ Body: if (.@r>=10) { bonus bDelayrate,-10; if (.@r>=11) { + bonus2 bSkillAtk,"CD_ARBITRIUM",15; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",15; bonus2 bSkillAtk,"CD_FRAMEN",5; } @@ -183485,6 +215088,7 @@ Body: SubType: Staff Weight: 1250 Attack: 320 + MagicAttack: 370 Range: 1 Slots: 2 Jobs: @@ -183500,7 +215104,6 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus bMatk,370; bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus bAtkRate,10; @@ -183536,6 +215139,7 @@ Body: } } if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,10; bonus bSMatk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; @@ -183561,6 +215165,7 @@ Body: SubType: Staff Weight: 1200 Attack: 160 + MagicAttack: 220 Range: 1 Slots: 2 Jobs: @@ -183576,7 +215181,6 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus bMatk,220; bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bMagicAtkEle,Ele_All,10; @@ -183585,7 +215189,7 @@ Body: bonus bVariableCastrate,-10; bonus bMatk,70; if (.@r>=9) { - bonus2 bMagicAddEle,Ele_All,15; + bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_All,15; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25; @@ -183720,7 +215324,7 @@ Body: } - Id: 550095 AegisName: aegis_550095 - Name: Ancient Royal Cane + Name: Ancient Royal Scepter Type: Weapon SubType: Mace Weight: 100 @@ -183759,7 +215363,7 @@ Body: } - Id: 550096 AegisName: aegis_550096 - Name: Heroria Wizardry Wand # !todo check english name + Name: Herosria Wizardry Wand Type: Weapon SubType: Staff Weight: 1500 @@ -183776,14 +215380,14 @@ Body: Script: | bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Ghost,-5; - bonus2 bMagicAtkEle,Ele_Undead,-5+10; + bonus2 bMagicAtkEle,Ele_Undead,10; bonus2 bMagicAtkEle,Ele_Neutral,-5; - bonus2 bMagicAtkEle,Ele_Dark,-5+10; + bonus2 bMagicAtkEle,Ele_Dark,10; bonus bAspdRate,-5; bonus bMatkRate,5; - Id: 550097 AegisName: aegis_550097 - Name: Heroria Spell Wand # !todo check english name + Name: Herosria Spell Wand Type: Weapon SubType: Staff Weight: 1500 @@ -183806,7 +215410,7 @@ Body: bonus bVariableCastrate,5; - Id: 550098 AegisName: Hs_Pr_Holy_Wand - Name: Heroria Holy Wand # !todo check english name + Name: Herosria Holy Wand Type: Weapon SubType: Staff Weight: 1500 @@ -183828,7 +215432,7 @@ Body: bonus bMatkRate,-3; - Id: 550099 AegisName: Hs_Pr_Wand - Name: Heroria Arc Wand # !todo check english name + Name: Herosria Arc Wand Type: Weapon SubType: Staff Weight: 1500 @@ -183851,7 +215455,7 @@ Body: bonus bVariableCastrate,-10; - Id: 550100 AegisName: aegis_550100 - Name: Heroria Soul Stick # !todo check english name + Name: Herosria Soul Stick Type: Weapon SubType: Staff Weight: 1500 @@ -183867,13 +215471,13 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bSubEle,Ele_Dark,-5; + bonus bLongAtkDef,-5; bonus2 bMagicAtkEle,Ele_Dark,10; bonus bDelayrate,5; bonus bVariableCastrate,-10; - Id: 550101 AegisName: aegis_550101 - Name: Heroria Link Wand # !todo check english name + Name: Herosria Link Wand Type: Weapon SubType: Staff Weight: 1500 @@ -183895,7 +215499,7 @@ Body: bonus bVariableCastrate,5; - Id: 550102 AegisName: aegis_550102 - Name: Heroria Soul Wand # !todo check english name + Name: Herosria Soul Wand Type: Weapon SubType: Staff Weight: 1500 @@ -183911,13 +215515,13 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bSubEle,Ele_Neutral,-5; + bonus bLongAtkDef,-5; bonus2 bMagicAtkEle,Ele_Neutral,10; bonus bVariableCastrate,-10; bonus bUseSPrate,5; - Id: 550103 AegisName: aegis_550103 - Name: Heroria Summoner Foxtail # !todo check english name + Name: Herosria Summoner Foxtail Type: Weapon SubType: Staff Weight: 1500 @@ -183940,7 +215544,7 @@ Body: bonus bUseSPrate,5; - Id: 550104 AegisName: aegis_550104 - Name: Heroria foxtail # !todo check english name + Name: Herosria Foxtail Type: Weapon SubType: Staff Weight: 1500 @@ -183956,13 +215560,13 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bSubEle,Ele_Neutral,-5; + bonus bNearAtkDef,-5; bonus2 bMagicAtkEle,Ele_Neutral,10; bonus bDelayrate,5; bonus bMatkRate,5; - Id: 550105 AegisName: aegis_550105 - Name: Heroria foxtail model # !todo check english name + Name: Herosria Foxtail Model Type: Weapon SubType: Staff Weight: 1500 @@ -183977,13 +215581,13 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus bCritAtkRate,5; + bonus bCritAtkRate,-5; bonus bLongAtkRate,10; bonus bCritical,-5; bonus bHit,30; - Id: 550106 AegisName: aegis_550106 - Name: Heroria Basic Rod # !todo check english name + Name: Herosria Basic Rod Type: Weapon SubType: Staff Weight: 1500 @@ -184001,14 +215605,14 @@ Body: Script: | bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Wind,-5; - bonus2 bMagicAtkEle,Ele_Water,-5+10; - bonus2 bMagicAtkEle,Ele_Fire,-5+10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Earth,-5; bonus bDelayrate,-10; bonus bVariableCastrate,5; - Id: 550107 AegisName: aegis_550107 - Name: Heroria Basic Wand # !todo check english name + Name: Herosria Basic Wand Type: Weapon SubType: Staff Weight: 1500 @@ -184025,15 +215629,15 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bMagicAtkEle,Ele_Wind,-5+10; + bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Water,-5; bonus2 bMagicAtkEle,Ele_Fire,-5; - bonus2 bMagicAtkEle,Ele_Earth,-5+10; + bonus2 bMagicAtkEle,Ele_Earth,10; bonus bVariableCastrate,-10; bonus bUseSPrate,5; - Id: 550108 AegisName: aegis_550108 - Name: Level 1 Staff # !todo check english name + Name: 1Lv One-handed Staff Type: Weapon SubType: Staff Attack: 10 @@ -184056,7 +215660,7 @@ Body: Refineable: true - Id: 550110 AegisName: aegis_550110 - Name: Level 2 Staff # !todo check english name + Name: 2Lv One-handed Staff Type: Weapon SubType: Staff Attack: 10 @@ -184079,7 +215683,7 @@ Body: Refineable: true - Id: 550111 AegisName: aegis_550111 - Name: Level 3 Staff # !todo check english name + Name: 3Lv One-handed Staff Type: Weapon SubType: Staff Attack: 10 @@ -184102,7 +215706,7 @@ Body: Refineable: true - Id: 550112 AegisName: aegis_550112 - Name: Level 4 Staff # !todo check english name + Name: 4Lv One-handed Staff Type: Weapon SubType: Staff Attack: 10 @@ -184248,7 +215852,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -184343,9 +215947,16 @@ Body: } } if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddSize,Size_Medium,15; + bonus2 bMagicAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddSize,Size_Large,15; + bonus2 bMagicAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,5; bonus bSMatk,5; } } @@ -184401,6 +216012,527 @@ Body: } } } + - Id: 550130 + AegisName: Dimen_CD_Rod + Name: Dimensions Saint Rod + Type: Weapon + SubType: Staff + Weight: 2000 + Attack: 100 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"CD_ARBITRIUM",15+5*(.@r/3); + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",15+5*(.@r/3); + bonus2 bSkillAtk,"AB_ADORAMUS",25+7*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Holy,25; + bonus2 bMagicAtkEle,Ele_Neutral,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"CD_ARBITRIUM",15; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",15; + bonus2 bSkillAtk,"AB_ADORAMUS",45; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_ARBITRIUM",15; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 550131 + AegisName: Dimen_SOA_Stick + Name: Dimensions Soul Stick + Type: Weapon + SubType: Staff + Weight: 1800 + Attack: 120 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + SoulLinker: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15+5*(.@r/3); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15+5*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 550132 + AegisName: Dimen_SOA_Rod + Name: Dimensions Soul Rod + Type: Weapon + SubType: Staff + Weight: 1800 + Attack: 120 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + SoulLinker: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",15+5*(.@r/3); + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",15+5*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",15; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",15; + bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 550133 + AegisName: Dimen_HN_Rod + Name: Dimensions Hyper Rod + Type: Weapon + SubType: Staff + Weight: 1800 + Attack: 100 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + SuperNovice: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15+5*(.@r/3); + bonus2 bSkillAtk,"HN_HELLS_DRIVE",15+5*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Earth,25; + bonus2 bMagicAtkEle,Ele_Fire,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15; + bonus2 bSkillAtk,"HN_HELLS_DRIVE",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15; + bonus2 bSkillAtk,"HN_HELLS_DRIVE",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Earth,20; + bonus2 bMagicAtkEle,Ele_Fire,20; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 550134 + AegisName: Dimen_SH_Foxtail + Name: Dimensions Spirit Foxtail + Type: Weapon + SubType: Staff + Weight: 2100 + Attack: 430 + Range: 1 + Slots: 2 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bCritical,5; + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; /* note: 15 according to description */ + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 550135 + AegisName: Dimen_SH_F_Model + Name: Dimensions Spirit Foxtail Model + Type: Weapon + SubType: Staff + Weight: 1800 + Attack: 100 + MagicAttack: 430 + Range: 1 + Slots: 2 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15+5*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 550141 + AegisName: SaintWand_Furious + Name: Furious Saint Wand + Type: Weapon + SubType: Staff + Weight: 1400 + Attack: 100 + MagicAttack: 180 + Range: 1 + Slots: 2 + Jobs: + Priest: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus2 bSkillAtk,"CD_FRAMEN",5; + if (BaseLevel>=210) { + bonus bMatkRate,4; + bonus bMatk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"CD_FRAMEN",5; + } + if (BaseLevel>=230) { + bonus2 bMagicAddSize,Size_All,10; + } + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Holy,10; + if (.@r>=9) { + bonus2 bSkillAtk,"CD_FRAMEN",10; + if (.@r>=10) { + bonus bVariableCastrate,-10; + if (.@r>=11) { + bonus2 bSkillAtk,"CD_FRAMEN",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_Holy,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_FRAMEN",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"CD_FRAMEN",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + bonus bMatkRate,3*(.@r/2); + } + } + } + } + - Id: 550143 + AegisName: Foxtail_Furious + Name: Furious Foxtail + Type: Weapon + SubType: Staff + Weight: 1600 + Attack: 380 + Range: 1 + Slots: 2 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5; + if (BaseLevel>=210) { + bonus bAtkRate,4; + bonus bBaseAtk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bCritAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; + if (.@r>=10) { + bonus bDelayrate,-10; + if (.@r>=11) { + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bCritAtkRate,15; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + bonus bAtkRate,3*(.@r/2); + } + } + } + } + - Id: 550144 + AegisName: Setaria_Furious + Name: Furious Foxtail Model + Type: Weapon + SubType: Staff + Weight: 1600 + Attack: 180 + MagicAttack: 380 + Range: 1 + Slots: 2 + Jobs: + Summoner: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; + if (BaseLevel>=210) { + bonus bMatkRate,4; + bonus bMatk,40; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; + } + if (BaseLevel>=230) { + bonus2 bMagicAddSize,Size_All,10; + } + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Dark,10; + if (.@r>=9) { + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; + if (.@r>=10) { + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Dark,10; + if (.@r>=11) { + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_Holy,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Neutral,10; + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Dark,10; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + bonus bMatkRate,3*(.@r/2); + } + } + } + } - Id: 560000 AegisName: Boost_Knuckle Name: Booster Knuckles @@ -184661,7 +216793,7 @@ Body: if (.@r>=11) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15; - bonus2 bSkillUseSPrate,"SR_RAMPAGEBLASTER",-15; + bonus2 bSkillUseSPrate,"SR_RAMPAGEBLASTER",15; } - Id: 560009 AegisName: Up_Ray_Knuckle @@ -184688,14 +216820,14 @@ Body: bonus2 bSkillAtk,"SR_TIGERCANNON",4*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SR_TIGERCANNON",15; - bonus2 bSkillAtk,"SR_HELLGATE",20; + bonus2 bSkillAtk,"SR_GATEOFHELL",20; } if (.@r>=9) { bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000; } if (.@r>=11) { bonus bMaxHPrate,10; - bonus2 bSkillAtk,"SR_HELLGATE",15; + bonus2 bSkillAtk,"SR_GATEOFHELL",15; } - Id: 560011 AegisName: Fourth_1h_Knuckle @@ -184791,7 +216923,7 @@ Body: bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",10; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",3*(.@r/2); if (.@r>=7) { - bonus bUseSPrate,-15; + bonus2 bSkillUseSPrate,"SR_RAMPAGEBLASTER",15; if (.@r>=9) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",30; if (.@r>=11) { @@ -184840,7 +216972,7 @@ Body: bonus bMaxHPrate,5; bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000; if (.@r>=9) { - bonus2 bSkillAtk,"SR_FALLENEMPIRE",25+15; + bonus2 bSkillAtk,"SR_FALLENEMPIRE",25; bonus2 bSkillAtk,"SR_TIGERCANNON",15; if (.@r>=11) { bonus2 bAddSize,Size_All,15; @@ -185167,7 +217299,7 @@ Body: bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; - bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; + bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; } } } @@ -185203,7 +217335,7 @@ Body: bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20; if (.@r>=9) { - bonus bUseSPrate,-15; + bonus2 bSkillUseSPrate,"SR_RAMPAGEBLASTER",15; bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; bonus2 bSkillCooldown,"SR_EARTHSHAKER",-1000; if (.@r>=11) { @@ -185285,6 +217417,7 @@ Body: AegisName: Melon_Claw Name: Melon Claw Type: Weapon + SubType: Knuckle Buy: 20 Weight: 400 Attack: 140 @@ -185340,6 +217473,8 @@ Body: .@r = getrefine(); bonus2 bSkillAtk,"IQ_SECOND_FAITH",7*(.@r/2); bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",7*(.@r/2); + bonus2 bSkillAtk,"IQ_THIRD_PUNISH",8*(.@r/3); + bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",8*(.@r/3); bonus bShortAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bPow,2; @@ -185449,7 +217584,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -185538,7 +217673,7 @@ Body: } - Id: 560039 AegisName: Hs_Mo_Knuckle - Name: Heroria Knuckles # !todo check english name + Name: Herosria Knuckle Type: Weapon SubType: Knuckle Weight: 1500 @@ -185553,12 +217688,12 @@ Body: Refineable: true Script: | bonus bShortAtkRate,10; - bonus bLongAtkDef,5; + bonus bLongAtkRate,-5; bonus bMaxHPrate,-5; bonus bHit,30; - Id: 560040 AegisName: aegis_560040 - Name: Heroria Crowe # !todo check english name + Name: Herosria Claw Type: Weapon SubType: Knuckle Weight: 1500 @@ -185572,13 +217707,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,5; + bonus bCritAtkRate,-5; bonus bLongAtkRate,10; bonus bAspdRate,10; bonus bCritical,-5; - Id: 560043 AegisName: aegis_560043 - Name: Level 1 Knuckle # !todo check english name + Name: 1Lv Knuckle Type: Weapon SubType: Knuckle Attack: 10 @@ -185594,7 +217729,7 @@ Body: Refineable: true - Id: 560044 AegisName: aegis_560044 - Name: Level 2 Knuckle # !todo check english name + Name: 2Lv Knuckle Type: Weapon SubType: Knuckle Attack: 10 @@ -185610,7 +217745,7 @@ Body: Refineable: true - Id: 560045 AegisName: aegis_560045 - Name: Level 3 Knuckle # !todo check english name + Name: 3Lv Knuckle Type: Weapon SubType: Knuckle Attack: 10 @@ -185626,7 +217761,7 @@ Body: Refineable: true - Id: 560046 AegisName: aegis_560046 - Name: Level 4 Knuckle # !todo check english name + Name: 4Lv Knuckle Type: Weapon SubType: Knuckle Attack: 10 @@ -185701,6 +217836,137 @@ Body: } } } + - Id: 560050 + AegisName: aegis_560050 + Name: Opened Illusion Combo Battle Glove + Type: Weapon + SubType: Knuckle + Buy: 20 + Weight: 700 + Attack: 382 + Range: 1 + Slots: 1 + Jobs: + Monk: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,3*.@r; + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) { + bonus bAtkRate,5; + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + } + } + - Id: 560060 + AegisName: Dimen_IQ_Knuckle + Name: Dimensions Judgment Knuckle + Type: Weapon + SubType: Knuckle + Weight: 2300 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + Monk: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bShortAtkRate,25; + if (.@r>=9) { + bonus bUseSPrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 560061 + AegisName: Dimen_IQ_Claw + Name: Dimensions Judgment Claw + Type: Weapon + SubType: Knuckle + Weight: 2500 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + Monk: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 570000 AegisName: Boost_Guitar Name: Booster Guitar @@ -185920,11 +218186,11 @@ Body: bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",10; } if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; } if (.@r>=11) { - bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAddEle,Ele_Water,10; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; } - Id: 570009 @@ -186031,6 +218297,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",5*(.@r/2); bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",5*(.@r/2); bonus bLongAtkRate,2*(.@r/4); - Id: 570013 @@ -186072,7 +218339,7 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"TR_METALIC_FURY",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"TR_METALIC_FURY",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; @@ -186106,10 +218373,10 @@ Body: .@r = getrefine(); autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bBaseAtk,10*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r>=9) { bonus bDelayrate,-10; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; @@ -186152,14 +218419,14 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=12) { bonus bLongAtkRate,15; } @@ -186226,14 +218493,14 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=12) { bonus bLongAtkRate,15; } @@ -186246,7 +218513,7 @@ Body: } } if (.@g >= ENCHANTGRADE_C) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { @@ -186303,7 +218570,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -186366,15 +218633,15 @@ Body: Script: | .@a = getskilllv("BA_MUSICALLESSON"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (BaseLevel>=110) { bonus bLongAtkRate,15; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } } - Id: 570023 @@ -186406,7 +218673,7 @@ Body: Script: | .@a = getskilllv("BA_MUSICALLESSON"); bonus bMatkRate,5; - bonus2 bMagicAtkEle,Ele_All,1*.@a; + bonus2 bMagicAtkEle,Ele_All,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; bonus2 bSkillAtk,"WM_METALICSOUND",25; @@ -186455,12 +218722,12 @@ Body: bonus bLongAtkRate,2*getskilllv("BA_MUSICALLESSON"); if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; if (.@r>=13) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } } } @@ -186528,7 +218795,7 @@ Body: bonus bMatkRate,5; bonus bMatk,230; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -186537,7 +218804,6 @@ Body: if (.@r>=9) { bonus2 bSkillFixedCast,"WM_REVERBERATION",-500; bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; - bonus2 bSkillCooldown,"WM_REVERBERATION",-2000; if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillAtk,"WM_METALICSOUND",20; @@ -186549,9 +218815,9 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -186581,13 +218847,15 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",7*(.@r/2); bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",7*(.@r/2); bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",7*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; if (.@g >= ENCHANTGRADE_B) { @@ -186663,44 +218931,48 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,10; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",20; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",20; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,70; if (.@r>=9) { bonus2 bAddSize,Size_All,15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; - bonus2 bSkillUseSP,"TR_ROSEBLOSSOM_ATK",-25; - bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",-25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; + bonus2 bSkillUseSP,"TR_ROSEBLOSSOM",-25; + bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM_MELEE",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillUseSP,"TR_ROSEBLOSSOM_ATK",-25; - bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",-25; + bonus2 bSkillUseSP,"TR_ROSEBLOSSOM",-25; + bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM_MELEE",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,10; if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } } } } - Id: 570034 AegisName: aegis_570034 - Name: Heroria Violin # !todo check english name + Name: Herosria Violin Type: Weapon SubType: Musical Weight: 1500 @@ -186717,13 +218989,13 @@ Body: Script: | bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; - bonus3 bSubRace,RC_Player_Human,5,BF_WEAPON; - bonus3 bSubRace,RC_Player_Doram,5,BF_WEAPON; + bonus2 bAddRace,RC_Player_Human,-5; + bonus2 bAddRace,RC_Player_Doram,-5; bonus bDelayrate,5; bonus bVariableCastrate,-10; - Id: 570035 AegisName: Hs_Ba_Guitar - Name: Heroria guitar # !todo check english name + Name: Herosria Guitar Type: Weapon SubType: Musical Weight: 1500 @@ -186834,6 +219106,7 @@ Body: if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; } @@ -186846,7 +219119,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -186855,7 +219128,7 @@ Body: } - Id: 570040 AegisName: aegis_570040 - Name: Level 1 Instrument # !todo check english name + Name: 1Lv Instrument Type: Weapon SubType: Musical Attack: 10 @@ -186871,7 +219144,7 @@ Body: Refineable: true - Id: 570041 AegisName: aegis_570041 - Name: Level 2 Instrument # !todo check english name + Name: 2Lv Instrument Type: Weapon SubType: Musical Attack: 10 @@ -186887,7 +219160,7 @@ Body: Refineable: true - Id: 570042 AegisName: aegis_570042 - Name: Level 3 Instrument # !todo check english name + Name: 3Lv Instrument Type: Weapon SubType: Musical Attack: 10 @@ -186903,7 +219176,7 @@ Body: Refineable: true - Id: 570043 AegisName: aegis_570043 - Name: Level 4 Instrument # !todo check english name + Name: 4Lv Instrument Type: Weapon SubType: Musical Attack: 10 @@ -186980,6 +219253,112 @@ Body: } } } + - Id: 570062 + AegisName: Dimen_TR_Vilolin + Name: Dimensions Musical Violin + Type: Weapon + SubType: Musical + Weight: 1800 + Attack: 100 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + BardDancer: true + Classes: + Fourth: true + Gender: Male + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"TR_METALIC_FURY",15+5*(.@r/3); + bonus2 bSkillAtk,"WM_REVERBERATION",25+7*(.@r/3); + bonus bMatk,25*(.@r/2); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"TR_METALIC_FURY",15; + bonus2 bSkillAtk,"WM_REVERBERATION",45; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_METALIC_FURY",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 570063 + AegisName: Dimen_TR_Harp + Name: Dimensions Musical Harp + Type: Weapon + SubType: Musical + Weight: 1800 + Attack: 230 + Range: 1 + Slots: 2 + Jobs: + BardDancer: true + Classes: + Fourth: true + Gender: Male + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15+5*(.@r/3); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15+5*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bLongAtkRate,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 580000 AegisName: Boost_Whip Name: Booster Whip @@ -187022,7 +219401,8 @@ Body: } if (.@r>=9) { bonus bAtkRate,10; - bonus2 bMagicAddClass,Class_All,10; + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; } - Id: 580002 AegisName: Barb_Wire_K @@ -187058,7 +219438,7 @@ Body: bonus2 bSkillAtk,"WM_METALICSOUND",10; } if (.@r>=11) { - bonus2 bSkillFixedCast,"WM_REVERBERATION",-5000; + bonus2 bSkillFixedCast,"WM_REVERBERATION",-500; } - Id: 580003 AegisName: Woe_Whip2_Z @@ -187199,11 +219579,11 @@ Body: bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",10; } if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; } if (.@r>=11) { - bonus2 bMagicAtkEle,Ele_Water,10; + bonus2 bMagicAddEle,Ele_Water,10; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; } - Id: 580009 @@ -187310,6 +219690,7 @@ Body: Refineable: true Script: | .@r = getrefine(); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",5*(.@r/2); bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",5*(.@r/2); bonus bLongAtkRate,2*(.@r/4); - Id: 580013 @@ -187351,7 +219732,7 @@ Body: if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"TR_METALIC_FURY",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"TR_METALIC_FURY",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; @@ -187385,10 +219766,10 @@ Body: .@r = getrefine(); autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bBaseAtk,10*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r>=9) { bonus bDelayrate,-10; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; @@ -187431,14 +219812,14 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=12) { bonus bLongAtkRate,15; } @@ -187505,14 +219886,14 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=12) { bonus bLongAtkRate,15; } @@ -187525,7 +219906,7 @@ Body: } } if (.@g >= ENCHANTGRADE_C) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { @@ -187582,7 +219963,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -187645,15 +220026,15 @@ Body: Script: | .@a = getskilllv("DC_DANCINGLESSON"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (BaseLevel>=110) { bonus bLongAtkRate,15; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } } - Id: 580023 @@ -187685,7 +220066,7 @@ Body: Script: | .@a = getskilllv("DC_DANCINGLESSON"); bonus bMatkRate,5; - bonus2 bMagicAtkEle,Ele_All,1*.@a; + bonus2 bMagicAtkEle,Ele_All,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; bonus2 bSkillAtk,"WM_METALICSOUND",25; @@ -187734,12 +220115,12 @@ Body: bonus bLongAtkRate,2*getskilllv("DC_DANCINGLESSON"); if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; if (.@r>=13) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } } } @@ -187807,7 +220188,7 @@ Body: bonus bMatkRate,5; bonus bMatk,230; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -187816,7 +220197,6 @@ Body: if (.@r>=9) { bonus2 bSkillFixedCast,"WM_REVERBERATION",-500; bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; - bonus2 bSkillCooldown,"WM_REVERBERATION",-2000; if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillAtk,"WM_METALICSOUND",20; @@ -187828,9 +220208,9 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -187860,13 +220240,15 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",7*(.@r/2); bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",7*(.@r/2); bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",7*(.@r/2); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; if (.@g >= ENCHANTGRADE_B) { @@ -187942,44 +220324,48 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,10; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",20; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",20; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,70; if (.@r>=9) { bonus2 bAddSize,Size_All,15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; - bonus2 bSkillUseSP,"TR_ROSEBLOSSOM_ATK",-25; - bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",-25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; + bonus2 bSkillUseSP,"TR_ROSEBLOSSOM",-25; + bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM_MELEE",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillUseSP,"TR_ROSEBLOSSOM_ATK",-25; - bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",-25; + bonus2 bSkillUseSP,"TR_ROSEBLOSSOM",-25; + bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM_MELEE",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,10; if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } } } } - Id: 580035 AegisName: Hs_Dc_Rope - Name: Heroria Rope # !todo check english name + Name: Herosria Rope Type: Weapon SubType: Whip Weight: 1500 @@ -187999,13 +220385,13 @@ Body: Script: | bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; - bonus3 bSubRace,RC_Player_Human,5,BF_WEAPON; - bonus3 bSubRace,RC_Player_Doram,5,BF_WEAPON; + bonus2 bAddRace,RC_Player_Human,-5; + bonus2 bAddRace,RC_Player_Doram,-5; bonus bDelayrate,5; bonus bVariableCastrate,-10; - Id: 580036 AegisName: aegis_580036 - Name: Heroria Whip # !todo check english name + Name: Herosria Whip Type: Weapon SubType: Whip Weight: 1500 @@ -188119,6 +220505,7 @@ Body: if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; } @@ -188131,7 +220518,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -188140,7 +220527,7 @@ Body: } - Id: 580041 AegisName: aegis_580041 - Name: Level 1 Whip # !todo check english name + Name: 1Lv Whip Type: Weapon SubType: Whip Attack: 10 @@ -188159,7 +220546,7 @@ Body: Refineable: true - Id: 580042 AegisName: aegis_580042 - Name: Level 2 Whip # !todo check english name + Name: 2Lv Whip Type: Weapon SubType: Whip Attack: 10 @@ -188178,7 +220565,7 @@ Body: Refineable: true - Id: 580043 AegisName: aegis_580043 - Name: Level 3 Whip # !todo check english name + Name: 3Lv Whip Type: Weapon SubType: Whip Attack: 10 @@ -188197,7 +220584,7 @@ Body: Refineable: true - Id: 580044 AegisName: aegis_580044 - Name: Level 4 Whip # !todo check english name + Name: 4Lv Whip Type: Weapon SubType: Whip Attack: 10 @@ -188280,6 +220667,112 @@ Body: } } } + - Id: 580061 + AegisName: Dimen_TR_Ribbon + Name: Dimensions Musical Ribbon + Type: Weapon + SubType: Whip + Weight: 1800 + Attack: 100 + MagicAttack: 240 + Range: 2 + Slots: 2 + Jobs: + BardDancer: true + Classes: + Fourth: true + Gender: Female + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"TR_METALIC_FURY",15+5*(.@r/3); + bonus2 bSkillAtk,"WM_REVERBERATION",25+7*(.@r/3); + bonus bMatk,25*(.@r/2); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_All,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"TR_METALIC_FURY",15; + bonus2 bSkillAtk,"WM_REVERBERATION",45; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_METALIC_FURY",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 580062 + AegisName: Dimen_TR_Rope + Name: Dimensions Musical Rope + Type: Weapon + SubType: Whip + Weight: 1800 + Attack: 230 + Range: 2 + Slots: 2 + Jobs: + BardDancer: true + Classes: + Fourth: true + Gender: Female + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15+5*(.@r/3); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15+5*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bLongAtkRate,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 590000 AegisName: Boost_Hall Name: Booster Mace @@ -188382,7 +220875,7 @@ Body: bonus bUnbreakableWeapon; bonus bMatkRate,3; .@r = getrefine(); - bonus2 bMagicAtkEle,Ele_Holy,.@r/2*1; + bonus2 bMagicAtkEle,Ele_Holy,.@r/2; bonus2 bSkillAtk,"AB_ADORAMUS",.@r/3*5; if (.@r>=9) { bonus bVariableCastrate,-10; @@ -188455,17 +220948,20 @@ Body: Script: | .@r = getrefine(); bonus bUnbreakableWeapon; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bMatk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillFixedCast,"AB_DUPLELIGHT",-500; - bonus2 bSkillAtk,"AB_DUPLELIGHT",35; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",35; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",35; } - Id: 590008 AegisName: AK_B_Mace @@ -188504,6 +221000,7 @@ Body: bonus bVariableCastrate,-10; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",25; bonus2 bSkillAtk,"NC_ARMSCANNON",25; + bonus2 bSkillAtk,"NC_VULCANARM",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,20; @@ -188512,6 +221009,7 @@ Body: if (.@r>=13) { bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; + bonus2 bSkillAtk,"NC_VULCANARM",15; } - Id: 590009 AegisName: AC_B_Club @@ -188593,11 +221091,13 @@ Body: bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO"); - bonus2 bMagicAtkEle,Ele_Earth,getskilllv("HP_MEDITATIO"); + bonus bShortAtkRate,getskilllv("HP_MEDITATIO"); } if (.@r>=9) { + bonus bVariableCastrate,-10; bonus bDelayrate,-10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; bonus2 bSkillAtk,"AB_JUDEX",25; } if (.@r>=11) { @@ -188605,7 +221105,8 @@ Body: bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=13) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus2 bSkillAtk,"AB_JUDEX",15; } - Id: 590011 @@ -188668,7 +221169,7 @@ Body: bonus bUnbreakableWeapon; bonus bMatkRate,3; .@r = getrefine(); - bonus2 bMagicAtkEle,Ele_Holy,.@r/2*1; + bonus2 bMagicAtkEle,Ele_Holy,.@r/2; bonus2 bSkillAtk,"AB_ADORAMUS",.@r/3*5; if (.@r>=7) { bonus bVariableCastrate,-10; @@ -188680,6 +221181,48 @@ Body: if (.@r>=11) { bonus2 bSkillAtk,"AB_ADORAMUS",15; } + - Id: 590014 + AegisName: Meer_Sceptre + Name: Sceptre of Exiled Kingdom + Type: Weapon + SubType: Mace + Buy: 20 + Weight: 2900 + Attack: 200 + MagicAttack: 360 + Range: 1 + Slots: 1 + Jobs: + Monk: true + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 130 + Refineable: true + Script: | + .@r = getrefine(); + bonus bInt,3; + bonus bDex,5; + skill "CR_GRANDCROSS",1; + bonus2 bMagicAtkEle,Ele_Holy,10*.@r; + if (.@r>=5) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,5; + } + if (.@r>=7) + skill "CR_GRANDCROSS",min(10,.@r); + if (.@r>=9) { + bonus bMaxHPrate,10; + bonus bMaxSPrate,10; + bonus bLongAtkDef,5; + } + if (.@r>=10) + skill "BS_ADRENALINE",5; - Id: 590015 AegisName: Fourth_1h_Mace Name: Relapse Cross @@ -188701,7 +221244,10 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bMagicAtkEle,Ele_All,2*(getrefine()/4); + .@r = getrefine(); + bonus2 bSkillAtk,"CD_FRAMEN",5*(.@r/2); + bonus bHealPower,5*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/4); - Id: 590016 AegisName: Poenitentia_Clava Name: Poenitentia Clava @@ -188727,6 +221273,7 @@ Body: bonus bUnbreakableWeapon; bonus bAtkRate,10; bonus2 bSkillAtk,"MT_AXE_STOMP",10; + bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",(.@r/2)*5; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { @@ -188827,14 +221374,16 @@ Body: autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); - bonus2 bSkillAtk,"AB_DUPLELIGHT",18*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",18*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",18*(.@r/3); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bAspdRate,10; if (.@r>=9) { bonus bMatkRate,5; bonus bAtkRate,5; - bonus2 bSkillAtk,"AB_DUPLELIGHT",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_All,15; @@ -189151,7 +221700,7 @@ Body: .@a = getskilllv("AM_LEARNINGPOTION"); bonus bUnbreakableWeapon; bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"GN_CARTCANNON",25; @@ -189191,22 +221740,24 @@ Body: .@a = getskilllv("HP_MEDITATIO"); bonus bMatkRate,3; bonus bCritical,15; - bonus bAspdRate,1*.@a; + bonus bAspdRate,.@a; if (BaseLevel>=105) { bonus bVariableCastrate,-10; bonus bDelayrate,-10; bonus2 bSkillAtk,"PR_MAGNUS",25; bonus2 bSkillAtk,"AB_JUDEX",25; - bonus2 bSkillAtk,"AB_DUPLELIGHT",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; if (BaseLevel>=110) { bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; bonus2 bAddSize,Size_All,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_JUDEX",15; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; } } } @@ -189237,7 +221788,7 @@ Body: bonus bMatkRate,5; bonus bMatk,210; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -189256,9 +221807,9 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Holy,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -189385,13 +221936,15 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; - bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",7*(.@r/3); + bonus2 bSkillAtk,"CD_FRAMEN",7*(.@r/3); + bonus2 bSkillAtk,"CD_ARBITRIUM",7*(.@r/3); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; if (.@g >= ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_FRAMEN",10; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -189557,7 +222110,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -189672,6 +222225,7 @@ Body: bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus bHealPower,15; + bonus2 bSkillAtk,"CD_ARBITRIUM",20; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",20; bonus2 bSkillAtk,"AB_ADORAMUS",20; if (.@r>=7) { @@ -189679,15 +222233,17 @@ Body: bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,15; + bonus2 bSkillAtk,"CD_ARBITRIUM",10; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; bonus2 bSkillAtk,"AB_ADORAMUS",15; - bonus2 bSkillUseSP,"CD_ARBITRIUM_ATK",-25; + bonus2 bSkillUseSP,"CD_ARBITRIUM",-25; bonus2 bSkillUseSP,"AB_ADORAMUS",-25; if (.@r>=11) { bonus bDelayrate,-15; + bonus2 bSkillAtk,"CD_ARBITRIUM",10; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; bonus2 bSkillAtk,"AB_ADORAMUS",10; - bonus2 bSkillUseSP,"CD_ARBITRIUM_ATK",-25; + bonus2 bSkillUseSP,"CD_ARBITRIUM",-25; bonus2 bSkillUseSP,"AB_ADORAMUS",-25; } } @@ -189695,11 +222251,13 @@ Body: if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,10; if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"CD_ARBITRIUM",10; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; bonus2 bSkillAtk,"AB_ADORAMUS",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { + bonus2 bSkillAtk,"CD_ARBITRIUM",10; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; bonus2 bSkillAtk,"AB_ADORAMUS",10; } @@ -189708,7 +222266,7 @@ Body: } - Id: 590050 AegisName: Hs_Bs_Mace - Name: Heroria Smith Mace # !todo check english name + Name: Herosria Smith Mace Type: Weapon SubType: Mace Weight: 1500 @@ -189729,7 +222287,7 @@ Body: bonus bVariableCastrate,-10; - Id: 590051 AegisName: aegis_590051 - Name: Heroria Alchemic Mace # !todo check english name + Name: Herosria Alchemic Mace Type: Weapon SubType: Mace Weight: 1500 @@ -189750,7 +222308,7 @@ Body: bonus bVariableCastrate,-10; - Id: 590052 AegisName: aegis_590052 - Name: Heroria Monk Mace # !todo check english name + Name: Herosria Monk Mace Type: Weapon SubType: Mace Weight: 1500 @@ -189773,7 +222331,7 @@ Body: bonus bVariableCastrate,-10; - Id: 590056 AegisName: aegis_590056 - Name: Blunt Weapon Level 1 # !todo check english name + Name: 1Lv One-handed Macee Type: Weapon SubType: Mace Attack: 10 @@ -189798,7 +222356,7 @@ Body: Refineable: true - Id: 590057 AegisName: aegis_590057 - Name: Blunt weapon level 2 # !todo check english name + Name: 2Lv One-handed Macee Type: Weapon SubType: Mace Attack: 10 @@ -189823,7 +222381,7 @@ Body: Refineable: true - Id: 590058 AegisName: aegis_590058 - Name: Blunt Weapon Level 3 # !todo check english name + Name: 3Lv One-handed Macee Type: Weapon SubType: Mace Attack: 10 @@ -189848,7 +222406,7 @@ Body: Refineable: true - Id: 590059 AegisName: aegis_590059 - Name: Blunt weapon level 4 # !todo check english name + Name: 4Lv One-handed Macee Type: Weapon SubType: Mace Attack: 10 @@ -189988,6 +222546,145 @@ Body: } } } + - Id: 590066 + AegisName: aegis_590066 + Name: Opened Illusion Iron Driver + Type: Weapon + SubType: Mace + Weight: 1200 + Attack: 255 + MagicAttack: 255 + Range: 1 + Slots: 1 + Jobs: + Priest: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-3*(.@r/2); + bonus bAspdRate,3*(.@r/2); + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + bonus bMatk,(min(BaseLevel,170)*3); + } + if (.@r>=7) { + bonus bVariableCastrate,-5; + bonus bAspdRate,5; + } + if (.@r>=9) { + bonus bAtkRate,5; + bonus bMatkRate,5; + } + - Id: 590079 + AegisName: Dimen_MT_Mace + Name: Dimensions Mechanical Mace + Type: Weapon + SubType: Mace + Weight: 2500 + Attack: 320 + Range: 1 + Slots: 2 + Jobs: + Blacksmith: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bCritical,5; + bonus2 bSkillAtk,"MT_TRIPLE_LASER",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"MT_TRIPLE_LASER",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"MT_TRIPLE_LASER",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 590080 + AegisName: Dimen_BO_Hall + Name: Dimensions Biological Scepter + Type: Weapon + SubType: Mace + Weight: 2500 + Attack: 240 + Range: 1 + Slots: 2 + Jobs: + Alchemist: true + Classes: + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15+5*(.@r/3); + bonus2 bSkillAtk,"GN_CART_TORNADO",25+7*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bShortAtkRate,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15; + bonus2 bSkillAtk,"GN_CART_TORNADO",45; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 600000 AegisName: IDTest_bothhand Name: IDTest bothhand @@ -190256,6 +222953,7 @@ Body: bonus bCritAtkRate,10; bonus2 bSkillAtk,"RK_IGNITIONBREAK",25; bonus2 bSkillAtk,"RK_SONICWAVE",25; + bonus2 bSkillAtk,"RK_WINDCUTTER",25; bonus3 bAutoSpell,"RK_SONICWAVE",getskilllv("RK_SONICWAVE"),1; } if (.@r>=11) { @@ -190265,6 +222963,7 @@ Body: if (.@r>=13) { bonus2 bSkillAtk,"RK_IGNITIONBREAK",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; + bonus2 bSkillAtk,"RK_WINDCUTTER",15; } - Id: 600013 AegisName: Fourth_Bh_Sword @@ -190523,7 +223222,7 @@ Body: Script: | .@a = getskilllv("KN_TWOHANDQUICKEN"); bonus bCritical,15; - bonus bAspdRate,1*.@a; + bonus bAspdRate,.@a; if (BaseLevel>=105) { bonus bCritAtkRate,10; bonus2 bSkillAtk,"RK_IGNITIONBREAK",25; @@ -190675,7 +223374,7 @@ Body: bonus bMaxSPrate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; - bonus bMres,30; + bonus bMRes,30; bonus bRes,30; if (.@g >= ENCHANTGRADE_B) { bonus2 bSubEle,Ele_All,15; @@ -190757,8 +223456,10 @@ Body: bonus bCritAtkRate,20; bonus2 bSkillAtk,"RK_STORMBLAST",25; if (.@r>=11) { - bonus2 bSubSize,Size_Small,25; - bonus2 bSubSize,Size_Medium,25; + bonus2 bAddSize,Size_Small,25; + bonus2 bMagicAddSize,Size_Small,25; + bonus2 bAddSize,Size_Medium,25; + bonus2 bMagicAddSize,Size_Medium,25; } } } @@ -190837,7 +223538,7 @@ Body: } - Id: 600032 AegisName: Hs_Kn_Zweihander - Name: Heroria Zweihander # !todo check english name + Name: Herosria Zweihander Type: Weapon SubType: 2hSword Weight: 3000 @@ -190857,7 +223558,7 @@ Body: bonus bMdef,-80; - Id: 600035 AegisName: aegis_600035 - Name: Level 1 Two-Handed Sword # !todo check english name + Name: 1Lv Two-handed Swords Type: Weapon SubType: 2hSword Attack: 10 @@ -190877,7 +223578,7 @@ Body: Refineable: true - Id: 600036 AegisName: aegis_600036 - Name: Level 2 Two-Handed Sword # !todo check english name + Name: 2Lv Two-handed Swords Type: Weapon SubType: 2hSword Attack: 10 @@ -190897,7 +223598,7 @@ Body: Refineable: true - Id: 600037 AegisName: aegis_600037 - Name: Level 3 Two-Handed Sword # !todo check english name + Name: 3Lv Two-handed Swords Type: Weapon SubType: 2hSword Attack: 10 @@ -190917,7 +223618,7 @@ Body: Refineable: true - Id: 600038 AegisName: aegis_600038 - Name: Level 4 Two-Handed Sword # !todo check english name + Name: 4Lv Two-handed Swords Type: Weapon SubType: 2hSword Attack: 10 @@ -191001,13 +223702,121 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } + - Id: 600054 + AegisName: Dimen_DK_T_Sword + Name: Dimensions Dragon Sword + Type: Weapon + SubType: 2hSword + Weight: 3500 + Attack: 350 + Range: 1 + Slots: 2 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"DK_HACKANDSLASHER",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 600059 + AegisName: Slayer_Furious + Name: Furious Slayer + Type: Weapon + SubType: 2hSword + Weight: 3500 + Attack: 260 + Range: 1 + Slots: 2 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10; + if (BaseLevel>=210) { + bonus bAtkRate,7; + bonus bBaseAtk,70; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bCritAtkRate,10; + if (.@r>=9) { + bonus bAspdRate,15; + if (.@r>=10) { + bonus bCritical,10; + if (.@r>=11) { + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bCritAtkRate,15; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,4*(.@r/2); + bonus bAtkRate,4*(.@r/2); + } + } + } + } - Id: 610000 AegisName: Boost_Katar Name: Booster Katar @@ -191035,7 +223844,7 @@ Body: EquipLevelMin: 100 Refineable: true Script: | - bonus2 bAddClass,Class_All,2; + bonus bAtkRate,2; bonus bCritAtkRate,3; .@r = getrefine(); bonus bBaseAtk,.@r*3; @@ -191044,7 +223853,7 @@ Body: bonus bCritAtkRate,getskilllv("AS_KATAR"); } if (.@r>=9) { - bonus2 bAddClass,Class_All,10; + bonus bAtkRate,10; } - Id: 610003 AegisName: Blade_Katar @@ -191170,6 +223979,8 @@ Body: if (.@r>=9) { bonus2 bAddRace,RC_Brute,25; bonus2 bAddRace,RC_DemiHuman,25; + bonus2 bAddRace,RC_Player_Human,25; + bonus2 bAddRace,RC_Player_Doram,25; } if (.@r>=11) { bonus bCritical,15; @@ -191269,7 +224080,7 @@ Body: bonus bCritical,15; bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15); if (.@r>=7) { - bonus bShortAtkRate,2; + bonus bShortAtkRate,getskilllv("ASC_KATAR")*2; } if (.@r>=9) { bonus bDelayrate,-5; @@ -191657,7 +224468,7 @@ Body: Script: | .@a = getskilllv("AS_KATAR"); bonus bCritical,10; - bonus bShortAtkRate,1*.@a; + bonus bShortAtkRate,.@a; if (BaseLevel>=105) { bonus bDelayrate,-5; bonus2 bSkillAtk,"GC_CROSSIMPACT",25; @@ -192103,7 +224914,7 @@ Body: } - Id: 610043 AegisName: aegis_610043 - Name: Heroria Katar # !todo check english name + Name: Herosria Katar Type: Weapon SubType: Katar Weight: 3000 @@ -192167,7 +224978,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -192220,7 +225031,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -192229,7 +225040,7 @@ Body: } - Id: 610047 AegisName: aegis_610047 - Name: Level 1 Katar # !todo check english name + Name: 1Lv Katar Type: Weapon SubType: Katar Attack: 10 @@ -192244,7 +225055,7 @@ Body: Refineable: true - Id: 610049 AegisName: aegis_610049 - Name: Level 2 Katar # !todo check english name + Name: 2Lv Katar Type: Weapon SubType: Katar Attack: 10 @@ -192259,7 +225070,7 @@ Body: Refineable: true - Id: 610050 AegisName: aegis_610050 - Name: Level 3 Katar # !todo check english name + Name: 3Lv Katar Type: Weapon SubType: Katar Attack: 10 @@ -192274,7 +225085,7 @@ Body: Refineable: true - Id: 610051 AegisName: aegis_610051 - Name: Level 4 Katar # !todo check english name + Name: 4Lv Katar Type: Weapon SubType: Katar Attack: 10 @@ -192347,6 +225158,137 @@ Body: } } } + - Id: 610055 + AegisName: aegis_610055 + Name: Open Illusion Infiltrator + Type: Weapon + SubType: Katar + Weight: 1200 + Attack: 327 + Range: 1 + Slots: 2 + Jobs: + Assassin: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,3*(.@r/2); + bonus bCritical,3*(.@r/2); + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) { + bonus bAtkRate,5; + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + } + } + - Id: 610064 + AegisName: Dimen_SHC_Katar + Name: Dimensions Shadow Katar + Type: Weapon + SubType: Katar + Weight: 2200 + Attack: 320 + Range: 1 + Slots: 2 + Jobs: + Assassin: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 610065 + AegisName: Dimen_SHC_Cakram + Name: Dimensions Shadow Chakram + Type: Weapon + SubType: Katar + Weight: 2200 + Attack: 320 + Range: 1 + Slots: 2 + Jobs: + Assassin: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 620001 AegisName: Woe_Twohand_Axe2_Z Name: Intermediate Guild Member's Two-Handed Axe @@ -192455,7 +225397,7 @@ Body: bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",40; - bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-1000; + bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; } if (.@r>=9) { bonus2 bAddSize,Size_All,15; @@ -192563,7 +225505,7 @@ Body: bonus bDelayrate,-10; bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; if (.@r>=9) { - bonus2 bSkillAtk,"NC_AXEBOOMERANG",45+15; + bonus2 bSkillAtk,"NC_AXEBOOMERANG",45; bonus2 bSkillAtk,"NC_AXETORNADO",15; if (.@r>=11) { bonus2 bAddSize,Size_All,15; @@ -192592,6 +225534,7 @@ Body: Range: 1 Slots: 2 Jobs: + Alchemist: true Blacksmith: true Classes: All_Third: true @@ -192628,7 +225571,6 @@ Body: Range: 1 Jobs: Blacksmith: true - Crusader: true Locations: Both_Hand: true WeaponLevel: 3 @@ -192676,7 +225618,7 @@ Body: Script: | .@a = getskilllv("BS_WEAPONRESEARCH"); bonus bAtkRate,5; - bonus bShortAtkRate,1*.@a; + bonus bShortAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; bonus2 bSkillAtk,"NC_AXETORNADO",25; @@ -192960,7 +225902,7 @@ Body: } - Id: 620021 AegisName: Hs_Bs_Giant_Axe - Name: Heroria Giant Axe # !todo check english name + Name: Herosria Giant Axe Type: Weapon SubType: 2hAxe Weight: 3000 @@ -192975,13 +225917,13 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus bCritAtkRate,7; + bonus bCritAtkRate,-7; bonus bShortAtkRate,15; bonus bAspdRate,-7; bonus bHit,50; - Id: 620022 AegisName: Divine_Buster - Name: Divine Buster # !todo check english name + Name: Divine Buster Type: Weapon SubType: 2hAxe Weight: 6600 @@ -193035,7 +225977,7 @@ Body: } - Id: 620023 AegisName: aegis_620023 - Name: Two-Handed Axe Level 1 # !todo check english name + Name: 1Lv Two-handed Axe Type: Weapon SubType: 2hAxe Attack: 10 @@ -193055,7 +225997,7 @@ Body: Refineable: true - Id: 620024 AegisName: aegis_620024 - Name: Two-Handed Axe Level 2 # !todo check english name + Name: 2Lv Two-handed Axe Type: Weapon SubType: 2hAxe Attack: 10 @@ -193075,7 +226017,7 @@ Body: Refineable: true - Id: 620025 AegisName: aegis_620025 - Name: Level 3 Two-Handed Axe # !todo check english name + Name: 3Lv Two-handed Axe Type: Weapon SubType: 2hAxe Attack: 10 @@ -193095,7 +226037,7 @@ Body: Refineable: true - Id: 620026 AegisName: aegis_620026 - Name: Level 4 Two-Handed Axe # !todo check english name + Name: 4Lv Two-handed Axe Type: Weapon SubType: 2hAxe Attack: 10 @@ -193113,6 +226055,56 @@ Body: Both_Hand: true WeaponLevel: 4 Refineable: true + - Id: 620037 + AegisName: Dimen_MT_Axe + Name: Dimensions Machanical Axe + Type: Weapon + SubType: 2hAxe + Weight: 4500 + Attack: 380 + Range: 1 + Slots: 2 + Jobs: + Blacksmith: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15+5*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bShortAtkRate,25; + if (.@r>=9) { + bonus bUseSPrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 630001 AegisName: Woe_T_Lance2_Z Name: Intermediate Guild Member's Lance @@ -193578,7 +226570,7 @@ Body: DropEffect: CLIENT - Id: 630020 AegisName: Hs_Kn_Lance - Name: Heroria Lance # !todo check english name + Name: Herosria Lance Type: Weapon SubType: 2hSpear Weight: 3000 @@ -193592,13 +226584,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,7; + bonus bCritAtkRate,-7; bonus bLongAtkRate,15; bonus bVariableCastrate,7; bonus bHit,50; - Id: 630021 AegisName: aegis_630021 - Name: Level 1 Two-Handed Spear # !todo check english name + Name: 1Lv Two-handed Spear Type: Weapon SubType: 2hSpear Attack: 10 @@ -193618,7 +226610,7 @@ Body: Refineable: true - Id: 630022 AegisName: aegis_630022 - Name: Level 2 Two-Handed Spear # !todo check english name + Name: 2Lv Two-handed Spear Type: Weapon SubType: 2hSpear Attack: 10 @@ -193638,7 +226630,7 @@ Body: Refineable: true - Id: 630023 AegisName: aegis_630023 - Name: Level 3 Two-Handed Spear # !todo check english name + Name: 3Lv Two-handed Spear Type: Weapon SubType: 2hSpear Attack: 10 @@ -193658,7 +226650,7 @@ Body: Refineable: true - Id: 630024 AegisName: aegis_630024 - Name: Level 4 Two-Handed Spear # !todo check english name + Name: 4Lv Two-handed Spear Type: Weapon SubType: 2hSpear Attack: 10 @@ -193742,7 +226734,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -193794,6 +226786,162 @@ Body: } } } + - Id: 630034 + AegisName: aegis_630034 + Name: Opened Illusion Spectral Spear + Type: Weapon + SubType: 2hSpear + Weight: 2000 + Attack: 383 + Range: 3 + Slots: 2 + Jobs: + Knight: true + Classes: + All_Third: true + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bHit,3*.@r; + if (.@r>=7) + bonus bAspdRate,5; + if (.@r>=9) { + bonus bAtkRate,5; + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + } + } + - Id: 630041 + AegisName: Dimen_DK_Lance + Name: Dimensions Dragon Lance + Type: Weapon + SubType: 2hSpear + Weight: 6500 + Attack: 350 + Range: 3 + Slots: 2 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMaxHPrate,5; + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bLongAtkRate,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 630042 + AegisName: aegis_630042 + Name: Trident + Type: Weapon + SubType: 2hSpear + Weight: 1200 + Attack: 150 + Range: 3 + Slots: 3 + Jobs: + Crusader: true + Knight: true + Swordman: true + Locations: + Both_Hand: true + WeaponLevel: 3 + EquipLevelMin: 33 + Refineable: true + - Id: 630045 + AegisName: Trident_Furious + Name: Furious Trident + Type: Weapon + SubType: 2hSpear + Weight: 8500 + Attack: 260 + Range: 3 + Slots: 2 + Jobs: + Knight: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",5; + if (BaseLevel>=210) { + bonus bAtkRate,7; + bonus bBaseAtk,70; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bLongAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10; + if (.@r>=10) { + bonus bDelayrate,-10; + if (.@r>=11) { + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,15; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,4*(.@r/2); + bonus bAtkRate,4*(.@r/2); + } + } + } + } - Id: 640000 AegisName: Boost_Staff Name: Booster Staff @@ -193895,7 +227043,7 @@ Body: bonus bUnbreakableWeapon; bonus bMatk,50+BaseLevel; bonus bAspdRate,10; - if (eaclass()&EAJL_THIRD && BaseJob == Job_Priset) { + if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) { skill "ALL_ODINS_POWER",2; bonus bMatkRate,25; bonus2 bSubClass,Class_Boss,50; @@ -194059,20 +227207,24 @@ Body: if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Earth,getskilllv("HW_MAGICPOWER"); bonus2 bMagicAtkEle,Ele_Fire,getskilllv("HW_MAGICPOWER"); + bonus2 bMagicAtkEle,Ele_Neutral,getskilllv("HW_MAGICPOWER"); } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"WL_EARTHSTRAIN",25; bonus2 bSkillAtk,"WL_CRIMSONROCK",25; + bonus2 bSkillAtk,"WL_COMET",25; } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; + bonus2 bMagicAtkEle,Ele_Neutral,15; } if (.@r>=13) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",15; bonus2 bSkillAtk,"WL_CRIMSONROCK",15; + bonus2 bSkillAtk,"WL_COMET",15; } - Id: 640010 AegisName: CJ_B_Staff @@ -194107,20 +227259,24 @@ Body: if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Water,getskilllv("HW_MAGICPOWER"); bonus2 bMagicAtkEle,Ele_Wind,getskilllv("HW_MAGICPOWER"); + bonus2 bMagicAtkEle,Ele_Ghost,getskilllv("HW_MAGICPOWER"); } if (.@r>=9) { bonus bDelayrate,-10; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",25; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",25; bonus2 bSkillAtk,"WL_JACKFROST",25; + bonus2 bSkillAtk,"WL_SOULEXPANSION",25; } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; + bonus2 bMagicAtkEle,Ele_Ghost,15; } if (.@r>=13) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_JACKFROST",15; + bonus2 bSkillAtk,"WL_SOULEXPANSION",15; } - Id: 640011 AegisName: Up_Iron_Staff @@ -194176,7 +227332,7 @@ Body: All_Third: true Fourth: true Locations: - Right_Hand: true + Both_Hand: true WeaponLevel: 4 EquipLevelMin: 150 Refineable: true @@ -194196,7 +227352,7 @@ Body: } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; } - Id: 640013 AegisName: Fourth_Bh_Staff @@ -194247,6 +227403,7 @@ Body: .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; bonus2 bSkillAtk,"WL_FROSTMISTY",3*(.@r/2); @@ -194263,14 +227420,17 @@ Body: } } if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",5; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",5; bonus2 bSkillAtk,"AG_FROZEN_SLASH",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",8; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",8; bonus2 bSkillAtk,"AG_FROZEN_SLASH",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,2; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",12; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",12; bonus2 bSkillAtk,"AG_FROZEN_SLASH",12; } @@ -194304,12 +227464,12 @@ Body: bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; bonus2 bSkillAtk,"WL_EARTHSTRAIN",3*(.@r/2); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",3*(.@r/2); + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",25; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",25; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Wind,10; @@ -194320,7 +227480,7 @@ Body: bonus2 bSkillAtk,"AG_STORM_CANNON",5; bonus2 bSkillAtk,"AG_ROCK_DOWN",5; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus2 bSkillAtk,"AG_STORM_CANNON",8; bonus2 bSkillAtk,"AG_ROCK_DOWN",8; if (.@g >= ENCHANTGRADE_B) { @@ -194363,10 +227523,11 @@ Body: bonus2 bMagicAtkEle,Ele_Fire,15; bonus bDelayrate,-10; if (.@r>=9) { - bonus2 bSkillAtk,"WL_EARTHSTRAIN",40+15; + bonus2 bSkillAtk,"WL_EARTHSTRAIN",40; bonus2 bSkillAtk,"WL_CRIMSONROCK",15; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; + bonus2 bSubEle,Ele_All,15; } } } @@ -194375,7 +227536,7 @@ Body: bonus2 bSkillAtk,"AG_STRANTUM_TREMOR",10; bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",10; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"AG_STRANTUM_TREMOR",10; @@ -194505,7 +227666,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -194558,7 +227719,7 @@ Body: if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,(.@r/3); + bonus bSMatk,(.@r/3); bonus bSpl,(.@r/3); } } @@ -194601,7 +227762,7 @@ Body: if (BaseLevel>=110) { bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"WL_CRIMSONROCK",15; bonus2 bSkillAtk,"WL_EARTHSTRAIN",15; @@ -194641,14 +227802,14 @@ Body: if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Ghost,10; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",25; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",25; bonus2 bSkillAtk,"WL_SOULEXPANSION",25; if (BaseLevel>=110) { bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Ghost,15; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_SOULEXPANSION",15; } } @@ -194689,7 +227850,7 @@ Body: bonus2 bSkillAtk,"SP_SWHOO",25; if (BaseLevel>=110) { bonus bVariableCastrate,-10; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"SP_SPA",15; bonus2 bSkillAtk,"SP_SWHOO",15; @@ -194731,7 +227892,7 @@ Body: bonus2 bSkillAtk,"SP_CURSEEXPLOSION",25; if (BaseLevel>=110) { bonus2 bSkillCooldown,"SP_SOULCURSE",-2000; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15; } @@ -194763,16 +227924,16 @@ Body: bonus bMatkRate,5; bonus bMatk,235; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,20; bonus2 bMagicAtkEle,Ele_Earth,20; + bonus2 bMagicAtkEle,Ele_Neutral,20; bonus bVariableCastrate,-15; if (.@r>=9) { bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000; - bonus2 bSkillAtk,"WL_EARTHSTRAIN",30; bonus2 bSkillAtk,"WL_COMET",30; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,20; @@ -194785,9 +227946,10 @@ Body: if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Earth,15; - bonus bSmatk,1; + bonus2 bMagicAtkEle,Ele_Neutral,15; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -194822,7 +227984,7 @@ Body: bonus bMatkRate,5; bonus bMatk,235; if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -194834,10 +227996,9 @@ Body: bonus bDelayrate,-5; bonus2 bSkillCooldown,"WL_JACKFROST",-1000; bonus2 bSkillAtk,"WL_SOULEXPANSION",30; - bonus2 bSkillAtk,"WL_JACKFROST",30; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",30; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",30; } } } @@ -194847,9 +228008,9 @@ Body: bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -194921,17 +228082,20 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",6*(.@r/2); bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",6*(.@r/2); bonus2 bSkillAtk,"AG_FROZEN_SLASH",6*(.@r/2); + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",5*(.@r/3); bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",5*(.@r/3); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; if (.@g >= ENCHANTGRADE_C) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; } } } @@ -195013,30 +228177,41 @@ Body: bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",20; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",20; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",20; bonus2 bSkillAtk,"AG_STORM_CANNON",20; bonus2 bSkillAtk,"AG_ALL_BLOOM",20; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",20; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",20; if (.@r>=7) { bonus bVariableCastrate,-15; bonus bMatk,90; if (.@r>=9) { + bonus2 bMagicAtkEle,Ele_Fire,15; + bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAddSize,Size_All,20; bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ALL_BLOOM",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",10; bonus2 bSkillUseSP,"AG_DESTRUCTIVE_HURRICANE",-25; - bonus2 bSkillUseSP,"AG_CRIMSON_ARROW_ATK",-25; + bonus2 bSkillUseSP,"AG_CRIMSON_ARROW",-25; bonus2 bSkillUseSP,"AG_STORM_CANNON",-25; bonus2 bSkillUseSP,"AG_ALL_BLOOM",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ALL_BLOOM",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",10; bonus2 bSkillUseSP,"AG_DESTRUCTIVE_HURRICANE",-25; - bonus2 bSkillUseSP,"AG_CRIMSON_ARROW_ATK",-25; + bonus2 bSkillUseSP,"AG_CRIMSON_ARROW",-25; bonus2 bSkillUseSP,"AG_STORM_CANNON",-25; bonus2 bSkillUseSP,"AG_ALL_BLOOM",-25; } @@ -195046,16 +228221,22 @@ Body: bonus bSMatk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ALL_BLOOM",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ALL_BLOOM",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",10; + bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",10; } } } @@ -195174,7 +228355,7 @@ Body: } - Id: 640038 AegisName: aegis_640038 - Name: Heroria Wizardry Staff # !todo check english name + Name: Herosria Wizardry Staff Type: Weapon SubType: 2hStaff Weight: 3000 @@ -195191,14 +228372,14 @@ Body: Script: | bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Wind,-7; - bonus2 bMagicAtkEle,Ele_Water,-7+15; - bonus2 bMagicAtkEle,Ele_Fire,-7+15; + bonus2 bMagicAtkEle,Ele_Water,15; + bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Earth,-7; bonus bDelayrate,-15; bonus bVariableCastrate,7; - Id: 640039 AegisName: aegis_640039 - Name: Heroria Magical Staff # !todo check english name + Name: Herosria Magical Staff Type: Weapon SubType: 2hStaff Weight: 3000 @@ -195214,15 +228395,15 @@ Body: Refineable: true Script: | bonus bUnbreakableWeapon; - bonus2 bMagicAtkEle,Ele_Wind,-7+15; + bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Water,-7; bonus2 bMagicAtkEle,Ele_Fire,-7; - bonus2 bMagicAtkEle,Ele_Earth,-7+15; + bonus2 bMagicAtkEle,Ele_Earth,15; bonus bDelayrate,7; bonus bVariableCastrate,-15; - Id: 640041 AegisName: aegis_640041 - Name: Level 1 Two-Handed Staff # !todo check english name + Name: 1Lv Two-handed Staff Type: Weapon SubType: 2hStaff Attack: 10 @@ -195240,7 +228421,7 @@ Body: Refineable: true - Id: 640042 AegisName: aegis_640042 - Name: Level 2 Two-Handed Staff # !todo check english name + Name: 2Lv Two-handed Staff Type: Weapon SubType: 2hStaff Attack: 10 @@ -195258,7 +228439,7 @@ Body: Refineable: true - Id: 640043 AegisName: aegis_640043 - Name: Level 3 Two-Handed Staff # !todo check english name + Name: 3Lv Two-handed Staff Type: Weapon SubType: 2hStaff Attack: 10 @@ -195276,7 +228457,7 @@ Body: Refineable: true - Id: 640044 AegisName: aegis_640044 - Name: Level 4 Two-Handed Staff # !todo check english name + Name: 4Lv Two-handed Staff Type: Weapon SubType: 2hStaff Attack: 10 @@ -195336,6 +228517,8 @@ Body: bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus2 bSkillAtk,"AG_VIOLENT_QUAKE",10; + bonus2 bSkillAtk,"AG_VIOLENT_QUAKE_ATK",10; + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",10; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; @@ -195344,11 +228527,15 @@ Body: bonus2 bMagicAtkEle,Ele_Earth,10; if (.@r>=9) { bonus2 bSkillAtk,"AG_VIOLENT_QUAKE",10; + bonus2 bSkillAtk,"AG_VIOLENT_QUAKE_ATK",10; + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",10; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; if (.@r>=11) { bonus2 bSkillAtk,"AG_VIOLENT_QUAKE",10; + bonus2 bSkillAtk,"AG_VIOLENT_QUAKE_ATK",10; + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",10; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; @@ -195367,6 +228554,153 @@ Body: } } } + - Id: 640047 + AegisName: aegis_640047 + Name: Opened Illusion Wizardry Staff + Type: Weapon + SubType: 2hStaff + Weight: 400 + Attack: 135 + MagicAttack: 330 + Range: 1 + Slots: 2 + Jobs: + Wizard: true + Classes: + All_Third: true + Fourth: true + Locations: + Right_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bVariableCastrate,-3*(.@r/2); + if (.@r>=7) + bonus bVariableCastrate,-5; + if (.@r>=9) { + bonus bMatkRate,5; + if (BaseLevel>=150) { + bonus bMatk,(min(BaseLevel,170)*3); + } + } + - Id: 640049 + AegisName: Dimen_AG_Staff + Name: Dimensions Arch Staff + Type: Weapon + SubType: 2hStaff + Weight: 2000 + Attack: 120 + MagicAttack: 330 + Range: 1 + Slots: 2 + Jobs: + Wizard: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",15+5*(.@r/3); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",15+5*(.@r/3); + bonus2 bSkillAtk,"AG_STORM_CANNON",15+5*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Fire,25; + bonus2 bMagicAtkEle,Ele_Wind,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",15; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",15; + bonus2 bSkillAtk,"AG_STORM_CANNON",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",15; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",15; + bonus2 bSkillAtk,"AG_STORM_CANNON",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Wind,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } + - Id: 640050 + AegisName: Dimen_AG_Rod + Name: Dimensions Arch Rod + Type: Weapon + SubType: 2hStaff + Weight: 2000 + Attack: 120 + MagicAttack: 330 + Range: 1 + Slots: 2 + Jobs: + Wizard: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bMatk,25*(.@r/2); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"AG_FROZEN_SLASH",15+5*(.@r/3); + bonus2 bSkillAtk,"AG_ROCK_DOWN",15+5*(.@r/3); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Earth,25; + bonus2 bMagicAtkEle,Ele_Water,25; + if (.@r>=9) { + bonus bVariableCastrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"AG_FROZEN_SLASH",15; + bonus2 bSkillAtk,"AG_ROCK_DOWN",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"AG_FROZEN_SLASH",15; + bonus2 bSkillAtk,"AG_ROCK_DOWN",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Earth,10; + bonus2 bMagicAtkEle,Ele_Water,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } - Id: 650000 AegisName: Woe_Huuma1_Z Name: Lesser Guild Member's Huuma Shuriken @@ -195673,7 +229007,7 @@ Body: bonus2 bSkillAtk,"NJ_HUUJIN",25; if (BaseLevel>=110) { bonus bVariableCastrate,-10; - bonus2 bMagicAddSize,Size_ALL,15; + bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"NJ_KOUENKA",15; bonus2 bSkillAtk,"NJ_HYOUSENSOU",15; @@ -195705,7 +229039,7 @@ Body: Script: | .@a = getskilllv("NJ_TOBIDOUGU"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",25; @@ -195765,7 +229099,7 @@ Body: KagerouOboro: true Locations: Both_Hand: true - WeaponLevel: 1 + WeaponLevel: 4 EquipLevelMin: 100 Trade: NoDrop: true @@ -195865,9 +229199,12 @@ Body: Refineable: true Gradable: true Script: | - .@g = getenchantgrade(); bonus bUnbreakableWeapon; - bonus bLongAtkRate,4*(getrefine()/4); + .@r = getrefine(); + .@g = getenchantgrade(); + bonus2 bSkillAtk,"SS_FUUMASHOUAKU",6*(.@r/2); + bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",8*(.@r/3); + bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bPow,2; if (.@g >= ENCHANTGRADE_C) { @@ -196037,7 +229374,11 @@ Body: bonus2 bSkillCooldown,"KO_HUUMARANKA",-2000; bonus2 bSkillAtk,"KO_HUUMARANKA",15; if (.@r>=11) { - bonus2 bAddRace,RC_Undead,25+25; + bonus2 bAddEle,Ele_Fire,25; + bonus2 bAddEle,Ele_Dark,25; + bonus2 bAddEle,Ele_Holy,25; + bonus2 bAddEle,Ele_Undead,25; + bonus2 bAddRace,RC_Undead,25; bonus2 bAddRace,RC_Angel,25; bonus2 bAddRace,RC_Demon,25; bonus2 bAddRace,RC_Dragon,25; @@ -196138,7 +229479,6 @@ Body: bonus bDelayrate,-15; bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10; - bonus2 bSkillAtk,"KO_HUUMARANKA",10; bonus2 bSkillUseSP,"SS_FUUMAKOUCHIKU",-25; bonus2 bSkillUseSP,"KO_HUUMARANKA",-25; } @@ -196160,7 +229500,7 @@ Body: } - Id: 650030 AegisName: Hs_Nj_Humma - Name: Heroria Fuma Shuriken # !todo check english name + Name: Herosria Huuma Shuriken Type: Weapon SubType: Huuma Weight: 3000 @@ -196182,7 +229522,7 @@ Body: bonus bHit,50; - Id: 650033 AegisName: Devil_Claw - Name: Devil Claw # !todo check english name + Name: Devil Claw Type: Weapon SubType: Huuma Weight: 2000 @@ -196225,12 +229565,14 @@ Body: } } if (.@g>=ENCHANTGRADE_D) { - bonus2 bMagicAtkEle,Ele_Fire,5; - bonus2 bMagicAtkEle,Ele_Dark,5; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Dark,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddRace,RC_All,10; + bonus2 bMagicAddRace,RC_Player_Human,-10; + bonus2 bMagicAddRace,RC_Player_Doram,-10; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,10; } @@ -196239,7 +229581,7 @@ Body: } - Id: 650034 AegisName: Humma_Brilliance - Name: Wind Magic Shuriken Radiance # !todo check english name + Name: Huuma Shuriken Brilliance Type: Weapon SubType: Huuma Weight: 2600 @@ -196293,7 +229635,7 @@ Body: } - Id: 650035 AegisName: aegis_650035 - Name: Level 1 Wind Magic Shuriken # !todo check english name + Name: 1Lv Fuuma Shuriken Type: Weapon SubType: Huuma Attack: 10 @@ -196309,7 +229651,7 @@ Body: Refineable: true - Id: 650036 AegisName: aegis_650036 - Name: Level 2 Wind Magic Shuriken # !todo check english name + Name: 2Lv Fuuma Shuriken Type: Weapon SubType: Huuma Attack: 10 @@ -196325,7 +229667,7 @@ Body: Refineable: true - Id: 650037 AegisName: aegis_650037 - Name: Level 3 Wind Magic Shuriken # !todo check english name + Name: 3Lv Fuuma Shuriken Type: Weapon SubType: Huuma Attack: 10 @@ -196341,7 +229683,7 @@ Body: Refineable: true - Id: 650038 AegisName: aegis_650038 - Name: Level 4 Wind Magic Shuriken # !todo check english name + Name: 4Lv Fuuma Shuriken Type: Weapon SubType: Huuma Attack: 10 @@ -196371,6 +229713,145 @@ Body: Both_Hand: true WeaponLevel: 5 Refineable: true + - Id: 650043 + AegisName: aegis_650043 + Name: Opened Illusion Huuma Fluttering Snow + Type: Weapon + SubType: Huuma + Weight: 1200 + Attack: 255 + MagicAttack: 240 + Range: 1 + Slots: 2 + Jobs: + KagerouOboro: true + Ninja: true + Locations: + Both_Hand: true + WeaponLevel: 4 + EquipLevelMin: 150 + Refineable: true + Script: | + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bVariableCastrate,-3*(.@r/2); + if (.@r>=7) + bonus bVariableCastrate,-5; + if (.@r>=9) { + bonus bAtkRate,5; + bonus bMatkRate,5; + if (BaseLevel>=150) { + bonus bBaseAtk,(min(BaseLevel,170)*3); + bonus bMatk,(min(BaseLevel,170)*3); + } + } + - Id: 650046 + AegisName: Dimen_SS_Humma + Name: Dimensions Moonlight Huuma Shuriken + Type: Weapon + SubType: Huuma + Weight: 3200 + Attack: 370 + Range: 1 + Slots: 2 + Jobs: + KagerouOboro: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bCritical,5; + bonus2 bSkillAtk,"SS_KAGEGISSEN",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"SS_KAGEGISSEN",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SS_KAGEGISSEN",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 650047 + AegisName: Dimen_SS_Wheel + Name: Dimensions Moonlight Wheel Shuriken + Type: Weapon + SubType: Huuma + Weight: 2800 + Attack: 200 + MagicAttack: 350 + Range: 1 + Slots: 2 + Jobs: + KagerouOboro: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bUnbreakableWeapon; + bonus bMatkRate,3+(.@r/2); + bonus2 bSkillAtk,"SS_SEKIENHOU",15+5*(.@r/3); + bonus2 bSkillAtk,"SS_RAIDENPOU",15+5*(.@r/3); + bonus bMatk,25*(.@r/2); + if (.@r>=7) { + bonus2 bMagicAtkEle,Ele_Wind,25; + bonus2 bMagicAtkEle,Ele_Fire,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bSMatk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"SS_SEKIENHOU",15; + bonus2 bSkillAtk,"SS_RAIDENPOU",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bSMatk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"SS_SEKIENHOU",15; + bonus2 bSkillAtk,"SS_RAIDENPOU",15; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_Wind,10; + bonus2 bMagicAtkEle,Ele_Fire,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,3*(.@r/2); + } + } + } + } - Id: 700000 AegisName: IDTest_bow Name: IDTest bow @@ -196488,7 +229969,7 @@ Body: bonus bMatk,40+BaseLevel; bonus bAspdRate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) { - bonus bFlee2; + bonus bFlee2,10; bonus bAtkRate,50; bonus bMatkRate,25; bonus2 bSubClass,Class_Boss,50; @@ -196497,7 +229978,7 @@ Body: if (.@r>=9) .@val += 50; bonus2 bIgnoreDefRaceRate,RC_All,.@val; - bonus2 bIgnoreMDefRaceRate,RC_All,.@val; + bonus2 bIgnoreMdefRaceRate,RC_All,.@val; } } - Id: 700005 @@ -196623,16 +230104,16 @@ Body: Refineable: true Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; } if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; } - Id: 700010 AegisName: Sagittarius_Hunter_Bow @@ -196698,10 +230179,10 @@ Body: bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; } if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus2 bWeaponDamageRate,W_BOW,15; } - Id: 700014 @@ -196871,14 +230352,14 @@ Body: } if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; } if (.@r>=13) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; } - Id: 700018 AegisName: Up_Royal_Bow_K @@ -197131,11 +230612,11 @@ Body: .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",3*(.@r/2); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",30; if (.@r>=11) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; } @@ -197572,10 +231053,14 @@ Body: bonus bAtkRate,3; if (BaseLevel>=60) bonus bAspdRate,10; - if (BaseLevel>=75) + if (BaseLevel>=75) { bonus2 bSkillAtk,"HT_BLITZBEAT",15; - if (BaseLevel>=90) - bonus2 bSkillAtk,"HT_BLITZBEAT",10; + bonus2 bSkillAtk,"SN_FALCONASSAULT",15; + if (BaseLevel>=90) { + bonus2 bSkillAtk,"HT_BLITZBEAT",10; + bonus2 bSkillAtk,"SN_FALCONASSAULT",10; + } + } - Id: 700040 AegisName: 2Para_Bow_BD Name: Paradise Bard&Dancer Bow @@ -197632,7 +231117,7 @@ Body: Script: | .@a = getskilllv("AC_VULTURE"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"SC_TRIANGLESHOT",25; @@ -197673,7 +231158,7 @@ Body: Script: | .@a = getskilllv("AC_OWL"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-700; bonus2 bSkillAtk,"RA_ARROWSTORM",25; @@ -197711,7 +231196,7 @@ Body: Script: | .@a = getskilllv("AC_VULTURE"); bonus bAtkRate,5; - bonus bAspdRate,1*.@a; + bonus bAspdRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; bonus2 bSkillAtk,"SN_SHARPSHOOTING",25; @@ -197902,13 +231387,13 @@ Body: } if (.@r>=7) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25; if (.@r>=9) { bonus bVariableCastrate,-10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",30; if (.@r>=11) { bonus2 bSubSize,Size_All,20; - bonus2 bAddEle,Ele_All,15; + bonus2 bAddSize,Size_All,15; } } } @@ -198039,7 +231524,7 @@ Body: if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",40; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",40; } } } @@ -198193,7 +231678,7 @@ Body: } - Id: 700061 AegisName: Hs_Rg_Bow - Name: Heroria Log Bow # !todo check english name + Name: Herosria Rogue Bow Type: Weapon SubType: Bow Weight: 3000 @@ -198207,13 +231692,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,5; + bonus bCritAtkRate,-5; bonus bLongAtkRate,10; bonus bVariableCastrate,-15; bonus bCritical,-7; - Id: 700062 AegisName: aegis_700062 - Name: Heroria Hunter Bow # !todo check english name + Name: Herosria Hunter Bow Type: Weapon SubType: Bow Weight: 3000 @@ -198228,12 +231713,12 @@ Body: Refineable: true Script: | bonus bCritAtkRate,15; - bonus bLongAtkDef,7; + bonus bLongAtkRate,-7; bonus bVariableCastrate,-15; bonus bHit,-25; - Id: 700063 AegisName: aegis_700063 - Name: Heroria Crossbow # !todo check english name + Name: Herosria Cross Bow Type: Weapon SubType: Bow Weight: 3000 @@ -198247,13 +231732,13 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,7; + bonus bCritAtkRate,-7; bonus bLongAtkRate,15; bonus bAspdRate,15; bonus bCritical,-7; - Id: 700064 AegisName: aegis_700064 - Name: Heroria Rhythm Bow # !todo check english name + Name: Herosria Rhythm Bow Type: Weapon SubType: Bow Weight: 3000 @@ -198318,7 +231803,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -198349,17 +231834,21 @@ Body: .@r = getrefine(); bonus bAtkRate,5; bonus bCon,2; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",5; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",5; if (.@r>=5) { + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",10; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",10; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",10; if (.@r>=10) { bonus bCritical,10; if (.@r>=11) { bonus2 bSkillAtk,"ABC_FRENZY_SHOT",15; + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",5; bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",5; } } @@ -198371,7 +231860,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -198402,7 +231891,7 @@ Body: bonus2 bSkillAtk,"SC_TRIANGLESHOT",BaseLevel; - Id: 700070 AegisName: aegis_700070 - Name: Level 1 Bow # !todo check english name + Name: 1Lv Bow Type: Weapon SubType: Bow Attack: 10 @@ -198421,7 +231910,7 @@ Body: Refineable: true - Id: 700071 AegisName: aegis_700071 - Name: Level 2 Bow # !todo check english name + Name: 2Lv Bow Type: Weapon SubType: Bow Attack: 10 @@ -198440,7 +231929,7 @@ Body: Refineable: true - Id: 700072 AegisName: aegis_700072 - Name: Level 3 Bow # !todo check english name + Name: 3Lv Bow Type: Weapon SubType: Bow Attack: 10 @@ -198459,7 +231948,7 @@ Body: Refineable: true - Id: 700073 AegisName: aegis_700073 - Name: Level 4 Bow # !todo check english name + Name: 4Lv Bow Type: Weapon SubType: Bow Attack: 10 @@ -198478,7 +231967,7 @@ Body: Refineable: true - Id: 700074 AegisName: aegis_700074 - Name: Level 5 Bow # !todo check english name + Name: 5Lv Bow Type: Weapon SubType: Bow Attack: 10 @@ -198540,6 +232029,272 @@ Body: } } } + - Id: 700092 + AegisName: Dimen_ABC_Bow + Name: Dimensions Abyss Bow + Type: Weapon + SubType: Bow + Weight: 2100 + Attack: 320 + Range: 5 + Slots: 2 + Jobs: + Rogue: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"ABC_FRENZY_SHOT",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 700093 + AegisName: Dimen_WH_C_Bow + Name: Dimensions Wind Crossbow + Type: Weapon + SubType: Bow + Weight: 2100 + Attack: 320 + Range: 5 + Slots: 2 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 700094 + AegisName: Dimen_WH_Bow + Name: Dimensions Wind Bow + Type: Weapon + SubType: Bow + Weight: 2100 + Attack: 340 + Range: 5 + Slots: 2 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"WH_HAWKRUSH",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"WH_HAWKRUSH",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"WH_HAWKRUSH",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } + - Id: 700100 + AegisName: StormBow_Furious + Name: Furious Storm Bow + Type: Weapon + SubType: Bow + Weight: 1800 + Attack: 210 + Range: 5 + Slots: 2 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"WH_GALESTORM",5; + if (BaseLevel>=210) { + bonus bAtkRate,7; + bonus bBaseAtk,70; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"WH_GALESTORM",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bCritAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"WH_GALESTORM",10; + if (.@r>=10) { + bonus bCritical,10; + if (.@r>=11) { + bonus2 bSkillAtk,"WH_GALESTORM",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bCritAtkRate,15; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"WH_GALESTORM",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"WH_GALESTORM",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,4*(.@r/2); + bonus bAtkRate,4*(.@r/2); + } + } + } + } + - Id: 700101 + AegisName: TornadoBow_Furious + Name: Furious Tornado Bow + Type: Weapon + SubType: Bow + Weight: 1800 + Attack: 210 + Range: 5 + Slots: 2 + Jobs: + Hunter: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 205 + Refineable: true + Gradable: true + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5; + if (BaseLevel>=210) { + bonus bAtkRate,7; + bonus bBaseAtk,70; + } + if (BaseLevel>=220) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5; + } + if (BaseLevel>=230) { + bonus2 bAddSize,Size_All,10; + } + if (.@r>=7) { + bonus bCritAtkRate,10; + if (.@r>=9) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10; + if (.@r>=10) { + bonus bVariableCastrate,-10; + if (.@r>=11) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10; + } + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bCritAtkRate,15; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,4*(.@r/2); + bonus bAtkRate,4*(.@r/2); + } + } + } + } - Id: 800000 AegisName: IDTest_gun Name: IDTest gun @@ -198707,7 +232462,7 @@ Body: Script: | .@a = getskilllv("GS_CHAINACTION"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus bLongAtkRate,10; bonus2 bSkillAtk,"GS_DESPERADO",25; @@ -198929,6 +232684,8 @@ Body: bonus2 bSkillAtk,"RL_FIREDANCE",20; if (.@r>=9) { bonus2 bSubRace,RC_All,15; + bonus2 bSubRace,RC_Player_Human,-15; + bonus2 bSubRace,RC_Player_Doram,-15; if (.@r>=11) { bonus2 bSkillAtk,"RL_FIREDANCE",25; if (.@r>=12) { @@ -199096,7 +232853,7 @@ Body: } - Id: 800017 AegisName: aegis_800017 - Name: Heroria Revolver # !todo check english name + Name: Herosria Revolver Type: Weapon SubType: Revolver Weight: 3000 @@ -199111,7 +232868,7 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,7; + bonus bCritAtkRate,-7; bonus bLongAtkRate,15; bonus bAspdRate,15; bonus bVariableCastrate,7; @@ -199161,7 +232918,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -199214,7 +232971,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -199223,7 +232980,7 @@ Body: } - Id: 800029 AegisName: aegis_800029 - Name: Level 1 Revolver # !todo check english name + Name: 1Lv Revolver Type: Weapon SubType: Revolver Attack: 10 @@ -199239,7 +232996,7 @@ Body: Refineable: true - Id: 800030 AegisName: aegis_800030 - Name: Level 2 Revolver # !todo check english name + Name: 2Lv Revolver Type: Weapon SubType: Revolver Attack: 10 @@ -199255,7 +233012,7 @@ Body: Refineable: true - Id: 800031 AegisName: aegis_800031 - Name: Level 3 Revolver # !todo check english name + Name: 3Lv Revolver Type: Weapon SubType: Revolver Attack: 10 @@ -199271,7 +233028,7 @@ Body: Refineable: true - Id: 800032 AegisName: aegis_800032 - Name: Level 4 Revolver # !todo check english name + Name: 4Lv Revolver Type: Weapon SubType: Revolver Attack: 10 @@ -199680,7 +233437,7 @@ Body: .@g = getenchantgrade(); .@r = getrefine(); if (BaseLevel>=210) { - bonus bSmatk,1; + bonus bSMatk,1; bonus bSpl,2; } if (.@r>=7) { @@ -199700,9 +233457,9 @@ Body: bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Ghost,15; - bonus bSmatk,1; + bonus bSMatk,1; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2; + bonus bSMatk,2; bonus bSpl,3; } } @@ -199778,7 +233535,7 @@ Body: DropEffect: CLIENT - Id: 810016 AegisName: aegis_810016 - Name: Heroria Rifle # !todo check english name + Name: Herosria Rifle Type: Weapon SubType: Rifle Weight: 3000 @@ -199793,7 +233550,7 @@ Body: EquipLevelMin: 200 Refineable: true Script: | - bonus bCritAtkRate,7; + bonus bCritAtkRate,-7; bonus bLongAtkRate,15; bonus bDelayrate,7; bonus bHit,50; @@ -199843,7 +233600,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -199896,7 +233653,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -199905,7 +233662,7 @@ Body: } - Id: 810029 AegisName: aegis_810029 - Name: Level 1 Rifle # !todo check english name + Name: 1Lv Rifle Type: Weapon SubType: Rifle Attack: 10 @@ -199921,7 +233678,7 @@ Body: Refineable: true - Id: 810030 AegisName: aegis_810030 - Name: Level 2 Rifle # !todo check english name + Name: 2Lv Rifle Type: Weapon SubType: Rifle Attack: 10 @@ -199937,7 +233694,7 @@ Body: Refineable: true - Id: 810031 AegisName: aegis_810031 - Name: Level 3 Rifle # !todo check english name + Name: 3Lv Rifle Type: Weapon SubType: Rifle Attack: 10 @@ -199953,7 +233710,7 @@ Body: Refineable: true - Id: 810032 AegisName: aegis_810032 - Name: Level 4 Rifle # !todo check english name + Name: 4Lv Rifle Type: Weapon SubType: Rifle Attack: 10 @@ -199969,7 +233726,7 @@ Body: Refineable: true - Id: 810033 AegisName: aegis_810033 - Name: Level 5 Rifle # !todo check english name + Name: 5Lv Rifle Type: Weapon SubType: Rifle Attack: 10 @@ -200028,6 +233785,56 @@ Body: } } } + - Id: 810040 + AegisName: Dimen_NW_Rifle + Name: Dimensions Night Rifle + Type: Weapon + SubType: Rifle + Weight: 2300 + Attack: 320 + Range: 9 + Slots: 2 + Jobs: + Rebellion: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bCritical,5; + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",15+5*(.@r/3); + bonus bAtkRate,(.@r/2); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bCritAtkRate,20; + if (.@r>=9) { + bonus bCRate,5; + bonus bCritical,15; + if (.@r>=11) { + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } - Id: 820000 AegisName: Ep172_1h_Shotgun Name: Lust Shatter @@ -200185,6 +233992,7 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); + bonus bSplashRange,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",7*(.@r/2); bonus2 bSkillAtk,"RL_BANISHING_BUSTER",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); @@ -200216,7 +234024,9 @@ Body: EquipLevelMin: 200 Refineable: true Script: | + bonus bSplashRange,1; bonus bLongAtkRate,3*(getrefine()/4); + bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",6*(.@r/2); - Id: 820006 AegisName: Vivatus_F_Shotgun Name: Vivatus Fides Shotgun @@ -200306,6 +234116,8 @@ Body: if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bAddClass,Class_Boss,15; + bonus2 bAddRace,RC_Undead,15; + bonus2 bAddRace,RC_Demon,15; } } } @@ -200364,7 +234176,7 @@ Body: bonus bSplashRange,1; - Id: 820012 AegisName: aegis_820012 - Name: Heroria Shotgun # !todo check english name + Name: Herosria Shotgun Type: Weapon SubType: Shotgun Weight: 3000 @@ -200431,7 +234243,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -200485,7 +234297,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -200494,7 +234306,7 @@ Body: } - Id: 820023 AegisName: aegis_820023 - Name: Level 1 Shotgun # !todo check english name + Name: 1Lv Shotgun Type: Weapon SubType: Shotgun Attack: 10 @@ -200508,9 +234320,11 @@ Body: Both_Hand: true WeaponLevel: 1 Refineable: true + Script: | + bonus bSplashRange,1; - Id: 820024 AegisName: aegis_820024 - Name: Level 2 Shotgun # !todo check english name + Name: 2Lv Shotgun Type: Weapon SubType: Shotgun Attack: 10 @@ -200524,9 +234338,11 @@ Body: Both_Hand: true WeaponLevel: 2 Refineable: true + Script: | + bonus bSplashRange,1; - Id: 820025 AegisName: aegis_820025 - Name: Level 3 Shotgun # !todo check english name + Name: 3Lv Shotgun Type: Weapon SubType: Shotgun Attack: 10 @@ -200540,9 +234356,11 @@ Body: Both_Hand: true WeaponLevel: 3 Refineable: true + Script: | + bonus bSplashRange,1; - Id: 820026 AegisName: aegis_820026 - Name: Level 4 Shotgun # !todo check english name + Name: 4Lv Shotgun Type: Weapon SubType: Shotgun Attack: 10 @@ -200556,6 +234374,8 @@ Body: Both_Hand: true WeaponLevel: 4 Refineable: true + Script: | + bonus bSplashRange,1; - Id: 820027 AegisName: aegis_820027 Name: Level 5 shotgun # !todo check english name @@ -200572,6 +234392,8 @@ Body: Both_Hand: true WeaponLevel: 5 Refineable: true + Script: | + bonus bSplashRange,1; - Id: 820028 AegisName: Mocadas_Shotgun Name: Muqaddas Saka @@ -200772,7 +234594,7 @@ Body: Script: | .@a = getskilllv("GS_SINGLEACTION"); bonus bAtkRate,5; - bonus bLongAtkRate,1*.@a; + bonus bLongAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"RL_FIRE_RAIN",-1000; bonus2 bSkillAtk,"RL_FIRE_RAIN",25; @@ -201170,7 +234992,7 @@ Body: DropEffect: CLIENT - Id: 830016 AegisName: aegis_830016 - Name: Heroria Gatlinggun # !todo check english name + Name: Herosria Gatling Gun Type: Weapon SubType: Gatling Weight: 3000 @@ -201235,7 +235057,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -201288,7 +235110,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -201297,7 +235119,7 @@ Body: } - Id: 830028 AegisName: aegis_830028 - Name: Level 1 Gatling Gun # !todo check english name + Name: 1Lv Gatling Gun Type: Weapon SubType: Gatling Attack: 10 @@ -201313,7 +235135,7 @@ Body: Refineable: true - Id: 830029 AegisName: aegis_830029 - Name: Level 2 Gatling Gun # !todo check english name + Name: 2Lv Gatling Gun Type: Weapon SubType: Gatling Attack: 10 @@ -201329,7 +235151,7 @@ Body: Refineable: true - Id: 830030 AegisName: aegis_830030 - Name: Level 3 Gatling Gun # !todo check english name + Name: 3Lv Gatling Gun Type: Weapon SubType: Gatling Attack: 10 @@ -201345,7 +235167,7 @@ Body: Refineable: true - Id: 830031 AegisName: aegis_830031 - Name: Level 4 Gatling Gun # !todo check english name + Name: 4Lv Gatling Gun Type: Weapon SubType: Gatling Attack: 10 @@ -201796,7 +235618,7 @@ Body: DropEffect: CLIENT - Id: 840011 AegisName: aegis_840011 - Name: Heroria Launcher # !todo check english name + Name: Herosria Launcher Type: Weapon SubType: Grenade Weight: 3000 @@ -201861,7 +235683,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -201914,7 +235736,7 @@ Body: if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { - bonus2 bAddSize,Size_All,10; + bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } @@ -201923,7 +235745,7 @@ Body: } - Id: 840023 AegisName: aegis_840023 - Name: Level 1 Grenade Launcher # !todo check english name + Name: 1Lv Grenade Launcher Type: Weapon SubType: Grenade Attack: 10 @@ -201939,7 +235761,7 @@ Body: Refineable: true - Id: 840024 AegisName: aegis_840024 - Name: Level 2 Grenade Launcher # !todo check english name + Name: 2Lv Grenade Launcher Type: Weapon SubType: Grenade Attack: 10 @@ -201955,7 +235777,7 @@ Body: Refineable: true - Id: 840025 AegisName: aegis_840025 - Name: Level 3 Grenade Launcher # !todo check english name + Name: 3Lv Grenade Launcher Type: Weapon SubType: Grenade Attack: 10 @@ -201971,7 +235793,7 @@ Body: Refineable: true - Id: 840026 AegisName: aegis_840026 - Name: Level 4 Grenade Launcher # !todo check english name + Name: 4Lv Grenade Launcher Type: Weapon SubType: Grenade Attack: 10 @@ -202046,3 +235868,52 @@ Body: } } } + - Id: 840032 + AegisName: Dimen_NW_Launcher + Name: Dimensions Night Launcher + Type: Weapon + SubType: Grenade + Weight: 2800 + Attack: 360 + Range: 9 + Slots: 2 + Jobs: + Rebellion: true + Classes: + Fourth: true + Locations: + Both_Hand: true + WeaponLevel: 5 + EquipLevelMin: 250 + Refineable: true + Gradable: true + Flags: + DropEffect: CLIENT + Script: | + .@g = getenchantgrade(); + .@r = getrefine(); + bonus bAtkRate,3+(.@r/2); + bonus2 bSkillAtk,"NW_WILD_FIRE",15+5*(.@r/3); + bonus bBaseAtk,25*(.@r/2); + if (.@r>=7) { + bonus bLongAtkRate,25; + if (.@r>=9) { + bonus bDelayrate,-10; + bonus bPAtk,7; + if (.@r>=11) { + bonus2 bSkillAtk,"NW_WILD_FIRE",15; + } + } + } + if (.@g>=ENCHANTGRADE_D) { + bonus bPAtk,5; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bSkillAtk,"NW_WILD_FIRE",15; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,10; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,3*(.@r/2); + } + } + } + } diff --git a/db/re/item_db_etc.yml b/db/re/item_db_etc.yml index d2b0c38151..b78a6735be 100644 --- a/db/re/item_db_etc.yml +++ b/db/re/item_db_etc.yml @@ -1880,6 +1880,7 @@ Body: Name: Trap Type: Etc Buy: 75 + Sell: 0 Weight: 2 Flags: BuyingStore: true @@ -2098,6 +2099,7 @@ Body: Type: Ammo SubType: Arrow Buy: 1 + Sell: 0 Weight: 1 Attack: 25 Jobs: @@ -2116,6 +2118,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2136,6 +2139,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2156,6 +2160,7 @@ Body: Type: Ammo SubType: Arrow Buy: 4 + Sell: 0 Weight: 1 Attack: 40 Jobs: @@ -2174,6 +2179,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2194,6 +2200,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2214,6 +2221,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2234,6 +2242,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2254,6 +2263,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2274,6 +2284,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2295,6 +2306,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2315,6 +2327,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2335,6 +2348,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2355,6 +2369,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2376,6 +2391,7 @@ Body: Type: Ammo SubType: Arrow Buy: 20 + Sell: 0 Weight: 1 Attack: 10 Jobs: @@ -2396,6 +2412,7 @@ Body: Type: Ammo SubType: Arrow Buy: 30 + Sell: 0 Weight: 1 Attack: 50 Jobs: @@ -2414,6 +2431,7 @@ Body: Type: Ammo SubType: Arrow Buy: 40 + Sell: 0 Weight: 3 Attack: 50 Jobs: @@ -2434,6 +2452,7 @@ Body: Type: Ammo SubType: Arrow Buy: 5 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2454,6 +2473,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2474,6 +2494,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 1 Jobs: @@ -2494,6 +2515,7 @@ Body: Type: Ammo SubType: Arrow Buy: 3 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -2525,6 +2547,7 @@ Body: Type: Ammo SubType: Arrow Buy: 3 + Sell: 0 Weight: 1 Attack: 50 Jobs: @@ -2546,6 +2569,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 45 Jobs: @@ -2564,6 +2588,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 35 Jobs: @@ -2582,6 +2607,7 @@ Body: Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 45 Jobs: @@ -2593,13 +2619,14 @@ Body: Thief: true Locations: Ammo: true - EquipLevelMin: 130 + EquipLevelMin: 95 - Id: 1776 AegisName: Siege_Arrow_A Name: Siege Arrow A Type: Ammo SubType: Arrow Buy: 10 + Sell: 0 Weight: 1 Attack: 30 Jobs: @@ -8377,7 +8404,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus bMagicDamageReturn,getrefine()*2; + bonus bMagicDamageReturn,min(10,getrefine())*2; if (BaseClass == Job_Mage) bonus bMdef,3; - Id: 4406 @@ -8952,7 +8979,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Neutral,20; + bonus2 bSubEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5; - Id: 4443 AegisName: Aqua_Elemental_Card @@ -8966,7 +8993,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Water,20; + bonus2 bSubEle,Ele_Water,20; bonus2 bAddEle,Ele_Water,5; - Id: 4444 AegisName: Draco_Card @@ -8980,7 +9007,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Earth,20; + bonus2 bSubEle,Ele_Earth,20; bonus2 bAddEle,Ele_Earth,5; - Id: 4445 AegisName: Luciola_Vespa_Card @@ -8994,7 +9021,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Wind,20; + bonus2 bSubEle,Ele_Wind,20; bonus2 bAddEle,Ele_Wind,5; - Id: 4446 AegisName: P_Skeleton_Card @@ -9022,7 +9049,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Poison,20; + bonus2 bSubEle,Ele_Poison,20; bonus2 bAddEle,Ele_Poison,5; - Id: 4448 AegisName: Cornus_Card @@ -9036,7 +9063,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Holy,20; + bonus2 bSubEle,Ele_Holy,20; bonus2 bAddEle,Ele_Holy,5; - Id: 4449 AegisName: Dark_Shadow_Card @@ -9050,7 +9077,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Dark,20; + bonus2 bSubEle,Ele_Dark,20; bonus2 bAddEle,Ele_Dark,5; - Id: 4450 AegisName: Banshee_Master_Card @@ -10566,7 +10593,7 @@ Body: skill "AL_RUWACH",1; - Id: 4550 AegisName: Upd_Bow_Guardian_Card - Name: Upd Bow Guardian Card + Name: Upgrade Bow Guardian Card Type: Card Buy: 20 Weight: 10 @@ -11935,7 +11962,6 @@ Body: DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Brute,20; - bonus2 bSubRace,RC_Player_Doram,20; bonus2 bSubRace,RC_Undead,20; - Id: 4654 AegisName: Grave_Mimic_Card @@ -11950,7 +11976,6 @@ Body: DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,5; - bonus2 bMagicAddRace,RC_Player_Doram,5; bonus2 bMagicAddRace,RC_Undead,5; - Id: 4655 AegisName: Grave_Minorous_Card @@ -11965,7 +11990,6 @@ Body: DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,10; - bonus2 bAddRace,RC_Player_Doram,10; bonus2 bAddRace,RC_Undead,10; - Id: 4656 AegisName: Grave_Mummy_Card @@ -12007,12 +12031,12 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bMagicAddClass,Class_All,5; + bonus bMatkRate,5; if (getrefine()>6) { - bonus2 bMagicAddClass,Class_All,3; + bonus bMatkRate,3; } if (getrefine()>8) { - bonus2 bMagicAddClass,Class_All,2; + bonus bMatkRate,2; } - Id: 4659 AegisName: Eggring_Card @@ -12160,7 +12184,7 @@ Body: DropEffect: CLIENT Script: | .@r = getrefine(); - bonus2 bAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3)); + bonus2 bMagicAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3)); - Id: 4670 AegisName: Fru_Pom_Spider_Card Name: Fruit Pom Spider Card @@ -12173,7 +12197,7 @@ Body: DropEffect: CLIENT Script: | .@r = getrefine(); - bonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3)); + bonus2 bMagicAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3)); - Id: 4671 AegisName: Sorcerer_Card Name: Sorcerer Celia Card @@ -12288,7 +12312,7 @@ Body: Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bCritical,20; - bonus bLongAtkRate,15; + bonus2 bWeaponDamageRate,W_BOW,15; } if (BaseLevel>174) bonus bAllStats,10; @@ -12637,7 +12661,7 @@ Body: .@b += 20; if (getequipweaponlv() == 4) .@b += 20; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20+.@b; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20+.@b; - Id: 4696 AegisName: Real_Alphoccio_Card Name: True Alphoccio Card @@ -12664,6 +12688,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBreakArmorRate,5000; @@ -12677,6 +12702,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSkillAtk,"NC_AXEBOOMERANG",30+((getrefine() >= 10)*30); @@ -12689,6 +12715,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSkillAtk,"NC_ARMSCANNON",20+((getrefine()>=10)*20); @@ -12698,7 +12725,6 @@ Body: Type: Card SubType: Enchant Buy: 20 - Weight: 10 Script: | bonus bStr,1; - Id: 4701 @@ -13648,7 +13674,7 @@ Body: SubType: Enchant Buy: 20 Script: | - bonus2 bAddClass,Class_All,1; + bonus bAtkRate,1; - Id: 4820 AegisName: Fighting_Spirit5 Name: Fighting Spirit5 @@ -13875,7 +13901,6 @@ Body: Type: Card SubType: Enchant Buy: 20 - Weight: 10 Script: | bonus bBaseAtk,10; bonus bMatk,10; @@ -13885,7 +13910,6 @@ Body: Type: Card SubType: Enchant Buy: 20 - Weight: 10 Script: | bonus bBaseAtk,10; bonus bMatk,10; @@ -13983,7 +14007,7 @@ Body: if (.@r>=8) { bonus bVit,3; if (.@r>=9) { - bonus bMaxSP,1; + bonus bMaxSPrate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; @@ -14246,7 +14270,7 @@ Body: SubType: Enchant Buy: 10 Script: | - bonus2 bAddClass,Class_All,1; + bonus bAtkRate,1; - Id: 4883 AegisName: Matk1p Name: MATK + 1% @@ -15867,6 +15891,30 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 6046 + AegisName: Clothing_Dye_Coupon + Name: Clothing Dye Coupon + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 6047 + AegisName: Clothing_Dye_Coupon2 + Name: Clothing Dye Coupon II + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 6048 AegisName: Unidentified_Mineral Name: Unidentified Mineral @@ -20663,6 +20711,19 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 6586 + AegisName: CapturedBook + Name: Captured Book + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 6592 AegisName: Small_Wooden_Chest Name: Small Wooden Chest @@ -20963,6 +21024,8 @@ Body: Type: Etc Buy: 10 Weight: 10 + Flags: + BuyingStore: true - Id: 6650 AegisName: Shabby_Ring Name: Old Ring @@ -21058,13 +21121,6 @@ Body: Buy: 10 Flags: BuyingStore: true - Trade: - NoDrop: true - NoTrade: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Id: 6672 AegisName: Gray_Shard Name: Gray Shard @@ -21073,13 +21129,6 @@ Body: Weight: 1 Flags: BuyingStore: true - Trade: - NoDrop: true - NoTrade: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Id: 6673 AegisName: Bossnia_Ticket Name: Bossnia Tickets @@ -21533,6 +21582,36 @@ Body: Type: Etc Buy: 10 Weight: 100 + - Id: 6720 + AegisName: Status_Reset_Coupon + Name: Status Reset Coupon + Type: Etc + Buy: 10 + EquipLevelMin: 1 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 6721 + AegisName: Status_Reset_Coupon2 + Name: Status Reset Coupon + Type: Etc + Buy: 10 + EquipLevelMin: 1 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 6722 AegisName: Delicious_Clam Name: Delicious Clam Flesh @@ -21773,13 +21852,6 @@ Body: Weight: 10 Flags: BuyingStore: true - Trade: - NoDrop: true - NoTrade: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Id: 6753 AegisName: Sign_Of_Destruction Name: Token Of Destruction @@ -21812,34 +21884,18 @@ Body: Type: Etc Buy: 20 Weight: 10 + Flags: + BuyingStore: true - Id: 6756 AegisName: Condensed_Energy Name: Cohesive Energy Type: Etc Buy: 20 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoStorage: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Id: 6757 AegisName: Memory_Record Name: The Memory Recorder Type: Etc Buy: 20 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoStorage: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Id: 6762 AegisName: Banana_Can Name: Banana Can @@ -23089,9 +23145,6 @@ Body: Buy: 2 Flags: BuyingStore: true - Trade: - NoMail: true - NoAuction: true - Id: 6906 AegisName: LI_HD_Carnium Name: (Limited)High Density Kalunium @@ -23578,8 +23631,6 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true - Script: | - /*Refine succeed guarantee until +9 for item 2598 only*/ - Id: 6954 AegisName: Dog_Soul_Piece Name: Piece Of Soul Dog @@ -23871,6 +23922,14 @@ Body: AegisName: Evt_Cos_Coin Name: Event Stone Coin Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 7001 AegisName: Mould_Powder Name: Mould Powder @@ -25780,6 +25839,15 @@ Body: Name: Golden Korean Flag Type: Etc Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 7254 AegisName: Digital_Print_Ticket Name: Digital Picture Printing Coupon @@ -28006,7 +28074,6 @@ Body: Type: Etc Weight: 100 Trade: - NoDrop: true NoTrade: true NoSell: true NoCart: true @@ -30614,6 +30681,14 @@ Body: Type: Etc Buy: 10 Weight: 100 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 7869 AegisName: RicePouch Name: Rice Pouch @@ -31158,6 +31233,8 @@ Body: Name: Essence of a Powerful Dimension Type: Etc Buy: 20 + Flags: + BuyingStore: true - Id: 7926 AegisName: Break_Box_CN Name: Incense @@ -31291,6 +31368,7 @@ Body: Name: Special Alloy Trap Type: Etc Buy: 300 + Sell: 0 Weight: 2 Flags: BuyingStore: true @@ -33479,38 +33557,6 @@ Body: AegisName: Muscles_Story_J_Box Name: Muscle Knights Summertime Guide Box Type: Etc - - Id: 17438 - AegisName: 3_Life_Potion_pack2 - Name: Three Master Package II - Type: Etc - Buy: 10 - Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Script: | - /* TODO */ - - Id: 17439 - AegisName: 3_Life_Potion_10pack2 - Name: Three Master Package II(10) - Type: Etc - Buy: 10 - Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Script: | - /* TODO */ - Id: 18000 AegisName: Cannon_Ball Name: Cannon Ball @@ -33745,12 +33791,6 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true - - Id: 22654 - AegisName: Golden_Card - Name: Golden Seal Card - Type: Etc - Buy: 20 - Weight: 50 - Id: 22717 AegisName: Ball_Wanderer Name: Wanderer Ball @@ -33827,8 +33867,6 @@ Body: Head_Low: true Head_Mid: true Head_Top: true - Flags: - DropEffect: CLIENT Trade: NoDrop: true NoTrade: true @@ -34491,22 +34529,32 @@ Body: AegisName: Particles_Of_Energy1 Name: Silent Energy Particle Type: Etc + Flags: + BuyingStore: true - Id: 25128 AegisName: Particles_Of_Energy2 Name: Weak Energy Particle Type: Etc + Flags: + BuyingStore: true - Id: 25129 AegisName: Particles_Of_Energy3 Name: Unstable Energy Particle Type: Etc + Flags: + BuyingStore: true - Id: 25130 AegisName: Particles_Of_Energy4 Name: Sinister Energy Particle Type: Etc + Flags: + BuyingStore: true - Id: 25131 AegisName: Particles_Of_Energy5 Name: Fallen Energy Particle Type: Etc + Flags: + BuyingStore: true - Id: 25132 AegisName: Pumpkin_Decorations Name: Pumpkin Deco @@ -35069,6 +35117,12 @@ Body: Type: Etc Buy: 20 Weight: 100 + - Id: 25212 + AegisName: Coagulated_Blood + Name: Condensed Magic Blood + Type: Etc + Buy: 20 + Weight: 10 - Id: 25218 AegisName: Tree_Branches Name: Tree Branch @@ -35337,6 +35391,7 @@ Body: AegisName: HazyDream Name: Hazy Dream Fragment Type: Etc + Buy: 1235 Weight: 10 Flags: BuyingStore: true @@ -35344,7 +35399,7 @@ Body: AegisName: Bloody_LoveLetter Name: Bloody Love Letter Type: Etc - Buy: 780 + Buy: 976 Weight: 10 Flags: BuyingStore: true @@ -35352,7 +35407,7 @@ Body: AegisName: BrokenArrow Name: Broken Arrow Type: Etc - Buy: 550 + Buy: 687 Weight: 10 Flags: BuyingStore: true @@ -35380,42 +35435,56 @@ Body: Type: Etc Buy: 900 Weight: 10 + Flags: + BuyingStore: true - Id: 25262 AegisName: Dried_Clover Name: Well-dried Clover Type: Etc Buy: 1200 Weight: 10 + Flags: + BuyingStore: true - Id: 25263 AegisName: Short_Bat_Fur Name: Short Bat Hair Type: Etc Buy: 790 Weight: 10 + Flags: + BuyingStore: true - Id: 25264 AegisName: NightmareOfLump Name: Cluster of Nightmares Type: Etc Buy: 822 Weight: 10 + Flags: + BuyingStore: true - Id: 25265 AegisName: Shining_Spore Name: Shining Spore Type: Etc Buy: 342 Weight: 10 + Flags: + BuyingStore: true - Id: 25266 AegisName: Dried_Leaf_Of_Ygg Name: Dried Yggdrasil Leaf Type: Etc Buy: 450 Weight: 10 + Flags: + BuyingStore: true - Id: 25267 AegisName: SuspiciousMagicCircle Name: Suspicious Pentacle Type: Etc Buy: 970 Weight: 10 + Flags: + BuyingStore: true - Id: 25268 AegisName: Sticky_Blood Name: Sticky Blood @@ -35459,7 +35528,6 @@ Body: Buy: 10 Flags: BuyingStore: true - DropEffect: CLIENT - Id: 25272 AegisName: IllusoryStone Name: Illusion Gemstone @@ -35490,60 +35558,80 @@ Body: Type: Etc Buy: 348 Weight: 10 + Flags: + BuyingStore: true - Id: 25277 AegisName: DeadlyPoisonPowder Name: Deadly Poison Powder Type: Etc Buy: 644 Weight: 10 + Flags: + BuyingStore: true - Id: 25278 AegisName: BanditsScarf Name: Bandit's Scarf Type: Etc Buy: 330 Weight: 10 + Flags: + BuyingStore: true - Id: 25279 AegisName: CrudeAmmo Name: Crude Ammo Type: Etc Buy: 300 Weight: 10 + Flags: + BuyingStore: true - Id: 25280 AegisName: BrokenShotgun Name: Broken Shotgun Type: Etc Buy: 910 Weight: 10 + Flags: + BuyingStore: true - Id: 25281 AegisName: CrudeScimiter Name: Crude Scimitar Type: Etc Buy: 970 Weight: 10 + Flags: + BuyingStore: true - Id: 25282 AegisName: WornRevolver Name: Worn Revolver Type: Etc Buy: 820 Weight: 10 + Flags: + BuyingStore: true - Id: 25283 AegisName: BrownMuffler Name: Brown Muffler Type: Etc Buy: 420 Weight: 10 + Flags: + BuyingStore: true - Id: 25284 AegisName: SwampBugPeelings Name: Swamp Bug Shell Type: Etc Buy: 230 Weight: 10 + Flags: + BuyingStore: true - Id: 25285 AegisName: BrownRatTail Name: Brown Rat Tail Type: Etc Buy: 210 Weight: 10 + Flags: + BuyingStore: true - Id: 25286 AegisName: Octo_Octo_Fluid Name: Octopus Octopus Liquid @@ -35564,6 +35652,8 @@ Body: AegisName: Sweets_Coin Name: Sweets Festival Coin Type: Etc + Flags: + BuyingStore: true - Id: 25291 AegisName: Fac_Choco Name: Product Chocolate @@ -35571,7 +35661,6 @@ Body: Trade: NoDrop: true NoTrade: true - NoSell: true NoCart: true NoStorage: true NoGuildStorage: true @@ -35614,21 +35703,29 @@ Body: Name: Frozen Stone Fragment Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25298 AegisName: SpritJewel Name: Spirit Jewel Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25299 AegisName: Snowball Name: Snowball Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25300 AegisName: KTULLANUXsEye Name: Ktullanux Eye Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25302 AegisName: DoubleAttack_Stone Name: Double Attack Stone (Garment) @@ -35715,16 +35812,22 @@ Body: Name: Piece of Black Horn Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25312 AegisName: OldDoll Name: Fine Old Doll Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25313 AegisName: OldShell Name: Old Shell Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25314 AegisName: ShipsLog Name: Logbooks @@ -35885,6 +35988,8 @@ Body: AegisName: Mightysoul_Essence Name: Powerful Soul Essence Type: Etc + Flags: + BuyingStore: true - Id: 25376 AegisName: Pet_Coin Name: Cupet Coin @@ -36037,7 +36142,6 @@ Body: Trade: NoDrop: true NoTrade: true - NoSell: true NoCart: true NoStorage: true NoGuildStorage: true @@ -36299,6 +36403,8 @@ Body: Name: World Tour Ticket Type: Etc Buy: 20 + Flags: + BuyingStore: true - Id: 25479 AegisName: Dogly_Bottle Name: Dogly Bottle @@ -36514,26 +36620,32 @@ Body: AegisName: Jokers_Wild Name: Jokers Wild Type: Etc + Buy: 1300 Weight: 10 - Id: 25506 AegisName: Cute_Broom Name: Cute Broom Type: Etc + Buy: 1288 Weight: 10 - Id: 25507 AegisName: Showy_Coral_Reef Name: Colorful Coral Type: Etc + Buy: 1784 Weight: 10 - Id: 25508 AegisName: Token_of_OrcGeneral Name: Orc Warlord Token Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25509 AegisName: Shining_Round_Shell Name: Shiny Round Shell Type: Etc + Buy: 1920 Weight: 10 - Id: 25511 AegisName: Evt_March04_KR @@ -36563,6 +36675,7 @@ Body: AegisName: NasariansSoulstone Name: Nasarin's Soul Stone Type: Etc + Buy: 440 Weight: 10 Flags: BuyingStore: true @@ -36599,6 +36712,8 @@ Body: Name: White Snake's Tear Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25627 AegisName: Gold_Card Name: Gold Card @@ -36610,6 +36725,8 @@ Body: Name: Knotted Letter Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 25633 AegisName: Token_Of_Wootan Name: Wootan's Token @@ -36795,391 +36912,183 @@ Body: - Id: 25670 AegisName: EP17_1_EVT03 Name: Modification Module (Defense) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@def = 25; - if (.@r >= 9) { - .@def += 20; - } else if (.@r >= 7) { - .@def += 10; - } - bonus bDef,.@def; - Id: 25671 AegisName: EP17_1_EVT04 Name: Modification Module (Magic Defense) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@mdef = 2; - if (.@r >= 9) { - .@mdef += 6; - } else if (.@r >= 7) { - .@mdef += 3; - } - bonus bMdef,.@mdef; - Id: 25672 AegisName: EP17_1_EVT05 Name: Modification Module (Vit) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bVit,3; - Id: 25673 AegisName: EP17_1_EVT06 Name: Modification Module (Luk) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bLuk,3; - Id: 25674 AegisName: EP17_1_EVT07 Name: Modification Module (Str) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bStr,3; - Id: 25675 AegisName: EP17_1_EVT08 Name: Modification Module (Agi) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bAgi,3; - Id: 25676 AegisName: EP17_1_EVT09 Name: Modification Module (Int) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bInt,3; - Id: 25677 AegisName: EP17_1_EVT10 Name: Modification Module (Dex) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bDex,3; - Id: 25678 AegisName: EP17_1_EVT11 Name: Modification Module (HP recovery) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bHPrecovRate,20; - Id: 25679 AegisName: EP17_1_EVT12 Name: Modification Module (SP recovery) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bSPrecovRate,20; - Id: 25680 AegisName: EP17_1_EVT13 Name: Modification Module (Spell) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bMatk,18; - bonus bVariableCastrate,-10; - Id: 25681 AegisName: EP17_1_EVT14 Name: Modification Module (Attack Speed) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bAspdRate,10; - Id: 25682 AegisName: EP17_1_EVT15 Name: Modification Module (Fatal) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bCritAtkRate,10; - bonus bCritical,4; - Id: 25683 AegisName: EP17_1_EVT16 Name: Modification Module (Expert Archer) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus bLongAtkRate,10; - Id: 25684 AegisName: EP17_1_EVT17 Name: Modification Module (Vital) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus bMaxHPrate,5; - if (.@r >= 9) { - bonus bMaxHP,1250; - } else if (.@r >= 7) { - bonus bMaxHP,500; - } - Id: 25685 AegisName: EP17_1_EVT18 Name: Modification Module (Mental) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus bMaxSPrate,5; - if (.@r >= 9) { - bonus bMaxSP,250; - } else if (.@r >= 7) { - bonus bMaxSP,100; - } - Id: 25686 AegisName: EP17_1_EVT19 Name: Modification Module (Heal) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@val = 5; - if (.@r >= 9) { - .@val += 10; - } else if (.@r >= 7) { - .@val += 5; - } - bonus bHealPower,.@val; - Id: 25687 AegisName: EP17_1_EVT20 Name: Modification Module (Power) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus2 bAddClass,Class_All,5; - if (.@r >= 9) { - bonus bBaseAtk,50; - } else if (.@r >= 7) { - bonus bBaseAtk,25; - } - Id: 25688 AegisName: EP17_1_EVT21 Name: Modification Module (Magic) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus bMatkRate,5; - if (.@r >= 9) { - bonus bMatk,50; - } else if (.@r >= 7) { - bonus bMatk,25; - } - Id: 25689 AegisName: EP17_1_EVT22 Name: Modification Module (Shooter) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@val = 3; - if (.@r >= 9) { - .@val += 4; - } else if (.@r >= 7) { - .@val += 2; - } - bonus bLongAtkRate,.@val; - Id: 25690 AegisName: EP17_1_EVT23 Name: Modification Module (Fast) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus bAspd,1; - if (.@r >= 9) { - bonus bAspdRate,6; - } else if (.@r >= 7) { - bonus bAspdRate,3; - } - Id: 25691 AegisName: EP17_1_EVT24 Name: Modification Module (Caster) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@val = -5; - if (.@r >= 9) { - .@val -= 6; - } else if (.@r >= 7) { - .@val -= 3; - } - bonus bVariableCastrate,.@val; - Id: 25692 AegisName: EP17_1_EVT25 Name: Modification Module (Critical) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus bCritical,5; - if (.@r >= 9) { - bonus bCritAtkRate,10; - } else if (.@r >= 7) { - bonus bCritAtkRate,5; - } - Id: 25693 AegisName: EP17_1_EVT26 Name: Modification Module (Delay after skill) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@val = -5; - if (.@r >= 9) { - .@val -= 10; - } else if (.@r >= 7) { - .@val -= 5; - } - bonus bDelayrate,.@val; - Id: 25694 AegisName: EP17_1_EVT27 Name: Modification Module (Fixed Casting) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - .@val = -300; - if (.@r >= 9) { - .@val -= 400; - } else if (.@r >= 7) { - .@val -= 200; - } - bonus bFixedCast,.@val; - Id: 25695 AegisName: EP17_1_EVT28 Name: Modification Module (Above All) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - .@r = getrefine(); - bonus2 bSubEle,Ele_All,5; - if (.@r >= 7) { - bonus2 bSubSize,Size_All,5; - if (.@r >= 9) { - bonus2 bSubRace,RC_All,5; - bonus2 bSubRace,RC_Player_Human,-5; - } } - Id: 25696 AegisName: EP17_1_EVT29 Name: Modification Module (Drain Life) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus2 bHPDrainRate,20,2; - Id: 25697 AegisName: EP17_1_EVT30 Name: Modification Module (Drain Soul) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - bonus2 bSPDrainRate,10,1; - Id: 25698 AegisName: EP17_1_EVT31 Name: Modification Module (Magic Healing) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus2 bHPRegenRate,400,500; }",20,10000,BF_MAGIC; - Id: 25699 AegisName: EP17_1_EVT32 Name: Modification Module (Magic Soul) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus2 bSPRegenRate,80,500; }",10,10000,BF_MAGIC; - Id: 25700 AegisName: EP17_1_EVT33 Name: Modification Module (Unlimited Vital) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus2 "{ bonus bVit,50; bonus2 bHPRegenRate,400,500; bonus2 bSPLossRate,20,1000; }",10,10000,BF_WEAPON|BF_MAGIC; - /* unknown rate */ - Id: 25701 AegisName: EP17_1_EVT34 Name: Modification Module (Spell Buster) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus bInt,50; bonus bMatkRate,15; bonus bAtkRate,-15; }",20,10000,BF_MAGIC; - /* unknown rate */ - Id: 25702 AegisName: EP17_1_EVT35 Name: Modification Module (Firing Shot) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus bDex,50; bonus bLongAtkRate,10; bonus2 bSPLossRate,20,1000; }",20,10000,BF_WEAPON; - /* unknown rate */ - Id: 25703 AegisName: EP17_1_EVT36 Name: Modification Module (Overpower) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus bStr,50; bonus bAtkRate,15; bonus bMatkRate,-15; }",20,10000,BF_WEAPON; - /* unknown rate */ - Id: 25704 AegisName: EP17_1_EVT37 Name: Modification Module (Fatal Flash) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus bStr,50; bonus bCritAtkRate,10; bonus2 bHPLossRate,300,1000; }",20,10000,BF_WEAPON; - /* unknown rate */ - Id: 25705 AegisName: EP17_1_EVT38 Name: Modification Module (Lucky Strike) - Type: Card - SubType: Enchant + Type: Etc Weight: 10 - Script: | - autobonus "{ bonus bLuk,50; bonus2 bMagicAtkEle,Ele_All,10; bonus2 bHPLossRate,300,1000; }",20,10000,BF_MAGIC; - /* unknown rate */ - Id: 25706 AegisName: HighpriestStone_Top Name: High Priest Stone (Upper) @@ -37252,6 +37161,7 @@ Body: Type: Etc Weight: 10 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 25729 AegisName: Shadowdecon @@ -37259,6 +37169,7 @@ Body: Type: Etc Weight: 20 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 25730 AegisName: Zelunium_Ore @@ -37266,6 +37177,7 @@ Body: Type: Etc Weight: 10 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 25731 AegisName: Zelunium @@ -37273,6 +37185,7 @@ Body: Type: Etc Weight: 20 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 25733 AegisName: EP17_1_Open_Event @@ -37419,6 +37332,7 @@ Body: AegisName: Delicious_Juice Name: Delicious Juice Type: Etc + Buy: 892 Weight: 10 Flags: BuyingStore: true @@ -37426,6 +37340,7 @@ Body: AegisName: Snake_Deadly_Poison Name: Snake's Venom Type: Etc + Buy: 952 Weight: 10 Flags: BuyingStore: true @@ -37433,6 +37348,7 @@ Body: AegisName: Mantis_Flower Name: Mantis Flower Type: Etc + Buy: 884 Weight: 10 Flags: BuyingStore: true @@ -37440,6 +37356,7 @@ Body: AegisName: Soft_Scarf Name: Fluffy Cloth Piece Type: Etc + Buy: 1062 Weight: 10 Flags: BuyingStore: true @@ -37447,6 +37364,7 @@ Body: AegisName: Purple_Solid_Shell Name: Very Solid Purple Shell Type: Etc + Buy: 1139 Weight: 10 Flags: BuyingStore: true @@ -37454,6 +37372,7 @@ Body: AegisName: Suspicious_Sap Name: Mysterious Sap Type: Etc + Buy: 986 Weight: 10 Flags: BuyingStore: true @@ -37461,6 +37380,7 @@ Body: AegisName: Brilliant_Jelly Name: Autumn Light Jelly Piece Type: Etc + Buy: 969 Weight: 10 Flags: BuyingStore: true @@ -37468,6 +37388,7 @@ Body: AegisName: Short_Rope Name: Short Binding Rope Type: Etc + Buy: 1156 Weight: 10 Flags: BuyingStore: true @@ -37853,6 +37774,7 @@ Body: AegisName: Abysmal_Clam Name: Deep Sea Shell Type: Etc + Buy: 840 Weight: 10 Flags: BuyingStore: true @@ -37860,6 +37782,7 @@ Body: AegisName: Deepsea_Fish_Tail Name: Deep Sea Fish's Tail Type: Etc + Buy: 840 Weight: 10 Flags: BuyingStore: true @@ -37867,6 +37790,7 @@ Body: AegisName: Rotten_Deepseafish Name: Rotten Deep Sea Fish Type: Etc + Buy: 840 Weight: 10 Flags: BuyingStore: true @@ -37874,6 +37798,7 @@ Body: AegisName: Deep_Sea_Starfish Name: Deep Sea Starfish Type: Etc + Buy: 840 Weight: 10 Flags: BuyingStore: true @@ -37881,6 +37806,7 @@ Body: AegisName: Deep_Sea_Crab Name: Deep Sea Crab Type: Etc + Buy: 840 Weight: 10 Flags: BuyingStore: true @@ -37908,6 +37834,7 @@ Body: AegisName: E_Abyss1 Name: Abyssal Essence Type: Etc + Buy: 1200 Weight: 10 Flags: BuyingStore: true @@ -38012,6 +37939,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,8; @@ -38027,6 +37955,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSkillAtk,"NC_VULCANARM",10+((getrefine()>=10)*20); @@ -38039,6 +37968,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,2; @@ -38054,6 +37984,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bHPrecovRate,25; @@ -38070,6 +38001,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bCriticalAddRace,RC_Formless,30; @@ -38082,6 +38014,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<7) @@ -38102,6 +38035,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAspdRate,-(1+(BaseLevel>=90)+(BaseLevel>=120)); @@ -38114,6 +38048,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bHit,1+(BaseLevel>=90)+(BaseLevel>=120); @@ -38126,6 +38061,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,10; @@ -38137,15 +38073,13 @@ Body: Buy: 20 Weight: 10 Locations: - Both_Accessory: true + Right_Accessory: true Flags: DropEffect: CLIENT Script: | bonus bDef,30; bonus bMdef,10; - bonus2 bAddEff,Eff_Silence,900; - /* TODO: Confirm Mob ID to transform */ - autobonus "{ bonus bIgnoreDefClass,Class_All; bonus bIgnoreMdefRace,RC_All; }",20,7000,BF_WEAPON|BF_MAGIC,"{ active_transform 1875,7000; }"; + bonus3 bAddEffWhenHit,Eff_Silence,2000,ATF_WEAPON|ATF_MAGIC; - Id: 27026 AegisName: Fire_Condor_Card Name: Fire Condor Card @@ -38155,6 +38089,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bVariableCastrate,"MG_FIREBALL",-50; @@ -38168,10 +38103,11 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bDef,50; - bonus2 bSubDefEle,Ele_Fire,10; + bonus2 bSubEle,Ele_Fire,10; - Id: 27028 AegisName: Fire_Frilldora_Card Name: Fire Frilldora Card @@ -38181,6 +38117,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -38194,9 +38131,10 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Fire,20; + bonus2 bSubEle,Ele_Fire,20; bonus2 bAddEle,Ele_Fire,5; - Id: 27030 AegisName: Fulbuk_Card @@ -38209,6 +38147,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Burning,700,ATF_WEAPON|ATF_MAGIC; @@ -38605,7 +38544,7 @@ Body: Flags: DropEffect: CLIENT Script: | - bonus2 bSkillAtk,"GN_CRAZYWEED",50; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",50; - Id: 27076 AegisName: Real_Ceila_Card_J Name: True Celia Alde Card @@ -38675,6 +38614,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | skill "PA_PRESSURE",4; @@ -38687,6 +38627,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 5; @@ -38704,6 +38645,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,20; @@ -38717,6 +38659,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,10; @@ -38732,6 +38675,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,15; @@ -38745,6 +38689,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_BOW) { @@ -38762,6 +38707,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,25; @@ -38777,6 +38723,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAtkRate,2; @@ -38820,6 +38767,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,20; @@ -38835,6 +38783,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Burning,10000; @@ -38847,6 +38796,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,20; @@ -38861,6 +38811,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | skill "PF_HPCONVERSION",1; @@ -38873,6 +38824,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | skill "HW_NAPALMVULCAN",4; @@ -38885,6 +38837,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (BaseJob == Job_Bard || BaseJob == Job_Dancer) { @@ -38899,6 +38852,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Neutral,20; @@ -38911,6 +38865,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddEle,Ele_Neutral,20; @@ -38925,9 +38880,10 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Neutral,10; + bonus2 bSubEle,Ele_Neutral,10; bonus bMaxHP,500; - Id: 27110 AegisName: AngerGazeti_Card @@ -38938,6 +38894,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bLongAtkDef,20; @@ -38950,6 +38907,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddItemHealRate,11522,50; @@ -38964,6 +38922,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bDef,(5*(1+getrefine())); @@ -38976,6 +38935,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine())); @@ -38988,6 +38948,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,(10+(getrefine()/3)); @@ -39008,6 +38969,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -39025,6 +38987,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritical,3; @@ -39038,6 +39001,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); @@ -39056,6 +39020,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,10; @@ -39079,6 +39044,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bDef,30; @@ -39093,6 +39059,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | skill "PR_STRECOVERY",1; @@ -39105,6 +39072,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 10; @@ -39122,6 +39090,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 3; @@ -39144,6 +39113,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 10; @@ -39162,6 +39132,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 10; @@ -39169,6 +39140,7 @@ Body: .@val += 5; } bonus2 bMagicAddRace,RC_Brute,.@val; + bonus2 bMagicAddRace,RC_Player_Doram,.@val; - Id: 27125 AegisName: Headless_Mule_Card Name: Headless Mule Card @@ -39178,6 +39150,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Water,20; @@ -39191,11 +39164,13 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Wind,40; bonus2 bAddEle,Ele_Earth,40; bonus2 bAddRace,RC_Brute,40; + bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddRace,RC_Insect,40; - Id: 27127 AegisName: AncientKing_Groza_Card @@ -39423,9 +39398,9 @@ Body: DropEffect: CLIENT Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5+.@r; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5+.@r; if (.@r>=10) - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5; - Id: 27138 AegisName: Card_Of_Hierophant Name: The Hierophant @@ -39546,6 +39521,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bHit,(BaseLevel >= 90 ? 15 : 5); @@ -39558,6 +39534,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bFlee,(BaseLevel >= 90 ? 20 : 10); @@ -39570,6 +39547,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); @@ -39586,6 +39564,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHP,1000; @@ -39603,9 +39582,10 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0); + bonus2 bAddEffWhenHit,Eff_Freezing,3000 + (readparam(bInt) >= 110 ? 1000 : 0); bonus bMdef,5; - Id: 27152 AegisName: Cutie_Card @@ -39616,6 +39596,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,10; @@ -39631,13 +39612,14 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddEle,Ele_Water,(.@r >= 9 ? 10 : 5); bonus2 bAddEle,Ele_Earth,(.@r >= 9 ? 10 : 5); - bonus2 bSubDefEle,Ele_Water,-5; - bonus2 bSubDefEle,Ele_Earth,-5; + bonus2 bSubEle,Ele_Water,-5; + bonus2 bSubEle,Ele_Earth,-5; - Id: 27158 AegisName: Les_Card Name: Les Card @@ -39647,6 +39629,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Wind,30; @@ -39661,6 +39644,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,(getrefine() >= 9 ? 15 : 10); @@ -39673,6 +39657,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bFlee,getrefine()*2; @@ -39685,6 +39670,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Fire,20; @@ -39700,6 +39686,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bSPDrainValue,5; @@ -39713,6 +39700,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAgi,-1; @@ -39727,6 +39715,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,-10; @@ -39742,6 +39731,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bVit,-1; @@ -39756,6 +39746,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -39770,6 +39761,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; @@ -39783,6 +39775,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bHit,10 + 5 * (getrefine()/3); @@ -39795,6 +39788,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@atk = 5; @@ -39817,6 +39811,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAgi,7; @@ -39830,6 +39825,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bStr,4; @@ -39843,6 +39839,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@bonus = 5; @@ -39867,6 +39864,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@bonus = 10; @@ -39887,6 +39885,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@bonus = 10; @@ -39907,6 +39906,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Small,10; @@ -39920,6 +39920,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@str = readparam(bStr); @@ -39938,6 +39939,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@int = readparam(bInt); @@ -39956,6 +39958,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubClass,Class_Normal,25; @@ -39969,6 +39972,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bNoCastCancel; @@ -39989,6 +39993,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBreakWeaponRate,1000; @@ -40002,6 +40007,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -40016,6 +40022,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,30; @@ -40031,6 +40038,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,20; @@ -40047,11 +40055,25 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,20; bonus2 bAddRace,RC_Demon,30; bonus2 bAddRace,RC_Undead,30; + - Id: 27191 + AegisName: Gaster_Card_J + Name: Gaster Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Left_Hand: true + Flags: + DropEffect: CLIENT + Script: | + bonus2 bSubClass,Class_Normal,40; + bonus2 bSubClass,Class_Boss,-40; - Id: 27196 AegisName: S_Nihil_Card Name: Nihil M. Heine Card @@ -40061,6 +40083,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddSize,Size_Small,15; @@ -40073,6 +40096,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Small,15; @@ -40085,6 +40109,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,15; @@ -40098,6 +40123,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,15; @@ -40110,6 +40136,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 27201 AegisName: Agnes_Card @@ -40119,6 +40146,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 27202 AegisName: Jurgen_Card @@ -40128,6 +40156,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 27203 AegisName: Spica_Card @@ -40137,6 +40166,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 27209 AegisName: SLD_Q_Scaraba_Card @@ -40146,6 +40176,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,12806,30; @@ -40155,6 +40186,21 @@ Body: else { bonus2 bAddRace2,RC2_SCARABA,15; } + - Id: 27210 + AegisName: SLD_Thanatos_Card + Name: Sealed Memory of Thanatos Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bSPDrainValue,((.@r>=15)?-2:-3); + bonus bDef,((.@r>=15)?-40:-60); + bonus bFlee,((.@r>=15)?-40:-60); + bonus bDefRatioAtkClass,Class_All; - Id: 27211 AegisName: SLD_Baphomet_Card Name: Sealed Baphomet Card @@ -40163,6 +40209,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bSplashRange,1; @@ -40180,6 +40227,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()>=15) { @@ -40196,6 +40244,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()>=15) { @@ -40218,6 +40267,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40236,15 +40286,16 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",1,1,BF_WEAPON,1; - bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 6 : 3; + bonus bAtkRate,(readparam(bAgi)>=110) ? 6 : 3; } else { bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",3,1,BF_WEAPON,1; - bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 10 : 5; + bonus bAtkRate,(readparam(bAgi)>=110) ? 10 : 5; } - Id: 27216 AegisName: SLD_Creator_Card @@ -40254,6 +40305,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40272,6 +40324,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40289,6 +40342,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40307,6 +40361,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40329,6 +40384,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40349,6 +40405,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40369,6 +40426,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40387,6 +40445,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Holy,-100; @@ -40415,6 +40474,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getrefine()<15) { @@ -40425,6 +40485,20 @@ Body: bonus bMatkRate,15; bonus bUseSPrate,15; } + - Id: 27228 + AegisName: Big_Eggring_Card_J + Name: Big Eggring Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + Flags: + DropEffect: CLIENT + Script: | + bonus bAllStats,getrefine(); - Id: 27237 AegisName: Faceworm_Q_Card_J Name: Faceworm Queen Card @@ -40498,6 +40572,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatkRate,3; @@ -40512,6 +40587,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritAtkRate,3; @@ -40525,6 +40601,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritAtkRate,5; @@ -40538,6 +40615,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatkRate,3; @@ -40552,6 +40630,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bSPrecovRate,10; @@ -40565,6 +40644,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatkRate,3; @@ -40579,6 +40659,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAtkRate,3; @@ -40592,6 +40673,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bVariableCastrate,-3; @@ -40608,6 +40690,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAtkRate,3; @@ -40621,6 +40704,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatkRate,3; @@ -40635,6 +40719,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAspdRate,3; @@ -40648,6 +40733,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0); @@ -40663,6 +40749,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Dark,20; @@ -40676,9 +40763,10 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - autobonus "{ bonus bDef,300; }",20,10000,BF_WEAPON|BF_SHORT,"{ specialeffect2 EF_POTION_BERSERK; active_transform 1040,10000; }"; + autobonus "{ bonus bDef,300; }",20,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; active_transform 1040,10000; }"; - Id: 27264 AegisName: Evil_Shadow_Card Name: Evil Shadow Card @@ -40688,6 +40776,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Dark,30; @@ -40703,6 +40792,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Dark,30; @@ -40722,6 +40812,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,5; @@ -40735,6 +40826,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bUseSPrate,10; @@ -40748,6 +40840,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 10; @@ -40765,6 +40858,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,5; @@ -40778,6 +40872,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@agi = readparam(bAgi); @@ -40797,6 +40892,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,30; @@ -40810,6 +40906,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@vit = readparam(bVit); @@ -40829,6 +40926,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,30; @@ -40844,6 +40942,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 30; @@ -40860,6 +40959,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@luk = readparam(bLuk); @@ -40878,6 +40978,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@dex = readparam(bDex); @@ -40897,6 +40998,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritical,5; @@ -40910,6 +41012,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@val = 30; @@ -40938,6 +41041,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bHPrecovRate,50; @@ -40950,6 +41054,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus4 bAutoSpell,"WL_HELLINFERNO",3,20,1; @@ -40962,6 +41067,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_REVOLVER) { @@ -40981,6 +41087,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_GATLING) { @@ -41000,6 +41107,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -41022,6 +41130,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,10; @@ -41041,6 +41150,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,10; @@ -41058,6 +41168,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KNUCKLE) { @@ -41078,6 +41189,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Demon,5; @@ -41090,6 +41202,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KATAR) { @@ -41110,6 +41223,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,15; @@ -41123,6 +41237,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,15; @@ -41136,10 +41251,11 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bDef,50; - bonus2 bSubDefEle,Ele_Poison,10; + bonus2 bSubEle,Ele_Poison,10; - Id: 27317 AegisName: Mt_Caput_Card Name: Mutant Twin Caput Card @@ -41149,6 +41265,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Formless,5; @@ -41161,6 +41278,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritAtkRate,20; @@ -41174,6 +41292,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Poison,40; @@ -41186,6 +41305,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -41206,6 +41326,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAtkRate,10; @@ -41224,6 +41345,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxSPrate,5; @@ -41236,6 +41358,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,5; @@ -41248,6 +41371,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Water,15; @@ -41260,9 +41384,10 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Fire,30; + bonus2 bSubEle,Ele_Fire,30; - Id: 27326 AegisName: MinionOfMorocc_Card Name: Morocc's Minion Card @@ -41272,6 +41397,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,100; @@ -41288,6 +41414,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -41306,6 +41433,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHP,500; @@ -41330,6 +41458,9 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + BuyingStore: true + DropEffect: CLIENT - Id: 27331 AegisName: S_Kronecker_Card Name: Kronecker G. Heine Card @@ -41339,6 +41470,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bVariableCastrate,-5; @@ -41350,6 +41482,9 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + BuyingStore: true + DropEffect: CLIENT - Id: 27333 AegisName: S_Skia_Card Name: Skia Nerius Card @@ -41359,6 +41494,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAspdRate,5; @@ -41398,7 +41534,7 @@ Body: Flags: DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Poison,15; + bonus2 bSubEle,Ele_Poison,15; bonus2 bSubRace,RC_Brute,15; bonus2 bSubRace,RC_Player_Doram,15; - Id: 27337 @@ -41412,7 +41548,7 @@ Body: Flags: DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Wind,15; + bonus2 bSubEle,Ele_Wind,15; bonus2 bSubRace,RC_Insect,15; - Id: 27338 AegisName: Chaos_Mantis_Card @@ -41463,7 +41599,7 @@ Body: Flags: DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Water,15; + bonus2 bSubEle,Ele_Water,15; bonus2 bSubRace,RC_Fish,15; - Id: 27342 AegisName: Chaos_Stem_W_Card @@ -41477,8 +41613,8 @@ Body: DropEffect: CLIENT Script: | bonus bHit,10; - bonus2 bSubDefEle,Ele_Earth,20; - bonus2 bSubDefEle,Ele_Neutral,10; + bonus2 bSubEle,Ele_Earth,20; + bonus2 bSubEle,Ele_Neutral,10; - Id: 27343 AegisName: Chaos_Acolyte_Card Name: Chaotic Acolyte Card @@ -41491,6 +41627,20 @@ Body: DropEffect: CLIENT Script: | bonus bDelayrate,-4; + - Id: 27344 + AegisName: Witch_Zilant_Card + Name: Witch Zilant Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Garment: true + Flags: + DropEffect: CLIENT + Script: | + bonus2 bMagicAtkEle,Ele_Fire,100; + bonus2 bSubEle,Ele_Fire,50; + bonus2 bResEff,Eff_WhiteImprison,10000; - Id: 27345 AegisName: Dragon_Zilant_Card Name: Ancient Dragon Zilant Card @@ -41507,11 +41657,11 @@ Body: if (eaclass()&EAJL_THIRD && BaseJob == Job_knight) { if (.@p == EQP_ACC_L) { bonus2 bSkillAtk,"RK_DRAGONBREATH",50; - bonus4 bAddEff,Eff_Heat,1000,ATF_WEAPON|ATF_MAGIC,3000; + bonus4 bAddEff,Eff_Heat,50,ATF_WEAPON|ATF_MAGIC,3000; } if (.@p == EQP_ACC_R) { bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; - autobonus2 "{ sc_start SC_CHILL; bonus2 bResEff,Eff_Heat,10000; }",100,3000,BF_WEAPON|BF_MAGIC; + autobonus2 "{ sc_start SC_CHILL,3000,1; bonus2 bResEff,Eff_Heat,10000; }",100,3000,BF_WEAPON|BF_MAGIC; } } /*Unknow Rate*/ @@ -41567,7 +41717,7 @@ Body: DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Dragon,15; - bonus2 bSubDefEle,Ele_Fire,15; + bonus2 bSubEle,Ele_Fire,15; - Id: 27350 AegisName: Firm_Deleter1_Card Name: Rigid Earth Deleter Card @@ -41575,6 +41725,7 @@ Body: Buy: 20 Weight: 10 Locations: + Head_Low: true Head_Mid: true Head_Top: true Flags: @@ -41589,6 +41740,7 @@ Body: Buy: 20 Weight: 10 Locations: + Head_Low: true Head_Mid: true Head_Top: true Flags: @@ -41619,7 +41771,7 @@ Body: DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Demon,15; - bonus2 bSubDefEle,Ele_Neutral,15; + bonus2 bSubEle,Ele_Neutral,15; - Id: 27354 AegisName: Polluted_Raydric_Card Name: Polluted Raydric Card @@ -41844,6 +41996,20 @@ Body: bonus2 bSkillAtk,"SU_CN_METEOR",5+.@r; if (.@r>=10) bonus2 bSkillAtk,"SU_CN_METEOR",5; + - Id: 27368 + AegisName: Colorful_T_Bear_Card_J + Name: Colorful Teddy Bear Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Both_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bInt,5; + if (readparam(bInt)>=125) + bonus bMatkRate,4; - Id: 27369 AegisName: Shining_T_Bear_Card_J Name: Shiny Teddy Bear Card @@ -41859,6 +42025,22 @@ Body: bonus bMaxSPrate,-50; bonus2 bAddRace,RC_Demon,50; bonus2 bAddRace,RC_Undead,50; + - Id: 27370 + AegisName: Pitman_Worker_Card_J + Name: Hardworking Pitman Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + Flags: + DropEffect: CLIENT + Script: | + bonus2 bAddEle,Ele_Neutral,30; + bonus2 bMagicAddEle,Ele_Neutral,30; + bonus2 bIgnoreDefRaceRate,RC_Formless,30; - Id: 27371 AegisName: Fragment_Of_Soul_Card_J Name: Soul Fragment Card @@ -41874,6 +42056,71 @@ Body: bonus bMaxSPrate,10; bonus2 bSkillAtk,"RA_AIMEDBOLT",50; bonus2 bSkillAtk,"SN_SHARPSHOOTING",50; + - Id: 27372 + AegisName: Sinister_Obsidian_Card_ + Name: Evil Obsidian Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Both_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bBaseAtk,10; + bonus bPerfectHitAddRate,5; + - Id: 27373 + AegisName: Ancient_Trijoint_Card_J + Name: Ancient Tri Joint Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + Flags: + DropEffect: CLIENT + Script: | + bonus3 bAutoSpell,"TF_STEAL",5,200; + - Id: 27374 + AegisName: Anc_Sta_Golem_Card_J + Name: Ancient Stalactic Golem Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Both_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bAtkRate,3; + bonus bHPGainValue,50; + bonus bSPGainValue,5; + - Id: 27375 + AegisName: Anc_Megalith_Card_J + Name: Ancient Megalith Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Garment: true + Flags: + DropEffect: CLIENT + Script: | + .@a = (readparam(bVit)/10); + .@b = (readparam(bLuk)/10); + bonus bBaseAtk,((3*.@a)+(3*.@b)); + bonus bHit,5*.@a; + bonus bAspdRate,.@b; + if (readparam(bVit)>=125) { + bonus bBaseAtk,50; + bonus bHit,25; + } + if (readparam(bLuk)>=125) { + bonus bBaseAtk,50; + bonus bAspdRate,5; + } - Id: 27376 AegisName: Anc_Tao_Gunka_Card_J Name: Ancient Tao Gunka Card @@ -41891,6 +42138,59 @@ Body: bonus bMdef,-50; if (.@r>=9) bonus2 bResEff,Eff_Freeze,10000; + - Id: 27377 + AegisName: Anc_S_Shooter_Card_J + Name: Ancient Stone Shooter Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + Flags: + DropEffect: CLIENT + Script: | + bonus bMaxSP,20*(readparam(bStr)/10); + if (readparam(bStr)>=125) + bonus bAtkRate,5; + - Id: 27378 + AegisName: Anc_W_Shooter_Card_J + Name: Ancient Wootan Shooter Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Garment: true + Flags: + DropEffect: CLIENT + Script: | + .@a = (readparam(bVit)/10); + .@b = (readparam(bLuk)/10); + bonus bMatk,((3*.@a)+(3*.@b)); + bonus bDef,10*.@a; + bonus bAspdRate,.@b; + if (readparam(bVit)>=125) { + bonus bMatk,50; + bonus bDef,50; + } + if (readparam(bLuk)>=125) { + bonus bMatk,50; + bonus bAspdRate,5; + } + - Id: 27379 + AegisName: Anc_W_Fighter_Card_J + Name: Ancient Wootan Fighter Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Right_Hand: true + Flags: + DropEffect: CLIENT + Script: | + bonus bAtkRate,10; + skill "SA_SEISMICWEAPON",1; - Id: 27380 AegisName: Anc_W_Deffend_Card_J Name: Ancient Wootan Defender Card @@ -42001,7 +42301,58 @@ Body: Flags: DropEffect: CLIENT Script: | - bonus bHPrecovRate,30; + bonus bHPrecovRate,50; /* note: 30% from the description */ + - Id: 27389 + AegisName: Wolf_Card_EV + Name: Wolfe Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Both_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + skill "RG_COMPULSION",5; + - Id: 27390 + AegisName: S_Wolf_Card_E + Name: Wolfe Lugenburg Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Right_Hand: true + Flags: + DropEffect: CLIENT + Script: | + bonus2 bAddRace,RC_Insect,15; + bonus2 bMagicAddRace,RC_Insect,15; + - Id: 27391 + AegisName: Poe_Card_E + Name: Poe Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Armor: true + Flags: + DropEffect: CLIENT + Script: | + bonus bBaseAtk,150; + /*Todo: When hit by a physical attack There is a chance that player will die - Refine will reduce the chance*/ + - Id: 27392 + AegisName: S_Poe_Card_E + Name: Poe Richard Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Right_Hand: true + Flags: + DropEffect: CLIENT + Script: | + bonus2 bAddRace,RC_Plant,15; + bonus2 bMagicAddRace,RC_Plant,15; - Id: 27393 AegisName: Kathryn_Card Name: Kathryn Card @@ -42012,6 +42363,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 27394 AegisName: S_Kathryn_Card @@ -42023,6 +42375,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bVariableCastrate,-5; @@ -42036,6 +42389,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 27396 AegisName: S_Issac_Card @@ -42047,6 +42401,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bDelayrate,-5; @@ -42086,6 +42441,78 @@ Body: SubType: Enchant Script: | skill "MO_ABSORBSPIRITS",1; + - Id: 27402 + AegisName: Latent_Release_SU + Name: Latent Release (Summoner) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (BaseJob == Job_Summoner) { + bonus2 bAddEle,Ele_All,25; + bonus2 bMagicAddEle,Ele_All,25; + bonus bNoKnockback; + } + - Id: 27403 + AegisName: Latent_Release_SJ + Name: Latent Release (Star Empire) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) + bonus2 bIgnoreDefRaceRate,RC_All,100; + - Id: 27404 + AegisName: Latent_Release_SP + Name: Latent Release (Soul Reaper) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { + bonus bMaxHPrate,20; + bonus bMaxSPrate,20; + skill "HW_GANBANTEIN",1; + } + - Id: 27405 + AegisName: Latent_Release_KG + Name: Latent Release (Kagerou) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Kagerou) + bonus2 bSkillCooldown,"KO_MEIKYOUSISUI",-290000; + - Id: 27406 + AegisName: Latent_Release_OB + Name: Latent Release (Oboro) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Oboro) + bonus2 bSkillCooldown,"KO_MEIKYOUSISUI",-290000; + - Id: 27407 + AegisName: Latent_Release_RL + Name: Latent Release (Rebellion) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Gunslinger) + bonus2 bHPDrainRate,1000,2; - Id: 27413 AegisName: Big_Fire_BR Name: Power of Shango # !todo check english name @@ -42114,6 +42541,128 @@ Body: SubType: Enchant Script: | autobonus "{ bonus bDelayrate,-70; bonus bVariableCastrate,-70; bonus bUseSPrate,-70; }",30,10000,BF_WEAPON|BF_MAGIC,"{}"; + - Id: 27417 + AegisName: aegis_27417 + Name: 2nd Anniversary Card + Type: Card + Buy: 20 + Weight: 10 + Locations: + Armor: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus bAtkRate,3; + bonus bMatkRate,3; + - Id: 27421 + AegisName: aegis_27421 + Name: Shard of Strength Jewel + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Low: true + Head_Mid: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bShortAtkRate,3*(.@r/2); + bonus bHit,7*(.@r/2); + bonus bAtkRate,3*(.@r/5); + - Id: 27422 + AegisName: aegis_27422 + Name: Shard of Agility Jewel + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Low: true + Head_Mid: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bAspdRate,5*(.@r/2); + bonus bFlee,7*(.@r/2); + bonus bAspd,(.@r/5); + - Id: 27423 + AegisName: aegis_27423 + Name: Shard of Dexterity Jewel + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Low: true + Head_Mid: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bLongAtkRate,3*(.@r/2); + bonus bHit,7*(.@r/2); + bonus bAtkRate,3*(.@r/5); + - Id: 27424 + AegisName: aegis_27424 + Name: Shard of Fatality Jewel + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Low: true + Head_Mid: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bCritAtkRate,6*(.@r/2); + bonus bCritical,3*(.@r/2); + bonus bAtkRate,3*(.@r/5); + - Id: 27425 + AegisName: aegis_27425 + Name: Shard of Vitality Jewel + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Low: true + Head_Mid: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bVariableCastrate,-5*(.@r/2); + bonus bMatk,7*(.@r/2); + bonus bMatkRate,3*(.@r/5); + - Id: 27426 + AegisName: aegis_27426 + Name: Shard of Intelligence Jewel + Type: Card + Buy: 20 + Weight: 10 + Locations: + Head_Top: true + Head_Low: true + Head_Mid: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus2 bMagicAtkEle,Ele_All,3*(.@r/2); + bonus bMatk,7*(.@r/2); + bonus bMatkRate,3*(.@r/5); - Id: 29000 AegisName: Neev_INT_1 Name: Rune of Intellect Lv 1 @@ -42430,14 +42979,14 @@ Body: Type: Card SubType: Enchant Script: | - bonus2 bAddRace,RC_All,1; + bonus bAtkRate,1; - Id: 29029 AegisName: Atk1p_Bottom Name: ATK+1%(Lower) Type: Card SubType: Enchant Script: | - bonus2 bAddRace,RC_All,1; + bonus bAtkRate,1; - Id: 29030 AegisName: Matk1p_Top Name: MATK+1% @@ -42484,6 +43033,17 @@ Body: hateffect HAT_EF_LJOSALFAR,true; UnEquipScript: | hateffect HAT_EF_LJOSALFAR,false; + - Id: 29045 + AegisName: Storm + Name: Gale + Type: Card + SubType: Enchant + Script: | + bonus2 bAddRace,RC_Fish,15; + bonus2 bMagicAddRace,RC_Fish,15; + bonus2 bAddEle,Ele_Water,15; + bonus2 bMagicAddEle,Ele_Water,15; + autobonus "{ bonus bAspdRate,70; bonus bVariableCastrate,-70; bonus bDelayrate,-70; }",5,10000,BF_WEAPON|BF_MAGIC; - Id: 29046 AegisName: Greed Name: Greed @@ -43171,7 +43731,7 @@ Body: SubType: Enchant Buy: 10 Script: | - bonus bLongAtkRate,5; + bonus2 bWeaponDamageRate,W_BOW,5; bonus bCritical,5; - Id: 29126 AegisName: InsightOfGoddess_S @@ -43180,7 +43740,7 @@ Body: SubType: Enchant Buy: 10 Script: | - bonus bLongAtkRate,10; + bonus2 bWeaponDamageRate,W_BOW,10; bonus bCritical,10; - Id: 29140 AegisName: Orcish_Hero_Of_Anger @@ -43346,9 +43906,9 @@ Body: Type: Card SubType: Enchant Script: | - hateffect HAT_EF_GUMGANG,true; + hateffect HAT_EF_CIRCLEPOWER,true; UnEquipScript: | - hateffect HAT_EF_GUMGANG,false; + hateffect HAT_EF_CIRCLEPOWER,false; - Id: 29161 AegisName: Pink_Glow_Effect Name: Pink Glow Effect @@ -43528,7 +44088,7 @@ Body: .@c = 35; .@t += 1000; } - autobonus "{ bonus bVariableCastrate,-100; bonus bDelayrate,-100 }",.@c,.@t,BF_MAGIC; + autobonus "{ bonus bVariableCastrate,-100; bonus bDelayrate,-100; }",.@c,.@t,BF_MAGIC; } - Id: 29175 AegisName: Reactor_S_CRI @@ -43553,7 +44113,7 @@ Body: } - Id: 29176 AegisName: Sky_Ground - Name: Tenji + Name: Heaven & Earth Type: Card SubType: Enchant Buy: 10 @@ -43563,14 +44123,16 @@ Body: DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,15; + bonus2 bAddRace,RC_Player_Doram,15; bonus2 bAddRace,RC_Plant,15; bonus2 bMagicAddRace,RC_Brute,15; + bonus2 bMagicAddRace,RC_Player_Doram,15; bonus2 bMagicAddRace,RC_Plant,15; bonus2 bAddEle,Ele_Wind,15; bonus2 bAddEle,Ele_Earth,15; bonus2 bMagicAddEle,Ele_Wind,15; bonus2 bMagicAddEle,Ele_Earth,15; - autobonus2 "{ bonus bVariableCastrate,-70;bonus bDelayrate,-70; bonus bIgnoreDefRace,RC_All; bonus bIgnoreMDefRace,RC_All; }",1,10000; + autobonus "{ bonus bVariableCastrate,-70;bonus bDelayrate,-70; bonus bIgnoreDefRace,RC_All; bonus bIgnoreMDefRace,RC_All; }",5,10000; - Id: 29208 AegisName: SPdrain2_Top Name: SPabsorp2 @@ -43692,16 +44254,18 @@ Body: Type: Card SubType: Enchant Script: | - hateffect HAT_EF_WATER_BELOW2,true; + hateffect HAT_EF_WATER_BELOW4,true; UnEquipScript: | - hateffect HAT_EF_WATER_BELOW2,false; + hateffect HAT_EF_WATER_BELOW4,false; - Id: 29226 AegisName: ExplodingWave_Effect Name: Crimson Wave Effect Type: Card SubType: Enchant Script: | - /* todo */ + hateffect HAT_EF_DOUBLEGUMGANG,true; + UnEquipScript: | + hateffect HAT_EF_DOUBLEGUMGANG,false; - Id: 29227 AegisName: Heal Name: Heal @@ -44085,7 +44649,7 @@ Body: bonus bLongAtkRate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) { bonus bDelayrate,-90; - autobonus3 "{ sc_start SC_WEAPONBLOCKING; }",1000,50000,"GC_HALLUCINATIONWALK"; + autobonus3 "{ sc_start SC_WEAPONBLOCKING,50000,1; }",1000,50000,"GC_HALLUCINATIONWALK"; } if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) bonus bFixedCastrate,-50; @@ -44578,6 +45142,7 @@ Body: Type: Card SubType: Enchant Script: | + .@r = getrefine(); bonus bHit,((.@r>=9)?40:((.@r>=7)?30:20)); - Id: 29383 AegisName: Neev_Honor_Flee @@ -44585,6 +45150,7 @@ Body: Type: Card SubType: Enchant Script: | + .@r = getrefine(); bonus bFlee,((.@r>=9)?40:((.@r>=7)?30:20)); - Id: 29384 AegisName: Neev_Honor_Luk @@ -44592,6 +45158,7 @@ Body: Type: Card SubType: Enchant Script: | + .@r = getrefine(); bonus bFlee2,((.@r>=9)?7:((.@r>=7)?5:3)); - Id: 29385 AegisName: Neev_Death_Tech @@ -44599,6 +45166,7 @@ Body: Type: Card SubType: Enchant Script: | + .@r = getrefine(); bonus bLongAtkRate,((.@r>=9)?5:((.@r>=7)?4:3)); - Id: 29386 AegisName: Neev_Death_Luk @@ -44606,6 +45174,7 @@ Body: Type: Card SubType: Enchant Script: | + .@r = getrefine(); bonus bCritAtkRate,((.@r>=9)?5:((.@r>=7)?4:3)); - Id: 29423 AegisName: Sura_Top @@ -44844,7 +45413,9 @@ Body: Type: Card SubType: Enchant Script: | - bonus bHealPower,2*getskilllv("AM_POTIONPITCHER"); + .@val = 2*getskilllv("AM_POTIONPITCHER"); + bonus bHealPower,.@val; + bonus bHealPower2,.@val; - Id: 29466 AegisName: Genetic_Bottom Name: Creator Stone (Bottom) @@ -44976,7 +45547,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; - Id: 29509 AegisName: Hero Name: The Hero @@ -45106,9 +45677,34 @@ Body: SubType: Enchant Script: | bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15; + - Id: 29525 + AegisName: NJ_1 + Name: Ninja Essence Lv1 + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,3*getskilllv("NJ_TOBIDOUGU"); + bonus2 bSkillAtk,"NJ_KIRIKAGE",20; + bonus2 bSkillAtk,"NJ_HUUMA",20; + bonus bMaxHP,100*(.@r/2); + bonus bHit,5*(.@r/2); + - Id: 29526 + AegisName: NJ_2 + Name: Ninja Essence Lv2 + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,5*getskilllv("NJ_TOBIDOUGU"); + bonus2 bSkillAtk,"NJ_KIRIKAGE",20; + bonus2 bSkillAtk,"NJ_HUUMA",20; + bonus bMaxHP,100*(.@r/2); + bonus bHit,5*(.@r/2); + autobonus3 "{ bonus bSkillAtk,\"NJ_KIRIKAGE\",20; bonus bSkillAtk,\"NJ_HUUMA\",20; }",1000,60000,"NJ_NEN"; - Id: 29527 AegisName: Improve_Orb_Def - Name: Modification Orb(Defense) + Name: Modification Orb (DEF) Type: Card SubType: Enchant Script: | @@ -45122,7 +45718,7 @@ Body: } - Id: 29528 AegisName: Improve_Orb_Mdef - Name: Modification Orb(Magic Defense) + Name: Modification Orb (MDEF) Type: Card SubType: Enchant Script: | @@ -45136,14 +45732,14 @@ Body: } - Id: 29529 AegisName: Improve_Orb_HealHP - Name: Modification Orb(HP Recovery) + Name: Modification Orb (HP Recovery) Type: Card SubType: Enchant Script: | bonus bHPrecovRate,20; - Id: 29530 AegisName: Improve_Orb_Spirit - Name: Modification Orb(Spirit) + Name: Modification Orb (Spirit) Type: Card SubType: Enchant Script: | @@ -45157,7 +45753,7 @@ Body: } - Id: 29531 AegisName: Improve_Orb_Health - Name: Modification Orb(Stamina) + Name: Modification Orb (Health) Type: Card SubType: Enchant Script: | @@ -45171,14 +45767,14 @@ Body: } - Id: 29532 AegisName: Improve_Orb_HealSP - Name: Modification Orb(SP Recovery) + Name: Modification Orb (SP Recovery) Type: Card SubType: Enchant Script: | bonus bSPrecovRate,20; - Id: 29533 AegisName: Improve_Orb_Heal - Name: Modification Orb(Heal) + Name: Modification Orb (Heal) Type: Card SubType: Enchant Script: | @@ -45192,7 +45788,7 @@ Body: } - Id: 29534 AegisName: Improve_Orb_Atk - Name: Modification Orb(Attack Power) + Name: Modification Orb (ATK) Type: Card SubType: Enchant Script: | @@ -45206,7 +45802,7 @@ Body: } - Id: 29535 AegisName: Improve_Orb_Matk - Name: Modification Orb(Magic Power) + Name: Modification Orb (MATK) Type: Card SubType: Enchant Script: | @@ -45220,7 +45816,7 @@ Body: } - Id: 29536 AegisName: Improve_Orb_Archer - Name: Modification Orb(Sharpshooter) + Name: Modification Orb (Sharpshooter) Type: Card SubType: Enchant Script: | @@ -45234,7 +45830,7 @@ Body: } - Id: 29537 AegisName: Improve_Orb_Speed - Name: Modification Orb(Swift) + Name: Modification Orb (Speed) Type: Card SubType: Enchant Script: | @@ -45248,7 +45844,7 @@ Body: } - Id: 29538 AegisName: Improve_Orb_Cast - Name: Modification Orb(Caster) + Name: Modification Orb (Caster) Type: Card SubType: Enchant Script: | @@ -45262,7 +45858,7 @@ Body: } - Id: 29539 AegisName: Improve_Orb_Cri - Name: Modification Orb(Critical) + Name: Modification Orb (Critical) Type: Card SubType: Enchant Script: | @@ -45276,7 +45872,7 @@ Body: } - Id: 29540 AegisName: Improve_Orb_Delay - Name: Modification Orb(After Skill Delay) + Name: Modification Orb (Global Delay) Type: Card SubType: Enchant Script: | @@ -45290,7 +45886,7 @@ Body: } - Id: 29541 AegisName: Improve_Orb_Fix - Name: Modification Orb(Fixed Casting Time) + Name: Modification Orb (Fixed Casting) Type: Card SubType: Enchant Script: | @@ -45304,7 +45900,7 @@ Body: } - Id: 29542 AegisName: Improve_Orb_Above - Name: Modification Orb(Above All) + Name: Modification Orb (Above All) Type: Card SubType: Enchant Script: | @@ -45320,35 +45916,35 @@ Body: } - Id: 29543 AegisName: Improve_Orb_Life - Name: Modification Orb(Life Drain) + Name: Modification Orb (Drain Life) Type: Card SubType: Enchant Script: | bonus2 bHPDrainRate,20,2; - Id: 29544 AegisName: Improve_Orb_Soul - Name: Modification Orb(Soul Drain) + Name: Modification Orb (Drain Soul) Type: Card SubType: Enchant Script: | bonus2 bSPDrainRate,10,1; - Id: 29545 AegisName: Improve_Orb_M_Heal - Name: Modification Orb(Magic Healing) + Name: Modification Orb (Magic Healing) Type: Card SubType: Enchant Script: | autobonus "{ bonus2 bHPRegenRate,400,500; }",20,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29546 AegisName: Improve_Orb_M_Soul - Name: Modification Orb(Magic Soul) + Name: Modification Orb (Magic Soul) Type: Card SubType: Enchant Script: | autobonus "{ bonus2 bSPRegenRate,80,500; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29547 AegisName: Improve_Orb_L_Vit - Name: Modification Orb(Unlimited Vital) + Name: Modification Orb (Unlimited Vitality) Type: Card SubType: Enchant Script: | @@ -45356,35 +45952,35 @@ Body: autobonus2 "{ bonus bVit,50; bonus2 bHPRegenRate,400,500; bonus2 bSPLossRate,1,20000; }",50,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29548 AegisName: Improve_Orb_L_INT - Name: Modification Orb(Spell Buster) + Name: Modification Orb (Spell Buster) Type: Card SubType: Enchant Script: | autobonus "{ bonus bInt,50; bonus bMatkRate,15; bonus bAtkRate,-15; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29549 AegisName: Improve_Orb_L_DEX - Name: Modification Orb(Firing Shot) + Name: Modification Orb (Fierce Shooter) Type: Card SubType: Enchant Script: | autobonus "{ bonus bDex,50; bonus bLongAtkRate,10; bonus2 bSPLossRate,1,20000; }",30,10000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29550 AegisName: Improve_Orb_L_STR - Name: Modification Orb(Over Power) + Name: Modification Orb (Overpower) Type: Card SubType: Enchant Script: | autobonus "{ bonus bStr,50; bonus bAtkRate,15; bonus bMatkRate,-15; }",30,10000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29551 AegisName: Improve_Orb_L_AGI - Name: Modification Orb(Fatal Flash) + Name: Modification Orb (Fatal Flash) Type: Card SubType: Enchant Script: | autobonus "{ bonus bAgi,50; bonus bCritAtkRate,10; bonus2 bHPLossRate,300,1000; }",30,10000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 29552 AegisName: Improve_Orb_L_LUK - Name: Modification Orb(Lucky Strike) + Name: Modification Orb (Lucky Strike) Type: Card SubType: Enchant Script: | @@ -45480,6 +46076,13 @@ Body: Name: Hundred Lucks Type: Card SubType: Enchant + - Id: 29593 + AegisName: Unfrozen_JP + Name: Freezing Resistance + Type: Card + SubType: Enchant + Script: | + bonus2 bResEff,Eff_Freeze,10000; - Id: 29594 AegisName: Seyren_Memory Name: Seyren's Memory @@ -45693,7 +46296,8 @@ Body: Type: Card SubType: Enchant Script: | - bonus2 bSkillAtk,"SJ_FALLINGSTAR",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",20; bonus2 bSkillAtk,"SJ_SOLARBURST",20; bonus2 bSkillAtk,"SJ_FULLMOONKICK",20; - Id: 29659 @@ -45981,7 +46585,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,4; - bonus bPerfectHitRate,1; + bonus bPerfectHitAddRate,1; - Id: 29707 AegisName: Tenacity2 Name: Tenacity Lv2 @@ -45989,7 +46593,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,8; - bonus bPerfectHitRate,2; + bonus bPerfectHitAddRate,2; - Id: 29708 AegisName: Tenacity3 Name: Tenacity Lv3 @@ -45997,7 +46601,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,12; - bonus bPerfectHitRate,3; + bonus bPerfectHitAddRate,3; - Id: 29709 AegisName: Tenacity4 Name: Tenacity Lv4 @@ -46005,7 +46609,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,16; - bonus bPerfectHitRate,4; + bonus bPerfectHitAddRate,4; - Id: 29710 AegisName: Tenacity5 Name: Tenacity Lv5 @@ -46013,7 +46617,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,20; - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; - Id: 29711 AegisName: Tenacity6 Name: Tenacity Lv6 @@ -46021,7 +46625,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,24; - bonus bPerfectHitRate,6; + bonus bPerfectHitAddRate,6; - Id: 29712 AegisName: Tenacity7 Name: Tenacity Lv7 @@ -46029,7 +46633,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,28; - bonus bPerfectHitRate,7; + bonus bPerfectHitAddRate,7; - Id: 29713 AegisName: Tenacity8 Name: Tenacity Lv8 @@ -46037,7 +46641,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,32; - bonus bPerfectHitRate,10; + bonus bPerfectHitAddRate,8; - Id: 29714 AegisName: Tenacity9 Name: Tenacity Lv9 @@ -46045,7 +46649,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,36; - bonus bPerfectHitRate,9; + bonus bPerfectHitAddRate,9; - Id: 29715 AegisName: Tenacity10 Name: Tenacity Lv10 @@ -46053,7 +46657,93 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,44; - bonus bPerfectHitRate,10; + bonus bPerfectHitAddRate,10; + - Id: 29716 + AegisName: StarE_Enchant_1 + Name: Solar + Type: Card + SubType: Enchant + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) { + bonus bWeaponAtkRate,10; + bonus2 bVariableCastrate,"SJ_PROMINENCEKICK",-50; + bonus2 bSkillAtk,"SJ_SOLARBURST",50; + } + - Id: 29717 + AegisName: StarE_Enchant_2 + Name: Moon + Type: Card + SubType: Enchant + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) { + bonus bMaxHPrate,20; + bonus2 bVariableCastrate,"SJ_NEWMOONKICK",-50; + bonus2 bSkillAtk,"SJ_FULLMOONKICK",50; + } + - Id: 29718 + AegisName: StarE_Enchant_3 + Name: Star + Type: Card + SubType: Enchant + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) { + bonus bAspdRate,10; + bonus2 bAddEff,Eff_Stun,1000; + bonus2 bSkillAtk,"SJ_FALLINGSTAR",50; + } + - Id: 29719 + AegisName: SoulR_Enchant_1 + Name: S + Type: Card + SubType: Enchant + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { + bonus bMatk,50; + bonus2 bSkillAtk,"SP_SHA",BaseLevel/10; + bonus2 bSkillAtk,"SP_SPA",BaseLevel/10; + bonus2 bSkillAtk,"SP_SWHOO",BaseLevel/10; + } + - Id: 29720 + AegisName: SoulR_Enchant_2 + Name: Ghost + Type: Card + SubType: Enchant + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { + bonus bMatk,50; + bonus2 bSkillAtk,"SP_CURSEEXPLOSION",BaseLevel/10; + } + - Id: 29721 + AegisName: SoulR_Enchant_3 + Name: Soul + Type: Card + SubType: Enchant + Script: | + if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { + bonus2 bSubRace,RC_Player_Human,3; + bonus2 bSubRace,RC_Player_Doram,3; + skill "SA_DISPELL",5; + bonus bMaxHP,50*BaseLevel; + bonus bMaxSP,5*BaseLevel; + } + - Id: 29722 + AegisName: Curse_Effect_J + Name: Curse + Type: Card + SubType: Enchant + Script: | + hateffect HAT_EF_Qscaraba,true; + UnEquipScript: | + hateffect HAT_EF_Qscaraba,false; + - Id: 29723 + AegisName: Star_Effect_J + Name: Star + Type: Card + SubType: Enchant + Script: | + hateffect HAT_EF_ManyStars,true; + UnEquipScript: | + hateffect HAT_EF_ManyStars,false; - Id: 29724 AegisName: Murderous_Grudge Name: Muederous Grudge @@ -46069,6 +46759,15 @@ Body: SubType: Enchant Script: | skill "AL_BLESSING",10; + - Id: 29727 + AegisName: aegis_29727 + Name: Rumble Effect + Type: Card + SubType: Enchant + Script: | + hateffect HAT_EF_RESONATETAEGO,true; + UnEquipScript: | + hateffect HAT_EF_RESONATETAEGO,false; - Id: 31000 AegisName: Rudo_Card_J Name: Rudo Card @@ -46313,6 +47012,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHP,1000; @@ -46327,6 +47027,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine()/2; @@ -46342,6 +47043,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHP,-1225; @@ -46355,6 +47057,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,-13; @@ -46368,6 +47071,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,-13; @@ -46381,6 +47085,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAspdRate,10; @@ -46394,6 +47099,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxSPrate,20; @@ -46407,10 +47113,11 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatkRate,10; - bonus5 bAutoSpell,"NPC_CRITICALWOUND",3,5+(10*(getrefine()/3)),BF_MAGIC,1; + bonus5 bAutoSpell,"NPC_WIDECRITICALWOUND",8,5+(10*(getrefine()/3)),BF_MAGIC,1; - Id: 31024 AegisName: As_Bdy_Knight_Card Name: Immortal Cursed Knight Card @@ -46455,6 +47162,34 @@ Body: bonus5 bAutoSpellWhenHit,"SO_ELECTRICWALK",5,80,BF_MAGIC,0; autobonus "{ bonus bFlee,200; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_TEIHIT1; }"; autobonus "{ bonus bSpeedRate,25; }",25,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; + - Id: 101592 + AegisName: Force_of_Fullmoon + Name: The Power of The Full Moon + Type: Etc + Trade: + NoDrop: true + Weight: 10 + - Id: 101952 + AegisName: SunShine_Sand + Name: Sunny Powder Sand + Type: Etc + Trade: + NoDrop: true + Weight: 10 + - Id: 102038 + AegisName: Dead_Soul_Aura + Name: The Evil Breath of The Dead + Type: Etc + Trade: + NoDrop: true + Weight: 10 + - Id: 102354 + AegisName: Battle_Aura_TW + Name: Fighting Spirit + Type: Etc + Trade: + NoDrop: true + Weight: 10 - Id: 300000 AegisName: IDTest_Card Name: IDTest Card @@ -46463,6 +47198,7 @@ Body: Weight: 10 Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; - Id: 300001 @@ -46525,7 +47261,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus bMaxHP,10; + bonus bMaxHPrate,10; bonus2 bSkillAtk,"SO_EARTHGRAVE",10; - Id: 300006 AegisName: Jeweliant_Card @@ -46538,7 +47274,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",1,100,BF_WEAPON,1; + bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",1,100,BF_SHORT,1; - Id: 300007 AegisName: Jungoliant_Card Name: Jeweled Ungoliant Card @@ -46815,7 +47551,7 @@ Body: DropEffect: CLIENT Script: | bonus2 bSkillAtk,"RL_FIREDANCE",60; - bonus bUseSPrate,25; + bonus2 bSkillUseSPrate,"RL_FIREDANCE",25; - Id: 300079 AegisName: Redpepper_Card Name: Red Pepper Card @@ -46974,6 +47710,7 @@ Body: bonus bShortAtkRate,.@r; if (.@r>=10) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; } - Id: 300089 @@ -46990,7 +47727,7 @@ Body: bonus bStr,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; - bonus2 bSkillAtk,"MS_MAGNUM",25; + bonus2 bSkillAtk,"SM_MAGNUM",25; - Id: 300090 AegisName: Verporte_H_Card Name: Verporte Card @@ -47376,7 +48113,7 @@ Body: bonus bVit,1; bonus bInt,2; bonus bMaxHPrate,10; - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; bonus2 bSkillAtk,"WM_REVERBERATION",10; - Id: 300114 AegisName: Plaga3_Card @@ -47462,6 +48199,7 @@ Body: bonus bVit,1; bonus bMaxHPrate,10; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",10; bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; - Id: 300119 AegisName: EP17_2_Sword_Fish_Card @@ -47577,6 +48315,9 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT - Id: 300128 AegisName: S_Wolf_Card Name: Wolf Lugenburg Card @@ -47585,6 +48326,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Insect,15; @@ -47596,6 +48338,9 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT - Id: 300130 AegisName: S_Poe_Card Name: Poe Richard Card @@ -47603,6 +48348,12 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus2 bAddRace,RC_Plant,15; + bonus2 bMagicAddRace,RC_Plant,15; - Id: 300131 AegisName: Card_Of_Justice_R Name: The Justice Reversed @@ -47944,7 +48695,7 @@ Body: DropEffect: CLIENT Script: | bonus bLongAtkRate,25; - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; - Id: 300152 AegisName: AngelBlessing_Effect Name: Angel Blessing Effect @@ -48095,6 +48846,20 @@ Body: bonus2 bSkillAtk,"SU_SVG_SPIRIT",5+.@r; if (.@r>=10) bonus2 bSkillAtk,"SU_SVG_SPIRIT",5; + - Id: 300169 + AegisName: Lucky_Riceball_C + Name: Meatball Monster Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + DropEffect: CLIENT + Script: | + bonus bDelayrate,-2; + bonus bAtkRate,2; + bonus bMatkRate,2; + bonus bMaxHPrate,1; - Id: 300170 AegisName: MD_Airboat_Card Name: Rotten Tree Card @@ -48103,6 +48868,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bHPrecovRate,100; @@ -48116,6 +48882,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -48133,11 +48900,12 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,-15; bonus bSPDrainValue,-2; - bonus2 bHPDrainRate,1,20; + bonus2 bHPDrainRate,10,20; - Id: 300173 AegisName: MD_Airboat_Card4 Name: Mosquilo Card @@ -48146,6 +48914,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bVariableCastrate,-7; @@ -48160,6 +48929,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,10; @@ -48179,6 +48949,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Poison,30; @@ -48192,6 +48963,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) { @@ -48408,7 +49180,7 @@ Body: Script: | bonus bDelayrate,-5; bonus bPAtk,1; - bonus bSmatk,1; + bonus bSMatk,1; - Id: 300193 AegisName: Tiara_Card Name: Tiara Card @@ -48424,10 +49196,25 @@ Body: Script: | bonus bDelayrate,-5; bonus bPAtk,1; - bonus bSmatk,1; + bonus bSMatk,1; + - Id: 300194 + AegisName: SLD_V_Kimera_Card + Name: Sealed Venomous Chimera Card + Type: Card + Weight: 10 + Locations: + Shoes: true + Flags: + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bMaxHP,500; + bonus bMaxSP,100; + bonus bMaxHPrate,((.@r>=15)?12:((.@r>=12)?8:0)); + bonus bMaxSPrate,((.@r>=15)?12:((.@r>=12)?8:0)); - Id: 300195 AegisName: SLD_Boitata_Card - Name: Sealed Voitata Card # !todo check english name + Name: Sealed Boitata Card Type: Card Weight: 10 Locations: @@ -48437,17 +49224,86 @@ Body: Script: | bonus2 bAddRace,RC_Insect,20; bonus2 bAddRace,RC_Brute,20; + bonus2 bAddRace,RC_Player_Doram,20; bonus2 bAddEle,Ele_Earth,20; bonus2 bAddEle,Ele_Wind,20; if (getrefine()>=15) { bonus2 bAddRace,RC_Insect,10; bonus2 bAddRace,RC_Brute,10; + bonus2 bAddRace,RC_Player_Doram,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; } + - Id: 300196 + AegisName: SLD_A_Moonlight_Card + Name: Sealed Angry Moonlight Flower Card + Type: Card + Weight: 10 + Locations: + Armor: true + Flags: + DropEffect: CLIENT + Script: | + skill "PA_PRESSURE",((getrefine()>14)?3:2); + - Id: 300197 + AegisName: SLD_Ill_Dracula_Card + Name: Sealed Furious Dracula Card + Type: Card + Weight: 10 + Locations: + Garment: true + Flags: + DropEffect: CLIENT + Script: | + .@r = getrefine(); + skill "PF_HPCONVERSION",1; + bonus bMaxSP,-1500; + if (.@r>=15) + bonus bMaxSP,1000; + - Id: 300198 + AegisName: SLD_Gopinich_Card + Name: Sealed Gopinich Card + Type: Card + Weight: 10 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + Flags: + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bSPDrainValue,((.@r>=15)?4:3); + bonus bUseSPrate,50; + - Id: 300199 + AegisName: SLD_Mechaspider_Card + Name: Sealed Mechaspider Card + Type: Card + Weight: 10 + Locations: + Left_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bBreakWeaponRate,500; + bonus bBreakArmorRate,500; + - Id: 300200 + AegisName: SLD_ILL_Ktullanux_Car + Name: Sealed Awaken Ktullanux Card + Type: Card + Weight: 10 + Locations: + Armor: true + Flags: + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus2 bMagicAtkEle,Ele_Water,10+(.@r*2); + if (.@r>=15) + bonus2 bMagicAtkEle,Ele_Water,10; - Id: 300201 AegisName: SLD_P_Spi_Q_Card - Name: Sealed Tainted Broodmother Card # !todo check english name + Name: Sealed Tainted Spider Queen Card Type: Card Weight: 10 Locations: @@ -48463,9 +49319,20 @@ Body: bonus2 bMagicAtkEle,Ele_Earth,25; bonus2 bMagicAtkEle,Ele_Water,25; } + - Id: 300202 + AegisName: SLD_P_Dark_L_Card + Name: Sealed Polluted Dark Lord Card + Type: Card + Weight: 10 + Locations: + Right_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bAspd,1; - Id: 300203 AegisName: SLD_F_Muspell_Card - Name: Sealed Hardened Muspellscall Card # !todo check english name + Name: Sealed Firm Muspellskoll Card Type: Card Weight: 10 Locations: @@ -48475,10 +49342,13 @@ Body: Script: | bonus2 bSubRace,RC_Demon,30; bonus2 bSubRace,RC_Brute,30; + bonus2 bSubRace,RC_Player_Doram,30; bonus2 bSubRace,RC_Dragon,30; - bonus2 bAddClass,Class_Normal,20; if (getrefine()>=15) { - bonus2 bAddClass,Class_Normal,10; + bonus2 bAddClass,Class_Normal,-10; + } + else { + bonus2 bAddClass,Class_Normal,-20; } - Id: 300207 AegisName: SLD_Shining_T_Bear_Card @@ -48516,6 +49386,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Earth,35; @@ -48528,10 +49399,10 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bSubDefEle,Ele_Dark,10; - bonus2 bMagicSubDefEle,Ele_Dark,10; + bonus2 bSubEle,Ele_Dark,10; bonus bDef,50; - Id: 300213 AegisName: EP18_Spark_Card @@ -48541,6 +49412,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,5; @@ -48555,6 +49427,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_KATAR) { @@ -48568,6 +49441,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -48581,6 +49455,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Fire,35; @@ -48593,6 +49468,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_All,-15; @@ -48605,6 +49481,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Neutral,35; @@ -48617,6 +49494,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); @@ -48637,6 +49515,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bShortAtkRate,6; @@ -48648,6 +49527,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -48661,6 +49541,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Wind,35; @@ -48673,6 +49554,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bShortAtkRate,6; @@ -48701,7 +49583,7 @@ Body: Script: | bonus bMaxSPrate,15; bonus bDelayrate,-15; - autobonus "{ sc_start SC_REFRESH; }",10,20000,BF_MAGIC; + autobonus "{ sc_start SC_REFRESH,20000,1; }",10,20000,BF_MAGIC; - Id: 300226 AegisName: L_Skia_Card Name: Skia Nerius (Sign Stamp) Card @@ -48715,7 +49597,7 @@ Body: Script: | bonus bMaxHPrate,15; bonus bVariableCastrate,-15; - autobonus "{ sc_start SC_REFRESH; }",10,20000,BF_WEAPON; + autobonus "{ sc_start SC_REFRESH,20000,1; }",10,20000,BF_WEAPON; - Id: 300227 AegisName: EP18_Schulang_Card Name: Schulang Card @@ -48724,6 +49606,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Angel,75; @@ -48736,10 +49619,20 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,75; bonus2 bSubRace,RC_Demon,-25; + - Id: 300229 + AegisName: Extra_Str + Name: Extra Str + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,readparam(bStr)/10; + if (readparam(bStr) >= 110) + bonus bAtkRate,5; - Id: 300230 AegisName: ILL_Andre_Card Name: Diligent Andre Card @@ -48748,6 +49641,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Insect,20; @@ -48760,6 +49654,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Small,20; @@ -48785,6 +49680,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Insect,20; @@ -48797,6 +49693,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bIgnoreDefRaceRate,RC_Plant,15; @@ -48809,6 +49706,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxSPrate,10; @@ -48823,6 +49721,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Confusion,10000; @@ -48836,9 +49735,10 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bIgnoreMDefRaceRate,RC_Brute,15; + bonus2 bIgnoreMdefRaceRate,RC_Brute,15; bonus2 bMagicAddRace,RC_Brute,5*(getrefine()/2); - Id: 300238 AegisName: ILL_Vitata_Card @@ -48850,6 +49750,7 @@ Body: Head_Mid: true Head_Top: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Poison,5; @@ -48865,9 +49766,11 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,50; + bonus2 bMagicAddRace,RC_Player_Doram,50; bonus2 bMagicAddRace,RC_Plant,50; bonus bUseSPrate,50; - Id: 300240 @@ -48878,6 +49781,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,15; @@ -48893,6 +49797,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bBaseAtk,15; @@ -48908,6 +49813,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (BaseJob == JOB_NOVICE) { @@ -48922,6 +49828,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | if (BaseJob == JOB_NOVICE) { @@ -48938,6 +49845,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -48958,6 +49866,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -48978,6 +49887,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -48999,6 +49909,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49017,6 +49928,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bUseSPrate,50; @@ -49031,6 +49943,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Formless,5; @@ -49045,6 +49958,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Demon,5; @@ -49061,6 +49975,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49076,6 +49991,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49091,6 +50007,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49104,6 +50021,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,10; @@ -49120,6 +50038,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49135,6 +50054,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49150,6 +50070,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49165,6 +50086,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49180,6 +50102,7 @@ Body: Head_Mid: true Head_Low: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,15; @@ -49193,6 +50116,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatk,5*(readparam(bInt)/10); @@ -49207,6 +50131,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritical,2*(readparam(bLuk)/10); @@ -49221,6 +50146,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bUseSPrate,50; @@ -49235,6 +50161,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49253,6 +50180,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49271,6 +50199,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49289,6 +50218,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMaxHPrate,15; @@ -49300,6 +50230,7 @@ Body: Locations: Left_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bAspdRate,5; @@ -49315,6 +50246,7 @@ Body: Locations: Right_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bMatkRate,5; @@ -49330,6 +50262,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Ghost,10; @@ -49342,6 +50275,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bLongAtkRate,10; @@ -49354,6 +50288,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bShortAtkRate,10; @@ -49366,6 +50301,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Holy,10; @@ -49378,6 +50314,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Neutral,10; @@ -49390,6 +50327,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49405,6 +50343,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49420,6 +50359,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Angel,10; @@ -49434,6 +50374,7 @@ Body: Locations: Left_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bShortWeaponDamageReturn,15; @@ -49445,6 +50386,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bCritAtkRate,15; @@ -49456,6 +50398,7 @@ Body: Locations: Right_Hand: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSkillAtk,"WL_SOULEXPANSION",30; @@ -49467,6 +50410,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Demon,40; @@ -49481,6 +50425,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bUseSPrate,50; @@ -49688,6 +50633,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49704,6 +50650,7 @@ Body: Locations: Garment: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; @@ -49716,6 +50663,7 @@ Body: Locations: Both_Accessory: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Poison,20; @@ -49728,17 +50676,16 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMatkRate,5; if (.@r>=7) { bonus2 bMagicAddRace,RC_Brute,10; - bonus2 bMagicAddRace,RC_Player_Doram,10; } if (.@r>=9) { bonus2 bMagicAddRace,RC_Brute,7; - bonus2 bMagicAddRace,RC_Player_Doram,7; } - Id: 300296 AegisName: Sieglouse_Card @@ -49748,6 +50695,7 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -49764,11 +50712,11 @@ Body: Locations: Shoes: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bAddRace,RC_All,10; + bonus bAtkRate,10; bonus2 bAddRace,RC_Brute,35; - bonus2 bAddRace,RC_Player_Doram,35; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_Player_Doram,-10; - Id: 300306 @@ -49786,6 +50734,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 300308 AegisName: S_Meyer_Card @@ -49796,6 +50745,7 @@ Body: Armor: true Refineable: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | bonus bUseSPrate,10; @@ -49808,6 +50758,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT - Id: 300310 AegisName: S_Helmut_Card @@ -49817,6 +50768,7 @@ Body: Locations: Armor: true Flags: + BuyingStore: true DropEffect: CLIENT Script: | .@r = getrefine(); @@ -50336,7 +51288,7 @@ Body: DropEffect: CLIENT Script: | bonus bNoKnockback; - autobonus "{ sc_start SC_CP_ARMOR; sc_start SC_CP_WEAPON; sc_start SC_CP_SHIELD; sc_start SC_CP_HELM; }",10,60000,BF_WEAPON|BF_MAGIC; + autobonus "{ sc_start SC_CP_ARMOR,60000,1; sc_start SC_CP_WEAPON,60000,1; sc_start SC_CP_SHIELD,60000,1; sc_start SC_CP_HELM,60000,1; }",50,60000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_CHEMICALPROTECTION; }"; - Id: 300358 AegisName: L_Issac_Card Name: Isaac Wigner (Sign Stamp) Card @@ -50432,6 +51384,8 @@ Body: Type: Card Weight: 10 Locations: + Head_Low: true + Head_Mid: true Head_Top: true Flags: BuyingStore: true @@ -50535,7 +51489,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bMagicAtkEle,Ele_Fire,35; + bonus2 bMagicAtkEle,Ele_Ghost,35; bonus bUseSPrate,10; - Id: 300371 AegisName: Cave_Calmaring_Card @@ -50562,7 +51516,7 @@ Body: DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; - bonus2 bMagicAtkEle,Ele_Fire,3*getrefine(); + bonus2 bMagicAtkEle,Ele_Ghost,3*getrefine(); - Id: 300373 AegisName: B_Hallucigenia_Card Name: Hallucigenia Baby Card @@ -50576,10 +51530,9 @@ Body: Script: | bonus bDef,-30; bonus bRes,15; - bonus2 bSubDefEle,Ele_Earth,15; - bonus2 bMagicSubDefEle,Ele_Earth,15; + bonus2 bSubEle,Ele_Earth,15; bonus2 bSubRace,RC_Insect,15; - bonus2 bWeaponSubSize,Size_Small,15; + bonus2 bSubSize,Size_Small,15; - Id: 300374 AegisName: Hallucigenia_Card Name: Hallucigenia Card @@ -50612,10 +51565,10 @@ Body: if (getequiparmorlv() == 2) { .@rate += 8; } - bonus2 bMagicSubDefEle,Ele_Dark,.@rate; - bonus2 bMagicSubDefEle,Ele_Holy,.@rate; - bonus2 bMagicSubDefEle,Ele_Fire,.@rate; - bonus2 bMagicSubDefEle,Ele_Neutral,.@rate; + bonus2 bMagicAtkEle,Ele_Dark,.@rate; + bonus2 bMagicAtkEle,Ele_Holy,.@rate; + bonus2 bMagicAtkEle,Ele_Ghost,.@rate; + bonus2 bMagicAtkEle,Ele_Neutral,.@rate; - Id: 300376 AegisName: Eyes_Dollocaris_Card Name: Two-Eye Dollocaris Card @@ -50749,6 +51702,28 @@ Body: bonus2 bMagicAtkEle,Ele_Poison,100; bonus2 bMagicAtkEle,Ele_Undead,100; bonus2 bSubEle,Ele_All,-30; + - Id: 300383 + AegisName: FightingSpirit_of_Veins + Name: Veins Fighting Spirit + Type: Card + SubType: Enchant + Script: | + bonus2 bAddEle,Ele_Fire,10; + bonus2 bMagicAddEle,Ele_Fire,10; + bonus2 bAddEle,Ele_Neutral,10; + bonus2 bMagicAddEle,Ele_Neutral,10; + - Id: 300384 + AegisName: TheExorcist_Of_Veins + Name: Veins Exorcist + Type: Card + SubType: Enchant + Script: | + bonus2 bAddRace,RC_Demon,15; + bonus2 bMagicAddRace,RC_Demon,15; + bonus2 bAddRace,RC_Undead,15; + bonus2 bMagicAddRace,RC_Undead,15; + bonus2 bAddEle,Ele_Undead,15; + bonus2 bMagicAddEle,Ele_Undead,15; - Id: 300385 AegisName: VF_Effect_TW Name: Valhalla Effect Effect @@ -51070,6 +52045,15 @@ Body: Script: | .@r = getrefine(); bonus bMatk,10*.@r; + - Id: 300419 + AegisName: aegis_300419 + Name: Camellia Smoke Effect + Type: Card + SubType: Enchant + Script: | + hateffect HAT_EF_Camellia_Hair_Pin,true; + UnEquipScript: | + hateffect HAT_EF_Camellia_Hair_Pin,false; - Id: 300420 AegisName: aegis_300420 Name: Labyrinth Berzebub Card @@ -51152,6 +52136,56 @@ Body: Script: | bonus2 bSubEle,Ele_Neutral,-10; bonus bLongAtkRate,5+4*(getrefine()/2); + - Id: 300427 + AegisName: aegis_300427 + Name: Hammer of God Lv.1 + Type: Card + SubType: Enchant + - Id: 300428 + AegisName: aegis_300428 + Name: Hammer of God Lv.2 + Type: Card + SubType: Enchant + - Id: 300429 + AegisName: aegis_300429 + Name: Hammer of God Lv.3 + Type: Card + SubType: Enchant + - Id: 300430 + AegisName: aegis_300430 + Name: Hammer of God Lv.4 + Type: Card + SubType: Enchant + - Id: 300431 + AegisName: aegis_300431 + Name: Hammer of God Lv.5 + Type: Card + SubType: Enchant + - Id: 300432 + AegisName: aegis_300432 + Name: Disarm Lv.1 + Type: Card + SubType: Enchant + - Id: 300433 + AegisName: aegis_300433 + Name: Disarm Lv.2 + Type: Card + SubType: Enchant + - Id: 300434 + AegisName: aegis_300434 + Name: Disarm Lv.3 + Type: Card + SubType: Enchant + - Id: 300435 + AegisName: aegis_300435 + Name: Disarm Lv.4 + Type: Card + SubType: Enchant + - Id: 300436 + AegisName: aegis_300436 + Name: Disarm Lv.5 + Type: Card + SubType: Enchant - Id: 300441 AegisName: Burning_Knight_Card Name: Burning Night Card @@ -51311,6 +52345,7 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | + bonus bUseSPrate,10; bonus2 bMagicAtkEle,Ele_Wind,3*getrefine(); - Id: 300451 AegisName: aegis_300451 @@ -51324,7 +52359,7 @@ Body: DropEffect: CLIENT Script: | bonus2 bSubSkill,"NPC_RAYOFGENESIS",50; - autobonus "{ sc_start SC_ASSUMPTIO; }",50,30000,BF_WEAPON|BF_MAGIC; + autobonus "{ sc_start SC_ASSUMPTIO,30000,1; }",50,30000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_ASSUMPTIO; }"; - Id: 300452 AegisName: aegis_300452 Name: Friedrich Stolz Heine (Sign Stamp) Card @@ -51351,14 +52386,12 @@ Body: DropEffect: CLIENT Script: | bonus2 bRegenPercentSP,1,1000; - autobonus "{ sc_start SC_ENERGYCOAT; }",50,30000,BF_WEAPON|BF_MAGIC; + autobonus "{ sc_start SC_ENERGYCOAT,30000,1; }",50,30000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_ENERGYCOAT; }"; - Id: 300454 AegisName: Ice_C_Orb_Hp Name: Glacier Flower Meow Power (Vital) Type: Card SubType: Enchant - Flags: - DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMaxHP,2500; @@ -51405,12 +52438,12 @@ Body: bonus bDelayrate,-3; if (getrefine()>=10) { bonus bDelayrate,-2; - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { + if (getequiparmorlv()==2) { bonus bDelayrate,-2; } } - Id: 300457 - AegisName: aegis_300457 + AegisName: Grey_Icewind_Card Name: Gray Icewind Card Type: Card Weight: 10 @@ -51423,13 +52456,13 @@ Body: bonus bVariableCastrate,-5; bonus bUseSPrate,7; bonus bAtkRate,5; - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { + if (getequiparmorlv()==2) { bonus bVariableCastrate,-3; bonus bPow,3; bonus bCon,3; } - Id: 300458 - AegisName: aegis_300458 + AegisName: Icewind_Card Name: Icewind Card Type: Card Weight: 10 @@ -51442,7 +52475,7 @@ Body: bonus bVariableCastrate,-5; bonus bUseSPrate,7; bonus bMatkRate,5; - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { + if (getequiparmorlv()==2) { bonus bVariableCastrate,-3; bonus bSpl,3; bonus bCon,3; @@ -51590,10 +52623,10 @@ Body: bonus bVit,15; bonus bLuk,-25; bonus2 bSubSize,Size_All,20; - bonus2 bMagicAtkEle,Ele_Poison,-25; - bonus2 bMagicAtkEle,Ele_Ghost,-25; - bonus2 bMagicAtkEle,Ele_Holy,-25; - bonus2 bMagicAtkEle,Ele_Dark,-25; + bonus2 bMagicAddEle,Ele_Poison,-25; + bonus2 bMagicAddEle,Ele_Ghost,-25; + bonus2 bMagicAddEle,Ele_Holy,-25; + bonus2 bMagicAddEle,Ele_Dark,-25; bonus bDef,20*.@r; bonus bRes,5*.@r; if (.@r>=7) { @@ -51738,9 +52771,9 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus bLongAtkRate,30*(readparam(bLuk)/20)+5*(getrefine()/3); + bonus bLongAtkRate,30+5*(getrefine()/3); bonus bCritical,-5*(readparam(bLuk)/20); - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { + if (getequiparmorlv()==2) { bonus2 bAddClass,Class_Boss,10; } - Id: 300474 @@ -51754,11 +52787,265 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus bShortAtkRate,30*(readparam(bLuk)/20)+5*(getrefine()/3); + bonus bShortAtkRate,30+5*(getrefine()/3); bonus bCritical,-5*(readparam(bLuk)/20); - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { + if (getiteminfo(getequipid(EQI_GARMENT), ITEMINFO_ARMORLEVEL)==2) { bonus2 bAddClass,Class_Boss,10; } + - Id: 300479 + AegisName: aegis_300479 + Name: "[3rd Anniversary] Agony of Royal Knight Card" + Type: Card + Weight: 10 + Locations: + Head_Top: true + Head_Mid: true + Head_Low: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bHit,-30; + bonus2 bAddEle,Ele_Fire,3*(.@r/2); + bonus2 bAddEle,Ele_Dark,3*(.@r/2); + - Id: 300480 + AegisName: aegis_300480 + Name: "[3rd Anniversary] Grudge of Royal Knight Card" + Type: Card + Weight: 10 + Locations: + Garment: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus2 bSubEle,Ele_All,-30; + bonus2 bMagicAddRace,RC_DemiHuman,5*.@r; + bonus2 bMagicAddRace,RC_Demon,5*.@r; + - Id: 300481 + AegisName: aegis_300481 + Name: "[3rd Anniversary] Himmelmez Card" + Type: Card + Weight: 10 + Locations: + Shoes: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + .@r = getrefine(); + bonus bMaxHPrate,(min(15,.@r)*2); + bonus bMaxSPrate,(min(15,.@r)*2); + - Id: 300482 + AegisName: R_Recycle_Card + Name: Lesser Rune Card # !todo check english name + Type: Card + Locations: + Right_Hand: true + Flags: + DropEffect: CLIENT + - Id: 300484 + AegisName: aegis_300484 + Name: Very Miss Rabbit Card + Type: Card + Weight: 10 + Locations: + Both_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bMaxHPrate,15; + - Id: 300485 + AegisName: aegis_300485 + Name: Little Naught Dog Card + Type: Card + Weight: 10 + Locations: + Both_Accessory: true + Flags: + DropEffect: CLIENT + Script: | + bonus bMaxSPrate,15; + - Id: 300486 + AegisName: aegis_300486 + Name: Elena Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 300487 + AegisName: aegis_300487 + Name: Rebellion Elena Volkova Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus bShortAtkRate,10; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Large,15; + .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); + if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { + bonus2 bSubSize,Size_Small,7; + bonus2 bSubSize,Size_Large,7; + } + - Id: 300488 + AegisName: aegis_300488 + Name: Lookie Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 300489 + AegisName: aegis_300489 + Name: Rebellion Lookie Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus bShortAtkRate,10; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Player_Human,15; + .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); + if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { + bonus2 bSubRace,RC_Formless,7; + bonus2 bSubRace,RC_DemiHuman,7; + bonus2 bSubRace,RC_Player_Human,7; + } + - Id: 300490 + AegisName: aegis_300490 + Name: Est Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 300491 + AegisName: aegis_300491 + Name: Rebellion Est Loveroy Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus bLongAtkRate,10; + bonus2 bAddSize,Size_Small,15; + bonus2 bAddSize,Size_Large,15; + .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); + if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { + bonus2 bSubSize,Size_Small,7; + bonus2 bSubSize,Size_Large,7; + } + - Id: 300492 + AegisName: aegis_300492 + Name: Gony Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 300493 + AegisName: aegis_300493 + Name: Rebellion Gony Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus bLongAtkRate,10; + bonus2 bAddRace,RC_Formless,15; + bonus2 bAddRace,RC_DemiHuman,15; + bonus2 bAddRace,RC_Player_Human,15; + .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); + if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { + bonus2 bSubRace,RC_Formless,7; + bonus2 bSubRace,RC_DemiHuman,7; + bonus2 bSubRace,RC_Player_Human,7; + } + - Id: 300494 + AegisName: aegis_300494 + Name: Tes Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 300495 + AegisName: aegis_300495 + Name: Secret Wing Philopontes Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bMagicAddSize,Size_Small,15; + bonus2 bMagicAddSize,Size_Large,15; + .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); + if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { + bonus2 bSubSize,Size_Small,7; + bonus2 bSubSize,Size_Large,7; + } + - Id: 300496 + AegisName: aegis_300496 + Name: Leizi Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 300497 + AegisName: aegis_300497 + Name: Secret Wing Leizi Card + Type: Card + Weight: 10 + Locations: + Right_Hand: true + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus2 bMagicAtkEle,Ele_Neutral,15; + .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); + if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { + bonus2 bSubRace,RC_Formless,7; + bonus2 bSubRace,RC_DemiHuman,7; + bonus2 bSubRace,RC_Player_Human,7; + } - Id: 310000 AegisName: Ranger_Top2 Name: Sniper Stone II (Top) @@ -52456,8 +53743,8 @@ Body: bonus2 bSkillAtk,"RK_SONICWAVE",3; } if (.@r>=11) { + bonus2 bSkillAtk,"RK_SONICWAVE",7; bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-250; - bonus2 bSkillCooldown,"RK_SONICWAVE",-250; } - Id: 310129 AegisName: Automatic_Orb48 @@ -52603,13 +53890,13 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillCooldown,"GN_MANDRAGORA",-300; - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; if (.@r>=9) { bonus2 bSkillCooldown,"GN_MANDRAGORA",-300; - bonus2 bSkillAtk,"GN_CRAZYWEED",3; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3; if (.@r>=11) { bonus2 bSkillCooldown,"GN_MANDRAGORA",-400; - bonus2 bSkillAtk,"GN_CRAZYWEED",7; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",7; } } - Id: 310138 @@ -52751,13 +54038,13 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_JACKFROST",15; if (.@r>=9) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",3; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",3; bonus2 bSkillAtk,"WL_JACKFROST",3; if (.@r>=11) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",7; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",7; bonus2 bSkillAtk,"WL_JACKFROST",7; } } @@ -52874,13 +54161,16 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillCooldown,"HP_BASILICA",-2000; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; if (.@r>=9) { bonus2 bSkillCooldown,"HP_BASILICA",-3000; - bonus2 bSkillAtk,"AB_DUPLELIGHT",3; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",3; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",3; if (.@r>=11) { bonus2 bSkillCooldown,"HP_BASILICA",-5000; - bonus2 bSkillAtk,"AB_DUPLELIGHT",7; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",7; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",7; } } - Id: 310154 @@ -53019,13 +54309,13 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",3; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",3; bonus2 bSkillAtk,"CG_ARROWVULCAN",3; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",7; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",7; bonus2 bSkillAtk,"CG_ARROWVULCAN",7; } } @@ -53072,12 +54362,15 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FLASHKICK",15; if (.@r>=9) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",3; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",3; bonus2 bSkillAtk,"SJ_FLASHKICK",3; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",7; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",7; bonus2 bSkillAtk,"SJ_FLASHKICK",7; } } @@ -53404,6 +54697,15 @@ Body: SubType: Enchant Script: | bonus bDelayrate,-getskilllv("ASC_BREAKER"); + - Id: 310192 + AegisName: Extreme + Name: Extreme + Type: Card + SubType: Enchant + Script: | + bonus bPerfectHitAddRate,20; + autobonus "{ bonus bDex,100; }",30,10000,BF_WEAPON|BF_MAGIC,"{ active_transform 3253,10000; }"; + bonus2 bResEff,Eff_WhiteImprison,10000; - Id: 310195 AegisName: Magnificat_Lv5 Name: Magnificat Lv5 @@ -53895,7 +55197,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus2 bSkillAtk,"GN_CRAZYWEED",20; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20; - Id: 310262 AegisName: Genetic_Top2 Name: Creator Stone II (Top) @@ -54433,7 +55735,7 @@ Body: bonus bRestartFullRecover; if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",50; - bonus2 bSkillAtk,"GN_CRAZYWEED",50; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",50; } - Id: 310318 AegisName: Hit_the_Target25 @@ -54524,6 +55826,71 @@ Body: SubType: Enchant Script: | bonus bLongAtkRate,3; + - Id: 310331 + AegisName: Latent_Release_WL_JP + Name: Latent Release (Warlock) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) + bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-80000; + UnEquipScript: | + sc_end SC_TELEKINESIS_INTENSE; + - Id: 310332 + AegisName: Latent_Release_GC_JP + Name: Latent Release (Guillotine Cross) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) + autobonus3 "{ bonus bFlee2,100; }",1000,3000,"ASC_METEORASSAULT"; + - Id: 310333 + AegisName: Latent_Release_MI_JP + Name: Latent Release (Minstrel) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) + skill "RA_UNLIMIT",5; + UnEquipScript: | + sc_end SC_UNLIMIT; + - Id: 310334 + AegisName: Latent_Release_RA_JP + Name: Latent Release (Ranger) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { + bonus bDelayrate,-90; + bonus2 bSkillCooldown,"RA_UNLIMIT",-180000; + } + UnEquipScript: | + sc_end SC_UNLIMIT; + - Id: 310335 + AegisName: Latent_Release_WA_JP + Name: Latent Release (Wanderer) + Type: Card + SubType: Enchant + Script: | + bonus2 bSubRace,RC_Player_Doram,12; + bonus2 bSubRace,RC_Player_Human,12; + bonus bRestartFullRecover; + if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) + skill "RA_UNLIMIT",5; + UnEquipScript: | + sc_end SC_UNLIMIT; - Id: 310336 AegisName: Sight_Lv1 Name: Sight Lv1 @@ -54538,6 +55905,706 @@ Body: SubType: Enchant Script: | bonus bIntravision; + - Id: 310338 + AegisName: aegis_310338 + Name: Bowling Bash Lv.1 + Type: Card + SubType: Enchant + - Id: 310339 + AegisName: aegis_310339 + Name: Bowling Bash Lv.2 + Type: Card + SubType: Enchant + - Id: 310340 + AegisName: aegis_310340 + Name: Bowling Bash Lv.3 + Type: Card + SubType: Enchant + - Id: 310341 + AegisName: aegis_310341 + Name: Bowling Bash Lv.4 + Type: Card + SubType: Enchant + - Id: 310342 + AegisName: aegis_310342 + Name: Bowling Bash Lv.5 + Type: Card + SubType: Enchant + - Id: 310343 + AegisName: aegis_310343 + Name: Brandish Spear Lv.1 + Type: Card + SubType: Enchant + - Id: 310344 + AegisName: aegis_310344 + Name: Brandish Spear Lv.2 + Type: Card + SubType: Enchant + - Id: 310345 + AegisName: aegis_310345 + Name: Brandish Spear Lv.3 + Type: Card + SubType: Enchant + - Id: 310346 + AegisName: aegis_310346 + Name: Brandish Spear Lv.4 + Type: Card + SubType: Enchant + - Id: 310347 + AegisName: aegis_310347 + Name: Brandish Spear Lv.5 + Type: Card + SubType: Enchant + - Id: 310348 + AegisName: aegis_310348 + Name: Holy Cross Lv.1 + Type: Card + SubType: Enchant + - Id: 310349 + AegisName: aegis_310349 + Name: Holy Cross Lv.2 + Type: Card + SubType: Enchant + - Id: 310350 + AegisName: aegis_310350 + Name: Holy Cross Lv.3 + Type: Card + SubType: Enchant + - Id: 310351 + AegisName: aegis_310351 + Name: Holy Cross Lv.4 + Type: Card + SubType: Enchant + - Id: 310352 + AegisName: aegis_310352 + Name: Holy Cross Lv.5 + Type: Card + SubType: Enchant + - Id: 310353 + AegisName: aegis_310353 + Name: Grand Cross Lv.1 + Type: Card + SubType: Enchant + - Id: 310354 + AegisName: aegis_310354 + Name: Grand Cross Lv.2 + Type: Card + SubType: Enchant + - Id: 310355 + AegisName: aegis_310355 + Name: Grand Cross Lv.3 + Type: Card + SubType: Enchant + - Id: 310356 + AegisName: aegis_310356 + Name: Grand Cross Lv.4 + Type: Card + SubType: Enchant + - Id: 310357 + AegisName: aegis_310357 + Name: Grand Cross Lv.5 + Type: Card + SubType: Enchant + - Id: 310358 + AegisName: aegis_310358 + Name: Meteor Storm Lv.1 + Type: Card + SubType: Enchant + - Id: 310359 + AegisName: aegis_310359 + Name: Meteor Storm Lv.2 + Type: Card + SubType: Enchant + - Id: 310360 + AegisName: aegis_310360 + Name: Meteor Storm Lv.3 + Type: Card + SubType: Enchant + - Id: 310361 + AegisName: aegis_310361 + Name: Meteor Storm Lv.4 + Type: Card + SubType: Enchant + - Id: 310362 + AegisName: aegis_310362 + Name: Meteor Storm Lv.5 + Type: Card + SubType: Enchant + - Id: 310363 + AegisName: aegis_310363 + Name: Lord of Vermilion Lv.1 + Type: Card + SubType: Enchant + - Id: 310364 + AegisName: aegis_310364 + Name: Lord of Vermilion Lv.2 + Type: Card + SubType: Enchant + - Id: 310365 + AegisName: aegis_310365 + Name: Lord of Vermilion Lv.3 + Type: Card + SubType: Enchant + - Id: 310366 + AegisName: aegis_310366 + Name: Lord of Vermilion Lv.4 + Type: Card + SubType: Enchant + - Id: 310367 + AegisName: aegis_310367 + Name: Lord of Vermilion Lv.5 + Type: Card + SubType: Enchant + - Id: 310368 + AegisName: aegis_310368 + Name: Heaven's Drive Lv.1 + Type: Card + SubType: Enchant + - Id: 310369 + AegisName: aegis_310369 + Name: Heaven's Drive Lv.2 + Type: Card + SubType: Enchant + - Id: 310370 + AegisName: aegis_310370 + Name: Heaven's Drive Lv.3 + Type: Card + SubType: Enchant + - Id: 310371 + AegisName: aegis_310371 + Name: Heaven's Drive Lv.4 + Type: Card + SubType: Enchant + - Id: 310372 + AegisName: aegis_310372 + Name: Heaven's Drive Lv.5 + Type: Card + SubType: Enchant + - Id: 310373 + AegisName: aegis_310373 + Name: Fire/Cold/Lightning Bolt Lv.1 + Type: Card + SubType: Enchant + - Id: 310374 + AegisName: aegis_310374 + Name: Fire/Cold/Lightning Bolt Lv.2 + Type: Card + SubType: Enchant + - Id: 310375 + AegisName: aegis_310375 + Name: Fire/Cold/Lightning Bolt Lv.3 + Type: Card + SubType: Enchant + - Id: 310376 + AegisName: aegis_310376 + Name: Fire/Cold/Lightning Bolt Lv.4 + Type: Card + SubType: Enchant + - Id: 310377 + AegisName: aegis_310377 + Name: Fire/Cold/Lightning Bolt Lv.5 + Type: Card + SubType: Enchant + - Id: 310378 + AegisName: aegis_310378 + Name: Cart Termination Lv.1 + Type: Card + SubType: Enchant + - Id: 310379 + AegisName: aegis_310379 + Name: Cart Termination Lv.2 + Type: Card + SubType: Enchant + - Id: 310380 + AegisName: aegis_310380 + Name: Cart Termination Lv.3 + Type: Card + SubType: Enchant + - Id: 310381 + AegisName: aegis_310381 + Name: Cart Termination Lv.4 + Type: Card + SubType: Enchant + - Id: 310382 + AegisName: aegis_310382 + Name: Cart Termination Lv.5 + Type: Card + SubType: Enchant + - Id: 310383 + AegisName: aegis_310383 + Name: Critical Damage Lv.1 + Type: Card + SubType: Enchant + - Id: 310384 + AegisName: aegis_310384 + Name: Critical Damage Lv.2 + Type: Card + SubType: Enchant + - Id: 310385 + AegisName: aegis_310385 + Name: Critical Damage Lv.3 + Type: Card + SubType: Enchant + - Id: 310386 + AegisName: aegis_310386 + Name: Critical Damage Lv.4 + Type: Card + SubType: Enchant + - Id: 310387 + AegisName: aegis_310387 + Name: Critical Damage Lv.5 + Type: Card + SubType: Enchant + - Id: 310388 + AegisName: aegis_310388 + Name: Acid Terror Lv.1 + Type: Card + SubType: Enchant + - Id: 310389 + AegisName: aegis_310389 + Name: Acid Terror Lv.2 + Type: Card + SubType: Enchant + - Id: 310390 + AegisName: aegis_310390 + Name: Acid Terror Lv.3 + Type: Card + SubType: Enchant + - Id: 310391 + AegisName: aegis_310391 + Name: Acid Terror Lv.4 + Type: Card + SubType: Enchant + - Id: 310392 + AegisName: aegis_310392 + Name: Acid Terror Lv.5 + Type: Card + SubType: Enchant + - Id: 310393 + AegisName: aegis_310393 + Name: Acid Demonstration Lv.1 + Type: Card + SubType: Enchant + - Id: 310394 + AegisName: aegis_310394 + Name: Acid Demonstration Lv.2 + Type: Card + SubType: Enchant + - Id: 310395 + AegisName: aegis_310395 + Name: Acid Demonstration Lv.3 + Type: Card + SubType: Enchant + - Id: 310396 + AegisName: aegis_310396 + Name: Acid Demonstration Lv.4 + Type: Card + SubType: Enchant + - Id: 310397 + AegisName: aegis_310397 + Name: Acid Demonstration Lv.5 + Type: Card + SubType: Enchant + - Id: 310398 + AegisName: aegis_310398 + Name: Sonic Blow Lv.1 + Type: Card + SubType: Enchant + - Id: 310399 + AegisName: aegis_310399 + Name: Sonic Blow Lv.2 + Type: Card + SubType: Enchant + - Id: 310400 + AegisName: aegis_310400 + Name: Sonic Blow Lv.3 + Type: Card + SubType: Enchant + - Id: 310401 + AegisName: aegis_310401 + Name: Sonic Blow Lv.4 + Type: Card + SubType: Enchant + - Id: 310402 + AegisName: aegis_310402 + Name: Sonic Blow Lv.5 + Type: Card + SubType: Enchant + - Id: 310403 + AegisName: aegis_310403 + Name: Meteor Assault Lv.1 + Type: Card + SubType: Enchant + - Id: 310404 + AegisName: aegis_310404 + Name: Meteor Assault Lv.2 + Type: Card + SubType: Enchant + - Id: 310405 + AegisName: aegis_310405 + Name: Meteor Assault Lv.3 + Type: Card + SubType: Enchant + - Id: 310406 + AegisName: aegis_310406 + Name: Meteor Assault Lv.4 + Type: Card + SubType: Enchant + - Id: 310407 + AegisName: aegis_310407 + Name: Meteor Assault Lv.5 + Type: Card + SubType: Enchant + - Id: 310408 + AegisName: aegis_310408 + Name: Back Stap Lv.1 + Type: Card + SubType: Enchant + - Id: 310409 + AegisName: aegis_310409 + Name: Back Stap Lv.2 + Type: Card + SubType: Enchant + - Id: 310410 + AegisName: aegis_310410 + Name: Back Stap Lv.3 + Type: Card + SubType: Enchant + - Id: 310411 + AegisName: aegis_310411 + Name: Back Stap Lv.4 + Type: Card + SubType: Enchant + - Id: 310412 + AegisName: aegis_310412 + Name: Back Stap Lv.5 + Type: Card + SubType: Enchant + - Id: 310413 + AegisName: aegis_310413 + Name: Raid Lv.1 + Type: Card + SubType: Enchant + - Id: 310414 + AegisName: aegis_310414 + Name: Raid Lv.2 + Type: Card + SubType: Enchant + - Id: 310415 + AegisName: aegis_310415 + Name: Raid Lv.3 + Type: Card + SubType: Enchant + - Id: 310416 + AegisName: aegis_310416 + Name: Raid Lv.4 + Type: Card + SubType: Enchant + - Id: 310417 + AegisName: aegis_310417 + Name: Raid Lv.5 + Type: Card + SubType: Enchant + - Id: 310418 + AegisName: aegis_310418 + Name: Magnus Exorcismus Lv.1 + Type: Card + SubType: Enchant + - Id: 310419 + AegisName: aegis_310419 + Name: Magnus Exorcismus Lv.2 + Type: Card + SubType: Enchant + - Id: 310420 + AegisName: aegis_310420 + Name: Magnus Exorcismus Lv.3 + Type: Card + SubType: Enchant + - Id: 310421 + AegisName: aegis_310421 + Name: Magnus Exorcismus Lv.4 + Type: Card + SubType: Enchant + - Id: 310422 + AegisName: aegis_310422 + Name: Magnus Exorcismus Lv.5 + Type: Card + SubType: Enchant + - Id: 310423 + AegisName: aegis_310423 + Name: All Size Physical Damage Lv.1 + Type: Card + SubType: Enchant + - Id: 310424 + AegisName: aegis_310424 + Name: All Size Physical Damage Lv.2 + Type: Card + SubType: Enchant + - Id: 310425 + AegisName: aegis_310425 + Name: All Size Physical Damage Lv.3 + Type: Card + SubType: Enchant + - Id: 310426 + AegisName: aegis_310426 + Name: All Size Physical Damage Lv.4 + Type: Card + SubType: Enchant + - Id: 310427 + AegisName: aegis_310427 + Name: All Size Physical Damage Lv.5 + Type: Card + SubType: Enchant + - Id: 310428 + AegisName: aegis_310428 + Name: Raging Quadruple Blow Lv.1 + Type: Card + SubType: Enchant + - Id: 310429 + AegisName: aegis_310429 + Name: Raging Quadruple Blow Lv.2 + Type: Card + SubType: Enchant + - Id: 310430 + AegisName: aegis_310430 + Name: Raging Quadruple Blow Lv.3 + Type: Card + SubType: Enchant + - Id: 310431 + AegisName: aegis_310431 + Name: Raging Quadruple Blow Lv.4 + Type: Card + SubType: Enchant + - Id: 310432 + AegisName: aegis_310432 + Name: Raging Quadruple Blow Lv.5 + Type: Card + SubType: Enchant + - Id: 310433 + AegisName: aegis_310433 + Name: Raging Thrust Lv.1 + Type: Card + SubType: Enchant + - Id: 310434 + AegisName: aegis_310434 + Name: Raging Thrust Lv.2 + Type: Card + SubType: Enchant + - Id: 310435 + AegisName: aegis_310435 + Name: Raging Thrust Lv.3 + Type: Card + SubType: Enchant + - Id: 310436 + AegisName: aegis_310436 + Name: Raging Thrust Lv.4 + Type: Card + SubType: Enchant + - Id: 310437 + AegisName: aegis_310437 + Name: Raging Thrust Lv.5 + Type: Card + SubType: Enchant + - Id: 310438 + AegisName: aegis_310438 + Name: Blitz Beat Lv.1 + Type: Card + SubType: Enchant + - Id: 310439 + AegisName: aegis_310439 + Name: Blitz Beat Lv.2 + Type: Card + SubType: Enchant + - Id: 310440 + AegisName: aegis_310440 + Name: Blitz Beat Lv.3 + Type: Card + SubType: Enchant + - Id: 310441 + AegisName: aegis_310441 + Name: Blitz Beat Lv.4 + Type: Card + SubType: Enchant + - Id: 310442 + AegisName: aegis_310442 + Name: Blitz Beat Lv.5 + Type: Card + SubType: Enchant + - Id: 310443 + AegisName: aegis_310443 + Name: Double Strafing Lv.1 + Type: Card + SubType: Enchant + - Id: 310444 + AegisName: aegis_310444 + Name: Double Strafing Lv.2 + Type: Card + SubType: Enchant + - Id: 310445 + AegisName: aegis_310445 + Name: Double Strafing Lv.3 + Type: Card + SubType: Enchant + - Id: 310446 + AegisName: aegis_310446 + Name: Double Strafing Lv.4 + Type: Card + SubType: Enchant + - Id: 310447 + AegisName: aegis_310447 + Name: Double Strafing Lv.5 + Type: Card + SubType: Enchant + - Id: 310448 + AegisName: aegis_310448 + Name: Musical Strike/Throw Arrow Lv.1 + Type: Card + SubType: Enchant + - Id: 310449 + AegisName: aegis_310449 + Name: Musical Strike/Throw Arrow Lv.2 + Type: Card + SubType: Enchant + - Id: 310450 + AegisName: aegis_310450 + Name: Musical Strike/Throw Arrow Lv.3 + Type: Card + SubType: Enchant + - Id: 310451 + AegisName: aegis_310451 + Name: Musical Strike/Throw Arrow Lv.4 + Type: Card + SubType: Enchant + - Id: 310452 + AegisName: aegis_310452 + Name: Musical Strike/Throw Arrow Lv.5 + Type: Card + SubType: Enchant + - Id: 310453 + AegisName: aegis_310453 + Name: Arrow Vulcan Lv.1 + Type: Card + SubType: Enchant + - Id: 310454 + AegisName: aegis_310454 + Name: Arrow Vulcan Lv.2 + Type: Card + SubType: Enchant + - Id: 310455 + AegisName: aegis_310455 + Name: Arrow Vulcan Lv.3 + Type: Card + SubType: Enchant + - Id: 310456 + AegisName: aegis_310456 + Name: Arrow Vulcan Lv.4 + Type: Card + SubType: Enchant + - Id: 310457 + AegisName: aegis_310457 + Name: Arrow Vulcan Lv.5 + Type: Card + SubType: Enchant + - Id: 310458 + AegisName: aegis_310458 + Name: Cross Slash Lv.1 + Type: Card + SubType: Enchant + - Id: 310459 + AegisName: aegis_310459 + Name: Cross Slash Lv.2 + Type: Card + SubType: Enchant + - Id: 310460 + AegisName: aegis_310460 + Name: Cross Slash Lv.3 + Type: Card + SubType: Enchant + - Id: 310461 + AegisName: aegis_310461 + Name: Cross Slash Lv.4 + Type: Card + SubType: Enchant + - Id: 310462 + AegisName: aegis_310462 + Name: Cross Slash Lv.5 + Type: Card + SubType: Enchant + - Id: 310463 + AegisName: aegis_310463 + Name: Throw Huuma Shuriken Lv.1 + Type: Card + SubType: Enchant + - Id: 310464 + AegisName: aegis_310464 + Name: Throw Huuma Shuriken Lv.2 + Type: Card + SubType: Enchant + - Id: 310465 + AegisName: aegis_310465 + Name: Throw Huuma Shuriken Lv.3 + Type: Card + SubType: Enchant + - Id: 310466 + AegisName: aegis_310466 + Name: Throw Huuma Shuriken Lv.4 + Type: Card + SubType: Enchant + - Id: 310467 + AegisName: aegis_310467 + Name: Throw Huuma Shuriken Lv.5 + Type: Card + SubType: Enchant + - Id: 310468 + AegisName: aegis_310468 + Name: Flaming Petals/Freezing Spear/Wind Blade Lv.1 + Type: Card + SubType: Enchant + - Id: 310469 + AegisName: aegis_310469 + Name: Flaming Petals/Freezing Spear/Wind Blade Lv.2 + Type: Card + SubType: Enchant + - Id: 310470 + AegisName: aegis_310470 + Name: Flaming Petals/Freezing Spear/Wind Blade Lv.3 + Type: Card + SubType: Enchant + - Id: 310471 + AegisName: aegis_310471 + Name: Flaming Petals/Freezing Spear/Wind Blade Lv.4 + Type: Card + SubType: Enchant + - Id: 310472 + AegisName: aegis_310472 + Name: Flaming Petals/Freezing Spear/Wind Blade Lv.5 + Type: Card + SubType: Enchant + - Id: 310473 + AegisName: aegis_310473 + Name: Water/Wind/Earth/Fire Magic Lv.1 + Type: Card + SubType: Enchant + - Id: 310474 + AegisName: aegis_310474 + Name: Water/Wind/Earth/Fire Magic Lv.2 + Type: Card + SubType: Enchant + - Id: 310475 + AegisName: aegis_310475 + Name: Water/Wind/Earth/Fire Magic Lv.3 + Type: Card + SubType: Enchant + - Id: 310476 + AegisName: aegis_310476 + Name: Water/Wind/Earth/Fire Magic Lv.4 + Type: Card + SubType: Enchant + - Id: 310477 + AegisName: aegis_310477 + Name: Water/Wind/Earth/Fire Magic Lv.5 + Type: Card + SubType: Enchant - Id: 310478 AegisName: Wolf_Orb_Str_1 Name: Wolf Orb (Str) Level 1 @@ -54689,7 +56756,7 @@ Body: if (.@r>=9) { bonus bAgi,1; if (.@r>=11) { - bonus bPerfectHitRate,1; + bonus bPerfectHitAddRate,1; bonus bAgi,2; } } @@ -54797,7 +56864,7 @@ Body: if (.@r>=9) { bonus bAgi,1; if (.@r>=11) { - bonus bPerfectHitRate,3; + bonus bPerfectHitAddRate,3; bonus bAgi,2; } } @@ -55423,13 +57490,13 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=7) { - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=9) { - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=11) { bonus2 bSkillCooldown,"GN_CRAZYWEED",-1000; @@ -55608,16 +57675,16 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_JACKFROST",15; if (.@r>=7) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_JACKFROST",15; if (.@r>=9) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_JACKFROST",15; if (.@r>=11) { - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"WL_JACKFROST",15; } } @@ -55756,16 +57823,20 @@ Body: Script: | .@r = getrefine(); bonus bShortAtkRate,5; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; if (.@r>=7) { bonus bShortAtkRate,10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; if (.@r>=9) { bonus bShortAtkRate,10; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; if (.@r>=11) { bonus bShortAtkRate,15; - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; } } } @@ -55940,16 +58011,16 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; } } @@ -56004,15 +58075,19 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FLASHKICK",15; if (.@r>=7) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FLASHKICK",15; if (.@r>=9) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FLASHKICK",15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FLASHKICK",15; } } @@ -56345,11 +58420,11 @@ Body: .@r = getrefine(); bonus bHit,20; if (.@r>=7) { - bonus bPerfectHitRate,6; + bonus bPerfectHitAddRate,6; if (.@r>=9) { - bonus bPerfectHitRate,6; + bonus bPerfectHitAddRate,6; if (.@r>=11) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; } } } @@ -56413,11 +58488,11 @@ Body: .@r = getrefine(); bonus bHit,20; if (.@r>=7) { - bonus bPerfectHitRate,6; + bonus bPerfectHitAddRate,6; if (.@r>=9) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r>=11) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; } } } @@ -56482,11 +58557,11 @@ Body: .@r = getrefine(); bonus bHit,30; if (.@r>=7) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r>=9) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r>=11) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; } } } @@ -57100,7 +59175,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,4; - bonus bPerfectHitRate,2; + bonus bPerfectHitAddRate,2; - Id: 310619 AegisName: Wolf_Orb_Spell_1 Name: Wolf Orb (Spell) Level 1 @@ -57140,7 +59215,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,6; - bonus bPerfectHitRate,3; + bonus bPerfectHitAddRate,3; - Id: 310624 AegisName: Wolf_Orb_Spell_2 Name: Wolf Orb (Spell) Level 2 @@ -57180,7 +59255,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,8; - bonus bPerfectHitRate,4; + bonus bPerfectHitAddRate,4; - Id: 310629 AegisName: Wolf_Orb_Spell_3 Name: Wolf Orb (Spell) Level 3 @@ -57220,7 +59295,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,10; - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; - Id: 310634 AegisName: Wolf_Orb_Spell_4 Name: Wolf Orb (Spell) Level 4 @@ -57291,7 +59366,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus2 bHPDrainRate,20,4; + bonus2 bHPDrainRate,40,2; - Id: 310644 AegisName: Wolf_Orb_Soul Name: Wolf Orb (Drain Soul) @@ -57800,7 +59875,7 @@ Body: bonus bPAtk,3*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,3*.@param; - bonus bCrate,.@param; + bonus bPAtk,3*.@param; } } } @@ -57817,16 +59892,16 @@ Body: bonus bMatk,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; } } } @@ -57843,16 +59918,16 @@ Body: bonus bMatk,7*.@param; if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,2*.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,2*.@param; - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; } } } @@ -57869,16 +59944,16 @@ Body: bonus bMatk,15*.@param; if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,.@param; - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,2*.@param; - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,3*.@param; - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; } } } @@ -57905,7 +59980,7 @@ Body: bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bHplus,.@param; + bonus bHPlus,.@param; bonus bMaxSPrate,.@param; } } @@ -57930,10 +60005,10 @@ Body: bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSPrecovRate,2*.@param; - bonus bHplus,.@param; + bonus bHPlus,.@param; bonus bMaxSPrate,.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bHplus,2*.@param; + bonus bHPlus,2*.@param; bonus bMaxSPrate,2*.@param; } } @@ -57958,10 +60033,10 @@ Body: bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSPrecovRate,3*.@param; - bonus bHplus,2*.@param; + bonus bHPlus,2*.@param; bonus bMaxSPrate,2*.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bHplus,3*.@param; + bonus bHPlus,3*.@param; bonus bMaxSPrate,2*.@param; } } @@ -58095,7 +60170,7 @@ Body: Script: | bonus bCritAtkRate,15; bonus bCritical,8; - bonus bCrate,1; + bonus bCRate,1; bonus bPAtk,2; - Id: 310707 AegisName: Star_Of_Spell1 @@ -58121,7 +60196,7 @@ Body: Script: | bonus bVariableCastrate,-7; bonus bMatk,11; - bonus bSmatk,1; + bonus bSMatk,1; - Id: 310710 AegisName: Star_Of_Spell4 Name: Star of Spell Lv4 @@ -58130,7 +60205,7 @@ Body: Script: | bonus bVariableCastrate,-10; bonus bMatk,17; - bonus bSmatk,2; + bonus bSMatk,2; - Id: 310711 AegisName: Star_Of_Spell5 Name: Star of Spell Lv5 @@ -58139,7 +60214,7 @@ Body: Script: | bonus bVariableCastrate,-15; bonus bMatk,25; - bonus bSmatk,4; + bonus bSMatk,4; - Id: 310712 AegisName: Star_Of_Speed1 Name: Star of Speed Lv1 @@ -58190,7 +60265,7 @@ Body: Script: | bonus bMaxHPrate,2; bonus bRes,1; - bonus bMres,1; + bonus bMRes,1; - Id: 310718 AegisName: Star_Of_Vital2 Name: Star of Vital Lv2 @@ -58199,7 +60274,7 @@ Body: Script: | bonus bMaxHPrate,3; bonus bRes,2; - bonus bMres,2; + bonus bMRes,2; - Id: 310719 AegisName: Star_Of_Vital3 Name: Star of Vital Lv3 @@ -58208,7 +60283,7 @@ Body: Script: | bonus bMaxHPrate,5; bonus bRes,4; - bonus bMres,4; + bonus bMRes,4; - Id: 310720 AegisName: Star_Of_Vital4 Name: Star of Vital Lv4 @@ -58217,7 +60292,7 @@ Body: Script: | bonus bMaxHPrate,7; bonus bRes,6; - bonus bMres,6; + bonus bMRes,6; - Id: 310721 AegisName: Star_Of_Vital5 Name: Star of Vital Lv5 @@ -58226,7 +60301,7 @@ Body: Script: | bonus bMaxHPrate,10; bonus bRes,10; - bonus bMres,10; + bonus bMRes,10; - Id: 310722 AegisName: Star_Of_Spirit1 Name: Star of Spirit Lv1 @@ -58253,7 +60328,7 @@ Body: Script: | bonus bHealPower,10; bonus bMaxSPrate,5; - bonus bHplus,1; + bonus bHPlus,1; bonus bSPrecovRate,15; - Id: 310725 AegisName: Star_Of_Spirit4 @@ -58263,7 +60338,7 @@ Body: Script: | bonus bHealPower,10; bonus bMaxSPrate,7; - bonus bHplus,3; + bonus bHPlus,3; bonus bSPrecovRate,15; - Id: 310726 AegisName: Star_Of_Spirit5 @@ -58273,7 +60348,7 @@ Body: Script: | bonus bHealPower,15; bonus bMaxSPrate,10; - bonus bHplus,5; + bonus bHPlus,5; bonus bSPrecovRate,20; - Id: 310727 AegisName: Nebula_Of_FS1 @@ -58567,6 +60642,102 @@ Body: SubType: Enchant Script: | bonus bMaxHP,25*BaseLevel; + - Id: 310833 + AegisName: Tenacity1_Infinite + Name: Indomitable 1 + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,4; + bonus bPerfectHitAddRate,1; + - Id: 310834 + AegisName: Tenacity2_Infinite + Name: Indomitable 2 + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,8; + bonus bPerfectHitAddRate,2; + - Id: 310835 + AegisName: Tenacity3_Infinite + Name: Indomitable 3 + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,12; + bonus bPerfectHitAddRate,3; + - Id: 310836 + AegisName: Tenacity4_Infinite + Name: Indomitable 4 + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,16; + bonus bPerfectHitAddRate,4; + - Id: 310837 + AegisName: Tenacity5_Infinite + Name: Indomitable 5 + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,20; + bonus bPerfectHitAddRate,5; + - Id: 310838 + AegisName: Unlimite_Matk1_infinite + Name: Infinite Magic Power 1 + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,2*(.@r/2); + bonus bHealPower,.@r/2; + bonus bMatkRate,.@r/5; + - Id: 310839 + AegisName: Unlimite_Matk2_infinite + Name: Infinite Magic Power 2 + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,4*(.@r/2); + bonus bHealPower,3*(.@r/2); + bonus bMatkRate,2*(.@r/5); + - Id: 310840 + AegisName: Unlimite_Matk3_infinite + Name: Infinite Magic Power 3 + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,7*(.@r/2); + bonus bHealPower,5*(.@r/2); + bonus bMatkRate,3*(.@r/5); + - Id: 310841 + AegisName: LimiteBroken_Fight_Inf + Name: Breaking Through (Infinite Fighting Spirit) + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,20; + bonus bPerfectHitAddRate,5; + autobonus "{ bonus bStr,30; bonus bShortAtkRate,15; }",30,10000,BF_WEAPON; + - Id: 310842 + AegisName: LimiteBroken_Matk_Inf + Name: Breaking Through (Infinite Magic Power) + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,20; + autobonus "{ bonus bInt,30; bonus2 bMagicAtkEle,Ele_All,15; }",30,10000,BF_MAGIC; + - Id: 310843 + AegisName: LimiteBroken_Archer_Inf + Name: Breaking Through (Infinite Archery) + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,20; + bonus bAspdRate,5; + autobonus "{ bonus bDex,30; bonus bLongAtkRate,15; }",30,10000,BF_WEAPON; - Id: 310844 AegisName: Summer_Hot_Lv1 Name: Summer Heat(Lv1) @@ -58597,6 +60768,15 @@ Body: Name: Summer Coolness(Lv3) Type: Card SubType: Enchant + - Id: 310850 + AegisName: Firework_Effect + Name: Firework + Type: Card + SubType: Enchant + Script: | + hateffect HAT_EF_firework,true; + UnEquipScript: | + hateffect HAT_EF_firework,false; - Id: 310851 AegisName: Mad_Bunny_Enchant_1_1 Name: Delay after skill 1Lv @@ -58671,7 +60851,7 @@ Body: SubType: Enchant Script: | bonus bVariableCastrate,-10; - bonus bSmatk,1; + bonus bSMatk,1; - Id: 310861 AegisName: Mad_Bunny_Enchant_4_1 Name: Defense 1Lv @@ -59042,16 +61222,16 @@ Body: .@param = (readparam(bSpl)/20); .@g = getenchantgrade(); bonus bSpl,1; - bonus bSmatk,.@param; + bonus bSMatk,.@param; bonus bMatk,3*.@param; if (.@g >= ENCHANTGRADE_D) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; } } } @@ -59065,16 +61245,16 @@ Body: .@param = (readparam(bSpl)/20); .@g = getenchantgrade(); bonus bSpl,2; - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; bonus bMatk,4*.@param; if (.@g >= ENCHANTGRADE_D) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; } } } @@ -59088,16 +61268,16 @@ Body: .@param = (readparam(bSpl)/20); .@g = getenchantgrade(); bonus bSpl,3; - bonus bSmatk,3*.@param; + bonus bSMatk,3*.@param; bonus bMatk,5*.@param; if (.@g >= ENCHANTGRADE_D) { - bonus bSmatk,.@param; + bonus bSMatk,.@param; if (.@g >= ENCHANTGRADE_C) { - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; if (.@g >= ENCHANTGRADE_B) { - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bSmatk,2*.@param; + bonus bSMatk,2*.@param; } } } @@ -59291,7 +61471,7 @@ Body: bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bHplus,.@param; + bonus bHPlus,.@param; bonus bMaxSPrate,2*.@param; } } @@ -59315,10 +61495,10 @@ Body: bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { - bonus bHplus,.@param; + bonus bHPlus,.@param; bonus bMaxSPrate,.@param; if (.@g >= ENCHANTGRADE_A) { - bonus bHplus,2*.@param; + bonus bHPlus,2*.@param; bonus bMaxSPrate,2*.@param; } } @@ -59439,14 +61619,14 @@ Body: Type: Card SubType: Enchant Script: | - bonus bSmatk,1; + bonus bSMatk,1; - Id: 310985 AegisName: SMATK_2Lv Name: S.MATK 2Lv Type: Card SubType: Enchant Script: | - bonus bSmatk,2; + bonus bSMatk,2; - Id: 310986 AegisName: ATK_1Lv Name: ATK 1Lv @@ -59748,7 +61928,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus bSmatk,3+getenchantgrade(); + bonus bSMatk,3+getenchantgrade(); - Id: 311029 AegisName: Gear_DN1 Name: Storm Slash Tuning Device @@ -59757,13 +61937,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"DK_STORMSLASH",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"DK_STORMSLASH",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"DK_STORMSLASH",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"DK_STORMSLASH",6; } } @@ -59777,13 +61957,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"DK_HACKANDSLASHER",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"DK_HACKANDSLASHER",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"DK_HACKANDSLASHER",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"DK_HACKANDSLASHER",10; } } @@ -59797,13 +61977,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"MT_AXE_STOMP",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"MT_AXE_STOMP",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"MT_AXE_STOMP",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"MT_AXE_STOMP",6; } } @@ -59818,13 +61998,13 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"NC_AXETORNADO",5; bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NC_AXETORNADO",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NC_AXETORNADO",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NC_AXETORNADO",10; } } @@ -59839,15 +62019,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",3; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",4; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",6; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",6; } @@ -59861,14 +62041,14 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); - bonus2 bSkillAtk,"GN_CART_TORNADO",5; - if (.@g >= 1) { + bonus2 bSkillAtk,"GN_CART_TORNADO",10; + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"GN_CART_TORNADO",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"GN_CART_TORNADO",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"GN_CART_TORNADO",10; } } @@ -59882,13 +62062,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SHC_IMPACT_CRATER",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",6; } } @@ -59902,13 +62082,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10; } } @@ -59921,17 +62101,21 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",5; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",5; bonus2 bSkillAtk,"AG_FROZEN_SLASH",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",3; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",3; bonus2 bSkillAtk,"AG_FROZEN_SLASH",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",4; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",4; bonus2 bSkillAtk,"AG_FROZEN_SLASH",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",6; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",6; bonus2 bSkillAtk,"AG_FROZEN_SLASH",6; } @@ -59945,14 +62129,18 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",10; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",7; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",8; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",10; bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",10; } } @@ -59966,13 +62154,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",5; - if (.@g >= 1) { - bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",6; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",3; + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",6; } } @@ -59985,15 +62173,15 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",10; - if (.@g >= 1) { - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",7; - if (.@g >= 2) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",7; + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",8; - if (.@g >= 4) { - bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS",10; + if (.@g >= ENCHANTGRADE_B) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",8; + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",10; } } } @@ -60007,15 +62195,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"EM_CONFLAGRATION",5; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",5; - if (.@g >= 1) { - bonus2 bSkillAtk,"EM_CONFLAGRATION",6; - bonus2 bSkillAtk,"EM_LIGHTNING_LAND",6; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"EM_CONFLAGRATION",3; + bonus2 bSkillAtk,"EM_LIGHTNING_LAND",3; + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"EM_CONFLAGRATION",4; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"EM_CONFLAGRATION",6; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",6; } @@ -60031,13 +62219,13 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5; bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1500; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; } } @@ -60051,13 +62239,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"WH_GALESTORM",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"WH_GALESTORM",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"WH_GALESTORM",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"WH_GALESTORM",6; } } @@ -60072,13 +62260,13 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"RA_ARROWSTORM",5; bonus2 bSkillCooldown,"RA_ARROWSTORM",-1200; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"RA_ARROWSTORM",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"RA_ARROWSTORM",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"RA_ARROWSTORM",10; } } @@ -60093,15 +62281,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"IQ_SECOND_FAITH",5; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",3; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",4; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",6; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",6; } @@ -60117,15 +62305,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"IQ_THIRD_PUNISH",10; bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IQ_THIRD_PUNISH",7; bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"IQ_THIRD_PUNISH",8; bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"IQ_THIRD_PUNISH",10; bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",10; } @@ -60140,13 +62328,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",4; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",7; } } @@ -60160,13 +62348,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"PA_SHIELDCHAIN",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"PA_SHIELDCHAIN",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"PA_SHIELDCHAIN",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"PA_SHIELDCHAIN",10; } } @@ -60180,15 +62368,15 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"CD_FRAMEN",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"CD_FRAMEN",3; bonus bHealPower,6; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"CD_FRAMEN",4; bonus bHealPower,6; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"CD_FRAMEN",6; bonus bHealPower,6; } @@ -60202,16 +62390,20 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); + bonus2 bSkillAtk,"CD_ARBITRIUM",10; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"CD_ARBITRIUM",7; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",7; bonus bHealPower,6; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { + bonus2 bSkillAtk,"CD_ARBITRIUM",8; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",8; bonus bHealPower,6; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"CD_ARBITRIUM",10; bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; bonus bHealPower,6; } @@ -60226,13 +62418,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SKE_NOON_BLAST",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SKE_NOON_BLAST",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SKE_NOON_BLAST",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SKE_NOON_BLAST",6; } } @@ -60246,13 +62438,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SKE_RISING_SUN",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SKE_RISING_SUN",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SKE_RISING_SUN",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SKE_RISING_SUN",10; } } @@ -60266,13 +62458,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",6; } } @@ -60286,13 +62478,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",10; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",8; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",10; } } @@ -60306,13 +62498,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",6; } } @@ -60326,13 +62518,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",6; } } @@ -60346,13 +62538,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",6; } } @@ -60367,15 +62559,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",5; bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",3; bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",4; bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",6; bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",6; } @@ -60390,13 +62582,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SS_KAGENOMAI",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_KAGENOMAI",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,6; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SS_KAGENOMAI",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SS_KAGENOMAI",5; } } @@ -60410,13 +62602,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SS_ANTENPOU",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_ANTENPOU",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,6; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SS_ANTENPOU",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SS_ANTENPOU",5; } } @@ -60429,17 +62621,21 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",5; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",5; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",3; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",3; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",4; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",4; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",6; bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",6; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",6; } @@ -60453,16 +62649,16 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",5; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; - if (.@g >= 1) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",7; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_D) { + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",7; + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",8; - if (.@g >= 4) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; + if (.@g >= ENCHANTGRADE_B) { + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",8; + if (.@g >= ENCHANTGRADE_A) { + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } } } @@ -60476,15 +62672,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",7; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",7; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",5; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",5; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",6; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",6; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",7; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",7; } @@ -60500,15 +62696,15 @@ Body: .@g = getenchantgrade(); bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",7; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",7; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",6; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",6; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",7; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",7; } @@ -60690,28 +62886,28 @@ Body: Type: Card SubType: Enchant Script: | - bonus bCrate,1; + bonus bCRate,1; - Id: 311089 AegisName: CRATE_Lv2 Name: C.RATE Lv2 Type: Card SubType: Enchant Script: | - bonus bCrate,2; + bonus bCRate,2; - Id: 311090 AegisName: HPLUS_Lv1 Name: H.PLUS Lv1 Type: Card SubType: Enchant Script: | - bonus bHplus,1; + bonus bHPlus,1; - Id: 311091 AegisName: HPLUS_Lv2 Name: H.PLUS Lv2 Type: Card SubType: Enchant Script: | - bonus bHplus,2; + bonus bHPlus,2; - Id: 311092 AegisName: Ice_F_Orb_Str Name: Ice Magic Orb (STR) @@ -60762,7 +62958,7 @@ Body: bonus bAgi,1; if (.@r >= 11) { bonus bWis,1; - bonus bPerfectHitRate,3; + bonus bPerfectHitAddRate,3; } } } @@ -61032,11 +63228,11 @@ Body: bonus bHit,30; .@r = getrefine(); if (.@r >= 7) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r >= 9) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r >= 11) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; } } } @@ -61225,42 +63421,42 @@ Body: Type: Card SubType: Enchant Script: | - autobonus "{ bonus bAtkRate,25; bonus bVit,50; }",30,10000,BF_WEAPON; + autobonus "{ bonus bAtkRate,25; bonus bVit,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 311121 AegisName: Ice_F_Orb_Sp_Int Name: Ice Magic Orb (Spell Buster) Type: Card SubType: Enchant Script: | - autobonus "{ bonus bMatkRate,25; bonus bInt,50; }",30,10000,BF_MAGIC; + autobonus "{ bonus bMatkRate,25; bonus bInt,50; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 311122 AegisName: Ice_F_Orb_Fi_Dex Name: Ice Magic Orb (Firing Shot) Type: Card SubType: Enchant Script: | - autobonus "{ bonus bLongAtkRate,15; bonus bDex,50; }",30,10000,BF_WEAPON; + autobonus "{ bonus bLongAtkRate,15; bonus bDex,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 311123 AegisName: Ice_F_Orb_Ov_Str Name: Ice Magic Orb (Overpower) Type: Card SubType: Enchant Script: | - autobonus "{ bonus bShortAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON; + autobonus "{ bonus bShortAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 311124 AegisName: Ice_F_Orb_Fa_Agi Name: Ice Magic Orb (Fatal Flash) Type: Card SubType: Enchant Script: | - autobonus "{ bonus bCritAtkRate,25; bonus bAgi,50; }",30,10000,BF_WEAPON; + autobonus "{ bonus bCritAtkRate,25; bonus bAgi,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 311125 AegisName: Ice_F_Orb_Lu_Luk Name: Ice Magic Orb (Lucky Strike) Type: Card SubType: Enchant Script: | - autobonus "{ bonus2 bMagicAtkEle,Ele_All,15; bonus bLuk,50; }",30,10000,BF_MAGIC; + autobonus "{ bonus2 bMagicAtkEle,Ele_All,15; bonus bLuk,50; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; - Id: 311126 AegisName: Ice_F_Orb_A_Delay Name: Ice Magic Orb (Delay After Attack) @@ -61292,7 +63488,7 @@ Body: SubType: Enchant Script: | bonus bShortAtkRate,10; - bonus bPerfectHitRate,5; + bonus bPerfectHitAddRate,5; - Id: 311130 AegisName: Ice_F_Orb_Spell Name: Ice Magic Orb (Magic) @@ -61371,6 +63567,7 @@ Body: bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; bonus2 bSkillAtk,"RK_DRAGONBREATH",15; bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; + bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15; } } } @@ -61502,7 +63699,7 @@ Body: if (.@r>=11) { bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; - bonus2 bSkillCooldown,"MT_SUMMON_ABR_DUAL_CANNON",-5000; + bonus2 bSkillAtk,"MT_SPARK_BLASTER",15; } } } @@ -61525,6 +63722,7 @@ Body: bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000; + bonus2 bSkillAtk,"MT_TRIPLE_LASER",15; } } } @@ -61547,6 +63745,7 @@ Body: bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; bonus2 bSkillAtk,"MT_AXE_STOMP",15; + bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15; } } } @@ -61570,6 +63769,7 @@ Body: bonus2 bSkillAtk,"GN_HELLS_PLANT",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",15; + bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15; } } } @@ -61580,16 +63780,16 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=7) { - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=9) { - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=11) { - bonus2 bSkillAtk,"GN_CRAZYWEED",15; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; bonus2 bSkillCooldown,"GN_CRAZYWEED",-1500; } @@ -61614,6 +63814,7 @@ Body: bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",15; + bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",15; } } } @@ -61765,6 +63966,7 @@ Body: bonus2 bSkillAtk,"WL_EARTHSTRAIN",15; bonus2 bSkillAtk,"AG_CRIMSON_ARROW",15; bonus2 bSkillAtk,"AG_ROCK_DOWN",15; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",15; } } } @@ -61776,16 +63978,16 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"WL_JACKFROST",15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; if (.@r>=7) { bonus2 bSkillAtk,"WL_JACKFROST",15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; if (.@r>=9) { bonus2 bSkillAtk,"WL_JACKFROST",15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; if (.@r>=11) { bonus2 bSkillAtk,"WL_JACKFROST",15; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",15; bonus2 bSkillAtk,"AG_FROZEN_SLASH",15; bonus2 bSkillAtk,"AG_STORM_CANNON",15; } @@ -61903,6 +64105,7 @@ Body: bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_ADORAMUS",15; bonus2 bSkillAtk,"CD_ARBITRIUM",15; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",15; } } } @@ -61935,19 +64138,23 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bLongAtkRate,5; bonus bShortAtkRate,5; if (.@r>=7) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=11) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus2 bSkillAtk,"CD_PETITIO",15; @@ -62052,10 +64259,10 @@ Body: bonus bCritAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; - bonus bCritAtkRate,10; + bonus bCritAtkRate,15; if (.@r>=11) { bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; - bonus bCritAtkRate,10; + bonus bCritAtkRate,15; bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",15; } } @@ -62107,14 +64314,15 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r>=7) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r>=9) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15; bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; } } } @@ -62854,11 +65062,11 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"GN_CRAZYWEED",20+10*(.@r/3); + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"GN_CRAZYWEED",-2500; if (.@r>=11) { - bonus2 bSkillAtk,"GN_CRAZYWEED",20; + bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20; } } - Id: 311214 @@ -62983,17 +65191,17 @@ Body: .@r = getrefine(); bonus2 bSkillAtk,"WL_CRIMSONROCK",20+10*(.@r/3); bonus2 bSkillAtk,"WL_JACKFROST",20+10*(.@r/3); - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20+10*(.@r/3); + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20+10*(.@r/3); bonus2 bSkillAtk,"WL_EARTHSTRAIN",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"WL_CRIMSONROCK",20; bonus2 bSkillAtk,"WL_JACKFROST",20; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20; bonus2 bSkillAtk,"WL_EARTHSTRAIN",20; if (.@r>=11) { bonus2 bSkillAtk,"WL_CRIMSONROCK",20; bonus2 bSkillAtk,"WL_JACKFROST",20; - bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20; + bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20; bonus2 bSkillAtk,"WL_EARTHSTRAIN",20; } } @@ -63130,11 +65338,14 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"AB_DUPLELIGHT",20+10*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20+10*(.@r/3); + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20+10*(.@r/3); if (.@r>=9) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; if (.@r>=11) { - bonus2 bSkillAtk,"AB_DUPLELIGHT",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; + bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; } } - Id: 311233 @@ -63256,11 +65467,11 @@ Body: SubType: Enchant Script: | .@r = getrefine(); - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20+10*(.@r/3); + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; if (.@r>=11) { - bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; + bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; } } - Id: 311242 @@ -63919,9 +66130,11 @@ Body: .@r = getrefine(); bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",10+5*(.@r/4); bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10+5*(.@r/4); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; } - Id: 311291 AegisName: Glacier_F_Orb_99 @@ -64049,8 +66262,10 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"CD_ARBITRIUM",10+5*(.@r/4); + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"CD_ARBITRIUM",10; + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; } - Id: 311302 AegisName: Glacier_F_Orb_110 @@ -64178,8 +66393,10 @@ Body: Script: | .@r = getrefine(); bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10+5*(.@r/4); + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"TR_ROSEBLOSSOM",10; + bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",10; } - Id: 311313 AegisName: Glacier_F_Orb_121 @@ -64771,7 +66988,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus bDelayrate,-1*getskilllv("RA_RANGERMAIN"); + bonus bDelayrate,-getskilllv("RA_RANGERMAIN")/2; - Id: 311360 AegisName: Ranger_Middle3 Name: Ranger Stone (Middle) @@ -64806,8 +67023,8 @@ Body: Type: Card SubType: Enchant Script: | - bonus bLongAtkRate,1*getskilllv("SC_REPRODUCE"); - bonus bShortAtkRate,1*getskilllv("SC_REPRODUCE"); + bonus bLongAtkRate,getskilllv("SC_REPRODUCE"); + bonus bShortAtkRate,getskilllv("SC_REPRODUCE"); - Id: 311365 AegisName: Royal_Glory Name: Royal Glory @@ -64824,9 +67041,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bPow,1; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; } } @@ -64837,9 +67054,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bPow,2; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; } } @@ -64850,9 +67067,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bPow,3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,3; } } @@ -64863,9 +67080,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bCon,1; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; } } @@ -64876,9 +67093,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; } } @@ -64889,9 +67106,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bCon,3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,3; } } @@ -64902,9 +67119,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bSpl,1; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; } } @@ -64915,9 +67132,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,2; } } @@ -64928,9 +67145,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bSpl,3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,3; } } @@ -64941,9 +67158,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bSta,1; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; } } @@ -64954,9 +67171,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bSta,2; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; } } @@ -64967,9 +67184,9 @@ Body: SubType: Enchant Script: | .@g = getenchantgrade(EQI_HEAD_TOP); - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus bSta,3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,3; } } @@ -64982,13 +67199,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",6; } } @@ -65002,13 +67219,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",6; } } @@ -65022,13 +67239,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"NW_WILD_FIRE",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_WILD_FIRE",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NW_WILD_FIRE",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NW_WILD_FIRE",6; } } @@ -65042,13 +67259,13 @@ Body: Script: | .@g = getenchantgrade(); bonus2 bSkillAtk,"SS_FUUMASHOUAKU",5; - if (.@g >= 1) { + if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",3; - if (.@g >= 2) { + if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; - if (.@g >= 3) { + if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",4; - if (.@g >= 4) { + if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",6; } } @@ -65221,12 +67438,55 @@ Body: SubType: Enchant Script: | skill "ALL_ODINS_POWER",2; + - Id: 311419 + AegisName: aegis_311419 + Name: Magnum Break Lv5 + Type: Card + SubType: Enchant + Script: | + skill "SM_MAGNUM",5; + - Id: 311420 + AegisName: aegis_311420 + Name: Fixed Cast Time - 70% + Type: Card + SubType: Enchant + Script: | + bonus bFixedCastrate,-70; + - Id: 311421 + AegisName: aegis_311421 + Name: Variable Cast Time - 15% + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-15; + - Id: 311422 + AegisName: aegis_311422 + Name: Attack Speed + 15% + Type: Card + SubType: Enchant + Script: | + bonus bAspdRate,15; + - Id: 311423 + AegisName: aegis_311423 + Name: Pure Brightness + Type: Card + Locations: + Head_Low: true + Head_Mid: true + Head_Top: true + - Id: 311424 + AegisName: aegis_311424 + Name: Grain Rain + Type: Card + Locations: + Head_Low: true + Head_Mid: true + Head_Top: true - Id: 311425 AegisName: aegis_311425 Name: Spell Stone (Dual) Type: Card SubType: Enchant - Weight: 10 Script: | bonus bSpl,5; - Id: 311426 @@ -65256,7 +67516,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus bLongAtkRate,2*getskilllv("SR_GENTLETOUCH_REVITALIZE"); + bonus bLongAtkRate,2*getskilllv("SR_GENTLETOUCH_CHANGE"); - Id: 311430 AegisName: aegis_311430 Name: Mechanic Stone (Upper) @@ -65337,6 +67597,10 @@ Body: Name: RO 20th Anniversary Firecracker # !todo check english name Type: Card SubType: Enchant + Script: | + /* TODO implement skill + skill "All_EVENT_20TH_ANNIVERSARY",1; + */ - Id: 311442 AegisName: aegis_311442 Name: Perfect Ripe @@ -65428,6 +67692,7 @@ Body: if (.@r>=7) { bonus bAspdRate,3; if (.@r>=9) { + bonus bVariableCastrate,-3; bonus bDelayrate,-3; } } @@ -65466,6 +67731,7 @@ Body: if (.@r>=7) { bonus bAspdRate,6; if (.@r>=9) { + bonus bVariableCastrate,-6; bonus bDelayrate,-6; } } @@ -65504,6 +67770,7 @@ Body: if (.@r>=7) { bonus bAspdRate,9; if (.@r>=9) { + bonus bVariableCastrate,-9; bonus bDelayrate,-9; } } @@ -65538,6 +67805,7 @@ Body: if (.@r>=7) { bonus bAspdRate,12; if (.@r>=9) { + bonus bVariableCastrate,-12; bonus bDelayrate,-12; } } @@ -65572,6 +67840,7 @@ Body: if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { + bonus bVariableCastrate,-15; bonus bDelayrate,-15; } } @@ -65605,6 +67874,7 @@ Body: if (.@r>=7) { bonus bAspdRate,3; if (.@r>=9) { + bonus bVariableCastrate,-3; bonus bDelayrate,-3; } } @@ -65642,6 +67912,7 @@ Body: if (.@r>=7) { bonus bAspdRate,6; if (.@r>=9) { + bonus bVariableCastrate,-6; bonus bDelayrate,-6; } } @@ -65679,6 +67950,7 @@ Body: if (.@r>=7) { bonus bAspdRate,9; if (.@r>=9) { + bonus bVariableCastrate,-9; bonus bDelayrate,-9; } } @@ -65712,6 +67984,7 @@ Body: if (.@r>=7) { bonus bAspdRate,12; if (.@r>=9) { + bonus bVariableCastrate,-12; bonus bDelayrate,-12; } } @@ -65745,6 +68018,7 @@ Body: if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { + bonus bVariableCastrate,-15; bonus bDelayrate,-15; } } @@ -65772,28 +68046,30 @@ Body: SubType: Enchant - Id: 311460 AegisName: aegis_311460 - Name: Holy Sacred Stone (Upper) # !todo check english name + Name: Star Emperor Stone (Upper) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SJ_FULLMOONKICK",3*getskilllv("SG_MOON_BLESS"); - Id: 311461 AegisName: aegis_311461 - Name: Holy Priest Stone (Mid) # !todo check english name + Name: Star Emperor Stone (Middle) Type: Card SubType: Enchant Script: | bonus bShortAtkRate,2*getskilllv("SG_SUN_BLESS"); - Id: 311462 AegisName: aegis_311462 - Name: Holy stone (Low) # !todo check english name + Name: Star Emperor Stone (Lower) Type: Card SubType: Enchant Script: | - bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",4*getskilllv("SG_STAR_BLESS"); + .@val = 4*getskilllv("SG_STAR_BLESS"); + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",.@val; + bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",.@val; - Id: 311463 AegisName: aegis_311463 - Name: Rebellion Stone (Upper) # !todo check english name + Name: Rebellion Stone (Upper) Type: Card SubType: Enchant Script: | @@ -65801,14 +68077,14 @@ Body: bonus2 bSkillAtk,"RL_D_TAIL",4*getskilllv("RL_P_ALTER"); - Id: 311464 AegisName: aegis_311464 - Name: Rebellion Stone (Mid) # !todo check english name + Name: Rebellion Stone (Middle) Type: Card SubType: Enchant Script: | bonus bLongAtkRate,2*getskilllv("RL_FIRE_RAIN"); - Id: 311465 AegisName: aegis_311465 - Name: Rebellion Stone (Low) # !todo check english name + Name: Rebellion Stone (Lower) Type: Card SubType: Enchant Script: | @@ -65816,84 +68092,84 @@ Body: bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",4*getskilllv("RL_HEAT_BARREL"); - Id: 311466 AegisName: aegis_311466 - Name: Soul Reaper Stone (Top) # !todo check english name + Name: Soul Reaper Stone (Upper) Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,getskilllv("SP_SPA"); - Id: 311467 AegisName: aegis_311467 - Name: Soul Reaper Stone (Mid) # !todo check english name + Name: Soul Reaper Stone (Middle) Type: Card SubType: Enchant Script: | bonus2 bMagicAddSize,Size_All,getskilllv("SP_SWHOO"); - Id: 311468 AegisName: aegis_311468 - Name: Soul Reaper Stone (Low) # !todo check english name + Name: Soul Reaper Stone (Lower) Type: Card SubType: Enchant Script: | bonus2 bSkillCooldown,"SP_CURSEEXPLOSION",-(100*getskilllv("SP_SOULCURSE")); - Id: 311469 AegisName: aegis_311469 - Name: Milli Physical Attack Stone (Garment) # !todo check english name + Name: Melee Physical Attack Stone (Garment) Type: Card SubType: Enchant Script: | bonus bPAtk,3; - Id: 311470 AegisName: aegis_311470 - Name: Range Physical Attack Stone (Garment) # !todo check english name + Name: Range Physical Attack Stone (Garment) Type: Card SubType: Enchant Script: | bonus bPAtk,3; - Id: 311471 AegisName: aegis_311471 - Name: Power Stone (Dual) # !todo check english name + Name: Power Stone (Dual) Type: Card SubType: Enchant Script: | bonus bPow,5; - Id: 311777 AegisName: Pow_Orb_1 - Name: Power Orb 1Lv # !todo check english name + Name: Power Orb 1Lv Type: Card SubType: Enchant Script: | bonus bBaseAtk,2; - Id: 311778 AegisName: Pow_Orb_2 - Name: Power Orb 2Lv # !todo check english name + Name: Power Orb 2Lv Type: Card SubType: Enchant Script: | bonus bBaseAtk,4; - Id: 311779 AegisName: Pow_Orb_3 - Name: Power Orb 3Lv # !todo check english name + Name: Power Orb 3Lv Type: Card SubType: Enchant Script: | bonus bBaseAtk,6; - Id: 311780 AegisName: Pow_Orb_4 - Name: Power Orb 4Lv # !todo check english name + Name: Power Orb 4Lv Type: Card SubType: Enchant Script: | bonus bBaseAtk,8; - Id: 311781 AegisName: Pow_Orb_5 - Name: Power Orb 5Lv # !todo check english name + Name: Power Orb 5Lv Type: Card SubType: Enchant Script: | bonus bBaseAtk,10; - Id: 311782 AegisName: Pow_Orb_6 - Name: Power Orb 6Lv # !todo check english name + Name: Power Orb 6Lv Type: Card SubType: Enchant Script: | @@ -65901,7 +68177,7 @@ Body: bonus bBaseAtk,12; - Id: 311783 AegisName: Pow_Orb_7 - Name: Power Orb 7Lv # !todo check english name + Name: Power Orb 7Lv Type: Card SubType: Enchant Script: | @@ -65909,7 +68185,7 @@ Body: bonus bBaseAtk,14; - Id: 311784 AegisName: Pow_Orb_8 - Name: Power Orb 8Lv # !todo check english name + Name: Power Orb 8Lv Type: Card SubType: Enchant Script: | @@ -65917,7 +68193,7 @@ Body: bonus bBaseAtk,16; - Id: 311785 AegisName: Pow_Orb_9 - Name: Power Orb 9Lv # !todo check english name + Name: Power Orb 9Lv Type: Card SubType: Enchant Script: | @@ -65925,7 +68201,7 @@ Body: bonus bBaseAtk,18; - Id: 311786 AegisName: Pow_Orb_10 - Name: Power Orb 10Lv # !todo check english name + Name: Power Orb 10Lv Type: Card SubType: Enchant Script: | @@ -65933,7 +68209,7 @@ Body: bonus bBaseAtk,20; - Id: 311787 AegisName: Pow_Orb_11 - Name: Power Orb 11Lv # !todo check english name + Name: Power Orb 11Lv Type: Card SubType: Enchant Script: | @@ -65942,7 +68218,7 @@ Body: bonus bBaseAtk,22; - Id: 311788 AegisName: Pow_Orb_12 - Name: Power Orb 12Lv # !todo check english name + Name: Power Orb 12Lv Type: Card SubType: Enchant Script: | @@ -65951,7 +68227,7 @@ Body: bonus bBaseAtk,24; - Id: 311789 AegisName: Pow_Orb_13 - Name: Power Orb 13Lv # !todo check english name + Name: Power Orb 13Lv Type: Card SubType: Enchant Script: | @@ -65960,7 +68236,7 @@ Body: bonus bBaseAtk,26; - Id: 311790 AegisName: Pow_Orb_14 - Name: Power Orb 14Lv # !todo check english name + Name: Power Orb 14Lv Type: Card SubType: Enchant Script: | @@ -65969,7 +68245,7 @@ Body: bonus bBaseAtk,28; - Id: 311791 AegisName: Pow_Orb_15 - Name: Power Orb 15Lv # !todo check english name + Name: Power Orb 15Lv Type: Card SubType: Enchant Script: | @@ -65978,7 +68254,7 @@ Body: bonus bBaseAtk,30; - Id: 311792 AegisName: Pow_Orb_16 - Name: Power Orb 16Lv # !todo check english name + Name: Power Orb 16Lv Type: Card SubType: Enchant Script: | @@ -65987,7 +68263,7 @@ Body: bonus bBaseAtk,32+3*(getrefine()/4); - Id: 311793 AegisName: Pow_Orb_17 - Name: Power Orb 17Lv # !todo check english name + Name: Power Orb 17Lv Type: Card SubType: Enchant Script: | @@ -65996,7 +68272,7 @@ Body: bonus bBaseAtk,34+3*(getrefine()/3); - Id: 311794 AegisName: Pow_Orb_18 - Name: Power Orb 18Lv # !todo check english name + Name: Power Orb 18Lv Type: Card SubType: Enchant Script: | @@ -66006,7 +68282,7 @@ Body: bonus bBaseAtk,36+3*(.@r/2); - Id: 311795 AegisName: Pow_Orb_19 - Name: Power Orb 19Lv # !todo check english name + Name: Power Orb 19Lv Type: Card SubType: Enchant Script: | @@ -66016,7 +68292,7 @@ Body: bonus bBaseAtk,38+3*(.@r/2); - Id: 311796 AegisName: Pow_Orb_20 - Name: Power Orb 20Lv # !todo check english name + Name: Power Orb 20Lv Type: Card SubType: Enchant Script: | @@ -66026,42 +68302,42 @@ Body: bonus bBaseAtk,40+3*(.@r/2); - Id: 311797 AegisName: Spl_Orb_1 - Name: Spell Orb 1Lv # !todo check english name + Name: Spell Orb 1Lv Type: Card SubType: Enchant Script: | bonus bMatk,2; - Id: 311798 AegisName: Spl_Orb_2 - Name: Spell Orb 2Lv # !todo check english name + Name: Spell Orb 2Lv Type: Card SubType: Enchant Script: | bonus bMatk,4; - Id: 311799 AegisName: Spl_Orb_3 - Name: Spell Orb 3Lv # !todo check english name + Name: Spell Orb 3Lv Type: Card SubType: Enchant Script: | bonus bMatk,6; - Id: 311800 AegisName: Spl_Orb_4 - Name: Spell Orb 4Lv # !todo check english name + Name: Spell Orb 4Lv Type: Card SubType: Enchant Script: | bonus bMatk,8; - Id: 311801 AegisName: Spl_Orb_5 - Name: Spell Orb 5Lv # !todo check english name + Name: Spell Orb 5Lv Type: Card SubType: Enchant Script: | bonus bMatk,10; - Id: 311802 AegisName: Spl_Orb_6 - Name: Spell Orb 6Lv # !todo check english name + Name: Spell Orb 6Lv Type: Card SubType: Enchant Script: | @@ -66069,7 +68345,7 @@ Body: bonus bMatk,12; - Id: 311803 AegisName: Spl_Orb_7 - Name: Spell Orb 7Lv # !todo check english name + Name: Spell Orb 7Lv Type: Card SubType: Enchant Script: | @@ -66077,7 +68353,7 @@ Body: bonus bMatk,14; - Id: 311804 AegisName: Spl_Orb_8 - Name: Spell Orb 8Lv # !todo check english name + Name: Spell Orb 8Lv Type: Card SubType: Enchant Script: | @@ -66085,7 +68361,7 @@ Body: bonus bMatk,16; - Id: 311805 AegisName: Spl_Orb_9 - Name: Spell Orb 9Lv # !todo check english name + Name: Spell Orb 9Lv Type: Card SubType: Enchant Script: | @@ -66093,7 +68369,7 @@ Body: bonus bMatk,18; - Id: 311806 AegisName: Spl_Orb_10 - Name: Spell Orb 10Lv # !todo check english name + Name: Spell Orb 10Lv Type: Card SubType: Enchant Script: | @@ -66101,7 +68377,7 @@ Body: bonus bMatk,20; - Id: 311807 AegisName: Spl_Orb_11 - Name: Spell Orb 11Lv # !todo check english name + Name: Spell Orb 11Lv Type: Card SubType: Enchant Script: | @@ -66110,7 +68386,7 @@ Body: bonus bMatk,22; - Id: 311808 AegisName: Spl_Orb_12 - Name: Spell Orb 12Lv # !todo check english name + Name: Spell Orb 12Lv Type: Card SubType: Enchant Script: | @@ -66119,7 +68395,7 @@ Body: bonus bMatk,24; - Id: 311809 AegisName: Spl_Orb_13 - Name: Spell Orb 13Lv # !todo check english name + Name: Spell Orb 13Lv Type: Card SubType: Enchant Script: | @@ -66128,7 +68404,7 @@ Body: bonus bMatk,26; - Id: 311810 AegisName: Spl_Orb_14 - Name: Spell Orb 14Lv # !todo check english name + Name: Spell Orb 14Lv Type: Card SubType: Enchant Script: | @@ -66137,7 +68413,7 @@ Body: bonus bMatk,28; - Id: 311811 AegisName: Spl_Orb_15 - Name: Spell Orb 15Lv # !todo check english name + Name: Spell Orb 15Lv Type: Card SubType: Enchant Script: | @@ -66146,7 +68422,7 @@ Body: bonus bMatk,30; - Id: 311812 AegisName: Spl_Orb_16 - Name: Spell Orb Lv 16 # !todo check english name + Name: Spell Orb 16Lv Type: Card SubType: Enchant Script: | @@ -66155,7 +68431,7 @@ Body: bonus bMatk,32+3*(getrefine()/4); - Id: 311813 AegisName: Spl_Orb_17 - Name: Spell Orb Lv 17 # !todo check english name + Name: Spell Orb 17Lv Type: Card SubType: Enchant Script: | @@ -66164,7 +68440,7 @@ Body: bonus bMatk,34+3*(getrefine()/3); - Id: 311814 AegisName: Spl_Orb_18 - Name: Spell Orb 18Lv # !todo check english name + Name: Spell Orb 18Lv Type: Card SubType: Enchant Script: | @@ -66174,7 +68450,7 @@ Body: bonus bMatk,36+3*(.@r/2); - Id: 311815 AegisName: Spl_Orb_19 - Name: Spell Orb 19Lv # !todo check english name + Name: Spell Orb 19Lv Type: Card SubType: Enchant Script: | @@ -66184,7 +68460,7 @@ Body: bonus bMatk,38+3*(.@r/2); - Id: 311816 AegisName: Spl_Orb_20 - Name: Spell Orb 20Lv # !todo check english name + Name: Spell Orb 20Lv Type: Card SubType: Enchant Script: | @@ -66194,315 +68470,315 @@ Body: bonus bMatk,40+3*(.@r/2); - Id: 311817 AegisName: Warrior_Orb_1 - Name: Warrior Orb 1Lv # !todo check english name + Name: Warrior Orb 1Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,1; - Id: 311818 AegisName: Warrior_Orb_2 - Name: Warrior Orb 2Lv # !todo check english name + Name: Warrior Orb 2Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,2; - Id: 311819 AegisName: Warrior_Orb_3 - Name: Warrior of 3Lv # !todo check english name + Name: Warrior Orb 3Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,3; - Id: 311820 AegisName: Warrior_Orb_4 - Name: Warrior Orb 4Lv # !todo check english name + Name: Warrior Orb 4Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,4; - Id: 311821 AegisName: Warrior_Orb_5 - Name: Warrior Orb 5Lv # !todo check english name + Name: Warrior Orb 5Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,5; - Id: 311822 AegisName: Warrior_Orb_6 - Name: Warrior Orb 6Lv # !todo check english name + Name: Warrior Orb 6Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,6; - Id: 311823 AegisName: Warrior_Orb_7 - Name: Warrior of 7Lv # !todo check english name + Name: Warrior Orb 7Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,7; - Id: 311824 AegisName: Warrior_Orb_8 - Name: Warrior of 8 Lv # !todo check english name + Name: Warrior Orb 8Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,8; - Id: 311825 AegisName: Warrior_Orb_9 - Name: Warrior of 9Lv # !todo check english name + Name: Warrior Orb 9Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,9; - Id: 311826 AegisName: Warrior_Orb_10 - Name: Warrior Orb 10Lv # !todo check english name + Name: Warrior Orb 10Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,10; - Id: 311827 AegisName: Warrior_Orb_11 - Name: Warrior Orb 11Lv # !todo check english name + Name: Warrior Orb 11Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,11; - Id: 311828 AegisName: Warrior_Orb_12 - Name: Warrior Orb 12Lv # !todo check english name + Name: Warrior Orb 12Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,12; - Id: 311829 AegisName: Warrior_Orb_13 - Name: Warrior of 13Lv # !todo check english name + Name: Warrior Orb 13Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,13; - Id: 311830 AegisName: Warrior_Orb_14 - Name: Warrior of 14Lv # !todo check english name + Name: Warrior Orb 14Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,14; - Id: 311831 AegisName: Warrior_Orb_15 - Name: Warrior Orb 15Lv # !todo check english name + Name: Warrior Orb 15Lv Type: Card SubType: Enchant Script: | bonus bShortAtkRate,15; - Id: 311832 AegisName: Magician_Orb_1 - Name: Magician Orb 1Lv # !todo check english name + Name: Magicial Orb 1Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,1; - Id: 311833 AegisName: Magician_Orb_2 - Name: Magician Orb 2Lv # !todo check english name + Name: Magicial Orb 2Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,2; - Id: 311834 AegisName: Magician_Orb_3 - Name: Magician of 3Lv # !todo check english name + Name: Magicial Orb 3Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,3; - Id: 311835 AegisName: Magician_Orb_4 - Name: Magician of 4Lv # !todo check english name + Name: Magicial Orb 4Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,4; - Id: 311836 AegisName: Magician_Orb_5 - Name: Magician Orb 5Lv # !todo check english name + Name: Magicial Orb 5Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,5; - Id: 311837 AegisName: Magician_Orb_6 - Name: Magician Orb 6Lv # !todo check english name + Name: Magicial Orb 6Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,6; - Id: 311838 AegisName: Magician_Orb_7 - Name: Magician of 7Lv # !todo check english name + Name: Magicial Orb 7Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,7; - Id: 311839 AegisName: Magician_Orb_8 - Name: Magician of 8Lv # !todo check english name + Name: Magicial Orb 8Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,8; - Id: 311840 AegisName: Magician_Orb_9 - Name: Magician of 9Lv # !todo check english name + Name: Magicial Orb 9Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,9; - Id: 311841 AegisName: Magician_Orb_10 - Name: Magician Orb 10Lv # !todo check english name + Name: Magicial Orb 10Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,10; - Id: 311842 AegisName: Magician_Orb_11 - Name: Magician Orb 11Lv # !todo check english name + Name: Magicial Orb 11Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,11; - Id: 311843 AegisName: Magician_Orb_12 - Name: Magician Orb 12Lv # !todo check english name + Name: Magicial Orb 12Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,12; - Id: 311844 AegisName: Magician_Orb_13 - Name: Magician of 13Lv # !todo check english name + Name: Magicial Orb 13Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,13; - Id: 311845 AegisName: Magician_Orb_14 - Name: Magician of 14Lv # !todo check english name + Name: Magicial Orb 14Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,14; - Id: 311846 AegisName: Magician_Orb_15 - Name: Magician of 15 Lv # !todo check english name + Name: Magicial Orb 15Lv Type: Card SubType: Enchant Script: | bonus2 bMagicAtkEle,Ele_All,15; - Id: 311847 AegisName: Shooter_Orb_1 - Name: Shooter of 1Lv # !todo check english name + Name: Shooter Orb 1Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,1; - Id: 311848 AegisName: Shooter_Orb_2 - Name: Shooter of 2Lv # !todo check english name + Name: Shooter Orb 2Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,2; - Id: 311849 AegisName: Shooter_Orb_3 - Name: Shooter of 3Lv # !todo check english name + Name: Shooter Orb 3Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,3; - Id: 311850 AegisName: Shooter_Orb_4 - Name: Shooter of 4Lv # !todo check english name + Name: Shooter Orb 4Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,4; - Id: 311851 AegisName: Shooter_Orb_5 - Name: Shooter of 5Lv # !todo check english name + Name: Shooter Orb 5Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,5; - Id: 311852 AegisName: Shooter_Orb_6 - Name: Shooter of 6Lv # !todo check english name + Name: Shooter Orb 6Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,6; - Id: 311853 AegisName: Shooter_Orb_7 - Name: Shooter of 7Lv # !todo check english name + Name: Shooter Orb 7Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,7; - Id: 311854 AegisName: Shooter_Orb_8 - Name: Shooter of 8Lv # !todo check english name + Name: Shooter Orb 8Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,8; - Id: 311855 AegisName: Shooter_Orb_9 - Name: Shooter of 9Lv # !todo check english name + Name: Shooter Orb 9Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,9; - Id: 311856 AegisName: Shooter_Orb_10 - Name: Shooter of 10Lv # !todo check english name + Name: Shooter Orb 10Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,10; - Id: 311857 AegisName: Shooter_Orb_11 - Name: Shooter of 11Lv # !todo check english name + Name: Shooter Orb 11Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,11; - Id: 311858 AegisName: Shooter_Orb_12 - Name: Shooter of 12Lv # !todo check english name + Name: Shooter Orb 12Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,12; - Id: 311859 AegisName: Shooter_Orb_13 - Name: Shooter of 13Lv # !todo check english name + Name: Shooter Orb 13Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,13; - Id: 311860 AegisName: Shooter_Orb_14 - Name: Shooter of 14 Lv # !todo check english name + Name: Shooter Orb 14Lv Type: Card SubType: Enchant Script: | bonus bLongAtkRate,14; - Id: 311861 AegisName: Shooter_Orb_15 - Name: Shooter of 15Lv # !todo check english name + Name: Shooter Orb 15Lv Type: Card SubType: Enchant Script: | @@ -66519,15 +68795,23 @@ Body: bonus2 bMagicAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Dark,2; + bonus2 bAddEle,Ele_Fire,2; bonus2 bMagicAddEle,Ele_Dark,2; bonus2 bMagicAddEle,Ele_Fire,2; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Dark,2; + bonus2 bAddEle,Ele_Fire,2; bonus2 bMagicAddEle,Ele_Dark,2; bonus2 bMagicAddEle,Ele_Fire,2; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Dark,3; + bonus2 bAddEle,Ele_Fire,3; bonus2 bMagicAddEle,Ele_Dark,3; bonus2 bMagicAddEle,Ele_Fire,3; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Dark,3; + bonus2 bAddEle,Ele_Fire,3; bonus2 bMagicAddEle,Ele_Dark,3; bonus2 bMagicAddEle,Ele_Fire,3; } @@ -66546,15 +68830,23 @@ Body: bonus2 bMagicAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Dark,3; + bonus2 bAddEle,Ele_Fire,3; bonus2 bMagicAddEle,Ele_Dark,3; bonus2 bMagicAddEle,Ele_Fire,3; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Dark,4; + bonus2 bAddEle,Ele_Fire,4; bonus2 bMagicAddEle,Ele_Dark,4; bonus2 bMagicAddEle,Ele_Fire,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Dark,4; + bonus2 bAddEle,Ele_Fire,4; bonus2 bMagicAddEle,Ele_Dark,4; bonus2 bMagicAddEle,Ele_Fire,4; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Dark,4; + bonus2 bAddEle,Ele_Fire,4; bonus2 bMagicAddEle,Ele_Dark,4; bonus2 bMagicAddEle,Ele_Fire,4; } @@ -66573,15 +68865,23 @@ Body: bonus2 bMagicAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Dark,4; + bonus2 bAddEle,Ele_Fire,4; bonus2 bMagicAddEle,Ele_Dark,4; bonus2 bMagicAddEle,Ele_Fire,4; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Dark,4; + bonus2 bAddEle,Ele_Fire,4; bonus2 bMagicAddEle,Ele_Dark,4; bonus2 bMagicAddEle,Ele_Fire,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Dark,6; + bonus2 bAddEle,Ele_Fire,6; bonus2 bMagicAddEle,Ele_Dark,6; bonus2 bMagicAddEle,Ele_Fire,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Dark,6; + bonus2 bAddEle,Ele_Fire,6; bonus2 bMagicAddEle,Ele_Dark,6; bonus2 bMagicAddEle,Ele_Fire,6; } @@ -66600,15 +68900,23 @@ Body: bonus2 bMagicAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Dark,6; + bonus2 bAddEle,Ele_Fire,6; bonus2 bMagicAddEle,Ele_Dark,6; bonus2 bMagicAddEle,Ele_Fire,6; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Dark,6; + bonus2 bAddEle,Ele_Fire,6; bonus2 bMagicAddEle,Ele_Dark,6; bonus2 bMagicAddEle,Ele_Fire,6; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Dark,6; + bonus2 bAddEle,Ele_Fire,6; bonus2 bMagicAddEle,Ele_Dark,6; bonus2 bMagicAddEle,Ele_Fire,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Dark,7; + bonus2 bAddEle,Ele_Fire,7; bonus2 bMagicAddEle,Ele_Dark,7; bonus2 bMagicAddEle,Ele_Fire,7; } @@ -66627,15 +68935,23 @@ Body: bonus2 bMagicAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Dark,7; + bonus2 bAddEle,Ele_Fire,7; bonus2 bMagicAddEle,Ele_Dark,7; bonus2 bMagicAddEle,Ele_Fire,7; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Dark,7; + bonus2 bAddEle,Ele_Fire,7; bonus2 bMagicAddEle,Ele_Dark,7; bonus2 bMagicAddEle,Ele_Fire,7; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Dark,8; + bonus2 bAddEle,Ele_Fire,8; bonus2 bMagicAddEle,Ele_Dark,8; bonus2 bMagicAddEle,Ele_Fire,8; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Dark,8; + bonus2 bAddEle,Ele_Fire,8; bonus2 bMagicAddEle,Ele_Dark,8; bonus2 bMagicAddEle,Ele_Fire,8; } @@ -66654,15 +68970,23 @@ Body: bonus2 bMagicAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Water,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Holy,2; + bonus2 bAddEle,Ele_Water,2; bonus2 bMagicAddEle,Ele_Holy,2; bonus2 bMagicAddEle,Ele_Water,2; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Holy,2; + bonus2 bAddEle,Ele_Water,2; bonus2 bMagicAddEle,Ele_Holy,2; bonus2 bMagicAddEle,Ele_Water,2; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Holy,3; + bonus2 bAddEle,Ele_Water,3; bonus2 bMagicAddEle,Ele_Holy,3; bonus2 bMagicAddEle,Ele_Water,3; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Holy,3; + bonus2 bAddEle,Ele_Water,3; bonus2 bMagicAddEle,Ele_Holy,3; bonus2 bMagicAddEle,Ele_Water,3; } @@ -66681,15 +69005,23 @@ Body: bonus2 bMagicAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Water,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Holy,3; + bonus2 bAddEle,Ele_Water,3; bonus2 bMagicAddEle,Ele_Holy,3; bonus2 bMagicAddEle,Ele_Water,3; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Holy,4; + bonus2 bAddEle,Ele_Water,4; bonus2 bMagicAddEle,Ele_Holy,4; bonus2 bMagicAddEle,Ele_Water,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Holy,4; + bonus2 bAddEle,Ele_Water,4; bonus2 bMagicAddEle,Ele_Holy,4; bonus2 bMagicAddEle,Ele_Water,4; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Holy,4; + bonus2 bAddEle,Ele_Water,4; bonus2 bMagicAddEle,Ele_Holy,4; bonus2 bMagicAddEle,Ele_Water,4; } @@ -66708,15 +69040,23 @@ Body: bonus2 bMagicAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Water,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Holy,4; + bonus2 bAddEle,Ele_Water,4; bonus2 bMagicAddEle,Ele_Holy,4; bonus2 bMagicAddEle,Ele_Water,4; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Holy,4; + bonus2 bAddEle,Ele_Water,4; bonus2 bMagicAddEle,Ele_Holy,4; bonus2 bMagicAddEle,Ele_Water,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Holy,6; + bonus2 bAddEle,Ele_Water,6; bonus2 bMagicAddEle,Ele_Holy,6; bonus2 bMagicAddEle,Ele_Water,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Holy,6; + bonus2 bAddEle,Ele_Water,6; bonus2 bMagicAddEle,Ele_Holy,6; bonus2 bMagicAddEle,Ele_Water,6; } @@ -66735,15 +69075,23 @@ Body: bonus2 bMagicAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Water,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Holy,6; + bonus2 bAddEle,Ele_Water,6; bonus2 bMagicAddEle,Ele_Holy,6; bonus2 bMagicAddEle,Ele_Water,6; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Holy,6; + bonus2 bAddEle,Ele_Water,6; bonus2 bMagicAddEle,Ele_Holy,6; bonus2 bMagicAddEle,Ele_Water,6; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Holy,6; + bonus2 bAddEle,Ele_Water,6; bonus2 bMagicAddEle,Ele_Holy,6; bonus2 bMagicAddEle,Ele_Water,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Holy,7; + bonus2 bAddEle,Ele_Water,7; bonus2 bMagicAddEle,Ele_Holy,7; bonus2 bMagicAddEle,Ele_Water,7; } @@ -66762,15 +69110,23 @@ Body: bonus2 bMagicAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Water,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Holy,7; + bonus2 bAddEle,Ele_Water,7; bonus2 bMagicAddEle,Ele_Holy,7; bonus2 bMagicAddEle,Ele_Water,7; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Holy,7; + bonus2 bAddEle,Ele_Water,7; bonus2 bMagicAddEle,Ele_Holy,7; bonus2 bMagicAddEle,Ele_Water,7; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Holy,8; + bonus2 bAddEle,Ele_Water,8; bonus2 bMagicAddEle,Ele_Holy,8; bonus2 bMagicAddEle,Ele_Water,8; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Holy,8; + bonus2 bAddEle,Ele_Water,8; bonus2 bMagicAddEle,Ele_Holy,8; bonus2 bMagicAddEle,Ele_Water,8; } @@ -66789,15 +69145,23 @@ Body: bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Wind,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Earth,2; + bonus2 bAddEle,Ele_Wind,2; bonus2 bMagicAddEle,Ele_Earth,2; bonus2 bMagicAddEle,Ele_Wind,2; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Earth,2; + bonus2 bAddEle,Ele_Wind,2; bonus2 bMagicAddEle,Ele_Earth,2; bonus2 bMagicAddEle,Ele_Wind,2; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Earth,3; + bonus2 bAddEle,Ele_Wind,3; bonus2 bMagicAddEle,Ele_Earth,3; bonus2 bMagicAddEle,Ele_Wind,3; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Earth,3; + bonus2 bAddEle,Ele_Wind,3; bonus2 bMagicAddEle,Ele_Earth,3; bonus2 bMagicAddEle,Ele_Wind,3; } @@ -66816,15 +69180,23 @@ Body: bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Wind,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Earth,3; + bonus2 bAddEle,Ele_Wind,3; bonus2 bMagicAddEle,Ele_Earth,3; bonus2 bMagicAddEle,Ele_Wind,3; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Earth,4; + bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Earth,4; + bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Earth,4; + bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; } @@ -66843,15 +69215,23 @@ Body: bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Wind,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Earth,4; + bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Earth,4; + bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Earth,6; + bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Earth,6; + bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; } @@ -66870,15 +69250,23 @@ Body: bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Wind,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Earth,6; + bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Earth,6; + bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Earth,6; + bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Earth,7; + bonus2 bAddEle,Ele_Wind,7; bonus2 bMagicAddEle,Ele_Earth,7; bonus2 bMagicAddEle,Ele_Wind,7; } @@ -66897,16 +69285,24 @@ Body: bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Wind,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Earth,7; bonus2 bMagicAddEle,Ele_Earth,7; + bonus2 bAddEle,Ele_Wind,7; bonus2 bMagicAddEle,Ele_Wind,7; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Earth,7; bonus2 bMagicAddEle,Ele_Earth,7; + bonus2 bAddEle,Ele_Wind,7; bonus2 bMagicAddEle,Ele_Wind,7; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Earth,8; bonus2 bMagicAddEle,Ele_Earth,8; + bonus2 bAddEle,Ele_Wind,8; bonus2 bMagicAddEle,Ele_Wind,8; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Earth,8; bonus2 bMagicAddEle,Ele_Earth,8; + bonus2 bAddEle,Ele_Wind,8; bonus2 bMagicAddEle,Ele_Wind,8; } } @@ -66924,16 +69320,24 @@ Body: bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Undead,2; bonus2 bMagicAddEle,Ele_Undead,2; + bonus2 bAddEle,Ele_Ghost,2; bonus2 bMagicAddEle,Ele_Ghost,2; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Undead,2; bonus2 bMagicAddEle,Ele_Undead,2; + bonus2 bAddEle,Ele_Ghost,2; bonus2 bMagicAddEle,Ele_Ghost,2; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Undead,3; bonus2 bMagicAddEle,Ele_Undead,3; + bonus2 bAddEle,Ele_Ghost,3; bonus2 bMagicAddEle,Ele_Ghost,3; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Undead,3; bonus2 bMagicAddEle,Ele_Undead,3; + bonus2 bAddEle,Ele_Ghost,3; bonus2 bMagicAddEle,Ele_Ghost,3; } } @@ -66951,16 +69355,24 @@ Body: bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Undead,3; bonus2 bMagicAddEle,Ele_Undead,3; + bonus2 bAddEle,Ele_Ghost,3; bonus2 bMagicAddEle,Ele_Ghost,3; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Undead,4; + bonus2 bAddEle,Ele_Ghost,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Undead,4; + bonus2 bAddEle,Ele_Ghost,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Undead,4; + bonus2 bAddEle,Ele_Ghost,4; bonus2 bMagicAddEle,Ele_Ghost,4; } } @@ -66978,16 +69390,24 @@ Body: bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Undead,4; + bonus2 bAddEle,Ele_Ghost,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Undead,4; + bonus2 bAddEle,Ele_Ghost,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Undead,6; + bonus2 bAddEle,Ele_Ghost,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Undead,6; + bonus2 bAddEle,Ele_Ghost,6; bonus2 bMagicAddEle,Ele_Ghost,6; } } @@ -67005,16 +69425,24 @@ Body: bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Undead,6; + bonus2 bAddEle,Ele_Ghost,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Undead,6; + bonus2 bAddEle,Ele_Ghost,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Undead,6; + bonus2 bAddEle,Ele_Ghost,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Undead,7; + bonus2 bAddEle,Ele_Ghost,7; bonus2 bMagicAddEle,Ele_Ghost,7; } } @@ -67032,16 +69460,24 @@ Body: bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { + bonus2 bAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Undead,7; + bonus2 bAddEle,Ele_Ghost,7; bonus2 bMagicAddEle,Ele_Ghost,7; if (.@g>=ENCHANTGRADE_C) { + bonus2 bAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Undead,7; + bonus2 bAddEle,Ele_Ghost,7; bonus2 bMagicAddEle,Ele_Ghost,7; if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddEle,Ele_Undead,8; bonus2 bMagicAddEle,Ele_Undead,8; + bonus2 bAddEle,Ele_Ghost,8; bonus2 bMagicAddEle,Ele_Ghost,8; if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddEle,Ele_Undead,8; bonus2 bMagicAddEle,Ele_Undead,8; + bonus2 bAddEle,Ele_Ghost,8; bonus2 bMagicAddEle,Ele_Ghost,8; } } @@ -67069,6 +69505,71 @@ Body: SubType: Enchant Script: | bonus2 bSkillCooldown,"ALL_FULL_THROTTLE",-600000; + - Id: 311891 + AegisName: aegis_311891 + Name: Latent Release (Archmage I) + Type: Card + SubType: Enchant + - Id: 311892 + AegisName: aegis_311892 + Name: Latent Release (Abyss Chaser I) + Type: Card + SubType: Enchant + - Id: 311893 + AegisName: aegis_311893 + Name: Latent Release (Inquisitor I) + Type: Card + SubType: Enchant + - Id: 311894 + AegisName: aegis_311894 + Name: Latent Release (Imperial Guard I) + Type: Card + SubType: Enchant + - Id: 311895 + AegisName: aegis_311895 + Name: Latent Release (Wind Hawk I) + Type: Card + SubType: Enchant + - Id: 311896 + AegisName: aegis_311896 + Name: Latent Release (Elemental Master I) + Type: Card + SubType: Enchant + - Id: 311897 + AegisName: aegis_311897 + Name: Latent Release (Cardinal I) + Type: Card + SubType: Enchant + - Id: 311898 + AegisName: aegis_311898 + Name: Latent Release (Shadow Cross I) + Type: Card + SubType: Enchant + - Id: 311899 + AegisName: aegis_311899 + Name: Latent Release (Dragon Knight I) + Type: Card + SubType: Enchant + - Id: 311900 + AegisName: aegis_311900 + Name: Latent Release (Troubadour I) + Type: Card + SubType: Enchant + - Id: 311901 + AegisName: aegis_311901 + Name: Latent Release (Trouvere I) + Type: Card + SubType: Enchant + - Id: 311902 + AegisName: aegis_311902 + Name: Latent Release (Biolo I) + Type: Card + SubType: Enchant + - Id: 311903 + AegisName: aegis_311903 + Name: Latent Release (Meister I) + Type: Card + SubType: Enchant - Id: 311905 AegisName: aegis_311905 Name: Freeze Resistance @@ -67850,7 +70351,7 @@ Body: Type: Card SubType: Enchant Script: | - bonus bPerfectHitRate,3+3*getenchantgrade(); + bonus bPerfectHitAddRate,3+3*getenchantgrade(); - Id: 312008 AegisName: Bishop_Blessing5 Name: Bishop's Blessing (Cri) @@ -67879,16 +70380,152 @@ Body: SubType: Enchant Script: | bonus bLongAtkRate,5+5*getenchantgrade(); + - Id: 312012 + AegisName: Sigrun_Orb_Def_Z + Name: Sigrun Orb (Defense) + Type: Card + SubType: Enchant + Script: | + bonus bDef,25; + if (getrefine()>=9) + bonus bDef,10; + - Id: 312013 + AegisName: Sigrun_Orb_Mdef_Z + Name: Sigrun Orb (Magic Defense) + Type: Card + SubType: Enchant + Script: | + bonus bMdef,2; + if (getrefine()>=9) + bonus bMdef,3; - Id: 312014 AegisName: Justice_Power Name: Good Spell Type: Card SubType: Enchant + - Id: 312015 + AegisName: Sigrun_Orb_Speed_Z + Name: Sigrun Orb (Quick) + Type: Card + SubType: Enchant + Script: | + bonus bAspd,1; + if (getrefine()>=9) + bonus bAspdRate,3; + - Id: 312016 + AegisName: Sigrun_Orb_Cast_Z + Name: Sigrun Orb (Caster) + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-5; + if (getrefine()>=9) + bonus bVariableCastrate,-3; + - Id: 312017 + AegisName: Sigrun_Orb_Cri_Z + Name: Sigrun Orb (Critical) + Type: Card + SubType: Enchant + Script: | + bonus bCritical,10; + if (getrefine()>=9) + bonus bCritAtkRate,5; + - Id: 312018 + AegisName: Sigrun_Orb_Health_Z + Name: Sigrun Orb (Health) + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,5; + if (getrefine()>=9) + bonus bMaxHP,750; + - Id: 312019 + AegisName: Sigrun_Orb_Spirit_Z + Name: Sigrun Orb (Mental) + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,5; + if (getrefine()>=9) + bonus bMaxSP,150; + - Id: 312020 + AegisName: Sigrun_Orb_Heal_Z + Name: Sigrun Orb (Heal) + Type: Card + SubType: Enchant + Script: | + bonus bHealPower,5; + if (getrefine()>=9) + bonus bHealPower,5; - Id: 312021 AegisName: Injustice_Power Name: Evil Spell Type: Card SubType: Enchant + - Id: 312023 + AegisName: aegis_312023 + Name: MaxSP+15% + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,15; + - Id: 312031 + AegisName: aegis_312031 + Name: Latent Release (Archmage II) + Type: Card + SubType: Enchant + - Id: 312032 + AegisName: aegis_312032 + Name: Cri + 25 + Type: Card + SubType: Enchant + Script: | + bonus bCritical,25; + - Id: 312033 + AegisName: aegis_312033 + Name: Latent Release (Abyss Chaser II) + Type: Card + SubType: Enchant + - Id: 312034 + AegisName: aegis_312034 + Name: Latent Release (Inquisitor II) + Type: Card + SubType: Enchant + - Id: 312035 + AegisName: aegis_312035 + Name: Latent Release (Imperial Guard II) + Type: Card + SubType: Enchant + - Id: 312036 + AegisName: aegis_312036 + Name: Latent Release (Windhawk II) + Type: Card + SubType: Enchant + - Id: 312037 + AegisName: aegis_312037 + Name: Latent Release (Elemental Master II) + Type: Card + SubType: Enchant + - Id: 312038 + AegisName: aegis_312038 + Name: Latent Release (Cardinal II) + Type: Card + SubType: Enchant + - Id: 312039 + AegisName: aegis_312039 + Name: Latent Release (Shadow Cross II) + Type: Card + SubType: Enchant + - Id: 312040 + AegisName: aegis_312040 + Name: Latent Release (Dragon Knight II) + Type: Card + SubType: Enchant + - Id: 312043 + AegisName: aegis_312043 + Name: Latent Release (Biolo II) + Type: Card + SubType: Enchant - Id: 312050 AegisName: Ice_C_Orb_Str Name: Glacier Flower Meow Power (STR) @@ -68239,11 +70876,11 @@ Body: .@r = getrefine(); bonus bHit,30; if (.@r>=7) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r>=9) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; if (.@r>=11) { - bonus bPerfectHitRate,8; + bonus bPerfectHitAddRate,8; } } } @@ -68270,16 +70907,26 @@ Body: Script: | .@g = getenchantgrade(); .@r = getrefine(); + bonus bLongAtkRate,3; + bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@r>=7) { + bonus bLongAtkRate,3; + bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@r>=9) { + bonus bLongAtkRate,3; + bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; } } if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,3; + bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,3; + bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; } } @@ -68371,7 +71018,7 @@ Body: .@g = getenchantgrade(); bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; - autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON; + autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; @@ -68389,7 +71036,7 @@ Body: .@g = getenchantgrade(); bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; - autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC; + autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g>=ENCHANTGRADE_C) { @@ -68405,7 +71052,7 @@ Body: .@g = getenchantgrade(); bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; - autobonus "{ bonus bDex,50; bonus bCon,15; bonus bCrt,15; }",30,10000,BF_WEAPON; + autobonus "{ bonus bDex,50; bonus bCon,15; bonus bCrt,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; @@ -69335,147 +71982,151 @@ Body: bonus bMaxSPrate,(.@r/3); - Id: 312200 AegisName: DK_Soul_SW - Name: Dragon Knight Soul (Servant Weapon) # !todo check english name + Name: Dragon Knight Soul (Servant Weapon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",2+(getrefine()/2); - Id: 312201 AegisName: DK_Soul_SS - Name: Dragon Knight Soul (Storm Slash) # !todo check english name + Name: Dragon Knight Soul (Storm Slash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"DK_STORMSLASH",2+(getrefine()/2); - Id: 312202 AegisName: DK_Soul_HS - Name: Dragon Knight Soul (Hack and Slasher) # !todo check english name + Name: Dragon Knight Soul (Hack and Slasher) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"DK_HACKANDSLASHER",2+(getrefine()/2); - Id: 312203 AegisName: DK_Soul_MC - Name: Dragon Knight Soul (Madness Crusher) # !todo check english name + Name: Dragon Knight Soul (Madness Crusher) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",2+(getrefine()/2); - Id: 312204 AegisName: IG_Soul_OS - Name: Imperial Guard Soul (Over Slash) # !todo check english name + Name: Imperial Guard Soul (Overslash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"IG_OVERSLASH",2+(getrefine()/2); - Id: 312205 AegisName: IG_Soul_SS - Name: Imperial Guard Soul (Shield Shooting) # !todo check english name + Name: Imperial Guard Soul (Shield Shooting) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",2+(getrefine()/2); - Id: 312206 AegisName: IG_Soul_CR - Name: Imperial Guard Soul (Cross Lane) # !todo check english name + Name: Imperial Guard Soul (Cross Rain) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"IG_CROSS_RAIN",2+(getrefine()/2); - Id: 312207 AegisName: SHC_Soul_ES - Name: Shadow Cross Soul (Eternal Slash) # !todo check english name + Name: Shadow Cross Soul (Eternal Slash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",2+(getrefine()/2); - Id: 312208 AegisName: SHC_Soul_SI - Name: Shadow Cross Soul (Savage Impact) # !todo check english name + Name: Shadow Cross Soul (Savage Impact) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",2+(getrefine()/2); - Id: 312209 AegisName: SHC_Soul_IC - Name: Shadow Cross Soul (Impact Crater) # !todo check english name + Name: Shadow Cross Soul (Impact Crater) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SHC_IMPACT_CRATER",2+(getrefine()/2); - Id: 312210 AegisName: SHC_Soul_SS - Name: Shadow Cross Soul (Shadow Staff) # !todo check english name + Name: Shadow Cross Soul (Shadow Stab) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SHC_SHADOW_STAB",2+(getrefine()/2); - Id: 312211 AegisName: ABC_Soul_DS - Name: Abyss Chaser Soul (Deft Staff) # !todo check english name + Name: Abyss Chaser Soul (Deft Stab) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"ABC_DEFT_STAB",2+(getrefine()/2); - Id: 312212 AegisName: ABC_Soul_CR - Name: Abyss Chaser Soul (Chain Reaction Shot) # !todo check english name + Name: Abyss Chaser Soul (Chain Reaction Shot) Type: Card SubType: Enchant Script: | + .@r = getrefine(); + bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT",2+(.@r/2); bonus2 bSkillAtk,"ABC_CHAIN_REACTION_SHOT_ATK",2+(getrefine()/2); - Id: 312213 AegisName: ABC_Soul_FS - Name: Abyss Chaser Soul (Frenzy Shot) # !todo check english name + Name: Abyss Chaser Soul (Frenzy Shot) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"ABC_FRENZY_SHOT",2+(getrefine()/2); - Id: 312214 AegisName: ABC_Soul_AD - Name: Abyss Chaser Soul (Abyss Dagger) # !todo check english name + Name: Abyss Chaser Soul (Abyss Dagger) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",2+(getrefine()/2); - Id: 312215 AegisName: ABC_Soul_AS - Name: Abyss Chaser Soul (Abyss Square) # !todo check english name + Name: Abyss Chaser Soul (Abyss Square) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",2+(getrefine()/2); - Id: 312216 AegisName: ABC_Soul_FA - Name: Abyss Chaser Soul (From the Abyss) # !todo check english name + Name: Abyss Chaser Soul (From the Abyss) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",2+(getrefine()/2); - Id: 312217 AegisName: CD_Soul_AB - Name: Cardinal Soul (Arbitrium) # !todo check english name + Name: Cardinal Soul (Arbitrium) Type: Card SubType: Enchant Script: | - bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",2+(getrefine()/2); + .@r = getrefine(); + bonus2 bSkillAtk,"CD_ARBITRIUM",2+(.@r/2); + bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",2+(.@r/2); - Id: 312218 AegisName: CD_Soul_FL - Name: Cardinal Soul (Flamen) # !todo check english name + Name: Cardinal Soul (Framen) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"CD_FRAMEN",2+(getrefine()/2); - Id: 312219 AegisName: CD_Soul_PT - Name: Cardinal Soul (Petitio) # !todo check english name + Name: Cardinal Soul (Petitio) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"CD_PETITIO",2+(getrefine()/2); - Id: 312220 AegisName: IQ_Soul_FT - Name: Inquisitor Soul (Conviction) # !todo check english name + Name: Inquisitor Soul (Faith) Type: Card SubType: Enchant Script: | @@ -69484,7 +72135,7 @@ Body: bonus2 bSkillAtk,"IQ_SECOND_FAITH",2+(.@r/2); - Id: 312221 AegisName: IQ_Soul_JD - Name: Inquisitor Soul (Judgment) # !todo check english name + Name: Inquisitor Soul (Judgement) Type: Card SubType: Enchant Script: | @@ -69493,56 +72144,56 @@ Body: bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",2+(.@r/2); - Id: 312222 AegisName: IQ_Soul_EX - Name: Inquisitor Soul (Death) # !todo check english name + Name: Inquisitor Soul (Extermination) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"IQ_SECOND_FLAME",2+(getrefine()/2); - Id: 312223 AegisName: IQ_Soul_FL - Name: Inquisitor Soul (Explosive God Bullet) # !todo check english name + Name: Inquisitor Soul (Explosion Blaster) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",2+(getrefine()/2); - Id: 312224 AegisName: MT_Soul_AS - Name: Meister Soul (Ax Stomp) # !todo check english name + Name: Meister Soul (Axe Stomp) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"MT_AXE_STOMP",2+(getrefine()/2); - Id: 312225 AegisName: MT_Soul_SB - Name: Meister Soul (Spark Blaster) # !todo check english name + Name: Meister Soul (Spark Blaster) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"MT_SPARK_BLASTER",2+(getrefine()/2); - Id: 312226 AegisName: MT_Soul_MS - Name: Meister Soul (Mighty Smash) # !todo check english name + Name: Meister Soul (Mighty Smash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"MT_MIGHTY_SMASH",2+(getrefine()/2); - Id: 312227 AegisName: MT_Soul_TL - Name: Meister Soul (Triple Laser) # !todo check english name + Name: Meister Soul (Triple Laser) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"MT_TRIPLE_LASER",2+(getrefine()/2); - Id: 312228 AegisName: BO_Soul_MT - Name: Violo Soul (Mahemic Thorns) # !todo check english name + Name: Biolo Soul (Mayhemic Thorns) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",2+(getrefine()/2); - Id: 312229 AegisName: BO_Soul_AZ - Name: Biolo Soul (Acidified Zone) # !todo check english name + Name: Biolo Soul (Acidified Zone) Type: Card SubType: Enchant Script: | @@ -69553,224 +72204,227 @@ Body: bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",2+(.@r/2); - Id: 312230 AegisName: BO_Soul_EP - Name: Violo Soul (Explosive Powder) # !todo check english name + Name: Biolo Soul (Explosive Powder) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",2+(getrefine()/2); - Id: 312231 AegisName: WH_Soul_GS - Name: Windhawk Soul (Gile Storm) # !todo check english name + Name: Windhawk Soul (Gale Storm) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_GALESTORM",2+(getrefine()/2); - Id: 312232 AegisName: WH_Soul_CB - Name: Windhawk Soul (Creative Volt) # !todo check english name + Name: Windhawk Soul (Crescive Bolt) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",2+(getrefine()/2); - Id: 312233 AegisName: WH_Soul_HS - Name: Windhawk Soul (Hawk Rush) # !todo check english name + Name: Windhawk Soul (Hawk Rush) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_HAWKRUSH",2+(getrefine()/2); - Id: 312234 AegisName: WH_Soul_ST - Name: Windhawk Soul (Solid Trap) # !todo check english name + Name: Windhawk Soul (Solid Trap) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_SOLIDTRAP",2+(getrefine()/2); - Id: 312235 AegisName: WH_Soul_BT - Name: Windhawk Soul (Deep Blind Trap) # !todo check english name + Name: Windhawk Soul (Deep Blind Trap) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_DEEPBLINDTRAP",2+(getrefine()/2); - Id: 312236 AegisName: WH_Soul_FT - Name: Windhawk Soul (Flame Trap) # !todo check english name + Name: Windhawk Soul (Flame Trap) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_FLAMETRAP",2+(getrefine()/2); - Id: 312237 AegisName: WH_Soul_SW - Name: Windhawk Soul (Swift Trap) # !todo check english name + Name: Windhawk Soul (Swift Trap) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"WH_SWIFTTRAP",2+(getrefine()/2); - Id: 312238 AegisName: TR_Soul_RB - Name: Troubadour & Trouber Soul (Rosé Blossom) # !todo check english name + Name: Troubadour & Trouvere Soul (Rose Blossom) Type: Card SubType: Enchant Script: | + bonus2 bSkillAtk,"TR_ROSEBLOSSOM",2+(getrefine()/2); bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",2+(getrefine()/2); - Id: 312239 AegisName: TR_Soul_RS - Name: Troubadour & Trouber Soul (Rhythm Shooting) # !todo check english name + Name: Troubadour & Trouvere Soul (Rhythm Shooting) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",2+(getrefine()/2); - Id: 312240 AegisName: TR_Soul_MF - Name: Troubadour & Trouber Soul (Metallic Fury) # !todo check english name + Name: Troubadour & Trouvere Soul (Metallic Fury) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"TR_METALIC_FURY",2+(getrefine()/2); - Id: 312241 AegisName: AG_Soul_SV - Name: Arch Mage Soul (Soul Vulcan Strike) # !todo check english name + Name: Arch Mage Soul (Soul Vulcan Strike) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",2+(getrefine()/2); - Id: 312242 AegisName: AG_Soul_MI - Name: Ark Mage Soul (Mystery Illusion) # !todo check english name + Name: Arch Mage Soul (Mystery Illusion) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",2+(getrefine()/2); - Id: 312243 AegisName: AG_Soul_FF - Name: Arch Mage Soul (Floral Flare Rod) # !todo check english name + Name: Arch Mage Soul (Floral Flare Road) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",2+(getrefine()/2); - Id: 312244 AegisName: AG_Soul_CA - Name: Arch Mage Soul (Crimson Arrow) # !todo check english name + Name: Arch Mage Soul (Crimson Arrow) Type: Card SubType: Enchant Script: | - bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",2+(getrefine()/2); + .@r = getrefine(); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW",2+(.@r/2); + bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",2+(.@r/2); - Id: 312245 AegisName: AG_Soul_RC - Name: Arch Mage Soul (Rain of Crystal) # !todo check english name + Name: Arch Mage Soul (Rain of Crystal) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",2+(getrefine()/2); - Id: 312246 AegisName: AG_Soul_FS - Name: Arch Mage Soul (Frozen Slash) # !todo check english name + Name: Arch Mage Soul (Frozen Slash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_FROZEN_SLASH",2+(getrefine()/2); - Id: 312247 AegisName: AG_Soul_TS - Name: Arch Mage Soul (Tornado Storm) # !todo check english name + Name: Arch Mage Soul (Tornado Storm) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_TORNADO_STORM",2+(getrefine()/2); - Id: 312248 AegisName: AG_Soul_SC - Name: Arch Mage Soul (Storm Cannon) # !todo check english name + Name: Arch Mage Soul (Storm Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_STORM_CANNON",2+(getrefine()/2); - Id: 312249 AegisName: AG_Soul_ST - Name: Arch Mage Soul (Stratum Trammer) # !todo check english name + Name: Arch Mage Soul (Stratum Tremor) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_STRANTUM_TREMOR",2+(getrefine()/2); - Id: 312250 AegisName: AG_Soul_RD - Name: Arch Mage Soul (Lock Down) # !todo check english name + Name: Arch Mage Soul (Rock Down) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"AG_ROCK_DOWN",2+(getrefine()/2); - Id: 312251 AegisName: EM_Soul_DS - Name: Elemental Master Soul (Diamond Storm) # !todo check english name + Name: Elemental Master Soul (Diamond Storm) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"EM_DIAMOND_STORM",2+(getrefine()/2); - Id: 312252 AegisName: EM_Soul_CF - Name: Elemental Master Soul (Configuration) # !todo check english name + Name: Elemental Master Soul (Conflagration) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"EM_CONFLAGRATION",2+(getrefine()/2); - Id: 312253 AegisName: EM_Soul_LD - Name: Elemental Master Soul (Lightning Land) # !todo check english name + Name: Elemental Master Soul (Lightning Land) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"EM_LIGHTNING_LAND",2+(getrefine()/2); - Id: 312254 AegisName: EM_Soul_TD - Name: Elemental Master Soul (Tera Drive) # !todo check english name + Name: Elemental Master Soul (Terra Drive) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"EM_TERRA_DRIVE",2+(getrefine()/2); - Id: 312255 AegisName: EM_Soul_VS - Name: Elemental Master Soul (Venom Swamp) # !todo check english name + Name: Elemental Master Soul (Venom Swamp) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"EM_VENOM_SWAMP",2+(getrefine()/2); - Id: 312256 AegisName: NW_Soul_VN - Name: Night's Watch Soul (The Vigilant at Night) # !todo check english name + Name: Night Watch Soul (The Vigilante at Night) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",2+(getrefine()/2); - Id: 312257 AegisName: NW_Soul_SS - Name: Night Watch Soul (Spiral Shooting) # !todo check english name + Name: Night Watch Soul (Spiral Shooting) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",2+(getrefine()/2); - Id: 312258 AegisName: NW_Soul_OB - Name: Night Watch Soul (Only One Bullet) # !todo check english name + Name: Night Watch Soul (Only One Bullet) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",2+(getrefine()/2); - Id: 312259 AegisName: NW_Soul_WF - Name: Night Watch Soul (Wild Fire) # !todo check english name + Name: Night Watch Soul (Wild Fire) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"NW_WILD_FIRE",2+(getrefine()/2); - Id: 312260 AegisName: NW_Soul_MO - Name: Night Watch Soul (Magazine for One) # !todo check english name + Name: Night Watch Soul (Magazine for One) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",2+(getrefine()/2); - Id: 312261 AegisName: NW_Soul_GR - Name: Night Watch Soul (Grenade) # !todo check english name + Name: Night Watch Soul (Grenade) Type: Card SubType: Enchant Script: | @@ -69780,268 +72434,281 @@ Body: bonus2 bSkillAtk,"NW_GRENADES_DROPPING",2+(.@r/2); - Id: 312262 AegisName: SH_Soul_HB - Name: Spirit Spirit Soul (Hyeonrok's Leaf Wind) # !todo check english name + Name: Spirit Handler Soul (Hyunrok Breeze) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",2+(getrefine()/2); - Id: 312263 AegisName: SH_Soul_HC - Name: Spirit Spirit Soul (Hyeonrokpo) # !todo check english name + Name: Spirit Handler Soul (Hyunrok Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",2+(getrefine()/2); - Id: 312264 AegisName: SH_Soul_CS - Name: Spirit Spirit Soul # !todo check english name + Name: Spirit Handler Soul (Chulho Sonic Claw) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",2+(getrefine()/2); - Id: 312265 AegisName: SH_Soul_HS - Name: Spirit Spirit Soul # !todo check english name + Name: Spirit Handler Soul (Hogogong Strike) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",2+(getrefine()/2); - Id: 312266 AegisName: SS_Soul_FS - Name: Shinkiro & Shiranui Soul (Fouma Shuriken - Seized) # !todo check english name + Name: Shinkiro & Shiranui Soul (Huuma Shuriken - Grasp) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_FUUMASHOUAKU",2+(getrefine()/2); - Id: 312267 AegisName: SS_Soul_FK - Name: Shinkiro & Shiranui Soul (Fouma Shuriken - Build) # !todo check english name + # Name: Shinkiro & Shiranui Soul (Huuma Shuriken - Construct) + Name: Shinkiro & Shiranui Soul (Huuma Shuriken - Constr Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",2+(getrefine()/2); - Id: 312268 AegisName: SS_Soul_SH - Name: Shinkiro & Shiranui Soul (Red Flame Cannon) # !todo check english name + Name: Shinkiro & Shiranui Soul (Red Flame Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_SEKIENHOU",2+(getrefine()/2); - Id: 312269 AegisName: SS_Soul_RH - Name: Shinkiro & Shiranui Soul (Cold Blooded) # !todo check english name + Name: Shinkiro & Shiranui Soul (Cold Blooded Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_REIKETSUHOU",2+(getrefine()/2); - Id: 312270 AegisName: SS_Soul_RDH - Name: Shinkiro & Shiranui Soul (Thunderbolt Cannon) # !todo check english name + Name: Shinkiro & Shiranui Soul (Thundering Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_RAIDENPOU",2+(getrefine()/2); - Id: 312271 AegisName: SS_Soul_KH - Name: Shinkiro & Shiranui Soul (Golden Dragon Cannon) # !todo check english name + Name: Shinkiro & Shiranui Soul (Golden Dragon Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_KINRYUUHOU",2+(getrefine()/2); - Id: 312272 AegisName: SS_Soul_AH - Name: Shinkiro & Shiranui Soul (Dark Gun) # !todo check english name + Name: Shinkiro & Shiranui Soul (Darkening Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_ANTENPOU",2+(getrefine()/2); - Id: 312273 AegisName: SS_Soul_KW - Name: Shinkiro & Shiranui Soul (Kunai - Distortion) # !todo check english name + Name: Shinkiro & Shiranui Soul (Kunai - Distortion) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",2+(getrefine()/2); - Id: 312274 AegisName: SS_Soul_KK - Name: Shinkiro & Shiranui Soul (Kunai-Refraction) # !todo check english name + Name: Shinkiro & Shiranui Soul (Kunai - Refraction) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",2+(getrefine()/2); - Id: 312275 AegisName: SS_Soul_KN - Name: Shinkiro & Shiranui Soul (Shadow Dance) # !todo check english name + Name: Shinkiro & Shiranui Soul (Shadow Dance) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_KAGENOMAI",2+(getrefine()/2); - Id: 312276 AegisName: SS_Soul_KG - Name: Shinkiro & Shiranui Soul (One Island of Shadows) # !todo check english name + Name: Shinkiro & Shiranui Soul (Shadow Flash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SS_KAGEGISSEN",2+(getrefine()/2); - Id: 312277 AegisName: SKE_Soul_NB - Name: Celestial Soul (Taecheon Ilyang) # !todo check english name + Name: Sky Emperor Soul (Noon Blast) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SKE_NOON_BLAST",2+(getrefine()/2); - Id: 312278 AegisName: SKE_Soul_SB - Name: Celestial Soul (Chunyang) # !todo check english name + Name: Sky Emperor Soul (Sunset Blast) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SKE_SUNSET_BLAST",2+(getrefine()/2); - Id: 312279 AegisName: SKE_Soul_MK - Name: Celestial Soul (Taecheon Sun Moon) # !todo check english name + Name: Sky Emperor Soul (Midnight Kick) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",2+(getrefine()/2); - Id: 312280 AegisName: SKE_Soul_DB - Name: Celestial Soul (Thousand Moon) # !todo check english name + Name: Sky Emperor Soul (Dawn Break) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SKE_DAWN_BREAK",2+(getrefine()/2); - Id: 312281 AegisName: SKE_Soul_TG - Name: Heavenly Soul (Cheonjemanseong) # !todo check english name + Name: Sky Emperor Soul (Twinkling Galaxy) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SKE_TWINKLING_GALAXY",2+(getrefine()/2); - Id: 312282 AegisName: SKE_Soul_SC - Name: Celestial Soul (Celestial) # !todo check english name + Name: Sky Emperor Soul (Star Cannon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SKE_STAR_CANNON",2+(getrefine()/2); - Id: 312283 AegisName: SOA_Soul_BD - Name: Yeongdosa Soul (Blue Dragon) # !todo check english name + Name: Soul Ascetic Soul (Talisman of Blue Dragon) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",2+(getrefine()/2); - Id: 312284 AegisName: SOA_Soul_WT - Name: Young Dosa Soul (White Tiger) # !todo check english name + Name: Soul Ascetic Soul (Talisman of White Tiger) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",2+(getrefine()/2); - Id: 312285 AegisName: SOA_Soul_RP - Name: Soul of the Leader (Master) # !todo check english name + Name: Soul Ascetic Soul (Talisman of Red Phoenix) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",2+(getrefine()/2); - Id: 312286 AegisName: SOA_Soul_BT - Name: Yeongdosa Soul (Hyunmubu) # !todo check english name + Name: Soul Ascetic Soul (Talisman of Black Tortoise) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",2+(getrefine()/2); - Id: 312287 AegisName: SOA_Soul_MS - Name: Leader Soul (Purification of the Dead) # !todo check english name + Name: Soul Ascetic Soul (Exorcism of Malicious Soul) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",2+(getrefine()/2); - Id: 312288 AegisName: SOA_Soul_SS - Name: Leader Soul (Leadership Department) # !todo check english name + Name: Soul Ascetic Soul (Talisman of Soul Stealing) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",2+(getrefine()/2); - Id: 312289 AegisName: SOA_Soul_FG - Name: Young Dosa Soul (Bride of the four directions) # !todo check english name + Name: Soul Ascetic Soul (Talisman of Four Bearing God) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",2+(getrefine()/2); - Id: 312290 AegisName: HN_Soul_DB - Name: Hyper Novice Soul (Double Bowling Bash) # !todo check english name + Name: Hyper Novice Soul (Double Double Bash) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",2+(getrefine()/2); - Id: 312291 AegisName: HN_Soul_SB - Name: Hyper Novice Soul (Mega Sonic Blow) # !todo check english name + Name: Hyper Novice Soul (Mega Sonic Blow) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",2+(getrefine()/2); - Id: 312292 AegisName: HN_Soul_SC - Name: Hyper Novice Soul (Shield Chain Rush) # !todo check english name + Name: Hyper Novice Soul (Shield Chain Rush) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",2+(getrefine()/2); - Id: 312293 AegisName: HN_Soul_SP - Name: Hyper Novice Soul (Spiral Pierce Max) # !todo check english name + Name: Hyper Novice Soul (Spiral Pierce Max) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_SPIRAL_PIERCE_MAX",2+(getrefine()/2); - Id: 312294 AegisName: HN_Soul_MS - Name: Hyper Novice Soul (Meteor Storm Buster) # !todo check english name + Name: Hyper Novice Soul (Meteor Storm Buster) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",2+(getrefine()/2); - Id: 312295 AegisName: HN_Soul_JT - Name: Hyper Novice Soul (Jupitel Thunder Storm) # !todo check english name + Name: Hyper Novice Soul (Jupitel Thunderstorm) Type: Card SubType: Enchant + Script: | + bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",2+(getrefine()/2); - Id: 312296 AegisName: HN_Soul_JF - Name: Hyper Novice Soul (Jack Frost Nova) # !todo check english name + Name: Hyper Novice Soul (Jack Frost Nova) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",2+(getrefine()/2); - Id: 312297 AegisName: HN_Soul_HD - Name: Hyper Novice Soul (Hell's Drive) # !todo check english name + Name: Hyper Novice Soul (Hell's Drive) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_HELLS_DRIVE",2+(getrefine()/2); - Id: 312298 AegisName: HN_Soul_GG - Name: Hyper Novice Soul (Ground Gravitation) # !todo check english name + Name: Hyper Novice Soul (Ground Gravitation) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_GROUND_GRAVITATION",2+(getrefine()/2); - Id: 312299 AegisName: HN_Soul_NV - Name: Hyper Novice Soul (Napalm Vulcan Strike) # !todo check english name + Name: Hyper Novice Soul (Napalm Vulcan Strike) Type: Card SubType: Enchant Script: | bonus2 bSkillAtk,"HN_NAPALM_VULCAN_STRIKE",2+(getrefine()/2); + - Id: 312300 + AegisName: aegis_312300 + Name: Latent Release (Dragon Knight III) + Type: Card + SubType: Enchant + - Id: 312301 + AegisName: aegis_312301 + Name: Latent Release (Biolo III) + Type: Card + SubType: Enchant - Id: 312302 AegisName: DK_Soul_DB Name: Dragon Knight Soul (Dragonic Breath) @@ -70049,6 +72716,25 @@ Body: SubType: Enchant Script: | bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",2+(getrefine()/2); + - Id: 312303 + AegisName: aegis_312303 + Name: Latent Release (Elemental Master III) + Type: Card + SubType: Enchant + - Id: 312304 + AegisName: aegis_312304 + Name: Latent Release (Cardinal III) + Type: Card + SubType: Enchant + - Id: 312305 + AegisName: aegis_312305 + Name: Eternality of Heaven + Type: Card + SubType: Enchant + Script: | + bonus2 bAddSize,Size_All,15; + bonus2 bMagicAddSize,Size_All,15; + autobonus "{ bonus bAllStats,BaseLevel/10; bonus bMaxHPrate,BaseLevel/10; bonus bFlee,10*(BaseLevel/10); bonus bBaseAtk,10*(BaseLevel/10); bonus bMatk,10*(BaseLevel/10); }",10,10000,BF_WEAPON|BF_MAGIC; - Id: 312306 AegisName: Isgard_4 Name: Issgard Crystal @@ -70270,6 +72956,5945 @@ Body: } } } + - Id: 312315 + AegisName: Flame_R_1 + Name: Flame Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,3; + bonus bBaseAtk,10; + - Id: 312316 + AegisName: Flame_R_2 + Name: Flame Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,6; + bonus bBaseAtk,15; + - Id: 312317 + AegisName: Flame_R_3 + Name: Flame Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,9; + bonus bBaseAtk,20; + - Id: 312318 + AegisName: Flame_R_4 + Name: Flame Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,12; + bonus bBaseAtk,25; + - Id: 312319 + AegisName: Flame_R_5 + Name: Flame Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,15; + bonus bBaseAtk,30; + bonus2 bAddClass,Class_Boss,5; + - Id: 312320 + AegisName: Earth_R_1 + Name: Earth Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,3; + bonus bDef,30; + - Id: 312321 + AegisName: Earth_R_2 + Name: Earth Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,6; + bonus bDef,60; + - Id: 312322 + AegisName: Earth_R_3 + Name: Earth Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,9; + bonus bDef,90; + - Id: 312323 + AegisName: Earth_R_4 + Name: Earth Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,12; + bonus bDef,120; + - Id: 312324 + AegisName: Earth_R_5 + Name: Earth Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,15; + bonus bDef,150; + bonus2 bAddClass,Class_Boss,10; + - Id: 312325 + AegisName: Flame_Earth_R_1 + Name: Fiery Earth Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,10*(readparam(bStr)/20); + - Id: 312326 + AegisName: Flame_Earth_R_2 + Name: Fiery Earth Rune 2Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + - Id: 312327 + AegisName: Flame_Earth_R_3 + Name: Fiery Earth Rune 3Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bPAtk,6; + } + - Id: 312328 + AegisName: Flame_Earth_R_4 + Name: Fiery Earth Rune 4Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + } + - Id: 312329 + AegisName: Flame_Earth_R_5 + Name: Fiery Earth Rune 5Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bPAtk,9; + } + } + - Id: 312330 + AegisName: Flame_Earth_R_6 + Name: Fiery Earth Rune 6Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bPAtk,9; + } + } + - Id: 312331 + AegisName: Flame_Earth_R_7 + Name: Fiery Earth Rune 7Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,12; + } + } + } + - Id: 312332 + AegisName: Flame_Earth_R_8 + Name: Fiery Earth Rune 8Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,14; + bonus bPAtk,12; + } + } + } + - Id: 312333 + AegisName: Flame_Earth_R_9 + Name: Fiery Earth Rune 9Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,14; + bonus bPAtk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,15; + } + } + } + } + - Id: 312334 + AegisName: Flame_Earth_R_10 + Name: Fiery Earth Rune 10Lv + Type: Card + SubType: Enchant + Script: | + .@str = (readparam(bStr)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@str; + bonus bPow,2*.@str; + bonus bCon,2*.@str; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bShortAtkRate,14; + bonus bPAtk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bShortAtkRate,18; + bonus bPAtk,15; + } + } + } + } + - Id: 312335 + AegisName: Ice_R_1 + Name: Ice Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,3; + bonus bBaseAtk,10; + - Id: 312336 + AegisName: Ice_R_2 + Name: Ice Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,6; + bonus bBaseAtk,15; + - Id: 312337 + AegisName: Ice_R_3 + Name: Ice Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,9; + bonus bBaseAtk,20; + - Id: 312338 + AegisName: Ice_R_4 + Name: Ice Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,12; + bonus bBaseAtk,25; + - Id: 312339 + AegisName: Ice_R_5 + Name: Ice Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,15; + bonus bBaseAtk,30; + bonus2 bAddClass,Class_Boss,5; + - Id: 312340 + AegisName: Storm_R_1 + Name: Storm Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,3; + bonus bDef,30; + - Id: 312341 + AegisName: Storm_R_2 + Name: Storm Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,6; + bonus bDef,60; + - Id: 312342 + AegisName: Storm_R_3 + Name: Storm Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,9; + bonus bDef,90; + - Id: 312343 + AegisName: Storm_R_4 + Name: Storm Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,12; + bonus bDef,120; + - Id: 312344 + AegisName: Storm_R_5 + Name: Storm Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,15; + bonus bDef,150; + bonus2 bAddClass,Class_Boss,10; + - Id: 312345 + AegisName: Ice_Storm_R_1 + Name: Icy Storm Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,10*(readparam(bDex)/20); + - Id: 312346 + AegisName: Ice_Storm_R_2 + Name: Icy Storm Rune 2Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + - Id: 312347 + AegisName: Ice_Storm_R_3 + Name: Icy Storm Rune 3Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bPAtk,6; + } + - Id: 312348 + AegisName: Ice_Storm_R_4 + Name: Icy Storm Rune 4Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + } + - Id: 312349 + AegisName: Ice_Storm_R_5 + Name: Icy Storm Rune 5Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bPAtk,9; + } + } + - Id: 312350 + AegisName: Ice_Storm_R_6 + Name: Icy Storm Rune 6Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + bonus bPAtk,9; + } + } + - Id: 312351 + AegisName: Ice_Storm_R_7 + Name: Icy Storm Rune 7Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,12; + } + } + } + - Id: 312352 + AegisName: Ice_Storm_R_8 + Name: Icy Storm Rune 8Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,14; + bonus bPAtk,12; + } + } + } + - Id: 312353 + AegisName: Ice_Storm_R_9 + Name: Icy Storm Rune 9Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,14; + bonus bPAtk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,15; + } + } + } + } + - Id: 312354 + AegisName: Ice_Storm_R_10 + Name: Icy Storm Rune 10Lv + Type: Card + SubType: Enchant + Script: | + .@dex = (readparam(bDex)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@dex; + bonus bPow,2*.@dex; + bonus bCon,2*.@dex; + if (.@g>=ENCHANTGRADE_D) { + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bLongAtkRate,14; + bonus bPAtk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bLongAtkRate,18; + bonus bPAtk,15; + } + } + } + } + - Id: 312355 + AegisName: Soul_R_1 + Name: Soul Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,3; + bonus bMatk,10; + - Id: 312356 + AegisName: Soul_R_2 + Name: Soul Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,6; + bonus bMatk,15; + - Id: 312357 + AegisName: Soul_R_3 + Name: Soul Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,9; + bonus bMatk,20; + - Id: 312358 + AegisName: Soul_R_4 + Name: Soul Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,12; + bonus bMatk,25; + - Id: 312359 + AegisName: Soul_R_5 + Name: Soul Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,15; + bonus bMatk,30; + bonus2 bMagicAddClass,Class_Boss,5; + - Id: 312360 + AegisName: Purify_R_1 + Name: Purifying Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,3; + bonus bDef,30; + - Id: 312361 + AegisName: Purify_R_2 + Name: Purifying Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,6; + bonus bDef,60; + - Id: 312362 + AegisName: Purify_R_3 + Name: Purifying Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,9; + bonus bDef,90; + - Id: 312363 + AegisName: Purify_R_4 + Name: Purifying Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,12; + bonus bDef,120; + - Id: 312364 + AegisName: Purify_R_5 + Name: Purifying Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,15; + bonus bDef,150; + bonus2 bMagicAddClass,Class_Boss,10; + - Id: 312365 + AegisName: Soul_Purify_R_1 + Name: Soul Purifying Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,10*(readparam(bInt)/20); + - Id: 312366 + AegisName: Soul_Purify_R_2 + Name: Soul Purifying Rune 2Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + - Id: 312367 + AegisName: Soul_Purify_R_3 + Name: Soul Purifying Rune 3Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bSMatk,6; + } + - Id: 312368 + AegisName: Soul_Purify_R_4 + Name: Soul Purifying Rune 4Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + } + - Id: 312369 + AegisName: Soul_Purify_R_5 + Name: Soul Purifying Rune 5Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + .@g = getenchantgrade(); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bSMatk,9; + } + } + - Id: 312370 + AegisName: Soul_Purify_R_6 + Name: Soul Purifying Rune 6Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + .@g = getenchantgrade(); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bSMatk,9; + } + } + - Id: 312371 + AegisName: Soul_Purify_R_7 + Name: Soul Purifying Rune 7Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + .@g = getenchantgrade(); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bSMatk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bSMatk,12; + } + } + } + - Id: 312372 + AegisName: Soul_Purify_R_8 + Name: Soul Purifying Rune 8Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + .@g = getenchantgrade(); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bSMatk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,14; + bonus bSMatk,12; + } + } + } + - Id: 312373 + AegisName: Soul_Purify_R_9 + Name: Soul Purifying Rune 9Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + .@g = getenchantgrade(); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bSMatk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,14; + bonus bSMatk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bSMatk,15; + } + } + } + } + - Id: 312374 + AegisName: Soul_Purify_R_10 + Name: Soul Purifying Rune 10Lv + Type: Card + SubType: Enchant + Script: | + .@int = (readparam(bInt)/20); + .@g = getenchantgrade(); + bonus bMatk,10*.@int; + bonus bSpl,2*.@int; + bonus bCon,2*.@int; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAtkEle,Ele_All,6; + bonus bSMatk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAtkEle,Ele_All,10; + bonus bSMatk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAtkEle,Ele_All,14; + bonus bSMatk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAtkEle,Ele_All,18; + bonus bSMatk,15; + } + } + } + } + - Id: 312375 + AegisName: Corrupt_R_1 + Name: Corruption Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,3; + bonus bBaseAtk,10; + - Id: 312376 + AegisName: Corrupt_R_2 + Name: Corruption Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,6; + bonus bBaseAtk,15; + - Id: 312377 + AegisName: Corrupt_R_3 + Name: Corruption Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,9; + bonus bBaseAtk,20; + - Id: 312378 + AegisName: Corrupt_R_4 + Name: Corruption Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,12; + bonus bBaseAtk,25; + - Id: 312379 + AegisName: Corrupt_R_5 + Name: Corruption Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,15; + bonus bBaseAtk,30; + bonus2 bAddClass,Class_Boss,10; + - Id: 312380 + AegisName: Poison_R_1 + Name: Poison Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,3; + bonus bDef,30; + - Id: 312381 + AegisName: Poison_R_2 + Name: Poison Rune 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,6; + bonus bDef,60; + - Id: 312382 + AegisName: Poison_R_3 + Name: Poison Rune 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,9; + bonus bDef,90; + - Id: 312383 + AegisName: Poison_R_4 + Name: Poison Rune 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,12; + bonus bDef,120; + - Id: 312384 + AegisName: Poison_R_5 + Name: Poison Rune 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,15; + bonus bDef,150; + bonus2 bAddClass,Class_Boss,10; + - Id: 312385 + AegisName: Corrupt_Poison_R_1 + Name: Corrupted Poison Rune 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,10*(readparam(bLuk)/20); + - Id: 312386 + AegisName: Corrupt_Poison_R_2 + Name: Corrupted Poison Rune 2Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + - Id: 312387 + AegisName: Corrupt_Poison_R_3 + Name: Corrupted Poison Rune 3Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bPAtk,6; + } + - Id: 312388 + AegisName: Corrupt_Poison_R_4 + Name: Corrupted Poison Rune 4Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (getenchantgrade()>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + } + - Id: 312389 + AegisName: Corrupt_Poison_R_5 + Name: Corrupted Poison Rune 5Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bPAtk,9; + } + } + - Id: 312390 + AegisName: Corrupt_Poison_R_6 + Name: Corrupted Poison Rune 6Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus bPAtk,9; + } + } + - Id: 312391 + AegisName: Corrupt_Poison_R_7 + Name: Corrupted Poison Rune 7Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bPAtk,12; + } + } + } + - Id: 312392 + AegisName: Corrupt_Poison_R_8 + Name: Corrupted Poison Rune 8Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bCritAtkRate,14; + bonus bPAtk,12; + } + } + } + - Id: 312393 + AegisName: Corrupt_Poison_R_9 + Name: Corrupted Poison Rune 9Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bCritAtkRate,14; + bonus bPAtk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bPAtk,15; + } + } + } + } + - Id: 312394 + AegisName: Corrupt_Poison_R_10 + Name: Corrupted Poison Rune 10Lv + Type: Card + SubType: Enchant + Script: | + .@luk = (readparam(bLuk)/20); + .@g = getenchantgrade(); + bonus bBaseAtk,10*.@luk; + bonus bPow,2*.@luk; + bonus bCrt,2*.@luk; + if (.@g>=ENCHANTGRADE_D) { + bonus bShortAtkRate,6; + bonus bLongAtkRate,6; + bonus bPAtk,6; + if (.@g>=ENCHANTGRADE_C) { + bonus bShortAtkRate,10; + bonus bLongAtkRate,10; + bonus bPAtk,9; + if (.@g>=ENCHANTGRADE_B) { + bonus bCritAtkRate,14; + bonus bPAtk,12; + if (.@g>=ENCHANTGRADE_A) { + bonus bCritAtkRate,18; + bonus bPAtk,15; + } + } + } + } + - Id: 312398 + AegisName: aegis_312398 + Name: Shinkiro Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",5; + - Id: 312399 + AegisName: aegis_312399 + Name: Shiranui Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bSkillAtk,"SS_ANTENPOU",10; + - Id: 312400 + AegisName: aegis_312400 + Name: Shadow Cross Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,4*(getskilllv("SHC_SHADOW_SENSE")/2); + - Id: 312401 + AegisName: aegis_312401 + Name: Cardinal Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bSkillAtk,"CD_FRAMEN",5; + - Id: 312402 + AegisName: aegis_312402 + Name: Super Novice Stone (Garment) + Type: Card + SubType: Enchant + Script: | + if (getskilllv("NV_BREAKTHROUGH")>=5) { + skill "RK_WINDCUTTER",5; + } + if (getskilllv("NV_TRANSCENDENCE")>=5) { + skill "AB_JUDEX",10; + } + - Id: 312403 + AegisName: aegis_312403 + Name: Super Novice Stone (Upper) + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-3*getskilllv("NV_TRANSCENDENCE"); + - Id: 312404 + AegisName: aegis_312404 + Name: Super Novice Stone (Middle) + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,2*getskilllv("NV_BREAKTHROUGH"); + - Id: 312405 + AegisName: aegis_312405 + Name: Super Novice Stone (Lower) + Type: Card + SubType: Enchant + Script: | + autobonus3 "{ bonus2 bMagicAtkEle,Ele_All,15; }",1000,300000,"NV_HELPANGEL"; + - Id: 312406 + AegisName: Experience_Badge + Name: Experience Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_All,10; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_All,4; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_All,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_All,2; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_All,3; + } + } + } + - Id: 312407 + AegisName: Beholder_Badge + Name: Beholder Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Formless,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Formless,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Formless,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Formless,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Formless,5; + } + } + } + - Id: 312408 + AegisName: Hallow_Badge + Name: Hallow Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Undead,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Undead,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Undead,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Undead,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Undead,5; + } + } + } + - Id: 312409 + AegisName: Clamorous_Badge + Name: Clamorous Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Brute,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Brute,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Brute,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Brute,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Brute,5; + } + } + } + - Id: 312410 + AegisName: Chemical_Badge + Name: Chemical Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Plant,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Plant,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Plant,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Plant,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Plant,5; + } + } + } + - Id: 312411 + AegisName: Insecticide_Badge + Name: Insecticide Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Insect,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Insect,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Insect,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Insect,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Insect,5; + } + } + } + - Id: 312412 + AegisName: Fisher_Badge + Name: Fisher Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Fish,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Fish,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Fish,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Fish,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Fish,5; + } + } + } + - Id: 312413 + AegisName: Decussate_Badge + Name: Decussate Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Demon,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Demon,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Demon,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Demon,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Demon,5; + } + } + } + - Id: 312414 + AegisName: Murderer_Badge + Name: Murderer Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_DemiHuman,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_DemiHuman,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_DemiHuman,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_DemiHuman,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_DemiHuman,5; + } + } + } + - Id: 312415 + AegisName: Satanic_Badge + Name: Satanic Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Angel,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Angel,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Angel,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Angel,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Angel,5; + } + } + } + - Id: 312416 + AegisName: Dragoon_Badge + Name: Dragoon Badge + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + if (BaseLevel<175) { + bonus2 bExpAddRace,RC_Dragon,15; + } + if (BaseLevel>=175) { + bonus2 bExpAddRace,RC_Dragon,7; + } + if (.@g>=ENCHANTGRADE_D) { + bonus2 bExpAddRace,RC_Dragon,1; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bExpAddRace,RC_Dragon,3; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bExpAddRace,RC_Dragon,5; + } + } + } + - Id: 312417 + AegisName: aegis_312417 + Name: Amplified Resentment + Type: Card + SubType: Enchant + Script: | + bonus bAspdRate,10; + - Id: 312418 + AegisName: aegis_312418 + Name: Evening Bell of Prayer + Type: Card + SubType: Enchant + Script: | + bonus2 bAddSize,Size_All,10; + bonus2 bMagicAddSize,Size_All,10; + - Id: 312419 + AegisName: aegis_312419 + Name: All Hit + Type: Card + SubType: Enchant + Script: | + bonus bPerfectHitRate,100; + - Id: 312420 + AegisName: aegis_312420 + Name: Flame of Regeneration + Type: Card + SubType: Enchant + Script: | + bonus5 bAutoSpell,"IG_ULTIMATE_SACRIFICE",2,100,BF_WEAPON|BF_MAGIC,0; + - Id: 312421 + AegisName: aegis_312421 + Name: Ruler of the Farthest + Type: Card + SubType: Enchant + Script: | + bonus bHPGainValue,100; + bonus bSPGainValue,10; + - Id: 312422 + AegisName: Justice_Vigor_CD + Name: Good Vigor (Cardinal) + Type: Card + SubType: Enchant + - Id: 312423 + AegisName: Justice_Vigor_IQ + Name: Good Vigor (Inquisitor) + Type: Card + SubType: Enchant + - Id: 312424 + AegisName: Justice_Vigor_SOA + Name: Good Vigor (Soul Ascetic) + Type: Card + SubType: Enchant + - Id: 312425 + AegisName: Injustice_Vigor_CD + Name: Evil Vigor (Cardinal) + Type: Card + SubType: Enchant + - Id: 312426 + AegisName: Injustice_Vigor_IQ + Name: Evil Vigor (Inquisitor) + Type: Card + SubType: Enchant + - Id: 312427 + AegisName: Injustice_Vigor_SOA + Name: Evil Vigor (Soul Ascetic) + Type: Card + SubType: Enchant + - Id: 312428 + AegisName: M_Crystal_S_Cast + Name: Memory Crystal (Variable Casting) + Type: Card + SubType: Enchant + - Id: 312429 + AegisName: M_Crystal_S_Delay + Name: Memory Crystal (Global Cooldown) + Type: Card + SubType: Enchant + - Id: 312430 + AegisName: M_Crystal_HitTarget + Name: Memory Crystal (Perfect Hit) + Type: Card + SubType: Enchant + - Id: 312431 + AegisName: M_Crystal_CRI + Name: Memory Crystal (Critical) + Type: Card + SubType: Enchant + - Id: 312432 + AegisName: M_Crystal_Atk_Speed + Name: Memory Crystal (Attack Speed) + Type: Card + SubType: Enchant + - Id: 312433 + AegisName: F_Crystal_CRI + Name: Memory Fragment (Relaxation) + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,10; + - Id: 312434 + AegisName: F_Crystal_MATK + Name: Memory Fragment (Admiration) + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,5; + - Id: 312435 + AegisName: F_Crystal_MSP + Name: Memory Fragment (Freedom) + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,5; + - Id: 312436 + AegisName: F_Crystal_ATK + Name: Memory Fragment (Bravery) + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,5; + - Id: 312437 + AegisName: F_Crystal_MHP + Name: Memory Fragment (Hope) + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,5; + - Id: 312445 + AegisName: aegis_312445 + Name: Autospell (Chain Lightning) + Type: Card + SubType: Enchant + Script: | + bonus3 bAutoSpell,"WL_CHAINLIGHTNING",5,100; + - Id: 312446 + AegisName: aegis_312446 + Name: Magic Ore + Type: Card + SubType: Enchant + Script: | + bonus bNoGemStone; + - Id: 312447 + AegisName: Justice_Vigor_BO + Name: Good Vigor (Biolo) + Type: Card + SubType: Enchant + - Id: 312448 + AegisName: Injustice_Vigor_BO + Name: Evil Vigor (Biolo) + Type: Card + SubType: Enchant + - Id: 312449 + AegisName: Justice_Vigor_DK + Name: Good Vigor (Dragon Knight) + Type: Card + SubType: Enchant + - Id: 312450 + AegisName: Injustice_Vigor_DK + Name: Evil Vigor (Dragon Knight) + Type: Card + SubType: Enchant + - Id: 312451 + AegisName: Justice_Vigor_SH + Name: Good Vigor (Spirit Handler) + Type: Card + SubType: Enchant + - Id: 312452 + AegisName: Injustice_Vigor_SH + Name: Evil Vigor (Spirit Handler) + Type: Card + SubType: Enchant + - Id: 312453 + AegisName: aegis_312453 + Name: Constellation's Barrier (1) + Type: Card + SubType: Enchant + - Id: 312454 + AegisName: aegis_312454 + Name: Constellation's Barrier (2) + Type: Card + SubType: Enchant + - Id: 312455 + AegisName: aegis_312455 + Name: Constellation's Barrier (3) + Type: Card + SubType: Enchant + - Id: 312456 + AegisName: aegis_312456 + Name: Constellation's Barrier (4) + Type: Card + SubType: Enchant + - Id: 312457 + AegisName: aegis_312457 + Name: Constellation's Barrier (5) + Type: Card + SubType: Enchant + - Id: 312458 + AegisName: aegis_312458 + Name: Constellation's Barrier (6) + Type: Card + SubType: Enchant + - Id: 312459 + AegisName: aegis_312459 + Name: Constellation's Barrier (7) + Type: Card + SubType: Enchant + - Id: 312460 + AegisName: aegis_312460 + Name: Constellation's Barrier (8) + Type: Card + SubType: Enchant + - Id: 312461 + AegisName: aegis_312461 + Name: Constellation's Barrier (9) + Type: Card + SubType: Enchant + - Id: 312462 + AegisName: aegis_312462 + Name: Constellation's Barrier (10) + Type: Card + SubType: Enchant + - Id: 312463 + AegisName: aegis_312463 + Name: Constellation's Barrier (11) + Type: Card + SubType: Enchant + - Id: 312464 + AegisName: aegis_312464 + Name: Constellation's Barrier (12) + Type: Card + SubType: Enchant + - Id: 312465 + AegisName: aegis_312465 + Name: Constellation's Barrier (13) + Type: Card + SubType: Enchant + - Id: 312466 + AegisName: aegis_312466 + Name: Constellation's Barrier (14) + Type: Card + SubType: Enchant + - Id: 312467 + AegisName: aegis_312467 + Name: Constellation's Barrier (15) + Type: Card + SubType: Enchant + - Id: 312468 + AegisName: aegis_312468 + Name: Constellation's Barrier (16) + Type: Card + SubType: Enchant + - Id: 312469 + AegisName: aegis_312469 + Name: Constellation's Barrier (17) + Type: Card + SubType: Enchant + - Id: 312470 + AegisName: aegis_312470 + Name: Constellation's Barrier (18) + Type: Card + SubType: Enchant + - Id: 312471 + AegisName: aegis_312471 + Name: Constellation's Barrier (19) + Type: Card + SubType: Enchant + - Id: 312472 + AegisName: aegis_312472 + Name: Constellation's Barrier (20) + Type: Card + SubType: Enchant + - Id: 312473 + AegisName: aegis_312473 + Name: Latent Release (Archmage III) + Type: Card + SubType: Enchant + - Id: 312475 + AegisName: aegis_312475 + Name: No Thoughts + Type: Card + SubType: Enchant + Script: | + autobonus "{ bonus bCritical,100; bonus bCritAtkRate,100; }",100,10000,BF_WEAPON; + - Id: 312476 + AegisName: aegis_312476 + Name: Sky Emperor Stone (Garment) + Type: Card + SubType: Enchant + Script: | + .@a = getskilllv("SKE_SKY_MASTERY")/2; + bonus bCritical,10; + bonus2 bAddRace,RC_All,.@a; + bonus2 bAddRace,RC_Player_Human,-.@a; + bonus2 bAddRace,RC_Player_Doram,-.@a; + - Id: 312477 + AegisName: aegis_312477 + Name: Elemental Master Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_Poison,2*getskilllv("EM_INCREASING_ACTIVITY"); + bonus2 bMagicAtkEle,Ele_Fire,2*getskilllv("EM_INCREASING_ACTIVITY"); + - Id: 312478 + AegisName: aegis_312478 + Name: Meister Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,2*getskilllv("MT_M_MACHINE"); + - Id: 312479 + AegisName: Physical_Seed_1 + Name: Physical Seed 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,1; + bonus bDef,5; + - Id: 312480 + AegisName: Physical_Seed_2 + Name: Physical Seed 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,2; + bonus bDef,10; + - Id: 312481 + AegisName: Physical_Seed_3 + Name: Physical Seed 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,3; + bonus bDef,15; + - Id: 312482 + AegisName: Physical_Seed_4 + Name: Physical Seed 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,4; + bonus bDef,20; + - Id: 312483 + AegisName: Physical_Seed_5 + Name: Physical Seed 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,5; + bonus bDef,25; + - Id: 312484 + AegisName: Physical_Seed_6 + Name: Physical Seed 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,6; + bonus bDef,30; + - Id: 312485 + AegisName: Physical_Seed_7 + Name: Physical Seed 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,7; + bonus bDef,35; + - Id: 312486 + AegisName: Physical_Seed_8 + Name: Physical Seed 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,8; + bonus bDef,40; + - Id: 312487 + AegisName: Physical_Seed_9 + Name: Physical Seed 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,9; + bonus bDef,45; + - Id: 312488 + AegisName: Physical_Seed_10 + Name: Physical Seed 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,10; + bonus bDef,50; + - Id: 312489 + AegisName: Magical_Seed_1 + Name: Magical Seed 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,1; + bonus bDef,5; + - Id: 312490 + AegisName: Magical_Seed_2 + Name: Magical Seed 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,2; + bonus bDef,10; + - Id: 312491 + AegisName: Magical_Seed_3 + Name: Magical Seed 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,3; + bonus bDef,15; + - Id: 312492 + AegisName: Magical_Seed_4 + Name: Magical Seed 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,4; + bonus bDef,20; + - Id: 312493 + AegisName: Magical_Seed_5 + Name: Magical Seed 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,5; + bonus bDef,25; + - Id: 312494 + AegisName: Magical_Seed_6 + Name: Magical Seed 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,6; + bonus bDef,30; + - Id: 312495 + AegisName: Magical_Seed_7 + Name: Magical Seed 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,7; + bonus bDef,35; + - Id: 312496 + AegisName: Magical_Seed_8 + Name: Magical Seed 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,8; + bonus bDef,40; + - Id: 312497 + AegisName: Magical_Seed_9 + Name: Magical Seed 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,9; + bonus bDef,45; + - Id: 312498 + AegisName: Magical_Seed_10 + Name: Magical Seed 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,10; + bonus bDef,50; + - Id: 312499 + AegisName: Physical_Leaf_1 + Name: Physical Leaf 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,12; + bonus bDef,50; + - Id: 312500 + AegisName: Physical_Leaf_2 + Name: Physical Leaf 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,14; + bonus bDef,50; + - Id: 312501 + AegisName: Physical_Leaf_3 + Name: Physical Leaf 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,16; + bonus bDef,50; + - Id: 312502 + AegisName: Physical_Leaf_4 + Name: Physical Leaf 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,18; + bonus bDef,50; + - Id: 312503 + AegisName: Physical_Leaf_5 + Name: Physical Leaf 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,20; + bonus bDef,50; + - Id: 312504 + AegisName: Magical_Leaf_1 + Name: Magical Leaf 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,12; + bonus bDef,50; + - Id: 312505 + AegisName: Magical_Leaf_2 + Name: Magical Leaf 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,14; + bonus bDef,50; + - Id: 312506 + AegisName: Magical_Leaf_3 + Name: Magical Leaf 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,16; + bonus bDef,50; + - Id: 312507 + AegisName: Magical_Leaf_4 + Name: Magical Leaf 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,18; + bonus bDef,50; + - Id: 312508 + AegisName: Magical_Leaf_5 + Name: Magical Leaf 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,20; + bonus bDef,50; + - Id: 312509 + AegisName: Physical_Flower_1 + Name: Physical Flower 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,22; + bonus bDef,50; + bonus bMRes,5; + bonus bRes,5; + - Id: 312510 + AegisName: Physical_Flower_2 + Name: Physical Flower 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,24; + bonus bDef,50; + bonus bMRes,10; + bonus bRes,10; + - Id: 312511 + AegisName: Physical_Flower_3 + Name: Physical Flower 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,26; + bonus bDef,50; + bonus bMRes,15; + bonus bRes,15; + - Id: 312512 + AegisName: Physical_Flower_4 + Name: Physical Flower 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,28; + bonus bDef,50; + bonus bMRes,20; + bonus bRes,20; + - Id: 312513 + AegisName: Physical_Flower_5 + Name: Physical Flower 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,30; + bonus bDef,50; + bonus bMRes,25; + bonus bRes,25; + - Id: 312514 + AegisName: Magical_Flower_1 + Name: Magical Flower 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,22; + bonus bDef,50; + bonus bMRes,5; + bonus bRes,5; + - Id: 312515 + AegisName: Magical_Flower_2 + Name: Magical Flower 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,24; + bonus bDef,50; + bonus bMRes,10; + bonus bRes,10; + - Id: 312516 + AegisName: Magical_Flower_3 + Name: Magical Flower 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,26; + bonus bDef,50; + bonus bMRes,15; + bonus bRes,15; + - Id: 312517 + AegisName: Magical_Flower_4 + Name: Magical Flower 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,28; + bonus bDef,50; + bonus bMRes,20; + bonus bRes,20; + - Id: 312518 + AegisName: Magical_Flower_5 + Name: Magical Flower 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,30; + bonus bDef,50; + bonus bMRes,25; + bonus bRes,25; + - Id: 312519 + AegisName: Physical_Fruit_1 + Name: Physical Fruit 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,3; + bonus bDef,5; + - Id: 312520 + AegisName: Physical_Fruit_2 + Name: Physical Fruit 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,6; + bonus bDef,10; + - Id: 312521 + AegisName: Physical_Fruit_3 + Name: Physical Fruit 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,9; + bonus bDef,15; + - Id: 312522 + AegisName: Physical_Fruit_4 + Name: Physical Fruit 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,12; + bonus bDef,20; + - Id: 312523 + AegisName: Physical_Fruit_5 + Name: Physical Fruit 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,15; + bonus bDef,25; + - Id: 312524 + AegisName: Physical_Fruit_6 + Name: Physical Fruit 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,18; + bonus bDef,30; + - Id: 312525 + AegisName: Physical_Fruit_7 + Name: Physical Fruit 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,21; + bonus bDef,35; + - Id: 312526 + AegisName: Physical_Fruit_8 + Name: Physical Fruit 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,24; + bonus bDef,40; + - Id: 312527 + AegisName: Physical_Fruit_9 + Name: Physical Fruit 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,27; + bonus bDef,45; + - Id: 312528 + AegisName: Physical_Fruit_10 + Name: Physical Fruit 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,30; + bonus bDef,50; + - Id: 312529 + AegisName: Physical_Fruit_11 + Name: Physical Fruit 11Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,1; + bonus bBaseAtk,30; + bonus bDef,50; + - Id: 312530 + AegisName: Physical_Fruit_12 + Name: Physical Fruit 12Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,2; + bonus bBaseAtk,30; + bonus bDef,50; + - Id: 312531 + AegisName: Physical_Fruit_13 + Name: Physical Fruit 13Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,3; + bonus bBaseAtk,30; + bonus bDef,50; + - Id: 312532 + AegisName: Physical_Fruit_14 + Name: Physical Fruit 14Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,4; + bonus bBaseAtk,30; + bonus bDef,50; + - Id: 312533 + AegisName: Physical_Fruit_15 + Name: Physical Fruit 15Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,5; + bonus bBaseAtk,30; + bonus bDef,50; + - Id: 312534 + AegisName: Physical_Fruit_16 + Name: Physical Fruit 16Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,6; + bonus bBaseAtk,30; + bonus bDef,50; + bonus2 bAddSize,Size_All,3; + - Id: 312535 + AegisName: Physical_Fruit_17 + Name: Physical Fruit 17Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,7; + bonus bBaseAtk,30; + bonus bDef,50; + bonus2 bAddSize,Size_All,6; + - Id: 312536 + AegisName: Physical_Fruit_18 + Name: Physical Fruit 18Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,7; + bonus bBaseAtk,30; + bonus bDef,50; + bonus2 bAddSize,Size_All,9; + - Id: 312537 + AegisName: Physical_Fruit_19 + Name: Physical Fruit 19Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,7; + bonus bBaseAtk,30; + bonus bDef,50; + bonus2 bAddSize,Size_All,12; + - Id: 312538 + AegisName: Physical_Fruit_20 + Name: Physical Fruit 20Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,7; + bonus bBaseAtk,30; + bonus bDef,50; + bonus2 bAddSize,Size_All,15; + - Id: 312539 + AegisName: Magical_Fruit_1 + Name: Magical Fruit 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,3; + bonus bDef,5; + - Id: 312540 + AegisName: Magical_Fruit_2 + Name: Magical Fruit 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,6; + bonus bDef,10; + - Id: 312541 + AegisName: Magical_Fruit_3 + Name: Magical Fruit 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,9; + bonus bDef,15; + - Id: 312542 + AegisName: Magical_Fruit_4 + Name: Magical Fruit 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,12; + bonus bDef,20; + - Id: 312543 + AegisName: Magical_Fruit_5 + Name: Magical Fruit 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,15; + bonus bDef,25; + - Id: 312544 + AegisName: Magical_Fruit_6 + Name: Magical Fruit 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,18; + bonus bDef,30; + - Id: 312545 + AegisName: Magical_Fruit_7 + Name: Magical Fruit 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,21; + bonus bDef,35; + - Id: 312546 + AegisName: Magical_Fruit_8 + Name: Magical Fruit 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,24; + bonus bDef,40; + - Id: 312547 + AegisName: Magical_Fruit_9 + Name: Magical Fruit 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,27; + bonus bDef,45; + - Id: 312548 + AegisName: Magical_Fruit_10 + Name: Magical Fruit 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatk,30; + bonus bDef,50; + - Id: 312549 + AegisName: Magical_Fruit_11 + Name: Magical Fruit 11Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,1; + bonus bMatk,30; + bonus bDef,50; + - Id: 312550 + AegisName: Magical_Fruit_12 + Name: Magical Fruit 12Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,2; + bonus bMatk,30; + bonus bDef,50; + - Id: 312551 + AegisName: Magical_Fruit_13 + Name: Magical Fruit 13Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,3; + bonus bMatk,30; + bonus bDef,50; + - Id: 312552 + AegisName: Magical_Fruit_14 + Name: Magical Fruit 14Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,4; + bonus bMatk,30; + bonus bDef,50; + - Id: 312553 + AegisName: Magical_Fruit_15 + Name: Magical Fruit 15Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,5; + bonus bMatk,30; + bonus bDef,50; + - Id: 312554 + AegisName: Magical_Fruit_16 + Name: Magical Fruit 16Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,6; + bonus bMatk,30; + bonus bDef,50; + bonus2 bMagicAddSize,Size_All,3; + - Id: 312555 + AegisName: Magical_Fruit_17 + Name: Magical Fruit 17Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,7; + bonus bMatk,30; + bonus bDef,50; + bonus2 bMagicAddSize,Size_All,6; + - Id: 312556 + AegisName: Magical_Fruit_18 + Name: Magical Fruit 18Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,7; + bonus bMatk,30; + bonus bDef,50; + bonus2 bMagicAddSize,Size_All,9; + - Id: 312557 + AegisName: Magical_Fruit_19 + Name: Magical Fruit 19Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,7; + bonus bMatk,30; + bonus bDef,50; + bonus2 bMagicAddSize,Size_All,12; + - Id: 312558 + AegisName: Magical_Fruit_20 + Name: Magical Fruit 20Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,7; + bonus bMatk,30; + bonus bDef,50; + bonus2 bMagicAddSize,Size_All,15; + - Id: 312559 + AegisName: Life_of_Spring_1 + Name: Life of Spring 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,1; + bonus bShortAtkRate,1; + - Id: 312560 + AegisName: Life_of_Spring_2 + Name: Life of Spring 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,2; + bonus bShortAtkRate,2; + - Id: 312561 + AegisName: Life_of_Spring_3 + Name: Life of Spring 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,3; + bonus bShortAtkRate,3; + - Id: 312562 + AegisName: Life_of_Spring_4 + Name: Life of Spring 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,4; + bonus bShortAtkRate,4; + - Id: 312563 + AegisName: Life_of_Spring_5 + Name: Life of Spring 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,5; + bonus bShortAtkRate,5; + - Id: 312564 + AegisName: Life_of_Spring_6 + Name: Life of Spring 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,6; + bonus bShortAtkRate,6; + - Id: 312565 + AegisName: Life_of_Spring_7 + Name: Life of Spring 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,7; + bonus bShortAtkRate,7; + - Id: 312566 + AegisName: Life_of_Spring_8 + Name: Life of Spring 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,8; + bonus bShortAtkRate,8; + - Id: 312567 + AegisName: Life_of_Spring_9 + Name: Life of Spring 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,9; + bonus bShortAtkRate,9; + - Id: 312568 + AegisName: Life_of_Spring_10 + Name: Life of Spring 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,10; + bonus bShortAtkRate,10; + - Id: 312569 + AegisName: Life_of_Spring_11 + Name: Life of Spring 11Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,11; + bonus bShortAtkRate,10; + - Id: 312570 + AegisName: Life_of_Spring_12 + Name: Life of Spring 12Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,12; + bonus bShortAtkRate,10; + - Id: 312571 + AegisName: Life_of_Spring_13 + Name: Life of Spring 13Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,13; + bonus bShortAtkRate,10; + - Id: 312572 + AegisName: Life_of_Spring_14 + Name: Life of Spring 14Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,14; + bonus bShortAtkRate,10; + - Id: 312573 + AegisName: Life_of_Spring_15 + Name: Life of Spring 15Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,15; + bonus bShortAtkRate,10; + - Id: 312574 + AegisName: Life_of_Spring_16 + Name: Life of Spring 16Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,16; + bonus bShortAtkRate,13; + - Id: 312575 + AegisName: Life_of_Spring_17 + Name: Life of Spring 17Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,17; + bonus bShortAtkRate,16; + - Id: 312576 + AegisName: Life_of_Spring_18 + Name: Life of Spring 18Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,18; + bonus bShortAtkRate,19; + - Id: 312577 + AegisName: Life_of_Spring_19 + Name: Life of Spring 19Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,19; + bonus bShortAtkRate,22; + - Id: 312578 + AegisName: Life_of_Spring_20 + Name: Life of Spring 20Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bShortAtkRate,25; + - Id: 312579 + AegisName: Life_of_Summer_1 + Name: Life of Summer 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,1; + bonus bLongAtkRate,1; + - Id: 312580 + AegisName: Life_of_Summer_2 + Name: Life of Summer 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,2; + bonus bLongAtkRate,2; + - Id: 312581 + AegisName: Life_of_Summer_3 + Name: Life of Summer 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,3; + bonus bLongAtkRate,3; + - Id: 312582 + AegisName: Life_of_Summer_4 + Name: Life of Summer 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,4; + bonus bLongAtkRate,4; + - Id: 312583 + AegisName: Life_of_Summer_5 + Name: Life of Summer 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,5; + bonus bLongAtkRate,5; + - Id: 312584 + AegisName: Life_of_Summer_6 + Name: Life of Summer 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,6; + bonus bLongAtkRate,6; + - Id: 312585 + AegisName: Life_of_Summer_7 + Name: Life of Summer 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,7; + bonus bLongAtkRate,7; + - Id: 312586 + AegisName: Life_of_Summer_8 + Name: Life of Summer 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,8; + bonus bLongAtkRate,8; + - Id: 312587 + AegisName: Life_of_Summer_9 + Name: Life of Summer 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,9; + bonus bLongAtkRate,9; + - Id: 312588 + AegisName: Life_of_Summer_10 + Name: Life of Summer 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,10; + bonus bLongAtkRate,10; + - Id: 312589 + AegisName: Life_of_Summer_11 + Name: Life of Summer 11Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,11; + bonus bLongAtkRate,10; + - Id: 312590 + AegisName: Life_of_Summer_12 + Name: Life of Summer 12Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,12; + bonus bLongAtkRate,10; + - Id: 312591 + AegisName: Life_of_Summer_13 + Name: Life of Summer 13Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,13; + bonus bLongAtkRate,10; + - Id: 312592 + AegisName: Life_of_Summer_14 + Name: Life of Summer 14Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,14; + bonus bLongAtkRate,10; + - Id: 312593 + AegisName: Life_of_Summer_15 + Name: Life of Summer 15Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,15; + bonus bLongAtkRate,10; + - Id: 312594 + AegisName: Life_of_Summer_16 + Name: Life of Summer 16Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,16; + bonus bLongAtkRate,13; + - Id: 312595 + AegisName: Life_of_Summer_17 + Name: Life of Summer 17Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,17; + bonus bLongAtkRate,16; + - Id: 312596 + AegisName: Life_of_Summer_18 + Name: Life of Summer 18Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,18; + bonus bLongAtkRate,19; + - Id: 312597 + AegisName: Life_of_Summer_19 + Name: Life of Summer 19Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,19; + bonus bLongAtkRate,22; + - Id: 312598 + AegisName: Life_of_Summer_20 + Name: Life of Summer 20Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bLongAtkRate,25; + - Id: 312599 + AegisName: Life_of_Autumn_1 + Name: Life of Autumn 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,1; + bonus2 bMagicAtkEle,Ele_All,1; + - Id: 312600 + AegisName: Life_of_Autumn_2 + Name: Life of Autumn 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,2; + bonus2 bMagicAtkEle,Ele_All,2; + - Id: 312601 + AegisName: Life_of_Autumn_3 + Name: Life of Autumn 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,3; + bonus2 bMagicAtkEle,Ele_All,3; + - Id: 312602 + AegisName: Life_of_Autumn_4 + Name: Life of Autumn 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,4; + bonus2 bMagicAtkEle,Ele_All,4; + - Id: 312603 + AegisName: Life_of_Autumn_5 + Name: Life of Autumn 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,5; + bonus2 bMagicAtkEle,Ele_All,5; + - Id: 312604 + AegisName: Life_of_Autumn_6 + Name: Life of Autumn 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,6; + bonus2 bMagicAtkEle,Ele_All,6; + - Id: 312605 + AegisName: Life_of_Autumn_7 + Name: Life of Autumn 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,7; + bonus2 bMagicAtkEle,Ele_All,7; + - Id: 312606 + AegisName: Life_of_Autumn_8 + Name: Life of Autumn 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,8; + bonus2 bMagicAtkEle,Ele_All,8; + - Id: 312607 + AegisName: Life_of_Autumn_9 + Name: Life of Autumn 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,9; + bonus2 bMagicAtkEle,Ele_All,9; + - Id: 312608 + AegisName: Life_of_Autumn_10 + Name: Life of Autumn 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,10; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312609 + AegisName: Life_of_Autumn_11 + Name: Life of Autumn 11Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,11; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312610 + AegisName: Life_of_Autumn_12 + Name: Life of Autumn 12Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,12; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312611 + AegisName: Life_of_Autumn_13 + Name: Life of Autumn 13Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,13; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312612 + AegisName: Life_of_Autumn_14 + Name: Life of Autumn 14Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,14; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312613 + AegisName: Life_of_Autumn_15 + Name: Life of Autumn 15Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,15; + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312614 + AegisName: Life_of_Autumn_16 + Name: Life of Autumn 16Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,16; + bonus2 bMagicAtkEle,Ele_All,13; + - Id: 312615 + AegisName: Life_of_Autumn_17 + Name: Life of Autumn 17Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,17; + bonus2 bMagicAtkEle,Ele_All,16; + - Id: 312616 + AegisName: Life_of_Autumn_18 + Name: Life of Autumn 18Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,18; + bonus2 bMagicAtkEle,Ele_All,19; + - Id: 312617 + AegisName: Life_of_Autumn_19 + Name: Life of Autumn 19Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,19; + bonus2 bMagicAtkEle,Ele_All,22; + - Id: 312618 + AegisName: Life_of_Autumn_20 + Name: Life of Autumn 20Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,20; + bonus2 bMagicAtkEle,Ele_All,25; + - Id: 312619 + AegisName: Life_of_Winter_1 + Name: Life of Winter 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,1; + bonus bCritAtkRate,1; + - Id: 312620 + AegisName: Life_of_Winter_2 + Name: Life of Winter 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,2; + bonus bCritAtkRate,2; + - Id: 312621 + AegisName: Life_of_Winter_3 + Name: Life of Winter 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,3; + bonus bCritAtkRate,3; + - Id: 312622 + AegisName: Life_of_Winter_4 + Name: Life of Winter 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,4; + bonus bCritAtkRate,4; + - Id: 312623 + AegisName: Life_of_Winter_5 + Name: Life of Winter 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,5; + bonus bCritAtkRate,5; + - Id: 312624 + AegisName: Life_of_Winter_6 + Name: Life of Winter 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,6; + bonus bCritAtkRate,6; + - Id: 312625 + AegisName: Life_of_Winter_7 + Name: Life of Winter 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,7; + bonus bCritAtkRate,7; + - Id: 312626 + AegisName: Life_of_Winter_8 + Name: Life of Winter 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,8; + bonus bCritAtkRate,8; + - Id: 312627 + AegisName: Life_of_Winter_9 + Name: Life of Winter 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,9; + bonus bCritAtkRate,9; + - Id: 312628 + AegisName: Life_of_Winter_10 + Name: Life of Winter 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,10; + bonus bCritAtkRate,10; + - Id: 312629 + AegisName: Life_of_Winter_11 + Name: Life of Winter 11Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,11; + bonus bCritAtkRate,10; + - Id: 312630 + AegisName: Life_of_Winter_12 + Name: Life of Winter 12Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,12; + bonus bCritAtkRate,10; + - Id: 312631 + AegisName: Life_of_Winter_13 + Name: Life of Winter 13Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,13; + bonus bCritAtkRate,10; + - Id: 312632 + AegisName: Life_of_Winter_14 + Name: Life of Winter 14Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,14; + bonus bCritAtkRate,10; + - Id: 312633 + AegisName: Life_of_Winter_15 + Name: Life of Winter 15Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,15; + bonus bCritAtkRate,10; + - Id: 312634 + AegisName: Life_of_Winter_16 + Name: Life of Winter 16Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,16; + bonus bCritAtkRate,13; + - Id: 312635 + AegisName: Life_of_Winter_17 + Name: Life of Winter 17Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,17; + bonus bCritAtkRate,16; + - Id: 312636 + AegisName: Life_of_Winter_18 + Name: Life of Winter 18Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,18; + bonus bCritAtkRate,19; + - Id: 312637 + AegisName: Life_of_Winter_19 + Name: Life of Winter 19Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,19; + bonus bCritAtkRate,22; + - Id: 312638 + AegisName: Life_of_Winter_20 + Name: Life of Winter 20Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bCritAtkRate,25; + - Id: 312639 + AegisName: Justice_Vigor_EM + Name: Good Vigor (Elemental Master) + Type: Card + SubType: Enchant + - Id: 312640 + AegisName: Justice_Vigor_WH + Name: Good Vigor (Windhawk) + Type: Card + SubType: Enchant + - Id: 312641 + AegisName: Justice_Vigor_SKE + Name: Good Vigor (Sky Emperor) + Type: Card + SubType: Enchant + - Id: 312642 + AegisName: Injustice_Vigor_EM + Name: Evil Vigor (Elemental Master) + Type: Card + SubType: Enchant + - Id: 312643 + AegisName: Injustice_Vigor_WH + Name: Evil Vigor (Windhawk) + Type: Card + SubType: Enchant + - Id: 312644 + AegisName: Injustice_Vigor_SKE + Name: Evil Vigor (Sky Emperor) + Type: Card + SubType: Enchant + - Id: 312649 + AegisName: Justice_Vigor_MT + Name: Good Vigor (Meister) + Type: Card + SubType: Enchant + - Id: 312650 + AegisName: Justice_Vigor_SHC + Name: Good Vigor (Shadow Cross) + Type: Card + SubType: Enchant + - Id: 312651 + AegisName: Justice_Vigor_SS + Name: Good Vigor (Shinkiro & Shiranui) + Type: Card + SubType: Enchant + - Id: 312652 + AegisName: Injustice_Vigor_MT + Name: Evil Vigor (Meister) + Type: Card + SubType: Enchant + - Id: 312653 + AegisName: Injustice_Vigor_SHC + Name: Evil Vigor (Shadow Cross) + Type: Card + SubType: Enchant + - Id: 312654 + AegisName: Injustice_Vigor_SS + Name: Evil Vigor (Shinkiro & Shiranui) + Type: Card + SubType: Enchant + - Id: 312655 + AegisName: Shadow_ATK_1 + Name: S. Attack Power 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,1; + - Id: 312656 + AegisName: Shadow_ATK_2 + Name: S. Attack Power 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,2; + - Id: 312657 + AegisName: Shadow_ATK_3 + Name: S. Attack Power 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,3; + - Id: 312658 + AegisName: Shadow_ATK_4 + Name: S. Attack Power 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,4; + - Id: 312659 + AegisName: Shadow_ATK_5 + Name: S. Attack Power 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bAtkRate,5; + - Id: 312660 + AegisName: Shadow_MATK_1 + Name: S. Magic Power 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,1; + - Id: 312661 + AegisName: Shadow_MATK_2 + Name: S. Magic Power 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,2; + - Id: 312662 + AegisName: Shadow_MATK_3 + Name: S. Magic Power 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,3; + - Id: 312663 + AegisName: Shadow_MATK_4 + Name: S. Magic Power 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,4; + - Id: 312664 + AegisName: Shadow_MATK_5 + Name: S. Magic Power 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMatkRate,5; + - Id: 312665 + AegisName: Shadow_CRI_1 + Name: S. Critical 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,1; + - Id: 312666 + AegisName: Shadow_CRI_2 + Name: S. Critical 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,2; + - Id: 312667 + AegisName: Shadow_CRI_3 + Name: S. Critical 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,3; + - Id: 312668 + AegisName: Shadow_CRI_4 + Name: S. Critical 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,4; + - Id: 312669 + AegisName: Shadow_CRI_5 + Name: S. Critical 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritical,5; + - Id: 312670 + AegisName: Shadow_CAST_1 + Name: S. Casting 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-1; + - Id: 312671 + AegisName: Shadow_CAST_2 + Name: S. Casting 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-2; + - Id: 312672 + AegisName: Shadow_CAST_3 + Name: S. Casting 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-3; + - Id: 312673 + AegisName: Shadow_CAST_4 + Name: S. Casting 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-4; + - Id: 312674 + AegisName: Shadow_CAST_5 + Name: S. Casting 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-5; + - Id: 312675 + AegisName: Shadow_HP_1 + Name: S. Vitality 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,1; + - Id: 312676 + AegisName: Shadow_HP_2 + Name: S. Vitality 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,2; + - Id: 312677 + AegisName: Shadow_HP_3 + Name: S. Vitality 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,3; + - Id: 312678 + AegisName: Shadow_HP_4 + Name: S. Vitality 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,4; + - Id: 312679 + AegisName: Shadow_HP_5 + Name: S. Vitality 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,5; + - Id: 312680 + AegisName: Shadow_SP_1 + Name: S. Mentality 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,1; + - Id: 312681 + AegisName: Shadow_SP_2 + Name: S. Mentality 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,2; + - Id: 312682 + AegisName: Shadow_SP_3 + Name: S. Mentality 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,3; + - Id: 312683 + AegisName: Shadow_SP_4 + Name: S. Mentality 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,4; + - Id: 312684 + AegisName: Shadow_SP_5 + Name: S. Mentality 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,5; + - Id: 312685 + AegisName: Justice_Vigor_ABC + Name: Good Vigor (Abyss Chaser) + Type: Card + SubType: Enchant + - Id: 312686 + AegisName: Injustice_Vigor_ABC + Name: Evil Vigor (Abyss Chaser) + Type: Card + SubType: Enchant + - Id: 312687 + AegisName: Justice_Vigor_TR + Name: Good Vigor (Troubadour & Trouvere) + Type: Card + SubType: Enchant + - Id: 312688 + AegisName: Injustice_Vigor_TR + Name: Evil Vigor (Troubadour & Trouvere) + Type: Card + SubType: Enchant + - Id: 312689 + AegisName: Justice_Vigor_HN + Name: Good Vigor (Hyper Novice) + Type: Card + SubType: Enchant + - Id: 312690 + AegisName: Injustice_Vigor_HN + Name: Evil Vigor (Hyper Novice) + Type: Card + SubType: Enchant + - Id: 312691 + AegisName: aegis_312691 + Name: Latent Release (Cardinal V) + Type: Card + SubType: Enchant + - Id: 312692 + AegisName: aegis_312692 + Name: Abyss Chaser Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bAddRace,RC_All,(getskilllv("ABC_FRENZY_SHOT")/2); + bonus2 bAddRace,RC_Player_Human,-(getskilllv("ABC_FRENZY_SHOT")/2); + bonus2 bAddRace,RC_Player_Doram,-(getskilllv("ABC_FRENZY_SHOT")/2); + - Id: 312693 + AegisName: aegis_312693 + Name: Troubadour & Trouvere Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,2*getskilllv("TR_RHYTHMSHOOTING"); + - Id: 312694 + AegisName: aegis_312694 + Name: Hyper Novice Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bSkillAtk,"HN_NAPALM_VULCAN_STRIKE",10; + bonus2 bMagicAtkEle,Ele_Ghost,getskilllv("HN_SELFSTUDY_SOCERY"); + bonus2 bMagicAtkEle,Ele_Wind,getskilllv("HN_SELFSTUDY_SOCERY"); + bonus2 bMagicAtkEle,Ele_Water,getskilllv("HN_SELFSTUDY_SOCERY"); + - Id: 312695 + AegisName: T_D_Jewel_STR_1 + Name: Time Dimension Jewel (Strength) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,(.@r/2); + bonus bShortAtkRate,(.@r/3); + - Id: 312696 + AegisName: T_D_Jewel_STR_2 + Name: Time Dimension Jewel (Strength) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,3*(.@r/2); + bonus bShortAtkRate,(.@r/3); + bonus bPAtk,(.@r/5); + - Id: 312697 + AegisName: T_D_Jewel_STR_3 + Name: Time Dimension Jewel (Strength) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,5*(.@r/2); + bonus bShortAtkRate,2*(.@r/3); + bonus bPAtk,(.@r/4); + - Id: 312698 + AegisName: T_D_Jewel_AGI_1 + Name: Time Dimension Jewel (Agility) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,(.@r/2); + bonus bBaseAtk,(.@r/2); + bonus bDelayrate,-(.@r/3); + bonus bAspdRate,2*(.@r/3); + - Id: 312699 + AegisName: T_D_Jewel_AGI_2 + Name: Time Dimension Jewel (Agility) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,3*(.@r/2); + bonus bBaseAtk,3*(.@r/2); + bonus bDelayrate,-(.@r/3); + bonus bAspdRate,2*(.@r/3); + bonus bPAtk,(.@r/5); + bonus bSMatk,(.@r/5); + - Id: 312700 + AegisName: T_D_Jewel_AGI_3 + Name: Time Dimension Jewel (Agility) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,5*(.@r/2); + bonus bBaseAtk,5*(.@r/2); + bonus bDelayrate,-2*(.@r/3); + bonus bAspdRate,4*(.@r/3); + bonus bPAtk,(.@r/4); + bonus bSMatk,(.@r/4); + - Id: 312701 + AegisName: T_D_Jewel_DEX_1 + Name: Time Dimension Jewel (Dexterity) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,(.@r/2); + bonus bLongAtkRate,(.@r/3); + - Id: 312702 + AegisName: T_D_Jewel_DEX_2 + Name: Time Dimension Jewel (Dexterity) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,3*(.@r/2); + bonus bLongAtkRate,(.@r/3); + bonus bPAtk,(.@r/5); + - Id: 312703 + AegisName: T_D_Jewel_DEX_3 + Name: Time Dimension Jewel (Dexterity) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,5*(.@r/2); + bonus bLongAtkRate,2*(.@r/3); + bonus bPAtk,(.@r/4); + - Id: 312704 + AegisName: T_D_Jewel_VIT_1 + Name: Time Dimension Jewel (Vitality) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,(.@r/2); + bonus bBaseAtk,(.@r/2); + bonus bMaxHPrate,(.@r/3); + - Id: 312705 + AegisName: T_D_Jewel_VIT_2 + Name: Time Dimension Jewel (Vitality) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,3*(.@r/2); + bonus bBaseAtk,3*(.@r/2); + bonus bMaxHPrate,(.@r/3); + bonus bPAtk,(.@r/5); + bonus bSMatk,(.@r/5); + - Id: 312706 + AegisName: T_D_Jewel_VIT_3 + Name: Time Dimension Jewel (Vitality) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,5*(.@r/2); + bonus bBaseAtk,5*(.@r/2); + bonus bMaxHPrate,2*(.@r/3); + bonus bPAtk,(.@r/4); + bonus bSMatk,(.@r/4); + - Id: 312707 + AegisName: T_D_Jewel_INT_1 + Name: Time Dimension Jewel (Intelligence) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,(.@r/2); + bonus2 bMagicAtkEle,Ele_All,(.@r/3); + - Id: 312708 + AegisName: T_D_Jewel_INT_2 + Name: Time Dimension Jewel (Intelligence) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,3*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,(.@r/3); + bonus bSMatk,(.@r/5); + - Id: 312709 + AegisName: T_D_Jewel_INT_3 + Name: Time Dimension Jewel (Intelligence) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,5*(.@r/2); + bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); + bonus bSMatk,(.@r/4); + - Id: 312710 + AegisName: T_D_Jewel_LUK_1 + Name: Time Dimension Jewel (Luck) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bBaseAtk,(.@r/2); + bonus bCritAtkRate,2*(.@r/3); + - Id: 312711 + AegisName: T_D_Jewel_LUK_2 + Name: Time Dimension Jewel (Luck) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bCritical,(.@r/2); + bonus bBaseAtk,2*(.@r/2); + bonus bCritAtkRate,2*(.@r/3); + bonus bCRate,(.@r/5); + - Id: 312712 + AegisName: T_D_Jewel_LUK_3 + Name: Time Dimension Jewel (Luck) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bCritical,2*(.@r/2); + bonus bBaseAtk,3*(.@r/2); + bonus bCritAtkRate,3*(.@r/3); + bonus bCRate,(.@r/4); + - Id: 312713 + AegisName: T_D_Jewel_SPR_1 + Name: Time Dimension Jewel (Spirit) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,(.@r/2); + bonus bBaseAtk,(.@r/2); + bonus bMaxSPrate,(.@r/3); + - Id: 312714 + AegisName: T_D_Jewel_SPR_2 + Name: Time Dimension Jewel (Spirit) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,3*(.@r/2); + bonus bBaseAtk,3*(.@r/2); + bonus bMaxSPrate,(.@r/3); + bonus bPAtk,(.@r/5); + bonus bSMatk,(.@r/5); + - Id: 312715 + AegisName: T_D_Jewel_SPR_3 + Name: Time Dimension Jewel (Spirit) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,5*(.@r/2); + bonus bBaseAtk,5*(.@r/2); + bonus bMaxSPrate,2*(.@r/3); + bonus bPAtk,(.@r/4); + bonus bSMatk,(.@r/4); + - Id: 312716 + AegisName: T_D_Jewel_WIS_1 + Name: Time Dimension Jewel (Wisdom) 1Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,(.@r/2); + bonus bBaseAtk,(.@r/2); + bonus bDelayrate,-(.@r/3); + bonus bVariableCastrate,-2*(.@r/3); + - Id: 312717 + AegisName: T_D_Jewel_WIS_2 + Name: Time Dimension Jewel (Wisdom) 2Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,3*(.@r/2); + bonus bBaseAtk,3*(.@r/2); + bonus bDelayrate,-(.@r/3); + bonus bVariableCastrate,-2*(.@r/3); + bonus bPAtk,(.@r/5); + bonus bSMatk,(.@r/5); + - Id: 312718 + AegisName: T_D_Jewel_WIS_3 + Name: Time Dimension Jewel (Wisdom) 3Lv + Type: Card + SubType: Enchant + Script: | + .@r = getrefine(); + bonus bMatk,5*(.@r/2); + bonus bBaseAtk,5*(.@r/2); + bonus bDelayrate,-2*(.@r/3); + bonus bVariableCastrate,-4*(.@r/3); + bonus bPAtk,(.@r/4); + bonus bSMatk,(.@r/4); + - Id: 312719 + AegisName: Mettle_Jewel_1 + Name: Mettle Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,3; + bonus bAtkRate,5; + - Id: 312720 + AegisName: Mettle_Jewel_2 + Name: Mettle Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,6; + bonus bAtkRate,10; + - Id: 312721 + AegisName: Mettle_Jewel_3 + Name: Mettle Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,9; + bonus bAtkRate,15; + - Id: 312722 + AegisName: Mettle_Jewel_4 + Name: Mettle Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,12; + bonus bAtkRate,20; + - Id: 312723 + AegisName: Mettle_Jewel_5 + Name: Mettle Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,15; + bonus bAtkRate,25; + - Id: 312724 + AegisName: Mettle_Jewel_6 + Name: Mettle Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,18; + bonus bAtkRate,30; + - Id: 312725 + AegisName: Mettle_Jewel_7 + Name: Mettle Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,21; + bonus bAtkRate,35; + - Id: 312726 + AegisName: Mettle_Jewel_8 + Name: Mettle Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,24; + bonus bAtkRate,40; + - Id: 312727 + AegisName: Mettle_Jewel_9 + Name: Mettle Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,27; + bonus bAtkRate,45; + - Id: 312728 + AegisName: Mettle_Jewel_10 + Name: Mettle Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,30; + bonus bAtkRate,50; + - Id: 312729 + AegisName: Tenacity_Jewel_1 + Name: Tenacity Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,7; + bonus bPAtk,1; + - Id: 312730 + AegisName: Tenacity_Jewel_2 + Name: Tenacity Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,14; + bonus bPAtk,2; + - Id: 312731 + AegisName: Tenacity_Jewel_3 + Name: Tenacity Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,21; + bonus bPAtk,3; + - Id: 312732 + AegisName: Tenacity_Jewel_4 + Name: Tenacity Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,28; + bonus bPAtk,4; + - Id: 312733 + AegisName: Tenacity_Jewel_5 + Name: Tenacity Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,35; + bonus bPAtk,5; + - Id: 312734 + AegisName: Tenacity_Jewel_6 + Name: Tenacity Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,42; + bonus bPAtk,6; + - Id: 312735 + AegisName: Tenacity_Jewel_7 + Name: Tenacity Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,49; + bonus bPAtk,7; + - Id: 312736 + AegisName: Tenacity_Jewel_8 + Name: Tenacity Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,56; + bonus bPAtk,8; + - Id: 312737 + AegisName: Tenacity_Jewel_9 + Name: Tenacity Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,63; + bonus bPAtk,9; + - Id: 312738 + AegisName: Tenacity_Jewel_10 + Name: Tenacity Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,70; + bonus bPAtk,10; + - Id: 312739 + AegisName: Master_A_Jewel_1 + Name: Master Archer Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,7; + bonus bPAtk,1; + - Id: 312740 + AegisName: Master_A_Jewel_2 + Name: Master Archer Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,14; + bonus bPAtk,2; + - Id: 312741 + AegisName: Master_A_Jewel_3 + Name: Master Archer Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,21; + bonus bPAtk,3; + - Id: 312742 + AegisName: Master_A_Jewel_4 + Name: Master Archer Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,28; + bonus bPAtk,4; + - Id: 312743 + AegisName: Master_A_Jewel_5 + Name: Master Archer Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,35; + bonus bPAtk,5; + - Id: 312744 + AegisName: Master_A_Jewel_6 + Name: Master Archer Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,42; + bonus bPAtk,6; + - Id: 312745 + AegisName: Master_A_Jewel_7 + Name: Master Archer Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,49; + bonus bPAtk,7; + - Id: 312746 + AegisName: Master_A_Jewel_8 + Name: Master Archer Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,56; + bonus bPAtk,8; + - Id: 312747 + AegisName: Master_A_Jewel_9 + Name: Master Archer Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,63; + bonus bPAtk,9; + - Id: 312748 + AegisName: Master_A_Jewel_10 + Name: Master Archer Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,70; + bonus bPAtk,10; + - Id: 312749 + AegisName: Acute_Jewel_1 + Name: Acute Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,20; + bonus bCRate,1; + bonus bCritical,3; + - Id: 312750 + AegisName: Acute_Jewel_2 + Name: Acute Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,35; + bonus bCRate,2; + bonus bCritical,6; + - Id: 312751 + AegisName: Acute_Jewel_3 + Name: Acute Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,50; + bonus bCRate,3; + bonus bCritical,9; + - Id: 312752 + AegisName: Acute_Jewel_4 + Name: Acute Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,65; + bonus bCRate,4; + bonus bCritical,12; + - Id: 312753 + AegisName: Acute_Jewel_5 + Name: Acute Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,80; + bonus bCRate,5; + bonus bCritical,15; + - Id: 312754 + AegisName: Acute_Jewel_6 + Name: Acute Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,95; + bonus bCRate,6; + bonus bCritical,18; + - Id: 312755 + AegisName: Acute_Jewel_7 + Name: Acute Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,110; + bonus bCRate,7; + bonus bCritical,21; + - Id: 312756 + AegisName: Acute_Jewel_8 + Name: Acute Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,125; + bonus bCRate,8; + bonus bCritical,24; + - Id: 312757 + AegisName: Acute_Jewel_9 + Name: Acute Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,140; + bonus bCRate,9; + bonus bCritical,27; + - Id: 312758 + AegisName: Acute_Jewel_10 + Name: Acute Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,155; + bonus bCRate,10; + bonus bCritical,30; + - Id: 312759 + AegisName: Magic_E_Jewel_1 + Name: Magic Essence Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,3; + bonus bMatkRate,5; + - Id: 312760 + AegisName: Magic_E_Jewel_2 + Name: Magic Essence Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,6; + bonus bMatkRate,10; + - Id: 312761 + AegisName: Magic_E_Jewel_3 + Name: Magic Essence Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,9; + bonus bMatkRate,15; + - Id: 312762 + AegisName: Magic_E_Jewel_4 + Name: Magic Essence Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,12; + bonus bMatkRate,20; + - Id: 312763 + AegisName: Magic_E_Jewel_5 + Name: Magic Essence Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,15; + bonus bMatkRate,25; + - Id: 312764 + AegisName: Magic_E_Jewel_6 + Name: Magic Essence Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,18; + bonus bMatkRate,30; + - Id: 312765 + AegisName: Magic_E_Jewel_7 + Name: Magic Essence Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,21; + bonus bMatkRate,35; + - Id: 312766 + AegisName: Magic_E_Jewel_8 + Name: Magic Essence Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,24; + bonus bMatkRate,40; + - Id: 312767 + AegisName: Magic_E_Jewel_9 + Name: Magic Essence Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,27; + bonus bMatkRate,45; + - Id: 312768 + AegisName: Magic_E_Jewel_10 + Name: Magic Essence Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,30; + bonus bMatkRate,50; + - Id: 312769 + AegisName: Spell_Jewel_1 + Name: Spell Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,7; + bonus bSMatk,1; + - Id: 312770 + AegisName: Spell_Jewel_2 + Name: Spell Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,14; + bonus bSMatk,2; + - Id: 312771 + AegisName: Spell_Jewel_3 + Name: Spell Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,21; + bonus bSMatk,3; + - Id: 312772 + AegisName: Spell_Jewel_4 + Name: Spell Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,28; + bonus bSMatk,4; + - Id: 312773 + AegisName: Spell_Jewel_5 + Name: Spell Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,35; + bonus bSMatk,5; + - Id: 312774 + AegisName: Spell_Jewel_6 + Name: Spell Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,42; + bonus bSMatk,6; + - Id: 312775 + AegisName: Spell_Jewel_7 + Name: Spell Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,49; + bonus bSMatk,7; + - Id: 312776 + AegisName: Spell_Jewel_8 + Name: Spell Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,56; + bonus bSMatk,8; + - Id: 312777 + AegisName: Spell_Jewel_9 + Name: Spell Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,63; + bonus bSMatk,9; + - Id: 312778 + AegisName: Spell_Jewel_10 + Name: Spell Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,70; + bonus bSMatk,10; + - Id: 312779 + AegisName: Adamatine_Jewel_1 + Name: Adamantine Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,5; + bonus bDef,20; + bonus bRes,10; + - Id: 312780 + AegisName: Adamatine_Jewel_2 + Name: Adamantine Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,10; + bonus bDef,60; + bonus bRes,20; + - Id: 312781 + AegisName: Adamatine_Jewel_3 + Name: Adamantine Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,15; + bonus bDef,100; + bonus bRes,30; + - Id: 312782 + AegisName: Adamatine_Jewel_4 + Name: Adamantine Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,20; + bonus bDef,140; + bonus bRes,40; + - Id: 312783 + AegisName: Adamatine_Jewel_5 + Name: Adamantine Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,25; + bonus bDef,180; + bonus bRes,50; + - Id: 312784 + AegisName: Adamatine_Jewel_6 + Name: Adamantine Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,30; + bonus bDef,220; + bonus bRes,60; + - Id: 312785 + AegisName: Adamatine_Jewel_7 + Name: Adamantine Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,35; + bonus bDef,260; + bonus bRes,70; + - Id: 312786 + AegisName: Adamatine_Jewel_8 + Name: Adamantine Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,40; + bonus bDef,300; + bonus bRes,80; + - Id: 312787 + AegisName: Adamatine_Jewel_9 + Name: Adamantine Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,45; + bonus bDef,340; + bonus bRes,90; + - Id: 312788 + AegisName: Adamatine_Jewel_10 + Name: Adamantine Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,50; + bonus bDef,380; + bonus bRes,100; + - Id: 312789 + AegisName: Affection_Jewel_1 + Name: Affection Jewel 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-3; + bonus bMaxSPrate,5; + - Id: 312790 + AegisName: Affection_Jewel_2 + Name: Affection Jewel 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-6; + bonus bMaxSPrate,10; + - Id: 312791 + AegisName: Affection_Jewel_3 + Name: Affection Jewel 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-9; + bonus bMaxSPrate,15; + - Id: 312792 + AegisName: Affection_Jewel_4 + Name: Affection Jewel 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-12; + bonus bMaxSPrate,20; + - Id: 312793 + AegisName: Affection_Jewel_5 + Name: Affection Jewel 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-15; + bonus bMaxSPrate,25; + - Id: 312794 + AegisName: Affection_Jewel_6 + Name: Affection Jewel 6Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-18; + bonus bMaxSPrate,30; + - Id: 312795 + AegisName: Affection_Jewel_7 + Name: Affection Jewel 7Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-21; + bonus bMaxSPrate,35; + - Id: 312796 + AegisName: Affection_Jewel_8 + Name: Affection Jewel 8Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-24; + bonus bMaxSPrate,40; + - Id: 312797 + AegisName: Affection_Jewel_9 + Name: Affection Jewel 9Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-27; + bonus bMaxSPrate,45; + - Id: 312798 + AegisName: Affection_Jewel_10 + Name: Affection Jewel 10Lv + Type: Card + SubType: Enchant + Script: | + bonus bVariableCastrate,-30; + bonus bMaxSPrate,50; + - Id: 312800 + AegisName: Barmund_Poison3 + Name: Varmundt's Crystal (Poison) Lv3 + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Poison,10; + bonus2 bAddEle,Ele_Poison,10; + bonus2 bMagicAddEle,Ele_Neutral,10; + bonus2 bAddEle,Ele_Neutral,10; + if (.@g>=ENCHANTGRADE_D) { + bonus2 bMagicAddEle,Ele_Poison,4; + bonus2 bAddEle,Ele_Poison,4; + bonus2 bMagicAddEle,Ele_Neutral,4; + bonus2 bAddEle,Ele_Neutral,4; + if (.@g>=ENCHANTGRADE_C) { + bonus2 bMagicAddEle,Ele_Poison,4; + bonus2 bAddEle,Ele_Poison,4; + bonus2 bMagicAddEle,Ele_Neutral,4; + bonus2 bAddEle,Ele_Neutral,4; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Poison,6; + bonus2 bAddEle,Ele_Poison,6; + bonus2 bMagicAddEle,Ele_Neutral,6; + bonus2 bAddEle,Ele_Neutral,6; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Poison,6; + bonus2 bAddEle,Ele_Poison,6; + bonus2 bMagicAddEle,Ele_Neutral,6; + bonus2 bAddEle,Ele_Neutral,6; + } + } + } + } + - Id: 312801 + AegisName: Justice_Vigor_IG + Name: Good Vigor (Imperial Guard) + Type: Card + SubType: Enchant + - Id: 312802 + AegisName: Injustice_Vigor_IG + Name: Evil Vigor (Imperial Guard) + Type: Card + SubType: Enchant + - Id: 312803 + AegisName: Justice_Vigor_AG + Name: Good Vigor (Arch Mage) + Type: Card + SubType: Enchant + - Id: 312804 + AegisName: Injustice_Vigor_AG + Name: Evil Vigor (Arch Mage) + Type: Card + SubType: Enchant + - Id: 312805 + AegisName: Justice_Vigor_NW + Name: Good Vigor (Night Watch) + Type: Card + SubType: Enchant + - Id: 312806 + AegisName: Injustice_Vigor_NW + Name: Evil Vigor (Night Watch) + Type: Card + SubType: Enchant + - Id: 312848 + AegisName: Z_Bijou_STR_1 + Name: STR I + Type: Card + SubType: Enchant + Script: | + bonus bStr,2; + - Id: 312849 + AegisName: Z_Bijou_STR_2 + Name: STR II + Type: Card + SubType: Enchant + Script: | + bonus bStr,3; + - Id: 312850 + AegisName: Z_Bijou_STR_3 + Name: STR III + Type: Card + SubType: Enchant + Script: | + bonus bStr,4; + - Id: 312851 + AegisName: Z_Bijou_STR_4 + Name: STR IV + Type: Card + SubType: Enchant + Script: | + bonus bStr,6; + - Id: 312852 + AegisName: Z_Bijou_AGI_1 + Name: AGI I + Type: Card + SubType: Enchant + Script: | + bonus bAgi,2; + - Id: 312853 + AegisName: Z_Bijou_AGI_2 + Name: AGI II + Type: Card + SubType: Enchant + Script: | + bonus bAgi,3; + - Id: 312854 + AegisName: Z_Bijou_AGI_3 + Name: AGI III + Type: Card + SubType: Enchant + Script: | + bonus bAgi,4; + - Id: 312855 + AegisName: Z_Bijou_AGI_4 + Name: AGI IV + Type: Card + SubType: Enchant + Script: | + bonus bAgi,6; + - Id: 312856 + AegisName: Z_Bijou_VIT_1 + Name: VIT I + Type: Card + SubType: Enchant + Script: | + bonus bVit,2; + - Id: 312857 + AegisName: Z_Bijou_VIT_2 + Name: VIT II + Type: Card + SubType: Enchant + Script: | + bonus bVit,3; + - Id: 312858 + AegisName: Z_Bijou_VIT_3 + Name: VIT III + Type: Card + SubType: Enchant + Script: | + bonus bVit,4; + - Id: 312859 + AegisName: Z_Bijou_VIT_4 + Name: VIT IV + Type: Card + SubType: Enchant + Script: | + bonus bVit,6; + - Id: 312860 + AegisName: Z_Bijou_INT_1 + Name: INT I + Type: Card + SubType: Enchant + Script: | + bonus bInt,2; + - Id: 312861 + AegisName: Z_Bijou_INT_2 + Name: INT II + Type: Card + SubType: Enchant + Script: | + bonus bInt,3; + - Id: 312862 + AegisName: Z_Bijou_INT_3 + Name: INT III + Type: Card + SubType: Enchant + Script: | + bonus bInt,4; + - Id: 312863 + AegisName: Z_Bijou_INT_4 + Name: INT IV + Type: Card + SubType: Enchant + Script: | + bonus bInt,6; + - Id: 312864 + AegisName: Z_Bijou_DEX_1 + Name: DEX I + Type: Card + SubType: Enchant + Script: | + bonus bDex,2; + - Id: 312865 + AegisName: Z_Bijou_DEX_2 + Name: DEX II + Type: Card + SubType: Enchant + Script: | + bonus bDex,3; + - Id: 312866 + AegisName: Z_Bijou_DEX_3 + Name: DEX III + Type: Card + SubType: Enchant + Script: | + bonus bDex,4; + - Id: 312867 + AegisName: Z_Bijou_DEX_4 + Name: DEX IV + Type: Card + SubType: Enchant + Script: | + bonus bDex,6; + - Id: 312868 + AegisName: Z_Bijou_LUK_1 + Name: LUK I + Type: Card + SubType: Enchant + Script: | + bonus bLuk,2; + - Id: 312869 + AegisName: Z_Bijou_LUK_2 + Name: LUK II + Type: Card + SubType: Enchant + Script: | + bonus bLuk,3; + - Id: 312870 + AegisName: Z_Bijou_LUK_3 + Name: LUK III + Type: Card + SubType: Enchant + Script: | + bonus bLuk,4; + - Id: 312871 + AegisName: Z_Bijou_LUK_4 + Name: LUK IV + Type: Card + SubType: Enchant + Script: | + bonus bLuk,6; + - Id: 312872 + AegisName: Z_Bijou_DEF_1 + Name: DEF I + Type: Card + SubType: Enchant + Script: | + bonus bDef,4; + - Id: 312873 + AegisName: Z_Bijou_DEF_2 + Name: DEF II + Type: Card + SubType: Enchant + Script: | + bonus bDef,8; + - Id: 312874 + AegisName: Z_Bijou_DEF_3 + Name: DEF III + Type: Card + SubType: Enchant + Script: | + bonus bDef,12; + - Id: 312875 + AegisName: Z_Bijou_DEF_4 + Name: DEF IV + Type: Card + SubType: Enchant + Script: | + bonus bDef,16; + - Id: 312876 + AegisName: Z_Bijou_DEF_5 + Name: DEF V + Type: Card + SubType: Enchant + Script: | + bonus bDef,20; + - Id: 312877 + AegisName: Z_Bijou_MHP_F_1 + Name: HP I + Type: Card + SubType: Enchant + Script: | + bonus bMaxHP,475; + - Id: 312878 + AegisName: Z_Bijou_MHP_F_2 + Name: HP II + Type: Card + SubType: Enchant + Script: | + bonus bMaxHP,675; + - Id: 312879 + AegisName: Z_Bijou_MHP_F_3 + Name: HP III + Type: Card + SubType: Enchant + Script: | + bonus bMaxHP,875; + - Id: 312880 + AegisName: Z_Bijou_MHP_F_4 + Name: HP IV + Type: Card + SubType: Enchant + Script: | + bonus bMaxHP,1075; + - Id: 312881 + AegisName: Z_Bijou_MHP_F_5 + Name: HP V + Type: Card + SubType: Enchant + Script: | + bonus bMaxHP,1275; + - Id: 312882 + AegisName: Z_Bijou_MSP_F_1 + Name: SP I + Type: Card + SubType: Enchant + Script: | + bonus bMaxSP,250; + - Id: 312883 + AegisName: Z_Bijou_MSP_F_2 + Name: SP II + Type: Card + SubType: Enchant + Script: | + bonus bMaxSP,375; + - Id: 312884 + AegisName: Z_Bijou_MSP_F_3 + Name: SP III + Type: Card + SubType: Enchant + Script: | + bonus bMaxSP,500; + - Id: 312885 + AegisName: Z_Bijou_MSP_F_4 + Name: SP IV + Type: Card + SubType: Enchant + Script: | + bonus bMaxSP,625; + - Id: 312886 + AegisName: Z_Bijou_MSP_F_5 + Name: SP V + Type: Card + SubType: Enchant + Script: | + bonus bMaxSP,750; + - Id: 312887 + AegisName: Z_Bijou_MHP_P_1 + Name: MHP I + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,2; + - Id: 312888 + AegisName: Z_Bijou_MHP_P_2 + Name: MHP II + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,4; + - Id: 312889 + AegisName: Z_Bijou_MHP_P_3 + Name: MHP III + Type: Card + SubType: Enchant + Script: | + bonus bMaxHPrate,6; + - Id: 312890 + AegisName: Z_Bijou_MSP_P_1 + Name: MSP I + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,2; + - Id: 312891 + AegisName: Z_Bijou_MSP_P_2 + Name: MSP II + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,4; + - Id: 312892 + AegisName: Z_Bijou_MSP_P_3 + Name: MSP III + Type: Card + SubType: Enchant + Script: | + bonus bMaxSPrate,6; + - Id: 312893 + AegisName: Z_Bijou_ATK_1 + Name: ATK I + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,10; + - Id: 312894 + AegisName: Z_Bijou_ATK_2 + Name: ATK II + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,18; + - Id: 312895 + AegisName: Z_Bijou_ATK_3 + Name: ATK III + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,26; + bonus bHit,5; + - Id: 312896 + AegisName: Z_Bijou_ATK_4 + Name: ATK IV + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,34; + bonus bHit,6; + - Id: 312897 + AegisName: Z_Bijou_ATK_5 + Name: ATK V + Type: Card + SubType: Enchant + Script: | + bonus bBaseAtk,42; + bonus bHit,7; + - Id: 312898 + AegisName: Z_Bijou_MATK_1 + Name: MATK I + Type: Card + SubType: Enchant + Script: | + bonus bMatk,10; + - Id: 312899 + AegisName: Z_Bijou_MATK_2 + Name: MATK II + Type: Card + SubType: Enchant + Script: | + bonus bMatk,18; + - Id: 312900 + AegisName: Z_Bijou_MATK_3 + Name: MATK III + Type: Card + SubType: Enchant + Script: | + bonus bMatk,26; + bonus bVariableCastrate,-5; + - Id: 312901 + AegisName: Z_Bijou_MATK_4 + Name: MATK IV + Type: Card + SubType: Enchant + Script: | + bonus bMatk,34; + bonus bVariableCastrate,-6; + - Id: 312902 + AegisName: Z_Bijou_MATK_5 + Name: MATK V + Type: Card + SubType: Enchant + Script: | + bonus bMatk,42; + bonus bVariableCastrate,-7; + - Id: 312903 + AegisName: Z_Bijou_Range_1 + Name: Concentration I + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,6; + - Id: 312904 + AegisName: Z_Bijou_Range_2 + Name: Concentration II + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,9; + - Id: 312905 + AegisName: Z_Bijou_Range_3 + Name: Concentration III + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,12; + - Id: 312906 + AegisName: Z_Bijou_Melee_1 + Name: Forearm I + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,7; + - Id: 312907 + AegisName: Z_Bijou_Melee_2 + Name: Forearm II + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,10; + - Id: 312908 + AegisName: Z_Bijou_Melee_3 + Name: Forearm III + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,13; + bonus bPerfectHitAddRate,1; + - Id: 312909 + AegisName: Z_Bijou_Melee_4 + Name: Forearm IV + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,16; + bonus bPerfectHitAddRate,2; + - Id: 312910 + AegisName: Z_Bijou_Melee_5 + Name: Forearm V + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,19; + bonus bPerfectHitAddRate,3; + - Id: 312911 + AegisName: Z_Bijou_MDamage_1 + Name: Intelligence I + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,4; + - Id: 312912 + AegisName: Z_Bijou_MDamage_2 + Name: Intelligence II + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,7; + - Id: 312913 + AegisName: Z_Bijou_MDamage_3 + Name: Intelligence III + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + - Id: 312914 + AegisName: Z_Bijou_MDamage_4 + Name: Intelligence IV + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,13; + - Id: 312915 + AegisName: Z_Bijou_MDamage_5 + Name: Intelligence V + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,16; + - Id: 312981 + AegisName: Token_Of_Life + Name: Token of Life + Type: Card + SubType: Enchant + Script: | + bonus bAllTraitStats,3; + bonus bAllStats,5; + bonus bPAtk,3; + bonus bSMatk,3; + bonus2 bAddSize,Size_All,5; + bonus2 bMagicAddSize,Size_All,5; + - Id: 312982 + AegisName: Signet_Of_Pow1 + Name: Signet of Power 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,1; + bonus bAtkRate,1; + - Id: 312983 + AegisName: Signet_Of_Pow2 + Name: Signet of Power 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,3; + bonus bAtkRate,3; + - Id: 312984 + AegisName: Signet_Of_Pow3 + Name: Signet of Power 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,6; + bonus bAtkRate,6; + - Id: 312985 + AegisName: Signet_Of_Pow4 + Name: Signet of Power 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,10; + bonus bPAtk,10; + bonus bAtkRate,10; + - Id: 312986 + AegisName: Signet_Of_Pow5 + Name: Signet of Power 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bShortAtkRate,15; + bonus bPAtk,15; + bonus bAtkRate,15; + - Id: 312987 + AegisName: Signet_Of_Con1 + Name: Signet of Concentration 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,1; + bonus bAtkRate,1; + - Id: 312988 + AegisName: Signet_Of_Con2 + Name: Signet of Concentration 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,3; + bonus bAtkRate,3; + - Id: 312989 + AegisName: Signet_Of_Con3 + Name: Signet of Concentration 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,6; + bonus bAtkRate,6; + - Id: 312990 + AegisName: Signet_Of_Con4 + Name: Signet of Concentration 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,10; + bonus bPAtk,10; + bonus bAtkRate,10; + - Id: 312991 + AegisName: Signet_Of_Con5 + Name: Signet of Concentration 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bLongAtkRate,15; + bonus bPAtk,15; + bonus bAtkRate,15; + - Id: 312992 + AegisName: Signet_Of_Spl1 + Name: Signet of Spell 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,1; + bonus bMatkRate,1; + - Id: 312993 + AegisName: Signet_Of_Spl2 + Name: Signet of Spell 2Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,3; + bonus bMatkRate,3; + - Id: 312994 + AegisName: Signet_Of_Spl3 + Name: Signet of Spell 3Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,6; + bonus bMatkRate,6; + - Id: 312995 + AegisName: Signet_Of_Spl4 + Name: Signet of Spell 4Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,10; + bonus bSMatk,10; + bonus bMatkRate,10; + - Id: 312996 + AegisName: Signet_Of_Spl5 + Name: Signet of Spell 5Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAtkEle,Ele_All,15; + bonus bSMatk,15; + bonus bMatkRate,15; + - Id: 312997 + AegisName: Signet_Of_Sta1 + Name: Signet of Stamina 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bDef,10; + bonus bMaxHP,1000; + - Id: 312998 + AegisName: Signet_Of_Sta2 + Name: Signet of Stamina 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bDef,30; + bonus bMaxHP,3000; + - Id: 312999 + AegisName: Signet_Of_Sta3 + Name: Signet of Stamina 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bDef,60; + bonus bMaxHP,6000; + - Id: 313000 + AegisName: Signet_Of_Sta4 + Name: Signet of Stamina 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bDef,100; + bonus bMaxHP,10000; + bonus bRes,25; + - Id: 313001 + AegisName: Signet_Of_Sta5 + Name: Signet of Stamina 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bDef,150; + bonus bMaxHP,15000; + bonus bRes,50; + - Id: 313002 + AegisName: Signet_Of_Crt1 + Name: Signet of Creative 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,1; + bonus bAtkRate,1; + - Id: 313003 + AegisName: Signet_Of_Crt2 + Name: Signet of Creative 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,3; + bonus bAtkRate,3; + - Id: 313004 + AegisName: Signet_Of_Crt3 + Name: Signet of Creative 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,6; + bonus bAtkRate,6; + - Id: 313005 + AegisName: Signet_Of_Crt4 + Name: Signet of Creative 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,10; + bonus bPAtk,10; + bonus bAtkRate,10; + - Id: 313006 + AegisName: Signet_Of_Crt5 + Name: Signet of Creative 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bCritAtkRate,15; + bonus bPAtk,15; + bonus bAtkRate,15; + - Id: 313007 + AegisName: Signet_Of_Wis1 + Name: Signed of Wisdom 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMdef,5; + bonus bMaxSP,100; + - Id: 313008 + AegisName: Signet_Of_Wis2 + Name: Signed of Wisdom 2Lv + Type: Card + SubType: Enchant + Script: | + bonus bMdef,15; + bonus bMaxSP,250; + - Id: 313009 + AegisName: Signet_Of_Wis3 + Name: Signed of Wisdom 3Lv + Type: Card + SubType: Enchant + Script: | + bonus bMdef,30; + bonus bMaxSP,450; + - Id: 313010 + AegisName: Signet_Of_Wis4 + Name: Signed of Wisdom 4Lv + Type: Card + SubType: Enchant + Script: | + bonus bMdef,50; + bonus bMaxSP,700; + bonus bMRes,25; + - Id: 313011 + AegisName: Signet_Of_Wis5 + Name: Signed of Wisdom 5Lv + Type: Card + SubType: Enchant + Script: | + bonus bMdef,75; + bonus bMaxSP,1000; + bonus bMRes,50; + - Id: 313012 + AegisName: Life_of_Spring_Pow + Name: Life of Spring (Strength) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bShortAtkRate,25; + - Id: 313013 + AegisName: Life_of_Spring_Sta + Name: Life of Spring (Vitality) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bShortAtkRate,25; + - Id: 313014 + AegisName: Life_of_Spring_Crt + Name: Life of Spring (Luck) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bShortAtkRate,25; + - Id: 313015 + AegisName: Life_of_Summer_Con + Name: Life of Summer (Agility) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bLongAtkRate,25; + - Id: 313016 + AegisName: Life_of_Summer_Sta + Name: Life of Summer (Vitality) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bLongAtkRate,25; + - Id: 313017 + AegisName: Life_of_Summer_Crt + Name: Life of Summer (Luck) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bLongAtkRate,25; + - Id: 313018 + AegisName: Life_of_Autumn_Spl + Name: Life of Autumn (Earth) + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,20; + bonus2 bMagicAtkEle,Ele_All,25; + - Id: 313019 + AegisName: Life_of_Autumn_Sta + Name: Life of Autumn (Vitality) + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,20; + bonus2 bMagicAtkEle,Ele_All,25; + - Id: 313020 + AegisName: Life_of_Autumn_Wis + Name: Life of Autumn (Wisdom) + Type: Card + SubType: Enchant + Script: | + bonus bSMatk,20; + bonus2 bMagicAtkEle,Ele_All,25; + - Id: 313021 + AegisName: Life_of_Winter_Pow + Name: Life of Winter (Power) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bCritAtkRate,25; + - Id: 313022 + AegisName: Life_of_Winter_Con + Name: Life of Winter (Concentration) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bCritAtkRate,25; + - Id: 313023 + AegisName: Life_of_Winter_Crt + Name: Life of Winter (Creative) + Type: Card + SubType: Enchant + Script: | + bonus bPAtk,20; + bonus bCritAtkRate,25; + - Id: 313024 + AegisName: Star_Cluster_Of_Str1 + Name: Star Cluster of Strength 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bAddRace,RC_All,5; + bonus2 bAddRace,RC_Player_Human,-5; + bonus2 bAddRace,RC_Player_Doram,-5; + bonus bPAtk,(readparam(bPow)/20); + bonus bBaseAtk,5*(readparam(bCon)/20); + - Id: 313025 + AegisName: Star_Cluster_Of_Str2 + Name: Star Cluster of Strength 2Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/20); + .@pow = (readparam(bPow)/20); + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; + bonus bShortAtkRate,.@pow; + bonus bLongAtkRate,.@pow; + bonus bPAtk,.@pow; + bonus bAtkRate,.@con; + bonus bBaseAtk,5*.@con; + - Id: 313026 + AegisName: Star_Cluster_Of_Str3 + Name: Star Cluster of Strength 3Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/15); + .@pow = (readparam(bPow)/15); + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + bonus bShortAtkRate,.@pow; + bonus bLongAtkRate,.@pow; + bonus bPAtk,.@pow; + bonus bAtkRate,.@con; + bonus bBaseAtk,5*.@con; + - Id: 313027 + AegisName: Star_Cluster_Of_Str4 + Name: Star Cluster of Strength 4Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/15); + .@pow = (readparam(bPow)/15); + bonus2 bAddRace,RC_All,20; + bonus2 bAddRace,RC_Player_Human,-20; + bonus2 bAddRace,RC_Player_Doram,-20; + bonus bShortAtkRate,2*.@pow; + bonus bLongAtkRate,2*.@pow; + bonus bPAtk,.@pow; + bonus bAtkRate,.@con; + bonus bBaseAtk,10*.@con; + - Id: 313028 + AegisName: Star_Cluster_Of_Str5 + Name: Star Cluster of Strength 5Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/15); + .@pow = (readparam(bPow)/15); + bonus2 bAddRace,RC_All,25; + bonus2 bAddRace,RC_Player_Human,-25; + bonus2 bAddRace,RC_Player_Doram,-25; + bonus bShortAtkRate,2*.@pow; + bonus bLongAtkRate,2*.@pow; + bonus bPAtk,2*.@pow; + bonus bAtkRate,2*.@con; + bonus bBaseAtk,10*.@con; + - Id: 313029 + AegisName: Star_Cluster_Of_Luk1 + Name: Star Cluster of Luck 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bAddRace,RC_All,5; + bonus2 bAddRace,RC_Player_Human,-5; + bonus2 bAddRace,RC_Player_Doram,-5; + bonus bPAtk,(readparam(bPow)/20); + bonus bBaseAtk,5*(readparam(bCrt)/20); + - Id: 313030 + AegisName: Star_Cluster_Of_Luk2 + Name: Star Cluster of Luck 2Lv + Type: Card + SubType: Enchant + Script: | + .@crt = (readparam(bCrt)/20); + .@pow = (readparam(bPow)/20); + bonus2 bAddRace,RC_All,10; + bonus2 bAddRace,RC_Player_Human,-10; + bonus2 bAddRace,RC_Player_Doram,-10; + bonus bShortAtkRate,.@pow; + bonus bLongAtkRate,.@pow; + bonus bPAtk,.@pow; + bonus bCritical,.@crt; + bonus bBaseAtk,5*.@crt; + - Id: 313031 + AegisName: Star_Cluster_Of_Luk3 + Name: Star Cluster of Luck 3Lv + Type: Card + SubType: Enchant + Script: | + .@crt = (readparam(bCrt)/15); + .@pow = (readparam(bPow)/15); + bonus2 bAddRace,RC_All,15; + bonus2 bAddRace,RC_Player_Human,-15; + bonus2 bAddRace,RC_Player_Doram,-15; + bonus bShortAtkRate,.@pow; + bonus bLongAtkRate,.@pow; + bonus bPAtk,.@pow; + bonus bCritical,.@crt; + bonus bBaseAtk,5*.@crt; + - Id: 313032 + AegisName: Star_Cluster_Of_Luk4 + Name: Star Cluster of Luck 4Lv + Type: Card + SubType: Enchant + Script: | + .@crt = (readparam(bCrt)/15); + .@pow = (readparam(bPow)/15); + bonus2 bAddRace,RC_All,20; + bonus2 bAddRace,RC_Player_Human,-20; + bonus2 bAddRace,RC_Player_Doram,-20; + bonus bShortAtkRate,2*.@pow; + bonus bLongAtkRate,2*.@pow; + bonus bPAtk,.@pow; + bonus bCritical,.@crt; + bonus bBaseAtk,10*.@crt; + - Id: 313033 + AegisName: Star_Cluster_Of_Luk5 + Name: Star Cluster of Luck 5Lv + Type: Card + SubType: Enchant + Script: | + .@crt = (readparam(bCrt)/15); + .@pow = (readparam(bPow)/15); + bonus2 bAddRace,RC_All,25; + bonus2 bAddRace,RC_Player_Human,-25; + bonus2 bAddRace,RC_Player_Doram,-25; + bonus bShortAtkRate,2*.@pow; + bonus bLongAtkRate,2*.@pow; + bonus bPAtk,2*.@pow; + bonus bCritical,2*.@crt; + bonus bBaseAtk,10*.@crt; + - Id: 313034 + AegisName: Star_Cluster_Of_Int1 + Name: Star Cluster of Intelligence 1Lv + Type: Card + SubType: Enchant + Script: | + bonus2 bMagicAddRace,RC_All,5; + bonus2 bMagicAddRace,RC_Player_Human,-5; + bonus2 bMagicAddRace,RC_Player_Doram,-5; + bonus bSMatk,(readparam(bSpl)/20); + bonus bMatk,5*(readparam(bCon)/20); + - Id: 313035 + AegisName: Star_Cluster_Of_Int2 + Name: Star Cluster of Intelligence 2Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/20); + .@spl = (readparam(bSpl)/20); + bonus2 bMagicAddRace,RC_All,10; + bonus2 bMagicAddRace,RC_Player_Human,-10; + bonus2 bMagicAddRace,RC_Player_Doram,-10; + bonus2 bMagicAtkEle,Ele_All,.@spl; + bonus bSMatk,.@spl; + bonus bMatkRate,.@con; + bonus bMatk,5*.@con; + - Id: 313036 + AegisName: Star_Cluster_Of_Int3 + Name: Star Cluster of Intelligence 3Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/15); + .@spl = (readparam(bSpl)/15); + bonus2 bMagicAddRace,RC_All,15; + bonus2 bMagicAddRace,RC_Player_Human,-15; + bonus2 bMagicAddRace,RC_Player_Doram,-15; + bonus2 bMagicAtkEle,Ele_All,.@spl; + bonus bSMatk,.@spl; + bonus bMatkRate,.@con; + bonus bMatk,5*.@con; + - Id: 313037 + AegisName: Star_Cluster_Of_Int4 + Name: Star Cluster of Intelligence 4Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/15); + .@spl = (readparam(bSpl)/15); + bonus2 bMagicAddRace,RC_All,20; + bonus2 bMagicAddRace,RC_Player_Human,-20; + bonus2 bMagicAddRace,RC_Player_Doram,-20; + bonus2 bMagicAtkEle,Ele_All,2*.@spl; + bonus bSMatk,.@spl; + bonus bMatkRate,.@con; + bonus bMatk,10*.@con; + - Id: 313038 + AegisName: Star_Cluster_Of_Int5 + Name: Star Cluster of Intelligence 5Lv + Type: Card + SubType: Enchant + Script: | + .@con = (readparam(bCon)/15); + .@spl = (readparam(bSpl)/15); + bonus2 bMagicAddRace,RC_All,25; + bonus2 bMagicAddRace,RC_Player_Human,-25; + bonus2 bMagicAddRace,RC_Player_Doram,-25; + bonus2 bMagicAtkEle,Ele_All,2*.@spl; + bonus bSMatk,2*.@spl; + bonus bMatkRate,2*.@con; + bonus bMatk,10*.@con; + - Id: 313039 + AegisName: Star_Cluster_Of_Res1 + Name: Star Cluster of Resistance 1Lv + Type: Card + SubType: Enchant + Script: | + bonus bMRes,10; + bonus bRes,10; + bonus bDef,10*(readparam(bSta)/20); + bonus bMdef,5*(readparam(bWis)/20); + - Id: 313040 + AegisName: Star_Cluster_Of_Res2 + Name: Star Cluster of Resistance 2Lv + Type: Card + SubType: Enchant + Script: | + .@sta = (readparam(bSta)/20); + .@wis = (readparam(bWis)/20); + bonus bMRes,20+5*.@wis; + bonus bRes,20+5*.@sta; + bonus bDef,10*.@sta; + bonus bMdef,5*.@wis; + - Id: 313041 + AegisName: Star_Cluster_Of_Res3 + Name: Star Cluster of Resistance 3Lv + Type: Card + SubType: Enchant + Script: | + .@sta = (readparam(bSta)/15); + .@wis = (readparam(bWis)/15); + bonus bMRes,30+5*.@wis; + bonus bRes,30+5*.@sta; + bonus bDef,10*.@sta; + bonus bMdef,5*.@wis; + - Id: 313042 + AegisName: Star_Cluster_Of_Res4 + Name: Star Cluster of Resistance 4Lv + Type: Card + SubType: Enchant + Script: | + .@sta = (readparam(bSta)/15); + .@wis = (readparam(bWis)/15); + bonus bMRes,40+5*.@wis; + bonus bRes,40+10*.@sta; + bonus bDef,10*.@sta; + bonus bMdef,10*.@wis; + - Id: 313043 + AegisName: Star_Cluster_Of_Res5 + Name: Star Cluster of Resistance 5Lv + Type: Card + SubType: Enchant + Script: | + .@sta = (readparam(bSta)/15); + .@wis = (readparam(bWis)/15); + bonus bMRes,50+10*.@wis; + bonus bRes,50+10*.@sta; + bonus bDef,20*.@sta; + bonus bMdef,10*.@wis; + - Id: 313059 + AegisName: aegis_313059 + Name: Dragon Knight Stone (Garment) + Type: Card + SubType: Enchant + Script: | + .@val = getskilllv("DK_HACKANDSLASHER"); + bonus2 bAddRace,RC_All,(.@val/2); + bonus2 bAddRace,RC_Player_Human,-(.@val/2); + bonus2 bAddRace,RC_Player_Doram,-(.@val/2); + - Id: 313060 + AegisName: aegis_313060 + Name: Imperial Guard Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bSkillAtk,"LG_RAYOFGENESIS",10*(getskilllv("IG_CROSS_RAIN")/2); + - Id: 313061 + AegisName: aegis_313061 + Name: Nightwatch Stone (Garment) + Type: Card + SubType: Enchant + Script: | + bonus2 bAddEle,Ele_All,(getskilllv("NW_HIDDEN_CARD")/2); + - Id: 313111 + AegisName: FuriousMaterial_Not + Name: Furious Crystal (Neutral) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Neutral,5; + bonus2 bAddEle,Ele_Neutral,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Neutral,5; + bonus2 bAddEle,Ele_Neutral,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Neutral,5; + bonus2 bAddEle,Ele_Neutral,5; + } + } + - Id: 313112 + AegisName: FuriousMaterial_Wat + Name: Furious Crystal (Water) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Water,5; + bonus2 bAddEle,Ele_Water,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Water,5; + bonus2 bAddEle,Ele_Water,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Water,5; + bonus2 bAddEle,Ele_Water,5; + } + } + - Id: 313113 + AegisName: FuriousMaterial_Win + Name: Furious Crystal (Wind) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Wind,5; + bonus2 bAddEle,Ele_Wind,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Wind,5; + bonus2 bAddEle,Ele_Wind,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Wind,5; + bonus2 bAddEle,Ele_Wind,5; + } + } + - Id: 313114 + AegisName: FuriousMaterial_Fir + Name: Furious Crystal (Fire) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Fire,5; + bonus2 bAddEle,Ele_Fire,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Fire,5; + bonus2 bAddEle,Ele_Fire,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Fire,5; + bonus2 bAddEle,Ele_Fire,5; + } + } + - Id: 313115 + AegisName: FuriousMaterial_Gro + Name: Furious Crystal (Earth) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Earth,5; + bonus2 bAddEle,Ele_Earth,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Earth,5; + bonus2 bAddEle,Ele_Earth,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Earth,5; + bonus2 bAddEle,Ele_Earth,5; + } + } + - Id: 313116 + AegisName: FuriousMaterial_Und + Name: Furious Crystal (Undead) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Undead,5; + bonus2 bAddEle,Ele_Undead,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Undead,5; + bonus2 bAddEle,Ele_Undead,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Undead,5; + bonus2 bAddEle,Ele_Undead,5; + } + } + - Id: 313117 + AegisName: FuriousMaterial_Dar + Name: Furious Crystal (Shadow) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Dark,5; + bonus2 bAddEle,Ele_Dark,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Dark,5; + bonus2 bAddEle,Ele_Dark,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Dark,5; + bonus2 bAddEle,Ele_Dark,5; + } + } + - Id: 313118 + AegisName: FuriousMaterial_Tel + Name: Furious Crystal (Ghost) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Ghost,5; + bonus2 bAddEle,Ele_Ghost,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Ghost,5; + bonus2 bAddEle,Ele_Ghost,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Ghost,5; + bonus2 bAddEle,Ele_Ghost,5; + } + } + - Id: 313119 + AegisName: FuriousMaterial_Sai + Name: Furious Crystal (Holy) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Holy,5; + bonus2 bAddEle,Ele_Holy,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Holy,5; + bonus2 bAddEle,Ele_Holy,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Holy,5; + bonus2 bAddEle,Ele_Holy,5; + } + } + - Id: 313120 + AegisName: FuriousMaterial_Poi + Name: Furious Crystal (Poison) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bMagicAddEle,Ele_Poison,5; + bonus2 bAddEle,Ele_Poison,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bMagicAddEle,Ele_Poison,5; + bonus2 bAddEle,Ele_Poison,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bMagicAddEle,Ele_Poison,5; + bonus2 bAddEle,Ele_Poison,5; + } + } + - Id: 313121 + AegisName: FuriousEnergy_Not + Name: Furious Energy (Formless) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Formless,5; + bonus2 bMagicAddRace,RC_Formless,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Formless,5; + bonus2 bMagicAddRace,RC_Formless,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Formless,5; + bonus2 bMagicAddRace,RC_Formless,5; + } + } + - Id: 313122 + AegisName: FuriousEnergy_Hum + Name: Furious Energy (Demihuman) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bMagicAddRace,RC_DemiHuman,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bMagicAddRace,RC_DemiHuman,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bMagicAddRace,RC_DemiHuman,5; + } + } + - Id: 313123 + AegisName: FuriousEnergy_Dra + Name: Furious Energy (Dragon) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Dragon,5; + bonus2 bMagicAddRace,RC_Dragon,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Dragon,5; + bonus2 bMagicAddRace,RC_Dragon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Dragon,5; + bonus2 bMagicAddRace,RC_Dragon,5; + } + } + - Id: 313124 + AegisName: FuriousEnergy_Pla + Name: Furious Energy (Plant) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Plant,5; + bonus2 bMagicAddRace,RC_Plant,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Plant,5; + bonus2 bMagicAddRace,RC_Plant,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Plant,5; + bonus2 bMagicAddRace,RC_Plant,5; + } + } + - Id: 313125 + AegisName: FuriousEnergy_Ins + Name: Furious Energy (Insect) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Insect,5; + bonus2 bMagicAddRace,RC_Insect,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Insect,5; + bonus2 bMagicAddRace,RC_Insect,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Insect,5; + bonus2 bMagicAddRace,RC_Insect,5; + } + } + - Id: 313126 + AegisName: FuriousEnergy_Ani + Name: Furious Energy (Brute) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Brute,5; + bonus2 bMagicAddRace,RC_Brute,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Brute,5; + bonus2 bMagicAddRace,RC_Brute,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Brute,5; + bonus2 bMagicAddRace,RC_Brute,5; + } + } + - Id: 313127 + AegisName: FuriousEnergy_Fis + Name: Furious Energy (Fish) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Fish,5; + bonus2 bMagicAddRace,RC_Fish,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Fish,5; + bonus2 bMagicAddRace,RC_Fish,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Fish,5; + bonus2 bMagicAddRace,RC_Fish,5; + } + } + - Id: 313128 + AegisName: FuriousEnergy_Ang + Name: Furious Energy (Angel) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Angel,5; + bonus2 bMagicAddRace,RC_Angel,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Angel,5; + bonus2 bMagicAddRace,RC_Angel,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Angel,5; + bonus2 bMagicAddRace,RC_Angel,5; + } + } + - Id: 313129 + AegisName: FuriousEnergy_Dem + Name: Furious Energy (Demon) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Demon,5; + bonus2 bMagicAddRace,RC_Demon,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Demon,5; + bonus2 bMagicAddRace,RC_Demon,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Demon,5; + bonus2 bMagicAddRace,RC_Demon,5; + } + } + - Id: 313130 + AegisName: FuriousEnergy_Und + Name: Furious Energy (Undead) + Type: Card + SubType: Enchant + Script: | + .@g = getenchantgrade(); + bonus2 bAddRace,RC_Undead,5; + bonus2 bMagicAddRace,RC_Undead,5; + if (.@g>=ENCHANTGRADE_B) { + bonus2 bAddRace,RC_Undead,5; + bonus2 bMagicAddRace,RC_Undead,5; + if (.@g>=ENCHANTGRADE_A) { + bonus2 bAddRace,RC_Undead,5; + bonus2 bMagicAddRace,RC_Undead,5; + } + } + - Id: 313131 + AegisName: Pow_Assist + Name: POW Assistance + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bPow),100); + bonus bDef,3*(.@param/7); + bonus bRes,(.@param/7); + } + - Id: 313132 + AegisName: Pow_Enforce + Name: POW Enforcement + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bPow),100); + bonus bLongAtkRate,(.@param/10); + bonus bShortAtkRate,(.@param/10); + bonus bAtkRate,(.@param/10); + } + - Id: 313133 + AegisName: SPL_Assist + Name: SPL Assistance + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bSpl),100); + bonus bMdef,3*(.@param/7); + bonus bMRes,(.@param/7); + } + - Id: 313134 + AegisName: SPL_Enforce + Name: SPL Enforcement + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bSpl),100); + bonus2 bMagicAtkEle,Ele_All,(.@param/10); + bonus bMatkRate,(.@param/10); + } + - Id: 313135 + AegisName: STA_Assist + Name: STA Assistance + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + bonus bPAtk,(min(readparam(bSta),100)/7); + } + - Id: 313136 + AegisName: STA_Enforce + Name: STA Enforcement + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + bonus bMaxHPrate,(min(readparam(bSta),100)/10); + } + - Id: 313137 + AegisName: WIS_Assist + Name: WIS Assistance + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + bonus bSMatk,(min(readparam(bWis),100)/7); + } + - Id: 313138 + AegisName: WIS_Enforce + Name: WIS Enforcement + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + bonus bMaxSPrate,(min(readparam(bWis),100)/10); + } + - Id: 313139 + AegisName: CON_Assist + Name: CON Assistance + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bCon),100); + bonus bCRate,(.@param/7); + bonus bCritical,(.@param/7); + } + - Id: 313140 + AegisName: CON_Enforce_Melee + Name: CON Enforcement (Physical) + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bCon),100); + bonus bLongAtkRate,(.@param/7); + bonus bShortAtkRate,(.@param/7); + bonus bBaseAtk,5*(.@param/7); + } + - Id: 313141 + AegisName: CON_Enforce_Magic + Name: CON Enforcement (Magical) + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bCon),100); + bonus2 bMagicAtkEle,Ele_All,(.@param/7); + bonus bMatk,5*(.@param/7); + } + - Id: 313142 + AegisName: CRT_Assist + Name: CRT Assistance + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bCrt),100); + bonus bHit,5*(.@param/7); + bonus bFlee,5*(.@param/7); + } + - Id: 313143 + AegisName: CRT_Enforce + Name: CRT Enforcement + Type: Card + SubType: Enchant + Script: | + if (BaseLevel>=240) { + .@param = min(readparam(bCrt),100); + bonus bCritAtkRate,(.@param/10); + bonus bCritical,(.@param/10); + } - Id: 1000000 AegisName: IDTest_event Name: IDTest event @@ -70357,7 +78982,6 @@ Body: NoDrop: true NoTrade: true NoCart: true - NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -71185,6 +79809,8 @@ Body: AegisName: Elite_Hunter_Token Name: Elite Hunter Token Type: Etc + Flags: + BuyingStore: true - Id: 1000243 AegisName: Sin_Shard_A Name: Fragment of Anger @@ -71334,6 +79960,7 @@ Body: Trade: NoDrop: true NoTrade: true + NoSell: true NoCart: true NoStorage: true NoGuildStorage: true @@ -71346,6 +79973,7 @@ Body: Trade: NoDrop: true NoTrade: true + NoSell: true NoCart: true NoStorage: true NoGuildStorage: true @@ -71446,6 +80074,14 @@ Body: AegisName: EpisodClear18 Name: Episode 18 Clear Ticket Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 1000289 AegisName: Device_Capsule Name: Device Capsule @@ -71611,6 +80247,7 @@ Body: Weight: 10 Flags: BuyingStore: true + DropEffect: CLIENT - Id: 1000325 AegisName: Etel_Skyblue_Jewel Name: Etel Aquamarine @@ -71618,6 +80255,7 @@ Body: Weight: 10 Flags: BuyingStore: true + DropEffect: CLIENT - Id: 1000326 AegisName: Etel_Topaz Name: Etel Topaz @@ -71625,6 +80263,7 @@ Body: Weight: 10 Flags: BuyingStore: true + DropEffect: CLIENT - Id: 1000327 AegisName: Etel_Violet_Jewel Name: Etel Amethyst @@ -71632,6 +80271,7 @@ Body: Weight: 10 Flags: BuyingStore: true + DropEffect: CLIENT - Id: 1000328 AegisName: Etel_Amber Name: Etel Amber @@ -71639,6 +80279,7 @@ Body: Weight: 10 Flags: BuyingStore: true + DropEffect: CLIENT - Id: 1000331 AegisName: Ethernium Name: Etherium @@ -71709,6 +80350,8 @@ Body: Name: Ymir Fragment Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000364 AegisName: MD_Airboat_Ore Name: Ymir Ore @@ -71782,11 +80425,15 @@ Body: Name: Meteorite Powder Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000373 AegisName: Meteorite_Fragment Name: Meteorite Fragment Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 1000374 AegisName: Brilliant_Soda Name: Ultra-Low Carbonated Soda @@ -71833,44 +80480,62 @@ Body: AegisName: Naght_Sieger_Soul Name: Naght Sieger Soul Type: Etc + Flags: + BuyingStore: true - Id: 1000397 AegisName: Betelgeuse_Soul Name: Beteleuse Soul Type: Etc + Flags: + BuyingStore: true - Id: 1000398 AegisName: Pow_Meteorite_Dust Name: Power Meteorite Powder Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000399 AegisName: Sta_Meteorite_Dust Name: Stamina Meteorite Powder Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000400 AegisName: Con_Meteorite_Dust Name: Agile Meteorite Powder Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000401 AegisName: Crt_Meteorite_Dust Name: Lucky Meteorite Powder Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000402 AegisName: Spl_Meteorite_Dust Name: Meteorite Powder of Spell Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000403 AegisName: Wis_Meteorite_Dust Name: Meteorite Powder of Wisdom Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000405 AegisName: Ep18_Amethyst_Fragment Name: Amethyst Fragment Type: Etc + Flags: + BuyingStore: true - Id: 1000406 AegisName: Ep18_Very_Ddan_Crystal Name: Very Unusual Crystal @@ -71984,290 +80649,385 @@ Body: Name: Weapon Enhancement Ore(Lower) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000420 AegisName: Weapon_Ore_2 Name: Weapon Enhancement Ore(Intermediate) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000421 AegisName: Weapon_Ore_3 Name: Weapon Enhancement Ore(High) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000422 AegisName: Weapon_Ore_4 Name: Weapon Enhancement Ore(Superior) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000423 AegisName: Armor_Ore_1 Name: Armor Enhancement Ore(Lower) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000424 AegisName: Armor_Ore_2 Name: Armor Enhancement Ore(Intermediate) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000425 AegisName: Armor_Ore_4 Name: Armor Enhancement Ore(Superior) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000426 AegisName: Acc_Ore_1 Name: Accessory Enhancement Ore(Lower) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000427 AegisName: Acc_Ore_2 Name: Accessory Enhancement Ore(Intermediate) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000428 AegisName: Acc_Ore_3 Name: Accessory Enhancement Ore(High) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000429 AegisName: Acc_Ore_4 Name: Accessory Enhancement Ore(Superior) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000430 AegisName: Weapon_Stone_1 Name: Weapon Upgrade Stone(Lower) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000431 AegisName: Weapon_Stone_2 Name: Weapon Upgrade Stone(Intermediate) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000432 AegisName: Weapon_Stone_3 Name: Weapon Upgrade Stone(High) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000433 AegisName: Weapon_Stone_4 Name: Weapon Upgrade Stone(Superior) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000434 AegisName: Armor_Stone_1 Name: Armor Upgrade Stone(Lower) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000435 AegisName: Armor_Stone_2 Name: Armor Upgrade Stone(Intermediate) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000436 AegisName: Armor_Stone_3 Name: Armor Upgrade Stone(High) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000437 AegisName: Armor_Stone_4 Name: Armor Upgrade Stone(Superior) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000438 AegisName: Acc_Stone_1 Name: Accessory Upgrade Stone(Lower) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000439 AegisName: Acc_Stone_2 Name: Accessory Upgrade Stone(Intermediate) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000440 AegisName: Acc_Stone_3 Name: Accessory Upgrade Stone(High) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000441 AegisName: Acc_Stone_4 Name: Accessory Upgrade Stone(Superior) Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000442 AegisName: Pow_Meteorite_Fragment Name: Power Meteorite Fragment Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000443 AegisName: Sta_Meteorite_Fragment Name: Stamina Meteorite Fragment Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000444 AegisName: Con_Meteorite_Fragment Name: Agile Meteorite Fragment Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000445 AegisName: Crt_Meteorite_Fragment Name: Lucky Meteorite Fragment Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000446 AegisName: Spl_Meteorite_Fragment Name: Meteorite Fragment of Spell Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000447 AegisName: Wis_Meteorite_Fragment Name: Meteorite Fragment of Wisdom Type: Etc Weight: 1 + Flags: + BuyingStore: true - Id: 1000471 AegisName: Vila_Basement_Key Name: Villa Basement Key Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 1000475 AegisName: Conse_F_T_Sword Name: Fides Two-Handed Sword Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000476 AegisName: Conse_F_Lance Name: Fides Lance Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000477 AegisName: Conse_F_G_Sword Name: Fides Guardian Sword Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000478 AegisName: Conse_F_G_Spear Name: Fides Guardian Spear Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000479 AegisName: Conse_F_Axe Name: Fides Axe Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000480 AegisName: Conse_F_Mace Name: Fides Mace Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000481 AegisName: Conse_F_Lapier Name: Fides Rapier Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000482 AegisName: Conse_F_Hall Name: Fides Hall Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000483 AegisName: Conse_F_Cakram Name: Fides Chakram Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000484 AegisName: Conse_F_Katar Name: Fides Katar Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000485 AegisName: Conse_F_Dagger Name: Fides Dagger Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000486 AegisName: Conse_F_C_Bow Name: Fides Crossbow Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000487 AegisName: Conse_F_T_Staff Name: Fides Two-Handed Staff Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000488 AegisName: Conse_F_Rod Name: Fides Rod Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000489 AegisName: Conse_F_M_Book Name: Fides Magic Book Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000490 AegisName: Conse_F_P_Book Name: Fides Poison Book Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000491 AegisName: Conse_F_Bible Name: Fides Bible Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000492 AegisName: Conse_F_Wand Name: Fides Wand Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000493 AegisName: Conse_F_Knuckle Name: Fides Knuckle Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000494 AegisName: Conse_F_Claw Name: Fides Claw Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000495 AegisName: Conse_F_Ballista Name: Fides Ballista Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000496 AegisName: Conse_F_A_Bow Name: Fides Aiming Bow Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000497 AegisName: Conse_F_Violin Name: Fides Violin Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000498 AegisName: Conse_F_C_Rope Name: Fides Chain Rope Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000499 AegisName: Conse_F_Harp Name: Fides Harp Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000500 AegisName: Conse_F_Ribbon Name: Fides Ribbon Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000501 AegisName: Purificatory_Holy_O Name: Holy Oil of Purification Type: Etc + Flags: + BuyingStore: true - Id: 1000502 AegisName: Purificatory_Holy_W Name: Holy Water of Purification Type: Etc + Flags: + BuyingStore: true - Id: 1000503 AegisName: Sanctuary_Sudarium Name: Sabbatical Handkerchief Type: Etc + Flags: + BuyingStore: true - Id: 1000504 AegisName: Dry_Sand Name: Dry Sand @@ -72284,6 +81044,7 @@ Body: AegisName: IL_Twins_Feeler Name: Ant Antennae Type: Etc + Buy: 720 Weight: 10 Flags: BuyingStore: true @@ -72291,6 +81052,7 @@ Body: AegisName: IL_Twins_Leg Name: Ant Legs Type: Etc + Buy: 750 Weight: 10 Flags: BuyingStore: true @@ -72298,6 +81060,7 @@ Body: AegisName: IL_Twins_Jaw Name: Ant's Jaw Type: Etc + Buy: 900 Weight: 10 Flags: BuyingStore: true @@ -72305,6 +81068,7 @@ Body: AegisName: IL_Twins_Acid Name: Dangerous Acid Type: Etc + Buy: 900 Weight: 10 Flags: BuyingStore: true @@ -72312,6 +81076,7 @@ Body: AegisName: IL_Twins_Hat Name: Gaia's Worn Hat Type: Etc + Buy: 1000 Weight: 10 Flags: BuyingStore: true @@ -72319,6 +81084,7 @@ Body: AegisName: IL_Twins_Shovel Name: Small Shovel Type: Etc + Buy: 937 Weight: 10 Flags: BuyingStore: true @@ -72326,6 +81092,7 @@ Body: AegisName: IL_Twins_Fang Name: Bat Jawbone Type: Etc + Buy: 875 Weight: 10 Flags: BuyingStore: true @@ -72333,6 +81100,7 @@ Body: AegisName: IL_Twins_Fur Name: Bat Fur Type: Etc + Buy: 840 Weight: 10 Flags: BuyingStore: true @@ -72403,6 +81171,8 @@ Body: Name: Evil Water Type: Etc Weight: 10 + Flags: + BuyingStore: true - Id: 1000563 AegisName: Soa_Charm Name: Soa Charm @@ -72448,10 +81218,26 @@ Body: AegisName: Noodle_Fes_Ticket Name: Noodle Festival Development Fund Certificate Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 1000571 AegisName: E_Star_Button Name: Is it a star button?! Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 1000604 AegisName: Ep19_Juncea_Tube Name: Juncea Test Tube @@ -72512,6 +81298,8 @@ Body: AegisName: Mad_Bunny_Ticket Name: Mad Bunny-LT Enchantment Ticket Type: Etc + Flags: + BuyingStore: true - Id: 1000610 AegisName: RuneknightStone_Top3 Name: Rune Knight Stone (Upper) @@ -72569,12 +81357,21 @@ Body: AegisName: 19th_Anniv_Invitation Name: 19th Anniversary Thank You Letter Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 1000636 AegisName: Plain_Barmund_Rune Name: Glade Rune Fragment Type: Etc Weight: 1 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000637 AegisName: Flame_Barmund_Rune @@ -72582,6 +81379,7 @@ Body: Type: Etc Weight: 1 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000638 AegisName: Ice_Barmund_Rune @@ -72589,6 +81387,7 @@ Body: Type: Etc Weight: 1 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000639 AegisName: Death_Barmund_Rune @@ -72596,6 +81395,7 @@ Body: Type: Etc Weight: 1 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000640 AegisName: Plain_Barmund_Rune2 @@ -72603,6 +81403,7 @@ Body: Type: Etc Weight: 10 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000641 AegisName: Flame_Barmund_Rune2 @@ -72610,6 +81411,7 @@ Body: Type: Etc Weight: 10 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000642 AegisName: Ice_Barmund_Rune2 @@ -72617,6 +81419,7 @@ Body: Type: Etc Weight: 10 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000643 AegisName: Death_Barmund_Rune2 @@ -72624,6 +81427,7 @@ Body: Type: Etc Weight: 10 Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000644 AegisName: Evt_RagFes_Stamp @@ -72641,10 +81445,20 @@ Body: AegisName: Hero_Enchant_Ticket Name: Hero's Enchantment Ticket Type: Etc + Flags: + BuyingStore: true - Id: 1000657 AegisName: Evt_Soul_Skein Name: Soul Thread Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 1000666 AegisName: WanderMinsStone_Top3 Name: Wander Mins Stone (Upper) @@ -72700,17 +81514,25 @@ Body: Name: Creative Stone (Dual) Type: Etc Weight: 100 + - Id: 1000678 + AegisName: Poring_Enchant_Ticket + Name: Poring Ballon Enchantment Ticket + Type: Etc + Flags: + BuyingStore: true - Id: 1000680 AegisName: ClockTower_Lead Name: Lead Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000681 AegisName: ClockTower_Gear Name: Clock Gear Type: Etc Flags: + BuyingStore: true DropEffect: CLIENT - Id: 1000682 AegisName: ClockTower_key @@ -72724,54 +81546,86 @@ Body: AegisName: Conse_F_Humma Name: Fides Huuma Shuriken Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000686 AegisName: Conse_F_C_Humma Name: Fides Cross-Shaped Huuma Shuriken Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000687 AegisName: Conse_F_Revolver Name: Fides Revolver Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000688 AegisName: Conse_F_Shotgun Name: Fides Shotgun Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000689 AegisName: Conse_F_Rifle Name: Fides Rifle Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000690 AegisName: Conse_F_Gatling Name: Fides Gatling Gun Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000691 AegisName: Conse_F_Launcher Name: Fides Launcher Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000692 AegisName: Conse_F_Moon_B Name: Fides Moon Book Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000693 AegisName: Conse_F_Star_B Name: Fides Stardust Book Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000694 AegisName: Conse_F_S_Stick Name: Fides Soul Stick Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000695 AegisName: Conse_F_D_Wand Name: Fides Dark Wand Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000696 AegisName: Conse_F_F_Wand Name: Fides Foxtail Wand Blueprint Type: Etc + Flags: + BuyingStore: true - Id: 1000697 AegisName: Conse_F_F_model Name: Fides Foxtail Model Blueprint Type: Etc + Flags: + BuyingStore: true + - Id: 1000698 + AegisName: Tree_Enchant_Ticket + Name: Young Leaf of World Tree Enchantment Ticket + Type: Etc + Flags: + BuyingStore: true - Id: 1000705 AegisName: Ep19_Rgan_Core Name: Rgan Magic Core @@ -72799,8 +81653,11 @@ Body: - Id: 1000707 AegisName: Ep19_Rgan_Core_F Name: Low-quality Rgan Magic Core - Weight: 10 Type: Etc + Buy: 525 + Weight: 10 + Flags: + BuyingStore: true - Id: 1000708 AegisName: Ep19_Ice_Meat Name: Frozen Meat @@ -73231,80 +82088,124 @@ Body: Weight: 1 Flags: BuyingStore: true - DropEffect: CLIENT - Id: 1000812 AegisName: Snow_F_Stone1 Name: Snowflower Gem Weight: 1 Flags: BuyingStore: true - DropEffect: CLIENT - Id: 1000813 AegisName: Snow_F_Stone2 Name: Shining Snowflower Gem Weight: 1 Flags: BuyingStore: true - DropEffect: CLIENT - Id: 1000814 AegisName: Snow_F_Stone3 Name: Brilliant Snowflower Gem Weight: 1 Flags: BuyingStore: true - DropEffect: CLIENT - Id: 1000822 AegisName: EP19_Shell_Of_Rgan Name: Rgan Shell + Type: Etc + Buy: 920 Weight: 10 + Flags: + BuyingStore: true - Id: 1000823 AegisName: EP19_Unknown_Cell Name: Monstrous Cell + Type: Etc + Buy: 960 Weight: 10 + Flags: + BuyingStore: true - Id: 1000824 AegisName: EP19_Calapy Name: Calapy + Type: Etc + Buy: 800 Weight: 10 + Flags: + BuyingStore: true - Id: 1000825 AegisName: EP19_CaCalapy Name: Cacalapy + Type: Etc + Buy: 1000 Weight: 10 + Flags: + BuyingStore: true - Id: 1000826 AegisName: EP19_Prickle_Shell Name: Prickly Shell + Type: Etc + Buy: 880 Weight: 10 + Flags: + BuyingStore: true - Id: 1000827 AegisName: EP19_Thin_Nipper Name: Thin Nipper + Type: Etc + Buy: 840 Weight: 10 + Flags: + BuyingStore: true - Id: 1000828 AegisName: EP19_Transparency_Shell Name: Transparent Shell + Type: Etc + Buy: 920 Weight: 10 + Flags: + BuyingStore: true - Id: 1000829 AegisName: EP19_Bell_Flower Name: Bait Bellflower + Type: Etc + Buy: 1080 Weight: 10 + Flags: + BuyingStore: true - Id: 1000830 AegisName: EP19_Thin_Shell Name: Thin Tough Shell + Type: Etc + Buy: 920 Weight: 10 + Flags: + BuyingStore: true - Id: 1000831 AegisName: EP19_Shiny_Seaweed Name: Shiny Seaweed Stem + Type: Etc + Buy: 880 Weight: 10 + Flags: + BuyingStore: true - Id: 1000832 AegisName: EP19_Frozen_Shell Name: Frozen Insect Shell + Type: Etc + Buy: 900 Weight: 10 + Flags: + BuyingStore: true - Id: 1000833 AegisName: EP19_Luminant Name: Mysterious Luminant Weight: 10 + Flags: + BuyingStore: true - Id: 1000834 AegisName: EP19_Sharp_Bone Name: Long Sharp Bone Weight: 10 + Flags: + BuyingStore: true - Id: 1000842 AegisName: Ep19_HS_FEELER Name: High-sensitivity Feeler @@ -73341,6 +82242,12 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 1000850 + AegisName: VivaAdul_Enchant_Ticket + Name: Helm of Faith Enchantment Ticket + Type: Etc + Flags: + BuyingStore: true - Id: 1000851 AegisName: Mini_Brush Name: Small Brush @@ -73452,14 +82359,68 @@ Body: Name: Valhalla Effect (Middle) Type: Etc Weight: 100 + - Id: 1000876 + AegisName: Veins_Quest_Soup + Name: Veins Soup + Type: Etc + - Id: 1000877 + AegisName: UK_Invention + Name: Unknown Invention + Type: Etc + Weight: 10 + - Id: 1000878 + AegisName: Soap_Base + Name: Soap Base + Type: Etc + Weight: 10 + - Id: 1000879 + AegisName: Appetite_Booster + Name: Appetite Booster + Type: Etc + Weight: 10 + - Id: 1000880 + AegisName: Kofte + Name: Kofte + Type: Etc + Weight: 10 + - Id: 1000881 + AegisName: Veins_Sealed_Letter + Name: Sealed Letter + Type: Etc + Weight: 5 - Id: 1000882 AegisName: aegis_1000882 Name: Electric Effect (Bottom) Type: Etc Weight: 100 + - Id: 1000883 + AegisName: Dangerous_Sacredness + Name: Dangerous Relic + Type: Etc + Weight: 20 + - Id: 1000884 + AegisName: Dangerous_Box + Name: Sealed Dangerous Box + Type: Etc + Weight: 40 + - Id: 1000885 + AegisName: VeinsQ_Violin + Name: Violin + Type: Etc + Weight: 800 + - Id: 1000886 + AegisName: Megaphone_Veins + Name: Megaphone + Type: Etc + Weight: 10 + - Id: 1000888 + AegisName: Veins_Coin + Name: Veins Coin + Type: Etc + Weight: 1 - Id: 1000889 - AegisName: aegis_1000889 - Name: Complex Fruit Juice + AegisName: Mixed_Fruits_Juice + Name: Compound Fruit Juice Type: Etc Weight: 10 Flags: @@ -73489,19 +82450,19 @@ Body: NoAuction: true - Id: 1000897 AegisName: aegis_1000897 - Name: Donor List Keias 1 + Name: Donor List Chaos 1 Type: Etc - Id: 1000898 AegisName: aegis_1000898 - Name: Donor List Keias 2 + Name: Donor List Chaos 2 Type: Etc - Id: 1000899 AegisName: aegis_1000899 - Name: Donor List Keias 3 + Name: Donor List Chaos 3 Type: Etc - Id: 1000900 AegisName: aegis_1000900 - Name: Donor List Keias 4 + Name: Donor List Chaos 4 Type: Etc - Id: 1000901 AegisName: aegis_1000901 @@ -73603,6 +82564,8 @@ Body: AegisName: VR_Reading_Card Name: Fantasy Book Completion Card Type: Etc + Flags: + BuyingStore: true - Id: 1000926 AegisName: VR_Navi_Sticker Name: Butterfly Sticker @@ -74034,13 +82997,21 @@ Body: Name: Fresh CREAM # !todo check english name Type: Etc Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true - Id: 1001023 AegisName: aegis_1001023 Name: "[Event] Shard of Infinity Star" Type: Etc - Id: 1001029 AegisName: EP19_D_P_Ore - Name: Encroached Magical Source Stone # !todo check english name + Name: Encroached Magical Ore Type: Etc Weight: 30 Flags: @@ -74048,7 +83019,7 @@ Body: DropEffect: CLIENT - Id: 1001030 AegisName: EP19_N_P_Ore - Name: Neutralized Magical Source Stone # !todo check english name + Name: Neutralized Magical Ore Type: Etc Weight: 30 Flags: @@ -74056,7 +83027,7 @@ Body: DropEffect: CLIENT - Id: 1001031 AegisName: EP19_D_P_Crystal - Name: Encroached Magical Crystal # !todo check english name + Name: Encroached Magical Crystal Type: Etc Weight: 50 Flags: @@ -74064,7 +83035,7 @@ Body: DropEffect: CLIENT - Id: 1001032 AegisName: EP19_N_P_Crystal - Name: Neutralized Magical Crystal # !todo check english name + Name: Neutralized Magical Crystal Type: Etc Weight: 50 Flags: @@ -74072,7 +83043,7 @@ Body: DropEffect: CLIENT - Id: 1001033 AegisName: EP19_D_P_Stone - Name: Poisonous Magic # !todo check english name + Name: Miasmal Spell Type: Etc Weight: 50 Flags: @@ -74080,7 +83051,7 @@ Body: DropEffect: CLIENT - Id: 1001034 AegisName: EP19_S_F_1_Extract - Name: Snow Flower Mana Extract # !todo check english name + Name: Snow Flower Magic Stone Extract Type: Etc Weight: 30 Flags: @@ -74088,7 +83059,7 @@ Body: DropEffect: CLIENT - Id: 1001035 AegisName: EP19_S_F_2_Extract - Name: Glowing Snow Manastone Extract # !todo check english name + Name: Shining Snow Flower Magic Stone Extract Type: Etc Weight: 30 Flags: @@ -74096,7 +83067,7 @@ Body: DropEffect: CLIENT - Id: 1001036 AegisName: EP19_S_F_3_Extract - Name: Brilliant Folklore Manastone Extract # !todo check english name + Name: Brilliant Snow Flower Magic Stone Extract Type: Etc Weight: 30 Flags: @@ -74104,7 +83075,7 @@ Body: DropEffect: CLIENT - Id: 1001037 AegisName: EP19_Gla_Extract - Name: Glacier Extract # !todo check english name + Name: Glacier Extract Type: Etc Weight: 30 Flags: @@ -74180,6 +83151,11 @@ Body: Name: Power Stone (Dual) Type: Etc Weight: 100 + - Id: 1001069 + AegisName: aegis_1001069 + Name: Camellia Smoke Effect Stone (Head) + Type: Etc + Weight: 10 - Id: 1001071 AegisName: aegis_1001071 Name: Niflheim Research Paper # !todo check english name @@ -74188,93 +83164,111 @@ Body: BuyingStore: true - Id: 1001072 AegisName: aegis_1001072 - Name: Evil Orb # !todo check english name + Name: Evil Orb Type: Etc + Buy: 1480 Weight: 10 - Id: 1001073 AegisName: aegis_1001073 - Name: Actoplasmic Stone # !todo check english name + Name: Ectoplasmic Stone Type: Etc + Buy: 1460 Weight: 10 - Id: 1001074 AegisName: aegis_1001074 - Name: Heavy chain # !todo check english name + Name: Heavy Chain Type: Etc + Buy: 1480 Weight: 10 - Id: 1001075 AegisName: aegis_1001075 - Name: Ruby with a grudge # !todo check english name + Name: Evil Minded Ruby Type: Etc + Buy: 1500 Weight: 10 - Id: 1001076 AegisName: aegis_1001076 - Name: Small ring # !todo check english name + Name: Small Sewing Kit Type: Etc + Buy: 1640 Weight: 10 - Id: 1001077 AegisName: Whittling - Name: Wood chips # !todo check english name + Name: Wood Block Type: Etc + Buy: 1600 Weight: 10 - Id: 1001078 AegisName: aegis_1001078 - Name: Blue Moon Shard # !todo check english name + Name: Fragments of the Blue Moon Type: Etc + Buy: 1720 Weight: 10 - Id: 1001079 AegisName: aegis_1001079 - Name: Bizarre Tentacles # !todo check english name + Name: Monstrous Tentacles Type: Etc + Buy: 1520 Weight: 10 - Id: 1001080 AegisName: aegis_1001080 - Name: Condensed Poison # !todo check english name + Name: Congealed Poison Type: Etc + Buy: 1600 Weight: 10 - Id: 1001081 AegisName: aegis_1001081 - Name: Slippery liquid # !todo check english name + Name: Slimy Fluid Type: Etc + Buy: 1560 Weight: 10 - Id: 1001082 AegisName: aegis_1001082 - Name: Monster's Stone # !todo check english name + Name: Monster's Stone Type: Etc + Buy: 1720 Weight: 10 - Id: 1001083 AegisName: aegis_1001083 - Name: Maple Leaf # !todo check english name + Name: Maple Leaves Type: Etc + Buy: 1640 Weight: 10 - Id: 1001084 AegisName: Blaze_Stone - Name: Flamestone # !todo check english name + Name: Blaze Stone Type: Etc + Buy: 1480 Weight: 10 - Id: 1001085 AegisName: aegis_1001085 - Name: Cool liquid # !todo check english name + Name: Cool Liquid Type: Etc + Buy: 1460 Weight: 10 - Id: 1001086 AegisName: aegis_1001086 - Name: Blue Crystal Fragment # !todo check english name + Name: Blue Crystal Shard Type: Etc + Buy: 1480 Weight: 10 - Id: 1001087 AegisName: Shining_Crystal - Name: Brightly shining crystal # !todo check english name + Name: Bright Shining Crystal Type: Etc + Buy: 1600 Weight: 10 - Id: 1001088 AegisName: aegis_1001088 - Name: Fresh pears # !todo check english name + Name: Fresh Pear Type: Etc + Buy: 1640 Weight: 10 - Id: 1001089 AegisName: Aromatic_Flower - Name: Fragrant flowers # !todo check english name + Name: Aromatic Flower Type: Etc + Buy: 1680 Weight: 10 - Id: 1001090 AegisName: Dimmen_Jewel_Fragment @@ -74299,266 +83293,266 @@ Body: BuyingStore: true - Id: 1001093 AegisName: Dimmension_Jewel - Name: Dimensional Jewel # !todo check english name + Name: Dimensional Jewel Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001094 AegisName: Dimmension_Jewelry - Name: Dimensional craftsmanship # !todo check english name + Name: Dimensional Jewelry Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001095 AegisName: Herosria_Jewel - Name: Heroria Jewel # !todo check english name + Name: Herosria Jewel Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001096 AegisName: Heros_Gold_Ore - Name: Heroria Gold Ore # !todo check english name + Name: Herosria Gold Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001097 AegisName: Heros_Silver_Ore - Name: Heroria Silver Ore # !todo check english name + Name: Herosria Silver Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001098 AegisName: Heros_Copper_Ore - Name: Heroria Copper Ore # !todo check english name + Name: Herosria Copper Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001099 AegisName: Heros_Iron_Ore - Name: Heroria Iron Ore # !todo check english name + Name: Herosria Iron Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001100 AegisName: Heros_Gold_Bar - Name: Heroria Gold Bar # !todo check english name + Name: Herosria Gold Bar Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001101 AegisName: Heros_Silver_Bar - Name: Heroria Silver Bar # !todo check english name + Name: Herosria Silver Bar Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001102 AegisName: Heros_Copper_Bar - Name: Heroria copper ingot # !todo check english name + Name: Herosria Copper Bar Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001103 AegisName: Heros_Iron_Bar - Name: Heroria Iron # !todo check english name + Name: Herosria Iron Bar Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001104 AegisName: Heros_Ruby_Ore - Name: Heroria Ruby Ore # !todo check english name + Name: Herosria Ruby Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001105 AegisName: Heros_Topaz_Ore - Name: Heroria Topaz Gemstone # !todo check english name + Name: Herosria Topaz Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001106 AegisName: Heros_Sapphire_Ore - Name: Heroria Sapphire Gemstone # !todo check english name + Name: Herosria Sapphire Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001107 AegisName: Heros_Emerald_Ore - Name: Heroria Emerald Ore # !todo check english name + Name: Herosria Emerald Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001108 AegisName: Heros_Diamond_Ore - Name: Heroria Diamond Ore # !todo check english name + Name: Herosria Diamond Ore Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001109 AegisName: Heros_Ruby - Name: Heroria Ruby # !todo check english name + Name: Herosria Ruby Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001110 AegisName: Heros_Topaz - Name: Heroria Topaz # !todo check english name + Name: Herosria Topaz Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001111 AegisName: Heros_Sapphire - Name: Heroria Sapphire # !todo check english name + Name: Herosria Sapphire Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001112 AegisName: Heros_Emerald - Name: Heroria Emerald # !todo check english name + Name: Herosria Emerald Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001113 AegisName: Heros_Diamond - Name: Heroria Diamond # !todo check english name + Name: Herosria Diamond Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001114 AegisName: Heros_Red_Herb - Name: Heroria Red Herb # !todo check english name + Name: Herosria Red Herb Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001115 AegisName: Heros_Blue_Herb - Name: Heroria Blue Herb # !todo check english name + Name: Herosria Blue Herb Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001116 AegisName: Heros_Yellow_Herb - Name: Heroria Yellow Herb # !todo check english name + Name: Herosria Yellow Herb Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001117 AegisName: Heros_White_Herb - Name: Heroria White Herb # !todo check english name + Name: Herosria White Herb Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001118 AegisName: Heros_Ruby_1 - Name: Shining Heroria Ruby # !todo check english name + Name: Shining Herosria Ruby Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001119 AegisName: Heros_Topaz_1 - Name: Shining Heroria Topaz # !todo check english name + Name: Shining Herosria Topaz Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001120 AegisName: Heros_Sapphire_1 - Name: Shining Heroria Sapphire # !todo check english name + Name: Shining Herosria Sapphire Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001121 AegisName: Heros_Emerald_1 - Name: Shining Heroria Emerald # !todo check english name + Name: Shining Herosria Emerald Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001122 AegisName: Heros_Diamond_1 - Name: Shining Heroria Diamond # !todo check english name + Name: Shining Herosria Diamond Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001123 AegisName: Heros_Ruby_2 - Name: Brilliant Heroria Ruby # !todo check english name + Name: Brilliant Herosria Ruby Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001124 AegisName: Heros_Topaz_2 - Name: Brilliant Heroria Topaz # !todo check english name + Name: Brilliant Herosria Topaz Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001125 AegisName: Heros_Sapphire_2 - Name: Brilliant Heroria Sapphire # !todo check english name + Name: Brilliant Herosria Sapphire Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001126 AegisName: Heros_Emerald_2 - Name: Brilliant Heroria Emerald # !todo check english name + Name: Brilliant Herosria Emerald Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001127 AegisName: Heros_Diamond_2 - Name: Brilliant Heroria Diamond # !todo check english name + Name: Brilliant Herosria Diamond Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001128 AegisName: Creed_Of_Herosria - Name: Heroria's Faith # !todo check english name + Name: Creed of Herosria Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001129 AegisName: Justice_Of_Herosria - Name: Definition of Heroria # !todo check english name + Name: Justice of Herosria Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001130 AegisName: Glory_Of_Herosria - Name: Heroic Glory # !todo check english name + Name: Glory of Herosria Type: Etc Weight: 10 Flags: @@ -74608,7 +83602,7 @@ Body: Weight: 10 - Id: 1001138 AegisName: Barmund_Plain_Essence - Name: Grassland Essence # !todo check english name + Name: Plain Essence Type: Etc Weight: 10 Flags: @@ -74616,7 +83610,7 @@ Body: DropEffect: CLIENT - Id: 1001139 AegisName: Barmund_Flame_Essence - Name: Essence of Fire # !todo check english name + Name: Flame Essence Type: Etc Weight: 10 Flags: @@ -74624,7 +83618,7 @@ Body: DropEffect: CLIENT - Id: 1001140 AegisName: Barmund_Ice_Essence - Name: Essence of Ice # !todo check english name + Name: Ice Essence Type: Etc Weight: 10 Flags: @@ -74632,7 +83626,7 @@ Body: DropEffect: CLIENT - Id: 1001141 AegisName: Barmund_Death_Essence - Name: Death Essence # !todo check english name + Name: Death Essence Type: Etc Weight: 10 Flags: @@ -74810,7 +83804,7 @@ Body: Weight: 10 - Id: 1001177 AegisName: Temple_Barmund_Rune - Name: Crusade Rune Fragment # !todo check english name + Name: Temple Rune Fragment Type: Etc Weight: 1 Flags: @@ -74818,7 +83812,7 @@ Body: DropEffect: CLIENT - Id: 1001178 AegisName: Temple_Barmund_Rune2 - Name: Crusade Rune # !todo check english name + Name: Temple Rune Type: Etc Weight: 10 Flags: @@ -74826,7 +83820,7 @@ Body: DropEffect: CLIENT - Id: 1001179 AegisName: Venom_Barmund_Rune - Name: Poison Rune Fragment # !todo check english name + Name: Venom Rune Fragment Type: Etc Weight: 1 Flags: @@ -74834,7 +83828,7 @@ Body: DropEffect: CLIENT - Id: 1001180 AegisName: Venom_Barmund_Rune2 - Name: Poison Rune # !todo check english name + Name: Venom Rune Type: Etc Weight: 10 Flags: @@ -74842,7 +83836,7 @@ Body: DropEffect: CLIENT - Id: 1001181 AegisName: Soul_Barmund_Rune - Name: Soul Rune Fragment # !todo check english name + Name: Soul Rune Fragment Type: Etc Weight: 1 Flags: @@ -74850,7 +83844,7 @@ Body: DropEffect: CLIENT - Id: 1001182 AegisName: Soul_Barmund_Rune2 - Name: Soul Rune # !todo check english name + Name: Soul Rune Type: Etc Weight: 10 Flags: @@ -74858,14 +83852,14 @@ Body: DropEffect: CLIENT - Id: 1001183 AegisName: Barmund_Temple_Essence - Name: Essence of the Temple # !todo check english name + Name: Temple Essence Type: Etc Weight: 10 Flags: DropEffect: CLIENT - Id: 1001184 AegisName: Barmund_Venom_Essence - Name: Venomous Essence # !todo check english name + Name: Venom Essence Type: Etc Weight: 10 Flags: @@ -74873,7 +83867,7 @@ Body: DropEffect: CLIENT - Id: 1001185 AegisName: Barmund_Soul_Essence - Name: Soul Essence # !todo check english name + Name: Soul Essence Type: Etc Weight: 10 Flags: @@ -74881,21 +83875,21 @@ Body: DropEffect: CLIENT - Id: 1001186 AegisName: Barmund_Water - Name: Magic number of soul # !todo check english name + Name: Soul Magical Water Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001188 AegisName: Barmund_Water2 - Name: Holy Magic Beast # !todo check english name + Name: Temple Magical Water Type: Etc Weight: 10 Flags: BuyingStore: true - Id: 1001189 AegisName: Barmund_Water3 - Name: Poison Magic Beast # !todo check english name + Name: Venom Magical Water Type: Etc Weight: 10 Flags: @@ -74926,19 +83920,19 @@ Body: DropEffect: CLIENT - Id: 1001201 AegisName: Mocadas_Gold - Name: Priest's Relic # !todo check english name + Name: Bishop's Relic Type: Etc Flags: BuyingStore: true - Id: 1001202 AegisName: Mocadas_Water - Name: Priest's Holy Water # !todo check english name + Name: Bishop's Holy Water Type: Etc Flags: BuyingStore: true - Id: 1001203 AegisName: Mjo_Treasure - Name: Myornil's Treasure # !todo check english name + Name: Mjolnir's Treasure Type: Etc Weight: 10 Flags: @@ -74946,7 +83940,7 @@ Body: DropEffect: CLIENT - Id: 1001204 AegisName: Mjo_Energy - Name: Myornil's Energy # !todo check english name + Name: Mjolnir's Energy Type: Etc Flags: BuyingStore: true @@ -74965,7 +83959,7 @@ Body: NoAuction: true - Id: 1001217 AegisName: Ep20_Cat_Whiskers - Name: Sacred Cat Whiskers # !todo check english name + Name: Sacred Cat Whiskers Type: Etc Flags: BuyingStore: true @@ -74985,6 +83979,7 @@ Body: AegisName: aegis_1001226 Name: Legan's Advanced Magic Core # !todo check english name Type: Etc + Buy: 1170 Weight: 10 Flags: BuyingStore: true @@ -74992,6 +83987,7 @@ Body: AegisName: aegis_1001227 Name: Coral bracelet # !todo check english name Type: Etc + Buy: 1440 Weight: 10 Flags: BuyingStore: true @@ -74999,6 +83995,7 @@ Body: AegisName: aegis_1001228 Name: Seashell hairpin # !todo check english name Type: Etc + Buy: 1440 Weight: 10 Flags: BuyingStore: true @@ -75006,6 +84003,7 @@ Body: AegisName: aegis_1001229 Name: Seaweed Belt # !todo check english name Type: Etc + Buy: 1440 Weight: 10 Flags: BuyingStore: true @@ -75013,6 +84011,7 @@ Body: AegisName: aegis_1001230 Name: Scale Armor Fragment # !todo check english name Type: Etc + Buy: 1440 Weight: 10 Flags: BuyingStore: true @@ -75020,6 +84019,7 @@ Body: AegisName: aegis_1001231 Name: Soft Fluorescent Cell (Sour) # !todo check english name Type: Etc + Buy: 1800 Weight: 10 Flags: BuyingStore: true @@ -75027,6 +84027,7 @@ Body: AegisName: aegis_1001232 Name: Soft Fluorescent Cell (salty) # !todo check english name Type: Etc + Buy: 1440 Weight: 10 Flags: BuyingStore: true @@ -75034,6 +84035,7 @@ Body: AegisName: aegis_1001233 Name: Fluorescent Fluorescent Cell (Daldal) # !todo check english name Type: Etc + Buy: 1530 Weight: 10 Flags: BuyingStore: true @@ -75041,6 +84043,7 @@ Body: AegisName: aegis_1001234 Name: Bear Hide # !todo check english name Type: Etc + Buy: 1710 Weight: 10 Flags: BuyingStore: true @@ -75069,6 +84072,7 @@ Body: AegisName: aegis_1001238 Name: Mystic Magic Mass # !todo check english name Type: Etc + Buy: 1530 Weight: 10 Flags: BuyingStore: true @@ -75076,6 +84080,7 @@ Body: AegisName: aegis_1001239 Name: Broken Trident # !todo check english name Type: Etc + Buy: 1170 Weight: 10 Flags: BuyingStore: true @@ -75083,6 +84088,7 @@ Body: AegisName: aegis_1001240 Name: Irwin Private Hat # !todo check english name Type: Etc + Buy: 1260 Weight: 10 Flags: BuyingStore: true @@ -75090,6 +84096,7 @@ Body: AegisName: aegis_1001241 Name: Private Irwin Hat # !todo check english name Type: Etc + Buy: 1350 Weight: 10 Flags: BuyingStore: true @@ -75097,6 +84104,7 @@ Body: AegisName: aegis_1001242 Name: Corporal Irwin Hat # !todo check english name Type: Etc + Buy: 1440 Weight: 10 Flags: BuyingStore: true @@ -75104,40 +84112,45 @@ Body: AegisName: aegis_1001243 Name: Arwin Manic Hat # !todo check english name Type: Etc + Buy: 1530 Weight: 10 Flags: BuyingStore: true - Id: 1001244 - AegisName: aegis_1001244 + AegisName: Ep20_Huge_Feather_G Name: Large Gray Feather # !todo check english name Type: Etc + Buy: 1260 Weight: 10 Flags: BuyingStore: true - Id: 1001245 - AegisName: aegis_1001245 + AegisName: Ep20_Huge_Feather_W Name: Large White Feather # !todo check english name Type: Etc + Buy: 1710 Weight: 10 Flags: BuyingStore: true - Id: 1001246 - AegisName: aegis_1001246 + AegisName: Ep20_Copo_Head_F Name: Copo's Head Feather # !todo check english name Type: Etc + Buy: 1170 Weight: 10 Flags: BuyingStore: true - Id: 1001247 - AegisName: aegis_1001247 + AegisName: Ep20_Copo_Egg_Shell Name: Kkopo Eggshell Fragment # !todo check english name Type: Etc + Buy: 945 Weight: 10 Flags: BuyingStore: true - Id: 1001248 AegisName: EP20_D_P_Ore - Name: Source Stone of Pure Magical Power # !todo check english name + Name: Pure Magical Ore Type: Etc Weight: 30 Flags: @@ -75145,7 +84158,7 @@ Body: DropEffect: CLIENT - Id: 1001249 AegisName: EP20_D_P_Crystal - Name: Crystal of Pure Magical Power # !todo check english name + Name: Pure Magical Crystal Type: Etc Weight: 50 Flags: @@ -75161,15 +84174,20 @@ Body: DropEffect: CLIENT - Id: 1001251 AegisName: EP20_D_Scale - Name: Snake God Scale # !todo check english name + Name: Scale of the Snake God Type: Etc Weight: 50 Flags: BuyingStore: true DropEffect: CLIENT + - Id: 1001252 + AegisName: aegis_1001252 + Name: Rumble Effect Stone (Head) + Type: Etc + Weight: 10 - Id: 1001253 AegisName: S_Enchant_Essence - Name: Shadow Essence # !todo check english name + Name: Shadow Essence Type: Etc Flags: BuyingStore: true @@ -75186,6 +84204,11 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 1001256 + AegisName: Ymir_Heart_P_TW + Name: Imela Heart Energy Fragments # !todo check english name + Type: Etc + Weight: 10 - Id: 1001258 AegisName: VIP_Black_Coin Name: Premium Black Coin # !todo check english name @@ -75246,6 +84269,2170 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 1001282 + AegisName: Imperfect_Rune + Name: Imperfect Rune + Type: Etc + Flags: + BuyingStore: true + - Id: 1001283 + AegisName: Perfect_Rune + Name: Perfect Rune + Type: Etc + Flags: + BuyingStore: true + - Id: 1001289 + AegisName: Bar_D_Docu_1 + Name: In-depth 1st floor research material # !todo check english name + Type: Etc + Weight: 1 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001290 + AegisName: Bar_D_Fl_Energy + Name: Deep Fire Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001291 + AegisName: Bar_D_Ea_Energy + Name: Deep Earth Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001292 + AegisName: Bar_D_Ic_Energy + Name: Deep Cold Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001293 + AegisName: Bar_D_St_Energy + Name: Deep Storm Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001294 + AegisName: Bar_D_So_Energy + Name: Deep Soul Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001295 + AegisName: Bar_D_Pu_Energy + Name: Deep Cleansing Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001296 + AegisName: Bar_D_Co_Energy + Name: Deep Corruption Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001297 + AegisName: Bar_D_Po_Energy + Name: Deep Poison Energy # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001298 + AegisName: Bar_D_Fl_Crystal + Name: Deep Flame Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001299 + AegisName: Bar_D_Ea_Crystal + Name: Deep Earth Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001300 + AegisName: Bar_D_Ic_Crystal + Name: Deep Ice Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001301 + AegisName: Bar_D_St_Crystal + Name: Deep Storm Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001302 + AegisName: Bar_D_So_Crystal + Name: Deep Soul Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001303 + AegisName: Bar_D_Pu_Crystal + Name: Deep Purification Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001304 + AegisName: Bar_D_Co_Crystal + Name: Depth Corruption Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001305 + AegisName: Bar_D_Po_Crystal + Name: Deep Poison Crystal # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001306 + AegisName: Bar_D_Fl_Rune + Name: Rune of Deep Fire # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001307 + AegisName: Bar_D_Ea_Rune + Name: Deep Earth Rune # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001308 + AegisName: Bar_D_Ic_Rune + Name: Deep Cold Rune # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001309 + AegisName: Bar_D_St_Rune + Name: Deep Storm Rune # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001310 + AegisName: Bar_D_So_Rune + Name: Deep Soul Rune # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001311 + AegisName: Bar_D_Pu_Rune + Name: Deep Cleansing Rune # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001312 + AegisName: Bar_D_Co_Rune + Name: Deep Corruption Rune # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001313 + AegisName: Bar_D_Po_Rune + Name: Rune of Deep Poison # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001314 + AegisName: Bar_D_Fl_Essence + Name: Essence of Deep Fire # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001315 + AegisName: Bar_D_Ea_Essence + Name: Essence of Deep Earth # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001316 + AegisName: Bar_D_Ic_Essence + Name: Essence of Deep Cold # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001317 + AegisName: Bar_D_St_Essence + Name: Essence of the Deep Storm # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001318 + AegisName: Bar_D_So_Essence + Name: Deep Soul Essence # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001319 + AegisName: Bar_D_Pu_Essence + Name: Essence of Deep Purification # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001320 + AegisName: Bar_D_Co_Essence + Name: Essence of Deep Corruption # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001321 + AegisName: Bar_D_Po_Essence + Name: Essence of Deep Venom # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001322 + AegisName: ShinkiroStone_Robe + Name: Shinkiro Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001323 + AegisName: ShiranuiStone_Robe + Name: Shiranui Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001324 + AegisName: ShaCrossStone_Robe + Name: Shadow Cross Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001325 + AegisName: CardinalStone_Robe + Name: Cardinal Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001326 + AegisName: SuNoviceStone_Robe + Name: Super Novice Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001327 + AegisName: SuNoviceStone_Top + Name: Super Novice Stone (Upper) + Type: Etc + Weight: 100 + - Id: 1001328 + AegisName: SuNoviceStone_Middle + Name: Super Novice Stone (Middle) + Type: Etc + Weight: 100 + - Id: 1001329 + AegisName: SuNoviceStone_Bottom + Name: Super Novice Stone (Lower) + Type: Etc + Weight: 100 + - Id: 1001330 + AegisName: aegis_1001330 + Name: Deep Fire Sample # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001331 + AegisName: aegis_1001331 + Name: Deep Earth Sample # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001332 + AegisName: aegis_1001332 + Name: Deep Frost Sample # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001333 + AegisName: aegis_1001333 + Name: Deep Storm Sample # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001334 + AegisName: aegis_1001334 + Name: Depth Soul Sample # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001335 + AegisName: aegis_1001335 + Name: Purification Sample of the Depths # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001336 + AegisName: aegis_1001336 + Name: Depth Corruption Sample # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001337 + AegisName: aegis_1001337 + Name: Deadly Poison Specimen of the Depths # !todo check english name + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001338 + AegisName: aegis_1001338 + Name: Adventurer's Bag + Type: Etc + Flags: + BuyingStore: true + - Id: 1001339 + AegisName: aegis_1001339 + Name: Homemade Jerky + Type: Etc + Flags: + BuyingStore: true + - Id: 1001340 + AegisName: aegis_1001340 + Name: Fairy Tale Book + Type: Etc + Flags: + BuyingStore: true + - Id: 1001355 + AegisName: aegis_1001355 + Name: Ancient Hero's Modification Coupon I + Type: Etc + Weight: 10 + - Id: 1001356 + AegisName: aegis_1001356 + Name: Ancient Hero's Modification Coupon II + Type: Etc + Weight: 10 + - Id: 1001357 + AegisName: aegis_1001357 + Name: Ancient Hero's Modification Coupon III + Type: Etc + Weight: 10 + - Id: 1001359 + AegisName: Unidentified_Bug + Name: Unidentified Bug # !todo check english name + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001360 + AegisName: R_Saphir_Hall_OS + Name: Printed Saphir Mace-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001361 + AegisName: R_ElectricFox_OS + Name: Printed Electric Fox-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001362 + AegisName: R_Rutilus_Stick_OS + Name: Printed Rutilus Stick-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001363 + AegisName: R_Circuit_Board_OS + Name: Printed Circuit Board-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001364 + AegisName: R_Boost_Lance_OS + Name: Printed Boost Lance-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001365 + AegisName: R_Blasti_OS + Name: Printed Blasti-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001366 + AegisName: R_Beam_Claymore_OS + Name: Printed Beam Claymor-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001367 + AegisName: R_Cannon_Rapier_OS + Name: Printed Cannon Rapier-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001368 + AegisName: R_AC_B44_OS + Name: Printed AC-B44-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001369 + AegisName: R_Virtual_Bow_OS + Name: Printed Virtual Bow-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001370 + AegisName: R_HR_S55_OS + Name: Printed HR-S55-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001371 + AegisName: R_MH_P89_OS + Name: Printed MH-P89-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001372 + AegisName: R_Kuroiro_OS + Name: Printed Kuroiro-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001373 + AegisName: R_Meuchler_OS + Name: Printed Meuchler-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001374 + AegisName: R_Burning_Knuckle_OS + Name: Printed Burning Knuckle-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001375 + AegisName: R_Ultio_Spes_OS + Name: Printed Ultio-OS + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001376 + AegisName: aegis_1001376 + Name: Barmund Stuffed Doll # !todo check english name + Type: Etc + Weight: 10 + - Id: 1001377 + AegisName: R_Auto_BC_R + Name: Printed Automatic Battle Chip R + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001378 + AegisName: R_Auto_B_R + Name: Printed Automatic Booster R + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001379 + AegisName: R_Auto_Armor_A + Name: Printed Automatic Armor A-type + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001380 + AegisName: R_Auto_Engine_A + Name: Printed Automatic Engine wing A-type + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001381 + AegisName: R_Auto_Leg_A + Name: Printed Automatic Leg A-type + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001382 + AegisName: R_Auto_BC_L + Name: Printed Automatic Battle Chip L + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001383 + AegisName: R_Auto_B_L + Name: Printed Automatic Booster L + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001384 + AegisName: R_Auto_Armor_B + Name: Printed Automatic Armor B-type + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001385 + AegisName: R_Auto_Engine_B + Name: Printed Automatic Engine wing B-type + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001386 + AegisName: R_Auto_Leg_B + Name: Printed Automatic Leg B-type + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001387 + AegisName: R_Ep172_1h_Sword + Name: Printed Hypocrisy Machine + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001388 + AegisName: R_Ep172_1h_Wand + Name: Printed Greed Wand + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001389 + AegisName: R_Ep172_1h_Book + Name: Printed Sloth Text + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001390 + AegisName: R_Ep172_1h_Sword2 + Name: Printed Invidia Bundle + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001391 + AegisName: R_Ep172_Bh_Bow + Name: Printed Superbia String + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001392 + AegisName: R_Ep172_Bh_Bow2 + Name: Printed Gula Gun + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001393 + AegisName: R_Ep172_Bh_knuck + Name: Printed Ira Fist + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001394 + AegisName: R_Ep172_1h_Spear + Name: Printed Gluttony Stick + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001395 + AegisName: R_Ep172_Bh_Spear + Name: Printed Luxuria Pierce + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001396 + AegisName: R_Ep172_1h_Dagger + Name: Printed Wrath Rack + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001397 + AegisName: R_Ep172_Bh_Katar + Name: Printed Avaritia Metal + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001398 + AegisName: R_Ep172_Bh_Staff + Name: Printed Pride Stone + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001399 + AegisName: R_Ep172_1h_Book2 + Name: Printed Sloth Bible + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001400 + AegisName: R_Ep172_1h_Dagger2 + Name: Printed Gula Teeth + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001401 + AegisName: R_Ep172_1h_Whip + Name: Printed Pigritia Spark + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001402 + AegisName: R_Ep172_1h_Inst + Name: Printed Pigritia Wave + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001403 + AegisName: R_Ep172_Bh_Huuma + Name: Printed Wrath Wheel + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001404 + AegisName: R_Ep172_1h_Hammer + Name: Printed Envy Blunt + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001405 + AegisName: R_Ep172_1h_Foxtail + Name: Printed Addiction Plant + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001406 + AegisName: R_Ep172_1h_Rifle + Name: Printed Lust Pointer + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001407 + AegisName: R_Ep172_1h_Shotgun + Name: Printed Lust Shatter + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001408 + AegisName: R_Ep172_1h_Gatling + Name: Printed Lust Crusher + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001409 + AegisName: R_Ep172_1h_Grenade + Name: Printed Lust Boom + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001410 + AegisName: R_Ep172_1h_Axe + Name: Printed Pride Steel + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001411 + AegisName: R_Ep172_Bh_Sword + Name: Printed Hypocrisy Edge + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001412 + AegisName: R_Ep172_Bh_Bow3 + Name: Printed Pigritia Rhythm + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001414 + AegisName: aegis_1001414 + Name: Dimensional Crystal Fragment + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001415 + AegisName: aegis_1001415 + Name: Hall of Life Key + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001419 + AegisName: SkyEmperorStone_Robe + Name: Sky Emperor Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001420 + AegisName: ElementalStone_Robe + Name: Elemental Master Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001421 + AegisName: MeisterStone_Robe + Name: Meister Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001424 + AegisName: aegis_1001424 + Name: Hot Water Droplet Gem + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001425 + AegisName: aegis_1001425 + Name: Cold Water Droplet Gem + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001426 + AegisName: aegis_1001426 + Name: Dry Wind Leaf Gem + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001427 + AegisName: aegis_1001427 + Name: Strong Wind Leaf Gem + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001428 + AegisName: aegis_1001428 + Name: Red Flame Heart Gem + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001429 + AegisName: aegis_1001429 + Name: Blue Flame Heart Gem + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001430 + AegisName: aegis_1001430 + Name: Firm Land Crystal + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001431 + AegisName: aegis_1001431 + Name: Green Land Crystal + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001432 + AegisName: aegis_1001432 + Name: Wrath of Polluted Spirit + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001433 + AegisName: aegis_1001433 + Name: Wrath of Polluted Agni + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001434 + AegisName: aegis_1001434 + Name: Wrath of Polluted Aqua + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001435 + AegisName: aegis_1001435 + Name: Wrath of Polluted Ventus + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001436 + AegisName: aegis_1001436 + Name: Wrath of Polluted Tera + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001440 + AegisName: Energy_Of_Spring + Name: Energy of Spring + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001441 + AegisName: Energy_Of_Summer + Name: Energy of Summer + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001442 + AegisName: Energy_Of_Autumn + Name: Energy of Autumn + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001443 + AegisName: Energy_Of_Winter + Name: Energy of Winter + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001444 + AegisName: Spring_Material_1 + Name: Mane Hair of Floral Pegasus + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001445 + AegisName: Spring_Material_2 + Name: Emblem of Floral Pegasus + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001446 + AegisName: Spring_Material_3 + Name: Wing Feather of Floral Pegasus + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001447 + AegisName: Summer_Material_1 + Name: Tail of Coral Marine + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001448 + AegisName: Summer_Material_2 + Name: Coral of Coral Marine + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001449 + AegisName: Summer_Material_3 + Name: Fin of Coral Marine + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001450 + AegisName: Autumn_Material_1 + Name: Leaf of Maple Tree + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001451 + AegisName: Autumn_Material_2 + Name: Branch of Maple Tree + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001452 + AegisName: Autumn_Material_3 + Name: Bark Piece of Maple Tree + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001453 + AegisName: Winter_Material_1 + Name: Coat of Monarch Penguin + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001454 + AegisName: Winter_Material_2 + Name: Ice Crystal of Monarch Penguin + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001455 + AegisName: Winter_Material_3 + Name: Emblem of Monarch Penguin + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001456 + AegisName: Circul_Of_Life + Name: Circulation of Life + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001457 + AegisName: Fruit_Of_Birth + Name: Fruit of Birth + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001458 + AegisName: Fruit_Of_Extinction + Name: Fruit of Extinction + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001459 + AegisName: Truth_Of_Life + Name: Truth of Life + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001460 + AegisName: Light_Of_Life + Name: Light of Life + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001461 + AegisName: Energy_Of_Flame + Name: Energy of Fire + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001462 + AegisName: Energy_Of_Water + Name: Energy of Water + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001463 + AegisName: Energy_Of_Wind + Name: Energy of Wind + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001464 + AegisName: Energy_Of_Ground + Name: Energy of Earth + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001465 + AegisName: Grace_Of_Spirit + Name: Grace of Spirit + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001474 + AegisName: VR_RING + Name: Ring + Type: Etc + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001478 + AegisName: aegis_1001478 + Name: Pure Diamond + Type: Etc + Buy: 200000 + Weight: 300 + Flags: + DropEffect: CLIENT + - Id: 1001479 + AegisName: aegis_1001479 + Name: Black Diamond + Type: Etc + Buy: 400000 + Weight: 300 + Flags: + DropEffect: CLIENT + - Id: 1001480 + AegisName: aegis_1001480 + Name: Golden Diamond + Type: Etc + Buy: 600000 + Weight: 300 + Flags: + DropEffect: CLIENT + - Id: 1001487 + AegisName: AbysschaserStone_Robe + Name: Abyss Chaser Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001488 + AegisName: TRTRStone_Robe + Name: Troubadour & Trouvere Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001489 + AegisName: HNoviceStone_Robe + Name: Hyper Novice Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001500 + AegisName: R_Adulter_F_A_Bow + Name: Printed Adulter Fides Aiming Bow + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001501 + AegisName: R_Adulter_F_T_Sword + Name: Printed Adulter Fides Two-handed Sword + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001502 + AegisName: R_Adulter_F_Lance + Name: Printed Adulter Fides Lance + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001503 + AegisName: R_Adulter_F_G_Sword + Name: Printed Adulter Fides Guardian Sword + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001504 + AegisName: R_Adulter_F_G_Spear + Name: Printed Adulter Fides Guardian Spear + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001505 + AegisName: R_Adulter_F_Axe + Name: Printed Adulter Fides Axe + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001506 + AegisName: R_Adulter_F_Mace + Name: Printed Adulter Fides Mace + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001507 + AegisName: R_Adulter_F_Lapier + Name: Printed Adulter Fides Rapier + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001508 + AegisName: R_Adulter_F_Hall + Name: Printed Adulter Fides Scepter + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001509 + AegisName: R_Adulter_F_Cakram + Name: Printed Adulter Fides Chakram + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001510 + AegisName: R_Adulter_F_Katar + Name: Printed Adulter Fides Katar + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001511 + AegisName: R_Adulter_F_Dagger + Name: Printed Adulter Fides Dagger + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001512 + AegisName: R_Adulter_F_C_Bow + Name: Printed Adulter Fides Crossbow + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001513 + AegisName: R_Adulter_F_T_Staff + Name: Printed Adulter Fides Two-handed Staff + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001514 + AegisName: R_Adulter_F_Rod + Name: Printed Adulter Fides Rod + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001515 + AegisName: R_Adulter_F_M_Book + Name: Printed Adulter Fides Magic Book + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001516 + AegisName: R_Adulter_F_P_Book + Name: Printed Adulter Fides Poison Book + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001517 + AegisName: R_Adulter_F_Bible + Name: Printed Adulter Fides Bible + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001518 + AegisName: R_Adulter_F_Wand + Name: Printed Adulter Fides Wand + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001519 + AegisName: R_Adulter_F_Knuckle + Name: Printed Adulter Fides Knuckle + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001520 + AegisName: R_Adulter_F_Claw + Name: Printed Adulter Fides Claw + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001521 + AegisName: R_Adulter_F_Ballista + Name: Printed Adulter Fides Ballista + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001522 + AegisName: R_Adulter_F_Violin + Name: Printed Adulter Fides Violin + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001523 + AegisName: R_Adulter_F_C_Rope + Name: Printed Adulter Fides Chain Rope + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001524 + AegisName: R_Adulter_F_Harp + Name: Printed Adulter Fides Harp + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001525 + AegisName: R_Adulter_F_Ribbon + Name: Printed Adulter Fides Ribbon + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001526 + AegisName: R_Adulter_F_Humma + Name: Printed Adulter Fides Huuma Shuriken + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001527 + AegisName: R_Adulter_F_C_Humma + Name: Printed Adulter Fides Cross Huuma Shuriken + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001528 + AegisName: R_Adulter_F_Revolver + Name: Printed Adulter Fides Revolver + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001529 + AegisName: R_Adulter_F_Shotgun + Name: Printed Adulter Fides Shotgun + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001530 + AegisName: R_Adulter_F_Rifle + Name: Printed Adulter Fides Rifle + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001531 + AegisName: R_Adulter_F_Gatling + Name: Printed Adulter Fides Gatling Gun + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001532 + AegisName: R_Adulter_F_Launcher + Name: Printed Adulter Fides Launcher + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001533 + AegisName: R_Adulter_F_Moon_B + Name: Printed Adulter Fides Moon Book + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001534 + AegisName: R_Adulter_F_Star_B + Name: Printed Adulter Fides Stardust Book + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001535 + AegisName: R_Adulter_F_S_Stick + Name: Printed Adulter Fides Soul Stick + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001536 + AegisName: R_Adulter_F_D_Wand + Name: Printed Adulter Fides Dark Wand + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001537 + AegisName: R_Adulter_F_F_Wand + Name: Printed Adulter Fides Foxtail Wand + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001538 + AegisName: R_Adulter_F_F_model + Name: Printed Adulter Fides Foxtail Model + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001539 + AegisName: R_Gray_W_Suits + Name: Printed Gray Wolf Suit + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001540 + AegisName: R_Gray_W_Robe + Name: Printed Gray Wolf Robe + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001541 + AegisName: R_Gray_W_Muffler + Name: Printed Gray Wolf Muffler + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001542 + AegisName: R_Gray_W_Manteau + Name: Printed Gray Wolf Manteau + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001543 + AegisName: R_Gray_W_Boots + Name: Printed Gray Wolf Boots + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001544 + AegisName: R_Gray_W_Shoes + Name: Printed Gray Wolf Shoes + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001545 + AegisName: R_Gray_W_Pendant + Name: Printed Gray Wolf Pendant + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001546 + AegisName: R_Gray_W_Ring + Name: Printed Gray Wolf Ring + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001547 + AegisName: R_Gray_W_Earing + Name: Printed Gray Wolf Earring + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001548 + AegisName: R_Gray_W_Necklace + Name: Printed Gray Wolf Necklace + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001549 + AegisName: S_Badge + Name: Sonic Badge + Type: Etc + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001550 + AegisName: Abyss_Jewel_Fragment + Name: Abyss Jewel Fragment + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001551 + AegisName: Time_Dim_J_Fragment + Name: Time Dimension Jewel Fragment + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001552 + AegisName: Abyss_Magic_Jewel + Name: Abyss Magic Jewel + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001553 + AegisName: Time_Dimension_Jewel + Name: Time Dimension Magic Jewel + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001554 + AegisName: Abyss_Rune_Ore + Name: Abyss Magic Rune Ore + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001555 + AegisName: Abyss_Rune + Name: Abyss Magic Rune + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001556 + AegisName: Time_D_Ma_Rune + Name: Time Dimension Magic Rune + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + DropEffect: CLIENT + - Id: 1001581 + AegisName: aegis_1001581 + Name: Crown of Good and Evil Coupon + Type: Etc + Flags: + BuyingStore: true + - Id: 1001583 + AegisName: aegis_1001583 + Name: Boots of Good and Evil Coupon + Type: Etc + Flags: + BuyingStore: true + - Id: 1001584 + AegisName: aegis_1001584 + Name: Good Weapon Coupon + Type: Etc + Flags: + BuyingStore: true + - Id: 1001588 + AegisName: aegis_1001588 + Name: Evil Weapon Coupon + Type: Etc + Flags: + BuyingStore: true + - Id: 1001589 + AegisName: Sp_Cor_Core + Name: Special Cor Core + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001590 + AegisName: Sp_BarMeal_Ticket + Name: Special Varmeal Ticket + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001591 + AegisName: Sp_Amethyst_Fragment + Name: Special Amethyst Fragment + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001592 + AegisName: R_Core_Rune + Name: Condensed Magical Rune Stone + Type: Etc + Flags: + BuyingStore: true + - Id: 1001593 + AegisName: R_Outside_Rune + Name: Faint Magical Rune Stone + Type: Etc + Flags: + BuyingStore: true + - Id: 1001594 + AegisName: R_Rune_Seal + Name: Rune Seal + Type: Etc + Flags: + BuyingStore: true + - Id: 1001595 + AegisName: R_Sealed_Rune + Name: Sealed Rune Stone + Type: Etc + Flags: + BuyingStore: true + - Id: 1001596 + AegisName: 2401_ev_YongLin + Name: Lammir's Scale + Type: Etc + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 1001599 + AegisName: Unknown_Meteorite_F + Name: Unknown Meteorite Fragment + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001600 + AegisName: Energy_Of_Elemental + Name: Energy of Elemental + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001601 + AegisName: Genesis_Of_Life + Name: Genesis of Life + Type: Etc + Weight: 10 + Flags: + BuyingStore: true + - Id: 1001603 + AegisName: aegis_1001603 + Name: Imperial Guard Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001604 + AegisName: aegis_1001604 + Name: Dragon Knight Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001605 + AegisName: aegis_1001605 + Name: Nightwatch Stone (Garment) + Type: Etc + Weight: 100 + - Id: 1001668 + AegisName: 2403_ev_Dalcom + Name: Sweet Coin # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + - Id: 1001684 + AegisName: 2403_ev_Spray_4 + Name: Flower branch # !todo check english name + Type: Etc + Weight: 1 + Flags: + BuyingStore: true + - Id: 1200000 + AegisName: IDTest_arrow + Name: IDTest arrow + Type: Ammo + SubType: Arrow + Weight: 10 + Attack: 10 + Locations: + Ammo: true + Flags: + BuyingStore: true + - Id: 1210000 + AegisName: IDTest_canon + Name: IDTest canon + Type: Ammo + SubType: CannonBall + Weight: 10 + Attack: 10 + Locations: + Ammo: true + Flags: + BuyingStore: true + - Id: 1220000 + AegisName: IDTest_throw + Name: IDTest throw + Type: Ammo + SubType: CannonBall + Weight: 10 + Attack: 10 + Locations: + Ammo: true + Flags: + BuyingStore: true - Id: 1220001 AegisName: Kunai Name: Kunai @@ -75308,3 +86495,14 @@ Body: EquipLevelMin: 1 Script: | bonus bAtkEle,Ele_Holy; + - Id: 1230000 + AegisName: IDTest_ammo + Name: IDTest ammo + Type: Ammo + SubType: Dagger + Weight: 10 + Attack: 10 + Locations: + Ammo: true + Flags: + BuyingStore: true diff --git a/db/re/item_db_usable.yml b/db/re/item_db_usable.yml index 732596663d..55c862591c 100644 --- a/db/re/item_db_usable.yml +++ b/db/re/item_db_usable.yml @@ -902,7 +902,7 @@ Body: - Id: 585 AegisName: Wurst Name: Brusti - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 40 Script: | @@ -1076,7 +1076,7 @@ Body: - Id: 601 AegisName: Wing_Of_Fly Name: Fly Wing - Type: Delayconsume + Type: DelayConsume Buy: 250 Weight: 50 Flags: @@ -1086,7 +1086,7 @@ Body: - Id: 602 AegisName: Wing_Of_Butterfly Name: Butterfly Wing - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 50 Flags: @@ -1105,7 +1105,7 @@ Body: Trade: NoSell: true Script: | - getrandgroupitem(IG_BlueBox,1); + getgroupitem(IG_BlueBox); - Id: 604 AegisName: Branch_Of_Dead_Tree Name: Dead Branch @@ -1120,7 +1120,7 @@ Body: - Id: 605 AegisName: Anodyne Name: Anodyne - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 100 Flags: @@ -1130,7 +1130,7 @@ Body: - Id: 606 AegisName: Aloebera Name: Aloevera - Type: Delayconsume + Type: DelayConsume Buy: 1500 Weight: 100 Flags: @@ -1176,7 +1176,7 @@ Body: - Id: 610 AegisName: Leaf_Of_Yggdrasil Name: Yggdrasil Leaf - Type: Delayconsume + Type: DelayConsume Buy: 12000 Weight: 100 Flags: @@ -1186,7 +1186,7 @@ Body: - Id: 611 AegisName: Spectacles Name: Magnifier - Type: Delayconsume + Type: DelayConsume Buy: 40 Weight: 50 Flags: @@ -1243,7 +1243,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum,1); + getgroupitem(IG_CardAlbum); - Id: 617 AegisName: Old_Violet_Box Name: Old Purple Box @@ -1256,7 +1256,7 @@ Body: Trade: NoSell: true Script: | - getrandgroupitem(IG_VioletBox,1); + getgroupitem(IG_VioletBox); - Id: 618 AegisName: Worn_Out_Scroll Name: Worn Out Scroll @@ -1573,7 +1573,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_GiftBox,1); + getgroupitem(IG_GiftBox); - Id: 645 AegisName: Center_Potion Name: Concentration Potion @@ -1723,7 +1723,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_GiftBox_1,1); + getgroupitem(IG_GiftBox_1); - Id: 665 AegisName: Gift_Box_2 Name: Gift Box @@ -1734,7 +1734,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_GiftBox_2,1); + getgroupitem(IG_GiftBox_2); - Id: 666 AegisName: Gift_Box_3 Name: Gift Box @@ -1745,7 +1745,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_GiftBox_3,1); + getgroupitem(IG_GiftBox_3); - Id: 667 AegisName: Gift_Box_4 Name: Gift Box @@ -1756,7 +1756,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_GiftBox_4,1); + getgroupitem(IG_GiftBox_4); - Id: 668 AegisName: Handsei Name: Red Envelope @@ -1898,7 +1898,7 @@ Body: - Id: 686 AegisName: Earth_Scroll_1_3 Name: Level 3 Earth Spike - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -1910,7 +1910,7 @@ Body: - Id: 687 AegisName: Earth_Scroll_1_5 Name: Level 5 Earth Spike - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -1922,7 +1922,7 @@ Body: - Id: 688 AegisName: Cold_Scroll_1_3 Name: Level 3 Cold Bolt - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -1934,7 +1934,7 @@ Body: - Id: 689 AegisName: Cold_Scroll_1_5 Name: Level 5 Cold Bolt - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -1946,7 +1946,7 @@ Body: - Id: 690 AegisName: Fire_Scroll_1_3 Name: Level 3 Fire Bolt - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -1958,7 +1958,7 @@ Body: - Id: 691 AegisName: Fire_Scroll_1_5 Name: Level 5 Fire Bolt - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -1970,7 +1970,7 @@ Body: - Id: 692 AegisName: Wind_Scroll_1_3 Name: Level 3 Lightening Bolt - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -1982,7 +1982,7 @@ Body: - Id: 693 AegisName: Wind_Scroll_1_5 Name: Level 5 Lightening Bolt - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -1994,7 +1994,7 @@ Body: - Id: 694 AegisName: Ghost_Scroll_1_3 Name: Level 3 Soul Strike - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -2006,7 +2006,7 @@ Body: - Id: 695 AegisName: Ghost_Scroll_1_5 Name: Level 5 Soul Strike - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -2018,7 +2018,7 @@ Body: - Id: 696 AegisName: Fire_Scroll_2_1 Name: Level 1 Fire Ball - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -2030,7 +2030,7 @@ Body: - Id: 697 AegisName: Fire_Scroll_2_5 Name: Level 5 Fire Ball - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -2042,7 +2042,7 @@ Body: - Id: 698 AegisName: Fire_Scroll_3_1 Name: Level 1 Fire Wall - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -2054,7 +2054,7 @@ Body: - Id: 699 AegisName: Fire_Scroll_3_5 Name: Level 5 Fire Wall - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -2066,7 +2066,7 @@ Body: - Id: 700 AegisName: Cold_Scroll_2_1 Name: Level 1 Frost Diver - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -2075,64 +2075,6 @@ Body: Sitting: true Script: | itemskill "MG_FROSTDIVER",1; - - Id: 6046 - AegisName: Clothing_Dye_Coupon - Name: Clothing Dye Coupon - Type: Usable - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - - Id: 6047 - AegisName: Clothing_Dye_Coupon2 - Name: Clothing Dye Coupon II - Type: Usable - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true - - Id: 6720 - AegisName: Status_Reset_Coupon - Name: Status Reset Coupon - Type: Cash - Buy: 10 - EquipLevelMin: 1 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoStorage: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Script: | - resetstatus; - - Id: 6721 - AegisName: Status_Reset_Coupon2 - Name: Status Reset Coupon - Type: Cash - Buy: 10 - EquipLevelMin: 1 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoStorage: true - NoGuildStorage: true - NoMail: true - NoAuction: true - Script: | - resetstatus; - Id: 7037 AegisName: Trade_Coupon Name: Coupon @@ -2196,7 +2138,7 @@ Body: - Id: 9523 AegisName: Metal_Rifine_Ticket Name: Metal Refining Ticket - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -2248,24 +2190,27 @@ Body: - Id: 9550 AegisName: Gemstone_Of_Time Name: Gemstone of Time - Type: Delayconsume + Type: DelayConsume Weight: 1 Script: | laphine_upgrade(); - Id: 9551 AegisName: Time_Unseal_Key Name: Time Unseal Key - Type: Delayconsume + Type: DelayConsume Weight: 1 Script: | laphine_upgrade(); - Id: 9553 AegisName: C_CatPaw_7Day_Box_ - Name: Infinite Cat Hand Ticket 7 Days Box - Type: Usable + Name: Infinite Cat Hand Ticket Box(7 Days) + Type: Cash Weight: 10 + Flags: + BuyingStore: true + Container: true Script: | - rentitem 22998,604800; + getgroupitem(IG_C_CATPAW_7DAY_BOX_); - Id: 9569 AegisName: Festival_Noodle Name: Festival Noodles @@ -2288,6 +2233,18 @@ Body: NoAuction: true Script: | getgroupitem(IG_WET_SEALED_CARD); + - Id: 9582 + AegisName: Fancy_Spray_Of_Flowers + Name: Colorful Flower Branches + Type: Healing + Weight: 100 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 9585 AegisName: Small_Spray_Of_Flowers Name: Small Flower Branches @@ -2372,7 +2329,7 @@ Body: getgroupitem(IG_E_LIMITPOWERBOOSTER); - Id: 9610 AegisName: E_Mysterious_Water - Name: "[Event]Mysterious Water" + Name: "[Event] Mysterious Water" Type: Healing Weight: 10 Trade: @@ -2396,7 +2353,7 @@ Body: - Id: 9894 AegisName: DF_Adrenaline_Scroll Name: "[Scroll] Adrenaline Lv.5 Scroll" - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 NoUse: @@ -2449,6 +2406,31 @@ Body: Script: | specialeffect2 EF_POTION_BERSERK; sc_start SC_LIMIT_POWER_BOOSTER,1800000,30; + - Id: 9897 + AegisName: E_Glittering_Doll_B + Name: Shiny Doll Button + Type: Usable + Weight: 10 + Script: | + pet 21089; + - Id: 9908 + AegisName: DF_Mental_Potion + Name: "[Scroll] Mental Potion" + Type: Usable + Weight: 10 + NoUse: + Sitting: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + sc_start SC_INCREASE_MAXSP,1800000,10; + sc_start SC_SPCOST_RATE,1800000,10; - Id: 9909 AegisName: DF_Ex_Def_Potion Name: "[Scroll] Ex Def Potion" @@ -2882,7 +2864,7 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_Boarding_Halter_Box); + getgroupitem(IG_BOARDING_HALTER_BOX7); - Id: 9999 AegisName: Season_Evt_Reward_2 Name: Sweets Snack Pack @@ -3535,6 +3517,15 @@ Body: BuyingStore: true Script: | itemheal 325,0; + - Id: 11562 + AegisName: Pie_Fruit + Name: Pie Fruit + Type: Healing + Weight: 30 + Flags: + BuyingStore: true + Script: | + itemheal rand(65,90),rand(35,40); - Id: 11563 AegisName: Hot_Tee Name: Hot Tea @@ -4015,6 +4006,36 @@ Body: Script: | itemheal rand(36,40),0; specialeffect2 EF_HEAL3; + - Id: 11603 + AegisName: Fruit_Of_Mastela_ + Name: "[Gift] Mastela Fruit" + Type: Healing + Weight: 30 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 11604 + AegisName: Royal_Jelly_ + Name: "[Gift] Royal Jelly" + Type: Healing + Weight: 150 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 11605 AegisName: Cookies_Bat Name: Cookie Bat @@ -4023,6 +4044,21 @@ Body: Script: | itemheal rand(50,100),0; /*TODO*/ + - Id: 11606 + AegisName: Light_White_Pot_ + Name: "[Not for Sale] Light White Potion" + Type: Healing + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 325,0; /* average value */ - Id: 11607 AegisName: Crepe Name: Sweet Crepe @@ -4057,6 +4093,20 @@ Body: Weight: 50 Script: | itemheal 350,0; + - Id: 11611 + AegisName: Pop_Corn + Name: Popcorn + Type: Healing + Weight: 30 + Script: | + itemheal 235,0; /* average value */ + - Id: 11612 + AegisName: Aromatic_Pop_Corn + Name: Aromatic Popcorn + Type: Healing + Weight: 50 + Script: | + itemheal 800,0; /* average value */ - Id: 11613 AegisName: Harvest_Cookie Name: Harvest Biscuit @@ -4076,6 +4126,7 @@ Body: NoCart: true NoStorage: true NoGuildStorage: true + NoMail: true NoAuction: true Script: | itemheal rand(27,37),0; @@ -4090,6 +4141,7 @@ Body: NoCart: true NoStorage: true NoGuildStorage: true + NoMail: true NoAuction: true Script: | itemheal rand(15,23),0; @@ -4101,6 +4153,23 @@ Body: Weight: 50 Script: | itemheal rand(100,150),0; + - Id: 11617 + AegisName: Silvervine_Choco + Name: Silvervine Chocoball + Type: Healing + Weight: 50 +# Script: | +# /* TODO */ + - Id: 11620 + AegisName: Bearopy + Name: Bear Rope + Type: Healing + Buy: 420 + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 11621 AegisName: High_RedPotion Name: Red Syrup @@ -4145,6 +4214,146 @@ Body: Duration: 10000 Script: | itemheal 0,180; + - Id: 11625 + AegisName: Gourmet_Popcorn + Name: Gourmet Butter Popcorn + Type: Healing + Weight: 40 + Script: | + itemheal 0,20; /* average value */ + - Id: 11626 + AegisName: Kings_Melon_5 + Name: Recooked Melon Bread + Type: Healing + Buy: 20 + Weight: 30 + Flags: + BuyingStore: true + Script: | + itemheal 325,80; + sc_end SC_BLIND; + sc_end SC_Hallucination; + sc_end SC_CONFUSION; + sc_end SC_SILENCE; + sc_end SC_POISON; + sc_end SC_CURSE; + sc_end SC_BLEEDING; + sc_end SC_DPOISON; + sc_end SC_FEAR; + sc_end SC_DECAGI; + - Id: 11627 + AegisName: High_Q_Beef_Jerky + Name: High Quality Beef Jerky + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 1500,0; /* average value */ + - Id: 11628 + AegisName: Fleshy_Larva + Name: Fleshy Larva + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,140; /* average value */ + - Id: 11629 + AegisName: Acorn_Chocoball + Name: Acorn Chocolate Ball + Type: Healing + Weight: 30 + - Id: 11630 + AegisName: Pignic_Lunch + Name: Lunch Box + Type: Healing + Weight: 150 + Script: | + percentheal 50,50; + - Id: 11631 + AegisName: 2401_ev_Rainbow + Name: New Year Rainbow Rice Cake + Type: Healing + Weight: 50 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 100,100; + - Id: 11632 + AegisName: 2401_ev_Sesamepastry + Name: New Year Dasik + Type: Healing + Weight: 20 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 20,20; + - Id: 11633 + AegisName: 2401_ev_WindTteok + Name: New Year Wind Rice Cake + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 1500,0; /* average value */ + - Id: 11634 + AegisName: 2401_ev_Yugwa + Name: New Year Yugwa + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,140; /* average value */ + - Id: 11635 + AegisName: 2401_ev_RedLin + Name: Red Inverse Scale + Type: Healing + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 11701 AegisName: Girl_Bunch_Of_Flower Name: Girl's Bouquet @@ -4251,7 +4460,7 @@ Body: - Id: 12000 AegisName: Cold_Scroll_2_5 Name: Level 5 Frost Diver - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -4263,7 +4472,7 @@ Body: - Id: 12001 AegisName: Holy_Scroll_1_3 Name: Level 3 Heal - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -4275,7 +4484,7 @@ Body: - Id: 12002 AegisName: Holy_Scroll_1_5 Name: Level 5 Heal - Type: Delayconsume + Type: DelayConsume Buy: 2000 Weight: 10 Flags: @@ -4287,7 +4496,7 @@ Body: - Id: 12003 AegisName: Holy_Scroll_2_1 Name: Level 1 Teleport - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Flags: @@ -4299,6 +4508,7 @@ Body: Name: Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4309,6 +4519,7 @@ Body: Name: Iron Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4319,6 +4530,7 @@ Body: Name: Steel Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4329,6 +4541,7 @@ Body: Name: Oridecon Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4339,6 +4552,7 @@ Body: Name: Fire Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4349,6 +4563,7 @@ Body: Name: Silver Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4359,6 +4574,7 @@ Body: Name: Wind Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4369,6 +4585,7 @@ Body: Name: Stone Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4379,6 +4596,7 @@ Body: Name: Crystal Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4389,6 +4607,7 @@ Body: Name: Shadow Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4399,6 +4618,7 @@ Body: Name: Immaterial Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4409,6 +4629,7 @@ Body: Name: Rusty Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -4445,7 +4666,7 @@ Body: - Id: 12019 AegisName: Holy_Egg Name: Holy Egg - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 150 Script: | @@ -4453,7 +4674,7 @@ Body: - Id: 12020 AegisName: Water_Of_Darkness Name: Cursed Water - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 30 Flags: @@ -4483,7 +4704,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_GiftBoxChina,1); + getgroupitem(IG_GiftBoxChina); - Id: 12024 AegisName: Red_Pouch_Of_Surprise Name: Red Pouch @@ -4503,7 +4724,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_EggBoy,1); + getgroupitem(IG_EggBoy); - Id: 12026 AegisName: Egg_Girl Name: Dano Festival Egg @@ -4513,7 +4734,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_EggGirl,1); + getgroupitem(IG_EggGirl); - Id: 12027 AegisName: Giggling_Box Name: Giggling Box @@ -4542,7 +4763,7 @@ Body: - Id: 12029 AegisName: Gloomy_Box Name: Box of Gloom - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 200 Flags: @@ -4578,7 +4799,7 @@ Body: - Id: 12032 AegisName: Box_Of_Storm Name: Box of Storms - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 200 Flags: @@ -4617,22 +4838,28 @@ Body: Name: Lotto Box 01 Type: Usable Weight: 20 + Flags: + Container: true Script: | - getrandgroupitem(IG_LottoBox1,1); + getgroupitem(IG_LottoBox1); - Id: 12036 AegisName: Lotto_Box02 Name: Lotto Box 02 Type: Usable Weight: 20 + Flags: + Container: true Script: | - getrandgroupitem(IG_LottoBox2,1); + getgroupitem(IG_LottoBox2); - Id: 12037 AegisName: Lotto_Box03 Name: Lotto Box 03 Type: Usable Weight: 20 + Flags: + Container: true Script: | - getrandgroupitem(IG_LottoBox3,1); + getgroupitem(IG_LottoBox3); - Id: 12038 AegisName: Lotto_Box04 Name: Lotto Box 04 @@ -4641,14 +4868,16 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_LottoBox4,1); + getgroupitem(IG_LottoBox4); - Id: 12039 AegisName: Lotto_Box05 Name: Lotto Box 05 Type: Usable Weight: 20 + Flags: + Container: true Script: | - getrandgroupitem(IG_LottoBox5,1); + getgroupitem(IG_LottoBox5); - Id: 12040 AegisName: Stone_Of_Intelligence_ Name: Stone of Sage @@ -5360,7 +5589,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Quiver,1); + getgroupitem(IG_Quiver); - Id: 12105 AegisName: Set_Of_Taiming_Item Name: Taming Gift Set @@ -5371,9 +5600,9 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Taming,1); - getrandgroupitem(IG_Taming,1); - getrandgroupitem(IG_Taming,1); + getgroupitem(IG_Taming); + getgroupitem(IG_Taming); + getgroupitem(IG_Taming); - Id: 12106 AegisName: Accessory_Box Name: Jewelry Box @@ -5384,7 +5613,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Accesory,1); + getgroupitem(IG_Accesory); - Id: 12107 AegisName: Wrapped_Mask Name: Wrapped Mask @@ -5395,7 +5624,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Mask,1); + getgroupitem(IG_Mask); - Id: 12108 AegisName: Bundle_Of_Magic_Scroll Name: Scroll Package @@ -5406,11 +5635,11 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Scroll,1); - getrandgroupitem(IG_Scroll,1); - getrandgroupitem(IG_Scroll,1); - getrandgroupitem(IG_Scroll,1); - getrandgroupitem(IG_Scroll,1); + getgroupitem(IG_Scroll); + getgroupitem(IG_Scroll); + getgroupitem(IG_Scroll); + getgroupitem(IG_Scroll); + getgroupitem(IG_Scroll); - Id: 12109 AegisName: Poring_Box Name: Poring Box @@ -5432,11 +5661,11 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); + getgroupitem(IG_FirstAid); + getgroupitem(IG_FirstAid); + getgroupitem(IG_FirstAid); + getgroupitem(IG_FirstAid); + getgroupitem(IG_FirstAid); - Id: 12111 AegisName: Food_Package Name: Bundle of Food @@ -5447,9 +5676,9 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_FoodBag,1); - getrandgroupitem(IG_FoodBag,1); - getrandgroupitem(IG_FoodBag,1); + getgroupitem(IG_FoodBag); + getgroupitem(IG_FoodBag); + getgroupitem(IG_FoodBag); - Id: 12112 AegisName: Tropical_Sograt Name: Tropical Sograt @@ -5473,7 +5702,7 @@ Body: - Id: 12114 AegisName: Elemental_Fire Name: Elemental Converter - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Flags: @@ -5483,7 +5712,7 @@ Body: - Id: 12115 AegisName: Elemental_Water Name: Elemental Converter - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Flags: @@ -5493,7 +5722,7 @@ Body: - Id: 12116 AegisName: Elemental_Earth Name: Elemental Converter - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Flags: @@ -5503,7 +5732,7 @@ Body: - Id: 12117 AegisName: Elemental_Wind Name: Elemental Converter - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Flags: @@ -5641,9 +5870,9 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CookieBag,1); - getrandgroupitem(IG_CookieBag,1); - getrandgroupitem(IG_CookieBag,1); + getgroupitem(IG_CookieBag); + getgroupitem(IG_CookieBag); + getgroupitem(IG_CookieBag); - Id: 12131 AegisName: Lucky_Potion Name: Lucky Potion @@ -5679,8 +5908,8 @@ Body: Buy: 1 Weight: 10 Script: | - .@r = BaseLevel*100; - getexp2 .@r,.@r; + .@a = BaseLevel*100; + getexp2 .@a,.@a; - Id: 12135 AegisName: Green_Ale Name: Green Ale @@ -5725,7 +5954,6 @@ Body: Type: Usable Weight: 100 Trade: - NoDrop: true NoTrade: true NoSell: true NoCart: true @@ -6317,6 +6545,7 @@ Body: Name: Holy Arrow Quiver Type: Usable Buy: 2 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -6351,7 +6580,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_RedBox,1); + getgroupitem(IG_RedBox); - Id: 12187 AegisName: Green_Box Name: Old Green Box @@ -6361,7 +6590,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_GreenBox,1); + getgroupitem(IG_GreenBox); - Id: 12188 AegisName: Magical_Moon_Cake Name: Grace Moon Cake @@ -6379,7 +6608,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_RedBox_2,1); + getgroupitem(IG_RedBox_2); - Id: 12190 AegisName: Moon_Cake Name: Moon Cake @@ -6423,9 +6652,9 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_HometownGift,1); - getrandgroupitem(IG_HometownGift,1); - getrandgroupitem(IG_HometownGift,1); + getgroupitem(IG_HometownGift); + getgroupitem(IG_HometownGift); + getgroupitem(IG_HometownGift); - Id: 12195 AegisName: Plain_Rice_Cake Name: Plain Rice Cake @@ -6482,7 +6711,7 @@ Body: - Id: 12200 AegisName: Event_Cake Name: X-mas Cake - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 50 Script: | @@ -6669,7 +6898,7 @@ Body: - Id: 12212 AegisName: Giant_Fly_Wing Name: Giant Fly Wing - Type: DelayConsume + Type: Usable Buy: 2 Weight: 10 Trade: @@ -6685,7 +6914,7 @@ Body: - Id: 12213 AegisName: Neuralizer Name: Neuralizer - Type: Delayconsume + Type: DelayConsume Buy: 2 Trade: NoDrop: true @@ -6853,6 +7082,18 @@ Body: Script: | input .@megaphone$; announce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000; + - Id: 12223 + AegisName: Sweets_Macacake + Name: Sweets Macaron Cake + Type: Usable +# Script: | +# /* TODO */ + - Id: 12224 + AegisName: Sweets_Sparfait + Name: Sweets Strawberry Parfait + Type: Usable +# Script: | +# /* TODO */ - Id: 12225 AegisName: Sweet_Candy_Striper Name: Sweet Candy Cane @@ -6984,7 +7225,7 @@ Body: - Id: 12236 AegisName: Choco_Tart Name: Chocolate Tart - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 100 NoUse: @@ -7044,7 +7285,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_YellowBox,1); + getgroupitem(IG_YellowBox); - Id: 12241 AegisName: M_Center_Potion Name: Mercenary Concentration Potion @@ -7084,7 +7325,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_OldGiftBox,1); + getgroupitem(IG_OldGiftBox); - Id: 12245 AegisName: Green_Ale_US Name: Green Ale @@ -7103,7 +7344,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_MagicCardAlbum,1); + getgroupitem(IG_MagicCardAlbum); - Id: 12247 AegisName: Halohalo Name: Halo-Halo @@ -7122,7 +7363,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Masquerade,1); + getgroupitem(IG_Masquerade); - Id: 12249 AegisName: Payroll_Of_Kafra_ Name: Payment Statement for Kafra Employee @@ -7268,7 +7509,6 @@ Body: Name: Field Manual Type: Usable Buy: 2 - Weight: 10 Trade: NoDrop: true NoTrade: true @@ -7279,7 +7519,7 @@ Body: NoMail: true NoAuction: true Script: | - sc_start SC_EXPBOOST,1800000,200; + sc_start SC_EXPBOOST,1800000,50; - Id: 12264 AegisName: Comp_Bubble_Gum Name: Bubble Gum @@ -7295,7 +7535,7 @@ Body: NoMail: true NoAuction: true Script: | - sc_start SC_ITEMBOOST,1800000,200; + sc_start SC_ITEMBOOST,1800000,100; - Id: 12265 AegisName: Comp_Insurance Name: Life Insurrance @@ -7545,7 +7785,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_Tresure_Box_WoE_); + getgroupitem(IG_TRESURE_BOX_WOE); - Id: 12282 AegisName: Internet_Cafe1 Name: Internet Cafe1 @@ -7595,7 +7835,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Masquerade_2,1); + getgroupitem(IG_Masquerade_2); - Id: 12287 AegisName: Love_Angel Name: Love Angel Magic Powder @@ -7700,6 +7940,8 @@ Body: Name: PC-Room Coin Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -7710,12 +7952,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2740,1; + getgroupitem(IG_PC_BANG_COIN_BOX1); - Id: 12295 AegisName: PC_Bang_Coin_Box2 Name: PC-Room Coin Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -7726,12 +7970,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2739,1; + getgroupitem(IG_PC_BANG_COIN_BOX2); - Id: 12296 AegisName: PC_Bang_Coin_Box3 - Name: PC-Room Coin Box + Name: Splendid Spring Hat Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -7742,12 +7988,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2738,1; + getgroupitem(IG_PC_BANG_COIN_BOX3); - Id: 12297 AegisName: PC_Bang_Coin_Box4 Name: PC-Room Coin Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -7758,7 +8006,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2738,2; + getgroupitem(IG_PC_BANG_COIN_BOX4); - Id: 12298 AegisName: SP_Potion Name: SP Consumption Reduction Potion @@ -7970,7 +8218,7 @@ Body: - Id: 12311 AegisName: Large_Spray_Of_Flowers Name: Huge Spray Of Flowers - Type: Delayconsume + Type: DelayConsume Weight: 100 NoUse: Sitting: true @@ -8010,6 +8258,8 @@ Body: Name: Adventurer Returns Support Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -8103,7 +8353,7 @@ Body: - Id: 12323 AegisName: N_Fly_Wing Name: Novice Fly Wing - Type: Delayconsume + Type: DelayConsume NoUse: Sitting: true Trade: @@ -8119,7 +8369,7 @@ Body: - Id: 12324 AegisName: N_Butterfly_Wing Name: Novice Butterfly Wing - Type: Delayconsume + Type: DelayConsume NoUse: Sitting: true Trade: @@ -8135,7 +8385,7 @@ Body: - Id: 12325 AegisName: N_Magnifier Name: Novice Magnifier - Type: Delayconsume + Type: DelayConsume NoUse: Sitting: true Trade: @@ -8246,7 +8496,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Cherish_Box,1); + getgroupitem(IG_Cherish_Box); - Id: 12335 AegisName: Yummy_Skewered_Dish Name: Grilled Delicious Skewer @@ -8289,7 +8539,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Cherish_Box_Ori,1); + getgroupitem(IG_Cherish_Box_Ori); - Id: 12340 AegisName: Mysterious_Rice_Powder Name: Chewy Rice Powder @@ -8312,11 +8562,12 @@ Body: Name: Special Alloy Trap Box Type: Usable Buy: 30000 + Sell: 0 Weight: 100 Flags: BuyingStore: true Script: | - getitem 7940,100; + getitem 7940,500; - Id: 12342 AegisName: Manuk's_Opportunity Name: Manuk's Opportunity @@ -8368,7 +8619,7 @@ Body: - Id: 12347 AegisName: Acorn_Jelly Name: Acorn Jelly - Type: Delayconsume + Type: DelayConsume Flags: BuyingStore: true NoUse: @@ -8398,7 +8649,7 @@ Body: - Id: 12350 AegisName: Angeling_Potion Name: Angeling Potion - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 100 Flags: @@ -8412,7 +8663,7 @@ Body: - Id: 12351 AegisName: Shout_Megaphone Name: Scream Megaphone - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 50 Flags: @@ -8457,7 +8708,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Xmas_Gift,1); + getgroupitem(IG_Xmas_Gift); - Id: 12356 AegisName: Louise_Costume_Box Name: Louise Costume Box @@ -8468,7 +8719,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Louise_Costume_Box,1); + getgroupitem(IG_Louise_Costume_Box); - Id: 12357 AegisName: Shiny_Wing_Gown Name: Shiny Wing Gown @@ -8704,7 +8955,7 @@ Body: - Id: 12376 AegisName: Mysterious_Can2 Name: Mysterious Can2 - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 100 Flags: @@ -8717,7 +8968,7 @@ Body: - Id: 12377 AegisName: Mysterious_PET_Bottle2 Name: Mysterious PET Bottle2 - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 100 Flags: @@ -8787,7 +9038,7 @@ Body: - Id: 12384 AegisName: Rainbow_Ruby_Water Name: Rainbow Ruby - Type: Delayconsume + Type: DelayConsume Weight: 50 Trade: NoDrop: true @@ -8804,7 +9055,7 @@ Body: - Id: 12385 AegisName: Rainbow_Ruby_Fire Name: Rainbow Ruby - Type: Delayconsume + Type: DelayConsume Weight: 50 Trade: NoDrop: true @@ -8821,7 +9072,7 @@ Body: - Id: 12386 AegisName: Rainbow_Ruby_Wind Name: Rainbow Ruby - Type: Delayconsume + Type: DelayConsume Weight: 50 Trade: NoDrop: true @@ -8838,7 +9089,7 @@ Body: - Id: 12387 AegisName: Rainbow_Ruby_Earth Name: Rainbow Ruby - Type: Delayconsume + Type: DelayConsume Weight: 50 Trade: NoDrop: true @@ -8855,7 +9106,7 @@ Body: - Id: 12388 AegisName: Runstone_Crush Name: Rhydo Runestone For Apprentice - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -8875,7 +9126,7 @@ Body: - Id: 12389 AegisName: Runstone_Storm Name: Pertz Runestone For Apprentice - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -8895,7 +9146,7 @@ Body: - Id: 12390 AegisName: Runstone_Millennium Name: Verkana Runestone For Apprentice - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -8989,11 +9240,11 @@ Body: Flags: BuyingStore: true Script: | - pet 1519; + pet 1631; - Id: 12396 AegisName: Fools_Day_Box Name: Gift Box? - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 10 NoUse: @@ -9012,7 +9263,7 @@ Body: - Id: 12397 AegisName: Fools_Day_Box2 Name: Gift Box? - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 10 NoUse: @@ -9030,10 +9281,12 @@ Body: else specialeffect2 EF_CURSEATTACK; - Id: 12398 AegisName: PCBang_Gift_Box - Name: PCRoom Gift Box + Name: PC Cafe Gift Box Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9043,6 +9296,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_GIFT_BOX); - Id: 12399 AegisName: Castle_Treasure_Box Name: Castle Treasure Box @@ -9152,6 +9407,8 @@ Body: Name: PC Cafe Coupon Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9160,6 +9417,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_COUPON_BOX); - Id: 12408 AegisName: Leaf_Cat_Ball Name: Hydra Ball @@ -9192,10 +9451,12 @@ Body: sc_start SC_ITEMBOOST,900000,200; - Id: 12413 AegisName: PCBang_Coupon_Box2 - Name: PC Cafe Coupon Box + Name: PC Cafe Coupon BoxⅡ Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9204,6 +9465,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_COUPON_BOX2); - Id: 12414 AegisName: Guarana_Candy Name: Guarana Candy @@ -9457,7 +9720,7 @@ Body: - Id: 12438 AegisName: F_Giant_Fly_Wing Name: F Giant Fly Wing - Type: DelayConsume + Type: Usable Buy: 2 Weight: 10 Script: | @@ -9583,7 +9846,7 @@ Body: - Id: 12456 AegisName: F_Greed_Scroll Name: F Greed Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | itemskill "BS_GREED",1; @@ -9662,7 +9925,7 @@ Body: - Id: 12466 AegisName: F_Blessing_10_Scroll Name: F Blessing 10 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -9670,7 +9933,7 @@ Body: - Id: 12467 AegisName: F_Inc_Agi_10_Scroll Name: F Inc Agi 10 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -9678,7 +9941,7 @@ Body: - Id: 12468 AegisName: F_Aspersio_5_Scroll Name: F Aspersio 5 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -9686,7 +9949,7 @@ Body: - Id: 12470 AegisName: F_Wind_Walk_10_Scroll Name: F Wind Walk 10 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -9694,7 +9957,7 @@ Body: - Id: 12471 AegisName: F_Adrenaline_Scroll Name: F Adrenaline Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -9763,10 +10026,12 @@ Body: itemheal 500,0; - Id: 12476 AegisName: PCBang_Coupon_Box3 - Name: PCBang Coupon Box3 + Name: PC Cafe Coupon Box Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9775,36 +10040,22 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_COUPON_BOX3); - Id: 12477 AegisName: Gift_Bundle - Name: Gift Bundle + Name: Prontera Costume Pack Type: Usable Flags: Container: true Script: | - /*getgroupitem(IG_Gift_Bundle);*/ - getitem 547,30; - getitem 608,2; - getitem 6302,1; + getgroupitem(IG_GIFT_BUNDLE); - Id: 12478 AegisName: Chance_Box - Name: Chance Box + Name: Box of Opportunity Type: Usable Buy: 20 Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoStorage: true - NoGuildStorage: true - NoMail: true - NoAuction: true - - Id: 12479 - AegisName: Caracas_Ring_Box - Name: Caracas Ring Box - Type: Usable Flags: Container: true Trade: @@ -9817,13 +10068,32 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Caracas_Ring_Box);*/ - rentitem 2841,270000; + getgroupitem(IG_CHANCE_BOX); + - Id: 12479 + AegisName: Caracas_Ring_Box + Name: Test Your Luck Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CARACAS_RING_BOX); - Id: 12480 AegisName: Attend_3Day_Box - Name: Attend 3Day Box + Name: Attendance 3day Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9832,11 +10102,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ATTEND_3DAY_BOX); - Id: 12481 AegisName: Attend_7Day_Box - Name: Attend 7Day Box + Name: Attendance 7day Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9845,11 +10119,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ATTEND_7DAY_BOX); - Id: 12482 AegisName: Attend_10Day_Box - Name: Attend 10Day Box + Name: Attendance 10day Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9858,11 +10136,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ATTEND_10DAY_BOX); - Id: 12483 AegisName: Attend_15Day_Box - Name: Attend 15Day Box + Name: Attendance 15day Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9871,11 +10153,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ATTEND_15DAY_BOX); - Id: 12484 AegisName: Attend_20Day_Box - Name: Attend 20Day Box + Name: Attendance 20day Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9884,11 +10170,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ATTEND_20DAY_BOX); - Id: 12485 AegisName: Attend_25Day_Box - Name: Attend 25Day Box + Name: Attendance 25day Box Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9897,11 +10187,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ATTEND_25DAY_BOX); - Id: 12486 AegisName: GoldPC_First_Box - Name: GoldPC First Box + Name: Beast Summoning Seal Book Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9910,6 +10204,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_GOLDPC_FIRST_BOX); - Id: 12487 AegisName: PC_4Leaf_Clover_Box Name: PC 4Leaf Clover Box @@ -9925,9 +10221,11 @@ Body: NoAuction: true - Id: 12488 AegisName: Ticket_Gift_Box - Name: Ticket Gift Box + Name: Valkyrie Mercenary Scroll Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9936,13 +10234,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true - # Script: | - # mercenary_create VALK_MERC_H,1800000; + Script: | + getgroupitem(IG_TICKET_GIFT_BOX); - Id: 12489 AegisName: Ticket_Gift_Box2 - Name: Ticket Gift Box2 + Name: Ticket Gift Box II Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -9951,6 +10251,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_TICKET_GIFT_BOX2); - Id: 12490 AegisName: Vivid_Notation Name: Christmas Music Box @@ -9984,7 +10286,7 @@ Body: NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_Crumpled_Paper,1); + getgroupitem(IG_Crumpled_Paper); - Id: 12493 AegisName: Lucky_Egg_C4 Name: Lucky Egg C4 @@ -10005,7 +10307,7 @@ Body: - Id: 12494 AegisName: E_Giant_Fly_Wing Name: E Giant Fly Wing - Type: DelayConsume + Type: Usable Buy: 2 Weight: 10 Script: | @@ -10230,7 +10532,7 @@ Body: - Id: 12512 AegisName: E_Greed_Scroll Name: E Greed Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | itemskill "BS_GREED",1; @@ -10321,7 +10623,7 @@ Body: - Id: 12522 AegisName: E_Blessing_10_Scroll Name: Blessing Scroll Lv 10 - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Trade: @@ -10337,7 +10639,7 @@ Body: - Id: 12523 AegisName: E_Inc_Agi_10_Scroll Name: Increase Agility Scroll Lv 10 - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Trade: @@ -10353,7 +10655,7 @@ Body: - Id: 12524 AegisName: E_Aspersio_5_Scroll Name: Aspersio Scroll Lv 5 - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -10361,7 +10663,7 @@ Body: - Id: 12525 AegisName: E_Assumptio_5_Scroll Name: Assumptio Scroll Lv 5 - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -10369,7 +10671,7 @@ Body: - Id: 12526 AegisName: E_Wind_Walk_10_Scroll Name: Wind Walk Scroll Lv 10 - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -10377,7 +10679,7 @@ Body: - Id: 12527 AegisName: E_Adrenaline_Scroll Name: Adrenaline Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Script: | @@ -10500,35 +10802,24 @@ Body: percentheal 20,20; - Id: 12537 AegisName: Solo_Gift_Basket - Name: Solo Gift Basket + Name: Gift Chocolate Basket Type: Usable Buy: 1000 Weight: 10 Flags: Container: true Script: | - /*getgroupitem(IG_Solo_Gift_Basket);*/ - getitem 597,5; - getitem 596,3; - getitem 561,3; - getitem 573,4; - getitem 559,10; - getitem 560,10; + getgroupitem(IG_SOLO_GIFT_BASKET); - Id: 12538 AegisName: Couple_Event_Basket - Name: Couple Event Basket + Name: Firecracker Basket Type: Usable Buy: 2000 Weight: 10 Flags: Container: true Script: | - /*getgroupitem(IG_Couple_Event_Basket);*/ - getitem 14546,10; - getitem 14547,10; - getitem 14548,10; - getitem 14549,10; - getitem 14550,10; + getgroupitem(IG_COUPLE_EVENT_BASKET); - Id: 12539 AegisName: Splendid_Box Name: Splendid Box @@ -10537,6 +10828,7 @@ Body: Weight: 100 Flags: BuyingStore: true + Container: true Script: | getgroupitem(IG_Splendid_Box); - Id: 12540 @@ -10574,7 +10866,7 @@ Body: NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_Fortune_Cookie1,1); + getgroupitem(IG_Fortune_Cookie1); - Id: 12542 AegisName: Fortune_Cookie2 Name: Fortune Cookie2 @@ -10674,14 +10966,8 @@ Body: AegisName: Poison_Bottle_Box2 Name: Deadly Poison Box Type: Usable - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true + Flags: + BuyingStore: true Script: | getitem 678,30; - Id: 12551 @@ -10777,14 +11063,20 @@ Body: - Id: 12564 AegisName: 3D_Glasses_Box Name: 3D Glasses Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_3D_GLASSES_BOX); - Id: 12565 AegisName: Cheer_Scarf_Box - Name: Cheer Scarf Box + Name: Cheering Scarf Box Type: Usable Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10793,11 +11085,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF_BOX); - Id: 12566 AegisName: Cheer_Scarf2_Box - Name: Cheer Scarf2 Box - Type: Usable + Name: Cheering Scarf II Box + Type: Cash Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10806,11 +11102,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF2_BOX); - Id: 12567 AegisName: Cheer_Scarf3_Box - Name: Cheer Scarf3 Box - Type: Usable + Name: Cheering Scarf Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10820,11 +11120,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF3_BOX); - Id: 12568 AegisName: Cheer_Scarf4_Box - Name: Cheer Scarf4 Box - Type: Usable + Name: Cheering Scarf Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10834,11 +11138,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF4_BOX); - Id: 12569 AegisName: Cheer_Scarf6_Box - Name: Cheer Scarf6 Box - Type: Usable + Name: Cheering Scarf Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10848,11 +11156,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF6_BOX); - Id: 12570 AegisName: Cheer_Scarf8_Box - Name: Cheer Scarf8 Box - Type: Usable + Name: Cheering Scarf Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10862,11 +11174,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF8_BOX); - Id: 12571 AegisName: Cheer_Scarf10_Box - Name: Cheer Scarf10 Box - Type: Usable + Name: Cheering Scarf Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10876,11 +11192,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF10_BOX); - Id: 12572 AegisName: Cheer_Scarf10_Box2 - Name: Cheer Scarf10 Box2 - Type: Usable + Name: Cheering Scarf Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10890,6 +11210,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHEER_SCARF10_BOX2); - Id: 12573 AegisName: Fruit_Basket Name: Fruit Basket @@ -10899,9 +11221,9 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Fruit_Basket,1); - getrandgroupitem(IG_Fruit_Basket,1); - getrandgroupitem(IG_Fruit_Basket,1); + getgroupitem(IG_Fruit_Basket); + getgroupitem(IG_Fruit_Basket); + getgroupitem(IG_Fruit_Basket); - Id: 12574 AegisName: Mora_Berry Name: Mora Berry @@ -10918,6 +11240,7 @@ Body: Name: Arrow Of Elf Cntr Type: Usable Buy: 500 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -10928,6 +11251,7 @@ Body: Name: Hunting Arrow Cntr Type: Usable Buy: 500 + Sell: 0 Weight: 250 Flags: BuyingStore: true @@ -10966,12 +11290,15 @@ Body: NoAuction: true Script: | specialeffect2 EF_HEAL3; - bonus_script "{ bonus2 bHPRegenRate,(MaxHp/100*6),3000; }",600; + sc_start4 SC_G_LIFEPOTION,600000,-6,3,0,0; - Id: 12579 AegisName: Ring_Of_Valkyrie_Box - Name: Ring Of Valkyrie Box - Type: Usable + Name: Valkyrie Ring Box + Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -10981,6 +11308,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_RING_OF_VALKYRIE_BOX); - Id: 12580 AegisName: Vending_Search_Scroll Name: Universal Catalog Silver @@ -11006,10 +11335,13 @@ Body: - Id: 12582 AegisName: Siege_Supply_Box Name: WoE Supply Box - Type: Delayconsume + Type: Usable Weight: 100 Flags: BuyingStore: true + Container: true + Script: | + getgroupitem(IG_SIEGE_SUPPLY_BOX); - Id: 12583 AegisName: PR_Team_Box Name: Public Relations box @@ -11147,19 +11479,19 @@ Body: - Id: 12592 AegisName: Cyclops_Box1 Name: Cyclops Box1 - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 10 - Id: 12593 AegisName: Cyclops_Box2 Name: Cyclops Box2 - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 10 - Id: 12594 AegisName: Cyclops_Box3 Name: Cyclops Box3 - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 10 - Id: 12595 @@ -11202,25 +11534,25 @@ Body: - Id: 12597 AegisName: Opor_Ayam Name: Opor Ayam - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 150 - Id: 12598 AegisName: Dendeng_Balado Name: Dendeng Balado - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 150 - Id: 12599 AegisName: Kurma Name: Kurma - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 100 - Id: 12600 AegisName: Treasure_Box_Scroll Name: Treasure Chest Summoned - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -11241,39 +11573,61 @@ Body: - Id: 12602 AegisName: Special_Box1 Name: Special Box I - Type: Delayconsume + Type: Usable Buy: 100 Weight: 100 + Flags: + Container: true + Script: | + getgroupitem(IG_SPECIAL_BOX1); - Id: 12603 AegisName: Special_Box2 Name: Special Box II - Type: Delayconsume + Type: Usable Buy: 100 Weight: 100 + Flags: + Container: true + Script: | + getgroupitem(IG_SPECIAL_BOX2); - Id: 12604 AegisName: Special_Box3 Name: Special Box III - Type: Delayconsume + Type: Usable Buy: 100 Weight: 100 + Flags: + Container: true + Script: | + getgroupitem(IG_SPECIAL_BOX3); - Id: 12605 AegisName: Special_Box4 Name: Special Box IV - Type: Delayconsume + Type: Usable Buy: 100 Weight: 100 + Flags: + Container: true + Script: | + getgroupitem(IG_SPECIAL_BOX4); - Id: 12606 AegisName: Special_Box5 Name: Special Box V - Type: Delayconsume + Type: Usable Buy: 100 Weight: 100 + Flags: + Container: true + Script: | + getgroupitem(IG_SPECIAL_BOX5); - Id: 12607 AegisName: Lolli_Pop_Box - Name: Delicious Lollipop Box - Type: Delayconsume + Name: Lolli Pop Box + Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -11283,6 +11637,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_LOLLI_POP_BOX); - Id: 12608 AegisName: Splendid_Box2 Name: Splendid Box2 @@ -11302,6 +11658,7 @@ Body: Weight: 100 Flags: BuyingStore: true + Container: true Script: | getgroupitem(IG_Old_Ore_Box); - Id: 12610 @@ -11462,7 +11819,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_Advanced_Weapons_Box,1); + getgroupitem(IG_Advanced_Weapons_Box); - Id: 12624 AegisName: Delicious_Jelly Name: Delicious Jelly @@ -11473,8 +11830,10 @@ Body: percentheal 3,3; - Id: 12625 AegisName: Sapa_Feat_Cert_Pack - Name: Sapa Feat Cert Pack + Name: Sapha Certification Bag Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -11483,6 +11842,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SAPA_FEAT_CERT_PACK); - Id: 12626 AegisName: Wander_Man_Scroll Name: Wander Man Scroll @@ -11674,10 +12035,12 @@ Body: getitem 6422,50; - Id: 12644 AegisName: PCBang_Coupon_Box4 - Name: PCBang Coupon Box4 + Name: PC Cafe Coupon BoxIV Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -11686,6 +12049,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_COUPON_BOX4); - Id: 12645 AegisName: J_Aspersio_5_Scroll_C Name: J Aspersio 5 Scroll C @@ -11719,6 +12084,8 @@ Body: Type: Usable Buy: 20 Weight: 30 + Flags: + Container: true Script: | getgroupitem(IG_Ink_Ball); - Id: 12648 @@ -12100,6 +12467,8 @@ Body: Type: Usable Buy: 20 Weight: 500 + Flags: + Container: true Script: | getgroupitem(IG_God_Material_Box); - Id: 12675 @@ -12128,6 +12497,7 @@ Body: Name: Siege Arrow Quiver S Type: Usable Buy: 2 + Sell: 0 Weight: 100 EquipLevelMin: 130 Flags: @@ -12139,6 +12509,7 @@ Body: Name: Siege Arrow Quiver A Type: Usable Buy: 2 + Sell: 0 Weight: 100 EquipLevelMin: 95 Flags: @@ -12209,6 +12580,8 @@ Body: Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -12217,6 +12590,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_GRYPHON_EGG_SCROLL); - Id: 12686 AegisName: Str_Dish20 Name: Str Dish20 @@ -12247,7 +12622,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Helm,1); + getgroupitem(IG_CardAlbum_Helm); - Id: 12691 AegisName: Old_C_Album_Armor Name: Armor Card Album @@ -12258,7 +12633,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Armor,1); + getgroupitem(IG_CardAlbum_Armor); - Id: 12692 AegisName: Old_C_Album_Shield Name: Shield Card Album @@ -12269,7 +12644,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Shield,1); + getgroupitem(IG_CardAlbum_Shield); - Id: 12693 AegisName: Old_C_Album_Garment Name: Garment Card Album @@ -12280,7 +12655,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Garment,1); + getgroupitem(IG_CardAlbum_Garment); - Id: 12694 AegisName: Old_C_Album_Shoes Name: Shoes Card Album @@ -12291,7 +12666,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Shoes,1); + getgroupitem(IG_CardAlbum_Shoes); - Id: 12695 AegisName: Old_C_Album_Acc Name: Accessory Card Album @@ -12302,7 +12677,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Acc,1); + getgroupitem(IG_CardAlbum_Acc); - Id: 12696 AegisName: RWC_Cele_Fire Name: RWC Celebration Firecracker @@ -12327,7 +12702,7 @@ Body: BuyingStore: true Container: true Script: | - getrandgroupitem(IG_CardAlbum_Weapon,1); + getgroupitem(IG_CardAlbum_Weapon); - Id: 12699 AegisName: Tikbalang_Belt Name: Tikbalang Harness @@ -12361,15 +12736,14 @@ Body: Flags: Container: true Trade: - NoDrop: true NoTrade: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_BleuBox,1); - getrandgroupitem(IG_BleuBox,1); + getgroupitem(IG_BleuBox); + getgroupitem(IG_BleuBox); - Id: 12703 AegisName: Holy_Egg_2 Name: Holy Egg @@ -12378,7 +12752,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Holy_Egg_2,1); + getgroupitem(IG_Holy_Egg_2); - Id: 12704 AegisName: Elixir_Of_Life Name: Elixir of Life @@ -12414,7 +12788,7 @@ Body: - Id: 12706 AegisName: Lucky_Cookie01 Name: Lucky Cookie - Type: Delayconsume + Type: DelayConsume Weight: 100 NoUse: Sitting: true @@ -12423,7 +12797,7 @@ Body: - Id: 12707 AegisName: Lucky_Cookie02 Name: Lucky Cookie - Type: Delayconsume + Type: DelayConsume Weight: 100 NoUse: Sitting: true @@ -12432,7 +12806,7 @@ Body: - Id: 12708 AegisName: Lucky_Cookie03 Name: Lucky Cookie - Type: Delayconsume + Type: DelayConsume Weight: 100 NoUse: Sitting: true @@ -12490,7 +12864,7 @@ Body: NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_Easter_Scroll,1); + getgroupitem(IG_Easter_Scroll); - Id: 12715 AegisName: Black_Treasure_Box Name: Black Treasure Box @@ -12960,6 +13334,14 @@ Body: Name: Chinese Pastel Type: Usable Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | percentheal 50,50; - Id: 12755 @@ -12980,8 +13362,7 @@ Body: Flags: Container: true Script: | - /*getgroupitem(IG_New_Gift_Envelope);*/ - getrandgroupitem(IG_New_Gift_Envelope,0); + getgroupitem(IG_New_Gift_Envelope); - Id: 12757 AegisName: Loyal_Ring1_Box Name: Loyal Ring1 Box @@ -13180,10 +13561,12 @@ Body: Type: Usable - Id: 12785 AegisName: Dragon_Egg_Scroll - Name: Dragon Egg Scroll + Name: Dragon Egg Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13192,6 +13575,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_DRAGON_EGG_SCROLL); - Id: 12786 AegisName: Change_Slot_Card Name: Character Position Change Coupon @@ -13274,10 +13659,12 @@ Body: getitem 12792,10; - Id: 12795 AegisName: 2011_RWC_Scroll_Kr - Name: 2011 RWC Scroll Kr + Name: 2011 RWC Scroll Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13286,6 +13673,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_2011_RWC_SCROLL_KR); - Id: 12796 AegisName: Red_Booster Name: Red Booster @@ -13321,10 +13710,12 @@ Body: mercenary_create 2345,1800000; - Id: 12799 AegisName: PCBang_Coupon_Box5 - Name: PCBang Coupon Box5 + Name: PC Cafe Coupon Box V Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13333,6 +13724,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_COUPON_BOX5); - Id: 12800 AegisName: Ktullanux_Scroll Name: Ktullanux Scroll @@ -13351,8 +13744,10 @@ Body: mercenary_create 2347,1800000; - Id: 12802 AegisName: Time_Guardian_Box - Name: Time Guardian Box + Name: Time Keeper Box Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13362,10 +13757,14 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_TIME_GUARDIAN_BOX); - Id: 12803 AegisName: Beginner_Kit_Box - Name: Beginner Kit Box + Name: Novice Support Box Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13375,12 +13774,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_BEGINNER_KIT_BOX); - Id: 12804 AegisName: Cru_Scroll - Name: Cru Scroll + Name: Crew Egg Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13389,6 +13792,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CRU_SCROLL); - Id: 12805 AegisName: Mystic_Powder Name: Mystic Powder @@ -13435,9 +13840,11 @@ Body: getitem 12808,1; - Id: 12808 AegisName: Mother_Love_Box - Name: Mother Love Box + Name: Mother's Gentle Heart Box Type: Usable - EquipLevelMin: 1 + EquipLevelMax: 120 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13447,6 +13854,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_MOTHER_LOVE_BOX); - Id: 12809 AegisName: Level_Up_Box Name: Level Up Box @@ -13470,9 +13879,11 @@ Body: - Id: 12810 AegisName: Event_Gift_Box Name: Event Gift Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13482,12 +13893,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_EVENT_GIFT_BOX); - Id: 12811 AegisName: Event_Gift_Box_ - Name: Event Gift Box - Type: Usable + Name: GM Event Gift Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13497,12 +13912,11 @@ Body: NoMail: true NoAuction: true Script: | - getitem 607,3; - getitem callfunc("F_Rand",22528,22802,12246,6228,6229,6230,6232,6233,6234),1; + getgroupitem(IG_EVENT_GIFT_BOX_); - Id: 12812 AegisName: Snow_Flip Name: Snow Flip - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -13514,7 +13928,7 @@ Body: - Id: 12813 AegisName: Peony_Mommy Name: Peony Mamy - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -13526,7 +13940,7 @@ Body: - Id: 12814 AegisName: Slapping_Herb Name: Slapping Herb - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -13538,7 +13952,7 @@ Body: - Id: 12815 AegisName: Yggdrasil_Dust Name: Yggdrasil Dust - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -13552,20 +13966,8 @@ Body: Name: Old Ore Box Type: Usable EquipLevelMin: 60 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoStorage: true - NoGuildStorage: true - NoMail: true - NoAuction: true - - Id: 12817 - AegisName: Old_Card_Album_ - Name: Old Card Album - Type: Usable - EquipLevelMin: 80 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13576,13 +13978,33 @@ Body: NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_CardAlbum,1); + getgroupitem(IG_OLD_ORE_BOX_); + - Id: 12817 + AegisName: Old_Card_Album_ + Name: Old Card Album + Type: Usable + EquipLevelMin: 80 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CardAlbum); getitem 12818,1; - Id: 12818 AegisName: High_Weapon_Box_ Name: High Weapon Box Type: Usable EquipLevelMin: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13593,7 +14015,7 @@ Body: NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_Advanced_Weapons_Box,1); + getgroupitem(IG_Advanced_Weapons_Box); getitem 12809,1; - Id: 12819 AegisName: Zherlthsh_Tck_Box_ @@ -13709,6 +14131,23 @@ Body: Container: true Script: | getgroupitem(IG_Earth_Type_Scroll); + - Id: 12830 + AegisName: Dead_Tree_Box + Name: Ancient Tree Wooden Box + Type: Usable + Buy: 20 + Weight: 50 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 604,50; /* Dead Branch */ + getitem 12103,2; /* Bloody Branch */ - Id: 12831 AegisName: Potion_Box Name: Potion Box @@ -13744,12 +14183,30 @@ Body: Script: | specialeffect2 EF_HEAL3; sc_start2 SC_M_LIFEPOTION,600000,-4,3; + - Id: 12833 + AegisName: Union_Of_Tribe_ + Name: Union of Organization + Type: Usable + Buy: 2 + Weight: 500 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + guildgetexp 1000000; - Id: 12834 AegisName: Undead_Egg - Name: Undead Egg + Name: Nucleus of Undead Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13758,12 +14215,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UNDEAD_EGG); - Id: 12835 AegisName: Girls_Heart - Name: Girls Heart + Name: Heart of Girl Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -13772,6 +14233,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_GIRLS_HEART); - Id: 12837 AegisName: Wooden_Treasure_Box Name: Wooden Treasure Box @@ -13850,8 +14313,14 @@ Body: - Id: 12848 AegisName: Falcon_Pipe Name: Falcon Flute - Type: Delayconsume + Type: DelayConsume Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoMail: true + NoAuction: true Script: | if (getskilllv("HT_FALCON")) { if (!checkoption(Option_Wug) && !checkoption(Option_Wugrider)) @@ -13908,6 +14377,20 @@ Body: Container: true Script: | getgroupitem(IG_Patron_Scroll); + - Id: 12854 + AegisName: Full_Spray_Of_Flowers + Name: Voluminous Spray of Flowers + Type: Usable + Weight: 100 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 12855 AegisName: Pope_Scroll Name: Pope Scroll @@ -13943,8 +14426,7 @@ Body: - Id: 12858 AegisName: Golden_Potion_RG Name: RG Golden Potion - Type: Healing - Buy: 0 + Type: Delayconsume Weight: 30 Delay: Duration: 1000 @@ -14106,10 +14588,16 @@ Body: Script: | specialeffect2 EF_BASH3D; sc_start SC_ALMIGHTY,1800000,10; + sc_start SC_FOOD_STR_CASH,1800000,10; + sc_start SC_FOOD_AGI_CASH,1800000,10; + sc_start SC_FOOD_INT_CASH,1800000,10; + sc_start SC_FOOD_DEX_CASH,1800000,10; + sc_start SC_FOOD_LUK_CASH,1800000,10; + sc_start SC_FOOD_VIT_CASH,1800000,10; - Id: 12884 AegisName: Infinite_Center_Potion Name: Infinite Concentration Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Trade: NoDrop: true @@ -14125,7 +14613,7 @@ Body: - Id: 12885 AegisName: Ifn_Awakening_Potion Name: Infinite Awakening Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Trade: NoDrop: true @@ -14141,7 +14629,7 @@ Body: - Id: 12886 AegisName: Infinite_Berserk_Potion Name: Infinite Berserk Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Trade: NoDrop: true @@ -14734,7 +15222,7 @@ Body: - Id: 12928 AegisName: J_Aspersio_5_Scroll Name: Sacred Scroll - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Trade: @@ -16015,7 +16503,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16024,6 +16512,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ASSORTED_SCROLL_BOX); - Id: 13502 AegisName: Drooping_Kitty_Box Name: Refined Drooping Cat Box @@ -16031,7 +16521,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16041,7 +16531,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5279,604800; + getgroupitem(IG_DROOPING_KITTY_BOX); - Id: 13503 AegisName: Magestic_Goat_Box Name: Baphomet Horns Box @@ -16049,7 +16539,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16059,7 +16549,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5280,604800; + getgroupitem(IG_MAGESTIC_GOAT_BOX); - Id: 13504 AegisName: Deviruchi_Cap_Box Name: Refined Deviruchi Hat Box @@ -16067,7 +16557,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16077,7 +16567,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5281,604800; + getgroupitem(IG_DEVIRUCHI_CAP_BOX); - Id: 13505 AegisName: Executioner_Box Name: Executioner Box @@ -16085,7 +16575,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16095,7 +16585,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1174,604800; + getgroupitem(IG_EXECUTIONER_BOX); - Id: 13506 AegisName: Brood_Axe_Box Name: Refined Bloody Axe Box @@ -16103,7 +16593,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16113,7 +16603,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1373,604800; + getgroupitem(IG_BROOD_AXE_BOX); - Id: 13507 AegisName: Tomahawk_Box Name: Tomahawk Box @@ -16121,7 +16611,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16131,7 +16621,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1374,604800; + getgroupitem(IG_TOMAHAWK_BOX); - Id: 13508 AegisName: Bow_Of_Rudra_Box Name: Rudra Bow Box @@ -16139,7 +16629,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16149,15 +16639,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1729,604800; + getgroupitem(IG_BOW_OF_RUDRA_BOX); - Id: 13509 AegisName: Cutlas_Box - Name: Cutlus Box + Name: Cutlas Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16167,7 +16657,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13402,604800; + getgroupitem(IG_CUTLAS_BOX); - Id: 13510 AegisName: Solar_Sword_Box Name: Solar Sword Box @@ -16175,7 +16665,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16185,7 +16675,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13403,604800; + getgroupitem(IG_SOLAR_SWORD_BOX); - Id: 13511 AegisName: Sword_Breaker_Box Name: Refined Swordbreaker Box @@ -16193,7 +16683,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16203,7 +16693,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13024,604800; + getgroupitem(IG_SWORD_BREAKER_BOX); - Id: 13512 AegisName: Mail_Breaker_Box Name: Refined Mailbreaker Box @@ -16211,7 +16701,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16221,7 +16711,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13025,604800; + getgroupitem(IG_MAIL_BREAKER_BOX); - Id: 13513 AegisName: Moonlight_Sword_Box Name: Moonlight Dagger Box @@ -16229,7 +16719,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16239,7 +16729,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13026,604800; + getgroupitem(IG_MOONLIGHT_SWORD_BOX); - Id: 13514 AegisName: Spanner_Box Name: Wrench Box @@ -16247,7 +16737,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -16257,7 +16747,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1534,604800; + getgroupitem(IG_SPANNER_BOX); - Id: 13515 AegisName: Grape_Box Name: Grape Box @@ -17035,11 +17525,11 @@ Body: - Id: 13558 AegisName: Weapon_Card_Scroll Name: Weapon Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17048,14 +17538,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_WEAPON_CARD_SCROLL); - Id: 13559 AegisName: Armor_Card_Scroll Name: Armor Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17064,14 +17556,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ARMOR_CARD_SCROLL); - Id: 13560 AegisName: Helmet_Card_Scroll Name: Helmet Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17080,14 +17574,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_HELMET_CARD_SCROLL); - Id: 13561 AegisName: Hood_Card_Scroll Name: Garment Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17096,14 +17592,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_HOOD_CARD_SCROLL); - Id: 13562 AegisName: Hood_Card_Scroll2 Name: Shield Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17112,14 +17610,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_HOOD_CARD_SCROLL2); - Id: 13563 AegisName: Shoes_Card_Scroll Name: Shoes Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17128,14 +17628,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SHOES_CARD_SCROLL); - Id: 13564 AegisName: Accy_Card_Scroll Name: Accessory Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17144,14 +17646,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ACCY_CARD_SCROLL); - Id: 13565 AegisName: Weapon_Card_Scroll2 Name: Weapon Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17160,14 +17664,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_WEAPON_CARD_SCROLL2); - Id: 13566 AegisName: Weapon_Card_Scroll3 Name: Weapon Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17176,14 +17682,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_WEAPON_CARD_SCROLL3); - Id: 13567 AegisName: Armor_Card_Scroll2 Name: Armor Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17192,14 +17700,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ARMOR_CARD_SCROLL2); - Id: 13568 AegisName: Accy_Card_Scroll2 Name: Accessory Card Pet Egg Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17208,6 +17718,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ACCY_CARD_SCROLL2); - Id: 13569 AegisName: PVP_Tele_Scroll_Box Name: PVP Teleport Scroll Box @@ -17593,7 +18105,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17603,7 +18115,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12217,30; + getgroupitem(IG_ASPERSIO_5_BOX30); - Id: 13591 AegisName: Aspersio_5_Box50 Name: Aspersio Scroll 50 Box @@ -17611,7 +18123,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17621,7 +18133,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12217,50; + getgroupitem(IG_ASPERSIO_5_BOX50); - Id: 13592 AegisName: Agi_Dish_Box30 Name: Steamed Scorpion 30 Box @@ -17989,7 +18501,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -17999,7 +18511,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2706,1; + getgroupitem(IG_HANDCUFF_BOX); - Id: 13613 AegisName: Super_Pet_Egg_Box1 Name: Super Pet Egg Box 1 @@ -18601,7 +19113,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18611,7 +19123,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1267,604800; + getgroupitem(IG_INFILTRATOR_BOX1); - Id: 13647 AegisName: Muramasa_Box1 Name: Refined Muramasa Box @@ -18619,7 +19131,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18629,7 +19141,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1173,604800; + getgroupitem(IG_MURAMASA_BOX1); - Id: 13648 AegisName: Excalibur_Box1 Name: Refined Excalibur Box @@ -18637,7 +19149,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18647,7 +19159,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13401,604800; + getgroupitem(IG_EXCALIBUR_BOX1); - Id: 13649 AegisName: Combat_Knife_Box1 Name: Refined Combat Knife Box @@ -18655,7 +19167,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18665,7 +19177,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13021,604800; + getgroupitem(IG_COMBAT_KNIFE_BOX1); - Id: 13650 AegisName: Counter_Dagger_Box1 Name: Refined Dagger of Counter Box @@ -18673,7 +19185,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18683,7 +19195,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13022,604800; + getgroupitem(IG_COUNTER_DAGGER_BOX1); - Id: 13651 AegisName: Kaiser_Knuckle_Box1 Name: Refined Kaiser Knuckle Box @@ -18691,7 +19203,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18701,7 +19213,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1817,604800; + getgroupitem(IG_KAISER_KNUCKLE_BOX1); - Id: 13652 AegisName: Pole_Axe_Box1 Name: Refined Pole Axe Box @@ -18709,7 +19221,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18719,7 +19231,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1419,604800; + getgroupitem(IG_POLE_AXE_BOX1); - Id: 13653 AegisName: Mighty_Staff_Box1 Name: Refined Mighty Staff Box @@ -18727,7 +19239,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18737,7 +19249,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1623,604800; + getgroupitem(IG_MIGHTY_STAFF_BOX1); - Id: 13654 AegisName: Right_Epsilon_Box1 Name: Refined Light Epsilon Box @@ -18745,7 +19257,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18755,7 +19267,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1372,604800; + getgroupitem(IG_RIGHT_EPSILON_BOX1); - Id: 13655 AegisName: Balistar_Box1 Name: Refined Ballista Box @@ -18763,7 +19275,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18773,7 +19285,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1728,604800; + getgroupitem(IG_BALISTAR_BOX1); - Id: 13656 AegisName: Diary_Of_Sage_Box1 Name: Refined Sage's Diary Box @@ -18781,7 +19293,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18791,7 +19303,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1563,604800; + getgroupitem(IG_DIARY_OF_SAGE_BOX1); - Id: 13657 AegisName: Asura_Box1 Name: Refined Ashura Box @@ -18799,7 +19311,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18809,7 +19321,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13023,604800; + getgroupitem(IG_ASURA_BOX1); - Id: 13658 AegisName: Apple_Of_Archer_Box1 Name: Refined Apple of Archer Box @@ -18817,7 +19329,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18827,7 +19339,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5265,1209600; + getgroupitem(IG_APPLE_OF_ARCHER_BOX1); - Id: 13659 AegisName: Bunny_Band_Box1 Name: Refined Bunny Band Box @@ -18835,7 +19347,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18845,7 +19357,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5266,1209600; + getgroupitem(IG_BUNNY_BAND_BOX1); - Id: 13660 AegisName: Sahkkat_Box1 Name: Refined Sakkat Box @@ -18853,7 +19365,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18863,7 +19375,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5267,1209600; + getgroupitem(IG_SAHKKAT_BOX1); - Id: 13661 AegisName: Lord_Circlet_Box1 Name: Refined Grand Circlet Box @@ -18871,7 +19383,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18881,7 +19393,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5268,1209600; + getgroupitem(IG_LORD_CIRCLET_BOX1); - Id: 13662 AegisName: Elven_Ears_Box1 Name: Refined Elven Ears Box @@ -18889,7 +19401,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18899,7 +19411,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2686,1209600; + getgroupitem(IG_ELVEN_EARS_BOX1); - Id: 13663 AegisName: Steel_Flower_Box1 Name: Refined Romantic Flower Box @@ -18907,7 +19419,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18917,7 +19429,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2687,1209600; + getgroupitem(IG_STEEL_FLOWER_BOX1); - Id: 13664 AegisName: Critical_Ring_Box1 Name: Refined Critical Ring Box @@ -18925,7 +19437,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18935,7 +19447,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2688,604800; + getgroupitem(IG_CRITICAL_RING_BOX1); - Id: 13665 AegisName: Earring_Box1 Name: Refined Earring Box @@ -18943,7 +19455,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18953,7 +19465,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2689,604800; + getgroupitem(IG_EARRING_BOX1); - Id: 13666 AegisName: Ring_Box1 Name: Refined Ring Box @@ -18961,7 +19473,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18971,7 +19483,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2690,604800; + getgroupitem(IG_RING_BOX1); - Id: 13667 AegisName: Necklace_Box1 Name: Refined Necklace Box @@ -18979,7 +19491,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -18989,7 +19501,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2691,604800; + getgroupitem(IG_NECKLACE_BOX1); - Id: 13668 AegisName: Glove_Box1 Name: Refined Glove Box @@ -18997,7 +19509,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19007,7 +19519,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2692,604800; + getgroupitem(IG_GLOVE_BOX1); - Id: 13669 AegisName: Brooch_Box1 Name: Refined Brooch Box @@ -19015,7 +19527,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19025,7 +19537,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2693,604800; + getgroupitem(IG_BROOCH_BOX1); - Id: 13670 AegisName: Rosary_Box1 Name: Refined Rosary Box @@ -19033,7 +19545,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19043,7 +19555,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2694,604800; + getgroupitem(IG_ROSARY_BOX1); - Id: 13671 AegisName: Safety_Ring_Box1 Name: Refined Safety Ring Box @@ -19051,7 +19563,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19061,7 +19573,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2695,604800; + getgroupitem(IG_SAFETY_RING_BOX1); - Id: 13672 AegisName: Vesper_Core01_Box1 Name: Refined Vesper Core 01 Box @@ -19069,7 +19581,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19079,7 +19591,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2696,604800; + getgroupitem(IG_VESPER_CORE01_BOX1); - Id: 13673 AegisName: Vesper_Core02_Box1 Name: Refined Vesper Core 02 Box @@ -19087,7 +19599,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19097,7 +19609,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2697,604800; + getgroupitem(IG_VESPER_CORE02_BOX1); - Id: 13674 AegisName: Vesper_Core03_Box1 Name: Refined Vesper Core 03 Box @@ -19105,7 +19617,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19115,7 +19627,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2698,604800; + getgroupitem(IG_VESPER_CORE03_BOX1); - Id: 13675 AegisName: Vesper_Core04_Box1 Name: Refined Vesper Core 04 Box @@ -19123,7 +19635,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19133,7 +19645,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2699,604800; + getgroupitem(IG_VESPER_CORE04_BOX1); - Id: 13676 AegisName: Drooping_Kitty_Box1 Name: Refined Drooping Cat Box @@ -19141,7 +19653,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19151,7 +19663,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5279,1209600; + getgroupitem(IG_DROOPING_KITTY_BOX1); - Id: 13677 AegisName: Magestic_Goat_Box1 Name: Refined Majestic Goat Box @@ -19159,7 +19671,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19169,7 +19681,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5280,1209600; + getgroupitem(IG_MAGESTIC_GOAT_BOX1); - Id: 13678 AegisName: Deviruchi_Cap_Box1 Name: Refined Deviruchi Hat Box @@ -19177,7 +19689,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19187,7 +19699,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5281,1209600; + getgroupitem(IG_DEVIRUCHI_CAP_BOX1); - Id: 13679 AegisName: Executioner_Box1 Name: Refined Executioner Box @@ -19195,7 +19707,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19205,15 +19717,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1174,604800; + getgroupitem(IG_EXECUTIONER_BOX1); - Id: 13680 AegisName: Brood_Axe_Box1 - Name: Refined Bloody Axe Box + Name: Punksutawney Phil's Lucky Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19223,15 +19735,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1373,604800; + getgroupitem(IG_BROOD_AXE_BOX1); - Id: 13681 AegisName: Tomahawk_Box1 - Name: Refined Tomahawk Box + Name: Serpent's Surprise Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19241,7 +19753,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1374,604800; + getgroupitem(IG_TOMAHAWK_BOX1); - Id: 13682 AegisName: Bow_Of_Rudra_Box1 Name: Refined Rudra Bow Box @@ -19249,6 +19761,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -19259,15 +19772,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1729,604800; + getgroupitem(IG_BOW_OF_RUDRA_BOX1); - Id: 13683 AegisName: Cutlas_Box1 - Name: Refined Cutlus Box + Name: Lovely Groove Pack Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19277,7 +19790,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13402,604800; + getgroupitem(IG_CUTLAS_BOX1); - Id: 13684 AegisName: Solar_Sword_Box1 Name: Refined Solar Sword Box @@ -19285,7 +19798,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19295,7 +19808,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13403,604800; + getgroupitem(IG_SOLAR_SWORD_BOX1); - Id: 13685 AegisName: Sword_Breaker_Box1 Name: Refined Swordbreaker Box @@ -19303,6 +19816,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -19313,7 +19827,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13024,604800; + getgroupitem(IG_SWORD_BREAKER_BOX1); - Id: 13686 AegisName: Mail_Breaker_Box1 Name: Refined Mailbreaker Box @@ -19321,6 +19835,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -19331,15 +19846,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13025,604800; + getgroupitem(IG_MAIL_BREAKER_BOX1); - Id: 13687 AegisName: Moonlight_Sword_Box1 - Name: Refined Moonlight Dagger Box + Name: Apocalypse Survivor Fire Sale Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19349,7 +19864,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13026,604800; + getgroupitem(IG_MOONLIGHT_SWORD_BOX1); - Id: 13688 AegisName: Spanner_Box1 Name: Refined Wrench Box @@ -19357,7 +19872,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19367,7 +19882,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1534,604800; + getgroupitem(IG_SPANNER_BOX1); - Id: 13689 AegisName: Bok_Choy_Box Name: Bok Choy Box @@ -19410,7 +19925,7 @@ Body: Type: Cash Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19420,14 +19935,14 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2369,604800; + getgroupitem(IG_FREYJA_OVERCOAT_BOX); - Id: 13692 AegisName: Freyja_Boots_Box Name: Freya's Boots Box Type: Cash Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19437,14 +19952,14 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2428,604800; + getgroupitem(IG_FREYJA_BOOTS_BOX); - Id: 13693 AegisName: Freyja_Cape_Box Name: Freya's Manteau Box Type: Cash Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19454,14 +19969,14 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2533,604800; + getgroupitem(IG_FREYJA_CAPE_BOX); - Id: 13694 AegisName: Freyja_Crown_Box - Name: Freya's Crown Box + Name: Freyja Crown Box Type: Cash Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19471,7 +19986,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5306,604800; + getgroupitem(IG_FREYJA_CROWN_BOX); - Id: 13695 AegisName: Battle_Manual25_Box Name: Field Manual 25% Box @@ -19718,11 +20233,11 @@ Body: - Id: 13709 AegisName: BRO_Package1 Name: BRO Package Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19731,6 +20246,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_BRO_PACKAGE1); - Id: 13710 AegisName: Max_Weight_Up_Box Name: Gym Pass Box @@ -19949,12 +20466,12 @@ Body: getitem 14527,10; - Id: 13722 AegisName: Pecopeco_Hairband_Box - Name: Peco Peco Hairband Box + Name: Pecopeco Hairband Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19964,7 +20481,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5286,1; + getgroupitem(IG_PECOPECO_HAIRBAND_BOX); - Id: 13723 AegisName: Red_Glasses_Box Name: Red Glasses Box @@ -19972,7 +20489,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -19982,7 +20499,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5288,1; + getgroupitem(IG_RED_GLASSES_BOX); - Id: 13724 AegisName: Whisper_Mask_Box Name: Whisper Mask Box @@ -19990,7 +20507,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20000,7 +20517,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5294,1; + getgroupitem(IG_WHISPER_MASK_BOX); - Id: 13725 AegisName: Ramen_Hat_Box Name: Ramen Hat Box @@ -20023,10 +20540,9 @@ Body: AegisName: Gold_Box_ Name: Golden Box Type: Cash - Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20036,15 +20552,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7777,1; + getgroupitem(IG_GOLD_BOX_); - Id: 13727 AegisName: Silver_Box_ Name: Silver Box Type: Cash - Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20054,7 +20569,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7778,1; + getgroupitem(IG_SILVER_BOX_); - Id: 13728 AegisName: Gold_Key1_Box Name: Golden Key 1 Box @@ -20130,7 +20645,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20140,7 +20655,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5286,1; + getgroupitem(IG_PECOPECO_HAIRBAND_BOX1); - Id: 13735 AegisName: Red_Glasses_Box1 Name: Red Glasses Box @@ -20148,7 +20663,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20158,7 +20673,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5288,1; + getgroupitem(IG_RED_GLASSES_BOX1); - Id: 13736 AegisName: Whisper_Mask_Box1 Name: Whisper Mask Box @@ -20166,7 +20681,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20176,7 +20691,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5294,1; + getgroupitem(IG_WHISPER_MASK_BOX1); - Id: 13737 AegisName: Ramen_Hat_Box1 Name: Ramen Hat Box @@ -20184,7 +20699,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20194,7 +20709,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5293,1; + getgroupitem(IG_RAMEN_HAT_BOX1); - Id: 13738 AegisName: Glass_Of_Illusion_Box5 Name: Glass of Illusion 5 Box @@ -20647,12 +21162,12 @@ Body: getitem 526,70; - Id: 13763 AegisName: 5_Anniversary_Coin_Box - Name: Coin Box + Name: PC Cafe Premium Anniversary Coin Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20663,7 +21178,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2709,1; + getgroupitem(IG_5_ANNIVERSARY_COIN_BOX); - Id: 13764 AegisName: Battle_Manual_Box_TW Name: Beginner's Field Manual 5 Box @@ -20684,12 +21199,12 @@ Body: getitem 7803,5; - Id: 13765 AegisName: Certificate_TW_Box - Name: Certificate Box + Name: Fully Closed Certificate Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20700,15 +21215,15 @@ Body: NoMail: true NoAuction: true Script: | - /*getitem 7804,1;*/ + getgroupitem(IG_CERTIFICATE_TW_BOX); - Id: 13766 AegisName: Nagan_Box - Name: Refined Nagan Box + Name: Nagan Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20718,15 +21233,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13407,604800; + getgroupitem(IG_NAGAN_BOX); - Id: 13767 AegisName: Skewer_Box - Name: Refined Brocca Box + Name: Skewer Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20736,15 +21251,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1424,604800; + getgroupitem(IG_SKEWER_BOX); - Id: 13768 AegisName: Survival_Rod_Box - Name: Refined Survivor's Rod Box + Name: Survival Rod Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20754,15 +21269,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1628,604800; + getgroupitem(IG_SURVIVAL_ROD_BOX); - Id: 13769 AegisName: Quadrille_Box - Name: Refined Quadrille Box + Name: Quadrille Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20772,15 +21287,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1537,604800; + getgroupitem(IG_QUADRILLE_BOX); - Id: 13770 AegisName: Great_Axe_Box - Name: Refined Great Axe Box + Name: Great Axe Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20790,15 +21305,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1378,604800; + getgroupitem(IG_GREAT_AXE_BOX); - Id: 13771 AegisName: Bloody_Roar_Box - Name: Refined Bloody Roar Box + Name: Bloody Roar Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20808,15 +21323,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1273,604800; + getgroupitem(IG_BLOODY_ROAR_BOX); - Id: 13772 AegisName: Hardback_Box - Name: Refined Hardcover Book Box + Name: Hardback Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20826,7 +21341,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1567,604800; + getgroupitem(IG_HARDBACK_BOX); - Id: 13773 AegisName: Fire_Brand_Box Name: Refined Fireblend Box @@ -20848,12 +21363,12 @@ Body: /*rentitem 13408,604800;*/ - Id: 13774 AegisName: Immaterial_Sword_Box - Name: Refined Immaterial Sword Box + Name: Immaterial Sword Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20863,15 +21378,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13409,604800; + getgroupitem(IG_IMMATERIAL_SWORD_BOX); - Id: 13775 AegisName: Unholy_Touch_Box - Name: Refined Unholy Touch Box + Name: Unholy Touch Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20881,15 +21396,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1274,604800; + getgroupitem(IG_UNHOLY_TOUCH_BOX); - Id: 13776 AegisName: Cloak_Of_Survival_Box - Name: Refined Survivor's Manteau Box + Name: Cloak Of Survival Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20899,15 +21414,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2535,1209600; + getgroupitem(IG_CLOAK_OF_SURVIVAL_BOX); - Id: 13777 AegisName: Masquerade_Box - Name: Refined Masquerade Box + Name: Masquerade Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20917,15 +21432,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5326,1209600; + getgroupitem(IG_MASQUERADE_BOX); - Id: 13778 AegisName: Orc_Hero_Helm_Box - Name: Refined Helmet of Orc Hero Box + Name: Orc Hero Helm Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20935,15 +21450,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5327,1209600; + getgroupitem(IG_ORC_HERO_HELM_BOX); - Id: 13779 AegisName: Evil_Wing_Ears_Box - Name: Refined Wing of Diablo Box + Name: Evil Wing Ears Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20953,15 +21468,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5328,1209600; + getgroupitem(IG_EVIL_WING_EARS_BOX); - Id: 13780 AegisName: Dark_Blindfold_Box - Name: Refined Dark Blinder Box + Name: Dark Blindfold Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20971,7 +21486,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5329,1209600; + getgroupitem(IG_DARK_BLINDFOLD_BOX); - Id: 13781 AegisName: kRO_Drooping_Kitty_Box Name: Refined Drooping Cat Box @@ -20979,7 +21494,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -20989,15 +21504,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5330,1209600; + getgroupitem(IG_KRO_DROOPING_KITTY_BOX); - Id: 13782 AegisName: Corsair_Box - Name: Refined Corsair Box + Name: Corsair Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21007,15 +21522,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5331,1209600; + getgroupitem(IG_CORSAIR_BOX); - Id: 13783 AegisName: Bloody_Iron_Ball_Box - Name: Refined Bloodied Shackle Ball Box + Name: Bloody Iron Ball Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21025,15 +21540,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2710,604800; + getgroupitem(IG_BLOODY_IRON_BALL_BOX); - Id: 13784 AegisName: Spiritual_Ring_Box - Name: Refined Spiritual Ring Box + Name: Spiritual Ring Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21043,15 +21558,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2711,604800; + getgroupitem(IG_SPIRITUAL_RING_BOX); - Id: 13785 AegisName: Nagan_Box1 - Name: Refined Nagan Box + Name: Nagan Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21061,7 +21576,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13407,86400; + getgroupitem(IG_NAGAN_BOX1); - Id: 13786 AegisName: Skewer_Box1 Name: Refined Brocca Box @@ -21069,7 +21584,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21079,15 +21594,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1424,86400; + getgroupitem(IG_SKEWER_BOX1); - Id: 13787 AegisName: Survival_Rod_Box1 - Name: Refined Survivor's Rod Box + Name: Refined Staff of Survival Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21097,7 +21612,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1628,86400; + getgroupitem(IG_SURVIVAL_ROD_BOX1); - Id: 13788 AegisName: Quadrille_Box1 Name: Refined Quadrille Box @@ -21105,7 +21620,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21115,7 +21630,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1537,86400; + getgroupitem(IG_QUADRILLE_BOX1); - Id: 13789 AegisName: Great_Axe_Box1 Name: Refined Great Axe Box @@ -21123,7 +21638,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21133,7 +21648,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1378,86400; + getgroupitem(IG_GREAT_AXE_BOX1); - Id: 13790 AegisName: Bloody_Roar_Box1 Name: Refined Bloody Roar Box @@ -21141,6 +21656,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21151,7 +21667,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1273,86400; + getgroupitem(IG_BLOODY_ROAR_BOX1); - Id: 13791 AegisName: Hardback_Box1 Name: Refined Hardcover Book Box @@ -21159,6 +21675,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21169,15 +21686,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1567,86400; + getgroupitem(IG_HARDBACK_BOX1); - Id: 13792 AegisName: Fire_Brand_Box1 - Name: Refined Fireblend Box + Name: Fire Brand Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21187,15 +21704,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13408,86400; + getgroupitem(IG_FIRE_BRAND_BOX1); - Id: 13793 AegisName: Immaterial_Sword_Box1 - Name: Refined Immaterial Sword Box + Name: Black Friday Groove Pack Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21205,15 +21722,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13409,86400; + getgroupitem(IG_IMMATERIAL_SWORD_BOX1); - Id: 13794 AegisName: Unholy_Touch_Box1 - Name: Refined Unholy Touch Box + Name: Cyber Monday Lucky Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21223,15 +21740,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1274,86400; + getgroupitem(IG_UNHOLY_TOUCH_BOX1); - Id: 13795 AegisName: Cloak_Of_Survival_Box1 - Name: Refined Survivor's Manteau Box + Name: Refined Manteau of Survival Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21241,15 +21758,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2535,86400; + getgroupitem(IG_CLOAK_OF_SURVIVAL_BOX1); - Id: 13796 AegisName: Masquerade_Box1 - Name: Refined Masquerade Box + Name: Butterfly Mask Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21259,7 +21776,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5326,86400; + getgroupitem(IG_MASQUERADE_BOX1); - Id: 13797 AegisName: Orc_Hero_Helm_Box1 Name: Refined Helmet of Orc Hero Box @@ -21267,7 +21784,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21277,7 +21794,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5327,86400; + getgroupitem(IG_ORC_HERO_HELM_BOX1); - Id: 13798 AegisName: Evil_Wing_Ears_Box1 Name: Refined Wing of Diablo Box @@ -21285,7 +21802,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21295,7 +21812,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5328,86400; + getgroupitem(IG_EVIL_WING_EARS_BOX1); - Id: 13799 AegisName: Dark_Blindfold_Box1 Name: Refined Dark Blinder Box @@ -21303,7 +21820,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21313,7 +21830,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5329,86400; + getgroupitem(IG_DARK_BLINDFOLD_BOX1); - Id: 13800 AegisName: kRO_Drooping_Kitty_Box1 Name: Refined Drooping Cat Box @@ -21321,7 +21838,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21331,7 +21848,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5330,86400; + getgroupitem(IG_KRO_DROOPING_KITTY_BOX1); - Id: 13801 AegisName: Corsair_Box1 Name: Refined Corsair Box @@ -21339,7 +21856,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21349,7 +21866,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5331,86400; + getgroupitem(IG_CORSAIR_BOX1); - Id: 13802 AegisName: Bloody_Iron_Ball_Box1 Name: Refined Bloodied Shackle Ball Box @@ -21357,6 +21874,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21367,7 +21885,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2710,86400; + getgroupitem(IG_BLOODY_IRON_BALL_BOX1); - Id: 13803 AegisName: Spiritual_Ring_Box1 Name: Refined Spiritual Ring Box @@ -21375,7 +21893,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21385,7 +21903,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2711,86400; + getgroupitem(IG_SPIRITUAL_RING_BOX1); - Id: 13804 AegisName: Fire_Cracker_Love_Box Name: I Love You Firecracker Box @@ -21519,6 +22037,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21529,12 +22048,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14551,1; - getitem 14554,1; - getitem 14557,1; - getitem 14560,1; - getitem 14563,1; - getitem 14566,1; + getgroupitem(IG_FOOD_BOX_LV1); - Id: 13812 AegisName: Food_Box_Lv2 Name: Food Box Vol 2 @@ -21542,6 +22056,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21552,12 +22067,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14552,1; - getitem 14555,1; - getitem 14558,1; - getitem 14561,1; - getitem 14564,1; - getitem 14567,1; + getgroupitem(IG_FOOD_BOX_LV2); - Id: 13813 AegisName: Food_Box_Lv3 Name: Food Box Vol 3 @@ -21565,6 +22075,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21575,12 +22086,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14553,1; - getitem 14556,1; - getitem 14559,1; - getitem 14562,1; - getitem 14565,1; - getitem 14568,1; + getgroupitem(IG_FOOD_BOX_LV3); - Id: 13814 AegisName: Indonesia_Box Name: Healing Box @@ -21588,7 +22094,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21598,9 +22104,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 503,100; - getitem 12684,10; - getitem 607,5; + getgroupitem(IG_INDONESIA_BOX); - Id: 13815 AegisName: Knife_Goblin_Box Name: Knife Goblin Taming Box @@ -21784,11 +22288,13 @@ Body: - Id: 13825 AegisName: Green_Box_ Name: Old Green Box - Type: Usable + Type: Cash Buy: 20 Weight: 200 Flags: - UniqueId: true + Container: true + Script: | + getgroupitem(IG_GREEN_BOX_); - Id: 13826 AegisName: Power_Box1 Name: Power Box 1 @@ -21796,6 +22302,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21806,9 +22313,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 682,1; - getitem 12123,1; - getitem 12122,1; + getgroupitem(IG_POWER_BOX1); - Id: 13827 AegisName: Power_Box2 Name: Power Box 2 @@ -21816,6 +22321,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -21826,17 +22332,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 683,1; - getitem 12123,1; - getitem 12122,1; + getgroupitem(IG_POWER_BOX2); - Id: 13828 AegisName: Resist_Box1 Name: Resist Box 1 - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21846,16 +22350,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12118,1; - getitem 12119,1; + getgroupitem(IG_RESIST_BOX1); - Id: 13829 AegisName: Resist_Box2 Name: Resist Box 2 - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21865,16 +22368,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12120,1; - getitem 12121,1; + getgroupitem(IG_RESIST_BOX2); - Id: 13830 AegisName: Stat_Boost1 Name: Stat Boost 1 - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21884,17 +22386,15 @@ Body: NoMail: true NoAuction: true Script: | - sc_start SC_INCSTR,60000,5; - sc_start SC_INCAGI,60000,5; - sc_start SC_INCVIT,60000,5; + getgroupitem(IG_STAT_BOOST1); - Id: 13831 AegisName: Stat_Boost2 Name: Stat Boost 2 - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21904,17 +22404,15 @@ Body: NoMail: true NoAuction: true Script: | - sc_start SC_INCINT,60000,5; - sc_start SC_INCLUK,60000,5; - sc_start SC_INCDEX,60000,5; + getgroupitem(IG_STAT_BOOST2); - Id: 13832 AegisName: Stat_Boost3 Name: Stat Boost 3 - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21924,17 +22422,15 @@ Body: NoMail: true NoAuction: true Script: | - sc_start SC_INCAGI,60000,5; - sc_start SC_INCVIT,60000,5; - sc_start SC_INCDEX,60000,5; + getgroupitem(IG_STAT_BOOST3); - Id: 13833 AegisName: Stat_Boost4 Name: Stat Boost 4 - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -21944,9 +22440,7 @@ Body: NoMail: true NoAuction: true Script: | - sc_start SC_INCINT,60000,5; - sc_start SC_INCVIT,60000,5; - sc_start SC_INCDEX,60000,5; + getgroupitem(IG_STAT_BOOST4); - Id: 13834 AegisName: Dun_Tele_Scroll2_Box5 Name: Dungeon Teleport Scroll II 5 Box @@ -22460,6 +22954,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22470,9 +22965,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12208,2; - getitem 12215,15; - getitem 12216,15; + getgroupitem(IG_TRIAL_BOX); - Id: 13863 AegisName: Repair_Scroll_Box10 Name: Repair Weapon Scroll 10 Box @@ -22480,6 +22973,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22490,11 +22984,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14521,10; - getitem 1002,10; - getitem 998,10; - getitem 756,10; - getitem 999,10; + getgroupitem(IG_REPAIR_SCROLL_BOX10); - Id: 13864 AegisName: Hockey_Mask_Box Name: Hockey Mask Box @@ -22502,6 +22992,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22512,15 +23003,16 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5314,604800; + getgroupitem(IG_HOCKEY_MASK_BOX); - Id: 13865 AegisName: Observer_Box Name: Observer Box Type: Cash Buy: 20 Weight: 10 + EquipLevelMin: 35 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -22530,7 +23022,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5315,604800; + getgroupitem(IG_OBSERVER_BOX); - Id: 13866 AegisName: Flying_Angel_Box Name: Flying Angel Box @@ -22742,6 +23234,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22752,10 +23245,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4244,1; - getitem 4299,1; - getitem 4313,1; - getitem 4229,1; + getgroupitem(IG_CLOCK_TOWER_CARD_BOX); - Id: 13878 AegisName: Geffenia_Card_Box Name: Geffenia Card Box @@ -22763,6 +23253,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22773,8 +23264,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4218,1; - getitem 4269,1; + getgroupitem(IG_GEFFENIA_CARD_BOX); - Id: 13879 AegisName: Owl_Card_Box Name: Owl Card Box @@ -22782,6 +23272,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22792,8 +23283,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4237,1; - getitem 4238,1; + getgroupitem(IG_OWL_CARD_BOX); - Id: 13880 AegisName: Ghost_Card_Box Name: Ghost Card Box @@ -22801,6 +23291,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22811,8 +23302,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4193,1; - getitem 4294,1; + getgroupitem(IG_GHOST_CARD_BOX); - Id: 13881 AegisName: Nightmare_Card_Box Name: Nightmare Card Box @@ -22820,6 +23310,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -22830,8 +23321,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4127,1; - getitem 4166,1; + getgroupitem(IG_NIGHTMARE_CARD_BOX); - Id: 13882 AegisName: Curse_Card_Box Name: Curse Card Box @@ -23072,6 +23562,7 @@ Body: Type: Cash Buy: 20 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23082,20 +23573,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7229,2; - getitem 569,300; - getitem 504,20; - getitem 505,20; - getitem 7060,30; - getitem 2403,1; - getitem 5039,1; - getitem 2503,1; - getitem 2307,1; - getitem 616,1; - getitem 603,1; - getitem 617,1; - getitem 610,5; - getitem 604,5; + getgroupitem(IG_STARTER_PACK); - Id: 13896 AegisName: Mimic_Scroll_Box5 Name: Mimic Summoning 5 Box @@ -23451,6 +23929,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23461,7 +23940,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12287,604800; + getgroupitem(IG_LOVE_ANGEL_BOX); - Id: 13916 AegisName: Squirrel_Box Name: Squirrel Magic Powder Box @@ -23469,6 +23948,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23479,7 +23959,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12288,604800; + getgroupitem(IG_SQUIRREL_BOX); - Id: 13917 AegisName: Gogo_Box Name: Gogo Magic Powder Box @@ -23487,6 +23967,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23497,7 +23978,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12289,604800; + getgroupitem(IG_GOGO_BOX); - Id: 13918 AegisName: Drooping_Kitty__Box Name: Koneko Hat Box @@ -23649,6 +24130,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23659,10 +24141,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4371,1; - getitem 4311,1; - getitem 4319,1; - getitem 4331,1; + getgroupitem(IG_CRUSADER_CARD_BOX); - Id: 13927 AegisName: Alchemist_Card_Box Name: Alchemist Card Box @@ -23670,6 +24149,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23680,11 +24160,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4281,1; - getitem 4233,1; - getitem 4343,1; - getitem 4186,1; - getitem 4036,1; + getgroupitem(IG_ALCHEMIST_CARD_BOX); - Id: 13928 AegisName: Rogue_Card_Box Name: Rogue Card Box @@ -23692,6 +24168,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23702,11 +24179,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4039,1; - getitem 4210,1; - getitem 4257,1; - getitem 4230,1; - getitem 4348,1; + getgroupitem(IG_ROGUE_CARD_BOX); - Id: 13929 AegisName: Bard_Dancer_Card_Box Name: Bard Dancer Card Box @@ -23714,6 +24187,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23724,11 +24198,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4297,1; - getitem 4234,1; - getitem 4178,1; - getitem 4381,1; - getitem 4252,1; + getgroupitem(IG_BARD_DANCER_CARD_BOX); - Id: 13930 AegisName: Sage_Card_Box Name: Sage card box @@ -23736,6 +24206,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23746,11 +24217,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4382,1; - getitem 4258,1; - getitem 4325,1; - getitem 4208,1; - getitem 4327,1; + getgroupitem(IG_SAGE_CARD_BOX); - Id: 13931 AegisName: Monk_Card_Box Name: Monk Card Box @@ -23758,6 +24225,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23768,10 +24236,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 4312,1; - getitem 4332,1; - getitem 4185,1; - getitem 4293,1; + getgroupitem(IG_MONK_CARD_BOX); - Id: 13932 AegisName: Sylph_Box Name: Sylph Box @@ -23936,12 +24401,12 @@ Body: getitem 14591,100; - Id: 13941 AegisName: TW_Valentine_Scroll - Name: Taiwan Valentine Scroll + Name: Valentine Scroll Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -23950,6 +24415,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_TW_VALENTINE_SCROLL); - Id: 13942 AegisName: Love_Angel_Box_1m Name: Love Angel Magic Powder Box 30 Days @@ -23957,6 +24424,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23967,7 +24435,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14009,1; + getgroupitem(IG_LOVE_ANGEL_BOX_1M); - Id: 13943 AegisName: Squirrel_Box_1m Name: Squirrel Magic Powder Box 30 Days @@ -23975,6 +24443,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -23985,7 +24454,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14010,1; + getgroupitem(IG_SQUIRREL_BOX_1M); - Id: 13944 AegisName: Gogo_Box_1m Name: Gogo Magic Powder Box 30 Days @@ -23993,6 +24462,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24003,7 +24473,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14011,1; + getgroupitem(IG_GOGO_BOX_1M); - Id: 13945 AegisName: BRO_SM_Package Name: Swordman Package @@ -24119,6 +24589,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24129,7 +24600,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13109,604800; + getgroupitem(IG_WASTELAND_OUTLAW_BOX); - Id: 13952 AegisName: Lever_Action_Rifle_Box Name: Lever Action Rifle Box @@ -24137,6 +24608,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24147,7 +24619,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13170,604800; + getgroupitem(IG_LEVER_ACTION_RIFLE_BOX); - Id: 13953 AegisName: All_In_One_Ring_Box Name: All In One Ring Box @@ -24174,6 +24646,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24184,7 +24657,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2384,604800; + getgroupitem(IG_SPIRITUAL_TUNIC_BOX); - Id: 13955 AegisName: Recuperative_Armor_Box Name: Recuvative Armor Box @@ -24192,6 +24665,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24202,7 +24676,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2385,604800; + getgroupitem(IG_RECUPERATIVE_ARMOR_BOX); - Id: 13956 AegisName: Shelter_Resistance_Box Name: Shell Of Resistance Box @@ -24210,6 +24684,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24220,7 +24695,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2132,604800; + getgroupitem(IG_SHELTER_RESISTANCE_BOX); - Id: 13957 AegisName: Sylphid_Manteau_Box Name: Silf Manteau Box @@ -24228,6 +24703,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24238,7 +24714,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2543,604800; + getgroupitem(IG_SYLPHID_MANTEAU_BOX); - Id: 13958 AegisName: Refresh_Shoes_Box Name: Refresh Shoes Box @@ -24246,6 +24722,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24256,7 +24733,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2439,604800; + getgroupitem(IG_REFRESH_SHOES_BOX); - Id: 13959 AegisName: Toast_Box Name: Crunch Toast Box @@ -24264,6 +24741,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24274,7 +24752,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5391,604800; + getgroupitem(IG_TOAST_BOX); - Id: 13960 AegisName: Name_Change_Coupon_Box Name: Identification Box @@ -24426,6 +24904,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24436,15 +24915,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5394,86400; + getgroupitem(IG_BUBBLEGUM_LOWER_BOX); - Id: 13969 AegisName: Lucky_Clip_Box - Name: Lucky Clip Box + Name: July Jubilee Groove Pack Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -24454,7 +24933,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2742,86400; + getgroupitem(IG_LUCKY_CLIP_BOX); - Id: 13970 AegisName: Iron_10_Box Name: Iron Box @@ -24529,12 +25008,12 @@ Body: getitem 678,30; - Id: 13974 AegisName: TW_Scroll01 - Name: Fisherman Scroll - Type: Usable + Name: RWC Gear Set + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -24543,6 +25022,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_TW_SCROLL01); - Id: 13975 AegisName: Picture_Diary_Box Name: Diary Magic Powder Box @@ -24550,6 +25031,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24560,7 +25042,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12304,604800; + getgroupitem(IG_PICTURE_DIARY_BOX); - Id: 13976 AegisName: Mini_Heart_Box Name: Mini Heart Magic Powder Box @@ -24568,6 +25050,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24578,7 +25061,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12305,604800; + getgroupitem(IG_MINI_HEART_BOX); - Id: 13977 AegisName: Newcomer_Box Name: Freshman Magic Powder Box @@ -24586,6 +25069,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24596,7 +25080,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12306,604800; + getgroupitem(IG_NEWCOMER_BOX); - Id: 13978 AegisName: Kid_Box Name: Kid Magic Powder Box @@ -24604,6 +25088,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24614,7 +25099,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12307,604800; + getgroupitem(IG_KID_BOX); - Id: 13979 AegisName: Magic_Castle_Box Name: Magic Magic Powder Box @@ -24622,6 +25107,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24632,7 +25118,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12308,604800; + getgroupitem(IG_MAGIC_CASTLE_BOX); - Id: 13980 AegisName: Bulging_Head_Box Name: JJangu Magic Powder Box @@ -24640,6 +25126,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24650,7 +25137,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12309,604800; + getgroupitem(IG_BULGING_HEAD_BOX); - Id: 13981 AegisName: Picture_Diary_Box_1m Name: Diary Magic Powder Box 30 Days @@ -24658,6 +25145,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24668,7 +25156,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12304,2592000; + getgroupitem(IG_PICTURE_DIARY_BOX_1M); - Id: 13982 AegisName: Mini_Heart_Box_1m Name: Mini Heart Magic Powder Box 30 Days @@ -24676,6 +25164,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24686,7 +25175,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12305,2592000; + getgroupitem(IG_MINI_HEART_BOX_1M); - Id: 13983 AegisName: Newcomer_Box_1m Name: Freshman Magic Powder Box 30 Days @@ -24694,6 +25183,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24704,7 +25194,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12306,2592000; + getgroupitem(IG_NEWCOMER_BOX_1M); - Id: 13984 AegisName: Kid_Box_1m Name: Kid Magic Powder Box 30 Days @@ -24712,6 +25202,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24722,7 +25213,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12307,2592000; + getgroupitem(IG_KID_BOX_1M); - Id: 13985 AegisName: Magic_Castle_Box_1m Name: Magic Magic Powder Box 30 Days @@ -24730,6 +25221,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24740,7 +25232,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12308,2592000; + getgroupitem(IG_MAGIC_CASTLE_BOX_1M); - Id: 13986 AegisName: Bulging_Head_Box_1m Name: JJangu Magic Powder Box 30 Days @@ -24748,6 +25240,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -24758,7 +25251,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12309,2592000; + getgroupitem(IG_BULGING_HEAD_BOX_1M); - Id: 13987 AegisName: Ori_Stone_5_Box Name: Rough Oridecon 5 Box @@ -25166,6 +25659,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25176,7 +25670,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12287,604800; + getgroupitem(IG_F_LOVE_ANGEL_BOX); - Id: 14010 AegisName: F_Squirrel_Box Name: Squillroll Magic Powder Box @@ -25184,6 +25678,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25194,7 +25689,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12288,604800; + getgroupitem(IG_F_SQUIRREL_BOX); - Id: 14011 AegisName: F_Gogo_Box Name: Gogo Magic Powder Box @@ -25202,6 +25697,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25212,7 +25708,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12289,604800; + getgroupitem(IG_F_GOGO_BOX); - Id: 14012 AegisName: F_Love_Angel_Box_1m Name: Love Angel Magic Powder Box 30 Days @@ -25220,6 +25716,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25230,7 +25727,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13915,2592000; + getgroupitem(IG_F_LOVE_ANGEL_BOX_1M); - Id: 14013 AegisName: F_Squirrel_Box_1m Name: Squillroll Magic Powder Box 30 Days @@ -25238,6 +25735,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25248,7 +25746,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13916,2592000; + getgroupitem(IG_F_SQUIRREL_BOX_1M); - Id: 14014 AegisName: F_Gogo_Box_1m Name: Gogo Magic Powder Box 30 Days @@ -25256,6 +25754,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25266,7 +25765,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13917,2592000; + getgroupitem(IG_F_GOGO_BOX_1M); - Id: 14015 AegisName: F_Wasteland_Outlaw_Box Name: Western Outlaw Box @@ -25274,6 +25773,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25284,7 +25784,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13107,604800; + getgroupitem(IG_F_WASTELAND_OUTLAW_BOX); - Id: 14016 AegisName: F_Lever_Action_Rifle_Bo Name: Lever Action Rifle Box @@ -25292,7 +25792,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -25302,7 +25802,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13170,604800; + getgroupitem(IG_F_LEVER_ACTION_RIFLE_BO); - Id: 14017 AegisName: F_All_In_One_Ring_Box Name: All In One Ring Box @@ -25310,6 +25810,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25320,7 +25821,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2741,604800; + getgroupitem(IG_F_ALL_IN_ONE_RING_BOX); - Id: 14018 AegisName: F_Spritual_Tunic_Box Name: Spiritual Tunic Box @@ -25328,6 +25829,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25338,7 +25840,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2384,604800; + getgroupitem(IG_F_SPRITUAL_TUNIC_BOX); - Id: 14019 AegisName: F_Recuperative_Box Name: Recuvative Armor Box @@ -25346,6 +25848,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25356,7 +25859,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2385,604800; + getgroupitem(IG_F_RECUPERATIVE_BOX); - Id: 14020 AegisName: F_Shelter_Resist_Box Name: Shell Of Resistance Box @@ -25364,6 +25867,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25374,7 +25878,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2132,604800; + getgroupitem(IG_F_SHELTER_RESIST_BOX); - Id: 14021 AegisName: F_Sylphid_Manteau_Box Name: Silf Manteau Box @@ -25382,6 +25886,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25392,7 +25897,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2543,604800; + getgroupitem(IG_F_SYLPHID_MANTEAU_BOX); - Id: 14022 AegisName: F_Refresh_Shoes_Box Name: Refresh Shoes Box @@ -25400,7 +25905,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -25410,7 +25915,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2439,604800; + getgroupitem(IG_F_REFRESH_SHOES_BOX); - Id: 14023 AegisName: F_Toast_Box Name: Crunch Toast Box @@ -25418,6 +25923,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25428,7 +25934,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5391,604800; + getgroupitem(IG_F_TOAST_BOX); - Id: 14024 AegisName: F_Robo_Eye_Box Name: Robo Eye Box @@ -25670,6 +26176,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25680,11 +26187,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14521,5; - getitem 1002,5; - getitem 998,5; - getitem 756,5; - getitem 999,5; + getgroupitem(IG_F_REPAIR_SCROLL_BOX); - Id: 14038 AegisName: F_Repair_Scroll_Box10 Name: Repair Weapon Scroll 10 Box @@ -25692,6 +26195,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25702,11 +26206,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14521,10; - getitem 1002,10; - getitem 998,10; - getitem 756,10; - getitem 999,10; + getgroupitem(IG_F_REPAIR_SCROLL_BOX10); - Id: 14039 AegisName: F_Hockey_Mask_Box Name: Hockey Mask Box @@ -25714,6 +26214,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25724,7 +26225,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5314,604800; + getgroupitem(IG_F_HOCKEY_MASK_BOX); - Id: 14040 AegisName: F_Observer_Box Name: Observer Box @@ -25732,6 +26233,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -25742,7 +26244,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5315,604800; + getgroupitem(IG_F_OBSERVER_BOX); - Id: 14041 AegisName: F_WOB_Rune_Box5 Name: Yellow Butterfly Wing 5 Box @@ -26002,6 +26504,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26012,7 +26515,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13407,604800; + getgroupitem(IG_F_NAGAN_BOX); - Id: 14056 AegisName: F_Skewer_Box Name: Refined Brocca Box @@ -26020,6 +26523,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26030,7 +26534,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1424,604800; + getgroupitem(IG_F_SKEWER_BOX); - Id: 14057 AegisName: F_Survival_Rod_Box Name: Refined Survivor's Rod Box @@ -26038,6 +26542,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26048,7 +26553,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1628,604800; + getgroupitem(IG_F_SURVIVAL_ROD_BOX); - Id: 14058 AegisName: F_Quadrille_Box Name: Refined Quadrille Box @@ -26056,6 +26561,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26066,7 +26572,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1537,604800; + getgroupitem(IG_F_QUADRILLE_BOX); - Id: 14059 AegisName: F_Great_Axe_Box Name: Refined Great Axe Box @@ -26074,6 +26580,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26084,7 +26591,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1378,604800; + getgroupitem(IG_F_GREAT_AXE_BOX); - Id: 14060 AegisName: F_Bloody_Roar_Box Name: Refined Bloody Roar Box @@ -26092,6 +26599,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26102,7 +26610,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1273,604800; + getgroupitem(IG_F_BLOODY_ROAR_BOX); - Id: 14061 AegisName: F_Hardback_Box Name: Refined Hardcover Book Box @@ -26110,6 +26618,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26120,7 +26629,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1567,604800; + getgroupitem(IG_F_HARDBACK_BOX); - Id: 14062 AegisName: F_Fire_Brand_Box Name: Refined Fireblend Box @@ -26128,6 +26637,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26138,7 +26648,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13408,604800; + getgroupitem(IG_F_FIRE_BRAND_BOX); - Id: 14063 AegisName: F_Immaterial_Sword_Box Name: Refined Immaterial Sword Box @@ -26146,6 +26656,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26156,7 +26667,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13409,604800; + getgroupitem(IG_F_IMMATERIAL_SWORD_BOX); - Id: 14064 AegisName: F_Unholy_Touch_Box Name: Refined Unholy Touch Box @@ -26164,6 +26675,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26174,7 +26686,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1274,604800; + getgroupitem(IG_F_UNHOLY_TOUCH_BOX); - Id: 14065 AegisName: F_Clack_Of_Servival_Box Name: Refined Survivor's Manteau Box @@ -26182,6 +26694,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26192,7 +26705,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2535,1209600; + getgroupitem(IG_F_CLACK_OF_SERVIVAL_BOX); - Id: 14066 AegisName: F_Masquerade_Box Name: Refined Masquerade Box @@ -26200,6 +26713,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26210,7 +26724,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5326,1209600; + getgroupitem(IG_F_MASQUERADE_BOX); - Id: 14067 AegisName: F_Orc_Hero_Helm_Box Name: Refined Helmet of Orc Hero Box @@ -26218,6 +26732,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26228,7 +26743,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5327,1209600; + getgroupitem(IG_F_ORC_HERO_HELM_BOX); - Id: 14068 AegisName: F_Ear_Of_Devil_Wing_Box Name: Refined Wing of Diablo Box @@ -26236,6 +26751,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26246,7 +26762,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5328,1209600; + getgroupitem(IG_F_EAR_OF_DEVIL_WING_BOX); - Id: 14069 AegisName: F_Dark_Blindfold_Box Name: Refined Dark Blinder Box @@ -26254,6 +26770,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26264,7 +26781,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5329,1209600; + getgroupitem(IG_F_DARK_BLINDFOLD_BOX); - Id: 14070 AegisName: F_K_Drooping_Kitty_Box Name: Refined Drooping Cat Box @@ -26272,6 +26789,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26282,7 +26800,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5330,1209600; + getgroupitem(IG_F_K_DROOPING_KITTY_BOX); - Id: 14071 AegisName: F_Corsair_Box Name: Refined Corsair Box @@ -26290,6 +26808,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26300,7 +26819,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5331,1209600; + getgroupitem(IG_F_CORSAIR_BOX); - Id: 14072 AegisName: F_Bloody_Iron_Ball_Box Name: Refined Bloodied Shackle Ball Box @@ -26308,6 +26827,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26318,7 +26838,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2710,604800; + getgroupitem(IG_F_BLOODY_IRON_BALL_BOX); - Id: 14073 AegisName: F_Spiritual_Ring_Box Name: Refined Spiritual Ring Box @@ -26326,6 +26846,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -26336,7 +26857,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2711,604800; + getgroupitem(IG_F_SPIRITUAL_RING_BOX); - Id: 14074 AegisName: F_G_O_I_Box5 Name: Wine Glass of Illusion 5 Box @@ -26771,12 +27292,12 @@ Body: getitem 5283,1; - Id: 14098 AegisName: F_Pecopeco_Hairband_Box - Name: Peco Peco Hairband Box - Type: Usable + Name: Pecopeco Hairband Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -26786,15 +27307,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5286,1209600; + getgroupitem(IG_F_PECOPECO_HAIRBAND_BOX); - Id: 14099 AegisName: F_Red_Glasses_Box Name: Red Glasses Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -26804,15 +27325,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5288,1209600; + getgroupitem(IG_F_RED_GLASSES_BOX); - Id: 14100 AegisName: F_Whisper_Mask_Box Name: Whisper Mask Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -26822,15 +27343,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5294,1209600; + getgroupitem(IG_F_WHISPER_MASK_BOX); - Id: 14101 AegisName: F_Ramen_Hat_Box Name: Ramen Hat Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -26840,7 +27361,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5293,1209600; + getgroupitem(IG_F_RAMEN_HAT_BOX); - Id: 14102 AegisName: F_Dun_Tele_Scroll1_Box Name: Dungeon Teleport Scroll 5 Box @@ -27082,6 +27603,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27092,7 +27614,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1267,604800; + getgroupitem(IG_F_INFILTRATOR_BOX); - Id: 14116 AegisName: F_Muramasa_Box Name: Refined Muramasa Box @@ -27100,6 +27622,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27110,7 +27633,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1173,604800; + getgroupitem(IG_F_MURAMASA_BOX); - Id: 14117 AegisName: F_Excalibur_Box Name: Refined Excalibur Box @@ -27118,6 +27641,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27128,7 +27652,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13401,604800; + getgroupitem(IG_F_EXCALIBUR_BOX); - Id: 14118 AegisName: F_Combat_Knife_Box Name: Combat Knife Box @@ -27136,6 +27660,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27146,7 +27671,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13021,604800; + getgroupitem(IG_F_COMBAT_KNIFE_BOX); - Id: 14119 AegisName: F_Counter_Dagger_Box Name: Counter Dagger Box @@ -27154,6 +27679,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27164,7 +27690,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13022,604800; + getgroupitem(IG_F_COUNTER_DAGGER_BOX); - Id: 14120 AegisName: F_Kaiser_Knuckle_Box Name: Refined Kaiser Knuckle Box @@ -27172,6 +27698,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27182,7 +27709,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1817,604800; + getgroupitem(IG_F_KAISER_KNUCKLE_BOX); - Id: 14121 AegisName: F_Mighty_Staff_Box Name: Refined Mighty Staff Box @@ -27190,6 +27717,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27200,7 +27728,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1623,604800; + getgroupitem(IG_F_MIGHTY_STAFF_BOX); - Id: 14122 AegisName: F_Right_Epsilon_Box Name: Light Epsilon Box @@ -27208,6 +27736,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27218,7 +27747,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1372,604800; + getgroupitem(IG_F_RIGHT_EPSILON_BOX); - Id: 14123 AegisName: F_Balistar_Box Name: Refined Ballista Box @@ -27226,6 +27755,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27236,7 +27766,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1728,604800; + getgroupitem(IG_F_BALISTAR_BOX); - Id: 14124 AegisName: F_Diary_Of_Great_Sage Name: Sage's Diary Box @@ -27244,6 +27774,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27254,7 +27785,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1563,604800; + getgroupitem(IG_F_DIARY_OF_GREAT_SAGE); - Id: 14125 AegisName: F_Asura_Box Name: Asura Box @@ -27262,6 +27793,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27272,7 +27804,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13023,604800; + getgroupitem(IG_F_ASURA_BOX); - Id: 14126 AegisName: F_Apple_Of_Archer_Box Name: Apple of Archer Box @@ -27280,6 +27812,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27290,7 +27823,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5265,1209600; + getgroupitem(IG_F_APPLE_OF_ARCHER_BOX); - Id: 14127 AegisName: F_Bunny_Band_Box Name: Bunny Band Box @@ -27298,6 +27831,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27308,7 +27842,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5266,1209600; + getgroupitem(IG_F_BUNNY_BAND_BOX); - Id: 14128 AegisName: F_Sahkkat_Box Name: Refined Sakkat Box @@ -27316,6 +27850,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27326,7 +27861,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5267,1209600; + getgroupitem(IG_F_SAHKKAT_BOX); - Id: 14129 AegisName: F_Lord_Circlet_Box Name: Refined Grand Circlet Box @@ -27334,6 +27869,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27344,7 +27880,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5268,1209600; + getgroupitem(IG_F_LORD_CIRCLET_BOX); - Id: 14130 AegisName: F_Elven_Ears_Box Name: Elven Ears Box @@ -27352,6 +27888,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27362,7 +27899,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2686,1209600; + getgroupitem(IG_F_ELVEN_EARS_BOX); - Id: 14131 AegisName: F_Steel_Flower_Box Name: Steel Flower Box @@ -27370,6 +27907,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27380,7 +27918,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2687,1209600; + getgroupitem(IG_F_STEEL_FLOWER_BOX); - Id: 14132 AegisName: F_Critical_Ring_Box Name: Critical Ring Box @@ -27388,6 +27926,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27398,7 +27937,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2688,604800; + getgroupitem(IG_F_CRITICAL_RING_BOX); - Id: 14133 AegisName: F_Earring_Box Name: Earring Box @@ -27406,6 +27945,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27416,7 +27956,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2689,604800; + getgroupitem(IG_F_EARRING_BOX); - Id: 14134 AegisName: F_Ring_Box Name: Ring Box @@ -27424,6 +27964,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27434,7 +27975,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2690,604800; + getgroupitem(IG_F_RING_BOX); - Id: 14135 AegisName: F_Necklace_Box Name: Necklace Box @@ -27442,6 +27983,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27452,7 +27994,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2691,604800; + getgroupitem(IG_F_NECKLACE_BOX); - Id: 14136 AegisName: F_Glove_Box Name: Glove Box @@ -27460,6 +28002,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27470,7 +28013,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2692,604800; + getgroupitem(IG_F_GLOVE_BOX); - Id: 14137 AegisName: F_Brooch_Box Name: Brooch Box @@ -27478,6 +28021,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27488,7 +28032,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2693,604800; + getgroupitem(IG_F_BROOCH_BOX); - Id: 14138 AegisName: F_Rosary_Box Name: Rosary Box @@ -27496,6 +28040,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27506,7 +28051,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2694,604800; + getgroupitem(IG_F_ROSARY_BOX); - Id: 14139 AegisName: F_Safety_Ring_Box Name: Safety Ring Box @@ -27514,6 +28059,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27524,7 +28070,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2695,604800; + getgroupitem(IG_F_SAFETY_RING_BOX); - Id: 14140 AegisName: F_Vesper_Core_Box01 Name: Refined Vesper Core 01 Box @@ -27532,6 +28078,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27542,7 +28089,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2696,604800; + getgroupitem(IG_F_VESPER_CORE_BOX01); - Id: 14141 AegisName: F_Vesper_Core_Box02 Name: Refined Vesper Core 02 Box @@ -27550,6 +28097,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27560,7 +28108,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2697,604800; + getgroupitem(IG_F_VESPER_CORE_BOX02); - Id: 14142 AegisName: F_Vesper_Core_Box03 Name: Refined Vesper Core 03 Box @@ -27568,6 +28116,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27578,7 +28127,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2698,604800; + getgroupitem(IG_F_VESPER_CORE_BOX03); - Id: 14143 AegisName: F_Vesper_Core_Box04 Name: Refined Vesper Core 04 Box @@ -27586,6 +28135,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27596,7 +28146,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2699,604800; + getgroupitem(IG_F_VESPER_CORE_BOX04); - Id: 14144 AegisName: F_Vigorgra_Package1 Name: Vigorgra Box1 @@ -27604,6 +28154,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27614,13 +28165,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12250,2; - getitem 12251,2; - getitem 12208,2; - getitem 12215,15; - getitem 12216,15; - getitem 12211,1; - getitem 7621,1; + getgroupitem(IG_F_VIGORGRA_PACKAGE1); - Id: 14145 AegisName: F_Vigorgra_Package2 Name: Vigorgra Box2 @@ -27628,6 +28173,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27638,21 +28184,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12250,2; - getitem 12255,2; - getitem 12208,2; - getitem 12215,15; - getitem 12216,15; - getitem 12211,1; - getitem 7621,1; + getgroupitem(IG_F_VIGORGRA_PACKAGE2); - Id: 14146 AegisName: F_Vigorgra_Package3 - Name: Vigorgra Box3 + Name: Candy-Gram Lucky Box Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -27662,21 +28202,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12252,2; - getitem 12253,2; - getitem 12208,2; - getitem 12215,15; - getitem 12216,15; - getitem 12211,1; - getitem 7621,1; + getgroupitem(IG_F_VIGORGRA_PACKAGE3); - Id: 14147 AegisName: F_Vigorgra_Package4 - Name: Vigorgra Box4 + Name: Candy-Gram Lucky Crate Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -27686,13 +28220,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12252,2; - getitem 12255,2; - getitem 12208,2; - getitem 12215,15; - getitem 12216,15; - getitem 12211,1; - getitem 7621,1; + getgroupitem(IG_F_VIGORGRA_PACKAGE4); - Id: 14148 AegisName: F_Vigorgra_Package5 Name: Vigorgra Box5 @@ -27700,6 +28228,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27710,13 +28239,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12252,2; - getitem 12250,2; - getitem 12208,2; - getitem 12215,15; - getitem 12216,15; - getitem 12211,1; - getitem 7621,1; + getgroupitem(IG_F_VIGORGRA_PACKAGE5); - Id: 14149 AegisName: F_Vigorgra_Package6 Name: Vigorgra Box6 @@ -27724,6 +28247,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27734,13 +28258,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12250,2; - getitem 12251,2; - getitem 12208,2; - getitem 12215,15; - getitem 12217,20; - getitem 12211,1; - getitem 7621,1; + getgroupitem(IG_F_VIGORGRA_PACKAGE6); - Id: 14150 AegisName: F_Vigorgra_Package7 Name: Vigorgra Box7 @@ -27748,6 +28266,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27758,13 +28277,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12250,4; - getitem 12251,4; - getitem 12208,4; - getitem 12215,30; - getitem 12216,30; - getitem 12211,2; - getitem 7621,2; + getgroupitem(IG_F_VIGORGRA_PACKAGE7); - Id: 14151 AegisName: F_Vigorgra_Package8 Name: Vigorgra Box8 @@ -27772,6 +28285,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27782,13 +28296,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12250,4; - getitem 12255,4; - getitem 12208,4; - getitem 12215,30; - getitem 12216,30; - getitem 12211,2; - getitem 7621,2; + getgroupitem(IG_F_VIGORGRA_PACKAGE8); - Id: 14152 AegisName: F_Vigorgra_Package9 Name: Start your Journey Pack @@ -27796,6 +28304,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27806,13 +28315,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12252,4; - getitem 12253,4; - getitem 12208,4; - getitem 12215,30; - getitem 12216,30; - getitem 12211,2; - getitem 7621,2; + getgroupitem(IG_F_VIGORGRA_PACKAGE9); - Id: 14153 AegisName: F_Vigorgra_Package10 Name: Siege Mode Pack @@ -27820,6 +28323,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27830,13 +28334,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12252,4; - getitem 12255,4; - getitem 12208,4; - getitem 12215,30; - getitem 12216,30; - getitem 12211,2; - getitem 7621,2; + getgroupitem(IG_F_VIGORGRA_PACKAGE10); - Id: 14154 AegisName: F_Vigorgra_Package11 Name: 1 Hour Survival Pack @@ -27844,6 +28342,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27854,13 +28353,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12252,4; - getitem 12250,4; - getitem 12208,4; - getitem 12215,30; - getitem 12216,30; - getitem 12211,2; - getitem 7621,2; + getgroupitem(IG_F_VIGORGRA_PACKAGE11); - Id: 14155 AegisName: F_Vigorgra_Package12 Name: Weekend Hunting Pack @@ -27868,6 +28361,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -27878,13 +28372,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12250,4; - getitem 12251,4; - getitem 12208,4; - getitem 12215,30; - getitem 12217,40; - getitem 12211,2; - getitem 7621,2; + getgroupitem(IG_F_VIGORGRA_PACKAGE12); - Id: 14156 AegisName: F_Battle_Manual_Box Name: Battle Manual Box @@ -28162,6 +28650,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -28172,8 +28661,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12217,10; - getitem 523,10; + getgroupitem(IG_F_ASPERSIO_5_SCROLL_BOX); - Id: 14172 AegisName: F_Assumptio_5_Box Name: Assumptio 5 Scroll Box @@ -28667,6 +29155,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -28677,8 +29166,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12217,30; - getitem 523,30; + getgroupitem(IG_F_ASPERSIO_5_BOX30); - Id: 14200 AegisName: F_Aspersio_5_Box50 Name: Aspersio Scroll 50 Box @@ -28686,6 +29174,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -28696,8 +29185,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12217,50; - getitem 523,50; + getgroupitem(IG_F_ASPERSIO_5_BOX50); - Id: 14201 AegisName: F_Agi_Dish_Box30 Name: Steamed Scorpion 30 Box @@ -29173,6 +29661,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -29183,7 +29672,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1638,604800; + getgroupitem(IG_HEALING_STAFF_BOX); - Id: 14228 AegisName: Praxinus_Box Name: Praccsinos Box @@ -29191,6 +29680,7 @@ Body: Buy: 20 Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -29201,7 +29691,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2752,604800; + getgroupitem(IG_PRAXINUS_BOX); - Id: 14229 AegisName: Sakura Name: Cherry Blossom Scroll @@ -29239,7 +29729,10 @@ Body: AegisName: Novice_Set_Box Name: Novice Breastplate Boxes Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29248,6 +29741,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_NOVICE_SET_BOX); - Id: 14232 AegisName: Yggdrasilberry_Box_ Name: Yggdrasil Berry 10 Box @@ -29606,12 +30101,12 @@ Body: /*rentitem 2762,604800;*/ - Id: 14252 AegisName: Beholder_Ring_Box2 - Name: Beholder Ring Box II + Name: Neutral Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29621,15 +30116,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2753,1; + getgroupitem(IG_BEHOLDER_RING_BOX2); - Id: 14253 AegisName: Hallow_Ring_Box2 - Name: Hallow Ring Box II + Name: Hallow Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29639,15 +30134,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2754,1; + getgroupitem(IG_HALLOW_RING_BOX2); - Id: 14254 AegisName: Clamorous_Ring_Box2 - Name: Clamorous Ring Box II + Name: Clamorous Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29657,15 +30152,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2755,1; + getgroupitem(IG_CLAMOROUS_RING_BOX2); - Id: 14255 AegisName: Chemical_Ring_Box2 - Name: Chemical Ring Box II + Name: Chemical Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29675,15 +30170,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2756,1; + getgroupitem(IG_CHEMICAL_RING_BOX2); - Id: 14256 AegisName: Insecticide_Ring_Box2 - Name: Insecticide Ring Box II + Name: Insecticide Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29693,15 +30188,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2757,1; + getgroupitem(IG_INSECTICIDE_RING_BOX2); - Id: 14257 AegisName: Fisher_Ring_Box2 - Name: Fisher Ring Box II + Name: Fisher Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29711,15 +30206,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2758,1; + getgroupitem(IG_FISHER_RING_BOX2); - Id: 14258 AegisName: Decussate_Ring_Box2 - Name: Decussate Ring Box II + Name: Decussate Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29729,15 +30224,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2759,1; + getgroupitem(IG_DECUSSATE_RING_BOX2); - Id: 14259 AegisName: Bloody_Ring_Box2 - Name: Bloody Ring Box II + Name: Bloody Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29747,15 +30242,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2760,1; + getgroupitem(IG_BLOODY_RING_BOX2); - Id: 14260 AegisName: Satanic_Ring_Box2 - Name: Satanic Ring Box II + Name: Satanic Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29765,15 +30260,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2761,1; + getgroupitem(IG_SATANIC_RING_BOX2); - Id: 14261 AegisName: Dragoon_Ring_Box2 - Name: Dragon Ring Box II + Name: Dragon Ring Box2 Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -29783,12 +30278,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2762,1; + getgroupitem(IG_DRAGOON_RING_BOX2); - Id: 14262 AegisName: FPicture_Diary_Box Name: Diary Magic Powder Box Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29798,12 +30296,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12304,604800; + getgroupitem(IG_FPICTURE_DIARY_BOX); - Id: 14263 AegisName: FMini_Heart_Box Name: Mini Heart Magic Powder Box Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29813,12 +30314,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12305,604800; + getgroupitem(IG_FMINI_HEART_BOX); - Id: 14264 AegisName: FNewcomer_Box Name: Freshman Magic Powder Box Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29828,12 +30332,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12306,604800; + getgroupitem(IG_FNEWCOMER_BOX); - Id: 14265 AegisName: FKid_Box Name: Kid Magic Powder Box Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29843,12 +30350,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12307,604800; + getgroupitem(IG_FKID_BOX); - Id: 14266 AegisName: FMagic_Castle_Box Name: Magic Magic Powder Box Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29858,12 +30368,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12308,604800; + getgroupitem(IG_FMAGIC_CASTLE_BOX); - Id: 14267 AegisName: FBulging_Head_Box Name: JJangu Magic Powder Box Type: Cash Buy: 20 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29873,13 +30386,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12309,604800; + getgroupitem(IG_FBULGING_HEAD_BOX); - Id: 14268 AegisName: FPicture_Diary_Box_1m Name: Diary Magic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29888,12 +30403,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_FPICTURE_DIARY_BOX_1M); - Id: 14269 AegisName: FMini_Heart_Box_1m Name: Mini Heart Magic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29902,12 +30421,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_FMINI_HEART_BOX_1M); - Id: 14270 AegisName: FNewcomer_Box_1m Name: Freshman Magic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29916,12 +30439,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_FNEWCOMER_BOX_1M); - Id: 14271 AegisName: FKid_Box_1m Name: Kid Magic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29930,12 +30457,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_FKID_BOX_1M); - Id: 14272 AegisName: FMagic_Castle_Box_1m Name: Magic Magic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29944,12 +30475,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_FMAGIC_CASTLE_BOX_1M); - Id: 14273 AegisName: FBulging_Head_Box_1m Name: JJangu Magic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -29958,6 +30493,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_FBULGING_HEAD_BOX_1M); - Id: 14274 AegisName: FMP_Scroll_Box Name: Mystical Amplification Scroll 10 Box @@ -30060,6 +30597,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30069,13 +30608,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 1638,1; + getgroupitem(IG_FHEALING_STAFF_BOX); - Id: 14281 AegisName: FPraxinus_Box - Name: Praccsinos Box + Name: Fraxinus Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30085,7 +30626,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2752,1; + getgroupitem(IG_FPRAXINUS_BOX); - Id: 14282 AegisName: Empelium_Box Name: Emperium Box @@ -30122,10 +30663,13 @@ Body: getitem 6026,1; - Id: 14284 AegisName: Muffler_C_Box - Name: Muffler Box + Name: Neo Muffler Box Type: Cash Buy: 20 Weight: 10 + EquipLevelMin: 95 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30135,13 +30679,16 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2548,1; + getgroupitem(IG_MUFFLER_C_BOX); - Id: 14285 AegisName: Valkyrja's_Shield_C_Box - Name: Balkiriah Shield Box + Name: Neo Valkyrja's Shield Box Type: Cash Buy: 20 Weight: 10 + EquipLevelMin: 95 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30151,13 +30698,16 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2137,1; + getgroupitem(IG_VALKYRJA_S_SHIELD_C_BOX); - Id: 14286 AegisName: Skul_Ring_C_Box - Name: Skull Ring Box + Name: Neo Skull Ring Box Type: Cash Buy: 20 Weight: 10 + EquipLevelMin: 95 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30167,13 +30717,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2763,1; + getgroupitem(IG_SKUL_RING_C_BOX); - Id: 14287 AegisName: S_Barricade_Repair_Kit Name: Barricade Repair Kit Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30183,16 +30735,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 1019,30; - getitem 999,10; - getitem 1011,10; - getitem 984,5; + getgroupitem(IG_S_BARRICADE_REPAIR_KIT); - Id: 14288 AegisName: S_Gstone_Repair_Kit Name: Guardian Stone Repair Kit Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30202,12 +30753,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 984,1; - getitem 985,1; - getitem 7049,30; - getitem 717,5; - getitem 716,5; - getitem 715,5; + getgroupitem(IG_S_GSTONE_REPAIR_KIT); - Id: 14289 AegisName: Cloth_Dye_Coupon_Box Name: New Clothing Dye Coupon Box @@ -30373,6 +30919,22 @@ Body: NoAuction: true Script: | getgroupitem(IG_Surprise_Scroll); + - Id: 14299 + AegisName: Evolved_Leaf_Box + Name: Leaves of Grass Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5419,1; /* Leaves Of Grass */ - Id: 14300 AegisName: Mask_Of_Ifrit_Box Name: Mask Of Ifrit Box @@ -30409,6 +30971,38 @@ Body: NoAuction: true Script: | getitem 5421,1; + - Id: 14302 + AegisName: Filr_Hat_Box + Name: Filir Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5405,1; /* Filir Hat */ + - Id: 14303 + AegisName: Angel_Spirit_Box + Name: Angel Spirit Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5389,1; /* Angel Spirit */ - Id: 14304 AegisName: Scuba_Mask_Box Name: Scuba Mask Box @@ -30427,6 +31021,22 @@ Body: NoAuction: true Script: | getitem 5397,1; + - Id: 14305 + AegisName: Neko_Mimi_Kafra_Box + Name: Neko Mimi Kafra Band Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5387,1; /* Neko Mimi Kafra */ - Id: 14306 AegisName: RWC_Special_Scroll Name: RWC Special Scroll @@ -30466,11 +31076,11 @@ Body: - Id: 14308 AegisName: Ardor_Scroll Name: Ardor Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -30479,6 +31089,88 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ARDOR_SCROLL); + - Id: 14309 + AegisName: Gang_Scarf_Box + Name: Gangster Scarf Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5361,1; /* Gangster Scarf */ + - Id: 14310 + AegisName: Ninja_Scroll_Box + Name: Ninja's Scroll Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5362,1; /* Ninja Scroll */ + - Id: 14311 + AegisName: FAngel_Spirit_Box + Name: Angel Spirit Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5389,1; /* Angel Spirit */ + - Id: 14312 + AegisName: FGang_Scarf_Box + Name: Gangster Scarf Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5361,1; /* Gangster Scarf */ + - Id: 14313 + AegisName: FNinja_Scroll_Box + Name: Ninja's Scroll Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5362,1; /* Ninja Scroll */ - Id: 14314 AegisName: PhreeoniS_Box Name: Phreeoni Scroll Box @@ -30551,12 +31243,62 @@ Body: NoAuction: true Script: | getgroupitem(IG_Bacsojin_Scroll); + - Id: 14318 + AegisName: Radio_Antenna_Box + Name: Antenna Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5333,1; /* Radio Antenna */ + - Id: 14319 + AegisName: Tiraya_Bonnet_Box + Name: Tiraya Bonnet Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5395,1; /* Striped Hat */ + - Id: 14320 + AegisName: Balloon_Hat_Box + Name: Balloon Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5379,1; /* Tam */ - Id: 14321 AegisName: Holy_Saber_Box Name: Holy Sabre Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30566,13 +31308,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13419,86400; + getgroupitem(IG_HOLY_SABER_BOX); - Id: 14322 AegisName: Book_Of_Prayer_Box Name: Book of Prayer Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30582,13 +31326,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1578,86400; + getgroupitem(IG_BOOK_OF_PRAYER_BOX); - Id: 14323 AegisName: Phenomena_Whip_Box Name: Phenomena Whip Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30598,13 +31344,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1982,86400; + getgroupitem(IG_PHENOMENA_WHIP_BOX); - Id: 14324 AegisName: Staff_Of_Darkness_Box Name: Staff of Darkness Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30614,13 +31362,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1642,86400; + getgroupitem(IG_STAFF_OF_DARKNESS_BOX); - Id: 14325 AegisName: Monk_Knuckle_Box Name: Monk Knuckle Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30630,13 +31380,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1828,86400; + getgroupitem(IG_MONK_KNUCKLE_BOX); - Id: 14326 AegisName: Mace_Of_Madness_Box Name: Mace of Madness Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30646,13 +31398,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1547,86400; + getgroupitem(IG_MACE_OF_MADNESS_BOX); - Id: 14327 AegisName: Spear_Of_Excellent_Box Name: Spear of Excellent Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30662,13 +31416,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1427,86400; + getgroupitem(IG_SPEAR_OF_EXCELLENT_BOX); - Id: 14328 AegisName: Bow_Of_Evil_Box Name: Bow of Evil Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30678,13 +31434,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1744,86400; + getgroupitem(IG_BOW_OF_EVIL_BOX); - Id: 14329 AegisName: Katar_Of_Speed_Box Name: Katar of Speed Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30694,13 +31452,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1283,86400; + getgroupitem(IG_KATAR_OF_SPEED_BOX); - Id: 14330 AegisName: SS_Revolver_Box Name: Sharpshooter Revolver Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30710,7 +31470,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13111,86400; + getgroupitem(IG_SS_REVOLVER_BOX); - Id: 14331 AegisName: Guildsman_Recruiter_Box Name: Guild Member Hat Box @@ -30718,6 +31478,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30735,6 +31497,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30752,6 +31516,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30769,6 +31535,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30786,6 +31554,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30803,6 +31573,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30820,6 +31592,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30837,6 +31611,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30854,6 +31630,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30871,6 +31649,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30888,6 +31668,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -30898,6 +31680,22 @@ Body: NoAuction: true Script: | getgroupitem(IG_FGF_RECRUITER_HAT_BOX); + - Id: 14342 + AegisName: FMarcher_Hat_Box + Name: Holy Marcher Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 14343 AegisName: Spiked_Scarf_Box Name: Spiked Scarf Box @@ -30905,7 +31703,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -30915,7 +31713,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5462,1; + getgroupitem(IG_SPIKED_SCARF_BOX); - Id: 14344 AegisName: Rainbow_Scarf_Box Name: Rainbow Scarf Box @@ -30923,7 +31721,7 @@ Body: Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -30933,7 +31731,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5463,1; + getgroupitem(IG_RAINBOW_SCARF_BOX); - Id: 14345 AegisName: Animal_Scroll Name: Animal Scroll @@ -30952,6 +31750,54 @@ Body: NoAuction: true Script: | getgroupitem(IG_Animal_Scroll); + - Id: 14346 + AegisName: Bro_Flag_Box + Name: Brazilian Flag Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5477,1; /* Brazilian Flag Hat */ + - Id: 14347 + AegisName: Greed_Scroll_C20Box + Name: Greed Scroll Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14529,20; /* Greed Scroll */ + - Id: 14348 + AegisName: Greed_Scroll_C50Box + Name: Greed Scroll Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14529,50; /* Greed Scroll */ - Id: 14349 AegisName: Mental_Potion20_Box Name: Mental Potion 20 Box @@ -31024,6 +31870,134 @@ Body: NoAuction: true Script: | getitem 14601,50; + - Id: 14353 + AegisName: F_Greed_Scroll_C20Box + Name: Greed Scroll Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14529,20; /* Greed Scroll */ + - Id: 14354 + AegisName: F_Greed_Scroll_C50Box + Name: Greed Scroll Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14529,50; /* Greed Scroll */ + - Id: 14355 + AegisName: F_Mental_Potion20_Box + Name: Mental Potion Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14600,20; /* Mental Potion */ + - Id: 14356 + AegisName: F_Mental_Potion50_Box + Name: Mental Potion Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14600,50; /* Mental Potion */ + - Id: 14357 + AegisName: F_Tyr_Blessing_Box20 + Name: Tyr's Blessing Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14601,20; /* Tyr's Blessing */ + - Id: 14358 + AegisName: F_Tyr_Blessing_Box50 + Name: Tyr's Blessing Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14601,50; /* Tyr's Blessing */ + - Id: 14359 + AegisName: TaogunkaS_Box + Name: Tao Gunka Scroll Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14602,10; /* Tao Gunka Scroll */ + - Id: 14360 + AegisName: MistressS_Box + Name: Mistress Scroll Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14603,10; /* Mistress Scroll */ - Id: 14361 AegisName: Orc_HeroS_Box Name: Orc HeroS Box @@ -31078,6 +32052,118 @@ Body: NoAuction: true Script: | getgroupitem(IG_Heart_Scroll); + - Id: 14364 + AegisName: Job_Manual25_Box1 + Name: JOB Battle Manual Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14592,1; /* JOB Battle Manual */ + - Id: 14365 + AegisName: Job_Manual25_Box5 + Name: JOB Battle Manual Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14592,5; /* JOB Battle Manual */ + - Id: 14366 + AegisName: Job_Manual25_Box10 + Name: JOB Battle Manual Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14592,10; /* JOB Battle Manual */ + - Id: 14367 + AegisName: F_Job_Manual25_Box1 + Name: JOB Battle Manual Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14592,1; /* JOB Battle Manual */ + - Id: 14368 + AegisName: F_Job_Manual25_Box5 + Name: JOB Battle Manual Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14592,5; /* JOB Battle Manual */ + - Id: 14369 + AegisName: F_Job_Manual25_Box10 + Name: JOB Battle Manual Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14592,10; /* JOB Battle Manual */ + - Id: 14370 + AegisName: Goddess_Bless_Box + Name: Goddess of Blessing Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 12315,1; /* Goddess Of Blessing */ + - Id: 14371 + AegisName: Angel_Bless_Box + Name: Angel of Blessing Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5207,1; /* Angel Blessing */ - Id: 14372 AegisName: Powder_Snow_Box Name: Powder Snow Box @@ -31088,6 +32174,22 @@ Body: UniqueId: true Script: | getitem 12317,1; + - Id: 14373 + AegisName: Little_Heart_Box + Name: Small Hearts Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 12318,1; /* Small Hearts */ + - Id: 14374 + AegisName: J_Firecracker_Box + Name: Extravagant Firework Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 12326,1; /* Large Firecracker */ - Id: 14375 AegisName: Holy_Celestial_Axe_Box Name: Celestial Axe Box @@ -31118,6 +32220,14 @@ Body: UniqueId: true Script: | getitem 12351,1; + - Id: 14378 + AegisName: Dun_Tele_Scroll3_Box_fr + Name: Dungeon Teleport Scroll 3 Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 12352,1; /* Dungeon Teleport Scroll 3 */ - Id: 14379 AegisName: Love_Daddy_Box Name: Love Daddy Box @@ -31372,12 +32482,62 @@ Body: NoAuction: true Script: | getitem 7945,1; + - Id: 14394 + AegisName: Santa_Hat_1_Box + Name: Cute Santa Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5384,1; /* Twin Pompom By JB */ + - Id: 14395 + AegisName: J_Captain_Hat_Box + Name: Master's Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5359,1; /* Ship Captain Hat */ + - Id: 14396 + AegisName: Coke_Hat_Box + Name: Red Minstrel Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5435,1; /* Red Minstrel Hat */ - Id: 14397 AegisName: Bonus_Box01 Name: Bonus Box 01 Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31394,6 +32554,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31410,6 +32572,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31426,6 +32590,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31442,6 +32608,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31458,6 +32626,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31474,6 +32644,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31490,6 +32662,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31506,6 +32680,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31522,6 +32698,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31535,11 +32713,11 @@ Body: - Id: 14407 AegisName: Xmas_Scroll Name: Xmas Scroll - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -31548,6 +32726,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_XMAS_SCROLL); - Id: 14408 AegisName: New_Year_Scroll Name: New Year Scroll @@ -31566,12 +32746,62 @@ Body: NoAuction: true Script: | getgroupitem(IG_New_Year_Scroll); + - Id: 14409 + AegisName: F_Santa_Hat_1_Box + Name: Twin Pompom By JB Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5384,1; /* Twin Pompom By JB */ + - Id: 14410 + AegisName: F_Captain_Hat_Box + Name: Ship Captain Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5359,1; /* Ship Captain Hat */ + - Id: 14411 + AegisName: F_Coke_Hat_Box + Name: Red Minstrel Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5435,1; /* Red Minstrel Hat */ - Id: 14412 AegisName: F_Bonus_Box01 Name: Bonus Box 01 Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31588,6 +32818,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31604,6 +32836,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31620,6 +32854,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31636,6 +32872,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31652,6 +32890,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31668,6 +32908,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31684,6 +32926,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31700,6 +32944,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31716,6 +32962,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31726,12 +32974,62 @@ Body: NoAuction: true Script: | getgroupitem(IG_F_BONUS_BOX10); + - Id: 14422 + AegisName: Shaman's_Old_Paper_Box + Name: Shaman's Document Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6070,1; /* Shaman's Document */ + - Id: 14423 + AegisName: Broken_Sword_Box + Name: Broken Sword Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14424 + AegisName: Wing_Of_Bizofnil_Box + Name: Bijofnil Feather Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6072,1; /* Bijofnil Feather */ - Id: 14426 AegisName: Fortune_Sword_Box_I - Name: Neo Fortune Sword Box - Type: Usable + Name: Fortune Sword Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31741,13 +33039,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13043,86400; + getgroupitem(IG_FORTUNE_SWORD_BOX_I); - Id: 14427 AegisName: House_Auger_Box_I - Name: Neo House Auger - Type: Usable + Name: Ice Pick Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31757,13 +33057,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13044,86400; + getgroupitem(IG_HOUSE_AUGER_BOX_I); - Id: 14428 AegisName: Kamaitachi_Box_I - Name: Neo Kamaitachi Box - Type: Usable + Name: Kamaitachi Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31773,13 +33075,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13045,86400; + getgroupitem(IG_KAMAITACHI_BOX_I); - Id: 14429 AegisName: Berserk_Guitar_Box_I - Name: Neo Berserk Guitar Box - Type: Usable + Name: Spirited Guitar Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31789,13 +33093,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1928,86400; + getgroupitem(IG_BERSERK_GUITAR_BOX_I); - Id: 14430 AegisName: Doom_Slayer_Box_I - Name: Neo Doom Slayer Box - Type: Usable + Name: Doom Slayer Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31805,13 +33111,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 1386,86400; + getgroupitem(IG_DOOM_SLAYER_BOX_I); - Id: 14431 AegisName: Huuma_Blaze_Box_I - Name: Neo Huuma Blaze Shuriken Box - Type: Usable + Name: Huuma Blaze Shuriken Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31821,13 +33129,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 13308,86400; + getgroupitem(IG_HUUMA_BLAZE_BOX_I); - Id: 14432 AegisName: Odin's_Blessing_Box_I - Name: Neo Odin's Blessing Box - Type: Usable + Name: Odin's Blessing Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31837,13 +33147,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 15001,86400; + getgroupitem(IG_ODIN_S_BLESSING_BOX_I); - Id: 14433 AegisName: Ring_Of_F_Lord_Box_I - Name: Neo Ring of Flame Lord Box - Type: Usable + Name: Ring of Flame Lord Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31853,13 +33165,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2792,86400; + getgroupitem(IG_RING_OF_F_LORD_BOX_I); - Id: 14434 AegisName: Ring_Of_Reson_Box_I - Name: Neo Ring of Resonance Box - Type: Usable + Name: Ring of Resonance Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31869,13 +33183,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2793,86400; + getgroupitem(IG_RING_OF_RESON_BOX_I); - Id: 14435 AegisName: Boy's_Cap_Box_I - Name: Neo Boys Cap Box - Type: Usable + Name: Student Cap Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31885,13 +33201,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5492,86400; + getgroupitem(IG_BOY_S_CAP_BOX_I); - Id: 14436 AegisName: Ulle_Cap_Box_I - Name: Neo Ulle's Cap Box - Type: Usable + Name: Ulle's Cap Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31901,13 +33219,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5493,86400; + getgroupitem(IG_ULLE_CAP_BOX_I); - Id: 14437 AegisName: Spinx_Helm_Box_I - Name: Neo Sphinx Helm Box - Type: Usable + Name: Sphinx Hat Box + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -31917,7 +33237,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 5494,86400; + getgroupitem(IG_SPINX_HELM_BOX_I); - Id: 14438 AegisName: Honglyun's_Sword_Box Name: Honglyun's Sword Box @@ -31941,9 +33261,8 @@ Body: Name: Power Of Thor Box Type: Cash Buy: 20 - Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -31953,7 +33272,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 5495,1; + getgroupitem(IG_POWER_OF_THOR_BOX); - Id: 14440 AegisName: Dice_Hat_Box Name: Dice Hat Box @@ -32086,6 +33405,8 @@ Body: Type: Cash Buy: 10 Weight: 2000 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -32102,6 +33423,8 @@ Body: Type: Cash Buy: 10 Weight: 2000 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -32112,6 +33435,62 @@ Body: NoAuction: true Script: | getgroupitem(IG_FUGIN_EGG02); + - Id: 14451 + AegisName: Fugin_Egg03 + Name: Huginn's Third Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14452 + AegisName: Fugin_Egg04 + Name: Huginn's Fourth Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14453 + AegisName: Fugin_Egg05 + Name: Huginn's Fifth Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14454 + AegisName: Fugin_Egg06 + Name: Huginn's Sixth Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14455 + AegisName: Munin_Egg01 + Name: Munin's First Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14456 + AegisName: Munin_Egg02 + Name: Munin's Second Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14457 + AegisName: Munin_Egg03 + Name: Munin's Third Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ + - Id: 14458 + AegisName: Munin_Egg04 + Name: Munin's Fourth Egg + Type: Cash + Buy: 10 +# Script: | +# /* TODO */ - Id: 14459 AegisName: Rabbit_Magic_Hat_Box Name: Magic Rabbit Hat Box @@ -32166,6 +33545,70 @@ Body: NoAuction: true Script: | getitem 5505,1; + - Id: 14462 + AegisName: Darkness_Helm_Box2 + Name: Dark Randgris Helm Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5373,1; /* Dark Randgris Helm */ + - Id: 14463 + AegisName: New_Cowboy_Hat_Box + Name: Purple Cowboy Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5409,1; /* Purple Cowboy Hat */ + - Id: 14464 + AegisName: F_Darkness_Helm_Box2 + Name: Dark Randgris Helm Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5373,1; /* Dark Randgris Helm */ + - Id: 14465 + AegisName: F_New_Cowboy_Hat_Box + Name: Purple Cowboy Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5409,1; /* Purple Cowboy Hat */ - Id: 14466 AegisName: Valentine_Pledge_Box Name: Valentine's Emblem Box @@ -32173,8 +33616,37 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_Valentine_Pledge_Box); - /*rentitem 5817,525600;*/ + getgroupitem(IG_VALENTINE_PLEDGE_BOX); + - Id: 14467 + AegisName: Carnival_Hat_Box + Name: Carnival Hat Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14468 + AegisName: Carnival_Circlet_Box + Name: Carnival Circlet Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 14469 AegisName: Ox_Tail_Scroll Name: Ox Tail Egg @@ -32185,6 +33657,246 @@ Body: Container: true Script: | getgroupitem(IG_Ox_Tail_Scroll); + - Id: 14470 + AegisName: T_Nightmare_Box + Name: Nightmare Terror Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14471 + AegisName: T_Loli_Ruri_Box + Name: Loli Ruri Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14472 + AegisName: T_Goblin_Leader_Box + Name: Goblin Leader Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14473 + AegisName: T_Incubus_Box + Name: Incubus Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14474 + AegisName: T_Miyabi_Ningyo_Box + Name: Miyabi Doll Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14475 + AegisName: T_Whisper_Box + Name: Giant Whisper Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14476 + AegisName: T_Wicked_Nymph_Box + Name: Evil Nymph Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14477 + AegisName: T_Medusa_Box + Name: Medusa Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14478 + AegisName: T_Stoneshooter_Box + Name: Stone Shooter Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14479 + AegisName: T_Marionette_Box + Name: Marionette Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14480 + AegisName: T_Leafcat_Box + Name: Leaf Cat Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14481 + AegisName: T_Dullahan_Box + Name: Dullahan Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14482 + AegisName: T_Shinobi_Box + Name: Shinobi Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14483 + AegisName: T_Golem_Box + Name: Golem Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 14484 + AegisName: T_Civil_Servant_Box + Name: Civil Servant Exchange Coupon Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 14485 AegisName: Academy_Badge_Box Name: Academy Badge Box @@ -32269,6 +33981,54 @@ Body: NoAuction: true Script: | getitem 5508,1; + - Id: 14491 + AegisName: Sting_Hat_Box + Name: Sting Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5509,1; /* Sting hat */ + - Id: 14492 + AegisName: FShark_Hat_Box + Name: Shark Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5508,1; /* Shark Hat */ + - Id: 14493 + AegisName: FSting_Hat_Box + Name: Sting Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5509,1; /* Sting hat */ - Id: 14494 AegisName: Samambaia_Box Name: Samambaia Box @@ -32501,7 +34261,7 @@ Body: - Id: 14512 AegisName: Meteor_10_Scroll Name: Meteor Storm Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -32516,7 +34276,7 @@ Body: - Id: 14513 AegisName: Storm_10_Scroll Name: Storm Gust Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -32531,7 +34291,7 @@ Body: - Id: 14514 AegisName: Vermilion_10_Scroll Name: Lord of Vermilion Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -32546,7 +34306,7 @@ Body: - Id: 14515 AegisName: Lex_Aeterna_Scroll Name: Lex Aeterna Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -32561,7 +34321,7 @@ Body: - Id: 14516 AegisName: Magnificat_5_Scroll Name: Magnificat Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -32758,7 +34518,7 @@ Body: - Id: 14529 AegisName: Greed_Scroll Name: Greed Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -33690,7 +35450,7 @@ Body: - Id: 14587 AegisName: Repair_Scroll_ Name: Equipment Repair Spell Book - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -33707,7 +35467,7 @@ Body: - Id: 14588 AegisName: Pty_Blessing_Scroll Name: Party Blessing 10 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Trade: @@ -33723,7 +35483,7 @@ Body: - Id: 14589 AegisName: Pty_Inc_Agi_Scroll Name: Party Increase Agi 10 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Trade: @@ -33739,7 +35499,7 @@ Body: - Id: 14590 AegisName: Pty_Assumptio_Scroll Name: Party Assumptio 5 Scroll - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Trade: @@ -33789,7 +35549,7 @@ Body: - Id: 14593 AegisName: Magic_Power_Scroll Name: Mystical Amplification Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -33806,7 +35566,7 @@ Body: - Id: 14594 AegisName: Quagmire_Scroll Name: Quagmire Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -33843,12 +35603,12 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Pierre_Treasurebox,1); - getrandgroupitem(IG_Pierre_Treasurebox,1); - getrandgroupitem(IG_Pierre_Treasurebox,1); - getrandgroupitem(IG_Pierre_Treasurebox,1); - getrandgroupitem(IG_Pierre_Treasurebox,1); - getrandgroupitem(IG_Pierre_Treasurebox,1); + getgroupitem(IG_Pierre_Treasurebox); + getgroupitem(IG_Pierre_Treasurebox); + getgroupitem(IG_Pierre_Treasurebox); + getgroupitem(IG_Pierre_Treasurebox); + getgroupitem(IG_Pierre_Treasurebox); + getgroupitem(IG_Pierre_Treasurebox); - Id: 14597 AegisName: PhreeoniS Name: Phreeoni Scroll @@ -33882,7 +35642,7 @@ Body: - Id: 14599 AegisName: Greed_Scroll_C Name: Greed Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 NoUse: Sitting: true @@ -34038,7 +35798,7 @@ Body: - Id: 14611 AegisName: M_Def_Potion Name: M Def Potion - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -34054,7 +35814,7 @@ Body: - Id: 14612 AegisName: M_Mdef_Potion Name: M Mdef Potion - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -34208,8 +35968,10 @@ Body: AegisName: GoldenTreasureBox Name: Golden Treasure Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34219,7 +35981,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getitem callfunc("F_Rand",Devilring card, Angeling card, 11 weapons smelting ticket, armor smelting 11 ticket , horns of the buffalo, ring of recovery, pink bunny costume hair band)*/ + getgroupitem(IG_GOLDENTREASUREBOX); - Id: 14624 AegisName: Blue_Scroll Name: Blue Scroll @@ -34242,9 +36004,11 @@ Body: - Id: 14627 AegisName: Xmax_Egg_Kr Name: Christmas Scroll - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34253,12 +36017,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_XMAX_EGG_KR); - Id: 14628 AegisName: C_Festival_Ticket Name: Costume Festival Box - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34267,6 +36035,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_C_FESTIVAL_TICKET); - Id: 14629 AegisName: Enchant_Stone_Box Name: Costume Enchant Stone Box @@ -34289,7 +36059,7 @@ Body: - Id: 14645 AegisName: Wing_Of_Baalzebub Name: Beelzebub Wing - Type: Delayconsume + Type: DelayConsume Flags: BuyingStore: true Script: | @@ -34314,10 +36084,12 @@ Body: sc_start SC_ALMIGHTY,1800000,10; - Id: 14663 AegisName: Sealed_D_Lord_Scroll - Name: Scroll Sealed Dark Lord + Name: Sealed Dark Lord Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34327,8 +36099,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the rates*/ - getitem callfunc("F_Rand",6228,6232,4488,4169,19739,24032,24033,24031,24030,24028,24029,24028,24027),1; + getgroupitem(IG_SEALED_D_LORD_SCROLL); - Id: 14664 AegisName: Bi_Hwang_Scroll Name: Bi Hwang Scroll @@ -34367,10 +36138,12 @@ Body: getgroupitem(IG_Yong_Kwang_Scroll); - Id: 14672 AegisName: StealFighter_20Lv - Name: Steel Fighter Scroll (Lv20) - Type: Healing + Name: Steel Fighter (20Lv) Egg + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34378,12 +36151,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_STEALFIGHTER_20LV); - Id: 14673 AegisName: StealFighter_25Lv - Name: Steel Fighter Scroll (Lv25) - Type: Healing + Name: Steel Fighter (25Lv) Scroll + Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34391,6 +36168,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_STEALFIGHTER_25LV); - Id: 14674 AegisName: Cup_Of_Boza Name: Cup Of Boza @@ -34402,10 +36181,12 @@ Body: /*aegis data 2 Minutes*/ - Id: 14675 AegisName: Shadow_Box2 - Name: Shadow Box II + Name: Shadow Stat Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34414,12 +36195,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SHADOW_BOX2); - Id: 14679 AegisName: Sealed_Knight_WS_Scroll Name: Article Sealed Storm Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34428,6 +36213,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SEALED_KNIGHT_WS_SCROLL); - Id: 14681 AegisName: Enchant_Stone_Box2 Name: Costume Enchant Stone Box 2 @@ -34442,8 +36229,10 @@ Body: AegisName: Sealed_Berz_Scroll Name: Sealed Beelzebub Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34452,12 +36241,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SEALED_BERZ_SCROLL); - Id: 14689 AegisName: Sealed_Kiel_Scroll Name: Sealed Kiel-D-01 Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34466,6 +36259,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SEALED_KIEL_SCROLL); - Id: 14695 AegisName: Enchant_Stone_Box3 Name: Costume Enchant Stone Box 3 @@ -34478,9 +36273,12 @@ Body: getgroupitem(IG_Enchant_Stone_Box3); - Id: 14696 AegisName: Sealed_Gloom_Scroll - Name: Sealed Gloom Under Night Gachapon + Name: Sealed Gloom Under Night Scroll Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34490,7 +36288,7 @@ Body: NoMail: true NoAuction: true Script: | - /* getitem callfunc("F_Rand",Sealed Cards Gloom Under Night, 9 weapons smelting ticket, Armor 9 smelting ticket, medium armor Shadow, Shadow Weapon Medium, costume Wings of the Kirin, costume enchant stone box);*/ + getgroupitem(IG_SEALED_GLOOM_SCROLL); - Id: 14699 AegisName: Garuda_Scroll Name: Memorial Garuda Lucky Egg @@ -34517,8 +36315,10 @@ Body: AegisName: Gemstone_Shadow_Box Name: Gemstone Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34528,18 +36328,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24084,1; - getitem 24085,1; - getitem 24086,1; - getitem 24087,1; - getitem 24088,1; - getitem 24089,1; + getgroupitem(IG_GEMSTONE_SHADOW_BOX); - Id: 14705 AegisName: Sealed_F_Bishop_Scroll - Name: Sealed Fallen Bishop Hibram Scroll + Name: Sealed Fallen Bishop Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34549,13 +36346,15 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: COnfirm the rates*/ - getitem callfunc("F_Rand",6228,6232,14704,19884,14695,6697),1; + getgroupitem(IG_SEALED_F_BISHOP_SCROLL); - Id: 14713 AegisName: Sealed_Ifrit_Scroll Name: Sealed Ifrit Scroll - Type: Usable + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34565,13 +36364,15 @@ Body: NoMail: true NoAuction: true Script: | - /* getitem callfunc("F_Rand",Sealed ifrit card, 9 weapons smelting ticket, Armor 9 smelting ticket, costume Noah's hats, costumes Enchantment Stone Box); */ + getgroupitem(IG_SEALED_IFRIT_SCROLL); - Id: 14717 AegisName: 2013_RWC_Scroll Name: 2013 RWC Scroll - Type: Cash + Type: Usable Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34584,10 +36385,12 @@ Body: getgroupitem(IG_2013_RWC_Scroll); - Id: 14718 AegisName: Sealed_TurtleG_Scroll - Name: Scroll Turtle General Sealed - Type: Usable - Buy: 10 + Name: Sealed Turtle General Gachapon + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34597,12 +36400,11 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the rates*/ - getitem callfunc("F_Rand",6228,6232,19751,14695),1; + getgroupitem(IG_SEALED_TURTLEG_SCROLL); - Id: 14723 AegisName: LI_Neuralizer Name: (Limited)Neuralizer I - Type: Delayconsume + Type: DelayConsume Buy: 2 Trade: NoDrop: true @@ -34617,7 +36419,7 @@ Body: - Id: 14724 AegisName: LI_Neuralizer2 Name: (Limited)Neuralizer II - Type: Delayconsume + Type: DelayConsume Buy: 2 Trade: NoDrop: true @@ -34633,8 +36435,10 @@ Body: AegisName: Sealed_Bacsojin_Scroll Name: Sealed Bacsojin Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34644,14 +36448,15 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the rates*/ - getitem callfunc("F_Rand",4372,6228,6232,19750,14730,17474),1; + getgroupitem(IG_SEALED_BACSOJIN_SCROLL); - Id: 14726 AegisName: Greed_Shadow_Box - Name: Grid Shadow Box + Name: Greed Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34661,18 +36466,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24114,1; - getitem 24115,1; - getitem 24116,1; - getitem 24117,1; - getitem 24118,1; - getitem 24119,1; + getgroupitem(IG_GREED_SHADOW_BOX); - Id: 14727 AegisName: Heal_Shadow_Box Name: Heal Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34682,18 +36484,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24120,1; - getitem 24121,1; - getitem 24122,1; - getitem 24123,1; - getitem 24124,1; - getitem 24125,1; + getgroupitem(IG_HEAL_SHADOW_BOX); - Id: 14728 AegisName: Hiding_Shadow_Box Name: Hiding Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34703,18 +36502,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24126,1; - getitem 24127,1; - getitem 24128,1; - getitem 24129,1; - getitem 24130,1; - getitem 24131,1; + getgroupitem(IG_HIDING_SHADOW_BOX); - Id: 14729 AegisName: Cloaking_Shadow_Box Name: Cloaking Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34724,18 +36520,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24132,1; - getitem 24133,1; - getitem 24134,1; - getitem 24135,1; - getitem 24136,1; - getitem 24137,1; + getgroupitem(IG_CLOAKING_SHADOW_BOX); - Id: 14730 AegisName: Costume_Festival_Box2 Name: Costume Festival Box II Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34745,13 +36538,15 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: No clue yet*/ + getgroupitem(IG_COSTUME_FESTIVAL_BOX2); - Id: 14731 AegisName: Teleport_Shadow_Box Name: Teleport Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34761,18 +36556,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24138,1; - getitem 24139,1; - getitem 24140,1; - getitem 24141,1; - getitem 24142,1; - getitem 24143,1; + getgroupitem(IG_TELEPORT_SHADOW_BOX); - Id: 14732 AegisName: Steal_Shadow_Box Name: Steal Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34782,18 +36574,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24144,1; - getitem 24145,1; - getitem 24146,1; - getitem 24147,1; - getitem 24148,1; - getitem 24149,1; + getgroupitem(IG_STEAL_SHADOW_BOX); - Id: 14733 AegisName: Sealed_Pharaoh_Scroll - Name: Sealed Pharaoh Scroll + Name: Sealed Paraoh Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34803,8 +36592,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the rates*/ - getitem callfunc("F_Rand",6228,6232,14726,20034,17474),1; + getgroupitem(IG_SEALED_PHARAOH_SCROLL); - Id: 14735 AegisName: Costama_Egg22 Name: Shapeshifter Costume @@ -34821,13 +36609,15 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_Shapeshifter_Costume); + getgroupitem(IG_COSTAMA_EGG22); - Id: 14739 AegisName: Sealed_B_Ygnizem_Scroll Name: Sealed General Egnigem Cenia Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34837,14 +36627,15 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the rates*/ - getitem callfunc("F_Rand",4482,6228,6232,24156,19935),1; + getgroupitem(IG_SEALED_B_YGNIZEM_SCROLL); - Id: 14740 AegisName: Sealed_Apo_H_Scroll Name: Sealed Vesper Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34853,6 +36644,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_SEALED_APO_H_SCROLL); - Id: 14741 AegisName: Imortal_Midgard_Scroll Name: Midgard Celebration Lucky Egg @@ -34875,8 +36668,10 @@ Body: AegisName: Guarantee_Relax_Scroll Name: Safe To Smelting Scroll Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34886,7 +36681,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",6238,6239,6228,6232,24216,17474,969),1; + getgroupitem(IG_GUARANTEE_RELAX_SCROLL); - Id: 14765 AegisName: Job_Manual_Limit Name: Limited Edition JOB Battle Manual @@ -34925,6 +36720,8 @@ Body: Name: Soul Plunger Scroll Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34940,6 +36737,8 @@ Body: Name: Happy Balloon Scroll Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -34950,6 +36749,23 @@ Body: NoAuction: true Script: | getgroupitem(IG_HAPPY_BALLOON_SCROLL); + - Id: 14799 + AegisName: AID_Manual_Bubble_7d + Name: "[7Day] Battle Manual & Bubble Gum" + Type: Cash + Buy: 10000 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 14805 AegisName: July_Lucky_Scroll Name: Almighty Lucky Egg @@ -34967,6 +36783,21 @@ Body: NoAuction: true Script: | getgroupitem(IG_July_Lucky_Scroll); + - Id: 14826 + AegisName: Dungeon_Ticket + Name: Dungeon Teleport Ticket + Type: Healing + Weight: 100 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 14840 AegisName: DF_Megaphone Name: "[Sale] Megaphone" @@ -35040,7 +36871,7 @@ Body: - Id: 14845 AegisName: DF_Blessing_10_Scroll Name: "[Scroll] Blessing Lv.10 Scroll" - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 NoUse: @@ -35058,7 +36889,7 @@ Body: - Id: 14846 AegisName: DF_Inc_Agi_10_Scroll Name: "[Scroll] Increase Agility Lv.10 Scroll" - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 NoUse: @@ -35345,6 +37176,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35361,6 +37194,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35377,6 +37212,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35393,6 +37230,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35409,6 +37248,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35425,6 +37266,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35441,6 +37284,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35457,6 +37302,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35473,6 +37320,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35489,6 +37338,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35505,6 +37356,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35521,6 +37374,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35537,6 +37392,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35553,6 +37410,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35569,6 +37428,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35585,6 +37446,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35601,6 +37464,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35617,6 +37482,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35633,6 +37500,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35649,6 +37518,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35665,6 +37536,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35681,6 +37554,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35697,6 +37572,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35713,6 +37590,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35729,6 +37608,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35745,6 +37626,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35761,6 +37644,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35777,6 +37662,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35793,6 +37680,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35809,6 +37698,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35825,6 +37716,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35925,6 +37818,732 @@ Body: NoAuction: true Script: | getitem 5529,1; + - Id: 16136 + AegisName: Goddess_Bless10_Box + Name: Goddess of Blessing Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12315,10; /* Goddess Of Blessing */ + - Id: 16137 + AegisName: Angel_Bless10_Box + Name: Angel of Blessing Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5207,10; /* Angel Blessing */ + - Id: 16138 + AegisName: Powder_Snow10_Box + Name: Snow Powder Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12317,10; /* Snow Powder */ + - Id: 16139 + AegisName: Little_Heart10_Box + Name: Small Hearts Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12318,10; /* Small Hearts */ + - Id: 16140 + AegisName: J_Firecracker10_Box + Name: Extravagant Firework Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12326,10; /* Large Firecracker */ + - Id: 16141 + AegisName: Golden_Earing_Box + Name: Gold Earring Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10022,1; /* Gold Earring */ + - Id: 16142 + AegisName: Green_Lucky_Bag_Box + Name: Green Jewel Bag Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 23683,1; /* Lucky Bag */ + - Id: 16143 + AegisName: F_Glasses_Box + Name: Fashion Glasses Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10024,1; /* Fashion Glasses */ + - Id: 16144 + AegisName: Star_Hairband_Box + Name: Hairband of Stars Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10025,1; /* Hairband Of Stars */ + - Id: 16145 + AegisName: Wine_On_Sleeve_Box + Name: Tassel for Durumagi Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10026,1; /* Tassel for Durumagi */ + - Id: 16146 + AegisName: Spirit_Chain_Box + Name: Pet Soul Ring Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10027,1; /* Pet Soul Ring */ + - Id: 16147 + AegisName: Nice_Badge_Box + Name: Beautiful Badges Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10028,1; /* Beautiful Badges */ + - Id: 16148 + AegisName: Jade_Trinket_Box + Name: Jade Trinket Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10029,1; /* Jade Trinket */ + - Id: 16149 + AegisName: Summer_Fan_Box + Name: Summer Fan Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10030,1; /* Summer Fan */ + - Id: 16150 + AegisName: Death_Coil_Box + Name: Ring of Death Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2732,1; /* Death Loop */ + - Id: 16151 + AegisName: Queen's_Coronet_Box + Name: Queen's Coronet Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10032,1; /* Queen's Coronet */ + - Id: 16152 + AegisName: Apro_Hair_Box + Name: Afro Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10033,1; /* Afro */ + - Id: 16153 + AegisName: Ball_Mask_Box + Name: Masked Ball Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10034,1; /* Masked Ball */ + - Id: 16154 + AegisName: Windup_Spring_Box + Name: Spring Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10035,1; /* Spring */ + - Id: 16155 + AegisName: Hell_Horn_Box + Name: Horn of Hell Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 10036,1; /* Horn Of Hell */ + - Id: 16156 + AegisName: Poring_Tck_Box + Name: Poring Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6157,1; /* Poring Exchange Ticket */ + - Id: 16157 + AegisName: Drops_Tck_Box + Name: Drops Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6158,1; /* Drops Exchange Ticket */ + - Id: 16158 + AegisName: Poporing_Tck_Box + Name: Poporing Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6159,1; /* Poporing Exchange Ticket */ + - Id: 16159 + AegisName: Lunatic_Tck_Box + Name: Lunatic Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6160,1; /* Lunatic Exchange Ticket */ + - Id: 16160 + AegisName: Picky_Tck_Box + Name: Picky Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6161,1; /* Picky Exchange Ticket */ + - Id: 16161 + AegisName: Pecopeco_Tck_Box + Name: Peco Peco Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6162,1; /* Peco Peco Exchange Ticket */ + - Id: 16162 + AegisName: Savage_Baby_Tck_Box + Name: Savage Babe Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6163,1; /* Savage Babe Exchange Ticket */ + - Id: 16163 + AegisName: Spore_Tck_Box + Name: Spore Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6164,1; /* Spore Exchange Ticket */ + - Id: 16164 + AegisName: Poison_Spore_Tck_Box + Name: Poison Spore Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6165,1; /* Poison Spore Exchange Ticket */ + - Id: 16165 + AegisName: Chonchon_Tck_Box + Name: Chonchon Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6166,1; /* Chonchon Exchange Ticket */ + - Id: 16166 + AegisName: Steel_Chonchon_Tck_Box + Name: Steel Chonchon Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6167,1; /* Steel Chonchon Exchange Ticket */ + - Id: 16167 + AegisName: Petit_Tck_Box + Name: Sky Petite Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6168,1; /* Sky Petite Exchange Ticket */ + - Id: 16168 + AegisName: Deviruchi_Tck_Box + Name: Deviruchi Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6169,1; /* Deviruchi Exchange Ticket */ + - Id: 16169 + AegisName: Isis_Tck_Box + Name: Isis Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6170,1; /* Isis Exchange Ticket */ + - Id: 16170 + AegisName: Smokie_Tck_Box + Name: Smokie Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6171,1; /* Smokie Exchange Ticket */ + - Id: 16171 + AegisName: Dokebi_Tck_Box + Name: Dokkaebi Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6172,1; /* Dokebi Exchange Ticket */ + - Id: 16172 + AegisName: Desert_Wolf_B_Tck_Box + Name: Baby Desert Wolf Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6173,1; /* Baby Desert Wolf Exchange Ticket */ + - Id: 16173 + AegisName: Yoyo_Tck_Box + Name: Yoyo Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6174,1; /* Yoyo Exchange Ticket */ + - Id: 16174 + AegisName: Sohee_Tck_Box + Name: Sohee Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6175,1; /* Sohee Exchange Ticket */ + - Id: 16175 + AegisName: Rocker_Tck_Box + Name: Rocker Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6176,1; /* Rocker Exchange Ticket */ + - Id: 16176 + AegisName: Hunter_Fly_Tck_Box + Name: Hunter Fly Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6177,1; /* Hunter Fly Exchange Ticket */ + - Id: 16177 + AegisName: Orc_Warrior_Tck_Box + Name: Orc Warrior Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6178,1; /* Orc Warrior Exchange Ticket */ + - Id: 16178 + AegisName: Bapho_Jr_Tck_Box + Name: Bapho Jr. Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6179,1; /* Bapho Jr. Exchange Ticket */ + - Id: 16179 + AegisName: Munak_Tck_Box + Name: Munak Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16180 + AegisName: Bongun_Tck_Box + Name: Bongun Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6181,1; /* Bongun Exchange Ticket */ + - Id: 16181 + AegisName: Goblin_Tck_Box + Name: Christmas Goblin Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6182,1; /* Christmas Goblin Exchange Ticket */ + - Id: 16182 + AegisName: Hardtack_Tck_Box + Name: Rice Cake Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 9028,1; /* Hard Rice Cake */ + - Id: 16183 + AegisName: Zherlthsh_Tck_Box + Name: Zherlthsh Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16184 + AegisName: Alice_Tck_Box + Name: Alice Exchange Ticket Box + Type: Cash + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6185,1; /* Alice Exchange Ticket */ - Id: 16185 AegisName: Raven_Cap_Box Name: Raven Cap Box @@ -35967,6 +38586,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -35977,6 +38598,70 @@ Body: NoAuction: true Script: | getgroupitem(IG_F_ANGRY_MOUTH_C_BOX); + - Id: 16188 + AegisName: Bunny_Magic_Hat_Box + Name: Magic Rabbit Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5503,1; /* Rabbit Magic Hat */ + - Id: 16189 + AegisName: Side_Cap_Box + Name: Side Cap Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5535,1; /* Side Cap */ + - Id: 16190 + AegisName: F_Rabbit_Magic_Hat_Box + Name: Magic Rabbit Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5503,1; /* Rabbit Magic Hat */ + - Id: 16191 + AegisName: F_Side_Cap_Box + Name: Side Cap Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5535,1; /* Side Cap */ - Id: 16192 AegisName: Quati_Hat_Box Name: Kwati Hat Box @@ -36039,12 +38724,206 @@ Body: Weight: 10 Flags: UniqueId: true + - Id: 16196 + AegisName: Freyja_Shield_Box7 + Name: Freya's Spiritual Shield Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2141,604800; /* Freyja Spirit Shield */ + - Id: 16197 + AegisName: Freyja_Shield_Box30 + Name: Freya's Spiritual Shield Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2141,2592000; /* Freyja Spirit Shield */ + - Id: 16198 + AegisName: Freyja_Shield_Box60 + Name: Freya's Spiritual Shield Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2141,5184000; /* Freyja Spirit Shield */ + - Id: 16199 + AegisName: Freyja_Shield_Box90 + Name: Freya's Spiritual Shield Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2141,7776000; /* Freyja Spirit Shield */ + - Id: 16200 + AegisName: Freyja_Robe_Box7 + Name: Freya's Spiritual Robe Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 15003,604800; /* Freyja Soul Robe7 */ + - Id: 16201 + AegisName: Freyja_Robe_Box30 + Name: Freya's Spiritual Robe Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 15003,2592000; /* Freyja Soul Robe7 */ + - Id: 16202 + AegisName: Freyja_Robe_Box60 + Name: Freya's Spiritual Robe Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 15003,5184000; /* Freyja Soul Robe7 */ + - Id: 16203 + AegisName: Freyja_Robe_Box90 + Name: Freya's Spiritual Robe Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 15003,7776000; /* Freyja Soul Robe7 */ + - Id: 16204 + AegisName: Freyja_Scarf_Box7 + Name: Freya's Spiritual Scarf Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2555,604800; /* Freyja Soul Scarf */ + - Id: 16205 + AegisName: Freyja_Scarf_Box30 + Name: Freya's Spiritual Scarf Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2555,2592000; /* Freyja Soul Scarf */ + - Id: 16206 + AegisName: Freyja_Scarf_Box60 + Name: Freya's Spiritual Scarf Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2555,5184000; /* Freyja Soul Scarf */ + - Id: 16207 + AegisName: Freyja_Scarf_Box90 + Name: Freya's Spiritual Scarf Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2555,7776000; /* Freyja Soul Scarf */ + - Id: 16208 + AegisName: Freyja_Sandal_Box7 + Name: Freya's Spiritual Sandals Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2451,604800; /* Freyja Sprit Sandals */ + - Id: 16209 + AegisName: Freyja_Sandal_Box30 + Name: Freya's Spiritual Sandals Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2451,2592000; /* Freyja Sprit Sandals */ + - Id: 16210 + AegisName: Freyja_Sandal_Box60 + Name: Freya's Spiritual Sandals Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2451,5184000; /* Freyja Sprit Sandals */ + - Id: 16211 + AegisName: Freyja_Sandal_Box90 + Name: Freya's Spiritual Sandals Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2451,7776000; /* Freyja Sprit Sandals */ + - Id: 16212 + AegisName: Freyja_Circlet_Box7 + Name: Freya's Spiritual Circlet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 5540,604800; /* Freyja SCirclet7 */ + - Id: 16213 + AegisName: Freyja_Circlet_Box30 + Name: Freya's Spiritual Circlet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 5540,2592000; /* Freyja SCirclet7 */ + - Id: 16214 + AegisName: Freyja_Circlet_Box60 + Name: Freya's Spiritual Circlet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 5540,5184000; /* Freyja SCirclet7 */ + - Id: 16215 + AegisName: Freyja_Circlet_Box90 + Name: Freya's Spiritual Circlet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 5540,7776000; /* Freyja SCirclet7 */ + - Id: 16216 + AegisName: Freyja_Bracelet_Box7 + Name: Freya's Spiritual Bracelet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2811,604800; /* Freyja's Spirit Bracelet */ + - Id: 16217 + AegisName: Freyja_Bracelet_Box30 + Name: Freya's Spiritual Bracelet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2811,2592000; /* Freyja's Spirit Bracelet */ + - Id: 16218 + AegisName: Freyja_Bracelet_Box60 + Name: Freya's Spiritual Bracelet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2811,5184000; /* Freyja's Spirit Bracelet */ + - Id: 16219 + AegisName: Freyja_Bracelet_Box90 + Name: Freya's Spiritual Bracelet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2811,7776000; /* Freyja's Spirit Bracelet */ - Id: 16220 AegisName: Marionette_C_Box Name: Marionette Accessory Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36061,6 +38940,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36077,6 +38958,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36093,6 +38976,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36109,6 +38994,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36125,6 +39012,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36257,6 +39146,22 @@ Body: NoCart: true Script: | getitem 5471,1; + - Id: 16233 + AegisName: Fest_Lord_Circlet_Box + Name: Festival Grand Circlet Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5552,1; /* Festival Grand Circlet */ + - Id: 16234 + AegisName: Fest_Bunny_Band_Box + Name: Festival Bunny Band Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5553,1; /* Festival Bunny Band */ - Id: 16235 AegisName: Octopus_Hat_Box Name: Octopus Hat Box @@ -36339,6 +39244,70 @@ Body: UniqueId: true Script: | getitem 5558,1; + - Id: 16240 + AegisName: Whikebain_Ears_Box + Name: Whikebain's Black Ears Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5360,1; /* Hyuke's Black Cat Ears */ + - Id: 16241 + AegisName: Chicken_Hat_Box + Name: Chicken Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5431,1; /* Chicken Hat */ + - Id: 16242 + AegisName: F_Whikebain_Ears_Box + Name: Whikebine's Black Cat Ears Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5360,1; /* Hyuke's Black Cat Ears */ + - Id: 16243 + AegisName: F_Chicken_Hat_Box + Name: Chicken Hat Box Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5431,1; /* Chicken Hat */ - Id: 16244 AegisName: Dolor_Hat_Box Name: Dolor Hat Box @@ -36474,11 +39443,11 @@ Body: - Id: 16254 AegisName: Acti_Potion_Box Name: Energizing Potion Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -36487,12 +39456,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_ACTI_POTION_BOX); - Id: 16255 AegisName: F_Acti_Potion_Box Name: Energizing Potion Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36509,6 +39482,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true Script: | @@ -36711,6 +39686,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 50 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36728,6 +39705,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 35 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36744,6 +39723,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36760,6 +39741,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36776,6 +39759,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36792,6 +39777,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36808,6 +39795,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36824,6 +39813,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36840,6 +39831,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36856,6 +39849,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36872,6 +39867,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36888,6 +39885,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36904,6 +39903,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36921,6 +39922,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36938,6 +39941,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36955,6 +39960,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36972,6 +39979,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -36989,6 +39998,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37005,6 +40016,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37021,6 +40034,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37037,6 +40052,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37053,6 +40070,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37069,6 +40088,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37085,6 +40106,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37101,6 +40124,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37117,6 +40142,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37133,6 +40160,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37149,6 +40178,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37165,6 +40196,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37181,6 +40214,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37197,6 +40232,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37213,6 +40250,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37229,6 +40268,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37617,6 +40658,38 @@ Body: NoAuction: true Script: | getitem 2828,1; + - Id: 16325 + AegisName: Rune_Hairband_Box + Name: Rune Hairband Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5585,1; /* Rune Cloth Circlet */ + - Id: 16326 + AegisName: F_Rune_Hairband_Box + Name: Rune Cloth Circlet Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5585,1; /* Rune Cloth Circlet */ - Id: 16327 AegisName: Upg_Adv_Suit_Box Name: Upg Adv Suit Box @@ -37935,6 +41008,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37951,6 +41026,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37967,6 +41044,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37983,6 +41062,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -37999,6 +41080,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38015,6 +41098,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38031,6 +41116,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38047,6 +41134,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38063,6 +41152,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38079,6 +41170,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38089,12 +41182,30 @@ Body: NoAuction: true Script: | getgroupitem(IG_F_A_DEMON_SHIELD_C_BOX); + - Id: 16357 + AegisName: F_Evils_Bone_Hat_Box + Name: Satanic Bone Helm Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5529,1; /* Satanic Bone Helm */ - Id: 16358 AegisName: Mbl_Pet_Random_Box Name: Mobile Pet Random Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38111,6 +41222,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_7TH_ANNI_RANDOM_BOX); - Id: 16360 @@ -38181,6 +41294,38 @@ Body: NoAuction: true Script: | getitem 5592,1; + - Id: 16364 + AegisName: Sleipnir_Box + Name: Sleipnir R Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2410,86400; /* Sleipnir */ + - Id: 16365 + AegisName: Magingiorde_Box + Name: Megingjord R Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2629,86400; /* Megingjard */ + - Id: 16366 + AegisName: Brysinggamen_Box + Name: Brisingamen R Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2630,86400; /* Brisingamen */ + - Id: 16367 + AegisName: Mjolnir_Box + Name: Mjolnir R Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 1530,86400; /* Mjolnir */ - Id: 16368 AegisName: Virgo_Crown_Box Name: Virgo Crown Box @@ -38205,6 +41350,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38221,6 +41368,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38265,6 +41414,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38300,6 +41451,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38310,6 +41463,22 @@ Body: NoAuction: true Script: | getgroupitem(IG_F_BGUM_BOX_IN_MOUTH); + - Id: 16376 + AegisName: Odin's_Recall7 + Name: Odin's Recall 7days Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2833,86400; /* Odin's Recall */ + - Id: 16377 + AegisName: Odin's_Recall30 + Name: Odin's Recall 30days Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + rentitem 2833,2592000; /* Odin's Recall */ - Id: 16378 AegisName: Siege_Scroll_Box30 Name: Siege Teleport Scroll 30 Box @@ -38392,6 +41561,38 @@ Body: NoAuction: true Script: | getitem 12444,30; + - Id: 16383 + AegisName: F_Siege_Scroll_Box2_10 + Name: Siege Map Teleport Scroll II(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14591,10; /* WoE Teleport Scroll */ + - Id: 16384 + AegisName: F_Siege_Scroll_Box2_30 + Name: Siege Map Teleport Scroll II(30) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14591,30; /* WoE Teleport Scroll */ - Id: 16385 AegisName: Clover_Box_Mouth2 Name: Clover Box Mouth2 @@ -38434,6 +41635,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38450,6 +41653,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38504,6 +41709,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38520,6 +41727,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38652,6 +41861,70 @@ Body: NoAuction: true Script: | getitem 5599,1; + - Id: 16400 + AegisName: F_HD_Ori_Box5 + Name: Purified Oridecon Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6240,5; /* HD Oridecon */ + - Id: 16401 + AegisName: F_HD_Ori_Box10 + Name: Purified Oridecon Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6240,10; /* HD Oridecon */ + - Id: 16402 + AegisName: F_HD_Elu_Box5 + Name: Purified Eluminium Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6241,5; /* HD Elunium */ + - Id: 16403 + AegisName: F_HD_Elu_Box10 + Name: Purified Eluminium Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6241,10; /* HD Elunium */ - Id: 16405 AegisName: Midgard_Coin_Box Name: Midgard Coin Box @@ -38696,6 +41969,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38712,6 +41987,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38815,19 +42092,7 @@ Body: Buy: 20 Weight: 1 Script: | - getitem 12208,10; - getitem 12210,10; - getitem 12216,20; - getitem 12215,20; - getitem 7621,10; - getitem 12209,10; - getitem 12211,5; - getitem 12445,10; - getitem 12446,10; - getitem 12447,10; - getitem 12448,10; - getitem 12449,10; - getitem 12450,10; + getgroupitem(IG_F_PET_EGG_SCROLL9); - Id: 16421 AegisName: F_Marriage_Covenant_Box Name: Written Oath Of Marriage Box @@ -38843,7 +42108,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 5280,604800; + getgroupitem(IG_F_MAGESTIC_GOAT_BOX); - Id: 16423 AegisName: F_Pet_Egg_Scroll3 Name: Episode 13.1 Key Package @@ -38851,9 +42116,7 @@ Body: Buy: 20 Weight: 1 Script: | - getitem 7782,1; - getitem 12208,2; - getitem 14582,10; + getgroupitem(IG_F_PET_EGG_SCROLL3); - Id: 16424 AegisName: F_Executioner_Box Name: Executioner Box @@ -38861,7 +42124,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 1174,604800; + getgroupitem(IG_F_EXECUTIONER_BOX); - Id: 16425 AegisName: F_Cutlas_Box Name: Cutlus Box @@ -38869,7 +42132,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 13402,604800; + getgroupitem(IG_F_CUTLAS_BOX); - Id: 16426 AegisName: F_Moonlight_Sword_Box Name: Moonlight Dagger Box @@ -38877,7 +42140,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 13026,604800; + getgroupitem(IG_F_MOONLIGHT_SWORD_BOX); - Id: 16427 AegisName: F_Spanner_Box Name: Wrench Box @@ -38885,7 +42148,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 1534,604800; + getgroupitem(IG_F_SPANNER_BOX); - Id: 16428 AegisName: F_Solar_Sword_Box Name: Solar Sword Box @@ -38893,7 +42156,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 13403,604800; + getgroupitem(IG_F_SOLAR_SWORD_BOX); - Id: 16429 AegisName: F_Tomahawk_Box Name: Tomahawk Box @@ -38901,7 +42164,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 1374,604800; + getgroupitem(IG_F_TOMAHAWK_BOX); - Id: 16430 AegisName: F_Bow_Of_Rudra_Box Name: Rudra Bow Box @@ -38909,7 +42172,7 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 1729,604800; + getgroupitem(IG_F_BOW_OF_RUDRA_BOX); - Id: 16431 AegisName: F_Pole_Axe_Box Name: Pole Axe Box @@ -38917,13 +42180,15 @@ Body: Buy: 20 Weight: 1 Script: | - rentitem 1419,604800; + getgroupitem(IG_F_POLE_AXE_BOX); - Id: 16432 AegisName: BM_Pack_Box_A Name: Battle Manual Package Box(A) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38940,6 +42205,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38956,6 +42223,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -38972,6 +42241,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39028,6 +42299,78 @@ Body: UniqueId: true Script: | getitem 5664,1; + - Id: 16441 + AegisName: FFilir_Wing_Box + Name: Filir Wings Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5664,1; /* Filir's Pinions */ + - Id: 16442 + AegisName: Shaman_Hat_Box + Name: Shaman Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5665,1; /* Shaman Hat */ + - Id: 16443 + AegisName: F_Shaman_Hat_Box + Name: Shaman Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5665,1; /* Shaman Hat */ + - Id: 16444 + AegisName: Golden_Crown_Box + Name: Crown Cap Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5666,1; /* Golden Crown */ + - Id: 16445 + AegisName: F_Golden_Crown_Box + Name: Crown Cap Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5666,1; /* Golden Crown */ - Id: 16446 AegisName: Tw_October_Scroll Name: Tw October Scroll @@ -39108,6 +42451,78 @@ Body: NoAuction: true Script: | getitem 5677,1; + - Id: 16451 + AegisName: F_Raven_Cap_Box + Name: Crow Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5530,1; /* Raven Cap */ + - Id: 16452 + AegisName: Bright_Fury_Box + Name: Rage of Luster Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5567,1; /* Bright Fury */ + - Id: 16453 + AegisName: Triangle_Rune_Cap_Box + Name: Triangle Rune Cap Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5682,1; /* Triangle Rune Cap */ + - Id: 16454 + AegisName: F_Bright_Fury_Box + Name: Rage of Luster Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5567,1; /* Bright Fury */ + - Id: 16455 + AegisName: F_Triangle_Rune_Cap_Box + Name: Triangle Rune Cap Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5682,1; /* Triangle Rune Cap */ - Id: 16456 AegisName: My_Scroll1 Name: My Scroll1 @@ -39128,6 +42543,30 @@ Body: Container: true Script: | getgroupitem(IG_Tw_Nov_Scroll); + - Id: 16458 + AegisName: 2009Love_Daddy_Box + Name: Love Dad Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5489,1; /* Love Daddy Hat */ + - Id: 16459 + AegisName: Queen_Ant_Diadem_Box + Name: Ant Queen Crown Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5689,1; /* Queen Ant Diadem */ + - Id: 16460 + AegisName: FQueen_Ant_Diadem_Box + Name: Ant Queen Crown Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5689,1; /* Queen Ant Diadem */ - Id: 16461 AegisName: Redwing_Hat_Box Name: Red Wing Hat Box @@ -39164,6 +42603,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39180,6 +42621,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39196,6 +42639,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39212,6 +42657,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39259,6 +42706,8 @@ Body: Name: Bunny Band Box Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_E_BUNNY_BAND_BOX); - Id: 16503 @@ -39652,6 +43101,38 @@ Body: EquipLevelMin: 1 Script: | getitem 5575,1; + - Id: 16573 + AegisName: Skull_Hood_Box + Name: Skull Hood Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5667,1; /* Skull Hood */ + - Id: 16574 + AegisName: F_Skull_Hood_Box + Name: Skull Hood Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5667,1; /* Skull Hood */ - Id: 16576 AegisName: Illusion_Nothing Name: Illusion Nothing @@ -39670,6 +43151,38 @@ Body: Weight: 10 Flags: UniqueId: true + - Id: 16580 + AegisName: Lacma_Box + Name: Lacma Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 13049,1; /* Lacma */ + - Id: 16581 + AegisName: F_Lacma_Box + Name: Lacma Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 13049,1; /* Lacma */ - Id: 16582 AegisName: Red_Bunny_Band_Box Name: Red Bunny Band Box @@ -39726,37 +43239,61 @@ Body: Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Script: | - getitem callfunc("F_Rand",5336,5337,5338,5346,5339,5474),1; + getgroupitem(IG_THOUGHTFUL_HAT_BOX); - Id: 16589 AegisName: F_Thoughtful_Hat_Box Name: Thoughtful Hat Box Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Script: | - getitem callfunc("F_Rand",5336,5337,5338,5346,5339,5474),1; + getgroupitem(IG_F_THOUGHTFUL_HAT_BOX); - Id: 16590 AegisName: E_Thoughtful_Hat_Box Name: Thoughtful Hat Box Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Script: | - getitem callfunc("F_Rand",5336,5337,5338,5346,5339,5474),1; + getgroupitem(IG_E_THOUGHTFUL_HAT_BOX); - Id: 16591 AegisName: Summer_Scroll2 Name: Overseas Care Package Remix XIII Mini Type: Cash Buy: 20 Weight: 100 + Flags: + Container: true Script: | getgroupitem(IG_SUMMER_SCROLL2); - - Id: 16598 - AegisName: Acti_Potion_Box2 - Name: Activation Potion Box II + - Id: 16592 + AegisName: Family_Hat_Box + Name: Family Hat Box Type: Cash - Buy: 10 + Buy: 20 + Weight: 10 + Script: | + getitem 5771,1; /* Family Hat */ + - Id: 16593 + AegisName: F_Family_Hat_Box + Name: Family Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5771,1; /* Family Hat */ + - Id: 16596 + AegisName: Helm_Of_Abyss_Box + Name: Helm of Abyss Box + Type: Cash + Buy: 20 Weight: 10 Trade: NoDrop: true @@ -39766,12 +43303,50 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getitem 5363,1; /* Helm Of Abyss */ + - Id: 16597 + AegisName: F_Helm_Of_Abyss_Box + Name: Helm of Abyss Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5363,1; /* Helm Of Abyss */ + - Id: 16598 + AegisName: Acti_Potion_Box2 + Name: Energizing Potion Box II + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_ACTI_POTION_BOX2); - Id: 16599 AegisName: F_Acti_Potion_Box2 Name: Energizing Potion Box II Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39824,6 +43399,14 @@ Body: Buy: 10 Script: | /* getitem drooping votto hat[1],1; */ + - Id: 16605 + AegisName: Tendrilion_Hat_Box + Name: Tendrilion Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 5780,1; /* Tendrilion Hat */ - Id: 16606 AegisName: F_Tendrilion_Hat_Box Name: Tendrilrion Hat Box @@ -39850,6 +43433,14 @@ Body: Weight: 10 Script: | getitem 5783,1; + - Id: 16621 + AegisName: Pink_Bunnyband_Box + Name: Pink Bunny Band Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 2214,1; /* Bunny Band */ - Id: 16622 AegisName: F_Pink_Bunnyband_Box Name: Pink Bunny Band Box @@ -39865,12 +43456,23 @@ Body: Buy: 10 Script: | getitem 5785,1; + - Id: 16624 + AegisName: F_Green_Bunnyrband_Box + Name: Green Bunnyband Box + Type: Cash + Buy: 20 + Weight: 10 + Script: | + getitem 2214,1; /* Bunny Band */ - Id: 16625 AegisName: Half_Asprika_Box - Name: Half Asprika Box7 + Name: Half Asprika Box 7days Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 47 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39880,7 +43482,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 2566,604800; + getgroupitem(IG_HALF_ASPRIKA_BOX); - Id: 16626 AegisName: Half_Megin_Box Name: Half Megin Box 7days @@ -39888,6 +43490,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 47 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39905,6 +43509,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 47 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39917,10 +43523,13 @@ Body: getgroupitem(IG_HALF_BRYSING_BOX); - Id: 16628 AegisName: Half_Brynhild_Box - Name: Half Brynhild Box - Type: Usable + Name: Half Brynhild Box 7days + Type: Cash Buy: 20 + Weight: 10 EquipLevelMin: 47 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39930,7 +43539,39 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 15023,604800; + getgroupitem(IG_HALF_BRYNHILD_BOX); + - Id: 16629 + AegisName: Granpeco_Hairband_Box + Name: Grand Peco Headdress Box + Type: Cash + Buy: 20 + Weight: 800 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5476,1; /* Grand Peco Hairband */ + - Id: 16630 + AegisName: F_Granpeco_Hairband_Box + Name: Grand Peco Headdress Box + Type: Cash + Buy: 20 + Weight: 800 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5476,1; /* Grand Peco Hairband */ - Id: 16631 AegisName: Aributa_Scroll Name: Aributa Scroll @@ -39939,6 +43580,12 @@ Body: Weight: 10 Flags: UniqueId: true + - Id: 16632 + AegisName: test_3 + Name: Closed Mind Box + Type: Usable +# Script: | +# /* TODO */ - Id: 16633 AegisName: Bubble_Gum_Plus_10Box Name: Bubble Gum Plus Box @@ -39955,6 +43602,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39971,6 +43620,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -39987,6 +43638,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40003,6 +43656,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40073,6 +43728,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40089,6 +43746,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40105,6 +43764,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40121,6 +43782,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40137,6 +43800,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40153,6 +43818,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40169,6 +43836,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40185,6 +43854,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40201,6 +43872,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40211,6 +43884,38 @@ Body: NoAuction: true Script: | getgroupitem(IG_F_RIBBON_OF_LIFE_BOX3); + - Id: 16650 + AegisName: F_Gemini_Diadem_Box + Name: Gemini Diadem Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5569,1; /* Gemini Diadem */ + - Id: 16651 + AegisName: F_Gemini_Crown_Box + Name: Gemini Crown Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5570,1; /* Gemini Crown */ - Id: 16652 AegisName: Flame_Light Name: Flame Light @@ -40242,10 +43947,11 @@ Body: - Id: 16655 AegisName: Rapid_Life_Water_Box Name: Rapid Life Potion 10 Box - Type: Cash - Buy: 10 + Type: Usable + Buy: 20 Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -40255,7 +43961,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12578,10; + getgroupitem(IG_RAPID_LIFE_WATER_BOX); - Id: 16656 AegisName: F_Rapid_Life_Water_Box Name: Rapid Life Potion Box(10) @@ -40274,6 +43980,22 @@ Body: NoAuction: true Script: | getgroupitem(IG_F_RAPID_LIFE_WATER_BOX); + - Id: 16657 + AegisName: Rapid_Life_Water_Box2 + Name: Rapid Life Water Box10 + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12578,10; /* Rapid Life Water */ - Id: 16658 AegisName: F_Rapid_Life_Water_Box2 Name: Rapid Water Box(10) @@ -40297,7 +44019,71 @@ Body: Buy: 20 Weight: 1 Script: | - getitem callfunc("F_Rand",5545,5549,5569,5581,5589,5599,5663,5677,5740,5745,5512,5514),1; + getgroupitem(IG_ZODIAC_DIADEM_PACK); + - Id: 16660 + AegisName: Auger_Of_Spirit_Box + Name: Spiritual Auger Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6396,1; /* Auger Of Spirit */ + - Id: 16661 + AegisName: F_Auger_Of_Spirit_Box + Name: Spiritual Auger Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6396,1; /* Auger Of Spirit */ + - Id: 16662 + AegisName: F_Aries_Diadem_Box + Name: Aries Diadem Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5545,1; /* Aries Diadem */ + - Id: 16663 + AegisName: F_Aries_Crown_Box + Name: Aries Crown Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5546,1; /* Aries Crown */ - Id: 16664 AegisName: Leo_Scroll Name: Leo Scroll @@ -40370,6 +44156,37 @@ Body: getitem 14532,10; if (!rand(10)) getitem callfunc("F_Rand",603,617),1; + - Id: 16671 + AegisName: Magic_Candy_Box10_2 + Name: Magic Candy Box(10) + Type: Usable + Buy: 20 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16672 + AegisName: F_Magic_Candy_Box10_2 + Name: Magic Candy Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 16673 AegisName: Libra_Scroll Name: Libra Scroll @@ -40404,7 +44221,7 @@ Body: Buy: 20 Weight: 10 Script: | - getitem callfunc("F_Rand",5546,5550,5570,5582,5588,5598,5662,5676,5739,5744,5513,5515),1; + getgroupitem(IG_ZODIAC_CROWN_PACK); - Id: 16677 AegisName: Vending_Scroll2_Box10 Name: Universal Catalog Gold 10 Box @@ -40493,15 +44310,14 @@ Body: NoAuction: true Script: | getgroupitem(IG_Boarding_Halter_Box); - /*rentitem 12622,604800;*/ - Id: 16683 AegisName: B_Halter_Box_30Days - Name: B Halter Box 30Days - Type: Usable + Name: Halter Lead 30 Day Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -40511,7 +44327,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12622,2592000; + getgroupitem(IG_B_HALTER_BOX_30DAYS); - Id: 16684 AegisName: Wing_Of_Fly_Box10 Name: Wing Of Fly Box10 @@ -40559,6 +44375,38 @@ Body: Container: true Script: | getgroupitem(IG_RWC2010_SuitcaseB); + - Id: 16689 + AegisName: Garuda_Hat_Box + Name: Garuda Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 18508,1; /* Garuda Hat */ + - Id: 16690 + AegisName: F_Garuda_Hat_Box + Name: Garuda Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 18508,1; /* Garuda Hat */ - Id: 16691 AegisName: Scorpio_Scroll Name: Scorpius Scroll @@ -40945,12 +44793,12 @@ Body: getitem 5242,1; - Id: 16740 AegisName: Ptotection_Seagod_Box - Name: The Sea God's Call 23 Hour Box - Type: Usable + Name: Seagod's Protection Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -40960,13 +44808,14 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 6436,86400; + getgroupitem(IG_PTOTECTION_SEAGOD_BOX); - Id: 16741 AegisName: Hairtail_Box1 - Name: Cutlass 1 Hour Box + Name: Hairtail Box(1hr) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -40978,14 +44827,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Hairtail_Box1);*/ - rentitem 1198,3600; + getgroupitem(IG_HAIRTAIL_BOX1); - Id: 16742 AegisName: Hairtail_Box2 - Name: Cutlass 7 Day Box + Name: Hairtail Box(7day) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -40997,14 +44846,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Hairtail_Box2);*/ - rentitem 1198,604800; + getgroupitem(IG_HAIRTAIL_BOX2); - Id: 16743 AegisName: Spearfish_Box1 - Name: Marlin 1 Hour Box + Name: Marlin Box(1hr) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41016,14 +44865,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Spearfish_Box1);*/ - rentitem 1489,3600; + getgroupitem(IG_SPEARFISH_BOX1); - Id: 16744 AegisName: Spearfish_Box2 - Name: Marlin 7 Day Box + Name: Marlin Box(7day) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41035,14 +44884,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Spearfish_Box2);*/ - rentitem 1489,604800; + getgroupitem(IG_SPEARFISH_BOX2); - Id: 16745 AegisName: Saurel_Box1 - Name: Pompano 1 Hour Box + Name: Saurel Box(1hr) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41054,14 +44903,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Saurel_Box1);*/ - rentitem 13068,3600; + getgroupitem(IG_SAUREL_BOX1); - Id: 16746 AegisName: Saurel_Box2 - Name: Pompano 7 Day Box + Name: Saurel Box(7day) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41073,14 +44922,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Saurel_Box2);*/ - rentitem 13068,604800; + getgroupitem(IG_SAUREL_BOX2); - Id: 16747 AegisName: Tuna_Box1 - Name: Tuna 1 Hour Box + Name: Tuna Box(1hr) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41092,14 +44941,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Tuna_Box1);*/ - rentitem 16016,3600; + getgroupitem(IG_TUNA_BOX1); - Id: 16748 AegisName: Tuna_Box2 - Name: Tuna 7 Day Box + Name: Tuna Box(7day) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41111,14 +44960,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Tuna_Box2);*/ - rentitem 16016,604800; + getgroupitem(IG_TUNA_BOX2); - Id: 16749 AegisName: Malang_Crab_Box1 - Name: Malangdo Crab 1 Hour Box + Name: Malangdo Crab Box(1hr) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41130,14 +44979,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Malang_Crab_Box1);*/ - rentitem 18107,3600; + getgroupitem(IG_MALANG_CRAB_BOX1); - Id: 16750 AegisName: Malang_Crab_Box2 - Name: Malangdo Crab 7 Day Box + Name: Malangdo Crab Box(7day) Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41149,14 +44998,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Malang_Crab_Box2);*/ - rentitem 18107,604800; + getgroupitem(IG_MALANG_CRAB_BOX2); - Id: 16751 AegisName: Brindle_Eel_Box1 - Name: Zebra Eel 1 Hour Box + Name: Spotty Eel Box1 Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41168,14 +45017,14 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Brindle_Eel_Box1);*/ - rentitem 18108,3600; + getgroupitem(IG_BRINDLE_EEL_BOX1); - Id: 16752 AegisName: Brindle_Eel_Box2 - Name: Zebra Eel 7 Day Box + Name: Spotty Eel Box2 Type: Usable Buy: 20 Weight: 10 + EquipLevelMin: 50 Flags: Container: true Trade: @@ -41187,8 +45036,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Brindle_Eel_Box2);*/ - rentitem 18108,604800; + getgroupitem(IG_BRINDLE_EEL_BOX2); - Id: 16753 AegisName: Unbreak_Weap_Box Name: Unbreakable Weapon Box @@ -41319,6 +45167,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41331,8 +45181,8 @@ Body: getgroupitem(IG_UMBALA_SPIRIT_BOX_7DAY); - Id: 16763 AegisName: Ptotection_Seagod_Box2 - Name: The Sea God's Call 7 Day Box - Type: Usable + Name: Seagod's Protection Box2 + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41346,12 +45196,11 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Ptotection_Seagod_Box2);*/ - rentitem 6436,604800; + getgroupitem(IG_PTOTECTION_SEAGOD_BOX2); - Id: 16764 AegisName: Ptotection_Seagod_Box3 - Name: The Sea God's Call 15 Day Box - Type: Usable + Name: Seagod's Protection Box3 + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41365,12 +45214,11 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Ptotection_Seagod_Box3);*/ - rentitem 6436,1209600; + getgroupitem(IG_PTOTECTION_SEAGOD_BOX3); - Id: 16765 AegisName: Octo_Hstick_Box - Name: Octopus Hunting Skewer 23 Hour Box - Type: Usable + Name: Octopus Hstick Box + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41384,12 +45232,11 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Octo_Hstick_Box);*/ - rentitem 6442,86400; + getgroupitem(IG_OCTO_HSTICK_BOX); - Id: 16766 AegisName: Octo_Hstick_Box2 - Name: Octopus Hunting Skewer 3 Day Box - Type: Usable + Name: Octopus Hstick Box2 + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41403,12 +45250,11 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Octo_Hstick_Box2);*/ - rentitem 6442,259200; + getgroupitem(IG_OCTO_HSTICK_BOX2); - Id: 16767 AegisName: Octo_Hstick_Box3 - Name: Octopus Hunting Skewer 7 Day Box - Type: Usable + Name: Octopus Hstick Box3 + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41422,12 +45268,11 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Octo_Hstick_Box3);*/ - rentitem 6442,604800; + getgroupitem(IG_OCTO_HSTICK_BOX3); - Id: 16770 AegisName: Silvervine_Fruit_Box10 Name: Silvervine 10 Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41441,13 +45286,11 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Silvervine_Fruit_Box10);*/ - getitem 6417,10; - getitem 12636,30; + getgroupitem(IG_SILVERVINE_FRUIT_BOX10); - Id: 16771 AegisName: Silvervine_Fruit_Box40 Name: Silvervine 40 Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: @@ -41461,9 +45304,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Silvervine_Fruit_Box40);*/ - getitem 6417,40; - getitem 12636,120; + getgroupitem(IG_SILVERVINE_FRUIT_BOX40); - Id: 16774 AegisName: Asgard_Scroll Name: Asgard Scroll @@ -41514,12 +45355,344 @@ Body: NoAuction: true Script: | getitem 12581,50; + - Id: 16778 + AegisName: C_Str_Dish_Box + Name: Steamed Tongue Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16779 + AegisName: C_Str_Dish_Box50 + Name: Steamed Tongue Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16780 + AegisName: C_Agi_Dish_Box + Name: Steamed Desert Scorpions Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16781 + AegisName: C_Agi_Dish_Box50 + Name: Steamed Desert Scorpions Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16782 + AegisName: C_Vit_Dish_Box + Name: Stew of Immortality Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16783 + AegisName: C_Vit_Dish_Box50 + Name: Stew of Immortality Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16784 + AegisName: C_Int_Dish_Box + Name: Dragon Breath Cocktail Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16785 + AegisName: C_Int_Dish_Box50 + Name: Dragon Breath Cocktail Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16786 + AegisName: C_Dex_Dish_Box + Name: Hwergelmir's Tonic Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16787 + AegisName: C_Dex_Dish_Box50 + Name: Hwergelmir's Tonic Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16788 + AegisName: C_Luk_Dish_Box + Name: Cooked Nine Tail's Tails Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16789 + AegisName: C_Luk_Dish_Box50 + Name: Cooked Nine Tail's Tails Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16790 + AegisName: C_Insurance_Package + Name: Life Insurrance Certificate Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_INSURANCE_PACKAGE); + - Id: 16791 + AegisName: C_Insurance_Package50 + Name: Life Insurrance Certificate Box(50) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_INSURANCE_PACKAGE50); + - Id: 16792 + AegisName: C_Kafra_Card_Box + Name: Kafra Card Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16793 + AegisName: C_Kafra_Card_Box50 + Name: Kafra Card Box(50) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 16794 AegisName: C_Giant_Fly_Wing_Box Name: Giant Flywing 500 Box Type: Cash Sell: 10 Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_GIANT_FLY_WING_BOX); + - Id: 16795 + AegisName: C_Giant_Fly_Wing_Box100 + Name: Giant Fly Wing Box(100) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_GIANT_FLY_WING_BOX100); + - Id: 16796 + AegisName: C_Siegfried_Box5 + Name: Token of Siegfried Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_SIEGFRIED_BOX5); + - Id: 16797 + AegisName: C_Siegfried_Box20 + Name: Token of Siegfried Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_SIEGFRIED_BOX20); + - Id: 16798 + AegisName: C_Convex_Mirror_Box5 + Name: Convex Mirror Box 5 + Type: Cash + Buy: 20 + Weight: 10 Trade: NoDrop: true NoTrade: true @@ -41529,8 +45702,389 @@ Body: NoMail: true NoAuction: true Script: | - getitembound 12212,500,Bound_Account; - getitembound 23919,1,Bound_Account; + getitem 12214,5; /* Convex Mirror */ + - Id: 16799 + AegisName: C_Convex_Mirror_Box30 + Name: Convex Mirror Box(30) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_CONVEX_MIRROR_BOX30); + - Id: 16800 + AegisName: C_Blessing_10_Box + Name: Blessing Scroll Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16801 + AegisName: C_Blessing_10_Box50 + Name: Blessing Scroll Box(50) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_BLESSING_10_BOX50); + - Id: 16802 + AegisName: C_Inc_Agi_10_Scroll_Box + Name: Increase Agility Scroll Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16803 + AegisName: C_Inc_Agi_10_Box50 + Name: Increase Agility Scroll Box(50) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_INC_AGI_10_BOX50); + - Id: 16804 + AegisName: C_Adrenaline_5_box + Name: Adrenaline Rush Scroll Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16805 + AegisName: C_Adrenaline_5_box50 + Name: Adrenaline Rush Scroll Box(50) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16806 + AegisName: C_Aspersio_5_Scroll_Box + Name: Aspersio Scroll Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16807 + AegisName: C_Aspersio_5_Box50 + Name: Aspersio Scroll Box(50) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_ASPERSIO_5_BOX50); + - Id: 16808 + AegisName: C_Battle_Manual_Box + Name: Battle Manual Box + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_BATTLE_MANUAL_BOX); + - Id: 16809 + AegisName: C_Battle_Manual_Box10 + Name: Battle Manual Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_BATTLE_MANUAL_BOX10); + - Id: 16810 + AegisName: C_Bubble_Gum_Box + Name: Bubble Gum Box + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_BUBBLE_GUM_BOX); + - Id: 16811 + AegisName: C_Bubble_Gum_Box10 + Name: Bubble Gum Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_BUBBLE_GUM_BOX10); + - Id: 16812 + AegisName: C_Megaphone_Box + Name: Megaphone Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 7040,1; /* Megaphone */ + - Id: 16813 + AegisName: C_Megaphone_Box10 + Name: Megaphone Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MEGAPHONE_BOX10); + - Id: 16814 + AegisName: C_Enriched_Elunium_Box + Name: Enriched Elunium Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_ENRICHED_ELUNIUM_BOX); + - Id: 16815 + AegisName: C_Enriched_Elunium_Box5 + Name: Enriched Elunium Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_ENRICHED_ELUNIUM_BOX5); + - Id: 16816 + AegisName: C_Enriched_Oridecon_Box + Name: Enriched Oridecon Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_ENRICHED_ORIDECON_BOX); + - Id: 16817 + AegisName: C_Enc_Oridecon_Box5 + Name: Enriched Oridecon Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_ENC_ORIDECON_BOX5); + - Id: 16818 + AegisName: C_Neuralizer_Box + Name: Neuralizer Box + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_NEURALIZER_BOX); + - Id: 16819 + AegisName: C_Abrasive_Box5 + Name: Abrasive Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14536,5; /* Abrasive */ + - Id: 16820 + AegisName: C_Abrasive_Box10 + Name: Abrasive Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_ABRASIVE_BOX10); - Id: 16821 AegisName: C_Dun_Tele_Scroll_Box5 Name: Dungeon Teleport Scroll Box(5) @@ -41559,6 +46113,58 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 16823 + AegisName: C_Max_Weight_Up_Box + Name: Gym Pass Box + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MAX_WEIGHT_UP_BOX); + - Id: 16824 + AegisName: C_Regeneration_Box5 + Name: Regeneration Potion Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14537,5; /* Regeneration Potion */ + - Id: 16825 + AegisName: C_Regeneration_Box10 + Name: Regeneration Potion Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_REGENERATION_BOX10); - Id: 16826 AegisName: Sagittarius_Scr_Box Name: Sagittarius Scr Box @@ -41569,6 +46175,174 @@ Body: Container: true Script: | getgroupitem(IG_Sagittarius_Scr_Box); + - Id: 16827 + AegisName: C_Small_Life_Potion_Box + Name: Small Life Potion Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14534,10; /* Small Life Potion */ + - Id: 16828 + AegisName: C_S_Life_Potion_Box50 + Name: Small Life Potion Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_S_LIFE_POTION_BOX50); + - Id: 16829 + AegisName: C_Med_Life_Potion_Box + Name: Medium Life Potion Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14535,10; /* Medium Life Potion */ + - Id: 16830 + AegisName: C_Med_Life_Potion_Box50 + Name: Medium Life Potion Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MED_LIFE_POTION_BOX50); + - Id: 16831 + AegisName: C_G_Illusion_Box5 + Name: Glass of Illusion Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14538,5; /* Glass of Illusion */ + - Id: 16832 + AegisName: C_G_Illusion_Box10 + Name: Glass of Illusion Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14538,10; /* Glass of Illusion */ + - Id: 16833 + AegisName: C_S_ArmorBox5 + Name: Shadow Armor Scroll Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14539,5; /* Shadow Armor Scroll */ + - Id: 16834 + AegisName: C_S_ArmorBox10 + Name: Shadow Armor Scroll Box(30) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_S_ARMORBOX10); + - Id: 16835 + AegisName: C_Holy_Armor_S_Box5 + Name: Holy Armor Scroll Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14540,5; /* Holy Armor Scroll */ + - Id: 16836 + AegisName: C_Holy_Armor_S_Box30 + Name: Holy Armor Scroll Box(30) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HOLY_ARMOR_S_BOX30); - Id: 16837 AegisName: C_Dun_Tele_Scroll2_Box5 Name: Dungeon Teleport Scroll II Box(5) @@ -41597,12 +46371,46 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 16839 + AegisName: C_Spark_Candy_Box5 + Name: Toktok Candy Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 529,5; /* Candy */ + - Id: 16840 + AegisName: C_Spark_Candy_Box10 + Name: Toktok Candy Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 529,10; /* Candy */ - Id: 16841 AegisName: C_Repair_Scroll_Box Name: Weapon Repair Scroll Box(5) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41619,6 +46427,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41631,7 +46441,25 @@ Body: getgroupitem(IG_C_REPAIR_SCROLL_BOX10); - Id: 16843 AegisName: C_New_Style_Box - Name: Beauty Gift Box + Name: Hairstyle Coupon Box + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_NEW_STYLE_BOX); + - Id: 16844 + AegisName: C_Alice_Scroll_Box5 + Name: Alice Summon Book Box(5) Type: Cash Buy: 20 Weight: 10 @@ -41643,14 +46471,168 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true +# Script: | +# /* TODO */ + - Id: 16845 + AegisName: C_Alice_Scroll_Box10 + Name: Alice Summon Book Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true Script: | - getitem 7622,1; + getgroupitem(IG_C_ALICE_SCROLL_BOX10); + - Id: 16846 + AegisName: C_Mimic_Scroll_Box5 + Name: Mimic Summon Book Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16847 + AegisName: C_Mimic_Scroll_Box10 + Name: Mimic Summon Book Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MIMIC_SCROLL_BOX10); + - Id: 16848 + AegisName: C_Disguise_Croll_Box5 + Name: Disguise Summon Book Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16849 + AegisName: C_Disguise_Croll_Box10 + Name: Disguise Summon Book Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_DISGUISE_CROLL_BOX10); + - Id: 16850 + AegisName: C_MP_Scroll_Box + Name: Mystical Amplification Scroll Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16851 + AegisName: C_MP_Scroll_Box50 + Name: Mystical Amplification Scroll Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MP_SCROLL_BOX50); + - Id: 16852 + AegisName: C_Quagmire_Scroll_Box + Name: Quake Scroll Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16853 + AegisName: C_Quagmire_Scroll_Box50 + Name: Quake Scroll Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 16854 AegisName: CCloth_Dye_Coupon_Box Name: Clothing Dye Box - Type: Cash + Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41660,10 +46642,28 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6046,1; + getgroupitem(IG_CCLOTH_DYE_COUPON_BOX); - Id: 16855 AegisName: CCloth_Dye_Coupon2_Box Name: Clothing Dye Orig Box + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CCLOTH_DYE_COUPON2_BOX); + - Id: 16856 + AegisName: C_Greed_Scroll_C20Box + Name: Greed Scroll Box(20) Type: Cash Buy: 20 Weight: 10 @@ -41676,13 +46676,133 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6047,1; + getitem 14529,20; /* Greed Scroll */ + - Id: 16857 + AegisName: C_Greed_Scroll_C50Box + Name: Greed Scroll Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14529,50; /* Greed Scroll */ + - Id: 16858 + AegisName: C_Mental_Potion20_Box + Name: Mental Potion Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14600,20; /* Mental Potion */ + - Id: 16859 + AegisName: C_Mental_Potion50_Box + Name: Mental Potion Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MENTAL_POTION50_BOX); + - Id: 16860 + AegisName: C_Tyr_Blessing_Box20 + Name: Tyr's Blessing Box(20) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14601,20; /* Tyr's Blessing */ + - Id: 16861 + AegisName: C_Tyr_Blessing_Box50 + Name: Tyr's Blessing Box(50) + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 14601,50; /* Tyr's Blessing */ + - Id: 16862 + AegisName: C_Job_Manual25_Box1 + Name: JOB Battle Manual Box + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_JOB_MANUAL25_BOX1); + - Id: 16863 + AegisName: C_Job_Manual25_Box10 + Name: JOB Battle Manual Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_JOB_MANUAL25_BOX10); - Id: 16864 AegisName: C_Siege_Scroll_Box1_10 Name: Siege Map Teleport Scroll Box(10) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41692,13 +46812,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14591,10; + getgroupitem(IG_C_SIEGE_SCROLL_BOX1_10); - Id: 16865 AegisName: C_Siege_Scroll_Box1_30 - Name: Siege Map Teleport Scroll Box(30) + Name: Siege Map Teleport Box(30) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41708,7 +46830,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14591,30; + getgroupitem(IG_C_SIEGE_SCROLL_BOX1_30); - Id: 16866 AegisName: C_Siege_Scroll_Box2_10 Name: Siege Map Teleport Scroll II Box(10) @@ -41731,6 +46853,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41740,7 +46864,185 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14591,30; + getgroupitem(IG_C_SIEGE_SCROLL_BOX2_30); + - Id: 16868 + AegisName: C_HD_Bradium_Box5 + Name: HD Bradium Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_BRADIUM_BOX5); + - Id: 16869 + AegisName: C_HD_Bradium_Box10 + Name: HD Bradium Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_BRADIUM_BOX10); + - Id: 16870 + AegisName: C_HD_Carnium_Box5 + Name: HD Cranium Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_CARNIUM_BOX5); + - Id: 16871 + AegisName: C_HD_Carnium_Box10 + Name: HD Cranium Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_CARNIUM_BOX10); + - Id: 16872 + AegisName: C_HD_Ori_Box5 + Name: HD Oridecon Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_ORI_BOX5); + - Id: 16873 + AegisName: C_HD_Ori_Box10 + Name: HD Oridecon Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_ORI_BOX10); + - Id: 16874 + AegisName: C_HD_Elu_Box5 + Name: HD Elunium Box(5) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_ELU_BOX5); + - Id: 16875 + AegisName: C_HD_Elu_Box10 + Name: HD Elunium Box(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_HD_ELU_BOX10); + - Id: 16876 + AegisName: C_Rapid_Life_Water_Box2 + Name: Rapid Life Potion Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_RAPID_LIFE_WATER_BOX2); + - Id: 16877 + AegisName: C_Magic_Candy_Box102 + Name: Magic Candy Box(10) + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 16878 AegisName: C_Umbala_Spirit_Box2 Name: Umbala Spirit Box @@ -41765,6 +47067,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41781,6 +47085,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41797,6 +47103,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41813,6 +47121,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41829,6 +47139,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41845,6 +47157,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41861,6 +47175,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41877,6 +47193,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41893,6 +47211,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41909,6 +47229,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41925,6 +47247,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41941,6 +47265,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41957,6 +47283,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41973,6 +47301,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -41989,6 +47319,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42023,6 +47355,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42039,6 +47373,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42055,6 +47391,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42071,6 +47409,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42088,6 +47428,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 50 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42105,6 +47447,8 @@ Body: Buy: 20 Weight: 10 EquipLevelMin: 35 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42121,6 +47465,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42137,6 +47483,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42153,6 +47501,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42169,6 +47519,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42185,6 +47537,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42201,6 +47555,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42217,6 +47573,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42233,6 +47591,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42249,6 +47609,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42265,6 +47627,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42281,6 +47645,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42297,6 +47663,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42313,6 +47681,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42329,6 +47699,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42345,6 +47717,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42361,6 +47735,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42377,6 +47753,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42393,6 +47771,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42409,6 +47789,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42419,12 +47801,30 @@ Body: NoAuction: true Script: | getgroupitem(IG_C_STUNNER_C_BOX); + - Id: 16920 + AegisName: C_Marriage_Covenant_Box + Name: Written Oath of Marriage Box + Type: Usable + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 16921 AegisName: C_Shooting_Star_C_Box Name: Shooting Star Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42441,6 +47841,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42457,6 +47859,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42473,6 +47877,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42489,6 +47895,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42505,6 +47913,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42521,6 +47931,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42537,6 +47949,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42553,6 +47967,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42569,6 +47985,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42585,6 +48003,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42601,6 +48021,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42617,6 +48039,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42633,6 +48057,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42649,6 +48075,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42665,6 +48093,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42681,6 +48111,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42697,6 +48129,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42713,6 +48147,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42729,6 +48165,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42745,6 +48183,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42761,6 +48201,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42777,6 +48219,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42793,6 +48237,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42809,6 +48255,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42825,6 +48273,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42841,6 +48291,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42857,6 +48309,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42873,6 +48327,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42889,6 +48345,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42905,6 +48363,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42921,6 +48381,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42937,6 +48399,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42953,6 +48417,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -42963,6 +48429,278 @@ Body: NoAuction: true Script: | getgroupitem(IG_C_BULGING_HEAD_BOX_1M); + - Id: 16955 + AegisName: P_Upg_Guard_Box + Name: Upgrade Guard Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2149,1; /* Upg Guard */ + - Id: 16956 + AegisName: C_Upg_Buckler_Box + Name: Upgrade Buckler Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2150,1; /* Upg Buckler */ + - Id: 16957 + AegisName: C_Upg_Shield_Box + Name: Upgrade Shield Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2151,1; /* Upg Shield */ + - Id: 16958 + AegisName: C_Upg_Shoes_Box + Name: Upgrade Shoes Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2459,1; /* Upg Shoes */ + - Id: 16959 + AegisName: C_Upg_Boots_Box + Name: Upgrade Boots Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2460,1; /* Upg Boots */ + - Id: 16960 + AegisName: C_Upg_Greave_Box + Name: Upgrade Greaves Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2460,1; /* Upg Boots */ + - Id: 16961 + AegisName: C_Upg_Hood_Box + Name: Upgrade Hood Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2561,1; /* Upg Hood */ + - Id: 16962 + AegisName: C_Upg_Muffler_Box + Name: Upgrade Muffler Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2562,1; /* Upg Muffler */ + - Id: 16963 + AegisName: C_Upg_Manteau_Box + Name: Upgrade Manteau Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2563,1; /* Upg Manteau */ + - Id: 16964 + AegisName: C_Upg_Clip_Box + Name: Upgrade Clip Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2828,1; /* Upg Clip */ + - Id: 16965 + AegisName: C_Upg_Adv_Suit_Box + Name: Upgrade Adventure Suit Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 16966 + AegisName: C_Upg_Coat_Box + Name: Upgrade Coat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 15016,1; /* Upg Coat */ + - Id: 16967 + AegisName: C_Upg_Saint_Robe_Box + Name: Upgrade Saint Robe Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 15017,1; /* Upg Saint Robe */ + - Id: 16968 + AegisName: C_Upg_Tights_Box + Name: Upgrade Tight Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 15018,1; /* Upg Tights */ + - Id: 16969 + AegisName: C_Upg_Thief_Cloth_Box + Name: Upgrade Thief Clothes Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 15019,1; /* Upg Thief Cloth */ + - Id: 16970 + AegisName: C_Upg_Mail_Box + Name: Upgrade Mail Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 15020,1; /* Upg Mail */ + - Id: 16971 + AegisName: C_Upg_Formal_Dress_Box + Name: Upgrade Formal Suit Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 15021,1; /* Upg Formal Dress */ - Id: 16972 AegisName: Weather_Report_Box Name: Weather Report Box @@ -42980,11 +48718,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Weather_Report_Box);*/ - getitem 19507,1; - getitem 19518,1; - getitem 19520,1; - getitem 19519,1; + getgroupitem(IG_WEATHER_REPORT_BOX); - Id: 16973 AegisName: Yellow_Hat_Box Name: Yellow Hat Box @@ -43005,7 +48739,7 @@ Body: getitem 19515,1; - Id: 16974 AegisName: Comin_Actor_Box - Name: Comin Actor Box + Name: "Costume: Old-Timey Box" Type: Usable Buy: 20 Weight: 10 @@ -43020,9 +48754,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Comin_Actor_Box);*/ - getitem 19514,1; - getitem 19521,1; + getgroupitem(IG_COMIN_ACTOR_BOX); - Id: 16975 AegisName: Singing_Bird_Box Name: Singing Bird Box @@ -43043,7 +48775,7 @@ Body: getitem 19516,1; - Id: 16976 AegisName: Hen_Set_Box - Name: Hen Set Box + Name: "Costume: Chicken Box" Type: Usable Buy: 20 Weight: 10 @@ -43058,9 +48790,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Hen_Set_Box);*/ - getitem 19513,1; - getitem 19517,1; + getgroupitem(IG_HEN_SET_BOX); - Id: 16977 AegisName: Red_Minicrown_Box Name: Red Minicrown Box @@ -43079,10 +48809,26 @@ Body: NoAuction: true Script: | getitem 19522,1; + - Id: 16978 + AegisName: C_Green_FoxtailBox + Name: Foxtail Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 18536,1; /* Foxtail */ - Id: 16979 AegisName: Silvervine_Fruit_Box4 Name: Silvervine 4 Box - Type: Usable + Type: Cash Buy: 20 Weight: 10 Flags: @@ -43096,9 +48842,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Silvervine_Fruit_Box4);*/ - getitem 6417,4; - getitem 12636,12; + getgroupitem(IG_SILVERVINE_FRUIT_BOX4); - Id: 16990 AegisName: Sagittar_Diadem_Scroll Name: Sagittar Diadem Scroll @@ -43140,10 +48884,11 @@ Body: - Id: 16995 AegisName: Old_Hat_Box Name: Old Hat Box - Type: Cash + Type: Usable Buy: 20 + Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43152,6 +48897,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_OLD_HAT_BOX); - Id: 16996 AegisName: Capri_Crown_Scroll Name: Capri Crown Scroll @@ -43174,11 +48921,12 @@ Body: getgroupitem(IG_Capri_Crown_Scroll_Box); - Id: 16998 AegisName: Archangel_Wing_Box - Name: Archangel Wings Box - Type: Usable + Name: Archangel Wing Box + Type: Cash + Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43188,7 +48936,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2573,1; + getgroupitem(IG_ARCHANGEL_WING_BOX); - Id: 16999 AegisName: Bravery_Bag_Box Name: Bravery Bag Box @@ -43329,7 +49077,7 @@ Body: getgroupitem(IG_Capricon_Di_Scroll_Box); - Id: 17013 AegisName: Malang_Woe_Encard_Box - Name: Malang Woe Encard Box + Name: Malangdo Woe Encard Box Type: Usable Buy: 20 Weight: 10 @@ -43344,9 +49092,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(IG_Malang_Woe_Encard_Box);*/ - getitem 16740,1; - getitem 16765,1; + getgroupitem(IG_MALANG_WOE_ENCARD_BOX); - Id: 17014 AegisName: Butterfly_ear_Box Name: Butterfly ear Box @@ -43555,12 +49301,12 @@ Body: getgroupitem(IG_Energetic_Pisces_Box); - Id: 17037 AegisName: Trans_Box_Devi - Name: Trans Box Devi - Type: Usable + Name: Transform Deviruchi 10pcs Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43570,15 +49316,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12658,10; + getgroupitem(IG_TRANS_BOX_DEVI); - Id: 17038 AegisName: Trans_Box_Ray_Arch - Name: Trans Box Ray Arch - Type: Usable + Name: Transform R Archer 10pcs Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43588,15 +49334,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12659,10; + getgroupitem(IG_TRANS_BOX_RAY_ARCH); - Id: 17039 AegisName: Trans_Box_Mavka - Name: Trans Box Mavka - Type: Usable + Name: Transform Mavke 10pcs Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43606,15 +49352,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12660,10; + getgroupitem(IG_TRANS_BOX_MAVKA); - Id: 17040 AegisName: Trans_Box_Marduk - Name: Trans Box Marduk - Type: Usable + Name: Transform Marduk 10pcs Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43624,15 +49370,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12661,10; + getgroupitem(IG_TRANS_BOX_MARDUK); - Id: 17041 AegisName: Trans_Box_Banshee - Name: Trans Box Banshee - Type: Usable + Name: Transform Banshee 10pcs Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43642,7 +49388,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12662,10; + getgroupitem(IG_TRANS_BOX_BANSHEE); - Id: 17042 AegisName: Trans_Box_Poring Name: Trans Box Poring @@ -43663,12 +49409,12 @@ Body: getitem 12663,10; - Id: 17043 AegisName: Trans_Box_Golem - Name: Trans Box Golem - Type: Usable + Name: Transform Golem 10pcs Box + Type: Cash Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -43678,7 +49424,39 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12664,10; + getgroupitem(IG_TRANS_BOX_GOLEM); + - Id: 17044 + AegisName: Donation_Ribbon_Box + Name: Green Ribbon Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5193,1; /* Green Ribbon */ + - Id: 17045 + AegisName: Korean_Judge_Hat_Box + Name: Judge Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5371,1; /* Judge Hat */ - Id: 17046 AegisName: Attend_C_Box Name: Attendance Costume Box @@ -43803,6 +49581,22 @@ Body: Weight: 10 Flags: UniqueId: true + - Id: 17065 + AegisName: Mbl_Taurus_Crown_Box + Name: Taurus Crown Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 17066 AegisName: Poison_Bottle_Box50 Name: Poison Bottle Box50 @@ -43832,8 +49626,7 @@ Body: Flags: UniqueId: true Script: | - getitem 7135,50; - getitem 7136,50; + getgroupitem(IG_ACIDBOMB_BOX50); - Id: 17069 AegisName: Acidbomb_Box100 Name: Acidbomb Box100 @@ -44179,11 +49972,12 @@ Body: getitem 21000,1; - Id: 17094 AegisName: Upg_Katar_Box2 - Name: Upg Katar Box - Type: Cash + Name: Upgrade Katar Box + Type: Usable Buy: 20 + Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44192,14 +49986,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_KATAR_BOX2); - Id: 17095 AegisName: Upg_Two_Handed_Axe_Box2 - Name: Upg Two-Hand Axe Box2 - Type: Cash + Name: Upgrade Two-Handed Axe Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44208,14 +50004,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_TWO_HANDED_AXE_BOX2); - Id: 17096 AegisName: Upg_Lance_Box2 - Name: Upg Lance Box2 - Type: Cash + Name: Upgrade Two-Handed Spear Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44224,14 +50022,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_LANCE_BOX2); - Id: 17097 AegisName: Upg_Book_Box2 - Name: Upg_Book_Box2 - Type: Cash + Name: Upgrade Book Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44240,14 +50040,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_BOOK_BOX2); - Id: 17098 AegisName: Upg_Staff_Box2 - Name: Upg_Staff_Box2 - Type: Cash + Name: Upgrade Two-Handed Staff Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44256,14 +50058,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_STAFF_BOX2); - Id: 17099 AegisName: Upg_Dagger_Box2 - Name: Upg_Dagger_Box2 - Type: Cash + Name: Upgrade Dagger Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44272,14 +50076,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_DAGGER_BOX2); - Id: 17100 AegisName: Upg_Revolver_Box2 - Name: Upg_Revolver_Box2 - Type: Cash + Name: Upgrade Revolver Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44288,14 +50094,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_REVOLVER_BOX2); - Id: 17101 AegisName: Upg_Mace_Box2 - Name: Upg_Mace_Box2 - Type: Cash + Name: Upgrade Mace Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44304,14 +50112,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_MACE_BOX2); - Id: 17102 AegisName: Upg_Bow_Box2 - Name: Upg_Bow_Box2 - Type: Cash + Name: Upgrade Bow Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44320,14 +50130,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_BOW_BOX2); - Id: 17103 AegisName: Upg_Twohand_Sword_Box2 - Name: Upg_Twohand_Sword_Box2 - Type: Cash + Name: Upgrade Two-Handed Sword Box + Type: Usable Buy: 20 Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44336,6 +50148,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_UPG_TWOHAND_SWORD_BOX2); - Id: 17104 AegisName: HD_Oridecon_50Box Name: HD Oridecon 50 Box @@ -44458,11 +50272,12 @@ Body: UniqueId: true - Id: 17118 AegisName: ASPD_Potion_Box10 - Name: ASPD Enhanced Potion Box - Type: Cash + Name: ASPD Intensifying Potion Box + Type: Usable Buy: 20 + Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44472,7 +50287,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12684,10; + getgroupitem(IG_ASPD_POTION_BOX10); - Id: 17120 AegisName: Taurus_Scroll Name: Taurus Scroll @@ -44688,6 +50503,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44704,6 +50521,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true Script: | @@ -44738,12 +50557,30 @@ Body: UniqueId: true Script: | getitem 18636,1; + - Id: 17153 + AegisName: Red_Booster_Box20 + Name: Red Booster Box20 + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12796,20; /* Red Booster */ - Id: 17154 AegisName: Red_Booster_Box20_2 Name: Red Booster Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44805,6 +50642,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44813,12 +50652,16 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHANGE_NAME_CARD_BOX); - Id: 17160 AegisName: Change_Name_Card_Box2 - Name: Character Name Change Card Box + Name: Name Change Card Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44827,12 +50670,15 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CHANGE_NAME_CARD_BOX2); - Id: 17162 AegisName: Boarding_Halter_Box7 Name: Boarding Halter Box7 Type: Cash Weight: 10 Flags: + Container: true UniqueId: true Trade: NoDrop: true @@ -44843,13 +50689,31 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12622,604800; + getgroupitem(IG_BOARDING_HALTER_BOX7); + - Id: 17163 + AegisName: Mystic_Powder_Box30 + Name: Mystic Powder Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12805,1; /* Mystic Powder */ - Id: 17164 AegisName: Mystic_Powder_Box30_2 Name: Mystic Powder Box Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44871,12 +50735,30 @@ Body: Script: | getgroupitem(IG_Challenge_Kit); /*getitem Blessing_10_Scroll,20; getitem Inc_Agi_10_Scroll,20;*/ + - Id: 17166 + AegisName: Hellomother_Hat_Box + Name: Arc Angeling Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5319,1; /* Hello Mother Hat */ - Id: 17171 AegisName: EC_Battle_Manual_Box Name: Battle Manual Box(10) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44893,6 +50775,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44909,6 +50793,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44925,6 +50811,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44941,6 +50829,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44953,11 +50843,12 @@ Body: getgroupitem(IG_GLOBAL_HAT_FES_BOX2); - Id: 17176 AegisName: Boarding_Halter_Box3 - Name: Halter Lead Box[Trial] + Name: Boarding Halter Box 3days Type: Cash Buy: 20 + Weight: 10 Flags: - UniqueId: true + Container: true Trade: NoDrop: true NoTrade: true @@ -44967,13 +50858,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12622,259200; + getgroupitem(IG_BOARDING_HALTER_BOX3); - Id: 17177 AegisName: Made_Dish_Box1 Name: "Assorted Cooking Box [Trail]" Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -44990,6 +50883,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45000,12 +50895,32 @@ Body: NoAuction: true Script: | getgroupitem(IG_MYSTERIOUS_WATER_BOX50); + - Id: 17179 + AegisName: C_Myst_Water_Box50 + Name: Mysterious Water Box50 + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_C_MYST_WATER_BOX50); - Id: 17180 AegisName: Mysterious_Water_Box50_ Name: Mysterious Life Potion Box(Girl) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45024,6 +50939,22 @@ Body: Weight: 10 Flags: UniqueId: true + - Id: 17182 + AegisName: Fallen_Angel_Wing_Box + Name: Fallen Angel Wings Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 2589,1; /* Fallen Angel Wing */ - Id: 17184 AegisName: 3rd_Test_Pass_Box Name: 3rd Test Pass Box @@ -45038,6 +50969,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45053,6 +50986,8 @@ Body: Name: RG Red Potion Box Type: Cash Weight: 400 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45068,6 +51003,8 @@ Body: Name: RG Blue Potion Box Type: Cash Weight: 900 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45083,6 +51020,8 @@ Body: Name: RG Golden Apple Slice Box Type: Cash Weight: 3000 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45098,6 +51037,8 @@ Body: Name: RG Golden Apple Box Type: Cash Weight: 3000 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45113,6 +51054,8 @@ Body: Name: RG Golden Potion Box Type: Cash Weight: 300 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45123,6 +51066,52 @@ Body: NoAuction: true Script: | getgroupitem(IG_GOLDEN_POTION_RG_BOX); + - Id: 17200 + AegisName: RG_Noble_Hat_Box + Name: RG Noble Hat Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 5469,1; /* Musketeer Hat */ + - Id: 17201 + AegisName: RG_Soft_Sheep_Hat_Box + Name: RG Soft Sheep Hat Box + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 18569,1; /* Soft Sheep Hat */ + - Id: 17202 + AegisName: Baksojin_Hat_Box + Name: Baksojin Hat Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 17203 AegisName: Free_Pass_Box Name: Free Pass Box @@ -45156,6 +51145,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45171,6 +51162,8 @@ Body: Name: Battle Manual Limit Box Type: Cash Buy: 20 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45231,6 +51224,22 @@ Body: Container: true Script: | getgroupitem(IG_Tw_Yellow_Scroll); + - Id: 17224 + AegisName: Almighty_Box + Name: Almighty Box + Type: Cash + Buy: 20 + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12883,10; /* Almighty */ - Id: 17226 AegisName: C_Center_Pot_Box Name: Infinite Concentration Potion @@ -45246,7 +51255,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12884,604800; + getgroupitem(IG_C_CENTER_POT_BOX); - Id: 17227 AegisName: C_Awakening_Pot_Box Name: Infinite Awakening Potion @@ -45262,7 +51271,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12885,604800; + getgroupitem(IG_C_AWAKENING_POT_BOX); - Id: 17228 AegisName: C_Berserk_Pot_Box Name: Infinite Berserk Potion @@ -45278,13 +51287,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12886,604800; + getgroupitem(IG_C_BERSERK_POT_BOX); - Id: 17229 AegisName: C_Wing_Of_Fly_Box - Name: Infinite Flywing Box + Name: Unlimited Fly Wing 7 Day Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45294,7 +51305,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12887,604800; + getgroupitem(IG_C_WING_OF_FLY_BOX); - Id: 17230 AegisName: Valerian_Scroll Name: Valerian Egg @@ -45306,10 +51317,12 @@ Body: getgroupitem(IG_Valerian_Scroll); - Id: 17231 AegisName: Refine_Ore_Box3 - Name: Refinement Ore Box - Type: Usable - Buy: 10 + Name: Refining Ore Box + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45319,14 +51332,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,1; - getitem 7620,1; + getgroupitem(IG_REFINE_ORE_BOX3); - Id: 17232 AegisName: Guarantee7_Box - Name: Refinement box(7) - Type: Usable - Buy: 10 + Name: Safe to 7 Certificate Box + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45336,8 +51350,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6230,1; - getitem 6234,1; + getgroupitem(IG_GUARANTEE7_BOX); - Id: 17233 AegisName: Scroll_Of_Death Name: Scroll Of Death @@ -45447,9 +51460,11 @@ Body: - Id: 17244 AegisName: Almighty_Box2 Name: Event Almighty Box - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45459,7 +51474,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12883,10; + getgroupitem(IG_ALMIGHTY_BOX2); - Id: 17245 AegisName: Idn_Independ_Scroll Name: Idn Independ Scroll @@ -45470,9 +51485,11 @@ Body: - Id: 17246 AegisName: HD_Elunium_Box30 Name: HD Elunium Box(30) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45482,13 +51499,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6241,30; + getgroupitem(IG_HD_ELUNIUM_BOX30); - Id: 17247 AegisName: HD_Oridecon_Box30 Name: HD Oridecon Box(30) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45498,7 +51517,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6240,30; + getgroupitem(IG_HD_ORIDECON_BOX30); - Id: 17251 AegisName: C_Wing_Of_Fly_3Day_Box Name: C Wing Of Fly 3Day Box @@ -45618,10 +51637,12 @@ Body: /*getitem Ex_Def_Potion,5; getitem RWC_Scroll_2012,1;*/ - Id: 17263 AegisName: C_Center_Pot_3d_Box - Name: Infinite Concentration Potion 3rd Box - Type: Usable - Buy: 10 + Name: 3 days Infinite Concentration Potion Box + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45631,13 +51652,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12884,259200; + getgroupitem(IG_C_CENTER_POT_3D_BOX); - Id: 17264 AegisName: C_Awakening_Pot_3d_Box - Name: Infinite Awakening Potion 3rd Box - Type: Usable - Buy: 10 + Name: 3 days Infinite Awakening Potion Box + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45647,13 +51670,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12885,259200; + getgroupitem(IG_C_AWAKENING_POT_3D_BOX); - Id: 17265 AegisName: C_Berserk_Pot_3d_Box - Name: Infinite Berserk Potion 3rd Box - Type: Usable - Buy: 10 + Name: 3 days Infinite Berserk Potion Box + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45663,13 +51688,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12886,259200; + getgroupitem(IG_C_BERSERK_POT_3D_BOX); - Id: 17266 AegisName: BM_Limit_Pack - Name: Limited Battle Manual Package - Type: Usable - Buy: 10 + Name: Battle Manual Limited Package + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45679,9 +51706,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 17263,1; - getitem 17264,1; - getitem 17265,1; + getgroupitem(IG_BM_LIMIT_PACK); - Id: 17270 AegisName: STR_Biscuit_Stick_Box Name: Bar Cookie Of Strength Box @@ -45792,6 +51817,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45804,10 +51831,12 @@ Body: getgroupitem(IG_Unlimited_Box); - Id: 17278 AegisName: Unlimited_10_Box - Name: Unlimited Box(10) + Name: Unlimited Set of 10 boxes Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45817,13 +51846,15 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_Unlimited_Box_10); + getgroupitem(IG_UNLIMITED_10_BOX); - Id: 17279 AegisName: Unlimited_20_Box Name: Unlimited 20 Set of Boxes Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45836,10 +51867,12 @@ Body: getgroupitem(IG_UNLIMITED_20_BOX); - Id: 17281 AegisName: Refine_Ore_Box4 - Name: Refinement Ore Box IV + Name: Refining Ore Box IV Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45849,15 +51882,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,5; - getitem 7620,5; - getitem 14627,1; + getgroupitem(IG_REFINE_ORE_BOX4); - Id: 17282 AegisName: Refine_Ore_Box4_Set10 - Name: Refinement Ore Box IV(10) + Name: Refining Ore Box IV (10) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45867,15 +51900,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,50; - getitem 7620,50; - getitem 14627,11; + getgroupitem(IG_REFINE_ORE_BOX4_SET10); - Id: 17283 AegisName: Refine_Ore_Box4_Set20 - Name: Refinement Ore Box IV(20) + Name: Refining Ore Box IV (20 Sets) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45885,9 +51918,22 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,100; - getitem 7620,100; - getitem 14627,23; + getgroupitem(IG_REFINE_ORE_BOX4_SET20); + - Id: 17284 + AegisName: E_Change_Name_Card_Box + Name: "Event: Change the name box" + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 17285 AegisName: E_New_Style_Box Name: Events Beauty Gift Box @@ -45906,11 +51952,43 @@ Body: NoAuction: true Script: | /*TODO*/ + - Id: 17286 + AegisName: E_Cloth_Dye_Coupon_Box + Name: "Event: Clothes Dye Coupon Box" + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 6046,1; /* Clothing Dye Coupon */ + - Id: 17287 + AegisName: E_Cloth_Dye_Coupon_Box2 + Name: "Event: Clothes Dye Coupon Box II" + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 17288 AegisName: Customizing_Box Name: Customization Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45937,7 +52015,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 14645,2592000; + getgroupitem(IG_WING_OF_BAALZEBUB_BOX); - Id: 17290 AegisName: Orleans_Full_Course_Box Name: Orleans Full Course Box @@ -45959,6 +52037,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45968,13 +52048,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",24018,24019,24020,24021,24022,24023,24024,24025,24026),1; + getgroupitem(IG_SHADOW_BOX); - Id: 17293 AegisName: Physical_S_Package Name: Shadow Physical Package Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -45984,13 +52066,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",24018,24019,24020,24024,24025,24026),1; + getgroupitem(IG_PHYSICAL_S_PACKAGE); - Id: 17294 AegisName: Magical_S_Package Name: Shadow Magical Package Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46000,13 +52084,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",24021,24022,24023,24024,24025,24026),1; + getgroupitem(IG_MAGICAL_S_PACKAGE); - Id: 17298 AegisName: Vigorgra_Package Name: Support Package Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46023,6 +52109,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46081,8 +52169,9 @@ Body: AegisName: Status_Reset_Coupon_Box Name: Status Reset Coupon Box Type: Cash - Buy: 10 - EquipLevelMin: 1 + Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46092,7 +52181,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",6720,6721),1; + getgroupitem(IG_STATUS_RESET_COUPON_BOX); - Id: 17307 AegisName: Midgard_Scroll Name: Midgard Egg @@ -46122,10 +52211,12 @@ Body: rentitem 15023,86400; - Id: 17314 AegisName: C_Wing_Of_Fly_1Day_Box - Name: Infinite Giant Fly Wing Box + Name: Unlimited Fly Wing 1 Day Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46135,13 +52226,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12212,86400; + getgroupitem(IG_C_WING_OF_FLY_1DAY_BOX); - Id: 17315 AegisName: Silvervine_Box10_ Name: Lucky Silvervine Fruit Box(10) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46151,13 +52244,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6417,10; + getgroupitem(IG_SILVERVINE_BOX10_); - Id: 17316 AegisName: Silvervine_Box110 Name: Lucky Silvervine Fruit Box(110) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46167,7 +52262,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6417,110; + getgroupitem(IG_SILVERVINE_BOX110); - Id: 17317 AegisName: Sweet_Midgard_Scroll Name: Sweet Midgard Egg @@ -46194,10 +52289,10 @@ Body: AegisName: 3_Life_Potion_pack Name: Three Master Package Type: Cash - Buy: 10 + Buy: 20 Weight: 10 - Classes: - All: false + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46207,17 +52302,15 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the items and rates*/ - getitem 14534,20; - getitem 14535,20; + getgroupitem(IG_3_LIFE_POTION_PACK); - Id: 17322 AegisName: 3_Life_Potion_10pack Name: Three Master Package(10) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 - Classes: - All: false + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46227,9 +52320,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the items and rates*/ - getitem 14534,200; - getitem 14535,200; + getgroupitem(IG_3_LIFE_POTION_10PACK); - Id: 17326 AegisName: Requiem_Scroll Name: Requiem Egg @@ -46247,6 +52338,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46263,6 +52356,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46306,6 +52401,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46315,15 +52412,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,5; - getitem 7620,5; - getitem 14696,1; + getgroupitem(IG_REFINE_ORE_BOX5); - Id: 17339 AegisName: Refine_Ore_Box5_Set10 Name: Ore Box V(10) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46333,17 +52430,17 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,50; - getitem 7620,50; - getitem 14696,11; + getgroupitem(IG_REFINE_ORE_BOX5_SET10); - Id: 17394 AegisName: Old_Hat_Box_ - Name: Event Old Headgear Box + Name: "[Event] Old Headgear Box" Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Script: | - /* TODO */ + getgroupitem(IG_OLD_HAT_BOX_); - Id: 17396 AegisName: Half_L_Maje_Box_1day Name: Half L Magestic Goat Box1 @@ -46604,8 +52701,10 @@ Body: AegisName: Shadow_Box3 Name: 11 Anniversary Shadow Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46615,13 +52714,15 @@ Body: NoMail: true NoAuction: true Script: | - /* getitem callfunc("F_Rand",Ritual's Flute (weapon, earrings, pendants), every risyeo's (shields, armor, shoes)),1; */ + getgroupitem(IG_SHADOW_BOX3); - Id: 17430 AegisName: 11th_S_Package Name: 11 Anniversary Shadow Package Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46631,7 +52732,7 @@ Body: NoMail: true NoAuction: true Script: | - /* getitem Ritual's Flute (weapon, earrings, pendants),1; getitem every risyeo's (shields, armor, shoes)),1; */ + getgroupitem(IG_11TH_S_PACKAGE); - Id: 17431 AegisName: Thanks_Giving_Scroll Name: Miracle Lucky Egg @@ -46647,8 +52748,10 @@ Body: AegisName: Silvervine_Box10_2 Name: Lucky Silvervine Fruit Box II(10) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46658,15 +52761,15 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(Lucky_Silvervine_Fruit_Box_II10);*/ - getitem 6417,10; - getitem 14705,1; + getgroupitem(IG_SILVERVINE_BOX10_2); - Id: 17433 AegisName: Silvervine_Box110_2 Name: Lucky Silvervine Fruit Box II(110) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46676,9 +52779,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getgroupitem(Lucky_Silvervine_Fruit_Box_II110);*/ - getitem 6417,110; - getitem 14705,11; + getgroupitem(IG_SILVERVINE_BOX110_2); - Id: 17435 AegisName: ID_Legend_hero_Scroll Name: Legend Hero Lucky Egg @@ -46690,6 +52791,42 @@ Body: Container: true Script: | getgroupitem(IG_Idn_Legend_Hero_Scroll); + - Id: 17438 + AegisName: 3_Life_Potion_pack2 + Name: Three Master Package II + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_3_LIFE_POTION_PACK2); + - Id: 17439 + AegisName: 3_Life_Potion_10pack2 + Name: Three Master Package II(10) + Type: Cash + Buy: 20 + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_3_LIFE_POTION_10PACK2); - Id: 17440 AegisName: LI_Change_Name_Box Name: Name Change Card Box @@ -46725,9 +52862,10 @@ Body: - Id: 17442 AegisName: LI_Empelium_Box Name: Emperium G Box - Type: Usable - Buy: 20 + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46737,13 +52875,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6444,1; + getgroupitem(IG_LI_EMPELIUM_BOX); - Id: 17443 AegisName: LI_Upg_Buckler_BOX Name: Reinforcement Buckler Box Type: Cash - Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46753,7 +52892,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2150,1; + getgroupitem(IG_LI_UPG_BUCKLER_BOX); - Id: 17447 AegisName: Blessing_Midgard_Scroll Name: Blessing Midgard Lucky Egg @@ -46767,9 +52906,10 @@ Body: - Id: 17449 AegisName: Biscuit_Stick_Set Name: Set Bar Cookies - Type: Usable - Buy: 10 + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46779,15 +52919,15 @@ Body: NoMail: true NoAuction: true Script: | - for (.@i = 14616; - .@i <= 14621; - .@i++) getitem .@i,1; + getgroupitem(IG_BISCUIT_STICK_SET); - Id: 17455 AegisName: Premium_Book_Box Name: Premium Battle Manual Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46797,13 +52937,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 22614,1; + getgroupitem(IG_PREMIUM_BOOK_BOX); - Id: 17456 AegisName: Vigorgra_Package_v2 Name: Support Package II Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46820,6 +52962,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46860,10 +53004,12 @@ Body: getgroupitem(IG_Winter_Midgard_Scroll); - Id: 17465 AegisName: Refine_Ore_Box6 - Name: Refinement Ore Box VI + Name: Refine Ore Box VI Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46873,15 +53019,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,5; - getitem 7620,5; - getitem 14718,1; + getgroupitem(IG_REFINE_ORE_BOX6); - Id: 17466 AegisName: Refine_Ore_Box6_Set10 - Name: Refinement Ore Box VI(10) + Name: Refine Ore Box VI 10 Set Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46891,9 +53037,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,50; - getitem 7620,50; - getitem 14718,11; + getgroupitem(IG_REFINE_ORE_BOX6_SET10); - Id: 17467 AegisName: C_Siegfried_Box50 Name: (Limited) Token of Ziegfried Box(50) @@ -46976,6 +53120,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -46992,6 +53138,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47004,10 +53152,12 @@ Body: getgroupitem(IG_Support_Package_III_10); - Id: 17474 AegisName: C_Wing_Of_Fly_5Day_Box - Name: Infinite Giant Fly Wing Box V + Name: Unlimited Fly Wing 5 Day Box Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47017,7 +53167,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12212,432000; + getgroupitem(IG_C_WING_OF_FLY_5DAY_BOX); - Id: 17475 AegisName: LC_Max_Weight_Up_10Box Name: (Limited)Gym Membership Card Box(10) @@ -47040,6 +53190,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47056,6 +53208,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47092,7 +53246,7 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_Costama_Egg21); + getgroupitem(IG_COSTAMA_EGG21); - Id: 17482 AegisName: Solaris_Festival_Scroll Name: Solaris Festival Scroll @@ -47109,6 +53263,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47125,6 +53281,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47147,10 +53305,12 @@ Body: getgroupitem(IG_Time_Travel_Scroll); - Id: 17491 AegisName: Refine_Ore_Box7 - Name: Refinement Ore Box VII + Name: Smelting Ore Box VII Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47160,15 +53320,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,5; - getitem 7620,5; - getitem 4482,1; + getgroupitem(IG_REFINE_ORE_BOX7); - Id: 17492 AegisName: Refine_Ore_Box7_Set10 - Name: Refinement Ore Box VII(10) + Name: Smelting Ore Box VII(10) Type: Cash - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47178,9 +53338,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,50; - getitem 7620,50; - getitem 4482,11; + getgroupitem(IG_REFINE_ORE_BOX7_SET10); - Id: 17493 AegisName: Costama_Egg23 Name: Burning Feather Costume Scroll @@ -47214,6 +53372,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47230,6 +53390,8 @@ Body: Type: Cash Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47260,9 +53422,11 @@ Body: - Id: 17498 AegisName: 3_Life_Potion_pack4 Name: Three Master Package IV - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47272,16 +53436,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14534,20; - getitem 14535,20; - getitem 12578,20; - getitem 22812,1; + getgroupitem(IG_3_LIFE_POTION_PACK4); - Id: 17499 AegisName: 3_Life_Potion_10pack4 Name: Three Master Package IV(10) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47291,16 +53454,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14534,200; - getitem 14535,200; - getitem 12578,200; - getitem 22812,11; + getgroupitem(IG_3_LIFE_POTION_10PACK4); - Id: 17501 AegisName: Vigorgra_Package_v4 Name: Support Package IV - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47310,19 +53472,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12208,2; - getitem 12210,2; - getitem 12883,2; - getitem 14600,2; - /*getitem Mysterious Water of Life,6;*/ - if (!rand(100)) - getitem 22823,1; + getgroupitem(IG_VIGORGRA_PACKAGE_V4); - Id: 17502 AegisName: Vigorgra_Package_Set_V4 Name: Support Package IV(10) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47332,19 +53490,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12208,20; - getitem 12210,20; - getitem 12883,20; - getitem 14600,20; - /*getitem Mysterious Water of Life,60;*/ - if (!rand(100)) - getitem 22823,11; + getgroupitem(IG_VIGORGRA_PACKAGE_SET_V4); - Id: 17507 AegisName: Nyangvine_Box4 - Name: Actinidia Cat Fruit Box(4) - Type: Usable - Buy: 10 + Name: Kit Costume Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47354,13 +53507,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6909,4; + getgroupitem(IG_NYANGVINE_BOX4); - Id: 17508 AegisName: Nyangvine_Box10 - Name: Actinidia Cat Fruit Box(10) - Type: Usable - Buy: 10 + Name: Kitcoin Purse + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47370,13 +53524,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6909,10; + getgroupitem(IG_NYANGVINE_BOX10); - Id: 17509 AegisName: Nyangvine_Box40 - Name: Actinidia Cat Fruit Box(40) - Type: Usable - Buy: 10 + Name: Nyangvine 40 Box + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47386,13 +53541,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6909,40; + getgroupitem(IG_NYANGVINE_BOX40); - Id: 17510 AegisName: Refine_Ore_Box8 Name: Smelting Ore Box VIII - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47402,15 +53559,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,5; - getitem 7620,5; - getitem 22828,1; + getgroupitem(IG_REFINE_ORE_BOX8); - Id: 17511 AegisName: Refine_Ore_Box8_Set10 Name: Smelting Ore Box VIII(10) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47420,15 +53577,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,50; - getitem 7620,50; - getitem 22828,11; + getgroupitem(IG_REFINE_ORE_BOX8_SET10); - Id: 17512 AegisName: LI_HD_Elunium_Box30 - Name: (Limited) Purified Eluminium Box(30) - Type: Usable - Buy: 10 + Name: (Limited)Purified Eluminium Box(30) + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47438,14 +53595,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6911,30; - getitem 6635,1; + getgroupitem(IG_LI_HD_ELUNIUM_BOX30); - Id: 17513 AegisName: LI_HD_Oridecon_Box30 - Name: (Limited) Purified Oridecon Box(30) - Type: Usable - Buy: 10 + Name: (Limited)Purified Oridecon Box(30) + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47455,14 +53613,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6910,30; - getitem 6635,1; + getgroupitem(IG_LI_HD_ORIDECON_BOX30); - Id: 17515 AegisName: Unlimited_Box3 Name: Unlimited Box III - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47472,16 +53631,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12684,5; - getitem 12796,10; - if (!rand(30)) - getitem 14758,1; + getgroupitem(IG_UNLIMITED_BOX3); - Id: 17516 AegisName: Unlimited_10_Box3 Name: Unlimited Box III(10) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47491,10 +53649,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12684,50; - getitem 12796,100; - if (!rand(30)) - getitem 14758,11; + getgroupitem(IG_UNLIMITED_10_BOX3); - Id: 17517 AegisName: Costama_Egg28 Name: Animal Costume Scroll @@ -47524,9 +53679,10 @@ Body: - Id: 17520 AegisName: Limit_Manual_Box Name: Limited Edition Manual Box - Type: Usable - Buy: 10 + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47536,14 +53692,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14765,3; - /*getitem (limited edition battle manual),2;*/ + getgroupitem(IG_LIMIT_MANUAL_BOX); - Id: 17521 AegisName: 3_Life_Potion_pack5 Name: Three Master Package V - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47553,16 +53710,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14534,20; - getitem 14535,20; - /*getitem Mysterious Water of Life,20;*/ - getitem 22842,1; + getgroupitem(IG_3_LIFE_POTION_PACK5); - Id: 17522 AegisName: 3_Life_Potion_10pack5 Name: Three Master Package V(10) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47572,10 +53728,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14534,200; - getitem 14535,200; - /*getitem Mysterious Water of Life,200;*/ - getitem 22842,11; + getgroupitem(IG_3_LIFE_POTION_10PACK5); - Id: 17523 AegisName: Costama_Egg29 Name: Mystical Costume Scroll @@ -47596,9 +53749,11 @@ Body: - Id: 17524 AegisName: Limit_Power_Booster_Box Name: Limited Power Booster Box - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47608,14 +53763,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14766,1; - getitem 22873,1; + getgroupitem(IG_LIMIT_POWER_BOOSTER_BOX); - Id: 17525 AegisName: Limit_Power_Booster100 Name: Limited Power Booster Box(100) - Type: Usable - Buy: 10 + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47625,8 +53781,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 14766,100; - getitem 22873,11; + getgroupitem(IG_LIMIT_POWER_BOOSTER100); - Id: 17526 AegisName: Majestic_Lucky_Scroll Name: Majestic Lucky Egg @@ -47638,10 +53793,11 @@ Body: getgroupitem(IG_Majestic_Lucky_Scroll); - Id: 17527 AegisName: Nyangvine_Box200 - Name: Actinidia Cat Fruit Box(200) - Type: Usable - Buy: 10 + Name: Silvervine Cat Fruit Box(200) + Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47651,9 +53807,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 6909,200; - getitem 12636,rand(1,5); - /*TODO: Fix the 12636 amount*/ + getgroupitem(IG_NYANGVINE_BOX200); - Id: 17532 AegisName: Blessing_Lucky_Scroll Name: Blessing Lucky Egg @@ -47665,10 +53819,12 @@ Body: getgroupitem(IG_Blessing_Lucky_Scroll); - Id: 17544 AegisName: Refine_Ore_Box9 - Name: Smelting Ore Box IX - Type: Usable - Buy: 10 + Name: Refining Ore Box IX + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47678,15 +53834,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,5; - getitem 7620,5; - getitem 22888,1; + getgroupitem(IG_REFINE_ORE_BOX9); - Id: 17545 AegisName: Refine_Ore_Box9_Set10 - Name: Smelting Ore Box IX(10) - Type: Usable - Buy: 10 + Name: Refining Ore Box IX (10) + Type: Cash + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47696,9 +53852,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 7619,50; - getitem 7620,50; - getitem 22888,11; + getgroupitem(IG_REFINE_ORE_BOX9_SET10); - Id: 17547 AegisName: 2015LI_NeuralizerBox Name: (Limited)2015 Neuralizer Box @@ -47778,6 +53932,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47787,14 +53943,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 23899,10; - getitem 22902,1; + getgroupitem(IG_ALMIGHTY_BOX4); - Id: 17568 AegisName: Almighty100_Box2 Name: Event Almighty Box(100) Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47804,14 +53961,15 @@ Body: NoMail: true NoAuction: true Script: | - getitem 23899,100; - getitem 22902,11; + getgroupitem(IG_ALMIGHTY100_BOX2); - Id: 17569 AegisName: Dun_Voucher_Box1 Name: Sky Fortress Ticket 1 Hour Box Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47821,13 +53979,15 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 14506,3600; + getgroupitem(IG_DUN_VOUCHER_BOX1); - Id: 17570 AegisName: Dun_Voucher_Box2 Name: Sky Fortress Ticket 3 Hours Box Type: Usable Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47837,7 +53997,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 14506,10800; + getgroupitem(IG_DUN_VOUCHER_BOX2); - Id: 17572 AegisName: Erzulie_Lucky_Scroll Name: Erzulie Lucky Egg @@ -47853,6 +54013,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47869,6 +54031,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47885,6 +54049,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47901,6 +54067,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47917,6 +54085,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47933,6 +54103,8 @@ Body: Type: Cash Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47957,6 +54129,8 @@ Body: Name: Smelting Ore Box X Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47972,6 +54146,8 @@ Body: Name: Smelting Ore Box X (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -47996,6 +54172,8 @@ Body: Name: Edward Zonda Service Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48011,6 +54189,8 @@ Body: Name: Elysee Zonda Owner EX Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48026,6 +54206,8 @@ Body: Name: Cheer Up Package V Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48041,6 +54223,8 @@ Body: Name: Cheer Up Package V (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48065,6 +54249,8 @@ Body: Name: Endless Greed Scroll Box (1h) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48080,6 +54266,8 @@ Body: Name: Infinite Cat's Hand Ticket Box(1 day) Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_CATPAW_1DAY_BOX); - Id: 17601 @@ -48087,6 +54275,8 @@ Body: Name: Unlimited Box IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48102,6 +54292,8 @@ Body: Name: Unlimited Box IV (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48126,6 +54318,8 @@ Body: Name: Infinite Giant Fly Wing Box 1Day Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_GIANT_FLY_1DAY_BOX); - Id: 17609 @@ -48133,6 +54327,8 @@ Body: Name: Refine Ore Box XI Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48148,6 +54344,8 @@ Body: Name: Refine Ore Box XI(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48172,6 +54370,8 @@ Body: Name: Three Master Package VII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48187,6 +54387,8 @@ Body: Name: Three Master Package VII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48211,6 +54413,8 @@ Body: Name: Almighty Plus Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48226,6 +54430,8 @@ Body: Name: Almighty Plus Box(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48250,6 +54456,8 @@ Body: Name: Limited Power Booster Box 2 Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48265,6 +54473,8 @@ Body: Name: Limited Power Booster Box 2 (100) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48280,6 +54490,8 @@ Body: Name: Halter Lead Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48312,6 +54524,8 @@ Body: Name: Refining Ore Box XII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48327,6 +54541,8 @@ Body: Name: Refining Ore Box XII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48359,6 +54575,8 @@ Body: Name: Cheer Up Plus Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48374,6 +54592,8 @@ Body: Name: Cheer Up Plus Package (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48406,6 +54626,8 @@ Body: Name: Three Master Package VIII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48421,6 +54643,8 @@ Body: Name: Three Master Package VIII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48453,6 +54677,8 @@ Body: Name: Unlimited Box V Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48468,6 +54694,8 @@ Body: Name: Ultimate Box V (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48500,6 +54728,8 @@ Body: Name: Refining Ore Box XIII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48515,6 +54745,8 @@ Body: Name: Refining Ore Box XIII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48530,6 +54762,8 @@ Body: Name: HD Refining Ore Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48562,6 +54796,8 @@ Body: Name: Lucky Silvervine Cat Fruit Box II (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48577,6 +54813,8 @@ Body: Name: Lucky Silvervine Cat Fruit Box II (100) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48587,11 +54825,30 @@ Body: NoAuction: true Script: | getgroupitem(IG_NYANGVINE_BOX100_2); + - Id: 17689 + AegisName: AID_Buff_Box + Name: Premium Buff Box + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_AID_BUFF_BOX); - Id: 17690 AegisName: Vigorgra_Plus_Package2 Name: Cheer Up Plus Package II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48607,6 +54864,8 @@ Body: Name: Cheer Up Plus Package II (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48639,6 +54898,8 @@ Body: Name: Three Master Package IX Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48654,6 +54915,8 @@ Body: Name: Three Master Package IX (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48669,6 +54932,8 @@ Body: Name: Refining Ore Box XIV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48684,6 +54949,8 @@ Body: Name: Refining Ore Box XIV (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48699,6 +54966,8 @@ Body: Name: HD Refining Ore Box II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48714,6 +54983,8 @@ Body: Name: Almighty Plus Box II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48729,6 +55000,8 @@ Body: Name: Almighty Plus Box II (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48744,6 +55017,8 @@ Body: Name: Defense Scroll Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48759,6 +55034,8 @@ Body: Name: Defense Scroll Box(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48774,6 +55051,8 @@ Body: Name: Limited Power Booster 3 Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48789,6 +55068,8 @@ Body: Name: Limited Power Booster 3 (100) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48804,6 +55085,8 @@ Body: Name: HD Refine Ore Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48819,6 +55102,8 @@ Body: Name: Refine Ore XV Box(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48834,6 +55119,8 @@ Body: Name: Refine Ore XV Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48849,6 +55136,8 @@ Body: Name: HD Refine Ore Box III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48864,6 +55153,8 @@ Body: Name: Cheer Up Plus Package III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48879,6 +55170,8 @@ Body: Name: Cheer Up Plus Package III (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48894,6 +55187,8 @@ Body: Name: Infinite Cat's Hand Ticket Box(7 days) Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_CATPAW_7DAY_BOX); - Id: 17774 @@ -48901,6 +55196,8 @@ Body: Name: Almighty Plus Box III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48916,6 +55213,8 @@ Body: Name: Almighty Plus Box III (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48931,6 +55230,8 @@ Body: Name: Three Master Package X Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48946,6 +55247,8 @@ Body: Name: Three Master Package X (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48976,6 +55279,8 @@ Body: Name: Unlimited Box VI (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -48991,6 +55296,8 @@ Body: Name: Unlimited Box VI Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49006,6 +55313,8 @@ Body: Name: Refining Ore Box XVI Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49021,6 +55330,8 @@ Body: Name: Refining Ore Box XVI (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49036,6 +55347,8 @@ Body: Name: HD Refining Ore Box IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49051,6 +55364,8 @@ Body: Name: HD Refine Ore Box II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49066,6 +55381,8 @@ Body: Name: Defense Scroll Box II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49081,6 +55398,8 @@ Body: Name: Defense Scroll Box II (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49096,6 +55415,8 @@ Body: Name: Three Master Package XI Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49111,6 +55432,8 @@ Body: Name: Three Master Package XI (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49126,6 +55449,8 @@ Body: Name: 2017 Ragnarok RTC Participaton Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49142,6 +55467,8 @@ Body: Name: Refining Ore Box XVII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49157,6 +55484,8 @@ Body: Name: Refining Ore Box XVII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49172,6 +55501,8 @@ Body: Name: HD Refining Ore Box V Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49187,6 +55518,8 @@ Body: Name: HD Refine Ore Box III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49202,6 +55535,8 @@ Body: Name: Infinity Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49217,6 +55552,8 @@ Body: Name: Infinity Box(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49239,6 +55576,8 @@ Body: Name: New Cheer Up Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49254,6 +55593,8 @@ Body: Name: New Cheer Up Package (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49269,6 +55610,8 @@ Body: Name: Limited Power Booster IV (100) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49284,6 +55627,8 @@ Body: Name: Limited Power Booster IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49299,6 +55644,8 @@ Body: Name: G-STAR 2017 Ragnarok Memorial Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49313,6 +55660,8 @@ Body: AegisName: Zero_Merchant_Bell_Box Name: Tool Dealer Bell Box Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49327,6 +55676,8 @@ Body: AegisName: Zero_Kafra_Bell_Box Name: Kafra Storage Bell Box Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49342,6 +55693,8 @@ Body: Name: Refining Ore Box XVIII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49357,6 +55710,8 @@ Body: Name: Refining Ore Box XVIII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49372,6 +55727,8 @@ Body: Name: HD Refining Ore Box VI Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49387,6 +55744,8 @@ Body: Name: HD Refine Ore Box IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49402,6 +55761,8 @@ Body: Name: New Three Master Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49417,6 +55778,8 @@ Body: Name: New Three Master Package (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49432,6 +55795,8 @@ Body: Name: Lucky Silvervine Cat Fruit Box III (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49447,6 +55812,8 @@ Body: Name: Lucky Silvervine Cat Fruit Box III (100) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49462,6 +55829,8 @@ Body: Name: Almighty Plus Box IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49477,6 +55846,8 @@ Body: Name: Almighty Plus Box IV (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49492,6 +55863,8 @@ Body: Name: Refining Ore Box XIX (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49507,6 +55880,8 @@ Body: Name: Refining Ore Box XIX Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49522,6 +55897,8 @@ Body: Name: HD Refining Ore Box VII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49537,6 +55914,8 @@ Body: Name: HD Refine Ore Box V Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49552,6 +55931,8 @@ Body: Name: Defense Scroll Box III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49567,6 +55948,8 @@ Body: Name: Defense Scroll Box III (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49582,6 +55965,8 @@ Body: Name: Three Master Package XII Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49597,6 +55982,8 @@ Body: Name: Three Master Package XII (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49612,6 +55999,8 @@ Body: Name: Infinity Box II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49627,6 +56016,8 @@ Body: Name: Infinity Box II 10 sets # !todo check english name Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49642,6 +56033,8 @@ Body: Name: Cheer Up Package (10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49657,6 +56050,8 @@ Body: Name: Cheer Up Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49672,6 +56067,8 @@ Body: Name: Life Potion Sampler 10 Crate Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49681,15 +56078,14 @@ Body: NoMail: true NoAuction: true Script: | - getitembound 12832,100,Bound_Account; - getitem 14534,100; - getitem 14535,100; - getitembound 23919,11,Bound_Account; + getgroupitem(IG_A_3_LIFE_POTION_10PACK); - Id: 17972 AegisName: A_3_Life_Potion_pack Name: Life Potion Sampler Crate Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49699,15 +56095,14 @@ Body: NoMail: true NoAuction: true Script: | - getitembound 12832,10,Bound_Account; - getitem 14534,10; - getitem 14535,10; - getitembound 23919,1,Bound_Account; + getgroupitem(IG_A_3_LIFE_POTION_PACK); - Id: 17973 AegisName: A_Almighty100_Box Name: Almighty package 10set Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49723,6 +56118,8 @@ Body: Name: Almighty package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49738,6 +56135,8 @@ Body: Name: Enriched ore package 10 set Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49753,6 +56152,8 @@ Body: Name: Enriched ore package set Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49768,6 +56169,8 @@ Body: Name: HD ore package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49783,6 +56186,8 @@ Body: Name: High density ore package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49798,6 +56203,8 @@ Body: Name: Limit Power Booster Package 10 set Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49813,6 +56220,8 @@ Body: Name: LimitPowerBooster package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49828,6 +56237,8 @@ Body: Name: Infinity Drink 200 Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49837,13 +56248,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 23475,200; - getitembound 23919,11,Bound_Account; + getgroupitem(IG_A_INFINITY_10_BOX); - Id: 17982 AegisName: A_Infinity_Box Name: Infinity Drink 20 Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49853,13 +56265,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 23475,20; - getitembound 23919,1,Bound_Account; + getgroupitem(IG_A_INFINITY_BOX); - Id: 17983 AegisName: A_DEF_Scroll_Box_Set Name: Defense Scroll Box(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49875,6 +56288,8 @@ Body: Name: Defense Scroll Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49890,6 +56305,8 @@ Body: Name: Unlimited Box(10) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49905,6 +56322,8 @@ Body: Name: Unlimited Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49915,6 +56334,23 @@ Body: NoAuction: true Script: | getgroupitem(IG_A_UNLIMITED_BOX); + - Id: 17999 + AegisName: Inventory_Ex_Box + Name: Inventory Expansion Voucher Box(1) + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_INVENTORY_EX_BOX); - Id: 22507 AegisName: ShabbyOldScroll Name: Old Scroll @@ -49946,8 +56382,10 @@ Body: AegisName: WolfKing_Scroll Name: King Wolf Scroll Type: Usable - Buy: 10 + Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49957,8 +56395,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO, confirm the rates*/ - getitem callfunc("F_Rand",6635,19598,5658,6238,6239),1; + getgroupitem(IG_WOLFKING_SCROLL); - Id: 22511 AegisName: Fenrir_Card__ Name: Fenrir's Power Scroll @@ -49978,8 +56415,10 @@ Body: AegisName: Kings_Gift Name: King of Gift Box Type: Usable - Buy: 10 + Buy: 20 Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -49989,8 +56428,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO, confirm the rates*/ - getitem callfunc("F_Rand",12817,4403,14512),1; + getgroupitem(IG_KINGS_GIFT); - Id: 22514 AegisName: Candy_Holder Name: Candy Holder @@ -50000,13 +56438,13 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Candy_Holder,1); - getrandgroupitem(IG_Candy_Holder,1); - getrandgroupitem(IG_Candy_Holder,1); + getgroupitem(IG_Candy_Holder); + getgroupitem(IG_Candy_Holder); + getgroupitem(IG_Candy_Holder); - Id: 22515 AegisName: Key_Of_Twisted_Time Name: Twisted Key of Time - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 300 Script: | @@ -50047,10 +56485,11 @@ Body: getgroupitem(IG_Idn_Wisdom_Egg); - Id: 22521 AegisName: 80LVUP - Name: Level Up Box - Type: Cash - Buy: 10 + Name: Level Up Box (80) + Type: Usable EquipLevelMin: 80 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50061,13 +56500,15 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO*/ + getgroupitem(IG_80LVUP); - Id: 22522 AegisName: 100LVUP Name: Level Up Box(100) Type: Cash Buy: 10 EquipLevelMin: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50085,6 +56526,8 @@ Body: Type: Cash Buy: 10 EquipLevelMin: 120 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50102,6 +56545,8 @@ Body: Type: Cash Buy: 10 EquipLevelMin: 130 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50119,6 +56564,8 @@ Body: Type: Cash Buy: 10 EquipLevelMin: 140 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50136,6 +56583,8 @@ Body: Type: Cash Buy: 10 EquipLevelMin: 150 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50153,6 +56602,8 @@ Body: Type: Cash Buy: 10 EquipLevelMin: 160 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50185,7 +56636,7 @@ Body: - Id: 22529 AegisName: Shadow_Mix_Recipe Name: Shadow Exchange SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -50219,10 +56670,9 @@ Body: - Id: 22533 AegisName: New_Year_Gift_Box Name: New Year Gift Box - Type: Cash - Buy: 10 - Weight: 200 - EquipLevelMin: 1 + Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50233,7 +56683,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO*/ + getgroupitem(IG_NEW_YEAR_GIFT_BOX); - Id: 22534 AegisName: Closedmind_Box Name: Closed Mind Box @@ -50243,8 +56693,9 @@ Body: EquipLevelMin: 1 Flags: BuyingStore: true + Container: true Script: | - getgroupitem(IG_Sealed_Mind_Box); + getgroupitem(IG_CLOSEDMIND_BOX); - Id: 22535 AegisName: WorkerScroll_A Name: Scroll Summoning Workers(Male) @@ -50286,7 +56737,7 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_PrizeOfHero,1); + getgroupitem(IG_PrizeOfHero); - Id: 22538 AegisName: Hanbok_bag Name: Hanbok bag @@ -50312,7 +56763,7 @@ Body: - Id: 22540 AegisName: Runstone_Lux Name: Lux Anima Runestone - Type: Delayconsume + Type: DelayConsume Buy: 2 Weight: 10 Classes: @@ -50330,13 +56781,15 @@ Body: NoMail: true NoAuction: true Script: | - itemskill "RK_LUXANIMA",1; + if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT) + itemskill "RK_LUXANIMA",1; - Id: 22541 AegisName: PCBang_Coupon_Box6 Name: PC Room Coupon Box VI - Type: Cash - Buy: 10 + Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50345,6 +56798,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_PCBANG_COUPON_BOX6); - Id: 22542 AegisName: Center_Potion_B Name: "[Not For Sale] Concentration Potion" @@ -50511,10 +56966,11 @@ Body: percentheal -100,-100; - Id: 22550 AegisName: Cookie_Bag_B - Name: Sweets Pocket + Name: Cookie Bag Type: Usable - Buy: 10 Weight: 70 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50523,6 +56979,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_COOKIE_BAG_B); - Id: 22551 AegisName: Sesame_Pastry_B Name: Teacake @@ -50571,9 +57029,11 @@ Body: - Id: 22554 AegisName: First_Aid_Kit_B Name: First Aid Box - Type: Cash + Type: Usable Buy: 10 Weight: 200 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50582,11 +57042,7 @@ Body: NoMail: true NoAuction: true Script: | - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); - getrandgroupitem(IG_FirstAid,1); + getgroupitem(IG_FIRST_AID_KIT_B); - Id: 22555 AegisName: HQ_Chocolate Name: Gourmet Chocolate @@ -50623,11 +57079,11 @@ Body: Flags: Container: true Script: | - getrandgroupitem(IG_Lucky_Bag,1); + getgroupitem(IG_Lucky_Bag); - Id: 22559 AegisName: Mock_Strawberry Name: Mock Strawberry - Type: Delayconsume + Type: DelayConsume Buy: 20 Weight: 100 Delay: @@ -50650,7 +57106,6 @@ Body: Trade: NoCart: true NoStorage: true - NoGuildStorage: true Script: | sc_start SC_CHILL,10000,0; - Id: 22567 @@ -50659,9 +57114,8 @@ Body: Type: Usable Buy: 5000 Weight: 100 - Trade: - NoMail: true - NoAuction: true + Flags: + Container: true Script: | getgroupitem(IG_Squad_Prize1); getgroupitem(IG_Squad_Prize2); @@ -50676,9 +57130,11 @@ Body: - Id: 22569 AegisName: Kings_Gift2 Name: Gift New start - Type: Cash - Buy: 10 + Type: Usable + Buy: 20 Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50687,10 +57143,12 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_KINGS_GIFT2); - Id: 22571 AegisName: Easter_Egg Name: Easter Egg - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Flags: @@ -50700,8 +57158,9 @@ Body: - Id: 22592 AegisName: Happy_Call_Box Name: Happy Call Box - Type: Cash - Buy: 10 + Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50711,6 +57170,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_HAPPY_CALL_BOX); - Id: 22605 AegisName: Gingerbread2 Name: Ginger Bread @@ -50742,24 +57203,24 @@ Body: Buy: 10 Weight: 10 Script: | - .@r = rand(1,10); - if (.@r == 1) + .@rnd = rand(1,10); + if (.@rnd == 1) sc_start SC_PACKING_ENVELOPE1,30000,33; // +atk - else if (.@r == 2) + else if (.@rnd == 2) sc_start SC_PACKING_ENVELOPE2,30000,33; // +matk - else if (.@r == 3) + else if (.@rnd == 3) sc_start SC_PACKING_ENVELOPE3,30000,3; // +hp% - else if (.@r == 4) + else if (.@rnd == 4) sc_start SC_PACKING_ENVELOPE4,30000,3; // +sp% - else if (.@r == 5) + else if (.@rnd == 5) sc_start SC_PACKING_ENVELOPE5,30000,33; // +flee - else if (.@r == 6) + else if (.@rnd == 6) sc_start SC_PACKING_ENVELOPE6,30000,3; // +aspd - else if (.@r == 7) + else if (.@rnd == 7) sc_start SC_PACKING_ENVELOPE7,30000,33; // +def - else if (.@r == 8) + else if (.@rnd == 8) sc_start SC_PACKING_ENVELOPE8,30000,33; // +mdef - else if (.@r == 9) + else if (.@rnd == 9) sc_start SC_PACKING_ENVELOPE9,30000,33; // +crit else sc_start SC_PACKING_ENVELOPE10,30000,33; // +hit @@ -50769,7 +57230,7 @@ Body: - Id: 22612 AegisName: Decomposition_Potion Name: Corrupt Reagents - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 50 Script: | @@ -50779,7 +57240,7 @@ Body: - Id: 22613 AegisName: Polluted_Potion Name: Contaminated Reagents - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 50 Script: | @@ -50804,9 +57265,10 @@ Body: - Id: 22617 AegisName: ClearBox_S Name: Clear Box S - Type: Cash - Buy: 10 + Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50815,6 +57277,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + Script: | + getgroupitem(IG_CLEARBOX_S); - Id: 22618 AegisName: ClearBox_A Name: Clear Box A @@ -50845,12 +57309,13 @@ Body: /* mercenary_create M_E_DEVILING,1800000; */ - Id: 22620 AegisName: Memorial_Box - Name: Box Of Memories + Name: Memorial Box Type: Usable Flags: BuyingStore: true + Container: true Script: | - /* TODO */ + getgroupitem(IG_MEMORIAL_BOX); - Id: 22621 AegisName: Squid_Bbq Name: Barbecued Squid @@ -50898,7 +57363,8 @@ Body: AegisName: JanuaryGiftBox_ Name: January Gift Box Type: Usable - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50908,12 +57374,13 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 19052,604800; + getgroupitem(IG_JANUARYGIFTBOX_); - Id: 22627 AegisName: FebruaryGiftBox_ Name: February Gift Box Type: Usable - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -50923,7 +57390,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12105,2; + getgroupitem(IG_FEBRUARYGIFTBOX_); - Id: 22628 AegisName: Green_Package Name: Green Package @@ -51067,24 +57534,26 @@ Body: getitem 5883,1; - Id: 22648 AegisName: Angeling_Package - Name: Angel Ring Package + Name: Angeling Package Type: Usable Buy: 20 Weight: 10 Flags: BuyingStore: true + Container: true Script: | - getitem callfunc("F_Rand",12539,6230,6234/*,Angeling Balloon*/),1; + getgroupitem(IG_ANGELING_PACKAGE); - Id: 22649 AegisName: Deviling_Package - Name: Devil Ring Package + Name: Deviling Package Type: Usable Buy: 20 Weight: 10 Flags: BuyingStore: true + Container: true Script: | - getitem callfunc("F_Rand",603,6230,6234/*,Angeling Balloon*/),1; + getgroupitem(IG_DEVILING_PACKAGE); - Id: 22652 AegisName: Brilliant_Hat_Box Name: Brilliant Hat Box @@ -51105,10 +57574,20 @@ Body: AegisName: Wet_CardAlbum Name: Wet Card Album Type: Usable - Buy: 10000 Weight: 50 + Flags: + Container: true Script: | - /* TODO */ + getgroupitem(IG_WET_CARDALBUM); + - Id: 22654 + AegisName: Golden_Card + Name: Golden Seal Card + Type: Usable + Weight: 50 + Flags: + Container: true + Script: | + getgroupitem(IG_GOLDEN_CARD); - Id: 22657 AegisName: Honey_Rice_Cake_ Name: Honey Songpyun @@ -51123,6 +57602,8 @@ Body: Type: Healing Buy: 20 Weight: 100 + Flags: + BuyingStore: true Script: | specialeffect2 EF_ENHANCE; sc_start SC_BEEF_RIB_STEW,180000,0; @@ -51146,6 +57627,21 @@ Body: Container: true Script: | /* TODO */ + - Id: 22668 + AegisName: Guyak_Pudding_20_Box + Name: Guyak Pudding Box + Type: Usable + Weight: 100 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 12710,20; - Id: 22669 AegisName: HALLOWEEN_G_BOX Name: Halloween Box @@ -51162,12 +57658,12 @@ Body: Buy: 10 Weight: 10 Script: | - .@r = rand(1,3); - if (.@r == 1) { + .@rnd = rand(1,3); + if (.@rnd == 1) { specialeffect2 EF_DEVIL; warp "niflheim",193,186; } - else if (.@r == 2) { + else if (.@rnd == 2) { heal -500,-1000; sc_start SC_STUN,3000,0; } @@ -51179,8 +57675,8 @@ Body: AegisName: MarchGiftBox_ Name: March Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51190,13 +57686,13 @@ Body: NoMail: true NoAuction: true Script: | - /*2 Lucky Eggs*/ + getgroupitem(IG_MARCHGIFTBOX_); - Id: 22672 AegisName: AprilGiftBox_ Name: April Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51206,13 +57702,13 @@ Body: NoMail: true NoAuction: true Script: | - rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600; + getgroupitem(IG_APRILGIFTBOX_); - Id: 22673 AegisName: MayGiftBox_ Name: May Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51222,13 +57718,13 @@ Body: NoMail: true NoAuction: true Script: | - getitem 22777,2; + getgroupitem(IG_MAYGIFTBOX_); - Id: 22674 AegisName: JuneGiftBox_ Name: June Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51238,7 +57734,7 @@ Body: NoMail: true NoAuction: true Script: | - /*1 Potion Box*/ + getgroupitem(IG_JUNEGIFTBOX_); - Id: 22675 AegisName: Mystery_Scroll Name: Mysterious Scroll @@ -51251,10 +57747,11 @@ Body: AegisName: HangulDay_Box Name: Hangul Day Event Box Type: Usable - Buy: 20 + Weight: 10 + Flags: + Container: true Script: | - getitem 22675,10; - getitem 607,9; + getgroupitem(IG_HANGULDAY_BOX); - Id: 22679 AegisName: Chest_Of_Death Name: Death's Chest @@ -51289,7 +57786,7 @@ Body: - Id: 22687 AegisName: Pieces_Of_Sentiment Name: Sentimental Fragment - Type: Delayconsume + Type: DelayConsume Weight: 1 EquipLevelMin: 100 Flags: @@ -51387,8 +57884,9 @@ Body: - Id: 22700 AegisName: Jumping_Kit_Box Name: Jumping Support Box - Type: Cash - Buy: 10 + Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51399,46 +57897,53 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: getitem 12529,1; getitem 12323,200; getitem 12324,50; and 5 boxes that containing quivers + oridecons*/ + getgroupitem(IG_JUMPING_KIT_BOX); + - Id: 22701 + AegisName: Pegasus_Cotton_Candy + Name: Pegasus Cotton Candy + Type: Usable + Weight: 50 + Script: | + percentheal 40,40; - Id: 22702 AegisName: Minus_Str Name: STR Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceStat",bStr,-1,22702; - Id: 22703 AegisName: Minus_Agi Name: AGI Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceStat",bAgi,-1,22703; - Id: 22704 AegisName: Minus_Vit Name: VIT Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceStat",bVit,-1,22704; - Id: 22705 AegisName: Minus_Int Name: INT Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceStat",bInt,-1,22705; - Id: 22706 AegisName: Minus_Dex Name: DEX Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceStat",bDex,-1,22706; - Id: 22707 AegisName: Minus_Luk Name: LUK Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceStat",bLuk,-1,22707; @@ -51463,10 +57968,11 @@ Body: - Id: 22721 AegisName: Question_Box Name: "? Box" - Type: Cash - Buy: 10 + Type: Usable + Flags: + Container: true Script: | - /*No clue the random item yet*/ + getgroupitem(IG_QUESTION_BOX); - Id: 22734 AegisName: QuizRevol_Box Name: Revolution Quiz Box @@ -51489,9 +57995,10 @@ Body: - Id: 22735 AegisName: Sealed_M_Flower_Scroll Name: Sealed Moonlight Flower Scroll - Type: Cash - Buy: 10 + Type: Usable Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51501,14 +58008,13 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the rates*/ - getitem callfunc("F_Rand",6228,6232,24150,19934,6635,17474),1; + getgroupitem(IG_SEALED_M_FLOWER_SCROLL); - Id: 22736 AegisName: JulyGiftBox_ Name: July Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51518,7 +58024,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 20212,1; + getgroupitem(IG_JULYGIFTBOX_); - Id: 22737 AegisName: Bullet_Case_Blood_ Name: Bloody Cartridge @@ -51675,8 +58181,8 @@ Body: AegisName: AugustGiftBox_ Name: August Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51686,7 +58192,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12246,1; + getgroupitem(IG_AUGUSTGIFTBOX_); - Id: 22757 AegisName: Matk_Trans_Scroll Name: Collection Of Scrolls Magical Transformation @@ -51764,10 +58270,10 @@ Body: - Id: 22764 AegisName: PetTradeTicket_Box Name: Pet Exchange Ticket Box - Type: Cash - Buy: 10 + Type: Usable Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51777,8 +58283,7 @@ Body: NoMail: true NoAuction: true Script: | - /*TODO: Confirm the allowed pet_id and chance*/ - getitem callfunc("F_Rand",6116,6117,6118,6129,6130,6130,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143),1; + getgroupitem(IG_PETTRADETICKET_BOX); - Id: 22770 AegisName: Shark_Skewered Name: Shark Skewer @@ -51856,6 +58361,8 @@ Body: Buy: 10 Weight: 100 EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51870,9 +58377,9 @@ Body: AegisName: PC_NomalBox Name: PC Bang Normal Box Type: Usable - Buy: 10 Weight: 200 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51882,15 +58389,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 547,20; - /*No Info*/ + getgroupitem(IG_PC_NOMALBOX); - Id: 22782 AegisName: PC_WoodenBox Name: PC Bang Wooden Box Type: Usable - Buy: 10 Weight: 200 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51900,15 +58406,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 547,30; - /*No Info*/ + getgroupitem(IG_PC_WOODENBOX); - Id: 22783 AegisName: PC_GoldenBox Name: PC Bang Golden Box Type: Usable - Buy: 10 Weight: 200 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51918,16 +58423,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 547,1; - getitem 985,10; - /*No Info*/ + getgroupitem(IG_PC_GOLDENBOX); - Id: 22784 AegisName: PC_PlatinumBox Name: PC Bang Platinum Box Type: Usable - Buy: 10 Weight: 200 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51937,10 +58440,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 547,1; - getitem 12017,10; - getitem 678,12; - /*No Info*/ + getgroupitem(IG_PC_PLATINUMBOX); - Id: 22808 AegisName: NoviceBox Name: Special Gift Box @@ -51966,9 +58466,9 @@ Body: AegisName: Sealed_Dracula_Scroll Name: Sealed Dracula Scroll Type: Usable - Buy: 10 Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51978,14 +58478,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",6228,6232,22813,19937,17314, 6635),1; + getgroupitem(IG_SEALED_DRACULA_SCROLL); - Id: 22813 AegisName: Bearers_Shadow_Box Name: Bearer's Shadow Box Type: Usable - Buy: 10 Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -51995,14 +58495,13 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",24180,24181,24182,24183,24184,24185),1; + getgroupitem(IG_BEARERS_SHADOW_BOX); - Id: 22814 AegisName: CatPaw_Ticket Name: Cat Hand Ticket Type: Usable Buy: 2 Weight: 10 - Trade: Script: | callfunc "F_CashStore"; - Id: 22816 @@ -52010,16 +58509,10 @@ Body: Name: True Mysterious Life Potion Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_HEAL3; sc_start2 SC_M_LIFEPOTION,3600000,-4,3; @@ -52029,16 +58522,10 @@ Body: Name: True Small Life Potion Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_HEAL3; sc_start2 SC_S_LIFEPOTION,3600000,-5,5; @@ -52048,16 +58535,10 @@ Body: Name: True Medium Life Potion Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_HEAL3; sc_start2 SC_L_LIFEPOTION,3600000,-7,4; @@ -52067,35 +58548,27 @@ Body: Name: True Almighty Type: Usable Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoAuction: true + Flags: + BuyingStore: true Script: | specialeffect2 EF_BASH3D; sc_start SC_ALMIGHTY,3600000,10; + sc_start SC_FOOD_STR_CASH,3600000,10; + sc_start SC_FOOD_AGI_CASH,3600000,10; + sc_start SC_FOOD_INT_CASH,3600000,10; + sc_start SC_FOOD_DEX_CASH,3600000,10; + sc_start SC_FOOD_LUK_CASH,3600000,10; + sc_start SC_FOOD_VIT_CASH,3600000,10; sc_start SC_SPEEDUP0,600000,25; - Id: 22820 AegisName: G_ASPD_Potion Name: True Enhanced ASPD Potion Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true - Delay: - Duration: 3600000 - Status: Reuse_Limit_Aspd_Potion - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | sc_start SC_ATTHASTE_CASH,3600000,3; sc_start SC_SPEEDUP0,600000,25; @@ -52104,16 +58577,10 @@ Body: Name: True Red Booster Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_POTION_BERSERK; sc_start SC_2011RWC_SCROLL,3600000,0; @@ -52130,10 +58597,9 @@ Body: AegisName: Sealed_B_Shecil_Scroll Name: Sealed Sniper Scroll Type: Usable - Buy: 10 Weight: 10 - Classes: - All: false + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52143,7 +58609,7 @@ Body: NoMail: true NoAuction: true Script: | - /*getitem callfunc("F_Rand",4491,6228,6232,24196, Hasty Shadow Armor, 19882, 17474, 6635),1;*/ + getgroupitem(IG_SEALED_B_SHECIL_SCROLL); - Id: 22825 AegisName: Costume_Set1_Kr Name: Heidam Fellow @@ -52177,6 +58643,8 @@ Body: Buy: 10 Weight: 10 EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52191,9 +58659,9 @@ Body: AegisName: Sealed_Card Name: Sealed Card Album Type: Usable - Buy: 10 Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52203,7 +58671,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",4488,4497,4486,4480,4485,4539,4487,4494,4538,4489,4490,4482,4503,4483,4491),1; + getgroupitem(IG_SEALED_CARD); - Id: 22837 AegisName: Essence_Of_Time Name: Integer Time @@ -52229,6 +58697,8 @@ Body: Buy: 10 Weight: 10 EquipLevelMin: 1 + Flags: + Container: true Script: | getgroupitem(IG_Something_Candy_Holder); - Id: 22839 @@ -52240,13 +58710,20 @@ Body: EquipLevelMin: 1 Script: | getgroupitem(IG_Happy_Box_J); + - Id: 22841 + AegisName: Pumpkin_Candy + Name: Pumpkin Candy + Type: Usable + Weight: 50 + Script: | + percentheal 0,25; - Id: 22842 AegisName: Sealed_Dracula_Scroll2 Name: Sealed Dracula Scroll II Type: Usable - Buy: 10 Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52256,7 +58733,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",22846,6228,6232,24223,24227,17474/*, Enchant Letter*/),1; + getgroupitem(IG_SEALED_DRACULA_SCROLL2); - Id: 22843 AegisName: superstar_cake Name: Superstar Snack @@ -52269,10 +58746,9 @@ Body: AegisName: Sealed_Dracula_Album Name: Sealed Dracula Card Album Type: Usable - Buy: 10 Weight: 50 - Classes: - All: false + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52282,14 +58758,14 @@ Body: NoMail: true NoAuction: true Script: | - /*No Info*/ + getgroupitem(IG_SEALED_DRACULA_ALBUM); - Id: 22845 AegisName: Sealed_Mysterious_Egg Name: Sealed Fortune Egg Type: Usable - Buy: 10 Weight: 10 - EquipLevelMin: 1 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52299,7 +58775,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",4488,4497,4486,4480,4485,4539,4487,4494,4538,4489,4490,4482,4503,22846),1; + getgroupitem(IG_SEALED_MYSTERIOUS_EGG); - Id: 22846 AegisName: Sealed_Dracula_Card_ Name: Sealed Dracula Card @@ -52397,8 +58873,9 @@ Body: AegisName: AprilGiftBox Name: April Gift Box Type: Usable - Buy: 10 Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52408,7 +58885,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600; + getgroupitem(IG_APRILGIFTBOX); - Id: 22854 AegisName: MayGiftBox Name: May Gift Box @@ -52476,9 +58953,10 @@ Body: - Id: 22858 AegisName: SeptemberGiftBox Name: September Gift Box - Type: Usable - Buy: 10 + Type: Cash Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52488,7 +58966,7 @@ Body: NoMail: true NoAuction: true Script: | - /*2 Lucky Eggs*/ + getgroupitem(IG_SEPTEMBERGIFTBOX); - Id: 22859 AegisName: OctoberGiftBox Name: October Gift Box @@ -52509,8 +58987,9 @@ Body: AegisName: NovemberGiftBox Name: November Gift Box Type: Usable - Buy: 10 Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52520,7 +58999,7 @@ Body: NoMail: true NoAuction: true Script: | - rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600; + getgroupitem(IG_NOVEMBERGIFTBOX); - Id: 22861 AegisName: DecemberGiftBox Name: December Gift Box @@ -52584,8 +59063,9 @@ Body: AegisName: Sealed_Berz_Scroll2 Name: Sealed Beelzebub Scroll II Type: Usable - Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52595,13 +59075,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",22875,6238,6239,6228,6232,24231,24232,17474,6635),1; + getgroupitem(IG_SEALED_BERZ_SCROLL2); - Id: 22874 AegisName: Sealed_Berz_Album Name: Sealed Beelzebub Card Album Type: Usable - Buy: 10 Weight: 50 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52611,7 +59092,7 @@ Body: NoMail: true NoAuction: true Script: | - /*No Info*/ + getgroupitem(IG_SEALED_BERZ_ALBUM); - Id: 22876 AegisName: Shabby_Purse Name: Old Money Pocket @@ -52645,8 +59126,8 @@ Body: AegisName: SeptemberGiftBox_ Name: September Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52656,13 +59137,13 @@ Body: NoMail: true NoAuction: true Script: | - /*2 Lucky Eggs*/ + getgroupitem(IG_SEPTEMBERGIFTBOX_); - Id: 22884 AegisName: OctoberGiftBox_ Name: October Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52672,13 +59153,13 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12529,5; + getgroupitem(IG_OCTOBERGIFTBOX_); - Id: 22885 AegisName: NovemberGiftBox_ Name: November Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52688,13 +59169,13 @@ Body: NoMail: true NoAuction: true Script: | - rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600; + getgroupitem(IG_NOVEMBERGIFTBOX_); - Id: 22886 AegisName: DecemberGiftBox_ Name: December Gift Box Type: Usable - Buy: 10 - Weight: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52704,13 +59185,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 22869,10; + getgroupitem(IG_DECEMBERGIFTBOX_); - Id: 22887 AegisName: 2015GoldPCBox - Name: PC-Room Box + Name: Gold PC Cafe Box Type: Usable - Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52721,14 +59203,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 12531,1; - getitem callfunc("F_Rand",6230,6234,22654),1; + getgroupitem(IG_2015GOLDPCBOX); - Id: 22888 AegisName: 2015_New_Year_Scroll Name: New Year's Scroll Type: Usable - Buy: 10 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52738,13 +59220,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",6238,6239,6228,6232,24240,24241,24242,17474),1; + getgroupitem(IG_2015_NEW_YEAR_SCROLL); - Id: 22893 AegisName: New_Year_Shadow_Cube - Name: New Year's Shadow Cube + Name: New Year Shadow Cube Type: Usable - Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52754,7 +59237,7 @@ Body: NoMail: true NoAuction: true Script: | - /*Get a random Shadow Equip (No info which one)*/ + getgroupitem(IG_NEW_YEAR_SHADOW_CUBE); - Id: 22894 AegisName: 2015LI_Neuralizer Name: (Limited)2015 Neuralizer @@ -52806,7 +59289,7 @@ Body: - Id: 22899 AegisName: DowntownMap Name: Parchment City - Type: Delayconsume + Type: DelayConsume Buy: 20 Script: | itemskill "AL_INCAGI",1; @@ -52816,6 +59299,8 @@ Body: Name: Mysterious Blue Box Type: Usable Buy: 20 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52825,13 +59310,14 @@ Body: NoMail: true NoAuction: true Script: | - callfunc("F_Mysterious_box"); + getgroupitem(IG_BLUEBOXOFQUESTIONS); - Id: 22902 AegisName: Sealed_Scroll2 - Name: Sealed Card Album Scroll II + Name: Sealed Seal Scroll II Type: Usable - Buy: 20 Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -52841,7 +59327,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem callfunc("F_Rand",6238,6239,17474,22829,24243,24244,24245),1; + getgroupitem(IG_SEALED_SCROLL2); - Id: 22905 AegisName: Enchant_Stone_Box6 Name: Costume Enchant Stone Box 6 @@ -52898,6 +59384,20 @@ Body: NoAuction: true Script: | /* TODO dynamic NPC */ + - Id: 22909 + AegisName: Weapon_5Up_Box + Name: +5 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6456,1; /* +5 Weapon Refine Ticket */ + - Id: 22910 + AegisName: Weapon_6Up_Box + Name: +6 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6231,1; /* +6 Weapon Refine Ticket */ - Id: 22911 AegisName: Weapon_7Up_Box Name: Weapon +7 Refine Ticket @@ -52905,6 +59405,13 @@ Body: Weight: 10 Script: | getitem 6230,1; /* Safe to 7 Weapon Certificate */ + - Id: 22912 + AegisName: Weapon_8Up_Box + Name: Weapon +8 Refine Ticket + Type: Usable + Weight: 10 + Script: | + getitem 6229,1; /* +8 Weapon Refine Ticket */ - Id: 22913 AegisName: Weapon_9Up_Box Name: Weapon +9 Refine Ticket @@ -52912,6 +59419,21 @@ Body: Weight: 10 Script: | getitem 6228,1; /* +9 Weapon refine deed */ + - Id: 22914 + AegisName: Bubble_Gum_24h + Name: Bubble Gum 24h + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 22915 AegisName: Weapon_11Up_Box Name: Weapon +11 Refine Ticket @@ -52919,6 +59441,76 @@ Body: Weight: 10 Script: | getitem 6238,1; /* +11 Weapon refine deed */ + - Id: 22916 + AegisName: Weapon_12Up_Box + Name: Weapon +12 Refine Ticket + Type: Usable + Weight: 10 + Script: | + getitem 6584,1; /* +12 Weapon Certificate */ + - Id: 22917 + AegisName: Weapon_13Up_Box + Name: +13 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6870,1; /* Safe to 13 Weapon Certificate */ + - Id: 22918 + AegisName: Weapon_14Up_Box + Name: +14 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6871,1; /* Safe to 14 Weapon Certificate */ + - Id: 22919 + AegisName: Weapon_15Up_Box + Name: +15 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6872,1; /* Safe to 15 Weapon Certificate */ + - Id: 22920 + AegisName: Weapon_16Up_Box + Name: +16 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6873,1; /* Safe to 16 Weapon Certificate */ + - Id: 22921 + AegisName: Weapon_17Up_Box + Name: +17 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6874,1; /* Safe to 17 Weapon Certificate */ + - Id: 22922 + AegisName: Weapon_18Up_Box + Name: +18 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6875,1; /* Safe to 18 Weapon Certificate */ + - Id: 22923 + AegisName: Weapon_19Up_Box + Name: +19 Weapon Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6864,1; /* Safe to 19 Weapon Certificate */ + - Id: 22924 + AegisName: Armor_5Up_Box + Name: +5 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6457,1; /* +5 Armor Refine Ticket */ + - Id: 22925 + AegisName: Armor_6Up_Box + Name: +6 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6235,1; /* +6 Armor Refine Ticket */ - Id: 22926 AegisName: Armor_7Up_Box Name: Armor +7 Refine Ticket @@ -52926,6 +59518,13 @@ Body: Weight: 10 Script: | getitem 6234,1; /* Safe to 7 Body Armor Certificate */ + - Id: 22927 + AegisName: Armor_8Up_Box + Name: Armor +8 Refine Ticket + Type: Usable + Weight: 10 + Script: | + getitem 6233,1; /* +8 Armor Refine Ticket */ - Id: 22928 AegisName: Armor_9Up_Box Name: Armor +9 Refine Ticket @@ -52933,6 +59532,21 @@ Body: Weight: 10 Script: | getitem 6232,1; /* +9 Armor refine deed */ + - Id: 22929 + AegisName: Job_Manual25_24h + Name: Job Battle Manual 24h + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 22930 AegisName: Armor_11Up_Box Name: Armor +11 Refine Ticket @@ -52940,6 +59554,76 @@ Body: Weight: 10 Script: | getitem 6239,1; /* +11 Armor refine deed */ + - Id: 22931 + AegisName: Armor_12Up_Box + Name: Armor +12 Refine Ticket + Type: Usable + Weight: 10 + Script: | + getitem 6585,1; /* +12 Armor Certificate */ + - Id: 22932 + AegisName: Armor_13Up_Box + Name: +13 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6876,1; /* Safe to 13 Armor Certificate */ + - Id: 22933 + AegisName: Armor_14Up_Box + Name: +14 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6877,1; /* Safe to 14 Armor Certificate */ + - Id: 22934 + AegisName: Armor_15Up_Box + Name: +15 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6878,1; /* Safe to 15 Armor Certificate */ + - Id: 22935 + AegisName: Armor_16Up_Box + Name: +16 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6879,1; /* Safe to 16 Armor Certificate */ + - Id: 22936 + AegisName: Armor_17Up_Box + Name: +17 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6880,1; /* Safe to 17 Armor Certificate */ + - Id: 22937 + AegisName: Armor_18Up_Box + Name: +18 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6881,1; /* Safe to 18 Armor Certificate */ + - Id: 22938 + AegisName: Armor_19Up_Box + Name: +19 Armor Upgrade Certificate + Type: Usable + Weight: 10 + Script: | + getitem 6865,1; /* Safe to 19 Armor Certificate */ + - Id: 22943 + AegisName: Armor_10Up_Box + Name: Armor +10 Refine Ticket + Type: Usable + Weight: 10 + Script: | + getitem 6994,1; /* +10 Armor Certificate */ + - Id: 22944 + AegisName: Weapon_10Up_Box + Name: Weapon +10 Refine Ticket + Type: Usable + Weight: 10 + Script: | + getitem 6993,1; /* +10 Weapon Certificate */ - Id: 22945 AegisName: Cherry_Blossom_Cake Name: Cherry Blossom Rice Cake @@ -53104,6 +59788,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_SHADOW_CUBE_WEAPON); @@ -53113,6 +59798,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_SHADOW_CUBE_ARMOR); @@ -53122,6 +59808,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_SHADOW_CUBE_SHIELD); @@ -53131,6 +59818,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_SHADOW_CUBE_SHOES); @@ -53140,6 +59828,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_SHADOW_CUBE_PENDANT); @@ -53149,6 +59838,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_SHADOW_CUBE_EARING); @@ -53278,7 +59968,7 @@ Body: - Id: 22997 AegisName: C_Greed_Scroll Name: Endless Greed Scroll - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -53293,8 +59983,16 @@ Body: - Id: 22998 AegisName: C_CatPaw_Ticket Name: Infinite Cat Hand Ticket - Type: Delayconsume + Type: DelayConsume Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true Script: | callfunc "F_CashStore"; - Id: 22999 @@ -53333,9 +60031,55 @@ Body: NoAuction: true Script: | getgroupitem(IG_IMPROVED_WOODENBOX); + - Id: 23008 + AegisName: AID_Bubble_Gum_24h + Name: "[24H] Bubble Gum" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23010 + AegisName: AID_Manual_24h + Name: "[24H] Battle Manual" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23011 + AegisName: AID_Insurance_24h + Name: "[24H] Life Insurance" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23012 AegisName: Comp_Small_Mana_Potion - Name: "[Sale] Small Mana Potion" + Name: "[Not For Sale] Small Mana Potion" Type: Usable Weight: 10 Trade: @@ -53383,6 +60127,20 @@ Body: NoAuction: true Script: | getgroupitem(IG_IMPROVED_PLATINUMBOX); + - Id: 23015 + AegisName: Red_Slim_Pot_Box + Name: Red Slim Potion Box + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23016 AegisName: Pieces_Of_Grudge Name: Cursed Fragment @@ -53390,6 +60148,7 @@ Body: Buy: 1 Weight: 1 Flags: + BuyingStore: true DropEffect: CLIENT Script: | callfunc("F_Cursed_Fragment"); @@ -53432,7 +60191,7 @@ Body: - Id: 23023 AegisName: C_Giant_Fly_Wing Name: Infinite Giant Flywing - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -53461,6 +60220,36 @@ Body: NoAuction: true Script: | getgroupitem(IG_PIAMETTE_SCROLL); + - Id: 23025 + AegisName: Pope_Merc_Scroll + Name: Pope Mercenary Scroll + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23026 + AegisName: CasualPope_Merc_Scroll + Name: Casual Pope Mercenary Scroll + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23027 AegisName: Dandelion_Ring Name: Dandelion Ring @@ -53472,14 +60261,26 @@ Body: Trade: NoDrop: true NoTrade: true - NoSell: true NoCart: true - NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true Script: | warp "rachel",120,125; + - Id: 23028 + AegisName: Capture_Rope + Name: Capture Rope + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23029 AegisName: Cowlick_Box Name: Ponytail Gift Box @@ -53522,7 +60323,7 @@ Body: Flags: Container: true Script: | - getitem callfunc("F_Rand",19602,19603,19604,20506),1; + getgroupitem(IG_INVISIBLE_BOX); - Id: 23034 AegisName: Invisible_Scroll Name: Invisible Scroll @@ -53547,9 +60348,9 @@ Body: Buy: 20 Weight: 0 Trade: - NoSell: true NoDrop: true NoTrade: true + NoSell: true NoCart: true NoStorage: true NoGuildStorage: true @@ -53564,9 +60365,9 @@ Body: Buy: 20 Weight: 0 Trade: - NoSell: true NoDrop: true NoTrade: true + NoSell: true NoCart: true NoStorage: true NoGuildStorage: true @@ -53588,6 +60389,46 @@ Body: NoAuction: true Script: | getitem 11573,200; + - Id: 23039 + AegisName: Mastela_Fruit_Box_ + Name: "[NotForSale] Mastela Fruit Box" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 522,200; /* Mastela Fruit */ + - Id: 23040 + AegisName: White_Potion_Box_ + Name: "[NotForSale] White Potion Box" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 23041 + AegisName: Royal_Jelly_Box2_ + Name: "[NotForSale] Royal Jelly Box" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 526,100; /* Royal Jelly */ - Id: 23042 AegisName: Seed_Of_Yggdrasil_ Name: "[NotForSale]Yggdrasil Seed" @@ -53622,25 +60463,24 @@ Body: getitem 23042,30; - Id: 23044 AegisName: Elvira_Candy - Name: Elvira Candy # !todo check english name + Name: Elvira Candy Type: Usable Weight: 10 Delay: - Duration: 10000 + Duration: 60000 Flags: BuyingStore: true Script: | specialeffect2 EF_HEAL3; - sc_end SC_SILENCE; - sc_end SC_BLEEDING; - sc_end SC_POISON; - sc_end SC_CURSE; - sc_end SC_ORCISH; - sc_end SC_CHANGEUNDEAD; + sc_end SC_CURSEDCIRCLE; + sc_end SC_SLOWCAST; + sc_end SC_CRITICALWOUND; + sc_end SC_CRYSTALIZE; + /*Todo Howling Effect And Sit Effect From Skill*/ - Id: 23045 AegisName: Mont_Blanc_Cake Name: Mont Blanc - Type: Delayconsume + Type: DelayConsume Weight: 50 NoUse: Sitting: true @@ -53778,6 +60618,14 @@ Body: Container: true Script: | getgroupitem(IG_Enchant_Stone_Box9); + - Id: 23061 + AegisName: Incisive_Arrow_Cntr + Name: Sharp Arrow Quiver + Type: Usable + Buy: 20 + Weight: 250 + Script: | + getitem 1764,500; /* Sharp Arrow */ - Id: 23062 AegisName: CokingOpenBox Name: Cooking Open Memorial Box @@ -53799,19 +60647,19 @@ Body: AegisName: Freeze_Dream Name: Frozen Dream Type: Usable - Buy: 0 - Weight: 0 + Flags: + Container: true Trade: - NoSell: true NoDrop: true NoTrade: true + NoSell: true NoCart: true NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true Script: | - getitem 25088,rand(3,6); + getgroupitem(IG_FREEZE_DREAM); - Id: 23069 AegisName: 2015_Special_Scroll Name: 2015 Special Scroll @@ -53947,7 +60795,7 @@ Body: - Id: 23079 AegisName: Strawberry_CreamCake Name: Strawberry Cream Cake - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | percentheal 10,10; @@ -53958,48 +60806,56 @@ Body: Type: Usable Buy: 1 Weight: 500 + Flags: + BuyingStore: true + Container: true Script: | - callfunc("F_Cursed_Crystal"); + getgroupitem(IG_CRYSTAL_OF_GRUDGE); - Id: 23081 AegisName: Kunai_Scroll_Of_Flame - Name: Heat Wave Kunai Summon Scroll + Name: Kunai Scroll of Flame Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Kunai_Of_Fierce_Flame",500; + getgroupitem(IG_KUNAI_SCROLL_OF_FLAME); - Id: 23082 AegisName: Kunai_Scroll_Of_Icicle - Name: Icicle Kunai Summon Scroll + Name: Kunai Scroll of Icicle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Kunai_Of_Icicle",500; + getgroupitem(IG_KUNAI_SCROLL_OF_ICICLE); - Id: 23083 AegisName: Kunai_Scroll_Of_Wind - Name: High Wind Kunai Summon Scroll + Name: Kunai Scroll of Storm Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Kunai_Of_Furious_Wind",500; + getgroupitem(IG_KUNAI_SCROLL_OF_WIND); - Id: 23084 AegisName: Kunai_Scroll_Of_Soil - Name: Black Earth Kunai Summon Scroll + Name: Kunai Scroll of Sand Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Kunai_Of_Black_Soil",500; + getgroupitem(IG_KUNAI_SCROLL_OF_SOIL); - Id: 23085 AegisName: Kunai_Scroll_Of_Poison - Name: Fell Poison Kunai Summon Scroll + Name: Kunai Scroll of Poison Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Kunai_Of_Deadly_Poison",500; + getgroupitem(IG_KUNAI_SCROLL_OF_POISON); - Id: 23086 AegisName: Enchant_Stone_Box10 Name: Costume Enchant Stone Box 10 @@ -54118,7 +60974,7 @@ Body: - Id: 23100 AegisName: Gunslinger_Enchant Name: Drooping Gunslinger Scroll - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -54154,6 +61010,7 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | getgroupitem(IG_CLASS_SHADOW_CUBE); @@ -54255,7 +61112,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_CACHUA_WEAPON); + getgroupitem(IG_CACHUA_WEAPON,true); - Id: 23129 AegisName: Cachua_Robe Name: Kachua Garment @@ -54263,7 +61120,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_CACHUA_ROBE); + getgroupitem(IG_CACHUA_ROBE,true); - Id: 23130 AegisName: Cachua_Mail Name: Kachua Armor @@ -54271,7 +61128,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_CACHUA_MAIL); + getgroupitem(IG_CACHUA_MAIL,true); - Id: 23131 AegisName: Cachua_Shoes Name: Kachua Shoes @@ -54279,7 +61136,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_CACHUA_SHOES); + getgroupitem(IG_CACHUA_SHOES,true); - Id: 23132 AegisName: Cachua_Shield Name: Kachua Shield @@ -54287,7 +61144,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_CACHUA_SHIELD); + getgroupitem(IG_CACHUA_SHIELD,true); - Id: 23133 AegisName: Cachua_Helm Name: Kachua Helm @@ -54295,7 +61152,7 @@ Body: Flags: Container: true Script: | - getgroupitem(IG_CACHUA_HELM); + getgroupitem(IG_CACHUA_HELM,true); - Id: 23134 AegisName: Balloon_Scroll Name: Balloon Scroll @@ -54329,6 +61186,8 @@ Body: Type: Usable Buy: 10 Weight: 20 + Flags: + BuyingStore: true Script: | getitem 12507,3; getitem 12508,3; @@ -54357,13 +61216,13 @@ Body: Name: Minor Growth Elixir Type: Usable Trade: - Override: 100 NoDrop: true NoTrade: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true + Override: 100 Buy: 2 Weight: 10 Script: | @@ -54373,13 +61232,13 @@ Body: Name: Minor Job Elixir Type: Usable Trade: - Override: 100 NoDrop: true NoTrade: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true + Override: 100 Buy: 2 Weight: 10 Script: | @@ -54390,8 +61249,6 @@ Body: Type: Usable Buy: 2 Weight: 10 - Flags: - Container: true Script: | getitem 23142,5; - Id: 23145 @@ -54400,42 +61257,74 @@ Body: Type: Usable Buy: 2 Weight: 10 - Flags: - Container: true Script: | getitem 23143,5; + - Id: 23148 + AegisName: Premium_Box_2d + Name: "[2Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23149 + AegisName: Premium_Box_3d + Name: "[3Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23150 AegisName: Lapine_DdukddakBox Name: Lapine Big Box - Type: Delayconsume + Type: Usable Weight: 10 + Flags: + Container: true Script: | - /* TODO Update Description */ + getgroupitem(IG_LAPINE_DDUKDDAKBOX); - Id: 23151 AegisName: EnchantStone_Recipe Name: Enchant Stone Recipe - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23152 AegisName: EventItem_Recipe Name: Collectibles SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23153 AegisName: PetEgg_Recipe Name: Pet Egg SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23154 AegisName: Nyang_Costume_Recipe Name: Costume Exchange SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -54470,10 +61359,11 @@ Body: AegisName: Gunslinger_Box Name: Gunslinger Box Type: Usable - Weight: 1 + Weight: 10 + Flags: + Container: true Script: | - getitem 23100,1; - getitem 19157,1; + getgroupitem(IG_GUNSLINGER_BOX); - Id: 23162 AegisName: Gunslinger_Scroll Name: Gunslinger Scoll @@ -54491,6 +61381,20 @@ Body: NoAuction: true Script: | getgroupitem(IG_GUNSLINGER_SCROLL); + - Id: 23165 + AegisName: Service30_AID_Buff + Name: Premium Service Personnel + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23167 AegisName: Green_Scroll_K Name: July Green Scroll @@ -54514,26 +61418,69 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | - getitem 23170,1; - getitem callfunc("F_Rand",28439,28440),1; + getgroupitem(IG_MINI_FAN_BOX); - Id: 23169 AegisName: Alchemist_Box Name: Alchemist box Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | - getitem callfunc("F_Rand",7135,7136,7137,7138,7139),1; + getgroupitem(IG_ALCHEMIST_BOX); - Id: 23170 AegisName: Fan_Upgrade_Kit Name: Fan Modification Kit - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); + - Id: 23171 + AegisName: Sealed_Gloom_Card_ + Name: Sealed Gloom Under Night Card + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23172 + AegisName: Sealed_Pharaoh_Card_ + Name: Sealed Pharaoh Card + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23173 + AegisName: Sealed_Kiel_Card_ + Name: Sealed Kiel-D-01 Card + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23174 AegisName: Enchant_Stone_Box11 Name: Costume Enchant Stone Box 11 @@ -54546,7 +61493,7 @@ Body: - Id: 23175 AegisName: Suit_Upgrade_Kit Name: Uniform Repair Kit - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -54569,7 +61516,7 @@ Body: getgroupitem(IG_KAFRA_SCROLL); - Id: 23177 AegisName: Comp_Kafra_Card - Name: Kafra Card + Name: "[Not For Sale] Kafra Card" Type: Usable Buy: 2 Weight: 10 @@ -54589,10 +61536,10 @@ Body: Type: Usable Weight: 510 Flags: + BuyingStore: true Container: true Script: | - getitem 23175,1; - getitem callfunc("F_Rand",15186,19168),1; + getgroupitem(IG_KAFRA_BOX); - Id: 23187 AegisName: Sap_Jelly Name: Sap Liquid @@ -54617,7 +61564,7 @@ Body: - Id: 23191 AegisName: Varetyr_5_Scroll Name: Level 5 Varetyr Spear - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Script: | @@ -54625,7 +61572,7 @@ Body: - Id: 23192 AegisName: DiamondDust5_Scroll Name: Level 5 Diamond Dust - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Script: | @@ -54633,7 +61580,7 @@ Body: - Id: 23193 AegisName: CrimsonRock_5_Scroll Name: Level 5 Crimson Rock - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Script: | @@ -54641,7 +61588,7 @@ Body: - Id: 23194 AegisName: Sienna_5_Scroll Name: Level 5 Sienna Execrate - Type: Delayconsume + Type: DelayConsume Buy: 10 Weight: 10 Script: | @@ -54742,6 +61689,20 @@ Body: NoAuction: true Script: | getgroupitem(IG_PREMIUMNOMALBOX); + - Id: 23202 + AegisName: Vin_Chaud + Name: Mulled Wine + Type: Usable + Weight: 40 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23203 AegisName: Small_Mana_Potion Name: Small Mana Potion @@ -54760,7 +61721,7 @@ Body: sc_start2 SC_S_MANAPOTION,600000,-5,5; - Id: 23204 AegisName: M_DEFScroll - Name: Brilliant Protection Scroll + Name: Shining Defense Scroll Type: Usable Weight: 10 NoUse: @@ -54775,7 +61736,7 @@ Body: NoAuction: true Script: | specialeffect2 EF_HEAL3; - sc_start SC_M_DEFSCROLL,600000,0; + sc_start2 SC_M_DEFSCROLL,600000,500,200; - Id: 23205 AegisName: New_Hat_Scroll2 Name: New Hat Scroll II @@ -54817,6 +61778,66 @@ Body: NoAuction: true Script: | /* TODO */ + - Id: 23209 + AegisName: Premium_Box_1d + Name: "[1Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23210 + AegisName: Premium_Box_4d + Name: "[4Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23211 + AegisName: Premium_Box_5d + Name: "[5Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23212 + AegisName: Premium_Box_6d + Name: "[6Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23213 AegisName: Premium_Box_5d7 Name: "[7Day] Premium Subscription Box" @@ -54832,6 +61853,51 @@ Body: NoAuction: true Script: | /* TODO */ + - Id: 23214 + AegisName: Premium_Box_8d + Name: "[8Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23215 + AegisName: Premium_Box_9d + Name: "[9Day] Premium Subscription Box" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 23216 + AegisName: Premium_Box_10d + Name: "[10Day] Premium Subscription" + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23217 AegisName: 2016_Special_Scroll Name: 2016 Special Scroll @@ -54871,7 +61937,8 @@ Body: Name: "[Not For Sale] DEX Biscuit Stick" Type: Usable Weight: 10 - Trade: + Flags: + BuyingStore: true Script: | sc_start SC_FOOD_DEX_CASH,1800000,15; sc_start SC_HITFOOD,600000,rand(11,33); @@ -54880,7 +61947,8 @@ Body: Name: "[Not For Sale] LUK Biscuit Stick" Type: Usable Weight: 10 - Trade: + Flags: + BuyingStore: true Script: | sc_start SC_FOOD_LUK_CASH,1800000,15; sc_start SC_CRIFOOD,600000,rand(11,33); @@ -54889,7 +61957,8 @@ Body: Name: "[Not For Sale] STR Biscuit Stick" Type: Usable Weight: 10 - Trade: + Flags: + BuyingStore: true Script: | sc_start SC_FOOD_STR_CASH,1800000,15; sc_start SC_ATKPOTION,600000,rand(11,111); @@ -54898,7 +61967,8 @@ Body: Name: "[Not For Sale] VIT Biscuit Stick" Type: Usable Weight: 10 - Trade: + Flags: + BuyingStore: true Script: | sc_start SC_FOOD_VIT_CASH,1800000,15; bonus_script "{ bonus bHPRecovRate,rand(11,33); }",1800,1; @@ -54907,7 +61977,8 @@ Body: Name: "[Not For Sale] AGI Biscuit Stick" Type: Usable Weight: 10 - Trade: + Flags: + BuyingStore: true Script: | sc_start SC_FOOD_AGI_CASH,1800000,15; sc_start SC_FLEEFOOD,600000,rand(11,33); @@ -54916,7 +61987,8 @@ Body: Name: "[Not For Sale] INT Biscuit Stick" Type: Usable Weight: 10 - Trade: + Flags: + BuyingStore: true Script: | sc_start SC_FOOD_INT_CASH,1800000,15; sc_start SC_MATKPOTION,600000,rand(11,111); @@ -54942,7 +62014,7 @@ Body: - Id: 23229 AegisName: FallenAngelWing_Reset Name: Scroll of Fallen Angel Wings - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -54974,45 +62046,59 @@ Body: - Id: 23236 AegisName: JobShadow_Mix_Weapon Name: Class Shadow Box (Weapon) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23237 AegisName: JobShadow_Mix_Armor Name: Class Shadow Box (Armor) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23238 AegisName: JobShadow_Mix_Shoes Name: Class Shadow Box (Shoes) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23239 AegisName: JobShadow_Mix_Shield Name: Class Shadow Box (Shield) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23240 AegisName: JobShadow_Mix_Pendant Name: Class Shadow Box (Pendant) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23241 AegisName: JobShadow_Mix_Earing Name: Class Shadow Box (Earring) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); + - Id: 23242 + AegisName: Fried_Chicken + Name: Assorted Fried Chicken + Type: Usable + Weight: 100 +# Script: | +# /* TODO */ + - Id: 23243 + AegisName: Fried_Chicken_1 + Name: Deep-fried Chicken + Type: Usable + Weight: 100 +# Script: | +# /* TODO */ - Id: 23245 AegisName: Lapine_Scroll Name: Lapine Scroll @@ -55042,28 +62128,30 @@ Body: - Id: 23247 AegisName: StatusShadow_Mix Name: StatusShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23248 AegisName: GemstoneShadow_Mix Name: GemstoneShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23249 AegisName: BearersShadow_Mix Name: BearerShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23250 AegisName: ComposeShadow_Mix Name: ComposerShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -55082,8 +62170,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem(2192,1); - getitem(2743,1); + getgroupitem(IG_ROSE_BUNDLE_A); - Id: 23252 AegisName: Orleans_Bundle_A Name: Orleans's Bundle A @@ -55099,8 +62186,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem(2365,1); - getitem(2881,1); + getgroupitem(IG_ORLEANS_BUNDLE_A); - Id: 23253 AegisName: Black_Shiba_Bundle_A Name: Black Shiba Inu Bundle A @@ -55116,8 +62202,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem(2959,1); - getitem(18756,1); + getgroupitem(IG_BLACK_SHIBA_BUNDLE_A); - Id: 23254 AegisName: Valkyrie_Bundle_A Name: Valkyrie Bundle A @@ -55133,8 +62218,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 1420,1; - getitem 2115,1; + getgroupitem(IG_VALKYRIE_BUNDLE_A); - Id: 23255 AegisName: Kardui_Bundle_A Name: Kardui Bundle A @@ -55150,8 +62234,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem(1649,1); - getitem(15169,1); + getgroupitem(IG_KARDUI_BUNDLE_A); - Id: 23256 AegisName: Elixir_Bandage Name: Elixir Bandages @@ -55247,10 +62330,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2387,1; - getitem 2440,1; - getitem 2744,1; - getitem 2935,1; + getgroupitem(IG_SPRINT_BUNDLE_A); - Id: 23266 AegisName: Etran_Bundle_A Name: Etran Bundle A @@ -55266,8 +62346,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem(2371,1); - getitem(20797,1); + getgroupitem(IG_ETRAN_BUNDLE_A); - Id: 23267 AegisName: 1LVUP Name: Level Up Box (1) @@ -55467,7 +62546,7 @@ Body: - Id: 23278 AegisName: HelpmeShorty Name: Help Me Shorty - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -55482,7 +62561,7 @@ Body: - Id: 23280 AegisName: N_Fly_Wing2 Name: Novice Fly Wing - Type: Delayconsume + Type: DelayConsume Buy: 10 EquipLevelMin: 1 EquipLevelMax: 98 @@ -55499,7 +62578,7 @@ Body: - Id: 23281 AegisName: RaceShadow_Mix Name: RaceShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -55535,42 +62614,41 @@ Body: Name: Premium Taming Gift Set Type: Usable Weight: 200 + Flags: + Container: true Script: | - /* TODO */ + getgroupitem(IG_ADVANCED_TAIMING_ITEM); - Id: 23285 AegisName: Candy_Box_Melee - Name: Candy Bag Backpack (Physical) + Name: Candy Pouch Box(Physical) Type: Usable Weight: 10 Flags: Container: true Script: | - getitem 23289,1; - getitem 20842,1; + getgroupitem(IG_CANDY_BOX_MELEE); - Id: 23286 AegisName: Candy_Box_Range - Name: Candy Bag Backpack (Range) + Name: Candy Pouch Box(Ranged) Type: Usable Weight: 10 Flags: Container: true Script: | - getitem 23290,1; - getitem 20843,1; + getgroupitem(IG_CANDY_BOX_RANGE); - Id: 23287 AegisName: Candy_Box_Magic - Name: Candy Bag Backpack (Magical) + Name: Candy Pouch Box(Magic) Type: Usable Weight: 10 Flags: Container: true Script: | - getitem 23291,1; - getitem 20844,1; + getgroupitem(IG_CANDY_BOX_MAGIC); - Id: 23288 AegisName: Cps_Fly_Wing Name: Compressed Fly Wing - Type: Delayconsume + Type: DelayConsume Buy: 1000 Weight: 10 Script: | @@ -55578,21 +62656,21 @@ Body: - Id: 23289 AegisName: Candy_Bag_Scroll_Melee Name: Candy Bag Blessing Scroll(Physical) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23290 AegisName: Candy_Bag_Scroll_Range Name: Candy Bag Blessing Scroll(Ranged) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23291 AegisName: Candy_Bag_Scroll_Magic Name: Candy Bag Blessing Scroll(Magic) - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -55611,8 +62689,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem(1646,1); - getitem(22104,1); + getgroupitem(IG_POROROCA_SHOES_BUNDLE_A); - Id: 23295 AegisName: Lian_Bundle_B Name: Lian Bundle A @@ -55628,9 +62705,21 @@ Body: NoMail: true NoAuction: true Script: | - getitem 2195,1; - getitem 20753,1; - getitem 22069,1; + getgroupitem(IG_LIAN_BUNDLE_B); + - Id: 23296 + AegisName: D_Buger + Name: D.Burger + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23297 AegisName: Lovely_Egg_Box Name: Lovely Egg Box @@ -55663,6 +62752,8 @@ Body: Name: Infinite Cat Hand Ticket Box(1 Day) Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_CATPAW_1DAY_PARA); - Id: 23304 @@ -55670,6 +62761,8 @@ Body: Name: Infinite Fly Wing Box(1 Day) Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_WING_OF_FLY_1DAY_PARA); - Id: 23305 @@ -55691,7 +62784,7 @@ Body: getgroupitem(IG_CAT_SCROLL); - Id: 23307 AegisName: Comp_M_DEFScroll - Name: "[Sale] Shining Defense Scroll" + Name: "[Not for Sale] Shining Defense Scroll" Type: Usable Weight: 10 Trade: @@ -55704,11 +62797,11 @@ Body: NoAuction: true Script: | specialeffect2 EF_HEAL3; - sc_start SC_M_DEFSCROLL,600000,0; + sc_start2 SC_M_DEFSCROLL,600000,500,200; - Id: 23308 AegisName: Booster_Amplifier Name: Booster Amplifier - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -55734,7 +62827,7 @@ Body: - Id: 23311 AegisName: Magical_Cat_Hand Name: Magic Cat Hand - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -55747,6 +62840,20 @@ Body: Container: true Script: | getgroupitem(IG_CHEMICALS_BAG); + - Id: 23317 + AegisName: Comp_Cherryblossom_C + Name: "[NotForSale] Cherry Blossom Cake" + Type: Usable + Weight: 30 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 30,30; - Id: 23318 AegisName: Shadow_Scroll2 Name: Shadow Scroll II @@ -55795,12 +62902,14 @@ Body: Name: Unlimited Wing Of Fly 3D Box Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_WING_OF_FLY_3DAY_BOX_); - Id: 23324 AegisName: StabilityShadow_Mix Name: StabilityShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -55822,6 +62931,20 @@ Body: NoAuction: true Script: | getgroupitem(IG_MOBILE_NOVICE_BOX); + - Id: 23328 + AegisName: Asha_Vahishta + Name: Asha Bahishta + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23329 AegisName: C_Wing_Of_Fly_5Day_Box_ Name: Infinite Fly Wing Box(5 Days) @@ -55829,6 +62952,7 @@ Body: Weight: 10 Flags: BuyingStore: true + Container: true Script: | getgroupitem(IG_C_WING_OF_FLY_5DAY_BOX_); - Id: 23330 @@ -55838,6 +62962,7 @@ Body: Weight: 10 Flags: BuyingStore: true + Container: true Script: | getgroupitem(IG_C_GIANT_FLY_1DAY_BOX_); - Id: 23331 @@ -55845,6 +62970,8 @@ Body: Name: Infinite Fly Wing Box(1 Week) Type: Cash Weight: 10 + Flags: + Container: true Script: | getgroupitem(IG_C_WING_OF_FLY_BOX_); - Id: 23332 @@ -55913,12 +63040,13 @@ Body: - Id: 23338 AegisName: Comp_Wing_Of_Fly Name: Compressed Fly Wing - Type: Delayconsume + Type: DelayConsume Weight: 0 Trade: NoDrop: true NoTrade: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -56140,7 +63268,7 @@ Body: - Id: 23360 AegisName: Psychotropic Name: Psychotropic - Type: Delayconsume + Type: DelayConsume Weight: 10 EquipLevelMin: 100 NoUse: @@ -56182,6 +63310,20 @@ Body: NoAuction: true Script: | percentheal 10,10; + - Id: 23363 + AegisName: E_Watermelon_Pudding + Name: Watermelon Pudding + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 30,30; - Id: 23364 AegisName: Cryptura_Cookie Name: Critatura Pope Cookie @@ -56212,19 +63354,25 @@ Body: NoAuction: true Script: | getgroupitem(IG_CRYPTURA_GIFTBOX); + - Id: 23367 + AegisName: Tamato_Noodle + Name: Spaghetti and Sauce + Type: Usable + Weight: 100 + Script: | + percentheal 30,30; + - Id: 23368 + AegisName: Store_Search1 + Name: Special Shopper Catalog + Type: Usable + Weight: 10 +# Script: | +# /* TODO */ - Id: 23374 AegisName: Fire_Armor_S Name: Fire Armor Scroll Type: Usable Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_FIREHIT; sc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Fire,1,0; @@ -56233,14 +63381,6 @@ Body: Name: Water Armor Scroll Type: Usable Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_COLDHIT; sc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Water,1,0; @@ -56249,14 +63389,6 @@ Body: Name: Wind Armor Scroll Type: Usable Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_WINDHIT; sc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Wind,1,0; @@ -56265,14 +63397,6 @@ Body: Name: Earth Armor Scroll Type: Usable Weight: 10 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | specialeffect2 EF_EARTHHIT; sc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Earth,1,0; @@ -56301,10 +63425,10 @@ Body: Flags: Container: true Script: | - .@r = rand(1,3); - if (.@r == 1) + .@rnd = rand(1,3); + if (.@rnd == 1) getitem callfunc("F_Rand",14849,14850,14851,14852,14853,14854),10; - else if (.@r == 2) + else if (.@rnd == 2) getitem 14841,50; else getitem 14886,2; @@ -56328,8 +63452,10 @@ Body: - Id: 23436 AegisName: Shadow_Refine_Hammer Name: Shadow Refine Hammer - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 23438 @@ -56383,6 +63509,20 @@ Body: Weight: 100 Script: | percentheal 20,20; + - Id: 23446 + AegisName: Savage_Trap + Name: Savage Trap + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23473 AegisName: Infinity_Scroll Name: Infinity Scroll @@ -56403,7 +63543,7 @@ Body: - Id: 23474 AegisName: InfinityShadow_Mix Name: InfinityShadow Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -56415,6 +63555,7 @@ Body: Trade: NoDrop: true NoTrade: true + NoSell: true NoCart: true NoGuildStorage: true NoMail: true @@ -56802,6 +63943,7 @@ Body: NoCart: true NoStorage: true NoGuildStorage: true + NoMail: true NoAuction: true Script: | getitem 11566,20; @@ -56815,6 +63957,7 @@ Body: NoCart: true NoStorage: true NoGuildStorage: true + NoMail: true NoAuction: true Script: | getitem 11565,20; @@ -56827,6 +63970,14 @@ Body: Container: true Script: | getgroupitem(IG_Enchant_Stone_Box13); + - Id: 23533 + AegisName: Vote_Rose + Name: Rose of Choice + Type: Usable + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 23537 AegisName: Bloody_Scroll Name: Bloody Scroll @@ -56850,28 +64001,28 @@ Body: Type: Usable Weight: 10 Flags: + BuyingStore: true Container: true Script: | - getitem 28942,1; - getitem 23545,1; + getgroupitem(IG_BLOODYKNIGHT_SHIELD_BOX); - Id: 23545 AegisName: Silver_Statue Name: Silver Statue - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23546 AegisName: Cursed_Blood Name: Cursed Blood - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_upgrade(); - Id: 23547 AegisName: Gold_Statue Name: Gold Statue - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_upgrade(); @@ -56888,14 +64039,6 @@ Body: Name: Snow Cookie Type: Usable Weight: 50 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | percentheal 5,0; sc_start SC_HITFOOD,600000,30; @@ -56904,14 +64047,6 @@ Body: Name: Winter Cookie Type: Usable Weight: 50 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | percentheal 5,0; sc_start SC_ATKPOTION,600000,3; @@ -56920,14 +64055,6 @@ Body: Name: Festi Cookie Type: Usable Weight: 50 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | percentheal 5,0; sc_start SC_ASPDPOTION0,600000,10; @@ -56936,14 +64063,6 @@ Body: Name: Flora Cookie Type: Usable Weight: 50 - Trade: - NoDrop: true - NoTrade: true - NoSell: true - NoCart: true - NoGuildStorage: true - NoMail: true - NoAuction: true Script: | percentheal 5,0; sc_start SC_MATKPOTION,600000,3; @@ -56965,6 +64084,12 @@ Body: Container: true Script: | getgroupitem(IG_SNOW_FESTA_CARDPACK); + - Id: 23556 + AegisName: Hunter_Food + Name: Dinner for Hunter + Type: Usable +# Script: | +# /* TODO */ - Id: 23575 AegisName: Adventurer_Box_1 Name: Adventurer Box (1) @@ -57094,7 +64219,9 @@ Body: - Id: 23582 AegisName: E_Wing_Of_Fly_3Day_Box Name: "[Gift] Unlimited Fly Wing 3 Day Box" - Type: Usable + Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -57104,12 +64231,14 @@ Body: NoMail: true NoAuction: true Script: | - rentitem 12887,604800; + getgroupitem(IG_E_WING_OF_FLY_3DAY_BOX); - Id: 23583 AegisName: Rebeginer_Box Name: Beginner's Armor Box Type: Usable EquipLevelMin: 100 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -57119,16 +64248,14 @@ Body: NoMail: true NoAuction: true Script: | - getitem 19310,1; - getitem 15250,1; - getitem 20906,1; - getitem 22173,1; - getitem 28566,1; + getgroupitem(IG_REBEGINER_BOX); - Id: 23584 AegisName: Rebeginer_S_Box Name: Beginner's Shadow Box Type: Usable EquipLevelMin: 120 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -57138,12 +64265,7 @@ Body: NoMail: true NoAuction: true Script: | - getitem 24387,1; - getitem 24388,1; - getitem 24390,1; - getitem 24389,1; - getitem 24391,1; - getitem 24392,1; + getgroupitem(IG_REBEGINER_S_BOX); - Id: 23585 AegisName: Rebeginer_Box_100 Name: Beginner Support Box(100) @@ -57355,8 +64477,6 @@ Body: Name: Dogly Bottle Z Type: Healing Weight: 180 - Flags: - BuyingStore: true Script: | percentheal 18,18; - Id: 23661 @@ -57406,35 +64526,35 @@ Body: - Id: 23665 AegisName: PhysicalMagical_Mix Name: PhysicalMagical Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23666 AegisName: ImmunedAthena_Mix Name: ImmunedAthena Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23667 AegisName: HardChamption_Mix Name: HardChampion Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23668 AegisName: KingbirdAncient_Mix Name: KingbirdAncient Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 23669 AegisName: CriticalHit_Mix Name: CriticalHit Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -57450,14 +64570,14 @@ Body: - Id: 23675 AegisName: Geffen_Magic_Scroll Name: Geffen Magic Armor Order Form - Type: Delayconsume + Type: DelayConsume Weight: 100 Script: | laphine_upgrade(); - Id: 23676 AegisName: Gray_Charcoal_Melee Name: Grey Abrasive (physical) - Type: Delayconsume + Type: DelayConsume Weight: 50 Flags: BuyingStore: true @@ -57466,7 +64586,7 @@ Body: - Id: 23677 AegisName: Gray_Charcoal_Magic Name: Grey Abrasive (magical) - Type: Delayconsume + Type: DelayConsume Weight: 50 Flags: BuyingStore: true @@ -57475,7 +64595,7 @@ Body: - Id: 23678 AegisName: Gray_Charcoal_Range Name: Grey Abrasive (distance) - Type: Delayconsume + Type: DelayConsume Weight: 50 Flags: BuyingStore: true @@ -57484,7 +64604,7 @@ Body: - Id: 23679 AegisName: Geffen_Magic_Scroll2 Name: Geffen Magic Accessory Order Form - Type: Delayconsume + Type: DelayConsume Weight: 100 Script: | laphine_upgrade(); @@ -57542,14 +64662,14 @@ Body: - Id: 23706 AegisName: Charleston_Parts_W Name: Charleston Upgrade Parts (Physical) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23707 AegisName: Charleston_Parts_R Name: Charleston Upgrade Parts (Ranged) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); @@ -57584,6 +64704,7 @@ Body: Name: Trap Box Type: Usable Buy: 20 + Sell: 0 Weight: 250 Script: | getitem "Booby_Trap",500; @@ -57624,10 +64745,19 @@ Body: - Id: 23720 AegisName: Shadow_Random_Mix Name: Shadow Random Mix - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); + - Id: 23723 + AegisName: Melon_Bread + Name: Melon Bread + Type: Usable + Weight: 50 +# Script: | +# /* TODO */ - Id: 23724 AegisName: Celebrate_Egg Name: Memorial Egg @@ -57732,6 +64862,13 @@ Body: Container: true Script: | getgroupitem(IG_NOODLE_FESTA_CAN); + - Id: 23744 + AegisName: Cream_Noodle + Name: Cream Noodles + Type: Usable + Weight: 40 +# Script: | +# /* TODO */ - Id: 23751 AegisName: Comp_AID_Buff_Box Name: "[NotForSale] Premium Buff Box" @@ -57785,8 +64922,10 @@ Body: Name: Premium Taming Gift Set II Type: Usable Weight: 200 + Flags: + Container: true Script: | - /* TODO */ + getgroupitem(IG_ADVANCED_TAIMING_ITEM2); - Id: 23763 AegisName: Mysterious_Egg3 Name: Mysterious Egg III @@ -57839,22 +64978,23 @@ Body: getgroupitem(IG_MAY_RAINBOW_SCROLL); - Id: 23766 AegisName: Overwhelm_Armor_Box - Name: Temporal Armor Box + Name: Overwhelm Armor Box Type: Usable Weight: 2000 Flags: + BuyingStore: true Container: true Script: | - getitem callfunc("F_Rand",15278,15279,15346,15347,15353,15354),1; + getgroupitem(IG_OVERWHELM_ARMOR_BOX); - Id: 23767 AegisName: Powerful_Helm_Box Name: Strong Helmet Box Type: Usable + Weight: 800 Flags: Container: true - Weight: 800 Script: | - getitem callfunc("F_Rand",19300,19249,19263,19296,19308),1; + getgroupitem(IG_POWERFUL_HELM_BOX); - Id: 23770 AegisName: Enchant_Stone_Box16 Name: Costume Enchant Stone Box 16 @@ -57868,6 +65008,8 @@ Body: AegisName: Mysterious_Plastic Name: Mysterious Plastic Bag Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -57876,10 +65018,8 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true - Flags: - Container: true Script: | - /* unknown */ + getgroupitem(IG_MYSTERIOUS_PLASTIC); - Id: 23772 AegisName: EP17_1_SPC01 Name: OS Weapon Chest @@ -57955,42 +65095,42 @@ Body: - Id: 23776 AegisName: EP17_1_SPC05 Name: Weapon Modifier (Physical) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23777 AegisName: EP17_1_SPC06 Name: Advanced Weapon Modifier (Physical) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23778 AegisName: EP17_1_SPC07 Name: Super Weapon Modifier (Physical) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23779 AegisName: EP17_1_SPC08 Name: Weapon Modifier (Magic) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23780 AegisName: EP17_1_SPC09 Name: Advanced Weapon Modifier (Magic) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23781 AegisName: EP17_1_SPC10 Name: Super Weapon Modifier (Magic) - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); @@ -58050,435 +65190,558 @@ Body: - Id: 23815 AegisName: Magma_Essence Name: Lava Essence - Type: Delayconsume + Type: DelayConsume Weight: 50 Script: | laphine_upgrade(); - Id: 23817 AegisName: Bs_Making_S Name: Mysterious Combination Bundle - Type: Delayconsume + Type: Usable Weight: 10 + Flags: + BuyingStore: true + Container: true Script: | - /* TODO Update Description */ + getgroupitem(IG_BS_MAKING_S); - Id: 23818 AegisName: Bs_Item_M_S_2 Name: Giant Orc Helm Combination SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23819 AegisName: Bs_Item_M_S_8 Name: Crimson Rose SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23820 AegisName: Bs_Item_M_S_10 Name: Grand Peco Hairband SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23821 AegisName: Bs_Item_M_S_11 Name: Moonflower Hair Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23822 AegisName: Bs_Item_M_S_34 Name: Wings of 8 Purgatories SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23823 AegisName: Bs_Item_M_S_41 Name: Tare Neko Cru SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23824 AegisName: Bs_Item_M_S_42 Name: Glory Soccer Ball Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23825 AegisName: Bs_Item_M_S_43 Name: Wicket marching Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23826 AegisName: Bs_Item_M_S_44 Name: Wandering Wolf Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23827 AegisName: Bs_Sha_M_S_1 Name: Status Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23828 AegisName: Bs_Sha_M_S_17 Name: Elegant Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23829 AegisName: Bs_Sha_M_S_18 Name: Tension Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23830 AegisName: Bs_Sha_M_S_19 Name: Restore Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23831 AegisName: Bs_Sha_M_S_20 Name: Healing Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23832 AegisName: Bs_Item_M_S_4 Name: Amistr Cap SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23833 AegisName: Bs_Item_M_S_6 Name: Tiger King Doll Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23834 AegisName: Bs_Item_M_S_7 Name: Bacsojin Doll SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23835 AegisName: Bs_Item_M_S_12 Name: Candy Pouch Bag SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23836 AegisName: Bs_Item_M_S_13 Name: Gold Fish Head Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23837 AegisName: Bs_Item_M_S_15 Name: Survival SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23838 AegisName: Bs_Item_M_S_28 Name: Toy Sringe SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23839 AegisName: Bs_Item_M_S_29 Name: Indigor Rear Ribbon SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23840 AegisName: Bs_Item_M_S_31 Name: Magical Booster SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23841 AegisName: Bs_Item_M_S_32 Name: Rosario's Necklace SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23842 AegisName: Bs_Item_M_S_33 Name: Spirit Crown SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23843 AegisName: Bs_Item_M_S_36 Name: Guard's Cap SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23844 AegisName: Bs_Item_M_S_37 Name: Bandit's Hood SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23845 AegisName: Bs_Item_M_S_38 Name: Angel's Blessing SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23846 AegisName: Bs_Item_M_S_39 Name: Rabbit Magic Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23847 AegisName: Bs_Item_M_S_40 Name: Anubis Helm SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23848 AegisName: Bs_Item_M_S_45 Name: Imp Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23849 AegisName: Bs_Item_M_S_46 Name: Red Marching Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23850 AegisName: Bs_Item_M_S_47 Name: Ifrit Mask SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23851 AegisName: Bs_Item_M_S_48 Name: Incarnation Of Morocc Doll SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23852 AegisName: Bs_Item_M_S_49 Name: Samambaia SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23853 AegisName: Bs_Item_M_S_50 Name: Chick Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23854 AegisName: Bs_Sha_M_S_2 Name: Class Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23855 AegisName: Bs_Sha_M_S_5 Name: Spell Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23856 AegisName: Bs_Sha_M_S_6 Name: Size Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23857 AegisName: Bs_Sha_M_S_7 Name: Race Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23858 AegisName: Bs_Sha_M_S_8 Name: Stability Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23859 AegisName: Bs_Sha_M_S_13 Name: Special Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23860 AegisName: Bs_Sha_M_S_15 Name: Physical Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23861 AegisName: Bs_Sha_M_S_16 Name: Magical Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23862 AegisName: Bs_Sha_M_S_23 Name: EXP Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23863 AegisName: Bs_Item_M_S_5 Name: Mad Bunny SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23864 AegisName: Bs_Item_M_S_9 Name: Archangel's Wings SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23865 AegisName: Bs_Item_M_S_14 Name: Smokie's Transformation Leaf SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23866 AegisName: Bs_Item_M_S_16 Name: Ifrit's Ear SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23867 AegisName: Bs_Item_M_S_17 Name: Heartwing Band SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23868 AegisName: Bs_Item_M_S_19 Name: Sigrun's Wings SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23869 AegisName: Bs_Item_M_S_27 Name: Cat Headdress SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23870 AegisName: Bs_Item_M_S_35 Name: Noble Mask SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23871 AegisName: Bs_Sha_M_S_9 Name: Gemstone Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23872 AegisName: Bs_Sha_M_S_10 Name: Bearers Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23873 AegisName: Bs_Sha_M_S_11 Name: Hasty Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23874 AegisName: Bs_Sha_M_S_21 Name: Critical Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23875 AegisName: Bs_Sha_M_S_22 Name: Mortal Blow Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23876 AegisName: Bs_Item_M_S_1 Name: Fallen Angel Wings SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23877 AegisName: Bs_Item_M_S_3 Name: Adventurer's Backpack SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23878 @@ -58501,113 +65764,145 @@ Body: - Id: 23879 AegisName: Bs_Item_M_S_18 Name: Spell Circuit SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23880 AegisName: Bs_Item_M_S_20 Name: New Wave Sunglasses SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23881 AegisName: Bs_Item_M_S_21 Name: Giant Snake Breath SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23882 AegisName: Bs_Item_M_S_22 Name: Judge Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23883 AegisName: Bs_Item_M_S_23 Name: Dog Officer SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23884 AegisName: Bs_Item_M_S_24 Name: Fancy Feather Hat SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23885 AegisName: Bs_Item_M_S_25 Name: Amistr Beret SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23886 AegisName: Bs_Item_M_S_26 Name: General Helm SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23887 AegisName: Bs_Item_M_S_30 Name: Cursed Knight's Shield SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23888 AegisName: Bs_Sha_M_S_3 Name: Penetration Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23889 AegisName: Bs_Sha_M_S_4 Name: Tempest Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23890 AegisName: Bs_Sha_M_S_12 Name: Blitz Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23891 AegisName: Bs_Sha_M_S_14 Name: Reload Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23892 AegisName: Bs_Sha_M_S_24 Name: Force and Spirit Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23893 AegisName: Bs_Sha_M_S_25 Name: Infinity Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23894 AegisName: Bs_Item_M_S_51 Name: Wickebine's Black Cat's Ear SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 23896 @@ -58675,6 +65970,12 @@ Body: Script: | specialeffect2 EF_BASH3D; sc_start SC_ALMIGHTY,1800000,10; + sc_start SC_FOOD_STR_CASH,1800000,10; + sc_start SC_FOOD_AGI_CASH,1800000,10; + sc_start SC_FOOD_INT_CASH,1800000,10; + sc_start SC_FOOD_DEX_CASH,1800000,10; + sc_start SC_FOOD_LUK_CASH,1800000,10; + sc_start SC_FOOD_VIT_CASH,1800000,10; - Id: 23900 AegisName: Time_Overload_Box Name: Temporal Transcendence Box @@ -58785,7 +66086,7 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_MAIN_LUCKY_BOX); + getgroupitem(IG_MAIN_LUCKY_BOX,true); - Id: 23919 AegisName: K_Secret_Key Name: Kachua's Secret Key @@ -58859,8 +66160,10 @@ Body: - Id: 23926 AegisName: Shadow_9_Refine_Hammer Name: Shadow 9 Refine Hammer - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 23949 @@ -58874,17 +66177,33 @@ Body: getgroupitem(IG_LEVEL_ACHIEVEMENT_BOX); - Id: 23952 AegisName: Sillit_Pong_Box - Name: Sillit Pong Box - Type: Usable + Name: Silit Pong Box + Type: Cash Weight: 10 Flags: + BuyingStore: true Container: true Script: | - getitem 6443,1; + getgroupitem(IG_SILLIT_PONG_BOX); + - Id: 23962 + AegisName: Malang_Cat_Can2 + Name: Upgraded Malangdo Cat Can + Type: Usable + Weight: 50 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 23967 AegisName: EnchantStone_Recipe_9m Name: Enchant Stone Recipe 9m - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -58959,8 +66278,10 @@ Body: - Id: 100000 AegisName: IDTest_Special Name: IDTest Special - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_synthesis(); - Id: 100002 @@ -58974,13 +66295,13 @@ Body: - Id: 100003 AegisName: ILL_Piece_A Name: Red Phantom Resonance Stone - Type: Delayconsume + Type: DelayConsume Script: | laphine_upgrade(); - Id: 100004 AegisName: ILL_Piece_B Name: Azure Mirage Resonance Stone - Type: Delayconsume + Type: DelayConsume Script: | laphine_upgrade(); - Id: 100005 @@ -58988,6 +66309,8 @@ Body: Name: True Small Mana Potion Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true Script: | @@ -58996,20 +66319,24 @@ Body: sc_start SC_SPEEDUP0,600000,25; - Id: 100006 AegisName: G_M_DEFScroll - Name: True Brilliant Protection Scroll + Name: True Shining Defense Scroll Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true Script: | specialeffect2 EF_HEAL3; - sc_start SC_M_DEFSCROLL,3600000,0; + sc_start2 SC_M_DEFSCROLL,3600000,500,200; sc_start SC_SPEEDUP0,600000,25; - Id: 100007 AegisName: G_Limit_Power_Booster Name: True Limited Power Booster Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true Script: | @@ -59021,6 +66348,8 @@ Body: Name: True Infinity Drink Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true Script: | @@ -59037,14 +66366,14 @@ Body: - Id: 100010 AegisName: PerfectSize_Mix Name: Perfect Size Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100011 AegisName: MagicPiercing_Mix Name: Magic Piercing Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -59087,17 +66416,33 @@ Body: - Id: 100023 AegisName: Ancient_Hero_Bravery Name: Ancient Hero Bravery - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); + - Id: 100024 + AegisName: TimeExtension1 + Name: Time Extension (Account) + Type: Usable +# Script: | +# /* TODO */ - Id: 100025 AegisName: Ancient_Hero_Wisdom Name: Ancient Hero Wisdom - Type: Delayconsume + Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); + - Id: 100026 + AegisName: TimeExtension2 + Name: Time Extension(Character) + Type: Usable +# Script: | +# /* TODO */ - Id: 100029 AegisName: Booster_Pack_1 Name: Booster Pack(1) @@ -59114,7 +66459,7 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_BOOSTER_PACK_1); + getgroupitem(IG_BOOSTER_PACK_1,true); - Id: 100030 AegisName: Booster_Pack_15 Name: Booster Pack (15) @@ -59240,7 +66585,7 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_BOOSTER_PACK_100); + getgroupitem(IG_BOOSTER_PACK_100,true); - Id: 100037 AegisName: Booster_Pack_115 Name: Booster Pack(115) @@ -59334,7 +66679,7 @@ Body: - Id: 100043 AegisName: Boost_Up_1 Name: Booster Armor UpgradeBox - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -59348,7 +66693,7 @@ Body: - Id: 100044 AegisName: Boost_Up_2 Name: Booster Weapon UpgradeBox - Type: Delayconsume + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -59374,7 +66719,7 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_STATER_A_BOX); + getgroupitem(IG_STATER_A_BOX,true); - Id: 100046 AegisName: Boost_Atk_Box Name: Attacker Booster Armor Crate @@ -59489,7 +66834,7 @@ Body: - Id: 100053 AegisName: Piercing_Mix Name: Piercing Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -59508,18 +66853,18 @@ Body: NoMail: true NoAuction: true Script: | - getgroupitem(IG_TIME_OVER_S_BOX); + getgroupitem(IG_TIME_OVER_S_BOX,true); - Id: 100058 AegisName: Hasty_Mix Name: Hasty Shadow SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100060 AegisName: EnchantStone_Recipe_4m Name: 4m Enchant Stone Recipe SynthesisBox - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -59541,7 +66886,7 @@ Body: - Id: 100065 AegisName: WL_MB_SG Name: Spell Book (Storm Gust) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59549,7 +66894,7 @@ Body: - Id: 100066 AegisName: WL_MB_LOV Name: Spell Book (Lord of Vermilion) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59557,7 +66902,7 @@ Body: - Id: 100067 AegisName: WL_MB_MS Name: Spell Book (Meteor Storm) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59565,7 +66910,7 @@ Body: - Id: 100068 AegisName: WL_MB_DL Name: Spell Book (Drain Life) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59573,7 +66918,7 @@ Body: - Id: 100069 AegisName: WL_MB_JF Name: Spell Book (Jack Frost) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59581,7 +66926,7 @@ Body: - Id: 100070 AegisName: WL_MB_ES Name: Spell Book (Earth Strain) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59589,7 +66934,7 @@ Body: - Id: 100071 AegisName: WL_MB_CR Name: Spell Book (Crimson Rock) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59597,7 +66942,7 @@ Body: - Id: 100072 AegisName: WL_MB_CL Name: Spell Book (Chain Lightning) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59605,7 +66950,7 @@ Body: - Id: 100073 AegisName: WL_MB_CM Name: Spell Book (Comet) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59613,7 +66958,7 @@ Body: - Id: 100074 AegisName: WL_MB_TV Name: Spell Book (Tetra Vortex) - Type: Delayconsume + Type: DelayConsume Flags: NoConsume: true Script: | @@ -59735,6 +67080,8 @@ Body: AegisName: Boarding_Halter_Box30_Z Name: "[NotForSale] Boarding Halter (30 Days)" Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -59745,6 +67092,13 @@ Body: NoAuction: true Script: | getgroupitem(IG_BOARDING_HALTER_BOX30_Z); + - Id: 100098 + AegisName: RTC_EnergyDrink_TW + Name: Vitality Stimulant + Type: Usable + Weight: 10 + Script: | + sc_start SC_INCALLSTATUS,300000,20; - Id: 100100 AegisName: Temporal_Manteau_Box Name: Temporal Manteau Box @@ -59798,7 +67152,7 @@ Body: - Id: 100128 AegisName: Noblesse_Rifine_Ticket Name: Noblesses Refine Ticket - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 100 Trade: @@ -59814,7 +67168,7 @@ Body: - Id: 100129 AegisName: Imperial_Rifine_Ticket Name: Imperial Refine Ticket - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 125 Trade: @@ -59830,7 +67184,7 @@ Body: - Id: 100130 AegisName: Grace_Rifine_Ticket Name: Grace Refine Ticket - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 150 Trade: @@ -59846,7 +67200,7 @@ Body: - Id: 100131 AegisName: Imperial_Convert1 Name: Imperial Physical Modification Permit (Garment) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 125 Trade: @@ -59862,7 +67216,7 @@ Body: - Id: 100132 AegisName: Imperial_Convert2 Name: Imperial Magical Modification Permit (Garment) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 125 Trade: @@ -59878,7 +67232,7 @@ Body: - Id: 100133 AegisName: Grace_Convert1 Name: Grace Physical Modification Permit (Garment) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 150 Trade: @@ -59894,7 +67248,7 @@ Body: - Id: 100134 AegisName: Grace_Convert2 Name: Grace Magical Modification Permit (Garment) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 150 Trade: @@ -59910,7 +67264,7 @@ Body: - Id: 100135 AegisName: Imperial_Convert3 Name: Imperial Physical Modification Permit (Armor) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 125 Trade: @@ -59926,7 +67280,7 @@ Body: - Id: 100136 AegisName: Imperial_Convert4 Name: Imperial Magical Modification Permit (Armor) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 125 Trade: @@ -59942,7 +67296,7 @@ Body: - Id: 100137 AegisName: Grace_Convert3 Name: Grace Physical Modification Permit (Armor) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 150 Trade: @@ -59958,7 +67312,7 @@ Body: - Id: 100138 AegisName: Grace_Convert4 Name: Grace Magical Modification Permit (Armor) - Type: Delayconsume + Type: DelayConsume Buy: 20 EquipLevelMin: 150 Trade: @@ -60005,6 +67359,14 @@ Body: Name: Bath Foam A Type: Usable Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus_script "{ bonus2 bAddRace2,RC2_EP172BATH,5; }",900,1,0,EFST_BATH_FOAM_A; - Id: 100148 @@ -60012,6 +67374,14 @@ Body: Name: Bath Foam B Type: Usable Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus_script "{ bonus2 bAddRace2,RC2_EP172BATH,10; }",900,1,0,EFST_BATH_FOAM_B; - Id: 100149 @@ -60019,11 +67389,34 @@ Body: Name: Bath Foam C Type: Usable Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | bonus_script "{ bonus2 bAddRace2,RC2_EP172BATH,15; }",900,1,0,EFST_BATH_FOAM_C; + - Id: 100150 + AegisName: Aroma_Oil + Name: Aromatherapy Oil + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 100151 AegisName: Skill_Sha_M_S_Weapon - Name: Skill Shadow Weapon Combination Scroll + Name: Skill Shadow Weapon Recipe Type: DelayConsume Weight: 10 Flags: @@ -60077,26 +67470,70 @@ Body: AegisName: Auto_M_Box Name: Automatic Module Box Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | - getrandgroupitem(IG_AUTOMATIC_MODULE_MIX,1); + getgroupitem(IG_AUTOMATIC_MODULE_MIX); - Id: 100161 AegisName: Epic_M_Box Name: Epic Module Box Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | - getrandgroupitem(IG_EPIC_MODULE_MIX,1); + getgroupitem(IG_EPIC_MODULE_MIX); - Id: 100162 AegisName: Auto_M_I_Box_A Name: Automatic Improvement Device Physical Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | - getrandgroupitem(IG_AUTO_M_I_BOX_A,1); + getgroupitem(IG_AUTO_M_I_BOX_A); - Id: 100163 AegisName: Auto_M_I_Box_B Name: Automatic Improvement Device Magical Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoStorage: true + NoCart: true + NoSell: true + NoMail: true + NoAuction: true + NoGuildStorage: true Script: | - getrandgroupitem(IG_AUTO_M_I_BOX_B,1); + getgroupitem(IG_AUTO_M_I_BOX_B); - Id: 100164 AegisName: Auto_Imp_Melee_1 Name: Normal Automatic Improvement Device (Physical) @@ -60154,31 +67591,35 @@ Body: AegisName: Cannon_Ball_Box Name: Cannon Ball Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Cannon_Ball",500; + getgroupitem(IG_CANNON_BALL_BOX); - Id: 100172 AegisName: Iron_Cannon_Ball_Box Name: Iron Cannon Ball Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Iron_Cannon_Ball",500; + getgroupitem(IG_IRON_CANNON_BALL_BOX); - Id: 100173 AegisName: Soul_Cannon_Ball_Box Name: Soul Cannon Ball Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Soul_Cannon_Ball",500; + getgroupitem(IG_SOUL_CANNON_BALL_BOX); - Id: 100174 AegisName: Poi_Arrow_Container Name: Poison Arrow Quiver Type: Usable Buy: 20 + Sell: 0 Weight: 250 Script: | getitem "Poison_Arrow",500; @@ -60186,178 +67627,200 @@ Body: AegisName: Dark_Cannon_Ball_Box Name: Dark Cannon Ball Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Dark_Cannon_Ball",500; + getgroupitem(IG_DARK_CANNON_BALL_BOX); - Id: 100177 AegisName: Holy_Cannon_Ball_Box Name: Holy Cannon Ball Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Holy_Cannon_Ball",500; + getgroupitem(IG_HOLY_CANNON_BALL_BOX); - Id: 100178 AegisName: Cannon_Box_6 Name: Liquid Condensed Bullet Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Liquid_Condensed_Bullet",500; + getgroupitem(IG_CANNON_BOX_6); - Id: 100179 AegisName: Magic_Gear_Fuel_Box - Name: Large Mado Gear Fuel Tank + Name: Large Madogear Fuel Tank Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Magic_Gear_Fuel",500; + getgroupitem(IG_MAGIC_GEAR_FUEL_BOX); - Id: 100180 AegisName: RepairA_Box Name: Repair A Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "RepairA",500; + getgroupitem(IG_REPAIRA_BOX); - Id: 100181 AegisName: RepairB_Box Name: Repair B Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "RepairB",500; + getgroupitem(IG_REPAIRB_BOX); - Id: 100182 AegisName: RepairC_Box Name: Repair C Box Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "RepairC",500; + getgroupitem(IG_REPAIRC_BOX); - Id: 100183 AegisName: Flame_Stone_Bundle Name: Flame Stone Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Flame_Stone",500; + getgroupitem(IG_FLAME_STONE_BUNDLE); - Id: 100184 AegisName: Ice_Stone_Bundle Name: Ice Stone Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Ice_Stone",500; + getgroupitem(IG_ICE_STONE_BUNDLE); - Id: 100185 AegisName: Wind_Stone_Bundle Name: Wind Stone Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Wind_Stone",500; + getgroupitem(IG_WIND_STONE_BUNDLE); - Id: 100186 AegisName: Shadow_Orb_Bundle Name: Shadow Orb Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Shadow_Orb",500; + getgroupitem(IG_SHADOW_ORB_BUNDLE); - Id: 100187 AegisName: Charm_Fire_Bundle - Name: Fire Amulet Bundle + Name: Fire Charm Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Charm_Fire",500; + getgroupitem(IG_CHARM_FIRE_BUNDLE); - Id: 100188 AegisName: Charm_Ice_Bundle - Name: Ice Amulet Bundle + Name: Ice Charm Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Charm_Ice",500; + getgroupitem(IG_CHARM_ICE_BUNDLE); - Id: 100189 AegisName: Charm_Wind_Bundle - Name: Wind Amulet Bundle + Name: Wind Charm Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Charm_Wind",500; + getgroupitem(IG_CHARM_WIND_BUNDLE); - Id: 100190 AegisName: Charm_Earth_Bundle - Name: Earth Amulet Bundle + Name: Earth Charm Bundle Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Charm_Earth",500; + getgroupitem(IG_CHARM_EARTH_BUNDLE); - Id: 100191 AegisName: Kunai_Scroll_Explosive - Name: Explosive Kunai Summon Scroll + Name: Explosive Kunai Scroll Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Explosive_Kunai",500; + getgroupitem(IG_KUNAI_SCROLL_EXPLOSIVE); - Id: 100192 AegisName: Gemstone_Blue Name: Blue Gemstone Pouch Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Blue_Gemstone",500; + getgroupitem(IG_GEMSTONE_BLUE); - Id: 100193 AegisName: Gemstone_YL Name: Yellow Gemstone Pouch Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Yellow_Gemstone",500; + getgroupitem(IG_GEMSTONE_YL); - Id: 100194 AegisName: Gemstone_Red Name: Red Gemstone Pouch Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Red_Gemstone",500; + getgroupitem(IG_GEMSTONE_RED); - Id: 100195 AegisName: Bullet_Case_Full - Name: Full Metal Jacket Cartridge + Name: Full Metal Jacket Case Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Full_Metal_Jacket",500; + getgroupitem(IG_BULLET_CASE_FULL); - Id: 100196 AegisName: Bullet_Case_Mine - Name: Projection Landmine Cartridge + Name: Projectile Mine Case Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Shooting_Mine",500; + getgroupitem(IG_BULLET_CASE_MINE); - Id: 100197 AegisName: Bullet_Case_Tail - Name: Dragon Tail Missile Cartridge + Name: Dragon Tail Missile Case Type: Usable - Buy: 20 Weight: 250 + Flags: + Container: true Script: | - getitem "Dragon_Tail_Missile",500; + getgroupitem(IG_BULLET_CASE_TAIL); - Id: 100198 AegisName: Skill_Shadow_Cube Name: Skill Shadow Cube @@ -60630,6 +68093,8 @@ Body: Name: True Tyr's Blessing Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true Script: | @@ -60643,6 +68108,8 @@ Body: Name: True Mental Potion Type: Usable Weight: 10 + Flags: + BuyingStore: true NoUse: Sitting: true Script: | @@ -60771,6 +68238,7 @@ Body: Trade: NoDrop: true NoTrade: true + NoSell: true NoCart: true NoGuildStorage: true NoMail: true @@ -60980,6 +68448,24 @@ Body: NoAuction: true Script: | getgroupitem(IG_2020_GOAL_GIFT_BOX); + - Id: 100351 + AegisName: Core_Battle_Manual + Name: Core Combat Manual + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 100352 + AegisName: Real_Battle_Manual + Name: Real Combat Manual + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 100354 AegisName: Auto_Armor_Refine_Cube Name: Automatic Armor +11 Refinement Cube @@ -61336,49 +68822,49 @@ Body: - Id: 100402 AegisName: OneSkyOneSun_Cube Name: Thousand Sun Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100403 AegisName: SoulWeight_Cube Name: Spirit Pendulum Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100404 AegisName: Crimson_Rose_Cube Name: Crimson Rose Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100405 AegisName: Master_Soul_Rifle_Cube Name: Master Soul Rifle Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100406 AegisName: Golden_L_Launcher_Cube Name: Golden Lord Launcher Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100407 AegisName: The_Black_Gatling_Cube Name: The Black Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); - Id: 100408 AegisName: Demon_S_Shot_Cube Name: Demon Slayer Shot Modification Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_synthesis(); @@ -61387,6 +68873,8 @@ Body: Name: Great Hero's Bravery Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100413 @@ -61394,6 +68882,8 @@ Body: Name: Great Hero's Wisdom Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100414 @@ -61585,45 +69075,57 @@ Body: - Id: 100452 AegisName: Minus_Pow Name: POW Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceTraitStat",bPow,-1,100452; - Id: 100453 AegisName: Minus_Spl Name: SPL Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceTraitStat",bSpl,-1,100453; - Id: 100454 AegisName: Minus_Sta Name: STA Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceTraitStat",bSta,-1,100454; - Id: 100455 AegisName: Minus_Wis Name: WIS Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceTraitStat",bWis,-1,100455; - Id: 100456 AegisName: Minus_Con Name: CON Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceTraitStat",bCon,-1,100456; - Id: 100457 AegisName: Minus_Crt Name: CRT Reduction Potion - Type: Delayconsume + Type: DelayConsume Buy: 10 Script: | callfunc "F_CashReduceTraitStat",bCrt,-1,100457; + - Id: 100460 + AegisName: MD_Airboat_Bexp + Name: Purified Growth Elixier + Type: Usable + EquipLevelMin: 200 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 100462 AegisName: MD_Airboat_Reward Name: Contaminated Card Book @@ -61683,6 +69185,14 @@ Body: Container: true Script: | getgroupitem(IG_FAMOUS_HAT_BOX); + - Id: 100475 + AegisName: MD_Airboat_Expbox + Name: Purple Special Storage Device + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_MD_AIRBOAT_EXPBOX); - Id: 100476 AegisName: MD_Airboat_Random Name: Ymir Beads @@ -61732,6 +69242,8 @@ Body: Name: Sakrai's Wraith Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100480 @@ -61739,6 +69251,8 @@ Body: Name: Condensed Sakrai's Wrath Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100481 @@ -61753,6 +69267,8 @@ Body: Name: Sakrai's Regret Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100486 @@ -61760,11 +69276,13 @@ Body: Name: Condensed Sakrai's Regret Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100487 AegisName: Loki_Coin_2 - Name: Loki's White Coin # !todo check english name + Name: Tiara's Loss Type: DelayConsume Weight: 10 Flags: @@ -61773,7 +69291,7 @@ Body: laphine_upgrade(); - Id: 100488 AegisName: Loki_Advice_2 - Name: Loki's Advice (Magic) # !todo check english name + Name: Condensed Tiara's Loss Type: DelayConsume Weight: 10 Flags: @@ -61852,6 +69370,69 @@ Body: Container: true Script: | getgroupitem(IG_Enchant_Stone_Box22); + - Id: 100508 + AegisName: Exp_Up_1_S + Name: Special Growth Potion (Lower) + Type: Usable + EquipLevelMin: 35 + EquipLevelMax: 50 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 100509 + AegisName: Exp_Up_2_S + Name: Special Growth Potion (Intermediate) + Type: Usable + EquipLevelMin: 85 + EquipLevelMax: 99 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 100510 + AegisName: Exp_Up_3_S + Name: Special Growth Potion (Advanced) + Type: Usable + EquipLevelMin: 130 + EquipLevelMax: 160 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 100511 + AegisName: Exp_Up_4_S + Name: Special Growth Potion (Superior) + Type: Usable + EquipLevelMin: 175 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 100512 AegisName: Ex_Skill_Shadow_Cube Name: Extended Class Skill Shadow Cube @@ -62099,6 +69680,62 @@ Body: NoAuction: true Script: | getgroupitem(IG_RAG_INVEN_BOX); + - Id: 100574 + AegisName: AID_Manual_1h + Name: Premium Expierence Pass (1 Hour) + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 100575 + AegisName: AID_Bubble_Gum_1h + Name: Premium Drop Rate Pass (1 Hour) + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 100576 + AegisName: AID_Insurance_1h + Name: Premium Death Penalty Reduction Pass (1 Hour) + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 100577 + AegisName: AID_Special_1h + Name: Premium Special Offer Pass (1 Hour) + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 100579 AegisName: PendantStoneForWork Name: Pendant Gemstone of Force @@ -62481,6 +70118,12 @@ Body: NoAuction: true Script: | laphine_upgrade(); + - Id: 100724 + AegisName: Spring_Energy + Name: Spring Energy + Type: Usable +# Script: | +# /* TODO */ - Id: 100726 AegisName: Booster_Pack_215 Name: Booster Pack(215) @@ -62549,6 +70192,8 @@ Body: Name: Hero's Weapon Modifier(Physical) Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100745 @@ -62556,6 +70201,8 @@ Body: Name: Hero's Weapon Modifier(Magical) Type: DelayConsume Weight: 10 + Flags: + BuyingStore: true Script: | laphine_upgrade(); - Id: 100746 @@ -62615,6 +70262,21 @@ Body: BuyingStore: true Script: | item_reform(); + - Id: 100754 + AegisName: Kr_B_Special04 + Name: Brilliant Soda + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_KR_B_SPECIAL04); - Id: 100783 AegisName: MajorAutoSpell_Mix Name: Auto Spell Shadow Thump Box @@ -62649,6 +70311,15 @@ Body: Type: DelayConsume Script: | item_reform(); + - Id: 100796 + AegisName: Darkness_Bible + Name: Dark Bible + Type: Usable + Weight: 50 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 100810 AegisName: BroadcastBox_ Name: Broadcast Box @@ -62666,6 +70337,20 @@ Body: NoAuction: true Script: | getgroupitem(IG_BROADCASTBOX_); + - Id: 100816 + AegisName: Summer_Energy + Name: Summer Vibes + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 100817 AegisName: Thanos_Upgrade_Box Name: Thanos Upgrade Box @@ -62704,10 +70389,71 @@ Body: - Id: 100823 AegisName: Lens_Craft_Stone Name: Lens Craft Stone - Type: Delayconsume + Type: DelayConsume Weight: 10 Script: | laphine_upgrade(); + - Id: 100829 + AegisName: Farfalle + Name: Farfalle + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 100830 + AegisName: Cream_Noodle2 + Name: Creamy Shrimp Pasta + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 100831 + AegisName: Festival_Noodle2 + Name: Feast Noodles + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 100832 + AegisName: Tamato_Noodle2 + Name: Tomato Noodles + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 100833 + AegisName: Oil_Noodle + Name: Soy Sauce Bibim Noodles + Type: Usable + EquipLevelMin: 200 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 100834 AegisName: Hero_Weapon_Up_Box_3 Name: Hero's Weapon Modification Box III @@ -62760,6 +70506,8 @@ Body: Name: Infinite Giant Fly Wings Daily Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -62776,6 +70524,8 @@ Body: Name: ?nfinite Fly Wings Box (3 Days) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -62902,6 +70652,38 @@ Body: NoAuction: true Script: | warp "rebel_in",100,40; + - Id: 100906 + AegisName: E_All_In_One_Buff + Name: "[Not For Sale] 21st Anniversary All in One Potion" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + specialeffect2 EF_POTION_BERSERK; + sc_start2 SC_S_LIFEPOTION,3600000,-5,5; + sc_start2 SC_L_LIFEPOTION,3600000,-7,4; + sc_start2 SC_M_LIFEPOTION,3600000,-4,3; + sc_start2 SC_M_DEFSCROLL,3600000,500,200; + sc_start2 SC_S_MANAPOTION,3600000,-5,5; + sc_start SC_ALMIGHTY,3600000,10; + sc_start SC_INFINITY_DRINK,3600000,0; + sc_start SC_FOOD_STR_CASH,3600000,20; + sc_start SC_FOOD_AGI_CASH,3600000,20; + sc_start SC_FOOD_VIT_CASH,3600000,20; + sc_start SC_FOOD_INT_CASH,3600000,20; + sc_start SC_FOOD_DEX_CASH,3600000,20; + sc_start SC_FOOD_LUK_CASH,3600000,20; + sc_start SC_FLEEFOOD,3600000,30; + sc_start SC_HITFOOD,3600000,30; + sc_start SC_ATKPOTION,3600000,20; + sc_start SC_MATKPOTION,3600000,20; + sc_start SC_LIMIT_POWER_BOOSTER,3600000,30; + sc_start SC_SPEEDUP0,3600000,25; - Id: 100908 AegisName: S_M_Piercing_Box Name: Magic Piercing Shadow Box @@ -62956,7 +70738,23 @@ Body: NoMail: true NoAuction: true Script: | - /* TODO */ + sc_start SC_PERIOD_RECEIVEITEM_2ND,604800000,50; + sc_start SC_PERIOD_PLUSEXP_2ND,604800000,50; + - Id: 100914 + AegisName: EXP_Drop_Up_1Hours + Name: Kafra Buff(1 Hour) + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + sc_start SC_PERIOD_RECEIVEITEM_2ND,86400000,50; + sc_start SC_PERIOD_PLUSEXP_2ND,86400000,50; - Id: 100917 AegisName: Hero_Weapon_Hammer_4 Name: Modified Hero's Weapon Refinement Hammer IV @@ -63052,6 +70850,37 @@ Body: Container: true Script: | getgroupitem(IG_SEASON_EVT_REWARD_9); + - Id: 100949 + AegisName: EXP_Drop_Up_1day + Name: "[Security Campaign] Kafra Buff(1 Day)" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + sc_start SC_PERIOD_RECEIVEITEM_2ND,86400000,50; + sc_start SC_PERIOD_PLUSEXP_2ND,86400000,50; + - Id: 100950 + AegisName: Evt_RagFes_Box + Name: Ragfest Commemorative Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_RAGFES_BOX); - Id: 100951 AegisName: S_Ignition_Cube Name: Ignition Shadow Cube @@ -64696,6 +72525,55 @@ Body: Type: DelayConsume Flags: BuyingStore: true + - Id: 101067 + AegisName: Barmund_Rune_Box + Name: Varmundt's Rune Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BARMUND_RUNE_BOX); + - Id: 101070 + AegisName: Chuseog_Present_Box + Name: Chuseok Event Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CHUSEOG_PRESENT_BOX); + - Id: 101074 + AegisName: Sealed_Card3 + Name: Sealed Seal Card III + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SEALED_CARD3); - Id: 101075 AegisName: SLD_Card_Recipe Name: Sealed Boss Card Thump Box @@ -64731,6 +72609,45 @@ Body: Script: | specialeffect2 EF_POTION_BERSERK; sc_start SC_INFINITY_DRINK,1800000,0; + - Id: 101099 + AegisName: ClockTower_Regulator + Name: Spring Regulator + Type: Usable + Weight: 10 +# Script: | +# /* TODO */ + - Id: 101100 + AegisName: Poenetentia_Box3 + Name: Poenitentia Two Swords Set Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_POENETENTIA_BOX3); + - Id: 101101 + AegisName: Poenetentia_Box4 + Name: Poenitentia Firearm Set Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_POENETENTIA_BOX4); - Id: 101103 AegisName: Enchant_Stone_Box25 Name: Costume Enchant Stone Box 25 @@ -64742,148 +72659,184 @@ Body: getgroupitem(IG_Enchant_Stone_Box25); - Id: 101107 AegisName: Cannon_Box_Ice - Name: Cannon Box Ice + Name: Ice Cannon Ball Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 18005,500; + getgroupitem(IG_CANNON_BOX_ICE); - Id: 101108 AegisName: Cannon_Box_Lightning - Name: Cannon Box Lightning + Name: Lightning Cannon Ball Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 18006,500; + getgroupitem(IG_CANNON_BOX_LIGHTNING); - Id: 101109 AegisName: Cannon_Box_Stone - Name: Cannon Box Stone + Name: Stone Cannon Ball Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 18007,500; + getgroupitem(IG_CANNON_BOX_STONE); - Id: 101110 AegisName: Cannon_Box_Flare - Name: Cannon Box Fire + Name: Flare Cannon Ball Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 18008,500; + getgroupitem(IG_CANNON_BOX_FLARE); - Id: 101111 AegisName: Cannon_Box_Poisoning - Name: Cannon Box Poison + Name: Poisoning Cannon Ball Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 18009,500; + getgroupitem(IG_CANNON_BOX_POISONING); - Id: 101112 AegisName: Kunai_Scroll - Name: Kunai Scroll + Name: Kunai Summon Scroll Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1220001,500; + getgroupitem(IG_KUNAI_SCROLL); - Id: 101113 AegisName: Kunai_Scroll_Nothing - Name: Kunai Scroll Nothing + Name: Formless Kunai Summon Scroll Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1220002,500; + getgroupitem(IG_KUNAI_SCROLL_NOTHING); - Id: 101114 AegisName: Kunai_Scroll_Shadow - Name: Kunai Scroll Shadow + Name: Shadow Kunai Summon Scroll Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1220003,500; + getgroupitem(IG_KUNAI_SCROLL_SHADOW); - Id: 101115 AegisName: Kunai_Scroll_Hamaya - Name: Kunai Scroll Hamaya + Name: Hamaya Kunai Summon Scroll Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1220004,500; + getgroupitem(IG_KUNAI_SCROLL_HAMAYA); - Id: 101116 AegisName: Nw_Grenade_Box - Name: Nw Grenade Box + Name: Throwing Grenade Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000564,500; + getgroupitem(IG_NW_GRENADE_BOX); - Id: 101117 AegisName: Soa_Charm_Bundle - Name: Soa Charm Bundle + Name: Soul Talisman Bundle Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000563,500; + getgroupitem(IG_SOA_CHARM_BUNDLE); - Id: 101118 AegisName: SS_Charm_Box - Name: SS Charm Box + Name: Haze of Pitch Darkness Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000565,500; + getgroupitem(IG_SS_CHARM_BOX); - Id: 101119 AegisName: SS_Charm_F_Box - Name: SS Charm F Box + Name: Haze of Prominence Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000566,500; + getgroupitem(IG_SS_CHARM_F_BOX); - Id: 101120 AegisName: SS_Charm_W_Box - Name: SS Charm W Box + Name: Haze of Icy Snow Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000567,500; + getgroupitem(IG_SS_CHARM_W_BOX); - Id: 101121 AegisName: SS_Charm_G_Box - Name: SS Charm G Box + Name: Haze of Mother Earth Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000568,500; + getgroupitem(IG_SS_CHARM_G_BOX); - Id: 101122 AegisName: SS_Charm_L_Box - Name: SS Charm L Box + Name: Haze of North Wind Box Type: Usable Weight: 250 Flags: Container: true Script: | - getitem 1000569,500; + getgroupitem(IG_SS_CHARM_L_BOX); + - Id: 101123 + AegisName: RO_Live_Shop_Box + Name: RO Live Shop Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_LIVE_SHOP_BOX); + - Id: 101124 + AegisName: RO_Live_Shop_Ex_Box + Name: RO Live Shop Luxury Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_LIVE_SHOP_EX_BOX); - Id: 101126 AegisName: DF_Halloween_Candy Name: "[Scroll] Halloween Candy" @@ -64891,6 +72844,100 @@ Body: Weight: 10 Script: | percentheal 30,30; + - Id: 101128 + AegisName: Season_Evt_Reward_11 + Name: Royal Reward Box + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_SEASON_EVT_REWARD_11); + - Id: 101129 + AegisName: Payment_Costume_Box1 + Name: Random Costume Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PAYMENT_COSTUME_BOX1); + - Id: 101130 + AegisName: Payment_Costume_Box2 + Name: Confirmed Costume Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PAYMENT_COSTUME_BOX2); + - Id: 101139 + AegisName: E_Boarding_Halter_Box + Name: Riding Halter Box + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_E_BOARDING_HALTER_BOX); + - Id: 101148 + AegisName: Security_Campaign_Box + Name: "[Security Campaign Reward Box]" + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SECURITY_CAMPAIGN_BOX); + - Id: 101159 + AegisName: C_Braid_Half_Up_Box + Name: Costume Pigtails Half Up Box + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_C_BRAID_HALF_UP_BOX); + - Id: 101161 + AegisName: Season_Evt_Reward_12 + Name: Snowflake Reward Box + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_SEASON_EVT_REWARD_12); - Id: 101162 AegisName: Ep19_Rgan_Scroll Name: Transformation Scroll (Rgan) @@ -64907,10 +72954,87 @@ Body: Script: | transform 21530,1200000; /* Confirm time */ bonus_script " bonus2 bAddItemHealRate,1100006,100; ",120,1,1; + - Id: 101166 + AegisName: Kr_B_Special05 + Name: G-Star RO Shop Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_KR_B_SPECIAL05); + - Id: 101167 + AegisName: Kr_B_Special06 + Name: 2021 G-Star Commemorative Box + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_KR_B_SPECIAL06); + - Id: 101168 + AegisName: Kr_B_Special07 + Name: "[NotForSale] Special Potion" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 101169 + AegisName: Kr_B_Special09 + Name: Exhibition Hall Movement Scroll + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_KR_B_SPECIAL09); + - Id: 101170 + AegisName: Kr_B_Special08 + Name: 2021 Quiz Reward Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_KR_B_SPECIAL08); - Id: 101177 AegisName: FullPenest_Shadow_Up Name: Full Temperament Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -64919,7 +73043,7 @@ Body: - Id: 101178 AegisName: Reload_Shadow_Up Name: Reload Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -64928,7 +73052,7 @@ Body: - Id: 101179 AegisName: SpellCaster_Shadow_Up Name: Spell Caster Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -64937,7 +73061,7 @@ Body: - Id: 101180 AegisName: Ex_Status_Shadow_Up Name: Trait Status Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -64963,7 +73087,10 @@ Body: laphine_synthesis(); - Id: 101183 AegisName: Ice_F_Stone_Box - Name: Ice Magic Stone Box + Name: Snow Flower Manastone Extractor + Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -64974,7 +73101,7 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + getgroupitem(IG_ICE_F_STONE_BOX); - Id: 101184 AegisName: Ice_F_Stone_Box2 Name: Ice Magic Stone Box 2 @@ -64993,6 +73120,7 @@ Body: - Id: 101185 AegisName: Snow_F_Enchant Name: Snowflower Armor Enchant (Armor) + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -65003,10 +73131,11 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + item_enchant(26); - Id: 101186 AegisName: Glacier_W_Enchant Name: Glacier Weapon Enchantment + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -65017,11 +73146,11 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + item_enchant(31); - Id: 101187 AegisName: Snow_F_Refine Name: Snow Flower Armor +9 Refinement Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -65035,7 +73164,7 @@ Body: - Id: 101188 AegisName: Glacier_W_Refine Name: Glacier Weapon +9 Refinement Cube - Type: Delayconsume + Type: DelayConsume Weight: 10 Trade: NoDrop: true @@ -65060,9 +73189,32 @@ Body: Weight: 10 Script: | item_reform(); + - Id: 101194 + AegisName: Hero_Token_Box + Name: Heroic Token Egg + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_HERO_TOKEN_BOX); + - Id: 101200 + AegisName: Motp_Potion + Name: "[Security Campaign] Special Energy Drink" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true - Id: 101217 AegisName: Snow_F_Enchant2 Name: Snowflower Armor Enchant (Garment) + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -65073,10 +73225,11 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + item_enchant(27); - Id: 101218 AegisName: Snow_F_Enchant3 Name: Snowflower Armor Enchant (Shoes) + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -65087,10 +73240,11 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + item_enchant(28); - Id: 101219 AegisName: Snow_F_Enchant4 Name: Snowflower Armor Enchant (Accessory A) + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -65101,10 +73255,11 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + item_enchant(29); - Id: 101220 AegisName: Snow_F_Enchant5 Name: Snowflower Armor Enchant (Accessory B) + Type: DelayConsume Trade: NoDrop: true NoTrade: true @@ -65115,7 +73270,81 @@ Body: NoMail: true NoAuction: true Script: | - /* Missing description */ + item_enchant(30); + - Id: 101234 + AegisName: Booster_Pack_120 + Name: Booster Pack(120) # !todo check english name + Type: Usable + EquipLevelMin: 120 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_120); + - Id: 101236 + AegisName: Booster_Pack_150 + Name: Booster Pack(150) # !todo check english name + Type: Usable + EquipLevelMin: 150 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_150); + - Id: 101238 + AegisName: E_EXP_Drop_Up_7days + Name: "[NotForSale] Kafra Buff(7 Days)" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + sc_start SC_PERIOD_RECEIVEITEM_2ND,604800000,50; + sc_start SC_PERIOD_PLUSEXP_2ND,604800000,50; + - Id: 101240 + AegisName: Season_Evt_Reward_1 + Name: January Event's Reward Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SEASON_EVT_REWARD_1); + - Id: 101241 + AegisName: Strange_Tteokguk + Name: Hyul's Special Rice Cake Soup + Type: Usable +# Script: | +# /* TODO */ - Id: 101243 AegisName: Shadow_Changer_NPC Name: Shadow Changer @@ -65152,7 +73381,7 @@ Body: - Id: 101260 AegisName: R_Bearers_Shadow_Up Name: Lord Bearer's Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -65161,7 +73390,7 @@ Body: - Id: 101261 AegisName: M_Blitz_Shadow_Up Name: Mega Blitz Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -65170,7 +73399,7 @@ Body: - Id: 101262 AegisName: Absorb_Shadow_Up Name: Absorb Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true @@ -65179,12 +73408,44 @@ Body: - Id: 101264 AegisName: Mammoth_Shadow_Up Name: Maximum Mammoth Shadow Spellbook - Type: Delayconsume + Type: DelayConsume Weight: 10 Flags: BuyingStore: true Script: | laphine_upgrade(); + - Id: 101268 + AegisName: 2021_Winter_Event_Box1 + Name: Winter Event Costume Basket + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2021_WINTER_EVENT_BOX1); + - Id: 101269 + AegisName: 2021_Winter_Event_Box2 + Name: Winter Event Costume Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2021_WINTER_EVENT_BOX2); - Id: 101271 AegisName: Enchant_Stone_Box26 Name: Costume Enchant Stone Box 26 @@ -65311,6 +73572,15 @@ Body: Type: Healing Script: | percentheal 30,30; + - Id: 101331 + AegisName: Fruits_Set_Trap + Name: Fruit Set Trap + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Script: | + pet 1005; - Id: 101336 AegisName: aegis_101336 Name: "[Scroll] DEX Biscuit Stick" @@ -65331,7 +73601,7 @@ Body: bonus_script "{ bonus bHPRecovRate,rand(11,33); }",1800,1; - Id: 101340 AegisName: Bs_Item_M_S_52 - Name: Blacksmith's Blessing Combination Scroll + Name: Blacksmith's Blessing Recipe Type: DelayConsume Weight: 10 Flags: @@ -65340,8 +73610,7 @@ Body: laphine_synthesis(); - Id: 101341 AegisName: Bs_Item_M_S_53 - # Name: Hollgrehenn's Shadow Refine Hammer Combination Scroll - Name: Hollgrehenn Combination Scroll + Name: Hollgrehenn's Shadow Refine Hammer Recipe Type: DelayConsume Weight: 10 Flags: @@ -65350,7 +73619,7 @@ Body: laphine_synthesis(); - Id: 101342 AegisName: Bs_Item_M_S_54 - Name: Powerful Soul Essence Combination Scroll + Name: Powerful Soul Essence Recipe Type: DelayConsume Weight: 10 Flags: @@ -65359,7 +73628,7 @@ Body: laphine_synthesis(); - Id: 101343 AegisName: Bs_Item_M_S_55 - Name: Powerful Dimension Essence Combination Scroll + Name: Powerful Dimension Essence Recipe Type: DelayConsume Weight: 10 Flags: @@ -65368,7 +73637,7 @@ Body: laphine_synthesis(); - Id: 101344 AegisName: Bs_Item_M_S_56 - Name: Enchantment Ticket Combination Scroll + Name: Enchantment Ticket Recipe Type: DelayConsume Weight: 10 Flags: @@ -65377,30 +73646,27 @@ Body: laphine_synthesis(); - Id: 101345 AegisName: Bs_Item_M_S_57 - Name: Beast's Leather Shoes Combination Scroll + Name: Beast's Leather Shoes Recipe Type: DelayConsume Weight: 10 - EquipLevelMin: 200 Flags: BuyingStore: true Script: | laphine_synthesis(); - Id: 101346 AegisName: Bs_Item_M_S_58 - Name: Pirate Captain's Coat Combination Scroll + Name: Pirate Captain's Coat Recipe Type: DelayConsume Weight: 10 - EquipLevelMin: 200 Flags: BuyingStore: true Script: | laphine_synthesis(); - Id: 101347 AegisName: Bs_Item_M_S_59 - Name: Phreeoni Wing Suit Combination Scroll + Name: Phreeoni Wing Suit Recipe Type: DelayConsume Weight: 10 - EquipLevelMin: 200 Flags: BuyingStore: true Script: | @@ -65428,6 +73694,12 @@ Body: Type: DelayConsume Script: | item_reform(); + - Id: 101357 + AegisName: BlessOfRabbit + Name: Rabbit's Blessed Egg + Type: Delayconsume + Script: | + itemskill "AL_BLESSING",10; - Id: 101359 AegisName: MajorAutoSpell_Up Name: Major Auto Spell Shadow Spellbook @@ -65500,6 +73772,83 @@ Body: BuyingStore: true Script: | item_reform(); + - Id: 101391 + AegisName: VR_Books001 + Name: Scientist's Escape Log + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101393 + AegisName: aegis_101393 + Name: Mugwort Rice Cake + Type: Healing + Weight: 10 + Script: | + percentheal 0,20; + itemskill "PR_MAGNIFICAT",3; + - Id: 101394 + AegisName: aegis_101394 + Name: Azalea Wine + Type: Healing + Weight: 10 + Script: | + percentheal 10,0; + skilleffect "AL_INCAGI",0; + sc_start SC_INCREASEAGI,60000,3; + - Id: 101399 + AegisName: Enchant_Ticket_3 + Name: Enchantment Ticket Envelope + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_ENCHANT_TICKET_3); + - Id: 101404 + AegisName: aegis_101404 + Name: Fantasy Growth Potion + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101406 + AegisName: aegis_101406 + Name: Fantasy Job Growth Potion + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101407 + AegisName: aegis_101407 + Name: Move Scroll(Convenience) + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101408 + AegisName: aegis_101408 + Name: Move Scroll(Danger Areas) + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 101416 AegisName: aegis_101416 Name: Costume Enchant Stone Box 27 @@ -65517,8 +73866,8 @@ Body: Trade: NoDrop: true NoTrade: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -65531,8 +73880,8 @@ Body: NoDrop: true NoTrade: true NoSell: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -65543,8 +73892,8 @@ Body: Trade: NoDrop: true NoTrade: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -65570,8 +73919,8 @@ Body: Trade: NoDrop: true NoTrade: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -65582,8 +73931,8 @@ Body: Trade: NoDrop: true NoTrade: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -65594,8 +73943,8 @@ Body: Trade: NoDrop: true NoTrade: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -65606,11 +73955,37 @@ Body: Trade: NoDrop: true NoTrade: true - NoStorage: true NoCart: true + NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true + - Id: 101460 + AegisName: P_Booster230_Gift + Name: Premium Booster Gift Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_P_BOOSTER230_GIFT); + - Id: 101461 + AegisName: Fan_Greed_1Hour_Box + Name: Fantasy Series Greed Scroll Box + Type: Cash + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_FAN_GREED_1HOUR_BOX); - Id: 101463 AegisName: HD_Elunium_10Box_MSP Name: (Limited) HD Elunium 10 Box @@ -65642,19 +74017,77 @@ Body: getitem 6240,10; getitembound 23919,11,Bound_Account; - Id: 101470 - AegisName: aegis_101470 + AegisName: Minus_Status_Box_ Name: Stats Soul Potion Selection Box Type: DelayConsume Flags: BuyingStore: true - Id: 101471 - AegisName: aegis_101471 + AegisName: Alchemist_Box_ Name: Alchemist Selection Box Type: DelayConsume Buy: 20 Weight: 10 Flags: BuyingStore: true + - Id: 101473 + AegisName: P_Booster_Call + Name: Premium Booster Call # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101474 + AegisName: Booster_B_M_1 + Name: Booster Combat Manual # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 101475 + AegisName: Booster_B_M_2 + Name: Booster Advanced Combat Manual # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 101476 + AegisName: Booster230_Gift + Name: Booster Gift Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER230_GIFT); - Id: 101482 AegisName: Freedom_Stick_Cube Name: Freedom Stick Remodeling Cube @@ -65669,6 +74102,258 @@ Body: Weight: 10 Script: | laphine_synthesis(); + - Id: 101490 + AegisName: Booster_Pack_10 + Name: Booster Pack(10) # !todo check english name + Type: Usable + EquipLevelMin: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_10); + - Id: 101491 + AegisName: Booster_Pack_20 + Name: Booster Pack(20) # !todo check english name + Type: Usable + EquipLevelMin: 20 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_20); + - Id: 101492 + AegisName: Booster_Pack_40 + Name: Booster Pack(40) # !todo check english name + Type: Usable + EquipLevelMin: 40 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_40); + - Id: 101493 + AegisName: Booster_Pack_50 + Name: Booster Pack(50) # !todo check english name + Type: Usable + EquipLevelMin: 50 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_50); + - Id: 101494 + AegisName: Booster_Pack_70 + Name: Booster Pack(70) # !todo check english name + Type: Usable + EquipLevelMin: 70 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_70); + - Id: 101495 + AegisName: Booster_Pack_80 + Name: Booster Pack (80) # !todo check english name + Type: Usable + EquipLevelMin: 80 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_80); + - Id: 101496 + AegisName: Booster_Pack_110 + Name: Booster Pack(110) # !todo check english name + Type: Usable + EquipLevelMin: 110 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_110); + - Id: 101497 + AegisName: Booster_Pack_140 + Name: Booster Pack(140) # !todo check english name + Type: Usable + EquipLevelMin: 140 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_140); + - Id: 101498 + AegisName: Booster_Pack_170 + Name: Booster Pack(170) # !todo check english name + Type: Usable + EquipLevelMin: 170 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_170); + - Id: 101499 + AegisName: Booster_Pack_180 + Name: Booster Pack (180) # !todo check english name + Type: Usable + EquipLevelMin: 180 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_180); + - Id: 101500 + AegisName: Booster_Pack_210 + Name: Booster Pack(210) # !todo check english name + Type: Usable + EquipLevelMin: 210 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_210); + - Id: 101501 + AegisName: Booster_Pack_220 + Name: Booster Pack(220) # !todo check english name + Type: Usable + EquipLevelMin: 220 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_220); + - Id: 101502 + AegisName: Booster_Pack_240 + Name: Booster Pack(240) # !todo check english name + Type: Usable + EquipLevelMin: 240 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_240); + - Id: 101503 + AegisName: Booster_Pack_250 + Name: Booster Pack (250) # !todo check english name + Type: Usable + EquipLevelMin: 250 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_PACK_250); - Id: 101512 AegisName: aegis_101512 Name: Ancient Hero Box 1 # !todo check english name @@ -65694,15 +74379,92 @@ Body: Script: | sc_start SC_FOOD_INT_CASH,1800000,15; sc_start SC_MATKPOTION,600000,rand(11,111); + - Id: 101522 + AegisName: F_VR_Book001 + Name: Fantasy Series 001 + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101523 + AegisName: F_VR_Book002 + Name: Fantasy Series 002 + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101524 + AegisName: F_VR_Book003 + Name: Fantasy Series 003 + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101525 + AegisName: F_VR_Book004 + Name: Fantasy Series 004 + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101538 + AegisName: Booster_Call_Package + Name: Booster box # !todo check english name + Type: Usable + EquipLevelMax: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BOOSTER_CALL_PACKAGE); - Id: 101542 - AegisName: aegis_101542 + AegisName: FullPene_Select_Box Name: Full Penetration Shadow Selection Box Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101543 - AegisName: aegis_101543 + AegisName: FullPene_Earring_Box Name: Full Penetration Shadow Earring Box Type: Usable Weight: 10 @@ -65711,7 +74473,7 @@ Body: Script: | getgroupitem(IG_S_FULLPENE_EARRING,true); - Id: 101544 - AegisName: aegis_101544 + AegisName: FullPene_Pendant_Box Name: Full Penetration Shadow Pendant Box Type: Usable Weight: 10 @@ -65720,7 +74482,7 @@ Body: Script: | getgroupitem(IG_S_FULLPENE_PENDANT,true); - Id: 101545 - AegisName: aegis_101545 + AegisName: FullPene_Armor_Box Name: Full Penetration Shadow Armor Box Type: Usable Weight: 10 @@ -65729,7 +74491,7 @@ Body: Script: | getgroupitem(IG_S_FULLPENE_ARMOR,true); - Id: 101546 - AegisName: aegis_101546 + AegisName: FullPene_Shoes_Box Name: Full Penetration Shadow Shoes Box Type: Usable Weight: 10 @@ -65738,14 +74500,14 @@ Body: Script: | getgroupitem(IG_S_FULLPENE_SHOES,true); - Id: 101547 - AegisName: aegis_101547 + AegisName: FullTemp_Select_Box Name: Full Tempest Shadow Selection Box Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101548 - AegisName: aegis_101548 + AegisName: FullTemp_Earring_Box Name: Full Tempest Shadow Earring Box Type: Usable Weight: 10 @@ -65754,7 +74516,7 @@ Body: Script: | getgroupitem(IG_S_FULLTEMP_EARRING,true); - Id: 101549 - AegisName: aegis_101549 + AegisName: FullTemp_Pendant_Box Name: Full Tempest Shadow Pendant Box Type: Usable Weight: 10 @@ -65763,7 +74525,7 @@ Body: Script: | getgroupitem(IG_S_FULLTEMP_PENDANT,true); - Id: 101550 - AegisName: aegis_101550 + AegisName: FullTemp_Armor_Box Name: Full Tempest Shadow Armor Box Type: Usable Weight: 10 @@ -65772,7 +74534,7 @@ Body: Script: | getgroupitem(IG_S_FULLTEMP_ARMOR,true); - Id: 101551 - AegisName: aegis_101551 + AegisName: FullTemp_Shoes_Box Name: Full Tempest Shadow Shoes Box Type: Usable Weight: 10 @@ -65781,14 +74543,14 @@ Body: Script: | getgroupitem(IG_S_FULLTEMP_SHOES,true); - Id: 101552 - AegisName: aegis_101552 + AegisName: Durable_Select_Box Name: Durable Shadow Selection Box Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101553 - AegisName: aegis_101553 + AegisName: Durable_Weapon_Box Name: Durable Shadow Weapon Box Type: Usable Weight: 10 @@ -65797,7 +74559,7 @@ Body: Script: | getgroupitem(IG_S_DURABLE_WEAPON,true); - Id: 101554 - AegisName: aegis_101554 + AegisName: Durable_Shield_Box Name: Durable Shadow Shield Box Type: Usable Weight: 10 @@ -65806,14 +74568,14 @@ Body: Script: | getgroupitem(IG_S_DURABLE_SHIELD,true); - Id: 101555 - AegisName: aegis_101555 + AegisName: Clever_Select_Box Name: Clever Shadow Selection Box Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101556 - AegisName: aegis_101556 + AegisName: Clever_Weapon_Box Name: Clever Shadow Weapon Box Type: Usable Weight: 10 @@ -65822,7 +74584,7 @@ Body: Script: | getgroupitem(IG_S_CLEVER_WEAPON,true); - Id: 101557 - AegisName: aegis_101557 + AegisName: Clever_Shield_Box Name: Clever Shadow Shield Box Type: Usable Weight: 10 @@ -65831,7 +74593,7 @@ Body: Script: | getgroupitem(IG_S_CLEVER_SHIELD,true); - Id: 101563 - AegisName: aegis_101563 + AegisName: OS_Helm_Box_ Name: Helmet Selection Box for OS Weapons Type: DelayConsume Weight: 10 @@ -65847,12 +74609,198 @@ Body: Script: | laphine_upgrade(); - Id: 101565 - AegisName: aegis_101565 + AegisName: Shadow_R_M_Box_ Name: Shadow Spellbook Selection Box Type: DelayConsume Weight: 10 Flags: BuyingStore: true + - Id: 101567 + AegisName: KAKAO_Plus_Box + Name: Gravity Fluffy Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_KAKAO_PLUS_BOX,true); + - Id: 101589 + AegisName: E_Boarding_Halter_Box2 + Name: "[Not for Sale] Boarding Rein Box" # !todo check english name + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_E_BOARDING_HALTER_BOX2); + - Id: 101596 + AegisName: Evt_20th_Shield + Name: Kingdom Shield # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101597 + AegisName: Evt_20th_Protector + Name: Guardians of the Kingdom # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101599 + AegisName: Evt_Makingmaterials_Box + Name: "[Event] Equipment Crafting Material Box" # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_MAKINGMATERIALS_BOX); + - Id: 101600 + AegisName: Evt_20th_Whitegold + Name: Merit Box (Platinum Class) # !todo check english name + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_20TH_WHITEGOLD); + - Id: 101601 + AegisName: Evt_20th_Gold + Name: Merit Box (Gold Class) # !todo check english name + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_20TH_GOLD); + - Id: 101602 + AegisName: Evt_20th_Silver + Name: Merit Box (Silver grade) # !todo check english name + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_20TH_SILVER); + - Id: 101603 + AegisName: Evt_20th_Bronze + Name: Merit Box (Equivalent level) # !todo check english name + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_20TH_BRONZE); + - Id: 101604 + AegisName: Evt_20th_Return + Name: Commander's Return # !todo check english name + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_20TH_RETURN); + - Id: 101605 + AegisName: Evt_20th_Return2 + Name: Commander's Advanced Answers # !todo check english name + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_EVT_20TH_RETURN2); - Id: 101637 AegisName: EP19_DGW_Refine Name: Dim Glacier Reinforcement Device # !todo check english name @@ -65863,6 +74811,21 @@ Body: DropEffect: CLIENT Script: | item_reform(); + - Id: 101638 + AegisName: D_Glacier_W_Enchant + Name: Dim Glacia Weapon Enhancement # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 101639 AegisName: D_Gw_Extractor Name: Dim Glacier Extractor # !todo check english name @@ -65887,15 +74850,31 @@ Body: BuyingStore: true Script: | laphine_upgrade(); + - Id: 101649 + AegisName: Mjo_Ein_Enchant + Name: Upgrade Mining Equipment Enchantments # !todo check english name + Type: Usable +# Script: | +# /* TODO */ + - Id: 101653 + AegisName: Viva_Adul_Hat_Box_11 + Name: +11 Helm of Face Chest # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_VIVA_ADUL_HAT_BOX_11,true); - Id: 101654 - AegisName: aegis_101654 + AegisName: AllMighty_Select_Box Name: Almighty Shadow Selection Box # !todo check english name Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101655 - AegisName: aegis_101655 + AegisName: AllMighty_Earring_Box Name: Almighty Shadow Earring Box # !todo check english name Type: Usable Weight: 10 @@ -65904,7 +74883,7 @@ Body: Script: | getgroupitem(IG_S_ALLMIGHTY_EARRING,true); - Id: 101656 - AegisName: aegis_101656 + AegisName: AllMighty_Pendant_Box Name: Almighty Shadow Pendant Box # !todo check english name Type: Usable Weight: 10 @@ -65913,14 +74892,14 @@ Body: Script: | getgroupitem(IG_S_ALLMIGHTY_PENDANT,true); - Id: 101657 - AegisName: aegis_101657 + AegisName: TrueGem_Select_Box Name: True Gemstone Shadow Selection Box # !todo check english name Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101658 - AegisName: aegis_101658 + AegisName: TrueGem_Earring_Box Name: True Gemstone Shadow Earring Box # !todo check english name Type: Usable Weight: 10 @@ -65929,7 +74908,7 @@ Body: Script: | getgroupitem(IG_S_TRUEGEM_EARRING,true); - Id: 101659 - AegisName: aegis_101659 + AegisName: TrueGem_Pendant_Box Name: True Gemstone Shadow Pendant Box # !todo check english name Type: Usable Weight: 10 @@ -65938,7 +74917,7 @@ Body: Script: | getgroupitem(IG_S_TRUEGEM_PENDANT,true); - Id: 101660 - AegisName: aegis_101660 + AegisName: TrueGem_Shoes_Box Name: True Gemstone Shadow Shoes Box # !todo check english name Type: Usable Weight: 10 @@ -65947,7 +74926,7 @@ Body: Script: | getgroupitem(IG_S_TRUEGEM_SHOES,true); - Id: 101661 - AegisName: aegis_101661 + AegisName: TrueGem_Armor_Box Name: True Gemstone Shadow Armor Box # !todo check english name Type: Usable Weight: 10 @@ -65956,14 +74935,14 @@ Body: Script: | getgroupitem(IG_S_TRUEGEM_ARMOR,true); - Id: 101662 - AegisName: aegis_101662 + AegisName: PerfectSize_Select_Box Name: Perfect Size Shadow Selection Box # !todo check english name Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101663 - AegisName: aegis_101663 + AegisName: PerfectSize_Weapon_Box Name: Perfect Size Shadow Weapon Box # !todo check english name Type: Usable Weight: 10 @@ -65972,7 +74951,7 @@ Body: Script: | getgroupitem(IG_S_PERFECTSIZE_WEAPON,true); - Id: 101664 - AegisName: aegis_101664 + AegisName: PerfectSize_Armor_Box Name: Perfect Size Shadow Armor Box # !todo check english name Type: Usable Weight: 10 @@ -65989,6 +74968,16 @@ Body: BuyingStore: true Script: | laphine_synthesis(); + - Id: 101666 + AegisName: Shadow_Up_Box + Name: Special Shadow Spellbook Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_SHADOW_UP_BOX); - Id: 101675 AegisName: aegis_101675 Name: Costume Enchant Stone Box 28 @@ -65998,8 +74987,38 @@ Body: Container: true Script: | getgroupitem(IG_Enchant_Stone_Box28); + - Id: 101705 + AegisName: F_VR_Book006 + Name: Fantasy Series 006 # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101706 + AegisName: F_VR_Book007 + Name: Fantasy Series 007 # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 101717 - AegisName: aegis_101717 + AegisName: Mammoth_Earring_Box Name: Maximum Mammoth Shadow Earring Box # !todo check english name Type: Usable Weight: 10 @@ -66008,7 +75027,7 @@ Body: Script: | getgroupitem(IG_S_M_MAMMOTH_EARRING,true); - Id: 101718 - AegisName: aegis_101718 + AegisName: Mammoth_Pendant_Box Name: Maximum Mammoth Shadow Pendant Box # !todo check english name Type: Usable Weight: 10 @@ -66017,7 +75036,7 @@ Body: Script: | getgroupitem(IG_S_M_MAMMOTH_PENDANT,true); - Id: 101719 - AegisName: aegis_101719 + AegisName: Mammoth_Armor_Box Name: Maximum Mammoth Shadow Armor Box # !todo check english name Type: Usable Weight: 10 @@ -66026,7 +75045,7 @@ Body: Script: | getgroupitem(IG_S_M_MAMMOTH_ARMOR,true); - Id: 101720 - AegisName: aegis_101720 + AegisName: Mammoth_Shoes_Box Name: Maximum Mammoth Shadow Shoes Box # !todo check english name Type: Usable Weight: 10 @@ -66035,7 +75054,7 @@ Body: Script: | getgroupitem(IG_S_M_MAMMOTH_SHOES,true); - Id: 101721 - AegisName: aegis_101721 + AegisName: SpellCaster_Earring_Box Name: Spell Caster Shadow Earring Box # !todo check english name Type: Usable Weight: 10 @@ -66044,7 +75063,7 @@ Body: Script: | getgroupitem(IG_S_SPELLCASTER_EARRING,true); - Id: 101722 - AegisName: aegis_101722 + AegisName: SpellCaster_Pendant_Box Name: Spell Caster Shadow Pendant Box # !todo check english name Type: Usable Weight: 10 @@ -66053,7 +75072,7 @@ Body: Script: | getgroupitem(IG_S_SPELLCASTER_PENDANT,true); - Id: 101723 - AegisName: aegis_101723 + AegisName: SpellCaster_Armor_Box Name: Spell Caster Shadow Armor Box # !todo check english name Type: Usable Weight: 10 @@ -66062,7 +75081,7 @@ Body: Script: | getgroupitem(IG_S_SPELLCASTER_ARMOR,true); - Id: 101724 - AegisName: aegis_101724 + AegisName: SpellCaster_Shoes_Box Name: Spell Caster Shadow Shoes Box # !todo check english name Type: Usable Weight: 10 @@ -66071,7 +75090,7 @@ Body: Script: | getgroupitem(IG_S_SPELLCASTER_SHOES,true); - Id: 101725 - AegisName: aegis_101725 + AegisName: Absorb_Weapon_Box Name: Absorb Shadow Weapon Box # !todo check english name Type: Usable Weight: 10 @@ -66080,7 +75099,7 @@ Body: Script: | getgroupitem(IG_S_ABSORB_WEAPON,true); - Id: 101726 - AegisName: aegis_101726 + AegisName: Absorb_Shield_Box Name: Absorb Shadow Shield Box # !todo check english name Type: Usable Weight: 10 @@ -66089,32 +75108,249 @@ Body: Script: | getgroupitem(IG_S_ABSORB_SHIELD,true); - Id: 101727 - AegisName: aegis_101727 + AegisName: Mammoth_Select_Box Name: Maximum Mammoth Shadow Selection Box # !todo check english name Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101728 - AegisName: aegis_101728 + AegisName: SpellCaster_Select_Box Name: Spell Caster Shadow Selection Box # !todo check english name Type: DelayConsume Weight: 10 Flags: BuyingStore: true - Id: 101729 - AegisName: aegis_101729 + AegisName: Absorb_Select_Box Name: Absorb Shadow Selection Box # !todo check english name Type: DelayConsume Weight: 10 Flags: BuyingStore: true + - Id: 101744 + AegisName: E_Cloth_Dye_Box + Name: "[Non-sale] Clothes dyeing Coupon Box" # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_E_CLOTH_DYE_BOX); - Id: 101745 AegisName: Dimmen_A_Reform Name: Unsealing the dimension # !todo check english name Type: DelayConsume Script: | item_reform(); + - Id: 101746 + AegisName: Dimmen_A_Enchant + Name: Dimensional Enchantment Box # !todo check english name + Type: Usable +# Script: | +# /* TODO */ + - Id: 101750 + AegisName: Herosria_Gift + Name: Heroria's Gift # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_HEROSRIA_GIFT,true); + - Id: 101752 + AegisName: RO_Festival_Box + Name: Ragnarok Festival Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_FESTIVAL_BOX); + - Id: 101753 + AegisName: Heros_Purple_H_Jam + Name: Heroria Purple Herb Jam # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101754 + AegisName: Heros_Red_H_Jam + Name: Heroria Red Herb Jam # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101755 + AegisName: Heros_Blue_H_Jam + Name: Heroria Blue Herb Jam # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101756 + AegisName: Heros_Yellow_H_Jam + Name: Heroria Yellow Herb Jam # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101757 + AegisName: Heros_White_H_Jam + Name: Heroria White Herb Jam # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 101759 + AegisName: Plain_Rune_Box5 + Name: Plain Rune 5ea Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PLAIN_RUNE_BOX5); + - Id: 101760 + AegisName: Flame_Rune_Box5 + Name: Flame Rune 5ea Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_FLAME_RUNE_BOX5); + - Id: 101761 + AegisName: Ice_Rune_Box5 + Name: Ice Rune 5ea Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_ICE_RUNE_BOX5); + - Id: 101762 + AegisName: Death_Rune_Box5 + Name: Death Rune 5ea Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_DEATH_RUNE_BOX5); + - Id: 101765 + AegisName: Barmund_P_Enchant + Name: Meadow Rune Enchantment # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101766 + AegisName: Barmund_D_Enchant + Name: Death Rune Enchantment # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101767 + AegisName: Barmund_F_Enchant + Name: Fire Rune Enchantment # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101768 + AegisName: Barmund_I_Enchant + Name: Ice Rune Enchantment # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ - Id: 101769 AegisName: Barmund_Plain_Reform Name: Grassland Rune Upgrade # !todo check english name @@ -66175,6 +75411,262 @@ Body: NoAuction: true Script: | item_reform(); + - Id: 101774 + AegisName: Service1_M_01_Box + Name: Edward Zonda Owner's Box (1 Day) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_M_01_BOX); + - Id: 101775 + AegisName: Service1_M_05_Box + Name: Edward Zonda Owner's Box (5 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_M_05_BOX); + - Id: 101776 + AegisName: Service1_M_07_Box + Name: Edward Zonda Your Own Box (7 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_M_07_BOX); + - Id: 101777 + AegisName: Service1_M_10_Box + Name: Edward Zonda Owner's Box (10 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_M_10_BOX); + - Id: 101778 + AegisName: Service1P_M_01_Box + Name: Edward Zonda Ownerra EX Box (1 Day) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_M_01_BOX); + - Id: 101779 + AegisName: Service1P_M_05_Box + Name: Edward Zonda Owra EX Box (5 days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_M_05_BOX); + - Id: 101780 + AegisName: Service1P_M_07_Box + Name: Edward Zonda Ownerra EX Box (7 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_M_07_BOX); + - Id: 101781 + AegisName: Service1P_M_10_Box + Name: Edward Zonda Ownerra EX Box (10 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_M_10_BOX); + - Id: 101782 + AegisName: Service1_F_01_Box + Name: Elysee Zonda Come on Box (1 day) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_F_01_BOX); + - Id: 101783 + AegisName: Service1_F_05_Box + Name: Elise Zonda Come Box (5 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_F_05_BOX); + - Id: 101784 + AegisName: Service1_F_07_Box + Name: Elysee Zonda Come Box (7 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_F_07_BOX); + - Id: 101785 + AegisName: Service1_F_10_Box + Name: Elysee Zonda Come Box (10 Days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1_F_10_BOX); + - Id: 101786 + AegisName: Service1P_F_01_Box + Name: Elysee Zonda Own EX Box (1 day) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_F_01_BOX); + - Id: 101787 + AegisName: Service1P_F_05_Box + Name: Elysee Zonda Own EX Box (5 days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_F_05_BOX); + - Id: 101788 + AegisName: Service1P_F_07_Box + Name: Elysee Zonda Own EX Box (7 days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_F_07_BOX); + - Id: 101789 + AegisName: Service1P_F_10_Box + Name: Elysee Zonda Own EX Box (10 days) # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SERVICE1P_F_10_BOX); - Id: 101792 AegisName: SubjectCape_Refine_Cube Name: Subject Manteau 12 Refine Cube @@ -66184,12 +75676,245 @@ Body: BuyingStore: true Script: | laphine_upgrade(); + - Id: 101801 + AegisName: R_Bearers_Select_Box + Name: Road Bearers Shadow Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 101802 + AegisName: R_Bearers_Earring_Box + Name: Rod Bearers Earring Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_R_BEARERS_EARRING_BOX,true); + - Id: 101803 + AegisName: R_Bearers_Pendant_Box + Name: Rod Bearers Pendant Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_R_BEARERS_PENDANT_BOX,true); + - Id: 101804 + AegisName: R_Bearers_Armor_Box + Name: Lord Bearers Armor Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_R_BEARERS_ARMOR_BOX,true); + - Id: 101805 + AegisName: R_Bearers_Shoes_Box + Name: Road Bearers Shoes Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_R_BEARERS_SHOES_BOX,true); + - Id: 101806 + AegisName: Hasty_Select_Box + Name: Hasty Shadow Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 101807 + AegisName: Hasty_Weapon_Box + Name: Hasty Weapon Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_HASTY_WEAPON_BOX,true); + - Id: 101808 + AegisName: Hasty_Shield_Box + Name: Hasty Shield Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_HASTY_SHIELD_BOX,true); + - Id: 101809 + AegisName: S_Reload_Shield_Box + Name: Separate Reload Shield Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_S_RELOAD_SHIELD_BOX,true); - Id: 101816 AegisName: Dimmen_A_Refine Name: Dimension Enhancer # !todo check english name Type: DelayConsume Script: | item_reform(); + - Id: 101834 + AegisName: F_VR_Book009 + Name: Fantasy Series 009 # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101835 + AegisName: F_VR_Book005 + Name: Fantasy Series 005 # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101837 + AegisName: F_VR_Book008 + Name: Fantasy Series 008 # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 101839 + AegisName: RO_Arena_Box + Name: Ragnarok Arena Pre-Order Reward Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_ARENA_BOX,true); + - Id: 101840 + AegisName: RO_Arena_Box2 + Name: Ragnarok Arena Level 7 Achievement Reward Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_ARENA_BOX2); + - Id: 101856 + AegisName: MAutoSpell_Select_Box + Name: Major Auto Spell Shadow Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 101858 + AegisName: MAutoSpell_Earring_Box + Name: Major Auto Spell Earring Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_MAUTOSPELL_EARRING_BOX,true); + - Id: 101859 + AegisName: MAutoSpell_Pendant_Box + Name: Major Auto Spell Pendant Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_MAUTOSPELL_PENDANT_BOX,true); + - Id: 101860 + AegisName: MAutoSpell_Armor_Box + Name: Major Auto Spell Armor Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_MAUTOSPELL_ARMOR_BOX,true); + - Id: 101861 + AegisName: MAutoSpell_Shoes_Box + Name: Major Auto Spell Shoes Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_MAUTOSPELL_SHOES_BOX,true); + - Id: 101862 + AegisName: Infinity_Select_Box + Name: Infinity Shadow Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 101863 + AegisName: Infinity_Weapon_Box + Name: Infinity Weapon Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_INFINITY_WEAPON_BOX,true); + - Id: 101864 + AegisName: Infinity_Shield_Box + Name: Infinity Shield Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_INFINITY_SHIELD_BOX,true); + - Id: 101869 + AegisName: Luxurious_Blue_Box + Name: Luxury blue box # !todo check english name + Type: Usable + Weight: 50 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_LUXURIOUS_BLUE_BOX); - Id: 101876 AegisName: aegis_101876 Name: Costume Enchant Stone Box 29 @@ -66199,6 +75924,148 @@ Body: Container: true Script: | getgroupitem(IG_Enchant_Stone_Box29); + - Id: 101889 + AegisName: Vr_Book_Event + Name: Fantasy Collection Collection Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_VR_BOOK_EVENT); + - Id: 101912 + AegisName: Temple_Rune_Box5 + Name: Holy Rune Box 5 # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_TEMPLE_RUNE_BOX5); + - Id: 101913 + AegisName: Venom_Rune_Box5 + Name: Poison Rune x5 Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_VENOM_RUNE_BOX5); + - Id: 101914 + AegisName: Soul_Rune_Box5 + Name: Box of 5 Soul Runes # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SOUL_RUNE_BOX5); + - Id: 101919 + AegisName: EXP_Select_Box + Name: Experience Shadow Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 101920 + AegisName: EXP_Weapon_Box + Name: Experience Weapon Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_EXP_WEAPON_BOX,true); + - Id: 101921 + AegisName: EXP_Shield_Box + Name: Experience Shield Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_EXP_SHIELD_BOX,true); + - Id: 101922 + AegisName: M_Blitz_Select_Box + Name: Mega Blitz Shadow Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 101923 + AegisName: M_Blitz_Weapon_Box + Name: Mega Blitz Weapon Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_M_BLITZ_WEAPON_BOX,true); + - Id: 101924 + AegisName: M_Blitz_Shield_Box + Name: Mega Blitz Shield Shadow Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_M_BLITZ_SHIELD_BOX,true); + - Id: 101925 + AegisName: Cvt_Wing_Box + Name: Convertible Wing Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_CVT_WING_BOX,true); + - Id: 101930 + AegisName: Barmund_S_Enchant + Name: Soul Rune Enchantment # !todo check english name + Type: Usable +# Script: | +# /* TODO */ + - Id: 101931 + AegisName: Barmund_V_Enchant + Name: Poison Rune Enchantment # !todo check english name + Type: Usable +# Script: | +# /* TODO */ + - Id: 101932 + AegisName: Barmund_T_Enchant + Name: Crusade Rune Enchantment # !todo check english name + Type: Usable +# Script: | +# /* TODO */ - Id: 101933 AegisName: Barmund_Soul_Reform Name: Soul Rune Upgrade # !todo check english name @@ -66308,8 +76175,10 @@ Body: sc_start SC_ITEMBOOST,1800000,100; - Id: 101948 AegisName: A_Bubble_Gum_Box10 - Name: "[Achievement] Box of 10 bubble gum" # !todo check english name - Type: Cash + Name: "[Achievement] 10 boxes of bubble gum" # !todo check english name + Type: Usable + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66319,7 +76188,31 @@ Body: NoMail: true NoAuction: true Script: | - getitem 101947,10; + getgroupitem(IG_A_BUBBLE_GUM_BOX10); + - Id: 101954 + AegisName: Intake_Hair_Box + Name: Intake Hair Gift Box + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_Intake_Hair_Box); + - Id: 102015 + AegisName: Mocadas_Enchant_Box + Name: Mocadas Equipment Enchantment # !todo check english name + Type: Usable +# Script: | +# /* TODO */ + - Id: 102016 + AegisName: F_Ein_1HDAGGER_Box + Name: Metal Detector Box # !todo check english name + Type: Usable + Weight: 50 + Flags: + Container: true + Script: | + getgroupitem(IG_F_EIN_1HDAGGER_BOX); - Id: 102017 AegisName: Mocadas_Refine_Box Name: Smelting Mocadas Equipment 9~10 # !todo check english name @@ -66613,6 +76506,72 @@ Body: Weight: 1250 Script: | laphine_synthesis(); + - Id: 102067 + AegisName: Pene_Set_Cube + Name: Refined Penetration Shadow Cube # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PENE_SET_CUBE,true); + - Id: 102068 + AegisName: S_Bearers_Cube + Name: Bearers Shadow Cube # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_S_BEARERS_CUBE); + - Id: 102069 + AegisName: Temp_Set_Cube + Name: Refined Tempest Shadow Cube # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_TEMP_SET_CUBE,true); + - Id: 102070 + AegisName: Justice_Weapon_Box + Name: Good Weapon Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_JUSTICE_WEAPON_BOX,true); + - Id: 102071 + AegisName: Injustice_Weapon_Box + Name: Evil Weapon Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_INJUSTICE_WEAPON_BOX,true); - Id: 102072 AegisName: Justice_Weapon_Hammer Name: Good Weapon Smelting Hammer # !todo check english name @@ -66631,6 +76590,16 @@ Body: BuyingStore: true Script: | item_reform(); + - Id: 102074 + AegisName: GoodnEvil_Helm_Box + Name: Crown of Good and Evil Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_GOODNEVIL_HELM_BOX,true); - Id: 102075 AegisName: GoodnEvil_Helm_Hammer Name: Crown of Good and Evil Smelting Hammer # !todo check english name @@ -66640,6 +76609,29 @@ Body: BuyingStore: true Script: | item_reform(); + - Id: 102084 + AegisName: GoodnEvil_Circlet_Box + Name: Crown of Good and Evil (Night Watch) Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102121 + AegisName: aegis_102121 + Name: "[Scroll] AGI Biscuit Stick" + Type: Usable + Weight: 10 + Script: | + sc_start SC_FOOD_AGI_CASH,1800000,15; + sc_start SC_FLEEFOOD,600000,rand(11,33); + - Id: 102123 + AegisName: Shadow_Select_Box_Set + Name: Shadow Random Box Set # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_SHADOW_SELECT_BOX_SET); - Id: 102124 AegisName: F_Ein_Weapon_Hammer Name: Flush Weapon Smelting Hammer # !todo check english name @@ -66649,6 +76641,16 @@ Body: BuyingStore: true Script: | item_reform(); + - Id: 102125 + AegisName: Refine_Hammer_Box + Name: Smelting Hammer Random Set # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_REFINE_HAMMER_BOX); - Id: 102126 AegisName: Amp_Blueprint19 Name: Amplification Schematic (Metal Detector MK47-2) # !todo check english name @@ -66656,6 +76658,24 @@ Body: Weight: 1250 Script: | item_reform(); + - Id: 102128 + AegisName: aegis_102128 + Name: All-in-One Buff Potion # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 102129 + AegisName: aegis_102129 + Name: All-in-one Healing Potion # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ - Id: 102193 AegisName: aegis_102193 Name: Costume Enchant Stone Box 30 @@ -66665,12 +76685,91 @@ Body: Container: true Script: | getgroupitem(IG_Enchant_Stone_Box30); + - Id: 102202 + AegisName: Ep20_Fatty_Icegangu + Name: Chubby Ice Steel Ball # !todo check english name + Type: Usable + Weight: 50 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + pet 21965; + - Id: 102213 + AegisName: Hero_Weapon_Up_S_Box + Name: Hero's Weapon Mod Selection Box # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102214 + AegisName: Hero_Weapon_Hammer_S + Name: Modified Hero's Weapon Refining Hammer S # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102215 + AegisName: aegis_102215 + Name: 12 refine selection cube # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102216 + AegisName: aegis_102216 + Name: 11 refine selection cube # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102217 + AegisName: Hero_Weapon_S_Box_1 + Name: Ancient Hero's Weapon Selector I # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102218 + AegisName: Hero_Weapon_S_Box_2 + Name: Ancient Hero's Weapon Selector II # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102219 + AegisName: Hero_Weapon_S_Box_3 + Name: Ancient Hero's Weapon Selector III # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102220 + AegisName: Hero_Weapon_S_Box_4 + Name: Ancient Hero's Weapon Selector IV # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102221 + AegisName: Hero_Weapon_S_Box_5 + Name: Ancient Hero's Weapon Selection Box V # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102222 + AegisName: Hero_Weapon_S_Box_6 + Name: Ancient Hero's Weapon Selection Box VI # !todo check english name + Type: DelayConsume + Weight: 10 + - Id: 102223 + AegisName: Hero_Weapon_S_Box_7 + Name: Ancient Hero's Weapon Selection Box VII # !todo check english name + Type: DelayConsume + Weight: 10 - Id: 102224 AegisName: Hero_Up_Cube_11 Name: +11 Ancient Hero Armor Opening Cube # !todo check english name Type: DelayConsume Script: | item_reform(); + - Id: 102226 + AegisName: SLD_Boss_Card_Album + Name: Sealed Boss Card Album # !todo check english name + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_SLD_BOSS_CARD_ALBUM); - Id: 102227 AegisName: Glacier_Armor_9Refine Name: Glaceon Armor 9 refine cube # !todo check english name @@ -66704,9 +76803,69 @@ Body: BuyingStore: true Script: | item_reform(); + - Id: 102246 + AegisName: VIP_Black_Card + Name: Premium Black Card # !todo check english name + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102247 + AegisName: VIP_Gift + Name: VIP Gift + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_VIP_GIFT); + - Id: 102248 + AegisName: VVIP_Gift + Name: VVIP Gift + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_VVIP_GIFT); + - Id: 102249 + AegisName: SVIP_Gift + Name: SVIP Gift + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SVIP_GIFT); - Id: 102277 AegisName: Loki_Advice - Name: Loki's advice (near physics) # !todo check english name + Name: Loki's Advice (Melee Physical) Type: DelayConsume Weight: 10 Flags: @@ -66715,7 +76874,7 @@ Body: laphine_upgrade(); - Id: 102278 AegisName: Loki_Coin - Name: Loki's Coin # !todo check english name + Name: Loki's Coin Type: DelayConsume Weight: 10 Flags: @@ -66732,9 +76891,37 @@ Body: BuyingStore: true Script: | laphine_synthesis(); + - Id: 102306 + AegisName: 2023_Spring_Select + Name: 2023 Spring Reward Outfit Selection Box # !todo check english name + Type: DelayConsume + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102307 + AegisName: 2023_Spring_Collection + Name: 2023 Spring Reward Costume Collection Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2023_SPRING_COLLECTION); - Id: 102308 AegisName: Bs_Item_M_S_61 - Name: Beelzebub's Crown Combination Scroll # !todo check english name + Name: Beelzebub's Crown Recipe Type: DelayConsume Weight: 10 EquipLevelMin: 240 @@ -66744,7 +76931,7 @@ Body: laphine_synthesis(); - Id: 102310 AegisName: Bs_Item_M_S_62 - Name: Vesper Headgear Combination Scroll # !todo check english name + Name: Vesper Headgear Recipe Type: DelayConsume Weight: 10 EquipLevelMin: 240 @@ -66754,7 +76941,7 @@ Body: laphine_synthesis(); - Id: 102311 AegisName: Bs_Item_M_S_63 - Name: Groan of Corruption Recipe # !todo check english name + Name: Moan of Corruption Recipe Type: DelayConsume Weight: 10 EquipLevelMin: 240 @@ -66762,11 +76949,1495 @@ Body: BuyingStore: true Script: | laphine_synthesis(); + - Id: 102332 + AegisName: aegis_102332 + Name: Costume Enchant Stone Box 31 + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_Enchant_Stone_Box31); + - Id: 102333 + AegisName: Stone_Robe3_Box + Name: 3rd Expansion Stone III (Drapping) Box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_STONE_ROBE3_BOX); + - Id: 102337 + AegisName: RO_Concert_Scroll + Name: RO Concert Costume Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_CONCERT_SCROLL); + - Id: 102338 + AegisName: RO_Concert_Scroll2 + Name: RO Concert Costume Selection Box # !todo check english name + Type: DelayConsume + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102340 + AegisName: RO_Concert_Scroll_Box + Name: RO Concert Outfit Selection Box x2 # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_RO_CONCERT_SCROLL_BOX); + - Id: 102342 + AegisName: Loki_Advice_3 + Name: Loki's advice (distance physics) # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + Script: | + laphine_upgrade(); + - Id: 102343 + AegisName: Loki_Coin_3 + Name: Loki's Black Coin # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + Script: | + laphine_upgrade(); + - Id: 102344 + AegisName: Fan_Upgrade_Kit_EX + Name: Fan Modification Kit EX # !todo check english name + Type: DelayConsume + Weight: 10 + Script: | + laphine_upgrade(); + - Id: 102345 + AegisName: Fan_Upgrade_Kit_EX_10 + Name: Fan Modification Kit EX 10 sets # !todo check english name + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_FAN_UPGRADE_KIT_EX_10); + - Id: 102353 + AegisName: CatPaw_1Day_Box + Name: Cat Hand Ticket 1 Day Box # !todo check english name + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CATPAW_1DAY_BOX); + - Id: 102373 + AegisName: Bar_D_A_Seal + Name: Deep Runic Armor Inscription # !todo check english name + Type: DelayConsume + Script: | + item_reform(); + - Id: 102374 + AegisName: Bar_D_A_Unseal + Name: Depth Rune Armor Unengraved # !todo check english name + Type: DelayConsume + Script: | + item_reform(); + - Id: 102396 # note: item doesn't exist in itemInfo_true but exists in itemreformsystem + AegisName: FA_Armor_Reform_1 + Name: FA_Armor_Reform_1 + Type: DelayConsume + Script: | + item_reform(); + - Id: 102397 # note: item doesn't exist in itemInfo_true but exists in itemreformsystem + AegisName: FA_Armor_Reform_2 + Name: FA_Armor_Reform_1 + Type: DelayConsume + Script: | + item_reform(); + - Id: 102404 + AegisName: Maya_Scroll_TW + Name: Maya Purple Scroll (Egg) + Type: Usable + Weight: 10 + Flags: + BuyingStore: true + NoUse: + Sitting: true + Script: | + sc_start SC_Intravision,60000,0; + - Id: 102413 + AegisName: aegis_102413 + Name: Ancient Hero Box 2 + Type: Usable + Weight: 200 + Flags: + Container: true + Script: | + getgroupitem(IG_Ancient_Hero_Box_2); + - Id: 102414 + AegisName: aegis_102414 + Name: Ancient Hero Box 3 + Type: Usable + Weight: 200 + Flags: + Container: true + Script: | + getgroupitem(IG_Ancient_Hero_Box_3); + - Id: 102419 + AegisName: Melody_Card_191 + Name: Special Melody Card # !todo check english name + Type: Usable + - Id: 102420 + AegisName: Music_Box_191 + Name: Dimensional Crystal Music Box # !todo check english name + Type: Usable + Weight: 50 +# Script: | +# /* TODO */ + - Id: 102421 + AegisName: Season_Evt_Reward_8 + Name: Night Market Blue Box # !todo check english name + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_SEASON_EVT_REWARD_8); + - Id: 102433 + AegisName: Unsealing_Scroll + Name: Unsealing Scroll + Type: Usable + Weight: 100 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 102434 + AegisName: Warm_Shield_Scroll + Name: Warm Shield Scroll + Type: Usable + Weight: 100 + Flags: + BuyingStore: true +# Script: | +# /* TODO */ + - Id: 102440 + AegisName: R_Ep17_Box + Name: Rune Tablet Engraving # !todo check english name + Type: DelayConsume + Script: | + item_reform(); + - Id: 102441 + AegisName: aegis_102441 + Name: Costume Enchant Stone Box 32 + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_Enchant_Stone_Box32); + - Id: 102450 + AegisName: 21th_Present_Box + Name: 21st anniversary gift box # !todo check english name + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_21TH_PRESENT_BOX); + - Id: 102451 + AegisName: Mileage_Coupon + Name: Mileage Voucher Envelope # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MILEAGE_COUPON); + - Id: 102454 + AegisName: All_In_One_buff_B + Name: "[Not for Sale] All-in-One Buff Potion" # !todo check english name + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102455 + AegisName: All_In_One_Healing_B + Name: "[Not for Sale] All-in-One Healing Potion" # !todo check english name + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102467 + AegisName: 21th_Costume_Select + Name: 21st Anniversary Costume Selection Box # !todo check english name + Type: DelayConsume + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102468 + AegisName: 21th_Costume_Collection + Name: 21st Anniversary Costume Collection Box # !todo check english name + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_21TH_COSTUME_COLLECTION,true); + - Id: 102482 + AegisName: FateSin_Boots_Hammer + Name: Boots of Good and Evil Smelting Hammer # !todo check english name + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + Script: | + item_reform(); + - Id: 102485 + AegisName: S_Enchant_Essence_Box_3 + Name: Shadow Essence 3 Boxes # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_S_ENCHANT_ESSENCE_BOX_3); + - Id: 102514 + AegisName: Season_H_Upgrade + Name: Granting the truth of the Circulation of life + Type: DelayConsume + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoStorage: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + item_reform(); + - Id: 102540 + AegisName: M_Armor_Box + Name: M. Armor Shadow Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_M_ARMOR_BOX); + - Id: 102541 + AegisName: M_Shoes_Box + Name: M.Shoes Shadow Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_M_SHOES_BOX); + - Id: 102542 + AegisName: M_Pendant_Box + Name: M.Pendant Shadow Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_M_PENDANT_BOX); + - Id: 102543 + AegisName: M_Earring_Box + Name: M.Earring Shadow Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_M_EARRING_BOX); + - Id: 102544 + AegisName: Ein_Ore_Box + Name: Einbeh Ore Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_EIN_ORE_BOX); + - Id: 102545 + AegisName: Fate_Fragment_Box + Name: Goodwill Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_FATE_FRAGMENT_BOX); + - Id: 102546 + AegisName: Sin_Fragment_Box + Name: Box of Sin # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_SIN_FRAGMENT_BOX); + - Id: 102547 + AegisName: Amethyst_Fragment_Box + Name: Amethyst Piece Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_AMETHYST_FRAGMENT_BOX); + - Id: 102548 + AegisName: Snow_F_Ore_Box + Name: Snowflake Manastone Box # !todo check english name + Type: Usable + Flags: + BuyingStore: true + Container: true + Script: | + getgroupitem(IG_SNOW_F_ORE_BOX); + - Id: 102550 + AegisName: Schmidt_Antiquity + Name: Antiquity Glast Heim (Curse-swallowed King) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_SCHMIDT_ANTIQUITY,true); + - Id: 102551 + AegisName: Schmidt_Antiquity2 +# Name: Antiquity Glast Heim (Curse-swallowed King (Hard)) + Name: Antiquity Glast Heim (Curse-swallowed King (Hard) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_SCHMIDT_ANTIQUITY2,true); + - Id: 102552 + AegisName: C_Amdarais_Antiquity + Name: Antiquity Glast Heim (Phantom of Amdarais) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_C_AMDARAIS_ANTIQUITY,true); + - Id: 102553 + AegisName: C_Himel_Antiquity + Name: Antiquity Glast Heim (Phantom of Himmelmez) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_C_HIMEL_ANTIQUITY,true); + - Id: 102554 + AegisName: Amdarais_Antiquity + Name: Antiquity Glast Heim (Amdarais) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_AMDARAIS_ANTIQUITY,true); + - Id: 102555 + AegisName: Amdarais_Antiquity2 + Name: Antiquity Glast Heim (Realized Amdarais) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_AMDARAIS_ANTIQUITY2,true); + - Id: 102556 + AegisName: Miguel_Antiquity + Name: Antiquity Cor (Miguel) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_MIGUEL_ANTIQUITY,true); + - Id: 102557 + AegisName: EL_A17T_Antiquity + Name: Antiquity Cor (EL-A17T) + Type: Usable + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_EL_A17T_ANTIQUITY,true); + - Id: 102558 + AegisName: Pitaya_Boss_Antiquity + Name: Antiquity Mansion (Meow) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_PITAYA_BOSS_ANTIQUITY,true); + - Id: 102559 + AegisName: Sweety_Antiquity + Name: Antiquity Mansion (Sweety) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_SWEETY_ANTIQUITY,true); + - Id: 102560 + AegisName: Redpepper_Antiquity + Name: Antiquity Mansion (Red Pepper (Kappa)) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_REDPEPPER_ANTIQUITY,true); + - Id: 102561 + AegisName: Redpepper_Antiquity2 + Name: Antiquity Mansion (Red Pepper (Lambda)) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_REDPEPPER_ANTIQUITY2,true); + - Id: 102562 + AegisName: Demi_Freyja_Antiquity + Name: Antiquity Villa (Twisted God) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_DEMI_FREYJA_ANTIQUITY,true); + - Id: 102563 + AegisName: Juncea_Antiquity + Name: Antiquity Issgard (Juncea) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_JUNCEA_ANTIQUITY,true); + - Id: 102564 + AegisName: Aquila_Antiquity + Name: Antiquity Issgard (Aquila) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_AQUILA_ANTIQUITY,true); + - Id: 102565 + AegisName: Aquila_Antiquity2 + Name: Antiquity Issgard (Aquila (First Class)) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_AQUILA_ANTIQUITY2,true); + - Id: 102566 + AegisName: F_Iceslug_Antiquiy + Name: Antiquity Issgard (Fallen Angel Slug) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_F_ICESLUG_ANTIQUIY,true); + - Id: 102567 + AegisName: Lasgand_Antiquity + Name: Antiquity Issgard (Ultimate Lasgand) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_LASGAND_ANTIQUITY,true); + - Id: 102568 + AegisName: Lasgand_Antiquity2 + Name: Antiquity Issgard (Ultimate Lasgand (Hard)) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_LASGAND_ANTIQUITY2,true); + - Id: 102569 + AegisName: Celine_Kimi_Antiquity + Name: Antiquity Toy Factory (Celine Kimi) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_CELINE_KIMI_ANTIQUITY,true); + - Id: 102570 + AegisName: Sakray_Antiquity + Name: Antiquity Remorse (Sakray) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_SAKRAY_ANTIQUITY,true); + - Id: 102571 + AegisName: Unknown_Antiquity + Name: Antiquity Somatology Dungeon (Unknown Swordsman) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_UNKNOWN_ANTIQUITY,true); + - Id: 102572 + AegisName: Thanatos_Antiquity + Name: Antiquity Thanatos Tower (Memory of Thanatos) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_THANATOS_ANTIQUITY,true); + - Id: 102573 + AegisName: Airboat_Antiquity + Name: Antiquity Crash Site (Unidentified Creature) + Type: Usable + Weight: 200 + Flags: + Container: true + DropEffect: CLIENT + Script: | + getgroupitem(IG_AIRBOAT_ANTIQUITY,true); + - Id: 102580 + AegisName: aegis_102580 + Name: Ponytail Gift Box + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_Ponytail_Hair_Box); + - Id: 102593 + AegisName: Honey_Songpyun_E + Name: "[Event] Honey Songpyeon" + Type: Usable + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102605 + AegisName: aegis_102605 + Name: Costume Enchant Stone Box 33 + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_Enchant_Stone_Box33); + - Id: 102624 + AegisName: T_Garden_Ev_1 + Name: Energy Box of Spirit + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_T_GARDEN_EV_1); + - Id: 102625 + AegisName: T_Garden_Ev_2 + Name: Energy Box of Season + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_T_GARDEN_EV_2); + - Id: 102626 + AegisName: T_Garden_Ev_3 + Name: Box of Life + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_T_GARDEN_EV_3); + - Id: 102631 + AegisName: Cinnamon_Costume_Box + Name: Cinnamoroll Costume Selection Box + Type: DelayConsume + Weight: 100 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102632 + AegisName: Cos_EnchantStone_Box1 + Name: Costume Stone Mix I Box + Type: Usable + Weight: 30 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COS_ENCHANTSTONE_BOX1); + - Id: 102633 + AegisName: Cos_EnchantStone_Box2 + Name: Costume Stone Mix II Box + Type: Usable + Weight: 30 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COS_ENCHANTSTONE_BOX2); + - Id: 102634 + AegisName: Cos_EnchantStone_Box3 + Name: Costume Stone Mix III Box + Type: Usable + Weight: 30 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COS_ENCHANTSTONE_BOX3); + - Id: 102638 + AegisName: S_Badge_pack + Name: Sonic Badge Package + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_S_BADGE_PACK); + - Id: 102668 + AegisName: Dimen_W_Refine + Name: Dimensions Weapon Refinement Device + Type: DelayConsume + Weight: 200 + EquipLevelMin: 250 + Flags: + BuyingStore: true + DropEffect: CLIENT + Script: | + item_reform(); + - Id: 102676 + AegisName: Loki_Coin_4 + Name: Loki's Golden Coin + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + Script: | + laphine_upgrade(); + - Id: 102677 + AegisName: Loki_Advice_4 + Name: Loki's Advice (Defense) + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + Script: | + laphine_upgrade(); + - Id: 102701 + AegisName: Main_Lucky_Box_ + Name: "[Reward] Kachua's Secret Key" + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MAIN_LUCKY_BOX_,true); + - Id: 102716 + AegisName: Bl_Depth_Ev_1 + Name: Deep Rune Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BL_DEPTH_EV_1); + - Id: 102717 + AegisName: Bl_Depth_Ev_2 + Name: Deep Abyss Rune Box + Type: Usable + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BL_DEPTH_EV_2); + - Id: 102732 + AegisName: IsgardCrown_Box + Name: Issgard Crown Selection Box + Type: DelayConsume + Flags: + BuyingStore: true + - Id: 102733 + AegisName: AceCard_Box + Name: Ace Card in Mouth Selection Box + Type: DelayConsume + Flags: + BuyingStore: true + - Id: 102734 + AegisName: Loki_Coin_Box + Name: Loki's Coin Selection Box + Type: DelayConsume + Flags: + BuyingStore: true + - Id: 102735 + AegisName: Loki_Advice_Box + Name: Loki's Advice Selection Box + Type: DelayConsume + Flags: + BuyingStore: true + - Id: 102738 + AegisName: Brown_Dia_Box + Name: Golden Diamond 15 ea Box + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BROWN_DIA_BOX); + - Id: 102740 + AegisName: PresentBox_EP17_2 + Name: Episode 17.2 Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PRESENTBOX_EP17_2); + - Id: 102741 + AegisName: PresentBox_EP18 + Name: Episode 18 Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PRESENTBOX_EP18); + - Id: 102742 + AegisName: Refine_Event_Box + Name: Refine Event Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_REFINE_EVENT_BOX); + - Id: 102745 + AegisName: PresentBox_EP19 + Name: Episode 19 Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PRESENTBOX_EP19); + - Id: 102746 + AegisName: PresentBox_EP20 + Name: Episode 20 Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PRESENTBOX_EP20); + - Id: 102747 + AegisName: PresentBox_GlastHeim + Name: Glast Heim Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_PRESENTBOX_GLASTHEIM); + - Id: 102750 + AegisName: Black_Dia_3_Box + Name: Black Diamond 3 ea Box + Type: Cash + Weight: 900 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BLACK_DIA_3_BOX); + - Id: 102767 + AegisName: R_Ep17_Album + Name: Episode 17-18 Card Album + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_R_EP17_ALBUM); + - Id: 102771 + AegisName: 2023_Xmas_Costume + Name: Christmas Costume Selection Package + Type: DelayConsume + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102780 + AegisName: 2401_ev_LinTteok + Name: Inverse Scale Glutinous Rice Cake + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102781 + AegisName: 2401_ev_Galbi + Name: New Year Galbi-jjim + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102782 + AegisName: 2401_ev_Rice_Soup + Name: New Year Rice Cake Soup + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102783 + AegisName: 2401_ev_Lunch_Box + Name: Sulki's Lunch Box + Type: Usable + Weight: 50 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2401_EV_LUNCH_BOX); + - Id: 102795 + AegisName: Forgotten_Crystal_1 + Name: Crystal of Forgotten Time (Area 1) + Type: Usable + Weight: 30 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102796 + AegisName: Forgotten_Crystal_2 + Name: Crystal of Forgotten Time (Area 2) + Type: Usable + Weight: 30 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102797 + AegisName: Super_Sonic_pack + Name: Super Sonic Package + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SUPER_SONIC_PACK); + - Id: 102798 + AegisName: Chaos_Emerald_pack + Name: Chaos Emerald Package + Type: Usable + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CHAOS_EMERALD_PACK); + - Id: 102800 + AegisName: VR_High_Speed + Name: High Speed + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102801 + AegisName: VR_1UP + Name: 1UP + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102803 + AegisName: Force_Booster + Name: Force Booster + Type: Usable + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 102806 + AegisName: Brown_Dia_Box_3_7 + Name: Golden Diamond Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_BROWN_DIA_BOX_3_7); + - Id: 102812 + AegisName: 10AllMighty_Select_Box + Name: +10 Almighty Shadow Selection Box + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + - Id: 102813 + AegisName: R_Ep178_boss + Name: Episode 17-18 Boss Card Album + Type: Usable + Flags: + Container: true + Script: | + getgroupitem(IG_R_EP178_BOSS); + - Id: 102815 + AegisName: R_Sealed_Card + Name: Sealed Card Converter + Type: DelayConsume + Script: | + laphine_synthesis(); + - Id: 102820 + AegisName: Enchant_Stone_Box34 + Name: Costume Enchant Stone Box 34 + Type: Usable + Weight: 10 + Flags: + Container: true + Script: | + getgroupitem(IG_ENCHANT_STONE_BOX34); + - Id: 102858 + AegisName: VIP_Birthday_Box + Name: Birthday Gift Box + Type: Usable + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_VIP_BIRTHDAY_BOX); + - Id: 102900 + AegisName: Refine_Furious + Name: Furious Refine Stone + Type: DelayConsume + Weight: 10 + Flags: + BuyingStore: true + Script: | + item_reform(); + - Id: 102908 + AegisName: 2403_ev_Parfait + Name: Fruit Parfait # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 20,20; + - Id: 102910 + AegisName: 2403_ev_Berry_Cake + Name: Strawberry Cream Cake # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 50,50; + - Id: 102911 + AegisName: 2403_ev_Mont_Blanc + Name: Mont Blanc Cake # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102912 + AegisName: 2403_ev_Cherry_Blossom + Name: Cherry Blossom Rice Cake # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102913 + AegisName: 2403_ev_Spray_1 + Name: Abundant flower branches # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102924 + AegisName: 2403_ev_Crepe + Name: Sweet Crepe # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 102925 + AegisName: 2403_ev_Melon_Parfait + Name: Melon Parfait # !todo check english name + Type: Usable + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 100,100; + - Id: 102949 + AegisName: Sonic_Costume_Pack + Name: Sonic Costume Selection Box # !todo check english name + Type: DelayConsume + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + - Id: 200000 + AegisName: IDTest_Cash + Name: IDTest Cash + Type: Cash + Weight: 10 + Flags: + BuyingStore: true + - Id: 200001 + AegisName: Inventory_Ex_10Box + Name: Inventory Expansion Voucher Box (10) + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_INVENTORY_EX_10BOX); + - Id: 200002 + AegisName: Inventory_Ex_Dis_10Box + Name: (Limited) Inventory Expansion Voucher Box (10) + Type: Cash + Weight: 10 + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getitem 25793,10; /* Inventory Expansion Coupon */ - Id: 200003 AegisName: LI_HD_Oridecon_Box2 Name: (Limited) HD Oridecon Box(Blacksmith)(30) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66782,6 +78453,8 @@ Body: Name: (Limited) HD Elunium Box(Blacksmith)(30) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66797,6 +78470,8 @@ Body: Name: (Limited) HD Bradium Box(Blacksmith)(30) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66812,6 +78487,8 @@ Body: Name: (Limited) HD Carnium Box(Blacksmith)(30) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66827,6 +78504,8 @@ Body: Name: (Limited) Silvervine Cat Fruit Package I Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66842,6 +78521,8 @@ Body: Name: (Limited) Three Master Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66856,6 +78537,8 @@ Body: AegisName: Stone_Coin_PackageI Name: Stoin Coin Package I Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66870,6 +78553,8 @@ Body: AegisName: Stone_Coin_PackageII Name: Stoin Coin Package II Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66884,6 +78569,8 @@ Body: AegisName: Stone_Coin_PackageIII Name: Stoin Coin Package III Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66908,8 +78595,7 @@ Body: NoMail: true NoAuction: true Script: | - getitembound 7136,50,Bound_Account; - getitembound 23919,1,Bound_Account; + getgroupitem(IG_C_ACID_B_50BOX); - Id: 200056 AegisName: C_Acid_B_500_Box Name: Acid Bomb 500 Box @@ -66924,8 +78610,7 @@ Body: NoMail: true NoAuction: true Script: | - getitembound 7136,500,Bound_Account; - getitembound 23919,1,Bound_Account; + getgroupitem(IG_C_ACID_B_500_BOX); - Id: 200064 AegisName: Giant_Fly_Wing_2500 Name: Giant Flywing 2500 Box @@ -66940,13 +78625,14 @@ Body: NoMail: true NoAuction: true Script: | - getitembound 12212,2500,Bound_Account; - getitembound 23919,12,Bound_Account; + getgroupitem(IG_GIANT_FLY_WING_2500); - Id: 200069 AegisName: A_HD_Elunium_Box Name: HD Elunium Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66962,6 +78648,8 @@ Body: Name: HD Oridecon Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66977,6 +78665,8 @@ Body: Name: HD Carnium Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -66992,6 +78682,8 @@ Body: Name: HD Bradium Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67007,6 +78699,8 @@ Body: Name: (Limited) Battle Manual Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67022,6 +78716,8 @@ Body: Name: (Limited) Mana Potion Box Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67037,6 +78733,8 @@ Body: Name: (Limited) Silvervine Cat Fruit Package II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67052,6 +78750,8 @@ Body: Name: (Limited) Silvervine Cat Fruit Package III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67067,6 +78767,8 @@ Body: Name: (Limited) HD Oridecon Box(Hollgrehenn)(30) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67082,6 +78784,8 @@ Body: Name: (Limited) HD Elunium Box(Hollgrehenn)(30) Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67098,6 +78802,8 @@ Body: Name: (Limited) Silvervine Cat Fruit Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67113,6 +78819,8 @@ Body: Name: Limited Refinement Ore Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67128,6 +78836,8 @@ Body: Name: Limited HD Elunium Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67143,6 +78853,8 @@ Body: Name: Limited HD Oridecon Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67158,6 +78870,8 @@ Body: Name: Limited HD Carnium Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67173,6 +78887,8 @@ Body: Name: Limited HD Bradium Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67188,6 +78904,8 @@ Body: Name: Thanos Upgrade Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67203,6 +78921,8 @@ Body: Name: Hero's Weapon Modification Package I Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67218,6 +78938,8 @@ Body: Name: Hero's Weapon Modification Package II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67233,6 +78955,8 @@ Body: Name: Modified Hero's Weapon Refine Hammer Package I Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67248,6 +78972,8 @@ Body: Name: Modified Hero's Weapon Refine Hammer Package II Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67263,6 +78989,8 @@ Body: Name: Hero's Weapon Modification Package III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67278,6 +79006,8 @@ Body: Name: Modified Hero's Weapon Refine Hammer Package III Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67292,6 +79022,8 @@ Body: AegisName: EXP_Drop_Up_Box Name: Kafra Buff Box (7 Days) Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67307,6 +79039,8 @@ Body: Name: Modified Hero's Weapon Refine Hammer Package IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67322,6 +79056,8 @@ Body: Name: Hero's Weapon Modification Package IV Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67338,6 +79074,8 @@ Body: Name: (Limited) Silvervine Cat Fruit Package Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67353,6 +79091,8 @@ Body: Name: Hero's Weapon Modification Package V Type: Cash Weight: 10 + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67367,6 +79107,8 @@ Body: AegisName: CostumeMileage_Package1 Name: Silvervine Costume Mileage Package I Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67381,6 +79123,8 @@ Body: AegisName: CostumeMileage_Package2 Name: Silvervine Costume Mileage Package II Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67395,6 +79139,8 @@ Body: AegisName: CostumeMileage_Package3 Name: Silvervine Costume Mileage Package III Type: Cash + Flags: + Container: true Trade: NoDrop: true NoTrade: true @@ -67405,6 +79151,155 @@ Body: NoAuction: true Script: | getgroupitem(IG_COSTUMEMILEAGE_PACKAGE3); + - Id: 200155 + AegisName: LI_Nyangvine_Box100_2 + Name: (Limited) Silvervine Cat Fruit Package IV + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX100_2); + - Id: 200163 + AegisName: LI_Nyangvine_Stone_Box3 +# Name: (Limited) Silvervine Cat Fruit Package(Stone Box 25) + Name: (Limited) Silvervine Cat Fruit Package(Stone Box + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_STONE_BOX3); + - Id: 200168 + AegisName: 2021_Promo_Package_1 + Name: 2021 Promotional Commemorative Package I + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2021_PROMO_PACKAGE_1); + - Id: 200169 + AegisName: 2021_Promo_Package_2 + Name: 2021 Promotional Commemorative Package II + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2021_PROMO_PACKAGE_2); + - Id: 200170 + AegisName: CostumeMileage_Package4 + Name: Silvervine Costume Mileage Package IV + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEAGE_PACKAGE4); + - Id: 200171 + AegisName: CostumeMileage_Package5 + Name: Silvervine Costume Mileage Package V + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEAGE_PACKAGE5); + - Id: 200172 + AegisName: CostumeMileage_Package6 + Name: Silvervine Costume Mileage Package VI + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEAGE_PACKAGE6); + - Id: 200174 + AegisName: Hero_Hammer_Package_6 + Name: Modified Hero's Weapon Refine Hammer Package VI + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_HERO_HAMMER_PACKAGE_6); + - Id: 200175 + AegisName: Hero_Up_Package_6 + Name: Hero's Weapon Modification Package VI + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_HERO_UP_PACKAGE_6); - Id: 200185 AegisName: LI_Nyangvine_Box1_26 # Name: (Limited) Actinidia Cat Fruit Box I (Stone Box 26) @@ -67418,7 +79313,6 @@ Body: NoTrade: true NoSell: true NoCart: true - NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -67437,7 +79331,6 @@ Body: NoTrade: true NoSell: true NoCart: true - NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -67456,7 +79349,6 @@ Body: NoTrade: true NoSell: true NoCart: true - NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true @@ -67513,6 +79405,1122 @@ Body: NoAuction: true Script: | getgroupitem(IG_COSTUME_MILE_PACK_26_3); + - Id: 200195 + AegisName: Monthly_Package_1 + Name: Monthly Supply Package I + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MONTHLY_PACKAGE_1); + - Id: 200196 + AegisName: Monthly_Package_2 + Name: Monthly Supply Package II + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MONTHLY_PACKAGE_2); + - Id: 200197 + AegisName: Monthly_Package_3 + Name: Monthly Supply Package III + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MONTHLY_PACKAGE_3); + - Id: 200198 + AegisName: Monthly_Buff_Package + Name: Monthly Premium Buff Package + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MONTHLY_BUFF_PACKAGE); + - Id: 200199 + AegisName: Monthly_Battle_Package + Name: Monthly Combat Manual Package + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_MONTHLY_BATTLE_PACKAGE); + - Id: 200214 + AegisName: CostumeMilePack_27_1 +# Name: Nyangdarae Costume Mileage Package I (Stone Box 27) + Name: Nyangdarae Costume Mileage Package I (Stone Box 2 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_27_1); + - Id: 200215 + AegisName: CostumeMilePack_27_2 +# Name: Nyangdarae Costume Mileage Package II (Stone Box 27) + Name: Nyangdarae Costume Mileage Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_27_2); + - Id: 200216 + AegisName: CostumeMilePack_27_3 +# Name: Nyangdarae Costume Mileage Package III (Stone Box 27) + Name: Nyangdarae Costume Mileage Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_27_3); + - Id: 200219 + AegisName: LI_Nyangvine_Box1_28 +# Name: (Limited) Nutcracker Fruit Package I (Stone Box 28) + Name: (Limited) Nutcracker Fruit Package I (Stone Box 2 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_28); + - Id: 200220 + AegisName: LI_Nyangvine_Box2_28 +# Name: (Limited) Nutcracker Fruit Package II (Stone Box 28) + Name: (Limited) Nutcracker Fruit Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_28); + - Id: 200221 + AegisName: LI_Nyangvine_Box3_28 +# Name: (Limited) Nutcracker Fruit Package III (Stone Box 28) + Name: (Limited) Nutcracker Fruit Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_28); + - Id: 200236 + AegisName: LI_Nyangvine_Box1_29 +# Name: (Limited) Nyangdarae Fruit Package I (29 Stone Boxes) + Name: (Limited) Nyangdarae Fruit Package I (29 Stone Bo # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_29); + - Id: 200237 + AegisName: LI_Nyangvine_Box2_29 +# Name: (Limited) Nyandarae Fruit Package II (29 Stone Boxes) + Name: (Limited) Nyandarae Fruit Package II (29 Stone Bo # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_29); + - Id: 200238 + AegisName: LI_Nyangvine_Box3_29 +# Name: (Limited) Nyandarae Fruit Package III (29 Stone Boxes) + Name: (Limited) Nyandarae Fruit Package III (29 Stone B # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_29); + - Id: 200247 + AegisName: Cash_Booster_Box + Name: Growth Support Package # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CASH_BOOSTER_BOX); + - Id: 200256 + AegisName: CostumeMilePack_29_1 +# Name: Nyangdarae Costume Mileage Package I (Stone Box 29) + Name: Nyangdarae Costume Mileage Package I (Stone Box 2 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_29_1); + - Id: 200257 + AegisName: CostumeMilePack_29_2 +# Name: Nyangdarae Costume Mileage Package II (Stone Box 29) + Name: Nyangdarae Costume Mileage Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_29_2); + - Id: 200258 + AegisName: CostumeMilePack_29_3 +# Name: Nyangdarae Costume Mileage Package III (Stone Box 29) + Name: Nyangdarae Costume Mileage Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_29_3); + - Id: 200287 + AegisName: LI_Nyangvine_Box1_30 +# Name: (Limited) Nyangdarae Fruit Package I (30 Stone Boxes) + Name: (Limited) Nyangdarae Fruit Package I (30 Stone Bo # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_30); + - Id: 200288 + AegisName: LI_Nyangvine_Box2_30 +# Name: (Limited) Nyandarae Fruit Package II (30 Stone Boxes) + Name: (Limited) Nyandarae Fruit Package II (30 Stone Bo # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_30); + - Id: 200289 + AegisName: LI_Nyangvine_Box3_30 +# Name: (Limited) Nyandarae Fruit Package III (Stone Box 30) + Name: (Limited) Nyandarae Fruit Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_30); + - Id: 200291 + AegisName: CostumeMilePack_30_1 +# Name: Nyangdarae Costume Mileage Package I (30 Stone Box) + Name: Nyangdarae Costume Mileage Package I (30 Stone Bo # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_30_1); + - Id: 200292 + AegisName: CostumeMilePack_30_2 +# Name: Nyangdarae Costume Mileage Package II (Stone Box 30) + Name: Nyangdarae Costume Mileage Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_30_2); + - Id: 200293 + AegisName: CostumeMilePack_30_3 +# Name: Nyangdarae Costume Mileage Package III (Stone Box 30) + Name: Nyangdarae Costume Mileage Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_30_3); + - Id: 200305 + AegisName: LI_Nyangvine_Box1_31 +# Name: (Limited) Nyandarae Fruit Package I (Stone Box 31) + Name: (Limited) Nyandarae Fruit Package I (Stone Box 31 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_31); + - Id: 200306 + AegisName: LI_Nyangvine_Box2_31 +# Name: (Limited) Nyangdarae Fruit Package II (Stone Box 31) + Name: (Limited) Nyangdarae Fruit Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_31); + - Id: 200307 + AegisName: LI_Nyangvine_Box3_31 +# Name: (Limited) Nyandarae Fruit Package III (Stone Box 31) + Name: (Limited) Nyandarae Fruit Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_31); + - Id: 200312 + AegisName: CostumeMilePack_31_1 +# Name: Nyangdarae Costume Mileage Package I (Stone Box 31) + Name: Nyangdarae Costume Mileage Package I (Stone Box 3 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_31_1); + - Id: 200313 + AegisName: CostumeMilePack_31_2 +# Name: Nyangdarae Costume Mileage Package II (Stone Box 31) + Name: Nyangdarae Costume Mileage Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_31_2); + - Id: 200314 + AegisName: CostumeMilePack_31_3 +# Name: Nyangdarae Costume Mileage Package III (Stone Box 31) + Name: Nyangdarae Costume Mileage Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_31_3); + - Id: 200321 + AegisName: LI_Nyangvine_Box1_32 + Name: "[Limited] Silvervine Package I (Stone Box 32)" + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_32); + - Id: 200322 + AegisName: LI_Nyangvine_Box2_32 + Name: "[Limited] Silvervine Package II (Stone Box 32)" + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_32); + - Id: 200323 + AegisName: LI_Nyangvine_Box3_32 + Name: "[Limited] Silvervine Package III (Stone Box 32)" + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_32); + - Id: 200325 + AegisName: CostumeMilePack_32_1 +# Name: Nyangdarae Costume Mileage Package I (Stone Box 32) + Name: Nyangdarae Costume Mileage Package I (Stone Box 3 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_32_1); + - Id: 200326 + AegisName: CostumeMilePack_32_2 +# Name: Nyangdarae Costume Mileage Package II (Stone Box 32) + Name: Nyangdarae Costume Mileage Package II (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_32_2); + - Id: 200327 + AegisName: CostumeMilePack_32_3 +# Name: Nyangdarae Costume Mileage Package III (Stone Box 32) + Name: Nyangdarae Costume Mileage Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_32_3); + - Id: 200330 + AegisName: LI_Nyangvine_Box1_33 +# Name: (Limited) Nyangvine Fruit Package I (Stone Box 33) + Name: (Limited) Nyangvine Fruit Package I (Stone Box 33 + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_33); + - Id: 200331 + AegisName: LI_Nyangvine_Box2_33 +# Name: (Limited) Nyangvine Fruit Package II (Stone Box 33) + Name: (Limited) Nyangvine Fruit Package II (Stone Box 3 + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_33); + - Id: 200332 + AegisName: LI_Nyangvine_Box3_33 +# Name: (Limited) Nyangvine Fruit Package III (Stone Box 33) + Name: (Limited) Nyangvine Fruit Package III (Stone Box + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_33); + - Id: 200333 + AegisName: Cinnamon_Pack1 + Name: Cinnamoroll Collaboration Package I + Type: Cash + Weight: 200 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CINNAMON_PACK1); + - Id: 200334 + AegisName: Cinnamon_Pack2 + Name: Cinnamoroll Collaboration Package II + Type: Cash + Weight: 200 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CINNAMON_PACK2); + - Id: 200335 + AegisName: Cinnamon_Pack3 + Name: Cinnamoroll Collaboration Package III + Type: Cash + Weight: 200 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CINNAMON_PACK3); + - Id: 200336 + AegisName: Cinnamon_Pack4 + Name: RO x Cinnamoroll Box + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CINNAMON_PACK4,true); + - Id: 200340 + AegisName: LI_Nyang_Cinna_Box1_33 +# Name: (Limited) Cinnamoroll Nyangvine Fruit Package I (Stone Box 33) + Name: (Limited) Cinnamoroll Nyangvine Fruit Package I ( + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANG_CINNA_BOX1_33); + - Id: 200341 + AegisName: LI_Nyang_Cinna_Box2_33 +# Name: (Limited) Cinnamoroll Nyangvine Fruit Package II (Stone Box 33) + Name: (Limited) Cinnamoroll Nyangvine Fruit Package II + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANG_CINNA_BOX2_33); + - Id: 200342 + AegisName: LI_Nyang_Cinna_Box3_33 +# Name: (Limited) Cinnamoroll Nyatarae Fruit Package III (Stone Box 33) + Name: (Limited) Cinnamoroll Nyatarae Fruit Package III # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANG_CINNA_BOX3_33); + - Id: 200349 + AegisName: LI_A_Elunium_Box + Name: Enriched Elunium Account-limited Package + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_A_ELUNIUM_BOX); + - Id: 200350 + AegisName: LI_A_Oridecon_Box + Name: Enriched Oridecon Account-limited Package + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_A_ORIDECON_BOX); + - Id: 200351 + AegisName: CostumeMilePack_33_1 +# Name: Nyangvine Costume Mileage Package I (Stone Box 33) + Name: Nyangvine Costume Mileage Package I (Stone Box 33 + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_33_1); + - Id: 200352 + AegisName: CostumeMilePack_33_2 +# Name: Nyangvine Costume Mileage Package II (Stone Box 33) + Name: Nyangvine Costume Mileage Package II (Stone Box 3 + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_33_2); + - Id: 200353 + AegisName: CostumeMilePack_33_3 +# Name: Nyangvine Costume Mileage Package III (Stone Box 33) + Name: Nyangvine Costume Mileage Package III (Stone Box + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_33_3); + - Id: 200354 + AegisName: 2023_Xmax_Pack_1 + Name: Christmas Account Limited Package I + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2023_XMAX_PACK_1); + - Id: 200355 + AegisName: 2023_Xmax_Pack_2 + Name: Christmas Account Limited Package II + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_2023_XMAX_PACK_2); + - Id: 200366 + AegisName: A_Force_Booster_Box + Name: Force Booster Package (10) + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_A_FORCE_BOOSTER_BOX); + - Id: 200367 + AegisName: A_Force_Booster_10_Box + Name: Force Booster Package (100) + Type: Cash + Weight: 10 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_A_FORCE_BOOSTER_10_BOX); + - Id: 200368 + AegisName: LI_Nyangvine_Box1_34 +# Name: (Limited) Nyangvine Fruit Package I (Stone Box 34) + Name: (Limited) Nyangvine Fruit Package I (Stone Box 34 + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX1_34); + - Id: 200369 + AegisName: LI_Nyangvine_Box2_34 +# Name: (Limited) Nyangvine Fruit Package II (Stone Box 34) + Name: (Limited) Nyangvine Fruit Package II (Stone Box 3 + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX2_34); + - Id: 200370 + AegisName: LI_Nyangvine_Box3_34 +# Name: (Limited) Nyangvine Fruit Package III (Stone Box 34) + Name: (Limited) Nyangvine Fruit Package III (Stone Box + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_LI_NYANGVINE_BOX3_34); + - Id: 200375 + AegisName: Sonic_Premium_Pack1 + Name: Sonic Premium Package I + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SONIC_PREMIUM_PACK1); + - Id: 200376 + AegisName: Sonic_Premium_Pack2 + Name: Sonic Premium Package II + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SONIC_PREMIUM_PACK2); + - Id: 200377 + AegisName: S_Badge_pack_ + Name: Sonic Badge Package + Type: Cash + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_S_BADGE_PACK_); + - Id: 200378 + AegisName: Super_Sonic_pack_ + Name: Super Sonic Package + Type: Cash + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_SUPER_SONIC_PACK_); + - Id: 200379 + AegisName: Chaos_Emerald_pack_ + Name: Chaos Emerald Package + Type: Cash + Weight: 100 + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_CHAOS_EMERALD_PACK_); + - Id: 200385 + AegisName: CostumeMilePack_34_1 +# Name: Nyandarae Costume Mileage Package I (Stone Box 34) + Name: Nyandarae Costume Mileage Package I (Stone Box 34 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_34_1); + - Id: 200386 + AegisName: CostumeMilePack_34_2 +# Name: Nyandarae Costume Mileage Package II (Stone Box 34) + Name: Nyandarae Costume Mileage Package II (Stone Box 3 # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_34_2); + - Id: 200387 + AegisName: CostumeMilePack_34_3 +# Name: Nyandarae Costume Mileage Package III (Stone Box 34) + Name: Nyandarae Costume Mileage Package III (Stone Box # !todo check english name + Type: Cash + Flags: + Container: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + getgroupitem(IG_COSTUMEMILEPACK_34_3); + - Id: 1100000 + AegisName: IDTest_heal + Name: IDTest heal + Type: Healing + Weight: 10 + Flags: + BuyingStore: true - Id: 1100003 AegisName: Concentrated_R_P Name: Concentrated Red Potion @@ -67549,3 +80557,240 @@ Body: EquipLevelMin: 200 Script: | itemheal 1925,0; + - Id: 1100007 + AegisName: Fried_Sausage + Name: Roasted sausages # !todo check english name + Type: Healing + Weight: 50 +# Script: | +# /* TODO */ + - Id: 1100008 + AegisName: Juicy_Sausage + Name: Juicy Pang Pang Sausage # !todo check english name + Type: Healing + Weight: 300 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true +# Script: | +# /* TODO */ + - Id: 1100009 + AegisName: South_Pork_Ricebowl + Name: Southern Style Roast Pork with Rice Bowl + Type: Healing + Weight: 30 + EquipLevelMin: 180 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemskill "PR_KYRIE",0; + - Id: 1100010 + AegisName: Poring_Kombucha + Name: Poring Kombucha + Type: Healing + Weight: 5 + EquipLevelMin: 180 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,350; /* average value */ + - Id: 1100011 + AegisName: Monster_Bread + Name: Monster Bread + Type: Healing + Weight: 3 + EquipLevelMin: 180 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 4500,0; /* average value */ + - Id: 1100012 + AegisName: Monster_Bread_ + Name: Forbidden Monster Bread + Type: Healing + Weight: 3 + EquipLevelMin: 180 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,450; /* average value */ + - Id: 1100013 + AegisName: South_Pork_Slice + Name: Southern Style Pork Head Meat + Type: Healing + Weight: 20 + EquipLevelMin: 120 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 30,30; + itemskill "AC_CONCENTRATION",5; + - Id: 1100014 + AegisName: Grilled_Fish + Name: Fire-grilled Fish + Type: Healing + Weight: 2 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,40; /* average value */ + - Id: 1100015 + AegisName: Grilled_Veg_Skewers_ + Name: Fire-grilled Suspicious Skewers + Type: Healing + Weight: 10 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + percentheal 10,10; + - Id: 1100016 + AegisName: Night_M_Ice_Flakes + Name: Night Market Bingsu + Type: Healing + Weight: 3 + EquipLevelMin: 120 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,150; /* average value */ + - Id: 1100017 + AegisName: Night_M_Ice_Cream + Name: Night Market Ice Cream + Type: Healing + Weight: 2 + EquipLevelMin: 120 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 2500,0; /* average value */ + - Id: 1100018 + AegisName: Night_M_Cotton_Candy + Name: Night Market Cotton Candy + Type: Healing + Weight: 2 + EquipLevelMin: 120 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,250; /* average value */ + - Id: 1100019 + AegisName: Grilled_Veg_Skewers + Name: Fire-grilled Vegetable Skewers + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 1200,0; /* average value */ + - Id: 1100020 + AegisName: Grilled_Hm_Sausage + Name: Fire-grilled Homemade Sausage + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Trade: + NoDrop: true + NoTrade: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,120; /* average value */ + - Id: 1100021 + AegisName: 2403_ev_Berry_Cup + Name: Strawberry whipped cream cupcake # !todo check english name + Type: Healing + Weight: 1 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 0,200; /* average value */ + - Id: 1100022 + AegisName: 2403_ev_Macaron + Name: Moist Macaron # !todo check english name + Type: Healing + Weight: 1 + EquipLevelMin: 60 + Flags: + BuyingStore: true + Trade: + NoDrop: true + NoTrade: true + NoSell: true + NoCart: true + NoGuildStorage: true + NoMail: true + NoAuction: true + Script: | + itemheal 2000,0; /* average value */ diff --git a/db/re/item_enchant.yml b/db/re/item_enchant.yml index 3209d3b680..261e6a6854 100644 --- a/db/re/item_enchant.yml +++ b/db/re/item_enchant.yml @@ -4774,215 +4774,966 @@ Body: Chance: 300 - Item: Star_Cluster_Of_Wis3 Chance: 900 - - Id: 13 - TargetItems: - Signet_Of_Pow_Star: true - Signet_Of_Sta_Star: true - Signet_Of_Con_Star: true - Signet_Of_Crt_Star: true - Signet_Of_Spl_Star: true - Signet_Of_Wis_Star: true - Reset: - Chance: 80000 - Price: 500000 - Materials: - - Material: Meteorite_Dust - Amount: 30 - Order: - - Slot: 3 - - Slot: 2 - Slots: - - Slot: 3 - Price: 300000 - Materials: - - Material: Meteorite_Fragment - Amount: 5 - Enchants: - - Enchantgrade: 0 - Items: - - Item: Spell3 - Chance: 10000 - - Item: Expert_Archer3 - Chance: 10050 - - Item: Fighting_Spirit3 - Chance: 10050 - - Item: Sharp3 - Chance: 10050 - - Item: Spell4 - Chance: 1750 - - Item: Expert_Archer4 - Chance: 1750 - - Item: Fighting_Spirit4 - Chance: 1750 - - Item: Sharp4 - Chance: 1750 - - Item: Star_Of_Mettle1 - Chance: 4000 - - Item: Star_Of_MasterArcher1 - Chance: 4000 - - Item: Star_Of_Sharp1 - Chance: 4000 - - Item: Star_Of_Spell1 - Chance: 4000 - - Item: Star_Of_Speed1 - Chance: 4000 - - Item: Star_Of_Vital1 - Chance: 4000 - - Item: Star_Of_Spirit1 - Chance: 4000 - - Item: Star_Of_Mettle2 - Chance: 2000 - - Item: Star_Of_MasterArcher2 - Chance: 2000 - - Item: Star_Of_Sharp2 - Chance: 2000 - - Item: Star_Of_Spell2 - Chance: 2000 - - Item: Star_Of_Speed2 - Chance: 2000 - - Item: Star_Of_Vital2 - Chance: 2000 - - Item: Star_Of_Spirit2 - Chance: 2000 - - Item: Star_Of_Mettle3 - Chance: 1250 - - Item: Star_Of_MasterArcher3 - Chance: 1250 - - Item: Star_Of_Sharp3 - Chance: 1250 - - Item: Star_Of_Spell3 - Chance: 1250 - - Item: Star_Of_Speed3 - Chance: 1250 - - Item: Star_Of_Vital3 - Chance: 1250 - - Item: Star_Of_Spirit3 - Chance: 1250 - - Item: Star_Of_Mettle4 - Chance: 250 - - Item: Star_Of_MasterArcher4 - Chance: 250 - - Item: Star_Of_Sharp4 - Chance: 250 - - Item: Star_Of_Spell4 - Chance: 250 - - Item: Star_Of_Speed4 - Chance: 250 - - Item: Star_Of_Vital4 - Chance: 250 - - Item: Star_Of_Spirit4 - Chance: 250 - - Item: Star_Of_Mettle5 - Chance: 50 - - Item: Star_Of_MasterArcher5 - Chance: 50 - - Item: Star_Of_Sharp5 - Chance: 50 - - Item: Star_Of_Spell5 - Chance: 50 - - Item: Star_Of_Speed5 - Chance: 50 - - Item: Star_Of_Vital5 - Chance: 50 - - Item: Star_Of_Spirit5 - Chance: 50 - - Slot: 2 - Price: 500000 - Materials: - - Material: Meteorite_Fragment - Amount: 10 - Enchants: - - Enchantgrade: 0 - Items: - - Item: Spell3 - Chance: 10000 - - Item: Expert_Archer3 - Chance: 10050 - - Item: Fighting_Spirit3 - Chance: 10050 - - Item: Sharp3 - Chance: 10050 - - Item: Spell4 - Chance: 1750 - - Item: Expert_Archer4 - Chance: 1750 - - Item: Fighting_Spirit4 - Chance: 1750 - - Item: Sharp4 - Chance: 1750 - - Item: Star_Of_Mettle1 - Chance: 4000 - - Item: Star_Of_MasterArcher1 - Chance: 4000 - - Item: Star_Of_Sharp1 - Chance: 4000 - - Item: Star_Of_Spell1 - Chance: 4000 - - Item: Star_Of_Speed1 - Chance: 4000 - - Item: Star_Of_Vital1 - Chance: 4000 - - Item: Star_Of_Spirit1 - Chance: 4000 - - Item: Star_Of_Mettle2 - Chance: 2000 - - Item: Star_Of_MasterArcher2 - Chance: 2000 - - Item: Star_Of_Sharp2 - Chance: 2000 - - Item: Star_Of_Spell2 - Chance: 2000 - - Item: Star_Of_Speed2 - Chance: 2000 - - Item: Star_Of_Vital2 - Chance: 2000 - - Item: Star_Of_Spirit2 - Chance: 2000 - - Item: Star_Of_Mettle3 - Chance: 1250 - - Item: Star_Of_MasterArcher3 - Chance: 1250 - - Item: Star_Of_Sharp3 - Chance: 1250 - - Item: Star_Of_Spell3 - Chance: 1250 - - Item: Star_Of_Speed3 - Chance: 1250 - - Item: Star_Of_Vital3 - Chance: 1250 - - Item: Star_Of_Spirit3 - Chance: 1250 - - Item: Star_Of_Mettle4 - Chance: 250 - - Item: Star_Of_MasterArcher4 - Chance: 250 - - Item: Star_Of_Sharp4 - Chance: 250 - - Item: Star_Of_Spell4 - Chance: 250 - - Item: Star_Of_Speed4 - Chance: 250 - - Item: Star_Of_Vital4 - Chance: 250 - - Item: Star_Of_Spirit4 - Chance: 250 - - Item: Star_Of_Mettle5 - Chance: 50 - - Item: Star_Of_MasterArcher5 - Chance: 50 - - Item: Star_Of_Sharp5 - Chance: 50 - - Item: Star_Of_Spell5 - Chance: 50 - - Item: Star_Of_Speed5 - Chance: 50 - - Item: Star_Of_Vital5 - Chance: 50 - - Item: Star_Of_Spirit5 - Chance: 50 +# - Id: 13 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Signet_Of_Pow_Star: true +# Signet_Of_Sta_Star: true +# Signet_Of_Con_Star: true +# Signet_Of_Crt_Star: true +# Signet_Of_Spl_Star: true +# Signet_Of_Wis_Star: true +# Reset: +# Chance: 80000 +# Price: 500000 +# Materials: +# - Material: Meteorite_Dust +# Amount: 30 +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# Price: 300000 +# Materials: +# - Material: Meteorite_Fragment +# Amount: 5 +# Enchants: +# - Enchantgrade: 0 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 1 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 2 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 3 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 4 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Slot: 2 +# Price: 500000 +# Materials: +# - Material: Meteorite_Fragment +# Amount: 10 +# Enchants: +# - Enchantgrade: 0 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 1 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 2 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 3 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Enchantgrade: 4 +# Items: +# - Item: Spell3 +# Chance: 10000 +# - Item: Expert_Archer3 +# Chance: 10050 +# - Item: Fighting_Spirit3 +# Chance: 10050 +# - Item: Sharp3 +# Chance: 10050 +# - Item: Spell4 +# Chance: 1750 +# - Item: Expert_Archer4 +# Chance: 1750 +# - Item: Fighting_Spirit4 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 1750 +# - Item: Star_Of_Mettle1 +# Chance: 4000 +# - Item: Star_Of_MasterArcher1 +# Chance: 4000 +# - Item: Star_Of_Sharp1 +# Chance: 4000 +# - Item: Star_Of_Spell1 +# Chance: 4000 +# - Item: Star_Of_Speed1 +# Chance: 4000 +# - Item: Star_Of_Vital1 +# Chance: 4000 +# - Item: Star_Of_Spirit1 +# Chance: 4000 +# - Item: Star_Of_Mettle2 +# Chance: 2000 +# - Item: Star_Of_MasterArcher2 +# Chance: 2000 +# - Item: Star_Of_Sharp2 +# Chance: 2000 +# - Item: Star_Of_Spell2 +# Chance: 2000 +# - Item: Star_Of_Speed2 +# Chance: 2000 +# - Item: Star_Of_Vital2 +# Chance: 2000 +# - Item: Star_Of_Spirit2 +# Chance: 2000 +# - Item: Star_Of_Mettle3 +# Chance: 1250 +# - Item: Star_Of_MasterArcher3 +# Chance: 1250 +# - Item: Star_Of_Sharp3 +# Chance: 1250 +# - Item: Star_Of_Spell3 +# Chance: 1250 +# - Item: Star_Of_Speed3 +# Chance: 1250 +# - Item: Star_Of_Vital3 +# Chance: 1250 +# - Item: Star_Of_Spirit3 +# Chance: 1250 +# - Item: Star_Of_Mettle4 +# Chance: 250 +# - Item: Star_Of_MasterArcher4 +# Chance: 250 +# - Item: Star_Of_Sharp4 +# Chance: 250 +# - Item: Star_Of_Spell4 +# Chance: 250 +# - Item: Star_Of_Speed4 +# Chance: 250 +# - Item: Star_Of_Vital4 +# Chance: 250 +# - Item: Star_Of_Spirit4 +# Chance: 250 +# - Item: Star_Of_Mettle5 +# Chance: 50 +# - Item: Star_Of_MasterArcher5 +# Chance: 50 +# - Item: Star_Of_Sharp5 +# Chance: 50 +# - Item: Star_Of_Spell5 +# Chance: 50 +# - Item: Star_Of_Speed5 +# Chance: 50 +# - Item: Star_Of_Vital5 +# Chance: 50 +# - Item: Star_Of_Spirit5 +# Chance: 50 +# - Slot: 1 +# PerfectEnchants: +# - Item: Star_Cluster_Of_Str1 +# Price: 5000000 +# Materials: +# - Material: Unknown_Meteorite_F +# Amount: 20 +# - Material: Pow_Meteorite_Fragment +# Amount: 15 +# - Material: Wis_Meteorite_Fragment +# Amount: 15 +# - Material: Con_Meteorite_Fragment +# Amount: 10 +# - Item: Star_Cluster_Of_Luk1 +# Price: 5000000 +# Materials: +# - Material: Unknown_Meteorite_F +# Amount: 20 +# - Material: Crt_Meteorite_Fragment +# Amount: 15 +# - Material: Spl_Meteorite_Fragment +# Amount: 15 +# - Material: Pow_Meteorite_Fragment +# Amount: 10 +# - Item: Star_Cluster_Of_Int1 +# Price: 5000000 +# Materials: +# - Material: Unknown_Meteorite_F +# Amount: 20 +# - Material: Spl_Meteorite_Fragment +# Amount: 15 +# - Material: Sta_Meteorite_Fragment +# Amount: 15 +# - Material: Con_Meteorite_Fragment +# Amount: 10 +# - Item: Star_Cluster_Of_Res1 +# Price: 5000000 +# Materials: +# - Material: Unknown_Meteorite_F +# Amount: 20 +# - Material: Sta_Meteorite_Fragment +# Amount: 15 +# - Material: Crt_Meteorite_Fragment +# Amount: 15 +# - Material: Wis_Meteorite_Fragment +# Amount: 10 - Id: 14 TargetItems: - Cheesy_Snack_In_Mouth: true + Octopus_Leg_In_Mouth: true Reset: Chance: 100000 Price: 10000 @@ -24532,3 +25283,6770 @@ Body: Amount: 250 - Material: Ep19_Snow_Flower Amount: 500 + - Id: 99 + TargetItems: + Flame_E_R_Armor: true + Flame_E_R_Armor2: true + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Flame_R_1 + Price: 2500000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Flame_Essence + Amount: 75 + - Material: Bar_D_Fl_Rune + Amount: 50 + - Material: Bar_D_Fl_Essence + Amount: 30 + Upgrades: + - Enchant: Flame_R_1 + Upgrade: Flame_R_2 + Price: 1000000 + Materials: + - Material: Flame_Barmund_Rune + Amount: 100 + - Material: Bar_D_Fl_Energy + Amount: 150 + - Material: Bar_D_Fl_Crystal + Amount: 100 + - Enchant: Flame_R_2 + Upgrade: Flame_R_3 + Price: 1500000 + Materials: + - Material: Flame_Barmund_Rune + Amount: 125 + - Material: Flame_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_Fl_Crystal + Amount: 150 + - Enchant: Flame_R_3 + Upgrade: Flame_R_4 + Price: 2000000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Flame_Essence + Amount: 25 + - Material: Bar_D_Fl_Rune + Amount: 50 + - Enchant: Flame_R_4 + Upgrade: Flame_R_5 + Price: 2500000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Flame_Essence + Amount: 50 + - Material: Bar_D_Fl_Rune + Amount: 75 + - Material: Bar_D_Fl_Essence + Amount: 70 + - Slot: 2 + PerfectEnchants: + - Item: Earth_R_1 + Price: 2500000 + Materials: + - Material: Plain_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Plain_Essence + Amount: 75 + - Material: Bar_D_Ea_Rune + Amount: 50 + - Material: Bar_D_Ea_Essence + Amount: 30 + Upgrades: + - Enchant: Earth_R_1 + Upgrade: Earth_R_2 + Price: 1000000 + Materials: + - Material: Plain_Barmund_Rune + Amount: 100 + - Material: Bar_D_Ea_Energy + Amount: 150 + - Material: Bar_D_Ea_Crystal + Amount: 100 + - Enchant: Earth_R_2 + Upgrade: Earth_R_3 + Price: 1500000 + Materials: + - Material: Plain_Barmund_Rune + Amount: 125 + - Material: Plain_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_Ea_Crystal + Amount: 150 + - Enchant: Earth_R_3 + Upgrade: Earth_R_4 + Price: 2000000 + Materials: + - Material: Plain_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Plain_Essence + Amount: 25 + - Material: Bar_D_Ea_Rune + Amount: 50 + - Enchant: Earth_R_4 + Upgrade: Earth_R_5 + Price: 2500000 + Materials: + - Material: Plain_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Plain_Essence + Amount: 50 + - Material: Bar_D_Ea_Rune + Amount: 75 + - Material: Bar_D_Ea_Essence + Amount: 70 + - Slot: 1 + PerfectEnchants: + - Item: Flame_Earth_R_1 + Price: 6000000 + Materials: + - Material: Bar_D_Fl_Rune + Amount: 75 + - Material: Bar_D_Ea_Rune + Amount: 75 + - Material: Bar_D_Fl_Essence + Amount: 50 + - Material: Bar_D_Ea_Essence + Amount: 50 + Upgrades: + - Enchant: Flame_Earth_R_1 + Upgrade: Flame_Earth_R_2 + Price: 2000000 + Materials: + - Material: Flame_Barmund_Rune + Amount: 50 + - Material: Plain_Barmund_Rune + Amount: 50 + - Material: Bar_D_Fl_Crystal + Amount: 25 + - Material: Bar_D_Ea_Crystal + Amount: 25 + - Enchant: Flame_Earth_R_2 + Upgrade: Flame_Earth_R_3 + Price: 2500000 + Materials: + - Material: Flame_Barmund_Rune + Amount: 70 + - Material: Plain_Barmund_Rune + Amount: 70 + - Material: Flame_Barmund_Rune2 + Amount: 15 + - Material: Plain_Barmund_Rune2 + Amount: 15 + - Material: Bar_D_Fl_Crystal + Amount: 35 + - Material: Bar_D_Ea_Crystal + Amount: 35 + - Enchant: Flame_Earth_R_3 + Upgrade: Flame_Earth_R_4 + Price: 3000000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 25 + - Material: Plain_Barmund_Rune2 + Amount: 25 + - Material: Bar_D_Fl_Crystal + Amount: 45 + - Material: Bar_D_Ea_Crystal + Amount: 45 + - Enchant: Flame_Earth_R_4 + Upgrade: Flame_Earth_R_5 + Price: 3500000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 35 + - Material: Plain_Barmund_Rune2 + Amount: 35 + - Material: Bar_D_Fl_Crystal + Amount: 55 + - Material: Bar_D_Ea_Crystal + Amount: 55 + - Material: Bar_D_Fl_Rune + Amount: 25 + - Material: Bar_D_Ea_Rune + Amount: 25 + - Enchant: Flame_Earth_R_5 + Upgrade: Flame_Earth_R_6 + Price: 4000000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 45 + - Material: Plain_Barmund_Rune2 + Amount: 45 + - Material: Bar_D_Fl_Rune + Amount: 35 + - Material: Bar_D_Ea_Rune + Amount: 35 + - Enchant: Flame_Earth_R_6 + Upgrade: Flame_Earth_R_7 + Price: 4500000 + Materials: + - Material: Flame_Barmund_Rune2 + Amount: 55 + - Material: Plain_Barmund_Rune2 + Amount: 55 + - Material: Barmund_Flame_Essence + Amount: 35 + - Material: Barmund_Plain_Essence + Amount: 35 + - Material: Bar_D_Fl_Rune + Amount: 45 + - Material: Bar_D_Ea_Rune + Amount: 45 + - Enchant: Flame_Earth_R_7 + Upgrade: Flame_Earth_R_8 + Price: 5000000 + Materials: + - Material: Barmund_Flame_Essence + Amount: 45 + - Material: Barmund_Plain_Essence + Amount: 45 + - Material: Bar_D_Fl_Rune + Amount: 55 + - Material: Bar_D_Ea_Rune + Amount: 55 + - Enchant: Flame_Earth_R_8 + Upgrade: Flame_Earth_R_9 + Price: 5500000 + Materials: + - Material: Barmund_Flame_Essence + Amount: 55 + - Material: Barmund_Plain_Essence + Amount: 55 + - Material: Bar_D_Fl_Rune + Amount: 65 + - Material: Bar_D_Ea_Rune + Amount: 65 + - Material: Bar_D_Fl_Essence + Amount: 50 + - Material: Bar_D_Ea_Essence + Amount: 50 + - Enchant: Flame_Earth_R_9 + Upgrade: Flame_Earth_R_10 + Price: 6000000 + Materials: + - Material: Bar_D_Fl_Rune + Amount: 80 + - Material: Bar_D_Ea_Rune + Amount: 80 + - Material: Bar_D_Fl_Essence + Amount: 70 + - Material: Bar_D_Ea_Essence + Amount: 70 + - Id: 100 + TargetItems: + Ice_S_R_Suits: true + Ice_S_R_Suits2: true + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Ice_R_1 + Price: 2500000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Ice_Essence + Amount: 75 + - Material: Bar_D_Ic_Rune + Amount: 50 + - Material: Bar_D_Ic_Essence + Amount: 30 + Upgrades: + - Enchant: Ice_R_1 + Upgrade: Ice_R_2 + Price: 1000000 + Materials: + - Material: Ice_Barmund_Rune + Amount: 100 + - Material: Bar_D_Ic_Energy + Amount: 150 + - Material: Bar_D_Ic_Crystal + Amount: 100 + - Enchant: Ice_R_2 + Upgrade: Ice_R_3 + Price: 1500000 + Materials: + - Material: Ice_Barmund_Rune + Amount: 125 + - Material: Ice_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_Ic_Crystal + Amount: 150 + - Enchant: Ice_R_3 + Upgrade: Ice_R_4 + Price: 2000000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Ice_Essence + Amount: 25 + - Material: Bar_D_Ic_Rune + Amount: 50 + - Enchant: Ice_R_4 + Upgrade: Ice_R_5 + Price: 2500000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Ice_Essence + Amount: 50 + - Material: Bar_D_Ic_Rune + Amount: 75 + - Material: Bar_D_Ic_Essence + Amount: 70 + - Slot: 2 + PerfectEnchants: + - Item: Storm_R_1 + Price: 2500000 + Materials: + - Material: Plain_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Plain_Essence + Amount: 75 + - Material: Bar_D_St_Rune + Amount: 50 + - Material: Bar_D_St_Essence + Amount: 30 + Upgrades: + - Enchant: Storm_R_1 + Upgrade: Storm_R_2 + Price: 1000000 + Materials: + - Material: Plain_Barmund_Rune + Amount: 100 + - Material: Bar_D_St_Energy + Amount: 150 + - Material: Bar_D_St_Crystal + Amount: 100 + - Enchant: Storm_R_2 + Upgrade: Storm_R_3 + Price: 1500000 + Materials: + - Material: Plain_Barmund_Rune + Amount: 125 + - Material: Plain_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_St_Crystal + Amount: 150 + - Enchant: Storm_R_3 + Upgrade: Storm_R_4 + Price: 2000000 + Materials: + - Material: Plain_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Plain_Essence + Amount: 25 + - Material: Bar_D_St_Rune + Amount: 50 + - Enchant: Storm_R_4 + Upgrade: Storm_R_5 + Price: 2500000 + Materials: + - Material: Plain_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Plain_Essence + Amount: 50 + - Material: Bar_D_St_Rune + Amount: 75 + - Material: Bar_D_St_Essence + Amount: 70 + - Slot: 1 + PerfectEnchants: + - Item: Ice_Storm_R_1 + Price: 6000000 + Materials: + - Material: Bar_D_Ic_Rune + Amount: 75 + - Material: Bar_D_St_Rune + Amount: 75 + - Material: Bar_D_Ic_Essence + Amount: 50 + - Material: Bar_D_St_Essence + Amount: 50 + Upgrades: + - Enchant: Ice_Storm_R_1 + Upgrade: Ice_Storm_R_2 + Price: 2000000 + Materials: + - Material: Ice_Barmund_Rune + Amount: 50 + - Material: Plain_Barmund_Rune + Amount: 50 + - Material: Bar_D_Ic_Crystal + Amount: 25 + - Material: Bar_D_St_Crystal + Amount: 25 + - Enchant: Ice_Storm_R_2 + Upgrade: Ice_Storm_R_3 + Price: 2500000 + Materials: + - Material: Ice_Barmund_Rune + Amount: 70 + - Material: Plain_Barmund_Rune + Amount: 70 + - Material: Ice_Barmund_Rune2 + Amount: 15 + - Material: Plain_Barmund_Rune2 + Amount: 15 + - Material: Bar_D_Ic_Crystal + Amount: 35 + - Material: Bar_D_St_Crystal + Amount: 35 + - Enchant: Ice_Storm_R_3 + Upgrade: Ice_Storm_R_4 + Price: 3000000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 25 + - Material: Plain_Barmund_Rune2 + Amount: 25 + - Material: Bar_D_Ic_Crystal + Amount: 45 + - Material: Bar_D_St_Crystal + Amount: 45 + - Enchant: Ice_Storm_R_4 + Upgrade: Ice_Storm_R_5 + Price: 3500000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 35 + - Material: Plain_Barmund_Rune2 + Amount: 35 + - Material: Bar_D_Ic_Crystal + Amount: 55 + - Material: Bar_D_St_Crystal + Amount: 55 + - Material: Bar_D_Ic_Rune + Amount: 25 + - Material: Bar_D_St_Rune + Amount: 25 + - Enchant: Ice_Storm_R_5 + Upgrade: Ice_Storm_R_6 + Price: 4000000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 45 + - Material: Plain_Barmund_Rune2 + Amount: 45 + - Material: Bar_D_Ic_Rune + Amount: 35 + - Material: Bar_D_St_Rune + Amount: 35 + - Enchant: Ice_Storm_R_6 + Upgrade: Ice_Storm_R_7 + Price: 4500000 + Materials: + - Material: Ice_Barmund_Rune2 + Amount: 55 + - Material: Plain_Barmund_Rune2 + Amount: 55 + - Material: Barmund_Ice_Essence + Amount: 35 + - Material: Barmund_Plain_Essence + Amount: 35 + - Material: Bar_D_Ic_Rune + Amount: 45 + - Material: Bar_D_St_Rune + Amount: 45 + - Enchant: Ice_Storm_R_7 + Upgrade: Ice_Storm_R_8 + Price: 5000000 + Materials: + - Material: Barmund_Ice_Essence + Amount: 45 + - Material: Barmund_Plain_Essence + Amount: 45 + - Material: Bar_D_Ic_Rune + Amount: 55 + - Material: Bar_D_St_Rune + Amount: 55 + - Enchant: Ice_Storm_R_8 + Upgrade: Ice_Storm_R_9 + Price: 5500000 + Materials: + - Material: Barmund_Ice_Essence + Amount: 55 + - Material: Barmund_Plain_Essence + Amount: 55 + - Material: Bar_D_Ic_Rune + Amount: 65 + - Material: Bar_D_St_Rune + Amount: 65 + - Material: Bar_D_Ic_Essence + Amount: 50 + - Material: Bar_D_St_Essence + Amount: 50 + - Enchant: Ice_Storm_R_9 + Upgrade: Ice_Storm_R_10 + Price: 6000000 + Materials: + - Material: Bar_D_Ic_Rune + Amount: 80 + - Material: Bar_D_St_Rune + Amount: 80 + - Material: Bar_D_Ic_Essence + Amount: 70 + - Material: Bar_D_St_Essence + Amount: 70 + - Id: 101 + TargetItems: + Soul_P_R_Robe: true + Soul_P_R_Robe2: true + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Soul_R_1 + Price: 2500000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Soul_Essence + Amount: 75 + - Material: Bar_D_So_Rune + Amount: 50 + - Material: Bar_D_So_Essence + Amount: 30 + Upgrades: + - Enchant: Soul_R_1 + Upgrade: Soul_R_2 + Price: 1000000 + Materials: + - Material: Soul_Barmund_Rune + Amount: 100 + - Material: Bar_D_So_Energy + Amount: 150 + - Material: Bar_D_So_Crystal + Amount: 100 + - Enchant: Soul_R_2 + Upgrade: Soul_R_3 + Price: 1500000 + Materials: + - Material: Soul_Barmund_Rune + Amount: 125 + - Material: Soul_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_So_Crystal + Amount: 150 + - Enchant: Soul_R_3 + Upgrade: Soul_R_4 + Price: 2000000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Soul_Essence + Amount: 25 + - Material: Bar_D_So_Rune + Amount: 50 + - Enchant: Soul_R_4 + Upgrade: Soul_R_5 + Price: 2500000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Soul_Essence + Amount: 50 + - Material: Bar_D_So_Rune + Amount: 75 + - Material: Bar_D_So_Essence + Amount: 70 + - Slot: 2 + PerfectEnchants: + - Item: Purify_R_1 + Price: 2500000 + Materials: + - Material: Temple_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Temple_Essence + Amount: 75 + - Material: Bar_D_Pu_Rune + Amount: 50 + - Material: Bar_D_Pu_Essence + Amount: 30 + Upgrades: + - Enchant: Purify_R_1 + Upgrade: Purify_R_2 + Price: 1000000 + Materials: + - Material: Temple_Barmund_Rune + Amount: 100 + - Material: Bar_D_Pu_Energy + Amount: 150 + - Material: Bar_D_Pu_Crystal + Amount: 100 + - Enchant: Purify_R_2 + Upgrade: Purify_R_3 + Price: 1500000 + Materials: + - Material: Temple_Barmund_Rune + Amount: 125 + - Material: Temple_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_Pu_Crystal + Amount: 150 + - Enchant: Purify_R_3 + Upgrade: Purify_R_4 + Price: 2000000 + Materials: + - Material: Temple_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Temple_Essence + Amount: 25 + - Material: Bar_D_Pu_Rune + Amount: 50 + - Enchant: Purify_R_4 + Upgrade: Purify_R_5 + Price: 2500000 + Materials: + - Material: Temple_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Temple_Essence + Amount: 50 + - Material: Bar_D_Pu_Rune + Amount: 75 + - Material: Bar_D_Pu_Essence + Amount: 70 + - Slot: 1 + PerfectEnchants: + - Item: Soul_Purify_R_1 + Price: 6000000 + Materials: + - Material: Bar_D_So_Rune + Amount: 75 + - Material: Bar_D_Pu_Rune + Amount: 75 + - Material: Bar_D_So_Essence + Amount: 50 + - Material: Bar_D_Pu_Essence + Amount: 50 + Upgrades: + - Enchant: Soul_Purify_R_1 + Upgrade: Soul_Purify_R_2 + Price: 2000000 + Materials: + - Material: Soul_Barmund_Rune + Amount: 50 + - Material: Temple_Barmund_Rune + Amount: 50 + - Material: Bar_D_So_Crystal + Amount: 25 + - Material: Bar_D_Pu_Crystal + Amount: 25 + - Enchant: Soul_Purify_R_2 + Upgrade: Soul_Purify_R_3 + Price: 2500000 + Materials: + - Material: Soul_Barmund_Rune + Amount: 70 + - Material: Temple_Barmund_Rune + Amount: 70 + - Material: Soul_Barmund_Rune2 + Amount: 15 + - Material: Temple_Barmund_Rune2 + Amount: 15 + - Material: Bar_D_So_Crystal + Amount: 35 + - Material: Bar_D_Pu_Crystal + Amount: 35 + - Enchant: Soul_Purify_R_3 + Upgrade: Soul_Purify_R_4 + Price: 3000000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 25 + - Material: Temple_Barmund_Rune2 + Amount: 25 + - Material: Bar_D_So_Crystal + Amount: 45 + - Material: Bar_D_Pu_Crystal + Amount: 45 + - Enchant: Soul_Purify_R_4 + Upgrade: Soul_Purify_R_5 + Price: 3500000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 35 + - Material: Temple_Barmund_Rune2 + Amount: 35 + - Material: Bar_D_So_Crystal + Amount: 55 + - Material: Bar_D_Pu_Crystal + Amount: 55 + - Material: Bar_D_So_Rune + Amount: 25 + - Material: Bar_D_Pu_Rune + Amount: 25 + - Enchant: Soul_Purify_R_5 + Upgrade: Soul_Purify_R_6 + Price: 4000000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 45 + - Material: Temple_Barmund_Rune2 + Amount: 45 + - Material: Bar_D_So_Rune + Amount: 35 + - Material: Bar_D_Pu_Rune + Amount: 35 + - Enchant: Soul_Purify_R_6 + Upgrade: Soul_Purify_R_7 + Price: 4500000 + Materials: + - Material: Soul_Barmund_Rune2 + Amount: 55 + - Material: Temple_Barmund_Rune2 + Amount: 55 + - Material: Barmund_Soul_Essence + Amount: 35 + - Material: Barmund_Temple_Essence + Amount: 35 + - Material: Bar_D_So_Rune + Amount: 45 + - Material: Bar_D_Pu_Rune + Amount: 45 + - Enchant: Soul_Purify_R_7 + Upgrade: Soul_Purify_R_8 + Price: 5000000 + Materials: + - Material: Barmund_Soul_Essence + Amount: 45 + - Material: Barmund_Temple_Essence + Amount: 45 + - Material: Bar_D_So_Rune + Amount: 55 + - Material: Bar_D_Pu_Rune + Amount: 55 + - Enchant: Soul_Purify_R_8 + Upgrade: Soul_Purify_R_9 + Price: 5500000 + Materials: + - Material: Barmund_Soul_Essence + Amount: 55 + - Material: Barmund_Temple_Essence + Amount: 55 + - Material: Bar_D_So_Rune + Amount: 65 + - Material: Bar_D_Pu_Rune + Amount: 65 + - Material: Bar_D_So_Essence + Amount: 50 + - Material: Bar_D_Pu_Essence + Amount: 50 + - Enchant: Soul_Purify_R_9 + Upgrade: Soul_Purify_R_10 + Price: 6000000 + Materials: + - Material: Bar_D_So_Rune + Amount: 80 + - Material: Bar_D_Pu_Rune + Amount: 80 + - Material: Bar_D_So_Essence + Amount: 70 + - Material: Bar_D_Pu_Essence + Amount: 70 + - Id: 102 + TargetItems: + Corrupt_P_R_Cloth: true + Corrupt_P_R_Cloth2: true + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Corrupt_R_1 + Price: 2500000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Death_Essence + Amount: 75 + - Material: Bar_D_Co_Rune + Amount: 50 + - Material: Bar_D_Co_Essence + Amount: 30 + Upgrades: + - Enchant: Corrupt_R_1 + Upgrade: Corrupt_R_2 + Price: 1000000 + Materials: + - Material: Death_Barmund_Rune + Amount: 100 + - Material: Bar_D_Co_Energy + Amount: 150 + - Material: Bar_D_Co_Crystal + Amount: 100 + - Enchant: Corrupt_R_2 + Upgrade: Corrupt_R_3 + Price: 1500000 + Materials: + - Material: Death_Barmund_Rune + Amount: 125 + - Material: Death_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_Co_Crystal + Amount: 150 + - Enchant: Corrupt_R_3 + Upgrade: Corrupt_R_4 + Price: 2000000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Death_Essence + Amount: 25 + - Material: Bar_D_Co_Rune + Amount: 50 + - Enchant: Corrupt_R_4 + Upgrade: Corrupt_R_5 + Price: 2500000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Death_Essence + Amount: 50 + - Material: Bar_D_Co_Rune + Amount: 75 + - Material: Bar_D_Co_Essence + Amount: 70 + - Slot: 2 + PerfectEnchants: + - Item: Poison_R_1 + Price: 2500000 + Materials: + - Material: Venom_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Venom_Essence + Amount: 75 + - Material: Bar_D_Po_Rune + Amount: 50 + - Material: Bar_D_Po_Essence + Amount: 30 + Upgrades: + - Enchant: Poison_R_1 + Upgrade: Poison_R_2 + Price: 1000000 + Materials: + - Material: Venom_Barmund_Rune + Amount: 100 + - Material: Bar_D_Po_Energy + Amount: 150 + - Material: Bar_D_Po_Crystal + Amount: 100 + - Enchant: Poison_R_2 + Upgrade: Poison_R_3 + Price: 1500000 + Materials: + - Material: Venom_Barmund_Rune + Amount: 125 + - Material: Venom_Barmund_Rune2 + Amount: 50 + - Material: Bar_D_Po_Crystal + Amount: 150 + - Enchant: Poison_R_3 + Upgrade: Poison_R_4 + Price: 2000000 + Materials: + - Material: Venom_Barmund_Rune2 + Amount: 75 + - Material: Barmund_Venom_Essence + Amount: 25 + - Material: Bar_D_Po_Rune + Amount: 50 + - Enchant: Poison_R_4 + Upgrade: Poison_R_5 + Price: 2500000 + Materials: + - Material: Venom_Barmund_Rune2 + Amount: 100 + - Material: Barmund_Venom_Essence + Amount: 50 + - Material: Bar_D_Po_Rune + Amount: 75 + - Material: Bar_D_Po_Essence + Amount: 70 + - Slot: 1 + PerfectEnchants: + - Item: Corrupt_Poison_R_1 + Price: 6000000 + Materials: + - Material: Bar_D_Co_Rune + Amount: 75 + - Material: Bar_D_Po_Rune + Amount: 75 + - Material: Bar_D_Co_Essence + Amount: 50 + - Material: Bar_D_Po_Essence + Amount: 50 + Upgrades: + - Enchant: Corrupt_Poison_R_1 + Upgrade: Corrupt_Poison_R_2 + Price: 2000000 + Materials: + - Material: Death_Barmund_Rune + Amount: 50 + - Material: Venom_Barmund_Rune + Amount: 50 + - Material: Bar_D_Co_Crystal + Amount: 25 + - Material: Bar_D_Po_Crystal + Amount: 25 + - Enchant: Corrupt_Poison_R_2 + Upgrade: Corrupt_Poison_R_3 + Price: 2500000 + Materials: + - Material: Death_Barmund_Rune + Amount: 70 + - Material: Venom_Barmund_Rune + Amount: 70 + - Material: Death_Barmund_Rune2 + Amount: 15 + - Material: Venom_Barmund_Rune2 + Amount: 15 + - Material: Bar_D_Co_Crystal + Amount: 35 + - Material: Bar_D_Po_Crystal + Amount: 35 + - Enchant: Corrupt_Poison_R_3 + Upgrade: Corrupt_Poison_R_4 + Price: 3000000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 25 + - Material: Venom_Barmund_Rune2 + Amount: 25 + - Material: Bar_D_Co_Crystal + Amount: 45 + - Material: Bar_D_Po_Crystal + Amount: 45 + - Enchant: Corrupt_Poison_R_4 + Upgrade: Corrupt_Poison_R_5 + Price: 3500000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 35 + - Material: Venom_Barmund_Rune2 + Amount: 35 + - Material: Bar_D_Co_Crystal + Amount: 55 + - Material: Bar_D_Po_Crystal + Amount: 55 + - Material: Bar_D_Co_Rune + Amount: 25 + - Material: Bar_D_Po_Rune + Amount: 25 + - Enchant: Corrupt_Poison_R_5 + Upgrade: Corrupt_Poison_R_6 + Price: 4000000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 45 + - Material: Venom_Barmund_Rune2 + Amount: 45 + - Material: Bar_D_Co_Rune + Amount: 35 + - Material: Bar_D_Po_Rune + Amount: 35 + - Enchant: Corrupt_Poison_R_6 + Upgrade: Corrupt_Poison_R_7 + Price: 4500000 + Materials: + - Material: Death_Barmund_Rune2 + Amount: 55 + - Material: Venom_Barmund_Rune2 + Amount: 55 + - Material: Barmund_Death_Essence + Amount: 35 + - Material: Barmund_Venom_Essence + Amount: 35 + - Material: Bar_D_Co_Rune + Amount: 45 + - Material: Bar_D_Po_Rune + Amount: 45 + - Enchant: Corrupt_Poison_R_7 + Upgrade: Corrupt_Poison_R_8 + Price: 5000000 + Materials: + - Material: Barmund_Death_Essence + Amount: 45 + - Material: Barmund_Venom_Essence + Amount: 45 + - Material: Bar_D_Co_Rune + Amount: 55 + - Material: Bar_D_Po_Rune + Amount: 55 + - Enchant: Corrupt_Poison_R_8 + Upgrade: Corrupt_Poison_R_9 + Price: 5500000 + Materials: + - Material: Barmund_Death_Essence + Amount: 55 + - Material: Barmund_Venom_Essence + Amount: 55 + - Material: Bar_D_Co_Rune + Amount: 65 + - Material: Bar_D_Po_Rune + Amount: 65 + - Material: Bar_D_Co_Essence + Amount: 50 + - Material: Bar_D_Po_Essence + Amount: 50 + - Enchant: Corrupt_Poison_R_9 + Upgrade: Corrupt_Poison_R_10 + Price: 6000000 + Materials: + - Material: Bar_D_Co_Rune + Amount: 80 + - Material: Bar_D_Po_Rune + Amount: 80 + - Material: Bar_D_Co_Essence + Amount: 70 + - Material: Bar_D_Po_Essence + Amount: 70 + - Id: 103 + TargetItems: + Officer_Cap_LT: true + Reset: + Chance: 100000 + Price: 300000 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + Price: 500000 + Enchants: + - Enchantgrade: 0 + Items: + - Item: Strength3 + Chance: 16666 + - Item: Dexterity3 + Chance: 16666 + - Item: Inteligence3 + Chance: 16667 + - Item: Vitality3 + Chance: 16667 + - Item: Agility3 + Chance: 16667 + - Item: Luck3 + Chance: 16667 + - Enchantgrade: 1 + Items: + - Item: Strength3 + Chance: 16666 + - Item: Dexterity3 + Chance: 16666 + - Item: Inteligence3 + Chance: 16667 + - Item: Vitality3 + Chance: 16667 + - Item: Agility3 + Chance: 16667 + - Item: Luck3 + Chance: 16667 + - Enchantgrade: 2 + Items: + - Item: Strength3 + Chance: 16666 + - Item: Dexterity3 + Chance: 16666 + - Item: Inteligence3 + Chance: 16667 + - Item: Vitality3 + Chance: 16667 + - Item: Agility3 + Chance: 16667 + - Item: Luck3 + Chance: 16667 + - Enchantgrade: 3 + Items: + - Item: Strength3 + Chance: 16666 + - Item: Dexterity3 + Chance: 16666 + - Item: Inteligence3 + Chance: 16667 + - Item: Vitality3 + Chance: 16667 + - Item: Agility3 + Chance: 16667 + - Item: Luck3 + Chance: 16667 + - Enchantgrade: 4 + Items: + - Item: Strength3 + Chance: 16666 + - Item: Dexterity3 + Chance: 16666 + - Item: Inteligence3 + Chance: 16667 + - Item: Vitality3 + Chance: 16667 + - Item: Agility3 + Chance: 16667 + - Item: Luck3 + Chance: 16667 + - Slot: 2 + Price: 1000000 + Enchants: + - Enchantgrade: 0 + Items: + - Item: Experience_Badge + Chance: 1000 + - Item: Beholder_Badge + Chance: 9900 + - Item: Hallow_Badge + Chance: 9900 + - Item: Clamorous_Badge + Chance: 9900 + - Item: Chemical_Badge + Chance: 9900 + - Item: Insecticide_Badge + Chance: 9900 + - Item: Fisher_Badge + Chance: 9900 + - Item: Decussate_Badge + Chance: 9900 + - Item: Murderer_Badge + Chance: 9900 + - Item: Satanic_Badge + Chance: 9900 + - Item: Dragoon_Badge + Chance: 9900 + - Enchantgrade: 1 + Items: + - Item: Experience_Badge + Chance: 1000 + - Item: Beholder_Badge + Chance: 9900 + - Item: Hallow_Badge + Chance: 9900 + - Item: Clamorous_Badge + Chance: 9900 + - Item: Chemical_Badge + Chance: 9900 + - Item: Insecticide_Badge + Chance: 9900 + - Item: Fisher_Badge + Chance: 9900 + - Item: Decussate_Badge + Chance: 9900 + - Item: Murderer_Badge + Chance: 9900 + - Item: Satanic_Badge + Chance: 9900 + - Item: Dragoon_Badge + Chance: 9900 + - Enchantgrade: 2 + Items: + - Item: Experience_Badge + Chance: 1000 + - Item: Beholder_Badge + Chance: 9900 + - Item: Hallow_Badge + Chance: 9900 + - Item: Clamorous_Badge + Chance: 9900 + - Item: Chemical_Badge + Chance: 9900 + - Item: Insecticide_Badge + Chance: 9900 + - Item: Fisher_Badge + Chance: 9900 + - Item: Decussate_Badge + Chance: 9900 + - Item: Murderer_Badge + Chance: 9900 + - Item: Satanic_Badge + Chance: 9900 + - Item: Dragoon_Badge + Chance: 9900 + - Enchantgrade: 3 + Items: + - Item: Experience_Badge + Chance: 1000 + - Item: Beholder_Badge + Chance: 9900 + - Item: Hallow_Badge + Chance: 9900 + - Item: Clamorous_Badge + Chance: 9900 + - Item: Chemical_Badge + Chance: 9900 + - Item: Insecticide_Badge + Chance: 9900 + - Item: Fisher_Badge + Chance: 9900 + - Item: Decussate_Badge + Chance: 9900 + - Item: Murderer_Badge + Chance: 9900 + - Item: Satanic_Badge + Chance: 9900 + - Item: Dragoon_Badge + Chance: 9900 + - Enchantgrade: 4 + Items: + - Item: Experience_Badge + Chance: 1000 + - Item: Beholder_Badge + Chance: 9900 + - Item: Hallow_Badge + Chance: 9900 + - Item: Clamorous_Badge + Chance: 9900 + - Item: Chemical_Badge + Chance: 9900 + - Item: Insecticide_Badge + Chance: 9900 + - Item: Fisher_Badge + Chance: 9900 + - Item: Decussate_Badge + Chance: 9900 + - Item: Murderer_Badge + Chance: 9900 + - Item: Satanic_Badge + Chance: 9900 + - Item: Dragoon_Badge + Chance: 9900 + - Id: 104 + TargetItems: + Dolor_HatK_LT: true + Reset: + Chance: 80000 + Price: 1000000 + Materials: + - Material: Polluted_Spell + Amount: 10 + - Material: Coagulated_Spell + Amount: 10 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + Price: 500000 + Materials: + - Material: Polluted_Spell + Amount: 5 + - Material: Coagulated_Spell + Amount: 30 + Enchants: + - Enchantgrade: 0 + Items: + - Item: Expert_Archer3 + Chance: 33333 + - Item: Expert_Magician3 + Chance: 33334 + - Item: Expert_Fighter3 + Chance: 33333 + - Enchantgrade: 1 + Items: + - Item: Expert_Archer3 + Chance: 33333 + - Item: Expert_Magician3 + Chance: 33334 + - Item: Expert_Fighter3 + Chance: 33333 + - Enchantgrade: 2 + Items: + - Item: Expert_Archer3 + Chance: 33333 + - Item: Expert_Magician3 + Chance: 33334 + - Item: Expert_Fighter3 + Chance: 33333 + - Enchantgrade: 3 + Items: + - Item: Expert_Archer3 + Chance: 33333 + - Item: Expert_Magician3 + Chance: 33334 + - Item: Expert_Fighter3 + Chance: 33333 + - Enchantgrade: 4 + Items: + - Item: Expert_Archer3 + Chance: 33333 + - Item: Expert_Magician3 + Chance: 33334 + - Item: Expert_Fighter3 + Chance: 33333 + Upgrades: + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: Polluted_Spell + Amount: 30 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: Polluted_Spell + Amount: 30 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: Polluted_Spell + Amount: 30 + - Material: M_Dimension_Essence + - Slot: 2 + Price: 100000 + Materials: + - Material: Polluted_Spell + Amount: 10 + - Material: Coagulated_Spell + Amount: 50 + Enchants: + - Enchantgrade: 0 + Items: + - Item: MasterArcher1 + Chance: 20000 + - Item: MagicEessence1 + Chance: 20000 + - Item: Acute1 + Chance: 20000 + - Item: Tenacity1 + Chance: 20000 + - Item: Mettle1 + Chance: 20000 + - Enchantgrade: 1 + Items: + - Item: MasterArcher1 + Chance: 20000 + - Item: MagicEessence1 + Chance: 20000 + - Item: Acute1 + Chance: 20000 + - Item: Tenacity1 + Chance: 20000 + - Item: Mettle1 + Chance: 20000 + - Enchantgrade: 2 + Items: + - Item: MasterArcher1 + Chance: 20000 + - Item: MagicEessence1 + Chance: 20000 + - Item: Acute1 + Chance: 20000 + - Item: Tenacity1 + Chance: 20000 + - Item: Mettle1 + Chance: 20000 + - Enchantgrade: 3 + Items: + - Item: MasterArcher1 + Chance: 20000 + - Item: MagicEessence1 + Chance: 20000 + - Item: Acute1 + Chance: 20000 + - Item: Tenacity1 + Chance: 20000 + - Item: Mettle1 + Chance: 20000 + - Enchantgrade: 4 + Items: + - Item: MasterArcher1 + Chance: 20000 + - Item: MagicEessence1 + Chance: 20000 + - Item: Acute1 + Chance: 20000 + - Item: Tenacity1 + Chance: 20000 + - Item: Mettle1 + Chance: 20000 + Upgrades: + - Enchant: MasterArcher1 + Upgrade: MasterArcher2 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: Enchant_Ticket + - Enchant: MagicEessence1 + Upgrade: MagicEessence2 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: Enchant_Ticket + - Enchant: Acute1 + Upgrade: Acute2 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: Enchant_Ticket + - Enchant: Tenacity1 + Upgrade: Tenacity2 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: Enchant_Ticket + - Enchant: Mettle1 + Upgrade: Mettle2 + Materials: + - Material: Coagulated_Spell + Amount: 200 + - Material: Enchant_Ticket + - Enchant: MasterArcher2 + Upgrade: MasterArcher3 + Materials: + - Material: Polluted_Spell + Amount: 50 + - Material: Enchant_Ticket + - Enchant: MagicEessence2 + Upgrade: MagicEessence3 + Materials: + - Material: Polluted_Spell + Amount: 50 + - Material: Enchant_Ticket + - Enchant: Acute2 + Upgrade: Acute3 + Materials: + - Material: Polluted_Spell + Amount: 50 + - Material: Enchant_Ticket + - Enchant: Tenacity2 + Upgrade: Tenacity3 + Materials: + - Material: Polluted_Spell + Amount: 50 + - Material: Enchant_Ticket + - Enchant: Mettle2 + Upgrade: Mettle3 + Materials: + - Material: Polluted_Spell + Amount: 50 + - Material: Enchant_Ticket + - Id: 105 + TargetItems: + Red_Force_Pendant_LT: true + Blue_Mental_Pendant_LT: true + Reset: + Chance: 80000 + Price: 1000000 + Materials: + - Material: Dark_Stone + - Material: PendantStoneForWork + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + Price: 100000 + Materials: + - Material: PendantStoneForWork + Amount: 2 + Enchants: + - Enchantgrade: 0 + Items: + - Item: M_Crystal_S_Cast + Chance: 20000 + - Item: M_Crystal_S_Delay + Chance: 20000 + - Item: M_Crystal_HitTarget + Chance: 20000 + - Item: M_Crystal_CRI + Chance: 20000 + - Item: M_Crystal_Atk_Speed + Chance: 20000 + - Slot: 2 + Price: 100000 + Materials: + - Material: Dark_Stone + Amount: 2 + Enchants: + - Enchantgrade: 0 + Items: + - Item: F_Crystal_CRI + Chance: 20000 + - Item: F_Crystal_MATK + Chance: 20000 + - Item: F_Crystal_MSP + Chance: 20000 + - Item: F_Crystal_ATK + Chance: 20000 + - Item: F_Crystal_MHP + Chance: 20000 + - Id: 106 + TargetItems: + FateSin_Boots_CD: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_CD + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_CD + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 107 + TargetItems: + FateSin_Boots_IQ: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_IQ + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_IQ + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 108 + TargetItems: + FateSin_Boots_SOA: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_SOA + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_SOA + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 109 + TargetItems: + FateSin_Boots_BO: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_BO + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_BO + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 110 + TargetItems: + FateSin_Boots_DK: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_DK + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_DK + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 111 + TargetItems: + FateSin_Boots_SH: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_SH + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_SH + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 114 + TargetItems: + FateSin_Boots_EM: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_EM + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_EM + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 115 + TargetItems: + FateSin_Boots_WH: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_WH + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_WH + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 116 + TargetItems: + FateSin_Boots_SKE: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_SKE + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_SKE + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket +# - Id: 117 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Season_Hood_Spring: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Physical_Seed_1 +# Materials: +# - Material: Spring_Material_1 +# Amount: 10 +# - Material: Spring_Material_2 +# Amount: 10 +# - Material: Spring_Material_3 +# Amount: 10 +# - Material: Energy_Of_Spring +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Physical_Fruit_1 +# Materials: +# - Material: Spring_Material_1 +# Amount: 15 +# - Material: Spring_Material_2 +# Amount: 15 +# - Material: Spring_Material_3 +# Amount: 15 +# - Material: Energy_Of_Spring +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Spring_1 +# Materials: +# - Material: Spring_Material_1 +# Amount: 25 +# - Material: Spring_Material_2 +# Amount: 25 +# - Material: Spring_Material_3 +# Amount: 25 +# - Material: Energy_Of_Spring +# Amount: 140 +# - Id: 118 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Circul_Of_Life_Spring: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Physical_Seed_1 +# Materials: +# - Material: Spring_Material_1 +# Amount: 10 +# - Material: Spring_Material_2 +# Amount: 10 +# - Material: Spring_Material_3 +# Amount: 10 +# - Material: Energy_Of_Spring +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Physical_Fruit_1 +# Materials: +# - Material: Spring_Material_1 +# Amount: 15 +# - Material: Spring_Material_2 +# Amount: 15 +# - Material: Spring_Material_3 +# Amount: 15 +# - Material: Energy_Of_Spring +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Spring_1 +# Materials: +# - Material: Spring_Material_1 +# Amount: 25 +# - Material: Spring_Material_2 +# Amount: 25 +# - Material: Spring_Material_3 +# Amount: 25 +# - Material: Energy_Of_Spring +# Amount: 140 +# - Id: 119 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Season_Hood_Summer: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Physical_Seed_1 +# Materials: +# - Material: Summer_Material_1 +# Amount: 10 +# - Material: Summer_Material_2 +# Amount: 10 +# - Material: Summer_Material_3 +# Amount: 10 +# - Material: Energy_Of_Summer +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Physical_Fruit_1 +# Materials: +# - Material: Summer_Material_1 +# Amount: 15 +# - Material: Summer_Material_2 +# Amount: 15 +# - Material: Summer_Material_3 +# Amount: 15 +# - Material: Energy_Of_Summer +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Summer_1 +# Materials: +# - Material: Summer_Material_1 +# Amount: 25 +# - Material: Summer_Material_2 +# Amount: 25 +# - Material: Summer_Material_3 +# Amount: 25 +# - Material: Energy_Of_Summer +# Amount: 140 +# - Id: 120 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Circul_Of_Life_Summer: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Physical_Seed_1 +# Materials: +# - Material: Summer_Material_1 +# Amount: 10 +# - Material: Summer_Material_2 +# Amount: 10 +# - Material: Summer_Material_3 +# Amount: 10 +# - Material: Energy_Of_Summer +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Physical_Fruit_1 +# Materials: +# - Material: Summer_Material_1 +# Amount: 15 +# - Material: Summer_Material_2 +# Amount: 15 +# - Material: Summer_Material_3 +# Amount: 15 +# - Material: Energy_Of_Summer +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Summer_1 +# Materials: +# - Material: Summer_Material_1 +# Amount: 25 +# - Material: Summer_Material_2 +# Amount: 25 +# - Material: Summer_Material_3 +# Amount: 25 +# - Material: Energy_Of_Summer +# Amount: 140 +# - Id: 121 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Season_Hood_Autumn: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Magical_Seed_1 +# Materials: +# - Material: Autumn_Material_1 +# Amount: 10 +# - Material: Autumn_Material_2 +# Amount: 10 +# - Material: Autumn_Material_3 +# Amount: 10 +# - Material: Energy_Of_Autumn +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Magical_Fruit_1 +# Materials: +# - Material: Autumn_Material_1 +# Amount: 15 +# - Material: Autumn_Material_2 +# Amount: 15 +# - Material: Autumn_Material_3 +# Amount: 15 +# - Material: Energy_Of_Autumn +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Autumn_1 +# Materials: +# - Material: Autumn_Material_1 +# Amount: 25 +# - Material: Autumn_Material_2 +# Amount: 25 +# - Material: Autumn_Material_3 +# Amount: 25 +# - Material: Energy_Of_Autumn +# Amount: 140 +# - Id: 122 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Circul_Of_Life_Autumn: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Magical_Seed_1 +# Materials: +# - Material: Autumn_Material_1 +# Amount: 10 +# - Material: Autumn_Material_2 +# Amount: 10 +# - Material: Autumn_Material_3 +# Amount: 10 +# - Material: Energy_Of_Autumn +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Magical_Fruit_1 +# Materials: +# - Material: Autumn_Material_1 +# Amount: 15 +# - Material: Autumn_Material_2 +# Amount: 15 +# - Material: Autumn_Material_3 +# Amount: 15 +# - Material: Energy_Of_Autumn +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Autumn_1 +# Materials: +# - Material: Autumn_Material_1 +# Amount: 25 +# - Material: Autumn_Material_2 +# Amount: 25 +# - Material: Autumn_Material_3 +# Amount: 25 +# - Material: Energy_Of_Autumn +# Amount: 140 +# - Id: 123 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Season_Hood_Winter: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Physical_Seed_1 +# Materials: +# - Material: Winter_Material_1 +# Amount: 10 +# - Material: Winter_Material_2 +# Amount: 10 +# - Material: Winter_Material_3 +# Amount: 10 +# - Material: Energy_Of_Winter +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Physical_Fruit_1 +# Materials: +# - Material: Winter_Material_1 +# Amount: 15 +# - Material: Winter_Material_2 +# Amount: 15 +# - Material: Winter_Material_3 +# Amount: 15 +# - Material: Energy_Of_Winter +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Winter_1 +# Materials: +# - Material: Winter_Material_1 +# Amount: 25 +# - Material: Winter_Material_2 +# Amount: 25 +# - Material: Winter_Material_3 +# Amount: 25 +# - Material: Energy_Of_Winter +# Amount: 140 +# - Id: 124 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Circul_Of_Life_Winter: true +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Physical_Seed_1 +# Materials: +# - Material: Winter_Material_1 +# Amount: 10 +# - Material: Winter_Material_2 +# Amount: 10 +# - Material: Winter_Material_3 +# Amount: 10 +# - Material: Energy_Of_Winter +# Amount: 60 +# - Slot: 2 +# PerfectEnchants: +# - Item: Physical_Fruit_1 +# Materials: +# - Material: Winter_Material_1 +# Amount: 15 +# - Material: Winter_Material_2 +# Amount: 15 +# - Material: Winter_Material_3 +# Amount: 15 +# - Material: Energy_Of_Winter +# Amount: 90 +# - Slot: 1 +# PerfectEnchants: +# - Item: Life_of_Winter_1 +# Materials: +# - Material: Winter_Material_1 +# Amount: 25 +# - Material: Winter_Material_2 +# Amount: 25 +# - Material: Winter_Material_3 +# Amount: 25 +# - Material: Energy_Of_Winter +# Amount: 140 + - Id: 125 + TargetItems: + FateSin_Boots_MT: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_MT + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_MT + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 126 + TargetItems: + FateSin_Boots_SHC: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_SHC + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_SHC + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 127 + TargetItems: + FateSin_Boots_SS: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_SS + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_SS + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket +# - Id: 128 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# S_Full_Power_Armor: true +# S_Full_Power_Shoes: true +# S_Full_Rate_Armor: true +# S_Full_Rate_Shoes: true +# S_Focusing_Pendant: true +# S_Focusing_Earring: true +# S_Stout_Pendant: true +# S_Stout_Earring: true +# S_Full_Spell_Armor: true +# S_Full_Spell_Shoes: true +# S_Centering_Pendant: true +# S_Centering_Earring: true +# S_Witty_Pendant: true +# S_Witty_Earring: true +# Order: +# - Slot: 3 +# - Slot: 2 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Strength3 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 5 +# - Item: Dexterity3 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 5 +# - Item: Inteligence3 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 5 +# - Item: Agility3 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 5 +# - Item: Vitality3 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 5 +# - Item: Luck3 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 5 +# - Slot: 2 +# PerfectEnchants: +# - Item: Shadow_ATK_1 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 7 +# - Item: Shadow_MATK_1 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 7 +# - Item: Shadow_CRI_1 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 7 +# - Item: Shadow_CAST_1 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 7 +# - Item: Shadow_HP_1 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 7 +# - Item: Shadow_SP_1 +# Materials: +# - Material: S_Enchant_Essence +# Amount: 7 + - Id: 129 + TargetItems: + FateSin_Boots_ABC: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_ABC + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_ABC + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 130 + TargetItems: + FateSin_Boots_TR: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_TR + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_TR + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 131 + TargetItems: + FateSin_Boots_HN: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_HN + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_HN + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket +# - Id: 132 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Time_DM_R_Crown_DK: true +# Time_DM_R_Crown_IG: true +# Time_DM_R_Crown_MT: true +# Time_DM_R_Crown_BO: true +# Time_DM_R_Crown_SHC: true +# Time_DM_R_Crown_ABC: true +# Time_DM_R_Crown_AG: true +# Time_DM_R_Crown_EM: true +# Time_DM_R_Crown_CD: true +# Time_DM_R_Crown_IQ: true +# Time_DM_R_Crown_WH: true +# Time_DM_R_Crown_TR: true +# Time_DM_R_Crown_SS: true +# Time_DM_R_Crown_NW: true +# Time_DM_R_Crown_SKE: true +# Time_DM_R_Crown_SOA: true +# Time_DM_R_Crown_HN: true +# Time_DM_R_Crown_SH: true +# Reset: +# Chance: 100000 +# Materials: +# - Material: Zelunium +# Amount: 15 +# - Material: Shadowdecon +# Amount: 15 +# - Material: Etel_Dust +# Amount: 30 +# Order: +# - Slot: 3 +# - Slot: 2 +# - Slot: 1 +# Slots: +# - Slot: 3 +# Materials: +# - Material: Abyss_Rune +# Amount: 5 +# Enchants: +# - Enchantgrade: 0 +# Items: +# - Item: Strength2 +# Chance: 8000 +# - Item: Inteligence2 +# Chance: 8000 +# - Item: Vitality2 +# Chance: 8000 +# - Item: Luck2 +# Chance: 8000 +# - Item: Strength1 +# Chance: 11500 +# - Item: Inteligence1 +# Chance: 11500 +# - Item: Vitality1 +# Chance: 11500 +# - Item: Luck1 +# Chance: 11500 +# - Item: Strength3 +# Chance: 3500 +# - Item: Inteligence3 +# Chance: 3500 +# - Item: Vitality3 +# Chance: 3500 +# - Item: Luck3 +# Chance: 3500 +# - Item: Strength5 +# Chance: 500 +# - Item: Inteligence5 +# Chance: 500 +# - Item: Vitality5 +# Chance: 500 +# - Item: Luck5 +# Chance: 500 +# - Item: Strength4 +# Chance: 1500 +# - Item: Inteligence4 +# Chance: 1500 +# - Item: Vitality4 +# Chance: 1500 +# - Item: Luck4 +# Chance: 1500 +# - Enchantgrade: 1 +# Items: +# - Item: Strength2 +# Chance: 8000 +# - Item: Inteligence2 +# Chance: 8000 +# - Item: Vitality2 +# Chance: 8000 +# - Item: Luck2 +# Chance: 8000 +# - Item: Strength1 +# Chance: 11500 +# - Item: Inteligence1 +# Chance: 11500 +# - Item: Vitality1 +# Chance: 11500 +# - Item: Luck1 +# Chance: 11500 +# - Item: Strength3 +# Chance: 3500 +# - Item: Inteligence3 +# Chance: 3500 +# - Item: Vitality3 +# Chance: 3500 +# - Item: Luck3 +# Chance: 3500 +# - Item: Strength5 +# Chance: 500 +# - Item: Inteligence5 +# Chance: 500 +# - Item: Vitality5 +# Chance: 500 +# - Item: Luck5 +# Chance: 500 +# - Item: Strength4 +# Chance: 1500 +# - Item: Inteligence4 +# Chance: 1500 +# - Item: Vitality4 +# Chance: 1500 +# - Item: Luck4 +# Chance: 1500 +# - Enchantgrade: 2 +# Items: +# - Item: Strength2 +# Chance: 8000 +# - Item: Inteligence2 +# Chance: 8000 +# - Item: Vitality2 +# Chance: 8000 +# - Item: Luck2 +# Chance: 8000 +# - Item: Strength1 +# Chance: 11500 +# - Item: Inteligence1 +# Chance: 11500 +# - Item: Vitality1 +# Chance: 11500 +# - Item: Luck1 +# Chance: 11500 +# - Item: Strength3 +# Chance: 3500 +# - Item: Inteligence3 +# Chance: 3500 +# - Item: Vitality3 +# Chance: 3500 +# - Item: Luck3 +# Chance: 3500 +# - Item: Strength5 +# Chance: 500 +# - Item: Inteligence5 +# Chance: 500 +# - Item: Vitality5 +# Chance: 500 +# - Item: Luck5 +# Chance: 500 +# - Item: Strength4 +# Chance: 1500 +# - Item: Inteligence4 +# Chance: 1500 +# - Item: Vitality4 +# Chance: 1500 +# - Item: Luck4 +# Chance: 1500 +# - Enchantgrade: 3 +# Items: +# - Item: Strength2 +# Chance: 8000 +# - Item: Inteligence2 +# Chance: 8000 +# - Item: Vitality2 +# Chance: 8000 +# - Item: Luck2 +# Chance: 8000 +# - Item: Strength1 +# Chance: 11500 +# - Item: Inteligence1 +# Chance: 11500 +# - Item: Vitality1 +# Chance: 11500 +# - Item: Luck1 +# Chance: 11500 +# - Item: Strength3 +# Chance: 3500 +# - Item: Inteligence3 +# Chance: 3500 +# - Item: Vitality3 +# Chance: 3500 +# - Item: Luck3 +# Chance: 3500 +# - Item: Strength5 +# Chance: 500 +# - Item: Inteligence5 +# Chance: 500 +# - Item: Vitality5 +# Chance: 500 +# - Item: Luck5 +# Chance: 500 +# - Item: Strength4 +# Chance: 1500 +# - Item: Inteligence4 +# Chance: 1500 +# - Item: Vitality4 +# Chance: 1500 +# - Item: Luck4 +# Chance: 1500 +# - Enchantgrade: 4 +# Items: +# - Item: Strength2 +# Chance: 8000 +# - Item: Inteligence2 +# Chance: 8000 +# - Item: Vitality2 +# Chance: 8000 +# - Item: Luck2 +# Chance: 8000 +# - Item: Strength1 +# Chance: 11500 +# - Item: Inteligence1 +# Chance: 11500 +# - Item: Vitality1 +# Chance: 11500 +# - Item: Luck1 +# Chance: 11500 +# - Item: Strength3 +# Chance: 3500 +# - Item: Inteligence3 +# Chance: 3500 +# - Item: Vitality3 +# Chance: 3500 +# - Item: Luck3 +# Chance: 3500 +# - Item: Strength5 +# Chance: 500 +# - Item: Inteligence5 +# Chance: 500 +# - Item: Vitality5 +# Chance: 500 +# - Item: Luck5 +# Chance: 500 +# - Item: Strength4 +# Chance: 1500 +# - Item: Inteligence4 +# Chance: 1500 +# - Item: Vitality4 +# Chance: 1500 +# - Item: Luck4 +# Chance: 1500 +# - Slot: 2 +# Materials: +# - Material: Abyss_Rune +# Amount: 10 +# Enchants: +# - Enchantgrade: 0 +# Items: +# - Item: T_D_Jewel_STR_1 +# Chance: 7000 +# - Item: T_D_Jewel_AGI_1 +# Chance: 7000 +# - Item: T_D_Jewel_DEX_1 +# Chance: 7000 +# - Item: T_D_Jewel_VIT_1 +# Chance: 7000 +# - Item: T_D_Jewel_INT_1 +# Chance: 7000 +# - Item: T_D_Jewel_SPR_1 +# Chance: 7000 +# - Item: T_D_Jewel_WIS_1 +# Chance: 7000 +# - Item: T_D_Jewel_LUK_1 +# Chance: 7000 +# - Item: T_D_Jewel_STR_3 +# Chance: 1800 +# - Item: T_D_Jewel_AGI_3 +# Chance: 1800 +# - Item: T_D_Jewel_DEX_3 +# Chance: 1800 +# - Item: T_D_Jewel_VIT_3 +# Chance: 1800 +# - Item: T_D_Jewel_INT_3 +# Chance: 1800 +# - Item: T_D_Jewel_SPR_3 +# Chance: 1800 +# - Item: T_D_Jewel_WIS_3 +# Chance: 1800 +# - Item: T_D_Jewel_LUK_3 +# Chance: 1800 +# - Item: T_D_Jewel_STR_2 +# Chance: 3700 +# - Item: T_D_Jewel_AGI_2 +# Chance: 3700 +# - Item: T_D_Jewel_DEX_2 +# Chance: 3700 +# - Item: T_D_Jewel_VIT_2 +# Chance: 3700 +# - Item: T_D_Jewel_INT_2 +# Chance: 3700 +# - Item: T_D_Jewel_SPR_2 +# Chance: 3700 +# - Item: T_D_Jewel_WIS_2 +# Chance: 3700 +# - Item: T_D_Jewel_LUK_2 +# Chance: 3700 +# - Enchantgrade: 1 +# Items: +# - Item: T_D_Jewel_STR_1 +# Chance: 7000 +# - Item: T_D_Jewel_AGI_1 +# Chance: 7000 +# - Item: T_D_Jewel_DEX_1 +# Chance: 7000 +# - Item: T_D_Jewel_VIT_1 +# Chance: 7000 +# - Item: T_D_Jewel_INT_1 +# Chance: 7000 +# - Item: T_D_Jewel_SPR_1 +# Chance: 7000 +# - Item: T_D_Jewel_WIS_1 +# Chance: 7000 +# - Item: T_D_Jewel_LUK_1 +# Chance: 7000 +# - Item: T_D_Jewel_STR_3 +# Chance: 1800 +# - Item: T_D_Jewel_AGI_3 +# Chance: 1800 +# - Item: T_D_Jewel_DEX_3 +# Chance: 1800 +# - Item: T_D_Jewel_VIT_3 +# Chance: 1800 +# - Item: T_D_Jewel_INT_3 +# Chance: 1800 +# - Item: T_D_Jewel_SPR_3 +# Chance: 1800 +# - Item: T_D_Jewel_WIS_3 +# Chance: 1800 +# - Item: T_D_Jewel_LUK_3 +# Chance: 1800 +# - Item: T_D_Jewel_STR_2 +# Chance: 3700 +# - Item: T_D_Jewel_AGI_2 +# Chance: 3700 +# - Item: T_D_Jewel_DEX_2 +# Chance: 3700 +# - Item: T_D_Jewel_VIT_2 +# Chance: 3700 +# - Item: T_D_Jewel_INT_2 +# Chance: 3700 +# - Item: T_D_Jewel_SPR_2 +# Chance: 3700 +# - Item: T_D_Jewel_WIS_2 +# Chance: 3700 +# - Item: T_D_Jewel_LUK_2 +# Chance: 3700 +# - Enchantgrade: 2 +# Items: +# - Item: T_D_Jewel_STR_1 +# Chance: 7000 +# - Item: T_D_Jewel_AGI_1 +# Chance: 7000 +# - Item: T_D_Jewel_DEX_1 +# Chance: 7000 +# - Item: T_D_Jewel_VIT_1 +# Chance: 7000 +# - Item: T_D_Jewel_INT_1 +# Chance: 7000 +# - Item: T_D_Jewel_SPR_1 +# Chance: 7000 +# - Item: T_D_Jewel_WIS_1 +# Chance: 7000 +# - Item: T_D_Jewel_LUK_1 +# Chance: 7000 +# - Item: T_D_Jewel_STR_3 +# Chance: 1800 +# - Item: T_D_Jewel_AGI_3 +# Chance: 1800 +# - Item: T_D_Jewel_DEX_3 +# Chance: 1800 +# - Item: T_D_Jewel_VIT_3 +# Chance: 1800 +# - Item: T_D_Jewel_INT_3 +# Chance: 1800 +# - Item: T_D_Jewel_SPR_3 +# Chance: 1800 +# - Item: T_D_Jewel_WIS_3 +# Chance: 1800 +# - Item: T_D_Jewel_LUK_3 +# Chance: 1800 +# - Item: T_D_Jewel_STR_2 +# Chance: 3700 +# - Item: T_D_Jewel_AGI_2 +# Chance: 3700 +# - Item: T_D_Jewel_DEX_2 +# Chance: 3700 +# - Item: T_D_Jewel_VIT_2 +# Chance: 3700 +# - Item: T_D_Jewel_INT_2 +# Chance: 3700 +# - Item: T_D_Jewel_SPR_2 +# Chance: 3700 +# - Item: T_D_Jewel_WIS_2 +# Chance: 3700 +# - Item: T_D_Jewel_LUK_2 +# Chance: 3700 +# - Enchantgrade: 3 +# Items: +# - Item: T_D_Jewel_STR_1 +# Chance: 7000 +# - Item: T_D_Jewel_AGI_1 +# Chance: 7000 +# - Item: T_D_Jewel_DEX_1 +# Chance: 7000 +# - Item: T_D_Jewel_VIT_1 +# Chance: 7000 +# - Item: T_D_Jewel_INT_1 +# Chance: 7000 +# - Item: T_D_Jewel_SPR_1 +# Chance: 7000 +# - Item: T_D_Jewel_WIS_1 +# Chance: 7000 +# - Item: T_D_Jewel_LUK_1 +# Chance: 7000 +# - Item: T_D_Jewel_STR_3 +# Chance: 1800 +# - Item: T_D_Jewel_AGI_3 +# Chance: 1800 +# - Item: T_D_Jewel_DEX_3 +# Chance: 1800 +# - Item: T_D_Jewel_VIT_3 +# Chance: 1800 +# - Item: T_D_Jewel_INT_3 +# Chance: 1800 +# - Item: T_D_Jewel_SPR_3 +# Chance: 1800 +# - Item: T_D_Jewel_WIS_3 +# Chance: 1800 +# - Item: T_D_Jewel_LUK_3 +# Chance: 1800 +# - Item: T_D_Jewel_STR_2 +# Chance: 3700 +# - Item: T_D_Jewel_AGI_2 +# Chance: 3700 +# - Item: T_D_Jewel_DEX_2 +# Chance: 3700 +# - Item: T_D_Jewel_VIT_2 +# Chance: 3700 +# - Item: T_D_Jewel_INT_2 +# Chance: 3700 +# - Item: T_D_Jewel_SPR_2 +# Chance: 3700 +# - Item: T_D_Jewel_WIS_2 +# Chance: 3700 +# - Item: T_D_Jewel_LUK_2 +# Chance: 3700 +# - Enchantgrade: 4 +# Items: +# - Item: T_D_Jewel_STR_1 +# Chance: 7000 +# - Item: T_D_Jewel_AGI_1 +# Chance: 7000 +# - Item: T_D_Jewel_DEX_1 +# Chance: 7000 +# - Item: T_D_Jewel_VIT_1 +# Chance: 7000 +# - Item: T_D_Jewel_INT_1 +# Chance: 7000 +# - Item: T_D_Jewel_SPR_1 +# Chance: 7000 +# - Item: T_D_Jewel_WIS_1 +# Chance: 7000 +# - Item: T_D_Jewel_LUK_1 +# Chance: 7000 +# - Item: T_D_Jewel_STR_3 +# Chance: 1800 +# - Item: T_D_Jewel_AGI_3 +# Chance: 1800 +# - Item: T_D_Jewel_DEX_3 +# Chance: 1800 +# - Item: T_D_Jewel_VIT_3 +# Chance: 1800 +# - Item: T_D_Jewel_INT_3 +# Chance: 1800 +# - Item: T_D_Jewel_SPR_3 +# Chance: 1800 +# - Item: T_D_Jewel_WIS_3 +# Chance: 1800 +# - Item: T_D_Jewel_LUK_3 +# Chance: 1800 +# - Item: T_D_Jewel_STR_2 +# Chance: 3700 +# - Item: T_D_Jewel_AGI_2 +# Chance: 3700 +# - Item: T_D_Jewel_DEX_2 +# Chance: 3700 +# - Item: T_D_Jewel_VIT_2 +# Chance: 3700 +# - Item: T_D_Jewel_INT_2 +# Chance: 3700 +# - Item: T_D_Jewel_SPR_2 +# Chance: 3700 +# - Item: T_D_Jewel_WIS_2 +# Chance: 3700 +# - Item: T_D_Jewel_LUK_2 +# Chance: 3700 +# - Slot: 1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 2 +# Enchants: +# - Enchantgrade: 0 +# Items: +# - Item: Sharp1 +# Chance: 8000 +# - Item: Expert_Archer1 +# Chance: 8000 +# - Item: Attack_Delay_1 +# Chance: 8000 +# - Item: Spell1 +# Chance: 8000 +# - Item: Sharp3 +# Chance: 4500 +# - Item: Expert_Archer3 +# Chance: 4500 +# - Item: Attack_Delay_3 +# Chance: 4500 +# - Item: Spell3 +# Chance: 4500 +# - Item: Acute_Jewel_1 +# Chance: 1750 +# - Item: Mettle_Jewel_1 +# Chance: 1750 +# - Item: Tenacity_Jewel_1 +# Chance: 1750 +# - Item: Master_A_Jewel_1 +# Chance: 1750 +# - Item: Magic_E_Jewel_1 +# Chance: 1750 +# - Item: Spell_Jewel_1 +# Chance: 1750 +# - Item: Adamatine_Jewel_1 +# Chance: 1750 +# - Item: Affection_Jewel_1 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 3000 +# - Item: Expert_Archer4 +# Chance: 3000 +# - Item: Attack_Delay_4 +# Chance: 3000 +# - Item: Spell4 +# Chance: 3000 +# - Item: Sharp2 +# Chance: 6000 +# - Item: Expert_Archer2 +# Chance: 6000 +# - Item: Attack_Delay_2 +# Chance: 6000 +# - Item: Spell2 +# Chance: 6000 +# - Enchantgrade: 1 +# Items: +# - Item: Sharp1 +# Chance: 8000 +# - Item: Expert_Archer1 +# Chance: 8000 +# - Item: Attack_Delay_1 +# Chance: 8000 +# - Item: Spell1 +# Chance: 8000 +# - Item: Sharp3 +# Chance: 4500 +# - Item: Expert_Archer3 +# Chance: 4500 +# - Item: Attack_Delay_3 +# Chance: 4500 +# - Item: Spell3 +# Chance: 4500 +# - Item: Acute_Jewel_1 +# Chance: 1750 +# - Item: Mettle_Jewel_1 +# Chance: 1750 +# - Item: Tenacity_Jewel_1 +# Chance: 1750 +# - Item: Master_A_Jewel_1 +# Chance: 1750 +# - Item: Magic_E_Jewel_1 +# Chance: 1750 +# - Item: Spell_Jewel_1 +# Chance: 1750 +# - Item: Adamatine_Jewel_1 +# Chance: 1750 +# - Item: Affection_Jewel_1 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 3000 +# - Item: Expert_Archer4 +# Chance: 3000 +# - Item: Attack_Delay_4 +# Chance: 3000 +# - Item: Spell4 +# Chance: 3000 +# - Item: Sharp2 +# Chance: 6000 +# - Item: Expert_Archer2 +# Chance: 6000 +# - Item: Attack_Delay_2 +# Chance: 6000 +# - Item: Spell2 +# Chance: 6000 +# - Enchantgrade: 2 +# Items: +# - Item: Sharp1 +# Chance: 8000 +# - Item: Expert_Archer1 +# Chance: 8000 +# - Item: Attack_Delay_1 +# Chance: 8000 +# - Item: Spell1 +# Chance: 8000 +# - Item: Sharp3 +# Chance: 4500 +# - Item: Expert_Archer3 +# Chance: 4500 +# - Item: Attack_Delay_3 +# Chance: 4500 +# - Item: Spell3 +# Chance: 4500 +# - Item: Acute_Jewel_1 +# Chance: 1750 +# - Item: Mettle_Jewel_1 +# Chance: 1750 +# - Item: Tenacity_Jewel_1 +# Chance: 1750 +# - Item: Master_A_Jewel_1 +# Chance: 1750 +# - Item: Magic_E_Jewel_1 +# Chance: 1750 +# - Item: Spell_Jewel_1 +# Chance: 1750 +# - Item: Adamatine_Jewel_1 +# Chance: 1750 +# - Item: Affection_Jewel_1 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 3000 +# - Item: Expert_Archer4 +# Chance: 3000 +# - Item: Attack_Delay_4 +# Chance: 3000 +# - Item: Spell4 +# Chance: 3000 +# - Item: Sharp2 +# Chance: 6000 +# - Item: Expert_Archer2 +# Chance: 6000 +# - Item: Attack_Delay_2 +# Chance: 6000 +# - Item: Spell2 +# Chance: 6000 +# - Enchantgrade: 3 +# Items: +# - Item: Sharp1 +# Chance: 8000 +# - Item: Expert_Archer1 +# Chance: 8000 +# - Item: Attack_Delay_1 +# Chance: 8000 +# - Item: Spell1 +# Chance: 8000 +# - Item: Sharp3 +# Chance: 4500 +# - Item: Expert_Archer3 +# Chance: 4500 +# - Item: Attack_Delay_3 +# Chance: 4500 +# - Item: Spell3 +# Chance: 4500 +# - Item: Acute_Jewel_1 +# Chance: 1750 +# - Item: Mettle_Jewel_1 +# Chance: 1750 +# - Item: Tenacity_Jewel_1 +# Chance: 1750 +# - Item: Master_A_Jewel_1 +# Chance: 1750 +# - Item: Magic_E_Jewel_1 +# Chance: 1750 +# - Item: Spell_Jewel_1 +# Chance: 1750 +# - Item: Adamatine_Jewel_1 +# Chance: 1750 +# - Item: Affection_Jewel_1 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 3000 +# - Item: Expert_Archer4 +# Chance: 3000 +# - Item: Attack_Delay_4 +# Chance: 3000 +# - Item: Spell4 +# Chance: 3000 +# - Item: Sharp2 +# Chance: 6000 +# - Item: Expert_Archer2 +# Chance: 6000 +# - Item: Attack_Delay_2 +# Chance: 6000 +# - Item: Spell2 +# Chance: 6000 +# - Enchantgrade: 4 +# Items: +# - Item: Sharp1 +# Chance: 8000 +# - Item: Expert_Archer1 +# Chance: 8000 +# - Item: Attack_Delay_1 +# Chance: 8000 +# - Item: Spell1 +# Chance: 8000 +# - Item: Sharp3 +# Chance: 4500 +# - Item: Expert_Archer3 +# Chance: 4500 +# - Item: Attack_Delay_3 +# Chance: 4500 +# - Item: Spell3 +# Chance: 4500 +# - Item: Acute_Jewel_1 +# Chance: 1750 +# - Item: Mettle_Jewel_1 +# Chance: 1750 +# - Item: Tenacity_Jewel_1 +# Chance: 1750 +# - Item: Master_A_Jewel_1 +# Chance: 1750 +# - Item: Magic_E_Jewel_1 +# Chance: 1750 +# - Item: Spell_Jewel_1 +# Chance: 1750 +# - Item: Adamatine_Jewel_1 +# Chance: 1750 +# - Item: Affection_Jewel_1 +# Chance: 1750 +# - Item: Sharp4 +# Chance: 3000 +# - Item: Expert_Archer4 +# Chance: 3000 +# - Item: Attack_Delay_4 +# Chance: 3000 +# - Item: Spell4 +# Chance: 3000 +# - Item: Sharp2 +# Chance: 6000 +# - Item: Expert_Archer2 +# Chance: 6000 +# - Item: Attack_Delay_2 +# Chance: 6000 +# - Item: Spell2 +# Chance: 6000 +# PerfectEnchants: +# - Item: Acute_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Mettle_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Tenacity_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Master_A_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Magic_E_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Spell_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Adamatine_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 +# - Item: Affection_Jewel_1 +# Materials: +# - Material: Time_D_Ma_Rune +# Amount: 125 + - Id: 133 + TargetItems: + Dimen_DK_T_Sword: true + Dimen_SHC_Katar: true + Dimen_SHC_Cakram: true + Dimen_MT_Axe: true + Dimen_DK_Lance: true + Dimen_AG_Staff: true + Dimen_AG_Rod: true + Dimen_SS_Humma: true + Dimen_SS_Wheel: true + Dimen_ABC_Bow: true + Dimen_WH_C_Bow: true + Dimen_WH_Bow: true + Dimen_NW_Rifle: true + Dimen_NW_Launcher: true + Dimen_IG_Sword: true + Dimen_BO_Sword: true + Dimen_HN_Sword: true + Dimen_ABC_Knife: true + Dimen_IG_Spear: true + Dimen_EM_M_Book: true + Dimen_EM_S_Book: true + Dimen_CD_Bible: true + Dimen_SKE_M_Book: true + Dimen_SKE_S_Book: true + Dimen_CD_Rod: true + Dimen_SOA_Stick: true + Dimen_SOA_Rod: true + Dimen_HN_Rod: true + Dimen_SH_Foxtail: true + Dimen_SH_F_Model: true + Dimen_IQ_Knuckle: true + Dimen_IQ_Claw: true + Dimen_TR_Vilolin: true + Dimen_TR_Ribbon: true + Dimen_TR_Harp: true + Dimen_TR_Rope: true + Dimen_MT_Mace: true + Dimen_BO_Hall: true + Reset: + Chance: 100000 + Price: 5000000 + Materials: + - Material: Zelunium + Amount: 50 + - Material: Shadowdecon + Amount: 50 + - Material: Etel_Dust + Amount: 100 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Bio_Jam_Df2 + Price: 1000000 + Materials: + - Material: Abyss_Rune + Amount: 50 + - Material: Time_D_Ma_Rune + Amount: 10 + - Item: Bio_Jam_Es2 + Price: 1000000 + Materials: + - Material: Abyss_Rune + Amount: 50 + - Material: Time_D_Ma_Rune + Amount: 10 + - Item: Bio_Jam_Vl2 + Price: 1000000 + Materials: + - Material: Abyss_Rune + Amount: 50 + - Material: Time_D_Ma_Rune + Amount: 10 + - Item: Bio_Jam_Eq2 + Price: 1000000 + Materials: + - Material: Abyss_Rune + Amount: 50 + - Material: Time_D_Ma_Rune + Amount: 10 + - Item: Bio_Jam_Hd2 + Price: 1000000 + Materials: + - Material: Abyss_Rune + Amount: 50 + - Material: Time_D_Ma_Rune + Amount: 10 + - Slot: 2 + PerfectEnchants: + - Item: Barmund_Flame3 + Price: 3000000 + Materials: + - Material: Abyss_Rune + Amount: 75 + - Material: Time_D_Ma_Rune + Amount: 15 + - Item: Barmund_Ice3 + Price: 3000000 + Materials: + - Material: Abyss_Rune + Amount: 75 + - Material: Time_D_Ma_Rune + Amount: 15 + - Item: Barmund_Plain3 + Price: 3000000 + Materials: + - Material: Abyss_Rune + Amount: 75 + - Material: Time_D_Ma_Rune + Amount: 15 + - Item: Barmund_Death3 + Price: 3000000 + Materials: + - Material: Abyss_Rune + Amount: 75 + - Material: Time_D_Ma_Rune + Amount: 15 + - Item: Barmund_Poison3 + Price: 3000000 + Materials: + - Material: Abyss_Rune + Amount: 75 + - Material: Time_D_Ma_Rune + Amount: 15 + - Id: 134 + TargetItems: + FateSin_Boots_IG: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_IG + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_IG + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 135 + TargetItems: + FateSin_Boots_AG: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_AG + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_AG + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 136 + TargetItems: + FateSin_Boots_NW: true + Reset: + Chance: 90000 + Price: 1500000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 30 + - Material: GH_Cursed_Gemstone + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Attack_Delay_2 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Spell5 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Archer3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Magician3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + - Item: Expert_Fighter3 + Price: 1000000 + Materials: + - Material: GH_Cursed_Gemstone + Amount: 50 + - Material: M_Dimension_Essence + Upgrades: + - Enchant: Attack_Delay_2 + Upgrade: Attack_Delay_3 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Spell5 + Upgrade: Spell6 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer3 + Upgrade: Expert_Archer4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician3 + Upgrade: Expert_Magician4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter3 + Upgrade: Expert_Fighter4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 100 + - Material: GH_Cursed_Gemstone + Amount: 100 + - Material: M_Dimension_Essence + - Enchant: Attack_Delay_3 + Upgrade: Attack_Delay_4 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Spell6 + Upgrade: Spell7 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Archer4 + Upgrade: Expert_Archer5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Magician4 + Upgrade: Expert_Magician5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Enchant: Expert_Fighter4 + Upgrade: Expert_Fighter5 + Materials: + - Material: GH_Cursed_Crystal + Amount: 250 + - Material: GH_Cursed_Gemstone + Amount: 250 + - Material: M_Dimension_Essence + - Slot: 2 + PerfectEnchants: + - Item: Justice_Vigor_NW + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Item: Injustice_Vigor_NW + Price: 5000000 + Materials: + - Material: GH_Cursed_Crystal + Amount: 50 + - Material: Enchant_Ticket + - Id: 137 + TargetItems: + Gray_W_Suits: true + Gray_W_Robe: true + MinimumRefine: 7 + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Wolf_Orb_Str_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Dex_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Agi_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Int_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Vit_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_luk_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Def_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Mdef_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Ran_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_War_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Mag_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 2 + PerfectEnchants: + - Item: Wolf_Orb_Str_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Dex_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Agi_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Int_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Vit_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_luk_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Def_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Mdef_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Ran_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_War_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Mag_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_S_Delay + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 1 + PerfectEnchants: + - Item: Wolf_Orb_R_Reject_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Force + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_1 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_2 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_5 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_6 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_7 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_8 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_9 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_10 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_11 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_12 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_13 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_14 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_15 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_16 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_17 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_18 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_19 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_20 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_21 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_22 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_23 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_24 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_25 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_26 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_27 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_28 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_29 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_30 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_31 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_32 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_33 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_34 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_35 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_36 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_37 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_38 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_39 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_40 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_41 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_42 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_43 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_44 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_45 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_46 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_47 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_48 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_49 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_50 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Skill_51 + Materials: + - Material: Sp_Amethyst_Fragment + - Id: 138 + TargetItems: + Gray_W_Manteau: true + Gray_W_Muffler: true + MinimumRefine: 7 + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Wolf_Orb_Str_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Dex_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Agi_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Int_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Vit_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_luk_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 2 + PerfectEnchants: + - Item: Wolf_Orb_Speed_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Caster_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Critical_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Guide_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 1 + PerfectEnchants: + - Item: Wolf_Orb_Above_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_P_Full_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_M_Counter_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Id: 139 + TargetItems: + Gray_W_Boots: true + Gray_W_Shoes: true + MinimumRefine: 7 + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Wolf_Orb_Hp_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Sp_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Heal_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Robust_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 2 + PerfectEnchants: + - Item: Wolf_Orb_F_Cast_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_M_F_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_P_F_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 1 + PerfectEnchants: + - Item: Wolf_Orb_Un_Vit + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Sp_Int + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Fi_Dex + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Ov_Str + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Fa_Agi + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Lu_Luk + Materials: + - Material: Sp_Amethyst_Fragment + - Id: 140 + TargetItems: + Gray_W_Pendant: true + Gray_W_Earing: true + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Wolf_Orb_Str_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Dex_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Agi_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Int_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Vit_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_luk_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 2 + PerfectEnchants: + - Item: Wolf_Orb_HealHP_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_HealSP_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_E_Archer_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Fatal_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_F_Spirit_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Spell_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_A_Delay_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 1 + PerfectEnchants: + - Item: Wolf_Orb_Life + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_M_Heal + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_A_Force + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_A_Delay_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_E_Archer_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Fatal_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_F_Spirit_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Spell_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Id: 141 + TargetItems: + Gray_W_Ring: true + Gray_W_Necklace: true + Order: + - Slot: 3 + - Slot: 2 + - Slot: 1 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Wolf_Orb_Str_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Dex_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Agi_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Int_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Vit_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_luk_3 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 2 + PerfectEnchants: + - Item: Wolf_Orb_HealHP_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_HealSP_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_E_Archer_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Fatal_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_F_Spirit_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Spell_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_A_Delay_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Slot: 1 + PerfectEnchants: + - Item: Wolf_Orb_Soul + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_M_Soul + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_A_Force + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_A_Delay_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_E_Archer_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Fatal_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_F_Spirit_4 + Materials: + - Material: Sp_Amethyst_Fragment + - Item: Wolf_Orb_Spell_4 + Materials: + - Material: Sp_Amethyst_Fragment +# - Id: 142 # Skipped (some fields are not supported on rAthena for now) +# TargetItems: +# Signet_Of_Spring: true +# Signet_Of_Summer: true +# Signet_Of_Autumn: true +# Signet_Of_Winter: true +# Reset: +# Chance: 80000 +# Price: 500000 +# Materials: +# - Material: Energy_Of_Elemental +# Amount: 20 +# - Material: Circul_Of_Life +# Amount: 10 +# Order: +# - Slot: 3 +# - Slot: 2 +# Slots: +# - Slot: 3 +# PerfectEnchants: +# - Item: Token_Of_Life +# Price: 500000 +# Materials: +# - Material: Circul_Of_Life +# Amount: 15 +# - Material: Fruit_Of_Birth +# Amount: 5 +# - Material: Fruit_Of_Extinction +# Amount: 5 +# - Material: Energy_Of_Spring +# Amount: 10 +# - Material: Energy_Of_Summer +# Amount: 10 +# - Material: Energy_Of_Autumn +# Amount: 10 +# - Material: Energy_Of_Winter +# Amount: 10 +# - Material: Grace_Of_Spirit +# Amount: 30 +# - Slot: 2 +# Price: 1000000 +# Materials: +# - Material: Circul_Of_Life +# Amount: 10 +# Enchants: +# - Enchantgrade: 0 +# Items: +# - Item: Spell3 +# Chance: 11750 +# - Item: Expert_Archer3 +# Chance: 11750 +# - Item: Hit_Plus3 +# Chance: 11750 +# - Item: Sharp3 +# Chance: 11750 +# - Item: Spell4 +# Chance: 3500 +# - Item: Expert_Archer4 +# Chance: 3500 +# - Item: Hit_Plus4 +# Chance: 3500 +# - Item: Sharp4 +# Chance: 3500 +# - Item: Signet_Of_Pow1 +# Chance: 6000 +# - Item: Signet_Of_Con1 +# Chance: 6000 +# - Item: Signet_Of_Sta1 +# Chance: 6000 +# - Item: Signet_Of_Spl1 +# Chance: 6000 +# - Item: Signet_Of_Crt1 +# Chance: 6000 +# - Item: Signet_Of_Wis1 +# Chance: 6000 +# - Item: Signet_Of_Pow2 +# Chance: 500 +# - Item: Signet_Of_Con2 +# Chance: 500 +# - Item: Signet_Of_Sta2 +# Chance: 500 +# - Item: Signet_Of_Spl2 +# Chance: 500 +# - Item: Signet_Of_Crt2 +# Chance: 500 +# - Item: Signet_Of_Wis2 +# Chance: 500 +# - Enchantgrade: 1 +# Items: +# - Item: Spell3 +# Chance: 11750 +# - Item: Expert_Archer3 +# Chance: 11750 +# - Item: Hit_Plus3 +# Chance: 11750 +# - Item: Sharp3 +# Chance: 11750 +# - Item: Spell4 +# Chance: 3500 +# - Item: Expert_Archer4 +# Chance: 3500 +# - Item: Hit_Plus4 +# Chance: 3500 +# - Item: Sharp4 +# Chance: 3500 +# - Item: Signet_Of_Pow1 +# Chance: 6000 +# - Item: Signet_Of_Con1 +# Chance: 6000 +# - Item: Signet_Of_Sta1 +# Chance: 6000 +# - Item: Signet_Of_Spl1 +# Chance: 6000 +# - Item: Signet_Of_Crt1 +# Chance: 6000 +# - Item: Signet_Of_Wis1 +# Chance: 6000 +# - Item: Signet_Of_Pow2 +# Chance: 500 +# - Item: Signet_Of_Con2 +# Chance: 500 +# - Item: Signet_Of_Sta2 +# Chance: 500 +# - Item: Signet_Of_Spl2 +# Chance: 500 +# - Item: Signet_Of_Crt2 +# Chance: 500 +# - Item: Signet_Of_Wis2 +# Chance: 500 +# - Enchantgrade: 2 +# Items: +# - Item: Spell3 +# Chance: 11750 +# - Item: Expert_Archer3 +# Chance: 11750 +# - Item: Hit_Plus3 +# Chance: 11750 +# - Item: Sharp3 +# Chance: 11750 +# - Item: Spell4 +# Chance: 3500 +# - Item: Expert_Archer4 +# Chance: 3500 +# - Item: Hit_Plus4 +# Chance: 3500 +# - Item: Sharp4 +# Chance: 3500 +# - Item: Signet_Of_Pow1 +# Chance: 6000 +# - Item: Signet_Of_Con1 +# Chance: 6000 +# - Item: Signet_Of_Sta1 +# Chance: 6000 +# - Item: Signet_Of_Spl1 +# Chance: 6000 +# - Item: Signet_Of_Crt1 +# Chance: 6000 +# - Item: Signet_Of_Wis1 +# Chance: 6000 +# - Item: Signet_Of_Pow2 +# Chance: 500 +# - Item: Signet_Of_Con2 +# Chance: 500 +# - Item: Signet_Of_Sta2 +# Chance: 500 +# - Item: Signet_Of_Spl2 +# Chance: 500 +# - Item: Signet_Of_Crt2 +# Chance: 500 +# - Item: Signet_Of_Wis2 +# Chance: 500 +# - Enchantgrade: 3 +# Items: +# - Item: Spell3 +# Chance: 11750 +# - Item: Expert_Archer3 +# Chance: 11750 +# - Item: Hit_Plus3 +# Chance: 11750 +# - Item: Sharp3 +# Chance: 11750 +# - Item: Spell4 +# Chance: 3500 +# - Item: Expert_Archer4 +# Chance: 3500 +# - Item: Hit_Plus4 +# Chance: 3500 +# - Item: Sharp4 +# Chance: 3500 +# - Item: Signet_Of_Pow1 +# Chance: 6000 +# - Item: Signet_Of_Con1 +# Chance: 6000 +# - Item: Signet_Of_Sta1 +# Chance: 6000 +# - Item: Signet_Of_Spl1 +# Chance: 6000 +# - Item: Signet_Of_Crt1 +# Chance: 6000 +# - Item: Signet_Of_Wis1 +# Chance: 6000 +# - Item: Signet_Of_Pow2 +# Chance: 500 +# - Item: Signet_Of_Con2 +# Chance: 500 +# - Item: Signet_Of_Sta2 +# Chance: 500 +# - Item: Signet_Of_Spl2 +# Chance: 500 +# - Item: Signet_Of_Crt2 +# Chance: 500 +# - Item: Signet_Of_Wis2 +# Chance: 500 +# - Enchantgrade: 4 +# Items: +# - Item: Spell3 +# Chance: 11750 +# - Item: Expert_Archer3 +# Chance: 11750 +# - Item: Hit_Plus3 +# Chance: 11750 +# - Item: Sharp3 +# Chance: 11750 +# - Item: Spell4 +# Chance: 3500 +# - Item: Expert_Archer4 +# Chance: 3500 +# - Item: Hit_Plus4 +# Chance: 3500 +# - Item: Sharp4 +# Chance: 3500 +# - Item: Signet_Of_Pow1 +# Chance: 6000 +# - Item: Signet_Of_Con1 +# Chance: 6000 +# - Item: Signet_Of_Sta1 +# Chance: 6000 +# - Item: Signet_Of_Spl1 +# Chance: 6000 +# - Item: Signet_Of_Crt1 +# Chance: 6000 +# - Item: Signet_Of_Wis1 +# Chance: 6000 +# - Item: Signet_Of_Pow2 +# Chance: 500 +# - Item: Signet_Of_Con2 +# Chance: 500 +# - Item: Signet_Of_Sta2 +# Chance: 500 +# - Item: Signet_Of_Spl2 +# Chance: 500 +# - Item: Signet_Of_Crt2 +# Chance: 500 +# - Item: Signet_Of_Wis2 +# Chance: 500 + - Id: 147 + TargetItems: + StormBow_Furious: true + TornadoBow_Furious: true + SaintBook_Furious: true + SaintWand_Furious: true + SunBook_Furious: true + MoonBook_Furious: true + Slayer_Furious: true + Trident_Furious: true + Demonius_Furious: true + Demonsword_Furious: true + Foxtail_Furious: true + Setaria_Furious: true + Reset: + Chance: 80000 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: FuriousMaterial_Not + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Wat + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Win + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Fir + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Gro + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Und + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Dar + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Tel + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Sai + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Poi + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Slot: 2 + PerfectEnchants: + - Item: FuriousEnergy_Not + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Hum + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Dra + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Pla + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Ins + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Ani + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Fis + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Ang + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Dem + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Und + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Id: 148 + TargetItems: + FuriousCirclet_WH: true + FuriousCirclet_CD: true + FuriousCirclet_SKE: true + FuriousCirclet_DK: true + FuriousCirclet_ABC: true + FuriousCirclet_SH: true + Reset: + Chance: 80000 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: Pow_Assist + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: Pow_Enforce + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: SPL_Assist + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: SPL_Enforce + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: STA_Assist + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: STA_Enforce + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: WIS_Assist + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: WIS_Enforce + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: CON_Assist + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: CON_Enforce_Melee + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: CON_Enforce_Magic + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: CRT_Assist + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: CRT_Enforce + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Slot: 2 + PerfectEnchants: + - Item: Mettle1 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: Tenacity1 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: MasterArcher1 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: Acute1 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: MagicEessence1 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + - Item: Spell1 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Material: EP20_D_P_Crystal + Amount: 30 + Upgrades: + - Enchant: Mettle1 + Upgrade: Mettle2 + Materials: + - Material: EP19_D_P_Stone + - Enchant: Tenacity1 + Upgrade: Tenacity2 + Materials: + - Material: EP19_D_P_Stone + - Enchant: MasterArcher1 + Upgrade: MasterArcher2 + Materials: + - Material: EP19_D_P_Stone + - Enchant: Acute1 + Upgrade: Acute2 + Materials: + - Material: EP19_D_P_Stone + - Enchant: MagicEessence1 + Upgrade: MagicEessence2 + Materials: + - Material: EP19_D_P_Stone + - Enchant: Spell1 + Upgrade: Spell2 + Materials: + - Material: EP19_D_P_Stone + - Enchant: Mettle2 + Upgrade: Mettle3 + Materials: + - Material: EP19_D_P_Stone + Amount: 3 + - Enchant: Tenacity2 + Upgrade: Tenacity3 + Materials: + - Material: EP19_D_P_Stone + Amount: 3 + - Enchant: MasterArcher2 + Upgrade: MasterArcher3 + Materials: + - Material: EP19_D_P_Stone + Amount: 3 + - Enchant: Acute2 + Upgrade: Acute3 + Materials: + - Material: EP19_D_P_Stone + Amount: 3 + - Enchant: MagicEessence2 + Upgrade: MagicEessence3 + Materials: + - Material: EP19_D_P_Stone + Amount: 3 + - Enchant: Spell2 + Upgrade: Spell3 + Materials: + - Material: EP19_D_P_Stone + Amount: 3 + - Id: 149 + TargetItems: + FuriousBoots: true + Reset: + Chance: 80000 + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + Order: + - Slot: 3 + - Slot: 2 + Slots: + - Slot: 3 + PerfectEnchants: + - Item: FuriousMaterial_Not + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Wat + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Win + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Fir + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Gro + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Und + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Dar + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Tel + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Sai + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousMaterial_Poi + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Slot: 2 + PerfectEnchants: + - Item: FuriousEnergy_Not + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Hum + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Dra + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Pla + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Ins + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Ani + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Fis + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Ang + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Dem + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 + - Item: FuriousEnergy_Und + Price: 500000 + Materials: + - Material: EP19_D_P_Crystal + Amount: 30 + - Material: EP19_N_P_Crystal + Amount: 30 diff --git a/db/re/item_group_db.yml b/db/re/item_group_db.yml index e58cedf12c..ea02625a8f 100644 --- a/db/re/item_group_db.yml +++ b/db/re/item_group_db.yml @@ -1,5 +1,5 @@ # This file is a part of rAthena. -# Copyright(C) 2021 rAthena Development Team +# Copyright(C) 2023 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify @@ -26,8 +26,9 @@ # SubGroups: # - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information. # List: List of item(s) for the SubGroup. -# - Item AegisName of item that will be obtained from this item group. -# Rate Probability to get the item. See doc/item_group.txt for more information. (Default: 0) +# - Index Unique number that can be used to add the same Item with different data in the list. +# Item AegisName of item that will be obtained from this item group. +# Rate Probability to get the item. (Default: 0) # Amount Amount of item that will be obtained. (Default: 1) # Duration Makes the item a rental item which will expire within the given amount in minutes. Not intended for use with stackable items. (Default: 0) # Announced If player obtains this item it will be broadcasted to the server. (Default: false) @@ -38,797 +39,1192 @@ # RandomOptionGroup Applies random options of this group to all equipable items (Default: None) # RefineMinimum Applies at least this refine level to all equipable items (Default: 0) # RefineMaximum Applies at most this refine level to all equipable items (Default: 0) -# Clear Remove the given item. (Optional) +# Clear Whether the current datas should be removed. (Optional) # Clear Remove the given SubGroup. (Optional) ########################################################################### Header: Type: ITEM_GROUP_DB - Version: 2 + Version: 3 Body: - Group: 2013_RWC_SCROLL SubGroups: - - SubGroup: 0 + - SubGroup: 1 List: - - Item: S_Neutral_Weapon - - Item: S_Neutral_Earring - - Item: S_Neutral_Pendent - - Item: S_Curse_Lift_Earring - - Item: S_Curse_Lift_Pendent - - Item: Guarantee_Weapon_11Up - - Item: Guarantee_Armor_11Up - - Item: Guarantee_Weapon_9Up - - Item: Guarantee_Armor_9Up - - Item: C_Wings_Of_Victory - - Item: Succu_Pet_Coupon + - Index: 0 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 2 + Item: Ticket_Incubus + Rate: 8 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 6 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 7 + Item: S_Neutral_Weapon + Rate: 150 + Announced: true + - Index: 8 + Item: S_Neutral_Earring + Rate: 300 + - Index: 9 + Item: S_Neutral_Pendent + Rate: 300 + - Index: 10 + Item: S_Curse_Lift_Earring + Rate: 300 + - Index: 11 + Item: S_Curse_Lift_Pendent + Rate: 300 + - Index: 12 + Item: S_Stability_Shield + Rate: 550 + - Index: 13 + Item: C_Wings_Of_Victory + Rate: 150 + Announced: true + - Index: 14 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 15 + Item: Costume_Exchange + Rate: 1000 + - Index: 16 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 17 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 18 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 19 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 500 + - Index: 20 + Item: Enchant_Book + Rate: 500 + - Index: 21 + Item: RWC_Inicializer + Rate: 720 + - Index: 22 + Item: Old_C_Album_Shield + Rate: 500 + - Index: 23 + Item: Old_C_Album_Armor + Rate: 500 - Group: ACCESORY SubGroups: - SubGroup: 1 List: - - Item: Ring + - Index: 0 + Item: Ring Rate: 10 - - Item: Earring + - Index: 1 + Item: Earring Rate: 11 - - Item: Necklace + - Index: 2 + Item: Necklace Rate: 12 - - Item: Glove + - Index: 3 + Item: Glove Rate: 12 - - Item: Brooch + - Index: 4 + Item: Brooch Rate: 12 - - Item: Clip + - Index: 5 + Item: Clip Rate: 12 - - Item: Rosary + - Index: 6 + Item: Rosary Rate: 14 - - Item: Skul_Ring + - Index: 7 + Item: Skul_Ring Rate: 14 - - Item: Gold_Ring + - Index: 8 + Item: Gold_Ring Rate: 14 - - Item: Silver_Ring + - Index: 9 + Item: Silver_Ring Rate: 14 - - Item: Flower_Ring + - Index: 10 + Item: Flower_Ring Rate: 14 - - Item: Diamond_Ring + - Index: 11 + Item: Diamond_Ring Rate: 11 - - Item: Safety_Ring + - Index: 12 + Item: Safety_Ring Rate: 1 - - Item: Critical_Ring + - Index: 13 + Item: Critical_Ring Rate: 1 - - Item: Mitten_Of_Presbyter + - Index: 14 + Item: Mitten_Of_Presbyter Rate: 10 - - Item: Matyr's_Flea_Guard + - Index: 15 + Item: Matyr's_Flea_Guard Rate: 11 - - Item: Thimble_Of_Archer + - Index: 16 + Item: Thimble_Of_Archer Rate: 10 - - Item: Ring_ + - Index: 17 + Item: Ring_ Rate: 1 - - Item: Earring_ + - Index: 18 + Item: Earring_ Rate: 1 - - Item: Necklace_ + - Index: 19 + Item: Necklace_ Rate: 10 - - Item: Glove_ + - Index: 20 + Item: Glove_ Rate: 1 - - Item: Brooch_ + - Index: 21 + Item: Brooch_ Rate: 1 - - Item: Rosary_ + - Index: 22 + Item: Rosary_ Rate: 1 - - Item: Belt + - Index: 23 + Item: Belt Rate: 10 - - Item: Novice_Armlet + - Index: 24 + Item: Novice_Armlet Rate: 14 - - Item: Shinobi's_Sash + - Index: 25 + Item: Shinobi's_Sash Rate: 1 - - Item: Hyper_Changer + - Index: 26 + Item: Hyper_Changer Rate: 1 - - Item: Nile_Rose_ + - Index: 27 + Item: Nile_Rose_ Rate: 10 - - Item: Vesper_Core01 + - Index: 28 + Item: Vesper_Core01 Rate: 2 - - Item: Vesper_Core02 + - Index: 29 + Item: Vesper_Core02 Rate: 2 - - Item: Vesper_Core03 + - Index: 30 + Item: Vesper_Core03 Rate: 2 - - Item: Vesper_Core04 + - Index: 31 + Item: Vesper_Core04 Rate: 2 - - Item: Thimble_Of_Archer_ + - Index: 32 + Item: Thimble_Of_Archer_ Rate: 1 - - Item: Spiritual_Ring + - Index: 33 + Item: Spiritual_Ring Rate: 1 - - Item: Lesser_Elemental_Ring + - Index: 34 + Item: Lesser_Elemental_Ring Rate: 9 - - Item: Red_Silk_Seal + - Index: 35 + Item: Red_Silk_Seal Rate: 2 - - Item: Orleans_Glove + - Index: 36 + Item: Orleans_Glove Rate: 1 - - Item: Expert_Ring + - Index: 37 + Item: Expert_Ring Rate: 1 - - Item: Librarian_Glove + - Index: 38 + Item: Librarian_Glove Rate: 1 - - Item: Pocket_Watch_ + - Index: 39 + Item: Pocket_Watch_ Rate: 1 - - Item: Lunatic_Brooch + - Index: 40 + Item: Lunatic_Brooch Rate: 1 - - Item: Iron_Wrist + - Index: 41 + Item: Iron_Wrist Rate: 1 - Group: ACIDBOMB_10_BOX SubGroups: - SubGroup: 0 List: - - Item: Fire_Bottle + - Index: 0 + Item: Fire_Bottle Amount: 10 UniqueId: true - - Item: Acid_Bottle + - Index: 1 + Item: Acid_Bottle Amount: 10 UniqueId: true - Group: ACOLYTE_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Rideword_Card + - Index: 0 + Item: Rideword_Card UniqueId: true - - Item: Fur_Seal_Card + - Index: 1 + Item: Fur_Seal_Card UniqueId: true - - Item: Live_Peach_Tree_Card + - Index: 2 + Item: Live_Peach_Tree_Card UniqueId: true - - Item: Geographer_Card + - Index: 3 + Item: Geographer_Card UniqueId: true - - Item: Cookie_Card + - Index: 4 + Item: Cookie_Card UniqueId: true - Group: ADVANCED_WEAPONS_BOX SubGroups: - SubGroup: 1 List: - - Item: Nagan + - Index: 0 + Item: Nagan Rate: 2 - - Item: Ice_Falchon + - Index: 1 + Item: Ice_Falchon Rate: 7 - - Item: Edge + - Index: 2 + Item: Edge Rate: 1 - - Item: Fire_Brand + - Index: 3 + Item: Fire_Brand Rate: 7 - - Item: Scissores_Sword + - Index: 4 + Item: Scissores_Sword Rate: 7 - - Item: Cutlas + - Index: 5 + Item: Cutlas Rate: 7 - - Item: Solar_Sword + - Index: 6 + Item: Solar_Sword Rate: 7 - - Item: Excalibur + - Index: 7 + Item: Excalibur Rate: 2 - - Item: Mysteltainn_ + - Index: 8 + Item: Mysteltainn_ Rate: 7 - - Item: Tale_Fing_ + - Index: 9 + Item: Tale_Fing_ Rate: 7 - - Item: Byeorrun_Gum + - Index: 10 + Item: Byeorrun_Gum Rate: 7 - - Item: Immaterial_Sword + - Index: 11 + Item: Immaterial_Sword Rate: 7 - - Item: Star_Dust_Blade + - Index: 12 + Item: Star_Dust_Blade Rate: 7 - - Item: Muramasa + - Index: 13 + Item: Muramasa Rate: 7 - - Item: Masamune + - Index: 14 + Item: Masamune Rate: 2 - - Item: Dragon_Slayer + - Index: 15 + Item: Dragon_Slayer Rate: 7 - - Item: Schweizersabel + - Index: 16 + Item: Schweizersabel Rate: 7 - - Item: Zweihander + - Index: 17 + Item: Zweihander Rate: 7 - - Item: Executioner_ + - Index: 18 + Item: Executioner_ Rate: 2 - - Item: Katzbalger + - Index: 19 + Item: Katzbalger Rate: 7 - - Item: Zweihander_ + - Index: 20 + Item: Zweihander_ Rate: 7 - - Item: Altas_Weapon + - Index: 21 + Item: Altas_Weapon Rate: 2 - - Item: Muscle_Cutter + - Index: 22 + Item: Muscle_Cutter Rate: 7 - - Item: Schweizersabel_ + - Index: 23 + Item: Schweizersabel_ Rate: 7 - - Item: Executioner__ + - Index: 24 + Item: Executioner__ Rate: 2 - - Item: Dragon_Slayer_ + - Index: 25 + Item: Dragon_Slayer_ Rate: 7 - - Item: Tae_Goo_Lyeon + - Index: 26 + Item: Tae_Goo_Lyeon Rate: 7 - - Item: Bloody_Eater + - Index: 27 + Item: Bloody_Eater Rate: 7 - - Item: Violet_Fear + - Index: 28 + Item: Violet_Fear Rate: 1 - - Item: Death_Guidance + - Index: 29 + Item: Death_Guidance Rate: 1 - - Item: Veteran_Sword + - Index: 30 + Item: Veteran_Sword Rate: 7 - - Item: Krasnaya + - Index: 31 + Item: Krasnaya Rate: 5 - - Item: Chrome_Twohand_Sword + - Index: 32 + Item: Chrome_Twohand_Sword Rate: 2 - - Item: Forturn_Sword + - Index: 33 + Item: Forturn_Sword Rate: 2 - - Item: Sword_Breaker + - Index: 34 + Item: Sword_Breaker Rate: 4 - - Item: Weeder_Knife + - Index: 35 + Item: Weeder_Knife Rate: 5 - - Item: Combat_Knife + - Index: 36 + Item: Combat_Knife Rate: 2 - - Item: Mama's_Knife + - Index: 37 + Item: Mama's_Knife Rate: 5 - - Item: House_Auger + - Index: 38 + Item: House_Auger Rate: 1 - - Item: Bazerald + - Index: 39 + Item: Bazerald Rate: 1 - - Item: Assasin_Dagger + - Index: 40 + Item: Assasin_Dagger Rate: 5 - - Item: Exercise + - Index: 41 + Item: Exercise Rate: 5 - - Item: Moonlight_Sword + - Index: 42 + Item: Moonlight_Sword Rate: 2 - - Item: Azoth + - Index: 43 + Item: Azoth Rate: 5 - - Item: Sucsamad + - Index: 44 + Item: Sucsamad Rate: 5 - - Item: Grimtooth_ + - Index: 45 + Item: Grimtooth_ Rate: 5 - - Item: Princess_Knife + - Index: 46 + Item: Princess_Knife Rate: 5 - - Item: Cursed_Dagger + - Index: 47 + Item: Cursed_Dagger Rate: 5 - - Item: Counter_Dagger + - Index: 48 + Item: Counter_Dagger Rate: 5 - - Item: Holy_Dagger + - Index: 49 + Item: Holy_Dagger Rate: 5 - - Item: Infiltrator + - Index: 50 + Item: Infiltrator Rate: 1 - - Item: Unholy_Touch + - Index: 51 + Item: Unholy_Touch Rate: 5 - - Item: Bloody_Roar + - Index: 52 + Item: Bloody_Roar Rate: 2 - - Item: Infiltrator_ + - Index: 53 + Item: Infiltrator_ Rate: 1 - - Item: Wild_Beast_Claw + - Index: 54 + Item: Wild_Beast_Claw Rate: 2 - - Item: Inverse_Scale + - Index: 55 + Item: Inverse_Scale Rate: 2 - - Item: Drill_Katar + - Index: 56 + Item: Drill_Katar Rate: 5 - - Item: Blood_Tears + - Index: 57 + Item: Blood_Tears Rate: 5 - - Item: Krishna + - Index: 58 + Item: Krishna Rate: 5 - - Item: Cakram + - Index: 59 + Item: Cakram Rate: 5 - - Item: Cleaver + - Index: 60 + Item: Cleaver Rate: 5 - - Item: Vecer_Axe + - Index: 61 + Item: Vecer_Axe Rate: 5 - - Item: Brood_Axe + - Index: 62 + Item: Brood_Axe Rate: 2 - - Item: Great_Axe + - Index: 63 + Item: Great_Axe Rate: 5 - - Item: Sabbath + - Index: 64 + Item: Sabbath Rate: 5 - - Item: Right_Epsilon + - Index: 65 + Item: Right_Epsilon Rate: 1 - - Item: Slaughter + - Index: 66 + Item: Slaughter Rate: 5 - - Item: Tomahawk + - Index: 67 + Item: Tomahawk Rate: 5 - - Item: Guillotine + - Index: 68 + Item: Guillotine Rate: 2 - - Item: Doom_Slayer + - Index: 69 + Item: Doom_Slayer Rate: 1 - - Item: Doom_Slayer_ + - Index: 70 + Item: Doom_Slayer_ Rate: 1 - - Item: Heart_Breaker + - Index: 71 + Item: Heart_Breaker Rate: 1 - - Item: Hurricane_Fury + - Index: 72 + Item: Hurricane_Fury Rate: 1 - - Item: Bradium_Stonehammer + - Index: 73 + Item: Bradium_Stonehammer Rate: 5 - - Item: Giant_Axe + - Index: 74 + Item: Giant_Axe Rate: 2 - - Item: Gungnir + - Index: 75 + Item: Gungnir Rate: 5 - - Item: Gelerdria + - Index: 76 + Item: Gelerdria Rate: 5 - - Item: Skewer + - Index: 77 + Item: Skewer Rate: 2 - - Item: Tjungkuletti + - Index: 78 + Item: Tjungkuletti Rate: 5 - - Item: Gungnir_ + - Index: 79 + Item: Gungnir_ Rate: 5 - - Item: Long_Horn + - Index: 80 + Item: Long_Horn Rate: 5 - - Item: Battle_Hook + - Index: 81 + Item: Battle_Hook Rate: 2 - - Item: Hunting_Spear + - Index: 82 + Item: Hunting_Spear Rate: 1 - - Item: Imperial_Spear + - Index: 83 + Item: Imperial_Spear Rate: 2 - - Item: Crescent_Scythe + - Index: 84 + Item: Crescent_Scythe Rate: 5 - - Item: Bill_Guisarme + - Index: 85 + Item: Bill_Guisarme Rate: 5 - - Item: Zephyrus + - Index: 86 + Item: Zephyrus Rate: 5 - - Item: Longinus's_Spear + - Index: 87 + Item: Longinus's_Spear Rate: 5 - - Item: Brionac + - Index: 88 + Item: Brionac Rate: 5 - - Item: Hell_Fire + - Index: 89 + Item: Hell_Fire Rate: 5 - - Item: Wizardy_Staff + - Index: 90 + Item: Wizardy_Staff Rate: 5 - - Item: Gae_Bolg + - Index: 91 + Item: Gae_Bolg Rate: 5 - - Item: Spectral_Spear + - Index: 92 + Item: Spectral_Spear Rate: 5 - - Item: Ahlspiess + - Index: 93 + Item: Ahlspiess Rate: 5 - - Item: Spectral_Spear_ + - Index: 94 + Item: Spectral_Spear_ Rate: 5 - - Item: Gae_Bolg_ + - Index: 95 + Item: Gae_Bolg_ Rate: 5 - - Item: Zephyrus_ + - Index: 96 + Item: Zephyrus_ Rate: 5 - - Item: Cardo + - Index: 97 + Item: Cardo Rate: 2 - - Item: Spike + - Index: 98 + Item: Spike Rate: 2 - - Item: Golden_Mace + - Index: 99 + Item: Golden_Mace Rate: 5 - - Item: Long_Mace + - Index: 100 + Item: Long_Mace Rate: 5 - - Item: Quadrille + - Index: 101 + Item: Quadrille Rate: 5 - - Item: Grand_Cross + - Index: 102 + Item: Grand_Cross Rate: 1 - - Item: Spike_ + - Index: 103 + Item: Spike_ Rate: 2 - - Item: Golden_Mace_ + - Index: 104 + Item: Golden_Mace_ Rate: 5 - - Item: Grand_Cross_ + - Index: 105 + Item: Grand_Cross_ Rate: 1 - - Item: Nemesis + - Index: 106 + Item: Nemesis Rate: 5 - - Item: Book_Of_The_Apocalypse + - Index: 107 + Item: Book_Of_The_Apocalypse Rate: 5 - - Item: Girl's_Diary + - Index: 108 + Item: Girl's_Diary Rate: 5 - - Item: Legacy_Of_Dragon + - Index: 109 + Item: Legacy_Of_Dragon Rate: 5 - - Item: Hardback + - Index: 110 + Item: Hardback Rate: 5 - - Item: Bible_Of_Battlefield + - Index: 111 + Item: Bible_Of_Battlefield Rate: 5 - - Item: Death_Note + - Index: 112 + Item: Death_Note Rate: 1 - - Item: Staff_Of_Wing + - Index: 113 + Item: Staff_Of_Wing Rate: 5 - - Item: Walking_Stick + - Index: 114 + Item: Walking_Stick Rate: 5 - - Item: Holy_Stick + - Index: 115 + Item: Holy_Stick Rate: 5 - - Item: Thorn_Staff + - Index: 116 + Item: Thorn_Staff Rate: 1 - - Item: Eraser + - Index: 117 + Item: Eraser Rate: 1 - - Item: Dead_Tree_Cane + - Index: 118 + Item: Dead_Tree_Cane Rate: 5 - - Item: Mental_Stick + - Index: 119 + Item: Mental_Stick Rate: 2 - - Item: Bow_Of_Roguemaster + - Index: 120 + Item: Bow_Of_Roguemaster Rate: 2 - - Item: Bow_Of_Rudra + - Index: 121 + Item: Bow_Of_Rudra Rate: 2 - - Item: Balistar + - Index: 122 + Item: Balistar Rate: 2 - - Item: Dragon_Wing + - Index: 123 + Item: Dragon_Wing Rate: 5 - - Item: Bow_Of_Minstrel + - Index: 124 + Item: Bow_Of_Minstrel Rate: 5 - - Item: Balistar_ + - Index: 125 + Item: Balistar_ Rate: 2 - - Item: Ixion_Wing + - Index: 126 + Item: Ixion_Wing Rate: 5 - - Item: Nepenthes_Bow + - Index: 127 + Item: Nepenthes_Bow Rate: 5 - - Item: Cursed_Lyre + - Index: 128 + Item: Cursed_Lyre Rate: 5 - - Item: Falken_Blitz + - Index: 129 + Item: Falken_Blitz Rate: 5 - - Item: Kaiser_Knuckle + - Index: 130 + Item: Kaiser_Knuckle Rate: 5 - - Item: Berserk + - Index: 131 + Item: Berserk Rate: 1 - - Item: Claw_Of_Garm + - Index: 132 + Item: Claw_Of_Garm Rate: 5 - - Item: Berserk_ + - Index: 133 + Item: Berserk_ Rate: 1 - - Item: Sura_Rampage + - Index: 134 + Item: Sura_Rampage Rate: 2 - - Item: Electronic_Guitar + - Index: 135 + Item: Electronic_Guitar Rate: 5 - - Item: Oriental_Lute + - Index: 136 + Item: Oriental_Lute Rate: 5 - - Item: Berserk_Guitar + - Index: 137 + Item: Berserk_Guitar Rate: 1 - - Item: Oriental_Lute_ + - Index: 138 + Item: Oriental_Lute_ Rate: 5 - - Item: Harp_Of_Nepenthes + - Index: 139 + Item: Harp_Of_Nepenthes Rate: 5 - - Item: Green_Whistle + - Index: 140 + Item: Green_Whistle Rate: 2 - - Item: Lariat + - Index: 141 + Item: Lariat Rate: 5 - - Item: Rapture_Rose + - Index: 142 + Item: Rapture_Rose Rate: 5 - - Item: Chemeti + - Index: 143 + Item: Chemeti Rate: 5 - - Item: Bladed_Whip + - Index: 144 + Item: Bladed_Whip Rate: 5 - - Item: Queen's_Whip + - Index: 145 + Item: Queen's_Whip Rate: 5 - - Item: Electric_Eel + - Index: 146 + Item: Electric_Eel Rate: 5 - - Item: Sea_Witch_Foot + - Index: 147 + Item: Sea_Witch_Foot Rate: 5 - - Item: Carrot_Whip + - Index: 148 + Item: Carrot_Whip Rate: 5 - - Item: Queen's_Whip_ + - Index: 149 + Item: Queen's_Whip_ Rate: 5 - - Item: Stem_Of_Nepenthes + - Index: 150 + Item: Stem_Of_Nepenthes Rate: 5 - - Item: Stem_Whip + - Index: 151 + Item: Stem_Whip Rate: 2 - - Item: Rosebine + - Index: 152 + Item: Rosebine Rate: 1 - - Item: Destruction_Rod + - Index: 153 + Item: Destruction_Rod Rate: 1 - - Item: Divine_Cross + - Index: 154 + Item: Divine_Cross Rate: 5 - - Item: Kronos + - Index: 155 + Item: Kronos Rate: 5 - - Item: Dea_Staff + - Index: 156 + Item: Dea_Staff Rate: 5 - - Item: Krieg + - Index: 157 + Item: Krieg Rate: 5 - - Item: Weihna + - Index: 158 + Item: Weihna Rate: 5 - - Item: Black_Wing + - Index: 159 + Item: Black_Wing Rate: 5 - - Item: Ancient_Dagger + - Index: 160 + Item: Ancient_Dagger Rate: 1 - - Item: Ruber + - Index: 161 + Item: Ruber Rate: 5 - - Item: Chrome_Sword + - Index: 162 + Item: Chrome_Sword Rate: 2 - - Item: Erde + - Index: 163 + Item: Erde Rate: 5 - - Item: Red_Square_Bag + - Index: 164 + Item: Red_Square_Bag Rate: 5 - - Item: Red_Ether_Bag + - Index: 165 + Item: Red_Ether_Bag Rate: 5 - - Item: Mystic_Bow + - Index: 166 + Item: Mystic_Bow Rate: 5 - - Item: Crescent_Scythe_ + - Index: 167 + Item: Crescent_Scythe_ Rate: 1 - - Item: Slash + - Index: 168 + Item: Slash Rate: 5 - - Item: Agent_Katar + - Index: 169 + Item: Agent_Katar Rate: 1 - - Item: Guillotine_Katar + - Index: 170 + Item: Guillotine_Katar Rate: 1 - - Item: Ygnus_Stale + - Index: 171 + Item: Ygnus_Stale Rate: 1 - - Item: End_Sektura + - Index: 172 + Item: End_Sektura Rate: 1 - - Item: Cannon_Spear + - Index: 173 + Item: Cannon_Spear Rate: 1 - - Item: Chilly_Spell_Book + - Index: 174 + Item: Chilly_Spell_Book Rate: 1 - - Item: Recovery_Light + - Index: 175 + Item: Recovery_Light Rate: 1 - - Item: Aztoe_Nail + - Index: 176 + Item: Aztoe_Nail Rate: 1 - - Item: Scarletto_Nail + - Index: 177 + Item: Scarletto_Nail Rate: 1 - - Item: Bloody_Cross + - Index: 178 + Item: Bloody_Cross Rate: 1 - - Item: Catapult + - Index: 179 + Item: Catapult Rate: 1 - - Item: Big_CrossBow + - Index: 180 + Item: Big_CrossBow Rate: 1 - - Item: Creeper_Bow + - Index: 181 + Item: Creeper_Bow Rate: 1 - Group: ADVENTURER_RETURNS_SUPPORT_BOX SubGroups: - SubGroup: 1 List: - - Item: E_Str_Dish_Box + - Index: 0 + Item: E_Str_Dish_Box Rate: 1 - - Item: E_Agi_Dish_Box + - Index: 1 + Item: E_Agi_Dish_Box Rate: 1 - - Item: E_Int_Dish_Box + - Index: 2 + Item: E_Int_Dish_Box Rate: 1 - - Item: E_Dex_Dish_Box + - Index: 3 + Item: E_Dex_Dish_Box Rate: 1 - - Item: E_Luk_Dish_Box + - Index: 4 + Item: E_Luk_Dish_Box Rate: 1 - - Item: E_Vit_Dish_Box + - Index: 5 + Item: E_Vit_Dish_Box Rate: 1 - - Item: E_Blessing_10_Scr_Box + - Index: 6 + Item: E_Blessing_10_Scr_Box Rate: 1 - - Item: E_Inc_Agi_10_Scr_Box + - Index: 7 + Item: E_Inc_Agi_10_Scr_Box Rate: 1 - Group: ADV_SIEGE_SUPPLY_BOX SubGroups: - SubGroup: 0 List: - - Item: Siege_White_Potion + - Index: 0 + Item: Siege_White_Potion Amount: 50 UniqueId: true - - Item: Siege_Blue_Potion + - Index: 1 + Item: Siege_Blue_Potion Amount: 20 UniqueId: true - Group: AGRADE_POCKET SubGroups: - SubGroup: 0 List: - - Item: Agrade_Coin - - Item: Bgrade_Coin - - Item: Cgrade_Coin + - Index: 0 + Item: Agrade_Coin + - Index: 1 + Item: Bgrade_Coin + - Index: 2 + Item: Cgrade_Coin - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Cgrade_Coin + - Index: 1 + Item: Cgrade_Coin Rate: 50 - - Item: Bgrade_Coin + - Index: 2 + Item: Bgrade_Coin Rate: 150 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Cgrade_Coin + - Index: 1 + Item: Cgrade_Coin Rate: 200 - Group: AGUST_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: B_Katrinn_Card + - Index: 0 + Item: B_Katrinn_Card Rate: 1 Announced: true - - Item: Giant_Octopus_Card + - Index: 1 + Item: Giant_Octopus_Card Rate: 1 Announced: true - - Item: Sealed_Tao_Card + - Index: 2 + Item: Sealed_Tao_Card Rate: 10 Announced: true - - Item: Kraken_Card + - Index: 3 + Item: Kraken_Card Rate: 10 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 4 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 5 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 6 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 7 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 8 + Item: Guarantee_Armor_8Up Rate: 150 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 9 + Item: Guarantee_Weapon_8Up Rate: 150 Announced: true - - Item: SurviveOrb + - Index: 10 + Item: SurviveOrb Rate: 100 Announced: true - - Item: Squirrel_Ear_Hat + - Index: 11 + Item: Squirrel_Ear_Hat Rate: 100 Announced: true - - Item: SeraphimRobe + - Index: 12 + Item: SeraphimRobe Rate: 100 Announced: true - - Item: Giant_Boots + - Index: 13 + Item: Giant_Boots Rate: 100 Announced: true - - Item: Unbreakable_Weap + - Index: 14 + Item: Unbreakable_Weap Rate: 429 Amount: 3 - - Item: Unbreakable_Def + - Index: 15 + Item: Unbreakable_Def Rate: 429 Amount: 3 - - Item: Silvervine_Fruit_Box10 + - Index: 16 + Item: Silvervine_Fruit_Box10 Rate: 1190 - - Item: LUK_Biscuit_Stick + - Index: 17 + Item: LUK_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 18 + Item: DEX_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 19 + Item: INT_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 20 + Item: AGI_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 21 + Item: VIT_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: STR_Biscuit_Stick + - Index: 22 + Item: STR_Biscuit_Stick Rate: 1130 Amount: 20 - Group: ALL_IN_ONE_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: All_In_One_Ring - Duration: 65535 + - Index: 0 + Item: All_In_One_Ring + Duration: 10080 UniqueId: true - Group: AMORA_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: Love_Piece + - Index: 9 + Item: Love_Piece Rate: 150 - - Item: C_Sepia_Cap + - Index: 10 + Item: C_Sepia_Cap Rate: 250 - - Item: Critical_Anklet + - Index: 11 + Item: Critical_Anklet Rate: 115 - - Item: Heart_Wing_Hairband + - Index: 12 + Item: Heart_Wing_Hairband Rate: 115 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 115 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 115 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Tao_Card + - Index: 19 + Item: Sealed_Tao_Card Rate: 5 Announced: true - - Item: Sealed_Kiel_Card + - Index: 20 + Item: Sealed_Kiel_Card Rate: 5 Announced: true - - Item: Orc_Load_Card + - Index: 21 + Item: Orc_Load_Card Rate: 1 Announced: true - - Item: Incant_Samurai_Card + - Index: 22 + Item: Incant_Samurai_Card Rate: 1 Announced: true - Group: ANGEL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Angelic_Chain + - Index: 0 + Item: Angelic_Chain Rate: 5 UniqueId: true - - Item: Dress_Of_Angel + - Index: 1 + Item: Dress_Of_Angel Rate: 100 UniqueId: true - - Item: Ear_Of_Angel's_Wing + - Index: 2 + Item: Ear_Of_Angel's_Wing Rate: 100 UniqueId: true - - Item: Kiss_Of_Angel + - Index: 3 + Item: Kiss_Of_Angel Rate: 30 UniqueId: true - - Item: Angeling_Hat + - Index: 4 + Item: Angeling_Hat Rate: 50 UniqueId: true - - Item: Angeling_Hairpin + - Index: 5 + Item: Angeling_Hairpin Rate: 130 UniqueId: true - - Item: Gold_Spirit_Chain - Rate: 110 + - Index: 6 + Item: Gold_Spirit_Chain + Rate: 100 UniqueId: true - - Item: Angeling_Card - Rate: 30 + - Index: 7 + Item: Angeling_Card + Rate: 95 UniqueId: true - - Item: Blessing_10_Scroll_Box - Rate: 420 + - Index: 8 + Item: Blessing_10_Scroll_Box + Rate: 350 UniqueId: true - - Item: Archangeling_Card - Rate: 20 + - Index: 9 + Item: Archangeling_Card + Rate: 40 UniqueId: true - Group: ANIMAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Tiger_Mask + - Index: 0 + Item: Tiger_Mask Rate: 5 UniqueId: true - - Item: Guardian_Lion_Mask + - Index: 1 + Item: Guardian_Lion_Mask Rate: 5 UniqueId: true - - Item: Luk_Dish10 + - Index: 2 + Item: Luk_Dish10 Rate: 185 Amount: 5 UniqueId: true - - Item: Panda_Cap + - Index: 3 + Item: Panda_Cap Rate: 5 UniqueId: true - - Item: Brown_Bear_Cap + - Index: 4 + Item: Brown_Bear_Cap Rate: 5 UniqueId: true - - Item: Smokie_Hat + - Index: 5 + Item: Smokie_Hat Rate: 5 UniqueId: true - - Item: Str_Dish08 + - Index: 6 + Item: Str_Dish08 Rate: 185 Amount: 5 UniqueId: true - - Item: Lazy_Raccoon + - Index: 7 + Item: Lazy_Raccoon Rate: 5 UniqueId: true - - Item: Drooping_Bunny + - Index: 8 + Item: Drooping_Bunny Rate: 5 UniqueId: true - - Item: Int_Dish03 + - Index: 9 + Item: Int_Dish03 Rate: 185 Amount: 5 UniqueId: true - - Item: Elephant_Hat_ + - Index: 10 + Item: Elephant_Hat_ Rate: 10 UniqueId: true - - Item: Sea_Otter_Cap + - Index: 11 + Item: Sea_Otter_Cap Rate: 10 UniqueId: true - - Item: Vit_Dish09 + - Index: 12 + Item: Vit_Dish09 Rate: 185 Amount: 5 UniqueId: true - - Item: Galapago_Cap + - Index: 13 + Item: Galapago_Cap Rate: 10 UniqueId: true - - Item: Magestic_Goat_TW + - Index: 14 + Item: Magestic_Goat_TW Rate: 5 UniqueId: true - - Item: Fish_On_Head_ + - Index: 15 + Item: Fish_On_Head_ Rate: 5 UniqueId: true - - Item: Agi_Dish06 + - Index: 16 + Item: Agi_Dish06 Rate: 185 Amount: 5 UniqueId: true @@ -836,54 +1232,69 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Apple_Of_Archer_C - Duration: 10080 + - Index: 0 + Item: Apple_Of_Archer_C + Duration: 20160 UniqueId: true - Group: AQUARIUS_DIADEM_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Mask_Of_Ifrit_Box + - Index: 0 + Item: Mask_Of_Ifrit_Box Rate: 1 UniqueId: true - - Item: Aquarius_Diadem + - Index: 1 + Item: Aquarius_Diadem Rate: 30 UniqueId: true - - Item: Imp_Hat + - Index: 2 + Item: Imp_Hat Rate: 5 UniqueId: true - - Item: Neuralizer_Box + - Index: 3 + Item: Neuralizer_Box Rate: 5 UniqueId: true - - Item: Waterdrop_Brooch + - Index: 4 + Item: Waterdrop_Brooch Rate: 17 UniqueId: true - - Item: Dice_Hat_Box + - Index: 5 + Item: Dice_Hat_Box Rate: 25 UniqueId: true - - Item: B_Def_Potion_Box50 + - Index: 6 + Item: B_Def_Potion_Box50 Rate: 60 UniqueId: true - - Item: B_Mdef_Potion_Box50 + - Index: 7 + Item: B_Mdef_Potion_Box50 Rate: 60 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 8 + Item: Max_Weight_Up_Box Rate: 100 UniqueId: true - - Item: PhreeoniS + - Index: 9 + Item: PhreeoniS Rate: 2 UniqueId: true - - Item: Abrasive_Box5 + - Index: 10 + Item: Abrasive_Box5 Rate: 155 UniqueId: true - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 210 Amount: 5 UniqueId: true - - Item: BGum_Box_In_Mouth4 + - Index: 12 + Item: BGum_Box_In_Mouth4 Rate: 155 UniqueId: true - - Item: Box_Of_Sunlight + - Index: 13 + Item: Box_Of_Sunlight Rate: 175 Amount: 5 UniqueId: true @@ -891,7 +1302,8 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Aquarius_Diadem_Scroll + - Index: 0 + Item: Aquarius_Diadem_Scroll Amount: 10 UniqueId: true Stacked: false @@ -899,58 +1311,78 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Cruiser_Card + - Index: 0 + Item: Cruiser_Card UniqueId: true - - Item: Anolian_Card + - Index: 1 + Item: Anolian_Card UniqueId: true - - Item: Merman_Card + - Index: 2 + Item: Merman_Card UniqueId: true - - Item: Dragon_Tail_Card + - Index: 3 + Item: Dragon_Tail_Card UniqueId: true - - Item: Alligator_Card + - Index: 4 + Item: Alligator_Card UniqueId: true - Group: ARIES_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Freyja_Boots + - Index: 0 + Item: Freyja_Boots Rate: 5 Announced: true - - Item: Magic_Card_Album + - Index: 1 + Item: Magic_Card_Album Rate: 45 Announced: true - - Item: Aries_Crown + - Index: 2 + Item: Aries_Crown Rate: 50 Announced: true - - Item: Aries_Diadem + - Index: 3 + Item: Aries_Diadem Rate: 50 Announced: true - - Item: Neuralizer_Box + - Index: 4 + Item: Neuralizer_Box Rate: 50 - - Item: Scuba_Mask + - Index: 5 + Item: Scuba_Mask Rate: 150 - - Item: Acidus_Card + - Index: 6 + Item: Acidus_Card Rate: 200 - - Item: Pirate_Bandana_ + - Index: 7 + Item: Pirate_Bandana_ Rate: 350 - - Item: Max_Weight_Up_Box + - Index: 8 + Item: Max_Weight_Up_Box Rate: 500 - - Item: Enriched_Elunium_Box5 + - Index: 9 + Item: Enriched_Elunium_Box5 Rate: 1100 - - Item: Enriched_Oridecon_Box5 + - Index: 10 + Item: Enriched_Oridecon_Box5 Rate: 1600 - - Item: S_Mdef_Potion_Box30 + - Index: 11 + Item: S_Mdef_Potion_Box30 Rate: 1800 - - Item: S_Def_Potion_Box30 + - Index: 12 + Item: S_Def_Potion_Box30 Rate: 1800 - - Item: Zeny_Scroll + - Index: 13 + Item: Zeny_Scroll Rate: 2300 Amount: 10 - Group: ARIES_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Aries_Scroll_ + - Index: 0 + Item: Aries_Scroll_ Amount: 10 UniqueId: true Stacked: false @@ -958,115 +1390,154 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Asgard_Blessing + - Index: 0 + Item: Asgard_Blessing Rate: 5 - - Item: Odin's_Blessing + - Index: 1 + Item: Odin's_Blessing Rate: 5 - - Item: Valkyrja's_Shield + - Index: 2 + Item: Valkyrja's_Shield Rate: 1 - - Item: Yggdrasilberry + - Index: 3 + Item: Yggdrasilberry Rate: 150 Amount: 10 - - Item: Daydric_Card + - Index: 4 + Item: Daydric_Card Rate: 5 - - Item: Fricca_Circlet + - Index: 5 + Item: Fricca_Circlet Rate: 1 - - Item: Secret_Medicine + - Index: 6 + Item: Secret_Medicine Rate: 2 - - Item: Tyr's_Blessing + - Index: 7 + Item: Tyr's_Blessing Rate: 100 Amount: 30 - - Item: HE_Battle_Manual + - Index: 8 + Item: HE_Battle_Manual Rate: 100 Amount: 10 - - Item: Valkyrie_Feather_Band + - Index: 9 + Item: Valkyrie_Feather_Band Rate: 20 - - Item: Isilla_Card + - Index: 10 + Item: Isilla_Card Rate: 1 - - Item: Spark_Candy + - Index: 11 + Item: Spark_Candy Rate: 100 Amount: 10 - - Item: Darkness_Helm + - Index: 12 + Item: Darkness_Helm Rate: 20 - - Item: Guyak_Pudding + - Index: 13 + Item: Guyak_Pudding Rate: 120 Amount: 10 - - Item: Token_Of_Siegfried_Box + - Index: 14 + Item: Token_Of_Siegfried_Box Rate: 120 - - Item: Regeneration_Box10 + - Index: 15 + Item: Regeneration_Box10 Rate: 100 - - Item: Lucky_Cookie02 + - Index: 16 + Item: Lucky_Cookie02 Rate: 150 Amount: 30 - Group: ASPERSIO_5_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Aspersio_5_Scroll + - Index: 0 + Item: Holy_Water + Amount: 10 + UniqueId: true + - Index: 1 + Item: Aspersio_5_Scroll Amount: 10 UniqueId: true - Group: ASURA_BOX SubGroups: - SubGroup: 0 List: - - Item: Asura_C + - Index: 0 + Item: Asura_C Duration: 10080 UniqueId: true - Group: A_GRADE_COIN_BAG SubGroups: - SubGroup: 1 List: - - Item: Agrade_Coin + - Index: 0 + Item: Agrade_Coin Rate: 3 - - Item: Bgrade_Coin + - Index: 1 + Item: Bgrade_Coin Rate: 2 - - Item: Cgrade_Coin + - Index: 2 + Item: Cgrade_Coin Rate: 1 - Group: BACSOJIN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Magical_Moon_Cake + - Index: 0 + Item: Magical_Moon_Cake Rate: 150 Amount: 10 UniqueId: true - - Item: Moon_Cake + - Index: 1 + Item: Moon_Cake Rate: 150 Amount: 10 UniqueId: true - - Item: Special_Moon_Cake + - Index: 2 + Item: Special_Moon_Cake Rate: 150 Amount: 10 UniqueId: true - - Item: Tayelin_Doll_Hat + - Index: 3 + Item: Tayelin_Doll_Hat Rate: 5 UniqueId: true - - Item: Binit_Doll_Hat + - Index: 4 + Item: Binit_Doll_Hat Rate: 5 UniqueId: true - - Item: Debril_Doll_Hat + - Index: 5 + Item: Debril_Doll_Hat Rate: 5 UniqueId: true - - Item: Blessing_10_Scroll_Box + - Index: 6 + Item: Blessing_10_Scroll_Box Rate: 180 UniqueId: true - - Item: Hibiscus + - Index: 7 + Item: Hibiscus Rate: 25 UniqueId: true - - Item: Charming_Ribbon + - Index: 8 + Item: Charming_Ribbon Rate: 30 UniqueId: true - - Item: Miracle_Medicine + - Index: 9 + Item: Miracle_Medicine Rate: 1 UniqueId: true - - Item: Slipper + - Index: 10 + Item: Slipper Rate: 14 UniqueId: true - - Item: Insurance + - Index: 11 + Item: Insurance Rate: 135 Amount: 5 UniqueId: true - - Item: Guyak_Pudding + - Index: 12 + Item: Guyak_Pudding Rate: 150 Amount: 5 UniqueId: true @@ -1074,2964 +1545,4297 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Adv_Devil_School_Cap - - Item: Blue_Pencil_In_Mouth - - Item: School_Uniform - - Item: Songpyun_Box50 - - Item: Insurance + - Index: 0 + Item: Adv_Devil_School_Cap + - Index: 1 + Item: Blue_Pencil_In_Mouth + - Index: 2 + Item: School_Uniform + - Index: 3 + Item: Songpyun_Box50 + - Index: 4 + Item: Insurance Amount: 5 - Group: BALISTAR_BOX SubGroups: - SubGroup: 0 List: - - Item: Balistar_C + - Index: 0 + Item: Balistar_C Duration: 10080 UniqueId: true - Group: BASIC_SIEGE_SUPPLY_BOX SubGroups: - SubGroup: 0 List: - - Item: Siege_White_Potion + - Index: 0 + Item: Siege_White_Potion Amount: 25 UniqueId: true - - Item: Siege_Blue_Potion + - Index: 1 + Item: Siege_Blue_Potion Amount: 10 UniqueId: true - Group: BEHOLDER_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Beholder_Ring + - Index: 0 + Item: Beholder_Ring Duration: 10080 UniqueId: true - Group: BGRADE_POCKET SubGroups: - SubGroup: 0 List: - - Item: Bgrade_Coin - - Item: Cgrade_Coin - - Item: Dgrade_Coin + - Index: 0 + Item: Bgrade_Coin + - Index: 1 + Item: Cgrade_Coin + - Index: 2 + Item: Dgrade_Coin - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Dgrade_Coin + - Index: 1 + Item: Dgrade_Coin Rate: 50 - - Item: Cgrade_Coin + - Index: 2 + Item: Cgrade_Coin Rate: 150 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Dgrade_Coin + - Index: 1 + Item: Dgrade_Coin Rate: 200 - Group: BGUM_BOX_IN_MOUTH2 SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 120 UniqueId: true - Group: BGUM_BOX_IN_MOUTH4 SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 240 UniqueId: true - Group: BI_HWANG_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Underripe_Yggseed + - Index: 0 + Item: Underripe_Yggseed Rate: 1450 Amount: 10 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1450 - - Item: Bubble_Gum_Box + - Index: 2 + Item: Bubble_Gum_Box Rate: 1450 - - Item: Battle_Manual_Box + - Index: 3 + Item: Battle_Manual_Box Rate: 1450 - - Item: Luk_Dish_Box + - Index: 4 + Item: Luk_Dish_Box Rate: 1450 - - Item: Silvervine_Fruit_Box10 + - Index: 5 + Item: Silvervine_Fruit_Box10 Rate: 1000 - - Item: Enriched_Oridecon_Box + - Index: 6 + Item: Enriched_Oridecon_Box Rate: 500 - - Item: Pr_Reset_Stone_Box + - Index: 7 + Item: Pr_Reset_Stone_Box Rate: 500 - - Item: Sunglasses_Bball_Hat + - Index: 8 + Item: Sunglasses_Bball_Hat Rate: 179 Announced: true - - Item: Magic_Stole + - Index: 9 + Item: Magic_Stole Rate: 150 Announced: true - - Item: C_Lord_of_Death + - Index: 10 + Item: C_Lord_of_Death Rate: 100 Announced: true - - Item: Monkey_On_Fur_Hat + - Index: 11 + Item: Monkey_On_Fur_Hat Rate: 150 Announced: true - - Item: Butterfly_Hairpin + - Index: 12 + Item: Butterfly_Hairpin Rate: 75 Announced: true - - Item: C_Hair_Of_The_Strong + - Index: 13 + Item: C_Hair_Of_The_Strong Rate: 30 Announced: true - - Item: Sealed_Orc_Hero_Card + - Index: 14 + Item: Sealed_Orc_Hero_Card Rate: 5 Announced: true - - Item: Asgard_Blessing + - Index: 15 + Item: Asgard_Blessing Rate: 10 Announced: true - - Item: Black_Shiba_Inu_Hat + - Index: 16 + Item: Black_Shiba_Inu_Hat Rate: 25 Announced: true - - Item: Fortier_Mask + - Index: 17 + Item: Fortier_Mask Rate: 25 Announced: true - - Item: Thanatos_Card + - Index: 18 + Item: Thanatos_Card Rate: 1 Announced: true - Group: BLESSING_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Amount: 2 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Amount: 2 - - Item: C_ShineSantaPoring + - Index: 9 + Item: C_ShineSantaPoring Rate: 179 - - Item: C_Shelter_Wing_Ears + - Index: 10 + Item: C_Shelter_Wing_Ears Rate: 179 - - Item: GodOfWinds_Fan + - Index: 11 + Item: GodOfWinds_Fan Rate: 150 - - Item: White_Gold_Shield + - Index: 12 + Item: White_Gold_Shield Rate: 150 - - Item: Love_Dad_Wings_2012 + - Index: 13 + Item: Love_Dad_Wings_2012 Rate: 80 - - Item: Astro_Circle + - Index: 14 + Item: Astro_Circle Rate: 80 - - Item: Memories_Of_Lovers + - Index: 15 + Item: Memories_Of_Lovers Rate: 30 - - Item: Guarantee_Weapon_9Up + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 17 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 18 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 19 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Lady_Tanee_Card + - Index: 20 + Item: Sealed_Lady_Tanee_Card Rate: 10 Announced: true - - Item: Sealed_Kiel_Card + - Index: 21 + Item: Sealed_Kiel_Card Rate: 10 Announced: true - - Item: Ghostring_Card + - Index: 22 + Item: Ghostring_Card Rate: 1 Announced: true - - Item: Incant_Samurai_Card + - Index: 23 + Item: Incant_Samurai_Card Rate: 1 Announced: true - Group: BLESSING_MIDGARD_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1190 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1100 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1159 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 255 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 255 Announced: true - - Item: Immuned_Shield + - Index: 9 + Item: Immuned_Shield Rate: 200 Announced: true - - Item: Scorpio_Diadem + - Index: 10 + Item: Scorpio_Diadem Rate: 275 Announced: true - - Item: Scorpio_Crown + - Index: 11 + Item: Scorpio_Crown Rate: 275 Announced: true - - Item: Love_Dad_Wings_2012 + - Index: 12 + Item: Love_Dad_Wings_2012 Rate: 280 Announced: true - - Item: Blind_Glasses + - Index: 13 + Item: Blind_Glasses Rate: 320 Announced: true - - Item: C_Shelter_Wing_Ears + - Index: 14 + Item: C_Shelter_Wing_Ears Rate: 230 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Ktullanux_Card + - Index: 19 + Item: Sealed_Ktullanux_Card Rate: 10 Announced: true - - Item: Sealed_Kiel_Card + - Index: 20 + Item: Sealed_Kiel_Card Rate: 10 Announced: true - - Item: Randgris_Card + - Index: 21 + Item: Randgris_Card Rate: 1 Announced: true - Group: BLESSING_SCARLET_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: Laser_Of_Eagle + - Index: 9 + Item: Laser_Of_Eagle Rate: 100 Announced: true - - Item: Valhalla_Idol + - Index: 10 + Item: Valhalla_Idol Rate: 100 Announced: true - - Item: C_Eremes_Scarf + - Index: 11 + Item: C_Eremes_Scarf Rate: 200 Announced: true - - Item: C_Commandments_Of_Chain + - Index: 12 + Item: C_Commandments_Of_Chain Rate: 200 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: B_Harword_Card + - Index: 19 + Item: B_Harword_Card Rate: 10 Announced: true - - Item: B_Magaleta_Card + - Index: 20 + Item: B_Magaleta_Card Rate: 10 Announced: true - - Item: B_Shecil_Card + - Index: 21 + Item: B_Shecil_Card Rate: 1 Announced: true - - Item: B_Seyren_Card + - Index: 22 + Item: B_Seyren_Card Rate: 1 Announced: true - Group: BLEUBOX SubGroups: - SubGroup: 1 List: - - Item: Milk + - Index: 0 + Item: Milk Rate: 1 - - Item: Well_Baked_Cookie + - Index: 1 + Item: Well_Baked_Cookie Rate: 1 - - Item: Gift_Box + - Index: 2 + Item: Gift_Box Rate: 1 - - Item: Earth_Scroll_1_5 + - Index: 3 + Item: Earth_Scroll_1_5 Rate: 1 - - Item: Cold_Scroll_1_5 + - Index: 4 + Item: Cold_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_1_5 + - Index: 5 + Item: Fire_Scroll_1_5 Rate: 1 - - Item: Wind_Scroll_1_5 + - Index: 6 + Item: Wind_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_2_5 + - Index: 7 + Item: Fire_Scroll_2_5 Rate: 1 - - Item: Fire_Scroll_3_5 + - Index: 8 + Item: Fire_Scroll_3_5 Rate: 1 - - Item: Cold_Scroll_2_5 + - Index: 9 + Item: Cold_Scroll_2_5 Rate: 1 - - Item: Holy_Scroll_1_5 + - Index: 10 + Item: Holy_Scroll_1_5 Rate: 1 - Group: BLOODY_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Bloody_Ring + - Index: 0 + Item: Bloody_Ring Duration: 10080 UniqueId: true - Group: BLUEBOX SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 12 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 12 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 12 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 12 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 12 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 12 - - Item: Red_Herb + - Index: 6 + Item: Red_Herb Rate: 12 - - Item: Yellow_Herb + - Index: 7 + Item: Yellow_Herb Rate: 12 - - Item: White_Herb + - Index: 8 + Item: White_Herb Rate: 12 - - Item: Blue_Herb + - Index: 9 + Item: Blue_Herb Rate: 12 - - Item: Green_Herb + - Index: 10 + Item: Green_Herb Rate: 12 - - Item: Apple + - Index: 11 + Item: Apple Rate: 12 - - Item: Banana + - Index: 12 + Item: Banana Rate: 12 - - Item: Grape + - Index: 13 + Item: Grape Rate: 12 - - Item: Carrot + - Index: 14 + Item: Carrot Rate: 12 - - Item: Sweet_Potato + - Index: 15 + Item: Sweet_Potato Rate: 12 - - Item: Meat + - Index: 16 + Item: Meat Rate: 12 - - Item: Honey + - Index: 17 + Item: Honey Rate: 12 - - Item: Milk + - Index: 18 + Item: Milk Rate: 12 - - Item: Leaflet_Of_Hinal + - Index: 19 + Item: Leaflet_Of_Hinal Rate: 12 - - Item: Leaflet_Of_Aloe + - Index: 20 + Item: Leaflet_Of_Aloe Rate: 12 - - Item: Fruit_Of_Mastela + - Index: 21 + Item: Fruit_Of_Mastela Rate: 12 - - Item: Holy_Water + - Index: 22 + Item: Holy_Water Rate: 12 - - Item: Panacea + - Index: 23 + Item: Panacea Rate: 12 - - Item: Royal_Jelly + - Index: 24 + Item: Royal_Jelly Rate: 12 - - Item: Monster's_Feed + - Index: 25 + Item: Monster's_Feed Rate: 12 - - Item: Candy + - Index: 26 + Item: Candy Rate: 12 - - Item: Candy_Striper + - Index: 27 + Item: Candy_Striper Rate: 12 - - Item: Apple_Juice + - Index: 28 + Item: Apple_Juice Rate: 12 - - Item: Banana_Juice + - Index: 29 + Item: Banana_Juice Rate: 12 - - Item: Grape_Juice + - Index: 30 + Item: Grape_Juice Rate: 12 - - Item: Carrot_Juice + - Index: 31 + Item: Carrot_Juice Rate: 12 - - Item: Pumpkin + - Index: 32 + Item: Pumpkin Rate: 12 - - Item: Ice_Cream + - Index: 33 + Item: Ice_Cream Rate: 12 - - Item: Pet_Food + - Index: 34 + Item: Pet_Food Rate: 12 - - Item: Well_Baked_Cookie + - Index: 35 + Item: Well_Baked_Cookie Rate: 12 - - Item: Piece_Of_Cake + - Index: 36 + Item: Piece_Of_Cake Rate: 12 - - Item: Fish_Slice + - Index: 37 + Item: Fish_Slice Rate: 12 - - Item: Red_Slim_Potion + - Index: 38 + Item: Red_Slim_Potion Rate: 12 - - Item: Yellow_Slim_Potion + - Index: 39 + Item: Yellow_Slim_Potion Rate: 12 - - Item: White_Slim_Potion + - Index: 40 + Item: White_Slim_Potion Rate: 12 - - Item: Cheese + - Index: 41 + Item: Cheese Rate: 12 - - Item: Nice_Sweet_Potato + - Index: 42 + Item: Nice_Sweet_Potato Rate: 12 - - Item: Popped_Rice + - Index: 43 + Item: Popped_Rice Rate: 12 - - Item: Shusi + - Index: 44 + Item: Shusi Rate: 12 - - Item: Bun + - Index: 45 + Item: Bun Rate: 12 - - Item: Rice_Cake + - Index: 46 + Item: Rice_Cake Rate: 12 - - Item: Chocolate + - Index: 47 + Item: Chocolate Rate: 12 - - Item: White_Chocolate + - Index: 48 + Item: White_Chocolate Rate: 12 - - Item: Wing_Of_Fly + - Index: 49 + Item: Wing_Of_Fly Rate: 12 - - Item: Wing_Of_Butterfly + - Index: 50 + Item: Wing_Of_Butterfly Rate: 12 - - Item: Branch_Of_Dead_Tree + - Index: 51 + Item: Branch_Of_Dead_Tree Rate: 512 - - Item: Anodyne + - Index: 52 + Item: Anodyne Rate: 12 - - Item: Aloebera + - Index: 53 + Item: Aloebera Rate: 12 - - Item: Yggdrasilberry + - Index: 54 + Item: Yggdrasilberry Rate: 12 - - Item: Seed_Of_Yggdrasil + - Index: 55 + Item: Seed_Of_Yggdrasil Rate: 12 - - Item: Amulet + - Index: 56 + Item: Amulet Rate: 12 - - Item: Leaf_Of_Yggdrasil + - Index: 57 + Item: Leaf_Of_Yggdrasil Rate: 12 - - Item: Spectacles + - Index: 58 + Item: Spectacles Rate: 12 - - Item: Portable_Furnace + - Index: 59 + Item: Portable_Furnace Rate: 12 - - Item: Iron_Hammer + - Index: 60 + Item: Iron_Hammer Rate: 12 - - Item: Golden_Hammer + - Index: 61 + Item: Golden_Hammer Rate: 12 - - Item: Oridecon_Hammer + - Index: 62 + Item: Oridecon_Hammer Rate: 12 - - Item: Worn_Out_Scroll + - Index: 63 + Item: Worn_Out_Scroll Rate: 12 - - Item: Unripe_Apple + - Index: 64 + Item: Unripe_Apple Rate: 12 - - Item: Orange_Juice + - Index: 65 + Item: Orange_Juice Rate: 12 - - Item: Bitter_Herb + - Index: 66 + Item: Bitter_Herb Rate: 12 - - Item: Rainbow_Carrot + - Index: 67 + Item: Rainbow_Carrot Rate: 12 - - Item: Earthworm_The_Dude + - Index: 68 + Item: Earthworm_The_Dude Rate: 12 - - Item: Rotten_Fish + - Index: 69 + Item: Rotten_Fish Rate: 12 - - Item: Lusty_Iron + - Index: 70 + Item: Lusty_Iron Rate: 12 - - Item: Monster_Juice + - Index: 71 + Item: Monster_Juice Rate: 12 - - Item: Sweet_Milk + - Index: 72 + Item: Sweet_Milk Rate: 12 - - Item: Well_Dried_Bone + - Index: 73 + Item: Well_Dried_Bone Rate: 12 - - Item: Singing_Flower + - Index: 74 + Item: Singing_Flower Rate: 12 - - Item: Dew_Laden_Moss + - Index: 75 + Item: Dew_Laden_Moss Rate: 12 - - Item: Deadly_Noxious_Herb + - Index: 76 + Item: Deadly_Noxious_Herb Rate: 12 - - Item: Fatty_Chubby_Earthworm + - Index: 77 + Item: Fatty_Chubby_Earthworm Rate: 12 - - Item: Baked_Yam + - Index: 78 + Item: Baked_Yam Rate: 12 - - Item: Tropical_Banana + - Index: 79 + Item: Tropical_Banana Rate: 12 - - Item: Horror_Of_Tribe + - Index: 80 + Item: Horror_Of_Tribe Rate: 12 - - Item: No_Recipient + - Index: 81 + Item: No_Recipient Rate: 12 - - Item: Old_Broom + - Index: 82 + Item: Old_Broom Rate: 12 - - Item: Silver_Knife_Of_Chaste + - Index: 83 + Item: Silver_Knife_Of_Chaste Rate: 12 - - Item: Armlet_Of_Obedience + - Index: 84 + Item: Armlet_Of_Obedience Rate: 12 - - Item: Shining_Stone + - Index: 85 + Item: Shining_Stone Rate: 12 - - Item: Contracts_In_Shadow + - Index: 86 + Item: Contracts_In_Shadow Rate: 12 - - Item: Book_Of_Devil + - Index: 87 + Item: Book_Of_Devil Rate: 12 - - Item: Pet_Incubator + - Index: 88 + Item: Pet_Incubator Rate: 12 - - Item: Gift_Box + - Index: 89 + Item: Gift_Box Rate: 312 - - Item: Center_Potion + - Index: 90 + Item: Center_Potion Rate: 12 - - Item: Awakening_Potion + - Index: 91 + Item: Awakening_Potion Rate: 12 - - Item: Berserk_Potion + - Index: 92 + Item: Berserk_Potion Rate: 12 - - Item: Heart_Of_Her + - Index: 93 + Item: Heart_Of_Her Rate: 12 - - Item: Korea_Rice_Cake + - Index: 94 + Item: Korea_Rice_Cake Rate: 12 - - Item: Gift_Box_1 + - Index: 95 + Item: Gift_Box_1 Rate: 12 - - Item: Gift_Box_2 + - Index: 96 + Item: Gift_Box_2 Rate: 12 - - Item: Gift_Box_3 + - Index: 97 + Item: Gift_Box_3 Rate: 12 - - Item: Gift_Box_4 + - Index: 98 + Item: Gift_Box_4 Rate: 12 - - Item: Handsei + - Index: 99 + Item: Handsei Rate: 12 - - Item: Poison_Bottle + - Index: 100 + Item: Poison_Bottle Rate: 12 - - Item: Gold_Pill + - Index: 101 + Item: Gold_Pill Rate: 12 - - Item: Ora_Ora + - Index: 102 + Item: Ora_Ora Rate: 12 - - Item: Animal_Blood + - Index: 103 + Item: Animal_Blood Rate: 12 - - Item: Hinalle + - Index: 104 + Item: Hinalle Rate: 12 - - Item: Aloe + - Index: 105 + Item: Aloe Rate: 12 - - Item: Clover + - Index: 106 + Item: Clover Rate: 12 - - Item: Four_Leaf_Clover + - Index: 107 + Item: Four_Leaf_Clover Rate: 12 - - Item: Singing_Plant + - Index: 108 + Item: Singing_Plant Rate: 12 - - Item: Ment + - Index: 109 + Item: Ment Rate: 12 - - Item: Illusion_Flower + - Index: 110 + Item: Illusion_Flower Rate: 12 - - Item: Shoot + - Index: 111 + Item: Shoot Rate: 12 - - Item: Flower + - Index: 112 + Item: Flower Rate: 12 - - Item: Empty_Bottle + - Index: 113 + Item: Empty_Bottle Rate: 12 - - Item: Emperium + - Index: 114 + Item: Emperium Rate: 12 - - Item: Yellow_Gemstone + - Index: 115 + Item: Yellow_Gemstone Rate: 12 - - Item: Red_Gemstone + - Index: 116 + Item: Red_Gemstone Rate: 12 - - Item: Blue_Gemstone + - Index: 117 + Item: Blue_Gemstone Rate: 12 - - Item: Dark_Red_Jewel + - Index: 118 + Item: Dark_Red_Jewel Rate: 12 - - Item: Violet_Jewel + - Index: 119 + Item: Violet_Jewel Rate: 12 - - Item: Skyblue_Jewel + - Index: 120 + Item: Skyblue_Jewel Rate: 12 - - Item: Azure_Jewel + - Index: 121 + Item: Azure_Jewel Rate: 12 - - Item: Scarlet_Jewel + - Index: 122 + Item: Scarlet_Jewel Rate: 12 - - Item: Cardinal_Jewel + - Index: 123 + Item: Cardinal_Jewel Rate: 12 - - Item: Cardinal_Jewel_ + - Index: 124 + Item: Cardinal_Jewel_ Rate: 12 - - Item: Red_Jewel + - Index: 125 + Item: Red_Jewel Rate: 12 - - Item: Blue_Jewel + - Index: 126 + Item: Blue_Jewel Rate: 12 - - Item: White_Jewel + - Index: 127 + Item: White_Jewel Rate: 12 - - Item: Golden_Jewel + - Index: 128 + Item: Golden_Jewel Rate: 12 - - Item: Bluish_Green_Jewel + - Index: 129 + Item: Bluish_Green_Jewel Rate: 12 - - Item: Crystal_Jewel + - Index: 130 + Item: Crystal_Jewel Rate: 12 - - Item: Crystal_Jewel_ + - Index: 131 + Item: Crystal_Jewel_ Rate: 12 - - Item: Crystal_Jewel__ + - Index: 132 + Item: Crystal_Jewel__ Rate: 12 - - Item: Crystal_Jewel___ + - Index: 133 + Item: Crystal_Jewel___ Rate: 12 - - Item: Red_Frame + - Index: 134 + Item: Red_Frame Rate: 12 - - Item: Blue_Porcelain + - Index: 135 + Item: Blue_Porcelain Rate: 12 - - Item: White_Platter + - Index: 136 + Item: White_Platter Rate: 12 - - Item: Black_Ladle + - Index: 137 + Item: Black_Ladle Rate: 12 - - Item: Pencil_Case + - Index: 138 + Item: Pencil_Case Rate: 12 - - Item: Rouge + - Index: 139 + Item: Rouge Rate: 12 - - Item: Stuffed_Doll + - Index: 140 + Item: Stuffed_Doll Rate: 12 - - Item: Poring_Doll + - Index: 141 + Item: Poring_Doll Rate: 12 - - Item: Chonchon_Doll + - Index: 142 + Item: Chonchon_Doll Rate: 12 - - Item: Spore_Doll + - Index: 143 + Item: Spore_Doll Rate: 12 - - Item: Bunch_Of_Flowers + - Index: 144 + Item: Bunch_Of_Flowers Rate: 12 - - Item: Wedding_Bouquet + - Index: 145 + Item: Wedding_Bouquet Rate: 12 - - Item: Glass_Bead + - Index: 146 + Item: Glass_Bead Rate: 12 - - Item: Crystal_Mirror + - Index: 147 + Item: Crystal_Mirror Rate: 12 - - Item: Witherless_Rose + - Index: 148 + Item: Witherless_Rose Rate: 12 - - Item: Frozen_Rose + - Index: 149 + Item: Frozen_Rose Rate: 12 - - Item: Baphomet_Doll + - Index: 150 + Item: Baphomet_Doll Rate: 12 - - Item: Osiris_Doll + - Index: 151 + Item: Osiris_Doll Rate: 12 - - Item: Grasshopper_Doll + - Index: 152 + Item: Grasshopper_Doll Rate: 12 - - Item: Monkey_Doll + - Index: 153 + Item: Monkey_Doll Rate: 12 - - Item: Raccoondog_Doll + - Index: 154 + Item: Raccoondog_Doll Rate: 12 - - Item: Oridecon_Stone + - Index: 155 + Item: Oridecon_Stone Rate: 12 - - Item: Elunium_Stone + - Index: 156 + Item: Elunium_Stone Rate: 12 - - Item: Danggie + - Index: 157 + Item: Danggie Rate: 12 - - Item: Tree_Root + - Index: 158 + Item: Tree_Root Rate: 12 - - Item: Reptile_Tongue + - Index: 159 + Item: Reptile_Tongue Rate: 12 - - Item: Scorpion's_Tail + - Index: 160 + Item: Scorpion's_Tail Rate: 12 - - Item: Stem + - Index: 161 + Item: Stem Rate: 12 - - Item: Pointed_Scale + - Index: 162 + Item: Pointed_Scale Rate: 12 - - Item: Resin + - Index: 163 + Item: Resin Rate: 12 - - Item: Spawn + - Index: 164 + Item: Spawn Rate: 12 - - Item: Jellopy + - Index: 165 + Item: Jellopy Rate: 12 - - Item: Garlet + - Index: 166 + Item: Garlet Rate: 12 - - Item: Scell + - Index: 167 + Item: Scell Rate: 12 - - Item: Zargon + - Index: 168 + Item: Zargon Rate: 12 - - Item: Tooth_Of_Bat + - Index: 169 + Item: Tooth_Of_Bat Rate: 12 - - Item: Fluff + - Index: 170 + Item: Fluff Rate: 12 - - Item: Chrysalis + - Index: 171 + Item: Chrysalis Rate: 12 - - Item: Feather_Of_Birds + - Index: 172 + Item: Feather_Of_Birds Rate: 12 - - Item: Talon + - Index: 173 + Item: Talon Rate: 12 - - Item: Sticky_Webfoot + - Index: 174 + Item: Sticky_Webfoot Rate: 12 - - Item: Animal's_Skin + - Index: 175 + Item: Animal's_Skin Rate: 12 - - Item: Claw_Of_Wolves + - Index: 176 + Item: Claw_Of_Wolves Rate: 12 - - Item: Mushroom_Spore + - Index: 177 + Item: Mushroom_Spore Rate: 12 - - Item: Orcish_Cuspid + - Index: 178 + Item: Orcish_Cuspid Rate: 12 - - Item: Evil_Horn + - Index: 179 + Item: Evil_Horn Rate: 12 - - Item: Powder_Of_Butterfly + - Index: 180 + Item: Powder_Of_Butterfly Rate: 12 - - Item: Bill_Of_Birds + - Index: 181 + Item: Bill_Of_Birds Rate: 12 - - Item: Scale_Of_Snakes + - Index: 182 + Item: Scale_Of_Snakes Rate: 12 - - Item: Insect_Feeler + - Index: 183 + Item: Insect_Feeler Rate: 12 - - Item: Immortal_Heart + - Index: 184 + Item: Immortal_Heart Rate: 12 - - Item: Rotten_Bandage + - Index: 185 + Item: Rotten_Bandage Rate: 12 - - Item: Orcish_Voucher + - Index: 186 + Item: Orcish_Voucher Rate: 12 - - Item: Skel_Bone + - Index: 187 + Item: Skel_Bone Rate: 12 - - Item: Mementos + - Index: 188 + Item: Mementos Rate: 12 - - Item: Shell + - Index: 189 + Item: Shell Rate: 12 - - Item: Scales_Shell + - Index: 190 + Item: Scales_Shell Rate: 12 - - Item: Posionous_Canine + - Index: 191 + Item: Posionous_Canine Rate: 12 - - Item: Sticky_Mucus + - Index: 192 + Item: Sticky_Mucus Rate: 12 - - Item: Bee_Sting + - Index: 193 + Item: Bee_Sting Rate: 12 - - Item: Grasshopper's_Leg + - Index: 194 + Item: Grasshopper's_Leg Rate: 12 - - Item: Nose_Ring + - Index: 195 + Item: Nose_Ring Rate: 12 - - Item: Yoyo_Tail + - Index: 196 + Item: Yoyo_Tail Rate: 12 - - Item: Solid_Shell + - Index: 197 + Item: Solid_Shell Rate: 12 - - Item: Horseshoe + - Index: 198 + Item: Horseshoe Rate: 12 - - Item: Raccoon_Leaf + - Index: 199 + Item: Raccoon_Leaf Rate: 12 - - Item: Snail's_Shell + - Index: 200 + Item: Snail's_Shell Rate: 12 - - Item: Horn + - Index: 201 + Item: Horn Rate: 12 - - Item: Bear's_Foot + - Index: 202 + Item: Bear's_Foot Rate: 12 - - Item: Feather + - Index: 203 + Item: Feather Rate: 12 - - Item: Heart_Of_Mermaid + - Index: 204 + Item: Heart_Of_Mermaid Rate: 12 - - Item: Fin + - Index: 205 + Item: Fin Rate: 12 - - Item: Cactus_Needle + - Index: 206 + Item: Cactus_Needle Rate: 12 - - Item: Stone_Heart + - Index: 207 + Item: Stone_Heart Rate: 12 - - Item: Shining_Scales + - Index: 208 + Item: Shining_Scales Rate: 12 - - Item: Worm_Peelings + - Index: 209 + Item: Worm_Peelings Rate: 12 - - Item: Gill + - Index: 210 + Item: Gill Rate: 12 - - Item: Decayed_Nail + - Index: 211 + Item: Decayed_Nail Rate: 12 - - Item: Horrendous_Mouth + - Index: 212 + Item: Horrendous_Mouth Rate: 12 - - Item: Rotten_Scale + - Index: 213 + Item: Rotten_Scale Rate: 12 - - Item: Nipper + - Index: 214 + Item: Nipper Rate: 12 - - Item: Conch + - Index: 215 + Item: Conch Rate: 12 - - Item: Tentacle + - Index: 216 + Item: Tentacle Rate: 12 - - Item: Sharp_Scale + - Index: 217 + Item: Sharp_Scale Rate: 12 - - Item: Crap_Shell + - Index: 218 + Item: Crap_Shell Rate: 12 - - Item: Clam_Shell + - Index: 219 + Item: Clam_Shell Rate: 12 - - Item: Flesh_Of_Clam + - Index: 220 + Item: Flesh_Of_Clam Rate: 12 - - Item: Turtle_Shell + - Index: 221 + Item: Turtle_Shell Rate: 12 - - Item: Voucher_Of_Orcish_Hero + - Index: 222 + Item: Voucher_Of_Orcish_Hero Rate: 12 - - Item: Gold + - Index: 223 + Item: Gold Rate: 12 - - Item: Alchol + - Index: 224 + Item: Alchol Rate: 12 - - Item: Detrimindexta + - Index: 225 + Item: Detrimindexta Rate: 12 - - Item: Karvodailnirol + - Index: 226 + Item: Karvodailnirol Rate: 12 - - Item: Counteragent + - Index: 227 + Item: Counteragent Rate: 12 - - Item: Mixture + - Index: 228 + Item: Mixture Rate: 12 - - Item: Scarlet_Dyestuffs + - Index: 229 + Item: Scarlet_Dyestuffs Rate: 12 - - Item: Lemon_Dyestuffs + - Index: 230 + Item: Lemon_Dyestuffs Rate: 12 - - Item: Cobaltblue_Dyestuffs + - Index: 231 + Item: Cobaltblue_Dyestuffs Rate: 12 - - Item: Darkgreen_Dyestuffs + - Index: 232 + Item: Darkgreen_Dyestuffs Rate: 12 - - Item: Orange_Dyestuffs + - Index: 233 + Item: Orange_Dyestuffs Rate: 12 - - Item: Violet_Dyestuffs + - Index: 234 + Item: Violet_Dyestuffs Rate: 12 - - Item: White_Dyestuffs + - Index: 235 + Item: White_Dyestuffs Rate: 12 - - Item: Black_Dyestuffs + - Index: 236 + Item: Black_Dyestuffs Rate: 12 - - Item: Oridecon + - Index: 237 + Item: Oridecon Rate: 12 - - Item: Elunium + - Index: 238 + Item: Elunium Rate: 12 - - Item: Anvil + - Index: 239 + Item: Anvil Rate: 12 - - Item: Oridecon_Anvil + - Index: 240 + Item: Oridecon_Anvil Rate: 12 - - Item: Golden_Anvil + - Index: 241 + Item: Golden_Anvil Rate: 12 - - Item: Emperium_Anvil + - Index: 242 + Item: Emperium_Anvil Rate: 12 - - Item: Boody_Red + - Index: 243 + Item: Boody_Red Rate: 12 - - Item: Crystal_Blue + - Index: 244 + Item: Crystal_Blue Rate: 12 - - Item: Wind_Of_Verdure + - Index: 245 + Item: Wind_Of_Verdure Rate: 12 - - Item: Yellow_Live + - Index: 246 + Item: Yellow_Live Rate: 12 - - Item: Flame_Heart + - Index: 247 + Item: Flame_Heart Rate: 12 - - Item: Mistic_Frozen + - Index: 248 + Item: Mistic_Frozen Rate: 12 - - Item: Rough_Wind + - Index: 249 + Item: Rough_Wind Rate: 12 - - Item: Great_Nature + - Index: 250 + Item: Great_Nature Rate: 12 - - Item: Iron + - Index: 251 + Item: Iron Rate: 12 - - Item: Steel + - Index: 252 + Item: Steel Rate: 12 - - Item: Star_Crumb + - Index: 253 + Item: Star_Crumb Rate: 12 - - Item: Sparkling_Dust + - Index: 254 + Item: Sparkling_Dust Rate: 12 - - Item: Iron_Ore + - Index: 255 + Item: Iron_Ore Rate: 12 - - Item: Coal + - Index: 256 + Item: Coal Rate: 12 - - Item: Patriotism_Marks + - Index: 257 + Item: Patriotism_Marks Rate: 12 - - Item: Hammer_Of_Blacksmith + - Index: 258 + Item: Hammer_Of_Blacksmith Rate: 12 - - Item: Old_Magic_Book + - Index: 259 + Item: Old_Magic_Book Rate: 12 - - Item: Penetration + - Index: 260 + Item: Penetration Rate: 12 - - Item: Frozen_Heart + - Index: 261 + Item: Frozen_Heart Rate: 12 - - Item: Sacred_Marks + - Index: 262 + Item: Sacred_Marks Rate: 12 - - Item: Phracon + - Index: 263 + Item: Phracon Rate: 12 - - Item: Emveretarcon + - Index: 264 + Item: Emveretarcon Rate: 12 - - Item: Lizard_Scruff + - Index: 265 + Item: Lizard_Scruff Rate: 12 - - Item: Colorful_Shell + - Index: 266 + Item: Colorful_Shell Rate: 12 - - Item: Jaws_Of_Ant + - Index: 267 + Item: Jaws_Of_Ant Rate: 12 - - Item: Thin_N'_Long_Tongue + - Index: 268 + Item: Thin_N'_Long_Tongue Rate: 12 - - Item: Rat_Tail + - Index: 269 + Item: Rat_Tail Rate: 12 - - Item: Moustache_Of_Mole + - Index: 270 + Item: Moustache_Of_Mole Rate: 12 - - Item: Nail_Of_Mole + - Index: 271 + Item: Nail_Of_Mole Rate: 12 - - Item: Wooden_Block + - Index: 272 + Item: Wooden_Block Rate: 12 - - Item: Long_Hair + - Index: 273 + Item: Long_Hair Rate: 12 - - Item: Dokkaebi_Horn + - Index: 274 + Item: Dokkaebi_Horn Rate: 12 - - Item: Fox_Tail + - Index: 275 + Item: Fox_Tail Rate: 12 - - Item: Fish_Tail + - Index: 276 + Item: Fish_Tail Rate: 12 - - Item: Chinese_Ink + - Index: 277 + Item: Chinese_Ink Rate: 12 - - Item: Spiderweb + - Index: 278 + Item: Spiderweb Rate: 12 - - Item: Acorn + - Index: 279 + Item: Acorn Rate: 12 - - Item: Porcupine_Spike + - Index: 280 + Item: Porcupine_Spike Rate: 12 - - Item: Wild_Boar's_Mane + - Index: 281 + Item: Wild_Boar's_Mane Rate: 12 - - Item: Tiger's_Skin + - Index: 282 + Item: Tiger's_Skin Rate: 12 - - Item: Tiger_Footskin + - Index: 283 + Item: Tiger_Footskin Rate: 12 - - Item: Limb_Of_Mantis + - Index: 284 + Item: Limb_Of_Mantis Rate: 12 - - Item: Blossom_Of_Maneater + - Index: 285 + Item: Blossom_Of_Maneater Rate: 12 - - Item: Root_Of_Maneater + - Index: 286 + Item: Root_Of_Maneater Rate: 12 - - Item: Cobold_Hair + - Index: 287 + Item: Cobold_Hair Rate: 12 - - Item: Dragon_Canine + - Index: 288 + Item: Dragon_Canine Rate: 12 - - Item: Dragon_Scale + - Index: 289 + Item: Dragon_Scale Rate: 12 - - Item: Dragon_Train + - Index: 290 + Item: Dragon_Train Rate: 12 - - Item: Petite_DiablOfs_Horn + - Index: 291 + Item: Petite_DiablOfs_Horn Rate: 12 - - Item: Petite_DiablOfs_Wing + - Index: 292 + Item: Petite_DiablOfs_Wing Rate: 12 - - Item: Elder_Pixie's_Beard + - Index: 293 + Item: Elder_Pixie's_Beard Rate: 12 - - Item: Lantern + - Index: 294 + Item: Lantern Rate: 12 - - Item: Short_Leg + - Index: 295 + Item: Short_Leg Rate: 12 - - Item: Nail_Of_Orc + - Index: 296 + Item: Nail_Of_Orc Rate: 12 - - Item: Tooth_Of_ + - Index: 297 + Item: Tooth_Of_ Rate: 12 - - Item: Sacred_Masque + - Index: 298 + Item: Sacred_Masque Rate: 12 - - Item: Tweezer + - Index: 299 + Item: Tweezer Rate: 12 - - Item: Head_Of_Medusa + - Index: 300 + Item: Head_Of_Medusa Rate: 12 - - Item: Slender_Snake + - Index: 301 + Item: Slender_Snake Rate: 12 - - Item: Skirt_Of_Virgin + - Index: 302 + Item: Skirt_Of_Virgin Rate: 12 - - Item: Tendon + - Index: 303 + Item: Tendon Rate: 12 - - Item: Detonator + - Index: 304 + Item: Detonator Rate: 12 - - Item: Single_Cell + - Index: 305 + Item: Single_Cell Rate: 12 - - Item: Tooth_Of_Ancient_Fish + - Index: 306 + Item: Tooth_Of_Ancient_Fish Rate: 12 - - Item: Lip_Of_Ancient_Fish + - Index: 307 + Item: Lip_Of_Ancient_Fish Rate: 12 - - Item: Earthworm_Peeling + - Index: 308 + Item: Earthworm_Peeling Rate: 12 - - Item: Grit + - Index: 309 + Item: Grit Rate: 12 - - Item: Moth_Dust + - Index: 310 + Item: Moth_Dust Rate: 12 - - Item: Wing_Of_Moth + - Index: 311 + Item: Wing_Of_Moth Rate: 12 - - Item: Transparent_Cloth + - Index: 312 + Item: Transparent_Cloth Rate: 12 - - Item: Golden_Hair + - Index: 313 + Item: Golden_Hair Rate: 12 - - Item: Starsand_Of_Witch + - Index: 314 + Item: Starsand_Of_Witch Rate: 12 - - Item: Pumpkin_Head + - Index: 315 + Item: Pumpkin_Head Rate: 12 - - Item: Sharpened_Cuspid + - Index: 316 + Item: Sharpened_Cuspid Rate: 12 - - Item: Reins + - Index: 317 + Item: Reins Rate: 12 - - Item: Booby_Trap + - Index: 318 + Item: Booby_Trap Rate: 12 - - Item: Tree_Of_Archer_1 + - Index: 319 + Item: Tree_Of_Archer_1 Rate: 12 - - Item: Tree_Of_Archer_2 + - Index: 320 + Item: Tree_Of_Archer_2 Rate: 12 - - Item: Tree_Of_Archer_3 + - Index: 321 + Item: Tree_Of_Archer_3 Rate: 12 - - Item: Morocc_Potion + - Index: 322 + Item: Morocc_Potion Rate: 12 - - Item: Payon_Potion + - Index: 323 + Item: Payon_Potion Rate: 12 - - Item: Empty_Cylinder + - Index: 324 + Item: Empty_Cylinder Rate: 12 - - Item: Empty_Potion + - Index: 325 + Item: Empty_Potion Rate: 12 - - Item: Short_Daenggie + - Index: 326 + Item: Short_Daenggie Rate: 12 - - Item: Needle_Of_Alarm + - Index: 327 + Item: Needle_Of_Alarm Rate: 12 - - Item: Round_Shell + - Index: 328 + Item: Round_Shell Rate: 12 - - Item: Worn_Out_Page + - Index: 329 + Item: Worn_Out_Page Rate: 12 - - Item: Manacles + - Index: 330 + Item: Manacles Rate: 12 - - Item: Worn_Out_Prison_Uniform + - Index: 331 + Item: Worn_Out_Prison_Uniform Rate: 12 - - Item: Sword + - Index: 332 + Item: Sword Rate: 6 - - Item: Sword_ + - Index: 333 + Item: Sword_ Rate: 6 - - Item: Falchion + - Index: 334 + Item: Falchion Rate: 6 - - Item: Falchion_ + - Index: 335 + Item: Falchion_ Rate: 6 - - Item: Blade + - Index: 336 + Item: Blade Rate: 6 - - Item: Blade_ + - Index: 337 + Item: Blade_ Rate: 6 - - Item: Lapier + - Index: 338 + Item: Lapier Rate: 6 - - Item: Lapier_ + - Index: 339 + Item: Lapier_ Rate: 6 - - Item: Scimiter + - Index: 340 + Item: Scimiter Rate: 6 - - Item: Scimiter_ + - Index: 341 + Item: Scimiter_ Rate: 6 - - Item: Katana + - Index: 342 + Item: Katana Rate: 3 - - Item: Katana_ + - Index: 343 + Item: Katana_ Rate: 3 - - Item: Tsurugi + - Index: 344 + Item: Tsurugi Rate: 6 - - Item: Tsurugi_ + - Index: 345 + Item: Tsurugi_ Rate: 6 - - Item: Ring_Pommel_Saber + - Index: 346 + Item: Ring_Pommel_Saber Rate: 6 - - Item: Haedonggum + - Index: 347 + Item: Haedonggum Rate: 6 - - Item: Orcish_Sword + - Index: 348 + Item: Orcish_Sword Rate: 6 - - Item: Ring_Pommel_Saber_ + - Index: 349 + Item: Ring_Pommel_Saber_ Rate: 6 - - Item: Saber + - Index: 350 + Item: Saber Rate: 6 - - Item: Saber_ + - Index: 351 + Item: Saber_ Rate: 6 - - Item: Hae_Dong_Gum_ + - Index: 352 + Item: Hae_Dong_Gum_ Rate: 6 - - Item: Flamberge + - Index: 353 + Item: Flamberge Rate: 6 - - Item: Town_Sword + - Index: 354 + Item: Town_Sword Rate: 1 - - Item: Town_Sword_ + - Index: 355 + Item: Town_Sword_ Rate: 1 - - Item: Star_Dust_Blade + - Index: 356 + Item: Star_Dust_Blade Rate: 1 - - Item: Slayer + - Index: 357 + Item: Slayer Rate: 3 - - Item: Slayer_ + - Index: 358 + Item: Slayer_ Rate: 3 - - Item: Bastard_Sword + - Index: 359 + Item: Bastard_Sword Rate: 3 - - Item: Bastard_Sword_ + - Index: 360 + Item: Bastard_Sword_ Rate: 3 - - Item: Two_Hand_Sword + - Index: 361 + Item: Two_Hand_Sword Rate: 3 - - Item: Two_Hand_Sword_ + - Index: 362 + Item: Two_Hand_Sword_ Rate: 3 - - Item: Broad_Sword + - Index: 363 + Item: Broad_Sword Rate: 3 - - Item: Broad_Sword_ + - Index: 364 + Item: Broad_Sword_ Rate: 3 - - Item: Claymore + - Index: 365 + Item: Claymore Rate: 3 - - Item: Knife + - Index: 366 + Item: Knife Rate: 3 - - Item: Knife_ + - Index: 367 + Item: Knife_ Rate: 3 - - Item: Cutter + - Index: 368 + Item: Cutter Rate: 3 - - Item: Cutter_ + - Index: 369 + Item: Cutter_ Rate: 3 - - Item: Main_Gauche + - Index: 370 + Item: Main_Gauche Rate: 3 - - Item: Main_Gauche_ + - Index: 371 + Item: Main_Gauche_ Rate: 3 - - Item: Dirk + - Index: 372 + Item: Dirk Rate: 3 - - Item: Dirk_ + - Index: 373 + Item: Dirk_ Rate: 3 - - Item: Dagger + - Index: 374 + Item: Dagger Rate: 3 - - Item: Dagger_ + - Index: 375 + Item: Dagger_ Rate: 3 - - Item: Stiletto + - Index: 376 + Item: Stiletto Rate: 3 - - Item: Stiletto_ + - Index: 377 + Item: Stiletto_ Rate: 3 - - Item: Gladius + - Index: 378 + Item: Gladius Rate: 3 - - Item: Gladius_ + - Index: 379 + Item: Gladius_ Rate: 3 - - Item: Damascus + - Index: 380 + Item: Damascus Rate: 3 - - Item: Damascus_ + - Index: 381 + Item: Damascus_ Rate: 3 - - Item: Novice_Knife + - Index: 382 + Item: Novice_Knife Rate: 3 - - Item: Cinquedea + - Index: 383 + Item: Cinquedea Rate: 1 - - Item: Kindling_Dagger + - Index: 384 + Item: Kindling_Dagger Rate: 1 - - Item: Obsidian_Dagger + - Index: 385 + Item: Obsidian_Dagger Rate: 1 - - Item: Fisherman's_Dagger + - Index: 386 + Item: Fisherman's_Dagger Rate: 1 - - Item: Jur + - Index: 387 + Item: Jur Rate: 3 - - Item: Jur_ + - Index: 388 + Item: Jur_ Rate: 3 - - Item: Katar + - Index: 389 + Item: Katar Rate: 3 - - Item: Katar_ + - Index: 390 + Item: Katar_ Rate: 3 - - Item: Jamadhar + - Index: 391 + Item: Jamadhar Rate: 3 - - Item: Jamadhar_ + - Index: 392 + Item: Jamadhar_ Rate: 3 - - Item: Katar_Of_Cold_Icicle + - Index: 393 + Item: Katar_Of_Cold_Icicle Rate: 3 - - Item: Katar_Of_Thornbush + - Index: 394 + Item: Katar_Of_Thornbush Rate: 3 - - Item: Katar_Of_Raging_Blaze + - Index: 395 + Item: Katar_Of_Raging_Blaze Rate: 3 - - Item: Katar_Of_Piercing_Wind + - Index: 396 + Item: Katar_Of_Piercing_Wind Rate: 3 - - Item: Nail_Of_Loki + - Index: 397 + Item: Nail_Of_Loki Rate: 1 - - Item: Unholy_Touch + - Index: 398 + Item: Unholy_Touch Rate: 1 - - Item: Various_Jur + - Index: 399 + Item: Various_Jur Rate: 2 - - Item: Bloody_Roar + - Index: 400 + Item: Bloody_Roar Rate: 1 - - Item: Inverse_Scale + - Index: 401 + Item: Inverse_Scale Rate: 1 - - Item: Blood_Tears + - Index: 402 + Item: Blood_Tears Rate: 1 - - Item: Axe + - Index: 403 + Item: Axe Rate: 3 - - Item: Axe_ + - Index: 404 + Item: Axe_ Rate: 3 - - Item: Orcish_Axe + - Index: 405 + Item: Orcish_Axe Rate: 3 - - Item: Windhawk + - Index: 406 + Item: Windhawk Rate: 1 - - Item: Battle_Axe + - Index: 407 + Item: Battle_Axe Rate: 3 - - Item: Battle_Axe_ + - Index: 408 + Item: Battle_Axe_ Rate: 3 - - Item: Hammer + - Index: 409 + Item: Hammer Rate: 3 - - Item: Hammer_ + - Index: 410 + Item: Hammer_ Rate: 3 - - Item: Buster + - Index: 411 + Item: Buster Rate: 3 - - Item: Buster_ + - Index: 412 + Item: Buster_ Rate: 3 - - Item: Two_Handed_Axe + - Index: 413 + Item: Two_Handed_Axe Rate: 3 - - Item: Two_Handed_Axe_ + - Index: 414 + Item: Two_Handed_Axe_ Rate: 3 - - Item: Doom_Slayer + - Index: 415 + Item: Doom_Slayer Rate: 1 - - Item: Heart_Breaker + - Index: 416 + Item: Heart_Breaker Rate: 1 - - Item: Hurricane_Fury + - Index: 417 + Item: Hurricane_Fury Rate: 1 - - Item: Javelin + - Index: 418 + Item: Javelin Rate: 9 - - Item: Javelin_ + - Index: 419 + Item: Javelin_ Rate: 9 - - Item: Spear + - Index: 420 + Item: Spear Rate: 9 - - Item: Spear_ + - Index: 421 + Item: Spear_ Rate: 9 - - Item: Pike + - Index: 422 + Item: Pike Rate: 9 - - Item: Pike_ + - Index: 423 + Item: Pike_ Rate: 9 - - Item: Lance + - Index: 424 + Item: Lance Rate: 3 - - Item: Lance_ + - Index: 425 + Item: Lance_ Rate: 3 - - Item: Guisarme + - Index: 426 + Item: Guisarme Rate: 3 - - Item: Guisarme_ + - Index: 427 + Item: Guisarme_ Rate: 3 - - Item: Glaive + - Index: 428 + Item: Glaive Rate: 3 - - Item: Glaive_ + - Index: 429 + Item: Glaive_ Rate: 3 - - Item: Partizan + - Index: 430 + Item: Partizan Rate: 3 - - Item: Partizan_ + - Index: 431 + Item: Partizan_ Rate: 3 - - Item: Trident + - Index: 432 + Item: Trident Rate: 3 - - Item: Trident_ + - Index: 433 + Item: Trident_ Rate: 3 - - Item: Halberd + - Index: 434 + Item: Halberd Rate: 3 - - Item: Halberd_ + - Index: 435 + Item: Halberd_ Rate: 3 - - Item: Staff_Of_Soul + - Index: 436 + Item: Staff_Of_Soul Rate: 3 - - Item: Gae_Bolg + - Index: 437 + Item: Gae_Bolg Rate: 1 - - Item: Ahlspiess + - Index: 438 + Item: Ahlspiess Rate: 1 - - Item: Club + - Index: 439 + Item: Club Rate: 6 - - Item: Club_ + - Index: 440 + Item: Club_ Rate: 6 - - Item: Mace + - Index: 441 + Item: Mace Rate: 6 - - Item: Mace_ + - Index: 442 + Item: Mace_ Rate: 6 - - Item: Smasher + - Index: 443 + Item: Smasher Rate: 6 - - Item: Smasher_ + - Index: 444 + Item: Smasher_ Rate: 6 - - Item: Flail + - Index: 445 + Item: Flail Rate: 6 - - Item: Flail_ + - Index: 446 + Item: Flail_ Rate: 6 - - Item: Morning_Star + - Index: 447 + Item: Morning_Star Rate: 6 - - Item: Morning_Star_ + - Index: 448 + Item: Morning_Star_ Rate: 6 - - Item: Sword_Mace + - Index: 449 + Item: Sword_Mace Rate: 6 - - Item: Sword_Mace_ + - Index: 450 + Item: Sword_Mace_ Rate: 6 - - Item: Chain + - Index: 451 + Item: Chain Rate: 6 - - Item: Chain_ + - Index: 452 + Item: Chain_ Rate: 6 - - Item: Stunner + - Index: 453 + Item: Stunner Rate: 6 - - Item: Book + - Index: 454 + Item: Book Rate: 3 - - Item: Bible + - Index: 455 + Item: Bible Rate: 3 - - Item: Tablet + - Index: 456 + Item: Tablet Rate: 3 - - Item: Book_Of_Billows + - Index: 457 + Item: Book_Of_Billows Rate: 3 - - Item: Book_Of_Mother_Earth + - Index: 458 + Item: Book_Of_Mother_Earth Rate: 3 - - Item: Book_Of_Blazing_Sun + - Index: 459 + Item: Book_Of_Blazing_Sun Rate: 3 - - Item: Book_Of_Gust_Of_Wind + - Index: 460 + Item: Book_Of_Gust_Of_Wind Rate: 3 - - Item: Girl's_Diary + - Index: 461 + Item: Girl's_Diary Rate: 3 - - Item: Legacy_Of_Dragon + - Index: 462 + Item: Legacy_Of_Dragon Rate: 1 - - Item: Diary_Of_Great_Sage + - Index: 463 + Item: Diary_Of_Great_Sage Rate: 1 - - Item: Hardback + - Index: 464 + Item: Hardback Rate: 1 - - Item: Rod + - Index: 465 + Item: Rod Rate: 3 - - Item: Rod_ + - Index: 466 + Item: Rod_ Rate: 3 - - Item: Wand + - Index: 467 + Item: Wand Rate: 3 - - Item: Wand_ + - Index: 468 + Item: Wand_ Rate: 3 - - Item: Staff + - Index: 469 + Item: Staff Rate: 3 - - Item: Staff_ + - Index: 470 + Item: Staff_ Rate: 3 - - Item: Arc_Wand + - Index: 471 + Item: Arc_Wand Rate: 3 - - Item: Arc_Wand_ + - Index: 472 + Item: Arc_Wand_ Rate: 3 - - Item: Mighty_Staff + - Index: 473 + Item: Mighty_Staff Rate: 3 - - Item: Blessed_Wand + - Index: 474 + Item: Blessed_Wand Rate: 3 - - Item: Bone_Wand + - Index: 475 + Item: Bone_Wand Rate: 3 - - Item: Staff_Of_Wing + - Index: 476 + Item: Staff_Of_Wing Rate: 1 - - Item: Survival_Rod + - Index: 477 + Item: Survival_Rod Rate: 1 - - Item: Survival_Rod_ + - Index: 478 + Item: Survival_Rod_ Rate: 1 - - Item: Survival_Rod2 + - Index: 479 + Item: Survival_Rod2 Rate: 1 - - Item: Survival_Rod2_ + - Index: 480 + Item: Survival_Rod2_ Rate: 1 - - Item: Hypnotist's_Staff + - Index: 481 + Item: Hypnotist's_Staff Rate: 1 - - Item: Hypnotist's_Staff_ + - Index: 482 + Item: Hypnotist's_Staff_ Rate: 1 - - Item: Bow + - Index: 483 + Item: Bow Rate: 3 - - Item: Bow_ + - Index: 484 + Item: Bow_ Rate: 3 - - Item: Composite_Bow + - Index: 485 + Item: Composite_Bow Rate: 3 - - Item: Composite_Bow_ + - Index: 486 + Item: Composite_Bow_ Rate: 3 - - Item: Great_Bow + - Index: 487 + Item: Great_Bow Rate: 3 - - Item: Great_Bow_ + - Index: 488 + Item: Great_Bow_ Rate: 3 - - Item: CrossBow + - Index: 489 + Item: CrossBow Rate: 3 - - Item: CrossBow_ + - Index: 490 + Item: CrossBow_ Rate: 3 - - Item: Arbalest + - Index: 491 + Item: Arbalest Rate: 3 - - Item: Kakkung + - Index: 492 + Item: Kakkung Rate: 3 - - Item: Arbalest_ + - Index: 493 + Item: Arbalest_ Rate: 3 - - Item: Kakkung_ + - Index: 494 + Item: Kakkung_ Rate: 3 - - Item: Hunter_Bow + - Index: 495 + Item: Hunter_Bow Rate: 3 - - Item: Luna_Bow + - Index: 496 + Item: Luna_Bow Rate: 1 - - Item: Dragon_Wing + - Index: 497 + Item: Dragon_Wing Rate: 1 - - Item: Burning_Bow + - Index: 498 + Item: Burning_Bow Rate: 1 - - Item: Frozen_Bow + - Index: 499 + Item: Frozen_Bow Rate: 1 - - Item: Earth_Bow + - Index: 500 + Item: Earth_Bow Rate: 1 - - Item: Gust_Bow + - Index: 501 + Item: Gust_Bow Rate: 1 - - Item: Arrow + - Index: 502 + Item: Arrow Rate: 12 - - Item: Silver_Arrow + - Index: 503 + Item: Silver_Arrow Rate: 12 - - Item: Fire_Arrow + - Index: 504 + Item: Fire_Arrow Rate: 12 - - Item: Steel_Arrow + - Index: 505 + Item: Steel_Arrow Rate: 12 - - Item: Crystal_Arrow + - Index: 506 + Item: Crystal_Arrow Rate: 12 - - Item: Arrow_Of_Wind + - Index: 507 + Item: Arrow_Of_Wind Rate: 12 - - Item: Stone_Arrow + - Index: 508 + Item: Stone_Arrow Rate: 12 - - Item: Immatrial_Arrow + - Index: 509 + Item: Immatrial_Arrow Rate: 12 - - Item: Stun_Arrow + - Index: 510 + Item: Stun_Arrow Rate: 12 - - Item: Freezing_Arrow + - Index: 511 + Item: Freezing_Arrow Rate: 12 - - Item: Flash_Arrow + - Index: 512 + Item: Flash_Arrow Rate: 12 - - Item: Curse_Arrow + - Index: 513 + Item: Curse_Arrow Rate: 12 - - Item: Rusty_Arrow + - Index: 514 + Item: Rusty_Arrow Rate: 12 - - Item: Poison_Arrow + - Index: 515 + Item: Poison_Arrow Rate: 12 - - Item: Incisive_Arrow + - Index: 516 + Item: Incisive_Arrow Rate: 12 - - Item: Oridecon_Arrow + - Index: 517 + Item: Oridecon_Arrow Rate: 12 - - Item: Arrow_Of_Shadow + - Index: 518 + Item: Arrow_Of_Shadow Rate: 12 - - Item: Sleep_Arrow + - Index: 519 + Item: Sleep_Arrow Rate: 12 - - Item: Silence_Arrow + - Index: 520 + Item: Silence_Arrow Rate: 12 - - Item: Iron_Arrow + - Index: 521 + Item: Iron_Arrow Rate: 12 - - Item: Waghnakh + - Index: 522 + Item: Waghnakh Rate: 3 - - Item: Waghnakh_ + - Index: 523 + Item: Waghnakh_ Rate: 3 - - Item: Knuckle_Duster + - Index: 524 + Item: Knuckle_Duster Rate: 3 - - Item: Knuckle_Duster_ + - Index: 525 + Item: Knuckle_Duster_ Rate: 3 - - Item: Hora + - Index: 526 + Item: Hora Rate: 3 - - Item: Hora_ + - Index: 527 + Item: Hora_ Rate: 3 - - Item: Fist + - Index: 528 + Item: Fist Rate: 3 - - Item: Fist_ + - Index: 529 + Item: Fist_ Rate: 3 - - Item: Claw + - Index: 530 + Item: Claw Rate: 3 - - Item: Claw_ + - Index: 531 + Item: Claw_ Rate: 3 - - Item: Finger + - Index: 532 + Item: Finger Rate: 3 - - Item: Finger_ + - Index: 533 + Item: Finger_ Rate: 3 - - Item: Claw_Of_Garm + - Index: 534 + Item: Claw_Of_Garm Rate: 1 - - Item: Magma_Fist + - Index: 535 + Item: Magma_Fist Rate: 1 - - Item: Icicle_Fist + - Index: 536 + Item: Icicle_Fist Rate: 1 - - Item: Electric_Fist + - Index: 537 + Item: Electric_Fist Rate: 1 - - Item: Seismic_Fist + - Index: 538 + Item: Seismic_Fist Rate: 1 - - Item: Combo_Battle_Glove + - Index: 539 + Item: Combo_Battle_Glove Rate: 1 - - Item: Violin + - Index: 540 + Item: Violin Rate: 3 - - Item: Violin_ + - Index: 541 + Item: Violin_ Rate: 3 - - Item: Mandolin + - Index: 542 + Item: Mandolin Rate: 3 - - Item: Mandolin_ + - Index: 543 + Item: Mandolin_ Rate: 3 - - Item: Lute + - Index: 544 + Item: Lute Rate: 3 - - Item: Lute_ + - Index: 545 + Item: Lute_ Rate: 3 - - Item: Guitar + - Index: 546 + Item: Guitar Rate: 3 - - Item: Guitar_ + - Index: 547 + Item: Guitar_ Rate: 3 - - Item: Harp + - Index: 548 + Item: Harp Rate: 3 - - Item: Harp_ + - Index: 549 + Item: Harp_ Rate: 3 - - Item: Guh_Moon_Goh + - Index: 550 + Item: Guh_Moon_Goh Rate: 3 - - Item: Guh_Moon_Goh_ + - Index: 551 + Item: Guh_Moon_Goh_ Rate: 3 - - Item: Guitar_Of_Passion + - Index: 552 + Item: Guitar_Of_Passion Rate: 1 - - Item: Guitar_Of_Blue_Solo + - Index: 553 + Item: Guitar_Of_Blue_Solo Rate: 1 - - Item: Guitar_Of_Vast_Land + - Index: 554 + Item: Guitar_Of_Vast_Land Rate: 1 - - Item: Guitar_Of_Gentle_Breeze + - Index: 555 + Item: Guitar_Of_Gentle_Breeze Rate: 1 - - Item: Oriental_Lute + - Index: 556 + Item: Oriental_Lute Rate: 1 - - Item: Base_Guitar + - Index: 557 + Item: Base_Guitar Rate: 1 - - Item: Rope + - Index: 558 + Item: Rope Rate: 3 - - Item: Rope_ + - Index: 559 + Item: Rope_ Rate: 3 - - Item: Line + - Index: 560 + Item: Line Rate: 3 - - Item: Line_ + - Index: 561 + Item: Line_ Rate: 3 - - Item: Wire + - Index: 562 + Item: Wire Rate: 3 - - Item: Wire_ + - Index: 563 + Item: Wire_ Rate: 3 - - Item: Rante + - Index: 564 + Item: Rante Rate: 3 - - Item: Rante_ + - Index: 565 + Item: Rante_ Rate: 3 - - Item: Tail + - Index: 566 + Item: Tail Rate: 3 - - Item: Tail_ + - Index: 567 + Item: Tail_ Rate: 3 - - Item: Whip + - Index: 568 + Item: Whip Rate: 3 - - Item: Whip_ + - Index: 569 + Item: Whip_ Rate: 3 - - Item: Whip_Of_Red_Flame + - Index: 570 + Item: Whip_Of_Red_Flame Rate: 1 - - Item: Whip_Of_Ice_Piece + - Index: 571 + Item: Whip_Of_Ice_Piece Rate: 1 - - Item: Whip_Of_Earth + - Index: 572 + Item: Whip_Of_Earth Rate: 1 - - Item: Jump_Rope + - Index: 573 + Item: Jump_Rope Rate: 1 - - Item: Bladed_Whip + - Index: 574 + Item: Bladed_Whip Rate: 1 - - Item: Queen's_Whip + - Index: 575 + Item: Queen's_Whip Rate: 1 - - Item: Electric_Wire + - Index: 576 + Item: Electric_Wire Rate: 1 - - Item: Electric_Eel + - Index: 577 + Item: Electric_Eel Rate: 1 - - Item: Sea_Witch_Foot + - Index: 578 + Item: Sea_Witch_Foot Rate: 1 - - Item: Carrot_Whip + - Index: 579 + Item: Carrot_Whip Rate: 1 - - Item: Guard + - Index: 580 + Item: Guard Rate: 3 - - Item: Guard_ + - Index: 581 + Item: Guard_ Rate: 3 - - Item: Buckler + - Index: 582 + Item: Buckler Rate: 3 - - Item: Buckler_ + - Index: 583 + Item: Buckler_ Rate: 3 - - Item: Shield + - Index: 584 + Item: Shield Rate: 3 - - Item: Shield_ + - Index: 585 + Item: Shield_ Rate: 3 - - Item: Mirror_Shield + - Index: 586 + Item: Mirror_Shield Rate: 3 - - Item: Mirror_Shield_ + - Index: 587 + Item: Mirror_Shield_ Rate: 3 - - Item: Memorize_Book + - Index: 588 + Item: Memorize_Book Rate: 3 - - Item: Novice_Guard + - Index: 589 + Item: Novice_Guard Rate: 3 - - Item: Novice_Shield + - Index: 590 + Item: Novice_Shield Rate: 1 - - Item: Orleans_Server + - Index: 591 + Item: Orleans_Server Rate: 1 - - Item: Thorny_Buckler + - Index: 592 + Item: Thorny_Buckler Rate: 1 - - Item: Strong_Shield + - Index: 593 + Item: Strong_Shield Rate: 1 - - Item: Sunglasses + - Index: 594 + Item: Sunglasses Rate: 3 - - Item: Glasses + - Index: 595 + Item: Glasses Rate: 3 - - Item: Diver's_Goggles + - Index: 596 + Item: Diver's_Goggles Rate: 3 - - Item: Wedding_Veil + - Index: 597 + Item: Wedding_Veil Rate: 3 - - Item: Fancy_Flower + - Index: 598 + Item: Fancy_Flower Rate: 3 - - Item: Ribbon + - Index: 599 + Item: Ribbon Rate: 3 - - Item: Ribbon_ + - Index: 600 + Item: Ribbon_ Rate: 3 - - Item: Hair_Band + - Index: 601 + Item: Hair_Band Rate: 3 - - Item: Bandana + - Index: 602 + Item: Bandana Rate: 3 - - Item: Eye_Bandage + - Index: 603 + Item: Eye_Bandage Rate: 3 - - Item: Cat_Hairband + - Index: 604 + Item: Cat_Hairband Rate: 3 - - Item: Bunny_Band + - Index: 605 + Item: Bunny_Band Rate: 3 - - Item: Flower_Hairband + - Index: 606 + Item: Flower_Hairband Rate: 3 - - Item: Biretta + - Index: 607 + Item: Biretta Rate: 3 - - Item: Biretta_ + - Index: 608 + Item: Biretta_ Rate: 3 - - Item: Flu_Mask + - Index: 609 + Item: Flu_Mask Rate: 3 - - Item: Hat + - Index: 610 + Item: Hat Rate: 3 - - Item: Hat_ + - Index: 611 + Item: Hat_ Rate: 3 - - Item: Turban + - Index: 612 + Item: Turban Rate: 3 - - Item: Turban_ + - Index: 613 + Item: Turban_ Rate: 3 - - Item: Goggle + - Index: 614 + Item: Goggle Rate: 3 - - Item: Goggle_ + - Index: 615 + Item: Goggle_ Rate: 3 - - Item: Cap + - Index: 616 + Item: Cap Rate: 3 - - Item: Cap_ + - Index: 617 + Item: Cap_ Rate: 3 - - Item: Helm + - Index: 618 + Item: Helm Rate: 3 - - Item: Helm_ + - Index: 619 + Item: Helm_ Rate: 3 - - Item: Gemmed_Sallet + - Index: 620 + Item: Gemmed_Sallet Rate: 3 - - Item: Gemmed_Sallet_ + - Index: 621 + Item: Gemmed_Sallet_ Rate: 3 - - Item: Circlet + - Index: 622 + Item: Circlet Rate: 3 - - Item: Circlet_ + - Index: 623 + Item: Circlet_ Rate: 3 - - Item: Santa's_Hat + - Index: 624 + Item: Santa's_Hat Rate: 3 - - Item: One_Eyed_Glass + - Index: 625 + Item: One_Eyed_Glass Rate: 3 - - Item: Granpa_Beard + - Index: 626 + Item: Granpa_Beard Rate: 3 - - Item: Luxury_Sunglasses + - Index: 627 + Item: Luxury_Sunglasses Rate: 3 - - Item: Spinning_Eyes + - Index: 628 + Item: Spinning_Eyes Rate: 3 - - Item: Big_Sis'_Ribbon + - Index: 629 + Item: Big_Sis'_Ribbon Rate: 3 - - Item: Sweet_Gents + - Index: 630 + Item: Sweet_Gents Rate: 3 - - Item: Golden_Gear + - Index: 631 + Item: Golden_Gear Rate: 3 - - Item: Oldman's_Romance + - Index: 632 + Item: Oldman's_Romance Rate: 3 - - Item: Western_Grace + - Index: 633 + Item: Western_Grace Rate: 3 - - Item: Coronet + - Index: 634 + Item: Coronet Rate: 1 - - Item: Fillet + - Index: 635 + Item: Fillet Rate: 3 - - Item: Holy_Bonnet + - Index: 636 + Item: Holy_Bonnet Rate: 3 - - Item: Star_Sparkling + - Index: 637 + Item: Star_Sparkling Rate: 3 - - Item: Sunflower + - Index: 638 + Item: Sunflower Rate: 3 - - Item: Angelic_Chain + - Index: 639 + Item: Angelic_Chain Rate: 1 - - Item: Satanic_Chain + - Index: 640 + Item: Satanic_Chain Rate: 1 - - Item: Snowy_Horn + - Index: 641 + Item: Snowy_Horn Rate: 3 - - Item: Sharp_Gear + - Index: 642 + Item: Sharp_Gear Rate: 1 - - Item: Mini_Propeller + - Index: 643 + Item: Mini_Propeller Rate: 3 - - Item: Mini_Glasses + - Index: 644 + Item: Mini_Glasses Rate: 3 - - Item: Prontera_Army_Cap + - Index: 645 + Item: Prontera_Army_Cap Rate: 3 - - Item: Pierrot_Nose + - Index: 646 + Item: Pierrot_Nose Rate: 3 - - Item: Gangster_Patch + - Index: 647 + Item: Gangster_Patch Rate: 3 - - Item: Ganster_Mask + - Index: 648 + Item: Ganster_Mask Rate: 3 - - Item: Iron_Cane + - Index: 649 + Item: Iron_Cane Rate: 3 - - Item: Cigar + - Index: 650 + Item: Cigar Rate: 3 - - Item: Smoking_Pipe + - Index: 651 + Item: Smoking_Pipe Rate: 3 - - Item: Centimental_Flower + - Index: 652 + Item: Centimental_Flower Rate: 3 - - Item: Centimental_Leaf + - Index: 653 + Item: Centimental_Leaf Rate: 3 - - Item: Jack_A_Dandy + - Index: 654 + Item: Jack_A_Dandy Rate: 3 - - Item: Ghost_Bandana + - Index: 655 + Item: Ghost_Bandana Rate: 1 - - Item: Red_Bandana + - Index: 656 + Item: Red_Bandana Rate: 3 - - Item: Eagle_Eyes + - Index: 657 + Item: Eagle_Eyes Rate: 3 - - Item: Nurse_Cap + - Index: 658 + Item: Nurse_Cap Rate: 3 - - Item: Mr_Smile + - Index: 659 + Item: Mr_Smile Rate: 3 - - Item: Bomb_Wick + - Index: 660 + Item: Bomb_Wick Rate: 3 - - Item: Spirit_Chain + - Index: 661 + Item: Spirit_Chain Rate: 3 - - Item: Apple_Of_Archer + - Index: 662 + Item: Apple_Of_Archer Rate: 3 - - Item: Pirate_Bandana + - Index: 663 + Item: Pirate_Bandana Rate: 3 - - Item: Mr_Scream + - Index: 664 + Item: Mr_Scream Rate: 3 - - Item: Poo_Poo_Hat + - Index: 665 + Item: Poo_Poo_Hat Rate: 3 - - Item: Funeral_Costume + - Index: 666 + Item: Funeral_Costume Rate: 3 - - Item: Masquerade + - Index: 667 + Item: Masquerade Rate: 3 - - Item: Star_Dust + - Index: 668 + Item: Star_Dust Rate: 3 - - Item: Blinker + - Index: 669 + Item: Blinker Rate: 3 - - Item: Goblini_Mask + - Index: 670 + Item: Goblini_Mask Rate: 3 - - Item: Green_Feeler + - Index: 671 + Item: Green_Feeler Rate: 3 - - Item: Viking_Helm + - Index: 672 + Item: Viking_Helm Rate: 3 - - Item: Cotton_Shirt + - Index: 673 + Item: Cotton_Shirt Rate: 3 - - Item: Cotton_Shirt_ + - Index: 674 + Item: Cotton_Shirt_ Rate: 3 - - Item: Leather_Jacket + - Index: 675 + Item: Leather_Jacket Rate: 3 - - Item: Leather_Jacket_ + - Index: 676 + Item: Leather_Jacket_ Rate: 3 - - Item: Adventure_Suit + - Index: 677 + Item: Adventure_Suit Rate: 3 - - Item: Adventurere's_Suit_ + - Index: 678 + Item: Adventurere's_Suit_ Rate: 3 - - Item: Mantle + - Index: 679 + Item: Mantle Rate: 3 - - Item: Mantle_ + - Index: 680 + Item: Mantle_ Rate: 3 - - Item: Coat + - Index: 681 + Item: Coat Rate: 3 - - Item: Coat_ + - Index: 682 + Item: Coat_ Rate: 3 - - Item: Mink_Coat + - Index: 683 + Item: Mink_Coat Rate: 3 - - Item: Padded_Armor + - Index: 684 + Item: Padded_Armor Rate: 3 - - Item: Padded_Armor_ + - Index: 685 + Item: Padded_Armor_ Rate: 3 - - Item: Chain_Mail + - Index: 686 + Item: Chain_Mail Rate: 3 - - Item: Chain_Mail_ + - Index: 687 + Item: Chain_Mail_ Rate: 3 - - Item: Plate_Armor + - Index: 688 + Item: Plate_Armor Rate: 3 - - Item: Plate_Armor_ + - Index: 689 + Item: Plate_Armor_ Rate: 3 - - Item: Clothes_Of_The_Lord + - Index: 690 + Item: Clothes_Of_The_Lord Rate: 3 - - Item: Formal_Suit + - Index: 691 + Item: Formal_Suit Rate: 3 - - Item: Silk_Robe + - Index: 692 + Item: Silk_Robe Rate: 3 - - Item: Silk_Robe_ + - Index: 693 + Item: Silk_Robe_ Rate: 3 - - Item: Scapulare + - Index: 694 + Item: Scapulare Rate: 3 - - Item: Scapulare_ + - Index: 695 + Item: Scapulare_ Rate: 3 - - Item: Saint_Robe + - Index: 696 + Item: Saint_Robe Rate: 3 - - Item: Saint_Robe_ + - Index: 697 + Item: Saint_Robe_ Rate: 3 - - Item: Wooden_Mail + - Index: 698 + Item: Wooden_Mail Rate: 3 - - Item: Wooden_Mail_ + - Index: 699 + Item: Wooden_Mail_ Rate: 3 - - Item: Tights + - Index: 700 + Item: Tights Rate: 3 - - Item: Tights_ + - Index: 701 + Item: Tights_ Rate: 3 - - Item: Silver_Robe + - Index: 702 + Item: Silver_Robe Rate: 3 - - Item: Silver_Robe_ + - Index: 703 + Item: Silver_Robe_ Rate: 3 - - Item: Thief_Clothes + - Index: 704 + Item: Thief_Clothes Rate: 3 - - Item: Thief_Clothes_ + - Index: 705 + Item: Thief_Clothes_ Rate: 3 - - Item: Ninja_Suit + - Index: 706 + Item: Ninja_Suit Rate: 3 - - Item: Wedding_Dress + - Index: 707 + Item: Wedding_Dress Rate: 3 - - Item: G_Strings + - Index: 708 + Item: G_Strings Rate: 3 - - Item: Novice_Breast + - Index: 709 + Item: Novice_Breast Rate: 3 - - Item: Full_Plate_Armor + - Index: 710 + Item: Full_Plate_Armor Rate: 3 - - Item: Novice_Plate + - Index: 711 + Item: Novice_Plate Rate: 3 - - Item: Orleans_Gown + - Index: 712 + Item: Orleans_Gown Rate: 1 - - Item: Sandals + - Index: 713 + Item: Sandals Rate: 3 - - Item: Sandals_ + - Index: 714 + Item: Sandals_ Rate: 3 - - Item: Shoes + - Index: 715 + Item: Shoes Rate: 3 - - Item: Shoes_ + - Index: 716 + Item: Shoes_ Rate: 3 - - Item: Boots + - Index: 717 + Item: Boots Rate: 3 - - Item: Boots_ + - Index: 718 + Item: Boots_ Rate: 3 - - Item: Chrystal_Pumps + - Index: 719 + Item: Chrystal_Pumps Rate: 3 - - Item: Cuffs + - Index: 720 + Item: Cuffs Rate: 3 - - Item: Spiky_Heel + - Index: 721 + Item: Spiky_Heel Rate: 3 - - Item: Grave + - Index: 722 + Item: Grave Rate: 3 - - Item: Novice_Boots + - Index: 723 + Item: Novice_Boots Rate: 3 - - Item: Novice_Shoes + - Index: 724 + Item: Novice_Shoes Rate: 1 - - Item: Angel's_Arrival + - Index: 725 + Item: Angel's_Arrival Rate: 1 - - Item: Hood + - Index: 726 + Item: Hood Rate: 3 - - Item: Hood_ + - Index: 727 + Item: Hood_ Rate: 3 - - Item: Muffler + - Index: 728 + Item: Muffler Rate: 3 - - Item: Muffler_ + - Index: 729 + Item: Muffler_ Rate: 3 - - Item: Manteau + - Index: 730 + Item: Manteau Rate: 3 - - Item: Manteau_ + - Index: 731 + Item: Manteau_ Rate: 3 - - Item: Cape_Of_Ancient_Lord + - Index: 732 + Item: Cape_Of_Ancient_Lord Rate: 3 - - Item: Ragamuffin_Cape + - Index: 733 + Item: Ragamuffin_Cape Rate: 3 - - Item: Novice_Hood + - Index: 734 + Item: Novice_Hood Rate: 3 - - Item: Novice_Manteau + - Index: 735 + Item: Novice_Manteau Rate: 1 - - Item: Celestial_Robe + - Index: 736 + Item: Celestial_Robe Rate: 1 - - Item: Pauldron + - Index: 737 + Item: Pauldron Rate: 1 - - Item: Wing_Of_Eagle + - Index: 738 + Item: Wing_Of_Eagle Rate: 1 - - Item: Ring + - Index: 739 + Item: Ring Rate: 3 - - Item: Earring + - Index: 740 + Item: Earring Rate: 3 - - Item: Necklace + - Index: 741 + Item: Necklace Rate: 3 - - Item: Glove + - Index: 742 + Item: Glove Rate: 3 - - Item: Brooch + - Index: 743 + Item: Brooch Rate: 3 - - Item: Clip + - Index: 744 + Item: Clip Rate: 3 - - Item: Rosary + - Index: 745 + Item: Rosary Rate: 3 - - Item: Skul_Ring + - Index: 746 + Item: Skul_Ring Rate: 3 - - Item: Gold_Ring + - Index: 747 + Item: Gold_Ring Rate: 3 - - Item: Silver_Ring + - Index: 748 + Item: Silver_Ring Rate: 3 - - Item: Flower_Ring + - Index: 749 + Item: Flower_Ring Rate: 3 - - Item: Diamond_Ring + - Index: 750 + Item: Diamond_Ring Rate: 3 - - Item: Mitten_Of_Presbyter + - Index: 751 + Item: Mitten_Of_Presbyter Rate: 3 - - Item: Matyr's_Flea_Guard + - Index: 752 + Item: Matyr's_Flea_Guard Rate: 3 - - Item: Ring_ + - Index: 753 + Item: Ring_ Rate: 1 - - Item: Earring_ + - Index: 754 + Item: Earring_ Rate: 1 - - Item: Necklace_ + - Index: 755 + Item: Necklace_ Rate: 1 - - Item: Glove_ + - Index: 756 + Item: Glove_ Rate: 1 - - Item: Brooch_ + - Index: 757 + Item: Brooch_ Rate: 1 - - Item: Rosary_ + - Index: 758 + Item: Rosary_ Rate: 1 - - Item: Belt + - Index: 759 + Item: Belt Rate: 3 - - Item: Novice_Armlet + - Index: 760 + Item: Novice_Armlet Rate: 3 - - Item: Cursed_Lucky_Brooch + - Index: 761 + Item: Cursed_Lucky_Brooch Rate: 1 - - Item: Shinobi's_Sash + - Index: 762 + Item: Shinobi's_Sash Rate: 1 - - Item: Hyper_Changer + - Index: 763 + Item: Hyper_Changer Rate: 1 - - Item: Gemmed_Crown + - Index: 764 + Item: Gemmed_Crown Rate: 1 - - Item: Joker_Jester + - Index: 765 + Item: Joker_Jester Rate: 3 - - Item: Gas_Mask + - Index: 766 + Item: Gas_Mask Rate: 3 - - Item: Machoman_Glasses + - Index: 767 + Item: Machoman_Glasses Rate: 3 - - Item: Puppy_Love + - Index: 768 + Item: Puppy_Love Rate: 3 - - Item: Safety_Helmet + - Index: 769 + Item: Safety_Helmet Rate: 3 - - Item: Indian_Hair_Piece + - Index: 770 + Item: Indian_Hair_Piece Rate: 3 - - Item: Antenna + - Index: 771 + Item: Antenna Rate: 3 - - Item: Fin_Helm + - Index: 772 + Item: Fin_Helm Rate: 3 - - Item: Egg_Shell + - Index: 773 + Item: Egg_Shell Rate: 3 - - Item: Panda_Cap + - Index: 774 + Item: Panda_Cap Rate: 3 - - Item: Poring_Hat + - Index: 775 + Item: Poring_Hat Rate: 3 - - Item: Fruit_Shell + - Index: 776 + Item: Fruit_Shell Rate: 3 - - Item: Novice_Egg_Cap + - Index: 777 + Item: Novice_Egg_Cap Rate: 3 - - Item: Pair_Of_Red_Ribbon + - Index: 778 + Item: Pair_Of_Red_Ribbon Rate: 1 - - Item: Goblin_Mask_02 + - Index: 779 + Item: Goblin_Mask_02 Rate: 3 - - Item: Goblin_Mask_03 + - Index: 780 + Item: Goblin_Mask_03 Rate: 3 - - Item: Goblin_Mask_04 + - Index: 781 + Item: Goblin_Mask_04 Rate: 3 - - Item: Galapago_Cap + - Index: 782 + Item: Galapago_Cap Rate: 1 - - Item: Super_Novice_Hat + - Index: 783 + Item: Super_Novice_Hat Rate: 1 - - Item: Angry_Mouth + - Index: 784 + Item: Angry_Mouth Rate: 1 - - Item: Fedora + - Index: 785 + Item: Fedora Rate: 1 - - Item: Banana_Hat + - Index: 786 + Item: Banana_Hat Rate: 1 - - Item: Ear_Of_Puppy + - Index: 787 + Item: Ear_Of_Puppy Rate: 1 - - Item: Super_Novice_Hat_ + - Index: 788 + Item: Super_Novice_Hat_ Rate: 1 - - Item: Fedora_ + - Index: 789 + Item: Fedora_ Rate: 1 - - Item: Magni_Cap + - Index: 790 + Item: Magni_Cap Rate: 1 - - Item: Censor_Bar + - Index: 791 + Item: Censor_Bar Rate: 1 - - Item: Mould_Powder + - Index: 792 + Item: Mould_Powder Rate: 12 - - Item: Ogre_Tooth + - Index: 793 + Item: Ogre_Tooth Rate: 12 - - Item: Anolian_Skin + - Index: 794 + Item: Anolian_Skin Rate: 12 - - Item: Mud_Lump + - Index: 795 + Item: Mud_Lump Rate: 12 - - Item: Skull + - Index: 796 + Item: Skull Rate: 12 - - Item: Wing_Of_Red_Bat + - Index: 797 + Item: Wing_Of_Red_Bat Rate: 12 - - Item: Claw_Of_Rat + - Index: 798 + Item: Claw_Of_Rat Rate: 12 - - Item: Stiff_Horn + - Index: 799 + Item: Stiff_Horn Rate: 12 - - Item: Glitter_Shell + - Index: 800 + Item: Glitter_Shell Rate: 12 - - Item: Tail_Of_Steel_Scorpion + - Index: 801 + Item: Tail_Of_Steel_Scorpion Rate: 12 - - Item: Claw_Of_Monkey + - Index: 802 + Item: Claw_Of_Monkey Rate: 12 - - Item: Tough_Scalelike_Stem + - Index: 803 + Item: Tough_Scalelike_Stem Rate: 12 - - Item: Coral_Reef + - Index: 804 + Item: Coral_Reef Rate: 12 - - Item: Old_Portrait + - Index: 805 + Item: Old_Portrait Rate: 12 - - Item: Bookclip_In_Memory + - Index: 806 + Item: Bookclip_In_Memory Rate: 12 - - Item: Spoon_Stub + - Index: 807 + Item: Spoon_Stub Rate: 12 - - Item: Key_Of_Clock_Tower + - Index: 808 + Item: Key_Of_Clock_Tower Rate: 12 - - Item: Underground_Key + - Index: 809 + Item: Underground_Key Rate: 12 - - Item: Claw_Of_Desert_Wolf + - Index: 810 + Item: Claw_Of_Desert_Wolf Rate: 12 - - Item: Old_Frying_Pan + - Index: 811 + Item: Old_Frying_Pan Rate: 12 - - Item: Piece_Of_Egg_Shell + - Index: 812 + Item: Piece_Of_Egg_Shell Rate: 12 - - Item: Poison_Spore + - Index: 813 + Item: Poison_Spore Rate: 12 - - Item: Red_Socks_With_Holes + - Index: 814 + Item: Red_Socks_With_Holes Rate: 12 - - Item: Matchstick + - Index: 815 + Item: Matchstick Rate: 12 - - Item: Fang_Of_Garm + - Index: 816 + Item: Fang_Of_Garm Rate: 12 - - Item: Yarn + - Index: 817 + Item: Yarn Rate: 12 - - Item: Fine_Grit + - Index: 818 + Item: Fine_Grit Rate: 12 - - Item: Alice's_Apron + - Index: 819 + Item: Alice's_Apron Rate: 12 - - Item: Talon_Of_Griffin + - Index: 820 + Item: Talon_Of_Griffin Rate: 12 - - Item: Stone + - Index: 821 + Item: Stone Rate: 12 - - Item: Cyfar + - Index: 822 + Item: Cyfar Rate: 12 - - Item: Brigan + - Index: 823 + Item: Brigan Rate: 12 - - Item: Cargo_Free_Ticket + - Index: 824 + Item: Cargo_Free_Ticket Rate: 12 - - Item: Warp_Free_Ticket + - Index: 825 + Item: Warp_Free_Ticket Rate: 12 - - Item: Cart_Free_Ticket + - Index: 826 + Item: Cart_Free_Ticket Rate: 12 - - Item: Soft_Feather + - Index: 827 + Item: Soft_Feather Rate: 12 - - Item: Dragon_Fly_Wing + - Index: 828 + Item: Dragon_Fly_Wing Rate: 12 - - Item: Sea_Otter_Leather + - Index: 829 + Item: Sea_Otter_Leather Rate: 12 - - Item: Ice_Piece + - Index: 830 + Item: Ice_Piece Rate: 12 - - Item: Stone_Piece + - Index: 831 + Item: Stone_Piece Rate: 12 - - Item: Burn_Tree + - Index: 832 + Item: Burn_Tree Rate: 12 - - Item: Broken_Armor_Piece + - Index: 833 + Item: Broken_Armor_Piece Rate: 12 - - Item: Broken_Shell + - Index: 834 + Item: Broken_Shell Rate: 12 - - Item: Tatters_Clothes + - Index: 835 + Item: Tatters_Clothes Rate: 12 - - Item: Rust_Suriken + - Index: 836 + Item: Rust_Suriken Rate: 12 - - Item: Wheel + - Index: 837 + Item: Wheel Rate: 12 - - Item: Mystery_Piece + - Index: 838 + Item: Mystery_Piece Rate: 12 - - Item: Broken_Steel_Piece + - Index: 839 + Item: Broken_Steel_Piece Rate: 12 - - Item: Cold_Magma + - Index: 840 + Item: Cold_Magma Rate: 12 - - Item: Burning_Heart + - Index: 841 + Item: Burning_Heart Rate: 12 - - Item: Live_Coal + - Index: 842 + Item: Live_Coal Rate: 12 - - Item: Old_Magic_Circle + - Index: 843 + Item: Old_Magic_Circle Rate: 12 - - Item: Sharp_Leaf + - Index: 844 + Item: Sharp_Leaf Rate: 12 - - Item: Peco_Wing_Feather + - Index: 845 + Item: Peco_Wing_Feather Rate: 12 - - Item: Goat's_Horn + - Index: 846 + Item: Goat's_Horn Rate: 12 - - Item: Gaoat's_Skin + - Index: 847 + Item: Gaoat's_Skin Rate: 12 - - Item: Boroken_Shiled_Piece + - Index: 848 + Item: Boroken_Shiled_Piece Rate: 12 - - Item: Shine_Spear_Blade + - Index: 849 + Item: Shine_Spear_Blade Rate: 12 - - Item: Vroken_Sword + - Index: 850 + Item: Vroken_Sword Rate: 12 - - Item: Smooth_Paper + - Index: 851 + Item: Smooth_Paper Rate: 12 - - Item: Fright_Paper_Blade + - Index: 852 + Item: Fright_Paper_Blade Rate: 12 - - Item: Broken_Pharaoh_Symbol + - Index: 853 + Item: Broken_Pharaoh_Symbol Rate: 12 - - Item: Tutankhamen's_Mask + - Index: 854 + Item: Tutankhamen's_Mask Rate: 12 - - Item: Harpy's_Feather + - Index: 855 + Item: Harpy's_Feather Rate: 12 - - Item: Harpy's_Claw + - Index: 856 + Item: Harpy's_Claw Rate: 12 - - Item: Rent_Spell_Book + - Index: 857 + Item: Rent_Spell_Book Rate: 12 - - Item: Rent_Scroll + - Index: 858 + Item: Rent_Scroll Rate: 12 - - Item: Spawns + - Index: 859 + Item: Spawns Rate: 12 - - Item: Burning_Horse_Shoe + - Index: 860 + Item: Burning_Horse_Shoe Rate: 12 - - Item: Honey_Jar + - Index: 861 + Item: Honey_Jar Rate: 12 - - Item: Hot_Hair + - Index: 862 + Item: Hot_Hair Rate: 12 - - Item: Dragon's_Skin + - Index: 863 + Item: Dragon's_Skin Rate: 12 - - Item: Sand_Lump + - Index: 864 + Item: Sand_Lump Rate: 12 - - Item: Scropion's_Nipper + - Index: 865 + Item: Scropion's_Nipper Rate: 12 - - Item: Large_Jellopy + - Index: 866 + Item: Large_Jellopy Rate: 12 - - Item: Medicine_Bowl + - Index: 867 + Item: Medicine_Bowl Rate: 12 - - Item: Fire_Bottle + - Index: 868 + Item: Fire_Bottle Rate: 12 - - Item: Acid_Bottle + - Index: 869 + Item: Acid_Bottle Rate: 12 - - Item: MenEater_Plant_Bottle + - Index: 870 + Item: MenEater_Plant_Bottle Rate: 12 - - Item: Mini_Bottle + - Index: 871 + Item: Mini_Bottle Rate: 12 - - Item: Coating_Bottle + - Index: 872 + Item: Coating_Bottle Rate: 12 - - Item: Yellow_Plate + - Index: 873 + Item: Yellow_Plate Rate: 12 - - Item: Bamboo_Cut + - Index: 874 + Item: Bamboo_Cut Rate: 12 - - Item: Oil_Paper + - Index: 875 + Item: Oil_Paper Rate: 12 - - Item: Glossy_Hair + - Index: 876 + Item: Glossy_Hair Rate: 12 - - Item: Old_Japaness_Clothes + - Index: 877 + Item: Old_Japaness_Clothes Rate: 12 - - Item: Poison_Powder + - Index: 878 + Item: Poison_Powder Rate: 12 - - Item: Poison_Toad's_Skin + - Index: 879 + Item: Poison_Toad's_Skin Rate: 12 - - Item: Broken_Shuriken + - Index: 880 + Item: Broken_Shuriken Rate: 12 - - Item: Black_Mask + - Index: 881 + Item: Black_Mask Rate: 12 - - Item: Broken_Wine_Vessel + - Index: 882 + Item: Broken_Wine_Vessel Rate: 12 - - Item: Tengu's_Nose + - Index: 883 + Item: Tengu's_Nose Rate: 12 - - Item: Black_Bear's_Skin + - Index: 884 + Item: Black_Bear's_Skin Rate: 12 - - Item: Cloud_Piece + - Index: 885 + Item: Cloud_Piece Rate: 12 - - Item: Sharp_Feeler + - Index: 886 + Item: Sharp_Feeler Rate: 12 - - Item: Hard_Peach + - Index: 887 + Item: Hard_Peach Rate: 12 - - Item: Limpid_Celestial_Robe + - Index: 888 + Item: Limpid_Celestial_Robe Rate: 12 - - Item: Soft_Silk_Cloth + - Index: 889 + Item: Soft_Silk_Cloth Rate: 12 - - Item: Mystery_Iron_Bit + - Index: 890 + Item: Mystery_Iron_Bit Rate: 12 - - Item: Great_Wing + - Index: 891 + Item: Great_Wing Rate: 12 - - Item: Taegeuk_Plate + - Index: 892 + Item: Taegeuk_Plate Rate: 12 - - Item: Tuxedo + - Index: 893 + Item: Tuxedo Rate: 12 - - Item: Leopard_Skin + - Index: 894 + Item: Leopard_Skin Rate: 12 - - Item: Leopard_Talon + - Index: 895 + Item: Leopard_Talon Rate: 12 - - Item: Packing_Ribbon + - Index: 896 + Item: Packing_Ribbon Rate: 12 - - Item: Packing_Paper + - Index: 897 + Item: Packing_Paper Rate: 12 - - Item: Cacao + - Index: 898 + Item: Cacao Rate: 12 - - Item: Thin_Stem + - Index: 899 + Item: Thin_Stem Rate: 12 - - Item: Festival_Mask + - Index: 900 + Item: Festival_Mask Rate: 12 - - Item: Browny_Root + - Index: 901 + Item: Browny_Root Rate: 12 - - Item: Heart_Of_Tree + - Index: 902 + Item: Heart_Of_Tree Rate: 12 - - Item: Solid_Peeling + - Index: 903 + Item: Solid_Peeling Rate: 12 - - Item: Lamplight + - Index: 904 + Item: Lamplight Rate: 12 - - Item: Blade_Of_Pinwheel + - Index: 905 + Item: Blade_Of_Pinwheel Rate: 12 - - Item: Germinating_Sprout + - Index: 906 + Item: Germinating_Sprout Rate: 12 - - Item: Soft_Leaf + - Index: 907 + Item: Soft_Leaf Rate: 12 - - Item: Air_Rifle + - Index: 908 + Item: Air_Rifle Rate: 12 - - Item: Shoulder_Protection + - Index: 909 + Item: Shoulder_Protection Rate: 12 - - Item: Tough_Vines + - Index: 910 + Item: Tough_Vines Rate: 12 - - Item: Great_Leaf + - Index: 911 + Item: Great_Leaf Rate: 12 - - Item: Flexible_String + - Index: 912 + Item: Flexible_String Rate: 12 - - Item: Log + - Index: 913 + Item: Log Rate: 12 - - Item: Beetle_Nipper + - Index: 914 + Item: Beetle_Nipper Rate: 12 - - Item: Solid_Twig + - Index: 915 + Item: Solid_Twig Rate: 12 - - Item: Piece_Of_Black_Cloth + - Index: 916 + Item: Piece_Of_Black_Cloth Rate: 12 - - Item: Black_Kitty_Doll + - Index: 917 + Item: Black_Kitty_Doll Rate: 12 - - Item: Old_Manteau + - Index: 918 + Item: Old_Manteau Rate: 12 - - Item: Rusty_Cleaver + - Index: 919 + Item: Rusty_Cleaver Rate: 12 - - Item: Dullahan's_Helm + - Index: 920 + Item: Dullahan's_Helm Rate: 12 - - Item: Dullahan_Armor + - Index: 921 + Item: Dullahan_Armor Rate: 12 - - Item: Rojerta_Piece + - Index: 922 + Item: Rojerta_Piece Rate: 12 - - Item: Hanging_Doll + - Index: 923 + Item: Hanging_Doll Rate: 12 - - Item: Needle_Pouch + - Index: 924 + Item: Needle_Pouch Rate: 12 - - Item: Bat_Cage + - Index: 925 + Item: Bat_Cage Rate: 12 - - Item: Broken_Needle + - Index: 926 + Item: Broken_Needle Rate: 12 - - Item: Red_Scarf + - Index: 927 + Item: Red_Scarf Rate: 12 - - Item: Spool + - Index: 928 + Item: Spool Rate: 12 - - Item: Rotten_Rope + - Index: 929 + Item: Rotten_Rope Rate: 12 - - Item: Striped_Socks + - Index: 930 + Item: Striped_Socks Rate: 12 - - Item: Ectoplasm + - Index: 931 + Item: Ectoplasm Rate: 12 - - Item: Tangled_Chain + - Index: 932 + Item: Tangled_Chain Rate: 12 - - Item: Tree_Knot + - Index: 933 + Item: Tree_Knot Rate: 12 - - Item: Distorted_Portrait + - Index: 934 + Item: Distorted_Portrait Rate: 12 - - Item: Pumpkin_Bucket + - Index: 935 + Item: Pumpkin_Bucket Rate: 12 - - Item: Fan + - Index: 936 + Item: Fan Rate: 12 - - Item: Cat_Eyed_Stone + - Index: 937 + Item: Cat_Eyed_Stone Rate: 12 - - Item: Dried_Sand + - Index: 938 + Item: Dried_Sand Rate: 12 - - Item: Dragon_Horn + - Index: 939 + Item: Dragon_Horn Rate: 12 - - Item: Dragon_Fang + - Index: 940 + Item: Dragon_Fang Rate: 12 - - Item: Tiger_Skin_Panties + - Index: 941 + Item: Tiger_Skin_Panties Rate: 12 - - Item: Little_Blacky_Ghost + - Index: 942 + Item: Little_Blacky_Ghost Rate: 12 - - Item: Bib + - Index: 943 + Item: Bib Rate: 12 - - Item: Milk_Bottle + - Index: 944 + Item: Milk_Bottle Rate: 12 - - Item: Dark_Crystal_Fragment + - Index: 945 + Item: Dark_Crystal_Fragment Rate: 1 - - Item: Long_Limb + - Index: 946 + Item: Long_Limb Rate: 1 - - Item: Screw + - Index: 947 + Item: Screw Rate: 1 - - Item: Old_Pick + - Index: 948 + Item: Old_Pick Rate: 1 - - Item: Old_Steel_Plate + - Index: 949 + Item: Old_Steel_Plate Rate: 1 - - Item: Air_Pollutant + - Index: 950 + Item: Air_Pollutant Rate: 1 - - Item: Fragment_Of_Crystal + - Index: 951 + Item: Fragment_Of_Crystal Rate: 1 - - Item: Poisonous_Gas + - Index: 952 + Item: Poisonous_Gas Rate: 1 - - Item: Battered_Kettle + - Index: 953 + Item: Battered_Kettle Rate: 1 - - Item: Tube + - Index: 954 + Item: Tube Rate: 1 - - Item: Fluorescent_Liquid + - Index: 955 + Item: Fluorescent_Liquid Rate: 1 - - Item: Headlamp + - Index: 956 + Item: Headlamp Rate: 1 - - Item: Red_Feather + - Index: 957 + Item: Red_Feather Rate: 1 - - Item: Blue_Feather + - Index: 958 + Item: Blue_Feather Rate: 1 - - Item: Cursed_Seal + - Index: 959 + Item: Cursed_Seal Rate: 1 - - Item: Tri_Headed_Dragon_Head + - Index: 960 + Item: Tri_Headed_Dragon_Head Rate: 1 - - Item: Treasure_Box + - Index: 961 + Item: Treasure_Box Rate: 1 - - Item: Dragonball_Green + - Index: 962 + Item: Dragonball_Green Rate: 1 - - Item: Dragonball_Blue + - Index: 963 + Item: Dragonball_Blue Rate: 1 - - Item: Dragonball_Red + - Index: 964 + Item: Dragonball_Red Rate: 1 - - Item: Dragonball_Yellow + - Index: 965 + Item: Dragonball_Yellow Rate: 1 - - Item: Bloody_Page + - Index: 966 + Item: Bloody_Page Rate: 1 - - Item: Piece_Of_Bone_Armor + - Index: 967 + Item: Piece_Of_Bone_Armor Rate: 1 - - Item: Scale_Of_Red_Dragon + - Index: 968 + Item: Scale_Of_Red_Dragon Rate: 1 - - Item: Yellow_Spice + - Index: 969 + Item: Yellow_Spice Rate: 1 - - Item: Sweet_Sauce + - Index: 970 + Item: Sweet_Sauce Rate: 1 - - Item: Plain_Sauce + - Index: 971 + Item: Plain_Sauce Rate: 1 - - Item: Hot_Sauce + - Index: 972 + Item: Hot_Sauce Rate: 1 - - Item: Red_Spice + - Index: 973 + Item: Red_Spice Rate: 1 - - Item: Cooking_Oil + - Index: 974 + Item: Cooking_Oil Rate: 1 - - Item: Cookbook01 + - Index: 975 + Item: Cookbook01 Rate: 1 - - Item: Cookbook02 + - Index: 976 + Item: Cookbook02 Rate: 1 - - Item: Cookbook03 + - Index: 977 + Item: Cookbook03 Rate: 1 - - Item: Cookbook04 + - Index: 978 + Item: Cookbook04 Rate: 1 - - Item: Cookbook05 + - Index: 979 + Item: Cookbook05 Rate: 1 - - Item: Pot + - Index: 980 + Item: Pot Rate: 1 - - Item: Burnt_Parts + - Index: 981 + Item: Burnt_Parts Rate: 1 - - Item: Pocket_Watch + - Index: 982 + Item: Pocket_Watch Rate: 1 - - Item: Ice_Heart + - Index: 983 + Item: Ice_Heart Rate: 15 - - Item: Ice_Scale + - Index: 984 + Item: Ice_Scale Rate: 15 - - Item: Bloody_Rune + - Index: 985 + Item: Bloody_Rune Rate: 15 - - Item: Rotten_Meat + - Index: 986 + Item: Rotten_Meat Rate: 15 - - Item: Sticky_Poison + - Index: 987 + Item: Sticky_Poison Rate: 15 - - Item: Suspicious_Hat + - Index: 988 + Item: Suspicious_Hat Rate: 1 - - Item: White_Mask + - Index: 989 + Item: White_Mask Rate: 1 - - Item: Old_White_Cloth + - Index: 990 + Item: Old_White_Cloth Rate: 34 - - Item: Clattering_Skull + - Index: 991 + Item: Clattering_Skull Rate: 32 - - Item: Broken_Farming_Utensil + - Index: 992 + Item: Broken_Farming_Utensil Rate: 34 - - Item: Skull_Helm + - Index: 993 + Item: Skull_Helm Rate: 3 - - Item: Monster_Oxygen_Mask + - Index: 994 + Item: Monster_Oxygen_Mask Rate: 3 - - Item: Transparent_Headgear + - Index: 995 + Item: Transparent_Headgear Rate: 3 - - Item: Pacifier + - Index: 996 + Item: Pacifier Rate: 3 - - Item: Wig + - Index: 997 + Item: Wig Rate: 3 - - Item: Queen's_Hair_Ornament + - Index: 998 + Item: Queen's_Hair_Ornament Rate: 3 - - Item: Silk_Ribbon + - Index: 999 + Item: Silk_Ribbon Rate: 3 - - Item: Punisher + - Index: 1000 + Item: Punisher Rate: 3 - - Item: Wild_Flower + - Index: 1001 + Item: Wild_Flower Rate: 3 - - Item: Battered_Pot + - Index: 1002 + Item: Battered_Pot Rate: 3 - - Item: Stellar_Hairpin + - Index: 1003 + Item: Stellar_Hairpin Rate: 3 - - Item: Tiny_Egg_Shell + - Index: 1004 + Item: Tiny_Egg_Shell Rate: 3 - - Item: Backpack + - Index: 1005 + Item: Backpack Rate: 3 - - Item: Rocker_Glasses + - Index: 1006 + Item: Rocker_Glasses Rate: 3 - - Item: Green_Lace + - Index: 1007 + Item: Green_Lace Rate: 3 - - Item: Golden_Bell + - Index: 1008 + Item: Golden_Bell Rate: 3 - - Item: Bark_Shorts + - Index: 1009 + Item: Bark_Shorts Rate: 3 - - Item: Monkey_Circlet + - Index: 1010 + Item: Monkey_Circlet Rate: 3 - - Item: Red_Muffler + - Index: 1011 + Item: Red_Muffler Rate: 3 - - Item: Sword_Of_Grave_Keeper + - Index: 1012 + Item: Sword_Of_Grave_Keeper Rate: 3 - - Item: Jujube_Dagger + - Index: 1013 + Item: Jujube_Dagger Rate: 1 - - Item: Dragon_Killer + - Index: 1014 + Item: Dragon_Killer Rate: 1 - - Item: Ginnungagap + - Index: 1015 + Item: Ginnungagap Rate: 1 - - Item: Coward + - Index: 1016 + Item: Coward Rate: 1 - - Item: Coward_ + - Index: 1017 + Item: Coward_ Rate: 1 - - Item: Long_Barrel + - Index: 1018 + Item: Long_Barrel Rate: 1 - - Item: Long_Barrel_ + - Index: 1019 + Item: Long_Barrel_ Rate: 1 - - Item: Gate_KeeperDD + - Index: 1020 + Item: Gate_KeeperDD Rate: 1 - - Item: Thunder_P + - Index: 1021 + Item: Thunder_P Rate: 1 - - Item: Lever_Action_Rifle + - Index: 1022 + Item: Lever_Action_Rifle Rate: 2 - - Item: Bullet + - Index: 1023 + Item: Bullet Rate: 1 - - Item: Silver_Bullet + - Index: 1024 + Item: Silver_Bullet Rate: 1 - - Item: Shell_Of_Blood + - Index: 1025 + Item: Shell_Of_Blood Rate: 1 - - Item: Flare_Sphere + - Index: 1026 + Item: Flare_Sphere Rate: 1 - - Item: Lighting_Sphere + - Index: 1027 + Item: Lighting_Sphere Rate: 1 - - Item: Poison_Sphere + - Index: 1028 + Item: Poison_Sphere Rate: 1 - - Item: Blind_Sphere + - Index: 1029 + Item: Blind_Sphere Rate: 1 - - Item: Freezing_Sphere + - Index: 1030 + Item: Freezing_Sphere Rate: 1 - - Item: Huuma_Calm_Mind + - Index: 1031 + Item: Huuma_Calm_Mind Rate: 1 - Group: BLUE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Dex_Dish_Box + - Index: 0 + Item: Dex_Dish_Box Rate: 1400 - - Item: Yggdrasilberry_Box_ + - Index: 1 + Item: Yggdrasilberry_Box_ Rate: 1200 - - Item: Bubble_Gum_Box + - Index: 2 + Item: Bubble_Gum_Box Rate: 1240 - - Item: Token_Of_Siegfried_Box + - Index: 3 + Item: Token_Of_Siegfried_Box Rate: 1250 - - Item: Aspersio_5_Scroll_Box + - Index: 4 + Item: Aspersio_5_Scroll_Box Rate: 1250 - - Item: Shadow_Armor_S_Box10 + - Index: 5 + Item: Shadow_Armor_S_Box10 Rate: 1300 - - Item: Guarantee_Armor_7Up + - Index: 6 + Item: Guarantee_Armor_7Up Rate: 77 Announced: true - - Item: Ticket_Loli_Ruri + - Index: 7 + Item: Ticket_Loli_Ruri Rate: 100 Announced: true - - Item: Max_Weight_Up_Box + - Index: 8 + Item: Max_Weight_Up_Box Rate: 500 - - Item: Siroma_Icetea_To_Throw + - Index: 9 + Item: Siroma_Icetea_To_Throw Rate: 1011 Amount: 10 - - Item: Magic_Card_Album + - Index: 10 + Item: Magic_Card_Album Rate: 400 - - Item: Maneater_Flower_Hat + - Index: 11 + Item: Maneater_Flower_Hat Rate: 130 Announced: true - - Item: Sealed_Phreeoni_Card + - Index: 12 + Item: Sealed_Phreeoni_Card Rate: 11 Announced: true - - Item: Sealed_Samurai_Card + - Index: 13 + Item: Sealed_Samurai_Card Rate: 5 Announced: true - - Item: RWC_Memory_Knife + - Index: 14 + Item: RWC_Memory_Knife Rate: 3 Announced: true - - Item: Berzebub_Card + - Index: 15 + Item: Berzebub_Card Rate: 1 Announced: true - - Item: Sugared_Fruit_Stick + - Index: 16 + Item: Sugared_Fruit_Stick Rate: 80 Announced: true - - Item: Neuralizer_Box + - Index: 17 + Item: Neuralizer_Box Rate: 40 Announced: true - - Item: Black_Devil_Mask_ + - Index: 18 + Item: Black_Devil_Mask_ Rate: 2 Announced: true - Group: BOARDING_HALTER_BOX SubGroups: - SubGroup: 0 List: - - Item: Boarding_Halter - Duration: 10080 + - Index: 0 + Item: Boarding_Halter UniqueId: true - Group: BOITATA_SCROLL SubGroups: - SubGroup: 0 List: - - Item: Pill_ + - Index: 0 + Item: Pill_ Amount: 5 - SubGroup: 1 List: - - Item: Sealed_Lady_Tanee_Card + - Index: 0 + Item: Sealed_Lady_Tanee_Card Rate: 1 Announced: true - - Item: Sealed_Mistress_Card + - Index: 1 + Item: Sealed_Mistress_Card Rate: 1 Announced: true - - Item: Sealed_Tao_Card + - Index: 2 + Item: Sealed_Tao_Card Rate: 1 Announced: true - - Item: Boitata_Armor + - Index: 3 + Item: Boitata_Armor Rate: 12 Announced: true UniqueId: true - - Item: Boitata_Hat + - Index: 4 + Item: Boitata_Hat Rate: 35 Announced: true UniqueId: true - - Item: Guarantee_Armor_7Up + - Index: 5 + Item: Guarantee_Armor_7Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 6 + Item: Guarantee_Weapon_7Up Rate: 15 Announced: true - - Item: Green_Bunny_Hairband + - Index: 7 + Item: Green_Bunny_Hairband Rate: 100 Announced: true UniqueId: true - - Item: Sailor_Hat + - Index: 8 + Item: Sailor_Hat Rate: 300 Announced: true UniqueId: true - - Item: Bravery_Bag + - Index: 9 + Item: Bravery_Bag Rate: 20 Announced: true UniqueId: true - - Item: Earth_Sprits_Armor_ + - Index: 10 + Item: Earth_Sprits_Armor_ Rate: 50 Announced: true UniqueId: true - - Item: Skull_Cap + - Index: 11 + Item: Skull_Cap Rate: 50 Announced: true UniqueId: true - - Item: Superb_Fish_Box50 + - Index: 12 + Item: Superb_Fish_Box50 Rate: 100 - - Item: Bubble_Gum_Box + - Index: 13 + Item: Bubble_Gum_Box Rate: 1200 - - Item: Guyak_Pudding + - Index: 14 + Item: Guyak_Pudding Rate: 1500 Amount: 10 - - Item: White_Slim_Pot_Box2 + - Index: 15 + Item: White_Slim_Pot_Box2 Rate: 1500 - - Item: Underripe_Yggseed + - Index: 16 + Item: Underripe_Yggseed Rate: 1500 Amount: 10 - - Item: Siroma_Icetea_To_Throw + - Index: 17 + Item: Siroma_Icetea_To_Throw Rate: 1800 Amount: 10 - - Item: Petti_Noodle_To_Throw + - Index: 18 + Item: Petti_Noodle_To_Throw Rate: 1800 Amount: 10 - Group: BOMB SubGroups: - SubGroup: 1 List: - - Item: Apple_Bomb + - Index: 0 + Item: Apple_Bomb Rate: 1 - - Item: Coconut_Bomb + - Index: 1 + Item: Coconut_Bomb Rate: 1 - - Item: Melon_Bomb + - Index: 2 + Item: Melon_Bomb Rate: 1 - - Item: Pineapple_Bomb + - Index: 3 + Item: Pineapple_Bomb Rate: 1 - - Item: Banana_Bomb + - Index: 4 + Item: Banana_Bomb Rate: 1 - - Item: Black_Lump + - Index: 5 + Item: Black_Lump Rate: 1 - - Item: Black_Hard_Lump + - Index: 6 + Item: Black_Hard_Lump Rate: 1 - - Item: Very_Hard_Lump + - Index: 7 + Item: Very_Hard_Lump Rate: 1 - Group: BOX SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box + - Index: 0 + Item: Old_Blue_Box Rate: 1 - - Item: Old_Violet_Box + - Index: 1 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 2 + Item: Gift_Box Rate: 1 - Group: BREWING_BOX SubGroups: - SubGroup: 0 List: - - Item: Dex_Dish10_ + - Index: 0 + Item: Dex_Dish10_ Amount: 10 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Int_Dish10_ Amount: 10 UniqueId: true - - Item: Luk_Dish10_ + - Index: 2 + Item: Luk_Dish10_ Amount: 10 UniqueId: true - Group: BRINDLE_EEL_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Brindle_Eel + - Index: 0 + Item: Brindle_Eel Duration: 60 - Group: BRINDLE_EEL_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Brindle_Eel + - Index: 0 + Item: Brindle_Eel Duration: 10080 - Group: BROOCH_BOX SubGroups: - SubGroup: 0 List: - - Item: Brooch_C + - Index: 0 + Item: Brooch_C Duration: 10080 UniqueId: true - Group: BR_ACOLPACKAGE SubGroups: - SubGroup: 0 List: - - Item: Saint_Robe_ + - Index: 0 + Item: Saint_Robe_ UniqueId: true - - Item: Buckler_ + - Index: 1 + Item: Buckler_ UniqueId: true - - Item: Shoes_ + - Index: 2 + Item: Shoes_ UniqueId: true - - Item: Muffler_ + - Index: 3 + Item: Muffler_ UniqueId: true - - Item: Pupa_Card + - Index: 4 + Item: Pupa_Card UniqueId: true - - Item: Sohee_Card + - Index: 5 + Item: Sohee_Card UniqueId: true - - Item: Clip - Amount: 2 + - Index: 6 + Item: Clip UniqueId: true - - Item: Biretta_ + - Index: 7 + Item: Clip + UniqueId: true + - Index: 8 + Item: Biretta_ UniqueId: true - Group: BR_ARCHERPACKAGE SubGroups: - SubGroup: 0 List: - - Item: Tights_ + - Index: 0 + Item: Tights_ UniqueId: true - - Item: Kakkung_ + - Index: 1 + Item: Kakkung_ UniqueId: true - - Item: Boots_ + - Index: 2 + Item: Boots_ UniqueId: true - - Item: Muffler_ + - Index: 3 + Item: Muffler_ UniqueId: true - - Item: Zerom_Card + - Index: 4 + Item: Zerom_Card UniqueId: true - - Item: Whisper_Card + - Index: 5 + Item: Whisper_Card UniqueId: true - - Item: Clip - Amount: 2 + - Index: 6 + Item: Clip UniqueId: true - - Item: Apple_Of_Archer + - Index: 7 + Item: Clip + UniqueId: true + - Index: 8 + Item: Apple_Of_Archer UniqueId: true - Group: BR_INDEPENDENCE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Brazilian_Emblem + - Index: 0 + Item: Brazilian_Emblem Rate: 5 UniqueId: true - - Item: Acaraje + - Index: 1 + Item: Acaraje Rate: 50 Amount: 10 UniqueId: true - - Item: Br_Twin_Ribbon + - Index: 2 + Item: Br_Twin_Ribbon Rate: 20 UniqueId: true - - Item: HE_Battle_Manual + - Index: 3 + Item: HE_Battle_Manual Rate: 100 Amount: 10 UniqueId: true - - Item: Navel_Ring + - Index: 4 + Item: Navel_Ring Rate: 30 UniqueId: true - - Item: Br_Beret + - Index: 5 + Item: Br_Beret Rate: 20 UniqueId: true - - Item: Ragged_Zombie_Card + - Index: 6 + Item: Ragged_Zombie_Card Rate: 1 UniqueId: true - - Item: Job_Manual50 + - Index: 7 + Item: Job_Manual50 Rate: 100 Amount: 10 UniqueId: true - - Item: Token_Of_Siegfried_Box + - Index: 8 + Item: Token_Of_Siegfried_Box Rate: 100 UniqueId: true - - Item: Big_Bun_Box + - Index: 9 + Item: Big_Bun_Box Rate: 100 UniqueId: true - - Item: Gold_Pill_1 + - Index: 10 + Item: Gold_Pill_1 Rate: 94 Amount: 10 UniqueId: true - - Item: Int_Dish10_ + - Index: 11 + Item: Int_Dish10_ Rate: 50 Amount: 10 UniqueId: true - - Item: Durian + - Index: 12 + Item: Durian Rate: 100 Amount: 10 UniqueId: true - - Item: B_Mdef_Potion + - Index: 13 + Item: B_Mdef_Potion Rate: 100 Amount: 10 UniqueId: true - - Item: All_In_One_Ring_Box + - Index: 14 + Item: All_In_One_Ring_Box Rate: 100 UniqueId: true - - Item: Carmen_Miranda's_Hat + - Index: 15 + Item: Carmen_Miranda's_Hat Rate: 30 UniqueId: true - Group: BR_MAGEPACKAGE SubGroups: - SubGroup: 0 List: - - Item: Silk_Robe_ + - Index: 0 + Item: Silk_Robe_ UniqueId: true - - Item: Guard_ + - Index: 1 + Item: Guard_ UniqueId: true - - Item: Shoes_ + - Index: 2 + Item: Shoes_ UniqueId: true - - Item: Muffler_ + - Index: 3 + Item: Muffler_ UniqueId: true - - Item: Pupa_Card + - Index: 4 + Item: Pupa_Card UniqueId: true - - Item: Phen_Card + - Index: 5 + Item: Phen_Card UniqueId: true - - Item: Clip - Amount: 2 + - Index: 6 + Item: Clip UniqueId: true - - Item: Wizardry_Hat + - Index: 7 + Item: Clip + UniqueId: true + - Index: 8 + Item: Wizardry_Hat UniqueId: true - Group: BR_MERPACKAGE SubGroups: - SubGroup: 0 List: - - Item: Chain_Mail_ + - Index: 0 + Item: Chain_Mail_ UniqueId: true - - Item: Buckler_ + - Index: 1 + Item: Buckler_ UniqueId: true - - Item: Boots_ + - Index: 2 + Item: Boots_ UniqueId: true - - Item: Manteau_ + - Index: 3 + Item: Manteau_ UniqueId: true - - Item: Pupa_Card + - Index: 4 + Item: Pupa_Card UniqueId: true - - Item: Daydric_Card + - Index: 5 + Item: Daydric_Card UniqueId: true - - Item: Clip - Amount: 2 + - Index: 6 + Item: Clip UniqueId: true - - Item: Bankruptcy_Of_Heart + - Index: 7 + Item: Clip + UniqueId: true + - Index: 8 + Item: Bankruptcy_Of_Heart UniqueId: true - Group: BR_SWORDPACKAGE SubGroups: - SubGroup: 0 List: - - Item: Plate_Armor_ + - Index: 0 + Item: Plate_Armor_ UniqueId: true - - Item: Shield_ + - Index: 1 + Item: Shield_ UniqueId: true - - Item: Boots_ + - Index: 2 + Item: Boots_ UniqueId: true - - Item: Manteau_ + - Index: 3 + Item: Manteau_ UniqueId: true - - Item: Pupa_Card + - Index: 4 + Item: Pupa_Card UniqueId: true - - Item: Daydric_Card + - Index: 5 + Item: Daydric_Card UniqueId: true - - Item: Clip - Amount: 2 + - Index: 6 + Item: Clip UniqueId: true - - Item: Helm_ + - Index: 7 + Item: Clip UniqueId: true - - Item: Iron_Cane + - Index: 8 + Item: Helm_ + UniqueId: true + - Index: 9 + Item: Iron_Cane UniqueId: true - Group: BR_THIEFPACKAGE SubGroups: - SubGroup: 0 List: - - Item: Thief_Clothes_ + - Index: 0 + Item: Thief_Clothes_ UniqueId: true - - Item: Buckler_ + - Index: 1 + Item: Buckler_ UniqueId: true - - Item: Boots_ + - Index: 2 + Item: Boots_ UniqueId: true - - Item: Manteau_ + - Index: 3 + Item: Manteau_ UniqueId: true - - Item: Matyr_Card + - Index: 4 + Item: Matyr_Card UniqueId: true - - Item: Whisper_Card + - Index: 5 + Item: Whisper_Card UniqueId: true - - Item: Clip - Amount: 2 + - Index: 6 + Item: Clip UniqueId: true - - Item: Ghost_Bandana + - Index: 7 + Item: Clip + UniqueId: true + - Index: 8 + Item: Ghost_Bandana UniqueId: true - Group: BUDDAH_SCROLL SubGroups: - SubGroup: 0 List: - - Item: Mental_Potion + - Index: 0 + Item: Mental_Potion Amount: 3 - SubGroup: 1 List: - - Item: Bubble_Gum_Box + - Index: 0 + Item: Bubble_Gum_Box Rate: 1400 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1400 - - Item: Megaphone_Box + - Index: 2 + Item: Megaphone_Box Rate: 1400 - - Item: Battle_Manual_Box + - Index: 3 + Item: Battle_Manual_Box Rate: 1352 - - Item: Token_Of_Siegfried_Box + - Index: 4 + Item: Token_Of_Siegfried_Box Rate: 1250 - - Item: Shadow_Armor_S_Box10 + - Index: 5 + Item: Shadow_Armor_S_Box10 Rate: 1400 - - Item: Guyak_Pudding + - Index: 6 + Item: Guyak_Pudding Rate: 1400 Amount: 10 - - Item: Poker_Card_In_Mouth + - Index: 7 + Item: Poker_Card_In_Mouth Rate: 30 Announced: true - - Item: Sleeping_Kitty_Cat + - Index: 8 + Item: Sleeping_Kitty_Cat Rate: 100 Announced: true - - Item: Cat_Ears_Beret + - Index: 9 + Item: Cat_Ears_Beret Rate: 10 Announced: true - - Item: Guarantee_Weapon_5Up + - Index: 10 + Item: Guarantee_Weapon_5Up Rate: 70 Announced: true - - Item: Red_Hood + - Index: 11 + Item: Red_Hood Rate: 100 Announced: true - - Item: C_Spirit_Of_Chung_E + - Index: 12 + Item: C_Spirit_Of_Chung_E Rate: 20 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 13 + Item: Guarantee_Weapon_9Up Rate: 5 Announced: true - - Item: Sealed_Samurai_Card + - Index: 14 + Item: Sealed_Samurai_Card Rate: 3 Announced: true - - Item: Kirin_Wing + - Index: 15 + Item: Kirin_Wing Rate: 10 Announced: true - - Item: Unbreak_Weap_Box + - Index: 16 + Item: Unbreak_Weap_Box Rate: 50 Announced: true - Group: BUNNY_BAND_BOX SubGroups: - SubGroup: 0 List: - - Item: Bunny_Band_C - Duration: 10080 + - Index: 0 + Item: Bunny_Band_C + Duration: 20160 UniqueId: true - Group: CANDY SubGroups: - SubGroup: 1 List: - - Item: Candy + - Index: 0 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 1 + Item: Candy_Striper Rate: 1 - Group: CANDY_HOLDER SubGroups: - SubGroup: 1 List: - - Item: Honey + - Index: 0 + Item: Honey Rate: 10 - - Item: Candy + - Index: 1 + Item: Candy Rate: 20 - - Item: Well_Baked_Cookie + - Index: 2 + Item: Well_Baked_Cookie Rate: 15 - - Item: Piece_Of_Cake + - Index: 3 + Item: Piece_Of_Cake Rate: 10 - - Item: Bread + - Index: 4 + Item: Bread Rate: 20 - - Item: Old_Blue_Box + - Index: 5 + Item: Old_Blue_Box Rate: 1 - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 1 - - Item: Old_Card_Album + - Index: 7 + Item: Old_Card_Album Rate: 1 - - Item: Old_Violet_Box + - Index: 8 + Item: Old_Violet_Box Rate: 1 - - Item: Contracts_In_Shadow + - Index: 9 + Item: Contracts_In_Shadow Rate: 1 - - Item: Niflheim_Ticket + - Index: 10 + Item: Niflheim_Ticket Rate: 10 - - Item: Pumpkin_Cake + - Index: 11 + Item: Pumpkin_Cake Rate: 5 - - Item: Pumpkin_Pie + - Index: 12 + Item: Pumpkin_Pie Rate: 5 - Group: CAPRICON_DI_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Robo_Eye_Box + - Index: 0 + Item: Robo_Eye_Box Rate: 1 UniqueId: true - - Item: Improved_Tights + - Index: 1 + Item: Improved_Tights Rate: 3 UniqueId: true - - Item: Capricon_Diadem_Box + - Index: 2 + Item: Capricon_Diadem_Box Rate: 10 UniqueId: true - - Item: Sprint_Shoes + - Index: 3 + Item: Sprint_Shoes Rate: 26 UniqueId: true - - Item: Cursed_Star + - Index: 4 + Item: Cursed_Star Rate: 40 UniqueId: true - - Item: King_Tiger_Doll_Hat_Box + - Index: 5 + Item: King_Tiger_Doll_Hat_Box Rate: 60 UniqueId: true - - Item: Pirate's_Pride_Box + - Index: 6 + Item: Pirate's_Pride_Box Rate: 80 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 10 UniqueId: true - - Item: Med_Life_Potion_Box30 + - Index: 8 + Item: Med_Life_Potion_Box30 Rate: 50 UniqueId: true - - Item: Abrasive_Box5 + - Index: 9 + Item: Abrasive_Box5 Rate: 80 UniqueId: true - - Item: Guyak_Candy + - Index: 10 + Item: Guyak_Candy Rate: 130 Amount: 5 UniqueId: true - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 150 Amount: 5 UniqueId: true - - Item: Enriched_Oridecon_Box5 + - Index: 12 + Item: Enriched_Oridecon_Box5 Rate: 170 UniqueId: true - - Item: Small_Life_Potion_Box30 + - Index: 13 + Item: Small_Life_Potion_Box30 Rate: 10 UniqueId: true - Group: CAPRICON_DI_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Capricon_Di_Scroll + - Index: 0 + Item: Capricon_Di_Scroll Amount: 10 UniqueId: true Stacked: false @@ -4039,56 +5843,71 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Santa_Poring_Hat_Box + - Index: 0 + Item: Santa_Poring_Hat_Box Rate: 1 UniqueId: true - - Item: Linen_Glove + - Index: 1 + Item: Linen_Glove Rate: 2 UniqueId: true - - Item: Rainbow_Scarf_Box + - Index: 2 + Item: Rainbow_Scarf_Box Rate: 5 UniqueId: true - - Item: Capricon_Crown_Box + - Index: 3 + Item: Capricon_Crown_Box Rate: 10 UniqueId: true - - Item: Pizza_Hat_Box + - Index: 4 + Item: Pizza_Hat_Box Rate: 35 UniqueId: true - - Item: Antonio_Card + - Index: 5 + Item: Antonio_Card Rate: 37 UniqueId: true - - Item: Red_Bag + - Index: 6 + Item: Red_Bag Rate: 150 Amount: 10 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 70 UniqueId: true - - Item: Guyak_Candy + - Index: 8 + Item: Guyak_Candy Rate: 130 Amount: 6 UniqueId: true - - Item: Guyak_Pudding + - Index: 9 + Item: Guyak_Pudding Rate: 150 Amount: 6 UniqueId: true - - Item: Adrenaline_Scroll_Box + - Index: 10 + Item: Adrenaline_Scroll_Box Rate: 70 UniqueId: true - - Item: Token_Of_Siegfried_Box + - Index: 11 + Item: Token_Of_Siegfried_Box Rate: 100 UniqueId: true - - Item: Enriched_Elunium_Box5 + - Index: 12 + Item: Enriched_Elunium_Box5 Rate: 180 UniqueId: true - - Item: Wind_Walk_10_Scroll_Box + - Index: 13 + Item: Wind_Walk_10_Scroll_Box Rate: 60 UniqueId: true - Group: CAPRI_CROWN_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Capri_Crown_Scroll + - Index: 0 + Item: Capri_Crown_Scroll Amount: 10 UniqueId: true Stacked: false @@ -4096,4109 +5915,7950 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Caracas_Ring - Duration: 4500 + - Index: 0 + Item: Caracas_Ring + Duration: 30240 + - Index: 1 + Item: Steel_Flower_C + Duration: 30240 - Group: CARDALBUM SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Poring_Card - Rate: 10 - - Item: Fabre_Card - Rate: 10 - - Item: Pupa_Card + - Index: 0 + Item: Poring_Card + Rate: 15 + - Index: 1 + Item: Fabre_Card + Rate: 17 + - Index: 2 + Item: Pupa_Card Rate: 6 - - Item: Drops_Card - Rate: 11 - - Item: Poring__Card - Rate: 1 - - Item: Lunatic_Card - Rate: 7 - - Item: Pecopeco_Egg_Card + - Index: 3 + Item: Drops_Card + Rate: 18 + - Index: 4 + Item: Poring__Card + Rate: 2 + - Index: 5 + Item: Lunatic_Card + Rate: 14 + - Index: 6 + Item: Pecopeco_Egg_Card Rate: 4 - - Item: Picky_Card + - Index: 7 + Item: Picky_Card + Rate: 17 + - Index: 8 + Item: Chonchon_Card + Rate: 17 + - Index: 9 + Item: Wilow_Card + Rate: 17 + - Index: 10 + Item: Picky__Card + Rate: 17 + - Index: 11 + Item: Thief_Bug_Egg_Card + Rate: 19 + - Index: 12 + Item: Andre_Egg_Card + Rate: 12 + - Index: 13 + Item: Roda_Frog_Card + Rate: 5 + - Index: 14 + Item: Condor_Card + Rate: 12 + - Index: 15 + Item: Thief_Bug_Card + Rate: 12 + - Index: 16 + Item: Savage_Babe_Card + Rate: 5 + - Index: 17 + Item: Hornet_Card Rate: 10 - - Item: Chonchon_Card + - Index: 18 + Item: Farmiliar_Card Rate: 10 - - Item: Wilow_Card + - Index: 19 + Item: Rocker_Card Rate: 10 - - Item: Picky__Card + - Index: 20 + Item: Spore_Card Rate: 10 - - Item: Thief_Bug_Egg_Card - Rate: 8 - - Item: Andre_Egg_Card - Rate: 7 - - Item: Roda_Frog_Card + - Index: 21 + Item: Desert_Wolf_Babe_Card Rate: 5 - - Item: Condor_Card - Rate: 7 - - Item: Thief_Bug_Card - Rate: 7 - - Item: Savage_Babe_Card + - Index: 22 + Item: Plankton_Card Rate: 5 - - Item: Hornet_Card + - Index: 23 + Item: Skeleton_Card Rate: 5 - - Item: Farmiliar_Card - Rate: 5 - - Item: Rocker_Card - Rate: 5 - - Item: Spore_Card - Rate: 5 - - Item: Desert_Wolf_Babe_Card - Rate: 5 - - Item: Plankton_Card - Rate: 5 - - Item: Skeleton_Card - Rate: 5 - - Item: Thief_Bug_Female_Card + - Index: 24 + Item: Thief_Bug_Female_Card + Rate: 9 + - Index: 25 + Item: Kukre_Card Rate: 3 - - Item: Kukre_Card + - Index: 26 + Item: Tarou_Card + Rate: 9 + - Index: 27 + Item: Wolf_Card + Rate: 9 + - Index: 28 + Item: Mandragora_Card + Rate: 9 + - Index: 29 + Item: Pecopeco_Card Rate: 3 - - Item: Tarou_Card + - Index: 30 + Item: Ambernite_Card + Rate: 6 + - Index: 31 + Item: Poporing_Card + Rate: 6 + - Index: 32 + Item: Worm_Tail_Card + Rate: 6 + - Index: 33 + Item: Hydra_Card Rate: 3 - - Item: Wolf_Card + - Index: 34 + Item: Muka_Card Rate: 3 - - Item: Mandragora_Card + - Index: 35 + Item: Snake_Card Rate: 3 - - Item: Pecopeco_Card + - Index: 36 + Item: Zombie_Card Rate: 3 - - Item: Ambernite_Card + - Index: 37 + Item: Stainer_Card Rate: 3 - - Item: Poporing_Card + - Index: 38 + Item: Creamy_Card Rate: 3 - - Item: Worm_Tail_Card + - Index: 39 + Item: Coco_Card Rate: 3 - - Item: Hydra_Card + - Index: 40 + Item: Steel_Chonchon_Card Rate: 3 - - Item: Muka_Card + - Index: 41 + Item: Andre_Card Rate: 3 - - Item: Snake_Card + - Index: 42 + Item: Smokie_Card Rate: 3 - - Item: Zombie_Card + - Index: 43 + Item: Horn_Card Rate: 3 - - Item: Stainer_Card + - Index: 44 + Item: Martin_Card Rate: 3 - - Item: Creamy_Card + - Index: 45 + Item: Poison_Spore_Card Rate: 3 - - Item: Coco_Card + - Index: 46 + Item: Vadon_Card Rate: 3 - - Item: Steel_Chonchon_Card + - Index: 47 + Item: Thief_Bug_Male_Card Rate: 3 - - Item: Andre_Card + - Index: 48 + Item: Yoyo_Card Rate: 3 - - Item: Smokie_Card + - Index: 49 + Item: Elder_Wilow_Card Rate: 3 - - Item: Horn_Card - Rate: 3 - - Item: Martin_Card - Rate: 3 - - Item: Ghostring_Card + - Index: 50 + Item: Vitata_Card Rate: 1 - - Item: Poison_Spore_Card + - Index: 51 + Item: Marina_Card Rate: 3 - - Item: Vadon_Card + - Index: 52 + Item: Dustiness_Card Rate: 3 - - Item: Thief_Bug_Male_Card - Rate: 3 - - Item: Yoyo_Card - Rate: 3 - - Item: Elder_Wilow_Card - Rate: 3 - - Item: Vitata_Card - Rate: 1 - - Item: Angeling_Card - Rate: 1 - - Item: Marina_Card - Rate: 3 - - Item: Dustiness_Card - Rate: 3 - - Item: Metaller_Card + - Index: 53 + Item: Metaller_Card Rate: 2 - - Item: Thara_Frog_Card + - Index: 54 + Item: Thara_Frog_Card Rate: 2 - - Item: Goblin_Card + - Index: 55 + Item: Goblin_Card Rate: 2 - - Item: Cornutus_Card + - Index: 56 + Item: Cornutus_Card Rate: 2 - - Item: Anacondaq_Card + - Index: 57 + Item: Anacondaq_Card Rate: 2 - - Item: Caramel_Card + - Index: 58 + Item: Caramel_Card Rate: 2 - - Item: Zerom_Card + - Index: 59 + Item: Zerom_Card Rate: 2 - - Item: Kaho_Card + - Index: 60 + Item: Kaho_Card Rate: 2 - - Item: Orc_Warrior_Card + - Index: 61 + Item: Orc_Warrior_Card Rate: 2 - - Item: Megalodon_Card + - Index: 62 + Item: Megalodon_Card Rate: 2 - - Item: Scorpion_Card + - Index: 63 + Item: Scorpion_Card Rate: 2 - - Item: Drainliar_Card + - Index: 64 + Item: Drainliar_Card Rate: 2 - - Item: Eggyra_Card + - Index: 65 + Item: Eggyra_Card Rate: 2 - - Item: Orc_Zombie_Card + - Index: 66 + Item: Orc_Zombie_Card Rate: 2 - - Item: Golem_Card + - Index: 67 + Item: Golem_Card + Rate: 1 + - Index: 68 + Item: Pirate_Skel_Card Rate: 2 - - Item: Pirate_Skel_Card + - Index: 69 + Item: BigFoot_Card Rate: 2 - - Item: BigFoot_Card + - Index: 70 + Item: Argos_Card Rate: 2 - - Item: Argos_Card + - Index: 71 + Item: Magnolia_Card Rate: 2 - - Item: Magnolia_Card + - Index: 72 + Item: Phen_Card Rate: 2 - - Item: Phen_Card + - Index: 73 + Item: Savage_Card Rate: 2 - - Item: Savage_Card + - Index: 74 + Item: Mantis_Card Rate: 2 - - Item: Mantis_Card + - Index: 75 + Item: Flora_Card Rate: 2 - - Item: Flora_Card + - Index: 76 + Item: Hode_Card Rate: 2 - - Item: Hode_Card - Rate: 2 - - Item: Desert_Wolf_Card + - Index: 77 + Item: Desert_Wolf_Card Rate: 1 - - Item: Rafflesia_Card + - Index: 78 + Item: Rafflesia_Card Rate: 1 - - Item: Marine_Sphere_Card + - Index: 79 + Item: Marine_Sphere_Card Rate: 1 - - Item: Orc_Skeleton_Card + - Index: 80 + Item: Orc_Skeleton_Card Rate: 1 - - Item: Soldier_Skeleton_Card + - Index: 81 + Item: Soldier_Skeleton_Card Rate: 1 - - Item: Giearth_Card + - Index: 82 + Item: Giearth_Card Rate: 1 - - Item: Frilldora_Card + - Index: 83 + Item: Frilldora_Card Rate: 1 - - Item: Sword_Fish_Card + - Index: 84 + Item: Sword_Fish_Card Rate: 1 - - Item: Munak_Card + - Index: 85 + Item: Munak_Card Rate: 1 - - Item: Kobold_Card + - Index: 86 + Item: Kobold_Card Rate: 1 - - Item: Skel_Worker_Card + - Index: 87 + Item: Skel_Worker_Card Rate: 1 - - Item: Obeaune_Card + - Index: 88 + Item: Obeaune_Card Rate: 1 - - Item: Archer_Skeleton_Card + - Index: 89 + Item: Archer_Skeleton_Card Rate: 1 - - Item: Marse_Card + - Index: 90 + Item: Marse_Card Rate: 1 - - Item: Zenorc_Card + - Index: 91 + Item: Zenorc_Card Rate: 1 - - Item: Matyr_Card + - Index: 92 + Item: Matyr_Card Rate: 1 - - Item: Dokebi_Card + - Index: 93 + Item: Dokebi_Card Rate: 1 - - Item: Pasana_Card + - Index: 94 + Item: Pasana_Card Rate: 1 - - Item: Sohee_Card + - Index: 95 + Item: Sohee_Card Rate: 1 - - Item: Sand_Man_Card + - Index: 96 + Item: Sand_Man_Card Rate: 1 - - Item: Whisper_Card + - Index: 97 + Item: Whisper_Card Rate: 1 - - Item: Horong_Card + - Index: 98 + Item: Horong_Card Rate: 1 - - Item: Requiem_Card + - Index: 99 + Item: Requiem_Card Rate: 1 - - Item: Marc_Card + - Index: 100 + Item: Marc_Card Rate: 1 - - Item: Mummy_Card + - Index: 101 + Item: Mummy_Card Rate: 1 - - Item: Verit_Card + - Index: 102 + Item: Verit_Card Rate: 1 - - Item: Myst_Card + - Index: 103 + Item: Myst_Card Rate: 1 - - Item: Jakk_Card + - Index: 104 + Item: Jakk_Card Rate: 1 - - Item: Ghoul_Card + - Index: 105 + Item: Ghoul_Card Rate: 1 - - Item: Strouf_Card + - Index: 106 + Item: Strouf_Card Rate: 1 - - Item: Marduk_Card + - Index: 107 + Item: Marduk_Card Rate: 1 - - Item: Marionette_Card + - Index: 108 + Item: Marionette_Card Rate: 1 - - Item: Argiope_Card + - Index: 109 + Item: Argiope_Card Rate: 1 - - Item: Hunter_Fly_Card + - Index: 110 + Item: Hunter_Fly_Card Rate: 1 - - Item: Isis_Card + - Index: 111 + Item: Isis_Card Rate: 1 - - Item: Side_Winder_Card + - Index: 112 + Item: Side_Winder_Card Rate: 1 - - Item: Petit_Card + - Index: 113 + Item: Petit_Card Rate: 1 - - Item: Bathory_Card + - Index: 114 + Item: Bathory_Card Rate: 1 - - Item: Petit__Card + - Index: 115 + Item: Petit__Card Rate: 1 - - Item: Deviruchi_Card + - Index: 116 + Item: Deviruchi_Card Rate: 1 - - Item: Deviace_Card + - Index: 117 + Item: Medusa_Card Rate: 1 - - Item: Nightmare_Card + - Index: 118 + Item: Deviace_Card Rate: 1 - - Item: Baphomet__Card + - Index: 119 + Item: Minorous_Card Rate: 1 - - Item: Daydric_Card + - Index: 120 + Item: Nightmare_Card Rate: 1 - - Item: Khalitzburg_Card + - Index: 121 + Item: Baphomet__Card Rate: 1 - - Item: Joker_Card + - Index: 122 + Item: Scorpion_King_Card Rate: 1 - - Item: Evil_Druid_Card + - Index: 123 + Item: Daydric_Card Rate: 1 - - Item: Gargoyle_Card + - Index: 124 + Item: Khalitzburg_Card Rate: 1 - - Item: Goat_Card + - Index: 125 + Item: Anubis_Card Rate: 1 - - Item: Gajomart_Card + - Index: 126 + Item: Joker_Card Rate: 1 - - Item: Galapago_Card + - Index: 127 + Item: Knight_Of_Abyss_Card Rate: 1 - - Item: Crab_Card + - Index: 128 + Item: Evil_Druid_Card Rate: 1 - - Item: Rice_Cake_Boy_Card + - Index: 129 + Item: Gargoyle_Card Rate: 1 - - Item: Steam_Goblin_Card + - Index: 130 + Item: Goat_Card Rate: 1 - - Item: Goblin_Archer_Card + - Index: 131 + Item: Gajomart_Card Rate: 1 - - Item: Flying_Deleter_Card + - Index: 132 + Item: Galapago_Card Rate: 1 - - Item: Nine_Tail_Card + - Index: 133 + Item: Crab_Card Rate: 1 - - Item: Antique_Firelock_Card + - Index: 134 + Item: Rice_Cake_Boy_Card Rate: 1 - - Item: Grand_Peco_Card + - Index: 135 + Item: Steam_Goblin_Card Rate: 1 - - Item: Grizzly_Card + - Index: 136 + Item: Goblin_Archer_Card Rate: 1 - - Item: Gullinbursti_Card + - Index: 137 + Item: Flying_Deleter_Card Rate: 1 - - Item: Gig_Card + - Index: 138 + Item: Nine_Tail_Card Rate: 1 - - Item: Nightmare_Terror_Card + - Index: 139 + Item: Antique_Firelock_Card Rate: 1 - - Item: Neraid_Card + - Index: 140 + Item: Grand_Peco_Card Rate: 1 - - Item: Dark_Frame_Card + - Index: 141 + Item: Grizzly_Card Rate: 1 - - Item: The_Paper_Card + - Index: 142 + Item: Gullinbursti_Card Rate: 1 - - Item: Demon_Pungus_Card + - Index: 143 + Item: Gig_Card Rate: 1 - - Item: Deviling_Card + - Index: 144 + Item: Nightmare_Terror_Card Rate: 1 - - Item: Poison_Toad_Card + - Index: 145 + Item: Neraid_Card Rate: 1 - - Item: Dullahan_Card + - Index: 146 + Item: Dark_Frame_Card Rate: 1 - - Item: Dryad_Card + - Index: 147 + Item: Dark_Priest_Card Rate: 1 - - Item: Dragon_Tail_Card + - Index: 148 + Item: The_Paper_Card Rate: 1 - - Item: Driller_Card + - Index: 149 + Item: Demon_Pungus_Card Rate: 1 - - Item: Disguise_Card + - Index: 150 + Item: Poison_Toad_Card Rate: 1 - - Item: Diabolic_Card + - Index: 151 + Item: Dullahan_Card Rate: 1 - - Item: Lava_Golem_Card + - Index: 152 + Item: Dryad_Card Rate: 1 - - Item: Rideword_Card + - Index: 153 + Item: Dragon_Tail_Card Rate: 1 - - Item: Raggler_Card + - Index: 154 + Item: Driller_Card Rate: 1 - - Item: Raydric_Archer_Card + - Index: 155 + Item: Disguise_Card Rate: 1 - - Item: Leib_Olmai_Card + - Index: 156 + Item: Diabolic_Card Rate: 1 - - Item: Wraith_Dead_Card + - Index: 157 + Item: Lava_Golem_Card Rate: 1 - - Item: Wraith_Card + - Index: 158 + Item: Rideword_Card Rate: 1 - - Item: Loli_Ruri_Card + - Index: 159 + Item: Raggler_Card Rate: 1 - - Item: Rotar_Zairo_Card + - Index: 160 + Item: Raydric_Archer_Card Rate: 1 - - Item: Lude_Card + - Index: 161 + Item: Leib_Olmai_Card Rate: 1 - - Item: Rybio_Card + - Index: 162 + Item: Wraith_Dead_Card Rate: 1 - - Item: Leaf_Cat_Card + - Index: 163 + Item: Wraith_Card Rate: 1 - - Item: Marin_Card + - Index: 164 + Item: Loli_Ruri_Card Rate: 1 - - Item: Merman_Card + - Index: 165 + Item: Rotar_Zairo_Card Rate: 1 - - Item: Megalith_Card + - Index: 166 + Item: Lude_Card Rate: 1 - - Item: Majoruros_Card + - Index: 167 + Item: Rybio_Card Rate: 1 - - Item: Civil_Servant_Card + - Index: 168 + Item: Leaf_Cat_Card Rate: 1 - - Item: Mini_Demon_Card + - Index: 169 + Item: Marin_Card Rate: 1 - - Item: Mimic_Card + - Index: 170 + Item: Merman_Card Rate: 1 - - Item: Mystcase_Card + - Index: 171 + Item: Megalith_Card Rate: 1 - - Item: Miyabi_Ningyo_Card + - Index: 172 + Item: Majoruros_Card Rate: 1 - - Item: Violy_Card + - Index: 173 + Item: Civil_Servant_Card Rate: 1 - - Item: Wander_Man_Card + - Index: 174 + Item: Mini_Demon_Card Rate: 1 - - Item: Bon_Gun_Card + - Index: 175 + Item: Mimic_Card Rate: 1 - - Item: Brilight_Card + - Index: 176 + Item: Mystcase_Card Rate: 1 - - Item: Bloody_Murderer_Card + - Index: 177 + Item: Miyabi_Ningyo_Card Rate: 1 - - Item: Blazzer_Card + - Index: 178 + Item: Violy_Card Rate: 1 - - Item: Sasquatch_Card + - Index: 179 + Item: Wander_Man_Card Rate: 1 - - Item: Live_Peach_Tree_Card + - Index: 180 + Item: Bon_Gun_Card Rate: 1 - - Item: Succubus_Card + - Index: 181 + Item: Brilight_Card Rate: 1 - - Item: Sageworm_Card + - Index: 182 + Item: Bloody_Murderer_Card Rate: 1 - - Item: Solider_Card + - Index: 183 + Item: Blazzer_Card Rate: 1 - - Item: Skeleton_General_Card + - Index: 184 + Item: Sasquatch_Card Rate: 1 - - Item: Skel_Prisoner_Card + - Index: 185 + Item: Live_Peach_Tree_Card Rate: 1 - - Item: Stalactic_Golem_Card + - Index: 186 + Item: Succubus_Card Rate: 1 - - Item: Stem_Worm_Card + - Index: 187 + Item: Sageworm_Card Rate: 1 - - Item: Stone_Shooter_Card + - Index: 188 + Item: Solider_Card Rate: 1 - - Item: Sting_Card + - Index: 189 + Item: Goblin_Leader_Card Rate: 1 - - Item: Spring_Rabbit_Card + - Index: 190 + Item: Chepet_Card Rate: 1 - - Item: Sleeper_Card + - Index: 191 + Item: Choco_Card Rate: 1 - - Item: C_Tower_Manager_Card + - Index: 192 + Item: Zherlthsh_Card Rate: 1 - - Item: Shinobi_Card + - Index: 193 + Item: Kobold_Leader_Card Rate: 1 - - Item: Increase_Soil_Card + - Index: 194 + Item: Vocal_Card Rate: 1 - - Item: Wild_Ginseng_Card + - Index: 195 + Item: Skeleton_General_Card Rate: 1 - - Item: Baby_Leopard_Card + - Index: 196 + Item: Skel_Prisoner_Card Rate: 1 - - Item: Anolian_Card + - Index: 197 + Item: Stalactic_Golem_Card Rate: 1 - - Item: Cookie_XMAS_Card + - Index: 198 + Item: Stem_Worm_Card Rate: 1 - - Item: Owl_Duke_Card + - Index: 199 + Item: Stone_Shooter_Card Rate: 1 - - Item: Owl_Baron_Card + - Index: 200 + Item: Sting_Card Rate: 1 - - Item: Iron_Fist_Card + - Index: 201 + Item: Spring_Rabbit_Card Rate: 1 - - Item: Arclouse_Card + - Index: 202 + Item: Sleeper_Card Rate: 1 - - Item: Apocalips_Card + - Index: 203 + Item: C_Tower_Manager_Card Rate: 1 - - Item: Antonio_Card + - Index: 204 + Item: Shinobi_Card Rate: 1 - - Item: Alarm_Card + - Index: 205 + Item: Increase_Soil_Card Rate: 1 - - Item: Am_Mut_Card + - Index: 206 + Item: Wild_Ginseng_Card Rate: 1 - - Item: Assulter_Card + - Index: 207 + Item: Baby_Leopard_Card Rate: 1 - - Item: Aster_Card + - Index: 208 + Item: Anolian_Card Rate: 1 - - Item: Ancient_Mummy_Card + - Index: 209 + Item: Cookie_XMAS_Card Rate: 1 - - Item: Ancient_Worm_Card + - Index: 210 + Item: Iron_Fist_Card Rate: 1 - - Item: Elder_Card + - Index: 211 + Item: Arclouse_Card Rate: 1 - - Item: Alligator_Card + - Index: 212 + Item: Apocalips_Card Rate: 1 - - Item: Alice_Card + - Index: 213 + Item: Alarm_Card Rate: 1 - - Item: Orc_Lady_Card + - Index: 214 + Item: Am_Mut_Card Rate: 1 - - Item: Orc_Archer_Card + - Index: 215 + Item: Assulter_Card Rate: 1 - - Item: Wild_Rose_Card + - Index: 216 + Item: Aster_Card Rate: 1 - - Item: Wicked_Nymph_Card + - Index: 217 + Item: Ancient_Mummy_Card Rate: 1 - - Item: Wooden_Golem_Card + - Index: 218 + Item: Ancient_Worm_Card Rate: 1 - - Item: Wootan_Shooter_Card + - Index: 219 + Item: Elder_Card Rate: 1 - - Item: Wootan_Fighter_Card + - Index: 220 + Item: Alligator_Card Rate: 1 - - Item: Evil_Cloud_Hermit_Card + - Index: 221 + Item: Alice_Card Rate: 1 - - Item: Wind_Ghost_Card + - Index: 222 + Item: Orc_Lady_Card Rate: 1 - - Item: Li_Me_Mang_Ryang_Card + - Index: 223 + Item: Orc_Archer_Card Rate: 1 - - Item: Explosion_Card + - Index: 224 + Item: Wild_Rose_Card Rate: 1 - - Item: Injustice_Card + - Index: 225 + Item: Wicked_Nymph_Card Rate: 1 - - Item: Incubus_Card + - Index: 226 + Item: Wooden_Golem_Card Rate: 1 - - Item: Giant_Spider_Card + - Index: 227 + Item: Wootan_Shooter_Card Rate: 1 - - Item: Giant_Honet_Card + - Index: 228 + Item: Wootan_Fighter_Card Rate: 1 - - Item: Dancing_Dragon_Card + - Index: 229 + Item: Evil_Cloud_Hermit_Card Rate: 1 - - Item: Shellfish_Card + - Index: 230 + Item: Wind_Ghost_Card Rate: 1 - - Item: Zombie_Master_Card + - Index: 231 + Item: Li_Me_Mang_Ryang_Card Rate: 1 - - Item: Zombie_Prisoner_Card + - Index: 232 + Item: Explosion_Card Rate: 1 - - Item: Zherlthsh_Card + - Index: 233 + Item: Injustice_Card Rate: 1 - - Item: Gibbet_Card + - Index: 234 + Item: Incubus_Card Rate: 1 - - Item: Deleter_Card + - Index: 235 + Item: Giant_Spider_Card Rate: 1 - - Item: Geographer_Card + - Index: 236 + Item: Giant_Honet_Card Rate: 1 - - Item: Zipper_Bear_Card + - Index: 237 + Item: Dancing_Dragon_Card Rate: 1 - - Item: Tengu_Card + - Index: 238 + Item: Shellfish_Card Rate: 1 - - Item: Greatest_General_Card + - Index: 239 + Item: Zombie_Master_Card Rate: 1 - - Item: Chepet_Card + - Index: 240 + Item: Zombie_Prisoner_Card Rate: 1 - - Item: Choco_Card + - Index: 241 + Item: Gibbet_Card Rate: 1 - - Item: Karakasa_Card + - Index: 242 + Item: Deleter_Card Rate: 1 - - Item: Kapha_Card + - Index: 243 + Item: Geographer_Card Rate: 1 - - Item: Carat_Card + - Index: 244 + Item: Zipper_Bear_Card Rate: 1 - - Item: Caterpillar_Card + - Index: 245 + Item: Tengu_Card Rate: 1 - - Item: Cat_O_Nine_Tail_Card + - Index: 246 + Item: Greatest_General_Card Rate: 1 - - Item: Kobold_Archer_Card + - Index: 247 + Item: Karakasa_Card Rate: 1 - - Item: Cookie_Card + - Index: 248 + Item: Kapha_Card Rate: 1 - - Item: Quve_Card + - Index: 249 + Item: Carat_Card Rate: 1 - - Item: Kraben_Card + - Index: 250 + Item: Caterpillar_Card Rate: 1 - - Item: Cramp_Card + - Index: 251 + Item: Kobold_Archer_Card Rate: 1 - - Item: Cruiser_Card + - Index: 252 + Item: Cookie_Card Rate: 1 - - Item: Cremy_Fear_Card + - Index: 253 + Item: Quve_Card Rate: 1 - - Item: Clock_Card + - Index: 254 + Item: Kraben_Card Rate: 1 - - Item: Chimera_Card + - Index: 255 + Item: Cramp_Card Rate: 1 - - Item: Killer_Mantis_Card + - Index: 256 + Item: Cruiser_Card Rate: 1 - - Item: Tamruan_Card + - Index: 257 + Item: Cremy_Fear_Card Rate: 1 - - Item: Kind_Of_Beetle_Card + - Index: 258 + Item: Clock_Card Rate: 1 - - Item: Tri_Joint_Card + - Index: 259 + Item: Killer_Mantis_Card Rate: 1 - - Item: Parasite_Card + - Index: 260 + Item: Whisper_Boss_Card Rate: 1 - - Item: Panzer_Goblin_Card + - Index: 261 + Item: Tamruan_Card Rate: 1 - - Item: Permeter_Card + - Index: 262 + Item: Kind_Of_Beetle_Card Rate: 1 - - Item: Fur_Seal_Card + - Index: 263 + Item: Tri_Joint_Card Rate: 1 - - Item: Punk_Card + - Index: 264 + Item: Parasite_Card Rate: 1 - - Item: Penomena_Card + - Index: 265 + Item: Panzer_Goblin_Card Rate: 1 - - Item: Pest_Card + - Index: 266 + Item: Permeter_Card Rate: 1 - - Item: Fake_Angel_Card + - Index: 267 + Item: Fur_Seal_Card Rate: 1 - - Item: Freezer_Card + - Index: 268 + Item: Punk_Card Rate: 1 - - Item: Hylozoist_Card + - Index: 269 + Item: Penomena_Card Rate: 1 - - Item: High_Orc_Card + - Index: 270 + Item: Pest_Card Rate: 1 - - Item: Garm_Baby_Card + - Index: 271 + Item: Fake_Angel_Card Rate: 1 - - Item: Harpy_Card + - Index: 272 + Item: Mobster_Card Rate: 1 - - Item: See_Otter_Card + - Index: 273 + Item: Freezer_Card Rate: 1 - - Item: Blood_Butterfly_Card + - Index: 274 + Item: Bloody_Knight_Card Rate: 1 - - Item: Hyegun_Card + - Index: 275 + Item: Hylozoist_Card Rate: 1 - - Item: Phendark_Card + - Index: 276 + Item: Garm_Baby_Card Rate: 1 - - Item: Heater_Card + - Index: 277 + Item: Harpy_Card Rate: 1 - - Item: Waste_Stove_Card + - Index: 278 + Item: See_Otter_Card Rate: 1 - - Item: Venomous_Card + - Index: 279 + Item: Blood_Butterfly_Card + Rate: 1 + - Index: 280 + Item: Hyegun_Card + Rate: 1 + - Index: 281 + Item: Phendark_Card + Rate: 1 + - Index: 282 + Item: Heater_Card + Rate: 1 + - Index: 283 + Item: Waste_Stove_Card + Rate: 1 + - Index: 284 + Item: Venomous_Card + Rate: 1 + - Index: 285 + Item: Noxious_Card + Rate: 1 + - Index: 286 + Item: Pitman_Card + Rate: 1 + - Index: 287 + Item: Ungoliant_Card + Rate: 1 + - Index: 288 + Item: Porcellio_Card + Rate: 1 + - Index: 289 + Item: Obsidian_Card + Rate: 1 + - Index: 290 + Item: Mineral_Card + Rate: 1 + - Index: 291 + Item: Teddy_Bear_Card + Rate: 1 + - Index: 292 + Item: Metaling_Card + Rate: 1 + - Index: 293 + Item: Mole_Card + Rate: 1 + - Index: 294 + Item: Anopheles_Card Rate: 3 - - Item: Noxious_Card - Rate: 1 - - Item: Pitman_Card + - Index: 295 + Item: Hill_Wind_Card Rate: 3 - - Item: Ungoliant_Card + - Index: 296 + Item: Ygnizem_Card Rate: 1 - - Item: Porcellio_Card - Rate: 1 - - Item: Obsidian_Card - Rate: 1 - - Item: Mineral_Card - Rate: 1 - - Item: Teddy_Bear_Card - Rate: 1 - - Item: Metaling_Card - Rate: 1 - - Item: Mole_Card - Rate: 1 - - Item: Anopheles_Card + - Index: 297 + Item: Armaia_Card Rate: 3 - - Item: Hill_Wind_Card + - Index: 298 + Item: Whikebain_Card + Rate: 1 + - Index: 299 + Item: Erend_Card + Rate: 1 + - Index: 300 + Item: Rawrel_Card Rate: 3 - - Item: Ygnizem_Card + - Index: 301 + Item: Kavac_Card Rate: 1 - - Item: Armaia_Card + - Index: 302 + Item: Removal_Card + Rate: 1 + - Index: 303 + Item: Gremlin_Card Rate: 3 - - Item: Whikebain_Card + - Index: 304 + Item: Beholder_Card Rate: 1 - - Item: Erend_Card + - Index: 305 + Item: Seyren_Card Rate: 1 - - Item: Rawrel_Card + - Index: 306 + Item: Eremes_Card Rate: 3 - - Item: Kavac_Card + - Index: 307 + Item: Harword_Card Rate: 1 - - Item: Removal_Card + - Index: 308 + Item: Magaleta_Card Rate: 1 - - Item: Gemini_Card + - Index: 309 + Item: Katrinn_Card Rate: 1 - - Item: Gremlin_Card + - Index: 310 + Item: Shecil_Card + Rate: 1 + - Index: 311 + Item: Venatu_Card + Rate: 1 + - Index: 312 + Item: Dimik_Card + Rate: 1 + - Index: 313 + Item: Archdam_Card + Rate: 1 + - Index: 314 + Item: Chung_E_Card + Rate: 1 + - Index: 315 + Item: Orc_Baby_Card_Card + Rate: 1 + - Index: 316 + Item: Green_Iguana_Card Rate: 3 - - Item: Beholder_Card + - Index: 317 + Item: Acidus_Card Rate: 1 - - Item: Seyren_Card + - Index: 318 + Item: Acidus__Card Rate: 1 - - Item: Eremes_Card + - Index: 319 + Item: Ferus_Card Rate: 3 - - Item: Harword_Card + - Index: 320 + Item: Ferus__Card Rate: 1 - - Item: Katrinn_Card + - Index: 321 + Item: Novus__Card Rate: 1 - - Item: Shecil_Card - Rate: 1 - - Item: Venatu_Card - Rate: 1 - - Item: Dimik_Card - Rate: 1 - - Item: Archdam_Card - Rate: 1 - - Item: Chung_E_Card - Rate: 1 - - Item: Orc_Baby_Card_Card - Rate: 1 - - Item: Green_Iguana_Card + - Index: 322 + Item: Novus_Card Rate: 3 - - Item: Acidus_Card - Rate: 1 - - Item: Acidus__Card - Rate: 1 - - Item: Ferus_Card + - Index: 323 + Item: Dragon_Egg_Card Rate: 3 - - Item: Ferus__Card + - Index: 324 + Item: Ancient_Mimic_Card Rate: 1 - - Item: Novus__Card - Rate: 1 - - Item: Novus_Card + - Index: 325 + Item: Deathword_Card Rate: 3 - - Item: Hydro_Card + - Index: 326 + Item: Plasma_Card Rate: 1 - - Item: Dragon_Egg_Card - Rate: 3 - - Item: Ancient_Mimic_Card + - Index: 327 + Item: Breeze_Card Rate: 1 - - Item: Deathword_Card - Rate: 3 - - Item: Plasma_Card + - Index: 328 + Item: Aliza_Card Rate: 1 - - Item: Breeze_Card + - Index: 329 + Item: Alicel_Card Rate: 1 - - Item: Retribution_Card - Rate: 3 - - Item: Observation_Card + - Index: 330 + Item: Aliot_Card Rate: 1 - - Item: Shelter_Card + - Index: 331 + Item: Skogul_Card Rate: 1 - - Item: Solace_Card + - Index: 332 + Item: Frus_Card Rate: 1 - - Item: Tha_Maero_Card + - Index: 333 + Item: Agav_Card Rate: 1 - - Item: Tha_Odium_Card + - Index: 334 + Item: Echio_Card Rate: 1 - - Item: Tha_Despero_Card + - Index: 335 + Item: Vanberk_Card Rate: 1 - - Item: Aliza_Card + - Index: 336 + Item: Isilla_Card Rate: 1 - - Item: Alicel_Card + - Index: 337 + Item: Hodremlin_Card Rate: 1 - - Item: Aliot_Card + - Index: 338 + Item: Seeker_Card Rate: 1 - - Item: Skogul_Card - Rate: 1 - - Item: Frus_Card - Rate: 1 - - Item: Agav_Card - Rate: 1 - - Item: Echio_Card - Rate: 1 - - Item: Vanberk_Card - Rate: 1 - - Item: Isilla_Card - Rate: 1 - - Item: Hodremlin_Card - Rate: 1 - - Item: Seeker_Card - Rate: 1 - - Item: Snowier_Card + - Index: 339 + Item: Snowier_Card Rate: 2 - - Item: Siroma_Card + - Index: 340 + Item: Siroma_Card Rate: 1 - - Item: Ice_Titan_Card + - Index: 341 + Item: Ice_Titan_Card Rate: 1 - - Item: Gazeti_Card + - Index: 342 + Item: Gazeti_Card Rate: 1 - - Item: Muscipular_Card + - Index: 343 + Item: Muscipular_Card Rate: 1 - - Item: Drosera_Card + - Index: 344 + Item: Drosera_Card Rate: 2 - - Item: Roween_Card + - Index: 345 + Item: Roween_Card Rate: 1 - - Item: Galion_Card - Rate: 1 - - Item: Stapo_Card + - Index: 346 + Item: Stapo_Card Rate: 3 - - Item: Byorgue_Card - Rate: 1 - - Item: Sword_Guardian_Card - Rate: 1 - - Item: Bow_Guardian_Card - Rate: 1 - - Item: Salamander_Card - Rate: 1 - - Item: Kasa_Card - Rate: 1 - - Item: Magmaring_Card + - Index: 347 + Item: Magmaring_Card Rate: 2 - - Item: Imp_Card + - Index: 348 + Item: Imp_Card Rate: 1 - - Item: Knocker_Card + - Index: 349 + Item: Knocker_Card Rate: 1 - - Item: Zombie_Slaughter_Card + - Index: 350 + Item: Zombie_Slaughter_Card Rate: 1 - - Item: Ragged_Zombie_Card + - Index: 351 + Item: Ragged_Zombie_Card Rate: 2 - - Item: Hell_Poodle_Card + - Index: 352 + Item: Hell_Poodle_Card Rate: 2 - - Item: Banshee_Card + - Index: 353 + Item: Banshee_Card Rate: 2 - - Item: Flame_Skull_Card + - Index: 354 + Item: Flame_Skull_Card Rate: 1 - - Item: Necromancer_Card + - Index: 355 + Item: Tatacho_Card Rate: 1 - - Item: Tatacho_Card + - Index: 356 + Item: Aqua_Elemental_Card Rate: 1 - - Item: Aqua_Elemental_Card - Rate: 2 - - Item: Draco_Card - Rate: 2 - - Item: Luciola_Vespa_Card + - Index: 357 + Item: Draco_Card Rate: 1 - - Item: Centipede_Card + - Index: 358 + Item: Luciola_Vespa_Card Rate: 1 - - Item: Cornus_Card + - Index: 359 + Item: P_Skeleton_Card Rate: 1 - - Item: Dark_Shadow_Card + - Index: 360 + Item: Centipede_Card Rate: 1 - - Item: Banshee_Master_Card + - Index: 361 + Item: Cornus_Card Rate: 1 - - Item: Centipede_Larva_Card - Rate: 2 - - Item: Hilsrion_Card - Rate: 2 - - Item: Duneirre_Card + - Index: 362 + Item: Dark_Shadow_Card Rate: 1 - - Item: Lata_Card + - Index: 363 + Item: Banshee_Master_Card Rate: 1 - - Item: Ringco_Card + - Index: 364 + Item: Centipede_Larva_Card Rate: 1 - - Item: Pillar_Card + - Index: 365 + Item: Hilsrion_Card Rate: 1 - - Item: Hardrock_Mommos_Card + - Index: 366 + Item: Duneirre_Card Rate: 1 - - Item: Tendrilion_Card + - Index: 367 + Item: Lata_Card Rate: 1 - - Item: Aunoe_Card + - Index: 368 + Item: Ringco_Card Rate: 1 - - Item: Panat_Card + - Index: 369 + Item: Pillar_Card Rate: 1 - - Item: Beholder_Master_Card + - Index: 370 + Item: Aunoe_Card Rate: 1 - - Item: Heavy_Metaling_Card + - Index: 371 + Item: Panat_Card Rate: 1 - - Item: Pinguicula_Dark_Card + - Index: 372 + Item: Beholder_Master_Card Rate: 1 - - Item: Naga_Card + - Index: 373 + Item: Heavy_Metaling_Card Rate: 1 - - Item: Nepenthes_Card + - Index: 374 + Item: Pinguicula_Dark_Card Rate: 1 - - Item: Egg_Of_Draco_Card + - Index: 375 + Item: Naga_Card Rate: 1 - - Item: Bradium_Goram_Card + - Index: 376 + Item: Nepenthes_Card Rate: 1 - - Item: Ancient_Tree_Card + - Index: 377 + Item: Egg_Of_Draco_Card Rate: 1 - - Item: Jakudam_Card + - Index: 378 + Item: Bradium_Goram_Card Rate: 1 - - Item: Cobalt_Mineral_Card + - Index: 379 + Item: Ancient_Tree_Card Rate: 1 - - Item: Pinguicula_Card + - Index: 380 + Item: Jakudam_Card Rate: 1 - - Item: Hell_Apocalips_Card + - Index: 381 + Item: Cobalt_Mineral_Card Rate: 1 - - Item: Scaraba_Card + - Index: 382 + Item: Pinguicula_Card Rate: 1 - - Item: Dolomedes_Card + - Index: 383 + Item: Hell_Apocalips_Card Rate: 1 - - Item: Miming_Card + - Index: 384 + Item: Scaraba_Card Rate: 1 - - Item: Little_Fatum_Card + - Index: 385 + Item: Dolomedes_Card Rate: 1 - - Item: Parus_Card + - Index: 386 + Item: Miming_Card Rate: 1 - - Item: Angra_Mantis_Card + - Index: 387 + Item: Little_Fatum_Card Rate: 1 - - Item: Pom_Spider_Card + - Index: 388 + Item: Parus_Card Rate: 1 - - Item: Alnoldi_Card + - Index: 389 + Item: Angra_Mantis_Card Rate: 1 - - Item: Comodo_Card + - Index: 390 + Item: Pom_Spider_Card Rate: 1 - - Item: Cendrawasih_Card + - Index: 391 + Item: Alnoldi_Card Rate: 1 - - Item: Banaspaty_Card + - Index: 392 + Item: Comodo_Card Rate: 1 - - Item: Butoijo_Card + - Index: 393 + Item: Cendrawasih_Card Rate: 1 - - Item: Sedora_Card + - Index: 394 + Item: Banaspaty_Card Rate: 1 - - Item: Sropho_Card + - Index: 395 + Item: Butoijo_Card Rate: 1 - - Item: Pot_Dofle_Card + - Index: 396 + Item: Sedora_Card Rate: 1 - - Item: Siorava_Card + - Index: 397 + Item: Sropho_Card Rate: 1 - - Item: Red_Eruma_Card + - Index: 398 + Item: Pot_Dofle_Card Rate: 1 - - Item: Wild_Rider_Card + - Index: 399 + Item: Siorava_Card Rate: 1 - - Item: Mini_Octopus_Card + - Index: 400 + Item: Red_Eruma_Card Rate: 1 - - Item: Alphoccio_Card + - Index: 401 + Item: Mini_Octopus_Card Rate: 1 - - Item: Ceila_Card + - Index: 402 + Item: Novice_Poring_Card + Rate: 10 + - Index: 403 + Item: Alphoccio_Card Rate: 1 - - Item: Chen_Card + - Index: 404 + Item: Ceila_Card Rate: 1 - - Item: Flamel_Card + - Index: 405 + Item: Chen_Card Rate: 1 - - Item: Gertie_Card + - Index: 406 + Item: Flamel_Card Rate: 1 - - Item: Randel_Card + - Index: 407 + Item: Gertie_Card Rate: 1 - - Item: Trentini_Card + - Index: 408 + Item: Randel_Card Rate: 1 - - Item: Soheon_Card + - Index: 409 + Item: Trentini_Card Rate: 1 - - Item: Elvira_Card + - Index: 410 + Item: Bungisngis_Card Rate: 1 - - Item: Lora_Card + - Index: 411 + Item: Engkanto_Card Rate: 1 - - Item: Rudo_Card + - Index: 412 + Item: Manananggal_Card Rate: 1 - - Item: Bungisngis_Card + - Index: 413 + Item: Mangkukulam_Card Rate: 1 - - Item: Engkanto_Card + - Index: 414 + Item: Tikbalang_Card Rate: 1 - - Item: Manananggal_Card + - Index: 415 + Item: Tiyanak_Card Rate: 1 - - Item: Mangkukulam_Card + - Index: 416 + Item: Wakwak_Card Rate: 1 - - Item: Tikbalang_Card + - Index: 417 + Item: Jejeling_Card Rate: 1 - - Item: Tiyanak_Card + - Index: 418 + Item: Menblatt_Card Rate: 1 - - Item: Wakwak_Card + - Index: 419 + Item: Petal_Card Rate: 1 - - Item: Jejeling_Card + - Index: 420 + Item: Cenere_Card Rate: 1 - - Item: Menblatt_Card + - Index: 421 + Item: AntiqueBook_Card Rate: 1 - - Item: Petal_Card + - Index: 422 + Item: LichternB_Card Rate: 1 - - Item: Cenere_Card + - Index: 423 + Item: LichternY_Card Rate: 1 - - Item: AntiqueBook_Card + - Index: 424 + Item: LichternR_Card Rate: 1 - - Item: LichternB_Card + - Index: 425 + Item: LichternG_Card Rate: 1 - - Item: LichternY_Card + - Index: 426 + Item: FaithfulManager_Card Rate: 1 - - Item: LichternR_Card + - Index: 427 + Item: Big_Ben_Card Rate: 1 - - Item: LichternG_Card + - Index: 428 + Item: Big_Bell_Card Rate: 1 - - Item: Big_Ben_Card + - Index: 429 + Item: Neo_Punk_Card Rate: 1 - - Item: Big_Bell_Card + - Index: 430 + Item: Arc_Elder_Card Rate: 1 - - Item: Neo_Punk_Card + - Index: 431 + Item: Time_Keeper_Card Rate: 1 - - Item: Arc_Elder_Card + - Index: 432 + Item: P_Archer_Skeleton_Card Rate: 1 - - Item: Time_Keeper_Card + - Index: 433 + Item: P_Soldier_Skeleton_Card Rate: 1 - - Item: Owl_Viscount_Card + - Index: 434 + Item: P_Amdarais_Card Rate: 1 - - Item: Owl_Marquees_Card + - Index: 435 + Item: Immotal_Corps_Card + Rate: 1 + - Index: 436 + Item: Watcher_Card + Rate: 1 + - Index: 437 + Item: Tappy_Card + Rate: 1 + - Index: 438 + Item: Frozenwolf_Card + Rate: 1 + - Index: 439 + Item: Zombie_Guard_Card + Rate: 1 + - Index: 440 + Item: Grave_Arclouse_Card + Rate: 1 + - Index: 441 + Item: Grave_Mimic_Card + Rate: 1 + - Index: 442 + Item: Grave_Minorous_Card + Rate: 1 + - Index: 443 + Item: Grave_Mummy_Card + Rate: 1 + - Index: 444 + Item: Grave_A_Mummy_Card + Rate: 1 + - Index: 445 + Item: Grave_Verit_Card + Rate: 1 + - Index: 446 + Item: Eggring_Card + Rate: 1 + - Index: 447 + Item: Basilisk1_Card + Rate: 1 + - Index: 448 + Item: Basilisk2_Card + Rate: 1 + - Index: 449 + Item: Leaf_Lunatic_Card + Rate: 1 + - Index: 450 + Item: Grass_Fabre_Card + Rate: 1 + - Index: 451 + Item: Wild_Honet_Card + Rate: 1 + - Index: 452 + Item: Sw_Roda_Frog_Card + Rate: 1 + - Index: 453 + Item: Hunter_Wolf_Card + Rate: 1 + - Index: 454 + Item: Trance_Spore_Card + Rate: 1 + - Index: 455 + Item: Ju_Mandragora_Card + Rate: 1 + - Index: 456 + Item: Fru_Pom_Spider_Card + Rate: 1 + - Index: 457 + Item: Step_Card + Rate: 1 + - Index: 458 + Item: Rock_Step_Card + Rate: 1 + - Index: 459 + Item: Kick_Step_Card + Rate: 1 + - Index: 460 + Item: KickAndKick_Card + Rate: 1 + - Index: 461 + Item: GreenCenere_Card + Rate: 1 + - Index: 462 + Item: RepairRobot_T_Card + Rate: 1 + - Index: 463 + Item: ExplorationRover_T_Card + Rate: 1 + - Index: 464 + Item: Scr_MT_Robots_Card + Rate: 1 + - Index: 465 + Item: GC109_Card + Rate: 1 + - Index: 466 + Item: DR815_Card + Rate: 1 + - Index: 467 + Item: Fire_Condor_Card + Rate: 1 + - Index: 468 + Item: Fire_Sand_Man_Card + Rate: 1 + - Index: 469 + Item: Fire_Frilldora_Card + Rate: 1 + - Index: 470 + Item: Fire_Golem_Card + Rate: 1 + - Index: 471 + Item: Fulbuk_Card + Rate: 1 + - Index: 472 + Item: BitterBonGun_Card + Rate: 1 + - Index: 473 + Item: BitterSohee_Card + Rate: 1 + - Index: 474 + Item: BitterMunak_Card + Rate: 1 + - Index: 475 + Item: BitterArcherSk_Card + Rate: 1 + - Index: 476 + Item: WizardOfVeritas_Card + Rate: 1 + - Index: 477 + Item: FuryHero_Card + Rate: 1 + - Index: 478 + Item: SweetNightM_Card + Rate: 1 + - Index: 479 + Item: MattDrainliar_Card + Rate: 1 + - Index: 480 + Item: LivingDead_Card + Rate: 1 + - Index: 481 + Item: AngerGazeti_Card + Rate: 1 + - Index: 482 + Item: AngerSnowier_Card + Rate: 1 + - Index: 483 + Item: AngerIceTitan_Card + Rate: 1 + - Index: 484 + Item: OminousSolider_Card + Rate: 1 + - Index: 485 + Item: OminousPermeter_Card + Rate: 1 + - Index: 486 + Item: OminousHeater_Card + Rate: 1 + - Index: 487 + Item: OminousAssulter_Card + Rate: 1 + - Index: 488 + Item: OminousFreezer_Card + Rate: 1 + - Index: 489 + Item: Iara_Card + Rate: 1 + - Index: 490 + Item: Piranha_Card + Rate: 1 + - Index: 491 + Item: Curupira_Card + Rate: 1 + - Index: 492 + Item: Toucan_Card + Rate: 1 + - Index: 493 + Item: Jaguar_Card + Rate: 1 + - Index: 494 + Item: Headless_Mule_Card + Rate: 1 + - Index: 495 + Item: XM_Tree_Card + Rate: 1 + - Index: 496 + Item: XM_Cookie_Card + Rate: 1 + - Index: 497 + Item: XM_Mystcase_Card + Rate: 1 + - Index: 498 + Item: XM_Lude_Card + Rate: 1 + - Index: 499 + Item: XM_Hylozoist_Card + Rate: 1 + - Index: 500 + Item: XM_Marionette_Card + Rate: 1 + - Index: 501 + Item: XM_Teddy_Bear_Card + Rate: 1 + - Index: 502 + Item: Wood_Goblin_Card + Rate: 1 + - Index: 503 + Item: Les_Card + Rate: 1 + - Index: 504 + Item: Uzhas_Card + Rate: 1 + - Index: 505 + Item: Vavayaga_Card + Rate: 1 + - Index: 506 + Item: Mavka_Card + Rate: 1 + - Index: 507 + Item: AirShip_Raid_Card + Rate: 1 + - Index: 508 + Item: Faceworm_Card + Rate: 1 + - Index: 509 + Item: Faceworm_Egg_Card + Rate: 1 + - Index: 510 + Item: Faceworm_L_Card + Rate: 1 + - Index: 511 + Item: Payon_Soldier_Card + Rate: 1 + - Index: 512 + Item: Archi_Card + Rate: 1 + - Index: 513 + Item: Dio_Anemos_Card + Rate: 1 + - Index: 514 + Item: Geffen_Gang_Card + Rate: 1 + - Index: 515 + Item: Geffen_Thug_Card + Rate: 1 + - Index: 516 + Item: Geffen_Thief_Card + Rate: 1 + - Index: 517 + Item: Pa_Monk_Card + Rate: 1 + - Index: 518 + Item: Ordre_Card + Rate: 1 + - Index: 519 + Item: Blut_Hase_Card + Rate: 1 + - Index: 520 + Item: Kuro_Akuma_Card + Rate: 1 + - Index: 521 + Item: Hyper_Death_Card + Rate: 1 + - Index: 522 + Item: Rechenier_Card + Rate: 1 + - Index: 523 + Item: Odorico_Card + Rate: 1 + - Index: 524 + Item: Jew_Card + Rate: 1 + - Index: 525 + Item: Evil_Shadow_Card + Rate: 1 + - Index: 526 + Item: Cowraiders1_Card + Rate: 1 + - Index: 527 + Item: Cowraiders2_Card + Rate: 1 + - Index: 528 + Item: Cowraiders3_Card + Rate: 1 + - Index: 529 + Item: E_Cowraiders1_Card + Rate: 1 + - Index: 530 + Item: E_Cowraiders2_Card + Rate: 1 + - Index: 531 + Item: E_Cowraiders3_Card + Rate: 1 + - Index: 532 + Item: Rr_Cramp_Card + Rate: 1 + - Index: 533 + Item: Rr_Arclouse_Card + Rate: 1 + - Index: 534 + Item: Gaster_Card + Rate: 1 + - Index: 535 + Item: Coyote_Card + Rate: 1 + - Index: 536 + Item: Colorful_T_Bear_Card + Rate: 1 + - Index: 537 + Item: Pitman_Worker_Card + Rate: 1 + - Index: 538 + Item: Fragment_Of_Soul_Card + Rate: 1 + - Index: 539 + Item: Sinister_Obsidian_Card + Rate: 1 + - Index: 540 + Item: Ancient_Trijoint_Card + Rate: 1 + - Index: 541 + Item: Ancient_Sta_Golem_Card + Rate: 1 + - Index: 542 + Item: Ancient_Megalith_Card + Rate: 1 + - Index: 543 + Item: Ancient_S_Shooter_Card + Rate: 1 + - Index: 544 + Item: Ancient_W_Shooter_Card + Rate: 1 + - Index: 545 + Item: Ancient_W_Fighter_Card + Rate: 1 + - Index: 546 + Item: Human_Kimera_Card + Rate: 1 + - Index: 547 + Item: Matter_Kimera_Card + Rate: 1 + - Index: 548 + Item: Heart_Hunter_Card + Rate: 1 + - Index: 549 + Item: AngerNineTail_Card + Rate: 1 + - Index: 550 + Item: Chaos_Ba_Jr_Card + Rate: 1 + - Index: 551 + Item: Chaos_S_Winder_Card + Rate: 1 + - Index: 552 + Item: Chaos_H_Fly_Card + Rate: 1 + - Index: 553 + Item: Chaos_Mantis_Card + Rate: 1 + - Index: 554 + Item: Chaos_Goring_Card + Rate: 1 + - Index: 555 + Item: Chaos_K_Mantis_Card + Rate: 1 + - Index: 556 + Item: Chaos_Poporing_Card + Rate: 1 + - Index: 557 + Item: Chaos_Stem_W_Card + Rate: 1 + - Index: 558 + Item: E_EA2S_Card + Rate: 1 + - Index: 559 + Item: High_Bellare_Card + Rate: 1 + - Index: 560 + Item: Sanare_Card + Rate: 1 + - Index: 561 + Item: High_Sanare_Card + Rate: 1 + - Index: 562 + Item: Plaga_Card + Rate: 1 + - Index: 563 + Item: Mutant_Plaga_Card + Rate: 1 + - Index: 564 + Item: Dolor_Card + Rate: 1 + - Index: 565 + Item: Mt_Dolor_Card + Rate: 1 + - Index: 566 + Item: Venenum_Card + Rate: 1 + - Index: 567 + Item: Mt_Venenum_Card + Rate: 1 + - Index: 568 + Item: Caput_Card + Rate: 1 + - Index: 569 + Item: Mt_Caput_Card + Rate: 1 + - Index: 570 + Item: E_EA1L_Card + Rate: 1 + - Index: 571 + Item: Bellare_Card + Rate: 1 + - Index: 572 + Item: LivingDeath_Card + Rate: 1 + - Index: 573 + Item: Firm_Kaho_Card + Rate: 1 + - Index: 574 + Item: Firm_Lava_G_Card + Rate: 1 + - Index: 575 + Item: Firm_Explosion_Card + Rate: 1 + - Index: 576 + Item: Firm_Deleter1_Card + Rate: 1 + - Index: 577 + Item: Firm_Deleter2_Card + Rate: 1 + - Index: 578 + Item: Firm_Nightmare_T_Card + Rate: 1 + - Index: 579 + Item: Firm_Blazzer_Card + Rate: 1 + - Index: 580 + Item: Polluted_Raydric_Card + Rate: 1 + - Index: 581 + Item: Polluted_Ray_A_Card + Rate: 1 + - Index: 582 + Item: Frozen_Gargoyle_Card + Rate: 1 + - Index: 583 + Item: Polluted_Sting_Card + Rate: 1 + - Index: 584 + Item: Prison_Breaker_Card + Rate: 1 + - Index: 585 + Item: Flame_Ghost_Card + Rate: 1 + - Index: 586 + Item: Polluted_W_Man_Card + Rate: 1 + - Index: 587 + Item: White_Knightage_Card + Rate: 1 + - Index: 588 + Item: Khaliz_Knightage_Card + Rate: 1 + - Index: 589 + Item: C_White_Knight_Card + Rate: 1 + - Index: 590 + Item: C_Khaliz_Knight_Card + Rate: 1 + - Index: 591 + Item: C_Raydric_Card + Rate: 1 + - Index: 592 + Item: C_Raydric_Archer_Card + Rate: 1 + - Index: 593 + Item: Angelgolt_Card + Rate: 1 + - Index: 594 + Item: Plasma_Spt_Card + Rate: 1 + - Index: 595 + Item: Plasma_Arch_Card + Rate: 1 + - Index: 596 + Item: Holy_Frus_Card + Rate: 1 + - Index: 597 + Item: Holy_Skogul_Card + Rate: 1 + - Index: 598 + Item: Poisonous_Card + Rate: 1 + - Index: 599 + Item: Toxious_Card + Rate: 1 + - Index: 600 + Item: Porcellio_W_Card + Rate: 1 + - Index: 601 + Item: Neo_Mineral_Card + Rate: 1 + - Index: 602 + Item: Abyss_Man_Card + Rate: 1 + - Index: 603 + Item: Jeweliant_Card + Rate: 1 + - Index: 604 + Item: Ferus_P_Card + Rate: 1 + - Index: 605 + Item: Treasure_Mimic_Card + Rate: 1 + - Index: 606 + Item: Acidus_B_Card + Rate: 1 + - Index: 607 + Item: Acidus_S_Card + Rate: 1 + - Index: 608 + Item: Bone_Ferus_Card + Rate: 1 + - Index: 609 + Item: Bone_Acidus_Card + Rate: 1 + - Index: 610 + Item: ILL_Sropho_Card + Rate: 1 + - Index: 611 + Item: ILL_Obeaune_Card + Rate: 1 + - Index: 612 + Item: ILL_Deviace_Card + Rate: 1 + - Index: 613 + Item: ILL_Marse_Card + Rate: 1 + - Index: 614 + Item: ILL_Merman_Card + Rate: 1 + - Index: 615 + Item: ILL_Sedora_Card + Rate: 1 + - Index: 616 + Item: ILL_Sword_Fish_Card + Rate: 1 + - Index: 617 + Item: ILL_Strouf_Card + Rate: 1 + - Index: 618 + Item: ILL_Phen_Card + Rate: 1 + - Index: 619 + Item: ILL_King_Dramoh_Card + Rate: 1 + - Index: 620 + Item: Beta_Guards_Ng_Card + Rate: 1 + - Index: 621 + Item: O_Cleaner_Ng_Card + Rate: 1 + - Index: 622 + Item: Assistant_Card + Rate: 1 + - Index: 623 + Item: Assistant_H_Card + Rate: 1 + - Index: 624 + Item: Dry_Rafflesia_Card + Rate: 1 + - Index: 625 + Item: Dry_Rafflesia_H_Card + Rate: 1 + - Index: 626 + Item: Alnoldi_Ex_Card + Rate: 1 + - Index: 627 + Item: Alnoldi_Ex_H_Card + Rate: 1 + - Index: 628 + Item: Beta_Scissore_Ng_Card + Rate: 1 + - Index: 629 + Item: B_Scissore_Ng_H_Card + Rate: 1 + - Index: 630 + Item: Verporta_Card + Rate: 1 + - Index: 631 + Item: Verporte_H_Card + Rate: 1 + - Index: 632 + Item: Papila_Card + Rate: 1 + - Index: 633 + Item: Papila_H_Card + Rate: 1 + - Index: 634 + Item: Papila_Ruba_Card + Rate: 1 + - Index: 635 + Item: Papila_Ruba_H_Card + Rate: 1 + - Index: 636 + Item: Papila_Cae_Card + Rate: 1 + - Index: 637 + Item: Papila_Cae_H_Card + Rate: 1 + - Index: 638 + Item: Aries_Card + Rate: 1 + - Index: 639 + Item: Aries_H_Card + Rate: 1 + - Index: 640 + Item: Beta_Cleaner_Card + Rate: 1 + - Index: 641 + Item: Beta_Baths_A_Card + Rate: 1 + - Index: 642 + Item: Bath_Mermaid_Card + Rate: 1 + - Index: 643 + Item: Bookworm_Card + Rate: 1 + - Index: 644 + Item: Roaming_Splbook_Card + Rate: 1 + - Index: 645 + Item: Pitaya_R_Card + Rate: 1 + - Index: 646 + Item: EP17_2_Cramp_Card + Rate: 1 + - Index: 647 + Item: Waterfall_Card + Rate: 1 + - Index: 648 + Item: Bellare3_Card + Rate: 1 + - Index: 649 + Item: Dolor3_Card + Rate: 1 + - Index: 650 + Item: Plasma_Y_Card + Rate: 1 + - Index: 651 + Item: Plaga3_Card + Rate: 1 + - Index: 652 + Item: Sanare3_Card + Rate: 1 + - Index: 653 + Item: Plasma_R_Card + Rate: 1 + - Index: 654 + Item: Plasma_R2_Card + Rate: 1 + - Index: 655 + Item: EP17_2_Phen_Card + Rate: 1 + - Index: 656 + Item: EP17_2_Piranha_Card + Rate: 1 + - Index: 657 + Item: EP17_2_Sword_Fish_Card + Rate: 1 + - Index: 658 + Item: EP17_2_Marc_Card + Rate: 1 + - Index: 659 + Item: Pitaya_Y_Card + Rate: 1 + - Index: 660 + Item: Pitaya_V_Card + Rate: 1 + - Index: 661 + Item: Pitaya_B_Card + Rate: 1 + - Index: 662 + Item: Pitaya_G_Card + Rate: 1 + - Index: 663 + Item: Venenum3_Card + Rate: 1 + - Index: 664 + Item: ILL_Andre_Card + Rate: 1 + - Index: 665 + Item: ILL_Andre_soldier_Card + Rate: 1 + - Index: 666 + Item: ILL_Andre_larva_Card + Rate: 1 + - Index: 667 + Item: ILL_Deniro_Card + Rate: 1 + - Index: 668 + Item: ILL_Piere_Card + Rate: 1 + - Index: 669 + Item: ILL_Ant_egg_Card + Rate: 1 + - Index: 670 + Item: ILL_Giearth_Card + Rate: 1 + - Index: 671 + Item: ILL_Farmiliar_Card + Rate: 1 + - Index: 672 + Item: ILL_Vitata_Card + Rate: 1 + - Index: 673 + Item: EP18_Ash_Toad_Card + Rate: 1 + - Index: 674 + Item: EP18_Rakehand_Card + Rate: 1 + - Index: 675 + Item: EP18_Spark_Card + Rate: 1 + - Index: 676 + Item: EP18_Hot_Molar_Card + Rate: 1 + - Index: 677 + Item: EP18_Volcaring_Card + Rate: 1 + - Index: 678 + Item: EP18_Lava_Toad_Card + Rate: 1 + - Index: 679 + Item: EP18_Ashhopper_Card + Rate: 1 + - Index: 680 + Item: EP18_Ashring_Card + Rate: 1 + - Index: 681 + Item: EP18_Grey_Wolf_Card + Rate: 1 + - Index: 682 + Item: EP18_Tumble_Ring_Card + Rate: 1 + - Index: 683 + Item: EP18_Firewind_Kite_Card + Rate: 1 + - Index: 684 + Item: EP18_Phantom_Wolf_Card + Rate: 1 + - Index: 685 + Item: Ice_Gangu_Card + Rate: 1 + - Index: 686 + Item: Shining_Seaweed_Card + Rate: 1 + - Index: 687 + Item: Ice_Straw_Card + Rate: 1 + - Index: 688 + Item: Unfrost_Flower_card + Rate: 1 + - Index: 689 + Item: Limacina_Card + Rate: 1 + - Index: 690 + Item: Calmaring_Card + Rate: 1 + - Index: 691 + Item: Primitive_Rgan_Card + Rate: 1 + - Index: 692 + Item: Lowest_Rgan_Card + Rate: 1 + - Index: 693 + Item: Junior_Rgan_Card + Rate: 1 + - Index: 694 + Item: Middle_G_Rgan_Card + Rate: 1 + - Index: 695 + Item: Discarded_P_R_Card + Rate: 1 + - Index: 696 + Item: Discarded_L_R_Card + Rate: 1 + - Index: 697 + Item: Cave_Calmaring_Card + Rate: 1 + - Index: 698 + Item: Cave_Un_Flower_Card + Rate: 1 + - Index: 699 + Item: B_Hallucigenia_Card + Rate: 1 + - Index: 700 + Item: Hallucigenia_Card + Rate: 1 + - Index: 701 + Item: One_E_Dollocaris_Card + Rate: 1 + - Index: 702 + Item: Eyes_Dollocaris_Card + Rate: 1 + - Index: 703 + Item: R_Superior_Rgan_Card + Rate: 1 + - Index: 704 + Item: E_Inter_Rgan_Card + Rate: 1 + - Index: 705 + Item: Heart_Hunter_AT_Card + Rate: 1 + - Index: 706 + Item: Gan_Ceann_Card + Rate: 1 + - Index: 707 + Item: Brutal_Murderer_Card + Rate: 1 + - Index: 708 + Item: Ghost_Cube_Card + Rate: 1 + - Index: 709 + Item: Lude_Gal_Card + Rate: 1 + - Index: 710 + Item: Disguiser_Card + Rate: 1 + - Index: 711 + Item: Bluemoon_Loli_Ruri_Card + Rate: 1 + - Index: 712 + Item: Grote_Card + Rate: 1 + - Index: 713 + Item: Pierrotzoist_Card + Rate: 1 + - Index: 714 + Item: Giant_Caput_Card + Rate: 1 + - Index: 715 + Item: Dolorian_Card + Rate: 1 + - Index: 716 + Item: Plagarion_Card + Rate: 1 + - Index: 717 + Item: Deadre_Card + Rate: 1 + - Index: 718 + Item: Venedi_Card + Rate: 1 + - Index: 719 + Item: Amitera_Card + Rate: 1 + - Index: 720 + Item: Litus_Card + Rate: 1 + - Index: 721 + Item: Fillia_Card + Rate: 1 + - Index: 722 + Item: Vanilaqus_Card + Rate: 1 + - Index: 723 + Item: Lava_Eater_Card + Rate: 1 + - Index: 724 + Item: Fulgor_Card + Rate: 1 + - Index: 725 + Item: Napeo_Card + Rate: 1 + - Index: 726 + Item: Galensis_Card + Rate: 1 + - Index: 727 + Item: Reken_Guard_Card + Rate: 1 + - Index: 728 + Item: Reken_H_Guard_Card + Rate: 1 + - Index: 729 + Item: Regen_Scientist_Card + Rate: 1 + - Index: 730 + Item: Crow_Baron_Card + Rate: 1 + - Index: 731 + Item: Crow_Duke_Card + Rate: 1 + - Index: 732 + Item: Eldest_Card + Rate: 1 + - Index: 733 + Item: Empathizer_Card + Rate: 1 + - Index: 734 + Item: Happy_Giver_Card + Rate: 1 + - Index: 735 + Item: Pray_Giver_Card + Rate: 1 + - Index: 736 + Item: Smile_Giver_Card + Rate: 1 + - Index: 737 + Item: Tha_Anger_Card + Rate: 1 + - Index: 738 + Item: Tha_Horror_Card + Rate: 1 + - Index: 739 + Item: Tha_Regret_Card + Rate: 1 + - Index: 740 + Item: Tha_Resent_Card + Rate: 1 + - Index: 741 + Item: Void_Mimic_Card + Rate: 1 + - Index: 742 + Item: Book_Of_Death_Card + Rate: 1 + - Index: 743 + Item: Extra_Joker_Card + Rate: 1 + - Index: 744 + Item: Erzsebet_Card + Rate: 1 + - Index: 745 + Item: Jeniffer_Card + Rate: 1 + - Index: 746 + Item: General_Orc_Card + Rate: 1 + - Index: 747 + Item: Sieglouse_Card Rate: 1 - Group: CARDALBUM_ACC SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Spore_Card + - Index: 0 + Item: Spore_Card Rate: 1 - - Item: Kukre_Card + - Index: 1 + Item: Kukre_Card Rate: 1 - - Item: Tarou_Card + - Index: 2 + Item: Tarou_Card Rate: 1 - - Item: Poporing_Card + - Index: 3 + Item: Poporing_Card Rate: 1 - - Item: Worm_Tail_Card + - Index: 4 + Item: Worm_Tail_Card Rate: 1 - - Item: Muka_Card + - Index: 5 + Item: Muka_Card Rate: 1 - - Item: Smokie_Card + - Index: 6 + Item: Creamy_Card Rate: 1 - - Item: Poison_Spore_Card + - Index: 7 + Item: Smokie_Card Rate: 1 - - Item: Yoyo_Card + - Index: 8 + Item: Poison_Spore_Card Rate: 1 - - Item: Vitata_Card + - Index: 9 + Item: Yoyo_Card Rate: 1 - - Item: Zerom_Card + - Index: 10 + Item: Vitata_Card Rate: 1 - - Item: Pirate_Skel_Card + - Index: 11 + Item: Zerom_Card Rate: 1 - - Item: Phen_Card + - Index: 12 + Item: Pirate_Skel_Card Rate: 1 - - Item: Mantis_Card + - Index: 13 + Item: Phen_Card Rate: 1 - - Item: Marine_Sphere_Card + - Index: 14 + Item: Mantis_Card Rate: 1 - - Item: Kobold_Card + - Index: 15 + Item: Marine_Sphere_Card Rate: 1 - - Item: Obeaune_Card + - Index: 16 + Item: Kobold_Card Rate: 1 - - Item: Horong_Card + - Index: 17 + Item: Obeaune_Card Rate: 1 - - Item: Joker_Card + - Index: 18 + Item: Horong_Card Rate: 1 - - Item: Gargoyle_Card + - Index: 19 + Item: Joker_Card Rate: 1 - - Item: Galapago_Card + - Index: 20 + Item: Gargoyle_Card Rate: 1 - - Item: Rice_Cake_Boy_Card + - Index: 21 + Item: Galapago_Card Rate: 1 - - Item: Poison_Toad_Card + - Index: 22 + Item: Rice_Cake_Boy_Card Rate: 1 - - Item: Raydric_Archer_Card + - Index: 23 + Item: Poison_Toad_Card Rate: 1 - - Item: Wraith_Card + - Index: 24 + Item: Raydric_Archer_Card Rate: 1 - - Item: Lude_Card + - Index: 25 + Item: Wraith_Card Rate: 1 - - Item: Marin_Card + - Index: 26 + Item: Lude_Card Rate: 1 - - Item: Mimic_Card + - Index: 27 + Item: Marin_Card Rate: 1 - - Item: Violy_Card + - Index: 28 + Item: Mimic_Card Rate: 1 - - Item: Bon_Gun_Card + - Index: 29 + Item: Violy_Card Rate: 1 - - Item: Blazzer_Card + - Index: 30 + Item: Bon_Gun_Card Rate: 1 - - Item: Sageworm_Card + - Index: 31 + Item: Blazzer_Card Rate: 1 - - Item: Stem_Worm_Card + - Index: 32 + Item: Sageworm_Card Rate: 1 - - Item: Spring_Rabbit_Card + - Index: 33 + Item: Stem_Worm_Card Rate: 1 - - Item: Sleeper_Card + - Index: 34 + Item: Spring_Rabbit_Card Rate: 1 - - Item: Shinobi_Card + - Index: 35 + Item: Sleeper_Card Rate: 1 - - Item: Wild_Ginseng_Card + - Index: 36 + Item: Shinobi_Card Rate: 1 - - Item: Owl_Duke_Card + - Index: 37 + Item: Wild_Ginseng_Card Rate: 1 - - Item: Owl_Baron_Card + - Index: 38 + Item: Alligator_Card Rate: 1 - - Item: Alligator_Card + - Index: 39 + Item: Orc_Archer_Card Rate: 1 - - Item: Orc_Archer_Card + - Index: 40 + Item: Evil_Cloud_Hermit_Card Rate: 1 - - Item: Evil_Cloud_Hermit_Card + - Index: 41 + Item: Wind_Ghost_Card Rate: 1 - - Item: Wind_Ghost_Card + - Index: 42 + Item: Li_Me_Mang_Ryang_Card Rate: 1 - - Item: Li_Me_Mang_Ryang_Card + - Index: 43 + Item: Dancing_Dragon_Card Rate: 1 - - Item: Dancing_Dragon_Card + - Index: 44 + Item: Tengu_Card Rate: 1 - - Item: Tengu_Card + - Index: 45 + Item: Greatest_General_Card Rate: 1 - - Item: Greatest_General_Card + - Index: 46 + Item: Cookie_Card Rate: 1 - - Item: Cookie_Card + - Index: 47 + Item: Quve_Card Rate: 1 - - Item: Quve_Card + - Index: 48 + Item: Hylozoist_Card Rate: 1 - - Item: Hylozoist_Card + - Index: 49 + Item: See_Otter_Card Rate: 1 - - Item: See_Otter_Card + - Index: 50 + Item: Blood_Butterfly_Card Rate: 1 - - Item: Blood_Butterfly_Card + - Index: 51 + Item: Heater_Card Rate: 1 - - Item: Heater_Card + - Index: 52 + Item: Anopheles_Card Rate: 1 - - Item: Anopheles_Card + - Index: 53 + Item: Armaia_Card Rate: 1 - - Item: Armaia_Card + - Index: 54 + Item: Whikebain_Card Rate: 1 - - Item: Whikebain_Card + - Index: 55 + Item: Erend_Card Rate: 1 - - Item: Erend_Card + - Index: 56 + Item: Gremlin_Card Rate: 1 - - Item: Gremlin_Card + - Index: 57 + Item: Beholder_Card Rate: 1 - - Item: Beholder_Card + - Index: 58 + Item: Green_Iguana_Card Rate: 1 - - Item: Green_Iguana_Card + - Index: 59 + Item: Dragon_Egg_Card Rate: 1 - - Item: Hydro_Card + - Index: 60 + Item: Plasma_Card Rate: 1 - - Item: Dragon_Egg_Card + - Index: 61 + Item: Snowier_Card Rate: 1 - - Item: Plasma_Card + - Index: 62 + Item: Siroma_Card Rate: 1 - - Item: Retribution_Card + - Index: 63 + Item: Gazeti_Card Rate: 1 - - Item: Snowier_Card + - Index: 64 + Item: Stapo_Card Rate: 1 - - Item: Siroma_Card + - Index: 65 + Item: Imp_Card Rate: 1 - - Item: Gazeti_Card + - Index: 66 + Item: Ragged_Zombie_Card Rate: 1 - - Item: Galion_Card + - Index: 67 + Item: Hell_Poodle_Card Rate: 1 - - Item: Stapo_Card + - Index: 68 + Item: Scaraba_Card Rate: 1 - - Item: Imp_Card + - Index: 69 + Item: Tiyanak_Card Rate: 1 - - Item: Ragged_Zombie_Card + - Index: 70 + Item: Tappy_Card Rate: 1 - - Item: Hell_Poodle_Card + - Index: 71 + Item: Frozenwolf_Card + Rate: 1 + - Index: 72 + Item: GC109_Card + Rate: 1 + - Index: 73 + Item: DR815_Card + Rate: 1 + - Index: 74 + Item: Fire_Condor_Card + Rate: 1 + - Index: 75 + Item: AngerSnowier_Card + Rate: 1 + - Index: 76 + Item: OminousHeater_Card + Rate: 1 + - Index: 77 + Item: Iara_Card + Rate: 1 + - Index: 78 + Item: Headless_Mule_Card + Rate: 1 + - Index: 79 + Item: XM_Lude_Card + Rate: 1 + - Index: 80 + Item: XM_Hylozoist_Card + Rate: 1 + - Index: 81 + Item: Mavka_Card + Rate: 1 + - Index: 82 + Item: Faceworm_Card + Rate: 1 + - Index: 83 + Item: Cowraiders1_Card + Rate: 1 + - Index: 84 + Item: Cowraiders2_Card + Rate: 1 + - Index: 85 + Item: Human_Kimera_Card + Rate: 1 + - Index: 86 + Item: Matter_Kimera_Card + Rate: 1 + - Index: 87 + Item: Mavka_Card + Rate: 1 + - Index: 88 + Item: Faceworm_Card + Rate: 1 + - Index: 89 + Item: Cowraiders1_Card + Rate: 1 + - Index: 90 + Item: Cowraiders2_Card + Rate: 1 + - Index: 91 + Item: Human_Kimera_Card + Rate: 1 + - Index: 92 + Item: Matter_Kimera_Card + Rate: 1 + - Index: 93 + Item: Chaos_Mantis_Card + Rate: 1 + - Index: 94 + Item: Chaos_K_Mantis_Card + Rate: 1 + - Index: 95 + Item: E_EA2S_Card + Rate: 1 + - Index: 96 + Item: Dolor_Card + Rate: 1 + - Index: 97 + Item: Mt_Caput_Card + Rate: 1 + - Index: 98 + Item: C_Raydric_Card + Rate: 1 + - Index: 99 + Item: C_Raydric_Archer_Card + Rate: 1 + - Index: 100 + Item: ILL_Obeaune_Card + Rate: 1 + - Index: 101 + Item: Beta_Guards_Ng_Card + Rate: 1 + - Index: 102 + Item: O_Cleaner_Ng_Card + Rate: 1 + - Index: 103 + Item: Beta_Cleaner_Card + Rate: 1 + - Index: 104 + Item: Beta_Baths_A_Card + Rate: 1 + - Index: 105 + Item: Bookworm_Card + Rate: 1 + - Index: 106 + Item: Roaming_Splbook_Card + Rate: 1 + - Index: 107 + Item: EP17_2_Cramp_Card + Rate: 1 + - Index: 108 + Item: Waterfall_Card + Rate: 1 + - Index: 109 + Item: Bellare3_Card + Rate: 1 + - Index: 110 + Item: Dolor3_Card + Rate: 1 + - Index: 111 + Item: Plasma_Y_Card + Rate: 1 + - Index: 112 + Item: Sanare3_Card + Rate: 1 + - Index: 113 + Item: Plasma_R_Card + Rate: 1 + - Index: 114 + Item: Plasma_R2_Card + Rate: 1 + - Index: 115 + Item: EP17_2_Phen_Card + Rate: 1 + - Index: 116 + Item: EP17_2_Piranha_Card + Rate: 1 + - Index: 117 + Item: EP17_2_Sword_Fish_Card + Rate: 1 + - Index: 118 + Item: Pitaya_G_Card + Rate: 1 + - Index: 119 + Item: Bone_Acidus_Card + Rate: 1 + - Index: 120 + Item: Jeweliant_Card + Rate: 1 + - Index: 121 + Item: Bone_Ferus_Card + Rate: 1 + - Index: 122 + Item: Venenum3_Card + Rate: 1 + - Index: 123 + Item: Ghost_Cube_Card + Rate: 1 + - Index: 124 + Item: Lude_Gal_Card + Rate: 1 + - Index: 125 + Item: Giant_Caput_Card + Rate: 1 + - Index: 126 + Item: Dolorian_Card + Rate: 1 + - Index: 127 + Item: Void_Mimic_Card + Rate: 1 + - Index: 128 + Item: Jeniffer_Card + Rate: 1 + - Index: 129 + Item: EP18_Phantom_Wolf_Card + Rate: 1 + - Index: 130 + Item: Primitive_Rgan_Card + Rate: 1 + - Index: 131 + Item: Lowest_Rgan_Card + Rate: 1 + - Index: 132 + Item: Crow_Duke_Card + Rate: 1 + - Index: 133 + Item: EP18_Ash_Toad_Card + Rate: 1 + - Index: 134 + Item: EP18_Lava_Toad_Card + Rate: 1 + - Index: 135 + Item: EP18_Ashhopper_Card + Rate: 1 + - Index: 136 + Item: EP18_Grey_Wolf_Card + Rate: 1 + - Index: 137 + Item: EP18_Firewind_Kite_Card + Rate: 1 + - Index: 138 + Item: Calmaring_Card + Rate: 1 + - Index: 139 + Item: Junior_Rgan_Card + Rate: 1 + - Index: 140 + Item: Middle_G_Rgan_Card + Rate: 1 + - Index: 141 + Item: Discarded_P_R_Card + Rate: 1 + - Index: 142 + Item: Discarded_L_R_Card + Rate: 1 + - Index: 143 + Item: Cave_Calmaring_Card + Rate: 1 + - Index: 144 + Item: Crow_Baron_Card Rate: 1 - Group: CARDALBUM_ARMOR SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Poring_Card + - Index: 0 + Item: Poring_Card Rate: 1 - - Item: Pupa_Card + - Index: 1 + Item: Pupa_Card Rate: 1 - - Item: Picky_Card + - Index: 2 + Item: Picky_Card Rate: 1 - - Item: Picky__Card + - Index: 3 + Item: Picky__Card Rate: 1 - - Item: Roda_Frog_Card + - Index: 4 + Item: Roda_Frog_Card Rate: 1 - - Item: Thief_Bug_Card + - Index: 5 + Item: Thief_Bug_Card Rate: 1 - - Item: Rocker_Card + - Index: 6 + Item: Rocker_Card Rate: 1 - - Item: Desert_Wolf_Babe_Card + - Index: 7 + Item: Desert_Wolf_Babe_Card Rate: 1 - - Item: Pecopeco_Card + - Index: 8 + Item: Pecopeco_Card Rate: 1 - - Item: Steel_Chonchon_Card + - Index: 9 + Item: Steel_Chonchon_Card Rate: 1 - - Item: Cornutus_Card + - Index: 10 + Item: Cornutus_Card Rate: 1 - - Item: Savage_Card + - Index: 11 + Item: Savage_Card Rate: 1 - - Item: Sword_Fish_Card + - Index: 12 + Item: Sword_Fish_Card Rate: 1 - - Item: Dokebi_Card + - Index: 13 + Item: Dokebi_Card Rate: 1 - - Item: Pasana_Card + - Index: 14 + Item: Pasana_Card Rate: 1 - - Item: Sand_Man_Card + - Index: 15 + Item: Sand_Man_Card Rate: 1 - - Item: Marc_Card + - Index: 16 + Item: Marc_Card Rate: 1 - - Item: Argiope_Card + - Index: 17 + Item: Argiope_Card Rate: 1 - - Item: Bathory_Card + - Index: 18 + Item: Bathory_Card Rate: 1 - - Item: Evil_Druid_Card + - Index: 19 + Item: Evil_Druid_Card Rate: 1 - - Item: Goat_Card + - Index: 20 + Item: Goat_Card Rate: 1 - - Item: Flying_Deleter_Card + - Index: 21 + Item: Flying_Deleter_Card Rate: 1 - - Item: Grizzly_Card + - Index: 22 + Item: Grizzly_Card Rate: 1 - - Item: Nightmare_Terror_Card + - Index: 23 + Item: Nightmare_Terror_Card Rate: 1 - - Item: Dark_Frame_Card + - Index: 24 + Item: Dark_Frame_Card Rate: 1 - - Item: Demon_Pungus_Card + - Index: 25 + Item: Demon_Pungus_Card Rate: 1 - - Item: Disguise_Card + - Index: 26 + Item: Disguise_Card Rate: 1 - - Item: Wraith_Dead_Card + - Index: 27 + Item: Wraith_Dead_Card Rate: 1 - - Item: Loli_Ruri_Card + - Index: 28 + Item: Loli_Ruri_Card Rate: 1 - - Item: Rybio_Card + - Index: 29 + Item: Rybio_Card Rate: 1 - - Item: Majoruros_Card + - Index: 30 + Item: Majoruros_Card Rate: 1 - - Item: Brilight_Card + - Index: 31 + Item: Brilight_Card Rate: 1 - - Item: Sasquatch_Card + - Index: 32 + Item: Sasquatch_Card Rate: 1 - - Item: Succubus_Card + - Index: 33 + Item: Succubus_Card Rate: 1 - - Item: Solider_Card + - Index: 34 + Item: Solider_Card Rate: 1 - - Item: Skel_Prisoner_Card + - Index: 35 + Item: Skel_Prisoner_Card Rate: 1 - - Item: Baby_Leopard_Card + - Index: 36 + Item: Baby_Leopard_Card Rate: 1 - - Item: Anolian_Card + - Index: 37 + Item: Anolian_Card Rate: 1 - - Item: Apocalips_Card + - Index: 38 + Item: Apocalips_Card Rate: 1 - - Item: Wooden_Golem_Card + - Index: 39 + Item: Wooden_Golem_Card Rate: 1 - - Item: Giant_Spider_Card + - Index: 40 + Item: Giant_Spider_Card Rate: 1 - - Item: Deleter_Card + - Index: 41 + Item: Deleter_Card Rate: 1 - - Item: Geographer_Card + - Index: 42 + Item: Geographer_Card Rate: 1 - - Item: Karakasa_Card + - Index: 43 + Item: Karakasa_Card Rate: 1 - - Item: Kraben_Card + - Index: 44 + Item: Kraben_Card Rate: 1 - - Item: Cremy_Fear_Card + - Index: 45 + Item: Cremy_Fear_Card Rate: 1 - - Item: Clock_Card + - Index: 46 + Item: Clock_Card Rate: 1 - - Item: Chimera_Card + - Index: 47 + Item: Killer_Mantis_Card Rate: 1 - - Item: Killer_Mantis_Card + - Index: 48 + Item: Pest_Card Rate: 1 - - Item: Pest_Card + - Index: 49 + Item: Waste_Stove_Card Rate: 1 - - Item: Waste_Stove_Card + - Index: 50 + Item: Venomous_Card Rate: 1 - - Item: Venomous_Card + - Index: 51 + Item: Porcellio_Card Rate: 1 - - Item: Porcellio_Card + - Index: 52 + Item: Obsidian_Card Rate: 1 - - Item: Obsidian_Card + - Index: 53 + Item: Mineral_Card Rate: 1 - - Item: Mineral_Card + - Index: 54 + Item: Ygnizem_Card Rate: 1 - - Item: Ygnizem_Card + - Index: 55 + Item: Removal_Card Rate: 1 - - Item: Removal_Card + - Index: 56 + Item: Venatu_Card Rate: 1 - - Item: Venatu_Card + - Index: 57 + Item: Dimik_Card Rate: 1 - - Item: Dimik_Card + - Index: 58 + Item: Archdam_Card Rate: 1 - - Item: Archdam_Card + - Index: 59 + Item: Novus__Card Rate: 1 - - Item: Novus__Card + - Index: 60 + Item: Novus_Card Rate: 1 - - Item: Novus_Card + - Index: 61 + Item: Ancient_Mimic_Card Rate: 1 - - Item: Ancient_Mimic_Card + - Index: 62 + Item: Aliza_Card Rate: 1 - - Item: Observation_Card + - Index: 63 + Item: Alicel_Card Rate: 1 - - Item: Shelter_Card + - Index: 64 + Item: Skogul_Card Rate: 1 - - Item: Aliza_Card + - Index: 65 + Item: Frus_Card Rate: 1 - - Item: Alicel_Card + - Index: 66 + Item: Agav_Card Rate: 1 - - Item: Skogul_Card + - Index: 67 + Item: Echio_Card Rate: 1 - - Item: Frus_Card + - Index: 68 + Item: Banshee_Master_Card + Rate: 2 + - Index: 69 + Item: Comodo_Card Rate: 1 - - Item: Agav_Card + - Index: 70 + Item: Pot_Dofle_Card Rate: 1 - - Item: Echio_Card + - Index: 71 + Item: Mangkukulam_Card Rate: 1 - - Item: Byorgue_Card + - Index: 72 + Item: P_Amdarais_Card Rate: 1 - - Item: Banshee_Master_Card + - Index: 73 + Item: Watcher_Card + Rate: 1 + - Index: 74 + Item: Eggring_Card + Rate: 1 + - Index: 75 + Item: Grass_Fabre_Card + Rate: 1 + - Index: 76 + Item: Sw_Roda_Frog_Card + Rate: 1 + - Index: 77 + Item: Kick_Step_Card + Rate: 1 + - Index: 78 + Item: Fire_Sand_Man_Card + Rate: 1 + - Index: 79 + Item: AngerNineTail_Card + Rate: 1 + - Index: 80 + Item: BitterBonGun_Card + Rate: 1 + - Index: 81 + Item: BitterSohee_Card + Rate: 1 + - Index: 82 + Item: SweetNightM_Card + Rate: 1 + - Index: 83 + Item: LivingDead_Card + Rate: 1 + - Index: 84 + Item: AngerGazeti_Card + Rate: 1 + - Index: 85 + Item: AngerIceTitan_Card + Rate: 1 + - Index: 86 + Item: OminousSolider_Card + Rate: 1 + - Index: 87 + Item: XM_Tree_Card + Rate: 1 + - Index: 88 + Item: Wood_Goblin_Card + Rate: 1 + - Index: 89 + Item: Pitman_Worker_Card + Rate: 1 + - Index: 90 + Item: Caput_Card + Rate: 1 + - Index: 91 + Item: Polluted_Raydric_Card + Rate: 1 + - Index: 92 + Item: Polluted_Sting_Card + Rate: 1 + - Index: 93 + Item: Toxious_Card + Rate: 1 + - Index: 94 + Item: ILL_Strouf_Card + Rate: 1 + - Index: 95 + Item: EP18_Rakehand_Card + Rate: 1 + - Index: 96 + Item: Ice_Straw_Card + Rate: 1 + - Index: 97 + Item: Unfrost_Flower_card + Rate: 1 + - Index: 98 + Item: Eyes_Dollocaris_Card + Rate: 1 + - Index: 99 + Item: Heart_Hunter_AT_Card + Rate: 1 + - Index: 100 + Item: Amitera_Card Rate: 1 - Group: CARDALBUM_GARMENT SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Condor_Card - Rate: 32 - - Item: Dustiness_Card - Rate: 32 - - Item: Orc_Zombie_Card - Rate: 32 - - Item: Hode_Card - Rate: 32 - - Item: Frilldora_Card - Rate: 32 - - Item: Marse_Card - Rate: 32 - - Item: Whisper_Card - Rate: 32 - - Item: Myst_Card - Rate: 32 - - Item: Jakk_Card - Rate: 32 - - Item: Marionette_Card - Rate: 32 - - Item: Isis_Card - Rate: 32 - - Item: Baphomet__Card - Rate: 32 - - Item: Daydric_Card - Rate: 32 - - Item: Nine_Tail_Card - Rate: 32 - - Item: Deviling_Card + - Index: 0 + Item: Condor_Card + Rate: 6 + - Index: 1 + Item: Dustiness_Card + Rate: 6 + - Index: 2 + Item: Orc_Zombie_Card + Rate: 6 + - Index: 3 + Item: Hode_Card + Rate: 6 + - Index: 4 + Item: Frilldora_Card + Rate: 6 + - Index: 5 + Item: Marse_Card + Rate: 6 + - Index: 6 + Item: Whisper_Card + Rate: 6 + - Index: 7 + Item: Myst_Card + Rate: 6 + - Index: 8 + Item: Jakk_Card + Rate: 6 + - Index: 9 + Item: Marionette_Card + Rate: 6 + - Index: 10 + Item: Isis_Card + Rate: 6 + - Index: 11 + Item: Baphomet__Card + Rate: 6 + - Index: 12 + Item: Daydric_Card Rate: 1 - - Item: Dragon_Tail_Card - Rate: 32 - - Item: Dragon_Fly_Card - Rate: 32 - - Item: Vagabond_Wolf_Card + - Index: 13 + Item: Nine_Tail_Card Rate: 1 - - Item: Mastering_Card + - Index: 14 + Item: Dragon_Tail_Card Rate: 1 - - Item: Wander_Man_Card + - Index: 15 + Item: Wander_Man_Card Rate: 1 - - Item: Vocal_Card + - Index: 16 + Item: Choco_Card Rate: 1 - - Item: Eclipse_Card - Rate: 32 - - Item: Choco_Card - Rate: 32 - - Item: Kapha_Card - Rate: 32 - - Item: Whisper_Boss_Card - Rate: 32 - - Item: Toad_Card + - Index: 17 + Item: Kapha_Card Rate: 1 - - Item: Punk_Card - Rate: 32 - - Item: Harpy_Card - Rate: 32 - - Item: Hyegun_Card - Rate: 32 - - Item: Noxious_Card - Rate: 32 - - Item: Kavac_Card + - Index: 18 + Item: Whisper_Boss_Card + Rate: 1 + - Index: 19 + Item: Punk_Card + Rate: 1 + - Index: 20 + Item: Harpy_Card + Rate: 1 + - Index: 21 + Item: Hyegun_Card + Rate: 1 + - Index: 22 + Item: Noxious_Card + Rate: 1 + - Index: 23 + Item: Kavac_Card + Rate: 1 + - Index: 24 + Item: Chung_E_Card + Rate: 1 + - Index: 25 + Item: Orc_Baby_Card_Card + Rate: 1 + - Index: 26 + Item: Aliot_Card + Rate: 1 + - Index: 27 + Item: Roween_Card + Rate: 1 + - Index: 28 + Item: Magmaring_Card + Rate: 1 + - Index: 29 + Item: Alphoccio_Card + Rate: 1 + - Index: 30 + Item: Ceila_Card + Rate: 1 + - Index: 31 + Item: Chen_Card + Rate: 1 + - Index: 32 + Item: Flamel_Card + Rate: 1 + - Index: 33 + Item: Gertie_Card + Rate: 1 + - Index: 34 + Item: Randel_Card + Rate: 1 + - Index: 35 + Item: Trentini_Card + Rate: 1 + - Index: 36 + Item: Wakwak_Card + Rate: 1 + - Index: 37 + Item: Jejeling_Card + Rate: 1 + - Index: 38 + Item: Menblatt_Card + Rate: 1 + - Index: 39 + Item: Petal_Card + Rate: 1 + - Index: 40 + Item: Cenere_Card + Rate: 1 + - Index: 41 + Item: AntiqueBook_Card + Rate: 1 + - Index: 42 + Item: Arc_Elder_Card + Rate: 1 + - Index: 43 + Item: Immotal_Corps_Card + Rate: 1 + - Index: 44 + Item: Grave_A_Mummy_Card + Rate: 1 + - Index: 45 + Item: Scr_MT_Robots_Card + Rate: 1 + - Index: 46 + Item: Faceworm_L_Card + Rate: 1 + - Index: 47 + Item: Rr_Cramp_Card + Rate: 1 + - Index: 48 + Item: Rr_Arclouse_Card + Rate: 1 + - Index: 49 + Item: Sinister_Obsidian_Card + Rate: 1 + - Index: 50 + Item: Ancient_S_Shooter_Card + Rate: 1 + - Index: 51 + Item: Ancient_W_Shooter_Card + Rate: 1 + - Index: 52 + Item: Ancient_Sta_Golem_Card + Rate: 1 + - Index: 53 + Item: Chaos_Stem_W_Card + Rate: 1 + - Index: 54 + Item: Venenum_Card + Rate: 1 + - Index: 55 + Item: Mt_Venenum_Card + Rate: 1 + - Index: 56 + Item: Prison_Breaker_Card + Rate: 1 + - Index: 57 + Item: Neo_Mineral_Card + Rate: 1 + - Index: 58 + Item: Treasure_Mimic_Card + Rate: 1 + - Index: 59 + Item: ILL_Phen_Card + Rate: 1 + - Index: 60 + Item: Dry_Rafflesia_H_Card + Rate: 1 + - Index: 61 + Item: Aries_H_Card + Rate: 1 + - Index: 62 + Item: Pitaya_Y_Card + Rate: 1 + - Index: 63 + Item: Pitaya_V_Card + Rate: 1 + - Index: 64 + Item: EP18_Spark_Card + Rate: 1 + - Index: 65 + Item: Cave_Un_Flower_Card + Rate: 1 + - Index: 66 + Item: One_E_Dollocaris_Card + Rate: 1 + - Index: 67 + Item: Napeo_Card + Rate: 1 + - Index: 68 + Item: Galensis_Card + Rate: 1 + - Index: 69 + Item: Eldest_Card + Rate: 1 + - Index: 70 + Item: Empathizer_Card + Rate: 1 + - Index: 71 + Item: Happy_Giver_Card + Rate: 1 + - Index: 72 + Item: Pray_Giver_Card + Rate: 1 + - Index: 73 + Item: Smile_Giver_Card + Rate: 1 + - Index: 74 + Item: Erzsebet_Card Rate: 1 - - Item: Chung_E_Card - Rate: 32 - - Item: Orc_Baby_Card_Card - Rate: 32 - - Item: Aliot_Card - Rate: 32 - - Item: Roween_Card - Rate: 32 - - Item: Salamander_Card - Rate: 32 - - Item: Kasa_Card - Rate: 32 - - Item: Magmaring_Card - Rate: 33 - Group: CARDALBUM_HELM SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Wilow_Card + - Index: 0 + Item: Wilow_Card Rate: 1 - - Item: Stainer_Card + - Index: 1 + Item: Stainer_Card Rate: 1 - - Item: Coco_Card + - Index: 2 + Item: Coco_Card Rate: 1 - - Item: Martin_Card + - Index: 3 + Item: Martin_Card Rate: 1 - - Item: Elder_Wilow_Card + - Index: 4 + Item: Elder_Wilow_Card Rate: 1 - - Item: Giearth_Card + - Index: 5 + Item: Giearth_Card Rate: 1 - - Item: Ghoul_Card + - Index: 6 + Item: Ghoul_Card Rate: 1 - - Item: Marduk_Card + - Index: 7 + Item: Marduk_Card Rate: 1 - - Item: Deviruchi_Card + - Index: 8 + Item: Deviruchi_Card Rate: 1 - - Item: Nightmare_Card + - Index: 9 + Item: Nightmare_Card Rate: 1 - - Item: Grand_Peco_Card + - Index: 10 + Item: Grand_Peco_Card Rate: 1 - - Item: Dark_Illusion_Card + - Index: 11 + Item: Dryad_Card Rate: 1 - - Item: Dryad_Card + - Index: 12 + Item: Rideword_Card Rate: 1 - - Item: Rideword_Card + - Index: 13 + Item: Leib_Olmai_Card Rate: 1 - - Item: Leib_Olmai_Card + - Index: 14 + Item: Leaf_Cat_Card Rate: 1 - - Item: Leaf_Cat_Card + - Index: 15 + Item: Mystcase_Card Rate: 1 - - Item: Mystcase_Card + - Index: 16 + Item: Stalactic_Golem_Card Rate: 1 - - Item: Stalactic_Golem_Card + - Index: 17 + Item: C_Tower_Manager_Card Rate: 1 - - Item: C_Tower_Manager_Card + - Index: 18 + Item: Wicked_Nymph_Card Rate: 1 - - Item: Archangeling_Card + - Index: 19 + Item: Wootan_Shooter_Card Rate: 1 - - Item: Wicked_Nymph_Card + - Index: 20 + Item: Wootan_Fighter_Card Rate: 1 - - Item: Wootan_Shooter_Card + - Index: 21 + Item: Incubus_Card Rate: 1 - - Item: Wootan_Fighter_Card + - Index: 22 + Item: Giant_Honet_Card Rate: 1 - - Item: Incubus_Card + - Index: 23 + Item: Gibbet_Card Rate: 1 - - Item: Giant_Honet_Card + - Index: 24 + Item: Carat_Card Rate: 1 - - Item: Gibbet_Card + - Index: 25 + Item: Cramp_Card Rate: 1 - - Item: Carat_Card + - Index: 26 + Item: Permeter_Card Rate: 1 - - Item: Cramp_Card + - Index: 27 + Item: Ungoliant_Card Rate: 1 - - Item: Permeter_Card + - Index: 28 + Item: Mole_Card Rate: 1 - - Item: Ungoliant_Card + - Index: 29 + Item: Seyren_Card Rate: 1 - - Item: Mole_Card + - Index: 30 + Item: Magaleta_Card Rate: 1 - - Item: Gemini_Card + - Index: 31 + Item: Katrinn_Card Rate: 1 - - Item: Seyren_Card + - Index: 32 + Item: Acidus__Card Rate: 1 - - Item: Magaleta_Card + - Index: 33 + Item: Vanberk_Card Rate: 1 - - Item: Katrinn_Card + - Index: 34 + Item: Isilla_Card Rate: 1 - - Item: Acidus__Card + - Index: 35 + Item: Knocker_Card Rate: 1 - - Item: Vanberk_Card + - Index: 36 + Item: Banshee_Card Rate: 1 - - Item: Isilla_Card + - Index: 37 + Item: Duneirre_Card + Rate: 2 + - Index: 38 + Item: Lata_Card + Rate: 2 + - Index: 39 + Item: Ringco_Card + Rate: 2 + - Index: 40 + Item: Pillar_Card + Rate: 2 + - Index: 41 + Item: Pinguicula_Dark_Card + Rate: 2 + - Index: 42 + Item: Dolomedes_Card Rate: 1 - - Item: Knocker_Card + - Index: 43 + Item: Parus_Card Rate: 1 - - Item: Banshee_Card + - Index: 44 + Item: Angra_Mantis_Card + Rate: 1 + - Index: 45 + Item: Cendrawasih_Card + Rate: 1 + - Index: 46 + Item: Siorava_Card + Rate: 1 + - Index: 47 + Item: Novice_Poring_Card + Rate: 1 + - Index: 48 + Item: Bungisngis_Card + Rate: 1 + - Index: 49 + Item: Engkanto_Card + Rate: 1 + - Index: 50 + Item: Tikbalang_Card + Rate: 1 + - Index: 51 + Item: LichternB_Card + Rate: 1 + - Index: 52 + Item: LichternY_Card + Rate: 1 + - Index: 53 + Item: LichternR_Card + Rate: 1 + - Index: 54 + Item: LichternG_Card + Rate: 1 + - Index: 55 + Item: Trance_Spore_Card + Rate: 1 + - Index: 56 + Item: RepairRobot_T_Card + Rate: 1 + - Index: 57 + Item: Fulbuk_Card + Rate: 1 + - Index: 58 + Item: FuryHero_Card + Rate: 1 + - Index: 59 + Item: MattDrainliar_Card + Rate: 1 + - Index: 60 + Item: OminousPermeter_Card + Rate: 1 + - Index: 61 + Item: Toucan_Card + Rate: 1 + - Index: 62 + Item: Jaguar_Card + Rate: 1 + - Index: 63 + Item: Uzhas_Card + Rate: 1 + - Index: 64 + Item: High_Sanare_Card + Rate: 1 + - Index: 65 + Item: Plaga_Card + Rate: 1 + - Index: 66 + Item: LivingDeath_Card + Rate: 1 + - Index: 67 + Item: Firm_Deleter1_Card + Rate: 1 + - Index: 68 + Item: Firm_Deleter2_Card + Rate: 1 + - Index: 69 + Item: Ferus_P_Card + Rate: 1 + - Index: 70 + Item: ILL_Sword_Fish_Card + Rate: 1 + - Index: 71 + Item: ILL_King_Dramoh_Card + Rate: 1 + - Index: 72 + Item: ILL_Giearth_Card + Rate: 1 + - Index: 73 + Item: ILL_Vitata_Card + Rate: 1 + - Index: 74 + Item: Ice_Gangu_Card + Rate: 1 + - Index: 75 + Item: Shining_Seaweed_Card + Rate: 1 + - Index: 76 + Item: Limacina_Card + Rate: 1 + - Index: 77 + Item: Disguiser_Card + Rate: 1 + - Index: 78 + Item: Bluemoon_Loli_Ruri_Card + Rate: 1 + - Index: 79 + Item: Grote_Card + Rate: 1 + - Index: 80 + Item: Pierrotzoist_Card + Rate: 1 + - Index: 81 + Item: Plagarion_Card + Rate: 1 + - Index: 82 + Item: Deadre_Card + Rate: 1 + - Index: 83 + Item: Venedi_Card + Rate: 1 + - Index: 84 + Item: Litus_Card + Rate: 1 + - Index: 85 + Item: Fillia_Card + Rate: 1 + - Index: 86 + Item: Vanilaqus_Card + Rate: 1 + - Index: 87 + Item: Lava_Eater_Card + Rate: 1 + - Index: 88 + Item: Fulgor_Card Rate: 1 - Group: CARDALBUM_SHIELD SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Thief_Bug_Egg_Card + - Index: 0 + Item: Thief_Bug_Egg_Card + Rate: 2 + - Index: 1 + Item: Andre_Egg_Card Rate: 1 - - Item: Andre_Egg_Card + - Index: 2 + Item: Ambernite_Card Rate: 1 - - Item: Ambernite_Card + - Index: 3 + Item: Horn_Card Rate: 1 - - Item: Horn_Card + - Index: 4 + Item: Thara_Frog_Card Rate: 1 - - Item: Thara_Frog_Card + - Index: 5 + Item: Orc_Warrior_Card Rate: 1 - - Item: Orc_Warrior_Card + - Index: 6 + Item: Megalodon_Card Rate: 1 - - Item: Megalodon_Card + - Index: 7 + Item: BigFoot_Card Rate: 1 - - Item: BigFoot_Card + - Index: 8 + Item: Argos_Card Rate: 1 - - Item: Argos_Card + - Index: 9 + Item: Rafflesia_Card Rate: 1 - - Item: Rafflesia_Card + - Index: 10 + Item: Munak_Card Rate: 1 - - Item: Munak_Card + - Index: 11 + Item: Petit__Card Rate: 1 - - Item: Petit__Card + - Index: 12 + Item: Medusa_Card Rate: 1 - - Item: Medusa_Card + - Index: 13 + Item: Khalitzburg_Card Rate: 1 - - Item: Khalitzburg_Card + - Index: 14 + Item: Anubis_Card Rate: 1 - - Item: Anubis_Card + - Index: 15 + Item: Live_Peach_Tree_Card Rate: 1 - - Item: Mysteltainn_Card + - Index: 16 + Item: Sting_Card Rate: 1 - - Item: Live_Peach_Tree_Card + - Index: 17 + Item: Increase_Soil_Card Rate: 1 - - Item: Sting_Card + - Index: 18 + Item: Arclouse_Card Rate: 1 - - Item: Increase_Soil_Card + - Index: 19 + Item: Ancient_Mummy_Card Rate: 1 - - Item: Arclouse_Card + - Index: 20 + Item: Alice_Card Rate: 1 - - Item: Ancient_Mummy_Card + - Index: 21 + Item: Zherlthsh_Card Rate: 1 - - Item: Executioner_Card + - Index: 22 + Item: Tamruan_Card Rate: 1 - - Item: Alice_Card + - Index: 23 + Item: Parasite_Card Rate: 1 - - Item: Tirfing_Card + - Index: 24 + Item: Penomena_Card Rate: 1 - - Item: Zherlthsh_Card + - Index: 25 + Item: High_Orc_Card Rate: 1 - - Item: Tamruan_Card + - Index: 26 + Item: Teddy_Bear_Card Rate: 1 - - Item: Parasite_Card + - Index: 27 + Item: Hodremlin_Card Rate: 1 - - Item: Penomena_Card + - Index: 28 + Item: Seeker_Card Rate: 1 - - Item: High_Orc_Card + - Index: 29 + Item: Muscipular_Card Rate: 1 - - Item: Teddy_Bear_Card + - Index: 30 + Item: Flame_Skull_Card Rate: 1 - - Item: Tha_Despero_Card + - Index: 31 + Item: Tatacho_Card + Rate: 2 + - Index: 32 + Item: Aqua_Elemental_Card + Rate: 2 + - Index: 33 + Item: Draco_Card + Rate: 2 + - Index: 34 + Item: Luciola_Vespa_Card + Rate: 2 + - Index: 35 + Item: Centipede_Card + Rate: 2 + - Index: 36 + Item: Cornus_Card + Rate: 2 + - Index: 37 + Item: Dark_Shadow_Card + Rate: 2 + - Index: 38 + Item: Alnoldi_Card Rate: 1 - - Item: Hodremlin_Card + - Index: 39 + Item: Neo_Punk_Card Rate: 1 - - Item: Seeker_Card + - Index: 40 + Item: Zombie_Guard_Card Rate: 1 - - Item: Muscipular_Card + - Index: 41 + Item: Grave_Arclouse_Card Rate: 1 - - Item: Flame_Skull_Card + - Index: 42 + Item: Basilisk1_Card Rate: 1 - - Item: Tatacho_Card + - Index: 43 + Item: Basilisk2_Card Rate: 1 - - Item: Aqua_Elemental_Card + - Index: 44 + Item: Fire_Golem_Card Rate: 1 - - Item: Draco_Card + - Index: 45 + Item: Les_Card Rate: 1 - - Item: Luciola_Vespa_Card + - Index: 46 + Item: Evil_Shadow_Card Rate: 1 - - Item: Centipede_Card + - Index: 47 + Item: Gaster_Card Rate: 1 - - Item: Cornus_Card + - Index: 48 + Item: Chaos_S_Winder_Card Rate: 1 - - Item: Dark_Shadow_Card + - Index: 49 + Item: Chaos_H_Fly_Card + Rate: 1 + - Index: 50 + Item: Chaos_Poporing_Card + Rate: 1 + - Index: 51 + Item: Firm_Explosion_Card + Rate: 1 + - Index: 52 + Item: Firm_Blazzer_Card + Rate: 1 + - Index: 53 + Item: Frozen_Gargoyle_Card + Rate: 1 + - Index: 54 + Item: Khaliz_Knightage_Card + Rate: 1 + - Index: 55 + Item: C_Khaliz_Knight_Card + Rate: 1 + - Index: 56 + Item: ILL_Marse_Card + Rate: 1 + - Index: 57 + Item: ILL_Andre_Card + Rate: 1 + - Index: 58 + Item: ILL_Deniro_Card + Rate: 1 + - Index: 59 + Item: ILL_Piere_Card + Rate: 1 + - Index: 60 + Item: ILL_Ant_egg_Card + Rate: 1 + - Index: 61 + Item: B_Hallucigenia_Card + Rate: 1 + - Index: 62 + Item: R_Superior_Rgan_Card + Rate: 1 + - Index: 63 + Item: Tha_Anger_Card + Rate: 1 + - Index: 64 + Item: Tha_Horror_Card + Rate: 1 + - Index: 65 + Item: Tha_Resent_Card Rate: 1 - Group: CARDALBUM_SHOES SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Chonchon_Card + - Index: 0 + Item: Chonchon_Card Rate: 1 - - Item: Zombie_Card + - Index: 1 + Item: Zombie_Card Rate: 1 - - Item: Thief_Bug_Male_Card + - Index: 2 + Item: Thief_Bug_Male_Card Rate: 1 - - Item: Eggyra_Card + - Index: 3 + Item: Eggyra_Card Rate: 1 - - Item: Matyr_Card + - Index: 4 + Item: Matyr_Card Rate: 1 - - Item: Sohee_Card + - Index: 5 + Item: Sohee_Card Rate: 1 - - Item: Verit_Card + - Index: 6 + Item: Verit_Card Rate: 1 - - Item: Gajomart_Card + - Index: 7 + Item: Gajomart_Card Rate: 1 - - Item: Antique_Firelock_Card + - Index: 8 + Item: Antique_Firelock_Card Rate: 1 - - Item: Gullinbursti_Card + - Index: 9 + Item: Gullinbursti_Card Rate: 1 - - Item: Raggler_Card + - Index: 10 + Item: Raggler_Card Rate: 1 - - Item: Merman_Card + - Index: 11 + Item: Merman_Card Rate: 1 - - Item: Megalith_Card + - Index: 12 + Item: Megalith_Card Rate: 1 - - Item: Mini_Demon_Card + - Index: 13 + Item: Mini_Demon_Card Rate: 1 - - Item: Miyabi_Ningyo_Card + - Index: 14 + Item: Miyabi_Ningyo_Card Rate: 1 - - Item: Skeleton_General_Card + - Index: 15 + Item: Skeleton_General_Card Rate: 1 - - Item: Cookie_XMAS_Card + - Index: 16 + Item: Cookie_XMAS_Card Rate: 1 - - Item: Iron_Fist_Card + - Index: 17 + Item: Iron_Fist_Card Rate: 1 - - Item: Alarm_Card + - Index: 18 + Item: Alarm_Card Rate: 1 - - Item: Am_Mut_Card + - Index: 19 + Item: Am_Mut_Card Rate: 1 - - Item: Ancient_Worm_Card + - Index: 20 + Item: Ancient_Worm_Card Rate: 1 - - Item: Wild_Rose_Card + - Index: 21 + Item: Wild_Rose_Card Rate: 1 - - Item: Explosion_Card + - Index: 22 + Item: Explosion_Card Rate: 1 - - Item: Zombie_Prisoner_Card + - Index: 23 + Item: Zombie_Prisoner_Card Rate: 1 - - Item: Cat_O_Nine_Tail_Card + - Index: 24 + Item: Freezer_Card Rate: 1 - - Item: Freezer_Card + - Index: 25 + Item: Acidus_Card Rate: 1 - - Item: Acidus_Card + - Index: 26 + Item: Ferus__Card Rate: 1 - - Item: Ferus__Card + - Index: 27 + Item: Ice_Titan_Card Rate: 1 - - Item: Tha_Odium_Card + - Index: 28 + Item: Zombie_Slaughter_Card Rate: 1 - - Item: Ice_Titan_Card + - Index: 29 + Item: Heavy_Metaling_Card + Rate: 2 + - Index: 30 + Item: Time_Keeper_Card Rate: 1 - - Item: Zombie_Slaughter_Card + - Index: 31 + Item: Grave_Mummy_Card + Rate: 1 + - Index: 32 + Item: Grave_Verit_Card + Rate: 1 + - Index: 33 + Item: Leaf_Lunatic_Card + Rate: 1 + - Index: 34 + Item: Hunter_Wolf_Card + Rate: 1 + - Index: 35 + Item: GreenCenere_Card + Rate: 1 + - Index: 36 + Item: OminousFreezer_Card + Rate: 1 + - Index: 37 + Item: Piranha_Card + Rate: 1 + - Index: 38 + Item: XM_Cookie_Card + Rate: 1 + - Index: 39 + Item: XM_Teddy_Bear_Card + Rate: 1 + - Index: 40 + Item: Vavayaga_Card + Rate: 1 + - Index: 41 + Item: Faceworm_Egg_Card + Rate: 1 + - Index: 42 + Item: Archi_Card + Rate: 1 + - Index: 43 + Item: Dio_Anemos_Card + Rate: 1 + - Index: 44 + Item: Geffen_Gang_Card + Rate: 1 + - Index: 45 + Item: Geffen_Thug_Card + Rate: 1 + - Index: 46 + Item: Geffen_Thief_Card + Rate: 1 + - Index: 47 + Item: Pa_Monk_Card + Rate: 1 + - Index: 48 + Item: Ordre_Card + Rate: 1 + - Index: 49 + Item: Blut_Hase_Card + Rate: 1 + - Index: 50 + Item: Kuro_Akuma_Card + Rate: 1 + - Index: 51 + Item: Hyper_Death_Card + Rate: 1 + - Index: 52 + Item: Rechenier_Card + Rate: 1 + - Index: 53 + Item: Odorico_Card + Rate: 1 + - Index: 54 + Item: Coyote_Card + Rate: 1 + - Index: 55 + Item: Chaos_Ba_Jr_Card + Rate: 1 + - Index: 56 + Item: Firm_Nightmare_T_Card + Rate: 1 + - Index: 57 + Item: Porcellio_W_Card + Rate: 1 + - Index: 58 + Item: Abyss_Man_Card + Rate: 1 + - Index: 59 + Item: ILL_Merman_Card + Rate: 1 + - Index: 60 + Item: Assistant_Card + Rate: 1 + - Index: 61 + Item: Dry_Rafflesia_Card + Rate: 1 + - Index: 62 + Item: Alnoldi_Ex_Card + Rate: 1 + - Index: 63 + Item: Beta_Scissore_Ng_Card + Rate: 1 + - Index: 64 + Item: Verporta_Card + Rate: 1 + - Index: 65 + Item: Verporte_H_Card + Rate: 1 + - Index: 66 + Item: Papila_Card + Rate: 1 + - Index: 67 + Item: Papila_H_Card + Rate: 1 + - Index: 68 + Item: Papila_Ruba_Card + Rate: 1 + - Index: 69 + Item: Papila_Cae_Card + Rate: 1 + - Index: 70 + Item: Aries_Card + Rate: 1 + - Index: 71 + Item: Bath_Mermaid_Card + Rate: 1 + - Index: 72 + Item: EP17_2_Marc_Card + Rate: 1 + - Index: 73 + Item: Holy_Skogul_Card + Rate: 1 + - Index: 74 + Item: EP18_Volcaring_Card + Rate: 1 + - Index: 75 + Item: EP18_Tumble_Ring_Card + Rate: 1 + - Index: 76 + Item: Hallucigenia_Card + Rate: 1 + - Index: 77 + Item: E_Inter_Rgan_Card + Rate: 1 + - Index: 78 + Item: Extra_Joker_Card + Rate: 1 + - Index: 79 + Item: General_Orc_Card + Rate: 1 + - Index: 80 + Item: Sieglouse_Card Rate: 1 - Group: CARDALBUM_WEAPON SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Fabre_Card + - Index: 0 + Item: Fabre_Card Rate: 1 - - Item: Drops_Card + - Index: 1 + Item: Drops_Card Rate: 1 - - Item: Poring__Card + - Index: 2 + Item: Poring__Card Rate: 1 - - Item: Lunatic_Card + - Index: 3 + Item: Lunatic_Card Rate: 1 - - Item: Pecopeco_Egg_Card + - Index: 4 + Item: Pecopeco_Egg_Card Rate: 1 - - Item: Savage_Babe_Card + - Index: 5 + Item: Savage_Babe_Card Rate: 1 - - Item: Andre_Larva_Card + - Index: 6 + Item: Andre_Larva_Card Rate: 1 - - Item: Hornet_Card + - Index: 7 + Item: Hornet_Card Rate: 1 - - Item: Farmiliar_Card + - Index: 8 + Item: Farmiliar_Card Rate: 1 - - Item: Plankton_Card + - Index: 9 + Item: Plankton_Card Rate: 1 - - Item: Skeleton_Card + - Index: 10 + Item: Skeleton_Card Rate: 1 - - Item: Thief_Bug_Female_Card + - Index: 11 + Item: Thief_Bug_Female_Card Rate: 1 - - Item: Wolf_Card + - Index: 12 + Item: Wolf_Card Rate: 1 - - Item: Mandragora_Card + - Index: 13 + Item: Mandragora_Card Rate: 1 - - Item: Hydra_Card + - Index: 14 + Item: Hydra_Card Rate: 1 - - Item: Snake_Card + - Index: 15 + Item: Snake_Card Rate: 1 - - Item: Andre_Card + - Index: 16 + Item: Andre_Card Rate: 1 - - Item: Vadon_Card + - Index: 17 + Item: Vadon_Card Rate: 1 - - Item: Marina_Card + - Index: 18 + Item: Marina_Card Rate: 1 - - Item: Metaller_Card + - Index: 19 + Item: Metaller_Card Rate: 1 - - Item: Goblin_Card + - Index: 20 + Item: Goblin_Card Rate: 1 - - Item: Anacondaq_Card + - Index: 21 + Item: Anacondaq_Card Rate: 1 - - Item: Caramel_Card + - Index: 22 + Item: Caramel_Card Rate: 1 - - Item: Kaho_Card + - Index: 23 + Item: Kaho_Card Rate: 1 - - Item: Scorpion_Card + - Index: 24 + Item: Scorpion_Card Rate: 1 - - Item: Drainliar_Card + - Index: 25 + Item: Drainliar_Card Rate: 1 - - Item: Golem_Card + - Index: 26 + Item: Golem_Card Rate: 1 - - Item: Magnolia_Card + - Index: 27 + Item: Magnolia_Card Rate: 1 - - Item: Flora_Card + - Index: 28 + Item: Flora_Card Rate: 1 - - Item: Desert_Wolf_Card + - Index: 29 + Item: Desert_Wolf_Card Rate: 1 - - Item: Orc_Skeleton_Card + - Index: 30 + Item: Orc_Skeleton_Card Rate: 1 - - Item: Soldier_Skeleton_Card + - Index: 31 + Item: Soldier_Skeleton_Card Rate: 1 - - Item: Skel_Worker_Card + - Index: 32 + Item: Skel_Worker_Card Rate: 1 - - Item: Archer_Skeleton_Card + - Index: 33 + Item: Archer_Skeleton_Card Rate: 1 - - Item: Zenorc_Card + - Index: 34 + Item: Zenorc_Card Rate: 1 - - Item: Requiem_Card + - Index: 35 + Item: Requiem_Card Rate: 1 - - Item: Mummy_Card + - Index: 36 + Item: Mummy_Card Rate: 1 - - Item: Strouf_Card + - Index: 37 + Item: Strouf_Card Rate: 1 - - Item: Hunter_Fly_Card + - Index: 38 + Item: Hunter_Fly_Card Rate: 1 - - Item: Side_Winder_Card + - Index: 39 + Item: Side_Winder_Card Rate: 1 - - Item: Petit_Card + - Index: 40 + Item: Petit_Card Rate: 1 - - Item: Deviace_Card + - Index: 41 + Item: Deviace_Card Rate: 1 - - Item: Minorous_Card + - Index: 42 + Item: Minorous_Card Rate: 1 - - Item: Scorpion_King_Card + - Index: 43 + Item: Scorpion_King_Card Rate: 1 - - Item: Knight_Of_Abyss_Card + - Index: 44 + Item: Knight_Of_Abyss_Card Rate: 1 - - Item: Crab_Card + - Index: 45 + Item: Crab_Card Rate: 1 - - Item: Goblin_Leader_Card + - Index: 46 + Item: Goblin_Leader_Card Rate: 1 - - Item: Steam_Goblin_Card + - Index: 47 + Item: Steam_Goblin_Card Rate: 1 - - Item: Goblin_Archer_Card + - Index: 48 + Item: Goblin_Archer_Card Rate: 1 - - Item: Gryphon_Card + - Index: 49 + Item: Gig_Card Rate: 1 - - Item: Gig_Card + - Index: 50 + Item: Neraid_Card Rate: 1 - - Item: Neraid_Card + - Index: 51 + Item: Dark_Priest_Card Rate: 1 - - Item: Dark_Priest_Card + - Index: 52 + Item: The_Paper_Card Rate: 1 - - Item: The_Paper_Card + - Index: 53 + Item: Dullahan_Card Rate: 1 - - Item: Dullahan_Card + - Index: 54 + Item: Driller_Card Rate: 1 - - Item: Driller_Card + - Index: 55 + Item: Diabolic_Card Rate: 1 - - Item: Diabolic_Card + - Index: 56 + Item: Lava_Golem_Card Rate: 1 - - Item: Lava_Golem_Card + - Index: 57 + Item: Rotar_Zairo_Card Rate: 1 - - Item: Rotar_Zairo_Card + - Index: 58 + Item: Civil_Servant_Card Rate: 1 - - Item: Civil_Servant_Card + - Index: 59 + Item: Bloody_Murderer_Card Rate: 1 - - Item: Mutant_Dragon_Card + - Index: 60 + Item: Stone_Shooter_Card Rate: 1 - - Item: Bloody_Murderer_Card + - Index: 61 + Item: Assulter_Card Rate: 1 - - Item: Stone_Shooter_Card + - Index: 62 + Item: Aster_Card Rate: 1 - - Item: Assulter_Card + - Index: 63 + Item: Elder_Card Rate: 1 - - Item: Aster_Card + - Index: 64 + Item: Orc_Lady_Card Rate: 1 - - Item: Elder_Card + - Index: 65 + Item: Injustice_Card Rate: 1 - - Item: Orc_Lady_Card + - Index: 66 + Item: Shellfish_Card Rate: 1 - - Item: Injustice_Card + - Index: 67 + Item: Zombie_Master_Card Rate: 1 - - Item: Shellfish_Card + - Index: 68 + Item: Zipper_Bear_Card Rate: 1 - - Item: Zombie_Master_Card + - Index: 69 + Item: Chepet_Card Rate: 1 - - Item: Zipper_Bear_Card + - Index: 70 + Item: Caterpillar_Card Rate: 1 - - Item: Chepet_Card + - Index: 71 + Item: Kobold_Leader_Card Rate: 1 - - Item: Caterpillar_Card + - Index: 72 + Item: Kobold_Archer_Card Rate: 1 - - Item: Kobold_Leader_Card + - Index: 73 + Item: Cruiser_Card Rate: 1 - - Item: Kobold_Archer_Card + - Index: 74 + Item: Kind_Of_Beetle_Card Rate: 1 - - Item: Cruiser_Card + - Index: 75 + Item: Tri_Joint_Card Rate: 1 - - Item: Kind_Of_Beetle_Card + - Index: 76 + Item: Panzer_Goblin_Card Rate: 1 - - Item: Tri_Joint_Card + - Index: 77 + Item: Fur_Seal_Card Rate: 1 - - Item: Panzer_Goblin_Card + - Index: 78 + Item: Fake_Angel_Card Rate: 1 - - Item: Fur_Seal_Card + - Index: 79 + Item: Mobster_Card Rate: 1 - - Item: Fake_Angel_Card + - Index: 80 + Item: Bloody_Knight_Card Rate: 1 - - Item: Mobster_Card + - Index: 81 + Item: Garm_Baby_Card Rate: 1 - - Item: Bloody_Knight_Card + - Index: 82 + Item: Phendark_Card Rate: 1 - - Item: Garm_Baby_Card + - Index: 83 + Item: Pitman_Card Rate: 1 - - Item: Phendark_Card + - Index: 84 + Item: Metaling_Card Rate: 1 - - Item: Pitman_Card + - Index: 85 + Item: Hill_Wind_Card Rate: 1 - - Item: Metaling_Card + - Index: 86 + Item: Rawrel_Card Rate: 1 - - Item: Hill_Wind_Card + - Index: 87 + Item: Eremes_Card Rate: 1 - - Item: Rawrel_Card + - Index: 88 + Item: Harword_Card Rate: 1 - - Item: Eremes_Card + - Index: 89 + Item: Shecil_Card Rate: 1 - - Item: Harword_Card + - Index: 90 + Item: Ferus_Card Rate: 1 - - Item: Shecil_Card + - Index: 91 + Item: Deathword_Card Rate: 1 - - Item: Ferus_Card + - Index: 92 + Item: Breeze_Card Rate: 1 - - Item: Deathword_Card + - Index: 93 + Item: Drosera_Card Rate: 1 - - Item: Breeze_Card + - Index: 94 + Item: P_Skeleton_Card Rate: 1 - - Item: Solace_Card + - Index: 95 + Item: Centipede_Larva_Card + Rate: 2 + - Index: 96 + Item: Hilsrion_Card + Rate: 2 + - Index: 97 + Item: Aunoe_Card + Rate: 2 + - Index: 98 + Item: Panat_Card + Rate: 2 + - Index: 99 + Item: Beholder_Master_Card + Rate: 2 + - Index: 100 + Item: Naga_Card + Rate: 2 + - Index: 101 + Item: Nepenthes_Card + Rate: 2 + - Index: 102 + Item: Egg_Of_Draco_Card + Rate: 2 + - Index: 103 + Item: Bradium_Goram_Card + Rate: 2 + - Index: 104 + Item: Ancient_Tree_Card + Rate: 2 + - Index: 105 + Item: Jakudam_Card + Rate: 2 + - Index: 106 + Item: Cobalt_Mineral_Card + Rate: 2 + - Index: 107 + Item: Pinguicula_Card + Rate: 2 + - Index: 108 + Item: Hell_Apocalips_Card + Rate: 2 + - Index: 109 + Item: Miming_Card Rate: 1 - - Item: Tha_Maero_Card + - Index: 110 + Item: Little_Fatum_Card Rate: 1 - - Item: Tha_Dolor_Card + - Index: 111 + Item: Pom_Spider_Card Rate: 1 - - Item: Skeggiold_Card + - Index: 112 + Item: Banaspaty_Card Rate: 1 - - Item: Drosera_Card + - Index: 113 + Item: Butoijo_Card Rate: 1 - - Item: Sword_Guardian_Card + - Index: 114 + Item: Sedora_Card Rate: 1 - - Item: Bow_Guardian_Card + - Index: 115 + Item: Sropho_Card Rate: 1 - - Item: Necromancer_Card + - Index: 116 + Item: Red_Eruma_Card Rate: 1 - - Item: Centipede_Larva_Card + - Index: 117 + Item: Mini_Octopus_Card Rate: 1 - - Item: Hilsrion_Card + - Index: 118 + Item: Manananggal_Card + Rate: 1 + - Index: 119 + Item: FaithfulManager_Card + Rate: 1 + - Index: 120 + Item: Big_Ben_Card + Rate: 1 + - Index: 121 + Item: Big_Bell_Card + Rate: 1 + - Index: 122 + Item: P_Archer_Skeleton_Card + Rate: 1 + - Index: 123 + Item: P_Soldier_Skeleton_Card + Rate: 1 + - Index: 124 + Item: Grave_Mimic_Card + Rate: 1 + - Index: 125 + Item: Grave_Minorous_Card + Rate: 1 + - Index: 126 + Item: Wild_Honet_Card + Rate: 1 + - Index: 127 + Item: Ju_Mandragora_Card + Rate: 1 + - Index: 128 + Item: Fru_Pom_Spider_Card + Rate: 1 + - Index: 129 + Item: Step_Card + Rate: 1 + - Index: 130 + Item: Rock_Step_Card + Rate: 1 + - Index: 131 + Item: KickAndKick_Card + Rate: 1 + - Index: 132 + Item: ExplorationRover_T_Card + Rate: 1 + - Index: 133 + Item: Fire_Frilldora_Card + Rate: 1 + - Index: 134 + Item: BitterMunak_Card + Rate: 1 + - Index: 135 + Item: BitterArcherSk_Card + Rate: 1 + - Index: 136 + Item: WizardOfVeritas_Card + Rate: 1 + - Index: 137 + Item: OminousAssulter_Card + Rate: 1 + - Index: 138 + Item: Curupira_Card + Rate: 1 + - Index: 139 + Item: XM_Mystcase_Card + Rate: 1 + - Index: 140 + Item: XM_Marionette_Card + Rate: 1 + - Index: 141 + Item: AirShip_Raid_Card + Rate: 1 + - Index: 142 + Item: Payon_Soldier_Card + Rate: 1 + - Index: 143 + Item: Jew_Card + Rate: 1 + - Index: 144 + Item: Cowraiders3_Card + Rate: 1 + - Index: 145 + Item: E_Cowraiders1_Card + Rate: 1 + - Index: 146 + Item: E_Cowraiders2_Card + Rate: 1 + - Index: 147 + Item: E_Cowraiders3_Card + Rate: 1 + - Index: 148 + Item: Colorful_T_Bear_Card + Rate: 1 + - Index: 149 + Item: Fragment_Of_Soul_Card + Rate: 1 + - Index: 150 + Item: Ancient_W_Fighter_Card + Rate: 1 + - Index: 151 + Item: Heart_Hunter_Card + Rate: 1 + - Index: 152 + Item: Ancient_Trijoint_Card + Rate: 1 + - Index: 153 + Item: Ancient_Megalith_Card + Rate: 1 + - Index: 154 + Item: Chaos_Goring_Card + Rate: 1 + - Index: 155 + Item: High_Bellare_Card + Rate: 1 + - Index: 156 + Item: Sanare_Card + Rate: 1 + - Index: 157 + Item: Mutant_Plaga_Card + Rate: 1 + - Index: 158 + Item: Mt_Dolor_Card + Rate: 1 + - Index: 159 + Item: E_EA1L_Card + Rate: 1 + - Index: 160 + Item: Bellare_Card + Rate: 1 + - Index: 161 + Item: Firm_Kaho_Card + Rate: 1 + - Index: 162 + Item: Firm_Lava_G_Card + Rate: 1 + - Index: 163 + Item: Polluted_Ray_A_Card + Rate: 1 + - Index: 164 + Item: Flame_Ghost_Card + Rate: 1 + - Index: 165 + Item: Polluted_W_Man_Card + Rate: 1 + - Index: 166 + Item: White_Knightage_Card + Rate: 1 + - Index: 167 + Item: C_White_Knight_Card + Rate: 1 + - Index: 168 + Item: Angelgolt_Card + Rate: 1 + - Index: 169 + Item: Plasma_Spt_Card + Rate: 1 + - Index: 170 + Item: Plasma_Arch_Card + Rate: 1 + - Index: 171 + Item: Holy_Frus_Card + Rate: 1 + - Index: 172 + Item: Poisonous_Card + Rate: 1 + - Index: 173 + Item: Acidus_B_Card + Rate: 1 + - Index: 174 + Item: Acidus_S_Card + Rate: 1 + - Index: 175 + Item: ILL_Sropho_Card + Rate: 1 + - Index: 176 + Item: ILL_Deviace_Card + Rate: 1 + - Index: 177 + Item: ILL_Sedora_Card + Rate: 1 + - Index: 178 + Item: Assistant_H_Card + Rate: 1 + - Index: 179 + Item: Alnoldi_Ex_H_Card + Rate: 1 + - Index: 180 + Item: B_Scissore_Ng_H_Card + Rate: 1 + - Index: 181 + Item: Papila_Ruba_H_Card + Rate: 1 + - Index: 182 + Item: Papila_Cae_H_Card + Rate: 1 + - Index: 183 + Item: Pitaya_R_Card + Rate: 1 + - Index: 184 + Item: Plaga3_Card + Rate: 1 + - Index: 185 + Item: Pitaya_B_Card + Rate: 1 + - Index: 186 + Item: ILL_Andre_soldier_Card + Rate: 1 + - Index: 187 + Item: ILL_Andre_larva_Card + Rate: 1 + - Index: 188 + Item: ILL_Farmiliar_Card + Rate: 1 + - Index: 189 + Item: EP18_Hot_Molar_Card + Rate: 1 + - Index: 190 + Item: EP18_Ashring_Card + Rate: 1 + - Index: 191 + Item: Gan_Ceann_Card + Rate: 1 + - Index: 192 + Item: Brutal_Murderer_Card + Rate: 1 + - Index: 193 + Item: Reken_Guard_Card + Rate: 1 + - Index: 194 + Item: Reken_H_Guard_Card + Rate: 1 + - Index: 195 + Item: Regen_Scientist_Card + Rate: 1 + - Index: 196 + Item: Tha_Regret_Card + Rate: 1 + - Index: 197 + Item: Book_Of_Death_Card Rate: 1 - Group: CASH_FOOD SubGroups: - SubGroup: 1 List: - - Item: Str_Dish10_ + - Index: 0 + Item: Str_Dish10_ Rate: 1 - - Item: Agi_Dish10_ + - Index: 1 + Item: Agi_Dish10_ Rate: 1 - - Item: Int_Dish10_ + - Index: 2 + Item: Int_Dish10_ Rate: 1 - - Item: Dex_Dish10_ + - Index: 3 + Item: Dex_Dish10_ Rate: 1 - - Item: Luk_Dish10_ + - Index: 4 + Item: Luk_Dish10_ Rate: 1 - - Item: Vit_Dish10_ + - Index: 5 + Item: Vit_Dish10_ Rate: 1 - Group: CGRADE_POCKET SubGroups: - SubGroup: 0 List: - - Item: Cgrade_Coin - - Item: Dgrade_Coin - - Item: Egrade_Coin + - Index: 0 + Item: Cgrade_Coin + - Index: 1 + Item: Dgrade_Coin + - Index: 2 + Item: Egrade_Coin - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Egrade_Coin - Rate: 200 + - Index: 1 + Item: Egrade_Coin + Rate: 50 + - Index: 2 + Item: Egrade_Coin + Rate: 150 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Dgrade_Coin + - Index: 1 + Item: Dgrade_Coin Rate: 200 - Group: CHALLENGE_KIT SubGroups: - SubGroup: 0 List: - - Item: Blessing_10_Scroll + - Index: 0 + Item: Blessing_10_Scroll Amount: 20 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 1 + Item: Inc_Agi_10_Scroll Amount: 20 UniqueId: true - Group: CHEMICAL_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Chemical_Ring + - Index: 0 + Item: Chemical_Ring Duration: 10080 UniqueId: true - Group: CHERISH_BOX SubGroups: - SubGroup: 1 List: - - Item: Dog_Cap_ + - Index: 0 + Item: Dog_Cap_ Rate: 1 - - Item: Geographer_Band_ + - Index: 1 + Item: Geographer_Band_ Rate: 4 - - Item: Vacation_Hat_ + - Index: 2 + Item: Vacation_Hat_ Rate: 5 - Group: CHERISH_BOX_ORI SubGroups: - SubGroup: 1 List: - - Item: Ragnarok_Limited_Ed + - Index: 0 + Item: Ragnarok_Limited_Ed Rate: 3 - - Item: Satellite_Hairband + - Index: 1 + Item: Satellite_Hairband Rate: 2 - - Item: Valkyrie_Feather_Band + - Index: 2 + Item: Valkyrie_Feather_Band Rate: 1 - - Item: Pirate_Dagger + - Index: 3 + Item: Pirate_Dagger Rate: 2 - - Item: Loki_Mask + - Index: 4 + Item: Loki_Mask Rate: 2 - Group: CHRISTMAS_BOX SubGroups: - SubGroup: 1 List: - - Item: Honey + - Index: 0 + Item: Honey Rate: 1400 Amount: 10 - - Item: White_Potion + - Index: 1 + Item: White_Potion Rate: 1400 Amount: 10 - - Item: Blue_Herb + - Index: 2 + Item: Blue_Herb Rate: 1400 Amount: 10 - - Item: Blue_Potion + - Index: 3 + Item: Blue_Potion Rate: 1400 Amount: 10 - - Item: Awakening_Potion + - Index: 4 + Item: Awakening_Potion Rate: 1400 Amount: 10 - - Item: Siroma_Icetea + - Index: 5 + Item: Siroma_Icetea Rate: 1000 - - Item: Agi_Dish09 + - Index: 6 + Item: Agi_Dish09 Rate: 1000 - - Item: Yggdrasilberry + - Index: 7 + Item: Yggdrasilberry Rate: 635 Amount: 5 - - Item: Santa's_Hat + - Index: 8 + Item: Santa's_Hat Rate: 200 - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 100 - - Item: Miracle_Medicine + - Index: 10 + Item: Miracle_Medicine Rate: 50 - - Item: Angelic_Chain + - Index: 11 + Item: Angelic_Chain Rate: 5 - - Item: Tidal_Shoes + - Index: 12 + Item: Tidal_Shoes Rate: 5 - - Item: Wool_Scarf + - Index: 13 + Item: Wool_Scarf Rate: 5 - Group: CHRONOSIAN_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1119 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1119 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1119 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1129 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_Dark_Night_Veil + - Index: 9 + Item: C_Dark_Night_Veil Rate: 172 - - Item: Owlviscount_Silk_Hat + - Index: 10 + Item: Owlviscount_Silk_Hat Rate: 110 - - Item: Shadow_Staff + - Index: 11 + Item: Shadow_Staff Rate: 35 Announced: true - - Item: Trumpet_Shell + - Index: 12 + Item: Trumpet_Shell Rate: 110 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Ktullanux_Card + - Index: 19 + Item: Sealed_Ktullanux_Card Rate: 11 Announced: true - - Item: Ghostring_Card + - Index: 20 + Item: Ghostring_Card Rate: 8 Announced: true - - Item: Apocalips_H_Card + - Index: 21 + Item: Apocalips_H_Card Rate: 2 Announced: true - - Item: Tao_Gunka_Card + - Index: 22 + Item: Tao_Gunka_Card Rate: 1 Announced: true - Group: CLAMOROUS_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Clamorous_Ring + - Index: 0 + Item: Clamorous_Ring Duration: 10080 UniqueId: true - Group: COMBAT_KNIFE_BOX SubGroups: - SubGroup: 0 List: - - Item: Combat_Knife_C + - Index: 0 + Item: Combat_Knife_C Duration: 10080 UniqueId: true - Group: COMIN_ACTOR_BOX SubGroups: - SubGroup: 0 List: - - Item: Charlie_Beard - - Item: Charlie_Hat + - Index: 0 + Item: Charlie_Beard + - Index: 1 + Item: Charlie_Hat - Group: COOKIEBAG SubGroups: - SubGroup: 1 List: - - Item: Candy + - Index: 0 + Item: Candy Rate: 5 - - Item: Candy_Striper + - Index: 1 + Item: Candy_Striper Rate: 5 - - Item: Well_Baked_Cookie + - Index: 2 + Item: Well_Baked_Cookie Rate: 5 - - Item: Piece_Of_Cake + - Index: 3 + Item: Piece_Of_Cake Rate: 5 - - Item: Chocolate + - Index: 4 + Item: Chocolate Rate: 1 - - Item: HandMade_Chocolate + - Index: 5 + Item: HandMade_Chocolate Rate: 1 - - Item: HandMade_Chocolate_ + - Index: 6 + Item: HandMade_Chocolate_ Rate: 1 - - Item: White_Chocolate + - Index: 7 + Item: White_Chocolate Rate: 1 - - Item: Rice_Ball + - Index: 8 + Item: Rice_Ball Rate: 5 - - Item: Lucky_Candy + - Index: 9 + Item: Lucky_Candy Rate: 5 - - Item: Lucky_Candy_Cane + - Index: 10 + Item: Lucky_Candy_Cane Rate: 5 - - Item: Lucky_Cookie + - Index: 11 + Item: Lucky_Cookie Rate: 5 - - Item: Chocolate_Drink + - Index: 12 + Item: Chocolate_Drink Rate: 1 - - Item: Sesame_Pastry + - Index: 13 + Item: Sesame_Pastry Rate: 1 - - Item: Honey_Pastry + - Index: 14 + Item: Honey_Pastry Rate: 1 - - Item: Rainbow_Cake + - Index: 15 + Item: Rainbow_Cake Rate: 1 - Group: COOL_FB_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Cool_FB_Hat + - Index: 0 + Item: Cool_FB_Hat Duration: 60 - Group: COOL_HAT_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Cool_FB_Hat + - Index: 0 + Item: Cool_FB_Hat Duration: 3600 - Group: COSTAMA_EGG18 SubGroups: - SubGroup: 1 List: - - Item: C_Snow_Rabbit_Knit_Hat + - Index: 0 + Item: C_Snow_Rabbit_Knit_Hat Rate: 40 - - Item: C_Mouton_Life + - Index: 1 + Item: C_Mouton_Life Rate: 40 - - Item: C_Galanthus_Guard + - Index: 2 + Item: C_Galanthus_Guard Rate: 40 - - Item: C_Chilly_Breath + - Index: 3 + Item: C_Chilly_Breath Rate: 70 - - Item: C_Rabbit_Ear_Knit_Hat + - Index: 4 + Item: C_Rabbit_Ear_Knit_Hat Rate: 90 - - Item: C_Aura_Quartz_Crown + - Index: 5 + Item: C_Aura_Quartz_Crown Rate: 110 - - Item: C_Ice_Wing_Ear + - Index: 6 + Item: C_Ice_Wing_Ear Rate: 130 - - Item: C_Lunatic_Hat + - Index: 7 + Item: C_Lunatic_Hat Rate: 150 - - Item: C_Blue_Fur_Hat + - Index: 8 + Item: C_Blue_Fur_Hat Rate: 160 - - Item: C_Elder_Crown + - Index: 9 + Item: C_Elder_Crown Rate: 170 - Group: COSTAMA_EGG19 SubGroups: - SubGroup: 1 List: - - Item: C_Rainbow_Wing_Ears + - Index: 0 + Item: C_Rainbow_Wing_Ears Rate: 40 - - Item: C_Lightning_Speed + - Index: 1 + Item: C_Lightning_Speed Rate: 40 - - Item: C_Double_Horn_Helm + - Index: 2 + Item: C_Double_Horn_Helm Rate: 40 - - Item: C_Vanargandr_Helm + - Index: 3 + Item: C_Vanargandr_Helm Rate: 60 - - Item: C_Pegasus_Wing_Ears + - Index: 4 + Item: C_Pegasus_Wing_Ears Rate: 90 - - Item: C_Dark_Knight_Mask + - Index: 5 + Item: C_Dark_Knight_Mask Rate: 110 - - Item: C_Bullock_Helm_J + - Index: 6 + Item: C_Bullock_Helm_J Rate: 130 - - Item: C_Pirate_Dagger + - Index: 7 + Item: C_Pirate_Dagger Rate: 150 - - Item: C_General_Helmet + - Index: 8 + Item: C_General_Helmet Rate: 160 - - Item: C_Dragon_Skull + - Index: 9 + Item: C_Dragon_Skull Rate: 170 - - Item: C_Subject_Aura + - Index: 10 + Item: C_Subject_Aura Rate: 10 Announced: true - Group: COSTAMA_EGG23 SubGroups: - SubGroup: 1 List: - - Item: C_Volume_Fhat + - Index: 0 + Item: C_Volume_Fhat Rate: 40 - - Item: C_Vampire_Hairband + - Index: 1 + Item: C_Vampire_Hairband Rate: 40 - - Item: C_Ljosalfar + - Index: 2 + Item: C_Ljosalfar Rate: 40 - - Item: C_Love_Daddy_2013 + - Index: 3 + Item: C_Love_Daddy_2013 Rate: 70 - - Item: C_Bragi_Wing_Ears + - Index: 4 + Item: C_Bragi_Wing_Ears Rate: 90 - - Item: C_Little_Fhat + - Index: 5 + Item: C_Little_Fhat Rate: 110 - - Item: C_Idun_Wing_Ears + - Index: 6 + Item: C_Idun_Wing_Ears Rate: 130 - - Item: C_Wing_Form_Spectacle + - Index: 7 + Item: C_Wing_Form_Spectacle Rate: 150 - - Item: C_Shaman's_Hair_Orna + - Index: 8 + Item: C_Shaman's_Hair_Orna Rate: 160 - - Item: C_White_Feather + - Index: 9 + Item: C_White_Feather Rate: 170 - Group: COSTAMA_EGG24 SubGroups: - SubGroup: 1 List: - - Item: C_Under_Rim_Glasses + - Index: 0 + Item: C_Under_Rim_Glasses Rate: 40 - - Item: C_Star_Reading_Hat + - Index: 1 + Item: C_Star_Reading_Hat Rate: 40 - - Item: C_Mermaid_Headphone + - Index: 2 + Item: C_Mermaid_Headphone Rate: 40 - - Item: C_Aqua_Ten_Gallon_Hat + - Index: 3 + Item: C_Aqua_Ten_Gallon_Hat Rate: 70 - - Item: C_Raspberry_Mousse_Hat + - Index: 4 + Item: C_Raspberry_Mousse_Hat Rate: 90 - - Item: C_Fish_Head_Hat + - Index: 5 + Item: C_Fish_Head_Hat Rate: 110 - - Item: C_Classic_Hat + - Index: 6 + Item: C_Classic_Hat Rate: 130 - - Item: C_Fish_In_Mouth + - Index: 7 + Item: C_Fish_In_Mouth Rate: 150 - - Item: C_Blind_Glasses + - Index: 8 + Item: C_Blind_Glasses Rate: 160 - - Item: C_Jolly_Roger + - Index: 9 + Item: C_Jolly_Roger Rate: 170 - Group: COSTAMA_EGG28 SubGroups: - SubGroup: 1 List: - - Item: C_Amistr_Beret + - Index: 0 + Item: C_Amistr_Beret Rate: 40 - - Item: C_Scratching_Cat + - Index: 1 + Item: C_Scratching_Cat Rate: 10 - - Item: C_Leopard_Ear_Hat + - Index: 2 + Item: C_Leopard_Ear_Hat Rate: 40 - - Item: C_Misty_Ears + - Index: 3 + Item: C_Misty_Ears Rate: 70 - - Item: C_Foxtail + - Index: 4 + Item: C_Foxtail Rate: 100 - - Item: C_Cock_Hat1 + - Index: 5 + Item: C_Cock_Hat1 Rate: 120 - - Item: C_Black_Cat_Ears_Beret + - Index: 6 + Item: C_Black_Cat_Ears_Beret Rate: 140 - - Item: C_Green_Foxtail + - Index: 7 + Item: C_Green_Foxtail Rate: 150 - - Item: C_Lion_Mask + - Index: 8 + Item: C_Lion_Mask Rate: 160 - - Item: C_Puppy_Hat + - Index: 9 + Item: C_Puppy_Hat Rate: 170 - Group: COSTAMA_EGG29 SubGroups: - SubGroup: 1 List: - - Item: C_Angel_Marcher_Hat + - Index: 0 + Item: C_Angel_Marcher_Hat Rate: 124 - - Item: C_Arabian_Veil + - Index: 1 + Item: C_Arabian_Veil Rate: 10 - - Item: C_Spell_Circuit + - Index: 2 + Item: C_Spell_Circuit Rate: 10 - - Item: C_Dark_Night_Veil + - Index: 3 + Item: C_Dark_Night_Veil Rate: 154 - - Item: C_Eyes_Of_Ifrit + - Index: 4 + Item: C_Eyes_Of_Ifrit Rate: 10 - - Item: C_Sirt_Evil_Eye + - Index: 5 + Item: C_Sirt_Evil_Eye Rate: 194 - - Item: C_Evil_Marcher_Hat_J + - Index: 6 + Item: C_Evil_Marcher_Hat_J Rate: 10 - - Item: C_Black_Devil_Mask + - Index: 7 + Item: C_Black_Devil_Mask Rate: 234 - - Item: C_Loki_Mask + - Index: 8 + Item: C_Loki_Mask Rate: 244 - - Item: C_Rideword_Hat + - Index: 9 + Item: C_Rideword_Hat Rate: 10 - Group: COUNTER_DAGGER_BOX SubGroups: - SubGroup: 0 List: - - Item: Counter_Dagger_C + - Index: 0 + Item: Counter_Dagger_C Duration: 10080 UniqueId: true - Group: COUPLE_EVENT_BASKET SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Fire_Cracker_Love - Rate: 1 + - Index: 0 + Item: Fire_Cracker_Love Amount: 10 - - Item: Fire_Cracker_Wday - Rate: 1 + - Index: 1 + Item: Fire_Cracker_Wday Amount: 10 - - Item: Fire_Cracker_Vday - Rate: 1 + - Index: 2 + Item: Fire_Cracker_Vday Amount: 10 - - Item: Fire_Cracker_Bday - Rate: 1 + - Index: 3 + Item: Fire_Cracker_Bday Amount: 10 - - Item: Fire_Cracker_Xmas - Rate: 1 + - Index: 4 + Item: Fire_Cracker_Xmas Amount: 10 - Group: CP_ARMOR_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: CP_Armor_Scroll + - Index: 0 + Item: CP_Armor_Scroll UniqueId: true - - Item: Coating_Bottle + - Index: 1 + Item: Coating_Bottle UniqueId: true - Group: CP_HELM_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: CP_Helm_Scroll + - Index: 0 + Item: CP_Helm_Scroll UniqueId: true - - Item: Coating_Bottle + - Index: 1 + Item: Coating_Bottle UniqueId: true - Group: CP_SHIELD_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: CP_Shield_Scroll + - Index: 0 + Item: CP_Shield_Scroll UniqueId: true - - Item: Coating_Bottle + - Index: 1 + Item: Coating_Bottle UniqueId: true - Group: CP_WEAPON_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: CP_Weapon_Scroll + - Index: 0 + Item: CP_Weapon_Scroll UniqueId: true - - Item: Coating_Bottle + - Index: 1 + Item: Coating_Bottle UniqueId: true - Group: CRITICAL_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Critical_Ring_C + - Index: 0 + Item: Critical_Ring_C Duration: 10080 UniqueId: true - Group: CRUMPLED_PAPER SubGroups: - SubGroup: 1 List: - - Item: Calender_January + - Index: 0 + Item: Calender_January Rate: 84 - - Item: Calender_February + - Index: 1 + Item: Calender_February Rate: 84 - - Item: Calender_March + - Index: 2 + Item: Calender_March Rate: 84 - - Item: Calender_April + - Index: 3 + Item: Calender_April Rate: 84 - - Item: Calender_May + - Index: 4 + Item: Calender_May Rate: 83 - - Item: Calender_June + - Index: 5 + Item: Calender_June Rate: 83 - - Item: Calender_July + - Index: 6 + Item: Calender_July Rate: 83 - - Item: Calender_August + - Index: 7 + Item: Calender_August Rate: 83 - - Item: Calender_September + - Index: 8 + Item: Calender_September Rate: 83 - - Item: Calender_October + - Index: 9 + Item: Calender_October Rate: 83 - - Item: Calender_November + - Index: 10 + Item: Calender_November Rate: 83 - - Item: Calender_December + - Index: 11 + Item: Calender_December Rate: 83 - Group: CYBORG_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1119 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_Seraph_Wing_Helm + - Index: 9 + Item: C_Seraph_Wing_Helm Rate: 108 Announced: true - - Item: C_Analyze_Eye + - Index: 10 + Item: C_Analyze_Eye Rate: 100 Announced: true - - Item: Polyhedron_Shoes + - Index: 11 + Item: Polyhedron_Shoes Rate: 100 Announced: true - - Item: Imperial_Ring + - Index: 12 + Item: Imperial_Ring Rate: 100 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 19 + Item: Sealed_D_Lord_Card Rate: 10 Announced: true - - Item: Sealed_Berz_Card + - Index: 20 + Item: Sealed_Berz_Card Rate: 8 Announced: true - - Item: Kiel_Card + - Index: 21 + Item: Kiel_Card Rate: 2 Announced: true - - Item: Incant_Samurai_Card + - Index: 22 + Item: Incant_Samurai_Card Rate: 1 Announced: true - Group: C_WING_OF_FLY_3DAY_BOX SubGroups: - SubGroup: 0 List: - - Item: C_Wing_Of_Fly + - Index: 0 + Item: C_Wing_Of_Fly Duration: 4320 UniqueId: true - Group: DECUSSATE_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Decussate_Ring + - Index: 0 + Item: Decussate_Ring Duration: 10080 UniqueId: true - Group: DEVIL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Satanic_Chain + - Index: 0 + Item: Satanic_Chain Rate: 4 UniqueId: true - - Item: Book_Of_Devil + - Index: 1 + Item: Book_Of_Devil Rate: 150 Amount: 5 UniqueId: true - - Item: Ear_Of_Devil's_Wing + - Index: 2 + Item: Ear_Of_Devil's_Wing Rate: 100 UniqueId: true - - Item: Petite_DiablOfs_Wing + - Index: 3 + Item: Petite_DiablOfs_Wing Rate: 125 UniqueId: true - - Item: Pet_Egg_Scroll1 + - Index: 4 + Item: Pet_Egg_Scroll1 Rate: 180 UniqueId: true - - Item: Deviling_Card + - Index: 5 + Item: Deviling_Card Rate: 1 UniqueId: true - - Item: Pet_Egg_Scroll_Box1 + - Index: 6 + Item: Pet_Egg_Scroll_Box1 Rate: 200 UniqueId: true - - Item: Horn_Of_Succubus + - Index: 7 + Item: Horn_Of_Succubus Rate: 45 UniqueId: true - - Item: Inccubus_Horn + - Index: 8 + Item: Inccubus_Horn Rate: 45 UniqueId: true - - Item: Diabolic_Box + - Index: 9 + Item: Diabolic_Box Rate: 150 UniqueId: true - Group: DEVIRUCHI_SET_BOX SubGroups: - SubGroup: 0 List: - - Item: Red_Deviruchi_Cap + - Index: 0 + Item: Red_Deviruchi_Cap UniqueId: true - - Item: White_Deviruchi_Cap + - Index: 1 + Item: White_Deviruchi_Cap UniqueId: true - - Item: Gray_Deviruchi_Cap + - Index: 2 + Item: Gray_Deviruchi_Cap UniqueId: true - Group: DGRADE_POCKET SubGroups: - SubGroup: 0 List: - - Item: Dgrade_Coin - - Item: Egrade_Coin + - Index: 0 + Item: Dgrade_Coin + - Index: 1 + Item: Egrade_Coin - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 Amount: 2 - - Item: Egrade_Coin + - Index: 1 + Item: Egrade_Coin Rate: 200 Amount: 2 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Dgrade_Coin + - Index: 1 + Item: Dgrade_Coin Rate: 200 - Group: DIARY_OF_GREAT_SAGE_BOX SubGroups: - SubGroup: 0 List: - - Item: Diary_Of_Great_Sage_C + - Index: 0 + Item: Diary_Of_Great_Sage_C Duration: 10080 UniqueId: true - Group: DRAGOON_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Dragoon_Ring + - Index: 0 + Item: Dragoon_Ring Duration: 10080 UniqueId: true - Group: EARRING_BOX SubGroups: - SubGroup: 0 List: - - Item: Earring_C + - Index: 0 + Item: Earring_C Duration: 10080 UniqueId: true - Group: EARTH_TYPE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Capricon_Diadem + - Index: 0 + Item: Capricon_Diadem Rate: 150 Announced: true - - Item: Capricon_Crown + - Index: 1 + Item: Capricon_Crown Rate: 150 Announced: true - - Item: Virgo_Diadem + - Index: 2 + Item: Virgo_Diadem Rate: 150 Announced: true - - Item: Virgo_Crown + - Index: 3 + Item: Virgo_Crown Rate: 150 Announced: true - - Item: Taurus_Diadem + - Index: 4 + Item: Taurus_Diadem Rate: 150 Announced: true - - Item: Taurus_Crown + - Index: 5 + Item: Taurus_Crown Rate: 150 Announced: true - - Item: Teardrop + - Index: 6 + Item: Teardrop Rate: 50 Announced: true - - Item: Abacus_In_Mouth + - Index: 7 + Item: Abacus_In_Mouth Rate: 300 Announced: true - - Item: Unbreak_Weap_Box + - Index: 8 + Item: Unbreak_Weap_Box Rate: 194 - - Item: Unbreak_Def_Box + - Index: 9 + Item: Unbreak_Def_Box Rate: 194 - - Item: Token_Of_Siegfried_Box + - Index: 10 + Item: Token_Of_Siegfried_Box Rate: 1600 - - Item: Bubble_Gum_Box + - Index: 11 + Item: Bubble_Gum_Box Rate: 1600 - - Item: Battle_Manual_Box + - Index: 12 + Item: Battle_Manual_Box Rate: 1600 - - Item: Balloon_Hat + - Index: 13 + Item: Balloon_Hat Rate: 5 Announced: true - - Item: Hexagon_Spectacles + - Index: 14 + Item: Hexagon_Spectacles Rate: 300 Announced: true - - Item: Rabbit_Bonnet + - Index: 15 + Item: Rabbit_Bonnet Rate: 5 Announced: true - - Item: Hen_Set_Box + - Index: 16 + Item: Hen_Set_Box Rate: 50 Announced: true - - Item: Sealed_Knight_WS_Card + - Index: 17 + Item: Sealed_Knight_WS_Card Rate: 1 Announced: true - - Item: Sealed_Lady_Tanee_Card + - Index: 18 + Item: Sealed_Lady_Tanee_Card Rate: 1 Announced: true - - Item: Silvervine_Fruit_Box10 + - Index: 19 + Item: Silvervine_Fruit_Box10 Rate: 1600 - - Item: Diabolic_Scroll + - Index: 20 + Item: Diabolic_Scroll Rate: 1600 Amount: 5 - Group: EASTER_SCROLL SubGroups: - SubGroup: 1 List: - - Item: No_Recipient + - Index: 0 + Item: No_Recipient Rate: 110 - - Item: Old_Broom + - Index: 1 + Item: Old_Broom Rate: 110 - - Item: Silver_Knife_Of_Chaste + - Index: 2 + Item: Silver_Knife_Of_Chaste Rate: 110 - - Item: Armlet_Of_Obedience + - Index: 3 + Item: Armlet_Of_Obedience Rate: 110 - - Item: Shining_Stone + - Index: 4 + Item: Shining_Stone Rate: 110 - - Item: Contracts_In_Shadow + - Index: 5 + Item: Contracts_In_Shadow Rate: 110 - - Item: Book_Of_Devil + - Index: 6 + Item: Book_Of_Devil Rate: 110 - - Item: Pet_Incubator + - Index: 7 + Item: Pet_Incubator Rate: 205 - - Item: Heart_Of_Her + - Index: 8 + Item: Heart_Of_Her Rate: 110 - - Item: Munak_Turban + - Index: 9 + Item: Munak_Turban Rate: 1 - - Item: Ghost_Bandana + - Index: 10 + Item: Ghost_Bandana Rate: 1 - - Item: Bongun_Hat + - Index: 11 + Item: Bongun_Hat Rate: 1 - - Item: Munak_Turban_ + - Index: 12 + Item: Munak_Turban_ Rate: 1 - - Item: Bongun_Hat_ + - Index: 13 + Item: Bongun_Hat_ Rate: 1 - Group: EGGBOY SubGroups: - SubGroup: 1 List: - - Item: Grape + - Index: 0 + Item: Grape Rate: 300 - - Item: Rice_Ball + - Index: 1 + Item: Rice_Ball Rate: 522 - - Item: Prohibition_Red_Candle + - Index: 2 + Item: Prohibition_Red_Candle Rate: 20 - - Item: Realgar_Wine + - Index: 3 + Item: Realgar_Wine Rate: 100 - - Item: Exorcize_Herb + - Index: 4 + Item: Exorcize_Herb Rate: 50 - - Item: Ghost_Bandana + - Index: 5 + Item: Ghost_Bandana Rate: 5 - - Item: Inccubus_Horn + - Index: 6 + Item: Inccubus_Horn Rate: 2 - Group: EGGGIRL SubGroups: - SubGroup: 1 List: - - Item: Grape + - Index: 0 + Item: Grape Rate: 300 - - Item: Rice_Ball + - Index: 1 + Item: Rice_Ball Rate: 522 - - Item: Sway_Apron + - Index: 2 + Item: Sway_Apron Rate: 20 - - Item: Realgar_Wine + - Index: 3 + Item: Realgar_Wine Rate: 100 - - Item: Exorcize_Herb + - Index: 4 + Item: Exorcize_Herb Rate: 50 - - Item: Hair_Protector + - Index: 5 + Item: Hair_Protector Rate: 5 - - Item: Horn_Of_Succubus + - Index: 6 + Item: Horn_Of_Succubus Rate: 2 - Group: EGRADE_POCKET SubGroups: - SubGroup: 0 List: - - Item: Egrade_Coin + - Index: 0 + Item: Egrade_Coin - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 Amount: 2 - - Item: Egrade_Coin + - Index: 1 + Item: Egrade_Coin Rate: 200 Amount: 2 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Egrade_Coin + - Index: 1 + Item: Egrade_Coin Rate: 200 - Group: ELEMENT SubGroups: - SubGroup: 1 List: - - Item: Scarlet_Pts + - Index: 0 + Item: Scarlet_Pts Rate: 1 - - Item: Indigo_Pts + - Index: 1 + Item: Indigo_Pts Rate: 1 - - Item: Yellow_Wish_Pts + - Index: 2 + Item: Yellow_Wish_Pts Rate: 1 - - Item: Lime_Green_Pts + - Index: 3 + Item: Lime_Green_Pts Rate: 1 - Group: ELITE_SIEGE_SUPPLY_BOX SubGroups: - SubGroup: 0 List: - - Item: Siege_White_Potion + - Index: 0 + Item: Siege_White_Potion Amount: 100 UniqueId: true - - Item: Siege_Blue_Potion + - Index: 1 + Item: Siege_Blue_Potion Amount: 50 UniqueId: true - Group: ELVEN_EARS_BOX SubGroups: - SubGroup: 0 List: - - Item: Elven_Ears_C - Duration: 10080 + - Index: 0 + Item: Elven_Ears_C + Duration: 20160 UniqueId: true - Group: ENCHANT_STONE_BOX SubGroups: - SubGroup: 1 List: - - Item: STRStone_Top - Rate: 1000 - - Item: INTStone_Top - Rate: 1000 - - Item: AGIStone_Top - Rate: 1000 - - Item: DEXStone_Top - Rate: 1000 - - Item: VITStone_Top - Rate: 1000 - - Item: LUKStone_Top - Rate: 1000 - - Item: ATKStone_Middle - Rate: 1000 - - Item: MATKStone_Middle - Rate: 1000 - - Item: HITStone_Bottom - Rate: 1000 - - Item: FLEEStone_Bottom - Rate: 1000 + - Index: 0 + Item: STRStone_Top + Rate: 100 + - Index: 1 + Item: INTStone_Top + Rate: 100 + - Index: 2 + Item: AGIStone_Top + Rate: 100 + - Index: 3 + Item: DEXStone_Top + Rate: 100 + - Index: 4 + Item: VITStone_Top + Rate: 100 + - Index: 5 + Item: LUKStone_Top + Rate: 100 + - Index: 6 + Item: ATKStone_Middle + Rate: 100 + - Index: 7 + Item: MATKStone_Middle + Rate: 100 + - Index: 8 + Item: HITStone_Bottom + Rate: 100 + - Index: 9 + Item: FLEEStone_Bottom + Rate: 100 - Group: ENCHANT_STONE_BOX10 SubGroups: - SubGroup: 1 List: - - Item: SPdrainStone_Robe - Rate: 78 - - Item: SPdrainStone_Top - Rate: 78 - - Item: HPdrainStone_Top - Rate: 156 - - Item: Greed_Stone - Rate: 156 - - Item: ASPDStone_Top - Rate: 156 - - Item: Kyrie_Stone - Rate: 156 - - Item: MinorCastingStone_Robe - Rate: 156 - - Item: LexAeternaStone_Middle - Rate: 156 - - Item: ShadowEffect_Middle - Rate: 156 - - Item: ATKStone_Middle - Rate: 234 - - Item: MATKStone_Middle - Rate: 234 - - Item: ATKStone_Top - Rate: 234 - - Item: MATKStone_Top - Rate: 234 - - Item: ATKStone_Bottom - Rate: 234 - - Item: MATKStone_Bottom - Rate: 234 - - Item: Critical_Stone - Rate: 234 - - Item: Range_Stone - Rate: 234 - - Item: CastingStone_Top - Rate: 234 - - Item: CastingStone_Middle - Rate: 234 - - Item: CastingStone_Bottom - Rate: 234 - - Item: BlueAuraEffect_Middle - Rate: 234 - - Item: PinkGlowEffect_Middle - Rate: 234 - - Item: ChangeLUK_Middle - Rate: 312 - - Item: ChangeSTR_Middle - Rate: 313 - - Item: ChangeAGI_Middle - Rate: 313 - - Item: ChangeINT_Middle - Rate: 313 - - Item: ChangeVIT_Middle - Rate: 313 - - Item: ChangeDEX_Middle - Rate: 313 - - Item: ChangeVIT_Bottom - Rate: 313 - - Item: ChangeAGI_Bottom - Rate: 313 - - Item: ChangeDEX_Bottom - Rate: 313 - - Item: ChangeLUK_Bottom - Rate: 313 - - Item: ChangeSTR_Bottom - Rate: 313 - - Item: ChangeINT_Bottom - Rate: 313 - - Item: EXPStone_Bottom - Rate: 391 - - Item: MaxHP2_Stone - Rate: 391 - - Item: MaxSP2_Stone - Rate: 391 - - Item: EXPStone_Middle - Rate: 391 - - Item: EXPStone_Top - Rate: 391 + - Index: 0 + Item: SPdrainStone_Robe + Rate: 1 + - Index: 1 + Item: SPdrainStone_Top + Rate: 1 + - Index: 2 + Item: Kyrie_Stone + Rate: 2 + - Index: 3 + Item: ASPDStone_Top + Rate: 2 + - Index: 4 + Item: Greed_Stone + Rate: 2 + - Index: 5 + Item: HPdrainStone_Top + Rate: 2 + - Index: 6 + Item: ShadowEffect_Middle + Rate: 2 + - Index: 7 + Item: MinorCastingStone_Robe + Rate: 2 + - Index: 8 + Item: LexAeternaStone_Middle + Rate: 2 + - Index: 9 + Item: ATKStone_Top + Rate: 3 + - Index: 10 + Item: ATKStone_Middle + Rate: 3 + - Index: 11 + Item: ATKStone_Bottom + Rate: 3 + - Index: 12 + Item: MATKStone_Top + Rate: 3 + - Index: 13 + Item: MATKStone_Middle + Rate: 3 + - Index: 14 + Item: MATKStone_Bottom + Rate: 3 + - Index: 15 + Item: Critical_Stone + Rate: 3 + - Index: 16 + Item: Range_Stone + Rate: 3 + - Index: 17 + Item: PinkGlowEffect_Middle + Rate: 3 + - Index: 18 + Item: BlueAuraEffect_Middle + Rate: 3 + - Index: 19 + Item: CastingStone_Top + Rate: 3 + - Index: 20 + Item: CastingStone_Middle + Rate: 3 + - Index: 21 + Item: CastingStone_Bottom + Rate: 3 + - Index: 22 + Item: ChangeSTR_Bottom + Rate: 4 + - Index: 23 + Item: ChangeSTR_Middle + Rate: 4 + - Index: 24 + Item: ChangeINT_Bottom + Rate: 4 + - Index: 25 + Item: ChangeINT_Middle + Rate: 4 + - Index: 26 + Item: ChangeDEX_Bottom + Rate: 4 + - Index: 27 + Item: ChangeDEX_Middle + Rate: 4 + - Index: 28 + Item: ChangeVIT_Bottom + Rate: 4 + - Index: 29 + Item: ChangeVIT_Middle + Rate: 4 + - Index: 30 + Item: ChangeAGI_Bottom + Rate: 4 + - Index: 31 + Item: ChangeAGI_Middle + Rate: 4 + - Index: 32 + Item: ChangeLUK_Bottom + Rate: 4 + - Index: 33 + Item: ChangeLUK_Middle + Rate: 4 + - Index: 34 + Item: MaxHP2_Stone + Rate: 5 + - Index: 35 + Item: MaxSP2_Stone + Rate: 5 + - Index: 36 + Item: EXPStone_Middle + Rate: 5 + - Index: 37 + Item: EXPStone_Bottom + Rate: 5 + - Index: 38 + Item: EXPStone_Top + Rate: 5 - Group: ENCHANT_STONE_BOX11 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: WhiteBodyEffect_Middle - Rate: 160 - - Item: ATKStone_Middle - Rate: 240 - - Item: MATKStone_Middle - Rate: 240 - - Item: ATKStone_Top - Rate: 240 - - Item: MATKStone_Top - Rate: 240 - - Item: ATKStone_Bottom - Rate: 240 - - Item: MATKStone_Bottom - Rate: 240 - - Item: Critical_Stone - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: ExplodingEffect_Middle - Rate: 240 - - Item: WaterFieldEffect_Bottom - Rate: 240 - - Item: Heal_Stone - Rate: 240 - - Item: Teleport_Stone - Rate: 240 - - Item: Steal_Stone - Rate: 240 - - Item: ChangeLUK_Middle - Rate: 320 - - Item: ChangeSTR_Middle - Rate: 320 - - Item: ChangeAGI_Middle - Rate: 320 - - Item: ChangeINT_Middle - Rate: 320 - - Item: ChangeVIT_Middle - Rate: 320 - - Item: ChangeDEX_Middle - Rate: 320 - - Item: ChangeVIT_Bottom - Rate: 320 - - Item: ChangeAGI_Bottom - Rate: 320 - - Item: ChangeDEX_Bottom - Rate: 320 - - Item: ChangeLUK_Bottom - Rate: 320 - - Item: ChangeSTR_Bottom - Rate: 320 - - Item: ChangeINT_Bottom - Rate: 320 - - Item: EXPStone_Bottom - Rate: 380 - - Item: MaxHP2_Stone - Rate: 380 - - Item: MaxSP2_Stone - Rate: 380 - - Item: EXPStone_Middle - Rate: 380 - - Item: EXPStone_Top - Rate: 380 + - Index: 0 + Item: CastingStone_Robe + Rate: 2 + - Index: 1 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 2 + Item: SPdrainStone_Top + Rate: 8 + - Index: 3 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 4 + Item: HPdrainStone_Top + Rate: 16 + - Index: 5 + Item: ASPDStone_Top + Rate: 16 + - Index: 6 + Item: ASPDStone_Robe + Rate: 16 + - Index: 7 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 8 + Item: WhiteBodyEffect_Middle + Rate: 16 + - Index: 9 + Item: ATKStone_Top + Rate: 24 + - Index: 10 + Item: ATKStone_Middle + Rate: 24 + - Index: 11 + Item: ATKStone_Bottom + Rate: 24 + - Index: 12 + Item: MATKStone_Top + Rate: 24 + - Index: 13 + Item: MATKStone_Middle + Rate: 24 + - Index: 14 + Item: MATKStone_Bottom + Rate: 24 + - Index: 15 + Item: Critical_Stone + Rate: 24 + - Index: 16 + Item: Range_Stone + Rate: 24 + - Index: 17 + Item: ExplodingEffect_Middle + Rate: 24 + - Index: 18 + Item: WaterFieldEffect_Bottom + Rate: 24 + - Index: 19 + Item: Heal_Stone + Rate: 24 + - Index: 20 + Item: Teleport_Stone + Rate: 24 + - Index: 21 + Item: Steal_Stone + Rate: 24 + - Index: 22 + Item: ChangeSTR_Bottom + Rate: 32 + - Index: 23 + Item: ChangeSTR_Middle + Rate: 32 + - Index: 24 + Item: ChangeINT_Bottom + Rate: 32 + - Index: 25 + Item: ChangeINT_Middle + Rate: 32 + - Index: 26 + Item: ChangeDEX_Bottom + Rate: 32 + - Index: 27 + Item: ChangeDEX_Middle + Rate: 32 + - Index: 28 + Item: ChangeVIT_Bottom + Rate: 32 + - Index: 29 + Item: ChangeVIT_Middle + Rate: 32 + - Index: 30 + Item: ChangeAGI_Bottom + Rate: 32 + - Index: 31 + Item: ChangeAGI_Middle + Rate: 32 + - Index: 32 + Item: ChangeLUK_Bottom + Rate: 32 + - Index: 33 + Item: ChangeLUK_Middle + Rate: 32 + - Index: 34 + Item: MaxHP2_Stone + Rate: 38 + - Index: 35 + Item: MaxSP2_Stone + Rate: 38 + - Index: 36 + Item: EXPStone_Middle + Rate: 38 + - Index: 37 + Item: EXPStone_Bottom + Rate: 38 + - Index: 38 + Item: EXPStone_Top + Rate: 38 - Group: ENCHANT_STONE_BOX12 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: ATKStone_Middle - Rate: 240 - - Item: MATKStone_Middle - Rate: 240 - - Item: ATKStone_Top - Rate: 240 - - Item: MATKStone_Top - Rate: 240 - - Item: EXPStone_Bottom - Rate: 240 - - Item: ATKStone_Bottom - Rate: 240 - - Item: MATKStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ChangeLUK_Middle - Rate: 380 - - Item: ChangeSTR_Middle - Rate: 380 - - Item: ChangeAGI_Middle - Rate: 380 - - Item: ChangeINT_Middle - Rate: 380 - - Item: ChangeVIT_Middle - Rate: 380 - - Item: ChangeDEX_Middle - Rate: 380 - - Item: ChangeVIT_Bottom - Rate: 380 - - Item: ChangeAGI_Bottom - Rate: 380 - - Item: ChangeDEX_Bottom - Rate: 380 - - Item: ChangeLUK_Bottom - Rate: 380 - - Item: ChangeSTR_Bottom - Rate: 380 - - Item: ChangeINT_Bottom - Rate: 380 - - Item: Critical_Stone - Rate: 380 - - Item: Critical_Stone_Top - Rate: 380 - - Item: Critical_Stone_Bottom - Rate: 380 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: ATKStone_Top + Rate: 24 + - Index: 13 + Item: ATKStone_Middle + Rate: 24 + - Index: 14 + Item: ATKStone_Bottom + Rate: 24 + - Index: 15 + Item: MATKStone_Top + Rate: 24 + - Index: 16 + Item: MATKStone_Middle + Rate: 24 + - Index: 17 + Item: MATKStone_Bottom + Rate: 24 + - Index: 18 + Item: Range_Stone + Rate: 24 + - Index: 19 + Item: EXPStone_Middle + Rate: 24 + - Index: 20 + Item: EXPStone_Bottom + Rate: 24 + - Index: 21 + Item: EXPStone_Top + Rate: 24 + - Index: 22 + Item: CastingStone_Bottom + Rate: 24 + - Index: 23 + Item: CastingStone_Middle + Rate: 24 + - Index: 24 + Item: CastingStone_Top + Rate: 24 + - Index: 25 + Item: ChangeSTR_Bottom + Rate: 38 + - Index: 26 + Item: ChangeSTR_Middle + Rate: 38 + - Index: 27 + Item: ChangeINT_Bottom + Rate: 38 + - Index: 28 + Item: ChangeINT_Middle + Rate: 38 + - Index: 29 + Item: ChangeDEX_Bottom + Rate: 38 + - Index: 30 + Item: ChangeDEX_Middle + Rate: 38 + - Index: 31 + Item: ChangeVIT_Bottom + Rate: 38 + - Index: 32 + Item: ChangeVIT_Middle + Rate: 38 + - Index: 33 + Item: ChangeAGI_Bottom + Rate: 38 + - Index: 34 + Item: ChangeAGI_Middle + Rate: 38 + - Index: 35 + Item: ChangeLUK_Bottom + Rate: 38 + - Index: 36 + Item: ChangeLUK_Middle + Rate: 38 + - Index: 37 + Item: Critical_Stone + Rate: 38 + - Index: 38 + Item: Critical_Stone_Top + Rate: 38 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 38 - Group: ENCHANT_STONE_BOX13 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: SuraStone_Robe - Rate: 160 - - Item: RangerStone_Robe - Rate: 160 - - Item: SorcererStone_Robe - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: SuraStone_Top - Rate: 370 - - Item: SuraStone_Middle - Rate: 370 - - Item: SuraStone_Bottom - Rate: 370 - - Item: RangerStone_Top - Rate: 370 - - Item: RangerStone_Middle - Rate: 370 - - Item: RangerStone_Bottom - Rate: 370 - - Item: SorcererStone_Top - Rate: 370 - - Item: SorcererStone_Middle - Rate: 370 - - Item: SorcererStone_Bottom - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: SuraStone_Robe + Rate: 16 + - Index: 13 + Item: RangerStone_Robe + Rate: 16 + - Index: 14 + Item: SorcererStone_Robe + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: ATKStone_Top + Rate: 37 + - Index: 23 + Item: ATKStone_Middle + Rate: 37 + - Index: 24 + Item: ATKStone_Bottom + Rate: 37 + - Index: 25 + Item: MATKStone_Top + Rate: 37 + - Index: 26 + Item: MATKStone_Middle + Rate: 37 + - Index: 27 + Item: MATKStone_Bottom + Rate: 37 + - Index: 28 + Item: SuraStone_Top + Rate: 37 + - Index: 29 + Item: SuraStone_Middle + Rate: 37 + - Index: 30 + Item: SuraStone_Bottom + Rate: 37 + - Index: 31 + Item: RangerStone_Top + Rate: 37 + - Index: 32 + Item: RangerStone_Middle + Rate: 37 + - Index: 33 + Item: RangerStone_Bottom + Rate: 37 + - Index: 34 + Item: SorcererStone_Top + Rate: 37 + - Index: 35 + Item: SorcererStone_Middle + Rate: 37 + - Index: 36 + Item: SorcererStone_Bottom + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX14 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: RuneknightStone_Robe - Rate: 160 - - Item: GeneticStone_Robe - Rate: 160 - - Item: WarlockStone_Robe - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: RuneknightStone_Top - Rate: 370 - - Item: RuneknightStone_Middle - Rate: 370 - - Item: RuneknightStone_Bottom - Rate: 370 - - Item: GeneticStone_Top - Rate: 370 - - Item: GeneticStone_Middle - Rate: 370 - - Item: GeneticStone_Bottom - Rate: 370 - - Item: WarlockStone_Top3 - Rate: 370 - - Item: WarlockStone_Middle3 - Rate: 370 - - Item: WarlockStone_Bottom3 - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: RuneknightStone_Robe + Rate: 16 + - Index: 13 + Item: GeneticStone_Robe + Rate: 16 + - Index: 14 + Item: WarlockStone_Robe + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: RuneknightStone_Top + Rate: 37 + - Index: 23 + Item: RuneknightStone_Middle + Rate: 37 + - Index: 24 + Item: RuneknightStone_Bottom + Rate: 37 + - Index: 25 + Item: GeneticStone_Top + Rate: 37 + - Index: 26 + Item: GeneticStone_Middle + Rate: 37 + - Index: 27 + Item: GeneticStone_Bottom + Rate: 37 + - Index: 28 + Item: WarlockStone_Top + Rate: 37 + - Index: 29 + Item: WarlockStone_Middle + Rate: 37 + - Index: 30 + Item: WarlockStone_Bottom + Rate: 37 + - Index: 31 + Item: ATKStone_Top + Rate: 37 + - Index: 32 + Item: ATKStone_Middle + Rate: 37 + - Index: 33 + Item: ATKStone_Bottom + Rate: 37 + - Index: 34 + Item: MATKStone_Top + Rate: 37 + - Index: 35 + Item: MATKStone_Middle + Rate: 37 + - Index: 36 + Item: MATKStone_Bottom + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX15 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: ShadowchaserStone_Robe - Rate: 160 - - Item: MechanicStone_Robe - Rate: 160 - - Item: WanderMinstreStone_Robe - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: ShadowchaserStone_Top - Rate: 370 - - Item: ShadowchaseStone_Middle - Rate: 370 - - Item: ShadowchaseStone_Bottom - Rate: 370 - - Item: MechanicStone_Top - Rate: 370 - - Item: MechanicStone_Middle - Rate: 370 - - Item: MechanicStone_Bottom - Rate: 370 - - Item: WanderMinstrelStone_Top - Rate: 370 - - Item: WanderMinstStone_Middle - Rate: 370 - - Item: WanderMinstStone_Bottom - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: ShadowchaserStone_Robe + Rate: 16 + - Index: 13 + Item: MechanicStone_Robe + Rate: 16 + - Index: 14 + Item: WanderMinstreStone_Robe + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: ShadowchaserStone_Top + Rate: 37 + - Index: 23 + Item: ShadowchaseStone_Middle + Rate: 37 + - Index: 24 + Item: ShadowchaseStone_Bottom + Rate: 37 + - Index: 25 + Item: MechanicStone_Top + Rate: 37 + - Index: 26 + Item: MechanicStone_Middle + Rate: 37 + - Index: 27 + Item: MechanicStone_Bottom + Rate: 37 + - Index: 28 + Item: WanderMinstrelStone_Top + Rate: 37 + - Index: 29 + Item: WanderMinstStone_Middle + Rate: 37 + - Index: 30 + Item: WanderMinstStone_Bottom + Rate: 37 + - Index: 31 + Item: ATKStone_Top + Rate: 37 + - Index: 32 + Item: ATKStone_Middle + Rate: 37 + - Index: 33 + Item: ATKStone_Bottom + Rate: 37 + - Index: 34 + Item: MATKStone_Top + Rate: 37 + - Index: 35 + Item: MATKStone_Middle + Rate: 37 + - Index: 36 + Item: MATKStone_Bottom + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX16 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: ArchbishopStone_Robe - Rate: 160 - - Item: RoyalguardStone_Robe - Rate: 160 - - Item: GuillcrossStone_Robe - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: HighpriestStone_Top - Rate: 370 - - Item: HighpriestStone_Middle - Rate: 370 - - Item: HighpriestStone_Bottom - Rate: 370 - - Item: PaladinStone_Top - Rate: 370 - - Item: PaladinStone_Middle - Rate: 370 - - Item: PaladinStone_Bottom - Rate: 370 - - Item: AssacrossStone_Top - Rate: 370 - - Item: AssacrossStone_Middle - Rate: 370 - - Item: AssacrossStone_Bottom - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: ArchbishopStone_Robe + Rate: 16 + - Index: 13 + Item: RoyalguardStone_Robe + Rate: 16 + - Index: 14 + Item: GuillcrossStone_Robe + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: HighpriestStone_Top + Rate: 37 + - Index: 23 + Item: HighpriestStone_Middle + Rate: 37 + - Index: 24 + Item: HighpriestStone_Bottom + Rate: 37 + - Index: 25 + Item: PaladinStone_Top + Rate: 37 + - Index: 26 + Item: PaladinStone_Middle + Rate: 37 + - Index: 27 + Item: PaladinStone_Bottom + Rate: 37 + - Index: 28 + Item: AssacrossStone_Top + Rate: 37 + - Index: 29 + Item: AssacrossStone_Middle + Rate: 37 + - Index: 30 + Item: AssacrossStone_Bottom + Rate: 37 + - Index: 31 + Item: ATKStone_Top + Rate: 37 + - Index: 32 + Item: ATKStone_Middle + Rate: 37 + - Index: 33 + Item: ATKStone_Bottom + Rate: 37 + - Index: 34 + Item: MATKStone_Top + Rate: 37 + - Index: 35 + Item: MATKStone_Middle + Rate: 37 + - Index: 36 + Item: MATKStone_Bottom + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX17 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: SuraStone_Robe2 - Rate: 160 - - Item: SorcererStone_Robe2 - Rate: 160 - - Item: ShadowchaserStone_Robe2 - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: SuraStone_Bottom2 - Rate: 370 - - Item: SuraStone_Middle2 - Rate: 370 - - Item: SuraStone_Top2 - Rate: 370 - - Item: SorcererStone_Bottom2 - Rate: 370 - - Item: SorcererStone_Middle2 - Rate: 370 - - Item: SorcererStone_Top2 - Rate: 370 - - Item: ShadowchasStone_Bottom2 - Rate: 370 - - Item: ShadowchasStone_Middle2 - Rate: 370 - - Item: ShadowchaserStone_Top2 - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: SuraStone_Robe2 + Rate: 16 + - Index: 13 + Item: SorcererStone_Robe2 + Rate: 16 + - Index: 14 + Item: ShadowchaserStone_Robe2 + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: ATKStone_Top + Rate: 37 + - Index: 23 + Item: ATKStone_Middle + Rate: 37 + - Index: 24 + Item: ATKStone_Bottom + Rate: 37 + - Index: 25 + Item: MATKStone_Top + Rate: 37 + - Index: 26 + Item: MATKStone_Middle + Rate: 37 + - Index: 27 + Item: MATKStone_Bottom + Rate: 37 + - Index: 28 + Item: SuraStone_Top2 + Rate: 37 + - Index: 29 + Item: SuraStone_Middle2 + Rate: 37 + - Index: 30 + Item: SuraStone_Bottom2 + Rate: 37 + - Index: 31 + Item: SorcererStone_Top2 + Rate: 37 + - Index: 32 + Item: SorcererStone_Middle2 + Rate: 37 + - Index: 33 + Item: SorcererStone_Bottom2 + Rate: 37 + - Index: 34 + Item: ShadowchaserStone_Top2 + Rate: 37 + - Index: 35 + Item: ShadowchasStone_Middle2 + Rate: 37 + - Index: 36 + Item: ShadowchasStone_Bottom2 + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX18 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: EXPStone_Bottom + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: WaterFieldEffect_Bottom + Rate: 17 + - Index: 8 + Item: ElectricEffect_Middle + Rate: 17 + - Index: 9 + Item: SoulreaperStone_Robe + Rate: 16 + - Index: 10 + Item: StaremperorStone_Robe + Rate: 16 + - Index: 11 + Item: KagerouStone_Robe + Rate: 16 + - Index: 12 + Item: OboroStone_Robe + Rate: 16 + - Index: 13 + Item: RebellionStone_Robe + Rate: 16 + - Index: 14 + Item: DoramStone_Robe + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 20 + - Index: 16 + Item: PinkGlowEffect_Middle + Rate: 20 + - Index: 17 + Item: BlueAuraEffect_Middle + Rate: 20 + - Index: 18 + Item: GreenFloor_Bottom + Rate: 20 + - Index: 19 + Item: ExplodingEffect_Middle + Rate: 20 + - Index: 20 + Item: EXPStone_Middle + Rate: 20 + - Index: 21 + Item: EXPStone_Bottom + Rate: 20 + - Index: 22 + Item: EXPStone_Top + Rate: 20 + - Index: 23 + Item: ReloadStone_Top + Rate: 20 + - Index: 24 + Item: ReloadStone_Middle + Rate: 20 + - Index: 25 + Item: ReloadStone_Bottom + Rate: 20 + - Index: 26 + Item: CastingStone_Bottom + Rate: 20 + - Index: 27 + Item: CastingStone_Middle + Rate: 20 + - Index: 28 + Item: CastingStone_Top + Rate: 20 + - Index: 29 + Item: SoullinkerStone_Top + Rate: 26 + - Index: 30 + Item: SoullinkerStone_Middle + Rate: 26 + - Index: 31 + Item: SoullinkerStone_Bottom + Rate: 26 + - Index: 32 + Item: GladiatorStone_Top + Rate: 26 + - Index: 33 + Item: GladiatorStone_Middle + Rate: 26 + - Index: 34 + Item: GladiatorStone_Bottom + Rate: 26 + - Index: 35 + Item: NinjaStone_Top + Rate: 26 + - Index: 36 + Item: NinjaStone_Middle + Rate: 26 + - Index: 37 + Item: NinjaStone_Bottom + Rate: 26 + - Index: 38 + Item: GunslingerStone_Top + Rate: 26 + - Index: 39 + Item: GunslingerStone_Middle + Rate: 26 + - Index: 40 + Item: GunslingerStone_Bottom + Rate: 26 + - Index: 41 + Item: DoramStone_Top + Rate: 26 + - Index: 42 + Item: DoramStone_Middle + Rate: 26 + - Index: 43 + Item: DoramStone_Bottom + Rate: 26 + - Index: 44 + Item: ATKStone_Top Rate: 27 - - Item: Range_Stone + - Index: 45 + Item: ATKStone_Middle Rate: 27 - - Item: CastingStone_Robe + - Index: 46 + Item: ATKStone_Bottom Rate: 27 - - Item: ReloadStone_Top + - Index: 47 + Item: MATKStone_Top Rate: 27 - - Item: ReloadStone_Middle + - Index: 48 + Item: MATKStone_Middle Rate: 27 - - Item: ReloadStone_Bottom + - Index: 49 + Item: MATKStone_Bottom Rate: 27 - - Item: GreenFloor_Bottom - Rate: 27 - - Item: EXPStone_Middle - Rate: 27 - - Item: EXPStone_Top - Rate: 27 - - Item: CastingStone_Top - Rate: 27 - - Item: CastingStone_Middle - Rate: 27 - - Item: CastingStone_Bottom - Rate: 27 - - Item: BlueAuraEffect_Middle - Rate: 27 - - Item: PinkGlowEffect_Middle - Rate: 27 - - Item: ExplodingEffect_Middle - Rate: 27 - - Item: DoubleAttack_Stone - Rate: 27 - - Item: Critical_Stone_Robe - Rate: 27 - - Item: SPdrainStone_Robe - Rate: 107 - - Item: SPdrainStone_Top - Rate: 107 - - Item: ShrinkEffect_Bottom - Rate: 107 - - Item: CastStone_Robe - Rate: 107 - - Item: SoulreaperStone_Robe - Rate: 214 - - Item: StaremperorStone_Robe - Rate: 214 - - Item: KagerouStone_Robe - Rate: 214 - - Item: OboroStone_Robe - Rate: 214 - - Item: RebellionStone_Robe - Rate: 214 - - Item: DoramStone_Robe - Rate: 214 - - Item: ElectricEffect_Middle - Rate: 227 - - Item: WaterFieldEffect_Bottom - Rate: 227 - - Item: SoullinkerStone_Top - Rate: 348 - - Item: SoullinkerStone_Middle - Rate: 348 - - Item: SoullinkerStone_Bottom - Rate: 348 - - Item: GladiatorStone_Top - Rate: 348 - - Item: GladiatorStone_Middle - Rate: 348 - - Item: GladiatorStone_Bottom - Rate: 348 - - Item: NinjaStone_Top - Rate: 348 - - Item: NinjaStone_Middle - Rate: 348 - - Item: NinjaStone_Bottom - Rate: 348 - - Item: GunslingerStone_Top - Rate: 348 - - Item: GunslingerStone_Middle - Rate: 348 - - Item: GunslingerStone_Bottom - Rate: 348 - - Item: DoramStone_Top - Rate: 348 - - Item: DoramStone_Middle - Rate: 348 - - Item: DoramStone_Bottom - Rate: 348 - - Item: ATKStone_Middle - Rate: 361 - - Item: MATKStone_Middle - Rate: 361 - - Item: ATKStone_Top - Rate: 361 - - Item: MATKStone_Top - Rate: 361 - - Item: ATKStone_Bottom - Rate: 361 - - Item: MATKStone_Bottom - Rate: 361 - Group: ENCHANT_STONE_BOX19 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: ShrinkEffect_Bottom - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: RangerStone_Robe2 - Rate: 160 - - Item: MechanicStone_Robe2 - Rate: 160 - - Item: ArchbishopStone_Robe2 - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: RangerStone_Top2 - Rate: 370 - - Item: RangerStone_Middle2 - Rate: 370 - - Item: RangerStone_Bottom2 - Rate: 370 - - Item: MechanicStone_Top2 - Rate: 370 - - Item: MechanicStone_Middle2 - Rate: 370 - - Item: MechanicStone_Bottom2 - Rate: 370 - - Item: HighpriestStone_Top2 - Rate: 370 - - Item: HighpriestStone_Middle2 - Rate: 370 - - Item: HighpriestStone_Bottom2 - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: ShrinkEffect_Bottom + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: RangerStone_Robe2 + Rate: 16 + - Index: 13 + Item: MechanicStone_Robe2 + Rate: 16 + - Index: 14 + Item: ArchbishopStone_Robe2 + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: ATKStone_Top + Rate: 37 + - Index: 23 + Item: ATKStone_Middle + Rate: 37 + - Index: 24 + Item: ATKStone_Bottom + Rate: 37 + - Index: 25 + Item: MATKStone_Top + Rate: 37 + - Index: 26 + Item: MATKStone_Middle + Rate: 37 + - Index: 27 + Item: MATKStone_Bottom + Rate: 37 + - Index: 28 + Item: RangerStone_Top2 + Rate: 37 + - Index: 29 + Item: RangerStone_Middle2 + Rate: 37 + - Index: 30 + Item: RangerStone_Bottom2 + Rate: 37 + - Index: 31 + Item: MechanicStone_Top2 + Rate: 37 + - Index: 32 + Item: MechanicStone_Middle2 + Rate: 37 + - Index: 33 + Item: MechanicStone_Bottom2 + Rate: 37 + - Index: 34 + Item: HighpriestStone_Top2 + Rate: 37 + - Index: 35 + Item: HighpriestStone_Middle2 + Rate: 37 + - Index: 36 + Item: HighpriestStone_Bottom2 + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX2 SubGroups: - SubGroup: 1 List: - - Item: STRStone_Top - Rate: 330 - - Item: INTStone_Top - Rate: 330 - - Item: AGIStone_Top - Rate: 330 - - Item: DEXStone_Top - Rate: 330 - - Item: VITStone_Top - Rate: 330 - - Item: LUKStone_Top - Rate: 330 - - Item: ATKStone_Middle - Rate: 330 - - Item: MATKStone_Middle - Rate: 330 - - Item: HITStone_Bottom - Rate: 330 - - Item: FLEEStone_Bottom - Rate: 330 - - Item: SPStone_Middle - Rate: 1110 - - Item: HealStone_Bottom - Rate: 1110 - - Item: HealStone_Top - Rate: 1120 - - Item: HealStone2_Top - Rate: 1120 - - Item: HealStone_Middle - Rate: 1120 - - Item: HPStone_Middle - Rate: 1120 + - Index: 0 + Item: HealStone_Top + Rate: 112 + - Index: 1 + Item: HealStone2_Top + Rate: 112 + - Index: 2 + Item: HealStone_Middle + Rate: 112 + - Index: 3 + Item: HPStone_Middle + Rate: 112 + - Index: 4 + Item: SPStone_Middle + Rate: 111 + - Index: 5 + Item: HealStone_Bottom + Rate: 111 + - Index: 6 + Item: STRStone_Top + Rate: 33 + - Index: 7 + Item: INTStone_Top + Rate: 33 + - Index: 8 + Item: AGIStone_Top + Rate: 33 + - Index: 9 + Item: DEXStone_Top + Rate: 33 + - Index: 10 + Item: VITStone_Top + Rate: 33 + - Index: 11 + Item: LUKStone_Top + Rate: 33 + - Index: 12 + Item: ATKStone_Middle + Rate: 33 + - Index: 13 + Item: MATKStone_Middle + Rate: 33 + - Index: 14 + Item: HITStone_Bottom + Rate: 33 + - Index: 15 + Item: FLEEStone_Bottom + Rate: 33 - Group: ENCHANT_STONE_BOX20 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: Greed_Stone - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: WaterFieldEffect_Bottom - Rate: 160 - - Item: WarlockStone_Robe2 - Rate: 160 - - Item: RoyalguardStone_Robe2 - Rate: 160 - - Item: GuillcrossStone_Robe2 - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: WarlockStone_Top2 - Rate: 370 - - Item: WarlockStone_Middle2 - Rate: 370 - - Item: WarlockStone_Bottom2 - Rate: 370 - - Item: PaladinStone_Top2 - Rate: 370 - - Item: PaladinStone_Middle2 - Rate: 370 - - Item: PaladinStone_Bottom2 - Rate: 370 - - Item: AssacrossStone_Top2 - Rate: 370 - - Item: AssacrossStone_Middle2 - Rate: 370 - - Item: AssacrossStone_Bottom2 - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: Greed_Stone + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: WaterFieldEffect_Bottom + Rate: 16 + - Index: 12 + Item: WarlockStone_Robe2 + Rate: 16 + - Index: 13 + Item: RoyalguardStone_Robe2 + Rate: 16 + - Index: 14 + Item: GuillcrossStone_Robe2 + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: ATKStone_Top + Rate: 37 + - Index: 23 + Item: ATKStone_Middle + Rate: 37 + - Index: 24 + Item: ATKStone_Bottom + Rate: 37 + - Index: 25 + Item: MATKStone_Top + Rate: 37 + - Index: 26 + Item: MATKStone_Middle + Rate: 37 + - Index: 27 + Item: MATKStone_Bottom + Rate: 37 + - Index: 28 + Item: WarlockStone_Top2 + Rate: 37 + - Index: 29 + Item: WarlockStone_Middle2 + Rate: 37 + - Index: 30 + Item: WarlockStone_Bottom2 + Rate: 37 + - Index: 31 + Item: PaladinStone_Top2 + Rate: 37 + - Index: 32 + Item: PaladinStone_Middle2 + Rate: 37 + - Index: 33 + Item: PaladinStone_Bottom2 + Rate: 37 + - Index: 34 + Item: AssacrossStone_Top2 + Rate: 37 + - Index: 35 + Item: AssacrossStone_Middle2 + Rate: 37 + - Index: 36 + Item: AssacrossStone_Bottom2 + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX21 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: Greed_Stone - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: HPdrainStone_Robe - Rate: 160 - - Item: HPdrainStone_Top - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: WaterFieldEffect_Bottom - Rate: 160 - - Item: RuneknightStone_Robe2 - Rate: 160 - - Item: GeneticStone_Robe2 - Rate: 160 - - Item: WanderMinsStone_Robe2 - Rate: 160 - - Item: EXPStone_Bottom - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: ATKStone_Middle - Rate: 370 - - Item: MATKStone_Middle - Rate: 370 - - Item: ATKStone_Top - Rate: 370 - - Item: MATKStone_Top - Rate: 370 - - Item: ATKStone_Bottom - Rate: 370 - - Item: MATKStone_Bottom - Rate: 370 - - Item: Critical_Stone - Rate: 370 - - Item: Critical_Stone_Top - Rate: 370 - - Item: Critical_Stone_Bottom - Rate: 370 - - Item: RuneknightStone_Top2 - Rate: 370 - - Item: RuneknightStone_Middle2 - Rate: 370 - - Item: RuneknightStone_Bottom2 - Rate: 370 - - Item: GeneticStone_Top2 - Rate: 370 - - Item: GeneticStone_Middle2 - Rate: 370 - - Item: GeneticStone_Bottom2 - Rate: 370 - - Item: WanderMinsStone_Top2 - Rate: 370 - - Item: WanderMinsStone_Middle2 - Rate: 370 - - Item: WanderMinsStone_Bottom2 - Rate: 370 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: Greed_Stone + Rate: 8 + - Index: 7 + Item: HPdrainStone_Robe + Rate: 16 + - Index: 8 + Item: HPdrainStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: WaterFieldEffect_Bottom + Rate: 16 + - Index: 12 + Item: RuneknightStone_Robe2 + Rate: 16 + - Index: 13 + Item: GeneticStone_Robe2 + Rate: 16 + - Index: 14 + Item: WanderMinsStone_Robe2 + Rate: 16 + - Index: 15 + Item: Range_Stone + Rate: 24 + - Index: 16 + Item: EXPStone_Middle + Rate: 24 + - Index: 17 + Item: EXPStone_Bottom + Rate: 24 + - Index: 18 + Item: EXPStone_Top + Rate: 24 + - Index: 19 + Item: CastingStone_Bottom + Rate: 24 + - Index: 20 + Item: CastingStone_Middle + Rate: 24 + - Index: 21 + Item: CastingStone_Top + Rate: 24 + - Index: 22 + Item: ATKStone_Top + Rate: 37 + - Index: 23 + Item: ATKStone_Middle + Rate: 37 + - Index: 24 + Item: ATKStone_Bottom + Rate: 37 + - Index: 25 + Item: MATKStone_Top + Rate: 37 + - Index: 26 + Item: MATKStone_Middle + Rate: 37 + - Index: 27 + Item: MATKStone_Bottom + Rate: 37 + - Index: 28 + Item: RuneknightStone_Top2 + Rate: 37 + - Index: 29 + Item: RuneknightStone_Middle2 + Rate: 37 + - Index: 30 + Item: RuneknightStone_Bottom2 + Rate: 37 + - Index: 31 + Item: GeneticStone_Top2 + Rate: 37 + - Index: 32 + Item: GeneticStone_Middle2 + Rate: 37 + - Index: 33 + Item: GeneticStone_Bottom2 + Rate: 37 + - Index: 34 + Item: WanderMinsStone_Top2 + Rate: 37 + - Index: 35 + Item: WanderMinsStone_Middle2 + Rate: 37 + - Index: 36 + Item: WanderMinsStone_Bottom2 + Rate: 37 + - Index: 37 + Item: Critical_Stone + Rate: 37 + - Index: 38 + Item: Critical_Stone_Top + Rate: 37 + - Index: 39 + Item: Critical_Stone_Bottom + Rate: 37 - Group: ENCHANT_STONE_BOX3 SubGroups: - SubGroup: 1 List: - - Item: STRStone_Top - Rate: 500 - - Item: INTStone_Top - Rate: 500 - - Item: AGIStone_Top - Rate: 500 - - Item: DEXStone_Top - Rate: 500 - - Item: VITStone_Top - Rate: 500 - - Item: LUKStone_Top - Rate: 500 - - Item: ATKStone_Middle - Rate: 500 - - Item: MATKStone_Middle - Rate: 500 - - Item: HITStone_Bottom - Rate: 500 - - Item: FLEEStone_Bottom - Rate: 500 - - Item: HealStone_Top - Rate: 500 - - Item: HealStone2_Top - Rate: 500 - - Item: HealStone_Middle - Rate: 500 - - Item: HealStone_Bottom - Rate: 500 - - Item: HPStone_Middle - Rate: 600 - - Item: SPStone_Middle - Rate: 600 - - Item: BigStone_Top - Rate: 600 - - Item: MediumStone_Top - Rate: 600 - - Item: SmallStone_Top - Rate: 600 + - Index: 0 + Item: HealStone_Top + Rate: 33 + - Index: 1 + Item: HealStone2_Top + Rate: 33 + - Index: 2 + Item: HealStone_Middle + Rate: 33 + - Index: 3 + Item: HPStone_Middle + Rate: 33 + - Index: 4 + Item: SPStone_Middle + Rate: 33 + - Index: 5 + Item: HealStone_Bottom + Rate: 33 + - Index: 6 + Item: STRStone_Top + Rate: 33 + - Index: 7 + Item: INTStone_Top + Rate: 33 + - Index: 8 + Item: AGIStone_Top + Rate: 33 + - Index: 9 + Item: DEXStone_Top + Rate: 33 + - Index: 10 + Item: VITStone_Top + Rate: 33 + - Index: 11 + Item: LUKStone_Top + Rate: 33 + - Index: 12 + Item: ATKStone_Middle + Rate: 33 + - Index: 13 + Item: MATKStone_Middle + Rate: 33 + - Index: 14 + Item: HITStone_Bottom + Rate: 33 + - Index: 15 + Item: FLEEStone_Bottom + Rate: 33 + - Index: 16 + Item: BigStone_Top + Rate: 176 + - Index: 17 + Item: MediumStone_Top + Rate: 176 + - Index: 18 + Item: SmallStone_Top + Rate: 176 - Group: ENCHANT_STONE_BOX4 SubGroups: - SubGroup: 1 List: - - Item: STRStone_Top - Rate: 500 - - Item: INTStone_Top - Rate: 500 - - Item: AGIStone_Top - Rate: 500 - - Item: DEXStone_Top - Rate: 500 - - Item: VITStone_Top - Rate: 500 - - Item: LUKStone_Top - Rate: 500 - - Item: ATKStone_Middle - Rate: 500 - - Item: MATKStone_Middle - Rate: 500 - - Item: HITStone_Bottom - Rate: 500 - - Item: FLEEStone_Bottom - Rate: 500 - - Item: HealStone_Top - Rate: 500 - - Item: HealStone2_Top - Rate: 500 - - Item: HealStone_Middle - Rate: 500 - - Item: HPStone_Middle - Rate: 500 - - Item: SPStone_Middle - Rate: 500 - - Item: HealStone_Bottom - Rate: 500 - - Item: BigStone_Top - Rate: 500 - - Item: MediumStone_Top - Rate: 500 - - Item: SmallStone_Top - Rate: 500 - - Item: ASPDStone_Robe - Rate: 500 + - Index: 0 + Item: HealStone_Top + Rate: 50 + - Index: 1 + Item: HealStone2_Top + Rate: 50 + - Index: 2 + Item: HealStone_Middle + Rate: 50 + - Index: 3 + Item: HPStone_Middle + Rate: 50 + - Index: 4 + Item: SPStone_Middle + Rate: 50 + - Index: 5 + Item: HealStone_Bottom + Rate: 50 + - Index: 6 + Item: STRStone_Top + Rate: 50 + - Index: 7 + Item: INTStone_Top + Rate: 50 + - Index: 8 + Item: AGIStone_Top + Rate: 50 + - Index: 9 + Item: DEXStone_Top + Rate: 50 + - Index: 10 + Item: VITStone_Top + Rate: 50 + - Index: 11 + Item: LUKStone_Top + Rate: 50 + - Index: 12 + Item: ATKStone_Middle + Rate: 50 + - Index: 13 + Item: MATKStone_Middle + Rate: 50 + - Index: 14 + Item: HITStone_Bottom + Rate: 50 + - Index: 15 + Item: FLEEStone_Bottom + Rate: 50 + - Index: 16 + Item: BigStone_Top + Rate: 50 + - Index: 17 + Item: MediumStone_Top + Rate: 50 + - Index: 18 + Item: SmallStone_Top + Rate: 50 + - Index: 19 + Item: ASPDStone_Robe + Rate: 50 - Group: ENCHANT_STONE_BOX5 SubGroups: - SubGroup: 1 List: - - Item: HITStone_Bottom - Rate: 64 - - Item: FLEEStone_Bottom - Rate: 64 - - Item: HealStone_Top - Rate: 64 - - Item: HealStone2_Top - Rate: 64 - - Item: HealStone_Middle - Rate: 64 - - Item: HealStone_Bottom - Rate: 64 - - Item: BigStone_Top - Rate: 64 - - Item: MediumStone_Top - Rate: 64 - - Item: SmallStone_Top - Rate: 64 - - Item: ASPDStone_Robe - Rate: 255 - - Item: ATKStone_Middle - Rate: 382 - - Item: MATKStone_Middle - Rate: 382 - - Item: ATKStone_Top - Rate: 382 - - Item: MATKStone_Top - Rate: 382 - - Item: STRStone_Top - Rate: 510 - - Item: INTStone_Top - Rate: 510 - - Item: AGIStone_Top - Rate: 510 - - Item: DEXStone_Top - Rate: 510 - - Item: VITStone_Top - Rate: 510 - - Item: LUKStone_Top - Rate: 510 - - Item: HPStone_Middle - Rate: 510 - - Item: SPStone_Middle - Rate: 510 - - Item: STRStone_Middle - Rate: 510 - - Item: INTStone_Middle - Rate: 510 - - Item: AGIStone_Middle - Rate: 510 - - Item: DEXStone_Middle - Rate: 510 - - Item: VITStone_Middle - Rate: 510 - - Item: LUKStone_Middle - Rate: 510 - - Item: HPStone_Bottom - Rate: 510 + - Index: 0 + Item: ASPDStone_Robe + Rate: 20 + - Index: 1 + Item: ATKStone_Top + Rate: 30 + - Index: 2 + Item: MATKStone_Top + Rate: 30 + - Index: 3 + Item: ATKStone_Middle + Rate: 30 + - Index: 4 + Item: MATKStone_Middle + Rate: 30 + - Index: 5 + Item: STRStone_Top + Rate: 40 + - Index: 6 + Item: INTStone_Top + Rate: 40 + - Index: 7 + Item: AGIStone_Top + Rate: 40 + - Index: 8 + Item: DEXStone_Top + Rate: 40 + - Index: 9 + Item: VITStone_Top + Rate: 40 + - Index: 10 + Item: LUKStone_Top + Rate: 40 + - Index: 11 + Item: STRStone_Middle + Rate: 40 + - Index: 12 + Item: INTStone_Middle + Rate: 40 + - Index: 13 + Item: AGIStone_Middle + Rate: 40 + - Index: 14 + Item: DEXStone_Middle + Rate: 40 + - Index: 15 + Item: VITStone_Middle + Rate: 40 + - Index: 16 + Item: LUKStone_Middle + Rate: 40 + - Index: 17 + Item: HPStone_Middle + Rate: 40 + - Index: 18 + Item: SPStone_Middle + Rate: 40 + - Index: 19 + Item: HPStone_Bottom + Rate: 40 + - Index: 20 + Item: BigStone_Top + Rate: 50 + - Index: 21 + Item: MediumStone_Top + Rate: 50 + - Index: 22 + Item: SmallStone_Top + Rate: 50 + - Index: 23 + Item: HealStone_Top + Rate: 50 + - Index: 24 + Item: HealStone2_Top + Rate: 50 + - Index: 25 + Item: HealStone_Middle + Rate: 50 + - Index: 26 + Item: HealStone_Bottom + Rate: 50 + - Index: 27 + Item: HITStone_Bottom + Rate: 50 + - Index: 28 + Item: FLEEStone_Bottom + Rate: 50 - Group: ENCHANT_STONE_BOX6 SubGroups: - SubGroup: 1 List: - - Item: HPdrainStone_Robe - Rate: 83 - - Item: SPdrainStone_Robe - Rate: 83 - - Item: ASPDStone_Robe - Rate: 165 - - Item: ATKStone_Middle - Rate: 248 - - Item: MATKStone_Middle - Rate: 248 - - Item: ATKStone_Top - Rate: 248 - - Item: MATKStone_Top - Rate: 248 - - Item: STRStone_Top - Rate: 331 - - Item: INTStone_Top - Rate: 331 - - Item: AGIStone_Top - Rate: 331 - - Item: DEXStone_Top - Rate: 331 - - Item: VITStone_Top - Rate: 331 - - Item: LUKStone_Top - Rate: 331 - - Item: HPStone_Middle - Rate: 331 - - Item: SPStone_Middle - Rate: 331 - - Item: STRStone_Middle - Rate: 331 - - Item: INTStone_Middle - Rate: 331 - - Item: AGIStone_Middle - Rate: 331 - - Item: DEXStone_Middle - Rate: 331 - - Item: VITStone_Middle - Rate: 331 - - Item: LUKStone_Middle - Rate: 331 - - Item: HPStone_Bottom - Rate: 331 - - Item: HITStone_Bottom - Rate: 413 - - Item: FLEEStone_Bottom - Rate: 413 - - Item: HealStone_Top - Rate: 413 - - Item: HealStone2_Top - Rate: 413 - - Item: HealStone_Middle - Rate: 413 - - Item: HealStone_Bottom - Rate: 413 - - Item: BigStone_Top - Rate: 413 - - Item: MediumStone_Top - Rate: 413 - - Item: SmallStone_Top - Rate: 413 + - Index: 0 + Item: HPdrainStone_Robe + Rate: 20 + - Index: 1 + Item: SPdrainStone_Robe + Rate: 20 + - Index: 2 + Item: ASPDStone_Robe + Rate: 20 + - Index: 3 + Item: ATKStone_Top + Rate: 30 + - Index: 4 + Item: MATKStone_Top + Rate: 30 + - Index: 5 + Item: ATKStone_Middle + Rate: 30 + - Index: 6 + Item: MATKStone_Middle + Rate: 30 + - Index: 7 + Item: STRStone_Top + Rate: 40 + - Index: 8 + Item: INTStone_Top + Rate: 40 + - Index: 9 + Item: AGIStone_Top + Rate: 40 + - Index: 10 + Item: DEXStone_Top + Rate: 40 + - Index: 11 + Item: VITStone_Top + Rate: 40 + - Index: 12 + Item: LUKStone_Top + Rate: 40 + - Index: 13 + Item: STRStone_Middle + Rate: 40 + - Index: 14 + Item: INTStone_Middle + Rate: 40 + - Index: 15 + Item: AGIStone_Middle + Rate: 40 + - Index: 16 + Item: DEXStone_Middle + Rate: 40 + - Index: 17 + Item: VITStone_Middle + Rate: 40 + - Index: 18 + Item: LUKStone_Middle + Rate: 40 + - Index: 19 + Item: HPStone_Middle + Rate: 40 + - Index: 20 + Item: SPStone_Middle + Rate: 40 + - Index: 21 + Item: HPStone_Bottom + Rate: 40 + - Index: 22 + Item: BigStone_Top + Rate: 50 + - Index: 23 + Item: MediumStone_Top + Rate: 50 + - Index: 24 + Item: SmallStone_Top + Rate: 50 + - Index: 25 + Item: HealStone_Top + Rate: 50 + - Index: 26 + Item: HealStone2_Top + Rate: 50 + - Index: 27 + Item: HealStone_Middle + Rate: 50 + - Index: 28 + Item: HealStone_Bottom + Rate: 50 + - Index: 29 + Item: HITStone_Bottom + Rate: 50 + - Index: 30 + Item: FLEEStone_Bottom + Rate: 50 - Group: ENCHANT_STONE_BOX7 SubGroups: - SubGroup: 1 List: - - Item: SPdrainStone_Robe - Rate: 85 - - Item: HPdrainStone_Robe - Rate: 169 - - Item: HPdrainStone_Top - Rate: 169 - - Item: SPdrainStone_Top - Rate: 169 - - Item: ATKStone_Middle - Rate: 254 - - Item: MATKStone_Middle - Rate: 254 - - Item: ATKStone_Top - Rate: 254 - - Item: MATKStone_Top - Rate: 254 - - Item: ATKStone_Bottom - Rate: 254 - - Item: MATKStone_Bottom - Rate: 254 - - Item: ChangeLUK_Middle - Rate: 339 - - Item: ChangeSTR_Middle - Rate: 339 - - Item: ChangeAGI_Middle - Rate: 339 - - Item: ChangeINT_Middle - Rate: 339 - - Item: ChangeVIT_Middle - Rate: 339 - - Item: ChangeDEX_Middle - Rate: 339 - - Item: ChangeVIT_Bottom - Rate: 339 - - Item: ChangeAGI_Bottom - Rate: 339 - - Item: ChangeDEX_Bottom - Rate: 339 - - Item: ChangeLUK_Bottom - Rate: 339 - - Item: ChangeSTR_Bottom - Rate: 339 - - Item: ChangeINT_Bottom - Rate: 339 - - Item: HealStone_Top - Rate: 424 - - Item: HealStone2_Top - Rate: 424 - - Item: HPStone_Middle - Rate: 424 - - Item: SPStone_Middle - Rate: 424 - - Item: HealStone_Bottom - Rate: 424 - - Item: HPStone_Bottom - Rate: 424 - - Item: DEFStone_Middle - Rate: 424 - - Item: MDEFStone_Bottom - Rate: 424 - - Item: EXPStone_Bottom - Rate: 424 + - Index: 0 + Item: HPdrainStone_Robe + Rate: 20 + - Index: 1 + Item: SPdrainStone_Robe + Rate: 10 + - Index: 2 + Item: HPdrainStone_Top + Rate: 20 + - Index: 3 + Item: SPdrainStone_Top + Rate: 20 + - Index: 4 + Item: ATKStone_Top + Rate: 30 + - Index: 5 + Item: ATKStone_Middle + Rate: 30 + - Index: 6 + Item: ATKStone_Bottom + Rate: 30 + - Index: 7 + Item: MATKStone_Top + Rate: 30 + - Index: 8 + Item: MATKStone_Middle + Rate: 30 + - Index: 9 + Item: MATKStone_Bottom + Rate: 30 + - Index: 10 + Item: ChangeSTR_Bottom + Rate: 40 + - Index: 11 + Item: ChangeSTR_Middle + Rate: 40 + - Index: 12 + Item: ChangeINT_Bottom + Rate: 40 + - Index: 13 + Item: ChangeINT_Middle + Rate: 40 + - Index: 14 + Item: ChangeDEX_Bottom + Rate: 40 + - Index: 15 + Item: ChangeDEX_Middle + Rate: 40 + - Index: 16 + Item: ChangeVIT_Bottom + Rate: 40 + - Index: 17 + Item: ChangeVIT_Middle + Rate: 40 + - Index: 18 + Item: ChangeAGI_Bottom + Rate: 40 + - Index: 19 + Item: ChangeAGI_Middle + Rate: 40 + - Index: 20 + Item: ChangeLUK_Bottom + Rate: 40 + - Index: 21 + Item: ChangeLUK_Middle + Rate: 40 + - Index: 22 + Item: HPStone_Middle + Rate: 50 + - Index: 23 + Item: SPStone_Middle + Rate: 50 + - Index: 24 + Item: HPStone_Bottom + Rate: 50 + - Index: 25 + Item: HealStone_Top + Rate: 50 + - Index: 26 + Item: HealStone2_Top + Rate: 50 + - Index: 27 + Item: HealStone_Bottom + Rate: 50 + - Index: 28 + Item: DEFStone_Middle + Rate: 50 + - Index: 29 + Item: MDEFStone_Bottom + Rate: 50 + - Index: 30 + Item: EXPStone_Bottom + Rate: 50 - Group: ENCHANT_STONE_BOX8 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 37 - - Item: SPdrainStone_Robe - Rate: 74 - - Item: SPdrainStone_Top - Rate: 74 - - Item: HPdrainStone_Robe - Rate: 149 - - Item: HPdrainStone_Top - Rate: 149 - - Item: Greed_Stone - Rate: 149 - - Item: ASPDStone_Top - Rate: 149 - - Item: Kyrie_Stone - Rate: 149 - - Item: ATKStone_Middle - Rate: 223 - - Item: MATKStone_Middle - Rate: 223 - - Item: ATKStone_Top - Rate: 223 - - Item: MATKStone_Top - Rate: 223 - - Item: ATKStone_Bottom - Rate: 223 - - Item: MATKStone_Bottom - Rate: 223 - - Item: TwinkleEffect_Top - Rate: 223 - - Item: GhostEffect_Middle - Rate: 223 - - Item: Critical_Stone - Rate: 223 - - Item: Range_Stone - Rate: 223 - - Item: ReloadStone_Top - Rate: 223 - - Item: ReloadStone_Middle - Rate: 223 - - Item: ReloadStone_Bottom - Rate: 223 - - Item: ChangeLUK_Middle - Rate: 297 - - Item: ChangeSTR_Middle - Rate: 297 - - Item: ChangeAGI_Middle - Rate: 297 - - Item: ChangeINT_Middle - Rate: 297 - - Item: ChangeVIT_Middle - Rate: 297 - - Item: ChangeDEX_Middle - Rate: 297 - - Item: ChangeVIT_Bottom - Rate: 297 - - Item: ChangeAGI_Bottom - Rate: 297 - - Item: ChangeDEX_Bottom - Rate: 297 - - Item: ChangeLUK_Bottom - Rate: 297 - - Item: ChangeSTR_Bottom - Rate: 297 - - Item: ChangeINT_Bottom - Rate: 297 - - Item: DEFStone_Middle - Rate: 372 - - Item: MDEFStone_Bottom - Rate: 372 - - Item: EXPStone_Bottom - Rate: 372 - - Item: MaxHP2_Stone - Rate: 372 - - Item: MaxSP2_Stone - Rate: 372 - - Item: Detoxify_Stone - Rate: 372 - - Item: Recovery_Stone - Rate: 372 + - Index: 0 + Item: CastingStone_Robe + Rate: 1 + - Index: 1 + Item: SPdrainStone_Robe + Rate: 2 + - Index: 2 + Item: SPdrainStone_Top + Rate: 2 + - Index: 3 + Item: Kyrie_Stone + Rate: 4 + - Index: 4 + Item: ASPDStone_Top + Rate: 4 + - Index: 5 + Item: Greed_Stone + Rate: 4 + - Index: 6 + Item: HPdrainStone_Robe + Rate: 4 + - Index: 7 + Item: HPdrainStone_Top + Rate: 4 + - Index: 8 + Item: ATKStone_Top + Rate: 6 + - Index: 9 + Item: ATKStone_Middle + Rate: 6 + - Index: 10 + Item: ATKStone_Bottom + Rate: 6 + - Index: 11 + Item: MATKStone_Top + Rate: 6 + - Index: 12 + Item: MATKStone_Middle + Rate: 6 + - Index: 13 + Item: MATKStone_Bottom + Rate: 6 + - Index: 14 + Item: ReloadStone_Top + Rate: 6 + - Index: 15 + Item: ReloadStone_Middle + Rate: 6 + - Index: 16 + Item: ReloadStone_Bottom + Rate: 6 + - Index: 17 + Item: Critical_Stone + Rate: 6 + - Index: 18 + Item: Range_Stone + Rate: 6 + - Index: 19 + Item: TwinkleEffect_Top + Rate: 6 + - Index: 20 + Item: GhostEffect_Middle + Rate: 6 + - Index: 21 + Item: ChangeSTR_Bottom + Rate: 8 + - Index: 22 + Item: ChangeSTR_Middle + Rate: 8 + - Index: 23 + Item: ChangeINT_Bottom + Rate: 8 + - Index: 24 + Item: ChangeINT_Middle + Rate: 8 + - Index: 25 + Item: ChangeDEX_Bottom + Rate: 8 + - Index: 26 + Item: ChangeDEX_Middle + Rate: 8 + - Index: 27 + Item: ChangeVIT_Bottom + Rate: 8 + - Index: 28 + Item: ChangeVIT_Middle + Rate: 8 + - Index: 29 + Item: ChangeAGI_Bottom + Rate: 8 + - Index: 30 + Item: ChangeAGI_Middle + Rate: 8 + - Index: 31 + Item: ChangeLUK_Bottom + Rate: 8 + - Index: 32 + Item: ChangeLUK_Middle + Rate: 8 + - Index: 33 + Item: MaxHP2_Stone + Rate: 10 + - Index: 34 + Item: MaxSP2_Stone + Rate: 10 + - Index: 35 + Item: Detoxify_Stone + Rate: 10 + - Index: 36 + Item: Recovery_Stone + Rate: 10 + - Index: 37 + Item: DEFStone_Middle + Rate: 10 + - Index: 38 + Item: MDEFStone_Bottom + Rate: 10 + - Index: 39 + Item: EXPStone_Bottom + Rate: 10 - Group: ENCHANT_STONE_BOX9 SubGroups: - SubGroup: 1 List: - - Item: SPdrainStone_Robe - Rate: 79 - - Item: SPdrainStone_Top - Rate: 79 - - Item: HPdrainStone_Robe - Rate: 159 - - Item: HPdrainStone_Top - Rate: 159 - - Item: Greed_Stone - Rate: 159 - - Item: ASPDStone_Top - Rate: 159 - - Item: Kyrie_Stone - Rate: 159 - - Item: ShrinkEffect_Middle - Rate: 159 - - Item: ATKStone_Middle - Rate: 238 - - Item: MATKStone_Middle - Rate: 238 - - Item: ATKStone_Top - Rate: 238 - - Item: MATKStone_Top - Rate: 238 - - Item: ATKStone_Bottom - Rate: 238 - - Item: MATKStone_Bottom - Rate: 238 - - Item: Critical_Stone - Rate: 238 - - Item: Range_Stone - Rate: 238 - - Item: ReloadStone_Top - Rate: 238 - - Item: ReloadStone_Middle - Rate: 238 - - Item: ReloadStone_Bottom - Rate: 238 - - Item: ElectricEffect_Middle - Rate: 238 - - Item: GreenFloor_Bottom - Rate: 238 - - Item: ChangeLUK_Middle - Rate: 317 - - Item: ChangeSTR_Middle - Rate: 317 - - Item: ChangeAGI_Middle - Rate: 317 - - Item: ChangeINT_Middle - Rate: 317 - - Item: ChangeVIT_Middle - Rate: 317 - - Item: ChangeDEX_Middle - Rate: 317 - - Item: ChangeVIT_Bottom - Rate: 317 - - Item: ChangeAGI_Bottom - Rate: 317 - - Item: ChangeDEX_Bottom - Rate: 317 - - Item: ChangeLUK_Bottom - Rate: 317 - - Item: ChangeSTR_Bottom - Rate: 317 - - Item: ChangeINT_Bottom - Rate: 317 - - Item: EXPStone_Bottom - Rate: 398 - - Item: MaxHP2_Stone - Rate: 398 - - Item: MaxSP2_Stone - Rate: 398 - - Item: Identify_Stone - Rate: 398 - - Item: EXPStone_Middle - Rate: 398 + - Index: 0 + Item: SPdrainStone_Robe + Rate: 1 + - Index: 1 + Item: SPdrainStone_Top + Rate: 1 + - Index: 2 + Item: Kyrie_Stone + Rate: 2 + - Index: 3 + Item: ASPDStone_Top + Rate: 2 + - Index: 4 + Item: Greed_Stone + Rate: 2 + - Index: 5 + Item: HPdrainStone_Robe + Rate: 2 + - Index: 6 + Item: HPdrainStone_Top + Rate: 2 + - Index: 7 + Item: ShrinkEffect_Middle + Rate: 2 + - Index: 8 + Item: ATKStone_Top + Rate: 3 + - Index: 9 + Item: ATKStone_Middle + Rate: 3 + - Index: 10 + Item: ATKStone_Bottom + Rate: 3 + - Index: 11 + Item: MATKStone_Top + Rate: 3 + - Index: 12 + Item: MATKStone_Middle + Rate: 3 + - Index: 13 + Item: MATKStone_Bottom + Rate: 3 + - Index: 14 + Item: ReloadStone_Top + Rate: 3 + - Index: 15 + Item: ReloadStone_Middle + Rate: 3 + - Index: 16 + Item: ReloadStone_Bottom + Rate: 3 + - Index: 17 + Item: Critical_Stone + Rate: 3 + - Index: 18 + Item: Range_Stone + Rate: 3 + - Index: 19 + Item: ElectricEffect_Middle + Rate: 3 + - Index: 20 + Item: GreenFloor_Bottom + Rate: 3 + - Index: 21 + Item: ChangeSTR_Bottom + Rate: 4 + - Index: 22 + Item: ChangeSTR_Middle + Rate: 4 + - Index: 23 + Item: ChangeINT_Bottom + Rate: 4 + - Index: 24 + Item: ChangeINT_Middle + Rate: 4 + - Index: 25 + Item: ChangeDEX_Bottom + Rate: 4 + - Index: 26 + Item: ChangeDEX_Middle + Rate: 4 + - Index: 27 + Item: ChangeVIT_Bottom + Rate: 4 + - Index: 28 + Item: ChangeVIT_Middle + Rate: 4 + - Index: 29 + Item: ChangeAGI_Bottom + Rate: 4 + - Index: 30 + Item: ChangeAGI_Middle + Rate: 4 + - Index: 31 + Item: ChangeLUK_Bottom + Rate: 4 + - Index: 32 + Item: ChangeLUK_Middle + Rate: 4 + - Index: 33 + Item: MaxHP2_Stone + Rate: 5 + - Index: 34 + Item: MaxSP2_Stone + Rate: 5 + - Index: 35 + Item: Identify_Stone + Rate: 5 + - Index: 36 + Item: EXPStone_Middle + Rate: 5 + - Index: 37 + Item: EXPStone_Bottom + Rate: 5 - Group: ENERGETIC_PISCES_BOX SubGroups: - SubGroup: 0 List: - - Item: Energetic_Pisces_Scroll + - Index: 0 + Item: Energetic_Pisces_Scroll Amount: 10 UniqueId: true Stacked: false @@ -8206,990 +13866,1482 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Bradium_Ring + - Index: 0 + Item: Bradium_Ring Rate: 1 UniqueId: true - - Item: Pisces_Crown + - Index: 1 + Item: Pisces_Crown Rate: 10 UniqueId: true - - Item: Neuralizer_Box + - Index: 2 + Item: Neuralizer_Box Rate: 5 UniqueId: true - - Item: Shark_Hat_Box + - Index: 3 + Item: Shark_Hat_Box Rate: 15 UniqueId: true - - Item: Kafra_Ring + - Index: 4 + Item: Kafra_Ring Rate: 20 UniqueId: true - - Item: Pirate_Dagger_J + - Index: 5 + Item: Pirate_Dagger_J Rate: 25 UniqueId: true - - Item: Orc_LoadS + - Index: 6 + Item: Orc_LoadS Rate: 34 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 100 UniqueId: true - - Item: Spark_Candy_Box5 + - Index: 8 + Item: Spark_Candy_Box5 Rate: 100 UniqueId: true - - Item: Underripe_Yggseed + - Index: 9 + Item: Underripe_Yggseed Rate: 120 Amount: 6 UniqueId: true - - Item: Enriched_Elunium_Box5 + - Index: 10 + Item: Enriched_Elunium_Box5 Rate: 130 UniqueId: true - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 190 Amount: 5 UniqueId: true - - Item: Enriched_Oridecon_Box5 + - Index: 12 + Item: Enriched_Oridecon_Box5 Rate: 150 UniqueId: true - - Item: Ramen_Hat_Box + - Index: 13 + Item: Ramen_Hat_Box Rate: 100 UniqueId: true - Group: EPIC_HEROES_LUCKY_EGG SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 2 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 3 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 4 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 6 + Item: Unbreakable_Def Rate: 300 Amount: 2 - - Item: Unbreakable_Weap + - Index: 7 + Item: Unbreakable_Weap Rate: 300 Amount: 2 - - Item: C_Neko_Mimi_Kafra + - Index: 8 + Item: C_Neko_Mimi_Kafra Rate: 154 - - Item: Full_Moon + - Index: 9 + Item: Full_Moon Rate: 154 - - Item: Hat_0f_King + - Index: 10 + Item: Hat_0f_King Rate: 150 Announced: true - - Item: 4Leaf_Clover_In_Mouth + - Index: 11 + Item: 4Leaf_Clover_In_Mouth Rate: 150 - - Item: Elemental_Crown + - Index: 12 + Item: Elemental_Crown Rate: 80 Announced: true - - Item: Survive_Circlet + - Index: 13 + Item: Survive_Circlet Rate: 80 Announced: true - - Item: Gigant_Helm + - Index: 14 + Item: Gigant_Helm Rate: 80 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Knight_WS_Card + - Index: 19 + Item: Sealed_Knight_WS_Card Rate: 10 Announced: true - - Item: Sealed_Orc_Load_Card + - Index: 20 + Item: Sealed_Orc_Load_Card Rate: 10 Announced: true - - Item: B_Seyren_Card + - Index: 21 + Item: B_Seyren_Card Rate: 1 Announced: true - - Item: Thanatos_Card + - Index: 22 + Item: Thanatos_Card Rate: 1 Announced: true - Group: ERZULIE_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1064 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1064 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1064 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1064 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1064 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1064 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1064 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 465 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 465 Amount: 3 - - Item: Angeling_KnitCap + - Index: 9 + Item: Angeling_KnitCap Rate: 200 - - Item: C_Ladys_Feather_Hat + - Index: 10 + Item: C_Ladys_Feather_Hat Rate: 200 - - Item: Lapine_Shield + - Index: 11 + Item: Lapine_Shield Rate: 150 - - Item: Elemental_Clothe + - Index: 12 + Item: Elemental_Clothe Rate: 150 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 200 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 200 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 150 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 150 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 19 + Item: Sealed_D_Lord_Card Rate: 10 Announced: true - - Item: Sealed_Kiel_Card + - Index: 20 + Item: Sealed_Kiel_Card Rate: 10 Announced: true - - Item: Lord_Of_Death_Card + - Index: 21 + Item: Lord_Of_Death_Card Rate: 1 Announced: true - - Item: Drake_Card + - Index: 22 + Item: Drake_Card Rate: 1 Announced: true - Group: EVENT_ALMIGHTY_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Almighty - Rate: 1 + - Index: 0 + Item: Almighty Amount: 10 - - Item: Sealed_Kiel_Scroll - Rate: 1 + UniqueId: true + - Index: 1 + Item: Sealed_Kiel_Scroll + UniqueId: true - Group: EVENT_ALMIGHTY_BOX_100 SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Almighty - Rate: 1 + - Index: 0 + Item: Almighty Amount: 100 - - Item: Sealed_Kiel_Scroll - Rate: 1 + UniqueId: true + - Index: 1 + Item: Sealed_Kiel_Scroll Amount: 11 + UniqueId: true - Group: EVIL_INCARNATION SubGroups: - SubGroup: 1 List: - - Item: Dead_Tree_Branch_Box2 + - Index: 0 + Item: Dead_Tree_Branch_Box2 Rate: 224 UniqueId: true - - Item: Guyak_Pudding + - Index: 1 + Item: Guyak_Pudding Rate: 124 Amount: 10 UniqueId: true - - Item: Int_Dish_Box + - Index: 2 + Item: Int_Dish_Box Rate: 123 UniqueId: true - - Item: Luk_Dish_Box + - Index: 3 + Item: Luk_Dish_Box Rate: 122 UniqueId: true - - Item: Vit_Dish_Box + - Index: 4 + Item: Vit_Dish_Box Rate: 121 UniqueId: true - - Item: Str_Dish_Box + - Index: 5 + Item: Str_Dish_Box Rate: 120 UniqueId: true - - Item: Romantic_White_Flower + - Index: 6 + Item: Romantic_White_Flower Rate: 47 UniqueId: true - - Item: Love_Berry + - Index: 7 + Item: Love_Berry Rate: 46 UniqueId: true - - Item: Minstrel_Hat + - Index: 8 + Item: Minstrel_Hat Rate: 26 UniqueId: true - - Item: Puppy_Hat + - Index: 9 + Item: Puppy_Hat Rate: 25 UniqueId: true - - Item: Kafra_Band + - Index: 10 + Item: Kafra_Band Rate: 10 UniqueId: true - - Item: Majestic_Evil_Horn + - Index: 11 + Item: Majestic_Evil_Horn Rate: 9 UniqueId: true - - Item: Secret_Medicine + - Index: 12 + Item: Secret_Medicine Rate: 2 Amount: 2 UniqueId: true - - Item: Miracle_Medicine + - Index: 13 + Item: Miracle_Medicine Rate: 1 UniqueId: true - Group: EXCALIBUR_BOX SubGroups: - SubGroup: 0 List: - - Item: Excalibur_C + - Index: 0 + Item: Excalibur_C Duration: 10080 UniqueId: true - Group: EX_DEF_POTION_BOX SubGroups: - SubGroup: 0 List: - - Item: Ex_Def_Potion + - Index: 0 + Item: Ex_Def_Potion Amount: 5 UniqueId: true - - Item: RWC_Scroll_2012 + - Index: 1 + Item: RWC_Scroll_2012 UniqueId: true - Group: FINDINGORE SubGroups: - SubGroup: 1 List: - - Item: Emperium + - Index: 0 + Item: Emperium Rate: 3 - - Item: Oridecon_Stone + - Index: 1 + Item: Oridecon_Stone Rate: 20 - - Item: Elunium_Stone + - Index: 2 + Item: Elunium_Stone Rate: 20 - - Item: Gold + - Index: 3 + Item: Gold Rate: 2 - - Item: Oridecon + - Index: 4 + Item: Oridecon Rate: 10 - - Item: Elunium + - Index: 5 + Item: Elunium Rate: 10 - - Item: Boody_Red + - Index: 6 + Item: Boody_Red Rate: 30 - - Item: Crystal_Blue + - Index: 7 + Item: Crystal_Blue Rate: 30 - - Item: Wind_Of_Verdure + - Index: 8 + Item: Wind_Of_Verdure Rate: 30 - - Item: Yellow_Live + - Index: 9 + Item: Yellow_Live Rate: 30 - - Item: Flame_Heart + - Index: 10 + Item: Flame_Heart Rate: 15 - - Item: Mistic_Frozen + - Index: 11 + Item: Mistic_Frozen Rate: 15 - - Item: Rough_Wind + - Index: 12 + Item: Rough_Wind Rate: 15 - - Item: Great_Nature + - Index: 13 + Item: Great_Nature Rate: 15 - - Item: Iron + - Index: 14 + Item: Iron Rate: 80 - - Item: Steel + - Index: 15 + Item: Steel Rate: 50 - - Item: Iron_Ore + - Index: 16 + Item: Iron_Ore Rate: 100 - - Item: Coal + - Index: 17 + Item: Coal Rate: 60 - - Item: Phracon + - Index: 18 + Item: Phracon Rate: 95 - - Item: Emveretarcon + - Index: 19 + Item: Emveretarcon Rate: 55 - Group: FIRE_BRAND_BOX SubGroups: - SubGroup: 0 List: - - Item: Fire_Brand_C + - Index: 0 + Item: Fire_Brand_C Duration: 10080 UniqueId: true - Group: FIRE_TYPE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Leo_Diadem + - Index: 0 + Item: Leo_Diadem Rate: 120 Announced: true - - Item: Leo_Crown + - Index: 1 + Item: Leo_Crown Rate: 150 Announced: true - - Item: Aries_Diadem + - Index: 2 + Item: Aries_Diadem Rate: 100 Announced: true - - Item: Aries_Crown + - Index: 3 + Item: Aries_Crown Rate: 100 Announced: true - - Item: Sagittarius_Diadem + - Index: 4 + Item: Sagittarius_Diadem Rate: 100 Announced: true - - Item: Sagittarius_Crown + - Index: 5 + Item: Sagittarius_Crown Rate: 100 Announced: true - - Item: Battle_Manual_Box + - Index: 6 + Item: Battle_Manual_Box Rate: 1500 - - Item: Bubble_Gum_Box + - Index: 7 + Item: Bubble_Gum_Box Rate: 1500 - - Item: Kafra_Card_Box + - Index: 8 + Item: Kafra_Card_Box Rate: 1650 - - Item: Convex_Mirror_Box + - Index: 9 + Item: Convex_Mirror_Box Rate: 1000 - - Item: Miracle_Medicine + - Index: 10 + Item: Miracle_Medicine Rate: 200 - - Item: Token_Of_Siegfried_Box + - Index: 11 + Item: Token_Of_Siegfried_Box Rate: 1500 - - Item: Bloody_Dead_Branch + - Index: 12 + Item: Bloody_Dead_Branch Rate: 120 - - Item: Max_Weight_Up_Box + - Index: 13 + Item: Max_Weight_Up_Box Rate: 200 Announced: true - - Item: Songpyun_Box50 + - Index: 14 + Item: Songpyun_Box50 Rate: 1500 - - Item: Ant_Buyanne_Card + - Index: 15 + Item: Ant_Buyanne_Card Rate: 1 Announced: true - - Item: Celestial_Hat + - Index: 16 + Item: Celestial_Hat Rate: 150 Announced: true - - Item: Parade_Cap + - Index: 17 + Item: Parade_Cap Rate: 5 Announced: true - - Item: Asgard_Blessing + - Index: 18 + Item: Asgard_Blessing Rate: 3 Announced: true - - Item: Sealed_Tao_Card + - Index: 19 + Item: Sealed_Tao_Card Rate: 1 Announced: true - Group: FIRSTAID SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 5 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 5 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 5 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 5 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 5 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 5 - - Item: Red_Slim_Potion + - Index: 6 + Item: Red_Slim_Potion Rate: 5 - - Item: Yellow_Slim_Potion + - Index: 7 + Item: Yellow_Slim_Potion Rate: 5 - - Item: White_Slim_Potion + - Index: 8 + Item: White_Slim_Potion Rate: 5 - - Item: Novice_Potion + - Index: 9 + Item: Novice_Potion Rate: 5 - - Item: Anodyne + - Index: 10 + Item: Anodyne Rate: 5 - - Item: Center_Potion + - Index: 11 + Item: Center_Potion Rate: 5 - - Item: Awakening_Potion + - Index: 12 + Item: Awakening_Potion Rate: 5 - - Item: Berserk_Potion + - Index: 13 + Item: Berserk_Potion Rate: 5 - - Item: Poison_Bottle + - Index: 14 + Item: Poison_Bottle Rate: 1 - - Item: Speed_Up_Potion + - Index: 15 + Item: Speed_Up_Potion Rate: 5 - - Item: Slow_Down_Potion + - Index: 16 + Item: Slow_Down_Potion Rate: 5 - - Item: Water_Of_Darkness + - Index: 17 + Item: Water_Of_Darkness Rate: 5 - Group: FISH SubGroups: - SubGroup: 1 List: - - Item: Fish_Slice + - Index: 0 + Item: Fish_Slice Rate: 1 - - Item: Shusi + - Index: 1 + Item: Shusi Rate: 1 - Group: FISHER_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Fisher_Ring + - Index: 0 + Item: Fisher_Ring Duration: 10080 UniqueId: true - Group: FLAMEL_CARD SubGroups: - SubGroup: 1 List: - - Item: Red_Slim_Potion + - Index: 0 + Item: Red_Slim_Potion Rate: 1 - - Item: Yellow_Slim_Potion + - Index: 1 + Item: Yellow_Slim_Potion Rate: 1 - - Item: White_Slim_Potion + - Index: 2 + Item: White_Slim_Potion Rate: 1 - Group: FLAME_LIGHT SubGroups: - SubGroup: 1 List: - - Item: Bubble_Gum_Box + - Index: 0 + Item: Bubble_Gum_Box Rate: 1400 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1500 - - Item: Megaphone_Box + - Index: 2 + Item: Megaphone_Box Rate: 1500 - - Item: Battle_Manual_Box + - Index: 3 + Item: Battle_Manual_Box Rate: 1400 - - Item: Token_Of_Siegfried_Box + - Index: 4 + Item: Token_Of_Siegfried_Box Rate: 1500 - - Item: Shadow_Armor_S_Box10 + - Index: 5 + Item: Shadow_Armor_S_Box10 Rate: 1500 - - Item: Unbreak_Weap_Box + - Index: 6 + Item: Unbreak_Weap_Box Rate: 175 Announced: true - - Item: Unbreak_Def_Box + - Index: 7 + Item: Unbreak_Def_Box Rate: 175 Announced: true - - Item: Max_Weight_Up_Box + - Index: 8 + Item: Max_Weight_Up_Box Rate: 300 Announced: true - - Item: Mike_Hat + - Index: 9 + Item: Mike_Hat Rate: 234 Announced: true - - Item: Shaving_Cream + - Index: 10 + Item: Shaving_Cream Rate: 250 Announced: true - - Item: Deprotai_Doll_Hat + - Index: 11 + Item: Deprotai_Doll_Hat Rate: 50 Announced: true - - Item: SLD_Garm_Card + - Index: 12 + Item: SLD_Garm_Card Rate: 10 Announced: true - - Item: Elven_Ears_ + - Index: 13 + Item: Elven_Ears_ Rate: 3 Announced: true - - Item: MVP_Basketball + - Index: 14 + Item: MVP_Basketball Rate: 3 Announced: true - Group: FLOWER_BLOSSOM_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_Decoration_bluerose + - Index: 0 + Item: C_Decoration_bluerose Rate: 40 - - Item: C_Pray_Cherry_Blossom + - Index: 1 + Item: C_Pray_Cherry_Blossom Rate: 40 - - Item: C_Wind_Of_The_Prairie + - Index: 2 + Item: C_Wind_Of_The_Prairie Rate: 40 - - Item: C_Butterfly_Wing_Ear_J + - Index: 3 + Item: C_Butterfly_Wing_Ear_J Rate: 70 - - Item: C_Rose_Crown + - Index: 4 + Item: C_Rose_Crown Rate: 90 - - Item: C_Earth_Goddess_Flower + - Index: 5 + Item: C_Earth_Goddess_Flower Rate: 110 - - Item: C_Hermose_Cap + - Index: 6 + Item: C_Hermose_Cap Rate: 130 - - Item: C_Red_Cherry_Blossom + - Index: 7 + Item: C_Red_Cherry_Blossom Rate: 150 - - Item: C_Carmen_Miranda_Hat + - Index: 8 + Item: C_Carmen_Miranda_Hat Rate: 160 - - Item: C_Samambaia + - Index: 9 + Item: C_Samambaia Rate: 170 - Group: FOOD SubGroups: - SubGroup: 1 List: - - Item: Royal_Jelly + - Index: 0 + Item: Royal_Jelly Rate: 5 - - Item: Str_Dish02 + - Index: 1 + Item: Str_Dish02 Rate: 10 - - Item: Agi_Dish02 + - Index: 2 + Item: Agi_Dish02 Rate: 10 - - Item: Vit_Dish03 + - Index: 3 + Item: Vit_Dish03 Rate: 10 - - Item: Dex_Dish02 + - Index: 4 + Item: Dex_Dish02 Rate: 10 - - Item: Luk_Dish03 + - Index: 5 + Item: Luk_Dish03 Rate: 10 - - Item: Int_Dish02 + - Index: 6 + Item: Int_Dish02 Rate: 10 - - Item: Apple_Juice + - Index: 7 + Item: Apple_Juice Rate: 30 - - Item: Banana_Juice + - Index: 8 + Item: Banana_Juice Rate: 30 - - Item: Grape_Juice + - Index: 9 + Item: Grape_Juice Rate: 30 - - Item: Carrot_Juice + - Index: 10 + Item: Carrot_Juice Rate: 30 - - Item: Well_Baked_Cookie + - Index: 11 + Item: Well_Baked_Cookie Rate: 30 - - Item: Ice_Cream + - Index: 12 + Item: Ice_Cream Rate: 50 - - Item: Fish_Slice + - Index: 13 + Item: Fish_Slice Rate: 50 - - Item: Cheese + - Index: 14 + Item: Cheese Rate: 50 - - Item: Shusi + - Index: 15 + Item: Shusi Rate: 50 - - Item: Bun + - Index: 16 + Item: Bun Rate: 50 - - Item: Mojji + - Index: 17 + Item: Mojji Rate: 50 - - Item: Pumpkin + - Index: 18 + Item: Pumpkin Rate: 50 - - Item: Sweet_Potato + - Index: 19 + Item: Sweet_Potato Rate: 100 - - Item: Banana + - Index: 20 + Item: Banana Rate: 100 - - Item: Apple + - Index: 21 + Item: Apple Rate: 600 - Group: FOODBAG SubGroups: - SubGroup: 1 List: - - Item: Apple + - Index: 0 + Item: Apple Rate: 1 - - Item: Banana + - Index: 1 + Item: Banana Rate: 1 - - Item: Grape + - Index: 2 + Item: Grape Rate: 1 - - Item: Carrot + - Index: 3 + Item: Carrot Rate: 1 - - Item: Sweet_Potato + - Index: 4 + Item: Sweet_Potato Rate: 1 - - Item: Meat + - Index: 5 + Item: Meat Rate: 1 - - Item: Honey + - Index: 6 + Item: Honey Rate: 1 - - Item: Milk + - Index: 7 + Item: Milk Rate: 1 - - Item: Leaflet_Of_Hinal + - Index: 8 + Item: Leaflet_Of_Hinal Rate: 1 - - Item: Leaflet_Of_Aloe + - Index: 9 + Item: Leaflet_Of_Aloe Rate: 1 - - Item: Fruit_Of_Mastela + - Index: 10 + Item: Fruit_Of_Mastela Rate: 1 - - Item: Royal_Jelly + - Index: 11 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 12 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 13 + Item: Candy_Striper Rate: 1 - - Item: Apple_Juice + - Index: 14 + Item: Apple_Juice Rate: 1 - - Item: Banana_Juice + - Index: 15 + Item: Banana_Juice Rate: 1 - - Item: Grape_Juice + - Index: 16 + Item: Grape_Juice Rate: 1 - - Item: Carrot_Juice + - Index: 17 + Item: Carrot_Juice Rate: 1 - - Item: Ice_Cream + - Index: 18 + Item: Ice_Cream Rate: 1 - - Item: Well_Baked_Cookie + - Index: 19 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 20 + Item: Piece_Of_Cake Rate: 1 - - Item: Fish_Slice + - Index: 21 + Item: Fish_Slice Rate: 1 - - Item: Cheese + - Index: 22 + Item: Cheese Rate: 1 - - Item: Nice_Sweet_Potato + - Index: 23 + Item: Nice_Sweet_Potato Rate: 1 - - Item: Popped_Rice + - Index: 24 + Item: Popped_Rice Rate: 1 - - Item: Shusi + - Index: 25 + Item: Shusi Rate: 1 - - Item: Bun + - Index: 26 + Item: Bun Rate: 1 - - Item: Mojji + - Index: 27 + Item: Mojji Rate: 1 - - Item: Rice_Cake + - Index: 28 + Item: Rice_Cake Rate: 1 - - Item: Long_Rice_Cake + - Index: 29 + Item: Long_Rice_Cake Rate: 1 - - Item: Hash_Rice_Cake + - Index: 30 + Item: Hash_Rice_Cake Rate: 1 - - Item: Chocolate + - Index: 31 + Item: Chocolate Rate: 1 - - Item: HandMade_Chocolate + - Index: 32 + Item: HandMade_Chocolate Rate: 1 - - Item: HandMade_Chocolate_ + - Index: 33 + Item: HandMade_Chocolate_ Rate: 1 - - Item: White_Chocolate + - Index: 34 + Item: White_Chocolate Rate: 1 - - Item: Rice_Ball + - Index: 35 + Item: Rice_Ball Rate: 1 - - Item: Tomyumkung + - Index: 36 + Item: Tomyumkung Rate: 1 - - Item: Prawn + - Index: 37 + Item: Prawn Rate: 1 - - Item: Lemon + - Index: 38 + Item: Lemon Rate: 1 - - Item: Prickly_Fruit + - Index: 39 + Item: Prickly_Fruit Rate: 1 - - Item: Yggdrasilberry + - Index: 40 + Item: Yggdrasilberry Rate: 1 - - Item: Seed_Of_Yggdrasil + - Index: 41 + Item: Seed_Of_Yggdrasil Rate: 1 - - Item: Korea_Rice_Cake + - Index: 42 + Item: Korea_Rice_Cake Rate: 1 - - Item: Rice_Cake_Soup + - Index: 43 + Item: Rice_Cake_Soup Rate: 1 - Group: FORTUNE_COOKIE1 SubGroups: - SubGroup: 1 List: - - Item: Bless_Word_Paper1 + - Index: 0 + Item: Bless_Word_Paper1 Rate: 100 - - Item: Bless_Word_Paper2 + - Index: 1 + Item: Bless_Word_Paper2 Rate: 100 - - Item: Bless_Word_Paper3 + - Index: 2 + Item: Bless_Word_Paper3 Rate: 100 - - Item: Bless_Word_Paper4 + - Index: 3 + Item: Bless_Word_Paper4 Rate: 100 - - Item: Bless_Word_Paper5 + - Index: 4 + Item: Bless_Word_Paper5 Rate: 100 - - Item: Bless_Word_Paper6 + - Index: 5 + Item: Bless_Word_Paper6 Rate: 100 - - Item: Bless_Word_Paper7 + - Index: 6 + Item: Bless_Word_Paper7 Rate: 100 - - Item: Bless_Word_Paper8 + - Index: 7 + Item: Bless_Word_Paper8 Rate: 100 - - Item: Bless_Word_Paper9 + - Index: 8 + Item: Bless_Word_Paper9 Rate: 100 - - Item: Bless_Word_Paper10 + - Index: 9 + Item: Bless_Word_Paper10 Rate: 100 - Group: FORTUNE_COOKIE2 SubGroups: - SubGroup: 0 List: - - Item: Guidebook_Exchange + - Index: 0 + Item: Guidebook_Exchange Announced: true - Group: FORTUNE_COOKIE3 SubGroups: - SubGroup: 0 List: - - Item: Free_Cash_Coupon + - Index: 0 + Item: Free_Cash_Coupon Announced: true - Group: FRUIT SubGroups: - SubGroup: 1 List: - - Item: Apple + - Index: 0 + Item: Apple Rate: 1 - - Item: Banana + - Index: 1 + Item: Banana Rate: 1 - - Item: Grape + - Index: 2 + Item: Grape Rate: 1 - - Item: Carrot + - Index: 3 + Item: Carrot Rate: 1 - - Item: Sweet_Potato + - Index: 4 + Item: Sweet_Potato Rate: 1 - Group: FRUIT_BASKET SubGroups: - SubGroup: 1 List: - - Item: Apple - Rate: 6 - - Item: Banana + - Index: 0 + Item: Hard_Peach + Rate: 50 + Amount: 3 + - Index: 1 + Item: Unripe_Apple Rate: 5 - - Item: Grape - Rate: 4 - - Item: Fruit_Of_Mastela - Rate: 3 - - Item: Pumpkin + Amount: 2 + - Index: 2 + Item: Tropical_Banana Rate: 2 - - Item: Lemon - Rate: 6 - - Item: Prickly_Fruit + Amount: 2 + - Index: 3 + Item: Fatty_Chubby_Earthworm Rate: 2 - - Item: Strawberry - Rate: 4 - - Item: Orange - Rate: 3 - - Item: Prickly_Fruit_ - Rate: 2 - - Item: Yggdrasilberry - Rate: 1 - - Item: Seed_Of_Yggdrasil - Rate: 1 - - Item: Hard_Peach + - Index: 4 + Item: Stone + Rate: 20 + - Index: 5 + Item: Strawberry + Rate: 50 + Amount: 4 + - Index: 6 + Item: Apple + Rate: 50 + Amount: 4 + - Index: 7 + Item: Banana + Rate: 50 + Amount: 4 + - Index: 8 + Item: Grape + Rate: 50 + Amount: 4 + - Index: 9 + Item: Lemon + Rate: 50 + Amount: 4 + - Index: 10 + Item: Fruit_Of_Mastela + Rate: 20 + Amount: 2 + - Index: 11 + Item: Yggdrasilberry + Rate: 10 + - Index: 12 + Item: Prickly_Fruit + Rate: 20 + Amount: 2 + - Index: 13 + Item: Prickly_Fruit_ + Rate: 20 + Amount: 2 + - Index: 14 + Item: Mora_Berry Rate: 5 - - Item: Cacao - Rate: 4 - - Item: Mora_Mandarin + - Index: 15 + Item: Mora_Mandarin + Rate: 20 + Amount: 2 + - SubGroup: 2 + List: + - Index: 0 + Item: Hard_Peach + Rate: 50 + Amount: 3 + - Index: 1 + Item: Unripe_Apple Rate: 5 - - Item: Mora_Berry - Rate: 4 + Amount: 2 + - Index: 2 + Item: Tropical_Banana + Rate: 2 + Amount: 2 + - Index: 3 + Item: Fatty_Chubby_Earthworm + Rate: 2 + - Index: 4 + Item: Stone + Rate: 20 + - Index: 5 + Item: Strawberry + Rate: 50 + Amount: 4 + - Index: 6 + Item: Apple + Rate: 50 + Amount: 4 + - Index: 7 + Item: Banana + Rate: 50 + Amount: 4 + - Index: 8 + Item: Grape + Rate: 50 + Amount: 4 + - Index: 9 + Item: Lemon + Rate: 50 + Amount: 4 + - Index: 10 + Item: Fruit_Of_Mastela + Rate: 20 + Amount: 2 + - Index: 11 + Item: Yggdrasilberry + Rate: 10 + - Index: 12 + Item: Prickly_Fruit + Rate: 20 + Amount: 2 + - Index: 13 + Item: Prickly_Fruit_ + Rate: 20 + Amount: 2 + - Index: 14 + Item: Mora_Berry + Rate: 5 + - Index: 15 + Item: Mora_Mandarin + Rate: 20 + Amount: 2 + - SubGroup: 3 + List: + - Index: 0 + Item: Hard_Peach + Rate: 50 + Amount: 3 + - Index: 1 + Item: Unripe_Apple + Rate: 5 + Amount: 2 + - Index: 2 + Item: Tropical_Banana + Rate: 2 + Amount: 2 + - Index: 3 + Item: Fatty_Chubby_Earthworm + Rate: 2 + - Index: 4 + Item: Stone + Rate: 20 + - Index: 5 + Item: Strawberry + Rate: 50 + Amount: 4 + - Index: 6 + Item: Apple + Rate: 50 + Amount: 4 + - Index: 7 + Item: Banana + Rate: 50 + Amount: 4 + - Index: 8 + Item: Grape + Rate: 50 + Amount: 4 + - Index: 9 + Item: Lemon + Rate: 50 + Amount: 4 + - Index: 10 + Item: Fruit_Of_Mastela + Rate: 20 + Amount: 2 + - Index: 11 + Item: Yggdrasilberry + Rate: 10 + - Index: 12 + Item: Prickly_Fruit + Rate: 20 + Amount: 2 + - Index: 13 + Item: Prickly_Fruit_ + Rate: 20 + Amount: 2 + - Index: 14 + Item: Mora_Berry + Rate: 5 + - Index: 15 + Item: Mora_Mandarin + Rate: 20 + Amount: 2 - Group: CLOVER_BOX_MOUTH SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 60 UniqueId: true - Group: CLOVER_BOX_MOUTH2 SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 120 UniqueId: true - Group: CLOVER_BOX_MOUTH4 SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 240 UniqueId: true - Group: F_UMBALA_SPIRIT_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Umbala_Spirit + - Index: 0 + Item: Umbala_Spirit Duration: 10080 UniqueId: true - Group: GANYMEDE_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1120 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1190 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1120 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1120 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1118 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1118 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1118 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_Buddhist_Priest_Crown + - Index: 9 + Item: C_Buddhist_Priest_Crown Rate: 165 - - Item: Magical_Ring + - Index: 10 + Item: Magical_Ring Rate: 105 - - Item: Ancient_Elven_Ear_J + - Index: 11 + Item: Ancient_Elven_Ear_J Rate: 105 - - Item: Hero_Cape + - Index: 12 + Item: Hero_Cape Rate: 35 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Phreeoni_Card + - Index: 19 + Item: Phreeoni_Card Rate: 5 Announced: true - - Item: B_Eremes_Card + - Index: 20 + Item: B_Eremes_Card Rate: 1 Announced: true - - Item: B_Seyren_Card + - Index: 21 + Item: B_Seyren_Card Rate: 1 Announced: true - - Item: Berzebub_Card + - Index: 22 + Item: Berzebub_Card Rate: 1 Announced: true - Group: GARNET_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1014 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1014 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1014 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1014 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1014 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1014 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1014 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 440 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 440 Amount: 3 - - Item: Guarantee_Weapon_6Up + - Index: 9 + Item: Guarantee_Weapon_6Up Rate: 300 - - Item: Guarantee_Armor_6Up + - Index: 10 + Item: Guarantee_Armor_6Up Rate: 300 - - Item: Guarantee_Weapon_7Up + - Index: 11 + Item: Guarantee_Weapon_7Up Rate: 250 - - Item: Guarantee_Armor_7Up + - Index: 12 + Item: Guarantee_Armor_7Up Rate: 250 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 200 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 200 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 150 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 150 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Tao_Card + - Index: 19 + Item: Sealed_Tao_Card Rate: 10 Announced: true - - Item: Sealed_Amon_Ra_Card + - Index: 20 + Item: Sealed_Amon_Ra_Card Rate: 10 Announced: true - - Item: Maya_Puple_Card + - Index: 21 + Item: Maya_Puple_Card Rate: 1 Announced: true - - Item: Tao_Gunka_Card + - Index: 22 + Item: Tao_Gunka_Card Rate: 1 Announced: true - Group: GARUDA_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1300 Amount: 5 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1300 - - Item: HE_Battle_Manual + - Index: 2 + Item: HE_Battle_Manual Rate: 1300 Amount: 5 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1222 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1100 - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 1026 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Garuda_Hat + - Index: 9 + Item: Garuda_Hat Rate: 200 Announced: true - - Item: Magic_Stole + - Index: 10 + Item: Magic_Stole Rate: 200 Announced: true - - Item: Boitata_Armor + - Index: 11 + Item: Boitata_Armor Rate: 150 Announced: true - - Item: Amistr_Bag + - Index: 12 + Item: Amistr_Bag Rate: 150 Announced: true - - Item: Wanderer's_Sakkat + - Index: 13 + Item: Wanderer's_Sakkat Rate: 150 Announced: true - - Item: Gyges_Ring + - Index: 14 + Item: Gyges_Ring Rate: 150 UniqueId: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 1 Announced: true - - Item: Sealed_Kiel_Card + - Index: 18 + Item: Sealed_Kiel_Card Rate: 10 Announced: true - - Item: Sealed_Samurai_Card + - Index: 19 + Item: Sealed_Samurai_Card Rate: 10 Announced: true - - Item: Berzebub_Card + - Index: 20 + Item: Berzebub_Card Rate: 1 Announced: true - Group: GEMI_CROWN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Dark_Snake_Lord_Card + - Index: 0 + Item: Dark_Snake_Lord_Card Rate: 1 - - Item: Elven_Ears_ + - Index: 1 + Item: Elven_Ears_ Rate: 2 - - Item: Antique_Pipe + - Index: 2 + Item: Antique_Pipe Rate: 47 - - Item: Neuralizer_Box + - Index: 3 + Item: Neuralizer_Box Rate: 50 - - Item: Gemini_Crown + - Index: 4 + Item: Gemini_Crown Rate: 100 - - Item: Hawkeyes + - Index: 5 + Item: Hawkeyes Rate: 100 - - Item: Bulb_Hairband + - Index: 6 + Item: Bulb_Hairband Rate: 200 - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 500 - - Item: Glass_Of_Illusion_Box5 + - Index: 8 + Item: Glass_Of_Illusion_Box5 Rate: 800 - - Item: Mysterious_Travel_Sack4 + - Index: 9 + Item: Mysterious_Travel_Sack4 Rate: 1300 - - Item: Zeny_Scroll + - Index: 10 + Item: Zeny_Scroll Rate: 1500 Amount: 15 - - Item: Adrenaline_Scroll_Box + - Index: 11 + Item: Adrenaline_Scroll_Box Rate: 1600 - - Item: Lex_Aeterna_Scroll_Box + - Index: 12 + Item: Lex_Aeterna_Scroll_Box Rate: 1800 - - Item: MVP_Hunt_Box + - Index: 13 + Item: MVP_Hunt_Box Rate: 2000 - Group: GEMI_CROWN_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Gemi_Crown_Scroll + - Index: 0 + Item: Gemi_Crown_Scroll Amount: 10 UniqueId: true Stacked: false @@ -9197,40 +15349,55 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Salamander_Card + - Index: 0 + Item: Salamander_Card Rate: 1 - - Item: Freyja_Overcoat + - Index: 1 + Item: Freyja_Overcoat Rate: 1 - - Item: Boy's_Cap_ + - Index: 2 + Item: Boy's_Cap_ Rate: 44 - - Item: Gemini_Diadem + - Index: 3 + Item: Gemini_Diadem Rate: 100 - - Item: Angel_Spirit + - Index: 4 + Item: Angel_Spirit Rate: 100 - - Item: Gang_Scarf + - Index: 5 + Item: Gang_Scarf Rate: 100 - - Item: Hard_Core_Set_Box + - Index: 6 + Item: Hard_Core_Set_Box Rate: 350 - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 500 - - Item: Abrasive_Box10 + - Index: 8 + Item: Abrasive_Box10 Rate: 800 - - Item: Zeny_Scroll + - Index: 9 + Item: Zeny_Scroll Rate: 1100 Amount: 15 - - Item: Meteor_10_Scroll_Box + - Index: 10 + Item: Meteor_10_Scroll_Box Rate: 1500 - - Item: Mysterious_Travel_Sack3 + - Index: 11 + Item: Mysterious_Travel_Sack3 Rate: 1600 - - Item: Wind_Walk_10_Scroll_Box + - Index: 12 + Item: Wind_Walk_10_Scroll_Box Rate: 1800 - - Item: Wrapped_Mask + - Index: 13 + Item: Wrapped_Mask Rate: 2004 - Group: GEMI_DIADEM_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Gemi_Diadem_Scroll + - Index: 0 + Item: Gemi_Diadem_Scroll Amount: 10 UniqueId: true Stacked: false @@ -9238,2284 +15405,3242 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Yellow_Gemstone + - Index: 0 + Item: Yellow_Gemstone Rate: 1 - - Item: Red_Gemstone + - Index: 1 + Item: Red_Gemstone Rate: 1 - - Item: Blue_Gemstone + - Index: 2 + Item: Blue_Gemstone Rate: 1 - Group: GIFTBOX SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOXCHINA SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Honey + - Index: 6 + Item: Honey Rate: 1 - - Item: Leaflet_Of_Hinal + - Index: 7 + Item: Leaflet_Of_Hinal Rate: 1 - - Item: Leaflet_Of_Aloe + - Index: 8 + Item: Leaflet_Of_Aloe Rate: 2 - - Item: Panacea + - Index: 9 + Item: Panacea Rate: 1 - - Item: Royal_Jelly + - Index: 10 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 11 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 12 + Item: Candy_Striper Rate: 1 - - Item: Old_Blue_Box + - Index: 13 + Item: Old_Blue_Box Rate: 40 - - Item: Branch_Of_Dead_Tree + - Index: 14 + Item: Branch_Of_Dead_Tree Rate: 9 - - Item: Anodyne + - Index: 15 + Item: Anodyne Rate: 1 - - Item: Aloebera + - Index: 16 + Item: Aloebera Rate: 1 - - Item: Yggdrasilberry + - Index: 17 + Item: Yggdrasilberry Rate: 1 - - Item: Seed_Of_Yggdrasil + - Index: 18 + Item: Seed_Of_Yggdrasil Rate: 1 - - Item: Leaf_Of_Yggdrasil + - Index: 19 + Item: Leaf_Of_Yggdrasil Rate: 1 - - Item: Portable_Furnace + - Index: 20 + Item: Portable_Furnace Rate: 5 - - Item: Iron_Hammer + - Index: 21 + Item: Iron_Hammer Rate: 1 - - Item: Golden_Hammer + - Index: 22 + Item: Golden_Hammer Rate: 1 - - Item: Oridecon_Hammer + - Index: 23 + Item: Oridecon_Hammer Rate: 1 - - Item: Ora_Ora + - Index: 24 + Item: Ora_Ora Rate: 1 - - Item: Animal_Blood + - Index: 25 + Item: Animal_Blood Rate: 1 - - Item: Hinalle + - Index: 26 + Item: Hinalle Rate: 1 - - Item: Aloe + - Index: 27 + Item: Aloe Rate: 1 - - Item: Four_Leaf_Clover + - Index: 28 + Item: Four_Leaf_Clover Rate: 1 - - Item: Singing_Plant + - Index: 29 + Item: Singing_Plant Rate: 1 - - Item: Ment + - Index: 30 + Item: Ment Rate: 1 - - Item: Illusion_Flower + - Index: 31 + Item: Illusion_Flower Rate: 1 - - Item: Yellow_Gemstone + - Index: 32 + Item: Yellow_Gemstone Rate: 1 - - Item: Red_Gemstone + - Index: 33 + Item: Red_Gemstone Rate: 1 - - Item: Blue_Gemstone + - Index: 34 + Item: Blue_Gemstone Rate: 1 - - Item: Dark_Red_Jewel + - Index: 35 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 36 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 37 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 38 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 39 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 40 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 41 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 42 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 43 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 44 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 45 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 46 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 47 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 48 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 49 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 50 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 51 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 52 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 53 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 54 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 55 + Item: Pencil_Case Rate: 1 - - Item: Stuffed_Doll + - Index: 56 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 57 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 58 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 59 + Item: Spore_Doll Rate: 1 - - Item: Wedding_Bouquet + - Index: 60 + Item: Wedding_Bouquet Rate: 1 - - Item: Crystal_Mirror + - Index: 61 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 62 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 63 + Item: Frozen_Rose Rate: 1 - - Item: Grasshopper_Doll + - Index: 64 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 65 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 66 + Item: Raccoondog_Doll Rate: 1 - - Item: Jellopy + - Index: 67 + Item: Jellopy Rate: 1 - - Item: Garlet + - Index: 68 + Item: Garlet Rate: 1 - - Item: Scell + - Index: 69 + Item: Scell Rate: 1 - - Item: Zargon + - Index: 70 + Item: Zargon Rate: 1 - - Item: Orcish_Voucher + - Index: 71 + Item: Orcish_Voucher Rate: 1 - - Item: Mementos + - Index: 72 + Item: Mementos Rate: 1 - - Item: Voucher_Of_Orcish_Hero + - Index: 73 + Item: Voucher_Of_Orcish_Hero Rate: 1 - - Item: Gold + - Index: 74 + Item: Gold Rate: 1 - - Item: Detrimindexta + - Index: 75 + Item: Detrimindexta Rate: 1 - - Item: Karvodailnirol + - Index: 76 + Item: Karvodailnirol Rate: 1 - - Item: Counteragent + - Index: 77 + Item: Counteragent Rate: 1 - - Item: Mixture + - Index: 78 + Item: Mixture Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 79 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 80 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 81 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 82 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 83 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 84 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 85 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 86 + Item: Black_Dyestuffs Rate: 1 - - Item: Anvil + - Index: 87 + Item: Anvil Rate: 1 - - Item: Oridecon_Anvil + - Index: 88 + Item: Oridecon_Anvil Rate: 1 - - Item: Golden_Anvil + - Index: 89 + Item: Golden_Anvil Rate: 1 - - Item: Emperium_Anvil + - Index: 90 + Item: Emperium_Anvil Rate: 1 - - Item: Boody_Red + - Index: 91 + Item: Boody_Red Rate: 1 - - Item: Crystal_Blue + - Index: 92 + Item: Crystal_Blue Rate: 1 - - Item: Wind_Of_Verdure + - Index: 93 + Item: Wind_Of_Verdure Rate: 1 - - Item: Yellow_Live + - Index: 94 + Item: Yellow_Live Rate: 1 - - Item: Flame_Heart + - Index: 95 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 96 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 97 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 98 + Item: Great_Nature Rate: 1 - - Item: Iron + - Index: 99 + Item: Iron Rate: 1 - - Item: Steel + - Index: 100 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 101 + Item: Star_Crumb Rate: 1 - - Item: Sparkling_Dust + - Index: 102 + Item: Sparkling_Dust Rate: 1 - - Item: Iron_Ore + - Index: 103 + Item: Iron_Ore Rate: 1 - - Item: Coal + - Index: 104 + Item: Coal Rate: 1 - - Item: Patriotism_Marks + - Index: 105 + Item: Patriotism_Marks Rate: 1 - - Item: Hammer_Of_Blacksmith + - Index: 106 + Item: Hammer_Of_Blacksmith Rate: 1 - - Item: Old_Magic_Book + - Index: 107 + Item: Old_Magic_Book Rate: 1 - - Item: Penetration + - Index: 108 + Item: Penetration Rate: 1 - - Item: Frozen_Heart + - Index: 109 + Item: Frozen_Heart Rate: 1 - - Item: Sacred_Marks + - Index: 110 + Item: Sacred_Marks Rate: 1 - - Item: Phracon + - Index: 111 + Item: Phracon Rate: 1 - - Item: Emveretarcon + - Index: 112 + Item: Emveretarcon Rate: 1 - - Item: Booby_Trap + - Index: 113 + Item: Booby_Trap Rate: 1 - - Item: Sword_ + - Index: 114 + Item: Sword_ Rate: 1 - - Item: Falchion_ + - Index: 115 + Item: Falchion_ Rate: 1 - - Item: Blade_ + - Index: 116 + Item: Blade_ Rate: 1 - - Item: Lapier_ + - Index: 117 + Item: Lapier_ Rate: 1 - - Item: Scimiter_ + - Index: 118 + Item: Scimiter_ Rate: 1 - - Item: Katana_ + - Index: 119 + Item: Katana_ Rate: 1 - - Item: Tsurugi_ + - Index: 120 + Item: Tsurugi_ Rate: 1 - - Item: Ring_Pommel_Saber_ + - Index: 121 + Item: Ring_Pommel_Saber_ Rate: 1 - - Item: Saber_ + - Index: 122 + Item: Saber_ Rate: 1 - - Item: Hae_Dong_Gum_ + - Index: 123 + Item: Hae_Dong_Gum_ Rate: 1 - - Item: Flamberge + - Index: 124 + Item: Flamberge Rate: 1 - - Item: Slayer_ + - Index: 125 + Item: Slayer_ Rate: 1 - - Item: Bastard_Sword_ + - Index: 126 + Item: Bastard_Sword_ Rate: 1 - - Item: Two_Hand_Sword_ + - Index: 127 + Item: Two_Hand_Sword_ Rate: 1 - - Item: Broad_Sword_ + - Index: 128 + Item: Broad_Sword_ Rate: 1 - - Item: Claymore + - Index: 129 + Item: Claymore Rate: 1 - - Item: Knife_ + - Index: 130 + Item: Knife_ Rate: 1 - - Item: Cutter_ + - Index: 131 + Item: Cutter_ Rate: 1 - - Item: Main_Gauche_ + - Index: 132 + Item: Main_Gauche_ Rate: 1 - - Item: Dirk_ + - Index: 133 + Item: Dirk_ Rate: 1 - - Item: Dagger_ + - Index: 134 + Item: Dagger_ Rate: 1 - - Item: Stiletto_ + - Index: 135 + Item: Stiletto_ Rate: 1 - - Item: Gladius_ + - Index: 136 + Item: Gladius_ Rate: 1 - - Item: Damascus_ + - Index: 137 + Item: Damascus_ Rate: 1 - - Item: Jur_ + - Index: 138 + Item: Jur_ Rate: 1 - - Item: Katar_ + - Index: 139 + Item: Katar_ Rate: 1 - - Item: Jamadhar_ + - Index: 140 + Item: Jamadhar_ Rate: 1 - - Item: Axe_ + - Index: 141 + Item: Axe_ Rate: 1 - - Item: Battle_Axe_ + - Index: 142 + Item: Battle_Axe_ Rate: 1 - - Item: Hammer_ + - Index: 143 + Item: Hammer_ Rate: 1 - - Item: Buster_ + - Index: 144 + Item: Buster_ Rate: 1 - - Item: Two_Handed_Axe_ + - Index: 145 + Item: Two_Handed_Axe_ Rate: 1 - - Item: Javelin_ + - Index: 146 + Item: Javelin_ Rate: 1 - - Item: Spear_ + - Index: 147 + Item: Spear_ Rate: 1 - - Item: Pike_ + - Index: 148 + Item: Pike_ Rate: 1 - - Item: Lance + - Index: 149 + Item: Lance Rate: 1 - - Item: Guisarme_ + - Index: 150 + Item: Guisarme_ Rate: 1 - - Item: Glaive_ + - Index: 151 + Item: Glaive_ Rate: 1 - - Item: Partizan_ + - Index: 152 + Item: Partizan_ Rate: 1 - - Item: Trident_ + - Index: 153 + Item: Trident_ Rate: 1 - - Item: Halberd_ + - Index: 154 + Item: Halberd_ Rate: 1 - - Item: Club_ + - Index: 155 + Item: Club_ Rate: 1 - - Item: Mace_ + - Index: 156 + Item: Mace_ Rate: 1 - - Item: Smasher_ + - Index: 157 + Item: Smasher_ Rate: 1 - - Item: Flail_ + - Index: 158 + Item: Flail_ Rate: 1 - - Item: Morning_Star_ + - Index: 159 + Item: Morning_Star_ Rate: 1 - - Item: Sword_Mace_ + - Index: 160 + Item: Sword_Mace_ Rate: 1 - - Item: Chain_ + - Index: 161 + Item: Chain_ Rate: 1 - - Item: Book + - Index: 162 + Item: Book Rate: 1 - - Item: Bible + - Index: 163 + Item: Bible Rate: 1 - - Item: Rod_ + - Index: 164 + Item: Rod_ Rate: 1 - - Item: Wand_ + - Index: 165 + Item: Wand_ Rate: 1 - - Item: Staff_ + - Index: 166 + Item: Staff_ Rate: 1 - - Item: Arc_Wand_ + - Index: 167 + Item: Arc_Wand_ Rate: 1 - - Item: Mighty_Staff + - Index: 168 + Item: Mighty_Staff Rate: 1 - - Item: Bow_ + - Index: 169 + Item: Bow_ Rate: 1 - - Item: Composite_Bow_ + - Index: 170 + Item: Composite_Bow_ Rate: 1 - - Item: CrossBow_ + - Index: 171 + Item: CrossBow_ Rate: 1 - - Item: Arbalest + - Index: 172 + Item: Arbalest Rate: 1 - - Item: Kakkung + - Index: 173 + Item: Kakkung Rate: 1 - - Item: Hunter_Bow + - Index: 174 + Item: Hunter_Bow Rate: 1 - - Item: Bow_Of_Roguemaster + - Index: 175 + Item: Bow_Of_Roguemaster Rate: 1 - - Item: Guard_ + - Index: 176 + Item: Guard_ Rate: 1 - - Item: Buckler_ + - Index: 177 + Item: Buckler_ Rate: 1 - - Item: Shield_ + - Index: 178 + Item: Shield_ Rate: 1 - - Item: Mirror_Shield_ + - Index: 179 + Item: Mirror_Shield_ Rate: 1 - - Item: Fancy_Flower + - Index: 180 + Item: Fancy_Flower Rate: 1 - - Item: Ribbon_ + - Index: 181 + Item: Ribbon_ Rate: 1 - - Item: Cat_Hairband + - Index: 182 + Item: Cat_Hairband Rate: 1 - - Item: Flower_Hairband + - Index: 183 + Item: Flower_Hairband Rate: 1 - - Item: Biretta_ + - Index: 184 + Item: Biretta_ Rate: 1 - - Item: Hat_ + - Index: 185 + Item: Hat_ Rate: 1 - - Item: Turban_ + - Index: 186 + Item: Turban_ Rate: 1 - - Item: Goggle_ + - Index: 187 + Item: Goggle_ Rate: 1 - - Item: Cap_ + - Index: 188 + Item: Cap_ Rate: 1 - - Item: Helm_ + - Index: 189 + Item: Helm_ Rate: 1 - - Item: Gemmed_Sallet_ + - Index: 190 + Item: Gemmed_Sallet_ Rate: 1 - - Item: Circlet_ + - Index: 191 + Item: Circlet_ Rate: 1 - - Item: Santa's_Hat + - Index: 192 + Item: Santa's_Hat Rate: 1 - - Item: Big_Sis'_Ribbon + - Index: 193 + Item: Big_Sis'_Ribbon Rate: 1 - - Item: Coronet + - Index: 194 + Item: Coronet Rate: 1 - - Item: Fillet + - Index: 195 + Item: Fillet Rate: 1 - - Item: Snowy_Horn + - Index: 196 + Item: Snowy_Horn Rate: 1 - - Item: Sharp_Gear + - Index: 197 + Item: Sharp_Gear Rate: 1 - - Item: Pierrot_Nose + - Index: 198 + Item: Pierrot_Nose Rate: 1 - - Item: Gangster_Patch + - Index: 199 + Item: Gangster_Patch Rate: 1 - - Item: Ganster_Mask + - Index: 200 + Item: Ganster_Mask Rate: 1 - - Item: Centimental_Flower + - Index: 201 + Item: Centimental_Flower Rate: 1 - - Item: Centimental_Leaf + - Index: 202 + Item: Centimental_Leaf Rate: 1 - - Item: Jack_A_Dandy + - Index: 203 + Item: Jack_A_Dandy Rate: 1 - - Item: Stop_Post + - Index: 204 + Item: Stop_Post Rate: 1 - - Item: Doctor_Cap + - Index: 205 + Item: Doctor_Cap Rate: 1 - - Item: Red_Bandana + - Index: 206 + Item: Red_Bandana Rate: 1 - - Item: Eagle_Eyes + - Index: 207 + Item: Eagle_Eyes Rate: 1 - - Item: Bomb_Wick + - Index: 208 + Item: Bomb_Wick Rate: 1 - - Item: Antler + - Index: 209 + Item: Antler Rate: 1 - - Item: Pirate_Bandana + - Index: 210 + Item: Pirate_Bandana Rate: 1 - - Item: Poo_Poo_Hat + - Index: 211 + Item: Poo_Poo_Hat Rate: 1 - - Item: Funeral_Costume + - Index: 212 + Item: Funeral_Costume Rate: 1 - - Item: Masquerade + - Index: 213 + Item: Masquerade Rate: 1 - - Item: Pretend_Murdered + - Index: 214 + Item: Pretend_Murdered Rate: 1 - - Item: Star_Dust + - Index: 215 + Item: Star_Dust Rate: 1 - - Item: Blinker + - Index: 216 + Item: Blinker Rate: 1 - - Item: Binoculars + - Index: 217 + Item: Binoculars Rate: 1 - - Item: Green_Feeler + - Index: 218 + Item: Green_Feeler Rate: 1 - - Item: Viking_Helm + - Index: 219 + Item: Viking_Helm Rate: 1 - - Item: Cotton_Shirt_ + - Index: 220 + Item: Cotton_Shirt_ Rate: 1 - - Item: Leather_Jacket_ + - Index: 221 + Item: Leather_Jacket_ Rate: 1 - - Item: Adventurere's_Suit_ + - Index: 222 + Item: Adventurere's_Suit_ Rate: 1 - - Item: Mantle_ + - Index: 223 + Item: Mantle_ Rate: 1 - - Item: Coat_ + - Index: 224 + Item: Coat_ Rate: 1 - - Item: Mink_Coat + - Index: 225 + Item: Mink_Coat Rate: 1 - - Item: Padded_Armor_ + - Index: 226 + Item: Padded_Armor_ Rate: 1 - - Item: Chain_Mail_ + - Index: 227 + Item: Chain_Mail_ Rate: 1 - - Item: Plate_Armor_ + - Index: 228 + Item: Plate_Armor_ Rate: 1 - - Item: Silk_Robe_ + - Index: 229 + Item: Silk_Robe_ Rate: 1 - - Item: Scapulare_ + - Index: 230 + Item: Scapulare_ Rate: 1 - - Item: Saint_Robe_ + - Index: 231 + Item: Saint_Robe_ Rate: 1 - - Item: Wooden_Mail_ + - Index: 232 + Item: Wooden_Mail_ Rate: 1 - - Item: Tights_ + - Index: 233 + Item: Tights_ Rate: 1 - - Item: Silver_Robe_ + - Index: 234 + Item: Silver_Robe_ Rate: 1 - - Item: Thief_Clothes_ + - Index: 235 + Item: Thief_Clothes_ Rate: 1 - - Item: Ninja_Suit + - Index: 236 + Item: Ninja_Suit Rate: 1 - - Item: G_Strings + - Index: 237 + Item: G_Strings Rate: 1 - - Item: Sandals_ + - Index: 238 + Item: Sandals_ Rate: 1 - - Item: Shoes_ + - Index: 239 + Item: Shoes_ Rate: 1 - - Item: Chrystal_Pumps + - Index: 240 + Item: Chrystal_Pumps Rate: 1 - - Item: Cuffs + - Index: 241 + Item: Cuffs Rate: 1 - - Item: Spiky_Heel + - Index: 242 + Item: Spiky_Heel Rate: 1 - - Item: Hood_ + - Index: 243 + Item: Hood_ Rate: 1 - - Item: Muffler_ + - Index: 244 + Item: Muffler_ Rate: 1 - - Item: Manteau_ + - Index: 245 + Item: Manteau_ Rate: 1 - - Item: Cape_Of_Ancient_Lord + - Index: 246 + Item: Cape_Of_Ancient_Lord Rate: 1 - - Item: Ragamuffin_Cape + - Index: 247 + Item: Ragamuffin_Cape Rate: 1 - - Item: Ring + - Index: 248 + Item: Ring Rate: 1 - - Item: Earring + - Index: 249 + Item: Earring Rate: 1 - - Item: Necklace + - Index: 250 + Item: Necklace Rate: 1 - - Item: Glove + - Index: 251 + Item: Glove Rate: 1 - - Item: Brooch + - Index: 252 + Item: Brooch Rate: 1 - - Item: Clip + - Index: 253 + Item: Clip Rate: 1 - - Item: Rosary + - Index: 254 + Item: Rosary Rate: 1 - - Item: Skul_Ring + - Index: 255 + Item: Skul_Ring Rate: 1 - - Item: Gold_Ring + - Index: 256 + Item: Gold_Ring Rate: 1 - - Item: Silver_Ring + - Index: 257 + Item: Silver_Ring Rate: 1 - - Item: Flower_Ring + - Index: 258 + Item: Flower_Ring Rate: 1 - - Item: Diamond_Ring + - Index: 259 + Item: Diamond_Ring Rate: 1 - - Item: Safety_Helmet + - Index: 260 + Item: Safety_Helmet Rate: 1 - - Item: Indian_Hair_Piece + - Index: 261 + Item: Indian_Hair_Piece Rate: 1 - - Item: Fin_Helm + - Index: 262 + Item: Fin_Helm Rate: 1 - - Item: Egg_Shell + - Index: 263 + Item: Egg_Shell Rate: 2 - Group: GIFTBOX_1 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOX_2 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOX_3 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFTBOX_4 SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 1 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 1 - - Item: Royal_Jelly + - Index: 6 + Item: Royal_Jelly Rate: 1 - - Item: Candy + - Index: 7 + Item: Candy Rate: 1 - - Item: Candy_Striper + - Index: 8 + Item: Candy_Striper Rate: 1 - - Item: Pet_Food + - Index: 9 + Item: Pet_Food Rate: 1 - - Item: Well_Baked_Cookie + - Index: 10 + Item: Well_Baked_Cookie Rate: 1 - - Item: Piece_Of_Cake + - Index: 11 + Item: Piece_Of_Cake Rate: 1 - - Item: Old_Violet_Box + - Index: 12 + Item: Old_Violet_Box Rate: 1 - - Item: Gift_Box + - Index: 13 + Item: Gift_Box Rate: 19 - - Item: Four_Leaf_Clover + - Index: 14 + Item: Four_Leaf_Clover Rate: 1 - - Item: Dark_Red_Jewel + - Index: 15 + Item: Dark_Red_Jewel Rate: 1 - - Item: Violet_Jewel + - Index: 16 + Item: Violet_Jewel Rate: 1 - - Item: Skyblue_Jewel + - Index: 17 + Item: Skyblue_Jewel Rate: 1 - - Item: Azure_Jewel + - Index: 18 + Item: Azure_Jewel Rate: 1 - - Item: Scarlet_Jewel + - Index: 19 + Item: Scarlet_Jewel Rate: 1 - - Item: Cardinal_Jewel + - Index: 20 + Item: Cardinal_Jewel Rate: 1 - - Item: Cardinal_Jewel_ + - Index: 21 + Item: Cardinal_Jewel_ Rate: 1 - - Item: Red_Jewel + - Index: 22 + Item: Red_Jewel Rate: 1 - - Item: Blue_Jewel + - Index: 23 + Item: Blue_Jewel Rate: 1 - - Item: White_Jewel + - Index: 24 + Item: White_Jewel Rate: 1 - - Item: Golden_Jewel + - Index: 25 + Item: Golden_Jewel Rate: 1 - - Item: Bluish_Green_Jewel + - Index: 26 + Item: Bluish_Green_Jewel Rate: 1 - - Item: Crystal_Jewel + - Index: 27 + Item: Crystal_Jewel Rate: 1 - - Item: Crystal_Jewel_ + - Index: 28 + Item: Crystal_Jewel_ Rate: 1 - - Item: Crystal_Jewel__ + - Index: 29 + Item: Crystal_Jewel__ Rate: 1 - - Item: Crystal_Jewel___ + - Index: 30 + Item: Crystal_Jewel___ Rate: 1 - - Item: Red_Frame + - Index: 31 + Item: Red_Frame Rate: 1 - - Item: Blue_Porcelain + - Index: 32 + Item: Blue_Porcelain Rate: 1 - - Item: White_Platter + - Index: 33 + Item: White_Platter Rate: 1 - - Item: Black_Ladle + - Index: 34 + Item: Black_Ladle Rate: 1 - - Item: Pencil_Case + - Index: 35 + Item: Pencil_Case Rate: 1 - - Item: Rouge + - Index: 36 + Item: Rouge Rate: 1 - - Item: Stuffed_Doll + - Index: 37 + Item: Stuffed_Doll Rate: 1 - - Item: Poring_Doll + - Index: 38 + Item: Poring_Doll Rate: 1 - - Item: Chonchon_Doll + - Index: 39 + Item: Chonchon_Doll Rate: 1 - - Item: Spore_Doll + - Index: 40 + Item: Spore_Doll Rate: 1 - - Item: Bunch_Of_Flowers + - Index: 41 + Item: Bunch_Of_Flowers Rate: 1 - - Item: Wedding_Bouquet + - Index: 42 + Item: Wedding_Bouquet Rate: 1 - - Item: Glass_Bead + - Index: 43 + Item: Glass_Bead Rate: 1 - - Item: Crystal_Mirror + - Index: 44 + Item: Crystal_Mirror Rate: 1 - - Item: Witherless_Rose + - Index: 45 + Item: Witherless_Rose Rate: 1 - - Item: Frozen_Rose + - Index: 46 + Item: Frozen_Rose Rate: 1 - - Item: Baphomet_Doll + - Index: 47 + Item: Baphomet_Doll Rate: 1 - - Item: Osiris_Doll + - Index: 48 + Item: Osiris_Doll Rate: 1 - - Item: Grasshopper_Doll + - Index: 49 + Item: Grasshopper_Doll Rate: 1 - - Item: Monkey_Doll + - Index: 50 + Item: Monkey_Doll Rate: 1 - - Item: Raccoondog_Doll + - Index: 51 + Item: Raccoondog_Doll Rate: 1 - - Item: Gold + - Index: 52 + Item: Gold Rate: 1 - - Item: Scarlet_Dyestuffs + - Index: 53 + Item: Scarlet_Dyestuffs Rate: 1 - - Item: Lemon_Dyestuffs + - Index: 54 + Item: Lemon_Dyestuffs Rate: 1 - - Item: Cobaltblue_Dyestuffs + - Index: 55 + Item: Cobaltblue_Dyestuffs Rate: 1 - - Item: Darkgreen_Dyestuffs + - Index: 56 + Item: Darkgreen_Dyestuffs Rate: 1 - - Item: Orange_Dyestuffs + - Index: 57 + Item: Orange_Dyestuffs Rate: 1 - - Item: Violet_Dyestuffs + - Index: 58 + Item: Violet_Dyestuffs Rate: 1 - - Item: White_Dyestuffs + - Index: 59 + Item: White_Dyestuffs Rate: 1 - - Item: Black_Dyestuffs + - Index: 60 + Item: Black_Dyestuffs Rate: 1 - - Item: Flame_Heart + - Index: 61 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 62 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 63 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 64 + Item: Great_Nature Rate: 1 - - Item: Steel + - Index: 65 + Item: Steel Rate: 1 - - Item: Star_Crumb + - Index: 66 + Item: Star_Crumb Rate: 1 - - Item: Girl's_Diary + - Index: 67 + Item: Girl's_Diary Rate: 1 - - Item: Poring__Card + - Index: 68 + Item: Poring__Card Rate: 1 - - Item: Red_Socks_With_Holes + - Index: 69 + Item: Red_Socks_With_Holes Rate: 1 - Group: GIFT_BUFF_SET SubGroups: - SubGroup: 0 List: - - Item: Small_Life_Potion + - Index: 0 + Item: E_Small_Life_Potion Amount: 5 - - Item: Blessing_10_Scroll + - Index: 1 + Item: E_Blessing_10_Scroll Amount: 5 - - Item: Inc_Agi_10_Scroll + - Index: 2 + Item: E_Inc_Agi_10_Scroll Amount: 5 - - Item: Str_Dish10 + - SubGroup: 2 + List: + - Index: 0 + Item: E_Vit_Dish10_ + Rate: 10 Amount: 2 - - Item: Int_Dish10 + - Index: 1 + Item: E_Str_Dish10_ + Rate: 10 Amount: 2 - - Item: Vit_Dish10 + - Index: 2 + Item: E_Agi_Dish10_ + Rate: 10 Amount: 2 - - Item: Agi_Dish10 + - Index: 3 + Item: E_Int_Dish10_ + Rate: 10 Amount: 2 - - Item: Dex_Dish10 + - Index: 4 + Item: E_Dex_Dish10_ + Rate: 10 Amount: 2 - - Item: Luk_Dish10 + - Index: 5 + Item: E_Luk_Dish10_ + Rate: 10 Amount: 2 - Group: GIFT_BUNDLE SubGroups: - SubGroup: 0 List: - - Item: White_Slim_Potion - Amount: 30 - - Item: Seed_Of_Yggdrasil - Amount: 30 - - Item: GM_Handwriting + - Index: 0 + Item: White_Slim_Potion Amount: 30 + - Index: 1 + Item: Seed_Of_Yggdrasil + Amount: 2 + - Index: 2 + Item: GM_Handwriting - Group: GLORY_FB_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Glory_FB_Hat + - Index: 0 + Item: Glory_FB_Hat Duration: 1440 - Group: GLOVE_BOX SubGroups: - SubGroup: 0 List: - - Item: Glove_C + - Index: 0 + Item: Glove_C Duration: 10080 UniqueId: true - Group: GM_WARP_BOX SubGroups: - SubGroup: 1 List: - - Item: Wing_Of_Fly + - Index: 0 + Item: Wing_Of_Fly Rate: 155 Amount: 3 - - Item: Wing_Of_Butterfly + - Index: 1 + Item: Wing_Of_Butterfly Rate: 155 Amount: 3 - - Item: Warp_Free_Ticket + - Index: 2 + Item: Warp_Free_Ticket Rate: 150 Amount: 3 - - Item: WOB_Rune + - Index: 3 + Item: WOB_Rune Rate: 140 Amount: 3 - - Item: WOB_Schwaltz + - Index: 4 + Item: WOB_Schwaltz Rate: 140 Amount: 3 - - Item: WOB_Rachel + - Index: 5 + Item: WOB_Rachel Rate: 130 Amount: 3 - - Item: WOB_Local + - Index: 6 + Item: WOB_Local Rate: 130 Amount: 3 - Group: GOD_MATERIAL_BOX SubGroups: - SubGroup: 1 List: - - Item: Jewel_Of_Prayer + - Index: 0 + Item: Jewel_Of_Prayer Rate: 5 - - Item: Iron_Glove + - Index: 1 + Item: Iron_Glove Rate: 5 - - Item: Iron_Maiden + - Index: 2 + Item: Iron_Maiden Rate: 5 - - Item: Mystery_Wheel + - Index: 3 + Item: Mystery_Wheel Rate: 5 - - Item: Silver_Fancy + - Index: 4 + Item: Silver_Fancy Rate: 5 - - Item: Anger_Of_Valkurye + - Index: 5 + Item: Anger_Of_Valkurye Rate: 5 - - Item: Feather_Of_Angel + - Index: 6 + Item: Feather_Of_Angel Rate: 5 - - Item: Foot_Step_Of_Cat + - Index: 7 + Item: Foot_Step_Of_Cat Rate: 5 - - Item: Beard_Of_Women + - Index: 8 + Item: Beard_Of_Women Rate: 5 - - Item: Root_Of_Stone + - Index: 9 + Item: Root_Of_Stone Rate: 5 - - Item: Soul_Of_Fish + - Index: 10 + Item: Soul_Of_Fish Rate: 5 - - Item: Saliva_Of_Bird + - Index: 11 + Item: Saliva_Of_Bird Rate: 5 - - Item: Tendon_Of_Bear + - Index: 12 + Item: Tendon_Of_Bear Rate: 5 - - Item: Symbol_Of_Sun + - Index: 13 + Item: Symbol_Of_Sun Rate: 5 - - Item: Breath_Of_Soul + - Index: 14 + Item: Breath_Of_Soul Rate: 5 - - Item: Crystal_Of_Snow + - Index: 15 + Item: Crystal_Of_Snow Rate: 5 - - Item: Indication_Of_Tempest + - Index: 16 + Item: Indication_Of_Tempest Rate: 5 - - Item: Slilince_Wave + - Index: 17 + Item: Slilince_Wave Rate: 5 - - Item: Rough_Billows + - Index: 18 + Item: Rough_Billows Rate: 5 - - Item: Air_Stream + - Index: 19 + Item: Air_Stream Rate: 5 - Group: GOOD_STUDENT_GIFT_BOX SubGroups: - SubGroup: 0 List: - - Item: Adv_Angel_School_Cap - - Item: Red_Pencil_In_Mouth - - Item: School_Uniform - - Item: Songpyun_Box50 - - Item: Insurance + - Index: 0 + Item: Adv_Angel_School_Cap + - Index: 1 + Item: Red_Pencil_In_Mouth + - Index: 2 + Item: School_Uniform + - Index: 3 + Item: Songpyun_Box50 + - Index: 4 + Item: Insurance Amount: 5 - Group: GREENBOX SubGroups: - SubGroup: 1 List: - - Item: Chocolate_Drink + - Index: 0 + Item: Chocolate_Drink Rate: 100 - - Item: Yggdrasilberry + - Index: 1 + Item: Yggdrasilberry Rate: 99 - - Item: Seed_Of_Yggdrasil + - Index: 2 + Item: Seed_Of_Yggdrasil Rate: 100 - - Item: Puppy_Hat + - Index: 3 + Item: Puppy_Hat Rate: 1 - - Item: Fire_Cracker + - Index: 4 + Item: Fire_Cracker Rate: 100 - - Item: Str_Dish10 + - Index: 5 + Item: Str_Dish10 Rate: 100 - - Item: Int_Dish10 + - Index: 6 + Item: Int_Dish10 Rate: 100 - - Item: Vit_Dish10 + - Index: 7 + Item: Vit_Dish10 Rate: 100 - - Item: Agi_Dish10 + - Index: 8 + Item: Agi_Dish10 Rate: 100 - - Item: Dex_Dish10 + - Index: 9 + Item: Dex_Dish10 Rate: 100 - - Item: Luk_Dish10 + - Index: 10 + Item: Luk_Dish10 Rate: 100 - Group: HAIRTAIL_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Hairtail + - Index: 0 + Item: Hairtail Duration: 60 - Group: HAIRTAIL_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Hairtail + - Index: 0 + Item: Hairtail Duration: 10080 - Group: HALLOWEEN_G_BOX SubGroups: - SubGroup: 1 List: - - Item: Immortal_Heart - Rate: 1 - Amount: 30 - - Item: Starsand_Of_Witch - Rate: 1 - Amount: 30 - - Item: Empty_Bottle - Rate: 1 - Amount: 30 - - Item: Alchol - Rate: 1 - Amount: 30 - - Item: Karvodailnirol - Rate: 1 - Amount: 30 - - Item: Transparent_Cloth - Rate: 1 - Amount: 30 - - Item: Stem - Rate: 1 - Amount: 30 - - Item: Poison_Spore - Rate: 1 - Amount: 30 - - Item: Speed_Up_Potion - Rate: 1 - Amount: 5 - - Item: Chocolate - Rate: 1 - Amount: 5 - - Item: Guarana_Candy - Rate: 1 - Amount: 5 - - Item: Seed_Of_Yggdrasil - Rate: 1 - Amount: 5 - - Item: Old_Blue_Box - Rate: 1 - - Item: Old_Card_Album - Rate: 1 - - Item: Old_Violet_Box - Rate: 1 + - Index: 0 + Item: Pumpkin + Rate: 500 + Amount: 2 + - Index: 1 + Item: Pumpkin_Cake + Rate: 100 + Amount: 2 + - Index: 2 + Item: Pumpkin_Pie + Rate: 100 + Amount: 2 + - Index: 3 + Item: Candy + Rate: 500 + Amount: 3 + - Index: 4 + Item: Candy_Striper + Rate: 500 + Amount: 2 + - Index: 5 + Item: Guarana_Candy + Rate: 500 + Amount: 2 + - Index: 6 + Item: Piece_Of_Cake + Rate: 500 + Amount: 3 + - Index: 7 + Item: C_Gloomy_Pumpkin_Hat + Rate: 50 + - Index: 8 + Item: C_Cube_Mask_ + Rate: 30 + - Index: 9 + Item: C_Lude_Mask + Rate: 30 + - Index: 10 + Item: C_Witchs_Hat + Rate: 5 + - Index: 11 + Item: C_Adv_Whisper_Mask + Rate: 5 - Group: HALLOW_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Hallow_Ring + - Index: 0 + Item: Hallow_Ring Duration: 10080 UniqueId: true - Group: HALLO_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Witchs_Hat + - Index: 0 + Item: Witchs_Hat Rate: 50 - - Item: Red_Deviruchi_Cap + - Index: 1 + Item: Red_Deviruchi_Cap Rate: 350 - - Item: Insurance_Package + - Index: 2 + Item: Insurance_Package Rate: 1350 - - Item: Charm_Of_Happiness + - Index: 3 + Item: Charm_Of_Happiness Rate: 1350 - - Item: Magic_Card_Album + - Index: 4 + Item: Magic_Card_Album Rate: 220 - - Item: Holy_Celestial_Axe_Box + - Index: 5 + Item: Holy_Celestial_Axe_Box Rate: 330 - - Item: Glass_Of_Illusion_Box5 + - Index: 6 + Item: Glass_Of_Illusion_Box5 Rate: 1350 - - Item: Shadow_Armor_S_Box30 + - Index: 7 + Item: Shadow_Armor_S_Box30 Rate: 600 - - Item: Alice_Scroll + - Index: 8 + Item: Alice_Scroll Rate: 1350 Amount: 5 - - Item: Ticket_Loli_Ruri + - Index: 9 + Item: Ticket_Loli_Ruri Rate: 1350 - - Item: Teddy_Bear_Card + - Index: 10 + Item: Teddy_Bear_Card Rate: 10 - - Item: Hallow_Ring_Box + - Index: 11 + Item: Hallow_Ring_Box Rate: 1300 - - Item: Zherlthsh_Mask + - Index: 12 + Item: Zherlthsh_Mask Rate: 140 - - Item: HE_Battle_Manual + - Index: 13 + Item: HE_Battle_Manual Rate: 150 - - Item: Zeny_Scroll + - Index: 14 + Item: Zeny_Scroll Rate: 100 Amount: 30 - Group: HAPPY_TIME_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 2 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 3 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 4 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 6 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 7 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Bakonawa_Tattoo + - Index: 8 + Item: Bakonawa_Tattoo Rate: 20 Announced: true - - Item: RTC_2nd_Headgear + - Index: 9 + Item: RTC_2nd_Headgear Rate: 50 Announced: true - - Item: Fallen_Angel_Wing + - Index: 10 + Item: Fallen_Angel_Wing Rate: 130 Announced: true - - Item: Archangel_Wing + - Index: 11 + Item: Archangel_Wing Rate: 110 Announced: true - - Item: Alicel_Drooping_Doll + - Index: 12 + Item: Alicel_Drooping_Doll Rate: 150 Announced: true - - Item: Boitata_Armor + - Index: 13 + Item: Boitata_Armor Rate: 30 - - Item: Observer + - Index: 14 + Item: Observer Rate: 359 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Orc_Hero_Card + - Index: 19 + Item: Sealed_Orc_Hero_Card Rate: 10 Announced: true - - Item: Sealed_Kiel_Card + - Index: 20 + Item: Sealed_Kiel_Card Rate: 10 Announced: true - - Item: Randgris_Card + - Index: 21 + Item: Randgris_Card Rate: 1 Announced: true - Group: HARD_CORE_SET_BOX SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 10 UniqueId: true - - Item: Bubble_Gum + - Index: 1 + Item: Bubble_Gum Amount: 10 UniqueId: true - - Item: Insurance + - Index: 2 + Item: Insurance Amount: 10 UniqueId: true - Group: HEART_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Orleans_Glove + - Index: 0 + Item: Orleans_Glove Rate: 5 UniqueId: true - - Item: Wool_Scarf + - Index: 1 + Item: Wool_Scarf Rate: 5 UniqueId: true - - Item: Red_Glasses + - Index: 2 + Item: Red_Glasses Rate: 15 UniqueId: true - - Item: Str_Dish08 + - Index: 3 + Item: Str_Dish08 Rate: 200 Amount: 7 UniqueId: true - - Item: Vit_Dish10 + - Index: 4 + Item: Vit_Dish10 Rate: 200 Amount: 5 UniqueId: true - - Item: Spiritual_Ring + - Index: 5 + Item: Spiritual_Ring Rate: 1 UniqueId: true - - Item: Agi_Dish09 + - Index: 6 + Item: Agi_Dish09 Rate: 200 Amount: 5 UniqueId: true - - Item: Scarf_Belt + - Index: 7 + Item: Scarf_Belt Rate: 40 UniqueId: true - - Item: Lesser_Elemental_Ring + - Index: 8 + Item: Lesser_Elemental_Ring Rate: 5 UniqueId: true - - Item: Luk_Dish07 + - Index: 9 + Item: Luk_Dish07 Rate: 200 Amount: 8 UniqueId: true - - Item: Lion_Mask + - Index: 10 + Item: Lion_Mask Rate: 20 UniqueId: true - - Item: Fur_Hat + - Index: 11 + Item: Fur_Hat Rate: 20 UniqueId: true - - Item: Ulle_Cap + - Index: 12 + Item: Ulle_Cap Rate: 20 UniqueId: true - - Item: Valkyrie_Feather_Band + - Index: 13 + Item: Valkyrie_Feather_Band Rate: 4 UniqueId: true - - Item: Winter_Hat + - Index: 14 + Item: Winter_Hat Rate: 20 UniqueId: true - - Item: Ear_Mufs + - Index: 15 + Item: Chullos Rate: 45 UniqueId: true - Group: HEAVEN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Yggdrasilberry_Box_ + - Index: 0 + Item: Yggdrasilberry_Box_ Rate: 1200 - - Item: Max_Weight_Up_Box + - Index: 1 + Item: Max_Weight_Up_Box Rate: 280 - - Item: SP_Increase_PotionL + - Index: 2 + Item: SP_Increase_PotionL Rate: 1200 Amount: 30 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 850 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Accuracy_30_Scroll + - Index: 5 + Item: Accuracy_30_Scroll Rate: 1200 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 6 + Item: Bubble_Gum_Box Rate: 1075 - - Item: Enriched_Elunium_Box + - Index: 7 + Item: Enriched_Elunium_Box Rate: 200 - - Item: Enriched_Oridecon_Box + - Index: 8 + Item: Enriched_Oridecon_Box Rate: 200 - - Item: Convex_Mirror_Box + - Index: 9 + Item: Convex_Mirror_Box Rate: 896 - - Item: Spark_Candy_Box10 + - Index: 10 + Item: Spark_Candy_Box10 Rate: 1200 - - Item: Tw_Frog_Hat + - Index: 11 + Item: Tw_Frog_Hat Rate: 150 Announced: true - - Item: Carrot_In_Mouth + - Index: 12 + Item: Carrot_In_Mouth Rate: 78 Announced: true - - Item: Puppy_Ears_Hat + - Index: 13 + Item: Puppy_Ears_Hat Rate: 100 Announced: true - - Item: Powder_Snow_Box + - Index: 14 + Item: Powder_Snow_Box Rate: 1 Announced: true - - Item: Sealed_B_Shecil_Card + - Index: 15 + Item: Sealed_B_Shecil_Card Rate: 15 Announced: true - - Item: Sealed_Apocalips_H_Card + - Index: 16 + Item: Sealed_Apocalips_H_Card Rate: 5 Announced: true - - Item: Green_Apple_Hat + - Index: 17 + Item: Green_Apple_Hat Rate: 150 Announced: true - - Item: Enchant_Book + - Index: 18 + Item: Enchant_Book Rate: 100 Announced: true - Group: HEN_SET_BOX SubGroups: - SubGroup: 0 List: - - Item: Chicken_Beak - - Item: Cocks_Comb + - Index: 0 + Item: Chicken_Beak + - Index: 1 + Item: Cocks_Comb - Group: HERB SubGroups: - SubGroup: 1 List: - - Item: Red_Herb + - Index: 0 + Item: Red_Herb Rate: 1 - - Item: Yellow_Herb + - Index: 1 + Item: Yellow_Herb Rate: 1 - - Item: White_Herb + - Index: 2 + Item: White_Herb Rate: 1 - Group: HERO_MIDGARD_EGG SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 - - Item: Garuda_Hat + - Index: 9 + Item: Garuda_Hat Rate: 150 Announced: true - - Item: Linguistic_Book_Cap + - Index: 10 + Item: Linguistic_Book_Cap Rate: 150 Announced: true - - Item: Bubble_Gum_In_Mouth + - Index: 11 + Item: Bubble_Gum_In_Mouth Rate: 100 Announced: true - - Item: Idn_Sakkat + - Index: 12 + Item: Idn_Sakkat Rate: 109 Announced: true - - Item: Filir_Wing + - Index: 13 + Item: Filir_Wing Rate: 150 Announced: true - - Item: Valkyrie_Circlet + - Index: 14 + Item: Valkyrie_Circlet Rate: 30 Announced: true - - Item: Rose_Cascade + - Index: 15 + Item: Rose_Cascade Rate: 159 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 17 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 18 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 19 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Berz_Card + - Index: 20 + Item: Sealed_Berz_Card Rate: 10 Announced: true - - Item: Sealed_F_Bishop_Card + - Index: 21 + Item: Sealed_F_Bishop_Card Rate: 10 Announced: true - - Item: Randgris_Card + - Index: 22 + Item: Randgris_Card Rate: 1 Announced: true - - Item: Incant_Samurai_Card + - Index: 23 + Item: Incant_Samurai_Card Rate: 1 Announced: true - Group: HIGH_COIN_POCKET SubGroups: - SubGroup: 1 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 600 - - Item: Sapa_Feat_Cert + - Index: 1 + Item: Sapa_Feat_Cert Rate: 300 - - Item: Agrade_Coin + - Index: 2 + Item: Agrade_Coin Rate: 100 - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 600 - - Item: Mora_Coin + - Index: 1 + Item: Mora_Coin Rate: 200 - - Item: Bgrade_Coin + - Index: 2 + Item: Bgrade_Coin Rate: 200 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 500 - - Item: Sapa_Feat_Cert + - Index: 1 + Item: Sapa_Feat_Cert Rate: 300 - - Item: Cgrade_Coin + - Index: 2 + Item: Cgrade_Coin Rate: 200 - SubGroup: 4 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 500 - - Item: Mora_Coin + - Index: 1 + Item: Mora_Coin Rate: 300 - - Item: Dgrade_Coin + - Index: 2 + Item: Dgrade_Coin Rate: 200 - Group: HOLY_EGG_2 SubGroups: - SubGroup: 1 List: - - Item: Oridecon + - Index: 0 + Item: Oridecon Rate: 4 - - Item: Elunium + - Index: 1 + Item: Elunium Rate: 10 - - Item: White_Slim_Potion + - Index: 2 + Item: White_Slim_Potion Rate: 30 - - Item: Blue_Potion + - Index: 3 + Item: Blue_Potion Rate: 30 - - Item: Yggdrasilberry + - Index: 4 + Item: Yggdrasilberry Rate: 3 - - Item: Seed_Of_Yggdrasil + - Index: 5 + Item: Seed_Of_Yggdrasil Rate: 2 - - Item: Leaf_Of_Yggdrasil + - Index: 6 + Item: Leaf_Of_Yggdrasil Rate: 15 - - Item: Old_Card_Album + - Index: 7 + Item: Old_Card_Album Rate: 5 - - Item: Drooping_Bunny + - Index: 8 + Item: Drooping_Bunny Rate: 1 - Group: HOLY_SPIRIT_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Agi_Dish_Box + - Index: 0 + Item: Agi_Dish_Box Rate: 1300 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1300 - - Item: HE_Battle_Manual + - Index: 2 + Item: HE_Battle_Manual Rate: 1300 Amount: 5 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1200 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1150 - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 1076 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 200 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 225 - - Item: Shaving_Cream + - Index: 9 + Item: Shaving_Cream Rate: 225 - - Item: Teardrop + - Index: 10 + Item: Teardrop Rate: 225 - - Item: Velum_Bible + - Index: 11 + Item: Velum_Bible Rate: 150 - - Item: Gungnir_ + - Index: 12 + Item: Gungnir_ Rate: 175 - - Item: Giant_Shield + - Index: 13 + Item: Giant_Shield Rate: 200 - - Item: Full_Moon + - Index: 14 + Item: Full_Moon Rate: 150 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 10 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 10 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 1 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 1 Announced: true - - Item: Upd_Maya_Puple_Card + - Index: 19 + Item: Upd_Maya_Puple_Card Rate: 1 Announced: true - - Item: Fallen_Bishop_Card + - Index: 20 + Item: Fallen_Bishop_Card Rate: 1 Announced: true - Group: HOMETOWNGIFT SubGroups: - SubGroup: 1 List: - - Item: Korea_Rice_Cake + - Index: 0 + Item: Korea_Rice_Cake Rate: 1 - - Item: Sesame_Pastry + - Index: 1 + Item: Sesame_Pastry Rate: 1 - - Item: Honey_Pastry + - Index: 2 + Item: Honey_Pastry Rate: 1 - - Item: Rainbow_Cake + - Index: 3 + Item: Rainbow_Cake Rate: 1 - - Item: Plain_Rice_Cake + - Index: 4 + Item: Plain_Rice_Cake Rate: 1 - - Item: Hearty_Rice_Cake + - Index: 5 + Item: Hearty_Rice_Cake Rate: 1 - - Item: Salty_Rice_Cake + - Index: 6 + Item: Salty_Rice_Cake Rate: 1 - - Item: Lucky_Rice_Cake + - Index: 7 + Item: Lucky_Rice_Cake Rate: 1 - Group: HORNED_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Orc_Load_Card + - Index: 0 + Item: Orc_Load_Card Rate: 1 Announced: true - - Item: Sealed_Atroce_Card + - Index: 1 + Item: Sealed_Atroce_Card Rate: 5 Announced: true - - Item: Sealed_Kiel_Card + - Index: 2 + Item: Sealed_Kiel_Card Rate: 3 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 3 + Item: Sealed_D_Lord_Card Rate: 30 Announced: true - - Item: Black_Devil_Mask_ + - Index: 4 + Item: Black_Devil_Mask_ Rate: 2 Announced: true - - Item: Horn_Of_Ancient + - Index: 5 + Item: Horn_Of_Ancient Rate: 10 Announced: true - - Item: Love_Rabbit_Hood + - Index: 6 + Item: Love_Rabbit_Hood Rate: 130 Announced: true - - Item: Remover_Hat + - Index: 7 + Item: Remover_Hat Rate: 150 Announced: true - - Item: Inccubus_Horn + - Index: 8 + Item: Inccubus_Horn Rate: 50 Announced: true - - Item: Horn_Of_Succubus + - Index: 9 + Item: Horn_Of_Succubus Rate: 50 Announced: true - - Item: Majestic_Evil_Horn + - Index: 10 + Item: Majestic_Evil_Horn Rate: 50 Announced: true - - Item: Bloody_Dead_Branch + - Index: 11 + Item: Bloody_Dead_Branch Rate: 100 Announced: true - - Item: F_Clover_Box_Mouth4 + - Index: 12 + Item: F_Clover_Box_Mouth4 Rate: 950 - - Item: All_In_One_Ring_Box + - Index: 13 + Item: All_In_One_Ring_Box Rate: 169 - - Item: Max_Weight_Up_Box + - Index: 14 + Item: Max_Weight_Up_Box Rate: 250 - - Item: Boarding_Halter_Box + - Index: 15 + Item: Boarding_Halter_Box Rate: 550 - - Item: Convex_Mirror_Box5 + - Index: 16 + Item: Convex_Mirror_Box5 Rate: 800 - - Item: Yggdrasilberry_Box_ + - Index: 17 + Item: Yggdrasilberry_Box_ Rate: 1200 - - Item: Underripe_Yggseed + - Index: 18 + Item: Underripe_Yggseed Rate: 1250 Amount: 10 - - Item: Psychic_ArmorS + - Index: 19 + Item: Psychic_ArmorS Rate: 1250 Amount: 5 - - Item: White_Slim_Pot_Box2 + - Index: 20 + Item: White_Slim_Pot_Box2 Rate: 1500 - - Item: Dead_Tree_Branch_Box2 + - Index: 21 + Item: Dead_Tree_Branch_Box2 Rate: 1500 - Group: IDN_HEART_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Miracle_Medicine + - Index: 0 + Item: Miracle_Medicine Rate: 200 - - Item: Variant_Shoes + - Index: 1 + Item: Variant_Shoes Rate: 101 Announced: true - - Item: B_Dragon_Hat + - Index: 2 + Item: B_Dragon_Hat Rate: 199 - - Item: Magic_Card_Album + - Index: 3 + Item: Magic_Card_Album Rate: 99 - - Item: Maya_Card + - Index: 4 + Item: Maya_Card Rate: 1 Announced: true - - Item: Imp_Pet_Coupon + - Index: 5 + Item: Imp_Pet_Coupon Rate: 200 - - Item: Mask_Of_Ifrit + - Index: 6 + Item: Mask_Of_Ifrit Rate: 101 Announced: true - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Bloody_Dead_Branch Rate: 499 - - Item: White_Slim_Pot_Box2 + - Index: 8 + Item: White_Slim_Pot_Box2 Rate: 1000 - - Item: Insurance_Package + - Index: 9 + Item: Insurance_Package Rate: 1400 - - Item: Job_Manual50_Box + - Index: 10 + Item: Job_Manual50_Box Rate: 1000 - - Item: Unbreak_Def_Box + - Index: 11 + Item: Unbreak_Def_Box Rate: 1000 - - Item: Unbreak_Weap_Box + - Index: 12 + Item: Unbreak_Weap_Box Rate: 1000 - - Item: Gril's_Naivety + - Index: 13 + Item: Gril's_Naivety Rate: 1000 Amount: 2 - - Item: Small_Life_Potion_Box50 + - Index: 14 + Item: Small_Life_Potion_Box50 Rate: 1200 - - Item: Guarantee_Weapon_6Up + - Index: 15 + Item: Guarantee_Weapon_6Up Rate: 300 - - Item: Guarantee_Armor_6Up + - Index: 16 + Item: Guarantee_Armor_6Up Rate: 300 - - Item: Guarantee_Weapon_7Up + - Index: 17 + Item: Guarantee_Weapon_7Up Rate: 150 - - Item: Guarantee_Armor_7Up + - Index: 18 + Item: Guarantee_Armor_7Up Rate: 150 - - Item: Guarantee_Weapon_8Up + - Index: 19 + Item: Guarantee_Weapon_8Up Rate: 50 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 20 + Item: Guarantee_Armor_8Up Rate: 50 Announced: true - Group: IDN_LEGEND_HERO_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1220 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 950 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1109 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Ancient_Gold_Deco + - Index: 9 + Item: Ancient_Gold_Deco Rate: 300 Announced: true - - Item: Jormungand + - Index: 10 + Item: Jormungand Rate: 250 Announced: true - - Item: Hervor + - Index: 11 + Item: Hervor Rate: 100 Announced: true - - Item: Silversmith_Bracelet + - Index: 12 + Item: Silversmith_Bracelet Rate: 150 Announced: true - - Item: New_Wave_Sunglasses_ + - Index: 13 + Item: New_Wave_Sunglasses_ Rate: 350 Announced: true - - Item: Volcano_Knife + - Index: 14 + Item: Volcano_Knife Rate: 370 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 30 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 30 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Lady_Tanee_Card + - Index: 19 + Item: Sealed_Lady_Tanee_Card Rate: 15 Announced: true - - Item: Sealed_Samurai_Card + - Index: 20 + Item: Sealed_Samurai_Card Rate: 15 Announced: true - - Item: Berzebub_Card + - Index: 21 + Item: Berzebub_Card Rate: 1 Announced: true - Group: IDN_WISDOM_EGG SubGroups: - SubGroup: 1 List: - - Item: Boarding_Halter_Box + - Index: 0 + Item: Boarding_Halter_Box Rate: 1400 UniqueId: true - - Item: Megaphone_Box + - Index: 1 + Item: Megaphone_Box Rate: 1400 UniqueId: true - - Item: Str_Dish_Box + - Index: 2 + Item: Str_Dish_Box Rate: 1200 UniqueId: true - - Item: Dex_Dish_Box + - Index: 3 + Item: Dex_Dish_Box Rate: 1200 UniqueId: true - - Item: Vit_Dish_Box + - Index: 4 + Item: Vit_Dish_Box Rate: 1200 UniqueId: true - - Item: Token_Of_Siegfried_Box + - Index: 5 + Item: Token_Of_Siegfried_Box Rate: 1200 UniqueId: true - - Item: Storm_10_Scroll_Box + - Index: 6 + Item: Storm_10_Scroll_Box Rate: 1200 UniqueId: true - - Item: Guyak_Pudding + - Index: 7 + Item: Guyak_Pudding Rate: 500 Amount: 3 UniqueId: true - - Item: Miracle_Medicine + - Index: 8 + Item: Miracle_Medicine Rate: 200 UniqueId: true - - Item: Asara_Fairy_Hat + - Index: 9 + Item: Asara_Fairy_Hat Rate: 150 UniqueId: true - - Item: Magic_Card_Album + - Index: 10 + Item: Magic_Card_Album Rate: 99 UniqueId: true - - Item: Guarantee_Weapon_7Up + - Index: 11 + Item: Guarantee_Weapon_7Up Rate: 50 UniqueId: true - - Item: Guarantee_Armor_7Up + - Index: 12 + Item: Guarantee_Armor_7Up Rate: 50 UniqueId: true - - Item: Gang_Scarf + - Index: 13 + Item: Gang_Scarf Rate: 50 UniqueId: true - - Item: Neuralizer + - Index: 14 + Item: Neuralizer Rate: 50 UniqueId: true - - Item: Guarantee_Weapon_8Up + - Index: 15 + Item: Guarantee_Weapon_8Up Rate: 25 UniqueId: true - - Item: Guarantee_Armor_8Up + - Index: 16 + Item: Guarantee_Armor_8Up Rate: 25 UniqueId: true - - Item: Incant_Samurai_Card + - Index: 17 + Item: Incant_Samurai_Card Rate: 1 UniqueId: true - Group: IDRO10TH_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Angeling_Potion + - Index: 0 + Item: Angeling_Potion Rate: 1300 Amount: 10 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1300 - - Item: Battle_Manual_Box + - Index: 2 + Item: Battle_Manual_Box Rate: 1300 - - Item: Token_Of_Siegfried_Box + - Index: 3 + Item: Token_Of_Siegfried_Box Rate: 1200 - - Item: Int_Dish_Box + - Index: 4 + Item: Int_Dish_Box Rate: 1100 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1100 - - Item: Spark_Candy_Box10 + - Index: 6 + Item: Spark_Candy_Box10 Rate: 800 - - Item: Fidelity_Necklace + - Index: 7 + Item: Fidelity_Necklace Rate: 200 Announced: true - - Item: Unbreak_Weap_Box + - Index: 8 + Item: Unbreak_Weap_Box Rate: 300 Announced: true - - Item: Unbreak_Def_Box + - Index: 9 + Item: Unbreak_Def_Box Rate: 300 Announced: true - - Item: Choco_Stick_In_Mouth + - Index: 10 + Item: Choco_Stick_In_Mouth Rate: 439 Announced: true - - Item: Dark_Book + - Index: 11 + Item: Dark_Book Rate: 200 Announced: true - - Item: Black_Shiba_Inu_Hat + - Index: 12 + Item: Black_Shiba_Inu_Hat Rate: 50 Announced: true - - Item: Stretched_Nose_M + - Index: 13 + Item: Stretched_Nose_M Rate: 50 Announced: true - - Item: C_Lord_of_Death + - Index: 14 + Item: C_Lord_of_Death Rate: 200 Announced: true - - Item: C_MoonStar_Accessory + - Index: 15 + Item: C_MoonStar_Accessory Rate: 50 Announced: true - - Item: C_World_Star + - Index: 16 + Item: C_World_Star Rate: 50 Announced: true - - Item: Galaxy_Circlet + - Index: 17 + Item: Galaxy_Circlet Rate: 30 Announced: true - - Item: Sealed_Orc_Hero_Card + - Index: 18 + Item: Sealed_Orc_Hero_Card Rate: 15 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 19 + Item: Sealed_D_Lord_Card Rate: 15 Announced: true - - Item: Turtle_General_Card + - Index: 20 + Item: Turtle_General_Card Rate: 1 Announced: true - Group: ILLUSION_NOTHING SubGroups: - SubGroup: 1 List: - - Item: Songpyun_Box50 + - Index: 0 + Item: Songpyun_Box50 Rate: 1534 UniqueId: true - - Item: Guyak_Pudding + - Index: 1 + Item: Guyak_Pudding Rate: 1500 Amount: 10 UniqueId: true - - Item: Agi_Dish_Box + - Index: 2 + Item: Agi_Dish_Box Rate: 1500 UniqueId: true - - Item: Vit_Dish_Box + - Index: 3 + Item: Vit_Dish_Box Rate: 1500 UniqueId: true - - Item: Diabolic_Scroll + - Index: 4 + Item: Diabolic_Scroll Rate: 1500 Amount: 5 UniqueId: true - - Item: Shadow_Armor_S_Box10 + - Index: 5 + Item: Shadow_Armor_S_Box10 Rate: 1500 UniqueId: true - - Item: Sealed_Tao_Card + - Index: 6 + Item: Sealed_Tao_Card Rate: 1 Announced: true UniqueId: true - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Bloody_Dead_Branch Rate: 500 Announced: true UniqueId: true - - Item: Syringe_In_Mouth + - Index: 8 + Item: Syringe_In_Mouth Rate: 100 Announced: true UniqueId: true - - Item: Guarantee_Weapon_8Up + - Index: 9 + Item: Guarantee_Weapon_8Up Rate: 50 Announced: true UniqueId: true - - Item: Guarantee_Armor_8Up + - Index: 10 + Item: Guarantee_Armor_8Up Rate: 10 Announced: true UniqueId: true - - Item: Singing_Bird + - Index: 11 + Item: Singing_Bird Rate: 130 Announced: true UniqueId: true - - Item: Round_Eyes + - Index: 12 + Item: Round_Eyes Rate: 100 Announced: true UniqueId: true - - Item: Cat_Hat + - Index: 13 + Item: Cat_Hat Rate: 70 Announced: true UniqueId: true - - Item: Weather_Report_Box + - Index: 14 + Item: Weather_Report_Box Rate: 5 Announced: true UniqueId: true @@ -11523,987 +18648,1302 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Orc_Hero_Helm + - Index: 0 + Item: Orc_Hero_Helm Rate: 25 Announced: true - - Item: Ancient_Elven_Ear + - Index: 1 + Item: Ancient_Elven_Ear Rate: 74 Announced: true - - Item: Magic_Card_Album + - Index: 2 + Item: Magic_Card_Album Rate: 75 Announced: true - - Item: Thanatos_Card + - Index: 3 + Item: Thanatos_Card Rate: 1 Announced: true - - Item: Wind_Walk_10_Scroll_Box + - Index: 4 + Item: Wind_Walk_10_Scroll_Box Rate: 1100 - - Item: Angelic_Ring + - Index: 5 + Item: Angelic_Ring Rate: 100 - - Item: Regeneration_Potion + - Index: 6 + Item: Regeneration_Potion Rate: 900 - - Item: Wander_Man_Box10 + - Index: 7 + Item: Wander_Man_Box10 Rate: 1000 - - Item: Dex_Dish_Box + - Index: 8 + Item: Dex_Dish_Box Rate: 1100 - - Item: Unbreak_Def_Box + - Index: 9 + Item: Unbreak_Def_Box Rate: 800 - - Item: Unbreak_Weap_Box + - Index: 10 + Item: Unbreak_Weap_Box Rate: 800 - - Item: Job_Manual50_Box + - Index: 11 + Item: Job_Manual50_Box Rate: 1000 - - Item: Kafra_Card_Box + - Index: 12 + Item: Kafra_Card_Box Rate: 1200 Amount: 2 - - Item: Small_Life_Potion_Box50 + - Index: 13 + Item: Small_Life_Potion_Box50 Rate: 1100 - - Item: Guarantee_Weapon_5Up + - Index: 14 + Item: Guarantee_Weapon_5Up Rate: 300 - - Item: Guarantee_Weapon_6Up + - Index: 15 + Item: Guarantee_Weapon_6Up Rate: 200 - - Item: Guarantee_Weapon_7Up + - Index: 16 + Item: Guarantee_Weapon_7Up Rate: 150 - - Item: Guarantee_Weapon_8Up + - Index: 17 + Item: Guarantee_Weapon_8Up Rate: 50 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 18 + Item: Guarantee_Weapon_9Up Rate: 25 Announced: true - Group: IMORTAL_MIDGARD_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Glory_FB_Hat + - Index: 9 + Item: Glory_FB_Hat Rate: 150 Announced: true - - Item: Cool_FB_Hat + - Index: 10 + Item: Cool_FB_Hat Rate: 150 Announced: true - - Item: RJC_Katusa + - Index: 11 + Item: RJC_Katusa Rate: 100 Announced: true - - Item: C_World_Star + - Index: 12 + Item: C_World_Star Rate: 150 Announced: true - - Item: Tare_Pope_ + - Index: 13 + Item: Tare_Pope_ Rate: 110 Announced: true - - Item: Immuned_Shield + - Index: 14 + Item: Immuned_Shield Rate: 189 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Tao_Card + - Index: 19 + Item: Sealed_Tao_Card Rate: 10 Announced: true - - Item: Sealed_Samurai_Card + - Index: 20 + Item: Sealed_Samurai_Card Rate: 10 Announced: true - - Item: Berzebub_Card + - Index: 21 + Item: Berzebub_Card Rate: 1 Announced: true - Group: IMPROVED_COIN_BAG SubGroups: - SubGroup: 1 List: - - Item: Manuk_Coin + - Index: 0 + Item: Manuk_Coin Rate: 5 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 5 - - Item: Sapa_Feat_Cert + - Index: 2 + Item: Sapa_Feat_Cert Rate: 5 - - Item: Mora_Coin + - Index: 3 + Item: Mora_Coin Rate: 5 - - Item: Agrade_Coin + - Index: 4 + Item: Agrade_Coin Rate: 1 - - Item: Bgrade_Coin + - Index: 5 + Item: Bgrade_Coin Rate: 2 - - Item: Cgrade_Coin + - Index: 6 + Item: Cgrade_Coin Rate: 1 - - Item: Malang_Sp_Can + - Index: 7 + Item: Malang_Sp_Can Rate: 8 - Group: INDIGO_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Silvervine_Fruit_Box10 + - Index: 0 + Item: Silvervine_Fruit_Box10 Rate: 1150 - - Item: C_Wing_Of_Fly_3Day_Box + - Index: 1 + Item: C_Wing_Of_Fly_3Day_Box Rate: 1150 - - Item: Megaphone_Box + - Index: 2 + Item: Megaphone_Box Rate: 1250 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1200 - - Item: Job_Manual50_Box + - Index: 4 + Item: Job_Manual50_Box Rate: 1000 - - Item: Spark_Candy_Box10 + - Index: 5 + Item: Spark_Candy_Box10 Rate: 1300 - - Item: Enriched_Elunium_Box + - Index: 6 + Item: Enriched_Elunium_Box Rate: 200 - - Item: Enriched_Oridecon_Box + - Index: 7 + Item: Enriched_Oridecon_Box Rate: 200 - - Item: Cloth_Dye_Coupon_Box + - Index: 8 + Item: Cloth_Dye_Coupon_Box Rate: 600 - - Item: Psychic_ArmorS + - Index: 9 + Item: Psychic_ArmorS Rate: 1138 Amount: 10 - - Item: Bloody_Dead_Branch + - Index: 10 + Item: Bloody_Dead_Branch Rate: 500 - - Item: Fan_In_Mouth + - Index: 11 + Item: Fan_In_Mouth Rate: 150 Announced: true - - Item: Sealed_Kiel_Card + - Index: 12 + Item: Sealed_Kiel_Card Rate: 1 Announced: true - - Item: SLD_Dark_Snake_Card + - Index: 13 + Item: SLD_Dark_Snake_Card Rate: 15 Announced: true - - Item: Pharaoh_Card + - Index: 14 + Item: Pharaoh_Card Rate: 1 Announced: true - - Item: RWC_Memory_Staff + - Index: 15 + Item: RWC_Memory_Staff Rate: 3 Announced: true - - Item: Bird_Nest_Hat + - Index: 16 + Item: Bird_Nest_Hat Rate: 100 Announced: true - - Item: Monkey_On_Fur_Hat + - Index: 17 + Item: Monkey_On_Fur_Hat Rate: 40 Announced: true - - Item: Deviling_Card + - Index: 18 + Item: Deviling_Card Rate: 2 Announced: true - Group: INFILTRATOR_BOX SubGroups: - SubGroup: 0 List: - - Item: Infiltrator_C + - Index: 0 + Item: Infiltrator_C Duration: 10080 UniqueId: true - Group: INK_BALL SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box - Rate: 66 - - Item: Old_Card_Album - Rate: 66 - - Item: Old_Violet_Box - Rate: 66 - - Item: Gift_Box - Rate: 1333 - - Item: Blue_Gemstone - Rate: 666 - - Item: Jellopy - Rate: 2666 - - Item: Crystal_Blue - Rate: 1333 - - Item: Large_Jellopy - Rate: 1333 - - Item: Treasure_Box - Rate: 399 - - Item: Accessory_Box - Rate: 66 - - Item: Wrapped_Mask - Rate: 66 - - Item: First_Aid_Kit - Rate: 333 - - Item: Food_Package - Rate: 666 - - Item: Hometown_Gift - Rate: 933 + - Index: 0 + Item: E_Small_Life_Potion + Rate: 300 + Amount: 3 + - Index: 1 + Item: E_Med_Life_Potion + Rate: 300 + Amount: 3 + - Index: 2 + Item: E_Red_Booster + Rate: 300 + - Index: 3 + Item: Comp_M_DEFScroll + Rate: 300 + - Index: 4 + Item: Comp_Power_Booster + Rate: 300 + - Index: 5 + Item: Comp_Almighty + Rate: 300 + - Index: 6 + Item: 2009_Rice_Cake_Soup + Rate: 500 + - Index: 7 + Item: Octupus_Leg + Rate: 1000 + - Index: 8 + Item: Choco_Tteokguk + Rate: 3900 + - Index: 9 + Item: Sesame_Pastry + Rate: 1400 + - Index: 10 + Item: Honey_Pastry + Rate: 1400 - Group: INSECTICIDE_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Insecticide_Ring + - Index: 0 + Item: Insecticide_Ring Duration: 10080 UniqueId: true - Group: INTERMEDIATE_COIN_BAG SubGroups: - SubGroup: 1 List: - - Item: Manuk_Coin + - Index: 0 + Item: Manuk_Coin Rate: 4 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 4 - - Item: Sapa_Feat_Cert + - Index: 2 + Item: Sapa_Feat_Cert Rate: 4 - - Item: Mora_Coin + - Index: 3 + Item: Mora_Coin Rate: 4 - - Item: Bgrade_Coin + - Index: 4 + Item: Bgrade_Coin Rate: 1 - - Item: Cgrade_Coin + - Index: 5 + Item: Cgrade_Coin Rate: 2 - - Item: Dgrade_Coin + - Index: 6 + Item: Dgrade_Coin Rate: 1 - - Item: Malang_Sp_Can + - Index: 7 + Item: Malang_Sp_Can Rate: 9 - Group: JEWEL SubGroups: - SubGroup: 1 List: - - Item: Yellow_Gemstone + - Index: 0 + Item: Yellow_Gemstone Rate: 100 - - Item: Red_Gemstone + - Index: 1 + Item: Red_Gemstone Rate: 100 - - Item: Blue_Gemstone + - Index: 2 + Item: Blue_Gemstone Rate: 100 - - Item: Dark_Red_Jewel + - Index: 3 + Item: Dark_Red_Jewel Rate: 10 - - Item: Violet_Jewel + - Index: 4 + Item: Violet_Jewel Rate: 10 - - Item: Skyblue_Jewel + - Index: 5 + Item: Skyblue_Jewel Rate: 10 - - Item: Azure_Jewel + - Index: 6 + Item: Azure_Jewel Rate: 10 - - Item: Scarlet_Jewel + - Index: 7 + Item: Scarlet_Jewel Rate: 10 - - Item: Cardinal_Jewel + - Index: 8 + Item: Cardinal_Jewel Rate: 10 - - Item: Cardinal_Jewel_ + - Index: 9 + Item: Cardinal_Jewel_ Rate: 10 - - Item: Red_Jewel + - Index: 10 + Item: Red_Jewel Rate: 10 - - Item: Blue_Jewel + - Index: 11 + Item: Blue_Jewel Rate: 10 - - Item: White_Jewel + - Index: 12 + Item: White_Jewel Rate: 10 - - Item: Golden_Jewel + - Index: 13 + Item: Golden_Jewel Rate: 10 - - Item: Bluish_Green_Jewel + - Index: 14 + Item: Bluish_Green_Jewel Rate: 10 - - Item: Crystal_Jewel + - Index: 15 + Item: Crystal_Jewel Rate: 5 - - Item: Crystal_Jewel_ + - Index: 16 + Item: Crystal_Jewel_ Rate: 4 - - Item: Crystal_Jewel__ + - Index: 17 + Item: Crystal_Jewel__ Rate: 3 - - Item: Crystal_Jewel___ + - Index: 18 + Item: Crystal_Jewel___ Rate: 27 - - Item: Glass_Bead + - Index: 19 + Item: Glass_Bead Rate: 50 - Group: JE_UN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Bubble_Gum_Box + - Index: 0 + Item: Bubble_Gum_Box Rate: 1500 - - Item: Vit_Dish_Box + - Index: 1 + Item: Vit_Dish_Box Rate: 1450 - - Item: Megaphone_Box + - Index: 2 + Item: Megaphone_Box Rate: 1500 - - Item: Battle_Manual_Box + - Index: 3 + Item: Battle_Manual_Box Rate: 1450 - - Item: Anger_Seagod + - Index: 4 + Item: Anger_Seagod Rate: 1450 Amount: 3 - - Item: Dex_Dish_Box + - Index: 5 + Item: Dex_Dish_Box Rate: 1500 - - Item: Unbreak_Def_Box + - Index: 6 + Item: Unbreak_Def_Box Rate: 144 - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Bloody_Dead_Branch Rate: 500 - - Item: Ribbon_Chef_Hat + - Index: 8 + Item: Ribbon_Chef_Hat Rate: 150 Announced: true - - Item: Strawberry_In_Mouth + - Index: 9 + Item: Strawberry_In_Mouth Rate: 150 Announced: true - - Item: Guarantee_Armor_7Up + - Index: 10 + Item: Guarantee_Armor_7Up Rate: 30 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 11 + Item: Guarantee_Weapon_7Up Rate: 30 Announced: true - - Item: C_MoonStar_Accessory + - Index: 12 + Item: C_MoonStar_Accessory Rate: 50 Announced: true - - Item: Rune_Hairband + - Index: 13 + Item: Rune_Hairband Rate: 30 Announced: true - - Item: Sealed_Gloom_Card + - Index: 14 + Item: Sealed_Gloom_Card Rate: 5 Announced: true - - Item: Stretched_Nose_M + - Index: 15 + Item: Stretched_Nose_M Rate: 30 Announced: true - - Item: Galaxy_Circlet + - Index: 16 + Item: Galaxy_Circlet Rate: 30 Announced: true - - Item: Drake_Card + - Index: 17 + Item: Drake_Card Rate: 1 Announced: true - Group: JUICE SubGroups: - SubGroup: 1 List: - - Item: Apple_Juice + - Index: 0 + Item: Apple_Juice Rate: 1 - - Item: Banana_Juice + - Index: 1 + Item: Banana_Juice Rate: 1 - - Item: Carrot_Juice + - Index: 2 + Item: Carrot_Juice Rate: 1 - Group: JULY7_SCROLL SubGroups: - - SubGroup: 0 - List: - - Item: Basic_Siege_Supply_Box - UniqueId: true - SubGroup: 1 List: - - Item: Underripe_Yggseed - Rate: 1500 + - Index: 0 + Item: Heart_Hair_Pin + Rate: 150 + UniqueId: true + - Index: 1 + Item: Alice_Doll + Rate: 10 + UniqueId: true + - Index: 2 + Item: Fire_Cracker_Love + Rate: 180 + Amount: 20 + UniqueId: true + - Index: 3 + Item: Guyak_Pudding + Rate: 121 Amount: 10 UniqueId: true - - Item: Str_Dish_Box - Rate: 1500 - UniqueId: true - - Item: Bubble_Gum_Box - Rate: 1550 - UniqueId: true - - Item: Battle_Manual_Box - Rate: 1500 - UniqueId: true - - Item: Convex_Mirror_Box - Rate: 1500 - UniqueId: true - - Item: Eddga_Scroll - Rate: 400 - UniqueId: true - - Item: Token_Of_Siegfried_Box - Rate: 1500 - UniqueId: true - - Item: Rabbit_Ribbon - Rate: 150 - Announced: true - UniqueId: true - - Item: Rainbow - Rate: 56 - Announced: true - UniqueId: true - - Item: Upd_Maya_Puple_Card + - Index: 4 + Item: Magic_Card_Album Rate: 3 - Announced: true UniqueId: true - - Item: Gold_Ingot_Poring_Hat - Rate: 150 - Announced: true - UniqueId: true - - Item: Berzebub_Card - Rate: 1 - Announced: true - UniqueId: true - - Item: C_Hair_Of_The_Strong - Rate: 70 - Announced: true - UniqueId: true - - Item: Guarantee_Weapon_9Up - Rate: 20 - Announced: true - UniqueId: true - - Item: Guarantee_Armor_9Up - Rate: 20 - Announced: true - UniqueId: true - - Item: RWC2010_Indonesia + - Index: 5 + Item: Tirfing_Card Rate: 5 - Announced: true UniqueId: true - - Item: Rocket_Helm_RWC - Rate: 75 - Announced: true + - Index: 6 + Item: New_Style_Box + Rate: 110 + UniqueId: true + - Index: 7 + Item: B_Eremes_Card + Rate: 1 + UniqueId: true + - Index: 8 + Item: Headset_OST + Rate: 20 + UniqueId: true + - Index: 9 + Item: Cute_Strawberry_Choco + Rate: 200 + Amount: 10 + UniqueId: true + - Index: 10 + Item: Lovely_Choco_Tart + Rate: 200 + Amount: 10 UniqueId: true - Group: JULY_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Thanatos_Card + - Index: 0 + Item: Thanatos_Card Rate: 1 Announced: true - - Item: Tao_Gunka_Card + - Index: 1 + Item: Tao_Gunka_Card Rate: 1 Announced: true - - Item: Lady_Tanee_Card + - Index: 2 + Item: Lady_Tanee_Card Rate: 10 Announced: true - - Item: Turtle_General_Card + - Index: 3 + Item: Turtle_General_Card Rate: 10 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 4 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 5 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 6 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 7 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 8 + Item: Guarantee_Armor_8Up Rate: 150 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 9 + Item: Guarantee_Weapon_8Up Rate: 150 Announced: true - - Item: Red_Baby_Dragon + - Index: 10 + Item: Red_Baby_Dragon Rate: 200 Announced: true - - Item: Excelion_Leg + - Index: 11 + Item: Excelion_Leg Rate: 200 Announced: true - - Item: Unbreakable_Weap + - Index: 12 + Item: Unbreakable_Weap Rate: 429 Amount: 3 - - Item: Unbreakable_Def + - Index: 13 + Item: Unbreakable_Def Rate: 429 Amount: 3 - - Item: Silvervine_Fruit_Box10 + - Index: 14 + Item: Silvervine_Fruit_Box10 Rate: 1190 - - Item: LUK_Biscuit_Stick + - Index: 15 + Item: LUK_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 16 + Item: DEX_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 17 + Item: INT_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 18 + Item: AGI_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 19 + Item: VIT_Biscuit_Stick Rate: 1130 Amount: 20 - - Item: STR_Biscuit_Stick + - Index: 20 + Item: STR_Biscuit_Stick Rate: 1130 Amount: 20 - Group: JUNG_BI_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Token_Of_Siegfried_Box + - Index: 0 + Item: Token_Of_Siegfried_Box Rate: 1300 - - Item: Int_Dish_Box + - Index: 1 + Item: Int_Dish_Box Rate: 1300 - - Item: Bubble_Gum_Box + - Index: 2 + Item: Bubble_Gum_Box Rate: 1300 - - Item: Spark_Candy_Box10 + - Index: 3 + Item: Spark_Candy_Box10 Rate: 1300 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1300 Amount: 10 - - Item: Agi_Dish_Box + - Index: 5 + Item: Agi_Dish_Box Rate: 1300 - - Item: Convex_Mirror_Box + - Index: 6 + Item: Convex_Mirror_Box Rate: 1200 - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 484 - - Item: Dark_Book + - Index: 8 + Item: Dark_Book Rate: 120 Announced: true - - Item: Alicel_Drooping_Doll + - Index: 9 + Item: Alicel_Drooping_Doll Rate: 50 Announced: true - - Item: Candy_Hat + - Index: 10 + Item: Candy_Hat Rate: 120 Announced: true - - Item: Honeybee_Hat + - Index: 11 + Item: Honeybee_Hat Rate: 100 Announced: true - - Item: Rainbow + - Index: 12 + Item: Rainbow Rate: 50 Announced: true - - Item: Majestic_Evil_Horn + - Index: 13 + Item: Majestic_Evil_Horn Rate: 10 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 14 + Item: Sealed_D_Lord_Card Rate: 5 Announced: true - - Item: Anemos_Mask + - Index: 15 + Item: Anemos_Mask Rate: 30 Announced: true - - Item: Fidelity_Necklace + - Index: 16 + Item: Fidelity_Necklace Rate: 30 Announced: true - - Item: Mistress_Card + - Index: 17 + Item: Mistress_Card Rate: 1 Announced: true - Group: KAISER_KNUCKLE_BOX SubGroups: - SubGroup: 0 List: - - Item: Kaiser_Knuckle_C + - Index: 0 + Item: Kaiser_Knuckle_C Duration: 10080 UniqueId: true - Group: KITTY_SET_BOX SubGroups: - SubGroup: 0 List: - - Item: White_Drooping_Kitty + - Index: 0 + Item: White_Drooping_Kitty UniqueId: true - - Item: Blue_Drooping_Kitty + - Index: 1 + Item: Blue_Drooping_Kitty UniqueId: true - - Item: Pink_Drooping_Kitty + - Index: 2 + Item: Pink_Drooping_Kitty UniqueId: true - - Item: Yellow_Drooping_Kitty + - Index: 3 + Item: Yellow_Drooping_Kitty UniqueId: true - - Item: Gray_Drooping_Kitty + - Index: 4 + Item: Gray_Drooping_Kitty UniqueId: true - Group: LASTANGEL_LUCKYSCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: Moon_Eyepatch + - Index: 9 + Item: Moon_Eyepatch Rate: 200 - - Item: C_Classical_Fhat + - Index: 10 + Item: C_Classical_Fhat Rate: 200 - - Item: Vajra + - Index: 11 + Item: Vajra Rate: 100 - - Item: Chatty_Parrot + - Index: 12 + Item: Chatty_Parrot Rate: 100 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Samurai_Card + - Index: 19 + Item: Sealed_Samurai_Card Rate: 10 Announced: true - - Item: Sealed_Gloom_Card + - Index: 20 + Item: Sealed_Gloom_Card Rate: 10 Announced: true - - Item: Ifrit_Card + - Index: 21 + Item: Ifrit_Card Rate: 1 Announced: true - - Item: Kiel_Card + - Index: 22 + Item: Kiel_Card Rate: 1 Announced: true - Group: LEO_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Fallen_Bishop_Card + - Index: 0 + Item: Fallen_Bishop_Card Rate: 1 Announced: true - - Item: Wind_Sprits_Armor + - Index: 1 + Item: Wind_Sprits_Armor Rate: 3 Announced: true - - Item: Skin_Of_Ventus + - Index: 2 + Item: Skin_Of_Ventus Rate: 5 Announced: true - - Item: Satanic_Chain_P + - Index: 3 + Item: Satanic_Chain_P Rate: 17 Announced: true - - Item: Leo_Crown + - Index: 4 + Item: Leo_Crown Rate: 17 Announced: true - - Item: Leo_Diadem + - Index: 5 + Item: Leo_Diadem Rate: 17 Announced: true - - Item: Angeling_Wanna_Fly + - Index: 6 + Item: Angeling_Wanna_Fly Rate: 40 Announced: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 300 Announced: true - - Item: F_Clover_Box_Mouth4 + - Index: 8 + Item: F_Clover_Box_Mouth4 Rate: 500 Announced: true - - Item: Guyak_Pudding + - Index: 9 + Item: Guyak_Pudding Rate: 700 Amount: 3 - - Item: Siroma_Icetea_To_Throw + - Index: 10 + Item: Siroma_Icetea_To_Throw Rate: 900 - - Item: Siegfried_Box5 + - Index: 11 + Item: Siegfried_Box5 Rate: 1000 - - Item: HE_Battle_Manual + - Index: 12 + Item: HE_Battle_Manual Rate: 1700 Amount: 2 - - Item: Regeneration_Box5 + - Index: 13 + Item: Regeneration_Box5 Rate: 1600 - - Item: Zeny_Scroll + - Index: 14 + Item: Zeny_Scroll Rate: 1400 Amount: 5 - - Item: Yggdrasilberry_Box_ + - Index: 15 + Item: Yggdrasilberry_Box_ Rate: 1300 - - Item: Vermilion_10_Scroll_Box + - Index: 16 + Item: Vermilion_10_Scroll_Box Rate: 500 - Group: LEVEL_UP_BOX100 SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_6Up - - Item: 120LVUP + - Index: 0 + Item: Comp_Battle_Bubble + Amount: 2 + - Index: 1 + Item: Reward_Job_BM25 + Amount: 2 + - Index: 2 + Item: World_Tour_Ticket + Amount: 15 + - Index: 3 + Item: 110LVUP - Group: LEVEL_UP_BOX120 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual - Amount: 5 - - Item: Bubble_Gum - Amount: 5 - - Item: Insurance - Amount: 5 - - Item: Job_Manual50 - Amount: 5 - - Item: Guarantee_Armor_6Up - - Item: 130LVUP + - Index: 0 + Item: Comp_Battle_Bubble + Amount: 2 + - Index: 1 + Item: Reward_Job_BM25 + Amount: 2 + - Index: 2 + Item: World_Tour_Ticket + Amount: 15 + - Index: 3 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 4 + Item: Comp_Power_Booster + Amount: 10 + - Index: 5 + Item: Comp_Almighty + Amount: 10 + - Index: 6 + Item: 130LVUP - Group: LEVEL_UP_BOX130 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual - Amount: 5 - - Item: Bubble_Gum - Amount: 5 - - Item: Insurance - Amount: 5 - - Item: Job_Manual50 - Amount: 5 - - Item: Guarantee_Weapon_7Up - - Item: 140LVUP + - Index: 0 + Item: Comp_Battle_Bubble + Amount: 2 + - Index: 1 + Item: Reward_Job_BM25 + Amount: 2 + - Index: 2 + Item: World_Tour_Ticket + Amount: 10 + - Index: 3 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 4 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 5 + Item: 140LVUP - Group: LEVEL_UP_BOX140 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual - Amount: 5 - - Item: Bubble_Gum - Amount: 5 - - Item: Insurance - Amount: 5 - - Item: Job_Manual50 - Amount: 5 - - Item: Guarantee_Armor_7Up - - Item: 150LVUP + - Index: 0 + Item: Battle_Manual100 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Index: 2 + Item: Comp_Power_Booster + Amount: 15 + - Index: 3 + Item: Comp_Almighty + Amount: 15 + - Index: 4 + Item: Comp_Small_Mana_Potion + Amount: 15 + - Index: 5 + Item: 150LVUP - Group: LEVEL_UP_BOX150 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual - Amount: 5 - - Item: Bubble_Gum - Amount: 5 - - Item: Insurance - Amount: 5 - - Item: Job_Manual50 - Amount: 5 - - Item: Guarantee_Weapon_8Up - - Item: 160LVUP + - Index: 0 + Item: Comp_Battle_Bubble + Amount: 3 + - Index: 1 + Item: Comp_M_DEFScroll + Amount: 30 + - Index: 2 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 3 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 4 + Item: Comp_Small_Mana_Potion + Amount: 15 + - Index: 5 + Item: 160LVUP - Group: LEVEL_UP_BOX160 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual - Amount: 5 - - Item: Bubble_Gum - Amount: 5 - - Item: Insurance - Amount: 5 - - Item: Job_Manual50 - Amount: 5 - - Item: Guarantee_Armor_8Up + - Index: 0 + Item: Battle_Manual100 Amount: 2 + - Index: 1 + Item: Comp_Power_Booster + Amount: 15 + - Index: 2 + Item: Comp_Almighty + Amount: 15 + - Index: 3 + Item: Comp_M_DEFScroll + Amount: 30 + - Index: 4 + Item: Guarantee_Weapon_8Up + - Index: 5 + Item: 175LVUP - Group: LIBRA_SCROLL SubGroups: - SubGroup: 1 List: - - Item: B_Katrinn_Card + - Index: 0 + Item: B_Katrinn_Card Rate: 1 Announced: true - - Item: Earth_Sprits_Armor_ + - Index: 1 + Item: Earth_Sprits_Armor_ Rate: 3 Announced: true - - Item: Bravery_Bag + - Index: 2 + Item: Bravery_Bag Rate: 12 Announced: true - - Item: Libra_Crown + - Index: 3 + Item: Libra_Crown Rate: 17 Announced: true - - Item: Libra_Diadem + - Index: 4 + Item: Libra_Diadem Rate: 17 Announced: true - - Item: Angeling_Hairpin + - Index: 5 + Item: Angeling_Hairpin Rate: 30 Announced: true - - Item: Magic_Card_Album + - Index: 6 + Item: Magic_Card_Album Rate: 70 Announced: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 400 Announced: true - - Item: Orc_LoadS_Box + - Index: 8 + Item: Orc_LoadS_Box Rate: 50 Announced: true - - Item: Boarding_Halter_Box + - Index: 9 + Item: Boarding_Halter_Box Rate: 600 - - Item: HE_Battle_Manual + - Index: 10 + Item: HE_Battle_Manual Rate: 1000 Amount: 5 - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 1100 Amount: 4 - - Item: Light_White_Pot_Box + - Index: 12 + Item: Light_White_Pot_Box Rate: 1200 - - Item: 17Carat_Dia + - Index: 13 + Item: 17Carat_Dia Rate: 1300 - - Item: Drocera_Herb_Stew + - Index: 14 + Item: Drocera_Herb_Stew Rate: 1700 - - Item: Branch_Of_Dead_Tree_Box + - Index: 15 + Item: Branch_Of_Dead_Tree_Box Rate: 2500 - Group: LIFE_RIBBON_BOX SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 60 UniqueId: true - Group: LIFE_RIBBON_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 120 UniqueId: true - Group: LIFE_RIBBON_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 240 UniqueId: true - Group: LORD_CIRCLET_BOX SubGroups: - SubGroup: 0 List: - - Item: Lord_Circlet_C - Duration: 10080 + - Index: 0 + Item: Lord_Circlet_C + Duration: 20160 UniqueId: true - Group: LOTTOBOX SubGroups: - SubGroup: 1 List: - - Item: Lotto31 + - Index: 0 + Item: Lotto31 Rate: 1 - - Item: Lotto32 + - Index: 1 + Item: Lotto32 Rate: 1 - - Item: Lotto33 + - Index: 2 + Item: Lotto33 Rate: 1 - - Item: Lotto34 + - Index: 3 + Item: Lotto34 Rate: 1 - - Item: Lotto35 + - Index: 4 + Item: Lotto35 Rate: 1 - - Item: Lotto36 + - Index: 5 + Item: Lotto36 Rate: 1 - - Item: Lotto37 + - Index: 6 + Item: Lotto37 Rate: 1 - - Item: Lotto38 + - Index: 7 + Item: Lotto38 Rate: 1 - - Item: Lotto39 + - Index: 8 + Item: Lotto39 Rate: 1 - - Item: Lotto40 + - Index: 9 + Item: Lotto40 Rate: 1 - Group: LOTTOBOX1 SubGroups: - SubGroup: 1 List: - - Item: Lotto01 + - Index: 0 + Item: Lotto01 Rate: 1 - - Item: Lotto02 + - Index: 1 + Item: Lotto02 Rate: 1 - - Item: Lotto03 + - Index: 2 + Item: Lotto03 Rate: 1 - - Item: Lotto04 + - Index: 3 + Item: Lotto04 Rate: 1 - - Item: Lotto05 + - Index: 4 + Item: Lotto05 Rate: 1 - - Item: Lotto06 + - Index: 5 + Item: Lotto06 Rate: 1 - - Item: Lotto07 + - Index: 6 + Item: Lotto07 Rate: 1 - - Item: Lotto08 + - Index: 7 + Item: Lotto08 Rate: 1 - - Item: Lotto09 + - Index: 8 + Item: Lotto09 Rate: 1 - - Item: Lotto10 + - Index: 9 + Item: Lotto10 Rate: 1 - Group: LOTTOBOX2 SubGroups: - SubGroup: 1 List: - - Item: Lotto11 + - Index: 0 + Item: Lotto11 Rate: 1 - - Item: Lotto12 + - Index: 1 + Item: Lotto12 Rate: 1 - - Item: Lotto13 + - Index: 2 + Item: Lotto13 Rate: 1 - - Item: Lotto14 + - Index: 3 + Item: Lotto14 Rate: 1 - - Item: Lotto15 + - Index: 4 + Item: Lotto15 Rate: 1 - - Item: Lotto16 + - Index: 5 + Item: Lotto16 Rate: 1 - - Item: Lotto17 + - Index: 6 + Item: Lotto17 Rate: 1 - - Item: Lotto18 + - Index: 7 + Item: Lotto18 Rate: 1 - - Item: Lotto19 + - Index: 8 + Item: Lotto19 Rate: 1 - - Item: Lotto20 + - Index: 9 + Item: Lotto20 Rate: 1 - Group: LOTTOBOX3 SubGroups: - SubGroup: 1 List: - - Item: Lotto21 + - Index: 0 + Item: Lotto21 Rate: 1 - - Item: Lotto22 + - Index: 1 + Item: Lotto22 Rate: 1 - - Item: Lotto23 + - Index: 2 + Item: Lotto23 Rate: 1 - - Item: Lotto24 + - Index: 3 + Item: Lotto24 Rate: 1 - - Item: Lotto25 + - Index: 4 + Item: Lotto25 Rate: 1 - - Item: Lotto26 + - Index: 5 + Item: Lotto26 Rate: 1 - - Item: Lotto27 + - Index: 6 + Item: Lotto27 Rate: 1 - - Item: Lotto28 + - Index: 7 + Item: Lotto28 Rate: 1 - - Item: Lotto29 + - Index: 8 + Item: Lotto29 Rate: 1 - - Item: Lotto30 + - Index: 9 + Item: Lotto30 Rate: 1 - Group: LOTTOBOX4 SubGroups: - SubGroup: 1 List: - - Item: Lotto31 + - Index: 0 + Item: Lotto31 Rate: 1 - - Item: Lotto32 + - Index: 1 + Item: Lotto32 Rate: 1 - - Item: Lotto33 + - Index: 2 + Item: Lotto33 Rate: 1 - - Item: Lotto34 + - Index: 3 + Item: Lotto34 Rate: 1 - - Item: Lotto35 + - Index: 4 + Item: Lotto35 Rate: 1 - - Item: Lotto36 + - Index: 5 + Item: Lotto36 Rate: 1 - - Item: Lotto37 + - Index: 6 + Item: Lotto37 Rate: 1 - - Item: Lotto38 + - Index: 7 + Item: Lotto38 Rate: 1 - - Item: Lotto39 + - Index: 8 + Item: Lotto39 Rate: 1 - - Item: Lotto40 + - Index: 9 + Item: Lotto40 Rate: 1 - Group: LOTTOBOX5 SubGroups: - SubGroup: 1 List: - - Item: Lotto41 + - Index: 0 + Item: Lotto41 Rate: 1 - - Item: Lotto42 + - Index: 1 + Item: Lotto42 Rate: 1 - - Item: Lotto43 + - Index: 2 + Item: Lotto43 Rate: 1 - - Item: Lotto44 + - Index: 3 + Item: Lotto44 Rate: 1 - - Item: Lotto45 + - Index: 4 + Item: Lotto45 Rate: 1 - Group: LOUISE_COSTUME_BOX SubGroups: - SubGroup: 1 List: - - Item: Red_Bag + - Index: 0 + Item: Red_Bag Rate: 18 - - Item: Cool_Summer_Outfit + - Index: 1 + Item: Cool_Summer_Outfit Rate: 2 - Group: LOVELY_AQUARIUS_BOX SubGroups: - SubGroup: 0 List: - - Item: Lovely_Aquarius_Scroll + - Index: 0 + Item: Lovely_Aquarius_Scroll Amount: 10 UniqueId: true Stacked: false @@ -12511,47 +19951,61 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Bradium_Brooch + - Index: 0 + Item: Bradium_Brooch Rate: 1 UniqueId: true - - Item: Neuralizer_Box + - Index: 1 + Item: Neuralizer_Box Rate: 4 UniqueId: true - - Item: Sleepr_Hat + - Index: 2 + Item: Sleepr_Hat Rate: 9 UniqueId: true - - Item: Aquarius_Crown + - Index: 3 + Item: Aquarius_Crown Rate: 50 UniqueId: true - - Item: Tucan_Hat_Box + - Index: 4 + Item: Tucan_Hat_Box Rate: 35 UniqueId: true - - Item: GhostringS + - Index: 5 + Item: GhostringS Rate: 1 UniqueId: true - - Item: Mysterious_Dyestuff + - Index: 6 + Item: Mysterious_Dyestuff Rate: 50 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 100 UniqueId: true - - Item: Spark_Candy_Box5 + - Index: 8 + Item: Spark_Candy_Box5 Rate: 140 UniqueId: true - - Item: Glass_Of_Illusion_Box5 + - Index: 9 + Item: Glass_Of_Illusion_Box5 Rate: 130 UniqueId: true - - Item: F_Clover_Box_Mouth4 + - Index: 10 + Item: F_Clover_Box_Mouth4 Rate: 150 UniqueId: true - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 170 Amount: 5 UniqueId: true - - Item: Bubble_Gum_Box5 + - Index: 12 + Item: Bubble_Gum_Box5 Rate: 140 UniqueId: true - - Item: Fire_Cracker_Love_Box + - Index: 13 + Item: Fire_Cracker_Love_Box Rate: 20 Amount: 2 UniqueId: true @@ -12559,692 +20013,900 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 600 - - Item: Sapa_Feat_Cert + - Index: 1 + Item: Sapa_Feat_Cert Rate: 300 - - Item: Cgrade_Coin + - Index: 2 + Item: Cgrade_Coin Rate: 100 - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 600 - - Item: Mora_Coin + - Index: 1 + Item: Mora_Coin Rate: 200 - - Item: Dgrade_Coin + - Index: 2 + Item: Dgrade_Coin Rate: 200 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 500 - - Item: Manuk_Coin + - Index: 1 + Item: Manuk_Coin Rate: 300 - - Item: Egrade_Coin + - Index: 2 + Item: Egrade_Coin Rate: 200 - SubGroup: 4 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 500 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 300 - - Item: Egrade_Coin + - Index: 2 + Item: Egrade_Coin Rate: 200 - Group: LUCKY_BAG SubGroups: - SubGroup: 1 List: - - Item: Fire_Cracker + - Index: 0 + Item: Fire_Cracker Rate: 8 - - Item: Korea_Rice_Cake + - Index: 1 + Item: Korea_Rice_Cake Rate: 6 - - Item: Handsei + - Index: 2 + Item: Handsei Rate: 2 - - Item: Taiwan_Luk_Coin + - Index: 3 + Item: Taiwan_Luk_Coin Rate: 3 - - Item: Big_Luk_Bookmark + - Index: 4 + Item: Big_Luk_Bookmark Rate: 1 - Group: LUCKY_EGG_C SubGroups: - SubGroup: 1 List: - - Item: Sealed_Mistress_Card - Rate: 1 - Announced: true - - Item: Magic_Card_Album - Rate: 50 - Announced: true - - Item: White_Slim_Pot_Box2 - Rate: 1500 - - Item: Poison_Bottle_Box2 - Rate: 1500 - - Item: Blue_Herb_Box2 - Rate: 1500 - - Item: Chung_E_Pet_Coupon - Rate: 1200 - - Item: Succu_Pet_Coupon - Rate: 1200 - - Item: Imp_Pet_Coupon - Rate: 1200 - - Item: Guarantee_Weapon_5Up - Rate: 200 - - Item: Guarantee_Armor_5Up - Rate: 200 - - Item: Crown_ - Rate: 290 - - Item: Sharp_Gear_ - Rate: 250 - - Item: Ribbon_Of_Bride - Rate: 50 - Announced: true - - Item: Odin's_Blessing - Rate: 599 - - Item: Archangel_Wing - Rate: 50 - Announced: true - - Item: Elven_Ears_ + - Index: 0 + Item: Old_Card_Album Rate: 10 - Announced: true - - Item: Rabbit_Earplug + - Index: 1 + Item: Magic_Card_Album + Rate: 5 + - Index: 2 + Item: White_Slim_Pot_Box2 + Rate: 100 + - Index: 3 + Item: Poison_Bottle_Box2 + Rate: 100 + - Index: 4 + Item: Blue_Herb_Box2 + Rate: 100 + - Index: 5 + Item: Chung_E_Pet_Coupon + Rate: 20 + - Index: 6 + Item: Succu_Pet_Coupon + Rate: 14 + - Index: 7 + Item: Imp_Pet_Coupon + Rate: 20 + - Index: 8 + Item: Agav_Card + Rate: 80 + - Index: 9 + Item: Echio_Card + Rate: 80 + - Index: 10 + Item: Crown_ + Rate: 50 + - Index: 11 + Item: Sharp_Gear_ + Rate: 50 + - Index: 12 + Item: Wind_Sprits_Armor_ + Rate: 10 + - Index: 13 + Item: Odin's_Blessing + Rate: 60 + - Index: 14 + Item: Treasure_Box Rate: 200 + - Index: 15 + Item: Elven_Ears + Rate: 100 + - Index: 16 + Item: Rabbit_Earplug + Rate: 1 - Group: LUCKY_EGG_C10 SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_8Up + - Index: 0 + Item: Guarantee_Weapon_8Up + Rate: 10 + Announced: true + - Index: 1 + Item: Guarantee_Armor_8Up + Rate: 10 + Announced: true + - Index: 2 + Item: Magic_Card_Album Rate: 5 Announced: true - - Item: Guarantee_Armor_8Up - Rate: 5 + - Index: 3 + Item: Evil_Marcher_Hat + Rate: 182 Announced: true - - Item: Magic_Card_Album + - Index: 4 + Item: Comp_Battle_Manual + Rate: 500 + Amount: 2 + - Index: 5 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 6 + Item: Comp_Insurance + Rate: 300 + Amount: 2 + - Index: 7 + Item: Poison_Bottle_Box2 + Rate: 100 + - Index: 8 + Item: Bloody_Dead_Branch Rate: 50 Announced: true - - Item: Evil_Marcher_Hat - Rate: 15 - Announced: true - - Item: Battle_Manual_Box - Rate: 500 - - Item: Comp_Bubble_Gum - Rate: 1000 - Amount: 3 - - Item: Comp_Insurance - Rate: 1000 - Amount: 3 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Bloody_Dead_Branch + - Index: 9 + Item: Guarantee_Weapon_5Up Rate: 100 - Announced: true - - Item: Guarantee_Weapon_5Up + - Index: 10 + Item: Guarantee_Armor_5Up + Rate: 100 + - Index: 11 + Item: E_WOB_Rune + Rate: 300 + Amount: 5 + - Index: 12 + Item: E_WOB_Schwaltz + Rate: 300 + Amount: 5 + - Index: 13 + Item: E_WOB_Rachel + Rate: 300 + Amount: 5 + - Index: 14 + Item: E_WOB_Local + Rate: 300 + Amount: 5 + - Index: 15 + Item: Old_Violet_Box + Rate: 770 + - Index: 16 + Item: Treasure_Box + Rate: 880 + - Index: 17 + Item: White_Slim_Pot_Box2 + Rate: 1400 + - Index: 18 + Item: Old_Card_Album + Rate: 400 + - Index: 19 + Item: Heart_Eye_Patch1 + Rate: 396 + - Index: 20 + Item: Heart_Eye_Patch2 + Rate: 397 + - Index: 21 + Item: Boy's_Naivety Rate: 200 - Announced: true - - Item: Guarantee_Armor_5Up + Amount: 10 + - Index: 22 + Item: Flaming_Ice Rate: 200 - Announced: true - - Item: E_WOB_Rune - Rate: 900 Amount: 10 - - Item: E_WOB_Schwaltz - Rate: 900 + - Index: 23 + Item: Tantanmen + Rate: 200 Amount: 10 - - Item: E_WOB_Rachel - Rate: 900 - Amount: 10 - - Item: E_WOB_Local - Rate: 900 - Amount: 10 - - Item: RWC2010_Indonesia - Rate: 1 - Announced: true - - Item: Sealed_Kiel_Card - Rate: 1 - Announced: true - - Item: White_Slim_Pot_Box2 - Rate: 800 - - Item: Sealed_B_Ygnizem_Card - Rate: 1 - Announced: true - - Item: Heart_Eye_Patch1 - Rate: 150 - Announced: true - - Item: Heart_Eye_Patch2 - Rate: 150 - Announced: true - - Item: Boy's_Naivety - Rate: 400 - - Item: Flaming_Ice - Rate: 400 - - Item: Tantanmen - Rate: 400 - - Item: Enchant_Book - Rate: 22 - Announced: true + - Index: 24 + Item: Enchant_Book + Rate: 2100 - Group: LUCKY_EGG_C2 SubGroups: - SubGroup: 1 List: - - Item: Magic_Card_Album + - Index: 0 + Item: Old_Card_Album + Rate: 10 + - Index: 1 + Item: Magic_Card_Album + Rate: 5 + - Index: 2 + Item: White_Slim_Pot_Box2 + Rate: 90 + - Index: 3 + Item: Poison_Bottle_Box2 + Rate: 90 + - Index: 4 + Item: Blue_Herb_Box2 + Rate: 90 + - Index: 5 + Item: Carat_Card + Rate: 20 + - Index: 6 + Item: Nine_Tail_Card + Rate: 20 + - Index: 7 + Item: Pupa_Card + Rate: 14 + - Index: 8 + Item: Morrigane's_Belt + Rate: 50 + - Index: 9 + Item: Morrigane's_Pendant + Rate: 50 + - Index: 10 + Item: An_Eye_Of_Dullahan + Rate: 50 + - Index: 11 + Item: Comp_Battle_Manual + Rate: 30 + - Index: 12 + Item: Comp_Bubble_Gum + Rate: 30 + - Index: 13 + Item: Comp_Insurance Rate: 50 - - Item: White_Slim_Pot_Box2 - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 900 - - Item: Blue_Herb_Box2 - Rate: 900 - - Item: Guarantee_Weapon_5Up - Rate: 200 - - Item: Guarantee_Armor_5Up - Rate: 200 - - Item: Sealed_Dracula_Card - Rate: 1 - - Item: Drake_Card - Rate: 1 - - Item: Cancer_Diadem - Rate: 150 - - Item: Cancer_Crown - Rate: 150 - - Item: Mini_Propeller_ - Rate: 150 - - Item: Battle_Manual_Box - Rate: 1000 - Announced: true - - Item: Comp_Bubble_Gum - Rate: 800 - - Item: Comp_Insurance - Rate: 800 Amount: 3 - Announced: true - - Item: J_Aspersio_5_Scroll - Rate: 800 + - Index: 14 + Item: J_Aspersio_5_Scroll + Rate: 60 Amount: 5 - Announced: true - - Item: Underripe_Yggseed - Rate: 800 - Amount: 10 - Announced: true - - Item: Psychic_ArmorS - Rate: 800 + - Index: 15 + Item: Psychic_ArmorS + Rate: 30 Amount: 2 - Announced: true - - Item: Yggdrasilberry_Box_ - Rate: 948 - Announced: true - - Item: Bogy_Horn + - Index: 16 + Item: Underripe_Yggseed + Rate: 50 + Amount: 10 + - Index: 17 + Item: Yggdrasilberry + Rate: 50 + Amount: 5 + - Index: 18 + Item: Treasure_Box Rate: 150 - Announced: true - - Item: Flame_Sprits_Armor__ - Rate: 150 - Announced: true - - Item: Jasper_Crest - Rate: 150 - Announced: true + - Index: 19 + Item: Bogy_Horn + Rate: 20 + - Index: 20 + Item: Flame_Sprits_Armor__ + Rate: 20 + - Index: 21 + Item: Machoman_Glasses + Rate: 20 + - Index: 22 + Item: Jasper_Crest + Rate: 1 - Group: LUCKY_EGG_C3 SubGroups: - SubGroup: 1 List: - - Item: Magic_Card_Album - Rate: 50 - Announced: true - - Item: White_Slim_Pot_Box2 - Rate: 800 - - Item: Poison_Bottle_Box2 - Rate: 800 - - Item: Blue_Herb_Box2 - Rate: 800 - - Item: Chung_E_Pet_Coupon - Rate: 500 - Announced: true - - Item: Succu_Pet_Coupon - Rate: 500 - Announced: true - - Item: Imp_Pet_Coupon - Rate: 500 - Announced: true - - Item: Leo_Crown - Rate: 150 - Announced: true - - Item: Dress_Hat - Rate: 100 - Announced: true - - Item: Sunglasses_ + - Index: 0 + Item: Old_Card_Album Rate: 10 - Announced: true - - Item: Battle_Manual_Box - Rate: 489 - - Item: Comp_Bubble_Gum - Rate: 800 - Amount: 3 - - Item: Comp_Insurance - Rate: 800 - Amount: 3 - - Item: J_Aspersio_5_Scroll - Rate: 800 - Amount: 5 - - Item: Underripe_Yggseed - Rate: 800 - Amount: 10 - - Item: Psychic_ArmorS - Rate: 800 - Amount: 2 - - Item: Yggdrasilberry_Box_ - Rate: 800 - - Item: Upg_Buckler_Box + - Index: 1 + Item: Magic_Card_Album + Rate: 5 + - Index: 2 + Item: White_Slim_Pot_Box2 Rate: 100 - Announced: true - - Item: Flame_Sprits_Armor__ - Rate: 200 - Announced: true - - Item: Sealed_Kiel_Card - Rate: 1 - Announced: true - - Item: Donut_In_Mouth - Rate: 150 - Announced: true - - Item: K_Rabbit_Bonnet + - Index: 3 + Item: Poison_Bottle_Box2 + Rate: 100 + - Index: 4 + Item: Blue_Herb_Box2 + Rate: 100 + - Index: 5 + Item: Carat_Card + Rate: 20 + - Index: 6 + Item: Nine_Tail_Card + Rate: 20 + - Index: 7 + Item: Antique_Firelock_Card + Rate: 20 + - Index: 8 + Item: Pupa_Card + Rate: 14 + - Index: 9 + Item: Linen_Glove + Rate: 21 + - Index: 10 + Item: Pinguicula_Corsage + Rate: 55 + - Index: 11 + Item: Comp_Battle_Manual + Rate: 30 + - Index: 12 + Item: Comp_Bubble_Gum + Rate: 30 + - Index: 13 + Item: Comp_Insurance Rate: 50 - Announced: true + Amount: 3 + - Index: 14 + Item: J_Aspersio_5_Scroll + Rate: 60 + Amount: 5 + - Index: 15 + Item: Psychic_ArmorS + Rate: 30 + Amount: 2 + - Index: 16 + Item: Underripe_Yggseed + Rate: 55 + Amount: 10 + - Index: 17 + Item: Yggdrasilberry + Rate: 50 + Amount: 5 + - Index: 18 + Item: Treasure_Box + Rate: 150 + - Index: 19 + Item: Flame_Sprits_Armor__ + Rate: 30 + - Index: 20 + Item: Machoman_Glasses + Rate: 30 + - Index: 21 + Item: Donut_In_Mouth + Rate: 15 + - Index: 22 + Item: K_Rabbit_Bonnet + Rate: 5 - Group: LUCKY_EGG_C4 SubGroups: - SubGroup: 1 List: - - Item: White_Slim_Pot_Box2 - Rate: 790 - - Item: Poison_Bottle_Box2 - Rate: 720 - - Item: Blue_Herb_Box2 - Rate: 720 - - Item: Battle_Manual_Box - Rate: 700 - - Item: J_Aspersio_5_Scroll - Rate: 720 + - Index: 0 + Item: White_Slim_Pot_Box2 + Rate: 95 + - Index: 1 + Item: Poison_Bottle_Box2 + Rate: 90 + - Index: 2 + Item: Blue_Herb_Box2 + Rate: 90 + - Index: 3 + Item: Comp_Battle_Manual + Rate: 70 + - Index: 4 + Item: J_Aspersio_5_Scroll + Rate: 70 Amount: 5 - - Item: Deviling_Card - Rate: 1 - Announced: true - - Item: Comp_Bubble_Gum - Rate: 720 - Amount: 3 - - Item: Comp_Insurance - Rate: 720 - Amount: 3 - - Item: Underripe_Yggseed - Rate: 720 - Amount: 10 - - Item: Psychic_ArmorS - Rate: 720 - Amount: 2 - - Item: Yggdrasilberry_Box_ - Rate: 720 - - Item: Sealed_B_Ygnizem_Card - Rate: 1 - Announced: true - - Item: Lunatic_Hat_Box - Rate: 200 - Announced: true - - Item: Necromencer's_Hood - Rate: 200 - Announced: true - - Item: Fried_Egg - Rate: 200 - Announced: true - - Item: Sagittarius_Crown - Rate: 200 - Announced: true - - Item: Savage_Baby_Hat - Rate: 198 - Announced: true - - Item: Fur_Seal_Hat_Box - Rate: 200 - Announced: true - - Item: Chung_E_Pet_Coupon - Rate: 500 - Announced: true - - Item: Succu_Pet_Coupon - Rate: 500 - Announced: true - - Item: Imp_Pet_Coupon - Rate: 500 - Announced: true - - Item: Magic_Card_Album + - Index: 5 + Item: Puente_Robe Rate: 50 - Announced: true + - Index: 6 + Item: Comp_Bubble_Gum + Rate: 50 + - Index: 7 + Item: Comp_Insurance + Rate: 50 + Amount: 3 + - Index: 8 + Item: Psychic_ArmorS + Rate: 50 + Amount: 2 + - Index: 9 + Item: Underripe_Yggseed + Rate: 50 + Amount: 10 + - Index: 10 + Item: Yggdrasilberry + Rate: 50 + Amount: 5 + - Index: 11 + Item: Treasure_Box + Rate: 120 + - Index: 12 + Item: Lunatic_Hat + Rate: 25 + - Index: 13 + Item: Necromencer's_Hood + Rate: 25 + - Index: 14 + Item: Fried_Egg + Rate: 25 + - Index: 15 + Item: Savage_Baby_Hat + Rate: 25 + - Index: 16 + Item: Fur_Seal_Hat + Rate: 25 + - Index: 17 + Item: Old_Card_Album + Rate: 25 + - Index: 18 + Item: Hilsrion_Card + Rate: 10 + - Index: 19 + Item: Magic_Card_Album + Rate: 5 - Group: LUCKY_EGG_C5 SubGroups: - SubGroup: 1 List: - - Item: Yggdrasilberry_Box_ - Rate: 900 - - Item: Underripe_Yggseed - Rate: 900 - Amount: 10 - - Item: Psychic_ArmorS - Rate: 900 - Amount: 2 - - Item: J_Aspersio_5_Scroll - Rate: 900 + - Index: 0 + Item: Treasure_Box + Rate: 500 + - Index: 1 + Item: Yggdrasilberry + Rate: 500 Amount: 5 - - Item: Vanberk_Card - Rate: 1 - Announced: true - - Item: Sealed_Ktullanux_Card - Rate: 1 - Announced: true - - Item: Comp_Bubble_Gum - Rate: 900 + - Index: 2 + Item: Underripe_Yggseed + Rate: 500 + Amount: 10 + - Index: 3 + Item: Psychic_ArmorS + Rate: 500 + Amount: 2 + - Index: 4 + Item: J_Aspersio_5_Scroll + Rate: 700 + Amount: 5 + - Index: 5 + Item: Vanberk_Card + Rate: 200 + - Index: 6 + Item: Isilla_Card + Rate: 200 + - Index: 7 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 8 + Item: Comp_Insurance + Rate: 500 Amount: 3 - - Item: Comp_Insurance - Rate: 900 - Amount: 3 - - Item: Battle_Manual_Box - Rate: 800 - - Item: Blue_Herb_Box2 - Rate: 800 - - Item: Poison_Bottle_Box2 - Rate: 800 - - Item: White_Slim_Pot_Box2 - Rate: 800 - - Item: Magic_Card_Album + - Index: 9 + Item: Comp_Battle_Manual + Rate: 700 + Amount: 2 + - Index: 10 + Item: Blue_Herb_Box2 + Rate: 1000 + - Index: 11 + Item: Poison_Bottle_Box2 + Rate: 1050 + - Index: 12 + Item: White_Slim_Pot_Box2 + Rate: 1050 + - Index: 13 + Item: Magic_Card_Album Rate: 50 Announced: true - - Item: Magestic_Goat_ - Rate: 150 - Announced: true - - Item: Fallen_Angel_Wing - Rate: 1 - Announced: true - - Item: Delicious_Shaved_Ice - Rate: 299 - Announced: true - - Item: Fit_Pipe - Rate: 299 - Announced: true - - Item: Gril's_Naivety - Rate: 299 - Announced: true - - Item: Ring_Of_Flame_Lord - Rate: 50 - Announced: true - - Item: Samambaia_Box + - Index: 14 + Item: Old_Card_Album + Rate: 250 + - Index: 15 + Item: Linen_Glove Rate: 200 Announced: true - - Item: Ring_Of_Resonance - Rate: 50 + - Index: 16 + Item: Magestic_Goat + Rate: 150 + Announced: true + - Index: 17 + Item: Sharp_Gear_ + Rate: 150 + - Index: 18 + Item: Delicious_Shaved_Ice + Rate: 300 + Amount: 2 + - Index: 19 + Item: Fit_Pipe + Rate: 300 + Amount: 2 + - Index: 20 + Item: Gril's_Naivety + Rate: 300 + Amount: 2 + - Index: 21 + Item: Crown_ + Rate: 300 + - Index: 22 + Item: Samambaia + Rate: 100 + Announced: true + - Index: 23 + Item: Ring_Of_Resonance + Rate: 1 Announced: true - Group: LUCKY_EGG_C6 SubGroups: - SubGroup: 1 List: - - Item: Pierre_Treasurebox + - Index: 0 + Item: Treasure_Box Rate: 500 - - Item: Yggdrasilberry + - Index: 1 + Item: Yggdrasilberry Rate: 500 Amount: 5 - - Item: Underripe_Yggseed + - Index: 2 + Item: Underripe_Yggseed Rate: 500 Amount: 10 - - Item: Psychic_ArmorS + - Index: 3 + Item: Psychic_ArmorS Rate: 500 Amount: 2 - - Item: J_Aspersio_5_Scroll + - Index: 4 + Item: J_Aspersio_5_Scroll Rate: 700 Amount: 5 - - Item: Comp_Insurance + - Index: 5 + Item: Comp_Insurance Rate: 700 Amount: 3 - - Item: Comp_Bubble_Gum + - Index: 6 + Item: Comp_Bubble_Gum Rate: 700 Amount: 2 - - Item: Comp_Battle_Manual + - Index: 7 + Item: Comp_Battle_Manual Rate: 500 Amount: 2 - - Item: Blue_Herb_Box2 + - Index: 8 + Item: Blue_Herb_Box2 Rate: 1000 - - Item: Poison_Bottle_Box2 + - Index: 9 + Item: Poison_Bottle_Box2 Rate: 1200 - - Item: White_Slim_Pot_Box2 + - Index: 10 + Item: White_Slim_Pot_Box2 Rate: 1200 - - Item: Magic_Card_Album + - Index: 11 + Item: Magic_Card_Album Rate: 50 Announced: true - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 350 - - Item: Guarantee_Armor_7Up + - Index: 13 + Item: Guarantee_Armor_7Up Rate: 300 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 14 + Item: Guarantee_Weapon_7Up Rate: 300 Announced: true - - Item: Passion_FB_Hat + - Index: 15 + Item: Passion_FB_Hat Rate: 300 Announced: true - - Item: Cool_FB_Hat + - Index: 16 + Item: Cool_FB_Hat Rate: 300 Announced: true - - Item: Victory_FB_Hat + - Index: 17 + Item: Victory_FB_Hat Rate: 300 Announced: true - - Item: Glory_FB_Hat + - Index: 18 + Item: Glory_FB_Hat Rate: 100 Announced: true - Group: LUCKY_EGG_C7 SubGroups: - SubGroup: 1 List: - - Item: Magic_Card_Album - Rate: 50 - Announced: true - - Item: Yggdrasilberry_Box_ - Rate: 1043 - - Item: Underripe_Yggseed - Rate: 1000 - Amount: 10 - - Item: Psychic_ArmorS - Rate: 1000 - Amount: 2 - - Item: J_Aspersio_5_Scroll - Rate: 1000 + - Index: 0 + Item: Treasure_Box + Rate: 1200 + - Index: 1 + Item: Yggdrasilberry + Rate: 500 Amount: 5 - - Item: Comp_Insurance - Rate: 1000 - Amount: 3 - - Item: Comp_Bubble_Gum - Rate: 1000 - Amount: 3 - - Item: Battle_Manual_Box + - Index: 2 + Item: Underripe_Yggseed + Rate: 500 + Amount: 10 + - Index: 3 + Item: Psychic_ArmorS + Rate: 500 + Amount: 2 + - Index: 4 + Item: J_Aspersio_5_Scroll + Rate: 700 + Amount: 5 + - Index: 5 + Item: Comp_Insurance Rate: 800 - - Item: Blue_Herb_Box2 + Amount: 3 + - Index: 6 + Item: Comp_Bubble_Gum + Rate: 800 + Amount: 2 + - Index: 7 + Item: Comp_Battle_Manual + Rate: 800 + Amount: 2 + - Index: 8 + Item: Blue_Herb_Box2 Rate: 1000 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: White_Slim_Pot_Box2 - Rate: 1000 - - Item: Valkyrie_Helm + - Index: 9 + Item: Poison_Bottle_Box2 + Rate: 1200 + - Index: 10 + Item: White_Slim_Pot_Box2 + Rate: 1200 + - Index: 11 + Item: Magic_Card_Album Rate: 50 Announced: true - - Item: Ifrit_Card + - Index: 12 + Item: Old_Card_Album + Rate: 380 + - Index: 13 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 14 + Item: Guarantee_Weapon_7Up + Rate: 80 + Announced: true + - Index: 15 + Item: Guarantee_Armor_9Up Rate: 1 Announced: true - - Item: Guarantee_Armor_7Up - Rate: 25 - Announced: true - - Item: Guarantee_Weapon_7Up - Rate: 25 - Announced: true - - Item: Guarantee_Armor_9Up - Rate: 2 - Announced: true - - Item: Guarantee_Weapon_9Up - Rate: 2 - Announced: true - - Item: Mask_Of_Ifrit + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 1 Announced: true - - Item: Ifrit's_Ear - Rate: 1 + - Index: 17 + Item: Mask_Of_Ifrit + Rate: 100 + Announced: true + - Index: 18 + Item: Ifrit's_Ear + Rate: 100 Announced: true - Group: LUCKY_EGG_C8 SubGroups: - SubGroup: 1 List: - - Item: Yggdrasilberry_Box_ - Rate: 900 - - Item: Bloody_Dead_Branch - Rate: 95 - Announced: true - - Item: Dead_Tree_Branch_Box2 - Rate: 1000 - - Item: Psychic_ArmorS - Rate: 1000 - Amount: 2 - - Item: J_Aspersio_5_Scroll - Rate: 1000 - Amount: 5 - - Item: Comp_Insurance - Rate: 1000 - Amount: 3 - - Item: Comp_Bubble_Gum - Rate: 1000 - Amount: 3 - - Item: Battle_Manual_Box - Rate: 900 - - Item: Fruit_Of_Mastela_Box2 - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 900 - - Item: White_Slim_Pot_Box2 - Rate: 900 - - Item: Magic_Card_Album + - Index: 0 + Item: Treasure_Box + Rate: 1200 + - Index: 1 + Item: Bloody_Dead_Branch Rate: 50 Announced: true - - Item: Black_Devil_Mask_ + - Index: 2 + Item: Branch_Of_Dead_Tree + Rate: 500 + Amount: 5 + - Index: 3 + Item: Psychic_ArmorS + Rate: 500 + Amount: 4 + - Index: 4 + Item: J_Aspersio_5_Scroll + Rate: 700 + Amount: 10 + - Index: 5 + Item: Comp_Insurance + Rate: 800 + Amount: 3 + - Index: 6 + Item: Comp_Bubble_Gum + Rate: 800 + Amount: 2 + - Index: 7 + Item: Comp_Battle_Manual + Rate: 800 + Amount: 2 + - Index: 8 + Item: Fruit_Of_Mastela_Box2 + Rate: 1000 + - Index: 9 + Item: Poison_Bottle_Box2 + Rate: 1200 + - Index: 10 + Item: White_Slim_Pot_Box2 + Rate: 1200 + - Index: 11 + Item: Magic_Card_Album + Rate: 50 + Announced: true + - Index: 12 + Item: Old_Card_Album + Rate: 380 + - Index: 13 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 14 + Item: Guarantee_Weapon_7Up + Rate: 80 + Announced: true + - Index: 15 + Item: Guarantee_Armor_9Up Rate: 1 Announced: true - - Item: Guarantee_Armor_7Up - Rate: 25 + - Index: 16 + Item: Guarantee_Weapon_9Up + Rate: 1 Announced: true - - Item: Guarantee_Weapon_7Up - Rate: 25 + - Index: 17 + Item: Drooping_Morocc_Minion + Rate: 50 Announced: true - - Item: Guarantee_Armor_9Up - Rate: 2 - Announced: true - - Item: Guarantee_Weapon_9Up - Rate: 2 - Announced: true - - Item: Drooping_Morocc_Minion - Rate: 150 - Announced: true - - Item: Wanderer's_Sakkat - Rate: 150 + - Index: 18 + Item: Wanderer's_Sakkat + Rate: 108 Announced: true - Group: LUCKY_EGG_C9 SubGroups: - SubGroup: 1 List: - - Item: Comp_Bubble_Gum - Rate: 1500 - Amount: 3 - - Item: Battle_Manual_Box - Rate: 1459 - - Item: Comp_Insurance - Rate: 1500 - Amount: 3 - - Item: White_Slim_Pot_Box2 - Rate: 1500 - - Item: Poison_Bottle_Box2 - Rate: 1500 - - Item: Dead_Tree_Branch_Box2 - Rate: 1500 - - Item: Elven_Ears_ - Rate: 10 - Announced: true - - Item: Holy_Marching_Hat_J - Rate: 300 - Announced: true - - Item: Auger_Of_Spirit - Rate: 20 - Announced: true - - Item: Orc_Hero_Card - Rate: 1 - Announced: true - - Item: Flying_Angel - Rate: 100 - Announced: true - - Item: Guarantee_Armor_7Up - Rate: 25 - Announced: true - - Item: Guarantee_Weapon_7Up - Rate: 25 - Announced: true - - Item: Bloody_Dead_Branch + - Index: 0 + Item: Comp_Bubble_Gum + Rate: 1600 + Amount: 2 + - Index: 1 + Item: Comp_Battle_Manual + Rate: 1600 + Amount: 2 + - Index: 2 + Item: Treasure_Box + Rate: 1484 + - Index: 3 + Item: Comp_Insurance + Rate: 1056 + Amount: 2 + - Index: 4 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 5 + Item: Poison_Bottle_Box2 + Rate: 980 + - Index: 6 + Item: Branch_Of_Dead_Tree Rate: 500 + Amount: 5 + - Index: 7 + Item: Old_Card_Album + Rate: 400 + - Index: 8 + Item: Holy_Marching_Hat_J + Rate: 350 Announced: true - - Item: Magic_Card_Album + - Index: 9 + Item: Auger_Of_Spirit + Rate: 250 + - Index: 10 + Item: Elven_Ears + Rate: 200 + - Index: 11 + Item: Ear_Of_Angel's_Wing + Rate: 150 + - Index: 12 + Item: Guarantee_Armor_7Up + Rate: 150 + Announced: true + - Index: 13 + Item: Guarantee_Weapon_7Up + Rate: 150 + Announced: true + - Index: 14 + Item: Bloody_Dead_Branch Rate: 50 Announced: true - - Item: Guarantee_Armor_8Up - Rate: 5 + - Index: 15 + Item: Magic_Card_Album + Rate: 50 Announced: true - - Item: Guarantee_Weapon_8Up - Rate: 5 + - Index: 16 + Item: Guarantee_Armor_8Up + Rate: 15 + Announced: true + - Index: 17 + Item: Guarantee_Weapon_8Up + Rate: 15 Announced: true - Group: LUCKY_SCROLL08 SubGroups: - SubGroup: 1 List: - - Item: Kafra_Card + - Index: 0 + Item: Kafra_Card Rate: 220 - Amount: 5 + Amount: 15 UniqueId: true - - Item: Battle_Manual + - Index: 1 + Item: Battle_Manual Rate: 210 Amount: 5 UniqueId: true - - Item: Bubble_Gum + - Index: 2 + Item: Bubble_Gum Rate: 210 Amount: 5 UniqueId: true - - Item: Token_Of_Siegfried_Box + - Index: 3 + Item: Token_Of_Siegfried Rate: 100 - Amount: 5 + Amount: 15 UniqueId: true - - Item: Neuralizer + - Index: 4 + Item: Neuralizer Rate: 2 UniqueId: true - - Item: Mini_Propeller_ + - Index: 5 + Item: Mini_Propeller_ Rate: 1 UniqueId: true - - Item: Branch_Of_Dead_Tree_Box + - Index: 6 + Item: Branch_Of_Dead_Tree_Box Rate: 5 UniqueId: true - - Item: Dark_Lord_Card + - Index: 7 + Item: Dark_Lord_Card Rate: 1 UniqueId: true - - Item: Dark_Illusion_Card + - Index: 8 + Item: Dark_Illusion_Card Rate: 1 UniqueId: true - - Item: Angelic_Chain_ + - Index: 9 + Item: Angelic_Chain Rate: 2 UniqueId: true - - Item: Satanic_Chain_ + - Index: 10 + Item: Satanic_Chain Rate: 3 UniqueId: true - - Item: Magestic_Goat_TW + - Index: 11 + Item: Magestic_Goat_TW Rate: 2 UniqueId: true - - Item: Bunny_Band_ + - Index: 12 + Item: Bunny_Band_ Rate: 3 UniqueId: true - - Item: Drooping_Kitty_ + - Index: 13 + Item: Drooping_Kitty_ Rate: 5 UniqueId: true - - Item: Tulip_Hairpin + - Index: 14 + Item: Tulip_Hairpin Rate: 65 UniqueId: true - - Item: Insurance_Package + - Index: 15 + Item: Insurance Rate: 60 UniqueId: true - - Item: Leaf_Of_Yggdrasil + - Index: 16 + Item: Leaf_Of_Yggdrasil Rate: 110 Amount: 15 UniqueId: true @@ -13252,1200 +20914,1801 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Silvervine + - Index: 0 + Item: Silvervine Amount: 10 - - Item: Sealed_Apo_H_Scroll + - Index: 1 + Item: Malang_Sp_Can + Amount: 30 + - Index: 2 + Item: Sealed_Apo_H_Scroll + UniqueId: true - Group: LUCKY_SILVERVINE_FRUIT_BOX_III110 SubGroups: - SubGroup: 0 List: - - Item: Silvervine + - Index: 0 + Item: Silvervine Amount: 110 - - Item: Sealed_Apo_H_Scroll + - Index: 1 + Item: Malang_Sp_Can + Amount: 330 + - Index: 2 + Item: Sealed_Apo_H_Scroll Amount: 11 + UniqueId: true - Group: MAGICCARDALBUM SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Ghostring_Card - Rate: 1 - - Item: Angeling_Card - Rate: 1 - - Item: Gryphon_Card - Rate: 1 - - Item: Dark_Illusion_Card - Rate: 1 - - Item: Deviling_Card - Rate: 1 - - Item: Dragon_Fly_Card - Rate: 10 - - Item: Vagabond_Wolf_Card - Rate: 10 - - Item: Mastering_Card - Rate: 10 - - Item: Maya_Puple_Card - Rate: 1 - - Item: Mutant_Dragon_Card - Rate: 10 - - Item: Mysteltainn_Card - Rate: 1 - - Item: Vocal_Card - Rate: 1 - - Item: Owl_Duke_Card + - Index: 0 + Item: Ghostring_Card + Rate: 100 + - Index: 1 + Item: Angeling_Card + Rate: 100 + - Index: 2 + Item: Gryphon_Card + Rate: 100 + - Index: 3 + Item: Dark_Illusion_Card + Rate: 100 + - Index: 4 + Item: Deviling_Card + Rate: 100 + - Index: 5 + Item: Dragon_Fly_Card + Rate: 1000 + - Index: 6 + Item: Vagabond_Wolf_Card + Rate: 1000 + - Index: 7 + Item: Mastering_Card + Rate: 1000 + - Index: 8 + Item: Maya_Puple_Card + Rate: 100 + - Index: 9 + Item: Mutant_Dragon_Card + Rate: 1000 + - Index: 10 + Item: Mysteltainn_Card + Rate: 100 + - Index: 11 + Item: Owl_Duke_Card + Rate: 500 + - Index: 12 + Item: Owl_Baron_Card + Rate: 500 + - Index: 13 + Item: Archangeling_Card + Rate: 100 + - Index: 14 + Item: Antonio_Card + Rate: 50 + - Index: 15 + Item: Executioner_Card + Rate: 100 + - Index: 16 + Item: Tirfing_Card + Rate: 100 + - Index: 17 + Item: Eclipse_Card + Rate: 100 + - Index: 18 + Item: Cat_O_Nine_Tail_Card + Rate: 500 + - Index: 19 + Item: Chimera_Card + Rate: 1000 + - Index: 20 + Item: Toad_Card + Rate: 1000 + - Index: 21 + Item: Gemini_Card + Rate: 100 + - Index: 22 + Item: Hydro_Card + Rate: 1000 + - Index: 23 + Item: Retribution_Card + Rate: 1000 + - Index: 24 + Item: Observation_Card + Rate: 1000 + - Index: 25 + Item: Shelter_Card + Rate: 1000 + - Index: 26 + Item: Solace_Card + Rate: 1000 + - Index: 27 + Item: Tha_Maero_Card + Rate: 1000 + - Index: 28 + Item: Tha_Odium_Card + Rate: 1000 + - Index: 29 + Item: Tha_Despero_Card + Rate: 1000 + - Index: 30 + Item: Tha_Dolor_Card + Rate: 1000 + - Index: 31 + Item: Skeggiold_Card + Rate: 1000 + - Index: 32 + Item: Salamander_Card + Rate: 1000 + - Index: 33 + Item: Kasa_Card + Rate: 1000 + - Index: 34 + Item: Galion_Card + Rate: 1000 + - Index: 35 + Item: Byorgue_Card + Rate: 1000 + - Index: 36 + Item: Sword_Guardian_Card + Rate: 1000 + - Index: 37 + Item: Bow_Guardian_Card + Rate: 1000 + - Index: 38 + Item: Necromancer_Card + Rate: 1000 + - Index: 39 + Item: Hardrock_Mommos_Card + Rate: 600 + - Index: 40 + Item: Tendrilion_Card + Rate: 600 + - Index: 41 + Item: Gold_Scaraba_Card + Rate: 500 + - Index: 42 + Item: King_Dramoh_Card + Rate: 100 + - Index: 43 + Item: Wild_Rider_Card + Rate: 100 + - Index: 44 + Item: Fenrir_Card_ Rate: 5 - - Item: Owl_Baron_Card + - Index: 45 + Item: Soheon_Card + Rate: 100 + - Index: 46 + Item: Elvira_Card + Rate: 100 + - Index: 47 + Item: Lora_Card + Rate: 100 + - Index: 48 + Item: Rudo_Card + Rate: 100 + - Index: 49 + Item: UndeadKnightM_Card Rate: 5 - - Item: Archangeling_Card - Rate: 1 - - Item: Executioner_Card - Rate: 1 - - Item: Tirfing_Card - Rate: 1 - - Item: Eclipse_Card - Rate: 10 - - Item: Chepet_Card - Rate: 10 - - Item: Choco_Card - Rate: 10 - - Item: Cat_O_Nine_Tail_Card + - Index: 50 + Item: UndeadKnightF_Card Rate: 5 - - Item: Kobold_Leader_Card - Rate: 10 - - Item: Chimera_Card - Rate: 10 - - Item: Toad_Card - Rate: 10 - - Item: Bloody_Knight_Card + - Index: 51 + Item: Owl_Viscount_Card + Rate: 500 + - Index: 52 + Item: Owl_Marquees_Card + Rate: 500 + - Index: 53 + Item: IFN_Toad_Card + Rate: 100 + - Index: 54 + Item: IFN_V_Wolf_Card + Rate: 100 + - Index: 55 + Item: IFN_Vocal_Card + Rate: 100 + - Index: 56 + Item: IFN_Eclipse_Card + Rate: 100 + - Index: 57 + Item: IFN_Chimera_Card + Rate: 100 + - Index: 58 + Item: Real_Eremes_Card Rate: 1 - - Item: Ungoliant_Card + Announced: true + - Index: 59 + Item: Real_Magaleta_Card Rate: 1 - - Item: Gemini_Card + Announced: true + - Index: 60 + Item: Real_Katrinn_Card Rate: 1 - - Item: Hydro_Card + Announced: true + - Index: 61 + Item: Real_Shecil_Card Rate: 1 - - Item: Tha_Maero_Card - Rate: 3 - - Item: Tha_Odium_Card - Rate: 3 - - Item: Tha_Despero_Card - Rate: 3 + Announced: true + - Index: 62 + Item: Real_Harword_Card + Rate: 1 + Announced: true + - Index: 63 + Item: Real_Seyren_Card + Rate: 1 + Announced: true + - Index: 64 + Item: Real_Randel_Card + Rate: 1 + Announced: true + - Index: 65 + Item: Real_Flamel_Card + Rate: 1 + Announced: true + - Index: 66 + Item: Real_Ceila_Card + Rate: 1 + Announced: true + - Index: 67 + Item: Real_Chen_Card + Rate: 1 + Announced: true + - Index: 68 + Item: Real_Gertie_Card + Rate: 1 + Announced: true + - Index: 69 + Item: Real_Trentini_Card + Rate: 1 + Announced: true + - Index: 70 + Item: Real_Alphoccio_Card + Rate: 1 + Announced: true + - Index: 71 + Item: Bomi_Card + Rate: 1 + Announced: true + - Index: 72 + Item: As_Bdy_Knight_Card + Rate: 1 + Announced: true + - Index: 73 + Item: As_Wind_Ghost_Card + Rate: 1 + Announced: true + - Index: 74 + Item: Gigantes_Card + Rate: 5 + - Index: 75 + Item: Faceworm_D_Card + Rate: 5 + - Index: 76 + Item: Irene_Elder_Card + Rate: 5 + - Index: 77 + Item: Dy_Card + Rate: 50 + - Index: 78 + Item: Fei_Kanabian_Card + Rate: 5 + - Index: 79 + Item: Chaos_Acolyte_Card + Rate: 1 + Announced: true + - Index: 80 + Item: Knight_Sakray_Card + Rate: 1 + Announced: true + - Index: 81 + Item: Ahat_Card + Rate: 5 + - Index: 82 + Item: Shnaim_Card + Rate: 5 + - Index: 83 + Item: Brinaranea_Card + Rate: 5 + - Index: 84 + Item: Muspellskoll_Card + Rate: 5 - Group: MAGICIAN_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Blood_Butterfly_Card + - Index: 0 + Item: Blood_Butterfly_Card UniqueId: true - - Item: Parasite_Card + - Index: 1 + Item: Parasite_Card UniqueId: true - - Item: Harpy_Card + - Index: 2 + Item: Harpy_Card UniqueId: true - - Item: Miyabi_Ningyo_Card + - Index: 3 + Item: Miyabi_Ningyo_Card UniqueId: true - - Item: Wicked_Nymph_Card + - Index: 4 + Item: Wicked_Nymph_Card UniqueId: true - - Item: Loli_Ruri_Card + - Index: 5 + Item: Loli_Ruri_Card UniqueId: true - Group: MAGIC_CANDY_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Magic_Candy + - Index: 0 + Item: Magic_Candy Amount: 10 UniqueId: true + - Index: 1 + Item: Lucky_Egg_C7 + UniqueId: true - Group: MAJESTIC_DEVIL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Exorcize_Herb + - Index: 0 + Item: Exorcize_Herb Rate: 150 Amount: 10 UniqueId: true - - Item: Realgar_Wine + - Index: 1 + Item: Realgar_Wine Rate: 130 Amount: 10 UniqueId: true - - Item: Mysterious_Travel_Sack2 + - Index: 2 + Item: Mysterious_Travel_Sack2 Rate: 130 UniqueId: true - - Item: Old_Bleu_Box + - Index: 3 + Item: Old_Bleu_Box Rate: 93 Amount: 5 UniqueId: true - - Item: Mental_Potion + - Index: 4 + Item: Mental_Potion Rate: 93 Amount: 2 UniqueId: true - - Item: Teleport_Box1 + - Index: 5 + Item: Teleport_Box1 Rate: 93 Amount: 2 UniqueId: true - - Item: Insurance + - Index: 6 + Item: Insurance Rate: 20 Amount: 6 UniqueId: true - - Item: Bubble_Gum + - Index: 7 + Item: Bubble_Gum Rate: 80 Amount: 6 UniqueId: true - - Item: Box_Of_Sunlight + - Index: 8 + Item: Box_Of_Sunlight Rate: 80 Amount: 5 UniqueId: true - - Item: Max_Weight_Up_Scroll + - Index: 9 + Item: Max_Weight_Up_Scroll Rate: 20 UniqueId: true - - Item: Guyak_Pudding + - Index: 10 + Item: Guyak_Pudding Rate: 80 Amount: 5 UniqueId: true - - Item: Magic_Card_Album + - Index: 11 + Item: Magic_Card_Album Rate: 10 UniqueId: true - - Item: Orleans_Glove + - Index: 12 + Item: Orleans_Glove Rate: 20 UniqueId: true - - Item: Majestic_Evil_Horn + - Index: 13 + Item: Majestic_Evil_Horn Rate: 1 UniqueId: true - Group: MAJESTIC_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 2 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 3 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 4 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 6 + Item: Unbreakable_Def Rate: 300 Amount: 2 - - Item: Unbreakable_Weap + - Index: 7 + Item: Unbreakable_Weap Rate: 300 Amount: 2 - - Item: C_Yellow_Ribbon + - Index: 8 + Item: C_Yellow_Ribbon Rate: 154 - - Item: C_MoonStar_Accessory + - Index: 9 + Item: C_MoonStar_Accessory Rate: 154 - - Item: New_Cowboy_Hat + - Index: 10 + Item: New_Cowboy_Hat Rate: 150 - - Item: Medical_Boots + - Index: 11 + Item: Medical_Boots Rate: 150 - - Item: Thorny_Shoes + - Index: 12 + Item: Thorny_Shoes Rate: 80 Announced: true - - Item: EvilDragon_Armor + - Index: 13 + Item: EvilDragon_Armor Rate: 80 Announced: true - - Item: Fallen_Angel_Blessing_ + - Index: 14 + Item: Fallen_Angel_Blessing_ Rate: 80 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Gloom_Card + - Index: 19 + Item: Sealed_Gloom_Card Rate: 10 Announced: true - - Item: Sealed_Samurai_Card + - Index: 20 + Item: Sealed_Samurai_Card Rate: 10 Announced: true - - Item: Apocalips_H_Card + - Index: 21 + Item: Apocalips_H_Card Rate: 1 Announced: true - - Item: Kiel_Card + - Index: 22 + Item: Kiel_Card Rate: 1 Announced: true - Group: MALANG_CRAB_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Malang_Snow_Crab + - Index: 0 + Item: Malang_Snow_Crab Duration: 60 - Group: MALANG_CRAB_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Malang_Snow_Crab + - Index: 0 + Item: Malang_Snow_Crab Duration: 10080 - Group: MALANG_WOE_ENCARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Ptotection_Seagod_Box - - Item: Octo_Hstick_Box + - Index: 0 + Item: Ptotection_Seagod_Box + UniqueId: true + - Index: 1 + Item: Octo_Hstick_Box + UniqueId: true - Group: MASK SubGroups: - SubGroup: 1 List: - - Item: Mr_Smile + - Index: 0 + Item: Mr_Smile Rate: 10 - - Item: Phantom_Of_Opera + - Index: 1 + Item: Phantom_Of_Opera Rate: 10 - - Item: Mr_Scream + - Index: 2 + Item: Mr_Scream Rate: 10 - - Item: Welding_Mask + - Index: 3 + Item: Welding_Mask Rate: 10 - - Item: Goblini_Mask + - Index: 4 + Item: Goblini_Mask Rate: 10 - - Item: Gas_Mask + - Index: 5 + Item: Gas_Mask Rate: 10 - - Item: Alarm_Mask + - Index: 6 + Item: Alarm_Mask Rate: 10 - - Item: Goblin_Mask_01 + - Index: 7 + Item: Goblin_Mask_01 Rate: 10 - - Item: Goblin_Mask_02 + - Index: 8 + Item: Goblin_Mask_02 Rate: 10 - - Item: Goblin_Mask_03 + - Index: 9 + Item: Goblin_Mask_03 Rate: 10 - - Item: Goblin_Mask_04 + - Index: 10 + Item: Goblin_Mask_04 Rate: 10 - - Item: Zherlthsh_Mask + - Index: 11 + Item: Zherlthsh_Mask Rate: 1 - - Item: Hahoe_Mask + - Index: 12 + Item: Hahoe_Mask Rate: 2 - Group: MASQUERADE SubGroups: - SubGroup: 1 List: - - Item: Drooping_Nine_Tail_ + - Index: 0 + Item: Drooping_Nine_Tail_ Rate: 10 - - Item: Soulless_Wing_ + - Index: 1 + Item: Soulless_Wing_ Rate: 1 - - Item: Marvelous_Wig_ + - Index: 2 + Item: Marvelous_Wig_ Rate: 10 - - Item: Ati_Atihan_Hat_ + - Index: 3 + Item: Ati_Atihan_Hat_ Rate: 10 - Group: MASQUERADE_2 SubGroups: - SubGroup: 1 List: - - Item: Dress_Hat + - Index: 0 + Item: Dress_Hat Rate: 1 - - Item: Black_Bunny_Band + - Index: 1 + Item: Black_Bunny_Band Rate: 13 - - Item: Vanilmirth_Hat + - Index: 2 + Item: Vanilmirth_Hat Rate: 10 - - Item: Cap_Of_Blindness + - Index: 3 + Item: Cap_Of_Blindness Rate: 10 - Group: MEAT SubGroups: - SubGroup: 1 List: - - Item: Meat + - Index: 0 + Item: Meat Rate: 1 - - Item: Monster's_Feed + - Index: 1 + Item: Monster's_Feed Rate: 1 - Group: MERCENARY SubGroups: - SubGroup: 1 List: - - Item: Bow_Mercenary_Scroll1 + - Index: 0 + Item: Bow_Mercenary_Scroll1 Rate: 1 - - Item: Bow_Mercenary_Scroll2 + - Index: 1 + Item: Bow_Mercenary_Scroll2 Rate: 1 - - Item: Bow_Mercenary_Scroll3 + - Index: 2 + Item: Bow_Mercenary_Scroll3 Rate: 1 - - Item: Bow_Mercenary_Scroll4 + - Index: 3 + Item: Bow_Mercenary_Scroll4 Rate: 1 - - Item: Bow_Mercenary_Scroll5 + - Index: 4 + Item: Bow_Mercenary_Scroll5 Rate: 1 - - Item: Bow_Mercenary_Scroll6 + - Index: 5 + Item: Bow_Mercenary_Scroll6 Rate: 1 - - Item: Bow_Mercenary_Scroll7 + - Index: 6 + Item: Bow_Mercenary_Scroll7 Rate: 1 - - Item: Bow_Mercenary_Scroll8 + - Index: 7 + Item: Bow_Mercenary_Scroll8 Rate: 1 - - Item: Bow_Mercenary_Scroll9 + - Index: 8 + Item: Bow_Mercenary_Scroll9 Rate: 1 - - Item: Bow_Mercenary_Scroll10 + - Index: 9 + Item: Bow_Mercenary_Scroll10 Rate: 1 - - Item: SwordMercenary_Scroll1 + - Index: 10 + Item: SwordMercenary_Scroll1 Rate: 1 - - Item: SwordMercenary_Scroll2 + - Index: 11 + Item: SwordMercenary_Scroll2 Rate: 1 - - Item: SwordMercenary_Scroll3 + - Index: 12 + Item: SwordMercenary_Scroll3 Rate: 1 - - Item: SwordMercenary_Scroll4 + - Index: 13 + Item: SwordMercenary_Scroll4 Rate: 1 - - Item: SwordMercenary_Scroll5 + - Index: 14 + Item: SwordMercenary_Scroll5 Rate: 1 - - Item: SwordMercenary_Scroll6 + - Index: 15 + Item: SwordMercenary_Scroll6 Rate: 1 - - Item: SwordMercenary_Scroll7 + - Index: 16 + Item: SwordMercenary_Scroll7 Rate: 1 - - Item: SwordMercenary_Scroll8 + - Index: 17 + Item: SwordMercenary_Scroll8 Rate: 1 - - Item: SwordMercenary_Scroll9 + - Index: 18 + Item: SwordMercenary_Scroll9 Rate: 1 - - Item: SwordMercenary_Scroll10 + - Index: 19 + Item: SwordMercenary_Scroll10 Rate: 1 - - Item: SpearMercenary_Scroll1 + - Index: 20 + Item: SpearMercenary_Scroll1 Rate: 1 - - Item: SpearMercenary_Scroll2 + - Index: 21 + Item: SpearMercenary_Scroll2 Rate: 1 - - Item: SpearMercenary_Scroll3 + - Index: 22 + Item: SpearMercenary_Scroll3 Rate: 1 - - Item: SpearMercenary_Scroll4 + - Index: 23 + Item: SpearMercenary_Scroll4 Rate: 1 - - Item: SpearMercenary_Scroll5 + - Index: 24 + Item: SpearMercenary_Scroll5 Rate: 1 - - Item: SpearMercenary_Scroll6 + - Index: 25 + Item: SpearMercenary_Scroll6 Rate: 1 - - Item: SpearMercenary_Scroll7 + - Index: 26 + Item: SpearMercenary_Scroll7 Rate: 1 - - Item: SpearMercenary_Scroll8 + - Index: 27 + Item: SpearMercenary_Scroll8 Rate: 1 - - Item: SpearMercenary_Scroll9 + - Index: 28 + Item: SpearMercenary_Scroll9 Rate: 1 - - Item: SpearMercenary_Scroll10 + - Index: 29 + Item: SpearMercenary_Scroll10 Rate: 1 - Group: MERCHANT_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Mystcase_Card + - Index: 0 + Item: Mystcase_Card UniqueId: true - - Item: Zipper_Bear_Card + - Index: 1 + Item: Zipper_Bear_Card UniqueId: true - - Item: Raggler_Card + - Index: 2 + Item: Raggler_Card UniqueId: true - - Item: Baby_Leopard_Card + - Index: 3 + Item: Baby_Leopard_Card UniqueId: true - - Item: Hylozoist_Card + - Index: 4 + Item: Hylozoist_Card UniqueId: true - Group: MERCURY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Gloom_Under_Night_Card + - Index: 0 + Item: Gloom_Under_Night_Card Rate: 1 Announced: true - - Item: Maya_Puple_Card + - Index: 1 + Item: Maya_Puple_Card Rate: 2 Announced: true - - Item: Sealed_Samurai_Card + - Index: 2 + Item: Sealed_Samurai_Card Rate: 5 Announced: true - - Item: Sealed_Pharaoh_Card + - Index: 3 + Item: Sealed_Pharaoh_Card Rate: 10 Announced: true - - Item: Sunglasses_ + - Index: 4 + Item: Sunglasses_ Rate: 2 Announced: true - - Item: Mercury_Helm + - Index: 5 + Item: Mercury_Helm Rate: 10 Announced: true - - Item: Sakura_Coronet + - Index: 6 + Item: Sakura_Coronet Rate: 50 Announced: true - - Item: King_Prawn_Hat + - Index: 7 + Item: King_Prawn_Hat Rate: 200 Announced: true - - Item: Lucky_Clover + - Index: 8 + Item: Lucky_Clover Rate: 100 Announced: true - - Item: Prison_Uniform + - Index: 9 + Item: Prison_Uniform Rate: 150 Announced: true - - Item: Little_Fhat + - Index: 10 + Item: Little_Fhat Rate: 100 Announced: true - - Item: Buffalo_Horn + - Index: 11 + Item: Buffalo_Horn Rate: 250 Announced: true - - Item: Superb_Fish_Box50 + - Index: 12 + Item: Superb_Fish_Box50 Rate: 100 - - Item: Abrasive_Box5 + - Index: 13 + Item: Abrasive_Box5 Rate: 800 - - Item: Blue_Herb_Box2 + - Index: 14 + Item: Blue_Herb_Box2 Rate: 1000 - - Item: 17Carat_Dia + - Index: 15 + Item: 17Carat_Dia Rate: 1500 - - Item: Guyak_Pudding + - Index: 16 + Item: Guyak_Pudding Rate: 800 Amount: 10 - - Item: Diabolic_Scroll + - Index: 17 + Item: Diabolic_Scroll Rate: 800 Amount: 10 - - Item: HE_Battle_Manual + - Index: 18 + Item: HE_Battle_Manual Rate: 1250 Amount: 5 - - Item: Siegfried_Box5 + - Index: 19 + Item: Siegfried_Box5 Rate: 1370 - - Item: Fruit_Of_Mastela_Box2 + - Index: 20 + Item: Fruit_Of_Mastela_Box2 Rate: 1500 - Group: MIDGARD_FES_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Anger_Seagod + - Index: 8 + Item: Anger_Seagod Rate: 300 Announced: true - - Item: C_Darkness_Helm + - Index: 9 + Item: C_Darkness_Helm Rate: 150 Announced: true - - Item: Palace_Guard_Cap + - Index: 10 + Item: Palace_Guard_Cap Rate: 150 Announced: true - - Item: Hervor + - Index: 11 + Item: Hervor Rate: 100 Announced: true - - Item: Rhino_Model_Hat + - Index: 12 + Item: Rhino_Model_Hat Rate: 110 Announced: true - - Item: Isabella_Red_Ear + - Index: 13 + Item: Isabella_Red_Ear Rate: 150 Announced: true - - Item: Helmet_Of_Siegfried + - Index: 14 + Item: Helmet_Of_Siegfried Rate: 30 Announced: true - - Item: C_Tare_Zonda + - Index: 15 + Item: C_Tare_Zonda Rate: 159 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 17 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 18 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 19 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Tao_Card + - Index: 20 + Item: Sealed_Tao_Card Rate: 10 Announced: true - - Item: Sealed_Samurai_Card + - Index: 21 + Item: Sealed_Samurai_Card Rate: 10 Announced: true - - Item: Berzebub_Card + - Index: 22 + Item: Berzebub_Card Rate: 1 Announced: true - Group: MIDGARD_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_Blessing_Of_Angels + - Index: 9 + Item: C_Blessing_Of_Angels Rate: 100 Announced: true - - Item: C_Subject_Aura_Red + - Index: 10 + Item: C_Subject_Aura_Red Rate: 100 Announced: true - - Item: Polyhedron_Shoes + - Index: 11 + Item: Polyhedron_Shoes Rate: 200 Announced: true - - Item: Gambler_Seal + - Index: 12 + Item: Gambler_Seal Rate: 200 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Giant_Octopus_Card + - Index: 19 + Item: Giant_Octopus_Card Rate: 10 Announced: true - - Item: Sealed_F_Bishop_Card + - Index: 20 + Item: Sealed_F_Bishop_Card Rate: 10 Announced: true - - Item: Upd_Maya_Puple_Card + - Index: 21 + Item: Upd_Maya_Puple_Card Rate: 1 Announced: true - - Item: Randgris_Card + - Index: 22 + Item: Randgris_Card Rate: 1 Announced: true - Group: MIDGARD_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Str_Dish_Box + - Index: 0 + Item: Str_Dish_Box Rate: 1400 - - Item: Dex_Dish_Box + - Index: 1 + Item: Dex_Dish_Box Rate: 1400 - - Item: Vit_Dish_Box + - Index: 2 + Item: Vit_Dish_Box Rate: 1400 - - Item: Glass_Of_Illusion_Box5 + - Index: 3 + Item: Glass_Of_Illusion_Box5 Rate: 1500 - - Item: Succu_Pet_Coupon + - Index: 4 + Item: Succu_Pet_Coupon Rate: 800 - - Item: Chung_E_Pet_Coupon + - Index: 5 + Item: Chung_E_Pet_Coupon Rate: 800 - - Item: Pilebuncker + - Index: 6 + Item: Pilebuncker Rate: 500 - - Item: Unbreak_Weap_Box + - Index: 7 + Item: Unbreak_Weap_Box Rate: 300 - - Item: Garuda_Hat + - Index: 8 + Item: Garuda_Hat Rate: 253 - - Item: Magic_Card_Album + - Index: 9 + Item: Magic_Card_Album Rate: 200 - - Item: Miracle_Medicine + - Index: 10 + Item: Miracle_Medicine Rate: 500 - - Item: Unbreak_Def_Box + - Index: 11 + Item: Unbreak_Def_Box Rate: 275 - - Item: Guarantee_Weapon_7Up + - Index: 12 + Item: Guarantee_Weapon_7Up Rate: 300 - - Item: Guarantee_Armor_7Up + - Index: 13 + Item: Guarantee_Armor_7Up Rate: 300 - - Item: Guarantee_Weapon_9Up + - Index: 14 + Item: Guarantee_Weapon_9Up Rate: 20 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 15 + Item: Guarantee_Armor_9Up Rate: 20 Announced: true - - Item: Sealed_Lady_Tanee_Card + - Index: 16 + Item: Sealed_Lady_Tanee_Card Rate: 15 Announced: true - - Item: Sealed_Knight_WS_Card + - Index: 17 + Item: Sealed_Knight_WS_Card Rate: 15 Announced: true - - Item: B_Ygnizem_Card + - Index: 18 + Item: B_Ygnizem_Card Rate: 1 Announced: true - - Item: Fallen_Bishop_Card + - Index: 19 + Item: Fallen_Bishop_Card Rate: 1 Announced: true - Group: MID_COIN_POCKET SubGroups: - SubGroup: 1 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 600 - - Item: Sapa_Feat_Cert + - Index: 1 + Item: Sapa_Feat_Cert Rate: 300 - - Item: Bgrade_Coin + - Index: 2 + Item: Bgrade_Coin Rate: 100 - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 600 - - Item: Mora_Coin + - Index: 1 + Item: Mora_Coin Rate: 200 - - Item: Cgrade_Coin + - Index: 2 + Item: Cgrade_Coin Rate: 200 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 500 - - Item: Manuk_Coin + - Index: 1 + Item: Manuk_Coin Rate: 300 - - Item: Dgrade_Coin + - Index: 2 + Item: Dgrade_Coin Rate: 200 - SubGroup: 4 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 500 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 300 - - Item: Egrade_Coin + - Index: 2 + Item: Egrade_Coin Rate: 200 - Group: MIGHTY_STAFF_BOX SubGroups: - SubGroup: 0 List: - - Item: Mighty_Staff_C + - Index: 0 + Item: Mighty_Staff_C Duration: 10080 UniqueId: true - Group: MINERAL SubGroups: - SubGroup: 1 List: - - Item: Emperium + - Index: 0 + Item: Emperium Rate: 1 - - Item: Oridecon_Stone + - Index: 1 + Item: Oridecon_Stone Rate: 1 - - Item: Elunium_Stone + - Index: 2 + Item: Elunium_Stone Rate: 1 - - Item: Gold + - Index: 3 + Item: Gold Rate: 1 - - Item: Oridecon + - Index: 4 + Item: Oridecon Rate: 1 - - Item: Elunium + - Index: 5 + Item: Elunium Rate: 1 - - Item: Boody_Red + - Index: 6 + Item: Boody_Red Rate: 1 - - Item: Crystal_Blue + - Index: 7 + Item: Crystal_Blue Rate: 1 - - Item: Wind_Of_Verdure + - Index: 8 + Item: Wind_Of_Verdure Rate: 1 - - Item: Yellow_Live + - Index: 9 + Item: Yellow_Live Rate: 1 - - Item: Flame_Heart + - Index: 10 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 11 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 12 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 13 + Item: Great_Nature Rate: 1 - - Item: Iron + - Index: 14 + Item: Iron Rate: 1 - - Item: Steel + - Index: 15 + Item: Steel Rate: 1 - - Item: Iron_Ore + - Index: 16 + Item: Iron_Ore Rate: 1 - - Item: Coal + - Index: 17 + Item: Coal Rate: 1 - - Item: Phracon + - Index: 18 + Item: Phracon Rate: 1 - - Item: Emveretarcon + - Index: 19 + Item: Emveretarcon Rate: 1 - Group: MINOR_COIN_BAG SubGroups: - SubGroup: 1 List: - - Item: Manuk_Coin + - Index: 0 + Item: Manuk_Coin Rate: 3 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 3 - - Item: Sapa_Feat_Cert + - Index: 2 + Item: Sapa_Feat_Cert Rate: 3 - - Item: Mora_Coin + - Index: 3 + Item: Mora_Coin Rate: 3 - - Item: Cgrade_Coin + - Index: 4 + Item: Cgrade_Coin Rate: 1 - - Item: Dgrade_Coin + - Index: 5 + Item: Dgrade_Coin Rate: 2 - - Item: Egrade_Coin + - Index: 6 + Item: Egrade_Coin Rate: 1 - - Item: Malang_Sp_Can + - Index: 7 + Item: Malang_Sp_Can Rate: 10 - Group: MOUTH_BUBBLE_GUM_BOX SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 60 UniqueId: true - Group: MS_CANCER_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Garm_Card + - Index: 0 + Item: Garm_Card Rate: 2 Announced: true - - Item: Flame_Sprits_Armor_ + - Index: 1 + Item: Flame_Sprits_Armor_ Rate: 4 Announced: true - - Item: Beach_Towel + - Index: 2 + Item: Beach_Towel Rate: 10 Announced: true - - Item: Cancer_Diadem + - Index: 3 + Item: Cancer_Diadem Rate: 17 Announced: true - - Item: Cancer_Crown + - Index: 4 + Item: Cancer_Crown Rate: 17 Announced: true - - Item: Flying_Angel + - Index: 5 + Item: Flying_Angel Rate: 50 Announced: true - - Item: Bloody_Dead_Branch + - Index: 6 + Item: Bloody_Dead_Branch Rate: 100 Announced: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 500 Announced: true - - Item: Boarding_Halter_Box + - Index: 8 + Item: Boarding_Halter_Box Rate: 1000 - - Item: BGum_Box_In_Mouth4 + - Index: 9 + Item: BGum_Box_In_Mouth4 Rate: 1500 - - Item: HE_Battle_Manual + - Index: 10 + Item: HE_Battle_Manual Rate: 1200 Amount: 3 - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 1400 Amount: 3 - - Item: Kafra_Card + - Index: 12 + Item: Kafra_Card Rate: 1700 Amount: 5 - - Item: Megaphone_Box5 + - Index: 13 + Item: Megaphone_Box5 Rate: 2000 - - Item: Storm_10_Scroll_Box + - Index: 14 + Item: Storm_10_Scroll_Box Rate: 500 - Group: MS_SCORPIO_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Thanatos_Card + - Index: 0 + Item: Thanatos_Card Rate: 1 Announced: true - - Item: Bone_Plate + - Index: 1 + Item: Bone_Plate Rate: 3 Announced: true - - Item: Thanatos_Mal_Mask + - Index: 2 + Item: Thanatos_Mal_Mask Rate: 7 Announced: true - - Item: Scorpio_Crown + - Index: 3 + Item: Scorpio_Crown Rate: 17 Announced: true - - Item: Scorpio_Diadem + - Index: 4 + Item: Scorpio_Diadem Rate: 17 Announced: true - - Item: Whike_Black_Tail + - Index: 5 + Item: Whike_Black_Tail Rate: 160 Announced: true - - Item: Miracle_Medicine + - Index: 6 + Item: Miracle_Medicine Rate: 15 Announced: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 300 Announced: true - - Item: Orc_HeroS + - Index: 8 + Item: Orc_HeroS Rate: 80 Amount: 10 Announced: true - - Item: Mental_Potion + - Index: 9 + Item: Mental_Potion Rate: 600 - - Item: Guyak_Pudding + - Index: 10 + Item: Guyak_Pudding Rate: 700 Amount: 5 - - Item: HE_Battle_Manual + - Index: 11 + Item: HE_Battle_Manual Rate: 900 Amount: 4 - - Item: M_Brisket_To_Throw + - Index: 12 + Item: M_Brisket_To_Throw Rate: 1100 - - Item: Dex_Dish_Box + - Index: 13 + Item: Dex_Dish_Box Rate: 1300 - - Item: Zeny_Scroll + - Index: 14 + Item: Zeny_Scroll Rate: 2500 Amount: 5 - - Item: Small_Life_Potion_Box + - Index: 15 + Item: Small_Life_Potion_Box Rate: 2300 - Group: MS_VIRGO_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Water_Sprits_Armor_ + - Index: 0 + Item: Water_Sprits_Armor_ Rate: 3 Announced: true - - Item: Piece_Of_Angent_Skin + - Index: 1 + Item: Piece_Of_Angent_Skin Rate: 6 Announced: true - - Item: L_Magestic_Goat + - Index: 2 + Item: L_Magestic_Goat Rate: 12 Announced: true - - Item: Virgo_Crown + - Index: 3 + Item: Virgo_Crown Rate: 17 Announced: true - - Item: Virgo_Diadem + - Index: 4 + Item: Virgo_Diadem Rate: 17 Announced: true - - Item: Magic_Card_Album + - Index: 5 + Item: Magic_Card_Album Rate: 100 Announced: true - - Item: Spark_Candy_Box5 + - Index: 6 + Item: Spark_Candy_Box5 Rate: 645 Announced: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 300 Announced: true - - Item: Ribbon_Of_Life_Box3 + - Index: 8 + Item: Ribbon_Of_Life_Box3 Rate: 800 - - Item: Tyr's_Blessing + - Index: 9 + Item: Tyr's_Blessing Rate: 1000 - - Item: Int_Dish_Box + - Index: 10 + Item: Int_Dish_Box Rate: 1700 - - Item: 17Carat_Dia + - Index: 11 + Item: 17Carat_Dia Rate: 1600 - - Item: Wug_Cocktail_To_Throw + - Index: 12 + Item: Wug_Cocktail_To_Throw Rate: 1800 - - Item: HE_Battle_Manual + - Index: 13 + Item: HE_Battle_Manual Rate: 1500 Amount: 3 - - Item: Meteor_10_Scroll_Box + - Index: 14 + Item: Meteor_10_Scroll_Box Rate: 500 - Group: MURAMASA_BOX SubGroups: - SubGroup: 0 List: - - Item: Muramasa_C + - Index: 0 + Item: Muramasa_C Duration: 10080 UniqueId: true - Group: MVP_HUNT_BOX SubGroups: - SubGroup: 0 List: - - Item: Convex_Mirror + - Index: 0 + Item: Convex_Mirror Amount: 3 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 1 + Item: Token_Of_Siegfried UniqueId: true - - Item: Bubble_Gum + - Index: 2 + Item: Bubble_Gum UniqueId: true - - Item: Megaphone_ + - Index: 3 + Item: Megaphone_ UniqueId: true - Group: MYSTERIOUS_TRAVEL_SACK1 SubGroups: - SubGroup: 1 List: - - Item: Yellow_Baseball_Cap - Rate: 1 + - Index: 0 + Item: Yellow_Baseball_Cap + Rate: 10 UniqueId: true - - Item: Valkyrie_Feather_Band + - Index: 1 + Item: Valkyrie_Feather_Band Rate: 5 UniqueId: true - - Item: Soulless_Wing + - Index: 2 + Item: Soulless_Wing Rate: 5 UniqueId: true - - Item: Afro_Wig - Rate: 1 + - Index: 3 + Item: Afro_Wig + Rate: 50 UniqueId: true - - Item: Happy_Wig - Rate: 1 - UniqueId: true - - Item: Shiny_Wig - Rate: 1 - UniqueId: true - - Item: Ring_Of_Water - Rate: 2 - UniqueId: true - - Item: Ring_Of_Fire - Rate: 2 - UniqueId: true - - Item: Dun_Tele_Scroll1 - Rate: 2 - UniqueId: true - - Item: Dun_Tele_Scroll1_Box - Rate: 5 - UniqueId: true - - Item: Shadow_Armor_S_Box10 - Rate: 5 - UniqueId: true - - Item: Holy_Armor_S_Box10 - Rate: 5 - UniqueId: true - - Item: Small_Life_Potion_Box30 - Rate: 200 - UniqueId: true - - Item: Med_Life_Potion_Box30 - Rate: 200 - UniqueId: true - - Item: S_Def_Potion_Box30 - Rate: 200 - UniqueId: true - - Item: S_Mdef_Potion_Box30 + - Index: 4 + Item: Happy_Wig Rate: 80 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 5 + Item: Shiny_Wig Rate: 80 UniqueId: true - - Item: Regeneration_Box10 - Rate: 205 + - Index: 6 + Item: Ring_Of_Water + Rate: 20 + UniqueId: true + - Index: 7 + Item: Ring_Of_Fire + Rate: 20 + UniqueId: true + - Index: 8 + Item: Dun_Tele_Scroll1 + Rate: 20 + UniqueId: true + - Index: 9 + Item: Dun_Tele_Scroll1_Box + Rate: 50 + UniqueId: true + - Index: 10 + Item: Shadow_Armor_S_Box10 + Rate: 50 + UniqueId: true + - Index: 11 + Item: Holy_Armor_S_Box10 + Rate: 50 + UniqueId: true + - Index: 12 + Item: Small_Life_Potion_Box30 + Rate: 100 + UniqueId: true + - Index: 13 + Item: Med_Life_Potion_Box30 + Rate: 100 + UniqueId: true + - Index: 14 + Item: S_Def_Potion_Box30 + Rate: 100 + UniqueId: true + - Index: 15 + Item: S_Mdef_Potion_Box30 + Rate: 80 + UniqueId: true + - Index: 16 + Item: Max_Weight_Up_Box + Rate: 80 + UniqueId: true + - Index: 17 + Item: Regeneration_Box10 + Rate: 100 UniqueId: true - Group: MYSTERIOUS_TRAVEL_SACK2 SubGroups: - SubGroup: 1 List: - - Item: Aussie_Flag_Hat + - Index: 0 + Item: Aussie_Flag_Hat Rate: 10 UniqueId: true - - Item: Chullos + - Index: 1 + Item: Chullos Rate: 20 UniqueId: true - - Item: Ati_Atihan_Hat + - Index: 2 + Item: Ati_Atihan_Hat Rate: 5 UniqueId: true - - Item: Marcher_Hat + - Index: 3 + Item: Marcher_Hat Rate: 5 UniqueId: true - - Item: Marvelous_Wig + - Index: 4 + Item: Marvelous_Wig Rate: 100 UniqueId: true - - Item: Fantastic_Wig + - Index: 5 + Item: Fantastic_Wig Rate: 100 UniqueId: true - - Item: Ring_Of_Wind + - Index: 6 + Item: Ring_Of_Wind Rate: 20 UniqueId: true - - Item: Ring_Of_Earth + - Index: 7 + Item: Ring_Of_Earth Rate: 20 UniqueId: true - - Item: Dun_Tele_Scroll1 + - Index: 8 + Item: Dun_Tele_Scroll1 Rate: 10 UniqueId: true - - Item: Dun_Tele_Scroll1_Box + - Index: 9 + Item: Dun_Tele_Scroll1_Box Rate: 50 UniqueId: true - - Item: Shadow_Armor_S_Box10 + - Index: 10 + Item: Shadow_Armor_S_Box10 Rate: 50 UniqueId: true - - Item: Holy_Armor_S_Box10 + - Index: 11 + Item: Holy_Armor_S_Box10 Rate: 50 UniqueId: true - - Item: Small_Life_Potion_Box30 + - Index: 12 + Item: Small_Life_Potion_Box30 Rate: 100 UniqueId: true - - Item: Med_Life_Potion_Box30 + - Index: 13 + Item: Med_Life_Potion_Box30 Rate: 100 UniqueId: true - - Item: S_Def_Potion_Box30 + - Index: 14 + Item: S_Def_Potion_Box30 Rate: 100 UniqueId: true - - Item: S_Mdef_Potion_Box30 + - Index: 15 + Item: S_Mdef_Potion_Box30 Rate: 80 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 16 + Item: Max_Weight_Up_Box Rate: 80 UniqueId: true - - Item: Regeneration_Box10 + - Index: 17 + Item: Regeneration_Box10 Rate: 100 UniqueId: true - Group: MYSTERIOUS_TRAVEL_SACK3 SubGroups: - SubGroup: 1 List: - - Item: Kettle_Hat + - Index: 0 + Item: Kettle_Hat Rate: 20 UniqueId: true - - Item: Deviling_Hat + - Index: 1 + Item: Deviling_Hat Rate: 10 UniqueId: true - - Item: Pecopeco_Hairband + - Index: 2 + Item: Pecopeco_Hairband Rate: 10 UniqueId: true - - Item: Chick_Hat + - Index: 3 + Item: Chick_Hat Rate: 50 UniqueId: true - - Item: Vacation_Hat + - Index: 4 + Item: Vacation_Hat Rate: 30 UniqueId: true - - Item: Ribbon_Black + - Index: 5 + Item: Ribbon_Black Rate: 60 UniqueId: true - - Item: Ribbon_Yellow + - Index: 6 + Item: Ribbon_Yellow Rate: 50 UniqueId: true - - Item: Ribbon_Green + - Index: 7 + Item: Ribbon_Green Rate: 50 UniqueId: true - - Item: Dun_Tele_Scroll1 + - Index: 8 + Item: Dun_Tele_Scroll1 Rate: 10 UniqueId: true - - Item: Dun_Tele_Scroll1_Box + - Index: 9 + Item: Dun_Tele_Scroll1_Box Rate: 50 UniqueId: true - - Item: Shadow_Armor_S_Box10 + - Index: 10 + Item: Shadow_Armor_S_Box10 Rate: 50 UniqueId: true - - Item: Holy_Armor_S_Box10 + - Index: 11 + Item: Holy_Armor_S_Box10 Rate: 50 UniqueId: true - - Item: Small_Life_Potion_Box30 + - Index: 12 + Item: Small_Life_Potion_Box30 Rate: 100 UniqueId: true - - Item: Med_Life_Potion_Box30 + - Index: 13 + Item: Med_Life_Potion_Box30 Rate: 100 UniqueId: true - - Item: S_Def_Potion_Box30 + - Index: 14 + Item: S_Def_Potion_Box30 Rate: 100 UniqueId: true - - Item: S_Mdef_Potion_Box30 + - Index: 15 + Item: S_Mdef_Potion_Box30 Rate: 80 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 16 + Item: Max_Weight_Up_Box Rate: 80 UniqueId: true - - Item: Regeneration_Box10 + - Index: 17 + Item: Regeneration_Box10 Rate: 100 UniqueId: true - Group: MYSTERIOUS_TRAVEL_SACK4 SubGroups: - SubGroup: 1 List: - - Item: Charming_Ribbon - Rate: 1 + - Index: 0 + Item: Twin_Ribbon + Rate: 30 UniqueId: true - - Item: Twin_Ribbon - Rate: 2 + - Index: 1 + Item: Ribbon_Of_Bride + Rate: 38 UniqueId: true - - Item: Ribbon_Pink - Rate: 2 + - Index: 2 + Item: Big_Sis'_Ribbon + Rate: 30 UniqueId: true - - Item: Ribbon_Orange - Rate: 2 + - Index: 3 + Item: Ribbon_Pink + Rate: 50 UniqueId: true - - Item: Ribbon_White - Rate: 2 + - Index: 4 + Item: Ribbon_Orange + Rate: 50 UniqueId: true - - Item: Red_Glasses - Rate: 1 + - Index: 5 + Item: Ribbon_White + Rate: 50 UniqueId: true - - Item: Ribbon_Of_Bride - Rate: 2 + - Index: 6 + Item: Red_Glasses + Rate: 32 UniqueId: true - - Item: Dun_Tele_Scroll1_Box - Rate: 5 + - Index: 7 + Item: Dun_Tele_Scroll1 + Rate: 10 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 8 + Item: Dun_Tele_Scroll1_Box + Rate: 50 + UniqueId: true + - Index: 9 + Item: Shadow_Armor_S_Box10 + Rate: 50 + UniqueId: true + - Index: 10 + Item: Holy_Armor_S_Box10 + Rate: 50 + UniqueId: true + - Index: 11 + Item: Small_Life_Potion_Box30 + Rate: 100 + UniqueId: true + - Index: 12 + Item: Med_Life_Potion_Box30 + Rate: 100 + UniqueId: true + - Index: 13 + Item: S_Def_Potion_Box30 + Rate: 100 + UniqueId: true + - Index: 14 + Item: S_Mdef_Potion_Box30 Rate: 80 UniqueId: true - - Item: Small_Life_Potion_Box30 - Rate: 203 - UniqueId: true - - Item: Med_Life_Potion_Box30 - Rate: 203 - UniqueId: true - - Item: Regeneration_Box10 - Rate: 203 - UniqueId: true - - Item: Shadow_Armor_S_Box10 - Rate: 5 - UniqueId: true - - Item: Holy_Armor_S_Box10 - Rate: 5 - UniqueId: true - - Item: S_Def_Potion_Box30 - Rate: 203 - UniqueId: true - - Item: S_Mdef_Potion_Box30 + - Index: 15 + Item: Max_Weight_Up_Box Rate: 80 UniqueId: true - - Item: Dun_Tele_Scroll1 - Rate: 1 + - Index: 16 + Item: Regeneration_Box10 + Rate: 100 UniqueId: true - Group: MY_SCROLL1 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual_Box + - Index: 0 + Item: Battle_Manual_Box Rate: 1450 UniqueId: true - - Item: Agi_Dish_Box + - Index: 1 + Item: Agi_Dish_Box Rate: 1450 UniqueId: true - - Item: Megaphone_Box + - Index: 2 + Item: Megaphone_Box Rate: 1450 UniqueId: true - - Item: Spark_Candy_Box10 + - Index: 3 + Item: Spark_Candy_Box10 Rate: 1450 UniqueId: true - - Item: Dun_Tele_Scroll_Box10 + - Index: 4 + Item: Dun_Tele_Scroll_Box10 Rate: 1450 UniqueId: true - - Item: Job_Manual50_Box + - Index: 5 + Item: Job_Manual50_Box Rate: 1406 UniqueId: true - - Item: Eddga_Scroll + - Index: 6 + Item: Eddga_Scroll Rate: 500 Amount: 5 UniqueId: true - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Bloody_Dead_Branch Rate: 300 UniqueId: true - - Item: Hellomother_Hat + - Index: 8 + Item: Hellomother_Hat Rate: 50 Announced: true UniqueId: true - - Item: King_Tiger_Doll_Hat_Box + - Index: 9 + Item: King_Tiger_Doll_Hat_Box Rate: 120 Announced: true UniqueId: true - - Item: Red_Glasses + - Index: 10 + Item: Red_Glasses Rate: 50 Announced: true UniqueId: true - - Item: Sealed_Bacsojin_Card + - Index: 11 + Item: Sealed_Bacsojin_Card Rate: 3 Announced: true UniqueId: true - - Item: Ancient_Civil_Man + - Index: 12 + Item: Ancient_Civil_Man Rate: 150 Announced: true UniqueId: true - - Item: Poker_Card_In_Mouth + - Index: 13 + Item: Poker_Card_In_Mouth Rate: 50 Announced: true UniqueId: true - - Item: Upd_Maya_Puple_Card + - Index: 14 + Item: Upd_Maya_Puple_Card Rate: 1 Announced: true UniqueId: true - - Item: Blacksmith_Blessing + - Index: 15 + Item: Blacksmith_Blessing Rate: 120 Announced: true UniqueId: true @@ -14453,684 +22716,826 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Seed_Of_Yggdrasil + - Index: 0 + Item: Seed_Of_Yggdrasil Rate: 125 Amount: 25 UniqueId: true - - Item: Regeneration_Box10 + - Index: 1 + Item: Regeneration_Box10 Rate: 150 UniqueId: true - - Item: B_Def_Potion_Box10 + - Index: 2 + Item: B_Def_Potion_Box10 Rate: 130 UniqueId: true - - Item: Poison_Bottle_30_Box + - Index: 3 + Item: Poison_Bottle_30_Box Rate: 100 Amount: 3 UniqueId: true - - Item: S_Mdef_Potion_Box10 + - Index: 4 + Item: S_Mdef_Potion_Box10 Rate: 100 UniqueId: true - - Item: Tyr's_Blessing + - Index: 5 + Item: Tyr's_Blessing Rate: 100 Amount: 2 UniqueId: true - - Item: Insurance + - Index: 6 + Item: Insurance Rate: 20 Amount: 6 UniqueId: true - - Item: Bubble_Gum + - Index: 7 + Item: Bubble_Gum Rate: 75 Amount: 6 UniqueId: true - - Item: Glass_Of_Illusion_Box10 + - Index: 8 + Item: Glass_Of_Illusion_Box10 Rate: 20 UniqueId: true - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 98 Amount: 2 UniqueId: true - - Item: Job_Manual50 + - Index: 10 + Item: Job_Manual50 Rate: 49 Amount: 2 UniqueId: true - - Item: Max_Weight_Up_Scroll + - Index: 11 + Item: Max_Weight_Up_Scroll Rate: 20 UniqueId: true - - Item: Miracle_Medicine + - Index: 12 + Item: Miracle_Medicine Rate: 2 UniqueId: true - - Item: House_Auger + - Index: 13 + Item: House_Auger Rate: 10 UniqueId: true - - Item: Rabbit_Bonnet + - Index: 14 + Item: Rabbit_Bonnet Rate: 1 UniqueId: true - Group: NECKLACE_BOX SubGroups: - SubGroup: 0 List: - - Item: Necklace_C + - Index: 0 + Item: Necklace_C Duration: 10080 UniqueId: true - Group: NEW_GIFT_ENVELOPE SubGroups: - SubGroup: 1 List: - - Item: Honey_Pastry + - Index: 0 + Item: Honey_Pastry Rate: 115 - - Item: Lucky_Cookie03 + - Index: 1 + Item: Lucky_Cookie03 Rate: 50 Amount: 3 - - Item: Gingerbread + - Index: 2 + Item: Gingerbread Rate: 50 Amount: 3 - - Item: Guyak_Pudding + - Index: 3 + Item: Guyak_Pudding Rate: 150 Amount: 3 - - Item: New_Year_Bun + - Index: 4 + Item: New_Year_Bun Rate: 250 Amount: 10 - - Item: Charm_Of_Happiness + - Index: 5 + Item: Charm_Of_Happiness Rate: 80 Amount: 2 - - Item: Shaman_Hat_ + - Index: 6 + Item: Shaman_Hat_ Rate: 40 - - Item: Halohalo + - Index: 7 + Item: Halohalo Rate: 80 - - Item: Branch_Of_Dead_Tree + - Index: 8 + Item: Branch_Of_Dead_Tree Rate: 80 Amount: 2 - - Item: Traditional_Firecrack + - Index: 9 + Item: Traditional_Firecrack Rate: 100 - - Item: Magic_Card_Album + - Index: 10 + Item: Magic_Card_Album Rate: 5 - Group: NEW_YEAR_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Str_Dish_Box - Rate: 1500 - - Item: Agi_Dish_Box - Rate: 1500 - - Item: Int_Dish_Box - Rate: 1500 - - Item: Dex_Dish_Box - Rate: 1500 - - Item: Luk_Dish_Box - Rate: 1500 - - Item: Vit_Dish_Box - Rate: 1500 - - Item: Yggdrasilberry_Box_ - Rate: 950 - - Item: Superb_Fish_Box50 - Rate: 50 - - SubGroup: 2 - List: - - Item: Berzebub_Card + - Index: 0 + Item: Silver_Tiara Rate: 1 - Announced: true - - Item: Sealed_Kiel_Card - Rate: 1 - Announced: true - - Item: Sealed_Pharaoh_Card - Rate: 3 - Announced: true - - Item: Fallen_Angel_Wing - Rate: 10 - Announced: true UniqueId: true - - Item: Black_Devil_Mask_ + - Index: 1 + Item: Magic_Card_Album Rate: 5 - Announced: true UniqueId: true - - Item: Yellow_Baseball_Cap - Rate: 50 - Announced: true - UniqueId: true - - Item: Pink_Pajamas_Hat - Rate: 30 - Announced: true - UniqueId: true - - Item: Flame_Sprits_Armor_ - Rate: 50 - Announced: true - UniqueId: true - - Item: YellowBunny_Hairband - Rate: 500 - Announced: true - UniqueId: true - - Item: Max_Weight_Up_Box - Rate: 200 - Announced: true - - Item: Bloody_Dead_Branch - Rate: 300 - Announced: true - - Item: 17Carat_Dia - Rate: 1250 - - Item: Guyak_Pudding - Rate: 2000 - Amount: 5 - - Item: Psychic_ArmorS - Rate: 2000 + - Index: 2 + Item: Guyak_Pudding + Rate: 180 Amount: 10 - - Item: Fruit_Of_Mastela_Box2 - Rate: 2000 - - Item: Blue_Herb_Box2 - Rate: 1600 + UniqueId: true + - Index: 3 + Item: Zeny_Scroll + Rate: 180 + Amount: 10 + UniqueId: true + - Index: 4 + Item: Clothing_Dye_Coupon + Rate: 50 + Amount: 2 + UniqueId: true + - Index: 5 + Item: Marcher_Hat + Rate: 1 + UniqueId: true + - Index: 6 + Item: Yggdrasilberry_Box_ + Rate: 100 + UniqueId: true + - Index: 7 + Item: Dead_Tree_Branch_Box1 + Rate: 132 + UniqueId: true + - Index: 8 + Item: Megaphone_Box + Rate: 150 + UniqueId: true + - Index: 9 + Item: Mini_Propeller_ + Rate: 1 + UniqueId: true + - Index: 10 + Item: Token_Of_Siegfried_Box + Rate: 100 + UniqueId: true + - Index: 11 + Item: Old_Violet_Box + Rate: 100 + Amount: 2 + UniqueId: true - Group: NOIVE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Cracked_Buckler - Rate: 1 - Duration: 10080 - - Item: Old_Pant - Rate: 1 - Duration: 10080 - - Item: Boots_Perforated - Rate: 1 - Duration: 10080 - - Item: Cheap_Running_Shirts - Rate: 1 - Duration: 10080 - - Item: Old_Bandanna - Rate: 1 - Duration: 10080 + - Index: 0 + Item: E_Blessing_10_Scroll + Amount: 50 + - Index: 1 + Item: E_Inc_Agi_10_Scroll + Amount: 50 + - Index: 2 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 3 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 4 + Item: E_Mysterious_Water + Amount: 30 + - Index: 5 + Item: Comp_Almighty + Amount: 20 + - Index: 6 + Item: Comp_Power_Booster + Amount: 20 + - Index: 7 + Item: E_Infinity_Drink + Amount: 20 + - Index: 8 + Item: Comp_Small_Mana_Potion + Amount: 20 + - Index: 9 + Item: World_Tour_Ticket + Amount: 20 - Group: OCTO_HSTICK_BOX SubGroups: - SubGroup: 0 List: - - Item: Octopus_Hunt_Stick + - Index: 0 + Item: Octopus_Hunt_Stick Duration: 1380 - Group: OCTO_HSTICK_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Octopus_Hunt_Stick + - Index: 0 + Item: Octopus_Hunt_Stick Duration: 4320 - Group: OCTO_HSTICK_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Octopus_Hunt_Stick + - Index: 0 + Item: Octopus_Hunt_Stick Duration: 10080 - Group: OLDGIFTBOX SubGroups: - SubGroup: 1 List: - - Item: Fallen_Leaves_ + - Index: 0 + Item: Fallen_Leaves_ Rate: 45 - - Item: Chinese_Crown_ + - Index: 1 + Item: Chinese_Crown_ Rate: 15 - - Item: Tongue_Mask_ + - Index: 2 + Item: Tongue_Mask_ Rate: 40 - Group: OLD_COIN_POCKET SubGroups: - SubGroup: 1 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 400 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 200 - - Item: Manuk_Coin + - Index: 2 + Item: Manuk_Coin Rate: 100 - - Item: Sapa_Feat_Cert + - Index: 3 + Item: Sapa_Feat_Cert Rate: 80 - - Item: Mora_Coin + - Index: 4 + Item: Mora_Coin Rate: 50 - - Item: Anger_Seagod + - Index: 5 + Item: Anger_Seagod Rate: 1 - - Item: Cgrade_Coin + - Index: 6 + Item: Cgrade_Coin Rate: 74 - - Item: Dgrade_Coin + - Index: 7 + Item: Dgrade_Coin Rate: 95 - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 400 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 250 - - Item: Manuk_Coin + - Index: 2 + Item: Manuk_Coin Rate: 100 - - Item: Sapa_Feat_Cert + - Index: 3 + Item: Sapa_Feat_Cert Rate: 100 - - Item: Mora_Coin + - Index: 4 + Item: Mora_Coin Rate: 40 - - Item: Agrade_Coin + - Index: 5 + Item: Agrade_Coin Rate: 15 - - Item: Egrade_Coin + - Index: 6 + Item: Egrade_Coin Rate: 40 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 300 - - Item: Splendide_Coin + - Index: 1 + Item: Splendide_Coin Rate: 230 - - Item: Manuk_Coin + - Index: 2 + Item: Manuk_Coin Rate: 180 - - Item: Sapa_Feat_Cert + - Index: 3 + Item: Sapa_Feat_Cert Rate: 100 - - Item: Mora_Coin + - Index: 4 + Item: Mora_Coin Rate: 75 - - Item: Bgrade_Coin + - Index: 5 + Item: Bgrade_Coin Rate: 60 - Group: OLD_ORE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Emperium + - Index: 0 + Item: Oridecon + Amount: 2 + - Index: 1 + Item: Elunium + Amount: 2 + - SubGroup: 2 + List: + - Index: 0 + Item: Oridecon_Stone + Rate: 150 + Amount: 3 + - Index: 1 + Item: Elunium_Stone + Rate: 150 + Amount: 3 + - Index: 2 + Item: Carnium Rate: 50 - - Item: Oridecon_Stone - Rate: 80 - - Item: Elunium_Stone - Rate: 70 - - Item: Gold - Rate: 10 - - Item: Oridecon - Rate: 20 - - Item: Elunium - Rate: 20 - - Item: Boody_Red - Rate: 100 - - Item: Crystal_Blue - Rate: 100 - - Item: Wind_Of_Verdure - Rate: 100 - - Item: Yellow_Live - Rate: 100 - - Item: Flame_Heart - Rate: 40 - - Item: Mistic_Frozen - Rate: 40 - - Item: Rough_Wind - Rate: 40 - - Item: Great_Nature - Rate: 40 - - Item: Iron - Rate: 380 - - Item: Steel + - Index: 3 + Item: Bradium + Rate: 50 + - Index: 4 + Item: Crystal_Jewel__ + Rate: 100 + Amount: 2 + - Index: 5 + Item: Gemstone + Rate: 200 + Amount: 5 + - Index: 6 + Item: Stone + Rate: 200 + Amount: 4 + - Index: 7 + Item: Gold Rate: 50 - - Item: Iron_Ore - Rate: 600 - - Item: Coal - Rate: 80 - - Item: Phracon - Rate: 600 - - Item: Emveretarcon - Rate: 380 - Group: ORE SubGroups: - SubGroup: 1 List: - - Item: Iron_Ore + - Index: 0 + Item: Iron_Ore Rate: 30 - - Item: Iron + - Index: 1 + Item: Iron Rate: 28 - - Item: Yellow_Live + - Index: 2 + Item: Yellow_Live Rate: 26 - - Item: Coal + - Index: 3 + Item: Coal Rate: 24 - - Item: Wind_Of_Verdure + - Index: 4 + Item: Wind_Of_Verdure Rate: 22 - - Item: Phracon + - Index: 5 + Item: Phracon Rate: 20 - - Item: Crystal_Blue + - Index: 6 + Item: Crystal_Blue Rate: 18 - - Item: Boody_Red + - Index: 7 + Item: Boody_Red Rate: 16 - - Item: Steel + - Index: 8 + Item: Steel Rate: 14 - - Item: Emveretarcon + - Index: 9 + Item: Emveretarcon Rate: 12 - - Item: Elunium_Stone + - Index: 10 + Item: Elunium_Stone Rate: 10 - - Item: Oridecon_Stone + - Index: 11 + Item: Oridecon_Stone Rate: 9 - - Item: Great_Nature + - Index: 12 + Item: Great_Nature Rate: 8 - - Item: Rough_Wind + - Index: 13 + Item: Rough_Wind Rate: 7 - - Item: Mistic_Frozen + - Index: 14 + Item: Mistic_Frozen Rate: 6 - - Item: Flame_Heart + - Index: 15 + Item: Flame_Heart Rate: 5 - - Item: Elunium + - Index: 16 + Item: Elunium Rate: 4 - - Item: Oridecon + - Index: 17 + Item: Oridecon Rate: 3 - - Item: Gold + - Index: 18 + Item: Gold Rate: 2 - - Item: Emperium + - Index: 19 + Item: Emperium Rate: 1 - Group: OX_TAIL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Yggdrasilberry_Box_ - Rate: 1420 - UniqueId: true - - Item: Luk_Dish_Box - Rate: 1420 - UniqueId: true - - Item: Kafra_Card_Box - Rate: 1420 - UniqueId: true - - Item: Token_Of_Siegfried_Box - Rate: 1420 - UniqueId: true - - Item: Insurance_Package - Rate: 1420 - UniqueId: true - - Item: Zealotus_Scroll - Rate: 300 - Amount: 5 - UniqueId: true - - Item: Assumptio_5_Scroll_Box - Rate: 1400 - UniqueId: true - - Item: Max_Weight_Up_Box - Rate: 500 - UniqueId: true - - Item: B_Dragon_Hat_Box + - Index: 0 + Item: Bubble_Gum_Box Rate: 150 - Announced: true UniqueId: true - - Item: Rain_Cloud - Rate: 87 - Announced: true + - Index: 1 + Item: Token_Of_Siegfried_Box + Rate: 20 UniqueId: true - - Item: Gold_Ingot_Poring_Hat + - Index: 2 + Item: Yggdrasilberry_Box_ + Rate: 100 + UniqueId: true + - Index: 3 + Item: Vit_Dish_Box + Rate: 150 + UniqueId: true + - Index: 4 + Item: Silver_Tiara_ Rate: 3 - Announced: true UniqueId: true - - Item: Maneater_Flower_Hat + - Index: 5 + Item: Neuralizer_Box + Rate: 5 + UniqueId: true + - Index: 6 + Item: Enriched_Elunium_Box + Rate: 55 + UniqueId: true + - Index: 7 + Item: Guyak_Pudding Rate: 150 - Announced: true + Amount: 10 UniqueId: true - - Item: Chilly_Breath + - Index: 8 + Item: Wreath + Rate: 3 + UniqueId: true + - Index: 9 + Item: Bloody_Dead_Branch Rate: 100 - Announced: true UniqueId: true - - Item: Choco_Stick_In_Mouth - Rate: 100 - Announced: true + - Index: 10 + Item: Enriched_Oridecon_Box + Rate: 80 UniqueId: true - - Item: Eyes_Of_Ifrit - Rate: 5 - Announced: true + - Index: 11 + Item: Bison_Horn + Rate: 21 UniqueId: true - - Item: Majoruros_Horn - Rate: 100 - Announced: true + - Index: 12 + Item: Token_Of_Siegfried_Box + Rate: 10 UniqueId: true - - Item: Sealed_D_Lord_Card - Rate: 5 - Announced: true + - Index: 13 + Item: Light_White_Pot_Box + Rate: 150 + UniqueId: true + - Index: 14 + Item: Gold_Tiara_ + Rate: 3 UniqueId: true - Group: PASSION_FB_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Passion_FB_Hat + - Index: 0 + Item: Passion_FB_Hat Duration: 60 - Group: PASSION_HAT_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Passion_FB_Hat + - Index: 0 + Item: Passion_FB_Hat Duration: 3600 - Group: PATRON_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Agi_Dish_Box + - Index: 0 + Item: Agi_Dish_Box Rate: 1300 - - Item: Luk_Dish_Box + - Index: 1 + Item: Luk_Dish_Box Rate: 1300 - - Item: Yggdrasilberry_Box_ + - Index: 2 + Item: Yggdrasilberry_Box_ Rate: 1200 - - Item: Enchant_Book + - Index: 3 + Item: Enchant_Book Rate: 773 Announced: true - - Item: Miracle_Medicine + - Index: 4 + Item: Miracle_Medicine Rate: 200 - - Item: Fruit_Of_Mastela_Box2 + - Index: 5 + Item: Fruit_Of_Mastela_Box2 Rate: 1150 - - Item: Bubble_Gum_Box + - Index: 6 + Item: Bubble_Gum_Box Rate: 1100 - - Item: Storm_10_Scroll_Box + - Index: 7 + Item: Storm_10_Scroll_Box Rate: 1060 - - Item: Job_Manual50_Box + - Index: 8 + Item: Job_Manual50_Box Rate: 500 - - Item: Songpyun_Box50 + - Index: 9 + Item: Songpyun_Box50 Rate: 1110 - - Item: Magic_Card_Album + - Index: 10 + Item: Magic_Card_Album Rate: 200 - - Item: Immuned_Shield + - Index: 11 + Item: Immuned_Shield Rate: 30 Announced: true - - Item: Sealed_Berz_Card + - Index: 12 + Item: Sealed_Berz_Card Rate: 1 Announced: true - - Item: Sealed_Eddga_Card + - Index: 13 + Item: Sealed_Eddga_Card Rate: 15 Announced: true - - Item: Cat_Ears_Beret + - Index: 14 + Item: Cat_Ears_Beret Rate: 20 Announced: true - - Item: Snowman_Hat_Box + - Index: 15 + Item: Snowman_Hat_Box Rate: 5 Announced: true - - Item: Hankie_In_Mouth + - Index: 16 + Item: Hankie_In_Mouth Rate: 30 Announced: true - - Item: Mistress_Card + - Index: 17 + Item: Mistress_Card Rate: 1 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 18 + Item: Guarantee_Armor_9Up Rate: 5 Announced: true - Group: PET_EGG_SCROLL1 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 100 Amount: 2 UniqueId: true - - Item: Insurance + - Index: 1 + Item: Insurance Rate: 200 Amount: 2 UniqueId: true - - Item: Enriched_Oridecon - Rate: 80 + - Index: 2 + Item: Enriched_Oridecon + Rate: 50 UniqueId: true - - Item: Kafra_Card - Rate: 300 + - Index: 3 + Item: Kafra_Card + Rate: 340 Amount: 2 UniqueId: true - - Item: Adrenaline_Scroll - Rate: 300 + - Index: 4 + Item: Adrenaline_Scroll + Rate: 290 Amount: 2 UniqueId: true - - Item: Neuralizer + - Index: 5 + Item: Neuralizer Rate: 10 UniqueId: true - - Item: Red_Deviruchi_Cap + - Index: 6 + Item: Red_Deviruchi_Cap Rate: 10 + Announced: true UniqueId: true - Group: PET_EGG_SCROLL10 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 100 Amount: 2 UniqueId: true - - Item: Wind_Walk_10_Scroll + - Index: 1 + Item: Wind_Walk_10_Scroll Rate: 80 Amount: 5 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 2 + Item: Token_Of_Siegfried Rate: 100 Amount: 5 UniqueId: true - - Item: Giant_Fly_Wing + - Index: 3 + Item: Giant_Fly_Wing Rate: 200 Amount: 10 UniqueId: true - - Item: Megaphone_ + - Index: 4 + Item: Megaphone_ Rate: 160 Amount: 5 UniqueId: true - - Item: Bubble_Gum + - Index: 5 + Item: Bubble_Gum Rate: 100 Amount: 2 UniqueId: true - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 152 Amount: 10 UniqueId: true - - Item: Int_Dish10 + - Index: 7 + Item: Int_Dish10 Rate: 100 Amount: 5 UniqueId: true - - Item: Injustice_Card + - Index: 8 + Item: Injustice_Card Rate: 2 UniqueId: true - - Item: Zherlthsh_Card + - Index: 9 + Item: Zherlthsh_Card Rate: 2 UniqueId: true - - Item: Angelic_Chain_ + - Index: 10 + Item: Angelic_Chain_ Rate: 2 UniqueId: true - - Item: Satanic_Chain_ + - Index: 11 + Item: Satanic_Chain_ Rate: 2 UniqueId: true - Group: PET_EGG_SCROLL11 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 115 Amount: 2 UniqueId: true - - Item: Enriched_Elunium + - Index: 1 + Item: Enriched_Elunium Rate: 90 Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 2 + Item: Token_Of_Siegfried Rate: 205 Amount: 5 UniqueId: true - - Item: Giant_Fly_Wing + - Index: 3 + Item: Giant_Fly_Wing Rate: 205 Amount: 10 UniqueId: true - - Item: Bubble_Gum + - Index: 4 + Item: Bubble_Gum Rate: 115 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 5 + Item: Old_Violet_Box Rate: 55 Amount: 3 UniqueId: true - - Item: Dex_Dish10 + - Index: 6 + Item: Dex_Dish10 Rate: 205 Amount: 5 UniqueId: true - - Item: Owl_Baron_Card + - Index: 7 + Item: Owl_Baron_Card Rate: 2 UniqueId: true - - Item: Owl_Duke_Card + - Index: 8 + Item: Owl_Duke_Card Rate: 2 UniqueId: true - - Item: Slipper + - Index: 9 + Item: Slipper Rate: 2 UniqueId: true - - Item: Drooping_Kitty_ + - Index: 10 + Item: Drooping_Kitty_ Rate: 2 UniqueId: true - - Item: Big_Golden_Bell_ + - Index: 11 + Item: Big_Golden_Bell_ Rate: 2 UniqueId: true - Group: PET_EGG_SCROLL12 SubGroups: - SubGroup: 1 List: - - Item: Poring_Box + - Index: 0 + Item: Poring_Box Rate: 80 UniqueId: true - - Item: Vit_Dish10_ + - Index: 1 + Item: Vit_Dish10_ Rate: 150 - Amount: 10 + Amount: 5 UniqueId: true - - Item: Old_Violet_Box + - Index: 2 + Item: Old_Violet_Box Rate: 80 UniqueId: true - - Item: Dex_Dish10_ + - Index: 3 + Item: Dex_Dish10 Rate: 150 - Amount: 10 + Amount: 5 UniqueId: true - - Item: Megaphone_ + - Index: 4 + Item: Megaphone_ Rate: 150 Amount: 3 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card Rate: 180 Amount: 5 UniqueId: true - - Item: Luk_Dish10_ + - Index: 6 + Item: PVP_Tele_Scroll Rate: 180 - Amount: 10 + Amount: 5 UniqueId: true - - Item: Elven_Ears + - Index: 7 + Item: Elven_Ears Rate: 10 UniqueId: true - - Item: Flying_Angel + - Index: 8 + Item: Flying_Angel Rate: 10 UniqueId: true - - Item: Zeny_Scroll + - Index: 9 + Item: Zeny_Scroll Rate: 10 UniqueId: true - Group: PET_EGG_SCROLL13 SubGroups: - SubGroup: 1 List: - - Item: Elephant_Hat + - Index: 0 + Item: Elephant_Hat Rate: 10 UniqueId: true - - Item: Happy_Wig + - Index: 1 + Item: Happy_Wig Rate: 10 UniqueId: true - - Item: Enriched_Oridecon + - Index: 2 + Item: Enriched_Oridecon Rate: 170 - Amount: 5 + Amount: 3 UniqueId: true - - Item: Enriched_Elunium + - Index: 3 + Item: Enriched_Elunium Rate: 300 - Amount: 5 + Amount: 3 UniqueId: true - - Item: Zeny_Scroll + - Index: 4 + Item: Zeny_Scroll Rate: 10 UniqueId: true - - Item: Yggdrasilberry + - Index: 5 + Item: Yggdrasilberry Rate: 100 Amount: 7 UniqueId: true - - Item: Fruit_Of_Mastela + - Index: 6 + Item: Fruit_Of_Mastela Rate: 100 - Amount: 15 + Amount: 7 UniqueId: true - - Item: Blue_Herb + - Index: 7 + Item: Blue_Herb Rate: 100 Amount: 8 UniqueId: true - - Item: Insurance + - Index: 8 + Item: Insurance Rate: 100 Amount: 3 UniqueId: true - - Item: White_Slim_Potion + - Index: 9 + Item: White_Slim_Potion Rate: 100 Amount: 20 UniqueId: true @@ -15138,40 +23543,50 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Hibiscus + - Index: 0 + Item: Hibiscus Rate: 10 UniqueId: true - - Item: Charming_Ribbon + - Index: 1 + Item: Charming_Ribbon Rate: 10 UniqueId: true - - Item: Enriched_Oridecon - Rate: 150 - Amount: 5 - UniqueId: true - - Item: Enriched_Elunium - Rate: 250 - Amount: 5 - UniqueId: true - - Item: Zeny_Scroll - Rate: 50 - UniqueId: true - - Item: Yggdrasilberry - Rate: 100 - Amount: 7 - UniqueId: true - - Item: Fruit_Of_Mastela - Rate: 100 - Amount: 15 - UniqueId: true - - Item: Grape_Juice - Rate: 100 - Amount: 20 - UniqueId: true - - Item: Insurance + - Index: 2 + Item: Enriched_Oridecon Rate: 100 Amount: 3 UniqueId: true - - Item: White_Slim_Potion + - Index: 3 + Item: Enriched_Elunium + Rate: 300 + Amount: 3 + UniqueId: true + - Index: 4 + Item: Zeny_Scroll + Rate: 50 + UniqueId: true + - Index: 5 + Item: Yggdrasilberry + Rate: 100 + Amount: 7 + UniqueId: true + - Index: 6 + Item: Fruit_Of_Mastela + Rate: 100 + Amount: 7 + UniqueId: true + - Index: 7 + Item: Grape_Juice + Rate: 100 + Amount: 9 + UniqueId: true + - Index: 8 + Item: Insurance + Rate: 100 + Amount: 3 + UniqueId: true + - Index: 9 + Item: White_Slim_Potion Rate: 130 Amount: 20 UniqueId: true @@ -15179,454 +23594,574 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 90 Amount: 2 UniqueId: true - - Item: Wind_Walk_10_Scroll + - Index: 1 + Item: Wind_Walk_10_Scroll Rate: 150 Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried - Rate: 200 - Amount: 2 - UniqueId: true - - Item: Giant_Fly_Wing - Rate: 200 - Amount: 2 - UniqueId: true - - Item: Aspersio_5_Scroll - Rate: 200 - Amount: 2 - UniqueId: true - - Item: Bubble_Gum + - Index: 2 + Item: Token_Of_Siegfried Rate: 150 Amount: 2 UniqueId: true - - Item: Red_Wizardry_Hat + - Index: 3 + Item: Giant_Fly_Wing + Rate: 250 + Amount: 2 + UniqueId: true + - Index: 4 + Item: Aspersio_5_Scroll + Rate: 250 + Amount: 2 + UniqueId: true + - Index: 5 + Item: Bubble_Gum + Rate: 100 + Amount: 2 + UniqueId: true + - Index: 6 + Item: Red_Wizardry_Hat Rate: 10 UniqueId: true - Group: PET_EGG_SCROLL3 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual - Rate: 100 + - Index: 0 + Item: Battle_Manual + Rate: 150 Amount: 2 UniqueId: true - - Item: Insurance + - Index: 1 + Item: Insurance Rate: 200 Amount: 2 UniqueId: true - - Item: Enriched_Oridecon - Rate: 80 + - Index: 2 + Item: Enriched_Oridecon + Rate: 50 UniqueId: true - - Item: Kafra_Card - Rate: 300 + - Index: 3 + Item: Kafra_Card + Rate: 200 Amount: 2 UniqueId: true - - Item: Adrenaline_Scroll - Rate: 300 + - Index: 4 + Item: Adrenaline_Scroll + Rate: 200 Amount: 2 UniqueId: true - - Item: Neuralizer + - Index: 5 + Item: Neuralizer Rate: 10 UniqueId: true - - Item: Pink_Drooping_Kitty - Rate: 100 + - Index: 6 + Item: Pink_Drooping_Kitty + Rate: 10 UniqueId: true - Group: PET_EGG_SCROLL4 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual - Rate: 90 - Amount: 2 - UniqueId: true - - Item: Wind_Walk_10_Scroll + - Index: 0 + Item: Battle_Manual Rate: 150 Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 1 + Item: Wind_Walk_10_Scroll Rate: 200 Amount: 2 UniqueId: true - - Item: Giant_Fly_Wing + - Index: 2 + Item: Token_Of_Siegfried Rate: 200 Amount: 2 UniqueId: true - - Item: Aspersio_5_Scroll + - Index: 3 + Item: Giant_Fly_Wing Rate: 200 Amount: 2 UniqueId: true - - Item: Bubble_Gum - Rate: 150 + - Index: 4 + Item: Aspersio_5_Scroll + Rate: 200 Amount: 2 UniqueId: true - - Item: Pink_Fur_Hat + - Index: 5 + Item: Bubble_Gum + Rate: 200 + Amount: 2 + UniqueId: true + - Index: 6 + Item: Pink_Fur_Hat Rate: 10 UniqueId: true - Group: PET_EGG_SCROLL5 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 150 Amount: 2 UniqueId: true - - Item: Enriched_Elunium - Rate: 135 + - Index: 1 + Item: Enriched_Elunium + Rate: 50 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 2 + Item: Token_Of_Siegfried Rate: 200 Amount: 2 UniqueId: true - - Item: Giant_Fly_Wing - Rate: 300 + - Index: 3 + Item: Giant_Fly_Wing + Rate: 200 Amount: 2 UniqueId: true - - Item: Mini_Propeller_ + - Index: 4 + Item: Mini_Propeller_ Rate: 5 UniqueId: true - - Item: Bubble_Gum + - Index: 5 + Item: Bubble_Gum Rate: 200 UniqueId: true - - Item: White_Wizardry_Hat + - Index: 6 + Item: White_Wizardry_Hat Rate: 10 UniqueId: true - Group: PET_EGG_SCROLL6 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual_Box + - Index: 0 + Item: Battle_Manual_Box Rate: 200 UniqueId: true - - Item: Enriched_Elunium_Box + - Index: 1 + Item: Enriched_Elunium_Box Rate: 195 UniqueId: true - - Item: Token_Of_Siegfried_Box + - Index: 2 + Item: Token_Of_Siegfried_Box Rate: 400 UniqueId: true - - Item: Bubble_Gum_Box + - Index: 3 + Item: Bubble_Gum_Box Rate: 200 UniqueId: true - - Item: Pair_Of_Red_Ribbon_ + - Index: 4 + Item: Pair_Of_Red_Ribbon_ Rate: 2 UniqueId: true - - Item: Drooping_Kitty_ + - Index: 5 + Item: Drooping_Kitty_ Rate: 1 UniqueId: true - - Item: Orc_Hero_Helm_TW + - Index: 6 + Item: Orc_Hero_Helm_TW Rate: 1 UniqueId: true - - Item: Magestic_Goat_TW + - Index: 7 + Item: Magestic_Goat_TW Rate: 1 UniqueId: true - Group: PET_EGG_SCROLL7 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 80 Amount: 2 UniqueId: true - - Item: Insurance + - Index: 1 + Item: Insurance Rate: 30 Amount: 2 UniqueId: true - - Item: Enriched_Oridecon + - Index: 2 + Item: Enriched_Oridecon Rate: 120 Amount: 2 UniqueId: true - - Item: Kafra_Card + - Index: 3 + Item: Kafra_Card Rate: 190 Amount: 10 UniqueId: true - - Item: Megaphone_ + - Index: 4 + Item: Megaphone_ Rate: 190 Amount: 5 UniqueId: true - - Item: Old_Violet_Box + - Index: 5 + Item: Old_Violet_Box Rate: 50 Amount: 3 UniqueId: true - - Item: Vit_Dish10 + - Index: 6 + Item: Vit_Dish10 Rate: 200 Amount: 5 UniqueId: true - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Bloody_Dead_Branch Rate: 120 UniqueId: true - - Item: Succubus_Card + - Index: 8 + Item: Succubus_Card Rate: 2 UniqueId: true - - Item: Incubus_Card + - Index: 9 + Item: Incubus_Card Rate: 2 UniqueId: true - - Item: Smoking_Pipe_ + - Index: 10 + Item: Smoking_Pipe_ Rate: 5 UniqueId: true - - Item: Pair_Of_Red_Ribbon_ + - Index: 11 + Item: Pair_Of_Red_Ribbon_ Rate: 9 UniqueId: true - Group: PET_EGG_SCROLL8 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 80 Amount: 2 UniqueId: true - - Item: Wind_Walk_10_Scroll + - Index: 1 + Item: Wind_Walk_10_Scroll Rate: 60 Amount: 5 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 2 + Item: Token_Of_Siegfried Rate: 120 Amount: 5 UniqueId: true - - Item: Giant_Fly_Wing + - Index: 3 + Item: Giant_Fly_Wing Rate: 244 Amount: 10 UniqueId: true - - Item: Neuralizer + - Index: 4 + Item: Neuralizer Rate: 1 UniqueId: true - - Item: Bubble_Gum + - Index: 5 + Item: Bubble_Gum Rate: 150 Amount: 2 UniqueId: true - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 200 Amount: 10 UniqueId: true - - Item: Agi_Dish10 + - Index: 7 + Item: Agi_Dish10 Rate: 100 Amount: 5 UniqueId: true - - Item: Old_Violet_Box + - Index: 8 + Item: Old_Violet_Box Rate: 30 Amount: 3 UniqueId: true - - Item: Silver_Tiara + - Index: 9 + Item: Silver_Tiara Rate: 3 UniqueId: true - - Item: Magestic_Goat_TW + - Index: 10 + Item: Magestic_Goat_TW Rate: 3 UniqueId: true - - Item: Fish_On_Head_ + - Index: 11 + Item: Fish_On_Head_ Rate: 9 UniqueId: true - Group: PET_EGG_SCROLL9 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 200 Amount: 2 UniqueId: true - - Item: Insurance + - Index: 1 + Item: Insurance Rate: 50 Amount: 2 UniqueId: true - - Item: Enriched_Oridecon + - Index: 2 + Item: Enriched_Oridecon Rate: 160 Amount: 2 UniqueId: true - - Item: Kafra_Card + - Index: 3 + Item: Kafra_Card Rate: 80 Amount: 10 UniqueId: true - - Item: Adrenaline_Scroll + - Index: 4 + Item: Adrenaline_Scroll Rate: 200 Amount: 5 UniqueId: true - - Item: Neuralizer + - Index: 5 + Item: Neuralizer Rate: 1 UniqueId: true - - Item: Old_Violet_Box + - Index: 6 + Item: Old_Violet_Box Rate: 60 Amount: 3 UniqueId: true - - Item: Str_Dish10 + - Index: 7 + Item: Str_Dish10 Rate: 208 Amount: 5 UniqueId: true - - Item: Dark_Illusion_Card + - Index: 8 + Item: Dark_Illusion_Card Rate: 5 UniqueId: true - - Item: Dark_Lord_Card + - Index: 9 + Item: Dark_Lord_Card Rate: 1 UniqueId: true - - Item: Orc_Hero_Helm_TW + - Index: 10 + Item: Orc_Hero_Helm_TW Rate: 5 UniqueId: true - - Item: Bunny_Band_ + - Index: 11 + Item: Bunny_Band_ Rate: 10 UniqueId: true - Group: PET_EGG_SCROLL_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll1 + - Index: 0 + Item: Pet_Egg_Scroll1 UniqueId: true - Group: PET_EGG_SCROLL_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll10 + - Index: 0 + Item: Pet_Egg_Scroll10 UniqueId: true - Group: PET_EGG_SCROLL_BOX11 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll11 + - Index: 0 + Item: Pet_Egg_Scroll11 UniqueId: true - Group: PET_EGG_SCROLL_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll2 + - Index: 0 + Item: Pet_Egg_Scroll2 UniqueId: true - Group: PET_EGG_SCROLL_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll3 + - Index: 0 + Item: Pet_Egg_Scroll3 UniqueId: true - Group: PET_EGG_SCROLL_BOX4 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll4 + - Index: 0 + Item: Pet_Egg_Scroll4 UniqueId: true - Group: PET_EGG_SCROLL_BOX5 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll5 + - Index: 0 + Item: Pet_Egg_Scroll5 UniqueId: true - Group: PET_EGG_SCROLL_BOX6 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll6 + - Index: 0 + Item: Pet_Egg_Scroll6 UniqueId: true - Group: PET_EGG_SCROLL_BOX7 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll7 + - Index: 0 + Item: Pet_Egg_Scroll7 UniqueId: true - Group: PET_EGG_SCROLL_BOX8 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll8 + - Index: 0 + Item: Pet_Egg_Scroll8 UniqueId: true - Group: PET_EGG_SCROLL_BOX9 SubGroups: - SubGroup: 0 List: - - Item: Pet_Egg_Scroll9 + - Index: 0 + Item: Pet_Egg_Scroll9 UniqueId: true - Group: PET_EGG_SCROLL_E SubGroups: - SubGroup: 1 List: - - Item: Exorcize_Herb + - Index: 0 + Item: Exorcize_Herb Rate: 350 Amount: 10 UniqueId: true - - Item: Silk_Ribbon + - Index: 1 + Item: Silk_Ribbon Rate: 130 UniqueId: true - - Item: Realgar_Wine + - Index: 2 + Item: Realgar_Wine Rate: 350 Amount: 10 UniqueId: true - - Item: Chung_E_Cake + - Index: 3 + Item: Chung_E_Cake Rate: 70 Amount: 10 UniqueId: true - - Item: Bok_Choy + - Index: 4 + Item: Bok_Choy Rate: 70 Amount: 10 UniqueId: true - - Item: Chung_E_Ticket + - Index: 5 + Item: Chung_E_Ticket Rate: 10 UniqueId: true - - Item: Spring_Rabbit_Ticket + - Index: 6 + Item: Spring_Rabbit_Ticket Rate: 10 UniqueId: true - - Item: Zeny_Card_Scroll_Box + - Index: 7 + Item: Zeny_Card_Scroll_Box Rate: 10 UniqueId: true - Group: PIERRE_TREASUREBOX SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box + - Index: 0 + Item: Old_Blue_Box Rate: 11 - - Item: Branch_Of_Dead_Tree + - Index: 1 + Item: Branch_Of_Dead_Tree Rate: 3 - - Item: Old_Violet_Box + - Index: 2 + Item: Old_Violet_Box Rate: 5 - - Item: Gift_Box + - Index: 3 + Item: Gift_Box Rate: 3 - - Item: Scarlet_Dyestuffs + - Index: 4 + Item: Scarlet_Dyestuffs Rate: 3 - - Item: Lemon_Dyestuffs + - Index: 5 + Item: Lemon_Dyestuffs Rate: 3 - - Item: Cobaltblue_Dyestuffs + - Index: 6 + Item: Cobaltblue_Dyestuffs Rate: 3 - - Item: Darkgreen_Dyestuffs + - Index: 7 + Item: Darkgreen_Dyestuffs Rate: 3 - - Item: Orange_Dyestuffs + - Index: 8 + Item: Orange_Dyestuffs Rate: 3 - - Item: Violet_Dyestuffs + - Index: 9 + Item: Violet_Dyestuffs Rate: 3 - - Item: White_Dyestuffs + - Index: 10 + Item: White_Dyestuffs Rate: 3 - - Item: Black_Dyestuffs + - Index: 11 + Item: Black_Dyestuffs Rate: 3 - - Item: Olivine + - Index: 12 + Item: Olivine Rate: 3 - - Item: Phlogopite + - Index: 13 + Item: Phlogopite Rate: 3 - - Item: Agate + - Index: 14 + Item: Agate Rate: 3 - - Item: Muscovite + - Index: 15 + Item: Muscovite Rate: 3 - - Item: Rose_Quartz + - Index: 16 + Item: Rose_Quartz Rate: 3 - - Item: Turquoise + - Index: 17 + Item: Turquoise Rate: 3 - - Item: Citrine + - Index: 18 + Item: Citrine Rate: 3 - - Item: Pyroxene + - Index: 19 + Item: Pyroxene Rate: 3 - - Item: Biotite + - Index: 20 + Item: Biotite Rate: 3 - - Item: Fire_Cracker + - Index: 21 + Item: Fire_Cracker Rate: 3 - - Item: Str_Dish10 + - Index: 22 + Item: Str_Dish10 Rate: 3 - - Item: Vit_Dish10 + - Index: 23 + Item: Vit_Dish10 Rate: 3 - - Item: Agi_Dish10 + - Index: 24 + Item: Agi_Dish10 Rate: 3 - - Item: Dex_Dish10 + - Index: 25 + Item: Dex_Dish10 Rate: 3 - - Item: Luk_Dish10 + - Index: 26 + Item: Luk_Dish10 Rate: 3 - - Item: Bloody_Dead_Branch + - Index: 27 + Item: Bloody_Dead_Branch Rate: 1 - Group: PISCES_DIADEM_BOX SubGroups: - SubGroup: 0 List: - - Item: Pisces_Diadem_Scroll + - Index: 0 + Item: Pisces_Diadem_Scroll Amount: 10 UniqueId: true Stacked: false @@ -15634,816 +24169,1087 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Ifrit's_Ear_Box + - Index: 0 + Item: Ifrit's_Ear_Box Rate: 1 UniqueId: true - - Item: Bradium_Earing + - Index: 1 + Item: Bradium_Earing Rate: 2 UniqueId: true - - Item: Pisces_Diadem + - Index: 2 + Item: Pisces_Diadem Rate: 10 UniqueId: true - - Item: Gryphon_Hat + - Index: 3 + Item: Gryphon_Hat Rate: 5 UniqueId: true - - Item: Vital_Tree_Shoes + - Index: 4 + Item: Vital_Tree_Shoes Rate: 10 UniqueId: true - - Item: Neuralizer_Box + - Index: 5 + Item: Neuralizer_Box Rate: 22 UniqueId: true - - Item: Insurance_Package + - Index: 6 + Item: Insurance_Package Rate: 60 UniqueId: true - - Item: Orc_HeroS + - Index: 7 + Item: Orc_HeroS Rate: 50 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 8 + Item: Max_Weight_Up_Box Rate: 100 UniqueId: true - - Item: Token_Of_Siegfried_Box + - Index: 9 + Item: Token_Of_Siegfried_Box Rate: 130 UniqueId: true - - Item: Ribbon_Of_Life_Box3 + - Index: 10 + Item: Ribbon_Of_Life_Box3 Rate: 160 UniqueId: true - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 180 Amount: 5 UniqueId: true - - Item: Battle_Manual_Box5 + - Index: 12 + Item: Battle_Manual_Box5 Rate: 200 UniqueId: true - - Item: Yggdrasilberry_Box_ + - Index: 13 + Item: Yggdrasilberry_Box_ Rate: 70 UniqueId: true - Group: POISON SubGroups: - SubGroup: 1 List: - - Item: Poison_Paralysis + - Index: 0 + Item: Poison_Paralysis Rate: 1 - - Item: Poison_Leech + - Index: 1 + Item: Poison_Leech Rate: 1 - - Item: Poison_Oblivion + - Index: 2 + Item: Poison_Oblivion Rate: 1 - - Item: Poison_Contamination + - Index: 3 + Item: Poison_Contamination Rate: 1 - - Item: Poison_Numb + - Index: 4 + Item: Poison_Numb Rate: 1 - - Item: Poison_Fever + - Index: 5 + Item: Poison_Fever Rate: 1 - - Item: Poison_Laughing + - Index: 6 + Item: Poison_Laughing Rate: 1 - - Item: Poison_Fatigue + - Index: 7 + Item: Poison_Fatigue Rate: 1 - Group: POLE_AXE_BOX SubGroups: - SubGroup: 0 List: - - Item: Pole_Axe_C + - Index: 0 + Item: Pole_Axe_C Duration: 10080 UniqueId: true - Group: POTION SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 1 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 1 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 1 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 1 - Group: PRIVATE_AIRSHIP SubGroups: - SubGroup: 1 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Rate: 1 - - Item: World_Tour_Ticket + - Index: 1 + Item: World_Tour_Ticket Rate: 1 - Group: PRIZEOFHERO SubGroups: - SubGroup: 1 List: - - Item: Fruit_Of_Mastela + - Index: 0 + Item: Fruit_Of_Mastela Rate: 7 - - Item: White_Slim_Potion + - Index: 1 + Item: White_Slim_Potion Rate: 7 - - Item: Yggdrasilberry + - Index: 2 + Item: Yggdrasilberry Rate: 17 - - Item: Seed_Of_Yggdrasil + - Index: 3 + Item: Seed_Of_Yggdrasil Rate: 10 - - Item: Poison_Bottle + - Index: 4 + Item: Poison_Bottle Rate: 7 - - Item: Str_Dish10 + - Index: 5 + Item: Str_Dish10 Rate: 7 - - Item: Int_Dish10 + - Index: 6 + Item: Int_Dish10 Rate: 7 - - Item: Vit_Dish10 + - Index: 7 + Item: Vit_Dish10 Rate: 7 - - Item: Agi_Dish10 + - Index: 8 + Item: Agi_Dish10 Rate: 7 - - Item: Dex_Dish10 + - Index: 9 + Item: Dex_Dish10 Rate: 7 - - Item: Luk_Dish10 + - Index: 10 + Item: Luk_Dish10 Rate: 7 - - Item: Mastela_Fruit_Box + - Index: 11 + Item: Mastela_Fruit_Box Rate: 2 - - Item: Yggdrasil_Seed_Box + - Index: 12 + Item: Yggdrasil_Seed_Box Rate: 2 - - Item: Iggdrasilberry_Box + - Index: 13 + Item: Iggdrasilberry_Box Rate: 1 - - Item: White_Slim_Pot_Box2 + - Index: 14 + Item: White_Slim_Pot_Box2 Rate: 2 - - Item: Poison_Bottle_Box2 + - Index: 15 + Item: Poison_Bottle_Box2 Rate: 2 - - Item: High_Weapon_Box + - Index: 16 + Item: High_Weapon_Box Rate: 1 - - Item: Sg_Violet_Potion_Box + - Index: 17 + Item: Sg_Violet_Potion_Box Rate: 7 - - Item: Sg_White_Potion_Box + - Index: 18 + Item: Sg_White_Potion_Box Rate: 7 - - Item: Sg_Blue_Potion_Box + - Index: 19 + Item: Sg_Blue_Potion_Box Rate: 7 - - Item: Hero_Plate + - Index: 20 + Item: Hero_Plate Rate: 1 - - Item: Hero_Magic_Coat + - Index: 21 + Item: Hero_Magic_Coat Rate: 1 - - Item: Hero_Judgement_Shawl + - Index: 22 + Item: Hero_Judgement_Shawl Rate: 1 - - Item: Hero_Trade_Mail + - Index: 23 + Item: Hero_Trade_Mail Rate: 1 - - Item: Hero_Hidden_Cloth + - Index: 24 + Item: Hero_Hidden_Cloth Rate: 1 - - Item: Hero_Taget_Suits + - Index: 25 + Item: Hero_Taget_Suits Rate: 1 - - Item: Vet_Nepen_Heel + - Index: 26 + Item: Vet_Nepen_Heel Rate: 2 - - Item: Vet_SliverFox_Boots + - Index: 27 + Item: Vet_SliverFox_Boots Rate: 2 - - Item: Vet_Ungo_Boots + - Index: 28 + Item: Vet_Ungo_Boots Rate: 2 - Group: PR_RESET_STONE_BOX SubGroups: - SubGroup: 0 List: - - Item: Premium_Reset_Stone + - Index: 0 + Item: Premium_Reset_Stone - Group: PTOTECTION_SEAGOD_BOX SubGroups: - SubGroup: 0 List: - - Item: Ptotection_Seagod + - Index: 0 + Item: Ptotection_Seagod Duration: 1380 - Group: PTOTECTION_SEAGOD_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Ptotection_Seagod + - Index: 0 + Item: Ptotection_Seagod Duration: 10080 - Group: PTOTECTION_SEAGOD_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Ptotection_Seagod + - Index: 0 + Item: Ptotection_Seagod Duration: 21600 - Group: QUIVER SubGroups: - SubGroup: 1 List: - - Item: Arrow_Container + - Index: 0 + Item: Arrow_Container Rate: 1 - - Item: Iron_Arrow_Container + - Index: 1 + Item: Iron_Arrow_Container Rate: 1 - - Item: Steel_Arrow_Container + - Index: 2 + Item: Steel_Arrow_Container Rate: 1 - - Item: Ori_Arrow_Container + - Index: 3 + Item: Ori_Arrow_Container Rate: 1 - - Item: Fire_Arrow_Container + - Index: 4 + Item: Fire_Arrow_Container Rate: 1 - - Item: Silver_Arrow_Container + - Index: 5 + Item: Silver_Arrow_Container Rate: 1 - - Item: Wind_Arrow_Container + - Index: 6 + Item: Wind_Arrow_Container Rate: 1 - - Item: Stone_Arrow_Container + - Index: 7 + Item: Stone_Arrow_Container Rate: 1 - - Item: Crystal_Arrow_Container + - Index: 8 + Item: Crystal_Arrow_Container Rate: 1 - - Item: Shadow_Arrow_Container + - Index: 9 + Item: Shadow_Arrow_Container Rate: 1 - - Item: Imma_Arrow_Container + - Index: 10 + Item: Imma_Arrow_Container Rate: 1 - - Item: Rusty_Arrow_Container + - Index: 11 + Item: Rusty_Arrow_Container Rate: 1 - - Item: Holy_Arrow_Quiver + - Index: 12 + Item: Holy_Arrow_Quiver Rate: 2 - Group: RAMEN_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Ramen_Hat + - Index: 0 + Item: Ramen_Hat Duration: 20160 UniqueId: true - Group: RECOVERY SubGroups: - SubGroup: 1 List: - - Item: Fruit_Of_Mastela + - Index: 0 + Item: Fruit_Of_Mastela Rate: 5 - - Item: Leaflet_Of_Aloe + - Index: 1 + Item: Leaflet_Of_Aloe Rate: 5 - - Item: Leaflet_Of_Hinal + - Index: 2 + Item: Leaflet_Of_Hinal Rate: 10 - - Item: Red_Slim_Potion + - Index: 3 + Item: Red_Slim_Potion Rate: 10 - - Item: Resist_Fire + - Index: 4 + Item: Resist_Fire Rate: 10 - - Item: Yellow_Herb + - Index: 5 + Item: Yellow_Herb Rate: 20 - - Item: Red_Potion + - Index: 6 + Item: Red_Potion Rate: 20 - - Item: Green_Herb + - Index: 7 + Item: Green_Herb Rate: 30 - - Item: Red_Herb + - Index: 8 + Item: Red_Herb Rate: 30 - - Item: Novice_Potion + - Index: 9 + Item: Novice_Potion Rate: 50 - - Item: Nice_Sweet_Potato + - Index: 10 + Item: Nice_Sweet_Potato Rate: 50 - - Item: Candy + - Index: 11 + Item: Candy Rate: 100 - - Item: Monster's_Feed + - Index: 12 + Item: Monster's_Feed Rate: 200 - - Item: Popped_Rice + - Index: 13 + Item: Popped_Rice Rate: 600 - Group: REDBOX SubGroups: - SubGroup: 1 List: - - Item: Cat_Hat + - Index: 0 + Item: Cat_Hat Rate: 1 - - Item: Alice_Doll + - Index: 1 + Item: Alice_Doll Rate: 11 - - Item: Magic_Eyes + - Index: 2 + Item: Magic_Eyes Rate: 11 - - Item: Hibiscus + - Index: 3 + Item: Hibiscus Rate: 11 - - Item: Charming_Ribbon + - Index: 4 + Item: Charming_Ribbon Rate: 11 - - Item: Crescent_Helm + - Index: 5 + Item: Crescent_Helm Rate: 11 - - Item: Kabuki_Mask + - Index: 6 + Item: Kabuki_Mask Rate: 12 - - Item: Chinese_Crown + - Index: 7 + Item: Chinese_Crown Rate: 1 - - Item: Helm_Of_Darkness + - Index: 8 + Item: Helm_Of_Darkness Rate: 11 - - Item: Puppy_Hat + - Index: 9 + Item: Puppy_Hat Rate: 1 - - Item: Bird_Nest_Hat + - Index: 10 + Item: Bird_Nest_Hat Rate: 11 - - Item: Laurel_Wreath + - Index: 11 + Item: Laurel_Wreath Rate: 11 - - Item: Geographer_Band + - Index: 12 + Item: Geographer_Band Rate: 11 - - Item: Twin_Ribbon + - Index: 13 + Item: Twin_Ribbon Rate: 10 - Group: REDBOX_2 SubGroups: - SubGroup: 1 List: - - Item: Alice_Doll + - Index: 0 + Item: Alice_Doll Rate: 1 - - Item: Magic_Eyes + - Index: 1 + Item: Magic_Eyes Rate: 9 - - Item: Hibiscus + - Index: 2 + Item: Hibiscus Rate: 10 - - Item: Charming_Ribbon + - Index: 3 + Item: Charming_Ribbon Rate: 10 - Group: REPAIR_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Repair_Scroll + - Index: 0 + Item: Repair_Scroll_ + Amount: 5 UniqueId: true - - Item: Iron_Ore + - Index: 1 + Item: Iron_Ore + Amount: 5 UniqueId: true - - Item: Iron + - Index: 2 + Item: Iron + Amount: 5 UniqueId: true - - Item: Oridecon_Stone + - Index: 3 + Item: Oridecon_Stone + Amount: 5 UniqueId: true - - Item: Steel + - Index: 4 + Item: Steel + Amount: 5 UniqueId: true - Group: REQUIEM_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Agi_Dish_Box + - Index: 0 + Item: Agi_Dish_Box Rate: 1300 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1300 - - Item: HE_Battle_Manual + - Index: 2 + Item: HE_Battle_Manual Rate: 1300 Amount: 5 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1200 - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 1200 Amount: 10 - - Item: Medal_Swordman + - Index: 7 + Item: Medal_Swordman Rate: 200 - - Item: Medal_Acolyte + - Index: 8 + Item: Medal_Acolyte Rate: 200 - - Item: Medal_Thief + - Index: 9 + Item: Medal_Thief Rate: 200 - - Item: Tha_Despero_Mask + - Index: 10 + Item: Tha_Despero_Mask Rate: 200 Announced: true - - Item: Banshee_Master_Kiss + - Index: 11 + Item: Banshee_Master_Kiss Rate: 247 Announced: true - - Item: C_Spirit_Of_Chung_E + - Index: 12 + Item: C_Spirit_Of_Chung_E Rate: 200 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 13 + Item: Guarantee_Weapon_9Up Rate: 10 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 14 + Item: Guarantee_Armor_9Up Rate: 10 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 15 + Item: Guarantee_Weapon_11Up Rate: 1 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 16 + Item: Guarantee_Armor_11Up Rate: 1 Announced: true - - Item: Hydro_Card + - Index: 17 + Item: Hydro_Card Rate: 15 Announced: true - - Item: Sealed_Kiel_Card + - Index: 18 + Item: Sealed_Kiel_Card Rate: 15 Announced: true - - Item: Berzebub_Card + - Index: 19 + Item: Berzebub_Card Rate: 1 Announced: true - Group: RESIST SubGroups: - SubGroup: 1 List: - - Item: Resist_Fire + - Index: 0 + Item: Resist_Fire Rate: 1 - - Item: Resist_Water + - Index: 1 + Item: Resist_Water Rate: 1 - - Item: Resist_Earth + - Index: 2 + Item: Resist_Earth Rate: 1 - - Item: Resist_Wind + - Index: 3 + Item: Resist_Wind Rate: 1 - Group: RIGHT_EPSILON_BOX SubGroups: - SubGroup: 0 List: - - Item: Right_Epsilon_C + - Index: 0 + Item: Right_Epsilon_C Duration: 10080 UniqueId: true - Group: RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Ring_C + - Index: 0 + Item: Ring_C Duration: 10080 UniqueId: true - Group: ROSARY_BOX SubGroups: - SubGroup: 0 List: - - Item: Rosary_C + - Index: 0 + Item: Rosary_C Duration: 10080 UniqueId: true - Group: RWC2010_SUITCASEA SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 130 Amount: 5 UniqueId: true - - Item: Insurance + - Index: 1 + Item: Insurance Rate: 130 Amount: 5 UniqueId: true - - Item: Bubble_Gum + - Index: 2 + Item: Bubble_Gum Rate: 150 Amount: 10 UniqueId: true - - Item: Kafra_Card + - Index: 3 + Item: Kafra_Card Rate: 200 Amount: 10 UniqueId: true - - Item: Bloody_Dead_Branch + - Index: 4 + Item: Bloody_Dead_Branch Rate: 98 UniqueId: true - - Item: Branch_Of_Dead_Tree + - Index: 5 + Item: Branch_Of_Dead_Tree Rate: 130 Amount: 6 UniqueId: true - - Item: Guyak_Candy + - Index: 6 + Item: Guyak_Candy Rate: 80 Amount: 10 UniqueId: true - - Item: Guyak_Pudding + - Index: 7 + Item: Guyak_Pudding Rate: 80 Amount: 10 UniqueId: true - - Item: RWC2010_Indonesia + - Index: 8 + Item: RWC2010_Indonesia Rate: 1 UniqueId: true - - Item: Neuralizer + - Index: 9 + Item: Neuralizer Rate: 1 UniqueId: true - Group: RWC2010_SUITCASEB SubGroups: - SubGroup: 1 List: - - Item: Zeny_Scroll + - Index: 0 + Item: Zeny_Scroll Rate: 201 Amount: 7 UniqueId: true - - Item: S_Def_Potion_Box30 + - Index: 1 + Item: S_Def_Potion_Box30 Rate: 112 UniqueId: true - - Item: S_Mdef_Potion_Box30 + - Index: 2 + Item: S_Mdef_Potion_Box30 Rate: 111 UniqueId: true - - Item: B_Def_Potion_Box10 + - Index: 3 + Item: B_Def_Potion_Box10 Rate: 110 UniqueId: true - - Item: B_Mdef_Potion_Box10 + - Index: 4 + Item: B_Mdef_Potion_Box10 Rate: 109 UniqueId: true - - Item: Dun_Tele_Scroll_Box10 + - Index: 5 + Item: Dun_Tele_Scroll_Box10 Rate: 108 UniqueId: true - - Item: Spark_Candy_Box10 + - Index: 6 + Item: Spark_Candy_Box10 Rate: 80 Amount: 7 UniqueId: true - - Item: Ati_Atihan_Hat_ + - Index: 7 + Item: Ati_Atihan_Hat_ Rate: 50 UniqueId: true - - Item: Drooping_Bunny + - Index: 8 + Item: Drooping_Bunny Rate: 50 UniqueId: true - - Item: Kabuki_Mask + - Index: 9 + Item: Kabuki_Mask Rate: 49 UniqueId: true - - Item: Deprotai_Doll_Hat + - Index: 10 + Item: Deprotai_Doll_Hat Rate: 9 UniqueId: true - - Item: Garuda_Hat + - Index: 11 + Item: Garuda_Hat Rate: 8 UniqueId: true - - Item: Secret_Medicine + - Index: 12 + Item: Secret_Medicine Rate: 2 UniqueId: true - - Item: Miracle_Medicine + - Index: 13 + Item: Miracle_Medicine Rate: 1 UniqueId: true - Group: RWC_2012_SET_BOX SubGroups: - SubGroup: 0 List: - - Item: RWC_2012_Ring + - Index: 0 + Item: RWC_2012_Ring UniqueId: true - - Item: RWC_2012_Pendant + - Index: 1 + Item: RWC_2012_Pendant UniqueId: true - - Item: C_Wing_Of_Fly_3Day_Box + - Index: 2 + Item: C_Wing_Of_Fly_3Day_Box UniqueId: true - Group: RWC_FINAL_COMP_BOX SubGroups: - SubGroup: 0 List: - - Item: Comp_Battle_Manual + - Index: 0 + Item: Comp_Battle_Manual Amount: 2 - - Item: Comp_Insurance + - Index: 1 + Item: Comp_Insurance Amount: 2 - - Item: Enriched_Slim_Pot + - Index: 2 + Item: Enriched_Slim_Pot Amount: 30 - - SubGroup: 1 + - SubGroup: 2 List: - - Item: Rafini_Staff + - Index: 0 + Item: Rafini_Staff Rate: 80 - - Item: Round_Buckler + - Index: 1 + Item: Round_Buckler Rate: 180 - - Item: Puente_Robe + - Index: 2 + Item: Puente_Robe Rate: 70 - - Item: Claire_Suits + - Index: 3 + Item: Claire_Suits Rate: 60 - - Item: Fricco_Shoes + - Index: 4 + Item: Fricco_Shoes Rate: 150 - - Item: Rider_Insignia + - Index: 5 + Item: Rider_Insignia Rate: 120 - - Item: Undershirt_ + - Index: 6 + Item: Undershirt_ Rate: 40 - - Item: Muffler_ + - Index: 7 + Item: Muffler_ Rate: 300 - Group: RWC_LIMITED_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Fruit_Of_Mastela - Rate: 200 - Amount: 30 - - Item: White_Slim_Potion - Rate: 150 - Amount: 10 - - Item: Yggdrasilberry_Box - Rate: 150 - - Item: Guildsman_Recruiter - Rate: 4 - - Item: Megaphone_Box - Rate: 150 - - Item: Token_Of_Siegfried_Box - Rate: 100 - - Item: Royal_Jelly_Box - Rate: 200 - - Item: Insurance_Package - Rate: 44 - - Item: Ygnizem_Card - Rate: 1 - - Item: B_Ygnizem_Card - Rate: 1 - Amount: 50 + - Index: 0 + Item: C_Rose_Corsage + Rate: 330 + - Index: 1 + Item: C_Tha_Despero_Mask + Rate: 10 + - Index: 2 + Item: C_Sinsuncho_Hat + Rate: 330 + - Index: 3 + Item: C_Spore_Hat + Rate: 330 - Group: RWC_PARTI_BOX SubGroups: - SubGroup: 1 List: - - Item: Wrapped_Mask + - Index: 0 + Item: Wrapped_Mask Rate: 3 - - Item: Poison_Bottle + - Index: 1 + Item: Poison_Bottle Rate: 10 Amount: 2 - - Item: Set_Of_Taiming_Item + - Index: 2 + Item: Set_Of_Taiming_Item Rate: 5 - - Item: Cookie_Bag + - Index: 3 + Item: Cookie_Bag Rate: 90 - - Item: Mysterious_Can2 + Amount: 2 + - Index: 4 + Item: Mysterious_Can2 Rate: 70 Amount: 3 - - Item: Mysterious_PET_Bottle2 + - Index: 5 + Item: Mysterious_PET_Bottle2 Rate: 70 Amount: 3 - - Item: Speed_Up_Potion + - Index: 6 + Item: Speed_Up_Potion Rate: 60 Amount: 2 - - Item: Old_Violet_Box + - Index: 7 + Item: Old_Violet_Box Rate: 19 - - Item: Cat_Foot_Hairpin + - Index: 8 + Item: Cat_Foot_Hairpin Rate: 10 - - Item: Int_Dish10 + - Index: 9 + Item: Int_Dish10 Rate: 35 Amount: 2 - - Item: Vit_Dish10 + - Index: 10 + Item: Vit_Dish10 Rate: 35 Amount: 2 - - Item: Agi_Dish10 + - Index: 11 + Item: Agi_Dish10 Rate: 35 Amount: 2 - - Item: Dex_Dish10 + - Index: 12 + Item: Dex_Dish10 Rate: 35 Amount: 2 - - Item: Luk_Dish10 + - Index: 13 + Item: Luk_Dish10 Rate: 35 Amount: 2 - - Item: Str_Dish10 + - Index: 14 + Item: Str_Dish10 Rate: 35 Amount: 2 - - Item: Branch_Of_Dead_Tree + - Index: 15 + Item: Branch_Of_Dead_Tree Rate: 14 Amount: 3 - - Item: Dried_Yggdrasilberry + - Index: 16 + Item: Dried_Yggdrasilberry Rate: 70 Amount: 3 - - Item: Angeling_Potion + - Index: 17 + Item: Angeling_Potion Rate: 50 Amount: 3 - - Item: Ygnizem_Scroll + - Index: 18 + Item: Ygnizem_Scroll Rate: 50 Amount: 2 - - Item: Doppelganger_Scroll + - Index: 19 + Item: Doppelganger_Scroll Rate: 50 Amount: 2 - - Item: Wild_Rose_Scroll + - Index: 20 + Item: Wild_Rose_Scroll Rate: 50 Amount: 2 - - Item: Old_Blue_Box + - Index: 21 + Item: Old_Blue_Box Rate: 50 - - Item: Hometown_Gift + - Index: 22 + Item: Hometown_Gift Rate: 99 Amount: 2 - - Item: Pink_Drooping_Kitty + - Index: 23 + Item: Pink_Drooping_Kitty Rate: 10 - - Item: Red_Deviruchi_Cap + - Index: 24 + Item: Red_Deviruchi_Cap Rate: 10 - Group: RWC_SCROLL_2012 SubGroups: - SubGroup: 1 List: - - Item: RWC_Inicializer + - Index: 0 + Item: RWC_Inicializer Rate: 1000 - - Item: Guarantee_Armor_7Up + - Index: 1 + Item: Guarantee_Armor_7Up Rate: 90 - Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 2 + Item: Guarantee_Weapon_7Up Rate: 90 - Announced: true - - Item: Guarantee_Armor_9Up + - Index: 3 + Item: Guarantee_Armor_9Up Rate: 5 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 4 + Item: Guarantee_Weapon_9Up Rate: 5 Announced: true - - Item: White_Slim_Pot_Box2 + - Index: 5 + Item: White_Slim_Pot_Box2 Rate: 1000 - - Item: Poison_Bottle_Box2 + - Index: 6 + Item: Poison_Bottle_Box2 Rate: 1000 - - Item: Bubble_Gum_Box5 + - Index: 7 + Item: Comp_Bubble_Gum Rate: 1500 - - Item: 17Carat_Dia + Amount: 2 + - Index: 8 + Item: Treasure_Box Rate: 1000 - - Item: Battle_Manual_Box5 + - Index: 9 + Item: Comp_Battle_Manual Rate: 1500 - - Item: Old_C_Album_Weapon + Amount: 2 + - Index: 10 + Item: Old_C_Album_Weapon Rate: 500 - - Item: Old_C_Album_Acc + - Index: 11 + Item: Old_C_Album_Acc Rate: 500 - - Item: Branch_Of_Dead_Tree + - Index: 12 + Item: Branch_Of_Dead_Tree Rate: 1000 Amount: 3 - - Item: Magic_Card_Album + - Index: 13 + Item: Magic_Card_Album Rate: 100 - Announced: true - - Item: RWC_Memory_Staff + - Index: 14 + Item: RWC_Memory_Staff Rate: 150 Announced: true - - Item: RWC_Memory_Mace + - Index: 15 + Item: RWC_Memory_Mace Rate: 150 Announced: true - - Item: RWC_Memory_Knife + - Index: 16 + Item: RWC_Memory_Knife Rate: 150 Announced: true - - Item: Rainbow_Feather_Deco - Rate: 150 - Announced: true - - Item: C_Rainbow_Feather_Deco - Rate: 110 + - Index: 17 + Item: Rainbow_Feather_Deco + Rate: 140 Announced: true + - Index: 18 + Item: C_Rainbow_Feather_Deco + Rate: 120 - Group: RWC_SPECIAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Party_Recruiter_Hat + - Index: 0 + Item: Party_Recruiter_Hat Rate: 4 - - Item: Convex_Mirror + UniqueId: true + - Index: 1 + Item: Convex_Mirror Rate: 150 - - Item: Megaphone_Box + UniqueId: true + - Index: 2 + Item: Megaphone_Box Rate: 200 - - Item: Enriched_Elunium_Box + UniqueId: true + - Index: 3 + Item: Enriched_Elunium_Box Rate: 50 - - Item: Enriched_Oridecon_Box + UniqueId: true + - Index: 4 + Item: Enriched_Oridecon_Box Rate: 50 - - Item: Daydric_Card + UniqueId: true + - Index: 5 + Item: Daydric_Card Rate: 2 - - Item: Pharaoh_Card + UniqueId: true + - Index: 6 + Item: Pharaoh_Card Rate: 2 - - Item: Marc_Card + UniqueId: true + - Index: 7 + Item: Marc_Card Rate: 2 - - Item: Royal_Jelly_Box + UniqueId: true + - Index: 8 + Item: Royal_Jelly_Box Rate: 200 - - Item: Seed_Of_Yggdrasil + UniqueId: true + - Index: 9 + Item: Seed_Of_Yggdrasil Rate: 190 Amount: 50 - - Item: Str_Dish_Box + UniqueId: true + - Index: 10 + Item: Str_Dish_Box Rate: 150 + UniqueId: true - Group: RWC_SUPER_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Tao_Gunka_Card + - Index: 0 + Item: Tao_Gunka_Card Rate: 1 Announced: true - - Item: Mistress_Card + - Index: 1 + Item: Mistress_Card Rate: 1 Announced: true - - Item: Berzebub_Card + - Index: 2 + Item: Berzebub_Card Rate: 1 Announced: true - - Item: Black_Devil_Mask_ + - Index: 3 + Item: Black_Devil_Mask_ Rate: 2 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 4 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: RWC2010_Indonesia + - Index: 5 + Item: RWC2010_Indonesia Rate: 50 Announced: true - - Item: Yggdrasil_Crown + - Index: 6 + Item: Yggdrasil_Crown Rate: 70 Announced: true - - Item: Immuned_Shield + - Index: 7 + Item: Immuned_Shield Rate: 80 Announced: true - - Item: RWC_2012_Ring + - Index: 8 + Item: RWC_2012_Ring Rate: 250 Announced: true - - Item: RWC_2012_Pendant + - Index: 9 + Item: RWC_2012_Pendant Rate: 250 Announced: true - - Item: C_Hair_Of_The_Strong + - Index: 10 + Item: C_Hair_Of_The_Strong Rate: 100 Announced: true - - Item: Cat_Ears_Beret + - Index: 11 + Item: Cat_Ears_Beret Rate: 100 Announced: true - - Item: Red_Bread_Hat + - Index: 12 + Item: Red_Bread_Hat Rate: 100 Announced: true - - Item: Garuda_Hat + - Index: 13 + Item: Garuda_Hat Rate: 100 Announced: true - - Item: Upg_Clip_Box + - Index: 14 + Item: Upg_Clip_Box Rate: 300 - - Item: Upg_Formal_Dress_Box + - Index: 15 + Item: Upg_Formal_Dress_Box Rate: 1000 - - Item: Blacksmith_Blessing + - Index: 16 + Item: Blacksmith_Blessing Rate: 580 Amount: 4 - - Item: Unbreak_Weap_Box + - Index: 17 + Item: Unbreak_Weap_Box Rate: 2500 - - Item: Unbreak_Def_Box + - Index: 18 + Item: Unbreak_Def_Box Rate: 3000 - Group: SAFETY_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Safety_Ring_C + - Index: 0 + Item: Safety_Ring_C Duration: 10080 UniqueId: true - Group: SAGITTARIUS_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crown_Of_Deceit_Box + - Index: 0 + Item: Crown_Of_Deceit_Box Rate: 1 UniqueId: true - - Item: Sagittarius_Crown_Box + - Index: 1 + Item: Sagittarius_Crown_Box Rate: 10 UniqueId: true - - Item: Neuralizer_Box + - Index: 2 + Item: Neuralizer_Box Rate: 4 UniqueId: true - - Item: Pinguicula_Corsage + - Index: 3 + Item: Pinguicula_Corsage Rate: 45 UniqueId: true - - Item: Turtle_Hat_Box + - Index: 4 + Item: Turtle_Hat_Box Rate: 55 UniqueId: true - - Item: Mandragora_Cap + - Index: 5 + Item: Mandragora_Cap Rate: 35 UniqueId: true - - Item: Raven_Cap_Box + - Index: 6 + Item: Raven_Cap_Box Rate: 80 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 100 UniqueId: true - - Item: Mental_Potion + - Index: 8 + Item: Mental_Potion Rate: 100 UniqueId: true - - Item: Battle_Manual_Box5 + - Index: 9 + Item: Battle_Manual_Box5 Rate: 170 UniqueId: true - - Item: Bubble_Gum_Box5 + - Index: 10 + Item: Bubble_Gum_Box5 Rate: 130 UniqueId: true - - Item: Guyak_Pudding + - Index: 11 + Item: Guyak_Pudding Rate: 160 Amount: 5 UniqueId: true - - Item: Tyr's_Blessing + - Index: 12 + Item: Tyr's_Blessing Rate: 110 UniqueId: true - Group: SAGITTARIUS_SCR_BOX SubGroups: - SubGroup: 0 List: - - Item: Sagittarius_Scroll + - Index: 0 + Item: Sagittarius_Scroll Amount: 10 UniqueId: true Stacked: false @@ -16451,43 +25257,56 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Spiked_Scarf_Box + - Index: 0 + Item: Spiked_Scarf_Box Rate: 2 UniqueId: true - - Item: Sagittarius_Scroll + - Index: 1 + Item: Sagittarius_Scroll Rate: 10 UniqueId: true - - Item: Neuralizer_Box + - Index: 2 + Item: Neuralizer_Box Rate: 3 UniqueId: true - - Item: Angelic_Ring + - Index: 3 + Item: Angelic_Ring Rate: 20 UniqueId: true - - Item: Bone_Head + - Index: 4 + Item: Bone_Head Rate: 25 UniqueId: true - - Item: Fur_Seal_Hat_Box + - Index: 5 + Item: Fur_Seal_Hat_Box Rate: 80 UniqueId: true - - Item: B_Dragon_Hat_Box + - Index: 6 + Item: B_Dragon_Hat_Box Rate: 90 UniqueId: true - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 100 UniqueId: true - - Item: S_Mdef_Potion_Box30 + - Index: 8 + Item: S_Mdef_Potion_Box30 Rate: 100 UniqueId: true - - Item: S_Def_Potion_Box30 + - Index: 9 + Item: S_Def_Potion_Box30 Rate: 100 UniqueId: true - - Item: Battle_Manual_Box5 + - Index: 10 + Item: Battle_Manual_Box5 Rate: 160 UniqueId: true - - Item: Bubble_Gum_Box5 + - Index: 11 + Item: Bubble_Gum_Box5 Rate: 130 UniqueId: true - - Item: Guyak_Pudding + - Index: 12 + Item: Guyak_Pudding Rate: 180 Amount: 5 UniqueId: true @@ -16495,7 +25314,8 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Sagittar_Diadem_Scroll + - Index: 0 + Item: Sagittar_Diadem_Scroll Amount: 10 UniqueId: true Stacked: false @@ -16503,1793 +25323,2401 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: Sahkkat_C - Duration: 10080 + - Index: 0 + Item: Sahkkat_C + Duration: 20160 UniqueId: true - Group: SAKURA_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Angelic_Chain + - Index: 0 + Item: Angelic_Chain Rate: 2 UniqueId: true - - Item: Satanic_Chain + - Index: 1 + Item: Satanic_Chain Rate: 2 UniqueId: true - - Item: Snowy_Horn + - Index: 2 + Item: Snowy_Horn Rate: 2 UniqueId: true - - Item: Mini_Propeller + - Index: 3 + Item: Mini_Propeller Rate: 1 UniqueId: true - - Item: Osiris_Card + - Index: 4 + Item: Osiris_Card Rate: 1 UniqueId: true - - Item: Phreeoni_Card + - Index: 5 + Item: Phreeoni_Card Rate: 1 UniqueId: true - - Item: Green_Feeler + - Index: 6 + Item: Green_Feeler Rate: 130 UniqueId: true - - Item: Orc_Hero_Helm + - Index: 7 + Item: Orc_Hero_Helm Rate: 2 UniqueId: true - - Item: Battle_Manual + - Index: 8 + Item: Battle_Manual Rate: 170 Amount: 10 UniqueId: true - - Item: Insurance + - Index: 9 + Item: Insurance Rate: 160 Amount: 10 UniqueId: true - - Item: Bubble_Gum + - Index: 10 + Item: Bubble_Gum Rate: 160 Amount: 10 UniqueId: true - - Item: Kafra_Card + - Index: 11 + Item: Kafra_Card Rate: 190 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 12 + Item: Seed_Of_Yggdrasil Rate: 150 Amount: 50 UniqueId: true - - Item: Iron_Glove + - Index: 13 + Item: Iron_Glove Rate: 25 UniqueId: true - - Item: Kabuki_Mask + - Index: 14 + Item: Kabuki_Mask Rate: 2 UniqueId: true - - Item: Mistic_Rose + - Index: 15 + Item: Mistic_Rose Rate: 2 UniqueId: true - Group: SANCTUARY_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1113 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_Spell_Circuit + - Index: 9 + Item: C_Spell_Circuit Rate: 130 - - Item: Hikingboots + - Index: 10 + Item: Hikingboots Rate: 160 - - Item: Onimaru + - Index: 11 + Item: Onimaru Rate: 100 - - Item: Meteor_Strike + - Index: 12 + Item: Meteor_Strike Rate: 125 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 - - Item: Sealed_Samurai_Card + - Index: 19 + Item: Sealed_Samurai_Card Rate: 5 - - Item: Angeling_Card + - Index: 20 + Item: Angeling_Card Rate: 10 - - Item: Turtle_General_Card + - Index: 21 + Item: Turtle_General_Card Rate: 6 - - Item: Thanatos_Card + - Index: 22 + Item: Thanatos_Card Rate: 1 - Group: SANTA_GIFT SubGroups: - SubGroup: 1 List: - - Item: Honey + - Index: 0 + Item: Honey Rate: 1500 Amount: 10 - - Item: Blue_Herb + - Index: 1 + Item: Blue_Herb Rate: 1500 Amount: 10 - - Item: White_Potion + - Index: 2 + Item: White_Potion Rate: 1000 Amount: 10 - - Item: Blue_Potion + - Index: 3 + Item: Blue_Potion Rate: 1000 Amount: 10 - - Item: Awakening_Potion + - Index: 4 + Item: Awakening_Potion Rate: 1000 Amount: 10 - - Item: Vit_Dish09 + - Index: 5 + Item: Vit_Dish09 Rate: 1000 - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 1000 Amount: 5 - - Item: Spark_Candy + - Index: 7 + Item: Spark_Candy Rate: 500 Amount: 5 - - Item: Angeling_Potion + - Index: 8 + Item: Angeling_Potion Rate: 500 Amount: 5 - - Item: Guyak_Pudding + - Index: 9 + Item: Guyak_Pudding Rate: 500 Amount: 5 - - Item: Miracle_Medicine + - Index: 10 + Item: Miracle_Medicine Rate: 500 Amount: 2 - Group: SAPPHIRE_EGG SubGroups: - SubGroup: 1 List: - - Item: Angeling_Potion + - Index: 0 + Item: Angeling_Potion Rate: 1400 Amount: 10 - - Item: Blue_Herb_Box2 + - Index: 1 + Item: Blue_Herb_Box2 Rate: 1400 - - Item: Str_Dish_Box + - Index: 2 + Item: Str_Dish_Box Rate: 1200 - - Item: Dex_Dish_Box + - Index: 3 + Item: Dex_Dish_Box Rate: 1200 - - Item: Vit_Dish_Box + - Index: 4 + Item: Vit_Dish_Box Rate: 1200 - - Item: Assumptio_5_Scroll_Box + - Index: 5 + Item: Assumptio_5_Scroll_Box Rate: 1200 - - Item: Storm_10_Scroll_Box + - Index: 6 + Item: Storm_10_Scroll_Box Rate: 1200 - - Item: Guyak_Pudding + - Index: 7 + Item: Guyak_Pudding Rate: 500 Amount: 5 - - Item: Miracle_Medicine + - Index: 8 + Item: Miracle_Medicine Rate: 200 - - Item: Tournament_Shield + - Index: 9 + Item: Tournament_Shield Rate: 150 - - Item: Magic_Card_Album + - Index: 10 + Item: Magic_Card_Album Rate: 99 - - Item: Neuralizer + - Index: 11 + Item: Neuralizer Rate: 50 - - Item: Spiked_Scarf + - Index: 12 + Item: Spiked_Scarf Rate: 50 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 50 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 50 Announced: true - - Item: Devil_Whisper + - Index: 15 + Item: Devil_Whisper Rate: 25 Announced: true - - Item: Pilebuncker + - Index: 16 + Item: Pilebuncker Rate: 25 Announced: true - - Item: Fallen_Bishop_Card + - Index: 17 + Item: Fallen_Bishop_Card Rate: 1 Announced: true - Group: SATANIC_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Satanic_Ring + - Index: 0 + Item: Satanic_Ring Duration: 10080 UniqueId: true - Group: SAUREL_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Saurel + - Index: 0 + Item: Saurel Duration: 60 - Group: SAUREL_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Saurel + - Index: 0 + Item: Saurel Duration: 10080 - Group: SCROLL SubGroups: - SubGroup: 1 List: - - Item: Earth_Scroll_1_3 + - Index: 0 + Item: Earth_Scroll_1_3 Rate: 1 - - Item: Earth_Scroll_1_5 + - Index: 1 + Item: Earth_Scroll_1_5 Rate: 1 - - Item: Cold_Scroll_1_3 + - Index: 2 + Item: Cold_Scroll_1_3 Rate: 1 - - Item: Cold_Scroll_1_5 + - Index: 3 + Item: Cold_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_1_3 + - Index: 4 + Item: Fire_Scroll_1_3 Rate: 1 - - Item: Fire_Scroll_1_5 + - Index: 5 + Item: Fire_Scroll_1_5 Rate: 1 - - Item: Wind_Scroll_1_3 + - Index: 6 + Item: Wind_Scroll_1_3 Rate: 1 - - Item: Wind_Scroll_1_5 + - Index: 7 + Item: Wind_Scroll_1_5 Rate: 1 - - Item: Ghost_Scroll_1_3 + - Index: 8 + Item: Ghost_Scroll_1_3 Rate: 1 - - Item: Ghost_Scroll_1_5 + - Index: 9 + Item: Ghost_Scroll_1_5 Rate: 1 - - Item: Fire_Scroll_2_1 + - Index: 10 + Item: Fire_Scroll_2_1 Rate: 1 - - Item: Fire_Scroll_2_5 + - Index: 11 + Item: Fire_Scroll_2_5 Rate: 1 - - Item: Fire_Scroll_3_1 + - Index: 12 + Item: Fire_Scroll_3_1 Rate: 1 - - Item: Fire_Scroll_3_5 + - Index: 13 + Item: Fire_Scroll_3_5 Rate: 1 - - Item: Cold_Scroll_2_1 + - Index: 14 + Item: Cold_Scroll_2_1 Rate: 1 - - Item: Cold_Scroll_2_5 + - Index: 15 + Item: Cold_Scroll_2_5 Rate: 1 - - Item: Holy_Scroll_1_3 + - Index: 16 + Item: Holy_Scroll_1_3 Rate: 1 - - Item: Holy_Scroll_1_5 + - Index: 17 + Item: Holy_Scroll_1_5 Rate: 1 - Group: SCROLL_OF_DARKNESS SubGroups: - SubGroup: 1 List: - - Item: Fallen_Bishop_Card + - Index: 0 + Item: Fallen_Bishop_Card Rate: 1 Announced: true - - Item: SLD_Dark_Snake_Card + - Index: 1 + Item: SLD_Dark_Snake_Card Rate: 5 Announced: true - - Item: Deviling_Card + - Index: 2 + Item: Deviling_Card Rate: 10 Announced: true - - Item: Ghostring_Card + - Index: 3 + Item: Ghostring_Card Rate: 25 Announced: true - - Item: Black_Glasses_ + - Index: 4 + Item: Black_Glasses_ Rate: 2 Announced: true - - Item: Fallen_Angel_Wing + - Index: 5 + Item: Fallen_Angel_Wing Rate: 15 Announced: true - - Item: Satanic_Chain_P + - Index: 6 + Item: Satanic_Chain_P Rate: 25 Announced: true - - Item: Devil_Whisper + - Index: 7 + Item: Devil_Whisper Rate: 40 Announced: true - - Item: Ear_Of_Angel's_Wing + - Index: 8 + Item: Ear_Of_Angel's_Wing Rate: 80 Announced: true - - Item: Evil_Marcher_Hat + - Index: 9 + Item: Evil_Marcher_Hat Rate: 150 Announced: true - - Item: Rune_Boots + - Index: 10 + Item: Rune_Boots Rate: 100 Announced: true - - Item: Evil_Mask + - Index: 11 + Item: Evil_Mask Rate: 100 Announced: true - - Item: Eyes_Of_Darkness + - Index: 12 + Item: Eyes_Of_Darkness Rate: 200 Announced: true - - Item: Helm_Of_Darkness + - Index: 13 + Item: Helm_Of_Darkness Rate: 80 Announced: true - - Item: Darkness_Helm + - Index: 14 + Item: Darkness_Helm Rate: 100 Announced: true - - Item: Unbreak_Weap_Box + - Index: 15 + Item: Unbreak_Weap_Box Rate: 300 - - Item: Blue_Herb_Box2 + - Index: 16 + Item: Blue_Herb_Box2 Rate: 1267 - - Item: Diabolic_Scroll + - Index: 17 + Item: Diabolic_Scroll Rate: 1500 Amount: 5 - - Item: HE_Battle_Manual + - Index: 18 + Item: HE_Battle_Manual Rate: 1500 Amount: 3 - - Item: Boy's_Naivety + - Index: 19 + Item: Boy's_Naivety Rate: 1500 - - Item: Psychic_ArmorS + - Index: 20 + Item: Psychic_ArmorS Rate: 1500 Amount: 5 - - Item: Shadow_Armor_S_Box10 + - Index: 21 + Item: Shadow_Armor_S_Box10 Rate: 1500 - Group: SCROLL_OF_DEATH SubGroups: - SubGroup: 1 List: - - Item: Lord_Of_Death_Card + - Index: 0 + Item: Lord_Of_Death_Card Rate: 1 Announced: true - - Item: SLD_Lord_Of_Death_Card + - Index: 1 + Item: SLD_Lord_Of_Death_Card Rate: 5 Announced: true - - Item: Knight_Of_Abyss_Card + - Index: 2 + Item: Knight_Of_Abyss_Card Rate: 10 Announced: true - - Item: Lord_of_Death + - Index: 3 + Item: Lord_of_Death Rate: 15 Announced: true - - Item: Guarantee_Weapon_6Up + - Index: 4 + Item: Guarantee_Weapon_6Up Rate: 25 Announced: true - - Item: Guarantee_Armor_6Up + - Index: 5 + Item: Guarantee_Armor_6Up Rate: 25 Announced: true - - Item: Pole_Axe + - Index: 6 + Item: Pole_Axe Rate: 50 Announced: true - - Item: House_Auger + - Index: 7 + Item: House_Auger Rate: 74 Announced: true - - Item: Guarantee_Weapon_5Up + - Index: 8 + Item: Guarantee_Weapon_5Up Rate: 100 Announced: true - - Item: Guarantee_Armor_5Up + - Index: 9 + Item: Guarantee_Armor_5Up Rate: 100 Announced: true - - Item: War_Axe + - Index: 10 + Item: War_Axe Rate: 120 Announced: true - - Item: Ring_ + - Index: 11 + Item: Ring_ Rate: 150 Announced: true - - Item: Iron_Driver + - Index: 12 + Item: Iron_Driver Rate: 150 Announced: true - - Item: Max_Weight_Up_Box + - Index: 13 + Item: Max_Weight_Up_Box Rate: 325 - - Item: Enriched_Elunium_Box5 + - Index: 14 + Item: Enriched_Elunium_Box5 Rate: 600 - - Item: Enriched_Oridecon_Box5 + - Index: 15 + Item: Enriched_Oridecon_Box5 Rate: 600 - - Item: Shadow_Armor_S_Box10 + - Index: 16 + Item: Shadow_Armor_S_Box10 Rate: 1100 - - Item: 17Carat_Dia + - Index: 17 + Item: 17Carat_Dia Rate: 1075 - - Item: Petti_Noodle_To_Throw + - Index: 18 + Item: Petti_Noodle_To_Throw Rate: 1100 Amount: 5 - - Item: Diabolic_Scroll + - Index: 19 + Item: Diabolic_Scroll Rate: 1100 Amount: 5 - - Item: HE_Battle_Manual + - Index: 20 + Item: HE_Battle_Manual Rate: 1100 Amount: 4 - - Item: Guyak_Pudding + - Index: 21 + Item: Guyak_Pudding Rate: 1075 Amount: 10 - - Item: Siegfried_Box5 + - Index: 22 + Item: Siegfried_Box5 Rate: 1100 - Group: SCROLL_OF_HOLINESS SubGroups: - SubGroup: 1 List: - - Item: Maya_Card + - Index: 0 + Item: Maya_Card Rate: 1 Announced: true - - Item: Sealed_B_Magaleta_Card + - Index: 1 + Item: Sealed_B_Magaleta_Card Rate: 9 Announced: true - - Item: Angeling_Card + - Index: 2 + Item: Angeling_Card Rate: 15 Announced: true - - Item: Archangeling_Card + - Index: 3 + Item: Archangeling_Card Rate: 25 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 4 + Item: Guarantee_Armor_8Up Rate: 25 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 5 + Item: Guarantee_Weapon_8Up Rate: 25 Announced: true - - Item: Elven_Ears_ + - Index: 6 + Item: Elven_Ears_ Rate: 5 Announced: true - - Item: Archangel_Wing + - Index: 7 + Item: Archangel_Wing Rate: 50 Announced: true - - Item: White_Feather + - Index: 8 + Item: White_Feather Rate: 80 Announced: true - - Item: B_Feather_Beret + - Index: 9 + Item: B_Feather_Beret Rate: 100 Announced: true - - Item: Flying_Angel + - Index: 10 + Item: Flying_Angel Rate: 150 Announced: true - - Item: Angel_Spirit + - Index: 11 + Item: Angel_Spirit Rate: 50 Announced: true - - Item: Ear_Of_Angel's_Wing + - Index: 12 + Item: Ear_Of_Angel's_Wing Rate: 200 Announced: true - - Item: Unbreak_Def_Box + - Index: 13 + Item: Unbreak_Def_Box Rate: 300 - - Item: Job_Manual50_Box + - Index: 14 + Item: Job_Manual50_Box Rate: 500 - - Item: Fruit_Of_Mastela_Box2 + - Index: 15 + Item: Fruit_Of_Mastela_Box2 Rate: 1000 - - Item: Inc_Agi_10_Scroll_Box + - Index: 16 + Item: Inc_Agi_10_Scroll_Box Rate: 965 - - Item: Kafra_Card_Box + - Index: 17 + Item: Kafra_Card_Box Rate: 1100 - - Item: Guyak_Pudding + - Index: 18 + Item: Guyak_Pudding Rate: 1000 Amount: 10 - - Item: Holy_Armor_S_Box10 + - Index: 19 + Item: Holy_Armor_S_Box10 Rate: 1100 - - Item: HE_Battle_Manual + - Index: 20 + Item: HE_Battle_Manual Rate: 1100 Amount: 3 - - Item: J_Aspersio_5_Scroll + - Index: 21 + Item: J_Aspersio_5_Scroll Rate: 1100 Amount: 5 - - Item: Gril's_Naivety + - Index: 22 + Item: Gril's_Naivety Rate: 1100 - Group: SCROLL_OF_LIFE SubGroups: - SubGroup: 1 List: - - Item: Tao_Gunka_Card + - Index: 0 + Item: Tao_Gunka_Card Rate: 1 Announced: true - - Item: Sealed_Tao_Card + - Index: 1 + Item: Sealed_Tao_Card Rate: 5 Announced: true - - Item: Ungoliant_Card + - Index: 2 + Item: Ungoliant_Card Rate: 15 Announced: true - - Item: Sealed_B_Ygnizem_Card + - Index: 3 + Item: Sealed_B_Ygnizem_Card Rate: 50 Announced: true - - Item: Mini_Glasses_ + - Index: 4 + Item: Mini_Glasses_ Rate: 3 Announced: true - - Item: Bravery_Bag + - Index: 5 + Item: Bravery_Bag Rate: 15 Announced: true - - Item: Fancy_Phantom_Mask + - Index: 6 + Item: Fancy_Phantom_Mask Rate: 50 Announced: true - - Item: Tiraya_Bonnet + - Index: 7 + Item: Tiraya_Bonnet Rate: 200 Announced: true - - Item: Bizofnil_Wing_Deco + - Index: 8 + Item: Bizofnil_Wing_Deco Rate: 265 Announced: true - - Item: Max_Weight_Up_Box + - Index: 9 + Item: Max_Weight_Up_Box Rate: 350 - - Item: HD_Bradium_Box5 + - Index: 10 + Item: HD_Bradium_Box5 Rate: 450 - - Item: HD_Carnium_Box5 + - Index: 11 + Item: HD_Carnium_Box5 Rate: 450 - - Item: Ribbon_Of_Life_Box3 + - Index: 12 + Item: Ribbon_Of_Life_Box3 Rate: 1000 - - Item: Assumptio_5_Scroll_Box + - Index: 13 + Item: Assumptio_5_Scroll_Box Rate: 1000 - - Item: 17Carat_Dia + - Index: 14 + Item: 17Carat_Dia Rate: 1000 - - Item: HE_Battle_Manual + - Index: 15 + Item: HE_Battle_Manual Rate: 500 Amount: 5 - - Item: Med_Life_Potion_Box + - Index: 16 + Item: Med_Life_Potion_Box Rate: 1000 - - Item: White_Slim_Pot_Box2 + - Index: 17 + Item: White_Slim_Pot_Box2 Rate: 1000 - - Item: Guyak_Pudding + - Index: 18 + Item: Guyak_Pudding Rate: 902 Amount: 10 - - Item: Songpyun_Box50 + - Index: 19 + Item: Songpyun_Box50 Rate: 600 - - Item: HP_Increase_PotionL + - Index: 20 + Item: HP_Increase_PotionL Rate: 500 Amount: 30 - - Item: Spark_Candy_Box10 + - Index: 21 + Item: Spark_Candy_Box10 Rate: 644 - Group: SCROLL_OF_MAGIC SubGroups: - SubGroup: 1 List: - - Item: B_Katrinn_Card + - Index: 0 + Item: B_Katrinn_Card Rate: 1 Announced: true - - Item: Sealed_Berz_Card + - Index: 1 + Item: Sealed_Berz_Card Rate: 3 Announced: true - - Item: SLD_B_Katrinn_Card + - Index: 2 + Item: SLD_B_Katrinn_Card Rate: 10 Announced: true - - Item: Guarantee_Armor_7Up + - Index: 3 + Item: Guarantee_Armor_7Up Rate: 20 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 4 + Item: Guarantee_Weapon_7Up Rate: 20 Announced: true - - Item: Robo_Eye + - Index: 5 + Item: Robo_Eye Rate: 45 Announced: true - - Item: Rainbow_Scarf + - Index: 6 + Item: Rainbow_Scarf Rate: 53 Announced: true - - Item: Alchemy_Glove + - Index: 7 + Item: Alchemy_Glove Rate: 100 Announced: true - - Item: Orleans_Necklace + - Index: 8 + Item: Orleans_Necklace Rate: 78 Announced: true - - Item: Orleans_Glove + - Index: 9 + Item: Orleans_Glove Rate: 120 Announced: true - - Item: Balloon_Hat + - Index: 10 + Item: Balloon_Hat Rate: 150 Announced: true - - Item: Orleans_Gown + - Index: 11 + Item: Orleans_Gown Rate: 200 Announced: true - - Item: Orleans_Server + - Index: 12 + Item: Orleans_Server Rate: 250 Announced: true - - Item: Enchant_Book + - Index: 13 + Item: Enchant_Book Rate: 350 - - Item: HD_Ori_Box5 + - Index: 14 + Item: HD_Ori_Box5 Rate: 500 - - Item: HD_Elu_Box5 + - Index: 15 + Item: HD_Elu_Box5 Rate: 500 - - Item: Blue_Herb_Box2 + - Index: 16 + Item: Blue_Herb_Box2 Rate: 600 - - Item: Blessing_10_Scroll_Box + - Index: 17 + Item: Blessing_10_Scroll_Box Rate: 1200 - - Item: Guyak_Pudding + - Index: 18 + Item: Guyak_Pudding Rate: 1200 Amount: 10 - - Item: Megaphone_Box + - Index: 19 + Item: Megaphone_Box Rate: 1000 - - Item: Psychic_ArmorS + - Index: 20 + Item: Psychic_ArmorS Rate: 1200 Amount: 5 - - Item: Zeny_Scroll + - Index: 21 + Item: Zeny_Scroll Rate: 1200 Amount: 15 - - Item: HE_Battle_Manual + - Index: 22 + Item: HE_Battle_Manual Rate: 1200 Amount: 3 - Group: SCROLL_OF_THEWS SubGroups: - SubGroup: 1 List: - - Item: Lady_Tanee_Card + - Index: 0 + Item: Lady_Tanee_Card Rate: 1 Announced: true - - Item: Sealed_Lady_Tanee_Card + - Index: 1 + Item: Sealed_Lady_Tanee_Card Rate: 4 Announced: true - - Item: Incubus_Card + - Index: 2 + Item: Incubus_Card Rate: 20 Announced: true - - Item: Succubus_Card + - Index: 3 + Item: Succubus_Card Rate: 30 Announced: true - - Item: Asgard_Blessing + - Index: 4 + Item: Asgard_Blessing Rate: 10 Announced: true - - Item: YinYang_Earring + - Index: 5 + Item: YinYang_Earring Rate: 100 Announced: true - - Item: Spiked_Scarf + - Index: 6 + Item: Spiked_Scarf Rate: 25 Announced: true - - Item: Guarantee_Armor_7Up + - Index: 7 + Item: Guarantee_Armor_7Up Rate: 20 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 8 + Item: Guarantee_Weapon_7Up Rate: 20 Announced: true - - Item: Sura_Rampage + - Index: 9 + Item: Sura_Rampage Rate: 70 Announced: true - - Item: Headband_Of_Power + - Index: 10 + Item: Headband_Of_Power Rate: 500 Announced: true - - Item: Superb_Fish_Box50 + - Index: 11 + Item: Superb_Fish_Box50 Rate: 100 Announced: true - - Item: Max_Weight_Up_Box + - Index: 12 + Item: Max_Weight_Up_Box Rate: 200 - - Item: Guyak_Pudding + - Index: 13 + Item: Guyak_Pudding Rate: 1000 Amount: 10 - - Item: Fruit_Of_Mastela_Box2 + - Index: 14 + Item: Fruit_Of_Mastela_Box2 Rate: 800 - - Item: Mental_Potion + - Index: 15 + Item: Mental_Potion Rate: 700 - - Item: Wug_Cocktail_To_Throw + - Index: 16 + Item: Wug_Cocktail_To_Throw Rate: 1000 Amount: 5 - - Item: Savage_BBQ_To_Throw + - Index: 17 + Item: Savage_BBQ_To_Throw Rate: 1000 Amount: 5 - - Item: Psychic_ArmorS + - Index: 18 + Item: Psychic_ArmorS Rate: 500 Amount: 5 - - Item: Underripe_Yggseed + - Index: 19 + Item: Underripe_Yggseed Rate: 900 Amount: 10 - - Item: Regeneration_Box10 + - Index: 20 + Item: Regeneration_Box10 Rate: 1000 - - Item: Int_Dish_Box + - Index: 21 + Item: Int_Dish_Box Rate: 1000 - - Item: Str_Dish_Box + - Index: 22 + Item: Str_Dish_Box Rate: 1000 - - Group: SEALED_MIND_BOX - SubGroups: - - SubGroup: 1 - List: - - Item: Crystal_Jewel__ - Rate: 1 - Amount: 10 - - Item: Violet_Jewel - Rate: 1 - Amount: 10 - - Item: Bloody_Coin - Rate: 1 - Amount: 5 - - Item: Gold - Rate: 1 - Amount: 2 - - Item: Manacles - Rate: 1 - Amount: 10 - - Item: Old_Card_Album - Rate: 1 - - Item: Old_Violet_Box - Rate: 1 - Amount: 3 - - Item: Sweet_Canape - Rate: 1 - Amount: 5 - - Item: Hot_Tee - Rate: 1 - Amount: 5 - - Item: Hurt_Mind - Rate: 1 - - Item: KindHeart - Rate: 1 - - Item: Lush_Rose - Rate: 1 - Group: SQUAD_PRIZE1 SubGroups: - SubGroup: 1 List: - - Item: Force3 - Rate: 83 - - Item: Intellect3 - Rate: 83 - - Item: Swiftness3 - Rate: 83 - - Item: Tough3 - Rate: 83 - - Item: Artful3 - Rate: 83 - - Item: Fortune3 - Rate: 83 - - Item: Force2 - Rate: 416 - - Item: Intellect2 - Rate: 416 - - Item: Swiftness2 - Rate: 416 - - Item: Tough2 - Rate: 416 - - Item: Artful2 - Rate: 416 - - Item: Fortune2 - Rate: 416 - - Item: Force1 + - Index: 0 + Item: Force1 Rate: 1167 - - Item: Intellect1 + - Index: 1 + Item: Intellect1 Rate: 1167 - - Item: Swiftness1 + - Index: 2 + Item: Swiftness1 Rate: 1167 - - Item: Tough1 + - Index: 3 + Item: Tough1 Rate: 1167 - - Item: Artful1 + - Index: 4 + Item: Artful1 Rate: 1167 - - Item: Fortune1 + - Index: 5 + Item: Fortune1 Rate: 1167 + - Index: 6 + Item: Force2 + Rate: 416 + - Index: 7 + Item: Intellect2 + Rate: 416 + - Index: 8 + Item: Swiftness2 + Rate: 416 + - Index: 9 + Item: Tough2 + Rate: 416 + - Index: 10 + Item: Artful2 + Rate: 416 + - Index: 11 + Item: Fortune2 + Rate: 416 + - Index: 12 + Item: Force3 + Rate: 83 + - Index: 13 + Item: Intellect3 + Rate: 83 + - Index: 14 + Item: Swiftness3 + Rate: 83 + - Index: 15 + Item: Tough3 + Rate: 83 + - Index: 16 + Item: Artful3 + Rate: 83 + - Index: 17 + Item: Fortune3 + Rate: 83 + - SubGroup: 2 + List: + - Index: 0 + Item: Frost_Crystal + Rate: 400 + - Index: 1 + Item: Treasure_Box + Rate: 100 + - Index: 2 + Item: White_Slim_Potion + Rate: 3500 + Amount: 10 + - Index: 3 + Item: Blue_Potion + Rate: 4000 + Amount: 10 + - Index: 4 + Item: Seed_Of_Yggdrasil + Rate: 1000 + Amount: 5 + - Index: 5 + Item: Yggdrasilberry + Rate: 1000 + Amount: 3 - Group: SQUAD_PRIZE2 SubGroups: - SubGroup: 1 List: - - Item: Treasure_Box + - Index: 0 + Item: Treasure_Box Rate: 1 - - Item: Frost_Crystal + - Index: 1 + Item: Frost_Crystal Rate: 4 - - Item: Yggdrasilberry + - Index: 2 + Item: Yggdrasilberry Rate: 10 Amount: 3 - - Item: Seed_Of_Yggdrasil + - Index: 3 + Item: Seed_Of_Yggdrasil Rate: 10 Amount: 5 - - Item: White_Slim_Potion + - Index: 4 + Item: White_Slim_Potion Rate: 35 Amount: 10 - - Item: Blue_Potion + - Index: 5 + Item: Blue_Potion Rate: 40 Amount: 10 - Group: SGRADE_POCKET SubGroups: - SubGroup: 0 List: - - Item: Agrade_Coin - - Item: Bgrade_Coin + - Index: 0 + Item: Agrade_Coin + - Index: 1 + Item: Bgrade_Coin - SubGroup: 2 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 800 - - Item: Agrade_Coin + - Index: 1 + Item: Agrade_Coin Rate: 200 - SubGroup: 3 List: - - Item: Malang_Sp_Can + - Index: 0 + Item: Malang_Sp_Can Rate: 700 - - Item: Bgrade_Coin + - Index: 1 + Item: Bgrade_Coin Rate: 200 - - Item: Anger_Seagod + - Index: 2 + Item: Anger_Seagod Rate: 100 - Group: SG_WEAPON_SUPPLY_BOX SubGroups: - SubGroup: 1 List: - - Item: Velum_Arbalest + - Index: 0 + Item: Velum_Arbalest Rate: 3 - - Item: Velum_Arc_Wand + - Index: 1 + Item: Velum_Arc_Wand Rate: 8 - - Item: Velum_Bible + - Index: 2 + Item: Velum_Bible Rate: 8 - - Item: Velum_Buster + - Index: 3 + Item: Velum_Buster Rate: 1 - - Item: Velum_Claw + - Index: 4 + Item: Velum_Claw Rate: 3 - - Item: Velum_Claymore + - Index: 5 + Item: Velum_Claymore Rate: 8 - - Item: Velum_CrossBow + - Index: 6 + Item: Velum_CrossBow Rate: 8 - - Item: Velum_Damascus + - Index: 7 + Item: Velum_Damascus Rate: 3 - - Item: Velum_Encyclopedia + - Index: 8 + Item: Velum_Encyclopedia Rate: 8 - - Item: Velum_Flail + - Index: 9 + Item: Velum_Flail Rate: 3 - - Item: Velum_Glaive + - Index: 10 + Item: Velum_Glaive Rate: 8 - - Item: Velum_Guillotine + - Index: 11 + Item: Velum_Guillotine Rate: 8 - - Item: Velum_Jamadhar + - Index: 12 + Item: Velum_Jamadhar Rate: 2 - - Item: Velum_Katzbalger + - Index: 13 + Item: Velum_Katzbalger Rate: 8 - - Item: Velum_Scare + - Index: 14 + Item: Velum_Scare Rate: 1 - - Item: Velum_Spear + - Index: 15 + Item: Velum_Spear Rate: 8 - - Item: Velum_Stunner + - Index: 16 + Item: Velum_Stunner Rate: 3 - - Item: Siege_Arrow_Quiver_A + - Index: 17 + Item: Siege_Arrow_Quiver_A Rate: 13 - - Item: Siege_Arrow_Quiver_S + - Index: 18 + Item: Siege_Arrow_Quiver_S Rate: 13 - Group: SHAPESHIFTER_COSTUME SubGroups: - SubGroup: 1 List: - - Item: C_Gryphon_Hairband + - Index: 0 + Item: C_Gryphon_Hairband Rate: 40 - - Item: C_Alpaca_Hood + - Index: 1 + Item: C_Alpaca_Hood Rate: 40 - - Item: C_Worg_In_Mouth + - Index: 2 + Item: C_Worg_In_Mouth Rate: 40 - - Item: C_Amistr_Cap + - Index: 3 + Item: C_Amistr_Cap Rate: 70 - - Item: C_Hairband_Of_Grandpeco + - Index: 4 + Item: C_Hairband_Of_Grandpeco Rate: 90 - - Item: C_Filir_Hat + - Index: 5 + Item: C_Filir_Hat Rate: 110 - - Item: C_Filir_Wing_Ears + - Index: 6 + Item: C_Filir_Wing_Ears Rate: 40 - - Item: C_Pecopeco_Hairband + - Index: 7 + Item: C_Pecopeco_Hairband Rate: 180 - - Item: C_Lif_Doll_Hat + - Index: 8 + Item: C_Lif_Doll_Hat Rate: 190 - - Item: C_Vanilmirth_Hat + - Index: 9 + Item: C_Vanilmirth_Hat Rate: 200 - Group: SHINING_EGG SubGroups: - SubGroup: 1 List: - - Item: Miracle_Medicine + - Index: 0 + Item: Miracle_Medicine Rate: 200 - - Item: L_Magestic_Goat + - Index: 1 + Item: L_Magestic_Goat Rate: 1 - - Item: Deviling_Hat + - Index: 2 + Item: Deviling_Hat Rate: 99 - - Item: Magic_Card_Album + - Index: 3 + Item: Magic_Card_Album Rate: 99 - - Item: Tao_Gunka_Card + - Index: 4 + Item: Tao_Gunka_Card Rate: 1 - - Item: Notice_Board + - Index: 5 + Item: Notice_Board Rate: 200 - - Item: Piece_Of_Angent_Skin + - Index: 6 + Item: Piece_Of_Angent_Skin Rate: 1 - - Item: Wander_Man_Box10 + - Index: 7 + Item: Wander_Man_Box10 Rate: 1099 - - Item: Str_Dish_Box + - Index: 8 + Item: Str_Dish_Box Rate: 1000 - - Item: Token_Of_Siegfried_Box + - Index: 9 + Item: Token_Of_Siegfried_Box Rate: 1100 - - Item: Unbreak_Def_Box + - Index: 10 + Item: Unbreak_Def_Box Rate: 1200 - - Item: Kafra_Card_Box + - Index: 11 + Item: Kafra_Card_Box Rate: 800 - - Item: Yggdrasilberry_Box_ + - Index: 12 + Item: Yggdrasilberry_Box_ Rate: 800 - - Item: Delicious_Shaved_Ice + - Index: 13 + Item: Delicious_Shaved_Ice Rate: 1000 Amount: 2 - - Item: Giant_Fly_Wing_Box + - Index: 14 + Item: Giant_Fly_Wing_Box Rate: 1100 - - Item: Unbreak_Weap_Box + - Index: 15 + Item: Unbreak_Weap_Box Rate: 1300 - Group: SILVERVINE_FRUIT_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Silvervine + - Index: 0 + Item: Silvervine Amount: 10 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 30 - Group: SILVERVINE_FRUIT_BOX4 SubGroups: - SubGroup: 0 List: - - Item: Silvervine + - Index: 0 + Item: Silvervine Amount: 4 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 12 - Group: SILVERVINE_FRUIT_BOX40 SubGroups: - SubGroup: 0 List: - - Item: Silvervine + - Index: 0 + Item: Silvervine Amount: 40 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 120 - Group: SMITHY_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1015 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1015 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1015 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1015 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1015 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1015 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1015 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 340 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 340 Amount: 3 - - Item: Enchant_Book + - Index: 9 + Item: Enchant_Book Rate: 412 - - Item: Magic_Card_Album + - Index: 10 + Item: Magic_Card_Album Rate: 380 - - Item: Guarantee_Weapon_7Up + - Index: 11 + Item: Guarantee_Weapon_7Up Rate: 250 - - Item: Guarantee_Armor_7Up + - Index: 12 + Item: Guarantee_Armor_7Up Rate: 250 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 200 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 200 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 150 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 150 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Maya_Puple_Card + - Index: 19 + Item: Maya_Puple_Card Rate: 10 Announced: true - - Item: Detale_Card + - Index: 20 + Item: Detale_Card Rate: 10 Announced: true - - Item: Randgris_Card + - Index: 21 + Item: Randgris_Card Rate: 2 Announced: true - - Item: Tao_Gunka_Card + - Index: 22 + Item: Tao_Gunka_Card Rate: 1 Announced: true - Group: SOFT_CORE_SET_BOX SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 UniqueId: true - - Item: Bubble_Gum + - Index: 1 + Item: Bubble_Gum Amount: 5 UniqueId: true - - Item: Insurance + - Index: 2 + Item: Insurance Amount: 5 UniqueId: true - Group: SOGRAT_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1112 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1113 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: Protect_Feathers + - Index: 9 + Item: Protect_Feathers Rate: 175 - - Item: C_Halloween_Hat + - Index: 10 + Item: C_Halloween_Hat Rate: 225 - - Item: Sound_Amplifier + - Index: 11 + Item: Sound_Amplifier Rate: 25 - - Item: C_Ljosalfar + - Index: 12 + Item: C_Ljosalfar Rate: 110 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 115 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 115 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Apocalips_H_Card + - Index: 19 + Item: Sealed_Apocalips_H_Card Rate: 11 Announced: true - - Item: Deviling_Card + - Index: 20 + Item: Deviling_Card Rate: 8 Announced: true - - Item: Baphomet_Card + - Index: 21 + Item: Baphomet_Card Rate: 2 Announced: true - - Item: Berzebub_Card + - Index: 22 + Item: Berzebub_Card Rate: 1 Announced: true - Group: SOLARIS_FESTIVAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 1 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 2 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Beach_Towel + - Index: 9 + Item: Beach_Towel Rate: 150 Announced: true - - Item: Exorcist_Robe + - Index: 10 + Item: Exorcist_Robe Rate: 150 Announced: true - - Item: Husky_Hat + - Index: 11 + Item: Husky_Hat Rate: 100 Announced: true - - Item: C_Neko_Mimi_Kafra + - Index: 12 + Item: C_Neko_Mimi_Kafra Rate: 110 Announced: true - - Item: Zaha_Doll_Hat + - Index: 13 + Item: Zaha_Doll_Hat Rate: 150 Announced: true - - Item: Pala + - Index: 14 + Item: Pala Rate: 30 Announced: true - - Item: Svalinn_J + - Index: 15 + Item: Svalinn_J Rate: 159 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 17 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 18 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 19 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_F_Bishop_Card + - Index: 20 + Item: Sealed_F_Bishop_Card Rate: 10 Announced: true - - Item: Sealed_Ifrit_Card + - Index: 21 + Item: Sealed_Ifrit_Card Rate: 10 Announced: true - - Item: Kiel_Card + - Index: 22 + Item: Kiel_Card Rate: 1 Announced: true - Group: SOLO_CHRISTMAS_GIFT SubGroups: - SubGroup: 1 List: - - Item: C_Cat_Santa_Hat + - Index: 0 + Item: C_Cat_Santa_Hat Rate: 1 - - Item: Old_Blue_Box + - Index: 1 + Item: Fire_Cracker_Xmas Rate: 1 - - Item: Oh_Holy_Night + Amount: 5 + - Index: 2 + Item: Old_Blue_Box Rate: 1 - - Item: Angeling_Potion + - Index: 3 + Item: Buche_De_Noel + Rate: 1 + Amount: 5 + - Index: 4 + Item: Vivid_Notation + Rate: 1 + Amount: 5 + - Index: 5 + Item: Oh_Holy_Night + Rate: 1 + - Index: 6 + Item: Event_Cake + Rate: 1 + Amount: 5 + - Index: 7 + Item: Solo_Cookie + Rate: 1 + Amount: 5 + - Index: 8 + Item: Angeling_Potion Rate: 1 Amount: 3 - - Item: Solo_Cookie - Rate: 1 - Amount: 5 - - Item: Buche_De_Noel - Rate: 1 - Amount: 5 - - Item: Event_Cake - Rate: 1 - Amount: 5 - - Item: Vivid_Notation - Rate: 1 - Amount: 5 - Group: SOLO_GIFT_BASKET SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Lovely_Choco_Tart - Rate: 1 + - Index: 0 + Item: Lovely_Choco_Tart Amount: 5 - - Item: Cute_Strawberry_Choco - Rate: 1 + - Index: 1 + Item: Cute_Strawberry_Choco Amount: 3 - - Item: White_Chocolate - Rate: 1 + - Index: 2 + Item: White_Chocolate Amount: 3 - - Item: Chocolate_Drink - Rate: 1 + - Index: 3 + Item: Chocolate_Drink Amount: 4 - - Item: HandMade_Chocolate - Rate: 1 + - Index: 4 + Item: HandMade_Chocolate Amount: 10 - - Item: HandMade_Chocolate_ - Rate: 1 + - Index: 5 + Item: HandMade_Chocolate_ Amount: 10 - Group: SOMETHING_CANDY_HOLDER SubGroups: - SubGroup: 1 List: - - Item: Meat - Rate: 5 - Amount: 5 - - Item: Honey + - Index: 0 + Item: Honey Rate: 9 Amount: 3 - - Item: Candy + - Index: 1 + Item: Candy Rate: 9 Amount: 7 - - Item: Well_Baked_Cookie + - Index: 2 + Item: Well_Baked_Cookie Rate: 10 Amount: 2 - - Item: Piece_Of_Cake + - Index: 3 + Item: Piece_Of_Cake Rate: 10 - - Item: Bread + - Index: 4 + Item: Bread Rate: 5 Amount: 3 - - Item: Old_Blue_Box - Rate: 2 - - Item: Yggdrasilberry - Rate: 2 - - Item: Old_Card_Album - Rate: 1 - - Item: Old_Violet_Box - Rate: 1 - - Item: Pumpkin_Cake + - Index: 5 + Item: Pumpkin_Cake Rate: 7 - - Item: Trance_Candy_R - Rate: 6 - Amount: 3 - - Item: Trance_Candy_B - Rate: 6 - Amount: 3 - - Item: Trance_Candy_Y - Rate: 6 - Amount: 3 - - Item: Trance_Candy_G - Rate: 6 - Amount: 3 - - Item: Pumpkin_Pie + - Index: 6 + Item: Pumpkin_Pie Rate: 7 Amount: 3 - - Item: C_There_Is_Something - Rate: 1 - - Item: Witch_Shoes - Rate: 1 - - Item: HALLOWEEN_G_BOX + - Index: 7 + Item: Meat Rate: 5 - - Item: DARK_INVITATION + Amount: 5 + - Index: 8 + Item: HALLOWEEN_G_BOX + Rate: 5 + - Index: 9 + Item: Trance_Candy_R + Rate: 6 + Amount: 3 + - Index: 10 + Item: Trance_Candy_B + Rate: 6 + Amount: 3 + - Index: 11 + Item: Trance_Candy_Y + Rate: 6 + Amount: 3 + - Index: 12 + Item: Trance_Candy_G + Rate: 6 + Amount: 3 + - Index: 13 + Item: Old_Blue_Box + Rate: 2 + - Index: 14 + Item: Yggdrasilberry + Rate: 2 + - Index: 15 + Item: Old_Card_Album + Rate: 1 + - Index: 16 + Item: Old_Violet_Box + Rate: 1 + - Index: 17 + Item: DARK_INVITATION + Rate: 1 + - Index: 18 + Item: C_There_Is_Something + Rate: 1 + - Index: 19 + Item: Witch_Shoes Rate: 1 - Group: SPEARFISH_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Spearfish_ + - Index: 0 + Item: Spearfish_ Duration: 60 - Group: SPEARFISH_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Spearfish_ + - Index: 0 + Item: Spearfish_ Duration: 10080 - Group: SPECIAL_BOX SubGroups: - SubGroup: 1 List: - - Item: Wrapped_Mask + - Index: 0 + Item: Wrapped_Mask Rate: 3 - - Item: Poison_Bottle + - Index: 1 + Item: Poison_Bottle Rate: 10 Amount: 2 - - Item: Set_Of_Taiming_Item + - Index: 2 + Item: Set_Of_Taiming_Item Rate: 5 - - Item: Cookie_Bag + - Index: 3 + Item: Cookie_Bag Rate: 100 Amount: 2 - - Item: Mysterious_Can2 + - Index: 4 + Item: Mysterious_Can2 Rate: 80 Amount: 3 - - Item: Mysterious_PET_Bottle2 + - Index: 5 + Item: Mysterious_PET_Bottle2 Rate: 80 Amount: 3 - - Item: Speed_Up_Potion + - Index: 6 + Item: Speed_Up_Potion Rate: 80 Amount: 2 - - Item: Old_Blue_Box + - Index: 7 + Item: Old_Blue_Box Rate: 19 - - Item: Branch_Of_Dead_Tree + - Index: 8 + Item: Branch_Of_Dead_Tree Rate: 14 Amount: 5 - - Item: First_Aid_Kit + - Index: 9 + Item: First_Aid_Kit Rate: 19 - - Item: Dried_Yggdrasilberry + - Index: 10 + Item: Dried_Yggdrasilberry Rate: 70 Amount: 3 - - Item: Angeling_Potion + - Index: 11 + Item: Angeling_Potion Rate: 70 Amount: 3 - - Item: Ygnizem_Scroll + - Index: 12 + Item: Ygnizem_Scroll Rate: 50 Amount: 2 - - Item: Doppelganger_Scroll + - Index: 13 + Item: Doppelganger_Scroll Rate: 50 Amount: 2 - - Item: Wild_Rose_Scroll + - Index: 14 + Item: Wild_Rose_Scroll Rate: 60 Amount: 2 - - Item: Gift_Box + - Index: 15 + Item: Gift_Box Rate: 70 - - Item: Red_Bag + - Index: 16 + Item: Red_Bag Rate: 70 Amount: 3 - - Item: Cool_Summer_Outfit + - Index: 17 + Item: Cool_Summer_Outfit Rate: 70 Amount: 3 - - Item: Slow_Down_Potion + - Index: 18 + Item: Slow_Down_Potion Rate: 80 Amount: 2 - Group: SPECIAL_CHRISTMAS_BOX SubGroups: - SubGroup: 1 List: - - Item: Honey + - Index: 0 + Item: Honey Rate: 1400 Amount: 10 - - Item: White_Potion + - Index: 1 + Item: White_Potion Rate: 1400 Amount: 10 - - Item: Blue_Herb + - Index: 2 + Item: Blue_Herb Rate: 1400 Amount: 10 - - Item: Blue_Potion + - Index: 3 + Item: Blue_Potion Rate: 1400 Amount: 10 - - Item: Awakening_Potion + - Index: 4 + Item: Awakening_Potion Rate: 1400 Amount: 10 - - Item: Old_Violet_Box + - Index: 5 + Item: Old_Violet_Box Rate: 1000 - - Item: Agi_Dish09 + - Index: 6 + Item: Agi_Dish09 Rate: 1000 - - Item: Yggdrasilberry + - Index: 7 + Item: Yggdrasilberry Rate: 630 Amount: 5 - - Item: Santa's_Hat + - Index: 8 + Item: Santa's_Hat Rate: 200 - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 100 - - Item: Miracle_Medicine + - Index: 10 + Item: Miracle_Medicine Rate: 50 - - Item: Magic_Card_Album + - Index: 11 + Item: Magic_Card_Album Rate: 5 - - Item: Flying_Angel + - Index: 12 + Item: Flying_Angel Rate: 5 - - Item: Triple_Poring_Hat + - Index: 13 + Item: Triple_Poring_Hat Rate: 5 - - Item: Piece_Of_Angent_Skin + - Index: 14 + Item: Piece_Of_Angent_Skin Rate: 5 - Group: SPLASH_RAINBOW_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: Lian_Shoes + - Index: 9 + Item: Lian_Shoes Rate: 200 Announced: true - - Item: Lian_Shield + - Index: 10 + Item: Lian_Shield Rate: 200 Announced: true - - Item: Lian_Robe + - Index: 11 + Item: Lian_Robe Rate: 100 Announced: true - - Item: Camellia_Hair_Pin + - Index: 12 + Item: Camellia_Hair_Pin Rate: 100 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Knight_Windstorm_Card + - Index: 19 + Item: Knight_Windstorm_Card Rate: 10 Announced: true - - Item: Dark_Illusion_Card + - Index: 20 + Item: Dark_Illusion_Card Rate: 10 Announced: true - - Item: Berzebub_Card + - Index: 21 + Item: Berzebub_Card Rate: 1 Announced: true - - Item: Dark_Lord_Card + - Index: 22 + Item: Dark_Lord_Card Rate: 1 Announced: true - Group: SPLASH_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Songpyun_Box50 + - Index: 0 + Item: Songpyun_Box50 Rate: 1200 - - Item: Love_Chick_Hat + - Index: 1 + Item: Love_Chick_Hat Rate: 130 Announced: true - - Item: Convex_Mirror_Box + - Index: 2 + Item: Convex_Mirror_Box Rate: 800 - - Item: Megaphone_Box + - Index: 3 + Item: Megaphone_Box Rate: 700 - - Item: Job_Manual50_Box + - Index: 4 + Item: Job_Manual50_Box Rate: 500 - - Item: Token_Of_Siegfried_Box + - Index: 5 + Item: Token_Of_Siegfried_Box Rate: 800 - - Item: Splash_Hat + - Index: 6 + Item: Splash_Hat Rate: 50 Announced: true UniqueId: true - - Item: Gryphon_Hat + - Index: 7 + Item: Gryphon_Hat Rate: 150 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 8 + Item: Guarantee_Weapon_7Up Rate: 70 Announced: true - - Item: Kafra_Card_Box + - Index: 9 + Item: Kafra_Card_Box Rate: 800 - - Item: Psychic_ArmorS + - Index: 10 + Item: Psychic_ArmorS Rate: 500 Amount: 10 - - Item: Guarantee_Armor_7Up + - Index: 11 + Item: Guarantee_Armor_7Up Rate: 150 Announced: true - - Item: Yggdrasilberry_Box_ + - Index: 12 + Item: Yggdrasilberry_Box_ Rate: 600 - - Item: Enchant_Book + - Index: 13 + Item: Enchant_Book Rate: 500 Announced: true - - Item: Str_Dish_Box + - Index: 14 + Item: Str_Dish_Box Rate: 1300 - - Item: Dex_Dish_Box + - Index: 15 + Item: Dex_Dish_Box Rate: 1749 - - Item: B_Eremes_Card + - Index: 16 + Item: B_Eremes_Card Rate: 1 Announced: true - Group: SPLENDID_BOX SubGroups: - SubGroup: 1 List: - - Item: Krasnaya + - Index: 0 + Item: Krasnaya Rate: 1 - - Item: Alca_Bringer + - Index: 1 + Item: Alca_Bringer Rate: 1 - - Item: Chrome_Twohand_Sword + - Index: 2 + Item: Chrome_Twohand_Sword Rate: 1 - - Item: Krishna + - Index: 3 + Item: Krishna Rate: 1 - - Item: Cakram + - Index: 4 + Item: Cakram Rate: 1 - - Item: Durga + - Index: 5 + Item: Durga Rate: 1 - - Item: Vecer_Axe + - Index: 6 + Item: Vecer_Axe Rate: 1 - - Item: Giant_Axe + - Index: 7 + Item: Giant_Axe Rate: 1 - - Item: Imperial_Spear + - Index: 8 + Item: Imperial_Spear Rate: 1 - - Item: Rafini_Staff + - Index: 9 + Item: Rafini_Staff Rate: 1 - - Item: Falken_Blitz + - Index: 10 + Item: Falken_Blitz Rate: 1 - - Item: Elven_Bow + - Index: 11 + Item: Elven_Bow Rate: 1 - - Item: Green_Whistle + - Index: 12 + Item: Green_Whistle Rate: 1 - - Item: Stem_Whip + - Index: 13 + Item: Stem_Whip Rate: 1 - - Item: Rotha_Shield + - Index: 14 + Item: Rotha_Shield Rate: 1 - - Item: Imperial_Guard + - Index: 15 + Item: Imperial_Guard Rate: 1 - - Item: Krieg + - Index: 16 + Item: Krieg Rate: 1 - - Item: Weihna + - Index: 17 + Item: Weihna Rate: 1 - - Item: Black_Wing + - Index: 18 + Item: Black_Wing Rate: 1 - - Item: Ruber + - Index: 19 + Item: Ruber Rate: 1 - - Item: Bone_Plate + - Index: 20 + Item: Bone_Plate Rate: 1 - - Item: Ebone_Armor + - Index: 21 + Item: Ebone_Armor Rate: 1 - - Item: Erde + - Index: 22 + Item: Erde Rate: 1 - - Item: Red_Square_Bag + - Index: 23 + Item: Red_Square_Bag Rate: 1 - - Item: Carga_Mace + - Index: 24 + Item: Carga_Mace Rate: 1 - - Item: Red_Ether_Bag + - Index: 25 + Item: Red_Ether_Bag Rate: 1 - - Item: Mystic_Bow + - Index: 26 + Item: Mystic_Bow Rate: 2 - Group: Splendid_Box2 SubGroups: - SubGroup: 1 List: - - Item: Krasnaya + - Index: 0 + Item: Krasnaya Rate: 232 - - Item: Alca_Bringer + - Index: 1 + Item: Alca_Bringer Rate: 232 - - Item: Chrome_Twohand_Sword + - Index: 2 + Item: Chrome_Twohand_Sword Rate: 232 - - Item: Krishna + - Index: 3 + Item: Krishna Rate: 232 - - Item: Cakram + - Index: 4 + Item: Cakram Rate: 232 - - Item: Durga + - Index: 5 + Item: Durga Rate: 232 - - Item: Vecer_Axe + - Index: 6 + Item: Vecer_Axe Rate: 232 - - Item: Giant_Axe + - Index: 7 + Item: Giant_Axe Rate: 232 - - Item: Hunting_Spear + - Index: 8 + Item: Hunting_Spear Rate: 232 - - Item: Imperial_Spear + - Index: 9 + Item: Imperial_Spear Rate: 232 - - Item: Rafini_Staff + - Index: 10 + Item: Rafini_Staff Rate: 232 - - Item: Falken_Blitz + - Index: 11 + Item: Falken_Blitz Rate: 232 - - Item: Elven_Bow + - Index: 12 + Item: Elven_Bow Rate: 232 - - Item: Green_Whistle + - Index: 13 + Item: Green_Whistle Rate: 232 - - Item: Stem_Whip + - Index: 14 + Item: Stem_Whip Rate: 232 - - Item: Rotha_Shield + - Index: 15 + Item: Rotha_Shield Rate: 232 - - Item: Imperial_Guard + - Index: 16 + Item: Imperial_Guard Rate: 232 - - Item: Elven_Ears + - Index: 17 + Item: Elven_Ears Rate: 232 - - Item: Diabolus_Robe + - Index: 18 + Item: Diabolus_Robe Rate: 232 - - Item: Diabolus_Armor + - Index: 19 + Item: Diabolus_Armor Rate: 232 - - Item: Dragon_Vest + - Index: 20 + Item: Dragon_Vest Rate: 232 - - Item: Variant_Shoes + - Index: 21 + Item: Variant_Shoes Rate: 232 - - Item: Tidal_Shoes + - Index: 22 + Item: Tidal_Shoes Rate: 232 - - Item: Black_Leather_Boots + - Index: 23 + Item: Black_Leather_Boots Rate: 232 - - Item: Diabolus_Boots + - Index: 24 + Item: Diabolus_Boots Rate: 232 - - Item: Black_Leather_Boots_ + - Index: 25 + Item: Black_Leather_Boots_ Rate: 232 - - Item: Diabolus_Manteau + - Index: 26 + Item: Diabolus_Manteau Rate: 232 - - Item: Dragon_Manteau + - Index: 27 + Item: Dragon_Manteau Rate: 232 - - Item: Piece_Of_Angent_Skin + - Index: 28 + Item: Piece_Of_Angent_Skin Rate: 232 - - Item: Bison_Horn + - Index: 29 + Item: Bison_Horn Rate: 232 - - Item: Krieg + - Index: 30 + Item: Krieg Rate: 232 - - Item: Weihna + - Index: 31 + Item: Weihna Rate: 232 - - Item: Black_Wing + - Index: 32 + Item: Black_Wing Rate: 232 - - Item: Twin_Edge_B + - Index: 33 + Item: Twin_Edge_B Rate: 232 - - Item: Twin_Edge_R + - Index: 34 + Item: Twin_Edge_R Rate: 232 - - Item: Ruber + - Index: 35 + Item: Ruber Rate: 232 - - Item: Bone_Plate + - Index: 36 + Item: Bone_Plate Rate: 232 - - Item: Ebone_Armor + - Index: 37 + Item: Ebone_Armor Rate: 232 - - Item: Erde + - Index: 38 + Item: Erde Rate: 232 - - Item: Red_Square_Bag + - Index: 39 + Item: Red_Square_Bag Rate: 232 - - Item: Carga_Mace + - Index: 40 + Item: Carga_Mace Rate: 232 - - Item: Red_Ether_Bag + - Index: 41 + Item: Red_Ether_Bag Rate: 232 - - Item: Mystic_Bow + - Index: 42 + Item: Mystic_Bow Rate: 232 - Group: SPRING_FESTIVAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Boitata_Armor + - Index: 9 + Item: Boitata_Armor Rate: 100 Announced: true - - Item: Talaria_Shoes + - Index: 10 + Item: Talaria_Shoes Rate: 100 Announced: true - - Item: W_King_Tiger_Doll_Hat + - Index: 11 + Item: W_King_Tiger_Doll_Hat Rate: 200 Announced: true - - Item: Combat_Knife + - Index: 12 + Item: Combat_Knife Rate: 100 Announced: true - - Item: C_Soulless_Wing + - Index: 13 + Item: C_Soulless_Wing Rate: 150 Announced: true - - Item: Long_Octopus_Balloon + - Index: 14 + Item: Long_Octopus_Balloon Rate: 130 Announced: true - - Item: Sword_Master_Crown + - Index: 15 + Item: Sword_Master_Crown Rate: 69 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 17 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 18 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 19 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_F_Bishop_Card + - Index: 20 + Item: Sealed_F_Bishop_Card Rate: 10 Announced: true - - Item: Sealed_Ifrit_Card + - Index: 21 + Item: Sealed_Ifrit_Card Rate: 10 Announced: true - - Item: Incant_Samurai_Card + - Index: 22 + Item: Incant_Samurai_Card Rate: 1 Announced: true - Group: STEEL_FLOWER_BOX SubGroups: - SubGroup: 0 List: - - Item: Steel_Flower_C - Duration: 10080 + - Index: 0 + Item: Steel_Flower_C + Duration: 20160 UniqueId: true - Group: SUMMER_SCROLL3 SubGroups: - SubGroup: 1 List: - - Item: Underripe_Yggseed + - Index: 0 + Item: Underripe_Yggseed Rate: 1500 Amount: 10 - - Item: Megaphone_Box + - Index: 1 + Item: Megaphone_Box Rate: 1500 - - Item: Vit_Dish_Box + - Index: 2 + Item: Vit_Dish_Box Rate: 1500 - - Item: Holy_Armor_S_Box10 + - Index: 3 + Item: Holy_Armor_S_Box10 Rate: 1500 - - Item: Token_Of_Siegfried_Box + - Index: 4 + Item: Token_Of_Siegfried_Box Rate: 1300 - - Item: Int_Dish_Box + - Index: 5 + Item: Int_Dish_Box Rate: 1500 - - Item: Unbreak_Weap_Box + - Index: 6 + Item: Unbreak_Weap_Box Rate: 150 Announced: true - - Item: Unbreak_Def_Box + - Index: 7 + Item: Unbreak_Def_Box Rate: 150 Announced: true - - Item: Scuba_Mask + - Index: 8 + Item: Scuba_Mask Rate: 275 Announced: true - - Item: Sugared_Fruit_Stick + - Index: 9 + Item: Sugared_Fruit_Stick Rate: 275 Announced: true - - Item: Dress_Hat + - Index: 10 + Item: Dress_Hat Rate: 275 Announced: true - - Item: Asgard_Blessing + - Index: 11 + Item: Asgard_Blessing Rate: 10 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 12 + Item: Guarantee_Armor_9Up Rate: 5 Announced: true - - Item: Guarantee_Armor_7Up + - Index: 13 + Item: Guarantee_Armor_7Up Rate: 45 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 14 + Item: Guarantee_Weapon_9Up Rate: 10 Announced: true - - Item: Maya_Puple_Card + - Index: 15 + Item: Maya_Puple_Card Rate: 3 Announced: true - - Item: Sealed_Tao_Card + - Index: 16 + Item: Sealed_Tao_Card Rate: 1 Announced: true - - Item: B_Eremes_Card + - Index: 17 + Item: B_Eremes_Card Rate: 1 Announced: true - Group: SUPER_CARD_PET_EGG1 SubGroups: - SubGroup: 1 List: - - Item: Orc_Lady_Card + - Index: 0 + Item: Orc_Lady_Card Rate: 40 UniqueId: true - - Item: Mummy_Card + - Index: 1 + Item: Mummy_Card Rate: 30 UniqueId: true - - Item: Marina_Card + - Index: 2 + Item: Marina_Card Rate: 80 UniqueId: true - - Item: Desert_Wolf_Card + - Index: 3 + Item: Desert_Wolf_Card Rate: 80 UniqueId: true - - Item: Soldier_Skeleton_Card + - Index: 4 + Item: Soldier_Skeleton_Card Rate: 17 UniqueId: true - - Item: Magnolia_Card + - Index: 5 + Item: Magnolia_Card Rate: 40 UniqueId: true - - Item: Andre_Card + - Index: 6 + Item: Andre_Card Rate: 7 UniqueId: true - - Item: Mandragora_Card + - Index: 7 + Item: Mandragora_Card Rate: 40 UniqueId: true - - Item: Vadon_Card + - Index: 8 + Item: Vadon_Card Rate: 50 UniqueId: true - - Item: Baphomet_Card + - Index: 9 + Item: Baphomet_Card Rate: 2 UniqueId: true - - Item: Drainliar_Card + - Index: 10 + Item: Drainliar_Card Rate: 50 UniqueId: true - - Item: Flying_Deleter_Card + - Index: 11 + Item: Flying_Deleter_Card Rate: 20 UniqueId: true - - Item: Nightmare_Terror_Card + - Index: 12 + Item: Nightmare_Terror_Card Rate: 8 UniqueId: true - - Item: Pest_Card + - Index: 13 + Item: Pest_Card Rate: 20 UniqueId: true - - Item: Marc_Card + - Index: 14 + Item: Marc_Card Rate: 20 UniqueId: true - - Item: Dark_Frame_Card + - Index: 15 + Item: Dark_Frame_Card Rate: 10 UniqueId: true - - Item: Deleter_Card + - Index: 16 + Item: Deleter_Card Rate: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 17 + Item: Yggdrasilberry Rate: 165 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 18 + Item: Leaf_Of_Yggdrasil Rate: 166 Amount: 20 UniqueId: true - - Item: Zeny_Scroll + - Index: 19 + Item: Zeny_Scroll Rate: 150 Amount: 5 UniqueId: true @@ -18297,66 +27725,86 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Orc_Load_Card + - Index: 0 + Item: Orc_Load_Card Rate: 1 UniqueId: true - - Item: Skel_Worker_Card + - Index: 1 + Item: Skel_Worker_Card Rate: 30 UniqueId: true - - Item: Minorous_Card + - Index: 2 + Item: Minorous_Card Rate: 55 UniqueId: true - - Item: Garm_Baby_Card + - Index: 3 + Item: Garm_Baby_Card Rate: 18 UniqueId: true - - Item: Goblin_Card + - Index: 4 + Item: Goblin_Card Rate: 25 UniqueId: true - - Item: Caramel_Card + - Index: 5 + Item: Caramel_Card Rate: 70 UniqueId: true - - Item: Scorpion_Card + - Index: 6 + Item: Scorpion_Card Rate: 5 UniqueId: true - - Item: Flora_Card + - Index: 7 + Item: Flora_Card Rate: 35 UniqueId: true - - Item: Hunter_Fly_Card + - Index: 8 + Item: Hunter_Fly_Card Rate: 35 UniqueId: true - - Item: Pecopeco_Egg_Card + - Index: 9 + Item: Pecopeco_Egg_Card Rate: 40 UniqueId: true - - Item: Hydra_Card + - Index: 10 + Item: Hydra_Card Rate: 30 UniqueId: true - - Item: Disguise_Card + - Index: 11 + Item: Disguise_Card Rate: 30 UniqueId: true - - Item: Rybio_Card + - Index: 12 + Item: Rybio_Card Rate: 9 UniqueId: true - - Item: Wraith_Dead_Card + - Index: 13 + Item: Wraith_Dead_Card Rate: 20 UniqueId: true - - Item: Majoruros_Card + - Index: 14 + Item: Majoruros_Card Rate: 18 UniqueId: true - - Item: Pupa_Card + - Index: 15 + Item: Pupa_Card Rate: 40 UniqueId: true - - Item: Pecopeco_Card + - Index: 16 + Item: Pecopeco_Card Rate: 40 UniqueId: true - - Item: Yggdrasilberry + - Index: 17 + Item: Yggdrasilberry Rate: 168 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 18 + Item: Leaf_Of_Yggdrasil Rate: 165 Amount: 20 UniqueId: true - - Item: Zeny_Scroll + - Index: 19 + Item: Zeny_Scroll Rate: 166 Amount: 5 UniqueId: true @@ -18364,66 +27812,86 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Elder_Wilow_Card + - Index: 0 + Item: Elder_Wilow_Card Rate: 70 UniqueId: true - - Item: Deviruchi_Card + - Index: 1 + Item: Deviruchi_Card Rate: 20 UniqueId: true - - Item: Marduk_Card + - Index: 2 + Item: Marduk_Card Rate: 40 UniqueId: true - - Item: Carat_Card + - Index: 3 + Item: Carat_Card Rate: 45 UniqueId: true - - Item: Choco_Card + - Index: 4 + Item: Choco_Card Rate: 30 UniqueId: true - - Item: Pharaoh_Card + - Index: 5 + Item: Pharaoh_Card Rate: 1 UniqueId: true - - Item: Nine_Tail_Card + - Index: 6 + Item: Nine_Tail_Card Rate: 30 UniqueId: true - - Item: Whisper_Card + - Index: 7 + Item: Whisper_Card Rate: 10 UniqueId: true - - Item: Frilldora_Card + - Index: 8 + Item: Frilldora_Card Rate: 20 UniqueId: true - - Item: Dragon_Tail_Card + - Index: 9 + Item: Dragon_Tail_Card Rate: 33 UniqueId: true - - Item: Baphomet__Card + - Index: 10 + Item: Baphomet__Card Rate: 10 UniqueId: true - - Item: Daydric_Card + - Index: 11 + Item: Daydric_Card Rate: 35 UniqueId: true - - Item: Harpy_Card + - Index: 12 + Item: Harpy_Card Rate: 50 UniqueId: true - - Item: Whisper_Boss_Card + - Index: 13 + Item: Whisper_Boss_Card Rate: 10 UniqueId: true - - Item: Thara_Frog_Card + - Index: 14 + Item: Thara_Frog_Card Rate: 50 UniqueId: true - - Item: Executioner_Card + - Index: 15 + Item: Executioner_Card Rate: 35 UniqueId: true - - Item: Khalitzburg_Card + - Index: 16 + Item: Khalitzburg_Card Rate: 30 UniqueId: true - - Item: Yggdrasilberry + - Index: 17 + Item: Yggdrasilberry Rate: 171 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 18 + Item: Leaf_Of_Yggdrasil Rate: 170 Amount: 20 UniqueId: true - - Item: Zeny_Scroll + - Index: 19 + Item: Zeny_Scroll Rate: 140 Amount: 5 UniqueId: true @@ -18431,66 +27899,86 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Thief_Bug_Male_Card + - Index: 0 + Item: Thief_Bug_Male_Card Rate: 60 UniqueId: true - - Item: Verit_Card + - Index: 1 + Item: Verit_Card Rate: 70 UniqueId: true - - Item: Matyr_Card + - Index: 2 + Item: Matyr_Card Rate: 25 UniqueId: true - - Item: Sohee_Card + - Index: 3 + Item: Sohee_Card Rate: 19 UniqueId: true - - Item: Antique_Firelock_Card + - Index: 4 + Item: Antique_Firelock_Card Rate: 40 UniqueId: true - - Item: Blood_Butterfly_Card + - Index: 5 + Item: Blood_Butterfly_Card Rate: 38 UniqueId: true - - Item: Mimic_Card + - Index: 6 + Item: Mimic_Card Rate: 35 UniqueId: true - - Item: Zerom_Card + - Index: 7 + Item: Zerom_Card Rate: 38 UniqueId: true - - Item: Phen_Card + - Index: 8 + Item: Phen_Card Rate: 10 UniqueId: true - - Item: Kobold_Card + - Index: 9 + Item: Kobold_Card Rate: 40 UniqueId: true - - Item: Moonlight_Flower_Card + - Index: 10 + Item: Moonlight_Flower_Card Rate: 1 UniqueId: true - - Item: Mantis_Card + - Index: 11 + Item: Mantis_Card Rate: 45 UniqueId: true - - Item: Smokie_Card + - Index: 12 + Item: Smokie_Card Rate: 65 UniqueId: true - - Item: Vitata_Card + - Index: 13 + Item: Vitata_Card Rate: 10 UniqueId: true - - Item: High_Orc_Card + - Index: 14 + Item: High_Orc_Card Rate: 3 UniqueId: true - - Item: Penomena_Card + - Index: 15 + Item: Penomena_Card Rate: 13 UniqueId: true - - Item: Tirfing_Card + - Index: 16 + Item: Tirfing_Card Rate: 18 UniqueId: true - - Item: Yggdrasilberry + - Index: 17 + Item: Yggdrasilberry Rate: 165 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 18 + Item: Leaf_Of_Yggdrasil Rate: 165 Amount: 20 UniqueId: true - - Item: Zeny_Scroll + - Index: 19 + Item: Zeny_Scroll Rate: 140 Amount: 5 UniqueId: true @@ -18498,59 +27986,76 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Tiara + - Index: 0 + Item: Tiara Rate: 2 UniqueId: true - - Item: Crown + - Index: 1 + Item: Crown Rate: 2 UniqueId: true - - Item: Loard_Circlet + - Index: 2 + Item: Loard_Circlet Rate: 1 UniqueId: true - - Item: Ear_Of_Angel's_Wing + - Index: 3 + Item: Ear_Of_Angel's_Wing Rate: 5 UniqueId: true - - Item: Ear_Of_Devil's_Wing + - Index: 4 + Item: Ear_Of_Devil's_Wing Rate: 5 UniqueId: true - - Item: Flying_Angel + - Index: 5 + Item: Flying_Angel Rate: 20 UniqueId: true - - Item: Dark_Lord_Card + - Index: 6 + Item: Dark_Lord_Card Rate: 1 UniqueId: true - - Item: Angeling_Card + - Index: 7 + Item: Angeling_Card Rate: 2 UniqueId: true - - Item: Ghostring_Card + - Index: 8 + Item: Ghostring_Card Rate: 2 UniqueId: true - - Item: Nurse_Cap + - Index: 9 + Item: Nurse_Cap Rate: 80 UniqueId: true - - Item: Centimental_Flower + - Index: 10 + Item: Centimental_Flower Rate: 45 UniqueId: true - - Item: Tulip_Hairpin + - Index: 11 + Item: Tulip_Hairpin Rate: 50 UniqueId: true - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 85 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 13 + Item: Old_Violet_Box Rate: 130 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 14 + Item: Yggdrasilberry Rate: 170 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 15 + Item: Leaf_Of_Yggdrasil Rate: 170 Amount: 30 UniqueId: true - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 230 Amount: 10 UniqueId: true @@ -18558,102 +28063,136 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Tiara + - Index: 0 + Item: Tiara Rate: 70 - - Item: Crown + - Index: 1 + Item: Crown Rate: 70 - - Item: Loard_Circlet + - Index: 2 + Item: Loard_Circlet Rate: 30 - - Item: Ear_Of_Angel's_Wing + - Index: 3 + Item: Ear_Of_Angel's_Wing Rate: 70 - - Item: Ear_Of_Devil's_Wing + - Index: 4 + Item: Ear_Of_Devil's_Wing Rate: 60 - - Item: Flying_Angel + - Index: 5 + Item: Flying_Angel Rate: 250 - - Item: Dark_Lord_Card + - Index: 6 + Item: Dark_Lord_Card Rate: 1 - - Item: Angeling_Card + - Index: 7 + Item: Angeling_Card Rate: 2 - - Item: Ghostring_Card + - Index: 8 + Item: Ghostring_Card Rate: 2 - - Item: Nurse_Cap + - Index: 9 + Item: Nurse_Cap Rate: 890 - - Item: Centimental_Flower + - Index: 10 + Item: Centimental_Flower Rate: 450 - - Item: Tulip_Hairpin + - Index: 11 + Item: Tulip_Hairpin Rate: 700 - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 950 Amount: 2 - - Item: Old_Violet_Box + - Index: 13 + Item: Old_Violet_Box Rate: 1500 Amount: 5 - - Item: Yggdrasilberry + - Index: 14 + Item: Yggdrasilberry Rate: 2000 Amount: 15 - - Item: Seed_Of_Yggdrasil + - Index: 15 + Item: Seed_Of_Yggdrasil Rate: 2000 Amount: 30 - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 955 Amount: 10 - Group: SUPER_PET_EGG2 SubGroups: - SubGroup: 1 List: - - Item: Golden_Gear + - Index: 0 + Item: Golden_Gear Rate: 6 UniqueId: true - - Item: Coronet + - Index: 1 + Item: Coronet Rate: 3 UniqueId: true - - Item: Ghost_Bandana + - Index: 2 + Item: Ghost_Bandana Rate: 6 UniqueId: true - - Item: Horn_Of_Succubus + - Index: 3 + Item: Horn_Of_Succubus Rate: 2 UniqueId: true - - Item: Inccubus_Horn + - Index: 4 + Item: Inccubus_Horn Rate: 2 UniqueId: true - - Item: Archangeling_Card + - Index: 5 + Item: Archangeling_Card Rate: 10 UniqueId: true - - Item: Knight_Of_Abyss_Card + - Index: 6 + Item: Knight_Of_Abyss_Card Rate: 3 UniqueId: true - - Item: Pharaoh_Card + - Index: 7 + Item: Pharaoh_Card Rate: 1 UniqueId: true - - Item: Poring_Hat + - Index: 8 + Item: Poring_Hat Rate: 80 UniqueId: true - - Item: Centimental_Leaf + - Index: 9 + Item: Centimental_Leaf Rate: 50 UniqueId: true - - Item: First_Moon_Hair_Pin + - Index: 10 + Item: First_Moon_Hair_Pin Rate: 40 UniqueId: true - - Item: Cigar + - Index: 11 + Item: Cigar Rate: 20 UniqueId: true - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 13 + Item: Old_Violet_Box Rate: 130 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 14 + Item: Yggdrasilberry Rate: 160 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 15 + Item: Leaf_Of_Yggdrasil Rate: 170 Amount: 30 UniqueId: true - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 227 Amount: 10 UniqueId: true @@ -18661,59 +28200,76 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Oldman's_Romance + - Index: 0 + Item: Oldman's_Romance Rate: 5 UniqueId: true - - Item: Fillet + - Index: 1 + Item: Fillet Rate: 6 UniqueId: true - - Item: Smoking_Pipe + - Index: 2 + Item: Smoking_Pipe Rate: 3 UniqueId: true - - Item: Kafra_Band + - Index: 3 + Item: Kafra_Band Rate: 1 UniqueId: true - - Item: Hair_Protector + - Index: 4 + Item: Hair_Protector Rate: 6 UniqueId: true - - Item: Crescent_Scythe + - Index: 5 + Item: Crescent_Scythe Rate: 10 UniqueId: true - - Item: House_Auger + - Index: 6 + Item: House_Auger Rate: 33 UniqueId: true - - Item: Dark_Illusion_Card + - Index: 7 + Item: Dark_Illusion_Card Rate: 2 UniqueId: true - - Item: Drake_Card + - Index: 8 + Item: Drake_Card Rate: 2 UniqueId: true - - Item: Maya_Card + - Index: 9 + Item: Maya_Card Rate: 2 UniqueId: true - - Item: Ear_Mufs + - Index: 10 + Item: Ear_Mufs Rate: 100 UniqueId: true - - Item: Pair_Of_Red_Ribbon + - Index: 11 + Item: Pair_Of_Red_Ribbon Rate: 50 UniqueId: true - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 13 + Item: Old_Violet_Box Rate: 120 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 14 + Item: Yggdrasilberry Rate: 180 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 15 + Item: Leaf_Of_Yggdrasil Rate: 170 Amount: 30 UniqueId: true - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 220 Amount: 10 UniqueId: true @@ -18721,59 +28277,76 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Angelic_Chain + - Index: 0 + Item: Angelic_Chain Rate: 3 UniqueId: true - - Item: Magestic_Goat + - Index: 1 + Item: Magestic_Goat Rate: 3 UniqueId: true - - Item: Sharp_Gear + - Index: 2 + Item: Sharp_Gear Rate: 2 UniqueId: true - - Item: Helm_Of_Angel + - Index: 3 + Item: Helm_Of_Angel Rate: 2 UniqueId: true - - Item: Orc_Hero_Helm + - Index: 4 + Item: Orc_Hero_Helm Rate: 4 UniqueId: true - - Item: Doppelganger_Card + - Index: 5 + Item: Doppelganger_Card Rate: 1 UniqueId: true - - Item: Osiris_Card + - Index: 6 + Item: Osiris_Card Rate: 2 UniqueId: true - - Item: Phreeoni_Card + - Index: 7 + Item: Phreeoni_Card Rate: 2 UniqueId: true - - Item: Green_Feeler + - Index: 8 + Item: Green_Feeler Rate: 70 UniqueId: true - - Item: Big_Sis'_Ribbon + - Index: 9 + Item: Big_Sis'_Ribbon Rate: 50 UniqueId: true - - Item: Mistic_Rose + - Index: 10 + Item: Mistic_Rose Rate: 36 UniqueId: true - - Item: Well_Baked_Toast + - Index: 11 + Item: Well_Baked_Toast Rate: 35 UniqueId: true - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 13 + Item: Old_Violet_Box Rate: 130 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 14 + Item: Yggdrasilberry Rate: 170 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 15 + Item: Leaf_Of_Yggdrasil Rate: 170 Amount: 30 UniqueId: true - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 230 Amount: 10 UniqueId: true @@ -18781,93 +28354,124 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Angelic_Chain + - Index: 0 + Item: Angelic_Chain Rate: 30 - - Item: Magestic_Goat + - Index: 1 + Item: Magestic_Goat Rate: 35 - - Item: Sharp_Gear + - Index: 2 + Item: Sharp_Gear Rate: 20 - - Item: Helm_Of_Angel + - Index: 3 + Item: Helm_Of_Angel Rate: 20 - - Item: Orc_Hero_Helm + - Index: 4 + Item: Orc_Hero_Helm Rate: 40 - - Item: Doppelganger_Card + - Index: 5 + Item: Doppelganger_Card Rate: 1 - - Item: Osiris_Card + - Index: 6 + Item: Osiris_Card Rate: 1 - - Item: Phreeoni_Card + - Index: 7 + Item: Phreeoni_Card Rate: 1 - - Item: Green_Feeler + - Index: 8 + Item: Green_Feeler Rate: 720 - - Item: Big_Sis'_Ribbon_ + - Index: 9 + Item: Big_Sis'_Ribbon_ Rate: 500 - - Item: Mistic_Rose + - Index: 10 + Item: Mistic_Rose Rate: 370 - - Item: Well_Baked_Toast + - Index: 11 + Item: Well_Baked_Toast Rate: 350 - - Item: Old_Card_Album + - Index: 12 + Item: Old_Card_Album Rate: 912 Amount: 2 - - Item: Old_Violet_Box + - Index: 13 + Item: Old_Violet_Box Rate: 1300 - - Item: Yggdrasilberry + - Index: 14 + Item: Yggdrasilberry Rate: 1700 Amount: 15 - - Item: Seed_Of_Yggdrasil + - Index: 15 + Item: Seed_Of_Yggdrasil Rate: 1700 Amount: 30 - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 2300 Amount: 10 - Group: SUPER_PET_EGG5 SubGroups: - SubGroup: 1 List: - - Item: Bird_Nest + - Index: 0 + Item: Bird_Nest Rate: 15 UniqueId: true - - Item: Fallen_Leaves + - Index: 1 + Item: Fallen_Leaves Rate: 10 UniqueId: true - - Item: Sheep_Hat + - Index: 2 + Item: Sheep_Hat Rate: 5 UniqueId: true - - Item: Pumpkin_Hat + - Index: 3 + Item: Pumpkin_Hat Rate: 10 UniqueId: true - - Item: Cyclops_Visor + - Index: 4 + Item: Cyclops_Visor Rate: 6 UniqueId: true - - Item: Alice_Doll + - Index: 5 + Item: Alice_Doll Rate: 5 UniqueId: true - - Item: Magic_Eyes + - Index: 6 + Item: Magic_Eyes Rate: 5 UniqueId: true - - Item: Minstrel_Hat + - Index: 7 + Item: Minstrel_Hat Rate: 5 UniqueId: true - - Item: Steel + - Index: 8 + Item: Steel Rate: 53 Amount: 10 UniqueId: true - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 10 + Item: Old_Violet_Box Rate: 150 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 11 + Item: Yggdrasilberry Rate: 200 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 12 + Item: Leaf_Of_Yggdrasil Rate: 230 Amount: 30 UniqueId: true - - Item: Zeny_Card_Scroll_Box + - Index: 13 + Item: Zeny_Card_Scroll_Box Rate: 216 Amount: 10 UniqueId: true @@ -18875,51 +28479,65 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Marionette_Doll + - Index: 0 + Item: Marionette_Doll Rate: 5 UniqueId: true - - Item: Gambler_Hat + - Index: 1 + Item: Gambler_Hat Rate: 10 UniqueId: true - - Item: Elephant_Hat + - Index: 2 + Item: Elephant_Hat Rate: 10 UniqueId: true - - Item: Baseball_Cap + - Index: 3 + Item: Baseball_Cap Rate: 5 UniqueId: true - - Item: Silver_Tiara + - Index: 4 + Item: Silver_Tiara Rate: 5 UniqueId: true - - Item: Joker_Jester_ + - Index: 5 + Item: Joker_Jester_ Rate: 6 UniqueId: true - - Item: Headset_OST + - Index: 6 + Item: Headset_OST Rate: 5 UniqueId: true - - Item: Chinese_Crown + - Index: 7 + Item: Chinese_Crown Rate: 5 UniqueId: true - - Item: Steel + - Index: 8 + Item: Steel Rate: 53 Amount: 10 UniqueId: true - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 10 + Item: Old_Violet_Box Rate: 150 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 11 + Item: Yggdrasilberry Rate: 200 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 12 + Item: Leaf_Of_Yggdrasil Rate: 230 Amount: 30 UniqueId: true - - Item: Zeny_Card_Scroll_Box + - Index: 13 + Item: Zeny_Card_Scroll_Box Rate: 226 Amount: 10 UniqueId: true @@ -18927,51 +28545,65 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Candle + - Index: 0 + Item: Candle Rate: 15 UniqueId: true - - Item: Gold_Tiara + - Index: 1 + Item: Gold_Tiara Rate: 5 UniqueId: true - - Item: Phrygian_Cap_ + - Index: 2 + Item: Phrygian_Cap_ Rate: 10 UniqueId: true - - Item: Helm_Of_Darkness + - Index: 3 + Item: Helm_Of_Darkness Rate: 5 UniqueId: true - - Item: Puppy_Hat + - Index: 4 + Item: Puppy_Hat Rate: 10 UniqueId: true - - Item: Romantic_White_Flower + - Index: 5 + Item: Romantic_White_Flower Rate: 8 UniqueId: true - - Item: Hibiscus + - Index: 6 + Item: Hibiscus Rate: 5 UniqueId: true - - Item: Charming_Ribbon + - Index: 7 + Item: Charming_Ribbon Rate: 10 UniqueId: true - - Item: Steel + - Index: 8 + Item: Steel Rate: 53 Amount: 10 UniqueId: true - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 10 + Item: Old_Violet_Box Rate: 150 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 11 + Item: Yggdrasilberry Rate: 200 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 12 + Item: Leaf_Of_Yggdrasil Rate: 230 Amount: 30 UniqueId: true - - Item: Zeny_Card_Scroll_Box + - Index: 13 + Item: Zeny_Card_Scroll_Box Rate: 209 Amount: 10 UniqueId: true @@ -18979,434 +28611,607 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Angeling_Hat + - Index: 0 + Item: Angeling_Hat Rate: 5 UniqueId: true - - Item: Coppola + - Index: 1 + Item: Coppola Rate: 10 UniqueId: true - - Item: Tongue_Mask + - Index: 2 + Item: Tongue_Mask Rate: 15 UniqueId: true - - Item: Captain_Hat + - Index: 3 + Item: Captain_Hat Rate: 5 UniqueId: true - - Item: Laurel_Wreath + - Index: 4 + Item: Laurel_Wreath Rate: 5 UniqueId: true - - Item: Geographer_Band + - Index: 5 + Item: Geographer_Band Rate: 5 UniqueId: true - - Item: Twin_Ribbon + - Index: 6 + Item: Twin_Ribbon Rate: 5 UniqueId: true - - Item: Bird_Nest_Hat + - Index: 7 + Item: Bird_Nest_Hat Rate: 10 UniqueId: true - - Item: Steel + - Index: 8 + Item: Steel Rate: 53 Amount: 10 UniqueId: true - - Item: Old_Card_Album + - Index: 9 + Item: Old_Card_Album Rate: 90 Amount: 2 UniqueId: true - - Item: Old_Violet_Box + - Index: 10 + Item: Old_Violet_Box Rate: 150 Amount: 5 UniqueId: true - - Item: Yggdrasilberry + - Index: 11 + Item: Yggdrasilberry Rate: 200 Amount: 15 UniqueId: true - - Item: Seed_Of_Yggdrasil + - Index: 12 + Item: Leaf_Of_Yggdrasil Rate: 230 Amount: 30 UniqueId: true - - Item: Zeny_Card_Scroll_Box + - Index: 13 + Item: Zeny_Card_Scroll_Box Rate: 217 Amount: 10 UniqueId: true - Group: SUPPORT_PACKAGE SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Battle_Manual - Rate: 1 + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum - Rate: 1 + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Almighty - Rate: 1 + UniqueId: true + - Index: 2 + Item: Almighty Amount: 2 - - Item: Mental_Potion - Rate: 1 + UniqueId: true + - Index: 3 + Item: Mental_Potion Amount: 2 - - Item: Sealed_D_Lord_Scroll - Rate: 1 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 6 + UniqueId: true + - Index: 5 + Item: Sealed_D_Lord_Scroll + UniqueId: true - Group: SUPPORT_PACKAGE_10 SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Battle_Manual - Rate: 1 + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum - Rate: 1 + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Almighty - Rate: 1 + UniqueId: true + - Index: 2 + Item: Almighty Amount: 20 - - Item: Mental_Potion - Rate: 1 + UniqueId: true + - Index: 3 + Item: Mental_Potion Amount: 20 - - Item: Sealed_D_Lord_Scroll - Rate: 1 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 60 + UniqueId: true + - Index: 5 + Item: Sealed_D_Lord_Scroll Amount: 11 + UniqueId: true - Group: SUPPORT_PACKAGE_II SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Battle_Manual - Rate: 1 + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum - Rate: 1 + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Almighty - Rate: 1 + UniqueId: true + - Index: 2 + Item: Almighty Amount: 2 - - Item: Mental_Potion - Rate: 1 + UniqueId: true + - Index: 3 + Item: Mental_Potion Amount: 2 - - Item: Sealed_Bacsojin_Scroll - Rate: 1 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 6 + UniqueId: true + - Index: 5 + Item: 2013_RWC_Scroll + UniqueId: true - Group: SUPPORT_PACKAGE_III SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Battle_Manual - Rate: 1 + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum - Rate: 1 + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Almighty - Rate: 1 + UniqueId: true + - Index: 2 + Item: Almighty Amount: 2 - - Item: Mental_Potion - Rate: 1 + UniqueId: true + - Index: 3 + Item: Mental_Potion Amount: 2 - - Item: Sealed_Bacsojin_Scroll - Rate: 1 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 6 + UniqueId: true + - Index: 5 + Item: Sealed_Bacsojin_Scroll + UniqueId: true - Group: SUPPORT_PACKAGE_III_10 SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Battle_Manual - Rate: 1 + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum - Rate: 1 + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Almighty - Rate: 1 + UniqueId: true + - Index: 2 + Item: Almighty Amount: 20 - - Item: Mental_Potion - Rate: 1 + UniqueId: true + - Index: 3 + Item: Mental_Potion Amount: 20 - - Item: Sealed_Bacsojin_Scroll - Rate: 1 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 60 + UniqueId: true + - Index: 5 + Item: Sealed_Bacsojin_Scroll Amount: 11 + UniqueId: true - Group: SUPPORT_PACKAGE_II_10 SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Battle_Manual - Rate: 1 + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum - Rate: 1 + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Almighty - Rate: 1 + UniqueId: true + - Index: 2 + Item: Almighty Amount: 20 - - Item: Mental_Potion - Rate: 1 + UniqueId: true + - Index: 3 + Item: Mental_Potion Amount: 20 - - Item: Sealed_Bacsojin_Scroll - Rate: 1 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 60 + UniqueId: true + - Index: 5 + Item: 2013_RWC_Scroll + Amount: 11 + UniqueId: true - Group: SURPRISE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 130 Amount: 5 UniqueId: true - - Item: Insurance + - Index: 1 + Item: Insurance Rate: 130 Amount: 5 UniqueId: true - - Item: Bubble_Gum + - Index: 2 + Item: Bubble_Gum Rate: 150 Amount: 10 UniqueId: true - - Item: Kafra_Card + - Index: 3 + Item: Kafra_Card Rate: 200 Amount: 10 UniqueId: true - - Item: Bloody_Dead_Branch + - Index: 4 + Item: Bloody_Dead_Branch Rate: 98 UniqueId: true - - Item: Branch_Of_Dead_Tree + - Index: 5 + Item: Branch_Of_Dead_Tree Rate: 130 Amount: 6 UniqueId: true - - Item: Guyak_Candy + - Index: 6 + Item: Guyak_Candy Rate: 80 Amount: 10 UniqueId: true - - Item: Guyak_Pudding + - Index: 7 + Item: Guyak_Pudding Rate: 80 Amount: 10 UniqueId: true - - Item: Bell_Ribbon_Box + - Index: 8 + Item: Bell_Ribbon_Box Rate: 1 UniqueId: true - - Item: Neuralizer + - Index: 9 + Item: Neuralizer Rate: 1 UniqueId: true - Group: SWEET_MIDGARD_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Str_Dish_Box + - Index: 0 + Item: Str_Dish_Box Rate: 1400 - - Item: Dex_Dish_Box + - Index: 1 + Item: Dex_Dish_Box Rate: 1350 - - Item: Vit_Dish_Box + - Index: 2 + Item: Vit_Dish_Box Rate: 1300 - - Item: Glass_Of_Illusion_Box5 + - Index: 3 + Item: Glass_Of_Illusion_Box5 Rate: 1300 - - Item: Angeling_Potion + - Index: 4 + Item: Angeling_Potion Rate: 1300 Amount: 10 - - Item: Insurance_Package + - Index: 5 + Item: Insurance_Package Rate: 1300 - - Item: Hankie_In_Mouth + - Index: 6 + Item: Hankie_In_Mouth Rate: 200 Announced: true - - Item: RTC_2nd_Headgear + - Index: 7 + Item: RTC_2nd_Headgear Rate: 50 Announced: true - - Item: Skull_Cap + - Index: 8 + Item: Skull_Cap Rate: 300 Announced: true - - Item: Magic_Card_Album + - Index: 9 + Item: Magic_Card_Album Rate: 100 - - Item: Miracle_Medicine + - Index: 10 + Item: Miracle_Medicine Rate: 300 - - Item: Foxtail + - Index: 11 + Item: Foxtail Rate: 220 Announced: true - - Item: Ticket_Loli_Ruri + - Index: 12 + Item: Ticket_Loli_Ruri Rate: 318 - - Item: Guarantee_Weapon_7Up + - Index: 13 + Item: Guarantee_Weapon_7Up Rate: 225 Announced: true - - Item: Guarantee_Armor_7Up + - Index: 14 + Item: Guarantee_Armor_7Up Rate: 225 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 15 + Item: Guarantee_Weapon_8Up Rate: 35 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 16 + Item: Guarantee_Armor_8Up Rate: 35 Announced: true - - Item: Sealed_Gloom_Card + - Index: 17 + Item: Sealed_Gloom_Card Rate: 20 Announced: true - - Item: Dark_Illusion_Card + - Index: 18 + Item: Dark_Illusion_Card Rate: 20 Announced: true - - Item: Ghostring_Card + - Index: 19 + Item: Ghostring_Card Rate: 1 Announced: true - - Item: Tao_Gunka_Card + - Index: 20 + Item: Tao_Gunka_Card Rate: 1 Announced: true - Group: SWORDMAN_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Freezer_Card + - Index: 0 + Item: Freezer_Card UniqueId: true - - Item: Heater_Card + - Index: 1 + Item: Heater_Card UniqueId: true - - Item: Solider_Card + - Index: 2 + Item: Solider_Card UniqueId: true - - Item: Permeter_Card + - Index: 3 + Item: Permeter_Card UniqueId: true - - Item: Assulter_Card + - Index: 4 + Item: Assulter_Card UniqueId: true - Group: S_GRADE_COIN_BAG SubGroups: - SubGroup: 1 List: - - Item: Anger_Seagod + - Index: 0 + Item: Anger_Seagod Rate: 3 - - Item: Agrade_Coin + - Index: 1 + Item: Agrade_Coin Rate: 2 - - Item: Bgrade_Coin + - Index: 2 + Item: Bgrade_Coin Rate: 1 - Group: TAMING SubGroups: - SubGroup: 1 List: - - Item: Unripe_Apple + - Index: 0 + Item: Unripe_Apple Rate: 1 - - Item: Orange_Juice + - Index: 1 + Item: Orange_Juice Rate: 1 - - Item: Bitter_Herb + - Index: 2 + Item: Bitter_Herb Rate: 1 - - Item: Rainbow_Carrot + - Index: 3 + Item: Rainbow_Carrot Rate: 1 - - Item: Earthworm_The_Dude + - Index: 4 + Item: Earthworm_The_Dude Rate: 1 - - Item: Rotten_Fish + - Index: 5 + Item: Rotten_Fish Rate: 1 - - Item: Lusty_Iron + - Index: 6 + Item: Lusty_Iron Rate: 1 - - Item: Monster_Juice + - Index: 7 + Item: Monster_Juice Rate: 1 - - Item: Sweet_Milk + - Index: 8 + Item: Sweet_Milk Rate: 1 - - Item: Well_Dried_Bone + - Index: 9 + Item: Well_Dried_Bone Rate: 1 - - Item: Singing_Flower + - Index: 10 + Item: Singing_Flower Rate: 1 - - Item: Dew_Laden_Moss + - Index: 11 + Item: Dew_Laden_Moss Rate: 1 - - Item: Deadly_Noxious_Herb + - Index: 12 + Item: Deadly_Noxious_Herb Rate: 1 - - Item: Fatty_Chubby_Earthworm + - Index: 13 + Item: Fatty_Chubby_Earthworm Rate: 1 - - Item: Baked_Yam + - Index: 14 + Item: Baked_Yam Rate: 1 - - Item: Tropical_Banana + - Index: 15 + Item: Tropical_Banana Rate: 1 - - Item: Horror_Of_Tribe + - Index: 16 + Item: Horror_Of_Tribe Rate: 1 - - Item: No_Recipient + - Index: 17 + Item: No_Recipient Rate: 1 - - Item: Old_Broom + - Index: 18 + Item: Old_Broom Rate: 1 - - Item: Silver_Knife_Of_Chaste + - Index: 19 + Item: Silver_Knife_Of_Chaste Rate: 1 - - Item: Armlet_Of_Obedience + - Index: 20 + Item: Armlet_Of_Obedience Rate: 1 - - Item: Shining_Stone + - Index: 21 + Item: Shining_Stone Rate: 1 - - Item: Contracts_In_Shadow + - Index: 22 + Item: Contracts_In_Shadow Rate: 1 - - Item: Book_Of_Devil + - Index: 23 + Item: Book_Of_Devil Rate: 1 - - Item: Heart_Of_Her + - Index: 24 + Item: Heart_Of_Her Rate: 1 - - Item: Prohibition_Red_Candle + - Index: 25 + Item: Prohibition_Red_Candle Rate: 1 - - Item: Sway_Apron + - Index: 26 + Item: Sway_Apron Rate: 1 - - Item: Skull_Helm + - Index: 27 + Item: Skull_Helm Rate: 1 - - Item: Monster_Oxygen_Mask + - Index: 28 + Item: Monster_Oxygen_Mask Rate: 1 - - Item: Transparent_Headgear + - Index: 29 + Item: Transparent_Headgear Rate: 1 - - Item: Pacifier + - Index: 30 + Item: Pacifier Rate: 1 - - Item: Wig + - Index: 31 + Item: Wig Rate: 1 - - Item: Queen's_Hair_Ornament + - Index: 32 + Item: Queen's_Hair_Ornament Rate: 1 - - Item: Silk_Ribbon + - Index: 33 + Item: Silk_Ribbon Rate: 1 - - Item: Punisher + - Index: 34 + Item: Punisher Rate: 1 - - Item: Wild_Flower + - Index: 35 + Item: Wild_Flower Rate: 1 - - Item: Battered_Pot + - Index: 36 + Item: Battered_Pot Rate: 1 - - Item: Stellar_Hairpin + - Index: 37 + Item: Stellar_Hairpin Rate: 1 - - Item: Tiny_Egg_Shell + - Index: 38 + Item: Tiny_Egg_Shell Rate: 1 - - Item: Backpack + - Index: 39 + Item: Backpack Rate: 1 - - Item: Rocker_Glasses + - Index: 40 + Item: Rocker_Glasses Rate: 1 - - Item: Green_Lace + - Index: 41 + Item: Green_Lace Rate: 1 - - Item: Golden_Bell + - Index: 42 + Item: Golden_Bell Rate: 1 - - Item: Bark_Shorts + - Index: 43 + Item: Bark_Shorts Rate: 1 - - Item: Monkey_Circlet + - Index: 44 + Item: Monkey_Circlet Rate: 1 - - Item: Red_Muffler + - Index: 45 + Item: Red_Muffler Rate: 1 - - Item: Sword_Of_Grave_Keeper + - Index: 46 + Item: Sword_Of_Grave_Keeper Rate: 1 - - Item: Boy's_Naivety + - Index: 47 + Item: Boy's_Naivety Rate: 1 - - Item: Flaming_Ice + - Index: 48 + Item: Flaming_Ice Rate: 1 - - Item: Tantanmen + - Index: 49 + Item: Tantanmen Rate: 1 - Group: TAURUS_CROWN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Freyja_Cape + - Index: 0 + Item: Freyja_Cape Rate: 1 Announced: true - - Item: Centipede_Larva_Card + - Index: 1 + Item: Centipede_Larva_Card Rate: 50 Announced: true - - Item: Umbala_Spirit_Box2 + - Index: 2 + Item: Umbala_Spirit_Box2 Rate: 100 Announced: true - - Item: Taurus_Crown + - Index: 3 + Item: Taurus_Crown Rate: 100 Announced: true - - Item: Round_Eyes + - Index: 4 + Item: Round_Eyes Rate: 200 - - Item: Sunflower_ + - Index: 5 + Item: Sunflower_ Rate: 245 - - Item: Poporing_Cap + - Index: 6 + Item: Poporing_Cap Rate: 400 - - Item: Max_Weight_Up_Box + - Index: 7 + Item: Max_Weight_Up_Box Rate: 500 - - Item: Mental_Potion + - Index: 8 + Item: Mental_Potion Rate: 1000 - - Item: Vermilion_10_Scroll_Box + - Index: 9 + Item: Vermilion_10_Scroll_Box Rate: 1000 - - Item: Mysterious_Travel_Sack2 + - Index: 10 + Item: Mysterious_Travel_Sack2 Rate: 1100 - - Item: Bubble_Gum_Box5 + - Index: 11 + Item: Bubble_Gum_Box5 Rate: 1500 - - Item: Small_Life_Potion_Box30 + - Index: 12 + Item: Small_Life_Potion_Box30 Rate: 1800 - - Item: Zeny_Scroll + - Index: 13 + Item: Zeny_Scroll Rate: 2004 Amount: 10 - Group: TAURUS_CROWN_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Taurus_Crown_Scroll + - Index: 0 + Item: Taurus_Crown_Scroll Amount: 10 UniqueId: true Stacked: false @@ -19414,44 +29219,59 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Freyja_Crown + - Index: 0 + Item: Freyja_Crown Rate: 1 Announced: true - - Item: Owl_Baron_Card + - Index: 1 + Item: Owl_Baron_Card Rate: 10 Announced: true - - Item: Samurai_Mask + - Index: 2 + Item: Samurai_Mask Rate: 85 Announced: true - - Item: Taurus_Diadem + - Index: 3 + Item: Taurus_Diadem Rate: 100 Announced: true - - Item: Mischievous_Fairy + - Index: 4 + Item: Mischievous_Fairy Rate: 100 - - Item: Ph.D_Hat_ + - Index: 5 + Item: Ph.D_Hat_ Rate: 200 - - Item: Max_Weight_Up_Box + - Index: 6 + Item: Max_Weight_Up_Box Rate: 500 - - Item: Job_Manual50_Box + - Index: 7 + Item: Job_Manual50_Box Rate: 600 - - Item: Meteor_10_Scroll_Box + - Index: 8 + Item: Meteor_10_Scroll_Box Rate: 800 - - Item: Mysterious_Travel_Sack1 + - Index: 9 + Item: Mysterious_Travel_Sack1 Rate: 1100 - - Item: Battle_Manual_Box5 + - Index: 10 + Item: Battle_Manual_Box5 Rate: 1300 - - Item: Dun_Tele_Scroll_Box10 + - Index: 11 + Item: Dun_Tele_Scroll_Box10 Rate: 1500 - - Item: Tyr's_Blessing + - Index: 12 + Item: Tyr's_Blessing Rate: 1700 - - Item: Zeny_Scroll + - Index: 13 + Item: Zeny_Scroll Rate: 2004 Amount: 10 - Group: TAURUS_DI_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Taurus_Diadem_Scroll + - Index: 0 + Item: Taurus_Diadem_Scroll Amount: 10 UniqueId: true Stacked: false @@ -19459,747 +29279,945 @@ Body: SubGroups: - SubGroup: 0 List: - - Item: TCG_Card + - Index: 0 + Item: TCG_Card - SubGroup: 2 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Rate: 150 Amount: 2 - - Item: Bubble_Gum + - Index: 1 + Item: Bubble_Gum Rate: 150 Amount: 2 - - Item: Insurance + - Index: 2 + Item: Insurance Rate: 100 Amount: 2 - - Item: Token_Of_Siegfried + - Index: 3 + Item: Token_Of_Siegfried Rate: 100 Amount: 3 - - Item: Light_White_Pot + - Index: 4 + Item: Light_White_Pot Rate: 500 Amount: 25 - Group: THANKS_GIVING_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1300 Amount: 3 - - Item: Str_Dish_Box + - Index: 1 + Item: Str_Dish_Box Rate: 1300 - - Item: HE_Battle_Manual + - Index: 2 + Item: HE_Battle_Manual Rate: 1300 Amount: 3 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1222 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Bubble_Gum_Box + - Index: 5 + Item: Bubble_Gum_Box Rate: 1100 - - Item: Yggdrasilberry + - Index: 6 + Item: Yggdrasilberry Rate: 1026 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: C_MoonStar_Accessory + - Index: 9 + Item: C_MoonStar_Accessory Rate: 200 Announced: true - - Item: Gold_Ingot_Poring_Hat + - Index: 10 + Item: Gold_Ingot_Poring_Hat Rate: 200 Announced: true - - Item: School_Uniform + - Index: 11 + Item: School_Uniform Rate: 150 Announced: true - - Item: Rocket_Helm_RWC + - Index: 12 + Item: Rocket_Helm_RWC Rate: 150 Announced: true - - Item: Balloon_Hat + - Index: 13 + Item: Balloon_Hat Rate: 180 Announced: true - - Item: Tare_Pope_ + - Index: 14 + Item: Tare_Pope_ Rate: 100 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 25 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 25 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 1 Announced: true - - Item: Sealed_Knight_WS_Card + - Index: 18 + Item: Sealed_Knight_WS_Card Rate: 10 Announced: true - - Item: Sealed_Berz_Card + - Index: 19 + Item: Sealed_Berz_Card Rate: 10 Announced: true - - Item: Incant_Samurai_Card + - Index: 20 + Item: Incant_Samurai_Card Rate: 1 Announced: true - Group: THIEF_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Shinobi_Card + - Index: 0 + Item: Shinobi_Card UniqueId: true - - Item: Wander_Man_Card + - Index: 1 + Item: Wander_Man_Card UniqueId: true - - Item: Wild_Rose_Card + - Index: 2 + Item: Wild_Rose_Card UniqueId: true - - Item: The_Paper_Card + - Index: 3 + Item: The_Paper_Card UniqueId: true - - Item: Dancing_Dragon_Card + - Index: 4 + Item: Dancing_Dragon_Card UniqueId: true - Group: THREE_MASTER_PACKAGE_III SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Small_Life_Potion - Rate: 1 + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Med_Life_Potion - Rate: 1 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Sealed_M_Flower_Scroll - Rate: 1 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 20 + UniqueId: true + - Index: 3 + Item: Sealed_M_Flower_Scroll + UniqueId: true - Group: THREE_MASTER_PACKAGE_III_10 SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: Small_Life_Potion - Rate: 1 + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Med_Life_Potion - Rate: 1 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Sealed_M_Flower_Scroll - Rate: 1 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: Sealed_M_Flower_Scroll Amount: 11 + UniqueId: true - Group: THROWABLE SubGroups: - SubGroup: 1 List: - - Item: Mysterious_Powder + - Index: 0 + Item: Mysterious_Powder Rate: 1 - - Item: Boost500_To_Throw + - Index: 1 + Item: Boost500_To_Throw Rate: 1 - - Item: Full_SwingK_To_Throw + - Index: 2 + Item: Full_SwingK_To_Throw Rate: 1 - - Item: Mana_Plus_To_Throw + - Index: 3 + Item: Mana_Plus_To_Throw Rate: 1 - - Item: Cure_Free_To_Throw + - Index: 4 + Item: Cure_Free_To_Throw Rate: 1 - - Item: Stamina_Up_M_To_Throw + - Index: 5 + Item: Stamina_Up_M_To_Throw Rate: 1 - - Item: Digestive_F_To_Throw + - Index: 6 + Item: Digestive_F_To_Throw Rate: 1 - - Item: HP_Inc_PotS_To_Throw + - Index: 7 + Item: HP_Inc_PotS_To_Throw Rate: 1 - - Item: HP_Inc_PotM_To_Throw + - Index: 8 + Item: HP_Inc_PotM_To_Throw Rate: 1 - - Item: HP_Inc_PotL_To_Throw + - Index: 9 + Item: HP_Inc_PotL_To_Throw Rate: 1 - - Item: SP_Inc_PotS_To_Throw + - Index: 10 + Item: SP_Inc_PotS_To_Throw Rate: 1 - - Item: SP_Inc_PotM_To_Throw + - Index: 11 + Item: SP_Inc_PotM_To_Throw Rate: 1 - - Item: SP_Inc_PotL_To_Throw + - Index: 12 + Item: SP_Inc_PotL_To_Throw Rate: 1 - - Item: En_White_PotZ_To_Throw + - Index: 13 + Item: En_White_PotZ_To_Throw Rate: 1 - - Item: Vitata500_To_Throw + - Index: 14 + Item: Vitata500_To_Throw Rate: 1 - - Item: En_Cel_Juice_To_Throw + - Index: 15 + Item: En_Cel_Juice_To_Throw Rate: 1 - - Item: Savage_BBQ_To_Throw + - Index: 16 + Item: Savage_BBQ_To_Throw Rate: 1 - - Item: Wug_Cocktail_To_Throw + - Index: 17 + Item: Wug_Cocktail_To_Throw Rate: 1 - - Item: M_Brisket_To_Throw + - Index: 18 + Item: M_Brisket_To_Throw Rate: 1 - - Item: Siroma_Icetea_To_Throw + - Index: 19 + Item: Siroma_Icetea_To_Throw Rate: 1 - - Item: Drocera_Stew_To_Throw + - Index: 20 + Item: Drocera_Stew_To_Throw Rate: 1 - - Item: Petti_Noodle_To_Throw + - Index: 21 + Item: Petti_Noodle_To_Throw Rate: 1 - - Item: Black_Thing_To_Throw + - Index: 22 + Item: Black_Thing_To_Throw Rate: 1 - Group: TIME_TRAVEL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Berzebub_Card + - Index: 0 + Item: Berzebub_Card Rate: 1 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 1 + Item: Sealed_D_Lord_Card Rate: 10 Announced: true - - Item: Sealed_Lady_Tanee_Card + - Index: 2 + Item: Sealed_Lady_Tanee_Card Rate: 10 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 3 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 4 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 5 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 6 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Ancient_Shield_Of_Aeon + - Index: 7 + Item: Ancient_Shield_Of_Aeon Rate: 130 Announced: true - - Item: C_Sweet_Bonnet + - Index: 8 + Item: C_Sweet_Bonnet Rate: 159 Announced: true - - Item: C_White_Baby_Cat_Ears + - Index: 9 + Item: C_White_Baby_Cat_Ears Rate: 150 Announced: true - - Item: C_Love_Chick_Hat + - Index: 10 + Item: C_Love_Chick_Hat Rate: 110 Announced: true - - Item: C_Fallen_Angel_Lost_J + - Index: 11 + Item: C_Fallen_Angel_Lost_J Rate: 100 Announced: true - - Item: Rolf_Von_Gigue_666 + - Index: 12 + Item: Rolf_Von_Gigue_666 Rate: 150 Announced: true - - Item: Blood_Sucker + - Index: 13 + Item: Blood_Sucker Rate: 150 Announced: true - - Item: Unbreakable_Weap + - Index: 14 + Item: Unbreakable_Weap Rate: 250 Announced: true - - Item: Unbreakable_Def + - Index: 15 + Item: Unbreakable_Def Rate: 250 Announced: true - - Item: LUK_Biscuit_Stick + - Index: 16 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 17 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 18 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 19 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 20 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 21 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Megaphone_ + - Index: 22 + Item: Megaphone_ Rate: 1290 Amount: 10 - Group: TOKEN_OF_SIEGFRIED SubGroups: - SubGroup: 1 List: - - Item: F_Token_Of_Siegfried + - Index: 0 + Item: F_Token_Of_Siegfried Rate: 1 - - Item: E_Token_Of_Siegfried + - Index: 1 + Item: E_Token_Of_Siegfried Rate: 1 - - Item: Token_Of_Siegfried + - Index: 2 + Item: Token_Of_Siegfried Rate: 1 - - Item: DF_Token_Of_Siegfried + - Index: 3 + Item: DF_Token_Of_Siegfried Rate: 1 - Group: TRESURE_BOX_WOE SubGroups: - SubGroup: 1 List: - - Item: Old_Blue_Box - Rate: 6 - - Item: Union_Of_Tribe - Rate: 6 - - Item: Poison_Bottle - Rate: 3 - - Item: Crystal_Jewel__ - Rate: 9 - - Item: Wind_Arrow_Container - Rate: 24 - - Item: Stone_Arrow_Container - Rate: 25 - - Item: Crystal_Arrow_Container - Rate: 26 - - Item: Set_Of_Taiming_Item - Rate: 12 - - Item: Wrapped_Mask - Rate: 2 - - Item: Bundle_Of_Magic_Scroll - Rate: 9 - - Item: First_Aid_Kit - Rate: 9 - - Item: Food_Package - Rate: 36 - - Item: Cookie_Bag - Rate: 48 - - Item: Bullet_Case - Rate: 27 - - Item: Bullet_Case_Blood - Rate: 27 - - Item: Bullet_Case_Silver - Rate: 27 - - Item: Holy_Arrow_Quiver - Rate: 7 - - Item: Hometown_Gift - Rate: 6 - - Item: Cool_Summer_Outfit - Rate: 22 - - Item: Old_Bleu_Box - Rate: 8 - - Group: TRESURE_BOX_WOE_ - SubGroups: - - SubGroup: 1 - List: - - Item: Majestic_Goat_Repl + - Index: 0 + Item: Majestic_Goat_Repl Rate: 5 - - Item: Jewel_Crown_Repl + - Index: 1 + Item: Jewel_Crown_Repl Rate: 15 - - Item: Prontera_Army_Cap_Repl + - Index: 2 + Item: Prontera_Army_Cap_Repl Rate: 20 - - Item: Feather_Bonnet_Repl + - Index: 3 + Item: Feather_Bonnet_Repl Rate: 20 - - Item: Viking_Helm_Repl + - Index: 4 + Item: Viking_Helm_Repl Rate: 20 - - Item: Mysterious_Can + - Index: 5 + Item: Mysterious_Can Rate: 50 Amount: 10 - - Item: Mysterious_PET_Bottle + - Index: 6 + Item: Mysterious_PET_Bottle Rate: 50 Amount: 10 - - Item: Mysterious_Can2 + - Index: 7 + Item: Mysterious_Can2 Rate: 50 Amount: 10 - - Item: Mysterious_PET_Bottle2 + - Index: 8 + Item: Mysterious_PET_Bottle2 Rate: 50 Amount: 10 - - Item: Hometown_Gift + - Index: 9 + Item: Hometown_Gift Rate: 50 Amount: 10 - - Item: Yggdrasilberry + - Index: 10 + Item: Yggdrasilberry Rate: 30 Amount: 5 - - Item: Seed_Of_Yggdrasil + - Index: 11 + Item: Seed_Of_Yggdrasil Rate: 50 Amount: 10 - - Item: Dried_Yggdrasilberry + - Index: 12 + Item: Dried_Yggdrasilberry Rate: 50 Amount: 10 - - Item: Unripe_Fruit + - Index: 13 + Item: Unripe_Fruit Rate: 50 Amount: 5 - - Item: First_Aid_Kit + - Index: 14 + Item: First_Aid_Kit Rate: 40 Amount: 10 - - Item: Gift_Box + - Index: 15 + Item: Gift_Box Rate: 250 Amount: 5 - - Item: Comp_Battle_Manual + - Index: 16 + Item: Comp_Battle_Manual Rate: 20 Amount: 3 - - Item: Old_Blue_Box + - Index: 17 + Item: Old_Blue_Box Rate: 180 Amount: 5 - Group: TUNA_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Tuna + - Index: 0 + Item: Tuna Duration: 60 - Group: TUNA_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Tuna + - Index: 0 + Item: Tuna Duration: 10080 - Group: TW_13Y_LUCKY_EGG_06 SubGroups: - SubGroup: 1 List: - - Item: Battle_Manual_Box + - Index: 0 + Item: Battle_Manual_Box Rate: 1500 - - Item: Megaphone_Box + - Index: 1 + Item: Megaphone_Box Rate: 1500 - - Item: Token_Of_Siegfried_Box + - Index: 2 + Item: Token_Of_Siegfried_Box Rate: 1500 - - Item: Underripe_Yggseed + - Index: 3 + Item: Underripe_Yggseed Rate: 1500 Amount: 10 - - Item: Job_Manual50_Box + - Index: 4 + Item: Job_Manual50_Box Rate: 1500 - - Item: Int_Dish_Box + - Index: 5 + Item: Int_Dish_Box Rate: 1500 - - Item: Anger_Seagod + - Index: 6 + Item: Anger_Seagod Rate: 500 Amount: 3 - - Item: Ex_Def_Potion_Box + - Index: 7 + Item: Ex_Def_Potion_Box Rate: 300 - - Item: Hervor + - Index: 8 + Item: Hervor Rate: 30 Announced: true - - Item: Gorilla_Model_Hat + - Index: 9 + Item: Gorilla_Model_Hat Rate: 15 Announced: true - - Item: Strawberry_Decoration + - Index: 10 + Item: Strawberry_Decoration Rate: 25 Announced: true - - Item: Black_Musang_Hat + - Index: 11 + Item: Black_Musang_Hat Rate: 71 Announced: true - - Item: Blue_Pajamas_Hat + - Index: 12 + Item: Blue_Pajamas_Hat Rate: 25 Announced: true - - Item: MVP_Basketball + - Index: 13 + Item: MVP_Basketball Rate: 30 Announced: true - - Item: Sealed_Knight_WS_Card + - Index: 14 + Item: Sealed_Knight_WS_Card Rate: 3 Announced: true - - Item: Tao_Gunka_Card + - Index: 15 + Item: Tao_Gunka_Card Rate: 1 Announced: true - Group: TW_APRIL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Str_Dish_Box + - Index: 0 + Item: Str_Dish_Box Rate: 1500 - - Item: Luk_Dish_Box + - Index: 1 + Item: Luk_Dish_Box Rate: 1500 - - Item: Vit_Dish_Box + - Index: 2 + Item: Vit_Dish_Box Rate: 1500 - - Item: S_Mdef_Potion_Box30 + - Index: 3 + Item: S_Mdef_Potion_Box30 Rate: 1300 - - Item: S_Def_Potion_Box30 + - Index: 4 + Item: S_Def_Potion_Box30 Rate: 1300 - - Item: Holy_Armor_S_Box10 + - Index: 5 + Item: Holy_Armor_S_Box10 Rate: 1300 - - Item: Shadow_Armor_S_Box10 + - Index: 6 + Item: Shadow_Armor_S_Box10 Rate: 1300 - - Item: Turtle_General_Card + - Index: 7 + Item: Turtle_General_Card Rate: 1 Announced: true - - Item: RWC2010_Indonesia + - Index: 8 + Item: RWC2010_Indonesia Rate: 6 Announced: true - - Item: Neuralizer_Box + - Index: 9 + Item: Neuralizer_Box Rate: 3 Announced: true - - Item: Fallen_Angel_Wing + - Index: 10 + Item: Fallen_Angel_Wing Rate: 10 Announced: true - - Item: Spiked_Scarf_Box + - Index: 11 + Item: Spiked_Scarf_Box Rate: 50 Announced: true - - Item: Rainbow_Scarf_Box + - Index: 12 + Item: Rainbow_Scarf_Box Rate: 50 Announced: true - - Item: Fish_Head_Hat_Box + - Index: 13 + Item: Fish_Head_Hat_Box Rate: 180 Announced: true - Group: TW_AUG_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Yggdrasilberry_Box_ + - Index: 0 + Item: Yggdrasilberry_Box_ Rate: 1350 - - Item: Poison_Bottle_Box2 + - Index: 1 + Item: Poison_Bottle_Box2 Rate: 1280 - - Item: Diabolic_Scroll + - Index: 2 + Item: Diabolic_Scroll Rate: 1300 Amount: 5 - - Item: Bubble_Gum_Box + - Index: 3 + Item: Bubble_Gum_Box Rate: 1300 - - Item: Battle_Manual_Box + - Index: 4 + Item: Battle_Manual_Box Rate: 1130 - - Item: Enchant_Book + - Index: 5 + Item: Enchant_Book Rate: 800 Announced: true - - Item: Psychic_ArmorS + - Index: 6 + Item: Psychic_ArmorS Rate: 1021 Amount: 10 - - Item: Vit_Dish_Box + - Index: 7 + Item: Vit_Dish_Box Rate: 1350 - - Item: Guarantee_Armor_5Up + - Index: 8 + Item: Guarantee_Armor_5Up Rate: 200 - - Item: Ninja_Scroll + - Index: 9 + Item: Ninja_Scroll Rate: 150 Announced: true - - Item: Pink_Fur_Hat + - Index: 10 + Item: Pink_Fur_Hat Rate: 100 Announced: true - - Item: Fallen_Angel_Wing + - Index: 11 + Item: Fallen_Angel_Wing Rate: 3 Announced: true - - Item: Whisper_Boss_Card + - Index: 12 + Item: Whisper_Boss_Card Rate: 15 Announced: true - - Item: Gloom_Under_Night_Card + - Index: 13 + Item: Gloom_Under_Night_Card Rate: 1 Announced: true - Group: TW_NOV_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Zeny_Scroll + - Index: 0 + Item: Zeny_Scroll Rate: 250 Amount: 10 UniqueId: true - - Item: Guyak_Pudding + - Index: 1 + Item: Guyak_Pudding Rate: 80 Amount: 10 UniqueId: true - - Item: Str_Dish_Box + - Index: 2 + Item: Str_Dish_Box Rate: 80 UniqueId: true - - Item: Agi_Dish_Box + - Index: 3 + Item: Agi_Dish_Box Rate: 80 UniqueId: true - - Item: Int_Dish_Box + - Index: 4 + Item: Int_Dish_Box Rate: 80 UniqueId: true - - Item: Dex_Dish_Box + - Index: 5 + Item: Dex_Dish_Box Rate: 80 UniqueId: true - - Item: Luk_Dish_Box + - Index: 6 + Item: Luk_Dish_Box Rate: 100 UniqueId: true - - Item: Vit_Dish_Box + - Index: 7 + Item: Vit_Dish_Box Rate: 100 UniqueId: true - - Item: Meteor_10_Scroll_Box + - Index: 8 + Item: Meteor_10_Scroll_Box Rate: 50 UniqueId: true - - Item: Storm_10_Scroll_Box + - Index: 9 + Item: Storm_10_Scroll_Box Rate: 25 UniqueId: true - - Item: Vermilion_10_Scroll_Box + - Index: 10 + Item: Vermilion_10_Scroll_Box Rate: 50 UniqueId: true - - Item: Necromencer's_Hood + - Index: 11 + Item: Necromencer's_Hood Rate: 10 UniqueId: true - - Item: Anubis_Helm + - Index: 12 + Item: Anubis_Helm Rate: 10 UniqueId: true - - Item: Miracle_Medicine + - Index: 13 + Item: Miracle_Medicine Rate: 5 UniqueId: true - Group: TW_NOV_SCROLL2 SubGroups: - SubGroup: 1 List: - - Item: Dex_Dish_Box + - Index: 0 + Item: Dex_Dish_Box Rate: 1500 - - Item: Songpyun_Box50 + - Index: 1 + Item: Songpyun_Box50 Rate: 1200 - - Item: Enchant_Book + - Index: 2 + Item: Enchant_Book Rate: 1100 Announced: true - - Item: Megaphone_Box + - Index: 3 + Item: Megaphone_Box Rate: 1200 - - Item: Token_Of_Siegfried_Box + - Index: 4 + Item: Token_Of_Siegfried_Box Rate: 1200 - - Item: Yggdrasilberry_Box_ + - Index: 5 + Item: Yggdrasilberry_Box_ Rate: 884 - - Item: Vit_Dish_Box + - Index: 6 + Item: Vit_Dish_Box Rate: 1500 - - Item: J_Aspersio_5_Scroll + - Index: 7 + Item: J_Aspersio_5_Scroll Rate: 600 Amount: 10 - - Item: Psychic_ArmorS + - Index: 8 + Item: Psychic_ArmorS Rate: 600 Amount: 10 - - Item: Guarantee_Armor_7Up + - Index: 9 + Item: Guarantee_Armor_7Up Rate: 80 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 10 + Item: Guarantee_Weapon_7Up Rate: 50 Announced: true - - Item: Candy_Hat + - Index: 11 + Item: Candy_Hat Rate: 50 Announced: true - - Item: Sealed_D_Lord_Card + - Index: 12 + Item: Sealed_D_Lord_Card Rate: 5 Announced: true - - Item: Sealed_F_Bishop_Card + - Index: 13 + Item: Sealed_F_Bishop_Card Rate: 1 Announced: true - - Item: Black_Knitted_Hat + - Index: 14 + Item: Black_Knitted_Hat Rate: 30 Announced: true - Group: TW_OCTOBER_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Magical_Moon_Cake + - Index: 0 + Item: Magical_Moon_Cake Rate: 191 Amount: 10 UniqueId: true - - Item: Charm_Of_Happiness + - Index: 1 + Item: Charm_Of_Happiness Rate: 150 Amount: 10 UniqueId: true - - Item: Guyak_Pudding + - Index: 2 + Item: Guyak_Pudding Rate: 130 Amount: 10 UniqueId: true - - Item: Luk_Dish_Box + - Index: 3 + Item: Luk_Dish_Box Rate: 106 UniqueId: true - - Item: Vit_Dish_Box + - Index: 4 + Item: Vit_Dish_Box Rate: 105 UniqueId: true - - Item: Str_Dish_Box + - Index: 5 + Item: Str_Dish_Box Rate: 104 UniqueId: true - - Item: Spark_Candy_Box10 + - Index: 6 + Item: Spark_Candy_Box10 Rate: 103 UniqueId: true - - Item: Mistic_Rose + - Index: 7 + Item: Mistic_Rose Rate: 50 UniqueId: true - - Item: Bison_Horn + - Index: 8 + Item: Bison_Horn Rate: 21 UniqueId: true - - Item: Hyegun_Hat + - Index: 9 + Item: Hyegun_Hat Rate: 20 UniqueId: true - - Item: Fish_In_Mouth + - Index: 10 + Item: Fish_In_Mouth Rate: 9 UniqueId: true - - Item: Black_Glasses + - Index: 11 + Item: Black_Glasses Rate: 8 UniqueId: true - - Item: Magic_Card_Album + - Index: 12 + Item: Magic_Card_Album Rate: 2 UniqueId: true - - Item: Miracle_Medicine + - Index: 13 + Item: Miracle_Medicine Rate: 1 UniqueId: true - Group: TW_ORANGE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Int_Dish_Box + - Index: 0 + Item: Int_Dish_Box Rate: 1100 - - Item: White_Slim_Pot_Box2 + - Index: 1 + Item: White_Slim_Pot_Box2 Rate: 1100 - - Item: Blue_Herb_Box2 + - Index: 2 + Item: Blue_Herb_Box2 Rate: 1000 - - Item: Diabolic_Scroll + - Index: 3 + Item: Diabolic_Scroll Rate: 1100 Amount: 5 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Insurance_Package + - Index: 5 + Item: Insurance_Package Rate: 1100 - - Item: Aspersio_5_Scroll_Box + - Index: 6 + Item: Aspersio_5_Scroll_Box Rate: 1100 - - Item: Guarantee_Weapon_5Up + - Index: 7 + Item: Guarantee_Weapon_5Up Rate: 150 Announced: true - - Item: Guarantee_Armor_5Up + - Index: 8 + Item: Guarantee_Armor_5Up Rate: 150 Announced: true - - Item: B_Mdef_Potion_Box10 + - Index: 9 + Item: B_Mdef_Potion_Box10 Rate: 590 - - Item: Wug_Cocktail_To_Throw + - Index: 10 + Item: Wug_Cocktail_To_Throw Rate: 788 Amount: 5 - - Item: Max_Weight_Up_Box + - Index: 11 + Item: Max_Weight_Up_Box Rate: 400 Announced: true - - Item: Hippo_Hat + - Index: 12 + Item: Hippo_Hat Rate: 150 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 13 + Item: Guarantee_Armor_8Up Rate: 10 Announced: true - - Item: SLD_Lord_Of_Death_Card + - Index: 14 + Item: SLD_Lord_Of_Death_Card Rate: 10 Announced: true - - Item: Doppelganger_Card + - Index: 15 + Item: Doppelganger_Card Rate: 1 Announced: true - - Item: Krieger_Onehand_Axe1 + - Index: 16 + Item: Krieger_Onehand_Axe1 Rate: 1 Announced: true - - Item: Rose_Hairband + - Index: 17 + Item: Rose_Hairband Rate: 100 Announced: true - - Item: Bell_Ribbon + - Index: 18 + Item: Bell_Ribbon Rate: 40 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 19 + Item: Guarantee_Weapon_8Up Rate: 10 Announced: true - Group: TW_RAINBOW_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Vit_Dish_Box + - Index: 0 + Item: Vit_Dish_Box Rate: 1400 - - Item: Int_Dish_Box + - Index: 1 + Item: Int_Dish_Box Rate: 1400 - - Item: Agi_Dish_Box + - Index: 2 + Item: Agi_Dish_Box Rate: 1400 - - Item: Neko_Mimi_Kafra + - Index: 3 + Item: Neko_Mimi_Kafra Rate: 30 Announced: true - - Item: Dex_Dish_Box + - Index: 4 + Item: Dex_Dish_Box Rate: 1400 - - Item: Diabolic_Scroll + - Index: 5 + Item: Diabolic_Scroll Rate: 1400 Amount: 5 - - Item: Unbreak_Def_Box + - Index: 6 + Item: Unbreak_Def_Box Rate: 200 Announced: true - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Bloody_Dead_Branch Rate: 500 Announced: true - - Item: HD_Bradium_Box5 + - Index: 8 + Item: HD_Bradium_Box5 Rate: 250 - - Item: Unbreak_Weap_Box + - Index: 9 + Item: Unbreak_Weap_Box Rate: 200 Announced: true - - Item: Megaphone_Box + - Index: 10 + Item: Megaphone_Box Rate: 1450 - - Item: Guarantee_Weapon_5Up + - Index: 11 + Item: Guarantee_Weapon_5Up Rate: 100 Announced: true - - Item: Guarantee_Armor_5Up + - Index: 12 + Item: Guarantee_Armor_5Up Rate: 100 Announced: true - - Item: Sunglasses_ + - Index: 13 + Item: Sunglasses_ Rate: 5 Announced: true - - Item: Sealed_Ifrit_Card + - Index: 14 + Item: Sealed_Ifrit_Card Rate: 15 Announced: true - - Item: Tao_Gunka_Card + - Index: 15 + Item: Tao_Gunka_Card Rate: 1 Announced: true - - Item: Cowhide_Hat + - Index: 16 + Item: Cowhide_Hat Rate: 100 Announced: true - - Item: Satanic_Chain_P + - Index: 17 + Item: Satanic_Chain_P Rate: 5 Announced: true - - Item: Censor_Bar + - Index: 18 + Item: Censor_Bar Rate: 44 Announced: true UniqueId: true @@ -20207,3207 +30225,4614 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: White_Slim_Pot_Box2 + - Index: 0 + Item: White_Slim_Pot_Box2 Rate: 1100 - - Item: Fruit_Of_Mastela_Box2 + - Index: 1 + Item: Fruit_Of_Mastela_Box2 Rate: 1150 - - Item: Kafra_Card_Box + - Index: 2 + Item: Kafra_Card_Box Rate: 1050 - - Item: Token_Of_Siegfried_Box + - Index: 3 + Item: Token_Of_Siegfried_Box Rate: 1050 - - Item: Bubble_Gum_Box + - Index: 4 + Item: Bubble_Gum_Box Rate: 1150 - - Item: Convex_Mirror_Box + - Index: 5 + Item: Convex_Mirror_Box Rate: 1100 - - Item: Battle_Manual_Box + - Index: 6 + Item: Battle_Manual_Box Rate: 1100 - - Item: Guarantee_Weapon_5Up + - Index: 7 + Item: Guarantee_Weapon_5Up Rate: 150 Announced: true - - Item: Guarantee_Armor_5Up + - Index: 8 + Item: Guarantee_Armor_5Up Rate: 147 Announced: true - - Item: Psychic_ArmorS + - Index: 9 + Item: Psychic_ArmorS Rate: 500 Amount: 10 - - Item: M_Brisket_To_Throw + - Index: 10 + Item: M_Brisket_To_Throw Rate: 824 Amount: 5 - - Item: Job_Manual50_Box + - Index: 11 + Item: Job_Manual50_Box Rate: 400 - - Item: Showy_High_Cap + - Index: 12 + Item: Showy_High_Cap Rate: 100 Announced: true - - Item: Neuralizer + - Index: 13 + Item: Neuralizer Rate: 10 Announced: true - - Item: Sealed_Orc_Load_Card + - Index: 14 + Item: Sealed_Orc_Load_Card Rate: 10 Announced: true - - Item: Moonlight_Flower_Card + - Index: 15 + Item: Moonlight_Flower_Card Rate: 1 Announced: true - - Item: Krieger_Katar1 + - Index: 16 + Item: Krieger_Katar1 Rate: 3 Announced: true - - Item: Leek_In_Mouth + - Index: 17 + Item: Leek_In_Mouth Rate: 100 Announced: true - - Item: Pink_Drooping_Kitty + - Index: 18 + Item: Pink_Drooping_Kitty Rate: 50 Announced: true - - Item: Majestic_Evil_Horn + - Index: 19 + Item: Majestic_Evil_Horn Rate: 5 Announced: true - Group: TW_SEP_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Int_Dish_Box - Rate: 1400 - - Item: Angeling_Pot_Box - Rate: 1477 - - Item: Dun_Tele_Scroll_Box10 - Rate: 1500 - - Item: Kafra_Card_Box - Rate: 1200 - - Item: Holy_Armor_S_Box10 - Rate: 1400 - - Item: Insurance_Package - Rate: 1200 - - Item: Job_Manual50_Box - Rate: 1200 - - Item: Archangel_Wing - Rate: 10 - Announced: true - - Item: Baby_Pacifier - Rate: 200 - Announced: true - - Item: Guarantee_Weapon_5Up - Rate: 200 - Announced: true - - Item: Red_Hood - Rate: 149 - Announced: true - - Item: Sleeping_Kitty_Cat - Rate: 60 - Announced: true - - Item: Guarantee_Weapon_9Up - Rate: 3 - Announced: true - - Item: B_Katrinn_Card + - Index: 0 + Item: Yggdrasilberry_Box + Rate: 191 + UniqueId: true + - Index: 1 + Item: Gingerbread + Rate: 150 + Amount: 10 + UniqueId: true + - Index: 2 + Item: Guyak_Pudding + Rate: 130 + Amount: 10 + UniqueId: true + - Index: 3 + Item: S_Def_Potion_Box30 + Rate: 105 + UniqueId: true + - Index: 4 + Item: S_Mdef_Potion_Box30 + Rate: 104 + UniqueId: true + - Index: 5 + Item: Luk_Dish_Box + Rate: 103 + UniqueId: true + - Index: 6 + Item: Vit_Dish_Box + Rate: 102 + UniqueId: true + - Index: 7 + Item: Sunflower_Hairpin + Rate: 50 + UniqueId: true + - Index: 8 + Item: Scuba_Mask + Rate: 23 + UniqueId: true + - Index: 9 + Item: Hat_Of_Judge + Rate: 22 + UniqueId: true + - Index: 10 + Item: Filir_Hat + Rate: 9 + UniqueId: true + - Index: 11 + Item: Side_Cap + Rate: 8 + UniqueId: true + - Index: 12 + Item: Bloody_Dead_Branch + Rate: 2 + Amount: 2 + UniqueId: true + - Index: 13 + Item: Miracle_Medicine Rate: 1 - Announced: true + UniqueId: true - Group: TW_YELLOW_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Poison_Bottle_Box2 + - Index: 0 + Item: Poison_Bottle_Box2 Rate: 1000 - - Item: J_Aspersio_5_Scroll_Box + - Index: 1 + Item: J_Aspersio_5_Scroll_Box Rate: 1200 - - Item: Guyak_Pudding + - Index: 2 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Songpyun_Box50 + - Index: 3 + Item: Songpyun_Box50 Rate: 1100 - - Item: Spark_Candy_Box10 + - Index: 4 + Item: Spark_Candy_Box10 Rate: 1100 - - Item: Insurance_Package + - Index: 5 + Item: Insurance_Package Rate: 1000 - - Item: Unbreak_Weap_Box + - Index: 6 + Item: Unbreak_Weap_Box Rate: 148 Announced: true - - Item: Unbreak_Def_Box + - Index: 7 + Item: Unbreak_Def_Box Rate: 148 Announced: true - - Item: Psychic_ArmorS + - Index: 8 + Item: Psychic_ArmorS Rate: 550 Amount: 10 - - Item: Drocera_Herb_Stew + - Index: 9 + Item: Drocera_Herb_Stew Rate: 784 Amount: 5 - - Item: Bloody_Dead_Branch + - Index: 10 + Item: Bloody_Dead_Branch Rate: 361 Announced: true - - Item: Electric_Sunglass + - Index: 11 + Item: Electric_Sunglass Rate: 140 Announced: true - - Item: SLD_B_Katrinn_Card + - Index: 12 + Item: SLD_B_Katrinn_Card Rate: 10 Announced: true - - Item: Guarantee_Armor_7Up + - Index: 13 + Item: Guarantee_Armor_7Up Rate: 120 Announced: true - - Item: Guarantee_Weapon_7Up + - Index: 14 + Item: Guarantee_Weapon_7Up Rate: 80 Announced: true - - Item: Krieger_Onehand_Spear1 + - Index: 15 + Item: Krieger_Onehand_Spear1 Rate: 3 Announced: true - - Item: Strawberry_In_Mouth + - Index: 16 + Item: Strawberry_In_Mouth Rate: 50 Announced: true - - Item: MVP_Basketball + - Index: 17 + Item: MVP_Basketball Rate: 3 Announced: true - - Item: RWC2010_Indonesia + - Index: 18 + Item: RWC2010_Indonesia Rate: 3 Announced: true - Group: UMBALA_SPIRIT_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Umbala_Spirit + - Index: 0 + Item: Umbala_Spirit Duration: 10080 UniqueId: true - Group: UNDINE_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1119 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1119 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1129 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1119 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1129 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_Little_Aquarium + - Index: 9 + Item: C_Little_Aquarium Rate: 107 - - Item: C_Pigeon_Hat + - Index: 10 + Item: C_Pigeon_Hat Rate: 110 - - Item: Scutum + - Index: 11 + Item: Scutum Rate: 110 - - Item: Bio_Protector + - Index: 12 + Item: Bio_Protector Rate: 100 - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Knight_WS_Card + - Index: 19 + Item: Sealed_Knight_WS_Card Rate: 11 Announced: true - - Item: Sealed_Apocalips_H_Card + - Index: 20 + Item: Sealed_Apocalips_H_Card Rate: 8 Announced: true - - Item: Thanatos_Card + - Index: 21 + Item: Thanatos_Card Rate: 2 Announced: true - - Item: B_Harword_Card + - Index: 22 + Item: B_Harword_Card Rate: 1 Announced: true - Group: UNLIMITED_BOX SubGroups: - SubGroup: 0 List: - - Item: Red_Booster + - Index: 0 + Item: ASPD_Potion + Amount: 5 + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 10 - - Item: Golden_Treasure_Box + UniqueId: true + - Index: 2 + Item: GoldenTreasureBox + UniqueId: true - Group: UNLIMITED_BOX_II SubGroups: - SubGroup: 0 List: - - Item: Red_Booster + - Index: 0 + Item: ASPD_Potion + Amount: 5 + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 10 - - Item: Golden_Treasure_Box - Amount: 11 - - Item: Sealed_Pharaoh_Scroll + UniqueId: true + - Index: 2 + Item: Sealed_Pharaoh_Scroll + UniqueId: true - Group: UNLIMITED_BOX_II_10 SubGroups: - SubGroup: 0 List: - - Item: Red_Booster + - Index: 0 + Item: ASPD_Potion + Amount: 50 + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 100 - - Item: Sealed_Pharaoh_Scroll + UniqueId: true + - Index: 2 + Item: Sealed_Pharaoh_Scroll Amount: 11 + UniqueId: true - Group: VALENTINE_PLEDGE_BOX SubGroups: - SubGroup: 0 List: - - Item: Valentine_Pledge - Duration: 8760 + - Index: 0 + Item: Valentine_Pledge + Duration: 525600 UniqueId: true - Group: VALERIAN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Miracle_Medicine + - Index: 0 + Item: Miracle_Medicine Rate: 200 - - Item: Ring_Of_Resonance + - Index: 1 + Item: Ring_Of_Resonance Rate: 25 Announced: true - - Item: Drooping_Morocc_Minion + - Index: 2 + Item: Drooping_Morocc_Minion Rate: 75 Announced: true - - Item: Magic_Card_Album + - Index: 3 + Item: Magic_Card_Album Rate: 99 Announced: true - - Item: Berzebub_Card + - Index: 4 + Item: Berzebub_Card Rate: 1 Announced: true - - Item: Succu_Pet_Coupon + - Index: 5 + Item: Succu_Pet_Coupon Rate: 200 - - Item: Ifrit's_Ear + - Index: 6 + Item: Ifrit's_Ear Rate: 101 - - Item: Vit_Dish_Box + - Index: 7 + Item: Vit_Dish_Box Rate: 475 - - Item: Pill__Box + - Index: 8 + Item: Pill__Box Rate: 1074 - - Item: Glass_Of_Illusion_Box5 + - Index: 9 + Item: Glass_Of_Illusion_Box5 Rate: 1400 - - Item: Bubble_Gum_Box + - Index: 10 + Item: Bubble_Gum_Box Rate: 1400 - - Item: Wander_Man_Box10 + - Index: 11 + Item: Wander_Man_Box10 Rate: 1000 - - Item: Battle_Manual_Box + - Index: 12 + Item: Battle_Manual_Box Rate: 765 - - Item: Delicious_Shaved_Ice + - Index: 13 + Item: Delicious_Shaved_Ice Rate: 1000 - - Item: Spark_Candy_Box10 + - Index: 14 + Item: Spark_Candy_Box10 Rate: 12000 - - Item: Guarantee_Armor_5Up + - Index: 15 + Item: Guarantee_Armor_5Up Rate: 2000 - - Item: Guarantee_Armor_6Up + - Index: 16 + Item: Guarantee_Armor_6Up Rate: 150 - - Item: Guarantee_Armor_7Up + - Index: 17 + Item: Guarantee_Armor_7Up Rate: 100 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 18 + Item: Guarantee_Armor_8Up Rate: 25 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 19 + Item: Guarantee_Armor_9Up Rate: 10 Announced: true - - Item: Guyak_Pudding + - Index: 20 + Item: Guyak_Pudding Rate: 500 - Group: VALKYRIE_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: Silvervine_Fruit_Box10 + - Index: 6 + Item: Silvervine_Fruit_Box10 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: Etran_Shirt + - Index: 9 + Item: Etran_Shirt Rate: 200 Announced: true - - Item: Fallen_Monk_Rosary + - Index: 10 + Item: Fallen_Monk_Rosary Rate: 200 Announced: true - - Item: Noble_Mask + - Index: 11 + Item: Noble_Mask Rate: 100 Announced: true - - Item: Valkyrie_Hammer + - Index: 12 + Item: Valkyrie_Hammer Rate: 100 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 13 + Item: Guarantee_Weapon_8Up Rate: 175 - - Item: Guarantee_Armor_8Up + - Index: 14 + Item: Guarantee_Armor_8Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Ghostring_Card + - Index: 19 + Item: Ghostring_Card Rate: 10 Announced: true - - Item: Sealed_Berz_Card + - Index: 20 + Item: Sealed_Berz_Card Rate: 10 Announced: true - - Item: Incant_Samurai_Card + - Index: 21 + Item: Incant_Samurai_Card Rate: 1 Announced: true - - Item: Thanatos_Card + - Index: 22 + Item: Thanatos_Card Rate: 1 Announced: true - Group: VENUS_LUCKY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: STR_Biscuit_Stick + - Index: 0 + Item: STR_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: AGI_Biscuit_Stick + - Index: 2 + Item: AGI_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: INT_Biscuit_Stick + - Index: 3 + Item: INT_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: LUK_Biscuit_Stick + - Index: 5 + Item: LUK_Biscuit_Stick Rate: 1100 Amount: 20 - - Item: ASPD_Potion_Box10_2 + - Index: 6 + Item: ASPD_Potion_Box10_2 Rate: 1100 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 439 Amount: 3 - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 439 Amount: 3 - - Item: C_C_Tower_Manager_Incom + - Index: 9 + Item: C_C_Tower_Manager_Incom Rate: 175 - - Item: Fafnir_Skin + - Index: 10 + Item: Fafnir_Skin Rate: 175 - - Item: Good_Wedding_Veil_J + - Index: 11 + Item: Good_Wedding_Veil_J Rate: 125 - - Item: Fafnir_Mask + - Index: 12 + Item: Fafnir_Mask Rate: 125 - - Item: Guarantee_Weapon_6Up + - Index: 13 + Item: Guarantee_Weapon_6Up Rate: 175 - - Item: Guarantee_Armor_6Up + - Index: 14 + Item: Guarantee_Armor_6Up Rate: 175 - - Item: Guarantee_Weapon_9Up + - Index: 15 + Item: Guarantee_Weapon_9Up Rate: 125 - - Item: Guarantee_Armor_9Up + - Index: 16 + Item: Guarantee_Armor_9Up Rate: 125 - - Item: Guarantee_Weapon_11Up + - Index: 17 + Item: Guarantee_Weapon_11Up Rate: 100 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 18 + Item: Guarantee_Armor_11Up Rate: 100 Announced: true - - Item: Sealed_Samurai_Card + - Index: 19 + Item: Sealed_Samurai_Card Rate: 10 Announced: true - - Item: Sealed_Gloom_Card + - Index: 20 + Item: Sealed_Gloom_Card Rate: 10 Announced: true - - Item: Ifrit_Card + - Index: 21 + Item: Ifrit_Card Rate: 1 Announced: true - - Item: Kiel_Card + - Index: 22 + Item: Kiel_Card Rate: 1 Announced: true - Group: VESPER_CORE01_BOX SubGroups: - SubGroup: 0 List: - - Item: Vesper_Core01_C + - Index: 0 + Item: Vesper_Core01_C Duration: 10080 UniqueId: true - Group: VESPER_CORE02_BOX SubGroups: - SubGroup: 0 List: - - Item: Vesper_Core02_C + - Index: 0 + Item: Vesper_Core02_C Duration: 10080 UniqueId: true - Group: VESPER_CORE03_BOX SubGroups: - SubGroup: 0 List: - - Item: Vesper_Core03_C + - Index: 0 + Item: Vesper_Core03_C Duration: 10080 UniqueId: true - Group: VESPER_CORE04_BOX SubGroups: - SubGroup: 0 List: - - Item: Vesper_Core04_C + - Index: 0 + Item: Vesper_Core04_C Duration: 10080 UniqueId: true - Group: VICTORY_FB_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Victory_FB_Hat + - Index: 0 + Item: Victory_FB_Hat Duration: 60 - Group: VICTORY_HAT_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Victory_FB_Hat + - Index: 0 + Item: Victory_FB_Hat Duration: 3600 - Group: VIGORGRA_PACKAGE1 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 UniqueId: true - - Item: Str_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 2 UniqueId: true - - Item: Agi_Dish10_ + - Index: 2 + Item: Agi_Dish10_ Amount: 2 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 15 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 15 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried UniqueId: true - Group: VIGORGRA_PACKAGE10 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 4 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Int_Dish10_ Amount: 4 UniqueId: true - - Item: Vit_Dish10_ + - Index: 2 + Item: Vit_Dish10_ Amount: 4 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 30 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 30 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried Amount: 2 UniqueId: true - Group: VIGORGRA_PACKAGE11 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 4 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 4 UniqueId: true - - Item: Vit_Dish10_ + - Index: 2 + Item: Int_Dish10_ Amount: 4 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 30 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 30 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried Amount: 2 UniqueId: true - Group: VIGORGRA_PACKAGE12 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 4 UniqueId: true - - Item: Str_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 4 UniqueId: true - - Item: Agi_Dish10_ + - Index: 2 + Item: Agi_Dish10_ Amount: 4 UniqueId: true - - Item: Adrenaline_Scroll + - Index: 3 + Item: Adrenaline_Scroll Amount: 48 UniqueId: true - - Item: Aspersio_5_Scroll + - Index: 4 + Item: Aspersio_5_Scroll Amount: 40 UniqueId: true - - Item: Holy_Water + - Index: 5 + Item: Holy_Water Amount: 40 UniqueId: true - - Item: Kafra_Card + - Index: 6 + Item: Kafra_Card Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 7 + Item: Token_Of_Siegfried Amount: 2 UniqueId: true - Group: VIGORGRA_PACKAGE2 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 UniqueId: true - - Item: Str_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 2 UniqueId: true - - Item: Vit_Dish10_ + - Index: 2 + Item: Vit_Dish10_ Amount: 2 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 15 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 15 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried UniqueId: true - Group: VIGORGRA_PACKAGE3 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Int_Dish10_ Amount: 2 UniqueId: true - - Item: Dex_Dish10_ + - Index: 2 + Item: Dex_Dish10_ Amount: 2 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 15 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 15 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried UniqueId: true - Group: VIGORGRA_PACKAGE4 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Int_Dish10_ Amount: 2 UniqueId: true - - Item: Dex_Dish10_ + - Index: 2 + Item: Vit_Dish10_ Amount: 2 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 15 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 15 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried UniqueId: true - Group: VIGORGRA_PACKAGE5 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 2 UniqueId: true - - Item: Dex_Dish10_ + - Index: 2 + Item: Int_Dish10_ Amount: 2 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 15 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 15 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried UniqueId: true - Group: VIGORGRA_PACKAGE6 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 UniqueId: true - - Item: Str_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 2 UniqueId: true - - Item: Agi_Dish10_ + - Index: 2 + Item: Agi_Dish10_ Amount: 2 UniqueId: true - - Item: Adrenaline_Scroll + - Index: 3 + Item: Adrenaline_Scroll Amount: 24 UniqueId: true - - Item: Aspersio_5_Scroll + - Index: 4 + Item: Aspersio_5_Scroll Amount: 20 UniqueId: true - - Item: Holy_Water + - Index: 5 + Item: Holy_Water Amount: 20 UniqueId: true - - Item: Kafra_Card + - Index: 6 + Item: Kafra_Card UniqueId: true - - Item: Token_Of_Siegfried + - Index: 7 + Item: Token_Of_Siegfried UniqueId: true - Group: VIGORGRA_PACKAGE7 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 4 UniqueId: true - - Item: Str_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 4 UniqueId: true - - Item: Agi_Dish10_ + - Index: 2 + Item: Agi_Dish10_ Amount: 4 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 30 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 30 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried Amount: 2 UniqueId: true - Group: VIGORGRA_PACKAGE8 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 4 UniqueId: true - - Item: Str_Dish10_ + - Index: 1 + Item: Str_Dish10_ Amount: 4 UniqueId: true - - Item: Agi_Dish10_ + - Index: 2 + Item: Vit_Dish10_ Amount: 4 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 30 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 30 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried Amount: 2 UniqueId: true - Group: VIGORGRA_PACKAGE9 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 4 UniqueId: true - - Item: Int_Dish10_ + - Index: 1 + Item: Int_Dish10_ Amount: 4 UniqueId: true - - Item: Dex_Dish10_ + - Index: 2 + Item: Dex_Dish10_ Amount: 4 UniqueId: true - - Item: Inc_Agi_10_Scroll + - Index: 3 + Item: Inc_Agi_10_Scroll Amount: 30 UniqueId: true - - Item: Blessing_10_Scroll + - Index: 4 + Item: Blessing_10_Scroll Amount: 30 UniqueId: true - - Item: Kafra_Card + - Index: 5 + Item: Kafra_Card Amount: 2 UniqueId: true - - Item: Token_Of_Siegfried + - Index: 6 + Item: Token_Of_Siegfried Amount: 2 UniqueId: true - Group: VIOLETBOX SubGroups: - SubGroup: 1 List: - - Item: Red_Potion + - Index: 0 + Item: Red_Potion Rate: 14 - - Item: Orange_Potion + - Index: 1 + Item: Orange_Potion Rate: 14 - - Item: Yellow_Potion + - Index: 2 + Item: Yellow_Potion Rate: 14 - - Item: White_Potion + - Index: 3 + Item: White_Potion Rate: 14 - - Item: Blue_Potion + - Index: 4 + Item: Blue_Potion Rate: 14 - - Item: Green_Potion + - Index: 5 + Item: Green_Potion Rate: 14 - - Item: Red_Herb + - Index: 6 + Item: Red_Herb Rate: 14 - - Item: Yellow_Herb + - Index: 7 + Item: Yellow_Herb Rate: 14 - - Item: White_Herb + - Index: 8 + Item: White_Herb Rate: 14 - - Item: Blue_Herb + - Index: 9 + Item: Blue_Herb Rate: 14 - - Item: Green_Herb + - Index: 10 + Item: Green_Herb Rate: 14 - - Item: Apple + - Index: 11 + Item: Apple Rate: 14 - - Item: Banana + - Index: 12 + Item: Banana Rate: 14 - - Item: Grape + - Index: 13 + Item: Grape Rate: 14 - - Item: Carrot + - Index: 14 + Item: Carrot Rate: 14 - - Item: Sweet_Potato + - Index: 15 + Item: Sweet_Potato Rate: 14 - - Item: Meat + - Index: 16 + Item: Meat Rate: 14 - - Item: Honey + - Index: 17 + Item: Honey Rate: 14 - - Item: Milk + - Index: 18 + Item: Milk Rate: 14 - - Item: Leaflet_Of_Hinal + - Index: 19 + Item: Leaflet_Of_Hinal Rate: 14 - - Item: Leaflet_Of_Aloe + - Index: 20 + Item: Leaflet_Of_Aloe Rate: 14 - - Item: Fruit_Of_Mastela + - Index: 21 + Item: Fruit_Of_Mastela Rate: 14 - - Item: Holy_Water + - Index: 22 + Item: Holy_Water Rate: 14 - - Item: Panacea + - Index: 23 + Item: Panacea Rate: 14 - - Item: Royal_Jelly + - Index: 24 + Item: Royal_Jelly Rate: 14 - - Item: Monster's_Feed + - Index: 25 + Item: Monster's_Feed Rate: 14 - - Item: Candy + - Index: 26 + Item: Candy Rate: 14 - - Item: Candy_Striper + - Index: 27 + Item: Candy_Striper Rate: 14 - - Item: Apple_Juice + - Index: 28 + Item: Apple_Juice Rate: 14 - - Item: Banana_Juice + - Index: 29 + Item: Banana_Juice Rate: 14 - - Item: Grape_Juice + - Index: 30 + Item: Grape_Juice Rate: 14 - - Item: Carrot_Juice + - Index: 31 + Item: Carrot_Juice Rate: 14 - - Item: Pumpkin + - Index: 32 + Item: Pumpkin Rate: 14 - - Item: Ice_Cream + - Index: 33 + Item: Ice_Cream Rate: 14 - - Item: Pet_Food + - Index: 34 + Item: Pet_Food Rate: 14 - - Item: Well_Baked_Cookie + - Index: 35 + Item: Well_Baked_Cookie Rate: 14 - - Item: Piece_Of_Cake + - Index: 36 + Item: Piece_Of_Cake Rate: 14 - - Item: Fish_Slice + - Index: 37 + Item: Fish_Slice Rate: 14 - - Item: Red_Slim_Potion + - Index: 38 + Item: Red_Slim_Potion Rate: 14 - - Item: Yellow_Slim_Potion + - Index: 39 + Item: Yellow_Slim_Potion Rate: 14 - - Item: White_Slim_Potion + - Index: 40 + Item: White_Slim_Potion Rate: 14 - - Item: Cheese + - Index: 41 + Item: Cheese Rate: 14 - - Item: Nice_Sweet_Potato + - Index: 42 + Item: Nice_Sweet_Potato Rate: 14 - - Item: Popped_Rice + - Index: 43 + Item: Popped_Rice Rate: 14 - - Item: Shusi + - Index: 44 + Item: Shusi Rate: 14 - - Item: Bun + - Index: 45 + Item: Bun Rate: 14 - - Item: Rice_Cake + - Index: 46 + Item: Rice_Cake Rate: 14 - - Item: Chocolate + - Index: 47 + Item: Chocolate Rate: 14 - - Item: White_Chocolate + - Index: 48 + Item: White_Chocolate Rate: 14 - - Item: Wing_Of_Fly + - Index: 49 + Item: Wing_Of_Fly Rate: 14 - - Item: Wing_Of_Butterfly + - Index: 50 + Item: Wing_Of_Butterfly Rate: 14 - - Item: Branch_Of_Dead_Tree + - Index: 51 + Item: Branch_Of_Dead_Tree Rate: 214 - - Item: Anodyne + - Index: 52 + Item: Anodyne Rate: 14 - - Item: Aloebera + - Index: 53 + Item: Aloebera Rate: 14 - - Item: Yggdrasilberry + - Index: 54 + Item: Yggdrasilberry Rate: 14 - - Item: Seed_Of_Yggdrasil + - Index: 55 + Item: Seed_Of_Yggdrasil Rate: 14 - - Item: Amulet + - Index: 56 + Item: Amulet Rate: 14 - - Item: Leaf_Of_Yggdrasil + - Index: 57 + Item: Leaf_Of_Yggdrasil Rate: 14 - - Item: Spectacles + - Index: 58 + Item: Spectacles Rate: 14 - - Item: Portable_Furnace + - Index: 59 + Item: Portable_Furnace Rate: 14 - - Item: Iron_Hammer + - Index: 60 + Item: Iron_Hammer Rate: 14 - - Item: Golden_Hammer + - Index: 61 + Item: Golden_Hammer Rate: 14 - - Item: Oridecon_Hammer + - Index: 62 + Item: Oridecon_Hammer Rate: 14 - - Item: Old_Card_Album + - Index: 63 + Item: Old_Card_Album Rate: 1 - - Item: Old_Violet_Box + - Index: 64 + Item: Old_Violet_Box Rate: 103 - - Item: Worn_Out_Scroll + - Index: 65 + Item: Worn_Out_Scroll Rate: 14 - - Item: Unripe_Apple + - Index: 66 + Item: Unripe_Apple Rate: 14 - - Item: Orange_Juice + - Index: 67 + Item: Orange_Juice Rate: 14 - - Item: Bitter_Herb + - Index: 68 + Item: Bitter_Herb Rate: 14 - - Item: Rainbow_Carrot + - Index: 69 + Item: Rainbow_Carrot Rate: 14 - - Item: Earthworm_The_Dude + - Index: 70 + Item: Earthworm_The_Dude Rate: 14 - - Item: Rotten_Fish + - Index: 71 + Item: Rotten_Fish Rate: 14 - - Item: Lusty_Iron + - Index: 72 + Item: Lusty_Iron Rate: 14 - - Item: Monster_Juice + - Index: 73 + Item: Monster_Juice Rate: 14 - - Item: Sweet_Milk + - Index: 74 + Item: Sweet_Milk Rate: 14 - - Item: Well_Dried_Bone + - Index: 75 + Item: Well_Dried_Bone Rate: 14 - - Item: Singing_Flower + - Index: 76 + Item: Singing_Flower Rate: 14 - - Item: Dew_Laden_Moss + - Index: 77 + Item: Dew_Laden_Moss Rate: 14 - - Item: Deadly_Noxious_Herb + - Index: 78 + Item: Deadly_Noxious_Herb Rate: 14 - - Item: Fatty_Chubby_Earthworm + - Index: 79 + Item: Fatty_Chubby_Earthworm Rate: 14 - - Item: Baked_Yam + - Index: 80 + Item: Baked_Yam Rate: 14 - - Item: Tropical_Banana + - Index: 81 + Item: Tropical_Banana Rate: 14 - - Item: Horror_Of_Tribe + - Index: 82 + Item: Horror_Of_Tribe Rate: 14 - - Item: No_Recipient + - Index: 83 + Item: No_Recipient Rate: 14 - - Item: Old_Broom + - Index: 84 + Item: Old_Broom Rate: 14 - - Item: Silver_Knife_Of_Chaste + - Index: 85 + Item: Silver_Knife_Of_Chaste Rate: 14 - - Item: Armlet_Of_Obedience + - Index: 86 + Item: Armlet_Of_Obedience Rate: 14 - - Item: Shining_Stone + - Index: 87 + Item: Shining_Stone Rate: 14 - - Item: Contracts_In_Shadow + - Index: 88 + Item: Contracts_In_Shadow Rate: 14 - - Item: Book_Of_Devil + - Index: 89 + Item: Book_Of_Devil Rate: 14 - - Item: Pet_Incubator + - Index: 90 + Item: Pet_Incubator Rate: 14 - - Item: Gift_Box + - Index: 91 + Item: Gift_Box Rate: 114 - - Item: Center_Potion + - Index: 92 + Item: Center_Potion Rate: 14 - - Item: Awakening_Potion + - Index: 93 + Item: Awakening_Potion Rate: 14 - - Item: Berserk_Potion + - Index: 94 + Item: Berserk_Potion Rate: 14 - - Item: Heart_Of_Her + - Index: 95 + Item: Heart_Of_Her Rate: 14 - - Item: Korea_Rice_Cake + - Index: 96 + Item: Korea_Rice_Cake Rate: 14 - - Item: Gift_Box_1 + - Index: 97 + Item: Gift_Box_1 Rate: 14 - - Item: Gift_Box_2 + - Index: 98 + Item: Gift_Box_2 Rate: 14 - - Item: Gift_Box_3 + - Index: 99 + Item: Gift_Box_3 Rate: 14 - - Item: Gift_Box_4 + - Index: 100 + Item: Gift_Box_4 Rate: 14 - - Item: Handsei + - Index: 101 + Item: Handsei Rate: 14 - - Item: Poison_Bottle + - Index: 102 + Item: Poison_Bottle Rate: 14 - - Item: Gold_Pill + - Index: 103 + Item: Gold_Pill Rate: 14 - - Item: Ora_Ora + - Index: 104 + Item: Ora_Ora Rate: 14 - - Item: Animal_Blood + - Index: 105 + Item: Animal_Blood Rate: 14 - - Item: Hinalle + - Index: 106 + Item: Hinalle Rate: 14 - - Item: Aloe + - Index: 107 + Item: Aloe Rate: 14 - - Item: Clover + - Index: 108 + Item: Clover Rate: 14 - - Item: Four_Leaf_Clover + - Index: 109 + Item: Four_Leaf_Clover Rate: 14 - - Item: Singing_Plant + - Index: 110 + Item: Singing_Plant Rate: 14 - - Item: Ment + - Index: 111 + Item: Ment Rate: 14 - - Item: Illusion_Flower + - Index: 112 + Item: Illusion_Flower Rate: 14 - - Item: Shoot + - Index: 113 + Item: Shoot Rate: 14 - - Item: Flower + - Index: 114 + Item: Flower Rate: 14 - - Item: Empty_Bottle + - Index: 115 + Item: Empty_Bottle Rate: 14 - - Item: Emperium + - Index: 116 + Item: Emperium Rate: 14 - - Item: Yellow_Gemstone + - Index: 117 + Item: Yellow_Gemstone Rate: 14 - - Item: Red_Gemstone + - Index: 118 + Item: Red_Gemstone Rate: 14 - - Item: Blue_Gemstone + - Index: 119 + Item: Blue_Gemstone Rate: 14 - - Item: Dark_Red_Jewel + - Index: 120 + Item: Dark_Red_Jewel Rate: 14 - - Item: Violet_Jewel + - Index: 121 + Item: Violet_Jewel Rate: 14 - - Item: Skyblue_Jewel + - Index: 122 + Item: Skyblue_Jewel Rate: 14 - - Item: Azure_Jewel + - Index: 123 + Item: Azure_Jewel Rate: 14 - - Item: Scarlet_Jewel + - Index: 124 + Item: Scarlet_Jewel Rate: 14 - - Item: Cardinal_Jewel + - Index: 125 + Item: Cardinal_Jewel Rate: 14 - - Item: Cardinal_Jewel_ + - Index: 126 + Item: Cardinal_Jewel_ Rate: 14 - - Item: Red_Jewel + - Index: 127 + Item: Red_Jewel Rate: 14 - - Item: Blue_Jewel + - Index: 128 + Item: Blue_Jewel Rate: 14 - - Item: White_Jewel + - Index: 129 + Item: White_Jewel Rate: 14 - - Item: Golden_Jewel + - Index: 130 + Item: Golden_Jewel Rate: 14 - - Item: Bluish_Green_Jewel + - Index: 131 + Item: Bluish_Green_Jewel Rate: 14 - - Item: Crystal_Jewel + - Index: 132 + Item: Crystal_Jewel Rate: 14 - - Item: Crystal_Jewel_ + - Index: 133 + Item: Crystal_Jewel_ Rate: 14 - - Item: Crystal_Jewel__ + - Index: 134 + Item: Crystal_Jewel__ Rate: 14 - - Item: Crystal_Jewel___ + - Index: 135 + Item: Crystal_Jewel___ Rate: 14 - - Item: Red_Frame + - Index: 136 + Item: Red_Frame Rate: 14 - - Item: Blue_Porcelain + - Index: 137 + Item: Blue_Porcelain Rate: 14 - - Item: White_Platter + - Index: 138 + Item: White_Platter Rate: 14 - - Item: Black_Ladle + - Index: 139 + Item: Black_Ladle Rate: 14 - - Item: Pencil_Case + - Index: 140 + Item: Pencil_Case Rate: 14 - - Item: Rouge + - Index: 141 + Item: Rouge Rate: 14 - - Item: Stuffed_Doll + - Index: 142 + Item: Stuffed_Doll Rate: 14 - - Item: Poring_Doll + - Index: 143 + Item: Poring_Doll Rate: 14 - - Item: Chonchon_Doll + - Index: 144 + Item: Chonchon_Doll Rate: 14 - - Item: Spore_Doll + - Index: 145 + Item: Spore_Doll Rate: 14 - - Item: Bunch_Of_Flowers + - Index: 146 + Item: Bunch_Of_Flowers Rate: 14 - - Item: Wedding_Bouquet + - Index: 147 + Item: Wedding_Bouquet Rate: 14 - - Item: Glass_Bead + - Index: 148 + Item: Glass_Bead Rate: 14 - - Item: Crystal_Mirror + - Index: 149 + Item: Crystal_Mirror Rate: 14 - - Item: Witherless_Rose + - Index: 150 + Item: Witherless_Rose Rate: 14 - - Item: Frozen_Rose + - Index: 151 + Item: Frozen_Rose Rate: 14 - - Item: Baphomet_Doll + - Index: 152 + Item: Baphomet_Doll Rate: 14 - - Item: Osiris_Doll + - Index: 153 + Item: Osiris_Doll Rate: 14 - - Item: Grasshopper_Doll + - Index: 154 + Item: Grasshopper_Doll Rate: 14 - - Item: Monkey_Doll + - Index: 155 + Item: Monkey_Doll Rate: 14 - - Item: Raccoondog_Doll + - Index: 156 + Item: Raccoondog_Doll Rate: 14 - - Item: Oridecon_Stone + - Index: 157 + Item: Oridecon_Stone Rate: 14 - - Item: Elunium_Stone + - Index: 158 + Item: Elunium_Stone Rate: 14 - - Item: Danggie + - Index: 159 + Item: Danggie Rate: 14 - - Item: Tree_Root + - Index: 160 + Item: Tree_Root Rate: 14 - - Item: Reptile_Tongue + - Index: 161 + Item: Reptile_Tongue Rate: 14 - - Item: Scorpion's_Tail + - Index: 162 + Item: Scorpion's_Tail Rate: 14 - - Item: Stem + - Index: 163 + Item: Stem Rate: 14 - - Item: Pointed_Scale + - Index: 164 + Item: Pointed_Scale Rate: 14 - - Item: Resin + - Index: 165 + Item: Resin Rate: 14 - - Item: Spawn + - Index: 166 + Item: Spawn Rate: 14 - - Item: Jellopy + - Index: 167 + Item: Jellopy Rate: 14 - - Item: Garlet + - Index: 168 + Item: Garlet Rate: 14 - - Item: Scell + - Index: 169 + Item: Scell Rate: 14 - - Item: Zargon + - Index: 170 + Item: Zargon Rate: 14 - - Item: Tooth_Of_Bat + - Index: 171 + Item: Tooth_Of_Bat Rate: 14 - - Item: Fluff + - Index: 172 + Item: Fluff Rate: 14 - - Item: Chrysalis + - Index: 173 + Item: Chrysalis Rate: 14 - - Item: Feather_Of_Birds + - Index: 174 + Item: Feather_Of_Birds Rate: 14 - - Item: Talon + - Index: 175 + Item: Talon Rate: 14 - - Item: Sticky_Webfoot + - Index: 176 + Item: Sticky_Webfoot Rate: 14 - - Item: Animal's_Skin + - Index: 177 + Item: Animal's_Skin Rate: 14 - - Item: Claw_Of_Wolves + - Index: 178 + Item: Claw_Of_Wolves Rate: 14 - - Item: Mushroom_Spore + - Index: 179 + Item: Mushroom_Spore Rate: 14 - - Item: Orcish_Cuspid + - Index: 180 + Item: Orcish_Cuspid Rate: 14 - - Item: Evil_Horn + - Index: 181 + Item: Evil_Horn Rate: 14 - - Item: Powder_Of_Butterfly + - Index: 182 + Item: Powder_Of_Butterfly Rate: 14 - - Item: Bill_Of_Birds + - Index: 183 + Item: Bill_Of_Birds Rate: 14 - - Item: Scale_Of_Snakes + - Index: 184 + Item: Scale_Of_Snakes Rate: 14 - - Item: Insect_Feeler + - Index: 185 + Item: Insect_Feeler Rate: 14 - - Item: Immortal_Heart + - Index: 186 + Item: Immortal_Heart Rate: 14 - - Item: Rotten_Bandage + - Index: 187 + Item: Rotten_Bandage Rate: 14 - - Item: Orcish_Voucher + - Index: 188 + Item: Orcish_Voucher Rate: 14 - - Item: Skel_Bone + - Index: 189 + Item: Skel_Bone Rate: 14 - - Item: Mementos + - Index: 190 + Item: Mementos Rate: 14 - - Item: Shell + - Index: 191 + Item: Shell Rate: 14 - - Item: Scales_Shell + - Index: 192 + Item: Scales_Shell Rate: 14 - - Item: Posionous_Canine + - Index: 193 + Item: Posionous_Canine Rate: 14 - - Item: Sticky_Mucus + - Index: 194 + Item: Sticky_Mucus Rate: 14 - - Item: Bee_Sting + - Index: 195 + Item: Bee_Sting Rate: 14 - - Item: Grasshopper's_Leg + - Index: 196 + Item: Grasshopper's_Leg Rate: 14 - - Item: Nose_Ring + - Index: 197 + Item: Nose_Ring Rate: 14 - - Item: Yoyo_Tail + - Index: 198 + Item: Yoyo_Tail Rate: 14 - - Item: Solid_Shell + - Index: 199 + Item: Solid_Shell Rate: 14 - - Item: Horseshoe + - Index: 200 + Item: Horseshoe Rate: 14 - - Item: Raccoon_Leaf + - Index: 201 + Item: Raccoon_Leaf Rate: 14 - - Item: Snail's_Shell + - Index: 202 + Item: Snail's_Shell Rate: 14 - - Item: Horn + - Index: 203 + Item: Horn Rate: 14 - - Item: Bear's_Foot + - Index: 204 + Item: Bear's_Foot Rate: 14 - - Item: Feather + - Index: 205 + Item: Feather Rate: 14 - - Item: Heart_Of_Mermaid + - Index: 206 + Item: Heart_Of_Mermaid Rate: 14 - - Item: Fin + - Index: 207 + Item: Fin Rate: 14 - - Item: Cactus_Needle + - Index: 208 + Item: Cactus_Needle Rate: 14 - - Item: Stone_Heart + - Index: 209 + Item: Stone_Heart Rate: 14 - - Item: Shining_Scales + - Index: 210 + Item: Shining_Scales Rate: 14 - - Item: Worm_Peelings + - Index: 211 + Item: Worm_Peelings Rate: 14 - - Item: Gill + - Index: 212 + Item: Gill Rate: 14 - - Item: Decayed_Nail + - Index: 213 + Item: Decayed_Nail Rate: 14 - - Item: Horrendous_Mouth + - Index: 214 + Item: Horrendous_Mouth Rate: 14 - - Item: Rotten_Scale + - Index: 215 + Item: Rotten_Scale Rate: 14 - - Item: Nipper + - Index: 216 + Item: Nipper Rate: 14 - - Item: Conch + - Index: 217 + Item: Conch Rate: 14 - - Item: Tentacle + - Index: 218 + Item: Tentacle Rate: 14 - - Item: Sharp_Scale + - Index: 219 + Item: Sharp_Scale Rate: 14 - - Item: Crap_Shell + - Index: 220 + Item: Crap_Shell Rate: 14 - - Item: Clam_Shell + - Index: 221 + Item: Clam_Shell Rate: 14 - - Item: Flesh_Of_Clam + - Index: 222 + Item: Flesh_Of_Clam Rate: 14 - - Item: Turtle_Shell + - Index: 223 + Item: Turtle_Shell Rate: 14 - - Item: Voucher_Of_Orcish_Hero + - Index: 224 + Item: Voucher_Of_Orcish_Hero Rate: 14 - - Item: Gold + - Index: 225 + Item: Gold Rate: 14 - - Item: Alchol + - Index: 226 + Item: Alchol Rate: 14 - - Item: Detrimindexta + - Index: 227 + Item: Detrimindexta Rate: 14 - - Item: Karvodailnirol + - Index: 228 + Item: Karvodailnirol Rate: 14 - - Item: Counteragent + - Index: 229 + Item: Counteragent Rate: 14 - - Item: Mixture + - Index: 230 + Item: Mixture Rate: 14 - - Item: Scarlet_Dyestuffs + - Index: 231 + Item: Scarlet_Dyestuffs Rate: 14 - - Item: Lemon_Dyestuffs + - Index: 232 + Item: Lemon_Dyestuffs Rate: 14 - - Item: Cobaltblue_Dyestuffs + - Index: 233 + Item: Cobaltblue_Dyestuffs Rate: 14 - - Item: Darkgreen_Dyestuffs + - Index: 234 + Item: Darkgreen_Dyestuffs Rate: 14 - - Item: Orange_Dyestuffs + - Index: 235 + Item: Orange_Dyestuffs Rate: 14 - - Item: Violet_Dyestuffs + - Index: 236 + Item: Violet_Dyestuffs Rate: 14 - - Item: White_Dyestuffs + - Index: 237 + Item: White_Dyestuffs Rate: 14 - - Item: Black_Dyestuffs + - Index: 238 + Item: Black_Dyestuffs Rate: 14 - - Item: Oridecon + - Index: 239 + Item: Oridecon Rate: 14 - - Item: Elunium + - Index: 240 + Item: Elunium Rate: 14 - - Item: Anvil + - Index: 241 + Item: Anvil Rate: 14 - - Item: Oridecon_Anvil + - Index: 242 + Item: Oridecon_Anvil Rate: 14 - - Item: Golden_Anvil + - Index: 243 + Item: Golden_Anvil Rate: 14 - - Item: Emperium_Anvil + - Index: 244 + Item: Emperium_Anvil Rate: 14 - - Item: Boody_Red + - Index: 245 + Item: Boody_Red Rate: 14 - - Item: Crystal_Blue + - Index: 246 + Item: Crystal_Blue Rate: 14 - - Item: Wind_Of_Verdure + - Index: 247 + Item: Wind_Of_Verdure Rate: 14 - - Item: Yellow_Live + - Index: 248 + Item: Yellow_Live Rate: 14 - - Item: Flame_Heart + - Index: 249 + Item: Flame_Heart Rate: 14 - - Item: Mistic_Frozen + - Index: 250 + Item: Mistic_Frozen Rate: 14 - - Item: Rough_Wind + - Index: 251 + Item: Rough_Wind Rate: 14 - - Item: Great_Nature + - Index: 252 + Item: Great_Nature Rate: 14 - - Item: Iron + - Index: 253 + Item: Iron Rate: 14 - - Item: Steel + - Index: 254 + Item: Steel Rate: 14 - - Item: Star_Crumb + - Index: 255 + Item: Star_Crumb Rate: 14 - - Item: Sparkling_Dust + - Index: 256 + Item: Sparkling_Dust Rate: 14 - - Item: Iron_Ore + - Index: 257 + Item: Iron_Ore Rate: 14 - - Item: Coal + - Index: 258 + Item: Coal Rate: 14 - - Item: Patriotism_Marks + - Index: 259 + Item: Patriotism_Marks Rate: 14 - - Item: Hammer_Of_Blacksmith + - Index: 260 + Item: Hammer_Of_Blacksmith Rate: 14 - - Item: Old_Magic_Book + - Index: 261 + Item: Old_Magic_Book Rate: 14 - - Item: Penetration + - Index: 262 + Item: Penetration Rate: 14 - - Item: Frozen_Heart + - Index: 263 + Item: Frozen_Heart Rate: 14 - - Item: Sacred_Marks + - Index: 264 + Item: Sacred_Marks Rate: 14 - - Item: Phracon + - Index: 265 + Item: Phracon Rate: 14 - - Item: Emveretarcon + - Index: 266 + Item: Emveretarcon Rate: 14 - - Item: Lizard_Scruff + - Index: 267 + Item: Lizard_Scruff Rate: 14 - - Item: Colorful_Shell + - Index: 268 + Item: Colorful_Shell Rate: 14 - - Item: Jaws_Of_Ant + - Index: 269 + Item: Jaws_Of_Ant Rate: 14 - - Item: Thin_N'_Long_Tongue + - Index: 270 + Item: Thin_N'_Long_Tongue Rate: 14 - - Item: Rat_Tail + - Index: 271 + Item: Rat_Tail Rate: 14 - - Item: Moustache_Of_Mole + - Index: 272 + Item: Moustache_Of_Mole Rate: 14 - - Item: Nail_Of_Mole + - Index: 273 + Item: Nail_Of_Mole Rate: 14 - - Item: Wooden_Block + - Index: 274 + Item: Wooden_Block Rate: 14 - - Item: Long_Hair + - Index: 275 + Item: Long_Hair Rate: 14 - - Item: Dokkaebi_Horn + - Index: 276 + Item: Dokkaebi_Horn Rate: 14 - - Item: Fox_Tail + - Index: 277 + Item: Fox_Tail Rate: 14 - - Item: Fish_Tail + - Index: 278 + Item: Fish_Tail Rate: 14 - - Item: Chinese_Ink + - Index: 279 + Item: Chinese_Ink Rate: 14 - - Item: Spiderweb + - Index: 280 + Item: Spiderweb Rate: 14 - - Item: Acorn + - Index: 281 + Item: Acorn Rate: 14 - - Item: Porcupine_Spike + - Index: 282 + Item: Porcupine_Spike Rate: 14 - - Item: Wild_Boar's_Mane + - Index: 283 + Item: Wild_Boar's_Mane Rate: 14 - - Item: Tiger's_Skin + - Index: 284 + Item: Tiger's_Skin Rate: 14 - - Item: Tiger_Footskin + - Index: 285 + Item: Tiger_Footskin Rate: 14 - - Item: Limb_Of_Mantis + - Index: 286 + Item: Limb_Of_Mantis Rate: 14 - - Item: Blossom_Of_Maneater + - Index: 287 + Item: Blossom_Of_Maneater Rate: 14 - - Item: Root_Of_Maneater + - Index: 288 + Item: Root_Of_Maneater Rate: 14 - - Item: Cobold_Hair + - Index: 289 + Item: Cobold_Hair Rate: 14 - - Item: Dragon_Canine + - Index: 290 + Item: Dragon_Canine Rate: 14 - - Item: Dragon_Scale + - Index: 291 + Item: Dragon_Scale Rate: 14 - - Item: Dragon_Train + - Index: 292 + Item: Dragon_Train Rate: 14 - - Item: Petite_DiablOfs_Horn + - Index: 293 + Item: Petite_DiablOfs_Horn Rate: 14 - - Item: Petite_DiablOfs_Wing + - Index: 294 + Item: Petite_DiablOfs_Wing Rate: 14 - - Item: Elder_Pixie's_Beard + - Index: 295 + Item: Elder_Pixie's_Beard Rate: 14 - - Item: Lantern + - Index: 296 + Item: Lantern Rate: 14 - - Item: Short_Leg + - Index: 297 + Item: Short_Leg Rate: 14 - - Item: Nail_Of_Orc + - Index: 298 + Item: Nail_Of_Orc Rate: 14 - - Item: Tooth_Of_ + - Index: 299 + Item: Tooth_Of_ Rate: 14 - - Item: Sacred_Masque + - Index: 300 + Item: Sacred_Masque Rate: 14 - - Item: Tweezer + - Index: 301 + Item: Tweezer Rate: 14 - - Item: Head_Of_Medusa + - Index: 302 + Item: Head_Of_Medusa Rate: 14 - - Item: Slender_Snake + - Index: 303 + Item: Slender_Snake Rate: 14 - - Item: Skirt_Of_Virgin + - Index: 304 + Item: Skirt_Of_Virgin Rate: 14 - - Item: Tendon + - Index: 305 + Item: Tendon Rate: 14 - - Item: Detonator + - Index: 306 + Item: Detonator Rate: 14 - - Item: Single_Cell + - Index: 307 + Item: Single_Cell Rate: 14 - - Item: Tooth_Of_Ancient_Fish + - Index: 308 + Item: Tooth_Of_Ancient_Fish Rate: 14 - - Item: Lip_Of_Ancient_Fish + - Index: 309 + Item: Lip_Of_Ancient_Fish Rate: 14 - - Item: Earthworm_Peeling + - Index: 310 + Item: Earthworm_Peeling Rate: 14 - - Item: Grit + - Index: 311 + Item: Grit Rate: 14 - - Item: Moth_Dust + - Index: 312 + Item: Moth_Dust Rate: 14 - - Item: Wing_Of_Moth + - Index: 313 + Item: Wing_Of_Moth Rate: 14 - - Item: Transparent_Cloth + - Index: 314 + Item: Transparent_Cloth Rate: 14 - - Item: Golden_Hair + - Index: 315 + Item: Golden_Hair Rate: 14 - - Item: Starsand_Of_Witch + - Index: 316 + Item: Starsand_Of_Witch Rate: 14 - - Item: Pumpkin_Head + - Index: 317 + Item: Pumpkin_Head Rate: 14 - - Item: Sharpened_Cuspid + - Index: 318 + Item: Sharpened_Cuspid Rate: 14 - - Item: Reins + - Index: 319 + Item: Reins Rate: 14 - - Item: Booby_Trap + - Index: 320 + Item: Booby_Trap Rate: 14 - - Item: Tree_Of_Archer_1 + - Index: 321 + Item: Tree_Of_Archer_1 Rate: 14 - - Item: Tree_Of_Archer_2 + - Index: 322 + Item: Tree_Of_Archer_2 Rate: 14 - - Item: Tree_Of_Archer_3 + - Index: 323 + Item: Tree_Of_Archer_3 Rate: 14 - - Item: Morocc_Potion + - Index: 324 + Item: Morocc_Potion Rate: 14 - - Item: Payon_Potion + - Index: 325 + Item: Payon_Potion Rate: 14 - - Item: Empty_Cylinder + - Index: 326 + Item: Empty_Cylinder Rate: 14 - - Item: Empty_Potion + - Index: 327 + Item: Empty_Potion Rate: 14 - - Item: Short_Daenggie + - Index: 328 + Item: Short_Daenggie Rate: 14 - - Item: Needle_Of_Alarm + - Index: 329 + Item: Needle_Of_Alarm Rate: 14 - - Item: Round_Shell + - Index: 330 + Item: Round_Shell Rate: 14 - - Item: Worn_Out_Page + - Index: 331 + Item: Worn_Out_Page Rate: 14 - - Item: Manacles + - Index: 332 + Item: Manacles Rate: 14 - - Item: Worn_Out_Prison_Uniform + - Index: 333 + Item: Worn_Out_Prison_Uniform Rate: 14 - - Item: Sword_ + - Index: 334 + Item: Sword_ Rate: 7 - - Item: Falchion_ + - Index: 335 + Item: Falchion_ Rate: 7 - - Item: Blade_ + - Index: 336 + Item: Blade_ Rate: 7 - - Item: Lapier_ + - Index: 337 + Item: Lapier_ Rate: 7 - - Item: Scimiter_ + - Index: 338 + Item: Scimiter_ Rate: 7 - - Item: Katana_ + - Index: 339 + Item: Katana_ Rate: 7 - - Item: Tsurugi_ + - Index: 340 + Item: Tsurugi_ Rate: 7 - - Item: Orcish_Sword + - Index: 341 + Item: Orcish_Sword Rate: 7 - - Item: Ring_Pommel_Saber_ + - Index: 342 + Item: Ring_Pommel_Saber_ Rate: 7 - - Item: Saber_ + - Index: 343 + Item: Saber_ Rate: 7 - - Item: Hae_Dong_Gum_ + - Index: 344 + Item: Hae_Dong_Gum_ Rate: 7 - - Item: Flamberge + - Index: 345 + Item: Flamberge Rate: 7 - - Item: Town_Sword_ + - Index: 346 + Item: Town_Sword_ Rate: 1 - - Item: Star_Dust_Blade + - Index: 347 + Item: Star_Dust_Blade Rate: 1 - - Item: Slayer_ + - Index: 348 + Item: Slayer_ Rate: 7 - - Item: Bastard_Sword_ + - Index: 349 + Item: Bastard_Sword_ Rate: 7 - - Item: Two_Hand_Sword_ + - Index: 350 + Item: Two_Hand_Sword_ Rate: 7 - - Item: Broad_Sword_ + - Index: 351 + Item: Broad_Sword_ Rate: 7 - - Item: Claymore + - Index: 352 + Item: Claymore Rate: 7 - - Item: Chrome_Twohand_Sword + - Index: 353 + Item: Chrome_Twohand_Sword Rate: 1 - - Item: Knife_ + - Index: 354 + Item: Knife_ Rate: 7 - - Item: Cutter_ + - Index: 355 + Item: Cutter_ Rate: 7 - - Item: Main_Gauche_ + - Index: 356 + Item: Main_Gauche_ Rate: 7 - - Item: Dirk_ + - Index: 357 + Item: Dirk_ Rate: 7 - - Item: Dagger_ + - Index: 358 + Item: Dagger_ Rate: 7 - - Item: Stiletto_ + - Index: 359 + Item: Stiletto_ Rate: 7 - - Item: Gladius_ + - Index: 360 + Item: Gladius_ Rate: 7 - - Item: Damascus_ + - Index: 361 + Item: Damascus_ Rate: 7 - - Item: Novice_Knife + - Index: 362 + Item: Novice_Knife Rate: 7 - - Item: Jur_ + - Index: 363 + Item: Jur_ Rate: 7 - - Item: Katar_ + - Index: 364 + Item: Katar_ Rate: 7 - - Item: Jamadhar_ + - Index: 365 + Item: Jamadhar_ Rate: 7 - - Item: Katar_Of_Cold_Icicle + - Index: 366 + Item: Katar_Of_Cold_Icicle Rate: 7 - - Item: Katar_Of_Thornbush + - Index: 367 + Item: Katar_Of_Thornbush Rate: 7 - - Item: Katar_Of_Raging_Blaze + - Index: 368 + Item: Katar_Of_Raging_Blaze Rate: 7 - - Item: Katar_Of_Piercing_Wind + - Index: 369 + Item: Katar_Of_Piercing_Wind Rate: 7 - - Item: Nail_Of_Loki + - Index: 370 + Item: Nail_Of_Loki Rate: 1 - - Item: Unholy_Touch + - Index: 371 + Item: Unholy_Touch Rate: 1 - - Item: Various_Jur + - Index: 372 + Item: Various_Jur Rate: 2 - - Item: Bloody_Roar + - Index: 373 + Item: Bloody_Roar Rate: 1 - - Item: Inverse_Scale + - Index: 374 + Item: Inverse_Scale Rate: 1 - - Item: Blood_Tears + - Index: 375 + Item: Blood_Tears Rate: 1 - - Item: Axe_ + - Index: 376 + Item: Axe_ Rate: 7 - - Item: Orcish_Axe + - Index: 377 + Item: Orcish_Axe Rate: 7 - - Item: Windhawk + - Index: 378 + Item: Windhawk Rate: 1 - - Item: Battle_Axe_ + - Index: 379 + Item: Battle_Axe_ Rate: 7 - - Item: Hammer_ + - Index: 380 + Item: Hammer_ Rate: 7 - - Item: Buster_ + - Index: 381 + Item: Buster_ Rate: 7 - - Item: Two_Handed_Axe_ + - Index: 382 + Item: Two_Handed_Axe_ Rate: 7 - - Item: Doom_Slayer + - Index: 383 + Item: Doom_Slayer Rate: 1 - - Item: Heart_Breaker + - Index: 384 + Item: Heart_Breaker Rate: 1 - - Item: Hurricane_Fury + - Index: 385 + Item: Hurricane_Fury Rate: 1 - - Item: Javelin_ + - Index: 386 + Item: Javelin_ Rate: 7 - - Item: Spear_ + - Index: 387 + Item: Spear_ Rate: 7 - - Item: Pike_ + - Index: 388 + Item: Pike_ Rate: 7 - - Item: Lance_ + - Index: 389 + Item: Lance_ Rate: 7 - - Item: Imperial_Spear + - Index: 390 + Item: Imperial_Spear Rate: 1 - - Item: Guisarme_ + - Index: 391 + Item: Guisarme_ Rate: 7 - - Item: Glaive_ + - Index: 392 + Item: Glaive_ Rate: 7 - - Item: Partizan_ + - Index: 393 + Item: Partizan_ Rate: 7 - - Item: Trident_ + - Index: 394 + Item: Trident_ Rate: 7 - - Item: Halberd_ + - Index: 395 + Item: Halberd_ Rate: 7 - - Item: Staff_Of_Soul + - Index: 396 + Item: Staff_Of_Soul Rate: 7 - - Item: Gae_Bolg + - Index: 397 + Item: Gae_Bolg Rate: 1 - - Item: Ahlspiess + - Index: 398 + Item: Ahlspiess Rate: 1 - - Item: Club_ + - Index: 399 + Item: Club_ Rate: 7 - - Item: Mace_ + - Index: 400 + Item: Mace_ Rate: 7 - - Item: Smasher_ + - Index: 401 + Item: Smasher_ Rate: 7 - - Item: Flail_ + - Index: 402 + Item: Flail_ Rate: 7 - - Item: Morning_Star_ + - Index: 403 + Item: Morning_Star_ Rate: 7 - - Item: Sword_Mace_ + - Index: 404 + Item: Sword_Mace_ Rate: 7 - - Item: Chain_ + - Index: 405 + Item: Chain_ Rate: 7 - - Item: Stunner + - Index: 406 + Item: Stunner Rate: 7 - - Item: Book + - Index: 407 + Item: Book Rate: 7 - - Item: Bible + - Index: 408 + Item: Bible Rate: 7 - - Item: Tablet + - Index: 409 + Item: Tablet Rate: 7 - - Item: Book_Of_Billows + - Index: 410 + Item: Book_Of_Billows Rate: 7 - - Item: Book_Of_Mother_Earth + - Index: 411 + Item: Book_Of_Mother_Earth Rate: 7 - - Item: Book_Of_Blazing_Sun + - Index: 412 + Item: Book_Of_Blazing_Sun Rate: 7 - - Item: Book_Of_Gust_Of_Wind + - Index: 413 + Item: Book_Of_Gust_Of_Wind Rate: 7 - - Item: Girl's_Diary + - Index: 414 + Item: Girl's_Diary Rate: 7 - - Item: Legacy_Of_Dragon + - Index: 415 + Item: Legacy_Of_Dragon Rate: 1 - - Item: Diary_Of_Great_Sage + - Index: 416 + Item: Diary_Of_Great_Sage Rate: 1 - - Item: Hardback + - Index: 417 + Item: Hardback Rate: 1 - - Item: Rod_ + - Index: 418 + Item: Rod_ Rate: 7 - - Item: Wand_ + - Index: 419 + Item: Wand_ Rate: 7 - - Item: Staff_ + - Index: 420 + Item: Staff_ Rate: 7 - - Item: Arc_Wand_ + - Index: 421 + Item: Arc_Wand_ Rate: 7 - - Item: Mighty_Staff + - Index: 422 + Item: Mighty_Staff Rate: 7 - - Item: Blessed_Wand + - Index: 423 + Item: Blessed_Wand Rate: 7 - - Item: Bone_Wand + - Index: 424 + Item: Bone_Wand Rate: 7 - - Item: Staff_Of_Wing + - Index: 425 + Item: Staff_Of_Wing Rate: 1 - - Item: Survival_Rod_ + - Index: 426 + Item: Survival_Rod_ Rate: 1 - - Item: Survival_Rod2_ + - Index: 427 + Item: Survival_Rod2_ Rate: 1 - - Item: Hypnotist's_Staff_ + - Index: 428 + Item: Hypnotist's_Staff_ Rate: 1 - - Item: Mental_Stick + - Index: 429 + Item: Mental_Stick Rate: 1 - - Item: Bow_ + - Index: 430 + Item: Bow_ Rate: 7 - - Item: Composite_Bow_ + - Index: 431 + Item: Composite_Bow_ Rate: 7 - - Item: Great_Bow_ + - Index: 432 + Item: Great_Bow_ Rate: 7 - - Item: CrossBow_ + - Index: 433 + Item: CrossBow_ Rate: 7 - - Item: Arbalest_ + - Index: 434 + Item: Arbalest_ Rate: 7 - - Item: Kakkung_ + - Index: 435 + Item: Kakkung_ Rate: 7 - - Item: Hunter_Bow + - Index: 436 + Item: Hunter_Bow Rate: 7 - - Item: Luna_Bow + - Index: 437 + Item: Luna_Bow Rate: 1 - - Item: Dragon_Wing + - Index: 438 + Item: Dragon_Wing Rate: 1 - - Item: Burning_Bow + - Index: 439 + Item: Burning_Bow Rate: 1 - - Item: Frozen_Bow + - Index: 440 + Item: Frozen_Bow Rate: 1 - - Item: Earth_Bow + - Index: 441 + Item: Earth_Bow Rate: 1 - - Item: Gust_Bow + - Index: 442 + Item: Gust_Bow Rate: 1 - - Item: Arrow + - Index: 443 + Item: Arrow Rate: 14 - - Item: Silver_Arrow + - Index: 444 + Item: Silver_Arrow Rate: 14 - - Item: Fire_Arrow + - Index: 445 + Item: Fire_Arrow Rate: 14 - - Item: Steel_Arrow + - Index: 446 + Item: Steel_Arrow Rate: 14 - - Item: Crystal_Arrow + - Index: 447 + Item: Crystal_Arrow Rate: 14 - - Item: Arrow_Of_Wind + - Index: 448 + Item: Arrow_Of_Wind Rate: 14 - - Item: Stone_Arrow + - Index: 449 + Item: Stone_Arrow Rate: 14 - - Item: Immatrial_Arrow + - Index: 450 + Item: Immatrial_Arrow Rate: 14 - - Item: Stun_Arrow + - Index: 451 + Item: Stun_Arrow Rate: 14 - - Item: Freezing_Arrow + - Index: 452 + Item: Freezing_Arrow Rate: 14 - - Item: Flash_Arrow + - Index: 453 + Item: Flash_Arrow Rate: 14 - - Item: Curse_Arrow + - Index: 454 + Item: Curse_Arrow Rate: 14 - - Item: Rusty_Arrow + - Index: 455 + Item: Rusty_Arrow Rate: 14 - - Item: Poison_Arrow + - Index: 456 + Item: Poison_Arrow Rate: 14 - - Item: Incisive_Arrow + - Index: 457 + Item: Incisive_Arrow Rate: 14 - - Item: Oridecon_Arrow + - Index: 458 + Item: Oridecon_Arrow Rate: 14 - - Item: Arrow_Of_Shadow + - Index: 459 + Item: Arrow_Of_Shadow Rate: 14 - - Item: Sleep_Arrow + - Index: 460 + Item: Sleep_Arrow Rate: 14 - - Item: Silence_Arrow + - Index: 461 + Item: Silence_Arrow Rate: 14 - - Item: Iron_Arrow + - Index: 462 + Item: Iron_Arrow Rate: 14 - - Item: Waghnakh_ + - Index: 463 + Item: Waghnakh_ Rate: 7 - - Item: Knuckle_Duster_ + - Index: 464 + Item: Knuckle_Duster_ Rate: 7 - - Item: Hora_ + - Index: 465 + Item: Hora_ Rate: 7 - - Item: Fist_ + - Index: 466 + Item: Fist_ Rate: 7 - - Item: Claw_ + - Index: 467 + Item: Claw_ Rate: 7 - - Item: Finger_ + - Index: 468 + Item: Finger_ Rate: 7 - - Item: Claw_Of_Garm + - Index: 469 + Item: Claw_Of_Garm Rate: 1 - - Item: Magma_Fist + - Index: 470 + Item: Magma_Fist Rate: 1 - - Item: Icicle_Fist + - Index: 471 + Item: Icicle_Fist Rate: 1 - - Item: Electric_Fist + - Index: 472 + Item: Electric_Fist Rate: 1 - - Item: Seismic_Fist + - Index: 473 + Item: Seismic_Fist Rate: 1 - - Item: Combo_Battle_Glove + - Index: 474 + Item: Combo_Battle_Glove Rate: 1 - - Item: Sura_Rampage + - Index: 475 + Item: Sura_Rampage Rate: 1 - - Item: Violin_ + - Index: 476 + Item: Violin_ Rate: 7 - - Item: Mandolin_ + - Index: 477 + Item: Mandolin_ Rate: 7 - - Item: Lute_ + - Index: 478 + Item: Lute_ Rate: 7 - - Item: Guitar_ + - Index: 479 + Item: Guitar_ Rate: 7 - - Item: Harp_ + - Index: 480 + Item: Harp_ Rate: 7 - - Item: Guh_Moon_Goh_ + - Index: 481 + Item: Guh_Moon_Goh_ Rate: 7 - - Item: Guitar_Of_Passion + - Index: 482 + Item: Guitar_Of_Passion Rate: 1 - - Item: Guitar_Of_Blue_Solo + - Index: 483 + Item: Guitar_Of_Blue_Solo Rate: 1 - - Item: Guitar_Of_Vast_Land + - Index: 484 + Item: Guitar_Of_Vast_Land Rate: 1 - - Item: Guitar_Of_Gentle_Breeze + - Index: 485 + Item: Guitar_Of_Gentle_Breeze Rate: 1 - - Item: Oriental_Lute + - Index: 486 + Item: Oriental_Lute Rate: 1 - - Item: Base_Guitar + - Index: 487 + Item: Base_Guitar Rate: 1 - - Item: Green_Whistle + - Index: 488 + Item: Green_Whistle Rate: 1 - - Item: Rope_ + - Index: 489 + Item: Rope_ Rate: 7 - - Item: Line_ + - Index: 490 + Item: Line_ Rate: 7 - - Item: Wire_ + - Index: 491 + Item: Wire_ Rate: 7 - - Item: Rante_ + - Index: 492 + Item: Rante_ Rate: 7 - - Item: Tail_ + - Index: 493 + Item: Tail_ Rate: 7 - - Item: Whip_ + - Index: 494 + Item: Whip_ Rate: 7 - - Item: Whip_Of_Red_Flame + - Index: 495 + Item: Whip_Of_Red_Flame Rate: 1 - - Item: Whip_Of_Ice_Piece + - Index: 496 + Item: Whip_Of_Ice_Piece Rate: 1 - - Item: Whip_Of_Earth + - Index: 497 + Item: Whip_Of_Earth Rate: 1 - - Item: Jump_Rope + - Index: 498 + Item: Jump_Rope Rate: 1 - - Item: Bladed_Whip + - Index: 499 + Item: Bladed_Whip Rate: 1 - - Item: Queen's_Whip + - Index: 500 + Item: Queen's_Whip Rate: 1 - - Item: Electric_Wire + - Index: 501 + Item: Electric_Wire Rate: 1 - - Item: Electric_Eel + - Index: 502 + Item: Electric_Eel Rate: 1 - - Item: Sea_Witch_Foot + - Index: 503 + Item: Sea_Witch_Foot Rate: 1 - - Item: Carrot_Whip + - Index: 504 + Item: Carrot_Whip Rate: 1 - - Item: Stem_Whip + - Index: 505 + Item: Stem_Whip Rate: 1 - - Item: Rosebine + - Index: 506 + Item: Rosebine Rate: 1 - - Item: Guard_ + - Index: 507 + Item: Guard_ Rate: 7 - - Item: Buckler_ + - Index: 508 + Item: Buckler_ Rate: 7 - - Item: Shield_ + - Index: 509 + Item: Shield_ Rate: 7 - - Item: Mirror_Shield_ + - Index: 510 + Item: Mirror_Shield_ Rate: 7 - - Item: Memorize_Book + - Index: 511 + Item: Memorize_Book Rate: 7 - - Item: Novice_Guard + - Index: 512 + Item: Novice_Guard Rate: 7 - - Item: Imperial_Guard + - Index: 513 + Item: Imperial_Guard Rate: 1 - - Item: Sunglasses + - Index: 514 + Item: Sunglasses Rate: 7 - - Item: Glasses + - Index: 515 + Item: Glasses Rate: 7 - - Item: Diver's_Goggles + - Index: 516 + Item: Diver's_Goggles Rate: 7 - - Item: Wedding_Veil + - Index: 517 + Item: Wedding_Veil Rate: 7 - - Item: Fancy_Flower + - Index: 518 + Item: Fancy_Flower Rate: 7 - - Item: Ribbon + - Index: 519 + Item: Ribbon Rate: 7 - - Item: Ribbon_ + - Index: 520 + Item: Ribbon_ Rate: 7 - - Item: Hair_Band + - Index: 521 + Item: Hair_Band Rate: 7 - - Item: Bandana + - Index: 522 + Item: Bandana Rate: 7 - - Item: Eye_Bandage + - Index: 523 + Item: Eye_Bandage Rate: 7 - - Item: Cat_Hairband + - Index: 524 + Item: Cat_Hairband Rate: 7 - - Item: Bunny_Band + - Index: 525 + Item: Bunny_Band Rate: 7 - - Item: Flower_Hairband + - Index: 526 + Item: Flower_Hairband Rate: 7 - - Item: Biretta + - Index: 527 + Item: Biretta Rate: 7 - - Item: Biretta_ + - Index: 528 + Item: Biretta_ Rate: 7 - - Item: Flu_Mask + - Index: 529 + Item: Flu_Mask Rate: 7 - - Item: Hat + - Index: 530 + Item: Hat Rate: 7 - - Item: Hat_ + - Index: 531 + Item: Hat_ Rate: 7 - - Item: Turban + - Index: 532 + Item: Turban Rate: 7 - - Item: Turban_ + - Index: 533 + Item: Turban_ Rate: 7 - - Item: Goggle + - Index: 534 + Item: Goggle Rate: 7 - - Item: Goggle_ + - Index: 535 + Item: Goggle_ Rate: 7 - - Item: Cap + - Index: 536 + Item: Cap Rate: 7 - - Item: Cap_ + - Index: 537 + Item: Cap_ Rate: 7 - - Item: Helm + - Index: 538 + Item: Helm Rate: 7 - - Item: Helm_ + - Index: 539 + Item: Helm_ Rate: 7 - - Item: Gemmed_Sallet + - Index: 540 + Item: Gemmed_Sallet Rate: 7 - - Item: Gemmed_Sallet_ + - Index: 541 + Item: Gemmed_Sallet_ Rate: 7 - - Item: Circlet + - Index: 542 + Item: Circlet Rate: 7 - - Item: Circlet_ + - Index: 543 + Item: Circlet_ Rate: 7 - - Item: Tiara + - Index: 544 + Item: Tiara Rate: 1 - - Item: Crown + - Index: 545 + Item: Crown Rate: 1 - - Item: Santa's_Hat + - Index: 546 + Item: Santa's_Hat Rate: 7 - - Item: One_Eyed_Glass + - Index: 547 + Item: One_Eyed_Glass Rate: 7 - - Item: Granpa_Beard + - Index: 548 + Item: Granpa_Beard Rate: 7 - - Item: Luxury_Sunglasses + - Index: 549 + Item: Luxury_Sunglasses Rate: 7 - - Item: Spinning_Eyes + - Index: 550 + Item: Spinning_Eyes Rate: 7 - - Item: Big_Sis'_Ribbon + - Index: 551 + Item: Big_Sis'_Ribbon Rate: 7 - - Item: Sweet_Gents + - Index: 552 + Item: Sweet_Gents Rate: 7 - - Item: Golden_Gear + - Index: 553 + Item: Golden_Gear Rate: 7 - - Item: Oldman's_Romance + - Index: 554 + Item: Oldman's_Romance Rate: 7 - - Item: Western_Grace + - Index: 555 + Item: Western_Grace Rate: 7 - - Item: Coronet + - Index: 556 + Item: Coronet Rate: 1 - - Item: Fillet + - Index: 557 + Item: Fillet Rate: 7 - - Item: Holy_Bonnet + - Index: 558 + Item: Holy_Bonnet Rate: 7 - - Item: Star_Sparkling + - Index: 559 + Item: Star_Sparkling Rate: 7 - - Item: Sunflower + - Index: 560 + Item: Sunflower Rate: 7 - - Item: Angelic_Chain + - Index: 561 + Item: Angelic_Chain Rate: 1 - - Item: Satanic_Chain + - Index: 562 + Item: Satanic_Chain Rate: 1 - - Item: Magestic_Goat + - Index: 563 + Item: Magestic_Goat Rate: 1 - - Item: Snowy_Horn + - Index: 564 + Item: Snowy_Horn Rate: 7 - - Item: Sharp_Gear + - Index: 565 + Item: Sharp_Gear Rate: 1 - - Item: Mini_Propeller + - Index: 566 + Item: Mini_Propeller Rate: 7 - - Item: Mini_Glasses + - Index: 567 + Item: Mini_Glasses Rate: 7 - - Item: Prontera_Army_Cap + - Index: 568 + Item: Prontera_Army_Cap Rate: 7 - - Item: Pierrot_Nose + - Index: 569 + Item: Pierrot_Nose Rate: 7 - - Item: Gangster_Patch + - Index: 570 + Item: Gangster_Patch Rate: 7 - - Item: Ganster_Mask + - Index: 571 + Item: Ganster_Mask Rate: 7 - - Item: Iron_Cane + - Index: 572 + Item: Iron_Cane Rate: 7 - - Item: Cigar + - Index: 573 + Item: Cigar Rate: 7 - - Item: Smoking_Pipe + - Index: 574 + Item: Smoking_Pipe Rate: 7 - - Item: Centimental_Flower + - Index: 575 + Item: Centimental_Flower Rate: 7 - - Item: Centimental_Leaf + - Index: 576 + Item: Centimental_Leaf Rate: 7 - - Item: Jack_A_Dandy + - Index: 577 + Item: Jack_A_Dandy Rate: 7 - - Item: Ghost_Bandana + - Index: 578 + Item: Ghost_Bandana Rate: 1 - - Item: Red_Bandana + - Index: 579 + Item: Red_Bandana Rate: 7 - - Item: Eagle_Eyes + - Index: 580 + Item: Eagle_Eyes Rate: 7 - - Item: Nurse_Cap + - Index: 581 + Item: Nurse_Cap Rate: 7 - - Item: Mr_Smile + - Index: 582 + Item: Mr_Smile Rate: 7 - - Item: Bomb_Wick + - Index: 583 + Item: Bomb_Wick Rate: 7 - - Item: Spirit_Chain + - Index: 584 + Item: Spirit_Chain Rate: 7 - - Item: Apple_Of_Archer + - Index: 585 + Item: Apple_Of_Archer Rate: 7 - - Item: Elven_Ears + - Index: 586 + Item: Elven_Ears Rate: 1 - - Item: Pirate_Bandana + - Index: 587 + Item: Pirate_Bandana Rate: 7 - - Item: Mr_Scream + - Index: 588 + Item: Mr_Scream Rate: 7 - - Item: Poo_Poo_Hat + - Index: 589 + Item: Poo_Poo_Hat Rate: 7 - - Item: Funeral_Costume + - Index: 590 + Item: Funeral_Costume Rate: 7 - - Item: Masquerade + - Index: 591 + Item: Masquerade Rate: 7 - - Item: Star_Dust + - Index: 592 + Item: Star_Dust Rate: 7 - - Item: Blinker + - Index: 593 + Item: Blinker Rate: 7 - - Item: Goblini_Mask + - Index: 594 + Item: Goblini_Mask Rate: 7 - - Item: Green_Feeler + - Index: 595 + Item: Green_Feeler Rate: 7 - - Item: Viking_Helm + - Index: 596 + Item: Viking_Helm Rate: 7 - - Item: Cotton_Shirt_ + - Index: 597 + Item: Cotton_Shirt_ Rate: 7 - - Item: Leather_Jacket_ + - Index: 598 + Item: Leather_Jacket_ Rate: 7 - - Item: Adventurere's_Suit_ + - Index: 599 + Item: Adventurere's_Suit_ Rate: 7 - - Item: Mantle_ + - Index: 600 + Item: Mantle_ Rate: 7 - - Item: Coat_ + - Index: 601 + Item: Coat_ Rate: 7 - - Item: Mink_Coat + - Index: 602 + Item: Mink_Coat Rate: 7 - - Item: Padded_Armor_ + - Index: 603 + Item: Padded_Armor_ Rate: 7 - - Item: Chain_Mail_ + - Index: 604 + Item: Chain_Mail_ Rate: 7 - - Item: Plate_Armor_ + - Index: 605 + Item: Plate_Armor_ Rate: 7 - - Item: Clothes_Of_The_Lord + - Index: 606 + Item: Clothes_Of_The_Lord Rate: 7 - - Item: Formal_Suit + - Index: 607 + Item: Formal_Suit Rate: 7 - - Item: Silk_Robe_ + - Index: 608 + Item: Silk_Robe_ Rate: 7 - - Item: Scapulare_ + - Index: 609 + Item: Scapulare_ Rate: 7 - - Item: Saint_Robe_ + - Index: 610 + Item: Saint_Robe_ Rate: 7 - - Item: Holy_Robe + - Index: 611 + Item: Holy_Robe Rate: 1 - - Item: Wooden_Mail_ + - Index: 612 + Item: Wooden_Mail_ Rate: 7 - - Item: Tights_ + - Index: 613 + Item: Tights_ Rate: 7 - - Item: Silver_Robe_ + - Index: 614 + Item: Silver_Robe_ Rate: 7 - - Item: Mage_Coat + - Index: 615 + Item: Mage_Coat Rate: 1 - - Item: Thief_Clothes_ + - Index: 616 + Item: Thief_Clothes_ Rate: 7 - - Item: Ninja_Suit + - Index: 617 + Item: Ninja_Suit Rate: 7 - - Item: Wedding_Dress + - Index: 618 + Item: Wedding_Dress Rate: 7 - - Item: G_Strings + - Index: 619 + Item: G_Strings Rate: 7 - - Item: Novice_Breast + - Index: 620 + Item: Novice_Breast Rate: 7 - - Item: Novice_Plate + - Index: 621 + Item: Novice_Plate Rate: 7 - - Item: Sandals_ + - Index: 622 + Item: Sandals_ Rate: 7 - - Item: Shoes_ + - Index: 623 + Item: Shoes_ Rate: 7 - - Item: Boots_ + - Index: 624 + Item: Boots_ Rate: 7 - - Item: Chrystal_Pumps + - Index: 625 + Item: Chrystal_Pumps Rate: 7 - - Item: Cuffs + - Index: 626 + Item: Cuffs Rate: 7 - - Item: Spiky_Heel + - Index: 627 + Item: Spiky_Heel Rate: 7 - - Item: Grave + - Index: 628 + Item: Grave Rate: 7 - - Item: Novice_Boots + - Index: 629 + Item: Novice_Boots Rate: 7 - - Item: Feral_Boots + - Index: 630 + Item: Feral_Boots Rate: 1 - - Item: Dance_Shoes + - Index: 631 + Item: Dance_Shoes Rate: 1 - - Item: Hood_ + - Index: 632 + Item: Hood_ Rate: 7 - - Item: Muffler_ + - Index: 633 + Item: Muffler_ Rate: 7 - - Item: Manteau_ + - Index: 634 + Item: Manteau_ Rate: 7 - - Item: Cape_Of_Ancient_Lord + - Index: 635 + Item: Cape_Of_Ancient_Lord Rate: 7 - - Item: Ragamuffin_Cape + - Index: 636 + Item: Ragamuffin_Cape Rate: 7 - - Item: Novice_Hood + - Index: 637 + Item: Novice_Hood Rate: 7 - - Item: Celestial_Robe + - Index: 638 + Item: Celestial_Robe Rate: 1 - - Item: Pauldron + - Index: 639 + Item: Pauldron Rate: 1 - - Item: Wing_Of_Eagle + - Index: 640 + Item: Wing_Of_Eagle Rate: 1 - - Item: Feral_Tail + - Index: 641 + Item: Feral_Tail Rate: 1 - - Item: Ring + - Index: 642 + Item: Ring Rate: 7 - - Item: Earring + - Index: 643 + Item: Earring Rate: 7 - - Item: Necklace + - Index: 644 + Item: Necklace Rate: 7 - - Item: Glove + - Index: 645 + Item: Glove Rate: 7 - - Item: Brooch + - Index: 646 + Item: Brooch Rate: 7 - - Item: Clip + - Index: 647 + Item: Clip Rate: 7 - - Item: Rosary + - Index: 648 + Item: Rosary Rate: 7 - - Item: Skul_Ring + - Index: 649 + Item: Skul_Ring Rate: 7 - - Item: Gold_Ring + - Index: 650 + Item: Gold_Ring Rate: 7 - - Item: Silver_Ring + - Index: 651 + Item: Silver_Ring Rate: 7 - - Item: Flower_Ring + - Index: 652 + Item: Flower_Ring Rate: 7 - - Item: Diamond_Ring + - Index: 653 + Item: Diamond_Ring Rate: 7 - - Item: An_Eye_Of_Dullahan + - Index: 654 + Item: An_Eye_Of_Dullahan Rate: 1 - - Item: Safety_Ring + - Index: 655 + Item: Safety_Ring Rate: 1 - - Item: Critical_Ring + - Index: 656 + Item: Critical_Ring Rate: 1 - - Item: Mitten_Of_Presbyter + - Index: 657 + Item: Mitten_Of_Presbyter Rate: 7 - - Item: Matyr's_Flea_Guard + - Index: 658 + Item: Matyr's_Flea_Guard Rate: 7 - - Item: Ring_ + - Index: 659 + Item: Ring_ Rate: 1 - - Item: Earring_ + - Index: 660 + Item: Earring_ Rate: 1 - - Item: Necklace_ + - Index: 661 + Item: Necklace_ Rate: 1 - - Item: Glove_ + - Index: 662 + Item: Glove_ Rate: 1 - - Item: Brooch_ + - Index: 663 + Item: Brooch_ Rate: 1 - - Item: Rosary_ + - Index: 664 + Item: Rosary_ Rate: 1 - - Item: Belt + - Index: 665 + Item: Belt Rate: 7 - - Item: Novice_Armlet + - Index: 666 + Item: Novice_Armlet Rate: 7 - - Item: Cursed_Lucky_Brooch + - Index: 667 + Item: Cursed_Lucky_Brooch Rate: 1 - - Item: Shinobi's_Sash + - Index: 668 + Item: Shinobi's_Sash Rate: 1 - - Item: Bloody_Iron_Ball + - Index: 669 + Item: Bloody_Iron_Ball Rate: 1 - - Item: Hyper_Changer + - Index: 670 + Item: Hyper_Changer Rate: 1 - - Item: Gold_Trickle + - Index: 671 + Item: Gold_Trickle Rate: 1 - - Item: El_Dicastes_Light + - Index: 672 + Item: El_Dicastes_Light Rate: 1 - - Item: Telekinetic_Orb + - Index: 673 + Item: Telekinetic_Orb Rate: 1 - - Item: Alchemy_Glove + - Index: 674 + Item: Alchemy_Glove Rate: 1 - - Item: Gemmed_Crown + - Index: 675 + Item: Gemmed_Crown Rate: 1 - - Item: Joker_Jester + - Index: 676 + Item: Joker_Jester Rate: 7 - - Item: Gas_Mask + - Index: 677 + Item: Gas_Mask Rate: 7 - - Item: Machoman_Glasses + - Index: 678 + Item: Machoman_Glasses Rate: 7 - - Item: Loard_Circlet + - Index: 679 + Item: Loard_Circlet Rate: 1 - - Item: Puppy_Love + - Index: 680 + Item: Puppy_Love Rate: 7 - - Item: Safety_Helmet + - Index: 681 + Item: Safety_Helmet Rate: 7 - - Item: Indian_Hair_Piece + - Index: 682 + Item: Indian_Hair_Piece Rate: 7 - - Item: Antenna + - Index: 683 + Item: Antenna Rate: 7 - - Item: Fin_Helm + - Index: 684 + Item: Fin_Helm Rate: 7 - - Item: Egg_Shell + - Index: 685 + Item: Egg_Shell Rate: 7 - - Item: Bone_Helm + - Index: 686 + Item: Bone_Helm Rate: 1 - - Item: Corsair + - Index: 687 + Item: Corsair Rate: 1 - - Item: Panda_Cap + - Index: 688 + Item: Panda_Cap Rate: 7 - - Item: Poring_Hat + - Index: 689 + Item: Poring_Hat Rate: 7 - - Item: Fruit_Shell + - Index: 690 + Item: Fruit_Shell Rate: 7 - - Item: Spinx_Helm + - Index: 691 + Item: Spinx_Helm Rate: 1 - - Item: Popcorn_Hair + - Index: 692 + Item: Popcorn_Hair Rate: 1 - - Item: Novice_Egg_Cap + - Index: 693 + Item: Novice_Egg_Cap Rate: 7 - - Item: Horn_Of_Succubus + - Index: 694 + Item: Horn_Of_Succubus Rate: 1 - - Item: Inccubus_Horn + - Index: 695 + Item: Inccubus_Horn Rate: 1 - - Item: Pair_Of_Red_Ribbon + - Index: 696 + Item: Pair_Of_Red_Ribbon Rate: 1 - - Item: Goblin_Mask_02 + - Index: 697 + Item: Goblin_Mask_02 Rate: 7 - - Item: Goblin_Mask_03 + - Index: 698 + Item: Goblin_Mask_03 Rate: 7 - - Item: Goblin_Mask_04 + - Index: 699 + Item: Goblin_Mask_04 Rate: 7 - - Item: Galapago_Cap + - Index: 700 + Item: Galapago_Cap Rate: 1 - - Item: Angry_Mouth + - Index: 701 + Item: Angry_Mouth Rate: 1 - - Item: Banana_Hat + - Index: 702 + Item: Banana_Hat Rate: 1 - - Item: Ear_Of_Puppy + - Index: 703 + Item: Ear_Of_Puppy Rate: 1 - - Item: Super_Novice_Hat_ + - Index: 704 + Item: Super_Novice_Hat_ Rate: 1 - - Item: Fedora_ + - Index: 705 + Item: Fedora_ Rate: 1 - - Item: Mould_Powder + - Index: 706 + Item: Mould_Powder Rate: 14 - - Item: Ogre_Tooth + - Index: 707 + Item: Ogre_Tooth Rate: 14 - - Item: Anolian_Skin + - Index: 708 + Item: Anolian_Skin Rate: 14 - - Item: Mud_Lump + - Index: 709 + Item: Mud_Lump Rate: 14 - - Item: Skull + - Index: 710 + Item: Skull Rate: 14 - - Item: Wing_Of_Red_Bat + - Index: 711 + Item: Wing_Of_Red_Bat Rate: 14 - - Item: Claw_Of_Rat + - Index: 712 + Item: Claw_Of_Rat Rate: 14 - - Item: Stiff_Horn + - Index: 713 + Item: Stiff_Horn Rate: 14 - - Item: Glitter_Shell + - Index: 714 + Item: Glitter_Shell Rate: 14 - - Item: Tail_Of_Steel_Scorpion + - Index: 715 + Item: Tail_Of_Steel_Scorpion Rate: 14 - - Item: Claw_Of_Monkey + - Index: 716 + Item: Claw_Of_Monkey Rate: 14 - - Item: Tough_Scalelike_Stem + - Index: 717 + Item: Tough_Scalelike_Stem Rate: 14 - - Item: Coral_Reef + - Index: 718 + Item: Coral_Reef Rate: 14 - - Item: Old_Portrait + - Index: 719 + Item: Old_Portrait Rate: 14 - - Item: Bookclip_In_Memory + - Index: 720 + Item: Bookclip_In_Memory Rate: 14 - - Item: Spoon_Stub + - Index: 721 + Item: Spoon_Stub Rate: 14 - - Item: Key_Of_Clock_Tower + - Index: 722 + Item: Key_Of_Clock_Tower Rate: 14 - - Item: Underground_Key + - Index: 723 + Item: Underground_Key Rate: 14 - - Item: Claw_Of_Desert_Wolf + - Index: 724 + Item: Claw_Of_Desert_Wolf Rate: 14 - - Item: Old_Frying_Pan + - Index: 725 + Item: Old_Frying_Pan Rate: 14 - - Item: Piece_Of_Egg_Shell + - Index: 726 + Item: Piece_Of_Egg_Shell Rate: 14 - - Item: Poison_Spore + - Index: 727 + Item: Poison_Spore Rate: 14 - - Item: Red_Socks_With_Holes + - Index: 728 + Item: Red_Socks_With_Holes Rate: 14 - - Item: Matchstick + - Index: 729 + Item: Matchstick Rate: 14 - - Item: Fang_Of_Garm + - Index: 730 + Item: Fang_Of_Garm Rate: 14 - - Item: Yarn + - Index: 731 + Item: Yarn Rate: 14 - - Item: Fine_Grit + - Index: 732 + Item: Fine_Grit Rate: 14 - - Item: Alice's_Apron + - Index: 733 + Item: Alice's_Apron Rate: 14 - - Item: Talon_Of_Griffin + - Index: 734 + Item: Talon_Of_Griffin Rate: 14 - - Item: Stone + - Index: 735 + Item: Stone Rate: 14 - - Item: Cyfar + - Index: 736 + Item: Cyfar Rate: 14 - - Item: Brigan + - Index: 737 + Item: Brigan Rate: 14 - - Item: Cargo_Free_Ticket + - Index: 738 + Item: Cargo_Free_Ticket Rate: 14 - - Item: Warp_Free_Ticket + - Index: 739 + Item: Warp_Free_Ticket Rate: 14 - - Item: Cart_Free_Ticket + - Index: 740 + Item: Cart_Free_Ticket Rate: 14 - - Item: Soft_Feather + - Index: 741 + Item: Soft_Feather Rate: 14 - - Item: Dragon_Fly_Wing + - Index: 742 + Item: Dragon_Fly_Wing Rate: 14 - - Item: Sea_Otter_Leather + - Index: 743 + Item: Sea_Otter_Leather Rate: 14 - - Item: Ice_Piece + - Index: 744 + Item: Ice_Piece Rate: 14 - - Item: Stone_Piece + - Index: 745 + Item: Stone_Piece Rate: 14 - - Item: Burn_Tree + - Index: 746 + Item: Burn_Tree Rate: 14 - - Item: Broken_Armor_Piece + - Index: 747 + Item: Broken_Armor_Piece Rate: 14 - - Item: Broken_Shell + - Index: 748 + Item: Broken_Shell Rate: 14 - - Item: Tatters_Clothes + - Index: 749 + Item: Tatters_Clothes Rate: 14 - - Item: Rust_Suriken + - Index: 750 + Item: Rust_Suriken Rate: 14 - - Item: Wheel + - Index: 751 + Item: Wheel Rate: 14 - - Item: Mystery_Piece + - Index: 752 + Item: Mystery_Piece Rate: 14 - - Item: Broken_Steel_Piece + - Index: 753 + Item: Broken_Steel_Piece Rate: 14 - - Item: Cold_Magma + - Index: 754 + Item: Cold_Magma Rate: 14 - - Item: Burning_Heart + - Index: 755 + Item: Burning_Heart Rate: 14 - - Item: Live_Coal + - Index: 756 + Item: Live_Coal Rate: 14 - - Item: Old_Magic_Circle + - Index: 757 + Item: Old_Magic_Circle Rate: 14 - - Item: Sharp_Leaf + - Index: 758 + Item: Sharp_Leaf Rate: 14 - - Item: Peco_Wing_Feather + - Index: 759 + Item: Peco_Wing_Feather Rate: 14 - - Item: Goat's_Horn + - Index: 760 + Item: Goat's_Horn Rate: 14 - - Item: Gaoat's_Skin + - Index: 761 + Item: Gaoat's_Skin Rate: 14 - - Item: Boroken_Shiled_Piece + - Index: 762 + Item: Boroken_Shiled_Piece Rate: 14 - - Item: Shine_Spear_Blade + - Index: 763 + Item: Shine_Spear_Blade Rate: 14 - - Item: Vroken_Sword + - Index: 764 + Item: Vroken_Sword Rate: 14 - - Item: Smooth_Paper + - Index: 765 + Item: Smooth_Paper Rate: 14 - - Item: Fright_Paper_Blade + - Index: 766 + Item: Fright_Paper_Blade Rate: 14 - - Item: Broken_Pharaoh_Symbol + - Index: 767 + Item: Broken_Pharaoh_Symbol Rate: 14 - - Item: Tutankhamen's_Mask + - Index: 768 + Item: Tutankhamen's_Mask Rate: 14 - - Item: Harpy's_Feather + - Index: 769 + Item: Harpy's_Feather Rate: 14 - - Item: Harpy's_Claw + - Index: 770 + Item: Harpy's_Claw Rate: 14 - - Item: Rent_Spell_Book + - Index: 771 + Item: Rent_Spell_Book Rate: 14 - - Item: Rent_Scroll + - Index: 772 + Item: Rent_Scroll Rate: 14 - - Item: Spawns + - Index: 773 + Item: Spawns Rate: 14 - - Item: Burning_Horse_Shoe + - Index: 774 + Item: Burning_Horse_Shoe Rate: 14 - - Item: Honey_Jar + - Index: 775 + Item: Honey_Jar Rate: 14 - - Item: Hot_Hair + - Index: 776 + Item: Hot_Hair Rate: 14 - - Item: Dragon's_Skin + - Index: 777 + Item: Dragon's_Skin Rate: 14 - - Item: Sand_Lump + - Index: 778 + Item: Sand_Lump Rate: 14 - - Item: Scropion's_Nipper + - Index: 779 + Item: Scropion's_Nipper Rate: 14 - - Item: Large_Jellopy + - Index: 780 + Item: Large_Jellopy Rate: 14 - - Item: Medicine_Bowl + - Index: 781 + Item: Medicine_Bowl Rate: 14 - - Item: Fire_Bottle + - Index: 782 + Item: Fire_Bottle Rate: 14 - - Item: Acid_Bottle + - Index: 783 + Item: Acid_Bottle Rate: 14 - - Item: MenEater_Plant_Bottle + - Index: 784 + Item: MenEater_Plant_Bottle Rate: 14 - - Item: Mini_Bottle + - Index: 785 + Item: Mini_Bottle Rate: 14 - - Item: Coating_Bottle + - Index: 786 + Item: Coating_Bottle Rate: 14 - - Item: Yellow_Plate + - Index: 787 + Item: Yellow_Plate Rate: 14 - - Item: Bamboo_Cut + - Index: 788 + Item: Bamboo_Cut Rate: 14 - - Item: Oil_Paper + - Index: 789 + Item: Oil_Paper Rate: 14 - - Item: Glossy_Hair + - Index: 790 + Item: Glossy_Hair Rate: 14 - - Item: Old_Japaness_Clothes + - Index: 791 + Item: Old_Japaness_Clothes Rate: 14 - - Item: Poison_Powder + - Index: 792 + Item: Poison_Powder Rate: 14 - - Item: Poison_Toad's_Skin + - Index: 793 + Item: Poison_Toad's_Skin Rate: 14 - - Item: Broken_Shuriken + - Index: 794 + Item: Broken_Shuriken Rate: 14 - - Item: Black_Mask + - Index: 795 + Item: Black_Mask Rate: 14 - - Item: Broken_Wine_Vessel + - Index: 796 + Item: Broken_Wine_Vessel Rate: 14 - - Item: Tengu's_Nose + - Index: 797 + Item: Tengu's_Nose Rate: 14 - - Item: Black_Bear's_Skin + - Index: 798 + Item: Black_Bear's_Skin Rate: 14 - - Item: Cloud_Piece + - Index: 799 + Item: Cloud_Piece Rate: 14 - - Item: Sharp_Feeler + - Index: 800 + Item: Sharp_Feeler Rate: 14 - - Item: Hard_Peach + - Index: 801 + Item: Hard_Peach Rate: 14 - - Item: Limpid_Celestial_Robe + - Index: 802 + Item: Limpid_Celestial_Robe Rate: 14 - - Item: Soft_Silk_Cloth + - Index: 803 + Item: Soft_Silk_Cloth Rate: 14 - - Item: Mystery_Iron_Bit + - Index: 804 + Item: Mystery_Iron_Bit Rate: 14 - - Item: Great_Wing + - Index: 805 + Item: Great_Wing Rate: 14 - - Item: Taegeuk_Plate + - Index: 806 + Item: Taegeuk_Plate Rate: 14 - - Item: Tuxedo + - Index: 807 + Item: Tuxedo Rate: 14 - - Item: Leopard_Skin + - Index: 808 + Item: Leopard_Skin Rate: 14 - - Item: Leopard_Talon + - Index: 809 + Item: Leopard_Talon Rate: 14 - - Item: Packing_Ribbon + - Index: 810 + Item: Packing_Ribbon Rate: 14 - - Item: Packing_Paper + - Index: 811 + Item: Packing_Paper Rate: 14 - - Item: Cacao + - Index: 812 + Item: Cacao Rate: 14 - - Item: Thin_Stem + - Index: 813 + Item: Thin_Stem Rate: 14 - - Item: Festival_Mask + - Index: 814 + Item: Festival_Mask Rate: 14 - - Item: Browny_Root + - Index: 815 + Item: Browny_Root Rate: 14 - - Item: Heart_Of_Tree + - Index: 816 + Item: Heart_Of_Tree Rate: 14 - - Item: Solid_Peeling + - Index: 817 + Item: Solid_Peeling Rate: 14 - - Item: Lamplight + - Index: 818 + Item: Lamplight Rate: 14 - - Item: Blade_Of_Pinwheel + - Index: 819 + Item: Blade_Of_Pinwheel Rate: 14 - - Item: Germinating_Sprout + - Index: 820 + Item: Germinating_Sprout Rate: 14 - - Item: Soft_Leaf + - Index: 821 + Item: Soft_Leaf Rate: 14 - - Item: Air_Rifle + - Index: 822 + Item: Air_Rifle Rate: 14 - - Item: Shoulder_Protection + - Index: 823 + Item: Shoulder_Protection Rate: 14 - - Item: Tough_Vines + - Index: 824 + Item: Tough_Vines Rate: 14 - - Item: Great_Leaf + - Index: 825 + Item: Great_Leaf Rate: 14 - - Item: Flexible_String + - Index: 826 + Item: Flexible_String Rate: 14 - - Item: Log + - Index: 827 + Item: Log Rate: 14 - - Item: Beetle_Nipper + - Index: 828 + Item: Beetle_Nipper Rate: 14 - - Item: Solid_Twig + - Index: 829 + Item: Solid_Twig Rate: 14 - - Item: Piece_Of_Black_Cloth + - Index: 830 + Item: Piece_Of_Black_Cloth Rate: 14 - - Item: Black_Kitty_Doll + - Index: 831 + Item: Black_Kitty_Doll Rate: 14 - - Item: Old_Manteau + - Index: 832 + Item: Old_Manteau Rate: 14 - - Item: Rusty_Cleaver + - Index: 833 + Item: Rusty_Cleaver Rate: 14 - - Item: Dullahan's_Helm + - Index: 834 + Item: Dullahan's_Helm Rate: 14 - - Item: Dullahan_Armor + - Index: 835 + Item: Dullahan_Armor Rate: 14 - - Item: Rojerta_Piece + - Index: 836 + Item: Rojerta_Piece Rate: 14 - - Item: Hanging_Doll + - Index: 837 + Item: Hanging_Doll Rate: 14 - - Item: Needle_Pouch + - Index: 838 + Item: Needle_Pouch Rate: 14 - - Item: Bat_Cage + - Index: 839 + Item: Bat_Cage Rate: 14 - - Item: Broken_Needle + - Index: 840 + Item: Broken_Needle Rate: 14 - - Item: Red_Scarf + - Index: 841 + Item: Red_Scarf Rate: 14 - - Item: Spool + - Index: 842 + Item: Spool Rate: 14 - - Item: Rotten_Rope + - Index: 843 + Item: Rotten_Rope Rate: 14 - - Item: Striped_Socks + - Index: 844 + Item: Striped_Socks Rate: 14 - - Item: Ectoplasm + - Index: 845 + Item: Ectoplasm Rate: 14 - - Item: Tangled_Chain + - Index: 846 + Item: Tangled_Chain Rate: 14 - - Item: Tree_Knot + - Index: 847 + Item: Tree_Knot Rate: 14 - - Item: Distorted_Portrait + - Index: 848 + Item: Distorted_Portrait Rate: 14 - - Item: Pumpkin_Bucket + - Index: 849 + Item: Pumpkin_Bucket Rate: 14 - - Item: Fan + - Index: 850 + Item: Fan Rate: 14 - - Item: Cat_Eyed_Stone + - Index: 851 + Item: Cat_Eyed_Stone Rate: 14 - - Item: Dried_Sand + - Index: 852 + Item: Dried_Sand Rate: 14 - - Item: Dragon_Horn + - Index: 853 + Item: Dragon_Horn Rate: 14 - - Item: Dragon_Fang + - Index: 854 + Item: Dragon_Fang Rate: 14 - - Item: Tiger_Skin_Panties + - Index: 855 + Item: Tiger_Skin_Panties Rate: 14 - - Item: Little_Blacky_Ghost + - Index: 856 + Item: Little_Blacky_Ghost Rate: 14 - - Item: Bib + - Index: 857 + Item: Bib Rate: 14 - - Item: Milk_Bottle + - Index: 858 + Item: Milk_Bottle Rate: 14 - - Item: Dark_Crystal_Fragment + - Index: 859 + Item: Dark_Crystal_Fragment Rate: 1 - - Item: Long_Limb + - Index: 860 + Item: Long_Limb Rate: 1 - - Item: Screw + - Index: 861 + Item: Screw Rate: 1 - - Item: Old_Pick + - Index: 862 + Item: Old_Pick Rate: 1 - - Item: Old_Steel_Plate + - Index: 863 + Item: Old_Steel_Plate Rate: 1 - - Item: Air_Pollutant + - Index: 864 + Item: Air_Pollutant Rate: 1 - - Item: Fragment_Of_Crystal + - Index: 865 + Item: Fragment_Of_Crystal Rate: 1 - - Item: Poisonous_Gas + - Index: 866 + Item: Poisonous_Gas Rate: 1 - - Item: Battered_Kettle + - Index: 867 + Item: Battered_Kettle Rate: 1 - - Item: Tube + - Index: 868 + Item: Tube Rate: 1 - - Item: Fluorescent_Liquid + - Index: 869 + Item: Fluorescent_Liquid Rate: 1 - - Item: Headlamp + - Index: 870 + Item: Headlamp Rate: 1 - - Item: Piece_Of_Memory_Green + - Index: 871 + Item: Piece_Of_Memory_Green Rate: 1 - - Item: Piece_Of_Memory_Purple + - Index: 872 + Item: Piece_Of_Memory_Purple Rate: 1 - - Item: Piece_Of_Memory_Blue + - Index: 873 + Item: Piece_Of_Memory_Blue Rate: 1 - - Item: Piece_Of_Memory_Red + - Index: 874 + Item: Piece_Of_Memory_Red Rate: 1 - - Item: Red_Feather + - Index: 875 + Item: Red_Feather Rate: 1 - - Item: Blue_Feather + - Index: 876 + Item: Blue_Feather Rate: 1 - - Item: Cursed_Seal + - Index: 877 + Item: Cursed_Seal Rate: 1 - - Item: Tri_Headed_Dragon_Head + - Index: 878 + Item: Tri_Headed_Dragon_Head Rate: 1 - - Item: Treasure_Box + - Index: 879 + Item: Treasure_Box Rate: 1 - - Item: Dragonball_Green + - Index: 880 + Item: Dragonball_Green Rate: 1 - - Item: Dragonball_Blue + - Index: 881 + Item: Dragonball_Blue Rate: 1 - - Item: Dragonball_Red + - Index: 882 + Item: Dragonball_Red Rate: 1 - - Item: Dragonball_Yellow + - Index: 883 + Item: Dragonball_Yellow Rate: 1 - - Item: Bloody_Page + - Index: 884 + Item: Bloody_Page Rate: 1 - - Item: Piece_Of_Bone_Armor + - Index: 885 + Item: Piece_Of_Bone_Armor Rate: 1 - - Item: Scale_Of_Red_Dragon + - Index: 886 + Item: Scale_Of_Red_Dragon Rate: 1 - - Item: Yellow_Spice + - Index: 887 + Item: Yellow_Spice Rate: 1 - - Item: Sweet_Sauce + - Index: 888 + Item: Sweet_Sauce Rate: 1 - - Item: Plain_Sauce + - Index: 889 + Item: Plain_Sauce Rate: 1 - - Item: Hot_Sauce + - Index: 890 + Item: Hot_Sauce Rate: 1 - - Item: Red_Spice + - Index: 891 + Item: Red_Spice Rate: 1 - - Item: Cooking_Oil + - Index: 892 + Item: Cooking_Oil Rate: 1 - - Item: Cookbook01 + - Index: 893 + Item: Cookbook01 Rate: 1 - - Item: Cookbook02 + - Index: 894 + Item: Cookbook02 Rate: 1 - - Item: Cookbook03 + - Index: 895 + Item: Cookbook03 Rate: 1 - - Item: Cookbook04 + - Index: 896 + Item: Cookbook04 Rate: 1 - - Item: Cookbook05 + - Index: 897 + Item: Cookbook05 Rate: 1 - - Item: Cookbook06 + - Index: 898 + Item: Cookbook06 Rate: 1 - - Item: Cookbook07 + - Index: 899 + Item: Cookbook07 Rate: 1 - - Item: Cookbook08 + - Index: 900 + Item: Cookbook08 Rate: 1 - - Item: Cookbook09 + - Index: 901 + Item: Cookbook09 Rate: 1 - - Item: Cookbook10 + - Index: 902 + Item: Cookbook10 Rate: 1 - - Item: Pot + - Index: 903 + Item: Pot Rate: 1 - - Item: Burnt_Parts + - Index: 904 + Item: Burnt_Parts Rate: 1 - - Item: Pocket_Watch + - Index: 905 + Item: Pocket_Watch Rate: 1 - - Item: Ice_Heart + - Index: 906 + Item: Ice_Heart Rate: 1 - - Item: Ice_Scale + - Index: 907 + Item: Ice_Scale Rate: 1 - - Item: Bloody_Rune + - Index: 908 + Item: Bloody_Rune Rate: 1 - - Item: Rotten_Meat + - Index: 909 + Item: Rotten_Meat Rate: 1 - - Item: Sticky_Poison + - Index: 910 + Item: Sticky_Poison Rate: 1 - - Item: Suspicious_Hat + - Index: 911 + Item: Suspicious_Hat Rate: 1 - - Item: White_Mask + - Index: 912 + Item: White_Mask Rate: 1 - - Item: Old_White_Cloth + - Index: 913 + Item: Old_White_Cloth Rate: 17 - - Item: Clattering_Skull + - Index: 914 + Item: Clattering_Skull Rate: 16 - - Item: Broken_Farming_Utensil + - Index: 915 + Item: Broken_Farming_Utensil Rate: 17 - - Item: Skull_Helm + - Index: 916 + Item: Skull_Helm Rate: 7 - - Item: Monster_Oxygen_Mask + - Index: 917 + Item: Monster_Oxygen_Mask Rate: 7 - - Item: Transparent_Headgear + - Index: 918 + Item: Transparent_Headgear Rate: 7 - - Item: Pacifier + - Index: 919 + Item: Pacifier Rate: 7 - - Item: Wig + - Index: 920 + Item: Wig Rate: 7 - - Item: Queen's_Hair_Ornament + - Index: 921 + Item: Queen's_Hair_Ornament Rate: 7 - - Item: Silk_Ribbon + - Index: 922 + Item: Silk_Ribbon Rate: 7 - - Item: Punisher + - Index: 923 + Item: Punisher Rate: 7 - - Item: Wild_Flower + - Index: 924 + Item: Wild_Flower Rate: 7 - - Item: Battered_Pot + - Index: 925 + Item: Battered_Pot Rate: 7 - - Item: Stellar_Hairpin + - Index: 926 + Item: Stellar_Hairpin Rate: 7 - - Item: Tiny_Egg_Shell + - Index: 927 + Item: Tiny_Egg_Shell Rate: 7 - - Item: Backpack + - Index: 928 + Item: Backpack Rate: 7 - - Item: Rocker_Glasses + - Index: 929 + Item: Rocker_Glasses Rate: 7 - - Item: Green_Lace + - Index: 930 + Item: Green_Lace Rate: 7 - - Item: Golden_Bell + - Index: 931 + Item: Golden_Bell Rate: 7 - - Item: Bark_Shorts + - Index: 932 + Item: Bark_Shorts Rate: 7 - - Item: Monkey_Circlet + - Index: 933 + Item: Monkey_Circlet Rate: 7 - - Item: Red_Muffler + - Index: 934 + Item: Red_Muffler Rate: 7 - - Item: Sword_Of_Grave_Keeper + - Index: 935 + Item: Sword_Of_Grave_Keeper Rate: 7 - - Item: Dragon_Killer + - Index: 936 + Item: Dragon_Killer Rate: 1 - - Item: Ginnungagap + - Index: 937 + Item: Ginnungagap Rate: 1 - - Item: Coward_ + - Index: 938 + Item: Coward_ Rate: 1 - - Item: Black_Wing + - Index: 939 + Item: Black_Wing Rate: 1 - - Item: Ancient_Dagger + - Index: 940 + Item: Ancient_Dagger Rate: 1 - - Item: Long_Barrel + - Index: 941 + Item: Long_Barrel Rate: 1 - - Item: Long_Barrel_ + - Index: 942 + Item: Long_Barrel_ Rate: 1 - - Item: Gate_KeeperDD + - Index: 943 + Item: Gate_KeeperDD Rate: 1 - - Item: Thunder_P + - Index: 944 + Item: Thunder_P Rate: 1 - - Item: Lever_Action_Rifle + - Index: 945 + Item: Lever_Action_Rifle Rate: 2 - - Item: Bullet + - Index: 946 + Item: Bullet Rate: 1 - - Item: Silver_Bullet + - Index: 947 + Item: Silver_Bullet Rate: 1 - - Item: Shell_Of_Blood + - Index: 948 + Item: Shell_Of_Blood Rate: 1 - - Item: Flare_Sphere + - Index: 949 + Item: Flare_Sphere Rate: 1 - - Item: Lighting_Sphere + - Index: 950 + Item: Lighting_Sphere Rate: 1 - - Item: Poison_Sphere + - Index: 951 + Item: Poison_Sphere Rate: 1 - - Item: Blind_Sphere + - Index: 952 + Item: Blind_Sphere Rate: 1 - - Item: Freezing_Sphere + - Index: 953 + Item: Freezing_Sphere Rate: 1 - - Item: Huuma_Calm_Mind + - Index: 954 + Item: Huuma_Calm_Mind Rate: 1 - - Item: Chrome_Sword + - Index: 955 + Item: Chrome_Sword Rate: 1 - - Item: Red_Ether_Bag + - Index: 956 + Item: Red_Ether_Bag Rate: 1 - - Item: Mystic_Bow + - Index: 957 + Item: Mystic_Bow Rate: 1 - Group: VIOLET_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guyak_Pudding + - Index: 0 + Item: Guyak_Pudding Rate: 1307 Amount: 10 - - Item: Anger_Seagod + - Index: 1 + Item: Anger_Seagod Rate: 1300 Amount: 2 - - Item: Insurance_Package + - Index: 2 + Item: Insurance_Package Rate: 1300 - - Item: Bubble_Gum_Box + - Index: 3 + Item: Bubble_Gum_Box Rate: 1300 - - Item: Holy_Armor_S_Box10 + - Index: 4 + Item: Holy_Armor_S_Box10 Rate: 1300 - - Item: Angeling_Pot_Box + - Index: 5 + Item: Angeling_Pot_Box Rate: 1300 - - Item: Pencil_In_Mouth + - Index: 6 + Item: Pencil_In_Mouth Rate: 90 - - Item: King_Tiger_Doll_Hat_Box + - Index: 7 + Item: King_Tiger_Doll_Hat_Box Rate: 90 - - Item: Cloth_Dye_Coupon2_Box + - Index: 8 + Item: Cloth_Dye_Coupon2_Box Rate: 500 - - Item: Aspersio_5_Scroll_Box + - Index: 9 + Item: Aspersio_5_Scroll_Box Rate: 859 - - Item: Job_Manual50_Box + - Index: 10 + Item: Job_Manual50_Box Rate: 400 - - Item: Helm_Of_Thoth + - Index: 11 + Item: Helm_Of_Thoth Rate: 140 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 12 + Item: Guarantee_Armor_9Up Rate: 5 Announced: true - - Item: RWC_Memory_Mace + - Index: 13 + Item: RWC_Memory_Mace Rate: 3 Announced: true - - Item: SLD_Garm_Card + - Index: 14 + Item: SLD_Garm_Card Rate: 5 Announced: true - - Item: Rsx_0806_Card + - Index: 15 + Item: Rsx_0806_Card Rate: 1 Announced: true - - Item: Cherry_Twig_In_Mouth + - Index: 16 + Item: Cherry_Twig_In_Mouth Rate: 90 - - Item: Guarantee_Weapon_9Up + - Index: 17 + Item: Guarantee_Weapon_9Up Rate: 5 Announced: true - - Item: Maya_Puple_Card + - Index: 18 + Item: Maya_Puple_Card Rate: 5 Announced: true - Group: VOCATION_SCROLL SubGroups: - SubGroup: 1 List: - - Item: HP_Increase_PotionL + - Index: 0 + Item: HP_Increase_PotionL Rate: 1200 Amount: 30 - - Item: Vit_Dish_Box + - Index: 1 + Item: Vit_Dish_Box Rate: 1350 - - Item: Int_Dish_Box + - Index: 2 + Item: Int_Dish_Box Rate: 1350 - - Item: Boarding_Halter_Box + - Index: 3 + Item: Boarding_Halter_Box Rate: 200 - - Item: Guyak_Pudding + - Index: 4 + Item: Guyak_Pudding Rate: 1100 Amount: 10 - - Item: Psychic_ArmorS + - Index: 5 + Item: Psychic_ArmorS Rate: 500 Amount: 10 - - Item: HD_Ori_Box10 + - Index: 6 + Item: HD_Ori_Box10 Rate: 150 - - Item: Token_Of_Siegfried_Box + - Index: 7 + Item: Token_Of_Siegfried_Box Rate: 1100 - - Item: Megaphone_Box + - Index: 8 + Item: Megaphone_Box Rate: 1079 - - Item: Diabolic_Scroll + - Index: 9 + Item: Diabolic_Scroll Rate: 1100 Amount: 5 - - Item: Bloody_Dead_Branch + - Index: 10 + Item: Bloody_Dead_Branch Rate: 580 Announced: true - - Item: HD_Elu_Box10 + - Index: 11 + Item: HD_Elu_Box10 Rate: 150 - - Item: Gang_Scarf + - Index: 12 + Item: Gang_Scarf Rate: 45 Announced: true - - Item: Sealed_Orc_Load_Card + - Index: 13 + Item: Sealed_Orc_Load_Card Rate: 10 Announced: true - - Item: Sealed_B_Magaleta_Card + - Index: 14 + Item: Sealed_B_Magaleta_Card Rate: 10 Announced: true - - Item: Red_Bread_Hat + - Index: 15 + Item: Red_Bread_Hat Rate: 5 Announced: true - - Item: Guarantee_Armor_8Up + - Index: 16 + Item: Guarantee_Armor_8Up Rate: 10 Announced: true - - Item: Guarantee_Weapon_8Up + - Index: 17 + Item: Guarantee_Weapon_8Up Rate: 10 Announced: true - - Item: Incant_Samurai_Card + - Index: 18 + Item: Incant_Samurai_Card Rate: 1 Announced: true - - Item: Neuralizer_Box + - Index: 19 + Item: Neuralizer_Box Rate: 50 Announced: true - Group: WATER_TYPE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Cancer_Diadem + - Index: 0 + Item: Cancer_Diadem Rate: 150 Announced: true - - Item: Cancer_Crown + - Index: 1 + Item: Cancer_Crown Rate: 150 Announced: true - - Item: Scorpio_Diadem + - Index: 2 + Item: Scorpio_Diadem Rate: 60 Announced: true - - Item: Scorpio_Crown + - Index: 3 + Item: Scorpio_Crown Rate: 60 Announced: true - - Item: Pisces_Diadem + - Index: 4 + Item: Pisces_Diadem Rate: 110 Announced: true - - Item: Pisces_Crown + - Index: 5 + Item: Pisces_Crown Rate: 150 Announced: true - - Item: Wizard_Left_Eye + - Index: 6 + Item: Wizard_Left_Eye Rate: 20 Announced: true - - Item: Indi_Feather_Band + - Index: 7 + Item: Indi_Feather_Band Rate: 266 Announced: true - - Item: Unbreak_Weap_Box + - Index: 8 + Item: Unbreak_Weap_Box Rate: 300 - - Item: Unbreak_Def_Box + - Index: 9 + Item: Unbreak_Def_Box Rate: 300 - - Item: Token_Of_Siegfried_Box + - Index: 10 + Item: Token_Of_Siegfried_Box Rate: 1500 - - Item: Bubble_Gum_Box + - Index: 11 + Item: Bubble_Gum_Box Rate: 1500 - - Item: Magic_Card_Album + - Index: 12 + Item: Magic_Card_Album Rate: 100 - - Item: Agi_Dish_Box + - Index: 13 + Item: Agi_Dish_Box Rate: 1900 - - Item: Dex_Dish_Box + - Index: 14 + Item: Dex_Dish_Box Rate: 1900 - - Item: Donut_In_Mouth + - Index: 15 + Item: Donut_In_Mouth Rate: 10 Announced: true - - Item: Robo_Eye_Box + - Index: 16 + Item: Robo_Eye_Box Rate: 20 Announced: true - - Item: Sealed_TurtleG_Card + - Index: 17 + Item: Sealed_TurtleG_Card Rate: 1 Announced: true - - Item: Sealed_Amon_Ra_Card + - Index: 18 + Item: Sealed_Amon_Ra_Card Rate: 3 Announced: true - - Item: Diabolic_Scroll + - Index: 19 + Item: Diabolic_Scroll Rate: 1500 Amount: 5 - Group: WEATHER_REPORT_BOX SubGroups: - SubGroup: 0 List: - - Item: Clear_Sun - - Item: Rainbow - - Item: Rain_Cloud - - Item: Lightning_Cloud + - Index: 0 + Item: Clear_Sun + - Index: 1 + Item: Rainbow + - Index: 2 + Item: Rain_Cloud + - Index: 3 + Item: Lightning_Cloud - Group: WIND_TYPE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Gemini_Diadem + - Index: 0 + Item: Gemini_Diadem Rate: 100 Announced: true - - Item: Gemini_Crown + - Index: 1 + Item: Gemini_Crown Rate: 100 Announced: true - - Item: Libra_Diadem + - Index: 2 + Item: Libra_Diadem Rate: 50 Announced: true - - Item: Libra_Crown + - Index: 3 + Item: Libra_Crown Rate: 100 Announced: true - - Item: Aquarius_Diadem + - Index: 4 + Item: Aquarius_Diadem Rate: 100 Announced: true - - Item: Aquarius_Crown + - Index: 5 + Item: Aquarius_Crown Rate: 100 Announced: true - - Item: Snowman_Hat_Box + - Index: 6 + Item: Snowman_Hat_Box Rate: 5 Announced: true - - Item: Sunglasses_Bball_Hat + - Index: 7 + Item: Sunglasses_Bball_Hat Rate: 234 Announced: true - - Item: Hankie_In_Mouth + - Index: 8 + Item: Hankie_In_Mouth Rate: 50 Announced: true - - Item: New_Style_Box + - Index: 9 + Item: New_Style_Box Rate: 50 - - Item: Neuralizer_Box + - Index: 10 + Item: Neuralizer_Box Rate: 10 Announced: true - - Item: Battle_Manual_Box + - Index: 11 + Item: Battle_Manual_Box Rate: 1000 - - Item: Kafra_Card_Box + - Index: 12 + Item: Kafra_Card_Box Rate: 1000 - - Item: Bloody_Dead_Branch + - Index: 13 + Item: Bloody_Dead_Branch Rate: 500 - - Item: Spark_Candy_Box10 + - Index: 14 + Item: Spark_Candy_Box10 Rate: 1500 - - Item: Str_Dish_Box + - Index: 15 + Item: Str_Dish_Box Rate: 1200 - - Item: Int_Dish_Box + - Index: 16 + Item: Int_Dish_Box Rate: 1200 - - Item: Token_Of_Siegfried_Box + - Index: 17 + Item: Token_Of_Siegfried_Box Rate: 1200 - - Item: Garm_Card + - Index: 18 + Item: Garm_Card Rate: 1 Announced: true - - Item: Fruit_Of_Mastela_Box2 + - Index: 19 + Item: Fruit_Of_Mastela_Box2 Rate: 1500 - Group: WINTER_MIDGARD_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Megaphone_ + - Index: 0 + Item: Megaphone_ Rate: 1290 Amount: 10 - - Item: VIT_Biscuit_Stick + - Index: 1 + Item: VIT_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: STR_Biscuit_Stick + - Index: 2 + Item: STR_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Insurance_Package + - Index: 3 + Item: Insurance_Package Rate: 1300 Amount: 10 - - Item: DEX_Biscuit_Stick + - Index: 4 + Item: DEX_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: HE_Battle_Manual + - Index: 5 + Item: HE_Battle_Manual Rate: 1100 Amount: 10 - - Item: LUK_Biscuit_Stick + - Index: 6 + Item: LUK_Biscuit_Stick Rate: 1200 Amount: 10 - - Item: Unbreakable_Def + - Index: 7 + Item: Unbreakable_Def Rate: 300 Announced: true - - Item: Unbreakable_Weap + - Index: 8 + Item: Unbreakable_Weap Rate: 300 Announced: true - - Item: Shoes_Of_Wise_Man + - Index: 9 + Item: Shoes_Of_Wise_Man Rate: 150 Announced: true - - Item: Blue_Arara_Hat + - Index: 10 + Item: Blue_Arara_Hat Rate: 150 Announced: true - - Item: Campfire_Hat + - Index: 11 + Item: Campfire_Hat Rate: 150 Announced: true - - Item: Wind_Milestone + - Index: 12 + Item: Wind_Milestone Rate: 110 Announced: true - - Item: Loyalists_Hood + - Index: 13 + Item: Loyalists_Hood Rate: 50 Announced: true - - Item: C_Light_Darkness_Crown + - Index: 14 + Item: C_Light_Darkness_Crown Rate: 130 Announced: true - - Item: C_Saint_Frill_Ribbon + - Index: 15 + Item: C_Saint_Frill_Ribbon Rate: 109 Announced: true - - Item: Guarantee_Weapon_9Up + - Index: 16 + Item: Guarantee_Weapon_9Up Rate: 15 Announced: true - - Item: Guarantee_Armor_9Up + - Index: 17 + Item: Guarantee_Armor_9Up Rate: 15 Announced: true - - Item: Guarantee_Weapon_11Up + - Index: 18 + Item: Guarantee_Weapon_11Up Rate: 5 Announced: true - - Item: Guarantee_Armor_11Up + - Index: 19 + Item: Guarantee_Armor_11Up Rate: 5 Announced: true - - Item: Sealed_Tao_Card + - Index: 20 + Item: Sealed_Tao_Card Rate: 10 Announced: true - - Item: Sealed_B_Ygnizem_Card + - Index: 21 + Item: Sealed_B_Ygnizem_Card Rate: 10 Announced: true - - Item: Fallen_Bishop_Card + - Index: 22 + Item: Fallen_Bishop_Card Rate: 1 Announced: true - Group: WISDOM_SCROLL SubGroups: - SubGroup: 1 List: - - Item: White_Slim_Pot_Box2 + - Index: 0 + Item: White_Slim_Pot_Box2 Rate: 1100 - - Item: Blue_Herb_Box2 + - Index: 1 + Item: Blue_Herb_Box2 Rate: 1100 - - Item: Fruit_Of_Mastela_Box2 + - Index: 2 + Item: Fruit_Of_Mastela_Box2 Rate: 1200 - - Item: Dead_Tree_Branch_Box2 + - Index: 3 + Item: Dead_Tree_Branch_Box2 Rate: 1100 - - Item: B_Def_Potion_Box30 + - Index: 4 + Item: B_Def_Potion_Box30 Rate: 1100 - - Item: B_Mdef_Potion_Box30 + - Index: 5 + Item: B_Mdef_Potion_Box30 Rate: 1100 - - Item: Diabolic_Scroll + - Index: 6 + Item: Diabolic_Scroll Rate: 1100 Amount: 5 - - Item: Unbreak_Weap_Box + - Index: 7 + Item: Unbreak_Weap_Box Rate: 100 - - Item: Unbreak_Def_Box + - Index: 8 + Item: Unbreak_Def_Box Rate: 100 - - Item: Enchant_Book + - Index: 9 + Item: Enchant_Book Rate: 500 Announced: true - - Item: Battle_Manual_Box + - Index: 10 + Item: Battle_Manual_Box Rate: 784 - - Item: Bloody_Dead_Branch + - Index: 11 + Item: Bloody_Dead_Branch Rate: 400 Announced: true - - Item: Trident_Helmet + - Index: 12 + Item: Trident_Helmet Rate: 150 Announced: true - - Item: Fallen_Angel_Wing + - Index: 13 + Item: Fallen_Angel_Wing Rate: 5 Announced: true - - Item: Sealed_B_Harword_Card + - Index: 14 + Item: Sealed_B_Harword_Card Rate: 15 Announced: true - - Item: Randgris_Card + - Index: 15 + Item: Randgris_Card Rate: 1 Announced: true - - Item: Turtle_Hat_Box + - Index: 16 + Item: Turtle_Hat_Box Rate: 100 Announced: true - - Item: Snake_Head + - Index: 17 + Item: Snake_Head Rate: 40 Announced: true - - Item: Ghostring_Card + - Index: 18 + Item: Ghostring_Card Rate: 5 Announced: true - Group: XMAS_BLESS SubGroups: - SubGroup: 0 List: - - Item: Fire_Cracker_Xmas + - Index: 0 + Item: Fire_Cracker_Xmas Amount: 10 UniqueId: true - - Item: Red_Bag + - Index: 1 + Item: Red_Bag Amount: 3 UniqueId: true - SubGroup: 1 List: - - Item: Antonio_Card + - Index: 0 + Item: Antonio_Card Rate: 3 Announced: true UniqueId: true - - Item: Sealed_F_Bishop_Card + - Index: 1 + Item: Sealed_F_Bishop_Card Rate: 1 Announced: true UniqueId: true - - Item: Ribbon_Of_Bride + - Index: 2 + Item: Ribbon_Of_Bride Rate: 10 Announced: true UniqueId: true - - Item: Santa_Hat_1 + - Index: 3 + Item: Santa_Hat_1 Rate: 25 Announced: true UniqueId: true - - Item: Snowman_Hat_Box + - Index: 4 + Item: Snowman_Hat_Box Rate: 20 Announced: true UniqueId: true - - Item: Spiked_Scarf + - Index: 5 + Item: Spiked_Scarf Rate: 15 Announced: true UniqueId: true - - Item: Rainbow_Scarf + - Index: 6 + Item: Rainbow_Scarf Rate: 15 Announced: true UniqueId: true - - Item: Blue_Herb_Box2 + - Index: 7 + Item: Blue_Herb_Box2 Rate: 200 UniqueId: true - - Item: HP_Increase_PotionL + - Index: 8 + Item: HP_Increase_PotionL Rate: 186 Amount: 30 UniqueId: true - - Item: Job_Manual50_Box + - Index: 9 + Item: Job_Manual50_Box Rate: 250 UniqueId: true - - Item: Angeling_Potion + - Index: 10 + Item: Angeling_Potion Rate: 125 Amount: 10 UniqueId: true - - Item: Spark_Candy_Box10 + - Index: 11 + Item: Spark_Candy_Box10 Rate: 150 UniqueId: true - Group: XMAS_GIFT SubGroups: - SubGroup: 1 List: - - Item: HandMade_Chocolate + - Index: 0 + Item: HandMade_Chocolate Rate: 18 - - Item: HandMade_Chocolate_ + - Index: 1 + Item: HandMade_Chocolate_ Rate: 18 - - Item: Chocolate_Drink + - Index: 2 + Item: Chocolate_Drink Rate: 18 - - Item: Old_Blue_Box + - Index: 3 + Item: Old_Blue_Box Rate: 24 - - Item: Gift_Box + - Index: 4 + Item: Gift_Box Rate: 66 - - Item: Crystal_Jewel__ + - Index: 5 + Item: Crystal_Jewel__ Rate: 12 - - Item: Santa's_Hat_ + - Index: 6 + Item: Santa's_Hat_ Rate: 12 - - Item: Speed_Up_Potion + - Index: 7 + Item: Speed_Up_Potion Rate: 12 - - Item: Slow_Down_Potion + - Index: 8 + Item: Slow_Down_Potion Rate: 12 - - Item: Set_Of_Taiming_Item + - Index: 9 + Item: Set_Of_Taiming_Item Rate: 6 - - Item: Wrapped_Mask + - Index: 10 + Item: Wrapped_Mask Rate: 6 - - Item: Bundle_Of_Magic_Scroll + - Index: 11 + Item: Bundle_Of_Magic_Scroll Rate: 12 - - Item: First_Aid_Kit + - Index: 12 + Item: First_Aid_Kit Rate: 12 - - Item: Cookie_Bag + - Index: 13 + Item: Cookie_Bag Rate: 12 - - Item: Red_Bag + - Index: 14 + Item: Red_Bag Rate: 6 - - Item: Buche_De_Noel + - Index: 15 + Item: Buche_De_Noel Rate: 24 - - Item: Old_Bleu_Box + - Index: 16 + Item: Old_Bleu_Box Rate: 36 - - Item: Fire_Cracker_Love + - Index: 17 + Item: Fire_Cracker_Love Rate: 6 - - Item: Fire_Cracker_Xmas + - Index: 18 + Item: Fire_Cracker_Xmas Rate: 6 - Group: XMAS_PET_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Fish_Head_Hat + - Index: 0 + Item: Fish_Head_Hat Rate: 1 UniqueId: true - - Item: Santa_Poring_Hat + - Index: 1 + Item: Santa_Poring_Hat Rate: 1 UniqueId: true - - Item: Bell_Ribbon + - Index: 2 + Item: Bell_Ribbon Rate: 1 UniqueId: true - - Item: Ear_Of_Angel's_Wing + - Index: 3 + Item: Ear_Of_Angel's_Wing Rate: 5 UniqueId: true - - Item: Ear_Of_Devil's_Wing + - Index: 4 + Item: Ear_Of_Devil's_Wing Rate: 5 UniqueId: true - - Item: Flying_Angel + - Index: 5 + Item: Flying_Angel Rate: 5 UniqueId: true - - Item: Pecopeco_Hairband + - Index: 6 + Item: Pecopeco_Hairband Rate: 2 UniqueId: true - - Item: Nurse_Cap + - Index: 7 + Item: Nurse_Cap Rate: 20 UniqueId: true - - Item: Centimental_Flower + - Index: 8 + Item: Centimental_Flower Rate: 20 UniqueId: true - - Item: Tulip_Hairpin + - Index: 9 + Item: Tulip_Hairpin Rate: 80 UniqueId: true - - Item: Old_Violet_Box + - Index: 10 + Item: Old_Gift_Box Rate: 100 Amount: 3 UniqueId: true - - Item: Yggdrasilberry + - Index: 11 + Item: Old_Violet_Box + Rate: 100 + Amount: 3 + UniqueId: true + - Index: 12 + Item: Yggdrasilberry Rate: 110 Amount: 30 UniqueId: true - - Item: Leaf_Of_Yggdrasil + - Index: 13 + Item: Leaf_Of_Yggdrasil Rate: 100 Amount: 30 UniqueId: true - - Item: Crystal_Jewel + - Index: 14 + Item: Crystal_Jewel Rate: 100 Amount: 20 UniqueId: true - - Item: Crystal_Jewel__ + - Index: 15 + Item: Crystal_Jewel__ Rate: 150 Amount: 10 UniqueId: true - - Item: Zeny_Scroll + - Index: 16 + Item: Zeny_Scroll Rate: 150 Amount: 10 UniqueId: true - - Item: Max_Weight_Up_Scroll + - Index: 17 + Item: Max_Weight_Up_Box Rate: 50 Amount: 5 UniqueId: true @@ -23415,3220 +34840,4580 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: Elephant_Hat_ + - Index: 0 + Item: Elephant_Hat_ Rate: 1 - - Item: Cookie_Hat + - Index: 1 + Item: Cookie_Hat Rate: 1 - - Item: Silver_Tiara_ + - Index: 2 + Item: Silver_Tiara_ Rate: 1 - - Item: Gold_Tiara_ + - Index: 3 + Item: Gold_Tiara_ Rate: 1 - Group: YONG_KWANG_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Int_Dish_Box + - Index: 0 + Item: Int_Dish_Box Rate: 1400 - - Item: Dun_Tele_Scroll_Box10 + - Index: 1 + Item: Dun_Tele_Scroll_Box10 Rate: 1450 - - Item: Kafra_Card_Box + - Index: 2 + Item: Kafra_Card_Box Rate: 1450 - - Item: Holy_Armor_S_Box10 + - Index: 3 + Item: Holy_Armor_S_Box10 Rate: 1450 - - Item: Insurance_Package + - Index: 4 + Item: Insurance_Package Rate: 1400 - - Item: Str_Dish_Box + - Index: 5 + Item: Str_Dish_Box Rate: 1450 - - Item: Enriched_Elunium_Box + - Index: 6 + Item: Enriched_Elunium_Box Rate: 474 - - Item: Job_Manual50_Box + - Index: 7 + Item: Job_Manual50_Box Rate: 500 - - Item: Voyage_Hat + - Index: 8 + Item: Voyage_Hat Rate: 100 Announced: true - - Item: Side_Cap + - Index: 9 + Item: Side_Cap Rate: 100 Announced: true - - Item: Choco_Stick_In_Mouth + - Index: 10 + Item: Choco_Stick_In_Mouth Rate: 100 Announced: true - - Item: Upd_Bow_Guardian_Card + - Index: 11 + Item: Upd_Bow_Guardian_Card Rate: 10 Announced: true - - Item: C_Rainbow_Feather_Deco + - Index: 12 + Item: C_Rainbow_Feather_Deco Rate: 30 Announced: true - - Item: C_World_Star + - Index: 13 + Item: C_World_Star Rate: 30 Announced: true - - Item: SLD_Garm_Card + - Index: 14 + Item: SLD_Garm_Card Rate: 5 Announced: true - - Item: Drosera_Hairpin + - Index: 15 + Item: Drosera_Hairpin Rate: 25 Announced: true - - Item: Sinsuncho_Hat + - Index: 16 + Item: Sinsuncho_Hat Rate: 25 Announced: true - - Item: Detale_Card + - Index: 17 + Item: Detale_Card Rate: 1 Announced: true - Group: XMAS_PACKAGE_14 SubGroups: - SubGroup: 1 List: - - Item: Event_Cake + - Index: 0 + Item: Event_Cake Rate: 800 Amount: 10 - UniqueId: true - - Item: White_Slim_Potion_B + - Index: 1 + Item: White_Slim_Potion_B Rate: 800 Amount: 5 - UniqueId: true - - Item: White_Potion_B + - Index: 2 + Item: White_Potion_B Rate: 900 Amount: 5 - UniqueId: true - - Item: Chocolate_Drink_B + - Index: 3 + Item: Cookie_Bag_B Rate: 700 Amount: 3 - UniqueId: true - - Item: Blue_Potion_B + - Index: 4 + Item: Chocolate_Drink_B Rate: 700 Amount: 3 - UniqueId: true - - Item: Center_Potion_B + - Index: 5 + Item: Blue_Potion_B + Rate: 700 + Amount: 3 + - Index: 6 + Item: Center_Potion_B Rate: 800 Amount: 3 - UniqueId: true - - Item: Berserk_Potion_B + - Index: 7 + Item: Berserk_Potion_B Rate: 800 Amount: 3 - UniqueId: true - - Item: Awakening_Potion_B + - Index: 8 + Item: Awakening_Potion_B Rate: 800 Amount: 3 - UniqueId: true - - Item: Yggdrasilberry + - Index: 9 + Item: Yggdrasilberry Rate: 294 Amount: 3 - UniqueId: true - - Item: C_Polar_Bear_Cap + - Index: 10 + Item: C_Polar_Bear_Cap Rate: 1 - Amount: 1 - UniqueId: true - - Item: C_Mini_Tree_J + - Index: 11 + Item: C_Mini_Tree_J Rate: 1 - Amount: 1 - UniqueId: true - - Item: C_Cat_Santa_Hat + - Index: 12 + Item: C_Cat_Santa_Hat Rate: 1 - Amount: 1 - UniqueId: true - - Item: C_Rudolph_Santa_Hat + - Index: 13 + Item: C_Rudolph_Santa_Hat Rate: 1 - Amount: 1 - UniqueId: true - - Item: C_Santa_Hat_2 + - Index: 14 + Item: C_Santa_Hat_2 Rate: 1 - Amount: 1 - UniqueId: true - - Item: C_ShineSantaPoring + - Index: 15 + Item: C_ShineSantaPoring Rate: 1 - Amount: 1 - UniqueId: true - - Item: Str_Dish07 + - Index: 16 + Item: Str_Dish07 Rate: 400 - Amount: 1 - UniqueId: true - - Item: Agi_Dish07 + - Index: 17 + Item: Agi_Dish07 Rate: 400 - Amount: 1 - UniqueId: true - - Item: Vit_Dish07 + - Index: 18 + Item: Vit_Dish07 Rate: 400 - Amount: 1 - UniqueId: true - - Item: Int_Dish07 + - Index: 19 + Item: Int_Dish07 Rate: 400 - Amount: 1 - UniqueId: true - - Item: Dex_Dish07 + - Index: 20 + Item: Dex_Dish07 Rate: 400 - Amount: 1 - UniqueId: true - - Item: Luk_Dish07 + - Index: 21 + Item: Luk_Dish07 Rate: 400 - Amount: 1 - UniqueId: true - - Item: Old_Card_Album + - Index: 22 + Item: Old_Card_Album + Rate: 100 + - Index: 23 + Item: Guarantee_Weapon_9Up + Rate: 100 + - Index: 24 + Item: Guarantee_Armor_9Up Rate: 100 - Amount: 1 - UniqueId: true - Group: EASTER_EGG SubGroups: - SubGroup: 1 List: - - Item: Candy + - Index: 0 + Item: Candy Rate: 4 Amount: 5 - - Item: Piece_Of_Cake + - Index: 1 + Item: Piece_Of_Cake Rate: 4 Amount: 3 - - Item: Jam_Pancake + - Index: 2 + Item: Jam_Pancake Rate: 4 Amount: 2 - - Item: Fruit_Of_Mastela + - Index: 3 + Item: Fruit_Of_Mastela Rate: 3 Amount: 1 - - Item: Mystery_Egg + - Index: 4 + Item: Mystery_Egg Rate: 1 Amount: 1 - Group: PITAPAT_BOX SubGroups: - SubGroup: 1 List: - - Item: Solo_Gift_Basket + - Index: 0 + Item: Solo_Gift_Basket Rate: 1000 - Amount: 1 - - Item: Couple_Event_Basket + - Index: 1 + Item: Couple_Event_Basket Rate: 1000 - Amount: 1 - - Item: Strawberry_Choco + - Index: 2 + Item: Strawberry_Choco Rate: 2000 Amount: 5 - - Item: Chocolate_Drink + - Index: 3 + Item: Chocolate_Drink Rate: 2000 Amount: 3 - - Item: Candy_Striper + - Index: 4 + Item: Candy_Striper Rate: 2000 Amount: 5 - - Item: Angeling_Potion + - Index: 5 + Item: Angeling_Potion Rate: 1000 Amount: 3 - - Item: Diamond_Ring + - Index: 6 + Item: Diamond_Ring Rate: 300 - Amount: 1 - Announced: true - - Item: Witherless_Rose + - Index: 7 + Item: Witherless_Rose Rate: 400 - Amount: 1 - Announced: true - - Item: Jewel_Ring + - Index: 8 + Item: Jewel_Ring Rate: 300 - Amount: 1 - Announced: true - Group: HAPPY_BOX_J SubGroups: - SubGroup: 1 List: - - Item: High_Weapon_Box + - Index: 0 + Item: High_Weapon_Box Rate: 1 - - Item: C_Afro_Wig_Red + - Index: 1 + Item: C_Afro_Wig_Red Rate: 1 - - Item: Happy_Pierrot_Mask + - Index: 2 + Item: Happy_Pierrot_Mask Rate: 1 - - Item: Old_Violet_Box + - Index: 3 + Item: Old_Violet_Box Rate: 3 - - Item: Emperium + - Index: 4 + Item: Emperium Rate: 4 - - Item: Karvodailnirol + - Index: 5 + Item: Karvodailnirol Rate: 5 - - Item: Savage_Meat + - Index: 6 + Item: Savage_Meat Rate: 5 - - Item: Gun_Powder + - Index: 7 + Item: Gun_Powder Rate: 10 - - Item: Beef_Head_Meat + - Index: 8 + Item: Beef_Head_Meat Rate: 10 - - Item: Petti_Tail + - Index: 9 + Item: Petti_Tail Rate: 10 - - Item: Drocera_Tentacle + - Index: 10 + Item: Drocera_Tentacle Rate: 15 - - Item: Fire_Bottle + - Index: 11 + Item: Fire_Bottle Rate: 15 - - Item: Coating_Bottle + - Index: 12 + Item: Coating_Bottle Rate: 15 - - Item: Witherless_Rose + - Index: 13 + Item: Witherless_Rose Rate: 20 - - Item: Alchol + - Index: 14 + Item: Alchol Rate: 20 - - Item: Cold_Ice + - Index: 15 + Item: Cold_Ice Rate: 20 - - Item: Ice_Crystal + - Index: 16 + Item: Ice_Crystal Rate: 20 - - Item: Frozen_Rose + - Index: 17 + Item: Frozen_Rose Rate: 30 - - Item: Wolf_Blood + - Index: 18 + Item: Wolf_Blood Rate: 30 - - Item: Ice_Fragment + - Index: 19 + Item: Ice_Fragment Rate: 30 - - Item: Acid_Bottle + - Index: 20 + Item: Acid_Bottle Rate: 30 - - Item: Gift_Box + - Index: 21 + Item: Gift_Box Rate: 35 - - Item: MenEater_Plant_Bottle + - Index: 22 + Item: MenEater_Plant_Bottle Rate: 40 - - Item: Str_Dish06 + - Index: 23 + Item: Str_Dish06 Rate: 40 - - Item: Vit_Dish06 + - Index: 24 + Item: Vit_Dish06 Rate: 40 - - Item: Agi_Dish06 + - Index: 25 + Item: Agi_Dish06 Rate: 40 - - Item: Royal_Jelly + - Index: 26 + Item: Royal_Jelly Rate: 80 - - Item: Int_Dish03 + - Index: 27 + Item: Int_Dish03 Rate: 100 - - Item: Dex_Dish03 + - Index: 28 + Item: Dex_Dish03 Rate: 100 - - Item: Luk_Dish03 + - Index: 29 + Item: Luk_Dish03 Rate: 100 - - Item: Honey + - Index: 30 + Item: Honey Rate: 130 - Group: CLASS_SHADOW_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Ninja_Shield - Rate: 58 - - Item: S_Taekwon_Shield - Rate: 58 - - Item: S_DoramPhysical_Shield - Rate: 58 - - Item: S_DoramMagical_Shield - Rate: 58 - - Item: S_Rebellion_Armor - Rate: 58 - - Item: S_Kagerou_Armor - Rate: 58 - - Item: S_Oboro_Armor - Rate: 58 - - Item: S_Rebellion_Shoes - Rate: 58 - - Item: S_Kagerou_Shoes - Rate: 58 - - Item: S_Oboro_Shoes - Rate: 58 - - Item: S_DoramPhysical_Armor - Rate: 58 - - Item: S_DoramPhysical_Shoes - Rate: 58 - - Item: S_DoramMagical_Armor - Rate: 58 - - Item: S_DoramMagical_Shoes - Rate: 58 - - Item: S_Star_Emperor_Armor - Rate: 58 - - Item: S_Star_Emperor_Shoes - Rate: 58 - - Item: S_Soul_Reaper_Armor - Rate: 58 - - Item: S_Soul_Reaper_Shoes - Rate: 58 - - Item: S_Bard_Shoes - Rate: 59 - - Item: S_Dancer_Shoes - Rate: 59 - - Item: S_Bard_Armor - Rate: 59 - - Item: S_Dancer_Armor - Rate: 59 - - Item: S_SuperNovice_Weapon - Rate: 59 - - Item: S_Gunslinger_Weapon - Rate: 59 - - Item: S_Taekwon_Weapon - Rate: 59 - - Item: S_Ninja_Weapon - Rate: 59 - - Item: S_DoramMagical_Weapon - Rate: 59 - - Item: S_DoramPhysical_Weapon - Rate: 59 - - Item: S_Minstrel_Weapon - Rate: 59 - - Item: S_Wanderer_Weapon - Rate: 59 - - Item: S_Minstrel_Shield - Rate: 59 - - Item: S_Wanderer_Shield - Rate: 59 - - Item: S_SuperNovice_Shield - Rate: 59 - - Item: S_Gunslinger_Shield - Rate: 59 - - Item: S_Knight_Shoes - Rate: 118 - - Item: S_Crusader_Shoes - Rate: 118 - - Item: S_Blacksmith_Shoes - Rate: 118 - - Item: S_Alchemist_Shoes - Rate: 118 - - Item: S_Priest_Shoes - Rate: 118 - - Item: S_Monk_Shoes - Rate: 118 - - Item: S_Assassin_Shoes - Rate: 118 - - Item: S_Rogue_Shoes - Rate: 118 - - Item: S_Wizard_Shoes - Rate: 118 - - Item: S_Sage_Shoes - Rate: 118 - - Item: S_Hunter_Shoes - Rate: 118 - - Item: S_Knight_Armor - Rate: 118 - - Item: S_Crusader_Armor - Rate: 118 - - Item: S_Blacksmith_Armor - Rate: 118 - - Item: S_Alchemist_Armor - Rate: 118 - - Item: S_Priest_Armor - Rate: 118 - - Item: S_Monk_Armor - Rate: 118 - - Item: S_Assassin_Armor - Rate: 118 - - Item: S_Rogue_Armor - Rate: 118 - - Item: S_Wizard_Armor - Rate: 118 - - Item: S_Sage_Armor - Rate: 118 - - Item: S_Hunter_Armor - Rate: 118 - - Item: S_Runeknight_Weapon - Rate: 118 - - Item: S_Royalguard_Weapon - Rate: 118 - - Item: S_Mechanic_weapon - Rate: 118 - - Item: S_Genetic_Weapon - Rate: 118 - - Item: S_Archbishop_Weapon - Rate: 118 - - Item: S_Sura_weapon - Rate: 118 - - Item: S_Guillotine_Weapon - Rate: 118 - - Item: S_Shadowchaser_Weapon - Rate: 118 - - Item: S_Warlock_Weapon - Rate: 118 - - Item: S_Sorcerer_Weapon - Rate: 118 - - Item: S_Ranger_Weapon - Rate: 118 - - Item: S_Runeknight_Shield - Rate: 118 - - Item: S_Royalguard_Shield - Rate: 118 - - Item: S_Mechanic_Shield - Rate: 118 - - Item: S_Genetic_Shield - Rate: 118 - - Item: S_Archbishop_Shield - Rate: 118 - - Item: S_Sura_Shield - Rate: 118 - - Item: S_Guillotine_Shield - Rate: 118 - - Item: S_Shadowchaser_Shield - Rate: 118 - - Item: S_Warlock_Shield - Rate: 118 - - Item: S_Sorcerer_Shield - Rate: 118 - - Item: S_Ranger_Shield - Rate: 118 - - Item: S_Swordman_earring - Rate: 235 - - Item: S_Merchant_earring - Rate: 235 - - Item: S_Acolyte_earring - Rate: 235 - - Item: S_Magician_earring - Rate: 235 - - Item: S_Swordman_Pendant - Rate: 235 - - Item: S_Merchant_Pendant - Rate: 235 - - Item: S_Acolyte_Pendant - Rate: 235 - - Item: S_Thief_Pendant - Rate: 235 - - Item: S_Magician_Pendant - Rate: 235 - - Item: S_Archer_Pendant - Rate: 235 - - Item: S_Thief_earring - Rate: 235 - - Item: S_Archer_earring - Rate: 235 + - Index: 0 + Item: S_Swordman_earring + Rate: 4 + - Index: 1 + Item: S_Swordman_Pendant + Rate: 4 + - Index: 2 + Item: S_Knight_Armor + Rate: 2 + - Index: 3 + Item: S_Knight_Shoes + Rate: 2 + - Index: 4 + Item: S_Runeknight_Shield + Rate: 2 + - Index: 5 + Item: S_Runeknight_Weapon + Rate: 2 + - Index: 6 + Item: S_Crusader_Armor + Rate: 2 + - Index: 7 + Item: S_Crusader_Shoes + Rate: 2 + - Index: 8 + Item: S_Royalguard_Shield + Rate: 2 + - Index: 9 + Item: S_Royalguard_Weapon + Rate: 2 + - Index: 10 + Item: S_Merchant_earring + Rate: 4 + - Index: 11 + Item: S_Merchant_Pendant + Rate: 4 + - Index: 12 + Item: S_Blacksmith_Armor + Rate: 2 + - Index: 13 + Item: S_Blacksmith_Shoes + Rate: 2 + - Index: 14 + Item: S_Mechanic_Shield + Rate: 2 + - Index: 15 + Item: S_Mechanic_weapon + Rate: 2 + - Index: 16 + Item: S_Alchemist_Armor + Rate: 2 + - Index: 17 + Item: S_Alchemist_Shoes + Rate: 2 + - Index: 18 + Item: S_Genetic_Shield + Rate: 2 + - Index: 19 + Item: S_Genetic_Weapon + Rate: 2 + - Index: 20 + Item: S_Acolyte_earring + Rate: 4 + - Index: 21 + Item: S_Acolyte_Pendant + Rate: 4 + - Index: 22 + Item: S_Priest_Armor + Rate: 2 + - Index: 23 + Item: S_Priest_Shoes + Rate: 2 + - Index: 24 + Item: S_Archbishop_Shield + Rate: 2 + - Index: 25 + Item: S_Archbishop_Weapon + Rate: 2 + - Index: 26 + Item: S_Monk_Armor + Rate: 2 + - Index: 27 + Item: S_Monk_Shoes + Rate: 2 + - Index: 28 + Item: S_Sura_Shield + Rate: 2 + - Index: 29 + Item: S_Sura_weapon + Rate: 2 + - Index: 30 + Item: S_Thief_earring + Rate: 4 + - Index: 31 + Item: S_Thief_Pendant + Rate: 4 + - Index: 32 + Item: S_Assassin_Armor + Rate: 2 + - Index: 33 + Item: S_Assassin_Shoes + Rate: 2 + - Index: 34 + Item: S_Guillotine_Shield + Rate: 2 + - Index: 35 + Item: S_Guillotine_Weapon + Rate: 2 + - Index: 36 + Item: S_Rogue_Armor + Rate: 2 + - Index: 37 + Item: S_Rogue_Shoes + Rate: 2 + - Index: 38 + Item: S_Shadowchaser_Shield + Rate: 2 + - Index: 39 + Item: S_Shadowchaser_Weapon + Rate: 2 + - Index: 40 + Item: S_Magician_earring + Rate: 4 + - Index: 41 + Item: S_Magician_Pendant + Rate: 4 + - Index: 42 + Item: S_Wizard_Armor + Rate: 2 + - Index: 43 + Item: S_Wizard_Shoes + Rate: 2 + - Index: 44 + Item: S_Warlock_Shield + Rate: 2 + - Index: 45 + Item: S_Warlock_Weapon + Rate: 2 + - Index: 46 + Item: S_Sage_Armor + Rate: 2 + - Index: 47 + Item: S_Sage_Shoes + Rate: 2 + - Index: 48 + Item: S_Sorcerer_Shield + Rate: 2 + - Index: 49 + Item: S_Sorcerer_Weapon + Rate: 2 + - Index: 50 + Item: S_Archer_earring + Rate: 4 + - Index: 51 + Item: S_Archer_Pendant + Rate: 4 + - Index: 52 + Item: S_Hunter_Armor + Rate: 2 + - Index: 53 + Item: S_Hunter_Shoes + Rate: 2 + - Index: 54 + Item: S_Ranger_Shield + Rate: 2 + - Index: 55 + Item: S_Ranger_Weapon + Rate: 2 + - Index: 56 + Item: S_Bard_Armor + Rate: 1 + - Index: 57 + Item: S_Bard_Shoes + Rate: 1 + - Index: 58 + Item: S_Minstrel_Shield + Rate: 1 + - Index: 59 + Item: S_Minstrel_Weapon + Rate: 1 + - Index: 60 + Item: S_Dancer_Armor + Rate: 1 + - Index: 61 + Item: S_Dancer_Shoes + Rate: 1 + - Index: 62 + Item: S_Wanderer_Shield + Rate: 1 + - Index: 63 + Item: S_Wanderer_Weapon + Rate: 1 + - Index: 64 + Item: S_SuperNovice_Weapon + Rate: 1 + - Index: 65 + Item: S_Gunslinger_Weapon + Rate: 1 + - Index: 66 + Item: S_Taekwon_Weapon + Rate: 1 + - Index: 67 + Item: S_Ninja_Weapon + Rate: 1 + - Index: 68 + Item: S_DoramMagical_Weapon + Rate: 1 + - Index: 69 + Item: S_DoramPhysical_Weapon + Rate: 1 + - Index: 70 + Item: S_SuperNovice_Shield + Rate: 1 + - Index: 71 + Item: S_Gunslinger_Shield + Rate: 1 + - Index: 72 + Item: S_Taekwon_Shield + Rate: 1 + - Index: 73 + Item: S_Ninja_Shield + Rate: 1 + - Index: 74 + Item: S_DoramMagical_Shield + Rate: 1 + - Index: 75 + Item: S_DoramPhysical_Shield + Rate: 1 + - Index: 76 + Item: S_Rebellion_Armor + Rate: 1 + - Index: 77 + Item: S_Kagerou_Armor + Rate: 1 + - Index: 78 + Item: S_Oboro_Armor + Rate: 1 + - Index: 79 + Item: S_Rebellion_Shoes + Rate: 1 + - Index: 80 + Item: S_Kagerou_Shoes + Rate: 1 + - Index: 81 + Item: S_Oboro_Shoes + Rate: 1 + - Index: 82 + Item: S_DoramPhysical_Armor + Rate: 1 + - Index: 83 + Item: S_DoramPhysical_Shoes + Rate: 1 + - Index: 84 + Item: S_DoramMagical_Armor + Rate: 1 + - Index: 85 + Item: S_DoramMagical_Shoes + Rate: 1 + - Index: 86 + Item: S_Star_Emperor_Armor + Rate: 1 + - Index: 87 + Item: S_Star_Emperor_Shoes + Rate: 1 + - Index: 88 + Item: S_Soul_Reaper_Armor + Rate: 1 + - Index: 89 + Item: S_Soul_Reaper_Shoes + Rate: 1 - Group: SEALED_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 13 - - Item: Guarantee_Armor_9Up - Rate: 13 - - Item: Sealed_Card - Rate: 13 - - Item: Gold - Rate: 63 - - Item: Guarantee_Weapon_7Up - Rate: 125 - - Item: Guarantee_Armor_7Up - Rate: 125 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 125 - - Item: S_Expert_Shoes - Rate: 138 - - Item: S_Expert_Shield - Rate: 138 - - Item: S_Beginner_Shoes - Rate: 500 - - Item: S_Beginner_Shield - Rate: 500 - - Item: S_Rookie_Shoes - Rate: 500 - - Item: S_Rookie_Shield - Rate: 500 - - Item: S_Advanced_Shoes - Rate: 500 - - Item: S_Advanced_Shield - Rate: 500 - - Item: Treasure_Box - Rate: 1247 - - Item: Enchant_Book - Rate: 1250 - - Item: Costume_Exchange - Rate: 1250 - - Item: Poison_Bottle_Box2 - Rate: 1250 - - Item: C_Wing_Of_Fly_1Day_Box - Rate: 1250 + - Index: 0 + Item: Sealed_Card + Rate: 10 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: S_Expert_Shoes + Rate: 110 + Announced: true + - Index: 6 + Item: S_Expert_Shield + Rate: 110 + Announced: true + - Index: 7 + Item: S_Beginner_Shoes + Rate: 400 + - Index: 8 + Item: S_Beginner_Shield + Rate: 400 + - Index: 9 + Item: S_Rookie_Shoes + Rate: 400 + - Index: 10 + Item: S_Rookie_Shield + Rate: 400 + - Index: 11 + Item: S_Advanced_Shoes + Rate: 400 + - Index: 12 + Item: S_Advanced_Shield + Rate: 400 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 16 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 100 + - Index: 17 + Item: Enchant_Book + Rate: 1000 + - Index: 18 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 19 + Item: Gold + Rate: 50 + Amount: 2 - Group: LI_Nyangvine_Box1_26 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Enchant_Stone_Box26 + - Index: 1 + Item: Enchant_Stone_Box26 Amount: 2 - - Item: Comp_Bubble_Gum + - Index: 2 + Item: Comp_Bubble_Gum Amount: 3 - Group: LI_Nyangvine_Box2_26 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Enchant_Stone_Box26 - Amount: 2 - - Item: Battle_Manual100 + - Index: 1 + Item: Enchant_Stone_Box26 + Amount: 5 + - Index: 2 + Item: Battle_Manual100 Amount: 2 - Group: LI_Nyangvine_Box3_26 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 400 - - Item: Enchant_Stone_Box26 - Amount: 2 - - Item: Comp_Bubble_Gum + - Index: 1 + Item: Enchant_Stone_Box26 + Amount: 10 + - Index: 2 + Item: Comp_Bubble_Gum Amount: 5 - - Item: Battle_Manual100 + - Index: 3 + Item: Battle_Manual100 Amount: 5 - Group: ENCHANT_STONE_BOX26 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: CriticalStone_Robe_D - Rate: 10 - - Item: ConStone_Robe_D - Rate: 10 - - Item: CastingStone_Robe - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: RangerStone_Robe - Rate: 80 - - Item: ShadowchaserStone_Robe - Rate: 80 - - Item: ArchbishopStone_Robe - Rate: 80 - - Item: ShadowchaserStone_Robe2 - Rate: 80 - - Item: RangerStone_Robe2 - Rate: 80 - - Item: ArchbishopStone_Robe2 - Rate: 80 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: ArchbishopStone_Top3 - Rate: 80 - - Item: ArchbishopStone_Middle3 - Rate: 80 - - Item: ArchbishopStone_Bottom3 - Rate: 80 - - Item: RangerStone_Top3 - Rate: 80 - - Item: RangerStone_Middle3 - Rate: 80 - - Item: RangerStone_Bottom3 - Rate: 80 - - Item: ShadowchasStone_Top3 - Rate: 80 - - Item: ShadowchasStone_Middle3 - Rate: 80 - - Item: ShadowchasStone_Bottom3 - Rate: 80 - - Item: RangerStone_Top - Rate: 150 - - Item: RangerStone_Middle - Rate: 150 - - Item: RangerStone_Bottom - Rate: 150 - - Item: ShadowchaserStone_Top - Rate: 150 - - Item: ShadowchaseStone_Middle - Rate: 150 - - Item: ShadowchaseStone_Bottom - Rate: 150 - - Item: HighpriestStone_Top - Rate: 150 - - Item: HighpriestStone_Middle - Rate: 150 - - Item: HighpriestStone_Bottom - Rate: 150 - - Item: ShadowchasStone_Bottom2 - Rate: 150 - - Item: ShadowchasStone_Middle2 - Rate: 150 - - Item: ShadowchaserStone_Top2 - Rate: 150 - - Item: RangerStone_Top2 - Rate: 150 - - Item: RangerStone_Middle2 - Rate: 150 - - Item: RangerStone_Bottom2 - Rate: 150 - - Item: HighpriestStone_Top2 - Rate: 150 - - Item: HighpriestStone_Middle2 - Rate: 150 - - Item: HighpriestStone_Bottom2 - Rate: 150 - - Item: ASPDStone_Top - Rate: 160 - - Item: ElectricEffect_Middle - Rate: 160 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: ReloadStone_Top - Rate: 240 - - Item: ReloadStone_Middle - Rate: 240 - - Item: ReloadStone_Bottom - Rate: 240 - - Item: Critical_Stone - Rate: 360 - - Item: CastingStone_Top - Rate: 360 - - Item: CastingStone_Middle - Rate: 360 - - Item: CastingStone_Bottom - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 + - Index: 0 + Item: CriticalStone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: ConStone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 4 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 5 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 6 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 7 + Item: ASPDStone_Top + Rate: 16 + - Index: 8 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 9 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: ElectricEffect_Middle + Rate: 16 + - Index: 11 + Item: ArchbishopStone_Robe + Rate: 8 + Announced: true + - Index: 12 + Item: ArchbishopStone_Robe2 + Rate: 8 + Announced: true + - Index: 13 + Item: RangerStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: RangerStone_Robe2 + Rate: 8 + Announced: true + - Index: 15 + Item: ShadowchaserStone_Robe + Rate: 8 + Announced: true + - Index: 16 + Item: ShadowchaserStone_Robe2 + Rate: 8 + Announced: true + - Index: 17 + Item: ArchbishopStone_Top3 + Rate: 8 + Announced: true + - Index: 18 + Item: ArchbishopStone_Middle3 + Rate: 8 + Announced: true + - Index: 19 + Item: ArchbishopStone_Bottom3 + Rate: 8 + Announced: true + - Index: 20 + Item: RangerStone_Top3 + Rate: 8 + Announced: true + - Index: 21 + Item: RangerStone_Middle3 + Rate: 8 + Announced: true + - Index: 22 + Item: RangerStone_Bottom3 + Rate: 8 + Announced: true + - Index: 23 + Item: ShadowchasStone_Top3 + Rate: 8 + Announced: true + - Index: 24 + Item: ShadowchasStone_Middle3 + Rate: 8 + Announced: true + - Index: 25 + Item: ShadowchasStone_Bottom3 + Rate: 8 + Announced: true + - Index: 26 + Item: Stone_Robe_Box + Rate: 16 + - Index: 27 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 28 + Item: ReloadStone_Top + Rate: 24 + - Index: 29 + Item: ReloadStone_Middle + Rate: 24 + - Index: 30 + Item: ReloadStone_Bottom + Rate: 24 + - Index: 31 + Item: HighpriestStone_Top + Rate: 15 + - Index: 32 + Item: HighpriestStone_Middle + Rate: 15 + - Index: 33 + Item: HighpriestStone_Bottom + Rate: 15 + - Index: 34 + Item: HighpriestStone_Top2 + Rate: 15 + - Index: 35 + Item: HighpriestStone_Middle2 + Rate: 15 + - Index: 36 + Item: HighpriestStone_Bottom2 + Rate: 15 + - Index: 37 + Item: RangerStone_Top + Rate: 15 + - Index: 38 + Item: RangerStone_Middle + Rate: 15 + - Index: 39 + Item: RangerStone_Bottom + Rate: 15 + - Index: 40 + Item: RangerStone_Top2 + Rate: 15 + - Index: 41 + Item: RangerStone_Middle2 + Rate: 15 + - Index: 42 + Item: RangerStone_Bottom2 + Rate: 15 + - Index: 43 + Item: ShadowchaserStone_Top + Rate: 15 + - Index: 44 + Item: ShadowchaseStone_Middle + Rate: 15 + - Index: 45 + Item: ShadowchaseStone_Bottom + Rate: 15 + - Index: 46 + Item: ShadowchasStone_Bottom2 + Rate: 15 + - Index: 47 + Item: ShadowchasStone_Middle2 + Rate: 15 + - Index: 48 + Item: ShadowchaserStone_Top2 + Rate: 15 + - Index: 49 + Item: Stone_Top_Box + Rate: 36 + - Index: 50 + Item: Stone_Top2_Box + Rate: 36 + - Index: 51 + Item: Stone_Middle_Box + Rate: 36 + - Index: 52 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 53 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 54 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 55 + Item: CastingStone_Top + Rate: 36 + - Index: 56 + Item: CastingStone_Middle + Rate: 36 + - Index: 57 + Item: CastingStone_Bottom + Rate: 36 + - Index: 58 + Item: Critical_Stone + Rate: 36 + - Index: 59 + Item: Critical_Stone_Top + Rate: 36 + - Index: 60 + Item: Critical_Stone_Bottom + Rate: 36 - Group: THIRD_JOB_STONE_GARMENT_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: ArchbishopStone_Robe - Rate: 1 - - Item: RoyalguardStone_Robe - Rate: 1 - - Item: GuillcrossStone_Robe - Rate: 1 - - Item: ShadowchaserStone_Robe - Rate: 1 - - Item: MechanicStone_Robe - Rate: 1 - - Item: WanderMinstreStone_Robe - Rate: 1 - - Item: RuneknightStone_Robe - Rate: 1 - - Item: GeneticStone_Robe - Rate: 1 - - Item: WarlockStone_Robe - Rate: 1 - - Item: SuraStone_Robe - Rate: 1 - - Item: RangerStone_Robe - Rate: 1 - - Item: SorcererStone_Robe - Rate: 1 - - Item: KagerouStone_Robe - Rate: 1 - - Item: OboroStone_Robe - Rate: 1 - - Item: RebellionStone_Robe - Rate: 1 - - Item: DoramStone_Robe - Rate: 1 + - Index: 0 + Item: ArchbishopStone_Robe + Rate: 10 + - Index: 1 + Item: RoyalguardStone_Robe + Rate: 10 + - Index: 2 + Item: GuillcrossStone_Robe + Rate: 10 + - Index: 3 + Item: ShadowchaserStone_Robe + Rate: 10 + - Index: 4 + Item: MechanicStone_Robe + Rate: 10 + - Index: 5 + Item: WanderMinstreStone_Robe + Rate: 10 + - Index: 6 + Item: RuneknightStone_Robe + Rate: 10 + - Index: 7 + Item: GeneticStone_Robe + Rate: 10 + - Index: 8 + Item: WarlockStone_Robe + Rate: 10 + - Index: 9 + Item: SuraStone_Robe + Rate: 10 + - Index: 10 + Item: RangerStone_Robe + Rate: 10 + - Index: 11 + Item: SorcererStone_Robe + Rate: 10 + - Index: 12 + Item: KagerouStone_Robe + Rate: 10 + - Index: 13 + Item: OboroStone_Robe + Rate: 10 + - Index: 14 + Item: RebellionStone_Robe + Rate: 10 + - Index: 15 + Item: DoramStone_Robe + Rate: 10 - Group: THIRD_JOB_STONE_GARMENT_BOX2 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SuraStone_Robe2 - Rate: 1 - - Item: SorcererStone_Robe2 - Rate: 1 - - Item: ShadowchaserStone_Robe2 - Rate: 1 - - Item: RuneknightStone_Robe2 - Rate: 1 - - Item: GeneticStone_Robe2 - Rate: 1 - - Item: WanderMinsStone_Robe2 - Rate: 1 - - Item: WarlockStone_Robe2 - Rate: 1 - - Item: RoyalguardStone_Robe2 - Rate: 1 - - Item: GuillcrossStone_Robe2 - Rate: 1 - - Item: RangerStone_Robe2 - Rate: 1 - - Item: MechanicStone_Robe2 - Rate: 1 - - Item: ArchbishopStone_Robe2 - Rate: 1 - - Item: SoulreaperStone_Robe - Rate: 1 - - Item: StaremperorStone_Robe - Rate: 1 + - Index: 0 + Item: SuraStone_Robe2 + Rate: 10 + - Index: 1 + Item: SorcererStone_Robe2 + Rate: 10 + - Index: 2 + Item: ShadowchaserStone_Robe2 + Rate: 10 + - Index: 3 + Item: RuneknightStone_Robe2 + Rate: 10 + - Index: 4 + Item: GeneticStone_Robe2 + Rate: 10 + - Index: 5 + Item: WanderMinsStone_Robe2 + Rate: 10 + - Index: 6 + Item: WarlockStone_Robe2 + Rate: 10 + - Index: 7 + Item: RoyalguardStone_Robe2 + Rate: 10 + - Index: 8 + Item: GuillcrossStone_Robe2 + Rate: 10 + - Index: 9 + Item: RangerStone_Robe2 + Rate: 10 + - Index: 10 + Item: MechanicStone_Robe2 + Rate: 10 + - Index: 11 + Item: ArchbishopStone_Robe2 + Rate: 10 + - Index: 12 + Item: SoulreaperStone_Robe + Rate: 10 + - Index: 13 + Item: StaremperorStone_Robe + Rate: 10 - Group: THIRD_JOB_STONE_TOP_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: HighpriestStone_Top - Rate: 1 - - Item: PaladinStone_Top - Rate: 1 - - Item: AssacrossStone_Top - Rate: 1 - - Item: ShadowchaserStone_Top - Rate: 1 - - Item: MechanicStone_Top - Rate: 1 - - Item: WanderMinstrelStone_Top - Rate: 1 - - Item: RuneknightStone_Top - Rate: 1 - - Item: GeneticStone_Top - Rate: 1 - - Item: WarlockStone_Top - Rate: 1 - - Item: SuraStone_Top - Rate: 1 - - Item: RangerStone_Top - Rate: 1 - - Item: SorcererStone_Top - Rate: 1 - - Item: NinjaStone_Top - Rate: 1 - - Item: GunslingerStone_Top - Rate: 1 - - Item: DoramStone_Top - Rate: 1 + - Index: 0 + Item: HighpriestStone_Top + Rate: 10 + - Index: 1 + Item: PaladinStone_Top + Rate: 10 + - Index: 2 + Item: AssacrossStone_Top + Rate: 10 + - Index: 3 + Item: ShadowchaserStone_Top + Rate: 10 + - Index: 4 + Item: MechanicStone_Top + Rate: 10 + - Index: 5 + Item: WanderMinstrelStone_Top + Rate: 10 + - Index: 6 + Item: RuneknightStone_Top + Rate: 10 + - Index: 7 + Item: GeneticStone_Top + Rate: 10 + - Index: 8 + Item: WarlockStone_Top + Rate: 10 + - Index: 9 + Item: SuraStone_Top + Rate: 10 + - Index: 10 + Item: RangerStone_Top + Rate: 10 + - Index: 11 + Item: SorcererStone_Top + Rate: 10 + - Index: 12 + Item: NinjaStone_Top + Rate: 10 + - Index: 13 + Item: GunslingerStone_Top + Rate: 10 + - Index: 14 + Item: DoramStone_Top + Rate: 10 - Group: THIRD_JOB_STONE_TOP_BOX2 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SuraStone_Top2 - Rate: 1 - - Item: SorcererStone_Top2 - Rate: 1 - - Item: ShadowchaserStone_Top2 - Rate: 1 - - Item: RuneknightStone_Top2 - Rate: 1 - - Item: GeneticStone_Top2 - Rate: 1 - - Item: WanderMinsStone_Top2 - Rate: 1 - - Item: WarlockStone_Top2 - Rate: 1 - - Item: PaladinStone_Top2 - Rate: 1 - - Item: AssacrossStone_Top2 - Rate: 1 - - Item: RangerStone_Top2 - Rate: 1 - - Item: MechanicStone_Top2 - Rate: 1 - - Item: HighpriestStone_Top2 - Rate: 1 - - Item: SoullinkerStone_Top - Rate: 1 - - Item: GladiatorStone_Top - Rate: 1 + - Index: 0 + Item: SuraStone_Top2 + Rate: 10 + - Index: 1 + Item: SorcererStone_Top2 + Rate: 10 + - Index: 2 + Item: ShadowchaserStone_Top2 + Rate: 10 + - Index: 3 + Item: RuneknightStone_Top2 + Rate: 10 + - Index: 4 + Item: GeneticStone_Top2 + Rate: 10 + - Index: 5 + Item: WanderMinsStone_Top2 + Rate: 10 + - Index: 6 + Item: WarlockStone_Top2 + Rate: 10 + - Index: 7 + Item: PaladinStone_Top2 + Rate: 10 + - Index: 8 + Item: AssacrossStone_Top2 + Rate: 10 + - Index: 9 + Item: RangerStone_Top2 + Rate: 10 + - Index: 10 + Item: MechanicStone_Top2 + Rate: 10 + - Index: 11 + Item: HighpriestStone_Top2 + Rate: 10 + - Index: 12 + Item: SoullinkerStone_Top + Rate: 10 + - Index: 13 + Item: GladiatorStone_Top + Rate: 10 - Group: THIRD_JOB_STONE_MIDDLE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: HighpriestStone_Middle - Rate: 1 - - Item: PaladinStone_Middle - Rate: 1 - - Item: AssacrossStone_Middle - Rate: 1 - - Item: ShadowchaseStone_Middle - Rate: 1 - - Item: MechanicStone_Middle - Rate: 1 - - Item: WanderMinstStone_Middle - Rate: 1 - - Item: RuneknightStone_Middle - Rate: 1 - - Item: GeneticStone_Middle - Rate: 1 - - Item: WarlockStone_Middle - Rate: 1 - - Item: SuraStone_Middle - Rate: 1 - - Item: RangerStone_Middle - Rate: 1 - - Item: SorcererStone_Middle - Rate: 1 - - Item: NinjaStone_Middle - Rate: 1 - - Item: GunslingerStone_Middle - Rate: 1 - - Item: DoramStone_Middle - Rate: 1 + - Index: 0 + Item: HighpriestStone_Middle + Rate: 10 + - Index: 1 + Item: PaladinStone_Middle + Rate: 10 + - Index: 2 + Item: AssacrossStone_Middle + Rate: 10 + - Index: 3 + Item: ShadowchaseStone_Middle + Rate: 10 + - Index: 4 + Item: MechanicStone_Middle + Rate: 10 + - Index: 5 + Item: WanderMinstStone_Middle + Rate: 10 + - Index: 6 + Item: RuneknightStone_Middle + Rate: 10 + - Index: 7 + Item: GeneticStone_Middle + Rate: 10 + - Index: 8 + Item: WarlockStone_Middle + Rate: 10 + - Index: 9 + Item: SuraStone_Middle + Rate: 10 + - Index: 10 + Item: RangerStone_Middle + Rate: 10 + - Index: 11 + Item: SorcererStone_Middle + Rate: 10 + - Index: 12 + Item: NinjaStone_Middle + Rate: 10 + - Index: 13 + Item: GunslingerStone_Middle + Rate: 10 + - Index: 14 + Item: DoramStone_Middle + Rate: 10 - Group: THIRD_JOB_STONE_MIDDLE_BOX2 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SuraStone_Middle2 - Rate: 1 - - Item: SorcererStone_Middle2 - Rate: 1 - - Item: ShadowchasStone_Middle2 - Rate: 1 - - Item: RuneknightStone_Middle2 - Rate: 1 - - Item: GeneticStone_Middle2 - Rate: 1 - - Item: WanderMinsStone_Middle2 - Rate: 1 - - Item: WarlockStone_Middle2 - Rate: 1 - - Item: PaladinStone_Middle2 - Rate: 1 - - Item: AssacrossStone_Middle2 - Rate: 1 - - Item: RangerStone_Middle2 - Rate: 1 - - Item: MechanicStone_Middle2 - Rate: 1 - - Item: HighpriestStone_Middle2 - Rate: 1 - - Item: SoullinkerStone_Middle - Rate: 1 - - Item: GladiatorStone_Middle - Rate: 1 + - Index: 0 + Item: SuraStone_Middle2 + Rate: 10 + - Index: 1 + Item: SorcererStone_Middle2 + Rate: 10 + - Index: 2 + Item: ShadowchasStone_Middle2 + Rate: 10 + - Index: 3 + Item: RuneknightStone_Middle2 + Rate: 10 + - Index: 4 + Item: GeneticStone_Middle2 + Rate: 10 + - Index: 5 + Item: WanderMinsStone_Middle2 + Rate: 10 + - Index: 6 + Item: WarlockStone_Middle2 + Rate: 10 + - Index: 7 + Item: PaladinStone_Middle2 + Rate: 10 + - Index: 8 + Item: AssacrossStone_Middle2 + Rate: 10 + - Index: 9 + Item: RangerStone_Middle2 + Rate: 10 + - Index: 10 + Item: MechanicStone_Middle2 + Rate: 10 + - Index: 11 + Item: HighpriestStone_Middle2 + Rate: 10 + - Index: 12 + Item: SoullinkerStone_Middle + Rate: 10 + - Index: 13 + Item: GladiatorStone_Middle + Rate: 10 - Group: THIRD_JOB_STONE_BOTTOM_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: HighpriestStone_Bottom - Rate: 1 - - Item: PaladinStone_Bottom - Rate: 1 - - Item: AssacrossStone_Bottom - Rate: 1 - - Item: ShadowchaseStone_Bottom - Rate: 1 - - Item: MechanicStone_Bottom - Rate: 1 - - Item: WanderMinstStone_Bottom - Rate: 1 - - Item: RuneknightStone_Bottom - Rate: 1 - - Item: GeneticStone_Bottom - Rate: 1 - - Item: WarlockStone_Bottom - Rate: 1 - - Item: SuraStone_Bottom - Rate: 1 - - Item: RangerStone_Bottom - Rate: 1 - - Item: SorcererStone_Bottom - Rate: 1 - - Item: NinjaStone_Bottom - Rate: 1 - - Item: GunslingerStone_Bottom - Rate: 1 - - Item: DoramStone_Bottom - Rate: 1 + - Index: 0 + Item: HighpriestStone_Bottom + Rate: 10 + - Index: 1 + Item: PaladinStone_Bottom + Rate: 10 + - Index: 2 + Item: AssacrossStone_Bottom + Rate: 10 + - Index: 3 + Item: ShadowchaseStone_Bottom + Rate: 10 + - Index: 4 + Item: MechanicStone_Bottom + Rate: 10 + - Index: 5 + Item: WanderMinstStone_Bottom + Rate: 10 + - Index: 6 + Item: RuneknightStone_Bottom + Rate: 10 + - Index: 7 + Item: GeneticStone_Bottom + Rate: 10 + - Index: 8 + Item: WarlockStone_Bottom + Rate: 10 + - Index: 9 + Item: SuraStone_Bottom + Rate: 10 + - Index: 10 + Item: RangerStone_Bottom + Rate: 10 + - Index: 11 + Item: SorcererStone_Bottom + Rate: 10 + - Index: 12 + Item: NinjaStone_Bottom + Rate: 10 + - Index: 13 + Item: GunslingerStone_Bottom + Rate: 10 + - Index: 14 + Item: DoramStone_Bottom + Rate: 10 - Group: THIRD_JOB_STONE_BOTTOM_BOX2 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SuraStone_Bottom2 - Rate: 1 - - Item: SorcererStone_Bottom2 - Rate: 1 - - Item: ShadowchasStone_Bottom2 - Rate: 1 - - Item: RuneknightStone_Bottom2 - Rate: 1 - - Item: GeneticStone_Bottom2 - Rate: 1 - - Item: WanderMinsStone_Bottom2 - Rate: 1 - - Item: WarlockStone_Bottom2 - Rate: 1 - - Item: PaladinStone_Bottom2 - Rate: 1 - - Item: AssacrossStone_Bottom2 - Rate: 1 - - Item: RangerStone_Bottom2 - Rate: 1 - - Item: MechanicStone_Bottom2 - Rate: 1 - - Item: HighpriestStone_Bottom2 - Rate: 1 - - Item: SoullinkerStone_Bottom - Rate: 1 - - Item: GladiatorStone_Bottom - Rate: 1 + - Index: 0 + Item: SuraStone_Bottom2 + Rate: 10 + - Index: 1 + Item: SorcererStone_Bottom2 + Rate: 10 + - Index: 2 + Item: ShadowchasStone_Bottom2 + Rate: 10 + - Index: 3 + Item: RuneknightStone_Bottom2 + Rate: 10 + - Index: 4 + Item: GeneticStone_Bottom2 + Rate: 10 + - Index: 5 + Item: WanderMinsStone_Bottom2 + Rate: 10 + - Index: 6 + Item: WarlockStone_Bottom2 + Rate: 10 + - Index: 7 + Item: PaladinStone_Bottom2 + Rate: 10 + - Index: 8 + Item: AssacrossStone_Bottom2 + Rate: 10 + - Index: 9 + Item: RangerStone_Bottom2 + Rate: 10 + - Index: 10 + Item: MechanicStone_Bottom2 + Rate: 10 + - Index: 11 + Item: HighpriestStone_Bottom2 + Rate: 10 + - Index: 12 + Item: SoullinkerStone_Bottom + Rate: 10 + - Index: 13 + Item: GladiatorStone_Bottom + Rate: 10 - Group: SHADOW_EXCHANGE_BOX SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Earring + - Index: 0 + Item: S_Physical_Earring Rate: 362 - - Item: S_Physical_Weapon + - Index: 1 + Item: S_Physical_Weapon Rate: 362 - - Item: S_Physical_Pendant + - Index: 2 + Item: S_Physical_Pendant Rate: 362 - - Item: S_Magical_Earring + - Index: 3 + Item: S_Magical_Earring Rate: 362 - - Item: S_Magical_Weapon + - Index: 4 + Item: S_Magical_Weapon Rate: 362 - - Item: S_Magical_Pendant + - Index: 5 + Item: S_Magical_Pendant Rate: 362 - - Item: S_Breezy_Armor + - Index: 6 + Item: S_Breezy_Armor Rate: 362 - - Item: S_Champion_Shoes + - Index: 7 + Item: S_Champion_Shoes Rate: 362 - - Item: S_Athena_Shield + - Index: 8 + Item: S_Athena_Shield Rate: 362 - - Item: S_Immune_Armor + - Index: 9 + Item: S_Immune_Armor Rate: 217 - - Item: S_Hard_Armor + - Index: 10 + Item: S_Hard_Armor Rate: 362 - - Item: S_Ancient_Armor + - Index: 11 + Item: S_Ancient_Armor Rate: 217 - - Item: S_Critical_Armor + - Index: 12 + Item: S_Critical_Armor Rate: 217 - - Item: S_Kingbird_Weapon + - Index: 13 + Item: S_Kingbird_Weapon Rate: 362 - - Item: S_Cri_Hit_Weapon + - Index: 14 + Item: S_Cri_Hit_Weapon Rate: 362 - - Item: S_Healing_Weapon + - Index: 15 + Item: S_Healing_Weapon Rate: 362 - - Item: S_Lucky_Weapon + - Index: 16 + Item: S_Lucky_Weapon Rate: 362 - - Item: S_Power_Earring + - Index: 17 + Item: S_Power_Earring Rate: 362 - - Item: S_Int_Pendant + - Index: 18 + Item: S_Int_Pendant Rate: 362 - - Item: S_Dexterous_Armor + - Index: 19 + Item: S_Dexterous_Armor Rate: 362 - - Item: S_Vital_Shoes + - Index: 20 + Item: S_Vital_Shoes Rate: 362 - - Item: S_Athletic_Shield + - Index: 21 + Item: S_Athletic_Shield Rate: 362 - - Item: S_Lucky_Armor + - Index: 22 + Item: S_Lucky_Armor Rate: 362 - - Item: S_Power_Pendant + - Index: 23 + Item: S_Power_Pendant Rate: 362 - - Item: S_Int_Earring + - Index: 24 + Item: S_Int_Earring Rate: 362 - - Item: S_Dexterous_Weapon + - Index: 25 + Item: S_Dexterous_Weapon Rate: 362 - - Item: S_Vital_Shield + - Index: 26 + Item: S_Vital_Shield Rate: 362 - - Item: S_Athletic_Shoes + - Index: 27 + Item: S_Athletic_Shoes Rate: 362 - - Item: S_Resist_Spell_Pendant + - Index: 28 + Item: S_Resist_Spell_Pendant Rate: 362 - - Item: S_Rapid_Pendant + - Index: 29 + Item: S_Rapid_Pendant Rate: 362 - - Item: S_Caster_Pendant + - Index: 30 + Item: S_Caster_Pendant Rate: 217 - - Item: S_Hard_Earring + - Index: 31 + Item: S_Hard_Earring Rate: 362 - - Item: S_Wise_Earring + - Index: 32 + Item: S_Wise_Earring Rate: 362 - - Item: S_Athena_Earring + - Index: 33 + Item: S_Athena_Earring Rate: 362 - - Item: S_Cranial_Shield + - Index: 34 + Item: S_Cranial_Shield Rate: 217 - - Item: S_Safeguard_Shield + - Index: 35 + Item: S_Safeguard_Shield Rate: 217 - - Item: S_Brutal_Shield + - Index: 36 + Item: S_Brutal_Shield Rate: 362 - - Item: S_Gargantua_Shield + - Index: 37 + Item: S_Gargantua_Shield Rate: 362 - - Item: S_Homers_Shield + - Index: 38 + Item: S_Homers_Shield Rate: 362 - - Item: S_Dragoon_Shield + - Index: 39 + Item: S_Dragoon_Shield Rate: 362 - - Item: S_Satanic_Shield + - Index: 40 + Item: S_Satanic_Shield Rate: 362 - - Item: S_Flameguard_Shield + - Index: 41 + Item: S_Flameguard_Shield Rate: 362 - - Item: S_Requiem_Shield + - Index: 42 + Item: S_Requiem_Shield Rate: 362 - - Item: S_Cadi_Shield + - Index: 43 + Item: S_Cadi_Shield Rate: 362 - - Item: S_Bloody_Shoes + - Index: 44 + Item: S_Bloody_Shoes Rate: 362 - - Item: S_Liberation_Shoes + - Index: 45 + Item: S_Liberation_Shoes Rate: 217 - - Item: S_Chemical_Shoes + - Index: 46 + Item: S_Chemical_Shoes Rate: 362 - - Item: S_Clamorous_Shoes + - Index: 47 + Item: S_Clamorous_Shoes Rate: 362 - - Item: S_Insecticide_Shoes + - Index: 48 + Item: S_Insecticide_Shoes Rate: 362 - - Item: S_Fisher_Shoes + - Index: 49 + Item: S_Fisher_Shoes Rate: 362 - - Item: S_Seraphim_Shoes + - Index: 50 + Item: S_Seraphim_Shoes Rate: 362 - - Item: S_Beholder_Shoes + - Index: 51 + Item: S_Beholder_Shoes Rate: 362 - - Item: S_Divine_Shoes + - Index: 52 + Item: S_Divine_Shoes Rate: 362 - - Item: S_Dragoon_Shoes + - Index: 53 + Item: S_Dragoon_Shoes Rate: 362 - - Item: S_Big_Armor + - Index: 54 + Item: S_Big_Armor Rate: 362 - - Item: S_Medium_Armor + - Index: 55 + Item: S_Medium_Armor Rate: 362 - - Item: S_Small_Armor + - Index: 56 + Item: S_Small_Armor Rate: 362 - - Item: S_Big_Weapon + - Index: 57 + Item: S_Big_Weapon Rate: 362 - - Item: S_Medium_Weapon + - Index: 58 + Item: S_Medium_Weapon Rate: 362 - - Item: S_Small_Weapon + - Index: 59 + Item: S_Small_Weapon Rate: 362 - - Item: S_Spiritual_Weapon + - Index: 60 + Item: S_Spiritual_Weapon Rate: 217 - - Item: S_Spiritual_Earring + - Index: 61 + Item: S_Spiritual_Earring Rate: 217 - - Item: S_Spiritual_Pendent + - Index: 62 + Item: S_Spiritual_Pendent Rate: 217 - - Item: S_Malicious_Armor + - Index: 63 + Item: S_Malicious_Armor Rate: 217 - - Item: S_Malicious_Shoes + - Index: 64 + Item: S_Malicious_Shoes Rate: 217 - - Item: S_Malicious_Shield + - Index: 65 + Item: S_Malicious_Shield Rate: 217 - - Item: S_Gemstone_Armor + - Index: 66 + Item: S_Gemstone_Armor Rate: 217 - - Item: S_Gemstone_Shoes + - Index: 67 + Item: S_Gemstone_Shoes Rate: 217 - - Item: S_Gemstone_Shield + - Index: 68 + Item: S_Gemstone_Shield Rate: 217 - - Item: S_Gemstone_Weapon + - Index: 69 + Item: S_Gemstone_Weapon Rate: 217 - - Item: S_Gemstone_Earring + - Index: 70 + Item: S_Gemstone_Earring Rate: 217 - - Item: S_Gemstone_Pendent + - Index: 71 + Item: S_Gemstone_Pendent Rate: 217 - - Item: S_Stability_Shield + - Index: 72 + Item: S_Stability_Shield Rate: 362 - - Item: S_Plasterer's_Armor + - Index: 73 + Item: S_Plasterer's_Armor Rate: 362 - - Item: S_Plasterer's_Shoes + - Index: 74 + Item: S_Plasterer's_Shoes Rate: 362 - - Item: S_Insomniac_Armor + - Index: 75 + Item: S_Insomniac_Armor Rate: 362 - - Item: S_Insomniac_Shoes + - Index: 76 + Item: S_Insomniac_Shoes Rate: 362 - - Item: S_Peerless_Armor + - Index: 77 + Item: S_Peerless_Armor Rate: 362 - - Item: S_Peerless_Shoes + - Index: 78 + Item: S_Peerless_Shoes Rate: 362 - - Item: S_Adurate_Armor + - Index: 79 + Item: S_Adurate_Armor Rate: 362 - - Item: S_Adurate_Shoes + - Index: 80 + Item: S_Adurate_Shoes Rate: 362 - - Item: Unfreez_Weapon_S + - Index: 81 + Item: Unfreez_Weapon_S Rate: 362 - - Item: Unfreeze_Earing_S + - Index: 82 + Item: Unfreeze_Earing_S Rate: 362 - - Item: Unfreeze_Pendent_S + - Index: 83 + Item: Unfreeze_Pendent_S Rate: 362 - - Item: Vitality_Earing_S + - Index: 84 + Item: Vitality_Earing_S Rate: 362 - - Item: Vitality_Pendant_S + - Index: 85 + Item: Vitality_Pendant_S Rate: 362 - - Item: S_Neutral_Weapon + - Index: 86 + Item: S_Neutral_Weapon Rate: 362 - - Item: S_Neutral_Earring + - Index: 87 + Item: S_Neutral_Earring Rate: 362 - - Item: S_Neutral_Pendent + - Index: 88 + Item: S_Neutral_Pendent Rate: 362 - - Item: S_Curse_Lift_Earring + - Index: 89 + Item: S_Curse_Lift_Earring Rate: 362 - - Item: S_Curse_Lift_Pendent + - Index: 90 + Item: S_Curse_Lift_Pendent Rate: 362 - - Item: S_Caster_earring + - Index: 91 + Item: S_Caster_earring Rate: 217 - - Item: S_Caster_Weapon + - Index: 92 + Item: S_Caster_Weapon Rate: 217 - - Item: S_Spell_Flow_Shoes + - Index: 93 + Item: S_Spell_Flow_Shoes Rate: 217 - - Item: S_Spell_Flow_Armor + - Index: 94 + Item: S_Spell_Flow_Armor Rate: 217 - - Item: S_Spell_Flow_Shield + - Index: 95 + Item: S_Spell_Flow_Shield Rate: 217 - - Item: S_Greed_Armor + - Index: 96 + Item: S_Greed_Armor Rate: 72 - - Item: S_Greed_Shoes + - Index: 97 + Item: S_Greed_Shoes Rate: 72 - - Item: S_Greed_Shield + - Index: 98 + Item: S_Greed_Shield Rate: 72 - - Item: S_Greed_Weapon + - Index: 99 + Item: S_Greed_Weapon Rate: 72 - - Item: S_Greed_Earring + - Index: 100 + Item: S_Greed_Earring Rate: 72 - - Item: S_Greed_Pendant + - Index: 101 + Item: S_Greed_Pendant Rate: 72 - - Item: S_Heal_Armor + - Index: 102 + Item: S_Heal_Armor Rate: 362 - - Item: S_Heal_Shoes + - Index: 103 + Item: S_Heal_Shoes Rate: 362 - - Item: S_Heal_Shield + - Index: 104 + Item: S_Heal_Shield Rate: 362 - - Item: S_Heal_Weapon + - Index: 105 + Item: S_Heal_Weapon Rate: 362 - - Item: S_Heal_Earring + - Index: 106 + Item: S_Heal_Earring Rate: 362 - - Item: S_Heal_Pendant + - Index: 107 + Item: S_Heal_Pendant Rate: 362 - - Item: S_Hiding_Armor + - Index: 108 + Item: S_Hiding_Armor Rate: 362 - - Item: S_Hiding_Shoes + - Index: 109 + Item: S_Hiding_Shoes Rate: 362 - - Item: S_Hiding_Shield + - Index: 110 + Item: S_Hiding_Shield Rate: 362 - - Item: S_Hiding_Weapon + - Index: 111 + Item: S_Hiding_Weapon Rate: 362 - - Item: S_Hiding_Earring + - Index: 112 + Item: S_Hiding_Earring Rate: 362 - - Item: S_Hiding_Pendant + - Index: 113 + Item: S_Hiding_Pendant Rate: 362 - - Item: S_Cloaking_Armor + - Index: 114 + Item: S_Cloaking_Armor Rate: 362 - - Item: S_Cloaking_Shoes + - Index: 115 + Item: S_Cloaking_Shoes Rate: 362 - - Item: S_Cloaking_Shield + - Index: 116 + Item: S_Cloaking_Shield Rate: 362 - - Item: S_Cloaking_Weapon + - Index: 117 + Item: S_Cloaking_Weapon Rate: 362 - - Item: S_Cloaking_Earring + - Index: 118 + Item: S_Cloaking_Earring Rate: 362 - - Item: S_Cloaking_Pendant + - Index: 119 + Item: S_Cloaking_Pendant Rate: 362 - - Item: S_Teleport_Armor + - Index: 120 + Item: S_Teleport_Armor Rate: 362 - - Item: S_Teleport_Shoes + - Index: 121 + Item: S_Teleport_Shoes Rate: 362 - - Item: S_Teleport_Shield + - Index: 122 + Item: S_Teleport_Shield Rate: 362 - - Item: S_Teleport_Weapon + - Index: 123 + Item: S_Teleport_Weapon Rate: 362 - - Item: S_Teleport_Earring + - Index: 124 + Item: S_Teleport_Earring Rate: 362 - - Item: S_Teleport_Pendant + - Index: 125 + Item: S_Teleport_Pendant Rate: 362 - - Item: S_Steal_Armor + - Index: 126 + Item: S_Steal_Armor Rate: 362 - - Item: S_Steal_Shoes + - Index: 127 + Item: S_Steal_Shoes Rate: 362 - - Item: S_Steal_Shield + - Index: 128 + Item: S_Steal_Shield Rate: 362 - - Item: S_Steal_Weapon + - Index: 129 + Item: S_Steal_Weapon Rate: 362 - - Item: S_Steal_Earring + - Index: 130 + Item: S_Steal_Earring Rate: 362 - - Item: S_Steal_Pendant + - Index: 131 + Item: S_Steal_Pendant Rate: 362 - - Item: S_Infinity_Earring + - Index: 132 + Item: S_Infinity_Earring Rate: 72 - - Item: S_Infinity_Pendant + - Index: 133 + Item: S_Infinity_Pendant Rate: 72 - - Item: S_Solid_Weapon + - Index: 134 + Item: S_Solid_Weapon Rate: 362 - - Item: S_Solid_Earring + - Index: 135 + Item: S_Solid_Earring Rate: 362 - - Item: S_Immortal_Armor + - Index: 136 + Item: S_Immortal_Armor Rate: 362 - - Item: S_Immortal_Pendant + - Index: 137 + Item: S_Immortal_Pendant Rate: 362 - - Item: S_Executioner_Weapon + - Index: 138 + Item: S_Executioner_Weapon Rate: 72 - - Item: S_Exorcist_Weapon + - Index: 139 + Item: S_Exorcist_Weapon Rate: 72 - - Item: S_Hunting_Weapon + - Index: 140 + Item: S_Hunting_Weapon Rate: 72 - - Item: S_Insect_Net_Weapon + - Index: 141 + Item: S_Insect_Net_Weapon Rate: 72 - - Item: S_Fishing_Weapon + - Index: 142 + Item: S_Fishing_Weapon Rate: 72 - - Item: S_Dragon_Killer_Weapon + - Index: 143 + Item: S_Dragon_Killer_Weapon Rate: 72 - - Item: S_Corrupt_Weapon + - Index: 144 + Item: S_Corrupt_Weapon Rate: 72 - - Item: S_Vibration_Weapon + - Index: 145 + Item: S_Vibration_Weapon Rate: 72 - - Item: S_Holy_Water_Weapon + - Index: 146 + Item: S_Holy_Water_Weapon Rate: 72 - - Item: S_Scissors_Weapon + - Index: 147 + Item: S_Scissors_Weapon Rate: 72 - - Item: S_Penetration_Earring + - Index: 148 + Item: S_Penetration_Earring Rate: 72 - - Item: S_Penetration_Pendent + - Index: 149 + Item: S_Penetration_Pendent Rate: 72 - - Item: S_Tempest_Earring + - Index: 150 + Item: S_Tempest_Earring Rate: 72 - - Item: S_Tempest_Pendent + - Index: 151 + Item: S_Tempest_Pendent Rate: 72 - - Item: S_M_Executioner_Weapon + - Index: 152 + Item: S_M_Executioner_Weapon Rate: 72 - - Item: S_M_Exorcist_Weapon + - Index: 153 + Item: S_M_Exorcist_Weapon Rate: 72 - - Item: S_M_Hunting_Weapon + - Index: 154 + Item: S_M_Hunting_Weapon Rate: 72 - - Item: S_M_Insect_Net_Weapon + - Index: 155 + Item: S_M_Insect_Net_Weapon Rate: 72 - - Item: S_M_Fishing_Weapon + - Index: 156 + Item: S_M_Fishing_Weapon Rate: 72 - - Item: S_M_Dragon_K_Weapon + - Index: 157 + Item: S_M_Dragon_K_Weapon Rate: 72 - - Item: S_M_Corrupt_Weapon + - Index: 158 + Item: S_M_Corrupt_Weapon Rate: 72 - - Item: S_M_Vibration_Weapon + - Index: 159 + Item: S_M_Vibration_Weapon Rate: 72 - - Item: S_M_Holy_Water_Weapon + - Index: 160 + Item: S_M_Holy_Water_Weapon Rate: 72 - - Item: S_M_Scissors_Weapon + - Index: 161 + Item: S_M_Scissors_Weapon Rate: 72 - - Item: S_Bearers_Armor + - Index: 162 + Item: S_Bearers_Armor Rate: 72 - - Item: S_Bearers_Shoes + - Index: 163 + Item: S_Bearers_Shoes Rate: 72 - - Item: S_Bearers_Shield + - Index: 164 + Item: S_Bearers_Shield Rate: 72 - - Item: S_Bearers_Weapon + - Index: 165 + Item: S_Bearers_Weapon Rate: 72 - - Item: S_Bearers_Earring + - Index: 166 + Item: S_Bearers_Earring Rate: 72 - - Item: S_Bearers_Pendent + - Index: 167 + Item: S_Bearers_Pendent Rate: 72 - - Item: S_Basis_Armor + - Index: 168 + Item: S_Basis_Armor Rate: 72 - - Item: S_Hallowed_Armor + - Index: 169 + Item: S_Hallowed_Armor Rate: 362 - - Item: S_Saharic_Armor + - Index: 170 + Item: S_Saharic_Armor Rate: 362 - - Item: S_Underneath_Armor + - Index: 171 + Item: S_Underneath_Armor Rate: 362 - - Item: S_Flam_Armor + - Index: 172 + Item: S_Flam_Armor Rate: 362 - - Item: S_Windy_Armor + - Index: 173 + Item: S_Windy_Armor Rate: 362 - - Item: S_Envenom_Armor + - Index: 174 + Item: S_Envenom_Armor Rate: 362 - - Item: S_Damned_Armor + - Index: 175 + Item: S_Damned_Armor Rate: 362 - - Item: S_Geist_Armor + - Index: 176 + Item: S_Geist_Armor Rate: 362 - - Item: S_Divine_Armor + - Index: 177 + Item: S_Divine_Armor Rate: 362 - - Item: S_Hasty_Shoes + - Index: 178 + Item: S_Hasty_Shoes Rate: 217 - - Item: S_Hasty_Armor + - Index: 179 + Item: S_Hasty_Armor Rate: 217 - - Item: S_Basis_Shield + - Index: 180 + Item: S_Basis_Shield Rate: 362 - - Item: S_Hallowed_Shield + - Index: 181 + Item: S_Hallowed_Shield Rate: 362 - - Item: S_Saharic_Shield + - Index: 182 + Item: S_Saharic_Shield Rate: 362 - - Item: S_Underneath_Shield + - Index: 183 + Item: S_Underneath_Shield Rate: 362 - - Item: S_Flam_Shield + - Index: 184 + Item: S_Flam_Shield Rate: 362 - - Item: S_Windy_Shield + - Index: 185 + Item: S_Windy_Shield Rate: 362 - - Item: S_Envenom_Shield + - Index: 186 + Item: S_Envenom_Shield Rate: 362 - - Item: S_Damned_Shield + - Index: 187 + Item: S_Damned_Shield Rate: 362 - - Item: S_Geist_Shield + - Index: 188 + Item: S_Geist_Shield Rate: 362 - - Item: S_Divine_Shield + - Index: 189 + Item: S_Divine_Shield Rate: 362 - - Item: S_Expert_Shoes + - Index: 190 + Item: S_Expert_Shoes Rate: 217 - - Item: S_Expert_Shield + - Index: 191 + Item: S_Expert_Shield Rate: 217 - - Item: S_Beginner_Shoes + - Index: 192 + Item: S_Beginner_Shoes Rate: 217 - - Item: S_Beginner_Shield + - Index: 193 + Item: S_Beginner_Shield Rate: 217 - - Item: S_Rookie_Shoes + - Index: 194 + Item: S_Rookie_Shoes Rate: 217 - - Item: S_Rookie_Shield + - Index: 195 + Item: S_Rookie_Shield Rate: 217 - - Item: S_Advanced_Shoes + - Index: 196 + Item: S_Advanced_Shoes Rate: 217 - - Item: S_Advanced_Shield + - Index: 197 + Item: S_Advanced_Shield Rate: 217 - - Item: S_Attack_Armor + - Index: 198 + Item: S_Attack_Armor Rate: 217 - - Item: S_Blitz_Earring + - Index: 199 + Item: S_Blitz_Earring Rate: 72 - - Item: S_Blitz_Pendent + - Index: 200 + Item: S_Blitz_Pendent Rate: 72 - - Item: S_ColdBolt_Armor + - Index: 201 + Item: S_ColdBolt_Armor Rate: 362 - - Item: S_FireBolt_Armor + - Index: 202 + Item: S_FireBolt_Armor Rate: 362 - - Item: S_LightingBolt_Armor + - Index: 203 + Item: S_LightingBolt_Armor Rate: 362 - - Item: S_EarthSpike_Armor + - Index: 204 + Item: S_EarthSpike_Armor Rate: 362 - - Item: S_Enhance_Force_Weapon + - Index: 205 + Item: S_Enhance_Force_Weapon Rate: 362 - - Item: S_Force_Weapon + - Index: 206 + Item: S_Force_Weapon Rate: 362 - - Item: S_Force_Earring + - Index: 207 + Item: S_Force_Earring Rate: 362 - - Item: S_Force_Pendant + - Index: 208 + Item: S_Force_Pendant Rate: 362 - - Item: S_Enhance_Spirit_Weapon + - Index: 209 + Item: S_Enhance_Spirit_Weapon Rate: 362 - - Item: S_Spirit_Weapon + - Index: 210 + Item: S_Spirit_Weapon Rate: 362 - - Item: S_Spirit_Earring + - Index: 211 + Item: S_Spirit_Earring Rate: 362 - - Item: S_Spirit_Pendant + - Index: 212 + Item: S_Spirit_Pendant Rate: 362 - - Item: S_Blitz_Shoes + - Index: 213 + Item: S_Blitz_Shoes Rate: 72 - - Item: S_Blitz_Shield + - Index: 214 + Item: S_Blitz_Shield Rate: 72 - - Item: S_Exceed_Weapon + - Index: 215 + Item: S_Exceed_Weapon Rate: 362 - - Item: S_Titan_Earring + - Index: 216 + Item: S_Titan_Earring Rate: 362 - - Item: S_Titan_Pendant + - Index: 217 + Item: S_Titan_Pendant Rate: 362 - - Item: S_Boned_Earring + - Index: 218 + Item: S_Boned_Earring Rate: 362 - - Item: S_Boned_Pendant + - Index: 219 + Item: S_Boned_Pendant Rate: 362 - - Item: S_Gigantic_Earring + - Index: 220 + Item: S_Gigantic_Earring Rate: 362 - - Item: S_Gigantic_Pendant + - Index: 221 + Item: S_Gigantic_Pendant Rate: 362 - - Item: S_Caster_Shoes + - Index: 222 + Item: S_Caster_Shoes Rate: 217 - - Item: S_Caster_Shield + - Index: 223 + Item: S_Caster_Shield Rate: 217 - - Item: S_Caster_Armor + - Index: 224 + Item: S_Caster_Armor Rate: 217 - - Item: S_Reload_Shoes + - Index: 225 + Item: S_Reload_Shoes Rate: 217 - - Item: S_Reload_Shield + - Index: 226 + Item: S_Reload_Shield Rate: 217 - - Item: S_Reload_Armor + - Index: 227 + Item: S_Reload_Armor Rate: 217 - - Item: S_Swordman_earring + - Index: 228 + Item: S_Swordman_earring Rate: 217 - - Item: S_Merchant_earring + - Index: 229 + Item: S_Merchant_earring Rate: 217 - - Item: S_Acolyte_earring + - Index: 230 + Item: S_Acolyte_earring Rate: 217 - - Item: S_Magician_earring + - Index: 231 + Item: S_Magician_earring Rate: 217 - - Item: S_Swordman_Pendant + - Index: 232 + Item: S_Swordman_Pendant Rate: 217 - - Item: S_Merchant_Pendant + - Index: 233 + Item: S_Merchant_Pendant Rate: 217 - - Item: S_Acolyte_Pendant + - Index: 234 + Item: S_Acolyte_Pendant Rate: 217 - - Item: S_Thief_Pendant + - Index: 235 + Item: S_Thief_Pendant Rate: 217 - - Item: S_Magician_Pendant + - Index: 236 + Item: S_Magician_Pendant Rate: 217 - - Item: S_Archer_Pendant + - Index: 237 + Item: S_Archer_Pendant Rate: 217 - - Item: S_Knight_Shoes + - Index: 238 + Item: S_Knight_Shoes Rate: 217 - - Item: S_Crusader_Shoes + - Index: 239 + Item: S_Crusader_Shoes Rate: 217 - - Item: S_Blacksmith_Shoes + - Index: 240 + Item: S_Blacksmith_Shoes Rate: 217 - - Item: S_Alchemist_Shoes + - Index: 241 + Item: S_Alchemist_Shoes Rate: 217 - - Item: S_Priest_Shoes + - Index: 242 + Item: S_Priest_Shoes Rate: 217 - - Item: S_Monk_Shoes + - Index: 243 + Item: S_Monk_Shoes Rate: 217 - - Item: S_Assassin_Shoes + - Index: 244 + Item: S_Assassin_Shoes Rate: 217 - - Item: S_Rogue_Shoes + - Index: 245 + Item: S_Rogue_Shoes Rate: 217 - - Item: S_Wizard_Shoes + - Index: 246 + Item: S_Wizard_Shoes Rate: 217 - - Item: S_Sage_Shoes + - Index: 247 + Item: S_Sage_Shoes Rate: 217 - - Item: S_Hunter_Shoes + - Index: 248 + Item: S_Hunter_Shoes Rate: 217 - - Item: S_Bard_Shoes + - Index: 249 + Item: S_Bard_Shoes Rate: 217 - - Item: S_Dancer_Shoes + - Index: 250 + Item: S_Dancer_Shoes Rate: 217 - - Item: S_Knight_Armor + - Index: 251 + Item: S_Knight_Armor Rate: 217 - - Item: S_Crusader_Armor + - Index: 252 + Item: S_Crusader_Armor Rate: 217 - - Item: S_Blacksmith_Armor + - Index: 253 + Item: S_Blacksmith_Armor Rate: 217 - - Item: S_Alchemist_Armor + - Index: 254 + Item: S_Alchemist_Armor Rate: 217 - - Item: S_Priest_Armor + - Index: 255 + Item: S_Priest_Armor Rate: 217 - - Item: S_Monk_Armor + - Index: 256 + Item: S_Monk_Armor Rate: 217 - - Item: S_Assassin_Armor + - Index: 257 + Item: S_Assassin_Armor Rate: 217 - - Item: S_Rogue_Armor + - Index: 258 + Item: S_Rogue_Armor Rate: 217 - - Item: S_Wizard_Armor + - Index: 259 + Item: S_Wizard_Armor Rate: 217 - - Item: S_Sage_Armor + - Index: 260 + Item: S_Sage_Armor Rate: 217 - - Item: S_Hunter_Armor + - Index: 261 + Item: S_Hunter_Armor Rate: 217 - - Item: S_Bard_Armor + - Index: 262 + Item: S_Bard_Armor Rate: 218 - - Item: S_Dancer_Armor + - Index: 263 + Item: S_Dancer_Armor Rate: 218 - - Item: S_SuperNovice_Weapon + - Index: 264 + Item: S_SuperNovice_Weapon Rate: 218 - - Item: S_Gunslinger_Weapon + - Index: 265 + Item: S_Gunslinger_Weapon Rate: 218 - - Item: S_Taekwon_Weapon + - Index: 266 + Item: S_Taekwon_Weapon Rate: 218 - - Item: S_Ninja_Weapon + - Index: 267 + Item: S_Ninja_Weapon Rate: 218 - - Item: S_DoramMagical_Weapon + - Index: 268 + Item: S_DoramMagical_Weapon Rate: 218 - - Item: S_DoramPhysical_Weapon + - Index: 269 + Item: S_DoramPhysical_Weapon Rate: 218 - - Item: S_Runeknight_Weapon + - Index: 270 + Item: S_Runeknight_Weapon Rate: 218 - - Item: S_Royalguard_Weapon + - Index: 271 + Item: S_Royalguard_Weapon Rate: 218 - - Item: S_Mechanic_weapon + - Index: 272 + Item: S_Mechanic_weapon Rate: 218 - - Item: S_Genetic_Weapon + - Index: 273 + Item: S_Genetic_Weapon Rate: 218 - - Item: S_Archbishop_Weapon + - Index: 274 + Item: S_Archbishop_Weapon Rate: 218 - - Item: S_Sura_weapon + - Index: 275 + Item: S_Sura_weapon Rate: 218 - - Item: S_Guillotine_Weapon + - Index: 276 + Item: S_Guillotine_Weapon Rate: 218 - - Item: S_Shadowchaser_Weapon + - Index: 277 + Item: S_Shadowchaser_Weapon Rate: 218 - - Item: S_Warlock_Weapon + - Index: 278 + Item: S_Warlock_Weapon Rate: 218 - - Item: S_Sorcerer_Weapon + - Index: 279 + Item: S_Sorcerer_Weapon Rate: 218 - - Item: S_Ranger_Weapon + - Index: 280 + Item: S_Ranger_Weapon Rate: 218 - - Item: S_Minstrel_Weapon + - Index: 281 + Item: S_Minstrel_Weapon Rate: 218 - - Item: S_Wanderer_Weapon + - Index: 282 + Item: S_Wanderer_Weapon Rate: 218 - - Item: S_Runeknight_Shield + - Index: 283 + Item: S_Runeknight_Shield Rate: 218 - - Item: S_Royalguard_Shield + - Index: 284 + Item: S_Royalguard_Shield Rate: 218 - - Item: S_Mechanic_Shield + - Index: 285 + Item: S_Mechanic_Shield Rate: 218 - - Item: S_Genetic_Shield + - Index: 286 + Item: S_Genetic_Shield Rate: 218 - - Item: S_Archbishop_Shield + - Index: 287 + Item: S_Archbishop_Shield Rate: 218 - - Item: S_Sura_Shield + - Index: 288 + Item: S_Sura_Shield Rate: 218 - - Item: S_Guillotine_Shield + - Index: 289 + Item: S_Guillotine_Shield Rate: 218 - - Item: S_Shadowchaser_Shield + - Index: 290 + Item: S_Shadowchaser_Shield Rate: 218 - - Item: S_Warlock_Shield + - Index: 291 + Item: S_Warlock_Shield Rate: 218 - - Item: S_Sorcerer_Shield + - Index: 292 + Item: S_Sorcerer_Shield Rate: 218 - - Item: S_Ranger_Shield + - Index: 293 + Item: S_Ranger_Shield Rate: 218 - - Item: S_Minstrel_Shield + - Index: 294 + Item: S_Minstrel_Shield Rate: 218 - - Item: S_Wanderer_Shield + - Index: 295 + Item: S_Wanderer_Shield Rate: 218 - - Item: S_Ninja_Shield + - Index: 296 + Item: S_Ninja_Shield Rate: 218 - - Item: S_Taekwon_Shield + - Index: 297 + Item: S_Taekwon_Shield Rate: 218 - - Item: S_DoramPhysical_Shield + - Index: 298 + Item: S_DoramPhysical_Shield Rate: 218 - - Item: S_DoramMagical_Shield + - Index: 299 + Item: S_DoramMagical_Shield Rate: 218 - - Item: S_SuperNovice_Shield + - Index: 300 + Item: S_SuperNovice_Shield Rate: 218 - - Item: S_Gunslinger_Shield + - Index: 301 + Item: S_Gunslinger_Shield Rate: 218 - - Item: S_Thief_earring + - Index: 302 + Item: S_Thief_earring Rate: 218 - - Item: S_Archer_earring + - Index: 303 + Item: S_Archer_earring Rate: 218 - - Item: S2_Hasty_Shoes + - Index: 304 + Item: S2_Hasty_Shoes Rate: 73 - - Item: S2_Bearers_Pendent + - Index: 305 + Item: S2_Bearers_Pendent Rate: 73 - - Item: S2_Gemstone_Earring + - Index: 306 + Item: S2_Gemstone_Earring Rate: 73 - - Item: S2_Spell_Flow_Shield + - Index: 307 + Item: S2_Spell_Flow_Shield Rate: 73 - - Item: S2_Spiritual_Weapon + - Index: 308 + Item: S2_Spiritual_Weapon Rate: 73 - - Item: S2_Malicious_Armor + - Index: 309 + Item: S2_Malicious_Armor Rate: 73 - - Item: S_Sigrun_Armor + - Index: 310 + Item: S_Sigrun_Armor Rate: 73 - - Item: S_Sigrun_Shield + - Index: 311 + Item: S_Sigrun_Shield Rate: 73 - - Item: S2_Force_Ex_Weapon + - Index: 312 + Item: S2_Force_Ex_Weapon Rate: 73 - - Item: S2_Spirit_M_E_Weapon + - Index: 313 + Item: S2_Spirit_M_E_Weapon Rate: 73 - - Item: S2_Caster_Armor + - Index: 314 + Item: S2_Caster_Armor Rate: 73 - - Item: S2_Reload_Armor + - Index: 315 + Item: S2_Reload_Armor Rate: 73 - - Item: S_Critical_Shield + - Index: 316 + Item: S_Critical_Shield Rate: 73 - - Item: S_Critical_Shoes + - Index: 317 + Item: S_Critical_Shoes Rate: 73 - - Item: S_Tempest_Shield + - Index: 318 + Item: S_Tempest_Shield Rate: 73 - - Item: S_Tempest_Shoes + - Index: 319 + Item: S_Tempest_Shoes Rate: 73 - - Item: S_M_ExeHoly_Armor + - Index: 320 + Item: S_M_ExeHoly_Armor Rate: 73 - - Item: S_M_ExoCorrupt_Armor + - Index: 321 + Item: S_M_ExoCorrupt_Armor Rate: 73 - - Item: S_M_DragonVib_Armor + - Index: 322 + Item: S_M_DragonVib_Armor Rate: 73 - - Item: S_M_SciHunting_Armor + - Index: 323 + Item: S_M_SciHunting_Armor Rate: 73 - - Item: S_M_FishInsect_Armor + - Index: 324 + Item: S_M_FishInsect_Armor Rate: 73 - - Item: S_Tension_Weapon + - Index: 325 + Item: S_Tension_Weapon Rate: 73 - - Item: S_Tension_Earring + - Index: 326 + Item: S_Tension_Earring Rate: 73 - - Item: S_Tension_Pendent + - Index: 327 + Item: S_Tension_Pendent Rate: 73 - - Item: S_Elegant_Weapon + - Index: 328 + Item: S_Elegant_Weapon Rate: 73 - - Item: S_Elegant_Earring + - Index: 329 + Item: S_Elegant_Earring Rate: 73 - - Item: S_Elegant_Pendent + - Index: 330 + Item: S_Elegant_Pendent Rate: 73 - - Item: S_Healing_Shield + - Index: 331 + Item: S_Healing_Shield Rate: 73 - - Item: S_Healing_Shoes + - Index: 332 + Item: S_Healing_Shoes Rate: 73 - - Item: S_Restore_Earring + - Index: 333 + Item: S_Restore_Earring Rate: 73 - - Item: S_Restore_Pendent + - Index: 334 + Item: S_Restore_Pendent Rate: 73 - - Item: S_MortalBlow_Weapon + - Index: 335 + Item: S_MortalBlow_Weapon Rate: 73 - - Item: S_MortalBlow_Earring + - Index: 336 + Item: S_MortalBlow_Earring Rate: 73 - - Item: S_MortalBlow_Pendent + - Index: 337 + Item: S_MortalBlow_Pendent Rate: 73 - - Item: S_Penetration_Shoes + - Index: 338 + Item: S_Penetration_Shoes Rate: 73 - - Item: S_Penetration_Shield + - Index: 339 + Item: S_Penetration_Shield Rate: 73 - - Item: S_ExeHoly_Armor + - Index: 340 + Item: S_ExeHoly_Armor Rate: 73 - - Item: S_ExoCorrupt_Armor + - Index: 341 + Item: S_ExoCorrupt_Armor Rate: 73 - - Item: S_DragonVib_Armor + - Index: 342 + Item: S_DragonVib_Armor Rate: 73 - - Item: S_SciHunting_Armor + - Index: 343 + Item: S_SciHunting_Armor Rate: 73 - - Item: S_FishInsect_Armor + - Index: 344 + Item: S_FishInsect_Armor Rate: 73 - - Item: Sentimental_Weapone_S + - Index: 345 + Item: Sentimental_Weapone_S Rate: 73 - - Item: Sentimental_Earring_S + - Index: 346 + Item: Sentimental_Earring_S Rate: 73 - - Item: Sentimental_Pendant_S + - Index: 347 + Item: Sentimental_Pendant_S Rate: 73 - - Item: Enchanting_Weapone_S + - Index: 348 + Item: Enchanting_Weapone_S Rate: 73 - - Item: Enchanting_Earring_S + - Index: 349 + Item: Enchanting_Earring_S Rate: 73 - - Item: Enchanting_Pendant_S + - Index: 350 + Item: Enchanting_Pendant_S Rate: 73 - - Item: S_Rebellion_Armor + - Index: 351 + Item: S_Rebellion_Armor Rate: 73 - - Item: S_Kagerou_Armor + - Index: 352 + Item: S_Kagerou_Armor Rate: 73 - - Item: S_Oboro_Armor + - Index: 353 + Item: S_Oboro_Armor Rate: 73 - - Item: S_Rebellion_Shoes + - Index: 354 + Item: S_Rebellion_Shoes Rate: 73 - - Item: S_Kagerou_Shoes + - Index: 355 + Item: S_Kagerou_Shoes Rate: 73 - - Item: S_Oboro_Shoes + - Index: 356 + Item: S_Oboro_Shoes Rate: 73 - - Item: S_DoramPhysical_Armor + - Index: 357 + Item: S_DoramPhysical_Armor Rate: 73 - - Item: S_DoramPhysical_Shoes + - Index: 358 + Item: S_DoramPhysical_Shoes Rate: 73 - - Item: S_DoramMagical_Armor + - Index: 359 + Item: S_DoramMagical_Armor Rate: 73 - - Item: S_DoramMagical_Shoes + - Index: 360 + Item: S_DoramMagical_Shoes Rate: 73 - - Item: S_Star_Emperor_Armor + - Index: 361 + Item: S_Star_Emperor_Armor Rate: 73 - - Item: S_Star_Emperor_Shoes + - Index: 362 + Item: S_Star_Emperor_Shoes Rate: 73 - - Item: S_Soul_Reaper_Armor + - Index: 363 + Item: S_Soul_Reaper_Armor Rate: 73 - - Item: S_Soul_Reaper_Shoes + - Index: 364 + Item: S_Soul_Reaper_Shoes Rate: 73 - - Item: S_Tempest_Weapon + - Index: 365 + Item: S_Tempest_Weapon Rate: 73 - - Item: S_Tempest_Armor + - Index: 366 + Item: S_Tempest_Armor Rate: 73 - - Item: S_PerfectSize_Weapon + - Index: 367 + Item: S_PerfectSize_Weapon Rate: 73 - - Item: S_PerfectSize_Armor + - Index: 368 + Item: S_PerfectSize_Armor Rate: 73 - - Item: S_M_Exo_Co_Weapon + - Index: 369 + Item: S_M_Exo_Co_Weapon Rate: 73 - - Item: S_M_Viv_Dr_Weapon + - Index: 370 + Item: S_M_Viv_Dr_Weapon Rate: 73 - - Item: S_M_Sci_Hu_Weapon + - Index: 371 + Item: S_M_Sci_Hu_Weapon Rate: 73 - - Item: S_M_Fis_In_Weapon + - Index: 372 + Item: S_M_Fis_In_Weapon Rate: 73 - - Item: S_M_Exe_Ho_Weapon + - Index: 373 + Item: S_M_Exe_Ho_Weapon Rate: 73 - - Item: S_Penetration_Weapon + - Index: 374 + Item: S_Penetration_Weapon Rate: 73 - - Item: S_Penetration_Armor + - Index: 375 + Item: S_Penetration_Armor Rate: 73 - - Item: S_Exe_Ho_Weapon + - Index: 376 + Item: S_Exe_Ho_Weapon Rate: 73 - - Item: S_Fis_In_Weapon + - Index: 377 + Item: S_Fis_In_Weapon Rate: 73 - - Item: S_Sci_Hu_Weapon + - Index: 378 + Item: S_Sci_Hu_Weapon Rate: 73 - - Item: S_Viv_Dr_Weapon + - Index: 379 + Item: S_Viv_Dr_Weapon Rate: 73 - - Item: S_Exo_Co_Weapon + - Index: 380 + Item: S_Exo_Co_Weapon Rate: 73 - - Item: S_Hasty_Weapon + - Index: 381 + Item: S_Hasty_Weapon Rate: 73 - - Item: S_Sonic_Armor + - Index: 382 + Item: S_Sonic_Armor Rate: 73 - - Item: S_Sonic_Shield + - Index: 383 + Item: S_Sonic_Shield Rate: 73 - - Item: S_Sonic_Shoes + - Index: 384 + Item: S_Sonic_Shoes Rate: 73 - - Item: S_Ignition_Weapon + - Index: 385 + Item: S_Ignition_Weapon Rate: 73 - - Item: S_Ignition_Pendant + - Index: 386 + Item: S_Ignition_Pendant Rate: 73 - - Item: S_Ignition_Earing + - Index: 387 + Item: S_Ignition_Earing Rate: 73 - - Item: S_W_Breath_Armor + - Index: 388 + Item: S_W_Breath_Armor Rate: 73 - - Item: S_W_Breath_Shield + - Index: 389 + Item: S_W_Breath_Shield Rate: 73 - - Item: S_W_Breath_Shoes + - Index: 390 + Item: S_W_Breath_Shoes Rate: 73 - - Item: S_F_Breath_Weapon + - Index: 391 + Item: S_F_Breath_Weapon Rate: 73 - - Item: S_F_Breath_Pendant + - Index: 392 + Item: S_F_Breath_Pendant Rate: 73 - - Item: S_F_Breath_Earing + - Index: 393 + Item: S_F_Breath_Earing Rate: 73 - - Item: S_Cluster_Armor + - Index: 394 + Item: S_Cluster_Armor Rate: 73 - - Item: S_Cluster_Shield + - Index: 395 + Item: S_Cluster_Shield Rate: 73 - - Item: S_Cluster_Shoes + - Index: 396 + Item: S_Cluster_Shoes Rate: 73 - - Item: S_Aimed_Weapon + - Index: 397 + Item: S_Aimed_Weapon Rate: 73 - - Item: S_Aimed_Pendant + - Index: 398 + Item: S_Aimed_Pendant Rate: 73 - - Item: S_Aimed_Earing + - Index: 399 + Item: S_Aimed_Earing Rate: 73 - - Item: S_Arrow_Armor + - Index: 400 + Item: S_Arrow_Armor Rate: 73 - - Item: S_Arrow_Shield + - Index: 401 + Item: S_Arrow_Shield Rate: 73 - - Item: S_Arrow_Shoes + - Index: 402 + Item: S_Arrow_Shoes Rate: 73 - - Item: S_Shooting_Weapon + - Index: 403 + Item: S_Shooting_Weapon Rate: 73 - - Item: S_Shooting_Pendant + - Index: 404 + Item: S_Shooting_Pendant Rate: 73 - - Item: S_Shooting_Earing + - Index: 405 + Item: S_Shooting_Earing Rate: 73 - - Item: S_Tornado_Armor + - Index: 406 + Item: S_Tornado_Armor Rate: 73 - - Item: S_Tornado_Shield + - Index: 407 + Item: S_Tornado_Shield Rate: 73 - - Item: S_Tornado_Shoes + - Index: 408 + Item: S_Tornado_Shoes Rate: 73 - - Item: S_Boomerang_Weapon + - Index: 409 + Item: S_Boomerang_Weapon Rate: 73 - - Item: S_Boomerang_Pendant + - Index: 410 + Item: S_Boomerang_Pendant Rate: 73 - - Item: S_Boomerang_Earing + - Index: 411 + Item: S_Boomerang_Earing Rate: 73 - - Item: S_Vulcan_Armor + - Index: 412 + Item: S_Vulcan_Armor Rate: 73 - - Item: S_Vulcan_Shield + - Index: 413 + Item: S_Vulcan_Shield Rate: 73 - - Item: S_Vulcan_Shoes + - Index: 414 + Item: S_Vulcan_Shoes Rate: 73 - - Item: S_Arms_Weapon + - Index: 415 + Item: S_Arms_Weapon Rate: 73 - - Item: S_Arms_Pendant + - Index: 416 + Item: S_Arms_Pendant Rate: 73 - - Item: S_Arms_Earing + - Index: 417 + Item: S_Arms_Earing Rate: 73 - - Item: S_Rampage_Armor + - Index: 418 + Item: S_Rampage_Armor Rate: 73 - - Item: S_Rampage_Shield + - Index: 419 + Item: S_Rampage_Shield Rate: 73 - - Item: S_Rampage_Shoes + - Index: 420 + Item: S_Rampage_Shoes Rate: 73 - - Item: S_Skynetblow_Weapon + - Index: 421 + Item: S_Skynetblow_Weapon Rate: 73 - - Item: S_Skynetblow_Pendant + - Index: 422 + Item: S_Skynetblow_Pendant Rate: 73 - - Item: S_Skynetblow_Earing + - Index: 423 + Item: S_Skynetblow_Earing Rate: 73 - - Item: S_Knucklearrow_Armor + - Index: 424 + Item: S_Knucklearrow_Armor Rate: 73 - - Item: S_Knucklearrow_Shield + - Index: 425 + Item: S_Knucklearrow_Shield Rate: 73 - - Item: S_Knucklearrow_Shoes + - Index: 426 + Item: S_Knucklearrow_Shoes Rate: 73 - - Item: S_TigerCannon_Weapon + - Index: 427 + Item: S_TigerCannon_Weapon Rate: 73 - - Item: S_Tigercannon_Pendant + - Index: 428 + Item: S_Tigercannon_Pendant Rate: 73 - - Item: S_Tigercannon_Earing + - Index: 429 + Item: S_Tigercannon_Earing Rate: 73 - - Item: S_Duplelight_Armor + - Index: 430 + Item: S_Duplelight_Armor Rate: 73 - - Item: S_Duplelight_Shield + - Index: 431 + Item: S_Duplelight_Shield Rate: 73 - - Item: S_Duplelight_Shoes + - Index: 432 + Item: S_Duplelight_Shoes Rate: 73 - - Item: S_Adoramus_Weapon + - Index: 433 + Item: S_Adoramus_Weapon Rate: 73 - - Item: S_Adoramus_Pendant + - Index: 434 + Item: S_Adoramus_Pendant Rate: 73 - - Item: S_Adoramus_Earing + - Index: 435 + Item: S_Adoramus_Earing Rate: 73 - - Item: S_Judex_Armor + - Index: 436 + Item: S_Judex_Armor Rate: 73 - - Item: S_Judex_Shield + - Index: 437 + Item: S_Judex_Shield Rate: 73 - - Item: S_Judex_Shoes + - Index: 438 + Item: S_Judex_Shoes Rate: 73 - - Item: S_Magnus_Weapon + - Index: 439 + Item: S_Magnus_Weapon Rate: 73 - - Item: S_Magnus_Pendant + - Index: 440 + Item: S_Magnus_Pendant Rate: 73 - - Item: S_Magnus_Earing + - Index: 441 + Item: S_Magnus_Earing Rate: 73 - - Item: S_Rainstorm_Armor + - Index: 442 + Item: S_Rainstorm_Armor Rate: 73 - - Item: S_Rainstorm_Shield + - Index: 443 + Item: S_Rainstorm_Shield Rate: 73 - - Item: S_Rainstorm_Shoes + - Index: 444 + Item: S_Rainstorm_Shoes Rate: 73 - - Item: S_Arrowvulcan_Weapon + - Index: 445 + Item: S_Arrowvulcan_Weapon Rate: 73 - - Item: S_Arrowvulcan_Pendant + - Index: 446 + Item: S_Arrowvulcan_Pendant Rate: 73 - - Item: S_Arrowvulcan_Earing + - Index: 447 + Item: S_Arrowvulcan_Earing Rate: 73 - - Item: S_Metalic_Armor + - Index: 448 + Item: S_Metalic_Armor Rate: 73 - - Item: S_Metalic_Shield + - Index: 449 + Item: S_Metalic_Shield Rate: 73 - - Item: S_Metalic_Shoes + - Index: 450 + Item: S_Metalic_Shoes Rate: 73 - - Item: S_Reverberation_Weapon + - Index: 451 + Item: S_Reverberation_Weapon Rate: 73 - - Item: S_Reverberation_Pendant + - Index: 452 + Item: S_Reverberation_Pendant Rate: 73 - - Item: S_Reverberation_Earing + - Index: 453 + Item: S_Reverberation_Earing Rate: 73 - - Item: S_Triangle_Armor + - Index: 454 + Item: S_Triangle_Armor Rate: 73 - - Item: S_Triangle_Shield + - Index: 455 + Item: S_Triangle_Shield Rate: 73 - - Item: S_Triangle_Shoes + - Index: 456 + Item: S_Triangle_Shoes Rate: 73 - - Item: S_Shadowspell_Weapon + - Index: 457 + Item: S_Shadowspell_Weapon Rate: 73 - - Item: S_Shadowspell_Pendant + - Index: 458 + Item: S_Shadowspell_Pendant Rate: 73 - - Item: S_Shadowspell_Earing + - Index: 459 + Item: S_Shadowspell_Earing Rate: 73 - - Item: S_Menace_Armor + - Index: 460 + Item: S_Menace_Armor Rate: 73 - - Item: S_Menace_Shield + - Index: 461 + Item: S_Menace_Shield Rate: 73 - - Item: S_Menace_Shoes + - Index: 462 + Item: S_Menace_Shoes Rate: 73 - - Item: S_Paint_Weapon + - Index: 463 + Item: S_Paint_Weapon Rate: 73 - - Item: S_Paint_Pendant + - Index: 464 + Item: S_Paint_Pendant Rate: 73 - - Item: S_Paint_Earing + - Index: 465 + Item: S_Paint_Earing Rate: 73 - - Item: S_Rolling_Armor + - Index: 466 + Item: S_Rolling_Armor Rate: 73 - - Item: S_Rolling_Shield + - Index: 467 + Item: S_Rolling_Shield Rate: 73 - - Item: S_Rolling_Shoes + - Index: 468 + Item: S_Rolling_Shoes Rate: 73 - - Item: S_Katar_Weapon + - Index: 469 + Item: S_Katar_Weapon Rate: 73 - - Item: S_Katar_Pendant + - Index: 470 + Item: S_Katar_Pendant Rate: 73 - - Item: S_Katar_Earing + - Index: 471 + Item: S_Katar_Earing Rate: 73 - - Item: S_Slash_Armor + - Index: 472 + Item: S_Slash_Armor Rate: 73 - - Item: S_Slash_Shield + - Index: 473 + Item: S_Slash_Shield Rate: 73 - - Item: S_Slash_Shoes + - Index: 474 + Item: S_Slash_Shoes Rate: 73 - - Item: S_Ripper_Weapon + - Index: 475 + Item: S_Ripper_Weapon Rate: 73 - - Item: S_Ripper_Pendant + - Index: 476 + Item: S_Ripper_Pendant Rate: 73 - - Item: S_Ripper_Earing + - Index: 477 + Item: S_Ripper_Earing Rate: 73 - - Item: S_Dust_Armor + - Index: 478 + Item: S_Dust_Armor Rate: 73 - - Item: S_Dust_Shield + - Index: 479 + Item: S_Dust_Shield Rate: 73 - - Item: S_Dust_Shoes + - Index: 480 + Item: S_Dust_Shoes Rate: 73 - - Item: S_Grave_Weapon + - Index: 481 + Item: S_Grave_Weapon Rate: 73 - - Item: S_Grave_Pendant + - Index: 482 + Item: S_Grave_Pendant Rate: 73 - - Item: S_Grave_Earing + - Index: 483 + Item: S_Grave_Earing Rate: 73 - - Item: S_Psychic_Armor + - Index: 484 + Item: S_Psychic_Armor Rate: 73 - - Item: S_Psychic_Shield + - Index: 485 + Item: S_Psychic_Shield Rate: 73 - - Item: S_Psychic_Shoes + - Index: 486 + Item: S_Psychic_Shoes Rate: 73 - - Item: S_Varetyr_Weapon + - Index: 487 + Item: S_Varetyr_Weapon Rate: 73 - - Item: S_Varetyr_Pendant + - Index: 488 + Item: S_Varetyr_Pendant Rate: 73 - - Item: S_Varetyr_Earing + - Index: 489 + Item: S_Varetyr_Earing Rate: 73 - - Item: S_Jack_Armor + - Index: 490 + Item: S_Jack_Armor Rate: 73 - - Item: S_Jack_Shield + - Index: 491 + Item: S_Jack_Shield Rate: 73 - - Item: S_Jack_Shoes + - Index: 492 + Item: S_Jack_Shoes Rate: 73 - - Item: S_Strain_Weapon + - Index: 493 + Item: S_Strain_Weapon Rate: 73 - - Item: S_Strain_Pendant + - Index: 494 + Item: S_Strain_Pendant Rate: 73 - - Item: S_Strain_Earing + - Index: 495 + Item: S_Strain_Earing Rate: 73 - - Item: S_Crimson_Armor + - Index: 496 + Item: S_Crimson_Armor Rate: 73 - - Item: S_Crimson_Shield + - Index: 497 + Item: S_Crimson_Shield Rate: 73 - - Item: S_Crimson_Shoes + - Index: 498 + Item: S_Crimson_Shoes Rate: 73 - - Item: S_Chain_Weapon + - Index: 499 + Item: S_Chain_Weapon Rate: 73 - - Item: S_Chain_Pendant + - Index: 500 + Item: S_Chain_Pendant Rate: 73 - - Item: S_Chain_Earing + - Index: 501 + Item: S_Chain_Earing Rate: 73 - - Item: S_Cart_Tornado_Armor + - Index: 502 + Item: S_Cart_Tornado_Armor Rate: 73 - - Item: S_Cart_Tornado_Shield + - Index: 503 + Item: S_Cart_Tornado_Shield Rate: 73 - - Item: S_Cart_Tornado_Shoes + - Index: 504 + Item: S_Cart_Tornado_Shoes Rate: 73 - - Item: S_Cannon_Cart_Weapon + - Index: 505 + Item: S_Cannon_Cart_Weapon Rate: 73 - - Item: S_Cannon_Cart_Pendant + - Index: 506 + Item: S_Cannon_Cart_Pendant Rate: 73 - - Item: S_Cannon_Cart_Earing + - Index: 507 + Item: S_Cannon_Cart_Earing Rate: 73 - - Item: S_Spore_Bomb_Armor + - Index: 508 + Item: S_Spore_Bomb_Armor Rate: 73 - - Item: S_Spore_Bomb_Shield + - Index: 509 + Item: S_Spore_Bomb_Shield Rate: 73 - - Item: S_Spore_Bomb_Shoes + - Index: 510 + Item: S_Spore_Bomb_Shoes Rate: 73 - - Item: S_Crazy_Weapon + - Index: 511 + Item: S_Crazy_Weapon Rate: 73 - - Item: S_Crazy_Pendant + - Index: 512 + Item: S_Crazy_Pendant Rate: 73 - - Item: S_Crazy_Earing + - Index: 513 + Item: S_Crazy_Earing Rate: 73 - - Item: S_Brand_Armor + - Index: 514 + Item: S_Brand_Armor Rate: 73 - - Item: S_Brand_Shield + - Index: 515 + Item: S_Brand_Shield Rate: 73 - - Item: S_Brand_Shoes + - Index: 516 + Item: S_Brand_Shoes Rate: 73 - - Item: S_Chain_Press_Weapon + - Index: 517 + Item: S_Chain_Press_Weapon Rate: 73 - - Item: S_Chain_Press_Pendant + - Index: 518 + Item: S_Chain_Press_Pendant Rate: 73 - - Item: S_Chain_Press_Earing + - Index: 519 + Item: S_Chain_Press_Earing Rate: 73 - - Item: S_Banish_Cannon_Armor + - Index: 520 + Item: S_Banish_Cannon_Armor Rate: 73 - - Item: S_Banish_Cannon_Shield + - Index: 521 + Item: S_Banish_Cannon_Shield Rate: 73 - - Item: S_Banish_Cannon_Shoes + - Index: 522 + Item: S_Banish_Cannon_Shoes Rate: 73 - - Item: S_Genesis_Weapon + - Index: 523 + Item: S_Genesis_Weapon Rate: 73 - - Item: S_Genesis_Pendant + - Index: 524 + Item: S_Genesis_Pendant Rate: 73 - - Item: S_Genesis_Earing + - Index: 525 + Item: S_Genesis_Earing Rate: 73 - - Item: S_Kunai_Weapon + - Index: 526 + Item: S_Kunai_Weapon Rate: 73 - - Item: S_Kunai_Shield + - Index: 527 + Item: S_Kunai_Shield Rate: 73 - - Item: S_Kunai_Armor + - Index: 528 + Item: S_Kunai_Armor Rate: 73 - - Item: S_Syuriken_Earing + - Index: 529 + Item: S_Syuriken_Earing Rate: 73 - - Item: S_Syuriken_Pendant + - Index: 530 + Item: S_Syuriken_Pendant Rate: 73 - - Item: S_Syuriken_Shoes + - Index: 531 + Item: S_Syuriken_Shoes Rate: 73 - - Item: S_Kamaenraku_Weapon + - Index: 532 + Item: S_Kamaenraku_Weapon Rate: 73 - - Item: S_Kamaenraku_Shield + - Index: 533 + Item: S_Kamaenraku_Shield Rate: 73 - - Item: S_Kamaenraku_Armor + - Index: 534 + Item: S_Kamaenraku_Armor Rate: 73 - - Item: S_Huusouka_Earing + - Index: 535 + Item: S_Huusouka_Earing Rate: 73 - - Item: S_Huusouka_Pendant + - Index: 536 + Item: S_Huusouka_Pendant Rate: 73 - - Item: S_Huusouka_Shoes + - Index: 537 + Item: S_Huusouka_Shoes Rate: 73 - - Item: S_Pickyrush_Weapon + - Index: 538 + Item: S_Pickyrush_Weapon Rate: 73 - - Item: S_Pickyrush_Shield + - Index: 539 + Item: S_Pickyrush_Shield Rate: 73 - - Item: S_Pickyrush_Armor + - Index: 540 + Item: S_Pickyrush_Armor Rate: 73 - - Item: S_SavageRabbit_Earing + - Index: 541 + Item: S_SavageRabbit_Earing Rate: 73 - - Item: S_SavageRabbit_Pendant + - Index: 542 + Item: S_SavageRabbit_Pendant Rate: 73 - - Item: S_SavageRabbit_Shoes + - Index: 543 + Item: S_SavageRabbit_Shoes Rate: 73 - - Item: S_Catnip_Weapon + - Index: 544 + Item: S_Catnip_Weapon Rate: 73 - - Item: S_Catnip_Shield + - Index: 545 + Item: S_Catnip_Shield Rate: 73 - - Item: S_Catnip_Armor + - Index: 546 + Item: S_Catnip_Armor Rate: 73 - - Item: S_Silvervine_Earing + - Index: 547 + Item: S_Silvervine_Earing Rate: 73 - - Item: S_Silvervine_Pendant + - Index: 548 + Item: S_Silvervine_Pendant Rate: 73 - - Item: S_Silvervine_Shoes + - Index: 549 + Item: S_Silvervine_Shoes Rate: 73 - - Item: S_Sunshine_Weapon + - Index: 550 + Item: S_Sunshine_Weapon Rate: 73 - - Item: S_Sunshine_Shield + - Index: 551 + Item: S_Sunshine_Shield Rate: 73 - - Item: S_Sunshine_Armor + - Index: 552 + Item: S_Sunshine_Armor Rate: 73 - - Item: S_Moonlight_Earring + - Index: 553 + Item: S_Moonlight_Earring Rate: 73 - - Item: S_Moonlight_Pendant + - Index: 554 + Item: S_Moonlight_Pendant Rate: 73 - - Item: S_Moonlight_Shoes + - Index: 555 + Item: S_Moonlight_Shoes Rate: 73 - - Item: S_Stardust_Weapon + - Index: 556 + Item: S_Stardust_Weapon Rate: 73 - - Item: S_Stardust_Shield + - Index: 557 + Item: S_Stardust_Shield Rate: 73 - - Item: S_Stardust_Armor + - Index: 558 + Item: S_Stardust_Armor Rate: 73 - - Item: S_S_Weapon + - Index: 559 + Item: S_S_Weapon Rate: 73 - - Item: S_S_Shield + - Index: 560 + Item: S_S_Shield Rate: 73 - - Item: S_S_Armor + - Index: 561 + Item: S_S_Armor Rate: 73 - - Item: S_Evilcurse_Earring + - Index: 562 + Item: S_Evilcurse_Earring Rate: 73 - - Item: S_Evilcurse_Pendant + - Index: 563 + Item: S_Evilcurse_Pendant Rate: 73 - - Item: S_Evilcurse_Shoes + - Index: 564 + Item: S_Evilcurse_Shoes Rate: 73 - - Item: S_FullPene_Shoes + - Index: 565 + Item: S_FullPene_Shoes Rate: 73 - - Item: S_FullPene_Armor + - Index: 566 + Item: S_FullPene_Armor Rate: 73 - - Item: S_FullPene_Pendant + - Index: 567 + Item: S_FullPene_Pendant Rate: 73 - - Item: S_FullPene_Earring + - Index: 568 + Item: S_FullPene_Earring Rate: 73 - Group: GUNSLINGER_ENCHANT SubGroups: - SubGroup: 0 List: - - Item: Droop_Gunslinger + - Index: 0 + Item: Droop_Gunslinger RandomOptionGroup: GUNSLINGER_ENCHANT - Group: ENCHANTSTONE_RECIPE SubGroups: - SubGroup: 1 List: - - Item: Enchant_Stone_Box4 + - Index: 0 + Item: Enchant_Stone_Box4 Rate: 1 - - Item: Enchant_Stone_Box5 + - Index: 1 + Item: Enchant_Stone_Box5 Rate: 1 - - Item: Enchant_Stone_Box6 + - Index: 2 + Item: Enchant_Stone_Box6 Rate: 1 - - Item: Enchant_Stone_Box7 + - Index: 3 + Item: Enchant_Stone_Box7 Rate: 1 - - Item: Enchant_Stone_Box8 + - Index: 4 + Item: Enchant_Stone_Box8 Rate: 1 - - Item: Enchant_Stone_Box9 + - Index: 5 + Item: Enchant_Stone_Box9 Rate: 1 - - Item: Enchant_Stone_Box10 + - Index: 6 + Item: Enchant_Stone_Box10 Rate: 1 - - Item: Enchant_Stone_Box11 + - Index: 7 + Item: Enchant_Stone_Box11 Rate: 1 - - Item: Enchant_Stone_Box12 + - Index: 8 + Item: Enchant_Stone_Box12 Rate: 1 - - Item: Enchant_Stone_Box13 + - Index: 9 + Item: Enchant_Stone_Box13 Rate: 1 - - Item: Enchant_Stone_Box14 + - Index: 10 + Item: Enchant_Stone_Box14 Rate: 1 - - Item: Enchant_Stone_Box15 + - Index: 11 + Item: Enchant_Stone_Box15 Rate: 1 - - Item: Enchant_Stone_Box16 + - Index: 12 + Item: Enchant_Stone_Box16 Rate: 1 - - Item: Enchant_Stone_Box17 + - Index: 13 + Item: Enchant_Stone_Box17 Rate: 1 - - Item: Enchant_Stone_Box18 + - Index: 14 + Item: Enchant_Stone_Box18 Rate: 1 - - Item: Enchant_Stone_Box19 + - Index: 15 + Item: Enchant_Stone_Box19 Rate: 1 - Group: PET_EGG_BOX SubGroups: - SubGroup: 0 List: - - Item: Set_Of_Taiming_Item + - Index: 0 + Item: Set_Of_Taiming_Item - Group: COSTUME_EXCHANGE_BOX SubGroups: - SubGroup: 1 List: - - Item: C_Rabbit_Ear_Hat + - Index: 0 + Item: C_Rabbit_Ear_Hat Rate: 1370 - - Item: C_J_Captain_Hat + - Index: 1 + Item: C_J_Captain_Hat Rate: 1370 - - Item: C_Chick_Hat + - Index: 2 + Item: C_Chick_Hat Rate: 1370 - - Item: C_Little_Angel_Doll + - Index: 3 + Item: C_Little_Angel_Doll Rate: 1370 - - Item: C_Robo_Eye + - Index: 4 + Item: C_Robo_Eye Rate: 1370 - - Item: C_Darkness_Helm + - Index: 5 + Item: C_Darkness_Helm Rate: 1370 - - Item: C_Angel_Spirit + - Index: 6 + Item: C_Angel_Spirit Rate: 1370 - - Item: C_White_Cat_Hood + - Index: 7 + Item: C_White_Cat_Hood Rate: 1370 - - Item: C_Sword_Master_Crown + - Index: 8 + Item: C_Sword_Master_Crown Rate: 1370 - - Item: C_Bell_Pigeon + - Index: 9 + Item: C_Bell_Pigeon Rate: 1370 - - Item: C_Rudra_Wing + - Index: 10 + Item: C_Rudra_Wing Rate: 140 - - Item: C_Whikebain_Ears + - Index: 11 + Item: C_Whikebain_Ears Rate: 1370 - - Item: C_Evil_Marcher_Hat + - Index: 12 + Item: C_Evil_Marcher_Hat Rate: 1370 - - Item: C_Rabbit_Head_Dress + - Index: 13 + Item: C_Rabbit_Head_Dress Rate: 1370 - - Item: C_Banshee_Master_Kiss + - Index: 14 + Item: C_Banshee_Master_Kiss Rate: 1370 - - Item: C_Deviruchi_Balloon + - Index: 15 + Item: C_Deviruchi_Balloon Rate: 1370 - - Item: C_Wing_Of_Happiness + - Index: 16 + Item: C_Wing_Of_Happiness Rate: 140 - - Item: C_Subject_Aura + - Index: 17 + Item: C_Subject_Aura Rate: 270 - - Item: C_Whisper_Tall_Hat + - Index: 18 + Item: C_Whisper_Tall_Hat Rate: 1370 - - Item: C_Poring_Mascot_Costume + - Index: 19 + Item: C_Poring_Mascot_Costume Rate: 1370 - - Item: C_Mask_Of_Bankrupt + - Index: 20 + Item: C_Mask_Of_Bankrupt Rate: 1370 - - Item: C_Snowman_Hat + - Index: 21 + Item: C_Snowman_Hat Rate: 1370 - - Item: C_Celines_Ribbon + - Index: 22 + Item: C_Celines_Ribbon Rate: 1370 - - Item: C_Gold_Angel_Sculpture + - Index: 23 + Item: C_Gold_Angel_Sculpture Rate: 1370 - - Item: C_Soft_Sheep_Hat + - Index: 24 + Item: C_Soft_Sheep_Hat Rate: 1370 - - Item: C_Snownow_Hat + - Index: 25 + Item: C_Snownow_Hat Rate: 1370 - - Item: C_GreatDevilWing + - Index: 26 + Item: C_GreatDevilWing Rate: 140 - - Item: C_Large_Ribbon_Muffler + - Index: 27 + Item: C_Large_Ribbon_Muffler Rate: 1370 - - Item: C_Worg_In_Mouth + - Index: 28 + Item: C_Worg_In_Mouth Rate: 1370 - - Item: C_3D_Glasses + - Index: 29 + Item: C_3D_Glasses Rate: 1370 - - Item: C_Lolita_Ten_Gallon_Hat + - Index: 30 + Item: C_Lolita_Ten_Gallon_Hat Rate: 1370 - - Item: C_Sleep_Eclipse_Family + - Index: 31 + Item: C_Sleep_Eclipse_Family Rate: 1370 - - Item: C_Red_Strong_Hair + - Index: 32 + Item: C_Red_Strong_Hair Rate: 1370 - - Item: C_Secret_Zipper + - Index: 33 + Item: C_Secret_Zipper Rate: 1370 - - Item: C_Love_Cheek + - Index: 34 + Item: C_Love_Cheek Rate: 1370 - - Item: C_Tare_HSchool_Doll_Hat + - Index: 35 + Item: C_Tare_HSchool_Doll_Hat Rate: 1370 - - Item: C_Sombrero + - Index: 36 + Item: C_Sombrero Rate: 1370 - - Item: C_Under_Rim_Glasses_Red + - Index: 37 + Item: C_Under_Rim_Glasses_Red Rate: 1370 - - Item: C_FlyingGalapago + - Index: 38 + Item: C_FlyingGalapago Rate: 400 - - Item: C_Face_Crusher + - Index: 39 + Item: C_Face_Crusher Rate: 400 - - Item: C_Hill_Wind_Mask + - Index: 40 + Item: C_Hill_Wind_Mask Rate: 400 - - Item: C_Analyze_Eye + - Index: 41 + Item: C_Analyze_Eye Rate: 400 - - Item: C_Cowlick_YL + - Index: 42 + Item: C_Cowlick_YL Rate: 140 - - Item: C_Cowlick_GN + - Index: 43 + Item: C_Cowlick_GN Rate: 140 - - Item: C_Cowlick_PP + - Index: 44 + Item: C_Cowlick_PP Rate: 140 - - Item: C_Cowlick_RD + - Index: 45 + Item: C_Cowlick_RD Rate: 140 - - Item: C_Cowlick_OM + - Index: 46 + Item: C_Cowlick_OM Rate: 140 - - Item: C_Cowlick_BU + - Index: 47 + Item: C_Cowlick_BU Rate: 140 - - Item: C_Cowlick_WH + - Index: 48 + Item: C_Cowlick_WH Rate: 140 - - Item: C_Cowlick_BL + - Index: 49 + Item: C_Cowlick_BL Rate: 140 - - Item: C_Straight_Pony_YL + - Index: 50 + Item: C_Straight_Pony_YL Rate: 140 - - Item: C_Straight_Pony_GN + - Index: 51 + Item: C_Straight_Pony_GN Rate: 140 - - Item: C_Straight_Pony_PP + - Index: 52 + Item: C_Straight_Pony_PP Rate: 140 - - Item: C_Straight_Pony_RD + - Index: 53 + Item: C_Straight_Pony_RD Rate: 140 - - Item: C_Straight_Pony_OM + - Index: 54 + Item: C_Straight_Pony_OM Rate: 140 - - Item: C_Straight_Pony_BU + - Index: 55 + Item: C_Straight_Pony_BU Rate: 140 - - Item: C_Straight_Pony_WH + - Index: 56 + Item: C_Straight_Pony_WH Rate: 140 - - Item: C_Straight_Pony_BL + - Index: 57 + Item: C_Straight_Pony_BL Rate: 140 - - Item: C_Loose_Wave_Twin_YL + - Index: 58 + Item: C_Loose_Wave_Twin_YL Rate: 140 - - Item: C_Loose_Wave_Twin_GN + - Index: 59 + Item: C_Loose_Wave_Twin_GN Rate: 140 - - Item: C_Loose_Wave_Twin_PP + - Index: 60 + Item: C_Loose_Wave_Twin_PP Rate: 140 - - Item: C_Loose_Wave_Twin_RD + - Index: 61 + Item: C_Loose_Wave_Twin_RD Rate: 140 - - Item: C_Loose_Wave_Twin_OM + - Index: 62 + Item: C_Loose_Wave_Twin_OM Rate: 140 - - Item: C_Loose_Wave_Twin_BU + - Index: 63 + Item: C_Loose_Wave_Twin_BU Rate: 140 - - Item: C_Loose_Wave_Twin_WH + - Index: 64 + Item: C_Loose_Wave_Twin_WH Rate: 140 - - Item: C_Loose_Wave_Twin_BL + - Index: 65 + Item: C_Loose_Wave_Twin_BL Rate: 140 - - Item: C_Cupid_Wing_Pink + - Index: 66 + Item: C_Cupid_Wing_Pink Rate: 140 - - Item: C_Pecopeco_Cap + - Index: 67 + Item: C_Pecopeco_Cap Rate: 400 - - Item: C_Woodie_Hat + - Index: 68 + Item: C_Woodie_Hat Rate: 400 - - Item: C_Little_Aquarium + - Index: 69 + Item: C_Little_Aquarium Rate: 400 - - Item: C_Angel_Fluttering + - Index: 70 + Item: C_Angel_Fluttering Rate: 270 - - Item: C_Niflheim_Bunny_Hat + - Index: 71 + Item: C_Niflheim_Bunny_Hat Rate: 1370 - - Item: C_Crow_Tengu_Mask + - Index: 72 + Item: C_Crow_Tengu_Mask Rate: 1370 - - Item: C_Pumpkin_Head + - Index: 73 + Item: C_Pumpkin_Head Rate: 1370 - - Item: C_Eremes_Scarf + - Index: 74 + Item: C_Eremes_Scarf Rate: 270 - - Item: C_Blessing_Of_Angels + - Index: 75 + Item: C_Blessing_Of_Angels Rate: 270 - - Item: C_White_Lily + - Index: 76 + Item: C_White_Lily Rate: 1370 - - Item: C_Small_Poring_Band + - Index: 77 + Item: C_Small_Poring_Band Rate: 1370 - - Item: C_Wild_Poring_Rider + - Index: 78 + Item: C_Wild_Poring_Rider Rate: 1370 - - Item: C_Valhalla_Idol + - Index: 79 + Item: C_Valhalla_Idol Rate: 1370 - - Item: C_Louise_Red_Hat + - Index: 80 + Item: C_Louise_Red_Hat Rate: 1370 - - Item: C_Poring_Bag + - Index: 81 + Item: C_Poring_Bag Rate: 140 - - Item: C_Morocc_Kid_Servant + - Index: 82 + Item: C_Morocc_Kid_Servant Rate: 270 - - Item: C_Monochrome_RibbonHat + - Index: 83 + Item: C_Monochrome_RibbonHat Rate: 1370 - - Item: C_Khalitzburg_KN_Helm + - Index: 84 + Item: C_Khalitzburg_KN_Helm Rate: 1370 - - Item: C_Laser_Of_Eagle + - Index: 85 + Item: C_Laser_Of_Eagle Rate: 1370 - - Item: C_Devil_Wing + - Index: 86 + Item: C_Devil_Wing Rate: 140 - - Item: C_Tone_Of_Gold + - Index: 87 + Item: C_Tone_Of_Gold Rate: 140 - - Item: C_Dwarf_Beard + - Index: 88 + Item: C_Dwarf_Beard Rate: 140 - - Item: C_Mad_Hatter + - Index: 89 + Item: C_Mad_Hatter Rate: 140 - - Item: C_Cons_Of_Water + - Index: 90 + Item: C_Cons_Of_Water Rate: 140 - - Item: C_Floral_Waltz + - Index: 91 + Item: C_Floral_Waltz Rate: 140 - - Item: C_Gemini_Eyes + - Index: 92 + Item: C_Gemini_Eyes Rate: 140 - - Item: C_Pope_Crown + - Index: 93 + Item: C_Pope_Crown Rate: 140 - - Item: C_Charleston_Antenna + - Index: 94 + Item: C_Charleston_Antenna Rate: 140 - - Item: C_Wings_of_Uriel + - Index: 95 + Item: C_Wings_of_Uriel Rate: 140 - - Item: C_Pig_Nose + - Index: 96 + Item: C_Pig_Nose Rate: 140 - - Item: C_Cat_Ear_Hat + - Index: 97 + Item: C_Cat_Ear_Hat Rate: 140 - - Item: C_Valkyrie_Circlet + - Index: 98 + Item: C_Valkyrie_Circlet Rate: 140 - - Item: C_Eremes_Scarf_Black + - Index: 99 + Item: C_Eremes_Scarf_Black Rate: 140 - - Item: C_Eleanor_Wig + - Index: 100 + Item: C_Eleanor_Wig Rate: 140 - - Item: C_QueenAnzRevenge + - Index: 101 + Item: C_QueenAnzRevenge Rate: 140 - - Item: C_Assassin_Skull_Mask + - Index: 102 + Item: C_Assassin_Skull_Mask Rate: 140 - - Item: C_Vampire_Familiar + - Index: 103 + Item: C_Vampire_Familiar Rate: 140 - - Item: C_Ghostring_Tall_Hat + - Index: 104 + Item: C_Ghostring_Tall_Hat Rate: 140 - - Item: C_Magical_Feather + - Index: 105 + Item: C_Magical_Feather Rate: 140 - - Item: C_Steampunk_Hat + - Index: 106 + Item: C_Steampunk_Hat Rate: 140 - - Item: C_Poring_Soap_Pipe + - Index: 107 + Item: C_Poring_Soap_Pipe Rate: 140 - - Item: C_SwordWing + - Index: 108 + Item: C_SwordWing Rate: 140 - - Item: C_Hair_Bun_BU + - Index: 109 + Item: C_Hair_Bun_BU Rate: 140 - - Item: C_Hair_Bun_RD + - Index: 110 + Item: C_Hair_Bun_RD Rate: 140 - - Item: C_Hair_Bun_YL + - Index: 111 + Item: C_Hair_Bun_YL Rate: 140 - - Item: C_Hair_Bun_GN + - Index: 112 + Item: C_Hair_Bun_GN Rate: 140 - - Item: C_Hair_Bun_BL + - Index: 113 + Item: C_Hair_Bun_BL Rate: 140 - - Item: C_Hair_Bun_WH + - Index: 114 + Item: C_Hair_Bun_WH Rate: 140 - - Item: C_Hair_Bun_OM + - Index: 115 + Item: C_Hair_Bun_OM Rate: 140 - - Item: C_Hair_Bun_PP + - Index: 116 + Item: C_Hair_Bun_PP Rate: 140 - - Item: C_Roll_Twin_BU + - Index: 117 + Item: C_Roll_Twin_BU Rate: 140 - - Item: C_Roll_Twin_RD + - Index: 118 + Item: C_Roll_Twin_RD Rate: 140 - - Item: C_Roll_Twin_YL + - Index: 119 + Item: C_Roll_Twin_YL Rate: 140 - - Item: C_Roll_Twin_GN + - Index: 120 + Item: C_Roll_Twin_GN Rate: 140 - - Item: C_Roll_Twin_BL + - Index: 121 + Item: C_Roll_Twin_BL Rate: 140 - - Item: C_Roll_Twin_WH + - Index: 122 + Item: C_Roll_Twin_WH Rate: 140 - - Item: C_Roll_Twin_OM + - Index: 123 + Item: C_Roll_Twin_OM Rate: 140 - - Item: C_Roll_Twin_PP + - Index: 124 + Item: C_Roll_Twin_PP Rate: 140 - - Item: C_Long_Pony_BU + - Index: 125 + Item: C_Long_Pony_BU Rate: 140 - - Item: C_Long_Pony_RD + - Index: 126 + Item: C_Long_Pony_RD Rate: 140 - - Item: C_Long_Pony_YL + - Index: 127 + Item: C_Long_Pony_YL Rate: 140 - - Item: C_Long_Pony_GN + - Index: 128 + Item: C_Long_Pony_GN Rate: 140 - - Item: C_Long_Pony_BL + - Index: 129 + Item: C_Long_Pony_BL Rate: 140 - - Item: C_Long_Pony_WH + - Index: 130 + Item: C_Long_Pony_WH Rate: 140 - - Item: C_Long_Pony_OM + - Index: 131 + Item: C_Long_Pony_OM Rate: 140 - - Item: C_Long_Pony_PP + - Index: 132 + Item: C_Long_Pony_PP Rate: 140 - - Item: C_Piggyback + - Index: 133 + Item: C_Piggyback Rate: 140 - - Item: C_Rune_Helm + - Index: 134 + Item: C_Rune_Helm Rate: 140 - - Item: C_Shaving_Foam + - Index: 135 + Item: C_Shaving_Foam Rate: 140 - - Item: C_Blue_Fairy_Wing + - Index: 136 + Item: C_Blue_Fairy_Wing Rate: 140 - - Item: C_Black_Cat + - Index: 137 + Item: C_Black_Cat Rate: 140 - - Item: C_White_Black_Temp + - Index: 138 + Item: C_White_Black_Temp Rate: 140 - - Item: C_Scratching_Cat + - Index: 139 + Item: C_Scratching_Cat Rate: 140 - - Item: C_Thanatos_Sword + - Index: 140 + Item: C_Thanatos_Sword Rate: 140 - - Item: C_Warm_Cat_Muffler + - Index: 141 + Item: C_Warm_Cat_Muffler Rate: 140 - - Item: C_Clock_Casket + - Index: 142 + Item: C_Clock_Casket Rate: 140 - - Item: C_Chatty_Parrot + - Index: 143 + Item: C_Chatty_Parrot Rate: 140 - - Item: C_Flame_Muffler + - Index: 144 + Item: C_Flame_Muffler Rate: 140 - - Item: C_Teddy_Bear_Hood + - Index: 145 + Item: C_Teddy_Bear_Hood Rate: 140 - - Item: C_Mouton_Life_BL + - Index: 146 + Item: C_Mouton_Life_BL Rate: 140 - - Item: C_Brown_Stall + - Index: 147 + Item: C_Brown_Stall Rate: 140 - - Item: C_Pope_Sitting_Head + - Index: 148 + Item: C_Pope_Sitting_Head Rate: 140 - - Item: C_Tare_Pope_Casual + - Index: 149 + Item: C_Tare_Pope_Casual Rate: 140 - - Item: C_BelieversCap + - Index: 150 + Item: C_BelieversCap Rate: 140 - - Item: C_Pope_Ribbon + - Index: 151 + Item: C_Pope_Ribbon Rate: 140 - - Item: C_Alice_Wig + - Index: 152 + Item: C_Alice_Wig Rate: 140 - - Item: C_Khalitzburg_Helm_BL + - Index: 153 + Item: C_Khalitzburg_Helm_BL Rate: 140 - - Item: C_Wanderer_Sakkat + - Index: 154 + Item: C_Wanderer_Sakkat Rate: 140 - - Item: C_Wings_of_Michael + - Index: 155 + Item: C_Wings_of_Michael Rate: 140 - - Item: C_Shura_King_Pledge + - Index: 156 + Item: C_Shura_King_Pledge Rate: 140 - - Item: C_CatEars_Cyber_HeadP_R + - Index: 157 + Item: C_CatEars_Cyber_HeadP_R Rate: 140 - - Item: C_Moon_Eyepatch + - Index: 158 + Item: C_Moon_Eyepatch Rate: 140 - - Item: C_Shiba_Inu + - Index: 159 + Item: C_Shiba_Inu Rate: 140 - - Item: C_Magic_Circle + - Index: 160 + Item: C_Magic_Circle Rate: 140 - - Item: C_Chilly_Breath + - Index: 161 + Item: C_Chilly_Breath Rate: 140 - - Item: C_Drooping_Argiope + - Index: 162 + Item: C_Drooping_Argiope Rate: 140 - - Item: C_Chain_Puppet + - Index: 163 + Item: C_Chain_Puppet Rate: 140 - - Item: C_Sorcerer_Hood + - Index: 164 + Item: C_Sorcerer_Hood Rate: 140 - - Item: C_Baby_Penguin + - Index: 165 + Item: C_Baby_Penguin Rate: 140 - - Item: C_Fluffy_Heart_Earmuffs + - Index: 166 + Item: C_Fluffy_Heart_Earmuffs Rate: 140 - - Item: C_Archangel_Wing + - Index: 167 + Item: C_Archangel_Wing Rate: 140 - - Item: C_GiantCatBag_TW + - Index: 168 + Item: C_GiantCatBag_TW Rate: 140 - - Item: C_Luwmin_Ice + - Index: 169 + Item: C_Luwmin_Ice Rate: 140 - - Item: C_Ghost_Holiday + - Index: 170 + Item: C_Ghost_Holiday Rate: 140 - - Item: C_Blessing_Sky_Lantern + - Index: 171 + Item: C_Blessing_Sky_Lantern Rate: 140 - - Item: C_Blinking_Thin_Eyes + - Index: 172 + Item: C_Blinking_Thin_Eyes Rate: 140 - - Item: C_Astro_Circle + - Index: 173 + Item: C_Astro_Circle Rate: 140 - - Item: C_Elephangel_TH + - Index: 174 + Item: C_Elephangel_TH Rate: 140 - - Item: C_Flying_Drone + - Index: 175 + Item: C_Flying_Drone Rate: 140 - - Item: C_White_Cat + - Index: 176 + Item: C_White_Cat Rate: 140 - - Item: C_Bouquet_Hat + - Index: 177 + Item: C_Bouquet_Hat Rate: 140 - - Item: C_Poring_Muffler + - Index: 178 + Item: C_Poring_Muffler Rate: 140 - - Item: C_Happy_Rabbit_Ribbon + - Index: 179 + Item: C_Happy_Rabbit_Ribbon Rate: 140 - - Item: C_PinkButterfly_Wing_T + - Index: 180 + Item: C_PinkButterfly_Wing_T Rate: 140 - - Item: C_Sepia_Cap + - Index: 181 + Item: C_Sepia_Cap Rate: 140 - - Item: C_Heaven_Cage + - Index: 182 + Item: C_Heaven_Cage Rate: 140 - - Item: C_Buddhist_Priest_Crown + - Index: 183 + Item: C_Buddhist_Priest_Crown Rate: 140 - - Item: C_Digital_Space + - Index: 184 + Item: C_Digital_Space Rate: 140 - - Item: C_White_Rabbit_Ear + - Index: 185 + Item: C_White_Rabbit_Ear Rate: 140 - - Item: C_Autumn_Headband + - Index: 186 + Item: C_Autumn_Headband Rate: 140 - - Item: C_Rabbit_Hopping + - Index: 187 + Item: C_Rabbit_Hopping Rate: 140 - - Item: C_Halloween_Poring_Bag + - Index: 188 + Item: C_Halloween_Poring_Bag Rate: 140 - - Item: C_Halloween_Hat_Orange + - Index: 189 + Item: C_Halloween_Hat_Orange Rate: 140 - - Item: C_Vampire_Hairband + - Index: 190 + Item: C_Vampire_Hairband Rate: 140 - - Item: C_Black_Witch_Hat + - Index: 191 + Item: C_Black_Witch_Hat Rate: 140 - - Item: C_Diabolic_Headphone + - Index: 192 + Item: C_Diabolic_Headphone Rate: 140 - - Item: C_Princess_Ribbon_Crown + - Index: 193 + Item: C_Princess_Ribbon_Crown Rate: 140 - - Item: C_Poporing_Muffler + - Index: 194 + Item: C_Poporing_Muffler Rate: 140 - - Item: C_Protect_Cloth + - Index: 195 + Item: C_Protect_Cloth Rate: 140 - - Item: C_Backside_Ribbon_Bell + - Index: 196 + Item: C_Backside_Ribbon_Bell Rate: 140 - - Item: C_Fallen_Angel_Wing + - Index: 197 + Item: C_Fallen_Angel_Wing Rate: 140 - - Item: C_Snow_Rabbit_Knit_Hat + - Index: 198 + Item: C_Snow_Rabbit_Knit_Hat Rate: 140 - - Item: C_Snow_Bear_Food + - Index: 199 + Item: C_Snow_Bear_Food Rate: 140 - - Item: C_LunaticMuffler + - Index: 200 + Item: C_LunaticMuffler Rate: 140 - - Item: C_Sleep_Sheep_TW + - Index: 201 + Item: C_Sleep_Sheep_TW Rate: 140 - - Item: C_HeartChocoBag + - Index: 202 + Item: C_HeartChocoBag Rate: 140 - - Item: C_Cat_Ears_Punkish + - Index: 203 + Item: C_Cat_Ears_Punkish Rate: 140 - - Item: C_CatCoffeeCup_TW + - Index: 204 + Item: C_CatCoffeeCup_TW Rate: 140 - - Item: C_HeartOfCat_TW + - Index: 205 + Item: C_HeartOfCat_TW Rate: 140 - - Item: C_Twin_Margaret + - Index: 206 + Item: C_Twin_Margaret Rate: 140 - - Item: C_Black_Rabbit_Bonnet + - Index: 207 + Item: C_Black_Rabbit_Bonnet Rate: 140 - - Item: C_Smiling_Eyes + - Index: 208 + Item: C_Smiling_Eyes Rate: 140 - - Item: C_WingOfHeart + - Index: 209 + Item: C_WingOfHeart Rate: 140 - - Item: C_Cons_Of_Fire + - Index: 210 + Item: C_Cons_Of_Fire Rate: 140 - - Item: C_Kishu_Inu + - Index: 211 + Item: C_Kishu_Inu Rate: 140 - #- Item: C_Pack_Dancer_Box - # Rate: 140 - # TODO: what is this again? - - Item: C_Full_BloomCherry_Tree + - Index: 212 + Item: C_Full_BloomCherry_Tree Rate: 140 - - Item: C_Fox + - Index: 213 + Item: C_Fox Rate: 140 - - Item: C_OpenAir_Headset + - Index: 214 + Item: C_OpenAir_Headset Rate: 140 - - Item: C_Mobile_Pursuit_System + - Index: 215 + Item: C_Mobile_Pursuit_System Rate: 140 - - Item: C_Mecha_Cat_Ears + - Index: 216 + Item: C_Mecha_Cat_Ears Rate: 140 - - Item: C_Cyber_Income + - Index: 217 + Item: C_Cyber_Income Rate: 140 - - Item: C_Cat_Fork + - Index: 218 + Item: C_Cat_Fork Rate: 140 - - Item: C_CatEarRibbon_TW + - Index: 219 + Item: C_CatEarRibbon_TW Rate: 140 - - Item: C_Garnet_Tiara + - Index: 220 + Item: C_Garnet_Tiara Rate: 140 - - Item: C_Peony_Hair_Ornament + - Index: 221 + Item: C_Peony_Hair_Ornament Rate: 140 - - Item: C_Love_Piece + - Index: 222 + Item: C_Love_Piece Rate: 140 - - Item: C_Pretty_Bear + - Index: 223 + Item: C_Pretty_Bear Rate: 140 - - Item: C_Pigtail_Red_Hood + - Index: 224 + Item: C_Pigtail_Red_Hood Rate: 140 - - Item: C_SharkHead + - Index: 225 + Item: C_SharkHead Rate: 140 - - Item: C_Baby_Panda + - Index: 226 + Item: C_Baby_Panda Rate: 140 - - Item: C_SavageB_On_Shoulder + - Index: 227 + Item: C_SavageB_On_Shoulder Rate: 140 - - Item: C_BeachBall + - Index: 228 + Item: C_BeachBall Rate: 140 - - Item: C_Big_Foxtail + - Index: 229 + Item: C_Big_Foxtail Rate: 140 - - Item: C_T_Bear_Bag + - Index: 230 + Item: C_T_Bear_Bag Rate: 140 - - Item: C_Poring_On_Shoulder + - Index: 231 + Item: C_Poring_On_Shoulder Rate: 140 - - Item: C_FortunetellinSealed + - Index: 232 + Item: C_FortunetellinSealed Rate: 140 - - Item: C_Pretty_Bear_WH + - Index: 233 + Item: C_Pretty_Bear_WH Rate: 140 - - Item: C_Bicolor_Cat_Witch_Hat + - Index: 234 + Item: C_Bicolor_Cat_Witch_Hat Rate: 140 - - Item: C_Nifl_Bloom + - Index: 235 + Item: C_Nifl_Bloom Rate: 140 - - Item: C_Floating_Ball_TW + - Index: 236 + Item: C_Floating_Ball_TW Rate: 140 - - Item: C_Dark_Snake_Lord_Stall + - Index: 237 + Item: C_Dark_Snake_Lord_Stall Rate: 140 - - Item: C_Twin_Canon + - Index: 238 + Item: C_Twin_Canon Rate: 140 - - Item: C_Picnic_Basket + - Index: 239 + Item: C_Picnic_Basket Rate: 140 - - Item: C_Magic_Helm + - Index: 240 + Item: C_Magic_Helm Rate: 140 - - Item: C_ManyStars_TW + - Index: 241 + Item: C_ManyStars_TW Rate: 140 - - Item: C_Santa_Backpack + - Index: 242 + Item: C_Santa_Backpack Rate: 140 - - Item: C_Fawn_Ear + - Index: 243 + Item: C_Fawn_Ear Rate: 140 - - Item: C_Royalguard_Necklace + - Index: 244 + Item: C_Royalguard_Necklace Rate: 140 - - Item: C_Happy_Cat_TW + - Index: 245 + Item: C_Happy_Cat_TW Rate: 140 - - Item: C_Monochrome_Cap + - Index: 246 + Item: C_Monochrome_Cap Rate: 140 - - Item: C_Sky_Of_Memory + - Index: 247 + Item: C_Sky_Of_Memory Rate: 140 - - Item: C_Ice_Wing + - Index: 248 + Item: C_Ice_Wing Rate: 140 - - Item: C_Under_Rim_Glasses_Bu + - Index: 249 + Item: C_Under_Rim_Glasses_Bu Rate: 140 - - Item: C_Gimmick_One_Feather + - Index: 250 + Item: C_Gimmick_One_Feather Rate: 140 - - Item: C_PocketWatch_Hair_Orna + - Index: 251 + Item: C_PocketWatch_Hair_Orna Rate: 140 - - Item: C_Poring_Traffic_Light + - Index: 252 + Item: C_Poring_Traffic_Light Rate: 140 - - Item: C_PGstone_Knit_Hat_PK + - Index: 253 + Item: C_PGstone_Knit_Hat_PK Rate: 140 - - Item: C_Drooping_Nine_Tail + - Index: 254 + Item: C_Drooping_Nine_Tail Rate: 140 - - Item: C_Sakura_Wing + - Index: 255 + Item: C_Sakura_Wing Rate: 140 - - Item: C_Looking + - Index: 256 + Item: C_Looking Rate: 140 - - Item: C_Wolf_Masquerade + - Index: 257 + Item: C_Wolf_Masquerade Rate: 140 - - Item: C_Mike_Stand + - Index: 258 + Item: C_Mike_Stand Rate: 140 - - Item: C_Baby_Polar_Bear + - Index: 259 + Item: C_Baby_Polar_Bear Rate: 140 - - Item: C_Runaway_Accelerator + - Index: 260 + Item: C_Runaway_Accelerator Rate: 140 - - Item: C_Half_Rim_Glasses + - Index: 261 + Item: C_Half_Rim_Glasses Rate: 140 - - Item: C_GiantCatBag_JP_BL + - Index: 262 + Item: C_GiantCatBag_JP_BL Rate: 140 - - Item: C_Romance_Rose_TW + - Index: 263 + Item: C_Romance_Rose_TW Rate: 140 - - Item: C_Disapear_Time_TW + - Index: 264 + Item: C_Disapear_Time_TW Rate: 140 - - Item: C_Magic_Heir_TW + - Index: 265 + Item: C_Magic_Heir_TW Rate: 140 - - Item: C_Frill_Collar + - Index: 266 + Item: C_Frill_Collar Rate: 140 - - Item: C_Rose_Gothic_Bonnet + - Index: 267 + Item: C_Rose_Gothic_Bonnet Rate: 140 - - Item: C_LittleGarden + - Index: 268 + Item: C_LittleGarden Rate: 140 - - Item: C_Blinking_Eyes_RD + - Index: 269 + Item: C_Blinking_Eyes_RD Rate: 140 - - Item: C_Blink_Eyes_Sakura + - Index: 270 + Item: C_Blink_Eyes_Sakura Rate: 140 - - Item: C_Angola_Intention + - Index: 271 + Item: C_Angola_Intention Rate: 140 - - Item: C_Stall_Of_Dominions + - Index: 272 + Item: C_Stall_Of_Dominions Rate: 140 - - Item: C_Flowery_Vision_TH + - Index: 273 + Item: C_Flowery_Vision_TH Rate: 140 - - Item: C_P_Ulysses_Feather + - Index: 274 + Item: C_P_Ulysses_Feather Rate: 140 - - Item: C_DancingButterfly_TW + - Index: 275 + Item: C_DancingButterfly_TW Rate: 140 - - Item: C_Blue_Pencil_In_Mouth + - Index: 276 + Item: C_Blue_Pencil_In_Mouth Rate: 140 - - Item: C_Nut_Donut_In_Mouth + - Index: 277 + Item: C_Nut_Donut_In_Mouth Rate: 140 - - Item: C_Leaf_Umbrella + - Index: 278 + Item: C_Leaf_Umbrella Rate: 130 - - Item: C_Krathong_Crown_TH + - Index: 279 + Item: C_Krathong_Crown_TH Rate: 130 - - Item: C_Unicorn_Ornament + - Index: 280 + Item: C_Unicorn_Ornament Rate: 130 - - Item: C_Frog_Hood + - Index: 281 + Item: C_Frog_Hood Rate: 130 - - Item: C_Lude_Hood + - Index: 282 + Item: C_Lude_Hood Rate: 130 - - Item: C_Blessings_Of_Soul + - Index: 283 + Item: C_Blessings_Of_Soul Rate: 130 - - Item: C_Gossip_Raven + - Index: 284 + Item: C_Gossip_Raven Rate: 130 - - Item: C_Halloween_Hat + - Index: 285 + Item: C_Halloween_Hat Rate: 130 - - Item: C_Blessed_Veil + - Index: 286 + Item: C_Blessed_Veil Rate: 130 - - Item: C_Eyes_Of_Ifrit + - Index: 287 + Item: C_Eyes_Of_Ifrit Rate: 130 - - Item: C_Eyes_Of_Darkness + - Index: 288 + Item: C_Eyes_Of_Darkness Rate: 130 - - Item: C_Sunglasses_Bball_Hat + - Index: 289 + Item: C_Sunglasses_Bball_Hat Rate: 130 - - Item: C_Wildcat_Knit_Cap + - Index: 290 + Item: C_Wildcat_Knit_Cap Rate: 130 - - Item: C_Pink_Fur_Hat + - Index: 291 + Item: C_Pink_Fur_Hat Rate: 130 - - Item: C_Gift_Of_Snow + - Index: 292 + Item: C_Gift_Of_Snow Rate: 130 - - Item: C_L_RibbonMuff_Red + - Index: 293 + Item: C_L_RibbonMuff_Red Rate: 130 - - Item: C_Imperial_Glory + - Index: 294 + Item: C_Imperial_Glory Rate: 130 - - Item: C_Black_Shiba_Inu_Hat + - Index: 295 + Item: C_Black_Shiba_Inu_Hat Rate: 130 - - Item: C_Black_Glasses + - Index: 296 + Item: C_Black_Glasses Rate: 130 - - Item: C_Snow_Powder + - Index: 297 + Item: C_Snow_Powder Rate: 130 - - Item: C_Blue_Pajamas_Hat + - Index: 298 + Item: C_Blue_Pajamas_Hat Rate: 130 - - Item: C_Lady_Tanee_TW + - Index: 299 + Item: C_Lady_Tanee_TW Rate: 130 - - Item: C_Fairy_Feathers + - Index: 300 + Item: C_Fairy_Feathers Rate: 130 - - Item: C_Giant_White_Rabbit + - Index: 301 + Item: C_Giant_White_Rabbit Rate: 130 - Group: FAN_UPGRADE_KIT SubGroups: - SubGroup: 0 List: - - Item: SeeOtter_Fan + - Index: 0 + Item: SeeOtter_Fan RandomOptionGroup: FAN_UPGRADE_KIT - Group: SUIT_UPGRADE_KIT SubGroups: - SubGroup: 0 List: - - Item: Kafra_Suit + - Index: 0 + Item: Kafra_Suit RandomOptionGroup: SUIT_UPGRADE_KIT - Group: SCROLL_OF_FALLEN_ANGEL_WINGS SubGroups: - SubGroup: 0 List: - - Item: K_Fallen_Angel_Wing - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=3955662 + - Index: 0 + Item: K_Fallen_Angel_Wing - Group: CLASS_SHADOW_BOX_WEAPON SubGroups: - SubGroup: 1 List: - - Item: S_SuperNovice_Weapon + - Index: 0 + Item: S_SuperNovice_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Gunslinger_Weapon + - Index: 1 + Item: S_Gunslinger_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Taekwon_Weapon + - Index: 2 + Item: S_Taekwon_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Ninja_Weapon + - Index: 3 + Item: S_Ninja_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramMagical_Weapon + - Index: 4 + Item: S_DoramMagical_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramPhysical_Weapon + - Index: 5 + Item: S_DoramPhysical_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Runeknight_Weapon + - Index: 6 + Item: S_Runeknight_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Royalguard_Weapon + - Index: 7 + Item: S_Royalguard_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Mechanic_weapon + - Index: 8 + Item: S_Mechanic_weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Genetic_Weapon + - Index: 9 + Item: S_Genetic_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Archbishop_Weapon + - Index: 10 + Item: S_Archbishop_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Sura_weapon + - Index: 11 + Item: S_Sura_weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Guillotine_Weapon + - Index: 12 + Item: S_Guillotine_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Shadowchaser_Weapon + - Index: 13 + Item: S_Shadowchaser_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Warlock_Weapon + - Index: 14 + Item: S_Warlock_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Sorcerer_Weapon + - Index: 15 + Item: S_Sorcerer_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Ranger_Weapon + - Index: 16 + Item: S_Ranger_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Minstrel_Weapon + - Index: 17 + Item: S_Minstrel_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Wanderer_Weapon + - Index: 18 + Item: S_Wanderer_Weapon Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON RefineMinimum: 1 RefineMaximum: 10 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=3955664 - Group: CLASS_SHADOW_BOX_ARMOR SubGroups: - SubGroup: 1 List: - - Item: S_Knight_Armor + - Index: 0 + Item: S_Knight_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Crusader_Armor + - Index: 1 + Item: S_Crusader_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Blacksmith_Armor + - Index: 2 + Item: S_Blacksmith_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Alchemist_Armor + - Index: 3 + Item: S_Alchemist_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Priest_Armor + - Index: 4 + Item: S_Priest_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Monk_Armor + - Index: 5 + Item: S_Monk_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Assassin_Armor + - Index: 6 + Item: S_Assassin_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Rogue_Armor + - Index: 7 + Item: S_Rogue_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Wizard_Armor + - Index: 8 + Item: S_Wizard_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Sage_Armor + - Index: 9 + Item: S_Sage_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Hunter_Armor + - Index: 10 + Item: S_Hunter_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Bard_Armor + - Index: 11 + Item: S_Bard_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Dancer_Armor + - Index: 12 + Item: S_Dancer_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Rebellion_Armor + - Index: 13 + Item: S_Rebellion_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Kagerou_Armor + - Index: 14 + Item: S_Kagerou_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Oboro_Armor + - Index: 15 + Item: S_Oboro_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramPhysical_Armor + - Index: 16 + Item: S_DoramPhysical_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramMagical_Armor + - Index: 17 + Item: S_DoramMagical_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Star_Emperor_Armor + - Index: 18 + Item: S_Star_Emperor_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Soul_Reaper_Armor + - Index: 19 + Item: S_Soul_Reaper_Armor Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR RefineMinimum: 1 RefineMaximum: 10 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=3955669 - Group: CLASS_SHADOW_BOX_SHOES SubGroups: - SubGroup: 1 List: - - Item: S_Knight_Shoes + - Index: 0 + Item: S_Knight_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Crusader_Shoes + - Index: 1 + Item: S_Crusader_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Blacksmith_Shoes + - Index: 2 + Item: S_Blacksmith_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Alchemist_Shoes + - Index: 3 + Item: S_Alchemist_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Priest_Shoes + - Index: 4 + Item: S_Priest_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Monk_Shoes + - Index: 5 + Item: S_Monk_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Assassin_Shoes + - Index: 6 + Item: S_Assassin_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Rogue_Shoes + - Index: 7 + Item: S_Rogue_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Wizard_Shoes + - Index: 8 + Item: S_Wizard_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Sage_Shoes + - Index: 9 + Item: S_Sage_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Hunter_Shoes + - Index: 10 + Item: S_Hunter_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Bard_Shoes + - Index: 11 + Item: S_Bard_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Dancer_Shoes + - Index: 12 + Item: S_Dancer_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Rebellion_Shoes + - Index: 13 + Item: S_Rebellion_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Kagerou_Shoes + - Index: 14 + Item: S_Kagerou_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Oboro_Shoes + - Index: 15 + Item: S_Oboro_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramPhysical_Shoes + - Index: 16 + Item: S_DoramPhysical_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramMagical_Shoes + - Index: 17 + Item: S_DoramMagical_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Star_Emperor_Shoes + - Index: 18 + Item: S_Star_Emperor_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Soul_Reaper_Shoes + - Index: 19 + Item: S_Soul_Reaper_Shoes Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHOES RefineMinimum: 1 RefineMaximum: 10 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=3955671 - Group: CLASS_SHADOW_BOX_SHIELD SubGroups: - SubGroup: 1 List: - - Item: S_Runeknight_Shield + - Index: 0 + Item: S_Runeknight_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Royalguard_Shield + - Index: 1 + Item: S_Royalguard_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Mechanic_Shield + - Index: 2 + Item: S_Mechanic_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Genetic_Shield + - Index: 3 + Item: S_Genetic_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Archbishop_Shield + - Index: 4 + Item: S_Archbishop_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Sura_Shield + - Index: 5 + Item: S_Sura_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Guillotine_Shield + - Index: 6 + Item: S_Guillotine_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Shadowchaser_Shield + - Index: 7 + Item: S_Shadowchaser_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Warlock_Shield + - Index: 8 + Item: S_Warlock_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Sorcerer_Shield + - Index: 9 + Item: S_Sorcerer_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Ranger_Shield + - Index: 10 + Item: S_Ranger_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Minstrel_Shield + - Index: 11 + Item: S_Minstrel_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Wanderer_Shield + - Index: 12 + Item: S_Wanderer_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Ninja_Shield + - Index: 13 + Item: S_Ninja_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Taekwon_Shield + - Index: 14 + Item: S_Taekwon_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramPhysical_Shield + - Index: 15 + Item: S_DoramPhysical_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_DoramMagical_Shield + - Index: 16 + Item: S_DoramMagical_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_SuperNovice_Shield + - Index: 17 + Item: S_SuperNovice_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Gunslinger_Shield + - Index: 18 + Item: S_Gunslinger_Shield Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD RefineMinimum: 1 RefineMaximum: 10 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=3955672 - Group: CLASS_SHADOW_BOX_PENDANT SubGroups: - SubGroup: 1 List: - - Item: S_Swordman_Pendant + - Index: 0 + Item: S_Swordman_Pendant Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Merchant_Pendant + - Index: 1 + Item: S_Merchant_Pendant Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Acolyte_Pendant + - Index: 2 + Item: S_Acolyte_Pendant Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Thief_Pendant + - Index: 3 + Item: S_Thief_Pendant Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Magician_Pendant + - Index: 4 + Item: S_Magician_Pendant Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Archer_Pendant + - Index: 5 + Item: S_Archer_Pendant Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT RefineMinimum: 1 RefineMaximum: 10 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=3955674 - Group: CLASS_SHADOW_BOX_EARRING SubGroups: - SubGroup: 1 List: - - Item: S_Swordman_earring + - Index: 0 + Item: S_Swordman_earring Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_EARRING RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Merchant_earring + - Index: 1 + Item: S_Merchant_earring Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_EARRING RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Acolyte_earring + - Index: 2 + Item: S_Acolyte_earring Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_EARRING RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Magician_earring + - Index: 3 + Item: S_Magician_earring Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_EARRING RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Thief_earring + - Index: 4 + Item: S_Thief_earring Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_EARRING RefineMinimum: 1 RefineMaximum: 10 - - Item: S_Archer_earring + - Index: 5 + Item: S_Archer_earring Rate: 1 RandomOptionGroup: CLASS_SHADOW_BOX_EARRING RefineMinimum: 1 @@ -26637,22750 +39422,72938 @@ Body: SubGroups: - SubGroup: 1 List: - - Item: S_AllMighty_Earring + - Index: 0 + Item: S_AllMighty_Earring Rate: 1 - - Item: S_AllMighty_Pendant + - Index: 1 + Item: S_AllMighty_Pendant Rate: 1 - Group: GEMSTONESHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S2_Gemstone_Weapon + - Index: 0 + Item: S2_Gemstone_Weapon Rate: 1 - - Item: S2_Gemstone_Shield + - Index: 1 + Item: S2_Gemstone_Shield Rate: 1 - Group: BEARERSSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S2_Bearers_Armor + - Index: 0 + Item: S2_Bearers_Armor Rate: 1 - - Item: S2_Bearers_Shoes + - Index: 1 + Item: S2_Bearers_Shoes Rate: 1 - Group: COMPOSESHADOW_MIX SubGroups: - SubGroup: 0 List: - - Item: S_MagicCompose_Armor + - Index: 0 + Item: S_MagicCompose_Armor - Group: RACESHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_AllRace_Shoes + - Index: 0 + Item: S_AllRace_Shoes Rate: 1 - - Item: S_AllRace_Shield + - Index: 1 + Item: S_AllRace_Shield Rate: 1 - Group: CANDY_BAG_SCROLL_MELEE SubGroups: - SubGroup: 0 List: - - Item: Bag_Of_Antonio_Melee + - Index: 0 + Item: Bag_Of_Antonio_Melee RandomOptionGroup: CANDY_BAG_SCROLL_MELEE - Group: CANDY_BAG_SCROLL_RANGE SubGroups: - SubGroup: 0 List: - - Item: Bag_Of_Antonio_Range + - Index: 0 + Item: Bag_Of_Antonio_Range RandomOptionGroup: CANDY_BAG_SCROLL_RANGE - Group: CANDY_BAG_SCROLL_MAGIC SubGroups: - SubGroup: 0 List: - - Item: Bag_Of_Antonio_Magic + - Index: 0 + Item: Bag_Of_Antonio_Magic RandomOptionGroup: CANDY_BAG_SCROLL_MAGIC - Group: BOOSTER_AMPLIFIER SubGroups: - SubGroup: 1 List: - - Item: Crimson_Booster + - Index: 0 + Item: Crimson_Booster + Rate: 1 + - Index: 1 + Item: Magical_Booster_K Rate: 1 - - Item: Magical_Booster_K RandomOptionGroup: BOOSTER_AMPLIFIER - Rate: 1 - Group: MAGICAL_CAT_HAND SubGroups: - SubGroup: 0 List: - - Item: Cat_Lace_Hairband_K + - Index: 0 + Item: Cat_Lace_Hairband_K RandomOptionGroup: MAGICAL_CAT_HAND - Group: INFINITYSHADOW_MIX SubGroups: - SubGroup: 0 List: - - Item: S_Infinity_Weapon + - Index: 0 + Item: S_Infinity_Weapon - Group: SILVER_STATUE SubGroups: - SubGroup: 1 List: - - Item: Bloody_Knight_Shield + - Index: 0 + Item: Bloody_Knight_Shield Rate: 900 - - Item: Bloody_Knight_Shield_ + - Index: 1 + Item: Bloody_Knight_Shield_ Rate: 99 - - Item: Bloody_Knight_Shield__ + - Index: 2 + Item: Bloody_Knight_Shield__ Rate: 1 - Group: PHYSICALMAGICAL_MIX SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Armor + - Index: 0 + Item: S_Physical_Armor Rate: 1 - - Item: S_Physical_Shoes + - Index: 1 + Item: S_Physical_Shoes Rate: 1 - - Item: S_Physical_Shield + - Index: 2 + Item: S_Physical_Shield Rate: 1 - - Item: S_Magical_Armor + - Index: 3 + Item: S_Magical_Armor Rate: 1 - - Item: S_Magical_Shoes + - Index: 4 + Item: S_Magical_Shoes Rate: 1 - - Item: S_Magical_Shield + - Index: 5 + Item: S_Magical_Shield Rate: 1 - Group: IMMUNEDATHENA_MIX SubGroups: - SubGroup: 0 List: - - Item: S_ImmunedAthena_Shield + - Index: 0 + Item: S_ImmunedAthena_Shield - Group: HARDCHAMPTION_MIX SubGroups: - SubGroup: 0 List: - - Item: S_HardChamption_Shoes + - Index: 0 + Item: S_HardChamption_Shoes - Group: KINGBIRDANCIENT_MIX SubGroups: - SubGroup: 0 List: - - Item: S_KingbirdAncient_Armor + - Index: 0 + Item: S_KingbirdAncient_Armor - Group: CRITICALHIT_MIX SubGroups: - SubGroup: 0 List: - - Item: S_CriticalHit_Armor + - Index: 0 + Item: S_CriticalHit_Armor - Group: BS_ITEM_M_S_2 SubGroups: - SubGroup: 0 List: - - Item: L_Orc_Hero_Helm + - Index: 0 + Item: L_Orc_Hero_Helm - Group: BS_ITEM_M_S_8 SubGroups: - SubGroup: 0 List: - - Item: Scarlet_Rose + - Index: 0 + Item: Scarlet_Rose - Group: BS_ITEM_M_S_10 SubGroups: - SubGroup: 0 List: - - Item: Hairband_Of_Grandpeco + - Index: 0 + Item: Hairband_Of_Grandpeco - Group: BS_ITEM_M_S_11 SubGroups: - SubGroup: 0 List: - - Item: Moonlight_Flower_Hat + - Index: 0 + Item: Moonlight_Flower_Hat - Group: BS_ITEM_M_S_34 SubGroups: - SubGroup: 0 List: - - Item: 8_Type_PurgatorialWing + - Index: 0 + Item: 8_Type_PurgatorialWing - Group: BS_ITEM_M_S_41 SubGroups: - SubGroup: 0 List: - - Item: Tare_Neko_Cru + - Index: 0 + Item: Tare_Neko_Cru - Group: BS_ITEM_M_S_42 SubGroups: - SubGroup: 0 List: - - Item: Glory_FB_Hat + - Index: 0 + Item: Glory_FB_Hat - Group: BS_ITEM_M_S_43 SubGroups: - SubGroup: 0 List: - - Item: Evil_Marcher_Hat + - Index: 0 + Item: Evil_Marcher_Hat - Group: BS_ITEM_M_S_44 SubGroups: - SubGroup: 0 List: - - Item: Wondering_Wolf_Helm + - Index: 0 + Item: Wondering_Wolf_Helm - Group: BS_SHA_M_S_1 SubGroups: - SubGroup: 1 List: - - Item: S_Vital_Shoes + - Index: 0 + Item: S_Vital_Shoes Rate: 1 - - Item: S_Vital_Shield + - Index: 1 + Item: S_Vital_Shield Rate: 1 - - Item: S_Power_Pendant + - Index: 2 + Item: S_Power_Pendant Rate: 1 - - Item: S_Power_Earring + - Index: 3 + Item: S_Power_Earring Rate: 1 - - Item: S_Int_Pendant + - Index: 4 + Item: S_Int_Pendant Rate: 1 - - Item: S_Int_Earring + - Index: 5 + Item: S_Int_Earring Rate: 1 - - Item: S_Dexterous_Weapon + - Index: 6 + Item: S_Dexterous_Weapon Rate: 1 - - Item: S_Dexterous_Armor + - Index: 7 + Item: S_Dexterous_Armor Rate: 1 - - Item: S_Athletic_Shoes + - Index: 8 + Item: S_Athletic_Shoes Rate: 1 - - Item: S_Athletic_Shield + - Index: 9 + Item: S_Athletic_Shield Rate: 1 - - Item: S_Lucky_Weapon + - Index: 10 + Item: S_Lucky_Weapon Rate: 1 - - Item: S_Lucky_Armor + - Index: 11 + Item: S_Lucky_Armor Rate: 1 - Group: BS_SHA_M_S_17 SubGroups: - SubGroup: 1 List: - - Item: S_Elegant_Pendent + - Index: 0 + Item: S_Elegant_Pendent Rate: 1 - - Item: S_Elegant_Earring + - Index: 1 + Item: S_Elegant_Earring Rate: 1 - - Item: S_Elegant_Weapon + - Index: 2 + Item: S_Elegant_Weapon Rate: 1 - Group: BS_SHA_M_S_18 SubGroups: - SubGroup: 1 List: - - Item: S_Tension_Pendent + - Index: 0 + Item: S_Tension_Pendent Rate: 1 - - Item: S_Tension_Earring + - Index: 1 + Item: S_Tension_Earring Rate: 1 - - Item: S_Tension_Weapon + - Index: 2 + Item: S_Tension_Weapon Rate: 1 - Group: BS_SHA_M_S_19 SubGroups: - SubGroup: 1 List: - - Item: S_Restore_Pendent + - Index: 0 + Item: S_Restore_Pendent Rate: 1 - - Item: S_Restore_Earring + - Index: 1 + Item: S_Restore_Earring Rate: 1 - Group: BS_SHA_M_S_20 SubGroups: - SubGroup: 1 List: - - Item: S_Healing_Shield + - Index: 0 + Item: S_Healing_Shield Rate: 1 - - Item: S_Healing_Shoes + - Index: 1 + Item: S_Healing_Shoes Rate: 1 - - Item: S_Healing_Weapon + - Index: 2 + Item: S_Healing_Weapon Rate: 1 - - Item: S_MortalBlow_Earring + - Index: 3 + Item: S_MortalBlow_Earring Rate: 1 - - Item: S_MortalBlow_Pendent + - Index: 4 + Item: S_MortalBlow_Pendent Rate: 1 - - Item: S_MortalBlow_Weapon + - Index: 5 + Item: S_MortalBlow_Weapon Rate: 1 - Group: BS_ITEM_M_S_4 SubGroups: - SubGroup: 0 List: - - Item: C_Amistr_Cap + - Index: 0 + Item: C_Amistr_Cap - Group: BS_ITEM_M_S_6 SubGroups: - SubGroup: 0 List: - - Item: King_Tiger_Doll_Hat + - Index: 0 + Item: King_Tiger_Doll_Hat - Group: BS_ITEM_M_S_7 SubGroups: - SubGroup: 0 List: - - Item: Zaha_Doll_Hat + - Index: 0 + Item: Zaha_Doll_Hat - Group: BS_ITEM_M_S_12 SubGroups: - SubGroup: 1 List: - - Item: Bag_Of_Antonio_Magic + - Index: 0 + Item: Bag_Of_Antonio_Magic Rate: 1 - - Item: Bag_Of_Antonio_Range + - Index: 1 + Item: Bag_Of_Antonio_Range Rate: 1 - - Item: Bag_Of_Antonio_Melee + - Index: 2 + Item: Bag_Of_Antonio_Melee Rate: 1 - Group: BS_ITEM_M_S_13 SubGroups: - SubGroup: 0 List: - - Item: GoldFish_Hat + - Index: 0 + Item: GoldFish_Hat - Group: BS_ITEM_M_S_15 SubGroups: - SubGroup: 1 List: - - Item: SurviveOrb_K + - Index: 0 + Item: SurviveOrb_K Rate: 1 - - Item: Survive_Circlet_K + - Index: 1 + Item: Survive_Circlet_K Rate: 1 - Group: BS_ITEM_M_S_28 SubGroups: - SubGroup: 0 List: - - Item: Toy_Syringe_K + - Index: 0 + Item: Toy_Syringe_K - Group: BS_ITEM_M_S_29 SubGroups: - SubGroup: 0 List: - - Item: Blue_Rear_Ribbon + - Index: 0 + Item: Blue_Rear_Ribbon - Group: BS_ITEM_M_S_31 SubGroups: - SubGroup: 0 List: - - Item: Magical_Booster_K + - Index: 0 + Item: Magical_Booster_K - Group: BS_ITEM_M_S_32 SubGroups: - SubGroup: 0 List: - - Item: Necklace_Rosary_K + - Index: 0 + Item: Necklace_Rosary_K - Group: BS_ITEM_M_S_33 SubGroups: - SubGroup: 0 List: - - Item: Elemental_Crown_K + - Index: 0 + Item: Elemental_Crown_K - Group: BS_ITEM_M_S_36 SubGroups: - SubGroup: 0 List: - - Item: Palace_Guard_Cap + - Index: 0 + Item: Palace_Guard_Cap - Group: BS_ITEM_M_S_37 SubGroups: - SubGroup: 0 List: - - Item: Thief_Hood + - Index: 0 + Item: Thief_Hood - Group: BS_ITEM_M_S_38 SubGroups: - SubGroup: 0 List: - - Item: Fallen_Angel_Blessing + - Index: 0 + Item: Fallen_Angel_Blessing - Group: BS_ITEM_M_S_39 SubGroups: - SubGroup: 0 List: - - Item: Rabbit_Magic_Hat_ + - Index: 0 + Item: Rabbit_Magic_Hat_ - Group: BS_ITEM_M_S_40 SubGroups: - SubGroup: 0 List: - - Item: Anubis_Helm_ + - Index: 0 + Item: Anubis_Helm_ - Group: BS_ITEM_M_S_45 SubGroups: - SubGroup: 0 List: - - Item: Imp_Hat + - Index: 0 + Item: Imp_Hat - Group: BS_ITEM_M_S_46 SubGroups: - SubGroup: 0 List: - - Item: Holy_Marching_Hat_J + - Index: 0 + Item: Holy_Marching_Hat_J - Group: BS_ITEM_M_S_47 SubGroups: - SubGroup: 0 List: - - Item: Mask_Of_Ifrit + - Index: 0 + Item: Mask_Of_Ifrit - Group: BS_ITEM_M_S_48 SubGroups: - SubGroup: 0 List: - - Item: Drooping_Morocc_Minion + - Index: 0 + Item: Drooping_Morocc_Minion - Group: BS_ITEM_M_S_49 SubGroups: - SubGroup: 0 List: - - Item: Samambaia + - Index: 0 + Item: Samambaia - Group: BS_ITEM_M_S_50 SubGroups: - SubGroup: 0 List: - - Item: Chick_Hat_ + - Index: 0 + Item: Chick_Hat_ - Group: BS_SHA_M_S_5 SubGroups: - SubGroup: 1 List: - - Item: S_Spell_Flow_Armor + - Index: 0 + Item: S_Spell_Flow_Armor Rate: 1 - - Item: S_Spell_Flow_Shoes + - Index: 1 + Item: S_Spell_Flow_Shoes Rate: 1 - - Item: S_Spell_Flow_Shield + - Index: 2 + Item: S_Spell_Flow_Shield Rate: 1 - - Item: S_Caster_Weapon + - Index: 3 + Item: S_Caster_Weapon Rate: 1 - - Item: S_Caster_Pendant + - Index: 4 + Item: S_Caster_Pendant Rate: 1 - - Item: S_Caster_earring + - Index: 5 + Item: S_Caster_earring Rate: 1 - - Item: S_Caster_Armor + - Index: 6 + Item: S_Caster_Armor Rate: 1 - - Item: S_Caster_Shoes + - Index: 7 + Item: S_Caster_Shoes Rate: 1 - - Item: S_Caster_Shield + - Index: 8 + Item: S_Caster_Shield Rate: 1 - Group: BS_SHA_M_S_6 SubGroups: - SubGroup: 1 List: - - Item: S_Big_Armor + - Index: 0 + Item: S_Big_Armor Rate: 1 - - Item: S_Medium_Armor + - Index: 1 + Item: S_Medium_Armor Rate: 1 - - Item: S_Small_Armor + - Index: 2 + Item: S_Small_Armor Rate: 1 - - Item: S_Big_Weapon + - Index: 3 + Item: S_Big_Weapon Rate: 1 - - Item: S_Medium_Weapon + - Index: 4 + Item: S_Medium_Weapon Rate: 1 - - Item: S_Small_Weapon + - Index: 5 + Item: S_Small_Weapon Rate: 1 - - Item: S_Titan_Pendant + - Index: 6 + Item: S_Titan_Pendant Rate: 1 - - Item: S_Titan_Earring + - Index: 7 + Item: S_Titan_Earring Rate: 1 - - Item: S_Boned_Pendant + - Index: 8 + Item: S_Boned_Pendant Rate: 1 - - Item: S_Boned_Earring + - Index: 9 + Item: S_Boned_Earring Rate: 1 - - Item: S_Gigantic_Pendant + - Index: 10 + Item: S_Gigantic_Pendant Rate: 1 - - Item: S_Gigantic_Earring + - Index: 11 + Item: S_Gigantic_Earring Rate: 1 - Group: BS_SHA_M_S_7 SubGroups: - SubGroup: 1 List: - - Item: S_Homers_Shield + - Index: 0 + Item: S_Homers_Shield Rate: 1 - - Item: S_Gargantua_Shield + - Index: 1 + Item: S_Gargantua_Shield Rate: 1 - - Item: S_Safeguard_Shield + - Index: 2 + Item: S_Safeguard_Shield Rate: 1 - - Item: S_Brutal_Shield + - Index: 3 + Item: S_Brutal_Shield Rate: 1 - - Item: S_Cranial_Shield + - Index: 4 + Item: S_Cranial_Shield Rate: 1 - - Item: S_Dragoon_Shield + - Index: 5 + Item: S_Dragoon_Shield Rate: 1 - - Item: S_Satanic_Shield + - Index: 6 + Item: S_Satanic_Shield Rate: 1 - - Item: S_Flameguard_Shield + - Index: 7 + Item: S_Flameguard_Shield Rate: 1 - - Item: S_Requiem_Shield + - Index: 8 + Item: S_Requiem_Shield Rate: 1 - - Item: S_Cadi_Shield + - Index: 9 + Item: S_Cadi_Shield Rate: 1 - - Item: S_Dragoon_Shoes + - Index: 10 + Item: S_Dragoon_Shoes Rate: 1 - - Item: S_Chemical_Shoes + - Index: 11 + Item: S_Chemical_Shoes Rate: 1 - - Item: S_Seraphim_Shoes + - Index: 12 + Item: S_Seraphim_Shoes Rate: 1 - - Item: S_Beholder_Shoes + - Index: 13 + Item: S_Beholder_Shoes Rate: 1 - - Item: S_Divine_Shoes + - Index: 14 + Item: S_Divine_Shoes Rate: 1 - - Item: S_Bloody_Shoes + - Index: 15 + Item: S_Bloody_Shoes Rate: 1 - - Item: S_Liberation_Shoes + - Index: 16 + Item: S_Liberation_Shoes Rate: 1 - - Item: S_Clamorous_Shoes + - Index: 17 + Item: S_Clamorous_Shoes Rate: 1 - - Item: S_Insecticide_Shoes + - Index: 18 + Item: S_Insecticide_Shoes Rate: 1 - - Item: S_Fisher_Shoes + - Index: 19 + Item: S_Fisher_Shoes Rate: 1 - Group: BS_SHA_M_S_8 SubGroups: - SubGroup: 1 List: - - Item: S_Stability_Shield + - Index: 0 + Item: S_Stability_Shield Rate: 1 - - Item: S_Plasterer's_Armor + - Index: 1 + Item: S_Plasterer's_Armor Rate: 1 - - Item: S_Plasterer's_Shoes + - Index: 2 + Item: S_Plasterer's_Shoes Rate: 1 - - Item: S_Insomniac_Armor + - Index: 3 + Item: S_Insomniac_Armor Rate: 1 - - Item: S_Insomniac_Shoes + - Index: 4 + Item: S_Insomniac_Shoes Rate: 1 - - Item: S_Peerless_Armor + - Index: 5 + Item: S_Peerless_Armor Rate: 1 - - Item: S_Peerless_Shoes + - Index: 6 + Item: S_Peerless_Shoes Rate: 1 - - Item: S_Adurate_Armor + - Index: 7 + Item: S_Adurate_Armor Rate: 1 - - Item: S_Adurate_Shoes + - Index: 8 + Item: S_Adurate_Shoes Rate: 1 - - Item: Unfreez_Weapon_S + - Index: 9 + Item: Unfreez_Weapon_S Rate: 1 - - Item: Unfreeze_Earing_S + - Index: 10 + Item: Unfreeze_Earing_S Rate: 1 - - Item: Unfreeze_Pendent_S + - Index: 11 + Item: Unfreeze_Pendent_S Rate: 1 - - Item: S_Neutral_Weapon + - Index: 12 + Item: S_Neutral_Weapon Rate: 1 - - Item: S_Neutral_Earring + - Index: 13 + Item: S_Neutral_Earring Rate: 1 - - Item: S_Neutral_Pendent + - Index: 14 + Item: S_Neutral_Pendent Rate: 1 - - Item: S_Curse_Lift_Earring + - Index: 15 + Item: S_Curse_Lift_Earring Rate: 1 - - Item: S_Curse_Lift_Pendent + - Index: 16 + Item: S_Curse_Lift_Pendent Rate: 1 - - Item: Vitality_Earing_S + - Index: 17 + Item: Vitality_Earing_S Rate: 1 - - Item: Vitality_Pendant_S + - Index: 18 + Item: Vitality_Pendant_S Rate: 1 - Group: BS_SHA_M_S_13 SubGroups: - SubGroup: 1 List: - - Item: S_Kingbird_Weapon + - Index: 0 + Item: S_Kingbird_Weapon Rate: 1 - - Item: S_Cri_Hit_Weapon + - Index: 1 + Item: S_Cri_Hit_Weapon Rate: 1 - - Item: S_Healing_Weapon + - Index: 2 + Item: S_Healing_Weapon Rate: 1 - - Item: S_Ancient_Armor + - Index: 3 + Item: S_Ancient_Armor Rate: 1 - - Item: S_Critical_Armor + - Index: 4 + Item: S_Critical_Armor Rate: 1 - - Item: S_Immune_Armor + - Index: 5 + Item: S_Immune_Armor Rate: 1 - - Item: S_Hard_Armor + - Index: 6 + Item: S_Hard_Armor Rate: 1 - - Item: S_Hard_Earring + - Index: 7 + Item: S_Hard_Earring Rate: 1 - - Item: S_Athena_Shield + - Index: 8 + Item: S_Athena_Shield Rate: 1 - - Item: S_Spiritual_Pendent + - Index: 9 + Item: S_Spiritual_Pendent Rate: 1 - - Item: S_Spiritual_Earring + - Index: 10 + Item: S_Spiritual_Earring Rate: 1 - - Item: S_Spiritual_Weapon + - Index: 11 + Item: S_Spiritual_Weapon Rate: 1 - - Item: S_Athena_Earring + - Index: 12 + Item: S_Athena_Earring Rate: 1 - - Item: S_Resist_Spell_Pendant + - Index: 13 + Item: S_Resist_Spell_Pendant Rate: 1 - - Item: S_Immortal_Pendant + - Index: 14 + Item: S_Immortal_Pendant Rate: 1 - - Item: Enchanting_Weapone_S + - Index: 15 + Item: Enchanting_Weapone_S Rate: 1 - - Item: S_Solid_Weapon + - Index: 16 + Item: S_Solid_Weapon Rate: 1 - - Item: S_Solid_Earring + - Index: 17 + Item: S_Solid_Earring Rate: 1 - - Item: S_Rapid_Pendant + - Index: 18 + Item: S_Rapid_Pendant Rate: 1 - - Item: S_Wise_Earring + - Index: 19 + Item: S_Wise_Earring Rate: 1 - - Item: S_Breezy_Armor + - Index: 20 + Item: S_Breezy_Armor Rate: 1 - - Item: S_Champion_Shoes + - Index: 21 + Item: S_Champion_Shoes Rate: 1 - - Item: S_Malicious_Armor + - Index: 22 + Item: S_Malicious_Armor Rate: 1 - - Item: S_Malicious_Shoes + - Index: 23 + Item: S_Malicious_Shoes Rate: 1 - - Item: S_Malicious_Shield + - Index: 24 + Item: S_Malicious_Shield Rate: 1 - Group: BS_SHA_M_S_15 SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Earring + - Index: 0 + Item: S_Physical_Earring Rate: 1 - - Item: S_Physical_Weapon + - Index: 1 + Item: S_Physical_Weapon Rate: 1 - - Item: S_Physical_Pendant + - Index: 2 + Item: S_Physical_Pendant Rate: 1 - Group: BS_SHA_M_S_16 SubGroups: - SubGroup: 1 List: - - Item: S_Magical_Earring + - Index: 0 + Item: S_Magical_Earring Rate: 1 - - Item: S_Magical_Weapon + - Index: 1 + Item: S_Magical_Weapon Rate: 1 - - Item: S_Magical_Pendant + - Index: 2 + Item: S_Magical_Pendant Rate: 1 - Group: BS_SHA_M_S_23 SubGroups: - SubGroup: 1 List: - - Item: S_Beginner_Shoes + - Index: 0 + Item: S_Beginner_Shoes Rate: 1 - - Item: S_Beginner_Shield + - Index: 1 + Item: S_Beginner_Shield Rate: 1 - - Item: S_Rookie_Shoes + - Index: 2 + Item: S_Rookie_Shoes Rate: 1 - - Item: S_Rookie_Shield + - Index: 3 + Item: S_Rookie_Shield Rate: 1 - - Item: S_Advanced_Shoes + - Index: 4 + Item: S_Advanced_Shoes Rate: 1 - - Item: S_Advanced_Shield + - Index: 5 + Item: S_Advanced_Shield Rate: 1 - - Item: S_Expert_Shield + - Index: 6 + Item: S_Expert_Shield Rate: 1 - - Item: S_Beginner_Shoes + - Index: 7 + Item: S_Beginner_Shoes Rate: 1 - Group: BS_ITEM_M_S_5 SubGroups: - SubGroup: 1 List: - - Item: Mad_Bunny_K + - Index: 0 + Item: Mad_Bunny_K Rate: 1 - - Item: Mad_Bunny_K_ + - Index: 1 + Item: Mad_Bunny_K_ Rate: 1 - Group: BS_ITEM_M_S_9 SubGroups: - SubGroup: 0 List: - - Item: Archangel_Wing + - Index: 0 + Item: Archangel_Wing - Group: BS_ITEM_M_S_14 SubGroups: - SubGroup: 0 List: - - Item: Smoky_TransformHat + - Index: 0 + Item: Smoky_TransformHat - Group: BS_ITEM_M_S_16 SubGroups: - SubGroup: 0 List: - - Item: Ifrit's_Ear_ + - Index: 0 + Item: Ifrit's_Ear_ - Group: BS_ITEM_M_S_17 SubGroups: - SubGroup: 0 List: - - Item: Heart_Wing_Hairband + - Index: 0 + Item: Heart_Wing_Hairband - Group: BS_ITEM_M_S_19 SubGroups: - SubGroup: 0 List: - - Item: Sigrun's_Wing_ + - Index: 0 + Item: Sigrun's_Wing_ - Group: BS_ITEM_M_S_27 SubGroups: - SubGroup: 0 List: - - Item: Cat_Lace_Hairband_K + - Index: 0 + Item: Cat_Lace_Hairband_K - Group: BS_ITEM_M_S_35 SubGroups: - SubGroup: 0 List: - - Item: Noble_Mask + - Index: 0 + Item: Noble_Mask - Group: BS_SHA_M_S_9 SubGroups: - SubGroup: 1 List: - - Item: S_Gemstone_Armor + - Index: 0 + Item: S_Gemstone_Armor Rate: 1 - - Item: S_Gemstone_Shield + - Index: 1 + Item: S_Gemstone_Shield Rate: 1 - - Item: S_Gemstone_Weapon + - Index: 2 + Item: S_Gemstone_Weapon Rate: 1 - - Item: S_Gemstone_Shoes + - Index: 3 + Item: S_Gemstone_Shoes Rate: 1 - - Item: S_Gemstone_Earring + - Index: 4 + Item: S_Gemstone_Earring Rate: 1 - - Item: S_Gemstone_Pendent + - Index: 5 + Item: S_Gemstone_Pendent Rate: 1 - Group: BS_SHA_M_S_10 SubGroups: - SubGroup: 1 List: - - Item: S_Bearers_Armor + - Index: 0 + Item: S_Bearers_Armor Rate: 1 - - Item: S_Bearers_Shield + - Index: 1 + Item: S_Bearers_Shield Rate: 1 - - Item: S_Bearers_Weapon + - Index: 2 + Item: S_Bearers_Weapon Rate: 1 - - Item: S_Bearers_Shoes + - Index: 3 + Item: S_Bearers_Shoes Rate: 1 - - Item: S_Bearers_Earring + - Index: 4 + Item: S_Bearers_Earring Rate: 1 - - Item: S_Bearers_Pendent + - Index: 5 + Item: S_Bearers_Pendent Rate: 1 - Group: BS_SHA_M_S_11 SubGroups: - SubGroup: 1 List: - - Item: S_Hasty_Armor + - Index: 0 + Item: S_Hasty_Armor Rate: 1 - - Item: S_Hasty_Shoes + - Index: 1 + Item: S_Hasty_Shoes Rate: 1 - Group: BS_SHA_M_S_21 SubGroups: - SubGroup: 1 List: - - Item: S_Critical_Armor + - Index: 0 + Item: S_Critical_Armor Rate: 1 - - Item: S_Critical_Shoes + - Index: 1 + Item: S_Critical_Shoes Rate: 1 - - Item: S_Critical_Shield + - Index: 2 + Item: S_Critical_Shield Rate: 1 - Group: BS_ITEM_M_S_1 SubGroups: - SubGroup: 0 List: - - Item: Fallen_Angel_Wing + - Index: 0 + Item: Fallen_Angel_Wing - Group: BS_ITEM_M_S_3 SubGroups: - SubGroup: 0 List: - - Item: Bravery_Bag + - Index: 0 + Item: Bravery_Bag - Group: BS_ITEM_M_S_18 SubGroups: - SubGroup: 0 List: - - Item: Spell_Circuit + - Index: 0 + Item: Spell_Circuit - Group: BS_ITEM_M_S_20 SubGroups: - SubGroup: 0 List: - - Item: New_Wave_Sunglasses_ + - Index: 0 + Item: New_Wave_Sunglasses_ - Group: BS_ITEM_M_S_21 SubGroups: - SubGroup: 0 List: - - Item: FaceWorm_Breath + - Index: 0 + Item: FaceWorm_Breath - Group: BS_ITEM_M_S_22 SubGroups: - SubGroup: 0 List: - - Item: Hat_Of_Judge + - Index: 0 + Item: Hat_Of_Judge - Group: BS_ITEM_M_S_23 SubGroups: - SubGroup: 0 List: - - Item: Dog_Officer + - Index: 0 + Item: Dog_Officer - Group: BS_ITEM_M_S_24 SubGroups: - SubGroup: 0 List: - - Item: Classical_Fhat + - Index: 0 + Item: Classical_Fhat - Group: BS_ITEM_M_S_25 SubGroups: - SubGroup: 0 List: - - Item: Amistr_Beret + - Index: 0 + Item: Amistr_Beret - Group: BS_ITEM_M_S_26 SubGroups: - SubGroup: 0 List: - - Item: General_Helmet_ + - Index: 0 + Item: General_Helmet_ - Group: BS_ITEM_M_S_30 SubGroups: - SubGroup: 0 List: - - Item: Bloody_Knight_Shield + - Index: 0 + Item: Bloody_Knight_Shield - Group: BS_SHA_M_S_3 SubGroups: - SubGroup: 1 List: - - Item: S_Penetration_Shoes + - Index: 0 + Item: S_Penetration_Shoes Rate: 1 - - Item: S_Penetration_Shield + - Index: 1 + Item: S_Penetration_Shield Rate: 1 - - Item: S_ExeHoly_Armor + - Index: 2 + Item: S_ExeHoly_Armor Rate: 1 - - Item: S_ExoCorrupt_Armor + - Index: 3 + Item: S_ExoCorrupt_Armor Rate: 1 - - Item: S_DragonVib_Armor + - Index: 4 + Item: S_DragonVib_Armor Rate: 1 - - Item: S_SciHunting_Armor + - Index: 5 + Item: S_SciHunting_Armor Rate: 1 - - Item: S_FishInsect_Armor + - Index: 6 + Item: S_FishInsect_Armor Rate: 1 - - Item: S_Penetration_Earring + - Index: 7 + Item: S_Penetration_Earring Rate: 1 - - Item: S_Penetration_Pendent + - Index: 8 + Item: S_Penetration_Pendent Rate: 1 - - Item: S_Executioner_Weapon + - Index: 9 + Item: S_Executioner_Weapon Rate: 1 - - Item: S_Exorcist_Weapon + - Index: 10 + Item: S_Exorcist_Weapon Rate: 1 - - Item: S_Hunting_Weapon + - Index: 11 + Item: S_Hunting_Weapon Rate: 1 - - Item: S_Insect_Net_Weapon + - Index: 12 + Item: S_Insect_Net_Weapon Rate: 1 - - Item: S_Fishing_Weapon + - Index: 13 + Item: S_Fishing_Weapon Rate: 1 - - Item: S_Dragon_Killer_Weapon + - Index: 14 + Item: S_Dragon_Killer_Weapon Rate: 1 - - Item: S_Corrupt_Weapon + - Index: 15 + Item: S_Corrupt_Weapon Rate: 1 - - Item: S_Vibration_Weapon + - Index: 16 + Item: S_Vibration_Weapon Rate: 1 - - Item: S_Holy_Water_Weapon + - Index: 17 + Item: S_Holy_Water_Weapon Rate: 1 - - Item: S_Scissors_Weapon + - Index: 18 + Item: S_Scissors_Weapon Rate: 1 - Group: BS_SHA_M_S_4 SubGroups: - SubGroup: 1 List: - - Item: S_Tempest_Shoes + - Index: 0 + Item: S_Tempest_Shoes Rate: 1 - - Item: S_Tempest_Shield + - Index: 1 + Item: S_Tempest_Shield Rate: 1 - - Item: S_M_ExeHoly_Armor + - Index: 2 + Item: S_M_ExeHoly_Armor Rate: 1 - - Item: S_M_ExoCorrupt_Armor + - Index: 3 + Item: S_M_ExoCorrupt_Armor Rate: 1 - - Item: S_M_DragonVib_Armor + - Index: 4 + Item: S_M_DragonVib_Armor Rate: 1 - - Item: S_M_SciHunting_Armor + - Index: 5 + Item: S_M_SciHunting_Armor Rate: 1 - - Item: S_M_FishInsect_Armor + - Index: 6 + Item: S_M_FishInsect_Armor Rate: 1 - - Item: S_Tempest_Earring + - Index: 7 + Item: S_Tempest_Earring Rate: 1 - - Item: S_Tempest_Pendent + - Index: 8 + Item: S_Tempest_Pendent Rate: 1 - - Item: S_M_Executioner_Weapon + - Index: 9 + Item: S_M_Executioner_Weapon Rate: 1 - - Item: S_M_Exorcist_Weapon + - Index: 10 + Item: S_M_Exorcist_Weapon Rate: 1 - - Item: S_M_Hunting_Weapon + - Index: 11 + Item: S_M_Hunting_Weapon Rate: 1 - - Item: S_M_Insect_Net_Weapon + - Index: 12 + Item: S_M_Insect_Net_Weapon Rate: 1 - - Item: S_M_Fishing_Weapon + - Index: 13 + Item: S_M_Fishing_Weapon Rate: 1 - - Item: S_M_Dragon_K_Weapon + - Index: 14 + Item: S_M_Dragon_K_Weapon Rate: 1 - - Item: S_M_Corrupt_Weapon + - Index: 15 + Item: S_M_Corrupt_Weapon Rate: 1 - - Item: S_M_Vibration_Weapon + - Index: 16 + Item: S_M_Vibration_Weapon Rate: 1 - - Item: S_M_Holy_Water_Weapon + - Index: 17 + Item: S_M_Holy_Water_Weapon Rate: 1 - - Item: S_M_Scissors_Weapon + - Index: 18 + Item: S_M_Scissors_Weapon Rate: 1 - Group: BS_SHA_M_S_12 SubGroups: - SubGroup: 1 List: - - Item: S_Blitz_Armor + - Index: 0 + Item: S_Blitz_Armor Rate: 1 - - Item: S_Blitz_Weapon + - Index: 1 + Item: S_Blitz_Weapon Rate: 1 - - Item: S_Blitz_Shield + - Index: 2 + Item: S_Blitz_Shield Rate: 1 - - Item: S_Blitz_Shoes + - Index: 3 + Item: S_Blitz_Shoes Rate: 1 - - Item: S_Blitz_Pendent + - Index: 4 + Item: S_Blitz_Pendent Rate: 1 - - Item: S_Blitz_Earring + - Index: 5 + Item: S_Blitz_Earring Rate: 1 - Group: BS_SHA_M_S_14 SubGroups: - SubGroup: 1 List: - - Item: S_Reload_Armor + - Index: 0 + Item: S_Reload_Armor Rate: 1 - - Item: S_Reload_Shoes + - Index: 1 + Item: S_Reload_Shoes Rate: 1 - - Item: S_Reload_Shield + - Index: 2 + Item: S_Reload_Shield Rate: 1 - Group: BS_SHA_M_S_24 SubGroups: - SubGroup: 1 List: - - Item: S_Force_Weapon + - Index: 0 + Item: S_Force_Weapon Rate: 1 - - Item: S_Force_Earring + - Index: 1 + Item: S_Force_Earring Rate: 1 - - Item: S_Force_Pendant + - Index: 2 + Item: S_Force_Pendant Rate: 1 - - Item: S_Enhance_Force_Weapon + - Index: 3 + Item: S_Enhance_Force_Weapon Rate: 1 - - Item: S_Spirit_Weapon + - Index: 4 + Item: S_Spirit_Weapon Rate: 1 - - Item: S_Spirit_Earring + - Index: 5 + Item: S_Spirit_Earring Rate: 1 - - Item: S_Spirit_Pendant + - Index: 6 + Item: S_Spirit_Pendant Rate: 1 - - Item: S_Enhance_Spirit_Weapon + - Index: 7 + Item: S_Enhance_Spirit_Weapon Rate: 1 - Group: BS_SHA_M_S_25 SubGroups: - SubGroup: 1 List: - - Item: S_Infinity_Pendant + - Index: 0 + Item: S_Infinity_Pendant Rate: 1 - - Item: S_Infinity_Earring + - Index: 1 + Item: S_Infinity_Earring Rate: 1 - Group: BS_ITEM_M_S_51 SubGroups: - SubGroup: 0 List: - - Item: Whikebain_Ears_K + - Index: 0 + Item: Whikebain_Ears_K - Group: ENCHANTSTONE_RECIPE_9M SubGroups: - SubGroup: 1 List: - - Item: Enchant_Stone_Box13 + - Index: 0 + Item: Enchant_Stone_Box13 Rate: 1 - - Item: Enchant_Stone_Box14 + - Index: 1 + Item: Enchant_Stone_Box14 Rate: 1 - - Item: Enchant_Stone_Box15 + - Index: 2 + Item: Enchant_Stone_Box15 Rate: 1 - - Item: Enchant_Stone_Box16 + - Index: 3 + Item: Enchant_Stone_Box16 Rate: 1 - Group: IDTEST_SPECIAL SubGroups: - SubGroup: 0 List: - - Item: Arrow + - Index: 0 + Item: Arrow Amount: 10 - Group: PERFECTSIZE_MIX SubGroups: - SubGroup: 1 List: - - Item: S_PerfectSize_Weapon + - Index: 0 + Item: S_PerfectSize_Weapon Rate: 1 - - Item: S_PerfectSize_Armor + - Index: 1 + Item: S_PerfectSize_Armor Rate: 1 - Group: MAGICPIERCING_MIX SubGroups: - SubGroup: 1 List: - - Item: S_M_Exo_Co_Weapon + - Index: 0 + Item: S_M_Exo_Co_Weapon Rate: 1 - - Item: S_M_Viv_Dr_Weapon + - Index: 1 + Item: S_M_Viv_Dr_Weapon Rate: 1 - - Item: S_M_Sci_Hu_Weapon + - Index: 2 + Item: S_M_Sci_Hu_Weapon Rate: 1 - - Item: S_M_Fis_In_Weapon + - Index: 3 + Item: S_M_Fis_In_Weapon Rate: 1 - - Item: S_M_Exe_Ho_Weapon + - Index: 4 + Item: S_M_Exe_Ho_Weapon Rate: 1 - Group: PIERCING_MIX SubGroups: - SubGroup: 1 List: - - Item: S_Exe_Ho_Weapon + - Index: 0 + Item: S_Exe_Ho_Weapon Rate: 1 - - Item: S_Viv_Dr_Weapon + - Index: 1 + Item: S_Viv_Dr_Weapon Rate: 1 - - Item: S_Sci_Hu_Weapon + - Index: 2 + Item: S_Sci_Hu_Weapon Rate: 1 - - Item: S_Fis_In_Weapon + - Index: 3 + Item: S_Fis_In_Weapon Rate: 1 - - Item: S_Exo_Co_Weapon + - Index: 4 + Item: S_Exo_Co_Weapon Rate: 1 - Group: HASTY_MIX SubGroups: - SubGroup: 0 List: - - Item: S_Infinity_Weapon + - Index: 0 + Item: S_Infinity_Weapon - Group: ENCHANTSTONE_RECIPE_4M SubGroups: - SubGroup: 1 List: - - Item: Enchant_Stone_Box13 + - Index: 0 + Item: Enchant_Stone_Box13 Rate: 1 - - Item: Enchant_Stone_Box14 + - Index: 1 + Item: Enchant_Stone_Box14 Rate: 1 - - Item: Enchant_Stone_Box15 + - Index: 2 + Item: Enchant_Stone_Box15 Rate: 1 - - Item: Enchant_Stone_Box16 + - Index: 3 + Item: Enchant_Stone_Box16 Rate: 1 - - Item: Enchant_Stone_Box17 + - Index: 4 + Item: Enchant_Stone_Box17 Rate: 1 - - Item: Enchant_Stone_Box18 + - Index: 5 + Item: Enchant_Stone_Box18 Rate: 1 - - Item: Enchant_Stone_Box19 + - Index: 6 + Item: Enchant_Stone_Box19 Rate: 1 - Group: ANGELPORING_BOX SubGroups: - SubGroup: 0 List: - - Item: AngelPoring_Boots + - Index: 0 + Item: AngelPoring_Boots - SubGroup: 1 List: - - Item: AngelPoring_Purple - Rate: 1667 - - Item: AngelPoring_SkyBlue - Rate: 1667 - - Item: AngelPoring_Green - Rate: 1667 - - Item: AngelPoring_Pink - Rate: 1667 - - Item: AngelPoring_DeepRed - Rate: 1667 - - Item: AngelPoring_Clear - Rate: 1667 + - Index: 0 + Item: AngelPoring_Purple + Rate: 1 + - Index: 1 + Item: AngelPoring_SkyBlue + Rate: 1 + - Index: 2 + Item: AngelPoring_Green + Rate: 1 + - Index: 3 + Item: AngelPoring_Pink + Rate: 1 + - Index: 4 + Item: AngelPoring_DeepRed + Rate: 1 + - Index: 5 + Item: AngelPoring_Clear + Rate: 1 - Group: SHADOW_CUBE_PENDANT SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Pendant - Rate: 278 - - Item: S_Magical_Pendant - Rate: 278 - - Item: S_Int_Pendant - Rate: 278 - - Item: S_Power_Pendant - Rate: 278 - - Item: S_Resist_Spell_Pendant - Rate: 278 - - Item: S_Rapid_Pendant - Rate: 278 - - Item: S_Caster_Pendant - Rate: 278 - - Item: S_Spiritual_Pendent - Rate: 278 - - Item: S_Gemstone_Pendent - Rate: 278 - - Item: Unfreeze_Pendent_S - Rate: 278 - - Item: Vitality_Pendant_S - Rate: 278 - - Item: S_Neutral_Pendent - Rate: 278 - - Item: S_Curse_Lift_Pendent - Rate: 278 - - Item: S_Greed_Pendant - Rate: 278 - - Item: S_Heal_Pendant - Rate: 278 - - Item: S_Hiding_Pendant - Rate: 278 - - Item: S_Cloaking_Pendant - Rate: 278 - - Item: S_Teleport_Pendant - Rate: 278 - - Item: S_Steal_Pendant - Rate: 278 - - Item: S_Infinity_Pendant - Rate: 278 - - Item: S_Immortal_Pendant - Rate: 278 - - Item: S_Penetration_Pendent - Rate: 278 - - Item: S_Tempest_Pendent - Rate: 278 - - Item: S_Bearers_Pendent - Rate: 278 - - Item: S_Blitz_Pendent - Rate: 278 - - Item: S_Force_Pendant - Rate: 278 - - Item: S_Spirit_Pendant - Rate: 278 - - Item: S_Titan_Pendant - Rate: 278 - - Item: S_Boned_Pendant - Rate: 278 - - Item: S_Gigantic_Pendant - Rate: 278 - - Item: S_Tension_Pendent - Rate: 278 - - Item: S_Elegant_Pendent - Rate: 278 - - Item: S_Restore_Pendent - Rate: 278 - - Item: S_MortalBlow_Pendent - Rate: 278 - - Item: Sentimental_Pendant_S - Rate: 278 - - Item: Enchanting_Pendant_S - Rate: 278 + - Index: 0 + Item: S_Magical_Pendant + Rate: 5 + - Index: 1 + Item: S_Physical_Pendant + Rate: 5 + - Index: 2 + Item: S_Caster_Pendant + Rate: 5 + - Index: 3 + Item: S_Rapid_Pendant + Rate: 5 + - Index: 4 + Item: S_Resist_Spell_Pendant + Rate: 5 + - Index: 5 + Item: S_Gemstone_Pendent + Rate: 5 + - Index: 6 + Item: Vitality_Pendant_S + Rate: 5 + - Index: 7 + Item: Unfreeze_Pendent_S + Rate: 5 + - Index: 8 + Item: S_Curse_Lift_Pendent + Rate: 5 + - Index: 9 + Item: S_Neutral_Pendent + Rate: 5 + - Index: 10 + Item: S_Greed_Pendant + Rate: 5 + - Index: 11 + Item: S_Cloaking_Pendant + Rate: 5 + - Index: 12 + Item: S_Hiding_Pendant + Rate: 5 + - Index: 13 + Item: S_Heal_Pendant + Rate: 5 + - Index: 14 + Item: S_Steal_Pendant + Rate: 5 + - Index: 15 + Item: S_Teleport_Pendant + Rate: 5 + - Index: 16 + Item: S_Immortal_Pendant + Rate: 5 + - Index: 17 + Item: S_Penetration_Pendent + Rate: 5 + - Index: 18 + Item: S_Tempest_Pendent + Rate: 5 + - Index: 19 + Item: S_Bearers_Pendent + Rate: 5 + - Index: 20 + Item: S_Spiritual_Pendent + Rate: 5 + - Index: 21 + Item: S_Blitz_Pendent + Rate: 5 + - Index: 22 + Item: S_Spirit_Pendant + Rate: 5 + - Index: 23 + Item: S_Force_Pendant + Rate: 5 + - Index: 24 + Item: S_Titan_Pendant + Rate: 5 + - Index: 25 + Item: S_Boned_Pendant + Rate: 5 + - Index: 26 + Item: S_Gigantic_Pendant + Rate: 5 + - Index: 27 + Item: S_Infinity_Pendant + Rate: 5 - Group: SHADOW_CUBE_EARING SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Earring - Rate: 270 - - Item: S_Magical_Earring - Rate: 270 - - Item: S_Power_Earring - Rate: 270 - - Item: S_Int_Earring - Rate: 270 - - Item: S_Hard_Earring - Rate: 270 - - Item: S_Wise_Earring - Rate: 270 - - Item: S_Athena_Earring - Rate: 270 - - Item: S_Spiritual_Earring - Rate: 270 - - Item: S_Gemstone_Earring - Rate: 270 - - Item: Unfreeze_Earing_S - Rate: 270 - - Item: Vitality_Earing_S - Rate: 270 - - Item: S_Neutral_Earring - Rate: 270 - - Item: S_Curse_Lift_Earring - Rate: 270 - - Item: S_Caster_earring - Rate: 270 - - Item: S_Greed_Earring - Rate: 270 - - Item: S_Heal_Earring - Rate: 270 - - Item: S_Hiding_Earring - Rate: 270 - - Item: S_Cloaking_Earring - Rate: 270 - - Item: S_Teleport_Earring - Rate: 270 - - Item: S_Steal_Earring - Rate: 270 - - Item: S_Infinity_Earring - Rate: 270 - - Item: S_Solid_Earring - Rate: 270 - - Item: S_Penetration_Earring - Rate: 270 - - Item: S_Tempest_Earring - Rate: 270 - - Item: S_Bearers_Earring - Rate: 270 - - Item: S_Blitz_Earring - Rate: 270 - - Item: S_Force_Earring - Rate: 270 - - Item: S_Spirit_Earring - Rate: 270 - - Item: S_Titan_Earring - Rate: 270 - - Item: S_Boned_Earring - Rate: 270 - - Item: S_Gigantic_Earring - Rate: 270 - - Item: S_Tension_Earring - Rate: 270 - - Item: S_Elegant_Earring - Rate: 270 - - Item: S_Restore_Earring - Rate: 270 - - Item: S_MortalBlow_Earring - Rate: 270 - - Item: Sentimental_Earring_S - Rate: 270 - - Item: Enchanting_Earring_S - Rate: 270 + - Index: 0 + Item: S_Magical_Earring + Rate: 5 + - Index: 1 + Item: S_Physical_Earring + Rate: 5 + - Index: 2 + Item: S_Athena_Earring + Rate: 5 + - Index: 3 + Item: S_Wise_Earring + Rate: 5 + - Index: 4 + Item: S_Hard_Earring + Rate: 5 + - Index: 5 + Item: S_Gemstone_Earring + Rate: 5 + - Index: 6 + Item: Vitality_Earing_S + Rate: 5 + - Index: 7 + Item: Unfreeze_Earing_S + Rate: 5 + - Index: 8 + Item: S_Curse_Lift_Earring + Rate: 5 + - Index: 9 + Item: S_Neutral_Earring + Rate: 5 + - Index: 10 + Item: S_Caster_earring + Rate: 5 + - Index: 11 + Item: S_Greed_Earring + Rate: 5 + - Index: 12 + Item: S_Cloaking_Earring + Rate: 5 + - Index: 13 + Item: S_Hiding_Earring + Rate: 5 + - Index: 14 + Item: S_Heal_Earring + Rate: 5 + - Index: 15 + Item: S_Steal_Earring + Rate: 5 + - Index: 16 + Item: S_Teleport_Earring + Rate: 5 + - Index: 17 + Item: S_Solid_Earring + Rate: 5 + - Index: 18 + Item: S_Penetration_Earring + Rate: 5 + - Index: 19 + Item: S_Tempest_Earring + Rate: 5 + - Index: 20 + Item: S_Bearers_Earring + Rate: 5 + - Index: 21 + Item: S_Spiritual_Earring + Rate: 5 + - Index: 22 + Item: S_Blitz_Earring + Rate: 5 + - Index: 23 + Item: S_Spirit_Earring + Rate: 5 + - Index: 24 + Item: S_Force_Earring + Rate: 5 + - Index: 25 + Item: S_Titan_Earring + Rate: 5 + - Index: 26 + Item: S_Boned_Earring + Rate: 5 + - Index: 27 + Item: S_Gigantic_Earring + Rate: 5 + - Index: 28 + Item: S_Infinity_Earring + Rate: 5 - Group: SHADOW_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Runeknight_Weapon - Rate: 4 - - Item: S_Royalguard_Weapon - Rate: 4 - - Item: S_Mechanic_weapon - Rate: 4 - - Item: S_Genetic_Weapon - Rate: 4 - - Item: S_Archbishop_Weapon - Rate: 4 - - Item: S_Sura_weapon - Rate: 4 - - Item: S_Guillotine_Weapon - Rate: 4 - - Item: S_Shadowchaser_Weapon - Rate: 4 - - Item: S_Warlock_Weapon - Rate: 4 - - Item: S_Sorcerer_Weapon - Rate: 4 - - Item: S_Ranger_Weapon - Rate: 4 - - Item: S_Minstrel_Weapon - Rate: 4 - - Item: S_Wanderer_Weapon - Rate: 4 - - Item: S_Runeknight_Shield - Rate: 4 - - Item: S_Royalguard_Shield - Rate: 4 - - Item: S_Mechanic_Shield - Rate: 4 - - Item: S_Genetic_Shield - Rate: 4 - - Item: S_Archbishop_Shield - Rate: 4 - - Item: S_Sura_Shield - Rate: 4 - - Item: S_Guillotine_Shield - Rate: 4 - - Item: S_Shadowchaser_Shield - Rate: 4 - - Item: S_Warlock_Shield - Rate: 4 - - Item: S_Sorcerer_Shield - Rate: 4 - - Item: S_Ranger_Shield - Rate: 4 - - Item: S_Minstrel_Shield - Rate: 4 - - Item: S_Wanderer_Shield - Rate: 4 - - Item: S2_Hasty_Shoes - Rate: 4 - - Item: S2_Bearers_Pendent - Rate: 4 - - Item: S2_Gemstone_Earring - Rate: 4 - - Item: S2_Spell_Flow_Shield - Rate: 4 - - Item: S2_Spiritual_Weapon - Rate: 4 - - Item: S2_Malicious_Armor - Rate: 4 - - Item: S_Sigrun_Armor - Rate: 4 - - Item: S_Sigrun_Shield - Rate: 4 - - Item: S2_Force_Ex_Weapon - Rate: 4 - - Item: S2_Spirit_M_E_Weapon - Rate: 4 - - Item: S2_Caster_Armor - Rate: 4 - - Item: S2_Reload_Armor - Rate: 4 - - Item: S_MagicCompose_Armor - Rate: 4 - - Item: S2_Gemstone_Weapon - Rate: 4 - - Item: S2_Gemstone_Shield - Rate: 4 - - Item: S2_Bearers_Armor - Rate: 4 - - Item: S2_Bearers_Shoes - Rate: 4 - - Item: S_AllMighty_Earring - Rate: 4 - - Item: S_AllMighty_Pendant - Rate: 4 - - Item: S_AllRace_Shoes - Rate: 4 - - Item: S_AllRace_Shield - Rate: 4 - - Item: S_Tempest_Shield - Rate: 4 - - Item: S_Tempest_Shoes - Rate: 4 - - Item: S_M_ExeHoly_Armor - Rate: 4 - - Item: S_M_ExoCorrupt_Armor - Rate: 4 - - Item: S_M_DragonVib_Armor - Rate: 4 - - Item: S_M_SciHunting_Armor - Rate: 4 - - Item: S_M_FishInsect_Armor - Rate: 4 - - Item: S2_Plasterer's_Armor - Rate: 4 - - Item: S2_Insomniac_Shoes - Rate: 4 - - Item: S2_Peerless_Armor - Rate: 4 - - Item: S2_Adurate_Shoes - Rate: 4 - - Item: Unfreez_Weapon_S2 - Rate: 4 - - Item: Vitality_Earing_S2 - Rate: 4 - - Item: S2_Neutral_Weapon - Rate: 4 - - Item: S2_Curse_Lift_Pendent - Rate: 4 - - Item: S_Penetration_Shoes - Rate: 4 - - Item: S_Penetration_Shield - Rate: 4 - - Item: S_ExeHoly_Armor - Rate: 4 - - Item: S_ExoCorrupt_Armor - Rate: 4 - - Item: S_DragonVib_Armor - Rate: 4 - - Item: S_SciHunting_Armor - Rate: 4 - - Item: S_FishInsect_Armor - Rate: 4 - - Item: S_Infinity_Weapon - Rate: 4 - - Item: S_Physical_Shoes - Rate: 4 - - Item: S_Physical_Shield - Rate: 4 - - Item: S_Physical_Armor - Rate: 4 - - Item: S_Magical_Shoes - Rate: 4 - - Item: S_Magical_Shield - Rate: 4 - - Item: S_Magical_Armor - Rate: 4 - - Item: S_ImmunedAthena_Shield - Rate: 4 - - Item: S_HardChamption_Shoes - Rate: 4 - - Item: S_KingbirdAncient_Armor - Rate: 4 - - Item: S_Rebellion_Armor - Rate: 4 - - Item: S_Kagerou_Armor - Rate: 4 - - Item: S_Oboro_Armor - Rate: 4 - - Item: S_Rebellion_Shoes - Rate: 4 - - Item: S_Kagerou_Shoes - Rate: 4 - - Item: S_Oboro_Shoes - Rate: 4 - - Item: S_DoramPhysical_Armor - Rate: 4 - - Item: S_DoramPhysical_Shoes - Rate: 4 - - Item: S_DoramMagical_Armor - Rate: 4 - - Item: S_DoramMagical_Shoes - Rate: 4 - - Item: S_Knight_Shoes - Rate: 17 - - Item: S_Crusader_Shoes - Rate: 17 - - Item: S_Blacksmith_Shoes - Rate: 17 - - Item: S_Alchemist_Shoes - Rate: 17 - - Item: S_Priest_Shoes - Rate: 17 - - Item: S_Monk_Shoes - Rate: 17 - - Item: S_Assassin_Shoes - Rate: 17 - - Item: S_Rogue_Shoes - Rate: 17 - - Item: S_Wizard_Shoes - Rate: 17 - - Item: S_Sage_Shoes - Rate: 17 - - Item: S_Hunter_Shoes - Rate: 17 - - Item: S_Bard_Shoes - Rate: 17 - - Item: S_Dancer_Shoes - Rate: 17 - - Item: S_Knight_Armor - Rate: 17 - - Item: S_Crusader_Armor - Rate: 17 - - Item: S_Blacksmith_Armor - Rate: 17 - - Item: S_Alchemist_Armor - Rate: 17 - - Item: S_Priest_Armor - Rate: 17 - - Item: S_Monk_Armor - Rate: 17 - - Item: S_Assassin_Armor - Rate: 17 - - Item: S_Rogue_Armor - Rate: 17 - - Item: S_Wizard_Armor - Rate: 17 - - Item: S_Sage_Armor - Rate: 17 - - Item: S_Hunter_Armor - Rate: 17 - - Item: S_Bard_Armor - Rate: 17 - - Item: S_Dancer_Armor - Rate: 17 - - Item: S_SuperNovice_Weapon - Rate: 17 - - Item: S_Gunslinger_Weapon - Rate: 17 - - Item: S_Taekwon_Weapon - Rate: 17 - - Item: S_Ninja_Weapon - Rate: 17 - - Item: S_DoramMagical_Weapon - Rate: 17 - - Item: S_DoramPhysical_Weapon - Rate: 17 - - Item: S_Ninja_Shield - Rate: 17 - - Item: S_Taekwon_Shield - Rate: 17 - - Item: S_DoramPhysical_Shield - Rate: 17 - - Item: S_DoramMagical_Shield - Rate: 17 - - Item: S_SuperNovice_Shield - Rate: 17 - - Item: S_Gunslinger_Shield - Rate: 17 - - Item: S_Promotion_Weapon - Rate: 33 - - Item: S_Promotion_Armor - Rate: 33 - - Item: S_Promotion_Shoes - Rate: 33 - - Item: S_Promotion_Shield - Rate: 33 - - Item: S_Promotion_Earring - Rate: 33 - - Item: S_Promotion_Pendant - Rate: 33 - - Item: S_Physical_Earring - Rate: 33 - - Item: S_Physical_Weapon - Rate: 33 - - Item: S_Physical_Pendant - Rate: 33 - - Item: S_Magical_Earring - Rate: 33 - - Item: S_Magical_Weapon - Rate: 33 - - Item: S_Magical_Pendant - Rate: 33 - - Item: S_Breezy_Armor - Rate: 33 - - Item: S_Champion_Shoes - Rate: 33 - - Item: S_Athena_Shield - Rate: 33 - - Item: S_Immune_Armor - Rate: 33 - - Item: S_Hard_Armor - Rate: 33 - - Item: S_Ancient_Armor - Rate: 33 - - Item: S_Critical_Armor - Rate: 33 - - Item: S_Kingbird_Weapon - Rate: 33 - - Item: S_Cri_Hit_Weapon - Rate: 33 - - Item: S_Healing_Weapon - Rate: 33 - - Item: S_Lucky_Weapon - Rate: 33 - - Item: S_Power_Earring - Rate: 33 - - Item: S_Int_Pendant - Rate: 33 - - Item: S_Dexterous_Armor - Rate: 33 - - Item: S_Vital_Shoes - Rate: 33 - - Item: S_Athletic_Shield - Rate: 33 - - Item: S_Lucky_Armor - Rate: 33 - - Item: S_Power_Pendant - Rate: 33 - - Item: S_Int_Earring - Rate: 33 - - Item: S_Dexterous_Weapon - Rate: 33 - - Item: S_Vital_Shield - Rate: 33 - - Item: S_Athletic_Shoes - Rate: 33 - - Item: S_Resist_Spell_Pendant - Rate: 33 - - Item: S_Rapid_Pendant - Rate: 33 - - Item: S_Caster_Pendant - Rate: 33 - - Item: S_Hard_Earring - Rate: 33 - - Item: S_Wise_Earring - Rate: 33 - - Item: S_Athena_Earring - Rate: 33 - - Item: S_Cranial_Shield - Rate: 33 - - Item: S_Safeguard_Shield - Rate: 33 - - Item: S_Brutal_Shield - Rate: 33 - - Item: S_Gargantua_Shield - Rate: 33 - - Item: S_Homers_Shield - Rate: 33 - - Item: S_Dragoon_Shield - Rate: 33 - - Item: S_Satanic_Shield - Rate: 33 - - Item: S_Flameguard_Shield - Rate: 33 - - Item: S_Requiem_Shield - Rate: 33 - - Item: S_Cadi_Shield - Rate: 33 - - Item: S_Bloody_Shoes - Rate: 33 - - Item: S_Liberation_Shoes - Rate: 33 - - Item: S_Chemical_Shoes - Rate: 33 - - Item: S_Clamorous_Shoes - Rate: 33 - - Item: S_Insecticide_Shoes - Rate: 33 - - Item: S_Fisher_Shoes - Rate: 33 - - Item: S_Seraphim_Shoes - Rate: 33 - - Item: S_Beholder_Shoes - Rate: 33 - - Item: S_Divine_Shoes - Rate: 33 - - Item: S_Dragoon_Shoes - Rate: 33 - - Item: S_Big_Armor - Rate: 33 - - Item: S_Medium_Armor - Rate: 33 - - Item: S_Small_Armor - Rate: 33 - - Item: S_Big_Weapon - Rate: 33 - - Item: S_Medium_Weapon - Rate: 33 - - Item: S_Small_Weapon - Rate: 33 - - Item: S_Spiritual_Weapon - Rate: 33 - - Item: S_Spiritual_Earring - Rate: 33 - - Item: S_Spiritual_Pendent - Rate: 33 - - Item: S_Malicious_Armor - Rate: 33 - - Item: S_Malicious_Shoes - Rate: 33 - - Item: S_Malicious_Shield - Rate: 33 - - Item: S_Gemstone_Armor - Rate: 33 - - Item: S_Gemstone_Shoes - Rate: 33 - - Item: S_Gemstone_Shield - Rate: 33 - - Item: S_Gemstone_Weapon - Rate: 33 - - Item: S_Gemstone_Earring - Rate: 33 - - Item: S_Gemstone_Pendent - Rate: 33 - - Item: S_Stability_Shield - Rate: 33 - - Item: S_Plasterer's_Armor - Rate: 33 - - Item: S_Plasterer's_Shoes - Rate: 33 - - Item: S_Insomniac_Armor - Rate: 33 - - Item: S_Insomniac_Shoes - Rate: 33 - - Item: S_Peerless_Armor - Rate: 33 - - Item: S_Peerless_Shoes - Rate: 33 - - Item: S_Adurate_Armor - Rate: 33 - - Item: S_Adurate_Shoes - Rate: 33 - - Item: Unfreez_Weapon_S - Rate: 33 - - Item: Unfreeze_Earing_S - Rate: 33 - - Item: Unfreeze_Pendent_S - Rate: 33 - - Item: Vitality_Earing_S - Rate: 33 - - Item: Vitality_Pendant_S - Rate: 33 - - Item: S_Neutral_Weapon - Rate: 33 - - Item: S_Neutral_Earring - Rate: 33 - - Item: S_Neutral_Pendent - Rate: 33 - - Item: S_Curse_Lift_Earring - Rate: 33 - - Item: S_Curse_Lift_Pendent - Rate: 33 - - Item: S_Caster_earring - Rate: 33 - - Item: S_Caster_Weapon - Rate: 33 - - Item: S_Spell_Flow_Shoes - Rate: 33 - - Item: S_Spell_Flow_Armor - Rate: 33 - - Item: S_Spell_Flow_Shield - Rate: 33 - - Item: S_Greed_Armor - Rate: 33 - - Item: S_Greed_Shoes - Rate: 33 - - Item: S_Greed_Shield - Rate: 33 - - Item: S_Greed_Weapon - Rate: 33 - - Item: S_Greed_Earring - Rate: 33 - - Item: S_Greed_Pendant - Rate: 33 - - Item: S_Heal_Armor - Rate: 33 - - Item: S_Heal_Shoes - Rate: 33 - - Item: S_Heal_Shield - Rate: 33 - - Item: S_Heal_Weapon - Rate: 33 - - Item: S_Heal_Earring - Rate: 33 - - Item: S_Heal_Pendant - Rate: 33 - - Item: S_Hiding_Armor - Rate: 33 - - Item: S_Hiding_Shoes - Rate: 33 - - Item: S_Hiding_Shield - Rate: 33 - - Item: S_Hiding_Weapon - Rate: 33 - - Item: S_Hiding_Earring - Rate: 33 - - Item: S_Hiding_Pendant - Rate: 33 - - Item: S_Cloaking_Armor - Rate: 33 - - Item: S_Cloaking_Shoes - Rate: 33 - - Item: S_Cloaking_Shield - Rate: 33 - - Item: S_Cloaking_Weapon - Rate: 33 - - Item: S_Cloaking_Earring - Rate: 33 - - Item: S_Cloaking_Pendant - Rate: 33 - - Item: S_Teleport_Armor - Rate: 33 - - Item: S_Teleport_Shoes - Rate: 33 - - Item: S_Teleport_Shield - Rate: 33 - - Item: S_Teleport_Weapon - Rate: 33 - - Item: S_Teleport_Earring - Rate: 33 - - Item: S_Teleport_Pendant - Rate: 33 - - Item: S_Steal_Armor - Rate: 33 - - Item: S_Steal_Shoes - Rate: 33 - - Item: S_Steal_Shield - Rate: 33 - - Item: S_Steal_Weapon - Rate: 33 - - Item: S_Steal_Earring - Rate: 33 - - Item: S_Steal_Pendant - Rate: 33 - - Item: S_Infinity_Earring - Rate: 33 - - Item: S_Infinity_Pendant - Rate: 33 - - Item: S_Solid_Weapon - Rate: 33 - - Item: S_Solid_Earring - Rate: 33 - - Item: S_Immortal_Armor - Rate: 33 - - Item: S_Immortal_Pendant - Rate: 33 - - Item: S_Executioner_Weapon - Rate: 33 - - Item: S_Exorcist_Weapon - Rate: 33 - - Item: S_Hunting_Weapon - Rate: 33 - - Item: S_Insect_Net_Weapon - Rate: 33 - - Item: S_Fishing_Weapon - Rate: 33 - - Item: S_Dragon_Killer_Weapon - Rate: 33 - - Item: S_Corrupt_Weapon - Rate: 33 - - Item: S_Vibration_Weapon - Rate: 33 - - Item: S_Holy_Water_Weapon - Rate: 33 - - Item: S_Scissors_Weapon - Rate: 33 - - Item: S_Penetration_Earring - Rate: 33 - - Item: S_Penetration_Pendent - Rate: 33 - - Item: S_Tempest_Earring - Rate: 33 - - Item: S_Tempest_Pendent - Rate: 33 - - Item: S_M_Executioner_Weapon - Rate: 33 - - Item: S_M_Exorcist_Weapon - Rate: 33 - - Item: S_M_Hunting_Weapon - Rate: 33 - - Item: S_M_Insect_Net_Weapon - Rate: 33 - - Item: S_M_Fishing_Weapon - Rate: 33 - - Item: S_M_Dragon_K_Weapon - Rate: 33 - - Item: S_M_Corrupt_Weapon - Rate: 33 - - Item: S_M_Vibration_Weapon - Rate: 33 - - Item: S_M_Holy_Water_Weapon - Rate: 33 - - Item: S_M_Scissors_Weapon - Rate: 33 - - Item: S_Bearers_Armor - Rate: 33 - - Item: S_Bearers_Shoes - Rate: 33 - - Item: S_Bearers_Shield - Rate: 33 - - Item: S_Bearers_Weapon - Rate: 33 - - Item: S_Bearers_Earring - Rate: 33 - - Item: S_Bearers_Pendent - Rate: 33 - - Item: S_Basis_Armor - Rate: 33 - - Item: S_Hallowed_Armor - Rate: 33 - - Item: S_Saharic_Armor - Rate: 33 - - Item: S_Underneath_Armor - Rate: 33 - - Item: S_Flam_Armor - Rate: 33 - - Item: S_Windy_Armor - Rate: 33 - - Item: S_Envenom_Armor - Rate: 33 - - Item: S_Damned_Armor - Rate: 33 - - Item: S_Geist_Armor - Rate: 33 - - Item: S_Divine_Armor - Rate: 33 - - Item: S_Hasty_Shoes - Rate: 33 - - Item: S_Hasty_Armor - Rate: 33 - - Item: S_Basis_Shield - Rate: 33 - - Item: S_Hallowed_Shield - Rate: 33 - - Item: S_Saharic_Shield - Rate: 33 - - Item: S_Underneath_Shield - Rate: 33 - - Item: S_Flam_Shield - Rate: 33 - - Item: S_Windy_Shield - Rate: 33 - - Item: S_Envenom_Shield - Rate: 33 - - Item: S_Damned_Shield - Rate: 33 - - Item: S_Geist_Shield - Rate: 33 - - Item: S_Divine_Shield - Rate: 33 - - Item: S_Expert_Shoes - Rate: 33 - - Item: S_Expert_Shield - Rate: 33 - - Item: S_Beginner_Shoes - Rate: 33 - - Item: S_Beginner_Shield - Rate: 33 - - Item: S_Rookie_Shoes - Rate: 33 - - Item: S_Rookie_Shield - Rate: 33 - - Item: S_Advanced_Shoes - Rate: 33 - - Item: S_Advanced_Shield - Rate: 33 - - Item: S_Attack_Armor - Rate: 33 - - Item: S_Blitz_Earring - Rate: 33 - - Item: S_Blitz_Pendent - Rate: 33 - - Item: S_ColdBolt_Armor - Rate: 33 - - Item: S_FireBolt_Armor - Rate: 33 - - Item: S_LightingBolt_Armor - Rate: 33 - - Item: S_EarthSpike_Armor - Rate: 33 - - Item: S_Enhance_Force_Weapon - Rate: 33 - - Item: S_Force_Weapon - Rate: 33 - - Item: S_Force_Earring - Rate: 33 - - Item: S_Force_Pendant - Rate: 33 - - Item: S_Enhance_Spirit_Weapon - Rate: 33 - - Item: S_Spirit_Weapon - Rate: 33 - - Item: S_Spirit_Earring - Rate: 33 - - Item: S_Spirit_Pendant - Rate: 33 - - Item: S_Blitz_Shoes - Rate: 33 - - Item: S_Blitz_Shield - Rate: 33 - - Item: S_Exceed_Weapon - Rate: 33 - - Item: S_Titan_Earring - Rate: 33 - - Item: S_Titan_Pendant - Rate: 33 - - Item: S_Boned_Earring - Rate: 33 - - Item: S_Boned_Pendant - Rate: 33 - - Item: S_Gigantic_Earring - Rate: 33 - - Item: S_Gigantic_Pendant - Rate: 33 - - Item: S_Caster_Shoes - Rate: 33 - - Item: S_Caster_Shield - Rate: 33 - - Item: S_Caster_Armor - Rate: 33 - - Item: S_Reload_Shoes - Rate: 33 - - Item: S_Reload_Shield - Rate: 33 - - Item: S_Reload_Armor - Rate: 33 - - Item: S_Swordman_earring - Rate: 33 - - Item: S_Merchant_earring - Rate: 33 - - Item: S_Acolyte_earring - Rate: 33 - - Item: S_Magician_earring - Rate: 33 - - Item: S_Swordman_Pendant - Rate: 33 - - Item: S_Merchant_Pendant - Rate: 33 - - Item: S_Acolyte_Pendant - Rate: 33 - - Item: S_Thief_Pendant - Rate: 33 - - Item: S_Magician_Pendant - Rate: 33 - - Item: S_Archer_Pendant - Rate: 33 - - Item: S_Critical_Shield - Rate: 33 - - Item: S_Critical_Shoes - Rate: 33 - - Item: S_Blitz_Weapon - Rate: 33 - - Item: S_Blitz_Armor - Rate: 33 - - Item: S_Tension_Weapon - Rate: 33 - - Item: S_Tension_Earring - Rate: 33 - - Item: S_Tension_Pendent - Rate: 33 - - Item: S_Elegant_Weapon - Rate: 33 - - Item: S_Elegant_Earring - Rate: 33 - - Item: S_Elegant_Pendent - Rate: 33 - - Item: S_Healing_Shield - Rate: 33 - - Item: S_Healing_Shoes - Rate: 33 - - Item: S_Restore_Earring - Rate: 33 - - Item: S_Restore_Pendent - Rate: 33 - - Item: S_MortalBlow_Weapon - Rate: 33 - - Item: S_MortalBlow_Earring - Rate: 33 - - Item: S_MortalBlow_Pendent - Rate: 33 - - Item: Sentimental_Weapone_S - Rate: 33 - - Item: Sentimental_Earring_S - Rate: 33 - - Item: Sentimental_Pendant_S - Rate: 33 - - Item: Enchanting_Weapone_S - Rate: 33 - - Item: Enchanting_Earring_S - Rate: 33 - - Item: Enchanting_Pendant_S - Rate: 33 - - Item: S_Thief_earring - Rate: 33 - - Item: S_Archer_earring - Rate: 33 + - Index: 0 + Item: S_Gemstone_Weapon + Rate: 5 + - Index: 1 + Item: S_Gemstone_Earring + Rate: 5 + - Index: 2 + Item: S_Gemstone_Pendent + Rate: 5 + - Index: 3 + Item: S_Gemstone_Armor + Rate: 5 + - Index: 4 + Item: S_Gemstone_Shoes + Rate: 5 + - Index: 5 + Item: S_Gemstone_Shield + Rate: 5 + - Index: 6 + Item: S_Bearers_Weapon + Rate: 5 + - Index: 7 + Item: S_Bearers_Earring + Rate: 5 + - Index: 8 + Item: S_Bearers_Pendent + Rate: 5 + - Index: 9 + Item: S_Bearers_Armor + Rate: 5 + - Index: 10 + Item: S_Bearers_Shoes + Rate: 5 + - Index: 11 + Item: S_Bearers_Shield + Rate: 5 + - Index: 12 + Item: S_Infinity_Earring + Rate: 5 + - Index: 13 + Item: S_Infinity_Pendant + Rate: 5 + - Index: 14 + Item: S_Hasty_Shoes + Rate: 5 + - Index: 15 + Item: S_Hasty_Armor + Rate: 5 + - Index: 16 + Item: S_Medium_Weapon + Rate: 10 + - Index: 17 + Item: S_Medium_Armor + Rate: 10 + - Index: 18 + Item: S_Rapid_Pendant + Rate: 10 + - Index: 19 + Item: S_Immune_Armor + Rate: 10 + - Index: 20 + Item: S_Bloody_Shoes + Rate: 10 + - Index: 21 + Item: S_Cranial_Shield + Rate: 10 + - Index: 22 + Item: Unfreez_Weapon_S + Rate: 10 + - Index: 23 + Item: S_Caster_Pendant + Rate: 10 + - Index: 24 + Item: S_Spell_Flow_Armor + Rate: 10 + - Index: 25 + Item: S_Liberation_Shoes + Rate: 10 + - Index: 26 + Item: S_Safeguard_Shield + Rate: 10 + - Index: 27 + Item: S_Neutral_Weapon + Rate: 10 + - Index: 28 + Item: S_Greed_Weapon + Rate: 10 + - Index: 29 + Item: S_Greed_Earring + Rate: 10 + - Index: 30 + Item: S_Greed_Pendant + Rate: 10 + - Index: 31 + Item: S_Greed_Armor + Rate: 10 + - Index: 32 + Item: S_Greed_Shoes + Rate: 10 + - Index: 33 + Item: S_Greed_Shield + Rate: 10 + - Index: 34 + Item: S_Executioner_Weapon + Rate: 10 + - Index: 35 + Item: S_Exorcist_Weapon + Rate: 10 + - Index: 36 + Item: S_M_Executioner_Weapon + Rate: 10 + - Index: 37 + Item: S_M_Exorcist_Weapon + Rate: 10 + - Index: 38 + Item: S_Kingbird_Weapon + Rate: 15 + - Index: 39 + Item: S_Cri_Hit_Weapon + Rate: 15 + - Index: 40 + Item: S_Healing_Weapon + Rate: 15 + - Index: 41 + Item: S_Big_Weapon + Rate: 15 + - Index: 42 + Item: S_Small_Weapon + Rate: 15 + - Index: 43 + Item: S_Caster_Weapon + Rate: 15 + - Index: 44 + Item: S_Heal_Weapon + Rate: 15 + - Index: 45 + Item: S_Hiding_Weapon + Rate: 15 + - Index: 46 + Item: S_Cloaking_Weapon + Rate: 15 + - Index: 47 + Item: S_Teleport_Weapon + Rate: 15 + - Index: 48 + Item: S_Steal_Weapon + Rate: 15 + - Index: 49 + Item: S_Solid_Weapon + Rate: 15 + - Index: 50 + Item: S_Hunting_Weapon + Rate: 15 + - Index: 51 + Item: S_Insect_Net_Weapon + Rate: 15 + - Index: 52 + Item: S_Fishing_Weapon + Rate: 15 + - Index: 53 + Item: S_Dragon_Killer_Weapon + Rate: 15 + - Index: 54 + Item: S_Corrupt_Weapon + Rate: 15 + - Index: 55 + Item: S_Vibration_Weapon + Rate: 15 + - Index: 56 + Item: S_Holy_Water_Weapon + Rate: 15 + - Index: 57 + Item: S_Scissors_Weapon + Rate: 15 + - Index: 58 + Item: S_M_Hunting_Weapon + Rate: 15 + - Index: 59 + Item: S_M_Insect_Net_Weapon + Rate: 15 + - Index: 60 + Item: S_M_Fishing_Weapon + Rate: 15 + - Index: 61 + Item: S_M_Dragon_K_Weapon + Rate: 15 + - Index: 62 + Item: S_M_Corrupt_Weapon + Rate: 15 + - Index: 63 + Item: S_M_Vibration_Weapon + Rate: 15 + - Index: 64 + Item: S_M_Holy_Water_Weapon + Rate: 15 + - Index: 65 + Item: S_M_Scissors_Weapon + Rate: 15 + - Index: 66 + Item: S_Hard_Earring + Rate: 15 + - Index: 67 + Item: S_Wise_Earring + Rate: 15 + - Index: 68 + Item: Unfreeze_Earing_S + Rate: 15 + - Index: 69 + Item: Vitality_Earing_S + Rate: 15 + - Index: 70 + Item: S_Neutral_Earring + Rate: 15 + - Index: 71 + Item: S_Curse_Lift_Earring + Rate: 15 + - Index: 72 + Item: S_Caster_earring + Rate: 15 + - Index: 73 + Item: S_Heal_Earring + Rate: 15 + - Index: 74 + Item: S_Hiding_Earring + Rate: 15 + - Index: 75 + Item: S_Cloaking_Earring + Rate: 15 + - Index: 76 + Item: S_Teleport_Earring + Rate: 15 + - Index: 77 + Item: S_Steal_Earring + Rate: 15 + - Index: 78 + Item: S_Solid_Earring + Rate: 15 + - Index: 79 + Item: S_Penetration_Earring + Rate: 15 + - Index: 80 + Item: S_Tempest_Earring + Rate: 15 + - Index: 81 + Item: S_Resist_Spell_Pendant + Rate: 15 + - Index: 82 + Item: Unfreeze_Pendent_S + Rate: 15 + - Index: 83 + Item: Vitality_Pendant_S + Rate: 15 + - Index: 84 + Item: S_Neutral_Pendent + Rate: 15 + - Index: 85 + Item: S_Curse_Lift_Pendent + Rate: 15 + - Index: 86 + Item: S_Heal_Pendant + Rate: 15 + - Index: 87 + Item: S_Hiding_Pendant + Rate: 15 + - Index: 88 + Item: S_Cloaking_Pendant + Rate: 15 + - Index: 89 + Item: S_Teleport_Pendant + Rate: 15 + - Index: 90 + Item: S_Steal_Pendant + Rate: 15 + - Index: 91 + Item: S_Immortal_Pendant + Rate: 15 + - Index: 92 + Item: S_Penetration_Pendent + Rate: 15 + - Index: 93 + Item: S_Tempest_Pendent + Rate: 15 + - Index: 94 + Item: S_Hard_Armor + Rate: 15 + - Index: 95 + Item: S_Ancient_Armor + Rate: 15 + - Index: 96 + Item: S_Critical_Armor + Rate: 15 + - Index: 97 + Item: S_Big_Armor + Rate: 15 + - Index: 98 + Item: S_Small_Armor + Rate: 15 + - Index: 99 + Item: S_Plasterer's_Armor + Rate: 15 + - Index: 100 + Item: S_Insomniac_Armor + Rate: 15 + - Index: 101 + Item: S_Peerless_Armor + Rate: 15 + - Index: 102 + Item: S_Adurate_Armor + Rate: 15 + - Index: 103 + Item: S_Heal_Armor + Rate: 15 + - Index: 104 + Item: S_Hiding_Armor + Rate: 15 + - Index: 105 + Item: S_Cloaking_Armor + Rate: 15 + - Index: 106 + Item: S_Teleport_Armor + Rate: 15 + - Index: 107 + Item: S_Steal_Armor + Rate: 15 + - Index: 108 + Item: S_Immortal_Armor + Rate: 15 + - Index: 109 + Item: S_Basis_Armor + Rate: 15 + - Index: 110 + Item: S_Hallowed_Armor + Rate: 15 + - Index: 111 + Item: S_Saharic_Armor + Rate: 15 + - Index: 112 + Item: S_Underneath_Armor + Rate: 15 + - Index: 113 + Item: S_Flam_Armor + Rate: 15 + - Index: 114 + Item: S_Windy_Armor + Rate: 15 + - Index: 115 + Item: S_Envenom_Armor + Rate: 15 + - Index: 116 + Item: S_Damned_Armor + Rate: 15 + - Index: 117 + Item: S_Geist_Armor + Rate: 15 + - Index: 118 + Item: S_Divine_Armor + Rate: 15 + - Index: 119 + Item: S_Chemical_Shoes + Rate: 15 + - Index: 120 + Item: S_Clamorous_Shoes + Rate: 15 + - Index: 121 + Item: S_Insecticide_Shoes + Rate: 15 + - Index: 122 + Item: S_Fisher_Shoes + Rate: 15 + - Index: 123 + Item: S_Seraphim_Shoes + Rate: 15 + - Index: 124 + Item: S_Beholder_Shoes + Rate: 15 + - Index: 125 + Item: S_Divine_Shoes + Rate: 15 + - Index: 126 + Item: S_Dragoon_Shoes + Rate: 15 + - Index: 127 + Item: S_Plasterer's_Shoes + Rate: 15 + - Index: 128 + Item: S_Insomniac_Shoes + Rate: 15 + - Index: 129 + Item: S_Peerless_Shoes + Rate: 15 + - Index: 130 + Item: S_Adurate_Shoes + Rate: 15 + - Index: 131 + Item: S_Spell_Flow_Shoes + Rate: 15 + - Index: 132 + Item: S_Heal_Shoes + Rate: 15 + - Index: 133 + Item: S_Hiding_Shoes + Rate: 15 + - Index: 134 + Item: S_Cloaking_Shoes + Rate: 15 + - Index: 135 + Item: S_Teleport_Shoes + Rate: 15 + - Index: 136 + Item: S_Steal_Shoes + Rate: 15 + - Index: 137 + Item: S_Brutal_Shield + Rate: 15 + - Index: 138 + Item: S_Gargantua_Shield + Rate: 15 + - Index: 139 + Item: S_Homers_Shield + Rate: 15 + - Index: 140 + Item: S_Dragoon_Shield + Rate: 15 + - Index: 141 + Item: S_Satanic_Shield + Rate: 15 + - Index: 142 + Item: S_Flameguard_Shield + Rate: 15 + - Index: 143 + Item: S_Requiem_Shield + Rate: 15 + - Index: 144 + Item: S_Cadi_Shield + Rate: 15 + - Index: 145 + Item: S_Stability_Shield + Rate: 15 + - Index: 146 + Item: S_Spell_Flow_Shield + Rate: 15 + - Index: 147 + Item: S_Heal_Shield + Rate: 15 + - Index: 148 + Item: S_Hiding_Shield + Rate: 15 + - Index: 149 + Item: S_Cloaking_Shield + Rate: 15 + - Index: 150 + Item: S_Teleport_Shield + Rate: 15 + - Index: 151 + Item: S_Steal_Shield + Rate: 15 + - Index: 152 + Item: S_Basis_Shield + Rate: 15 + - Index: 153 + Item: S_Hallowed_Shield + Rate: 15 + - Index: 154 + Item: S_Saharic_Shield + Rate: 15 + - Index: 155 + Item: S_Underneath_Shield + Rate: 15 + - Index: 156 + Item: S_Flam_Shield + Rate: 15 + - Index: 157 + Item: S_Windy_Shield + Rate: 15 + - Index: 158 + Item: S_Envenom_Shield + Rate: 15 + - Index: 159 + Item: S_Damned_Shield + Rate: 15 + - Index: 160 + Item: S_Geist_Shield + Rate: 15 + - Index: 161 + Item: S_Divine_Shield + Rate: 15 - Group: HELM_OF_FAITH_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Viva_Adul_Hat_WL1 - Rate: 1 - - Item: Viva_Adul_Hat_WL2 - Rate: 1 - - Item: Viva_Adul_Hat_SR1 - Rate: 1 - - Item: Viva_Adul_Hat_SR2 - Rate: 1 - - Item: Viva_Adul_Hat_AB1 - Rate: 1 - - Item: Viva_Adul_Hat_AB2 - Rate: 1 - - Item: Viva_Adul_Hat_SC1 - Rate: 1 - - Item: Viva_Adul_Hat_SC2 - Rate: 1 - - Item: Viva_Adul_Hat_RA1 - Rate: 1 - - Item: Viva_Adul_Hat_RA2 - Rate: 1 - - Item: Viva_Adul_Hat_LG1 - Rate: 1 - - Item: Viva_Adul_Hat_LG2 - Rate: 1 - - Item: Viva_Adul_Hat_GC1 - Rate: 1 - - Item: Viva_Adul_Hat_GC2 - Rate: 1 - - Item: Viva_Adul_Hat_SO1 - Rate: 1 - - Item: Viva_Adul_Hat_SO2 - Rate: 1 - - Item: Viva_Adul_Hat_RK1 - Rate: 1 - - Item: Viva_Adul_Hat_RK2 - Rate: 1 - - Item: Viva_Adul_Hat_WM1 - Rate: 1 - - Item: Viva_Adul_Hat_WM2 - Rate: 1 - - Item: Viva_Adul_Hat_NC1 - Rate: 1 - - Item: Viva_Adul_Hat_NC2 - Rate: 1 - - Item: Viva_Adul_Hat_GN1 - Rate: 1 - - Item: Viva_Adul_Hat_GN2 - Rate: 1 - - Item: Viva_Adul_Hat_KO1 - Rate: 1 - - Item: Viva_Adul_Hat_KO2 - Rate: 1 - - Item: Viva_Adul_Hat_RL1 - Rate: 1 - - Item: Viva_Adul_Hat_RL2 - Rate: 1 - - Item: Viva_Adul_Hat_SP1 - Rate: 1 - - Item: Viva_Adul_Hat_SP2 - Rate: 1 - - Item: Viva_Adul_Hat_SJ1 - Rate: 1 - - Item: Viva_Adul_Hat_SJ2 - Rate: 1 - - Item: Viva_Adul_Hat_SU1 - Rate: 1 - - Item: Viva_Adul_Hat_SU2 - Rate: 1 + - Index: 0 + Item: Viva_Adul_Hat_WL1 + Rate: 10 + - Index: 1 + Item: Viva_Adul_Hat_WL2 + Rate: 10 + - Index: 2 + Item: Viva_Adul_Hat_SR1 + Rate: 10 + - Index: 3 + Item: Viva_Adul_Hat_SR2 + Rate: 10 + - Index: 4 + Item: Viva_Adul_Hat_AB1 + Rate: 10 + - Index: 5 + Item: Viva_Adul_Hat_AB2 + Rate: 10 + - Index: 6 + Item: Viva_Adul_Hat_SC1 + Rate: 10 + - Index: 7 + Item: Viva_Adul_Hat_SC2 + Rate: 10 + - Index: 8 + Item: Viva_Adul_Hat_RA1 + Rate: 10 + - Index: 9 + Item: Viva_Adul_Hat_RA2 + Rate: 10 + - Index: 10 + Item: Viva_Adul_Hat_LG1 + Rate: 10 + - Index: 11 + Item: Viva_Adul_Hat_LG2 + Rate: 10 + - Index: 12 + Item: Viva_Adul_Hat_GC1 + Rate: 10 + - Index: 13 + Item: Viva_Adul_Hat_GC2 + Rate: 10 + - Index: 14 + Item: Viva_Adul_Hat_SO1 + Rate: 10 + - Index: 15 + Item: Viva_Adul_Hat_SO2 + Rate: 10 + - Index: 16 + Item: Viva_Adul_Hat_RK1 + Rate: 10 + - Index: 17 + Item: Viva_Adul_Hat_RK2 + Rate: 10 + - Index: 18 + Item: Viva_Adul_Hat_WM1 + Rate: 10 + - Index: 19 + Item: Viva_Adul_Hat_WM2 + Rate: 10 + - Index: 20 + Item: Viva_Adul_Hat_NC1 + Rate: 10 + - Index: 21 + Item: Viva_Adul_Hat_NC2 + Rate: 10 + - Index: 22 + Item: Viva_Adul_Hat_GN1 + Rate: 10 + - Index: 23 + Item: Viva_Adul_Hat_GN2 + Rate: 10 + - Index: 24 + Item: Viva_Adul_Hat_KO1 + Rate: 10 + - Index: 25 + Item: Viva_Adul_Hat_KO2 + Rate: 10 + - Index: 26 + Item: Viva_Adul_Hat_RL1 + Rate: 10 + - Index: 27 + Item: Viva_Adul_Hat_RL2 + Rate: 10 + - Index: 28 + Item: Viva_Adul_Hat_SP1 + Rate: 10 + - Index: 29 + Item: Viva_Adul_Hat_SP2 + Rate: 10 + - Index: 30 + Item: Viva_Adul_Hat_SJ1 + Rate: 10 + - Index: 31 + Item: Viva_Adul_Hat_SJ2 + Rate: 10 + - Index: 32 + Item: Viva_Adul_Hat_SU1 + Rate: 10 + - Index: 33 + Item: Viva_Adul_Hat_SU2 + Rate: 10 - Group: 2022_LUNARNEWYEARS_BOX SubGroups: - SubGroup: 0 List: - - Item: 2022_LunarNewYears_band - - Item: Special_Tool_Box_Coupon + - Index: 0 + Item: 2022_LunarNewYears_band + - Index: 1 + Item: Special_Tool_Box_Coupon Amount: 3 - - Item: E_Main_Dish_C + - Index: 2 + Item: E_Main_Dish_C Amount: 10 - - Item: E_Mimir_Spring_W + - Index: 3 + Item: E_Mimir_Spring_W Amount: 10 - - Item: E_Challenge_Drink + - Index: 4 + Item: E_Challenge_Drink Amount: 10 - - Item: E_Power_Drink + - Index: 5 + Item: E_Power_Drink Amount: 10 - - Item: E_Baldrs_Blessing + - Index: 6 + Item: E_Baldrs_Blessing Amount: 10 - - Item: World_Tour_Ticket + - Index: 7 + Item: World_Tour_Ticket Amount: 30 - Group: 2020_REWARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Cachua_Coupon + - Index: 0 + Item: Cachua_Coupon Amount: 10 - - Item: Kr_B_Special01 + - Index: 1 + Item: Kr_B_Special01 Amount: 3 - - Item: World_Tour_Ticket + - Index: 2 + Item: World_Tour_Ticket Amount: 20 - Group: COSTUME_MILE_PACK_26_1 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Evt_Cos_Coin + - Index: 1 + Item: Evt_Cos_Coin Amount: 12 - - Item: Enchant_Stone_Box26 + - Index: 2 + Item: Enchant_Stone_Box26 Amount: 3 - Group: COSTUME_MILE_PACK_26_2 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Evt_Cos_Coin + - Index: 1 + Item: Evt_Cos_Coin Amount: 25 - - Item: Enchant_Stone_Box26 + - Index: 2 + Item: Enchant_Stone_Box26 Amount: 5 - Group: COSTUME_MILE_PACK_26_3 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 400 - - Item: Evt_Cos_Coin + - Index: 1 + Item: Evt_Cos_Coin Amount: 50 - - Item: Enchant_Stone_Box26 + - Index: 2 + Item: Enchant_Stone_Box26 Amount: 10 - Group: EP17_1_SPC01 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Burning_Knuckle_OS - Rate: 625 - - Item: Cannon_Rapier_OS - Rate: 625 - - Item: Saphir_Hall_OS - Rate: 625 - - Item: Ultio_Spes_OS - Rate: 625 - - Item: Virtual_Bow_OS - Rate: 625 - - Item: MH_P89_OS - Rate: 625 - - Item: AC_B44_OS - Rate: 625 - - Item: Beam_Claymore_OS - Rate: 625 - - Item: Rutilus_Stick_OS - Rate: 625 - - Item: ElectricFox_OS - Rate: 625 - - Item: Meuchler_OS - Rate: 625 - - Item: Blasti_OS - Rate: 625 - - Item: HR_S55_OS - Rate: 625 - - Item: Circuit_Board_OS - Rate: 625 - - Item: Kuroiro_OS - Rate: 625 - - Item: Boost_Lance_OS - Rate: 625 + - Index: 0 + Item: Cannon_Rapier_OS + Rate: 10 + - Index: 1 + Item: Beam_Claymore_OS + Rate: 10 + - Index: 2 + Item: Rutilus_Stick_OS + Rate: 10 + - Index: 3 + Item: Circuit_Board_OS + Rate: 10 + - Index: 4 + Item: Blasti_OS + Rate: 10 + - Index: 5 + Item: Saphir_Hall_OS + Rate: 10 + - Index: 6 + Item: Virtual_Bow_OS + Rate: 10 + - Index: 7 + Item: MH_P89_OS + Rate: 10 + - Index: 8 + Item: Meuchler_OS + Rate: 10 + - Index: 9 + Item: Burning_Knuckle_OS + Rate: 10 + - Index: 10 + Item: HR_S55_OS + Rate: 10 + - Index: 11 + Item: Kuroiro_OS + Rate: 10 + - Index: 12 + Item: AC_B44_OS + Rate: 10 + - Index: 13 + Item: Boost_Lance_OS + Rate: 10 + - Index: 14 + Item: Ultio_Spes_OS + Rate: 10 + - Index: 15 + Item: ElectricFox_OS + Rate: 10 - Group: EP17_1_SPC02 SubGroups: - SubGroup: 1 List: - - Item: EP17_1_SPC05 - Rate: 7500 - - Item: EP17_1_SPC06 - Rate: 2000 - - Item: EP17_1_SPC07 - Rate: 500 + - Index: 0 + Item: EP17_1_SPC05 + Rate: 750 + - Index: 1 + Item: EP17_1_SPC06 + Rate: 200 + - Index: 2 + Item: EP17_1_SPC07 + Rate: 50 - Group: EP17_1_SPC03 SubGroups: - SubGroup: 1 List: - - Item: EP17_1_SPC08 - Rate: 7500 - - Item: EP17_1_SPC09 - Rate: 2000 - - Item: EP17_1_SPC10 - Rate: 500 + - Index: 0 + Item: EP17_1_SPC08 + Rate: 750 + - Index: 1 + Item: EP17_1_SPC09 + Rate: 200 + - Index: 2 + Item: EP17_1_SPC10 + Rate: 50 - Group: EP17_1_SPC04 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: EP17_1_EVT03 + - Index: 0 + Item: EP17_1_EVT38 + Rate: 1 + - Index: 1 + Item: EP17_1_EVT36 + Rate: 1 + - Index: 2 + Item: EP17_1_EVT37 + Rate: 1 + - Index: 3 + Item: EP17_1_EVT35 + Rate: 1 + - Index: 4 + Item: EP17_1_EVT34 + Rate: 1 + - Index: 5 + Item: EP17_1_EVT33 + Rate: 1 + - Index: 6 + Item: EP17_1_EVT19 + Rate: 100 + - Index: 7 + Item: EP17_1_EVT32 + Rate: 10 + - Index: 8 + Item: EP17_1_EVT31 + Rate: 10 + - Index: 9 + Item: EP17_1_EVT30 + Rate: 10 + - Index: 10 + Item: EP17_1_EVT29 + Rate: 10 + - Index: 11 + Item: EP17_1_EVT28 + Rate: 10 + - Index: 12 + Item: EP17_1_EVT27 + Rate: 10 + - Index: 13 + Item: EP17_1_EVT26 + Rate: 10 + - Index: 14 + Item: EP17_1_EVT25 + Rate: 100 + - Index: 15 + Item: EP17_1_EVT24 + Rate: 100 + - Index: 16 + Item: EP17_1_EVT23 + Rate: 100 + - Index: 17 + Item: EP17_1_EVT22 + Rate: 100 + - Index: 18 + Item: EP17_1_EVT21 + Rate: 100 + - Index: 19 + Item: EP17_1_EVT20 + Rate: 100 + - Index: 20 + Item: EP17_1_EVT18 + Rate: 100 + - Index: 21 + Item: EP17_1_EVT17 + Rate: 100 + - Index: 22 + Item: EP17_1_EVT16 + Rate: 300 + - Index: 23 + Item: EP17_1_EVT15 + Rate: 300 + - Index: 24 + Item: EP17_1_EVT14 + Rate: 300 + - Index: 25 + Item: EP17_1_EVT13 + Rate: 300 + - Index: 26 + Item: EP17_1_EVT12 + Rate: 300 + - Index: 27 + Item: EP17_1_EVT11 + Rate: 300 + - Index: 28 + Item: EP17_1_EVT10 + Rate: 904 + - Index: 29 + Item: EP17_1_EVT09 + Rate: 904 + - Index: 30 + Item: EP17_1_EVT08 + Rate: 904 + - Index: 31 + Item: EP17_1_EVT07 + Rate: 904 + - Index: 32 + Item: EP17_1_EVT03 Rate: 900 - - Item: EP17_1_EVT04 + - Index: 33 + Item: EP17_1_EVT04 Rate: 900 - - Item: EP17_1_EVT05 + - Index: 34 + Item: EP17_1_EVT06 Rate: 904 - - Item: EP17_1_EVT06 + - Index: 35 + Item: EP17_1_EVT05 Rate: 904 - - Item: EP17_1_EVT07 - Rate: 904 - - Item: EP17_1_EVT08 - Rate: 904 - - Item: EP17_1_EVT09 - Rate: 904 - - Item: EP17_1_EVT10 - Rate: 904 - - Item: EP17_1_EVT11 - Rate: 300 - - Item: EP17_1_EVT12 - Rate: 300 - - Item: EP17_1_EVT13 - Rate: 300 - - Item: EP17_1_EVT14 - Rate: 300 - - Item: EP17_1_EVT15 - Rate: 300 - - Item: EP17_1_EVT16 - Rate: 300 - - Item: EP17_1_EVT17 - Rate: 100 - - Item: EP17_1_EVT18 - Rate: 100 - - Item: EP17_1_EVT19 - Rate: 100 - - Item: EP17_1_EVT20 - Rate: 100 - - Item: EP17_1_EVT21 - Rate: 100 - - Item: EP17_1_EVT22 - Rate: 100 - - Item: EP17_1_EVT23 - Rate: 100 - - Item: EP17_1_EVT24 - Rate: 100 - - Item: EP17_1_EVT25 - Rate: 100 - - Item: EP17_1_EVT26 - Rate: 10 - - Item: EP17_1_EVT27 - Rate: 10 - - Item: EP17_1_EVT28 - Rate: 10 - - Item: EP17_1_EVT29 - Rate: 10 - - Item: EP17_1_EVT30 - Rate: 10 - - Item: EP17_1_EVT31 - Rate: 10 - - Item: EP17_1_EVT32 - Rate: 10 - - Item: EP17_1_EVT33 - Rate: 1 - - Item: EP17_1_EVT34 - Rate: 1 - - Item: EP17_1_EVT35 - Rate: 1 - - Item: EP17_1_EVT36 - Rate: 1 - - Item: EP17_1_EVT37 - Rate: 1 - - Item: EP17_1_EVT38 - Rate: 1 - Group: STABILITYSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S2_Plasterer's_Armor + - Index: 0 + Item: S2_Plasterer's_Armor Rate: 1 - - Item: S2_Insomniac_Shoes + - Index: 1 + Item: S2_Insomniac_Shoes Rate: 1 - - Item: S2_Peerless_Armor + - Index: 2 + Item: S2_Peerless_Armor Rate: 1 - - Item: S2_Adurate_Shoes + - Index: 3 + Item: S2_Adurate_Shoes Rate: 1 - - Item: Unfreez_Weapon_S2 + - Index: 4 + Item: Unfreez_Weapon_S2 Rate: 1 - - Item: Vitality_Earing_S2 + - Index: 5 + Item: Vitality_Earing_S2 Rate: 1 - - Item: S2_Neutral_Weapon + - Index: 6 + Item: S2_Neutral_Weapon Rate: 1 - - Item: S2_Curse_Lift_Pendent + - Index: 7 + Item: S2_Curse_Lift_Pendent Rate: 1 - Group: BS_SHA_M_S_2 SubGroups: - SubGroup: 1 List: - - Item: S_Swordman_earring + - Index: 0 + Item: S_Swordman_earring Rate: 1 - - Item: S_Merchant_earring + - Index: 1 + Item: S_Merchant_earring Rate: 1 - - Item: S_Acolyte_earring + - Index: 2 + Item: S_Acolyte_earring Rate: 1 - - Item: S_Magician_earring + - Index: 3 + Item: S_Magician_earring Rate: 1 - - Item: S_Swordman_Pendant + - Index: 4 + Item: S_Swordman_Pendant Rate: 1 - - Item: S_Merchant_Pendant + - Index: 5 + Item: S_Merchant_Pendant Rate: 1 - - Item: S_Acolyte_Pendant + - Index: 6 + Item: S_Acolyte_Pendant Rate: 1 - - Item: S_Thief_Pendant + - Index: 7 + Item: S_Thief_Pendant Rate: 1 - - Item: S_Magician_Pendant + - Index: 8 + Item: S_Magician_Pendant Rate: 1 - - Item: S_Archer_Pendant + - Index: 9 + Item: S_Archer_Pendant Rate: 1 - - Item: S_Knight_Shoes + - Index: 10 + Item: S_Knight_Shoes Rate: 1 - - Item: S_Crusader_Shoes + - Index: 11 + Item: S_Crusader_Shoes Rate: 1 - - Item: S_Blacksmith_Shoes + - Index: 12 + Item: S_Blacksmith_Shoes Rate: 1 - - Item: S_Alchemist_Shoes + - Index: 13 + Item: S_Alchemist_Shoes Rate: 1 - - Item: S_Priest_Shoes + - Index: 14 + Item: S_Priest_Shoes Rate: 1 - - Item: S_Monk_Shoes + - Index: 15 + Item: S_Monk_Shoes Rate: 1 - - Item: S_Assassin_Shoes + - Index: 16 + Item: S_Assassin_Shoes Rate: 1 - - Item: S_Rogue_Shoes + - Index: 17 + Item: S_Rogue_Shoes Rate: 1 - - Item: S_Wizard_Shoes + - Index: 18 + Item: S_Wizard_Shoes Rate: 1 - - Item: S_Sage_Shoes + - Index: 19 + Item: S_Sage_Shoes Rate: 1 - - Item: S_Hunter_Shoes + - Index: 20 + Item: S_Hunter_Shoes Rate: 1 - - Item: S_Bard_Shoes + - Index: 21 + Item: S_Bard_Shoes Rate: 1 - - Item: S_Dancer_Shoes + - Index: 22 + Item: S_Dancer_Shoes Rate: 1 - - Item: S_Knight_Armor + - Index: 23 + Item: S_Knight_Armor Rate: 1 - - Item: S_Crusader_Armor + - Index: 24 + Item: S_Crusader_Armor Rate: 1 - - Item: S_Blacksmith_Armor + - Index: 25 + Item: S_Blacksmith_Armor Rate: 1 - - Item: S_Alchemist_Armor + - Index: 26 + Item: S_Alchemist_Armor Rate: 1 - - Item: S_Priest_Armor + - Index: 27 + Item: S_Priest_Armor Rate: 1 - - Item: S_Monk_Armor + - Index: 28 + Item: S_Monk_Armor Rate: 1 - - Item: S_Assassin_Armor + - Index: 29 + Item: S_Assassin_Armor Rate: 1 - - Item: S_Rogue_Armor + - Index: 30 + Item: S_Rogue_Armor Rate: 1 - - Item: S_Wizard_Armor + - Index: 31 + Item: S_Wizard_Armor Rate: 1 - - Item: S_Sage_Armor + - Index: 32 + Item: S_Sage_Armor Rate: 1 - - Item: S_Hunter_Armor + - Index: 33 + Item: S_Hunter_Armor Rate: 1 - - Item: S_Bard_Armor + - Index: 34 + Item: S_Bard_Armor Rate: 1 - - Item: S_Dancer_Armor + - Index: 35 + Item: S_Dancer_Armor Rate: 1 - - Item: S_SuperNovice_Weapon + - Index: 36 + Item: S_SuperNovice_Weapon Rate: 1 - - Item: S_Gunslinger_Weapon + - Index: 37 + Item: S_Gunslinger_Weapon Rate: 1 - - Item: S_Taekwon_Weapon + - Index: 38 + Item: S_Taekwon_Weapon Rate: 1 - - Item: S_Ninja_Weapon + - Index: 39 + Item: S_Ninja_Weapon Rate: 1 - - Item: S_DoramMagical_Weapon + - Index: 40 + Item: S_DoramMagical_Weapon Rate: 1 - - Item: S_DoramPhysical_Weapon + - Index: 41 + Item: S_DoramPhysical_Weapon Rate: 1 - - Item: S_Runeknight_Weapon + - Index: 42 + Item: S_Runeknight_Weapon Rate: 1 - - Item: S_Royalguard_Weapon + - Index: 43 + Item: S_Royalguard_Weapon Rate: 1 - - Item: S_Mechanic_weapon + - Index: 44 + Item: S_Mechanic_weapon Rate: 1 - - Item: S_Genetic_Weapon + - Index: 45 + Item: S_Genetic_Weapon Rate: 1 - - Item: S_Archbishop_Weapon + - Index: 46 + Item: S_Archbishop_Weapon Rate: 1 - - Item: S_Sura_weapon + - Index: 47 + Item: S_Sura_weapon Rate: 1 - - Item: S_Guillotine_Weapon + - Index: 48 + Item: S_Guillotine_Weapon Rate: 1 - - Item: S_Shadowchaser_Weapon + - Index: 49 + Item: S_Shadowchaser_Weapon Rate: 1 - - Item: S_Warlock_Weapon + - Index: 50 + Item: S_Warlock_Weapon Rate: 1 - - Item: S_Sorcerer_Weapon + - Index: 51 + Item: S_Sorcerer_Weapon Rate: 1 - - Item: S_Ranger_Weapon + - Index: 52 + Item: S_Ranger_Weapon Rate: 1 - - Item: S_Minstrel_Weapon + - Index: 53 + Item: S_Minstrel_Weapon Rate: 1 - - Item: S_Wanderer_Weapon + - Index: 54 + Item: S_Wanderer_Weapon Rate: 1 - - Item: S_Runeknight_Shield + - Index: 55 + Item: S_Runeknight_Shield Rate: 1 - - Item: S_Royalguard_Shield + - Index: 56 + Item: S_Royalguard_Shield Rate: 1 - - Item: S_Mechanic_Shield + - Index: 57 + Item: S_Mechanic_Shield Rate: 1 - - Item: S_Genetic_Shield + - Index: 58 + Item: S_Genetic_Shield Rate: 1 - - Item: S_Archbishop_Shield + - Index: 59 + Item: S_Archbishop_Shield Rate: 1 - - Item: S_Sura_Shield + - Index: 60 + Item: S_Sura_Shield Rate: 1 - - Item: S_Guillotine_Shield + - Index: 61 + Item: S_Guillotine_Shield Rate: 1 - - Item: S_Shadowchaser_Shield + - Index: 62 + Item: S_Shadowchaser_Shield Rate: 1 - - Item: S_Warlock_Shield + - Index: 63 + Item: S_Warlock_Shield Rate: 1 - - Item: S_Sorcerer_Shield + - Index: 64 + Item: S_Sorcerer_Shield Rate: 1 - - Item: S_Ranger_Shield + - Index: 65 + Item: S_Ranger_Shield Rate: 1 - - Item: S_Minstrel_Shield + - Index: 66 + Item: S_Minstrel_Shield Rate: 1 - - Item: S_Wanderer_Shield + - Index: 67 + Item: S_Wanderer_Shield Rate: 1 - - Item: S_Ninja_Shield + - Index: 68 + Item: S_Ninja_Shield Rate: 1 - - Item: S_Taekwon_Shield + - Index: 69 + Item: S_Taekwon_Shield Rate: 1 - - Item: S_DoramPhysical_Shield + - Index: 70 + Item: S_DoramPhysical_Shield Rate: 1 - - Item: S_DoramMagical_Shield + - Index: 71 + Item: S_DoramMagical_Shield Rate: 1 - - Item: S_SuperNovice_Shield + - Index: 72 + Item: S_SuperNovice_Shield Rate: 1 - - Item: S_Gunslinger_Shield + - Index: 73 + Item: S_Gunslinger_Shield Rate: 1 - Group: BS_SHA_M_S_22 SubGroups: - SubGroup: 1 List: - - Item: S_MortalBlow_Weapon + - Index: 0 + Item: S_MortalBlow_Weapon Rate: 1 - - Item: S_MortalBlow_Earring + - Index: 1 + Item: S_MortalBlow_Earring Rate: 1 - - Item: S_MortalBlow_Pendent + - Index: 2 + Item: S_MortalBlow_Pendent Rate: 1 - Group: SLD_CARD_RECIPE SubGroups: - SubGroup: 1 List: - - Item: Sealed_Kiel_Card + - Index: 0 + Item: Sealed_Kiel_Card Rate: 1 - - Item: Sealed_Ktullanux_Card + - Index: 1 + Item: Sealed_Ktullanux_Card Rate: 1 - - Item: Sealed_B_Ygnizem_Card + - Index: 2 + Item: Sealed_B_Ygnizem_Card Rate: 1 - - Item: Sealed_Dracula_Card + - Index: 3 + Item: Sealed_Dracula_Card Rate: 1 - - Item: Sealed_Mistress_Card + - Index: 4 + Item: Sealed_Mistress_Card Rate: 1 - - Item: Sealed_Gloom_Card + - Index: 5 + Item: Sealed_Gloom_Card Rate: 1 - - Item: Sealed_Berz_Card + - Index: 6 + Item: Sealed_Berz_Card Rate: 1 - - Item: Sealed_Ifrit_Card + - Index: 7 + Item: Sealed_Ifrit_Card Rate: 1 - - Item: Sealed_D_Lord_Card + - Index: 8 + Item: Sealed_D_Lord_Card Rate: 1 - - Item: Sealed_Pharaoh_Card + - Index: 9 + Item: Sealed_Pharaoh_Card Rate: 1 - - Item: Sealed_M_Flower_Card + - Index: 10 + Item: Sealed_M_Flower_Card Rate: 1 - - Item: Sealed_B_Shecil_Card + - Index: 11 + Item: Sealed_B_Shecil_Card Rate: 1 - - Item: Sealed_Orc_Hero_Card + - Index: 12 + Item: Sealed_Orc_Hero_Card Rate: 1 - - Item: Sealed_Tao_Card + - Index: 13 + Item: Sealed_Tao_Card Rate: 1 - - Item: Sealed_TurtleG_Card + - Index: 14 + Item: Sealed_TurtleG_Card Rate: 1 - - Item: Sealed_Knight_WS_Card + - Index: 15 + Item: Sealed_Knight_WS_Card Rate: 1 - - Item: Sealed_Lady_Tanee_Card + - Index: 16 + Item: Sealed_Lady_Tanee_Card Rate: 1 - - Item: Sealed_Samurai_Card + - Index: 17 + Item: Sealed_Samurai_Card Rate: 1 - - Item: Sealed_Orc_Load_Card + - Index: 18 + Item: Sealed_Orc_Load_Card Rate: 1 - - Item: Sealed_B_Magaleta_Card + - Index: 19 + Item: Sealed_B_Magaleta_Card Rate: 1 - - Item: Sealed_B_Harword_Card + - Index: 20 + Item: Sealed_B_Harword_Card Rate: 1 - - Item: Sealed_Apocalips_H_Card + - Index: 21 + Item: Sealed_Apocalips_H_Card Rate: 1 - - Item: Sealed_Eddga_Card + - Index: 22 + Item: Sealed_Eddga_Card Rate: 1 - - Item: Sealed_Bacsojin_Card + - Index: 23 + Item: Sealed_Bacsojin_Card Rate: 1 - - Item: Sealed_F_Bishop_Card + - Index: 24 + Item: Sealed_F_Bishop_Card Rate: 1 - - Item: SLD_Q_Scaraba_Card + - Index: 25 + Item: SLD_Q_Scaraba_Card Rate: 1 - - Item: SLD_Baphomet_Card + - Index: 26 + Item: SLD_Baphomet_Card Rate: 1 - - Item: SLD_Maya_Card + - Index: 27 + Item: SLD_Maya_Card Rate: 1 - - Item: SLD_Clown_Card + - Index: 28 + Item: SLD_Clown_Card Rate: 1 - - Item: SLD_Professor_Card + - Index: 29 + Item: SLD_Professor_Card Rate: 1 - - Item: SLD_Champion_Card + - Index: 30 + Item: SLD_Champion_Card Rate: 1 - - Item: SLD_Creator_Card + - Index: 31 + Item: SLD_Creator_Card Rate: 1 - - Item: SLD_Stalker_Card + - Index: 32 + Item: SLD_Stalker_Card Rate: 1 - - Item: SLD_Paladin_Card + - Index: 33 + Item: SLD_Paladin_Card Rate: 1 - - Item: SLD_Gypsy_Card + - Index: 34 + Item: SLD_Gypsy_Card Rate: 1 - - Item: SLD_Daehyon_Card + - Index: 35 + Item: SLD_Daehyon_Card Rate: 1 - - Item: SLD_Gioia_Card + - Index: 36 + Item: SLD_Gioia_Card Rate: 1 - - Item: SLD_Pyuriel_Card + - Index: 37 + Item: SLD_Pyuriel_Card Rate: 1 - - Item: SLD_Kades_Card + - Index: 38 + Item: SLD_Kades_Card Rate: 1 - - Item: SLD_Timeholder_Card + - Index: 39 + Item: SLD_Timeholder_Card Rate: 1 - Group: R_BEARERSSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_R_Bearers_Shoes + - Index: 0 + Item: S_R_Bearers_Shoes Rate: 1 - - Item: S_R_Bearers_Armor + - Index: 1 + Item: S_R_Bearers_Armor Rate: 1 - - Item: S_R_Bearers_Pendant + - Index: 2 + Item: S_R_Bearers_Pendant Rate: 1 - - Item: S_R_Bearers_Earring + - Index: 3 + Item: S_R_Bearers_Earring Rate: 1 - Group: M_BLITZSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_Mega_Blitz_Shield + - Index: 0 + Item: S_Mega_Blitz_Shield Rate: 1 - - Item: S_Mega_Blitz_Weapon + - Index: 1 + Item: S_Mega_Blitz_Weapon Rate: 1 - Group: RELOADSHADOW_MIX SubGroups: - SubGroup: 0 List: - - Item: S_S_Reload_Shield + - Index: 0 + Item: S_S_Reload_Shield - Group: SPELLCASTERSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_SpellCaster_Armor + - Index: 0 + Item: S_SpellCaster_Armor Rate: 1 - - Item: S_SpellCaster_Shoes + - Index: 1 + Item: S_SpellCaster_Shoes Rate: 1 - - Item: S_SpellCaster_Earring + - Index: 2 + Item: S_SpellCaster_Earring Rate: 1 - - Item: S_SpellCaster_Pendant + - Index: 3 + Item: S_SpellCaster_Pendant Rate: 1 - Group: MAGICALSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_Clever_Weapon + - Index: 0 + Item: S_Clever_Weapon Rate: 1 - - Item: S_Clever_Shield + - Index: 1 + Item: S_Clever_Shield Rate: 1 - Group: PHYSICALSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_Durable_Weapon + - Index: 0 + Item: S_Durable_Weapon Rate: 1 - - Item: S_Durable_Shield + - Index: 1 + Item: S_Durable_Shield Rate: 1 - Group: MAJORAUTOSPELL_MIX SubGroups: - SubGroup: 1 List: - - Item: S_M_AutoSpell_Armor + - Index: 0 + Item: S_M_AutoSpell_Armor Rate: 1 - - Item: S_M_AutoSpell_Shoes + - Index: 1 + Item: S_M_AutoSpell_Shoes Rate: 1 - - Item: S_M_AutoSpell_Earring + - Index: 2 + Item: S_M_AutoSpell_Earring Rate: 1 - - Item: S_M_AutoSpell_Pendant + - Index: 3 + Item: S_M_AutoSpell_Pendant Rate: 1 - Group: ABSORBSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_Absorb_Shield + - Index: 0 + Item: S_Absorb_Shield Rate: 1 - - Item: S_Absorb_Weapon + - Index: 1 + Item: S_Absorb_Weapon Rate: 1 - Group: TRUE_GEMSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_TrueGem_Armor + - Index: 0 + Item: S_TrueGem_Armor Rate: 1 - - Item: S_TrueGem_Shoes + - Index: 1 + Item: S_TrueGem_Shoes Rate: 1 - - Item: S_TrueGem_Earring + - Index: 2 + Item: S_TrueGem_Earring Rate: 1 - - Item: S_TrueGem_Pendant + - Index: 3 + Item: S_TrueGem_Pendant Rate: 1 - Group: MAMMOTH_MIX SubGroups: - SubGroup: 1 List: - - Item: S_M_Mammoth_Armor + - Index: 0 + Item: S_M_Mammoth_Armor Rate: 1 - - Item: S_M_Mammoth_Shoes + - Index: 1 + Item: S_M_Mammoth_Shoes Rate: 1 - - Item: S_M_Mammoth_Earring + - Index: 2 + Item: S_M_Mammoth_Earring Rate: 1 - - Item: S_M_Mammoth_Pendant + - Index: 3 + Item: S_M_Mammoth_Pendant Rate: 1 - Group: FULLTEMPSHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_FullTemp_Earring + - Index: 0 + Item: S_FullTemp_Earring Rate: 1 - - Item: S_FullTemp_Shoes + - Index: 1 + Item: S_FullTemp_Shoes Rate: 1 - - Item: S_FullTemp_Armor + - Index: 2 + Item: S_FullTemp_Armor Rate: 1 - - Item: S_FullTemp_Pendant + - Index: 3 + Item: S_FullTemp_Pendant Rate: 1 - Group: FULLPENESHADOW_MIX SubGroups: - SubGroup: 1 List: - - Item: S_FullPene_Earring + - Index: 0 + Item: S_FullPene_Earring Rate: 1 - - Item: S_FullPene_Pendant + - Index: 1 + Item: S_FullPene_Pendant Rate: 1 - - Item: S_FullPene_Armor + - Index: 2 + Item: S_FullPene_Armor Rate: 1 - - Item: S_FullPene_Shoes + - Index: 3 + Item: S_FullPene_Shoes Rate: 1 - Group: REMODEL_HERO_BOOTS SubGroups: - SubGroup: 0 List: - - Item: Great_Hero_Boots + - Index: 0 + Item: Great_Hero_Boots RefineMinimum: 7 RefineMaximum: 7 - Group: ORIENTAL_SWORD_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Oriental_Sword + - Index: 0 + Item: Up_Oriental_Sword RefineMinimum: 7 RefineMaximum: 7 - Group: DRAGONIC_SLAYER_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Dragonic_Slayer + - Index: 0 + Item: Up_Dragonic_Slayer RefineMinimum: 7 RefineMaximum: 7 - Group: SHIVER_KATAR_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Shiver_Katar_K + - Index: 0 + Item: Up_Shiver_Katar_K RefineMinimum: 7 RefineMaximum: 7 - Group: BLADE_KATAR_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Blade_Katar + - Index: 0 + Item: Up_Blade_Katar RefineMinimum: 7 RefineMaximum: 7 - Group: SWORD_OF_BLUEFIRE_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Sword_Of_Bluefire + - Index: 0 + Item: Up_Sword_Of_Bluefire RefineMinimum: 7 RefineMaximum: 7 - Group: SLATE_SWORD_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Slate_Sword + - Index: 0 + Item: Up_Slate_Sword RefineMinimum: 7 RefineMaximum: 7 - Group: NARCIS_BOW_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Narcis_Bow + - Index: 0 + Item: Up_Narcis_Bow RefineMinimum: 7 RefineMaximum: 7 - Group: TRUMPET_SHELL_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Trumpet_Shell_K + - Index: 0 + Item: Up_Trumpet_Shell_K RefineMinimum: 7 RefineMaximum: 7 - Group: BARB_WIRE_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Barb_Wire_K + - Index: 0 + Item: Up_Barb_Wire_K RefineMinimum: 7 RefineMaximum: 7 - Group: AVENGER_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Avenger + - Index: 0 + Item: Up_Avenger RefineMinimum: 7 RefineMaximum: 7 - Group: METEOR_STRIKER_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Meteor_Striker + - Index: 0 + Item: Up_Meteor_Striker RefineMinimum: 7 RefineMaximum: 7 - Group: MAGIC_SWORD_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Magic_Sword + - Index: 0 + Item: Up_Magic_Sword RefineMinimum: 7 RefineMaximum: 7 - Group: FATALIST_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Fatalist + - Index: 0 + Item: Up_Fatalist RefineMinimum: 7 RefineMaximum: 7 - Group: ROYAL_BOW_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Royal_Bow_K + - Index: 0 + Item: Up_Royal_Bow_K RefineMinimum: 7 RefineMaximum: 7 - Group: SCALET_DRAGON_L_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Scalet_Dragon_L_Bow + - Index: 0 + Item: Up_Scalet_Dragon_L_Bow RefineMinimum: 7 RefineMaximum: 7 - Group: SHADOW_STAFF_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Shadow_Staff_K + - Index: 0 + Item: Up_Shadow_Staff_K RefineMinimum: 7 RefineMaximum: 7 - Group: FREEZING_ROD_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Freezing_Rod + - Index: 0 + Item: Up_Freezing_Rod RefineMinimum: 7 RefineMaximum: 7 - Group: IRON_NAIL_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Iron_Nail_K + - Index: 0 + Item: Up_Iron_Nail_K RefineMinimum: 7 RefineMaximum: 7 - Group: RAY_KNUCKLE_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Ray_Knuckle + - Index: 0 + Item: Up_Ray_Knuckle RefineMinimum: 7 RefineMaximum: 7 - Group: UNDINE_SPEAR_K_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Undine_Spear_K + - Index: 0 + Item: Up_Undine_Spear_K RefineMinimum: 7 RefineMaximum: 7 - Group: LIGHT_BLADE_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Light_Blade + - Index: 0 + Item: Up_Light_Blade RefineMinimum: 7 RefineMaximum: 7 - Group: IRON_STAFF_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Iron_Staff + - Index: 0 + Item: Up_Iron_Staff RefineMinimum: 7 RefineMaximum: 7 - Group: BLUE_CRYSTAL_STAFF_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Blue_Crystal_Staff + - Index: 0 + Item: Up_Blue_Crystal_Staff RefineMinimum: 7 RefineMaximum: 7 - Group: DEMON_HUNT_BIBLE_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Demon_Hunting_Bible + - Index: 0 + Item: Up_Demon_Hunting_Bible RefineMinimum: 7 RefineMaximum: 7 - Group: SAINT_HALL_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Saint_Hall + - Index: 0 + Item: Up_Saint_Hall RefineMinimum: 7 RefineMaximum: 7 - Group: MEAWFOXTAIL_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_MeawFoxtail + - Index: 0 + Item: Up_MeawFoxtail RefineMinimum: 7 RefineMaximum: 7 - Group: FOG_DEW_SWORD_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Fog_Dew_Sword + - Index: 0 + Item: Up_Fog_Dew_Sword RefineMinimum: 7 RefineMaximum: 7 - Group: HUMMA_CLEAR_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Humma_Clear + - Index: 0 + Item: Up_Humma_Clear RefineMinimum: 7 RefineMaximum: 7 - Group: THOUSAND_SUN_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_OneSkyOneSun + - Index: 0 + Item: Up_OneSkyOneSun RefineMinimum: 7 RefineMaximum: 7 - Group: SPIRIT_PENDULUM_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_SoulWeight + - Index: 0 + Item: Up_SoulWeight RefineMinimum: 7 RefineMaximum: 7 - Group: CRIMSON_ROSE_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Crimson_Rose + - Index: 0 + Item: Up_Crimson_Rose RefineMinimum: 7 RefineMaximum: 7 - Group: MASTER_SOUL_RIFLE_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Master_Soul_Rifle + - Index: 0 + Item: Up_Master_Soul_Rifle RefineMinimum: 7 RefineMaximum: 7 - Group: GOLDEN_LORD_LAUNCHER_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Golden_L_Launcher + - Index: 0 + Item: Up_Golden_L_Launcher RefineMinimum: 7 RefineMaximum: 7 - Group: THE_BLACK_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_The_Black_Gatling + - Index: 0 + Item: Up_The_Black_Gatling RefineMinimum: 7 RefineMaximum: 7 - Group: DEMON_SLAYER_SHOT_CUBE SubGroups: - SubGroup: 0 List: - - Item: Up_Demon_S_Shot + - Index: 0 + Item: Up_Demon_S_Shot RefineMinimum: 7 RefineMaximum: 7 - Group: RUNE_CRAFT_MATERIALS SubGroups: - SubGroup: 1 List: - - Item: Emperium + - Index: 0 + Item: Emperium Rate: 1 - - Item: Ogre_Tooth + - Index: 1 + Item: Ogre_Tooth Rate: 1 - - Item: Cobold_Hair + - Index: 2 + Item: Cobold_Hair Rate: 1 - - Item: Broken_Armor_Piece + - Index: 3 + Item: Broken_Armor_Piece Rate: 1 - - Item: Claw_Of_Desert_Wolf + - Index: 4 + Item: Claw_Of_Desert_Wolf Rate: 1 - - Item: Tangled_Chain + - Index: 5 + Item: Tangled_Chain Rate: 1 - - Item: Dullahan_Armor + - Index: 6 + Item: Dullahan_Armor Rate: 1 - - Item: Dragon's_Skin + - Index: 7 + Item: Dragon's_Skin Rate: 1 - - Item: Dragon_Canine + - Index: 8 + Item: Dragon_Canine Rate: 1 - - Item: Honey + - Index: 9 + Item: Honey Rate: 1 - - Item: Light_Granule + - Index: 10 + Item: Light_Granule Rate: 1 - - Item: Old_Magic_Circle + - Index: 11 + Item: Old_Magic_Circle Rate: 1 - - Item: Slender_Snake + - Index: 12 + Item: Slender_Snake Rate: 1 - - Item: Round_Shell + - Index: 13 + Item: Round_Shell Rate: 1 - - Item: Burning_Heart + - Index: 14 + Item: Burning_Heart Rate: 1 - - Item: Red_Gemstone + - Index: 15 + Item: Red_Gemstone Rate: 1 - Group: ELEMENTAL_CONVERTER SubGroups: - SubGroup: 1 List: - - Item: Scorpion's_Tail + - Index: 0 + Item: Scorpion's_Tail Rate: 1 - - Item: Snail's_Shell + - Index: 1 + Item: Snail's_Shell Rate: 1 - - Item: Horn + - Index: 2 + Item: Horn Rate: 1 - - Item: Colorful_Shell + - Index: 3 + Item: Colorful_Shell Rate: 1 - Group: POISONS SubGroups: - SubGroup: 1 List: - - Item: Anolian_Skin + - Index: 0 + Item: Anolian_Skin Rate: 1 - - Item: Izidor + - Index: 1 + Item: Izidor Rate: 1 - - Item: Poison_Toad's_Skin + - Index: 2 + Item: Poison_Toad's_Skin Rate: 1 - - Item: Poison_Spore + - Index: 3 + Item: Poison_Spore Rate: 1 - - Item: Poison_Herb_Amoena + - Index: 4 + Item: Poison_Herb_Amoena Rate: 1 - - Item: Poison_Herb_Scopolia + - Index: 5 + Item: Poison_Herb_Scopolia Rate: 1 - - Item: Poison_Herb_Seratum + - Index: 6 + Item: Poison_Herb_Seratum Rate: 1 - - Item: Poison_Herb_Makulata + - Index: 7 + Item: Poison_Herb_Makulata Rate: 1 - - Item: Poison_Herb_Rantana + - Index: 8 + Item: Poison_Herb_Rantana Rate: 1 - - Item: Poison_Herb_Nerium + - Index: 9 + Item: Poison_Herb_Nerium Rate: 1 - - Item: Heart_Of_Mermaid + - Index: 10 + Item: Heart_Of_Mermaid Rate: 1 - - Item: Sticky_Poison + - Index: 11 + Item: Sticky_Poison Rate: 1 - - Item: Decayed_Nail + - Index: 12 + Item: Decayed_Nail Rate: 1 - Group: BLACKSMITH SubGroups: - SubGroup: 1 List: - - Item: Steel + - Index: 0 + Item: Steel Rate: 1 - - Item: Iron + - Index: 1 + Item: Iron Rate: 1 - - Item: Brigan + - Index: 2 + Item: Brigan Rate: 1 - Group: POTION_CRAFT_MATERIALS SubGroups: - SubGroup: 1 List: - - Item: Red_Herb + - Index: 0 + Item: Red_Herb Rate: 1 - - Item: Yellow_Herb + - Index: 1 + Item: Yellow_Herb Rate: 1 - - Item: White_Herb + - Index: 2 + Item: White_Herb Rate: 1 - - Item: Blue_Herb + - Index: 3 + Item: Blue_Herb Rate: 1 - - Item: Green_Herb + - Index: 4 + Item: Green_Herb Rate: 1 - - Item: Cactus_Needle + - Index: 5 + Item: Cactus_Needle Rate: 1 - - Item: Starsand_Of_Witch + - Index: 6 + Item: Starsand_Of_Witch Rate: 1 - - Item: Moustache_Of_Mole + - Index: 7 + Item: Moustache_Of_Mole Rate: 1 - Group: KUNAI_BOX SubGroups: - SubGroup: 1 List: - - Item: Dried_Squid_Box + - Index: 0 + Item: Dried_Squid_Box Rate: 1 - - Item: Flying_Fish_Box + - Index: 1 + Item: Flying_Fish_Box Rate: 1 - - Item: Starfish_Box + - Index: 2 + Item: Starfish_Box Rate: 1 - Group: BULLET_CASE SubGroups: - SubGroup: 1 List: - - Item: Bullet_Case + - Index: 0 + Item: Bullet_Case Rate: 1 - - Item: Bullet_Case_Silver + - Index: 1 + Item: Bullet_Case_Silver Rate: 1 - - Item: Bullet_Case_Blood + - Index: 2 + Item: Bullet_Case_Blood Rate: 1 - Group: SOUL_LINKER SubGroups: - SubGroup: 1 List: - - Item: Witherless_Rose + - Index: 0 + Item: Witherless_Rose Rate: 1 - - Item: Crystal_Jewel__ + - Index: 1 + Item: Crystal_Jewel__ Rate: 1 - - Item: Immortal_Heart + - Index: 2 + Item: Immortal_Heart Rate: 1 - Group: ELEMENTAL_STONES SubGroups: - SubGroup: 1 List: - - Item: Flame_Heart + - Index: 0 + Item: Flame_Heart Rate: 1 - - Item: Mistic_Frozen + - Index: 1 + Item: Mistic_Frozen Rate: 1 - - Item: Rough_Wind + - Index: 2 + Item: Rough_Wind Rate: 1 - - Item: Great_Nature + - Index: 3 + Item: Great_Nature Rate: 1 - - Item: Star_Crumb + - Index: 4 + Item: Star_Crumb Rate: 1 - - Item: Sparkling_Dust + - Index: 5 + Item: Sparkling_Dust Rate: 1 - Group: SHADOW_CUBE_ARMOR SubGroups: - SubGroup: 1 List: - - Item: S_Breezy_Armor - Rate: 227 - - Item: S_Immune_Armor - Rate: 227 - - Item: S_Hard_Armor - Rate: 227 - - Item: S_Ancient_Armor - Rate: 227 - - Item: S_Critical_Armor - Rate: 227 - - Item: S_Dexterous_Armor - Rate: 227 - - Item: S_Lucky_Armor - Rate: 227 - - Item: S_Big_Armor - Rate: 227 - - Item: S_Medium_Armor - Rate: 227 - - Item: S_Small_Armor - Rate: 227 - - Item: S_Malicious_Armor - Rate: 227 - - Item: S_Gemstone_Armor - Rate: 227 - - Item: S_Plasterer's_Armor - Rate: 227 - - Item: S_Insomniac_Armor - Rate: 227 - - Item: S_Peerless_Armor - Rate: 227 - - Item: S_Adurate_Armor - Rate: 227 - - Item: S_Spell_Flow_Armor - Rate: 227 - - Item: S_Greed_Armor - Rate: 227 - - Item: S_Heal_Armor - Rate: 227 - - Item: S_Hiding_Armor - Rate: 227 - - Item: S_Cloaking_Armor - Rate: 227 - - Item: S_Teleport_Armor - Rate: 227 - - Item: S_Steal_Armor - Rate: 227 - - Item: S_Immortal_Armor - Rate: 227 - - Item: S_Bearers_Armor - Rate: 227 - - Item: S_Basis_Armor - Rate: 227 - - Item: S_Hallowed_Armor - Rate: 227 - - Item: S_Saharic_Armor - Rate: 227 - - Item: S_Underneath_Armor - Rate: 227 - - Item: S_Flam_Armor - Rate: 227 - - Item: S_Windy_Armor - Rate: 227 - - Item: S_Envenom_Armor - Rate: 227 - - Item: S_Damned_Armor - Rate: 227 - - Item: S_Geist_Armor - Rate: 227 - - Item: S_Divine_Armor - Rate: 227 - - Item: S_Hasty_Armor - Rate: 227 - - Item: S_Attack_Armor - Rate: 227 - - Item: S_ColdBolt_Armor - Rate: 227 - - Item: S_FireBolt_Armor - Rate: 227 - - Item: S_LightingBolt_Armor - Rate: 227 - - Item: S_EarthSpike_Armor - Rate: 227 - - Item: S_Caster_Armor - Rate: 227 - - Item: S_Reload_Armor - Rate: 227 - - Item: S_Blitz_Armor - Rate: 227 + - Index: 0 + Item: S_Breezy_Armor + Rate: 5 + - Index: 1 + Item: S_Ancient_Armor + Rate: 5 + - Index: 2 + Item: S_Hard_Armor + Rate: 5 + - Index: 3 + Item: S_Immune_Armor + Rate: 5 + - Index: 4 + Item: S_Critical_Armor + Rate: 5 + - Index: 5 + Item: S_Small_Armor + Rate: 5 + - Index: 6 + Item: S_Medium_Armor + Rate: 5 + - Index: 7 + Item: S_Big_Armor + Rate: 5 + - Index: 8 + Item: S_Gemstone_Armor + Rate: 5 + - Index: 9 + Item: S_Adurate_Armor + Rate: 5 + - Index: 10 + Item: S_Peerless_Armor + Rate: 5 + - Index: 11 + Item: S_Insomniac_Armor + Rate: 5 + - Index: 12 + Item: S_Plasterer's_Armor + Rate: 5 + - Index: 13 + Item: S_Spell_Flow_Armor + Rate: 5 + - Index: 14 + Item: S_Heal_Armor + Rate: 5 + - Index: 15 + Item: S_Greed_Armor + Rate: 5 + - Index: 16 + Item: S_Cloaking_Armor + Rate: 5 + - Index: 17 + Item: S_Hiding_Armor + Rate: 5 + - Index: 18 + Item: S_Steal_Armor + Rate: 5 + - Index: 19 + Item: S_Teleport_Armor + Rate: 5 + - Index: 20 + Item: S_Immortal_Armor + Rate: 5 + - Index: 21 + Item: S_Bearers_Armor + Rate: 5 + - Index: 22 + Item: S_Divine_Armor + Rate: 5 + - Index: 23 + Item: S_Geist_Armor + Rate: 5 + - Index: 24 + Item: S_Damned_Armor + Rate: 5 + - Index: 25 + Item: S_Envenom_Armor + Rate: 5 + - Index: 26 + Item: S_Windy_Armor + Rate: 5 + - Index: 27 + Item: S_Flam_Armor + Rate: 5 + - Index: 28 + Item: S_Underneath_Armor + Rate: 5 + - Index: 29 + Item: S_Saharic_Armor + Rate: 5 + - Index: 30 + Item: S_Hallowed_Armor + Rate: 5 + - Index: 31 + Item: S_Basis_Armor + Rate: 5 + - Index: 32 + Item: S_Hasty_Armor + Rate: 5 + - Index: 33 + Item: S_Malicious_Armor + Rate: 5 + - Index: 34 + Item: S_Attack_Armor + Rate: 5 + - Index: 35 + Item: S_ColdBolt_Armor + Rate: 5 + - Index: 36 + Item: S_FireBolt_Armor + Rate: 5 + - Index: 37 + Item: S_LightingBolt_Armor + Rate: 5 + - Index: 38 + Item: S_EarthSpike_Armor + Rate: 5 + - Index: 39 + Item: S_Caster_Armor + Rate: 5 + - Index: 40 + Item: S_Reload_Armor + Rate: 5 - Group: SHADOW_CUBE_SHIELD SubGroups: - SubGroup: 1 List: - - Item: S_Athena_Shield - Rate: 233 - - Item: S_Athletic_Shield - Rate: 233 - - Item: S_Vital_Shield - Rate: 233 - - Item: S_Cranial_Shield - Rate: 233 - - Item: S_Safeguard_Shield - Rate: 233 - - Item: S_Brutal_Shield - Rate: 233 - - Item: S_Gargantua_Shield - Rate: 233 - - Item: S_Homers_Shield - Rate: 233 - - Item: S_Dragoon_Shield - Rate: 233 - - Item: S_Satanic_Shield - Rate: 233 - - Item: S_Flameguard_Shield - Rate: 233 - - Item: S_Requiem_Shield - Rate: 233 - - Item: S_Cadi_Shield - Rate: 233 - - Item: S_Malicious_Shield - Rate: 233 - - Item: S_Gemstone_Shield - Rate: 233 - - Item: S_Stability_Shield - Rate: 233 - - Item: S_Spell_Flow_Shield - Rate: 233 - - Item: S_Greed_Shield - Rate: 233 - - Item: S_Heal_Shield - Rate: 233 - - Item: S_Hiding_Shield - Rate: 233 - - Item: S_Cloaking_Shield - Rate: 233 - - Item: S_Teleport_Shield - Rate: 233 - - Item: S_Steal_Shield - Rate: 233 - - Item: S_Bearers_Shield - Rate: 233 - - Item: S_Basis_Shield - Rate: 233 - - Item: S_Hallowed_Shield - Rate: 233 - - Item: S_Saharic_Shield - Rate: 233 - - Item: S_Underneath_Shield - Rate: 233 - - Item: S_Flam_Shield - Rate: 233 - - Item: S_Windy_Shield - Rate: 233 - - Item: S_Envenom_Shield - Rate: 233 - - Item: S_Damned_Shield - Rate: 233 - - Item: S_Geist_Shield - Rate: 233 - - Item: S_Divine_Shield - Rate: 233 - - Item: S_Expert_Shield - Rate: 233 - - Item: S_Beginner_Shield - Rate: 233 - - Item: S_Rookie_Shield - Rate: 233 - - Item: S_Advanced_Shield - Rate: 233 - - Item: S_Blitz_Shield - Rate: 233 - - Item: S_Caster_Shield - Rate: 233 - - Item: S_Reload_Shield - Rate: 233 - - Item: S_Critical_Shield - Rate: 233 - - Item: S_Healing_Shield - Rate: 233 + - Index: 0 + Item: S_Athena_Shield + Rate: 5 + - Index: 1 + Item: S_Cadi_Shield + Rate: 5 + - Index: 2 + Item: S_Requiem_Shield + Rate: 5 + - Index: 3 + Item: S_Flameguard_Shield + Rate: 5 + - Index: 4 + Item: S_Satanic_Shield + Rate: 5 + - Index: 5 + Item: S_Dragoon_Shield + Rate: 5 + - Index: 6 + Item: S_Homers_Shield + Rate: 5 + - Index: 7 + Item: S_Gargantua_Shield + Rate: 5 + - Index: 8 + Item: S_Brutal_Shield + Rate: 5 + - Index: 9 + Item: S_Safeguard_Shield + Rate: 5 + - Index: 10 + Item: S_Cranial_Shield + Rate: 5 + - Index: 11 + Item: S_Stability_Shield + Rate: 5 + - Index: 12 + Item: S_Gemstone_Shield + Rate: 5 + - Index: 13 + Item: S_Spell_Flow_Shield + Rate: 5 + - Index: 14 + Item: S_Heal_Shield + Rate: 5 + - Index: 15 + Item: S_Greed_Shield + Rate: 5 + - Index: 16 + Item: S_Cloaking_Shield + Rate: 5 + - Index: 17 + Item: S_Hiding_Shield + Rate: 5 + - Index: 18 + Item: S_Steal_Shield + Rate: 5 + - Index: 19 + Item: S_Teleport_Shield + Rate: 5 + - Index: 20 + Item: S_Bearers_Shield + Rate: 5 + - Index: 21 + Item: S_Basis_Shield + Rate: 5 + - Index: 22 + Item: S_Saharic_Shield + Rate: 5 + - Index: 23 + Item: S_Underneath_Shield + Rate: 5 + - Index: 24 + Item: S_Flam_Shield + Rate: 5 + - Index: 25 + Item: S_Windy_Shield + Rate: 5 + - Index: 26 + Item: S_Envenom_Shield + Rate: 5 + - Index: 27 + Item: S_Damned_Shield + Rate: 5 + - Index: 28 + Item: S_Geist_Shield + Rate: 5 + - Index: 29 + Item: S_Divine_Shield + Rate: 5 + - Index: 30 + Item: S_Hallowed_Shield + Rate: 5 + - Index: 31 + Item: S_Expert_Shield + Rate: 5 + - Index: 32 + Item: S_Beginner_Shield + Rate: 5 + - Index: 33 + Item: S_Rookie_Shield + Rate: 5 + - Index: 34 + Item: S_Advanced_Shield + Rate: 5 + - Index: 35 + Item: S_Malicious_Shield + Rate: 5 + - Index: 36 + Item: S_Blitz_Shield + Rate: 5 + - Index: 37 + Item: S_Caster_Shield + Rate: 5 + - Index: 38 + Item: S_Reload_Shield + Rate: 5 - Group: SHADOW_CUBE_SHOES SubGroups: - SubGroup: 1 List: - - Item: S_Champion_Shoes - Rate: 270 - - Item: S_Vital_Shoes - Rate: 270 - - Item: S_Athletic_Shoes - Rate: 270 - - Item: S_Bloody_Shoes - Rate: 270 - - Item: S_Liberation_Shoes - Rate: 270 - - Item: S_Chemical_Shoes - Rate: 270 - - Item: S_Clamorous_Shoes - Rate: 270 - - Item: S_Insecticide_Shoes - Rate: 270 - - Item: S_Fisher_Shoes - Rate: 270 - - Item: S_Seraphim_Shoes - Rate: 270 - - Item: S_Beholder_Shoes - Rate: 270 - - Item: S_Divine_Shoes - Rate: 270 - - Item: S_Dragoon_Shoes - Rate: 270 - - Item: S_Malicious_Shoes - Rate: 270 - - Item: S_Gemstone_Shoes - Rate: 270 - - Item: S_Plasterer's_Shoes - Rate: 270 - - Item: S_Insomniac_Shoes - Rate: 270 - - Item: S_Peerless_Shoes - Rate: 270 - - Item: S_Adurate_Shoes - Rate: 270 - - Item: S_Spell_Flow_Shoes - Rate: 270 - - Item: S_Greed_Shoes - Rate: 270 - - Item: S_Heal_Shoes - Rate: 270 - - Item: S_Hiding_Shoes - Rate: 270 - - Item: S_Cloaking_Shoes - Rate: 270 - - Item: S_Teleport_Shoes - Rate: 270 - - Item: S_Steal_Shoes - Rate: 270 - - Item: S_Bearers_Shoes - Rate: 270 - - Item: S_Hasty_Shoes - Rate: 270 - - Item: S_Expert_Shoes - Rate: 270 - - Item: S_Beginner_Shoes - Rate: 270 - - Item: S_Rookie_Shoes - Rate: 270 - - Item: S_Advanced_Shoes - Rate: 270 - - Item: S_Blitz_Shoes - Rate: 270 - - Item: S_Caster_Shoes - Rate: 270 - - Item: S_Reload_Shoes - Rate: 270 - - Item: S_Critical_Shoes - Rate: 270 - - Item: S_Healing_Shoes - Rate: 270 + - Index: 0 + Item: S_Champion_Shoes + Rate: 5 + - Index: 1 + Item: S_Dragoon_Shoes + Rate: 5 + - Index: 2 + Item: S_Divine_Shoes + Rate: 5 + - Index: 3 + Item: S_Beholder_Shoes + Rate: 5 + - Index: 4 + Item: S_Seraphim_Shoes + Rate: 5 + - Index: 5 + Item: S_Fisher_Shoes + Rate: 5 + - Index: 6 + Item: S_Insecticide_Shoes + Rate: 5 + - Index: 7 + Item: S_Clamorous_Shoes + Rate: 5 + - Index: 8 + Item: S_Chemical_Shoes + Rate: 5 + - Index: 9 + Item: S_Liberation_Shoes + Rate: 5 + - Index: 10 + Item: S_Bloody_Shoes + Rate: 5 + - Index: 11 + Item: S_Gemstone_Shoes + Rate: 5 + - Index: 12 + Item: S_Adurate_Shoes + Rate: 5 + - Index: 13 + Item: S_Peerless_Shoes + Rate: 5 + - Index: 14 + Item: S_Insomniac_Shoes + Rate: 5 + - Index: 15 + Item: S_Plasterer's_Shoes + Rate: 5 + - Index: 16 + Item: S_Spell_Flow_Shoes + Rate: 5 + - Index: 17 + Item: S_Heal_Shoes + Rate: 5 + - Index: 18 + Item: S_Greed_Shoes + Rate: 5 + - Index: 19 + Item: S_Cloaking_Shoes + Rate: 5 + - Index: 20 + Item: S_Hiding_Shoes + Rate: 5 + - Index: 21 + Item: S_Steal_Shoes + Rate: 5 + - Index: 22 + Item: S_Teleport_Shoes + Rate: 5 + - Index: 23 + Item: S_Bearers_Shoes + Rate: 5 + - Index: 24 + Item: S_Hasty_Shoes + Rate: 5 + - Index: 25 + Item: S_Expert_Shoes + Rate: 5 + - Index: 26 + Item: S_Beginner_Shoes + Rate: 5 + - Index: 27 + Item: S_Rookie_Shoes + Rate: 5 + - Index: 28 + Item: S_Advanced_Shoes + Rate: 5 + - Index: 29 + Item: S_Malicious_Shoes + Rate: 5 + - Index: 30 + Item: S_Blitz_Shoes + Rate: 5 + - Index: 31 + Item: S_Caster_Shoes + Rate: 5 + - Index: 32 + Item: S_Reload_Shoes + Rate: 5 - Group: SHADOW_CUBE_WEAPON SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Weapon - Rate: 185 - - Item: S_Magical_Weapon - Rate: 185 - - Item: S_Kingbird_Weapon - Rate: 185 - - Item: S_Cri_Hit_Weapon - Rate: 185 - - Item: S_Healing_Weapon - Rate: 185 - - Item: S_Lucky_Weapon - Rate: 185 - - Item: S_Dexterous_Weapon - Rate: 185 - - Item: S_Big_Weapon - Rate: 185 - - Item: S_Medium_Weapon - Rate: 185 - - Item: S_Small_Weapon - Rate: 185 - - Item: S_Spiritual_Weapon - Rate: 185 - - Item: S_Gemstone_Weapon - Rate: 185 - - Item: Unfreez_Weapon_S - Rate: 185 - - Item: S_Neutral_Weapon - Rate: 185 - - Item: S_Caster_Weapon - Rate: 185 - - Item: S_Greed_Weapon - Rate: 185 - - Item: S_Heal_Weapon - Rate: 185 - - Item: S_Hiding_Weapon - Rate: 185 - - Item: S_Cloaking_Weapon - Rate: 185 - - Item: S_Teleport_Weapon - Rate: 185 - - Item: S_Steal_Weapon - Rate: 185 - - Item: S_Solid_Weapon - Rate: 185 - - Item: S_Executioner_Weapon - Rate: 185 - - Item: S_Exorcist_Weapon - Rate: 185 - - Item: S_Hunting_Weapon - Rate: 185 - - Item: S_Insect_Net_Weapon - Rate: 185 - - Item: S_Fishing_Weapon - Rate: 185 - - Item: S_Dragon_Killer_Weapon - Rate: 185 - - Item: S_Corrupt_Weapon - Rate: 185 - - Item: S_Vibration_Weapon - Rate: 185 - - Item: S_Holy_Water_Weapon - Rate: 185 - - Item: S_Scissors_Weapon - Rate: 185 - - Item: S_M_Executioner_Weapon - Rate: 185 - - Item: S_M_Exorcist_Weapon - Rate: 185 - - Item: S_M_Hunting_Weapon - Rate: 185 - - Item: S_M_Insect_Net_Weapon - Rate: 185 - - Item: S_M_Fishing_Weapon - Rate: 185 - - Item: S_M_Dragon_K_Weapon - Rate: 185 - - Item: S_M_Corrupt_Weapon - Rate: 185 - - Item: S_M_Vibration_Weapon - Rate: 185 - - Item: S_M_Holy_Water_Weapon - Rate: 185 - - Item: S_M_Scissors_Weapon - Rate: 185 - - Item: S_Bearers_Weapon - Rate: 185 - - Item: S_Enhance_Force_Weapon - Rate: 185 - - Item: S_Force_Weapon - Rate: 185 - - Item: S_Enhance_Spirit_Weapon - Rate: 185 - - Item: S_Spirit_Weapon - Rate: 185 - - Item: S_Exceed_Weapon - Rate: 185 - - Item: S_Blitz_Weapon - Rate: 185 - - Item: S_Tension_Weapon - Rate: 185 - - Item: S_Elegant_Weapon - Rate: 185 - - Item: S_MortalBlow_Weapon - Rate: 185 - - Item: Sentimental_Weapone_S - Rate: 185 - - Item: Enchanting_Weapone_S - Rate: 185 - # todo! Custom Rates (50% Stone vs 50% Epic Module) + - Index: 0 + Item: S_Healing_Weapon + Rate: 5 + - Index: 1 + Item: S_Cri_Hit_Weapon + Rate: 5 + - Index: 2 + Item: S_Kingbird_Weapon + Rate: 5 + - Index: 3 + Item: S_Gemstone_Weapon + Rate: 5 + - Index: 4 + Item: Unfreez_Weapon_S + Rate: 5 + - Index: 5 + Item: S_Neutral_Weapon + Rate: 5 + - Index: 6 + Item: S_Caster_Weapon + Rate: 5 + - Index: 7 + Item: S_Heal_Weapon + Rate: 5 + - Index: 8 + Item: S_Greed_Weapon + Rate: 5 + - Index: 9 + Item: S_Cloaking_Weapon + Rate: 5 + - Index: 10 + Item: S_Hiding_Weapon + Rate: 5 + - Index: 11 + Item: S_Steal_Weapon + Rate: 5 + - Index: 12 + Item: S_Teleport_Weapon + Rate: 5 + - Index: 13 + Item: S_Solid_Weapon + Rate: 5 + - Index: 14 + Item: S_Fishing_Weapon + Rate: 5 + - Index: 15 + Item: S_Insect_Net_Weapon + Rate: 5 + - Index: 16 + Item: S_Hunting_Weapon + Rate: 5 + - Index: 17 + Item: S_Exorcist_Weapon + Rate: 5 + - Index: 18 + Item: S_Executioner_Weapon + Rate: 5 + - Index: 19 + Item: S_Bearers_Weapon + Rate: 5 + - Index: 20 + Item: S_M_Scissors_Weapon + Rate: 5 + - Index: 21 + Item: S_M_Holy_Water_Weapon + Rate: 5 + - Index: 22 + Item: S_M_Vibration_Weapon + Rate: 5 + - Index: 23 + Item: S_M_Corrupt_Weapon + Rate: 5 + - Index: 24 + Item: S_M_Dragon_K_Weapon + Rate: 5 + - Index: 25 + Item: S_M_Fishing_Weapon + Rate: 5 + - Index: 26 + Item: S_M_Insect_Net_Weapon + Rate: 5 + - Index: 27 + Item: S_M_Hunting_Weapon + Rate: 5 + - Index: 28 + Item: S_M_Exorcist_Weapon + Rate: 5 + - Index: 29 + Item: S_M_Executioner_Weapon + Rate: 5 + - Index: 30 + Item: S_Scissors_Weapon + Rate: 5 + - Index: 31 + Item: S_Holy_Water_Weapon + Rate: 5 + - Index: 32 + Item: S_Vibration_Weapon + Rate: 5 + - Index: 33 + Item: S_Corrupt_Weapon + Rate: 5 + - Index: 34 + Item: S_Dragon_Killer_Weapon + Rate: 5 + - Index: 35 + Item: S_Physical_Weapon + Rate: 5 + - Index: 36 + Item: S_Magical_Weapon + Rate: 5 + - Index: 37 + Item: S_Spiritual_Weapon + Rate: 5 + - Index: 38 + Item: S_Big_Weapon + Rate: 5 + - Index: 39 + Item: S_Small_Weapon + Rate: 5 + - Index: 40 + Item: S_Medium_Weapon + Rate: 5 + - Index: 41 + Item: S_Enhance_Force_Weapon + Rate: 5 + - Index: 42 + Item: S_Enhance_Spirit_Weapon + Rate: 5 + - Index: 43 + Item: S_Spirit_Weapon + Rate: 5 + - Index: 44 + Item: S_Force_Weapon + Rate: 5 + - Index: 45 + Item: S_Exceed_Weapon + Rate: 5 - Group: EPIC_MODULE_MIX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Magical_Igni_Stone - Rate: 5000 - - Item: EP17_2_EP1 - Rate: 98 - - Item: EP17_2_EP2 - Rate: 98 - - Item: EP17_2_EP3 - Rate: 98 - - Item: EP17_2_EP4 - Rate: 98 - - Item: EP17_2_EP5 - Rate: 98 - - Item: EP17_2_EP6 - Rate: 98 - - Item: EP17_2_EP7 - Rate: 98 - - Item: EP17_2_EP8 - Rate: 98 - - Item: EP17_2_EP9 - Rate: 98 - - Item: EP17_2_EP10 - Rate: 98 - - Item: EP17_2_EP11 - Rate: 98 - - Item: EP17_2_EP12 - Rate: 98 - - Item: EP17_2_EP13 - Rate: 98 - - Item: EP17_2_EP14 - Rate: 98 - - Item: EP17_2_EP15 - Rate: 98 - - Item: EP17_2_EP16 - Rate: 98 - - Item: EP17_2_EP17 - Rate: 98 - - Item: EP17_2_EP18 - Rate: 98 - - Item: EP17_2_EP19 - Rate: 98 - - Item: EP17_2_EP20 - Rate: 98 - - Item: EP17_2_EP21 - Rate: 98 - - Item: EP17_2_EP22 - Rate: 98 - - Item: EP17_2_EP23 - Rate: 98 - - Item: EP17_2_EP24 - Rate: 98 - - Item: EP17_2_EP25 - Rate: 98 - - Item: EP17_2_EP26 - Rate: 98 - - Item: EP17_2_EP27 - Rate: 98 - - Item: EP17_2_EP28 - Rate: 98 - - Item: EP17_2_EP29 - Rate: 98 - - Item: EP17_2_EP30 - Rate: 98 - - Item: EP17_2_EP31 - Rate: 98 - - Item: EP17_2_EP32 - Rate: 98 - - Item: EP17_2_EP33 - Rate: 98 - - Item: EP17_2_EP34 - Rate: 98 - - Item: EP17_2_EP35 - Rate: 98 - - Item: EP17_2_EP36 - Rate: 98 - - Item: EP17_2_EP37 - Rate: 98 - - Item: EP17_2_EP38 - Rate: 98 - - Item: EP17_2_EP39 - Rate: 98 - - Item: EP17_2_EP40 - Rate: 98 - - Item: EP17_2_EP41 - Rate: 98 - - Item: EP17_2_EP42 - Rate: 98 - - Item: EP17_2_EP43 - Rate: 98 - - Item: EP17_2_EP44 - Rate: 98 - - Item: EP17_2_EP45 - Rate: 98 - - Item: EP17_2_EP46 - Rate: 98 - - Item: EP17_2_EP47 - Rate: 98 - - Item: EP17_2_EP48 - Rate: 98 - - Item: EP17_2_EP49 - Rate: 98 - - Item: EP17_2_EP50 - Rate: 98 - - Item: EP17_2_EP51 - Rate: 98 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=4088011 + - Index: 0 + Item: Magical_Igni_Stone + Rate: 6000 + - Index: 1 + Item: Magical_Igni_Stone + Rate: 2000 + Amount: 2 + - Index: 2 + Item: Magical_Igni_Stone + Rate: 1000 + Amount: 3 + - Index: 3 + Item: Magical_Igni_Stone + Rate: 480 + Amount: 4 + - Index: 4 + Item: Magical_Igni_Stone + Rate: 10 + Amount: 5 + - Index: 5 + Item: EP17_2_EP1 + Rate: 10 + - Index: 6 + Item: EP17_2_EP2 + Rate: 10 + - Index: 7 + Item: EP17_2_EP3 + Rate: 10 + - Index: 8 + Item: EP17_2_EP4 + Rate: 10 + - Index: 9 + Item: EP17_2_EP5 + Rate: 10 + - Index: 10 + Item: EP17_2_EP6 + Rate: 10 + - Index: 11 + Item: EP17_2_EP7 + Rate: 10 + - Index: 12 + Item: EP17_2_EP8 + Rate: 10 + - Index: 13 + Item: EP17_2_EP9 + Rate: 10 + - Index: 14 + Item: EP17_2_EP10 + Rate: 10 + - Index: 15 + Item: EP17_2_EP11 + Rate: 10 + - Index: 16 + Item: EP17_2_EP12 + Rate: 10 + - Index: 17 + Item: EP17_2_EP13 + Rate: 10 + - Index: 18 + Item: EP17_2_EP14 + Rate: 10 + - Index: 19 + Item: EP17_2_EP15 + Rate: 10 + - Index: 20 + Item: EP17_2_EP16 + Rate: 10 + - Index: 21 + Item: EP17_2_EP17 + Rate: 10 + - Index: 22 + Item: EP17_2_EP18 + Rate: 10 + - Index: 23 + Item: EP17_2_EP19 + Rate: 10 + - Index: 24 + Item: EP17_2_EP20 + Rate: 10 + - Index: 25 + Item: EP17_2_EP21 + Rate: 10 + - Index: 26 + Item: EP17_2_EP22 + Rate: 10 + - Index: 27 + Item: EP17_2_EP23 + Rate: 10 + - Index: 28 + Item: EP17_2_EP24 + Rate: 10 + - Index: 29 + Item: EP17_2_EP25 + Rate: 10 + - Index: 30 + Item: EP17_2_EP26 + Rate: 10 + - Index: 31 + Item: EP17_2_EP27 + Rate: 10 + - Index: 32 + Item: EP17_2_EP28 + Rate: 10 + - Index: 33 + Item: EP17_2_EP29 + Rate: 10 + - Index: 34 + Item: EP17_2_EP30 + Rate: 10 + - Index: 35 + Item: EP17_2_EP31 + Rate: 10 + - Index: 36 + Item: EP17_2_EP32 + Rate: 10 + - Index: 37 + Item: EP17_2_EP33 + Rate: 10 + - Index: 38 + Item: EP17_2_EP34 + Rate: 10 + - Index: 39 + Item: EP17_2_EP35 + Rate: 10 + - Index: 40 + Item: EP17_2_EP36 + Rate: 10 + - Index: 41 + Item: EP17_2_EP37 + Rate: 10 + - Index: 42 + Item: EP17_2_EP38 + Rate: 10 + - Index: 43 + Item: EP17_2_EP39 + Rate: 10 + - Index: 44 + Item: EP17_2_EP40 + Rate: 10 + - Index: 45 + Item: EP17_2_EP41 + Rate: 10 + - Index: 46 + Item: EP17_2_EP42 + Rate: 10 + - Index: 47 + Item: EP17_2_EP43 + Rate: 10 + - Index: 48 + Item: EP17_2_EP44 + Rate: 10 + - Index: 49 + Item: EP17_2_EP45 + Rate: 10 + - Index: 50 + Item: EP17_2_EP46 + Rate: 10 + - Index: 51 + Item: EP17_2_EP47 + Rate: 10 + - Index: 52 + Item: EP17_2_EP48 + Rate: 10 + - Index: 53 + Item: EP17_2_EP49 + Rate: 10 + - Index: 54 + Item: EP17_2_EP50 + Rate: 10 + - Index: 55 + Item: EP17_2_EP51 + Rate: 10 - Group: AUTOMATIC_MODULE_MIX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: EP17_2_NO1 - Rate: 40 - - Item: EP17_2_NO1 - Rate: 39 - - Item: EP17_2_NO2 - Rate: 40 - - Item: EP17_2_NO3 - Rate: 40 - - Item: EP17_2_NO4 - Rate: 40 - - Item: EP17_2_NO5 - Rate: 40 - - Item: EP17_2_NO6 - Rate: 40 - - Item: EP17_2_NO7 - Rate: 40 - - Item: EP17_2_NO8 - Rate: 32 - - Item: EP17_2_RA1 - Rate: 32 - - Item: EP17_2_RA2 - Rate: 32 - - Item: EP17_2_RA3 - Rate: 32 - - Item: EP17_2_RA4 - Rate: 32 - - Item: EP17_2_RA5 - Rate: 32 - - Item: EP17_2_RA6 - Rate: 32 - - Item: EP17_2_RA7 - Rate: 32 - - Item: EP17_2_RA8 - Rate: 32 - - Item: EP17_2_RA9 - Rate: 32 - - Item: EP17_2_RA10 - Rate: 32 - - Item: EP17_2_RA11 - Rate: 32 - - Item: EP17_2_RA12 - Rate: 32 - - Item: EP17_2_RA13 - Rate: 32 - - Item: EP17_2_RA14 - Rate: 32 - - Item: EP17_2_RA15 - Rate: 32 - - Item: EP17_2_RA16 - Rate: 2 - - Item: EP17_2_RA17 - Rate: 2 - - Item: EP17_2_RA18 - Rate: 2 - - Item: EP17_2_RA19 - Rate: 2 - - Item: EP17_2_RA20 - Rate: 2 - - Item: EP17_2_RA21 - Rate: 2 - - Item: EP17_2_UQ1 - Rate: 2 - - Item: EP17_2_UQ2 - Rate: 2 - - Item: EP17_2_UQ3 - Rate: 2 - - Item: EP17_2_UQ4 - Rate: 2 - - Item: EP17_2_UQ5 - Rate: 2 - - Item: EP17_2_UQ6 - Rate: 2 - - Item: EP17_2_UQ7 - Rate: 2 - - Item: EP17_2_UQ8 - Rate: 2 - - Item: EP17_2_UQ9 - Rate: 2 - - Item: EP17_2_UQ10 - Rate: 2 - - Item: EP17_2_UQ11 - Rate: 2 - - Item: EP17_2_UQ12 - Rate: 2 - - Item: EP17_2_LE1 - Rate: 2 - - Item: EP17_2_LE2 - Rate: 2 - - Item: EP17_2_LE3 - Rate: 2 - - Item: EP17_2_LE4 - Rate: 2 - - Item: EP17_2_LE5 - Rate: 2 - - Item: EP17_2_LE6 - Rate: 2 - - Item: EP17_2_EP1 - Rate: 3 - - Item: EP17_2_EP2 - Rate: 3 - - Item: EP17_2_EP3 - Rate: 3 - - Item: EP17_2_EP4 - Rate: 3 - - Item: EP17_2_EP5 - Rate: 3 - - Item: EP17_2_EP6 - Rate: 3 - - Item: EP17_2_EP7 - Rate: 3 - - Item: EP17_2_EP8 - Rate: 3 - - Item: EP17_2_EP9 - Rate: 3 - - Item: EP17_2_EP10 - Rate: 3 - - Item: EP17_2_EP11 - Rate: 3 - - Item: EP17_2_EP12 - Rate: 3 - - Item: EP17_2_EP13 - Rate: 3 - - Item: EP17_2_EP14 - Rate: 3 - - Item: EP17_2_EP15 - Rate: 3 - - Item: EP17_2_EP16 - Rate: 3 - - Item: EP17_2_EP17 - Rate: 3 - - Item: EP17_2_EP18 - Rate: 3 - - Item: EP17_2_EP19 - Rate: 3 - - Item: EP17_2_EP20 - Rate: 3 - - Item: EP17_2_EP21 - Rate: 3 - - Item: EP17_2_EP22 - Rate: 3 - - Item: EP17_2_EP23 - Rate: 3 - - Item: EP17_2_EP24 - Rate: 3 - - Item: EP17_2_EP25 - Rate: 3 - - Item: EP17_2_EP26 - Rate: 3 - - Item: EP17_2_EP27 - Rate: 3 - - Item: EP17_2_EP28 - Rate: 3 - - Item: EP17_2_EP29 - Rate: 3 - - Item: EP17_2_EP30 - Rate: 3 - - Item: EP17_2_EP31 - Rate: 3 - - Item: EP17_2_EP32 - Rate: 3 - - Item: EP17_2_EP33 - Rate: 3 - - Item: EP17_2_EP34 - Rate: 3 - - Item: EP17_2_EP35 - Rate: 3 - - Item: EP17_2_EP36 - Rate: 3 - - Item: EP17_2_EP37 - Rate: 3 - - Item: EP17_2_EP38 - Rate: 3 - - Item: EP17_2_EP39 - Rate: 3 - - Item: EP17_2_EP40 - Rate: 3 - - Item: EP17_2_EP41 - Rate: 3 - - Item: EP17_2_EP42 - Rate: 3 - - Item: EP17_2_EP43 - Rate: 3 - - Item: EP17_2_EP44 - Rate: 3 - - Item: EP17_2_EP45 - Rate: 3 - - Item: EP17_2_EP46 - Rate: 3 - - Item: EP17_2_EP47 - Rate: 3 - - Item: EP17_2_EP48 - Rate: 3 - - Item: EP17_2_EP49 - Rate: 3 - - Item: EP17_2_EP50 - Rate: 3 - - Item: EP17_2_EP51 - Rate: 3 - # Source: https://ro.gnjoy.com/news/probability/View.asp?seq=4088012 + - Index: 0 + Item: EP17_2_NO1 + Rate: 900 + - Index: 1 + Item: EP17_2_NO2 + Rate: 900 + - Index: 2 + Item: EP17_2_NO3 + Rate: 900 + - Index: 3 + Item: EP17_2_NO4 + Rate: 900 + - Index: 4 + Item: EP17_2_NO5 + Rate: 900 + - Index: 5 + Item: EP17_2_NO6 + Rate: 900 + - Index: 6 + Item: EP17_2_NO7 + Rate: 900 + - Index: 7 + Item: EP17_2_NO8 + Rate: 900 + - Index: 8 + Item: EP17_2_RA1 + Rate: 175 + - Index: 9 + Item: EP17_2_RA2 + Rate: 175 + - Index: 10 + Item: EP17_2_RA3 + Rate: 175 + - Index: 11 + Item: EP17_2_RA4 + Rate: 175 + - Index: 12 + Item: EP17_2_RA5 + Rate: 175 + - Index: 13 + Item: EP17_2_RA6 + Rate: 175 + - Index: 14 + Item: EP17_2_RA7 + Rate: 175 + - Index: 15 + Item: EP17_2_RA8 + Rate: 175 + - Index: 16 + Item: EP17_2_RA9 + Rate: 175 + - Index: 17 + Item: EP17_2_RA10 + Rate: 175 + - Index: 18 + Item: EP17_2_RA11 + Rate: 175 + - Index: 19 + Item: EP17_2_RA12 + Rate: 175 + - Index: 20 + Item: EP17_2_RA13 + Rate: 175 + - Index: 21 + Item: EP17_2_RA14 + Rate: 175 + - Index: 22 + Item: EP17_2_RA15 + Rate: 175 + - Index: 23 + Item: EP17_2_RA16 + Rate: 10 + - Index: 24 + Item: EP17_2_RA17 + Rate: 10 + - Index: 25 + Item: EP17_2_RA18 + Rate: 10 + - Index: 26 + Item: EP17_2_RA19 + Rate: 10 + - Index: 27 + Item: EP17_2_RA20 + Rate: 10 + - Index: 28 + Item: EP17_2_RA21 + Rate: 10 + - Index: 29 + Item: EP17_2_UQ1 + Rate: 10 + - Index: 30 + Item: EP17_2_UQ2 + Rate: 10 + - Index: 31 + Item: EP17_2_UQ3 + Rate: 10 + - Index: 32 + Item: EP17_2_UQ4 + Rate: 10 + - Index: 33 + Item: EP17_2_UQ5 + Rate: 10 + - Index: 34 + Item: EP17_2_UQ6 + Rate: 10 + - Index: 35 + Item: EP17_2_UQ7 + Rate: 10 + - Index: 36 + Item: EP17_2_UQ8 + Rate: 10 + - Index: 37 + Item: EP17_2_UQ9 + Rate: 10 + - Index: 38 + Item: EP17_2_UQ10 + Rate: 10 + - Index: 39 + Item: EP17_2_UQ11 + Rate: 10 + - Index: 40 + Item: EP17_2_UQ12 + Rate: 9 + - Index: 41 + Item: EP17_2_LE1 + Rate: 1 + - Index: 42 + Item: EP17_2_LE2 + Rate: 1 + - Index: 43 + Item: EP17_2_LE3 + Rate: 1 + - Index: 44 + Item: EP17_2_LE4 + Rate: 1 + - Index: 45 + Item: EP17_2_LE5 + Rate: 1 + - Index: 46 + Item: EP17_2_LE6 + Rate: 1 - Group: ILLUSION_MODULE_MIX SubGroups: - SubGroup: 1 List: - - Item: EP17_1_EVT03 + - Index: 0 + Item: EP17_1_EVT03 Rate: 50 - - Item: EP17_1_EVT04 + - Index: 1 + Item: EP17_1_EVT04 Rate: 50 - - Item: EP17_1_EVT05 + - Index: 2 + Item: EP17_1_EVT05 Rate: 60 - - Item: EP17_1_EVT06 + - Index: 3 + Item: EP17_1_EVT06 Rate: 60 - - Item: EP17_1_EVT07 + - Index: 4 + Item: EP17_1_EVT07 Rate: 60 - - Item: EP17_1_EVT08 + - Index: 5 + Item: EP17_1_EVT08 Rate: 60 - - Item: EP17_1_EVT09 + - Index: 6 + Item: EP17_1_EVT09 Rate: 60 - - Item: EP17_1_EVT10 + - Index: 7 + Item: EP17_1_EVT10 Rate: 60 - - Item: EP17_1_EVT11 + - Index: 8 + Item: EP17_1_EVT11 Rate: 50 - - Item: EP17_1_EVT12 + - Index: 9 + Item: EP17_1_EVT12 Rate: 50 - - Item: EP17_1_EVT13 + - Index: 10 + Item: EP17_1_EVT13 Rate: 30 - - Item: EP17_1_EVT14 + - Index: 11 + Item: EP17_1_EVT14 Rate: 30 - - Item: EP17_1_EVT15 + - Index: 12 + Item: EP17_1_EVT15 Rate: 30 - - Item: EP17_1_EVT16 + - Index: 13 + Item: EP17_1_EVT16 Rate: 30 - - Item: EP17_1_EVT17 + - Index: 14 + Item: EP17_1_EVT17 Rate: 30 - - Item: EP17_1_EVT18 + - Index: 15 + Item: EP17_1_EVT18 Rate: 30 - - Item: EP17_1_EVT19 + - Index: 16 + Item: EP17_1_EVT19 Rate: 30 - - Item: EP17_1_EVT20 + - Index: 17 + Item: EP17_1_EVT20 Rate: 30 - - Item: EP17_1_EVT21 + - Index: 18 + Item: EP17_1_EVT21 Rate: 30 - - Item: EP17_1_EVT22 + - Index: 19 + Item: EP17_1_EVT22 Rate: 30 - - Item: EP17_1_EVT23 + - Index: 20 + Item: EP17_1_EVT23 Rate: 30 - - Item: EP17_1_EVT24 + - Index: 21 + Item: EP17_1_EVT24 Rate: 30 - - Item: EP17_1_EVT25 + - Index: 22 + Item: EP17_1_EVT25 Rate: 30 - - Item: EP17_1_EVT26 + - Index: 23 + Item: EP17_1_EVT26 Rate: 3 - - Item: EP17_1_EVT27 + - Index: 24 + Item: EP17_1_EVT27 Rate: 5 - - Item: EP17_1_EVT28 + - Index: 25 + Item: EP17_1_EVT28 Rate: 4 - - Item: EP17_1_EVT29 + - Index: 26 + Item: EP17_1_EVT29 Rate: 5 - - Item: EP17_1_EVT30 + - Index: 27 + Item: EP17_1_EVT30 Rate: 5 - - Item: EP17_1_EVT31 + - Index: 28 + Item: EP17_1_EVT31 Rate: 5 - - Item: EP17_1_EVT32 + - Index: 29 + Item: EP17_1_EVT32 Rate: 5 - - Item: EP17_1_EVT33 + - Index: 30 + Item: EP17_1_EVT33 Rate: 3 - - Item: EP17_1_EVT34 + - Index: 31 + Item: EP17_1_EVT34 Rate: 3 - - Item: EP17_1_EVT35 + - Index: 32 + Item: EP17_1_EVT35 Rate: 3 - - Item: EP17_1_EVT36 + - Index: 33 + Item: EP17_1_EVT36 Rate: 3 - - Item: EP17_1_EVT37 + - Index: 34 + Item: EP17_1_EVT37 Rate: 3 - - Item: EP17_1_EVT38 + - Index: 35 + Item: EP17_1_EVT38 Rate: 3 - Group: AUTO_M_I_BOX_A SubGroups: - SubGroup: 1 List: - - Item: Auto_Imp_Melee_1 - Rate: 3333 - - Item: Auto_Imp_Melee_2 - Rate: 3333 - - Item: Auto_Imp_Melee_3 - Rate: 3333 + - Index: 0 + Item: Auto_Imp_Melee_1 + Rate: 750 + - Index: 1 + Item: Auto_Imp_Melee_2 + Rate: 200 + - Index: 2 + Item: Auto_Imp_Melee_3 + Rate: 50 - Group: AUTO_M_I_BOX_B SubGroups: - SubGroup: 1 List: - - Item: Auto_Imp_Magic_1 - Rate: 3333 - - Item: Auto_Imp_Magic_2 - Rate: 3333 - - Item: Auto_Imp_Magic_3 - Rate: 3333 + - Index: 0 + Item: Auto_Imp_Magic_1 + Rate: 750 + - Index: 1 + Item: Auto_Imp_Magic_2 + Rate: 200 + - Index: 2 + Item: Auto_Imp_Magic_3 + Rate: 50 - Group: ENCHANT_STONE_BOX22 SubGroups: - SubGroup: 1 List: - - Item: CastingStone_Robe - Rate: 20 - - Item: DoubleAttack_Stone - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe - Rate: 80 - - Item: SPdrainStone_Top - Rate: 80 - - Item: Greed_Stone - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Robe - Rate: 160 - - Item: ASPDStone_Top - Rate: 160 - - Item: WaterFieldEffect_Bottom - Rate: 160 - - Item: EXPStone_Bottom - Rate: 250 - - Item: Range_Stone - Rate: 250 - - Item: EXPStone_Middle - Rate: 250 - - Item: EXPStone_Top - Rate: 250 - - Item: CastingStone_Top - Rate: 250 - - Item: CastingStone_Middle - Rate: 250 - - Item: CastingStone_Bottom - Rate: 250 - - Item: Stone_Robe_Box - Rate: 250 - - Item: Stone_Robe2_Box - Rate: 250 - - Item: Range_Stone_Top - Rate: 250 - - Item: Range_Stone_Bottom - Rate: 250 - - Item: Melee_Stone_Top - Rate: 250 - - Item: Melee_Stone_Middle - Rate: 250 - - Item: Melee_Stone_Bottom - Rate: 250 - - Item: MATKStone_Middle - Rate: 380 - - Item: MATKStone_Top - Rate: 380 - - Item: MATKStone_Bottom - Rate: 380 - - Item: Critical_Stone - Rate: 380 - - Item: Critical_Stone_Top - Rate: 380 - - Item: Critical_Stone_Bottom - Rate: 380 - - Item: Stone_Top_Box - Rate: 560 - - Item: Stone_Top2_Box - Rate: 560 - - Item: Stone_Middle_Box - Rate: 560 - - Item: Stone_Middle2_Box - Rate: 560 - - Item: Stone_Bottom_Box - Rate: 560 - - Item: Stone_Bottom2_Box - Rate: 560 + - Index: 0 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 1 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 2 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: SPdrainStone_Robe + Rate: 8 + - Index: 4 + Item: SPdrainStone_Top + Rate: 8 + - Index: 5 + Item: CastStone_Robe + Rate: 8 + - Index: 6 + Item: Greed_Stone + Rate: 8 + - Index: 7 + Item: Stone_Robe_Box + Rate: 25 + - Index: 8 + Item: Stone_Robe2_Box + Rate: 25 + - Index: 9 + Item: ASPDStone_Top + Rate: 16 + - Index: 10 + Item: ASPDStone_Robe + Rate: 16 + - Index: 11 + Item: WaterFieldEffect_Bottom + Rate: 16 + - Index: 12 + Item: Range_Stone_Top + Rate: 25 + - Index: 13 + Item: Range_Stone + Rate: 25 + - Index: 14 + Item: Range_Stone_Bottom + Rate: 25 + - Index: 15 + Item: Melee_Stone_Top + Rate: 25 + - Index: 16 + Item: Melee_Stone_Middle + Rate: 25 + - Index: 17 + Item: Melee_Stone_Bottom + Rate: 25 + - Index: 18 + Item: EXPStone_Middle + Rate: 25 + - Index: 19 + Item: EXPStone_Bottom + Rate: 25 + - Index: 20 + Item: EXPStone_Top + Rate: 25 + - Index: 21 + Item: CastingStone_Bottom + Rate: 25 + - Index: 22 + Item: CastingStone_Middle + Rate: 25 + - Index: 23 + Item: CastingStone_Top + Rate: 25 + - Index: 24 + Item: MATKStone_Top + Rate: 38 + - Index: 25 + Item: MATKStone_Middle + Rate: 38 + - Index: 26 + Item: MATKStone_Bottom + Rate: 38 + - Index: 27 + Item: Stone_Top_Box + Rate: 56 + - Index: 28 + Item: Stone_Top2_Box + Rate: 56 + - Index: 29 + Item: Stone_Middle_Box + Rate: 56 + - Index: 30 + Item: Stone_Middle2_Box + Rate: 56 + - Index: 31 + Item: Stone_Bottom_Box + Rate: 56 + - Index: 32 + Item: Stone_Bottom2_Box + Rate: 56 + - Index: 33 + Item: Critical_Stone + Rate: 38 + - Index: 34 + Item: Critical_Stone_Top + Rate: 38 + - Index: 35 + Item: Critical_Stone_Bottom + Rate: 38 - Group: ENCHANT_STONE_BOX23 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Melee_Stone_Robe_D - Rate: 10 - - Item: Magic_Stone_Robe_D - Rate: 10 - - Item: CastingStone_Robe - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: CastStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: WarlockStone_Robe - Rate: 80 - - Item: GuillcrossStone_Robe - Rate: 80 - - Item: WarlockStone_Robe2 - Rate: 80 - - Item: GuillcrossStone_Robe2 - Rate: 80 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: WarlockStone_Top - Rate: 120 - - Item: WarlockStone_Middle - Rate: 120 - - Item: WarlockStone_Bottom - Rate: 120 - - Item: AssacrossStone_Top - Rate: 120 - - Item: AssacrossStone_Middle - Rate: 120 - - Item: AssacrossStone_Bottom - Rate: 120 - - Item: WarlockStone_Top2 - Rate: 120 - - Item: WarlockStone_Middle2 - Rate: 120 - - Item: WarlockStone_Bottom2 - Rate: 120 - - Item: AssacrossStone_Top2 - Rate: 120 - - Item: AssacrossStone_Middle2 - Rate: 120 - - Item: AssacrossStone_Bottom2 - Rate: 120 - - Item: WaterFieldEffect_Bottom - Rate: 140 - - Item: ASPDStone_Top - Rate: 160 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: Range_Stone - Rate: 240 - - Item: CastingStone_Top - Rate: 240 - - Item: CastingStone_Middle - Rate: 240 - - Item: CastingStone_Bottom - Rate: 240 - - Item: Range_Stone_Top - Rate: 240 - - Item: Range_Stone_Bottom - Rate: 240 - - Item: Melee_Stone_Top - Rate: 240 - - Item: Melee_Stone_Middle - Rate: 240 - - Item: Melee_Stone_Bottom - Rate: 240 - - Item: Magic_Stone_Top - Rate: 240 - - Item: Magic_Stone_Middle - Rate: 240 - - Item: Magic_Stone_Bottom - Rate: 240 - - Item: MATKStone_Middle - Rate: 360 - - Item: MATKStone_Top - Rate: 360 - - Item: MATKStone_Bottom - Rate: 360 - - Item: Critical_Stone - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 + - Index: 0 + Item: Melee_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: Magic_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 4 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 5 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 6 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 7 + Item: ASPDStone_Top + Rate: 16 + - Index: 8 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 9 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: WaterFieldEffect_Bottom + Rate: 14 + - Index: 11 + Item: GuillcrossStone_Robe + Rate: 8 + Announced: true + - Index: 12 + Item: GuillcrossStone_Robe2 + Rate: 8 + Announced: true + - Index: 13 + Item: WarlockStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: WarlockStone_Robe2 + Rate: 8 + Announced: true + - Index: 15 + Item: Stone_Robe_Box + Rate: 16 + - Index: 16 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 17 + Item: Range_Stone_Top + Rate: 24 + - Index: 18 + Item: Range_Stone + Rate: 24 + - Index: 19 + Item: Range_Stone_Bottom + Rate: 24 + - Index: 20 + Item: Melee_Stone_Top + Rate: 24 + - Index: 21 + Item: Melee_Stone_Middle + Rate: 24 + - Index: 22 + Item: Melee_Stone_Bottom + Rate: 24 + - Index: 23 + Item: Magic_Stone_Top + Rate: 24 + - Index: 24 + Item: Magic_Stone_Middle + Rate: 24 + - Index: 25 + Item: Magic_Stone_Bottom + Rate: 24 + - Index: 26 + Item: CastingStone_Bottom + Rate: 24 + - Index: 27 + Item: CastingStone_Middle + Rate: 24 + - Index: 28 + Item: CastingStone_Top + Rate: 24 + - Index: 29 + Item: AssacrossStone_Top + Rate: 12 + - Index: 30 + Item: AssacrossStone_Middle + Rate: 12 + - Index: 31 + Item: AssacrossStone_Bottom + Rate: 12 + - Index: 32 + Item: AssacrossStone_Top2 + Rate: 12 + - Index: 33 + Item: AssacrossStone_Middle2 + Rate: 12 + - Index: 34 + Item: AssacrossStone_Bottom2 + Rate: 12 + - Index: 35 + Item: WarlockStone_Top + Rate: 12 + - Index: 36 + Item: WarlockStone_Middle + Rate: 12 + - Index: 37 + Item: WarlockStone_Bottom + Rate: 12 + - Index: 38 + Item: WarlockStone_Top2 + Rate: 12 + - Index: 39 + Item: WarlockStone_Middle2 + Rate: 12 + - Index: 40 + Item: WarlockStone_Bottom2 + Rate: 12 + - Index: 41 + Item: Stone_Top_Box + Rate: 36 + - Index: 42 + Item: Stone_Top2_Box + Rate: 36 + - Index: 43 + Item: Stone_Middle_Box + Rate: 36 + - Index: 44 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 45 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 46 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 47 + Item: MATKStone_Top + Rate: 36 + - Index: 48 + Item: MATKStone_Middle + Rate: 36 + - Index: 49 + Item: MATKStone_Bottom + Rate: 36 + - Index: 50 + Item: Critical_Stone + Rate: 36 + - Index: 51 + Item: Critical_Stone_Top + Rate: 36 + - Index: 52 + Item: Critical_Stone_Bottom + Rate: 36 - Group: ENCHANT_STONE_BOX24 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: MinorCastStone_Robe_D - Rate: 10 - - Item: Range_Stone_Robe_D - Rate: 10 - - Item: CastingStone_Robe - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: RuneknightStone_Robe - Rate: 80 - - Item: WarlockStone_Robe - Rate: 80 - - Item: RoyalguardStone_Robe - Rate: 80 - - Item: WarlockStone_Robe2 - Rate: 80 - - Item: RoyalguardStone_Robe2 - Rate: 80 - - Item: RuneknightStone_Robe2 - Rate: 80 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: RuneknightStone_Top3 - Rate: 80 - - Item: RuneknightStone_Middle3 - Rate: 80 - - Item: RuneknightStone_Bottom3 - Rate: 80 - - Item: WarlockStone_Top3 - Rate: 80 - - Item: WarlockStone_Middle3 - Rate: 80 - - Item: WarlockStone_Bottom3 - Rate: 80 - - Item: RoyalguardStone_Top3 - Rate: 80 - - Item: RoyalguardStone_Middle3 - Rate: 80 - - Item: RoyalguardStone_Bottom3 - Rate: 80 - - Item: RuneknightStone_Top - Rate: 150 - - Item: RuneknightStone_Middle - Rate: 150 - - Item: RuneknightStone_Bottom - Rate: 150 - - Item: WarlockStone_Top - Rate: 150 - - Item: WarlockStone_Middle - Rate: 150 - - Item: WarlockStone_Bottom - Rate: 150 - - Item: PaladinStone_Top - Rate: 150 - - Item: PaladinStone_Middle - Rate: 150 - - Item: PaladinStone_Bottom - Rate: 150 - - Item: WarlockStone_Top2 - Rate: 150 - - Item: WarlockStone_Middle2 - Rate: 150 - - Item: WarlockStone_Bottom2 - Rate: 150 - - Item: PaladinStone_Top2 - Rate: 150 - - Item: PaladinStone_Middle2 - Rate: 150 - - Item: PaladinStone_Bottom2 - Rate: 150 - - Item: RuneknightStone_Top2 - Rate: 150 - - Item: RuneknightStone_Middle2 - Rate: 150 - - Item: RuneknightStone_Bottom2 - Rate: 150 - - Item: ASPDStone_Top - Rate: 160 - - Item: WaterFieldEffect_Bottom - Rate: 160 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: Range_Stone - Rate: 240 - - Item: Range_Stone_Top - Rate: 240 - - Item: Range_Stone_Bottom - Rate: 240 - - Item: MATKStone_Middle - Rate: 360 - - Item: MATKStone_Top - Rate: 360 - - Item: MATKStone_Bottom - Rate: 360 - - Item: Critical_Stone - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 + - Index: 0 + Item: Range_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: MinorCastStone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 4 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 5 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 6 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 7 + Item: ASPDStone_Top + Rate: 16 + - Index: 8 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 9 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: WaterFieldEffect_Bottom + Rate: 16 + - Index: 11 + Item: RuneknightStone_Robe + Rate: 8 + Announced: true + - Index: 12 + Item: RuneknightStone_Robe2 + Rate: 8 + Announced: true + - Index: 13 + Item: WarlockStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: WarlockStone_Robe2 + Rate: 8 + Announced: true + - Index: 15 + Item: RoyalguardStone_Robe + Rate: 8 + Announced: true + - Index: 16 + Item: RoyalguardStone_Robe2 + Rate: 8 + Announced: true + - Index: 17 + Item: RuneknightStone_Top3 + Rate: 8 + Announced: true + - Index: 18 + Item: RuneknightStone_Middle3 + Rate: 8 + Announced: true + - Index: 19 + Item: RuneknightStone_Bottom3 + Rate: 8 + Announced: true + - Index: 20 + Item: WarlockStone_Top3 + Rate: 8 + Announced: true + - Index: 21 + Item: WarlockStone_Middle3 + Rate: 8 + Announced: true + - Index: 22 + Item: WarlockStone_Bottom3 + Rate: 8 + Announced: true + - Index: 23 + Item: RoyalguardStone_Top3 + Rate: 8 + Announced: true + - Index: 24 + Item: RoyalguardStone_Middle3 + Rate: 8 + Announced: true + - Index: 25 + Item: RoyalguardStone_Bottom3 + Rate: 8 + Announced: true + - Index: 26 + Item: Stone_Robe_Box + Rate: 16 + - Index: 27 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 28 + Item: Range_Stone_Top + Rate: 24 + - Index: 29 + Item: Range_Stone + Rate: 24 + - Index: 30 + Item: Range_Stone_Bottom + Rate: 24 + - Index: 31 + Item: RuneknightStone_Top + Rate: 15 + - Index: 32 + Item: RuneknightStone_Middle + Rate: 15 + - Index: 33 + Item: RuneknightStone_Bottom + Rate: 15 + - Index: 34 + Item: RuneknightStone_Top2 + Rate: 15 + - Index: 35 + Item: RuneknightStone_Middle2 + Rate: 15 + - Index: 36 + Item: RuneknightStone_Bottom2 + Rate: 15 + - Index: 37 + Item: WarlockStone_Top + Rate: 15 + - Index: 38 + Item: WarlockStone_Middle + Rate: 15 + - Index: 39 + Item: WarlockStone_Bottom + Rate: 15 + - Index: 40 + Item: WarlockStone_Top2 + Rate: 15 + - Index: 41 + Item: WarlockStone_Middle2 + Rate: 15 + - Index: 42 + Item: WarlockStone_Bottom2 + Rate: 15 + - Index: 43 + Item: PaladinStone_Top + Rate: 15 + - Index: 44 + Item: PaladinStone_Middle + Rate: 15 + - Index: 45 + Item: PaladinStone_Bottom + Rate: 15 + - Index: 46 + Item: PaladinStone_Top2 + Rate: 15 + - Index: 47 + Item: PaladinStone_Middle2 + Rate: 15 + - Index: 48 + Item: PaladinStone_Bottom2 + Rate: 15 + - Index: 49 + Item: Stone_Top_Box + Rate: 36 + - Index: 50 + Item: Stone_Top2_Box + Rate: 36 + - Index: 51 + Item: Stone_Middle_Box + Rate: 36 + - Index: 52 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 53 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 54 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 55 + Item: MATKStone_Top + Rate: 36 + - Index: 56 + Item: MATKStone_Middle + Rate: 36 + - Index: 57 + Item: MATKStone_Bottom + Rate: 36 + - Index: 58 + Item: Critical_Stone + Rate: 36 + - Index: 59 + Item: Critical_Stone_Top + Rate: 36 + - Index: 60 + Item: Critical_Stone_Bottom + Rate: 36 - Group: ENCHANT_STONE_BOX25 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: ReloadStone_Robe_D - Rate: 10 - - Item: CrtStone_Robe_D - Rate: 10 - - Item: CastingStone_Robe - Rate: 20 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: SorcererStone_Robe - Rate: 80 - - Item: GeneticStone_Robe - Rate: 80 - - Item: WanderMinstreStone_Robe - Rate: 80 - - Item: SorcererStone_Robe2 - Rate: 80 - - Item: GeneticStone_Robe2 - Rate: 80 - - Item: WanderMinsStone_Robe2 - Rate: 80 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: WanderMinsStone_Top3 - Rate: 80 - - Item: WanderMinsStone_Middle3 - Rate: 80 - - Item: WanderMinsStone_Bottom3 - Rate: 80 - - Item: GeneticStone_Top3 - Rate: 80 - - Item: GeneticStone_Middle3 - Rate: 80 - - Item: GeneticStone_Bottom3 - Rate: 80 - - Item: SorcererStone_Top3 - Rate: 80 - - Item: SorcererStone_Middle3 - Rate: 80 - - Item: SorcererStone_Bottom3 - Rate: 80 - - Item: SorcererStone_Top - Rate: 150 - - Item: SorcererStone_Middle - Rate: 150 - - Item: SorcererStone_Bottom - Rate: 150 - - Item: GeneticStone_Top - Rate: 150 - - Item: GeneticStone_Middle - Rate: 150 - - Item: GeneticStone_Bottom - Rate: 150 - - Item: WanderMinstrelStone_Top - Rate: 150 - - Item: WanderMinstStone_Middle - Rate: 150 - - Item: WanderMinstStone_Bottom - Rate: 150 - - Item: SorcererStone_Bottom2 - Rate: 150 - - Item: SorcererStone_Middle2 - Rate: 150 - - Item: SorcererStone_Top2 - Rate: 150 - - Item: GeneticStone_Top2 - Rate: 150 - - Item: GeneticStone_Middle2 - Rate: 150 - - Item: GeneticStone_Bottom2 - Rate: 150 - - Item: WanderMinsStone_Top2 - Rate: 150 - - Item: WanderMinsStone_Middle2 - Rate: 150 - - Item: WanderMinsStone_Bottom2 - Rate: 150 - - Item: ASPDStone_Top - Rate: 160 - - Item: WaterFieldEffect_Bottom - Rate: 160 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: ReloadStone_Top - Rate: 240 - - Item: ReloadStone_Middle - Rate: 240 - - Item: ReloadStone_Bottom - Rate: 240 - - Item: Critical_Stone - Rate: 360 - - Item: CastingStone_Top - Rate: 360 - - Item: CastingStone_Middle - Rate: 360 - - Item: CastingStone_Bottom - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 + - Index: 0 + Item: ReloadStone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: CrtStone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 4 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 5 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 6 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 7 + Item: ASPDStone_Top + Rate: 16 + - Index: 8 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 9 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: WaterFieldEffect_Bottom + Rate: 16 + - Index: 11 + Item: WanderMinstreStone_Robe + Rate: 8 + Announced: true + - Index: 12 + Item: WanderMinsStone_Robe2 + Rate: 8 + Announced: true + - Index: 13 + Item: GeneticStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: GeneticStone_Robe2 + Rate: 8 + Announced: true + - Index: 15 + Item: SorcererStone_Robe + Rate: 8 + Announced: true + - Index: 16 + Item: SorcererStone_Robe2 + Rate: 8 + Announced: true + - Index: 17 + Item: WanderMinsStone_Top3 + Rate: 8 + Announced: true + - Index: 18 + Item: WanderMinsStone_Middle3 + Rate: 8 + Announced: true + - Index: 19 + Item: WanderMinsStone_Bottom3 + Rate: 8 + Announced: true + - Index: 20 + Item: GeneticStone_Top3 + Rate: 8 + Announced: true + - Index: 21 + Item: GeneticStone_Middle3 + Rate: 8 + Announced: true + - Index: 22 + Item: GeneticStone_Bottom3 + Rate: 8 + Announced: true + - Index: 23 + Item: SorcererStone_Top3 + Rate: 8 + Announced: true + - Index: 24 + Item: SorcererStone_Middle3 + Rate: 8 + Announced: true + - Index: 25 + Item: SorcererStone_Bottom3 + Rate: 8 + Announced: true + - Index: 26 + Item: Stone_Robe_Box + Rate: 16 + - Index: 27 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 28 + Item: ReloadStone_Top + Rate: 24 + - Index: 29 + Item: ReloadStone_Middle + Rate: 24 + - Index: 30 + Item: ReloadStone_Bottom + Rate: 24 + - Index: 31 + Item: WanderMinstrelStone_Top + Rate: 15 + - Index: 32 + Item: WanderMinstStone_Middle + Rate: 15 + - Index: 33 + Item: WanderMinstStone_Bottom + Rate: 15 + - Index: 34 + Item: WanderMinsStone_Top2 + Rate: 15 + - Index: 35 + Item: WanderMinsStone_Middle2 + Rate: 15 + - Index: 36 + Item: WanderMinsStone_Bottom2 + Rate: 15 + - Index: 37 + Item: GeneticStone_Top + Rate: 15 + - Index: 38 + Item: GeneticStone_Middle + Rate: 15 + - Index: 39 + Item: GeneticStone_Bottom + Rate: 15 + - Index: 40 + Item: GeneticStone_Top2 + Rate: 15 + - Index: 41 + Item: GeneticStone_Middle2 + Rate: 15 + - Index: 42 + Item: GeneticStone_Bottom2 + Rate: 15 + - Index: 43 + Item: SorcererStone_Top + Rate: 15 + - Index: 44 + Item: SorcererStone_Middle + Rate: 15 + - Index: 45 + Item: SorcererStone_Bottom + Rate: 15 + - Index: 46 + Item: SorcererStone_Top2 + Rate: 15 + - Index: 47 + Item: SorcererStone_Middle2 + Rate: 15 + - Index: 48 + Item: SorcererStone_Bottom2 + Rate: 15 + - Index: 49 + Item: Stone_Top_Box + Rate: 36 + - Index: 50 + Item: Stone_Top2_Box + Rate: 36 + - Index: 51 + Item: Stone_Middle_Box + Rate: 36 + - Index: 52 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 53 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 54 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 55 + Item: CastingStone_Top + Rate: 36 + - Index: 56 + Item: CastingStone_Middle + Rate: 36 + - Index: 57 + Item: CastingStone_Bottom + Rate: 36 + - Index: 58 + Item: Critical_Stone + Rate: 36 + - Index: 59 + Item: Critical_Stone_Top + Rate: 36 + - Index: 60 + Item: Critical_Stone_Bottom + Rate: 36 - Group: ENCHANT_STONE_BOX27 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SmatkStone_Robe - Rate: 10 - - Item: SplStone_Robe_D - Rate: 10 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: CastingStone_Robe - Rate: 20 - - Item: SPdrainStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Top - Rate: 160 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: PinkGlowEffect_Middle - Rate: 160 - - Item: SuraStone_Robe - Rate: 80 - - Item: SuraStone_Robe2 - Rate: 80 - - Item: MechanicStone_Robe - Rate: 80 - - Item: MechanicStone_Robe2 - Rate: 80 - - Item: GuillcrossStone_Robe - Rate: 80 - - Item: GuillcrossStone_Robe2 - Rate: 80 - - Item: SuraStone_Top3 - Rate: 80 - - Item: SuraStone_Middle3 - Rate: 80 - - Item: SuraStone_Bottom3 - Rate: 80 - - Item: MechanicStone_Top3 - Rate: 80 - - Item: MechanicStone_Middle3 - Rate: 80 - - Item: MechanicStone_Bottom3 - Rate: 80 - - Item: GuillcrossStone_Top3 - Rate: 80 - - Item: GuillcrossStone_Middle3 - Rate: 80 - - Item: GuillcrossStone_Bottom3 - Rate: 80 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: Magic_Stone_Top - Rate: 240 - - Item: Magic_Stone_Middle - Rate: 240 - - Item: Magic_Stone_Bottom - Rate: 240 - - Item: SuraStone_Top - Rate: 150 - - Item: SuraStone_Middle - Rate: 150 - - Item: SuraStone_Bottom - Rate: 150 - - Item: SuraStone_Top2 - Rate: 150 - - Item: SuraStone_Middle2 - Rate: 150 - - Item: SuraStone_Bottom2 - Rate: 150 - - Item: MechanicStone_Top - Rate: 150 - - Item: MechanicStone_Middle - Rate: 150 - - Item: MechanicStone_Bottom - Rate: 150 - - Item: MechanicStone_Top2 - Rate: 150 - - Item: MechanicStone_Middle2 - Rate: 150 - - Item: MechanicStone_Bottom2 - Rate: 150 - - Item: AssacrossStone_Top - Rate: 150 - - Item: AssacrossStone_Middle - Rate: 150 - - Item: AssacrossStone_Bottom - Rate: 150 - - Item: AssacrossStone_Top2 - Rate: 150 - - Item: AssacrossStone_Middle2 - Rate: 150 - - Item: AssacrossStone_Bottom2 - Rate: 150 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 - - Item: CastingStone_Top - Rate: 360 - - Item: CastingStone_Middle - Rate: 360 - - Item: CastingStone_Bottom - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 + - Index: 0 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 1 + Item: SplStone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 3 + Item: CastingStone_Robe + Rate: 2 + Announced: true + - Index: 4 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 5 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 6 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 7 + Item: ASPDStone_Top + Rate: 16 + - Index: 8 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 9 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: PinkGlowEffect_Middle + Rate: 16 + - Index: 11 + Item: SuraStone_Robe + Rate: 8 + Announced: true + - Index: 12 + Item: SuraStone_Robe2 + Rate: 8 + Announced: true + - Index: 13 + Item: MechanicStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: MechanicStone_Robe2 + Rate: 8 + Announced: true + - Index: 15 + Item: GuillcrossStone_Robe + Rate: 8 + Announced: true + - Index: 16 + Item: GuillcrossStone_Robe2 + Rate: 8 + Announced: true + - Index: 17 + Item: SuraStone_Top3 + Rate: 8 + Announced: true + - Index: 18 + Item: SuraStone_Middle3 + Rate: 8 + Announced: true + - Index: 19 + Item: SuraStone_Bottom3 + Rate: 8 + Announced: true + - Index: 20 + Item: MechanicStone_Top3 + Rate: 8 + Announced: true + - Index: 21 + Item: MechanicStone_Middle3 + Rate: 8 + Announced: true + - Index: 22 + Item: MechanicStone_Bottom3 + Rate: 8 + Announced: true + - Index: 23 + Item: GuillcrossStone_Top3 + Rate: 8 + Announced: true + - Index: 24 + Item: GuillcrossStone_Middle3 + Rate: 8 + Announced: true + - Index: 25 + Item: GuillcrossStone_Bottom3 + Rate: 8 + Announced: true + - Index: 26 + Item: Stone_Robe_Box + Rate: 16 + - Index: 27 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 28 + Item: Magic_Stone_Top + Rate: 24 + - Index: 29 + Item: Magic_Stone_Middle + Rate: 24 + - Index: 30 + Item: Magic_Stone_Bottom + Rate: 24 + - Index: 31 + Item: SuraStone_Top + Rate: 15 + - Index: 32 + Item: SuraStone_Middle + Rate: 15 + - Index: 33 + Item: SuraStone_Bottom + Rate: 15 + - Index: 34 + Item: SuraStone_Top2 + Rate: 15 + - Index: 35 + Item: SuraStone_Middle2 + Rate: 15 + - Index: 36 + Item: SuraStone_Bottom2 + Rate: 15 + - Index: 37 + Item: MechanicStone_Top + Rate: 15 + - Index: 38 + Item: MechanicStone_Middle + Rate: 15 + - Index: 39 + Item: MechanicStone_Bottom + Rate: 15 + - Index: 40 + Item: MechanicStone_Top2 + Rate: 15 + - Index: 41 + Item: MechanicStone_Middle2 + Rate: 15 + - Index: 42 + Item: MechanicStone_Bottom2 + Rate: 15 + - Index: 43 + Item: AssacrossStone_Top + Rate: 15 + - Index: 44 + Item: AssacrossStone_Middle + Rate: 15 + - Index: 45 + Item: AssacrossStone_Bottom + Rate: 15 + - Index: 46 + Item: AssacrossStone_Top2 + Rate: 15 + - Index: 47 + Item: AssacrossStone_Middle2 + Rate: 15 + - Index: 48 + Item: AssacrossStone_Bottom2 + Rate: 15 + - Index: 49 + Item: Stone_Top_Box + Rate: 36 + - Index: 50 + Item: Stone_Top2_Box + Rate: 36 + - Index: 51 + Item: Stone_Middle_Box + Rate: 36 + - Index: 52 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 53 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 54 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 55 + Item: CastingStone_Top + Rate: 36 + - Index: 56 + Item: CastingStone_Middle + Rate: 36 + - Index: 57 + Item: CastingStone_Bottom + Rate: 36 + - Index: 58 + Item: Critical_Stone + Rate: 36 + - Index: 59 + Item: Critical_Stone_Top + Rate: 36 + - Index: 60 + Item: Critical_Stone_Bottom + Rate: 36 - Group: ANCIENT_HERO_BOX_1 SubGroups: - SubGroup: 1 List: - - Item: Royal_Bow_K + - Index: 0 + Item: Royal_Bow_K Rate: 100 - - Item: Narcis_Bow + - Index: 1 + Item: Narcis_Bow Rate: 100 - - Item: Shadow_Staff + - Index: 2 + Item: Shadow_Staff Rate: 100 - - Item: Iron_Nail_K + - Index: 3 + Item: Iron_Nail_K Rate: 100 - - Item: Magic_Sword + - Index: 4 + Item: Magic_Sword Rate: 100 - - Item: Sword_Of_Bluefire + - Index: 5 + Item: Sword_Of_Bluefire Rate: 100 - - Item: Avenger + - Index: 6 + Item: Avenger Rate: 100 - - Item: Iron_Staff + - Index: 7 + Item: Iron_Staff Rate: 100 - - Item: Oriental_Sword + - Index: 8 + Item: Oriental_Sword Rate: 100 - - Item: Undine_Spear_K + - Index: 9 + Item: Undine_Spear_K Rate: 100 - - Item: Demon_Hunting_Bible_K + - Index: 10 + Item: Demon_Hunting_Bible_K Rate: 100 - - Item: Shiver_Katar_K + - Index: 11 + Item: Shiver_Katar_K Rate: 100 - Group: 3LV_9REFINE_WEAPON_7GU SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_7Up + - Index: 0 + Item: Guarantee_Weapon_7Up - Group: 3LV_10REFINE_WEAPON_8GU SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_8Up + - Index: 0 + Item: Guarantee_Weapon_8Up - Group: 3LV_11REFINE_WEAPON_9GU SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_9Up + - Index: 0 + Item: Guarantee_Weapon_9Up - Group: 3LV_12REFINE_WEAPON_10G SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_10Up + - Index: 0 + Item: Guarantee_Weapon_10Up - Group: 4LV_9REFINE_WEAPON_8GU SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_8Up + - Index: 0 + Item: Guarantee_Weapon_8Up - Group: 4LV_10REFINE_WEAPON_9GU SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_9Up + - Index: 0 + Item: Guarantee_Weapon_9Up - Group: 4LV_11REFINE_WEAPON_10G SubGroups: - SubGroup: 0 List: - - Item: Guarantee_Weapon_10Up + - Index: 0 + Item: Guarantee_Weapon_10Up - Group: BS_ITEM_M_S_52 SubGroups: - SubGroup: 0 List: - - Item: Blacksmith_Blessing + - Index: 0 + Item: Blacksmith_Blessing Amount: 2 - Group: BS_ITEM_M_S_53 SubGroups: - SubGroup: 0 List: - - Item: Shadow_Refine_Hammer + - Index: 0 + Item: Shadow_Refine_Hammer Amount: 2 - Group: BS_ITEM_M_S_54 SubGroups: - SubGroup: 0 List: - - Item: Mightysoul_Essence + - Index: 0 + Item: Mightysoul_Essence - Group: BS_ITEM_M_S_55 SubGroups: - SubGroup: 0 List: - - Item: M_Dimension_Essence + - Index: 0 + Item: M_Dimension_Essence - Group: BS_ITEM_M_S_56 SubGroups: - SubGroup: 0 List: - - Item: Enchant_Ticket + - Index: 0 + Item: Enchant_Ticket Amount: 2 - Group: ENCHANT_STONE_BOX28 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: M_PATKStone_Robe - Rate: 10 - - Item: R_PATKStone_Robe - Rate: 10 - - Item: POWStone_Robe_D - Rate: 10 - - Item: ConStone_Robe_D - Rate: 10 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: SPdrainStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Top - Rate: 150 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: GreenFloor_Bottom - Rate: 160 - - Item: ExplodingEffect_Middle - Rate: 160 - - Item: StaremperorStone_Robe - Rate: 80 - - Item: RebellionStone_Robe - Rate: 80 - - Item: SoulreaperStone_Robe - Rate: 80 - - Item: StarStone_Top3 - Rate: 80 - - Item: StarStone_Middle3 - Rate: 80 - - Item: StarStone_Bottom3 - Rate: 80 - - Item: RebelStone_Top3 - Rate: 80 - - Item: RebelStone_Middle3 - Rate: 80 - - Item: RebelStone_Bottom3 - Rate: 80 - - Item: ReaperStone_Top3 - Rate: 80 - - Item: ReaperStone_Middle3 - Rate: 80 - - Item: ReaperStone_Bottom3 - Rate: 80 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: Magic_Stone_Top - Rate: 240 - - Item: Magic_Stone_Middle - Rate: 240 - - Item: Magic_Stone_Bottom - Rate: 240 - - Item: GladiatorStone_Top - Rate: 150 - - Item: GladiatorStone_Middle - Rate: 150 - - Item: GladiatorStone_Bottom - Rate: 150 - - Item: GunslingerStone_Top - Rate: 150 - - Item: GunslingerStone_Middle - Rate: 150 - - Item: GunslingerStone_Bottom - Rate: 150 - - Item: SoullinkerStone_Top - Rate: 150 - - Item: SoullinkerStone_Middle - Rate: 150 - - Item: SoullinkerStone_Bottom - Rate: 150 - - Item: Melee_Stone_Top - Rate: 240 - - Item: Melee_Stone_Middle - Rate: 240 - - Item: Melee_Stone_Bottom - Rate: 240 - - Item: Range_Stone_Top - Rate: 240 - - Item: Range_Stone - Rate: 240 - - Item: Range_Stone_Bottom - Rate: 240 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 - - Item: CastingStone_Top - Rate: 360 - - Item: CastingStone_Middle - Rate: 360 - - Item: CastingStone_Bottom - Rate: 360 - - Item: Critical_Stone - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 + - Index: 0 + Item: M_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 1 + Item: R_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 2 + Item: POWStone_Robe_D + Rate: 1 + Announced: true + - Index: 3 + Item: ConStone_Robe_D + Rate: 1 + Announced: true + - Index: 4 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 5 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 6 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 7 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 8 + Item: ASPDStone_Top + Rate: 15 + - Index: 9 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 11 + Item: GreenFloor_Bottom + Rate: 16 + - Index: 12 + Item: ExplodingEffect_Middle + Rate: 16 + - Index: 13 + Item: StaremperorStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: RebellionStone_Robe + Rate: 8 + Announced: true + - Index: 15 + Item: SoulreaperStone_Robe + Rate: 8 + Announced: true + - Index: 16 + Item: StarStone_Top3 + Rate: 8 + Announced: true + - Index: 17 + Item: StarStone_Middle3 + Rate: 8 + Announced: true + - Index: 18 + Item: StarStone_Bottom3 + Rate: 8 + Announced: true + - Index: 19 + Item: RebelStone_Top3 + Rate: 8 + Announced: true + - Index: 20 + Item: RebelStone_Middle3 + Rate: 8 + Announced: true + - Index: 21 + Item: RebelStone_Bottom3 + Rate: 8 + Announced: true + - Index: 22 + Item: ReaperStone_Top3 + Rate: 8 + Announced: true + - Index: 23 + Item: ReaperStone_Middle3 + Rate: 8 + Announced: true + - Index: 24 + Item: ReaperStone_Bottom3 + Rate: 8 + Announced: true + - Index: 25 + Item: Stone_Robe_Box + Rate: 16 + - Index: 26 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 27 + Item: Magic_Stone_Top + Rate: 24 + - Index: 28 + Item: Magic_Stone_Middle + Rate: 24 + - Index: 29 + Item: Magic_Stone_Bottom + Rate: 24 + - Index: 30 + Item: GladiatorStone_Top + Rate: 15 + - Index: 31 + Item: GladiatorStone_Middle + Rate: 15 + - Index: 32 + Item: GladiatorStone_Bottom + Rate: 15 + - Index: 33 + Item: GunslingerStone_Top + Rate: 15 + - Index: 34 + Item: GunslingerStone_Middle + Rate: 15 + - Index: 35 + Item: GunslingerStone_Bottom + Rate: 15 + - Index: 36 + Item: SoullinkerStone_Top + Rate: 15 + - Index: 37 + Item: SoullinkerStone_Middle + Rate: 15 + - Index: 38 + Item: SoullinkerStone_Bottom + Rate: 15 + - Index: 39 + Item: Melee_Stone_Top + Rate: 24 + - Index: 40 + Item: Melee_Stone_Middle + Rate: 24 + - Index: 41 + Item: Melee_Stone_Bottom + Rate: 24 + - Index: 42 + Item: Range_Stone_Top + Rate: 24 + - Index: 43 + Item: Range_Stone + Rate: 24 + - Index: 44 + Item: Range_Stone_Bottom + Rate: 24 + - Index: 45 + Item: Stone_Top_Box + Rate: 36 + - Index: 46 + Item: Stone_Top2_Box + Rate: 36 + - Index: 47 + Item: Stone_Middle_Box + Rate: 36 + - Index: 48 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 49 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 50 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 51 + Item: CastingStone_Top + Rate: 36 + - Index: 52 + Item: CastingStone_Middle + Rate: 36 + - Index: 53 + Item: CastingStone_Bottom + Rate: 36 + - Index: 54 + Item: Critical_Stone + Rate: 36 + - Index: 55 + Item: Critical_Stone_Top + Rate: 36 + - Index: 56 + Item: Critical_Stone_Bottom + Rate: 36 - Group: S_FULLPENE_EARRING SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullPene_Earring + - Index: 0 + Item: S_FullPene_Earring + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullPene_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullPene_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullPene_Earring + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLPENE_PENDANT SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullPene_Pendant + - Index: 0 + Item: S_FullPene_Pendant + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullPene_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullPene_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullPene_Pendant + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLPENE_ARMOR SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullPene_Armor + - Index: 0 + Item: S_FullPene_Armor + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullPene_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullPene_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullPene_Armor + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLPENE_SHOES SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullPene_Shoes + - Index: 0 + Item: S_FullPene_Shoes + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullPene_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullPene_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullPene_Shoes + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLTEMP_EARRING SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullTemp_Earring + - Index: 0 + Item: S_FullTemp_Earring + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullTemp_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullTemp_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullTemp_Earring + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLTEMP_PENDANT SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullTemp_Pendant + - Index: 0 + Item: S_FullTemp_Pendant + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullTemp_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullTemp_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullTemp_Pendant + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLTEMP_ARMOR SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullTemp_Armor + - Index: 0 + Item: S_FullTemp_Armor + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullTemp_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullTemp_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullTemp_Armor + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_FULLTEMP_SHOES SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_FullTemp_Shoes + - Index: 0 + Item: S_FullTemp_Shoes + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_FullTemp_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_FullTemp_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_FullTemp_Shoes + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_DURABLE_WEAPON SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_Durable_Weapon + - Index: 0 + Item: S_Durable_Weapon + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Durable_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Durable_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Durable_Weapon + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_DURABLE_SHIELD SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_Durable_Shield + - Index: 0 + Item: S_Durable_Shield + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Durable_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Durable_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Durable_Shield + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_CLEVER_WEAPON SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_Clever_Weapon + - Index: 0 + Item: S_Clever_Weapon + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Clever_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Clever_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Clever_Weapon + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_CLEVER_SHIELD SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_Clever_Shield + - Index: 0 + Item: S_Clever_Shield + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Clever_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Clever_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Clever_Shield + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_ALLMIGHTY_EARRING SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_AllMighty_Earring + - Index: 0 + Item: S_AllMighty_Earring + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_AllMighty_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_AllMighty_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_AllMighty_Earring + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_ALLMIGHTY_PENDANT SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_AllMighty_Pendant + - Index: 0 + Item: S_AllMighty_Pendant + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_AllMighty_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_AllMighty_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_AllMighty_Pendant + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_TRUEGEM_EARRING SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_TrueGem_Earring + - Index: 0 + Item: S_TrueGem_Earring + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_TrueGem_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_TrueGem_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_TrueGem_Earring + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_TRUEGEM_PENDANT SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_TrueGem_Pendant + - Index: 0 + Item: S_TrueGem_Pendant + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_TrueGem_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_TrueGem_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_TrueGem_Pendant + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_TRUEGEM_SHOES SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_TrueGem_Shoes + - Index: 0 + Item: S_TrueGem_Shoes + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_TrueGem_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_TrueGem_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_TrueGem_Shoes + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_TRUEGEM_ARMOR SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_TrueGem_Armor + - Index: 0 + Item: S_TrueGem_Armor + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_TrueGem_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_TrueGem_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_TrueGem_Armor + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_PERFECTSIZE_WEAPON SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_PerfectSize_Weapon + - Index: 0 + Item: S_PerfectSize_Weapon + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_PerfectSize_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_PerfectSize_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_PerfectSize_Weapon + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_PERFECTSIZE_ARMOR SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_PerfectSize_Armor + - Index: 0 + Item: S_PerfectSize_Armor + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_PerfectSize_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_PerfectSize_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_PerfectSize_Armor + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_M_MAMMOTH_EARRING SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_M_Mammoth_Earring + - Index: 0 + Item: S_M_Mammoth_Earring + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_Mammoth_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_Mammoth_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_Mammoth_Earring + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_M_MAMMOTH_PENDANT SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_M_Mammoth_Pendant + - Index: 0 + Item: S_M_Mammoth_Pendant + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_Mammoth_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_Mammoth_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_Mammoth_Pendant + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_M_MAMMOTH_ARMOR SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_M_Mammoth_Armor + - Index: 0 + Item: S_M_Mammoth_Armor + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_Mammoth_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_Mammoth_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_Mammoth_Armor + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_M_MAMMOTH_SHOES SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_M_Mammoth_Shoes + - Index: 0 + Item: S_M_Mammoth_Shoes + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_Mammoth_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_Mammoth_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_Mammoth_Shoes + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_SPELLCASTER_EARRING SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_SpellCaster_Earring + - Index: 0 + Item: S_SpellCaster_Earring + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_SpellCaster_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_SpellCaster_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_SpellCaster_Earring + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_SPELLCASTER_PENDANT SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_SpellCaster_Pendant + - Index: 0 + Item: S_SpellCaster_Pendant + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_SpellCaster_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_SpellCaster_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_SpellCaster_Pendant + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_SPELLCASTER_ARMOR SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_SpellCaster_Armor + - Index: 0 + Item: S_SpellCaster_Armor + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_SpellCaster_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_SpellCaster_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_SpellCaster_Armor + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_SPELLCASTER_SHOES SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_SpellCaster_Shoes + - Index: 0 + Item: S_SpellCaster_Shoes + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_SpellCaster_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_SpellCaster_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_SpellCaster_Shoes + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_ABSORB_WEAPON SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_Absorb_Weapon + - Index: 0 + Item: S_Absorb_Weapon + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Absorb_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Absorb_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Absorb_Weapon + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: S_ABSORB_SHIELD SubGroups: - - SubGroup: 0 + - SubGroup: 6 List: - - Item: S_Absorb_Shield + - Index: 0 + Item: S_Absorb_Shield + Rate: 40 RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Absorb_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Absorb_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Absorb_Shield + Rate: 10 + RefineMinimum: 10 RefineMaximum: 10 - Group: PORINGSPRECIOUSBOX SubGroups: - SubGroup: 0 List: - - Item: Orange_Potion_B + - Index: 0 + Item: Orange_Potion_B Amount: 3 - - Item: N_Fly_Wing + - Index: 1 + Item: N_Fly_Wing Amount: 3 - - Item: Candy_Striper_B + - Index: 2 + Item: Candy_Striper_B Amount: 5 - - Item: Candy_B + - Index: 3 + Item: Candy_B Amount: 5 - Group: ENCHANT_STONE_BOX29 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SmatkStone_Robe - Rate: 10 - - Item: SplStone_Robe_D - Rate: 10 - - Item: ResistDefStone_Robe - Rate: 10 - - Item: StaminaWISStone_Robe_D - Rate: 10 - - Item: MinorCastStone_Robe_D - Rate: 10 - - Item: CastStone_Robe_D - Rate: 40 - - Item: SPdrainStone_Top - Rate: 80 - - Item: CastStone_Robe - Rate: 80 - - Item: ASPDStone_Top - Rate: 160 - - Item: ASPDStone_Robe_D - Rate: 80 - - Item: HPdrainStone_Robe_D - Rate: 80 - - Item: MinorCastingStone_Robe - Rate: 160 - - Item: BlueAuraEffect_Middle - Rate: 160 - - Item: KagerouStone_Robe - Rate: 80 - - Item: OboroStone_Robe - Rate: 80 - - Item: DoramStone_Robe - Rate: 80 - - Item: KagerouStone_Top3 - Rate: 80 - - Item: KagerouStone_Middle3 - Rate: 80 - - Item: KagerouStone_Bottom3 - Rate: 80 - - Item: OboroStone_Top3 - Rate: 80 - - Item: OboroStone_Middle3 - Rate: 80 - - Item: OboroStone_Bottom3 - Rate: 80 - - Item: DoramStone_Top3 - Rate: 80 - - Item: DoramStone_Middle3 - Rate: 80 - - Item: DoramStone_Bottom3 - Rate: 80 - - Item: Stone_Robe_Box - Rate: 160 - - Item: Stone_Robe2_Box - Rate: 160 - - Item: Magic_Stone_Top - Rate: 240 - - Item: Magic_Stone_Middle - Rate: 240 - - Item: Magic_Stone_Bottom - Rate: 240 - - Item: DefenseStone_Top - Rate: 150 - - Item: DefenseStone_Middle - Rate: 150 - - Item: DefenseStone_Bottom - Rate: 150 - - Item: NinjaStone_Top - Rate: 150 - - Item: NinjaStone_Middle - Rate: 150 - - Item: NinjaStone_Bottom - Rate: 150 - - Item: DoramStone_Top - Rate: 150 - - Item: DoramStone_Middle - Rate: 150 - - Item: DoramStone_Bottom - Rate: 150 - - Item: ReloadStone_Top - Rate: 240 - - Item: ReloadStone_Middle - Rate: 240 - - Item: ReloadStone_Bottom - Rate: 240 - - Item: EXPStone_Middle - Rate: 240 - - Item: EXPStone_Bottom - Rate: 240 - - Item: EXPStone_Top - Rate: 240 - - Item: Stone_Top_Box - Rate: 360 - - Item: Stone_Top2_Box - Rate: 360 - - Item: Stone_Middle_Box - Rate: 360 - - Item: Stone_Middle2_Box - Rate: 360 - - Item: Stone_Bottom_Box - Rate: 360 - - Item: Stone_Bottom2_Box - Rate: 360 - - Item: CastingStone_Top - Rate: 360 - - Item: CastingStone_Middle - Rate: 360 - - Item: CastingStone_Bottom - Rate: 360 - - Item: Critical_Stone - Rate: 360 - - Item: Critical_Stone_Top - Rate: 360 - - Item: Critical_Stone_Bottom - Rate: 360 + - Index: 0 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 1 + Item: SplStone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: ResistDefStone_Robe + Rate: 1 + Announced: true + - Index: 3 + Item: StaminaWISStone_Robe_D + Rate: 1 + Announced: true + - Index: 4 + Item: MinorCastStone_Robe_D + Rate: 1 + Announced: true + - Index: 5 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 6 + Item: SPdrainStone_Top + Rate: 8 + Announced: true + - Index: 7 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 8 + Item: ASPDStone_Top + Rate: 16 + - Index: 9 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 10 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 11 + Item: MinorCastingStone_Robe + Rate: 16 + - Index: 12 + Item: BlueAuraEffect_Middle + Rate: 16 + - Index: 13 + Item: KagerouStone_Robe + Rate: 8 + Announced: true + - Index: 14 + Item: OboroStone_Robe + Rate: 8 + Announced: true + - Index: 15 + Item: DoramStone_Robe + Rate: 8 + Announced: true + - Index: 16 + Item: KagerouStone_Top3 + Rate: 8 + Announced: true + - Index: 17 + Item: KagerouStone_Middle3 + Rate: 8 + Announced: true + - Index: 18 + Item: KagerouStone_Bottom3 + Rate: 8 + Announced: true + - Index: 19 + Item: OboroStone_Top3 + Rate: 8 + Announced: true + - Index: 20 + Item: OboroStone_Middle3 + Rate: 8 + Announced: true + - Index: 21 + Item: OboroStone_Bottom3 + Rate: 8 + Announced: true + - Index: 22 + Item: DoramStone_Top3 + Rate: 8 + Announced: true + - Index: 23 + Item: DoramStone_Middle3 + Rate: 8 + Announced: true + - Index: 24 + Item: DoramStone_Bottom3 + Rate: 8 + Announced: true + - Index: 25 + Item: Stone_Robe_Box + Rate: 16 + - Index: 26 + Item: Stone_Robe2_Box + Rate: 16 + - Index: 27 + Item: Magic_Stone_Top + Rate: 24 + - Index: 28 + Item: Magic_Stone_Middle + Rate: 24 + - Index: 29 + Item: Magic_Stone_Bottom + Rate: 24 + - Index: 30 + Item: DefenseStone_Top + Rate: 15 + - Index: 31 + Item: DefenseStone_Middle + Rate: 15 + - Index: 32 + Item: DefenseStone_Bottom + Rate: 15 + - Index: 33 + Item: NinjaStone_Top + Rate: 15 + - Index: 34 + Item: NinjaStone_Middle + Rate: 15 + - Index: 35 + Item: NinjaStone_Bottom + Rate: 15 + - Index: 36 + Item: DoramStone_Top + Rate: 15 + - Index: 37 + Item: DoramStone_Middle + Rate: 15 + - Index: 38 + Item: DoramStone_Bottom + Rate: 15 + - Index: 39 + Item: ReloadStone_Top + Rate: 24 + - Index: 40 + Item: ReloadStone_Middle + Rate: 24 + - Index: 41 + Item: ReloadStone_Bottom + Rate: 24 + - Index: 42 + Item: EXPStone_Middle + Rate: 24 + - Index: 43 + Item: EXPStone_Bottom + Rate: 24 + - Index: 44 + Item: EXPStone_Top + Rate: 24 + - Index: 45 + Item: Stone_Top_Box + Rate: 36 + - Index: 46 + Item: Stone_Top2_Box + Rate: 36 + - Index: 47 + Item: Stone_Middle_Box + Rate: 36 + - Index: 48 + Item: Stone_Middle2_Box + Rate: 36 + - Index: 49 + Item: Stone_Bottom_Box + Rate: 36 + - Index: 50 + Item: Stone_Bottom2_Box + Rate: 36 + - Index: 51 + Item: CastingStone_Top + Rate: 36 + - Index: 52 + Item: CastingStone_Middle + Rate: 36 + - Index: 53 + Item: CastingStone_Bottom + Rate: 36 + - Index: 54 + Item: Critical_Stone + Rate: 36 + - Index: 55 + Item: Critical_Stone_Top + Rate: 36 + - Index: 56 + Item: Critical_Stone_Bottom + Rate: 36 - Group: EIN_1HITEMBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Ein_1HKNUCK - Rate: 556 - - Item: Ein_BHSTAFF - Rate: 556 - - Item: Ein_BHHuuma - Rate: 556 - - Item: Ein_1HHAMMER - Rate: 556 - - Item: Ein_BHBOW - Rate: 556 - - Item: Ein_BHSWORD - Rate: 556 - - Item: Ein_1HWAND - Rate: 556 - - Item: Ein_1HWHIP - Rate: 556 - - Item: Ein_BHKATAR - Rate: 556 - - Item: Ein_BHAXE - Rate: 556 - - Item: Ein_1HBOOK - Rate: 556 - - Item: Ein_1HDAGGER - Rate: 556 - - Item: Ein_1HMAGGER - Rate: 556 - - Item: Ein_1HSPEAR - Rate: 556 - - Item: Ein_1HLUTE - Rate: 556 - - Item: Ein_1HGUN - Rate: 556 - - Item: Ein_1HSWORD - Rate: 556 - - Item: Ein_1H_Foxtail - Rate: 556 + - Index: 0 + Item: Ein_1HKNUCK + Rate: 555 + - Index: 1 + Item: Ein_1HHAMMER + Rate: 555 + - Index: 2 + Item: Ein_1HWAND + Rate: 555 + - Index: 3 + Item: Ein_1HWHIP + Rate: 555 + - Index: 4 + Item: Ein_1HBOOK + Rate: 555 + - Index: 5 + Item: Ein_1HDAGGER + Rate: 555 + - Index: 6 + Item: Ein_1HMAGGER + Rate: 555 + - Index: 7 + Item: Ein_1HSPEAR + Rate: 555 + - Index: 8 + Item: Ein_1HLUTE + Rate: 555 + - Index: 9 + Item: Ein_1HSWORD + Rate: 555 + - Index: 10 + Item: Ein_BHSTAFF + Rate: 555 + - Index: 11 + Item: Ein_BHHuuma + Rate: 555 + - Index: 12 + Item: Ein_BHKATAR + Rate: 555 + - Index: 13 + Item: Ein_BHAXE + Rate: 555 + - Index: 14 + Item: Ein_BHBOW + Rate: 555 + - Index: 15 + Item: Ein_1H_Foxtail + Rate: 555 + - Index: 16 + Item: Ein_1HGUN + Rate: 555 + - Index: 17 + Item: Ein_BHSWORD + Rate: 555 - Group: EIN_UNDIUM SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Ein_REDIUM + - Index: 0 + Item: Ein_REDIUM Rate: 1999 - - Item: Ein_RINDIUM + - Index: 1 + Item: Ein_RINDIUM Rate: 1999 - - Item: Ein_ODIUM + - Index: 2 + Item: Ein_ODIUM Rate: 1999 - - Item: Ein_PURDIUM + - Index: 3 + Item: Ein_PURDIUM Rate: 1999 - - Item: Ein_WHIDIUM + - Index: 4 + Item: Ein_WHIDIUM Rate: 1999 - - Item: Ein_DYNITE + - Index: 5 + Item: Ein_DYNITE Rate: 5 - Group: PC_COSTUME_BOX SubGroups: - SubGroup: 0 List: - - Item: World_Tour_Ticket + - Index: 0 + Item: World_Tour_Ticket Amount: 50 - Group: WET_SEALED_CARD SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Sealed_Card + - Index: 0 + Item: Sealed_Card Rate: 7000 - - Item: Wet_Sealed_Card + - Index: 1 + Item: Sealed_Card2 Rate: 3000 - Group: 2019_SSTARR_TBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: 2019_SStarR_Ticket - Rate: 10000 + - Index: 0 + Item: 2019_SStarR_Ticket + Rate: 900 + - Index: 1 + Item: 2019_SStarR_Ticket + Rate: 1100 + Amount: 2 + - Index: 2 + Item: 2019_SStarR_Ticket + Rate: 1700 + Amount: 3 + - Index: 3 + Item: 2019_SStarR_Ticket + Rate: 1500 + Amount: 4 + - Index: 4 + Item: 2019_SStarR_Ticket + Rate: 1300 + Amount: 5 + - Index: 5 + Item: 2019_SStarR_Ticket + Rate: 1100 + Amount: 6 + - Index: 6 + Item: 2019_SStarR_Ticket + Rate: 900 + Amount: 7 + - Index: 7 + Item: 2019_SStarR_Ticket + Rate: 700 + Amount: 8 + - Index: 8 + Item: 2019_SStarR_Ticket + Rate: 500 + Amount: 9 + - Index: 9 + Item: 2019_SStarR_Ticket + Rate: 300 + Amount: 10 - Group: E_LIFE_POTION_PACK SubGroups: - SubGroup: 0 List: - - Item: E_Mysterious_Water + - Index: 0 + Item: E_Mysterious_Water Amount: 20 - - Item: E_Med_Life_Potion + - Index: 1 + Item: E_Small_Life_Potion Amount: 20 - - Item: E_Small_Life_Potion + - Index: 2 + Item: E_Med_Life_Potion Amount: 20 - Group: E_DEF_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Comp_M_DEFScroll + - Index: 0 + Item: Comp_M_DEFScroll Amount: 20 - Group: E_ALMIGHTY_BOX SubGroups: - SubGroup: 0 List: - - Item: Comp_Almighty + - Index: 0 + Item: Comp_Almighty Amount: 10 - Group: E_LIMITPOWERBOOSTER SubGroups: - SubGroup: 0 List: - - Item: Comp_Power_Booster + - Index: 0 + Item: Comp_Power_Booster Amount: 10 - Group: ROYAL_SECRET_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Ramor_Shield_Undead - Rate: 136 - - Item: Sharel_Shield - Rate: 136 - - Item: Flow_Shield - Rate: 136 - - Item: Sombre_Shield - Rate: 136 - - Item: Sol_Shield - Rate: 136 - - Item: Poison_Shield - Rate: 136 - - Item: Lumiere_Shield - Rate: 136 - - Item: Rouban_Shield - Rate: 136 - - Item: Lian_Shield - Rate: 136 - - Item: Flow_Manteau - Rate: 136 - - Item: Sombre_Manteau - Rate: 136 - - Item: Sharel_Manteau - Rate: 136 - - Item: Ramor_Manteau - Rate: 136 - - Item: Orleans_Necklace - Rate: 45 - - Item: Sprint_Glove - Rate: 45 - - Item: Brooch_Greed - Rate: 45 - - Item: Limnil_Glove - Rate: 45 - - Item: M_Dimension_Essence + - Index: 0 + Item: Mightysoul_Essence Rate: 5 - - Item: Blue_Herb_Box2 - Rate: 45 - - Item: Dead_Tree_Branch_Box1 - Rate: 45 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 45 - - Item: C_Valkyrie_Feather_Band - Rate: 36 - - Item: Sol_Manteau - Rate: 136 - - Item: Lumiere_Manteau - Rate: 136 - - Item: Poison_Manteau - Rate: 136 - - Item: Rouban_Manteau - Rate: 136 - - Item: Lian_Robe - Rate: 136 - - Item: Sombre_Shoes - Rate: 136 - - Item: Sol_Shoes - Rate: 136 - - Item: Ramor_Shoes - Rate: 136 - - Item: Sharel_Shoes - Rate: 136 - - Item: Flow_Shoes - Rate: 136 - - Item: Lumiere_Shoes - Rate: 136 - - Item: Rouban_Shoes - Rate: 136 - - Item: Poison_Shoes - Rate: 136 - - Item: Lian_Shoes - Rate: 136 - - Item: Shadow_Random_Mix - Rate: 90 - - Item: Mightysoul_Essence + Amount: 3 + Announced: true + - Index: 1 + Item: M_Dimension_Essence Rate: 5 - - Item: Inventory_Ex_Evt - Rate: 45 - - Item: S_Nihil_Card - Rate: 136 - - Item: S_Agnes_Card - Rate: 136 - - Item: S_Jurgen_Card - Rate: 136 - - Item: S_Spica_Card - Rate: 136 - - Item: Nihil_Card - Rate: 371 Amount: 3 - - Item: Agnes_Card - Rate: 371 + Announced: true + - Index: 2 + Item: Blacksmith_Blessing + Rate: 5 + Amount: 2 + Announced: true + - Index: 3 + Item: C_Valkyrie_Feather_Band + Rate: 40 + Announced: true + - Index: 4 + Item: Limnil_Glove + Rate: 40 + Announced: true + - Index: 5 + Item: Orleans_Necklace + Rate: 40 + Announced: true + - Index: 6 + Item: Sprint_Glove + Rate: 40 + Announced: true + - Index: 7 + Item: Brooch_Greed + Rate: 40 + Announced: true + - Index: 8 + Item: Shadow_Random_Mix + Rate: 50 + - Index: 9 + Item: Ramor_Shield_Undead + Rate: 100 + - Index: 10 + Item: Sharel_Shield + Rate: 100 + - Index: 11 + Item: Flow_Shield + Rate: 100 + - Index: 12 + Item: Sombre_Shield + Rate: 100 + - Index: 13 + Item: Sol_Shield + Rate: 100 + - Index: 14 + Item: Poison_Shield + Rate: 100 + - Index: 15 + Item: Lumiere_Shield + Rate: 100 + - Index: 16 + Item: Rouban_Shield + Rate: 100 + - Index: 17 + Item: Lian_Shield + Rate: 100 + - Index: 18 + Item: Flow_Manteau + Rate: 100 + - Index: 19 + Item: Sombre_Manteau + Rate: 100 + - Index: 20 + Item: Sharel_Manteau + Rate: 100 + - Index: 21 + Item: Ramor_Manteau + Rate: 100 + - Index: 22 + Item: Sol_Manteau + Rate: 100 + - Index: 23 + Item: Lumiere_Manteau + Rate: 100 + - Index: 24 + Item: Poison_Manteau + Rate: 100 + - Index: 25 + Item: Rouban_Manteau + Rate: 100 + - Index: 26 + Item: Lian_Robe + Rate: 100 + - Index: 27 + Item: Sombre_Shoes + Rate: 100 + - Index: 28 + Item: Sol_Shoes + Rate: 100 + - Index: 29 + Item: Ramor_Shoes + Rate: 100 + - Index: 30 + Item: Sharel_Shoes + Rate: 100 + - Index: 31 + Item: Flow_Shoes + Rate: 100 + - Index: 32 + Item: Lumiere_Shoes + Rate: 100 + - Index: 33 + Item: Rouban_Shoes + Rate: 100 + - Index: 34 + Item: Poison_Shoes + Rate: 100 + - Index: 35 + Item: Lian_Shoes + Rate: 100 + - Index: 36 + Item: aegis_300487 + Rate: 85 + - Index: 37 + Item: aegis_300489 + Rate: 85 + - Index: 38 + Item: aegis_300491 + Rate: 85 + - Index: 39 + Item: aegis_300493 + Rate: 85 + - Index: 40 + Item: aegis_300495 + Rate: 85 + - Index: 41 + Item: aegis_300497 + Rate: 85 + - Index: 42 + Item: S_Nihil_Card + Rate: 85 + - Index: 43 + Item: S_Spica_Card + Rate: 85 + - Index: 44 + Item: S_Skia_Card + Rate: 85 + - Index: 45 + Item: S_Kronecker_Card + Rate: 85 + - Index: 46 + Item: S_Agnes_Card + Rate: 85 + - Index: 47 + Item: S_Jurgen_Card + Rate: 85 + - Index: 48 + Item: S_Poe_Card + Rate: 85 + - Index: 49 + Item: S_Wolf_Card + Rate: 85 + - Index: 50 + Item: S_Kathryn_Card + Rate: 85 + - Index: 51 + Item: S_Issac_Card + Rate: 85 + - Index: 52 + Item: S_Meyer_Card + Rate: 85 + - Index: 53 + Item: S_Helmut_Card + Rate: 85 + - Index: 54 + Item: aegis_300422 + Rate: 85 + - Index: 55 + Item: aegis_300424 + Rate: 85 + - Index: 56 + Item: aegis_300426 + Rate: 85 + - Index: 57 + Item: aegis_300486 + Rate: 250 Amount: 3 - - Item: Jurgen_Card - Rate: 371 + - Index: 58 + Item: aegis_300488 + Rate: 250 Amount: 3 - - Item: Spica_Card - Rate: 371 + - Index: 59 + Item: aegis_300490 + Rate: 250 Amount: 3 - - Item: Kronecker_Card - Rate: 371 + - Index: 60 + Item: aegis_300492 + Rate: 250 Amount: 3 - - Item: S_Kronecker_Card - Rate: 136 - - Item: Skia_Card - Rate: 371 + - Index: 61 + Item: aegis_300494 + Rate: 250 Amount: 3 - - Item: S_Skia_Card - Rate: 136 - - Item: Kathryn_Card - Rate: 371 + - Index: 62 + Item: aegis_300496 + Rate: 250 Amount: 3 - - Item: S_Kathryn_Card - Rate: 136 - - Item: Isaac_Card - Rate: 371 + - Index: 63 + Item: aegis_300421 + Rate: 250 Amount: 3 - - Item: S_Issac_Card - Rate: 136 - - Item: Wolf_Card_E - Rate: 371 + - Index: 64 + Item: aegis_300423 + Rate: 250 Amount: 3 - - Item: S_Wolf_Card - Rate: 136 - - Item: Poe_Card - Rate: 371 + - Index: 65 + Item: aegis_300425 + Rate: 250 + Amount: 3 + - Index: 66 + Item: Meyer_Card + Rate: 250 + Amount: 3 + - Index: 67 + Item: Helmut_Card + Rate: 250 + Amount: 3 + - Index: 68 + Item: Kathryn_Card + Rate: 250 + Amount: 3 + - Index: 69 + Item: Isaac_Card + Rate: 250 + Amount: 3 + - Index: 70 + Item: Poe_Card + Rate: 250 + Amount: 3 + - Index: 71 + Item: Wolf_Card_E + Rate: 250 + Amount: 3 + - Index: 72 + Item: Nihil_Card + Rate: 250 + Amount: 3 + - Index: 73 + Item: Agnes_Card + Rate: 250 + Amount: 3 + - Index: 74 + Item: Jurgen_Card + Rate: 250 + Amount: 3 + - Index: 75 + Item: Spica_Card + Rate: 250 + Amount: 3 + - Index: 76 + Item: Kronecker_Card + Rate: 250 + Amount: 3 + - Index: 77 + Item: Skia_Card + Rate: 250 Amount: 3 - - Item: S_Poe_Card - Rate: 136 - Group: SEASON_EVT_REWARD_2 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: White_Chocolate_B - Rate: 2182 - - Item: Crepe - Rate: 1105 - - Item: C_Sweet_Candy - Rate: 20 - - Item: C_SweetChocolate_Hat - Rate: 20 - - Item: Soccer_Cake - Rate: 1105 - - Item: Mont_Blanc_Cake - Rate: 1105 - - Item: Strawberry_CreamCake - Rate: 1105 - - Item: St_Cupcake - Rate: 1105 - - Item: Parfait - Rate: 1105 - - Item: Macaron - Rate: 1105 - - Item: K_Secret_Key - Rate: 3 - - Item: C_Choco_Minihat - Rate: 20 - - Item: C_Sweets_Bonbon - Rate: 20 + - Index: 0 + Item: Crepe + Rate: 1125 + - Index: 1 + Item: C_Choco_Banana + Rate: 100 + - Index: 2 + Item: Luxurious_Blue_Box + Rate: 5 + - Index: 3 + Item: C_Choco_Mint_Bonnet + Rate: 100 + - Index: 4 + Item: Mont_Blanc_Cake + Rate: 1125 + - Index: 5 + Item: Soccer_Cake + Rate: 1125 + - Index: 6 + Item: Strawberry_CreamCake + Rate: 1600 + - Index: 7 + Item: White_Chocolate_B + Rate: 1200 + - Index: 8 + Item: Bloody_Dead_Branch + Rate: 5 + - Index: 9 + Item: C_Sweets_Bonbon + Rate: 60 + - Index: 10 + Item: C_SweetChocolate_Hat + Rate: 60 + - Index: 11 + Item: C_Choco_Minihat + Rate: 60 + - Index: 12 + Item: C_Sweet_Candy + Rate: 60 + - SubGroup: 0 + List: + - Index: 0 + Item: Sweets_Coin - Group: HERO_HAMMER_PACKAGE_5 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Hammer_5 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Hero_Weapon_Hammer_5 - Group: FLIPPACKAGE SubGroups: - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree + - Index: 0 + Item: FlipHat + Rate: 500 + Announced: true + - Index: 1 + Item: Magic_Card_Album + Rate: 10 + Announced: true + - Index: 2 + Item: Comp_Battle_Manual + Rate: 500 + Amount: 2 + - Index: 3 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 4 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 5 + Item: Accessory_Box + Rate: 100 + Announced: true + - Index: 6 + Item: Bloody_Dead_Branch + Rate: 40 + Announced: true + - Index: 7 + Item: Guarantee_Weapon_5Up + Rate: 300 + - Index: 8 + Item: Guarantee_Armor_5Up + Rate: 300 + - Index: 9 + Item: Branch_Of_Dead_Tree Rate: 600 Amount: 3 - - Item: Old_Card_Album - Rate: 200 - - Item: Old_Violet_Box - Rate: 1000 - Amount: 2 - - Item: Guarantee_Weapon_5Up - Rate: 300 - - Item: Guarantee_Armor_5Up - Rate: 300 - - Item: Treasure_Box - Rate: 1850 - - Item: Bloody_Dead_Branch - Rate: 40 - - Item: Accessory_Box - Rate: 100 - - Item: Wrapped_Mask + - Index: 10 + Item: Wrapped_Mask Rate: 600 - - Item: Poring_Box + - Index: 11 + Item: Old_Ore_Box + Rate: 1100 + - Index: 12 + Item: Poring_Box Rate: 400 Amount: 3 - - Item: Magic_Card_Album - Rate: 10 - - Item: Comp_Battle_Manual - Rate: 500 + - Index: 13 + Item: Old_Violet_Box + Rate: 1000 Amount: 2 - - Item: Comp_Bubble_Gum - Rate: 500 - Amount: 2 - - Item: Comp_Insurance - Rate: 500 - Amount: 2 - - Item: White_Slim_Pot_Box2 + - Index: 14 + Item: Treasure_Box + Rate: 1850 + - Index: 15 + Item: White_Slim_Pot_Box2 Rate: 1500 - - Item: Old_Ore_Box - Rate: 1100 - - Item: FlipHat - Rate: 500 + - Index: 16 + Item: Old_Card_Album + Rate: 200 - Group: POPE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: White_Slim_Potion_Box - Rate: 10000 - - SubGroup: 2 - List: - - Item: Branch_Of_Dead_Tree - Rate: 1000 - - Item: Kuirpenring - Rate: 60 - - Item: Guarantee_Weapon_9Up - Rate: 10 - - Item: Guarantee_Weapon_7Up - Rate: 90 - - Item: Guarantee_Armor_9Up - Rate: 10 - - Item: Guarantee_Armor_7Up - Rate: 90 - - Item: Guarantee_Weapon_11Up - Rate: 1 - - Item: Guarantee_Armor_11Up - Rate: 1 - - Item: Auger_Of_Spirit - Rate: 100 - - Item: Enchant_Book + - Index: 0 + Item: Enchant_Book Rate: 200 - - Item: Treasure_Box - Rate: 1000 - - Item: Magic_Card_Album - Rate: 100 - - Item: Comp_Battle_Manual - Rate: 1500 - - Item: Comp_Bubble_Gum - Rate: 1500 - - Item: White_Slim_Pot_Box2 + - Index: 1 + Item: Guarantee_Weapon_7Up + Rate: 90 + Announced: true + - Index: 2 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 4 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 6 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 7 + Item: White_Slim_Pot_Box2 Rate: 1800 - - Item: Poison_Bottle_Box2 + - Index: 8 + Item: Poison_Bottle_Box2 Rate: 1000 - - Item: Old_C_Album_Garment + - Index: 9 + Item: Comp_Bubble_Gum + Rate: 1500 + - Index: 10 + Item: Treasure_Box + Rate: 1000 + - Index: 11 + Item: Comp_Battle_Manual + Rate: 1500 + - Index: 12 + Item: Old_C_Album_Garment Rate: 500 - - Item: Old_C_Album_Acc + - Index: 13 + Item: Old_C_Album_Acc Rate: 500 - - Item: Tare_Pope_ + - Index: 14 + Item: Magic_Card_Album + Rate: 100 + Announced: true + - Index: 15 + Item: Auger_Of_Spirit + Rate: 100 + - Index: 16 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 3 + - Index: 17 + Item: Kuirpenring + Rate: 60 + Announced: true + - Index: 18 + Item: Tare_Pope_ Rate: 338 - - Item: C_Tare_Pope + Announced: true + - Index: 19 + Item: C_Tare_Pope Rate: 200 + Announced: true - Group: MYSTERIOUS_EGG2 SubGroups: - SubGroup: 1 List: - - Item: Apple - Rate: 10000 + - Index: 0 + Item: Lucky_Egg_C + Rate: 1 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C2 + Rate: 1 + UniqueId: true + - Index: 2 + Item: Lucky_Egg_C3 + Rate: 1 + UniqueId: true + - Index: 3 + Item: Lucky_Egg_C4 + Rate: 1 + UniqueId: true + - Index: 4 + Item: Lucky_Egg_C5 + Rate: 1 + UniqueId: true + - Index: 5 + Item: Lucky_Egg_C6 + Rate: 1 + UniqueId: true + - Index: 6 + Item: Lucky_Egg_C7 + Rate: 1 + UniqueId: true + - Index: 7 + Item: Lucky_Egg_C8 + Rate: 1 + UniqueId: true + - Index: 8 + Item: Lucky_Egg_C9 + Rate: 1 + UniqueId: true + - Index: 9 + Item: Lucky_Egg_C10 + Rate: 1 + UniqueId: true + - Index: 10 + Item: Gryphon_Egg_Scroll + Rate: 1 + UniqueId: true + - Index: 11 + Item: Dragon_Egg_Scroll + Rate: 1 + UniqueId: true + - Index: 12 + Item: 2011_RWC_Scroll_Kr + Rate: 1 + UniqueId: true + - Index: 13 + Item: Cru_Scroll + Rate: 1 + UniqueId: true + - Index: 14 + Item: Undead_Egg + Rate: 1 + UniqueId: true + - Index: 15 + Item: Girls_Heart + Rate: 1 + UniqueId: true + - Index: 16 + Item: Pope_Scroll + Rate: 1 + UniqueId: true + - Index: 17 + Item: Apple + Rate: 17 + UniqueId: true - SubGroup: 2 List: - - Item: Lucky_Egg_C - Rate: 588 - - Item: Lucky_Egg_C2 - Rate: 588 - - Item: Lucky_Egg_C3 - Rate: 588 - - Item: Lucky_Egg_C4 - Rate: 588 - - Item: Lucky_Egg_C5 - Rate: 588 - - Item: Lucky_Egg_C6 - Rate: 588 - - Item: Lucky_Egg_C7 - Rate: 588 - - Item: Lucky_Egg_C8 - Rate: 588 - - Item: Lucky_Egg_C9 - Rate: 588 - - Item: Lucky_Egg_C10 - Rate: 588 - - Item: Gryphon_Egg_Scroll - Rate: 588 - - Item: Dragon_Egg_Scroll - Rate: 588 - - Item: 2011_RWC_Scroll_Kr - Rate: 588 - - Item: Cru_Scroll - Rate: 588 - - Item: Undead_Egg - Rate: 588 - - Item: Girls_Heart - Rate: 588 - - Item: Mysterious_Egg2 - Rate: 588 + - Index: 0 + Item: Lucky_Egg_C + Rate: 2 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C2 + Rate: 2 + UniqueId: true + - Index: 2 + Item: Lucky_Egg_C3 + Rate: 2 + UniqueId: true + - Index: 3 + Item: Lucky_Egg_C4 + Rate: 2 + UniqueId: true + - Index: 4 + Item: Lucky_Egg_C5 + Rate: 2 + UniqueId: true + - Index: 5 + Item: Lucky_Egg_C6 + Rate: 2 + UniqueId: true + - Index: 6 + Item: Lucky_Egg_C7 + Rate: 2 + UniqueId: true + - Index: 7 + Item: Lucky_Egg_C8 + Rate: 2 + UniqueId: true + - Index: 8 + Item: Lucky_Egg_C9 + Rate: 2 + UniqueId: true + - Index: 9 + Item: Lucky_Egg_C10 + Rate: 2 + UniqueId: true + - Index: 10 + Item: Gryphon_Egg_Scroll + Rate: 2 + UniqueId: true + - Index: 11 + Item: Dragon_Egg_Scroll + Rate: 2 + UniqueId: true + - Index: 12 + Item: 2011_RWC_Scroll_Kr + Rate: 2 + UniqueId: true + - Index: 13 + Item: Cru_Scroll + Rate: 2 + UniqueId: true + - Index: 14 + Item: Undead_Egg + Rate: 2 + UniqueId: true + - Index: 15 + Item: Girls_Heart + Rate: 2 + UniqueId: true + - Index: 16 + Item: Pope_Scroll + Rate: 2 + UniqueId: true - Group: GUILDSMAN_RECRUITER_BOX SubGroups: - SubGroup: 0 List: - - Item: Guildsman_Recruiter + - Index: 0 + Item: Guildsman_Recruiter Duration: 10080 + UniqueId: true - Group: PARTY_RECRUITER_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Party_Recruiter_Hat + - Index: 0 + Item: Party_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: BF_RECRUITER_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Bf_Recruiter_Hat + - Index: 0 + Item: Bf_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: FRIEND_RECR_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Friend_Recruiter_Hat + - Index: 0 + Item: Friend_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: GF_RECRUITER_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Gf_Recruiter_Hat + - Index: 0 + Item: Gf_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: MARCHER_HAT_BOX SubGroups: - SubGroup: 1 List: - - Item: Marcher_Hat + - Index: 0 + Item: Marcher_Hat Rate: 3333 - - Item: Holy_Marching_Hat_J + - Index: 1 + Item: Holy_Marching_Hat_J Rate: 3333 - - Item: Evil_Marcher_Hat + - Index: 2 + Item: Evil_Marcher_Hat Rate: 3333 - Group: F_GUILDSMAN_RECR_BOX SubGroups: - SubGroup: 0 List: - - Item: Guildsman_Recruiter + - Index: 0 + Item: Guildsman_Recruiter Duration: 10080 + UniqueId: true - Group: F_PARTY_RECR_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Party_Recruiter_Hat + - Index: 0 + Item: Party_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: FBF_RECRUITER_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Bf_Recruiter_Hat + - Index: 0 + Item: Bf_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: F_FRIEND_RECR_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Friend_Recruiter_Hat + - Index: 0 + Item: Friend_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: FGF_RECRUITER_HAT_BOX SubGroups: - SubGroup: 0 List: - - Item: Gf_Recruiter_Hat + - Index: 0 + Item: Gf_Recruiter_Hat Duration: 10080 + UniqueId: true - Group: BONUS_BOX01 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 5 + UniqueId: true - Group: BONUS_BOX02 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: S_Mdef_Potion + UniqueId: true + - Index: 1 + Item: S_Mdef_Potion Amount: 5 + UniqueId: true - Group: BONUS_BOX03 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: S_Def_Potion + UniqueId: true + - Index: 1 + Item: S_Def_Potion Amount: 5 + UniqueId: true - Group: BONUS_BOX04 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Tyr's_Blessing + UniqueId: true + - Index: 1 + Item: Tyr's_Blessing Amount: 5 + UniqueId: true - Group: BONUS_BOX05 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 5 + UniqueId: true - Group: BONUS_BOX06 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Holy_Armor_S + UniqueId: true + - Index: 1 + Item: Holy_Armor_S Amount: 5 + UniqueId: true - Group: BONUS_BOX07 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Shadow_Armor_S + UniqueId: true + - Index: 1 + Item: Shadow_Armor_S Amount: 5 + UniqueId: true - Group: BONUS_BOX08 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Job_Manual25 + UniqueId: true + - Index: 1 + Item: Job_Manual25 Amount: 2 + UniqueId: true - Group: BONUS_BOX09 SubGroups: - SubGroup: 0 List: - - Item: Max_Weight_Up_Scroll + - Index: 0 + Item: Max_Weight_Up_Scroll Amount: 5 - - Item: Regeneration_Potion + UniqueId: true + - Index: 1 + Item: Regeneration_Potion Amount: 5 + UniqueId: true - Group: BONUS_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Max_Weight_Up_Scroll + - Index: 0 + Item: Max_Weight_Up_Scroll Amount: 5 - - Item: Greed_Scroll_C + UniqueId: true + - Index: 1 + Item: Greed_Scroll_C Amount: 20 + UniqueId: true - Group: F_BONUS_BOX01 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 5 + UniqueId: true - Group: F_BONUS_BOX02 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: S_Mdef_Potion + UniqueId: true + - Index: 1 + Item: S_Mdef_Potion Amount: 5 + UniqueId: true - Group: F_BONUS_BOX03 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: S_Def_Potion + UniqueId: true + - Index: 1 + Item: S_Def_Potion Amount: 5 + UniqueId: true - Group: F_BONUS_BOX04 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Tyr's_Blessing + UniqueId: true + - Index: 1 + Item: Tyr's_Blessing Amount: 5 + UniqueId: true - Group: F_BONUS_BOX05 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 5 + UniqueId: true - Group: F_BONUS_BOX06 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Holy_Armor_S + UniqueId: true + - Index: 1 + Item: Holy_Armor_S Amount: 5 + UniqueId: true - Group: F_BONUS_BOX07 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Shadow_Armor_S + UniqueId: true + - Index: 1 + Item: Shadow_Armor_S Amount: 5 + UniqueId: true - Group: F_BONUS_BOX08 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 5 - - Item: Job_Manual25 + UniqueId: true + - Index: 1 + Item: Job_Manual25 Amount: 2 + UniqueId: true - Group: F_BONUS_BOX09 SubGroups: - SubGroup: 0 List: - - Item: Max_Weight_Up_Scroll + - Index: 0 + Item: Max_Weight_Up_Scroll Amount: 5 - - Item: Regeneration_Potion + UniqueId: true + - Index: 1 + Item: Regeneration_Potion Amount: 5 + UniqueId: true - Group: F_BONUS_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Max_Weight_Up_Scroll + - Index: 0 + Item: Max_Weight_Up_Scroll Amount: 5 - - Item: Greed_Scroll_C + UniqueId: true + - Index: 1 + Item: Greed_Scroll_C Amount: 20 + UniqueId: true - Group: FUGIN_EGG01 SubGroups: - SubGroup: 1 List: - - Item: Old_Card_Album - Rate: 30 + - Index: 0 + Item: White_Slim_Potion_Box + Rate: 300 + - Index: 1 + Item: Mastela_Fruit_Box + Rate: 200 + - Index: 2 + Item: White_Potion_Box + Rate: 150 + - Index: 3 + Item: Royal_Jelly_Box2 + Rate: 150 + - Index: 4 + Item: Blue_Herb_Box2 + Rate: 100 + - Index: 5 + Item: Yggdrasil_Seed_Box + Rate: 65 + - Index: 6 + Item: Iggdrasilberry_Box + Rate: 25 + - Index: 7 + Item: Comp_Battle_Manual + Rate: 5 + - Index: 8 + Item: Old_Card_Album + Rate: 3 Amount: 3 - - Item: Comp_Battle_Manual - Rate: 50 - - Item: White_Slim_Potion_Box - Rate: 3006 - - Item: Mastela_Fruit_Box - Rate: 2004 - - Item: White_Potion_Box - Rate: 1503 - - Item: Royal_Jelly_Box2 - Rate: 1503 - - Item: Blue_Herb_Box2 - Rate: 1002 - - Item: Yggdrasil_Seed_Box - Rate: 651 - - Item: Iggdrasilberry_Box - Rate: 251 - Group: FUGIN_EGG02 SubGroups: - SubGroup: 1 List: - - Item: Old_Card_Album - Rate: 30 + - Index: 0 + Item: White_Slim_Potion_Box + Rate: 300 + - Index: 1 + Item: Mastela_Fruit_Box + Rate: 200 + - Index: 2 + Item: White_Potion_Box + Rate: 150 + - Index: 3 + Item: Royal_Jelly_Box2 + Rate: 150 + - Index: 4 + Item: Blue_Herb_Box2 + Rate: 100 + - Index: 5 + Item: Yggdrasil_Seed_Box + Rate: 65 + - Index: 6 + Item: Iggdrasilberry_Box + Rate: 22 + Announced: true + - Index: 7 + Item: Comp_Battle_Manual + Rate: 5 + Announced: true + - Index: 8 + Item: Old_Card_Album + Rate: 3 Amount: 3 - - Item: Magestic_Goat_ - Rate: 30 - - Item: Guarantee_Weapon_7Up - Rate: 10 - - Item: Guarantee_Armor_7Up - Rate: 10 - - Item: Comp_Battle_Manual - Rate: 50 - - Item: White_Slim_Potion_Box - Rate: 3000 - - Item: Mastela_Fruit_Box - Rate: 2000 - - Item: White_Potion_Box - Rate: 1500 - - Item: Royal_Jelly_Box2 - Rate: 1500 - - Item: Blue_Herb_Box2 - Rate: 1000 - - Item: Yggdrasil_Seed_Box - Rate: 650 - - Item: Iggdrasilberry_Box - Rate: 220 + - Index: 9 + Item: Magestic_Goat_ + Rate: 3 + Announced: true + - Index: 10 + Item: Guarantee_Armor_7Up + Rate: 1 + Announced: true + - Index: 11 + Item: Guarantee_Weapon_7Up + Rate: 1 + Announced: true - Group: PUMP_OF_SPIRIT_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Weapon_7Up - Rate: 15 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Armor_7Up - Rate: 15 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: Blacksmith_Blessing - Rate: 1000 - - Item: Treasure_Box - Rate: 1500 - - Item: Comp_Battle_Manual - Rate: 1000 - - Item: Comp_Bubble_Gum - Rate: 1600 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1280 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 500 - - Item: Shadow_Cube_Weapon - Rate: 319 - - Item: Shadow_Cube_Armor - Rate: 285 - - Item: Shadow_Cube_Shield - Rate: 271 - - Item: Shadow_Cube_Shoes - Rate: 229 - - Item: Shadow_Cube_Pendant - Rate: 195 - - Item: Shadow_Cube_Earing - Rate: 201 - - Item: Pump_Of_Spirit_Scroll + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Hat_Box2 Rate: 70 - - Item: Pump_Of_Spirit + Announced: true + - Index: 7 + Item: Pump_Of_Spirit Rate: 500 + Announced: true + - Index: 8 + Item: Shadow_Cube_Pendant + Rate: 195 + - Index: 9 + Item: Shadow_Cube_Earing + Rate: 201 + - Index: 10 + Item: Shadow_Cube_Armor + Rate: 285 + - Index: 11 + Item: Shadow_Cube_Shield + Rate: 271 + - Index: 12 + Item: Shadow_Cube_Shoes + Rate: 229 + - Index: 13 + Item: Shadow_Cube_Weapon + Rate: 319 + - Index: 14 + Item: Blacksmith_Blessing + Rate: 1000 + - Index: 15 + Item: C_Wing_Of_Fly_3Day_Box + Rate: 500 + - Index: 16 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 17 + Item: Comp_Bubble_Gum + Rate: 1600 + - Index: 18 + Item: Comp_Battle_Manual + Rate: 1000 + - Index: 19 + Item: Treasure_Box + Rate: 1500 + - Index: 20 + Item: Potion_Box + Rate: 1280 - Group: HAPPY_BALLOON_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Weapon_7Up - Rate: 15 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Armor_7Up - Rate: 15 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: J_Shop_Coupon - Rate: 800 - - Item: Comp_Bubble_Gum - Rate: 1500 - - Item: C_Wing_Of_Fly_1Day_Box - Rate: 1500 - - Item: Happy_Balloon_Scroll - Rate: 1500 - - Item: Happy_Balloon_Scroll - Rate: 500 - - Item: Happy_Balloon_K - Rate: 500 - - Item: Shadow_Cube - Rate: 940 - - Item: Minus_Str_Box - Rate: 200 - - Item: Minus_Agi_Box - Rate: 200 - - Item: Minus_Vit_Box - Rate: 200 - - Item: Minus_Int_Box - Rate: 200 - - Item: Minus_Dex_Box - Rate: 200 - - Item: Minus_Luk_Box - Rate: 200 - - Item: Comp_Neuralizer + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 6 + Item: Comp_Neuralizer Rate: 10 - - Item: Comp_Trans_Scroll + Announced: true + - Index: 7 + Item: Happy_Balloon_K + Rate: 500 + Announced: true + - Index: 8 + Item: Minus_Str_Box + Rate: 200 + - Index: 9 + Item: Minus_Agi_Box + Rate: 200 + - Index: 10 + Item: Minus_Vit_Box + Rate: 200 + - Index: 11 + Item: Minus_Int_Box + Rate: 200 + - Index: 12 + Item: Minus_Dex_Box + Rate: 200 + - Index: 13 + Item: Minus_Luk_Box + Rate: 200 + - Index: 14 + Item: C_CatPaw_1Day_Box + Rate: 500 + - Index: 15 + Item: C_Greed_1Hour_Box Rate: 1500 + - Index: 16 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1500 + - Index: 17 + Item: J_Shop_Coupon + Rate: 800 + - Index: 18 + Item: Comp_Trans_Scroll + Rate: 1500 + - Index: 19 + Item: Comp_Bubble_Gum + Rate: 1500 + Amount: 2 + - Index: 20 + Item: Shadow_Cube + Rate: 940 - Group: ANGRY_MOUTH_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Angry_Mouth_C + - Index: 0 + Item: Angry_Mouth_C Duration: 10080 + UniqueId: true - Group: KRO_LUCKY_BOX SubGroups: - SubGroup: 0 List: - - Item: Angry_Mouth_C - Duration: 10080 - - Item: Lucky_Egg_C + - Index: 0 + Item: Lucky_Egg_C + UniqueId: true + - Index: 1 + Item: Angry_Mouth_C Duration: 10080 + UniqueId: true - Group: CLAYMORE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Claymore_C + - Index: 0 + Item: Claymore_C Duration: 10080 + UniqueId: true - Group: JAMADHAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Jamadhar_C + - Index: 0 + Item: Jamadhar_C Duration: 10080 + UniqueId: true - Group: TWO_HANDED_AXE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Two_Handed_Axe_C + - Index: 0 + Item: Two_Handed_Axe_C Duration: 10080 + UniqueId: true - Group: LANCE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Lance_C + - Index: 0 + Item: Lance_C Duration: 10080 + UniqueId: true - Group: HUUMA_GIANT_WHEEL_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Huuma_Giant_Wheel_C + - Index: 0 + Item: Huuma_Giant_Wheel_C Duration: 10080 + UniqueId: true - Group: ORCISH_AXE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Orcish_Axe_C + - Index: 0 + Item: Orcish_Axe_C Duration: 10080 + UniqueId: true - Group: PIKE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Pike_C + - Index: 0 + Item: Pike_C Duration: 10080 + UniqueId: true - Group: ENCYCLOPEDIA_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Encyclopedia_C + - Index: 0 + Item: Encyclopedia_C Duration: 10080 + UniqueId: true - Group: FIST_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Fist_C + - Index: 0 + Item: Fist_C Duration: 10080 + UniqueId: true - Group: GUITAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Guitar_C + - Index: 0 + Item: Guitar_C Duration: 10080 + UniqueId: true - Group: RANTE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Rante_C + - Index: 0 + Item: Rante_C Duration: 10080 + UniqueId: true - Group: DAMASCUS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Damascus_C + - Index: 0 + Item: Damascus_C Duration: 10080 + UniqueId: true - Group: FLAMBERGE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Flamberge_C + - Index: 0 + Item: Flamberge_C Duration: 10080 + UniqueId: true - Group: STUNNER_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Stunner_C + - Index: 0 + Item: Stunner_C Duration: 10080 + UniqueId: true - Group: F_KRO_LUCKY_BOX SubGroups: - SubGroup: 0 List: - - Item: Angry_Mouth_C - Duration: 10080 - - Item: Lucky_Egg_C + - Index: 0 + Item: Lucky_Egg_C + UniqueId: true + - Index: 1 + Item: Angry_Mouth_C Duration: 10080 + UniqueId: true - Group: F_CLAYMORE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Claymore_C + - Index: 0 + Item: Claymore_C Duration: 10080 + UniqueId: true - Group: F_JAMADHAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Jamadhar_C + - Index: 0 + Item: Jamadhar_C Duration: 10080 + UniqueId: true - Group: F_TWO_HANDED_AXE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Two_Handed_Axe_C + - Index: 0 + Item: Two_Handed_Axe_C Duration: 10080 + UniqueId: true - Group: F_LANCE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Lance_C + - Index: 0 + Item: Lance_C Duration: 10080 + UniqueId: true - Group: F_HUUMA_GIANT_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Huuma_Giant_Wheel_C + - Index: 0 + Item: Huuma_Giant_Wheel_C Duration: 10080 + UniqueId: true - Group: F_ORCISH_AXE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Orcish_Axe_C + - Index: 0 + Item: Orcish_Axe_C Duration: 10080 + UniqueId: true - Group: F_PIKE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Pike_C + - Index: 0 + Item: Pike_C Duration: 10080 + UniqueId: true - Group: F_ENCYCLOPEDIA_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Encyclopedia_C + - Index: 0 + Item: Encyclopedia_C Duration: 10080 + UniqueId: true - Group: F_FIST_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Fist_C + - Index: 0 + Item: Fist_C Duration: 10080 + UniqueId: true - Group: F_GUITAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Guitar_C + - Index: 0 + Item: Guitar_C Duration: 10080 + UniqueId: true - Group: F_RANTE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Rante_C + - Index: 0 + Item: Rante_C Duration: 10080 + UniqueId: true - Group: F_DAMASCUS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Damascus_C + - Index: 0 + Item: Damascus_C Duration: 10080 + UniqueId: true - Group: F_FLAMBERGE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Flamberge_C + - Index: 0 + Item: Flamberge_C Duration: 10080 + UniqueId: true - Group: F_STUNNER_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Stunner_C + - Index: 0 + Item: Stunner_C Duration: 10080 + UniqueId: true - Group: F_ANGRY_MOUTH_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Angry_Mouth_C + - Index: 0 + Item: Angry_Mouth_C Duration: 10080 + UniqueId: true - Group: MARIONETTE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Star_Hairband - - Item: Delicious_Shaved_Ice + - Index: 0 + Item: Delicious_Shaved_Ice Amount: 5 + UniqueId: true + - Index: 1 + Item: Star_Hairband + UniqueId: true - Group: WHISPER_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Spirit_Chain_ - - Item: Fit_Pipe + - Index: 0 + Item: Fit_Pipe Amount: 5 + UniqueId: true + - Index: 1 + Item: Spirit_Chain_ + UniqueId: true - Group: INCUBUS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Ball_Mask - - Item: Gril's_Naivety + - Index: 0 + Item: Gril's_Naivety Amount: 5 + UniqueId: true + - Index: 1 + Item: Ball_Mask + UniqueId: true - Group: F_MARIONETTE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Star_Hairband - - Item: Delicious_Shaved_Ice + - Index: 0 + Item: Delicious_Shaved_Ice Amount: 5 + UniqueId: true + - Index: 1 + Item: Star_Hairband + UniqueId: true - Group: F_WHISPER_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Spirit_Chain_ - - Item: Fit_Pipe + - Index: 0 + Item: Fit_Pipe Amount: 5 + UniqueId: true + - Index: 1 + Item: Spirit_Chain_ + UniqueId: true - Group: F_INCUBUS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Ball_Mask - - Item: Gril's_Naivety + - Index: 0 + Item: Gril's_Naivety Amount: 5 + UniqueId: true + - Index: 1 + Item: Ball_Mask + UniqueId: true - Group: F_ACTI_POTION_BOX SubGroups: - SubGroup: 0 List: - - Item: Acti_Potion + - Index: 0 + Item: Acti_Potion Amount: 5 + UniqueId: true - Group: RO_DS_HEADGEAR_BOX SubGroups: - SubGroup: 0 List: - - Item: Aumdura's_Grace - - Item: Hermose_Cap - - Item: Odin_Mask + - Index: 0 + Item: Hermose_Cap + - Index: 1 + Item: Aumdura's_Grace + - Index: 2 + Item: Odin_Mask - Group: HOCKEY_MASK_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Hockey_Mask + - Index: 0 + Item: Hockey_Mask Duration: 1440 + UniqueId: true - Group: OBSERVER_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Observer + - Index: 0 + Item: Observer Duration: 1440 + UniqueId: true - Group: ALL_IN_ONE_RING_BOX1 SubGroups: - SubGroup: 0 List: - - Item: All_In_One_Ring + - Index: 0 + Item: All_In_One_Ring Duration: 1440 + UniqueId: true - Group: SPRITUAL_TUNIC_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Spritual_Tunic + - Index: 0 + Item: Spritual_Tunic Duration: 1440 + UniqueId: true - Group: RECUPERATIVE_ARMOR_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Recuperative_Armor + - Index: 0 + Item: Recuperative_Armor Duration: 1440 + UniqueId: true - Group: SHELTER_RESIST_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Shelter_Resistance + - Index: 0 + Item: Shelter_Resistance Duration: 1440 + UniqueId: true - Group: SYLPHID_MANTEAU_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Sylphid_Manteau + - Index: 0 + Item: Sylphid_Manteau Duration: 1440 + UniqueId: true - Group: REFRESH_SHOES_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Refresh_Shoes + - Index: 0 + Item: Refresh_Shoes Duration: 1440 + UniqueId: true - Group: WELL_BAKED_TOAST_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Toast_C + - Index: 0 + Item: Toast_C Duration: 1440 + UniqueId: true - Group: WASTELAND_OUTLAW_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Wasteland_Outlaw_C + - Index: 0 + Item: Wasteland_Outlaw_C Duration: 1440 + UniqueId: true - Group: LEVER_ACT_RIFLE_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Lever_Action_Rifle_C + - Index: 0 + Item: Lever_Action_Rifle_C Duration: 1440 + UniqueId: true - Group: HEALING_STAFF_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Healing_Staff_C + - Index: 0 + Item: Healing_Staff_C Duration: 1440 + UniqueId: true - Group: PRAXINUS_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Praxinus_C + - Index: 0 + Item: Praxinus_C Duration: 1440 + UniqueId: true - Group: GUILD_RECRUIT_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Guildsman_Recruiter + - Index: 0 + Item: Guildsman_Recruiter Duration: 1440 + UniqueId: true - Group: PARTY_RECRUIT_HAT_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Party_Recruiter_Hat + - Index: 0 + Item: Party_Recruiter_Hat Duration: 1440 + UniqueId: true - Group: BF_RECRUIT_HAT_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Bf_Recruiter_Hat + - Index: 0 + Item: Bf_Recruiter_Hat Duration: 1440 + UniqueId: true - Group: GF_RECRUIT_HAT_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Gf_Recruiter_Hat + - Index: 0 + Item: Gf_Recruiter_Hat Duration: 1440 + UniqueId: true - Group: FRIEND_RECRUIT_HAT_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Friend_Recruiter_Hat + - Index: 0 + Item: Friend_Recruiter_Hat Duration: 1440 + UniqueId: true - Group: CLAYMORE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Claymore_C + - Index: 0 + Item: Claymore_C Duration: 1440 + UniqueId: true - Group: TWO_HANDED_AXE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Two_Handed_Axe_C + - Index: 0 + Item: Two_Handed_Axe_C Duration: 1440 + UniqueId: true - Group: LANCE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Lance_C + - Index: 0 + Item: Lance_C Duration: 1440 + UniqueId: true - Group: JAMADHAR_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Jamadhar_C + - Index: 0 + Item: Jamadhar_C Duration: 1440 + UniqueId: true - Group: HUUMA_GIANT_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Huuma_Giant_Wheel_C + - Index: 0 + Item: Huuma_Giant_Wheel_C Duration: 1440 + UniqueId: true - Group: ORCISH_AXE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Orcish_Axe_C + - Index: 0 + Item: Orcish_Axe_C Duration: 1440 + UniqueId: true - Group: PIKE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Pike_C + - Index: 0 + Item: Pike_C Duration: 1440 + UniqueId: true - Group: ENCYCLOPEDIA_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Encyclopedia_C + - Index: 0 + Item: Encyclopedia_C Duration: 1440 + UniqueId: true - Group: FIST_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Fist_C - Duration: 10080 + - Index: 0 + Item: Fist_C + Duration: 1440 + UniqueId: true - Group: GUITAR_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Guitar_C + - Index: 0 + Item: Guitar_C Duration: 1440 + UniqueId: true - Group: RANTE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Rante_C + - Index: 0 + Item: Rante_C Duration: 1440 + UniqueId: true - Group: DAMASCUS_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Damascus_C + - Index: 0 + Item: Damascus_C Duration: 1440 + UniqueId: true - Group: FLAMBERGE_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Flamberge_C + - Index: 0 + Item: Flamberge_C Duration: 1440 + UniqueId: true - Group: STUNNER_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Stunner_C + - Index: 0 + Item: Stunner_C Duration: 1440 + UniqueId: true - Group: ANGRY_MOUTH_C_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Angry_Mouth_C + - Index: 0 + Item: Angry_Mouth_C Duration: 1440 + UniqueId: true - Group: SHOOTING_STAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Shooting_Star_C + - Index: 0 + Item: Shooting_Star_C Duration: 10080 + UniqueId: true - Group: BLOODY_FEAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Bloody_Fear_C + - Index: 0 + Item: Bloody_Fear_C Duration: 10080 + UniqueId: true - Group: AHLSPIESS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Ahlspiess_C + - Index: 0 + Item: Ahlspiess_C Duration: 10080 + UniqueId: true - Group: STAFF_OF_HEALING_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Staff_Of_Healing_C + - Index: 0 + Item: Staff_Of_Healing_C Duration: 10080 + UniqueId: true - Group: ANTI_DEMON_SHIELD_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Anti_Demon_Shield_C + - Index: 0 + Item: Anti_Demon_Shield_C Duration: 10080 + UniqueId: true - Group: F_SHOOTING_STAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Shooting_Star_C + - Index: 0 + Item: Shooting_Star_C Duration: 10080 + UniqueId: true - Group: F_BLOODY_FEAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Bloody_Fear_C + - Index: 0 + Item: Bloody_Fear_C Duration: 10080 + UniqueId: true - Group: F_AHLSPIESS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Ahlspiess_C + - Index: 0 + Item: Ahlspiess_C Duration: 10080 + UniqueId: true - Group: F_S_HEALING_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Staff_Of_Healing_C + - Index: 0 + Item: Staff_Of_Healing_C Duration: 10080 + UniqueId: true - Group: F_A_DEMON_SHIELD_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Anti_Demon_Shield_C + - Index: 0 + Item: Anti_Demon_Shield_C Duration: 10080 + UniqueId: true - Group: MBL_PET_RANDOM_BOX SubGroups: - SubGroup: 1 List: - - Item: Ticket_Nightmare - Rate: 10 - - Item: Ticket_Goblin_Leader - Rate: 40 - - Item: Ticket_Medusa - Rate: 950 - - Item: Ticket_Golem - Rate: 4500 - - Item: Ticket_Civil_Servant - Rate: 4500 + - Index: 0 + Item: Ticket_Nightmare + Rate: 1 + UniqueId: true + - Index: 1 + Item: Ticket_Goblin_Leader + Rate: 4 + UniqueId: true + - Index: 2 + Item: Ticket_Medusa + Rate: 95 + UniqueId: true + - Index: 3 + Item: Ticket_Golem + Rate: 450 + UniqueId: true + - Index: 4 + Item: Ticket_Civil_Servant + Rate: 450 + UniqueId: true - Group: 7TH_ANNI_RANDOM_BOX SubGroups: - SubGroup: 1 List: - - Item: Poring_Party_Hat - Rate: 500 - - Item: K_Poring_Cake_Cap - Rate: 1000 - - Item: Enriched_Slim_Pot - Rate: 1200 + - Index: 0 + Item: Ginseng + Rate: 150 + Amount: 3 + - Index: 1 + Item: Fruit_Juice + Rate: 150 + Amount: 3 + - Index: 2 + Item: Cool_Summer_Outfit + Rate: 150 + Amount: 3 + - Index: 3 + Item: Recall_MaleGM + Rate: 80 + Amount: 3 + - Index: 4 + Item: Recall_FemaleGM + Rate: 80 + Amount: 3 + - Index: 5 + Item: 5_Anniversary_Coin_Box + Rate: 120 + - Index: 6 + Item: Poring_Party_Hat + Rate: 50 + - Index: 7 + Item: K_Poring_Cake_Cap + Rate: 100 + - Index: 8 + Item: Enriched_Slim_Pot + Rate: 120 Amount: 20 - - Item: Cool_Summer_Outfit - Rate: 1500 - Amount: 3 - - Item: Recall_MaleGM - Rate: 800 - Amount: 3 - - Item: Recall_FemaleGM - Rate: 800 - Amount: 3 - - Item: Ginseng - Rate: 1500 - Amount: 3 - - Item: Fruit_Juice - Rate: 1500 - Amount: 3 - - Item: 5_Anniversary_Coin_Box - Rate: 1200 - Group: FREYJA_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Freyja_Ring - Duration: 1440 - - Item: Lucky_Egg_C3 - Duration: 1440 + - Index: 0 + Item: Lucky_Egg_C3 + UniqueId: true + - Index: 1 + Item: Freyja_Ring + Duration: 10080 + UniqueId: true - Group: F_FREYJA_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Freyja_Ring - Duration: 1440 - - Item: Lucky_Egg_C3 - Duration: 1440 + - Index: 0 + Item: Lucky_Egg_C3 + UniqueId: true + - Index: 1 + Item: Freyja_Ring + Duration: 10080 + UniqueId: true - Group: F_CLOVER_BOX_MOUTH SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 60 + UniqueId: true - Group: F_BGUM_BOX_IN_MOUTH SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 60 + UniqueId: true - Group: F_CLOVER_BOX_MOUTH2 SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth - Duration: 120 - - SubGroup: 1 - List: - - Item: Beer_Cap - Rate: 2000 - Duration: 120 - - Item: Hairband_Of_Grandpeco - Rate: 2000 - Duration: 120 - - Item: Battle_Manual_X3 - Rate: 2667 - Amount: 2 - Duration: 120 - - Item: Umbala_Spirit - Rate: 1333 - Duration: 120 - - Item: Garuda_Hat - Rate: 2000 + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 120 + UniqueId: true - Group: F_CLOVER_BOX_MOUTH4 SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth - Amount: 4 + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 240 + UniqueId: true - Group: F_BGUM_BOX_IN_MOUTH2 SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 120 + UniqueId: true - Group: F_BGUM_BOX_IN_MOUTH4 SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 240 + UniqueId: true - Group: FREYJA_RING_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Freyja_Ring - Duration: 1440 + - Index: 0 + Item: Freyja_Ring + Duration: 10080 + UniqueId: true - Group: F_FREYJA_RING_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Freyja_Ring - Duration: 1440 + - Index: 0 + Item: Freyja_Ring + Duration: 10080 + UniqueId: true - Group: BM_PACK_BOX_A SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual_Box - - Item: Adrenaline10_Box30 - - Item: Spark_Candy_Box5 + - Index: 0 + Item: Battle_Manual_Box + UniqueId: true + - Index: 1 + Item: Adrenaline10_Box30 + UniqueId: true + - Index: 2 + Item: Spark_Candy_Box5 + UniqueId: true - Group: F_BM_PACK_BOX_A SubGroups: - SubGroup: 0 List: - - Item: F_Spark_Candy_Box5 - - Item: F_Battle_Manual_Box - - Item: F_Adrenaline10_Box30 + - Index: 0 + Item: F_Battle_Manual_Box + UniqueId: true + - Index: 1 + Item: F_Adrenaline10_Box30 + UniqueId: true + - Index: 2 + Item: F_Spark_Candy_Box5 + UniqueId: true - Group: BM_PACK_BOX_B SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual_Box - - Item: Spark_Candy_Box5 - - Item: Mimic_Scroll_Box10 + - Index: 0 + Item: Battle_Manual_Box + UniqueId: true + - Index: 1 + Item: Mimic_Scroll_Box10 + UniqueId: true + - Index: 2 + Item: Spark_Candy_Box5 + UniqueId: true - Group: F_BM_PACK_BOX_B SubGroups: - SubGroup: 0 List: - - Item: F_Mimic_Scroll_Box10 - - Item: F_Spark_Candy_Box5 - - Item: F_Battle_Manual_Box + - Index: 0 + Item: F_Battle_Manual_Box + UniqueId: true + - Index: 1 + Item: F_Mimic_Scroll_Box10 + UniqueId: true + - Index: 2 + Item: F_Spark_Candy_Box5 + UniqueId: true - Group: XMAS_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Spare_Card - Duration: 1440 - - Item: Lucky_Egg_C4 - Duration: 1440 + - Index: 0 + Item: Lucky_Egg_C4 + UniqueId: true + - Index: 1 + Item: Spare_Card + Duration: 10080 + UniqueId: true - Group: F_XMAS_CARD_BOX SubGroups: - SubGroup: 0 List: - - Item: Spare_Card - Duration: 1440 - - Item: Lucky_Egg_C4 - Duration: 1440 + - Index: 0 + Item: Lucky_Egg_C4 + UniqueId: true + - Index: 1 + Item: Spare_Card + Duration: 10080 + UniqueId: true - Group: XMAS_CARD_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Spare_Card - Duration: 1440 + - Index: 0 + Item: Spare_Card + Duration: 10080 + UniqueId: true - Group: F_XMAS_CARD_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Spare_Card - Duration: 1440 + - Index: 0 + Item: Spare_Card + Duration: 10080 + UniqueId: true - Group: E_BUNNY_BAND_BOX SubGroups: - SubGroup: 0 List: - - Item: TimeExtensionArmor + - Index: 0 + Item: TimeExtensionArmor Duration: 10080 + UniqueId: true - Group: SUMMER_SCROLL2 SubGroups: - SubGroup: 0 List: - - Item: Bloody_Dead_Branch + - Index: 0 + Item: Bloody_Dead_Branch - SubGroup: 1 List: - - Item: Trans_Scroll_Ray_Arch + - Index: 0 + Item: Trans_Scroll_Ray_Arch Rate: 1111 Amount: 10 - - Item: Bravery_Bag + - Index: 1 + Item: Bravery_Bag Rate: 476 - - Item: Fallen_Angel_Wing + - Index: 2 + Item: Fallen_Angel_Wing Rate: 476 - - Item: HE_Bubble_Gum + - Index: 3 + Item: HE_Bubble_Gum Rate: 1111 Amount: 4 - - Item: Trans_Scroll_Marduk + - Index: 4 + Item: Trans_Scroll_Marduk Rate: 1111 Amount: 10 - - Item: Evil_Marcher_Hat + - Index: 5 + Item: Evil_Marcher_Hat Rate: 1429 - - Item: Leek_In_Mouth + - Index: 6 + Item: Leek_In_Mouth Rate: 1429 - - Item: MVP_Basketball + - Index: 7 + Item: MVP_Basketball Rate: 1429 - - Item: Hat_Of_Girl + - Index: 8 + Item: Hat_Of_Girl Rate: 1429 - Group: F_ACTI_POTION_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Acti_Potion + - Index: 0 + Item: Acti_Potion Amount: 5 - - Item: Lucky_Egg_C5 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C5 + UniqueId: true - Group: HALF_MEGIN_BOX SubGroups: - SubGroup: 0 List: - - Item: Half_Megin + - Index: 0 + Item: Half_Megin Duration: 10080 + UniqueId: true - Group: HALF_BRYSING_BOX SubGroups: - SubGroup: 0 List: - - Item: Half_Brysing + - Index: 0 + Item: Half_Brysing Duration: 10080 + UniqueId: true - Group: SPIKED_SCARF_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 120 + UniqueId: true - Group: RAINBOW_SCARF_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 120 + UniqueId: true - Group: SPIKED_SCARF_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 240 + UniqueId: true - Group: RAINBOW_SCARF_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 240 + UniqueId: true - Group: F_SPIKED_SCARF_BOX SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 60 + UniqueId: true - Group: F_RAINBOW_SCARF_BOX SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 60 + UniqueId: true - Group: F_SPIKED_SCARF_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 120 + UniqueId: true - Group: F_RAINBOW_SCARF_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 120 + UniqueId: true - Group: F_SPIKED_SCARF_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 240 + UniqueId: true - Group: F_RAINBOW_SCARF_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 240 + UniqueId: true - Group: F_RIBBON_OF_LIFE_BOX SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 60 + UniqueId: true - Group: F_RIBBON_OF_LIFE_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 120 + UniqueId: true - Group: F_RIBBON_OF_LIFE_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 240 + UniqueId: true - Group: F_RAPID_LIFE_WATER_BOX SubGroups: - SubGroup: 0 List: - - Item: Lucky_Egg_C6 - - Item: Rapid_Life_Water + - Index: 0 + Item: Rapid_Life_Water Amount: 10 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C6 + UniqueId: true - Group: F_MAGIC_CANDY_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Lucky_Egg_C7 - - Item: Magic_Candy + - Index: 0 + Item: Magic_Candy Amount: 10 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C7 + UniqueId: true - Group: UMBALA_SPIRIT_BOX SubGroups: - SubGroup: 0 List: - - Item: Lucky_Egg_C8 - - Item: Umbala_Spirit_Box_7day + - Index: 0 + Item: Umbala_Spirit_Box_7day + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C8 + UniqueId: true - Group: F_UMBALA_SPIRIT_BOX SubGroups: - SubGroup: 0 List: - - Item: Lucky_Egg_C8 - - Item: Umbala_Spirit_Box_7day + - Index: 0 + Item: Umbala_Spirit_Box_7day + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C8 + UniqueId: true - Group: UMBALA_SPIRIT_BOX_7DAY SubGroups: - SubGroup: 0 List: - - Item: Umbala_Spirit + - Index: 0 + Item: Umbala_Spirit Duration: 10080 + UniqueId: true - Group: C_REPAIR_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Oridecon_Stone + - Index: 0 + Item: Repair_Scroll_ Amount: 5 - - Item: Iron + UniqueId: true + - Index: 1 + Item: Iron_Ore Amount: 5 - - Item: Steel + UniqueId: true + - Index: 2 + Item: Iron Amount: 5 - - Item: Iron_Ore + UniqueId: true + - Index: 3 + Item: Oridecon_Stone Amount: 5 - - Item: Repair_Scroll_ + UniqueId: true + - Index: 4 + Item: Steel Amount: 5 + UniqueId: true - Group: C_REPAIR_SCROLL_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Oridecon_Stone + - Index: 0 + Item: Repair_Scroll_ Amount: 10 - - Item: Iron + UniqueId: true + - Index: 1 + Item: Iron_Ore Amount: 10 - - Item: Steel + UniqueId: true + - Index: 2 + Item: Iron Amount: 10 - - Item: Iron_Ore + UniqueId: true + - Index: 3 + Item: Oridecon_Stone Amount: 10 - - Item: Repair_Scroll_ + UniqueId: true + - Index: 4 + Item: Steel Amount: 10 + UniqueId: true - Group: C_UMBALA_SPIRIT_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Umbala_Spirit + - Index: 0 + Item: Umbala_Spirit + Duration: 10080 + UniqueId: true - Group: C_MURAMASA_BOX SubGroups: - SubGroup: 0 List: - - Item: Muramasa_C + - Index: 0 + Item: Muramasa_C Duration: 10080 + UniqueId: true - Group: C_EXCALIBUR_BOX SubGroups: - SubGroup: 0 List: - - Item: Excalibur_C + - Index: 0 + Item: Excalibur_C Duration: 10080 + UniqueId: true - Group: C_COMBAT_KNIFE_BOX SubGroups: - SubGroup: 0 List: - - Item: Combat_Knife_C + - Index: 0 + Item: Combat_Knife_C Duration: 10080 + UniqueId: true - Group: C_COUNTER_DAGGER_BOX SubGroups: - SubGroup: 0 List: - - Item: Counter_Dagger_C + - Index: 0 + Item: Counter_Dagger_C Duration: 10080 + UniqueId: true - Group: C_MIGHTY_STAFF_BOX SubGroups: - SubGroup: 0 List: - - Item: Mighty_Staff_C + - Index: 0 + Item: Mighty_Staff_C Duration: 10080 + UniqueId: true - Group: C_RIGHT_EPSILON_BOX SubGroups: - SubGroup: 0 List: - - Item: Right_Epsilon_C + - Index: 0 + Item: Right_Epsilon_C Duration: 10080 + UniqueId: true - Group: C_BALISTAR_BOX SubGroups: - SubGroup: 0 List: - - Item: Balistar_C + - Index: 0 + Item: Balistar_C Duration: 10080 + UniqueId: true - Group: C_D_GREAT_SAGE_BOX SubGroups: - SubGroup: 0 List: - - Item: Diary_Of_Great_Sage_C + - Index: 0 + Item: Diary_Of_Great_Sage_C Duration: 10080 + UniqueId: true - Group: C_ASURA_BOX SubGroups: - SubGroup: 0 List: - - Item: Asura_C + - Index: 0 + Item: Asura_C Duration: 10080 + UniqueId: true - Group: C_BROOCH_BOX SubGroups: - SubGroup: 0 List: - - Item: Brooch_C + - Index: 0 + Item: Brooch_C Duration: 10080 + UniqueId: true - Group: C_SAFETY_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Safety_Ring_C + - Index: 0 + Item: Safety_Ring_C Duration: 10080 + UniqueId: true - Group: C_PECOPECO_HAIRBAND_BOX SubGroups: - SubGroup: 0 List: - - Item: Pecopeco_Hairband + - Index: 0 + Item: Pecopeco_Hairband + Duration: 20160 + UniqueId: true - Group: C_NAGAN_BOX SubGroups: - SubGroup: 0 List: - - Item: Nagan_C + - Index: 0 + Item: Nagan_C Duration: 10080 + UniqueId: true - Group: C_SKEWER_BOX SubGroups: - SubGroup: 0 List: - - Item: Skewer_C + - Index: 0 + Item: Skewer_C Duration: 10080 + UniqueId: true - Group: C_QUADRILLE_BOX SubGroups: - SubGroup: 0 List: - - Item: Quadrille_C + - Index: 0 + Item: Quadrille_C Duration: 10080 + UniqueId: true - Group: C_FIRE_BRAND_BOX SubGroups: - SubGroup: 0 List: - - Item: Fire_Brand_C + - Index: 0 + Item: Fire_Brand_C + Duration: 10080 + UniqueId: true - Group: C_MASQUERADE_BOX SubGroups: - SubGroup: 0 List: - - Item: Masquerade_C + - Index: 0 + Item: Masquerade_C + Duration: 20160 + UniqueId: true - Group: C_ORC_HERO_HELM_BOX SubGroups: - SubGroup: 0 List: - - Item: Orc_Hero_Helm_C + - Index: 0 + Item: Orc_Hero_Helm_C + Duration: 20160 + UniqueId: true - Group: C_KRO_D_KITTY_BOX SubGroups: - SubGroup: 0 List: - - Item: kRO_Drooping_Kitty_C + - Index: 0 + Item: kRO_Drooping_Kitty_C + Duration: 20160 + UniqueId: true - Group: C_BLOODY_IRON_BALL_BOX SubGroups: - SubGroup: 0 List: - - Item: Bloody_Iron_Ball_C + - Index: 0 + Item: Bloody_Iron_Ball_C Duration: 10080 + UniqueId: true - Group: C_HOCKEY_MASK_BOX SubGroups: - SubGroup: 0 List: - - Item: Hockey_Mask + - Index: 0 + Item: Hockey_Mask Duration: 10080 + UniqueId: true - Group: C_OBSERVER_BOX SubGroups: - SubGroup: 0 List: - - Item: Observer + - Index: 0 + Item: Observer Duration: 10080 + UniqueId: true - Group: C_ALL_IN_ONE_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: All_In_One_Ring + - Index: 0 + Item: All_In_One_Ring Duration: 10080 + UniqueId: true - Group: C_SPIRITUAL_TUNIC_BOX SubGroups: - SubGroup: 0 List: - - Item: Spritual_Tunic + - Index: 0 + Item: Spritual_Tunic Duration: 10080 + UniqueId: true - Group: C_RECUP_ARMOR_BOX SubGroups: - SubGroup: 0 List: - - Item: Recuperative_Armor + - Index: 0 + Item: Recuperative_Armor Duration: 10080 + UniqueId: true - Group: C_SHELTER_RESIST_BOX SubGroups: - SubGroup: 0 List: - - Item: Shelter_Resistance + - Index: 0 + Item: Shelter_Resistance Duration: 10080 + UniqueId: true - Group: C_SYLPHID_MANTEAU_BOX SubGroups: - SubGroup: 0 List: - - Item: Sylphid_Manteau + - Index: 0 + Item: Sylphid_Manteau Duration: 10080 + UniqueId: true - Group: C_REFRESH_SHOES_BOX SubGroups: - SubGroup: 0 List: - - Item: Refresh_Shoes + - Index: 0 + Item: Refresh_Shoes Duration: 10080 + UniqueId: true - Group: C_WASTELAND_OUTLAW_BOX SubGroups: - SubGroup: 0 List: - - Item: Wasteland_Outlaw_C + - Index: 0 + Item: Wasteland_Outlaw_C Duration: 10080 + UniqueId: true - Group: C_LEVER_ACT_RIFLE_BOX SubGroups: - SubGroup: 0 List: - - Item: Lever_Action_Rifle_C + - Index: 0 + Item: Lever_Action_Rifle_C Duration: 10080 + UniqueId: true - Group: C_CLAYMORE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Claymore_C + - Index: 0 + Item: Claymore_C Duration: 10080 + UniqueId: true - Group: C_JAMADHAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Jamadhar_C + - Index: 0 + Item: Jamadhar_C Duration: 10080 + UniqueId: true - Group: C_TWO_HANDED_AXE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Two_Handed_Axe_C + - Index: 0 + Item: Two_Handed_Axe_C Duration: 10080 + UniqueId: true - Group: C_LANCE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Lance_C + - Index: 0 + Item: Lance_C Duration: 10080 + UniqueId: true - Group: C_ORCISH_AXE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Orcish_Axe_C + - Index: 0 + Item: Orcish_Axe_C Duration: 10080 + UniqueId: true - Group: C_ENCYCLOPEDIA_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Encyclopedia_C + - Index: 0 + Item: Encyclopedia_C Duration: 10080 + UniqueId: true - Group: C_PIKE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Fist_C + - Index: 0 + Item: Fist_C Duration: 10080 + UniqueId: true - Group: C_FIST_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Guitar_C + - Index: 0 + Item: Guitar_C Duration: 10080 + UniqueId: true - Group: C_DAMASCUS_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Damascus_C + - Index: 0 + Item: Damascus_C Duration: 10080 + UniqueId: true - Group: C_FLAMBERGE_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Flamberge_C + - Index: 0 + Item: Flamberge_C Duration: 10080 + UniqueId: true - Group: C_STUNNER_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Stunner_C + - Index: 0 + Item: Stunner_C Duration: 10080 + UniqueId: true - Group: C_SHOOTING_STAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Shooting_Star_C + - Index: 0 + Item: Shooting_Star_C Duration: 10080 + UniqueId: true - Group: C_BLOODY_FEAR_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Bloody_Fear_C + - Index: 0 + Item: Bloody_Fear_C Duration: 10080 + UniqueId: true - Group: C_STAFF_HEALING_C_BOX SubGroups: - SubGroup: 0 List: - - Item: Staff_Of_Healing_C + - Index: 0 + Item: Staff_Of_Healing_C Duration: 10080 + UniqueId: true - Group: C_CLOVER_BOX_MOUTH SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 60 + UniqueId: true - Group: C_CLOVER_BOX_MOUTH2 SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 120 + UniqueId: true - Group: C_CLOVER_BOX_MOUTH4 SubGroups: - SubGroup: 0 List: - - Item: 4Leaf_Clover_In_Mouth + - Index: 0 + Item: 4Leaf_Clover_In_Mouth Duration: 240 + UniqueId: true - Group: C_BGUM_BOX_IN_MOUTH SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 60 + UniqueId: true - Group: C_BGUM_BOX_IN_MOUTH2 SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 120 + UniqueId: true - Group: C_BGUM_BOX_IN_MOUTH4 SubGroups: - SubGroup: 0 List: - - Item: Bubble_Gum_In_Mouth + - Index: 0 + Item: Bubble_Gum_In_Mouth Duration: 240 + UniqueId: true - Group: C_SPIKED_SCARF_BOX SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 60 + UniqueId: true - Group: C_SPIKED_SCARF_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 120 + UniqueId: true - Group: C_SPIKED_SCARF_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Spiked_Scarf + - Index: 0 + Item: Spiked_Scarf Duration: 240 + UniqueId: true - Group: C_RAINBOW_SCARF_BOX SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 60 + UniqueId: true - Group: C_RAINBOW_SCARF_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 120 + UniqueId: true - Group: C_RAINBOW_SCARF_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Rainbow_Scarf + - Index: 0 + Item: Rainbow_Scarf Duration: 240 + UniqueId: true - Group: C_RIBBON_OF_LIFE_BOX SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 60 + UniqueId: true - Group: C_RIBBON_OF_LIFE_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 120 + UniqueId: true - Group: C_RIBBON_OF_LIFE_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Ribbon_Of_Life + - Index: 0 + Item: Ribbon_Of_Life Duration: 240 + UniqueId: true - Group: C_LOVE_ANGEL_BOX SubGroups: - SubGroup: 0 List: - - Item: Love_Angel + - Index: 0 + Item: Love_Angel Duration: 10080 + UniqueId: true - Group: C_LOVE_ANGEL_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Love_Angel + - Index: 0 + Item: Love_Angel Duration: 43200 + UniqueId: true - Group: C_SQUIRREL_BOX SubGroups: - SubGroup: 0 List: - - Item: Squirrel + - Index: 0 + Item: Squirrel Duration: 10080 + UniqueId: true - Group: C_SQUIRREL_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Squirrel + - Index: 0 + Item: Squirrel Duration: 43200 + UniqueId: true - Group: C_PICTURE_DIARY_BOX SubGroups: - SubGroup: 0 List: - - Item: Picture_Diary + - Index: 0 + Item: Picture_Diary Duration: 10080 + UniqueId: true - Group: C_PICTURE_DIARY_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Picture_Diary + - Index: 0 + Item: Picture_Diary Duration: 43200 + UniqueId: true - Group: C_MINI_HEART_BOX SubGroups: - SubGroup: 0 List: - - Item: Mini_Heart + - Index: 0 + Item: Mini_Heart Duration: 10080 + UniqueId: true - Group: C_MINI_HEART_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Mini_Heart + - Index: 0 + Item: Mini_Heart Duration: 43200 + UniqueId: true - Group: C_NEWCOMER_BOX SubGroups: - SubGroup: 0 List: - - Item: Newcomer + - Index: 0 + Item: Newcomer Duration: 10080 + UniqueId: true - Group: C_NEWCOMER_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Newcomer + - Index: 0 + Item: Newcomer Duration: 43200 + UniqueId: true - Group: C_KID_BOX SubGroups: - SubGroup: 0 List: - - Item: Kid + - Index: 0 + Item: Kid Duration: 10080 + UniqueId: true - Group: C_KID_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Kid + - Index: 0 + Item: Kid Duration: 43200 + UniqueId: true - Group: C_MAGIC_CASTLE_BOX SubGroups: - SubGroup: 0 List: - - Item: Magic_Castle + - Index: 0 + Item: Magic_Castle Duration: 10080 + UniqueId: true - Group: C_MAGIC_CASTLE_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Magic_Castle + - Index: 0 + Item: Magic_Castle Duration: 43200 + UniqueId: true - Group: C_BULGING_HEAD_BOX SubGroups: - SubGroup: 0 List: - - Item: Bulging_Head + - Index: 0 + Item: Bulging_Head Duration: 10080 + UniqueId: true - Group: C_BULGING_HEAD_BOX_1M SubGroups: - SubGroup: 0 List: - - Item: Bulging_Head + - Index: 0 + Item: Bulging_Head Duration: 43200 + UniqueId: true - Group: REFINE_ORE_BOX SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Lucky_Egg_C9 + UniqueId: true + - Index: 2 + Item: Lucky_Egg_C9 + UniqueId: true - Group: ATTEND_C_BOX SubGroups: - SubGroup: 1 List: - - Item: C_Green_Feeler - Rate: 4000 - - Item: C_Jack_A_Dandy - Rate: 2000 - - Item: C_Helm - Rate: 1500 - - Item: C_Sharp_Gear - Rate: 1000 - - Item: C_Iron_Cane - Rate: 1500 + - Index: 0 + Item: C_Green_Feeler + Rate: 400 + - Index: 1 + Item: C_Jack_A_Dandy + Rate: 200 + - Index: 2 + Item: C_Helm + Rate: 150 + - Index: 3 + Item: C_Sharp_Gear + Rate: 100 + - Index: 4 + Item: C_Iron_Cane + Rate: 150 - Group: TRANS_A_SET SubGroups: - SubGroup: 0 List: - - Item: Trans_Scroll_Devi + - Index: 0 + Item: Trans_Scroll_Devi Amount: 30 - - Item: Trans_Scroll_Poring + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Golem + Amount: 30 + UniqueId: true + - Index: 2 + Item: Trans_Scroll_Poring Amount: 6 - - Item: Trans_Scroll_Golem - Amount: 30 - - Item: Cloth_Dye_Coupon_Box + UniqueId: true + - Index: 3 + Item: Cloth_Dye_Coupon_Box - Group: TRANS_B_SET SubGroups: - SubGroup: 0 List: - - Item: Trans_Scroll_Marduk + - Index: 0 + Item: Trans_Scroll_Banshee Amount: 30 - - Item: Trans_Scroll_Banshee + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Marduk Amount: 30 - - Item: Trans_Scroll_Poring + UniqueId: true + - Index: 2 + Item: Trans_Scroll_Poring Amount: 6 - - Item: Cloth_Dye_Coupon_Box + UniqueId: true + - Index: 3 + Item: Cloth_Dye_Coupon_Box - Group: TRANS_C_SET SubGroups: - SubGroup: 0 List: - - Item: Trans_Scroll_Ray_Arch + - Index: 0 + Item: Trans_Scroll_Mavka Amount: 30 - - Item: Trans_Scroll_Mavka + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Ray_Arch Amount: 30 - - Item: Trans_Scroll_Poring + UniqueId: true + - Index: 2 + Item: Trans_Scroll_Poring Amount: 6 - - Item: Cloth_Dye_Coupon_Box + UniqueId: true + - Index: 3 + Item: Cloth_Dye_Coupon_Box - Group: MADE_DISH_SET SubGroups: - SubGroup: 0 List: - - Item: Dragon_Egg_Scroll - - Item: Made_Dish_Box + - Index: 0 + Item: Made_Dish_Box + UniqueId: true + - Index: 1 + Item: Dragon_Egg_Scroll + UniqueId: true - Group: MADE_DISH_BOX SubGroups: - SubGroup: 0 List: - - Item: Str_Dish10_ + - Index: 0 + Item: Str_Dish10_ Amount: 5 - - Item: Agi_Dish10_ + UniqueId: true + - Index: 1 + Item: Agi_Dish10_ Amount: 5 - - Item: Int_Dish10_ + UniqueId: true + - Index: 2 + Item: Vit_Dish10_ Amount: 5 - - Item: Dex_Dish10_ + UniqueId: true + - Index: 3 + Item: Int_Dish10_ Amount: 5 - - Item: Luk_Dish10_ + UniqueId: true + - Index: 4 + Item: Dex_Dish10_ Amount: 5 - - Item: Vit_Dish10_ + UniqueId: true + - Index: 5 + Item: Luk_Dish10_ Amount: 5 - - Item: Spark_Candy + UniqueId: true + - Index: 6 + Item: Spark_Candy Amount: 3 + UniqueId: true - Group: RED_BOOSTER_BOX20_2 SubGroups: - SubGroup: 0 List: - - Item: 2011_RWC_Scroll_Kr - - Item: Red_Booster + - Index: 0 + Item: Red_Booster Amount: 20 + UniqueId: true + - Index: 1 + Item: 2011_RWC_Scroll_Kr + UniqueId: true - Group: MYSTIC_POWDER_BOX30_2 SubGroups: - SubGroup: 0 List: - - Item: Cru_Scroll - - Item: Mystic_Powder + - Index: 0 + Item: Mystic_Powder Amount: 30 + UniqueId: true + - Index: 1 + Item: Cru_Scroll + UniqueId: true - Group: EC_BATTLE_MANUAL_BOX SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 10 - - Item: Comp_Battle_Manual + UniqueId: true + - Index: 1 + Item: Comp_Battle_Manual Amount: 3 - Group: EC_JOB_MANUAL25_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Reward_Job_BM25 - Amount: 3 - - Item: Job_Manual25 + - Index: 0 + Item: Job_Manual25 Amount: 10 + UniqueId: true + - Index: 1 + Item: Reward_Job_BM25 + Amount: 3 - Group: GLOBAL_HAT_FES_BOX SubGroups: - SubGroup: 1 List: - - Item: Crescent_Helm - Rate: 784 - - Item: Kabuki_Mask - Rate: 784 - - Item: Ayothaya_Hat - Rate: 245 - - Item: Raven_Cap - Rate: 588 - - Item: B_Dragon_Hat + - Index: 0 + Item: Ayothaya_Hat + Rate: 250 + - Index: 1 + Item: Raven_Cap + Rate: 600 + - Index: 2 + Item: B_Dragon_Hat Rate: 1 - - Item: Quati_Hat - Rate: 588 - - Item: Tucan_Hat - Rate: 784 - - Item: Jaguar_Hat - Rate: 784 - - Item: Dragon_Arhat_Mask - Rate: 245 - - Item: Tiger_Arhat_Mask - Rate: 245 - - Item: Chung_Hairband - Rate: 588 - - Item: Samurai_Mask - Rate: 244 - - Item: Hattah_Black - Rate: 588 - - Item: Horn_Of_Ancient - Rate: 588 - - Item: Sprout_Hat - Rate: 784 - - Item: Mercury_Helm - Rate: 588 - - Item: White_Musang_Hat - Rate: 784 - - Item: Black_Musang_Hat - Rate: 784 + Announced: true + - Index: 3 + Item: Quati_Hat + Rate: 600 + - Index: 4 + Item: Chung_Hairband + Rate: 600 + - Index: 5 + Item: Samurai_Mask + Rate: 249 + Announced: true + - Index: 6 + Item: Horn_Of_Ancient + Rate: 600 + - Index: 7 + Item: Sprout_Hat + Rate: 800 + - Index: 8 + Item: Mercury_Helm + Rate: 600 + - Index: 9 + Item: White_Musang_Hat + Rate: 800 + - Index: 10 + Item: Black_Musang_Hat + Rate: 800 + - Index: 11 + Item: Dragon_Arhat_Mask + Rate: 250 + - Index: 12 + Item: Tiger_Arhat_Mask + Rate: 250 + - Index: 13 + Item: Crescent_Helm + Rate: 800 + - Index: 14 + Item: Tucan_Hat + Rate: 800 + - Index: 15 + Item: Kabuki_Mask + Rate: 800 + - Index: 16 + Item: Jaguar_Hat + Rate: 800 + - Index: 17 + Item: Hattah_Black + Rate: 600 - Group: GLOBAL_HAT_FES_5_BOX SubGroups: - SubGroup: 0 List: - - Item: Global_Hat_Fes_Box2 + - Index: 0 + Item: Global_Hat_Fes_Box2 + UniqueId: true + - Index: 1 + Item: Global_Hat_Fes_Box2 + UniqueId: true + - Index: 2 + Item: Global_Hat_Fes_Box2 + UniqueId: true + - Index: 3 + Item: Global_Hat_Fes_Box2 + UniqueId: true + - Index: 4 + Item: Global_Hat_Fes_Box2 + UniqueId: true - Group: GLOBAL_HAT_FES_BOX2 SubGroups: - SubGroup: 1 List: - - Item: Crescent_Helm - Rate: 784 - - Item: Kabuki_Mask - Rate: 784 - - Item: Ayothaya_Hat - Rate: 245 - - Item: Raven_Cap - Rate: 588 - - Item: B_Dragon_Hat + - Index: 0 + Item: Ayothaya_Hat + Rate: 250 + - Index: 1 + Item: Raven_Cap + Rate: 600 + - Index: 2 + Item: B_Dragon_Hat Rate: 1 - - Item: Quati_Hat - Rate: 588 - - Item: Tucan_Hat - Rate: 784 - - Item: Jaguar_Hat - Rate: 784 - - Item: Dragon_Arhat_Mask - Rate: 245 - - Item: Tiger_Arhat_Mask - Rate: 245 - - Item: Chung_Hairband - Rate: 588 - - Item: Samurai_Mask - Rate: 244 - - Item: Hattah_Black - Rate: 588 - - Item: Horn_Of_Ancient - Rate: 588 - - Item: Sprout_Hat - Rate: 784 - - Item: Mercury_Helm - Rate: 588 - - Item: White_Musang_Hat - Rate: 784 - - Item: Black_Musang_Hat - Rate: 784 + Announced: true + - Index: 3 + Item: Quati_Hat + Rate: 600 + - Index: 4 + Item: Chung_Hairband + Rate: 600 + - Index: 5 + Item: Samurai_Mask + Rate: 249 + Announced: true + - Index: 6 + Item: Horn_Of_Ancient + Rate: 600 + - Index: 7 + Item: Sprout_Hat + Rate: 800 + - Index: 8 + Item: Mercury_Helm + Rate: 600 + - Index: 9 + Item: White_Musang_Hat + Rate: 800 + - Index: 10 + Item: Black_Musang_Hat + Rate: 800 + - Index: 11 + Item: Dragon_Arhat_Mask + Rate: 250 + - Index: 12 + Item: Tiger_Arhat_Mask + Rate: 250 + - Index: 13 + Item: Crescent_Helm + Rate: 800 + - Index: 14 + Item: Tucan_Hat + Rate: 800 + - Index: 15 + Item: Kabuki_Mask + Rate: 800 + - Index: 16 + Item: Jaguar_Hat + Rate: 800 + - Index: 17 + Item: Hattah_Black + Rate: 600 - Group: MADE_DISH_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Str_Dish10_ - - Item: Agi_Dish10_ - - Item: Int_Dish10_ - - Item: Dex_Dish10_ - - Item: Luk_Dish10_ - - Item: Vit_Dish10_ + - Index: 0 + Item: Str_Dish10_ + UniqueId: true + - Index: 1 + Item: Agi_Dish10_ + UniqueId: true + - Index: 2 + Item: Vit_Dish10_ + UniqueId: true + - Index: 3 + Item: Int_Dish10_ + UniqueId: true + - Index: 4 + Item: Dex_Dish10_ + UniqueId: true + - Index: 5 + Item: Luk_Dish10_ + UniqueId: true - Group: MYSTERIOUS_WATER_BOX50 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Mysterious_Water Amount: 50 - - Item: Undead_Egg + UniqueId: true + - Index: 1 + Item: Undead_Egg + UniqueId: true - Group: MYSTERIOUS_WATER_BOX50_ SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Mysterious_Water Amount: 50 - - Item: Girls_Heart + UniqueId: true + - Index: 1 + Item: Girls_Heart + UniqueId: true - Group: REFINE_ORE_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Pope_Scroll + UniqueId: true + - Index: 2 + Item: Pope_Scroll + UniqueId: true - Group: RED_POTION_RG_BOX SubGroups: - SubGroup: 0 List: - - Item: Red_Potion_RG + - Index: 0 + Item: Red_Potion_RG Amount: 10 + UniqueId: true - Group: BLUE_POTION_RG_BOX SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_RG + - Index: 0 + Item: Blue_Potion_RG Amount: 10 + UniqueId: true - Group: GOLDENAPPLE_P_RG_BOX SubGroups: - SubGroup: 0 List: - - Item: GoldenApple_P_RG + - Index: 0 + Item: GoldenApple_P_RG Amount: 20 + UniqueId: true - Group: GOLDENAPPLE_RG_BOX SubGroups: - SubGroup: 0 List: - - Item: GoldenApple_RG + - Index: 0 + Item: GoldenApple_RG Amount: 25 + UniqueId: true - Group: GOLDEN_POTION_RG_BOX SubGroups: - SubGroup: 0 List: - - Item: Golden_Potion_RG + - Index: 0 + Item: Golden_Potion_RG Amount: 50 + UniqueId: true - Group: SPECIAL_PO_BOX SubGroups: - SubGroup: 1 List: - - Item: Old_Card_Album - Rate: 341 - - Item: Orleans_Glove - Rate: 23 - - Item: Diabolus_Ring - Rate: 23 - - Item: Ghostring_Card - Rate: 23 - - Item: Deviling_Card - Rate: 23 - - Item: Archangeling_Card - Rate: 23 - - Item: Card_Coin - Rate: 1477 + - Index: 0 + Item: Royal_Certificate + Rate: 1300 Amount: 3 - - Item: Mora_Coin - Rate: 1477 + - Index: 1 + Item: Card_Coin + Rate: 1300 Amount: 3 - - Item: Royal_Certificate - Rate: 1477 + - Index: 2 + Item: Mora_Coin + Rate: 1300 Amount: 3 - - Item: High_Purity_Energy_Xtal - Rate: 682 + - Index: 3 + Item: Poring_Box + Rate: 1300 + - Index: 4 + Item: High_Purity_Energy_Xtal + Rate: 600 Amount: 3 - - Item: BF_Badge1 - Rate: 682 + - Index: 5 + Item: BF_Badge1 + Rate: 600 Amount: 3 - - Item: BF_Badge2 - Rate: 682 + - Index: 6 + Item: BF_Badge2 + Rate: 600 Amount: 3 - - Item: Bloody_Dead_Branch - Rate: 114 - - Item: Poring_Box - Rate: 1477 - - Item: Magic_Card_Album - Rate: 114 - - Item: Mid_Coin_Pocket - Rate: 682 - - Item: Sg_Violet_Potion_Box - Rate: 682 + - Index: 7 + Item: Mid_Coin_Pocket + Rate: 600 + - Index: 8 + Item: Sg_Violet_Potion_Box + Rate: 600 + - Index: 9 + Item: Old_Card_Album + Rate: 300 + - Index: 10 + Item: Magic_Card_Album + Rate: 100 + - Index: 11 + Item: Bloody_Dead_Branch + Rate: 100 + - Index: 12 + Item: Orleans_Glove + Rate: 20 + - Index: 13 + Item: Diabolus_Ring + Rate: 20 + - Index: 14 + Item: Deviling_Card + Rate: 20 + Announced: true + - Index: 15 + Item: Ghostring_Card + Rate: 20 + Announced: true + - Index: 16 + Item: Archangeling_Card + Rate: 20 + Announced: true - Group: BATTLE_MANUAL_LIMIT_BOX SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Egg2 - - Item: Battle_Manual_Limit + - Index: 0 + Item: Battle_Manual_Limit Amount: 3 + UniqueId: true + - Index: 1 + Item: Mysterious_Egg2 + UniqueId: true - Group: UNLIMITED_20_BOX SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 100 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 200 - - Item: GoldenTreasureBox + UniqueId: true + - Index: 2 + Item: GoldenTreasureBox Amount: 23 + UniqueId: true - Group: CUSTOMIZING_BOX SubGroups: - SubGroup: 0 List: - - Item: Clothing_Dye_Coupon - - Item: New_Style_Coupon - - Item: Change_Name_Card + - Index: 0 + Item: Change_Name_Card + - Index: 1 + Item: New_Style_Coupon + - Index: 2 + Item: Clothing_Dye_Coupon - Group: NYANGVINE_BOX10_ SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 10 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 30 - - Item: Sealed_Scroll3 + - Index: 2 + Item: Sealed_Scroll3 + UniqueId: true - Group: NYANGVINE_BOX100 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 300 - - Item: Sealed_Scroll3 + - Index: 2 + Item: Sealed_Scroll3 Amount: 11 + UniqueId: true - Group: SERVICE30_M_01_BOX SubGroups: - SubGroup: 0 List: - - Item: Service30_M_01_Call + - Index: 0 + Item: Service30_M_01_Call Duration: 43200 - Group: SERVICE30_F_01_BOX SubGroups: - SubGroup: 0 List: - - Item: Service30_F_01_Call + - Index: 0 + Item: Service30_F_01_Call Duration: 43200 - Group: 3_LIFE_POTION_PACK6 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: Status_Decrease_Scroll + UniqueId: true + - Index: 3 + Item: Status_Decrease_Scroll + UniqueId: true - Group: 3_LIFE_POTION_10PACK6 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: Status_Decrease_Scroll + UniqueId: true + - Index: 3 + Item: Status_Decrease_Scroll Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Mad_Bunny_Scroll + UniqueId: true + - Index: 2 + Item: Mad_Bunny_Scroll + UniqueId: true - Group: REFINE_ORE_BOX10_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Mad_Bunny_Scroll + UniqueId: true + - Index: 2 + Item: Mad_Bunny_Scroll Amount: 11 + UniqueId: true - Group: SERVICE30P_M_01_BOX SubGroups: - SubGroup: 0 List: - - Item: Service30P_M_01_Call + - Index: 0 + Item: Service30P_M_01_Call Duration: 43200 - Group: SERVICE30P_F_01_BOX SubGroups: - SubGroup: 0 List: - - Item: Service30P_F_01_Call + - Index: 0 + Item: Service30P_F_01_Call Duration: 43200 - Group: VIGORGRA_PACKAGE_V5 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 2 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 2 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 6 - - Item: Almighty - Amount: 2 - - Item: Mental_Potion - Amount: 2 - - Item: Pump_Of_Spirit_Scroll + UniqueId: true + - Index: 5 + Item: Pump_Of_Spirit_Scroll + UniqueId: true - Group: VIGORGRA_PACKAGE_SET_V5 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 20 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 20 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 60 - - Item: Almighty - Amount: 20 - - Item: Mental_Potion - Amount: 20 - - Item: Pump_Of_Spirit_Scroll + UniqueId: true + - Index: 5 + Item: Pump_Of_Spirit_Scroll Amount: 11 + UniqueId: true - Group: C_GREED_1HOUR_BOX SubGroups: - SubGroup: 0 List: - - Item: C_Greed_Scroll + - Index: 0 + Item: C_Greed_Scroll Duration: 60 + UniqueId: true - Group: C_CATPAW_1DAY_BOX SubGroups: - SubGroup: 0 List: - - Item: C_CatPaw_Ticket + - Index: 0 + Item: C_CatPaw_Ticket Duration: 1440 + UniqueId: true - Group: UNLIMITED_BOX4 SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 5 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 10 - - Item: Happy_Balloon_Scroll + UniqueId: true + - Index: 2 + Item: Happy_Balloon_Scroll + UniqueId: true - Group: UNLIMITED_10_BOX4 SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 50 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 100 - - Item: Happy_Balloon_Scroll + UniqueId: true + - Index: 2 + Item: Happy_Balloon_Scroll Amount: 11 + UniqueId: true - Group: C_GIANT_FLY_1DAY_BOX SubGroups: - SubGroup: 0 List: - - Item: C_Giant_Fly_Wing + - Index: 0 + Item: C_Giant_Fly_Wing Duration: 1440 + UniqueId: true - Group: REFINE_ORE_BOX11 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Piamette_Scroll + UniqueId: true + - Index: 2 + Item: Piamette_Scroll + UniqueId: true - Group: REFINE_ORE_BOX11_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Piamette_Scroll + UniqueId: true + - Index: 2 + Item: Piamette_Scroll Amount: 11 + UniqueId: true - Group: 3_LIFE_POTION_PACK7 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: Invisible_Scroll + UniqueId: true + - Index: 3 + Item: Invisible_Scroll + UniqueId: true - Group: 3_LIFE_POTION_10PACK7 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: Invisible_Scroll + UniqueId: true + - Index: 3 + Item: Invisible_Scroll Amount: 11 + UniqueId: true - Group: ALMIGHTY_PLUS_BOX SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 10 - - Item: Comp_Mystic_Powder - - Item: Comp_Tyr's_Blessing - - Item: Comp_Regenerate_Potion - - Item: New_Hat_Scroll + UniqueId: true + - Index: 1 + Item: New_Hat_Scroll + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + - Index: 3 + Item: Comp_Tyr's_Blessing + - Index: 4 + Item: Comp_Regenerate_Potion - Group: ALMIGHTY100_PLUSBOX SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 100 - - Item: Comp_Mystic_Powder - Amount: 10 - - Item: Comp_Tyr's_Blessing - Amount: 10 - - Item: Comp_Regenerate_Potion - Amount: 10 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: New_Hat_Scroll + UniqueId: true + - Index: 1 + Item: New_Hat_Scroll Amount: 11 + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + Amount: 10 + - Index: 3 + Item: Comp_Tyr's_Blessing + Amount: 10 + - Index: 4 + Item: Comp_Regenerate_Potion + Amount: 10 + - Index: 5 + Item: Comp_Spark_Candy + - Index: 6 + Item: Comp_Magic_Candy - Group: LIMIT_POWER_BOOSTER2 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 10 - - Item: 2015_Special_Scroll + UniqueId: true + - Index: 1 + Item: 2015_Special_Scroll + UniqueId: true - Group: LIMITPOWERBOOSTER2_100 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 100 - - Item: 2015_Special_Scroll + UniqueId: true + - Index: 1 + Item: 2015_Special_Scroll Amount: 11 + UniqueId: true - Group: LC_BOARDING_HALTER_BOX SubGroups: - SubGroup: 0 List: - - Item: Boarding_Halter + - Index: 0 + Item: Boarding_Halter + UniqueId: true - Group: REFINE_ORE_BOX12 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: 2015_Angel_Scroll + UniqueId: true + - Index: 2 + Item: 2015_Angel_Scroll + UniqueId: true - Group: REFINE_ORE_BOX12_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: 2015_Angel_Scroll + UniqueId: true + - Index: 2 + Item: 2015_Angel_Scroll Amount: 11 + UniqueId: true - Group: VIGORGRA_PLUS_PACKAGE SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 2 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 2 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 6 - - Item: Almighty - Amount: 2 - - Item: Mental_Potion - Amount: 2 - - Item: Comp_Glass_Of_Illusion - - Item: Poring_Scroll + UniqueId: true + - Index: 5 + Item: Poring_Scroll + UniqueId: true + - Index: 6 + Item: Comp_Glass_Of_Illusion - Group: VIGORGRA_PLUS_SET SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 20 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 20 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 60 - - Item: Almighty - Amount: 20 - - Item: Mental_Potion - Amount: 20 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: Comp_Glass_Of_Illusion - Amount: 10 - - Item: Poring_Scroll + UniqueId: true + - Index: 5 + Item: Poring_Scroll Amount: 11 + UniqueId: true + - Index: 6 + Item: Comp_Glass_Of_Illusion + Amount: 10 + - Index: 7 + Item: Comp_Spark_Candy + - Index: 8 + Item: Comp_Magic_Candy - Group: 3_LIFE_POTION_PACK8 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: Amistr_Scroll + UniqueId: true + - Index: 3 + Item: Amistr_Scroll + UniqueId: true - Group: 3_LIFE_POTION_10PACK8 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: Amistr_Scroll + UniqueId: true + - Index: 3 + Item: Amistr_Scroll Amount: 11 + UniqueId: true - Group: UNLIMITED_BOX5 SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 5 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 10 - - Item: G_ASPD_Potion - Amount: 50 - - Item: G_Red_Booster - Amount: 100 - - Item: Shadow_Scroll - Amount: 11 + UniqueId: true + - Index: 2 + Item: Shadow_Scroll + UniqueId: true - Group: UNLIMITED_10_BOX5 SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 50 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 100 - - Item: Shadow_Scroll + UniqueId: true + - Index: 2 + Item: Shadow_Scroll Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX13 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Spirit_Scroll + UniqueId: true + - Index: 2 + Item: Spirit_Scroll + UniqueId: true - Group: REFINE_ORE_BOX13_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Spirit_Scroll + UniqueId: true + - Index: 2 + Item: Spirit_Scroll Amount: 11 + UniqueId: true - Group: HD_REFINE_ORE_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Spirit_Scroll + UniqueId: true + - Index: 3 + Item: Spirit_Scroll Amount: 11 + UniqueId: true - Group: NYANGVINE_BOX10_2 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 10 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 30 - - Item: Balloon_Scroll + - Index: 2 + Item: Balloon_Scroll + UniqueId: true - Group: NYANGVINE_BOX100_2 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 300 - - Item: Balloon_Scroll + - Index: 2 + Item: Balloon_Scroll Amount: 11 + UniqueId: true - Group: VIGORGRA_PLUS_PACKAGE2 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 2 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 2 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 6 - - Item: Almighty - Amount: 2 - - Item: Mental_Potion - Amount: 2 - - Item: Comp_Glass_Of_Illusion - - Item: Gunslinger_Scroll + UniqueId: true + - Index: 5 + Item: Gunslinger_Scroll + UniqueId: true + - Index: 6 + Item: Comp_Glass_Of_Illusion - Group: VIGORGRA_PLUS_SET2 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 20 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 20 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 60 - - Item: Almighty - Amount: 20 - - Item: Mental_Potion - Amount: 20 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: Comp_Glass_Of_Illusion - Amount: 10 - - Item: Gunslinger_Scroll + UniqueId: true + - Index: 5 + Item: Gunslinger_Scroll Amount: 11 + UniqueId: true + - Index: 6 + Item: Comp_Glass_Of_Illusion + Amount: 10 + - Index: 7 + Item: Comp_Spark_Candy + - Index: 8 + Item: Comp_Magic_Candy - Group: 3_LIFE_POTION_PACK9 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: Green_Scroll_K + UniqueId: true + - Index: 3 + Item: Green_Scroll_K + UniqueId: true - Group: 3_LIFE_POTION_10PACK9 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: Green_Scroll_K + UniqueId: true + - Index: 3 + Item: Green_Scroll_K Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX14 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Kafra_Scroll + UniqueId: true + - Index: 2 + Item: Kafra_Scroll + UniqueId: true - Group: REFINE_ORE_BOX14_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Kafra_Scroll + UniqueId: true + - Index: 2 + Item: Kafra_Scroll Amount: 11 + UniqueId: true - Group: HD_REFINE_ORE_BOX2 SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Kafra_Scroll + UniqueId: true + - Index: 3 + Item: Kafra_Scroll Amount: 11 + UniqueId: true - Group: ALMIGHTY_PLUS_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 10 - - Item: Comp_Mystic_Powder - - Item: Comp_Tyr's_Blessing - - Item: Comp_Regenerate_Potion - - Item: Sigrun_Scroll + UniqueId: true + - Index: 1 + Item: Sigrun_Scroll + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + - Index: 3 + Item: Comp_Tyr's_Blessing + - Index: 4 + Item: Comp_Regenerate_Potion - Group: ALMIGHTY100_PLUSBOX2 SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 100 - - Item: Comp_Mystic_Powder - Amount: 10 - - Item: Comp_Tyr's_Blessing - Amount: 10 - - Item: Comp_Regenerate_Potion - Amount: 10 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: Sigrun_Scroll + UniqueId: true + - Index: 1 + Item: Sigrun_Scroll Amount: 11 + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + Amount: 10 + - Index: 3 + Item: Comp_Tyr's_Blessing + Amount: 10 + - Index: 4 + Item: Comp_Regenerate_Potion + Amount: 10 + - Index: 5 + Item: Comp_Spark_Candy + - Index: 6 + Item: Comp_Magic_Candy - Group: DEF_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 5 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 30 - - Item: New_Hat_Scroll2 + UniqueId: true + - Index: 2 + Item: New_Hat_Scroll2 + UniqueId: true - Group: DEF_SCROLL_BOX_SET SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: New_Hat_Scroll2 + UniqueId: true + - Index: 2 + Item: New_Hat_Scroll2 Amount: 11 + UniqueId: true - Group: LIMIT_POWER_BOOSTER3 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 10 - - Item: 2016_Special_Scroll + UniqueId: true + - Index: 1 + Item: 2016_Special_Scroll + UniqueId: true - Group: LIMITPOWERBOOSTER3_100 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 100 - - Item: 2016_Special_Scroll + UniqueId: true + - Index: 1 + Item: 2016_Special_Scroll Amount: 11 + UniqueId: true - Group: HD_HIGH_REFINE_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Bradium Amount: 13 - - Item: HD_Bradium + UniqueId: true + - Index: 1 + Item: HD_Carnium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Candlelight_Scroll + UniqueId: true + - Index: 3 + Item: Candlelight_Scroll Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX15_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Candlelight_Scroll + UniqueId: true + - Index: 2 + Item: Candlelight_Scroll Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX15 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Candlelight_Scroll + UniqueId: true + - Index: 2 + Item: Candlelight_Scroll + UniqueId: true - Group: HD_REFINE_ORE_BOX3 SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Candlelight_Scroll + UniqueId: true + - Index: 3 + Item: Candlelight_Scroll Amount: 11 + UniqueId: true - Group: VIGORGRA_PLUS_PACKAGE3 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 2 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 2 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 2 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 6 - - Item: Almighty - Amount: 2 - - Item: Mental_Potion - Amount: 2 - - Item: Comp_Glass_Of_Illusion - - Item: Lapine_Scroll + UniqueId: true + - Index: 5 + Item: Lapine_Scroll + UniqueId: true + - Index: 6 + Item: Comp_Glass_Of_Illusion - Group: VIGORGRA_PLUS_SET3 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Bubble_Gum + UniqueId: true + - Index: 1 + Item: Bubble_Gum Amount: 20 - - Item: Mysterious_Water + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 20 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 20 + UniqueId: true + - Index: 4 + Item: Mysterious_Water Amount: 60 - - Item: Almighty - Amount: 20 - - Item: Mental_Potion - Amount: 20 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: Comp_Glass_Of_Illusion - Amount: 10 - - Item: Lapine_Scroll + UniqueId: true + - Index: 5 + Item: Lapine_Scroll Amount: 11 + UniqueId: true + - Index: 6 + Item: Comp_Glass_Of_Illusion + Amount: 10 + - Index: 7 + Item: Comp_Spark_Candy + - Index: 8 + Item: Comp_Magic_Candy - Group: C_CATPAW_7DAY_BOX SubGroups: - SubGroup: 0 List: - - Item: C_CatPaw_Ticket + - Index: 0 + Item: C_CatPaw_Ticket Duration: 10080 + UniqueId: true - Group: ALMIGHTY_PLUS_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 10 - - Item: Comp_Mystic_Powder - - Item: Comp_Tyr's_Blessing - - Item: Comp_Regenerate_Potion - - Item: Green_Scroll_K2 + UniqueId: true + - Index: 1 + Item: Green_Scroll_K2 + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + - Index: 3 + Item: Comp_Tyr's_Blessing + - Index: 4 + Item: Comp_Regenerate_Potion - Group: ALMIGHTY100_PLUSBOX3 SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 100 - - Item: Comp_Mystic_Powder - Amount: 10 - - Item: Comp_Tyr's_Blessing - Amount: 10 - - Item: Comp_Regenerate_Potion - Amount: 10 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: Green_Scroll_K2 + UniqueId: true + - Index: 1 + Item: Green_Scroll_K2 Amount: 11 + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + Amount: 10 + - Index: 3 + Item: Comp_Tyr's_Blessing + Amount: 10 + - Index: 4 + Item: Comp_Regenerate_Potion + Amount: 10 + - Index: 5 + Item: Comp_Spark_Candy + - Index: 6 + Item: Comp_Magic_Candy - Group: 3_LIFE_POTION_PACK10 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: Love_Scroll + UniqueId: true + - Index: 3 + Item: Love_Scroll + UniqueId: true - Group: 3_LIFE_POTION_10PACK10 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: Love_Scroll + UniqueId: true + - Index: 3 + Item: Love_Scroll Amount: 11 + UniqueId: true - Group: UNLIMITED_10_BOX6 SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 50 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 100 - - Item: Cat_Scroll + UniqueId: true + - Index: 2 + Item: Cat_Scroll Amount: 11 - - Item: Comp_M_DEFScroll + UniqueId: true + - Index: 3 + Item: Comp_M_DEFScroll Amount: 11 + UniqueId: true - Group: UNLIMITED_BOX6 SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 5 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 10 - - Item: Cat_Scroll - - Item: Comp_M_DEFScroll + UniqueId: true + - Index: 2 + Item: Cat_Scroll + UniqueId: true + - Index: 3 + Item: Comp_M_DEFScroll + UniqueId: true - Group: REFINE_ORE_BOX16 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Shadow_Scroll2 + UniqueId: true + - Index: 2 + Item: Shadow_Scroll2 + UniqueId: true - Group: REFINE_ORE_BOX16_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Shadow_Scroll2 + UniqueId: true + - Index: 2 + Item: Shadow_Scroll2 Amount: 11 + UniqueId: true - Group: HD_REFINE_ORE_BOX4 SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Shadow_Scroll2 + UniqueId: true + - Index: 3 + Item: Shadow_Scroll2 Amount: 11 + UniqueId: true - Group: HD_HIGH_REFINE_BOX2 SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Bradium Amount: 13 - - Item: HD_Bradium + UniqueId: true + - Index: 1 + Item: HD_Carnium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Shadow_Scroll2 + UniqueId: true + - Index: 3 + Item: Shadow_Scroll2 Amount: 11 + UniqueId: true - Group: DEF_SCROLL_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 5 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 30 - - Item: May_Gold_Scroll + UniqueId: true + - Index: 2 + Item: May_Gold_Scroll + UniqueId: true - Group: DEF_SCROLL_BOX_SET2 SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: May_Gold_Scroll + UniqueId: true + - Index: 2 + Item: May_Gold_Scroll Amount: 11 + UniqueId: true - Group: 3_LIFE_POTION_PACK11 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: General_Scroll + UniqueId: true + - Index: 3 + Item: General_Scroll + UniqueId: true - Group: 3_LIFE_POTION_10PACK11 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: General_Scroll + UniqueId: true + - Index: 3 + Item: General_Scroll Amount: 11 + UniqueId: true - Group: RTC_ANNIV_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: Guarantee_Weapon_13Up - Rate: 5000 - - Item: Guarantee_Armor_13Up - Rate: 5000 + - Index: 0 + Item: Guarantee_Weapon_13Up + Rate: 1 + Duration: 43200 + UniqueId: true + - Index: 1 + Item: Guarantee_Armor_13Up + Rate: 1 + Duration: 43200 + UniqueId: true - Group: REFINE_ORE_BOX17_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Sentimental_Scroll + UniqueId: true + - Index: 2 + Item: Sentimental_Scroll Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX17 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Sentimental_Scroll + UniqueId: true + - Index: 2 + Item: Sentimental_Scroll + UniqueId: true - Group: HD_REFINE_ORE_BOX5 SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Sentimental_Scroll + UniqueId: true + - Index: 3 + Item: Sentimental_Scroll Amount: 11 + UniqueId: true - Group: HD_HIGH_REFINE_BOX3 SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Bradium Amount: 13 - - Item: HD_Bradium + UniqueId: true + - Index: 1 + Item: HD_Carnium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Sentimental_Scroll + UniqueId: true + - Index: 3 + Item: Sentimental_Scroll Amount: 11 + UniqueId: true - Group: INFINITY_BOX SubGroups: - SubGroup: 0 List: - - Item: Infinity_Scroll - - Item: Infinity_Drink + - Index: 0 + Item: Infinity_Drink Amount: 10 + UniqueId: true + - Index: 1 + Item: Infinity_Scroll + UniqueId: true - Group: INFINITY_10_BOX SubGroups: - SubGroup: 0 List: - - Item: Infinity_Scroll - Amount: 11 - - Item: Infinity_Drink + - Index: 0 + Item: Infinity_Drink Amount: 100 + UniqueId: true + - Index: 1 + Item: Infinity_Scroll + Amount: 11 + UniqueId: true - Group: NEW_VIGORGRA_PACKAGE SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Mysterious_Water + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 6 - - Item: Tyr's_Blessing + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 6 + UniqueId: true + - Index: 3 + Item: Bloody_Scroll + UniqueId: true + - Index: 4 + Item: Small_Mana_Potion + UniqueId: true + - Index: 5 + Item: Tyr's_Blessing Amount: 2 - - Item: Small_Mana_Potion - - Item: M_DEFScroll - Amount: 6 - - Item: Bloody_Scroll - Group: NEW_VIGORGRA_SET SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Mysterious_Water + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 60 - - Item: Tyr's_Blessing - Amount: 20 - - Item: Small_Mana_Potion - Amount: 10 - - Item: M_DEFScroll + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 60 - - Item: Bloody_Scroll + UniqueId: true + - Index: 3 + Item: Bloody_Scroll Amount: 11 + UniqueId: true + - Index: 4 + Item: Small_Mana_Potion + Amount: 10 + UniqueId: true + - Index: 5 + Item: Tyr's_Blessing + Amount: 20 - Group: LIMITPOWERBOOSTER4_100 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 100 - - Item: 2017_Special_Scroll + UniqueId: true + - Index: 1 + Item: 2017_Special_Scroll Amount: 11 + UniqueId: true - Group: LIMIT_POWER_BOOSTER4 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 10 - - Item: 2017_Special_Scroll + UniqueId: true + - Index: 1 + Item: 2017_Special_Scroll + UniqueId: true - Group: 2017_GSTAR_COSTUMEBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Scratching_Cat - Rate: 380 - - Item: C_Steampunk_Hat - Rate: 380 - - Item: C_White_Black_Temp - Rate: 380 - - Item: C_Pope_Ribbon - Rate: 380 - - Item: C_Wings_of_Michael - Rate: 380 - - Item: C_Tare_Pope_Casual - Rate: 380 - - Item: C_BelieversCap - Rate: 380 - - Item: C_Poring_Soap_Pipe - Rate: 380 - - Item: C_Vampire_Familiar - Rate: 380 - - Item: C_Ghostring_Tall_Hat - Rate: 380 - - Item: C_Chatty_Parrot - Rate: 380 - - Item: C_Clock_Casket - Rate: 380 - - Item: C_Rune_Helm - Rate: 380 - - Item: C_Shaving_Foam - Rate: 380 - - Item: C_Brown_Stall - Rate: 380 - - Item: C_Piggyback - Rate: 380 - - Item: C_Teddy_Bear_Hood - Rate: 380 - - Item: C_Mouton_Life_BL - Rate: 380 - - Item: C_Warm_Cat_Muffler - Rate: 380 - - Item: C_Alice_Wig - Rate: 380 - - Item: C_Khalitzburg_Helm_BL - Rate: 1200 - - Item: C_Wanderer_Sakkat - Rate: 1200 + - Index: 0 + Item: C_Vampire_Familiar + Rate: 38 + - Index: 1 + Item: C_Ghostring_Tall_Hat + Rate: 38 + - Index: 2 + Item: C_Steampunk_Hat + Rate: 38 + - Index: 3 + Item: C_Poring_Soap_Pipe + Rate: 38 + - Index: 4 + Item: C_Piggyback + Rate: 38 + - Index: 5 + Item: C_Rune_Helm + Rate: 38 + - Index: 6 + Item: C_Shaving_Foam + Rate: 38 + - Index: 7 + Item: C_White_Black_Temp + Rate: 38 + - Index: 8 + Item: C_Scratching_Cat + Rate: 38 + - Index: 9 + Item: C_Warm_Cat_Muffler + Rate: 38 + - Index: 10 + Item: C_Clock_Casket + Rate: 38 + - Index: 11 + Item: C_Chatty_Parrot + Rate: 38 + - Index: 12 + Item: C_Teddy_Bear_Hood + Rate: 38 + - Index: 13 + Item: C_Mouton_Life_BL + Rate: 38 + - Index: 14 + Item: C_Brown_Stall + Rate: 38 + - Index: 15 + Item: C_Pope_Ribbon + Rate: 38 + - Index: 16 + Item: C_BelieversCap + Rate: 38 + - Index: 17 + Item: C_Tare_Pope_Casual + Rate: 38 + - Index: 18 + Item: C_Khalitzburg_Helm_BL + Rate: 120 + - Index: 19 + Item: C_Wanderer_Sakkat + Rate: 120 + - Index: 20 + Item: C_Alice_Wig + Rate: 38 + - Index: 21 + Item: C_Wings_of_Michael + Rate: 38 - Group: ZERO_MERCHANT_BELL_BOX SubGroups: - SubGroup: 0 List: - - Item: Zero_Merchant_Bell + - Index: 0 + Item: Zero_Merchant_Bell Duration: 43200 - Group: ZERO_KAFRA_BELL_BOX SubGroups: - SubGroup: 0 List: - - Item: Zero_Kafra_Bell + - Index: 0 + Item: Zero_Kafra_Bell Duration: 43200 - Group: REFINE_ORE_BOX18 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: Ice_Scroll + UniqueId: true + - Index: 2 + Item: Ice_Scroll + UniqueId: true - Group: REFINE_ORE_BOX18_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: Ice_Scroll + UniqueId: true + - Index: 2 + Item: Ice_Scroll Amount: 11 + UniqueId: true - Group: HD_REFINE_ORE_BOX6 SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Ice_Scroll + UniqueId: true + - Index: 3 + Item: Ice_Scroll Amount: 11 + UniqueId: true - Group: HD_HIGH_REFINE_BOX4 SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Bradium Amount: 13 - - Item: HD_Bradium + UniqueId: true + - Index: 1 + Item: HD_Carnium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: Ice_Scroll + UniqueId: true + - Index: 3 + Item: Ice_Scroll Amount: 11 + UniqueId: true - Group: NEW_3_POTION_PACK SubGroups: - SubGroup: 0 List: - - Item: Small_Life_Potion + - Index: 0 + Item: Small_Life_Potion Amount: 15 - - Item: Med_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 15 - - Item: Small_Mana_Potion + UniqueId: true + - Index: 2 + Item: Small_Mana_Potion Amount: 5 - - Item: 2018_New_Year_Scroll + UniqueId: true + - Index: 3 + Item: 2018_New_Year_Scroll + UniqueId: true - Group: NEW_3_POTION_10PACK SubGroups: - SubGroup: 0 List: - - Item: Small_Life_Potion + - Index: 0 + Item: Small_Life_Potion Amount: 150 - - Item: Med_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 150 - - Item: Small_Mana_Potion + UniqueId: true + - Index: 2 + Item: Small_Mana_Potion Amount: 50 - - Item: 2018_New_Year_Scroll + UniqueId: true + - Index: 3 + Item: 2018_New_Year_Scroll Amount: 11 + UniqueId: true - Group: NYANGVINE_BOX10_3 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 10 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 30 - - Item: Lunar_New_Year_Scroll + - Index: 2 + Item: Lunar_New_Year_Scroll + UniqueId: true - Group: NYANGVINE_BOX100_3 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Malang_Sp_Can + - Index: 1 + Item: Malang_Sp_Can Amount: 300 - - Item: Lunar_New_Year_Scroll + - Index: 2 + Item: Lunar_New_Year_Scroll Amount: 11 + UniqueId: true - Group: ALMIGHTY_PLUS_BOX4 SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 10 - - Item: Comp_Mystic_Powder - - Item: Comp_Tyr's_Blessing - - Item: Comp_Regenerate_Potion - - Item: 2018_Spring_Scroll + UniqueId: true + - Index: 1 + Item: 2018_Spring_Scroll + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + - Index: 3 + Item: Comp_Tyr's_Blessing + - Index: 4 + Item: Comp_Regenerate_Potion - Group: ALMIGHTY100_PLUSBOX4 SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 100 - - Item: Comp_Mystic_Powder - Amount: 10 - - Item: Comp_Tyr's_Blessing - Amount: 10 - - Item: Comp_Regenerate_Potion - Amount: 10 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: 2018_Spring_Scroll + UniqueId: true + - Index: 1 + Item: 2018_Spring_Scroll Amount: 11 + UniqueId: true + - Index: 2 + Item: Comp_Mystic_Powder + Amount: 10 + - Index: 3 + Item: Comp_Tyr's_Blessing + Amount: 10 + - Index: 4 + Item: Comp_Regenerate_Potion + Amount: 10 + - Index: 5 + Item: Comp_Spark_Candy + - Index: 6 + Item: Comp_Magic_Candy - Group: REFINE_ORE_BOX19_SET10 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: 2018_Sakura_Scroll + UniqueId: true + - Index: 2 + Item: 2018_Sakura_Scroll Amount: 11 + UniqueId: true - Group: REFINE_ORE_BOX19 SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: 2018_Sakura_Scroll + UniqueId: true + - Index: 2 + Item: 2018_Sakura_Scroll + UniqueId: true - Group: HD_REFINE_ORE_BOX7 SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: 2018_Sakura_Scroll + UniqueId: true + - Index: 3 + Item: 2018_Sakura_Scroll Amount: 11 + UniqueId: true - Group: HD_HIGH_REFINE_BOX5 SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Bradium Amount: 13 - - Item: HD_Bradium + UniqueId: true + - Index: 1 + Item: HD_Carnium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: 2018_Sakura_Scroll + UniqueId: true + - Index: 3 + Item: 2018_Sakura_Scroll Amount: 11 + UniqueId: true - Group: DEF_SCROLL_BOX3 SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 5 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 30 - - Item: May_Rainbow_Scroll + UniqueId: true + - Index: 2 + Item: May_Rainbow_Scroll + UniqueId: true - Group: DEF_SCROLL_BOX_SET3 SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: May_Rainbow_Scroll + UniqueId: true + - Index: 2 + Item: May_Rainbow_Scroll Amount: 11 + UniqueId: true - Group: 3_LIFE_POTION_PACK12 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 20 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 20 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 20 - - Item: Pump_Of_Spirit_Scroll2 + UniqueId: true + - Index: 3 + Item: Pump_Of_Spirit_Scroll2 + UniqueId: true - Group: 3_LIFE_POTION_10PACK12 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + UniqueId: true + - Index: 1 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 200 - - Item: Pump_Of_Spirit_Scroll2 + UniqueId: true + - Index: 3 + Item: Pump_Of_Spirit_Scroll2 Amount: 11 + UniqueId: true - Group: INFINITY_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Infinity_Drink + - Index: 0 + Item: Infinity_Drink Amount: 10 - - Item: StarSoul_Scroll + UniqueId: true + - Index: 1 + Item: StarSoul_Scroll + UniqueId: true - Group: INFINITY_10_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Infinity_Drink + - Index: 0 + Item: Infinity_Drink Amount: 100 - - Item: StarSoul_Scroll + UniqueId: true + - Index: 1 + Item: StarSoul_Scroll Amount: 11 + UniqueId: true - Group: A_VIGORGRA_SET SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 20 - - Item: Mysterious_Water + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 60 - - Item: Tyr's_Blessing - Amount: 20 - - Item: Small_Mana_Potion - Amount: 10 - - Item: M_DEFScroll + UniqueId: true + - Index: 2 + Item: Mysterious_Water Amount: 60 - - Item: K_Secret_Key + UniqueId: true + - Index: 3 + Item: K_Secret_Key Amount: 11 + - Index: 4 + Item: Small_Mana_Potion + Amount: 10 + UniqueId: true + - Index: 5 + Item: Tyr's_Blessing + Amount: 20 - Group: A_VIGORGRA_PACKAGE SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 2 - - Item: Mysterious_Water + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 6 - - Item: Tyr's_Blessing + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 6 + UniqueId: true + - Index: 3 + Item: K_Secret_Key + - Index: 4 + Item: Small_Mana_Potion + UniqueId: true + - Index: 5 + Item: Tyr's_Blessing Amount: 2 - - Item: Small_Mana_Potion - - Item: M_DEFScroll - Amount: 6 - - Item: K_Secret_Key - Group: A_ALMIGHTY100_BOX SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 100 - - Item: Comp_Mystic_Powder - Amount: 10 - - Item: Comp_Tyr's_Blessing - Amount: 10 - - Item: Comp_Regenerate_Potion - Amount: 10 - - Item: Comp_Spark_Candy - - Item: Comp_Magic_Candy - - Item: K_Secret_Key + UniqueId: true + - Index: 1 + Item: K_Secret_Key Amount: 11 + - Index: 2 + Item: Comp_Mystic_Powder + Amount: 10 + - Index: 3 + Item: Comp_Tyr's_Blessing + Amount: 10 + - Index: 4 + Item: Comp_Regenerate_Potion + Amount: 10 + - Index: 5 + Item: Comp_Spark_Candy + - Index: 6 + Item: Comp_Magic_Candy - Group: A_ALMIGHTY_BOX SubGroups: - SubGroup: 0 List: - - Item: Almighty + - Index: 0 + Item: Almighty Amount: 10 - - Item: Comp_Mystic_Powder - - Item: Comp_Tyr's_Blessing - - Item: Comp_Regenerate_Potion - - Item: K_Secret_Key + UniqueId: true + - Index: 1 + Item: K_Secret_Key + - Index: 2 + Item: Comp_Mystic_Powder + - Index: 3 + Item: Comp_Tyr's_Blessing + - Index: 4 + Item: Comp_Regenerate_Potion - Group: A_REFINE_ORE_BOX_SET SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 50 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 50 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 11 - Group: A_REFINE_ORE_BOX SubGroups: - SubGroup: 0 List: - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 5 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 5 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key - Group: A_HD_REFINE_ORE_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 13 - - Item: HD_Elunium + UniqueId: true + - Index: 1 + Item: HD_Elunium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: K_Secret_Key + UniqueId: true + - Index: 3 + Item: K_Secret_Key Amount: 11 - Group: A_HD_HIGH_REFINE_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Bradium Amount: 13 - - Item: HD_Bradium + UniqueId: true + - Index: 1 + Item: HD_Carnium Amount: 13 - - Item: Mental_Potion + UniqueId: true + - Index: 2 + Item: Mental_Potion Amount: 6 - - Item: K_Secret_Key + UniqueId: true + - Index: 3 + Item: K_Secret_Key Amount: 11 - Group: A_LIMITPOWERBOOSTER_100 SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 100 - - Item: K_Secret_Key + UniqueId: true + - Index: 1 + Item: K_Secret_Key Amount: 11 - Group: A_LIMITPOWERBOOSTER SubGroups: - SubGroup: 0 List: - - Item: Limit_Power_Booster + - Index: 0 + Item: Limit_Power_Booster Amount: 10 - - Item: K_Secret_Key + UniqueId: true + - Index: 1 + Item: K_Secret_Key - Group: A_DEF_SCROLL_BOX_SET SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 11 - Group: A_DEF_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 5 - - Item: M_DEFScroll + UniqueId: true + - Index: 1 + Item: M_DEFScroll Amount: 30 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key - Group: A_UNLIMITED_10_BOX SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 50 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 100 - - Item: Comp_M_DEFScroll + UniqueId: true + - Index: 2 + Item: Comp_M_DEFScroll Amount: 11 - - Item: K_Secret_Key + - Index: 3 + Item: K_Secret_Key Amount: 11 - Group: A_UNLIMITED_BOX SubGroups: - SubGroup: 0 List: - - Item: ASPD_Potion + - Index: 0 + Item: ASPD_Potion Amount: 5 - - Item: Red_Booster + UniqueId: true + - Index: 1 + Item: Red_Booster Amount: 10 - - Item: Comp_M_DEFScroll - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: Comp_M_DEFScroll + - Index: 3 + Item: K_Secret_Key - Group: MADE_DISH_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Savage_BBQ - - Item: Wug_Blood_Cocktail - - Item: Minor_Brisket - - Item: Siroma_Icetea - - Item: Drocera_Herb_Stew - - Item: Petti_Tail_Noodle + - Index: 0 + Item: Savage_BBQ + UniqueId: true + - Index: 1 + Item: Wug_Blood_Cocktail + UniqueId: true + - Index: 2 + Item: Minor_Brisket + UniqueId: true + - Index: 3 + Item: Siroma_Icetea + UniqueId: true + - Index: 4 + Item: Drocera_Herb_Stew + UniqueId: true + - Index: 5 + Item: Petti_Tail_Noodle + UniqueId: true - Group: COSTUME_SET1_KR SubGroups: - SubGroup: 0 List: - - Item: Evt_Cos_Coin - - SubGroup: 1 + - Index: 0 + Item: Evt_Cos_Coin + - SubGroup: 6 List: - - Item: C_Boitata_Hat_J - Rate: 500 - - Item: C_Brabery_Hat - Rate: 500 - - Item: C_Black_Glasses - Rate: 500 - - Item: C_Sakura_Coronet - Rate: 500 - - Item: C_Full_Bloom_Hairpin - Rate: 500 - - Item: C_Blue_Pajamas_Hat - Rate: 500 - - Item: C_Pink_Fur_Hat - Rate: 500 - - Item: C_Flower_Summer_Hat - Rate: 500 - - Item: C_Black_Shiba_Inu_Hat - Rate: 500 - - Item: C_Love_Daddy - Rate: 500 - - Item: C_Sting_Silk_Ribbon - Rate: 500 - - Item: C_Fairy_Feathers - Rate: 500 - - Item: C_Jioia_TW - Rate: 500 - - Item: C_Lady_Tanee_TW - Rate: 500 - - Item: C_Whale_Cap - Rate: 500 - - Item: C_Carefree_Face - Rate: 500 - - Item: C_Cherry_Ribbon - Rate: 500 - - Item: C_Imperial_Glory - Rate: 500 - - Item: C_Sailor_Collar_WH - Rate: 500 - - Item: C_Feather_Stola - Rate: 500 + - Index: 0 + Item: C_Blink_Eyes_Frozen + Rate: 50 + - Index: 1 + Item: C_Charm_Of_Mistic_Froze + Rate: 50 + - Index: 2 + Item: aegis_19868 + Rate: 50 + - Index: 3 + Item: aegis_410245 + Rate: 50 + - Index: 4 + Item: C_Foxtail + Rate: 50 + - Index: 5 + Item: aegis_400496 + Rate: 50 + - Index: 6 + Item: aegis_420242 + Rate: 50 + - Index: 7 + Item: C_Cat_Mouth + Rate: 50 + - Index: 8 + Item: C_Whikebain_Ears_TW + Rate: 50 + - Index: 9 + Item: C_Neev_Barrette + Rate: 50 + - Index: 10 + Item: C_FluffyWing_TW + Rate: 50 + - Index: 11 + Item: C_Blue_Ribbon_V + Rate: 50 + - Index: 12 + Item: C_Stall_Of_Angel + Rate: 50 + - Index: 13 + Item: C_Sorc_Night_Cap + Rate: 50 + - Index: 14 + Item: C_Helmet_Of_Siegfried_J + Rate: 50 + - Index: 15 + Item: aegis_420181 + Rate: 50 + - Index: 16 + Item: C_Little_Abyss_Dragon + Rate: 50 + - Index: 17 + Item: C_Blue_Rose_Ornament + Rate: 50 + - Index: 18 + Item: C_Blue_Rose_Eyepatch + Rate: 50 + - Index: 19 + Item: C_L_Ribbon_M_BU + Rate: 50 - Group: SEALED_SCROLL3 SubGroups: - SubGroup: 1 List: - - Item: White_Slim_Potion_Box - Rate: 10000 - - SubGroup: 2 - List: - - Item: Guarantee_Weapon_9Up - Rate: 1 - - Item: Guarantee_Weapon_7Up - Rate: 59 - - Item: Guarantee_Armor_9Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 59 - - Item: Treasure_Box - Rate: 1000 - - Item: E_WOB_Rune - Rate: 500 - - Item: E_WOB_Schwaltz - Rate: 500 - - Item: E_WOB_Rachel - Rate: 500 - - Item: E_WOB_Local - Rate: 500 - - Item: White_Slim_Pot_Box2 - Rate: 1000 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: C_Wing_Of_Fly_1Day_Box - Rate: 1000 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 245 - - Item: Shadow_Cube - Rate: 2500 - - Item: Sealed_Card + - Index: 0 + Item: Sealed_Card Rate: 10 - - Item: New_Year_Shadow_Cube + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 1 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 1 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 59 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 59 + Announced: true + - Index: 5 + Item: New_Year_Shadow_Cube Rate: 125 + Announced: true + - Index: 6 + Item: Shadow_Cube + Rate: 2500 + - Index: 7 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 245 + - Index: 8 + Item: E_WOB_Rune + Rate: 500 + Amount: 5 + - Index: 9 + Item: E_WOB_Schwaltz + Rate: 500 + Amount: 5 + - Index: 10 + Item: E_WOB_Rachel + Rate: 500 + Amount: 5 + - Index: 11 + Item: E_WOB_Local + Rate: 500 + Amount: 5 + - Index: 12 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 13 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 14 + Item: Potion_Box + Rate: 1000 + - Index: 15 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 16 + Item: Treasure_Box + Rate: 1000 + Amount: 3 - Group: STATUS_DECREASE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Costume_Exchange - Rate: 1000 - - Item: Treasure_Box - Rate: 900 - - Item: Comp_Battle_Manual - Rate: 1000 - - Item: Delicious_Shaved_Ice + Announced: true + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Minus_Str_Box + Rate: 80 + Announced: true + - Index: 5 + Item: Minus_Agi_Box + Rate: 80 + Announced: true + - Index: 6 + Item: Minus_Vit_Box + Rate: 80 + Announced: true + - Index: 7 + Item: Minus_Int_Box + Rate: 80 + Announced: true + - Index: 8 + Item: Minus_Dex_Box + Rate: 80 + Announced: true + - Index: 9 + Item: Minus_Luk_Box + Rate: 80 + Announced: true + - Index: 10 + Item: Minus_Str + Rate: 500 + - Index: 11 + Item: Minus_Agi + Rate: 500 + - Index: 12 + Item: Minus_Vit + Rate: 500 + - Index: 13 + Item: Minus_Int + Rate: 500 + - Index: 14 + Item: Minus_Dex + Rate: 500 + - Index: 15 + Item: Minus_Luk + Rate: 500 + - Index: 16 + Item: Fit_Pipe Rate: 300 - - Item: Fit_Pipe + Amount: 3 + - Index: 17 + Item: Delicious_Shaved_Ice Rate: 300 - - Item: Gril's_Naivety + Amount: 3 + - Index: 18 + Item: Gril's_Naivety Rate: 200 - - Item: Old_Ore_Box - Rate: 1000 - - Item: Potion_Box + Amount: 3 + - Index: 19 + Item: Potion_Box Rate: 800 - - Item: C_Wing_Of_Fly_1Day_Box + - Index: 20 + Item: Costume_Exchange + Rate: 1000 + - Index: 21 + Item: Treasure_Box + Rate: 900 + Amount: 3 + - Index: 22 + Item: Old_Ore_Box + Rate: 1000 + - Index: 23 + Item: Comp_Battle_Manual + Rate: 1000 + - Index: 24 + Item: C_Wing_Of_Fly_1Day_Box Rate: 1000 - - Item: Minus_Str - Rate: 500 - - Item: Minus_Agi - Rate: 500 - - Item: Minus_Vit - Rate: 500 - - Item: Minus_Int - Rate: 500 - - Item: Minus_Dex - Rate: 500 - - Item: Minus_Luk - Rate: 500 - - Item: Minus_Str_Box - Rate: 80 - - Item: Minus_Agi_Box - Rate: 80 - - Item: Minus_Vit_Box - Rate: 80 - - Item: Minus_Int_Box - Rate: 80 - - Item: Minus_Dex_Box - Rate: 80 - - Item: Minus_Luk_Box - Rate: 80 - Group: MAD_BUNNY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Mad_Bunny - Rate: 2212 - - Item: White_Slim_Potion_Box - Rate: 7788 - - SubGroup: 2 - List: - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Weapon_7Up - Rate: 15 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Armor_7Up - Rate: 15 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Blacksmith_Blessing - Rate: 500 - - Item: J_Shop_Coupon - Rate: 500 - - Item: Comp_Battle_Manual - Rate: 1000 - - Item: Comp_Bubble_Gum - Rate: 1500 - - Item: White_Slim_Pot_Box2 - Rate: 880 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Old_Ore_Box - Rate: 1000 - - Item: Minus_Str - Rate: 250 - - Item: Minus_Agi - Rate: 250 - - Item: Minus_Vit - Rate: 250 - - Item: Minus_Int - Rate: 250 - - Item: Minus_Dex - Rate: 250 - - Item: Minus_Luk - Rate: 250 - - Item: Mad_Bunny_Scroll + Announced: true + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Hat_Box Rate: 70 - - Item: Shadow_Cube_Weapon - Rate: 319 - - Item: Shadow_Cube_Armor - Rate: 285 - - Item: Shadow_Cube_Shield - Rate: 271 - - Item: Shadow_Cube_Shoes - Rate: 229 - - Item: Shadow_Cube_Pendant + Announced: true + - Index: 7 + Item: Mad_Bunny_K + Rate: 250 + Announced: true + - Index: 8 + Item: Mad_Bunny_K_ + Rate: 250 + Announced: true + - Index: 9 + Item: Shadow_Cube_Pendant Rate: 195 - - Item: Shadow_Cube_Earing + - Index: 10 + Item: Shadow_Cube_Earing Rate: 201 - - Item: Mad_Bunny_K + - Index: 11 + Item: Shadow_Cube_Armor + Rate: 285 + - Index: 12 + Item: Shadow_Cube_Shield + Rate: 271 + - Index: 13 + Item: Shadow_Cube_Shoes + Rate: 229 + - Index: 14 + Item: Shadow_Cube_Weapon + Rate: 319 + - Index: 15 + Item: Minus_Str Rate: 250 - - Item: Mad_Bunny_K_ + - Index: 16 + Item: Minus_Agi Rate: 250 + - Index: 17 + Item: Minus_Vit + Rate: 250 + - Index: 18 + Item: Minus_Int + Rate: 250 + - Index: 19 + Item: Minus_Dex + Rate: 250 + - Index: 20 + Item: Minus_Luk + Rate: 250 + - Index: 21 + Item: White_Slim_Pot_Box2 + Rate: 880 + - Index: 22 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 23 + Item: Comp_Bubble_Gum + Rate: 1500 + Amount: 2 + - Index: 24 + Item: J_Shop_Coupon + Rate: 500 + - Index: 25 + Item: Old_Ore_Box + Rate: 1000 + - Index: 26 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 27 + Item: Blacksmith_Blessing + Rate: 500 - Group: SEALED_HAT_BOX SubGroups: - SubGroup: 1 List: - - Item: Wondering_Wolf_Helm - Rate: 2000 - - Item: Holy_Marching_Hat_J - Rate: 2000 - - Item: Imp_Hat - Rate: 2000 - - Item: Evil_Marcher_Hat - Rate: 2000 - - Item: Tare_Neko_Cru - Rate: 2000 + - Index: 0 + Item: Evil_Marcher_Hat + Rate: 1 + - Index: 1 + Item: Wondering_Wolf_Helm + Rate: 1 + - Index: 2 + Item: Tare_Neko_Cru + Rate: 1 + - Index: 3 + Item: Imp_Hat + Rate: 1 + - Index: 4 + Item: Holy_Marching_Hat_J + Rate: 1 - Group: SEALED_HAT_BOX2 SubGroups: - SubGroup: 1 List: - - Item: Mask_Of_Ifrit - Rate: 2000 - - Item: Drooping_Morocc_Minion - Rate: 2000 - - Item: Glory_FB_Hat - Rate: 2000 - - Item: Tare_Neko_Cru - Rate: 2000 - - Item: Heart_Wing_Hairband - Rate: 2000 + - Index: 0 + Item: Heart_Wing_Hairband + Rate: 1 + - Index: 1 + Item: Tare_Neko_Cru + Rate: 1 + - Index: 2 + Item: Glory_FB_Hat + Rate: 1 + - Index: 3 + Item: Drooping_Morocc_Minion + Rate: 1 + - Index: 4 + Item: Mask_Of_Ifrit + Rate: 1 - Group: IMPROVED_NOMALBOX SubGroups: - SubGroup: 0 List: - - Item: First_Aid_Kit_B + - Index: 0 + Item: White_Slim_Potion_B + Amount: 50 + - Index: 1 + Item: First_Aid_Kit_B - SubGroup: 1 List: - - Item: Old_Blue_Box - Rate: 150 - - Item: Branch_Of_Dead_Tree - Rate: 20 - - Item: Old_Card_Album - Rate: 10 - - Item: Old_Violet_Box - Rate: 150 - - Item: Inspector_Certificate - Rate: 150 - - Item: Poison_Bottle - Rate: 60 - - Item: Oridecon - Rate: 150 - - Item: Elunium - Rate: 150 - - Item: White_Potion_B - Rate: 600 - Amount: 2 - - Item: Yellow_Potion_B - Rate: 600 - Amount: 4 - - Item: Red_Slim_Potion_B - Rate: 1000 - Amount: 6 - - Item: Orange_Potion_B - Rate: 600 - Amount: 6 - - Item: Red_Potion_B - Rate: 600 - Amount: 8 - - Item: Green_Potion_B - Rate: 600 - Amount: 5 - - Item: Blue_Potion_B - Rate: 600 - - Item: White_Slim_Potion_B - Rate: 1000 - Amount: 50 - - Item: Yellow_Slim_Potion_B - Rate: 1000 - Amount: 4 - - Item: Bloody_Dead_Branch - Rate: 10 - - Item: Comp_Battle_Manual - Rate: 20 - - Item: Comp_Bubble_Gum - Rate: 20 - - Item: Comp_Insurance - Rate: 20 - - Item: Berserk_Potion_B - Rate: 500 - - Item: Awakening_Potion_B - Rate: 500 - - Item: Speed_Up_Potion_B - Rate: 150 - - Item: Water_Of_Darkness_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 100 - - Item: Cookie_Bag_B + Amount: 2 + - Index: 1 + Item: Yellow_Slim_Potion_B + Rate: 100 + Amount: 4 + - Index: 2 + Item: Red_Slim_Potion_B + Rate: 100 + Amount: 6 + - Index: 3 + Item: White_Potion_B Rate: 60 - - Item: Sesame_Pastry_B + Amount: 2 + - Index: 4 + Item: Yellow_Potion_B Rate: 60 - - Item: Honey_Pastry_B + Amount: 4 + - Index: 5 + Item: Orange_Potion_B Rate: 60 - - Item: Rainbow_Cake_B + Amount: 6 + - Index: 6 + Item: Red_Potion_B Rate: 60 - - Item: Improved_NomalBox - Rate: 1000 + Amount: 8 + - Index: 7 + Item: Green_Potion_B + Rate: 60 + Amount: 5 + - Index: 8 + Item: Blue_Potion_B + Rate: 60 + - Index: 9 + Item: Awakening_Potion_B + Rate: 50 + - Index: 10 + Item: Berserk_Potion_B + Rate: 50 + - Index: 11 + Item: Old_Violet_Box + Rate: 15 + - Index: 12 + Item: Old_Blue_Box + Rate: 15 + - Index: 13 + Item: Inspector_Certificate + Rate: 15 + - Index: 14 + Item: Oridecon + Rate: 15 + - Index: 15 + Item: Elunium + Rate: 15 + - Index: 16 + Item: Speed_Up_Potion_B + Rate: 15 + - Index: 17 + Item: Water_Of_Darkness_B + Rate: 10 + - Index: 18 + Item: Poison_Bottle + Rate: 6 + - Index: 19 + Item: Cookie_Bag_B + Rate: 6 + - Index: 20 + Item: Sesame_Pastry_B + Rate: 6 + - Index: 21 + Item: Honey_Pastry_B + Rate: 6 + - Index: 22 + Item: Rainbow_Cake_B + Rate: 6 + - Index: 23 + Item: Comp_Insurance + Rate: 2 + - Index: 24 + Item: Comp_Battle_Manual + Rate: 2 + - Index: 25 + Item: Comp_Bubble_Gum + Rate: 2 + - Index: 26 + Item: Branch_Of_Dead_Tree + Rate: 2 + - Index: 27 + Item: Bloody_Dead_Branch + Rate: 1 + - Index: 28 + Item: Old_Card_Album + Rate: 1 + - Index: 29 + Item: Improved_WoodenBox + Rate: 100 - Group: IMPROVED_WOODENBOX SubGroups: - SubGroup: 0 List: - - Item: White_Slim_Pot_Box2 - - Item: First_Aid_Kit_B + - Index: 0 + Item: White_Slim_Pot_Box2 + - Index: 1 + Item: First_Aid_Kit_B Amount: 3 - - Item: Improved_NomalBox + - Index: 2 + Item: Improved_NomalBox - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree - Rate: 80 - - Item: Old_Card_Album - Rate: 80 - - Item: Old_Violet_Box - Rate: 350 - - Item: Inspector_Certificate - Rate: 350 - - Item: Poison_Bottle - Rate: 307 - - Item: Oridecon - Rate: 310 - - Item: Elunium - Rate: 310 - - Item: Guarantee_Weapon_7Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 - - Item: Red_Slim_Potion_B - Rate: 1000 - Amount: 30 - - Item: Green_Potion_B - Rate: 550 - Amount: 30 - - Item: Blue_Potion_B - Rate: 550 - Amount: 5 - - Item: White_Slim_Potion_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 1000 Amount: 10 - - Item: Yellow_Slim_Potion_B + - Index: 1 + Item: Yellow_Slim_Potion_B Rate: 1000 Amount: 20 - - Item: Bloody_Dead_Branch - Rate: 80 - - Item: Comp_Battle_Manual - Rate: 80 - - Item: Comp_Bubble_Gum - Rate: 80 - - Item: Comp_Insurance - Rate: 80 - - Item: E_WOB_Rune - Rate: 80 - - Item: E_WOB_Schwaltz - Rate: 80 - - Item: E_WOB_Rachel - Rate: 80 - - Item: E_WOB_Local - Rate: 80 - - Item: Old_Bleu_Box + - Index: 2 + Item: Red_Slim_Potion_B + Rate: 1000 + Amount: 30 + - Index: 3 + Item: Blue_Potion_B + Rate: 550 + Amount: 5 + - Index: 4 + Item: Green_Potion_B + Rate: 550 + Amount: 30 + - Index: 5 + Item: Awakening_Potion_B + Rate: 550 + Amount: 10 + - Index: 6 + Item: Berserk_Potion_B + Rate: 550 + Amount: 10 + - Index: 7 + Item: Old_Violet_Box Rate: 350 - - Item: Berserk_Potion_B - Rate: 550 - Amount: 10 - - Item: Awakening_Potion_B - Rate: 550 - Amount: 10 - - Item: Speed_Up_Potion_B + - Index: 8 + Item: Old_Bleu_Box + Rate: 350 + - Index: 9 + Item: Inspector_Certificate + Rate: 350 + - Index: 10 + Item: Oridecon Rate: 310 - - Item: Water_Of_Darkness_B + - Index: 11 + Item: Elunium Rate: 310 - - Item: Sesame_Pastry_B + - Index: 12 + Item: Speed_Up_Potion_B + Rate: 310 + - Index: 13 + Item: Water_Of_Darkness_B + Rate: 310 + - Index: 14 + Item: Poison_Bottle + Rate: 307 + - Index: 15 + Item: Sesame_Pastry_B Rate: 300 - - Item: Honey_Pastry_B + - Index: 16 + Item: Honey_Pastry_B Rate: 300 - - Item: Rainbow_Cake_B + - Index: 17 + Item: Rainbow_Cake_B Rate: 300 - - Item: Improved_WoodenBox + - Index: 18 + Item: Comp_Insurance + Rate: 80 + - Index: 19 + Item: Comp_Battle_Manual + Rate: 80 + - Index: 20 + Item: Comp_Bubble_Gum + Rate: 80 + - Index: 21 + Item: Branch_Of_Dead_Tree + Rate: 80 + - Index: 22 + Item: Bloody_Dead_Branch + Rate: 80 + - Index: 23 + Item: Old_Card_Album + Rate: 80 + - Index: 24 + Item: E_WOB_Rune + Rate: 80 + - Index: 25 + Item: E_WOB_Schwaltz + Rate: 80 + - Index: 26 + Item: E_WOB_Rachel + Rate: 80 + - Index: 27 + Item: E_WOB_Local + Rate: 80 + - Index: 28 + Item: Guarantee_Weapon_7Up Rate: 1 - - Item: Improved_WoodenBox + - Index: 29 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 30 + Item: Sealed_Hat_Box + Rate: 1 + - Index: 31 + Item: Improved_GoldenBox Rate: 500 - Group: IMPROVED_GOLDENBOX SubGroups: - SubGroup: 0 List: - - Item: Poison_Bottle + - Index: 0 + Item: White_Slim_Pot_Box2 + - Index: 1 + Item: Poison_Bottle Amount: 10 - - Item: White_Slim_Pot_Box2 - - Item: E_Blessing_10_Scr_Box - - Item: E_Inc_Agi_10_Scr_Box - - Item: Speed_Up_Potion_B + - Index: 2 + Item: Speed_Up_Potion_B Amount: 10 - - Item: Improved_NomalBox + - Index: 3 + Item: E_Blessing_10_Scr_Box + - Index: 4 + Item: E_Inc_Agi_10_Scr_Box + - Index: 5 + Item: Improved_NomalBox Amount: 5 - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree - Rate: 200 - Amount: 3 - - Item: Old_Card_Album - Rate: 200 - - Item: Old_Violet_Box - Rate: 300 - Amount: 3 - - Item: Inspector_Certificate - Rate: 300 - Amount: 12 - - Item: Oridecon - Rate: 200 - Amount: 12 - - Item: Elunium - Rate: 200 - Amount: 12 - - Item: Guarantee_Weapon_7Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 - - Item: Blue_Potion_B - Rate: 1000 - Amount: 12 - - Item: White_Slim_Potion_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 1000 Amount: 40 - - Item: Bloody_Dead_Branch - Rate: 200 - - Item: Magic_Card_Album - Rate: 185 - - Item: Comp_Battle_Manual - Rate: 200 - - Item: Comp_Bubble_Gum - Rate: 200 - - Item: Comp_Insurance - Rate: 200 - - Item: E_WOB_Rune - Rate: 160 - Amount: 3 - - Item: E_WOB_Schwaltz - Rate: 160 - Amount: 3 - - Item: E_WOB_Rachel - Rate: 160 - Amount: 3 - - Item: E_WOB_Local - Rate: 160 - Amount: 3 - - Item: Old_Bleu_Box + - Index: 1 + Item: Blue_Potion_B + Rate: 1000 + Amount: 12 + - Index: 2 + Item: Awakening_Potion_B + Rate: 1000 + Amount: 12 + - Index: 3 + Item: Berserk_Potion_B + Rate: 1000 + Amount: 12 + - Index: 4 + Item: Old_Violet_Box Rate: 300 Amount: 3 - - Item: Reward_Job_BM25 + - Index: 5 + Item: Old_Bleu_Box + Rate: 300 + Amount: 3 + - Index: 6 + Item: Inspector_Certificate + Rate: 300 + Amount: 12 + - Index: 7 + Item: Oridecon + Rate: 200 + Amount: 12 + - Index: 8 + Item: Elunium + Rate: 200 + Amount: 12 + - Index: 9 + Item: Water_Of_Darkness_B + Rate: 200 + Amount: 12 + - Index: 10 + Item: Sesame_Pastry_B + Rate: 200 + Amount: 12 + - Index: 11 + Item: Honey_Pastry_B + Rate: 200 + Amount: 12 + - Index: 12 + Item: Rainbow_Cake_B + Rate: 200 + Amount: 12 + - Index: 13 + Item: Reward_Job_BM25 Rate: 200 Amount: 2 - - Item: Berserk_Potion_B - Rate: 1000 - Amount: 12 - - Item: Awakening_Potion_B - Rate: 1000 - Amount: 12 - - Item: Water_Of_Darkness_B + - Index: 14 + Item: Comp_Insurance Rate: 200 - Amount: 12 - - Item: Sesame_Pastry_B + - Index: 15 + Item: Comp_Battle_Manual Rate: 200 - Amount: 12 - - Item: Honey_Pastry_B + - Index: 16 + Item: Comp_Bubble_Gum Rate: 200 - Amount: 12 - - Item: Rainbow_Cake_B + - Index: 17 + Item: Branch_Of_Dead_Tree Rate: 200 - Amount: 12 - - Item: Improved_GoldenBox + Amount: 3 + - Index: 18 + Item: Bloody_Dead_Branch + Rate: 200 + - Index: 19 + Item: Old_Card_Album + Rate: 200 + - Index: 20 + Item: Magic_Card_Album + Rate: 185 + - Index: 21 + Item: E_WOB_Rune + Rate: 160 + Amount: 3 + - Index: 22 + Item: E_WOB_Schwaltz + Rate: 160 + Amount: 3 + - Index: 23 + Item: E_WOB_Rachel + Rate: 160 + Amount: 3 + - Index: 24 + Item: E_WOB_Local + Rate: 160 + Amount: 3 + - Index: 25 + Item: Guarantee_Weapon_7Up + Rate: 1 + - Index: 26 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 27 + Item: Sealed_Hat_Box2 Rate: 3 - - Item: Improved_GoldenBox + - Index: 28 + Item: Sealed_Hat_Box Rate: 3 - - Item: Improved_GoldenBox + - Index: 29 + Item: Improved_PlatinumBox Rate: 1667 - Group: IMPROVED_PLATINUMBOX SubGroups: - SubGroup: 0 List: - - Item: Poison_Bottle_Box2 - - Item: Potion_Box - - Item: E_S_Life_Potion_Box - - Item: E_Abrasive_Box10 - - Item: E_Blessing_10_Scr_Box - - Item: E_Inc_Agi_10_Scr_Box - - Item: Speed_Up_Potion_B + - Index: 0 + Item: Potion_Box + - Index: 1 + Item: Speed_Up_Potion_B Amount: 30 - - Item: Improved_NomalBox + - Index: 2 + Item: Poison_Bottle_Box2 + - Index: 3 + Item: E_S_Life_Potion_Box + - Index: 4 + Item: E_Abrasive_Box10 + - Index: 5 + Item: E_Blessing_10_Scr_Box + - Index: 6 + Item: E_Inc_Agi_10_Scr_Box + - Index: 7 + Item: Improved_NomalBox Amount: 30 - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree + - Index: 0 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 1 + Item: Oridecon_Box Rate: 1000 Amount: 10 - - Item: Old_Card_Album + - Index: 2 + Item: Elunium_Box + Rate: 1000 + Amount: 10 + - Index: 3 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 10 + - Index: 4 + Item: First_Aid_Kit + Rate: 1000 + Amount: 10 + - Index: 5 + Item: Anodyne_B + Rate: 1000 + Amount: 10 + - Index: 6 + Item: Comp_Insurance Rate: 300 Amount: 10 - - Item: Sigrun's_Wing - Rate: 1 - - Item: Guarantee_Weapon_9Up - Rate: 1 - - Item: Guarantee_Weapon_7Up - Rate: 3 - - Item: Guarantee_Armor_9Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 3 - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Battle_Manual100 Rate: 300 Amount: 3 - - Item: First_Aid_Kit - Rate: 1000 + - Index: 8 + Item: Comp_Bubble_Gum + Rate: 300 Amount: 10 - - Item: Magic_Card_Album + - Index: 9 + Item: Bloody_Dead_Branch Rate: 300 Amount: 3 - - Item: Comp_Bubble_Gum + - Index: 10 + Item: Old_Card_Album Rate: 300 Amount: 10 - - Item: Comp_Insurance - Rate: 300 - Amount: 10 - - Item: E_WOB_Rune - Rate: 300 - Amount: 10 - - Item: E_WOB_Schwaltz - Rate: 300 - Amount: 10 - - Item: E_WOB_Rachel - Rate: 300 - Amount: 10 - - Item: E_WOB_Local - Rate: 300 - Amount: 10 - - Item: White_Slim_Pot_Box2 - Rate: 1000 - - Item: Reward_Job_BM25 - Rate: 300 - Amount: 10 - - Item: Elunium_Box - Rate: 1000 - Amount: 10 - - Item: Oridecon_Box - Rate: 1000 - Amount: 10 - - Item: Battle_Manual100 + - Index: 11 + Item: Magic_Card_Album Rate: 300 Amount: 3 - - Item: E_Str_Dish_Box - Rate: 100 - - Item: E_Agi_Dish_Box - Rate: 100 - - Item: E_Int_Dish_Box - Rate: 100 - - Item: E_Dex_Dish_Box - Rate: 100 - - Item: E_Luk_Dish_Box - Rate: 100 - - Item: E_Vit_Dish_Box - Rate: 100 - - Item: Anodyne_B - Rate: 1000 + - Index: 12 + Item: E_WOB_Rune + Rate: 300 Amount: 10 - - Item: Improved_PlatinumBox - Rate: 9 - - Item: Improved_PlatinumBox - Rate: 9 - - Item: Comp_Trans_Scroll + - Index: 13 + Item: E_WOB_Schwaltz + Rate: 300 + Amount: 10 + - Index: 14 + Item: E_WOB_Rachel + Rate: 300 + Amount: 10 + - Index: 15 + Item: E_WOB_Local + Rate: 300 + Amount: 10 + - Index: 16 + Item: Reward_Job_BM25 + Rate: 300 + Amount: 10 + - Index: 17 + Item: E_Str_Dish_Box + Rate: 100 + - Index: 18 + Item: E_Agi_Dish_Box + Rate: 100 + - Index: 19 + Item: E_Int_Dish_Box + Rate: 100 + - Index: 20 + Item: E_Dex_Dish_Box + Rate: 100 + - Index: 21 + Item: E_Luk_Dish_Box + Rate: 100 + - Index: 22 + Item: E_Vit_Dish_Box + Rate: 100 + - Index: 23 + Item: Comp_Trans_Scroll Rate: 73 + - Index: 24 + Item: Guarantee_Weapon_7Up + Rate: 3 + - Index: 25 + Item: Guarantee_Armor_7Up + Rate: 3 + - Index: 26 + Item: Guarantee_Weapon_9Up + Rate: 1 + - Index: 27 + Item: Guarantee_Armor_9Up + Rate: 1 + - Index: 28 + Item: Sealed_Hat_Box2 + Rate: 9 + - Index: 29 + Item: Sealed_Hat_Box + Rate: 9 + - Index: 30 + Item: Sigrun's_Wing + Rate: 1 - Group: 13THCELEBRATEBOX SubGroups: - SubGroup: 1 List: - - Item: Old_Card_Album - Rate: 100 - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Weapon_7Up - Rate: 15 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Armor_7Up - Rate: 15 - - Item: Card_Coin - Rate: 700 - Amount: 4 - - Item: Comp_Battle_Manual - Rate: 600 - - Item: Comp_Bubble_Gum - Rate: 600 - - Item: White_Slim_Pot_Box2 - Rate: 750 - Amount: 3 - - Item: Poison_Bottle_Box2 - Rate: 700 - - Item: 13thCelebrateBox - Rate: 100 - - Item: Yggdrasilberry_Box - Rate: 550 - - Item: Golden_Card + - Index: 0 + Item: Golden_Card Rate: 1 - - Item: G_Mysterious_Water - Rate: 600 - Amount: 3 - - Item: G_Small_Life_Potion - Rate: 600 - Amount: 3 - - Item: G_Med_Life_Potion - Rate: 600 - Amount: 3 - - Item: G_Almighty - Rate: 600 - Amount: 3 - - Item: G_ASPD_Potion - Rate: 600 - Amount: 3 - - Item: Sealed_Card + Announced: true + - Index: 1 + Item: Sealed_Card Rate: 1 - - Item: Comp_Battle_Bubble - Rate: 700 - - Item: Comp_Trans_Scroll + Announced: true + - Index: 2 + Item: Assorted_ShdowBox + Rate: 100 + Announced: true + - Index: 3 + Item: Mysterious_Egg2 + Rate: 100 + Announced: true + - Index: 4 + Item: Comp_Battle_Manual + Rate: 600 + - Index: 5 + Item: G_Almighty + Rate: 600 + Amount: 3 + - Index: 6 + Item: Comp_Bubble_Gum + Rate: 600 + - Index: 7 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 8 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 9 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 10 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 11 + Item: Comp_Trans_Scroll Rate: 700 Amount: 2 - - Item: Comp_Small_Mana_Potion + - Index: 12 + Item: White_Slim_Pot_Box2 + Rate: 750 + Amount: 3 + - Index: 13 + Item: Comp_Small_Mana_Potion Rate: 500 Amount: 5 - - Item: 13thCelebrateBox + - Index: 14 + Item: G_Small_Life_Potion + Rate: 600 + Amount: 3 + - Index: 15 + Item: G_Mysterious_Water + Rate: 600 + Amount: 3 + - Index: 16 + Item: G_Med_Life_Potion + Rate: 600 + Amount: 3 + - Index: 17 + Item: G_ASPD_Potion + Rate: 600 + Amount: 3 + - Index: 18 + Item: Comp_Battle_Bubble + Rate: 700 + - Index: 19 + Item: Card_Coin + Rate: 700 + Amount: 4 + - Index: 20 + Item: Old_Card_Album Rate: 100 - - Item: Class_Shadow_Cube + - Index: 21 + Item: Class_Shadow_Cube Rate: 50 - - Item: Racing_Thx_Ticket + - Index: 22 + Item: Poison_Bottle_Box2 + Rate: 700 + - Index: 23 + Item: Yggdrasilberry_Box + Rate: 550 + - Index: 24 + Item: Racing_Thx_Ticket Rate: 800 Amount: 10 - Group: CROSSEVENTBOX SubGroups: - SubGroup: 0 List: - - Item: E_Med_Life_Potion + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: E_Small_Life_Potion Amount: 20 - - Item: E_Small_Life_Potion + - Index: 2 + Item: E_Med_Life_Potion Amount: 20 - - Item: Comp_Small_Mana_Potion + - Index: 3 + Item: Comp_Power_Booster Amount: 10 - - Item: Comp_Power_Booster + - Index: 4 + Item: Comp_Small_Mana_Potion Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: World_Tour_Ticket + - Index: 5 + Item: World_Tour_Ticket Amount: 20 - Group: PIAMETTE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 8 - - Item: Guarantee_Weapon_7Up - Rate: 14 - - Item: Guarantee_Armor_9Up - Rate: 8 - - Item: Guarantee_Armor_7Up - Rate: 14 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: Insurance - Rate: 909 - Amount: 3 - - Item: Comp_Insurance - Rate: 909 - Amount: 3 - - Item: Old_Ore_Box - Rate: 1264 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 500 - - Item: Piamette_Scroll - Rate: 1364 - - Item: Piamette_Scroll - Rate: 500 - - Item: Ribbon_Piamat_K - Rate: 91 - - Item: Piamette_Hood - Rate: 273 - - Item: Shadow_Cube_Weapon - Rate: 290 - - Item: Shadow_Cube_Armor - Rate: 259 - - Item: Shadow_Cube_Shield - Rate: 246 - - Item: Shadow_Cube_Shoes - Rate: 208 - - Item: Shadow_Cube_Pendant - Rate: 177 - - Item: Shadow_Cube_Earing - Rate: 183 - - Item: Comp_Battle_Bubble - Rate: 1364 - Amount: 2 - - Item: Comp_Neuralizer + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up Rate: 9 - - Item: Comp_Trans_Scroll - Rate: 1364 - - Item: Mad_Bunny_K - Rate: 23 - - Item: Mad_Bunny_K_ - Rate: 23 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 6 + Item: Comp_Neuralizer + Rate: 10 + Announced: true + - Index: 7 + Item: Mad_Bunny_K_ + Rate: 25 + Announced: true + - Index: 8 + Item: Mad_Bunny_K + Rate: 25 + Announced: true + - Index: 9 + Item: Ribbon_Piamat_K + Rate: 100 + Announced: true + - Index: 10 + Item: Piamette_Hood + Rate: 300 + Announced: true + - Index: 11 + Item: Shadow_Cube_Pendant + Rate: 195 + - Index: 12 + Item: Shadow_Cube_Earing + Rate: 201 + - Index: 13 + Item: Shadow_Cube_Armor + Rate: 285 + - Index: 14 + Item: Shadow_Cube_Shield + Rate: 271 + - Index: 15 + Item: Shadow_Cube_Shoes + Rate: 229 + - Index: 16 + Item: Shadow_Cube_Weapon + Rate: 319 + - Index: 17 + Item: C_Giant_Fly_1Day_Box + Rate: 550 + - Index: 18 + Item: C_Wing_Of_Fly_3Day_Box + Rate: 550 + - Index: 19 + Item: C_CatPaw_1Day_Box + Rate: 1500 + - Index: 20 + Item: Old_Ore_Box + Rate: 1390 + Amount: 2 + - Index: 21 + Item: Comp_Trans_Scroll + Rate: 1500 + - Index: 22 + Item: Comp_Battle_Bubble + Rate: 1500 + Amount: 2 + - Index: 23 + Item: Comp_Insurance + Rate: 1000 + Amount: 3 - Group: COWLICK_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: C_Cowlick_BL - Rate: 1250 - - Item: C_Cowlick_YL - Rate: 1250 - - Item: C_Cowlick_GN - Rate: 1250 - - Item: C_Cowlick_PP - Rate: 1250 - - Item: C_Cowlick_RD - Rate: 1250 - - Item: C_Cowlick_OM - Rate: 1250 - - Item: C_Cowlick_BU - Rate: 1250 - - Item: C_Cowlick_WH - Rate: 1250 + - Index: 0 + Item: C_Cowlick_GN + Rate: 1 + - Index: 1 + Item: C_Cowlick_PP + Rate: 1 + - Index: 2 + Item: C_Cowlick_RD + Rate: 1 + - Index: 3 + Item: C_Cowlick_OM + Rate: 1 + - Index: 4 + Item: C_Cowlick_BU + Rate: 1 + - Index: 5 + Item: C_Cowlick_WH + Rate: 1 + - Index: 6 + Item: C_Cowlick_YL + Rate: 1 + - Index: 7 + Item: C_Cowlick_BL + Rate: 1 - Group: STRAIGHT_PONY_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: C_Straight_Pony_BL - Rate: 1250 - - Item: C_Straight_Pony_YL - Rate: 1250 - - Item: C_Straight_Pony_GN - Rate: 1250 - - Item: C_Straight_Pony_PP - Rate: 1250 - - Item: C_Straight_Pony_RD - Rate: 1250 - - Item: C_Straight_Pony_OM - Rate: 1250 - - Item: C_Straight_Pony_BU - Rate: 1250 - - Item: C_Straight_Pony_WH - Rate: 1250 + - Index: 0 + Item: C_Straight_Pony_GN + Rate: 1 + - Index: 1 + Item: C_Straight_Pony_PP + Rate: 1 + - Index: 2 + Item: C_Straight_Pony_RD + Rate: 1 + - Index: 3 + Item: C_Straight_Pony_OM + Rate: 1 + - Index: 4 + Item: C_Straight_Pony_BU + Rate: 1 + - Index: 5 + Item: C_Straight_Pony_WH + Rate: 1 + - Index: 6 + Item: C_Straight_Pony_YL + Rate: 1 + - Index: 7 + Item: C_Straight_Pony_BL + Rate: 1 - Group: LOOSE_WAVE_TWIN_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: C_Loose_Wave_Twin_BL - Rate: 1250 - - Item: C_Loose_Wave_Twin_YL - Rate: 1250 - - Item: C_Loose_Wave_Twin_GN - Rate: 1250 - - Item: C_Loose_Wave_Twin_PP - Rate: 1250 - - Item: C_Loose_Wave_Twin_RD - Rate: 1250 - - Item: C_Loose_Wave_Twin_OM - Rate: 1250 - - Item: C_Loose_Wave_Twin_BU - Rate: 1250 - - Item: C_Loose_Wave_Twin_WH - Rate: 1250 + - Index: 0 + Item: C_Loose_Wave_Twin_GN + Rate: 1 + - Index: 1 + Item: C_Loose_Wave_Twin_PP + Rate: 1 + - Index: 2 + Item: C_Loose_Wave_Twin_RD + Rate: 1 + - Index: 3 + Item: C_Loose_Wave_Twin_OM + Rate: 1 + - Index: 4 + Item: C_Loose_Wave_Twin_BU + Rate: 1 + - Index: 5 + Item: C_Loose_Wave_Twin_WH + Rate: 1 + - Index: 6 + Item: C_Loose_Wave_Twin_YL + Rate: 1 + - Index: 7 + Item: C_Loose_Wave_Twin_BL + Rate: 1 - Group: INVISIBLE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Weapon_7Up - Rate: 15 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Armor_7Up - Rate: 15 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: Blacksmith_Blessing - Rate: 1000 - - Item: Treasure_Box - Rate: 1500 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: Invisible_Scroll - Rate: 1400 - - Item: Sealed_Card + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Sealed_Card Rate: 10 - - Item: Comp_Battle_Bubble - Rate: 1040 - - Item: Minus_Status_Box - Rate: 700 - - Item: Invisible_Box + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 6 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 7 + Item: Invisible_Box Rate: 500 - - Item: S_Swordman_earring + Announced: true + - Index: 8 + Item: S_Swordman_earring Rate: 150 - - Item: S_Merchant_earring + - Index: 9 + Item: S_Merchant_earring Rate: 150 - - Item: S_Acolyte_earring + - Index: 10 + Item: S_Acolyte_earring Rate: 150 - - Item: S_Magician_earring + - Index: 11 + Item: S_Thief_earring Rate: 150 - - Item: S_Swordman_Pendant + - Index: 12 + Item: S_Magician_earring Rate: 150 - - Item: S_Merchant_Pendant + - Index: 13 + Item: S_Archer_earring Rate: 150 - - Item: S_Acolyte_Pendant + - Index: 14 + Item: S_Swordman_Pendant Rate: 150 - - Item: S_Thief_Pendant + - Index: 15 + Item: S_Merchant_Pendant Rate: 150 - - Item: S_Magician_Pendant + - Index: 16 + Item: S_Acolyte_Pendant Rate: 150 - - Item: S_Archer_Pendant + - Index: 17 + Item: S_Thief_Pendant Rate: 150 - - Item: S_Thief_earring + - Index: 18 + Item: S_Magician_Pendant Rate: 150 - - Item: S_Archer_earring + - Index: 19 + Item: S_Archer_Pendant Rate: 150 + - Index: 20 + Item: Minus_Status_Box + Rate: 700 + - Index: 21 + Item: C_Giant_Fly_1Day_Box + Rate: 1400 + - Index: 22 + Item: Blacksmith_Blessing + Rate: 1000 + - Index: 23 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 24 + Item: Treasure_Box + Rate: 1500 + Amount: 3 + - Index: 25 + Item: Potion_Box + Rate: 1000 + - Index: 26 + Item: Comp_Battle_Bubble + Rate: 1040 + Amount: 2 - Group: NEW_HAT_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 9 - - Item: Guarantee_Weapon_7Up - Rate: 15 - - Item: Guarantee_Armor_9Up - Rate: 9 - - Item: Guarantee_Armor_7Up - Rate: 15 - - Item: Guarantee_Weapon_11Up + - Index: 0 + Item: Guarantee_Weapon_11Up Rate: 1 - - Item: Guarantee_Armor_11Up + Announced: true + - Index: 1 + Item: Guarantee_Armor_11Up Rate: 1 - - Item: Blacksmith_Blessing - Rate: 1000 - - Item: Treasure_Box - Rate: 1350 - - Item: Yggdrasil_Seed_Box - Rate: 800 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: New_Hat_Scroll - Rate: 1200 - - Item: New_Hat_Scroll - Rate: 1000 - - Item: New_Hat_Scroll + Announced: true + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 15 + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Hat_Box Rate: 10 - - Item: New_Hat_Scroll + Announced: true + - Index: 7 + Item: Sealed_Hat_Box2 Rate: 10 - - Item: Comp_Trans_Scroll - Rate: 1200 - - Item: New_Hat_Scroll + Announced: true + - Index: 8 + Item: New_Hat_Box Rate: 70 - - Item: S_Knight_Shoes - Rate: 150 - - Item: S_Crusader_Shoes - Rate: 150 - - Item: S_Blacksmith_Shoes - Rate: 150 - - Item: S_Alchemist_Shoes - Rate: 150 - - Item: S_Priest_Shoes - Rate: 150 - - Item: S_Monk_Shoes - Rate: 150 - - Item: S_Assassin_Shoes - Rate: 150 - - Item: S_Rogue_Shoes - Rate: 150 - - Item: S_Wizard_Shoes - Rate: 150 - - Item: S_Sage_Shoes - Rate: 150 - - Item: S_Hunter_Shoes - Rate: 150 - - Item: S_Bard_Shoes - Rate: 150 - - Item: S_Dancer_Shoes - Rate: 150 - - Item: Comp_Auger_Of_Spirit + Announced: true + - Index: 9 + Item: Comp_Auger_Of_Spirit Rate: 360 + Announced: true + - Index: 10 + Item: S_Knight_Shoes + Rate: 150 + - Index: 11 + Item: S_Crusader_Shoes + Rate: 150 + - Index: 12 + Item: S_Blacksmith_Shoes + Rate: 150 + - Index: 13 + Item: S_Alchemist_Shoes + Rate: 150 + - Index: 14 + Item: S_Priest_Shoes + Rate: 150 + - Index: 15 + Item: S_Monk_Shoes + Rate: 150 + - Index: 16 + Item: S_Assassin_Shoes + Rate: 150 + - Index: 17 + Item: S_Rogue_Shoes + Rate: 150 + - Index: 18 + Item: S_Wizard_Shoes + Rate: 150 + - Index: 19 + Item: S_Sage_Shoes + Rate: 150 + - Index: 20 + Item: S_Hunter_Shoes + Rate: 150 + - Index: 21 + Item: S_Bard_Shoes + Rate: 150 + - Index: 22 + Item: S_Dancer_Shoes + Rate: 150 + - Index: 23 + Item: Yggdrasil_Seed_Box + Rate: 800 + - Index: 24 + Item: C_Giant_Fly_1Day_Box + Rate: 1000 + - Index: 25 + Item: Blacksmith_Blessing + Rate: 1000 + - Index: 26 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 27 + Item: C_CatPaw_1Day_Box + Rate: 1200 + - Index: 28 + Item: Comp_Trans_Scroll + Rate: 1200 + - Index: 29 + Item: Treasure_Box + Rate: 1350 + Amount: 3 - Group: NEW_HAT_BOX SubGroups: - SubGroup: 1 List: - - Item: 8_Type_PurgatorialWing - Rate: 2000 - - Item: Thief_Hood - Rate: 2000 - - Item: Noble_Mask - Rate: 2000 - - Item: New_Wave_Sunglasses - Rate: 2000 - - Item: Palace_Guard_Cap - Rate: 2000 + - Index: 0 + Item: New_Wave_Sunglasses + Rate: 1 + - Index: 1 + Item: 8_Type_PurgatorialWing + Rate: 1 + - Index: 2 + Item: Noble_Mask + Rate: 1 + - Index: 3 + Item: Palace_Guard_Cap + Rate: 1 + - Index: 4 + Item: Thief_Hood + Rate: 1 - Group: COKINGOPENBOX SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_7Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 - - Item: White_Slim_Potion_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 9697 Amount: 100 - - Item: E_Str_Dish10_ + - Index: 1 + Item: E_Str_Dish10_ Rate: 50 Amount: 20 - - Item: E_Agi_Dish10_ + - Index: 2 + Item: E_Agi_Dish10_ Rate: 50 Amount: 20 - - Item: E_Int_Dish10_ + - Index: 3 + Item: E_Int_Dish10_ Rate: 50 Amount: 20 - - Item: E_Dex_Dish10_ + - Index: 4 + Item: E_Dex_Dish10_ Rate: 50 Amount: 20 - - Item: E_Luk_Dish10_ + - Index: 5 + Item: E_Luk_Dish10_ Rate: 50 Amount: 20 - - Item: E_Vit_Dish10_ + - Index: 6 + Item: E_Vit_Dish10_ Rate: 50 Amount: 20 - - Item: Golden_Card + - Index: 7 + Item: Guarantee_Weapon_7Up + Rate: 1 + - Index: 8 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 9 + Item: Golden_Card Rate: 1 - Group: 2015_SPECIAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Treasure_Box - Rate: 1500 - Amount: 3 - - Item: Poison_Bottle_Box2 - Rate: 1150 - - Item: Potion_Box - Rate: 1500 - - Item: Pr_Reset_Stone_Box + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Pr_Reset_Stone_Box Rate: 10 - - Item: C_Wing_Of_Fly_5Day_Box + Announced: true + - Index: 7 + Item: 2015_Special_Box + Rate: 440 + Announced: true + - Index: 8 + Item: S_Knight_Armor + Rate: 150 + - Index: 9 + Item: S_Crusader_Armor + Rate: 150 + - Index: 10 + Item: S_Blacksmith_Armor + Rate: 150 + - Index: 11 + Item: S_Alchemist_Armor + Rate: 150 + - Index: 12 + Item: S_Priest_Armor + Rate: 150 + - Index: 13 + Item: S_Monk_Armor + Rate: 150 + - Index: 14 + Item: S_Assassin_Armor + Rate: 150 + - Index: 15 + Item: S_Rogue_Armor + Rate: 150 + - Index: 16 + Item: S_Wizard_Armor + Rate: 150 + - Index: 17 + Item: S_Sage_Armor + Rate: 150 + - Index: 18 + Item: S_Hunter_Armor + Rate: 150 + - Index: 19 + Item: S_Bard_Armor + Rate: 150 + - Index: 20 + Item: S_Dancer_Armor + Rate: 150 + - Index: 21 + Item: C_Wing_Of_Fly_5Day_Box Rate: 500 - - Item: 2015_Special_Scroll + - Index: 22 + Item: Minus_Status_Box + Rate: 900 + - Index: 23 + Item: C_Giant_Fly_1Day_Box Rate: 1000 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Comp_Battle_Bubble + - Index: 24 + Item: Comp_Battle_Bubble Rate: 1000 Amount: 2 - - Item: Minus_Status_Box - Rate: 900 - - Item: 2015_Special_Scroll - Rate: 440 - - Item: S_Knight_Armor - Rate: 150 - - Item: S_Crusader_Armor - Rate: 150 - - Item: S_Blacksmith_Armor - Rate: 150 - - Item: S_Alchemist_Armor - Rate: 150 - - Item: S_Priest_Armor - Rate: 150 - - Item: S_Monk_Armor - Rate: 150 - - Item: S_Assassin_Armor - Rate: 150 - - Item: S_Rogue_Armor - Rate: 150 - - Item: S_Wizard_Armor - Rate: 150 - - Item: S_Sage_Armor - Rate: 150 - - Item: S_Hunter_Armor - Rate: 150 - - Item: S_Bard_Armor - Rate: 150 - - Item: S_Dancer_Armor - Rate: 150 + - Index: 25 + Item: Potion_Box + Rate: 1500 + - Index: 26 + Item: Poison_Bottle_Box2 + Rate: 1150 + - Index: 27 + Item: Treasure_Box + Rate: 1500 + Amount: 3 - Group: 2015_SPECIAL_BOX SubGroups: - SubGroup: 1 List: - - Item: Treasure_Box - Rate: 1500 - - Item: Poison_Bottle_Box2 - Rate: 1150 - - Item: Potion_Box - Rate: 1500 - - Item: Pr_Reset_Stone_Box - Rate: 10 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 500 - - Item: 2015_Special_Box - Rate: 1000 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: S_Caster_Shoes Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + - Index: 1 + Item: S_Caster_Shield + Rate: 1 + - Index: 2 + Item: S_Caster_Armor + Rate: 1 + - Index: 3 + Item: S_Reload_Shoes + Rate: 1 + - Index: 4 + Item: S_Reload_Shield + Rate: 1 + - Index: 5 + Item: S_Reload_Armor + Rate: 1 + - Index: 6 + Item: New_Year_Shadow_Cube + Rate: 1 + - Index: 7 + Item: Mad_Bunny_K + Rate: 1 + - Index: 8 + Item: Mad_Bunny_K_ + Rate: 1 + - Index: 9 + Item: Sealed_Hat_Box + Rate: 1 + - Index: 10 + Item: Sealed_Hat_Box2 + Rate: 1 + - Index: 11 + Item: Pump_Of_Spirit + Rate: 1 + - Index: 12 + Item: Happy_Balloon_K + Rate: 1 + - Index: 13 + Item: Ribbon_Piamat_K + Rate: 1 + - Index: 14 + Item: Piamette_Hood + Rate: 1 + - Index: 15 + Item: Invisible_Box + Rate: 1 + - Index: 16 + Item: New_Hat_Box Rate: 1 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: Minus_Status_Box - Rate: 900 - - Item: 2015_Special_Box - Rate: 440 - - Item: S_Knight_Armor - Rate: 150 - - Item: S_Crusader_Armor - Rate: 150 - - Item: S_Blacksmith_Armor - Rate: 150 - - Item: S_Alchemist_Armor - Rate: 150 - - Item: S_Priest_Armor - Rate: 150 - - Item: S_Monk_Armor - Rate: 150 - - Item: S_Assassin_Armor - Rate: 150 - - Item: S_Rogue_Armor - Rate: 150 - - Item: S_Wizard_Armor - Rate: 150 - - Item: S_Sage_Armor - Rate: 150 - - Item: S_Hunter_Armor - Rate: 150 - - Item: S_Bard_Armor - Rate: 150 - - Item: S_Dancer_Armor - Rate: 150 - - Item: 2015_Special_Box - Rate: 440 - - SubGroup: 2 - List: - - Item: Happy_Balloon_K - Rate: 588 - - Item: Ribbon_Piamat_K - Rate: 588 - - Item: Piamette_Hood - Rate: 588 - - Item: New_Year_Shadow_Cube - Rate: 588 - - Item: 2015_Special_Box - Rate: 588 - - Item: 2015_Special_Box - Rate: 588 - - Item: Invisible_Box - Rate: 588 - - Item: 2015_Special_Box - Rate: 588 - - Item: S_Caster_Shoes - Rate: 588 - - Item: S_Caster_Shield - Rate: 588 - - Item: S_Caster_Armor - Rate: 588 - - Item: S_Reload_Shoes - Rate: 588 - - Item: S_Reload_Shield - Rate: 588 - - Item: S_Reload_Armor - Rate: 588 - - Item: Pump_Of_Spirit - Rate: 588 - - Item: Mad_Bunny_K - Rate: 588 - - Item: Mad_Bunny_K_ - Rate: 588 - Group: 2015_ANGEL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Shadow_Cube_Sak - Rate: 10000 - - SubGroup: 2 - List: - - Item: Blacksmith_Blessing - Rate: 1000 - - Item: Treasure_Box - Rate: 1500 - - Item: Old_Ore_Box - Rate: 1500 - - Item: Potion_Box - Rate: 1140 - - Item: 2015_Angel_Scroll - Rate: 900 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 319 - - Item: Shadow_Cube_Armor - Rate: 285 - - Item: Shadow_Cube_Shield - Rate: 271 - - Item: Shadow_Cube_Shoes - Rate: 229 - - Item: Shadow_Cube_Pendant - Rate: 195 - - Item: Shadow_Cube_Earing - Rate: 201 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: AngelPoring_Box + Announced: true + - Index: 7 + Item: AngelPoring_Box Rate: 500 - - Item: S_SuperNovice_Weapon + Announced: true + - Index: 8 + Item: S_SuperNovice_Weapon Rate: 150 - - Item: S_Gunslinger_Weapon + - Index: 9 + Item: S_Gunslinger_Weapon Rate: 150 - - Item: S_Taekwon_Weapon + - Index: 10 + Item: S_Taekwon_Weapon Rate: 150 - - Item: S_Ninja_Weapon + - Index: 11 + Item: S_Ninja_Weapon Rate: 150 - - Item: S_DoramMagical_Weapon + - Index: 12 + Item: S_DoramMagical_Weapon Rate: 150 - - Item: S_DoramPhysical_Weapon + - Index: 13 + Item: S_DoramPhysical_Weapon Rate: 150 + - Index: 14 + Item: Shadow_Cube_Pendant + Rate: 195 + - Index: 15 + Item: Shadow_Cube_Earing + Rate: 201 + - Index: 16 + Item: Shadow_Cube_Armor + Rate: 285 + - Index: 17 + Item: Shadow_Cube_Shield + Rate: 271 + - Index: 18 + Item: Shadow_Cube_Shoes + Rate: 229 + - Index: 19 + Item: Shadow_Cube_Weapon + Rate: 319 + - Index: 20 + Item: Blacksmith_Blessing + Rate: 1000 + - Index: 21 + Item: C_Giant_Fly_1Day_Box + Rate: 900 + - Index: 22 + Item: Comp_Battle_Bubble + Rate: 1000 + Amount: 2 + - Index: 23 + Item: Old_Ore_Box + Rate: 1500 + Amount: 2 + - Index: 24 + Item: Potion_Box + Rate: 1140 + - Index: 25 + Item: Treasure_Box + Rate: 1500 + Amount: 3 - Group: DECEMBERGIFTBOX_2016 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Egg + - Index: 0 + Item: Mysterious_Egg Amount: 2 + UniqueId: true - Group: NOVEMBERGIFTBOX_2016 SubGroups: - SubGroup: 0 List: - - Item: Half_Asprika - - Item: Half_Megin - - Item: Half_Brysing - - Item: Half_Brynhild + - Index: 0 + Item: Half_Megin + Duration: 20160 + UniqueId: true + - Index: 1 + Item: Half_Brysing + Duration: 20160 + UniqueId: true + - Index: 2 + Item: Half_Asprika + Duration: 20160 + UniqueId: true + - Index: 3 + Item: Half_Brynhild + Duration: 20160 + UniqueId: true - Group: PORING_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Poring_Sunglasses - Rate: 10000 - - SubGroup: 2 - List: - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Treasure_Box - Rate: 1500 - - Item: Old_C_Album_Helm - Rate: 200 - - Item: Old_C_Album_Armor - Rate: 200 - - Item: Old_C_Album_Shield - Rate: 200 - - Item: Old_C_Album_Garment - Rate: 200 - - Item: Old_C_Album_Shoes - Rate: 200 - - Item: Old_C_Album_Acc - Rate: 200 - - Item: Old_C_Album_Weapon - Rate: 200 - - Item: Potion_Box - Rate: 1140 - - Item: Poring_Scroll - Rate: 1000 - - Item: Poring_Sunglasses_K - Rate: 385 - - Item: Poring_Sunglasses_K_ + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box Rate: 15 - - Item: Wet_CardAlbum - Rate: 50 - - Item: Sealed_Card + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box + Announced: true + - Index: 7 + Item: Poring_Sunglasses_K_ Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Minus_Str_Box - Rate: 400 - - Item: Minus_Agi_Box - Rate: 400 - - Item: Minus_Vit_Box - Rate: 400 - - Item: Minus_Int_Box - Rate: 400 - - Item: Minus_Dex_Box - Rate: 400 - - Item: Minus_Luk_Box - Rate: 400 - - Item: Comp_Battle_Bubble - Rate: 1100 - - Item: AngelPoring_Box + Announced: true + - Index: 8 + Item: Poring_Sunglasses_K + Rate: 385 + Announced: true + - Index: 9 + Item: AngelPoring_Box Rate: 50 + Announced: true + - Index: 10 + Item: Wet_CardAlbum + Rate: 50 + Announced: true + - Index: 11 + Item: Minus_Str_Box + Rate: 400 + - Index: 12 + Item: Minus_Agi_Box + Rate: 400 + - Index: 13 + Item: Minus_Vit_Box + Rate: 400 + - Index: 14 + Item: Minus_Int_Box + Rate: 400 + - Index: 15 + Item: Minus_Dex_Box + Rate: 400 + - Index: 16 + Item: Minus_Luk_Box + Rate: 400 + - Index: 17 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 18 + Item: C_Giant_Fly_1Day_Box + Rate: 1000 + - Index: 19 + Item: Comp_Battle_Bubble + Rate: 1100 + Amount: 2 + - Index: 20 + Item: Old_C_Album_Armor + Rate: 200 + - Index: 21 + Item: Old_C_Album_Helm + Rate: 200 + - Index: 22 + Item: Old_C_Album_Acc + Rate: 200 + - Index: 23 + Item: Old_C_Album_Shoes + Rate: 200 + - Index: 24 + Item: Old_C_Album_Shield + Rate: 200 + - Index: 25 + Item: Old_C_Album_Garment + Rate: 200 + - Index: 26 + Item: Old_C_Album_Weapon + Rate: 200 + - Index: 27 + Item: Potion_Box + Rate: 1140 + - Index: 28 + Item: Treasure_Box + Rate: 1500 + Amount: 3 - Group: MOBI_SUPPORT_BOX SubGroups: - SubGroup: 1 List: - - Item: Guarantee_Weapon_9Up - Rate: 1 - - Item: Guarantee_Weapon_7Up - Rate: 1 - - Item: Guarantee_Armor_9Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 - - Item: White_Slim_Potion_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 9396 Amount: 100 - - Item: E_Str_Dish10_ + - Index: 1 + Item: E_Str_Dish10_ Rate: 100 Amount: 10 - - Item: E_Agi_Dish10_ + - Index: 2 + Item: E_Agi_Dish10_ Rate: 100 Amount: 10 - - Item: E_Int_Dish10_ + - Index: 3 + Item: E_Int_Dish10_ Rate: 100 Amount: 10 - - Item: E_Dex_Dish10_ + - Index: 4 + Item: E_Dex_Dish10_ Rate: 100 Amount: 10 - - Item: E_Luk_Dish10_ + - Index: 5 + Item: E_Luk_Dish10_ Rate: 100 Amount: 10 - - Item: E_Vit_Dish10_ + - Index: 6 + Item: E_Vit_Dish10_ Rate: 100 Amount: 10 + - Index: 7 + Item: Guarantee_Weapon_7Up + Rate: 1 + - Index: 8 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 9 + Item: Guarantee_Weapon_9Up + Rate: 1 + - Index: 10 + Item: Guarantee_Armor_9Up + Rate: 1 - Group: TIME_GUARDIAN_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Comp_Battle_Manual + - Index: 0 + Item: Boarding_Halter_Box7 + - Index: 1 + Item: Toughen_Time_Keepr_Shd + - Index: 2 + Item: Toughen_Time_Keepr_Bts + - Index: 3 + Item: Toughen_Time_Keepr_MT + - Index: 4 + Item: Toughen_Time_Keeper_Hat + - Index: 5 + Item: Toughen_Time_Keepr_Robe + - Index: 6 + Item: Comp_Battle_Manual Amount: 5 - - Item: Comp_Bubble_Gum + - Index: 7 + Item: Comp_Bubble_Gum Amount: 5 - - Item: Comp_Insurance + - Index: 8 + Item: Comp_Insurance Amount: 5 - - Item: Toughen_Time_Keepr_Robe - - Item: Boarding_Halter_Box7 - - Item: Toughen_Time_Keeper_Hat - - Item: Toughen_Time_Keepr_MT - - Item: Toughen_Time_Keepr_Bts - - Item: Toughen_Time_Keepr_Shd - Group: ASSORTED_SHDOWBOX SubGroups: - SubGroup: 0 List: - - Item: Shadow_Cube_Weapon - - Item: Shadow_Cube_Armor - - Item: Shadow_Cube_Shield - - Item: Shadow_Cube_Shoes - - Item: Shadow_Cube_Pendant - - Item: Shadow_Cube_Earing + - Index: 0 + Item: Shadow_Cube_Earing + - Index: 1 + Item: Shadow_Cube_Pendant + - Index: 2 + Item: Shadow_Cube_Armor + - Index: 3 + Item: Shadow_Cube_Shoes + - Index: 4 + Item: Shadow_Cube_Shield + - Index: 5 + Item: Shadow_Cube_Weapon - Group: AMISTR_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Advanced_Taiming_Item - Rate: 10000 - - SubGroup: 2 - List: - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Treasure_Box - Rate: 1490 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1100 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 1000 - - Item: Amistr_Scroll - Rate: 1000 - - Item: Sealed_Card - Rate: 10 - - Item: New_Year_Shadow_Cube + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: New_Year_Shadow_Cube Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: Amistr_Scroll + Announced: true + - Index: 7 + Item: Sealed_Card + Rate: 10 + Announced: true + - Index: 8 + Item: Amistr_Box Rate: 400 - - Item: S_Runeknight_Weapon + Announced: true + - Index: 9 + Item: S_Runeknight_Weapon Rate: 150 - - Item: S_Royalguard_Weapon + - Index: 10 + Item: S_Royalguard_Weapon Rate: 150 - - Item: S_Mechanic_weapon + - Index: 11 + Item: S_Mechanic_weapon Rate: 150 - - Item: S_Genetic_Weapon + - Index: 12 + Item: S_Genetic_Weapon Rate: 150 - - Item: S_Archbishop_Weapon + - Index: 13 + Item: S_Archbishop_Weapon Rate: 150 - - Item: S_Sura_weapon + - Index: 14 + Item: S_Sura_weapon Rate: 150 - - Item: S_Guillotine_Weapon + - Index: 15 + Item: S_Guillotine_Weapon Rate: 150 - - Item: S_Shadowchaser_Weapon + - Index: 16 + Item: S_Shadowchaser_Weapon Rate: 150 - - Item: S_Warlock_Weapon + - Index: 17 + Item: S_Warlock_Weapon Rate: 150 - - Item: S_Sorcerer_Weapon + - Index: 18 + Item: S_Sorcerer_Weapon Rate: 150 - - Item: S_Ranger_Weapon + - Index: 19 + Item: S_Ranger_Weapon Rate: 150 - - Item: S_Minstrel_Weapon + - Index: 20 + Item: S_Minstrel_Weapon Rate: 150 - - Item: S_Wanderer_Weapon + - Index: 21 + Item: S_Wanderer_Weapon Rate: 150 + - Index: 22 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 23 + Item: C_CatPaw_1Day_Box + Rate: 1000 + - Index: 24 + Item: C_Wing_Of_Fly_3Day_Box + Rate: 1000 + - Index: 25 + Item: Comp_Battle_Bubble + Rate: 1000 + Amount: 2 + - Index: 26 + Item: Potion_Box + Rate: 1100 + - Index: 27 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 28 + Item: Treasure_Box + Rate: 1490 + Amount: 3 - Group: AMISTR_BOX SubGroups: - SubGroup: 1 List: - - Item: AmistrBag_Teleport - Rate: 1111 - - Item: AmistrBag_Heal - Rate: 1111 - - Item: AmistrBag_Greed - Rate: 1111 - - Item: AmistrBag_Incagi - Rate: 1111 - - Item: AmistrBag_Magnum - Rate: 1111 - - Item: AmistrBag_Endure - Rate: 1111 - - Item: AmistrBag_Sight - Rate: 1111 - - Item: AmistrBag_Concentrate - Rate: 1111 - - Item: AmistrBag_Hiding - Rate: 1111 + - Index: 0 + Item: AmistrBag_Teleport + Rate: 1 + - Index: 1 + Item: AmistrBag_Heal + Rate: 1 + - Index: 2 + Item: AmistrBag_Greed + Rate: 1 + - Index: 3 + Item: AmistrBag_Incagi + Rate: 1 + - Index: 4 + Item: AmistrBag_Magnum + Rate: 1 + - Index: 5 + Item: AmistrBag_Endure + Rate: 1 + - Index: 6 + Item: AmistrBag_Sight + Rate: 1 + - Index: 7 + Item: AmistrBag_Concentrate + Rate: 1 + - Index: 8 + Item: AmistrBag_Hiding + Rate: 1 - Group: SHADOW_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Treasure_Box - Rate: 1480 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: Shadow_Scroll - Rate: 1000 - - Item: PetTradeTicket_Box + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: PetTradeTicket_Box Rate: 100 - - Item: Sealed_Card + Announced: true + - Index: 7 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Scroll + Announced: true + - Index: 8 + Item: Sealed_Hat_Box Rate: 80 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: Shadow_Scroll + Announced: true + - Index: 9 + Item: Sealed_Hat_Box2 Rate: 50 - - Item: Minus_Status_Box - Rate: 500 - - Item: Shadow_Scroll + Announced: true + - Index: 10 + Item: New_Hat_Box Rate: 20 - - Item: Class_Shadow_Cube + Announced: true + - Index: 11 + Item: S_Runeknight_Shield + Rate: 170 + - Index: 12 + Item: S_Royalguard_Shield + Rate: 170 + - Index: 13 + Item: S_Mechanic_Shield + Rate: 170 + - Index: 14 + Item: S_Genetic_Shield + Rate: 170 + - Index: 15 + Item: S_Archbishop_Shield + Rate: 170 + - Index: 16 + Item: S_Sura_Shield + Rate: 170 + - Index: 17 + Item: S_Guillotine_Shield + Rate: 170 + - Index: 18 + Item: S_Shadowchaser_Shield + Rate: 170 + - Index: 19 + Item: S_Warlock_Shield + Rate: 170 + - Index: 20 + Item: S_Sorcerer_Shield + Rate: 170 + - Index: 21 + Item: S_Ranger_Shield + Rate: 170 + - Index: 22 + Item: S_Minstrel_Shield + Rate: 170 + - Index: 23 + Item: S_Wanderer_Shield + Rate: 170 + - Index: 24 + Item: Minus_Status_Box + Rate: 500 + - Index: 25 + Item: C_Giant_Fly_1Day_Box + Rate: 1000 + - Index: 26 + Item: Class_Shadow_Cube Rate: 1500 - - Item: S_Runeknight_Shield - Rate: 170 - - Item: S_Royalguard_Shield - Rate: 170 - - Item: S_Mechanic_Shield - Rate: 170 - - Item: S_Genetic_Shield - Rate: 170 - - Item: S_Archbishop_Shield - Rate: 170 - - Item: S_Sura_Shield - Rate: 170 - - Item: S_Guillotine_Shield - Rate: 170 - - Item: S_Shadowchaser_Shield - Rate: 170 - - Item: S_Warlock_Shield - Rate: 170 - - Item: S_Sorcerer_Shield - Rate: 170 - - Item: S_Ranger_Shield - Rate: 170 - - Item: S_Minstrel_Shield - Rate: 170 - - Item: S_Wanderer_Shield - Rate: 170 + - Index: 27 + Item: Comp_Battle_Bubble + Rate: 1000 + Amount: 2 + - Index: 28 + Item: Potion_Box + Rate: 1000 + - Index: 29 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 30 + Item: Treasure_Box + Rate: 1480 + Amount: 3 - Group: SPIRIT_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Treasure_Box - Rate: 1400 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: Spirit_Scroll - Rate: 1000 - - Item: Spirit_Of_Chung_E - Rate: 200 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Comp_Battle_Bubble - Rate: 1350 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Spirit_Scroll + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Hat_Box3 Rate: 100 - - Item: Pump_Of_Spirit + Announced: true + - Index: 7 + Item: Pump_Of_Spirit Rate: 200 + Announced: true + - Index: 8 + Item: Spirit_Of_Chung_E + Rate: 200 + Announced: true + - Index: 9 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 10 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 11 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 12 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 13 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 14 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 15 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 16 + Item: C_Giant_Fly_1Day_Box + Rate: 1000 + - Index: 17 + Item: Comp_Battle_Bubble + Rate: 1350 + Amount: 2 + - Index: 18 + Item: Potion_Box + Rate: 1000 + - Index: 19 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 20 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 21 + Item: Treasure_Box + Rate: 1400 + Amount: 3 - Group: SEALED_HAT_BOX3 SubGroups: - SubGroup: 1 List: - - Item: Ifrit's_Ear - Rate: 2000 - - Item: Samambaia - Rate: 2000 - - Item: K_Rabbit_Bonnet - Rate: 2000 - - Item: Gryphon_Hat - Rate: 2000 - - Item: Rainbow_Feather_Deco - Rate: 2000 + - Index: 0 + Item: Ifrit's_Ear + Rate: 1 + - Index: 1 + Item: Samambaia + Rate: 1 + - Index: 2 + Item: Gryphon_Hat + Rate: 1 + - Index: 3 + Item: K_Rabbit_Bonnet + Rate: 1 + - Index: 4 + Item: Rainbow_Feather_Deco + Rate: 1 - Group: CACHUA_WEAPON SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Sword - Rate: 300 - - Item: Blade_ - Rate: 300 - - Item: Katana - Rate: 300 - - Item: Saber_ - Rate: 30 - - Item: Ice_Falchon - Rate: 25 - - Item: Fire_Brand - Rate: 25 - - Item: Town_Sword_ - Rate: 30 - - Item: Bastard_Sword_ - Rate: 30 - - Item: Zweihander - Rate: 25 - - Item: Zweihander_ - Rate: 1 - - Item: Alca_Bringer - Rate: 25 - - Item: Chrome_Twohand_Sword - Rate: 25 - - Item: Knife - Rate: 300 - - Item: Main_Gauche_ - Rate: 300 - - Item: Gladius_ - Rate: 30 - - Item: Damascus - Rate: 30 - - Item: Bazerald - Rate: 1 - - Item: Cinquedea_ - Rate: 30 - - Item: Jur - Rate: 30 - - Item: Jur_ - Rate: 30 - - Item: Katar_ - Rate: 30 - - Item: Katar_Of_Cold_Icicle - Rate: 25 - - Item: Katar_Of_Thornbush - Rate: 25 - - Item: Katar_Of_Raging_Blaze - Rate: 25 - - Item: Katar_Of_Piercing_Wind - Rate: 25 - - Item: Ghoul_Leg - Rate: 25 - - Item: Nail_Of_Loki - Rate: 300 - - Item: Various_Jur - Rate: 300 - - Item: Krishna - Rate: 25 - - Item: Cakram - Rate: 25 - - Item: Guillotine_Katar - Rate: 1 - - Item: Axe - Rate: 300 - - Item: Orcish_Axe - Rate: 400 - - Item: Windhawk - Rate: 30 - - Item: Vecer_Axe - Rate: 25 - - Item: Right_Epsilon - Rate: 25 - - Item: Hurricane_Fury - Rate: 1 - - Item: Ygnus_Stale - Rate: 25 - - Item: End_Sektura - Rate: 25 - - Item: Javelin_ - Rate: 300 - - Item: Pike_ - Rate: 300 - - Item: Gungnir - Rate: 25 - - Item: Gungnir_ - Rate: 1 - - Item: Hunting_Spear - Rate: 25 - - Item: Imperial_Spear - Rate: 25 - - Item: Guisarme_ - Rate: 30 - - Item: Crescent_Scythe - Rate: 25 - - Item: Crescent_Scythe_ - Rate: 1 - - Item: Cardo - Rate: 25 - - Item: Giant_Lance - Rate: 1 - - Item: Mace - Rate: 300 - - Item: Chain_ - Rate: 30 - - Item: Quadrille - Rate: 25 - - Item: Iron_Driver - Rate: 25 - - Item: Book - Rate: 30 - - Item: Book_Of_Billows - Rate: 25 - - Item: Book_Of_Mother_Earth - Rate: 25 - - Item: Book_Of_Blazing_Sun - Rate: 25 - - Item: Book_Of_Gust_Of_Wind - Rate: 25 - - Item: Diary_Of_Great_Sage - Rate: 25 - - Item: Death_Note - Rate: 25 - - Item: Principles_Of_Magic - Rate: 25 - - Item: Chilly_Spell_Book - Rate: 25 - - Item: Rod - Rate: 300 - - Item: Rod_ - Rate: 400 - - Item: Wand - Rate: 300 - - Item: Staff_ - Rate: 300 - - Item: Arc_Wand - Rate: 30 - - Item: Bone_Wand - Rate: 400 - - Item: Hypnotist's_Staff_ - Rate: 300 - - Item: Mental_Stick - Rate: 25 - - Item: Recovery_Light - Rate: 1 - - Item: Thorn_Staff_ - Rate: 1 - - Item: Bow - Rate: 300 - - Item: Bow_ - Rate: 304 - - Item: CrossBow_ - Rate: 30 - - Item: Arbalest_ - Rate: 30 - - Item: Kakkung_ - Rate: 30 - - Item: Luna_Bow - Rate: 300 - - Item: Hunter_Bow_ - Rate: 1 - - Item: Waghnakh_ - Rate: 300 - - Item: Knuckle_Duster_ - Rate: 30 - - Item: Hora_ - Rate: 30 - - Item: Fist_ - Rate: 30 - - Item: Berserk - Rate: 25 - - Item: Horn_Of_Hilthrion - Rate: 25 - - Item: Sura_Rampage - Rate: 25 -# - Item: Iron_Nail_K -# Rate: 0 - - Item: Violin_ - Rate: 300 - - Item: Mandolin_ - Rate: 30 - - Item: Lute_ - Rate: 30 - - Item: Guitar_ - Rate: 30 - - Item: Guitar_Of_Passion - Rate: 25 - - Item: Guitar_Of_Blue_Solo - Rate: 25 - - Item: Guitar_Of_Vast_Land - Rate: 25 - - Item: Guitar_Of_Gentle_Breeze - Rate: 25 - - Item: Berserk_Guitar - Rate: 25 - - Item: Oriental_Lute_ - Rate: 1 - - Item: Green_Whistle - Rate: 25 - - Item: Rope_ - Rate: 300 - - Item: Line_ - Rate: 30 - - Item: Wire_ - Rate: 30 - - Item: Rante_ - Rate: 30 - - Item: Tail_ - Rate: 30 - - Item: Whip_ - Rate: 30 - - Item: Whip_Of_Red_Flame - Rate: 25 - - Item: Whip_Of_Ice_Piece - Rate: 25 - - Item: Whip_Of_Earth - Rate: 25 - - Item: Jump_Rope - Rate: 25 - - Item: Queen's_Whip - Rate: 25 - - Item: Electric_Wire - Rate: 25 - - Item: Queen's_Whip_ - Rate: 1 - - Item: Stem_Whip - Rate: 25 - - Item: Destruction_Rod - Rate: 25 - - Item: Dea_Staff - Rate: 25 - - Item: Staff_Of_Geffen - Rate: 1 -# - Item: Iron_Staff -# Rate: 0 -# - Item: Sillit_Pong_Bottle -# Rate: 0 -# - Item: God_Material_Box -# Rate: 0 - - Item: Dragon_Killer - Rate: 25 - - Item: Krieg - Rate: 25 - - Item: Black_Wing - Rate: 25 - - Item: Gold_Lux - Rate: 25 - - Item: ALTAIR_ARES_ - Rate: 1 - - Item: Butcher_ - Rate: 25 - - Item: Destroyer_ - Rate: 25 - - Item: Gate_KeeperDD - Rate: 25 - - Item: Lever_Action_Rifle - Rate: 25 - - Item: RAG203_ - Rate: 1 - - Item: P_BREAKER_ - Rate: 1 - - Item: Huuma_Blaze - Rate: 25 - - Item: Huuma_Swirling_Petal - Rate: 25 - - Item: Huuma_Fluttering_Snow - Rate: 25 - - Item: Huuma_Thunderstorm - Rate: 25 -# - Item: Humma_Clear -# Rate: 0 - - Item: Chrome_Sword - Rate: 25 -# - Item: Sword_Of_Bluefire -# Rate: 0 - - Item: Red_Ether_Bag - Rate: 25 - - Item: Robot's_Arm - Rate: 1 - - Item: Spoon - Rate: 1 - - Item: Catapult - Rate: 1 - - Item: Creeper_Bow - Rate: 25 -# - Item: Royal_Bow_K -# Rate: 0 -# - Item: Narcis_Bow -# Rate: 0 -# - Item: C_Evil_Druid_Hat -# Rate: 0 -# - Item: Oriental_Sword -# Rate: 0 -# - Item: Pump_Of_Spirit -# Rate: 0 -# - Item: Shadow_Staff_K -# Rate: 0 -# - Item: SoulWeight -# Rate: 0 -# - Item: MeawFoxtail -# Rate: 0 -# - Item: Shiver_Katar_K -# Rate: 0 - - Item: Tornado_Axe - Rate: 1 -# - Item: Avenger -# Rate: 0 -# - Item: Master_Soul_Rifle -# Rate: 0 -# - Item: Demon_S_Shot -# Rate: 0 -# - Item: Golden_L_Launcher -# Rate: 0 -# - Item: The_Black_Gatling -# Rate: 0 -# - Item: Demon_Hunting_Bible_K -# Rate: 0 -# - Item: OneSkyOneSun -# Rate: 0 -# - Item: Magic_Sword -# Rate: 0 -# - Item: Sharp_Wind_Sword -# Rate: 0 -# - Item: Fog_Dew_Sword -# Rate: 0 -# - Item: C_Kururinpa_Hair -# Rate: 0 -# - Item: C_Medium_Wave_BD -# Rate: 0 -# - Item: Mushroom_Hair -# Rate: 0 -# - Item: Undine_Spear_K -# Rate: 0 -# - Item: Celine_Brooch_K -# Rate: 0 -# - Item: Crimson_Rose -# Rate: 0 -# - Item: Victory_Wing_Ear -# Rate: 0 -# - Item: Light_Blade -# Rate: 0 -# - Item: Slate_Sword -# Rate: 0 -# - Item: Fatalist -# Rate: 0 -# - Item: Freezing_Rod -# Rate: 0 -# - Item: Ray_Knuckle -# Rate: 0 -# - Item: Trumpet_Shell_K -# Rate: 0 -# - Item: Barb_Wire_K -# Rate: 0 -# - Item: Meteor_Striker -# Rate: 0 -# - Item: Saint_Hall -# Rate: 0 -# - Item: Dragonic_Slayer -# Rate: 0 -# - Item: Blade_Katar -# Rate: 0 -# - Item: Blue_Crystal_Staff -# Rate: 0 -# - Item: Scalet_Dragon_L_Bow -# Rate: 0 + - Index: 0 + Item: God_Material_Box + Rate: 10 + Announced: true + - Index: 1 + Item: Sillit_Pong_Bottle + Rate: 10 + Announced: true + - Index: 2 + Item: C_L_Magestic_Goat + Rate: 10 + Announced: true + - Index: 3 + Item: C_Vicious_Stop_Bandage + Rate: 10 + Announced: true + - Index: 4 + Item: Drooping_Aliot + Rate: 10 + Announced: true + - Index: 5 + Item: Drooping_Kiehl + Rate: 10 + Announced: true + - Index: 6 + Item: C_Invisible_Cap + Rate: 10 + Announced: true + - Index: 7 + Item: C_Invisible_Sunglasses + Rate: 10 + Announced: true + - Index: 8 + Item: C_Invisible_Mask + Rate: 10 + Announced: true + - Index: 9 + Item: C_Eleanor_Wig_YL + Rate: 10 + Announced: true + - Index: 10 + Item: C_Seraph_Wing_Helm + Rate: 10 + Announced: true + - Index: 11 + Item: C_FallenAngelWingEar + Rate: 10 + Announced: true + - Index: 12 + Item: C_Rabbit_Two_Side_Up + Rate: 10 + Announced: true + - Index: 13 + Item: C_Volume_Low_Twin_CB + Rate: 10 + Announced: true + - Index: 14 + Item: C_Soulless_Wing + Rate: 10 + Announced: true + - Index: 15 + Item: C_Piamette_Roll_HairK + Rate: 10 + Announced: true + - Index: 16 + Item: Brilliant_Golden_Wings + Rate: 10 + Announced: true + - Index: 17 + Item: C_Kururinpa_Hair + Rate: 10 + Announced: true + - Index: 18 + Item: C_General_Helmet + Rate: 10 + Announced: true + - Index: 19 + Item: C_Spell_Circuit + Rate: 10 + Announced: true + - Index: 20 + Item: C_Dog_Officer + Rate: 10 + Announced: true + - Index: 21 + Item: C_Amistr_Beret + Rate: 10 + Announced: true + - Index: 22 + Item: C_Classical_Fhat + Rate: 10 + Announced: true + - Index: 23 + Item: C_Electro_Two_Side_Up + Rate: 10 + Announced: true + - Index: 24 + Item: Durumagi + Rate: 10 + Announced: true + - Index: 25 + Item: C_Medium_Wave + Rate: 10 + Announced: true + - Index: 26 + Item: C_Shih_Tzu_Long + Rate: 10 + Announced: true + - Index: 27 + Item: C_L_Knitting_Low_Twin + Rate: 10 + Announced: true + - Index: 28 + Item: C_Elegant_Wave + Rate: 10 + Announced: true + - Index: 29 + Item: C_Braid_Half_Up_Box + Rate: 10 + Announced: true + - Index: 30 + Item: C_Inner_Color_Long + Rate: 10 + Announced: true + - Index: 31 + Item: Fluffy_Semi_Long_Box + Rate: 10 + Announced: true + - Index: 32 + Item: Mushroom_Hair + Rate: 10 + Announced: true + - Index: 33 + Item: C_Medium_Wave_BD + Rate: 10 + Announced: true + - Index: 34 + Item: C_Evil_Druid_Hat + Rate: 10 + Announced: true + - Index: 35 + Item: Signon_Prin_Wave_Box + Rate: 10 + Announced: true + - Index: 36 + Item: Diffusion_Bravery_Bag + Rate: 10 + Announced: true + - Index: 37 + Item: K_King_Tiger_Doll_Hat + Rate: 10 + Announced: true + - Index: 38 + Item: K_Fallen_Angel_Wing + Rate: 10 + Announced: true + - Index: 39 + Item: FallenAngelWing_Reset + Rate: 10 + Announced: true + - Index: 40 + Item: Diffusion_Lacma + Rate: 10 + Announced: true + - Index: 41 + Item: K_Heart_Wing_Hairband + Rate: 10 + Announced: true + - Index: 42 + Item: K_New_Wave_Sunglasses + Rate: 10 + Announced: true + - Index: 43 + Item: FaceWorm_Breath + Rate: 10 + Announced: true + - Index: 44 + Item: Celine_Brooch_K + Rate: 10 + Announced: true + - Index: 45 + Item: Victory_Wing_Ear + Rate: 10 + Announced: true + - Index: 46 + Item: Thanatos_Pendant + Rate: 10 + Announced: true + - Index: 47 + Item: Pump_Of_Spirit + Rate: 40 + Announced: true + - Index: 48 + Item: Blacksmith_Blessing + Rate: 100 + Announced: true + - Index: 49 + Item: Royal_Bow_K + Rate: 7 + Announced: true + - Index: 50 + Item: Narcis_Bow + Rate: 7 + Announced: true + - Index: 51 + Item: Shadow_Staff_K + Rate: 7 + Announced: true + - Index: 52 + Item: Iron_Nail_K + Rate: 7 + Announced: true + - Index: 53 + Item: Magic_Sword + Rate: 7 + Announced: true + - Index: 54 + Item: Sword_Of_Bluefire + Rate: 7 + Announced: true + - Index: 55 + Item: Avenger + Rate: 7 + Announced: true + - Index: 56 + Item: Iron_Staff + Rate: 7 + Announced: true + - Index: 57 + Item: Oriental_Sword + Rate: 7 + Announced: true + - Index: 58 + Item: Undine_Spear_K + Rate: 7 + Announced: true + - Index: 59 + Item: Demon_Hunting_Bible_K + Rate: 7 + Announced: true + - Index: 60 + Item: Shiver_Katar_K + Rate: 7 + Announced: true + - Index: 61 + Item: OneSkyOneSun + Rate: 7 + Announced: true + - Index: 62 + Item: SoulWeight + Rate: 7 + Announced: true + - Index: 63 + Item: MeawFoxtail + Rate: 7 + Announced: true + - Index: 64 + Item: Crimson_Rose + Rate: 7 + Announced: true + - Index: 65 + Item: Master_Soul_Rifle + Rate: 7 + Announced: true + - Index: 66 + Item: Demon_S_Shot + Rate: 7 + Announced: true + - Index: 67 + Item: Golden_L_Launcher + Rate: 7 + Announced: true + - Index: 68 + Item: The_Black_Gatling + Rate: 7 + Announced: true + - Index: 69 + Item: Sharp_Wind_Sword + Rate: 7 + Announced: true + - Index: 70 + Item: Fog_Dew_Sword + Rate: 7 + Announced: true + - Index: 71 + Item: Humma_Clear + Rate: 7 + Announced: true + - Index: 72 + Item: Dragonic_Slayer + Rate: 7 + Announced: true + - Index: 73 + Item: Light_Blade + Rate: 7 + Announced: true + - Index: 74 + Item: Meteor_Striker + Rate: 7 + Announced: true + - Index: 75 + Item: Slate_Sword + Rate: 7 + Announced: true + - Index: 76 + Item: Trumpet_Shell_K + Rate: 7 + Announced: true + - Index: 77 + Item: Barb_Wire_K + Rate: 7 + Announced: true + - Index: 78 + Item: Saint_Hall + Rate: 7 + Announced: true + - Index: 79 + Item: Ray_Knuckle + Rate: 7 + Announced: true + - Index: 80 + Item: Blade_Katar + Rate: 7 + Announced: true + - Index: 81 + Item: Fatalist + Rate: 7 + Announced: true + - Index: 82 + Item: Scalet_Dragon_L_Bow + Rate: 7 + Announced: true + - Index: 83 + Item: Blue_Crystal_Staff + Rate: 7 + Announced: true + - Index: 84 + Item: Freezing_Rod + Rate: 7 + Announced: true + - Index: 85 + Item: Thorn_Staff_ + Rate: 100 + - Index: 86 + Item: Zweihander_ + Rate: 140 + - Index: 87 + Item: Giant_Lance + Rate: 140 + - Index: 88 + Item: Bazerald + Rate: 140 + - Index: 89 + Item: Robot's_Arm + Rate: 140 + - Index: 90 + Item: Spoon + Rate: 140 + - Index: 91 + Item: Guillotine_Katar + Rate: 140 + - Index: 92 + Item: RAG203_ + Rate: 140 + - Index: 93 + Item: ALTAIR_ARES_ + Rate: 140 + - Index: 94 + Item: P_BREAKER_ + Rate: 140 + - Index: 95 + Item: Hurricane_Fury + Rate: 142 + - Index: 96 + Item: Tornado_Axe + Rate: 143 + - Index: 97 + Item: Queen's_Whip_ + Rate: 143 + - Index: 98 + Item: Oriental_Lute_ + Rate: 143 + - Index: 99 + Item: Catapult + Rate: 143 + - Index: 100 + Item: Hunter_Bow_ + Rate: 143 + - Index: 101 + Item: Staff_Of_Geffen + Rate: 143 + - Index: 102 + Item: Recovery_Light + Rate: 143 + - Index: 103 + Item: Gungnir_ + Rate: 143 + - Index: 104 + Item: Crescent_Scythe_ + Rate: 143 + - Index: 105 + Item: Fire_Brand + Rate: 2500 + - Index: 106 + Item: Ice_Falchon + Rate: 2500 + - Index: 107 + Item: Zweihander + Rate: 2500 + - Index: 108 + Item: Alca_Bringer + Rate: 2500 + - Index: 109 + Item: Dragon_Killer + Rate: 2500 + - Index: 110 + Item: Gungnir + Rate: 2500 + - Index: 111 + Item: Imperial_Spear + Rate: 2500 + - Index: 112 + Item: Hunting_Spear + Rate: 2500 + - Index: 113 + Item: Crescent_Scythe + Rate: 2500 + - Index: 114 + Item: Butcher_ + Rate: 2500 + - Index: 115 + Item: Destroyer_ + Rate: 2500 + - Index: 116 + Item: Cardo + Rate: 2500 + - Index: 117 + Item: Berserk + Rate: 2500 + - Index: 118 + Item: Horn_Of_Hilthrion + Rate: 2500 + - Index: 119 + Item: Quadrille + Rate: 2500 + - Index: 120 + Item: Lever_Action_Rifle + Rate: 2500 + - Index: 121 + Item: Gold_Lux + Rate: 2500 + - Index: 122 + Item: Gate_KeeperDD + Rate: 2500 + - Index: 123 + Item: Berserk_Guitar + Rate: 2500 + - Index: 124 + Item: Destruction_Rod + Rate: 2500 + - Index: 125 + Item: Right_Epsilon + Rate: 2500 + - Index: 126 + Item: Queen's_Whip + Rate: 2500 + - Index: 127 + Item: Death_Note + Rate: 2500 + - Index: 128 + Item: Principles_Of_Magic + Rate: 2500 + - Index: 129 + Item: Diary_Of_Great_Sage + Rate: 2500 + - Index: 130 + Item: Huuma_Fluttering_Snow + Rate: 2500 + - Index: 131 + Item: Huuma_Thunderstorm + Rate: 2500 + - Index: 132 + Item: Huuma_Swirling_Petal + Rate: 2500 + - Index: 133 + Item: Katar_Of_Raging_Blaze + Rate: 2500 + - Index: 134 + Item: Katar_Of_Thornbush + Rate: 2500 + - Index: 135 + Item: Katar_Of_Cold_Icicle + Rate: 2500 + - Index: 136 + Item: Katar_Of_Piercing_Wind + Rate: 2500 + - Index: 137 + Item: Ghoul_Leg + Rate: 2500 + - Index: 138 + Item: Guitar_Of_Passion + Rate: 2500 + - Index: 139 + Item: Guitar_Of_Blue_Solo + Rate: 2500 + - Index: 140 + Item: Guitar_Of_Vast_Land + Rate: 2500 + - Index: 141 + Item: Guitar_Of_Gentle_Breeze + Rate: 2500 + - Index: 142 + Item: Whip_Of_Red_Flame + Rate: 2500 + - Index: 143 + Item: Whip_Of_Ice_Piece + Rate: 2500 + - Index: 144 + Item: Whip_Of_Earth + Rate: 2500 + - Index: 145 + Item: Electric_Wire + Rate: 2500 + - Index: 146 + Item: Jump_Rope + Rate: 2500 + - Index: 147 + Item: Huuma_Blaze + Rate: 2500 + - Index: 148 + Item: Iron_Driver + Rate: 2500 + - Index: 149 + Item: Book_Of_Billows + Rate: 2500 + - Index: 150 + Item: Book_Of_Mother_Earth + Rate: 2500 + - Index: 151 + Item: Book_Of_Blazing_Sun + Rate: 2500 + - Index: 152 + Item: Book_Of_Gust_Of_Wind + Rate: 2500 + - Index: 153 + Item: Chrome_Sword + Rate: 2500 + - Index: 154 + Item: Chrome_Twohand_Sword + Rate: 2500 + - Index: 155 + Item: Black_Wing + Rate: 2500 + - Index: 156 + Item: Krieg + Rate: 2500 + - Index: 157 + Item: Sura_Rampage + Rate: 2500 + - Index: 158 + Item: Red_Ether_Bag + Rate: 2500 + - Index: 159 + Item: Green_Whistle + Rate: 2500 + - Index: 160 + Item: Dea_Staff + Rate: 2500 + - Index: 161 + Item: End_Sektura + Rate: 2500 + - Index: 162 + Item: Ygnus_Stale + Rate: 2500 + - Index: 163 + Item: Stem_Whip + Rate: 2500 + - Index: 164 + Item: Chilly_Spell_Book + Rate: 2500 + - Index: 165 + Item: Krishna + Rate: 2500 + - Index: 166 + Item: Cakram + Rate: 2500 + - Index: 167 + Item: Mental_Stick + Rate: 2500 + - Index: 168 + Item: Vecer_Axe + Rate: 2500 + - Index: 169 + Item: Creeper_Bow + Rate: 2500 + - Index: 170 + Item: Whip_ + Rate: 3000 + - Index: 171 + Item: Rante_ + Rate: 3000 + - Index: 172 + Item: Tail_ + Rate: 3000 + - Index: 173 + Item: Line_ + Rate: 3000 + - Index: 174 + Item: Wire_ + Rate: 3000 + - Index: 175 + Item: Lute_ + Rate: 3000 + - Index: 176 + Item: Mandolin_ + Rate: 3000 + - Index: 177 + Item: Guitar_ + Rate: 3000 + - Index: 178 + Item: Fist_ + Rate: 3000 + - Index: 179 + Item: Hora_ + Rate: 3000 + - Index: 180 + Item: Knuckle_Duster_ + Rate: 3000 + - Index: 181 + Item: Book + Rate: 3000 + - Index: 182 + Item: Cinquedea_ + Rate: 3000 + - Index: 183 + Item: Town_Sword_ + Rate: 3000 + - Index: 184 + Item: Jur + Rate: 3000 + - Index: 185 + Item: Guisarme_ + Rate: 3000 + - Index: 186 + Item: Kakkung_ + Rate: 3000 + - Index: 187 + Item: Arbalest_ + Rate: 3000 + - Index: 188 + Item: CrossBow_ + Rate: 3000 + - Index: 189 + Item: Chain_ + Rate: 3000 + - Index: 190 + Item: Arc_Wand + Rate: 3000 + - Index: 191 + Item: Windhawk + Rate: 3000 + - Index: 192 + Item: Damascus + Rate: 3000 + - Index: 193 + Item: Katar_ + Rate: 3000 + - Index: 194 + Item: Jur_ + Rate: 3000 + - Index: 195 + Item: Saber_ + Rate: 3000 + - Index: 196 + Item: Bastard_Sword_ + Rate: 3000 + - Index: 197 + Item: Gladius_ + Rate: 3000 + - Index: 198 + Item: Javelin_ + Rate: 30000 + - Index: 199 + Item: Rope_ + Rate: 30000 + - Index: 200 + Item: Violin_ + Rate: 30000 + - Index: 201 + Item: Waghnakh_ + Rate: 30000 + - Index: 202 + Item: Various_Jur + Rate: 30000 + - Index: 203 + Item: Nail_Of_Loki + Rate: 30000 + - Index: 204 + Item: Hypnotist's_Staff_ + Rate: 30000 + - Index: 205 + Item: Luna_Bow + Rate: 30000 + - Index: 206 + Item: Knife + Rate: 30000 + - Index: 207 + Item: Sword + Rate: 30000 + - Index: 208 + Item: Rod + Rate: 30000 + - Index: 209 + Item: Katana + Rate: 30000 + - Index: 210 + Item: Axe + Rate: 30000 + - Index: 211 + Item: Bow + Rate: 30000 + - Index: 212 + Item: Mace + Rate: 30000 + - Index: 213 + Item: Wand + Rate: 30000 + - Index: 214 + Item: Blade_ + Rate: 30000 + - Index: 215 + Item: Staff_ + Rate: 30000 + - Index: 216 + Item: Pike_ + Rate: 30000 + - Index: 217 + Item: Main_Gauche_ + Rate: 30000 + - Index: 218 + Item: Bow_ + Rate: 30000 + - Index: 219 + Item: Bone_Wand + Rate: 39849 + - Index: 220 + Item: Rod_ + Rate: 40000 + - Index: 221 + Item: Orcish_Axe + Rate: 40000 - Group: CACHUA_ROBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Hood - Rate: 1202 - - Item: Hood_ - Rate: 1200 - - Item: Muffler - Rate: 1200 - - Item: Muffler_ - Rate: 1200 - - Item: Manteau - Rate: 550 - - Item: Manteau_ - Rate: 550 - - Item: Cape_Of_Ancient_Lord - Rate: 190 - - Item: Clack_Of_Servival - Rate: 200 - - Item: Celestial_Robe - Rate: 1200 - - Item: Pauldron - Rate: 1300 - - Item: Wing_Of_Eagle - Rate: 200 - - Item: Angel's_Warmth - Rate: 190 - - Item: Undershirt_ - Rate: 3 - - Item: Valkyrie_Manteau - Rate: 3 - - Item: Rider_Insignia - Rate: 200 - - Item: Rider_Insignia_ - Rate: 3 - - Item: Skin_Of_Ventus - Rate: 200 - - Item: Dragon_Manteau - Rate: 200 - - Item: Beach_Towel - Rate: 200 -# - Item: Sillit_Pong_Bottle -# Rate: 0 -# - Item: God_Material_Box -# Rate: 0 -# - Item: C_Evil_Druid_Hat -# Rate: 0 - - Item: Supplement_Part_Con - Rate: 3 - - Item: Upgrade_Part_Engine - Rate: 3 - - Item: Felock_Cape - Rate: 2 -# - Item: Pump_Of_Spirit -# Rate: 0 -# - Item: C_Kururinpa_Hair -# Rate: 0 -# - Item: C_Medium_Wave_BD -# Rate: 0 -# - Item: Mushroom_Hair -# Rate: 0 -# - Item: Celine_Brooch_K -# Rate: 0 -# - Item: Victory_Wing_Ear -# Rate: 0 + - Index: 0 + Item: God_Material_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Sillit_Pong_Bottle + Rate: 1 + Announced: true + - Index: 2 + Item: C_L_Magestic_Goat + Rate: 1 + Announced: true + - Index: 3 + Item: C_Vicious_Stop_Bandage + Rate: 1 + Announced: true + - Index: 4 + Item: Drooping_Aliot + Rate: 1 + Announced: true + - Index: 5 + Item: Drooping_Kiehl + Rate: 1 + Announced: true + - Index: 6 + Item: C_Invisible_Cap + Rate: 1 + Announced: true + - Index: 7 + Item: C_Invisible_Sunglasses + Rate: 1 + Announced: true + - Index: 8 + Item: C_Invisible_Mask + Rate: 1 + Announced: true + - Index: 9 + Item: C_Eleanor_Wig_YL + Rate: 1 + Announced: true + - Index: 10 + Item: C_Seraph_Wing_Helm + Rate: 1 + Announced: true + - Index: 11 + Item: C_FallenAngelWingEar + Rate: 1 + Announced: true + - Index: 12 + Item: C_Rabbit_Two_Side_Up + Rate: 1 + Announced: true + - Index: 13 + Item: C_Volume_Low_Twin_CB + Rate: 1 + Announced: true + - Index: 14 + Item: C_Soulless_Wing + Rate: 1 + Announced: true + - Index: 15 + Item: C_Piamette_Roll_HairK + Rate: 1 + Announced: true + - Index: 16 + Item: Brilliant_Golden_Wings + Rate: 1 + Announced: true + - Index: 17 + Item: C_Kururinpa_Hair + Rate: 1 + Announced: true + - Index: 18 + Item: C_General_Helmet + Rate: 1 + Announced: true + - Index: 19 + Item: C_Spell_Circuit + Rate: 1 + Announced: true + - Index: 20 + Item: C_Dog_Officer + Rate: 1 + Announced: true + - Index: 21 + Item: C_Amistr_Beret + Rate: 1 + Announced: true + - Index: 22 + Item: C_Classical_Fhat + Rate: 1 + Announced: true + - Index: 23 + Item: C_Electro_Two_Side_Up + Rate: 1 + Announced: true + - Index: 24 + Item: Durumagi + Rate: 1 + Announced: true + - Index: 25 + Item: C_Medium_Wave + Rate: 1 + Announced: true + - Index: 26 + Item: C_Shih_Tzu_Long + Rate: 1 + Announced: true + - Index: 27 + Item: C_L_Knitting_Low_Twin + Rate: 1 + Announced: true + - Index: 28 + Item: C_Elegant_Wave + Rate: 1 + Announced: true + - Index: 29 + Item: C_Braid_Half_Up_Box + Rate: 1 + Announced: true + - Index: 30 + Item: C_Inner_Color_Long + Rate: 1 + Announced: true + - Index: 31 + Item: Fluffy_Semi_Long_Box + Rate: 1 + Announced: true + - Index: 32 + Item: Mushroom_Hair + Rate: 1 + Announced: true + - Index: 33 + Item: C_Medium_Wave_BD + Rate: 1 + Announced: true + - Index: 34 + Item: C_Evil_Druid_Hat + Rate: 1 + Announced: true + - Index: 35 + Item: Signon_Prin_Wave_Box + Rate: 1 + Announced: true + - Index: 36 + Item: Diffusion_Bravery_Bag + Rate: 1 + Announced: true + - Index: 37 + Item: K_King_Tiger_Doll_Hat + Rate: 1 + Announced: true + - Index: 38 + Item: K_Fallen_Angel_Wing + Rate: 1 + Announced: true + - Index: 39 + Item: FallenAngelWing_Reset + Rate: 1 + Announced: true + - Index: 40 + Item: Diffusion_Lacma + Rate: 1 + Announced: true + - Index: 41 + Item: K_Heart_Wing_Hairband + Rate: 1 + Announced: true + - Index: 42 + Item: K_New_Wave_Sunglasses + Rate: 1 + Announced: true + - Index: 43 + Item: FaceWorm_Breath + Rate: 1 + Announced: true + - Index: 44 + Item: Celine_Brooch_K + Rate: 1 + Announced: true + - Index: 45 + Item: Victory_Wing_Ear + Rate: 1 + Announced: true + - Index: 46 + Item: Thanatos_Pendant + Rate: 1 + Announced: true + - Index: 47 + Item: Pump_Of_Spirit + Rate: 4 + Announced: true + - Index: 48 + Item: Blacksmith_Blessing + Rate: 10 + - Index: 49 + Item: Felock_Cape + Rate: 20 + - Index: 50 + Item: Valkyrie_Manteau + Rate: 30 + - Index: 51 + Item: Undershirt_ + Rate: 30 + - Index: 52 + Item: Rider_Insignia_ + Rate: 30 + - Index: 53 + Item: Upgrade_Part_Engine + Rate: 30 + - Index: 54 + Item: Supplement_Part_Con + Rate: 30 + - Index: 55 + Item: Cape_Of_Ancient_Lord + Rate: 1900 + - Index: 56 + Item: Angel's_Warmth + Rate: 1900 + - Index: 57 + Item: Beach_Towel + Rate: 2000 + - Index: 58 + Item: Wing_Of_Eagle + Rate: 2000 + - Index: 59 + Item: Skin_Of_Ventus + Rate: 2000 + - Index: 60 + Item: Rider_Insignia + Rate: 2000 + - Index: 61 + Item: Clack_Of_Servival + Rate: 2000 + - Index: 62 + Item: Dragon_Manteau + Rate: 2000 + - Index: 63 + Item: Manteau_ + Rate: 5500 + - Index: 64 + Item: Manteau + Rate: 5500 + - Index: 65 + Item: Muffler_ + Rate: 12000 + - Index: 66 + Item: Celestial_Robe + Rate: 12000 + - Index: 67 + Item: Hood_ + Rate: 12000 + - Index: 68 + Item: Muffler + Rate: 12000 + - Index: 69 + Item: Hood + Rate: 12000 + - Index: 70 + Item: Pauldron + Rate: 12969 - Group: CACHUA_MAIL SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Cotton_Shirt - Rate: 500 - - Item: Cotton_Shirt_ - Rate: 462 - - Item: Leather_Jacket - Rate: 400 - - Item: Leather_Jacket_ - Rate: 400 - - Item: Adventure_Suit - Rate: 400 - - Item: Adventurere's_Suit_ - Rate: 400 - - Item: Mantle - Rate: 500 - - Item: Mantle_ - Rate: 500 - - Item: Coat - Rate: 500 - - Item: Coat_ - Rate: 400 - - Item: Mink_Coat - Rate: 400 - - Item: Clothes_Of_The_Lord - Rate: 400 - - Item: Glittering_Clothes - Rate: 400 - - Item: Formal_Suit - Rate: 400 - - Item: Silk_Robe - Rate: 400 - - Item: Silk_Robe_ - Rate: 400 - - Item: Scapulare - Rate: 400 - - Item: Scapulare_ - Rate: 400 - - Item: Holy_Robe - Rate: 130 - - Item: Wooden_Mail - Rate: 400 - - Item: Wooden_Mail_ - Rate: 400 - - Item: Ninja_Suit - Rate: 130 - - Item: Wedding_Dress - Rate: 600 - - Item: G_Strings - Rate: 400 - - Item: Flame_Sprits_Armor_ + - Index: 0 + Item: God_Material_Box Rate: 1 - - Item: Water_Sprits_Armor_ + Announced: true + - Index: 1 + Item: Sillit_Pong_Bottle Rate: 1 - - Item: Wind_Sprits_Armor_ + Announced: true + - Index: 2 + Item: C_L_Magestic_Goat Rate: 1 - - Item: Earth_Sprits_Armor_ + Announced: true + - Index: 3 + Item: C_Vicious_Stop_Bandage Rate: 1 - - Item: Angel's_Protection - Rate: 132 - - Item: Valkyrie_Armor + Announced: true + - Index: 4 + Item: Drooping_Aliot Rate: 1 - - Item: Ninja_Suit_ + Announced: true + - Index: 5 + Item: Drooping_Kiehl Rate: 1 - - Item: Orleans_Gown + Announced: true + - Index: 6 + Item: C_Invisible_Cap Rate: 1 - - Item: G_Strings_ + Announced: true + - Index: 7 + Item: C_Invisible_Sunglasses Rate: 1 - - Item: Holy_Robe_ + Announced: true + - Index: 8 + Item: C_Invisible_Mask Rate: 1 - - Item: Improved_Tights + Announced: true + - Index: 9 + Item: C_Eleanor_Wig_YL Rate: 1 - - Item: Dragon_Vest + Announced: true + - Index: 10 + Item: C_Seraph_Wing_Helm Rate: 1 -# - Item: Sillit_Pong_Bottle -# Rate: 0 -# - Item: God_Material_Box -# Rate: 0 - - Item: Tidung + Announced: true + - Index: 11 + Item: C_FallenAngelWingEar Rate: 1 - - Item: Prison_Uniform - Rate: 130 - - Item: Tenebris_Latitantes + Announced: true + - Index: 12 + Item: C_Rabbit_Two_Side_Up Rate: 1 - - Item: Rider_Suit + Announced: true + - Index: 13 + Item: C_Volume_Low_Twin_CB Rate: 1 - - Item: Lounge_Suit + Announced: true + - Index: 14 + Item: C_Soulless_Wing Rate: 1 -# - Item: C_Evil_Druid_Hat -# Rate: 0 -# - Item: Pump_Of_Spirit -# Rate: 0 -# - Item: C_Kururinpa_Hair -# Rate: 0 -# - Item: C_Medium_Wave_BD -# Rate: 0 -# - Item: Mushroom_Hair -# Rate: 0 -# - Item: Celine_Brooch_K -# Rate: 0 -# - Item: Victory_Wing_Ear -# Rate: 0 + Announced: true + - Index: 15 + Item: C_Piamette_Roll_HairK + Rate: 1 + Announced: true + - Index: 16 + Item: Brilliant_Golden_Wings + Rate: 1 + Announced: true + - Index: 17 + Item: C_Kururinpa_Hair + Rate: 1 + Announced: true + - Index: 18 + Item: C_General_Helmet + Rate: 1 + Announced: true + - Index: 19 + Item: C_Spell_Circuit + Rate: 1 + Announced: true + - Index: 20 + Item: C_Dog_Officer + Rate: 1 + Announced: true + - Index: 21 + Item: C_Amistr_Beret + Rate: 1 + Announced: true + - Index: 22 + Item: C_Classical_Fhat + Rate: 1 + Announced: true + - Index: 23 + Item: C_Electro_Two_Side_Up + Rate: 1 + Announced: true + - Index: 24 + Item: Durumagi + Rate: 1 + Announced: true + - Index: 25 + Item: C_Medium_Wave + Rate: 1 + Announced: true + - Index: 26 + Item: C_Shih_Tzu_Long + Rate: 1 + Announced: true + - Index: 27 + Item: C_L_Knitting_Low_Twin + Rate: 1 + Announced: true + - Index: 28 + Item: C_Elegant_Wave + Rate: 1 + Announced: true + - Index: 29 + Item: C_Braid_Half_Up_Box + Rate: 1 + Announced: true + - Index: 30 + Item: C_Inner_Color_Long + Rate: 1 + Announced: true + - Index: 31 + Item: Fluffy_Semi_Long_Box + Rate: 1 + Announced: true + - Index: 32 + Item: Mushroom_Hair + Rate: 1 + Announced: true + - Index: 33 + Item: C_Medium_Wave_BD + Rate: 1 + Announced: true + - Index: 34 + Item: C_Evil_Druid_Hat + Rate: 1 + Announced: true + - Index: 35 + Item: Signon_Prin_Wave_Box + Rate: 1 + Announced: true + - Index: 36 + Item: Diffusion_Bravery_Bag + Rate: 1 + Announced: true + - Index: 37 + Item: K_King_Tiger_Doll_Hat + Rate: 1 + Announced: true + - Index: 38 + Item: K_Fallen_Angel_Wing + Rate: 1 + Announced: true + - Index: 39 + Item: FallenAngelWing_Reset + Rate: 1 + Announced: true + - Index: 40 + Item: Diffusion_Lacma + Rate: 1 + Announced: true + - Index: 41 + Item: K_Heart_Wing_Hairband + Rate: 1 + Announced: true + - Index: 42 + Item: K_New_Wave_Sunglasses + Rate: 1 + Announced: true + - Index: 43 + Item: FaceWorm_Breath + Rate: 1 + Announced: true + - Index: 44 + Item: Celine_Brooch_K + Rate: 1 + Announced: true + - Index: 45 + Item: Victory_Wing_Ear + Rate: 1 + Announced: true + - Index: 46 + Item: Thanatos_Pendant + Rate: 1 + Announced: true + - Index: 47 + Item: Pump_Of_Spirit + Rate: 4 + Announced: true + - Index: 48 + Item: Blacksmith_Blessing + Rate: 10 + - Index: 49 + Item: Holy_Robe_ + Rate: 10 + - Index: 50 + Item: Ninja_Suit_ + Rate: 10 + - Index: 51 + Item: G_Strings_ + Rate: 10 + - Index: 52 + Item: Flame_Sprits_Armor_ + Rate: 10 + - Index: 53 + Item: Wind_Sprits_Armor_ + Rate: 10 + - Index: 54 + Item: Water_Sprits_Armor_ + Rate: 10 + - Index: 55 + Item: Earth_Sprits_Armor_ + Rate: 10 + - Index: 56 + Item: Lounge_Suit + Rate: 10 + - Index: 57 + Item: Tenebris_Latitantes + Rate: 10 + - Index: 58 + Item: Valkyrie_Armor + Rate: 10 + - Index: 59 + Item: Rider_Suit + Rate: 10 + - Index: 60 + Item: Tidung + Rate: 10 + - Index: 61 + Item: Improved_Tights + Rate: 10 + - Index: 62 + Item: Orleans_Gown + Rate: 10 + - Index: 63 + Item: Dragon_Vest + Rate: 10 + - Index: 64 + Item: Prison_Uniform + Rate: 1300 + - Index: 65 + Item: Holy_Robe + Rate: 1300 + - Index: 66 + Item: Ninja_Suit + Rate: 1300 + - Index: 67 + Item: Angel's_Protection + Rate: 1316 + - Index: 68 + Item: Formal_Suit + Rate: 4000 + - Index: 69 + Item: Clothes_Of_The_Lord + Rate: 4000 + - Index: 70 + Item: Wedding_Dress + Rate: 6000 + - Index: 71 + Item: Glittering_Clothes + Rate: 4000 + - Index: 72 + Item: Mink_Coat + Rate: 4000 + - Index: 73 + Item: Silk_Robe + Rate: 4000 + - Index: 74 + Item: Silk_Robe_ + Rate: 4000 + - Index: 75 + Item: Mantle + Rate: 5000 + - Index: 76 + Item: Mantle_ + Rate: 5000 + - Index: 77 + Item: G_Strings + Rate: 4000 + - Index: 78 + Item: Wooden_Mail + Rate: 4000 + - Index: 79 + Item: Wooden_Mail_ + Rate: 4000 + - Index: 80 + Item: Coat + Rate: 5000 + - Index: 81 + Item: Coat_ + Rate: 4000 + - Index: 82 + Item: Scapulare + Rate: 4000 + - Index: 83 + Item: Scapulare_ + Rate: 4000 + - Index: 84 + Item: Adventure_Suit + Rate: 4000 + - Index: 85 + Item: Adventurere's_Suit_ + Rate: 4000 + - Index: 86 + Item: Leather_Jacket + Rate: 4000 + - Index: 87 + Item: Leather_Jacket_ + Rate: 4000 + - Index: 88 + Item: Cotton_Shirt + Rate: 5000 + - Index: 89 + Item: Cotton_Shirt_ + Rate: 4573 - Group: CACHUA_SHOES SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Sandals - Rate: 800 - - Item: Sandals_ - Rate: 752 - - Item: Shoes - Rate: 800 - - Item: Shoes_ - Rate: 800 - - Item: Boots - Rate: 1500 - - Item: Boots_ - Rate: 1500 - - Item: Chrystal_Pumps - Rate: 800 - - Item: Cuffs - Rate: 800 - - Item: Spiky_Heel - Rate: 800 - - Item: Angel's_Arrival - Rate: 360 - - Item: Valkyrie_Shoes - Rate: 3 - - Item: Variant_Shoes - Rate: 2 - - Item: Black_Leather_Boots - Rate: 360 - - Item: Shadow_Walk - Rate: 349 - - Item: Black_Leather_Boots_ - Rate: 2 - - Item: Dance_Shoes - Rate: 360 - - Item: Shadow_Walk_ - Rate: 2 -# - Item: Sillit_Pong_Bottle -# Rate: 0 -# - Item: God_Material_Box -# Rate: 0 -# - Item: C_Evil_Druid_Hat -# Rate: 0 - - Item: Supplement_Part_Agi - Rate: 3 - - Item: Upgrade_Part_Booster - Rate: 3 - - Item: Felock_Boots - Rate: 2 -# - Item: Pump_Of_Spirit -# Rate: 0 -# - Item: C_Kururinpa_Hair -# Rate: 0 -# - Item: C_Medium_Wave_BD -# Rate: 0 -# - Item: Mushroom_Hair -# Rate: 0 -# - Item: Celine_Brooch_K -# Rate: 0 -# - Item: Victory_Wing_Ear -# Rate: 0 + - Index: 0 + Item: God_Material_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Sillit_Pong_Bottle + Rate: 1 + Announced: true + - Index: 2 + Item: C_L_Magestic_Goat + Rate: 1 + Announced: true + - Index: 3 + Item: C_Vicious_Stop_Bandage + Rate: 1 + Announced: true + - Index: 4 + Item: Drooping_Aliot + Rate: 1 + Announced: true + - Index: 5 + Item: Drooping_Kiehl + Rate: 1 + Announced: true + - Index: 6 + Item: C_Invisible_Cap + Rate: 1 + Announced: true + - Index: 7 + Item: C_Invisible_Sunglasses + Rate: 1 + Announced: true + - Index: 8 + Item: C_Invisible_Mask + Rate: 1 + Announced: true + - Index: 9 + Item: C_Eleanor_Wig_YL + Rate: 1 + Announced: true + - Index: 10 + Item: C_Seraph_Wing_Helm + Rate: 1 + Announced: true + - Index: 11 + Item: C_FallenAngelWingEar + Rate: 1 + Announced: true + - Index: 12 + Item: C_Rabbit_Two_Side_Up + Rate: 1 + Announced: true + - Index: 13 + Item: C_Volume_Low_Twin_CB + Rate: 1 + Announced: true + - Index: 14 + Item: C_Soulless_Wing + Rate: 1 + Announced: true + - Index: 15 + Item: C_Piamette_Roll_HairK + Rate: 1 + Announced: true + - Index: 16 + Item: Brilliant_Golden_Wings + Rate: 1 + Announced: true + - Index: 17 + Item: C_Kururinpa_Hair + Rate: 1 + Announced: true + - Index: 18 + Item: C_General_Helmet + Rate: 1 + Announced: true + - Index: 19 + Item: C_Spell_Circuit + Rate: 1 + Announced: true + - Index: 20 + Item: C_Dog_Officer + Rate: 1 + Announced: true + - Index: 21 + Item: C_Amistr_Beret + Rate: 1 + Announced: true + - Index: 22 + Item: C_Classical_Fhat + Rate: 1 + Announced: true + - Index: 23 + Item: C_Electro_Two_Side_Up + Rate: 1 + Announced: true + - Index: 24 + Item: Durumagi + Rate: 1 + Announced: true + - Index: 25 + Item: C_Medium_Wave + Rate: 1 + Announced: true + - Index: 26 + Item: C_Shih_Tzu_Long + Rate: 1 + Announced: true + - Index: 27 + Item: C_L_Knitting_Low_Twin + Rate: 1 + Announced: true + - Index: 28 + Item: C_Elegant_Wave + Rate: 1 + Announced: true + - Index: 29 + Item: C_Braid_Half_Up_Box + Rate: 1 + Announced: true + - Index: 30 + Item: C_Inner_Color_Long + Rate: 1 + Announced: true + - Index: 31 + Item: Fluffy_Semi_Long_Box + Rate: 1 + Announced: true + - Index: 32 + Item: Mushroom_Hair + Rate: 1 + Announced: true + - Index: 33 + Item: C_Medium_Wave_BD + Rate: 1 + Announced: true + - Index: 34 + Item: C_Evil_Druid_Hat + Rate: 1 + Announced: true + - Index: 35 + Item: Signon_Prin_Wave_Box + Rate: 1 + Announced: true + - Index: 36 + Item: Diffusion_Bravery_Bag + Rate: 1 + Announced: true + - Index: 37 + Item: K_King_Tiger_Doll_Hat + Rate: 1 + Announced: true + - Index: 38 + Item: K_Fallen_Angel_Wing + Rate: 1 + Announced: true + - Index: 39 + Item: FallenAngelWing_Reset + Rate: 1 + Announced: true + - Index: 40 + Item: Diffusion_Lacma + Rate: 1 + Announced: true + - Index: 41 + Item: K_Heart_Wing_Hairband + Rate: 1 + Announced: true + - Index: 42 + Item: K_New_Wave_Sunglasses + Rate: 1 + Announced: true + - Index: 43 + Item: FaceWorm_Breath + Rate: 1 + Announced: true + - Index: 44 + Item: Celine_Brooch_K + Rate: 1 + Announced: true + - Index: 45 + Item: Victory_Wing_Ear + Rate: 1 + Announced: true + - Index: 46 + Item: Thanatos_Pendant + Rate: 1 + Announced: true + - Index: 47 + Item: Pump_Of_Spirit + Rate: 4 + Announced: true + - Index: 48 + Item: Blacksmith_Blessing + Rate: 10 + - Index: 49 + Item: Felock_Boots + Rate: 20 + - Index: 50 + Item: Shadow_Walk_ + Rate: 20 + - Index: 51 + Item: Black_Leather_Boots_ + Rate: 20 + - Index: 52 + Item: Variant_Shoes + Rate: 20 + - Index: 53 + Item: Valkyrie_Shoes + Rate: 30 + - Index: 54 + Item: Upgrade_Part_Booster + Rate: 30 + - Index: 55 + Item: Supplement_Part_Agi + Rate: 30 + - Index: 56 + Item: Shadow_Walk + Rate: 3494 + - Index: 57 + Item: Dance_Shoes + Rate: 3600 + - Index: 58 + Item: Black_Leather_Boots + Rate: 3600 + - Index: 59 + Item: Angel's_Arrival + Rate: 3600 + - Index: 60 + Item: Chrystal_Pumps + Rate: 8000 + - Index: 61 + Item: Spiky_Heel + Rate: 8000 + - Index: 62 + Item: Cuffs + Rate: 8000 + - Index: 63 + Item: Boots_ + Rate: 15000 + - Index: 64 + Item: Shoes_ + Rate: 8000 + - Index: 65 + Item: Sandals_ + Rate: 8000 + - Index: 66 + Item: Boots + Rate: 14475 + - Index: 67 + Item: Shoes + Rate: 8000 + - Index: 68 + Item: Sandals + Rate: 8000 - Group: CACHUA_SHIELD SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Guard - Rate: 1750 - - Item: Guard_ - Rate: 1750 - - Item: Buckler - Rate: 1352 - - Item: Buckler_ - Rate: 1350 - - Item: Memorize_Book - Rate: 1800 - - Item: Valkyrja's_Shield - Rate: 3 - - Item: Angel's_Safeguard - Rate: 493 - - Item: Improved_Arm_Guard - Rate: 493 - - Item: Improved_Arm_Guard_ + - Index: 0 + Item: God_Material_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Sillit_Pong_Bottle + Rate: 1 + Announced: true + - Index: 2 + Item: C_L_Magestic_Goat + Rate: 1 + Announced: true + - Index: 3 + Item: C_Vicious_Stop_Bandage + Rate: 1 + Announced: true + - Index: 4 + Item: Drooping_Aliot + Rate: 1 + Announced: true + - Index: 5 + Item: Drooping_Kiehl + Rate: 1 + Announced: true + - Index: 6 + Item: C_Invisible_Cap + Rate: 1 + Announced: true + - Index: 7 + Item: C_Invisible_Sunglasses + Rate: 1 + Announced: true + - Index: 8 + Item: C_Invisible_Mask + Rate: 1 + Announced: true + - Index: 9 + Item: C_Eleanor_Wig_YL + Rate: 1 + Announced: true + - Index: 10 + Item: C_Seraph_Wing_Helm + Rate: 1 + Announced: true + - Index: 11 + Item: C_FallenAngelWingEar + Rate: 1 + Announced: true + - Index: 12 + Item: C_Rabbit_Two_Side_Up + Rate: 1 + Announced: true + - Index: 13 + Item: C_Volume_Low_Twin_CB + Rate: 1 + Announced: true + - Index: 14 + Item: C_Soulless_Wing + Rate: 1 + Announced: true + - Index: 15 + Item: C_Piamette_Roll_HairK + Rate: 1 + Announced: true + - Index: 16 + Item: Brilliant_Golden_Wings + Rate: 1 + Announced: true + - Index: 17 + Item: C_Kururinpa_Hair + Rate: 1 + Announced: true + - Index: 18 + Item: C_General_Helmet + Rate: 1 + Announced: true + - Index: 19 + Item: C_Spell_Circuit + Rate: 1 + Announced: true + - Index: 20 + Item: C_Dog_Officer + Rate: 1 + Announced: true + - Index: 21 + Item: C_Amistr_Beret + Rate: 1 + Announced: true + - Index: 22 + Item: C_Classical_Fhat + Rate: 1 + Announced: true + - Index: 23 + Item: C_Electro_Two_Side_Up + Rate: 1 + Announced: true + - Index: 24 + Item: Durumagi + Rate: 1 + Announced: true + - Index: 25 + Item: C_Medium_Wave + Rate: 1 + Announced: true + - Index: 26 + Item: C_Shih_Tzu_Long + Rate: 1 + Announced: true + - Index: 27 + Item: C_L_Knitting_Low_Twin + Rate: 1 + Announced: true + - Index: 28 + Item: C_Elegant_Wave + Rate: 1 + Announced: true + - Index: 29 + Item: C_Braid_Half_Up_Box + Rate: 1 + Announced: true + - Index: 30 + Item: C_Inner_Color_Long + Rate: 1 + Announced: true + - Index: 31 + Item: Fluffy_Semi_Long_Box + Rate: 1 + Announced: true + - Index: 32 + Item: Mushroom_Hair + Rate: 1 + Announced: true + - Index: 33 + Item: C_Medium_Wave_BD + Rate: 1 + Announced: true + - Index: 34 + Item: C_Evil_Druid_Hat + Rate: 1 + Announced: true + - Index: 35 + Item: Signon_Prin_Wave_Box + Rate: 1 + Announced: true + - Index: 36 + Item: Diffusion_Bravery_Bag + Rate: 1 + Announced: true + - Index: 37 + Item: K_King_Tiger_Doll_Hat + Rate: 1 + Announced: true + - Index: 38 + Item: K_Fallen_Angel_Wing + Rate: 1 + Announced: true + - Index: 39 + Item: FallenAngelWing_Reset + Rate: 1 + Announced: true + - Index: 40 + Item: Diffusion_Lacma + Rate: 1 + Announced: true + - Index: 41 + Item: K_Heart_Wing_Hairband + Rate: 1 + Announced: true + - Index: 42 + Item: K_New_Wave_Sunglasses + Rate: 1 + Announced: true + - Index: 43 + Item: FaceWorm_Breath + Rate: 1 + Announced: true + - Index: 44 + Item: Celine_Brooch_K + Rate: 1 + Announced: true + - Index: 45 + Item: Victory_Wing_Ear + Rate: 1 + Announced: true + - Index: 46 + Item: Thanatos_Pendant + Rate: 1 + Announced: true + - Index: 47 + Item: Pump_Of_Spirit Rate: 4 - - Item: Platinum_Shield - Rate: 4 - - Item: Orleans_Server - Rate: 3 - - Item: Herald_Of_GOD_ - Rate: 4 - - Item: Flame_Thrower - Rate: 493 - - Item: Imperial_Guard - Rate: 3 - - Item: Bible_Of_Promise1 - Rate: 493 - - Item: Bible_Of_Promise2 - Rate: 3 -# - Item: Sillit_Pong_Bottle -# Rate: 0 -# - Item: God_Material_Box -# Rate: 0 -# - Item: C_Evil_Druid_Hat -# Rate: 0 -# - Item: Pump_Of_Spirit -# Rate: 0 -# - Item: C_Kururinpa_Hair -# Rate: 0 -# - Item: C_Medium_Wave_BD -# Rate: 0 -# - Item: Mushroom_Hair -# Rate: 0 -# - Item: Celine_Brooch_K -# Rate: 0 -# - Item: Victory_Wing_Ear -# Rate: 0 + Announced: true + - Index: 48 + Item: Blacksmith_Blessing + Rate: 10 + - Index: 49 + Item: Bible_Of_Promise2 + Rate: 30 + - Index: 50 + Item: Valkyrja's_Shield + Rate: 30 + - Index: 51 + Item: Orleans_Server + Rate: 30 + - Index: 52 + Item: Imperial_Guard + Rate: 30 + - Index: 53 + Item: Herald_Of_GOD_ + Rate: 40 + - Index: 54 + Item: Platinum_Shield + Rate: 40 + - Index: 55 + Item: Improved_Arm_Guard_ + Rate: 40 + - Index: 56 + Item: Angel's_Safeguard + Rate: 4930 + - Index: 57 + Item: Bible_Of_Promise1 + Rate: 4934 + - Index: 58 + Item: Improved_Arm_Guard + Rate: 4930 + - Index: 59 + Item: Flame_Thrower + Rate: 4930 + - Index: 60 + Item: Memorize_Book + Rate: 18000 + - Index: 61 + Item: Buckler_ + Rate: 13500 + - Index: 62 + Item: Buckler + Rate: 13475 + - Index: 63 + Item: Guard_ + Rate: 17500 + - Index: 64 + Item: Guard + Rate: 17500 - Group: CACHUA_HELM SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Wedding_Veil - Rate: 250 - - Item: Ribbon_ - Rate: 250 - - Item: Bandana - Rate: 250 - - Item: Cat_Hairband - Rate: 250 - - Item: Flower_Hairband - Rate: 250 - - Item: Biretta - Rate: 250 - - Item: Biretta_ - Rate: 250 - - Item: Hat - Rate: 250 - - Item: Hat_ - Rate: 250 - - Item: Turban - Rate: 250 - - Item: Turban_ - Rate: 250 - - Item: Goggle - Rate: 250 - - Item: Goggle_ - Rate: 250 - - Item: Cap - Rate: 250 - - Item: Cap_ - Rate: 250 - - Item: Helm - Rate: 250 - - Item: Helm_ - Rate: 250 - - Item: Circlet - Rate: 250 - - Item: Circlet_ - Rate: 248 - - Item: Tiara - Rate: 40 - - Item: Crown - Rate: 40 - - Item: Santa's_Hat - Rate: 250 - - Item: Big_Sis'_Ribbon - Rate: 250 - - Item: Sweet_Gents - Rate: 250 - - Item: Golden_Gear - Rate: 40 - - Item: Oldman's_Romance - Rate: 250 - - Item: Western_Grace - Rate: 250 - - Item: Coronet - Rate: 40 - - Item: Fillet - Rate: 40 - - Item: Holy_Bonnet - Rate: 40 - - Item: Star_Sparkling - Rate: 250 - - Item: Angelic_Chain - Rate: 40 - - Item: Satanic_Chain - Rate: 40 - - Item: Magestic_Goat - Rate: 40 - - Item: Sharp_Gear - Rate: 40 - - Item: Mini_Propeller - Rate: 50 - - Item: Prontera_Army_Cap - Rate: 250 -# - Item: Smoking_Pipe -# Rate: 0 - - Item: Ghost_Bandana - Rate: 50 - - Item: Red_Bandana - Rate: 250 - - Item: Nurse_Cap - Rate: 50 - - Item: Apple_Of_Archer - Rate: 40 -# - Item: Elven_Ears -# Rate: 0 - - Item: Pirate_Bandana - Rate: 250 - - Item: Funeral_Costume - Rate: 50 - - Item: Viking_Helm - Rate: 250 - - Item: Gemmed_Crown - Rate: 50 - - Item: Joker_Jester - Rate: 250 -# - Item: Oxygen_Mask -# Rate: 0 - - Item: Loard_Circlet - Rate: 40 - - Item: Puppy_Love - Rate: 50 - - Item: Indian_Hair_Piece - Rate: 50 - - Item: Antenna - Rate: 50 - - Item: Ph.D_Hat - Rate: 250 - - Item: Egg_Shell - Rate: 250 -# - Item: Boy's_Cap -# Rate: 0 - - Item: Bone_Helm - Rate: 40 - - Item: Corsair - Rate: 40 -# - Item: Helm_Of_Angel -# Rate: 0 -# - Item: Hat_Of_Cook -# Rate: 0 -# - Item: Wizardry_Hat -# Rate: 0 - - Item: Panda_Cap - Rate: 40 -# - Item: Picnic_Hat -# Rate: 0 - - Item: Poring_Hat - Rate: 40 -# - Item: Deviruchi_Cap -# Rate: 0 -# - Item: Blush -# Rate: 0 -# - Item: Hair_Protector -# Rate: 0 -# - Item: Magician_Hat -# Rate: 0 -# - Item: Drooping_Kitty -# Rate: 0 -# - Item: Brown_Bear_Cap -# Rate: 0 -# - Item: Fish_On_Head -# Rate: 0 - - Item: Horn_Of_Succubus - Rate: 40 - - Item: Inccubus_Horn - Rate: 40 -# - Item: Cowboy_Hat -# Rate: 0 -# - Item: Fur_Hat -# Rate: 0 -# - Item: Headgear_Of_Queen -# Rate: 0 -# - Item: Red_Bonnet -# Rate: 0 -# - Item: Baby_Pacifier -# Rate: 0 -# - Item: Winter_Hat -# Rate: 0 - - Item: Banana_Hat - Rate: 40 - - Item: Ear_Of_Puppy - Rate: 250 - - Item: Super_Novice_Hat_ - Rate: 250 - - Item: Fedora_ - Rate: 250 - - Item: Kiss_Of_Angel - Rate: 40 - - Item: Marionette_Doll - Rate: 40 -# - Item: Bride_Mask -# Rate: 0 -# - Item: Feather_Beret -# Rate: 0 - - Item: Valkyrie_Helm + - Index: 0 + Item: God_Material_Box Rate: 1 -# - Item: Satto_Hat -# Rate: 0 -# - Item: Ayam -# Rate: 0 -# - Item: Hahoe_Mask -# Rate: 0 -# - Item: Guardian_Lion_Mask -# Rate: 0 -# - Item: Sillit_Pong_Bottle -# Rate: 0 -# - Item: God_Material_Box -# Rate: 0 - - Item: Cursed_Book + Announced: true + - Index: 1 + Item: Sillit_Pong_Bottle Rate: 1 -# - Item: Feather_Beret_ -# Rate: 0 -# - Item: C_Evil_Druid_Hat -# Rate: 0 -# - Item: Pump_Of_Spirit -# Rate: 0 -# - Item: C_Kururinpa_Hair -# Rate: 0 -# - Item: C_Medium_Wave_BD -# Rate: 0 -# - Item: Mushroom_Hair -# Rate: 0 -# - Item: Celine_Brooch_K -# Rate: 0 -# - Item: Victory_Wing_Ear -# Rate: 0 + Announced: true + - Index: 2 + Item: C_L_Magestic_Goat + Rate: 1 + Announced: true + - Index: 3 + Item: C_Vicious_Stop_Bandage + Rate: 1 + Announced: true + - Index: 4 + Item: Drooping_Aliot + Rate: 1 + Announced: true + - Index: 5 + Item: Drooping_Kiehl + Rate: 1 + Announced: true + - Index: 6 + Item: C_Invisible_Cap + Rate: 1 + Announced: true + - Index: 7 + Item: C_Invisible_Sunglasses + Rate: 1 + Announced: true + - Index: 8 + Item: C_Invisible_Mask + Rate: 1 + Announced: true + - Index: 9 + Item: C_Eleanor_Wig_YL + Rate: 1 + Announced: true + - Index: 10 + Item: C_Seraph_Wing_Helm + Rate: 1 + Announced: true + - Index: 11 + Item: C_FallenAngelWingEar + Rate: 1 + Announced: true + - Index: 12 + Item: C_Rabbit_Two_Side_Up + Rate: 1 + Announced: true + - Index: 13 + Item: C_Volume_Low_Twin_CB + Rate: 1 + Announced: true + - Index: 14 + Item: C_Soulless_Wing + Rate: 1 + Announced: true + - Index: 15 + Item: C_Piamette_Roll_HairK + Rate: 1 + Announced: true + - Index: 16 + Item: Brilliant_Golden_Wings + Rate: 1 + Announced: true + - Index: 17 + Item: C_Kururinpa_Hair + Rate: 1 + Announced: true + - Index: 18 + Item: C_General_Helmet + Rate: 1 + Announced: true + - Index: 19 + Item: C_Spell_Circuit + Rate: 1 + Announced: true + - Index: 20 + Item: C_Dog_Officer + Rate: 1 + Announced: true + - Index: 21 + Item: C_Amistr_Beret + Rate: 1 + Announced: true + - Index: 22 + Item: C_Classical_Fhat + Rate: 1 + Announced: true + - Index: 23 + Item: C_Electro_Two_Side_Up + Rate: 1 + Announced: true + - Index: 24 + Item: Durumagi + Rate: 1 + Announced: true + - Index: 25 + Item: C_Medium_Wave + Rate: 1 + Announced: true + - Index: 26 + Item: C_Shih_Tzu_Long + Rate: 1 + Announced: true + - Index: 27 + Item: C_L_Knitting_Low_Twin + Rate: 1 + Announced: true + - Index: 28 + Item: C_Elegant_Wave + Rate: 1 + Announced: true + - Index: 29 + Item: C_Braid_Half_Up_Box + Rate: 1 + Announced: true + - Index: 30 + Item: C_Inner_Color_Long + Rate: 1 + Announced: true + - Index: 31 + Item: Fluffy_Semi_Long_Box + Rate: 1 + Announced: true + - Index: 32 + Item: Mushroom_Hair + Rate: 1 + Announced: true + - Index: 33 + Item: C_Medium_Wave_BD + Rate: 1 + Announced: true + - Index: 34 + Item: C_Evil_Druid_Hat + Rate: 1 + Announced: true + - Index: 35 + Item: Signon_Prin_Wave_Box + Rate: 1 + Announced: true + - Index: 36 + Item: Diffusion_Bravery_Bag + Rate: 1 + Announced: true + - Index: 37 + Item: K_King_Tiger_Doll_Hat + Rate: 1 + Announced: true + - Index: 38 + Item: K_Fallen_Angel_Wing + Rate: 1 + Announced: true + - Index: 39 + Item: FallenAngelWing_Reset + Rate: 1 + Announced: true + - Index: 40 + Item: Diffusion_Lacma + Rate: 1 + Announced: true + - Index: 41 + Item: K_Heart_Wing_Hairband + Rate: 1 + Announced: true + - Index: 42 + Item: K_New_Wave_Sunglasses + Rate: 1 + Announced: true + - Index: 43 + Item: FaceWorm_Breath + Rate: 1 + Announced: true + - Index: 44 + Item: Celine_Brooch_K + Rate: 1 + Announced: true + - Index: 45 + Item: Victory_Wing_Ear + Rate: 1 + Announced: true + - Index: 46 + Item: Thanatos_Pendant + Rate: 1 + Announced: true + - Index: 47 + Item: Pump_Of_Spirit + Rate: 4 + Announced: true + - Index: 48 + Item: Blacksmith_Blessing + Rate: 10 + - Index: 49 + Item: Valkyrie_Helm + Rate: 7 + - Index: 50 + Item: Cursed_Book + Rate: 7 + - Index: 51 + Item: Feather_Beret_ + Rate: 2 + - Index: 52 + Item: Helm_Of_Angel + Rate: 2 + - Index: 53 + Item: Brown_Bear_Cap + Rate: 3 + - Index: 54 + Item: Picnic_Hat + Rate: 3 + - Index: 55 + Item: Hair_Protector + Rate: 3 + - Index: 56 + Item: Deviruchi_Cap + Rate: 3 + - Index: 57 + Item: Ayam + Rate: 3 + - Index: 58 + Item: Drooping_Kitty + Rate: 3 + - Index: 59 + Item: Cowboy_Hat + Rate: 3 + - Index: 60 + Item: Winter_Hat + Rate: 3 + - Index: 61 + Item: Elven_Ears + Rate: 4 + - Index: 62 + Item: Blush + Rate: 4 + - Index: 63 + Item: Bride_Mask + Rate: 4 + - Index: 64 + Item: Guardian_Lion_Mask + Rate: 4 + - Index: 65 + Item: Hahoe_Mask + Rate: 4 + - Index: 66 + Item: Boy's_Cap + Rate: 4 + - Index: 67 + Item: Satto_Hat + Rate: 4 + - Index: 68 + Item: Fur_Hat + Rate: 4 + - Index: 69 + Item: Red_Bonnet + Rate: 4 + - Index: 70 + Item: Hat_Of_Cook + Rate: 4 + - Index: 71 + Item: Headgear_Of_Queen + Rate: 4 + - Index: 72 + Item: Wizardry_Hat + Rate: 4 + - Index: 73 + Item: Magician_Hat + Rate: 4 + - Index: 74 + Item: Oxygen_Mask + Rate: 4 + - Index: 75 + Item: Fish_On_Head + Rate: 4 + - Index: 76 + Item: Feather_Beret + Rate: 4 + - Index: 77 + Item: Baby_Pacifier + Rate: 4 + - Index: 78 + Item: Smoking_Pipe + Rate: 4 + - Index: 79 + Item: Sharp_Gear + Rate: 400 + - Index: 80 + Item: Coronet + Rate: 400 + - Index: 81 + Item: Bone_Helm + Rate: 400 + - Index: 82 + Item: Panda_Cap + Rate: 400 + - Index: 83 + Item: Poring_Hat + Rate: 400 + - Index: 84 + Item: Fillet + Rate: 400 + - Index: 85 + Item: Golden_Gear + Rate: 400 + - Index: 86 + Item: Holy_Bonnet + Rate: 400 + - Index: 87 + Item: Apple_Of_Archer + Rate: 400 + - Index: 88 + Item: Satanic_Chain + Rate: 400 + - Index: 89 + Item: Corsair + Rate: 400 + - Index: 90 + Item: Angelic_Chain + Rate: 400 + - Index: 91 + Item: Loard_Circlet + Rate: 400 + - Index: 92 + Item: Horn_Of_Succubus + Rate: 400 + - Index: 93 + Item: Crown + Rate: 400 + - Index: 94 + Item: Tiara + Rate: 400 + - Index: 95 + Item: Magestic_Goat + Rate: 400 + - Index: 96 + Item: Inccubus_Horn + Rate: 400 + - Index: 97 + Item: Banana_Hat + Rate: 400 + - Index: 98 + Item: Marionette_Doll + Rate: 400 + - Index: 99 + Item: Kiss_Of_Angel + Rate: 400 + - Index: 100 + Item: Puppy_Love + Rate: 500 + - Index: 101 + Item: Funeral_Costume + Rate: 500 + - Index: 102 + Item: Indian_Hair_Piece + Rate: 500 + - Index: 103 + Item: Mini_Propeller + Rate: 500 + - Index: 104 + Item: Ghost_Bandana + Rate: 500 + - Index: 105 + Item: Gemmed_Crown + Rate: 500 + - Index: 106 + Item: Nurse_Cap + Rate: 500 + - Index: 107 + Item: Antenna + Rate: 500 + - Index: 108 + Item: Circlet_ + Rate: 2425 + - Index: 109 + Item: Biretta + Rate: 2500 + - Index: 110 + Item: Turban + Rate: 2500 + - Index: 111 + Item: Helm + Rate: 2500 + - Index: 112 + Item: Star_Sparkling + Rate: 2500 + - Index: 113 + Item: Cap_ + Rate: 2500 + - Index: 114 + Item: Hat_ + Rate: 2500 + - Index: 115 + Item: Viking_Helm + Rate: 2500 + - Index: 116 + Item: Goggle + Rate: 2500 + - Index: 117 + Item: Santa's_Hat + Rate: 2500 + - Index: 118 + Item: Red_Bandana + Rate: 2500 + - Index: 119 + Item: Egg_Shell + Rate: 2500 + - Index: 120 + Item: Flower_Hairband + Rate: 2500 + - Index: 121 + Item: Cap + Rate: 2500 + - Index: 122 + Item: Ribbon_ + Rate: 2500 + - Index: 123 + Item: Ear_Of_Puppy + Rate: 2500 + - Index: 124 + Item: Fedora_ + Rate: 2500 + - Index: 125 + Item: Helm_ + Rate: 2500 + - Index: 126 + Item: Super_Novice_Hat_ + Rate: 2500 + - Index: 127 + Item: Bandana + Rate: 2500 + - Index: 128 + Item: Hat + Rate: 2500 + - Index: 129 + Item: Circlet + Rate: 2500 + - Index: 130 + Item: Biretta_ + Rate: 2500 + - Index: 131 + Item: Wedding_Veil + Rate: 2500 + - Index: 132 + Item: Prontera_Army_Cap + Rate: 2500 + - Index: 133 + Item: Pirate_Bandana + Rate: 2500 + - Index: 134 + Item: Ph.D_Hat + Rate: 2500 + - Index: 135 + Item: Big_Sis'_Ribbon + Rate: 2500 + - Index: 136 + Item: Cat_Hairband + Rate: 2500 + - Index: 137 + Item: Western_Grace + Rate: 2500 + - Index: 138 + Item: Turban_ + Rate: 2500 + - Index: 139 + Item: Oldman's_Romance + Rate: 2500 + - Index: 140 + Item: Sweet_Gents + Rate: 2500 + - Index: 141 + Item: Joker_Jester + Rate: 2500 + - Index: 142 + Item: Goggle_ + Rate: 2500 - Group: BALLOON_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Treasure_Box - Rate: 1400 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 1000 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Comp_Battle_Bubble - Rate: 1340 - - Item: Comp_Trans_Scroll - Rate: 1000 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Balloon_Scroll + Announced: true + - Index: 7 + Item: Poring_Balloon_Box Rate: 400 - - Item: WOB_Box + Announced: true + - Index: 8 + Item: Blacksmith_Blessing Rate: 900 + - Index: 9 + Item: WOB_Box + Rate: 900 + - Index: 10 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 11 + Item: C_Wing_Of_Fly_3Day_Box + Rate: 1000 + - Index: 12 + Item: Comp_Battle_Bubble + Rate: 1340 + Amount: 2 + - Index: 13 + Item: Potion_Box + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: Comp_Trans_Scroll + Rate: 1000 + - Index: 16 + Item: Treasure_Box + Rate: 1400 + Amount: 3 - Group: PORING_BALLOON_BOX SubGroups: - SubGroup: 1 List: - - Item: Angeling_Bubble - Rate: 10000 - - SubGroup: 2 - List: - - Item: Poring_Balloon - Rate: 1000 - - Item: Marin_Balloon - Rate: 1000 - - Item: Drops_Balloon - Rate: 1000 - - Item: SantaPoring_Balloon - Rate: 1000 - - Item: Poporing_Balloon - Rate: 1000 - - Item: Metaling_Balloon - Rate: 1000 - - Item: Deviling_Balloon - Rate: 1000 - - Item: Angeling_Balloon - Rate: 1000 - - Item: Ghostring_Balloon - Rate: 1000 - - Item: Archangeling_Balloon - Rate: 1000 + - Index: 0 + Item: Poring_Balloon + Rate: 1 + - Index: 1 + Item: Marin_Balloon + Rate: 1 + - Index: 2 + Item: Drops_Balloon + Rate: 1 + - Index: 3 + Item: SantaPoring_Balloon + Rate: 1 + - Index: 4 + Item: Poporing_Balloon + Rate: 1 + - Index: 5 + Item: Metaling_Balloon + Rate: 1 + - Index: 6 + Item: Deviling_Balloon + Rate: 1 + - Index: 7 + Item: Angeling_Balloon + Rate: 1 + - Index: 8 + Item: Ghostring_Balloon + Rate: 1 + - Index: 9 + Item: Archangeling_Balloon + Rate: 1 - Group: RIBEL_JUMPING_BOX SubGroups: - SubGroup: 0 List: - - Item: Probation_Revolver - - Item: Toughen_Time_Keepr_Robe - - Item: Toughen_Time_Keeper_Hat - - Item: Toughen_Time_Keepr_MT - - Item: Toughen_Time_Keepr_Bts - - Item: Probation_Rifle - - Item: Probation_Gatling_Gun - - Item: Probation_Launcher - - Item: Probation_Shotgun + - Index: 0 + Item: Probation_Revolver + - Index: 1 + Item: Probation_Rifle + - Index: 2 + Item: Toughen_Time_Keepr_Bts + - Index: 3 + Item: Toughen_Time_Keepr_MT + - Index: 4 + Item: Toughen_Time_Keeper_Hat + - Index: 5 + Item: Toughen_Time_Keepr_Robe + - Index: 6 + Item: Probation_Shotgun + - Index: 7 + Item: Probation_Launcher + - Index: 8 + Item: Probation_Gatling_Gun - Group: GUNSLINGER_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1150 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 1000 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: Comp_Trans_Scroll - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1000 - - Item: Gunslinger_Box + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Gunslinger_Box Rate: 400 - - Item: S_Ninja_Shield + Announced: true + - Index: 7 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 8 + Item: S_Ninja_Shield Rate: 250 - - Item: S_Taekwon_Shield + - Index: 9 + Item: S_Taekwon_Shield Rate: 250 - - Item: S_DoramPhysical_Shield + - Index: 10 + Item: S_DoramPhysical_Shield Rate: 250 - - Item: S_DoramMagical_Shield + - Index: 11 + Item: S_DoramMagical_Shield Rate: 250 - - Item: S_SuperNovice_Shield + - Index: 12 + Item: S_SuperNovice_Shield Rate: 250 - - Item: S_Gunslinger_Shield + - Index: 13 + Item: S_Gunslinger_Shield Rate: 250 + - Index: 14 + Item: Lapine_DdukddakBox + Rate: 1000 + - Index: 15 + Item: C_Wing_Of_Fly_3Day_Box + Rate: 1000 + - Index: 16 + Item: Comp_Battle_Bubble + Rate: 1000 + Amount: 2 + - Index: 17 + Item: Potion_Box + Rate: 1150 + - Index: 18 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 19 + Item: Comp_Trans_Scroll + Rate: 1000 + - Index: 20 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: GREEN_SCROLL_K SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1140 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Green_Scroll_K - Rate: 1000 - - Item: Wet_CardAlbum - Rate: 100 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: Comp_Trans_Scroll - Rate: 1000 - - Item: Class_Shadow_Cube - Rate: 900 - - Item: WOB_Box - Rate: 900 - - Item: Lapine_DdukddakBox - Rate: 1500 - - Item: Mini_Fan_Box + Announced: true + - Index: 7 + Item: Wet_CardAlbum + Rate: 100 + Announced: true + - Index: 8 + Item: Mini_Fan_Box Rate: 400 - - Item: Alchemist_Box + Announced: true + - Index: 9 + Item: Class_Shadow_Cube + Rate: 900 + - Index: 10 + Item: WOB_Box + Rate: 900 + - Index: 11 + Item: Lapine_DdukddakBox + Rate: 1500 + - Index: 12 + Item: C_Giant_Fly_1Day_Box Rate: 1000 + - Index: 13 + Item: Comp_Battle_Bubble + Rate: 1000 + Amount: 2 + - Index: 14 + Item: Alchemist_Box + Rate: 1000 + - Index: 15 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 16 + Item: Comp_Trans_Scroll + Rate: 1000 + - Index: 17 + Item: Crystal_Jewel__ + Rate: 1140 + Amount: 10 - Group: KAFRA_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 500 - - Item: Kafra_Employee_Band + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Kafra_Employee_Band Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Comp_Battle_Bubble - Rate: 1000 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1250 - - Item: Kafra_Box + Announced: true + - Index: 7 + Item: Kafra_Box Rate: 400 + Announced: true + - Index: 8 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 9 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 10 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 11 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 12 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 13 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 14 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 15 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 500 + - Index: 16 + Item: Lapine_DdukddakBox + Rate: 1250 + - Index: 17 + Item: Comp_Battle_Bubble + Rate: 1000 + Amount: 2 + - Index: 18 + Item: Potion_Box + Rate: 1000 + - Index: 19 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 20 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 21 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: SIGRUN_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Sigrun's_Wing + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sigrun's_Wing Rate: 10 - - Item: Blacksmith_Blessing + Announced: true + - Index: 7 + Item: S_Sigrun_Armor + Rate: 250 + Announced: true + - Index: 8 + Item: S_Sigrun_Shield + Rate: 250 + Announced: true + - Index: 9 + Item: WOB_Box Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Minus_Status_Box - Rate: 1000 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: WOB_Box + - Index: 10 + Item: Blacksmith_Blessing Rate: 900 - - Item: Lapine_DdukddakBox + - Index: 11 + Item: Minus_Status_Box + Rate: 1000 + - Index: 12 + Item: Lapine_DdukddakBox Rate: 1500 - - Item: Alchemist_Box + - Index: 13 + Item: Alchemist_Box Rate: 1140 - - Item: S_Sigrun_Armor - Rate: 250 - - Item: S_Sigrun_Shield - Rate: 250 + - Index: 14 + Item: Potion_Box + Rate: 1000 + - Index: 15 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 16 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 17 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: PREMIUMWOODENBOX SubGroups: - SubGroup: 0 List: - - Item: White_Slim_Pot_Box2 - - Item: First_Aid_Kit_B + - Index: 0 + Item: White_Slim_Pot_Box2 + - Index: 1 + Item: First_Aid_Kit_B Amount: 3 - - Item: PremiumNomalBox + - Index: 2 + Item: PremiumNomalBox - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree - Rate: 80 - - Item: Old_Card_Album - Rate: 80 - - Item: Old_Violet_Box - Rate: 350 - - Item: Inspector_Certificate - Rate: 350 - - Item: Poison_Bottle - Rate: 307 - - Item: Oridecon - Rate: 310 - - Item: Elunium - Rate: 310 - - Item: Guarantee_Weapon_7Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 - - Item: Red_Slim_Potion_B - Rate: 1000 - Amount: 30 - - Item: Green_Potion_B - Rate: 550 - Amount: 30 - - Item: Blue_Potion_B - Rate: 550 - Amount: 5 - - Item: White_Slim_Potion_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 1000 Amount: 10 - - Item: Yellow_Slim_Potion_B + - Index: 1 + Item: Yellow_Slim_Potion_B Rate: 1000 Amount: 20 - - Item: Bloody_Dead_Branch - Rate: 80 - - Item: Comp_Battle_Manual - Rate: 80 - - Item: Comp_Bubble_Gum - Rate: 80 - - Item: Comp_Insurance - Rate: 80 - - Item: E_WOB_Rune - Rate: 80 - - Item: E_WOB_Schwaltz - Rate: 80 - - Item: E_WOB_Rachel - Rate: 80 - - Item: E_WOB_Local - Rate: 80 - - Item: Old_Bleu_Box + - Index: 2 + Item: Red_Slim_Potion_B + Rate: 1000 + Amount: 30 + - Index: 3 + Item: Blue_Potion_B + Rate: 550 + Amount: 5 + - Index: 4 + Item: Green_Potion_B + Rate: 550 + Amount: 30 + - Index: 5 + Item: Awakening_Potion_B + Rate: 550 + Amount: 10 + - Index: 6 + Item: Berserk_Potion_B + Rate: 550 + Amount: 10 + - Index: 7 + Item: Old_Violet_Box Rate: 350 - - Item: Berserk_Potion_B - Rate: 550 - Amount: 10 - - Item: Awakening_Potion_B - Rate: 550 - Amount: 10 - - Item: Speed_Up_Potion_B + - Index: 8 + Item: Old_Bleu_Box + Rate: 350 + - Index: 9 + Item: Inspector_Certificate + Rate: 350 + - Index: 10 + Item: Oridecon Rate: 310 - - Item: Water_Of_Darkness_B + - Index: 11 + Item: Elunium Rate: 310 - - Item: Sesame_Pastry_B + - Index: 12 + Item: Speed_Up_Potion_B + Rate: 310 + - Index: 13 + Item: Water_Of_Darkness_B + Rate: 310 + - Index: 14 + Item: Poison_Bottle + Rate: 307 + - Index: 15 + Item: Sesame_Pastry_B Rate: 300 - - Item: Honey_Pastry_B + - Index: 16 + Item: Honey_Pastry_B Rate: 300 - - Item: Rainbow_Cake_B + - Index: 17 + Item: Rainbow_Cake_B Rate: 300 - - Item: PremiumWoodenBox + - Index: 18 + Item: Comp_Insurance + Rate: 80 + - Index: 19 + Item: Comp_Battle_Manual + Rate: 80 + - Index: 20 + Item: Comp_Bubble_Gum + Rate: 80 + - Index: 21 + Item: Branch_Of_Dead_Tree + Rate: 80 + - Index: 22 + Item: Bloody_Dead_Branch + Rate: 80 + - Index: 23 + Item: Old_Card_Album + Rate: 80 + - Index: 24 + Item: E_WOB_Rune + Rate: 80 + - Index: 25 + Item: E_WOB_Schwaltz + Rate: 80 + - Index: 26 + Item: E_WOB_Rachel + Rate: 80 + - Index: 27 + Item: E_WOB_Local + Rate: 80 + - Index: 28 + Item: Guarantee_Weapon_7Up Rate: 1 - - Item: PremiumWoodenBox + - Index: 29 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 30 + Item: Sealed_Hat_Box + Rate: 1 + - Index: 31 + Item: PremiumGoldenBox Rate: 500 - Group: PREMIUMGOLDENBOX SubGroups: - SubGroup: 0 List: - - Item: Poison_Bottle + - Index: 0 + Item: White_Slim_Pot_Box2 + - Index: 1 + Item: Poison_Bottle Amount: 10 - - Item: White_Slim_Pot_Box2 - - Item: E_Blessing_10_Scr_Box - - Item: E_Inc_Agi_10_Scr_Box - - Item: Speed_Up_Potion_B + - Index: 2 + Item: Speed_Up_Potion_B Amount: 10 - - Item: PremiumNomalBox + - Index: 3 + Item: E_Blessing_10_Scr_Box + - Index: 4 + Item: E_Inc_Agi_10_Scr_Box + - Index: 5 + Item: PremiumNomalBox Amount: 5 - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree - Rate: 200 - Amount: 3 - - Item: Old_Card_Album - Rate: 200 - - Item: Old_Violet_Box - Rate: 300 - Amount: 3 - - Item: Inspector_Certificate - Rate: 300 - Amount: 12 - - Item: Oridecon - Rate: 200 - Amount: 12 - - Item: Elunium - Rate: 200 - Amount: 12 - - Item: Guarantee_Weapon_7Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 - - Item: Blue_Potion_B - Rate: 1000 - Amount: 12 - - Item: White_Slim_Potion_B + - Index: 0 + Item: White_Slim_Potion_B Rate: 1000 Amount: 40 - - Item: Bloody_Dead_Branch - Rate: 200 - - Item: Magic_Card_Album - Rate: 185 - - Item: Comp_Battle_Manual - Rate: 200 - - Item: Comp_Bubble_Gum - Rate: 200 - - Item: Comp_Insurance - Rate: 200 - - Item: E_WOB_Rune - Rate: 160 - Amount: 3 - - Item: E_WOB_Schwaltz - Rate: 160 - Amount: 3 - - Item: E_WOB_Rachel - Rate: 160 - Amount: 3 - - Item: E_WOB_Local - Rate: 160 - Amount: 3 - - Item: Old_Bleu_Box + - Index: 1 + Item: Blue_Potion_B + Rate: 1000 + Amount: 12 + - Index: 2 + Item: Awakening_Potion_B + Rate: 1000 + Amount: 12 + - Index: 3 + Item: Berserk_Potion_B + Rate: 1000 + Amount: 12 + - Index: 4 + Item: Old_Violet_Box Rate: 300 Amount: 3 - - Item: Reward_Job_BM25 + - Index: 5 + Item: Old_Bleu_Box + Rate: 300 + Amount: 3 + - Index: 6 + Item: Inspector_Certificate + Rate: 300 + Amount: 12 + - Index: 7 + Item: Oridecon + Rate: 200 + Amount: 12 + - Index: 8 + Item: Elunium + Rate: 200 + Amount: 12 + - Index: 9 + Item: Water_Of_Darkness_B + Rate: 200 + Amount: 12 + - Index: 10 + Item: Sesame_Pastry_B + Rate: 200 + Amount: 12 + - Index: 11 + Item: Honey_Pastry_B + Rate: 200 + Amount: 12 + - Index: 12 + Item: Rainbow_Cake_B + Rate: 200 + Amount: 12 + - Index: 13 + Item: Reward_Job_BM25 Rate: 200 Amount: 2 - - Item: Berserk_Potion_B - Rate: 1000 - Amount: 12 - - Item: Awakening_Potion_B - Rate: 1000 - Amount: 12 - - Item: Water_Of_Darkness_B + - Index: 14 + Item: Comp_Insurance Rate: 200 - Amount: 12 - - Item: Sesame_Pastry_B + - Index: 15 + Item: Comp_Battle_Manual Rate: 200 - Amount: 12 - - Item: Honey_Pastry_B + - Index: 16 + Item: Comp_Bubble_Gum Rate: 200 - Amount: 12 - - Item: Rainbow_Cake_B + - Index: 17 + Item: Branch_Of_Dead_Tree Rate: 200 - Amount: 12 - - Item: PremiumGoldenBox + Amount: 3 + - Index: 18 + Item: Bloody_Dead_Branch + Rate: 200 + - Index: 19 + Item: Old_Card_Album + Rate: 200 + - Index: 20 + Item: Magic_Card_Album + Rate: 185 + - Index: 21 + Item: E_WOB_Rune + Rate: 160 + Amount: 3 + - Index: 22 + Item: E_WOB_Schwaltz + Rate: 160 + Amount: 3 + - Index: 23 + Item: E_WOB_Rachel + Rate: 160 + Amount: 3 + - Index: 24 + Item: E_WOB_Local + Rate: 160 + Amount: 3 + - Index: 25 + Item: Guarantee_Weapon_7Up + Rate: 1 + - Index: 26 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 27 + Item: Sealed_Hat_Box2 Rate: 3 - - Item: PremiumGoldenBox + - Index: 28 + Item: Sealed_Hat_Box Rate: 3 - - Item: PremiumGoldenBox + - Index: 29 + Item: PremiumPlatinumBox Rate: 1667 - Group: PREMIUMPLATINUMBOX SubGroups: - SubGroup: 0 List: - - Item: Poison_Bottle_Box2 - - Item: Potion_Box - - Item: E_S_Life_Potion_Box - - Item: E_Abrasive_Box10 - - Item: E_Blessing_10_Scr_Box - - Item: E_Inc_Agi_10_Scr_Box - - Item: Speed_Up_Potion_B + - Index: 0 + Item: Potion_Box + - Index: 1 + Item: Speed_Up_Potion_B Amount: 30 - - Item: PremiumNomalBox + - Index: 2 + Item: Poison_Bottle_Box2 + - Index: 3 + Item: E_S_Life_Potion_Box + - Index: 4 + Item: E_Abrasive_Box10 + - Index: 5 + Item: E_Blessing_10_Scr_Box + - Index: 6 + Item: E_Inc_Agi_10_Scr_Box + - Index: 7 + Item: PremiumNomalBox Amount: 30 - SubGroup: 1 List: - - Item: Branch_Of_Dead_Tree + - Index: 0 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 1 + Item: Oridecon_Box Rate: 1000 Amount: 10 - - Item: Old_Card_Album + - Index: 2 + Item: Elunium_Box + Rate: 1000 + Amount: 10 + - Index: 3 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 10 + - Index: 4 + Item: First_Aid_Kit + Rate: 1000 + Amount: 10 + - Index: 5 + Item: Anodyne_B + Rate: 1000 + Amount: 10 + - Index: 6 + Item: Comp_Insurance Rate: 300 Amount: 10 - - Item: Sigrun's_Wing - Rate: 1 - - Item: Guarantee_Weapon_9Up - Rate: 1 - - Item: Guarantee_Weapon_7Up - Rate: 3 - - Item: Guarantee_Armor_9Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 3 - - Item: Bloody_Dead_Branch + - Index: 7 + Item: Battle_Manual100 Rate: 300 Amount: 3 - - Item: First_Aid_Kit - Rate: 1000 + - Index: 8 + Item: Comp_Bubble_Gum + Rate: 300 Amount: 10 - - Item: Magic_Card_Album + - Index: 9 + Item: Bloody_Dead_Branch Rate: 300 Amount: 3 - - Item: Comp_Bubble_Gum + - Index: 10 + Item: Old_Card_Album Rate: 300 Amount: 10 - - Item: Comp_Insurance - Rate: 300 - Amount: 10 - - Item: E_WOB_Rune - Rate: 300 - Amount: 10 - - Item: E_WOB_Schwaltz - Rate: 300 - Amount: 10 - - Item: E_WOB_Rachel - Rate: 300 - Amount: 10 - - Item: E_WOB_Local - Rate: 300 - Amount: 10 - - Item: White_Slim_Pot_Box2 - Rate: 1000 - - Item: Reward_Job_BM25 - Rate: 300 - Amount: 10 - - Item: Elunium_Box - Rate: 1000 - Amount: 10 - - Item: Oridecon_Box - Rate: 1000 - Amount: 10 - - Item: Battle_Manual100 + - Index: 11 + Item: Magic_Card_Album Rate: 300 Amount: 3 - - Item: E_Str_Dish_Box - Rate: 100 - - Item: E_Agi_Dish_Box - Rate: 100 - - Item: E_Int_Dish_Box - Rate: 100 - - Item: E_Dex_Dish_Box - Rate: 100 - - Item: E_Luk_Dish_Box - Rate: 100 - - Item: E_Vit_Dish_Box - Rate: 100 - - Item: Anodyne_B - Rate: 1000 + - Index: 12 + Item: E_WOB_Rune + Rate: 300 Amount: 10 - - Item: PremiumPlatinumBox - Rate: 9 - - Item: PremiumPlatinumBox - Rate: 9 - - Item: Comp_Trans_Scroll + - Index: 13 + Item: E_WOB_Schwaltz + Rate: 300 + Amount: 10 + - Index: 14 + Item: E_WOB_Rachel + Rate: 300 + Amount: 10 + - Index: 15 + Item: E_WOB_Local + Rate: 300 + Amount: 10 + - Index: 16 + Item: Reward_Job_BM25 + Rate: 300 + Amount: 10 + - Index: 17 + Item: E_Str_Dish_Box + Rate: 100 + - Index: 18 + Item: E_Agi_Dish_Box + Rate: 100 + - Index: 19 + Item: E_Int_Dish_Box + Rate: 100 + - Index: 20 + Item: E_Dex_Dish_Box + Rate: 100 + - Index: 21 + Item: E_Luk_Dish_Box + Rate: 100 + - Index: 22 + Item: E_Vit_Dish_Box + Rate: 100 + - Index: 23 + Item: Comp_Trans_Scroll Rate: 73 + - Index: 24 + Item: Guarantee_Weapon_7Up + Rate: 3 + - Index: 25 + Item: Guarantee_Armor_7Up + Rate: 3 + - Index: 26 + Item: Guarantee_Weapon_9Up + Rate: 1 + - Index: 27 + Item: Guarantee_Armor_9Up + Rate: 1 + - Index: 28 + Item: Sealed_Hat_Box2 + Rate: 9 + - Index: 29 + Item: Sealed_Hat_Box + Rate: 9 + - Index: 30 + Item: Sigrun's_Wing + Rate: 1 - Group: PREMIUMNOMALBOX SubGroups: - SubGroup: 0 List: - - Item: First_Aid_Kit_B + - Index: 0 + Item: White_Slim_Potion_B + Amount: 50 + - Index: 1 + Item: First_Aid_Kit_B - SubGroup: 1 List: - - Item: Old_Blue_Box - Rate: 136 - - Item: Branch_Of_Dead_Tree - Rate: 18 - - Item: Old_Card_Album - Rate: 9 - - Item: Old_Violet_Box - Rate: 136 - - Item: Inspector_Certificate - Rate: 136 - - Item: Poison_Bottle - Rate: 55 - - Item: Oridecon - Rate: 136 - - Item: Elunium - Rate: 136 - - Item: White_Potion_B - Rate: 545 + - Index: 0 + Item: White_Slim_Potion_B + Rate: 100 Amount: 2 - - Item: Yellow_Potion_B - Rate: 545 + - Index: 1 + Item: Yellow_Slim_Potion_B + Rate: 100 Amount: 4 - - Item: Red_Slim_Potion_B - Rate: 909 + - Index: 2 + Item: Red_Slim_Potion_B + Rate: 100 Amount: 6 - - Item: Orange_Potion_B - Rate: 545 + - Index: 3 + Item: White_Potion_B + Rate: 60 + Amount: 2 + - Index: 4 + Item: Yellow_Potion_B + Rate: 60 + Amount: 4 + - Index: 5 + Item: Orange_Potion_B + Rate: 60 Amount: 6 - - Item: Red_Potion_B - Rate: 545 + - Index: 6 + Item: Red_Potion_B + Rate: 60 Amount: 8 - - Item: Green_Potion_B - Rate: 545 + - Index: 7 + Item: Green_Potion_B + Rate: 60 Amount: 5 - - Item: Blue_Potion_B - Rate: 545 - - Item: White_Slim_Potion_B - Rate: 909 - Amount: 2 - - Item: White_Slim_Potion_B - Rate: 909 - Amount: 50 - - Item: Yellow_Slim_Potion_B - Rate: 909 - Amount: 4 - - Item: Bloody_Dead_Branch - Rate: 9 - - Item: Comp_Battle_Manual - Rate: 18 - - Item: Comp_Bubble_Gum - Rate: 18 - - Item: Comp_Insurance - Rate: 18 - - Item: Berserk_Potion_B - Rate: 455 - - Item: Awakening_Potion_B - Rate: 455 - - Item: Speed_Up_Potion_B - Rate: 136 - - Item: Water_Of_Darkness_B - Rate: 91 - - Item: Cookie_Bag_B - Rate: 55 - - Item: Sesame_Pastry_B - Rate: 55 - - Item: Honey_Pastry_B - Rate: 55 - - Item: Rainbow_Cake_B - Rate: 55 - - Item: PremiumNomalBox - Rate: 909 + - Index: 8 + Item: Blue_Potion_B + Rate: 60 + - Index: 9 + Item: Awakening_Potion_B + Rate: 50 + - Index: 10 + Item: Berserk_Potion_B + Rate: 50 + - Index: 11 + Item: Old_Violet_Box + Rate: 15 + - Index: 12 + Item: Old_Blue_Box + Rate: 15 + - Index: 13 + Item: Inspector_Certificate + Rate: 15 + - Index: 14 + Item: Oridecon + Rate: 15 + - Index: 15 + Item: Elunium + Rate: 15 + - Index: 16 + Item: Speed_Up_Potion_B + Rate: 15 + - Index: 17 + Item: Water_Of_Darkness_B + Rate: 10 + - Index: 18 + Item: Poison_Bottle + Rate: 6 + - Index: 19 + Item: Cookie_Bag_B + Rate: 6 + - Index: 20 + Item: Sesame_Pastry_B + Rate: 6 + - Index: 21 + Item: Honey_Pastry_B + Rate: 6 + - Index: 22 + Item: Rainbow_Cake_B + Rate: 6 + - Index: 23 + Item: Comp_Insurance + Rate: 2 + - Index: 24 + Item: Comp_Battle_Manual + Rate: 2 + - Index: 25 + Item: Comp_Bubble_Gum + Rate: 2 + - Index: 26 + Item: Branch_Of_Dead_Tree + Rate: 2 + - Index: 27 + Item: Bloody_Dead_Branch + Rate: 1 + - Index: 28 + Item: Old_Card_Album + Rate: 1 + - Index: 29 + Item: PremiumWoodenBox + Rate: 100 - Group: NEW_HAT_SCROLL2 SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1400 - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Potion_Box - Rate: 1000 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 500 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: New_Hat_Scroll2 - Rate: 20 - - Item: New_Hat_Scroll2 - Rate: 20 - - Item: Minus_Status_Box - Rate: 1000 - - Item: New_Hat_Scroll2 - Rate: 20 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: New_Hat_Scroll2 - Rate: 20 - - Item: Lapine_DdukddakBox - Rate: 1500 - - Item: Alchemist_Box - Rate: 1070 - - Item: New_Hat_Scroll2 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: New_Hat_Box2 Rate: 300 - - Item: Pump_Of_Spirit + Announced: true + - Index: 7 + Item: Pump_Of_Spirit Rate: 200 + Announced: true + - Index: 8 + Item: Sealed_Hat_Box + Rate: 20 + Announced: true + - Index: 9 + Item: Sealed_Hat_Box2 + Rate: 20 + Announced: true + - Index: 10 + Item: Sealed_Hat_Box3 + Rate: 20 + Announced: true + - Index: 11 + Item: New_Hat_Box + Rate: 20 + Announced: true + - Index: 12 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 500 + - Index: 13 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 14 + Item: Minus_Status_Box + Rate: 1000 + - Index: 15 + Item: Lapine_DdukddakBox + Rate: 1500 + - Index: 16 + Item: Alchemist_Box + Rate: 1070 + - Index: 17 + Item: Potion_Box + Rate: 1000 + - Index: 18 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 19 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 20 + Item: Crystal_Jewel__ + Rate: 1400 + Amount: 10 - Group: NEW_HAT_BOX2 SubGroups: - SubGroup: 1 List: - - Item: Anubis_Helm - Rate: 2000 - - Item: Rabbit_Magic_Hat - Rate: 2000 - - Item: Shadow_Booster - Rate: 2000 - - Item: Fallen_Angel_Blessing - Rate: 2000 - - Item: Elemental_Crown_K - Rate: 2000 + - Index: 0 + Item: Fallen_Angel_Blessing + Rate: 1 + - Index: 1 + Item: Elemental_Crown_K + Rate: 1 + - Index: 2 + Item: Rabbit_Magic_Hat + Rate: 1 + - Index: 3 + Item: Anubis_Helm + Rate: 1 + - Index: 4 + Item: Shadow_Booster + Rate: 1 - Group: 2016_SPECIAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 400 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Minus_Status_Box - Rate: 400 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1000 - - Item: Alchemist_Box - Rate: 1000 - - Item: 2016_Special_Scroll + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: 2016_Special_Box Rate: 450 - - Item: 2016_Special_Scroll + - Index: 7 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 8 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 9 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 10 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 11 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 12 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 13 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 14 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 400 + - Index: 15 + Item: Minus_Status_Box + Rate: 400 + - Index: 16 + Item: Lapine_DdukddakBox Rate: 1000 + - Index: 17 + Item: Alchemist_Box + Rate: 1000 + - Index: 18 + Item: Biscuit_Stick_2Set + Rate: 1000 + - Index: 19 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 20 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 21 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: 2016_SPECIAL_BOX SubGroups: - SubGroup: 1 List: - - Item: Poring_Sunglasses_K - Rate: 987 - - Item: Poring_Sunglasses_K_ - Rate: 38 - - Item: Spirit_Of_Chung_E - Rate: 513 - - Item: Kafra_Employee_Band - Rate: 1154 - - Item: AngelPoring_Box - Rate: 1026 - - Item: 2016_Special_Box - Rate: 769 - - Item: 2016_Special_Box - Rate: 769 - - Item: Gunslinger_Box - Rate: 769 - - Item: Mini_Fan_Box - Rate: 769 - - Item: Kafra_Box - Rate: 769 - - Item: 2016_Special_Box - Rate: 1154 - - Item: S_Sigrun_Armor - Rate: 641 - - Item: S_Sigrun_Shield - Rate: 641 + - Index: 0 + Item: AngelPoring_Box + Rate: 400 + Announced: true + - Index: 1 + Item: Poring_Sunglasses_K_ + Rate: 15 + Announced: true + - Index: 2 + Item: Poring_Sunglasses_K + Rate: 385 + Announced: true + - Index: 3 + Item: Amistr_Box + Rate: 300 + Announced: true + - Index: 4 + Item: Spirit_Of_Chung_E + Rate: 200 + Announced: true + - Index: 5 + Item: Poring_Balloon_Box + Rate: 300 + Announced: true + - Index: 6 + Item: Gunslinger_Box + Rate: 300 + Announced: true + - Index: 7 + Item: Mini_Fan_Box + Rate: 300 + Announced: true + - Index: 8 + Item: Kafra_Box + Rate: 300 + Announced: true + - Index: 9 + Item: S_Sigrun_Shield + Rate: 250 + Announced: true + - Index: 10 + Item: S_Sigrun_Armor + Rate: 250 + Announced: true + - Index: 11 + Item: New_Hat_Box2 + Rate: 450 + Announced: true + - Index: 12 + Item: Kafra_Employee_Band + Rate: 450 + Announced: true - Group: BISCUIT_STICK_2SET SubGroups: - SubGroup: 0 List: - - Item: EF_DEX_Biscuit_Stick + - Index: 0 + Item: EF_STR_Biscuit_Stick Amount: 2 - - Item: EF_LUK_Biscuit_Stick + - Index: 1 + Item: EF_VIT_Biscuit_Stick Amount: 2 - - Item: EF_STR_Biscuit_Stick + - Index: 2 + Item: EF_AGI_Biscuit_Stick Amount: 2 - - Item: EF_VIT_Biscuit_Stick + - Index: 3 + Item: EF_INT_Biscuit_Stick Amount: 2 - - Item: EF_AGI_Biscuit_Stick + - Index: 4 + Item: EF_DEX_Biscuit_Stick Amount: 2 - - Item: EF_INT_Biscuit_Stick + - Index: 5 + Item: EF_LUK_Biscuit_Stick Amount: 2 - Group: RACING_EXCHANGE SubGroups: - SubGroup: 0 List: - - Item: Racing_Thx_Ticket + - Index: 0 + Item: Racing_Thx_Ticket - SubGroup: 1 List: - - Item: Old_Blue_Box - Rate: 100 - Amount: 10 - - Item: Old_Card_Album - Rate: 10 - - Item: Old_Violet_Box - Rate: 100 - Amount: 5 - - Item: Flame_Sprits_Armor_ - Rate: 10 - - Item: Water_Sprits_Armor_ - Rate: 10 - - Item: Wind_Sprits_Armor_ - Rate: 10 - - Item: Earth_Sprits_Armor_ - Rate: 10 - - Item: Guarantee_Weapon_9Up + - Index: 0 + Item: Guarantee_Weapon_13Up Rate: 2 - - Item: Guarantee_Weapon_8Up - Rate: 5 - - Item: Guarantee_Weapon_7Up - Rate: 10 - - Item: Guarantee_Armor_9Up + Announced: true + - Index: 1 + Item: Guarantee_Armor_13Up Rate: 2 - - Item: Guarantee_Armor_8Up - Rate: 5 - - Item: Guarantee_Armor_7Up - Rate: 10 - - Item: Anger_Seagod + Announced: true + - Index: 2 + Item: Guarantee_Weapon_12Up Rate: 4 + Announced: true + - Index: 3 + Item: Guarantee_Armor_12Up + Rate: 4 + Announced: true + - Index: 4 + Item: Sillit_Pong_Bottle + Rate: 8 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_10Up + Rate: 10 + Announced: true + - Index: 6 + Item: Guarantee_Armor_10Up + Rate: 10 + Announced: true + - Index: 7 + Item: FallenAngelWing_Reset + Rate: 25 + Announced: true + - Index: 8 + Item: Comp_Neuralizer + Rate: 25 + Announced: true + - Index: 9 + Item: Guarantee_Weapon_9Up + Rate: 25 + Announced: true + - Index: 10 + Item: Guarantee_Armor_9Up + Rate: 25 + Announced: true + - Index: 11 + Item: Anger_Seagod + Rate: 40 Amount: 10 - - Item: Sillit_Pong_Bottle - Rate: 1 -# - Item: Guarantee_Weapon_12Up -# Rate: 0 -# - Item: Guarantee_Armor_12Up -# Rate: 0 -# - Item: Guarantee_Weapon_13Up -# Rate: 0 -# - Item: Guarantee_Armor_13Up -# Rate: 0 - - Item: Guarantee_Weapon_10Up - Rate: 1 - - Item: Guarantee_Armor_10Up - Rate: 1 - - Item: White_Potion_B - Rate: 1000 - Amount: 3 - - Item: Yellow_Potion_B - Rate: 1060 - Amount: 3 - - Item: Red_Slim_Potion_B - Rate: 1000 - Amount: 10 - - Item: Red_Potion_B - Rate: 1080 - Amount: 3 - - Item: Blue_Potion_B + - Index: 12 + Item: Guarantee_Weapon_8Up + Rate: 50 + - Index: 13 + Item: Guarantee_Armor_8Up + Rate: 50 + - Index: 14 + Item: Guarantee_Weapon_7Up Rate: 100 - Amount: 30 - - Item: White_Slim_Potion_B - Rate: 1000 - Amount: 10 - - Item: Yellow_Slim_Potion_B - Rate: 1000 - Amount: 10 - - Item: Set_Of_Taiming_Item - Rate: 31 + - Index: 15 + Item: Guarantee_Armor_7Up + Rate: 100 + - Index: 16 + Item: Old_Card_Album + Rate: 100 + - Index: 17 + Item: Flame_Sprits_Armor_ + Rate: 100 + - Index: 18 + Item: Wind_Sprits_Armor_ + Rate: 100 + - Index: 19 + Item: Water_Sprits_Armor_ + Rate: 100 + - Index: 20 + Item: Earth_Sprits_Armor_ + Rate: 100 + - Index: 21 + Item: Set_Of_Taiming_Item + Rate: 310 Amount: 2 - - Item: Comp_Battle_Manual - Rate: 75 - - Item: Comp_Bubble_Gum - Rate: 75 - - Item: E_Med_Life_Potion - Rate: 75 + - Index: 22 + Item: High_Weapon_Box + Rate: 310 + - Index: 23 + Item: E_Med_Life_Potion + Rate: 750 Amount: 5 - - Item: E_Small_Life_Potion - Rate: 75 + - Index: 24 + Item: E_Small_Life_Potion + Rate: 750 Amount: 10 - - Item: Poison_Bottle_Box2 - Rate: 100 - - Item: High_Weapon_Box - Rate: 31 - - Item: Center_Potion_B + - Index: 25 + Item: Comp_Battle_Manual + Rate: 750 + - Index: 26 + Item: Comp_Bubble_Gum + Rate: 750 + - Index: 27 + Item: Old_Blue_Box Rate: 1000 - Amount: 3 - - Item: Berserk_Potion_B + Amount: 10 + - Index: 28 + Item: Blue_Potion_B Rate: 1000 - Amount: 3 - - Item: Awakening_Potion_B + Amount: 30 + - Index: 29 + Item: Old_Violet_Box Rate: 1000 + Amount: 5 + - Index: 30 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 31 + Item: Berserk_Potion_B + Rate: 10000 + Amount: 3 + - Index: 32 + Item: Awakening_Potion_B + Rate: 10000 + Amount: 3 + - Index: 33 + Item: Center_Potion_B + Rate: 10000 + Amount: 3 + - Index: 34 + Item: White_Slim_Potion_B + Rate: 10000 + Amount: 10 + - Index: 35 + Item: Yellow_Slim_Potion_B + Rate: 10000 + Amount: 10 + - Index: 36 + Item: Red_Slim_Potion_B + Rate: 10000 + Amount: 10 + - Index: 37 + Item: White_Potion_B + Rate: 10000 + Amount: 3 + - Index: 38 + Item: Yellow_Potion_B + Rate: 10600 + Amount: 3 + - Index: 39 + Item: Red_Potion_B + Rate: 10800 Amount: 3 - - Item: Comp_Neuralizer - Rate: 2 - - Item: FallenAngelWing_Reset - Rate: 2 - Group: CANDLELIGHT_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Mad_Bunny - Rate: 10000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 900 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Candlelight_Scroll - Rate: 1000 - - Item: Magical_Feather_K - Rate: 50 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon + Announced: true + - Index: 7 + Item: Mad_Bunny_K + Rate: 150 + Announced: true + - Index: 8 + Item: Mad_Bunny_K_ + Rate: 150 + Announced: true + - Index: 9 + Item: Magical_Feather_K + Rate: 50 + Announced: true + - Index: 10 + Item: JobShadow_Mix_Weapon + Rate: 25 + Announced: true + - Index: 11 + Item: JobShadow_Mix_Armor + Rate: 25 + Announced: true + - Index: 12 + Item: JobShadow_Mix_Shoes + Rate: 25 + Announced: true + - Index: 13 + Item: JobShadow_Mix_Shield + Rate: 25 + Announced: true + - Index: 14 + Item: JobShadow_Mix_Pendant + Rate: 25 + Announced: true + - Index: 15 + Item: JobShadow_Mix_Earing + Rate: 25 + Announced: true + - Index: 16 + Item: Shadow_Cube_Weapon Rate: 300 - - Item: Shadow_Cube_Armor + - Index: 17 + Item: Shadow_Cube_Armor Rate: 300 - - Item: Shadow_Cube_Shield + - Index: 18 + Item: Shadow_Cube_Shoes Rate: 300 - - Item: Shadow_Cube_Shoes + - Index: 19 + Item: Shadow_Cube_Shield Rate: 300 - - Item: Shadow_Cube_Pendant + - Index: 20 + Item: Shadow_Cube_Pendant Rate: 300 - - Item: Shadow_Cube_Earing + - Index: 21 + Item: Shadow_Cube_Earing Rate: 300 - - Item: Comp_Battle_Bubble - Rate: 940 - - Item: Minus_Status_Box + - Index: 22 + Item: Blacksmith_Blessing + Rate: 900 + - Index: 23 + Item: Minus_Status_Box Rate: 800 - - Item: Class_Shadow_Cube + - Index: 24 + Item: Lapine_DdukddakBox Rate: 1000 - - Item: Lapine_DdukddakBox + - Index: 25 + Item: Comp_Battle_Bubble + Rate: 940 + Amount: 2 + - Index: 26 + Item: C_Giant_Fly_1Day_Box Rate: 1000 - - Item: JobShadow_Mix_Weapon - Rate: 25 - - Item: JobShadow_Mix_Armor - Rate: 25 - - Item: JobShadow_Mix_Shoes - Rate: 25 - - Item: JobShadow_Mix_Shield - Rate: 25 - - Item: JobShadow_Mix_Pendant - Rate: 25 - - Item: JobShadow_Mix_Earing - Rate: 25 - - Item: Mad_Bunny_K - Rate: 150 - - Item: Mad_Bunny_K_ - Rate: 150 + - Index: 27 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 28 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 29 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: LAPINE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_CatPaw_7Day_Box_ - Rate: 10000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Costume_Exchange - Rate: 1000 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: Lapine_Scroll - Rate: 1000 - - Item: Lapine_Scroll - Rate: 560 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: New_Year_Shadow_Cube + Announced: true + - Index: 7 + Item: New_Year_Shadow_Cube Rate: 200 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Minus_Status_Box - Rate: 900 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Lapine_Scroll + Announced: true + - Index: 8 + Item: S_Critical_Shield + Rate: 100 + Announced: true + - Index: 9 + Item: S_Critical_Shoes + Rate: 100 + Announced: true + - Index: 10 + Item: StatusShadow_Mix + Rate: 20 + Announced: true + - Index: 11 + Item: GemstoneShadow_Mix + Rate: 20 + Announced: true + - Index: 12 + Item: BearersShadow_Mix + Rate: 20 + Announced: true + - Index: 13 + Item: ComposeShadow_Mix + Rate: 20 + Announced: true + - Index: 14 + Item: LI_Lapine_DdukddakBox Rate: 3000 - - Item: StatusShadow_Mix - Rate: 20 - - Item: GemstoneShadow_Mix - Rate: 20 - - Item: BearersShadow_Mix - Rate: 20 - - Item: ComposeShadow_Mix - Rate: 20 - - Item: S_Critical_Shield - Rate: 100 - - Item: S_Critical_Shoes - Rate: 100 + - Index: 15 + Item: C_CatPaw_7Day_Box + Rate: 560 + - Index: 16 + Item: Minus_Status_Box + Rate: 900 + - Index: 17 + Item: Costume_Exchange + Rate: 1000 + - Index: 18 + Item: C_Giant_Fly_1Day_Box + Rate: 1000 + - Index: 19 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 20 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 21 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: LI_LAPINE_DDUKDDAKBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Shadow_Mix_Recipe - Rate: 3333 - - Item: EnchantStone_Recipe - Rate: 2667 - - Item: EventItem_Recipe - Rate: 1500 - - Item: PetEgg_Recipe - Rate: 500 - - Item: Nyang_Costume_Recipe - Rate: 1700 - - Item: JobShadow_Mix_Weapon - Rate: 50 - - Item: JobShadow_Mix_Armor - Rate: 50 - - Item: JobShadow_Mix_Shoes - Rate: 50 - - Item: JobShadow_Mix_Shield - Rate: 50 - - Item: JobShadow_Mix_Pendant - Rate: 50 - - Item: JobShadow_Mix_Earing - Rate: 50 + - Index: 0 + Item: Shadow_Mix_Recipe + Rate: 1000 + - Index: 1 + Item: EnchantStone_Recipe + Rate: 800 + - Index: 2 + Item: EventItem_Recipe + Rate: 450 + - Index: 3 + Item: PetEgg_Recipe + Rate: 150 + - Index: 4 + Item: Nyang_Costume_Recipe + Rate: 510 + - Index: 5 + Item: JobShadow_Mix_Pendant + Rate: 15 + Announced: true + - Index: 6 + Item: JobShadow_Mix_Weapon + Rate: 15 + Announced: true + - Index: 7 + Item: JobShadow_Mix_Armor + Rate: 15 + Announced: true + - Index: 8 + Item: JobShadow_Mix_Shoes + Rate: 15 + Announced: true + - Index: 9 + Item: JobShadow_Mix_Shield + Rate: 15 + Announced: true + - Index: 10 + Item: JobShadow_Mix_Earing + Rate: 15 + Announced: true - SubGroup: 2 List: - - Item: J_Shop_Coupon - Rate: 370 - - Item: Comp_Battle_Manual - Rate: 370 + - Index: 0 + Item: Poison_Pack2 + Rate: 10 + - Index: 1 + Item: White_Slim_Pot_Box2 + Rate: 10 + - Index: 2 + Item: E_WOB_Local + Rate: 10 + Amount: 3 + - Index: 3 + Item: E_WOB_Rachel + Rate: 10 + Amount: 3 + - Index: 4 + Item: E_WOB_Schwaltz + Rate: 10 + Amount: 3 + - Index: 5 + Item: E_WOB_Rune + Rate: 10 + Amount: 3 + - Index: 6 + Item: Comp_Battle_Manual + Rate: 10 Amount: 2 - - Item: Comp_Bubble_Gum - Rate: 370 + - Index: 7 + Item: Comp_Bubble_Gum + Rate: 10 Amount: 2 - - Item: Comp_Insurance - Rate: 370 + - Index: 8 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 10 + - Index: 9 + Item: Minus_Str + Rate: 10 Amount: 3 - - Item: E_WOB_Rune - Rate: 370 + - Index: 10 + Item: Minus_Agi + Rate: 10 Amount: 3 - - Item: E_WOB_Schwaltz - Rate: 370 + - Index: 11 + Item: Minus_Vit + Rate: 10 Amount: 3 - - Item: E_WOB_Rachel - Rate: 370 + - Index: 12 + Item: Minus_Int + Rate: 10 Amount: 3 - - Item: E_WOB_Local - Rate: 370 + - Index: 13 + Item: Minus_Dex + Rate: 10 Amount: 3 - - Item: White_Slim_Pot_Box2 - Rate: 370 - - Item: Old_C_Album_Helm - Rate: 370 - - Item: Old_C_Album_Armor - Rate: 370 - - Item: Old_C_Album_Shield - Rate: 370 - - Item: Old_C_Album_Garment - Rate: 370 - - Item: Old_C_Album_Shoes - Rate: 370 - - Item: Old_C_Album_Acc - Rate: 370 - - Item: Old_C_Album_Weapon - Rate: 370 - - Item: C_Wing_Of_Fly_1Day_Box - Rate: 370 - - Item: LI_Lapine_DdukddakBox - Rate: 370 - - Item: Minus_Str - Rate: 370 + - Index: 14 + Item: Minus_Luk + Rate: 10 Amount: 3 - - Item: Minus_Agi - Rate: 370 + - Index: 15 + Item: Old_C_Album_Helm + Rate: 10 + - Index: 16 + Item: Old_C_Album_Armor + Rate: 10 + - Index: 17 + Item: Old_C_Album_Shield + Rate: 10 + - Index: 18 + Item: Old_C_Album_Garment + Rate: 10 + - Index: 19 + Item: Old_C_Album_Shoes + Rate: 10 + - Index: 20 + Item: Old_C_Album_Acc + Rate: 10 + - Index: 21 + Item: Old_C_Album_Weapon + Rate: 10 + - Index: 22 + Item: C_Greed_1Hour_Box + Rate: 10 + - Index: 23 + Item: J_Shop_Coupon + Rate: 10 + - Index: 24 + Item: Comp_Insurance + Rate: 10 Amount: 3 - - Item: Minus_Vit - Rate: 370 + - Index: 25 + Item: Comp_Magic_Candy + Rate: 10 Amount: 3 - - Item: Minus_Int - Rate: 370 + - Index: 26 + Item: Comp_Spark_Candy + Rate: 10 Amount: 3 - - Item: Minus_Dex - Rate: 370 - Amount: 3 - - Item: Minus_Luk - Rate: 370 - Amount: 3 - - Item: Comp_Spark_Candy - Rate: 370 - Amount: 3 - - Item: Comp_Magic_Candy - Rate: 370 - Amount: 3 - - Item: Poison_Pack2 - Rate: 370 - Group: HAIR_BUN_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: C_Hair_Bun_BU - Rate: 1250 - - Item: C_Hair_Bun_RD - Rate: 1250 - - Item: C_Hair_Bun_YL - Rate: 1250 - - Item: C_Hair_Bun_GN - Rate: 1250 - - Item: C_Hair_Bun_BL - Rate: 1250 - - Item: C_Hair_Bun_WH - Rate: 1250 - - Item: C_Hair_Bun_OM - Rate: 1250 - - Item: C_Hair_Bun_PP - Rate: 1250 + - Index: 0 + Item: C_Hair_Bun_BU + Rate: 1 + - Index: 1 + Item: C_Hair_Bun_RD + Rate: 1 + - Index: 2 + Item: C_Hair_Bun_YL + Rate: 1 + - Index: 3 + Item: C_Hair_Bun_GN + Rate: 1 + - Index: 4 + Item: C_Hair_Bun_BL + Rate: 1 + - Index: 5 + Item: C_Hair_Bun_WH + Rate: 1 + - Index: 6 + Item: C_Hair_Bun_OM + Rate: 1 + - Index: 7 + Item: C_Hair_Bun_PP + Rate: 1 - Group: ROLL_TWIN_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: C_Roll_Twin_BU - Rate: 1250 - - Item: C_Roll_Twin_RD - Rate: 1250 - - Item: C_Roll_Twin_YL - Rate: 1250 - - Item: C_Roll_Twin_GN - Rate: 1250 - - Item: C_Roll_Twin_BL - Rate: 1250 - - Item: C_Roll_Twin_WH - Rate: 1250 - - Item: C_Roll_Twin_OM - Rate: 1250 - - Item: C_Roll_Twin_PP - Rate: 1250 + - Index: 0 + Item: C_Roll_Twin_BU + Rate: 1 + - Index: 1 + Item: C_Roll_Twin_RD + Rate: 1 + - Index: 2 + Item: C_Roll_Twin_YL + Rate: 1 + - Index: 3 + Item: C_Roll_Twin_GN + Rate: 1 + - Index: 4 + Item: C_Roll_Twin_BL + Rate: 1 + - Index: 5 + Item: C_Roll_Twin_WH + Rate: 1 + - Index: 6 + Item: C_Roll_Twin_OM + Rate: 1 + - Index: 7 + Item: C_Roll_Twin_PP + Rate: 1 - Group: LONG_PONY_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 7 List: - - Item: C_Long_Pony_BU - Rate: 1250 - - Item: C_Long_Pony_RD - Rate: 1250 - - Item: C_Long_Pony_YL - Rate: 1250 - - Item: C_Long_Pony_GN - Rate: 1250 - - Item: C_Long_Pony_BL - Rate: 1250 - - Item: C_Long_Pony_WH - Rate: 1250 - - Item: C_Long_Pony_OM - Rate: 1250 - - Item: C_Long_Pony_PP - Rate: 1250 + - Index: 0 + Item: C_Long_Pony_BU + Rate: 1 + - Index: 1 + Item: C_Long_Pony_RD + Rate: 1 + - Index: 2 + Item: C_Long_Pony_YL + Rate: 1 + - Index: 3 + Item: C_Long_Pony_GN + Rate: 1 + - Index: 4 + Item: C_Long_Pony_BL + Rate: 1 + - Index: 5 + Item: C_Long_Pony_WH + Rate: 1 + - Index: 6 + Item: C_Long_Pony_OM + Rate: 1 + - Index: 7 + Item: C_Long_Pony_PP + Rate: 1 - Group: 1LVUP SubGroups: - SubGroup: 1 List: - - Item: Novice_Potion_B - Rate: 1111 + - Index: 0 + Item: Novice_Potion_B + Rate: 1 Amount: 300 - - Item: Arrow_Container - Rate: 1111 - Amount: 5 - - Item: Bullet_Case - Rate: 1111 - Amount: 5 - - Item: Inspector_Certificate_ - Rate: 1111 - Amount: 10 - - Item: N_Fly_Wing - Rate: 1111 + - Index: 1 + Item: N_Fly_Wing + Rate: 1 Amount: 100 - - Item: N_Butterfly_Wing - Rate: 1111 + - Index: 2 + Item: N_Butterfly_Wing + Rate: 1 Amount: 20 - - Item: N_Magnifier - Rate: 1111 + - Index: 3 + Item: N_Magnifier + Rate: 1 Amount: 10 - - Item: Time_Guardian_Box - Rate: 1111 - - Item: 1LVUP - Rate: 1111 + - Index: 4 + Item: Arrow_Container + Rate: 1 + Amount: 5 + - Index: 5 + Item: Bullet_Case + Rate: 1 + Amount: 5 + - Index: 6 + Item: Inspector_Certificate_ + Rate: 1 + Amount: 10 + - Index: 7 + Item: Time_Guardian_Box + Rate: 1 + - Index: 8 + Item: 10LVUP + Rate: 1 - Group: 10LVUP SubGroups: - SubGroup: 1 List: - - Item: Novice_Potion_B - Rate: 1429 + - Index: 0 + Item: Novice_Potion_B + Rate: 1 Amount: 300 - - Item: Arrow_Container - Rate: 1429 - Amount: 5 - - Item: Bullet_Case - Rate: 1429 - Amount: 5 - - Item: N_Fly_Wing - Rate: 1429 + - Index: 1 + Item: N_Fly_Wing + Rate: 1 Amount: 150 - - Item: N_Magnifier - Rate: 1429 + - Index: 2 + Item: N_Magnifier + Rate: 1 Amount: 10 - - Item: 10LVUP - Rate: 1429 - - Item: Time_Keeper_Ring - Rate: 1429 + - Index: 3 + Item: Arrow_Container + Rate: 1 + Amount: 5 + - Index: 4 + Item: Bullet_Case + Rate: 1 + Amount: 5 + - Index: 5 + Item: Time_Keeper_Ring + Rate: 1 + - Index: 6 + Item: 20LVUP + Rate: 1 - Group: 20LVUP SubGroups: - SubGroup: 1 List: - - Item: Novice_Potion_B - Rate: 1250 + - Index: 0 + Item: Novice_Potion_B + Rate: 1 Amount: 300 - - Item: Arrow_Container - Rate: 1250 - Amount: 5 - - Item: Bullet_Case - Rate: 1250 - Amount: 5 - - Item: N_Fly_Wing - Rate: 1250 + - Index: 1 + Item: N_Fly_Wing + Rate: 1 Amount: 150 - - Item: N_Butterfly_Wing - Rate: 1250 + - Index: 2 + Item: N_Butterfly_Wing + Rate: 1 Amount: 10 - - Item: N_Magnifier - Rate: 1250 + - Index: 3 + Item: N_Magnifier + Rate: 1 Amount: 10 - - Item: G_Almighty - Rate: 1250 - - Item: 20LVUP - Rate: 1250 + - Index: 4 + Item: Arrow_Container + Rate: 1 + Amount: 5 + - Index: 5 + Item: Bullet_Case + Rate: 1 + Amount: 5 + - Index: 6 + Item: G_Almighty + Rate: 1 + - Index: 7 + Item: 30LVUP + Rate: 1 - Group: 30LVUP SubGroups: - SubGroup: 1 List: - - Item: Novice_Potion_B - Rate: 1111 + - Index: 0 + Item: Novice_Potion_B + Rate: 1 Amount: 300 - - Item: Arrow_Container - Rate: 1111 - Amount: 5 - - Item: Bullet_Case - Rate: 1111 - Amount: 5 - - Item: Inspector_Certificate_ - Rate: 1111 - Amount: 10 - - Item: N_Fly_Wing - Rate: 1111 + - Index: 1 + Item: N_Fly_Wing + Rate: 1 Amount: 150 - - Item: N_Butterfly_Wing - Rate: 1111 + - Index: 2 + Item: N_Butterfly_Wing + Rate: 1 Amount: 20 - - Item: N_Magnifier - Rate: 1111 + - Index: 3 + Item: N_Magnifier + Rate: 1 Amount: 10 - - Item: Time_Keeper_Glasses - Rate: 1111 - - Item: 30LVUP - Rate: 1111 + - Index: 4 + Item: Arrow_Container + Rate: 1 + Amount: 5 + - Index: 5 + Item: Bullet_Case + Rate: 1 + Amount: 5 + - Index: 6 + Item: Inspector_Certificate_ + Rate: 1 + Amount: 10 + - Index: 7 + Item: Time_Keeper_Glasses + Rate: 1 + - Index: 8 + Item: 40LVUP + Rate: 1 - Group: 40LVUP SubGroups: - SubGroup: 1 List: - - Item: Novice_Potion_B - Rate: 1111 + - Index: 0 + Item: Novice_Potion_B + Rate: 1 Amount: 200 - - Item: Orange_Potion_B - Rate: 1111 + - Index: 1 + Item: Orange_Potion_B + Rate: 1 Amount: 30 - - Item: Arrow_Container - Rate: 1111 - Amount: 5 - - Item: Bullet_Case - Rate: 1111 - Amount: 5 - - Item: Inspector_Certificate_ - Rate: 1111 - Amount: 10 - - Item: N_Fly_Wing - Rate: 1111 + - Index: 2 + Item: N_Fly_Wing + Rate: 1 Amount: 100 - - Item: N_Butterfly_Wing - Rate: 1111 + - Index: 3 + Item: N_Butterfly_Wing + Rate: 1 Amount: 20 - - Item: N_Magnifier - Rate: 1111 + - Index: 4 + Item: N_Magnifier + Rate: 1 Amount: 10 - - Item: 40LVUP - Rate: 1111 + - Index: 5 + Item: Arrow_Container + Rate: 1 + Amount: 5 + - Index: 6 + Item: Bullet_Case + Rate: 1 + Amount: 5 + - Index: 7 + Item: Inspector_Certificate_ + Rate: 1 + Amount: 10 + - Index: 8 + Item: 50LVUP + Rate: 1 - Group: 50LVUP SubGroups: - SubGroup: 1 List: - - Item: Yellow_Potion_B - Rate: 1429 - Amount: 30 - - Item: Novice_Potion_B - Rate: 1429 + - Index: 0 + Item: Novice_Potion_B + Rate: 1 Amount: 100 - - Item: Arrow_Container - Rate: 1429 - Amount: 5 - - Item: Bullet_Case - Rate: 1429 - Amount: 5 - - Item: N_Fly_Wing - Rate: 1429 + - Index: 1 + Item: Yellow_Potion_B + Rate: 1 + Amount: 30 + - Index: 2 + Item: N_Fly_Wing + Rate: 1 Amount: 150 - - Item: N_Magnifier - Rate: 1429 + - Index: 3 + Item: N_Magnifier + Rate: 1 Amount: 10 - - Item: 50LVUP - Rate: 1429 + - Index: 4 + Item: Arrow_Container + Rate: 1 + Amount: 5 + - Index: 5 + Item: Bullet_Case + Rate: 1 + Amount: 5 + - Index: 6 + Item: 60LVUP + Rate: 1 - Group: 60LVUP SubGroups: - SubGroup: 1 List: - - Item: Yellow_Slim_Potion_B - Rate: 2000 + - Index: 0 + Item: Yellow_Slim_Potion_B + Rate: 1 Amount: 100 - - Item: Inspector_Certificate_ - Rate: 2000 - Amount: 10 - - Item: Comp_Battle_Manual - Rate: 2000 - Amount: 5 - - Item: Comp_Regenerate_Potion - Rate: 2000 + - Index: 1 + Item: Comp_Regenerate_Potion + Rate: 1 Amount: 2 - - Item: 60LVUP - Rate: 2000 + - Index: 2 + Item: Inspector_Certificate_ + Rate: 1 + Amount: 10 + - Index: 3 + Item: Comp_Battle_Manual + Rate: 1 + Amount: 5 + - Index: 4 + Item: 70LVUP + Rate: 1 - Group: 70LVUP SubGroups: - SubGroup: 1 List: - - Item: Yellow_Slim_Potion_B - Rate: 1667 + - Index: 0 + Item: Yellow_Slim_Potion_B + Rate: 1 Amount: 100 - - Item: Comp_Bubble_Gum - Rate: 1667 - Amount: 5 - - Item: Comp_Insurance - Rate: 1667 - Amount: 5 - - Item: 80LVUP - Rate: 1667 - - Item: Comp_Small_Mana_Potion - Rate: 1667 + - Index: 1 + Item: Comp_Small_Mana_Potion + Rate: 1 Amount: 3 - - Item: Comp_Regenerate_Potion - Rate: 1667 + - Index: 2 + Item: Comp_Regenerate_Potion + Rate: 1 Amount: 4 + - Index: 3 + Item: Comp_Bubble_Gum + Rate: 1 + Amount: 5 + - Index: 4 + Item: Comp_Insurance + Rate: 1 + Amount: 5 + - Index: 5 + Item: 80LVUP + Rate: 1 - Group: 90LVUP SubGroups: - SubGroup: 1 List: - - Item: Yellow_Slim_Potion_B - Rate: 1429 + - Index: 0 + Item: Yellow_Slim_Potion_B + Rate: 1 Amount: 150 - - Item: Inspector_Certificate_ - Rate: 1429 - Amount: 10 - - Item: Comp_Battle_Manual - Rate: 1429 - Amount: 5 - - Item: N_Fly_Wing - Rate: 1429 + - Index: 1 + Item: N_Fly_Wing + Rate: 1 Amount: 100 - - Item: E_Abrasive - Rate: 1429 - Amount: 5 - - Item: 100LVUP - Rate: 1429 - - Item: Comp_Regenerate_Potion - Rate: 1429 + - Index: 2 + Item: Comp_Regenerate_Potion + Rate: 1 Amount: 4 + - Index: 3 + Item: Inspector_Certificate_ + Rate: 1 + Amount: 10 + - Index: 4 + Item: Comp_Battle_Manual + Rate: 1 + Amount: 5 + - Index: 5 + Item: E_Abrasive + Rate: 1 + Amount: 5 + - Index: 6 + Item: 100LVUP + Rate: 1 - Group: 175LVUP SubGroups: - SubGroup: 0 List: - - Item: Comp_M_DEFScroll + - Index: 0 + Item: Comp_Power_Booster + Amount: 20 + - Index: 1 + Item: Comp_Almighty + Amount: 20 + - Index: 2 + Item: Comp_M_DEFScroll Amount: 30 - - Item: Comp_Power_Booster - Amount: 20 - - Item: Comp_Almighty - Amount: 20 - Group: BISCUIT_STICK_2SET_ SubGroups: - SubGroup: 0 List: - - Item: EF_DEX_Biscuit_Stick + - Index: 0 + Item: EF_STR_Biscuit_Stick Amount: 2 - - Item: EF_LUK_Biscuit_Stick + - Index: 1 + Item: EF_VIT_Biscuit_Stick Amount: 2 - - Item: EF_STR_Biscuit_Stick + - Index: 2 + Item: EF_AGI_Biscuit_Stick Amount: 2 - - Item: EF_VIT_Biscuit_Stick + - Index: 3 + Item: EF_INT_Biscuit_Stick Amount: 2 - - Item: EF_AGI_Biscuit_Stick + - Index: 4 + Item: EF_DEX_Biscuit_Stick Amount: 2 - - Item: EF_INT_Biscuit_Stick + - Index: 5 + Item: EF_LUK_Biscuit_Stick Amount: 2 - Group: LOVE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Love_Scroll - Rate: 10000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Poison_Bottle_Box2 - Rate: 1000 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 1000 - - Item: Love_Scroll - Rate: 1000 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Comp_Trans_Scroll - Rate: 1000 - - Item: WOB_Box - Rate: 830 - - Item: Lapine_DdukddakBox - Rate: 1500 - - Item: RaceShadow_Mix + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: S_Blitz_Weapon + Rate: 100 + Announced: true + - Index: 7 + Item: S_Blitz_Armor + Rate: 100 + Announced: true + - Index: 8 + Item: RaceShadow_Mix Rate: 20 - - Item: Love_Scroll - Rate: 800 - - Item: Advanced_Taiming_Item + Announced: true + - Index: 9 + Item: Candy_Box_Melee + Rate: 100 + Announced: true + - Index: 10 + Item: Candy_Box_Range + Rate: 100 + Announced: true + - Index: 11 + Item: Candy_Box_Magic + Rate: 100 + Announced: true + - Index: 12 + Item: Advanced_Taiming_Item Rate: 500 - - Item: Candy_Box_Melee - Rate: 100 - - Item: Candy_Box_Range - Rate: 100 - - Item: Candy_Box_Magic - Rate: 100 - - Item: S_Blitz_Weapon - Rate: 100 - - Item: S_Blitz_Armor - Rate: 100 + - Index: 13 + Item: Biscuit_Stick_2Set_ + Rate: 800 + - Index: 14 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 15 + Item: WOB_Box + Rate: 830 + - Index: 16 + Item: C_Wing_Of_Fly_3Day_Box + Rate: 1000 + - Index: 17 + Item: Comp_Trans_Scroll + Rate: 1000 + - Index: 18 + Item: C_Giant_Fly_1Day_Box + Rate: 1000 + - Index: 19 + Item: Lapine_DdukddakBox + Rate: 1500 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 21 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: LOVELY_EGG_BOX SubGroups: - SubGroup: 1 List: - - Item: Orange_Juice - Rate: 300 - - Item: Rainbow_Carrot - Rate: 300 - - Item: Earthworm_The_Dude - Rate: 300 - - Item: Sweet_Milk - Rate: 300 - - Item: Well_Dried_Bone - Rate: 300 - - Item: Dew_Laden_Moss - Rate: 300 - - Item: Deadly_Noxious_Herb - Rate: 300 - - Item: Fatty_Chubby_Earthworm - Rate: 300 - - Item: Baked_Yam - Rate: 300 - - Item: Tropical_Banana - Rate: 300 - - Item: No_Recipient - Rate: 300 - - Item: Old_Broom - Rate: 300 - - Item: Contracts_In_Shadow - Rate: 300 - - Item: Heart_Of_Her - Rate: 300 - - Item: Sway_Apron - Rate: 300 - - Item: Chocolate_Egg - Rate: 1600 + - Index: 0 + Item: Yummy_Cookie_Egg + Rate: 160 Amount: 10 - - Item: Yummy_Cookie_Egg - Rate: 1600 + - Index: 1 + Item: Chocolate_Egg + Rate: 160 Amount: 10 - - Item: Holy_Egg - Rate: 600 - - Item: Very_Red_Juice - Rate: 300 - - Item: Delicious_Shaved_Ice - Rate: 300 - - Item: Gril_Doll - Rate: 50 - - Item: Gril's_Naivety - Rate: 10 - - Item: Boy's_Naivety - Rate: 40 - - Item: Tantanmen - Rate: 300 - - Item: Clover_Silkhat - Rate: 50 - - Item: Egg_Crispinette - Rate: 50 - - Item: Saint_Egg_Shell - Rate: 50 - - Item: Devil_Egg_Shell - Rate: 50 - - Item: C_Clover_Silkhat - Rate: 50 - - Item: Little_Dall_Needle - Rate: 300 - - Item: C_Egg_Crispinette - Rate: 50 - - Item: C_Holy_Egg_Hat - Rate: 50 - - Item: C_Mimic_Egg_Shell - Rate: 50 + - Index: 2 + Item: Holy_Egg + Rate: 60 + - Index: 3 + Item: Heart_Of_Her + Rate: 30 + - Index: 4 + Item: Little_Dall_Needle + Rate: 30 + - Index: 5 + Item: Delicious_Shaved_Ice + Rate: 30 + - Index: 6 + Item: Well_Dried_Bone + Rate: 30 + - Index: 7 + Item: Dew_Laden_Moss + Rate: 30 + - Index: 8 + Item: Deadly_Noxious_Herb + Rate: 30 + - Index: 9 + Item: Tropical_Banana + Rate: 30 + - Index: 10 + Item: No_Recipient + Rate: 30 + - Index: 11 + Item: Old_Broom + Rate: 30 + - Index: 12 + Item: Orange_Juice + Rate: 30 + - Index: 13 + Item: Contracts_In_Shadow + Rate: 30 + - Index: 14 + Item: Tantanmen + Rate: 30 + - Index: 15 + Item: Sway_Apron + Rate: 30 + - Index: 16 + Item: Very_Red_Juice + Rate: 30 + - Index: 17 + Item: Rainbow_Carrot + Rate: 30 + - Index: 18 + Item: Earthworm_The_Dude + Rate: 30 + - Index: 19 + Item: Sweet_Milk + Rate: 30 + - Index: 20 + Item: Fatty_Chubby_Earthworm + Rate: 30 + - Index: 21 + Item: Baked_Yam + Rate: 30 + - Index: 22 + Item: Boy's_Naivety + Rate: 4 + - Index: 23 + Item: Gril's_Naivety + Rate: 1 + - Index: 24 + Item: Gril_Doll + Rate: 5 + - Index: 25 + Item: Clover_Silkhat + Rate: 5 + - Index: 26 + Item: Egg_Crispinette + Rate: 5 + - Index: 27 + Item: Devil_Egg_Shell + Rate: 5 + - Index: 28 + Item: Saint_Egg_Shell + Rate: 5 + - Index: 29 + Item: C_Clover_Silkhat + Rate: 5 + - Index: 30 + Item: C_Mimic_Egg_Shell + Rate: 5 + - Index: 31 + Item: C_Holy_Egg_Hat + Rate: 5 + - Index: 32 + Item: C_Egg_Crispinette + Rate: 5 - Group: C_CATPAW_1DAY_PARA SubGroups: - SubGroup: 0 List: - - Item: C_CatPaw_Ticket + - Index: 0 + Item: C_CatPaw_Ticket Duration: 1440 + UniqueId: true - Group: C_WING_OF_FLY_1DAY_PARA SubGroups: - SubGroup: 0 List: - - Item: C_Wing_Of_Fly + - Index: 0 + Item: C_Wing_Of_Fly Duration: 1440 + UniqueId: true - Group: CAT_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Toy_Syringe_K + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Toy_Syringe_K Rate: 40 - - Item: Blue_Rear_Ribbon - Rate: 100 - - Item: Necklace_Rosary_K - Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Comp_Trans_Scroll - Rate: 800 - - Item: Minus_Status_Box - Rate: 1500 - - Item: White_Slim_Potion_Box_ - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1500 - - Item: Candy_Box_Melee - Rate: 30 - - Item: Candy_Box_Range - Rate: 30 - - Item: Candy_Box_Magic - Rate: 30 - - Item: Cat_Scroll + Announced: true + - Index: 7 + Item: Magical_Booster_Box Rate: 20 - - Item: Cat_Scroll + Announced: true + - Index: 8 + Item: Cat_Head_Dress_Basket Rate: 200 - - Item: Cat_Scroll + Announced: true + - Index: 9 + Item: Blue_Rear_Ribbon + Rate: 100 + Announced: true + - Index: 10 + Item: Necklace_Rosary_K + Rate: 100 + Announced: true + - Index: 11 + Item: Candy_Box_Melee + Rate: 30 + Announced: true + - Index: 12 + Item: Candy_Box_Range + Rate: 30 + Announced: true + - Index: 13 + Item: Candy_Box_Magic + Rate: 30 + Announced: true + - Index: 14 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 15 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 16 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 17 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 18 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 19 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 20 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 21 + Item: Comp_Trans_Scroll + Rate: 800 + - Index: 22 + Item: Minus_Status_Box + Rate: 1500 + - Index: 23 + Item: Lapine_DdukddakBox + Rate: 1500 + - Index: 24 + Item: Chemicals_Bag Rate: 1000 + - Index: 25 + Item: White_Slim_Potion_Box_ + Rate: 1000 + - Index: 26 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: MAGICAL_BOOSTER_BOX SubGroups: - SubGroup: 0 List: - - Item: Magical_Booster_K - - Item: Booster_Amplifier + - Index: 0 + Item: Magical_Booster_K + - Index: 1 + Item: Booster_Amplifier - Group: CAT_HEAD_DRESS_BASKET SubGroups: - SubGroup: 0 List: - - Item: Cat_Lace_Hairband_K - - Item: Magical_Cat_Hand + - Index: 0 + Item: Cat_Lace_Hairband_K + - Index: 1 + Item: Magical_Cat_Hand - Group: CHEMICALS_BAG SubGroups: - SubGroup: 1 List: - - Item: Poison_Bottle - Rate: 1667 + - Index: 0 + Item: Fire_Bottle + Rate: 1 + Amount: 50 + - Index: 1 + Item: Acid_Bottle + Rate: 1 + Amount: 50 + - Index: 2 + Item: MenEater_Plant_Bottle + Rate: 1 + Amount: 50 + - Index: 3 + Item: Coating_Bottle + Rate: 1 + Amount: 50 + - Index: 4 + Item: Mini_Bottle + Rate: 1 + Amount: 50 + - Index: 5 + Item: Poison_Bottle + Rate: 1 Amount: 30 - - Item: Fire_Bottle - Rate: 1667 - Amount: 50 - - Item: Acid_Bottle - Rate: 1667 - Amount: 50 - - Item: MenEater_Plant_Bottle - Rate: 1667 - Amount: 50 - - Item: Mini_Bottle - Rate: 1667 - Amount: 50 - - Item: Coating_Bottle - Rate: 1667 - Amount: 50 - Group: SHADOW_SCROLL2 SubGroups: - SubGroup: 1 List: - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 10000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: S_Tempest_Shoes + Rate: 100 + Announced: true + - Index: 7 + Item: S_Tempest_Shield + Rate: 100 + Announced: true + - Index: 8 + Item: S_M_ExeHoly_Armor + Rate: 50 + Announced: true + - Index: 9 + Item: S_M_ExoCorrupt_Armor + Rate: 50 + Announced: true + - Index: 10 + Item: S_M_DragonVib_Armor + Rate: 50 + Announced: true + - Index: 11 + Item: S_M_SciHunting_Armor + Rate: 50 + Announced: true + - Index: 12 + Item: S_M_FishInsect_Armor + Rate: 50 + Announced: true + - Index: 13 + Item: Spell_Circuit + Rate: 100 + Announced: true + - Index: 14 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 15 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 16 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 17 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 18 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 19 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 20 + Item: Blacksmith_Blessing Rate: 800 - - Item: Potion_Box - Rate: 1000 - - Item: Spell_Circuit + - Index: 21 + Item: StabilityShadow_Mix Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1500 - - Item: Advanced_Taiming_Item + - Index: 22 + Item: Advanced_Taiming_Item Rate: 200 - - Item: Shadow_Scroll2 + - Index: 23 + Item: Class_Shadow_Cube Rate: 1000 - - Item: Shadow_Scroll2 + - Index: 24 + Item: C_Wing_Of_Fly_3Day_Box_ Rate: 1000 - - Item: StabilityShadow_Mix - Rate: 100 - - Item: S_Tempest_Shield - Rate: 100 - - Item: S_Tempest_Shoes - Rate: 100 - - Item: S_M_ExeHoly_Armor - Rate: 50 - - Item: S_M_ExoCorrupt_Armor - Rate: 50 - - Item: S_M_DragonVib_Armor - Rate: 50 - - Item: S_M_SciHunting_Armor - Rate: 50 - - Item: S_M_FishInsect_Armor - Rate: 50 + - Index: 25 + Item: Potion_Box + Rate: 1000 + - Index: 26 + Item: Chemicals_Bag + Rate: 1000 + - Index: 27 + Item: Lapine_DdukddakBox + Rate: 1500 + - Index: 28 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: C_WING_OF_FLY_3DAY_BOX_ SubGroups: - SubGroup: 0 List: - - Item: C_Wing_Of_Fly + - Index: 0 + Item: C_Wing_Of_Fly Duration: 4320 + UniqueId: true - Group: MOBILE_NOVICE_BOX SubGroups: - SubGroup: 0 List: - - Item: Comp_Battle_Manual + - Index: 0 + Item: Comp_Battle_Manual Amount: 5 - - Item: E_S_Life_Potion_Box - - Item: E_Abrasive_Box10 - - Item: E_Bubble_Gum_Box - - Item: E_Str_Dish_Box - - Item: E_Agi_Dish_Box - - Item: E_Int_Dish_Box - - Item: E_Dex_Dish_Box - - Item: E_Luk_Dish_Box - - Item: E_Vit_Dish_Box - - Item: E_Blessing_10_Scr_Box - - Item: E_Inc_Agi_10_Scr_Box + - Index: 1 + Item: E_Str_Dish_Box + - Index: 2 + Item: E_Agi_Dish_Box + - Index: 3 + Item: E_Int_Dish_Box + - Index: 4 + Item: E_Dex_Dish_Box + - Index: 5 + Item: E_Vit_Dish_Box + - Index: 6 + Item: E_Luk_Dish_Box + - Index: 7 + Item: E_Blessing_10_Scr_Box + - Index: 8 + Item: E_Inc_Agi_10_Scr_Box + - Index: 9 + Item: E_Bubble_Gum_Box + - Index: 10 + Item: E_S_Life_Potion_Box + - Index: 11 + Item: E_Abrasive_Box10 - Group: C_WING_OF_FLY_5DAY_BOX_ SubGroups: - SubGroup: 0 List: - - Item: C_Wing_Of_Fly + - Index: 0 + Item: C_Wing_Of_Fly Duration: 7200 - Group: C_GIANT_FLY_1DAY_BOX_ SubGroups: - SubGroup: 0 List: - - Item: C_Giant_Fly_Wing + - Index: 0 + Item: C_Giant_Fly_Wing Duration: 1440 - Group: C_WING_OF_FLY_BOX_ SubGroups: - SubGroup: 0 List: - - Item: C_Wing_Of_Fly + - Index: 0 + Item: C_Wing_Of_Fly Duration: 10080 - Group: MAY_GOLD_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_CatPaw_7Day_Box_ - Rate: 3182 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 2273 - - Item: May_Gold_Scroll - Rate: 4545 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1001 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Costume_Exchange - Rate: 1000 - - Item: J_Shop_Coupon - Rate: 500 - - Item: May_Gold_Scroll - Rate: 700 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: May_Gold_Scroll - Rate: 33 - - Item: May_Gold_Scroll - Rate: 33 - - Item: May_Gold_Scroll - Rate: 33 - - Item: Lapine_DdukddakBox - Rate: 1650 - - Item: May_Gold_Scroll - Rate: 1000 - - Item: May_Gold_Scroll - Rate: 500 - - Item: May_Gold_Scroll - Rate: 1000 - - Item: May_Gold_Scroll + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: New_Hat_Box3 Rate: 300 - - Item: May_Gold_Scroll + Announced: true + - Index: 7 + Item: ExShadow_DdukddakBox Rate: 100 - - Item: May_Gold_Scroll + Announced: true + - Index: 8 + Item: Sealed_Hat_Box + Rate: 33 + Announced: true + - Index: 9 + Item: Sealed_Hat_Box2 + Rate: 33 + Announced: true + - Index: 10 + Item: Sealed_Hat_Box3 + Rate: 33 + Announced: true + - Index: 11 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 12 + Item: C_Wing_Of_Fly_5Day_Box_ + Rate: 500 + - Index: 13 + Item: C_CatPaw_7Day_Box + Rate: 700 + - Index: 14 + Item: J_Shop_Coupon + Rate: 500 + - Index: 15 + Item: Material_Shadow_Cube Rate: 300 - - Item: May_Gold_Scroll + - Index: 16 + Item: Mysterious_Medal_Box Rate: 1000 + - Index: 17 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 18 + Item: Costume_Exchange + Rate: 1000 + - Index: 19 + Item: Chemicals_Bag + Rate: 1000 + - Index: 20 + Item: Lapine_DdukddakBox + Rate: 1650 + - Index: 21 + Item: Crystal_Jewel__ + Rate: 1001 + Amount: 10 - Group: NEW_HAT_BOX3 SubGroups: - SubGroup: 1 List: - - Item: GoldFish_Hat - Rate: 2000 - - Item: Smoky_TransformHat - Rate: 2000 - - Item: Survive_Circlet_K - Rate: 2000 - - Item: SurviveOrb_K - Rate: 2000 - - Item: FaceWorm_Breath - Rate: 2000 + - Index: 0 + Item: GoldFish_Hat + Rate: 1 + - Index: 1 + Item: Smoky_TransformHat + Rate: 1 + - Index: 2 + Item: Survive_Circlet_K + Rate: 1 + - Index: 3 + Item: SurviveOrb_K + Rate: 1 + - Index: 4 + Item: FaceWorm_Breath + Rate: 1 - Group: EXSHADOW_DDUKDDAKBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: JobShadow_Mix_Weapon - Rate: 667 - - Item: JobShadow_Mix_Armor - Rate: 667 - - Item: JobShadow_Mix_Shoes - Rate: 667 - - Item: JobShadow_Mix_Shield - Rate: 667 - - Item: JobShadow_Mix_Pendant - Rate: 667 - - Item: JobShadow_Mix_Earing - Rate: 667 - - Item: StatusShadow_Mix - Rate: 667 - - Item: GemstoneShadow_Mix - Rate: 667 - - Item: BearersShadow_Mix - Rate: 667 - - Item: ComposeShadow_Mix - Rate: 667 - - Item: RaceShadow_Mix - Rate: 667 - - Item: StabilityShadow_Mix - Rate: 667 - - Item: InfinityShadow_Mix - Rate: 667 - - Item: PerfectSize_Mix - Rate: 667 - - Item: MagicPiercing_Mix - Rate: 667 + - Index: 0 + Item: RaceShadow_Mix + Rate: 1 + - Index: 1 + Item: BearersShadow_Mix + Rate: 1 + - Index: 2 + Item: GemstoneShadow_Mix + Rate: 1 + - Index: 3 + Item: StatusShadow_Mix + Rate: 1 + - Index: 4 + Item: ComposeShadow_Mix + Rate: 1 + - Index: 5 + Item: JobShadow_Mix_Pendant + Rate: 1 + - Index: 6 + Item: JobShadow_Mix_Weapon + Rate: 1 + - Index: 7 + Item: JobShadow_Mix_Armor + Rate: 1 + - Index: 8 + Item: JobShadow_Mix_Shoes + Rate: 1 + - Index: 9 + Item: JobShadow_Mix_Shield + Rate: 1 + - Index: 10 + Item: JobShadow_Mix_Earing + Rate: 1 + - Index: 11 + Item: StabilityShadow_Mix + Rate: 1 + - Index: 12 + Item: InfinityShadow_Mix + Rate: 1 + - Index: 13 + Item: PerfectSize_Mix + Rate: 1 + - Index: 14 + Item: MagicPiercing_Mix + Rate: 1 - Group: MATERIAL_SHADOW_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Lucky_Weapon - Rate: 192 - - Item: S_Power_Earring - Rate: 192 - - Item: S_Int_Pendant - Rate: 192 - - Item: S_Dexterous_Armor - Rate: 192 - - Item: S_Vital_Shoes - Rate: 192 - - Item: S_Athletic_Shield - Rate: 192 - - Item: S_Lucky_Armor - Rate: 192 - - Item: S_Power_Pendant - Rate: 192 - - Item: S_Int_Earring - Rate: 192 - - Item: S_Dexterous_Weapon - Rate: 192 - - Item: S_Vital_Shield - Rate: 192 - - Item: S_Athletic_Shoes - Rate: 192 - - Item: S_Cranial_Shield - Rate: 192 - - Item: S_Brutal_Shield - Rate: 192 - - Item: S_Gargantua_Shield - Rate: 192 - - Item: S_Homers_Shield - Rate: 192 - - Item: S_Dragoon_Shield - Rate: 192 - - Item: S_Satanic_Shield - Rate: 192 - - Item: S_Flameguard_Shield - Rate: 192 - - Item: S_Requiem_Shield - Rate: 192 - - Item: S_Cadi_Shield - Rate: 192 - - Item: S_Bloody_Shoes - Rate: 192 - - Item: S_Chemical_Shoes - Rate: 192 - - Item: S_Clamorous_Shoes - Rate: 192 - - Item: S_Insecticide_Shoes - Rate: 192 - - Item: S_Fisher_Shoes - Rate: 192 - - Item: S_Seraphim_Shoes - Rate: 192 - - Item: S_Beholder_Shoes - Rate: 192 - - Item: S_Divine_Shoes - Rate: 192 - - Item: S_Dragoon_Shoes - Rate: 192 - - Item: S_Plasterer's_Armor - Rate: 192 - - Item: S_Plasterer's_Shoes - Rate: 192 - - Item: S_Insomniac_Armor - Rate: 192 - - Item: S_Insomniac_Shoes - Rate: 192 - - Item: S_Peerless_Armor - Rate: 192 - - Item: S_Peerless_Shoes - Rate: 192 - - Item: S_Adurate_Armor - Rate: 192 - - Item: S_Adurate_Shoes - Rate: 192 - - Item: Unfreez_Weapon_S - Rate: 192 - - Item: Unfreeze_Earing_S - Rate: 192 - - Item: Unfreeze_Pendent_S - Rate: 192 - - Item: Vitality_Earing_S - Rate: 192 - - Item: Vitality_Pendant_S - Rate: 192 - - Item: S_Neutral_Weapon - Rate: 192 - - Item: S_Neutral_Earring - Rate: 192 - - Item: S_Neutral_Pendent - Rate: 192 - - Item: S_Curse_Lift_Earring - Rate: 192 - - Item: S_Curse_Lift_Pendent - Rate: 192 - - Item: S_ColdBolt_Armor - Rate: 192 - - Item: S_FireBolt_Armor - Rate: 192 - - Item: S_LightingBolt_Armor - Rate: 192 - - Item: S_EarthSpike_Armor - Rate: 192 + - Index: 0 + Item: S_Plasterer's_Armor + Rate: 1 + - Index: 1 + Item: S_Plasterer's_Shoes + Rate: 1 + - Index: 2 + Item: S_Insomniac_Armor + Rate: 1 + - Index: 3 + Item: S_Insomniac_Shoes + Rate: 1 + - Index: 4 + Item: S_Peerless_Armor + Rate: 1 + - Index: 5 + Item: S_Peerless_Shoes + Rate: 1 + - Index: 6 + Item: S_Adurate_Armor + Rate: 1 + - Index: 7 + Item: S_Adurate_Shoes + Rate: 1 + - Index: 8 + Item: Unfreez_Weapon_S + Rate: 1 + - Index: 9 + Item: Unfreeze_Earing_S + Rate: 1 + - Index: 10 + Item: Unfreeze_Pendent_S + Rate: 1 + - Index: 11 + Item: Vitality_Earing_S + Rate: 1 + - Index: 12 + Item: Vitality_Pendant_S + Rate: 1 + - Index: 13 + Item: S_Neutral_Weapon + Rate: 1 + - Index: 14 + Item: S_Neutral_Earring + Rate: 1 + - Index: 15 + Item: S_Neutral_Pendent + Rate: 1 + - Index: 16 + Item: S_Curse_Lift_Earring + Rate: 1 + - Index: 17 + Item: S_Curse_Lift_Pendent + Rate: 1 + - Index: 18 + Item: S_Homers_Shield + Rate: 1 + - Index: 19 + Item: S_Cadi_Shield + Rate: 1 + - Index: 20 + Item: S_Requiem_Shield + Rate: 1 + - Index: 21 + Item: S_Flameguard_Shield + Rate: 1 + - Index: 22 + Item: S_Satanic_Shield + Rate: 1 + - Index: 23 + Item: S_Dragoon_Shield + Rate: 1 + - Index: 24 + Item: S_Gargantua_Shield + Rate: 1 + - Index: 25 + Item: S_Brutal_Shield + Rate: 1 + - Index: 26 + Item: S_Cranial_Shield + Rate: 1 + - Index: 27 + Item: S_Divine_Shoes + Rate: 1 + - Index: 28 + Item: S_Beholder_Shoes + Rate: 1 + - Index: 29 + Item: S_Seraphim_Shoes + Rate: 1 + - Index: 30 + Item: S_Fisher_Shoes + Rate: 1 + - Index: 31 + Item: S_Insecticide_Shoes + Rate: 1 + - Index: 32 + Item: S_Clamorous_Shoes + Rate: 1 + - Index: 33 + Item: S_Chemical_Shoes + Rate: 1 + - Index: 34 + Item: S_Bloody_Shoes + Rate: 1 + - Index: 35 + Item: S_Dragoon_Shoes + Rate: 1 + - Index: 36 + Item: S_ColdBolt_Armor + Rate: 1 + - Index: 37 + Item: S_FireBolt_Armor + Rate: 1 + - Index: 38 + Item: S_LightingBolt_Armor + Rate: 1 + - Index: 39 + Item: S_EarthSpike_Armor + Rate: 1 + - Index: 40 + Item: S_Lucky_Weapon + Rate: 1 + - Index: 41 + Item: S_Power_Earring + Rate: 1 + - Index: 42 + Item: S_Int_Pendant + Rate: 1 + - Index: 43 + Item: S_Dexterous_Armor + Rate: 1 + - Index: 44 + Item: S_Vital_Shoes + Rate: 1 + - Index: 45 + Item: S_Athletic_Shield + Rate: 1 + - Index: 46 + Item: S_Lucky_Armor + Rate: 1 + - Index: 47 + Item: S_Power_Pendant + Rate: 1 + - Index: 48 + Item: S_Int_Earring + Rate: 1 + - Index: 49 + Item: S_Dexterous_Weapon + Rate: 1 + - Index: 50 + Item: S_Vital_Shield + Rate: 1 + - Index: 51 + Item: S_Athletic_Shoes + Rate: 1 + - SubGroup: 2 + List: + - Index: 0 + Item: S_Plasterer's_Armor + Rate: 1 + - Index: 1 + Item: S_Plasterer's_Shoes + Rate: 1 + - Index: 2 + Item: S_Insomniac_Armor + Rate: 1 + - Index: 3 + Item: S_Insomniac_Shoes + Rate: 1 + - Index: 4 + Item: S_Peerless_Armor + Rate: 1 + - Index: 5 + Item: S_Peerless_Shoes + Rate: 1 + - Index: 6 + Item: S_Adurate_Armor + Rate: 1 + - Index: 7 + Item: S_Adurate_Shoes + Rate: 1 + - Index: 8 + Item: Unfreez_Weapon_S + Rate: 1 + - Index: 9 + Item: Unfreeze_Earing_S + Rate: 1 + - Index: 10 + Item: Unfreeze_Pendent_S + Rate: 1 + - Index: 11 + Item: Vitality_Earing_S + Rate: 1 + - Index: 12 + Item: Vitality_Pendant_S + Rate: 1 + - Index: 13 + Item: S_Neutral_Weapon + Rate: 1 + - Index: 14 + Item: S_Neutral_Earring + Rate: 1 + - Index: 15 + Item: S_Neutral_Pendent + Rate: 1 + - Index: 16 + Item: S_Curse_Lift_Earring + Rate: 1 + - Index: 17 + Item: S_Curse_Lift_Pendent + Rate: 1 + - Index: 18 + Item: S_Homers_Shield + Rate: 1 + - Index: 19 + Item: S_Cadi_Shield + Rate: 1 + - Index: 20 + Item: S_Requiem_Shield + Rate: 1 + - Index: 21 + Item: S_Flameguard_Shield + Rate: 1 + - Index: 22 + Item: S_Satanic_Shield + Rate: 1 + - Index: 23 + Item: S_Dragoon_Shield + Rate: 1 + - Index: 24 + Item: S_Gargantua_Shield + Rate: 1 + - Index: 25 + Item: S_Brutal_Shield + Rate: 1 + - Index: 26 + Item: S_Cranial_Shield + Rate: 1 + - Index: 27 + Item: S_Divine_Shoes + Rate: 1 + - Index: 28 + Item: S_Beholder_Shoes + Rate: 1 + - Index: 29 + Item: S_Seraphim_Shoes + Rate: 1 + - Index: 30 + Item: S_Fisher_Shoes + Rate: 1 + - Index: 31 + Item: S_Insecticide_Shoes + Rate: 1 + - Index: 32 + Item: S_Clamorous_Shoes + Rate: 1 + - Index: 33 + Item: S_Chemical_Shoes + Rate: 1 + - Index: 34 + Item: S_Bloody_Shoes + Rate: 1 + - Index: 35 + Item: S_Dragoon_Shoes + Rate: 1 + - Index: 36 + Item: S_ColdBolt_Armor + Rate: 1 + - Index: 37 + Item: S_FireBolt_Armor + Rate: 1 + - Index: 38 + Item: S_LightingBolt_Armor + Rate: 1 + - Index: 39 + Item: S_EarthSpike_Armor + Rate: 1 + - Index: 40 + Item: S_Lucky_Weapon + Rate: 1 + - Index: 41 + Item: S_Power_Earring + Rate: 1 + - Index: 42 + Item: S_Int_Pendant + Rate: 1 + - Index: 43 + Item: S_Dexterous_Armor + Rate: 1 + - Index: 44 + Item: S_Vital_Shoes + Rate: 1 + - Index: 45 + Item: S_Athletic_Shield + Rate: 1 + - Index: 46 + Item: S_Lucky_Armor + Rate: 1 + - Index: 47 + Item: S_Power_Pendant + Rate: 1 + - Index: 48 + Item: S_Int_Earring + Rate: 1 + - Index: 49 + Item: S_Dexterous_Weapon + Rate: 1 + - Index: 50 + Item: S_Vital_Shield + Rate: 1 + - Index: 51 + Item: S_Athletic_Shoes + Rate: 1 - Group: MYSTERIOUS_MEDAL_BOX SubGroups: - SubGroup: 1 List: - - Item: Mysterious_Medal + - Index: 0 + Item: Mysterious_Medal Rate: 625 Amount: 5 - - Item: Mysterious_Medal + - Index: 1 + Item: Mysterious_Medal Rate: 625 Amount: 6 - - Item: Mysterious_Medal + - Index: 2 + Item: Mysterious_Medal Rate: 625 Amount: 7 - - Item: Mysterious_Medal + - Index: 3 + Item: Mysterious_Medal Rate: 625 Amount: 8 - - Item: Mysterious_Medal + - Index: 4 + Item: Mysterious_Medal Rate: 625 Amount: 9 - - Item: Mysterious_Medal + - Index: 5 + Item: Mysterious_Medal Rate: 625 Amount: 10 - - Item: Mysterious_Medal + - Index: 6 + Item: Mysterious_Medal Rate: 625 Amount: 11 - - Item: Mysterious_Medal + - Index: 7 + Item: Mysterious_Medal Rate: 625 Amount: 12 - - Item: Mysterious_Medal + - Index: 8 + Item: Mysterious_Medal Rate: 625 Amount: 13 - - Item: Mysterious_Medal + - Index: 9 + Item: Mysterious_Medal Rate: 625 Amount: 14 - - Item: Mysterious_Medal + - Index: 10 + Item: Mysterious_Medal Rate: 625 Amount: 15 - - Item: Mysterious_Medal + - Index: 11 + Item: Mysterious_Medal Rate: 625 Amount: 16 - - Item: Mysterious_Medal + - Index: 12 + Item: Mysterious_Medal Rate: 625 Amount: 17 - - Item: Mysterious_Medal + - Index: 13 + Item: Mysterious_Medal Rate: 625 Amount: 18 - - Item: Mysterious_Medal + - Index: 14 + Item: Mysterious_Medal Rate: 625 Amount: 19 - - Item: Mysterious_Medal + - Index: 15 + Item: Mysterious_Medal Rate: 625 Amount: 20 - Group: VEND_ARBEIT1_1LV SubGroups: - SubGroup: 0 List: - - Item: Vend_Arbeit_1Lv + - Index: 0 + Item: Vend_Arbeit_1Lv + Duration: 1440 - Group: VEND_ARBEIT1_2LV SubGroups: - SubGroup: 0 List: - - Item: Vend_Arbeit_2Lv + - Index: 0 + Item: Vend_Arbeit_2Lv + Duration: 1440 - Group: VEND_ARBEIT1_3LV SubGroups: - SubGroup: 0 List: - - Item: Vend_Arbeit_3Lv + - Index: 0 + Item: Vend_Arbeit_3Lv + Duration: 1440 - Group: BUY_ARBEIT1_1LV SubGroups: - SubGroup: 0 List: - - Item: Buy_Arbeit_1Lv + - Index: 0 + Item: Buy_Arbeit_1Lv + Duration: 1440 - Group: BUY_ARBEIT1_2LV SubGroups: - SubGroup: 0 List: - - Item: Buy_Arbeit_2Lv + - Index: 0 + Item: Buy_Arbeit_2Lv + Duration: 1440 - Group: BUY_ARBEIT1_3LV SubGroups: - SubGroup: 0 List: - - Item: Buy_Arbeit_3Lv + - Index: 0 + Item: Buy_Arbeit_3Lv + Duration: 1440 - Group: VEND_ARBEIT3_1LV SubGroups: - SubGroup: 0 List: - - Item: Vend_Arbeit_1Lv + - Index: 0 + Item: Vend_Arbeit_1Lv + Duration: 4320 - Group: VEND_ARBEIT3_2LV SubGroups: - SubGroup: 0 List: - - Item: Vend_Arbeit_2Lv + - Index: 0 + Item: Vend_Arbeit_2Lv + Duration: 4320 - Group: VEND_ARBEIT3_3LV SubGroups: - SubGroup: 0 List: - - Item: Vend_Arbeit_3Lv + - Index: 0 + Item: Vend_Arbeit_3Lv + Duration: 4320 - Group: BUY_ARBEIT3_1LV SubGroups: - SubGroup: 0 List: - - Item: Buy_Arbeit_1Lv + - Index: 0 + Item: Buy_Arbeit_1Lv + Duration: 4320 - Group: BUY_ARBEIT3_2LV SubGroups: - SubGroup: 0 List: - - Item: Buy_Arbeit_2Lv + - Index: 0 + Item: Buy_Arbeit_2Lv + Duration: 4320 - Group: BUY_ARBEIT3_3LV SubGroups: - SubGroup: 0 List: - - Item: Buy_Arbeit_3Lv + - Index: 0 + Item: Buy_Arbeit_3Lv + Duration: 4320 - Group: CRYPTURA_GIFTBOX SubGroups: - SubGroup: 0 List: - - Item: White_Potion_B + - Index: 0 + Item: White_Potion_B Amount: 20 - - Item: Cryptura_Cookie + - Index: 1 + Item: Cryptura_Cookie Amount: 20 - - Item: Para_Team_Coin + - Index: 2 + Item: Para_Team_Coin Amount: 20 - Group: GENERAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 9091 - - Item: General_Helmet - Rate: 909 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: General_Helmet_ + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: General_Helmet_ Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Comp_Trans_Scroll + Announced: true + - Index: 7 + Item: S_Healing_Shield + Rate: 50 + Announced: true + - Index: 8 + Item: S_Healing_Shoes + Rate: 50 + Announced: true + - Index: 9 + Item: S_Restore_Earring + Rate: 50 + Announced: true + - Index: 10 + Item: S_Restore_Pendent + Rate: 50 + Announced: true + - Index: 11 + Item: S_MortalBlow_Weapon + Rate: 50 + Announced: true + - Index: 12 + Item: S_MortalBlow_Earring + Rate: 50 + Announced: true + - Index: 13 + Item: S_MortalBlow_Pendent + Rate: 50 + Announced: true + - Index: 14 + Item: Earth_Armor_S + Rate: 400 + Amount: 5 + - Index: 15 + Item: Wind_Armor_S + Rate: 400 + Amount: 5 + - Index: 16 + Item: Cold_Armor_S + Rate: 400 + Amount: 5 + - Index: 17 + Item: Fire_Armor_S + Rate: 400 + Amount: 5 + - Index: 18 + Item: S_Tension_Weapon + Rate: 150 + - Index: 19 + Item: S_Tension_Pendent + Rate: 150 + - Index: 20 + Item: S_Tension_Earring + Rate: 150 + - Index: 21 + Item: S_Elegant_Weapon + Rate: 150 + - Index: 22 + Item: S_Elegant_Pendent + Rate: 150 + - Index: 23 + Item: S_Elegant_Earring + Rate: 150 + - Index: 24 + Item: Comp_Trans_Scroll Rate: 1000 - - Item: Lapine_DdukddakBox + - Index: 25 + Item: C_Wing_Of_Fly_3Day_Box_ + Rate: 1000 + - Index: 26 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 27 + Item: Chemicals_Bag + Rate: 1000 + - Index: 28 + Item: Lapine_DdukddakBox Rate: 2000 - - Item: General_Scroll + - Index: 29 + Item: Crystal_Jewel__ Rate: 1000 - - Item: General_Scroll - Rate: 1000 - - Item: General_Scroll - Rate: 1000 - - Item: Fire_Armor_S - Rate: 400 - - Item: Cold_Armor_S - Rate: 400 - - Item: Wind_Armor_S - Rate: 400 - - Item: Earth_Armor_S - Rate: 400 - - Item: S_Tension_Weapon - Rate: 150 - - Item: S_Tension_Earring - Rate: 150 - - Item: S_Tension_Pendent - Rate: 150 - - Item: S_Elegant_Weapon - Rate: 150 - - Item: S_Elegant_Earring - Rate: 150 - - Item: S_Elegant_Pendent - Rate: 150 - - Item: S_Healing_Shield - Rate: 50 - - Item: S_Healing_Shoes - Rate: 50 - - Item: S_Restore_Earring - Rate: 50 - - Item: S_Restore_Pendent - Rate: 50 - - Item: S_MortalBlow_Weapon - Rate: 50 - - Item: S_MortalBlow_Earring - Rate: 50 - - Item: S_MortalBlow_Pendent - Rate: 50 + Amount: 10 - Group: GREEN_SCROLL_K2 SubGroups: - SubGroup: 1 List: - - Item: C_CatPaw_7Day_Box_ - Rate: 4118 - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 5882 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Green_Scroll_K2 - Rate: 700 - - Item: Classical_Fhat + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: S_Penetration_Shoes Rate: 100 - - Item: PetTradeTicket_Box + Announced: true + - Index: 7 + Item: S_Penetration_Shield + Rate: 100 + Announced: true + - Index: 8 + Item: S_ExeHoly_Armor + Rate: 50 + Announced: true + - Index: 9 + Item: S_ExoCorrupt_Armor + Rate: 50 + Announced: true + - Index: 10 + Item: S_DragonVib_Armor + Rate: 50 + Announced: true + - Index: 11 + Item: S_SciHunting_Armor + Rate: 50 + Announced: true + - Index: 12 + Item: S_FishInsect_Armor + Rate: 50 + Announced: true + - Index: 13 + Item: Classical_Fhat + Rate: 100 + Announced: true + - Index: 14 + Item: PetTradeTicket_Box Rate: 500 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Minus_Status_Box - Rate: 800 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 2000 - - Item: Green_Scroll_K2 - Rate: 1000 - - Item: Green_Scroll_K2 - Rate: 1000 - - Item: Green_Scroll_K2 + - Index: 15 + Item: Material_Shadow_Cube Rate: 400 - - Item: Green_Scroll_K2 + - Index: 16 + Item: C_CatPaw_7Day_Box + Rate: 700 + - Index: 17 + Item: Minus_Status_Box + Rate: 800 + - Index: 18 + Item: Class_Shadow_Cube Rate: 1000 - - Item: S_Penetration_Shoes - Rate: 100 - - Item: S_Penetration_Shield - Rate: 100 - - Item: S_ExeHoly_Armor - Rate: 50 - - Item: S_ExoCorrupt_Armor - Rate: 50 - - Item: S_DragonVib_Armor - Rate: 50 - - Item: S_SciHunting_Armor - Rate: 50 - - Item: S_FishInsect_Armor - Rate: 50 + - Index: 19 + Item: C_Wing_Of_Fly_3Day_Box_ + Rate: 1000 + - Index: 20 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 21 + Item: Chemicals_Bag + Rate: 1000 + - Index: 22 + Item: Lapine_DdukddakBox + Rate: 2000 + - Index: 23 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: NEW_SHADOW_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Hasty_Shoes - Rate: 204 - - Item: S2_Bearers_Pendent - Rate: 204 - - Item: S2_Gemstone_Earring - Rate: 204 - - Item: S2_Spell_Flow_Shield - Rate: 204 - - Item: S2_Spiritual_Weapon - Rate: 204 - - Item: S2_Malicious_Armor - Rate: 204 - - Item: S_Sigrun_Armor - Rate: 204 - - Item: S_Sigrun_Shield - Rate: 204 - - Item: S2_Force_Ex_Weapon - Rate: 204 - - Item: S2_Spirit_M_E_Weapon - Rate: 204 - - Item: S2_Caster_Armor - Rate: 204 - - Item: S2_Reload_Armor - Rate: 204 - - Item: S_Critical_Shield - Rate: 204 - - Item: S_Critical_Shoes - Rate: 204 - - Item: S_Blitz_Weapon - Rate: 204 - - Item: S_Blitz_Armor - Rate: 204 - - Item: S_Tempest_Shield - Rate: 204 - - Item: S_Tempest_Shoes - Rate: 204 - - Item: S_M_ExeHoly_Armor - Rate: 204 - - Item: S_M_ExoCorrupt_Armor - Rate: 204 - - Item: S_M_DragonVib_Armor - Rate: 204 - - Item: S_M_SciHunting_Armor - Rate: 204 - - Item: S_M_FishInsect_Armor - Rate: 204 - - Item: S_Tension_Weapon - Rate: 204 - - Item: S_Tension_Earring - Rate: 204 - - Item: S_Tension_Pendent - Rate: 204 - - Item: S_Elegant_Weapon - Rate: 204 - - Item: S_Elegant_Earring - Rate: 204 - - Item: S_Elegant_Pendent - Rate: 204 - - Item: S_Healing_Shield - Rate: 204 - - Item: S_Healing_Shoes - Rate: 204 - - Item: S_Restore_Earring - Rate: 204 - - Item: S_Restore_Pendent - Rate: 204 - - Item: S_MortalBlow_Weapon - Rate: 204 - - Item: S_MortalBlow_Earring - Rate: 204 - - Item: S_MortalBlow_Pendent - Rate: 204 - - Item: S_Penetration_Shoes - Rate: 204 - - Item: S_Penetration_Shield - Rate: 204 - - Item: S_ExeHoly_Armor - Rate: 204 - - Item: S_ExoCorrupt_Armor - Rate: 204 - - Item: S_DragonVib_Armor - Rate: 204 - - Item: S_SciHunting_Armor - Rate: 204 - - Item: S_FishInsect_Armor - Rate: 204 - - Item: Sentimental_Weapone_S - Rate: 204 - - Item: Sentimental_Earring_S - Rate: 204 - - Item: Sentimental_Pendant_S - Rate: 204 - - Item: Enchanting_Weapone_S - Rate: 204 - - Item: Enchanting_Earring_S - Rate: 204 - - Item: Enchanting_Pendant_S - Rate: 204 + - Index: 0 + Item: S2_Hasty_Shoes + Rate: 10 + - Index: 1 + Item: S2_Bearers_Pendent + Rate: 10 + - Index: 2 + Item: S2_Gemstone_Earring + Rate: 10 + - Index: 3 + Item: S2_Spell_Flow_Shield + Rate: 10 + - Index: 4 + Item: S2_Spiritual_Weapon + Rate: 10 + - Index: 5 + Item: S2_Malicious_Armor + Rate: 10 + - Index: 6 + Item: S_Sigrun_Armor + Rate: 10 + - Index: 7 + Item: S_Sigrun_Shield + Rate: 10 + - Index: 8 + Item: S2_Force_Ex_Weapon + Rate: 10 + - Index: 9 + Item: S2_Spirit_M_E_Weapon + Rate: 10 + - Index: 10 + Item: S2_Caster_Armor + Rate: 10 + - Index: 11 + Item: S2_Reload_Armor + Rate: 10 + - Index: 12 + Item: S_Critical_Shield + Rate: 10 + - Index: 13 + Item: S_Critical_Shoes + Rate: 10 + - Index: 14 + Item: S_Blitz_Weapon + Rate: 10 + - Index: 15 + Item: S_Blitz_Armor + Rate: 10 + - Index: 16 + Item: S_Tempest_Shield + Rate: 10 + - Index: 17 + Item: S_Tempest_Shoes + Rate: 10 + - Index: 18 + Item: S_M_ExeHoly_Armor + Rate: 10 + - Index: 19 + Item: S_M_ExoCorrupt_Armor + Rate: 10 + - Index: 20 + Item: S_M_DragonVib_Armor + Rate: 10 + - Index: 21 + Item: S_M_SciHunting_Armor + Rate: 10 + - Index: 22 + Item: S_M_FishInsect_Armor + Rate: 10 + - Index: 23 + Item: S_Tension_Weapon + Rate: 10 + - Index: 24 + Item: S_Tension_Earring + Rate: 10 + - Index: 25 + Item: S_Tension_Pendent + Rate: 10 + - Index: 26 + Item: S_Elegant_Weapon + Rate: 10 + - Index: 27 + Item: S_Elegant_Earring + Rate: 10 + - Index: 28 + Item: S_Elegant_Pendent + Rate: 10 + - Index: 29 + Item: S_Healing_Shield + Rate: 10 + - Index: 30 + Item: S_Healing_Shoes + Rate: 10 + - Index: 31 + Item: S_Restore_Earring + Rate: 10 + - Index: 32 + Item: S_Restore_Pendent + Rate: 10 + - Index: 33 + Item: S_MortalBlow_Weapon + Rate: 10 + - Index: 34 + Item: S_MortalBlow_Earring + Rate: 10 + - Index: 35 + Item: S_MortalBlow_Pendent + Rate: 10 + - Index: 36 + Item: S_Penetration_Shoes + Rate: 10 + - Index: 37 + Item: S_Penetration_Shield + Rate: 10 + - Index: 38 + Item: S_ExeHoly_Armor + Rate: 10 + - Index: 39 + Item: S_ExoCorrupt_Armor + Rate: 10 + - Index: 40 + Item: S_DragonVib_Armor + Rate: 10 + - Index: 41 + Item: S_SciHunting_Armor + Rate: 10 + - Index: 42 + Item: S_FishInsect_Armor + Rate: 10 + - Index: 43 + Item: Sentimental_Weapone_S + Rate: 10 + - Index: 44 + Item: Sentimental_Earring_S + Rate: 10 + - Index: 45 + Item: Sentimental_Pendant_S + Rate: 10 + - Index: 46 + Item: Enchanting_Weapone_S + Rate: 10 + - Index: 47 + Item: Enchanting_Earring_S + Rate: 10 + - Index: 48 + Item: Enchanting_Pendant_S + Rate: 10 - Group: SENTIMENTAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: General_Helmet - Rate: 10000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1005 - - Item: Spell_Circuit - Rate: 35 - - Item: General_Helmet_ - Rate: 35 - - Item: Classical_Fhat - Rate: 35 - - Item: Dog_Officer + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Dog_Officer Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon + Announced: true + - Index: 7 + Item: Spell_Circuit + Rate: 35 + Announced: true + - Index: 8 + Item: General_Helmet_ + Rate: 35 + Announced: true + - Index: 9 + Item: Classical_Fhat + Rate: 35 + Announced: true + - Index: 10 + Item: Shadow_Refine_Hammer Rate: 200 - - Item: Shadow_Cube_Armor + Announced: true + - Index: 11 + Item: New_Shadow_Cube + Rate: 100 + Announced: true + - Index: 12 + Item: Sentimental_Weapone_S + Rate: 300 + - Index: 13 + Item: Sentimental_Earring_S + Rate: 300 + - Index: 14 + Item: Sentimental_Pendant_S + Rate: 300 + - Index: 15 + Item: Enchanting_Weapone_S + Rate: 300 + - Index: 16 + Item: Enchanting_Earring_S + Rate: 300 + - Index: 17 + Item: Enchanting_Pendant_S + Rate: 300 + - Index: 18 + Item: Shadow_Cube_Weapon Rate: 200 - - Item: Shadow_Cube_Shield + - Index: 19 + Item: Shadow_Cube_Armor Rate: 200 - - Item: Shadow_Cube_Shoes + - Index: 20 + Item: Shadow_Cube_Shoes Rate: 200 - - Item: Shadow_Cube_Pendant + - Index: 21 + Item: Shadow_Cube_Shield Rate: 200 - - Item: Shadow_Cube_Earing + - Index: 22 + Item: Shadow_Cube_Pendant Rate: 200 - - Item: Lapine_DdukddakBox + - Index: 23 + Item: Shadow_Cube_Earing + Rate: 200 + - Index: 24 + Item: Fire_Armor_S + Rate: 360 + Amount: 5 + - Index: 25 + Item: Cold_Armor_S + Rate: 360 + Amount: 5 + - Index: 26 + Item: Wind_Armor_S + Rate: 360 + Amount: 5 + - Index: 27 + Item: Earth_Armor_S + Rate: 360 + Amount: 5 + - Index: 28 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 29 + Item: Chemicals_Bag + Rate: 1000 + - Index: 30 + Item: Lapine_DdukddakBox Rate: 2000 - - Item: Sentimental_Scroll - Rate: 1000 - - Item: Sentimental_Scroll - Rate: 1000 - - Item: Fire_Armor_S - Rate: 360 - - Item: Cold_Armor_S - Rate: 360 - - Item: Wind_Armor_S - Rate: 360 - - Item: Earth_Armor_S - Rate: 360 - - Item: Shadow_Refine_Hammer - Rate: 200 - - Item: Sentimental_Scroll - Rate: 100 - - Item: Sentimental_Weapone_S - Rate: 300 - - Item: Sentimental_Earring_S - Rate: 300 - - Item: Sentimental_Pendant_S - Rate: 300 - - Item: Enchanting_Weapone_S - Rate: 300 - - Item: Enchanting_Earring_S - Rate: 300 - - Item: Enchanting_Pendant_S - Rate: 300 + - Index: 31 + Item: Crystal_Jewel__ + Rate: 1005 + Amount: 10 - Group: JULY_HAIR_BOX SubGroups: - SubGroup: 0 List: - - Item: Enchant_Stone_Box12 + - Index: 0 + Item: Enchant_Stone_Box12 - SubGroup: 1 List: - - Item: C_Man_Medal - Rate: 2500 - - Item: C_Man_Medal_Gold - Rate: 2500 - - Item: C_Straight_Long_WHK - Rate: 2500 - - Item: C_Straight_Long_YLK - Rate: 2500 + - Index: 0 + Item: C_Man_Medal + Rate: 10 + - Index: 1 + Item: C_Man_Medal_Gold + Rate: 10 + - Index: 2 + Item: C_Straight_Long_WHK + Rate: 10 + - Index: 3 + Item: C_Straight_Long_YLK + Rate: 10 - Group: INFINITY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_Wing_Of_Fly_3Day_Box - Rate: 9756 - - Item: General_Helmet - Rate: 244 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 700 - - Item: Old_C_Album_Helm - Rate: 200 - - Item: Old_C_Album_Armor - Rate: 200 - - Item: Old_C_Album_Shield - Rate: 200 - - Item: Old_C_Album_Garment - Rate: 200 - - Item: Old_C_Album_Shoes - Rate: 200 - - Item: Old_C_Album_Acc - Rate: 200 - - Item: Old_C_Album_Weapon - Rate: 200 - - Item: Comp_Kafra_Card_Box - Rate: 400 - - Item: Spell_Circuit - Rate: 25 - - Item: General_Helmet_ - Rate: 25 - - Item: Classical_Fhat - Rate: 25 - - Item: Dog_Officer - Rate: 25 - - Item: Amistr_Beret - Rate: 200 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Minus_Status_Box - Rate: 900 - - Item: Lapine_DdukddakBox - Rate: 2000 - - Item: Infinity_Scroll - Rate: 1000 - - Item: Infinity_Scroll - Rate: 1000 - - Item: Infinity_Scroll - Rate: 20 - - Item: Infinity_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer + Announced: true + - Index: 7 + Item: Dog_Officer + Rate: 25 + Announced: true + - Index: 8 + Item: Spell_Circuit + Rate: 25 + Announced: true + - Index: 9 + Item: General_Helmet_ + Rate: 25 + Announced: true + - Index: 10 + Item: Classical_Fhat + Rate: 25 + Announced: true + - Index: 11 + Item: Amistr_Beret Rate: 200 - - Item: InfinityShadow_Mix + Announced: true + - Index: 12 + Item: Shadow_Refine_Hammer + Rate: 200 + Announced: true + - Index: 13 + Item: InfinityShadow_Mix Rate: 20 + Announced: true + - Index: 14 + Item: ExShadow_DdukddakBox + Rate: 20 + Announced: true + - Index: 15 + Item: Blacksmith_Blessing + Rate: 700 + - Index: 16 + Item: Minus_Status_Box + Rate: 900 + - Index: 17 + Item: Comp_Kafra_Card_Box + Rate: 400 + - Index: 18 + Item: Old_C_Album_Weapon + Rate: 200 + - Index: 19 + Item: Old_C_Album_Acc + Rate: 200 + - Index: 20 + Item: Old_C_Album_Shoes + Rate: 200 + - Index: 21 + Item: Old_C_Album_Garment + Rate: 200 + - Index: 22 + Item: Old_C_Album_Shield + Rate: 200 + - Index: 23 + Item: Old_C_Album_Armor + Rate: 200 + - Index: 24 + Item: Old_C_Album_Helm + Rate: 200 + - Index: 25 + Item: C_Wing_Of_Fly_3Day_Box_ + Rate: 1000 + - Index: 26 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 27 + Item: Chemicals_Bag + Rate: 1000 + - Index: 28 + Item: Lapine_DdukddakBox + Rate: 2000 + - Index: 29 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: BLOODY_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Bloody_Scroll - Rate: 9091 - - Item: Royal_Bow - Rate: 909 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Iron_Nail_K - Rate: 100 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Royal_Bow_K - Rate: 100 - - Item: Ancient_Hero_Boots - Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Comp_Trans_Scroll - Rate: 1000 - - Item: Minus_Status_Box - Rate: 600 - - Item: Lapine_DdukddakBox - Rate: 1150 - - Item: Bloody_Scroll - Rate: 1000 - - Item: Bloody_Scroll - Rate: 1000 - - Item: Bloody_Scroll - Rate: 1000 - - Item: BloodyKnight_Shield_Box + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: BloodyKnight_Shield_Box Rate: 200 - - Item: Shadow_Staff_K + Announced: true + - Index: 7 + Item: Ancient_Hero_Boots Rate: 100 + Announced: true + - Index: 8 + Item: Royal_Bow_K + Rate: 100 + Announced: true + - Index: 9 + Item: Shadow_Staff_K + Rate: 100 + Announced: true + - Index: 10 + Item: Iron_Nail_K + Rate: 100 + Announced: true + - Index: 11 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 12 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 13 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 14 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 15 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 16 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 17 + Item: Minus_Status_Box + Rate: 600 + - Index: 18 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 19 + Item: Comp_Trans_Scroll + Rate: 1000 + - Index: 20 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 21 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 22 + Item: Chemicals_Bag + Rate: 1000 + - Index: 23 + Item: Lapine_DdukddakBox + Rate: 1150 + - Index: 24 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: SNOW_FESTA_BOX SubGroups: - SubGroup: 1 List: - - Item: Lucky_Cookie_B + - Index: 0 + Item: Lucky_Cookie_B Rate: 990 Amount: 2 - - Item: Candy_Striper_B + - Index: 1 + Item: Candy_Striper_B Rate: 990 Amount: 2 - - Item: Candy_B + - Index: 2 + Item: Candy_B Rate: 990 Amount: 3 - - Item: Piece_Of_Cake_B + - Index: 3 + Item: Piece_Of_Cake_B Rate: 990 Amount: 2 - - Item: C_Rudolph_Santa_Hat + - Index: 4 + Item: C_Rudolph_Santa_Hat Rate: 99 - - Item: C_Santa_Hat_1 + - Index: 5 + Item: C_Santa_Hat_1 Rate: 99 - - Item: C_Polar_Bear_Cap + - Index: 6 + Item: C_Polar_Bear_Cap Rate: 99 - - Item: C_Cat_Santa_Hat + - Index: 7 + Item: C_Cat_Santa_Hat Rate: 99 - - Item: C_Santa_Hat_2 + - Index: 8 + Item: C_Santa_Hat_2 Rate: 99 - - Item: Ice_Candy + - Index: 9 + Item: Ice_Candy Rate: 2970 Amount: 3 - - Item: Snow_Cookie + - Index: 10 + Item: Snow_Cookie Rate: 594 - - Item: Winter_Cookie + - Index: 11 + Item: Winter_Cookie Rate: 594 - - Item: Festi_Cookie + - Index: 12 + Item: Festi_Cookie Rate: 594 - - Item: Flora_Cookie + - Index: 13 + Item: Flora_Cookie Rate: 594 - - Item: C_Let_It_Snow + - Index: 14 + Item: C_Let_It_Snow Rate: 198 - Group: SNOW_FESTA_CARDPACK SubGroups: - SubGroup: 1 List: - - Item: Blue_Card_B - Rate: 588 - - Item: Blue_Card_C - Rate: 588 - - Item: Blue_Card_M - Rate: 588 - - Item: Blue_Card_T - Rate: 588 - - Item: Blue_Card_V - Rate: 588 - - Item: BlueCard_A - Rate: 588 - - Item: BlueCard_E - Rate: 588 - - Item: BlueCard_F - Rate: 588 - - Item: BlueCard_H - Rate: 588 - - Item: BlueCard_L - Rate: 588 - - Item: BlueCard_N - Rate: 588 - - Item: BlueCard_O - Rate: 588 - - Item: BlueCard_W - Rate: 588 - - Item: BlueCard_I - Rate: 588 - - Item: BlueCard_D - Rate: 588 - - Item: BlueCard_S - Rate: 588 - - Item: BlueCard_R - Rate: 588 + - Index: 0 + Item: BlueCard_A + Rate: 10 + - Index: 1 + Item: Blue_Card_B + Rate: 10 + - Index: 2 + Item: Blue_Card_C + Rate: 10 + - Index: 3 + Item: BlueCard_D + Rate: 10 + - Index: 4 + Item: BlueCard_E + Rate: 10 + - Index: 5 + Item: BlueCard_F + Rate: 10 + - Index: 6 + Item: BlueCard_H + Rate: 10 + - Index: 7 + Item: BlueCard_I + Rate: 10 + - Index: 8 + Item: BlueCard_L + Rate: 10 + - Index: 9 + Item: Blue_Card_M + Rate: 10 + - Index: 10 + Item: BlueCard_N + Rate: 10 + - Index: 11 + Item: BlueCard_O + Rate: 10 + - Index: 12 + Item: BlueCard_R + Rate: 10 + - Index: 13 + Item: BlueCard_S + Rate: 10 + - Index: 14 + Item: Blue_Card_T + Rate: 10 + - Index: 15 + Item: Blue_Card_V + Rate: 10 + - Index: 16 + Item: BlueCard_W + Rate: 10 - Group: 2017_SPECIAL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_CatPaw_7Day_Box_ - Rate: 3077 - - Item: 2017_Special_Scroll - Rate: 3846 - - Item: 2017_Special_Scroll - Rate: 3077 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: 2017_Special_Scroll - Rate: 800 - - Item: Comp_Kafra_Card_Box - Rate: 800 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Lapine_DdukddakBox - Rate: 1220 - - Item: 2017_Special_Scroll - Rate: 800 - - Item: Advanced_Taiming_Item - Rate: 200 - - Item: 2017_Special_Scroll - Rate: 1000 - - Item: 2017_Special_Scroll - Rate: 1000 - - Item: 2017_Special_Scroll - Rate: 20 - - Item: 2017_Special_Scroll - Rate: 300 - - Item: 2017_Special_Scroll - Rate: 1000 - - Item: Fire_Armor_S - Rate: 300 - - Item: Cold_Armor_S - Rate: 300 - - Item: Wind_Armor_S - Rate: 300 - - Item: Earth_Armor_S - Rate: 300 - - Item: Shadow_Refine_Hammer - Rate: 50 - - Item: 2017_Special_Scroll - Rate: 100 - - Item: 2017_Special_Scroll + Announced: true + - Index: 7 + Item: 2017_Special_Box Rate: 450 + Announced: true + - Index: 8 + Item: ExShadow_DdukddakBox + Rate: 20 + Announced: true + - Index: 9 + Item: Shadow_Refine_Hammer + Rate: 50 + Announced: true + - Index: 10 + Item: New_Shadow_Cube + Rate: 100 + Announced: true + - Index: 11 + Item: Earth_Armor_S + Rate: 300 + - Index: 12 + Item: Wind_Armor_S + Rate: 300 + - Index: 13 + Item: Cold_Armor_S + Rate: 300 + - Index: 14 + Item: Fire_Armor_S + Rate: 300 + - Index: 15 + Item: C_CatPaw_7Day_Box + Rate: 800 + - Index: 16 + Item: Advanced_Taiming_Item + Rate: 200 + - Index: 17 + Item: Comp_Kafra_Card_Box + Rate: 800 + - Index: 18 + Item: Material_Shadow_Cube + Rate: 300 + - Index: 19 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 20 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 21 + Item: Biscuit_Stick_2Set_ + Rate: 800 + - Index: 22 + Item: Chemicals_Bag + Rate: 1000 + - Index: 23 + Item: Lapine_DdukddakBox + Rate: 1220 + - Index: 24 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: 2017_SPECIAL_BOX SubGroups: - SubGroup: 1 List: - - Item: Iron_Nail_K - Rate: 526 - - Item: Royal_Bow_K - Rate: 526 - - Item: Toy_Syringe_K - Rate: 526 - - Item: Blue_Rear_Ribbon - Rate: 526 - - Item: Necklace_Rosary_K - Rate: 526 - - Item: Spell_Circuit - Rate: 526 - - Item: General_Helmet_ - Rate: 526 - - Item: Classical_Fhat - Rate: 526 - - Item: Dog_Officer - Rate: 526 - - Item: Amistr_Beret - Rate: 526 - - Item: Ancient_Hero_Boots - Rate: 526 - - Item: Candy_Box_Melee - Rate: 526 - - Item: Candy_Box_Range - Rate: 526 - - Item: Candy_Box_Magic - Rate: 526 - - Item: 2017_Special_Box - Rate: 526 - - Item: 2017_Special_Box - Rate: 526 - - Item: 2017_Special_Box - Rate: 526 - - Item: BloodyKnight_Shield_Box - Rate: 526 - - Item: Shadow_Staff_K - Rate: 526 + - Index: 0 + Item: BloodyKnight_Shield_Box + Rate: 10 + Announced: true + - Index: 1 + Item: Ancient_Hero_Boots + Rate: 10 + Announced: true + - Index: 2 + Item: Royal_Bow_K + Rate: 10 + Announced: true + - Index: 3 + Item: Shadow_Staff_K + Rate: 10 + Announced: true + - Index: 4 + Item: Iron_Nail_K + Rate: 10 + Announced: true + - Index: 5 + Item: Amistr_Beret + Rate: 10 + Announced: true + - Index: 6 + Item: Dog_Officer + Rate: 10 + Announced: true + - Index: 7 + Item: Classical_Fhat + Rate: 10 + Announced: true + - Index: 8 + Item: General_Helmet_ + Rate: 10 + Announced: true + - Index: 9 + Item: New_Hat_Box3 + Rate: 10 + Announced: true + - Index: 10 + Item: Spell_Circuit + Rate: 10 + Announced: true + - Index: 11 + Item: Toy_Syringe_K + Rate: 10 + Announced: true + - Index: 12 + Item: Magical_Booster_Box + Rate: 10 + Announced: true + - Index: 13 + Item: Cat_Head_Dress_Basket + Rate: 10 + Announced: true + - Index: 14 + Item: Blue_Rear_Ribbon + Rate: 10 + Announced: true + - Index: 15 + Item: Necklace_Rosary_K + Rate: 10 + Announced: true + - Index: 16 + Item: Candy_Box_Melee + Rate: 10 + Announced: true + - Index: 17 + Item: Candy_Box_Range + Rate: 10 + Announced: true + - Index: 18 + Item: Candy_Box_Magic + Rate: 10 + Announced: true - Group: ICE_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_CatPaw_7Day_Box_ - Rate: 3529 - - Item: Honglyun's_Sword - Rate: 588 - - Item: Ice_Scroll - Rate: 5882 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Iron_Staff + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Iron_Staff Rate: 100 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Sword_Of_Bluefire + Announced: true + - Index: 7 + Item: Sword_Of_Bluefire Rate: 100 - - Item: Ice_Scroll - Rate: 600 - - Item: Oriental_Sword + Announced: true + - Index: 8 + Item: Oriental_Sword Rate: 100 - - Item: Ancient_Hero_Boots + Announced: true + - Index: 9 + Item: Ancient_Hero_Boots Rate: 250 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Comp_Trans_Scroll - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1000 - - Item: Ice_Scroll - Rate: 1000 - - Item: Ice_Scroll - Rate: 1000 - - Item: Ice_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer + Announced: true + - Index: 10 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 11 + Item: Shadow_Refine_Hammer Rate: 200 + - Index: 12 + Item: C_CatPaw_7Day_Box + Rate: 600 + - Index: 13 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 14 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 15 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 16 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 17 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 18 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 19 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 20 + Item: Comp_Trans_Scroll + Rate: 1000 + - Index: 21 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 22 + Item: Chemicals_Bag + Rate: 1000 + - Index: 23 + Item: Lapine_DdukddakBox + Rate: 1000 + - Index: 24 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: 2018_NEW_YEAR_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Overwhelm_Str_Armor - Rate: 200 - - Item: Overwhelm_Int_Armor - Rate: 200 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Minus_Status_Box - Rate: 700 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: 2018_New_Year_Scroll - Rate: 1000 - - Item: 2018_New_Year_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer + Announced: true + - Index: 7 + Item: 2018_Year_Shadow_Cube Rate: 200 - - Item: 2018_New_Year_Scroll + Announced: true + - Index: 8 + Item: Overwhelm_Str_Armor Rate: 200 - - Item: 2018_New_Year_Scroll + Announced: true + - Index: 9 + Item: Overwhelm_Int_Armor + Rate: 200 + Announced: true + - Index: 10 + Item: PhysicalMagical_Mix + Rate: 50 + - Index: 11 + Item: ImmunedAthena_Mix + Rate: 50 + - Index: 12 + Item: HardChamption_Mix + Rate: 50 + - Index: 13 + Item: KingbirdAncient_Mix + Rate: 50 + - Index: 14 + Item: CriticalHit_Mix + Rate: 50 + - Index: 15 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 16 + Item: Shadow_Refine_Hammer + Rate: 200 + - Index: 17 + Item: 2018_Material_Cube Rate: 390 - - Item: 2018_New_Year_Scroll + - Index: 18 + Item: Minus_Status_Box + Rate: 700 + - Index: 19 + Item: 2018_Lapine_DdukddakBox Rate: 3000 - - Item: PhysicalMagical_Mix - Rate: 50 - - Item: ImmunedAthena_Mix - Rate: 50 - - Item: HardChamption_Mix - Rate: 50 - - Item: KingbirdAncient_Mix - Rate: 50 - - Item: CriticalHit_Mix - Rate: 50 + - Index: 20 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 21 + Item: Chemicals_Bag + Rate: 1000 + - Index: 22 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 23 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: 2018_YEAR_SHADOW_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Safeguard_Shield - Rate: 93 - - Item: S_Liberation_Shoes - Rate: 93 - - Item: S_Gemstone_Armor - Rate: 47 - - Item: S_Gemstone_Shoes - Rate: 47 - - Item: S_Gemstone_Shield - Rate: 47 - - Item: S_Gemstone_Weapon - Rate: 47 - - Item: S_Gemstone_Earring - Rate: 47 - - Item: S_Gemstone_Pendent - Rate: 47 - - Item: S_Spell_Flow_Shoes - Rate: 140 - - Item: S_Spell_Flow_Armor - Rate: 140 - - Item: S_Spell_Flow_Shield - Rate: 140 - - Item: S_Greed_Armor - Rate: 93 - - Item: S_Greed_Shoes - Rate: 93 - - Item: S_Greed_Shield - Rate: 93 - - Item: S_Greed_Weapon - Rate: 93 - - Item: S_Greed_Earring - Rate: 93 - - Item: S_Greed_Pendant - Rate: 93 - - Item: S_Infinity_Earring - Rate: 93 - - Item: S_Infinity_Pendant - Rate: 93 - - Item: S_Executioner_Weapon - Rate: 93 - - Item: S_Exorcist_Weapon - Rate: 93 - - Item: S_Penetration_Earring - Rate: 93 - - Item: S_Penetration_Pendent - Rate: 93 - - Item: S_Tempest_Earring - Rate: 93 - - Item: S_Tempest_Pendent - Rate: 93 - - Item: S_M_Executioner_Weapon - Rate: 140 - - Item: S_M_Exorcist_Weapon - Rate: 140 - - Item: S_Bearers_Armor - Rate: 47 - - Item: S_Bearers_Shoes - Rate: 47 - - Item: S_Bearers_Shield - Rate: 47 - - Item: S_Bearers_Weapon - Rate: 47 - - Item: S_Bearers_Earring - Rate: 47 - - Item: S_Bearers_Pendent - Rate: 47 - - Item: S_Hasty_Shoes - Rate: 93 - - Item: S_Hasty_Armor - Rate: 93 - - Item: S_Expert_Shoes - Rate: 93 - - Item: S_Expert_Shield - Rate: 93 - - Item: S_Beginner_Shoes - Rate: 140 - - Item: S_Beginner_Shield - Rate: 140 - - Item: S_Rookie_Shoes - Rate: 140 - - Item: S_Rookie_Shield - Rate: 140 - - Item: S_Advanced_Shoes - Rate: 140 - - Item: S_Advanced_Shield - Rate: 140 - - Item: S_Attack_Armor - Rate: 140 - - Item: S_Blitz_Earring - Rate: 93 - - Item: S_Blitz_Pendent - Rate: 93 - - Item: S_Enhance_Force_Weapon - Rate: 93 - - Item: S_Force_Weapon - Rate: 140 - - Item: S_Force_Earring - Rate: 140 - - Item: S_Force_Pendant - Rate: 140 - - Item: S_Enhance_Spirit_Weapon - Rate: 93 - - Item: S_Spirit_Weapon - Rate: 140 - - Item: S_Spirit_Earring - Rate: 140 - - Item: S_Spirit_Pendant - Rate: 140 - - Item: S_Blitz_Shoes - Rate: 47 - - Item: S_Blitz_Shield - Rate: 47 - - Item: S2_Hasty_Shoes - Rate: 93 - - Item: S2_Bearers_Pendent - Rate: 93 - - Item: S2_Gemstone_Earring - Rate: 93 - - Item: S2_Spell_Flow_Shield - Rate: 93 - - Item: S2_Spiritual_Weapon - Rate: 93 - - Item: S2_Malicious_Armor - Rate: 93 - - Item: S_Sigrun_Armor - Rate: 93 - - Item: S_Sigrun_Shield - Rate: 93 - - Item: S2_Force_Ex_Weapon - Rate: 93 - - Item: S2_Spirit_M_E_Weapon - Rate: 93 - - Item: S2_Caster_Armor - Rate: 93 - - Item: S2_Reload_Armor - Rate: 93 - - Item: S_Critical_Shield - Rate: 93 - - Item: S_Critical_Shoes - Rate: 93 - - Item: S_Blitz_Weapon - Rate: 93 - - Item: S_Blitz_Armor - Rate: 93 - - Item: S_Tempest_Shield - Rate: 93 - - Item: S_Tempest_Shoes - Rate: 93 - - Item: S_M_ExeHoly_Armor - Rate: 93 - - Item: S_M_ExoCorrupt_Armor - Rate: 93 - - Item: S_M_DragonVib_Armor - Rate: 93 - - Item: S_M_SciHunting_Armor - Rate: 93 - - Item: S_M_FishInsect_Armor - Rate: 93 - - Item: S_Tension_Weapon - Rate: 93 - - Item: S_Tension_Earring - Rate: 93 - - Item: S_Tension_Pendent - Rate: 93 - - Item: S_Elegant_Weapon - Rate: 93 - - Item: S_Elegant_Earring - Rate: 93 - - Item: S_Elegant_Pendent - Rate: 93 - - Item: S_Healing_Shield - Rate: 93 - - Item: S_Healing_Shoes - Rate: 93 - - Item: S_Restore_Earring - Rate: 93 - - Item: S_Restore_Pendent - Rate: 93 - - Item: S_MortalBlow_Weapon - Rate: 93 - - Item: S_MortalBlow_Earring - Rate: 93 - - Item: S_MortalBlow_Pendent - Rate: 93 - - Item: S_Penetration_Shoes - Rate: 93 - - Item: S_Penetration_Shield - Rate: 93 - - Item: S_ExeHoly_Armor - Rate: 93 - - Item: S_ExoCorrupt_Armor - Rate: 93 - - Item: S_DragonVib_Armor - Rate: 93 - - Item: S_SciHunting_Armor - Rate: 93 - - Item: S_FishInsect_Armor - Rate: 93 - - Item: Sentimental_Weapone_S - Rate: 93 - - Item: Sentimental_Earring_S - Rate: 93 - - Item: Sentimental_Pendant_S - Rate: 93 - - Item: Enchanting_Weapone_S - Rate: 93 - - Item: Enchanting_Earring_S - Rate: 93 - - Item: Enchanting_Pendant_S - Rate: 93 + - Index: 0 + Item: S2_Hasty_Shoes + Rate: 10 + - Index: 1 + Item: S2_Bearers_Pendent + Rate: 10 + - Index: 2 + Item: S2_Gemstone_Earring + Rate: 10 + - Index: 3 + Item: S2_Spell_Flow_Shield + Rate: 10 + - Index: 4 + Item: S2_Spiritual_Weapon + Rate: 10 + - Index: 5 + Item: S2_Malicious_Armor + Rate: 10 + - Index: 6 + Item: S_Sigrun_Armor + Rate: 10 + - Index: 7 + Item: S_Sigrun_Shield + Rate: 10 + - Index: 8 + Item: S2_Force_Ex_Weapon + Rate: 10 + - Index: 9 + Item: S2_Spirit_M_E_Weapon + Rate: 10 + - Index: 10 + Item: S2_Caster_Armor + Rate: 10 + - Index: 11 + Item: S2_Reload_Armor + Rate: 10 + - Index: 12 + Item: S_Critical_Shield + Rate: 10 + - Index: 13 + Item: S_Critical_Shoes + Rate: 10 + - Index: 14 + Item: S_Blitz_Weapon + Rate: 10 + - Index: 15 + Item: S_Blitz_Armor + Rate: 10 + - Index: 16 + Item: S_Tempest_Shield + Rate: 10 + - Index: 17 + Item: S_Tempest_Shoes + Rate: 10 + - Index: 18 + Item: S_M_ExeHoly_Armor + Rate: 10 + - Index: 19 + Item: S_M_ExoCorrupt_Armor + Rate: 10 + - Index: 20 + Item: S_M_DragonVib_Armor + Rate: 10 + - Index: 21 + Item: S_M_SciHunting_Armor + Rate: 10 + - Index: 22 + Item: S_M_FishInsect_Armor + Rate: 10 + - Index: 23 + Item: S_Tension_Weapon + Rate: 10 + - Index: 24 + Item: S_Tension_Earring + Rate: 10 + - Index: 25 + Item: S_Tension_Pendent + Rate: 10 + - Index: 26 + Item: S_Elegant_Weapon + Rate: 10 + - Index: 27 + Item: S_Elegant_Earring + Rate: 10 + - Index: 28 + Item: S_Elegant_Pendent + Rate: 10 + - Index: 29 + Item: S_Healing_Shield + Rate: 10 + - Index: 30 + Item: S_Healing_Shoes + Rate: 10 + - Index: 31 + Item: S_Restore_Earring + Rate: 10 + - Index: 32 + Item: S_Restore_Pendent + Rate: 10 + - Index: 33 + Item: S_MortalBlow_Weapon + Rate: 10 + - Index: 34 + Item: S_MortalBlow_Earring + Rate: 10 + - Index: 35 + Item: S_MortalBlow_Pendent + Rate: 10 + - Index: 36 + Item: S_Penetration_Shoes + Rate: 10 + - Index: 37 + Item: S_Penetration_Shield + Rate: 10 + - Index: 38 + Item: S_ExeHoly_Armor + Rate: 10 + - Index: 39 + Item: S_ExoCorrupt_Armor + Rate: 10 + - Index: 40 + Item: S_DragonVib_Armor + Rate: 10 + - Index: 41 + Item: S_SciHunting_Armor + Rate: 10 + - Index: 42 + Item: S_FishInsect_Armor + Rate: 10 + - Index: 43 + Item: Sentimental_Weapone_S + Rate: 10 + - Index: 44 + Item: Sentimental_Earring_S + Rate: 10 + - Index: 45 + Item: Sentimental_Pendant_S + Rate: 10 + - Index: 46 + Item: Enchanting_Weapone_S + Rate: 10 + - Index: 47 + Item: Enchanting_Earring_S + Rate: 10 + - Index: 48 + Item: Enchanting_Pendant_S + Rate: 10 + - Index: 49 + Item: S_Gemstone_Weapon + Rate: 5 + Announced: true + - Index: 50 + Item: S_Gemstone_Earring + Rate: 5 + Announced: true + - Index: 51 + Item: S_Gemstone_Pendent + Rate: 5 + Announced: true + - Index: 52 + Item: S_Gemstone_Armor + Rate: 5 + Announced: true + - Index: 53 + Item: S_Gemstone_Shoes + Rate: 5 + Announced: true + - Index: 54 + Item: S_Gemstone_Shield + Rate: 5 + Announced: true + - Index: 55 + Item: S_Bearers_Weapon + Rate: 5 + Announced: true + - Index: 56 + Item: S_Bearers_Earring + Rate: 5 + Announced: true + - Index: 57 + Item: S_Bearers_Pendent + Rate: 5 + Announced: true + - Index: 58 + Item: S_Bearers_Armor + Rate: 5 + Announced: true + - Index: 59 + Item: S_Bearers_Shoes + Rate: 5 + Announced: true + - Index: 60 + Item: S_Bearers_Shield + Rate: 5 + Announced: true + - Index: 61 + Item: S_Blitz_Shoes + Rate: 5 + Announced: true + - Index: 62 + Item: S_Blitz_Shield + Rate: 5 + Announced: true + - Index: 63 + Item: S_Greed_Weapon + Rate: 10 + Announced: true + - Index: 64 + Item: S_Greed_Earring + Rate: 10 + Announced: true + - Index: 65 + Item: S_Greed_Pendant + Rate: 10 + Announced: true + - Index: 66 + Item: S_Greed_Armor + Rate: 10 + Announced: true + - Index: 67 + Item: S_Greed_Shoes + Rate: 10 + Announced: true + - Index: 68 + Item: S_Greed_Shield + Rate: 10 + Announced: true + - Index: 69 + Item: S_Liberation_Shoes + Rate: 10 + Announced: true + - Index: 70 + Item: S_Safeguard_Shield + Rate: 10 + Announced: true + - Index: 71 + Item: S_Infinity_Earring + Rate: 10 + Announced: true + - Index: 72 + Item: S_Infinity_Pendant + Rate: 10 + Announced: true + - Index: 73 + Item: S_Penetration_Earring + Rate: 10 + Announced: true + - Index: 74 + Item: S_Penetration_Pendent + Rate: 10 + Announced: true + - Index: 75 + Item: S_Executioner_Weapon + Rate: 10 + Announced: true + - Index: 76 + Item: S_Exorcist_Weapon + Rate: 10 + Announced: true + - Index: 77 + Item: S_Tempest_Earring + Rate: 10 + Announced: true + - Index: 78 + Item: S_Tempest_Pendent + Rate: 10 + Announced: true + - Index: 79 + Item: S_Hasty_Shoes + Rate: 10 + Announced: true + - Index: 80 + Item: S_Hasty_Armor + Rate: 10 + Announced: true + - Index: 81 + Item: S_Expert_Shoes + Rate: 10 + Announced: true + - Index: 82 + Item: S_Expert_Shield + Rate: 10 + Announced: true + - Index: 83 + Item: S_Blitz_Earring + Rate: 10 + Announced: true + - Index: 84 + Item: S_Blitz_Pendent + Rate: 10 + Announced: true + - Index: 85 + Item: S_Enhance_Force_Weapon + Rate: 10 + Announced: true + - Index: 86 + Item: S_Enhance_Spirit_Weapon + Rate: 10 + Announced: true + - Index: 87 + Item: S_Spell_Flow_Armor + Rate: 15 + - Index: 88 + Item: S_Spell_Flow_Shoes + Rate: 15 + - Index: 89 + Item: S_Spell_Flow_Shield + Rate: 15 + - Index: 90 + Item: S_M_Executioner_Weapon + Rate: 15 + - Index: 91 + Item: S_M_Exorcist_Weapon + Rate: 15 + - Index: 92 + Item: S_Attack_Armor + Rate: 15 + - Index: 93 + Item: S_Beginner_Shield + Rate: 15 + - Index: 94 + Item: S_Beginner_Shoes + Rate: 15 + - Index: 95 + Item: S_Rookie_Shield + Rate: 15 + - Index: 96 + Item: S_Rookie_Shoes + Rate: 15 + - Index: 97 + Item: S_Advanced_Shield + Rate: 15 + - Index: 98 + Item: S_Advanced_Shoes + Rate: 15 + - Index: 99 + Item: S_Force_Weapon + Rate: 15 + - Index: 100 + Item: S_Force_Earring + Rate: 15 + - Index: 101 + Item: S_Force_Pendant + Rate: 15 + - Index: 102 + Item: S_Spirit_Weapon + Rate: 15 + - Index: 103 + Item: S_Spirit_Earring + Rate: 15 + - Index: 104 + Item: S_Spirit_Pendant + Rate: 15 - Group: 2018_MATERIAL_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Physical_Earring - Rate: 143 - - Item: S_Physical_Weapon - Rate: 143 - - Item: S_Physical_Pendant - Rate: 143 - - Item: S_Magical_Earring - Rate: 143 - - Item: S_Magical_Weapon - Rate: 143 - - Item: S_Magical_Pendant - Rate: 143 - - Item: S_Champion_Shoes - Rate: 143 - - Item: S_Athena_Shield - Rate: 143 - - Item: S_Immune_Armor - Rate: 143 - - Item: S_Hard_Armor - Rate: 143 - - Item: S_Ancient_Armor - Rate: 143 - - Item: S_Critical_Armor - Rate: 143 - - Item: S_Kingbird_Weapon - Rate: 143 - - Item: S_Cri_Hit_Weapon - Rate: 143 - - Item: S_Lucky_Weapon - Rate: 143 - - Item: S_Power_Earring - Rate: 143 - - Item: S_Int_Pendant - Rate: 143 - - Item: S_Dexterous_Armor - Rate: 143 - - Item: S_Vital_Shoes - Rate: 143 - - Item: S_Athletic_Shield - Rate: 143 - - Item: S_Lucky_Armor - Rate: 143 - - Item: S_Power_Pendant - Rate: 143 - - Item: S_Int_Earring - Rate: 143 - - Item: S_Dexterous_Weapon - Rate: 143 - - Item: S_Vital_Shield - Rate: 143 - - Item: S_Athletic_Shoes - Rate: 143 - - Item: S_Hard_Earring - Rate: 143 - - Item: S_Athena_Earring - Rate: 143 - - Item: S_Cranial_Shield - Rate: 143 - - Item: S_Brutal_Shield - Rate: 143 - - Item: S_Gargantua_Shield - Rate: 143 - - Item: S_Homers_Shield - Rate: 143 - - Item: S_Dragoon_Shield - Rate: 143 - - Item: S_Satanic_Shield - Rate: 143 - - Item: S_Flameguard_Shield - Rate: 143 - - Item: S_Requiem_Shield - Rate: 143 - - Item: S_Cadi_Shield - Rate: 143 - - Item: S_Bloody_Shoes - Rate: 143 - - Item: S_Chemical_Shoes - Rate: 143 - - Item: S_Clamorous_Shoes - Rate: 143 - - Item: S_Insecticide_Shoes - Rate: 143 - - Item: S_Fisher_Shoes - Rate: 143 - - Item: S_Seraphim_Shoes - Rate: 143 - - Item: S_Beholder_Shoes - Rate: 143 - - Item: S_Divine_Shoes - Rate: 143 - - Item: S_Dragoon_Shoes - Rate: 143 - - Item: S_Plasterer's_Armor - Rate: 143 - - Item: S_Plasterer's_Shoes - Rate: 143 - - Item: S_Insomniac_Armor - Rate: 143 - - Item: S_Insomniac_Shoes - Rate: 143 - - Item: S_Peerless_Armor - Rate: 143 - - Item: S_Peerless_Shoes - Rate: 143 - - Item: S_Adurate_Armor - Rate: 143 - - Item: S_Adurate_Shoes - Rate: 143 - - Item: Unfreez_Weapon_S - Rate: 143 - - Item: Unfreeze_Earing_S - Rate: 143 - - Item: Unfreeze_Pendent_S - Rate: 143 - - Item: Vitality_Earing_S - Rate: 143 - - Item: Vitality_Pendant_S - Rate: 143 - - Item: S_Neutral_Weapon - Rate: 143 - - Item: S_Neutral_Earring - Rate: 143 - - Item: S_Neutral_Pendent - Rate: 143 - - Item: S_Curse_Lift_Earring - Rate: 143 - - Item: S_Curse_Lift_Pendent - Rate: 143 - - Item: S_ColdBolt_Armor - Rate: 143 - - Item: S_FireBolt_Armor - Rate: 143 - - Item: S_LightingBolt_Armor - Rate: 143 - - Item: S_EarthSpike_Armor - Rate: 143 - - Item: S_Critical_Shield - Rate: 143 - - Item: S_Critical_Shoes - Rate: 143 - - Group: 2018_LAPINE_DDUKDDAKBOX - SubGroups: - - SubGroup: 1 - List: - - Item: Shadow_Mix_Recipe - Rate: 3333 - - Item: EnchantStone_Recipe - Rate: 2567 - - Item: EventItem_Recipe - Rate: 1400 - - Item: PetEgg_Recipe - Rate: 400 - - Item: Nyang_Costume_Recipe - Rate: 1700 - - Item: JobShadow_Mix_Weapon - Rate: 50 - - Item: JobShadow_Mix_Armor - Rate: 50 - - Item: JobShadow_Mix_Shoes - Rate: 50 - - Item: JobShadow_Mix_Shield - Rate: 50 - - Item: JobShadow_Mix_Pendant - Rate: 50 - - Item: JobShadow_Mix_Earing - Rate: 50 - - Item: StatusShadow_Mix - Rate: 50 - - Item: GemstoneShadow_Mix - Rate: 50 - - Item: BearersShadow_Mix - Rate: 50 - - Item: ComposeShadow_Mix - Rate: 50 - - Item: RaceShadow_Mix - Rate: 50 - - Item: StabilityShadow_Mix - Rate: 50 + - Index: 0 + Item: S_Plasterer's_Armor + Rate: 1 + - Index: 1 + Item: S_Plasterer's_Shoes + Rate: 1 + - Index: 2 + Item: S_Insomniac_Armor + Rate: 1 + - Index: 3 + Item: S_Insomniac_Shoes + Rate: 1 + - Index: 4 + Item: S_Peerless_Armor + Rate: 1 + - Index: 5 + Item: S_Peerless_Shoes + Rate: 1 + - Index: 6 + Item: S_Adurate_Armor + Rate: 1 + - Index: 7 + Item: S_Adurate_Shoes + Rate: 1 + - Index: 8 + Item: Unfreez_Weapon_S + Rate: 1 + - Index: 9 + Item: Unfreeze_Earing_S + Rate: 1 + - Index: 10 + Item: Unfreeze_Pendent_S + Rate: 1 + - Index: 11 + Item: Vitality_Earing_S + Rate: 1 + - Index: 12 + Item: Vitality_Pendant_S + Rate: 1 + - Index: 13 + Item: S_Neutral_Weapon + Rate: 1 + - Index: 14 + Item: S_Neutral_Earring + Rate: 1 + - Index: 15 + Item: S_Neutral_Pendent + Rate: 1 + - Index: 16 + Item: S_Curse_Lift_Earring + Rate: 1 + - Index: 17 + Item: S_Curse_Lift_Pendent + Rate: 1 + - Index: 18 + Item: S_Homers_Shield + Rate: 1 + - Index: 19 + Item: S_Cadi_Shield + Rate: 1 + - Index: 20 + Item: S_Requiem_Shield + Rate: 1 + - Index: 21 + Item: S_Flameguard_Shield + Rate: 1 + - Index: 22 + Item: S_Satanic_Shield + Rate: 1 + - Index: 23 + Item: S_Dragoon_Shield + Rate: 1 + - Index: 24 + Item: S_Gargantua_Shield + Rate: 1 + - Index: 25 + Item: S_Brutal_Shield + Rate: 1 + - Index: 26 + Item: S_Cranial_Shield + Rate: 1 + - Index: 27 + Item: S_Divine_Shoes + Rate: 1 + - Index: 28 + Item: S_Beholder_Shoes + Rate: 1 + - Index: 29 + Item: S_Seraphim_Shoes + Rate: 1 + - Index: 30 + Item: S_Fisher_Shoes + Rate: 1 + - Index: 31 + Item: S_Insecticide_Shoes + Rate: 1 + - Index: 32 + Item: S_Clamorous_Shoes + Rate: 1 + - Index: 33 + Item: S_Chemical_Shoes + Rate: 1 + - Index: 34 + Item: S_Bloody_Shoes + Rate: 1 + - Index: 35 + Item: S_Dragoon_Shoes + Rate: 1 + - Index: 36 + Item: S_ColdBolt_Armor + Rate: 1 + - Index: 37 + Item: S_FireBolt_Armor + Rate: 1 + - Index: 38 + Item: S_LightingBolt_Armor + Rate: 1 + - Index: 39 + Item: S_EarthSpike_Armor + Rate: 1 + - Index: 40 + Item: S_Lucky_Weapon + Rate: 1 + - Index: 41 + Item: S_Power_Earring + Rate: 1 + - Index: 42 + Item: S_Int_Pendant + Rate: 1 + - Index: 43 + Item: S_Dexterous_Armor + Rate: 1 + - Index: 44 + Item: S_Vital_Shoes + Rate: 1 + - Index: 45 + Item: S_Athletic_Shield + Rate: 1 + - Index: 46 + Item: S_Lucky_Armor + Rate: 1 + - Index: 47 + Item: S_Power_Pendant + Rate: 1 + - Index: 48 + Item: S_Int_Earring + Rate: 1 + - Index: 49 + Item: S_Dexterous_Weapon + Rate: 1 + - Index: 50 + Item: S_Vital_Shield + Rate: 1 + - Index: 51 + Item: S_Athletic_Shoes + Rate: 1 + - Index: 52 + Item: S_Critical_Shoes + Rate: 1 + - Index: 53 + Item: S_Critical_Shield + Rate: 1 + - Index: 54 + Item: S_Cri_Hit_Weapon + Rate: 1 + - Index: 55 + Item: S_Critical_Armor + Rate: 1 + - Index: 56 + Item: S_Kingbird_Weapon + Rate: 1 + - Index: 57 + Item: S_Ancient_Armor + Rate: 1 + - Index: 58 + Item: S_Hard_Armor + Rate: 1 + - Index: 59 + Item: S_Champion_Shoes + Rate: 1 + - Index: 60 + Item: S_Athena_Shield + Rate: 1 + - Index: 61 + Item: S_Immune_Armor + Rate: 1 + - Index: 62 + Item: S_Hard_Earring + Rate: 1 + - Index: 63 + Item: S_Athena_Earring + Rate: 1 + - Index: 64 + Item: S_Physical_Weapon + Rate: 1 + - Index: 65 + Item: S_Physical_Earring + Rate: 1 + - Index: 66 + Item: S_Physical_Pendant + Rate: 1 + - Index: 67 + Item: S_Magical_Weapon + Rate: 1 + - Index: 68 + Item: S_Magical_Earring + Rate: 1 + - Index: 69 + Item: S_Magical_Pendant + Rate: 1 - SubGroup: 2 List: - - Item: J_Shop_Coupon - Rate: 370 - - Item: Comp_Battle_Manual - Rate: 370 + - Index: 0 + Item: S_Plasterer's_Armor + Rate: 1 + - Index: 1 + Item: S_Plasterer's_Shoes + Rate: 1 + - Index: 2 + Item: S_Insomniac_Armor + Rate: 1 + - Index: 3 + Item: S_Insomniac_Shoes + Rate: 1 + - Index: 4 + Item: S_Peerless_Armor + Rate: 1 + - Index: 5 + Item: S_Peerless_Shoes + Rate: 1 + - Index: 6 + Item: S_Adurate_Armor + Rate: 1 + - Index: 7 + Item: S_Adurate_Shoes + Rate: 1 + - Index: 8 + Item: Unfreez_Weapon_S + Rate: 1 + - Index: 9 + Item: Unfreeze_Earing_S + Rate: 1 + - Index: 10 + Item: Unfreeze_Pendent_S + Rate: 1 + - Index: 11 + Item: Vitality_Earing_S + Rate: 1 + - Index: 12 + Item: Vitality_Pendant_S + Rate: 1 + - Index: 13 + Item: S_Neutral_Weapon + Rate: 1 + - Index: 14 + Item: S_Neutral_Earring + Rate: 1 + - Index: 15 + Item: S_Neutral_Pendent + Rate: 1 + - Index: 16 + Item: S_Curse_Lift_Earring + Rate: 1 + - Index: 17 + Item: S_Curse_Lift_Pendent + Rate: 1 + - Index: 18 + Item: S_Homers_Shield + Rate: 1 + - Index: 19 + Item: S_Cadi_Shield + Rate: 1 + - Index: 20 + Item: S_Requiem_Shield + Rate: 1 + - Index: 21 + Item: S_Flameguard_Shield + Rate: 1 + - Index: 22 + Item: S_Satanic_Shield + Rate: 1 + - Index: 23 + Item: S_Dragoon_Shield + Rate: 1 + - Index: 24 + Item: S_Gargantua_Shield + Rate: 1 + - Index: 25 + Item: S_Brutal_Shield + Rate: 1 + - Index: 26 + Item: S_Cranial_Shield + Rate: 1 + - Index: 27 + Item: S_Divine_Shoes + Rate: 1 + - Index: 28 + Item: S_Beholder_Shoes + Rate: 1 + - Index: 29 + Item: S_Seraphim_Shoes + Rate: 1 + - Index: 30 + Item: S_Fisher_Shoes + Rate: 1 + - Index: 31 + Item: S_Insecticide_Shoes + Rate: 1 + - Index: 32 + Item: S_Clamorous_Shoes + Rate: 1 + - Index: 33 + Item: S_Chemical_Shoes + Rate: 1 + - Index: 34 + Item: S_Bloody_Shoes + Rate: 1 + - Index: 35 + Item: S_Dragoon_Shoes + Rate: 1 + - Index: 36 + Item: S_ColdBolt_Armor + Rate: 1 + - Index: 37 + Item: S_FireBolt_Armor + Rate: 1 + - Index: 38 + Item: S_LightingBolt_Armor + Rate: 1 + - Index: 39 + Item: S_EarthSpike_Armor + Rate: 1 + - Index: 40 + Item: S_Lucky_Weapon + Rate: 1 + - Index: 41 + Item: S_Power_Earring + Rate: 1 + - Index: 42 + Item: S_Int_Pendant + Rate: 1 + - Index: 43 + Item: S_Dexterous_Armor + Rate: 1 + - Index: 44 + Item: S_Vital_Shoes + Rate: 1 + - Index: 45 + Item: S_Athletic_Shield + Rate: 1 + - Index: 46 + Item: S_Lucky_Armor + Rate: 1 + - Index: 47 + Item: S_Power_Pendant + Rate: 1 + - Index: 48 + Item: S_Int_Earring + Rate: 1 + - Index: 49 + Item: S_Dexterous_Weapon + Rate: 1 + - Index: 50 + Item: S_Vital_Shield + Rate: 1 + - Index: 51 + Item: S_Athletic_Shoes + Rate: 1 + - Index: 52 + Item: S_Critical_Shoes + Rate: 1 + - Index: 53 + Item: S_Critical_Shield + Rate: 1 + - Index: 54 + Item: S_Cri_Hit_Weapon + Rate: 1 + - Index: 55 + Item: S_Critical_Armor + Rate: 1 + - Index: 56 + Item: S_Kingbird_Weapon + Rate: 1 + - Index: 57 + Item: S_Ancient_Armor + Rate: 1 + - Index: 58 + Item: S_Hard_Armor + Rate: 1 + - Index: 59 + Item: S_Champion_Shoes + Rate: 1 + - Index: 60 + Item: S_Athena_Shield + Rate: 1 + - Index: 61 + Item: S_Immune_Armor + Rate: 1 + - Index: 62 + Item: S_Hard_Earring + Rate: 1 + - Index: 63 + Item: S_Athena_Earring + Rate: 1 + - Index: 64 + Item: S_Physical_Weapon + Rate: 1 + - Index: 65 + Item: S_Physical_Earring + Rate: 1 + - Index: 66 + Item: S_Physical_Pendant + Rate: 1 + - Index: 67 + Item: S_Magical_Weapon + Rate: 1 + - Index: 68 + Item: S_Magical_Earring + Rate: 1 + - Index: 69 + Item: S_Magical_Pendant + Rate: 1 + - Group: 2018_LAPINE_DDUKDDAKBOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Shadow_Mix_Recipe + Rate: 1000 + - Index: 1 + Item: EnchantStone_Recipe + Rate: 770 + - Index: 2 + Item: EventItem_Recipe + Rate: 420 + - Index: 3 + Item: PetEgg_Recipe + Rate: 120 + - Index: 4 + Item: Nyang_Costume_Recipe + Rate: 510 + - Index: 5 + Item: JobShadow_Mix_Pendant + Rate: 15 + Announced: true + - Index: 6 + Item: JobShadow_Mix_Weapon + Rate: 15 + Announced: true + - Index: 7 + Item: JobShadow_Mix_Armor + Rate: 15 + Announced: true + - Index: 8 + Item: JobShadow_Mix_Shoes + Rate: 15 + Announced: true + - Index: 9 + Item: JobShadow_Mix_Shield + Rate: 15 + Announced: true + - Index: 10 + Item: JobShadow_Mix_Earing + Rate: 15 + Announced: true + - Index: 11 + Item: StatusShadow_Mix + Rate: 15 + Announced: true + - Index: 12 + Item: BearersShadow_Mix + Rate: 15 + Announced: true + - Index: 13 + Item: GemstoneShadow_Mix + Rate: 15 + Announced: true + - Index: 14 + Item: ComposeShadow_Mix + Rate: 15 + Announced: true + - Index: 15 + Item: RaceShadow_Mix + Rate: 15 + Announced: true + - Index: 16 + Item: StabilityShadow_Mix + Rate: 15 + Announced: true + - SubGroup: 2 + List: + - Index: 0 + Item: Poison_Pack2 + Rate: 10 + - Index: 1 + Item: White_Slim_Pot_Box2 + Rate: 10 + - Index: 2 + Item: E_WOB_Local + Rate: 10 + Amount: 3 + - Index: 3 + Item: E_WOB_Rachel + Rate: 10 + Amount: 3 + - Index: 4 + Item: E_WOB_Schwaltz + Rate: 10 + Amount: 3 + - Index: 5 + Item: E_WOB_Rune + Rate: 10 + Amount: 3 + - Index: 6 + Item: Comp_Battle_Manual + Rate: 10 Amount: 2 - - Item: Comp_Bubble_Gum - Rate: 370 + - Index: 7 + Item: Comp_Bubble_Gum + Rate: 10 Amount: 2 - - Item: Comp_Insurance - Rate: 370 + - Index: 8 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 10 + - Index: 9 + Item: Minus_Str + Rate: 10 Amount: 3 - - Item: E_WOB_Rune - Rate: 370 + - Index: 10 + Item: Minus_Agi + Rate: 10 Amount: 3 - - Item: E_WOB_Schwaltz - Rate: 370 + - Index: 11 + Item: Minus_Vit + Rate: 10 Amount: 3 - - Item: E_WOB_Rachel - Rate: 370 + - Index: 12 + Item: Minus_Int + Rate: 10 Amount: 3 - - Item: E_WOB_Local - Rate: 370 + - Index: 13 + Item: Minus_Dex + Rate: 10 Amount: 3 - - Item: White_Slim_Pot_Box2 - Rate: 370 - - Item: Old_C_Album_Helm - Rate: 370 - - Item: Old_C_Album_Armor - Rate: 370 - - Item: Old_C_Album_Shield - Rate: 370 - - Item: Old_C_Album_Garment - Rate: 370 - - Item: Old_C_Album_Shoes - Rate: 370 - - Item: Old_C_Album_Acc - Rate: 370 - - Item: Old_C_Album_Weapon - Rate: 370 - - Item: C_Wing_Of_Fly_1Day_Box - Rate: 370 - - Item: 2018_Lapine_DdukddakBox - Rate: 370 - - Item: Minus_Str - Rate: 370 + - Index: 14 + Item: Minus_Luk + Rate: 10 Amount: 3 - - Item: Minus_Agi - Rate: 370 + - Index: 15 + Item: Old_C_Album_Helm + Rate: 10 + - Index: 16 + Item: Old_C_Album_Armor + Rate: 10 + - Index: 17 + Item: Old_C_Album_Shield + Rate: 10 + - Index: 18 + Item: Old_C_Album_Garment + Rate: 10 + - Index: 19 + Item: Old_C_Album_Shoes + Rate: 10 + - Index: 20 + Item: Old_C_Album_Acc + Rate: 10 + - Index: 21 + Item: Old_C_Album_Weapon + Rate: 10 + - Index: 22 + Item: C_Greed_1Hour_Box + Rate: 10 + - Index: 23 + Item: J_Shop_Coupon + Rate: 10 + - Index: 24 + Item: Comp_Insurance + Rate: 10 Amount: 3 - - Item: Minus_Vit - Rate: 370 + - Index: 25 + Item: Comp_Magic_Candy + Rate: 10 Amount: 3 - - Item: Minus_Int - Rate: 370 + - Index: 26 + Item: Comp_Spark_Candy + Rate: 10 Amount: 3 - - Item: Minus_Dex - Rate: 370 - Amount: 3 - - Item: Minus_Luk - Rate: 370 - Amount: 3 - - Item: Comp_Spark_Candy - Rate: 370 - Amount: 3 - - Item: Comp_Magic_Candy - Rate: 370 - Amount: 3 - - Item: Poison_Pack2 - Rate: 370 - Group: SWEETS_EVT_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: White_Chocolate_B + - Index: 0 + Item: Crepe + Rate: 1105 + - Index: 1 + Item: St_Cupcake + Rate: 1105 + - Index: 2 + Item: Parfait + Rate: 1105 + - Index: 3 + Item: Macaron + Rate: 1105 + - Index: 4 + Item: Mont_Blanc_Cake + Rate: 1105 + - Index: 5 + Item: Soccer_Cake + Rate: 1105 + - Index: 6 + Item: Strawberry_CreamCake + Rate: 1105 + - Index: 7 + Item: C_Sweet_Candy + Rate: 50 + - Index: 8 + Item: C_Choco_Minihat + Rate: 50 + - Index: 9 + Item: C_SweetChocolate_Hat + Rate: 50 + - Index: 10 + Item: White_Chocolate_B Rate: 2040 - - Item: Crepe - Rate: 1105 - - Item: C_Sweet_Candy + - Index: 11 + Item: C_Sweets_Bonbon Rate: 50 - - Item: C_SweetChocolate_Hat - Rate: 50 - - Item: Soccer_Cake - Rate: 1105 - - Item: Mont_Blanc_Cake - Rate: 1105 - - Item: Strawberry_CreamCake - Rate: 1105 - - Item: St_Cupcake - Rate: 1105 - - Item: Parfait - Rate: 1105 - - Item: Macaron - Rate: 1105 - - Item: K_Secret_Key + - Index: 12 + Item: K_Secret_Key Rate: 25 - - Item: C_Choco_Minihat - Rate: 50 - - Item: C_Sweets_Bonbon - Rate: 50 - Group: EVT_JAN02KR SubGroups: - SubGroup: 1 List: - - Item: Warnut_Chocoball - Rate: 3034 - - Item: Old_Card_Album - Rate: 291 - - Item: Magic_Card_Album - Rate: 97 - - Item: E_Med_Life_Potion - Rate: 777 + - Index: 0 + Item: K_Secret_Key + Rate: 25 + - Index: 1 + Item: Inventory_Ex_Evt + Rate: 50 + - Index: 2 + Item: C_bullhead + Rate: 100 + - Index: 3 + Item: Magic_Card_Album + Rate: 100 + - Index: 4 + Item: Old_Card_Album + Rate: 300 + - Index: 5 + Item: E_Small_Life_Potion + Rate: 800 Amount: 3 - - Item: E_Small_Life_Potion - Rate: 777 + - Index: 6 + Item: E_Med_Life_Potion + Rate: 800 Amount: 3 - - Item: C_Nut_Cracker - Rate: 291 - - Item: C_bullhead - Rate: 97 - - Item: Choco_Tteokguk - Rate: 1456 - - Item: Comp_M_DEFScroll - Rate: 777 - - Item: Comp_Power_Booster - Rate: 777 - - Item: Comp_Almighty - Rate: 777 - - Item: K_Secret_Key - Rate: 24 - - Item: Inventory_Ex_Evt - Rate: 49 - - Item: E_Red_Booster - Rate: 777 + - Index: 7 + Item: E_Red_Booster + Rate: 800 + - Index: 8 + Item: Comp_M_DEFScroll + Rate: 800 + - Index: 9 + Item: Comp_Power_Booster + Rate: 800 + - Index: 10 + Item: Comp_Almighty + Rate: 800 + - Index: 11 + Item: Choco_Tteokguk + Rate: 4225 + - Index: 12 + Item: C_HwaHoJumJung + Rate: 100 + - Index: 13 + Item: C_Nut_Cracker + Rate: 300 - Group: 2018_VISIONARY_CARD SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Phreeoni_Card - Rate: 340 - - Item: Eddga_Card - Rate: 42 - - Item: Golden_Bug_Card + - Index: 0 + Item: Golden_Bug_Card Rate: 1 - - Item: Moonlight_Flower_Card - Rate: 340 - - Item: Mistress_Card - Rate: 42 - - Item: Dracula_Card + Announced: true + - Index: 1 + Item: Tao_Gunka_Card + Rate: 1 + Announced: true + - Index: 2 + Item: B_Seyren_Card + Rate: 1 + Announced: true + - Index: 3 + Item: Thanatos_Card + Rate: 1 + Announced: true + - Index: 4 + Item: Kiel_Card + Rate: 1 + Announced: true + - Index: 5 + Item: Fallen_Bishop_Card + Rate: 1 + Announced: true + - Index: 6 + Item: Gloom_Under_Night_Card + Rate: 1 + Announced: true + - Index: 7 + Item: B_Harword_Card Rate: 12 - - Item: Orc_Load_Card - Rate: 340 - - Item: Drake_Card - Rate: 90 - - Item: Doppelganger_Card - Rate: 330 - - Item: Orc_Hero_Card - Rate: 340 - - Item: Osiris_Card - Rate: 340 - - Item: Berzebub_Card - Rate: 42 - - Item: Maya_Card - Rate: 42 - - Item: Baphomet_Card - Rate: 90 - - Item: Pharaoh_Card - Rate: 340 - - Item: Dark_Lord_Card - Rate: 90 - - Item: Amon_Ra_Card - Rate: 90 - - Item: Incant_Samurai_Card - Rate: 42 - - Item: Lord_Of_Death_Card - Rate: 42 - - Item: Tao_Gunka_Card - Rate: 1 - - Item: Turtle_General_Card - Rate: 340 - - Item: Knight_Windstorm_Card - Rate: 340 - - Item: Garm_Card - Rate: 340 - - Item: Dark_Snake_Lord_Card - Rate: 340 - - Item: Rsx_0806_Card - Rate: 42 - - Item: B_Ygnizem_Card - Rate: 340 - - Item: B_Seyren_Card - Rate: 1 - - Item: B_Eremes_Card + Announced: true + - Index: 8 + Item: B_Eremes_Card Rate: 12 - - Item: B_Harword_Card + Announced: true + - Index: 9 + Item: B_Katrinn_Card Rate: 12 - - Item: B_Magaleta_Card + Announced: true + - Index: 10 + Item: B_Magaleta_Card Rate: 12 - - Item: B_Katrinn_Card + Announced: true + - Index: 11 + Item: B_Shecil_Card Rate: 12 - - Item: B_Shecil_Card + Announced: true + - Index: 12 + Item: Dracula_Card Rate: 12 - - Item: Apocalips_H_Card - Rate: 340 - - Item: Lady_Tanee_Card - Rate: 340 - - Item: Detale_Card - Rate: 340 - - Item: Thanatos_Card + Announced: true + - Index: 13 + Item: Paladin_Card + Rate: 12 + Announced: true + - Index: 14 + Item: Creator_Card + Rate: 12 + Announced: true + - Index: 15 + Item: Gypsy_Card + Rate: 12 + Announced: true + - Index: 16 + Item: Champion_Card + Rate: 12 + Announced: true + - Index: 17 + Item: Clown_Card + Rate: 12 + Announced: true + - Index: 18 + Item: Stalker_Card + Rate: 12 + Announced: true + - Index: 19 + Item: Professor_Card + Rate: 12 + Announced: true + - Index: 20 + Item: Eddga_Card + Rate: 40 + Announced: true + - Index: 21 + Item: Maya_Card + Rate: 40 + Announced: true + - Index: 22 + Item: Kades_Card + Rate: 40 + Announced: true + - Index: 23 + Item: Gioia_Card + Rate: 40 + Announced: true + - Index: 24 + Item: Incant_Samurai_Card + Rate: 40 + Announced: true + - Index: 25 + Item: Mistress_Card + Rate: 40 + Announced: true + - Index: 26 + Item: Randgris_Card + Rate: 40 + Announced: true + - Index: 27 + Item: Berzebub_Card + Rate: 40 + Announced: true + - Index: 28 + Item: Lord_Of_Death_Card + Rate: 40 + Announced: true + - Index: 29 + Item: Rsx_0806_Card + Rate: 40 + Announced: true + - Index: 30 + Item: Timeholder_Card + Rate: 80 + Announced: true + - Index: 31 + Item: Mechaspider_Card + Rate: 80 + Announced: true + - Index: 32 + Item: Daehyon_Card + Rate: 80 + Announced: true + - Index: 33 + Item: Amon_Ra_Card + Rate: 80 + Announced: true + - Index: 34 + Item: Baphomet_Card + Rate: 80 + Announced: true + - Index: 35 + Item: Dark_Lord_Card + Rate: 80 + Announced: true + - Index: 36 + Item: Drake_Card + Rate: 80 + Announced: true + - Index: 37 + Item: Nahtzigger_Card + Rate: 80 + Announced: true + - Index: 38 + Item: Evil_Card + Rate: 80 + Announced: true + - Index: 39 + Item: Cutie_Card + Rate: 80 + Announced: true + - Index: 40 + Item: Venom_Kimera_Card + Rate: 80 + Announced: true + - Index: 41 + Item: Gopinich_Card + Rate: 80 + Announced: true + - Index: 42 + Item: Leak_Card + Rate: 80 + Announced: true + - Index: 43 + Item: Pyuriel_Card + Rate: 80 + Announced: true + - Index: 44 + Item: Doppelganger_Card + Rate: 315 + Announced: true + - Index: 45 + Item: Garm_Card + Rate: 315 + Announced: true + - Index: 46 + Item: Knight_Windstorm_Card + Rate: 315 + Announced: true + - Index: 47 + Item: Moonlight_Flower_Card + Rate: 315 + Announced: true + - Index: 48 + Item: Orc_Load_Card + Rate: 315 + Announced: true + - Index: 49 + Item: Orc_Hero_Card + Rate: 315 + Announced: true + - Index: 50 + Item: Osiris_Card + Rate: 315 + Announced: true + - Index: 51 + Item: Pharaoh_Card + Rate: 315 + Announced: true + - Index: 52 + Item: Phreeoni_Card + Rate: 315 + Announced: true + - Index: 53 + Item: Turtle_General_Card + Rate: 315 + Announced: true + - Index: 54 + Item: Ant_Buyanne_Card + Rate: 315 + Announced: true + - Index: 55 + Item: Detale_Card + Rate: 315 + Announced: true + - Index: 56 + Item: Apocalips_H_Card + Rate: 315 + Announced: true + - Index: 57 + Item: B_Ygnizem_Card + Rate: 315 + Announced: true + - Index: 58 + Item: Atroce_Card + Rate: 315 + Announced: true + - Index: 59 + Item: Ifrit_Card + Rate: 315 + Announced: true + - Index: 60 + Item: Ktullanux_Card + Rate: 315 + Announced: true + - Index: 61 + Item: Charleston_Card + Rate: 315 + Announced: true + - Index: 62 + Item: Grand_Pere_Card + Rate: 315 + Announced: true + - Index: 63 + Item: Nidhogg_Shadow_Card + Rate: 315 + Announced: true + - Index: 64 + Item: Q_Scaraba_Card + Rate: 315 + Announced: true + - Index: 65 + Item: Kraken_Card + Rate: 315 + Announced: true + - Index: 66 + Item: Dark_Snake_Lord_Card + Rate: 315 + Announced: true + - Index: 67 + Item: Lady_Tanee_Card + Rate: 315 + Announced: true + - Index: 68 + Item: Bone_Detale_Card Rate: 1 - - Item: Kiel_Card + - Index: 69 + Item: Ingrid_Card + Rate: 15 + - Index: 70 + Item: Reginleif_Card + Rate: 15 + - Index: 71 + Item: Redpepper_H_Card Rate: 1 - - Item: Randgris_Card - Rate: 42 - - Item: Gloom_Under_Night_Card + - Index: 72 + Item: Gran_Papilia_Card Rate: 1 - - Item: Ktullanux_Card - Rate: 340 - - Item: Atroce_Card - Rate: 340 - - Item: Ifrit_Card - Rate: 340 - - Item: Fallen_Bishop_Card + - Index: 73 + Item: C_Amdarais_Card Rate: 1 - - Item: Ant_Buyanne_Card - Rate: 340 - - Item: Nidhogg_Shadow_Card - Rate: 340 - - Item: Nahtzigger_Card - Rate: 90 - - Item: Q_Scaraba_Card - Rate: 340 - - Item: Leak_Card - Rate: 90 - - Item: Kraken_Card - Rate: 340 - - Item: Clown_Card - Rate: 13 - - Item: Professor_Card - Rate: 13 - - Item: Champion_Card - Rate: 13 - - Item: Creator_Card - Rate: 13 - - Item: Stalker_Card - Rate: 13 - - Item: Paladin_Card - Rate: 13 - - Item: Gypsy_Card - Rate: 13 - - Item: Daehyon_Card - Rate: 90 - - Item: Gioia_Card - Rate: 42 - - Item: Pyuriel_Card - Rate: 90 - - Item: Kades_Card - Rate: 42 - - Item: Timeholder_Card - Rate: 90 - - Item: Charleston_Card - Rate: 340 - - Item: Grand_Pere_Card - Rate: 340 - - Item: Venom_Kimera_Card - Rate: 90 - - Item: Evil_Card - Rate: 90 - - Item: Cutie_Card - Rate: 90 - - Item: Gopinich_Card - Rate: 90 - - Item: Mechaspider_Card - Rate: 90 + - Index: 74 + Item: C_Himel_Card + Rate: 1 + - Index: 75 + Item: Death_Witch_Card + Rate: 10 + - Index: 76 + Item: ILL_Abysmal_Witch_Card + Rate: 2 + - Index: 77 + Item: Sakray_Card + Rate: 4 + - Index: 78 + Item: Tiara_Card + Rate: 4 + - Index: 79 + Item: MD_Airboat_Card7 + Rate: 315 + - Index: 80 + Item: EP18_Burning_Fang_Card + Rate: 1 + - Index: 81 + Item: EP18_Demi_Freyja_Card + Rate: 3 + - Index: 82 + Item: EP18_Schulang_Card + Rate: 3 + - Index: 83 + Item: Ultra_Limacina_Card + Rate: 1 + - Index: 84 + Item: Limacina_Card + Rate: 125 + - Index: 85 + Item: Shining_Seaweed_Card + Rate: 125 + - Index: 86 + Item: Aquila_Card + Rate: 125 + - Index: 87 + Item: Simulation_Juncea_Card + Rate: 4 - Group: LUNAR_NEW_YEAR_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Lunar_New_Year_Scroll - Rate: 5000 - - Item: Lunar_New_Year_Scroll - Rate: 5000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Comp_Kafra_Card_Box + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: New_Hat_Box + Rate: 50 + Announced: true + - Index: 7 + Item: New_Hat_Box2 + Rate: 50 + Announced: true + - Index: 8 + Item: New_Hat_Box3 + Rate: 50 + Announced: true + - Index: 9 + Item: Narcis_Bow + Rate: 100 + Announced: true + - Index: 10 + Item: Magic_Sword + Rate: 100 + Announced: true + - Index: 11 + Item: Avenger + Rate: 100 + Announced: true + - Index: 12 + Item: Ancient_Hero_Boots + Rate: 100 + Announced: true + - Index: 13 + Item: Comp_Kafra_Card_Box Rate: 800 - - Item: Narcis_Bow - Rate: 100 - - Item: Ancient_Hero_Boots - Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Comp_Trans_Scroll + - Index: 14 + Item: Minus_Status_Box + Rate: 800 + - Index: 15 + Item: Fire_Armor_S + Rate: 300 + Amount: 5 + - Index: 16 + Item: Cold_Armor_S + Rate: 300 + Amount: 5 + - Index: 17 + Item: Wind_Armor_S + Rate: 300 + Amount: 5 + - Index: 18 + Item: Earth_Armor_S + Rate: 300 + Amount: 5 + - Index: 19 + Item: Comp_Trans_Scroll Rate: 600 - - Item: Minus_Status_Box - Rate: 800 - - Item: Lunar_New_Year_Scroll - Rate: 50 - - Item: Class_Shadow_Cube + - Index: 20 + Item: Biscuit_Stick_2Set_ Rate: 1000 - - Item: Lunar_New_Year_Scroll - Rate: 50 - - Item: Lunar_New_Year_Scroll + - Index: 21 + Item: C_Giant_Fly_1Day_Box_ Rate: 1000 - - Item: Lunar_New_Year_Scroll + - Index: 22 + Item: Mysterious_Medal_Box Rate: 1000 - - Item: Lunar_New_Year_Scroll + - Index: 23 + Item: Chemicals_Bag Rate: 1000 - - Item: Lunar_New_Year_Scroll - Rate: 50 - - Item: Lunar_New_Year_Scroll + - Index: 24 + Item: Class_Shadow_Cube Rate: 1000 - - Item: Fire_Armor_S - Rate: 300 - - Item: Cold_Armor_S - Rate: 300 - - Item: Wind_Armor_S - Rate: 300 - - Item: Earth_Armor_S - Rate: 300 - - Item: Avenger - Rate: 100 - - Item: Magic_Sword - Rate: 100 + - Index: 25 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: FEBRUARY_HAIR_BOX SubGroups: - SubGroup: 0 List: - - Item: Enchant_Stone_Box15 + - Index: 0 + Item: Enchant_Stone_Box15 - SubGroup: 1 List: - - Item: C_Afro_Wig_Red - Rate: 2500 - - Item: C_Red_Strong_Hair - Rate: 2500 - - Item: C_Volume_Low_TwinK - Rate: 2500 - - Item: C_Lolita_Two_Side_UpK - Rate: 2500 + - Index: 0 + Item: C_Volume_Low_TwinK + Rate: 10 + - Index: 1 + Item: C_Afro_Wig_Red + Rate: 10 + - Index: 2 + Item: C_Red_Strong_Hair + Rate: 10 + - Index: 3 + Item: C_Lolita_Two_Side_UpK + Rate: 10 - Group: 2018_SPRING_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Engineer_Cap - Rate: 1667 - - Item: 2018_Spring_Scroll - Rate: 8333 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: New_Insurance - Rate: 920 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Overwhelm_Luk_Armor - Rate: 100 - - Item: Overwhelm_Vit_Armor - Rate: 100 - - Item: Engineer_Cap_K - Rate: 200 - - Item: Sealed_Card + - Index: 0 + Item: Weapon_11Up_Box + Rate: 1 + Announced: true + - Index: 1 + Item: Armor_11Up_Box + Rate: 1 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box - Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box - Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 300 - - Item: Shadow_Cube_Armor - Rate: 300 - - Item: Shadow_Cube_Shield - Rate: 300 - - Item: Shadow_Cube_Shoes - Rate: 300 - - Item: Shadow_Cube_Pendant - Rate: 300 - - Item: Shadow_Cube_Earing - Rate: 300 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: Advanced_Taiming_Item - Rate: 500 - - Item: 2018_Spring_Scroll - Rate: 1000 - - Item: 2018_Spring_Scroll - Rate: 1000 - - Item: 2018_Spring_Scroll + Announced: true + - Index: 7 + Item: ExShadow_DdukddakBox Rate: 20 - - Item: 2018_Spring_Scroll - Rate: 300 - - Item: 2018_Spring_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer + Announced: true + - Index: 8 + Item: Overwhelm_Luk_Armor + Rate: 100 + Announced: true + - Index: 9 + Item: Overwhelm_Vit_Armor + Rate: 100 + Announced: true + - Index: 10 + Item: Engineer_Cap_K Rate: 200 + Announced: true + - Index: 11 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 12 + Item: Shadow_Refine_Hammer + Rate: 200 + - Index: 13 + Item: Advanced_Taiming_Item + Rate: 500 + - Index: 14 + Item: Shadow_Cube_Weapon + Rate: 300 + - Index: 15 + Item: Shadow_Cube_Armor + Rate: 300 + - Index: 16 + Item: Shadow_Cube_Shoes + Rate: 300 + - Index: 17 + Item: Shadow_Cube_Shield + Rate: 300 + - Index: 18 + Item: Shadow_Cube_Pendant + Rate: 300 + - Index: 19 + Item: Shadow_Cube_Earing + Rate: 300 + - Index: 20 + Item: Material_Shadow_Cube + Rate: 300 + - Index: 21 + Item: New_Insurance + Rate: 920 + - Index: 22 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 23 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 24 + Item: Chemicals_Bag + Rate: 1000 + - Index: 25 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 26 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: 2018_SAKURA_SCROLL SubGroups: - SubGroup: 1 List: - - Item: 2018_Sakura_Scroll - Rate: 9524 - - Item: General_Helmet - Rate: 476 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: New_Insurance - Rate: 690 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Overwhelm_Agi_Armor - Rate: 100 - - Item: Overwhelm_Dex_Armor - Rate: 100 - - Item: Spell_Circuit - Rate: 50 - - Item: General_Helmet_ - Rate: 50 - - Item: Classical_Fhat - Rate: 50 - - Item: Dog_Officer - Rate: 50 - - Item: Amistr_Beret - Rate: 50 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Shadow_Cube_Weapon - Rate: 200 - - Item: Shadow_Cube_Armor - Rate: 200 - - Item: Shadow_Cube_Shield - Rate: 200 - - Item: Shadow_Cube_Shoes - Rate: 200 - - Item: Shadow_Cube_Pendant - Rate: 200 - - Item: Shadow_Cube_Earing - Rate: 200 - - Item: Class_Shadow_Cube - Rate: 1000 - - Item: JobShadow_Mix_Weapon - Rate: 150 - - Item: JobShadow_Mix_Armor - Rate: 150 - - Item: JobShadow_Mix_Shoes - Rate: 150 - - Item: JobShadow_Mix_Shield - Rate: 150 - - Item: JobShadow_Mix_Pendant - Rate: 150 - - Item: JobShadow_Mix_Earing - Rate: 150 - - Item: 2018_Sakura_Scroll - Rate: 1000 - - Item: 2018_Sakura_Scroll - Rate: 1000 - - Item: 2018_Sakura_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer - Rate: 400 - - Item: 2018_Sakura_Scroll + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card2 Rate: 10 - - Item: Shadow_Random_Mix + Announced: true + - Index: 7 + Item: Overwhelm_Agi_Armor + Rate: 100 + Announced: true + - Index: 8 + Item: Overwhelm_Dex_Armor + Rate: 100 + Announced: true + - Index: 9 + Item: Dog_Officer + Rate: 50 + Announced: true + - Index: 10 + Item: Spell_Circuit + Rate: 50 + Announced: true + - Index: 11 + Item: General_Helmet_ + Rate: 50 + Announced: true + - Index: 12 + Item: Classical_Fhat + Rate: 50 + Announced: true + - Index: 13 + Item: Amistr_Beret + Rate: 50 + Announced: true + - Index: 14 + Item: Shadow_Random_Mix Rate: 500 + - Index: 15 + Item: JobShadow_Mix_Weapon + Rate: 150 + - Index: 16 + Item: JobShadow_Mix_Armor + Rate: 150 + - Index: 17 + Item: JobShadow_Mix_Shoes + Rate: 150 + - Index: 18 + Item: JobShadow_Mix_Shield + Rate: 150 + - Index: 19 + Item: JobShadow_Mix_Pendant + Rate: 150 + - Index: 20 + Item: JobShadow_Mix_Earing + Rate: 150 + - Index: 21 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 22 + Item: Shadow_Refine_Hammer + Rate: 400 + - Index: 23 + Item: Shadow_Cube_Weapon + Rate: 200 + - Index: 24 + Item: Shadow_Cube_Armor + Rate: 200 + - Index: 25 + Item: Shadow_Cube_Shoes + Rate: 200 + - Index: 26 + Item: Shadow_Cube_Shield + Rate: 200 + - Index: 27 + Item: Shadow_Cube_Pendant + Rate: 200 + - Index: 28 + Item: Shadow_Cube_Earing + Rate: 200 + - Index: 29 + Item: New_Insurance + Rate: 690 + - Index: 30 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 31 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 32 + Item: Chemicals_Bag + Rate: 1000 + - Index: 33 + Item: Class_Shadow_Cube + Rate: 1000 + - Index: 34 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: SEALED_CARD2 SubGroups: - SubGroup: 1 List: - - Item: Sealed_Ktullanux_Card - Rate: 417 - - Item: Sealed_Mistress_Card - Rate: 417 - - Item: Sealed_Orc_Hero_Card - Rate: 417 - - Item: Sealed_Lady_Tanee_Card - Rate: 417 - - Item: Sealed_Samurai_Card - Rate: 417 - - Item: Sealed_Orc_Load_Card - Rate: 417 - - Item: Sealed_B_Magaleta_Card - Rate: 417 - - Item: Sealed_B_Harword_Card - Rate: 417 - - Item: Sealed_Eddga_Card - Rate: 417 - - Item: SLD_Q_Scaraba_Card - Rate: 417 - - Item: SLD_Baphomet_Card - Rate: 417 - - Item: SLD_Maya_Card - Rate: 417 - - Item: SLD_Clown_Card - Rate: 417 - - Item: SLD_Professor_Card - Rate: 417 - - Item: SLD_Champion_Card - Rate: 417 - - Item: SLD_Creator_Card - Rate: 417 - - Item: SLD_Stalker_Card - Rate: 417 - - Item: SLD_Paladin_Card - Rate: 417 - - Item: SLD_Gypsy_Card - Rate: 417 - - Item: SLD_Daehyon_Card - Rate: 417 - - Item: SLD_Gioia_Card - Rate: 417 - - Item: SLD_Pyuriel_Card - Rate: 417 - - Item: SLD_Kades_Card - Rate: 417 - - Item: SLD_Timeholder_Card - Rate: 417 + - Index: 0 + Item: Sealed_Orc_Hero_Card + Rate: 10 + Announced: true + - Index: 1 + Item: Sealed_Lady_Tanee_Card + Rate: 10 + Announced: true + - Index: 2 + Item: Sealed_Samurai_Card + Rate: 10 + Announced: true + - Index: 3 + Item: Sealed_Orc_Load_Card + Rate: 10 + Announced: true + - Index: 4 + Item: Sealed_B_Magaleta_Card + Rate: 10 + Announced: true + - Index: 5 + Item: Sealed_B_Harword_Card + Rate: 10 + Announced: true + - Index: 6 + Item: Sealed_Eddga_Card + Rate: 10 + Announced: true + - Index: 7 + Item: Sealed_Ktullanux_Card + Rate: 10 + Announced: true + - Index: 8 + Item: Sealed_Mistress_Card + Rate: 10 + Announced: true + - Index: 9 + Item: SLD_Q_Scaraba_Card + Rate: 10 + Announced: true + - Index: 10 + Item: SLD_Baphomet_Card + Rate: 10 + Announced: true + - Index: 11 + Item: SLD_Maya_Card + Rate: 10 + Announced: true + - Index: 12 + Item: SLD_Clown_Card + Rate: 10 + Announced: true + - Index: 13 + Item: SLD_Professor_Card + Rate: 10 + Announced: true + - Index: 14 + Item: SLD_Champion_Card + Rate: 10 + Announced: true + - Index: 15 + Item: SLD_Creator_Card + Rate: 10 + Announced: true + - Index: 16 + Item: SLD_Stalker_Card + Rate: 10 + Announced: true + - Index: 17 + Item: SLD_Paladin_Card + Rate: 10 + Announced: true + - Index: 18 + Item: SLD_Gypsy_Card + Rate: 10 + Announced: true + - Index: 19 + Item: SLD_Daehyon_Card + Rate: 10 + Announced: true + - Index: 20 + Item: SLD_Gioia_Card + Rate: 10 + Announced: true + - Index: 21 + Item: SLD_Pyuriel_Card + Rate: 10 + Announced: true + - Index: 22 + Item: SLD_Kades_Card + Rate: 10 + Announced: true + - Index: 23 + Item: SLD_Timeholder_Card + Rate: 10 + Announced: true - Group: CELEBRATE_EGG SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Guarantee_Weapon_7Up + - Index: 0 + Item: Guarantee_Weapon_7Up Rate: 1 - - Item: Guarantee_Armor_7Up + Announced: true + - Index: 1 + Item: Guarantee_Armor_7Up Rate: 1 - - Item: E_Token_Of_Siegfried - Rate: 50 - - Item: Blue_Potion_B - Rate: 715 - Amount: 5 - - Item: White_Slim_Potion_B - Rate: 715 - Amount: 5 - - Item: Yellow_Slim_Potion_B - Rate: 715 - Amount: 5 - - Item: Sesame_Pastry - Rate: 700 - Amount: 2 - - Item: Honey_Pastry - Rate: 700 - Amount: 2 - - Item: Rainbow_Cake - Rate: 700 - Amount: 2 - - Item: Lucky_Rice_Cake - Rate: 700 - Amount: 2 - - Item: Comp_Battle_Manual - Rate: 100 - - Item: Comp_Bubble_Gum - Rate: 100 - - Item: E_WOB_Rune - Rate: 550 - - Item: E_WOB_Schwaltz - Rate: 550 - - Item: E_WOB_Rachel - Rate: 550 - - Item: E_WOB_Local - Rate: 550 - - Item: E_Abrasive - Rate: 100 - - Item: E_Med_Life_Potion - Rate: 50 - Amount: 3 - - Item: E_Small_Life_Potion - Rate: 50 - Amount: 3 - - Item: E_Blessing_10_Scroll - Rate: 100 - Amount: 3 - - Item: E_Inc_Agi_10_Scroll - Rate: 100 - Amount: 3 - - Item: Reward_Job_BM25 - Rate: 100 - - Item: BraisedShortRibs - Rate: 550 - Amount: 2 - - Item: BraisedSpareribs - Rate: 550 - Amount: 2 - - Item: G_Mysterious_Water - Rate: 50 - - Item: G_Almighty - Rate: 50 - - Item: G_ASPD_Potion - Rate: 100 - - Item: G_Red_Booster - Rate: 100 - - Item: Comp_Small_Mana_Potion - Rate: 50 - - Item: Comp_Tyr's_Blessing - Rate: 100 - - Item: Comp_Regenerate_Potion - Rate: 100 - - Item: Comp_Spark_Candy - Rate: 100 - - Item: Comp_Magic_Candy - Rate: 100 - - Item: Comp_Glass_Of_Illusion - Rate: 100 - - Item: Comp_M_DEFScroll - Rate: 50 - Amount: 2 - - Item: Comp_Megaphone - Rate: 100 - - Item: Comp_Auger_Of_Spirit + Announced: true + - Index: 2 + Item: Comp_Auger_Of_Spirit Rate: 3 + Announced: true + - Index: 3 + Item: Comp_M_DEFScroll + Rate: 50 + Amount: 2 + - Index: 4 + Item: G_Almighty + Rate: 50 + - Index: 5 + Item: Comp_Small_Mana_Potion + Rate: 50 + - Index: 6 + Item: E_Med_Life_Potion + Rate: 50 + Amount: 3 + - Index: 7 + Item: E_Small_Life_Potion + Rate: 50 + Amount: 3 + - Index: 8 + Item: G_Mysterious_Water + Rate: 50 + - Index: 9 + Item: E_Token_Of_Siegfried + Rate: 50 + - Index: 10 + Item: Comp_Bubble_Gum + Rate: 100 + - Index: 11 + Item: Comp_Battle_Manual + Rate: 100 + - Index: 12 + Item: Reward_Job_BM25 + Rate: 100 + - Index: 13 + Item: Comp_Regenerate_Potion + Rate: 100 + - Index: 14 + Item: E_Abrasive + Rate: 100 + - Index: 15 + Item: G_Red_Booster + Rate: 100 + - Index: 16 + Item: G_ASPD_Potion + Rate: 100 + - Index: 17 + Item: Comp_Spark_Candy + Rate: 100 + - Index: 18 + Item: Comp_Magic_Candy + Rate: 100 + - Index: 19 + Item: Comp_Tyr's_Blessing + Rate: 100 + - Index: 20 + Item: Comp_Glass_Of_Illusion + Rate: 100 + - Index: 21 + Item: E_Blessing_10_Scroll + Rate: 100 + Amount: 3 + - Index: 22 + Item: E_Inc_Agi_10_Scroll + Rate: 100 + Amount: 3 + - Index: 23 + Item: Comp_Megaphone + Rate: 100 + - Index: 24 + Item: BraisedSpareribs + Rate: 550 + Amount: 2 + - Index: 25 + Item: BraisedShortRibs + Rate: 550 + Amount: 2 + - Index: 26 + Item: E_WOB_Rune + Rate: 550 + - Index: 27 + Item: E_WOB_Schwaltz + Rate: 550 + - Index: 28 + Item: E_WOB_Rachel + Rate: 550 + - Index: 29 + Item: E_WOB_Local + Rate: 550 + - Index: 30 + Item: Sesame_Pastry + Rate: 700 + Amount: 2 + - Index: 31 + Item: Rainbow_Cake + Rate: 700 + Amount: 2 + - Index: 32 + Item: Lucky_Rice_Cake + Rate: 700 + Amount: 2 + - Index: 33 + Item: Honey_Pastry + Rate: 700 + Amount: 2 + - Index: 34 + Item: White_Slim_Potion_B + Rate: 715 + Amount: 5 + - Index: 35 + Item: Blue_Potion_B + Rate: 715 + Amount: 5 + - Index: 36 + Item: Yellow_Slim_Potion_B + Rate: 715 + Amount: 5 - Group: NOODLE_FESTA_CAN SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Ice_Cream - Rate: 2100 - - Item: Festival_Noodle - Rate: 1750 - - Item: Magic_Card_Album + - Index: 0 + Item: Magic_Card_Album Rate: 20 - - Item: Supper_Swimsuit_K + - Index: 1 + Item: Scuba_Mask_K Rate: 100 - - Item: Scuba_Mask_K + - Index: 2 + Item: Supper_Swimsuit_K Rate: 100 - - Item: C_Iceflake_Hat + - Index: 3 + Item: Oxygen_Bomb_K + Rate: 100 + - Index: 4 + Item: C_Starfish_Headband Rate: 300 - - Item: Oxygen_Bomb_K - Rate: 100 - - Item: Pig_Potato + - Index: 5 + Item: C_Sailor_Hat + Rate: 300 + - Index: 6 + Item: C_Forceps_Hairpin + Rate: 300 + - Index: 7 + Item: C_Iceflake_Hat + Rate: 300 + - Index: 8 + Item: C_Gelato_Hat + Rate: 300 + - Index: 9 + Item: Pig_Potato Rate: 1830 - - Item: K_Secret_Key - Rate: 50 - - Item: Noodle_Festa_Coupon + - Index: 10 + Item: Festival_Noodle + Rate: 1750 + - Index: 11 + Item: Noodle_Festa_Coupon Rate: 2300 - - Item: C_Gelato_Hat - Rate: 300 - - Item: C_Sailor_Hat - Rate: 300 - - Item: C_Starfish_Headband - Rate: 300 - - Item: C_Forceps_Hairpin - Rate: 300 - - Item: C_Slurp_Slurp_Hat + - Index: 12 + Item: Ice_Cream + Rate: 2100 + - Index: 13 + Item: K_Secret_Key + Rate: 50 + - Index: 14 + Item: C_Slurp_Slurp_Hat Rate: 150 - Group: COMP_AID_BUFF_BOX SubGroups: - SubGroup: 0 List: - - Item: Premium_Box + - Index: 0 + Item: Premium_Box - Group: COMP_BOX SubGroups: - SubGroup: 0 List: - - Item: Premium_Reset_Stone - - Item: Service30P_F_01_Call + - Index: 0 + Item: Service30P_F_01_Call + Duration: 43200 + - Index: 1 + Item: Premium_Reset_Stone - Group: COMP_ALL_RING_BOX SubGroups: - SubGroup: 0 List: - - Item: Spectacles - - Item: Comp_All_In_One_Ring + - Index: 0 + Item: Comp_All_In_One_Ring + Duration: 43200 + - Index: 1 + Item: Spectacles - Group: MYSTERIOUS_EGG3 SubGroups: - SubGroup: 1 List: - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: 2015_New_Year_Scroll - Rate: 278 - - Item: Sealed_Scroll2 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 - - Item: Mysterious_Egg3 - Rate: 278 + - Index: 0 + Item: 2015_New_Year_Scroll + Rate: 1 + - Index: 1 + Item: Sealed_Scroll2 + Rate: 1 + - Index: 2 + Item: Sealed_Scroll3 + Rate: 1 + - Index: 3 + Item: Status_Decrease_Scroll + Rate: 1 + - Index: 4 + Item: Mad_Bunny_Scroll + Rate: 1 + - Index: 5 + Item: Pump_Of_Spirit_Scroll + Rate: 1 + - Index: 6 + Item: Happy_Balloon_Scroll + Rate: 1 + - Index: 7 + Item: Piamette_Scroll + Rate: 1 + - Index: 8 + Item: Invisible_Scroll + Rate: 1 + - Index: 9 + Item: New_Hat_Scroll + Rate: 1 + - Index: 10 + Item: 2015_Special_Scroll + Rate: 1 + - Index: 11 + Item: 2015_Angel_Scroll + Rate: 1 + - Index: 12 + Item: Poring_Scroll + Rate: 1 + - Index: 13 + Item: Amistr_Scroll + Rate: 1 + - Index: 14 + Item: Shadow_Scroll + Rate: 1 + - Index: 15 + Item: Spirit_Scroll + Rate: 1 + - Index: 16 + Item: Balloon_Scroll + Rate: 1 + - Index: 17 + Item: Gunslinger_Scroll + Rate: 1 + - Index: 18 + Item: Green_Scroll_K + Rate: 1 + - Index: 19 + Item: Kafra_Scroll + Rate: 1 + - Index: 20 + Item: Sigrun_Scroll + Rate: 1 + - Index: 21 + Item: New_Hat_Scroll2 + Rate: 1 + - Index: 22 + Item: 2016_Special_Scroll + Rate: 1 + - Index: 23 + Item: Candlelight_Scroll + Rate: 1 + - Index: 24 + Item: Lapine_Scroll + Rate: 1 + - Index: 25 + Item: Love_Scroll + Rate: 1 + - Index: 26 + Item: Cat_Scroll + Rate: 1 + - Index: 27 + Item: Shadow_Scroll2 + Rate: 1 + - Index: 28 + Item: May_Gold_Scroll + Rate: 1 + - Index: 29 + Item: General_Scroll + Rate: 1 + - Index: 30 + Item: Green_Scroll_K2 + Rate: 1 + - Index: 31 + Item: Sentimental_Scroll + Rate: 1 + - Index: 32 + Item: Infinity_Scroll + Rate: 1 + - Index: 33 + Item: Bloody_Scroll + Rate: 1 + - Index: 34 + Item: 2017_Special_Scroll + Rate: 1 + - Index: 35 + Item: Ice_Scroll + Rate: 1 + - SubGroup: 2 + List: + - Index: 0 + Item: 2015_New_Year_Scroll + Rate: 1 + - Index: 1 + Item: Sealed_Scroll2 + Rate: 1 + - Index: 2 + Item: Sealed_Scroll3 + Rate: 1 + - Index: 3 + Item: Status_Decrease_Scroll + Rate: 1 + - Index: 4 + Item: Mad_Bunny_Scroll + Rate: 1 + - Index: 5 + Item: Pump_Of_Spirit_Scroll + Rate: 1 + - Index: 6 + Item: Happy_Balloon_Scroll + Rate: 1 + - Index: 7 + Item: Piamette_Scroll + Rate: 1 + - Index: 8 + Item: Invisible_Scroll + Rate: 1 + - Index: 9 + Item: New_Hat_Scroll + Rate: 1 + - Index: 10 + Item: 2015_Special_Scroll + Rate: 1 + - Index: 11 + Item: 2015_Angel_Scroll + Rate: 1 + - Index: 12 + Item: Poring_Scroll + Rate: 1 + - Index: 13 + Item: Amistr_Scroll + Rate: 1 + - Index: 14 + Item: Shadow_Scroll + Rate: 1 + - Index: 15 + Item: Spirit_Scroll + Rate: 1 + - Index: 16 + Item: Balloon_Scroll + Rate: 1 + - Index: 17 + Item: Gunslinger_Scroll + Rate: 1 + - Index: 18 + Item: Green_Scroll_K + Rate: 1 + - Index: 19 + Item: Kafra_Scroll + Rate: 1 + - Index: 20 + Item: Sigrun_Scroll + Rate: 1 + - Index: 21 + Item: New_Hat_Scroll2 + Rate: 1 + - Index: 22 + Item: 2016_Special_Scroll + Rate: 1 + - Index: 23 + Item: Candlelight_Scroll + Rate: 1 + - Index: 24 + Item: Lapine_Scroll + Rate: 1 + - Index: 25 + Item: Love_Scroll + Rate: 1 + - Index: 26 + Item: Cat_Scroll + Rate: 1 + - Index: 27 + Item: Shadow_Scroll2 + Rate: 1 + - Index: 28 + Item: May_Gold_Scroll + Rate: 1 + - Index: 29 + Item: General_Scroll + Rate: 1 + - Index: 30 + Item: Green_Scroll_K2 + Rate: 1 + - Index: 31 + Item: Sentimental_Scroll + Rate: 1 + - Index: 32 + Item: Infinity_Scroll + Rate: 1 + - Index: 33 + Item: Bloody_Scroll + Rate: 1 + - Index: 34 + Item: 2017_Special_Scroll + Rate: 1 + - Index: 35 + Item: Ice_Scroll + Rate: 1 - Group: COMP_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Comp_Battle_Bubble + - Index: 0 + Item: Mysterious_Egg3 + - Index: 1 + Item: Comp_Battle_Bubble Amount: 5 - - Item: Mysterious_Egg3 - Group: MAY_RAINBOW_SCROLL SubGroups: - SubGroup: 1 List: - - Item: May_Rainbow_Scroll - Rate: 9390 - - Item: Poring_Sunglasses - Rate: 610 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: New_Insurance - Rate: 770 - - Item: Blacksmith_Blessing - Rate: 800 - - Item: Poring_Sunglasses_K - Rate: 65 - - Item: Poring_Sunglasses_K_ - Rate: 10 - - Item: Sealed_Card - Rate: 10 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Minus_Str_Box - Rate: 200 - - Item: Minus_Agi_Box - Rate: 200 - - Item: Minus_Vit_Box - Rate: 200 - - Item: Minus_Int_Box - Rate: 200 - - Item: Minus_Dex_Box - Rate: 200 - - Item: Minus_Luk_Box - Rate: 200 - - Item: Comp_Trans_Scroll - Rate: 800 - - Item: May_Rainbow_Scroll + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: Sealed_Card + Rate: 10 + Announced: true + - Index: 7 + Item: Sealed_Card2 + Rate: 10 + Announced: true + - Index: 8 + Item: Mightysoul_Essence + Rate: 10 + Announced: true + - Index: 9 + Item: New_Hat_Box Rate: 100 - - Item: AngelPoring_Box + Announced: true + - Index: 10 + Item: New_Hat_Box2 + Rate: 100 + Announced: true + - Index: 11 + Item: New_Hat_Box3 + Rate: 100 + Announced: true + - Index: 12 + Item: Overwhelm_Armor_Box + Rate: 50 + Announced: true + - Index: 13 + Item: Powerful_Helm_Box + Rate: 50 + Announced: true + - Index: 14 + Item: AngelPoring_Box Rate: 75 - - Item: WOB_Box - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1000 - - Item: May_Rainbow_Scroll - Rate: 100 - - Item: May_Rainbow_Scroll - Rate: 1000 - - Item: May_Rainbow_Scroll - Rate: 100 - - Item: May_Rainbow_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer + Announced: true + - Index: 15 + Item: Poring_Sunglasses_K + Rate: 65 + Announced: true + - Index: 16 + Item: Poring_Sunglasses_K_ + Rate: 10 + Announced: true + - Index: 17 + Item: Shadow_Random_Mix + Rate: 200 + - Index: 18 + Item: Minus_Str_Box + Rate: 200 + - Index: 19 + Item: Minus_Agi_Box + Rate: 200 + - Index: 20 + Item: Minus_Vit_Box + Rate: 200 + - Index: 21 + Item: Minus_Int_Box + Rate: 200 + - Index: 22 + Item: Minus_Dex_Box + Rate: 200 + - Index: 23 + Item: Minus_Luk_Box + Rate: 200 + - Index: 24 + Item: Advanced_Taiming_Item2 + Rate: 200 + - Index: 25 + Item: Blacksmith_Blessing + Rate: 800 + - Index: 26 + Item: Shadow_Refine_Hammer Rate: 400 - - Item: May_Rainbow_Scroll - Rate: 10 - - Item: Shadow_Random_Mix - Rate: 200 - - Item: Advanced_Taiming_Item2 - Rate: 200 - - Item: Overwhelm_Armor_Box - Rate: 50 - - Item: Powerful_Helm_Box - Rate: 50 - - Item: Mightysoul_Essence - Rate: 10 + - Index: 27 + Item: Comp_Trans_Scroll + Rate: 800 + - Index: 28 + Item: New_Insurance + Rate: 770 + - Index: 29 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 30 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 31 + Item: WOB_Box + Rate: 1000 + - Index: 32 + Item: Lapine_DdukddakBox + Rate: 1000 + - Index: 33 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: SWEET_CANDY_BOX SubGroups: - SubGroup: 0 List: - - Item: Sweet_Candy + - Index: 0 + Item: Sweet_Candy + Duration: 10080 - Group: PUMP_OF_SPIRIT_SCROLL2 SubGroups: - SubGroup: 1 List: - - Item: Shiver_Katar - Rate: 909 - - Item: Pump_Of_Spirit_Scroll2 - Rate: 9091 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: New_Insurance - Rate: 780 - - Item: Blacksmith_Blessing - Rate: 700 - - Item: Ancient_Hero_Boots - Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: WOB_Box - Rate: 1000 - - Item: Lapine_DdukddakBox - Rate: 1000 - - Item: Pump_Of_Spirit_Scroll2 - Rate: 1000 - - Item: Pump_Of_Spirit_Scroll2 + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: ExShadow_DdukddakBox Rate: 20 - - Item: Pump_Of_Spirit_Scroll2 + Announced: true + - Index: 7 + Item: Undine_Spear_K + Rate: 100 + Announced: true + - Index: 8 + Item: Demon_Hunting_Bible_K + Rate: 100 + Announced: true + - Index: 9 + Item: Shiver_Katar_K + Rate: 100 + Announced: true + - Index: 10 + Item: Hero_Weapon_Box + Rate: 50 + Announced: true + - Index: 11 + Item: Pump_Of_Spirit + Rate: 50 + Announced: true + - Index: 12 + Item: Spirit_Hat_Box + Rate: 50 + Announced: true + - Index: 13 + Item: Ancient_Hero_Boots + Rate: 100 + Announced: true + - Index: 14 + Item: Shadow_Random_Mix + Rate: 200 + - Index: 15 + Item: S_Rebellion_Armor Rate: 300 - - Item: Pump_Of_Spirit_Scroll2 - Rate: 1000 - - Item: Shadow_Refine_Hammer + - Index: 16 + Item: S_Rebellion_Shoes + Rate: 300 + - Index: 17 + Item: S_Kagerou_Armor + Rate: 300 + - Index: 18 + Item: S_Kagerou_Shoes + Rate: 300 + - Index: 19 + Item: S_Oboro_Armor + Rate: 300 + - Index: 20 + Item: S_Oboro_Shoes + Rate: 300 + - Index: 21 + Item: Advanced_Taiming_Item2 + Rate: 200 + - Index: 22 + Item: Blacksmith_Blessing + Rate: 700 + - Index: 23 + Item: Shadow_Refine_Hammer Rate: 400 - - Item: Shadow_Random_Mix - Rate: 200 - - Item: Advanced_Taiming_Item2 - Rate: 200 - - Item: Pump_Of_Spirit_Scroll2 - Rate: 50 - - Item: Pump_Of_Spirit_Scroll2 - Rate: 50 - - Item: S_Rebellion_Armor + - Index: 24 + Item: Material_Shadow_Cube Rate: 300 - - Item: S_Kagerou_Armor - Rate: 300 - - Item: S_Oboro_Armor - Rate: 300 - - Item: S_Rebellion_Shoes - Rate: 300 - - Item: S_Kagerou_Shoes - Rate: 300 - - Item: S_Oboro_Shoes - Rate: 300 - - Item: Pump_Of_Spirit - Rate: 50 - - Item: Shiver_Katar_K - Rate: 100 - - Item: Demon_Hunting_Bible_K - Rate: 100 - - Item: Undine_Spear_K - Rate: 100 + - Index: 25 + Item: New_Insurance + Rate: 780 + - Index: 26 + Item: C_Giant_Fly_1Day_Box_ + Rate: 1000 + - Index: 27 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 28 + Item: WOB_Box + Rate: 1000 + - Index: 29 + Item: Lapine_DdukddakBox + Rate: 1000 + - Index: 30 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: SPIRIT_HAT_BOX SubGroups: - SubGroup: 1 List: - - Item: Chick_Hat - Rate: 833 - - Item: Robo_Eye - Rate: 833 - - Item: Angel_Spirit - Rate: 833 - - Item: Ifrit's_Ear - Rate: 833 - - Item: Anubis_Helm - Rate: 833 - - Item: Rabbit_Magic_Hat - Rate: 833 - - Item: Sigrun's_Wing - Rate: 833 - - Item: Shadow_Booster - Rate: 833 - - Item: New_Wave_Sunglasses - Rate: 833 - - Item: Fallen_Angel_Blessing - Rate: 833 - - Item: Spirit_Of_Chung_E - Rate: 833 - - Item: Elemental_Crown_K - Rate: 833 + - Index: 0 + Item: Sigrun's_Wing + Rate: 1 + - Index: 1 + Item: Robo_Eye + Rate: 1 + - Index: 2 + Item: Angel_Spirit + Rate: 1 + - Index: 3 + Item: Spirit_Of_Chung_E + Rate: 1 + - Index: 4 + Item: Ifrit's_Ear + Rate: 1 + - Index: 5 + Item: Chick_Hat + Rate: 1 + - Index: 6 + Item: Shadow_Booster + Rate: 1 + - Index: 7 + Item: Fallen_Angel_Blessing + Rate: 1 + - Index: 8 + Item: Elemental_Crown_K + Rate: 1 + - Index: 9 + Item: Rabbit_Magic_Hat + Rate: 1 + - Index: 10 + Item: New_Wave_Sunglasses + Rate: 1 + - Index: 11 + Item: Anubis_Helm + Rate: 1 - Group: HERO_WEAPON_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Iron_Nail_K - Rate: 278 - - Item: Iron_Staff - Rate: 278 - - Item: Humma_Clear - Rate: 278 - - Item: Sword_Of_Bluefire - Rate: 278 - - Item: Royal_Bow_K - Rate: 278 - - Item: Narcis_Bow - Rate: 278 - - Item: Oriental_Sword - Rate: 278 - - Item: Shadow_Staff_K - Rate: 278 - - Item: SoulWeight - Rate: 278 - - Item: MeawFoxtail - Rate: 278 - - Item: Shiver_Katar_K - Rate: 278 - - Item: Avenger - Rate: 278 - - Item: Master_Soul_Rifle - Rate: 278 - - Item: Demon_S_Shot - Rate: 278 - - Item: Golden_L_Launcher - Rate: 278 - - Item: The_Black_Gatling - Rate: 278 - - Item: Demon_Hunting_Bible_K - Rate: 278 - - Item: OneSkyOneSun - Rate: 278 - - Item: Magic_Sword - Rate: 278 - - Item: Sharp_Wind_Sword - Rate: 278 - - Item: Fog_Dew_Sword - Rate: 278 - - Item: Undine_Spear_K - Rate: 278 - - Item: Crimson_Rose - Rate: 278 - - Item: Light_Blade - Rate: 278 - - Item: Slate_Sword - Rate: 278 - - Item: Fatalist - Rate: 278 - - Item: Freezing_Rod - Rate: 278 - - Item: Ray_Knuckle - Rate: 278 - - Item: Trumpet_Shell_K - Rate: 278 - - Item: Barb_Wire_K - Rate: 278 - - Item: Meteor_Striker - Rate: 278 - - Item: Saint_Hall - Rate: 278 - - Item: Dragonic_Slayer - Rate: 278 - - Item: Blade_Katar - Rate: 278 - - Item: Blue_Crystal_Staff - Rate: 278 - - Item: Scalet_Dragon_L_Bow - Rate: 278 + - Index: 0 + Item: Royal_Bow_K + Rate: 1 + - Index: 1 + Item: Narcis_Bow + Rate: 1 + - Index: 2 + Item: Shadow_Staff_K + Rate: 1 + - Index: 3 + Item: Iron_Nail_K + Rate: 1 + - Index: 4 + Item: Magic_Sword + Rate: 1 + - Index: 5 + Item: Sword_Of_Bluefire + Rate: 1 + - Index: 6 + Item: Avenger + Rate: 1 + - Index: 7 + Item: Iron_Staff + Rate: 1 + - Index: 8 + Item: Oriental_Sword + Rate: 1 + - Index: 9 + Item: Undine_Spear_K + Rate: 1 + - Index: 10 + Item: Demon_Hunting_Bible_K + Rate: 1 + - Index: 11 + Item: Shiver_Katar_K + Rate: 1 + - Index: 12 + Item: OneSkyOneSun + Rate: 1 + - Index: 13 + Item: SoulWeight + Rate: 1 + - Index: 14 + Item: MeawFoxtail + Rate: 1 + - Index: 15 + Item: Crimson_Rose + Rate: 1 + - Index: 16 + Item: Master_Soul_Rifle + Rate: 1 + - Index: 17 + Item: Demon_S_Shot + Rate: 1 + - Index: 18 + Item: Golden_L_Launcher + Rate: 1 + - Index: 19 + Item: The_Black_Gatling + Rate: 1 + - Index: 20 + Item: Sharp_Wind_Sword + Rate: 1 + - Index: 21 + Item: Fog_Dew_Sword + Rate: 1 + - Index: 22 + Item: Humma_Clear + Rate: 1 + - Index: 23 + Item: Dragonic_Slayer + Rate: 1 + - Index: 24 + Item: Light_Blade + Rate: 1 + - Index: 25 + Item: Slate_Sword + Rate: 1 + - Index: 26 + Item: Trumpet_Shell_K + Rate: 1 + - Index: 27 + Item: Barb_Wire_K + Rate: 1 + - Index: 28 + Item: Meteor_Striker + Rate: 1 + - Index: 29 + Item: Saint_Hall + Rate: 1 + - Index: 30 + Item: Ray_Knuckle + Rate: 1 + - Index: 31 + Item: Blade_Katar + Rate: 1 + - Index: 32 + Item: Fatalist + Rate: 1 + - Index: 33 + Item: Scalet_Dragon_L_Bow + Rate: 1 + - Index: 34 + Item: Blue_Crystal_Staff + Rate: 1 + - Index: 35 + Item: Freezing_Rod + Rate: 1 + - Index: 36 + Item: Freedom_Stick + Rate: 1 + - Index: 37 + Item: Blessed_Knife + Rate: 1 - Group: STARSOUL_SCROLL SubGroups: - SubGroup: 1 List: - - Item: C_CatPaw_7Day_Box_ - Rate: 5000 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 5000 - - SubGroup: 2 - List: - - Item: Crystal_Jewel__ - Rate: 1000 - - Item: Blacksmith_Blessing - Rate: 700 - - Item: Poison_Bottle_Box2 - Rate: 780 - - Item: StarSoul_Scroll - Rate: 1000 - - Item: Ancient_Hero_Boots - Rate: 100 - - Item: Weapon_7Up_Box - Rate: 15 - - Item: Weapon_9Up_Box - Rate: 9 - - Item: Weapon_11Up_Box + - Index: 0 + Item: Weapon_11Up_Box Rate: 1 - - Item: Armor_7Up_Box - Rate: 15 - - Item: Armor_9Up_Box - Rate: 9 - - Item: Armor_11Up_Box + Announced: true + - Index: 1 + Item: Armor_11Up_Box Rate: 1 - - Item: Lapine_DdukddakBox - Rate: 1000 - - Item: StarSoul_Scroll - Rate: 1000 - - Item: StarSoul_Scroll + Announced: true + - Index: 2 + Item: Weapon_9Up_Box + Rate: 9 + Announced: true + - Index: 3 + Item: Armor_9Up_Box + Rate: 9 + Announced: true + - Index: 4 + Item: Weapon_7Up_Box + Rate: 15 + Announced: true + - Index: 5 + Item: Armor_7Up_Box + Rate: 15 + Announced: true + - Index: 6 + Item: ExShadow_DdukddakBox Rate: 20 - - Item: StarSoul_Scroll + Announced: true + - Index: 7 + Item: OneSkyOneSun + Rate: 100 + Announced: true + - Index: 8 + Item: SoulWeight + Rate: 100 + Announced: true + - Index: 9 + Item: MeawFoxtail + Rate: 100 + Announced: true + - Index: 10 + Item: Hero_Weapon_Box + Rate: 50 + Announced: true + - Index: 11 + Item: Pump_Of_Spirit + Rate: 50 + Announced: true + - Index: 12 + Item: Spirit_Hat_Box + Rate: 50 + Announced: true + - Index: 13 + Item: Ancient_Hero_Boots + Rate: 100 + Announced: true + - Index: 14 + Item: Shadow_Random_Mix + Rate: 200 + - Index: 15 + Item: S_Star_Emperor_Armor Rate: 300 - - Item: StarSoul_Scroll - Rate: 1000 - - Item: Shadow_Refine_Hammer + - Index: 16 + Item: S_Star_Emperor_Shoes + Rate: 300 + - Index: 17 + Item: S_Soul_Reaper_Armor + Rate: 300 + - Index: 18 + Item: S_Soul_Reaper_Shoes + Rate: 300 + - Index: 19 + Item: S_DoramPhysical_Armor + Rate: 150 + - Index: 20 + Item: S_DoramPhysical_Shoes + Rate: 150 + - Index: 21 + Item: S_DoramMagical_Armor + Rate: 150 + - Index: 22 + Item: S_DoramMagical_Shoes + Rate: 150 + - Index: 23 + Item: Advanced_Taiming_Item2 + Rate: 200 + - Index: 24 + Item: Blacksmith_Blessing + Rate: 700 + - Index: 25 + Item: Shadow_Refine_Hammer Rate: 400 - - Item: Shadow_Random_Mix - Rate: 200 - - Item: Advanced_Taiming_Item2 - Rate: 200 - - Item: StarSoul_Scroll - Rate: 50 - - Item: StarSoul_Scroll - Rate: 50 - - Item: S_DoramPhysical_Armor - Rate: 150 - - Item: S_DoramPhysical_Shoes - Rate: 150 - - Item: S_DoramMagical_Armor - Rate: 150 - - Item: S_DoramMagical_Shoes - Rate: 150 - - Item: S_Star_Emperor_Armor + - Index: 26 + Item: Material_Shadow_Cube Rate: 300 - - Item: S_Star_Emperor_Shoes - Rate: 300 - - Item: S_Soul_Reaper_Armor - Rate: 300 - - Item: S_Soul_Reaper_Shoes - Rate: 300 - - Item: Pump_Of_Spirit - Rate: 50 - - Item: SoulWeight - Rate: 100 - - Item: MeawFoxtail - Rate: 100 - - Item: OneSkyOneSun - Rate: 100 + - Index: 27 + Item: Poison_Bottle_Box2 + Rate: 780 + - Index: 28 + Item: C_Wing_Of_Fly_5Day_Box_ + Rate: 1000 + - Index: 29 + Item: Mysterious_Medal_Box + Rate: 1000 + - Index: 30 + Item: C_CatPaw_7Day_Box + Rate: 1000 + - Index: 31 + Item: Lapine_DdukddakBox + Rate: 1000 + - Index: 32 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 - Group: COMP_CONNECTERROR SubGroups: - SubGroup: 0 List: - - Item: Comp_Bubble_Gum - Amount: 2 - - Item: Battle_Manual100 - - Item: Premium_Box_5d7 - - Item: World_Tour_Ticket + - Index: 0 + Item: Premium_Box_5d7 + - Index: 1 + Item: World_Tour_Ticket Amount: 10 + - Index: 2 + Item: Battle_Manual100 + - Index: 3 + Item: Comp_Bubble_Gum + Amount: 2 - Group: 2018_JUMP_THX_BOX SubGroups: - SubGroup: 0 List: - - Item: E_Med_Life_Potion + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: Comp_Power_Booster + Amount: 10 + - Index: 2 + Item: E_Small_Life_Potion Amount: 20 - - Item: E_Small_Life_Potion + - Index: 3 + Item: E_Med_Life_Potion Amount: 20 - - Item: Comp_Small_Mana_Potion + - Index: 4 + Item: Comp_Small_Mana_Potion Amount: 10 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: World_Tour_Ticket + - Index: 5 + Item: World_Tour_Ticket Amount: 20 - Group: TIME_OVERLOAD_BOX SubGroups: - SubGroup: 0 List: - - Item: Time_Overload_Robe - - Item: Time_Overload_Hood - - Item: Time_Overload_Boots - - Item: S_Timeoverload_Weapon - - Item: S_Timeoverload_Armor - - Item: S_Timeoverload_Shield - - Item: S_Timeoverload_Shoes - - Item: S_Timeoverload_Earing - - Item: S_Timeoverload_Pandent - - Item: Time_Overload_Ring + - Index: 0 + Item: Time_Overload_Robe + - Index: 1 + Item: Time_Overload_Hood + - Index: 2 + Item: Time_Overload_Boots + - Index: 3 + Item: Time_Overload_Ring + - Index: 4 + Item: S_Timeoverload_Weapon + - Index: 5 + Item: S_Timeoverload_Armor + - Index: 6 + Item: S_Timeoverload_Shield + - Index: 7 + Item: S_Timeoverload_Shoes + - Index: 8 + Item: S_Timeoverload_Earing + - Index: 9 + Item: S_Timeoverload_Pandent - Group: 110LVUP SubGroups: - SubGroup: 0 List: - - Item: E_Med_Life_Potion - Amount: 30 - - Item: E_Small_Life_Potion - Amount: 30 - - Item: Reward_Job_BM25 + - Index: 0 + Item: Comp_Battle_Bubble Amount: 2 - - Item: 120LVUP - - Item: Comp_Battle_Bubble + - Index: 1 + Item: Reward_Job_BM25 Amount: 2 - - Item: World_Tour_Ticket + - Index: 2 + Item: World_Tour_Ticket Amount: 10 + - Index: 3 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 4 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 5 + Item: 120LVUP - Group: SEASON_EVT_REWARD_3 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Orange_Juice - Rate: 310 - - Item: Rainbow_Carrot - Rate: 310 - - Item: Earthworm_The_Dude - Rate: 310 - - Item: Sweet_Milk - Rate: 310 - - Item: Well_Dried_Bone - Rate: 310 - - Item: Dew_Laden_Moss - Rate: 310 - - Item: Deadly_Noxious_Herb - Rate: 310 - - Item: Fatty_Chubby_Earthworm - Rate: 310 - - Item: Baked_Yam - Rate: 310 - - Item: Tropical_Banana - Rate: 310 - - Item: No_Recipient - Rate: 310 - - Item: Old_Broom - Rate: 310 - - Item: Contracts_In_Shadow - Rate: 310 - - Item: Heart_Of_Her - Rate: 310 - - Item: Sway_Apron - Rate: 310 - - Item: Chocolate_Egg - Rate: 1600 + - Index: 0 + Item: Yummy_Cookie_Egg + Rate: 1000 Amount: 10 - - Item: Yummy_Cookie_Egg - Rate: 1600 + - Index: 1 + Item: Chocolate_Egg + Rate: 1545 Amount: 10 - - Item: Holy_Egg - Rate: 600 + - Index: 2 + Item: Holy_Egg + Rate: 945 Amount: 5 - - Item: Very_Red_Juice + - Index: 3 + Item: Heart_Of_Her Rate: 310 - - Item: Delicious_Shaved_Ice + - Index: 4 + Item: Little_Dall_Needle Rate: 310 - - Item: Gril_Doll - Rate: 40 - - Item: Gril's_Naivety + - Index: 5 + Item: Delicious_Shaved_Ice + Rate: 310 + - Index: 6 + Item: Well_Dried_Bone + Rate: 310 + - Index: 7 + Item: Dew_Laden_Moss + Rate: 310 + - Index: 8 + Item: Deadly_Noxious_Herb + Rate: 310 + - Index: 9 + Item: Tropical_Banana + Rate: 310 + - Index: 10 + Item: No_Recipient + Rate: 310 + - Index: 11 + Item: Old_Broom + Rate: 310 + - Index: 12 + Item: Orange_Juice + Rate: 310 + - Index: 13 + Item: Contracts_In_Shadow + Rate: 310 + - Index: 14 + Item: Tantanmen + Rate: 310 + - Index: 15 + Item: Sway_Apron + Rate: 310 + - Index: 16 + Item: Very_Red_Juice + Rate: 310 + - Index: 17 + Item: Rainbow_Carrot + Rate: 310 + - Index: 18 + Item: Earthworm_The_Dude + Rate: 310 + - Index: 19 + Item: Sweet_Milk + Rate: 310 + - Index: 20 + Item: Fatty_Chubby_Earthworm + Rate: 310 + - Index: 21 + Item: Baked_Yam + Rate: 310 + - Index: 22 + Item: Boy's_Naivety + Rate: 100 + - Index: 23 + Item: Gril's_Naivety + Rate: 30 + - Index: 24 + Item: Gril_Doll + Rate: 120 + - Index: 25 + Item: C_Mimic_Egg_Shell + Rate: 50 + - Index: 26 + Item: C_Holy_Egg_Hat + Rate: 50 + - Index: 27 + Item: C_Egg_Minihat + Rate: 50 + - Index: 28 + Item: C_Luna_On_Shoulder + Rate: 50 + - Index: 29 + Item: C_Rose_Crispinette + Rate: 50 + - Index: 30 + Item: C_Egg_Crispinette + Rate: 50 + - Index: 31 + Item: Magic_Card_Album Rate: 10 - - Item: Boy's_Naivety - Rate: 35 - - Item: Tantanmen - Rate: 310 - - Item: C_Luna_On_Shoulder - Rate: 50 - - Item: Little_Dall_Needle - Rate: 310 - - Item: K_Secret_Key - Rate: 25 - - Item: C_Egg_Minihat - Rate: 50 - - Item: C_Holy_Egg_Hat - Rate: 50 - - Item: C_Mimic_Egg_Shell + - Index: 32 + Item: Old_Card_Album + Rate: 10 + - Index: 33 + Item: C_Happy_Lunatic_Ear Rate: 50 - Group: SEASON_EVT_REWARD_4 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Small_Spray_Of_Flowers - Rate: 4600 + - Index: 0 + Item: Cherry_Blossom_Cake + Rate: 4095 + - Index: 1 + Item: Small_Spray_Of_Flowers + Rate: 3100 Amount: 3 - - Item: E_Med_Life_Potion + - Index: 2 + Item: Fancy_Spray_Of_Flowers + Rate: 1500 + - Index: 3 + Item: E_Med_Life_Potion Rate: 200 Amount: 3 - - Item: E_Small_Life_Potion + - Index: 4 + Item: E_Small_Life_Potion Rate: 200 Amount: 3 - - Item: Cherry_Blossom_Cake - Rate: 4525 - - Item: Comp_Power_Booster + - Index: 5 + Item: Comp_Power_Booster Rate: 200 - - Item: Comp_Almighty + - Index: 6 + Item: Comp_Almighty + Rate: 200 + - Index: 7 + Item: C_Cherry_Blossom_Hat_YL + Rate: 40 + - Index: 8 + Item: C_Persika + Rate: 40 + - Index: 9 + Item: C_Blossom_Glasses + Rate: 40 + - Index: 10 + Item: C_Cherry_Blossom_Hat + Rate: 40 + - Index: 11 + Item: Cherryblossom_Fan + Rate: 40 + - Index: 12 + Item: Bloody_Dead_Branch + Rate: 10 + - Index: 13 + Item: Luxurious_Blue_Box + Rate: 15 + - Index: 14 + Item: Cherry_Twig_In_Mouth + Rate: 40 + - Index: 15 + Item: C_Pray_Cherry_Blossom + Rate: 40 + - Index: 16 + Item: E_Infinity_Drink Rate: 200 - - Item: K_Secret_Key - Rate: 25 - - Item: C_Cherry_Blossom_Hat_YL - Rate: 50 - Group: SEASON_EVT_REWARD_5 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Old_Blue_Box - Rate: 500 - - Item: Branch_Of_Dead_Tree - Rate: 500 - - Item: Yggdrasilberry + - Index: 0 + Item: Magic_Card_Album + Rate: 15 + - Index: 1 + Item: Old_Card_Album + Rate: 15 + - Index: 2 + Item: Bloody_Dead_Branch + Rate: 10 + - Index: 3 + Item: K_Secret_Key + Rate: 20 + - Index: 4 + Item: C_Mini_Melon + Rate: 100 + - Index: 5 + Item: C_Dalcom_Helmet + Rate: 100 + - Index: 6 + Item: C_Melon_Cap + Rate: 100 + - Index: 7 + Item: Yggdrasilberry Rate: 141 - - Item: Old_Card_Album - Rate: 10 - - Item: Old_Violet_Box + - Index: 8 + Item: Old_Violet_Box Rate: 102 - - Item: Inspector_Certificate - Rate: 500 - - Item: Sweet_Melon - Rate: 3559 - Amount: 5 - - Item: Bloody_Dead_Branch - Rate: 10 - - Item: Set_Of_Taiming_Item - Rate: 68 - - Item: Sesame_Pastry - Rate: 335 - - Item: Honey_Pastry - Rate: 500 - - Item: Magic_Card_Album - Rate: 10 - - Item: E_Med_Life_Potion - Rate: 150 - Amount: 3 - - Item: E_Small_Life_Potion - Rate: 150 - Amount: 3 - - Item: C_Melon_Cap - Rate: 100 - - Item: Melon_Juice - Rate: 1500 - - Item: Sweet_Melon_Juice - Rate: 1000 - - Item: Melon_Parfait + - Index: 9 + Item: Melon_Parfait Rate: 340 - - Item: Comp_Power_Booster + - Index: 10 + Item: E_Med_Life_Potion Rate: 150 - - Item: Comp_Almighty + Amount: 3 + - Index: 11 + Item: E_Small_Life_Potion Rate: 150 - - Item: K_Secret_Key - Rate: 25 - - Item: C_Dalcom_Helmet - Rate: 100 - - Item: C_Mini_Melon + Amount: 3 + - Index: 12 + Item: Comp_Power_Booster + Rate: 150 + - Index: 13 + Item: Comp_Almighty + Rate: 150 + - Index: 14 + Item: Set_Of_Taiming_Item + Rate: 68 + - Index: 15 + Item: Sweet_Melon_Juice + Rate: 1000 + - Index: 16 + Item: Sesame_Pastry + Rate: 335 + - Index: 17 + Item: Honey_Pastry + Rate: 500 + - Index: 18 + Item: Melon_Juice + Rate: 1500 + - Index: 19 + Item: Old_Blue_Box + Rate: 500 + - Index: 20 + Item: Branch_Of_Dead_Tree + Rate: 500 + - Index: 21 + Item: Inspector_Certificate + Rate: 500 + - Index: 22 + Item: Sweet_Melon + Rate: 3452 + Amount: 5 + - Index: 23 + Item: Sealed_Card2 + Rate: 1 + - Index: 24 + Item: C_Melon_Headphone Rate: 100 + - Index: 25 + Item: Sealed_Card + Rate: 1 - Group: JOB_ENCHANT_STONE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: SuraStone_Top - Rate: 238 - - Item: SuraStone_Middle - Rate: 238 - - Item: SuraStone_Bottom - Rate: 238 - - Item: SuraStone_Robe - Rate: 119 - - Item: RangerStone_Top - Rate: 238 - - Item: RangerStone_Middle - Rate: 238 - - Item: RangerStone_Bottom - Rate: 238 - - Item: RangerStone_Robe - Rate: 119 - - Item: SorcererStone_Top - Rate: 238 - - Item: SorcererStone_Middle - Rate: 238 - - Item: SorcererStone_Bottom - Rate: 238 - - Item: SorcererStone_Robe - Rate: 119 - - Item: RuneknightStone_Top - Rate: 238 - - Item: RuneknightStone_Middle - Rate: 238 - - Item: RuneknightStone_Bottom - Rate: 238 - - Item: RuneknightStone_Robe - Rate: 119 - - Item: GeneticStone_Robe - Rate: 119 - - Item: GeneticStone_Top - Rate: 238 - - Item: GeneticStone_Middle - Rate: 238 - - Item: GeneticStone_Bottom - Rate: 238 - - Item: WarlockStone_Top - Rate: 238 - - Item: WarlockStone_Middle - Rate: 238 - - Item: WarlockStone_Bottom - Rate: 238 - - Item: WarlockStone_Robe - Rate: 119 - - Item: ShadowchaserStone_Top - Rate: 238 - - Item: ShadowchaseStone_Middle - Rate: 238 - - Item: ShadowchaseStone_Bottom - Rate: 238 - - Item: ShadowchaserStone_Robe - Rate: 119 - - Item: MechanicStone_Top - Rate: 238 - - Item: MechanicStone_Middle - Rate: 238 - - Item: MechanicStone_Bottom - Rate: 238 - - Item: MechanicStone_Robe - Rate: 119 - - Item: WanderMinstrelStone_Top - Rate: 238 - - Item: WanderMinstStone_Middle - Rate: 238 - - Item: WanderMinstStone_Bottom - Rate: 238 - - Item: WanderMinstreStone_Robe - Rate: 119 - - Item: HighpriestStone_Top - Rate: 238 - - Item: HighpriestStone_Middle - Rate: 238 - - Item: HighpriestStone_Bottom - Rate: 238 - - Item: ArchbishopStone_Robe - Rate: 119 - - Item: PaladinStone_Top - Rate: 238 - - Item: PaladinStone_Middle - Rate: 238 - - Item: PaladinStone_Bottom - Rate: 238 - - Item: RoyalguardStone_Robe - Rate: 119 - - Item: AssacrossStone_Top - Rate: 238 - - Item: AssacrossStone_Middle - Rate: 238 - - Item: AssacrossStone_Bottom - Rate: 238 - - Item: GuillcrossStone_Robe - Rate: 119 + - Index: 0 + Item: ArchbishopStone_Robe + Rate: 1 + - Index: 1 + Item: RoyalguardStone_Robe + Rate: 1 + - Index: 2 + Item: GuillcrossStone_Robe + Rate: 1 + - Index: 3 + Item: HighpriestStone_Top + Rate: 2 + - Index: 4 + Item: HighpriestStone_Middle + Rate: 2 + - Index: 5 + Item: HighpriestStone_Bottom + Rate: 2 + - Index: 6 + Item: PaladinStone_Top + Rate: 2 + - Index: 7 + Item: PaladinStone_Middle + Rate: 2 + - Index: 8 + Item: PaladinStone_Bottom + Rate: 2 + - Index: 9 + Item: AssacrossStone_Top + Rate: 2 + - Index: 10 + Item: AssacrossStone_Middle + Rate: 2 + - Index: 11 + Item: AssacrossStone_Bottom + Rate: 2 + - Index: 12 + Item: ShadowchaserStone_Robe + Rate: 1 + - Index: 13 + Item: MechanicStone_Robe + Rate: 1 + - Index: 14 + Item: WanderMinstreStone_Robe + Rate: 1 + - Index: 15 + Item: ShadowchaserStone_Top + Rate: 2 + - Index: 16 + Item: ShadowchaseStone_Middle + Rate: 2 + - Index: 17 + Item: ShadowchaseStone_Bottom + Rate: 2 + - Index: 18 + Item: MechanicStone_Top + Rate: 2 + - Index: 19 + Item: MechanicStone_Middle + Rate: 2 + - Index: 20 + Item: MechanicStone_Bottom + Rate: 2 + - Index: 21 + Item: WanderMinstrelStone_Top + Rate: 2 + - Index: 22 + Item: WanderMinstStone_Middle + Rate: 2 + - Index: 23 + Item: WanderMinstStone_Bottom + Rate: 2 + - Index: 24 + Item: RuneknightStone_Robe + Rate: 1 + - Index: 25 + Item: GeneticStone_Robe + Rate: 1 + - Index: 26 + Item: WarlockStone_Robe + Rate: 1 + - Index: 27 + Item: RuneknightStone_Top + Rate: 2 + - Index: 28 + Item: RuneknightStone_Middle + Rate: 2 + - Index: 29 + Item: RuneknightStone_Bottom + Rate: 2 + - Index: 30 + Item: GeneticStone_Top + Rate: 2 + - Index: 31 + Item: GeneticStone_Middle + Rate: 2 + - Index: 32 + Item: GeneticStone_Bottom + Rate: 2 + - Index: 33 + Item: WarlockStone_Top + Rate: 2 + - Index: 34 + Item: WarlockStone_Middle + Rate: 2 + - Index: 35 + Item: WarlockStone_Bottom + Rate: 2 + - Index: 36 + Item: SuraStone_Robe + Rate: 1 + - Index: 37 + Item: RangerStone_Robe + Rate: 1 + - Index: 38 + Item: SorcererStone_Robe + Rate: 1 + - Index: 39 + Item: SuraStone_Top + Rate: 2 + - Index: 40 + Item: SuraStone_Middle + Rate: 2 + - Index: 41 + Item: SuraStone_Bottom + Rate: 2 + - Index: 42 + Item: RangerStone_Top + Rate: 2 + - Index: 43 + Item: RangerStone_Middle + Rate: 2 + - Index: 44 + Item: RangerStone_Bottom + Rate: 2 + - Index: 45 + Item: SorcererStone_Top + Rate: 2 + - Index: 46 + Item: SorcererStone_Middle + Rate: 2 + - Index: 47 + Item: SorcererStone_Bottom + Rate: 2 - Group: MAIN_LUCKY_BOX SubGroups: - SubGroup: 0 List: - - Item: Cachua_Coupon - - SubGroup: 1 + - Index: 0 + Item: Cachua_Coupon + - SubGroup: 6 List: -# - Item: Guarantee_Weapon_9Up -# Rate: 0 - - Item: Guarantee_Weapon_8Up + - Index: 0 + Item: Sillit_Pong_Box Rate: 1 - - Item: Guarantee_Weapon_7Up - Rate: 1 -# - Item: Guarantee_Armor_9Up -# Rate: 0 - - Item: Guarantee_Armor_8Up - Rate: 1 - - Item: Guarantee_Armor_7Up - Rate: 1 -# - Item: Guarantee_Weapon_11Up -# Rate: 0 -# - Item: Guarantee_Armor_11Up -# Rate: 0 -# - Item: Guarantee_Weapon_12Up -# Rate: 0 -# - Item: Guarantee_Armor_12Up -# Rate: 0 - - Item: Blacksmith_Blessing - Rate: 450 -# - Item: Guarantee_Weapon_10Up -# Rate: 0 -# - Item: Guarantee_Armor_10Up -# Rate: 0 - - Item: M_Dimension_Essence + Announced: true + - Index: 1 + Item: High_Refine_Guarantee + Rate: 5 + Announced: true + - Index: 2 + Item: Enchant_Ticket + Rate: 6 + Amount: 2 + Announced: true + - Index: 3 + Item: Mightysoul_Essence Rate: 9 - - Item: C_CatPaw_7Day_Box_ - Rate: 569 - - Item: Poison_Bottle_Box2 - Rate: 664 - - Item: Honglyun's_Sword - Rate: 1 - - Item: C_Wing_Of_Fly_5Day_Box - Rate: 47 - - Item: Main_Lucky_Box - Rate: 47 - - Item: Narcis_Bow - Rate: 1 - - Item: FaceWorm_Breath - Rate: 1 - - Item: Ancient_Hero_Boots - Rate: 47 - - Item: Sealed_Card + Announced: true + - Index: 4 + Item: M_Dimension_Essence Rate: 9 - - Item: Comp_Battle_Bubble - Rate: 47 - - Item: Comp_Trans_Scroll - Rate: 47 - - Item: Class_Shadow_Cube - Rate: 266 - - Item: WOB_Box - Rate: 569 - - Item: Alchemist_Box - Rate: 47 - - Item: Main_Lucky_Box - Rate: 664 - - Item: Main_Lucky_Box - Rate: 569 - - Item: Main_Lucky_Box - Rate: 569 - - Item: Shadow_Refine_Hammer - Rate: 379 - - Item: BloodyKnight_Shield_Box - Rate: 1 - - Item: Main_Lucky_Box + Announced: true + - Index: 5 + Item: Refine_Guarantee + Rate: 83 + Announced: true + - Index: 6 + Item: SLD_Boss_Card_Album Rate: 9 - - Item: Shadow_Random_Mix - Rate: 427 - - Item: Overwhelm_Armor_Box - Rate: 2 - - Item: Main_Lucky_Box - Rate: 95 - - Item: Shadow_9_Refine_Hammer - Rate: 1 -# - Item: Sillit_Pong_Box -# Rate: 0 - - Item: Mightysoul_Essence - Rate: 9 - - Item: World_Tour_Ticket - Rate: 569 - - Item: Mad_Bunny_K_ - Rate: 9 - - Item: Ancient_Hero_Bravery - Rate: 1 - - Item: Ancient_Hero_Wisdom - Rate: 1 - - Item: Main_Lucky_Box - Rate: 2 - - Item: Main_Lucky_Box - Rate: 47 - - Item: Skill_Sha_M_S_Weapon - Rate: 5 - - Item: Main_Lucky_Box - Rate: 95 - - Item: Class_Sha_R_M_Melee - Rate: 33 - - Item: Class_Sha_R_M_Magic - Rate: 33 - - Item: Skill_Sha_R_M_Melee - Rate: 33 - - Item: Skill_Sha_R_M_Magic - Rate: 33 - - Item: Skill_Sha_M_S_Shield - Rate: 5 - - Item: Skill_Sha_M_S_Pendant - Rate: 5 - - Item: Skill_Sha_M_S_Earing - Rate: 5 - - Item: Skill_Sha_M_S_Shoes - Rate: 5 - - Item: Skill_Sha_M_S_Armor - Rate: 5 - - Item: Main_Lucky_Box - Rate: 569 - - Item: Main_Lucky_Box - Rate: 569 -# - Item: Temporal_Refine_Cube -# Rate: 0 -# - Item: Geffen_Refine_Cube -# Rate: 0 -# - Item: Old_Refine_Cube -# Rate: 0 - - Item: Refine_Hero_Weapon - Rate: 1 - - Item: Refine_Hero_Boots - Rate: 1 - - Item: Remodel_Hero_Boots - Rate: 1 -# - Item: OS_Weapon_Refine_Cube -# Rate: 0 -# - Item: Racecap_Refine_Cube -# Rate: 0 - - Item: Main_Lucky_Box + Announced: true + - Index: 7 + Item: AceCard_Box Rate: 10 - - Item: Main_Lucky_Box + Announced: true + - Index: 8 + Item: aegis_410232 Rate: 10 - - Item: Main_Lucky_Box - Rate: 10 - - Item: Main_Lucky_Box - Rate: 10 - - Item: Sword_Of_Bluefire_Cube - Rate: 1 - - Item: Slate_Sword_Cube - Rate: 1 - - Item: Narcis_Bow_Cube - Rate: 1 - - Item: Trumpet_Shell_K_Cube - Rate: 1 - - Item: Barb_Wire_K_Cube - Rate: 1 - - Item: Main_Lucky_Box - Rate: 474 - - Item: Main_Lucky_Box - Rate: 47 - - Item: Main_Lucky_Box - Rate: 47 - - Item: Main_Lucky_Box - Rate: 1138 - - Item: Main_Lucky_Box - Rate: 266 - - Item: Main_Lucky_Box - Rate: 9 - - Item: Main_Lucky_Box - Rate: 5 - - Item: Main_Lucky_Box - Rate: 79 - - Item: Main_Lucky_Box - Rate: 28 - - Item: Hero_Equipment_Cube - Rate: 47 - - Item: Main_Lucky_Box - Rate: 66 - - Item: Main_Lucky_Box - Rate: 66 - - Item: Large_Sorcerer_Crown - Rate: 5 - - Item: Viva_Adul_Hat_AB1 - Rate: 9 - - Item: Viva_Adul_Hat_AB2 - Rate: 9 - - Item: Viva_Adul_Hat_SC1 - Rate: 9 - - Item: Viva_Adul_Hat_SC2 - Rate: 9 - - Item: Hero_Insignia - Rate: 9 - - Item: Hero_Token_SHC - Rate: 5 - - Item: Hero_Token_ABC - Rate: 5 - - Item: Slate_Sword - Rate: 1 - - Item: Trumpet_Shell_K - Rate: 1 - - Item: Barb_Wire_K - Rate: 1 - - Item: Mad_Bunny_Ticket - Rate: 19 - - Item: Hero_Enchant_Ticket - Rate: 19 + Announced: true + - Index: 9 + Item: Pump_Of_Spirit + Rate: 20 + Announced: true + - Index: 10 + Item: Slayer_Furious + Rate: 50 + Announced: true + - Index: 11 + Item: Trident_Furious + Rate: 50 + Announced: true + - Index: 12 + Item: Demonius_Furious + Rate: 50 + Announced: true + - Index: 13 + Item: Demonsword_Furious + Rate: 50 + Announced: true + - Index: 14 + Item: Foxtail_Furious + Rate: 50 + Announced: true + - Index: 15 + Item: Setaria_Furious + Rate: 50 + Announced: true + - Index: 16 + Item: FuriousCirclet_DK + Rate: 50 + Announced: true + - Index: 17 + Item: FuriousCirclet_ABC + Rate: 50 + Announced: true + - Index: 18 + Item: FuriousCirclet_SH + Rate: 50 + Announced: true + - Index: 19 + Item: FuriousBoots + Rate: 50 + Announced: true + - Index: 20 + Item: Refine_Furious + Rate: 50 + Announced: true + - Index: 21 + Item: S_Master_Weapon + Rate: 20 + Announced: true + - Index: 22 + Item: S_Master_Shield + Rate: 20 + Announced: true + - Index: 23 + Item: M_Armor_Box + Rate: 100 + - Index: 24 + Item: M_Shoes_Box + Rate: 100 + - Index: 25 + Item: M_Pendant_Box + Rate: 100 + - Index: 26 + Item: M_Earring_Box + Rate: 100 + - Index: 27 + Item: Blacksmith_Bless_Box_3 + Rate: 30 + Announced: true + - Index: 28 + Item: Shadow_Hammer_Box_3 + Rate: 30 + Announced: true + - Index: 29 + Item: S_Enchant_Essence_Box_3 + Rate: 30 + Announced: true + - Index: 30 + Item: Shadow_Up_Box + Rate: 400 + - Index: 31 + Item: Blacksmith_Blessing + Rate: 400 + - Index: 32 + Item: S_Enchant_Essence + Rate: 268 + - Index: 33 + Item: Loki_Coin_Box + Rate: 60 + - Index: 34 + Item: Loki_Advice_Box + Rate: 60 + - Index: 35 + Item: Material_Shadow_CubeII + Rate: 150 + - Index: 36 + Item: Shadow_Refine_Hammer + Rate: 400 + - Index: 37 + Item: Skill_Shadow_Cube + Rate: 420 + - Index: 38 + Item: All_Shadow_Cube + Rate: 300 + - Index: 39 + Item: Shadow_R_M_Box_ + Rate: 300 + - Index: 40 + Item: Shadowdecon_Ore_Box + Rate: 400 + - Index: 41 + Item: Zelunium_Ore_Box + Rate: 400 + - Index: 42 + Item: Minus_Status_Box_ + Rate: 400 + - Index: 43 + Item: Poison_Bottle_Box2 + Rate: 400 + - Index: 44 + Item: C_CatPaw_7Day_Box_ + Rate: 400 + - Index: 45 + Item: Alchemist_Box_ + Rate: 400 + - Index: 46 + Item: Ein_Ore_Box + Rate: 400 + - Index: 47 + Item: Fate_Fragment_Box + Rate: 400 + - Index: 48 + Item: Sin_Fragment_Box + Rate: 400 + - Index: 49 + Item: Amethyst_Fragment_Box + Rate: 400 + - Index: 50 + Item: Snow_F_Ore_Box + Rate: 400 + - Index: 51 + Item: C_Wing_Of_Fly_5Day_Box_ + Rate: 400 + - Index: 52 + Item: Brown_Dia_Box_3_7 + Rate: 400 + - Index: 53 + Item: Gold + Rate: 400 + Amount: 3 + - Index: 54 + Item: World_Tour_Ticket + Rate: 400 + Amount: 5 - Group: SEASON_EVT_REWARD SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Warnut_Chocoball - Rate: 1233 - - Item: Old_Card_Album - Rate: 103 - - Item: Season_Evt_Reward - Rate: 2 - - Item: True_Hunting_9Refine - Rate: 31 - - Item: True_Hunting_Opt_A - Rate: 360 - - Item: True_Hunting_Opt_B - Rate: 360 - - Item: Octupus_Leg - Rate: 450 - - Item: Magic_Card_Album - Rate: 103 - - Item: 2009_Rice_Cake_Soup - Rate: 411 - - Item: E_Med_Life_Potion - Rate: 154 + - Index: 0 + Item: K_Secret_Key + Rate: 25 + - Index: 1 + Item: C_bullhead + Rate: 100 + - Index: 2 + Item: C_Nut_Cracker + Rate: 500 + - Index: 3 + Item: Magic_Card_Album + Rate: 200 + - Index: 4 + Item: Old_Card_Album + Rate: 200 + - Index: 5 + Item: E_Small_Life_Potion + Rate: 300 Amount: 3 - - Item: E_Small_Life_Potion - Rate: 154 + - Index: 6 + Item: E_Med_Life_Potion + Rate: 300 Amount: 3 - - Item: C_Nut_Cracker - Rate: 257 - - Item: C_bullhead - Rate: 51 - - Item: BraisedShortRibs - Rate: 514 - - Item: BraisedSpareribs - Rate: 514 - - Item: Choco_Tteokguk - Rate: 617 - - Item: Comp_Small_Mana_Potion - Rate: 77 - Amount: 3 - - Item: Season_Evt_Reward - Rate: 257 - - Item: Comp_Power_Booster - Rate: 154 - - Item: Comp_Almighty - Rate: 154 - - Item: K_Secret_Key - Rate: 13 - - Item: Nihil_Card - Rate: 360 - - Item: Agnes_Card - Rate: 360 - - Item: Jurgen_Card - Rate: 360 - - Item: Spica_Card - Rate: 360 - - Item: Kronecker_Card - Rate: 360 - - Item: Skia_Card - Rate: 360 - - Item: Kathryn_Card - Rate: 563 - - Item: Isaac_Card - Rate: 563 - - Item: C_Midgarts_Glory - Rate: 15 - - Item: Poe_Card - Rate: 360 - - Item: C_Pierced_Apple - Rate: 15 + - Index: 7 + Item: Comp_Power_Booster + Rate: 300 + - Index: 8 + Item: Comp_Almighty + Rate: 300 + - Index: 9 + Item: EVT_JAN02KR + Rate: 500 + - Index: 10 + Item: 2009_Rice_Cake_Soup + Rate: 800 + - Index: 11 + Item: Octupus_Leg + Rate: 875 + - Index: 12 + Item: BraisedShortRibs + Rate: 1000 + - Index: 13 + Item: BraisedSpareribs + Rate: 1000 + - Index: 14 + Item: Choco_Tteokguk + Rate: 1200 + - Index: 15 + Item: Warnut_Chocoball + Rate: 2400 - Group: CANDY_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Candy_Box_Melee - Rate: 3333 - - Item: Candy_Box_Range - Rate: 3333 - - Item: Candy_Box_Magic - Rate: 3333 + - Index: 0 + Item: Candy_Box_Melee + Rate: 1 + - Index: 1 + Item: Candy_Box_Range + Rate: 1 + - Index: 2 + Item: Candy_Box_Magic + Rate: 1 - Group: PORING_SUNGLASSES_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Poring_Sunglasses - Rate: 9988 - - Item: Poring_Sunglasses_K - Rate: 11 - - Item: Poring_Sunglasses_K_ + - Index: 0 + Item: Poring_Sunglasses_K + Rate: 10 + - Index: 1 + Item: Poring_Sunglasses_K_ Rate: 1 - Group: SIGRUN_SHADOW_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Sigrun_Armor - Rate: 5000 - - Item: S_Sigrun_Shield - Rate: 5000 + - Index: 0 + Item: S_Sigrun_Shield + Rate: 3 + - Index: 1 + Item: S_Sigrun_Armor + Rate: 3 - Group: MAD_BUNNY_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Mad_Bunny_K - Rate: 5000 - - Item: Mad_Bunny_K_ - Rate: 5000 + - Index: 0 + Item: Mad_Bunny_K + Rate: 3 + - Index: 1 + Item: Mad_Bunny_K_ + Rate: 3 - Group: LEVEL_ACHIEVEMENT_BOX SubGroups: - SubGroup: 0 List: - - Item: Enchant_Stone_Box13 - - Item: Enchant_Stone_Box14 - - Item: Enchant_Stone_Box15 - - Item: Enchant_Stone_Box16 + - Index: 0 + Item: Enchant_Stone_Box13 + - Index: 1 + Item: Enchant_Stone_Box14 + - Index: 2 + Item: Enchant_Stone_Box15 + - Index: 3 + Item: Enchant_Stone_Box16 - Group: ABYSS_ITEMBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Dragon_Canine - Rate: 1230 - Amount: 10 - - Item: Dragon_Scale - Rate: 1230 - Amount: 10 - - Item: Dragon_Train - Rate: 1230 - Amount: 10 - - Item: Dragon's_Skin - Rate: 1230 - Amount: 10 - - Item: Abyss_Ddbox - Rate: 50 - - Item: Dragenergy_Green - Rate: 770 - Amount: 3 - - Item: Dragenergy_Blue - Rate: 770 - Amount: 3 - - Item: Dragenergy_Red - Rate: 770 - Amount: 3 - - Item: Dragenergy_Gold - Rate: 770 - Amount: 3 - - Item: Dragenergy_Purple - Rate: 770 - Amount: 3 - - Item: Dragenergy_Silver - Rate: 770 - Amount: 3 - - Item: Drabone_L + - Index: 0 + Item: Drabone_L Rate: 70 - - Item: Drabone_S + - Index: 1 + Item: Drabone_S Rate: 200 - - Item: Abyss_Ddbox3 + - Index: 2 + Item: Dragenergy_Green + Rate: 770 + Amount: 3 + - Index: 3 + Item: Dragenergy_Blue + Rate: 770 + Amount: 3 + - Index: 4 + Item: Dragenergy_Red + Rate: 770 + Amount: 3 + - Index: 5 + Item: Dragenergy_Gold + Rate: 770 + Amount: 3 + - Index: 6 + Item: Dragenergy_Purple + Rate: 770 + Amount: 3 + - Index: 7 + Item: Dragenergy_Silver + Rate: 770 + Amount: 3 + - Index: 8 + Item: Abyss_Ddbox + Rate: 50 + - Index: 9 + Item: Dragon's_Skin + Rate: 1230 + Amount: 10 + - Index: 10 + Item: Dragon_Canine + Rate: 1230 + Amount: 10 + - Index: 11 + Item: Dragon_Scale + Rate: 1230 + Amount: 10 + - Index: 12 + Item: Dragon_Train + Rate: 1230 + Amount: 10 + - Index: 13 + Item: Abyss_Ddbox3 Rate: 70 - - Item: Abyss_Ddbox4 + - Index: 14 + Item: Abyss_Ddbox4 Rate: 70 - Group: ODIN_ITEMBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Soft_Feather - Rate: 3000 - Amount: 5 - - Item: Rune_Of_Darkness + - Index: 0 + Item: CassockA_STR + Rate: 600 + - Index: 1 + Item: CassockA_AGI + Rate: 600 + - Index: 2 + Item: CassockA_VIT + Rate: 600 + - Index: 3 + Item: CassockA_DEX + Rate: 600 + - Index: 4 + Item: CassockA_INT + Rate: 600 + - Index: 5 + Item: CassockA_LUK + Rate: 600 + - Index: 6 + Item: Cassock_Boots + Rate: 400 + - Index: 7 + Item: Cassock_Manteau + Rate: 400 + - Index: 8 + Item: Angel_Dream + Rate: 600 + Amount: 3 + - Index: 9 + Item: Rune_Of_Darkness Rate: 2000 Amount: 2 - - Item: CassockA_STR - Rate: 600 - - Item: CassockA_AGI - Rate: 600 - - Item: CassockA_VIT - Rate: 600 - - Item: CassockA_DEX - Rate: 600 - - Item: CassockA_INT - Rate: 600 - - Item: CassockA_LUK - Rate: 600 - - Item: Cassock_Manteau - Rate: 400 - - Item: Cassock_Boots - Rate: 400 - - Item: Angel_Dream - Rate: 600 - Amount: 3 + - Index: 10 + Item: Soft_Feather + Rate: 3000 + Amount: 5 - Group: BIO_W_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Golden_Wrench - Rate: 256 - - Item: Combo_Fist - Rate: 256 - - Item: Asura_Bandage - Rate: 256 - - Item: Staff_Of_Miracle - Rate: 256 - - Item: Gravitation_Staff - Rate: 256 - - Item: Adorare_Staff - Rate: 256 - - Item: Engine_Pilebuncker - Rate: 256 - - Item: Coolant_Injection - Rate: 256 - - Item: Gene_Rod - Rate: 256 - - Item: Lucis_Flail - Rate: 256 - - Item: Bright_Mace - Rate: 256 - - Item: Rapid_Fire_C_Bow - Rate: 256 - - Item: Sharp_Star_Bow - Rate: 256 - - Item: Aiming_Bow - Rate: 256 - - Item: Falken_Shooter - Rate: 256 - - Item: Wind_Gale - Rate: 256 - - Item: Volar - Rate: 256 - - Item: Vernan - Rate: 256 - - Item: Crimson_Rose_Stick - Rate: 256 - - Item: Psychic_Spear_Rod - Rate: 256 - - Item: Dust_Grave - Rate: 256 - - Item: Ponitendtia - Rate: 256 - - Item: Heart_Whip - Rate: 256 - - Item: Scarlet_Ribbon - Rate: 256 - - Item: Reaper_Cross - Rate: 256 - - Item: Agudo_Filo - Rate: 256 - - Item: Maxi_Spanner - Rate: 256 - - Item: Boltigin - Rate: 256 - - Item: Judgement_Slasher - Rate: 256 - - Item: Repent_Slasher - Rate: 256 - - Item: Jack_The_Knife - Rate: 256 - - Item: Platinum_Dagger - Rate: 256 - - Item: Argen_Blanco - Rate: 256 - - Item: Harve - Rate: 256 - - Item: Fortrage - Rate: 256 - - Item: Black_Circle - Rate: 256 - - Item: Antique_Cello - Rate: 256 - - Item: Farthezan - Rate: 256 - - Item: Estal - Rate: 256 + - Index: 0 + Item: Volar + Rate: 10 + - Index: 1 + Item: Vernan + Rate: 10 + - Index: 2 + Item: Argen_Blanco + Rate: 10 + - Index: 3 + Item: Farthezan + Rate: 10 + - Index: 4 + Item: Harve + Rate: 10 + - Index: 5 + Item: Fortrage + Rate: 10 + - Index: 6 + Item: Golden_Wrench + Rate: 10 + - Index: 7 + Item: Engine_Pilebuncker + Rate: 10 + - Index: 8 + Item: Maxi_Spanner + Rate: 10 + - Index: 9 + Item: Estal + Rate: 10 + - Index: 10 + Item: Coolant_Injection + Rate: 10 + - Index: 11 + Item: Gene_Rod + Rate: 10 + - Index: 12 + Item: Judgement_Slasher + Rate: 10 + - Index: 13 + Item: Repent_Slasher + Rate: 10 + - Index: 14 + Item: Reaper_Cross + Rate: 10 + - Index: 15 + Item: Agudo_Filo + Rate: 10 + - Index: 16 + Item: Jack_The_Knife + Rate: 10 + - Index: 17 + Item: Platinum_Dagger + Rate: 10 + - Index: 18 + Item: Crimson_Rose_Stick + Rate: 10 + - Index: 19 + Item: Staff_Of_Miracle + Rate: 10 + - Index: 20 + Item: Gravitation_Staff + Rate: 10 + - Index: 21 + Item: Boltigin + Rate: 10 + - Index: 22 + Item: Psychic_Spear_Rod + Rate: 10 + - Index: 23 + Item: Dust_Grave + Rate: 10 + - Index: 24 + Item: Ponitendtia + Rate: 10 + - Index: 25 + Item: Adorare_Staff + Rate: 10 + - Index: 26 + Item: Lucis_Flail + Rate: 10 + - Index: 27 + Item: Combo_Fist + Rate: 10 + - Index: 28 + Item: Asura_Bandage + Rate: 10 + - Index: 29 + Item: Bright_Mace + Rate: 10 + - Index: 30 + Item: Sharp_Star_Bow + Rate: 10 + - Index: 31 + Item: Falken_Shooter + Rate: 10 + - Index: 32 + Item: Aiming_Bow + Rate: 10 + - Index: 33 + Item: Wind_Gale + Rate: 10 + - Index: 34 + Item: Black_Circle + Rate: 10 + - Index: 35 + Item: Antique_Cello + Rate: 10 + - Index: 36 + Item: Heart_Whip + Rate: 10 + - Index: 37 + Item: Scarlet_Ribbon + Rate: 10 + - Index: 38 + Item: Rapid_Fire_C_Bow + Rate: 10 - Group: BIO_DOCU_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Old_Card_Album - Rate: 1667 - - Item: Magic_Card_Album - Rate: 1667 - - Item: Bio_Reseearch_Docu - Rate: 3333 + - Index: 0 + Item: Bio_Test_Fragment + Rate: 250 Amount: 3 - - Item: Bio_Test_Fragment - Rate: 3333 + - Index: 1 + Item: Bio_Test_Fragment + Rate: 100 + Amount: 4 + - Index: 2 + Item: Bio_Test_Fragment + Rate: 100 + Amount: 5 + - Index: 3 + Item: Bio_Reseearch_Docu + Rate: 250 Amount: 3 + - Index: 4 + Item: Bio_Reseearch_Docu + Rate: 100 + Amount: 4 + - Index: 5 + Item: Bio_Reseearch_Docu + Rate: 100 + Amount: 5 + - Index: 6 + Item: Magic_Card_Album + Rate: 50 + - Index: 7 + Item: Old_Card_Album + Rate: 50 - Group: BIO_REACTANT_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Soul_Of_Swordman - Rate: 1200 - - Item: Soul_Of_Merchant - Rate: 1200 - - Item: Soul_Of_Thief - Rate: 1200 - - Item: Soul_Of_Magicion - Rate: 1200 - - Item: Soul_Of_Archer - Rate: 1200 - - Item: Soul_Of_Acolyte - Rate: 1200 - - Item: Particles_Of_Energy - Rate: 1000 - - Item: Pieces_Of_Sentiment - Rate: 1200 - - Item: Pieces_Of_Grudge - Rate: 600 + - Index: 0 + Item: Soul_Of_Swordman + Rate: 120 + - Index: 1 + Item: Soul_Of_Merchant + Rate: 120 + - Index: 2 + Item: Soul_Of_Thief + Rate: 120 + - Index: 3 + Item: Soul_Of_Magicion + Rate: 120 + - Index: 4 + Item: Soul_Of_Acolyte + Rate: 120 + - Index: 5 + Item: Soul_Of_Archer + Rate: 120 + - Index: 6 + Item: Pieces_Of_Sentiment + Rate: 120 + - Index: 7 + Item: Particles_Of_Energy + Rate: 100 + - Index: 8 + Item: Pieces_Of_Grudge + Rate: 60 - Group: PAYPROMOTION_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Afro_Wig_Red - Rate: 2174 - - Item: C_Man_Medal_Gold - Rate: 2174 - - Item: C_Alice_Wig_PK - Rate: 2174 - - Item: C_Volume_Low_TwinK - Rate: 1304 - - Item: C_Lolita_Two_Side_UpK - Rate: 1304 - - Item: C_Fairy_Long_BD - Rate: 435 - - Item: C_Fairy_Long_SV - Rate: 435 + - Index: 0 + Item: C_Fairy_Long_BD + Rate: 1 + - Index: 1 + Item: C_Fairy_Long_SV + Rate: 1 + - Index: 2 + Item: C_Man_Medal_Gold + Rate: 5 + - Index: 3 + Item: C_Alice_Wig_PK + Rate: 5 + - Index: 4 + Item: C_Lolita_Two_Side_UpK + Rate: 3 + - Index: 5 + Item: C_Volume_Low_TwinK + Rate: 3 + - Index: 6 + Item: C_Afro_Wig_Red + Rate: 5 - Group: E_BCRYSTAL_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Oridecon_Stone - Rate: 2042 + - Index: 0 + Item: C_PoringBeret_TW + Rate: 50 + - Index: 1 + Item: C_Heart_Hair_Pin + Rate: 75 + - Index: 2 + Item: C_Picnic_Hat + Rate: 75 + - Index: 3 + Item: C_Cryptura_Hair_Cap + Rate: 75 + - Index: 4 + Item: 2019_SStarR_Ticket + Rate: 4000 + - Index: 5 + Item: 2019_SStarR_Ticket + Rate: 2000 + Amount: 3 + - Index: 6 + Item: 2019_SStarR_Tbox + Rate: 1000 + - Index: 7 + Item: White_Slim_Potion_Box_ + Rate: 1000 + - Index: 8 + Item: Crystal_Blue + Rate: 500 Amount: 5 - - Item: Crystal_Blue - Rate: 833 + - Index: 9 + Item: Oridecon_Stone + Rate: 1225 Amount: 5 - - Item: E_Bcrystal_Box - Rate: 1667 - - Item: C_Cryptura_Hair_Cap - Rate: 125 - - Item: C_Heart_Hair_Pin - Rate: 125 - - Item: C_Picnic_Hat - Rate: 125 - - Item: White_Slim_Potion_Box_ - Rate: 1667 - - Item: 2019_SStarR_Ticket - Rate: 3333 - - Item: C_PoringBeret_TW - Rate: 83 - Group: E_MCRYSTAL_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Oridecon_Stone - Rate: 1615 + - Index: 0 + Item: C_Heart_Hair_Pin + Rate: 50 + - Index: 1 + Item: C_Picnic_Hat + Rate: 50 + - Index: 2 + Item: C_Cryptura_Hair_Cap + Rate: 50 + - Index: 3 + Item: 2019_SStarR_Ticket + Rate: 3500 + - Index: 4 + Item: 2019_SStarR_Ticket + Rate: 1700 + Amount: 3 + - Index: 5 + Item: 2019_SStarR_Tbox + Rate: 800 + - Index: 6 + Item: White_Slim_Potion_Box_ + Rate: 900 + - Index: 7 + Item: Crystal_Blue + Rate: 1900 Amount: 4 - - Item: Crystal_Blue - Rate: 2923 + - Index: 8 + Item: Oridecon_Stone + Rate: 1050 Amount: 4 - - Item: E_Mcrystal_Box - Rate: 1231 - - Item: C_Cryptura_Hair_Cap - Rate: 77 - - Item: C_Heart_Hair_Pin - Rate: 77 - - Item: C_Picnic_Hat - Rate: 77 - - Item: White_Slim_Potion_Box_ - Rate: 1385 - - Item: 2019_SStarR_Ticket - Rate: 2615 - Group: E_SCRYSTAL_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Oridecon_Stone - Rate: 1321 + - Index: 0 + Item: C_Heart_Hair_Pin + Rate: 25 + - Index: 1 + Item: C_Picnic_Hat + Rate: 25 + - Index: 2 + Item: C_Cryptura_Hair_Cap + Rate: 25 + - Index: 3 + Item: 2019_SStarR_Ticket + Rate: 3000 + - Index: 4 + Item: 2019_SStarR_Ticket + Rate: 1500 Amount: 3 - - Item: Crystal_Blue - Rate: 4286 + - Index: 5 + Item: 2019_SStarR_Tbox + Rate: 700 + - Index: 6 + Item: White_Slim_Potion_Box_ + Rate: 800 + - Index: 7 + Item: Crystal_Blue + Rate: 3000 + Amount: 3 + - Index: 8 + Item: Oridecon_Stone + Rate: 925 Amount: 3 - - Item: E_Scrystal_Box - Rate: 1000 - - Item: C_Cryptura_Hair_Cap - Rate: 36 - - Item: C_Heart_Hair_Pin - Rate: 36 - - Item: C_Picnic_Hat - Rate: 36 - - Item: White_Slim_Potion_Box_ - Rate: 1143 - - Item: 2019_SStarR_Ticket - Rate: 2143 - Group: BOOSTER_PACK_1 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 - Amount: 2 - - Item: Novice_Potion_B + - Index: 0 + Item: Novice_Potion_B Amount: 200 - - Item: Arrow_Container - Amount: 5 - - Item: N_Butterfly_Wing + - Index: 1 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 2 + Item: N_Butterfly_Wing Amount: 30 - - Item: N_Magnifier - Amount: 30 - - Item: Metal_Dagger - - Item: C_School_Bag_BU - - Item: Center_Potion_B + - Index: 3 + Item: Blue_Potion_B_10 Amount: 2 - - Item: E_Wing_Of_Fly_3Day_Box - - Item: Metal_W_Ticket - - Item: Booster_Pack_15 - - Item: Stater_A_Box - - Item: Booster_Call - - Item: C_Squirrel_Ear_Hat_Kr + - Index: 4 + Item: N_Magnifier + Amount: 30 + - Index: 5 + Item: Arrow_Container + Amount: 5 + - Index: 6 + Item: Metal_Dagger + - Index: 7 + Item: Stater_A_Box + - Index: 8 + Item: Time_Over_S_Box + - Index: 9 + Item: Booster_Pack_10 + - Index: 10 + Item: Bullet_Case + Amount: 5 - Group: BOOSTER_PACK_15 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 + - Index: 0 + Item: Orange_Potion_B_20 + Amount: 4 + - Index: 1 + Item: Boarding_Halter_Box30_Z + - Index: 2 + Item: Blue_Potion_B_10 Amount: 3 - - Item: Arrow_Container + - Index: 3 + Item: Center_Potion_B Amount: 5 - - Item: Center_Potion_B + - Index: 4 + Item: Arrow_Container Amount: 5 - - Item: Orange_Potion_B_20 - Amount: 4 - - Item: Booster_Pack_30 - - Item: Boarding_Halter_Box30_Z - - Item: Booster_Coin + - Index: 5 + Item: Booster_Coin Amount: 4 + - Index: 6 + Item: Booster_Pack_30 + - Index: 7 + Item: Bullet_Case + Amount: 5 - Group: BOOSTER_PACK_30 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 + - Index: 0 + Item: Orange_Potion_B_20 + Amount: 8 + - Index: 1 + Item: Blue_Potion_B_10 Amount: 4 - - Item: Arrow_Container + - Index: 2 + Item: Bullet_Case Amount: 5 - - Item: Orange_Potion_B_20 - Amount: 8 - - Item: World_Tour_Ticket + - Index: 3 + Item: Arrow_Container + Amount: 5 + - Index: 4 + Item: Booster_Coin + Amount: 12 + - Index: 5 + Item: World_Tour_Ticket Amount: 10 - - Item: Booster_Pack_45 - - Item: Metal_7_Ticket - - Item: Exp_Up_1 - Amount: 5 - - Item: Jexp_Up_1 - Amount: 5 - - Item: Booster_Coin - Amount: 8 + - Index: 6 + Item: Booster_Pack_40 - Group: BOOSTER_PACK_45 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 - Amount: 5 - - Item: Arrow_Container - Amount: 5 - - Item: Awakening_Potion_B - Amount: 2 - - Item: Yellow_Potion_B_20 + - Index: 0 + Item: Yellow_Potion_B_20 Amount: 4 - - Item: World_Tour_Ticket + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 5 + - Index: 2 + Item: Awakening_Potion_B + Amount: 2 + - Index: 3 + Item: Arrow_Container + Amount: 5 + - Index: 4 + Item: Booster_Coin Amount: 10 - - Item: Booster_Pack_60 - - Item: Booster_Coin + - Index: 5 + Item: World_Tour_Ticket Amount: 10 + - Index: 6 + Item: Booster_Pack_60 + - Index: 7 + Item: Bullet_Case + Amount: 5 - Group: BOOSTER_PACK_60 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 - Amount: 6 - - Item: Yellow_Potion_B_20 + - Index: 0 + Item: Yellow_Potion_B_20 Amount: 8 - - Item: Comp_Power_Booster + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 6 + - Index: 2 + Item: Comp_Almighty Amount: 5 - - Item: Comp_Almighty + - Index: 3 + Item: Comp_Power_Booster Amount: 5 - - Item: World_Tour_Ticket + - Index: 4 + Item: E_Infinity_Drink + Amount: 5 + - Index: 5 + Item: Booster_Coin + Amount: 24 + - Index: 6 + Item: World_Tour_Ticket Amount: 10 - - Item: Booster_Pack_75 - - Item: Time_Over_S_Box - - Item: E_Infinity_Drink - Amount: 5 - - Item: Booster_Coin - Amount: 15 + - Index: 7 + Item: Booster_Pack_70 - Group: BOOSTER_PACK_75 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 - Amount: 7 - - Item: E_Life_Potion_Pack - - Item: White_Potion_B_20 + - Index: 0 + Item: White_Potion_B_20 Amount: 4 - - Item: World_Tour_Ticket + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 7 + - Index: 2 + Item: E_Red_Booster + Amount: 20 + - Index: 3 + Item: E_Life_Potion_Pack + - Index: 4 + Item: Exp_Up_2 + Amount: 5 + - Index: 5 + Item: Jexp_Up_1 + Amount: 5 + - Index: 6 + Item: Booster_Coin + Amount: 20 + - Index: 7 + Item: World_Tour_Ticket Amount: 10 - - Item: Booster_Pack_90 - - Item: E_Red_Booster - Amount: 20 - - Item: Exp_Up_2 - Amount: 5 - - Item: Jexp_Up_1 - Amount: 5 - - Item: Booster_Coin - Amount: 20 + - Index: 8 + Item: Booster_Pack_90 - Group: BOOSTER_PACK_90 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 + - Index: 0 + Item: White_Potion_B_20 Amount: 8 - - Item: White_Potion_B_20 + - Index: 1 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 2 + Item: Blue_Potion_B_10 Amount: 8 - - Item: E_Wing_Of_Fly_3Day_Box - - Item: Comp_Power_Booster + - Index: 3 + Item: Comp_Almighty Amount: 5 - - Item: Comp_Almighty + - Index: 4 + Item: Comp_Power_Booster Amount: 5 - - Item: World_Tour_Ticket + - Index: 5 + Item: E_Infinity_Drink + Amount: 5 + - Index: 6 + Item: Booster_Coin + Amount: 36 + - Index: 7 + Item: World_Tour_Ticket Amount: 10 - - Item: Booster_Pack_100 - - Item: E_Infinity_Drink - Amount: 5 - - Item: Booster_Coin - Amount: 22 + - Index: 8 + Item: Booster_Pack_100 + - Index: 9 + Item: Lv_Up_T_90 + Amount: 3 + - Index: 10 + Item: E_Life_Potion_Pack + - Index: 11 + Item: E_Red_Booster + Amount: 20 - Group: BOOSTER_PACK_100 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 - Amount: 9 - - Item: E_Life_Potion_Pack - - Item: E_DEF_Scroll_Box - - Item: Biting_Off_Rideword - - Item: E_Wing_Of_Fly_3Day_Box - - Item: World_Tour_Ticket - Amount: 10 - - Item: Booster_Pack_115 - - Item: Boost_Up_1 - Amount: 3 - - Item: E_Red_Booster + - Index: 0 + Item: E_Life_Potion_Pack + - Index: 1 + Item: E_DEF_Scroll_Box + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 4 + Item: Boarding_Halter_Box30_Z + - Index: 5 + Item: E_Red_Booster + Amount: 20 + - Index: 6 + Item: Booster_B_M_1 + Amount: 3 + - Index: 7 + Item: EpisodClear16_ + - Index: 8 + Item: Biting_Off_Rideword + - Index: 9 + Item: Booster_W_Ticket + - Index: 10 + Item: Boost_Armor_Box + - Index: 11 + Item: Booster_W_Up_3 + - Index: 12 + Item: Booster_Coin + Amount: 40 + - Index: 13 + Item: Booster_Pack_110 + - Index: 14 + Item: World_Tour_Ticket Amount: 20 - - Item: Boarding_Halter_Box30_Z - - Item: Booster_W_Up_3 - - Item: Boost_A_Ticket - - Item: Booster_W_Ticket - - Item: Booster_Coin - Amount: 25 - - Item: EpisodClear16_ - Group: BOOSTER_PACK_115 SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B_10 + - Index: 0 + Item: Blue_Potion_B_10 Amount: 10 - - Item: Battle_Manual100 + - Index: 1 + Item: Comp_Almighty + Amount: 5 + - Index: 2 + Item: Comp_Power_Booster + Amount: 5 + - Index: 3 + Item: E_Infinity_Drink + Amount: 5 + - Index: 4 + Item: Exp_Up_3 + Amount: 5 + - Index: 5 + Item: Jexp_Up_1 + Amount: 10 + - Index: 6 + Item: Battle_Manual100 Amount: 2 - - Item: Comp_Power_Booster - Amount: 5 - - Item: Comp_Almighty - Amount: 5 - - Item: Booster_Pack_130 - - Item: E_Infinity_Drink - Amount: 5 - - Item: Exp_Up_3 - Amount: 5 - - Item: Jexp_Up_1 - Amount: 10 - - Item: Booster_Coin + - Index: 7 + Item: Booster_Coin Amount: 30 + - Index: 8 + Item: Booster_Pack_130 - Group: BOOSTER_PACK_130 SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack - Amount: 2 - - Item: E_DEF_Scroll_Box - Amount: 2 - - Item: Comp_Small_Mana_Potion - Amount: 40 - - Item: World_Tour_Ticket - Amount: 10 - - Item: Inventory_Ex_Evt + - Index: 0 + Item: Comp_Almighty + Amount: 5 + - Index: 1 + Item: Comp_Power_Booster + Amount: 5 + - Index: 2 + Item: E_Infinity_Drink + Amount: 5 + - Index: 3 + Item: Booster_B_M_1 Amount: 3 - - Item: Booster_Pack_145 - - Item: E_Red_Booster - Amount: 40 - - Item: Booster_Coin - Amount: 32 + - Index: 4 + Item: Booster_Coin + Amount: 58 + - Index: 5 + Item: World_Tour_Ticket + Amount: 20 + - Index: 6 + Item: Booster_Pack_140 - Group: BOOSTER_PACK_145 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual100 + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: Comp_Power_Booster + Amount: 10 + - Index: 2 + Item: E_Infinity_Drink + Amount: 10 + - Index: 3 + Item: Battle_Manual100 Amount: 2 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: World_Tour_Ticket - Amount: 10 - - Item: Booster_Pack_160 - - Item: E_Infinity_Drink - Amount: 10 - - Item: Booster_Coin + - Index: 4 + Item: Booster_Coin Amount: 36 + - Index: 5 + Item: World_Tour_Ticket + Amount: 10 + - Index: 6 + Item: Booster_Pack_160 - Group: BOOSTER_PACK_160 SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack + - Index: 0 + Item: E_Life_Potion_Pack Amount: 3 - - Item: E_DEF_Scroll_Box + - Index: 1 + Item: E_DEF_Scroll_Box Amount: 3 - - Item: Battle_Manual100 - Amount: 2 - - Item: Comp_Small_Mana_Potion + - Index: 2 + Item: Comp_Small_Mana_Potion Amount: 60 - - Item: World_Tour_Ticket - Amount: 10 - - Item: Inventory_Ex_Evt - Amount: 3 - - Item: Booster_Pack_175 - - Item: E_Red_Booster + - Index: 3 + Item: E_Red_Booster Amount: 60 - - Item: Exp_Up_4 - Amount: 5 - - Item: Booster_Coin - Amount: 40 + - Index: 4 + Item: Inventory_Ex_Evt + Amount: 3 + - Index: 5 + Item: Booster_B_M_2 + Amount: 3 + - Index: 6 + Item: Booster_Coin + Amount: 76 + - Index: 7 + Item: World_Tour_Ticket + Amount: 20 + - Index: 8 + Item: Booster_Pack_170 - Group: BOOSTER_PACK_175 SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual100 + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: Comp_Power_Booster + Amount: 10 + - Index: 2 + Item: E_Infinity_Drink + Amount: 10 + - Index: 3 + Item: Battle_Manual100 Amount: 2 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: World_Tour_Ticket - Amount: 10 - - Item: E_Infinity_Drink - Amount: 10 - - Item: Booster_Pack_190 - - Item: Booster_Coin + - Index: 4 + Item: Booster_Coin Amount: 44 + - Index: 5 + Item: World_Tour_Ticket + Amount: 10 + - Index: 6 + Item: Booster_Pack_190 - Group: STATER_A_BOX SubGroups: - SubGroup: 0 List: - - Item: H_AD_Suits - - Item: H_AD_Hood - - Item: H_AD_Sandle - - Item: H_AD_Clip + - Index: 0 + Item: H_AD_Suits + - Index: 1 + Item: H_AD_Hood + - Index: 2 + Item: H_AD_Sandle + - Index: 3 + Item: H_AD_Clip - Group: BOOST_ATK_BOX SubGroups: - SubGroup: 0 List: - - Item: Atker_Plate - - Item: Atker_Greave - - Item: Atker_Manteau - - Item: Atker_Ring + - Index: 0 + Item: Atker_Plate + - Index: 1 + Item: Atker_Manteau + - Index: 2 + Item: Atker_Greave + - Index: 3 + Item: Atker_Ring - Group: BOOST_RAN_BOX SubGroups: - SubGroup: 0 List: - - Item: Ran_Suits - - Item: Ran_Boots - - Item: Ran_Manteau - - Item: Ran_Brooch + - Index: 0 + Item: Ran_Suits + - Index: 1 + Item: Ran_Manteau + - Index: 2 + Item: Ran_Boots + - Index: 3 + Item: Ran_Brooch - Group: BOOST_ELE_BOX SubGroups: - SubGroup: 0 List: - - Item: Ele_Robe - - Item: Ele_Shoes - - Item: Ele_Muffler - - Item: Ele_Earing + - Index: 0 + Item: Ele_Robe + - Index: 1 + Item: Ele_Muffler + - Index: 2 + Item: Ele_Shoes + - Index: 3 + Item: Ele_Earing - Group: BOOST_DEFN_BOX SubGroups: - SubGroup: 0 List: - - Item: Defn_Robe - - Item: Defn_Shoes - - Item: Defn_Muffler - - Item: Defn_Earing + - Index: 0 + Item: Defn_Robe + - Index: 1 + Item: Defn_Muffler + - Index: 2 + Item: Defn_Shoes + - Index: 3 + Item: Defn_Earing - Group: GOAL_GIFT_BOX SubGroups: - SubGroup: 1 List: - - Item: C_Garden_Of_Eden - Rate: 1000 - - Item: C_Fluffy_Angel_Cape - Rate: 1000 - - Item: C_Male_Poring_Earmuff - Rate: 2500 - - Item: C_Adv_Whisper_Mask_J - Rate: 2500 - - Item: C_Miyabi_Long_Hair + - Index: 0 + Item: C_Miyabi_Long_Hair Rate: 500 - - Item: C_VesperHeadGear + - Index: 1 + Item: C_Garden_Of_Eden + Rate: 1000 + - Index: 2 + Item: C_Fluffy_Angel_Cape + Rate: 1000 + - Index: 3 + Item: C_VesperHeadGear + Rate: 2500 + - Index: 4 + Item: C_Adv_Whisper_Mask_J + Rate: 2500 + - Index: 5 + Item: C_Male_Poring_Earmuff Rate: 2500 - Group: BOOSTER_PACK_PREORDER SubGroups: - SubGroup: 0 List: - - Item: E_Mysterious_Water - Amount: 30 - - Item: E_Med_Life_Potion - Amount: 30 - - Item: E_Small_Life_Potion - Amount: 30 - - Item: E_Blessing_10_Scroll + - Index: 0 + Item: E_Blessing_10_Scroll Amount: 50 - - Item: E_Inc_Agi_10_Scroll + - Index: 1 + Item: E_Inc_Agi_10_Scroll Amount: 50 - - Item: Comp_Small_Mana_Potion + - Index: 2 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 3 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 4 + Item: E_Mysterious_Water + Amount: 30 + - Index: 5 + Item: Comp_Almighty Amount: 20 - - Item: Comp_Power_Booster + - Index: 6 + Item: Comp_Power_Booster Amount: 20 - - Item: Comp_Almighty + - Index: 7 + Item: E_Infinity_Drink Amount: 20 - - Item: World_Tour_Ticket + - Index: 8 + Item: Comp_Small_Mana_Potion Amount: 20 - - Item: E_Infinity_Drink + - Index: 9 + Item: World_Tour_Ticket Amount: 20 - - Item: Booster_Coin + - Index: 10 + Item: Booster_Coin Amount: 20 - Group: TIME_OVER_S_BOX SubGroups: - SubGroup: 0 List: - - Item: S_Timeoverload_Weapon - - Item: S_Timeoverload_Armor - - Item: S_Timeoverload_Shield - - Item: S_Timeoverload_Shoes - - Item: S_Timeoverload_Earing - - Item: S_Timeoverload_Pandent + - Index: 0 + Item: S_Timeoverload_Armor + - Index: 1 + Item: S_Timeoverload_Shield + - Index: 2 + Item: S_Timeoverload_Weapon + - Index: 3 + Item: S_Timeoverload_Shoes + - Index: 4 + Item: S_Timeoverload_Earing + - Index: 5 + Item: S_Timeoverload_Pandent - Group: BOARDING_HALTER_BOX30_Z SubGroups: - SubGroup: 0 List: - - Item: Boarding_Halter + - Index: 0 + Item: Boarding_Halter Duration: 43200 - Group: TEMPORAL_MANTEAU_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Temporal_M_Str - Rate: 1667 - - Item: Temporal_M_Agi - Rate: 1667 - - Item: Temporal_M_Vit - Rate: 1667 - - Item: Temporal_M_Int - Rate: 1667 - - Item: Temporal_M_Dex - Rate: 1667 - - Item: Temporal_M_Luk - Rate: 1667 + - Index: 0 + Item: Temporal_M_Luk + Rate: 1 + - Index: 1 + Item: Temporal_M_Dex + Rate: 1 + - Index: 2 + Item: Temporal_M_Vit + Rate: 1 + - Index: 3 + Item: Temporal_M_Agi + Rate: 1 + - Index: 4 + Item: Temporal_M_Str + Rate: 1 + - Index: 5 + Item: Temporal_M_Int + Rate: 1 - Group: LAPINE_DDUKDDAKBOX2 SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Shadow_Mix_Recipe + Rate: 250 + - Index: 1 + Item: EnchantStone_Recipe + Rate: 250 + - Index: 2 + Item: PetEgg_Recipe + Rate: 100 + - Index: 3 + Item: Nyang_Costume_Recipe + Rate: 100 + - Index: 4 + Item: RaceShadow_Mix + Rate: 1 + Announced: true + - Index: 5 + Item: BearersShadow_Mix + Rate: 1 + Announced: true + - Index: 6 + Item: GemstoneShadow_Mix + Rate: 1 + Announced: true + - Index: 7 + Item: StatusShadow_Mix + Rate: 1 + Announced: true + - Index: 8 + Item: ComposeShadow_Mix + Rate: 1 + Announced: true + - Index: 9 + Item: InfinityShadow_Mix + Rate: 1 + Announced: true + - Index: 10 + Item: PerfectSize_Mix + Rate: 1 + Announced: true + - Index: 11 + Item: MagicPiercing_Mix + Rate: 1 + Announced: true + - Index: 12 + Item: Piercing_Mix + Rate: 1 + Announced: true + - Index: 13 + Item: JobShadow_Mix_Pendant + Rate: 1 + Announced: true + - Index: 14 + Item: JobShadow_Mix_Weapon + Rate: 1 + Announced: true + - Index: 15 + Item: JobShadow_Mix_Armor + Rate: 1 + Announced: true + - Index: 16 + Item: JobShadow_Mix_Shoes + Rate: 1 + Announced: true + - Index: 17 + Item: JobShadow_Mix_Shield + Rate: 1 + Announced: true + - Index: 18 + Item: JobShadow_Mix_Earing + Rate: 1 + Announced: true - SubGroup: 1 List: - - Item: JobShadow_Mix_Weapon - Rate: 667 - - Item: JobShadow_Mix_Armor - Rate: 667 - - Item: JobShadow_Mix_Shoes - Rate: 667 - - Item: JobShadow_Mix_Shield - Rate: 667 - - Item: JobShadow_Mix_Pendant - Rate: 667 - - Item: JobShadow_Mix_Earing - Rate: 667 - - Item: StatusShadow_Mix - Rate: 667 - - Item: GemstoneShadow_Mix - Rate: 667 - - Item: BearersShadow_Mix - Rate: 667 - - Item: ComposeShadow_Mix - Rate: 667 - - Item: RaceShadow_Mix - Rate: 667 - - Item: InfinityShadow_Mix - Rate: 667 - - Item: PerfectSize_Mix - Rate: 667 - - Item: MagicPiercing_Mix - Rate: 667 - - Item: Piercing_Mix - Rate: 667 - - SubGroup: 2 - List: - - Item: Shadow_Mix_Recipe - Rate: 3571 - - Item: EnchantStone_Recipe - Rate: 3571 - - Item: PetEgg_Recipe - Rate: 1429 - - Item: Nyang_Costume_Recipe - Rate: 1429 + - Index: 0 + Item: Shadow_Mix_Recipe + Rate: 250 + - Index: 1 + Item: EnchantStone_Recipe + Rate: 250 + - Index: 2 + Item: PetEgg_Recipe + Rate: 100 + - Index: 3 + Item: Nyang_Costume_Recipe + Rate: 100 - Group: KR_B_SPECIAL02 SubGroups: - - SubGroup: 1 + - SubGroup: 0 List: - - Item: C_Over_Protector - Rate: 751 - - Item: C_Evil_Druid_Hat_Black - Rate: 751 - - Item: C_Cons_Of_Water - Rate: 8 - - Item: C_Two_Tone_Beret - Rate: 751 - - Item: C_Bloody_Wing - Rate: 23 - - Item: C_BlueAngeling_Wing - Rate: 23 - - Item: C_Wings_Of_Raguel - Rate: 23 - - Item: C_Wings_Of_Raphael - Rate: 23 - - Item: C_Underlamp - Rate: 751 - - Item: C_Piamette_Hood_Red - Rate: 751 - - Item: C_Piamette_BowTie_Red - Rate: 751 - - Item: C_White_Rabbit - Rate: 751 - - Item: C_False_Ears - Rate: 751 - - Item: C_SeraphimCoronet - Rate: 751 - - Item: C_Greater_Dracul_Horn - Rate: 751 - - Item: C_Variant_Veil - Rate: 751 - - Item: C_Jitterbug_Cap - Rate: 751 - - Item: C_Orange_Rabbit - Rate: 751 - - Item: C_Cons_Of_Fire - Rate: 8 - - Item: C_ResonateTaego - Rate: 23 - - Item: C_Miracle_Plant - Rate: 23 - - Item: C_SnackParty - Rate: 23 - - Item: C_Cons_Of_Wind - Rate: 8 - - Item: Cons_Of_Earth - Rate: 8 - - Item: C_Floating_Parasol - Rate: 23 - - Item: C_Cons_Of_Darkness - Rate: 8 - - Item: C_Hair_Bun_Wave - Rate: 23 + - Index: 0 + Item: Kr_B_Special01 + Amount: 2 + - Index: 1 + Item: All_In_One_Healing_B + Amount: 2 + - Index: 2 + Item: Cachua_Coupon + - Index: 3 + Item: Evt_Cos_Coin - Group: GOLDPCBANG_SHIELDBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Sharel_Shield - Rate: 1429 - - Item: Flow_Shield - Rate: 1429 - - Item: Sombre_Shield - Rate: 1429 - - Item: Poison_Shield - Rate: 1429 - - Item: Lumiere_Shield - Rate: 1429 - - Item: Rouban_Shield - Rate: 1429 - - Item: Lian_Shield - Rate: 1429 + - Index: 0 + Item: Sharel_Shield + Rate: 1 + - Index: 1 + Item: Sombre_Shield + Rate: 1 + - Index: 2 + Item: Flow_Shield + Rate: 1 + - Index: 3 + Item: Poison_Shield + Rate: 1 + - Index: 4 + Item: Lumiere_Shield + Rate: 1 + - Index: 5 + Item: Lian_Shield + Rate: 1 + - Index: 6 + Item: Rouban_Shield + Rate: 1 - Group: SET_OF_TAIMING_ITEM2 SubGroups: - SubGroup: 1 List: - - Item: Singing_Plant - Rate: 10000 + - Index: 0 + Item: Unripe_Apple + Rate: 10 + - Index: 1 + Item: Orange_Juice + Rate: 10 + - Index: 2 + Item: Bitter_Herb + Rate: 10 + - Index: 3 + Item: Rainbow_Carrot + Rate: 10 + - Index: 4 + Item: Earthworm_The_Dude + Rate: 10 + - Index: 5 + Item: Rotten_Fish + Rate: 10 + - Index: 6 + Item: Lusty_Iron + Rate: 10 + - Index: 7 + Item: Monster_Juice + Rate: 10 + - Index: 8 + Item: Sweet_Milk + Rate: 10 + - Index: 9 + Item: Well_Dried_Bone + Rate: 10 + - Index: 10 + Item: Singing_Plant + Rate: 10 + - Index: 11 + Item: Dew_Laden_Moss + Rate: 10 + - Index: 12 + Item: Deadly_Noxious_Herb + Rate: 10 + - Index: 13 + Item: Fatty_Chubby_Earthworm + Rate: 10 + - Index: 14 + Item: Baked_Yam + Rate: 10 + - Index: 15 + Item: Tropical_Banana + Rate: 10 + - Index: 16 + Item: Horror_Of_Tribe + Rate: 10 + - Index: 17 + Item: No_Recipient + Rate: 10 + - Index: 18 + Item: Old_Broom + Rate: 10 + - Index: 19 + Item: Silver_Knife_Of_Chaste + Rate: 10 + - Index: 20 + Item: Armlet_Of_Obedience + Rate: 10 + - Index: 21 + Item: Shining_Stone + Rate: 10 + - Index: 22 + Item: Contracts_In_Shadow + Rate: 10 + - Index: 23 + Item: Book_Of_Devil + Rate: 10 + - Index: 24 + Item: Heart_Of_Her + Rate: 10 + - Index: 25 + Item: Prohibition_Red_Candle + Rate: 10 + - Index: 26 + Item: Sway_Apron + Rate: 10 + - Index: 27 + Item: Skull_Helm + Rate: 10 + - Index: 28 + Item: Monster_Oxygen_Mask + Rate: 10 + - Index: 29 + Item: Transparent_Headgear + Rate: 10 + - Index: 30 + Item: Pacifier + Rate: 10 + - Index: 31 + Item: Wig + Rate: 10 + - Index: 32 + Item: Queen's_Hair_Ornament + Rate: 10 + - Index: 33 + Item: Silk_Ribbon + Rate: 10 + - Index: 34 + Item: Punisher + Rate: 10 + - Index: 35 + Item: Wild_Flower + Rate: 10 + - Index: 36 + Item: Battered_Pot + Rate: 10 + - Index: 37 + Item: Stellar_Hairpin + Rate: 10 + - Index: 38 + Item: Tiny_Egg_Shell + Rate: 10 + - Index: 39 + Item: Backpack + Rate: 10 + - Index: 40 + Item: Rocker_Glasses + Rate: 10 + - Index: 41 + Item: Green_Lace + Rate: 10 + - Index: 42 + Item: Golden_Bell + Rate: 10 + - Index: 43 + Item: Bark_Shorts + Rate: 10 + - Index: 44 + Item: Monkey_Circlet + Rate: 10 + - Index: 45 + Item: Red_Muffler + Rate: 10 + - Index: 46 + Item: Sword_Of_Grave_Keeper + Rate: 10 + - Index: 47 + Item: Very_Red_Juice + Rate: 10 + - Index: 48 + Item: Delicious_Shaved_Ice + Rate: 10 + - Index: 49 + Item: Fit_Pipe + Rate: 10 + - Index: 50 + Item: Gril's_Naivety + Rate: 10 + - Index: 51 + Item: Boy's_Naivety + Rate: 10 + - Index: 52 + Item: Flaming_Ice + Rate: 10 + - Index: 53 + Item: Tantanmen + Rate: 10 + - Index: 54 + Item: Skull_Of_Vagabond + Rate: 10 + - Index: 55 + Item: Sap_Jelly + Rate: 10 + - Index: 56 + Item: Airship_Part + Rate: 10 + - Index: 57 + Item: Little_Dall_Needle + Rate: 10 + - Index: 58 + Item: Very_Soft_Plant + Rate: 10 + - Index: 59 + Item: Elixir_Bandage + Rate: 10 + - Index: 60 + Item: Dew_Of_Old_Tree + Rate: 10 + - Index: 61 + Item: Foul_Rotten_Meat + Rate: 10 + - Index: 62 + Item: Hell_Contract + Rate: 10 + - Index: 63 + Item: Luxury_Whisky_Bottle + Rate: 10 - SubGroup: 2 List: - - Item: Foul_Rotten_Meat - Rate: 10000 + - Index: 0 + Item: Unripe_Apple + Rate: 10 + - Index: 1 + Item: Orange_Juice + Rate: 10 + - Index: 2 + Item: Bitter_Herb + Rate: 10 + - Index: 3 + Item: Rainbow_Carrot + Rate: 10 + - Index: 4 + Item: Earthworm_The_Dude + Rate: 10 + - Index: 5 + Item: Rotten_Fish + Rate: 10 + - Index: 6 + Item: Lusty_Iron + Rate: 10 + - Index: 7 + Item: Monster_Juice + Rate: 10 + - Index: 8 + Item: Sweet_Milk + Rate: 10 + - Index: 9 + Item: Well_Dried_Bone + Rate: 10 + - Index: 10 + Item: Singing_Flower + Rate: 10 + - Index: 11 + Item: Dew_Laden_Moss + Rate: 10 + - Index: 12 + Item: Deadly_Noxious_Herb + Rate: 10 + - Index: 13 + Item: Fatty_Chubby_Earthworm + Rate: 10 + - Index: 14 + Item: Baked_Yam + Rate: 10 + - Index: 15 + Item: Tropical_Banana + Rate: 10 + - Index: 16 + Item: Horror_Of_Tribe + Rate: 10 + - Index: 17 + Item: No_Recipient + Rate: 10 + - Index: 18 + Item: Old_Broom + Rate: 10 + - Index: 19 + Item: Silver_Knife_Of_Chaste + Rate: 10 + - Index: 20 + Item: Armlet_Of_Obedience + Rate: 10 + - Index: 21 + Item: Shining_Stone + Rate: 10 + - Index: 22 + Item: Contracts_In_Shadow + Rate: 10 + - Index: 23 + Item: Book_Of_Devil + Rate: 10 + - Index: 24 + Item: Heart_Of_Her + Rate: 10 + - Index: 25 + Item: Prohibition_Red_Candle + Rate: 10 + - Index: 26 + Item: Sway_Apron + Rate: 10 + - Index: 27 + Item: Skull_Helm + Rate: 10 + - Index: 28 + Item: Monster_Oxygen_Mask + Rate: 10 + - Index: 29 + Item: Transparent_Headgear + Rate: 10 + - Index: 30 + Item: Pacifier + Rate: 10 + - Index: 31 + Item: Wig + Rate: 10 + - Index: 32 + Item: Queen's_Hair_Ornament + Rate: 10 + - Index: 33 + Item: Silk_Ribbon + Rate: 10 + - Index: 34 + Item: Punisher + Rate: 10 + - Index: 35 + Item: Wild_Flower + Rate: 10 + - Index: 36 + Item: Battered_Pot + Rate: 10 + - Index: 37 + Item: Stellar_Hairpin + Rate: 10 + - Index: 38 + Item: Tiny_Egg_Shell + Rate: 10 + - Index: 39 + Item: Backpack + Rate: 10 + - Index: 40 + Item: Rocker_Glasses + Rate: 10 + - Index: 41 + Item: Green_Lace + Rate: 10 + - Index: 42 + Item: Golden_Bell + Rate: 10 + - Index: 43 + Item: Bark_Shorts + Rate: 10 + - Index: 44 + Item: Monkey_Circlet + Rate: 10 + - Index: 45 + Item: Red_Muffler + Rate: 10 + - Index: 46 + Item: Sword_Of_Grave_Keeper + Rate: 10 + - Index: 47 + Item: Very_Red_Juice + Rate: 10 + - Index: 48 + Item: Delicious_Shaved_Ice + Rate: 10 + - Index: 49 + Item: Fit_Pipe + Rate: 10 + - Index: 50 + Item: Gril's_Naivety + Rate: 10 + - Index: 51 + Item: Boy's_Naivety + Rate: 10 + - Index: 52 + Item: Flaming_Ice + Rate: 10 + - Index: 53 + Item: Tantanmen + Rate: 10 + - Index: 54 + Item: Skull_Of_Vagabond + Rate: 10 + - Index: 55 + Item: Sap_Jelly + Rate: 10 + - Index: 56 + Item: Airship_Part + Rate: 10 + - Index: 57 + Item: Little_Dall_Needle + Rate: 10 + - Index: 58 + Item: Very_Soft_Plant + Rate: 10 + - Index: 59 + Item: Elixir_Bandage + Rate: 10 + - Index: 60 + Item: Dew_Of_Old_Tree + Rate: 10 + - Index: 61 + Item: Foul_Rotten_Meat + Rate: 10 + - Index: 62 + Item: Hell_Contract + Rate: 10 + - Index: 63 + Item: Luxury_Whisky_Bottle + Rate: 10 - SubGroup: 3 List: - - Item: Unripe_Apple - Rate: 159 - - Item: Orange_Juice - Rate: 159 - - Item: Bitter_Herb - Rate: 159 - - Item: Rainbow_Carrot - Rate: 159 - - Item: Earthworm_The_Dude - Rate: 159 - - Item: Rotten_Fish - Rate: 159 - - Item: Lusty_Iron - Rate: 159 - - Item: Monster_Juice - Rate: 159 - - Item: Sweet_Milk - Rate: 159 - - Item: Well_Dried_Bone - Rate: 159 - - Item: Singing_Flower - Rate: 159 - - Item: Dew_Laden_Moss - Rate: 159 - - Item: Deadly_Noxious_Herb - Rate: 159 - - Item: Fatty_Chubby_Earthworm - Rate: 159 - - Item: Baked_Yam - Rate: 159 - - Item: Tropical_Banana - Rate: 159 - - Item: Horror_Of_Tribe - Rate: 159 - - Item: No_Recipient - Rate: 159 - - Item: Old_Broom - Rate: 159 - - Item: Silver_Knife_Of_Chaste - Rate: 159 - - Item: Armlet_Of_Obedience - Rate: 159 - - Item: Shining_Stone - Rate: 159 - - Item: Contracts_In_Shadow - Rate: 159 - - Item: Book_Of_Devil - Rate: 159 - - Item: Heart_Of_Her - Rate: 159 - - Item: Prohibition_Red_Candle - Rate: 159 - - Item: Sway_Apron - Rate: 159 - - Item: Skull_Helm - Rate: 159 - - Item: Monster_Oxygen_Mask - Rate: 159 - - Item: Transparent_Headgear - Rate: 159 - - Item: Pacifier - Rate: 159 - - Item: Wig - Rate: 159 - - Item: Queen's_Hair_Ornament - Rate: 159 - - Item: Silk_Ribbon - Rate: 159 - - Item: Punisher - Rate: 159 - - Item: Wild_Flower - Rate: 159 - - Item: Battered_Pot - Rate: 159 - - Item: Stellar_Hairpin - Rate: 159 - - Item: Tiny_Egg_Shell - Rate: 159 - - Item: Backpack - Rate: 159 - - Item: Rocker_Glasses - Rate: 159 - - Item: Green_Lace - Rate: 159 - - Item: Golden_Bell - Rate: 159 - - Item: Bark_Shorts - Rate: 159 - - Item: Monkey_Circlet - Rate: 159 - - Item: Red_Muffler - Rate: 159 - - Item: Sword_Of_Grave_Keeper - Rate: 159 - - Item: Very_Soft_Plant - Rate: 159 - - Item: Very_Red_Juice - Rate: 159 - - Item: Delicious_Shaved_Ice - Rate: 159 - - Item: Fit_Pipe - Rate: 159 - - Item: Luxury_Whisky_Bottle - Rate: 159 - - Item: Gril's_Naivety - Rate: 159 - - Item: Hell_Contract - Rate: 159 - - Item: Boy's_Naivety - Rate: 159 - - Item: Flaming_Ice - Rate: 159 - - Item: Tantanmen - Rate: 159 - - Item: Skull_Of_Vagabond - Rate: 159 - - Item: Sap_Jelly - Rate: 159 - - Item: Airship_Part - Rate: 159 - - Item: Little_Dall_Needle - Rate: 159 - - Item: Elixir_Bandage - Rate: 159 - - Item: Dew_Of_Old_Tree - Rate: 159 + - Index: 0 + Item: Unripe_Apple + Rate: 10 + - Index: 1 + Item: Orange_Juice + Rate: 10 + - Index: 2 + Item: Bitter_Herb + Rate: 10 + - Index: 3 + Item: Rainbow_Carrot + Rate: 10 + - Index: 4 + Item: Earthworm_The_Dude + Rate: 10 + - Index: 5 + Item: Rotten_Fish + Rate: 10 + - Index: 6 + Item: Lusty_Iron + Rate: 10 + - Index: 7 + Item: Monster_Juice + Rate: 10 + - Index: 8 + Item: Sweet_Milk + Rate: 10 + - Index: 9 + Item: Well_Dried_Bone + Rate: 10 + - Index: 10 + Item: Singing_Flower + Rate: 10 + - Index: 11 + Item: Dew_Laden_Moss + Rate: 10 + - Index: 12 + Item: Deadly_Noxious_Herb + Rate: 10 + - Index: 13 + Item: Fatty_Chubby_Earthworm + Rate: 10 + - Index: 14 + Item: Baked_Yam + Rate: 10 + - Index: 15 + Item: Tropical_Banana + Rate: 10 + - Index: 16 + Item: Horror_Of_Tribe + Rate: 10 + - Index: 17 + Item: No_Recipient + Rate: 10 + - Index: 18 + Item: Old_Broom + Rate: 10 + - Index: 19 + Item: Silver_Knife_Of_Chaste + Rate: 10 + - Index: 20 + Item: Armlet_Of_Obedience + Rate: 10 + - Index: 21 + Item: Shining_Stone + Rate: 10 + - Index: 22 + Item: Contracts_In_Shadow + Rate: 10 + - Index: 23 + Item: Book_Of_Devil + Rate: 10 + - Index: 24 + Item: Heart_Of_Her + Rate: 10 + - Index: 25 + Item: Prohibition_Red_Candle + Rate: 10 + - Index: 26 + Item: Sway_Apron + Rate: 10 + - Index: 27 + Item: Skull_Helm + Rate: 10 + - Index: 28 + Item: Monster_Oxygen_Mask + Rate: 10 + - Index: 29 + Item: Transparent_Headgear + Rate: 10 + - Index: 30 + Item: Pacifier + Rate: 10 + - Index: 31 + Item: Wig + Rate: 10 + - Index: 32 + Item: Queen's_Hair_Ornament + Rate: 10 + - Index: 33 + Item: Silk_Ribbon + Rate: 10 + - Index: 34 + Item: Punisher + Rate: 10 + - Index: 35 + Item: Wild_Flower + Rate: 10 + - Index: 36 + Item: Battered_Pot + Rate: 10 + - Index: 37 + Item: Stellar_Hairpin + Rate: 10 + - Index: 38 + Item: Tiny_Egg_Shell + Rate: 10 + - Index: 39 + Item: Backpack + Rate: 10 + - Index: 40 + Item: Rocker_Glasses + Rate: 10 + - Index: 41 + Item: Green_Lace + Rate: 10 + - Index: 42 + Item: Golden_Bell + Rate: 10 + - Index: 43 + Item: Bark_Shorts + Rate: 10 + - Index: 44 + Item: Monkey_Circlet + Rate: 10 + - Index: 45 + Item: Red_Muffler + Rate: 10 + - Index: 46 + Item: Sword_Of_Grave_Keeper + Rate: 10 + - Index: 47 + Item: Very_Red_Juice + Rate: 10 + - Index: 48 + Item: Delicious_Shaved_Ice + Rate: 10 + - Index: 49 + Item: Fit_Pipe + Rate: 10 + - Index: 50 + Item: Gril's_Naivety + Rate: 10 + - Index: 51 + Item: Boy's_Naivety + Rate: 10 + - Index: 52 + Item: Flaming_Ice + Rate: 10 + - Index: 53 + Item: Tantanmen + Rate: 10 + - Index: 54 + Item: Skull_Of_Vagabond + Rate: 10 + - Index: 55 + Item: Sap_Jelly + Rate: 10 + - Index: 56 + Item: Airship_Part + Rate: 10 + - Index: 57 + Item: Little_Dall_Needle + Rate: 10 + - Index: 58 + Item: Very_Soft_Plant + Rate: 10 + - Index: 59 + Item: Elixir_Bandage + Rate: 10 + - Index: 60 + Item: Dew_Of_Old_Tree + Rate: 10 + - Index: 61 + Item: Luxury_Whisky_Bottle + Rate: 10 + - Index: 62 + Item: Hell_Contract + Rate: 10 + - Index: 63 + Item: Luxury_Whisky_Bottle + Rate: 10 - Group: GOLDPCBANG_MILEAGEBOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Over_Protector - Rate: 980 - - Item: C_Evil_Druid_Hat_Black - Rate: 980 - - Item: C_Cons_Of_Water - Rate: 10 - - Item: C_Two_Tone_Beret - Rate: 980 - - Item: C_Bloody_Wing - Rate: 30 - - Item: C_BlueAngeling_Wing - Rate: 30 - - Item: C_Wings_Of_Raphael - Rate: 30 - - Item: C_Underlamp - Rate: 980 - - Item: C_Piamette_Hood_Red - Rate: 990 - - Item: C_Piamette_BowTie_Red - Rate: 990 - - Item: C_White_Rabbit - Rate: 980 - - Item: C_False_Ears - Rate: 980 - - Item: C_SeraphimCoronet - Rate: 980 - - Item: C_Variant_Veil - Rate: 980 - - Item: C_Cons_Of_Fire - Rate: 10 - - Item: C_ResonateTaego - Rate: 30 - - Item: C_SnackParty - Rate: 30 - - Item: C_Cons_Of_Wind - Rate: 10 + - Index: 0 + Item: C_Over_Protector + Rate: 98 + - Index: 1 + Item: C_Evil_Druid_Hat_Black + Rate: 98 + - Index: 2 + Item: C_Cons_Of_Water + Rate: 1 + - Index: 3 + Item: C_Two_Tone_Beret + Rate: 98 + - Index: 4 + Item: C_Bloody_Wing + Rate: 3 + - Index: 5 + Item: C_BlueAngeling_Wing + Rate: 3 + - Index: 6 + Item: C_Wings_Of_Raphael + Rate: 3 + - Index: 7 + Item: C_Underlamp + Rate: 98 + - Index: 8 + Item: C_Piamette_Hood_Red + Rate: 99 + - Index: 9 + Item: C_Piamette_BowTie_Red + Rate: 99 + - Index: 10 + Item: C_White_Rabbit + Rate: 98 + - Index: 11 + Item: C_False_Ears + Rate: 98 + - Index: 12 + Item: C_SeraphimCoronet + Rate: 98 + - Index: 13 + Item: C_Variant_Veil + Rate: 98 + - Index: 14 + Item: C_Cons_Of_Fire + Rate: 1 + - Index: 15 + Item: C_ResonateTaego + Rate: 3 + - Index: 16 + Item: C_SnackParty + Rate: 3 + - Index: 17 + Item: C_Cons_Of_Wind + Rate: 1 - Group: SKILL_SHADOW_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Sonic_Armor - Rate: 13 - - Item: S_Sonic_Armor - Rate: 72 - - Item: S_Sonic_Shield - Rate: 6 - - Item: S_Sonic_Shield - Rate: 33 - - Item: S_Sonic_Shoes - Rate: 13 - - Item: S_Sonic_Shoes - Rate: 72 - - Item: S_Ignition_Weapon - Rate: 6 - - Item: S_Ignition_Weapon - Rate: 33 - - Item: S_Ignition_Pendant - Rate: 13 - - Item: S_Ignition_Pendant - Rate: 72 - - Item: S_Ignition_Earing - Rate: 13 - - Item: S_Ignition_Earing - Rate: 72 - - Item: S_W_Breath_Armor - Rate: 13 - - Item: S_W_Breath_Armor - Rate: 72 - - Item: S_W_Breath_Shield - Rate: 6 - - Item: S_W_Breath_Shield - Rate: 33 - - Item: S_W_Breath_Shoes - Rate: 13 - - Item: S_W_Breath_Shoes - Rate: 72 - - Item: S_F_Breath_Weapon - Rate: 6 - - Item: S_F_Breath_Weapon - Rate: 33 - - Item: S_F_Breath_Pendant - Rate: 13 - - Item: S_F_Breath_Pendant - Rate: 72 - - Item: S_F_Breath_Earing - Rate: 13 - - Item: S_F_Breath_Earing - Rate: 72 - - Item: S_Cluster_Armor - Rate: 13 - - Item: S_Cluster_Armor - Rate: 72 - - Item: S_Cluster_Shield - Rate: 6 - - Item: S_Cluster_Shield - Rate: 33 - - Item: S_Cluster_Shoes - Rate: 13 - - Item: S_Cluster_Shoes - Rate: 72 - - Item: S_Aimed_Weapon - Rate: 6 - - Item: S_Aimed_Weapon - Rate: 33 - - Item: S_Aimed_Pendant - Rate: 13 - - Item: S_Aimed_Pendant - Rate: 72 - - Item: S_Aimed_Earing - Rate: 13 - - Item: S_Aimed_Earing - Rate: 72 - - Item: S_Arrow_Armor - Rate: 13 - - Item: S_Arrow_Armor - Rate: 72 - - Item: S_Arrow_Shield - Rate: 6 - - Item: S_Arrow_Shield - Rate: 33 - - Item: S_Arrow_Shoes - Rate: 13 - - Item: S_Arrow_Shoes - Rate: 72 - - Item: S_Shooting_Weapon - Rate: 6 - - Item: S_Shooting_Weapon - Rate: 33 - - Item: S_Shooting_Pendant - Rate: 13 - - Item: S_Shooting_Pendant - Rate: 72 - - Item: S_Shooting_Earing - Rate: 13 - - Item: S_Shooting_Earing - Rate: 72 - - Item: S_Tornado_Armor - Rate: 13 - - Item: S_Tornado_Armor - Rate: 72 - - Item: S_Tornado_Shield - Rate: 6 - - Item: S_Tornado_Shield - Rate: 33 - - Item: S_Tornado_Shoes - Rate: 13 - - Item: S_Tornado_Shoes - Rate: 72 - - Item: S_Boomerang_Weapon - Rate: 6 - - Item: S_Boomerang_Weapon - Rate: 33 - - Item: S_Boomerang_Pendant - Rate: 13 - - Item: S_Boomerang_Pendant - Rate: 72 - - Item: S_Boomerang_Earing - Rate: 13 - - Item: S_Boomerang_Earing - Rate: 72 - - Item: S_Vulcan_Armor - Rate: 13 - - Item: S_Vulcan_Armor - Rate: 72 - - Item: S_Vulcan_Shield - Rate: 6 - - Item: S_Vulcan_Shield - Rate: 33 - - Item: S_Vulcan_Shoes - Rate: 13 - - Item: S_Vulcan_Shoes - Rate: 72 - - Item: S_Arms_Weapon - Rate: 6 - - Item: S_Arms_Weapon - Rate: 33 - - Item: S_Arms_Pendant - Rate: 13 - - Item: S_Arms_Pendant - Rate: 72 - - Item: S_Arms_Earing - Rate: 13 - - Item: S_Arms_Earing - Rate: 72 - - Item: S_Rampage_Armor - Rate: 13 - - Item: S_Rampage_Armor - Rate: 72 - - Item: S_Rampage_Shield - Rate: 6 - - Item: S_Rampage_Shield - Rate: 33 - - Item: S_Rampage_Shoes - Rate: 13 - - Item: S_Rampage_Shoes - Rate: 72 - - Item: S_Skynetblow_Weapon - Rate: 6 - - Item: S_Skynetblow_Weapon - Rate: 33 - - Item: S_Skynetblow_Pendant - Rate: 13 - - Item: S_Skynetblow_Pendant - Rate: 72 - - Item: S_Skynetblow_Earing - Rate: 13 - - Item: S_Skynetblow_Earing - Rate: 72 - - Item: S_Knucklearrow_Armor - Rate: 13 - - Item: S_Knucklearrow_Armor - Rate: 72 - - Item: S_Knucklearrow_Shield - Rate: 6 - - Item: S_Knucklearrow_Shield - Rate: 33 - - Item: S_Knucklearrow_Shoes - Rate: 13 - - Item: S_Knucklearrow_Shoes - Rate: 72 - - Item: S_TigerCannon_Weapon - Rate: 6 - - Item: S_TigerCannon_Weapon - Rate: 33 - - Item: S_Tigercannon_Pendant - Rate: 13 - - Item: S_Tigercannon_Pendant - Rate: 72 - - Item: S_Tigercannon_Earing - Rate: 13 - - Item: S_Tigercannon_Earing - Rate: 72 - - Item: S_Duplelight_Armor - Rate: 13 - - Item: S_Duplelight_Armor - Rate: 72 - - Item: S_Duplelight_Shield - Rate: 6 - - Item: S_Duplelight_Shield - Rate: 33 - - Item: S_Duplelight_Shoes - Rate: 13 - - Item: S_Duplelight_Shoes - Rate: 72 - - Item: S_Adoramus_Weapon - Rate: 6 - - Item: S_Adoramus_Weapon - Rate: 33 - - Item: S_Adoramus_Pendant - Rate: 13 - - Item: S_Adoramus_Pendant - Rate: 72 - - Item: S_Adoramus_Earing - Rate: 13 - - Item: S_Adoramus_Earing - Rate: 72 - - Item: S_Judex_Armor - Rate: 13 - - Item: S_Judex_Armor - Rate: 72 - - Item: S_Judex_Shield - Rate: 6 - - Item: S_Judex_Shield - Rate: 33 - - Item: S_Judex_Shoes - Rate: 13 - - Item: S_Judex_Shoes - Rate: 72 - - Item: S_Magnus_Weapon - Rate: 6 - - Item: S_Magnus_Weapon - Rate: 33 - - Item: S_Magnus_Pendant - Rate: 13 - - Item: S_Magnus_Pendant - Rate: 72 - - Item: S_Magnus_Earing - Rate: 13 - - Item: S_Magnus_Earing - Rate: 72 - - Item: S_Rainstorm_Armor - Rate: 13 - - Item: S_Rainstorm_Armor - Rate: 72 - - Item: S_Rainstorm_Shield - Rate: 6 - - Item: S_Rainstorm_Shield - Rate: 33 - - Item: S_Rainstorm_Shoes - Rate: 13 - - Item: S_Rainstorm_Shoes - Rate: 72 - - Item: S_Arrowvulcan_Weapon - Rate: 6 - - Item: S_Arrowvulcan_Weapon - Rate: 33 - - Item: S_Arrowvulcan_Pendant - Rate: 13 - - Item: S_Arrowvulcan_Pendant - Rate: 72 - - Item: S_Arrowvulcan_Earing - Rate: 13 - - Item: S_Arrowvulcan_Earing - Rate: 72 - - Item: S_Metalic_Armor - Rate: 13 - - Item: S_Metalic_Armor - Rate: 72 - - Item: S_Metalic_Shield - Rate: 6 - - Item: S_Metalic_Shield - Rate: 33 - - Item: S_Metalic_Shoes - Rate: 13 - - Item: S_Metalic_Shoes - Rate: 72 - - Item: S_Reverberation_Weapon - Rate: 6 - - Item: S_Reverberation_Weapon - Rate: 33 - - Item: S_Reverberation_Pendant - Rate: 13 - - Item: S_Reverberation_Pendant - Rate: 72 - - Item: S_Reverberation_Earing - Rate: 13 - - Item: S_Reverberation_Earing - Rate: 72 - - Item: S_Jack_Armor - Rate: 13 - - Item: S_Jack_Armor - Rate: 71 - - Item: S_Jack_Shield - Rate: 6 - - Item: S_Jack_Shield - Rate: 33 - - Item: S_Jack_Shoes - Rate: 13 - - Item: S_Jack_Shoes - Rate: 71 - - Item: S_Strain_Weapon - Rate: 6 - - Item: S_Strain_Weapon - Rate: 33 - - Item: S_Strain_Pendant - Rate: 13 - - Item: S_Strain_Pendant - Rate: 71 - - Item: S_Strain_Earing - Rate: 13 - - Item: S_Strain_Earing - Rate: 71 - - Item: S_Crimson_Armor - Rate: 13 - - Item: S_Crimson_Armor - Rate: 71 - - Item: S_Crimson_Shield - Rate: 6 - - Item: S_Crimson_Shield - Rate: 33 - - Item: S_Crimson_Shoes - Rate: 13 - - Item: S_Crimson_Shoes - Rate: 71 - - Item: S_Chain_Weapon - Rate: 6 - - Item: S_Chain_Weapon - Rate: 33 - - Item: S_Chain_Pendant - Rate: 13 - - Item: S_Chain_Pendant - Rate: 71 - - Item: S_Chain_Earing - Rate: 13 - - Item: S_Chain_Earing - Rate: 71 - - Item: S_Triangle_Armor - Rate: 13 - - Item: S_Triangle_Armor - Rate: 72 - - Item: S_Triangle_Shield - Rate: 6 - - Item: S_Triangle_Shield - Rate: 33 - - Item: S_Triangle_Shoes - Rate: 13 - - Item: S_Triangle_Shoes - Rate: 72 - - Item: S_Shadowspell_Weapon - Rate: 6 - - Item: S_Shadowspell_Weapon - Rate: 33 - - Item: S_Shadowspell_Pendant - Rate: 13 - - Item: S_Shadowspell_Pendant - Rate: 72 - - Item: S_Shadowspell_Earing - Rate: 13 - - Item: S_Shadowspell_Earing - Rate: 72 - - Item: S_Menace_Armor - Rate: 13 - - Item: S_Menace_Armor - Rate: 72 - - Item: S_Menace_Shield - Rate: 6 - - Item: S_Menace_Shield - Rate: 33 - - Item: S_Menace_Shoes - Rate: 13 - - Item: S_Menace_Shoes - Rate: 72 - - Item: S_Paint_Weapon - Rate: 6 - - Item: S_Paint_Weapon - Rate: 33 - - Item: S_Paint_Pendant - Rate: 13 - - Item: S_Paint_Pendant - Rate: 72 - - Item: S_Paint_Earing - Rate: 13 - - Item: S_Paint_Earing - Rate: 72 - - Item: S_Rolling_Armor - Rate: 13 - - Item: S_Rolling_Armor - Rate: 72 - - Item: S_Rolling_Shield - Rate: 6 - - Item: S_Rolling_Shield - Rate: 33 - - Item: S_Rolling_Shoes - Rate: 13 - - Item: S_Rolling_Shoes - Rate: 72 - - Item: S_Katar_Weapon - Rate: 6 - - Item: S_Katar_Weapon - Rate: 33 - - Item: S_Katar_Pendant - Rate: 13 - - Item: S_Katar_Pendant - Rate: 72 - - Item: S_Katar_Earing - Rate: 13 - - Item: S_Katar_Earing - Rate: 72 - - Item: S_Slash_Armor - Rate: 13 - - Item: S_Slash_Armor - Rate: 72 - - Item: S_Slash_Shield - Rate: 6 - - Item: S_Slash_Shield - Rate: 33 - - Item: S_Slash_Shoes - Rate: 13 - - Item: S_Slash_Shoes - Rate: 72 - - Item: S_Ripper_Weapon - Rate: 6 - - Item: S_Ripper_Weapon - Rate: 33 - - Item: S_Ripper_Pendant - Rate: 13 - - Item: S_Ripper_Pendant - Rate: 72 - - Item: S_Ripper_Earing - Rate: 13 - - Item: S_Ripper_Earing - Rate: 72 - - Item: S_Dust_Armor - Rate: 13 - - Item: S_Dust_Armor - Rate: 71 - - Item: S_Dust_Shield - Rate: 6 - - Item: S_Dust_Shield - Rate: 33 - - Item: S_Dust_Shoes - Rate: 13 - - Item: S_Dust_Shoes - Rate: 71 - - Item: S_Grave_Weapon - Rate: 6 - - Item: S_Grave_Weapon - Rate: 33 - - Item: S_Grave_Pendant - Rate: 13 - - Item: S_Grave_Pendant - Rate: 71 - - Item: S_Grave_Earing - Rate: 13 - - Item: S_Grave_Earing - Rate: 71 - - Item: S_Psychic_Armor - Rate: 13 - - Item: S_Psychic_Armor - Rate: 71 - - Item: S_Psychic_Shield - Rate: 6 - - Item: S_Psychic_Shield - Rate: 33 - - Item: S_Psychic_Shoes - Rate: 13 - - Item: S_Psychic_Shoes - Rate: 71 - - Item: S_Varetyr_Weapon - Rate: 6 - - Item: S_Varetyr_Weapon - Rate: 33 - - Item: S_Varetyr_Pendant - Rate: 13 - - Item: S_Varetyr_Pendant - Rate: 71 - - Item: S_Varetyr_Earing - Rate: 13 - - Item: S_Varetyr_Earing - Rate: 71 - - Item: S_Cart_Tornado_Armor - Rate: 13 - - Item: S_Cart_Tornado_Armor - Rate: 71 - - Item: S_Cart_Tornado_Shield - Rate: 6 - - Item: S_Cart_Tornado_Shield - Rate: 33 - - Item: S_Cart_Tornado_Shoes - Rate: 13 - - Item: S_Cart_Tornado_Shoes - Rate: 71 - - Item: S_Cannon_Cart_Weapon - Rate: 6 - - Item: S_Cannon_Cart_Weapon - Rate: 33 - - Item: S_Cannon_Cart_Pendant - Rate: 13 - - Item: S_Cannon_Cart_Pendant - Rate: 71 - - Item: S_Cannon_Cart_Earing - Rate: 13 - - Item: S_Cannon_Cart_Earing - Rate: 71 - - Item: S_Spore_Bomb_Armor - Rate: 13 - - Item: S_Spore_Bomb_Armor - Rate: 71 - - Item: S_Spore_Bomb_Shield - Rate: 6 - - Item: S_Spore_Bomb_Shield - Rate: 33 - - Item: S_Spore_Bomb_Shoes - Rate: 13 - - Item: S_Spore_Bomb_Shoes - Rate: 71 - - Item: S_Crazy_Weapon - Rate: 6 - - Item: S_Crazy_Weapon - Rate: 33 - - Item: S_Crazy_Pendant - Rate: 13 - - Item: S_Crazy_Pendant - Rate: 71 - - Item: S_Crazy_Earing - Rate: 13 - - Item: S_Crazy_Earing - Rate: 71 - - Item: S_Brand_Armor - Rate: 13 - - Item: S_Brand_Armor - Rate: 71 - - Item: S_Brand_Shield - Rate: 6 - - Item: S_Brand_Shield - Rate: 33 - - Item: S_Brand_Shoes - Rate: 13 - - Item: S_Brand_Shoes - Rate: 71 - - Item: S_Chain_Press_Weapon - Rate: 6 - - Item: S_Chain_Press_Weapon - Rate: 33 - - Item: S_Chain_Press_Pendant - Rate: 13 - - Item: S_Chain_Press_Pendant - Rate: 71 - - Item: S_Chain_Press_Earing - Rate: 13 - - Item: S_Chain_Press_Earing - Rate: 71 - - Item: S_Banish_Cannon_Armor - Rate: 13 - - Item: S_Banish_Cannon_Armor - Rate: 71 - - Item: S_Banish_Cannon_Shield - Rate: 6 - - Item: S_Banish_Cannon_Shield - Rate: 33 - - Item: S_Banish_Cannon_Shoes - Rate: 13 - - Item: S_Banish_Cannon_Shoes - Rate: 71 - - Item: S_Genesis_Weapon - Rate: 6 - - Item: S_Genesis_Weapon - Rate: 33 - - Item: S_Genesis_Pendant - Rate: 13 - - Item: S_Genesis_Pendant - Rate: 71 - - Item: S_Genesis_Earing - Rate: 13 - - Item: S_Genesis_Earing - Rate: 71 + - Index: 0 + Item: S_Sonic_Armor + Rate: 15 + - Index: 1 + Item: S_Sonic_Shield + Rate: 7 + - Index: 2 + Item: S_Sonic_Shoes + Rate: 15 + - Index: 3 + Item: S_Ignition_Weapon + Rate: 7 + - Index: 4 + Item: S_Ignition_Pendant + Rate: 15 + - Index: 5 + Item: S_Ignition_Earing + Rate: 15 + - Index: 6 + Item: S_W_Breath_Armor + Rate: 15 + - Index: 7 + Item: S_W_Breath_Shield + Rate: 7 + - Index: 8 + Item: S_W_Breath_Shoes + Rate: 15 + - Index: 9 + Item: S_F_Breath_Weapon + Rate: 7 + - Index: 10 + Item: S_F_Breath_Pendant + Rate: 15 + - Index: 11 + Item: S_F_Breath_Earing + Rate: 15 + - Index: 12 + Item: S_Cluster_Armor + Rate: 15 + - Index: 13 + Item: S_Cluster_Shield + Rate: 7 + - Index: 14 + Item: S_Cluster_Shoes + Rate: 15 + - Index: 15 + Item: S_Aimed_Weapon + Rate: 7 + - Index: 16 + Item: S_Aimed_Pendant + Rate: 15 + - Index: 17 + Item: S_Aimed_Earing + Rate: 15 + - Index: 18 + Item: S_Arrow_Armor + Rate: 15 + - Index: 19 + Item: S_Arrow_Shield + Rate: 7 + - Index: 20 + Item: S_Arrow_Shoes + Rate: 15 + - Index: 21 + Item: S_Shooting_Weapon + Rate: 7 + - Index: 22 + Item: S_Shooting_Pendant + Rate: 15 + - Index: 23 + Item: S_Shooting_Earing + Rate: 15 + - Index: 24 + Item: S_Tornado_Armor + Rate: 15 + - Index: 25 + Item: S_Tornado_Shield + Rate: 7 + - Index: 26 + Item: S_Tornado_Shoes + Rate: 15 + - Index: 27 + Item: S_Boomerang_Weapon + Rate: 7 + - Index: 28 + Item: S_Boomerang_Pendant + Rate: 15 + - Index: 29 + Item: S_Boomerang_Earing + Rate: 15 + - Index: 30 + Item: S_Vulcan_Armor + Rate: 15 + - Index: 31 + Item: S_Vulcan_Shield + Rate: 7 + - Index: 32 + Item: S_Vulcan_Shoes + Rate: 15 + - Index: 33 + Item: S_Arms_Weapon + Rate: 7 + - Index: 34 + Item: S_Arms_Pendant + Rate: 15 + - Index: 35 + Item: S_Arms_Earing + Rate: 15 + - Index: 36 + Item: S_Rampage_Armor + Rate: 15 + - Index: 37 + Item: S_Rampage_Shield + Rate: 7 + - Index: 38 + Item: S_Rampage_Shoes + Rate: 15 + - Index: 39 + Item: S_Skynetblow_Weapon + Rate: 7 + - Index: 40 + Item: S_Skynetblow_Pendant + Rate: 15 + - Index: 41 + Item: S_Skynetblow_Earing + Rate: 15 + - Index: 42 + Item: S_Knucklearrow_Armor + Rate: 15 + - Index: 43 + Item: S_Knucklearrow_Shield + Rate: 7 + - Index: 44 + Item: S_Knucklearrow_Shoes + Rate: 15 + - Index: 45 + Item: S_TigerCannon_Weapon + Rate: 7 + - Index: 46 + Item: S_Tigercannon_Pendant + Rate: 15 + - Index: 47 + Item: S_Tigercannon_Earing + Rate: 15 + - Index: 48 + Item: S_Duplelight_Armor + Rate: 15 + - Index: 49 + Item: S_Duplelight_Shield + Rate: 7 + - Index: 50 + Item: S_Duplelight_Shoes + Rate: 15 + - Index: 51 + Item: S_Adoramus_Weapon + Rate: 7 + - Index: 52 + Item: S_Adoramus_Pendant + Rate: 15 + - Index: 53 + Item: S_Adoramus_Earing + Rate: 15 + - Index: 54 + Item: S_Judex_Armor + Rate: 15 + - Index: 55 + Item: S_Judex_Shield + Rate: 7 + - Index: 56 + Item: S_Judex_Shoes + Rate: 15 + - Index: 57 + Item: S_Magnus_Weapon + Rate: 7 + - Index: 58 + Item: S_Magnus_Pendant + Rate: 15 + - Index: 59 + Item: S_Magnus_Earing + Rate: 15 + - Index: 60 + Item: S_Rainstorm_Armor + Rate: 15 + - Index: 61 + Item: S_Rainstorm_Shield + Rate: 7 + - Index: 62 + Item: S_Rainstorm_Shoes + Rate: 15 + - Index: 63 + Item: S_Arrowvulcan_Weapon + Rate: 7 + - Index: 64 + Item: S_Arrowvulcan_Pendant + Rate: 15 + - Index: 65 + Item: S_Arrowvulcan_Earing + Rate: 15 + - Index: 66 + Item: S_Metalic_Armor + Rate: 15 + - Index: 67 + Item: S_Metalic_Shield + Rate: 7 + - Index: 68 + Item: S_Metalic_Shoes + Rate: 15 + - Index: 69 + Item: S_Reverberation_Weapon + Rate: 7 + - Index: 70 + Item: S_Reverberation_Pendant + Rate: 15 + - Index: 71 + Item: S_Reverberation_Earing + Rate: 15 + - Index: 72 + Item: S_Triangle_Armor + Rate: 15 + - Index: 73 + Item: S_Triangle_Shield + Rate: 7 + - Index: 74 + Item: S_Triangle_Shoes + Rate: 15 + - Index: 75 + Item: S_Shadowspell_Weapon + Rate: 7 + - Index: 76 + Item: S_Shadowspell_Pendant + Rate: 15 + - Index: 77 + Item: S_Shadowspell_Earing + Rate: 15 + - Index: 78 + Item: S_Menace_Armor + Rate: 15 + - Index: 79 + Item: S_Menace_Shield + Rate: 7 + - Index: 80 + Item: S_Menace_Shoes + Rate: 15 + - Index: 81 + Item: S_Paint_Weapon + Rate: 7 + - Index: 82 + Item: S_Paint_Pendant + Rate: 15 + - Index: 83 + Item: S_Paint_Earing + Rate: 15 + - Index: 84 + Item: S_Rolling_Armor + Rate: 15 + - Index: 85 + Item: S_Rolling_Shield + Rate: 7 + - Index: 86 + Item: S_Rolling_Shoes + Rate: 15 + - Index: 87 + Item: S_Katar_Weapon + Rate: 7 + - Index: 88 + Item: S_Katar_Pendant + Rate: 15 + - Index: 89 + Item: S_Katar_Earing + Rate: 15 + - Index: 90 + Item: S_Slash_Armor + Rate: 15 + - Index: 91 + Item: S_Slash_Shield + Rate: 7 + - Index: 92 + Item: S_Slash_Shoes + Rate: 15 + - Index: 93 + Item: S_Ripper_Weapon + Rate: 7 + - Index: 94 + Item: S_Ripper_Pendant + Rate: 15 + - Index: 95 + Item: S_Ripper_Earing + Rate: 15 + - Index: 96 + Item: S_Dust_Armor + Rate: 15 + - Index: 97 + Item: S_Dust_Shield + Rate: 7 + - Index: 98 + Item: S_Dust_Shoes + Rate: 15 + - Index: 99 + Item: S_Grave_Weapon + Rate: 7 + - Index: 100 + Item: S_Grave_Pendant + Rate: 15 + - Index: 101 + Item: S_Grave_Earing + Rate: 15 + - Index: 102 + Item: S_Psychic_Armor + Rate: 15 + - Index: 103 + Item: S_Psychic_Shield + Rate: 7 + - Index: 104 + Item: S_Psychic_Shoes + Rate: 15 + - Index: 105 + Item: S_Varetyr_Weapon + Rate: 7 + - Index: 106 + Item: S_Varetyr_Pendant + Rate: 15 + - Index: 107 + Item: S_Varetyr_Earing + Rate: 15 + - Index: 108 + Item: S_Jack_Armor + Rate: 15 + - Index: 109 + Item: S_Jack_Shield + Rate: 7 + - Index: 110 + Item: S_Jack_Shoes + Rate: 15 + - Index: 111 + Item: S_Strain_Weapon + Rate: 7 + - Index: 112 + Item: S_Strain_Pendant + Rate: 15 + - Index: 113 + Item: S_Strain_Earing + Rate: 15 + - Index: 114 + Item: S_Crimson_Armor + Rate: 15 + - Index: 115 + Item: S_Crimson_Shield + Rate: 7 + - Index: 116 + Item: S_Crimson_Shoes + Rate: 15 + - Index: 117 + Item: S_Chain_Weapon + Rate: 7 + - Index: 118 + Item: S_Chain_Pendant + Rate: 15 + - Index: 119 + Item: S_Chain_Earing + Rate: 15 + - Index: 120 + Item: S_Cart_Tornado_Armor + Rate: 15 + - Index: 121 + Item: S_Cart_Tornado_Shield + Rate: 7 + - Index: 122 + Item: S_Cart_Tornado_Shoes + Rate: 15 + - Index: 123 + Item: S_Cannon_Cart_Weapon + Rate: 7 + - Index: 124 + Item: S_Cannon_Cart_Pendant + Rate: 15 + - Index: 125 + Item: S_Cannon_Cart_Earing + Rate: 15 + - Index: 126 + Item: S_Spore_Bomb_Armor + Rate: 15 + - Index: 127 + Item: S_Spore_Bomb_Shield + Rate: 7 + - Index: 128 + Item: S_Spore_Bomb_Shoes + Rate: 15 + - Index: 129 + Item: S_Crazy_Weapon + Rate: 7 + - Index: 130 + Item: S_Crazy_Pendant + Rate: 15 + - Index: 131 + Item: S_Crazy_Earing + Rate: 15 + - Index: 132 + Item: S_Brand_Armor + Rate: 15 + - Index: 133 + Item: S_Brand_Shield + Rate: 7 + - Index: 134 + Item: S_Brand_Shoes + Rate: 15 + - Index: 135 + Item: S_Chain_Press_Weapon + Rate: 7 + - Index: 136 + Item: S_Chain_Press_Pendant + Rate: 15 + - Index: 137 + Item: S_Chain_Press_Earing + Rate: 15 + - Index: 138 + Item: S_Banish_Cannon_Armor + Rate: 15 + - Index: 139 + Item: S_Banish_Cannon_Shield + Rate: 7 + - Index: 140 + Item: S_Banish_Cannon_Shoes + Rate: 15 + - Index: 141 + Item: S_Genesis_Weapon + Rate: 7 + - Index: 142 + Item: S_Genesis_Pendant + Rate: 15 + - Index: 143 + Item: S_Genesis_Earing + Rate: 15 - Group: SHADOWDECON_ORE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Shadowdecon_Ore - Rate: 10000 + - Index: 0 + Item: Shadowdecon_Ore + Rate: 10 Amount: 3 + - Index: 1 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 4 + - Index: 2 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 5 + - Index: 3 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 6 + - Index: 4 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 7 + - Index: 5 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 8 + - Index: 6 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 9 + - Index: 7 + Item: Shadowdecon_Ore + Rate: 10 + Amount: 10 - Group: ZELUNIUM_ORE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Zelunium_Ore - Rate: 10000 + - Index: 0 + Item: Zelunium_Ore + Rate: 10 Amount: 3 + - Index: 1 + Item: Zelunium_Ore + Rate: 10 + Amount: 4 + - Index: 2 + Item: Zelunium_Ore + Rate: 10 + Amount: 5 + - Index: 3 + Item: Zelunium_Ore + Rate: 10 + Amount: 6 + - Index: 4 + Item: Zelunium_Ore + Rate: 10 + Amount: 7 + - Index: 5 + Item: Zelunium_Ore + Rate: 10 + Amount: 8 + - Index: 6 + Item: Zelunium_Ore + Rate: 10 + Amount: 9 + - Index: 7 + Item: Zelunium_Ore + Rate: 10 + Amount: 10 - Group: GSTAR2019BOX SubGroups: - SubGroup: 0 List: - - Item: E_Med_Life_Potion + - Index: 0 + Item: E_Med_Life_Potion Amount: 30 - - Item: Comp_Power_Booster + - Index: 1 + Item: Comp_Power_Booster Amount: 30 - - Item: World_Tour_Ticket + - Index: 2 + Item: World_Tour_Ticket Amount: 30 - Group: EXOTIC_BOB_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Exotic_Bob_L_LB - Rate: 1250 - - Item: C_Exotic_Bob_L_YL - Rate: 1250 - - Item: C_Exotic_Bob_L_WH - Rate: 1250 - - Item: C_Exotic_Bob_L_LPP - Rate: 1250 - - Item: C_Exotic_Bob_R_PK - Rate: 1250 - - Item: C_Exotic_Bob_R_BG - Rate: 1250 - - Item: C_Exotic_Bob_R_JBL - Rate: 1250 - - Item: C_Exotic_Bob_R_BW - Rate: 1250 + - Index: 0 + Item: C_Exotic_Bob_R_BW + Rate: 10 + - Index: 1 + Item: C_Exotic_Bob_R_JBL + Rate: 10 + - Index: 2 + Item: C_Exotic_Bob_R_BG + Rate: 10 + - Index: 3 + Item: C_Exotic_Bob_R_PK + Rate: 10 + - Index: 4 + Item: C_Exotic_Bob_L_LPP + Rate: 10 + - Index: 5 + Item: C_Exotic_Bob_L_WH + Rate: 10 + - Index: 6 + Item: C_Exotic_Bob_L_YL + Rate: 10 + - Index: 7 + Item: C_Exotic_Bob_L_LB + Rate: 10 - Group: RUNEKNIGHT_S_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Sonic_Armor - Rate: 1014 - - Item: S_Sonic_Shield - Rate: 473 - - Item: S_Sonic_Shoes - Rate: 1014 - - Item: S_Ignition_Weapon - Rate: 473 - - Item: S_Ignition_Pendant - Rate: 1014 - - Item: S_Ignition_Earing - Rate: 1014 - - Item: S_W_Breath_Armor - Rate: 1014 - - Item: S_W_Breath_Shield - Rate: 473 - - Item: S_W_Breath_Shoes - Rate: 1014 - - Item: S_F_Breath_Weapon - Rate: 473 - - Item: S_F_Breath_Pendant - Rate: 1014 - - Item: S_F_Breath_Earing - Rate: 1014 + - Index: 0 + Item: S_Sonic_Armor + Rate: 15 + - Index: 1 + Item: S_Sonic_Shield + Rate: 7 + - Index: 2 + Item: S_Sonic_Shoes + Rate: 15 + - Index: 3 + Item: S_Ignition_Weapon + Rate: 7 + - Index: 4 + Item: S_Ignition_Pendant + Rate: 15 + - Index: 5 + Item: S_Ignition_Earing + Rate: 15 + - Index: 6 + Item: S_W_Breath_Armor + Rate: 15 + - Index: 7 + Item: S_W_Breath_Shield + Rate: 7 + - Index: 8 + Item: S_W_Breath_Shoes + Rate: 15 + - Index: 9 + Item: S_F_Breath_Weapon + Rate: 7 + - Index: 10 + Item: S_F_Breath_Pendant + Rate: 15 + - Index: 11 + Item: S_F_Breath_Earing + Rate: 15 - Group: GUILLOTINECROSS_S_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Rolling_Armor - Rate: 1014 - - Item: S_Rolling_Shield - Rate: 473 - - Item: S_Rolling_Shoes - Rate: 1014 - - Item: S_Katar_Weapon - Rate: 473 - - Item: S_Katar_Pendant - Rate: 1014 - - Item: S_Katar_Earing - Rate: 1014 - - Item: S_Slash_Armor - Rate: 1014 - - Item: S_Slash_Shield - Rate: 473 - - Item: S_Slash_Shoes - Rate: 1014 - - Item: S_Ripper_Weapon - Rate: 473 - - Item: S_Ripper_Pendant - Rate: 1014 - - Item: S_Ripper_Earing - Rate: 1014 + - Index: 0 + Item: S_Rolling_Armor + Rate: 15 + - Index: 1 + Item: S_Rolling_Shield + Rate: 7 + - Index: 2 + Item: S_Rolling_Shoes + Rate: 15 + - Index: 3 + Item: S_Katar_Weapon + Rate: 7 + - Index: 4 + Item: S_Katar_Pendant + Rate: 15 + - Index: 5 + Item: S_Katar_Earing + Rate: 15 + - Index: 6 + Item: S_Slash_Armor + Rate: 15 + - Index: 7 + Item: S_Slash_Shield + Rate: 7 + - Index: 8 + Item: S_Slash_Shoes + Rate: 15 + - Index: 9 + Item: S_Ripper_Weapon + Rate: 7 + - Index: 10 + Item: S_Ripper_Pendant + Rate: 15 + - Index: 11 + Item: S_Ripper_Earing + Rate: 15 - Group: ARCHBISHOP_S_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Duplelight_Armor - Rate: 1014 - - Item: S_Duplelight_Shield - Rate: 473 - - Item: S_Duplelight_Shoes - Rate: 1014 - - Item: S_Adoramus_Weapon - Rate: 473 - - Item: S_Adoramus_Pendant - Rate: 1014 - - Item: S_Adoramus_Earing - Rate: 1014 - - Item: S_Judex_Armor - Rate: 1014 - - Item: S_Judex_Shield - Rate: 473 - - Item: S_Judex_Shoes - Rate: 1014 - - Item: S_Magnus_Weapon - Rate: 473 - - Item: S_Magnus_Pendant - Rate: 1014 - - Item: S_Magnus_Earing - Rate: 1014 + - Index: 0 + Item: S_Duplelight_Armor + Rate: 15 + - Index: 1 + Item: S_Duplelight_Shield + Rate: 7 + - Index: 2 + Item: S_Duplelight_Shoes + Rate: 15 + - Index: 3 + Item: S_Adoramus_Weapon + Rate: 7 + - Index: 4 + Item: S_Adoramus_Pendant + Rate: 15 + - Index: 5 + Item: S_Adoramus_Earing + Rate: 15 + - Index: 6 + Item: S_Judex_Armor + Rate: 15 + - Index: 7 + Item: S_Judex_Shield + Rate: 7 + - Index: 8 + Item: S_Judex_Shoes + Rate: 15 + - Index: 9 + Item: S_Magnus_Weapon + Rate: 7 + - Index: 10 + Item: S_Magnus_Pendant + Rate: 15 + - Index: 11 + Item: S_Magnus_Earing + Rate: 15 - Group: SURA_S_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Rampage_Armor - Rate: 1014 - - Item: S_Rampage_Shield - Rate: 473 - - Item: S_Rampage_Shoes - Rate: 1014 - - Item: S_Skynetblow_Weapon - Rate: 473 - - Item: S_Skynetblow_Pendant - Rate: 1014 - - Item: S_Skynetblow_Earing - Rate: 1014 - - Item: S_Knucklearrow_Armor - Rate: 1014 - - Item: S_Knucklearrow_Shield - Rate: 473 - - Item: S_Knucklearrow_Shoes - Rate: 1014 - - Item: S_TigerCannon_Weapon - Rate: 473 - - Item: S_Tigercannon_Pendant - Rate: 1014 - - Item: S_Tigercannon_Earing - Rate: 1014 + - Index: 0 + Item: S_Rampage_Armor + Rate: 15 + - Index: 1 + Item: S_Rampage_Shield + Rate: 7 + - Index: 2 + Item: S_Rampage_Shoes + Rate: 15 + - Index: 3 + Item: S_Skynetblow_Weapon + Rate: 7 + - Index: 4 + Item: S_Skynetblow_Pendant + Rate: 15 + - Index: 5 + Item: S_Skynetblow_Earing + Rate: 15 + - Index: 6 + Item: S_Knucklearrow_Armor + Rate: 15 + - Index: 7 + Item: S_Knucklearrow_Shield + Rate: 7 + - Index: 8 + Item: S_Knucklearrow_Shoes + Rate: 15 + - Index: 9 + Item: S_TigerCannon_Weapon + Rate: 7 + - Index: 10 + Item: S_Tigercannon_Pendant + Rate: 15 + - Index: 11 + Item: S_Tigercannon_Earing + Rate: 15 - Group: 2019_CHRISMAS_PRESENT SubGroups: - SubGroup: 0 List: - - Item: E_Mysterious_Water + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: Comp_Power_Booster + Amount: 10 + - Index: 2 + Item: E_Infinity_Drink + Amount: 10 + - Index: 3 + Item: Comp_Small_Mana_Potion Amount: 20 - - Item: E_Med_Life_Potion + - Index: 4 + Item: E_Mysterious_Water Amount: 20 - - Item: E_Small_Life_Potion + - Index: 5 + Item: E_Small_Life_Potion Amount: 20 - - Item: Battle_Manual100 + - Index: 6 + Item: E_Med_Life_Potion + Amount: 20 + - Index: 7 + Item: E_Red_Booster + Amount: 20 + - Index: 8 + Item: Battle_Manual100 Amount: 5 - - Item: Comp_Small_Mana_Potion - Amount: 20 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: E_Red_Booster - Amount: 20 - - Item: E_Infinity_Drink - Amount: 10 - - Item: C_ShineSantaPoringE + - Index: 9 + Item: C_ShineSantaPoringE + Duration: 1440 - Group: BOOSTER_PACK_190 SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack - Amount: 3 - - Item: E_DEF_Scroll_Box - Amount: 3 - - Item: Battle_Manual100 - Amount: 2 - - Item: Comp_Small_Mana_Potion - Amount: 60 - - Item: World_Tour_Ticket - Amount: 10 - - Item: E_Red_Booster - Amount: 60 - - Item: Booster_Pack_200 - - Item: Exp_Up_4 + - Index: 0 + Item: Comp_Almighty Amount: 5 - - Item: Booster_Coin - Amount: 48 + - Index: 1 + Item: Comp_Power_Booster + Amount: 5 + - Index: 2 + Item: E_Infinity_Drink + Amount: 5 + - Index: 3 + Item: Booster_B_M_2 + Amount: 3 + - Index: 4 + Item: Booster_Coin + Amount: 94 + - Index: 5 + Item: World_Tour_Ticket + Amount: 20 + - Index: 6 + Item: Booster_Pack_200 - Group: BOOSTER_PACK_200 SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack + - Index: 0 + Item: E_Life_Potion_Pack Amount: 3 - - Item: E_DEF_Scroll_Box + - Index: 1 + Item: E_DEF_Scroll_Box Amount: 3 - - Item: Comp_Small_Mana_Potion - Amount: 60 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: E_Red_Booster - Amount: 60 - - Item: E_Infinity_Drink - Amount: 10 - - Item: 2020_Goal_Gift_Box - - Item: Booster_Pack_215 - - Item: Booster_Coin - Amount: 52 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 4 + Item: Boarding_Halter_Box30_Z + - Index: 5 + Item: E_Red_Booster + Amount: 20 + - Index: 6 + Item: Booster_B_M_2 + Amount: 3 + - Index: 7 + Item: Booster_Coin + Amount: 100 + - Index: 8 + Item: World_Tour_Ticket + Amount: 30 + - Index: 9 + Item: Booster_Pack_210 - Group: 2020_GOAL_GIFT_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Mech_Feather_Hairband - Rate: 2500 - - Item: C_Isabella_Brown_Ear - Rate: 2500 - - Item: C_Drops_Muffler - Rate: 2500 - - Item: C_Fairy_Long_CB - Rate: 1000 - - Item: C_Long_Ribbon - Rate: 1000 - - Item: C_Wing_Of_Angel_Move_GD + - Index: 0 + Item: C_Seraphim_Wing_TW Rate: 500 + - Index: 1 + Item: C_Long_Wave_BD + Rate: 1000 + - Index: 2 + Item: C_Long_Wave_SV + Rate: 1000 + - Index: 3 + Item: C_Love_Guard + Rate: 2500 + - Index: 4 + Item: C_Leopard_Ear_Hat + Rate: 2500 + - Index: 5 + Item: C_Misty_Ears + Rate: 2500 - Group: RANGER_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Cluster_Armor - Rate: 1014 - - Item: S_Cluster_Shield - Rate: 473 - - Item: S_Cluster_Shoes - Rate: 1014 - - Item: S_Aimed_Weapon - Rate: 473 - - Item: S_Aimed_Pendant - Rate: 1014 - - Item: S_Aimed_Earing - Rate: 1014 - - Item: S_Arrow_Armor - Rate: 1014 - - Item: S_Arrow_Shield - Rate: 473 - - Item: S_Arrow_Shoes - Rate: 1014 - - Item: S_Shooting_Weapon - Rate: 473 - - Item: S_Shooting_Pendant - Rate: 1014 - - Item: S_Shooting_Earing - Rate: 1014 + - Index: 0 + Item: S_Cluster_Armor + Rate: 15 + - Index: 1 + Item: S_Cluster_Shield + Rate: 7 + - Index: 2 + Item: S_Cluster_Shoes + Rate: 15 + - Index: 3 + Item: S_Aimed_Weapon + Rate: 7 + - Index: 4 + Item: S_Aimed_Pendant + Rate: 15 + - Index: 5 + Item: S_Aimed_Earing + Rate: 15 + - Index: 6 + Item: S_Arrow_Armor + Rate: 15 + - Index: 7 + Item: S_Arrow_Shield + Rate: 7 + - Index: 8 + Item: S_Arrow_Shoes + Rate: 15 + - Index: 9 + Item: S_Shooting_Weapon + Rate: 7 + - Index: 10 + Item: S_Shooting_Pendant + Rate: 15 + - Index: 11 + Item: S_Shooting_Earing + Rate: 15 - Group: WARLOCK_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Jack_Armor - Rate: 1014 - - Item: S_Jack_Shield - Rate: 473 - - Item: S_Jack_Shoes - Rate: 1014 - - Item: S_Strain_Weapon - Rate: 473 - - Item: S_Strain_Pendant - Rate: 1014 - - Item: S_Strain_Earing - Rate: 1014 - - Item: S_Crimson_Armor - Rate: 1014 - - Item: S_Crimson_Shield - Rate: 473 - - Item: S_Crimson_Shoes - Rate: 1014 - - Item: S_Chain_Weapon - Rate: 473 - - Item: S_Chain_Pendant - Rate: 1014 - - Item: S_Chain_Earing - Rate: 1014 + - Index: 0 + Item: S_Jack_Armor + Rate: 15 + - Index: 1 + Item: S_Jack_Shield + Rate: 7 + - Index: 2 + Item: S_Jack_Shoes + Rate: 15 + - Index: 3 + Item: S_Strain_Weapon + Rate: 7 + - Index: 4 + Item: S_Strain_Pendant + Rate: 15 + - Index: 5 + Item: S_Strain_Earing + Rate: 15 + - Index: 6 + Item: S_Crimson_Armor + Rate: 15 + - Index: 7 + Item: S_Crimson_Shield + Rate: 7 + - Index: 8 + Item: S_Crimson_Shoes + Rate: 15 + - Index: 9 + Item: S_Chain_Weapon + Rate: 7 + - Index: 10 + Item: S_Chain_Pendant + Rate: 15 + - Index: 11 + Item: S_Chain_Earing + Rate: 15 - Group: SORCERER_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Dust_Armor - Rate: 1014 - - Item: S_Dust_Shield - Rate: 473 - - Item: S_Dust_Shoes - Rate: 1014 - - Item: S_Grave_Weapon - Rate: 473 - - Item: S_Grave_Pendant - Rate: 1014 - - Item: S_Grave_Earing - Rate: 1014 - - Item: S_Psychic_Armor - Rate: 1014 - - Item: S_Psychic_Shield - Rate: 473 - - Item: S_Psychic_Shoes - Rate: 1014 - - Item: S_Varetyr_Weapon - Rate: 473 - - Item: S_Varetyr_Pendant - Rate: 1014 - - Item: S_Varetyr_Earing - Rate: 1014 + - Index: 0 + Item: S_Dust_Armor + Rate: 15 + - Index: 1 + Item: S_Dust_Shield + Rate: 7 + - Index: 2 + Item: S_Dust_Shoes + Rate: 15 + - Index: 3 + Item: S_Grave_Weapon + Rate: 7 + - Index: 4 + Item: S_Grave_Pendant + Rate: 15 + - Index: 5 + Item: S_Grave_Earing + Rate: 15 + - Index: 6 + Item: S_Psychic_Armor + Rate: 15 + - Index: 7 + Item: S_Psychic_Shield + Rate: 7 + - Index: 8 + Item: S_Psychic_Shoes + Rate: 15 + - Index: 9 + Item: S_Varetyr_Weapon + Rate: 7 + - Index: 10 + Item: S_Varetyr_Pendant + Rate: 15 + - Index: 11 + Item: S_Varetyr_Earing + Rate: 15 - Group: WANDERMINS_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Rainstorm_Armor - Rate: 1014 - - Item: S_Rainstorm_Shield - Rate: 473 - - Item: S_Rainstorm_Shoes - Rate: 1014 - - Item: S_Arrowvulcan_Weapon - Rate: 473 - - Item: S_Arrowvulcan_Pendant - Rate: 1014 - - Item: S_Arrowvulcan_Earing - Rate: 1014 - - Item: S_Metalic_Armor - Rate: 1014 - - Item: S_Metalic_Shield - Rate: 473 - - Item: S_Metalic_Shoes - Rate: 1014 - - Item: S_Reverberation_Weapon - Rate: 473 - - Item: S_Reverberation_Pendant - Rate: 1014 - - Item: S_Reverberation_Earing - Rate: 1014 + - Index: 0 + Item: S_Rainstorm_Armor + Rate: 15 + - Index: 1 + Item: S_Rainstorm_Shield + Rate: 7 + - Index: 2 + Item: S_Rainstorm_Shoes + Rate: 15 + - Index: 3 + Item: S_Arrowvulcan_Weapon + Rate: 7 + - Index: 4 + Item: S_Arrowvulcan_Pendant + Rate: 15 + - Index: 5 + Item: S_Arrowvulcan_Earing + Rate: 15 + - Index: 6 + Item: S_Metalic_Armor + Rate: 15 + - Index: 7 + Item: S_Metalic_Shield + Rate: 7 + - Index: 8 + Item: S_Metalic_Shoes + Rate: 15 + - Index: 9 + Item: S_Reverberation_Weapon + Rate: 7 + - Index: 10 + Item: S_Reverberation_Pendant + Rate: 15 + - Index: 11 + Item: S_Reverberation_Earing + Rate: 15 - Group: ROYALGUARD_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Brand_Armor - Rate: 1014 - - Item: S_Brand_Shield - Rate: 473 - - Item: S_Brand_Shoes - Rate: 1014 - - Item: S_Chain_Press_Weapon - Rate: 473 - - Item: S_Chain_Press_Pendant - Rate: 1014 - - Item: S_Chain_Press_Earing - Rate: 1014 - - Item: S_Banish_Cannon_Armor - Rate: 1014 - - Item: S_Banish_Cannon_Shield - Rate: 473 - - Item: S_Banish_Cannon_Shoes - Rate: 1014 - - Item: S_Genesis_Weapon - Rate: 473 - - Item: S_Genesis_Pendant - Rate: 1014 - - Item: S_Genesis_Earing - Rate: 1014 + - Index: 0 + Item: S_Brand_Armor + Rate: 15 + - Index: 1 + Item: S_Brand_Shield + Rate: 7 + - Index: 2 + Item: S_Brand_Shoes + Rate: 15 + - Index: 3 + Item: S_Chain_Press_Weapon + Rate: 7 + - Index: 4 + Item: S_Chain_Press_Pendant + Rate: 15 + - Index: 5 + Item: S_Chain_Press_Earing + Rate: 15 + - Index: 6 + Item: S_Banish_Cannon_Armor + Rate: 15 + - Index: 7 + Item: S_Banish_Cannon_Shield + Rate: 7 + - Index: 8 + Item: S_Banish_Cannon_Shoes + Rate: 15 + - Index: 9 + Item: S_Genesis_Weapon + Rate: 7 + - Index: 10 + Item: S_Genesis_Pendant + Rate: 15 + - Index: 11 + Item: S_Genesis_Earing + Rate: 15 - Group: SHADOWCHASER_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Triangle_Armor - Rate: 1014 - - Item: S_Triangle_Shield - Rate: 473 - - Item: S_Triangle_Shoes - Rate: 1014 - - Item: S_Shadowspell_Weapon - Rate: 473 - - Item: S_Shadowspell_Pendant - Rate: 1014 - - Item: S_Shadowspell_Earing - Rate: 1014 - - Item: S_Menace_Armor - Rate: 1014 - - Item: S_Menace_Shield - Rate: 473 - - Item: S_Menace_Shoes - Rate: 1014 - - Item: S_Paint_Weapon - Rate: 473 - - Item: S_Paint_Pendant - Rate: 1014 - - Item: S_Paint_Earing - Rate: 1014 + - Index: 0 + Item: S_Triangle_Armor + Rate: 15 + - Index: 1 + Item: S_Triangle_Shield + Rate: 7 + - Index: 2 + Item: S_Triangle_Shoes + Rate: 15 + - Index: 3 + Item: S_Shadowspell_Weapon + Rate: 7 + - Index: 4 + Item: S_Shadowspell_Pendant + Rate: 15 + - Index: 5 + Item: S_Shadowspell_Earing + Rate: 15 + - Index: 6 + Item: S_Menace_Armor + Rate: 15 + - Index: 7 + Item: S_Menace_Shield + Rate: 7 + - Index: 8 + Item: S_Menace_Shoes + Rate: 15 + - Index: 9 + Item: S_Paint_Weapon + Rate: 7 + - Index: 10 + Item: S_Paint_Pendant + Rate: 15 + - Index: 11 + Item: S_Paint_Earing + Rate: 15 - Group: MECHANIC_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Tornado_Armor - Rate: 1014 - - Item: S_Tornado_Shield - Rate: 473 - - Item: S_Tornado_Shoes - Rate: 1014 - - Item: S_Boomerang_Weapon - Rate: 473 - - Item: S_Boomerang_Pendant - Rate: 1014 - - Item: S_Boomerang_Earing - Rate: 1014 - - Item: S_Vulcan_Armor - Rate: 1014 - - Item: S_Vulcan_Shield - Rate: 473 - - Item: S_Vulcan_Shoes - Rate: 1014 - - Item: S_Arms_Weapon - Rate: 473 - - Item: S_Arms_Pendant - Rate: 1014 - - Item: S_Arms_Earing - Rate: 1014 + - Index: 0 + Item: S_Tornado_Armor + Rate: 15 + - Index: 1 + Item: S_Tornado_Shield + Rate: 7 + - Index: 2 + Item: S_Tornado_Shoes + Rate: 15 + - Index: 3 + Item: S_Boomerang_Weapon + Rate: 7 + - Index: 4 + Item: S_Boomerang_Pendant + Rate: 15 + - Index: 5 + Item: S_Boomerang_Earing + Rate: 15 + - Index: 6 + Item: S_Vulcan_Armor + Rate: 15 + - Index: 7 + Item: S_Vulcan_Shield + Rate: 7 + - Index: 8 + Item: S_Vulcan_Shoes + Rate: 15 + - Index: 9 + Item: S_Arms_Weapon + Rate: 7 + - Index: 10 + Item: S_Arms_Pendant + Rate: 15 + - Index: 11 + Item: S_Arms_Earing + Rate: 15 - Group: GENETIC_S_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Cart_Tornado_Armor - Rate: 1014 - - Item: S_Cart_Tornado_Shield - Rate: 473 - - Item: S_Cart_Tornado_Shoes - Rate: 1014 - - Item: S_Cannon_Cart_Weapon - Rate: 473 - - Item: S_Cannon_Cart_Pendant - Rate: 1014 - - Item: S_Cannon_Cart_Earing - Rate: 1014 - - Item: S_Spore_Bomb_Armor - Rate: 1014 - - Item: S_Spore_Bomb_Shield - Rate: 473 - - Item: S_Spore_Bomb_Shoes - Rate: 1014 - - Item: S_Crazy_Weapon - Rate: 473 - - Item: S_Crazy_Pendant - Rate: 1014 - - Item: S_Crazy_Earing - Rate: 1014 + - Index: 0 + Item: S_Cart_Tornado_Armor + Rate: 15 + - Index: 1 + Item: S_Cart_Tornado_Shield + Rate: 7 + - Index: 2 + Item: S_Cart_Tornado_Shoes + Rate: 15 + - Index: 3 + Item: S_Cannon_Cart_Weapon + Rate: 7 + - Index: 4 + Item: S_Cannon_Cart_Pendant + Rate: 15 + - Index: 5 + Item: S_Cannon_Cart_Earing + Rate: 15 + - Index: 6 + Item: S_Spore_Bomb_Armor + Rate: 15 + - Index: 7 + Item: S_Spore_Bomb_Shield + Rate: 7 + - Index: 8 + Item: S_Spore_Bomb_Shoes + Rate: 15 + - Index: 9 + Item: S_Crazy_Weapon + Rate: 7 + - Index: 10 + Item: S_Crazy_Pendant + Rate: 15 + - Index: 11 + Item: S_Crazy_Earing + Rate: 15 - Group: SIGNON_PRIN_WAVE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Signon_Princ_Wave_BU - Rate: 1250 - - Item: C_Signon_Princ_Wave_RD - Rate: 1250 - - Item: C_Signon_Princ_Wave_YL - Rate: 1250 - - Item: C_Signon_Princ_Wave_GN - Rate: 1250 - - Item: C_Signon_Princ_Wave_BL - Rate: 1250 - - Item: C_Signon_Princ_Wave_WH - Rate: 1250 - - Item: C_Signon_Princ_Wave_OM - Rate: 1250 - - Item: C_Signon_Princ_Wave_PP - Rate: 1250 + - Index: 0 + Item: C_Signon_Princ_Wave_BU + Rate: 3 + - Index: 1 + Item: C_Signon_Princ_Wave_RD + Rate: 3 + - Index: 2 + Item: C_Signon_Princ_Wave_YL + Rate: 3 + - Index: 3 + Item: C_Signon_Princ_Wave_GN + Rate: 3 + - Index: 4 + Item: C_Signon_Princ_Wave_BL + Rate: 3 + - Index: 5 + Item: C_Signon_Princ_Wave_WH + Rate: 3 + - Index: 6 + Item: C_Signon_Princ_Wave_PP + Rate: 3 + - Index: 7 + Item: C_Signon_Princ_Wave_OM + Rate: 3 - Group: HERO_WEAPON_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Oriental_Sword_Cube + - Index: 0 + Item: Barb_Wire_K_Cube Rate: 10 - - Item: Oriental_Sword_Cube - Rate: 386 - - Item: Dragonic_Slayer_Cube + - Index: 1 + Item: Trumpet_Shell_K_Cube Rate: 10 - - Item: Dragonic_Slayer_Cube - Rate: 386 - - Item: Shiver_Katar_K_Cube + - Index: 2 + Item: Narcis_Bow_Cube Rate: 10 - - Item: Shiver_Katar_K_Cube - Rate: 386 - - Item: Blade_Katar_Cube + - Index: 3 + Item: Slate_Sword_Cube Rate: 10 - - Item: Blade_Katar_Cube - Rate: 386 - - Item: Sword_Of_Bluefire_Cube + - Index: 4 + Item: Sword_Of_Bluefire_Cube Rate: 10 - - Item: Sword_Of_Bluefire_Cube - Rate: 386 - - Item: Slate_Sword_Cube + - Index: 5 + Item: Fatalist_Cube Rate: 10 - - Item: Slate_Sword_Cube - Rate: 386 - - Item: Narcis_Bow_Cube + - Index: 6 + Item: Magic_Sword_Cube Rate: 10 - - Item: Narcis_Bow_Cube - Rate: 386 - - Item: Trumpet_Shell_K_Cube + - Index: 7 + Item: Meteor_Striker_Cube Rate: 10 - - Item: Trumpet_Shell_K_Cube - Rate: 386 - - Item: Barb_Wire_K_Cube + - Index: 8 + Item: Avenger_Cube Rate: 10 - - Item: Barb_Wire_K_Cube - Rate: 386 - - Item: Avenger_Cube + - Index: 9 + Item: Freezing_Rod_Cube Rate: 10 - - Item: Avenger_Cube - Rate: 386 - - Item: Meteor_Striker_Cube + - Index: 10 + Item: Shadow_Staff_K_Cube Rate: 10 - - Item: Meteor_Striker_Cube - Rate: 386 - - Item: Magic_Sword_Cube + - Index: 11 + Item: Scalet_Dragon_L_Cube Rate: 10 - - Item: Magic_Sword_Cube - Rate: 386 - - Item: Fatalist_Cube + - Index: 12 + Item: Royal_Bow_K_Cube Rate: 10 - - Item: Fatalist_Cube - Rate: 386 - - Item: Royal_Bow_K_Cube + - Index: 13 + Item: Saint_Hall_Cube Rate: 10 - - Item: Royal_Bow_K_Cube - Rate: 386 - - Item: Scalet_Dragon_L_Cube + - Index: 14 + Item: Demon_Hunt_Bible_Cube Rate: 10 - - Item: Scalet_Dragon_L_Cube - Rate: 386 - - Item: Shadow_Staff_K_Cube + - Index: 15 + Item: Blue_Crystal_Staff_Cube Rate: 10 - - Item: Shadow_Staff_K_Cube - Rate: 386 - - Item: Freezing_Rod_Cube + - Index: 16 + Item: Iron_Staff_Cube Rate: 10 - - Item: Freezing_Rod_Cube - Rate: 386 - - Item: Iron_Nail_K_Cube + - Index: 17 + Item: Light_Blade_Cube Rate: 10 - - Item: Iron_Nail_K_Cube - Rate: 386 - - Item: Ray_Knuckle_Cube + - Index: 18 + Item: Undine_Spear_K_Cube Rate: 10 - - Item: Ray_Knuckle_Cube - Rate: 386 - - Item: Undine_Spear_K_Cube + - Index: 19 + Item: Ray_Knuckle_Cube Rate: 10 - - Item: Undine_Spear_K_Cube - Rate: 386 - - Item: Light_Blade_Cube + - Index: 20 + Item: Iron_Nail_K_Cube Rate: 10 - - Item: Light_Blade_Cube - Rate: 386 - - Item: Iron_Staff_Cube + - Index: 21 + Item: Oriental_Sword_Cube Rate: 10 - - Item: Iron_Staff_Cube - Rate: 386 - - Item: Blue_Crystal_Staff_Cube + - Index: 22 + Item: Dragonic_Slayer_Cube Rate: 10 - - Item: Blue_Crystal_Staff_Cube - Rate: 386 - - Item: Demon_Hunt_Bible_Cube + - Index: 23 + Item: Shiver_Katar_K_Cube Rate: 10 - - Item: Demon_Hunt_Bible_Cube - Rate: 386 - - Item: Saint_Hall_Cube + - Index: 24 + Item: Blade_Katar_Cube Rate: 10 - - Item: Saint_Hall_Cube - Rate: 386 - - Item: MeawFoxtail_Cube + - Index: 25 + Item: MeawFoxtail_Cube Rate: 10 - - Item: Fog_Dew_Sword_Cube + - Index: 26 + Item: Fog_Dew_Sword_Cube Rate: 10 - - Item: Humma_Clear_Cube + - Index: 27 + Item: Humma_Clear_Cube Rate: 10 - - Item: OneSkyOneSun_Cube + - Index: 28 + Item: Crimson_Rose_Cube Rate: 10 - - Item: SoulWeight_Cube + - Index: 29 + Item: Master_Soul_Rifle_Cube Rate: 10 - - Item: Crimson_Rose_Cube + - Index: 30 + Item: Golden_L_Launcher_Cube Rate: 10 - - Item: Master_Soul_Rifle_Cube + - Index: 31 + Item: The_Black_Gatling_Cube Rate: 10 - - Item: Golden_L_Launcher_Cube + - Index: 32 + Item: Demon_S_Shot_Cube Rate: 10 - - Item: The_Black_Gatling_Cube + - Index: 33 + Item: OneSkyOneSun_Cube Rate: 10 - - Item: Demon_S_Shot_Cube + - Index: 34 + Item: SoulWeight_Cube + Rate: 10 + - Index: 35 + Item: Freedom_Stick_Cube + Rate: 10 + - Index: 36 + Item: Blessed_Knife_Cube Rate: 10 - Group: NEW_S_WEAPON_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Spiritual_Weapon - Rate: 1111 - - Item: S2_Force_Ex_Weapon - Rate: 1111 - - Item: S2_Spirit_M_E_Weapon - Rate: 1111 - - Item: S_Blitz_Weapon - Rate: 1111 - - Item: S_Tension_Weapon - Rate: 1111 - - Item: S_Elegant_Weapon - Rate: 1111 - - Item: S_MortalBlow_Weapon - Rate: 1111 - - Item: Sentimental_Weapone_S - Rate: 1111 - - Item: Enchanting_Weapone_S - Rate: 1111 + - Index: 0 + Item: S2_Force_Ex_Weapon + Rate: 10 + - Index: 1 + Item: S2_Spirit_M_E_Weapon + Rate: 10 + - Index: 2 + Item: S2_Spiritual_Weapon + Rate: 10 + - Index: 3 + Item: S_Blitz_Weapon + Rate: 10 + - Index: 4 + Item: S_Tension_Weapon + Rate: 10 + - Index: 5 + Item: S_Elegant_Weapon + Rate: 10 + - Index: 6 + Item: S_MortalBlow_Weapon + Rate: 10 + - Index: 7 + Item: Sentimental_Weapone_S + Rate: 10 + - Index: 8 + Item: Enchanting_Weapone_S + Rate: 10 - Group: NEW_S_SHIELD_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Spell_Flow_Shield - Rate: 1667 - - Item: S_Sigrun_Shield - Rate: 1667 - - Item: S_Critical_Shield - Rate: 1667 - - Item: S_Tempest_Shield - Rate: 1667 - - Item: S_Healing_Shield - Rate: 1667 - - Item: S_Penetration_Shield - Rate: 1667 + - Index: 0 + Item: S2_Spell_Flow_Shield + Rate: 10 + - Index: 1 + Item: S_Sigrun_Shield + Rate: 10 + - Index: 2 + Item: S_Critical_Shield + Rate: 10 + - Index: 3 + Item: S_Tempest_Shield + Rate: 10 + - Index: 4 + Item: S_Healing_Shield + Rate: 10 + - Index: 5 + Item: S_Penetration_Shield + Rate: 10 - Group: NEW_S_ARMOR_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Malicious_Armor - Rate: 667 - - Item: S_Sigrun_Armor - Rate: 667 - - Item: S2_Caster_Armor - Rate: 667 - - Item: S2_Reload_Armor - Rate: 667 - - Item: S_Blitz_Armor - Rate: 667 - - Item: S_M_ExeHoly_Armor - Rate: 667 - - Item: S_M_ExoCorrupt_Armor - Rate: 667 - - Item: S_M_DragonVib_Armor - Rate: 667 - - Item: S_M_SciHunting_Armor - Rate: 667 - - Item: S_M_FishInsect_Armor - Rate: 667 - - Item: S_ExeHoly_Armor - Rate: 667 - - Item: S_ExoCorrupt_Armor - Rate: 667 - - Item: S_DragonVib_Armor - Rate: 667 - - Item: S_SciHunting_Armor - Rate: 667 - - Item: S_FishInsect_Armor - Rate: 667 + - Index: 0 + Item: S2_Malicious_Armor + Rate: 10 + - Index: 1 + Item: S_Sigrun_Armor + Rate: 10 + - Index: 2 + Item: S2_Caster_Armor + Rate: 10 + - Index: 3 + Item: S2_Reload_Armor + Rate: 10 + - Index: 4 + Item: S_Blitz_Armor + Rate: 10 + - Index: 5 + Item: S_M_ExeHoly_Armor + Rate: 10 + - Index: 6 + Item: S_M_ExoCorrupt_Armor + Rate: 10 + - Index: 7 + Item: S_M_DragonVib_Armor + Rate: 10 + - Index: 8 + Item: S_M_SciHunting_Armor + Rate: 10 + - Index: 9 + Item: S_M_FishInsect_Armor + Rate: 10 + - Index: 10 + Item: S_ExeHoly_Armor + Rate: 10 + - Index: 11 + Item: S_ExoCorrupt_Armor + Rate: 10 + - Index: 12 + Item: S_DragonVib_Armor + Rate: 10 + - Index: 13 + Item: S_SciHunting_Armor + Rate: 10 + - Index: 14 + Item: S_FishInsect_Armor + Rate: 10 - Group: NEW_S_SHOES_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Hasty_Shoes - Rate: 2000 - - Item: S_Critical_Shoes - Rate: 2000 - - Item: S_Tempest_Shoes - Rate: 2000 - - Item: S_Healing_Shoes - Rate: 2000 - - Item: S_Penetration_Shoes - Rate: 2000 + - Index: 0 + Item: S2_Hasty_Shoes + Rate: 10 + - Index: 1 + Item: S_Critical_Shoes + Rate: 10 + - Index: 2 + Item: S_Tempest_Shoes + Rate: 10 + - Index: 3 + Item: S_Penetration_Shoes + Rate: 10 + - Index: 4 + Item: S_Healing_Shoes + Rate: 10 - Group: NEW_S_EARRING_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Gemstone_Earring - Rate: 1429 - - Item: S_Tension_Earring - Rate: 1429 - - Item: S_Elegant_Earring - Rate: 1429 - - Item: S_Restore_Earring - Rate: 1429 - - Item: S_MortalBlow_Earring - Rate: 1429 - - Item: Sentimental_Earring_S - Rate: 1429 - - Item: Enchanting_Earring_S - Rate: 1429 + - Index: 0 + Item: S2_Gemstone_Earring + Rate: 10 + - Index: 1 + Item: S_Tension_Earring + Rate: 10 + - Index: 2 + Item: S_Elegant_Earring + Rate: 10 + - Index: 3 + Item: S_Restore_Earring + Rate: 10 + - Index: 4 + Item: S_MortalBlow_Earring + Rate: 10 + - Index: 5 + Item: Sentimental_Earring_S + Rate: 10 + - Index: 6 + Item: Enchanting_Earring_S + Rate: 10 - Group: NEW_S_PENDANT_CUBE SubGroups: - SubGroup: 1 List: - - Item: S2_Bearers_Pendent - Rate: 1429 - - Item: S_Tension_Pendent - Rate: 1429 - - Item: S_Elegant_Pendent - Rate: 1429 - - Item: S_Restore_Pendent - Rate: 1429 - - Item: S_MortalBlow_Pendent - Rate: 1429 - - Item: Sentimental_Pendant_S - Rate: 1429 - - Item: Enchanting_Pendant_S - Rate: 1429 + - Index: 0 + Item: S2_Bearers_Pendent + Rate: 10 + - Index: 1 + Item: S_Tension_Pendent + Rate: 10 + - Index: 2 + Item: S_Elegant_Pendent + Rate: 10 + - Index: 3 + Item: S_Restore_Pendent + Rate: 10 + - Index: 4 + Item: S_MortalBlow_Pendent + Rate: 10 + - Index: 5 + Item: Sentimental_Pendant_S + Rate: 10 + - Index: 6 + Item: Enchanting_Pendant_S + Rate: 10 - Group: MD_AIRBOAT_REWARD SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: MD_Airboat_Card + - Index: 0 + Item: MD_Airboat_Card Rate: 3485 - - Item: MD_Airboat_Card2 + - Index: 1 + Item: MD_Airboat_Card2 Rate: 1000 - - Item: MD_Airboat_Card3 + - Index: 2 + Item: MD_Airboat_Card3 Rate: 1000 - - Item: MD_Airboat_Card4 + - Index: 3 + Item: MD_Airboat_Card4 Rate: 1000 - - Item: MD_Airboat_Card5 + - Index: 4 + Item: MD_Airboat_Card5 Rate: 3485 - - Item: MD_Airboat_Card6 + - Index: 5 + Item: MD_Airboat_Card6 Rate: 15 - - Item: MD_Airboat_Card7 + - Index: 6 + Item: MD_Airboat_Card7 Rate: 15 - Group: OS_HELM_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Clock_Casket_RD - Rate: 1429 - - Item: Ignis_CapK - Rate: 1429 - - Item: Phantom_Cap - Rate: 1429 - - Item: Stripe_Hat - Rate: 1429 - - Item: Large_Sorcerer_Crown - Rate: 1429 - - Item: Scorpio_Diadem_K - Rate: 1429 - - Item: Sagittarius_DiademK - Rate: 1429 + - Index: 0 + Item: Ignis_CapK + Rate: 1 + - Index: 1 + Item: Phantom_Cap + Rate: 1 + - Index: 2 + Item: Stripe_Hat + Rate: 1 + - Index: 3 + Item: Clock_Casket_RD + Rate: 1 + - Index: 4 + Item: Large_Sorcerer_Crown + Rate: 1 + - Index: 5 + Item: Scorpio_Diadem_K + Rate: 1 + - Index: 6 + Item: Sagittarius_DiademK + Rate: 1 - Group: FAMOUS_HAT_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Heart_Wing_Hairband - Rate: 625 - - Item: New_Wave_Sunglasses - Rate: 625 - - Item: Magical_Booster_K - Rate: 625 - - Item: Spell_Circuit - Rate: 625 - - Item: General_Helmet_ - Rate: 625 - - Item: FaceWorm_Breath - Rate: 625 - - Item: Classical_Fhat - Rate: 625 - - Item: Dog_Officer - Rate: 625 - - Item: Amistr_Beret - Rate: 625 - - Item: Celine_Brooch_K - Rate: 625 - - Item: Victory_Wing_Ear - Rate: 625 - - Item: Dolor_HatK - Rate: 625 - - Item: CD_In_MouthK - Rate: 625 - - Item: Tha_Maero_MaskK - Rate: 625 - - Item: Tha_Despero_MaskK - Rate: 625 - - Item: Thanatos_Mal_MaskK - Rate: 625 + - Index: 0 + Item: New_Wave_Sunglasses + Rate: 3 + - Index: 1 + Item: CD_In_MouthK + Rate: 3 + - Index: 2 + Item: Magical_Booster_K + Rate: 3 + - Index: 3 + Item: Heart_Wing_Hairband + Rate: 3 + - Index: 4 + Item: FaceWorm_Breath + Rate: 3 + - Index: 5 + Item: Celine_Brooch_K + Rate: 3 + - Index: 6 + Item: Victory_Wing_Ear + Rate: 3 + - Index: 7 + Item: Thanatos_Mal_MaskK + Rate: 3 + - Index: 8 + Item: Tha_Despero_MaskK + Rate: 3 + - Index: 9 + Item: Tha_Maero_MaskK + Rate: 3 + - Index: 10 + Item: Dolor_HatK + Rate: 3 + - Index: 11 + Item: Dog_Officer + Rate: 3 + - Index: 12 + Item: Spell_Circuit + Rate: 3 + - Index: 13 + Item: General_Helmet_ + Rate: 3 + - Index: 14 + Item: Classical_Fhat + Rate: 3 + - Index: 15 + Item: Amistr_Beret + Rate: 3 - Group: POENETENTIA_BOX1 SubGroups: - SubGroup: 0 List: - - Item: Poenetentia_Aegis - - Item: Poenitentia_Gladius + - Index: 0 + Item: Poenitentia_Gladius + - Index: 1 + Item: Poenetentia_Aegis - Group: POENETENTIA_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Poenetentia_Aegis - - Item: Poenitentia_Hasta + - Index: 0 + Item: Poenitentia_Hasta + - Index: 1 + Item: Poenetentia_Aegis - Group: EX_SKILL_SHADOW_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Tail_Dragon_Weapon - Rate: 95 - - Item: S_Tail_Dragon_Shield - Rate: 203 - - Item: S_Tail_Dragon_Armor - Rate: 203 - - Item: S_Flare_Dance_Earing - Rate: 95 - - Item: S_Flare_Dance_Pendant - Rate: 203 - - Item: S_Flare_Dance_Shoes - Rate: 203 - - Item: S_God_Hammer_Weapon - Rate: 95 - - Item: S_God_Hammer_Shield - Rate: 203 - - Item: S_God_Hammer_Armor - Rate: 203 - - Item: S_Shatter_Buster_Earing - Rate: 95 - - Item: S_Shatter_B_Pendant - Rate: 203 - - Item: S_Shatter_Buster_Shoes - Rate: 203 - - Item: S_Trip_Weapon - Rate: 95 - - Item: S_Trip_Shield - Rate: 203 - - Item: S_Trip_Armor - Rate: 203 - - Item: S_Super_Magic_Shield - Rate: 95 - - Item: S_Super_Magic_Armor - Rate: 203 - - Item: S_Super_Magic_Shoes - Rate: 203 - - Item: S_Super_Power_Weapon - Rate: 95 - - Item: S_Super_Power_Pendant - Rate: 203 - - Item: S_Super_Power_Earing - Rate: 203 - - Item: S_Kunai_Weapon - Rate: 95 - - Item: S_Kunai_Shield - Rate: 203 - - Item: S_Kunai_Armor - Rate: 203 - - Item: S_Syuriken_Earing - Rate: 95 - - Item: S_Syuriken_Pendant - Rate: 203 - - Item: S_Syuriken_Shoes - Rate: 203 - - Item: S_Kamaenraku_Weapon - Rate: 95 - - Item: S_Kamaenraku_Shield - Rate: 203 - - Item: S_Kamaenraku_Armor - Rate: 203 - - Item: S_Huusouka_Earing - Rate: 95 - - Item: S_Huusouka_Pendant - Rate: 203 - - Item: S_Huusouka_Shoes - Rate: 203 - - Item: S_Pickyrush_Weapon - Rate: 95 - - Item: S_Pickyrush_Shield - Rate: 203 - - Item: S_Pickyrush_Armor - Rate: 203 - - Item: S_SavageRabbit_Earing - Rate: 95 - - Item: S_SavageRabbit_Pendant - Rate: 203 - - Item: S_SavageRabbit_Shoes - Rate: 203 - - Item: S_Catnip_Weapon - Rate: 95 - - Item: S_Catnip_Shield - Rate: 203 - - Item: S_Catnip_Armor - Rate: 203 - - Item: S_Silvervine_Earing - Rate: 95 - - Item: S_Silvervine_Pendant - Rate: 203 - - Item: S_Silvervine_Shoes - Rate: 203 - - Item: S_Sunshine_Weapon - Rate: 95 - - Item: S_Sunshine_Shield - Rate: 203 - - Item: S_Sunshine_Armor - Rate: 203 - - Item: S_Moonlight_Earring - Rate: 95 - - Item: S_Moonlight_Pendant - Rate: 203 - - Item: S_Moonlight_Shoes - Rate: 203 - - Item: S_Stardust_Weapon - Rate: 95 - - Item: S_Stardust_Shield - Rate: 203 - - Item: S_Stardust_Armor - Rate: 203 - - Item: S_S_Weapon - Rate: 95 - - Item: S_S_Shield - Rate: 203 - - Item: S_S_Armor - Rate: 203 - - Item: S_Evilcurse_Earring - Rate: 95 - - Item: S_Evilcurse_Pendant - Rate: 203 - - Item: S_Evilcurse_Shoes - Rate: 203 + - Index: 0 + Item: S_Tail_Dragon_Weapon + Rate: 7 + - Index: 1 + Item: S_Tail_Dragon_Shield + Rate: 15 + - Index: 2 + Item: S_Tail_Dragon_Armor + Rate: 15 + - Index: 3 + Item: S_Flare_Dance_Earing + Rate: 7 + - Index: 4 + Item: S_Flare_Dance_Pendant + Rate: 15 + - Index: 5 + Item: S_Flare_Dance_Shoes + Rate: 15 + - Index: 6 + Item: S_God_Hammer_Weapon + Rate: 7 + - Index: 7 + Item: S_God_Hammer_Shield + Rate: 15 + - Index: 8 + Item: S_God_Hammer_Armor + Rate: 15 + - Index: 9 + Item: S_Shatter_Buster_Earing + Rate: 7 + - Index: 10 + Item: S_Shatter_B_Pendant + Rate: 15 + - Index: 11 + Item: S_Shatter_Buster_Shoes + Rate: 15 + - Index: 12 + Item: S_Trip_Weapon + Rate: 7 + - Index: 13 + Item: S_Trip_Shield + Rate: 15 + - Index: 14 + Item: S_Trip_Armor + Rate: 15 + - Index: 15 + Item: S_Super_Magic_Shield + Rate: 7 + - Index: 16 + Item: S_Super_Magic_Armor + Rate: 15 + - Index: 17 + Item: S_Super_Magic_Shoes + Rate: 15 + - Index: 18 + Item: S_Super_Power_Weapon + Rate: 7 + - Index: 19 + Item: S_Super_Power_Pendant + Rate: 15 + - Index: 20 + Item: S_Super_Power_Earing + Rate: 15 + - Index: 21 + Item: S_Kunai_Weapon + Rate: 7 + - Index: 22 + Item: S_Kunai_Shield + Rate: 15 + - Index: 23 + Item: S_Kunai_Armor + Rate: 15 + - Index: 24 + Item: S_Syuriken_Earing + Rate: 7 + - Index: 25 + Item: S_Syuriken_Pendant + Rate: 15 + - Index: 26 + Item: S_Syuriken_Shoes + Rate: 15 + - Index: 27 + Item: S_Kamaenraku_Weapon + Rate: 7 + - Index: 28 + Item: S_Kamaenraku_Shield + Rate: 15 + - Index: 29 + Item: S_Kamaenraku_Armor + Rate: 15 + - Index: 30 + Item: S_Huusouka_Earing + Rate: 7 + - Index: 31 + Item: S_Huusouka_Pendant + Rate: 15 + - Index: 32 + Item: S_Huusouka_Shoes + Rate: 15 + - Index: 33 + Item: S_Pickyrush_Weapon + Rate: 7 + - Index: 34 + Item: S_Pickyrush_Shield + Rate: 15 + - Index: 35 + Item: S_Pickyrush_Armor + Rate: 15 + - Index: 36 + Item: S_SavageRabbit_Earing + Rate: 7 + - Index: 37 + Item: S_SavageRabbit_Pendant + Rate: 15 + - Index: 38 + Item: S_SavageRabbit_Shoes + Rate: 15 + - Index: 39 + Item: S_Catnip_Weapon + Rate: 7 + - Index: 40 + Item: S_Catnip_Shield + Rate: 15 + - Index: 41 + Item: S_Catnip_Armor + Rate: 15 + - Index: 42 + Item: S_Silvervine_Earing + Rate: 7 + - Index: 43 + Item: S_Silvervine_Pendant + Rate: 15 + - Index: 44 + Item: S_Silvervine_Shoes + Rate: 15 + - Index: 45 + Item: S_Sunshine_Weapon + Rate: 7 + - Index: 46 + Item: S_Sunshine_Shield + Rate: 15 + - Index: 47 + Item: S_Sunshine_Armor + Rate: 15 + - Index: 48 + Item: S_Moonlight_Earring + Rate: 7 + - Index: 49 + Item: S_Moonlight_Pendant + Rate: 15 + - Index: 50 + Item: S_Moonlight_Shoes + Rate: 15 + - Index: 51 + Item: S_Stardust_Weapon + Rate: 7 + - Index: 52 + Item: S_Stardust_Shield + Rate: 15 + - Index: 53 + Item: S_Stardust_Armor + Rate: 15 + - Index: 54 + Item: S_S_Weapon + Rate: 7 + - Index: 55 + Item: S_S_Shield + Rate: 15 + - Index: 56 + Item: S_S_Armor + Rate: 15 + - Index: 57 + Item: S_Evilcurse_Earring + Rate: 7 + - Index: 58 + Item: S_Evilcurse_Pendant + Rate: 15 + - Index: 59 + Item: S_Evilcurse_Shoes + Rate: 15 - Group: CACHUA_COSTUME_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Over_Protector - Rate: 550 - - Item: C_Evil_Druid_Hat_Black - Rate: 550 - - Item: C_Cons_Of_Water + - Index: 0 + Item: C_Cons_Of_Water Rate: 1 - - Item: C_Two_Tone_Beret - Rate: 550 - - Item: C_Bloody_Wing - Rate: 12 - - Item: C_BlueAngeling_Wing - Rate: 12 - - Item: C_Wings_Of_Raguel - Rate: 12 - - Item: C_Wings_Of_Raphael - Rate: 12 - - Item: C_Underlamp - Rate: 550 - - Item: C_Piamette_Hood_Red - Rate: 550 - - Item: C_Piamette_BowTie_Red - Rate: 550 - - Item: C_War_Princess_Ribbon - Rate: 899 - - Item: C_White_Rabbit - Rate: 550 - - Item: C_False_Ears - Rate: 550 - - Item: C_SeraphimCoronet - Rate: 550 - - Item: C_Greater_Dracul_Horn - Rate: 550 - - Item: C_Variant_Veil - Rate: 550 - - Item: C_Jitterbug_Cap - Rate: 550 - - Item: C_Orange_Rabbit - Rate: 550 - - Item: C_Cons_Of_Fire + - Index: 1 + Item: C_Cons_Of_Fire Rate: 1 - - Item: C_ResonateTaego - Rate: 12 - - Item: C_Miracle_Plant - Rate: 12 - - Item: C_SnackParty - Rate: 12 - - Item: C_Wings_Of_Lucifer - Rate: 30 - - Item: C_Cons_Of_Wind + - Index: 2 + Item: C_Cons_Of_Wind Rate: 1 - - Item: C_Palace_Guard_Cap - Rate: 899 - - Item: Cons_Of_Earth + - Index: 3 + Item: Cons_Of_Earth Rate: 1 - - Item: C_Blanc_Neige_Prince - Rate: 30 - - Item: C_PGstone_Knit_Hat_BW - Rate: 899 - - Item: C_Cons_Of_Darkness + - Index: 4 + Item: C_Cons_Of_Darkness Rate: 5 + - Index: 5 + Item: C_BlueAngeling_Wing + Rate: 12 + - Index: 6 + Item: C_Bloody_Wing + Rate: 12 + - Index: 7 + Item: C_ResonateTaego + Rate: 12 + - Index: 8 + Item: C_Wings_Of_Raphael + Rate: 12 + - Index: 9 + Item: C_SnackParty + Rate: 12 + - Index: 10 + Item: C_Wings_Of_Raguel + Rate: 12 + - Index: 11 + Item: C_Miracle_Plant + Rate: 12 + - Index: 12 + Item: C_Wings_Of_Lucifer + Rate: 30 + - Index: 13 + Item: C_Blanc_Neige_Prince + Rate: 30 + - Index: 14 + Item: C_Blink_Eyes_Golden + Rate: 30 + - Index: 15 + Item: C_Evil_Druid_Hat_Black + Rate: 550 + - Index: 16 + Item: C_Piamette_Hood_Red + Rate: 550 + - Index: 17 + Item: C_Piamette_BowTie_Red + Rate: 550 + - Index: 18 + Item: C_White_Rabbit + Rate: 550 + - Index: 19 + Item: C_Variant_Veil + Rate: 550 + - Index: 20 + Item: C_Two_Tone_Beret + Rate: 550 + - Index: 21 + Item: C_SeraphimCoronet + Rate: 550 + - Index: 22 + Item: C_Over_Protector + Rate: 550 + - Index: 23 + Item: C_False_Ears + Rate: 550 + - Index: 24 + Item: C_Underlamp + Rate: 550 + - Index: 25 + Item: C_Jitterbug_Cap + Rate: 550 + - Index: 26 + Item: C_Greater_Dracul_Horn + Rate: 550 + - Index: 27 + Item: C_Orange_Rabbit + Rate: 550 + - Index: 28 + Item: C_Palace_Guard_Cap + Rate: 889 + - Index: 29 + Item: C_PGstone_Knit_Hat_BW + Rate: 889 + - Index: 30 + Item: C_War_Princess_Ribbon + Rate: 889 - Group: KR_B_SPECIAL03 SubGroups: - SubGroup: 0 List: - - Item: E_Mysterious_Water - Amount: 19 - - Item: E_Med_Life_Potion - Amount: 19 - - Item: E_Small_Life_Potion - Amount: 19 - - Item: Comp_Small_Mana_Potion - Amount: 19 - - Item: Comp_M_DEFScroll - Amount: 19 - - Item: Comp_Power_Booster - Amount: 19 - - Item: Comp_Almighty - Amount: 19 - - Item: E_Infinity_Drink - Amount: 19 + - Index: 0 + Item: Comp_Battle_Bubble + Amount: 5 + - Index: 1 + Item: E_Infinity_Drink + Amount: 10 - Group: BIOWEAPON_HELM_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: BioWeapon_Helm_RK - Rate: 833 - - Item: BioWeapon_Helm_LG - Rate: 833 - - Item: BioWeapon_Helm_WL - Rate: 833 - - Item: BioWeapon_Helm_SO - Rate: 833 - - Item: BioWeapon_Helm_NC - Rate: 833 - - Item: BioWeapon_Helm_GN - Rate: 833 - - Item: BioWeapon_Helm_RA - Rate: 833 - - Item: BioWeapon_Helm_WM - Rate: 833 - - Item: BioWeapon_Helm_AB - Rate: 833 - - Item: BioWeapon_Helm_SR - Rate: 833 - - Item: BioWeapon_Helm_SC - Rate: 833 - - Item: BioWeapon_Helm_GC - Rate: 833 + - Index: 0 + Item: BioWeapon_Helm_RK + Rate: 1 + - Index: 1 + Item: BioWeapon_Helm_LG + Rate: 1 + - Index: 2 + Item: BioWeapon_Helm_WL + Rate: 1 + - Index: 3 + Item: BioWeapon_Helm_SO + Rate: 1 + - Index: 4 + Item: BioWeapon_Helm_NC + Rate: 1 + - Index: 5 + Item: BioWeapon_Helm_GN + Rate: 1 + - Index: 6 + Item: BioWeapon_Helm_RA + Rate: 1 + - Index: 7 + Item: BioWeapon_Helm_WM + Rate: 1 + - Index: 8 + Item: BioWeapon_Helm_AB + Rate: 1 + - Index: 9 + Item: BioWeapon_Helm_SR + Rate: 1 + - Index: 10 + Item: BioWeapon_Helm_SC + Rate: 1 + - Index: 11 + Item: BioWeapon_Helm_GC + Rate: 1 - Group: TREE_OF_SPROUT_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Tree_Of_Sprout_STR - Rate: 1667 - - Item: Tree_Of_Sprout_DEX - Rate: 1667 - - Item: Tree_Of_Sprout_AGI - Rate: 1667 - - Item: Tree_Of_Sprout_LUK - Rate: 1667 - - Item: Tree_Of_Sprout_VIT - Rate: 1667 - - Item: Tree_Of_Sprout_INT - Rate: 1667 + - Index: 0 + Item: Tree_Of_Sprout_DEX + Rate: 10 + - Index: 1 + Item: Tree_Of_Sprout_STR + Rate: 10 + - Index: 2 + Item: Tree_Of_Sprout_AGI + Rate: 10 + - Index: 3 + Item: Tree_Of_Sprout_LUK + Rate: 10 + - Index: 4 + Item: Tree_Of_Sprout_VIT + Rate: 10 + - Index: 5 + Item: Tree_Of_Sprout_INT + Rate: 10 - Group: SPECIAL_COSTUME_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Over_Protector - Rate: 500 - - Item: C_Evil_Druid_Hat_Black - Rate: 400 - - Item: C_Cons_Of_Water - Rate: 100 - - Item: C_Two_Tone_Beret - Rate: 500 - - Item: C_Bloody_Wing - Rate: 200 - - Item: C_BlueAngeling_Wing - Rate: 200 - - Item: C_Wings_Of_Raguel - Rate: 200 - - Item: C_Wings_Of_Raphael - Rate: 200 - - Item: C_Underlamp - Rate: 500 - - Item: C_Piamette_Hood_Red - Rate: 400 - - Item: C_Piamette_BowTie_Red - Rate: 400 - - Item: C_War_Princess_Ribbon - Rate: 500 - - Item: C_White_Rabbit - Rate: 400 - - Item: C_False_Ears - Rate: 500 - - Item: C_SeraphimCoronet - Rate: 500 - - Item: C_Greater_Dracul_Horn - Rate: 500 - - Item: C_Variant_Veil - Rate: 400 - - Item: C_Jitterbug_Cap - Rate: 500 - - Item: C_Orange_Rabbit - Rate: 500 - - Item: C_Cons_Of_Fire - Rate: 100 - - Item: C_ResonateTaego - Rate: 200 - - Item: C_Miracle_Plant - Rate: 200 - - Item: C_SnackParty - Rate: 200 - - Item: C_Wings_Of_Lucifer - Rate: 200 - - Item: C_Cons_Of_Wind - Rate: 100 - - Item: C_Palace_Guard_Cap - Rate: 500 - - Item: Cons_Of_Earth - Rate: 100 - - Item: C_Blanc_Neige_Prince - Rate: 400 - - Item: C_PGstone_Knit_Hat_BW - Rate: 500 - - Item: C_Cons_Of_Darkness - Rate: 100 + - Index: 0 + Item: C_Over_Protector + Rate: 5 + - Index: 1 + Item: C_Evil_Druid_Hat_Black + Rate: 4 + - Index: 2 + Item: C_Cons_Of_Water + Rate: 1 + - Index: 3 + Item: C_Two_Tone_Beret + Rate: 5 + - Index: 4 + Item: C_Bloody_Wing + Rate: 2 + - Index: 5 + Item: C_BlueAngeling_Wing + Rate: 2 + - Index: 6 + Item: C_Wings_Of_Raguel + Rate: 2 + - Index: 7 + Item: C_Wings_Of_Raphael + Rate: 2 + - Index: 8 + Item: C_Underlamp + Rate: 5 + - Index: 9 + Item: C_Piamette_Hood_Red + Rate: 4 + - Index: 10 + Item: C_Piamette_BowTie_Red + Rate: 4 + - Index: 11 + Item: C_War_Princess_Ribbon + Rate: 5 + - Index: 12 + Item: C_White_Rabbit + Rate: 4 + - Index: 13 + Item: C_False_Ears + Rate: 5 + - Index: 14 + Item: C_SeraphimCoronet + Rate: 5 + - Index: 15 + Item: C_Greater_Dracul_Horn + Rate: 5 + - Index: 16 + Item: C_Variant_Veil + Rate: 4 + - Index: 17 + Item: C_Jitterbug_Cap + Rate: 5 + - Index: 18 + Item: C_Orange_Rabbit + Rate: 5 + - Index: 19 + Item: C_Cons_Of_Fire + Rate: 1 + - Index: 20 + Item: C_ResonateTaego + Rate: 2 + - Index: 21 + Item: C_Miracle_Plant + Rate: 2 + - Index: 22 + Item: C_SnackParty + Rate: 2 + - Index: 23 + Item: C_Wings_Of_Lucifer + Rate: 2 + - Index: 24 + Item: C_Cons_Of_Wind + Rate: 1 + - Index: 25 + Item: C_Palace_Guard_Cap + Rate: 5 + - Index: 26 + Item: Cons_Of_Earth + Rate: 1 + - Index: 27 + Item: C_Blanc_Neige_Prince + Rate: 4 + - Index: 28 + Item: C_PGstone_Knit_Hat_BW + Rate: 5 + - Index: 29 + Item: C_Cons_Of_Darkness + Rate: 1 - Group: SPECIAL_COSTUME_BOX_ SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Cons_Of_Water - Rate: 714 - - Item: C_Bloody_Wing - Rate: 714 - - Item: C_BlueAngeling_Wing - Rate: 714 - - Item: C_Wings_Of_Raguel - Rate: 714 - - Item: C_Wings_Of_Raphael - Rate: 714 - - Item: C_Cons_Of_Fire - Rate: 714 - - Item: C_ResonateTaego - Rate: 714 - - Item: C_Miracle_Plant - Rate: 714 - - Item: C_SnackParty - Rate: 714 - - Item: C_Wings_Of_Lucifer - Rate: 714 - - Item: C_Cons_Of_Wind - Rate: 714 - - Item: Cons_Of_Earth - Rate: 714 - - Item: C_Blanc_Neige_Prince - Rate: 714 - - Item: C_Cons_Of_Darkness - Rate: 714 + - Index: 0 + Item: C_Cons_Of_Water + Rate: 1 + - Index: 1 + Item: C_Bloody_Wing + Rate: 1 + - Index: 2 + Item: C_BlueAngeling_Wing + Rate: 1 + - Index: 3 + Item: C_Wings_Of_Raguel + Rate: 1 + - Index: 4 + Item: C_Wings_Of_Raphael + Rate: 1 + - Index: 5 + Item: C_Cons_Of_Fire + Rate: 1 + - Index: 6 + Item: C_ResonateTaego + Rate: 1 + - Index: 7 + Item: C_Miracle_Plant + Rate: 1 + - Index: 8 + Item: C_SnackParty + Rate: 1 + - Index: 9 + Item: C_Wings_Of_Lucifer + Rate: 1 + - Index: 10 + Item: C_Cons_Of_Wind + Rate: 1 + - Index: 11 + Item: Cons_Of_Earth + Rate: 1 + - Index: 12 + Item: C_Blanc_Neige_Prince + Rate: 1 + - Index: 13 + Item: C_Cons_Of_Darkness + Rate: 1 - Group: RAG_INVEN_BOX SubGroups: - SubGroup: 0 List: - - Item: E_Mysterious_Water - Amount: 30 - - Item: E_Med_Life_Potion - Amount: 30 - - Item: E_Small_Life_Potion - Amount: 30 - - Item: E_Blessing_10_Scroll + - Index: 0 + Item: E_Blessing_10_Scroll Amount: 50 - - Item: E_Inc_Agi_10_Scroll + - Index: 1 + Item: E_Inc_Agi_10_Scroll Amount: 50 - - Item: Comp_Small_Mana_Potion + - Index: 2 + Item: E_Small_Life_Potion Amount: 30 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: World_Tour_Ticket + - Index: 3 + Item: E_Med_Life_Potion Amount: 30 - - Item: E_Infinity_Drink + - Index: 4 + Item: E_Mysterious_Water + Amount: 30 + - Index: 5 + Item: Comp_Small_Mana_Potion + Amount: 30 + - Index: 6 + Item: Comp_Almighty Amount: 10 + - Index: 7 + Item: Comp_Power_Booster + Amount: 10 + - Index: 8 + Item: E_Infinity_Drink + Amount: 10 + - Index: 9 + Item: World_Tour_Ticket + Amount: 30 - Group: THANATOS_PENDANT_BOX SubGroups: - SubGroup: 0 List: - - Item: PendantStoneForWork - - Item: Thanatos_Pendant + - Index: 0 + Item: Thanatos_Pendant + - Index: 1 + Item: PendantStoneForWork - Group: LAPINE_DDUKDDAKBOX3 SubGroups: - SubGroup: 1 List: - - Item: EnchantStone_Recipe - Rate: 3500 - - Item: EventItem_Recipe - Rate: 1250 - - Item: PetEgg_Recipe - Rate: 1250 - - Item: Nyang_Costume_Recipe - Rate: 1250 - - Item: JobShadow_Mix_Weapon + - Index: 0 + Item: Shadow_Mix_Recipe2 + Rate: 25 + - Index: 1 + Item: EnchantStone_Recipe + Rate: 25 + - Index: 2 + Item: PetEgg_Recipe Rate: 10 - - Item: JobShadow_Mix_Armor + - Index: 3 + Item: Nyang_Costume_Recipe Rate: 10 - - Item: JobShadow_Mix_Shoes + - Index: 4 + Item: EventItem_Recipe Rate: 10 - - Item: JobShadow_Mix_Shield - Rate: 10 - - Item: JobShadow_Mix_Pendant - Rate: 10 - - Item: JobShadow_Mix_Earing - Rate: 10 - - Item: StatusShadow_Mix - Rate: 10 - - Item: GemstoneShadow_Mix - Rate: 10 - - Item: BearersShadow_Mix - Rate: 10 - - Item: ComposeShadow_Mix - Rate: 10 - - Item: RaceShadow_Mix - Rate: 10 - - Item: StabilityShadow_Mix - Rate: 10 - - Item: InfinityShadow_Mix - Rate: 10 - - Item: PhysicalMagical_Mix - Rate: 10 - - Item: ImmunedAthena_Mix - Rate: 10 - - Item: HardChamption_Mix - Rate: 10 - - Item: KingbirdAncient_Mix - Rate: 10 - - Item: CriticalHit_Mix - Rate: 10 - - Item: PerfectSize_Mix - Rate: 10 - - Item: MagicPiercing_Mix - Rate: 10 - - Item: Piercing_Mix - Rate: 10 - - Item: Hasty_Mix - Rate: 10 - - Item: FullPeneShadow_Mix - Rate: 10 - - Item: FullTempShadow_Mix - Rate: 10 - - Item: Illusion_Module_Mix - Rate: 1590 - - Item: Automatic_Module_Mix - Rate: 850 - - Item: True_GemShadow_Mix - Rate: 10 - - Item: Mammoth_Mix - Rate: 10 - - Item: EXPShadow_Mix - Rate: 10 - - Item: AbsorbShadow_Mix - Rate: 10 - - Item: MajorAutoSpell_Mix - Rate: 10 - - Item: MagicalShadow_Mix - Rate: 10 - - Item: PhysicalShadow_Mix - Rate: 10 - - SubGroup: 2 + - Index: 5 + Item: Automatic_Module_Mix + Rate: 6 + - Index: 6 + Item: Illusion_Module_Mix + Rate: 14 + - SubGroup: 6 List: - - Item: Shadow_Mix_Recipe2 - Rate: 10000 + - Index: 0 + Item: EnchantStone_Recipe + Rate: 3500 + - Index: 1 + Item: PetEgg_Recipe + Rate: 1250 + - Index: 2 + Item: Nyang_Costume_Recipe + Rate: 1250 + - Index: 3 + Item: EventItem_Recipe + Rate: 1250 + - Index: 4 + Item: Automatic_Module_Mix + Rate: 850 + - Index: 5 + Item: Illusion_Module_Mix + Rate: 1540 + - Index: 6 + Item: StatusShadow_Mix + Rate: 10 + Announced: true + - Index: 7 + Item: StabilityShadow_Mix + Rate: 10 + Announced: true + - Index: 8 + Item: GemstoneShadow_Mix + Rate: 10 + Announced: true + - Index: 9 + Item: RaceShadow_Mix + Rate: 10 + Announced: true + - Index: 10 + Item: BearersShadow_Mix + Rate: 10 + Announced: true + - Index: 11 + Item: ComposeShadow_Mix + Rate: 10 + Announced: true + - Index: 12 + Item: JobShadow_Mix_Weapon + Rate: 10 + Announced: true + - Index: 13 + Item: JobShadow_Mix_Armor + Rate: 10 + Announced: true + - Index: 14 + Item: JobShadow_Mix_Shoes + Rate: 10 + Announced: true + - Index: 15 + Item: JobShadow_Mix_Shield + Rate: 10 + Announced: true + - Index: 16 + Item: JobShadow_Mix_Pendant + Rate: 10 + Announced: true + - Index: 17 + Item: JobShadow_Mix_Earing + Rate: 10 + Announced: true + - Index: 18 + Item: CriticalHit_Mix + Rate: 10 + Announced: true + - Index: 19 + Item: PhysicalMagical_Mix + Rate: 10 + Announced: true + - Index: 20 + Item: HardChamption_Mix + Rate: 10 + Announced: true + - Index: 21 + Item: ImmunedAthena_Mix + Rate: 10 + Announced: true + - Index: 22 + Item: KingbirdAncient_Mix + Rate: 10 + Announced: true + - Index: 23 + Item: Hasty_Mix + Rate: 10 + Announced: true + - Index: 24 + Item: PerfectSize_Mix + Rate: 10 + Announced: true + - Index: 25 + Item: MagicPiercing_Mix + Rate: 10 + Announced: true + - Index: 26 + Item: Piercing_Mix + Rate: 10 + Announced: true + - Index: 27 + Item: InfinityShadow_Mix + Rate: 10 + Announced: true + - Index: 28 + Item: FullPeneShadow_Mix + Rate: 10 + Announced: true + - Index: 29 + Item: FullTempShadow_Mix + Rate: 10 + Announced: true + - Index: 30 + Item: True_GemShadow_Mix + Rate: 10 + Announced: true + - Index: 31 + Item: Mammoth_Mix + Rate: 10 + Announced: true + - Index: 32 + Item: EXPShadow_Mix + Rate: 10 + Announced: true + - Index: 33 + Item: AbsorbShadow_Mix + Rate: 10 + Announced: true + - Index: 34 + Item: MajorAutoSpell_Mix + Rate: 10 + Announced: true + - Index: 35 + Item: MagicalShadow_Mix + Rate: 10 + Announced: true + - Index: 36 + Item: PhysicalShadow_Mix + Rate: 10 + Announced: true + - Index: 37 + Item: ReloadShadow_Mix + Rate: 10 + Announced: true + - Index: 38 + Item: SpellCasterShadow_Mix + Rate: 10 + Announced: true + - Index: 39 + Item: R_BearersShadow_Mix + Rate: 10 + Announced: true + - Index: 40 + Item: M_BlitzShadow_Mix + Rate: 10 + Announced: true + - Index: 41 + Item: EXPShadow_Mix2 + Rate: 10 + Announced: true - Group: AUCTION_PROMOTION SubGroups: - SubGroup: 0 List: - - Item: E_Mysterious_Water - Amount: 30 - - Item: E_Med_Life_Potion - Amount: 30 - - Item: E_Small_Life_Potion - Amount: 30 - - Item: E_Blessing_10_Scroll + - Index: 0 + Item: E_Blessing_10_Scroll Amount: 50 - - Item: E_Inc_Agi_10_Scroll + - Index: 1 + Item: E_Inc_Agi_10_Scroll Amount: 50 - - Item: Comp_Small_Mana_Potion + - Index: 2 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 3 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 4 + Item: E_Mysterious_Water + Amount: 30 + - Index: 5 + Item: Comp_Almighty Amount: 20 - - Item: Comp_Power_Booster + - Index: 6 + Item: Comp_Power_Booster Amount: 20 - - Item: Comp_Almighty + - Index: 7 + Item: E_Infinity_Drink Amount: 20 - - Item: World_Tour_Ticket + - Index: 8 + Item: Comp_Small_Mana_Potion Amount: 20 - - Item: E_Infinity_Drink + - Index: 9 + Item: World_Tour_Ticket Amount: 20 - Group: BLUE_PRINTS_SCROLL SubGroups: - SubGroup: 1 List: - - Item: Conse_F_T_Sword - Rate: 385 - - Item: Conse_F_Lance - Rate: 385 - - Item: Conse_F_G_Sword - Rate: 385 - - Item: Conse_F_G_Spear - Rate: 385 - - Item: Conse_F_Axe - Rate: 385 - - Item: Conse_F_Mace - Rate: 385 - - Item: Conse_F_Lapier - Rate: 385 - - Item: Conse_F_Hall - Rate: 385 - - Item: Conse_F_Cakram - Rate: 385 - - Item: Conse_F_Katar - Rate: 385 - - Item: Conse_F_Dagger - Rate: 385 - - Item: Conse_F_C_Bow - Rate: 385 - - Item: Conse_F_T_Staff - Rate: 385 - - Item: Conse_F_Rod - Rate: 385 - - Item: Conse_F_M_Book - Rate: 385 - - Item: Conse_F_P_Book - Rate: 385 - - Item: Conse_F_Bible - Rate: 385 - - Item: Conse_F_Wand - Rate: 385 - - Item: Conse_F_Knuckle - Rate: 385 - - Item: Conse_F_Claw - Rate: 385 - - Item: Conse_F_Ballista - Rate: 385 - - Item: Conse_F_A_Bow - Rate: 385 - - Item: Conse_F_Violin - Rate: 385 - - Item: Conse_F_C_Rope - Rate: 385 - - Item: Conse_F_Harp - Rate: 385 - - Item: Conse_F_Ribbon - Rate: 385 + - Index: 0 + Item: Conse_F_T_Sword + Rate: 10 + - Index: 1 + Item: Conse_F_Lance + Rate: 10 + - Index: 2 + Item: Conse_F_G_Sword + Rate: 10 + - Index: 3 + Item: Conse_F_G_Spear + Rate: 10 + - Index: 4 + Item: Conse_F_Axe + Rate: 10 + - Index: 5 + Item: Conse_F_Mace + Rate: 10 + - Index: 6 + Item: Conse_F_Lapier + Rate: 10 + - Index: 7 + Item: Conse_F_Hall + Rate: 10 + - Index: 8 + Item: Conse_F_Cakram + Rate: 10 + - Index: 9 + Item: Conse_F_Katar + Rate: 10 + - Index: 10 + Item: Conse_F_Dagger + Rate: 10 + - Index: 11 + Item: Conse_F_C_Bow + Rate: 10 + - Index: 12 + Item: Conse_F_T_Staff + Rate: 10 + - Index: 13 + Item: Conse_F_Rod + Rate: 10 + - Index: 14 + Item: Conse_F_M_Book + Rate: 10 + - Index: 15 + Item: Conse_F_P_Book + Rate: 10 + - Index: 16 + Item: Conse_F_Bible + Rate: 10 + - Index: 17 + Item: Conse_F_Wand + Rate: 10 + - Index: 18 + Item: Conse_F_Knuckle + Rate: 10 + - Index: 19 + Item: Conse_F_Claw + Rate: 10 + - Index: 20 + Item: Conse_F_Ballista + Rate: 10 + - Index: 21 + Item: Conse_F_A_Bow + Rate: 10 + - Index: 22 + Item: Conse_F_Violin + Rate: 10 + - Index: 23 + Item: Conse_F_C_Rope + Rate: 10 + - Index: 24 + Item: Conse_F_Harp + Rate: 10 + - Index: 25 + Item: Conse_F_Ribbon + Rate: 10 + - SubGroup: 2 + List: + - Index: 0 + Item: Conse_F_T_Sword + Rate: 10 + - Index: 1 + Item: Conse_F_Lance + Rate: 10 + - Index: 2 + Item: Conse_F_G_Sword + Rate: 10 + - Index: 3 + Item: Conse_F_G_Spear + Rate: 10 + - Index: 4 + Item: Conse_F_Axe + Rate: 10 + - Index: 5 + Item: Conse_F_Mace + Rate: 10 + - Index: 6 + Item: Conse_F_Lapier + Rate: 10 + - Index: 7 + Item: Conse_F_Hall + Rate: 10 + - Index: 8 + Item: Conse_F_Cakram + Rate: 10 + - Index: 9 + Item: Conse_F_Katar + Rate: 10 + - Index: 10 + Item: Conse_F_Dagger + Rate: 10 + - Index: 11 + Item: Conse_F_C_Bow + Rate: 10 + - Index: 12 + Item: Conse_F_T_Staff + Rate: 10 + - Index: 13 + Item: Conse_F_Rod + Rate: 10 + - Index: 14 + Item: Conse_F_M_Book + Rate: 10 + - Index: 15 + Item: Conse_F_P_Book + Rate: 10 + - Index: 16 + Item: Conse_F_Bible + Rate: 10 + - Index: 17 + Item: Conse_F_Wand + Rate: 10 + - Index: 18 + Item: Conse_F_Knuckle + Rate: 10 + - Index: 19 + Item: Conse_F_Claw + Rate: 10 + - Index: 20 + Item: Conse_F_Ballista + Rate: 10 + - Index: 21 + Item: Conse_F_A_Bow + Rate: 10 + - Index: 22 + Item: Conse_F_Violin + Rate: 10 + - Index: 23 + Item: Conse_F_C_Rope + Rate: 10 + - Index: 24 + Item: Conse_F_Harp + Rate: 10 + - Index: 25 + Item: Conse_F_Ribbon + Rate: 10 + - SubGroup: 3 + List: + - Index: 0 + Item: Conse_F_T_Sword + Rate: 10 + - Index: 1 + Item: Conse_F_Lance + Rate: 10 + - Index: 2 + Item: Conse_F_G_Sword + Rate: 10 + - Index: 3 + Item: Conse_F_G_Spear + Rate: 10 + - Index: 4 + Item: Conse_F_Axe + Rate: 10 + - Index: 5 + Item: Conse_F_Mace + Rate: 10 + - Index: 6 + Item: Conse_F_Lapier + Rate: 10 + - Index: 7 + Item: Conse_F_Hall + Rate: 10 + - Index: 8 + Item: Conse_F_Cakram + Rate: 10 + - Index: 9 + Item: Conse_F_Katar + Rate: 10 + - Index: 10 + Item: Conse_F_Dagger + Rate: 10 + - Index: 11 + Item: Conse_F_C_Bow + Rate: 10 + - Index: 12 + Item: Conse_F_T_Staff + Rate: 10 + - Index: 13 + Item: Conse_F_Rod + Rate: 10 + - Index: 14 + Item: Conse_F_M_Book + Rate: 10 + - Index: 15 + Item: Conse_F_P_Book + Rate: 10 + - Index: 16 + Item: Conse_F_Bible + Rate: 10 + - Index: 17 + Item: Conse_F_Wand + Rate: 10 + - Index: 18 + Item: Conse_F_Knuckle + Rate: 10 + - Index: 19 + Item: Conse_F_Claw + Rate: 10 + - Index: 20 + Item: Conse_F_Ballista + Rate: 10 + - Index: 21 + Item: Conse_F_A_Bow + Rate: 10 + - Index: 22 + Item: Conse_F_Violin + Rate: 10 + - Index: 23 + Item: Conse_F_C_Rope + Rate: 10 + - Index: 24 + Item: Conse_F_Harp + Rate: 10 + - Index: 25 + Item: Conse_F_Ribbon + Rate: 10 + - SubGroup: 4 + List: + - Index: 0 + Item: Conse_F_Humma + Rate: 10 + - Index: 1 + Item: Conse_F_C_Humma + Rate: 10 + - Index: 2 + Item: Conse_F_Revolver + Rate: 10 + - Index: 3 + Item: Conse_F_Rifle + Rate: 10 + - Index: 4 + Item: Conse_F_Gatling + Rate: 10 + - Index: 5 + Item: Conse_F_Launcher + Rate: 10 + - Index: 6 + Item: Conse_F_Shotgun + Rate: 10 + - Index: 7 + Item: Conse_F_Moon_B + Rate: 10 + - Index: 8 + Item: Conse_F_Star_B + Rate: 10 + - Index: 9 + Item: Conse_F_S_Stick + Rate: 10 + - Index: 10 + Item: Conse_F_D_Wand + Rate: 10 + - Index: 11 + Item: Conse_F_F_Wand + Rate: 10 + - Index: 12 + Item: Conse_F_F_model + Rate: 10 - Group: MATERIAL_SHADOW_CUBEII SubGroups: - SubGroup: 1 List: - - Item: S_Spiritual_Weapon - Rate: 115 - - Item: S_Spiritual_Earring - Rate: 115 - - Item: S_Spiritual_Pendent - Rate: 115 - - Item: S_Malicious_Armor - Rate: 115 - - Item: S_Malicious_Shoes - Rate: 115 - - Item: S_Malicious_Shield - Rate: 115 - - Item: S_Gemstone_Armor - Rate: 115 - - Item: S_Gemstone_Shoes - Rate: 115 - - Item: S_Gemstone_Shield - Rate: 115 - - Item: S_Gemstone_Weapon - Rate: 115 - - Item: S_Gemstone_Earring - Rate: 115 - - Item: S_Gemstone_Pendent - Rate: 115 - - Item: S_Infinity_Earring - Rate: 115 - - Item: S_Infinity_Pendant - Rate: 115 - - Item: S_Executioner_Weapon - Rate: 115 - - Item: S_Exorcist_Weapon - Rate: 115 - - Item: S_Hunting_Weapon - Rate: 115 - - Item: S_Insect_Net_Weapon - Rate: 115 - - Item: S_Fishing_Weapon - Rate: 115 - - Item: S_Dragon_Killer_Weapon - Rate: 115 - - Item: S_Corrupt_Weapon - Rate: 115 - - Item: S_Vibration_Weapon - Rate: 115 - - Item: S_Holy_Water_Weapon - Rate: 115 - - Item: S_Scissors_Weapon - Rate: 115 - - Item: S_Penetration_Earring - Rate: 115 - - Item: S_Penetration_Pendent - Rate: 115 - - Item: S_Tempest_Earring - Rate: 115 - - Item: S_Tempest_Pendent - Rate: 115 - - Item: S_M_Executioner_Weapon - Rate: 115 - - Item: S_M_Exorcist_Weapon - Rate: 115 - - Item: S_M_Hunting_Weapon - Rate: 115 - - Item: S_M_Insect_Net_Weapon - Rate: 115 - - Item: S_M_Fishing_Weapon - Rate: 115 - - Item: S_M_Dragon_K_Weapon - Rate: 115 - - Item: S_M_Corrupt_Weapon - Rate: 115 - - Item: S_M_Vibration_Weapon - Rate: 115 - - Item: S_M_Holy_Water_Weapon - Rate: 115 - - Item: S_M_Scissors_Weapon - Rate: 115 - - Item: S_Expert_Shoes - Rate: 115 - - Item: S_Expert_Shield - Rate: 115 - - Item: S_Beginner_Shoes - Rate: 115 - - Item: S_Beginner_Shield - Rate: 115 - - Item: S_Rookie_Shoes - Rate: 115 - - Item: S_Rookie_Shield - Rate: 115 - - Item: S_Advanced_Shoes - Rate: 115 - - Item: S_Advanced_Shield - Rate: 115 - - Item: S2_Gemstone_Earring - Rate: 115 - - Item: S2_Spiritual_Weapon - Rate: 115 - - Item: S2_Malicious_Armor - Rate: 115 - - Item: S2_Force_Ex_Weapon - Rate: 115 - - Item: S2_Spirit_M_E_Weapon - Rate: 115 - - Item: S2_Gemstone_Weapon - Rate: 115 - - Item: S2_Gemstone_Shield - Rate: 115 - - Item: S_Tempest_Shield - Rate: 115 - - Item: S_Tempest_Shoes - Rate: 115 - - Item: S_M_ExeHoly_Armor - Rate: 115 - - Item: S_M_ExoCorrupt_Armor - Rate: 115 - - Item: S_M_DragonVib_Armor - Rate: 115 - - Item: S_M_SciHunting_Armor - Rate: 115 - - Item: S_M_FishInsect_Armor - Rate: 115 - - Item: S_Penetration_Shoes - Rate: 115 - - Item: S_Penetration_Shield - Rate: 115 - - Item: S_ExeHoly_Armor - Rate: 115 - - Item: S_ExoCorrupt_Armor - Rate: 115 - - Item: S_DragonVib_Armor - Rate: 115 - - Item: S_SciHunting_Armor - Rate: 115 - - Item: S_FishInsect_Armor - Rate: 115 - - Item: S_Tempest_Weapon - Rate: 115 - - Item: S_Tempest_Armor - Rate: 115 - - Item: S_M_Exo_Co_Weapon - Rate: 115 - - Item: S_M_Viv_Dr_Weapon - Rate: 115 - - Item: S_M_Sci_Hu_Weapon - Rate: 115 - - Item: S_M_Fis_In_Weapon - Rate: 115 - - Item: S_M_Exe_Ho_Weapon - Rate: 115 - - Item: S_Penetration_Weapon - Rate: 115 - - Item: S_Penetration_Armor - Rate: 115 - - Item: S_Exe_Ho_Weapon - Rate: 115 - - Item: S_Fis_In_Weapon - Rate: 115 - - Item: S_Sci_Hu_Weapon - Rate: 115 - - Item: S_Viv_Dr_Weapon - Rate: 115 - - Item: S_Exo_Co_Weapon - Rate: 115 - - Item: S_Mammoth_Armor - Rate: 115 - - Item: S_Mammoth_Shoes - Rate: 115 - - Item: S_Mammoth_Pendant - Rate: 115 - - Item: S_Mammoth_Earring - Rate: 115 - - Item: S_Mammoth_Weapon - Rate: 115 - - Item: S_Mammoth_Shield - Rate: 115 + - Index: 0 + Item: S_Infinity_Earring + Rate: 10 + - Index: 1 + Item: S_Infinity_Pendant + Rate: 10 + - Index: 2 + Item: S_Penetration_Shoes + Rate: 10 + - Index: 3 + Item: S_Penetration_Shield + Rate: 10 + - Index: 4 + Item: S_ExeHoly_Armor + Rate: 10 + - Index: 5 + Item: S_ExoCorrupt_Armor + Rate: 10 + - Index: 6 + Item: S_DragonVib_Armor + Rate: 10 + - Index: 7 + Item: S_SciHunting_Armor + Rate: 10 + - Index: 8 + Item: S_FishInsect_Armor + Rate: 10 + - Index: 9 + Item: S_Penetration_Earring + Rate: 10 + - Index: 10 + Item: S_Penetration_Pendent + Rate: 10 + - Index: 11 + Item: S_Executioner_Weapon + Rate: 10 + - Index: 12 + Item: S_Exorcist_Weapon + Rate: 10 + - Index: 13 + Item: S_Hunting_Weapon + Rate: 10 + - Index: 14 + Item: S_Insect_Net_Weapon + Rate: 10 + - Index: 15 + Item: S_Fishing_Weapon + Rate: 10 + - Index: 16 + Item: S_Dragon_Killer_Weapon + Rate: 10 + - Index: 17 + Item: S_Corrupt_Weapon + Rate: 10 + - Index: 18 + Item: S_Vibration_Weapon + Rate: 10 + - Index: 19 + Item: S_Holy_Water_Weapon + Rate: 10 + - Index: 20 + Item: S_Scissors_Weapon + Rate: 10 + - Index: 21 + Item: S2_Force_Ex_Weapon + Rate: 10 + - Index: 22 + Item: S_Penetration_Weapon + Rate: 10 + - Index: 23 + Item: S_Penetration_Armor + Rate: 10 + - Index: 24 + Item: S_Exe_Ho_Weapon + Rate: 10 + - Index: 25 + Item: S_Fis_In_Weapon + Rate: 10 + - Index: 26 + Item: S_Sci_Hu_Weapon + Rate: 10 + - Index: 27 + Item: S_Viv_Dr_Weapon + Rate: 10 + - Index: 28 + Item: S_Exo_Co_Weapon + Rate: 10 + - Index: 29 + Item: S_Tempest_Shoes + Rate: 10 + - Index: 30 + Item: S_Tempest_Shield + Rate: 10 + - Index: 31 + Item: S_M_ExeHoly_Armor + Rate: 10 + - Index: 32 + Item: S_M_ExoCorrupt_Armor + Rate: 10 + - Index: 33 + Item: S_M_DragonVib_Armor + Rate: 10 + - Index: 34 + Item: S_M_SciHunting_Armor + Rate: 10 + - Index: 35 + Item: S_M_FishInsect_Armor + Rate: 10 + - Index: 36 + Item: S_Tempest_Earring + Rate: 10 + - Index: 37 + Item: S_Tempest_Pendent + Rate: 10 + - Index: 38 + Item: S_M_Executioner_Weapon + Rate: 10 + - Index: 39 + Item: S_M_Exorcist_Weapon + Rate: 10 + - Index: 40 + Item: S_M_Hunting_Weapon + Rate: 10 + - Index: 41 + Item: S_M_Insect_Net_Weapon + Rate: 10 + - Index: 42 + Item: S_M_Fishing_Weapon + Rate: 10 + - Index: 43 + Item: S_M_Dragon_K_Weapon + Rate: 10 + - Index: 44 + Item: S_M_Corrupt_Weapon + Rate: 10 + - Index: 45 + Item: S_M_Vibration_Weapon + Rate: 10 + - Index: 46 + Item: S_M_Holy_Water_Weapon + Rate: 10 + - Index: 47 + Item: S_M_Scissors_Weapon + Rate: 10 + - Index: 48 + Item: S2_Spirit_M_E_Weapon + Rate: 10 + - Index: 49 + Item: S_Tempest_Weapon + Rate: 10 + - Index: 50 + Item: S_Tempest_Armor + Rate: 10 + - Index: 51 + Item: S_M_Exe_Ho_Weapon + Rate: 10 + - Index: 52 + Item: S_M_Fis_In_Weapon + Rate: 10 + - Index: 53 + Item: S_M_Sci_Hu_Weapon + Rate: 10 + - Index: 54 + Item: S_M_Viv_Dr_Weapon + Rate: 10 + - Index: 55 + Item: S_M_Exo_Co_Weapon + Rate: 10 + - Index: 56 + Item: S_Gemstone_Shoes + Rate: 10 + - Index: 57 + Item: S_Gemstone_Shield + Rate: 10 + - Index: 58 + Item: S_Gemstone_Weapon + Rate: 10 + - Index: 59 + Item: S_Gemstone_Earring + Rate: 10 + - Index: 60 + Item: S_Gemstone_Pendent + Rate: 10 + - Index: 61 + Item: S_Gemstone_Armor + Rate: 10 + - Index: 62 + Item: S2_Gemstone_Weapon + Rate: 10 + - Index: 63 + Item: S2_Gemstone_Shield + Rate: 10 + - Index: 64 + Item: S2_Gemstone_Earring + Rate: 10 + - Index: 65 + Item: S_Mammoth_Armor + Rate: 10 + - Index: 66 + Item: S_Mammoth_Shoes + Rate: 10 + - Index: 67 + Item: S_Mammoth_Pendant + Rate: 10 + - Index: 68 + Item: S_Mammoth_Earring + Rate: 10 + - Index: 69 + Item: S_Mammoth_Weapon + Rate: 10 + - Index: 70 + Item: S_Mammoth_Shield + Rate: 10 + - Index: 71 + Item: S_Beginner_Shoes + Rate: 10 + - Index: 72 + Item: S_Beginner_Shield + Rate: 10 + - Index: 73 + Item: S_Rookie_Shoes + Rate: 10 + - Index: 74 + Item: S_Rookie_Shield + Rate: 10 + - Index: 75 + Item: S_Advanced_Shoes + Rate: 10 + - Index: 76 + Item: S_Advanced_Shield + Rate: 10 + - Index: 77 + Item: S_Expert_Shoes + Rate: 10 + - Index: 78 + Item: S_Expert_Shield + Rate: 10 + - Index: 79 + Item: S_Spiritual_Weapon + Rate: 10 + - Index: 80 + Item: S_Spiritual_Earring + Rate: 10 + - Index: 81 + Item: S_Spiritual_Pendent + Rate: 10 + - Index: 82 + Item: S2_Spiritual_Weapon + Rate: 10 + - Index: 83 + Item: S_Malicious_Armor + Rate: 10 + - Index: 84 + Item: S_Malicious_Shoes + Rate: 10 + - Index: 85 + Item: S_Malicious_Shield + Rate: 10 + - Index: 86 + Item: S2_Malicious_Armor + Rate: 10 + - SubGroup: 2 + List: + - Index: 0 + Item: S_Infinity_Earring + Rate: 10 + - Index: 1 + Item: S_Infinity_Pendant + Rate: 10 + - Index: 2 + Item: S_Penetration_Shoes + Rate: 10 + - Index: 3 + Item: S_Penetration_Shield + Rate: 10 + - Index: 4 + Item: S_ExeHoly_Armor + Rate: 10 + - Index: 5 + Item: S_ExoCorrupt_Armor + Rate: 10 + - Index: 6 + Item: S_DragonVib_Armor + Rate: 10 + - Index: 7 + Item: S_SciHunting_Armor + Rate: 10 + - Index: 8 + Item: S_FishInsect_Armor + Rate: 10 + - Index: 9 + Item: S_Penetration_Earring + Rate: 10 + - Index: 10 + Item: S_Penetration_Pendent + Rate: 10 + - Index: 11 + Item: S_Executioner_Weapon + Rate: 10 + - Index: 12 + Item: S_Exorcist_Weapon + Rate: 10 + - Index: 13 + Item: S_Hunting_Weapon + Rate: 10 + - Index: 14 + Item: S_Insect_Net_Weapon + Rate: 10 + - Index: 15 + Item: S_Fishing_Weapon + Rate: 10 + - Index: 16 + Item: S_Dragon_Killer_Weapon + Rate: 10 + - Index: 17 + Item: S_Corrupt_Weapon + Rate: 10 + - Index: 18 + Item: S_Vibration_Weapon + Rate: 10 + - Index: 19 + Item: S_Holy_Water_Weapon + Rate: 10 + - Index: 20 + Item: S_Scissors_Weapon + Rate: 10 + - Index: 21 + Item: S2_Force_Ex_Weapon + Rate: 10 + - Index: 22 + Item: S_Penetration_Weapon + Rate: 10 + - Index: 23 + Item: S_Penetration_Armor + Rate: 10 + - Index: 24 + Item: S_Exe_Ho_Weapon + Rate: 10 + - Index: 25 + Item: S_Fis_In_Weapon + Rate: 10 + - Index: 26 + Item: S_Sci_Hu_Weapon + Rate: 10 + - Index: 27 + Item: S_Viv_Dr_Weapon + Rate: 10 + - Index: 28 + Item: S_Exo_Co_Weapon + Rate: 10 + - Index: 29 + Item: S_Tempest_Shoes + Rate: 10 + - Index: 30 + Item: S_Tempest_Shield + Rate: 10 + - Index: 31 + Item: S_M_ExeHoly_Armor + Rate: 10 + - Index: 32 + Item: S_M_ExoCorrupt_Armor + Rate: 10 + - Index: 33 + Item: S_M_DragonVib_Armor + Rate: 10 + - Index: 34 + Item: S_M_SciHunting_Armor + Rate: 10 + - Index: 35 + Item: S_M_FishInsect_Armor + Rate: 10 + - Index: 36 + Item: S_Tempest_Earring + Rate: 10 + - Index: 37 + Item: S_Tempest_Pendent + Rate: 10 + - Index: 38 + Item: S_M_Executioner_Weapon + Rate: 10 + - Index: 39 + Item: S_M_Exorcist_Weapon + Rate: 10 + - Index: 40 + Item: S_M_Hunting_Weapon + Rate: 10 + - Index: 41 + Item: S_M_Insect_Net_Weapon + Rate: 10 + - Index: 42 + Item: S_M_Fishing_Weapon + Rate: 10 + - Index: 43 + Item: S_M_Dragon_K_Weapon + Rate: 10 + - Index: 44 + Item: S_M_Corrupt_Weapon + Rate: 10 + - Index: 45 + Item: S_M_Vibration_Weapon + Rate: 10 + - Index: 46 + Item: S_M_Holy_Water_Weapon + Rate: 10 + - Index: 47 + Item: S_M_Scissors_Weapon + Rate: 10 + - Index: 48 + Item: S2_Spirit_M_E_Weapon + Rate: 10 + - Index: 49 + Item: S_Tempest_Weapon + Rate: 10 + - Index: 50 + Item: S_Tempest_Armor + Rate: 10 + - Index: 51 + Item: S_M_Exe_Ho_Weapon + Rate: 10 + - Index: 52 + Item: S_M_Fis_In_Weapon + Rate: 10 + - Index: 53 + Item: S_M_Sci_Hu_Weapon + Rate: 10 + - Index: 54 + Item: S_M_Viv_Dr_Weapon + Rate: 10 + - Index: 55 + Item: S_M_Exo_Co_Weapon + Rate: 10 + - Index: 56 + Item: S_Gemstone_Shoes + Rate: 10 + - Index: 57 + Item: S_Gemstone_Shield + Rate: 10 + - Index: 58 + Item: S_Gemstone_Weapon + Rate: 10 + - Index: 59 + Item: S_Gemstone_Earring + Rate: 10 + - Index: 60 + Item: S_Gemstone_Pendent + Rate: 10 + - Index: 61 + Item: S_Gemstone_Armor + Rate: 10 + - Index: 62 + Item: S2_Gemstone_Weapon + Rate: 10 + - Index: 63 + Item: S2_Gemstone_Shield + Rate: 10 + - Index: 64 + Item: S2_Gemstone_Earring + Rate: 10 + - Index: 65 + Item: S_Mammoth_Armor + Rate: 10 + - Index: 66 + Item: S_Mammoth_Shoes + Rate: 10 + - Index: 67 + Item: S_Mammoth_Pendant + Rate: 10 + - Index: 68 + Item: S_Mammoth_Earring + Rate: 10 + - Index: 69 + Item: S_Mammoth_Weapon + Rate: 10 + - Index: 70 + Item: S_Mammoth_Shield + Rate: 10 + - Index: 71 + Item: S_Beginner_Shoes + Rate: 10 + - Index: 72 + Item: S_Beginner_Shield + Rate: 10 + - Index: 73 + Item: S_Rookie_Shoes + Rate: 10 + - Index: 74 + Item: S_Rookie_Shield + Rate: 10 + - Index: 75 + Item: S_Advanced_Shoes + Rate: 10 + - Index: 76 + Item: S_Advanced_Shield + Rate: 10 + - Index: 77 + Item: S_Expert_Shoes + Rate: 10 + - Index: 78 + Item: S_Expert_Shield + Rate: 10 + - Index: 79 + Item: S_Spiritual_Weapon + Rate: 10 + - Index: 80 + Item: S_Spiritual_Earring + Rate: 10 + - Index: 81 + Item: S_Spiritual_Pendent + Rate: 10 + - Index: 82 + Item: S2_Spiritual_Weapon + Rate: 10 + - Index: 83 + Item: S_Malicious_Armor + Rate: 10 + - Index: 84 + Item: S_Malicious_Shoes + Rate: 10 + - Index: 85 + Item: S_Malicious_Shield + Rate: 10 + - Index: 86 + Item: S2_Malicious_Armor + Rate: 10 - Group: ANCIENT_HERO_WILL SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Ancient_Hero_Bravery - Rate: 4500 - - Item: Ancient_Hero_Wisdom - Rate: 4500 - - Item: Great_Hero_Bravery - Rate: 500 - - Item: Great_Hero_Wisdom - Rate: 500 + - Index: 0 + Item: Ancient_Hero_Wisdom + Rate: 45 + - Index: 1 + Item: Ancient_Hero_Bravery + Rate: 45 + - Index: 2 + Item: Great_Hero_Wisdom + Rate: 5 + - Index: 3 + Item: Great_Hero_Bravery + Rate: 5 - Group: MAMMOTH_SHADOW_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Mammoth_Armor - Rate: 1667 - - Item: S_Mammoth_Shoes - Rate: 1667 - - Item: S_Mammoth_Pendant - Rate: 1667 - - Item: S_Mammoth_Earring - Rate: 1667 - - Item: S_Mammoth_Weapon - Rate: 1667 - - Item: S_Mammoth_Shield - Rate: 1667 + - Index: 0 + Item: S_Mammoth_Armor + Rate: 1 + - Index: 1 + Item: S_Mammoth_Shield + Rate: 1 + - Index: 2 + Item: S_Mammoth_Weapon + Rate: 1 + - Index: 3 + Item: S_Mammoth_Shoes + Rate: 1 + - Index: 4 + Item: S_Mammoth_Earring + Rate: 1 + - Index: 5 + Item: S_Mammoth_Pendant + Rate: 1 - Group: SHADOW_R_M_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Class_Sha_R_M_Melee - Rate: 2500 - - Item: Class_Sha_R_M_Magic - Rate: 2500 - - Item: Skill_Sha_R_M_Melee - Rate: 2500 - - Item: Skill_Sha_R_M_Magic - Rate: 2500 + - Index: 0 + Item: Class_Sha_R_M_Melee + Rate: 3 + - Index: 1 + Item: Class_Sha_R_M_Magic + Rate: 3 + - Index: 2 + Item: Skill_Sha_R_M_Melee + Rate: 3 + - Index: 3 + Item: Skill_Sha_R_M_Magic + Rate: 3 - Group: ALL_SHADOW_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_CriticalHit_Armor - Rate: 2 - - Item: S_Physical_Earring - Rate: 17 - - Item: S_Physical_Weapon - Rate: 17 - - Item: S_Physical_Pendant - Rate: 17 - - Item: S_Magical_Earring - Rate: 17 - - Item: S_Magical_Weapon - Rate: 17 - - Item: S_Magical_Pendant - Rate: 17 - - Item: S_Breezy_Armor - Rate: 17 - - Item: S_Champion_Shoes - Rate: 17 - - Item: S_Athena_Shield - Rate: 17 - - Item: S_Immune_Armor - Rate: 17 - - Item: S_Hard_Armor - Rate: 17 - - Item: S_Ancient_Armor - Rate: 17 - - Item: S_Critical_Armor - Rate: 17 - - Item: S_Kingbird_Weapon - Rate: 17 - - Item: S_Cri_Hit_Weapon - Rate: 17 - - Item: S_Healing_Weapon - Rate: 17 - - Item: S_Lucky_Weapon - Rate: 17 - - Item: S_Power_Earring - Rate: 17 - - Item: S_Int_Pendant - Rate: 17 - - Item: S_Dexterous_Armor - Rate: 17 - - Item: S_Vital_Shoes - Rate: 17 - - Item: S_Athletic_Shield - Rate: 17 - - Item: S_Lucky_Armor - Rate: 17 - - Item: S_Power_Pendant - Rate: 17 - - Item: S_Int_Earring - Rate: 17 - - Item: S_Dexterous_Weapon - Rate: 17 - - Item: S_Vital_Shield - Rate: 17 - - Item: S_Athletic_Shoes - Rate: 17 - - Item: S_Resist_Spell_Pendant - Rate: 17 - - Item: S_Rapid_Pendant - Rate: 17 - - Item: S_Caster_Pendant - Rate: 17 - - Item: S_Hard_Earring - Rate: 17 - - Item: S_Wise_Earring - Rate: 17 - - Item: S_Athena_Earring - Rate: 17 - - Item: S_Cranial_Shield - Rate: 17 - - Item: S_Safeguard_Shield - Rate: 17 - - Item: S_Brutal_Shield - Rate: 17 - - Item: S_Gargantua_Shield - Rate: 17 - - Item: S_Homers_Shield - Rate: 17 - - Item: S_Dragoon_Shield - Rate: 17 - - Item: S_Satanic_Shield - Rate: 17 - - Item: S_Flameguard_Shield - Rate: 17 - - Item: S_Requiem_Shield - Rate: 17 - - Item: S_Cadi_Shield - Rate: 17 - - Item: S_Bloody_Shoes - Rate: 17 - - Item: S_Liberation_Shoes - Rate: 17 - - Item: S_Chemical_Shoes - Rate: 17 - - Item: S_Clamorous_Shoes - Rate: 17 - - Item: S_Insecticide_Shoes - Rate: 17 - - Item: S_Fisher_Shoes - Rate: 17 - - Item: S_Seraphim_Shoes - Rate: 17 - - Item: S_Beholder_Shoes - Rate: 17 - - Item: S_Divine_Shoes - Rate: 17 - - Item: S_Dragoon_Shoes - Rate: 17 - - Item: S_Big_Armor - Rate: 17 - - Item: S_Medium_Armor - Rate: 17 - - Item: S_Small_Armor - Rate: 17 - - Item: S_Big_Weapon - Rate: 17 - - Item: S_Medium_Weapon - Rate: 17 - - Item: S_Small_Weapon - Rate: 17 - - Item: S_Spiritual_Weapon - Rate: 17 - - Item: S_Spiritual_Earring - Rate: 17 - - Item: S_Spiritual_Pendent - Rate: 17 - - Item: S_Malicious_Armor - Rate: 17 - - Item: S_Malicious_Shoes - Rate: 17 - - Item: S_Malicious_Shield - Rate: 17 - - Item: S_Gemstone_Armor - Rate: 17 - - Item: S_Gemstone_Shoes - Rate: 17 - - Item: S_Gemstone_Shield - Rate: 17 - - Item: S_Gemstone_Weapon - Rate: 17 - - Item: S_Gemstone_Earring - Rate: 17 - - Item: S_Gemstone_Pendent - Rate: 17 - - Item: S_Stability_Shield - Rate: 17 - - Item: S_Plasterer's_Armor - Rate: 17 - - Item: S_Plasterer's_Shoes - Rate: 17 - - Item: S_Insomniac_Armor - Rate: 17 - - Item: S_Insomniac_Shoes - Rate: 17 - - Item: S_Peerless_Armor - Rate: 17 - - Item: S_Peerless_Shoes - Rate: 17 - - Item: S_Adurate_Armor - Rate: 17 - - Item: S_Adurate_Shoes - Rate: 17 - - Item: Unfreez_Weapon_S - Rate: 17 - - Item: Unfreeze_Earing_S - Rate: 17 - - Item: Unfreeze_Pendent_S - Rate: 17 - - Item: Vitality_Earing_S - Rate: 17 - - Item: Vitality_Pendant_S - Rate: 17 - - Item: S_Neutral_Weapon - Rate: 17 - - Item: S_Neutral_Earring - Rate: 17 - - Item: S_Neutral_Pendent - Rate: 17 - - Item: S_Curse_Lift_Earring - Rate: 17 - - Item: S_Curse_Lift_Pendent - Rate: 17 - - Item: S_Caster_earring - Rate: 17 - - Item: S_Caster_Weapon - Rate: 17 - - Item: S_Spell_Flow_Shoes - Rate: 17 - - Item: S_Spell_Flow_Armor - Rate: 17 - - Item: S_Spell_Flow_Shield - Rate: 17 - - Item: S_Greed_Armor - Rate: 17 - - Item: S_Greed_Shoes - Rate: 17 - - Item: S_Greed_Shield - Rate: 17 - - Item: S_Greed_Weapon - Rate: 17 - - Item: S_Greed_Earring - Rate: 17 - - Item: S_Greed_Pendant - Rate: 17 - - Item: S_Heal_Armor - Rate: 17 - - Item: S_Heal_Shoes - Rate: 17 - - Item: S_Heal_Shield - Rate: 17 - - Item: S_Heal_Weapon - Rate: 17 - - Item: S_Heal_Earring - Rate: 17 - - Item: S_Heal_Pendant - Rate: 17 - - Item: S_Hiding_Armor - Rate: 17 - - Item: S_Hiding_Shoes - Rate: 17 - - Item: S_Hiding_Shield - Rate: 17 - - Item: S_Hiding_Weapon - Rate: 17 - - Item: S_Hiding_Earring - Rate: 17 - - Item: S_Hiding_Pendant - Rate: 17 - - Item: S_Cloaking_Armor - Rate: 17 - - Item: S_Cloaking_Shoes - Rate: 17 - - Item: S_Cloaking_Shield - Rate: 17 - - Item: S_Cloaking_Weapon - Rate: 17 - - Item: S_Cloaking_Earring - Rate: 17 - - Item: S_Cloaking_Pendant - Rate: 17 - - Item: S_Teleport_Armor - Rate: 17 - - Item: S_Teleport_Shoes - Rate: 17 - - Item: S_Teleport_Shield - Rate: 17 - - Item: S_Teleport_Weapon - Rate: 17 - - Item: S_Teleport_Earring - Rate: 17 - - Item: S_Teleport_Pendant - Rate: 17 - - Item: S_Steal_Armor - Rate: 17 - - Item: S_Steal_Shoes - Rate: 17 - - Item: S_Steal_Shield - Rate: 17 - - Item: S_Steal_Weapon - Rate: 17 - - Item: S_Steal_Earring - Rate: 17 - - Item: S_Steal_Pendant - Rate: 17 - - Item: S_Infinity_Earring - Rate: 17 - - Item: S_Infinity_Pendant - Rate: 17 - - Item: S_Solid_Weapon - Rate: 17 - - Item: S_Solid_Earring - Rate: 17 - - Item: S_Immortal_Armor - Rate: 17 - - Item: S_Immortal_Pendant - Rate: 17 - - Item: S_Executioner_Weapon - Rate: 17 - - Item: S_Exorcist_Weapon - Rate: 17 - - Item: S_Hunting_Weapon - Rate: 17 - - Item: S_Insect_Net_Weapon - Rate: 17 - - Item: S_Fishing_Weapon - Rate: 17 - - Item: S_Dragon_Killer_Weapon - Rate: 17 - - Item: S_Corrupt_Weapon - Rate: 17 - - Item: S_Vibration_Weapon - Rate: 17 - - Item: S_Holy_Water_Weapon - Rate: 17 - - Item: S_Scissors_Weapon - Rate: 17 - - Item: S_Penetration_Earring - Rate: 17 - - Item: S_Penetration_Pendent - Rate: 17 - - Item: S_Tempest_Earring - Rate: 17 - - Item: S_Tempest_Pendent - Rate: 17 - - Item: S_M_Executioner_Weapon - Rate: 17 - - Item: S_M_Exorcist_Weapon - Rate: 17 - - Item: S_M_Hunting_Weapon - Rate: 17 - - Item: S_M_Insect_Net_Weapon - Rate: 17 - - Item: S_M_Fishing_Weapon - Rate: 17 - - Item: S_M_Dragon_K_Weapon - Rate: 17 - - Item: S_M_Corrupt_Weapon - Rate: 17 - - Item: S_M_Vibration_Weapon - Rate: 17 - - Item: S_M_Holy_Water_Weapon - Rate: 17 - - Item: S_M_Scissors_Weapon - Rate: 17 - - Item: S_Bearers_Armor - Rate: 17 - - Item: S_Bearers_Shoes - Rate: 17 - - Item: S_Bearers_Shield - Rate: 17 - - Item: S_Bearers_Weapon - Rate: 17 - - Item: S_Bearers_Earring - Rate: 17 - - Item: S_Bearers_Pendent - Rate: 17 - - Item: S_Basis_Armor - Rate: 17 - - Item: S_Hallowed_Armor - Rate: 17 - - Item: S_Saharic_Armor - Rate: 17 - - Item: S_Underneath_Armor - Rate: 17 - - Item: S_Flam_Armor - Rate: 17 - - Item: S_Windy_Armor - Rate: 17 - - Item: S_Envenom_Armor - Rate: 17 - - Item: S_Damned_Armor - Rate: 17 - - Item: S_Geist_Armor - Rate: 17 - - Item: S_Divine_Armor - Rate: 17 - - Item: S_Hasty_Shoes - Rate: 17 - - Item: S_Hasty_Armor - Rate: 17 - - Item: S_Basis_Shield - Rate: 17 - - Item: S_Hallowed_Shield - Rate: 17 - - Item: S_Saharic_Shield - Rate: 17 - - Item: S_Underneath_Shield - Rate: 17 - - Item: S_Flam_Shield - Rate: 17 - - Item: S_Windy_Shield - Rate: 17 - - Item: S_Envenom_Shield - Rate: 17 - - Item: S_Damned_Shield - Rate: 17 - - Item: S_Geist_Shield - Rate: 17 - - Item: S_Divine_Shield - Rate: 17 - - Item: S_Expert_Shoes - Rate: 17 - - Item: S_Expert_Shield - Rate: 17 - - Item: S_Beginner_Shoes - Rate: 17 - - Item: S_Beginner_Shield - Rate: 17 - - Item: S_Rookie_Shoes - Rate: 17 - - Item: S_Rookie_Shield - Rate: 17 - - Item: S_Advanced_Shoes - Rate: 17 - - Item: S_Advanced_Shield - Rate: 17 - - Item: S_Attack_Armor - Rate: 17 - - Item: S_Blitz_Earring - Rate: 17 - - Item: S_Blitz_Pendent - Rate: 17 - - Item: S_ColdBolt_Armor - Rate: 17 - - Item: S_FireBolt_Armor - Rate: 17 - - Item: S_LightingBolt_Armor - Rate: 17 - - Item: S_EarthSpike_Armor - Rate: 17 - - Item: S_Enhance_Force_Weapon - Rate: 17 - - Item: S_Force_Weapon - Rate: 17 - - Item: S_Force_Earring - Rate: 17 - - Item: S_Force_Pendant - Rate: 17 - - Item: S_Enhance_Spirit_Weapon - Rate: 17 - - Item: S_Spirit_Weapon - Rate: 17 - - Item: S_Spirit_Earring - Rate: 17 - - Item: S_Spirit_Pendant - Rate: 17 - - Item: S_Blitz_Shoes - Rate: 17 - - Item: S_Blitz_Shield - Rate: 17 - - Item: S_Exceed_Weapon - Rate: 17 - - Item: S_Titan_Earring - Rate: 17 - - Item: S_Titan_Pendant - Rate: 17 - - Item: S_Boned_Earring - Rate: 17 - - Item: S_Boned_Pendant - Rate: 17 - - Item: S_Gigantic_Earring - Rate: 17 - - Item: S_Gigantic_Pendant - Rate: 17 - - Item: S_Caster_Shoes - Rate: 17 - - Item: S_Caster_Shield - Rate: 17 - - Item: S_Caster_Armor - Rate: 17 - - Item: S_Reload_Shoes - Rate: 17 - - Item: S_Reload_Shield - Rate: 17 - - Item: S_Reload_Armor - Rate: 17 - - Item: S_Swordman_earring - Rate: 17 - - Item: S_Merchant_earring - Rate: 17 - - Item: S_Acolyte_earring - Rate: 17 - - Item: S_Magician_earring - Rate: 17 - - Item: S_Swordman_Pendant - Rate: 17 - - Item: S_Merchant_Pendant - Rate: 17 - - Item: S_Acolyte_Pendant - Rate: 17 - - Item: S_Thief_Pendant - Rate: 17 - - Item: S_Magician_Pendant - Rate: 17 - - Item: S_Archer_Pendant - Rate: 17 - - Item: S_Knight_Shoes - Rate: 17 - - Item: S_Crusader_Shoes - Rate: 17 - - Item: S_Blacksmith_Shoes - Rate: 17 - - Item: S_Alchemist_Shoes - Rate: 17 - - Item: S_Priest_Shoes - Rate: 17 - - Item: S_Monk_Shoes - Rate: 17 - - Item: S_Assassin_Shoes - Rate: 17 - - Item: S_Rogue_Shoes - Rate: 17 - - Item: S_Wizard_Shoes - Rate: 17 - - Item: S_Sage_Shoes - Rate: 17 - - Item: S_Hunter_Shoes - Rate: 17 - - Item: S_Bard_Shoes - Rate: 17 - - Item: S_Dancer_Shoes - Rate: 17 - - Item: S_Knight_Armor - Rate: 17 - - Item: S_Crusader_Armor - Rate: 17 - - Item: S_Blacksmith_Armor - Rate: 17 - - Item: S_Alchemist_Armor - Rate: 17 - - Item: S_Priest_Armor - Rate: 17 - - Item: S_Monk_Armor - Rate: 17 - - Item: S_Assassin_Armor - Rate: 17 - - Item: S_Rogue_Armor - Rate: 17 - - Item: S_Wizard_Armor - Rate: 17 - - Item: S_Sage_Armor - Rate: 17 - - Item: S_Hunter_Armor - Rate: 17 - - Item: S_Bard_Armor - Rate: 17 - - Item: S_Dancer_Armor - Rate: 17 - - Item: S_SuperNovice_Weapon - Rate: 17 - - Item: S_Gunslinger_Weapon - Rate: 17 - - Item: S_Taekwon_Weapon - Rate: 17 - - Item: S_Ninja_Weapon - Rate: 17 - - Item: S_DoramMagical_Weapon - Rate: 17 - - Item: S_DoramPhysical_Weapon - Rate: 17 - - Item: S_Runeknight_Weapon - Rate: 17 - - Item: S_Royalguard_Weapon - Rate: 17 - - Item: S_Mechanic_weapon - Rate: 17 - - Item: S_Genetic_Weapon - Rate: 17 - - Item: S_Archbishop_Weapon - Rate: 17 - - Item: S_Sura_weapon - Rate: 17 - - Item: S_Guillotine_Weapon - Rate: 17 - - Item: S_Shadowchaser_Weapon - Rate: 17 - - Item: S_Warlock_Weapon - Rate: 17 - - Item: S_Sorcerer_Weapon - Rate: 17 - - Item: S_Ranger_Weapon - Rate: 17 - - Item: S_Minstrel_Weapon - Rate: 17 - - Item: S_Wanderer_Weapon - Rate: 17 - - Item: S_Runeknight_Shield - Rate: 17 - - Item: S_Royalguard_Shield - Rate: 17 - - Item: S_Mechanic_Shield - Rate: 17 - - Item: S_Genetic_Shield - Rate: 17 - - Item: S_Archbishop_Shield - Rate: 17 - - Item: S_Sura_Shield - Rate: 17 - - Item: S_Guillotine_Shield - Rate: 17 - - Item: S_Shadowchaser_Shield - Rate: 17 - - Item: S_Warlock_Shield - Rate: 17 - - Item: S_Sorcerer_Shield - Rate: 17 - - Item: S_Ranger_Shield - Rate: 17 - - Item: S_Minstrel_Shield - Rate: 17 - - Item: S_Wanderer_Shield - Rate: 17 - - Item: S_Ninja_Shield - Rate: 17 - - Item: S_Taekwon_Shield - Rate: 17 - - Item: S_DoramPhysical_Shield - Rate: 17 - - Item: S_DoramMagical_Shield - Rate: 17 - - Item: S_SuperNovice_Shield - Rate: 17 - - Item: S_Gunslinger_Shield - Rate: 17 - - Item: S2_Hasty_Shoes - Rate: 5 - - Item: S2_Bearers_Pendent - Rate: 5 - - Item: S2_Gemstone_Earring - Rate: 5 - - Item: S2_Spell_Flow_Shield - Rate: 5 - - Item: S2_Spiritual_Weapon - Rate: 5 - - Item: S2_Malicious_Armor - Rate: 5 - - Item: S_Sigrun_Armor - Rate: 5 - - Item: S_Sigrun_Shield - Rate: 5 - - Item: S2_Force_Ex_Weapon - Rate: 5 - - Item: S2_Spirit_M_E_Weapon - Rate: 5 - - Item: S2_Caster_Armor - Rate: 5 - - Item: S2_Reload_Armor - Rate: 5 - - Item: S_Critical_Shield - Rate: 17 - - Item: S_Critical_Shoes - Rate: 17 - - Item: S_MagicCompose_Armor - Rate: 2 - - Item: S2_Gemstone_Weapon - Rate: 2 - - Item: S2_Gemstone_Shield - Rate: 2 - - Item: S2_Bearers_Armor - Rate: 2 - - Item: S2_Bearers_Shoes - Rate: 2 - - Item: S_AllMighty_Earring - Rate: 2 - - Item: S_AllMighty_Pendant - Rate: 2 - - Item: S_AllRace_Shoes - Rate: 2 - - Item: S_AllRace_Shield - Rate: 2 - - Item: S_Blitz_Weapon - Rate: 17 - - Item: S_Blitz_Armor - Rate: 17 - - Item: S_Tempest_Shield - Rate: 5 - - Item: S_Tempest_Shoes - Rate: 5 - - Item: S_M_ExeHoly_Armor - Rate: 5 - - Item: S_M_ExoCorrupt_Armor - Rate: 5 - - Item: S_M_DragonVib_Armor - Rate: 5 - - Item: S_M_SciHunting_Armor - Rate: 5 - - Item: S_M_FishInsect_Armor - Rate: 5 - - Item: S2_Plasterer's_Armor - Rate: 2 - - Item: S2_Insomniac_Shoes - Rate: 2 - - Item: S2_Peerless_Armor - Rate: 2 - - Item: S2_Adurate_Shoes - Rate: 2 - - Item: Unfreez_Weapon_S2 - Rate: 2 - - Item: Vitality_Earing_S2 - Rate: 2 - - Item: S2_Neutral_Weapon - Rate: 2 - - Item: S2_Curse_Lift_Pendent - Rate: 2 - - Item: S_Tension_Weapon - Rate: 17 - - Item: S_Tension_Earring - Rate: 17 - - Item: S_Tension_Pendent - Rate: 17 - - Item: S_Elegant_Weapon - Rate: 17 - - Item: S_Elegant_Earring - Rate: 17 - - Item: S_Elegant_Pendent - Rate: 17 - - Item: S_Healing_Shield - Rate: 17 - - Item: S_Healing_Shoes - Rate: 17 - - Item: S_Restore_Earring - Rate: 17 - - Item: S_Restore_Pendent - Rate: 17 - - Item: S_MortalBlow_Weapon - Rate: 17 - - Item: S_MortalBlow_Earring - Rate: 17 - - Item: S_MortalBlow_Pendent - Rate: 17 - - Item: S_Penetration_Shoes - Rate: 5 - - Item: S_Penetration_Shield - Rate: 5 - - Item: S_ExeHoly_Armor - Rate: 5 - - Item: S_ExoCorrupt_Armor - Rate: 5 - - Item: S_DragonVib_Armor - Rate: 5 - - Item: S_SciHunting_Armor - Rate: 5 - - Item: S_FishInsect_Armor - Rate: 5 - - Item: Sentimental_Weapone_S - Rate: 17 - - Item: Sentimental_Earring_S - Rate: 17 - - Item: Sentimental_Pendant_S - Rate: 17 - - Item: Enchanting_Weapone_S - Rate: 17 - - Item: Enchanting_Earring_S - Rate: 17 - - Item: Enchanting_Pendant_S - Rate: 17 - - Item: S_Infinity_Weapon - Rate: 2 - - Item: S_Physical_Shoes - Rate: 2 - - Item: S_Physical_Shield - Rate: 2 - - Item: S_Physical_Armor - Rate: 2 - - Item: S_Magical_Shoes - Rate: 2 - - Item: S_Magical_Shield - Rate: 2 - - Item: S_Magical_Armor - Rate: 2 - - Item: S_ImmunedAthena_Shield - Rate: 2 - - Item: S_HardChamption_Shoes - Rate: 2 - - Item: S_KingbirdAncient_Armor - Rate: 2 - - Item: S_Rebellion_Armor - Rate: 17 - - Item: S_Kagerou_Armor - Rate: 17 - - Item: S_Oboro_Armor - Rate: 17 - - Item: S_Rebellion_Shoes - Rate: 17 - - Item: S_Kagerou_Shoes - Rate: 17 - - Item: S_Oboro_Shoes - Rate: 17 - - Item: S_DoramPhysical_Armor - Rate: 17 - - Item: S_DoramPhysical_Shoes - Rate: 17 - - Item: S_DoramMagical_Armor - Rate: 17 - - Item: S_DoramMagical_Shoes - Rate: 17 - - Item: S_Star_Emperor_Armor - Rate: 17 - - Item: S_Star_Emperor_Shoes - Rate: 17 - - Item: S_Soul_Reaper_Armor - Rate: 17 - - Item: S_Soul_Reaper_Shoes - Rate: 17 - - Item: S_Tempest_Weapon - Rate: 17 - - Item: S_Tempest_Armor - Rate: 17 - - Item: S_PerfectSize_Weapon - Rate: 2 - - Item: S_PerfectSize_Armor - Rate: 2 - - Item: S_M_Exo_Co_Weapon - Rate: 2 - - Item: S_M_Viv_Dr_Weapon - Rate: 2 - - Item: S_M_Sci_Hu_Weapon - Rate: 2 - - Item: S_M_Fis_In_Weapon - Rate: 2 - - Item: S_M_Exe_Ho_Weapon - Rate: 2 - - Item: S_Penetration_Weapon - Rate: 17 - - Item: S_Penetration_Armor - Rate: 17 - - Item: S_Exe_Ho_Weapon - Rate: 2 - - Item: S_Fis_In_Weapon - Rate: 2 - - Item: S_Sci_Hu_Weapon - Rate: 2 - - Item: S_Viv_Dr_Weapon - Rate: 2 - - Item: S_Exo_Co_Weapon - Rate: 2 - - Item: S_Hasty_Weapon - Rate: 2 - - Item: S_Sonic_Armor - Rate: 17 - - Item: S_Sonic_Shield - Rate: 17 - - Item: S_Sonic_Shoes - Rate: 17 - - Item: S_Ignition_Weapon - Rate: 17 - - Item: S_Ignition_Pendant - Rate: 17 - - Item: S_Ignition_Earing - Rate: 17 - - Item: S_W_Breath_Armor - Rate: 17 - - Item: S_W_Breath_Shield - Rate: 17 - - Item: S_W_Breath_Shoes - Rate: 17 - - Item: S_F_Breath_Weapon - Rate: 17 - - Item: S_F_Breath_Pendant - Rate: 17 - - Item: S_F_Breath_Earing - Rate: 17 - - Item: S_Cluster_Armor - Rate: 17 - - Item: S_Cluster_Shield - Rate: 17 - - Item: S_Cluster_Shoes - Rate: 17 - - Item: S_Aimed_Weapon - Rate: 17 - - Item: S_Aimed_Pendant - Rate: 17 - - Item: S_Aimed_Earing - Rate: 17 - - Item: S_Arrow_Armor - Rate: 17 - - Item: S_Arrow_Shield - Rate: 17 - - Item: S_Arrow_Shoes - Rate: 17 - - Item: S_Shooting_Weapon - Rate: 17 - - Item: S_Shooting_Pendant - Rate: 17 - - Item: S_Shooting_Earing - Rate: 17 - - Item: S_Tornado_Armor - Rate: 17 - - Item: S_Tornado_Shield - Rate: 17 - - Item: S_Tornado_Shoes - Rate: 17 - - Item: S_Boomerang_Weapon - Rate: 17 - - Item: S_Boomerang_Pendant - Rate: 17 - - Item: S_Boomerang_Earing - Rate: 17 - - Item: S_Vulcan_Armor - Rate: 17 - - Item: S_Vulcan_Shield - Rate: 17 - - Item: S_Vulcan_Shoes - Rate: 17 - - Item: S_Arms_Weapon - Rate: 17 - - Item: S_Arms_Pendant - Rate: 17 - - Item: S_Arms_Earing - Rate: 17 - - Item: S_Rampage_Armor - Rate: 17 - - Item: S_Rampage_Shield - Rate: 17 - - Item: S_Rampage_Shoes - Rate: 17 - - Item: S_Skynetblow_Weapon - Rate: 17 - - Item: S_Skynetblow_Pendant - Rate: 17 - - Item: S_Skynetblow_Earing - Rate: 17 - - Item: S_Knucklearrow_Armor - Rate: 17 - - Item: S_Knucklearrow_Shield - Rate: 17 - - Item: S_Knucklearrow_Shoes - Rate: 17 - - Item: S_TigerCannon_Weapon - Rate: 17 - - Item: S_Tigercannon_Pendant - Rate: 17 - - Item: S_Tigercannon_Earing - Rate: 17 - - Item: S_Duplelight_Armor - Rate: 17 - - Item: S_Duplelight_Shield - Rate: 17 - - Item: S_Duplelight_Shoes - Rate: 17 - - Item: S_Adoramus_Weapon - Rate: 17 - - Item: S_Adoramus_Pendant - Rate: 17 - - Item: S_Adoramus_Earing - Rate: 17 - - Item: S_Judex_Armor - Rate: 17 - - Item: S_Judex_Shield - Rate: 17 - - Item: S_Judex_Shoes - Rate: 17 - - Item: S_Magnus_Weapon - Rate: 17 - - Item: S_Magnus_Pendant - Rate: 17 - - Item: S_Magnus_Earing - Rate: 17 - - Item: S_Rainstorm_Armor - Rate: 17 - - Item: S_Rainstorm_Shield - Rate: 17 - - Item: S_Rainstorm_Shoes - Rate: 17 - - Item: S_Arrowvulcan_Weapon - Rate: 17 - - Item: S_Arrowvulcan_Pendant - Rate: 17 - - Item: S_Arrowvulcan_Earing - Rate: 17 - - Item: S_Metalic_Armor - Rate: 17 - - Item: S_Metalic_Shield - Rate: 17 - - Item: S_Metalic_Shoes - Rate: 17 - - Item: S_Reverberation_Weapon - Rate: 17 - - Item: S_Reverberation_Pendant - Rate: 17 - - Item: S_Reverberation_Earing - Rate: 17 - - Item: S_Jack_Armor - Rate: 17 - - Item: S_Jack_Shield - Rate: 17 - - Item: S_Jack_Shoes - Rate: 17 - - Item: S_Strain_Weapon - Rate: 17 - - Item: S_Strain_Pendant - Rate: 17 - - Item: S_Strain_Earing - Rate: 17 - - Item: S_Crimson_Armor - Rate: 17 - - Item: S_Crimson_Shield - Rate: 17 - - Item: S_Crimson_Shoes - Rate: 17 - - Item: S_Chain_Weapon - Rate: 17 - - Item: S_Chain_Pendant - Rate: 17 - - Item: S_Chain_Earing - Rate: 17 - - Item: S_Triangle_Armor - Rate: 17 - - Item: S_Triangle_Shield - Rate: 17 - - Item: S_Triangle_Shoes - Rate: 17 - - Item: S_Shadowspell_Weapon - Rate: 17 - - Item: S_Shadowspell_Pendant - Rate: 17 - - Item: S_Shadowspell_Earing - Rate: 17 - - Item: S_Menace_Armor - Rate: 17 - - Item: S_Menace_Shield - Rate: 17 - - Item: S_Menace_Shoes - Rate: 17 - - Item: S_Paint_Weapon - Rate: 17 - - Item: S_Paint_Pendant - Rate: 17 - - Item: S_Paint_Earing - Rate: 17 - - Item: S_Rolling_Armor - Rate: 17 - - Item: S_Rolling_Shield - Rate: 17 - - Item: S_Rolling_Shoes - Rate: 17 - - Item: S_Katar_Weapon - Rate: 17 - - Item: S_Katar_Pendant - Rate: 17 - - Item: S_Katar_Earing - Rate: 17 - - Item: S_Slash_Armor - Rate: 17 - - Item: S_Slash_Shield - Rate: 17 - - Item: S_Slash_Shoes - Rate: 17 - - Item: S_Ripper_Weapon - Rate: 17 - - Item: S_Ripper_Pendant - Rate: 17 - - Item: S_Ripper_Earing - Rate: 17 - - Item: S_Dust_Armor - Rate: 17 - - Item: S_Dust_Shield - Rate: 17 - - Item: S_Dust_Shoes - Rate: 17 - - Item: S_Grave_Weapon - Rate: 17 - - Item: S_Grave_Pendant - Rate: 17 - - Item: S_Grave_Earing - Rate: 17 - - Item: S_Psychic_Armor - Rate: 17 - - Item: S_Psychic_Shield - Rate: 17 - - Item: S_Psychic_Shoes - Rate: 17 - - Item: S_Varetyr_Weapon - Rate: 17 - - Item: S_Varetyr_Pendant - Rate: 17 - - Item: S_Varetyr_Earing - Rate: 17 - - Item: S_Cart_Tornado_Armor - Rate: 17 - - Item: S_Cart_Tornado_Shield - Rate: 17 - - Item: S_Cart_Tornado_Shoes - Rate: 17 - - Item: S_Cannon_Cart_Weapon - Rate: 17 - - Item: S_Cannon_Cart_Pendant - Rate: 17 - - Item: S_Cannon_Cart_Earing - Rate: 17 - - Item: S_Spore_Bomb_Armor - Rate: 17 - - Item: S_Spore_Bomb_Shield - Rate: 17 - - Item: S_Spore_Bomb_Shoes - Rate: 17 - - Item: S_Crazy_Weapon - Rate: 17 - - Item: S_Crazy_Pendant - Rate: 17 - - Item: S_Crazy_Earing - Rate: 17 - - Item: S_Brand_Armor - Rate: 17 - - Item: S_Brand_Shield - Rate: 17 - - Item: S_Brand_Shoes - Rate: 17 - - Item: S_Chain_Press_Weapon - Rate: 17 - - Item: S_Chain_Press_Pendant - Rate: 17 - - Item: S_Chain_Press_Earing - Rate: 17 - - Item: S_Banish_Cannon_Armor - Rate: 17 - - Item: S_Banish_Cannon_Shield - Rate: 17 - - Item: S_Banish_Cannon_Shoes - Rate: 17 - - Item: S_Genesis_Weapon - Rate: 17 - - Item: S_Genesis_Pendant - Rate: 17 - - Item: S_Genesis_Earing - Rate: 17 - - Item: S_Tail_Dragon_Weapon - Rate: 17 - - Item: S_Tail_Dragon_Shield - Rate: 17 - - Item: S_Tail_Dragon_Armor - Rate: 17 - - Item: S_Flare_Dance_Earing - Rate: 17 - - Item: S_Flare_Dance_Pendant - Rate: 17 - - Item: S_Flare_Dance_Shoes - Rate: 17 - - Item: S_God_Hammer_Weapon - Rate: 17 - - Item: S_God_Hammer_Shield - Rate: 17 - - Item: S_God_Hammer_Armor - Rate: 17 - - Item: S_Shatter_Buster_Earing - Rate: 17 - - Item: S_Shatter_B_Pendant - Rate: 17 - - Item: S_Shatter_Buster_Shoes - Rate: 17 - - Item: S_Trip_Weapon - Rate: 17 - - Item: S_Trip_Shield - Rate: 17 - - Item: S_Trip_Armor - Rate: 17 - - Item: S_Super_Magic_Shield - Rate: 17 - - Item: S_Super_Magic_Armor - Rate: 17 - - Item: S_Super_Magic_Shoes - Rate: 17 - - Item: S_Super_Power_Weapon - Rate: 17 - - Item: S_Super_Power_Pendant - Rate: 17 - - Item: S_Super_Power_Earing - Rate: 17 - - Item: S_Kunai_Weapon - Rate: 17 - - Item: S_Kunai_Shield - Rate: 17 - - Item: S_Kunai_Armor - Rate: 17 - - Item: S_Syuriken_Earing - Rate: 17 - - Item: S_Syuriken_Pendant - Rate: 17 - - Item: S_Syuriken_Shoes - Rate: 17 - - Item: S_Kamaenraku_Weapon - Rate: 17 - - Item: S_Kamaenraku_Shield - Rate: 17 - - Item: S_Kamaenraku_Armor - Rate: 17 - - Item: S_Huusouka_Earing - Rate: 17 - - Item: S_Huusouka_Pendant - Rate: 17 - - Item: S_Huusouka_Shoes - Rate: 17 - - Item: S_Pickyrush_Weapon - Rate: 17 - - Item: S_Pickyrush_Shield - Rate: 17 - - Item: S_Pickyrush_Armor - Rate: 17 - - Item: S_SavageRabbit_Earing - Rate: 17 - - Item: S_SavageRabbit_Pendant - Rate: 17 - - Item: S_SavageRabbit_Shoes - Rate: 17 - - Item: S_Catnip_Weapon - Rate: 17 - - Item: S_Catnip_Shield - Rate: 17 - - Item: S_Catnip_Armor - Rate: 17 - - Item: S_Silvervine_Earing - Rate: 17 - - Item: S_Silvervine_Pendant - Rate: 17 - - Item: S_Silvervine_Shoes - Rate: 17 - - Item: S_Sunshine_Weapon - Rate: 17 - - Item: S_Sunshine_Shield - Rate: 17 - - Item: S_Sunshine_Armor - Rate: 17 - - Item: S_Moonlight_Earring - Rate: 17 - - Item: S_Moonlight_Pendant - Rate: 17 - - Item: S_Moonlight_Shoes - Rate: 17 - - Item: S_Stardust_Weapon - Rate: 17 - - Item: S_Stardust_Shield - Rate: 17 - - Item: S_Stardust_Armor - Rate: 17 - - Item: S_S_Weapon - Rate: 17 - - Item: S_S_Shield - Rate: 17 - - Item: S_S_Armor - Rate: 17 - - Item: S_Evilcurse_Earring - Rate: 17 - - Item: S_Evilcurse_Pendant - Rate: 17 - - Item: S_Evilcurse_Shoes - Rate: 17 - - Item: S_FullPene_Earring - Rate: 2 - - Item: S_FullPene_Pendant - Rate: 2 - - Item: S_FullPene_Armor - Rate: 2 - - Item: S_FullPene_Shoes - Rate: 2 - - Item: S_FullTemp_Earring - Rate: 2 - - Item: S_FullTemp_Shoes - Rate: 2 - - Item: S_FullTemp_Armor - Rate: 2 - - Item: S_FullTemp_Pendant - Rate: 2 - - Item: S_Mammoth_Armor - Rate: 17 - - Item: S_Mammoth_Shoes - Rate: 17 - - Item: S_Mammoth_Pendant - Rate: 17 - - Item: S_Mammoth_Earring - Rate: 17 - - Item: S_Mammoth_Weapon - Rate: 17 - - Item: S_Mammoth_Shield - Rate: 17 - - Item: S_TrueGem_Armor - Rate: 2 - - Item: S_TrueGem_Shoes - Rate: 2 - - Item: S_TrueGem_Earring - Rate: 2 - - Item: S_TrueGem_Pendant - Rate: 2 - - Item: S_M_Mammoth_Armor - Rate: 2 - - Item: S_M_Mammoth_Shoes - Rate: 2 - - Item: S_M_Mammoth_Earring - Rate: 2 - - Item: S_M_Mammoth_Pendant - Rate: 2 - - Item: S_EXP_Shield - Rate: 2 - - Item: S_Absorb_Shield - Rate: 2 - - Item: S_Absorb_Weapon - Rate: 2 - - Item: S_AutoSpell_Shield - Rate: 17 - - Item: S_AutoSpell_Armor - Rate: 17 - - Item: S_AutoSpell_Shoes - Rate: 17 - - Item: S_AutoSpell_Weapon - Rate: 17 - - Item: S_AutoSpell_Pendant - Rate: 17 - - Item: S_AutoSpell_Earring - Rate: 17 - - Item: S_M_AutoSpell_Armor - Rate: 2 - - Item: S_M_AutoSpell_Shoes - Rate: 2 - - Item: S_M_AutoSpell_Earring - Rate: 2 - - Item: S_M_AutoSpell_Pendant - Rate: 2 - - Item: S_Hasty_Shield - Rate: 2 - - Item: S_Infinity_Shield - Rate: 2 - - Item: S_Durable_Weapon - Rate: 2 - - Item: S_Durable_Shield - Rate: 2 - - Item: S_Clever_Weapon - Rate: 2 - - Item: S_Clever_Shield - Rate: 2 - - Item: S_CriticalHit_Weapon - Rate: 2 - - Item: S_KingbirdAnc_Weapon - Rate: 2 - - Item: S_Thief_earring - Rate: 17 - - Item: S_Archer_earring - Rate: 17 + - Index: 0 + Item: S_Physical_Earring + Rate: 10 + - Index: 1 + Item: S_Physical_Weapon + Rate: 10 + - Index: 2 + Item: S_Physical_Pendant + Rate: 10 + - Index: 3 + Item: S_Magical_Earring + Rate: 10 + - Index: 4 + Item: S_Magical_Weapon + Rate: 10 + - Index: 5 + Item: S_Magical_Pendant + Rate: 10 + - Index: 6 + Item: S_Breezy_Armor + Rate: 10 + - Index: 7 + Item: S_Champion_Shoes + Rate: 10 + - Index: 8 + Item: S_Athena_Shield + Rate: 10 + - Index: 9 + Item: S_Immune_Armor + Rate: 10 + - Index: 10 + Item: S_Hard_Armor + Rate: 10 + - Index: 11 + Item: S_Ancient_Armor + Rate: 10 + - Index: 12 + Item: S_Critical_Armor + Rate: 10 + - Index: 13 + Item: S_Kingbird_Weapon + Rate: 10 + - Index: 14 + Item: S_Cri_Hit_Weapon + Rate: 10 + - Index: 15 + Item: S_Healing_Weapon + Rate: 10 + - Index: 16 + Item: S_Lucky_Weapon + Rate: 10 + - Index: 17 + Item: S_Power_Earring + Rate: 10 + - Index: 18 + Item: S_Int_Pendant + Rate: 10 + - Index: 19 + Item: S_Dexterous_Armor + Rate: 10 + - Index: 20 + Item: S_Vital_Shoes + Rate: 10 + - Index: 21 + Item: S_Athletic_Shield + Rate: 10 + - Index: 22 + Item: S_Lucky_Armor + Rate: 10 + - Index: 23 + Item: S_Power_Pendant + Rate: 10 + - Index: 24 + Item: S_Int_Earring + Rate: 10 + - Index: 25 + Item: S_Dexterous_Weapon + Rate: 10 + - Index: 26 + Item: S_Vital_Shield + Rate: 10 + - Index: 27 + Item: S_Athletic_Shoes + Rate: 10 + - Index: 28 + Item: S_Resist_Spell_Pendant + Rate: 10 + - Index: 29 + Item: S_Rapid_Pendant + Rate: 10 + - Index: 30 + Item: S_Caster_Pendant + Rate: 10 + - Index: 31 + Item: S_Hard_Earring + Rate: 10 + - Index: 32 + Item: S_Wise_Earring + Rate: 10 + - Index: 33 + Item: S_Athena_Earring + Rate: 10 + - Index: 34 + Item: S_Cranial_Shield + Rate: 10 + - Index: 35 + Item: S_Safeguard_Shield + Rate: 10 + - Index: 36 + Item: S_Brutal_Shield + Rate: 10 + - Index: 37 + Item: S_Gargantua_Shield + Rate: 10 + - Index: 38 + Item: S_Homers_Shield + Rate: 10 + - Index: 39 + Item: S_Dragoon_Shield + Rate: 10 + - Index: 40 + Item: S_Satanic_Shield + Rate: 10 + - Index: 41 + Item: S_Flameguard_Shield + Rate: 10 + - Index: 42 + Item: S_Requiem_Shield + Rate: 10 + - Index: 43 + Item: S_Cadi_Shield + Rate: 10 + - Index: 44 + Item: S_Bloody_Shoes + Rate: 10 + - Index: 45 + Item: S_Liberation_Shoes + Rate: 10 + - Index: 46 + Item: S_Chemical_Shoes + Rate: 10 + - Index: 47 + Item: S_Clamorous_Shoes + Rate: 10 + - Index: 48 + Item: S_Insecticide_Shoes + Rate: 10 + - Index: 49 + Item: S_Fisher_Shoes + Rate: 10 + - Index: 50 + Item: S_Seraphim_Shoes + Rate: 10 + - Index: 51 + Item: S_Beholder_Shoes + Rate: 10 + - Index: 52 + Item: S_Divine_Shoes + Rate: 10 + - Index: 53 + Item: S_Dragoon_Shoes + Rate: 10 + - Index: 54 + Item: S_Big_Armor + Rate: 10 + - Index: 55 + Item: S_Medium_Armor + Rate: 10 + - Index: 56 + Item: S_Small_Armor + Rate: 10 + - Index: 57 + Item: S_Big_Weapon + Rate: 10 + - Index: 58 + Item: S_Medium_Weapon + Rate: 10 + - Index: 59 + Item: S_Small_Weapon + Rate: 10 + - Index: 60 + Item: S_Spiritual_Weapon + Rate: 10 + - Index: 61 + Item: S_Spiritual_Earring + Rate: 10 + - Index: 62 + Item: S_Spiritual_Pendent + Rate: 10 + - Index: 63 + Item: S_Malicious_Armor + Rate: 10 + - Index: 64 + Item: S_Malicious_Shoes + Rate: 10 + - Index: 65 + Item: S_Malicious_Shield + Rate: 10 + - Index: 66 + Item: S_Gemstone_Armor + Rate: 10 + - Index: 67 + Item: S_Gemstone_Shoes + Rate: 10 + - Index: 68 + Item: S_Gemstone_Shield + Rate: 10 + - Index: 69 + Item: S_Gemstone_Weapon + Rate: 10 + - Index: 70 + Item: S_Gemstone_Earring + Rate: 10 + - Index: 71 + Item: S_Gemstone_Pendent + Rate: 10 + - Index: 72 + Item: S_Stability_Shield + Rate: 10 + - Index: 73 + Item: S_Plasterer's_Armor + Rate: 10 + - Index: 74 + Item: S_Plasterer's_Shoes + Rate: 10 + - Index: 75 + Item: S_Insomniac_Armor + Rate: 10 + - Index: 76 + Item: S_Insomniac_Shoes + Rate: 10 + - Index: 77 + Item: S_Peerless_Armor + Rate: 10 + - Index: 78 + Item: S_Peerless_Shoes + Rate: 10 + - Index: 79 + Item: S_Adurate_Armor + Rate: 10 + - Index: 80 + Item: S_Adurate_Shoes + Rate: 10 + - Index: 81 + Item: Unfreez_Weapon_S + Rate: 10 + - Index: 82 + Item: Unfreeze_Earing_S + Rate: 10 + - Index: 83 + Item: Unfreeze_Pendent_S + Rate: 10 + - Index: 84 + Item: Vitality_Earing_S + Rate: 10 + - Index: 85 + Item: Vitality_Pendant_S + Rate: 10 + - Index: 86 + Item: S_Neutral_Weapon + Rate: 10 + - Index: 87 + Item: S_Neutral_Earring + Rate: 10 + - Index: 88 + Item: S_Neutral_Pendent + Rate: 10 + - Index: 89 + Item: S_Curse_Lift_Earring + Rate: 10 + - Index: 90 + Item: S_Curse_Lift_Pendent + Rate: 10 + - Index: 91 + Item: S_Caster_earring + Rate: 10 + - Index: 92 + Item: S_Caster_Weapon + Rate: 10 + - Index: 93 + Item: S_Spell_Flow_Shoes + Rate: 10 + - Index: 94 + Item: S_Spell_Flow_Armor + Rate: 10 + - Index: 95 + Item: S_Spell_Flow_Shield + Rate: 10 + - Index: 96 + Item: S_Greed_Armor + Rate: 10 + - Index: 97 + Item: S_Greed_Shoes + Rate: 10 + - Index: 98 + Item: S_Greed_Shield + Rate: 10 + - Index: 99 + Item: S_Greed_Weapon + Rate: 10 + - Index: 100 + Item: S_Greed_Earring + Rate: 10 + - Index: 101 + Item: S_Greed_Pendant + Rate: 10 + - Index: 102 + Item: S_Heal_Armor + Rate: 10 + - Index: 103 + Item: S_Heal_Shoes + Rate: 10 + - Index: 104 + Item: S_Heal_Shield + Rate: 10 + - Index: 105 + Item: S_Heal_Weapon + Rate: 10 + - Index: 106 + Item: S_Heal_Earring + Rate: 10 + - Index: 107 + Item: S_Heal_Pendant + Rate: 10 + - Index: 108 + Item: S_Hiding_Armor + Rate: 10 + - Index: 109 + Item: S_Hiding_Shoes + Rate: 10 + - Index: 110 + Item: S_Hiding_Shield + Rate: 10 + - Index: 111 + Item: S_Hiding_Weapon + Rate: 10 + - Index: 112 + Item: S_Hiding_Earring + Rate: 10 + - Index: 113 + Item: S_Hiding_Pendant + Rate: 10 + - Index: 114 + Item: S_Cloaking_Armor + Rate: 10 + - Index: 115 + Item: S_Cloaking_Shoes + Rate: 10 + - Index: 116 + Item: S_Cloaking_Shield + Rate: 10 + - Index: 117 + Item: S_Cloaking_Weapon + Rate: 10 + - Index: 118 + Item: S_Cloaking_Earring + Rate: 10 + - Index: 119 + Item: S_Cloaking_Pendant + Rate: 10 + - Index: 120 + Item: S_Teleport_Armor + Rate: 10 + - Index: 121 + Item: S_Teleport_Shoes + Rate: 10 + - Index: 122 + Item: S_Teleport_Shield + Rate: 10 + - Index: 123 + Item: S_Teleport_Weapon + Rate: 10 + - Index: 124 + Item: S_Teleport_Earring + Rate: 10 + - Index: 125 + Item: S_Teleport_Pendant + Rate: 10 + - Index: 126 + Item: S_Steal_Armor + Rate: 10 + - Index: 127 + Item: S_Steal_Shoes + Rate: 10 + - Index: 128 + Item: S_Steal_Shield + Rate: 10 + - Index: 129 + Item: S_Steal_Weapon + Rate: 10 + - Index: 130 + Item: S_Steal_Earring + Rate: 10 + - Index: 131 + Item: S_Steal_Pendant + Rate: 10 + - Index: 132 + Item: S_Infinity_Earring + Rate: 10 + - Index: 133 + Item: S_Infinity_Pendant + Rate: 10 + - Index: 134 + Item: S_Solid_Weapon + Rate: 10 + - Index: 135 + Item: S_Solid_Earring + Rate: 10 + - Index: 136 + Item: S_Immortal_Armor + Rate: 10 + - Index: 137 + Item: S_Immortal_Pendant + Rate: 10 + - Index: 138 + Item: S_Executioner_Weapon + Rate: 10 + - Index: 139 + Item: S_Exorcist_Weapon + Rate: 10 + - Index: 140 + Item: S_Hunting_Weapon + Rate: 10 + - Index: 141 + Item: S_Insect_Net_Weapon + Rate: 10 + - Index: 142 + Item: S_Fishing_Weapon + Rate: 10 + - Index: 143 + Item: S_Dragon_Killer_Weapon + Rate: 10 + - Index: 144 + Item: S_Corrupt_Weapon + Rate: 10 + - Index: 145 + Item: S_Vibration_Weapon + Rate: 10 + - Index: 146 + Item: S_Holy_Water_Weapon + Rate: 10 + - Index: 147 + Item: S_Scissors_Weapon + Rate: 10 + - Index: 148 + Item: S_Penetration_Earring + Rate: 10 + - Index: 149 + Item: S_Penetration_Pendent + Rate: 10 + - Index: 150 + Item: S_Tempest_Earring + Rate: 10 + - Index: 151 + Item: S_Tempest_Pendent + Rate: 10 + - Index: 152 + Item: S_M_Executioner_Weapon + Rate: 10 + - Index: 153 + Item: S_M_Exorcist_Weapon + Rate: 10 + - Index: 154 + Item: S_M_Hunting_Weapon + Rate: 10 + - Index: 155 + Item: S_M_Insect_Net_Weapon + Rate: 10 + - Index: 156 + Item: S_M_Fishing_Weapon + Rate: 10 + - Index: 157 + Item: S_M_Dragon_K_Weapon + Rate: 10 + - Index: 158 + Item: S_M_Corrupt_Weapon + Rate: 10 + - Index: 159 + Item: S_M_Vibration_Weapon + Rate: 10 + - Index: 160 + Item: S_M_Holy_Water_Weapon + Rate: 10 + - Index: 161 + Item: S_M_Scissors_Weapon + Rate: 10 + - Index: 162 + Item: S_Bearers_Armor + Rate: 10 + - Index: 163 + Item: S_Bearers_Shoes + Rate: 10 + - Index: 164 + Item: S_Bearers_Shield + Rate: 10 + - Index: 165 + Item: S_Bearers_Weapon + Rate: 10 + - Index: 166 + Item: S_Bearers_Earring + Rate: 10 + - Index: 167 + Item: S_Bearers_Pendent + Rate: 10 + - Index: 168 + Item: S_Basis_Armor + Rate: 10 + - Index: 169 + Item: S_Hallowed_Armor + Rate: 10 + - Index: 170 + Item: S_Saharic_Armor + Rate: 10 + - Index: 171 + Item: S_Underneath_Armor + Rate: 10 + - Index: 172 + Item: S_Flam_Armor + Rate: 10 + - Index: 173 + Item: S_Windy_Armor + Rate: 10 + - Index: 174 + Item: S_Envenom_Armor + Rate: 10 + - Index: 175 + Item: S_Damned_Armor + Rate: 10 + - Index: 176 + Item: S_Geist_Armor + Rate: 10 + - Index: 177 + Item: S_Divine_Armor + Rate: 10 + - Index: 178 + Item: S_Hasty_Shoes + Rate: 10 + - Index: 179 + Item: S_Hasty_Armor + Rate: 10 + - Index: 180 + Item: S_Basis_Shield + Rate: 10 + - Index: 181 + Item: S_Hallowed_Shield + Rate: 10 + - Index: 182 + Item: S_Saharic_Shield + Rate: 10 + - Index: 183 + Item: S_Underneath_Shield + Rate: 10 + - Index: 184 + Item: S_Flam_Shield + Rate: 10 + - Index: 185 + Item: S_Windy_Shield + Rate: 10 + - Index: 186 + Item: S_Envenom_Shield + Rate: 10 + - Index: 187 + Item: S_Damned_Shield + Rate: 10 + - Index: 188 + Item: S_Geist_Shield + Rate: 10 + - Index: 189 + Item: S_Divine_Shield + Rate: 10 + - Index: 190 + Item: S_Expert_Shoes + Rate: 10 + - Index: 191 + Item: S_Expert_Shield + Rate: 10 + - Index: 192 + Item: S_Beginner_Shoes + Rate: 10 + - Index: 193 + Item: S_Beginner_Shield + Rate: 10 + - Index: 194 + Item: S_Rookie_Shoes + Rate: 10 + - Index: 195 + Item: S_Rookie_Shield + Rate: 10 + - Index: 196 + Item: S_Advanced_Shoes + Rate: 10 + - Index: 197 + Item: S_Advanced_Shield + Rate: 10 + - Index: 198 + Item: S_Attack_Armor + Rate: 10 + - Index: 199 + Item: S_Blitz_Earring + Rate: 10 + - Index: 200 + Item: S_Blitz_Pendent + Rate: 10 + - Index: 201 + Item: S_ColdBolt_Armor + Rate: 10 + - Index: 202 + Item: S_FireBolt_Armor + Rate: 10 + - Index: 203 + Item: S_LightingBolt_Armor + Rate: 10 + - Index: 204 + Item: S_EarthSpike_Armor + Rate: 10 + - Index: 205 + Item: S_Enhance_Force_Weapon + Rate: 10 + - Index: 206 + Item: S_Force_Weapon + Rate: 10 + - Index: 207 + Item: S_Force_Earring + Rate: 10 + - Index: 208 + Item: S_Force_Pendant + Rate: 10 + - Index: 209 + Item: S_Enhance_Spirit_Weapon + Rate: 10 + - Index: 210 + Item: S_Spirit_Weapon + Rate: 10 + - Index: 211 + Item: S_Spirit_Earring + Rate: 10 + - Index: 212 + Item: S_Spirit_Pendant + Rate: 10 + - Index: 213 + Item: S_Blitz_Shoes + Rate: 10 + - Index: 214 + Item: S_Blitz_Shield + Rate: 10 + - Index: 215 + Item: S_Exceed_Weapon + Rate: 10 + - Index: 216 + Item: S_Titan_Earring + Rate: 10 + - Index: 217 + Item: S_Titan_Pendant + Rate: 10 + - Index: 218 + Item: S_Boned_Earring + Rate: 10 + - Index: 219 + Item: S_Boned_Pendant + Rate: 10 + - Index: 220 + Item: S_Gigantic_Earring + Rate: 10 + - Index: 221 + Item: S_Gigantic_Pendant + Rate: 10 + - Index: 222 + Item: S_Caster_Shoes + Rate: 10 + - Index: 223 + Item: S_Caster_Shield + Rate: 10 + - Index: 224 + Item: S_Caster_Armor + Rate: 10 + - Index: 225 + Item: S_Reload_Shoes + Rate: 10 + - Index: 226 + Item: S_Reload_Shield + Rate: 10 + - Index: 227 + Item: S_Reload_Armor + Rate: 10 + - Index: 228 + Item: S_Swordman_earring + Rate: 10 + - Index: 229 + Item: S_Merchant_earring + Rate: 10 + - Index: 230 + Item: S_Acolyte_earring + Rate: 10 + - Index: 231 + Item: S_Magician_earring + Rate: 10 + - Index: 232 + Item: S_Swordman_Pendant + Rate: 10 + - Index: 233 + Item: S_Merchant_Pendant + Rate: 10 + - Index: 234 + Item: S_Acolyte_Pendant + Rate: 10 + - Index: 235 + Item: S_Thief_Pendant + Rate: 10 + - Index: 236 + Item: S_Magician_Pendant + Rate: 10 + - Index: 237 + Item: S_Archer_Pendant + Rate: 10 + - Index: 238 + Item: S_Knight_Shoes + Rate: 10 + - Index: 239 + Item: S_Crusader_Shoes + Rate: 10 + - Index: 240 + Item: S_Blacksmith_Shoes + Rate: 10 + - Index: 241 + Item: S_Alchemist_Shoes + Rate: 10 + - Index: 242 + Item: S_Priest_Shoes + Rate: 10 + - Index: 243 + Item: S_Monk_Shoes + Rate: 10 + - Index: 244 + Item: S_Assassin_Shoes + Rate: 10 + - Index: 245 + Item: S_Rogue_Shoes + Rate: 10 + - Index: 246 + Item: S_Wizard_Shoes + Rate: 10 + - Index: 247 + Item: S_Sage_Shoes + Rate: 10 + - Index: 248 + Item: S_Hunter_Shoes + Rate: 10 + - Index: 249 + Item: S_Bard_Shoes + Rate: 10 + - Index: 250 + Item: S_Dancer_Shoes + Rate: 10 + - Index: 251 + Item: S_Knight_Armor + Rate: 10 + - Index: 252 + Item: S_Crusader_Armor + Rate: 10 + - Index: 253 + Item: S_Blacksmith_Armor + Rate: 10 + - Index: 254 + Item: S_Alchemist_Armor + Rate: 10 + - Index: 255 + Item: S_Priest_Armor + Rate: 10 + - Index: 256 + Item: S_Monk_Armor + Rate: 10 + - Index: 257 + Item: S_Assassin_Armor + Rate: 10 + - Index: 258 + Item: S_Rogue_Armor + Rate: 10 + - Index: 259 + Item: S_Wizard_Armor + Rate: 10 + - Index: 260 + Item: S_Sage_Armor + Rate: 10 + - Index: 261 + Item: S_Hunter_Armor + Rate: 10 + - Index: 262 + Item: S_Bard_Armor + Rate: 10 + - Index: 263 + Item: S_Dancer_Armor + Rate: 10 + - Index: 264 + Item: S_SuperNovice_Weapon + Rate: 10 + - Index: 265 + Item: S_Gunslinger_Weapon + Rate: 10 + - Index: 266 + Item: S_Taekwon_Weapon + Rate: 10 + - Index: 267 + Item: S_Ninja_Weapon + Rate: 10 + - Index: 268 + Item: S_DoramMagical_Weapon + Rate: 10 + - Index: 269 + Item: S_DoramPhysical_Weapon + Rate: 10 + - Index: 270 + Item: S_Runeknight_Weapon + Rate: 10 + - Index: 271 + Item: S_Royalguard_Weapon + Rate: 10 + - Index: 272 + Item: S_Mechanic_weapon + Rate: 10 + - Index: 273 + Item: S_Genetic_Weapon + Rate: 10 + - Index: 274 + Item: S_Archbishop_Weapon + Rate: 10 + - Index: 275 + Item: S_Sura_weapon + Rate: 10 + - Index: 276 + Item: S_Guillotine_Weapon + Rate: 10 + - Index: 277 + Item: S_Shadowchaser_Weapon + Rate: 10 + - Index: 278 + Item: S_Warlock_Weapon + Rate: 10 + - Index: 279 + Item: S_Sorcerer_Weapon + Rate: 10 + - Index: 280 + Item: S_Ranger_Weapon + Rate: 10 + - Index: 281 + Item: S_Minstrel_Weapon + Rate: 10 + - Index: 282 + Item: S_Wanderer_Weapon + Rate: 10 + - Index: 283 + Item: S_Runeknight_Shield + Rate: 10 + - Index: 284 + Item: S_Royalguard_Shield + Rate: 10 + - Index: 285 + Item: S_Mechanic_Shield + Rate: 10 + - Index: 286 + Item: S_Genetic_Shield + Rate: 10 + - Index: 287 + Item: S_Archbishop_Shield + Rate: 10 + - Index: 288 + Item: S_Sura_Shield + Rate: 10 + - Index: 289 + Item: S_Guillotine_Shield + Rate: 10 + - Index: 290 + Item: S_Shadowchaser_Shield + Rate: 10 + - Index: 291 + Item: S_Warlock_Shield + Rate: 10 + - Index: 292 + Item: S_Sorcerer_Shield + Rate: 10 + - Index: 293 + Item: S_Ranger_Shield + Rate: 10 + - Index: 294 + Item: S_Minstrel_Shield + Rate: 10 + - Index: 295 + Item: S_Wanderer_Shield + Rate: 10 + - Index: 296 + Item: S_Ninja_Shield + Rate: 10 + - Index: 297 + Item: S_Taekwon_Shield + Rate: 10 + - Index: 298 + Item: S_DoramPhysical_Shield + Rate: 10 + - Index: 299 + Item: S_DoramMagical_Shield + Rate: 10 + - Index: 300 + Item: S_SuperNovice_Shield + Rate: 10 + - Index: 301 + Item: S_Gunslinger_Shield + Rate: 10 + - Index: 302 + Item: S_Thief_earring + Rate: 10 + - Index: 303 + Item: S_Archer_earring + Rate: 10 + - Index: 304 + Item: S2_Hasty_Shoes + Rate: 3 + - Index: 305 + Item: S2_Bearers_Pendent + Rate: 3 + - Index: 306 + Item: S2_Gemstone_Earring + Rate: 3 + - Index: 307 + Item: S2_Spell_Flow_Shield + Rate: 3 + - Index: 308 + Item: S2_Spiritual_Weapon + Rate: 3 + - Index: 309 + Item: S2_Malicious_Armor + Rate: 3 + - Index: 310 + Item: S_Sigrun_Armor + Rate: 3 + - Index: 311 + Item: S_Sigrun_Shield + Rate: 3 + - Index: 312 + Item: S2_Force_Ex_Weapon + Rate: 3 + - Index: 313 + Item: S2_Spirit_M_E_Weapon + Rate: 3 + - Index: 314 + Item: S2_Caster_Armor + Rate: 3 + - Index: 315 + Item: S2_Reload_Armor + Rate: 3 + - Index: 316 + Item: S_Critical_Shield + Rate: 10 + - Index: 317 + Item: S_Critical_Shoes + Rate: 10 + - Index: 318 + Item: S_MagicCompose_Armor + Rate: 1 + Announced: true + - Index: 319 + Item: S2_Gemstone_Weapon + Rate: 1 + Announced: true + - Index: 320 + Item: S2_Gemstone_Shield + Rate: 1 + Announced: true + - Index: 321 + Item: S2_Bearers_Armor + Rate: 1 + Announced: true + - Index: 322 + Item: S2_Bearers_Shoes + Rate: 1 + Announced: true + - Index: 323 + Item: S_AllMighty_Earring + Rate: 1 + Announced: true + - Index: 324 + Item: S_AllMighty_Pendant + Rate: 1 + Announced: true + - Index: 325 + Item: S_Tempest_Shield + Rate: 3 + - Index: 326 + Item: S_Tempest_Shoes + Rate: 3 + - Index: 327 + Item: S_M_ExeHoly_Armor + Rate: 3 + - Index: 328 + Item: S_M_ExoCorrupt_Armor + Rate: 3 + - Index: 329 + Item: S_M_DragonVib_Armor + Rate: 3 + - Index: 330 + Item: S_M_SciHunting_Armor + Rate: 3 + - Index: 331 + Item: S_M_FishInsect_Armor + Rate: 3 + - Index: 332 + Item: S2_Plasterer's_Armor + Rate: 1 + Announced: true + - Index: 333 + Item: S2_Insomniac_Shoes + Rate: 1 + Announced: true + - Index: 334 + Item: S2_Peerless_Armor + Rate: 1 + Announced: true + - Index: 335 + Item: S2_Adurate_Shoes + Rate: 1 + Announced: true + - Index: 336 + Item: Unfreez_Weapon_S2 + Rate: 1 + Announced: true + - Index: 337 + Item: Vitality_Earing_S2 + Rate: 1 + Announced: true + - Index: 338 + Item: S2_Neutral_Weapon + Rate: 1 + Announced: true + - Index: 339 + Item: S2_Curse_Lift_Pendent + Rate: 1 + Announced: true + - Index: 340 + Item: S_Tension_Weapon + Rate: 10 + - Index: 341 + Item: S_Tension_Earring + Rate: 10 + - Index: 342 + Item: S_Tension_Pendent + Rate: 10 + - Index: 343 + Item: S_Elegant_Weapon + Rate: 10 + - Index: 344 + Item: S_Elegant_Earring + Rate: 10 + - Index: 345 + Item: S_Elegant_Pendent + Rate: 10 + - Index: 346 + Item: S_Healing_Shield + Rate: 10 + - Index: 347 + Item: S_Healing_Shoes + Rate: 10 + - Index: 348 + Item: S_Restore_Earring + Rate: 10 + - Index: 349 + Item: S_Restore_Pendent + Rate: 10 + - Index: 350 + Item: S_MortalBlow_Weapon + Rate: 10 + - Index: 351 + Item: S_MortalBlow_Earring + Rate: 10 + - Index: 352 + Item: S_MortalBlow_Pendent + Rate: 10 + - Index: 353 + Item: S_Penetration_Shoes + Rate: 3 + - Index: 354 + Item: S_Penetration_Shield + Rate: 3 + - Index: 355 + Item: S_ExeHoly_Armor + Rate: 3 + - Index: 356 + Item: S_ExoCorrupt_Armor + Rate: 3 + - Index: 357 + Item: S_DragonVib_Armor + Rate: 3 + - Index: 358 + Item: S_SciHunting_Armor + Rate: 3 + - Index: 359 + Item: S_FishInsect_Armor + Rate: 3 + - Index: 360 + Item: Sentimental_Weapone_S + Rate: 10 + - Index: 361 + Item: Sentimental_Earring_S + Rate: 10 + - Index: 362 + Item: Sentimental_Pendant_S + Rate: 10 + - Index: 363 + Item: Enchanting_Weapone_S + Rate: 10 + - Index: 364 + Item: Enchanting_Earring_S + Rate: 10 + - Index: 365 + Item: Enchanting_Pendant_S + Rate: 10 + - Index: 366 + Item: S_Infinity_Weapon + Rate: 1 + Announced: true + - Index: 367 + Item: S_Physical_Shoes + Rate: 1 + Announced: true + - Index: 368 + Item: S_Physical_Shield + Rate: 1 + Announced: true + - Index: 369 + Item: S_Physical_Armor + Rate: 1 + Announced: true + - Index: 370 + Item: S_Magical_Shoes + Rate: 1 + Announced: true + - Index: 371 + Item: S_Magical_Shield + Rate: 1 + Announced: true + - Index: 372 + Item: S_Magical_Armor + Rate: 1 + Announced: true + - Index: 373 + Item: S_ImmunedAthena_Shield + Rate: 1 + Announced: true + - Index: 374 + Item: S_HardChamption_Shoes + Rate: 1 + Announced: true + - Index: 375 + Item: S_KingbirdAncient_Armor + Rate: 1 + Announced: true + - Index: 376 + Item: S_CriticalHit_Armor + Rate: 1 + Announced: true + - Index: 377 + Item: S_Rebellion_Armor + Rate: 10 + - Index: 378 + Item: S_Kagerou_Armor + Rate: 10 + - Index: 379 + Item: S_Oboro_Armor + Rate: 10 + - Index: 380 + Item: S_Rebellion_Shoes + Rate: 10 + - Index: 381 + Item: S_Kagerou_Shoes + Rate: 10 + - Index: 382 + Item: S_Oboro_Shoes + Rate: 10 + - Index: 383 + Item: S_DoramPhysical_Armor + Rate: 10 + - Index: 384 + Item: S_DoramPhysical_Shoes + Rate: 10 + - Index: 385 + Item: S_DoramMagical_Armor + Rate: 10 + - Index: 386 + Item: S_DoramMagical_Shoes + Rate: 10 + - Index: 387 + Item: S_Star_Emperor_Armor + Rate: 10 + - Index: 388 + Item: S_Star_Emperor_Shoes + Rate: 10 + - Index: 389 + Item: S_Soul_Reaper_Armor + Rate: 10 + - Index: 390 + Item: S_Soul_Reaper_Shoes + Rate: 10 + - Index: 391 + Item: S_Tempest_Weapon + Rate: 10 + - Index: 392 + Item: S_Tempest_Armor + Rate: 10 + - Index: 393 + Item: S_PerfectSize_Weapon + Rate: 1 + Announced: true + - Index: 394 + Item: S_PerfectSize_Armor + Rate: 1 + Announced: true + - Index: 395 + Item: S_M_Exo_Co_Weapon + Rate: 1 + Announced: true + - Index: 396 + Item: S_M_Viv_Dr_Weapon + Rate: 1 + Announced: true + - Index: 397 + Item: S_M_Sci_Hu_Weapon + Rate: 1 + Announced: true + - Index: 398 + Item: S_M_Fis_In_Weapon + Rate: 1 + Announced: true + - Index: 399 + Item: S_M_Exe_Ho_Weapon + Rate: 1 + Announced: true + - Index: 400 + Item: S_Penetration_Weapon + Rate: 10 + - Index: 401 + Item: S_Penetration_Armor + Rate: 10 + - Index: 402 + Item: S_Exe_Ho_Weapon + Rate: 1 + Announced: true + - Index: 403 + Item: S_Fis_In_Weapon + Rate: 1 + Announced: true + - Index: 404 + Item: S_Sci_Hu_Weapon + Rate: 1 + Announced: true + - Index: 405 + Item: S_Viv_Dr_Weapon + Rate: 1 + Announced: true + - Index: 406 + Item: S_Exo_Co_Weapon + Rate: 1 + Announced: true + - Index: 407 + Item: S_Hasty_Weapon + Rate: 1 + Announced: true + - Index: 408 + Item: S_Sonic_Armor + Rate: 10 + - Index: 409 + Item: S_Sonic_Shield + Rate: 10 + - Index: 410 + Item: S_Sonic_Shoes + Rate: 10 + - Index: 411 + Item: S_Ignition_Weapon + Rate: 10 + - Index: 412 + Item: S_Ignition_Pendant + Rate: 10 + - Index: 413 + Item: S_Ignition_Earing + Rate: 10 + - Index: 414 + Item: S_W_Breath_Armor + Rate: 10 + - Index: 415 + Item: S_W_Breath_Shield + Rate: 10 + - Index: 416 + Item: S_W_Breath_Shoes + Rate: 10 + - Index: 417 + Item: S_F_Breath_Weapon + Rate: 10 + - Index: 418 + Item: S_F_Breath_Pendant + Rate: 10 + - Index: 419 + Item: S_F_Breath_Earing + Rate: 10 + - Index: 420 + Item: S_Cluster_Armor + Rate: 10 + - Index: 421 + Item: S_Cluster_Shield + Rate: 10 + - Index: 422 + Item: S_Cluster_Shoes + Rate: 10 + - Index: 423 + Item: S_Aimed_Weapon + Rate: 10 + - Index: 424 + Item: S_Aimed_Pendant + Rate: 10 + - Index: 425 + Item: S_Aimed_Earing + Rate: 10 + - Index: 426 + Item: S_Arrow_Armor + Rate: 10 + - Index: 427 + Item: S_Arrow_Shield + Rate: 10 + - Index: 428 + Item: S_Arrow_Shoes + Rate: 10 + - Index: 429 + Item: S_Shooting_Weapon + Rate: 10 + - Index: 430 + Item: S_Shooting_Pendant + Rate: 10 + - Index: 431 + Item: S_Shooting_Earing + Rate: 10 + - Index: 432 + Item: S_Tornado_Armor + Rate: 10 + - Index: 433 + Item: S_Tornado_Shield + Rate: 10 + - Index: 434 + Item: S_Tornado_Shoes + Rate: 10 + - Index: 435 + Item: S_Boomerang_Weapon + Rate: 10 + - Index: 436 + Item: S_Boomerang_Pendant + Rate: 10 + - Index: 437 + Item: S_Boomerang_Earing + Rate: 10 + - Index: 438 + Item: S_Vulcan_Armor + Rate: 10 + - Index: 439 + Item: S_Vulcan_Shield + Rate: 10 + - Index: 440 + Item: S_Vulcan_Shoes + Rate: 10 + - Index: 441 + Item: S_Arms_Weapon + Rate: 10 + - Index: 442 + Item: S_Arms_Pendant + Rate: 10 + - Index: 443 + Item: S_Arms_Earing + Rate: 10 + - Index: 444 + Item: S_Rampage_Armor + Rate: 10 + - Index: 445 + Item: S_Rampage_Shield + Rate: 10 + - Index: 446 + Item: S_Rampage_Shoes + Rate: 10 + - Index: 447 + Item: S_Skynetblow_Weapon + Rate: 10 + - Index: 448 + Item: S_Skynetblow_Pendant + Rate: 10 + - Index: 449 + Item: S_Skynetblow_Earing + Rate: 10 + - Index: 450 + Item: S_Knucklearrow_Armor + Rate: 10 + - Index: 451 + Item: S_Knucklearrow_Shield + Rate: 10 + - Index: 452 + Item: S_Knucklearrow_Shoes + Rate: 10 + - Index: 453 + Item: S_TigerCannon_Weapon + Rate: 10 + - Index: 454 + Item: S_Tigercannon_Pendant + Rate: 10 + - Index: 455 + Item: S_Tigercannon_Earing + Rate: 10 + - Index: 456 + Item: S_Duplelight_Armor + Rate: 10 + - Index: 457 + Item: S_Duplelight_Shield + Rate: 10 + - Index: 458 + Item: S_Duplelight_Shoes + Rate: 10 + - Index: 459 + Item: S_Adoramus_Weapon + Rate: 10 + - Index: 460 + Item: S_Adoramus_Pendant + Rate: 10 + - Index: 461 + Item: S_Adoramus_Earing + Rate: 10 + - Index: 462 + Item: S_Judex_Armor + Rate: 10 + - Index: 463 + Item: S_Judex_Shield + Rate: 10 + - Index: 464 + Item: S_Judex_Shoes + Rate: 10 + - Index: 465 + Item: S_Magnus_Weapon + Rate: 10 + - Index: 466 + Item: S_Magnus_Pendant + Rate: 10 + - Index: 467 + Item: S_Magnus_Earing + Rate: 10 + - Index: 468 + Item: S_Rainstorm_Armor + Rate: 10 + - Index: 469 + Item: S_Rainstorm_Shield + Rate: 10 + - Index: 470 + Item: S_Rainstorm_Shoes + Rate: 10 + - Index: 471 + Item: S_Arrowvulcan_Weapon + Rate: 10 + - Index: 472 + Item: S_Arrowvulcan_Pendant + Rate: 10 + - Index: 473 + Item: S_Arrowvulcan_Earing + Rate: 10 + - Index: 474 + Item: S_Metalic_Armor + Rate: 10 + - Index: 475 + Item: S_Metalic_Shield + Rate: 10 + - Index: 476 + Item: S_Metalic_Shoes + Rate: 10 + - Index: 477 + Item: S_Reverberation_Weapon + Rate: 10 + - Index: 478 + Item: S_Reverberation_Pendant + Rate: 10 + - Index: 479 + Item: S_Reverberation_Earing + Rate: 10 + - Index: 480 + Item: S_Triangle_Armor + Rate: 10 + - Index: 481 + Item: S_Triangle_Shield + Rate: 10 + - Index: 482 + Item: S_Triangle_Shoes + Rate: 10 + - Index: 483 + Item: S_Shadowspell_Weapon + Rate: 10 + - Index: 484 + Item: S_Shadowspell_Pendant + Rate: 10 + - Index: 485 + Item: S_Shadowspell_Earing + Rate: 10 + - Index: 486 + Item: S_Menace_Armor + Rate: 10 + - Index: 487 + Item: S_Menace_Shield + Rate: 10 + - Index: 488 + Item: S_Menace_Shoes + Rate: 10 + - Index: 489 + Item: S_Paint_Weapon + Rate: 10 + - Index: 490 + Item: S_Paint_Pendant + Rate: 10 + - Index: 491 + Item: S_Paint_Earing + Rate: 10 + - Index: 492 + Item: S_Rolling_Armor + Rate: 10 + - Index: 493 + Item: S_Rolling_Shield + Rate: 10 + - Index: 494 + Item: S_Rolling_Shoes + Rate: 10 + - Index: 495 + Item: S_Katar_Weapon + Rate: 10 + - Index: 496 + Item: S_Katar_Pendant + Rate: 10 + - Index: 497 + Item: S_Katar_Earing + Rate: 10 + - Index: 498 + Item: S_Slash_Armor + Rate: 10 + - Index: 499 + Item: S_Slash_Shield + Rate: 10 + - Index: 500 + Item: S_Slash_Shoes + Rate: 10 + - Index: 501 + Item: S_Ripper_Weapon + Rate: 10 + - Index: 502 + Item: S_Ripper_Pendant + Rate: 10 + - Index: 503 + Item: S_Ripper_Earing + Rate: 10 + - Index: 504 + Item: S_Dust_Armor + Rate: 10 + - Index: 505 + Item: S_Dust_Shield + Rate: 10 + - Index: 506 + Item: S_Dust_Shoes + Rate: 10 + - Index: 507 + Item: S_Grave_Weapon + Rate: 10 + - Index: 508 + Item: S_Grave_Pendant + Rate: 10 + - Index: 509 + Item: S_Grave_Earing + Rate: 10 + - Index: 510 + Item: S_Psychic_Armor + Rate: 10 + - Index: 511 + Item: S_Psychic_Shield + Rate: 10 + - Index: 512 + Item: S_Psychic_Shoes + Rate: 10 + - Index: 513 + Item: S_Varetyr_Weapon + Rate: 10 + - Index: 514 + Item: S_Varetyr_Pendant + Rate: 10 + - Index: 515 + Item: S_Varetyr_Earing + Rate: 10 + - Index: 516 + Item: S_Jack_Armor + Rate: 10 + - Index: 517 + Item: S_Jack_Shield + Rate: 10 + - Index: 518 + Item: S_Jack_Shoes + Rate: 10 + - Index: 519 + Item: S_Strain_Weapon + Rate: 10 + - Index: 520 + Item: S_Strain_Pendant + Rate: 10 + - Index: 521 + Item: S_Strain_Earing + Rate: 10 + - Index: 522 + Item: S_Crimson_Armor + Rate: 10 + - Index: 523 + Item: S_Crimson_Shield + Rate: 10 + - Index: 524 + Item: S_Crimson_Shoes + Rate: 10 + - Index: 525 + Item: S_Chain_Weapon + Rate: 10 + - Index: 526 + Item: S_Chain_Pendant + Rate: 10 + - Index: 527 + Item: S_Chain_Earing + Rate: 10 + - Index: 528 + Item: S_Cart_Tornado_Armor + Rate: 10 + - Index: 529 + Item: S_Cart_Tornado_Shield + Rate: 10 + - Index: 530 + Item: S_Cart_Tornado_Shoes + Rate: 10 + - Index: 531 + Item: S_Cannon_Cart_Weapon + Rate: 10 + - Index: 532 + Item: S_Cannon_Cart_Pendant + Rate: 10 + - Index: 533 + Item: S_Cannon_Cart_Earing + Rate: 10 + - Index: 534 + Item: S_Spore_Bomb_Armor + Rate: 10 + - Index: 535 + Item: S_Spore_Bomb_Shield + Rate: 10 + - Index: 536 + Item: S_Spore_Bomb_Shoes + Rate: 10 + - Index: 537 + Item: S_Crazy_Weapon + Rate: 10 + - Index: 538 + Item: S_Crazy_Pendant + Rate: 10 + - Index: 539 + Item: S_Crazy_Earing + Rate: 10 + - Index: 540 + Item: S_Brand_Armor + Rate: 10 + - Index: 541 + Item: S_Brand_Shield + Rate: 10 + - Index: 542 + Item: S_Brand_Shoes + Rate: 10 + - Index: 543 + Item: S_Chain_Press_Weapon + Rate: 10 + - Index: 544 + Item: S_Chain_Press_Pendant + Rate: 10 + - Index: 545 + Item: S_Chain_Press_Earing + Rate: 10 + - Index: 546 + Item: S_Banish_Cannon_Armor + Rate: 10 + - Index: 547 + Item: S_Banish_Cannon_Shield + Rate: 10 + - Index: 548 + Item: S_Banish_Cannon_Shoes + Rate: 10 + - Index: 549 + Item: S_Genesis_Weapon + Rate: 10 + - Index: 550 + Item: S_Genesis_Pendant + Rate: 10 + - Index: 551 + Item: S_Genesis_Earing + Rate: 10 + - Index: 552 + Item: S_Tail_Dragon_Weapon + Rate: 10 + - Index: 553 + Item: S_Tail_Dragon_Shield + Rate: 10 + - Index: 554 + Item: S_Tail_Dragon_Armor + Rate: 10 + - Index: 555 + Item: S_Flare_Dance_Earing + Rate: 10 + - Index: 556 + Item: S_Flare_Dance_Pendant + Rate: 10 + - Index: 557 + Item: S_Flare_Dance_Shoes + Rate: 10 + - Index: 558 + Item: S_God_Hammer_Weapon + Rate: 10 + - Index: 559 + Item: S_God_Hammer_Shield + Rate: 10 + - Index: 560 + Item: S_God_Hammer_Armor + Rate: 10 + - Index: 561 + Item: S_Shatter_Buster_Earing + Rate: 10 + - Index: 562 + Item: S_Shatter_B_Pendant + Rate: 10 + - Index: 563 + Item: S_Shatter_Buster_Shoes + Rate: 10 + - Index: 564 + Item: S_Trip_Weapon + Rate: 10 + - Index: 565 + Item: S_Trip_Shield + Rate: 10 + - Index: 566 + Item: S_Trip_Armor + Rate: 10 + - Index: 567 + Item: S_Super_Magic_Shield + Rate: 10 + - Index: 568 + Item: S_Super_Magic_Armor + Rate: 10 + - Index: 569 + Item: S_Super_Magic_Shoes + Rate: 10 + - Index: 570 + Item: S_Super_Power_Weapon + Rate: 10 + - Index: 571 + Item: S_Super_Power_Pendant + Rate: 10 + - Index: 572 + Item: S_Super_Power_Earing + Rate: 10 + - Index: 573 + Item: S_Kunai_Weapon + Rate: 10 + - Index: 574 + Item: S_Kunai_Shield + Rate: 10 + - Index: 575 + Item: S_Kunai_Armor + Rate: 10 + - Index: 576 + Item: S_Syuriken_Earing + Rate: 10 + - Index: 577 + Item: S_Syuriken_Pendant + Rate: 10 + - Index: 578 + Item: S_Syuriken_Shoes + Rate: 10 + - Index: 579 + Item: S_Kamaenraku_Weapon + Rate: 10 + - Index: 580 + Item: S_Kamaenraku_Shield + Rate: 10 + - Index: 581 + Item: S_Kamaenraku_Armor + Rate: 10 + - Index: 582 + Item: S_Huusouka_Earing + Rate: 10 + - Index: 583 + Item: S_Huusouka_Pendant + Rate: 10 + - Index: 584 + Item: S_Huusouka_Shoes + Rate: 10 + - Index: 585 + Item: S_Pickyrush_Weapon + Rate: 10 + - Index: 586 + Item: S_Pickyrush_Shield + Rate: 10 + - Index: 587 + Item: S_Pickyrush_Armor + Rate: 10 + - Index: 588 + Item: S_SavageRabbit_Earing + Rate: 10 + - Index: 589 + Item: S_SavageRabbit_Pendant + Rate: 10 + - Index: 590 + Item: S_SavageRabbit_Shoes + Rate: 10 + - Index: 591 + Item: S_Catnip_Weapon + Rate: 10 + - Index: 592 + Item: S_Catnip_Shield + Rate: 10 + - Index: 593 + Item: S_Catnip_Armor + Rate: 10 + - Index: 594 + Item: S_Silvervine_Earing + Rate: 10 + - Index: 595 + Item: S_Silvervine_Pendant + Rate: 10 + - Index: 596 + Item: S_Silvervine_Shoes + Rate: 10 + - Index: 597 + Item: S_Sunshine_Weapon + Rate: 10 + - Index: 598 + Item: S_Sunshine_Shield + Rate: 10 + - Index: 599 + Item: S_Sunshine_Armor + Rate: 10 + - Index: 600 + Item: S_Moonlight_Earring + Rate: 10 + - Index: 601 + Item: S_Moonlight_Pendant + Rate: 10 + - Index: 602 + Item: S_Moonlight_Shoes + Rate: 10 + - Index: 603 + Item: S_Stardust_Weapon + Rate: 10 + - Index: 604 + Item: S_Stardust_Shield + Rate: 10 + - Index: 605 + Item: S_Stardust_Armor + Rate: 10 + - Index: 606 + Item: S_S_Weapon + Rate: 10 + - Index: 607 + Item: S_S_Shield + Rate: 10 + - Index: 608 + Item: S_S_Armor + Rate: 10 + - Index: 609 + Item: S_Evilcurse_Earring + Rate: 10 + - Index: 610 + Item: S_Evilcurse_Pendant + Rate: 10 + - Index: 611 + Item: S_Evilcurse_Shoes + Rate: 10 + - Index: 612 + Item: S_FullPene_Shoes + Rate: 1 + Announced: true + - Index: 613 + Item: S_FullPene_Armor + Rate: 1 + Announced: true + - Index: 614 + Item: S_FullPene_Pendant + Rate: 1 + Announced: true + - Index: 615 + Item: S_FullPene_Earring + Rate: 1 + Announced: true + - Index: 616 + Item: S_AllRace_Shoes + Rate: 1 + Announced: true + - Index: 617 + Item: S_AllRace_Shield + Rate: 1 + Announced: true + - Index: 618 + Item: S_Blitz_Weapon + Rate: 10 + - Index: 619 + Item: S_Blitz_Armor + Rate: 10 + - Index: 620 + Item: S_FullTemp_Earring + Rate: 1 + Announced: true + - Index: 621 + Item: S_FullTemp_Pendant + Rate: 1 + Announced: true + - Index: 622 + Item: S_FullTemp_Armor + Rate: 1 + Announced: true + - Index: 623 + Item: S_FullTemp_Shoes + Rate: 1 + Announced: true + - Index: 624 + Item: S_Mammoth_Armor + Rate: 10 + - Index: 625 + Item: S_Mammoth_Shoes + Rate: 10 + - Index: 626 + Item: S_Mammoth_Pendant + Rate: 10 + - Index: 627 + Item: S_Mammoth_Earring + Rate: 10 + - Index: 628 + Item: S_Mammoth_Weapon + Rate: 10 + - Index: 629 + Item: S_Mammoth_Shield + Rate: 10 + - Index: 630 + Item: S_TrueGem_Armor + Rate: 1 + Announced: true + - Index: 631 + Item: S_TrueGem_Shoes + Rate: 1 + Announced: true + - Index: 632 + Item: S_TrueGem_Earring + Rate: 1 + Announced: true + - Index: 633 + Item: S_TrueGem_Pendant + Rate: 1 + Announced: true + - Index: 634 + Item: S_M_Mammoth_Armor + Rate: 1 + Announced: true + - Index: 635 + Item: S_M_Mammoth_Shoes + Rate: 1 + Announced: true + - Index: 636 + Item: S_M_Mammoth_Earring + Rate: 1 + Announced: true + - Index: 637 + Item: S_M_Mammoth_Pendant + Rate: 1 + Announced: true + - Index: 638 + Item: S_EXP_Shield + Rate: 1 + Announced: true + - Index: 639 + Item: S_Absorb_Shield + Rate: 1 + Announced: true + - Index: 640 + Item: S_Absorb_Weapon + Rate: 1 + Announced: true + - Index: 641 + Item: S_AutoSpell_Shield + Rate: 10 + - Index: 642 + Item: S_AutoSpell_Armor + Rate: 10 + - Index: 643 + Item: S_AutoSpell_Shoes + Rate: 10 + - Index: 644 + Item: S_AutoSpell_Weapon + Rate: 10 + - Index: 645 + Item: S_AutoSpell_Pendant + Rate: 10 + - Index: 646 + Item: S_AutoSpell_Earring + Rate: 10 + - Index: 647 + Item: S_M_AutoSpell_Armor + Rate: 1 + Announced: true + - Index: 648 + Item: S_M_AutoSpell_Shoes + Rate: 1 + Announced: true + - Index: 649 + Item: S_M_AutoSpell_Earring + Rate: 1 + Announced: true + - Index: 650 + Item: S_M_AutoSpell_Pendant + Rate: 1 + Announced: true + - Index: 651 + Item: S_Hasty_Shield + Rate: 1 + Announced: true + - Index: 652 + Item: S_Infinity_Shield + Rate: 1 + Announced: true + - Index: 653 + Item: S_Durable_Weapon + Rate: 1 + Announced: true + - Index: 654 + Item: S_Durable_Shield + Rate: 1 + Announced: true + - Index: 655 + Item: S_Clever_Weapon + Rate: 1 + Announced: true + - Index: 656 + Item: S_Clever_Shield + Rate: 1 + Announced: true + - Index: 657 + Item: S_CriticalHit_Weapon + Rate: 1 + Announced: true + - Index: 658 + Item: S_KingbirdAnc_Weapon + Rate: 1 + Announced: true + - Index: 659 + Item: S_P_Power_Weapon + Rate: 10 + - Index: 660 + Item: S_P_Power_Shield + Rate: 10 + - Index: 661 + Item: S_M_Spell_Weapon + Rate: 10 + - Index: 662 + Item: S_M_Spell_Shield + Rate: 10 + - Index: 663 + Item: S_Concentration_Weapon + Rate: 10 + - Index: 664 + Item: S_Concentration_Shield + Rate: 10 + - Index: 665 + Item: S_Wisdom_Weapon + Rate: 10 + - Index: 666 + Item: S_Wisdom_Shield + Rate: 10 + - Index: 667 + Item: S_Stamina_Weapon + Rate: 10 + - Index: 668 + Item: S_Stamina_Shield + Rate: 10 + - Index: 669 + Item: S_Creative_Weapon + Rate: 10 + - Index: 670 + Item: S_Creative_Shield + Rate: 10 + - Index: 671 + Item: S_S_Reload_Shield + Rate: 1 + Announced: true + - Index: 672 + Item: S_SpellCaster_Armor + Rate: 1 + Announced: true + - Index: 673 + Item: S_SpellCaster_Shoes + Rate: 1 + Announced: true + - Index: 674 + Item: S_SpellCaster_Earring + Rate: 1 + Announced: true + - Index: 675 + Item: S_SpellCaster_Pendant + Rate: 1 + Announced: true + - Index: 676 + Item: S_R_Bearers_Shoes + Rate: 1 + Announced: true + - Index: 677 + Item: S_R_Bearers_Armor + Rate: 1 + Announced: true + - Index: 678 + Item: S_R_Bearers_Pendant + Rate: 1 + Announced: true + - Index: 679 + Item: S_R_Bearers_Earring + Rate: 1 + Announced: true + - Index: 680 + Item: S_Mega_Blitz_Shield + Rate: 1 + Announced: true + - Index: 681 + Item: S_Mega_Blitz_Weapon + Rate: 1 + Announced: true + - Index: 682 + Item: S_EXP_Weapon + Rate: 1 + Announced: true - Group: FLUFFY_SEMI_LONG_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: C_Fluffy_Semi_Long - Rate: 1111 - - Item: C_Fluffy_Semi_Long_LB - Rate: 1111 - - Item: C_Fluffy_Semi_Long_CB - Rate: 1111 - - Item: C_Fluffy_Semi_Long_YL - Rate: 1111 - - Item: C_Fluffy_Semi_Long_BG - Rate: 1111 - - Item: C_Fluffy_Semi_Long_JBL - Rate: 1111 - - Item: C_Fluffy_Semi_Long_WH - Rate: 1111 - - Item: C_Fluffy_Semi_Long_OM - Rate: 1111 - - Item: C_Fluffy_Semi_Long_LPP - Rate: 1111 + - Index: 0 + Item: C_Fluffy_Semi_Long + Rate: 1 + - Index: 1 + Item: C_Fluffy_Semi_Long_LPP + Rate: 1 + - Index: 2 + Item: C_Fluffy_Semi_Long_OM + Rate: 1 + - Index: 3 + Item: C_Fluffy_Semi_Long_WH + Rate: 1 + - Index: 4 + Item: C_Fluffy_Semi_Long_JBL + Rate: 1 + - Index: 5 + Item: C_Fluffy_Semi_Long_BG + Rate: 1 + - Index: 6 + Item: C_Fluffy_Semi_Long_YL + Rate: 1 + - Index: 7 + Item: C_Fluffy_Semi_Long_CB + Rate: 1 + - Index: 8 + Item: C_Fluffy_Semi_Long_LB + Rate: 1 - Group: BOOSTER_PACK_215 SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: Comp_Power_Booster + Amount: 10 + - Index: 2 + Item: E_Infinity_Drink + Amount: 10 + - Index: 3 + Item: E_Life_Potion_Pack Amount: 3 - - Item: E_DEF_Scroll_Box + - Index: 4 + Item: E_DEF_Scroll_Box Amount: 3 - - Item: Comp_Small_Mana_Potion + - Index: 5 + Item: Comp_Small_Mana_Potion Amount: 60 - - Item: Comp_Power_Booster - Amount: 10 - - Item: Comp_Almighty - Amount: 10 - - Item: E_Red_Booster + - Index: 6 + Item: E_Red_Booster Amount: 60 - - Item: E_Infinity_Drink - Amount: 10 - - Item: Booster_Pack_230 - - Item: Booster_Coin + - Index: 7 + Item: Booster_Coin Amount: 56 + - Index: 8 + Item: Booster_Pack_230 + - Index: 9 + Item: Battle_Manual100 + Amount: 2 - Group: BOOSTER_PACK_230 SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack + - Index: 0 + Item: Comp_Almighty Amount: 5 - - Item: E_DEF_Scroll_Box + - Index: 1 + Item: Comp_Power_Booster Amount: 5 - - Item: Comp_Small_Mana_Potion - Amount: 100 - - Item: Comp_Power_Booster - Amount: 20 - - Item: Comp_Almighty - Amount: 20 - - Item: E_Red_Booster - Amount: 100 - - Item: E_Infinity_Drink - Amount: 20 - - Item: 2020_Goal_Gift_Box - - Item: Booster_Coin - Amount: 60 + - Index: 2 + Item: E_Infinity_Drink + Amount: 5 + - Index: 3 + Item: Booster_B_M_2 + Amount: 3 + - Index: 4 + Item: Lv_Up_T_230 + Amount: 3 + - Index: 5 + Item: Booster_Coin + Amount: 130 + - Index: 6 + Item: World_Tour_Ticket + Amount: 30 + - Index: 7 + Item: Booster_Pack_240 - Group: ANGELPORINGJEWEL_BOX SubGroups: - SubGroup: 0 List: - - Item: AngelPoring_Purple - - Item: AngelPoring_SkyBlue - - Item: AngelPoring_Green - - Item: AngelPoring_Pink - - Item: AngelPoring_DeepRed - - Item: AngelPoring_Clear + - Index: 0 + Item: AngelPoring_Purple + - Index: 1 + Item: AngelPoring_SkyBlue + - Index: 2 + Item: AngelPoring_Green + - Index: 3 + Item: AngelPoring_Pink + - Index: 4 + Item: AngelPoring_DeepRed + - Index: 5 + Item: AngelPoring_Clear - Group: UP_HERO_WEAPON_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Up_Dragonic_Slayer - Rate: 286 - - Item: Up_Sword_Of_Bluefire - Rate: 286 - - Item: Up_Slate_Sword - Rate: 286 - - Item: Up_Light_Blade - Rate: 286 - - Item: Up_Magic_Sword - Rate: 286 - - Item: Up_Fatalist - Rate: 286 - - Item: Up_Fog_Dew_Sword - Rate: 286 - - Item: Up_Undine_Spear_K - Rate: 286 - - Item: Up_OneSkyOneSun - Rate: 286 - - Item: Up_Demon_Hunting_Bible - Rate: 286 - - Item: Up_Shadow_Staff_K - Rate: 286 - - Item: Up_Freezing_Rod - Rate: 286 - - Item: Up_MeawFoxtail - Rate: 286 - - Item: Up_SoulWeight - Rate: 286 - - Item: Up_Iron_Nail_K - Rate: 286 - - Item: Up_Ray_Knuckle - Rate: 286 - - Item: Up_Trumpet_Shell_K - Rate: 286 - - Item: Up_Barb_Wire_K - Rate: 286 - - Item: Up_Meteor_Striker - Rate: 286 - - Item: Up_Saint_Hall - Rate: 286 - - Item: Up_Oriental_Sword - Rate: 286 - - Item: Up_Shiver_Katar_K - Rate: 286 - - Item: Up_Blade_Katar - Rate: 286 - - Item: Up_Avenger - Rate: 286 - - Item: Up_Iron_Staff - Rate: 286 - - Item: Up_Blue_Crystal_Staff - Rate: 286 - - Item: Up_Humma_Clear - Rate: 286 - - Item: Up_Narcis_Bow - Rate: 286 - - Item: Up_Royal_Bow_K - Rate: 286 - - Item: Up_Scalet_Dragon_L_Bow - Rate: 286 - - Item: Up_Crimson_Rose - Rate: 286 - - Item: Up_Master_Soul_Rifle - Rate: 286 - - Item: Up_Demon_S_Shot - Rate: 286 - - Item: Up_The_Black_Gatling - Rate: 286 - - Item: Up_Golden_L_Launcher - Rate: 286 + - Index: 0 + Item: Up_Royal_Bow_K + Rate: 1 + - Index: 1 + Item: Up_Narcis_Bow + Rate: 1 + - Index: 2 + Item: Up_Shadow_Staff_K + Rate: 1 + - Index: 3 + Item: Up_Iron_Nail_K + Rate: 1 + - Index: 4 + Item: Up_Magic_Sword + Rate: 1 + - Index: 5 + Item: Up_Sword_Of_Bluefire + Rate: 1 + - Index: 6 + Item: Up_Avenger + Rate: 1 + - Index: 7 + Item: Up_Iron_Staff + Rate: 1 + - Index: 8 + Item: Up_Oriental_Sword + Rate: 1 + - Index: 9 + Item: Up_Undine_Spear_K + Rate: 1 + - Index: 10 + Item: Up_Demon_Hunting_Bible + Rate: 1 + - Index: 11 + Item: Up_Shiver_Katar_K + Rate: 1 + - Index: 12 + Item: Up_OneSkyOneSun + Rate: 1 + - Index: 13 + Item: Up_SoulWeight + Rate: 1 + - Index: 14 + Item: Up_MeawFoxtail + Rate: 1 + - Index: 15 + Item: Up_Crimson_Rose + Rate: 1 + - Index: 16 + Item: Up_Master_Soul_Rifle + Rate: 1 + - Index: 17 + Item: Up_Demon_S_Shot + Rate: 1 + - Index: 18 + Item: Up_Golden_L_Launcher + Rate: 1 + - Index: 19 + Item: Up_The_Black_Gatling + Rate: 1 + - Index: 20 + Item: Up_Fog_Dew_Sword + Rate: 1 + - Index: 21 + Item: Up_Humma_Clear + Rate: 1 + - Index: 22 + Item: Up_Dragonic_Slayer + Rate: 1 + - Index: 23 + Item: Up_Light_Blade + Rate: 1 + - Index: 24 + Item: Up_Slate_Sword + Rate: 1 + - Index: 25 + Item: Up_Trumpet_Shell_K + Rate: 1 + - Index: 26 + Item: Up_Barb_Wire_K + Rate: 1 + - Index: 27 + Item: Up_Meteor_Striker + Rate: 1 + - Index: 28 + Item: Up_Saint_Hall + Rate: 1 + - Index: 29 + Item: Up_Ray_Knuckle + Rate: 1 + - Index: 30 + Item: Up_Blade_Katar + Rate: 1 + - Index: 31 + Item: Up_Fatalist + Rate: 1 + - Index: 32 + Item: Up_Scalet_Dragon_L_Bow + Rate: 1 + - Index: 33 + Item: Up_Blue_Crystal_Staff + Rate: 1 + - Index: 34 + Item: Up_Freezing_Rod + Rate: 1 + - Index: 35 + Item: Up_Freedom_Stick + Rate: 1 + - Index: 36 + Item: Up_Blessed_Knife + Rate: 1 - Group: HIGH_REFINE_GUARANTEE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Guarantee_Weapon_11Up - Rate: 3000 - - Item: Guarantee_Armor_11Up - Rate: 3000 - - Item: Guarantee_Weapon_12Up - Rate: 1400 - - Item: Guarantee_Armor_12Up - Rate: 1400 - - Item: Guarantee_Weapon_13Up - Rate: 600 - - Item: Guarantee_Armor_13Up - Rate: 600 + - Index: 0 + Item: Guarantee_Weapon_11Up + Rate: 30 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_12Up + Rate: 14 + Announced: true + - Index: 2 + Item: Guarantee_Weapon_13Up + Rate: 6 + Announced: true + - Index: 3 + Item: Guarantee_Armor_11Up + Rate: 30 + Announced: true + - Index: 4 + Item: Guarantee_Armor_12Up + Rate: 14 + Announced: true + - Index: 5 + Item: Guarantee_Armor_13Up + Rate: 6 + Announced: true - Group: REFINE_GUARANTEE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Guarantee_Weapon_9Up - Rate: 909 - - Item: Guarantee_Weapon_8Up - Rate: 1364 - - Item: Guarantee_Weapon_7Up - Rate: 2273 - - Item: Guarantee_Armor_9Up - Rate: 909 - - Item: Guarantee_Armor_8Up - Rate: 1364 - - Item: Guarantee_Armor_7Up - Rate: 2273 - - Item: Guarantee_Weapon_10Up - Rate: 455 - - Item: Guarantee_Armor_10Up - Rate: 455 + - Index: 0 + Item: Guarantee_Weapon_7Up + Rate: 25 + - Index: 1 + Item: Guarantee_Weapon_8Up + Rate: 15 + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_10Up + Rate: 5 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 25 + - Index: 5 + Item: Guarantee_Armor_8Up + Rate: 15 + - Index: 6 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 7 + Item: Guarantee_Armor_10Up + Rate: 5 + Announced: true - Group: SPECIAL_REFINE_CUBE SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Temporal_Refine_Cube - Rate: 1111 - - Item: Geffen_Refine_Cube - Rate: 1111 - - Item: Old_Refine_Cube - Rate: 1111 - - Item: OS_Weapon_Refine_Cube - Rate: 1111 - - Item: Racecap_Refine_Cube - Rate: 1111 - - Item: Auto_Armor_Refine_Cube - Rate: 1111 - - Item: Bio_Weapon_Refine_Cube - Rate: 1111 - - Item: Circlet_Refine_Cube - Rate: 1111 - - Item: Bio_Helm_Refine_Cube - Rate: 1111 + - Index: 0 + Item: Temporal_Refine_Cube + Rate: 5 + Announced: true + - Index: 1 + Item: Geffen_Refine_Cube + Rate: 5 + Announced: true + - Index: 2 + Item: Circlet_Refine_Cube + Rate: 5 + Announced: true + - Index: 3 + Item: OS_Weapon_Refine_Cube + Rate: 5 + Announced: true + - Index: 4 + Item: Racecap_Refine_Cube + Rate: 5 + Announced: true + - Index: 5 + Item: Old_Refine_Cube + Rate: 5 + Announced: true + - Index: 6 + Item: Auto_Armor_Refine_Cube + Rate: 5 + Announced: true + - Index: 7 + Item: Bio_Weapon_Refine_Cube + Rate: 5 + Announced: true + - Index: 8 + Item: Bio_Helm_Refine_Cube + Rate: 5 + Announced: true - Group: AUTOSPELL_SHADOW_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_AutoSpell_Shield - Rate: 1667 - - Item: S_AutoSpell_Armor - Rate: 1667 - - Item: S_AutoSpell_Shoes - Rate: 1667 - - Item: S_AutoSpell_Weapon - Rate: 1667 - - Item: S_AutoSpell_Pendant - Rate: 1667 - - Item: S_AutoSpell_Earring - Rate: 1667 + - Index: 0 + Item: S_AutoSpell_Armor + Rate: 1 + - Index: 1 + Item: S_AutoSpell_Shield + Rate: 1 + - Index: 2 + Item: S_AutoSpell_Weapon + Rate: 1 + - Index: 3 + Item: S_AutoSpell_Shoes + Rate: 1 + - Index: 4 + Item: S_AutoSpell_Earring + Rate: 1 + - Index: 5 + Item: S_AutoSpell_Pendant + Rate: 1 - Group: BROADCASTBOX_ SubGroups: - SubGroup: 0 List: - - Item: E_Life_Potion_Pack - - Item: E_DEF_Scroll_Box - - Item: Battle_Manual100 - - Item: World_Tour_Ticket + - Index: 0 + Item: Battle_Manual100 + Duration: 10080 + - Index: 1 + Item: E_Life_Potion_Pack + - Index: 2 + Item: E_DEF_Scroll_Box + - Index: 3 + Item: World_Tour_Ticket Amount: 20 - Group: S_ENCHANT_STONE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: ATKStone_Middle - Rate: 100 - - Item: MATKStone_Middle - Rate: 100 - - Item: ASPDStone_Robe - Rate: 30 - - Item: ATKStone_Top - Rate: 100 - - Item: MATKStone_Top - Rate: 100 - - Item: HPdrainStone_Robe - Rate: 30 - - Item: SPdrainStone_Robe - Rate: 40 - - Item: HPdrainStone_Top - Rate: 30 - - Item: SPdrainStone_Top - Rate: 40 - - Item: EXPStone_Bottom - Rate: 100 - - Item: ATKStone_Bottom - Rate: 100 - - Item: MATKStone_Bottom - Rate: 100 - - Item: Critical_Stone - Rate: 100 - - Item: Range_Stone - Rate: 100 - - Item: Greed_Stone - Rate: 40 - - Item: CastingStone_Robe + - Index: 0 + Item: Melee_Stone_Robe_D + Rate: 7 + Announced: true + - Index: 1 + Item: Magic_Stone_Robe_D + Rate: 7 + Announced: true + - Index: 2 + Item: DoubleAttack_Stone Rate: 15 - - Item: ASPDStone_Top - Rate: 30 - - Item: ReloadStone_Top - Rate: 100 - - Item: ReloadStone_Middle - Rate: 100 - - Item: ReloadStone_Bottom - Rate: 100 - - Item: ElectricEffect_Middle - Rate: 30 - - Item: GreenFloor_Bottom - Rate: 100 - - Item: EXPStone_Middle - Rate: 100 - - Item: MinorCastingStone_Robe - Rate: 30 - - Item: EXPStone_Top - Rate: 100 - - Item: CastingStone_Top - Rate: 100 - - Item: CastingStone_Middle - Rate: 100 - - Item: CastingStone_Bottom - Rate: 100 - - Item: BlueAuraEffect_Middle - Rate: 100 - - Item: PinkGlowEffect_Middle - Rate: 100 - - Item: ShrinkEffect_Bottom - Rate: 40 - - Item: ExplodingEffect_Middle - Rate: 100 - - Item: WaterFieldEffect_Bottom - Rate: 30 - - Item: DoubleAttack_Stone + Announced: true + - Index: 3 + Item: Critical_Stone_Robe Rate: 15 - - Item: Critical_Stone_Robe + Announced: true + - Index: 4 + Item: CastingStone_Robe Rate: 15 - - Item: Critical_Stone_Top - Rate: 100 - - Item: Critical_Stone_Bottom - Rate: 100 - - Item: CastStone_Robe - Rate: 40 - - Item: SuraStone_Top - Rate: 63 - - Item: SuraStone_Middle - Rate: 63 - - Item: SuraStone_Bottom - Rate: 63 - - Item: SuraStone_Robe - Rate: 30 - - Item: RangerStone_Top - Rate: 63 - - Item: RangerStone_Middle - Rate: 63 - - Item: RangerStone_Bottom - Rate: 63 - - Item: RangerStone_Robe - Rate: 30 - - Item: SorcererStone_Top - Rate: 63 - - Item: SorcererStone_Middle - Rate: 63 - - Item: SorcererStone_Bottom - Rate: 63 - - Item: SorcererStone_Robe - Rate: 30 - - Item: RuneknightStone_Top - Rate: 63 - - Item: RuneknightStone_Middle - Rate: 63 - - Item: RuneknightStone_Bottom - Rate: 63 - - Item: RuneknightStone_Robe - Rate: 30 - - Item: GeneticStone_Robe - Rate: 30 - - Item: GeneticStone_Top - Rate: 63 - - Item: GeneticStone_Middle - Rate: 63 - - Item: GeneticStone_Bottom - Rate: 63 - - Item: WarlockStone_Top - Rate: 63 - - Item: WarlockStone_Middle - Rate: 63 - - Item: WarlockStone_Bottom - Rate: 63 - - Item: WarlockStone_Robe - Rate: 30 - - Item: ShadowchaserStone_Top - Rate: 63 - - Item: ShadowchaseStone_Middle - Rate: 63 - - Item: ShadowchaseStone_Bottom - Rate: 63 - - Item: ShadowchaserStone_Robe - Rate: 30 - - Item: MechanicStone_Top - Rate: 63 - - Item: MechanicStone_Middle - Rate: 63 - - Item: MechanicStone_Bottom - Rate: 63 - - Item: MechanicStone_Robe - Rate: 30 - - Item: WanderMinstrelStone_Top - Rate: 63 - - Item: WanderMinstStone_Middle - Rate: 63 - - Item: WanderMinstStone_Bottom - Rate: 63 - - Item: WanderMinstreStone_Robe - Rate: 30 - - Item: HighpriestStone_Top - Rate: 63 - - Item: HighpriestStone_Middle - Rate: 63 - - Item: HighpriestStone_Bottom - Rate: 63 - - Item: ArchbishopStone_Robe - Rate: 30 - - Item: PaladinStone_Top - Rate: 63 - - Item: PaladinStone_Middle - Rate: 63 - - Item: PaladinStone_Bottom - Rate: 63 - - Item: RoyalguardStone_Robe - Rate: 30 - - Item: AssacrossStone_Top - Rate: 63 - - Item: AssacrossStone_Middle - Rate: 63 - - Item: AssacrossStone_Bottom - Rate: 63 - - Item: GuillcrossStone_Robe - Rate: 30 - - Item: SuraStone_Robe2 - Rate: 30 - - Item: SuraStone_Bottom2 - Rate: 63 - - Item: SuraStone_Middle2 - Rate: 63 - - Item: SuraStone_Top2 - Rate: 63 - - Item: SorcererStone_Robe2 - Rate: 30 - - Item: SorcererStone_Bottom2 - Rate: 63 - - Item: SorcererStone_Middle2 - Rate: 63 - - Item: SorcererStone_Top2 - Rate: 63 - - Item: ShadowchaserStone_Robe2 - Rate: 30 - - Item: ShadowchasStone_Bottom2 - Rate: 63 - - Item: ShadowchasStone_Middle2 - Rate: 63 - - Item: ShadowchaserStone_Top2 - Rate: 63 - - Item: SoulreaperStone_Robe - Rate: 30 - - Item: SoullinkerStone_Top - Rate: 63 - - Item: SoullinkerStone_Middle - Rate: 63 - - Item: SoullinkerStone_Bottom - Rate: 63 - - Item: GladiatorStone_Top - Rate: 63 - - Item: GladiatorStone_Middle - Rate: 63 - - Item: GladiatorStone_Bottom - Rate: 63 - - Item: StaremperorStone_Robe - Rate: 30 - - Item: NinjaStone_Top - Rate: 63 - - Item: NinjaStone_Middle - Rate: 63 - - Item: NinjaStone_Bottom - Rate: 63 - - Item: KagerouStone_Robe - Rate: 30 - - Item: OboroStone_Robe - Rate: 30 - - Item: GunslingerStone_Top - Rate: 63 - - Item: GunslingerStone_Middle - Rate: 63 - - Item: GunslingerStone_Bottom - Rate: 63 - - Item: RebellionStone_Robe - Rate: 30 - - Item: DoramStone_Top - Rate: 63 - - Item: DoramStone_Middle - Rate: 63 - - Item: DoramStone_Bottom - Rate: 63 - - Item: DoramStone_Robe - Rate: 30 - - Item: RangerStone_Top2 - Rate: 63 - - Item: RangerStone_Middle2 - Rate: 63 - - Item: RangerStone_Bottom2 - Rate: 63 - - Item: RangerStone_Robe2 - Rate: 30 - - Item: MechanicStone_Top2 - Rate: 63 - - Item: MechanicStone_Middle2 - Rate: 63 - - Item: MechanicStone_Bottom2 - Rate: 63 - - Item: MechanicStone_Robe2 - Rate: 30 - - Item: HighpriestStone_Top2 - Rate: 63 - - Item: HighpriestStone_Middle2 - Rate: 63 - - Item: HighpriestStone_Bottom2 - Rate: 63 - - Item: ArchbishopStone_Robe2 - Rate: 30 - - Item: WarlockStone_Robe2 - Rate: 30 - - Item: WarlockStone_Top2 - Rate: 63 - - Item: WarlockStone_Middle2 - Rate: 63 - - Item: WarlockStone_Bottom2 - Rate: 63 - - Item: RoyalguardStone_Robe2 - Rate: 30 - - Item: PaladinStone_Top2 - Rate: 63 - - Item: PaladinStone_Middle2 - Rate: 63 - - Item: PaladinStone_Bottom2 - Rate: 63 - - Item: GuillcrossStone_Robe2 - Rate: 30 - - Item: AssacrossStone_Top2 - Rate: 63 - - Item: AssacrossStone_Middle2 - Rate: 63 - - Item: AssacrossStone_Bottom2 - Rate: 63 - - Item: RuneknightStone_Robe2 - Rate: 30 - - Item: RuneknightStone_Top2 - Rate: 63 - - Item: RuneknightStone_Middle2 - Rate: 63 - - Item: RuneknightStone_Bottom2 - Rate: 63 - - Item: GeneticStone_Robe2 - Rate: 30 - - Item: GeneticStone_Top2 - Rate: 63 - - Item: GeneticStone_Middle2 - Rate: 63 - - Item: GeneticStone_Bottom2 - Rate: 63 - - Item: WanderMinsStone_Robe2 - Rate: 30 - - Item: WanderMinsStone_Top2 - Rate: 63 - - Item: WanderMinsStone_Middle2 - Rate: 63 - - Item: WanderMinsStone_Bottom2 - Rate: 63 - - Item: Range_Stone_Top - Rate: 100 - - Item: Range_Stone_Bottom - Rate: 100 - - Item: Melee_Stone_Top - Rate: 100 - - Item: Melee_Stone_Middle - Rate: 100 - - Item: Melee_Stone_Bottom - Rate: 100 - - Item: ASPDStone_Robe_D - Rate: 15 - - Item: CastStone_Robe_D + Announced: true + - Index: 5 + Item: CastStone_Robe_D Rate: 20 - - Item: Melee_Stone_Robe_D - Rate: 7 - - Item: HPdrainStone_Robe_D + Announced: true + - Index: 6 + Item: SPdrainStone_Robe + Rate: 40 + Announced: true + - Index: 7 + Item: SPdrainStone_Top + Rate: 40 + Announced: true + - Index: 8 + Item: CastStone_Robe + Rate: 40 + Announced: true + - Index: 9 + Item: ShrinkEffect_Bottom + Rate: 40 + Announced: true + - Index: 10 + Item: Greed_Stone + Rate: 40 + Announced: true + - Index: 11 + Item: ASPDStone_Robe_D Rate: 15 - - Item: Magic_Stone_Robe_D - Rate: 7 - - Item: Magic_Stone_Top + Announced: true + - Index: 12 + Item: HPdrainStone_Robe_D + Rate: 15 + Announced: true + - Index: 13 + Item: HPdrainStone_Robe + Rate: 30 + - Index: 14 + Item: HPdrainStone_Top + Rate: 30 + - Index: 15 + Item: ASPDStone_Top + Rate: 30 + - Index: 16 + Item: ASPDStone_Robe + Rate: 30 + - Index: 17 + Item: MinorCastingStone_Robe + Rate: 30 + - Index: 18 + Item: SuraStone_Robe + Rate: 30 + - Index: 19 + Item: RangerStone_Robe + Rate: 30 + - Index: 20 + Item: SorcererStone_Robe + Rate: 30 + - Index: 21 + Item: RuneknightStone_Robe + Rate: 30 + - Index: 22 + Item: GeneticStone_Robe + Rate: 30 + - Index: 23 + Item: WarlockStone_Robe + Rate: 30 + - Index: 24 + Item: ShadowchaserStone_Robe + Rate: 30 + - Index: 25 + Item: MechanicStone_Robe + Rate: 30 + - Index: 26 + Item: WanderMinstreStone_Robe + Rate: 30 + - Index: 27 + Item: ArchbishopStone_Robe + Rate: 30 + - Index: 28 + Item: RoyalguardStone_Robe + Rate: 30 + - Index: 29 + Item: GuillcrossStone_Robe + Rate: 30 + - Index: 30 + Item: SuraStone_Robe2 + Rate: 30 + - Index: 31 + Item: SorcererStone_Robe2 + Rate: 30 + - Index: 32 + Item: ShadowchaserStone_Robe2 + Rate: 30 + - Index: 33 + Item: WaterFieldEffect_Bottom + Rate: 30 + - Index: 34 + Item: ElectricEffect_Middle + Rate: 30 + - Index: 35 + Item: SoulreaperStone_Robe + Rate: 30 + - Index: 36 + Item: StaremperorStone_Robe + Rate: 30 + - Index: 37 + Item: KagerouStone_Robe + Rate: 30 + - Index: 38 + Item: OboroStone_Robe + Rate: 30 + - Index: 39 + Item: RebellionStone_Robe + Rate: 30 + - Index: 40 + Item: DoramStone_Robe + Rate: 30 + - Index: 41 + Item: RangerStone_Robe2 + Rate: 30 + - Index: 42 + Item: MechanicStone_Robe2 + Rate: 30 + - Index: 43 + Item: ArchbishopStone_Robe2 + Rate: 30 + - Index: 44 + Item: WarlockStone_Robe2 + Rate: 30 + - Index: 45 + Item: RoyalguardStone_Robe2 + Rate: 30 + - Index: 46 + Item: GuillcrossStone_Robe2 + Rate: 30 + - Index: 47 + Item: RuneknightStone_Robe2 + Rate: 30 + - Index: 48 + Item: GeneticStone_Robe2 + Rate: 30 + - Index: 49 + Item: WanderMinsStone_Robe2 + Rate: 30 + - Index: 50 + Item: Range_Stone Rate: 100 - - Item: Magic_Stone_Middle + - Index: 51 + Item: EXPStone_Middle Rate: 100 - - Item: Magic_Stone_Bottom + - Index: 52 + Item: EXPStone_Bottom Rate: 100 + - Index: 53 + Item: EXPStone_Top + Rate: 100 + - Index: 54 + Item: CastingStone_Bottom + Rate: 100 + - Index: 55 + Item: CastingStone_Middle + Rate: 100 + - Index: 56 + Item: CastingStone_Top + Rate: 100 + - Index: 57 + Item: ATKStone_Top + Rate: 100 + - Index: 58 + Item: ATKStone_Middle + Rate: 100 + - Index: 59 + Item: ATKStone_Bottom + Rate: 100 + - Index: 60 + Item: MATKStone_Top + Rate: 100 + - Index: 61 + Item: MATKStone_Middle + Rate: 100 + - Index: 62 + Item: MATKStone_Bottom + Rate: 100 + - Index: 63 + Item: Critical_Stone + Rate: 100 + - Index: 64 + Item: Critical_Stone_Top + Rate: 100 + - Index: 65 + Item: Critical_Stone_Bottom + Rate: 100 + - Index: 66 + Item: PinkGlowEffect_Middle + Rate: 100 + - Index: 67 + Item: BlueAuraEffect_Middle + Rate: 100 + - Index: 68 + Item: GreenFloor_Bottom + Rate: 100 + - Index: 69 + Item: ExplodingEffect_Middle + Rate: 100 + - Index: 70 + Item: ReloadStone_Top + Rate: 100 + - Index: 71 + Item: ReloadStone_Middle + Rate: 100 + - Index: 72 + Item: ReloadStone_Bottom + Rate: 100 + - Index: 73 + Item: Range_Stone_Top + Rate: 100 + - Index: 74 + Item: Range_Stone_Bottom + Rate: 100 + - Index: 75 + Item: Melee_Stone_Top + Rate: 100 + - Index: 76 + Item: Melee_Stone_Middle + Rate: 100 + - Index: 77 + Item: Melee_Stone_Bottom + Rate: 100 + - Index: 78 + Item: Magic_Stone_Top + Rate: 100 + - Index: 79 + Item: Magic_Stone_Middle + Rate: 100 + - Index: 80 + Item: Magic_Stone_Bottom + Rate: 100 + - Index: 81 + Item: SuraStone_Top + Rate: 63 + - Index: 82 + Item: SuraStone_Middle + Rate: 63 + - Index: 83 + Item: SuraStone_Bottom + Rate: 63 + - Index: 84 + Item: RangerStone_Top + Rate: 63 + - Index: 85 + Item: RangerStone_Middle + Rate: 63 + - Index: 86 + Item: RangerStone_Bottom + Rate: 63 + - Index: 87 + Item: SorcererStone_Top + Rate: 63 + - Index: 88 + Item: SorcererStone_Middle + Rate: 63 + - Index: 89 + Item: SorcererStone_Bottom + Rate: 63 + - Index: 90 + Item: RuneknightStone_Top + Rate: 63 + - Index: 91 + Item: RuneknightStone_Middle + Rate: 63 + - Index: 92 + Item: RuneknightStone_Bottom + Rate: 63 + - Index: 93 + Item: GeneticStone_Top + Rate: 63 + - Index: 94 + Item: GeneticStone_Middle + Rate: 63 + - Index: 95 + Item: GeneticStone_Bottom + Rate: 63 + - Index: 96 + Item: WarlockStone_Top + Rate: 63 + - Index: 97 + Item: WarlockStone_Middle + Rate: 63 + - Index: 98 + Item: WarlockStone_Bottom + Rate: 63 + - Index: 99 + Item: ShadowchaserStone_Top + Rate: 63 + - Index: 100 + Item: ShadowchaseStone_Middle + Rate: 63 + - Index: 101 + Item: ShadowchaseStone_Bottom + Rate: 63 + - Index: 102 + Item: MechanicStone_Top + Rate: 63 + - Index: 103 + Item: MechanicStone_Middle + Rate: 63 + - Index: 104 + Item: MechanicStone_Bottom + Rate: 63 + - Index: 105 + Item: WanderMinstrelStone_Top + Rate: 63 + - Index: 106 + Item: WanderMinstStone_Middle + Rate: 63 + - Index: 107 + Item: WanderMinstStone_Bottom + Rate: 63 + - Index: 108 + Item: HighpriestStone_Top + Rate: 63 + - Index: 109 + Item: HighpriestStone_Middle + Rate: 63 + - Index: 110 + Item: HighpriestStone_Bottom + Rate: 63 + - Index: 111 + Item: PaladinStone_Top + Rate: 63 + - Index: 112 + Item: PaladinStone_Middle + Rate: 63 + - Index: 113 + Item: PaladinStone_Bottom + Rate: 63 + - Index: 114 + Item: AssacrossStone_Top + Rate: 63 + - Index: 115 + Item: AssacrossStone_Middle + Rate: 63 + - Index: 116 + Item: AssacrossStone_Bottom + Rate: 63 + - Index: 117 + Item: SuraStone_Top2 + Rate: 63 + - Index: 118 + Item: SuraStone_Middle2 + Rate: 63 + - Index: 119 + Item: SuraStone_Bottom2 + Rate: 63 + - Index: 120 + Item: SorcererStone_Top2 + Rate: 63 + - Index: 121 + Item: SorcererStone_Middle2 + Rate: 63 + - Index: 122 + Item: SorcererStone_Bottom2 + Rate: 63 + - Index: 123 + Item: ShadowchaserStone_Top2 + Rate: 63 + - Index: 124 + Item: ShadowchasStone_Middle2 + Rate: 63 + - Index: 125 + Item: ShadowchasStone_Bottom2 + Rate: 63 + - Index: 126 + Item: SoullinkerStone_Top + Rate: 63 + - Index: 127 + Item: SoullinkerStone_Middle + Rate: 63 + - Index: 128 + Item: SoullinkerStone_Bottom + Rate: 63 + - Index: 129 + Item: GladiatorStone_Top + Rate: 63 + - Index: 130 + Item: GladiatorStone_Middle + Rate: 63 + - Index: 131 + Item: GladiatorStone_Bottom + Rate: 63 + - Index: 132 + Item: NinjaStone_Top + Rate: 63 + - Index: 133 + Item: NinjaStone_Middle + Rate: 63 + - Index: 134 + Item: NinjaStone_Bottom + Rate: 63 + - Index: 135 + Item: GunslingerStone_Top + Rate: 63 + - Index: 136 + Item: GunslingerStone_Middle + Rate: 63 + - Index: 137 + Item: GunslingerStone_Bottom + Rate: 63 + - Index: 138 + Item: DoramStone_Top + Rate: 63 + - Index: 139 + Item: DoramStone_Middle + Rate: 63 + - Index: 140 + Item: DoramStone_Bottom + Rate: 63 + - Index: 141 + Item: RangerStone_Top2 + Rate: 63 + - Index: 142 + Item: RangerStone_Middle2 + Rate: 63 + - Index: 143 + Item: RangerStone_Bottom2 + Rate: 63 + - Index: 144 + Item: MechanicStone_Top2 + Rate: 63 + - Index: 145 + Item: MechanicStone_Middle2 + Rate: 63 + - Index: 146 + Item: MechanicStone_Bottom2 + Rate: 63 + - Index: 147 + Item: HighpriestStone_Top2 + Rate: 63 + - Index: 148 + Item: HighpriestStone_Middle2 + Rate: 63 + - Index: 149 + Item: HighpriestStone_Bottom2 + Rate: 63 + - Index: 150 + Item: WarlockStone_Top2 + Rate: 63 + - Index: 151 + Item: WarlockStone_Middle2 + Rate: 63 + - Index: 152 + Item: WarlockStone_Bottom2 + Rate: 63 + - Index: 153 + Item: PaladinStone_Top2 + Rate: 63 + - Index: 154 + Item: PaladinStone_Middle2 + Rate: 63 + - Index: 155 + Item: PaladinStone_Bottom2 + Rate: 63 + - Index: 156 + Item: AssacrossStone_Top2 + Rate: 63 + - Index: 157 + Item: AssacrossStone_Middle2 + Rate: 63 + - Index: 158 + Item: AssacrossStone_Bottom2 + Rate: 63 + - Index: 159 + Item: RuneknightStone_Top2 + Rate: 63 + - Index: 160 + Item: RuneknightStone_Middle2 + Rate: 63 + - Index: 161 + Item: RuneknightStone_Bottom2 + Rate: 63 + - Index: 162 + Item: GeneticStone_Top2 + Rate: 63 + - Index: 163 + Item: GeneticStone_Middle2 + Rate: 63 + - Index: 164 + Item: GeneticStone_Bottom2 + Rate: 63 + - Index: 165 + Item: WanderMinsStone_Top2 + Rate: 63 + - Index: 166 + Item: WanderMinsStone_Middle2 + Rate: 63 + - Index: 167 + Item: WanderMinsStone_Bottom2 + Rate: 63 - Group: C_GIANT_FLY_1DAY_BOX__ SubGroups: - SubGroup: 0 List: - - Item: C_Giant_Fly_Wing + - Index: 0 + Item: C_Giant_Fly_Wing Duration: 1440 - Group: C_WING_OF_FLY_3DAY_B__ SubGroups: - SubGroup: 0 List: - - Item: C_Wing_Of_Fly + - Index: 0 + Item: C_Wing_Of_Fly Duration: 4320 + UniqueId: true - Group: PHYMAG_SHADOW_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: S_Physical_Earring - Rate: 1667 - - Item: S_Physical_Weapon - Rate: 1667 - - Item: S_Physical_Pendant - Rate: 1667 - - Item: S_Magical_Earring - Rate: 1667 - - Item: S_Magical_Weapon - Rate: 1667 - - Item: S_Magical_Pendant - Rate: 1667 + - Index: 0 + Item: S_Physical_Earring + Rate: 1 + - Index: 1 + Item: S_Physical_Weapon + Rate: 1 + - Index: 2 + Item: S_Physical_Pendant + Rate: 1 + - Index: 3 + Item: S_Magical_Earring + Rate: 1 + - Index: 4 + Item: S_Magical_Weapon + Rate: 1 + - Index: 5 + Item: S_Magical_Pendant + Rate: 1 - Group: S_DUAL_STONE_BOX SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: ASPDStone_Robe_D - Rate: 3600 - - Item: CastStone_Robe_D - Rate: 1800 - - Item: Melee_Stone_Robe_D - Rate: 500 - - Item: HPdrainStone_Robe_D - Rate: 3600 - - Item: Magic_Stone_Robe_D - Rate: 500 + - Index: 0 + Item: Melee_Stone_Robe_D + Rate: 5 + - Index: 1 + Item: Magic_Stone_Robe_D + Rate: 5 + - Index: 2 + Item: CastStone_Robe_D + Rate: 18 + - Index: 3 + Item: ASPDStone_Robe_D + Rate: 36 + - Index: 4 + Item: HPdrainStone_Robe_D + Rate: 36 - Group: S_COSTUME_BOX SubGroups: - SubGroup: 0 List: - - Item: C_Forest_Guide - - Item: C_Demons_Familiar_K - - Item: C_L_Knitting_Low_Twin_W - - Item: C_Scepter + - Index: 0 + Item: C_Forest_Guide + - Index: 1 + Item: C_L_Knitting_Low_Twin_W + - Index: 2 + Item: C_Scepter + - Index: 3 + Item: C_Demons_Familiar_K - Group: GM_LOST_BAGPACK SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Blacksmith_Blessing - Rate: 120 - - Item: Yggdrasil_Seed_Box_ - Rate: 1700 - - Item: Shadow_Refine_Hammer - Rate: 120 - - Item: E_Wing_Of_Fly_3Day_Box - Rate: 1700 - - Item: World_Tour_Ticket - Rate: 1700 + - Index: 0 + Item: Exotic_Bob_Box + Rate: 1 + - Index: 1 + Item: Blacksmith_Blessing + Rate: 12 + - Index: 2 + Item: Shadow_Refine_Hammer + Rate: 12 + - Index: 3 + Item: Lapine_DdukddakBox3 + Rate: 25 + - Index: 4 + Item: Zelunium + Rate: 50 + Amount: 3 + - Index: 5 + Item: Shadowdecon + Rate: 50 + Amount: 3 + - Index: 6 + Item: Zelunium_Ore + Rate: 170 + Amount: 20 + - Index: 7 + Item: Shadowdecon_Ore + Rate: 170 + Amount: 20 + - Index: 8 + Item: E_Wing_Of_Fly_3Day_Box + Rate: 170 + - Index: 9 + Item: Yggdrasil_Seed_Box_ + Rate: 170 + - Index: 10 + Item: World_Tour_Ticket + Rate: 170 Amount: 10 - - Item: Shadowdecon_Ore - Rate: 1700 - Amount: 20 - - Item: Shadowdecon - Rate: 500 - Amount: 3 - - Item: Zelunium_Ore - Rate: 1700 - Amount: 20 - - Item: Zelunium - Rate: 500 - Amount: 3 - - Item: GM_Lost_Bagpack - Rate: 10 - - Item: GM_Lost_Bagpack - Rate: 250 - Group: E_POTION_BOX SubGroups: - SubGroup: 0 List: - - Item: Blue_Potion_B + - Index: 0 + Item: Blue_Potion_B Amount: 100 - - Item: White_Slim_Potion_B + - Index: 1 + Item: White_Slim_Potion_B Amount: 100 - Group: BUFF_SCROLL_BOX SubGroups: - SubGroup: 0 List: - - Item: E_Blessing_10_Scroll + - Index: 0 + Item: E_Blessing_10_Scroll Amount: 10 - - Item: E_Inc_Agi_10_Scroll + - Index: 1 + Item: E_Inc_Agi_10_Scroll Amount: 10 - Group: SEASON_EVT_REWARD_9 SubGroups: - - SubGroup: 1 + - SubGroup: 6 List: - - Item: Blacksmith_Blessing - Rate: 15 - - Item: Harvest_Cookie - Rate: 2670 - Amount: 10 - - Item: E_Med_Life_Potion + - Index: 0 + Item: Comp_Small_Mana_Potion + Rate: 250 + - Index: 1 + Item: C_Autumnal_Flavor + Rate: 100 + - Index: 2 + Item: C_Harvest_Festa_Hat + Rate: 100 + - Index: 3 + Item: C_Turkey_Hat + Rate: 100 + - Index: 4 + Item: C_Sweet_Potato_In_Mouth + Rate: 100 + - Index: 5 + Item: Comp_Almighty Rate: 250 Amount: 2 - - Item: E_Small_Life_Potion + - Index: 6 + Item: Comp_Power_Booster + Rate: 250 + Amount: 2 + - Index: 7 + Item: Shadowdecon + Rate: 150 + - Index: 8 + Item: Zelunium + Rate: 150 + - Index: 9 + Item: E_Med_Life_Potion + Rate: 250 + Amount: 2 + - Index: 10 + Item: E_Small_Life_Potion Rate: 300 Amount: 2 - - Item: Korea_Rice_Cake_B - Rate: 1100 - Amount: 5 - - Item: Sesame_Pastry_B - Rate: 1100 - Amount: 2 - - Item: Honey_Pastry_B - Rate: 1100 - Amount: 2 - - Item: BraisedShortRibs - Rate: 200 - - Item: BraisedSpareribs - Rate: 200 - - Item: Grilled_Turkey + - Index: 11 + Item: Grilled_Turkey Rate: 950 Amount: 3 - - Item: Comp_Power_Booster - Rate: 250 + - Index: 12 + Item: BraisedSpareribs + Rate: 200 + - Index: 13 + Item: BraisedShortRibs + Rate: 200 + - Index: 14 + Item: Korea_Rice_Cake_B + Rate: 1100 + Amount: 5 + - Index: 15 + Item: Sesame_Pastry_B + Rate: 1100 Amount: 2 - - Item: Comp_Almighty - Rate: 250 + - Index: 16 + Item: Honey_Pastry_B + Rate: 1100 Amount: 2 - - Item: K_Secret_Key - Rate: 15 - - Item: Shadowdecon_Ore + - Index: 17 + Item: Shadowdecon_Ore Rate: 500 - - Item: Shadowdecon - Rate: 150 - - Item: Zelunium_Ore + - Index: 18 + Item: Zelunium_Ore Rate: 500 - - Item: Zelunium - Rate: 150 - - Item: C_Harvest_Festa_Hat - Rate: 100 - - Item: C_Autumnal_Flavor - Rate: 100 - - Item: C_Turkey_Hat + - Index: 19 + Item: Harvest_Cookie + Rate: 2249 + Amount: 10 + - Index: 20 + Item: Lobster_Hat Rate: 100 + - Index: 21 + Item: Refine_Guarantee + Rate: 1 - Group: S_IGNITION_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Ignition_Weapon - - Item: S_Ignition_Pendant - - Item: S_Ignition_Earing + - Index: 0 + Item: S_Ignition_Weapon + - Index: 1 + Item: S_Ignition_Earing + - Index: 2 + Item: S_Ignition_Pendant - Group: LI_HD_ORIDECON_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Blacksmith_Blessing - Amount: 3 - - Item: LI_HD_Oridecon + - Index: 0 + Item: LI_HD_Oridecon Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + Amount: 3 - Group: LI_HD_ELUNIUM_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Blacksmith_Blessing - Amount: 3 - - Item: LI_HD_Elunium + - Index: 0 + Item: LI_HD_Elunium Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + Amount: 3 - Group: LI_HD_BRADIUMBOX2 SubGroups: - SubGroup: 0 List: - - Item: LI_HD_Bradium + - Index: 0 + Item: LI_HD_Bradium Amount: 30 - - Item: Blacksmith_Blessing + - Index: 1 + Item: Blacksmith_Blessing Amount: 3 - Group: LI_HD_CARNIUMBOX2 SubGroups: - SubGroup: 0 List: - - Item: Blacksmith_Blessing - Amount: 3 - - Item: LI_HD_Carnium + - Index: 0 + Item: LI_HD_Carnium Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + Amount: 3 - Group: LI_NYANGVINE_BOX100 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: K_Secret_Key + - Index: 1 + Item: K_Secret_Key Amount: 11 - Group: LI_A_3_POTION_PACK SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water - Amount: 100 - - Item: Small_Life_Potion - Amount: 100 - - Item: Med_Life_Potion - Amount: 100 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: K_Secret_Key + - Index: 1 + Item: Small_Life_Potion + Amount: 100 + - Index: 2 + Item: Med_Life_Potion + Amount: 100 + - Index: 3 + Item: Mysterious_Water + Amount: 100 + - Index: 4 + Item: K_Secret_Key Amount: 13 - Group: STONE_COIN_PACKAGEI SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - Group: STONE_COIN_PACKAGEII SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Mysterious_Water + - Index: 1 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + - Index: 2 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + - Index: 3 + Item: Mysterious_Water Amount: 200 - Group: STONE_COIN_PACKAGEIII SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Small_Mana_Potion - Amount: 50 - - Item: M_DEFScroll - Amount: 300 - - Item: Infinity_Drink + - Index: 1 + Item: Infinity_Drink Amount: 100 + - Index: 2 + Item: M_DEFScroll + Amount: 300 + - Index: 3 + Item: Small_Mana_Potion + Amount: 50 - Group: A_HD_ELUNIUM_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Elunium + - Index: 0 + Item: HD_Elunium Amount: 26 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 6 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 11 - Group: A_HD_ORIDECON_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 26 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 6 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 11 - Group: A_HD_CARNIUM_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Carnium Amount: 26 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 6 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 11 - Group: A_HD_BRADIUM_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Bradium + - Index: 0 + Item: HD_Bradium Amount: 26 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 6 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 11 - Group: L_BATTLE_MANUAL_PACK SubGroups: - SubGroup: 0 List: - - Item: Battle_Manual + - Index: 0 + Item: Battle_Manual Amount: 40 - - Item: Battle_Manual100 + UniqueId: true + - Index: 1 + Item: Battle_Manual100 Amount: 5 - - Item: K_Secret_Key + - Index: 2 + Item: K_Secret_Key Amount: 15 - Group: LI_MANA_POTION_BOX SubGroups: - SubGroup: 0 List: - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 125 - - Item: K_Secret_Key + - Index: 1 + Item: K_Secret_Key Amount: 11 - Group: LI_NYANGVINE_BOX_II SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Mysterious_Water + - Index: 1 + Item: Small_Life_Potion Amount: 200 - - Item: Small_Life_Potion + - Index: 2 + Item: Med_Life_Potion Amount: 200 - - Item: Med_Life_Potion + - Index: 3 + Item: Mysterious_Water Amount: 200 - - Item: K_Secret_Key + - Index: 4 + Item: K_Secret_Key Amount: 22 - Group: LI_NYANGVINE_BOX_III SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Small_Mana_Potion - Amount: 50 - - Item: M_DEFScroll - Amount: 300 - - Item: Infinity_Drink + - Index: 1 + Item: Infinity_Drink Amount: 100 - - Item: K_Secret_Key + - Index: 2 + Item: M_DEFScroll + Amount: 300 + - Index: 3 + Item: Small_Mana_Potion + Amount: 50 + - Index: 4 + Item: K_Secret_Key Amount: 44 - Group: LI_HD_ORIDECON_BOX3 SubGroups: - SubGroup: 0 List: - - Item: LI_HD_Oridecon + - Index: 0 + Item: LI_HD_Oridecon Amount: 30 - - Item: Shadow_Refine_Hammer + UniqueId: true + - Index: 1 + Item: Shadow_Refine_Hammer Amount: 3 - Group: LI_HD_ELUNIUM_BOX3 SubGroups: - SubGroup: 0 List: - - Item: LI_HD_Elunium + - Index: 0 + Item: LI_HD_Elunium Amount: 30 - - Item: Shadow_Refine_Hammer + UniqueId: true + - Index: 1 + Item: Shadow_Refine_Hammer Amount: 3 - Group: LI_NYANGVINE_STONE_BOX SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Enchant_Stone_Box23 + - Index: 1 + Item: Enchant_Stone_Box23 Amount: 5 - Group: LI_A_REFINE_ORE_BOX SubGroups: - SubGroup: 0 List: - - Item: Blacksmith_Blessing - Amount: 10 - - Item: Enriched_Elunium + - Index: 0 + Item: Enriched_Oridecon Amount: 100 - - Item: Enriched_Oridecon + UniqueId: true + - Index: 1 + Item: Enriched_Elunium Amount: 100 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 20 + - Index: 3 + Item: Blacksmith_Blessing + Amount: 10 - Group: LI_A_HD_ELUNIUM_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Elunium + - Index: 0 + Item: HD_Elunium Amount: 52 - - Item: Blacksmith_Blessing - Amount: 10 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 12 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 20 + - Index: 3 + Item: Blacksmith_Blessing + Amount: 10 - Group: LI_A_HD_ORIDECON_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Oridecon + - Index: 0 + Item: HD_Oridecon Amount: 52 - - Item: Blacksmith_Blessing - Amount: 10 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 12 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 20 + - Index: 3 + Item: Blacksmith_Blessing + Amount: 10 - Group: LI_A_HD_CARNIUM_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Carnium + - Index: 0 + Item: HD_Carnium Amount: 52 - - Item: Blacksmith_Blessing - Amount: 10 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 12 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 20 + - Index: 3 + Item: Blacksmith_Blessing + Amount: 10 - Group: LI_A_HD_BRADIUM_BOX SubGroups: - SubGroup: 0 List: - - Item: HD_Bradium + - Index: 0 + Item: HD_Bradium Amount: 52 - - Item: Blacksmith_Blessing - Amount: 10 - - Item: Mental_Potion + UniqueId: true + - Index: 1 + Item: Mental_Potion Amount: 12 - - Item: K_Secret_Key + UniqueId: true + - Index: 2 + Item: K_Secret_Key Amount: 20 + - Index: 3 + Item: Blacksmith_Blessing + Amount: 10 - Group: THANOS_UPGRADE_PACKAGE SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water + - Index: 0 + Item: Mysterious_Water Amount: 200 - - Item: Small_Life_Potion + - Index: 1 + Item: Small_Life_Potion Amount: 200 - - Item: Med_Life_Potion + - Index: 2 + Item: Med_Life_Potion Amount: 200 - - Item: Thanos_Upgrade_Box + - Index: 3 + Item: Thanos_Upgrade_Box - Group: HERO_UP_PACKAGE_1 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit - Amount: 100 - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 175 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Up_Box_1 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 6 + Item: Hero_Weapon_Up_Box_1 - Group: HERO_UP_PACKAGE_2 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit - Amount: 100 - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 175 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Up_Box_2 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 6 + Item: Hero_Weapon_Up_Box_2 - Group: HERO_HAMMER_PACKAGE_1 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Hammer_1 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Hero_Weapon_Hammer_1 - Group: HERO_HAMMER_PACKAGE_2 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Hammer_2 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Hero_Weapon_Hammer_2 - Group: HERO_UP_PACKAGE_3 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit - Amount: 100 - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 175 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Up_Box_3 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 6 + Item: Hero_Weapon_Up_Box_3 - Group: HERO_HAMMER_PACKAGE_3 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Hammer_3 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Hero_Weapon_Hammer_3 - Group: EXP_DROP_UP_BOX SubGroups: - SubGroup: 0 List: - - Item: EXP_Drop_Up_7days + - Index: 0 + Item: EXP_Drop_Up_7days - Group: HERO_HAMMER_PACKAGE_4 SubGroups: - SubGroup: 0 List: - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 50 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Hammer_4 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Hero_Weapon_Hammer_4 - Group: HERO_UP_PACKAGE_4 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit - Amount: 100 - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 175 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Up_Box_4 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 6 + Item: Hero_Weapon_Up_Box_4 - Group: LI_NYANGVINE_STONE_BOX2 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Enchant_Stone_Box24 + - Index: 1 + Item: Enchant_Stone_Box24 Amount: 5 - Group: HERO_UP_PACKAGE_5 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit - Amount: 100 - - Item: Mysterious_Water - Amount: 200 - - Item: Small_Life_Potion - Amount: 200 - - Item: Med_Life_Potion - Amount: 200 - - Item: Small_Mana_Potion + - Index: 0 + Item: Small_Mana_Potion Amount: 175 - - Item: M_DEFScroll + - Index: 1 + Item: M_DEFScroll Amount: 300 - - Item: Hero_Weapon_Up_Box_5 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 6 + Item: Hero_Weapon_Up_Box_5 - Group: COSTUMEMILEAGE_PACKAGE1 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 100 - - Item: Evt_Cos_Coin + - Index: 1 + Item: Evt_Cos_Coin Amount: 12 - - Item: Enchant_Stone_Box24 + - Index: 2 + Item: Enchant_Stone_Box24 Amount: 5 - Group: COSTUMEMILEAGE_PACKAGE2 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 200 - - Item: Evt_Cos_Coin + - Index: 1 + Item: Evt_Cos_Coin Amount: 25 - - Item: Enchant_Stone_Box24 + - Index: 2 + Item: Enchant_Stone_Box24 Amount: 10 - Group: COSTUMEMILEAGE_PACKAGE3 SubGroups: - SubGroup: 0 List: - - Item: Nyangvine_Fruit + - Index: 0 + Item: Nyangvine_Fruit Amount: 400 - - Item: Evt_Cos_Coin + - Index: 1 + Item: Evt_Cos_Coin Amount: 50 - - Item: Enchant_Stone_Box23 + - Index: 2 + Item: Enchant_Stone_Box24 Amount: 10 - - Item: Enchant_Stone_Box24 + - Index: 3 + Item: Enchant_Stone_Box23 Amount: 10 - Group: MINUS_STATUS_BOX SubGroups: - SubGroup: 0 List: - - Item: Minus_Str - - Item: Minus_Agi - - Item: Minus_Vit - - Item: Minus_Int - - Item: Minus_Dex - - Item: Minus_Luk + - Index: 0 + Item: Minus_Str + - Index: 1 + Item: Minus_Agi + - Index: 2 + Item: Minus_Vit + - Index: 3 + Item: Minus_Int + - Index: 4 + Item: Minus_Dex + - Index: 5 + Item: Minus_Luk - Group: COMP_TRANS_SCROLL SubGroups: - SubGroup: 0 List: - - Item: Trans_Scroll_Wghost - - Item: Trans_Scroll_Sca - - Item: Trans_Scroll_Wander - - Item: Trans_Scroll_Gazeti - - Item: Trans_Scroll_Karcher - - Item: Trans_Scroll_Necro + - Index: 0 + Item: Trans_Scroll_Wghost + - Index: 1 + Item: Trans_Scroll_Sca + - Index: 2 + Item: Trans_Scroll_Wander + - Index: 3 + Item: Trans_Scroll_Gazeti + - Index: 4 + Item: Trans_Scroll_Karcher + - Index: 5 + Item: Trans_Scroll_Necro - Group: S_W_BREATH_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_W_Breath_Armor - - Item: S_W_Breath_Shield - - Item: S_W_Breath_Shoes + - Index: 0 + Item: S_W_Breath_Shield + - Index: 1 + Item: S_W_Breath_Shoes + - Index: 2 + Item: S_W_Breath_Armor - Group: S_F_BREATH_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_F_Breath_Weapon - - Item: S_F_Breath_Pendant - - Item: S_F_Breath_Earing + - Index: 0 + Item: S_F_Breath_Weapon + - Index: 1 + Item: S_F_Breath_Earing + - Index: 2 + Item: S_F_Breath_Pendant - Group: S_SONIC_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Sonic_Armor - - Item: S_Sonic_Shield - - Item: S_Sonic_Shoes + - Index: 0 + Item: S_Sonic_Shield + - Index: 1 + Item: S_Sonic_Shoes + - Index: 2 + Item: S_Sonic_Armor - Group: S_STRAIN_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Strain_Weapon - - Item: S_Strain_Pendant - - Item: S_Strain_Earing + - Index: 0 + Item: S_Strain_Weapon + - Index: 1 + Item: S_Strain_Earing + - Index: 2 + Item: S_Strain_Pendant - Group: S_JACK_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Jack_Armor - - Item: S_Jack_Shield - - Item: S_Jack_Shoes + - Index: 0 + Item: S_Jack_Shield + - Index: 1 + Item: S_Jack_Shoes + - Index: 2 + Item: S_Jack_Armor - Group: S_CHAIN_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Chain_Weapon - - Item: S_Chain_Pendant - - Item: S_Chain_Earing + - Index: 0 + Item: S_Chain_Weapon + - Index: 1 + Item: S_Chain_Earing + - Index: 2 + Item: S_Chain_Pendant - Group: S_CRIMSON_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Crimson_Armor - - Item: S_Crimson_Shield - - Item: S_Crimson_Shoes + - Index: 0 + Item: S_Crimson_Shoes + - Index: 1 + Item: S_Crimson_Shield + - Index: 2 + Item: S_Crimson_Armor - Group: S_VULCAN_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Vulcan_Armor - - Item: S_Vulcan_Shield - - Item: S_Vulcan_Shoes + - Index: 0 + Item: S_Vulcan_Shield + - Index: 1 + Item: S_Vulcan_Shoes + - Index: 2 + Item: S_Vulcan_Armor - Group: S_BOOMERANG_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Boomerang_Weapon - - Item: S_Boomerang_Pendant - - Item: S_Boomerang_Earing + - Index: 0 + Item: S_Boomerang_Weapon + - Index: 1 + Item: S_Boomerang_Earing + - Index: 2 + Item: S_Boomerang_Pendant - Group: S_ARMS_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Arms_Weapon - - Item: S_Arms_Pendant - - Item: S_Arms_Earing + - Index: 0 + Item: S_Arms_Weapon + - Index: 1 + Item: S_Arms_Earing + - Index: 2 + Item: S_Arms_Pendant - Group: S_TORNADO_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Tornado_Armor - - Item: S_Tornado_Shield - - Item: S_Tornado_Shoes + - Index: 0 + Item: S_Tornado_Shield + - Index: 1 + Item: S_Tornado_Shoes + - Index: 2 + Item: S_Tornado_Armor - Group: S_DUPLELIGHT_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Duplelight_Armor - - Item: S_Duplelight_Shield - - Item: S_Duplelight_Shoes + - Index: 0 + Item: S_Duplelight_Shield + - Index: 1 + Item: S_Duplelight_Shoes + - Index: 2 + Item: S_Duplelight_Armor - Group: S_MAGNUS_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Magnus_Weapon - - Item: S_Magnus_Pendant - - Item: S_Magnus_Earing + - Index: 0 + Item: S_Magnus_Weapon + - Index: 1 + Item: S_Magnus_Earing + - Index: 2 + Item: S_Magnus_Pendant - Group: S_ADORAMUS_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Adoramus_Weapon - - Item: S_Adoramus_Pendant - - Item: S_Adoramus_Earing + - Index: 0 + Item: S_Adoramus_Weapon + - Index: 1 + Item: S_Adoramus_Earing + - Index: 2 + Item: S_Adoramus_Pendant - Group: S_JUDEX_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Judex_Armor - - Item: S_Judex_Shield - - Item: S_Judex_Shoes + - Index: 0 + Item: S_Judex_Shield + - Index: 1 + Item: S_Judex_Shoes + - Index: 2 + Item: S_Judex_Armor - Group: S_ROLLING_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Rolling_Armor - - Item: S_Rolling_Shield - - Item: S_Rolling_Shoes + - Index: 0 + Item: S_Rolling_Shield + - Index: 1 + Item: S_Rolling_Shoes + - Index: 2 + Item: S_Rolling_Armor - Group: S_RIPPER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Ripper_Weapon - - Item: S_Ripper_Pendant - - Item: S_Ripper_Earing + - Index: 0 + Item: S_Ripper_Weapon + - Index: 1 + Item: S_Ripper_Earing + - Index: 2 + Item: S_Ripper_Pendant - Group: S_SLASH_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Slash_Armor - - Item: S_Slash_Shield - - Item: S_Slash_Shoes + - Index: 0 + Item: S_Slash_Shield + - Index: 1 + Item: S_Slash_Shoes + - Index: 2 + Item: S_Slash_Armor - Group: S_KATAR_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Slash_Armor - - Item: S_Slash_Shield - - Item: S_Slash_Shoes + - Index: 0 + Item: S_Katar_Weapon + - Index: 1 + Item: S_Katar_Earing + - Index: 2 + Item: S_Katar_Pendant - Group: S_SHOOTING_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Shooting_Weapon - - Item: S_Shooting_Pendant - - Item: S_Shooting_Earing + - Index: 0 + Item: S_Shooting_Weapon + - Index: 1 + Item: S_Shooting_Earing + - Index: 2 + Item: S_Shooting_Pendant - Group: S_ARROW_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Arrow_Armor - - Item: S_Arrow_Shield - - Item: S_Arrow_Shoes + - Index: 0 + Item: S_Arrow_Shield + - Index: 1 + Item: S_Arrow_Shoes + - Index: 2 + Item: S_Arrow_Armor - Group: S_AIMED_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Aimed_Weapon - - Item: S_Aimed_Pendant - - Item: S_Aimed_Earing + - Index: 0 + Item: S_Aimed_Weapon + - Index: 1 + Item: S_Aimed_Earing + - Index: 2 + Item: S_Aimed_Pendant - Group: S_CLUSTER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Aimed_Weapon - - Item: S_Aimed_Pendant - - Item: S_Aimed_Earing + - Index: 0 + Item: S_Cluster_Shield + - Index: 1 + Item: S_Cluster_Shoes + - Index: 2 + Item: S_Cluster_Armor - Group: S_BANISH_CANNON_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Banish_Cannon_Armor - - Item: S_Banish_Cannon_Shield - - Item: S_Banish_Cannon_Shoes + - Index: 0 + Item: S_Banish_Cannon_Shield + - Index: 1 + Item: S_Banish_Cannon_Shoes + - Index: 2 + Item: S_Banish_Cannon_Armor - Group: S_BRAND_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Brand_Armor - - Item: S_Brand_Shield - - Item: S_Brand_Shoes + - Index: 0 + Item: S_Brand_Shield + - Index: 1 + Item: S_Brand_Shoes + - Index: 2 + Item: S_Brand_Armor - Group: S_GENESIS_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Genesis_Weapon - - Item: S_Genesis_Pendant - - Item: S_Genesis_Earing + - Index: 0 + Item: S_Genesis_Weapon + - Index: 1 + Item: S_Genesis_Earing + - Index: 2 + Item: S_Genesis_Pendant - Group: S_CHAIN_PRESS_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Chain_Press_Weapon - - Item: S_Chain_Press_Pendant - - Item: S_Chain_Press_Earing + - Index: 0 + Item: S_Chain_Press_Weapon + - Index: 1 + Item: S_Chain_Press_Earing + - Index: 2 + Item: S_Chain_Press_Pendant - Group: S_GRAVE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Grave_Weapon - - Item: S_Grave_Pendant - - Item: S_Grave_Earing + - Index: 0 + Item: S_Grave_Weapon + - Index: 1 + Item: S_Grave_Earing + - Index: 2 + Item: S_Grave_Pendant - Group: S_DUST_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Dust_Armor - - Item: S_Dust_Shield - - Item: S_Dust_Shoes + - Index: 0 + Item: S_Dust_Shield + - Index: 1 + Item: S_Dust_Shoes + - Index: 2 + Item: S_Dust_Armor - Group: S_VARETYR_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Varetyr_Weapon - - Item: S_Varetyr_Pendant - - Item: S_Varetyr_Earing + - Index: 0 + Item: S_Varetyr_Weapon + - Index: 1 + Item: S_Varetyr_Earing + - Index: 2 + Item: S_Varetyr_Pendant - Group: S_PSYCHIC_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Psychic_Armor - - Item: S_Psychic_Shield - - Item: S_Psychic_Shoes + - Index: 0 + Item: S_Psychic_Shield + - Index: 1 + Item: S_Psychic_Shoes + - Index: 2 + Item: S_Psychic_Armor - Group: S_SPORE_BOMB_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Spore_Bomb_Armor - - Item: S_Spore_Bomb_Shield - - Item: S_Spore_Bomb_Shoes + - Index: 0 + Item: S_Spore_Bomb_Shield + - Index: 1 + Item: S_Spore_Bomb_Shoes + - Index: 2 + Item: S_Spore_Bomb_Armor - Group: S_CANNON_CART_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Cannon_Cart_Weapon - - Item: S_Cannon_Cart_Pendant - - Item: S_Cannon_Cart_Earing + - Index: 0 + Item: S_Cannon_Cart_Weapon + - Index: 1 + Item: S_Cannon_Cart_Earing + - Index: 2 + Item: S_Cannon_Cart_Pendant - Group: S_CRAZY_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Crazy_Weapon - - Item: S_Crazy_Pendant - - Item: S_Crazy_Earing + - Index: 0 + Item: S_Crazy_Weapon + - Index: 1 + Item: S_Crazy_Earing + - Index: 2 + Item: S_Crazy_Pendant - Group: S_CART_TORNADO_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Cart_Tornado_Armor - - Item: S_Cart_Tornado_Shield - - Item: S_Cart_Tornado_Shoes + - Index: 0 + Item: S_Cart_Tornado_Shield + - Index: 1 + Item: S_Cart_Tornado_Shoes + - Index: 2 + Item: S_Cart_Tornado_Armor - Group: S_KNUCKLEARROW_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Knucklearrow_Armor - - Item: S_Knucklearrow_Shield - - Item: S_Knucklearrow_Shoes + - Index: 0 + Item: S_Knucklearrow_Shield + - Index: 1 + Item: S_Knucklearrow_Shoes + - Index: 2 + Item: S_Knucklearrow_Armor - Group: S_SKYNETBLOW_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Skynetblow_Weapon - - Item: S_Skynetblow_Pendant - - Item: S_Skynetblow_Earing + - Index: 0 + Item: S_Skynetblow_Weapon + - Index: 1 + Item: S_Skynetblow_Earing + - Index: 2 + Item: S_Skynetblow_Pendant - Group: S_RAMPAGE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Rampage_Armor - - Item: S_Rampage_Shield - - Item: S_Rampage_Shoes + - Index: 0 + Item: S_Rampage_Shield + - Index: 1 + Item: S_Rampage_Shoes + - Index: 2 + Item: S_Rampage_Armor - Group: S_TIGERCANNON_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_TigerCannon_Weapon - - Item: S_Tigercannon_Pendant - - Item: S_Tigercannon_Earing + - Index: 0 + Item: S_TigerCannon_Weapon + - Index: 1 + Item: S_Tigercannon_Earing + - Index: 2 + Item: S_Tigercannon_Pendant - Group: S_MENACE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Menace_Armor - - Item: S_Menace_Shield - - Item: S_Menace_Shoes + - Index: 0 + Item: S_Menace_Shield + - Index: 1 + Item: S_Menace_Shoes + - Index: 2 + Item: S_Menace_Armor - Group: S_SHADOWSPELL_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Shadowspell_Weapon - - Item: S_Shadowspell_Pendant - - Item: S_Shadowspell_Earing + - Index: 0 + Item: S_Shadowspell_Weapon + - Index: 1 + Item: S_Shadowspell_Earing + - Index: 2 + Item: S_Shadowspell_Pendant - Group: S_TRIANGLE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Triangle_Armor - - Item: S_Triangle_Shield - - Item: S_Triangle_Shoes + - Index: 0 + Item: S_Triangle_Shield + - Index: 1 + Item: S_Triangle_Shoes + - Index: 2 + Item: S_Triangle_Armor - Group: S_PAINT_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Paint_Weapon - - Item: S_Paint_Pendant - - Item: S_Paint_Earing + - Index: 0 + Item: S_Paint_Weapon + - Index: 1 + Item: S_Paint_Earing + - Index: 2 + Item: S_Paint_Pendant - Group: S_RAINSTORM_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Rainstorm_Armor - - Item: S_Rainstorm_Shield - - Item: S_Rainstorm_Shoes + - Index: 0 + Item: S_Rainstorm_Shield + - Index: 1 + Item: S_Rainstorm_Shoes + - Index: 2 + Item: S_Rainstorm_Armor - Group: S_METALIC_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Metalic_Armor - - Item: S_Metalic_Shield - - Item: S_Metalic_Shoes + - Index: 0 + Item: S_Metalic_Shield + - Index: 1 + Item: S_Metalic_Shoes + - Index: 2 + Item: S_Metalic_Armor - Group: S_ARROWVULCAN_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Arrowvulcan_Weapon - - Item: S_Arrowvulcan_Pendant - - Item: S_Arrowvulcan_Earing + - Index: 0 + Item: S_Arrowvulcan_Weapon + - Index: 1 + Item: S_Arrowvulcan_Earing + - Index: 2 + Item: S_Arrowvulcan_Pendant - Group: S_REVERBERATION_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Reverberation_Weapon - - Item: S_Reverberation_Pendant - - Item: S_Reverberation_Earing + - Index: 0 + Item: S_Reverberation_Weapon + - Index: 1 + Item: S_Reverberation_Earing + - Index: 2 + Item: S_Reverberation_Pendant - Group: S_MOONLIGHT_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Moonlight_Earring - - Item: S_Moonlight_Pendant - - Item: S_Moonlight_Shoes + - Index: 0 + Item: S_Moonlight_Shoes + - Index: 1 + Item: S_Moonlight_Earring + - Index: 2 + Item: S_Moonlight_Pendant - Group: S_SUNSHINE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Sunshine_Weapon - - Item: S_Sunshine_Shield - - Item: S_Sunshine_Armor + - Index: 0 + Item: S_Sunshine_Shield + - Index: 1 + Item: S_Sunshine_Armor + - Index: 2 + Item: S_Sunshine_Weapon - Group: S_STARDUST_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Stardust_Weapon - - Item: S_Stardust_Shield - - Item: S_Stardust_Armor + - Index: 0 + Item: S_Stardust_Shield + - Index: 1 + Item: S_Stardust_Armor + - Index: 2 + Item: S_Stardust_Weapon - Group: S_S_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_S_Weapon - - Item: S_S_Shield - - Item: S_S_Armor + - Index: 0 + Item: S_S_Shield + - Index: 1 + Item: S_S_Armor + - Index: 2 + Item: S_S_Weapon - Group: S_EVILCURSE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Evilcurse_Earring - - Item: S_Evilcurse_Pendant - - Item: S_Evilcurse_Shoes + - Index: 0 + Item: S_Evilcurse_Shoes + - Index: 1 + Item: S_Evilcurse_Earring + - Index: 2 + Item: S_Evilcurse_Pendant - Group: S_SYURIKEN_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Syuriken_Earing - - Item: S_Syuriken_Pendant - - Item: S_Syuriken_Shoes + - Index: 0 + Item: S_Syuriken_Shoes + - Index: 1 + Item: S_Syuriken_Earing + - Index: 2 + Item: S_Syuriken_Pendant - Group: S_KUNAI_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Kunai_Weapon - - Item: S_Kunai_Shield - - Item: S_Kunai_Armor + - Index: 0 + Item: S_Kunai_Shield + - Index: 1 + Item: S_Kunai_Armor + - Index: 2 + Item: S_Kunai_Weapon - Group: S_HUUSOUKA_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Huusouka_Earing - - Item: S_Huusouka_Pendant - - Item: S_Huusouka_Shoes + - Index: 0 + Item: S_Huusouka_Shoes + - Index: 1 + Item: S_Huusouka_Earing + - Index: 2 + Item: S_Huusouka_Pendant - Group: S_KAMAENRAKU_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Kamaenraku_Weapon - - Item: S_Kamaenraku_Shield - - Item: S_Kamaenraku_Armor + - Index: 0 + Item: S_Kamaenraku_Shield + - Index: 1 + Item: S_Kamaenraku_Armor + - Index: 2 + Item: S_Kamaenraku_Weapon - Group: S_GOD_HAMMER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_God_Hammer_Weapon - - Item: S_God_Hammer_Shield - - Item: S_God_Hammer_Armor + - Index: 0 + Item: S_God_Hammer_Shield + - Index: 1 + Item: S_God_Hammer_Armor + - Index: 2 + Item: S_God_Hammer_Weapon - Group: S_SHATTER_BUSTER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Shatter_Buster_Earing - - Item: S_Shatter_B_Pendant - - Item: S_Shatter_Buster_Shoes + - Index: 0 + Item: S_Shatter_Buster_Shoes + - Index: 1 + Item: S_Shatter_Buster_Earing + - Index: 2 + Item: S_Shatter_B_Pendant - Group: S_TAIL_DRAGON_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Tail_Dragon_Weapon - - Item: S_Tail_Dragon_Shield - - Item: S_Tail_Dragon_Armor + - Index: 0 + Item: S_Tail_Dragon_Shield + - Index: 1 + Item: S_Tail_Dragon_Armor + - Index: 2 + Item: S_Tail_Dragon_Weapon - Group: S_TRIP_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Trip_Weapon - - Item: S_Trip_Shield - - Item: S_Trip_Armor + - Index: 0 + Item: S_Trip_Shield + - Index: 1 + Item: S_Trip_Armor + - Index: 2 + Item: S_Trip_Weapon - Group: S_FLARE_DANCE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Flare_Dance_Earing - - Item: S_Flare_Dance_Pendant - - Item: S_Flare_Dance_Shoes + - Index: 0 + Item: S_Flare_Dance_Shoes + - Index: 1 + Item: S_Flare_Dance_Earing + - Index: 2 + Item: S_Flare_Dance_Pendant - Group: S_SUPER_MAGIC_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Super_Magic_Shield - - Item: S_Super_Magic_Armor - - Item: S_Super_Magic_Shoes + - Index: 0 + Item: S_Super_Magic_Shield + - Index: 1 + Item: S_Super_Magic_Shoes + - Index: 2 + Item: S_Super_Magic_Armor - Group: S_SUPER_POWER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Super_Power_Weapon - - Item: S_Super_Power_Pendant - - Item: S_Super_Power_Earing + - Index: 0 + Item: S_Super_Power_Weapon + - Index: 1 + Item: S_Super_Power_Earing + - Index: 2 + Item: S_Super_Power_Pendant - Group: S_SILVERVINE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Silvervine_Earing - - Item: S_Silvervine_Pendant - - Item: S_Silvervine_Shoes + - Index: 0 + Item: S_Silvervine_Shoes + - Index: 1 + Item: S_Silvervine_Earing + - Index: 2 + Item: S_Silvervine_Pendant - Group: S_CATNIP_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Catnip_Weapon - - Item: S_Catnip_Shield - - Item: S_Catnip_Armor + - Index: 0 + Item: S_Catnip_Shield + - Index: 1 + Item: S_Catnip_Armor + - Index: 2 + Item: S_Catnip_Weapon - Group: S_SAVAGERABBIT_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_SavageRabbit_Earing - - Item: S_SavageRabbit_Pendant - - Item: S_SavageRabbit_Shoes + - Index: 0 + Item: S_SavageRabbit_Shoes + - Index: 1 + Item: S_SavageRabbit_Earing + - Index: 2 + Item: S_SavageRabbit_Pendant - Group: S_PICKYRUSH_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Pickyrush_Weapon - - Item: S_Pickyrush_Shield - - Item: S_Pickyrush_Armor + - Index: 0 + Item: S_Pickyrush_Shield + - Index: 1 + Item: S_Pickyrush_Armor + - Index: 2 + Item: S_Pickyrush_Weapon - Group: S_RUNEKNIGHT_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Swordman_earring - - Item: S_Swordman_Pendant - - Item: S_Knight_Shoes - - Item: S_Knight_Armor - - Item: S_Runeknight_Weapon - - Item: S_Runeknight_Shield + - Index: 0 + Item: S_Swordman_earring + - Index: 1 + Item: S_Swordman_Pendant + - Index: 2 + Item: S_Knight_Shoes + - Index: 3 + Item: S_Knight_Armor + - Index: 4 + Item: S_Runeknight_Shield + - Index: 5 + Item: S_Runeknight_Weapon - Group: S_ROYALGUARD_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Swordman_earring - - Item: S_Swordman_Pendant - - Item: S_Crusader_Shoes - - Item: S_Crusader_Armor - - Item: S_Royalguard_Weapon - - Item: S_Royalguard_Shield + - Index: 0 + Item: S_Swordman_earring + - Index: 1 + Item: S_Swordman_Pendant + - Index: 2 + Item: S_Crusader_Shoes + - Index: 3 + Item: S_Crusader_Armor + - Index: 4 + Item: S_Royalguard_Shield + - Index: 5 + Item: S_Royalguard_Weapon - Group: S_WARLOCK_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Magician_earring - - Item: S_Magician_Pendant - - Item: S_Wizard_Shoes - - Item: S_Wizard_Armor - - Item: S_Warlock_Weapon - - Item: S_Warlock_Shield + - Index: 0 + Item: S_Magician_earring + - Index: 1 + Item: S_Magician_Pendant + - Index: 2 + Item: S_Wizard_Shoes + - Index: 3 + Item: S_Wizard_Armor + - Index: 4 + Item: S_Warlock_Shield + - Index: 5 + Item: S_Warlock_Weapon - Group: S_SORCERER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Magician_earring - - Item: S_Magician_Pendant - - Item: S_Sage_Shoes - - Item: S_Sage_Armor - - Item: S_Sorcerer_Weapon - - Item: S_Sorcerer_Shield + - Index: 0 + Item: S_Magician_earring + - Index: 1 + Item: S_Magician_Pendant + - Index: 2 + Item: S_Sage_Shoes + - Index: 3 + Item: S_Sage_Armor + - Index: 4 + Item: S_Sorcerer_Shield + - Index: 5 + Item: S_Sorcerer_Weapon - Group: S_MECHANIC_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Merchant_earring - - Item: S_Merchant_Pendant - - Item: S_Blacksmith_Shoes - - Item: S_Blacksmith_Armor - - Item: S_Mechanic_weapon - - Item: S_Mechanic_Shield + - Index: 0 + Item: S_Merchant_earring + - Index: 1 + Item: S_Merchant_Pendant + - Index: 2 + Item: S_Blacksmith_Shoes + - Index: 3 + Item: S_Blacksmith_Armor + - Index: 4 + Item: S_Mechanic_Shield + - Index: 5 + Item: S_Mechanic_weapon - Group: S_GENERIC_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Merchant_earring - - Item: S_Merchant_Pendant - - Item: S_Alchemist_Shoes - - Item: S_Alchemist_Armor - - Item: S_Genetic_Weapon - - Item: S_Genetic_Shield + - Index: 0 + Item: S_Merchant_earring + - Index: 1 + Item: S_Merchant_Pendant + - Index: 2 + Item: S_Alchemist_Shoes + - Index: 3 + Item: S_Alchemist_Armor + - Index: 4 + Item: S_Genetic_Shield + - Index: 5 + Item: S_Genetic_Weapon - Group: S_ARCHBISHOP_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Acolyte_earring - - Item: S_Acolyte_Pendant - - Item: S_Priest_Shoes - - Item: S_Priest_Armor - - Item: S_Archbishop_Weapon - - Item: S_Archbishop_Shield + - Index: 0 + Item: S_Acolyte_earring + - Index: 1 + Item: S_Acolyte_Pendant + - Index: 2 + Item: S_Priest_Shoes + - Index: 3 + Item: S_Priest_Armor + - Index: 4 + Item: S_Archbishop_Shield + - Index: 5 + Item: S_Archbishop_Weapon - Group: S_SURA_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Acolyte_earring - - Item: S_Acolyte_Pendant - - Item: S_Monk_Shoes - - Item: S_Monk_Armor - - Item: S_Sura_weapon - - Item: S_Sura_Shield + - Index: 0 + Item: S_Acolyte_earring + - Index: 1 + Item: S_Acolyte_Pendant + - Index: 2 + Item: S_Monk_Shoes + - Index: 3 + Item: S_Monk_Armor + - Index: 4 + Item: S_Sura_Shield + - Index: 5 + Item: S_Sura_weapon - Group: S_GUILLOTINECROSS_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Thief_Pendant - - Item: S_Assassin_Shoes - - Item: S_Assassin_Armor - - Item: S_Guillotine_Weapon - - Item: S_Guillotine_Shield - - Item: S_Thief_earring + - Index: 0 + Item: S_Thief_earring + - Index: 1 + Item: S_Thief_Pendant + - Index: 2 + Item: S_Assassin_Shoes + - Index: 3 + Item: S_Assassin_Armor + - Index: 4 + Item: S_Guillotine_Shield + - Index: 5 + Item: S_Guillotine_Weapon - Group: S_SHADOWCHASER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Thief_Pendant - - Item: S_Rogue_Shoes - - Item: S_Rogue_Armor - - Item: S_Shadowchaser_Weapon - - Item: S_Shadowchaser_Shield - - Item: S_Thief_earring + - Index: 0 + Item: S_Thief_earring + - Index: 1 + Item: S_Thief_Pendant + - Index: 2 + Item: S_Rogue_Shoes + - Index: 3 + Item: S_Rogue_Armor + - Index: 4 + Item: S_Shadowchaser_Shield + - Index: 5 + Item: S_Shadowchaser_Weapon - Group: S_RANGER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Archer_Pendant - - Item: S_Hunter_Shoes - - Item: S_Hunter_Armor - - Item: S_Ranger_Weapon - - Item: S_Ranger_Shield - - Item: S_Archer_earring + - Index: 0 + Item: S_Archer_earring + - Index: 1 + Item: S_Archer_Pendant + - Index: 2 + Item: S_Hunter_Shoes + - Index: 3 + Item: S_Hunter_Armor + - Index: 4 + Item: S_Ranger_Shield + - Index: 5 + Item: S_Ranger_Weapon - Group: S_WANDERER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Archer_Pendant - - Item: S_Dancer_Shoes - - Item: S_Dancer_Armor - - Item: S_Wanderer_Weapon - - Item: S_Wanderer_Shield - - Item: S_Archer_earring + - Index: 0 + Item: S_Archer_earring + - Index: 1 + Item: S_Archer_Pendant + - Index: 2 + Item: S_Dancer_Shoes + - Index: 3 + Item: S_Dancer_Armor + - Index: 4 + Item: S_Wanderer_Shield + - Index: 5 + Item: S_Wanderer_Weapon - Group: S_MINSTREL_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Archer_Pendant - - Item: S_Bard_Shoes - - Item: S_Bard_Armor - - Item: S_Minstrel_Weapon - - Item: S_Minstrel_Shield - - Item: S_Archer_earring + - Index: 0 + Item: S_Archer_earring + - Index: 1 + Item: S_Archer_Pendant + - Index: 2 + Item: S_Bard_Shoes + - Index: 3 + Item: S_Bard_Armor + - Index: 4 + Item: S_Minstrel_Shield + - Index: 5 + Item: S_Minstrel_Weapon - Group: S_STAR_EMPEROR_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Taekwon_Weapon - - Item: S_Taekwon_Shield - - Item: S_Star_Emperor_Armor - - Item: S_Star_Emperor_Shoes + - Index: 0 + Item: S_Taekwon_Shield + - Index: 1 + Item: S_Taekwon_Weapon + - Index: 2 + Item: S_Star_Emperor_Shoes + - Index: 3 + Item: S_Star_Emperor_Armor - Group: S_SOUL_REAPER_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Taekwon_Weapon - - Item: S_Taekwon_Shield - - Item: S_Soul_Reaper_Armor - - Item: S_Soul_Reaper_Shoes + - Index: 0 + Item: S_Taekwon_Shield + - Index: 1 + Item: S_Taekwon_Weapon + - Index: 2 + Item: S_Soul_Reaper_Shoes + - Index: 3 + Item: S_Soul_Reaper_Armor - Group: S_KAGEROU_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Ninja_Weapon - - Item: S_Ninja_Shield - - Item: S_Kagerou_Armor - - Item: S_Kagerou_Shoes + - Index: 0 + Item: S_Ninja_Shield + - Index: 1 + Item: S_Ninja_Weapon + - Index: 2 + Item: S_Kagerou_Shoes + - Index: 3 + Item: S_Kagerou_Armor - Group: S_OBORO_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Ninja_Weapon - - Item: S_Ninja_Shield - - Item: S_Oboro_Armor - - Item: S_Oboro_Shoes + - Index: 0 + Item: S_Ninja_Shield + - Index: 1 + Item: S_Ninja_Weapon + - Index: 2 + Item: S_Oboro_Shoes + - Index: 3 + Item: S_Oboro_Armor - Group: S_REBELLION_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Gunslinger_Weapon - - Item: S_Gunslinger_Shield - - Item: S_Rebellion_Armor - - Item: S_Rebellion_Shoes + - Index: 0 + Item: S_Gunslinger_Shield + - Index: 1 + Item: S_Gunslinger_Weapon + - Index: 2 + Item: S_Rebellion_Shoes + - Index: 3 + Item: S_Rebellion_Armor - Group: S_SUPERNOVICE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_SuperNovice_Weapon - - Item: S_SuperNovice_Shield + - Index: 0 + Item: S_SuperNovice_Shield + - Index: 1 + Item: S_SuperNovice_Weapon - Group: S_DORAM_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_DoramMagical_Weapon - - Item: S_DoramPhysical_Weapon - - Item: S_DoramPhysical_Shield - - Item: S_DoramMagical_Shield - - Item: S_DoramPhysical_Armor - - Item: S_DoramPhysical_Shoes - - Item: S_DoramMagical_Armor - - Item: S_DoramMagical_Shoes + - Index: 0 + Item: S_DoramMagical_Shield + - Index: 1 + Item: S_DoramMagical_Shoes + - Index: 2 + Item: S_DoramMagical_Armor + - Index: 3 + Item: S_DoramMagical_Weapon + - Index: 4 + Item: S_DoramPhysical_Shield + - Index: 5 + Item: S_DoramPhysical_Shoes + - Index: 6 + Item: S_DoramPhysical_Armor + - Index: 7 + Item: S_DoramPhysical_Weapon - Group: S_MAMMOTH_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Mammoth_Armor - - Item: S_Mammoth_Shoes - - Item: S_Mammoth_Pendant - - Item: S_Mammoth_Earring - - Item: S_Mammoth_Weapon - - Item: S_Mammoth_Shield + - Index: 0 + Item: S_Mammoth_Shield + - Index: 1 + Item: S_Mammoth_Shoes + - Index: 2 + Item: S_Mammoth_Armor + - Index: 3 + Item: S_Mammoth_Weapon + - Index: 4 + Item: S_Mammoth_Earring + - Index: 5 + Item: S_Mammoth_Pendant - Group: S_GEMSTONE_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Gemstone_Armor - - Item: S_Gemstone_Shoes - - Item: S_Gemstone_Shield - - Item: S_Gemstone_Weapon - - Item: S_Gemstone_Earring - - Item: S_Gemstone_Pendent + - Index: 0 + Item: S_Gemstone_Shoes + - Index: 1 + Item: S_Gemstone_Armor + - Index: 2 + Item: S_Gemstone_Weapon + - Index: 3 + Item: S_Gemstone_Shield + - Index: 4 + Item: S_Gemstone_Earring + - Index: 5 + Item: S_Gemstone_Pendent - Group: S_PENE1_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Penetration_Earring - - Item: S_Penetration_Pendent - - Item: S_Exe_Ho_Weapon - - Item: S_Fis_In_Weapon - - Item: S_Sci_Hu_Weapon - - Item: S_Viv_Dr_Weapon - - Item: S_Exo_Co_Weapon + - Index: 0 + Item: S_Viv_Dr_Weapon + - Index: 1 + Item: S_Exo_Co_Weapon + - Index: 2 + Item: S_Sci_Hu_Weapon + - Index: 3 + Item: S_Fis_In_Weapon + - Index: 4 + Item: S_Exe_Ho_Weapon + - Index: 5 + Item: S_Penetration_Earring + - Index: 6 + Item: S_Penetration_Pendent - Group: S_PENE2_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Penetration_Shoes - - Item: S_Penetration_Shield - - Item: S_ExeHoly_Armor - - Item: S_ExoCorrupt_Armor - - Item: S_DragonVib_Armor - - Item: S_SciHunting_Armor - - Item: S_FishInsect_Armor + - Index: 0 + Item: S_DragonVib_Armor + - Index: 1 + Item: S_ExoCorrupt_Armor + - Index: 2 + Item: S_SciHunting_Armor + - Index: 3 + Item: S_FishInsect_Armor + - Index: 4 + Item: S_ExeHoly_Armor + - Index: 5 + Item: S_Penetration_Shoes + - Index: 6 + Item: S_Penetration_Shield - Group: S_TEMP1_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Tempest_Earring - - Item: S_Tempest_Pendent - - Item: S_M_Exo_Co_Weapon - - Item: S_M_Viv_Dr_Weapon - - Item: S_M_Sci_Hu_Weapon - - Item: S_M_Fis_In_Weapon - - Item: S_M_Exe_Ho_Weapon + - Index: 0 + Item: S_M_Exo_Co_Weapon + - Index: 1 + Item: S_M_Viv_Dr_Weapon + - Index: 2 + Item: S_M_Sci_Hu_Weapon + - Index: 3 + Item: S_M_Fis_In_Weapon + - Index: 4 + Item: S_M_Exe_Ho_Weapon + - Index: 5 + Item: S_Tempest_Earring + - Index: 6 + Item: S_Tempest_Pendent - Group: S_TEMP2_CUBE SubGroups: - SubGroup: 0 List: - - Item: S_Tempest_Shield - - Item: S_Tempest_Shoes - - Item: S_M_ExeHoly_Armor - - Item: S_M_ExoCorrupt_Armor - - Item: S_M_DragonVib_Armor - - Item: S_M_SciHunting_Armor - - Item: S_M_FishInsect_Armor + - Index: 0 + Item: S_M_ExoCorrupt_Armor + - Index: 1 + Item: S_M_DragonVib_Armor + - Index: 2 + Item: S_M_SciHunting_Armor + - Index: 3 + Item: S_M_FishInsect_Armor + - Index: 4 + Item: S_M_ExeHoly_Armor + - Index: 5 + Item: S_Tempest_Shoes + - Index: 6 + Item: S_Tempest_Shield - Group: BLACKSMITH_BLESS_BOX_3 SubGroups: - SubGroup: 0 List: - - Item: Blacksmith_Blessing + - Index: 0 + Item: Blacksmith_Blessing Amount: 3 - Group: SHADOW_HAMMER_BOX_3 SubGroups: - SubGroup: 0 List: - - Item: Shadow_Refine_Hammer + - Index: 0 + Item: Shadow_Refine_Hammer Amount: 3 - Group: EDP SubGroups: - SubGroup: 0 List: - - Item: Poison_Bottle - - Item: Poison_Bottle_B + - Index: 0 + Item: Poison_Bottle + - Index: 1 + Item: Poison_Bottle_B - Group: MF_NOTELEPORT SubGroups: - SubGroup: 0 List: - - Item: Wing_Of_Fly - - Item: Giant_Fly_Wing - - Item: N_Fly_Wing - - Item: E_Giant_Fly_Wing - - Item: F_Giant_Fly_Wing - - Item: C_Wing_Of_Fly - - Item: N_Fly_Wing2 - - Item: Cps_Fly_Wing - - Item: Comp_Wing_Of_Fly + - Index: 0 + Item: Wing_Of_Fly + - Index: 1 + Item: Giant_Fly_Wing + - Index: 2 + Item: N_Fly_Wing + - Index: 3 + Item: E_Giant_Fly_Wing + - Index: 4 + Item: F_Giant_Fly_Wing + - Index: 5 + Item: C_Wing_Of_Fly + - Index: 6 + Item: N_Fly_Wing2 + - Index: 7 + Item: Cps_Fly_Wing + - Index: 8 + Item: Comp_Wing_Of_Fly - Group: MF_NORETURN SubGroups: - SubGroup: 0 List: - - Item: Wing_Of_Butterfly - - Item: N_Butterfly_Wing - - Item: Dun_Tele_Scroll1 - - Item: Dun_Tele_Scroll2 - - Item: Dun_Tele_Scroll3_fr - - Item: E_Dun_Tele_Scroll1 - - Item: F_Dun_Tele_Scroll1 - - Item: WOB_Rune - - Item: E_WOB_Rune - - Item: F_WOB_Rune - - Item: WOB_Schwaltz - - Item: E_WOB_Schwaltz - - Item: F_WOB_Schwaltz - - Item: WOB_Rachel - - Item: E_WOB_Rachel - - Item: F_WOB_Rachel - - Item: WOB_Local - - Item: E_WOB_Local - - Item: F_WOB_Local - - Item: Siege_Teleport_Scroll - - Item: Siege_Teleport_Scroll2 - - Item: E_Siege_Teleport_Scroll + - Index: 0 + Item: Wing_Of_Butterfly + - Index: 1 + Item: N_Butterfly_Wing + - Index: 2 + Item: Dun_Tele_Scroll1 + - Index: 3 + Item: Dun_Tele_Scroll2 + - Index: 4 + Item: Dun_Tele_Scroll3_fr + - Index: 5 + Item: E_Dun_Tele_Scroll1 + - Index: 6 + Item: F_Dun_Tele_Scroll1 + - Index: 7 + Item: WOB_Rune + - Index: 8 + Item: E_WOB_Rune + - Index: 9 + Item: F_WOB_Rune + - Index: 10 + Item: WOB_Schwaltz + - Index: 11 + Item: E_WOB_Schwaltz + - Index: 12 + Item: F_WOB_Schwaltz + - Index: 13 + Item: WOB_Rachel + - Index: 14 + Item: E_WOB_Rachel + - Index: 15 + Item: F_WOB_Rachel + - Index: 16 + Item: WOB_Local + - Index: 17 + Item: E_WOB_Local + - Index: 18 + Item: F_WOB_Local + - Index: 19 + Item: Siege_Teleport_Scroll + - Index: 20 + Item: Siege_Teleport_Scroll2 + - Index: 21 + Item: E_Siege_Teleport_Scroll - Group: GIANT_FLY_WING SubGroups: - SubGroup: 0 List: - - Item: Giant_Fly_Wing - - Item: E_Giant_Fly_Wing - - Item: F_Giant_Fly_Wing + - Index: 0 + Item: Giant_Fly_Wing + - Index: 1 + Item: E_Giant_Fly_Wing + - Index: 2 + Item: F_Giant_Fly_Wing - Group: CLASS_SHADOW_WP_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_SuperNovice_Weapon + - Index: 0 + Item: S_SuperNovice_Weapon Rate: 526 - - Item: S_Gunslinger_Weapon + - Index: 1 + Item: S_Gunslinger_Weapon Rate: 526 - - Item: S_Taekwon_Weapon + - Index: 2 + Item: S_Taekwon_Weapon Rate: 526 - - Item: S_Ninja_Weapon + - Index: 3 + Item: S_Ninja_Weapon Rate: 526 - - Item: S_DoramMagical_Weapon + - Index: 4 + Item: S_DoramMagical_Weapon Rate: 526 - - Item: S_DoramPhysical_Weapon + - Index: 5 + Item: S_DoramPhysical_Weapon Rate: 526 - - Item: S_Runeknight_Weapon + - Index: 6 + Item: S_Runeknight_Weapon Rate: 526 - - Item: S_Royalguard_Weapon + - Index: 7 + Item: S_Royalguard_Weapon Rate: 526 - - Item: S_Mechanic_weapon + - Index: 8 + Item: S_Mechanic_weapon Rate: 526 - - Item: S_Genetic_Weapon + - Index: 9 + Item: S_Genetic_Weapon Rate: 526 - - Item: S_Archbishop_Weapon + - Index: 10 + Item: S_Archbishop_Weapon Rate: 526 - - Item: S_Sura_weapon + - Index: 11 + Item: S_Sura_weapon Rate: 526 - - Item: S_Guillotine_Weapon + - Index: 12 + Item: S_Guillotine_Weapon Rate: 526 - - Item: S_Shadowchaser_Weapon + - Index: 13 + Item: S_Shadowchaser_Weapon Rate: 527 - - Item: S_Warlock_Weapon + - Index: 14 + Item: S_Warlock_Weapon Rate: 527 - - Item: S_Sorcerer_Weapon + - Index: 15 + Item: S_Sorcerer_Weapon Rate: 527 - - Item: S_Ranger_Weapon + - Index: 16 + Item: S_Ranger_Weapon Rate: 527 - - Item: S_Minstrel_Weapon + - Index: 17 + Item: S_Minstrel_Weapon Rate: 527 - - Item: S_Wanderer_Weapon + - Index: 18 + Item: S_Wanderer_Weapon Rate: 527 - Group: CLASS_SHADOW_AM_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Knight_Armor + - Index: 0 + Item: S_Knight_Armor Rate: 555 - - Item: S_Crusader_Armor + - Index: 1 + Item: S_Crusader_Armor Rate: 555 - - Item: S_Blacksmith_Armor + - Index: 2 + Item: S_Blacksmith_Armor Rate: 555 - - Item: S_Alchemist_Armor + - Index: 3 + Item: S_Alchemist_Armor Rate: 555 - - Item: S_Priest_Armor + - Index: 4 + Item: S_Priest_Armor Rate: 555 - - Item: S_Monk_Armor + - Index: 5 + Item: S_Monk_Armor Rate: 555 - - Item: S_Assassin_Armor + - Index: 6 + Item: S_Assassin_Armor Rate: 555 - - Item: S_Rogue_Armor + - Index: 7 + Item: S_Rogue_Armor Rate: 555 - - Item: S_Wizard_Armor + - Index: 8 + Item: S_Wizard_Armor Rate: 555 - - Item: S_Sage_Armor + - Index: 9 + Item: S_Sage_Armor Rate: 555 - - Item: S_Hunter_Armor + - Index: 10 + Item: S_Hunter_Armor Rate: 555 - - Item: S_Bard_Armor + - Index: 11 + Item: S_Bard_Armor Rate: 555 - - Item: S_Dancer_Armor + - Index: 12 + Item: S_Dancer_Armor Rate: 555 - - Item: S_Rebellion_Armor + - Index: 13 + Item: S_Rebellion_Armor Rate: 555 - - Item: S_Kagerou_Armor + - Index: 14 + Item: S_Kagerou_Armor Rate: 555 - - Item: S_DoramMagical_Armor + - Index: 15 + Item: S_DoramMagical_Armor Rate: 555 - - Item: S_Oboro_Armor + - Index: 16 + Item: S_Oboro_Armor Rate: 560 - - Item: S_DoramPhysical_Armor + - Index: 17 + Item: S_DoramPhysical_Armor Rate: 560 - Group: CLASS_SHADOW_SU_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Knight_Shoes + - Index: 0 + Item: S_Knight_Shoes Rate: 555 - - Item: S_Crusader_Shoes + - Index: 1 + Item: S_Crusader_Shoes Rate: 555 - - Item: S_Blacksmith_Shoes + - Index: 2 + Item: S_Blacksmith_Shoes Rate: 555 - - Item: S_Alchemist_Shoes + - Index: 3 + Item: S_Alchemist_Shoes Rate: 555 - - Item: S_Priest_Shoes + - Index: 4 + Item: S_Priest_Shoes Rate: 555 - - Item: S_Monk_Shoes + - Index: 5 + Item: S_Monk_Shoes Rate: 555 - - Item: S_Assassin_Shoes + - Index: 6 + Item: S_Assassin_Shoes Rate: 555 - - Item: S_Rogue_Shoes + - Index: 7 + Item: S_Rogue_Shoes Rate: 555 - - Item: S_Wizard_Shoes + - Index: 8 + Item: S_Wizard_Shoes Rate: 555 - - Item: S_Sage_Shoes + - Index: 9 + Item: S_Sage_Shoes Rate: 555 - - Item: S_Hunter_Shoes + - Index: 10 + Item: S_Hunter_Shoes Rate: 555 - - Item: S_Bard_Shoes + - Index: 11 + Item: S_Bard_Shoes Rate: 555 - - Item: S_Kagerou_Shoes + - Index: 12 + Item: S_Kagerou_Shoes Rate: 555 - - Item: S_Oboro_Shoes + - Index: 13 + Item: S_Oboro_Shoes Rate: 555 - - Item: S_DoramPhysical_Shoes + - Index: 14 + Item: S_DoramPhysical_Shoes Rate: 555 - - Item: S_DoramMagical_Shoes + - Index: 15 + Item: S_DoramMagical_Shoes Rate: 555 - - Item: S_Dancer_Shoes + - Index: 16 + Item: S_Dancer_Shoes Rate: 560 - - Item: S_Rebellion_Shoes + - Index: 17 + Item: S_Rebellion_Shoes Rate: 560 - Group: CLASS_SHADOW_SD_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Runeknight_Shield + - Index: 0 + Item: S_Runeknight_Shield Rate: 526 - - Item: S_Royalguard_Shield + - Index: 1 + Item: S_Royalguard_Shield Rate: 526 - - Item: S_Mechanic_Shield + - Index: 2 + Item: S_Mechanic_Shield Rate: 526 - - Item: S_Genetic_Shield + - Index: 3 + Item: S_Genetic_Shield Rate: 526 - - Item: S_Archbishop_Shield + - Index: 4 + Item: S_Archbishop_Shield Rate: 526 - - Item: S_Sura_Shield + - Index: 5 + Item: S_Sura_Shield Rate: 526 - - Item: S_Guillotine_Shield + - Index: 6 + Item: S_Guillotine_Shield Rate: 526 - - Item: S_Shadowchaser_Shield + - Index: 7 + Item: S_Shadowchaser_Shield Rate: 526 - - Item: S_Warlock_Shield + - Index: 8 + Item: S_Warlock_Shield Rate: 526 - - Item: S_Sorcerer_Shield + - Index: 9 + Item: S_Sorcerer_Shield Rate: 526 - - Item: S_Ranger_Shield + - Index: 10 + Item: S_Ranger_Shield Rate: 526 - - Item: S_Minstrel_Shield + - Index: 11 + Item: S_Minstrel_Shield Rate: 526 - - Item: S_Wanderer_Shield + - Index: 12 + Item: S_Wanderer_Shield Rate: 526 - - Item: S_Ninja_Shield + - Index: 13 + Item: S_Ninja_Shield Rate: 527 - - Item: S_Taekwon_Shield + - Index: 14 + Item: S_Taekwon_Shield Rate: 527 - - Item: S_DoramPhysical_Shield + - Index: 15 + Item: S_DoramPhysical_Shield Rate: 527 - - Item: S_DoramMagical_Shield + - Index: 16 + Item: S_DoramMagical_Shield Rate: 527 - - Item: S_SuperNovice_Shield + - Index: 17 + Item: S_SuperNovice_Shield Rate: 527 - - Item: S_Gunslinger_Shield + - Index: 18 + Item: S_Gunslinger_Shield Rate: 527 - Group: CLASS_SHADOW_PD_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Thief_Pendant + - Index: 0 + Item: S_Thief_Pendant Rate: 1666 - - Item: S_Archer_Pendant + - Index: 1 + Item: S_Archer_Pendant Rate: 1666 - - Item: S_Swordman_Pendant + - Index: 2 + Item: S_Swordman_Pendant Rate: 1667 - - Item: S_Merchant_Pendant + - Index: 3 + Item: S_Merchant_Pendant Rate: 1667 - - Item: S_Acolyte_Pendant + - Index: 4 + Item: S_Acolyte_Pendant Rate: 1667 - - Item: S_Magician_Pendant + - Index: 5 + Item: S_Magician_Pendant Rate: 1667 - Group: CLASS_SHADOW_EA_CUBE SubGroups: - SubGroup: 1 List: - - Item: S_Merchant_earring + - Index: 0 + Item: S_Merchant_earring Rate: 1666 - - Item: S_Acolyte_earring + - Index: 1 + Item: S_Acolyte_earring Rate: 1666 - - Item: S_Swordman_earring + - Index: 2 + Item: S_Swordman_earring Rate: 1667 - - Item: S_Magician_earring + - Index: 3 + Item: S_Magician_earring Rate: 1667 - - Item: S_Thief_earring + - Index: 4 + Item: S_Thief_earring Rate: 1667 - - Item: S_Archer_earring + - Index: 5 + Item: S_Archer_earring Rate: 1667 - Group: ENCHANT_STONE_BOX30 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Range_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: Melee_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Magic_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 3 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 4 + Item: M_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 5 + Item: R_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 6 + Item: ReloadStone_Robe_D + Rate: 1 + Announced: true + - Index: 7 + Item: CriticalStone_Robe_D + Rate: 1 + Announced: true + - Index: 8 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 9 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 10 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 11 + Item: KagerouStone_Top3 + Rate: 3 + Announced: true + - Index: 12 + Item: KagerouStone_Middle3 + Rate: 3 + Announced: true + - Index: 13 + Item: KagerouStone_Bottom3 + Rate: 3 + Announced: true + - Index: 14 + Item: OboroStone_Top3 + Rate: 3 + Announced: true + - Index: 15 + Item: OboroStone_Middle3 + Rate: 3 + Announced: true + - Index: 16 + Item: OboroStone_Bottom3 + Rate: 3 + Announced: true + - Index: 17 + Item: DoramStone_Top3 + Rate: 3 + Announced: true + - Index: 18 + Item: DoramStone_Middle3 + Rate: 3 + Announced: true + - Index: 19 + Item: DoramStone_Bottom3 + Rate: 3 + Announced: true + - Index: 20 + Item: StarStone_Top3 + Rate: 3 + Announced: true + - Index: 21 + Item: StarStone_Middle3 + Rate: 3 + Announced: true + - Index: 22 + Item: StarStone_Bottom3 + Rate: 3 + Announced: true + - Index: 23 + Item: RebelStone_Top3 + Rate: 3 + Announced: true + - Index: 24 + Item: RebelStone_Middle3 + Rate: 3 + Announced: true + - Index: 25 + Item: RebelStone_Bottom3 + Rate: 3 + Announced: true + - Index: 26 + Item: ReaperStone_Top3 + Rate: 3 + Announced: true + - Index: 27 + Item: ReaperStone_Middle3 + Rate: 3 + Announced: true + - Index: 28 + Item: ReaperStone_Bottom3 + Rate: 3 + Announced: true + - Index: 29 + Item: SuraStone_Top3 + Rate: 3 + Announced: true + - Index: 30 + Item: SuraStone_Middle3 + Rate: 3 + Announced: true + - Index: 31 + Item: SuraStone_Bottom3 + Rate: 3 + Announced: true + - Index: 32 + Item: MechanicStone_Top3 + Rate: 3 + Announced: true + - Index: 33 + Item: MechanicStone_Middle3 + Rate: 3 + Announced: true + - Index: 34 + Item: MechanicStone_Bottom3 + Rate: 3 + Announced: true + - Index: 35 + Item: GuillcrossStone_Top3 + Rate: 3 + Announced: true + - Index: 36 + Item: GuillcrossStone_Middle3 + Rate: 3 + Announced: true + - Index: 37 + Item: GuillcrossStone_Bottom3 + Rate: 3 + Announced: true + - Index: 38 + Item: ArchbishopStone_Top3 + Rate: 3 + Announced: true + - Index: 39 + Item: ArchbishopStone_Middle3 + Rate: 3 + Announced: true + - Index: 40 + Item: ArchbishopStone_Bottom3 + Rate: 3 + Announced: true + - Index: 41 + Item: RangerStone_Top3 + Rate: 3 + Announced: true + - Index: 42 + Item: RangerStone_Middle3 + Rate: 3 + Announced: true + - Index: 43 + Item: RangerStone_Bottom3 + Rate: 3 + Announced: true + - Index: 44 + Item: ShadowchasStone_Top3 + Rate: 3 + Announced: true + - Index: 45 + Item: ShadowchasStone_Middle3 + Rate: 3 + Announced: true + - Index: 46 + Item: ShadowchasStone_Bottom3 + Rate: 3 + Announced: true + - Index: 47 + Item: WanderMinsStone_Top3 + Rate: 3 + Announced: true + - Index: 48 + Item: WanderMinsStone_Middle3 + Rate: 3 + Announced: true + - Index: 49 + Item: WanderMinsStone_Bottom3 + Rate: 3 + Announced: true + - Index: 50 + Item: GeneticStone_Top3 + Rate: 3 + Announced: true + - Index: 51 + Item: GeneticStone_Middle3 + Rate: 3 + Announced: true + - Index: 52 + Item: GeneticStone_Bottom3 + Rate: 3 + Announced: true + - Index: 53 + Item: SorcererStone_Top3 + Rate: 3 + Announced: true + - Index: 54 + Item: SorcererStone_Middle3 + Rate: 3 + Announced: true + - Index: 55 + Item: SorcererStone_Bottom3 + Rate: 3 + Announced: true + - Index: 56 + Item: RuneknightStone_Top3 + Rate: 3 + Announced: true + - Index: 57 + Item: RuneknightStone_Middle3 + Rate: 3 + Announced: true + - Index: 58 + Item: RuneknightStone_Bottom3 + Rate: 3 + Announced: true + - Index: 59 + Item: WarlockStone_Top3 + Rate: 3 + Announced: true + - Index: 60 + Item: WarlockStone_Middle3 + Rate: 3 + Announced: true + - Index: 61 + Item: WarlockStone_Bottom3 + Rate: 3 + Announced: true + - Index: 62 + Item: RoyalguardStone_Top3 + Rate: 3 + Announced: true + - Index: 63 + Item: RoyalguardStone_Middle3 + Rate: 3 + Announced: true + - Index: 64 + Item: RoyalguardStone_Bottom3 + Rate: 3 + Announced: true + - Index: 65 + Item: Stone_Robe_Box + Rate: 18 + - Index: 66 + Item: Stone_Robe2_Box + Rate: 18 + - Index: 67 + Item: Magic_Stone_Top + Rate: 20 + - Index: 68 + Item: Magic_Stone_Middle + Rate: 20 + - Index: 69 + Item: Magic_Stone_Bottom + Rate: 20 + - Index: 70 + Item: Range_Stone_Top + Rate: 20 + - Index: 71 + Item: Range_Stone + Rate: 20 + - Index: 72 + Item: Range_Stone_Bottom + Rate: 20 + - Index: 73 + Item: Melee_Stone_Top + Rate: 20 + - Index: 74 + Item: Melee_Stone_Middle + Rate: 20 + - Index: 75 + Item: Melee_Stone_Bottom + Rate: 20 + - Index: 76 + Item: ReloadStone_Top + Rate: 20 + - Index: 77 + Item: ReloadStone_Middle + Rate: 20 + - Index: 78 + Item: ReloadStone_Bottom + Rate: 20 + - Index: 79 + Item: EXPStone_Middle + Rate: 20 + - Index: 80 + Item: EXPStone_Bottom + Rate: 20 + - Index: 81 + Item: EXPStone_Top + Rate: 20 + - Index: 82 + Item: Stone_Top_Box + Rate: 40 + - Index: 83 + Item: Stone_Top2_Box + Rate: 40 + - Index: 84 + Item: Stone_Middle_Box + Rate: 40 + - Index: 85 + Item: Stone_Middle2_Box + Rate: 40 + - Index: 86 + Item: Stone_Bottom_Box + Rate: 40 + - Index: 87 + Item: Stone_Bottom2_Box + Rate: 40 + - Index: 88 + Item: CastingStone_Top + Rate: 40 + - Index: 89 + Item: CastingStone_Middle + Rate: 40 + - Index: 90 + Item: CastingStone_Bottom + Rate: 40 + - Index: 91 + Item: Critical_Stone + Rate: 40 + - Index: 92 + Item: Critical_Stone_Top + Rate: 40 + - Index: 93 + Item: Critical_Stone_Bottom + Rate: 40 + - Group: ENCHANT_STONE_BOX31 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Range_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: Melee_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Magic_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 3 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 4 + Item: M_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 5 + Item: R_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 6 + Item: ShinkiroStone_Robe + Rate: 1 + Announced: true + - Index: 7 + Item: ShiranuiStone_Robe + Rate: 1 + Announced: true + - Index: 8 + Item: ShaCrossStone_Robe + Rate: 1 + Announced: true + - Index: 9 + Item: CardinalStone_Robe + Rate: 1 + Announced: true + - Index: 10 + Item: ReloadStone_Robe_D + Rate: 1 + Announced: true + - Index: 11 + Item: CriticalStone_Robe_D + Rate: 1 + Announced: true + - Index: 12 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 13 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 14 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 15 + Item: KagerouStone_Top3 + Rate: 8 + Announced: true + - Index: 16 + Item: KagerouStone_Middle3 + Rate: 8 + Announced: true + - Index: 17 + Item: KagerouStone_Bottom3 + Rate: 8 + Announced: true + - Index: 18 + Item: OboroStone_Top3 + Rate: 8 + Announced: true + - Index: 19 + Item: OboroStone_Middle3 + Rate: 8 + Announced: true + - Index: 20 + Item: OboroStone_Bottom3 + Rate: 8 + Announced: true + - Index: 21 + Item: GuillcrossStone_Top3 + Rate: 8 + Announced: true + - Index: 22 + Item: GuillcrossStone_Middle3 + Rate: 8 + Announced: true + - Index: 23 + Item: GuillcrossStone_Bottom3 + Rate: 8 + Announced: true + - Index: 24 + Item: ArchbishopStone_Top3 + Rate: 8 + Announced: true + - Index: 25 + Item: ArchbishopStone_Middle3 + Rate: 8 + Announced: true + - Index: 26 + Item: ArchbishopStone_Bottom3 + Rate: 8 + Announced: true + - Index: 27 + Item: SuNoviceStone_Top + Rate: 15 + Announced: true + - Index: 28 + Item: SuNoviceStone_Middle + Rate: 15 + Announced: true + - Index: 29 + Item: SuNoviceStone_Bottom + Rate: 15 + Announced: true + - Index: 30 + Item: SuNoviceStone_Robe + Rate: 15 + Announced: true + - Index: 31 + Item: Stone_Robe_Box + Rate: 19 + - Index: 32 + Item: Stone_Robe3_Box + Rate: 19 + - Index: 33 + Item: Magic_Stone_Top + Rate: 20 + - Index: 34 + Item: Magic_Stone_Middle + Rate: 20 + - Index: 35 + Item: Magic_Stone_Bottom + Rate: 20 + - Index: 36 + Item: Range_Stone_Top + Rate: 20 + - Index: 37 + Item: Range_Stone + Rate: 20 + - Index: 38 + Item: Range_Stone_Bottom + Rate: 20 + - Index: 39 + Item: Melee_Stone_Top + Rate: 20 + - Index: 40 + Item: Melee_Stone_Middle + Rate: 20 + - Index: 41 + Item: Melee_Stone_Bottom + Rate: 20 + - Index: 42 + Item: ReloadStone_Top + Rate: 20 + - Index: 43 + Item: ReloadStone_Middle + Rate: 20 + - Index: 44 + Item: ReloadStone_Bottom + Rate: 20 + - Index: 45 + Item: EXPStone_Middle + Rate: 20 + - Index: 46 + Item: EXPStone_Bottom + Rate: 20 + - Index: 47 + Item: EXPStone_Top + Rate: 20 + - Index: 48 + Item: Stone_Top_Box + Rate: 40 + - Index: 49 + Item: Stone_Top2_Box + Rate: 40 + - Index: 50 + Item: Stone_Middle_Box + Rate: 40 + - Index: 51 + Item: Stone_Middle2_Box + Rate: 40 + - Index: 52 + Item: Stone_Bottom_Box + Rate: 40 + - Index: 53 + Item: Stone_Bottom2_Box + Rate: 40 + - Index: 54 + Item: CastingStone_Top + Rate: 40 + - Index: 55 + Item: CastingStone_Middle + Rate: 40 + - Index: 56 + Item: CastingStone_Bottom + Rate: 40 + - Index: 57 + Item: Critical_Stone + Rate: 40 + - Index: 58 + Item: Critical_Stone_Top + Rate: 40 + - Index: 59 + Item: Critical_Stone_Bottom + Rate: 40 + - Group: ENCHANT_STONE_BOX32 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Range_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: Melee_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Magic_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 3 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 4 + Item: M_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 5 + Item: R_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 6 + Item: ResistDefStone_Robe + Rate: 1 + Announced: true + - Index: 7 + Item: StaminaWISStone_Robe_D + Rate: 1 + Announced: true + - Index: 8 + Item: POWStone_Robe_D + Rate: 1 + Announced: true + - Index: 9 + Item: SplStone_Robe_D + Rate: 1 + Announced: true + - Index: 10 + Item: ConStone_Robe_D + Rate: 1 + Announced: true + - Index: 11 + Item: CrtStone_Robe_D + Rate: 1 + Announced: true + - Index: 12 + Item: MinorCastStone_Robe_D + Rate: 1 + Announced: true + - Index: 13 + Item: SkyEmperorStone_Robe + Rate: 1 + Announced: true + - Index: 14 + Item: MeisterStone_Robe + Rate: 1 + Announced: true + - Index: 15 + Item: ElementalStone_Robe + Rate: 1 + Announced: true + - Index: 16 + Item: ReloadStone_Robe_D + Rate: 1 + Announced: true + - Index: 17 + Item: CriticalStone_Robe_D + Rate: 1 + Announced: true + - Index: 18 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 19 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 20 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 21 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 22 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 23 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 24 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 25 + Item: StarStone_Top3 + Rate: 8 + Announced: true + - Index: 26 + Item: StarStone_Middle3 + Rate: 8 + Announced: true + - Index: 27 + Item: StarStone_Bottom3 + Rate: 8 + Announced: true + - Index: 28 + Item: GeneticStone_Top3 + Rate: 8 + Announced: true + - Index: 29 + Item: GeneticStone_Middle3 + Rate: 8 + Announced: true + - Index: 30 + Item: GeneticStone_Bottom3 + Rate: 8 + Announced: true + - Index: 31 + Item: SorcererStone_Top3 + Rate: 8 + Announced: true + - Index: 32 + Item: SorcererStone_Middle3 + Rate: 8 + Announced: true + - Index: 33 + Item: SorcererStone_Bottom3 + Rate: 8 + Announced: true + - Index: 34 + Item: Stone_Robe_Box + Rate: 17 + - Index: 35 + Item: Stone_Robe3_Box + Rate: 17 + - Index: 36 + Item: Magic_Stone_Top + Rate: 20 + - Index: 37 + Item: Magic_Stone_Middle + Rate: 20 + - Index: 38 + Item: Magic_Stone_Bottom + Rate: 20 + - Index: 39 + Item: Range_Stone_Top + Rate: 20 + - Index: 40 + Item: Range_Stone + Rate: 20 + - Index: 41 + Item: Range_Stone_Bottom + Rate: 20 + - Index: 42 + Item: Melee_Stone_Top + Rate: 20 + - Index: 43 + Item: Melee_Stone_Middle + Rate: 20 + - Index: 44 + Item: Melee_Stone_Bottom + Rate: 20 + - Index: 45 + Item: DefenseStone_Top + Rate: 20 + - Index: 46 + Item: DefenseStone_Middle + Rate: 20 + - Index: 47 + Item: DefenseStone_Bottom + Rate: 20 + - Index: 48 + Item: ReloadStone_Top + Rate: 20 + - Index: 49 + Item: ReloadStone_Middle + Rate: 20 + - Index: 50 + Item: ReloadStone_Bottom + Rate: 20 + - Index: 51 + Item: EXPStone_Middle + Rate: 20 + - Index: 52 + Item: EXPStone_Bottom + Rate: 20 + - Index: 53 + Item: EXPStone_Top + Rate: 20 + - Index: 54 + Item: Stone_Top_Box + Rate: 40 + - Index: 55 + Item: Stone_Top2_Box + Rate: 40 + - Index: 56 + Item: Stone_Middle_Box + Rate: 40 + - Index: 57 + Item: Stone_Middle2_Box + Rate: 40 + - Index: 58 + Item: Stone_Bottom_Box + Rate: 40 + - Index: 59 + Item: Stone_Bottom2_Box + Rate: 40 + - Index: 60 + Item: CastingStone_Top + Rate: 40 + - Index: 61 + Item: CastingStone_Middle + Rate: 40 + - Index: 62 + Item: CastingStone_Bottom + Rate: 40 + - Index: 63 + Item: Critical_Stone + Rate: 40 + - Index: 64 + Item: Critical_Stone_Top + Rate: 40 + - Index: 65 + Item: Critical_Stone_Bottom + Rate: 40 + - Group: ANCIENT_HERO_BOX_2 SubGroups: - SubGroup: 1 List: - - Item: Range_Stone_Robe_D + - Index: 0 + Item: Dragonic_Slayer + Rate: 100 + - Index: 1 + Item: Meteor_Striker + Rate: 100 + - Index: 2 + Item: Light_Blade + Rate: 100 + - Index: 3 + Item: Slate_Sword + Rate: 100 + - Index: 4 + Item: Trumpet_Shell_K + Rate: 100 + - Index: 5 + Item: Barb_Wire_K + Rate: 100 + - Index: 6 + Item: Saint_Hall + Rate: 100 + - Index: 7 + Item: Ray_Knuckle + Rate: 100 + - Index: 8 + Item: Blade_Katar + Rate: 100 + - Index: 9 + Item: Fatalist + Rate: 100 + - Index: 10 + Item: Scalet_Dragon_L_Bow + Rate: 100 + - Index: 11 + Item: Blue_Crystal_Staff + Rate: 100 + - Index: 12 + Item: Freezing_Rod + Rate: 100 + - Group: ANCIENT_HERO_BOX_3 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: OneSkyOneSun + Rate: 100 + - Index: 1 + Item: SoulWeight + Rate: 100 + - Index: 2 + Item: MeawFoxtail + Rate: 100 + - Index: 3 + Item: Master_Soul_Rifle + Rate: 100 + - Index: 4 + Item: Crimson_Rose + Rate: 100 + - Index: 5 + Item: Demon_S_Shot + Rate: 100 + - Index: 6 + Item: Golden_L_Launcher + Rate: 100 + - Index: 7 + Item: The_Black_Gatling + Rate: 100 + - Index: 8 + Item: Sharp_Wind_Sword + Rate: 100 + - Index: 9 + Item: Fog_Dew_Sword + Rate: 100 + - Index: 10 + Item: Humma_Clear + Rate: 100 + - Index: 11 + Item: Freedom_Stick + Rate: 100 + - Index: 12 + Item: Blessed_Knife + Rate: 100 + - Group: INTAKE_HAIR_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: C_Intake_WH + Rate: 100 + - Index: 1 + Item: C_Intake_RD + Rate: 100 + - Index: 2 + Item: C_Intake_PP + Rate: 100 + - Index: 3 + Item: C_Intake_GN + Rate: 100 + - Index: 4 + Item: C_Intake_BU + Rate: 100 + - Index: 5 + Item: C_Intake_OM + Rate: 100 + - Index: 6 + Item: C_Intake_YL + Rate: 100 + - Index: 7 + Item: C_Intake_BL + Rate: 100 + - Group: PONYTAIL_HAIR_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: C_AB_Hair_WH + Rate: 100 + - Index: 1 + Item: C_AB_Hair_LPP + Rate: 100 + - Index: 2 + Item: C_AB_Hair_RD + Rate: 100 + - Index: 3 + Item: C_AB_Hair_PP + Rate: 100 + - Index: 4 + Item: C_AB_Hair_GN + Rate: 100 + - Index: 5 + Item: C_AB_Hair_BU + Rate: 100 + - Index: 6 + Item: C_AB_Hair_YL + Rate: 100 + - Index: 7 + Item: C_AB_Hair_BL + Rate: 100 + - Group: ALCHEMIST_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Fire_Bottle + Rate: 1 + Amount: 50 + - Index: 1 + Item: Acid_Bottle + Rate: 1 + Amount: 50 + - Index: 2 + Item: MenEater_Plant_Bottle + Rate: 1 + Amount: 50 + - Index: 3 + Item: Coating_Bottle + Rate: 1 + Amount: 50 + - Index: 4 + Item: Mini_Bottle + Rate: 1 + Amount: 50 + - Group: GIANT_FLY_WING_2500 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: K_Secret_Key + Amount: 13 + - Index: 1 + Item: Giant_Fly_Wing + Amount: 2500 + UniqueId: true + - Group: C_GIANT_FLY_WING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: K_Secret_Key + - Index: 1 + Item: Giant_Fly_Wing + Amount: 500 + UniqueId: true + - Group: C_SIEGE_SCROLL_BOX1_10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Siege_Teleport_Scroll + Amount: 100 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + - Group: C_SIEGE_SCROLL_BOX2_30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Siege_Teleport_Scroll + Amount: 500 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + Amount: 11 + - Group: A_3_LIFE_POTION_10PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: K_Secret_Key + Amount: 11 + - Group: A_3_LIFE_POTION_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 20 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 20 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 20 + UniqueId: true + - Index: 3 + Item: K_Secret_Key + - Group: A_INFINITY_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infinity_Drink + Amount: 100 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + Amount: 11 + - Group: A_INFINITY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infinity_Drink + Amount: 10 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + - Group: C_ACID_B_50BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Acid_Bottle + Amount: 50 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + - Group: C_ACID_B_500_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Acid_Bottle + Amount: 500 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + Amount: 11 + - Group: FIRST_AID_KIT_B + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: White_Potion_B + Rate: 581 + - Index: 1 + Item: Center_Potion_B + Rate: 581 + - Index: 2 + Item: Yellow_Potion_B + Rate: 581 + - Index: 3 + Item: Novice_Potion_B + Rate: 581 + - Index: 4 + Item: Red_Slim_Potion_B + Rate: 581 + - Index: 5 + Item: Berserk_Potion_B + Rate: 581 + - Index: 6 + Item: Orange_Potion_B + Rate: 581 + - Index: 7 + Item: Red_Potion_B + Rate: 581 + - Index: 8 + Item: Green_Potion_B + Rate: 581 + - Index: 9 + Item: Blue_Potion_B + Rate: 581 + - Index: 10 + Item: White_Slim_Potion_B + Rate: 581 + - Index: 11 + Item: Awakening_Potion_B + Rate: 581 + - Index: 12 + Item: Yellow_Slim_Potion_B + Rate: 581 + - Index: 13 + Item: Speed_Up_Potion_B + Rate: 581 + - Index: 14 + Item: Slow_Down_Potion_B + Rate: 581 + - Index: 15 + Item: Anodyne_B + Rate: 581 + - Index: 16 + Item: Water_Of_Darkness_B + Rate: 581 + - Index: 17 + Item: Poison_Bottle_B + Rate: 123 + - SubGroup: 2 + List: + - Index: 0 + Item: White_Potion_B + Rate: 581 + - Index: 1 + Item: Center_Potion_B + Rate: 581 + - Index: 2 + Item: Yellow_Potion_B + Rate: 581 + - Index: 3 + Item: Novice_Potion_B + Rate: 581 + - Index: 4 + Item: Red_Slim_Potion_B + Rate: 581 + - Index: 5 + Item: Berserk_Potion_B + Rate: 581 + - Index: 6 + Item: Orange_Potion_B + Rate: 581 + - Index: 7 + Item: Red_Potion_B + Rate: 581 + - Index: 8 + Item: Green_Potion_B + Rate: 581 + - Index: 9 + Item: Blue_Potion_B + Rate: 581 + - Index: 10 + Item: White_Slim_Potion_B + Rate: 581 + - Index: 11 + Item: Awakening_Potion_B + Rate: 581 + - Index: 12 + Item: Yellow_Slim_Potion_B + Rate: 581 + - Index: 13 + Item: Speed_Up_Potion_B + Rate: 581 + - Index: 14 + Item: Slow_Down_Potion_B + Rate: 581 + - Index: 15 + Item: Anodyne_B + Rate: 581 + - Index: 16 + Item: Water_Of_Darkness_B + Rate: 581 + - Index: 17 + Item: Poison_Bottle_B + Rate: 123 + - SubGroup: 3 + List: + - Index: 0 + Item: White_Potion_B + Rate: 581 + - Index: 1 + Item: Center_Potion_B + Rate: 581 + - Index: 2 + Item: Yellow_Potion_B + Rate: 581 + - Index: 3 + Item: Novice_Potion_B + Rate: 581 + - Index: 4 + Item: Red_Slim_Potion_B + Rate: 581 + - Index: 5 + Item: Berserk_Potion_B + Rate: 581 + - Index: 6 + Item: Orange_Potion_B + Rate: 581 + - Index: 7 + Item: Red_Potion_B + Rate: 581 + - Index: 8 + Item: Green_Potion_B + Rate: 581 + - Index: 9 + Item: Blue_Potion_B + Rate: 581 + - Index: 10 + Item: White_Slim_Potion_B + Rate: 581 + - Index: 11 + Item: Awakening_Potion_B + Rate: 581 + - Index: 12 + Item: Yellow_Slim_Potion_B + Rate: 581 + - Index: 13 + Item: Speed_Up_Potion_B + Rate: 581 + - Index: 14 + Item: Slow_Down_Potion_B + Rate: 581 + - Index: 15 + Item: Anodyne_B + Rate: 581 + - Index: 16 + Item: Water_Of_Darkness_B + Rate: 581 + - Index: 17 + Item: Poison_Bottle_B + Rate: 123 + - SubGroup: 4 + List: + - Index: 0 + Item: White_Potion_B + Rate: 581 + - Index: 1 + Item: Center_Potion_B + Rate: 581 + - Index: 2 + Item: Yellow_Potion_B + Rate: 581 + - Index: 3 + Item: Novice_Potion_B + Rate: 581 + - Index: 4 + Item: Red_Slim_Potion_B + Rate: 581 + - Index: 5 + Item: Berserk_Potion_B + Rate: 581 + - Index: 6 + Item: Orange_Potion_B + Rate: 581 + - Index: 7 + Item: Red_Potion_B + Rate: 581 + - Index: 8 + Item: Green_Potion_B + Rate: 581 + - Index: 9 + Item: Blue_Potion_B + Rate: 581 + - Index: 10 + Item: White_Slim_Potion_B + Rate: 581 + - Index: 11 + Item: Awakening_Potion_B + Rate: 581 + - Index: 12 + Item: Yellow_Slim_Potion_B + Rate: 581 + - Index: 13 + Item: Speed_Up_Potion_B + Rate: 581 + - Index: 14 + Item: Slow_Down_Potion_B + Rate: 581 + - Index: 15 + Item: Anodyne_B + Rate: 581 + - Index: 16 + Item: Water_Of_Darkness_B + Rate: 581 + - Index: 17 + Item: Poison_Bottle_B + Rate: 123 + - SubGroup: 5 + List: + - Index: 0 + Item: White_Potion_B + Rate: 581 + - Index: 1 + Item: Center_Potion_B + Rate: 581 + - Index: 2 + Item: Yellow_Potion_B + Rate: 581 + - Index: 3 + Item: Novice_Potion_B + Rate: 581 + - Index: 4 + Item: Red_Slim_Potion_B + Rate: 581 + - Index: 5 + Item: Berserk_Potion_B + Rate: 581 + - Index: 6 + Item: Orange_Potion_B + Rate: 581 + - Index: 7 + Item: Red_Potion_B + Rate: 581 + - Index: 8 + Item: Green_Potion_B + Rate: 581 + - Index: 9 + Item: Blue_Potion_B + Rate: 581 + - Index: 10 + Item: White_Slim_Potion_B + Rate: 581 + - Index: 11 + Item: Awakening_Potion_B + Rate: 581 + - Index: 12 + Item: Yellow_Slim_Potion_B + Rate: 581 + - Index: 13 + Item: Speed_Up_Potion_B + Rate: 581 + - Index: 14 + Item: Slow_Down_Potion_B + Rate: 581 + - Index: 15 + Item: Anodyne_B + Rate: 581 + - Index: 16 + Item: Water_Of_Darkness_B + Rate: 581 + - Index: 17 + Item: Poison_Bottle_B + Rate: 123 + - Group: BOARDING_HALTER_BOX7 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Boarding_Halter + Duration: 10080 + UniqueId: true + - Group: COSTAMA_EGG21 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Fallen_Angel_Wing + Rate: 1 + - Index: 1 + Item: Bravery_Bag + Rate: 5 + - Index: 2 + Item: White_Snake_Hat + Rate: 5 + - Index: 3 + Item: Hexagon_Spectacles + Rate: 3 + - Index: 4 + Item: Azure_Dragon_Armor Rate: 10 - - Item: Melee_Stone_Robe_D - Rate: 10 - - Item: Magic_Stone_Robe_D - Rate: 10 - - Item: SmatkStone_Robe - Rate: 10 - - Item: M_PATKStone_Robe - Rate: 10 - - Item: R_PATKStone_Robe - Rate: 10 - - Item: ReloadStone_Robe_D - Rate: 10 - - Item: CriticalStone_Robe_D - Rate: 10 - - Item: Critical_Stone_Robe - Rate: 20 - - Item: CastStone_Robe_D - Rate: 40 - - Item: CastStone_Robe + - Index: 5 + Item: Valkyrie_Hammer + Rate: 6 + - Index: 6 + Item: C_Ear_Of_Black_Cat + Rate: 12 + - Index: 7 + Item: C_There_Is_Something + Rate: 12 + - Index: 8 + Item: C_Triangular_Roof_Hat + Rate: 12 + - Index: 9 + Item: C_Gray_Drooping_Kitty + Rate: 12 + - Index: 10 + Item: Dark_Blindfold_C + Rate: 12 + - Index: 11 + Item: C_Gloomy_Pumpkin_Hat + Rate: 6 + - Index: 12 + Item: C_Lude_Mask + Rate: 6 + - Index: 13 + Item: C_Cube_Mask_ + Rate: 6 + - Index: 14 + Item: C_Witchs_Hat + Rate: 6 + - Group: CRYSTAL_OF_GRUDGE + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Pieces_Of_Grudge + Rate: 665 + Amount: 10 + - Index: 1 + Item: Pieces_Of_Grudge + Rate: 130 + Amount: 20 + - Index: 2 + Item: Pieces_Of_Grudge + Rate: 100 + Amount: 30 + - Index: 3 + Item: Pieces_Of_Grudge + Rate: 100 + Amount: 40 + - Index: 4 + Item: Pieces_Of_Grudge + Rate: 1 + Amount: 100 + - Index: 5 + Item: Pieces_Of_Grudge + Rate: 1 + Amount: 200 + - Index: 6 + Item: Pieces_Of_Grudge + Rate: 1 + Amount: 300 + - Index: 7 + Item: Pieces_Of_Grudge + Rate: 1 + Amount: 400 + - Index: 8 + Item: Pieces_Of_Grudge + Rate: 1 + Amount: 500 + - Group: WING_OF_BAALZEBUB_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Wing_Of_Baalzebub + Duration: 43200 + UniqueId: true + - Group: POROROCA_SHOES_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Pororoca_Shoes + - Index: 1 + Item: La'cryma_Stick + - Group: LIAN_BUNDLE_B + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lian_Shoes + - Index: 1 + Item: Lian_Robe + - Index: 2 + Item: Lian_Shield + - Group: SPRINT_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sprint_Glove + - Index: 1 + Item: Sprint_Mail + - Index: 2 + Item: Sprint_Shoes + - Index: 3 + Item: Sprint_Ring + - Group: ETRAN_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Etran_Shirt + - Index: 1 + Item: G_Strings_ + - Group: ROSE_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rose_Of_Eden + - Index: 1 + Item: Angelic_Ring + - Group: ORLEANS_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Orleans_Necklace + - Index: 1 + Item: Orleans_Gown + - Group: BLACK_SHIBA_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Black_Shiba_Inu_Hat + - Index: 1 + Item: Fidelity_Necklace + - Group: VALKYRIE_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Valkyrja's_Shield + - Index: 1 + Item: Long_Horn + - Group: KARDUI_BUNDLE_A + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kardui_Robe + - Index: 1 + Item: Rafini_Staff + - Group: CLOSEDMIND_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Hurt_Mind + Rate: 1 + - Index: 1 + Item: KindHeart + Rate: 1 + - Index: 2 + Item: Old_Card_Album + Rate: 500 + - Index: 3 + Item: Magic_Card_Album Rate: 80 - - Item: KagerouStone_Top3 + - Index: 4 + Item: Hot_Tee + Rate: 1700 + Amount: 5 + - Index: 5 + Item: Bloody_Dead_Branch + Rate: 100 + - Index: 6 + Item: Old_Violet_Box + Rate: 907 + Amount: 3 + - Index: 7 + Item: Manacles + Rate: 600 + Amount: 10 + - Index: 8 + Item: Bloody_Page + Rate: 610 + Amount: 10 + - Index: 9 + Item: Sweet_Canape + Rate: 2100 + Amount: 5 + - Index: 10 + Item: Bloody_Coin + Rate: 1200 + Amount: 5 + - Index: 11 + Item: Gold + Rate: 1 + Amount: 2 + - Index: 12 + Item: Violet_Jewel + Rate: 1200 + Amount: 10 + - Index: 13 + Item: Crystal_Jewel__ + Rate: 1000 + Amount: 10 + - Group: COOKIE_BAG_B + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Lucky_Cookie_B + Rate: 1042 + - Index: 1 + Item: Lucky_Candy_Cane_B + Rate: 1042 + - Index: 2 + Item: Rice_Ball_B + Rate: 1042 + - Index: 3 + Item: Candy_Striper_B + Rate: 1042 + - Index: 4 + Item: Lucky_Candy_B + Rate: 1042 + - Index: 5 + Item: Candy_B + Rate: 1042 + - Index: 6 + Item: Piece_Of_Cake_B + Rate: 1042 + - Index: 7 + Item: Well_Baked_Cookie_B + Rate: 1042 + - Index: 8 + Item: Chocolate_Drink_B + Rate: 208 + - Index: 9 + Item: White_Chocolate_B + Rate: 208 + - Index: 10 + Item: HandMade_Chocolate_B + Rate: 208 + - Index: 11 + Item: HandMade_Chocolate_B_ + Rate: 208 + - Index: 12 + Item: Chocolate_B + Rate: 208 + - Index: 13 + Item: Sesame_Pastry_B + Rate: 208 + - Index: 14 + Item: Honey_Pastry_B + Rate: 208 + - Index: 15 + Item: Rainbow_Cake_B + Rate: 208 + - SubGroup: 2 + List: + - Index: 0 + Item: Lucky_Cookie_B + Rate: 1042 + - Index: 1 + Item: Lucky_Candy_Cane_B + Rate: 1042 + - Index: 2 + Item: Rice_Ball_B + Rate: 1042 + - Index: 3 + Item: Candy_Striper_B + Rate: 1042 + - Index: 4 + Item: Lucky_Candy_B + Rate: 1042 + - Index: 5 + Item: Candy_B + Rate: 1042 + - Index: 6 + Item: Piece_Of_Cake_B + Rate: 1042 + - Index: 7 + Item: Well_Baked_Cookie_B + Rate: 1042 + - Index: 8 + Item: Chocolate_Drink_B + Rate: 208 + - Index: 9 + Item: White_Chocolate_B + Rate: 208 + - Index: 10 + Item: HandMade_Chocolate_B + Rate: 208 + - Index: 11 + Item: HandMade_Chocolate_B_ + Rate: 208 + - Index: 12 + Item: Chocolate_B + Rate: 208 + - Index: 13 + Item: Sesame_Pastry_B + Rate: 208 + - Index: 14 + Item: Honey_Pastry_B + Rate: 208 + - Index: 15 + Item: Rainbow_Cake_B + Rate: 208 + - SubGroup: 3 + List: + - Index: 0 + Item: Lucky_Cookie_B + Rate: 1042 + - Index: 1 + Item: Lucky_Candy_Cane_B + Rate: 1042 + - Index: 2 + Item: Rice_Ball_B + Rate: 1042 + - Index: 3 + Item: Candy_Striper_B + Rate: 1042 + - Index: 4 + Item: Lucky_Candy_B + Rate: 1042 + - Index: 5 + Item: Candy_B + Rate: 1042 + - Index: 6 + Item: Piece_Of_Cake_B + Rate: 1042 + - Index: 7 + Item: Well_Baked_Cookie_B + Rate: 1042 + - Index: 8 + Item: Chocolate_Drink_B + Rate: 208 + - Index: 9 + Item: White_Chocolate_B + Rate: 208 + - Index: 10 + Item: HandMade_Chocolate_B + Rate: 208 + - Index: 11 + Item: HandMade_Chocolate_B_ + Rate: 208 + - Index: 12 + Item: Chocolate_B + Rate: 208 + - Index: 13 + Item: Sesame_Pastry_B + Rate: 208 + - Index: 14 + Item: Honey_Pastry_B + Rate: 208 + - Index: 15 + Item: Rainbow_Cake_B + Rate: 208 + - SubGroup: 4 + List: + - Index: 0 + Item: Lucky_Cookie_B + Rate: 1042 + - Index: 1 + Item: Lucky_Candy_Cane_B + Rate: 1042 + - Index: 2 + Item: Rice_Ball_B + Rate: 1042 + - Index: 3 + Item: Candy_Striper_B + Rate: 1042 + - Index: 4 + Item: Lucky_Candy_B + Rate: 1042 + - Index: 5 + Item: Candy_B + Rate: 1042 + - Index: 6 + Item: Piece_Of_Cake_B + Rate: 1042 + - Index: 7 + Item: Well_Baked_Cookie_B + Rate: 1042 + - Index: 8 + Item: Chocolate_Drink_B + Rate: 208 + - Index: 9 + Item: White_Chocolate_B + Rate: 208 + - Index: 10 + Item: HandMade_Chocolate_B + Rate: 208 + - Index: 11 + Item: HandMade_Chocolate_B_ + Rate: 208 + - Index: 12 + Item: Chocolate_B + Rate: 208 + - Index: 13 + Item: Sesame_Pastry_B + Rate: 208 + - Index: 14 + Item: Honey_Pastry_B + Rate: 208 + - Index: 15 + Item: Rainbow_Cake_B + Rate: 208 + - SubGroup: 5 + List: + - Index: 0 + Item: Lucky_Cookie_B + Rate: 1042 + - Index: 1 + Item: Lucky_Candy_Cane_B + Rate: 1042 + - Index: 2 + Item: Rice_Ball_B + Rate: 1042 + - Index: 3 + Item: Candy_Striper_B + Rate: 1042 + - Index: 4 + Item: Lucky_Candy_B + Rate: 1042 + - Index: 5 + Item: Candy_B + Rate: 1042 + - Index: 6 + Item: Piece_Of_Cake_B + Rate: 1042 + - Index: 7 + Item: Well_Baked_Cookie_B + Rate: 1042 + - Index: 8 + Item: Chocolate_Drink_B + Rate: 208 + - Index: 9 + Item: White_Chocolate_B + Rate: 208 + - Index: 10 + Item: HandMade_Chocolate_B + Rate: 208 + - Index: 11 + Item: HandMade_Chocolate_B_ + Rate: 208 + - Index: 12 + Item: Chocolate_B + Rate: 208 + - Index: 13 + Item: Sesame_Pastry_B + Rate: 208 + - Index: 14 + Item: Honey_Pastry_B + Rate: 208 + - Index: 15 + Item: Rainbow_Cake_B + Rate: 208 + - Group: SHADOW_BOX2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Brilliant_Golden_Wings + Rate: 220 + Announced: true + - Index: 1 + Item: S_Lucky_Weapon + Rate: 815 + - Index: 2 + Item: S_Power_Earring + Rate: 815 + - Index: 3 + Item: S_Int_Pendant + Rate: 815 + - Index: 4 + Item: S_Dexterous_Armor + Rate: 815 + - Index: 5 + Item: S_Vital_Shoes + Rate: 815 + - Index: 6 + Item: S_Athletic_Shield + Rate: 815 + - Index: 7 + Item: S_Lucky_Armor + Rate: 815 + - Index: 8 + Item: S_Power_Pendant + Rate: 815 + - Index: 9 + Item: S_Int_Earring + Rate: 815 + - Index: 10 + Item: S_Dexterous_Weapon + Rate: 815 + - Index: 11 + Item: S_Athletic_Shoes + Rate: 815 + - Index: 12 + Item: S_Vital_Shield + Rate: 815 + - Group: SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Physical_Weapon + Rate: 75 + - Index: 1 + Item: S_Physical_Earring + Rate: 100 + - Index: 2 + Item: S_Physical_Pendant + Rate: 100 + - Index: 3 + Item: S_Magical_Weapon + Rate: 75 + - Index: 4 + Item: S_Magical_Earring + Rate: 100 + - Index: 5 + Item: S_Magical_Pendant + Rate: 100 + - Index: 6 + Item: S_Breezy_Armor + Rate: 150 + - Index: 7 + Item: S_Champion_Shoes + Rate: 150 + - Index: 8 + Item: S_Athena_Shield + Rate: 150 + - Group: PHYSICAL_S_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_Physical_Weapon + UniqueId: true + - Index: 1 + Item: S_Physical_Earring + UniqueId: true + - Index: 2 + Item: S_Physical_Pendant + UniqueId: true + - Index: 3 + Item: S_Breezy_Armor + UniqueId: true + - Index: 4 + Item: S_Champion_Shoes + UniqueId: true + - Index: 5 + Item: S_Athena_Shield + UniqueId: true + - Group: MAGICAL_S_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_Magical_Weapon + UniqueId: true + - Index: 1 + Item: S_Magical_Earring + UniqueId: true + - Index: 2 + Item: S_Magical_Pendant + UniqueId: true + - Index: 3 + Item: S_Breezy_Armor + UniqueId: true + - Index: 4 + Item: S_Champion_Shoes + UniqueId: true + - Index: 5 + Item: S_Athena_Shield + UniqueId: true + - Group: POWER_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Honey_Pastry + UniqueId: true + - Index: 1 + Item: Sesame_Pastry + UniqueId: true + - Index: 2 + Item: Exorcize_Herb + UniqueId: true + - Group: POWER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Honey_Pastry + UniqueId: true + - Index: 1 + Item: Sesame_Pastry + UniqueId: true + - Index: 2 + Item: Realgar_Wine + UniqueId: true + - Group: MAIL_BREAKER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mail_Breaker_C + Duration: 1440 + UniqueId: true + - Group: HARDBACK_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Hardback_C + Duration: 1440 + UniqueId: true + - Group: SWORD_BREAKER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sword_Breaker_C + Duration: 1440 + UniqueId: true + - Group: BOW_OF_RUDRA_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bow_Of_Rudra_C + Duration: 1440 + UniqueId: true + - Group: BLOODY_ROAR_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Roar_C + Duration: 1440 + UniqueId: true + - Group: BLOODY_IRON_BALL_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Iron_Ball_C + Duration: 1440 + UniqueId: true + - Group: SIEGE_SUPPLY_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: White_Slim_Potion_Box_ + Rate: 50 + - Index: 1 + Item: Mastela_Fruit_Box_ + Rate: 50 + - Index: 2 + Item: White_Potion_Box_ + Rate: 10 + - Index: 3 + Item: Royal_Jelly_Box2_ + Rate: 50 + - Index: 4 + Item: Blue_Herb_Box2 + Rate: 10 + - Index: 5 + Item: Yellow_Gemstone + Rate: 50 + Amount: 50 + - Index: 6 + Item: Red_Gemstone + Rate: 50 + Amount: 50 + - Index: 7 + Item: Blue_Gemstone + Rate: 50 + Amount: 50 + - Index: 8 + Item: Detrimindexta + Rate: 50 + Amount: 20 + - Index: 9 + Item: Karvodailnirol + Rate: 50 + Amount: 20 + - Index: 10 + Item: Bomb_Mushroom_Spore + Rate: 50 + Amount: 10 + - Index: 11 + Item: Tear_Gas + Rate: 50 + Amount: 10 + - Index: 12 + Item: Explosive_Powder + Rate: 50 + Amount: 20 + - Index: 13 + Item: Smoke_Powder + Rate: 50 + Amount: 20 + - Index: 14 + Item: Runstone_Ancient + Rate: 50 + Amount: 10 + - Index: 15 + Item: Light_Granule + Rate: 50 + Amount: 10 + - Index: 16 + Item: Special_Alloy_Trap + Rate: 50 + Amount: 50 + - Index: 17 + Item: Poison_Herb_Nerium + Rate: 50 + Amount: 20 + - Index: 18 + Item: Poison_Herb_Rantana + Rate: 50 + Amount: 20 + - Index: 19 + Item: Poison_Herb_Makulata + Rate: 50 + Amount: 20 + - Index: 20 + Item: Poison_Herb_Seratum + Rate: 50 + Amount: 20 + - Index: 21 + Item: Poison_Herb_Scopolia + Rate: 50 + Amount: 20 + - Index: 22 + Item: Poison_Herb_Amoena + Rate: 50 + Amount: 20 + - Index: 23 + Item: Yggdrasil_Seed_Box_ Rate: 30 - - Item: KagerouStone_Middle3 + - Index: 24 + Item: Speed_Up_Potion + Rate: 10 + Amount: 10 + - Index: 25 + Item: Mandragora_Flowerpot + Rate: 10 + Amount: 10 + - Index: 26 + Item: Mora_Hip_Tea + Rate: 10 + Amount: 10 + - Index: 27 + Item: Rafflecino + Rate: 10 + Amount: 10 + - Group: PC_BANG_COIN_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rusty_Coin + Duration: 60 + - Group: ACIDBOMB_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fire_Bottle + Amount: 50 + - Index: 1 + Item: Acid_Bottle + Amount: 50 + - Group: PC_BANG_COIN_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ordinary_Coin + Duration: 60 + - Group: PC_BANG_COIN_BOX4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shiny_Coin + Duration: 120 + - Group: FOOD_BOX_LV1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Str_Dish01_ + UniqueId: true + - Index: 1 + Item: Int_Dish01_ + UniqueId: true + - Index: 2 + Item: Vit_Dish01_ + UniqueId: true + - Index: 3 + Item: Agi_Dish01_ + UniqueId: true + - Index: 4 + Item: Dex_Dish01_ + UniqueId: true + - Index: 5 + Item: Luk_Dish01_ + UniqueId: true + - Group: FOOD_BOX_LV2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Str_Dish02_ + UniqueId: true + - Index: 1 + Item: Int_Dish02_ + UniqueId: true + - Index: 2 + Item: Vit_Dish02_ + UniqueId: true + - Index: 3 + Item: Agi_Dish02_ + UniqueId: true + - Index: 4 + Item: Dex_Dish02_ + UniqueId: true + - Index: 5 + Item: Luk_Dish02_ + UniqueId: true + - Group: FOOD_BOX_LV3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Str_Dish03_ + UniqueId: true + - Index: 1 + Item: Int_Dish03_ + UniqueId: true + - Index: 2 + Item: Vit_Dish03_ + UniqueId: true + - Index: 3 + Item: Agi_Dish03_ + UniqueId: true + - Index: 4 + Item: Dex_Dish03_ + UniqueId: true + - Index: 5 + Item: Luk_Dish03_ + UniqueId: true + - Group: TRIAL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 2 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Group: REPAIR_SCROLL_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Repair_Scroll_ + Amount: 10 + UniqueId: true + - Index: 1 + Item: Iron_Ore + Amount: 10 + UniqueId: true + - Index: 2 + Item: Iron + Amount: 10 + UniqueId: true + - Index: 3 + Item: Oridecon_Stone + Amount: 10 + UniqueId: true + - Index: 4 + Item: Steel + Amount: 10 + UniqueId: true + - Group: HOCKEY_MASK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Hockey_Mask + Duration: 10080 + UniqueId: true + - Group: CLOCK_TOWER_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Alarm_Card + UniqueId: true + - Index: 1 + Item: Clock_Card + UniqueId: true + - Index: 2 + Item: Punk_Card + UniqueId: true + - Index: 3 + Item: C_Tower_Manager_Card + UniqueId: true + - Group: GEFFENIA_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Incubus_Card + UniqueId: true + - Index: 1 + Item: Succubus_Card + UniqueId: true + - Group: OWL_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Owl_Baron_Card + UniqueId: true + - Index: 1 + Item: Owl_Duke_Card + UniqueId: true + - Group: GHOST_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lude_Card + UniqueId: true + - Index: 1 + Item: Quve_Card + UniqueId: true + - Group: NIGHTMARE_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nightmare_Card + UniqueId: true + - Index: 1 + Item: Nightmare_Terror_Card + UniqueId: true + - Group: STARTER_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Silver_Bullion + Amount: 2 + UniqueId: true + - Index: 1 + Item: Novice_Potion + Amount: 300 + UniqueId: true + - Index: 2 + Item: White_Potion + Amount: 20 + UniqueId: true + - Index: 3 + Item: Blue_Potion + Amount: 20 + UniqueId: true + - Index: 4 + Item: Warp_Free_Ticket + Amount: 30 + UniqueId: true + - Index: 5 + Item: Shoes + UniqueId: true + - Index: 6 + Item: Mottled_Egg_Shell + UniqueId: true + - Index: 7 + Item: Muffler + UniqueId: true + - Index: 8 + Item: Mantle + UniqueId: true + - Index: 9 + Item: Old_Card_Album + UniqueId: true + - Index: 10 + Item: Old_Blue_Box + UniqueId: true + - Index: 11 + Item: Old_Violet_Box + UniqueId: true + - Index: 12 + Item: Leaf_Of_Yggdrasil + Amount: 5 + UniqueId: true + - Index: 13 + Item: Branch_Of_Dead_Tree + Amount: 5 + UniqueId: true + - Group: LOVE_ANGEL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Love_Angel + Duration: 10080 + UniqueId: true + - Group: SQUIRREL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Squirrel + Duration: 10080 + UniqueId: true + - Group: GOGO_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Gogo + Duration: 10080 + UniqueId: true + - Group: CRUSADER_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Archdam_Card + UniqueId: true + - Index: 1 + Item: Permeter_Card + UniqueId: true + - Index: 2 + Item: Freezer_Card + UniqueId: true + - Index: 3 + Item: Heater_Card + UniqueId: true + - Group: ALCHEMIST_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Zipper_Bear_Card + UniqueId: true + - Index: 1 + Item: Baby_Leopard_Card + UniqueId: true + - Index: 2 + Item: Mole_Card + UniqueId: true + - Index: 3 + Item: Raggler_Card + UniqueId: true + - Index: 4 + Item: Muka_Card + UniqueId: true + - Group: ROGUE_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Stainer_Card + UniqueId: true + - Index: 1 + Item: Wander_Man_Card + UniqueId: true + - Index: 2 + Item: Wild_Rose_Card + UniqueId: true + - Index: 3 + Item: Shinobi_Card + UniqueId: true + - Index: 4 + Item: Whikebain_Card + UniqueId: true + - Group: BARD_DANCER_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cruiser_Card + UniqueId: true + - Index: 1 + Item: Anolian_Card + UniqueId: true + - Index: 2 + Item: Dragon_Tail_Card + UniqueId: true + - Index: 3 + Item: Ferus__Card + UniqueId: true + - Index: 4 + Item: Alligator_Card + UniqueId: true + - Group: SAGE_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Novus__Card + UniqueId: true + - Index: 1 + Item: Wicked_Nymph_Card + UniqueId: true + - Index: 2 + Item: Harpy_Card + UniqueId: true + - Index: 3 + Item: Miyabi_Ningyo_Card + UniqueId: true + - Index: 4 + Item: Blood_Butterfly_Card + UniqueId: true + - Group: MONK_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fur_Seal_Card + UniqueId: true + - Index: 1 + Item: Waste_Stove_Card + UniqueId: true + - Index: 2 + Item: Rideword_Card + UniqueId: true + - Index: 3 + Item: Cookie_Card + UniqueId: true + - Group: TW_VALENTINE_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Handmade_Choco_Recipe + Rate: 130 + Amount: 10 + UniqueId: true + - Index: 1 + Item: Strawberry_Choco_Recipe + Rate: 120 + Amount: 10 + UniqueId: true + - Index: 2 + Item: Fire_Cracker_Wday_Box + Rate: 100 + UniqueId: true + - Index: 3 + Item: Fire_Cracker_Vday_Box + Rate: 100 + UniqueId: true + - Index: 4 + Item: Fire_Cracker_Love_Box + Rate: 100 + UniqueId: true + - Index: 5 + Item: Lucky_Cookie01 + Rate: 50 + Amount: 10 + UniqueId: true + - Index: 6 + Item: Lucky_Cookie02 + Rate: 50 + Amount: 10 + UniqueId: true + - Index: 7 + Item: Lucky_Cookie03 + Rate: 50 + Amount: 10 + UniqueId: true + - Index: 8 + Item: Old_Blue_Box + Rate: 60 + Amount: 5 + UniqueId: true + - Index: 9 + Item: Guyak_Candy + Rate: 50 + Amount: 10 + UniqueId: true + - Index: 10 + Item: Guyak_Pudding + Rate: 48 + Amount: 10 + UniqueId: true + - Index: 11 + Item: Ribbon_Of_Bride + Rate: 2 + UniqueId: true + - Index: 12 + Item: Insurance_Package Rate: 30 - - Item: KagerouStone_Bottom3 + UniqueId: true + - Index: 13 + Item: Token_Of_Siegfried + Rate: 50 + Amount: 10 + UniqueId: true + - Index: 14 + Item: Battle_Manual_Box + Rate: 60 + UniqueId: true + - Group: LOVE_ANGEL_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Love_Angel + Duration: 43200 + UniqueId: true + - Group: SQUIRREL_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Squirrel + Duration: 43200 + UniqueId: true + - Group: GOGO_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Gogo + Duration: 43200 + UniqueId: true + - Group: WASTELAND_OUTLAW_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Wasteland_Outlaw_C + Duration: 10080 + UniqueId: true + - Group: LEVER_ACTION_RIFLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lever_Action_Rifle_C + Duration: 10080 + UniqueId: true + - Group: SPIRITUAL_TUNIC_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spritual_Tunic + Duration: 10080 + UniqueId: true + - Group: RECUPERATIVE_ARMOR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Recuperative_Armor + Duration: 10080 + UniqueId: true + - Group: SHELTER_RESISTANCE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shelter_Resistance + Duration: 10080 + UniqueId: true + - Group: SYLPHID_MANTEAU_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sylphid_Manteau + Duration: 10080 + UniqueId: true + - Group: REFRESH_SHOES_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Refresh_Shoes + Duration: 10080 + UniqueId: true + - Group: TOAST_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Toast_C + Duration: 10080 + UniqueId: true + - Group: BUBBLEGUM_LOWER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bubblegum_Lower + Duration: 1440 + UniqueId: true + - Group: TW_SCROLL01 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Fish_Head_Hat + Rate: 1 + UniqueId: true + - Index: 1 + Item: Magestic_Goat_ + Rate: 1 + UniqueId: true + - Index: 2 + Item: Sharp_Gear_ + Rate: 1 + UniqueId: true + - Index: 3 + Item: Neuralizer + Rate: 17 + UniqueId: true + - Index: 4 + Item: Convex_Mirror + Rate: 80 + UniqueId: true + - Index: 5 + Item: Blessing_10_Scroll_Box + Rate: 100 + UniqueId: true + - Index: 6 + Item: Inc_Agi_10_Scroll_Box + Rate: 100 + UniqueId: true + - Index: 7 + Item: Vigorgra_Package6 + Rate: 70 + UniqueId: true + - Index: 8 + Item: Mojji + Rate: 150 + Amount: 20 + UniqueId: true + - Index: 9 + Item: Guyak_Candy + Rate: 150 + Amount: 20 + UniqueId: true + - Index: 10 + Item: Guyak_Pudding + Rate: 150 + Amount: 15 + UniqueId: true + - Index: 11 + Item: Insurance + Rate: 60 + Amount: 10 + UniqueId: true + - Index: 12 + Item: Token_Of_Siegfried + Rate: 60 + Amount: 10 + UniqueId: true + - Index: 13 + Item: Battle_Manual + Rate: 60 + Amount: 10 + UniqueId: true + - Group: PICTURE_DIARY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Picture_Diary + Duration: 10080 + UniqueId: true + - Group: MINI_HEART_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mini_Heart + Duration: 10080 + UniqueId: true + - Group: NEWCOMER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Newcomer + Duration: 10080 + UniqueId: true + - Group: KID_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kid + Duration: 10080 + UniqueId: true + - Group: MAGIC_CASTLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magic_Castle + Duration: 10080 + UniqueId: true + - Group: BULGING_HEAD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bulging_Head + Duration: 10080 + UniqueId: true + - Group: PICTURE_DIARY_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Picture_Diary + Duration: 43200 + UniqueId: true + - Group: MINI_HEART_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mini_Heart + Duration: 43200 + UniqueId: true + - Group: NEWCOMER_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Newcomer + Duration: 43200 + UniqueId: true + - Group: KID_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kid + Duration: 43200 + UniqueId: true + - Group: MAGIC_CASTLE_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magic_Castle + Duration: 43200 + UniqueId: true + - Group: BULGING_HEAD_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bulging_Head + Duration: 43200 + UniqueId: true + - Group: F_LOVE_ANGEL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Love_Angel + Duration: 10080 + UniqueId: true + - Group: F_SQUIRREL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Squirrel + Duration: 10080 + UniqueId: true + - Group: F_GOGO_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Gogo + Duration: 10080 + UniqueId: true + - Group: F_LOVE_ANGEL_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Love_Angel + Duration: 43200 + UniqueId: true + - Group: F_SQUIRREL_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Squirrel + Duration: 43200 + UniqueId: true + - Group: F_GOGO_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Gogo + Duration: 43200 + UniqueId: true + - Group: F_WASTELAND_OUTLAW_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Wasteland_Outlaw_C + Duration: 10080 + UniqueId: true + - Group: F_ALL_IN_ONE_RING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: All_In_One_Ring + Duration: 10080 + UniqueId: true + - Group: F_SPRITUAL_TUNIC_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spritual_Tunic + Duration: 10080 + UniqueId: true + - Group: F_RECUPERATIVE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Recuperative_Armor + Duration: 10080 + UniqueId: true + - Group: F_SHELTER_RESIST_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shelter_Resistance + Duration: 10080 + UniqueId: true + - Group: F_SYLPHID_MANTEAU_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sylphid_Manteau + Duration: 10080 + UniqueId: true + - Group: F_TOAST_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Toast_C + Duration: 10080 + UniqueId: true + - Group: F_REPAIR_SCROLL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Repair_Scroll_ + Amount: 5 + UniqueId: true + - Index: 1 + Item: Iron_Ore + Amount: 5 + UniqueId: true + - Index: 2 + Item: Iron + Amount: 5 + UniqueId: true + - Index: 3 + Item: Oridecon_Stone + Amount: 5 + UniqueId: true + - Index: 4 + Item: Steel + Amount: 5 + UniqueId: true + - Group: F_REPAIR_SCROLL_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Repair_Scroll_ + Amount: 10 + UniqueId: true + - Index: 1 + Item: Iron_Ore + Amount: 10 + UniqueId: true + - Index: 2 + Item: Iron + Amount: 10 + UniqueId: true + - Index: 3 + Item: Oridecon_Stone + Amount: 10 + UniqueId: true + - Index: 4 + Item: Steel + Amount: 10 + UniqueId: true + - Group: F_HOCKEY_MASK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Hockey_Mask + Duration: 10080 + UniqueId: true + - Group: F_OBSERVER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Observer + Duration: 10080 + UniqueId: true + - Group: F_NAGAN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nagan_C + Duration: 10080 + UniqueId: true + - Group: F_SKEWER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Skewer_C + Duration: 10080 + UniqueId: true + - Group: F_SURVIVAL_ROD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Survival_Rod_C + Duration: 10080 + UniqueId: true + - Group: F_QUADRILLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Quadrille_C + Duration: 10080 + UniqueId: true + - Group: F_GREAT_AXE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Great_Axe_C + Duration: 10080 + UniqueId: true + - Group: F_BLOODY_ROAR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Roar_C + Duration: 10080 + UniqueId: true + - Group: F_HARDBACK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Hardback_C + Duration: 10080 + UniqueId: true + - Group: F_FIRE_BRAND_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fire_Brand_C + Duration: 10080 + UniqueId: true + - Group: F_IMMATERIAL_SWORD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Immaterial_Sword_C + Duration: 10080 + UniqueId: true + - Group: F_UNHOLY_TOUCH_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Unholy_Touch_C + Duration: 10080 + UniqueId: true + - Group: F_CLACK_OF_SERVIVAL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cloak_Of_Survival_C + Duration: 20160 + UniqueId: true + - Group: F_MASQUERADE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Masquerade_C + Duration: 20160 + UniqueId: true + - Group: F_ORC_HERO_HELM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Orc_Hero_Helm_C + Duration: 20160 + UniqueId: true + - Group: F_EAR_OF_DEVIL_WING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evil_Wing_Ears_C + Duration: 20160 + UniqueId: true + - Group: F_DARK_BLINDFOLD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dark_Blindfold_C + Duration: 20160 + UniqueId: true + - Group: F_K_DROOPING_KITTY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: kRO_Drooping_Kitty_C + Duration: 20160 + UniqueId: true + - Group: F_CORSAIR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Corsair_C + Duration: 20160 + UniqueId: true + - Group: F_BLOODY_IRON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Iron_Ball_C + Duration: 10080 + UniqueId: true + - Group: F_SPIRITUAL_RING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spiritual_Ring_C + Duration: 10080 + UniqueId: true + - Group: F_INFILTRATOR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infiltrator_C + Duration: 10080 + UniqueId: true + - Group: F_MURAMASA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Muramasa_C + Duration: 10080 + UniqueId: true + - Group: F_EXCALIBUR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Excalibur_C + Duration: 10080 + UniqueId: true + - Group: F_COMBAT_KNIFE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Combat_Knife_C + Duration: 10080 + UniqueId: true + - Group: F_COUNTER_DAGGER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Counter_Dagger_C + Duration: 10080 + UniqueId: true + - Group: F_KAISER_KNUCKLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kaiser_Knuckle_C + Duration: 10080 + UniqueId: true + - Group: F_MIGHTY_STAFF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mighty_Staff_C + Duration: 10080 + UniqueId: true + - Group: F_RIGHT_EPSILON_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Right_Epsilon_C + Duration: 10080 + UniqueId: true + - Group: F_BALISTAR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Balistar_C + Duration: 10080 + UniqueId: true + - Group: F_DIARY_OF_GREAT_SAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Diary_Of_Great_Sage_C + Duration: 10080 + UniqueId: true + - Group: F_ASURA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Asura_C + Duration: 10080 + UniqueId: true + - Group: F_APPLE_OF_ARCHER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Apple_Of_Archer_C + Duration: 20160 + UniqueId: true + - Group: F_BUNNY_BAND_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bunny_Band_C + Duration: 20160 + UniqueId: true + - Group: F_SAHKKAT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sahkkat_C + Duration: 20160 + UniqueId: true + - Group: F_LORD_CIRCLET_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lord_Circlet_C + Duration: 20160 + UniqueId: true + - Group: F_ELVEN_EARS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Elven_Ears_C + Duration: 20160 + UniqueId: true + - Group: F_STEEL_FLOWER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Steel_Flower_C + Duration: 20160 + UniqueId: true + - Group: F_CRITICAL_RING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Critical_Ring_C + Duration: 10080 + UniqueId: true + - Group: F_EARRING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Earring_C + Duration: 10080 + UniqueId: true + - Group: F_RING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ring_C + Duration: 10080 + UniqueId: true + - Group: F_NECKLACE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Necklace_C + Duration: 10080 + UniqueId: true + - Group: F_GLOVE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Glove_C + Duration: 10080 + UniqueId: true + - Group: F_BROOCH_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Brooch_C + Duration: 10080 + UniqueId: true + - Group: F_ROSARY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rosary_C + Duration: 10080 + UniqueId: true + - Group: F_SAFETY_RING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Safety_Ring_C + Duration: 10080 + UniqueId: true + - Group: F_VESPER_CORE_BOX01 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core01_C + Duration: 10080 + UniqueId: true + - Group: F_VESPER_CORE_BOX02 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core02_C + Duration: 10080 + UniqueId: true + - Group: F_VESPER_CORE_BOX03 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core03_C + Duration: 10080 + UniqueId: true + - Group: F_VESPER_CORE_BOX04 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core04_C + Duration: 10080 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 2 + UniqueId: true + - Index: 2 + Item: Agi_Dish10_ + Amount: 2 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 5 + Item: Kafra_Card + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + UniqueId: true + - Group: F_VIGORGRA_PACKAGE2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 2 + UniqueId: true + - Index: 2 + Item: Vit_Dish10_ + Amount: 2 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 5 + Item: Kafra_Card + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + UniqueId: true + - Group: F_VIGORGRA_PACKAGE5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 2 + UniqueId: true + - Index: 2 + Item: Int_Dish10_ + Amount: 2 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 5 + Item: Kafra_Card + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + UniqueId: true + - Group: F_VIGORGRA_PACKAGE6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 2 + UniqueId: true + - Index: 2 + Item: Agi_Dish10_ + Amount: 2 + UniqueId: true + - Index: 3 + Item: Adrenaline_Scroll + Amount: 24 + UniqueId: true + - Index: 4 + Item: Aspersio_5_Scroll + Amount: 20 + UniqueId: true + - Index: 5 + Item: Holy_Water + Amount: 20 + UniqueId: true + - Index: 6 + Item: Kafra_Card + UniqueId: true + - Index: 7 + Item: Token_Of_Siegfried + UniqueId: true + - Group: F_VIGORGRA_PACKAGE7 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 4 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 4 + UniqueId: true + - Index: 2 + Item: Agi_Dish10_ + Amount: 4 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 30 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 30 + UniqueId: true + - Index: 5 + Item: Kafra_Card + Amount: 2 + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + Amount: 2 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE8 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 4 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 4 + UniqueId: true + - Index: 2 + Item: Vit_Dish10_ + Amount: 4 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 30 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 30 + UniqueId: true + - Index: 5 + Item: Kafra_Card + Amount: 2 + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + Amount: 2 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE9 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 4 + UniqueId: true + - Index: 1 + Item: Int_Dish10_ + Amount: 4 + UniqueId: true + - Index: 2 + Item: Dex_Dish10_ + Amount: 4 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 30 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 30 + UniqueId: true + - Index: 5 + Item: Kafra_Card + Amount: 2 + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + Amount: 2 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 4 + UniqueId: true + - Index: 1 + Item: Int_Dish10_ + Amount: 4 + UniqueId: true + - Index: 2 + Item: Vit_Dish10_ + Amount: 4 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 30 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 30 + UniqueId: true + - Index: 5 + Item: Kafra_Card + Amount: 2 + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + Amount: 2 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE11 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 4 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 4 + UniqueId: true + - Index: 2 + Item: Int_Dish10_ + Amount: 4 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 30 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 30 + UniqueId: true + - Index: 5 + Item: Kafra_Card + Amount: 2 + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + Amount: 2 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE12 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 4 + UniqueId: true + - Index: 1 + Item: Str_Dish10_ + Amount: 4 + UniqueId: true + - Index: 2 + Item: Agi_Dish10_ + Amount: 4 + UniqueId: true + - Index: 3 + Item: Adrenaline_Scroll + Amount: 48 + UniqueId: true + - Index: 4 + Item: Aspersio_5_Scroll + Amount: 40 + UniqueId: true + - Index: 5 + Item: Holy_Water + Amount: 40 + UniqueId: true + - Index: 6 + Item: Kafra_Card + Amount: 2 + UniqueId: true + - Index: 7 + Item: Token_Of_Siegfried + Amount: 2 + UniqueId: true + - Group: F_ASPERSIO_5_SCROLL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Water + Amount: 10 + UniqueId: true + - Index: 1 + Item: Aspersio_5_Scroll + Amount: 10 + UniqueId: true + - Group: F_ASPERSIO_5_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Water + Amount: 30 + UniqueId: true + - Index: 1 + Item: Aspersio_5_Scroll + Amount: 30 + UniqueId: true + - Group: F_ASPERSIO_5_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Water + Amount: 50 + UniqueId: true + - Index: 1 + Item: Aspersio_5_Scroll + Amount: 50 + UniqueId: true + - Group: HEALING_STAFF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Healing_Staff_C + Duration: 10080 + UniqueId: true + - Group: PRAXINUS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Praxinus_C + Duration: 10080 + UniqueId: true + - Group: F_PET_EGG_SCROLL9 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 10 + UniqueId: true + - Index: 1 + Item: Bubble_Gum + Amount: 10 + UniqueId: true + - Index: 2 + Item: Inc_Agi_10_Scroll + Amount: 20 + UniqueId: true + - Index: 3 + Item: Blessing_10_Scroll + Amount: 20 + UniqueId: true + - Index: 4 + Item: Token_Of_Siegfried + Amount: 10 + UniqueId: true + - Index: 5 + Item: Insurance + Amount: 10 + UniqueId: true + - Index: 6 + Item: Kafra_Card + Amount: 5 + UniqueId: true + - Index: 7 + Item: Vit_Dish10_ + Amount: 10 + UniqueId: true + - Index: 8 + Item: Dex_Dish10_ + Amount: 10 + UniqueId: true + - Index: 9 + Item: Agi_Dish10_ + Amount: 10 + UniqueId: true + - Index: 10 + Item: Luk_Dish10_ + Amount: 10 + UniqueId: true + - Index: 11 + Item: Str_Dish10_ + Amount: 10 + UniqueId: true + - Index: 12 + Item: Int_Dish10_ + Amount: 10 + UniqueId: true + - Group: F_MAGESTIC_GOAT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Magestic_Goat_C + Duration: 10080 + UniqueId: true + - Group: F_PET_EGG_SCROLL3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: F_WOB_Rune + Amount: 10 + UniqueId: true + - Group: F_EXECUTIONER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Executioner_C + Duration: 20160 + UniqueId: true + - Group: F_CUTLAS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Cutlas_C + Duration: 20160 + UniqueId: true + - Group: F_MOONLIGHT_SWORD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Moonlight_Sword_C + Duration: 10080 + UniqueId: true + - Group: F_SPANNER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Spanner_C + Duration: 20160 + UniqueId: true + - Group: F_SOLAR_SWORD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Solar_Sword_C + Duration: 20160 + UniqueId: true + - Group: F_TOMAHAWK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Tomahawk_C + Duration: 20160 + UniqueId: true + - Group: F_BOW_OF_RUDRA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Bow_Of_Rudra_C + Duration: 20160 + UniqueId: true + - Group: F_POLE_AXE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: F_Pole_Axe_C + Duration: 20160 + UniqueId: true + - Group: THOUGHTFUL_HAT_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Guildsman_Recruiter + Rate: 166 + UniqueId: true + - Index: 1 + Item: Party_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 2 + Item: Bf_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 3 + Item: Friend_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 4 + Item: Gf_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 5 + Item: Notice_Board + Rate: 166 + UniqueId: true + - Group: F_THOUGHTFUL_HAT_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Guildsman_Recruiter + Rate: 166 + UniqueId: true + - Index: 1 + Item: Party_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 2 + Item: Bf_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 3 + Item: Friend_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 4 + Item: Gf_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 5 + Item: Notice_Board + Rate: 166 + UniqueId: true + - Group: E_THOUGHTFUL_HAT_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Guildsman_Recruiter + Rate: 166 + UniqueId: true + - Index: 1 + Item: Party_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 2 + Item: Bf_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 3 + Item: Friend_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 4 + Item: Gf_Recruiter_Hat + Rate: 166 + UniqueId: true + - Index: 5 + Item: Notice_Board + Rate: 166 + UniqueId: true + - Group: ZODIAC_DIADEM_PACK + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Aquarius_Diadem + Rate: 100 + UniqueId: true + - Index: 1 + Item: Pisces_Diadem + Rate: 100 + UniqueId: true + - Index: 2 + Item: Aries_Diadem + Rate: 100 + UniqueId: true + - Index: 3 + Item: Taurus_Diadem + Rate: 100 + UniqueId: true + - Index: 4 + Item: Gemini_Diadem + Rate: 100 + UniqueId: true + - Index: 5 + Item: Cancer_Diadem + Rate: 100 + UniqueId: true + - Index: 6 + Item: Leo_Diadem + Rate: 100 + UniqueId: true + - Index: 7 + Item: Virgo_Diadem + Rate: 100 + UniqueId: true + - Index: 8 + Item: Libra_Diadem + Rate: 100 + UniqueId: true + - Index: 9 + Item: Scorpio_Diadem + Rate: 100 + UniqueId: true + - Index: 10 + Item: Sagittarius_Diadem + Rate: 100 + UniqueId: true + - Index: 11 + Item: Capricon_Diadem + Rate: 100 + UniqueId: true + - Group: ZODIAC_CROWN_PACK + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Aquarius_Crown + Rate: 100 + UniqueId: true + - Index: 1 + Item: Pisces_Crown + Rate: 100 + UniqueId: true + - Index: 2 + Item: Aries_Crown + Rate: 100 + UniqueId: true + - Index: 3 + Item: Taurus_Crown + Rate: 100 + UniqueId: true + - Index: 4 + Item: Gemini_Crown + Rate: 100 + UniqueId: true + - Index: 5 + Item: Cancer_Crown + Rate: 100 + UniqueId: true + - Index: 6 + Item: Leo_Crown + Rate: 100 + UniqueId: true + - Index: 7 + Item: Virgo_Crown + Rate: 100 + UniqueId: true + - Index: 8 + Item: Libra_Crown + Rate: 100 + UniqueId: true + - Index: 9 + Item: Scorpio_Crown + Rate: 100 + UniqueId: true + - Index: 10 + Item: Sagittarius_Crown + Rate: 100 + UniqueId: true + - Index: 11 + Item: Capricon_Crown + Rate: 100 + UniqueId: true + - Group: DUN_VOUCHER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dun_Voucher + Duration: 60 + - Group: DUN_VOUCHER_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dun_Voucher + Duration: 180 + - Group: BLUEBOXOFQUESTIONS + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: TokenOfHonor + Rate: 1600 + Amount: 8 + - Index: 1 + Item: TokenOfHonor + Rate: 1400 + Amount: 16 + - Index: 2 + Item: TokenOfHonor + Rate: 300 + Amount: 55 + - Index: 3 + Item: DowntownMap + Rate: 1000 + Amount: 2 + - Index: 4 + Item: DowntownMap_ + Rate: 10 + - Index: 5 + Item: ShiningHolyWater + Rate: 360 + Amount: 2 + - Index: 6 + Item: ShiningHolyWater_ + Rate: 10 + - Index: 7 + Item: BadgeOfProntera + Rate: 1000 + Amount: 3 + - Index: 8 + Item: BadgeOfProntera_ + Rate: 40 + - Index: 9 + Item: KeysPrison + Rate: 510 + - Index: 10 + Item: P_Temporal_Crystal + Rate: 510 + - Index: 11 + Item: ShieldOfGuardsman + Rate: 1 + - Index: 12 + Item: Stone_Of_Chill + Rate: 500 + Amount: 3 + - Index: 13 + Item: Soften_Skin + Rate: 500 + Amount: 3 + - Index: 14 + Item: Porcupine_Big_Spike + Rate: 500 + Amount: 3 + - Index: 15 + Item: Shabby_Old_Belt + Rate: 500 + Amount: 3 + - Index: 16 + Item: Moving_Black_Things + Rate: 500 + Amount: 3 + - Index: 17 + Item: Valkyrie_Fragment + Rate: 254 + - Index: 18 + Item: Will_Of_Owner + Rate: 500 + Amount: 3 + - Index: 19 + Item: Robe_Of_Flattery + Rate: 1 + - Index: 20 + Item: Robe_Of_Vituperation + Rate: 1 + - Index: 21 + Item: Spoon + Rate: 1 + - Index: 22 + Item: C_Time_Accessory + Rate: 1 + - Index: 23 + Item: C_Blackhand_Of_Fate + Rate: 1 + - Group: ENCHANT_STONE_BOX33 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Range_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: Melee_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Magic_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 3 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 4 + Item: M_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 5 + Item: R_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 6 + Item: ResistDefStone_Robe + Rate: 1 + Announced: true + - Index: 7 + Item: StaminaWISStone_Robe_D + Rate: 1 + Announced: true + - Index: 8 + Item: POWStone_Robe_D + Rate: 1 + Announced: true + - Index: 9 + Item: SplStone_Robe_D + Rate: 1 + Announced: true + - Index: 10 + Item: ConStone_Robe_D + Rate: 1 + Announced: true + - Index: 11 + Item: CrtStone_Robe_D + Rate: 1 + Announced: true + - Index: 12 + Item: MinorCastStone_Robe_D + Rate: 1 + Announced: true + - Index: 13 + Item: AbysschaserStone_Robe + Rate: 1 + Announced: true + - Index: 14 + Item: TRTRStone_Robe + Rate: 1 + Announced: true + - Index: 15 + Item: HNoviceStone_Robe + Rate: 1 + Announced: true + - Index: 16 + Item: ReloadStone_Robe_D + Rate: 1 + Announced: true + - Index: 17 + Item: CriticalStone_Robe_D + Rate: 1 + Announced: true + - Index: 18 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 19 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 20 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 21 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 22 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 23 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 24 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 25 + Item: ShadowchasStone_Top3 + Rate: 8 + Announced: true + - Index: 26 + Item: ShadowchasStone_Middle3 + Rate: 8 + Announced: true + - Index: 27 + Item: ShadowchasStone_Bottom3 + Rate: 8 + Announced: true + - Index: 28 + Item: WanderMinsStone_Top3 + Rate: 8 + Announced: true + - Index: 29 + Item: WanderMinsStone_Middle3 + Rate: 8 + Announced: true + - Index: 30 + Item: WanderMinsStone_Bottom3 + Rate: 8 + Announced: true + - Index: 31 + Item: SuNoviceStone_Top + Rate: 8 + Announced: true + - Index: 32 + Item: SuNoviceStone_Middle + Rate: 8 + Announced: true + - Index: 33 + Item: SuNoviceStone_Bottom + Rate: 8 + Announced: true + - Index: 34 + Item: Stone_Robe_Box + Rate: 17 + - Index: 35 + Item: Stone_Robe3_Box + Rate: 17 + - Index: 36 + Item: Magic_Stone_Top + Rate: 20 + - Index: 37 + Item: Magic_Stone_Middle + Rate: 20 + - Index: 38 + Item: Magic_Stone_Bottom + Rate: 20 + - Index: 39 + Item: Range_Stone_Top + Rate: 20 + - Index: 40 + Item: Range_Stone + Rate: 20 + - Index: 41 + Item: Range_Stone_Bottom + Rate: 20 + - Index: 42 + Item: Melee_Stone_Top + Rate: 20 + - Index: 43 + Item: Melee_Stone_Middle + Rate: 20 + - Index: 44 + Item: Melee_Stone_Bottom + Rate: 20 + - Index: 45 + Item: DefenseStone_Top + Rate: 20 + - Index: 46 + Item: DefenseStone_Middle + Rate: 20 + - Index: 47 + Item: DefenseStone_Bottom + Rate: 20 + - Index: 48 + Item: ReloadStone_Top + Rate: 20 + - Index: 49 + Item: ReloadStone_Middle + Rate: 20 + - Index: 50 + Item: ReloadStone_Bottom + Rate: 20 + - Index: 51 + Item: EXPStone_Middle + Rate: 20 + - Index: 52 + Item: EXPStone_Bottom + Rate: 20 + - Index: 53 + Item: EXPStone_Top + Rate: 20 + - Index: 54 + Item: Stone_Top_Box + Rate: 40 + - Index: 55 + Item: Stone_Top2_Box + Rate: 40 + - Index: 56 + Item: Stone_Middle_Box + Rate: 40 + - Index: 57 + Item: Stone_Middle2_Box + Rate: 40 + - Index: 58 + Item: Stone_Bottom_Box + Rate: 40 + - Index: 59 + Item: Stone_Bottom2_Box + Rate: 40 + - Index: 60 + Item: CastingStone_Top + Rate: 40 + - Index: 61 + Item: CastingStone_Middle + Rate: 40 + - Index: 62 + Item: CastingStone_Bottom + Rate: 40 + - Index: 63 + Item: Critical_Stone + Rate: 40 + - Index: 64 + Item: Critical_Stone_Top + Rate: 40 + - Index: 65 + Item: Critical_Stone_Bottom + Rate: 40 + - Group: LUXURIOUS_BLUE_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Queen_Wing_Piece + Rate: 312 + - Index: 1 + Item: Rojerta_Piece + Rate: 312 + - Index: 2 + Item: Will_Of_Darkness_ + Rate: 312 + - Index: 3 + Item: Broken_Horn + Rate: 312 + - Index: 4 + Item: Voucher_Of_Orcish_Hero + Rate: 312 + - Index: 5 + Item: Token_of_OrcGeneral + Rate: 312 + - Index: 6 + Item: Valhalla_Flower + Rate: 312 + - Index: 7 + Item: Broken_Crown + Rate: 312 + - Index: 8 + Item: Mother's_Nightmare + Rate: 312 + - Index: 9 + Item: Piece_Of_Bone_Armor + Rate: 312 + - Index: 10 + Item: Shine_Spear_Blade + Rate: 312 + - Index: 11 + Item: Osiris_Doll + Rate: 312 + - Index: 12 + Item: Fang_Of_Garm + Rate: 312 + - Index: 13 + Item: Pocket_Watch + Rate: 312 + - Index: 14 + Item: Loki's_Whispers + Rate: 312 + - Index: 15 + Item: Tiger_Footskin + Rate: 312 + - Index: 16 + Item: White_Snake_Tear + Rate: 313 + - Index: 17 + Item: Gemstone + Rate: 313 + - Index: 18 + Item: Young_Twig + Rate: 313 + - Index: 19 + Item: Taegeuk_Plate + Rate: 313 + - Index: 20 + Item: Ice_Scale + Rate: 313 + - Index: 21 + Item: Dark_Red_Scale + Rate: 313 + - Index: 22 + Item: Tutankhamen's_Mask + Rate: 313 + - Index: 23 + Item: Broken_Pharaoh_Symbol + Rate: 313 + - Index: 24 + Item: Scale_Of_Red_Dragon + Rate: 313 + - Index: 25 + Item: Konts_Letter + Rate: 313 + - Index: 26 + Item: Boroken_Shiled_Piece + Rate: 313 + - Index: 27 + Item: Tiger's_Skin + Rate: 313 + - Index: 28 + Item: Baphomet_Doll + Rate: 313 + - Index: 29 + Item: EP19_D_P_Stone + Rate: 313 + - Index: 30 + Item: EP19_Luminant + Rate: 313 + - Index: 31 + Item: EP20_D_Scale + Rate: 313 + - SubGroup: 1 + List: + - Index: 0 + Item: Queen_Wing_Piece + Rate: 312 + - Index: 1 + Item: Rojerta_Piece + Rate: 312 + - Index: 2 + Item: Will_Of_Darkness_ + Rate: 312 + - Index: 3 + Item: Broken_Horn + Rate: 312 + - Index: 4 + Item: Voucher_Of_Orcish_Hero + Rate: 312 + - Index: 5 + Item: Token_of_OrcGeneral + Rate: 312 + - Index: 6 + Item: Valhalla_Flower + Rate: 312 + - Index: 7 + Item: Broken_Crown + Rate: 312 + - Index: 8 + Item: Mother's_Nightmare + Rate: 312 + - Index: 9 + Item: Piece_Of_Bone_Armor + Rate: 312 + - Index: 10 + Item: Shine_Spear_Blade + Rate: 312 + - Index: 11 + Item: Osiris_Doll + Rate: 312 + - Index: 12 + Item: Fang_Of_Garm + Rate: 312 + - Index: 13 + Item: Pocket_Watch + Rate: 312 + - Index: 14 + Item: Baphomet_Doll + Rate: 312 + - Index: 15 + Item: Loki's_Whispers + Rate: 312 + - Index: 16 + Item: Tiger_Footskin + Rate: 313 + - Index: 17 + Item: White_Snake_Tear + Rate: 313 + - Index: 18 + Item: Gemstone + Rate: 313 + - Index: 19 + Item: Young_Twig + Rate: 313 + - Index: 20 + Item: Taegeuk_Plate + Rate: 313 + - Index: 21 + Item: Ice_Scale + Rate: 313 + - Index: 22 + Item: Dark_Red_Scale + Rate: 313 + - Index: 23 + Item: Tutankhamen's_Mask + Rate: 313 + - Index: 24 + Item: Broken_Pharaoh_Symbol + Rate: 313 + - Index: 25 + Item: Scale_Of_Red_Dragon + Rate: 313 + - Index: 26 + Item: Konts_Letter + Rate: 313 + - Index: 27 + Item: Boroken_Shiled_Piece + Rate: 313 + - Index: 28 + Item: Tiger's_Skin + Rate: 313 + - Index: 29 + Item: EP19_D_P_Stone + Rate: 313 + - Index: 30 + Item: EP19_Luminant + Rate: 313 + - Index: 31 + Item: EP20_D_Scale + Rate: 313 + - Group: C_BRAID_HALF_UP_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_Braid_Half_Up_BL_K + Rate: 3 + - Index: 1 + Item: C_Braid_Half_Up_WH_K + Rate: 3 + - Index: 2 + Item: C_Braid_Half_Up_OM_K + Rate: 3 + - Index: 3 + Item: C_Braid_Half_Up_PP_K + Rate: 3 + - Index: 4 + Item: C_Braid_Half_Up_BU_K + Rate: 3 + - Index: 5 + Item: C_Braid_Half_Up_YL_K + Rate: 3 + - Index: 6 + Item: C_Braid_Half_Up_RD_K + Rate: 3 + - Index: 7 + Item: C_Braid_Half_Up_GN_K + Rate: 3 + - Group: SLD_BOSS_CARD_ALBUM + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Sealed_D_Lord_Card + Rate: 10 + Announced: true + - Index: 1 + Item: Sealed_Knight_WS_Card + Rate: 10 + Announced: true + - Index: 2 + Item: Sealed_Berz_Card + Rate: 10 + Announced: true + - Index: 3 + Item: Sealed_Kiel_Card + Rate: 10 + Announced: true + - Index: 4 + Item: Sealed_Gloom_Card + Rate: 10 + Announced: true + - Index: 5 + Item: Sealed_F_Bishop_Card + Rate: 10 + Announced: true + - Index: 6 + Item: Sealed_Ifrit_Card + Rate: 10 + Announced: true + - Index: 7 + Item: Sealed_TurtleG_Card + Rate: 10 + Announced: true + - Index: 8 + Item: Sealed_Bacsojin_Card + Rate: 10 + Announced: true + - Index: 9 + Item: Sealed_Pharaoh_Card + Rate: 10 + Announced: true + - Index: 10 + Item: Sealed_M_Flower_Card + Rate: 10 + Announced: true + - Index: 11 + Item: Sealed_B_Ygnizem_Card + Rate: 10 + Announced: true + - Index: 12 + Item: Sealed_Apocalips_H_Card + Rate: 10 + Announced: true + - Index: 13 + Item: Sealed_Dracula_Card + Rate: 10 + Announced: true + - Index: 14 + Item: Sealed_B_Shecil_Card + Rate: 10 + Announced: true + - Index: 15 + Item: Sealed_Orc_Hero_Card + Rate: 10 + Announced: true + - Index: 16 + Item: Sealed_Lady_Tanee_Card + Rate: 10 + Announced: true + - Index: 17 + Item: Sealed_Samurai_Card + Rate: 10 + Announced: true + - Index: 18 + Item: Sealed_Orc_Load_Card + Rate: 10 + Announced: true + - Index: 19 + Item: Sealed_B_Magaleta_Card + Rate: 10 + Announced: true + - Index: 20 + Item: Sealed_B_Harword_Card + Rate: 10 + Announced: true + - Index: 21 + Item: Sealed_Eddga_Card + Rate: 10 + Announced: true + - Index: 22 + Item: Sealed_Ktullanux_Card + Rate: 10 + Announced: true + - Index: 23 + Item: Sealed_Mistress_Card + Rate: 10 + Announced: true + - Index: 24 + Item: SLD_Q_Scaraba_Card + Rate: 10 + Announced: true + - Index: 25 + Item: SLD_Baphomet_Card + Rate: 10 + Announced: true + - Index: 26 + Item: SLD_Maya_Card + Rate: 10 + Announced: true + - Index: 27 + Item: SLD_Clown_Card + Rate: 10 + Announced: true + - Index: 28 + Item: SLD_Professor_Card + Rate: 10 + Announced: true + - Index: 29 + Item: SLD_Champion_Card + Rate: 10 + Announced: true + - Index: 30 + Item: SLD_Creator_Card + Rate: 10 + Announced: true + - Index: 31 + Item: SLD_Stalker_Card + Rate: 10 + Announced: true + - Index: 32 + Item: SLD_Paladin_Card + Rate: 10 + Announced: true + - Index: 33 + Item: SLD_Gypsy_Card + Rate: 10 + Announced: true + - Index: 34 + Item: SLD_Daehyon_Card + Rate: 10 + Announced: true + - Index: 35 + Item: SLD_Gioia_Card + Rate: 10 + Announced: true + - Index: 36 + Item: SLD_Pyuriel_Card + Rate: 10 + Announced: true + - Index: 37 + Item: SLD_Kades_Card + Rate: 10 + Announced: true + - Index: 38 + Item: SLD_Timeholder_Card + Rate: 10 + Announced: true + - Index: 39 + Item: Sealed_Tao_Card + Rate: 10 + Announced: true + - Index: 40 + Item: SLD_Boitata_Card + Rate: 10 + Announced: true + - Index: 41 + Item: SLD_F_Muspell_Card + Rate: 10 + Announced: true + - Index: 42 + Item: SLD_Grave_Amon_Ra_Card + Rate: 10 + Announced: true + - Index: 43 + Item: SLD_P_Spi_Q_Card + Rate: 10 + Announced: true + - Group: M_ARMOR_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_IG_Armor + Rate: 10 + - Index: 1 + Item: S_CD_Armor + Rate: 10 + - Index: 2 + Item: S_NW_Armor + Rate: 10 + - Index: 3 + Item: S_AG_Armor + Rate: 10 + - Index: 4 + Item: S_BO_Armor + Rate: 10 + - Index: 5 + Item: S_SS_Armor + Rate: 10 + - Index: 6 + Item: S_DK_Armor + Rate: 10 + - Index: 7 + Item: S_MT_Armor + Rate: 10 + - Index: 8 + Item: S_SOA_Armor + Rate: 10 + - Index: 9 + Item: S_ABC_Armor + Rate: 10 + - Index: 10 + Item: S_WH_Armor + Rate: 10 + - Index: 11 + Item: S_SKE_Armor + Rate: 10 + - Index: 12 + Item: S_EM_Armor + Rate: 10 + - Index: 13 + Item: S_TR_Armor + Rate: 10 + - Index: 14 + Item: S_SH_Armor + Rate: 10 + - Index: 15 + Item: S_IQ_Armor + Rate: 10 + - Index: 16 + Item: S_SHC_Armor + Rate: 10 + - Index: 17 + Item: S_HN_Armor + Rate: 10 + - Group: M_SHOES_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_IG_Shoes + Rate: 10 + - Index: 1 + Item: S_CD_Shoes + Rate: 10 + - Index: 2 + Item: S_NW_Shoes + Rate: 10 + - Index: 3 + Item: S_AG_Shoes + Rate: 10 + - Index: 4 + Item: S_BO_Shoes + Rate: 10 + - Index: 5 + Item: S_SS_Shoes + Rate: 10 + - Index: 6 + Item: S_DK_Shoes + Rate: 10 + - Index: 7 + Item: S_MT_Shoes + Rate: 10 + - Index: 8 + Item: S_SOA_Shoes + Rate: 10 + - Index: 9 + Item: S_ABC_Shoes + Rate: 10 + - Index: 10 + Item: S_WH_Shoes + Rate: 10 + - Index: 11 + Item: S_SKE_Shoes + Rate: 10 + - Index: 12 + Item: S_EM_Shoes + Rate: 10 + - Index: 13 + Item: S_TR_Shoes + Rate: 10 + - Index: 14 + Item: S_SH_Shoes + Rate: 10 + - Index: 15 + Item: S_IQ_Shoes + Rate: 10 + - Index: 16 + Item: S_SHC_Shoes + Rate: 10 + - Index: 17 + Item: S_HN_Shoes + Rate: 10 + - Group: M_PENDANT_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_IG_Pendant + Rate: 10 + - Index: 1 + Item: S_CD_Pendant + Rate: 10 + - Index: 2 + Item: S_NW_Pendant + Rate: 10 + - Index: 3 + Item: S_AG_Pendant + Rate: 10 + - Index: 4 + Item: S_BO_Pendant + Rate: 10 + - Index: 5 + Item: S_SS_Pendant + Rate: 10 + - Index: 6 + Item: S_DK_Pendant + Rate: 10 + - Index: 7 + Item: S_MT_Pendant + Rate: 10 + - Index: 8 + Item: S_SOA_Pendant + Rate: 10 + - Index: 9 + Item: S_ABC_Pendant + Rate: 10 + - Index: 10 + Item: S_WH_Pendant + Rate: 10 + - Index: 11 + Item: S_SKE_Pendant + Rate: 10 + - Index: 12 + Item: S_EM_Pendant + Rate: 10 + - Index: 13 + Item: S_TR_Pendant + Rate: 10 + - Index: 14 + Item: S_SH_Pendant + Rate: 10 + - Index: 15 + Item: S_IQ_Pendant + Rate: 10 + - Index: 16 + Item: S_SHC_Pendant + Rate: 10 + - Index: 17 + Item: S_HN_Pendant + Rate: 10 + - Group: M_EARRING_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_IG_Earring + Rate: 10 + - Index: 1 + Item: S_CD_Earring + Rate: 10 + - Index: 2 + Item: S_NW_Earring + Rate: 10 + - Index: 3 + Item: S_AG_Earring + Rate: 10 + - Index: 4 + Item: S_BO_Earring + Rate: 10 + - Index: 5 + Item: S_SS_Earring + Rate: 10 + - Index: 6 + Item: S_DK_Earring + Rate: 10 + - Index: 7 + Item: S_MT_Earring + Rate: 10 + - Index: 8 + Item: S_SOA_Earring + Rate: 10 + - Index: 9 + Item: S_ABC_Earring + Rate: 10 + - Index: 10 + Item: S_WH_Earring + Rate: 10 + - Index: 11 + Item: S_SKE_Earring + Rate: 10 + - Index: 12 + Item: S_EM_Earring + Rate: 10 + - Index: 13 + Item: S_TR_Earring + Rate: 10 + - Index: 14 + Item: S_SH_Earring + Rate: 10 + - Index: 15 + Item: S_IQ_Earring + Rate: 10 + - Index: 16 + Item: S_SHC_Earring + Rate: 10 + - Index: 17 + Item: S_HN_Earring + Rate: 10 + - Group: S_ENCHANT_ESSENCE_BOX_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_Enchant_Essence + Amount: 3 + - Group: SHADOW_UP_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: AllMighty_Up + Rate: 10 + - Index: 1 + Item: MajorAutoSpell_Up + Rate: 10 + - Index: 2 + Item: Hasty_Up + Rate: 10 + - Index: 3 + Item: PhysicalShadow_Up + Rate: 10 + - Index: 4 + Item: PerfectSize_Up + Rate: 10 + - Index: 5 + Item: True_GemShadow_Up + Rate: 10 + - Index: 6 + Item: EXPShadow_Up + Rate: 10 + - Index: 7 + Item: MagicalShadow_Up + Rate: 10 + - Index: 8 + Item: InfinityShadow_Up + Rate: 10 + - Index: 9 + Item: R_Bearers_Shadow_Up + Rate: 10 + - Index: 10 + Item: M_Blitz_Shadow_Up + Rate: 10 + - Index: 11 + Item: Absorb_Shadow_Up + Rate: 10 + - Index: 12 + Item: Mammoth_Shadow_Up + Rate: 10 + - Index: 13 + Item: FullPenest_Shadow_Up + Rate: 10 + - Index: 14 + Item: Reload_Shadow_Up + Rate: 10 + - Index: 15 + Item: SpellCaster_Shadow_Up + Rate: 10 + - Index: 16 + Item: Ex_Status_Shadow_Up + Rate: 10 + - Group: EIN_ORE_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 5 + - Index: 1 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 6 + - Index: 2 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 7 + - Index: 3 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 8 + - Index: 4 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 9 + - Index: 5 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 10 + - Index: 6 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 11 + - Index: 7 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 12 + - Index: 8 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 13 + - Index: 9 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 14 + - Index: 10 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 15 + - Index: 11 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 16 + - Index: 12 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 17 + - Index: 13 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 18 + - Index: 14 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 19 + - Index: 15 + Item: Ein_WHIDIUM + Rate: 15 + Amount: 20 + - Index: 16 + Item: Ein_PURDIUM + Rate: 15 + Amount: 5 + - Index: 17 + Item: Ein_PURDIUM + Rate: 15 + Amount: 6 + - Index: 18 + Item: Ein_PURDIUM + Rate: 15 + Amount: 7 + - Index: 19 + Item: Ein_PURDIUM + Rate: 15 + Amount: 8 + - Index: 20 + Item: Ein_PURDIUM + Rate: 15 + Amount: 9 + - Index: 21 + Item: Ein_PURDIUM + Rate: 15 + Amount: 10 + - Index: 22 + Item: Ein_PURDIUM + Rate: 15 + Amount: 11 + - Index: 23 + Item: Ein_PURDIUM + Rate: 15 + Amount: 12 + - Index: 24 + Item: Ein_PURDIUM + Rate: 15 + Amount: 13 + - Index: 25 + Item: Ein_PURDIUM + Rate: 15 + Amount: 14 + - Index: 26 + Item: Ein_PURDIUM + Rate: 15 + Amount: 15 + - Index: 27 + Item: Ein_PURDIUM + Rate: 15 + Amount: 16 + - Index: 28 + Item: Ein_PURDIUM + Rate: 15 + Amount: 17 + - Index: 29 + Item: Ein_PURDIUM + Rate: 15 + Amount: 18 + - Index: 30 + Item: Ein_PURDIUM + Rate: 15 + Amount: 19 + - Index: 31 + Item: Ein_PURDIUM + Rate: 15 + Amount: 20 + - Index: 32 + Item: Ein_ODIUM + Rate: 15 + Amount: 5 + - Index: 33 + Item: Ein_ODIUM + Rate: 15 + Amount: 6 + - Index: 34 + Item: Ein_ODIUM + Rate: 15 + Amount: 7 + - Index: 35 + Item: Ein_ODIUM + Rate: 15 + Amount: 8 + - Index: 36 + Item: Ein_ODIUM + Rate: 15 + Amount: 9 + - Index: 37 + Item: Ein_ODIUM + Rate: 15 + Amount: 10 + - Index: 38 + Item: Ein_ODIUM + Rate: 15 + Amount: 11 + - Index: 39 + Item: Ein_ODIUM + Rate: 15 + Amount: 12 + - Index: 40 + Item: Ein_ODIUM + Rate: 15 + Amount: 13 + - Index: 41 + Item: Ein_ODIUM + Rate: 15 + Amount: 14 + - Index: 42 + Item: Ein_ODIUM + Rate: 15 + Amount: 15 + - Index: 43 + Item: Ein_ODIUM + Rate: 15 + Amount: 16 + - Index: 44 + Item: Ein_ODIUM + Rate: 15 + Amount: 17 + - Index: 45 + Item: Ein_ODIUM + Rate: 15 + Amount: 18 + - Index: 46 + Item: Ein_ODIUM + Rate: 15 + Amount: 19 + - Index: 47 + Item: Ein_ODIUM + Rate: 15 + Amount: 20 + - Index: 48 + Item: Ein_RINDIUM + Rate: 15 + Amount: 5 + - Index: 49 + Item: Ein_RINDIUM + Rate: 15 + Amount: 6 + - Index: 50 + Item: Ein_RINDIUM + Rate: 15 + Amount: 7 + - Index: 51 + Item: Ein_RINDIUM + Rate: 15 + Amount: 8 + - Index: 52 + Item: Ein_RINDIUM + Rate: 15 + Amount: 9 + - Index: 53 + Item: Ein_RINDIUM + Rate: 15 + Amount: 10 + - Index: 54 + Item: Ein_RINDIUM + Rate: 15 + Amount: 11 + - Index: 55 + Item: Ein_RINDIUM + Rate: 15 + Amount: 12 + - Index: 56 + Item: Ein_RINDIUM + Rate: 15 + Amount: 13 + - Index: 57 + Item: Ein_RINDIUM + Rate: 15 + Amount: 14 + - Index: 58 + Item: Ein_RINDIUM + Rate: 15 + Amount: 15 + - Index: 59 + Item: Ein_RINDIUM + Rate: 15 + Amount: 16 + - Index: 60 + Item: Ein_RINDIUM + Rate: 15 + Amount: 17 + - Index: 61 + Item: Ein_RINDIUM + Rate: 15 + Amount: 18 + - Index: 62 + Item: Ein_RINDIUM + Rate: 15 + Amount: 19 + - Index: 63 + Item: Ein_RINDIUM + Rate: 15 + Amount: 20 + - Index: 64 + Item: Ein_REDIUM + Rate: 15 + Amount: 5 + - Index: 65 + Item: Ein_REDIUM + Rate: 15 + Amount: 6 + - Index: 66 + Item: Ein_REDIUM + Rate: 15 + Amount: 7 + - Index: 67 + Item: Ein_REDIUM + Rate: 15 + Amount: 8 + - Index: 68 + Item: Ein_REDIUM + Rate: 15 + Amount: 9 + - Index: 69 + Item: Ein_REDIUM + Rate: 15 + Amount: 10 + - Index: 70 + Item: Ein_REDIUM + Rate: 15 + Amount: 11 + - Index: 71 + Item: Ein_REDIUM + Rate: 15 + Amount: 12 + - Index: 72 + Item: Ein_REDIUM + Rate: 15 + Amount: 13 + - Index: 73 + Item: Ein_REDIUM + Rate: 15 + Amount: 14 + - Index: 74 + Item: Ein_REDIUM + Rate: 15 + Amount: 15 + - Index: 75 + Item: Ein_REDIUM + Rate: 15 + Amount: 16 + - Index: 76 + Item: Ein_REDIUM + Rate: 15 + Amount: 17 + - Index: 77 + Item: Ein_REDIUM + Rate: 15 + Amount: 18 + - Index: 78 + Item: Ein_REDIUM + Rate: 15 + Amount: 19 + - Index: 79 + Item: Ein_REDIUM + Rate: 15 + Amount: 20 + - Index: 80 + Item: Ein_UNDIUM + Rate: 15 + Amount: 5 + - Index: 81 + Item: Ein_UNDIUM + Rate: 15 + Amount: 6 + - Index: 82 + Item: Ein_UNDIUM + Rate: 15 + Amount: 7 + - Index: 83 + Item: Ein_UNDIUM + Rate: 15 + Amount: 8 + - Index: 84 + Item: Ein_UNDIUM + Rate: 15 + Amount: 9 + - Index: 85 + Item: Ein_UNDIUM + Rate: 15 + Amount: 10 + - Index: 86 + Item: Ein_UNDIUM + Rate: 15 + Amount: 11 + - Index: 87 + Item: Ein_UNDIUM + Rate: 15 + Amount: 12 + - Index: 88 + Item: Ein_UNDIUM + Rate: 15 + Amount: 13 + - Index: 89 + Item: Ein_UNDIUM + Rate: 15 + Amount: 14 + - Index: 90 + Item: Ein_UNDIUM + Rate: 15 + Amount: 15 + - Index: 91 + Item: Ein_UNDIUM + Rate: 15 + Amount: 16 + - Index: 92 + Item: Ein_UNDIUM + Rate: 15 + Amount: 17 + - Index: 93 + Item: Ein_UNDIUM + Rate: 15 + Amount: 18 + - Index: 94 + Item: Ein_UNDIUM + Rate: 15 + Amount: 19 + - Index: 95 + Item: Ein_UNDIUM + Rate: 15 + Amount: 20 + - Index: 96 + Item: Ein_DYNITE + Rate: 32 + - Index: 97 + Item: Ein_DYNITE + Rate: 32 + Amount: 2 + - Index: 98 + Item: Ein_DYNITE + Rate: 32 + Amount: 3 + - Index: 99 + Item: Ein_DYNITE + Rate: 32 + Amount: 4 + - Index: 100 + Item: Ein_DYNITE + Rate: 32 + Amount: 5 + - Group: FATE_FRAGMENT_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Fate_Shard_A + Rate: 45 + Amount: 5 + - Index: 1 + Item: Fate_Shard_A + Rate: 45 + Amount: 6 + - Index: 2 + Item: Fate_Shard_A + Rate: 45 + Amount: 7 + - Index: 3 + Item: Fate_Shard_A + Rate: 45 + Amount: 8 + - Index: 4 + Item: Fate_Shard_A + Rate: 45 + Amount: 9 + - Index: 5 + Item: Fate_Shard_A + Rate: 45 + Amount: 10 + - Index: 6 + Item: Fate_Shard_A + Rate: 45 + Amount: 11 + - Index: 7 + Item: Fate_Shard_A + Rate: 45 + Amount: 12 + - Index: 8 + Item: Fate_Shard_A + Rate: 45 + Amount: 13 + - Index: 9 + Item: Fate_Shard_A + Rate: 45 + Amount: 14 + - Index: 10 + Item: Fate_Shard_A + Rate: 45 + Amount: 15 + - Index: 11 + Item: Fate_Shard_A + Rate: 45 + Amount: 16 + - Index: 12 + Item: Fate_Shard_A + Rate: 45 + Amount: 17 + - Index: 13 + Item: Fate_Shard_A + Rate: 45 + Amount: 18 + - Index: 14 + Item: Fate_Shard_A + Rate: 45 + Amount: 19 + - Index: 15 + Item: Fate_Shard_A + Rate: 45 + Amount: 20 + - Index: 16 + Item: Fate_Shard_B + Rate: 45 + Amount: 5 + - Index: 17 + Item: Fate_Shard_B + Rate: 45 + Amount: 6 + - Index: 18 + Item: Fate_Shard_B + Rate: 45 + Amount: 7 + - Index: 19 + Item: Fate_Shard_B + Rate: 45 + Amount: 8 + - Index: 20 + Item: Fate_Shard_B + Rate: 45 + Amount: 9 + - Index: 21 + Item: Fate_Shard_B + Rate: 45 + Amount: 10 + - Index: 22 + Item: Fate_Shard_B + Rate: 45 + Amount: 11 + - Index: 23 + Item: Fate_Shard_B + Rate: 45 + Amount: 12 + - Index: 24 + Item: Fate_Shard_B + Rate: 45 + Amount: 13 + - Index: 25 + Item: Fate_Shard_B + Rate: 45 + Amount: 14 + - Index: 26 + Item: Fate_Shard_B + Rate: 45 + Amount: 15 + - Index: 27 + Item: Fate_Shard_B + Rate: 45 + Amount: 16 + - Index: 28 + Item: Fate_Shard_B + Rate: 45 + Amount: 17 + - Index: 29 + Item: Fate_Shard_B + Rate: 45 + Amount: 18 + - Index: 30 + Item: Fate_Shard_B + Rate: 45 + Amount: 19 + - Index: 31 + Item: Fate_Shard_B + Rate: 45 + Amount: 20 + - Index: 32 + Item: Fate_Shard_C + Rate: 45 + Amount: 5 + - Index: 33 + Item: Fate_Shard_C + Rate: 45 + Amount: 6 + - Index: 34 + Item: Fate_Shard_C + Rate: 45 + Amount: 7 + - Index: 35 + Item: Fate_Shard_C + Rate: 45 + Amount: 8 + - Index: 36 + Item: Fate_Shard_C + Rate: 45 + Amount: 9 + - Index: 37 + Item: Fate_Shard_C + Rate: 45 + Amount: 10 + - Index: 38 + Item: Fate_Shard_C + Rate: 45 + Amount: 11 + - Index: 39 + Item: Fate_Shard_C + Rate: 45 + Amount: 12 + - Index: 40 + Item: Fate_Shard_C + Rate: 45 + Amount: 13 + - Index: 41 + Item: Fate_Shard_C + Rate: 45 + Amount: 14 + - Index: 42 + Item: Fate_Shard_C + Rate: 45 + Amount: 15 + - Index: 43 + Item: Fate_Shard_C + Rate: 45 + Amount: 16 + - Index: 44 + Item: Fate_Shard_C + Rate: 45 + Amount: 17 + - Index: 45 + Item: Fate_Shard_C + Rate: 45 + Amount: 18 + - Index: 46 + Item: Fate_Shard_C + Rate: 45 + Amount: 19 + - Index: 47 + Item: Fate_Shard_C + Rate: 45 + Amount: 20 + - Index: 48 + Item: Fate_Shard_D + Rate: 45 + Amount: 5 + - Index: 49 + Item: Fate_Shard_D + Rate: 45 + Amount: 6 + - Index: 50 + Item: Fate_Shard_D + Rate: 45 + Amount: 7 + - Index: 51 + Item: Fate_Shard_D + Rate: 45 + Amount: 8 + - Index: 52 + Item: Fate_Shard_D + Rate: 45 + Amount: 9 + - Index: 53 + Item: Fate_Shard_D + Rate: 45 + Amount: 10 + - Index: 54 + Item: Fate_Shard_D + Rate: 45 + Amount: 11 + - Index: 55 + Item: Fate_Shard_D + Rate: 45 + Amount: 12 + - Index: 56 + Item: Fate_Shard_D + Rate: 45 + Amount: 13 + - Index: 57 + Item: Fate_Shard_D + Rate: 45 + Amount: 14 + - Index: 58 + Item: Fate_Shard_D + Rate: 45 + Amount: 15 + - Index: 59 + Item: Fate_Shard_D + Rate: 45 + Amount: 16 + - Index: 60 + Item: Fate_Shard_D + Rate: 45 + Amount: 17 + - Index: 61 + Item: Fate_Shard_D + Rate: 45 + Amount: 18 + - Index: 62 + Item: Fate_Shard_D + Rate: 45 + Amount: 19 + - Index: 63 + Item: Fate_Shard_D + Rate: 45 + Amount: 20 + - Index: 64 + Item: Fate_Shard_E + Rate: 45 + Amount: 5 + - Index: 65 + Item: Fate_Shard_E + Rate: 45 + Amount: 6 + - Index: 66 + Item: Fate_Shard_E + Rate: 45 + Amount: 7 + - Index: 67 + Item: Fate_Shard_E + Rate: 45 + Amount: 8 + - Index: 68 + Item: Fate_Shard_E + Rate: 45 + Amount: 9 + - Index: 69 + Item: Fate_Shard_E + Rate: 45 + Amount: 10 + - Index: 70 + Item: Fate_Shard_E + Rate: 45 + Amount: 11 + - Index: 71 + Item: Fate_Shard_E + Rate: 45 + Amount: 12 + - Index: 72 + Item: Fate_Shard_E + Rate: 45 + Amount: 13 + - Index: 73 + Item: Fate_Shard_E + Rate: 45 + Amount: 14 + - Index: 74 + Item: Fate_Shard_E + Rate: 45 + Amount: 15 + - Index: 75 + Item: Fate_Shard_E + Rate: 45 + Amount: 16 + - Index: 76 + Item: Fate_Shard_E + Rate: 45 + Amount: 17 + - Index: 77 + Item: Fate_Shard_E + Rate: 45 + Amount: 18 + - Index: 78 + Item: Fate_Shard_E + Rate: 45 + Amount: 19 + - Index: 79 + Item: Fate_Shard_E + Rate: 45 + Amount: 20 + - Index: 80 + Item: Fate_Fragment + Rate: 80 + - Index: 81 + Item: Fate_Fragment + Rate: 80 + Amount: 2 + - Index: 82 + Item: Fate_Fragment + Rate: 80 + Amount: 3 + - Index: 83 + Item: Fate_Fragment + Rate: 80 + Amount: 4 + - Index: 84 + Item: Fate_Fragment + Rate: 80 + Amount: 5 + - Group: SIN_FRAGMENT_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Sin_Shard_A + Rate: 45 + Amount: 5 + - Index: 1 + Item: Sin_Shard_A + Rate: 45 + Amount: 6 + - Index: 2 + Item: Sin_Shard_A + Rate: 45 + Amount: 7 + - Index: 3 + Item: Sin_Shard_A + Rate: 45 + Amount: 8 + - Index: 4 + Item: Sin_Shard_A + Rate: 45 + Amount: 9 + - Index: 5 + Item: Sin_Shard_A + Rate: 45 + Amount: 10 + - Index: 6 + Item: Sin_Shard_A + Rate: 45 + Amount: 11 + - Index: 7 + Item: Sin_Shard_A + Rate: 45 + Amount: 12 + - Index: 8 + Item: Sin_Shard_A + Rate: 45 + Amount: 13 + - Index: 9 + Item: Sin_Shard_A + Rate: 45 + Amount: 14 + - Index: 10 + Item: Sin_Shard_A + Rate: 45 + Amount: 15 + - Index: 11 + Item: Sin_Shard_A + Rate: 45 + Amount: 16 + - Index: 12 + Item: Sin_Shard_A + Rate: 45 + Amount: 17 + - Index: 13 + Item: Sin_Shard_A + Rate: 45 + Amount: 18 + - Index: 14 + Item: Sin_Shard_A + Rate: 45 + Amount: 19 + - Index: 15 + Item: Sin_Shard_A + Rate: 45 + Amount: 20 + - Index: 16 + Item: Sin_Shard_B + Rate: 45 + Amount: 5 + - Index: 17 + Item: Sin_Shard_B + Rate: 45 + Amount: 6 + - Index: 18 + Item: Sin_Shard_B + Rate: 45 + Amount: 7 + - Index: 19 + Item: Sin_Shard_B + Rate: 45 + Amount: 8 + - Index: 20 + Item: Sin_Shard_B + Rate: 45 + Amount: 9 + - Index: 21 + Item: Sin_Shard_B + Rate: 45 + Amount: 10 + - Index: 22 + Item: Sin_Shard_B + Rate: 45 + Amount: 11 + - Index: 23 + Item: Sin_Shard_B + Rate: 45 + Amount: 12 + - Index: 24 + Item: Sin_Shard_B + Rate: 45 + Amount: 13 + - Index: 25 + Item: Sin_Shard_B + Rate: 45 + Amount: 14 + - Index: 26 + Item: Sin_Shard_B + Rate: 45 + Amount: 15 + - Index: 27 + Item: Sin_Shard_B + Rate: 45 + Amount: 16 + - Index: 28 + Item: Sin_Shard_B + Rate: 45 + Amount: 17 + - Index: 29 + Item: Sin_Shard_B + Rate: 45 + Amount: 18 + - Index: 30 + Item: Sin_Shard_B + Rate: 45 + Amount: 19 + - Index: 31 + Item: Sin_Shard_B + Rate: 45 + Amount: 20 + - Index: 32 + Item: Sin_Shard_C + Rate: 45 + Amount: 5 + - Index: 33 + Item: Sin_Shard_C + Rate: 45 + Amount: 6 + - Index: 34 + Item: Sin_Shard_C + Rate: 45 + Amount: 7 + - Index: 35 + Item: Sin_Shard_C + Rate: 45 + Amount: 8 + - Index: 36 + Item: Sin_Shard_C + Rate: 45 + Amount: 9 + - Index: 37 + Item: Sin_Shard_C + Rate: 45 + Amount: 10 + - Index: 38 + Item: Sin_Shard_C + Rate: 45 + Amount: 11 + - Index: 39 + Item: Sin_Shard_C + Rate: 45 + Amount: 12 + - Index: 40 + Item: Sin_Shard_C + Rate: 45 + Amount: 13 + - Index: 41 + Item: Sin_Shard_C + Rate: 45 + Amount: 14 + - Index: 42 + Item: Sin_Shard_C + Rate: 45 + Amount: 15 + - Index: 43 + Item: Sin_Shard_C + Rate: 45 + Amount: 16 + - Index: 44 + Item: Sin_Shard_C + Rate: 45 + Amount: 17 + - Index: 45 + Item: Sin_Shard_C + Rate: 45 + Amount: 18 + - Index: 46 + Item: Sin_Shard_C + Rate: 45 + Amount: 19 + - Index: 47 + Item: Sin_Shard_C + Rate: 45 + Amount: 20 + - Index: 48 + Item: Sin_Shard_D + Rate: 45 + Amount: 5 + - Index: 49 + Item: Sin_Shard_D + Rate: 45 + Amount: 6 + - Index: 50 + Item: Sin_Shard_D + Rate: 45 + Amount: 7 + - Index: 51 + Item: Sin_Shard_D + Rate: 45 + Amount: 8 + - Index: 52 + Item: Sin_Shard_D + Rate: 45 + Amount: 9 + - Index: 53 + Item: Sin_Shard_D + Rate: 45 + Amount: 10 + - Index: 54 + Item: Sin_Shard_D + Rate: 45 + Amount: 11 + - Index: 55 + Item: Sin_Shard_D + Rate: 45 + Amount: 12 + - Index: 56 + Item: Sin_Shard_D + Rate: 45 + Amount: 13 + - Index: 57 + Item: Sin_Shard_D + Rate: 45 + Amount: 14 + - Index: 58 + Item: Sin_Shard_D + Rate: 45 + Amount: 15 + - Index: 59 + Item: Sin_Shard_D + Rate: 45 + Amount: 16 + - Index: 60 + Item: Sin_Shard_D + Rate: 45 + Amount: 17 + - Index: 61 + Item: Sin_Shard_D + Rate: 45 + Amount: 18 + - Index: 62 + Item: Sin_Shard_D + Rate: 45 + Amount: 19 + - Index: 63 + Item: Sin_Shard_D + Rate: 45 + Amount: 20 + - Index: 64 + Item: Sin_Shard_E + Rate: 45 + Amount: 5 + - Index: 65 + Item: Sin_Shard_E + Rate: 45 + Amount: 6 + - Index: 66 + Item: Sin_Shard_E + Rate: 45 + Amount: 7 + - Index: 67 + Item: Sin_Shard_E + Rate: 45 + Amount: 8 + - Index: 68 + Item: Sin_Shard_E + Rate: 45 + Amount: 9 + - Index: 69 + Item: Sin_Shard_E + Rate: 45 + Amount: 10 + - Index: 70 + Item: Sin_Shard_E + Rate: 45 + Amount: 11 + - Index: 71 + Item: Sin_Shard_E + Rate: 45 + Amount: 12 + - Index: 72 + Item: Sin_Shard_E + Rate: 45 + Amount: 13 + - Index: 73 + Item: Sin_Shard_E + Rate: 45 + Amount: 14 + - Index: 74 + Item: Sin_Shard_E + Rate: 45 + Amount: 15 + - Index: 75 + Item: Sin_Shard_E + Rate: 45 + Amount: 16 + - Index: 76 + Item: Sin_Shard_E + Rate: 45 + Amount: 17 + - Index: 77 + Item: Sin_Shard_E + Rate: 45 + Amount: 18 + - Index: 78 + Item: Sin_Shard_E + Rate: 45 + Amount: 19 + - Index: 79 + Item: Sin_Shard_E + Rate: 45 + Amount: 20 + - Index: 80 + Item: Sin_Fragment + Rate: 80 + - Index: 81 + Item: Sin_Fragment + Rate: 80 + Amount: 2 + - Index: 82 + Item: Sin_Fragment + Rate: 80 + Amount: 3 + - Index: 83 + Item: Sin_Fragment + Rate: 80 + Amount: 4 + - Index: 84 + Item: Sin_Fragment + Rate: 80 + Amount: 5 + - Group: AMETHYST_FRAGMENT_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 5 + - Index: 1 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 6 + - Index: 2 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 7 + - Index: 3 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 8 + - Index: 4 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 9 + - Index: 5 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 10 + - Index: 6 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 11 + - Index: 7 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 12 + - Index: 8 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 13 + - Index: 9 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 14 + - Index: 10 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 15 + - Index: 11 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 16 + - Index: 12 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 17 + - Index: 13 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 18 + - Index: 14 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 19 + - Index: 15 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 20 + - Index: 16 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 21 + - Index: 17 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 22 + - Index: 18 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 23 + - Index: 19 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 24 + - Index: 20 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 25 + - Index: 21 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 26 + - Index: 22 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 27 + - Index: 23 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 28 + - Index: 24 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 29 + - Index: 25 + Item: Ep18_Amethyst_Fragment + Rate: 10 + Amount: 30 + - Group: SNOW_F_ORE_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Snow_F_Ore + Rate: 35 + Amount: 5 + - Index: 1 + Item: Snow_F_Ore + Rate: 35 + Amount: 6 + - Index: 2 + Item: Snow_F_Ore + Rate: 35 + Amount: 7 + - Index: 3 + Item: Snow_F_Ore + Rate: 35 + Amount: 8 + - Index: 4 + Item: Snow_F_Ore + Rate: 35 + Amount: 9 + - Index: 5 + Item: Snow_F_Ore + Rate: 35 + Amount: 10 + - Index: 6 + Item: Snow_F_Ore + Rate: 35 + Amount: 11 + - Index: 7 + Item: Snow_F_Ore + Rate: 35 + Amount: 12 + - Index: 8 + Item: Snow_F_Ore + Rate: 35 + Amount: 13 + - Index: 9 + Item: Snow_F_Ore + Rate: 35 + Amount: 14 + - Index: 10 + Item: Snow_F_Ore + Rate: 35 + Amount: 15 + - Index: 11 + Item: Snow_F_Ore + Rate: 35 + Amount: 16 + - Index: 12 + Item: Snow_F_Ore + Rate: 35 + Amount: 17 + - Index: 13 + Item: Snow_F_Ore + Rate: 35 + Amount: 18 + - Index: 14 + Item: Snow_F_Ore + Rate: 35 + Amount: 19 + - Index: 15 + Item: Snow_F_Ore + Rate: 35 + Amount: 20 + - Index: 16 + Item: Snow_F_Stone1 + Rate: 32 + - Index: 17 + Item: Snow_F_Stone1 + Rate: 32 + Amount: 2 + - Index: 18 + Item: Snow_F_Stone1 + Rate: 32 + Amount: 3 + - Index: 19 + Item: Snow_F_Stone1 + Rate: 32 + Amount: 4 + - Index: 20 + Item: Snow_F_Stone1 + Rate: 32 + Amount: 5 + - Index: 21 + Item: Snow_F_Stone2 + Rate: 40 + - Index: 22 + Item: Snow_F_Stone2 + Rate: 40 + Amount: 2 + - Group: BROWN_DIA_BOX_3_7 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001480 + Rate: 50 + Amount: 3 + - Index: 1 + Item: aegis_1001480 + Rate: 20 + Amount: 4 + - Index: 2 + Item: aegis_1001480 + Rate: 15 + Amount: 5 + - Index: 3 + Item: aegis_1001480 + Rate: 10 + Amount: 6 + - Index: 4 + Item: aegis_1001480 + Rate: 5 + Amount: 7 + - Group: BOOSTER_PACK_10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Orange_Potion_B_20 + Amount: 4 + - Index: 1 + Item: Boarding_Halter_Box30_Z + - Index: 2 + Item: Blue_Potion_B_10 + Amount: 3 + - Index: 3 + Item: Arrow_Container + Amount: 5 + - Index: 4 + Item: Bullet_Case + Amount: 5 + - Index: 5 + Item: Booster_Coin + Amount: 4 + - Index: 6 + Item: World_Tour_Ticket + Amount: 10 + - Index: 7 + Item: Booster_Pack_20 + - Index: 8 + Item: Metal_W_Box + - Group: BOOSTER_PACK_40 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yellow_Potion_B_20 + Amount: 4 + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 5 + - Index: 2 + Item: Arrow_Container + Amount: 5 + - Index: 3 + Item: Bullet_Case + Amount: 5 + - Index: 4 + Item: Booster_Coin + Amount: 16 + - Index: 5 + Item: World_Tour_Ticket + Amount: 10 + - Index: 6 + Item: Booster_Pack_50 + - Group: BOOSTER_PACK_70 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Potion_B_20 + Amount: 4 + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 7 + - Index: 2 + Item: E_Red_Booster + Amount: 20 + - Index: 3 + Item: E_Life_Potion_Pack + - Index: 4 + Item: Booster_Coin + Amount: 28 + - Index: 5 + Item: World_Tour_Ticket + Amount: 10 + - Index: 6 + Item: Booster_Pack_80 + - Group: BOOSTER_PACK_110 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Almighty + Amount: 5 + - Index: 1 + Item: Comp_Power_Booster + Amount: 5 + - Index: 2 + Item: Blue_Potion_B_10 + Amount: 10 + - Index: 3 + Item: E_Infinity_Drink + Amount: 5 + - Index: 4 + Item: Booster_B_M_1 + Amount: 3 + - Index: 5 + Item: Booster_Coin + Amount: 46 + - Index: 6 + Item: World_Tour_Ticket + Amount: 20 + - Index: 7 + Item: Booster_Pack_120 + - Group: BOOSTER_PACK_140 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Life_Potion_Pack + Amount: 2 + - Index: 1 + Item: E_DEF_Scroll_Box + Amount: 2 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Red_Booster + Amount: 40 + - Index: 4 + Item: Inventory_Ex_Evt + Amount: 3 + - Index: 5 + Item: Booster_Coin + Amount: 64 + - Index: 6 + Item: World_Tour_Ticket + Amount: 20 + - Index: 7 + Item: Booster_Pack_150 + - Index: 8 + Item: Booster_B_M_1 + Amount: 3 + - Group: BOOSTER_PACK_170 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Almighty + Amount: 5 + - Index: 1 + Item: Comp_Power_Booster + Amount: 5 + - Index: 2 + Item: E_Infinity_Drink + Amount: 5 + - Index: 3 + Item: Booster_B_M_2 + Amount: 3 + - Index: 4 + Item: Lv_Up_T_170 + Amount: 5 + - Index: 5 + Item: Booster_Coin + Amount: 82 + - Index: 6 + Item: World_Tour_Ticket + Amount: 20 + - Index: 7 + Item: Booster_Pack_180 + - Group: BOOSTER_PACK_210 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Life_Potion_Pack + Amount: 3 + - Index: 1 + Item: E_DEF_Scroll_Box + Amount: 3 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 4 + Item: Boarding_Halter_Box30_Z + - Index: 5 + Item: E_Red_Booster + Amount: 20 + - Index: 6 + Item: Booster_B_M_2 + Amount: 3 + - Index: 7 + Item: Booster_Coin + Amount: 110 + - Index: 8 + Item: World_Tour_Ticket + Amount: 30 + - Index: 9 + Item: Booster_Pack_220 + - Group: BOOSTER_PACK_240 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Life_Potion_Pack + Amount: 3 + - Index: 1 + Item: E_DEF_Scroll_Box + Amount: 3 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Red_Booster + Amount: 20 + - Index: 4 + Item: Comp_Almighty + Amount: 5 + - Index: 5 + Item: Comp_Power_Booster + Amount: 5 + - Index: 6 + Item: E_Infinity_Drink + Amount: 5 + - Index: 7 + Item: Booster_B_M_2 + Amount: 5 + - Index: 8 + Item: Booster_Coin + Amount: 140 + - Index: 9 + Item: World_Tour_Ticket + Amount: 30 + - Index: 10 + Item: Booster_Pack_250 + - Group: BOOSTER_PACK_20 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Orange_Potion_B_20 + Amount: 8 + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 4 + - Index: 2 + Item: Arrow_Container + Amount: 5 + - Index: 3 + Item: Bullet_Case + Amount: 5 + - Index: 4 + Item: Booster_Coin + Amount: 8 + - Index: 5 + Item: World_Tour_Ticket + Amount: 10 + - Index: 6 + Item: Booster_Pack_30 + - Group: BOOSTER_PACK_50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yellow_Potion_B_20 + Amount: 4 + - Index: 1 + Item: Blue_Potion_B_10 + Amount: 5 + - Index: 2 + Item: Arrow_Container + Amount: 5 + - Index: 3 + Item: Bullet_Case + Amount: 5 + - Index: 4 + Item: Booster_Coin + Amount: 20 + - Index: 5 + Item: World_Tour_Ticket + Amount: 10 + - Index: 6 + Item: Booster_Pack_60 + - Group: BOOSTER_PACK_80 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Potion_B_20 + Amount: 8 + - Index: 1 + Item: E_Wing_Of_Fly_3Day_Box + - Index: 2 + Item: Blue_Potion_B_10 + Amount: 8 + - Index: 3 + Item: Comp_Almighty + Amount: 5 + - Index: 4 + Item: Comp_Power_Booster + Amount: 5 + - Index: 5 + Item: E_Infinity_Drink + Amount: 5 + - Index: 6 + Item: Lv_Up_T_80 + Amount: 3 + - Index: 7 + Item: Booster_Coin + Amount: 32 + - Index: 8 + Item: World_Tour_Ticket + Amount: 10 + - Index: 9 + Item: Booster_Pack_90 + - Group: BOOSTER_PACK_120 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Life_Potion_Pack + Amount: 2 + - Index: 1 + Item: E_DEF_Scroll_Box + Amount: 2 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Red_Booster + Amount: 40 + - Index: 4 + Item: Inventory_Ex_Evt + Amount: 3 + - Index: 5 + Item: Booster_B_M_1 + Amount: 3 + - Index: 6 + Item: Booster_Coin + Amount: 52 + - Index: 7 + Item: World_Tour_Ticket + Amount: 20 + - Index: 8 + Item: Booster_Pack_130 + - Group: BOOSTER_PACK_150 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Almighty + Amount: 5 + - Index: 1 + Item: Comp_Power_Booster + Amount: 5 + - Index: 2 + Item: E_Infinity_Drink + Amount: 5 + - Index: 3 + Item: Booster_B_M_1 + Amount: 3 + - Index: 4 + Item: Lv_Up_T_150 + Amount: 5 + - Index: 5 + Item: Booster_Coin + Amount: 70 + - Index: 6 + Item: World_Tour_Ticket + Amount: 20 + - Index: 7 + Item: Booster_Pack_160 + - Group: BOOSTER_PACK_180 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Life_Potion_Pack + Amount: 3 + - Index: 1 + Item: E_DEF_Scroll_Box + Amount: 3 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 60 + - Index: 3 + Item: E_Red_Booster + Amount: 60 + - Index: 4 + Item: Booster_Coin + Amount: 88 + - Index: 5 + Item: World_Tour_Ticket + Amount: 20 + - Index: 6 + Item: Booster_Pack_190 + - Group: BOOSTER_PACK_220 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Life_Potion_Pack + Amount: 3 + - Index: 1 + Item: E_DEF_Scroll_Box + Amount: 3 + - Index: 2 + Item: Comp_Small_Mana_Potion + Amount: 40 + - Index: 3 + Item: E_Red_Booster + Amount: 20 + - Index: 4 + Item: Booster_Coin + Amount: 120 + - Index: 5 + Item: World_Tour_Ticket + Amount: 30 + - Index: 6 + Item: Booster_Pack_230 + - Group: BOOSTER_PACK_250 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Booster_M_Ticket + Amount: 3 + - Group: PC_BANG_COIN_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shiny_Coin + Duration: 60 + - Group: PCBANG_GIFT_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Coat_ Rate: 30 - - Item: OboroStone_Top3 + - Index: 1 + Item: Guard_ Rate: 30 - - Item: OboroStone_Middle3 + - Index: 2 + Item: Muffler_ Rate: 30 - - Item: OboroStone_Bottom3 + - Index: 3 + Item: Shoes_ Rate: 30 - - Item: DoramStone_Top3 - Rate: 30 - - Item: DoramStone_Middle3 - Rate: 30 - - Item: DoramStone_Bottom3 - Rate: 30 - - Item: StarStone_Top3 - Rate: 30 - - Item: StarStone_Middle3 - Rate: 30 - - Item: StarStone_Bottom3 - Rate: 30 - - Item: RebelStone_Top3 - Rate: 30 - - Item: RebelStone_Middle3 - Rate: 30 - - Item: RebelStone_Bottom3 - Rate: 30 - - Item: ReaperStone_Top3 - Rate: 30 - - Item: ReaperStone_Middle3 - Rate: 30 - - Item: ReaperStone_Bottom3 - Rate: 30 - - Item: SuraStone_Top3 - Rate: 30 - - Item: SuraStone_Middle3 - Rate: 30 - - Item: SuraStone_Bottom3 - Rate: 30 - - Item: MechanicStone_Top3 - Rate: 30 - - Item: MechanicStone_Middle3 - Rate: 30 - - Item: MechanicStone_Bottom3 - Rate: 30 - - Item: GuillcrossStone_Top3 - Rate: 30 - - Item: GuillcrossStone_Middle3 - Rate: 30 - - Item: GuillcrossStone_Bottom3 - Rate: 30 - - Item: ArchbishopStone_Top3 - Rate: 30 - - Item: ArchbishopStone_Middle3 - Rate: 30 - - Item: ArchbishopStone_Bottom3 - Rate: 30 - - Item: RangerStone_Top3 - Rate: 30 - - Item: RangerStone_Middle3 - Rate: 30 - - Item: RangerStone_Bottom3 - Rate: 30 - - Item: ShadowchasStone_Top3 - Rate: 30 - - Item: ShadowchasStone_Middle3 - Rate: 30 - - Item: ShadowchasStone_Bottom3 - Rate: 30 - - Item: WanderMinsStone_Top3 - Rate: 30 - - Item: WanderMinsStone_Middle3 - Rate: 30 - - Item: WanderMinsStone_Bottom3 - Rate: 30 - - Item: GeneticStone_Top3 - Rate: 30 - - Item: GeneticStone_Middle3 - Rate: 30 - - Item: GeneticStone_Bottom3 - Rate: 30 - - Item: SorcererStone_Top3 - Rate: 30 - - Item: SorcererStone_Middle3 - Rate: 30 - - Item: SorcererStone_Bottom3 - Rate: 30 - - Item: RuneknightStone_Top3 - Rate: 30 - - Item: RuneknightStone_Middle3 - Rate: 30 - - Item: RuneknightStone_Bottom3 - Rate: 30 - - Item: WarlockStone_Top3 - Rate: 30 - - Item: WarlockStone_Middle3 - Rate: 30 - - Item: WarlockStone_Bottom3 - Rate: 30 - - Item: RoyalguardStone_Top3 - Rate: 30 - - Item: RoyalguardStone_Middle3 - Rate: 30 - - Item: RoyalguardStone_Bottom3 - Rate: 30 - - Item: Stone_Robe_Box + - Index: 4 + Item: Handsei + Rate: 160 + Amount: 2 + - Index: 5 + Item: Str_Dish09 + Rate: 35 + - Index: 6 + Item: Int_Dish09 + Rate: 35 + - Index: 7 + Item: Vit_Dish09 + Rate: 35 + - Index: 8 + Item: Agi_Dish09 + Rate: 35 + - Index: 9 + Item: Dex_Dish09 + Rate: 35 + - Index: 10 + Item: Luk_Dish09 + Rate: 35 + - Index: 11 + Item: Set_Of_Taiming_Item + Rate: 25 + - Index: 12 + Item: Grape Rate: 180 - - Item: Stone_Robe2_Box + Amount: 5 + - Index: 13 + Item: Bloody_Dead_Branch + Rate: 5 + - Index: 14 + Item: Yellow_Potion + Rate: 300 + Amount: 20 + - Group: PCBANG_COUPON_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Battle_Manual + Amount: 5 + - Index: 1 + Item: Comp_Insurance + Amount: 5 + - Index: 2 + Item: Enriched_Slim_Pot + Amount: 100 + - SubGroup: 2 + List: + - Index: 0 + Item: Ear_Of_Devil's_Wing + Rate: 100 + - Index: 1 + Item: Leaf_Cat_Hat + Rate: 50 + - Index: 2 + Item: Pair_Of_Red_Ribbon Rate: 180 - - Item: Magic_Stone_Top + - Index: 3 + Item: Tiara_ + Rate: 110 + - Index: 4 + Item: Rider_Insignia_ + Rate: 30 + - Index: 5 + Item: Rider_Insignia + Rate: 50 + - Index: 6 + Item: Flame_Sprits_Armor__ + Rate: 180 + - Index: 7 + Item: Muffler_ + Rate: 300 + - Group: PCBANG_COUPON_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Battle_Manual + Amount: 5 + - Index: 1 + Item: Comp_Insurance + Amount: 5 + - Index: 2 + Item: Enriched_Slim_Pot + Amount: 100 + - SubGroup: 2 + List: + - Index: 0 + Item: Elven_Ears + Rate: 154 + - Index: 1 + Item: Leaf_Cat_Hat + Rate: 50 + - Index: 2 + Item: Pair_Of_Red_Ribbon + Rate: 180 + - Index: 3 + Item: Tiara_ + Rate: 100 + - Index: 4 + Item: Linen_Glove + Rate: 15 + - Index: 5 + Item: Skewer + Rate: 1 + - Index: 6 + Item: Flame_Sprits_Armor__ Rate: 200 - - Item: Magic_Stone_Middle + - Index: 7 + Item: Muffler_ + Rate: 300 + - Group: CHANCE_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Lucky_Egg_C2 + Rate: 550 + - Index: 1 + Item: Lucky_Egg_C3 + Rate: 350 + - Index: 2 + Item: Lucky_Egg_C + Rate: 100 + - Group: ATTEND_3DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Seed_Of_Yggdrasil + Amount: 10 + - Group: ATTEND_7DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Old_Violet_Box + Amount: 2 + - Group: ATTEND_10DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Old_Card_Album + Amount: 2 + - Group: ATTEND_15DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Wrapped_Mask + - Index: 1 + Item: Accessory_Box + - Group: ATTEND_20DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Battle_Manual + Amount: 5 + - Group: ATTEND_25DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Dead_Branch + Amount: 2 + - Group: GOLDPC_FIRST_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ring_Of_Flame_Lord + - Index: 1 + Item: Ring_Of_Resonance + - Group: TICKET_GIFT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Poring_Card + - Index: 1 + Item: Drops_Card + - Index: 2 + Item: Poporing_Card + - Index: 3 + Item: Marin_Card + - Index: 4 + Item: Lunatic_Card + - Index: 5 + Item: Fabre_Card + - Index: 6 + Item: Picky_Card + - Index: 7 + Item: Rocker_Card + - Index: 8 + Item: Desert_Wolf_Babe_Card + - Index: 9 + Item: Savage_Babe_Card + - Index: 10 + Item: Roda_Frog_Card + - Index: 11 + Item: Worm_Tail_Card + - Index: 12 + Item: Spore_Card + - Index: 13 + Item: Zombie_Card + - Index: 14 + Item: Condor_Card + - Group: TICKET_GIFT_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Time_Keepr_Shield + - Index: 1 + Item: Time_Keepr_Boots + - Index: 2 + Item: Time_Keepr_Manteau + - Index: 3 + Item: Time_Keeper_Hat + - Index: 4 + Item: Time_Keepr_Robe + - Group: ASSORTED_SCROLL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 1 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Index: 2 + Item: Assumptio_5_Scroll + Amount: 10 + UniqueId: true + - Index: 3 + Item: Wind_Walk_10_Scroll + Amount: 5 + UniqueId: true + - Group: DROOPING_KITTY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Drooping_Kitty_C + Duration: 10080 + UniqueId: true + - Group: MAGESTIC_GOAT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magestic_Goat_C + Duration: 10080 + UniqueId: true + - Group: DEVIRUCHI_CAP_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Deviruchi_Cap_C + Duration: 10080 + UniqueId: true + - Group: EXECUTIONER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Executioner_C + Duration: 10080 + UniqueId: true + - Group: BROOD_AXE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Brood_Axe_C + Duration: 10080 + UniqueId: true + - Group: TOMAHAWK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Tomahawk_C + Duration: 10080 + UniqueId: true + - Group: BOW_OF_RUDRA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bow_Of_Rudra_C + Duration: 10080 + UniqueId: true + - Group: CUTLAS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cutlas_C + Duration: 10080 + UniqueId: true + - Group: SOLAR_SWORD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Solar_Sword_C + Duration: 10080 + UniqueId: true + - Group: SWORD_BREAKER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sword_Breaker_C + Duration: 10080 + UniqueId: true + - Group: MAIL_BREAKER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mail_Breaker_C + Duration: 10080 + UniqueId: true + - Group: MOONLIGHT_SWORD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Moonlight_Sword_C + Duration: 10080 + UniqueId: true + - Group: SPANNER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spanner_C + Duration: 10080 + UniqueId: true + - Group: WEAPON_CARD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Orc_Lady_Card + Rate: 40 + UniqueId: true + - Index: 1 + Item: Mummy_Card + Rate: 40 + UniqueId: true + - Index: 2 + Item: Marina_Card + Rate: 40 + UniqueId: true + - Index: 3 + Item: Desert_Wolf_Card + Rate: 40 + UniqueId: true + - Index: 4 + Item: Soldier_Skeleton_Card + Rate: 4 + UniqueId: true + - Index: 5 + Item: Magnolia_Card + Rate: 5 + UniqueId: true + - Index: 6 + Item: Andre_Card + Rate: 1 + UniqueId: true + - Index: 7 + Item: Battle_Manual + Rate: 130 + Amount: 2 + UniqueId: true + - Index: 8 + Item: Insurance + Rate: 130 + UniqueId: true + - Index: 9 + Item: Bubble_Gum + Rate: 130 + Amount: 2 + UniqueId: true + - Index: 10 + Item: Yggdrasilberry + Rate: 220 + Amount: 9 + UniqueId: true + - Index: 11 + Item: Leaf_Of_Yggdrasil + Rate: 220 + Amount: 5 + UniqueId: true + - Group: ARMOR_CARD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Flying_Deleter_Card + Rate: 40 + UniqueId: true + - Index: 1 + Item: Nightmare_Terror_Card + Rate: 40 + UniqueId: true + - Index: 2 + Item: Pest_Card + Rate: 40 + UniqueId: true + - Index: 3 + Item: Marc_Card + Rate: 40 + UniqueId: true + - Index: 4 + Item: Dark_Frame_Card + Rate: 5 + UniqueId: true + - Index: 5 + Item: Deleter_Card + Rate: 1 + UniqueId: true + - Index: 6 + Item: Enriched_Oridecon + Rate: 80 + Amount: 2 + UniqueId: true + - Index: 7 + Item: Enriched_Elunium + Rate: 80 + Amount: 2 + UniqueId: true + - Index: 8 + Item: Yggdrasilberry + Rate: 170 + Amount: 9 + UniqueId: true + - Index: 9 + Item: Token_Of_Siegfried + Rate: 170 + Amount: 5 + UniqueId: true + - Index: 10 + Item: Red_Slim_Potion + Rate: 170 + Amount: 50 + UniqueId: true + - Index: 11 + Item: Leaf_Of_Yggdrasil + Rate: 170 + Amount: 5 + UniqueId: true + - Group: HELMET_CARD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Elder_Wilow_Card + Rate: 60 + UniqueId: true + - Index: 1 + Item: Deviruchi_Card + Rate: 8 + UniqueId: true + - Index: 2 + Item: Marduk_Card + Rate: 8 + UniqueId: true + - Index: 3 + Item: Carat_Card + Rate: 1 + UniqueId: true + - Index: 4 + Item: Battle_Manual + Rate: 60 + Amount: 2 + UniqueId: true + - Index: 5 + Item: Insurance + Rate: 53 + UniqueId: true + - Index: 6 + Item: Bubble_Gum + Rate: 60 + Amount: 2 + UniqueId: true + - Index: 7 + Item: Yggdrasilberry + Rate: 150 + Amount: 9 + UniqueId: true + - Index: 8 + Item: Token_Of_Siegfried + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 9 + Item: Red_Slim_Potion + Rate: 150 + Amount: 50 + UniqueId: true + - Index: 10 + Item: Leaf_Of_Yggdrasil + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 11 + Item: Grape_Juice + Rate: 150 + Amount: 5 + UniqueId: true + - Group: HOOD_CARD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Choco_Card + Rate: 60 + UniqueId: true + - Index: 1 + Item: Hyegun_Card + Rate: 60 + UniqueId: true + - Index: 2 + Item: Nine_Tail_Card + Rate: 4 + UniqueId: true + - Index: 3 + Item: Whisper_Card + Rate: 1 + UniqueId: true + - Index: 4 + Item: Frilldora_Card + Rate: 1 + UniqueId: true + - Index: 5 + Item: Enriched_Oridecon + Rate: 60 + Amount: 2 + UniqueId: true + - Index: 6 + Item: Enriched_Elunium + Rate: 60 + Amount: 2 + UniqueId: true + - Index: 7 + Item: Yggdrasilberry + Rate: 150 + Amount: 9 + UniqueId: true + - Index: 8 + Item: Token_Of_Siegfried + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 9 + Item: Red_Slim_Potion + Rate: 150 + Amount: 50 + UniqueId: true + - Index: 10 + Item: Leaf_Of_Yggdrasil + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 11 + Item: Grape_Juice + Rate: 154 + Amount: 5 + UniqueId: true + - Group: HOOD_CARD_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Dragon_Tail_Card + Rate: 60 + UniqueId: true + - Index: 1 + Item: Baphomet__Card + Rate: 60 + UniqueId: true + - Index: 2 + Item: Daydric_Card + Rate: 10 + UniqueId: true + - Index: 3 + Item: Harpy_Card + Rate: 10 + UniqueId: true + - Index: 4 + Item: Whisper_Boss_Card + Rate: 2 + UniqueId: true + - Index: 5 + Item: Battle_Manual + Rate: 100 + Amount: 2 + UniqueId: true + - Index: 6 + Item: Insurance + Rate: 100 + UniqueId: true + - Index: 7 + Item: Bubble_Gum + Rate: 100 + Amount: 2 + UniqueId: true + - Index: 8 + Item: Yggdrasilberry + Rate: 180 + Amount: 9 + UniqueId: true + - Index: 9 + Item: Red_Slim_Potion + Rate: 180 + Amount: 50 + UniqueId: true + - Index: 10 + Item: Leaf_Of_Yggdrasil + Rate: 180 + Amount: 5 + UniqueId: true + - Index: 11 + Item: Grape_Juice + Rate: 180 + Amount: 5 + UniqueId: true + - Group: SHOES_CARD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Thief_Bug_Male_Card + Rate: 50 + UniqueId: true + - Index: 1 + Item: Verit_Card + Rate: 10 + UniqueId: true + - Index: 2 + Item: Matyr_Card + Rate: 2 + UniqueId: true + - Index: 3 + Item: Sohee_Card + Rate: 2 + UniqueId: true + - Index: 4 + Item: Antique_Firelock_Card + Rate: 2 + UniqueId: true + - Index: 5 + Item: Battle_Manual + Rate: 80 + Amount: 2 + UniqueId: true + - Index: 6 + Item: Insurance + Rate: 70 + UniqueId: true + - Index: 7 + Item: Bubble_Gum + Rate: 90 + Amount: 2 + UniqueId: true + - Index: 8 + Item: Yggdrasilberry + Rate: 180 + Amount: 9 + UniqueId: true + - Index: 9 + Item: White_Slim_Potion + Rate: 174 + Amount: 20 + UniqueId: true + - Index: 10 + Item: Grape_Juice + Rate: 180 + Amount: 5 + UniqueId: true + - Index: 11 + Item: Fruit_Of_Mastela + Rate: 160 + Amount: 5 + UniqueId: true + - Group: ACCY_CARD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Blood_Butterfly_Card + Rate: 50 + UniqueId: true + - Index: 1 + Item: Mimic_Card + Rate: 10 + UniqueId: true + - Index: 2 + Item: Zerom_Card + Rate: 2 + UniqueId: true + - Index: 3 + Item: Phen_Card + Rate: 2 + UniqueId: true + - Index: 4 + Item: Battle_Manual + Rate: 70 + Amount: 2 + UniqueId: true + - Index: 5 + Item: Insurance + Rate: 70 + UniqueId: true + - Index: 6 + Item: Bubble_Gum + Rate: 70 + Amount: 2 + UniqueId: true + - Index: 7 + Item: Yggdrasilberry + Rate: 140 + Amount: 9 + UniqueId: true + - Index: 8 + Item: Token_Of_Siegfried + Rate: 140 + Amount: 5 + UniqueId: true + - Index: 9 + Item: White_Slim_Potion + Rate: 150 + Amount: 20 + UniqueId: true + - Index: 10 + Item: Grape_Juice + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 11 + Item: Fruit_Of_Mastela + Rate: 146 + Amount: 5 + UniqueId: true + - Group: WEAPON_CARD_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Mandragora_Card + Rate: 40 + UniqueId: true + - Index: 1 + Item: Vadon_Card + Rate: 40 + UniqueId: true + - Index: 2 + Item: Snake_Card + Rate: 40 + UniqueId: true + - Index: 3 + Item: Drainliar_Card + Rate: 40 + UniqueId: true + - Index: 4 + Item: Orc_Skeleton_Card + Rate: 39 + UniqueId: true + - Index: 5 + Item: Skel_Worker_Card + Rate: 5 + UniqueId: true + - Index: 6 + Item: Minorous_Card + Rate: 5 + UniqueId: true + - Index: 7 + Item: Garm_Baby_Card + Rate: 1 + UniqueId: true + - Index: 8 + Item: Enriched_Oridecon + Rate: 160 + Amount: 2 + UniqueId: true + - Index: 9 + Item: Enriched_Elunium + Rate: 150 + Amount: 2 + UniqueId: true + - Index: 10 + Item: Yggdrasilberry + Rate: 240 + Amount: 9 + UniqueId: true + - Index: 11 + Item: Leaf_Of_Yggdrasil + Rate: 240 + Amount: 5 + UniqueId: true + - Group: WEAPON_CARD_SCROLL3 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Goblin_Card + Rate: 40 + UniqueId: true + - Index: 1 + Item: Caramel_Card + Rate: 40 + UniqueId: true + - Index: 2 + Item: Scorpion_Card + Rate: 40 + UniqueId: true + - Index: 3 + Item: Flora_Card + Rate: 40 + UniqueId: true + - Index: 4 + Item: Hunter_Fly_Card + Rate: 5 + UniqueId: true + - Index: 5 + Item: Pecopeco_Egg_Card + Rate: 5 + UniqueId: true + - Index: 6 + Item: Hydra_Card + Rate: 5 + UniqueId: true + - Index: 7 + Item: Battle_Manual + Rate: 120 + Amount: 2 + UniqueId: true + - Index: 8 + Item: Insurance + Rate: 125 + UniqueId: true + - Index: 9 + Item: Bubble_Gum + Rate: 160 + Amount: 2 + UniqueId: true + - Index: 10 + Item: Yggdrasilberry + Rate: 210 + Amount: 9 + UniqueId: true + - Index: 11 + Item: White_Slim_Potion + Rate: 210 + Amount: 20 + UniqueId: true + - Group: ARMOR_CARD_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Disguise_Card + Rate: 58 + UniqueId: true + - Index: 1 + Item: Rybio_Card + Rate: 58 + UniqueId: true + - Index: 2 + Item: Wraith_Dead_Card + Rate: 5 + UniqueId: true + - Index: 3 + Item: Majoruros_Card + Rate: 5 + UniqueId: true + - Index: 4 + Item: Pupa_Card + Rate: 4 + UniqueId: true + - Index: 5 + Item: Pecopeco_Card + Rate: 4 + UniqueId: true + - Index: 6 + Item: Battle_Manual + Rate: 100 + Amount: 2 + UniqueId: true + - Index: 7 + Item: Insurance + Rate: 80 + UniqueId: true + - Index: 8 + Item: Bubble_Gum + Rate: 100 + Amount: 2 + UniqueId: true + - Index: 9 + Item: Yggdrasilberry + Rate: 199 + Amount: 9 + UniqueId: true + - Index: 10 + Item: White_Slim_Potion + Rate: 199 + Amount: 20 + UniqueId: true + - Index: 11 + Item: Fruit_Of_Mastela + Rate: 188 + Amount: 5 + UniqueId: true + - Group: ACCY_CARD_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Kobold_Card + Rate: 40 + UniqueId: true + - Index: 1 + Item: Dancing_Dragon_Card + Rate: 40 + UniqueId: true + - Index: 2 + Item: Mantis_Card + Rate: 9 + UniqueId: true + - Index: 3 + Item: Smokie_Card + Rate: 9 + UniqueId: true + - Index: 4 + Item: Vitata_Card + Rate: 2 + UniqueId: true + - Index: 5 + Item: Enriched_Oridecon + Rate: 70 + Amount: 2 + UniqueId: true + - Index: 6 + Item: Enriched_Elunium + Rate: 80 + Amount: 2 + UniqueId: true + - Index: 7 + Item: Yggdrasilberry + Rate: 150 + Amount: 9 + UniqueId: true + - Index: 8 + Item: Token_Of_Siegfried + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 9 + Item: White_Slim_Potion + Rate: 150 + Amount: 20 + UniqueId: true + - Index: 10 + Item: Grape_Juice + Rate: 150 + Amount: 5 + UniqueId: true + - Index: 11 + Item: Fruit_Of_Mastela + Rate: 150 + Amount: 5 + UniqueId: true + - Group: ASPERSIO_5_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Water + Amount: 30 + UniqueId: true + - Index: 1 + Item: Aspersio_5_Scroll + Amount: 30 + UniqueId: true + - Group: ASPERSIO_5_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Water + Amount: 50 + UniqueId: true + - Index: 1 + Item: Aspersio_5_Scroll + Amount: 50 + UniqueId: true + - Group: HANDCUFF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Handcuff + Duration: 2880 + UniqueId: true + - Group: INFILTRATOR_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infiltrator_C + Duration: 1440 + UniqueId: true + - Group: MURAMASA_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Muramasa_C + Duration: 1440 + UniqueId: true + - Group: EXCALIBUR_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Excalibur_C + Duration: 1440 + UniqueId: true + - Group: COMBAT_KNIFE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Combat_Knife_C + Duration: 1440 + UniqueId: true + - Group: COUNTER_DAGGER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Counter_Dagger_C + Duration: 1440 + UniqueId: true + - Group: KAISER_KNUCKLE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kaiser_Knuckle_C + Duration: 1440 + UniqueId: true + - Group: POLE_AXE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Pole_Axe_C + Duration: 1440 + UniqueId: true + - Group: MIGHTY_STAFF_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mighty_Staff_C + Duration: 1440 + UniqueId: true + - Group: RIGHT_EPSILON_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Right_Epsilon_C + Duration: 1440 + UniqueId: true + - Group: BALISTAR_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Balistar_C + Duration: 1440 + UniqueId: true + - Group: DIARY_OF_SAGE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Diary_Of_Great_Sage_C + Duration: 1440 + UniqueId: true + - Group: ASURA_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Asura_C + Duration: 1440 + UniqueId: true + - Group: APPLE_OF_ARCHER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Apple_Of_Archer_C + Duration: 1440 + UniqueId: true + - Group: BUNNY_BAND_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bunny_Band_C + Duration: 1440 + UniqueId: true + - Group: SAHKKAT_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sahkkat_C + Duration: 1440 + UniqueId: true + - Group: LORD_CIRCLET_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lord_Circlet_C + Duration: 1440 + UniqueId: true + - Group: ELVEN_EARS_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Elven_Ears_C + Duration: 1440 + UniqueId: true + - Group: STEEL_FLOWER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Steel_Flower_C + Duration: 1440 + UniqueId: true + - Group: CRITICAL_RING_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Critical_Ring_C + Duration: 1440 + UniqueId: true + - Group: EARRING_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Earring_C + Duration: 1440 + UniqueId: true + - Group: RING_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ring_C + Duration: 1440 + UniqueId: true + - Group: NECKLACE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Necklace_C + Duration: 1440 + UniqueId: true + - Group: GLOVE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Glove_C + Duration: 1440 + UniqueId: true + - Group: BROOCH_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Brooch_C + Duration: 1440 + UniqueId: true + - Group: ROSARY_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rosary_C + Duration: 1440 + UniqueId: true + - Group: SAFETY_RING_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Safety_Ring_C + Duration: 1440 + UniqueId: true + - Group: VESPER_CORE01_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core01_C + Duration: 1440 + UniqueId: true + - Group: VESPER_CORE02_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core02_C + Duration: 1440 + UniqueId: true + - Group: VESPER_CORE03_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core03_C + Duration: 1440 + UniqueId: true + - Group: VESPER_CORE04_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Vesper_Core04_C + Duration: 1440 + UniqueId: true + - Group: DROOPING_KITTY_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Drooping_Kitty_C + Duration: 1440 + UniqueId: true + - Group: MAGESTIC_GOAT_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magestic_Goat_C + Duration: 1440 + UniqueId: true + - Group: DEVIRUCHI_CAP_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Deviruchi_Cap_C + Duration: 1440 + UniqueId: true + - Group: EXECUTIONER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Executioner_C + Duration: 1440 + UniqueId: true + - Group: BROOD_AXE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Brood_Axe_C + Duration: 1440 + UniqueId: true + - Group: TOMAHAWK_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Tomahawk_C + Duration: 1440 + UniqueId: true + - Group: CUTLAS_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cutlas_C + Duration: 1440 + UniqueId: true + - Group: SOLAR_SWORD_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Solar_Sword_C + Duration: 1440 + UniqueId: true + - Group: MOONLIGHT_SWORD_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Moonlight_Sword_C + Duration: 1440 + UniqueId: true + - Group: SPANNER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spanner_C + Duration: 1440 + UniqueId: true + - Group: FREYJA_OVERCOAT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Freyja_Overcoat + Duration: 10080 + UniqueId: true + - Group: FREYJA_BOOTS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Freyja_Boots + Duration: 10080 + UniqueId: true + - Group: FREYJA_CAPE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Freyja_Cape + Duration: 10080 + UniqueId: true + - Group: FREYJA_CROWN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Freyja_Crown + Duration: 10080 + UniqueId: true + - Group: BRO_PACKAGE1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Adrenaline_Scroll + Amount: 20 + UniqueId: true + - Index: 1 + Item: Wind_Walk_10_Scroll + Amount: 20 + UniqueId: true + - Index: 2 + Item: Blessing_10_Scroll + Amount: 20 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 20 + UniqueId: true + - Group: PECOPECO_HAIRBAND_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Pecopeco_Hairband + Duration: 20160 + UniqueId: true + - Group: RED_GLASSES_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Red_Glasses + Duration: 20160 + UniqueId: true + - Group: WHISPER_MASK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Whisper_Mask + Duration: 20160 + UniqueId: true + - Group: GOLD_BOX_ + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Beret + Rate: 2 + UniqueId: true + - Index: 1 + Item: Alice_Doll + Rate: 2 + UniqueId: true + - Index: 2 + Item: Lif_Doll_Hat + Rate: 7 + UniqueId: true + - Index: 3 + Item: Moonlight_Flower_Hat + Rate: 2 + UniqueId: true + - Index: 4 + Item: Dress_Hat + Rate: 7 + UniqueId: true + - Index: 5 + Item: Triple_Poring_Hat + Rate: 7 + UniqueId: true + - Index: 6 + Item: Magic_Eyes + Rate: 7 + UniqueId: true + - Index: 7 + Item: Sheep_Hat + Rate: 7 + UniqueId: true + - Index: 8 + Item: Baseball_Cap + Rate: 7 + UniqueId: true + - Index: 9 + Item: Cat_Hat + Rate: 30 + UniqueId: true + - Index: 10 + Item: Battle_Manual + Rate: 61 + UniqueId: true + - Index: 11 + Item: Gold_Key_TW + Rate: 30 + UniqueId: true + - Index: 12 + Item: Enriched_Oridecon + Rate: 61 + UniqueId: true + - Index: 13 + Item: Enriched_Elunium + Rate: 60 + UniqueId: true + - Index: 14 + Item: Fruit_Of_Mastela + Rate: 110 + UniqueId: true + - Index: 15 + Item: Yggdrasilberry + Rate: 110 + UniqueId: true + - Index: 16 + Item: Zeny_Scroll + Rate: 60 + UniqueId: true + - Index: 17 + Item: Old_Blue_Box + Rate: 110 + UniqueId: true + - Index: 18 + Item: Old_Violet_Box + Rate: 60 + UniqueId: true + - Index: 19 + Item: Old_Card_Album + Rate: 30 + UniqueId: true + - Index: 20 + Item: Crystal_Jewel__ + Rate: 60 + UniqueId: true + - Index: 21 + Item: Crystal_Jewel + Rate: 170 + UniqueId: true + - Group: SILVER_BOX_ + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Drooping_Nine_Tail + Rate: 2 + UniqueId: true + - Index: 1 + Item: Black_Bunny_Band + Rate: 6 + UniqueId: true + - Index: 2 + Item: Satellite_Hairband + Rate: 6 + UniqueId: true + - Index: 3 + Item: Pink_Drooping_Kitty + Rate: 7 + UniqueId: true + - Index: 4 + Item: Pink_Fur_Hat + Rate: 30 + UniqueId: true + - Index: 5 + Item: White_Wizardry_Hat + Rate: 30 + UniqueId: true + - Index: 6 + Item: Red_Wizardry_Hat + Rate: 30 + UniqueId: true + - Index: 7 + Item: White_Deviruchi_Cap + Rate: 7 + UniqueId: true + - Index: 8 + Item: Red_Deviruchi_Cap + Rate: 6 + UniqueId: true + - Index: 9 + Item: Angeling_Hairpin + Rate: 6 + UniqueId: true + - Index: 10 + Item: Battle_Manual + Rate: 60 + UniqueId: true + - Index: 11 + Item: Token_Of_Siegfried + Rate: 60 + UniqueId: true + - Index: 12 + Item: Silver_Key + Rate: 30 + UniqueId: true + - Index: 13 + Item: Oridecon + Rate: 60 + UniqueId: true + - Index: 14 + Item: Elunium + Rate: 60 + UniqueId: true + - Index: 15 + Item: Leaf_Of_Yggdrasil + Rate: 110 + UniqueId: true + - Index: 16 + Item: Seed_Of_Yggdrasil + Rate: 110 + UniqueId: true + - Index: 17 + Item: Zeny_Scroll + Rate: 60 + UniqueId: true + - Index: 18 + Item: Old_Blue_Box + Rate: 60 + UniqueId: true + - Index: 19 + Item: Crystal_Jewel + Rate: 60 + UniqueId: true + - Index: 20 + Item: Crystal_Jewel___ Rate: 200 - - Item: Magic_Stone_Bottom + UniqueId: true + - Group: PECOPECO_HAIRBAND_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Pecopeco_Hairband + Duration: 1440 + UniqueId: true + - Group: RED_GLASSES_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Red_Glasses + Duration: 1440 + UniqueId: true + - Group: WHISPER_MASK_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Whisper_Mask + Duration: 1440 + UniqueId: true + - Group: RAMEN_HAT_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ramen_Hat + Duration: 1440 + UniqueId: true + - Group: 5_ANNIVERSARY_COIN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: 5_Anniversary_Coin + Duration: 60 + UniqueId: true + - Group: CERTIFICATE_TW_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Certificate_TW + Duration: 1440 + UniqueId: true + - Group: NAGAN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nagan_C + Duration: 10080 + UniqueId: true + - Group: SKEWER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Skewer_C + Duration: 10080 + UniqueId: true + - Group: SURVIVAL_ROD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Survival_Rod_C + Duration: 10080 + UniqueId: true + - Group: QUADRILLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Quadrille_C + Duration: 10080 + UniqueId: true + - Group: GREAT_AXE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Great_Axe_C + Duration: 10080 + UniqueId: true + - Group: BLOODY_ROAR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Roar_C + Duration: 10080 + UniqueId: true + - Group: HARDBACK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Hardback_C + Duration: 10080 + UniqueId: true + - Group: IMMATERIAL_SWORD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Immaterial_Sword_C + Duration: 10080 + UniqueId: true + - Group: UNHOLY_TOUCH_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Unholy_Touch_C + Duration: 10080 + UniqueId: true + - Group: CLOAK_OF_SURVIVAL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cloak_Of_Survival_C + Duration: 20160 + UniqueId: true + - Group: MASQUERADE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Masquerade_C + Duration: 20160 + UniqueId: true + - Group: ORC_HERO_HELM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Orc_Hero_Helm_C + Duration: 20160 + UniqueId: true + - Group: EVIL_WING_EARS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evil_Wing_Ears_C + Duration: 20160 + UniqueId: true + - Group: DARK_BLINDFOLD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dark_Blindfold_C + Duration: 20160 + UniqueId: true + - Group: KRO_DROOPING_KITTY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: kRO_Drooping_Kitty_C + Duration: 20160 + UniqueId: true + - Group: CORSAIR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Corsair_C + Duration: 20160 + UniqueId: true + - Group: BLOODY_IRON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Iron_Ball_C + Duration: 10080 + UniqueId: true + - Group: SPIRITUAL_RING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spiritual_Ring_C + Duration: 10080 + UniqueId: true + - Group: NAGAN_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nagan_C + Duration: 1440 + UniqueId: true + - Group: SKEWER_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Skewer_C + Duration: 1440 + UniqueId: true + - Group: SURVIVAL_ROD_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Survival_Rod_C + Duration: 1440 + UniqueId: true + - Group: QUADRILLE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Quadrille_C + Duration: 1440 + UniqueId: true + - Group: GREAT_AXE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Great_Axe_C + Duration: 1440 + UniqueId: true + - Group: FIRE_BRAND_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fire_Brand_C + Duration: 1440 + UniqueId: true + - Group: IMMATERIAL_SWORD_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Immaterial_Sword_C + Duration: 1440 + UniqueId: true + - Group: UNHOLY_TOUCH_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Unholy_Touch_C + Duration: 1440 + UniqueId: true + - Group: CLOAK_OF_SURVIVAL_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cloak_Of_Survival_C + Duration: 1440 + UniqueId: true + - Group: MASQUERADE_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Masquerade_C + Duration: 1440 + UniqueId: true + - Group: ORC_HERO_HELM_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Orc_Hero_Helm_C + Duration: 1440 + UniqueId: true + - Group: EVIL_WING_EARS_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evil_Wing_Ears_C + Duration: 1440 + UniqueId: true + - Group: DARK_BLINDFOLD_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dark_Blindfold_C + Duration: 1440 + UniqueId: true + - Group: KRO_DROOPING_KITTY_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: kRO_Drooping_Kitty_C + Duration: 1440 + UniqueId: true + - Group: CORSAIR_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Corsair_C + Duration: 1440 + UniqueId: true + - Group: SPIRITUAL_RING_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spiritual_Ring_C + Duration: 1440 + UniqueId: true + - Group: INDONESIA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yellow_Slim_Potion + Amount: 100 + UniqueId: true + - Index: 1 + Item: Speed_Up_Potion + Amount: 10 + UniqueId: true + - Index: 2 + Item: Yggdrasilberry + Amount: 5 + UniqueId: true + - Group: GREEN_BOX_ + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Helm_Of_Darkness + Rate: 100 + UniqueId: true + - Index: 1 + Item: Red_Deviruchi_Cap Rate: 200 - - Item: Range_Stone_Top + UniqueId: true + - Index: 2 + Item: Kettle_Hat Rate: 200 - - Item: Range_Stone + UniqueId: true + - Index: 3 + Item: Ribbon_Black Rate: 200 - - Item: Range_Stone_Bottom + UniqueId: true + - Index: 4 + Item: Poring_Box + Rate: 300 + Amount: 3 + UniqueId: true + - Group: RESIST_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Resist_Fire + UniqueId: true + - Index: 1 + Item: Resist_Water + UniqueId: true + - Group: RESIST_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Resist_Earth + UniqueId: true + - Index: 1 + Item: Resist_Wind + UniqueId: true + - Group: STAT_BOOST1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Str_Dish05_ + UniqueId: true + - Index: 1 + Item: Agi_Dish05_ + UniqueId: true + - Index: 2 + Item: Vit_Dish05_ + UniqueId: true + - Group: STAT_BOOST2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Int_Dish05_ + UniqueId: true + - Index: 1 + Item: Luk_Dish05_ + UniqueId: true + - Index: 2 + Item: Dex_Dish05_ + UniqueId: true + - Group: STAT_BOOST3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Agi_Dish05_ + UniqueId: true + - Index: 1 + Item: Vit_Dish05_ + UniqueId: true + - Index: 2 + Item: Dex_Dish05_ + UniqueId: true + - Group: STAT_BOOST4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Int_Dish05_ + UniqueId: true + - Index: 1 + Item: Vit_Dish05_ + UniqueId: true + - Index: 2 + Item: Dex_Dish05_ + UniqueId: true + - Group: OBSERVER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Observer + Duration: 10080 + UniqueId: true + - Group: LUCKY_CLIP_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lucky_Clip + Duration: 1440 + UniqueId: true + - Group: F_LEVER_ACTION_RIFLE_BO + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lever_Action_Rifle_C + Duration: 10080 + UniqueId: true + - Group: F_REFRESH_SHOES_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Refresh_Shoes + Duration: 10080 + UniqueId: true + - Group: F_PECOPECO_HAIRBAND_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Pecopeco_Hairband + Duration: 20160 + UniqueId: true + - Group: F_RED_GLASSES_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Red_Glasses + Duration: 20160 + UniqueId: true + - Group: F_WHISPER_MASK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Whisper_Mask + Duration: 20160 + UniqueId: true + - Group: F_RAMEN_HAT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ramen_Hat + Duration: 20160 + UniqueId: true + - Group: F_VIGORGRA_PACKAGE3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Int_Dish10_ + Amount: 2 + UniqueId: true + - Index: 2 + Item: Dex_Dish10_ + Amount: 2 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 5 + Item: Kafra_Card + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + UniqueId: true + - Group: F_VIGORGRA_PACKAGE4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Int_Dish10_ + Amount: 2 + UniqueId: true + - Index: 2 + Item: Vit_Dish10_ + Amount: 2 + UniqueId: true + - Index: 3 + Item: Inc_Agi_10_Scroll + Amount: 15 + UniqueId: true + - Index: 4 + Item: Blessing_10_Scroll + Amount: 15 + UniqueId: true + - Index: 5 + Item: Kafra_Card + UniqueId: true + - Index: 6 + Item: Token_Of_Siegfried + UniqueId: true + - Group: NOVICE_SET_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cracked_Buckler + Duration: 10080 + UniqueId: true + - Index: 1 + Item: Old_Pant + Duration: 10080 + UniqueId: true + - Index: 2 + Item: Boots_Perforated + Duration: 10080 + UniqueId: true + - Index: 3 + Item: Cheap_Running_Shirts + Duration: 10080 + UniqueId: true + - Index: 4 + Item: Old_Bandanna + Duration: 10080 + UniqueId: true + - Group: BEHOLDER_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Beholder_Ring + Duration: 21600 + UniqueId: true + - Group: HALLOW_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Hallow_Ring + Duration: 21600 + UniqueId: true + - Group: CLAMOROUS_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Clamorous_Ring + Duration: 21600 + UniqueId: true + - Group: CHEMICAL_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Chemical_Ring + Duration: 21600 + UniqueId: true + - Group: INSECTICIDE_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Insecticide_Ring + Duration: 21600 + UniqueId: true + - Group: FISHER_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fisher_Ring + Duration: 21600 + UniqueId: true + - Group: DECUSSATE_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Decussate_Ring + Duration: 21600 + UniqueId: true + - Group: BLOODY_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Ring + Duration: 21600 + UniqueId: true + - Group: SATANIC_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Satanic_Ring + Duration: 21600 + UniqueId: true + - Group: DRAGOON_RING_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dragoon_Ring + Duration: 21600 + UniqueId: true + - Group: FPICTURE_DIARY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Picture_Diary + Duration: 10080 + UniqueId: true + - Group: FMINI_HEART_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mini_Heart + Duration: 10080 + UniqueId: true + - Group: FNEWCOMER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Newcomer + Duration: 10080 + UniqueId: true + - Group: FKID_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kid + Duration: 10080 + UniqueId: true + - Group: FMAGIC_CASTLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magic_Castle + Duration: 10080 + UniqueId: true + - Group: FBULGING_HEAD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bulging_Head + Duration: 10080 + UniqueId: true + - Group: FPICTURE_DIARY_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Picture_Diary + Duration: 43200 + UniqueId: true + - Group: FMINI_HEART_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mini_Heart + Duration: 43200 + UniqueId: true + - Group: FNEWCOMER_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Newcomer + Duration: 43200 + UniqueId: true + - Group: FKID_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kid + Duration: 43200 + UniqueId: true + - Group: FMAGIC_CASTLE_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magic_Castle + Duration: 43200 + UniqueId: true + - Group: FBULGING_HEAD_BOX_1M + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bulging_Head + Duration: 43200 + UniqueId: true + - Group: FHEALING_STAFF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Healing_Staff_C + Duration: 10080 + UniqueId: true + - Group: FPRAXINUS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Praxinus_C + Duration: 10080 + UniqueId: true + - Group: MUFFLER_C_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Muffler_C + Duration: 10080 + UniqueId: true + - Group: VALKYRJA_S_SHIELD_C_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Valkyrja's_Shield_C + Duration: 10080 + UniqueId: true + - Group: SKUL_RING_C_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Skul_Ring_C + Duration: 10080 + UniqueId: true + - Group: S_BARRICADE_REPAIR_KIT + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Wooden_Block + Amount: 30 + UniqueId: true + - Index: 1 + Item: Steel + Amount: 10 + UniqueId: true + - Index: 2 + Item: Emveretarcon + Amount: 10 + UniqueId: true + - Index: 3 + Item: Oridecon + Amount: 5 + UniqueId: true + - Group: S_GSTONE_REPAIR_KIT + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Oridecon + UniqueId: true + - Index: 1 + Item: Elunium + UniqueId: true + - Index: 2 + Item: Stone + Amount: 30 + UniqueId: true + - Index: 3 + Item: Blue_Gemstone + Amount: 5 + UniqueId: true + - Index: 4 + Item: Yellow_Gemstone + Amount: 5 + UniqueId: true + - Index: 5 + Item: Red_Gemstone + Amount: 5 + UniqueId: true + - Group: ARDOR_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Battle_Manual + Rate: 50 + Amount: 5 + UniqueId: true + - Index: 1 + Item: Insurance + Rate: 70 + Amount: 5 + UniqueId: true + - Index: 2 + Item: Kafra_Card + Rate: 150 + Amount: 10 + UniqueId: true + - Index: 3 + Item: Bloody_Dead_Branch + Rate: 150 + UniqueId: true + - Index: 4 + Item: Ribbon_Pink + Rate: 29 + UniqueId: true + - Index: 5 + Item: Ribbon_Red + Rate: 29 + UniqueId: true + - Index: 6 + Item: Yggdrasilberry_Box_ + Rate: 190 + UniqueId: true + - Index: 7 + Item: Dead_Tree_Branch_Box1 + Rate: 180 + UniqueId: true + - Index: 8 + Item: Guyak_Pudding + Rate: 150 + Amount: 10 + UniqueId: true + - Index: 9 + Item: Neuralizer + Rate: 2 + UniqueId: true + - Group: HOLY_SABER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Saber + Duration: 180 + UniqueId: true + - Group: BOOK_OF_PRAYER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Book_Of_Prayer + Duration: 180 + UniqueId: true + - Group: PHENOMENA_WHIP_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Phenomena_Whip + Duration: 180 + UniqueId: true + - Group: STAFF_OF_DARKNESS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Staff_Of_Darkness + Duration: 180 + UniqueId: true + - Group: MONK_KNUCKLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Monk_Knuckle + Duration: 180 + UniqueId: true + - Group: MACE_OF_MADNESS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mace_Of_Madness + Duration: 180 + UniqueId: true + - Group: SPEAR_OF_EXCELLENT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spear_Of_Excellent + Duration: 180 + UniqueId: true + - Group: BOW_OF_EVIL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bow_Of_Evil + Duration: 180 + UniqueId: true + - Group: KATAR_OF_SPEED_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Katar_Of_Speed + Duration: 180 + UniqueId: true + - Group: SS_REVOLVER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sharpshooter_Revolver + Duration: 180 + UniqueId: true + - Group: XMAS_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Santa_Poring_Hat + Rate: 5 + UniqueId: true + - Index: 1 + Item: Cross_Band + Rate: 50 + UniqueId: true + - Index: 2 + Item: Centimental_Flower + Rate: 50 + UniqueId: true + - Index: 3 + Item: Santa's_Hat + Rate: 50 + UniqueId: true + - Index: 4 + Item: Luk_Dish_Box + Rate: 125 + UniqueId: true + - Index: 5 + Item: Blessing_10_Scroll_Box + Rate: 125 + UniqueId: true + - Index: 6 + Item: Diadem + Rate: 5 + UniqueId: true + - Index: 7 + Item: Aspersio_5_Scroll_Box + Rate: 125 + UniqueId: true + - Index: 8 + Item: Assumptio_5_Scroll_Box + Rate: 125 + UniqueId: true + - Index: 9 + Item: Poring__Card + Rate: 10 + UniqueId: true + - Index: 10 + Item: Fire_Cracker_Xmas_Box + Rate: 150 + UniqueId: true + - Index: 11 + Item: Cookie_XMAS_Card + Rate: 20 + UniqueId: true + - Index: 12 + Item: Zeny_Scroll + Rate: 150 + Amount: 10 + UniqueId: true + - Index: 13 + Item: Bell_Ribbon + Rate: 5 + UniqueId: true + - Index: 14 + Item: Fish_Head_Hat + Rate: 5 + UniqueId: true + - Group: FORTUNE_SWORD_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fortune_Sword_I + Duration: 360 + UniqueId: true + - Group: HOUSE_AUGER_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: House_Auger_I + Duration: 360 + UniqueId: true + - Group: KAMAITACHI_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kamaitachi_I + Duration: 360 + UniqueId: true + - Group: BERSERK_GUITAR_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Berserk_Guitar_I + Duration: 360 + UniqueId: true + - Group: DOOM_SLAYER_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Doom_Slayer_I + Duration: 360 + UniqueId: true + - Group: HUUMA_BLAZE_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Huuma_Blaze_I + Duration: 360 + UniqueId: true + - Group: ODIN_S_BLESSING_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Odin's_Blessing_I + Duration: 360 + UniqueId: true + - Group: RING_OF_F_LORD_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ring_Of_Flame_Lord_I + Duration: 360 + UniqueId: true + - Group: RING_OF_RESON_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ring_Of_Resonance_I + Duration: 360 + UniqueId: true + - Group: BOY_S_CAP_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Boy's_Cap_I + Duration: 360 + UniqueId: true + - Group: ULLE_CAP_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ulle_Cap_I + Duration: 360 + UniqueId: true + - Group: SPINX_HELM_BOX_I + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spinx_Helm_I + Duration: 360 + UniqueId: true + - Group: POWER_OF_THOR_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Asara_Fairy_Hat + Rate: 435 + - Index: 1 + Item: Pencil_In_Mouth + Rate: 550 + - Index: 2 + Item: Power_Of_Thor + Rate: 15 + Announced: true + - Group: ACTI_POTION_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Acti_Potion + Amount: 5 + UniqueId: true + - Group: ACTI_POTION_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Acti_Potion + Amount: 5 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C5 + UniqueId: true + - Group: HALF_ASPRIKA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Half_Asprika + Duration: 10080 + UniqueId: true + - Group: HALF_BRYNHILD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Half_Brynhild + Duration: 10080 + UniqueId: true + - Group: SPIKED_SCARF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Spiked_Scarf + Duration: 60 + UniqueId: true + - Group: RAINBOW_SCARF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rainbow_Scarf + Duration: 60 + UniqueId: true + - Group: 3D_GLASSES_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: 3D_Glasses_ + Duration: 60 + UniqueId: true + - Group: CHEER_SCARF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf + Duration: 10080 + - Group: CHEER_SCARF2_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Token_Of_Siegfried + Amount: 30 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 20 + - Index: 2 + Item: C_Wing_Of_Fly + Duration: 10080 + - Group: CHEER_SCARF3_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf3 + Duration: 10080 + UniqueId: true + - Group: CHEER_SCARF4_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf4 + Duration: 10080 + UniqueId: true + - Group: CHEER_SCARF6_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf6 + Duration: 10080 + UniqueId: true + - Group: CHEER_SCARF8_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf8 + Duration: 10080 + UniqueId: true + - Group: CHEER_SCARF10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf10 + Duration: 10080 + UniqueId: true + - Group: CHEER_SCARF10_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cheer_Scarf10 + Duration: 20160 + UniqueId: true + - Group: RING_OF_VALKYRIE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ring_Of_Valkyrie + Duration: 5760 + UniqueId: true + - Group: RAPID_LIFE_WATER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rapid_Life_Water + Amount: 10 + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C6 + UniqueId: true + - Group: LOLLI_POP_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yummy_Lollipop + Duration: 4320 + UniqueId: true + - Group: SPECIAL_BOX1 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: N_Fly_Wing + Rate: 330 + Amount: 50 + - Index: 1 + Item: White_Potion + Rate: 330 + Amount: 10 + - Index: 2 + Item: N_Butterfly_Wing + Rate: 340 + Amount: 12 + - Group: SPECIAL_BOX2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Minor_Brisket + Rate: 150 + - Index: 1 + Item: Savage_BBQ + Rate: 150 + - Index: 2 + Item: Oridecon + Rate: 120 + - Index: 3 + Item: Elunium + Rate: 120 + Amount: 2 + - Index: 4 + Item: Elunium + Rate: 120 + - Index: 5 + Item: Poison_Bottle + Rate: 100 + - Index: 6 + Item: N_Fly_Wing + Rate: 80 + Amount: 50 + - Index: 7 + Item: White_Potion + Rate: 80 + Amount: 10 + - Index: 8 + Item: N_Butterfly_Wing + Rate: 80 + Amount: 12 + - Group: SPECIAL_BOX3 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Siroma_Icetea + Rate: 300 + - Index: 1 + Item: Wug_Blood_Cocktail + Rate: 220 + - Index: 2 + Item: Minor_Brisket + Rate: 130 + - Index: 3 + Item: Savage_BBQ + Rate: 130 + - Index: 4 + Item: Oridecon + Rate: 80 + - Index: 5 + Item: Elunium + Rate: 80 + Amount: 2 + - Index: 6 + Item: Poison_Bottle + Rate: 60 + - Group: SPECIAL_BOX4 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Yggdrasilberry + Rate: 300 + Amount: 5 + - Index: 1 + Item: Drocera_Herb_Stew + Rate: 220 + - Index: 2 + Item: Siroma_Icetea + Rate: 180 + - Index: 3 + Item: Wug_Blood_Cocktail + Rate: 120 + - Index: 4 + Item: Minor_Brisket + Rate: 60 + - Index: 5 + Item: Savage_BBQ + Rate: 60 + - Index: 6 + Item: Oridecon + Rate: 30 + - Index: 7 + Item: Elunium + Rate: 30 + Amount: 2 + - Group: SPECIAL_BOX5 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Old_Card_Album + Rate: 300 + - Index: 1 + Item: Siege_Supply_Box + Rate: 220 + Amount: 2 + - Index: 2 + Item: Yggdrasilberry + Rate: 180 + Amount: 5 + - Index: 3 + Item: Drocera_Herb_Stew + Rate: 120 + - Index: 4 + Item: Siroma_Icetea + Rate: 80 + - Index: 5 + Item: Wug_Blood_Cocktail + Rate: 60 + - Index: 6 + Item: Minor_Brisket + Rate: 20 + - Index: 7 + Item: Savage_BBQ + Rate: 20 + - Group: PCBANG_COUPON_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Insurance + Amount: 2 + - Index: 1 + Item: White_Slim_Pot_Box2 + - SubGroup: 2 + List: + - Index: 0 + Item: Skewer + Rate: 10 + - Index: 1 + Item: Pillar_Card + Rate: 20 + - Index: 2 + Item: Ringco_Card + Rate: 20 + - Index: 3 + Item: Lata_Card + Rate: 20 + - Index: 4 + Item: Duneirre_Card + Rate: 20 + - Index: 5 + Item: Linen_Glove + Rate: 100 + - Index: 6 + Item: Leaf_Cat_Hat + Rate: 100 + - Index: 7 + Item: Old_Blue_Box + Rate: 370 + - Index: 8 + Item: Old_Violet_Box + Rate: 340 + - Group: B_HALTER_BOX_30DAYS + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Boarding_Halter + Duration: 43200 + UniqueId: true + - Group: PCBANG_COUPON_BOX4 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Geographer_Card + Rate: 55 + - Index: 1 + Item: Rideword_Card + Rate: 55 + - Index: 2 + Item: Live_Peach_Tree_Card + Rate: 55 + - Index: 3 + Item: Harpy_Card + Rate: 55 + - Index: 4 + Item: Parasite_Card + Rate: 55 + - Index: 5 + Item: Miyabi_Ningyo_Card + Rate: 55 + - Index: 6 + Item: Solider_Card + Rate: 65 + - Index: 7 + Item: Permeter_Card + Rate: 55 + - Index: 8 + Item: Freezer_Card + Rate: 55 + - Index: 9 + Item: Baby_Leopard_Card + Rate: 55 + - Index: 10 + Item: Mystcase_Card + Rate: 55 + - Index: 11 + Item: Raggler_Card + Rate: 55 + - Index: 12 + Item: Wander_Man_Card + Rate: 55 + - Index: 13 + Item: Wild_Rose_Card + Rate: 55 + - Index: 14 + Item: Dancing_Dragon_Card + Rate: 55 + - Index: 15 + Item: Anolian_Card + Rate: 55 + - Index: 16 + Item: Dragon_Tail_Card + Rate: 55 + - Index: 17 + Item: Merman_Card + Rate: 55 + - SubGroup: 2 + List: + - Index: 0 + Item: Geographer_Card + Rate: 55 + - Index: 1 + Item: Rideword_Card + Rate: 55 + - Index: 2 + Item: Live_Peach_Tree_Card + Rate: 55 + - Index: 3 + Item: Harpy_Card + Rate: 55 + - Index: 4 + Item: Parasite_Card + Rate: 55 + - Index: 5 + Item: Miyabi_Ningyo_Card + Rate: 55 + - Index: 6 + Item: Solider_Card + Rate: 65 + - Index: 7 + Item: Permeter_Card + Rate: 55 + - Index: 8 + Item: Freezer_Card + Rate: 55 + - Index: 9 + Item: Baby_Leopard_Card + Rate: 55 + - Index: 10 + Item: Mystcase_Card + Rate: 55 + - Index: 11 + Item: Raggler_Card + Rate: 55 + - Index: 12 + Item: Wander_Man_Card + Rate: 55 + - Index: 13 + Item: Wild_Rose_Card + Rate: 55 + - Index: 14 + Item: Dancing_Dragon_Card + Rate: 55 + - Index: 15 + Item: Anolian_Card + Rate: 55 + - Index: 16 + Item: Dragon_Tail_Card + Rate: 55 + - Index: 17 + Item: Merman_Card + Rate: 55 + - SubGroup: 3 + List: + - Index: 0 + Item: Geographer_Card + Rate: 55 + - Index: 1 + Item: Rideword_Card + Rate: 55 + - Index: 2 + Item: Live_Peach_Tree_Card + Rate: 55 + - Index: 3 + Item: Harpy_Card + Rate: 55 + - Index: 4 + Item: Parasite_Card + Rate: 55 + - Index: 5 + Item: Miyabi_Ningyo_Card + Rate: 55 + - Index: 6 + Item: Solider_Card + Rate: 65 + - Index: 7 + Item: Permeter_Card + Rate: 55 + - Index: 8 + Item: Freezer_Card + Rate: 55 + - Index: 9 + Item: Baby_Leopard_Card + Rate: 55 + - Index: 10 + Item: Mystcase_Card + Rate: 55 + - Index: 11 + Item: Raggler_Card + Rate: 55 + - Index: 12 + Item: Wander_Man_Card + Rate: 55 + - Index: 13 + Item: Wild_Rose_Card + Rate: 55 + - Index: 14 + Item: Dancing_Dragon_Card + Rate: 55 + - Index: 15 + Item: Anolian_Card + Rate: 55 + - Index: 16 + Item: Dragon_Tail_Card + Rate: 55 + - Index: 17 + Item: Merman_Card + Rate: 55 + - Group: OLD_HAT_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Chicken_Hat + Rate: 50 + - Index: 1 + Item: Rune_Hairband + Rate: 30 + - Index: 2 + Item: Whikebain_Ears + Rate: 40 + - Index: 3 + Item: New_Cowboy_Hat + Rate: 50 + - Index: 4 + Item: Darkness_Helm + Rate: 50 + - Index: 5 + Item: J_Captain_Hat + Rate: 50 + - Index: 6 + Item: Santa_Hat_1 + Rate: 40 + - Index: 7 + Item: Flying_Angel + Rate: 50 + - Index: 8 + Item: Marcher_Hat + Rate: 50 + - Index: 9 + Item: Ninja_Scroll + Rate: 40 + - Index: 10 + Item: Gang_Scarf + Rate: 40 + - Index: 11 + Item: Angel_Spirit + Rate: 40 + - Index: 12 + Item: Diadem + Rate: 50 + - Index: 13 + Item: Twin_Ribbon + Rate: 50 + - Index: 14 + Item: Robo_Eye + Rate: 40 + - Index: 15 + Item: L_Orc_Hero_Helm + Rate: 50 + - Index: 16 + Item: Rabbit_Ear_Hat + Rate: 50 + - Index: 17 + Item: Drooping_White_Kitty + Rate: 50 + - Index: 18 + Item: Santa_Poring_Hat + Rate: 50 + - Index: 19 + Item: Fish_Head_Hat + Rate: 50 + - Index: 20 + Item: Little_Angel_Doll + Rate: 50 + - Index: 21 + Item: Chick_Hat + Rate: 30 + - Group: SAPA_FEAT_CERT_PACK + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sapa_Feat_Cert + Rate: 500 + Amount: 20 + - Index: 1 + Item: Sapa_Feat_Cert + Rate: 300 + Amount: 30 + - Index: 2 + Item: Sapa_Feat_Cert Rate: 200 - - Item: Melee_Stone_Top - Rate: 200 - - Item: Melee_Stone_Middle - Rate: 200 - - Item: Melee_Stone_Bottom - Rate: 200 - - Item: ReloadStone_Top - Rate: 200 - - Item: ReloadStone_Middle - Rate: 200 - - Item: ReloadStone_Bottom - Rate: 200 - - Item: EXPStone_Middle - Rate: 200 - - Item: EXPStone_Bottom - Rate: 200 - - Item: EXPStone_Top - Rate: 200 - - Item: Stone_Top_Box + Amount: 40 + - Index: 3 + Item: Sapa_Feat_Cert + Rate: 100 + Amount: 50 + - Group: ARCHANGEL_WING_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Archangel_Wing + UniqueId: true + - Index: 1 + Item: Special_Potion_Set + - Group: TRANS_BOX_DEVI + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Trans_Scroll_Devi + Amount: 10 + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Poring + UniqueId: true + - Group: TRANS_BOX_RAY_ARCH + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Trans_Scroll_Ray_Arch + Amount: 10 + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Poring + UniqueId: true + - Group: TRANS_BOX_MAVKA + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Trans_Scroll_Mavka + Amount: 10 + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Poring + UniqueId: true + - Group: TRANS_BOX_MARDUK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Trans_Scroll_Marduk + Amount: 10 + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Poring + UniqueId: true + - Group: TRANS_BOX_BANSHEE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Trans_Scroll_Banshee + Amount: 10 + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Poring + UniqueId: true + - Group: TRANS_BOX_GOLEM + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Trans_Scroll_Golem + Amount: 10 + UniqueId: true + - Index: 1 + Item: Trans_Scroll_Poring + UniqueId: true + - Group: UPG_REVOLVER_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Revolver + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_TWOHAND_SWORD_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Twohand_Sword + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_KATAR_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Katar + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_TWO_HANDED_AXE_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Two_Handed_Axe + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_LANCE_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Lance + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_BOOK_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Book + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_STAFF_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Staff + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_DAGGER_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Dagger + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_MACE_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Mace + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: UPG_BOW_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Bow + UniqueId: true + - Index: 1 + Item: Lucky_Egg_C10 + UniqueId: true + - Group: GRYPHON_EGG_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Gryphon_Hat + Rate: 140 + Announced: true + - Index: 1 + Item: C_Gryphon_Hat + Rate: 160 + Announced: true + - Index: 2 + Item: Enchant_Book + Rate: 2500 + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 90 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_9Up + Rate: 3 + Announced: true + - Index: 6 + Item: Guarantee_Armor_9Up + Rate: 2 + Announced: true + - Index: 7 + Item: E_WOB_Rune + Rate: 500 + Amount: 5 + - Index: 8 + Item: E_WOB_Schwaltz + Rate: 500 + Amount: 5 + - Index: 9 + Item: E_WOB_Rachel + Rate: 500 + Amount: 5 + - Index: 10 + Item: E_WOB_Local + Rate: 500 + Amount: 5 + - Index: 11 + Item: Old_Card_Album Rate: 400 - - Item: Stone_Top2_Box + - Index: 12 + Item: Magic_Card_Album + Rate: 5 + Announced: true + - Index: 13 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 240 + - Index: 15 + Item: Comp_Battle_Manual + Rate: 500 + Amount: 2 + - Index: 16 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 17 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 18 + Item: Bloody_Dead_Branch + Rate: 100 + Announced: true + - Index: 19 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 3 + - Index: 20 + Item: Treasure_Box + Rate: 770 + - Group: ASPD_POTION_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: ASPD_Potion + Amount: 10 + UniqueId: true + - Index: 1 + Item: Gryphon_Egg_Scroll + UniqueId: true + - Group: DRAGON_EGG_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Helm_Of_Dragoon + Rate: 250 + Announced: true + - Index: 1 + Item: Dragon_Breath Rate: 400 - - Item: Stone_Middle_Box + - Index: 2 + Item: Dragon_Slayer_ Rate: 400 - - Item: Stone_Middle2_Box + - Index: 3 + Item: Inverse_Scale Rate: 400 - - Item: Stone_Bottom_Box + - Index: 4 + Item: Gae_Bolg_ Rate: 400 - - Item: Stone_Bottom2_Box + - Index: 5 + Item: Legacy_Of_Dragon Rate: 400 - - Item: CastingStone_Top + - Index: 6 + Item: Dragon_Wing Rate: 400 - - Item: CastingStone_Middle + - Index: 7 + Item: Dragon_Killer_ Rate: 400 - - Item: CastingStone_Bottom + - Index: 8 + Item: Dragon_Vest + Rate: 500 + - Index: 9 + Item: Dragon_Manteau + Rate: 500 + - Index: 10 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 11 + Item: Guarantee_Weapon_7Up + Rate: 90 + Announced: true + - Index: 12 + Item: Guarantee_Armor_9Up + Rate: 5 + Announced: true + - Index: 13 + Item: Guarantee_Weapon_9Up + Rate: 5 + Announced: true + - Index: 14 + Item: Enchant_Book + Rate: 3000 + - Index: 15 + Item: Old_Card_Album Rate: 400 - - Item: Critical_Stone + - Index: 16 + Item: Bloody_Dead_Branch + Rate: 155 + Announced: true + - Index: 17 + Item: Magic_Card_Album + Rate: 5 + Announced: true + - Index: 18 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 19 + Item: Comp_Battle_Manual + Rate: 500 + Amount: 2 + - Index: 20 + Item: Treasure_Box + Rate: 1200 + - Group: 2011_RWC_SCROLL_KR + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Treasure_Box + Rate: 1200 + - Index: 1 + Item: Enchant_Book + Rate: 2000 + - Index: 2 + Item: Auger_Of_Spirit + Rate: 1240 + - Index: 3 + Item: Cat_Ears_Beret + Rate: 150 + Announced: true + - Index: 4 + Item: Red_Bread_Hat + Rate: 150 + Announced: true + - Index: 5 + Item: Branch_Of_Dead_Tree + Rate: 1500 + Amount: 3 + - Index: 6 + Item: Bloody_Dead_Branch + Rate: 155 + - Index: 7 + Item: Elven_Ears Rate: 400 - - Item: Critical_Stone_Top + - Index: 8 + Item: Old_C_Album_Helm Rate: 400 - - Item: Critical_Stone_Bottom + - Index: 9 + Item: Old_C_Album_Shield + Rate: 200 + - Index: 10 + Item: Comp_Bubble_Gum + Rate: 500 + - Index: 11 + Item: Comp_Battle_Manual + Rate: 500 + - Index: 12 + Item: Poison_Bottle_Box2 + Rate: 750 + - Index: 13 + Item: White_Slim_Pot_Box2 + Rate: 750 + - Index: 14 + Item: Magic_Card_Album + Rate: 5 + Announced: true + - Index: 15 + Item: Guarantee_Armor_8Up + Rate: 50 + Announced: true + - Index: 16 + Item: Guarantee_Weapon_8Up + Rate: 50 + Announced: true + - Group: CHANGE_NAME_CARD_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Change_Name_Card + UniqueId: true + - Index: 1 + Item: Change_Slot_Card + UniqueId: true + - Group: PCBANG_COUPON_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Old_Blue_Box + - Index: 1 + Item: Old_Violet_Box + - Index: 2 + Item: White_Slim_Pot_Box2 + - SubGroup: 2 + List: + - Index: 0 + Item: Elven_Ears_ + Rate: 40 + - Index: 1 + Item: Leaf_Cat_Hat + Rate: 80 + - Index: 2 + Item: Carga_Mace + Rate: 80 + - Index: 3 + Item: Elven_Bow + Rate: 80 + - Index: 4 + Item: Zipper_Bear_Card + Rate: 20 + - Index: 5 + Item: Oridecon + Rate: 200 + Amount: 3 + - Index: 6 + Item: Elunium + Rate: 200 + Amount: 3 + - Index: 7 + Item: Treasure_Box + Rate: 300 + - Group: CRU_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Tare_Neko_Cru + Rate: 150 + Announced: true + - Index: 1 + Item: C_Tare_Neko_Cru + Rate: 150 + Announced: true + - Index: 2 + Item: Ring_Of_Flame_Lord + Rate: 1 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 4 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_9Up + Rate: 4 + Announced: true + - Index: 6 + Item: Guarantee_Armor_9Up + Rate: 3 + Announced: true + - Index: 7 + Item: Guarantee_Weapon_7Up + Rate: 90 + Announced: true + - Index: 8 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 9 + Item: Magic_Card_Album + Rate: 5 + Announced: true + - Index: 10 + Item: Bloody_Dead_Branch + Rate: 155 + Announced: true + - Index: 11 + Item: Comp_Battle_Manual + Rate: 500 + Amount: 2 + - Index: 12 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 13 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 14 + Item: E_WOB_Rune + Rate: 500 + Amount: 5 + - Index: 15 + Item: E_WOB_Schwaltz + Rate: 500 + Amount: 5 + - Index: 16 + Item: E_WOB_Rachel + Rate: 500 + Amount: 5 + - Index: 17 + Item: E_WOB_Local + Rate: 500 + Amount: 5 + - Index: 18 + Item: Old_Card_Album Rate: 400 + - Index: 19 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 250 + - Index: 21 + Item: Treasure_Box + Rate: 1200 + - Index: 22 + Item: Enchant_Book + Rate: 3000 + - Group: EVENT_GIFT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yggdrasilberry + Amount: 3 + - SubGroup: 2 + List: + - Index: 0 + Item: Ticket_Loli_Ruri + Rate: 28 + - Index: 1 + Item: Magic_Card_Album + Rate: 70 + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 1 + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 1 + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 40 + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 20 + - Index: 6 + Item: Old_Card_Album + Rate: 250 + - Index: 7 + Item: Old_Violet_Box + Rate: 240 + - Index: 8 + Item: Old_Blue_Box + Rate: 350 + Amount: 2 + - Group: EVENT_GIFT_BOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yggdrasilberry + Amount: 3 + - SubGroup: 2 + List: + - Index: 0 + Item: PetTradeTicket_Box + Rate: 50 + - Index: 1 + Item: Magic_Card_Album + Rate: 10 + - Index: 2 + Item: Old_Card_Album + Rate: 50 + - Index: 3 + Item: Old_Violet_Box + Rate: 350 + - Index: 4 + Item: Old_Blue_Box + Rate: 360 + Amount: 2 + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 30 + - Index: 6 + Item: Guarantee_Armor_7Up + Rate: 30 + - Index: 7 + Item: Guarantee_Weapon_8Up + Rate: 10 + - Index: 8 + Item: Guarantee_Armor_8Up + Rate: 10 + - Index: 9 + Item: Guarantee_Weapon_9Up + Rate: 1 + - Index: 10 + Item: Guarantee_Armor_9Up + Rate: 1 + - Group: TIME_GUARDIAN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Time_Keepr_Shield + - Index: 1 + Item: Time_Keepr_Boots + - Index: 2 + Item: Time_Keepr_Manteau + - Index: 3 + Item: Time_Keeper_Hat + - Index: 4 + Item: Time_Keepr_Robe + - Index: 5 + Item: Metal_Katar + - Index: 6 + Item: Metal_Two_Handed_Axe + - Index: 7 + Item: Metal_Lance + - Index: 8 + Item: Metal_Book + - Index: 9 + Item: Metal_Staff + - Index: 10 + Item: Metal_Dagger + - Index: 11 + Item: Metal_Mace + - Index: 12 + Item: Metal_Bow + - Index: 13 + Item: Metal_Two_Hand_Sword + - Index: 14 + Item: Metal_Revolver + - Index: 15 + Item: Metal_Huuma_Shuriken + - Index: 16 + Item: Metal_Foxtail + - Group: BEGINNER_KIT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Novice_Potion + Amount: 300 + - Index: 1 + Item: N_Fly_Wing + Amount: 100 + - Index: 2 + Item: N_Butterfly_Wing + Amount: 20 + - Index: 3 + Item: N_Magnifier + Amount: 10 + - Index: 4 + Item: Arrow_Container + Amount: 5 + - Group: MOTHER_LOVE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mother_Heart + Duration: 20160 + UniqueId: true + - Group: OLD_ORE_BOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Oridecon + Amount: 2 + - Index: 1 + Item: Elunium + Amount: 2 + - Index: 2 + Item: Old_Card_Album_ + - SubGroup: 2 + List: + - Index: 0 + Item: Oridecon_Stone + Rate: 150 + Amount: 3 + - Index: 1 + Item: Elunium_Stone + Rate: 150 + Amount: 3 + - Index: 2 + Item: Carnium + Rate: 50 + - Index: 3 + Item: Bradium + Rate: 50 + - Index: 4 + Item: Crystal_Jewel__ + Rate: 100 + Amount: 2 + - Index: 5 + Item: Gemstone + Rate: 200 + Amount: 5 + - Index: 6 + Item: Stone + Rate: 200 + Amount: 4 + - Index: 7 + Item: Gold + Rate: 50 + - Group: BOARDING_HALTER_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Boarding_Halter + Duration: 4320 + UniqueId: true + - Group: UNDEAD_EGG + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Lord_of_Death + Rate: 100 + Announced: true + - Index: 1 + Item: C_Lord_of_Death + Rate: 150 + Announced: true + - Index: 2 + Item: Guarantee_Armor_11Up + Rate: 5 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_11Up + Rate: 5 + Announced: true + - Index: 4 + Item: Guarantee_Armor_9Up + Rate: 15 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_9Up + Rate: 15 + Announced: true + - Index: 6 + Item: Sg_Blue_Potion_Box + Rate: 1000 + - Index: 7 + Item: Old_C_Album_Helm + Rate: 600 + - Index: 8 + Item: Bloody_Dead_Branch + Rate: 230 + - Index: 9 + Item: Comp_Bubble_Gum + Rate: 690 + Amount: 2 + - Index: 10 + Item: Comp_Battle_Manual + Rate: 690 + Amount: 2 + - Index: 11 + Item: Poison_Bottle_Box2 + Rate: 600 + - Index: 12 + Item: Old_Card_Album + Rate: 1000 + - Index: 13 + Item: Rabbit_Earplug + Rate: 100 + Announced: true + - Index: 14 + Item: Jasper_Crest + Rate: 100 + Announced: true + - Index: 15 + Item: Enchant_Book + Rate: 1500 + - Index: 16 + Item: White_Slim_Pot_Box2 + Rate: 1700 + - Index: 17 + Item: Treasure_Box + Rate: 1500 + - Group: GIRLS_HEART + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Heart_Wing_Hairband + Rate: 100 + Announced: true + - Index: 1 + Item: C_Heart_Wing_Hairband + Rate: 150 + Announced: true + - Index: 2 + Item: Comp_Battle_Manual + Rate: 200 + Amount: 2 + - Index: 3 + Item: Comp_Bubble_Gum + Rate: 200 + Amount: 2 + - Index: 4 + Item: Old_C_Album_Garment + Rate: 100 + Announced: true + - Index: 5 + Item: Rabbit_Earplug + Rate: 100 + Announced: true + - Index: 6 + Item: Jasper_Crest + Rate: 100 + Announced: true + - Index: 7 + Item: Ear_Of_Angel's_Wing + Rate: 200 + - Index: 8 + Item: Delicious_Shaved_Ice + Rate: 400 + - Index: 9 + Item: Fit_Pipe + Rate: 400 + - Index: 10 + Item: Gril's_Naivety + Rate: 400 + - Index: 11 + Item: J_Aspersio_5_Scroll + Rate: 400 + - Index: 12 + Item: Sg_Blue_Potion_Box + Rate: 1000 + - Index: 13 + Item: Old_Card_Album + Rate: 550 + - Index: 14 + Item: Fruit_Of_Mastela_Box2 + Rate: 1200 + - Index: 15 + Item: Angeling_Potion + Rate: 1500 + Amount: 5 + - Index: 16 + Item: White_Slim_Pot_Box2 + Rate: 1500 + - Index: 17 + Item: Treasure_Box + Rate: 1500 + - Group: C_CENTER_POT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infinite_Center_Potion + Duration: 10080 + UniqueId: true + - Group: C_AWAKENING_POT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ifn_Awakening_Potion + Duration: 10080 + UniqueId: true + - Group: C_BERSERK_POT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infinite_Berserk_Potion + Duration: 10080 + UniqueId: true + - Group: C_WING_OF_FLY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Wing_Of_Fly + Duration: 10080 + UniqueId: true + - Group: REFINE_ORE_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Group: GUARANTEE7_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Guarantee_Weapon_7Up + UniqueId: true + - Index: 1 + Item: Guarantee_Armor_7Up + UniqueId: true + - Group: WOLFKING_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Old_Ore_Box + Rate: 1000 + - Index: 1 + Item: Guarantee_Weapon_7Up + Rate: 34 + Announced: true + - Index: 2 + Item: Guarantee_Armor_7Up + Rate: 34 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + UniqueId: true + - Index: 4 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + UniqueId: true + - Index: 5 + Item: Wondering_Wolf_Helm + Rate: 75 + Announced: true + - Index: 6 + Item: C_Wondering_Wolf_Helm + Rate: 150 + - Index: 7 + Item: Imp_Hat + Rate: 75 + Announced: true + - Index: 8 + Item: C_Imp_Hat + Rate: 150 + - Index: 9 + Item: White_Slim_Pot_Box2 + Rate: 1650 + - Index: 10 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 11 + Item: Comp_Bubble_Gum + Rate: 1500 + Amount: 2 + - Index: 12 + Item: Treasure_Box + Rate: 1000 + - Index: 13 + Item: Comp_Battle_Manual + Rate: 1500 + Amount: 2 + - Index: 14 + Item: Old_C_Album_Armor + Rate: 250 + - Index: 15 + Item: Old_C_Album_Shield + Rate: 250 + - Index: 16 + Item: Magic_Card_Album + Rate: 80 + Announced: true + - Index: 17 + Item: Auger_Of_Spirit + Rate: 100 + - Index: 18 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 3 + - Index: 19 + Item: Blacksmith_Blessing + Rate: 150 + Announced: true + - Group: ALMIGHTY_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Almighty + Amount: 10 + UniqueId: true + - Index: 1 + Item: WolfKing_Scroll + UniqueId: true + - Group: HD_ELUNIUM_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Elunium + Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + - Group: HD_ORIDECON_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Oridecon + Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + - Group: KINGS_GIFT + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Mysterious_Egg2 + Rate: 200 + Announced: true + - Index: 1 + Item: Mysterious_Egg + Rate: 200 + Announced: true + - Index: 2 + Item: Old_Card_Album + Rate: 500 + - Index: 3 + Item: Comp_Battle_Manual + Rate: 500 + UniqueId: true + - Index: 4 + Item: Reward_Job_BM25 + Rate: 500 + UniqueId: true + - Index: 5 + Item: Comp_Bubble_Gum + Rate: 500 + - Index: 6 + Item: Comp_Insurance + Rate: 500 + - Index: 7 + Item: Meteor_10_Scroll + Rate: 500 + Amount: 3 + - Index: 8 + Item: Storm_10_Scroll + Rate: 500 + Amount: 3 + - Index: 9 + Item: Vermilion_10_Scroll + Rate: 500 + Amount: 3 + - Index: 10 + Item: E_WOB_Rune + Rate: 500 + Amount: 3 + - Index: 11 + Item: E_WOB_Schwaltz + Rate: 500 + Amount: 3 + - Index: 12 + Item: E_WOB_Rachel + Rate: 500 + Amount: 3 + - Index: 13 + Item: E_WOB_Local + Rate: 500 + Amount: 3 + - Index: 14 + Item: Guarantee_Weapon_5Up + Rate: 200 + - Index: 15 + Item: Guarantee_Armor_5Up + Rate: 200 + - Index: 16 + Item: Elf_Tear_Stun + Rate: 100 + Amount: 3 + - Index: 17 + Item: Elf_Tear_Blind + Rate: 100 + Amount: 3 + - Index: 18 + Item: Elf_Tear_Sleep + Rate: 100 + Amount: 3 + - Index: 19 + Item: Elf_Tear_Freezing + Rate: 100 + Amount: 3 + - Index: 20 + Item: Elf_Tear_Curse + Rate: 100 + Amount: 3 + - Index: 21 + Item: Elf_Tear_Silence + Rate: 100 + Amount: 3 + - Index: 22 + Item: Elf_Tear_Stone_Curse + Rate: 100 + Amount: 3 + - Index: 23 + Item: Old_Violet_Box + Rate: 1499 + Amount: 2 + - Index: 24 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 25 + Item: Kiel_Card + Rate: 1 + Announced: true + - Group: C_CENTER_POT_3D_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infinite_Center_Potion + Duration: 4320 + UniqueId: true + - Group: C_AWAKENING_POT_3D_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ifn_Awakening_Potion + Duration: 4320 + UniqueId: true + - Group: C_BERSERK_POT_3D_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Infinite_Berserk_Potion + Duration: 4320 + UniqueId: true + - Group: BM_LIMIT_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual_Limit + Amount: 10 + UniqueId: true + - Index: 1 + Item: C_Center_Pot_3d_Box + UniqueId: true + - Index: 2 + Item: C_Awakening_Pot_3d_Box + UniqueId: true + - Index: 3 + Item: C_Berserk_Pot_3d_Box + UniqueId: true + - Index: 4 + Item: C_Wing_Of_Fly_3Day_Box + UniqueId: true + - Group: GOLDENTREASUREBOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Ghostring_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Deviling_Card + Rate: 1 + Announced: true + - Index: 2 + Item: Angeling_Card + Rate: 1 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 4 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 6 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 7 + Item: Buffalo_Horn + Rate: 75 + Announced: true + - Index: 8 + Item: Recovery_Ring + Rate: 200 + Announced: true + - Index: 9 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 10 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 11 + Item: Comp_Insurance + Rate: 1000 + Amount: 2 + - Index: 12 + Item: Piece_Of_Angent_Skin + Rate: 100 + - Index: 13 + Item: Diabolus_Ring + Rate: 100 + - Index: 14 + Item: Diabolus_Robe + Rate: 100 + - Index: 15 + Item: Recovery_Light + Rate: 835 + - Index: 16 + Item: Thorn_Staff_ + Rate: 300 + - Index: 17 + Item: Muramasa_ + Rate: 300 + - Index: 18 + Item: Robe_Of_Happiness + Rate: 1000 + - Index: 19 + Item: Krishnagar + Rate: 583 + - Index: 20 + Item: C_Pink_Bunny_Band_J + Rate: 200 + Announced: true + - Index: 21 + Item: Old_C_Album_Shield + Rate: 500 + - Index: 22 + Item: Old_C_Album_Garment + Rate: 500 + - Index: 23 + Item: Treasure_Box + Rate: 1000 + - Index: 24 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 3 + - Group: UNLIMITED_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: ASPD_Potion + Amount: 50 + UniqueId: true + - Index: 1 + Item: Red_Booster + Amount: 100 + UniqueId: true + - Index: 2 + Item: GoldenTreasureBox + Amount: 11 + UniqueId: true + - Group: XMAX_EGG_KR + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Tha_Odium_Card + Rate: 5 + Announced: true + - Index: 1 + Item: Tha_Maero_Card + Rate: 10 + - Index: 2 + Item: Tha_Despero_Card + Rate: 10 + - Index: 3 + Item: Tha_Dolor_Card + Rate: 10 + - Index: 4 + Item: Magic_Card_Album + Rate: 5 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_9Up + Rate: 5 + Announced: true + - Index: 6 + Item: Guarantee_Armor_9Up + Rate: 5 + Announced: true + - Index: 7 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 8 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 9 + Item: J_Shop_Coupon + Rate: 500 + - Index: 10 + Item: Piece_Of_Angent_Skin + Rate: 100 + - Index: 11 + Item: Diabolus_Ring + Rate: 100 + - Index: 12 + Item: Diabolus_Armor + Rate: 100 + - Index: 13 + Item: Thief_Handcuff + Rate: 150 + - Index: 14 + Item: Prison_Uniform + Rate: 300 + - Index: 15 + Item: Sprint_Glove + Rate: 100 + Announced: true + - Index: 16 + Item: Rider_Suit + Rate: 200 + Announced: true + - Index: 17 + Item: C_Red_Dress_Hat + Rate: 200 + Announced: true + - Index: 18 + Item: C_Festival_Ticket + Rate: 500 + - Index: 19 + Item: Enchant_Stone_Box + Rate: 1000 + - Index: 20 + Item: Costume_Exchange + Rate: 1000 + - Index: 21 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 22 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 23 + Item: Comp_Insurance + Rate: 1000 + Amount: 2 + - Index: 24 + Item: Old_Ore_Box + Rate: 500 + - Index: 25 + Item: Treasure_Box + Rate: 1000 + - Index: 26 + Item: Blacksmith_Blessing + Rate: 1000 + - Group: C_FESTIVAL_TICKET + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: C_Gryphon_Hat + Rate: 50 + - Index: 1 + Item: C_Tare_Neko_Cru + Rate: 50 + - Index: 2 + Item: C_Tare_Pope + Rate: 50 + - Index: 3 + Item: C_Heart_Wing_Hairband + Rate: 50 + - Index: 4 + Item: C_Imp_Hat + Rate: 50 + - Index: 5 + Item: C_Rainbow_Feather_Deco + Rate: 50 + - Index: 6 + Item: C_Pink_Bunny_Band_J + Rate: 50 + - Index: 7 + Item: Heart_Eye_Patch1 + Rate: 50 + - Index: 8 + Item: Heart_Eye_Patch2 + Rate: 50 + - Index: 9 + Item: C_Lord_of_Death + Rate: 50 + - Index: 10 + Item: C_Wondering_Wolf_Helm + Rate: 50 + - Index: 11 + Item: C_Kabuki_Mask + Rate: 100 + - Index: 12 + Item: C_Dragon_Arhat_Mask + Rate: 100 + - Index: 13 + Item: C_Tiger_Arhat_Mask + Rate: 100 + - Index: 14 + Item: C_Samurai_Mask + Rate: 50 + - Index: 15 + Item: C_Santa_Poring_Hat + Rate: 50 + - Index: 16 + Item: C_Santa_Hat_1 + Rate: 50 + - Group: REFINE_ORE_BOX4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Index: 2 + Item: Xmax_Egg_Kr + UniqueId: true + - Group: REFINE_ORE_BOX4_SET10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 50 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 50 + UniqueId: true + - Index: 2 + Item: Xmax_Egg_Kr + Amount: 11 + UniqueId: true + - Group: REFINE_ORE_BOX4_SET20 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 100 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 100 + UniqueId: true + - Index: 2 + Item: Xmax_Egg_Kr + Amount: 23 + UniqueId: true + - Group: NEW_YEAR_GIFT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Speed_Up_Potion + Amount: 3 + - SubGroup: 2 + List: + - Index: 0 + Item: Made_Dish_Box2 + Rate: 250 + - Index: 1 + Item: Reward_Job_BM25 + Rate: 250 + Amount: 3 + - Index: 2 + Item: Comp_Battle_Manual + Rate: 250 + Amount: 3 + - Index: 3 + Item: Set_Of_Taiming_Item + Rate: 200 + - Index: 4 + Item: Accessory_Box + Rate: 50 + - Group: PCBANG_COUPON_BOX6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Insurance + Amount: 2 + - Index: 1 + Item: White_Slim_Pot_Box2 + - SubGroup: 2 + List: + - Index: 0 + Item: Pillar_Card + Rate: 20 + - Index: 1 + Item: Ringco_Card + Rate: 20 + - Index: 2 + Item: Lata_Card + Rate: 20 + - Index: 3 + Item: Duneirre_Card + Rate: 20 + - Index: 4 + Item: Old_Blue_Box + Rate: 190 + - Index: 5 + Item: First_Aid_Kit_B + Rate: 100 + - Index: 6 + Item: Cookie_Bag_B + Rate: 100 + - Index: 7 + Item: Inspector_Certificate + Rate: 340 + - Index: 8 + Item: Blue_Potion_B + Rate: 190 + Amount: 5 + - Group: SEALED_D_LORD_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_D_Lord_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Dark_Illusion_Card + Rate: 4 + Announced: true + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 5 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 5 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 120 + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 115 + Announced: true + - Index: 6 + Item: C_Sleeping_Kitty_Cat + Rate: 150 + Announced: true + - Index: 7 + Item: S_Immune_Armor + Rate: 150 + Announced: true + - Index: 8 + Item: S_Hard_Armor + Rate: 350 + - Index: 9 + Item: S_Ancient_Armor + Rate: 350 + - Index: 10 + Item: S_Critical_Armor + Rate: 350 + - Index: 11 + Item: S_Kingbird_Weapon + Rate: 300 + - Index: 12 + Item: S_Cri_Hit_Weapon + Rate: 300 + - Index: 13 + Item: S_Healing_Weapon + Rate: 300 + - Index: 14 + Item: Enchant_Stone_Box + Rate: 1000 + - Index: 15 + Item: Costume_Exchange + Rate: 1000 + - Index: 16 + Item: Comp_Battle_Manual + Rate: 1500 + Amount: 2 + - Index: 17 + Item: Comp_Bubble_Gum + Rate: 1500 + Amount: 2 + - Index: 18 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 19 + Item: Treasure_Box + Rate: 1000 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Group: STEALFIGHTER_20LV + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Undead_Egg + - Index: 1 + Item: Girls_Heart + - Group: STEALFIGHTER_25LV + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Undead_Egg + - Index: 1 + Item: Girls_Heart + - Index: 2 + Item: WolfKing_Scroll + - Group: KINGS_GIFT2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Mysterious_Egg2 + Rate: 200 + Announced: true + - Index: 1 + Item: Mysterious_Egg + Rate: 200 + Announced: true + - Index: 2 + Item: High_Weapon_Box + Rate: 500 + - Index: 3 + Item: C_Devil_Whisper + Rate: 500 + UniqueId: true + - Index: 4 + Item: Reward_Job_BM25 + Rate: 500 + UniqueId: true + - Index: 5 + Item: Comp_Bubble_Gum + Rate: 500 + - Index: 6 + Item: Comp_Insurance + Rate: 500 + - Index: 7 + Item: Meteor_10_Scroll + Rate: 500 + Amount: 3 + - Index: 8 + Item: Storm_10_Scroll + Rate: 500 + Amount: 3 + - Index: 9 + Item: Vermilion_10_Scroll + Rate: 500 + Amount: 3 + - Index: 10 + Item: E_WOB_Rune + Rate: 500 + Amount: 3 + - Index: 11 + Item: E_WOB_Schwaltz + Rate: 500 + Amount: 3 + - Index: 12 + Item: E_WOB_Rachel + Rate: 500 + Amount: 3 + - Index: 13 + Item: E_WOB_Local + Rate: 500 + Amount: 3 + - Index: 14 + Item: Guarantee_Weapon_5Up + Rate: 200 + - Index: 15 + Item: Guarantee_Armor_5Up + Rate: 200 + - Index: 16 + Item: Elf_Tear_Stun + Rate: 100 + Amount: 3 + - Index: 17 + Item: Elf_Tear_Blind + Rate: 100 + Amount: 3 + - Index: 18 + Item: Elf_Tear_Sleep + Rate: 100 + Amount: 3 + - Index: 19 + Item: Elf_Tear_Freezing + Rate: 100 + Amount: 3 + - Index: 20 + Item: Elf_Tear_Curse + Rate: 100 + Amount: 3 + - Index: 21 + Item: Elf_Tear_Silence + Rate: 100 + Amount: 3 + - Index: 22 + Item: Elf_Tear_Stone_Curse + Rate: 100 + Amount: 3 + - Index: 23 + Item: Old_Violet_Box + Rate: 1499 + Amount: 2 + - Index: 24 + Item: White_Slim_Pot_Box2 + Rate: 1000 + - Index: 25 + Item: Dracula_Card + Rate: 1 + Announced: true + - Group: HAPPY_CALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Potion_Box + - Index: 1 + Item: Treasure_Box + - Index: 2 + Item: Royal_Certificate__ + - Group: SEALED_KNIGHT_WS_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Knight_WS_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: C_Wind_Milestone + Rate: 150 + Announced: true + - Index: 6 + Item: S_Rapid_Pendant + Rate: 300 + Announced: true + - Index: 7 + Item: S_Caster_Pendant + Rate: 300 + Announced: true + - Index: 8 + Item: S_Hard_Earring + Rate: 400 + - Index: 9 + Item: S_Wise_Earring + Rate: 400 + - Index: 10 + Item: S_Athena_Earring + Rate: 400 + - Index: 11 + Item: S_Resist_Spell_Pendant + Rate: 200 + - Index: 12 + Item: Enchant_Stone_Box + Rate: 1000 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 15 + Item: J_Shop_Coupon + Rate: 529 + - Index: 16 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 17 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 18 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 19 + Item: Treasure_Box + Rate: 600 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Group: C_WING_OF_FLY_1DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Wing_Of_Fly + Duration: 1440 + UniqueId: true + - Group: SILVERVINE_BOX10_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Silvervine + Amount: 10 + - Index: 1 + Item: Malang_Sp_Can + Amount: 30 + - Index: 2 + Item: Sealed_Knight_WS_Scroll + - Group: SILVERVINE_BOX110 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Silvervine + Amount: 110 + - Index: 1 + Item: Malang_Sp_Can + Amount: 330 + - Index: 2 + Item: Sealed_Knight_WS_Scroll + Amount: 11 + - Group: SEALED_BERZ_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Berz_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 5 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 5 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 94 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 95 + Announced: true + - Index: 5 + Item: C_Carnation_Hairband + Rate: 150 + Announced: true + - Index: 6 + Item: S_Cranial_Shield + Rate: 150 + Announced: true + - Index: 7 + Item: S_Safeguard_Shield + Rate: 100 + Announced: true + - Index: 8 + Item: S_Brutal_Shield + Rate: 300 + - Index: 9 + Item: S_Gargantua_Shield + Rate: 300 + - Index: 10 + Item: S_Homers_Shield + Rate: 300 + - Index: 11 + Item: S_Dragoon_Shield + Rate: 300 + - Index: 12 + Item: S_Satanic_Shield + Rate: 300 + - Index: 13 + Item: S_Flameguard_Shield + Rate: 300 + - Index: 14 + Item: S_Requiem_Shield + Rate: 300 + - Index: 15 + Item: S_Cadi_Shield + Rate: 300 + - Index: 16 + Item: Enchant_Stone_Box2 + Rate: 1000 + - Index: 17 + Item: Costume_Exchange + Rate: 1000 + - Index: 18 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 19 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 20 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 21 + Item: Treasure_Box + Rate: 1000 + - Index: 22 + Item: Enchant_Book + Rate: 500 + - Index: 23 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Group: 3_LIFE_POTION_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 20 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 20 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 20 + UniqueId: true + - Index: 3 + Item: Sealed_Berz_Scroll + UniqueId: true + - Group: 3_LIFE_POTION_10PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: Sealed_Berz_Scroll + Amount: 11 + UniqueId: true + - Group: CLEARBOX_S + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual100 + Amount: 2 + - SubGroup: 1 + List: + - Index: 0 + Item: Clown_Card + Rate: 10 + - Index: 1 + Item: Professor_Card + Rate: 6 + - Index: 2 + Item: Champion_Card + Rate: 6 + - Index: 3 + Item: Creator_Card + Rate: 12 + - Index: 4 + Item: Stalker_Card + Rate: 12 + - Index: 5 + Item: Paladin_Card + Rate: 8 + - Index: 6 + Item: Gypsy_Card + Rate: 10 + - Index: 7 + Item: Daehyon_Card + Rate: 8 + - Index: 8 + Item: Gioia_Card + Rate: 8 + - Index: 9 + Item: Pyuriel_Card + Rate: 14 + - Index: 10 + Item: Kades_Card + Rate: 6 + - Group: SEALED_KIEL_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Kiel_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 90 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 5 + Item: C_Ice_Wing_Ear + Rate: 150 + Announced: true + - Index: 6 + Item: S_Bloody_Shoes + Rate: 150 + Announced: true + - Index: 7 + Item: S_Liberation_Shoes + Rate: 100 + Announced: true + - Index: 8 + Item: S_Chemical_Shoes + Rate: 300 + - Index: 9 + Item: S_Clamorous_Shoes + Rate: 300 + - Index: 10 + Item: S_Insecticide_Shoes + Rate: 300 + - Index: 11 + Item: S_Fisher_Shoes + Rate: 300 + - Index: 12 + Item: S_Seraphim_Shoes + Rate: 300 + - Index: 13 + Item: S_Beholder_Shoes + Rate: 300 + - Index: 14 + Item: S_Divine_Shoes + Rate: 300 + - Index: 15 + Item: S_Dragoon_Shoes + Rate: 300 + - Index: 16 + Item: Enchant_Stone_Box2 + Rate: 1000 + - Index: 17 + Item: Costume_Exchange + Rate: 1000 + - Index: 18 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 19 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 20 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 21 + Item: Treasure_Box + Rate: 500 + - Index: 22 + Item: Blacksmith_Blessing + Rate: 500 + - Index: 23 + Item: Old_C_Album_Garment + Rate: 500 + - Index: 24 + Item: Enchant_Book + Rate: 500 + - Index: 25 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Group: SEALED_GLOOM_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Gloom_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 90 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 90 + Announced: true + - Index: 5 + Item: S_Big_Armor + Rate: 500 + - Index: 6 + Item: S_Medium_Armor + Rate: 300 + - Index: 7 + Item: S_Small_Armor + Rate: 500 + - Index: 8 + Item: S_Big_Weapon + Rate: 500 + - Index: 9 + Item: S_Medium_Weapon + Rate: 300 + Announced: true + - Index: 10 + Item: S_Small_Weapon + Rate: 500 + - Index: 11 + Item: C_Kirin_Wing + Rate: 150 + Announced: true + - Index: 12 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Old_C_Album_Weapon + Rate: 600 + - Index: 15 + Item: Blacksmith_Blessing + Rate: 500 + - Index: 16 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 17 + Item: Enchant_Book + Rate: 500 + - Index: 18 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 19 + Item: Comp_Bubble_Gum + Rate: 500 + Amount: 2 + - Index: 20 + Item: Comp_Insurance + Rate: 450 + Amount: 2 + - Index: 21 + Item: Treasure_Box + Rate: 500 + - Group: REFINE_ORE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Index: 2 + Item: Sealed_Gloom_Scroll + UniqueId: true + - Group: REFINE_ORE_BOX5_SET10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 50 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 50 + UniqueId: true + - Index: 2 + Item: Sealed_Gloom_Scroll + Amount: 11 + UniqueId: true + - Group: ANGELING_PACKAGE + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Cheer_Scarf + Rate: 2 + Duration: 72000 + Announced: true + UniqueId: true + - Index: 1 + Item: Cheer_Scarf + Rate: 5 + Duration: 43200 + Announced: true + UniqueId: true + - Index: 2 + Item: Cheer_Scarf + Rate: 15 + Duration: 14400 + UniqueId: true + - Index: 3 + Item: Guarantee_Armor_7Up + Rate: 1 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 2 + Announced: true + - Index: 5 + Item: Splendid_Box + Rate: 2 + - Index: 6 + Item: Iggdrasilberry_Box + Rate: 7 + - Index: 7 + Item: Lolli_Pop_Box + Rate: 5 + - Index: 8 + Item: Mysterious_Egg + Rate: 5 + - Index: 9 + Item: Comp_Battle_Manual + Rate: 13 + - Index: 10 + Item: Comp_Bubble_Gum + Rate: 14 + - Index: 11 + Item: Comp_Insurance + Rate: 14 + - Index: 12 + Item: Reward_Job_BM25 + Rate: 14 + - Group: DEVILING_PACKAGE + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Cheer_Scarf + Rate: 10 + Duration: 14400 + UniqueId: true + - Index: 1 + Item: Guarantee_Weapon_7Up + Rate: 1 + Announced: true + - Index: 2 + Item: Iggdrasilberry_Box + Rate: 3 + - Index: 3 + Item: Lolli_Pop_Box + Rate: 3 + - Index: 4 + Item: Mysterious_Egg + Rate: 1 + - Index: 5 + Item: Comp_Battle_Manual + Rate: 5 + - Index: 6 + Item: Comp_Bubble_Gum + Rate: 5 + - Index: 7 + Item: Comp_Insurance + Rate: 5 + - Index: 8 + Item: Reward_Job_BM25 + Rate: 5 + - Index: 9 + Item: Yggdrasil_Seed_Box + Rate: 3 + - Index: 10 + Item: White_Slim_Pot_Box2 + Rate: 3 + - Index: 11 + Item: Old_Violet_Box + Rate: 8 + - Index: 12 + Item: Old_Blue_Box + Rate: 34 + - Index: 13 + Item: Siege_Supply_Box + Rate: 6 + - Group: OLD_HAT_BOX_ + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Chicken_Hat + Rate: 50 + - Index: 1 + Item: Rune_Hairband + Rate: 30 + - Index: 2 + Item: Whikebain_Ears + Rate: 40 + - Index: 3 + Item: New_Cowboy_Hat + Rate: 50 + - Index: 4 + Item: Darkness_Helm + Rate: 50 + - Index: 5 + Item: J_Captain_Hat + Rate: 50 + - Index: 6 + Item: Santa_Hat_1 + Rate: 40 + - Index: 7 + Item: Flying_Angel + Rate: 50 + - Index: 8 + Item: Marcher_Hat + Rate: 50 + - Index: 9 + Item: Ninja_Scroll + Rate: 40 + - Index: 10 + Item: Gang_Scarf + Rate: 40 + - Index: 11 + Item: Angel_Spirit + Rate: 40 + - Index: 12 + Item: Diadem + Rate: 50 + - Index: 13 + Item: Twin_Ribbon + Rate: 50 + - Index: 14 + Item: Robo_Eye + Rate: 40 + - Index: 15 + Item: L_Orc_Hero_Helm + Rate: 50 + - Index: 16 + Item: Rabbit_Ear_Hat + Rate: 50 + - Index: 17 + Item: Drooping_White_Kitty + Rate: 50 + - Index: 18 + Item: Santa_Poring_Hat + Rate: 50 + - Index: 19 + Item: Fish_Head_Hat + Rate: 50 + - Index: 20 + Item: Little_Angel_Doll + Rate: 50 + - Index: 21 + Item: Chick_Hat + Rate: 30 + - Group: MEMORIAL_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Accessory_Box + Rate: 100 + - Index: 1 + Item: Singing_Plant + Rate: 1000 + - Index: 2 + Item: Spray_Of_Flowers + Rate: 1000 + - Index: 3 + Item: Illusion_Flower + Rate: 500 + - Index: 4 + Item: Elegant_Flower + Rate: 800 + - Index: 5 + Item: Beautiful_Flower + Rate: 1000 + - Index: 6 + Item: Flower_Ring + Rate: 1000 + - Index: 7 + Item: Silver_Ring + Rate: 800 + - Index: 8 + Item: Diamond_Ring + Rate: 500 + - Index: 9 + Item: Bookclip_In_Memory + Rate: 800 + - Index: 10 + Item: Leaf_Bookmark + Rate: 1000 + - Index: 11 + Item: Book_Of_Devil + Rate: 500 + - Index: 12 + Item: Bundle_Of_Magic_Scroll + Rate: 1000 + - Group: WET_CARDALBUM + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Old_Card_Album + Rate: 2999 + - Index: 1 + Item: Magic_Card_Album + Rate: 1000 + - Index: 2 + Item: Old_C_Album_Helm + Rate: 1000 + - Index: 3 + Item: Old_C_Album_Armor + Rate: 1000 + - Index: 4 + Item: Old_C_Album_Shield + Rate: 1000 + - Index: 5 + Item: Old_C_Album_Garment + Rate: 1000 + - Index: 6 + Item: Old_C_Album_Shoes + Rate: 1000 + - Index: 7 + Item: Old_C_Album_Acc + Rate: 1000 + - Index: 8 + Item: Golden_Card + Rate: 1 + - Group: GOLDEN_CARD + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Phreeoni_Card + Rate: 80 + - Index: 1 + Item: Eddga_Card + Rate: 10 + - Index: 2 + Item: Moonlight_Flower_Card + Rate: 50 + - Index: 3 + Item: Mistress_Card + Rate: 10 + - Index: 4 + Item: Dracula_Card + Rate: 10 + - Index: 5 + Item: Orc_Load_Card + Rate: 10 + - Index: 6 + Item: Doppelganger_Card + Rate: 50 + - Index: 7 + Item: Orc_Hero_Card + Rate: 10 + - Index: 8 + Item: Osiris_Card + Rate: 10 + - Index: 9 + Item: Berzebub_Card + Rate: 10 + - Index: 10 + Item: Maya_Card + Rate: 10 + - Index: 11 + Item: Baphomet_Card + Rate: 10 + - Index: 12 + Item: Pharaoh_Card + Rate: 1 + - Index: 13 + Item: Dark_Lord_Card + Rate: 30 + - Index: 14 + Item: Amon_Ra_Card + Rate: 70 + - Index: 15 + Item: Incant_Samurai_Card + Rate: 70 + - Index: 16 + Item: Lord_Of_Death_Card + Rate: 50 + - Index: 17 + Item: Turtle_General_Card + Rate: 10 + - Index: 18 + Item: Knight_Windstorm_Card + Rate: 10 + - Index: 19 + Item: Garm_Card + Rate: 25 + - Index: 20 + Item: Dark_Snake_Lord_Card + Rate: 20 + - Index: 21 + Item: Rsx_0806_Card + Rate: 10 + - Index: 22 + Item: B_Ygnizem_Card + Rate: 10 + - Index: 23 + Item: B_Eremes_Card + Rate: 10 + - Index: 24 + Item: B_Harword_Card + Rate: 10 + - Index: 25 + Item: B_Magaleta_Card + Rate: 10 + - Index: 26 + Item: B_Katrinn_Card + Rate: 10 + - Index: 27 + Item: B_Shecil_Card + Rate: 10 + - Index: 28 + Item: Bacsojin_Card + Rate: 10 + - Index: 29 + Item: Apocalips_H_Card + Rate: 10 + - Index: 30 + Item: Lady_Tanee_Card + Rate: 10 + - Index: 31 + Item: Detale_Card + Rate: 10 + - Index: 32 + Item: Kiel_Card + Rate: 10 + - Index: 33 + Item: Randgris_Card + Rate: 10 + - Index: 34 + Item: Gloom_Under_Night_Card + Rate: 1 + - Index: 35 + Item: Ktullanux_Card + Rate: 10 + - Index: 36 + Item: Atroce_Card + Rate: 10 + - Index: 37 + Item: Ifrit_Card + Rate: 10 + - Index: 38 + Item: Fallen_Bishop_Card + Rate: 1 + - Index: 39 + Item: Ant_Buyanne_Card + Rate: 10 + - Index: 40 + Item: Nidhogg_Shadow_Card + Rate: 10 + - Index: 41 + Item: Nahtzigger_Card + Rate: 10 + - Index: 42 + Item: Q_Scaraba_Card + Rate: 10 + - Index: 43 + Item: Gold_Q_Scaraba_Card + Rate: 10 + - Index: 44 + Item: Kraken_Card + Rate: 10 + - Index: 45 + Item: Odd_Coelacanth_Card + Rate: 10 + - Index: 46 + Item: Black_Coelacanth_Card + Rate: 10 + - Index: 47 + Item: Mutant_Coelacanth_Card + Rate: 10 + - Index: 48 + Item: Cruel_Coelacanth_Card + Rate: 10 + - Index: 49 + Item: Giant_Octopus_Card + Rate: 10 + - Index: 50 + Item: Clown_Card + Rate: 10 + - Index: 51 + Item: Professor_Card + Rate: 10 + - Index: 52 + Item: Champion_Card + Rate: 10 + - Index: 53 + Item: Creator_Card + Rate: 10 + - Index: 54 + Item: Stalker_Card + Rate: 10 + - Index: 55 + Item: Paladin_Card + Rate: 10 + - Index: 56 + Item: Gypsy_Card + Rate: 10 + - Index: 57 + Item: Daehyon_Card + Rate: 10 + - Index: 58 + Item: Gioia_Card + Rate: 10 + - Index: 59 + Item: Pyuriel_Card + Rate: 10 + - Index: 60 + Item: Kades_Card + Rate: 10 + - Index: 61 + Item: Bangungot_Card + Rate: 10 + - Index: 62 + Item: Bakonawa_Card + Rate: 10 + - Index: 63 + Item: Buwaya_Card + Rate: 10 + - Index: 64 + Item: Amdarais_Card + Rate: 10 + - Index: 65 + Item: AmdaraisH_Card + Rate: 1 + - Index: 66 + Item: CorruptionRoot_Card + Rate: 10 + - Index: 67 + Item: CorruptionRootH_Card + Rate: 1 + - Group: SHADOW_BOX3 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Spiritual_Weapon + Rate: 100 + - Index: 1 + Item: S_Spiritual_Earring + Rate: 100 + - Index: 2 + Item: S_Spiritual_Pendent + Rate: 100 + - Index: 3 + Item: S_Malicious_Shield + Rate: 100 + - Index: 4 + Item: S_Malicious_Armor + Rate: 100 + - Index: 5 + Item: S_Malicious_Shoes + Rate: 100 + - Group: 11TH_S_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_Spiritual_Weapon + UniqueId: true + - Index: 1 + Item: S_Spiritual_Earring + UniqueId: true + - Index: 2 + Item: S_Spiritual_Pendent + UniqueId: true + - Index: 3 + Item: S_Malicious_Armor + UniqueId: true + - Index: 4 + Item: S_Malicious_Shoes + UniqueId: true + - Index: 5 + Item: S_Malicious_Shield + UniqueId: true + - Group: SILVERVINE_BOX10_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Silvervine + Amount: 10 + - Index: 1 + Item: Malang_Sp_Can + Amount: 30 + - Index: 2 + Item: Sealed_F_Bishop_Scroll + - Group: SILVERVINE_BOX110_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Silvervine + Amount: 110 + - Index: 1 + Item: Malang_Sp_Can + Amount: 330 + - Index: 2 + Item: Sealed_F_Bishop_Scroll + Amount: 11 + - Group: GEMSTONE_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Gemstone_Armor + Rate: 170 + - Index: 1 + Item: S_Gemstone_Shoes + Rate: 170 + - Index: 2 + Item: S_Gemstone_Shield + Rate: 170 + - Index: 3 + Item: S_Gemstone_Weapon + Rate: 170 + - Index: 4 + Item: S_Gemstone_Earring + Rate: 160 + - Index: 5 + Item: S_Gemstone_Pendent + Rate: 160 + - Group: SEALED_F_BISHOP_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_F_Bishop_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 120 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 120 + Announced: true + - Index: 5 + Item: Gemstone_Shadow_Box + Rate: 139 + Announced: true + - Index: 6 + Item: C_Vanargandr_Helm + Rate: 150 + Announced: true + - Index: 7 + Item: S_Stability_Shield + Rate: 550 + - Index: 8 + Item: S_Plasterer's_Armor + Rate: 300 + - Index: 9 + Item: S_Plasterer's_Shoes + Rate: 300 + - Index: 10 + Item: S_Insomniac_Armor + Rate: 300 + - Index: 11 + Item: S_Insomniac_Shoes + Rate: 300 + - Index: 12 + Item: S_Peerless_Armor + Rate: 300 + - Index: 13 + Item: S_Peerless_Shoes + Rate: 300 + - Index: 14 + Item: S_Adurate_Armor + Rate: 300 + - Index: 15 + Item: S_Adurate_Shoes + Rate: 300 + - Index: 16 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 17 + Item: Costume_Exchange + Rate: 1000 + - Index: 18 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 19 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 20 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 21 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 22 + Item: Treasure_Box + Rate: 500 + - Index: 23 + Item: Enchant_Book + Rate: 500 + - Group: HANGULDAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mystery_Scroll + Amount: 10 + - Index: 1 + Item: Yggdrasilberry + Amount: 9 + - Group: 3_LIFE_POTION_PACK2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 20 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 20 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 20 + UniqueId: true + - Index: 3 + Item: Sealed_Ifrit_Scroll + UniqueId: true + - Group: 3_LIFE_POTION_10PACK2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: Sealed_Ifrit_Scroll + Amount: 11 + UniqueId: true + - Group: SEALED_IFRIT_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Ifrit_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: C_Noah_Hat + Rate: 150 + Announced: true + - Index: 6 + Item: S_Stability_Shield + Rate: 550 + - Index: 7 + Item: Unfreez_Weapon_S + Rate: 150 + Announced: true + - Index: 8 + Item: Unfreeze_Earing_S + Rate: 300 + - Index: 9 + Item: Unfreeze_Pendent_S + Rate: 300 + - Index: 10 + Item: Vitality_Earing_S + Rate: 300 + - Index: 11 + Item: Vitality_Pendant_S + Rate: 300 + - Index: 12 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 16 + Item: Comp_Bubble_Gum + Rate: 1000 + Amount: 2 + - Index: 17 + Item: Comp_Insurance + Rate: 500 + Amount: 2 + - Index: 18 + Item: Treasure_Box + Rate: 500 + - Index: 19 + Item: Enchant_Book + Rate: 500 + - Index: 20 + Item: J_Shop_Coupon + Rate: 479 + - Index: 21 + Item: Old_C_Album_Helm + Rate: 750 + - Group: BISCUIT_STICK_SET + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: STR_Biscuit_Stick + UniqueId: true + - Index: 1 + Item: VIT_Biscuit_Stick + UniqueId: true + - Index: 2 + Item: AGI_Biscuit_Stick + UniqueId: true + - Index: 3 + Item: INT_Biscuit_Stick + UniqueId: true + - Index: 4 + Item: DEX_Biscuit_Stick + UniqueId: true + - Index: 5 + Item: LUK_Biscuit_Stick + UniqueId: true + - Group: PREMIUM_BOOK_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Premium_Manual + Duration: 1440 + UniqueId: true + - Group: LI_EMPELIUM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Emperium_G + UniqueId: true + - Index: 1 + Item: Union_Of_Tribe_ + Amount: 3 + UniqueId: true + - Group: LI_UPG_BUCKLER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Upg_Buckler + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 3 + UniqueId: true + - Index: 2 + Item: Elunium + Amount: 4 + UniqueId: true + - Group: REFINE_ORE_BOX6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Index: 2 + Item: Sealed_TurtleG_Scroll + UniqueId: true + - Group: REFINE_ORE_BOX6_SET10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 50 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 50 + UniqueId: true + - Index: 2 + Item: Sealed_TurtleG_Scroll + Amount: 11 + UniqueId: true + - Group: SEALED_TURTLEG_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_TurtleG_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: C_Light_Darkness_Crown + Rate: 150 + Announced: true + - Index: 6 + Item: S_Spell_Flow_Armor + Rate: 150 + Announced: true + - Index: 7 + Item: S_Spell_Flow_Shoes + Rate: 350 + - Index: 8 + Item: S_Spell_Flow_Shield + Rate: 350 + - Index: 9 + Item: S_Caster_Weapon + Rate: 350 + - Index: 10 + Item: S_Caster_earring + Rate: 350 + - Index: 11 + Item: S_Caster_Pendant + Rate: 350 + - Index: 12 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 16 + Item: Comp_Bubble_Gum + Rate: 729 + Amount: 2 + - Index: 17 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 18 + Item: Enchant_Book + Rate: 500 + - Index: 19 + Item: Blacksmith_Blessing + Rate: 500 + - Index: 20 + Item: Old_C_Album_Weapon + Rate: 500 + - Index: 21 + Item: Old_C_Album_Garment + Rate: 500 + - Group: SEALED_BACSOJIN_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Bacsojin_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: C_Saint_Frill_Ribbon + Rate: 150 + Announced: true + - Index: 6 + Item: Greed_Shadow_Box + Rate: 150 + Announced: true + - Index: 7 + Item: Heal_Shadow_Box + Rate: 700 + - Index: 8 + Item: Hiding_Shadow_Box + Rate: 700 + - Index: 9 + Item: Cloaking_Shadow_Box + Rate: 700 + - Index: 10 + Item: Costume_Festival_Box2 + Rate: 700 + - Index: 11 + Item: C_Festival_Ticket + Rate: 500 + - Index: 12 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 16 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 129 + - Index: 17 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 18 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 19 + Item: Gold + Rate: 50 + Amount: 2 + - Group: GREED_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Greed_Armor + Rate: 170 + - Index: 1 + Item: S_Greed_Shoes + Rate: 170 + - Index: 2 + Item: S_Greed_Shield + Rate: 170 + - Index: 3 + Item: S_Greed_Weapon + Rate: 170 + - Index: 4 + Item: S_Greed_Earring + Rate: 160 + - Index: 5 + Item: S_Greed_Pendant + Rate: 160 + - Group: HEAL_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Heal_Armor + Rate: 170 + - Index: 1 + Item: S_Heal_Shoes + Rate: 170 + - Index: 2 + Item: S_Heal_Shield + Rate: 170 + - Index: 3 + Item: S_Heal_Weapon + Rate: 170 + - Index: 4 + Item: S_Heal_Earring + Rate: 160 + - Index: 5 + Item: S_Heal_Pendant + Rate: 160 + - Group: HIDING_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Hiding_Armor + Rate: 170 + - Index: 1 + Item: S_Hiding_Shoes + Rate: 170 + - Index: 2 + Item: S_Hiding_Shield + Rate: 170 + - Index: 3 + Item: S_Hiding_Weapon + Rate: 170 + - Index: 4 + Item: S_Hiding_Earring + Rate: 160 + - Index: 5 + Item: S_Hiding_Pendant + Rate: 160 + - Group: CLOAKING_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Cloaking_Armor + Rate: 170 + - Index: 1 + Item: S_Cloaking_Shoes + Rate: 170 + - Index: 2 + Item: S_Cloaking_Shield + Rate: 170 + - Index: 3 + Item: S_Cloaking_Weapon + Rate: 170 + - Index: 4 + Item: S_Cloaking_Earring + Rate: 160 + - Index: 5 + Item: S_Cloaking_Pendant + Rate: 160 + - Group: COSTUME_FESTIVAL_BOX2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: C_Red_Dress_Hat + Rate: 150 + - Index: 1 + Item: C_Sleeping_Kitty_Cat + Rate: 150 + - Index: 2 + Item: C_Wind_Milestone + Rate: 150 + - Index: 3 + Item: C_Carnation_Hairband + Rate: 150 + - Index: 4 + Item: C_Ice_Wing_Ear + Rate: 75 + - Index: 5 + Item: C_Kirin_Wing + Rate: 25 + - Index: 6 + Item: C_Vanargandr_Helm + Rate: 150 + - Index: 7 + Item: C_Noah_Hat + Rate: 150 + - Index: 8 + Item: C_Wings_Of_Victory + Rate: 150 + - Index: 9 + Item: C_Light_Darkness_Crown + Rate: 150 + - Group: C_WING_OF_FLY_5DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Wing_Of_Fly + Duration: 7200 + UniqueId: true + - Group: TELEPORT_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Teleport_Armor + Rate: 170 + - Index: 1 + Item: S_Teleport_Shoes + Rate: 170 + - Index: 2 + Item: S_Teleport_Shield + Rate: 170 + - Index: 3 + Item: S_Teleport_Weapon + Rate: 170 + - Index: 4 + Item: S_Teleport_Earring + Rate: 160 + - Index: 5 + Item: S_Teleport_Pendant + Rate: 160 + - Group: STEAL_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Steal_Armor + Rate: 170 + - Index: 1 + Item: S_Steal_Shoes + Rate: 170 + - Index: 2 + Item: S_Steal_Shield + Rate: 170 + - Index: 3 + Item: S_Steal_Weapon + Rate: 170 + - Index: 4 + Item: S_Steal_Earring + Rate: 160 + - Index: 5 + Item: S_Steal_Pendant + Rate: 160 + - Group: SEALED_PHARAOH_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Pharaoh_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: C_Jack_Castle_Bat + Rate: 150 + Announced: true + - Index: 6 + Item: Greed_Shadow_Box + Rate: 150 + Announced: true + - Index: 7 + Item: Heal_Shadow_Box + Rate: 400 + - Index: 8 + Item: Teleport_Shadow_Box + Rate: 700 + - Index: 9 + Item: Steal_Shadow_Box + Rate: 700 + - Index: 10 + Item: Old_C_Album_Armor + Rate: 500 + - Index: 11 + Item: Old_C_Album_Shield + Rate: 500 + - Index: 12 + Item: Enchant_Book + Rate: 500 + - Index: 13 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 14 + Item: Costume_Exchange + Rate: 1000 + - Index: 15 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 16 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 17 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 129 + - Index: 18 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 19 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 20 + Item: Gold + Rate: 50 + Amount: 2 + - Group: QUESTION_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Apple + Rate: 13 + Amount: 200 + - Index: 1 + Item: Wing_Of_Fly + Rate: 13 + Amount: 100 + - Index: 2 + Item: Wing_Of_Butterfly + Rate: 13 + Amount: 50 + - Index: 3 + Item: Arrow + Rate: 13 + Amount: 1000 + - Index: 4 + Item: Savage_BBQ + Rate: 8 + - Index: 5 + Item: Minor_Brisket + Rate: 8 + - Index: 6 + Item: Drocera_Herb_Stew + Rate: 8 + - Index: 7 + Item: Petti_Tail_Noodle + Rate: 8 + - Index: 8 + Item: Wug_Blood_Cocktail + Rate: 8 + - Index: 9 + Item: Siroma_Icetea + Rate: 8 + - Group: SEALED_M_FLOWER_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_M_Flower_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: C_10Gallon_Hat_Of_Flame + Rate: 150 + Announced: true + - Index: 6 + Item: S_Infinity_Earring + Rate: 150 + Announced: true + - Index: 7 + Item: S_Infinity_Pendant + Rate: 350 + - Index: 8 + Item: S_Solid_Weapon + Rate: 350 + - Index: 9 + Item: S_Solid_Earring + Rate: 350 + - Index: 10 + Item: S_Immortal_Armor + Rate: 350 + - Index: 11 + Item: S_Immortal_Pendant + Rate: 350 + - Index: 12 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 16 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 179 + - Index: 17 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 18 + Item: Enchant_Book + Rate: 500 + - Index: 19 + Item: Blacksmith_Blessing + Rate: 500 + - Index: 20 + Item: Old_C_Album_Shoes + Rate: 500 + - Index: 21 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 22 + Item: Gold + Rate: 50 + Amount: 2 + - Group: SEALED_B_YGNIZEM_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_B_Ygnizem_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: S_Penetration_Earring + Rate: 500 + - Index: 6 + Item: S_Penetration_Pendent + Rate: 500 + - Index: 7 + Item: S_Executioner_Weapon + Rate: 150 + Announced: true + - Index: 8 + Item: S_Exorcist_Weapon + Rate: 150 + Announced: true + - Index: 9 + Item: S_Hunting_Weapon + Rate: 300 + - Index: 10 + Item: S_Insect_Net_Weapon + Rate: 300 + - Index: 11 + Item: S_Fishing_Weapon + Rate: 300 + - Index: 12 + Item: S_Dragon_Killer_Weapon + Rate: 300 + - Index: 13 + Item: S_Corrupt_Weapon + Rate: 300 + - Index: 14 + Item: S_Vibration_Weapon + Rate: 300 + - Index: 15 + Item: S_Holy_Water_Weapon + Rate: 300 + - Index: 16 + Item: S_Scissors_Weapon + Rate: 300 + - Index: 17 + Item: C_Hunting_Cap_Of_Gust + Rate: 150 + Announced: true + - Index: 18 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 19 + Item: Costume_Exchange + Rate: 1000 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 21 + Item: Comp_Battle_Manual + Rate: 1000 + Amount: 2 + - Index: 22 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 879 + - Index: 23 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 24 + Item: Gold + Rate: 50 + Amount: 2 + - Group: REFINE_ORE_BOX7 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Index: 2 + Item: Sealed_B_Ygnizem_Scroll + UniqueId: true + - Group: REFINE_ORE_BOX7_SET10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 50 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 50 + UniqueId: true + - Index: 2 + Item: Sealed_B_Ygnizem_Scroll + Amount: 11 + UniqueId: true + - Group: SEALED_APO_H_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Apocalips_H_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: S_Tempest_Earring + Rate: 500 + - Index: 6 + Item: S_Tempest_Pendent + Rate: 500 + - Index: 7 + Item: S_M_Executioner_Weapon + Rate: 150 + Announced: true + - Index: 8 + Item: S_M_Exorcist_Weapon + Rate: 150 + Announced: true + - Index: 9 + Item: S_M_Hunting_Weapon + Rate: 300 + - Index: 10 + Item: S_M_Insect_Net_Weapon + Rate: 300 + - Index: 11 + Item: S_M_Fishing_Weapon + Rate: 300 + - Index: 12 + Item: S_M_Dragon_K_Weapon + Rate: 300 + - Index: 13 + Item: S_M_Corrupt_Weapon + Rate: 300 + - Index: 14 + Item: S_M_Vibration_Weapon + Rate: 300 + - Index: 15 + Item: S_M_Holy_Water_Weapon + Rate: 300 + - Index: 16 + Item: S_M_Scissors_Weapon + Rate: 300 + - Index: 17 + Item: C_Knit_Cap_Of_Water + Rate: 150 + Announced: true + - Index: 18 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 19 + Item: Costume_Exchange + Rate: 1000 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 21 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 879 + - Index: 22 + Item: Blacksmith_Blessing + Rate: 1000 + - Index: 23 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 24 + Item: Gold + Rate: 50 + Amount: 2 + - Group: PC_NOMALBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Slim_Potion_B + Amount: 50 + - SubGroup: 2 + List: + - Index: 0 + Item: White_Slim_Potion_B + Rate: 1000 + Amount: 10 + - Index: 1 + Item: Yellow_Slim_Potion_B + Rate: 1000 + Amount: 20 + - Index: 2 + Item: Red_Slim_Potion_B + Rate: 1000 + Amount: 30 + - Index: 3 + Item: White_Potion_B + Rate: 1000 + Amount: 20 + - Index: 4 + Item: Yellow_Potion_B + Rate: 200 + Amount: 30 + - Index: 5 + Item: Orange_Potion_B + Rate: 200 + Amount: 40 + - Index: 6 + Item: Red_Potion_B + Rate: 200 + Amount: 50 + - Index: 7 + Item: Green_Potion_B + Rate: 500 + Amount: 10 + - Index: 8 + Item: Blue_Potion_B + Rate: 500 + Amount: 3 + - Index: 9 + Item: Awakening_Potion_B + Rate: 800 + Amount: 3 + - Index: 10 + Item: Berserk_Potion_B + Rate: 800 + Amount: 3 + - Index: 11 + Item: Old_Violet_Box + Rate: 200 + - Index: 12 + Item: Old_Blue_Box + Rate: 200 + - Index: 13 + Item: Inspector_Certificate + Rate: 500 + Amount: 3 + - Index: 14 + Item: Oridecon + Rate: 200 + Amount: 3 + - Index: 15 + Item: Elunium + Rate: 200 + Amount: 3 + - Index: 16 + Item: First_Aid_Kit_B + Rate: 300 + - Index: 17 + Item: Speed_Up_Potion_B + Rate: 100 + Amount: 3 + - Index: 18 + Item: Water_Of_Darkness_B + Rate: 200 + Amount: 3 + - Index: 19 + Item: Poison_Bottle + Rate: 200 + Amount: 3 + - Index: 20 + Item: Cookie_Bag_B + Rate: 200 + - Index: 21 + Item: Sesame_Pastry_B + Rate: 200 + Amount: 3 + - Index: 22 + Item: Honey_Pastry_B + Rate: 200 + Amount: 3 + - Index: 23 + Item: Rainbow_Cake_B + Rate: 200 + Amount: 3 + - Index: 24 + Item: Comp_Insurance + Rate: 30 + - Index: 25 + Item: Comp_Battle_Manual + Rate: 50 + - Index: 26 + Item: Comp_Bubble_Gum + Rate: 40 + - Index: 27 + Item: Branch_Of_Dead_Tree + Rate: 78 + Amount: 3 + - Index: 28 + Item: Bloody_Dead_Branch + Rate: 1 + - Index: 29 + Item: Old_Card_Album + Rate: 1 + - Index: 30 + Item: PC_WoodenBox + Rate: 1 + - Group: PC_WOODENBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Slim_Potion_B + Amount: 80 + - SubGroup: 2 + List: + - Index: 0 + Item: White_Slim_Potion_B + Rate: 1000 + Amount: 20 + - Index: 1 + Item: Yellow_Slim_Potion_B + Rate: 1000 + Amount: 30 + - Index: 2 + Item: Red_Slim_Potion_B + Rate: 1000 + Amount: 40 + - Index: 3 + Item: Green_Potion_B + Rate: 700 + Amount: 20 + - Index: 4 + Item: Blue_Potion_B + Rate: 1000 + Amount: 6 + - Index: 5 + Item: Awakening_Potion_B + Rate: 700 + Amount: 6 + - Index: 6 + Item: Berserk_Potion_B + Rate: 700 + Amount: 6 + - Index: 7 + Item: Old_Violet_Box + Rate: 200 + Amount: 2 + - Index: 8 + Item: Old_Blue_Box + Rate: 200 + Amount: 2 + - Index: 9 + Item: Inspector_Certificate + Rate: 200 + Amount: 6 + - Index: 10 + Item: Oridecon + Rate: 500 + Amount: 6 + - Index: 11 + Item: Elunium + Rate: 500 + Amount: 6 + - Index: 12 + Item: Speed_Up_Potion_B + Rate: 100 + Amount: 6 + - Index: 13 + Item: Water_Of_Darkness_B + Rate: 300 + Amount: 6 + - Index: 14 + Item: Poison_Bottle + Rate: 200 + Amount: 6 + - Index: 15 + Item: Sesame_Pastry_B + Rate: 300 + Amount: 6 + - Index: 16 + Item: Honey_Pastry_B + Rate: 300 + Amount: 6 + - Index: 17 + Item: Rainbow_Cake_B + Rate: 300 + Amount: 6 + - Index: 18 + Item: Comp_Insurance + Rate: 50 + - Index: 19 + Item: Comp_Battle_Manual + Rate: 50 + - Index: 20 + Item: Comp_Bubble_Gum + Rate: 50 + - Index: 21 + Item: Branch_Of_Dead_Tree + Rate: 100 + Amount: 3 + - Index: 22 + Item: Bloody_Dead_Branch + Rate: 68 + - Index: 23 + Item: Old_Card_Album + Rate: 80 + - Index: 24 + Item: E_WOB_Rune + Rate: 50 + Amount: 3 + - Index: 25 + Item: E_WOB_Schwaltz + Rate: 50 + Amount: 3 + - Index: 26 + Item: E_WOB_Rachel + Rate: 50 + Amount: 3 + - Index: 27 + Item: E_WOB_Local + Rate: 50 + Amount: 3 + - Index: 28 + Item: Guarantee_Weapon_7Up + Rate: 1 + - Index: 29 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 30 + Item: PC_GoldenBox + Rate: 1 + - Group: PC_GOLDENBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Slim_Pot_Box2 + Amount: 2 + - Index: 1 + Item: Elunium + Amount: 10 + - SubGroup: 2 + List: + - Index: 0 + Item: White_Slim_Potion_B + Rate: 1000 + Amount: 80 + - Index: 1 + Item: Blue_Potion_B + Rate: 1000 + Amount: 12 + - Index: 2 + Item: Awakening_Potion_B + Rate: 1000 + Amount: 12 + - Index: 3 + Item: Berserk_Potion_B + Rate: 1000 + Amount: 12 + - Index: 4 + Item: Old_Violet_Box + Rate: 200 + Amount: 3 + - Index: 5 + Item: Old_Blue_Box + Rate: 200 + Amount: 3 + - Index: 6 + Item: Inspector_Certificate + Rate: 500 + Amount: 12 + - Index: 7 + Item: Oridecon + Rate: 500 + Amount: 12 + - Index: 8 + Item: Elunium + Rate: 500 + Amount: 12 + - Index: 9 + Item: Speed_Up_Potion_B + Rate: 200 + Amount: 12 + - Index: 10 + Item: Water_Of_Darkness_B + Rate: 500 + Amount: 12 + - Index: 11 + Item: Poison_Bottle + Rate: 600 + Amount: 12 + - Index: 12 + Item: Sesame_Pastry_B + Rate: 100 + Amount: 12 + - Index: 13 + Item: Honey_Pastry_B + Rate: 100 + Amount: 12 + - Index: 14 + Item: Rainbow_Cake_B + Rate: 100 + Amount: 12 + - Index: 15 + Item: Reward_Job_BM25 + Rate: 290 + Amount: 2 + - Index: 16 + Item: Comp_Insurance + Rate: 200 + - Index: 17 + Item: Comp_Battle_Manual + Rate: 200 + - Index: 18 + Item: Comp_Bubble_Gum + Rate: 200 + - Index: 19 + Item: Branch_Of_Dead_Tree + Rate: 200 + Amount: 3 + - Index: 20 + Item: Bloody_Dead_Branch + Rate: 200 + - Index: 21 + Item: Old_Card_Album + Rate: 200 + - Index: 22 + Item: Magic_Card_Album + Rate: 200 + - Index: 23 + Item: E_WOB_Rune + Rate: 200 + Amount: 3 + - Index: 24 + Item: E_WOB_Schwaltz + Rate: 200 + Amount: 3 + - Index: 25 + Item: E_WOB_Rachel + Rate: 200 + Amount: 3 + - Index: 26 + Item: E_WOB_Local + Rate: 200 + Amount: 3 + - Index: 27 + Item: Guarantee_Weapon_7Up + Rate: 7 + - Index: 28 + Item: Guarantee_Armor_7Up + Rate: 3 + - Index: 29 + Item: PC_PlatinumBox + Rate: 3 + - Group: PC_PLATINUMBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Slim_Pot_Box2 + Amount: 2 + - Index: 1 + Item: Speed_Up_Potion_B + Amount: 10 + - Index: 2 + Item: Poison_Bottle + Amount: 12 + - SubGroup: 2 + List: + - Index: 0 + Item: White_Slim_Potion_B + Rate: 1000 + Amount: 80 + - Index: 1 + Item: Oridecon + Rate: 1000 + Amount: 12 + - Index: 2 + Item: Elunium + Rate: 1000 + Amount: 12 + - Index: 3 + Item: Branch_Of_Dead_Tree + Rate: 1000 + Amount: 10 + - Index: 4 + Item: Reward_Job_BM25 + Rate: 700 + Amount: 2 + - Index: 5 + Item: Comp_Insurance + Rate: 200 + - Index: 6 + Item: Battle_Manual100 + Rate: 700 + - Index: 7 + Item: Comp_Bubble_Gum + Rate: 200 + - Index: 8 + Item: Bloody_Dead_Branch + Rate: 600 + - Index: 9 + Item: Old_Card_Album + Rate: 600 + - Index: 10 + Item: Magic_Card_Album + Rate: 360 + - Index: 11 + Item: E_WOB_Rune + Rate: 200 + Amount: 3 + - Index: 12 + Item: E_WOB_Schwaltz + Rate: 200 + Amount: 3 + - Index: 13 + Item: E_WOB_Rachel + Rate: 200 + Amount: 3 + - Index: 14 + Item: E_WOB_Local + Rate: 200 + Amount: 3 + - Index: 15 + Item: E_Abrasive_Box10 + Rate: 200 + - Index: 16 + Item: E_S_Life_Potion_Box + Rate: 200 + - Index: 17 + Item: E_Str_Dish_Box + Rate: 120 + - Index: 18 + Item: E_Agi_Dish_Box + Rate: 120 + - Index: 19 + Item: E_Int_Dish_Box + Rate: 120 + - Index: 20 + Item: E_Dex_Dish_Box + Rate: 120 + - Index: 21 + Item: E_Luk_Dish_Box + Rate: 120 + - Index: 22 + Item: E_Vit_Dish_Box + Rate: 120 + - Index: 23 + Item: E_Inc_Agi_10_Scr_Box + Rate: 220 + - Index: 24 + Item: E_Blessing_10_Scr_Box + Rate: 220 + - Index: 25 + Item: Guarantee_Weapon_7Up + Rate: 100 + - Index: 26 + Item: Guarantee_Armor_7Up + Rate: 100 + - Index: 27 + Item: Guarantee_Weapon_9Up + Rate: 20 + - Index: 28 + Item: Guarantee_Armor_9Up + Rate: 20 + - Index: 29 + Item: Sigrun's_Wing + Rate: 1 + - Group: 3_LIFE_POTION_PACK4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 20 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 20 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 20 + UniqueId: true + - Index: 3 + Item: Sealed_Dracula_Scroll + UniqueId: true + - Group: 3_LIFE_POTION_10PACK4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: Sealed_Dracula_Scroll + Amount: 11 + UniqueId: true + - Group: SEALED_DRACULA_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Dracula_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: Bearers_Shadow_Box + Rate: 179 + Announced: true + - Index: 6 + Item: S_Basis_Armor + Rate: 350 + - Index: 7 + Item: S_Hallowed_Armor + Rate: 350 + - Index: 8 + Item: S_Saharic_Armor + Rate: 350 + - Index: 9 + Item: S_Underneath_Armor + Rate: 350 + - Index: 10 + Item: S_Flam_Armor + Rate: 350 + - Index: 11 + Item: S_Windy_Armor + Rate: 350 + - Index: 12 + Item: S_Envenom_Armor + Rate: 350 + - Index: 13 + Item: S_Damned_Armor + Rate: 350 + - Index: 14 + Item: S_Geist_Armor + Rate: 350 + - Index: 15 + Item: S_Divine_Armor + Rate: 350 + - Index: 16 + Item: C_Silk_Hat_Of_Earth + Rate: 150 + Announced: true + - Index: 17 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 18 + Item: Costume_Exchange + Rate: 1000 + - Index: 19 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 20 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 21 + Item: Enchant_Book + Rate: 500 + - Index: 22 + Item: Blacksmith_Blessing + Rate: 400 + - Index: 23 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 24 + Item: Gold + Rate: 50 + Amount: 2 + - Group: BEARERS_SHADOW_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Bearers_Armor + Rate: 170 + - Index: 1 + Item: S_Bearers_Shoes + Rate: 170 + - Index: 2 + Item: S_Bearers_Shield + Rate: 170 + - Index: 3 + Item: S_Bearers_Weapon + Rate: 170 + - Index: 4 + Item: S_Bearers_Earring + Rate: 160 + - Index: 5 + Item: S_Bearers_Pendent + Rate: 160 + - Group: VIGORGRA_PACKAGE_V4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 2 + UniqueId: true + - Index: 1 + Item: Bubble_Gum + Amount: 2 + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 2 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 2 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 6 + UniqueId: true + - Index: 5 + Item: Sealed_B_Shecil_Scroll + UniqueId: true + - Group: VIGORGRA_PACKAGE_SET_V4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 20 + UniqueId: true + - Index: 1 + Item: Bubble_Gum + Amount: 20 + UniqueId: true + - Index: 2 + Item: Almighty + Amount: 20 + UniqueId: true + - Index: 3 + Item: Mental_Potion + Amount: 20 + UniqueId: true + - Index: 4 + Item: Mysterious_Water + Amount: 60 + UniqueId: true + - Index: 5 + Item: Sealed_B_Shecil_Scroll + Amount: 11 + UniqueId: true + - Group: SEALED_B_SHECIL_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_B_Shecil_Card + Rate: 11 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 20 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 20 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 210 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 210 + Announced: true + - Index: 5 + Item: S_Hasty_Shoes + Rate: 150 + Announced: true + - Index: 6 + Item: S_Hasty_Armor + Rate: 150 + Announced: true + - Index: 7 + Item: S_Basis_Shield + Rate: 350 + - Index: 8 + Item: S_Hallowed_Shield + Rate: 350 + - Index: 9 + Item: S_Saharic_Shield + Rate: 350 + - Index: 10 + Item: S_Underneath_Shield + Rate: 350 + - Index: 11 + Item: S_Flam_Shield + Rate: 350 + - Index: 12 + Item: S_Windy_Shield + Rate: 350 + - Index: 13 + Item: S_Envenom_Shield + Rate: 350 + - Index: 14 + Item: S_Damned_Shield + Rate: 350 + - Index: 15 + Item: S_Geist_Shield + Rate: 350 + - Index: 16 + Item: S_Divine_Shield + Rate: 350 + - Index: 17 + Item: C_Flowerpot_Mask + Rate: 150 + Announced: true + - Index: 18 + Item: Enchant_Stone_Box3 + Rate: 1000 + - Index: 19 + Item: Costume_Exchange + Rate: 1000 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 21 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 22 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 29 + - Index: 23 + Item: Blacksmith_Blessing + Rate: 500 + - Index: 24 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 25 + Item: Gold + Rate: 50 + Amount: 2 + - Group: NYANGVINE_BOX4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 4 + - Index: 1 + Item: Malang_Sp_Can + Amount: 12 + - Group: NYANGVINE_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 10 + - Index: 1 + Item: Malang_Sp_Can + Amount: 30 + - Group: NYANGVINE_BOX40 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 40 + - Index: 1 + Item: Malang_Sp_Can + Amount: 120 + - Group: REFINE_ORE_BOX8 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Index: 2 + Item: Sealed_Scroll + UniqueId: true + - Group: REFINE_ORE_BOX8_SET10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 50 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 50 + UniqueId: true + - Index: 2 + Item: Sealed_Scroll + Amount: 11 + UniqueId: true + - Group: SEALED_CARD + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_D_Lord_Card + Rate: 10 + Announced: true + - Index: 1 + Item: Sealed_Knight_WS_Card + Rate: 10 + Announced: true + - Index: 2 + Item: Sealed_Berz_Card + Rate: 10 + Announced: true + - Index: 3 + Item: Sealed_Kiel_Card + Rate: 10 + Announced: true + - Index: 4 + Item: Sealed_Gloom_Card + Rate: 10 + Announced: true + - Index: 5 + Item: Sealed_F_Bishop_Card + Rate: 10 + Announced: true + - Index: 6 + Item: Sealed_Ifrit_Card + Rate: 10 + Announced: true + - Index: 7 + Item: Sealed_TurtleG_Card + Rate: 10 + Announced: true + - Index: 8 + Item: Sealed_Bacsojin_Card + Rate: 10 + Announced: true + - Index: 9 + Item: Sealed_Pharaoh_Card + Rate: 10 + Announced: true + - Index: 10 + Item: Sealed_M_Flower_Card + Rate: 10 + Announced: true + - Index: 11 + Item: Sealed_B_Ygnizem_Card + Rate: 10 + Announced: true + - Index: 12 + Item: Sealed_Apocalips_H_Card + Rate: 10 + Announced: true + - Index: 13 + Item: Sealed_Dracula_Card + Rate: 10 + Announced: true + - Index: 14 + Item: Sealed_B_Shecil_Card + Rate: 10 + Announced: true + - Group: LI_HD_ELUNIUM_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: LI_HD_Elunium + Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + - Group: LI_HD_ORIDECON_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: LI_HD_Oridecon + Amount: 30 + UniqueId: true + - Index: 1 + Item: Blacksmith_Blessing + - Group: UNLIMITED_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: ASPD_Potion + Amount: 5 + UniqueId: true + - Index: 1 + Item: Red_Booster + Amount: 10 + UniqueId: true + - Index: 2 + Item: Guarantee_Relax_Scroll + UniqueId: true + - Group: UNLIMITED_10_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: ASPD_Potion + Amount: 50 + UniqueId: true + - Index: 1 + Item: Red_Booster + Amount: 100 + UniqueId: true + - Index: 2 + Item: Guarantee_Relax_Scroll + Amount: 11 + UniqueId: true + - Group: GUARANTEE_RELAX_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 100 + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 100 + Announced: true + - Index: 6 + Item: S_Attack_Armor + Rate: 120 + Announced: true + - Index: 7 + Item: S_Blitz_Earring + Rate: 400 + - Index: 8 + Item: S_Blitz_Pendent + Rate: 400 + - Index: 9 + Item: S_ColdBolt_Armor + Rate: 400 + - Index: 10 + Item: S_FireBolt_Armor + Rate: 400 + - Index: 11 + Item: S_LightingBolt_Armor + Rate: 400 + - Index: 12 + Item: S_EarthSpike_Armor + Rate: 400 + - Index: 13 + Item: Costume_Exchange + Rate: 1000 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 15 + Item: Enchant_Book + Rate: 1000 + - Index: 16 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 208 + - Index: 17 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 18 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Index: 19 + Item: Gold + Rate: 50 + Amount: 2 + - Group: LIMIT_MANUAL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual_Limit + Amount: 3 + UniqueId: true + - Index: 1 + Item: Job_Manual_Limit + Amount: 2 + UniqueId: true + - Group: SEALED_DRACULA_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Dracula_Card + Rate: 5 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 2 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_7Up + Rate: 125 + Announced: true + - Index: 4 + Item: Guarantee_Armor_7Up + Rate: 125 + Announced: true + - Index: 5 + Item: S_Enhance_Force_Weapon + Rate: 150 + Announced: true + - Index: 6 + Item: S_Enhance_Spirit_Weapon + Rate: 150 + Announced: true + - Index: 7 + Item: S_Force_Weapon + Rate: 450 + - Index: 8 + Item: S_Force_Earring + Rate: 450 + - Index: 9 + Item: S_Force_Pendant + Rate: 450 + - Index: 10 + Item: S_Spirit_Weapon + Rate: 450 + - Index: 11 + Item: S_Spirit_Earring + Rate: 450 + - Index: 12 + Item: S_Spirit_Pendant + Rate: 450 + - Index: 13 + Item: Costume_Exchange + Rate: 900 + - Index: 14 + Item: Poison_Bottle_Box2 + Rate: 900 + - Index: 15 + Item: White_Slim_Pot_Box2 + Rate: 900 + - Index: 16 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 225 + - Index: 17 + Item: Enchant_Book + Rate: 900 + - Index: 18 + Item: Treasure_Box + Rate: 900 + Amount: 3 + - Group: 3_LIFE_POTION_10PACK5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: Sealed_Dracula_Scroll2 + Amount: 11 + UniqueId: true + - Group: 3_LIFE_POTION_PACK5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 20 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 20 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 20 + UniqueId: true + - Index: 3 + Item: Sealed_Dracula_Scroll2 + UniqueId: true + - Group: SEALED_MYSTERIOUS_EGG + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_D_Lord_Scroll + Rate: 1 + UniqueId: true + - Index: 1 + Item: Sealed_Knight_WS_Scroll + Rate: 1 + UniqueId: true + - Index: 2 + Item: Sealed_Berz_Scroll + Rate: 1 + UniqueId: true + - Index: 3 + Item: Sealed_Kiel_Scroll + Rate: 1 + UniqueId: true + - Index: 4 + Item: Sealed_Gloom_Scroll + Rate: 1 + UniqueId: true + - Index: 5 + Item: Sealed_F_Bishop_Scroll + Rate: 1 + UniqueId: true + - Index: 6 + Item: Sealed_Ifrit_Scroll + Rate: 1 + UniqueId: true + - Index: 7 + Item: Sealed_TurtleG_Scroll + Rate: 1 + UniqueId: true + - Index: 8 + Item: Sealed_Bacsojin_Scroll + Rate: 1 + UniqueId: true + - Index: 9 + Item: Sealed_Pharaoh_Scroll + Rate: 1 + UniqueId: true + - Index: 10 + Item: Sealed_M_Flower_Scroll + Rate: 1 + UniqueId: true + - Index: 11 + Item: Sealed_B_Ygnizem_Scroll + Rate: 1 + UniqueId: true + - Index: 12 + Item: Sealed_Apo_H_Scroll + Rate: 1 + UniqueId: true + - Index: 13 + Item: Sealed_Dracula_Scroll + Rate: 1 + UniqueId: true + - Index: 14 + Item: Sealed_B_Shecil_Scroll + Rate: 1 + UniqueId: true + - Group: SEALED_DRACULA_ALBUM + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Dracula_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Sealed_Dracula_Card_ + Rate: 9999 + - Group: LIMIT_POWER_BOOSTER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Limit_Power_Booster + Amount: 10 + UniqueId: true + - Index: 1 + Item: Sealed_Berz_Scroll2 + UniqueId: true + - Group: LIMIT_POWER_BOOSTER100 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Limit_Power_Booster + Amount: 100 + UniqueId: true + - Index: 1 + Item: Sealed_Berz_Scroll2 + Amount: 11 + UniqueId: true + - Group: SEALED_BERZ_ALBUM + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Berz_Card + Rate: 1 + Announced: true + - Index: 1 + Item: Sealed_Berz_Card_ + Rate: 9999 + - Group: SEALED_BERZ_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Berz_Card + Rate: 3 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 2 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 10 + Announced: true + - Index: 4 + Item: Guarantee_Armor_9Up + Rate: 10 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 125 + Announced: true + - Index: 6 + Item: Guarantee_Armor_7Up + Rate: 125 + Announced: true + - Index: 7 + Item: S_Blitz_Shoes + Rate: 175 + Announced: true + - Index: 8 + Item: S_Blitz_Shield + Rate: 175 + Announced: true + - Index: 9 + Item: S_Exceed_Weapon + Rate: 500 + - Index: 10 + Item: S_Titan_Earring + Rate: 500 + - Index: 11 + Item: S_Titan_Pendant + Rate: 500 + - Index: 12 + Item: S_Boned_Earring + Rate: 500 + - Index: 13 + Item: S_Boned_Pendant + Rate: 500 + - Index: 14 + Item: S_Gigantic_Earring + Rate: 500 + - Index: 15 + Item: S_Gigantic_Pendant + Rate: 500 + - Index: 16 + Item: Blacksmith_Blessing + Rate: 500 + - Index: 17 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 375 + - Index: 18 + Item: Costume_Exchange + Rate: 1000 + - Index: 19 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 20 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 21 + Item: Potion_Box + Rate: 1000 + - Index: 22 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Group: NYANGVINE_BOX200 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Malang_Sp_Can + Amount: 600 + - Group: APRILGIFTBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Half_Megin + Duration: 20160 + UniqueId: true + - Index: 1 + Item: Half_Brysing + Duration: 20160 + UniqueId: true + - Index: 2 + Item: Half_Asprika + Duration: 20160 + UniqueId: true + - Index: 3 + Item: Half_Brynhild + Duration: 20160 + UniqueId: true + - Group: NOVEMBERGIFTBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Half_Megin + Duration: 20160 + UniqueId: true + - Index: 1 + Item: Half_Brysing + Duration: 20160 + UniqueId: true + - Index: 2 + Item: Half_Asprika + Duration: 20160 + UniqueId: true + - Index: 3 + Item: Half_Brynhild + Duration: 20160 + UniqueId: true + - Group: SEPTEMBERGIFTBOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sigrun's_Wing_C + Duration: 10080 + UniqueId: true + - Group: REFINE_ORE_BOX9 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 5 + UniqueId: true + - Index: 2 + Item: 2015_New_Year_Scroll + UniqueId: true + - Group: REFINE_ORE_BOX9_SET10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 50 + UniqueId: true + - Index: 1 + Item: Enriched_Elunium + Amount: 50 + UniqueId: true + - Index: 2 + Item: 2015_New_Year_Scroll + Amount: 11 + UniqueId: true + - Group: 2015_NEW_YEAR_SCROLL + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 1 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 2 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 3 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Weapon_7Up + Rate: 125 + Announced: true + - Index: 5 + Item: Guarantee_Armor_7Up + Rate: 125 + Announced: true + - Index: 6 + Item: S_Caster_Shoes + Rate: 150 + Announced: true + - Index: 7 + Item: S_Caster_Shield + Rate: 150 + Announced: true + - Index: 8 + Item: S_Caster_Armor + Rate: 150 + Announced: true + - Index: 9 + Item: Shadow_Cube + Rate: 2500 + - Index: 10 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 280 + - Index: 11 + Item: Comp_Battle_Manual + Rate: 1500 + Amount: 2 + - Index: 12 + Item: Old_Ore_Box + Rate: 1000 + - Index: 13 + Item: Poison_Bottle_Box2 + Rate: 1000 + - Index: 14 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1000 + - Index: 15 + Item: Potion_Box + Rate: 1000 + - Index: 16 + Item: Treasure_Box + Rate: 1000 + Amount: 3 + - Group: NEW_YEAR_SHADOW_CUBE + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Gemstone_Weapon + Rate: 5 + Announced: true + - Index: 1 + Item: S_Gemstone_Earring + Rate: 5 + Announced: true + - Index: 2 + Item: S_Gemstone_Pendent + Rate: 5 + Announced: true + - Index: 3 + Item: S_Gemstone_Armor + Rate: 5 + Announced: true + - Index: 4 + Item: S_Gemstone_Shoes + Rate: 5 + Announced: true + - Index: 5 + Item: S_Gemstone_Shield + Rate: 5 + Announced: true + - Index: 6 + Item: S_Bearers_Weapon + Rate: 5 + Announced: true + - Index: 7 + Item: S_Bearers_Earring + Rate: 5 + Announced: true + - Index: 8 + Item: S_Bearers_Pendent + Rate: 5 + Announced: true + - Index: 9 + Item: S_Bearers_Armor + Rate: 5 + Announced: true + - Index: 10 + Item: S_Bearers_Shoes + Rate: 5 + Announced: true + - Index: 11 + Item: S_Bearers_Shield + Rate: 5 + Announced: true + - Index: 12 + Item: S_Blitz_Shoes + Rate: 5 + Announced: true + - Index: 13 + Item: S_Blitz_Shield + Rate: 5 + Announced: true + - Index: 14 + Item: S_Greed_Weapon + Rate: 10 + Announced: true + - Index: 15 + Item: S_Greed_Earring + Rate: 10 + Announced: true + - Index: 16 + Item: S_Greed_Pendant + Rate: 10 + Announced: true + - Index: 17 + Item: S_Greed_Armor + Rate: 10 + Announced: true + - Index: 18 + Item: S_Greed_Shoes + Rate: 10 + Announced: true + - Index: 19 + Item: S_Greed_Shield + Rate: 10 + Announced: true + - Index: 20 + Item: S_Liberation_Shoes + Rate: 10 + Announced: true + - Index: 21 + Item: S_Safeguard_Shield + Rate: 10 + Announced: true + - Index: 22 + Item: S_Infinity_Earring + Rate: 10 + Announced: true + - Index: 23 + Item: S_Infinity_Pendant + Rate: 10 + Announced: true + - Index: 24 + Item: S_Penetration_Earring + Rate: 10 + Announced: true + - Index: 25 + Item: S_Penetration_Pendent + Rate: 10 + Announced: true + - Index: 26 + Item: S_Executioner_Weapon + Rate: 10 + Announced: true + - Index: 27 + Item: S_Exorcist_Weapon + Rate: 10 + Announced: true + - Index: 28 + Item: S_Tempest_Earring + Rate: 10 + Announced: true + - Index: 29 + Item: S_Tempest_Pendent + Rate: 10 + Announced: true + - Index: 30 + Item: S_Hasty_Shoes + Rate: 10 + Announced: true + - Index: 31 + Item: S_Hasty_Armor + Rate: 10 + Announced: true + - Index: 32 + Item: S_Expert_Shoes + Rate: 10 + Announced: true + - Index: 33 + Item: S_Expert_Shield + Rate: 10 + Announced: true + - Index: 34 + Item: S_Blitz_Earring + Rate: 10 + Announced: true + - Index: 35 + Item: S_Blitz_Pendent + Rate: 10 + Announced: true + - Index: 36 + Item: S_Enhance_Force_Weapon + Rate: 10 + Announced: true + - Index: 37 + Item: S_Enhance_Spirit_Weapon + Rate: 10 + Announced: true + - Index: 38 + Item: S_Spell_Flow_Armor + Rate: 15 + - Index: 39 + Item: S_Spell_Flow_Shoes + Rate: 15 + - Index: 40 + Item: S_Spell_Flow_Shield + Rate: 15 + - Index: 41 + Item: S_M_Executioner_Weapon + Rate: 15 + - Index: 42 + Item: S_M_Exorcist_Weapon + Rate: 15 + - Index: 43 + Item: S_Attack_Armor + Rate: 15 + - Index: 44 + Item: S_Beginner_Shield + Rate: 15 + - Index: 45 + Item: S_Beginner_Shoes + Rate: 15 + - Index: 46 + Item: S_Rookie_Shield + Rate: 15 + - Index: 47 + Item: S_Rookie_Shoes + Rate: 15 + - Index: 48 + Item: S_Advanced_Shield + Rate: 15 + - Index: 49 + Item: S_Advanced_Shoes + Rate: 15 + - Index: 50 + Item: S_Force_Weapon + Rate: 15 + - Index: 51 + Item: S_Force_Earring + Rate: 15 + - Index: 52 + Item: S_Force_Pendant + Rate: 15 + - Index: 53 + Item: S_Spirit_Weapon + Rate: 15 + - Index: 54 + Item: S_Spirit_Earring + Rate: 15 + - Index: 55 + Item: S_Spirit_Pendant + Rate: 15 + - Group: 2015GOLDPCBOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: White_Slim_Potion_B + Rate: 9697 + Amount: 100 + - Index: 1 + Item: E_Str_Dish10_ + Rate: 50 + Amount: 20 + - Index: 2 + Item: E_Agi_Dish10_ + Rate: 50 + Amount: 20 + - Index: 3 + Item: E_Int_Dish10_ + Rate: 50 + Amount: 20 + - Index: 4 + Item: E_Dex_Dish10_ + Rate: 50 + Amount: 20 + - Index: 5 + Item: E_Luk_Dish10_ + Rate: 50 + Amount: 20 + - Index: 6 + Item: E_Vit_Dish10_ + Rate: 50 + Amount: 20 + - Index: 7 + Item: Guarantee_Weapon_7Up + Rate: 1 + - Index: 8 + Item: Guarantee_Armor_7Up + Rate: 1 + - Index: 9 + Item: Golden_Card + Rate: 1 + - Group: ALMIGHTY_BOX4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Almighty + Amount: 10 + UniqueId: true + - Index: 1 + Item: Sealed_Scroll2 + UniqueId: true + - Group: ALMIGHTY100_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Almighty + Amount: 100 + UniqueId: true + - Index: 1 + Item: Sealed_Scroll2 + Amount: 11 + UniqueId: true + - Group: SEALED_SCROLL2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Sealed_Card + Rate: 10 + Announced: true + - Index: 1 + Item: Guarantee_Weapon_11Up + Rate: 1 + Announced: true + - Index: 2 + Item: Guarantee_Armor_11Up + Rate: 1 + Announced: true + - Index: 3 + Item: Guarantee_Weapon_9Up + Rate: 9 + Announced: true + - Index: 4 + Item: Guarantee_Armor_9Up + Rate: 9 + Announced: true + - Index: 5 + Item: Guarantee_Weapon_7Up + Rate: 125 + Announced: true + - Index: 6 + Item: Guarantee_Armor_7Up + Rate: 125 + Announced: true + - Index: 7 + Item: New_Year_Shadow_Cube + Rate: 250 + Announced: true + - Index: 8 + Item: S_Reload_Shoes + Rate: 500 + - Index: 9 + Item: S_Reload_Shield + Rate: 500 + - Index: 10 + Item: S_Reload_Armor + Rate: 500 + - Index: 11 + Item: Shadow_Cube + Rate: 1500 + - Index: 12 + Item: C_Wing_Of_Fly_5Day_Box + Rate: 470 + - Index: 13 + Item: Poison_Bottle_Box2 + Rate: 1500 + - Index: 14 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 1500 + - Index: 15 + Item: Potion_Box + Rate: 1500 + - Index: 16 + Item: Treasure_Box + Rate: 1500 + Amount: 3 + - Group: INVISIBLE_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: C_Invisible_Manteau + Rate: 1 + - Index: 1 + Item: C_Invisible_Cap + Rate: 3 + - Index: 2 + Item: C_Invisible_Sunglasses + Rate: 3 + - Index: 3 + Item: C_Invisible_Mask + Rate: 3 + - Group: FREEZE_DREAM + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Dream_Piece + Rate: 1 + Amount: 15 + - Index: 1 + Item: Dream_Piece + Rate: 1 + Amount: 16 + - Index: 2 + Item: Dream_Piece + Rate: 1 + Amount: 17 + - Index: 3 + Item: Dream_Piece + Rate: 1 + Amount: 18 + - Index: 4 + Item: Dream_Piece + Rate: 1 + Amount: 19 + - Index: 5 + Item: Dream_Piece + Rate: 1 + Amount: 20 + - Group: LAPINE_DDUKDDAKBOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Shadow_Mix_Recipe + Rate: 375 + - Index: 1 + Item: EnchantStone_Recipe + Rate: 375 + - Index: 2 + Item: EventItem_Recipe + Rate: 450 + - Index: 3 + Item: PetEgg_Recipe + Rate: 150 + - Index: 4 + Item: Nyang_Costume_Recipe + Rate: 150 + - Index: 5 + Item: RaceShadow_Mix + Rate: 1 + Announced: true + - Index: 6 + Item: BearersShadow_Mix + Rate: 1 + Announced: true + - Index: 7 + Item: GemstoneShadow_Mix + Rate: 1 + Announced: true + - Index: 8 + Item: StatusShadow_Mix + Rate: 1 + Announced: true + - Index: 9 + Item: ComposeShadow_Mix + Rate: 1 + Announced: true + - Index: 10 + Item: InfinityShadow_Mix + Rate: 1 + Announced: true + - Index: 11 + Item: PerfectSize_Mix + Rate: 1 + - Index: 12 + Item: MagicPiercing_Mix + Rate: 1 + - Index: 13 + Item: JobShadow_Mix_Pendant + Rate: 1 + Announced: true + - Index: 14 + Item: JobShadow_Mix_Weapon + Rate: 1 + Announced: true + - Index: 15 + Item: JobShadow_Mix_Armor + Rate: 1 + Announced: true + - Index: 16 + Item: JobShadow_Mix_Shoes + Rate: 1 + Announced: true + - Index: 17 + Item: JobShadow_Mix_Shield + Rate: 1 + Announced: true + - Index: 18 + Item: JobShadow_Mix_Earing + Rate: 1 + Announced: true + - SubGroup: 2 + List: + - Index: 0 + Item: Poison_Pack2 + Rate: 10 + - Index: 1 + Item: White_Slim_Pot_Box2 + Rate: 10 + - Index: 2 + Item: E_WOB_Local + Rate: 10 + Amount: 3 + - Index: 3 + Item: E_WOB_Rachel + Rate: 10 + Amount: 3 + - Index: 4 + Item: E_WOB_Schwaltz + Rate: 10 + Amount: 3 + - Index: 5 + Item: E_WOB_Rune + Rate: 10 + Amount: 3 + - Index: 6 + Item: Comp_Battle_Manual + Rate: 10 + Amount: 2 + - Index: 7 + Item: Comp_Bubble_Gum + Rate: 10 + Amount: 2 + - Index: 8 + Item: C_Wing_Of_Fly_1Day_Box + Rate: 10 + - Index: 9 + Item: Minus_Str + Rate: 10 + Amount: 3 + - Index: 10 + Item: Minus_Agi + Rate: 10 + Amount: 3 + - Index: 11 + Item: Minus_Vit + Rate: 10 + Amount: 3 + - Index: 12 + Item: Minus_Int + Rate: 10 + Amount: 3 + - Index: 13 + Item: Minus_Dex + Rate: 10 + Amount: 3 + - Index: 14 + Item: Minus_Luk + Rate: 10 + Amount: 3 + - Index: 15 + Item: Old_C_Album_Helm + Rate: 10 + - Index: 16 + Item: Old_C_Album_Armor + Rate: 10 + - Index: 17 + Item: Old_C_Album_Shield + Rate: 10 + - Index: 18 + Item: Old_C_Album_Garment + Rate: 10 + - Index: 19 + Item: Old_C_Album_Shoes + Rate: 10 + - Index: 20 + Item: Old_C_Album_Acc + Rate: 10 + - Index: 21 + Item: Old_C_Album_Weapon + Rate: 10 + - Index: 22 + Item: C_Greed_1Hour_Box + Rate: 10 + - Index: 23 + Item: J_Shop_Coupon + Rate: 10 + - Index: 24 + Item: Comp_Insurance + Rate: 10 + Amount: 3 + - Index: 25 + Item: Comp_Magic_Candy + Rate: 10 + Amount: 3 + - Index: 26 + Item: Comp_Spark_Candy + Rate: 10 + Amount: 3 + - Group: GUNSLINGER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Droop_Gunslinger + - Index: 1 + Item: Gunslinger_Enchant + - Group: MINI_FAN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: SeeOtter_Fan + - Index: 1 + Item: Fan_Upgrade_Kit + - Group: KAFRA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kafra_Suit + - Index: 1 + Item: Suit_Upgrade_Kit + - Group: CANDY_BOX_MELEE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bag_Of_Antonio_Melee + - Index: 1 + Item: Candy_Bag_Scroll_Melee + - Group: CANDY_BOX_RANGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bag_Of_Antonio_Range + - Index: 1 + Item: Candy_Bag_Scroll_Range + - Group: CANDY_BOX_MAGIC + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bag_Of_Antonio_Magic + - Index: 1 + Item: Candy_Bag_Scroll_Magic + - Group: BLOODYKNIGHT_SHIELD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bloody_Knight_Shield + - Index: 1 + Item: Silver_Statue + - Group: E_WING_OF_FLY_3DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Wing_Of_Fly + Duration: 10080 + - Group: REBEGINER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rebeginer_Cap + - Index: 1 + Item: Rebeginer_Manteau + - Index: 2 + Item: Rebeginer_Suits + - Index: 3 + Item: Rebeginer_Boots + - Index: 4 + Item: Rebeginer_Ring + - Group: REBEGINER_S_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rebeginer_Armor_S + - Index: 1 + Item: Rebeginer_Shield_S + - Index: 2 + Item: Rebeginer_Shoes_S + - Index: 3 + Item: Rebeginer_Weapon_S + - Index: 4 + Item: Rebeginer_Earring_S + - Index: 5 + Item: Rebeginer_Pendant_S + - Group: OVERWHELM_ARMOR_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Overwhelm_Str_Armor + Rate: 1 + - Index: 1 + Item: Overwhelm_Vit_Armor + Rate: 1 + - Index: 2 + Item: Overwhelm_Dex_Armor + Rate: 1 + - Index: 3 + Item: Overwhelm_Int_Armor + Rate: 1 + - Index: 4 + Item: Overwhelm_Agi_Armor + Rate: 1 + - Index: 5 + Item: Overwhelm_Luk_Armor + Rate: 1 + - Group: POWERFUL_HELM_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Dog_Officer + Rate: 1 + - Index: 1 + Item: Spell_Circuit + Rate: 1 + - Index: 2 + Item: General_Helmet_ + Rate: 1 + - Index: 3 + Item: Classical_Fhat + Rate: 1 + - Index: 4 + Item: Amistr_Beret + Rate: 1 + - Group: MYSTERIOUS_PLASTIC + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Comp_M_DEFScroll + Rate: 99 + Amount: 2 + - Index: 1 + Item: G_Almighty + Rate: 99 + - Index: 2 + Item: Comp_Small_Mana_Potion + Rate: 99 + - Index: 3 + Item: E_Med_Life_Potion + Rate: 99 + Amount: 3 + - Index: 4 + Item: E_Small_Life_Potion + Rate: 99 + Amount: 3 + - Index: 5 + Item: G_Mysterious_Water + Rate: 99 + - Index: 6 + Item: E_Token_Of_Siegfried + Rate: 99 + - Index: 7 + Item: Comp_Regenerate_Potion + Rate: 242 + - Index: 8 + Item: E_Abrasive + Rate: 242 + - Index: 9 + Item: G_Red_Booster + Rate: 242 + - Index: 10 + Item: G_ASPD_Potion + Rate: 242 + - Index: 11 + Item: Comp_Spark_Candy + Rate: 242 + - Index: 12 + Item: Comp_Magic_Candy + Rate: 242 + - Index: 13 + Item: Comp_Tyr's_Blessing + Rate: 242 + - Index: 14 + Item: Comp_Glass_Of_Illusion + Rate: 242 + - Index: 15 + Item: E_Blessing_10_Scroll + Rate: 242 + Amount: 3 + - Index: 16 + Item: E_Inc_Agi_10_Scroll + Rate: 242 + Amount: 3 + - Index: 17 + Item: Comp_Megaphone + Rate: 242 + - Index: 18 + Item: BraisedSpareribs + Rate: 950 + Amount: 2 + - Index: 19 + Item: BraisedShortRibs + Rate: 950 + Amount: 2 + - Index: 20 + Item: Sesame_Pastry + Rate: 949 + Amount: 2 + - Index: 21 + Item: Rainbow_Cake + Rate: 949 + Amount: 2 + - Index: 22 + Item: Lucky_Rice_Cake + Rate: 949 + Amount: 2 + - Index: 23 + Item: Honey_Pastry + Rate: 949 + Amount: 2 + - Index: 24 + Item: Blue_Potion_B + Rate: 949 + Amount: 5 + - Group: 80LVUP + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: S_Promotion_Shoes + Rate: 1 + - Index: 1 + Item: S_Promotion_Shield + Rate: 1 + - Index: 2 + Item: S_Promotion_Earring + Rate: 1 + - Index: 3 + Item: S_Promotion_Pendant + Rate: 1 + - Index: 4 + Item: S_Promotion_Armor + Rate: 1 + - Index: 5 + Item: S_Promotion_Weapon + Rate: 1 + - Index: 6 + Item: 90LVUP + Rate: 1 + - Group: JUMPING_KIT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: White_Slim_Potion_Box + - Index: 1 + Item: Comp_Wing_Of_Fly + Amount: 200 + - Index: 2 + Item: N_Butterfly_Wing + Amount: 50 + - Index: 3 + Item: N_Magnifier + Amount: 50 + - Index: 4 + Item: Ori_Arrow_Container + Amount: 5 + - Index: 5 + Item: Time_Overload_Box + - Group: MAIN_LUCKY_BOX_ + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Sillit_Pong_Box + Rate: 1 + Announced: true + - Index: 1 + Item: High_Refine_Guarantee + Rate: 5 + Announced: true + - Index: 2 + Item: Enchant_Ticket + Rate: 6 + Amount: 2 + Announced: true + - Index: 3 + Item: Shadow_Select_Box_Set + Rate: 3 + Announced: true + - Index: 4 + Item: Mightysoul_Essence + Rate: 9 + Announced: true + - Index: 5 + Item: M_Dimension_Essence + Rate: 9 + Announced: true + - Index: 6 + Item: Refine_Guarantee + Rate: 83 + Announced: true + - Index: 7 + Item: SLD_Boss_Card_Album + Rate: 9 + Announced: true + - Index: 8 + Item: Refine_Hammer_Box + Rate: 20 + Announced: true + - Index: 9 + Item: FateSin_Boots_Hammer + Rate: 10 + Announced: true + - Index: 10 + Item: FateSin_Boots_IG + Rate: 10 + Announced: true + - Index: 11 + Item: FateSin_Boots_AG + Rate: 10 + Announced: true + - Index: 12 + Item: FateSin_Boots_NW + Rate: 10 + Announced: true + - Index: 13 + Item: Heart_Ace_Melee + Rate: 10 + Announced: true + - Index: 14 + Item: Spade_Ace_Melee + Rate: 10 + Announced: true + - Index: 15 + Item: Diamond_Ace_Range + Rate: 10 + Announced: true + - Index: 16 + Item: Clover_Ace_Defense + Rate: 10 + Announced: true + - Index: 17 + Item: aegis_410232 + Rate: 10 + Announced: true + - Index: 18 + Item: Pump_Of_Spirit + Rate: 10 + Announced: true + - Index: 19 + Item: S_Full_Spell_Armor + Rate: 10 + Announced: true + - Index: 20 + Item: S_Full_Spell_Shoes + Rate: 10 + Announced: true + - Index: 21 + Item: S_Centering_Pendant + Rate: 10 + Announced: true + - Index: 22 + Item: S_Centering_Earring + Rate: 10 + Announced: true + - Index: 23 + Item: S_Witty_Pendant + Rate: 10 + Announced: true + - Index: 24 + Item: S_Witty_Earring + Rate: 10 + Announced: true + - Index: 25 + Item: S_M_Spell_Weapon + Rate: 10 + Announced: true + - Index: 26 + Item: S_M_Spell_Shield + Rate: 10 + Announced: true + - Index: 27 + Item: S_Concentration_Weapon + Rate: 10 + Announced: true + - Index: 28 + Item: S_Concentration_Shield + Rate: 10 + Announced: true + - Index: 29 + Item: S_Wisdom_Weapon + Rate: 10 + Announced: true + - Index: 30 + Item: S_Wisdom_Shield + Rate: 10 + Announced: true + - Index: 31 + Item: S_Master_Weapon + Rate: 20 + Announced: true + - Index: 32 + Item: S_Master_Shield + Rate: 20 + Announced: true + - Index: 33 + Item: M_Armor_Box + Rate: 100 + - Index: 34 + Item: M_Shoes_Box + Rate: 100 + - Index: 35 + Item: M_Pendant_Box + Rate: 100 + - Index: 36 + Item: M_Earring_Box + Rate: 100 + - Index: 37 + Item: Blacksmith_Bless_Box_3 + Rate: 30 + Announced: true + - Index: 38 + Item: Shadow_Hammer_Box_3 + Rate: 30 + Announced: true + - Index: 39 + Item: S_Enchant_Essence_Box_3 + Rate: 30 + Announced: true + - Index: 40 + Item: Shadow_Up_Box + Rate: 400 + - Index: 41 + Item: Blacksmith_Blessing + Rate: 395 + - Index: 42 + Item: S_Enchant_Essence + Rate: 180 + - Index: 43 + Item: Loki_Coin + Rate: 30 + Amount: 10 + - Index: 44 + Item: Loki_Advice + Rate: 30 + Amount: 10 + - Index: 45 + Item: Loki_Coin_2 + Rate: 30 + Amount: 10 + - Index: 46 + Item: Loki_Advice_2 + Rate: 30 + Amount: 10 + - Index: 47 + Item: Loki_Coin_3 + Rate: 30 + Amount: 10 + - Index: 48 + Item: Loki_Advice_3 + Rate: 30 + Amount: 10 + - Index: 49 + Item: Loki_Coin_4 + Rate: 30 + Amount: 10 + - Index: 50 + Item: Loki_Advice_4 + Rate: 30 + Amount: 10 + - Index: 51 + Item: Material_Shadow_CubeII + Rate: 150 + - Index: 52 + Item: Shadow_Refine_Hammer + Rate: 390 + - Index: 53 + Item: Skill_Shadow_Cube + Rate: 450 + - Index: 54 + Item: All_Shadow_Cube + Rate: 300 + - Index: 55 + Item: Shadow_R_M_Box_ + Rate: 300 + - Index: 56 + Item: Shadowdecon_Ore_Box + Rate: 400 + - Index: 57 + Item: Zelunium_Ore_Box + Rate: 400 + - Index: 58 + Item: Minus_Status_Box_ + Rate: 400 + - Index: 59 + Item: Poison_Bottle_Box2 + Rate: 400 + - Index: 60 + Item: C_CatPaw_7Day_Box_ + Rate: 400 + - Index: 61 + Item: Alchemist_Box_ + Rate: 400 + - Index: 62 + Item: Ein_Ore_Box + Rate: 400 + - Index: 63 + Item: Fate_Fragment_Box + Rate: 400 + - Index: 64 + Item: Sin_Fragment_Box + Rate: 400 + - Index: 65 + Item: Amethyst_Fragment_Box + Rate: 400 + - Index: 66 + Item: Snow_F_Ore_Box + Rate: 400 + - Index: 67 + Item: C_Wing_Of_Fly_5Day_Box_ + Rate: 400 + - Index: 68 + Item: Lapine_DdukddakBox3 + Rate: 500 + - Index: 69 + Item: Gold + Rate: 500 + Amount: 3 + - Index: 70 + Item: World_Tour_Ticket + Rate: 500 + Amount: 5 + - Group: SILLIT_PONG_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sillit_Pong_Bottle + - Group: KUNAI_SCROLL_OF_FLAME + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Fierce_Flame + Amount: 500 + - Group: KUNAI_SCROLL_OF_ICICLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Icicle + Amount: 500 + - Group: KUNAI_SCROLL_OF_POISON + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Deadly_Poison + Amount: 500 + - Group: KUNAI_SCROLL_OF_SOIL + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Black_Soil + Amount: 500 + - Group: KUNAI_SCROLL_OF_WIND + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Furious_Wind + Amount: 500 + - Group: C_CATPAW_7DAY_BOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_CatPaw_Ticket + Duration: 10080 + - Group: CANNON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cannon_Ball + Amount: 500 + - Group: IRON_CANNON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Iron_Cannon_Ball + Amount: 500 + - Group: SOUL_CANNON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Soul_Cannon_Ball + Amount: 500 + - Group: DARK_CANNON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dark_Cannon_Ball + Amount: 500 + - Group: HOLY_CANNON_BALL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Cannon_Ball + Amount: 500 + - Group: CANNON_BOX_6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Liquid_Condensed_Bullet + Amount: 500 + - Group: MAGIC_GEAR_FUEL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magic_Gear_Fuel + Amount: 500 + - Group: REPAIRA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: RepairA + Amount: 500 + - Group: REPAIRB_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: RepairB + Amount: 500 + - Group: REPAIRC_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: RepairC + Amount: 500 + - Group: FLAME_STONE_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Flame_Stone + Amount: 500 + - Group: ICE_STONE_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ice_Stone + Amount: 500 + - Group: WIND_STONE_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Wind_Stone + Amount: 500 + - Group: SHADOW_ORB_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shadow_Orb + Amount: 500 + - Group: CHARM_FIRE_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Charm_Fire + Amount: 500 + - Group: CHARM_ICE_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Charm_Ice + Amount: 500 + - Group: CHARM_WIND_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Charm_Wind + Amount: 500 + - Group: CHARM_EARTH_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Charm_Earth + Amount: 500 + - Group: KUNAI_SCROLL_EXPLOSIVE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Explosive_Kunai + Amount: 500 + - Group: GEMSTONE_BLUE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Blue_Gemstone + Amount: 500 + - Group: GEMSTONE_YL + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Yellow_Gemstone + Amount: 500 + - Group: GEMSTONE_RED + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Red_Gemstone + Amount: 500 + - Group: BULLET_CASE_FULL + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Full_Metal_Jacket + Amount: 500 + - Group: BULLET_CASE_MINE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shooting_Mine + Amount: 500 + - Group: BULLET_CASE_TAIL + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Dragon_Tail_Missile + Amount: 500 + - Group: POENETENTIA_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Poenitentia_Sol + - Index: 1 + Item: Poenitentia_Jana + - Group: POENETENTIA_BOX4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Poenitentia_Foramen + - Index: 1 + Item: Poenitentia_Penet + - Index: 2 + Item: Poenitentia_Veloci + - Index: 3 + Item: Poenitentia_Ruina + - Group: CHUSEOG_PRESENT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kr_B_Special01 + - Index: 1 + Item: Cachua_Coupon + - Index: 2 + Item: Evt_Cos_Coin + - Group: LI_NYANGVINE_BOX100_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Cachua_Coupon + Amount: 20 + - Group: BARMUND_RUNE_BOX + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Ice_Barmund_Rune + Rate: 10 + Amount: 10 + - Index: 1 + Item: Death_Barmund_Rune + Rate: 10 + Amount: 10 + - Index: 2 + Item: Flame_Barmund_Rune + Rate: 10 + Amount: 10 + - Index: 3 + Item: Plain_Barmund_Rune + Rate: 10 + Amount: 10 + - Group: SEALED_CARD3 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Sealed_D_Lord_Card + Rate: 10 + - Index: 1 + Item: Sealed_Knight_WS_Card + Rate: 10 + - Index: 2 + Item: Sealed_Berz_Card + Rate: 10 + - Index: 3 + Item: Sealed_Kiel_Card + Rate: 10 + - Index: 4 + Item: Sealed_Gloom_Card + Rate: 10 + - Index: 5 + Item: Sealed_F_Bishop_Card + Rate: 10 + - Index: 6 + Item: Sealed_Ifrit_Card + Rate: 10 + - Index: 7 + Item: Sealed_TurtleG_Card + Rate: 10 + - Index: 8 + Item: Sealed_Bacsojin_Card + Rate: 10 + - Index: 9 + Item: Sealed_Pharaoh_Card + Rate: 10 + - Index: 10 + Item: Sealed_M_Flower_Card + Rate: 10 + - Index: 11 + Item: Sealed_B_Ygnizem_Card + Rate: 10 + - Index: 12 + Item: Sealed_Apocalips_H_Card + Rate: 10 + - Index: 13 + Item: Sealed_Dracula_Card + Rate: 10 + - Index: 14 + Item: Sealed_B_Shecil_Card + Rate: 10 + - Index: 15 + Item: Sealed_Orc_Hero_Card + Rate: 10 + - Index: 16 + Item: Sealed_Lady_Tanee_Card + Rate: 10 + - Index: 17 + Item: Sealed_Samurai_Card + Rate: 10 + - Index: 18 + Item: Sealed_Orc_Load_Card + Rate: 10 + - Index: 19 + Item: Sealed_B_Magaleta_Card + Rate: 10 + - Index: 20 + Item: Sealed_B_Harword_Card + Rate: 10 + - Index: 21 + Item: Sealed_Eddga_Card + Rate: 10 + - Index: 22 + Item: Sealed_Ktullanux_Card + Rate: 10 + - Index: 23 + Item: Sealed_Mistress_Card + Rate: 10 + - Index: 24 + Item: SLD_Q_Scaraba_Card + Rate: 10 + - Index: 25 + Item: SLD_Baphomet_Card + Rate: 10 + - Index: 26 + Item: SLD_Maya_Card + Rate: 10 + - Index: 27 + Item: SLD_Clown_Card + Rate: 10 + - Index: 28 + Item: SLD_Professor_Card + Rate: 10 + - Index: 29 + Item: SLD_Champion_Card + Rate: 10 + - Index: 30 + Item: SLD_Creator_Card + Rate: 10 + - Index: 31 + Item: SLD_Stalker_Card + Rate: 10 + - Index: 32 + Item: SLD_Paladin_Card + Rate: 10 + - Index: 33 + Item: SLD_Gypsy_Card + Rate: 10 + - Index: 34 + Item: SLD_Daehyon_Card + Rate: 10 + - Index: 35 + Item: SLD_Gioia_Card + Rate: 10 + - Index: 36 + Item: SLD_Pyuriel_Card + Rate: 10 + - Index: 37 + Item: SLD_Kades_Card + Rate: 10 + - Index: 38 + Item: SLD_Timeholder_Card + Rate: 10 + - Index: 39 + Item: Sealed_Tao_Card + Rate: 10 + - Group: LI_NYANGVINE_STONE_BOX3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Enchant_Stone_Box25 + Amount: 5 + - Group: RO_LIVE_SHOP_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 1 + Item: Comp_Small_Mana_Potion + Amount: 30 + - Index: 2 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 3 + Item: E_Mysterious_Water + Amount: 30 + - Group: RO_LIVE_SHOP_EX_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Small_Life_Potion + Amount: 30 + - Index: 1 + Item: Comp_Small_Mana_Potion + Amount: 30 + - Index: 2 + Item: E_Med_Life_Potion + Amount: 30 + - Index: 3 + Item: E_Mysterious_Water + Amount: 30 + - Index: 4 + Item: Cachua_Coupon + Amount: 10 + - Index: 5 + Item: E_Infinity_Drink + Amount: 20 + - Index: 6 + Item: Comp_Power_Booster + Amount: 20 + - Index: 7 + Item: Comp_Almighty + Amount: 20 + - Group: SEASON_EVT_REWARD_11 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Royal_Secret_Box + Rate: 30 + Amount: 3 + - Index: 1 + Item: Magic_Card_Album + Rate: 15 + - Index: 2 + Item: Old_Card_Album + Rate: 15 + - Index: 3 + Item: C_Midgarts_Glory + Rate: 25 + - Index: 4 + Item: C_White_Bird_Rose + Rate: 25 + - Index: 5 + Item: C_Pierced_Apple_ + Rate: 25 + - Index: 6 + Item: C_Focus_Beret + Rate: 25 + - Index: 7 + Item: C_Hunters_Dinner + Rate: 25 + - Index: 8 + Item: C_Drooping_Boto + Rate: 25 + - Index: 9 + Item: True_Hunting_9Refine + Rate: 50 + - Index: 10 + Item: Comp_Power_Booster + Rate: 100 + - Index: 11 + Item: Comp_Almighty + Rate: 100 + - Index: 12 + Item: E_Infinity_Drink + Rate: 100 + - Index: 13 + Item: Comp_M_DEFScroll + Rate: 100 + Amount: 3 + - Index: 14 + Item: E_Small_Life_Potion + Rate: 100 + Amount: 3 + - Index: 15 + Item: E_Med_Life_Potion + Rate: 100 + Amount: 3 + - Index: 16 + Item: True_Hunting_Opt_A + Rate: 265 + - Index: 17 + Item: True_Hunting_Opt_B + Rate: 265 + - Index: 18 + Item: aegis_300486 + Rate: 560 + - Index: 19 + Item: aegis_300488 + Rate: 560 + - Index: 20 + Item: aegis_300490 + Rate: 560 + - Index: 21 + Item: aegis_300492 + Rate: 560 + - Index: 22 + Item: aegis_300494 + Rate: 560 + - Index: 23 + Item: aegis_300496 + Rate: 560 + - Index: 24 + Item: aegis_300421 + Rate: 350 + - Index: 25 + Item: aegis_300423 + Rate: 350 + - Index: 26 + Item: aegis_300425 + Rate: 350 + - Index: 27 + Item: Meyer_Card + Rate: 350 + - Index: 28 + Item: Helmut_Card + Rate: 350 + - Index: 29 + Item: Kathryn_Card + Rate: 350 + - Index: 30 + Item: Isaac_Card + Rate: 350 + - Index: 31 + Item: Poe_Card + Rate: 350 + - Index: 32 + Item: Wolf_Card_E + Rate: 350 + - Index: 33 + Item: Nihil_Card + Rate: 350 + - Index: 34 + Item: Agnes_Card + Rate: 350 + - Index: 35 + Item: Jurgen_Card + Rate: 350 + - Index: 36 + Item: Spica_Card + Rate: 350 + - Index: 37 + Item: Kronecker_Card + Rate: 350 + - Index: 38 + Item: Skia_Card + Rate: 350 + - Group: CANNON_BOX_ICE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ice_Cannon_Ball + Amount: 500 + - Group: CANNON_BOX_LIGHTNING + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Lightning_Cannon_Ball + Amount: 500 + - Group: CANNON_BOX_STONE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Stone_Cannon_Ball + Amount: 500 + - Group: CANNON_BOX_FLARE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Flare_Cannon_Ball + Amount: 500 + - Group: CANNON_BOX_POISONING + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Poisoning_Cannon_Ball + Amount: 500 + - Group: KUNAI_SCROLL + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai + Amount: 500 + - Group: KUNAI_SCROLL_NOTHING + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Nothing + Amount: 500 + - Group: KUNAI_SCROLL_SHADOW + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Shadow + Amount: 500 + - Group: KUNAI_SCROLL_HAMAYA + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Kunai_Of_Hamaya + Amount: 500 + - Group: NW_GRENADE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nw_Grenade + Amount: 500 + - Group: SOA_CHARM_BUNDLE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Soa_Charm + Amount: 500 + - Group: SS_CHARM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: SS_Charm + Amount: 500 + - Group: SS_CHARM_F_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: SS_Charm_F + Amount: 500 + - Group: SS_CHARM_W_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: SS_Charm_W + Amount: 500 + - Group: SS_CHARM_G_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: SS_Charm_G + Amount: 500 + - Group: SS_CHARM_L_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: SS_Charm_L + Amount: 500 + - Group: PAYMENT_COSTUME_BOX1 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_B_EarWitchHat + Rate: 10 + - Index: 1 + Item: C_Blinking_Eyes_BU + Rate: 10 + - Index: 2 + Item: C_Airy_Two_Side_Up_SV + Rate: 10 + - Index: 3 + Item: C_Magic_Circle_Rainbow + Rate: 10 + - Group: PAYMENT_COSTUME_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_B_EarWitchHat + - Index: 1 + Item: C_Blinking_Eyes_BU + - Index: 2 + Item: C_Airy_Two_Side_Up_SV + - Index: 3 + Item: C_Magic_Circle_Rainbow + - Group: 2021_PROMO_PACKAGE_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: EXP_Drop_Up_7days + Amount: 4 + - Index: 1 + Item: Premium_Box + - Index: 2 + Item: Nyangvine_Fruit + Amount: 106 + - Index: 3 + Item: World_Tour_Ticket + Amount: 30 + - Index: 4 + Item: K_Secret_Key + Amount: 20 + - Group: 2021_PROMO_PACKAGE_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Boarding_Halter_Box + - Index: 1 + Item: Max_Weight_Up_Scroll + Amount: 10 + - Index: 2 + Item: Nyangvine_Fruit + Amount: 28 + - Index: 3 + Item: World_Tour_Ticket + Amount: 30 + - Index: 4 + Item: K_Secret_Key + Amount: 20 + - Group: COSTUMEMILEAGE_PACKAGE4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: Enchant_Stone_Box25 + Amount: 3 + - Group: COSTUMEMILEAGE_PACKAGE5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: Enchant_Stone_Box25 + Amount: 5 + - Group: COSTUMEMILEAGE_PACKAGE6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: Enchant_Stone_Box25 + Amount: 10 + - Group: EVT_RAGFES_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Blacksmith_Blessing + Rate: 10 + - Index: 1 + Item: Armor_Stone_2 + Rate: 10 + - Index: 2 + Item: Weapon_Stone_2 + Rate: 10 + - Index: 3 + Item: Comp_Battle_Bubble + Rate: 100 + - Index: 4 + Item: Armor_Stone_1 + Rate: 100 + - Index: 5 + Item: Weapon_Stone_1 + Rate: 100 + - Index: 6 + Item: Shadowdecon + Rate: 100 + - Index: 7 + Item: Zelunium + Rate: 100 + - Index: 8 + Item: E_Infinity_Drink + Rate: 300 + - Index: 9 + Item: Comp_Power_Booster + Rate: 300 + - Index: 10 + Item: Comp_Almighty + Rate: 300 + - Index: 11 + Item: E_Mysterious_Water + Rate: 300 + Amount: 3 + - Index: 12 + Item: E_Med_Life_Potion + Rate: 300 + Amount: 3 + - Index: 13 + Item: E_Small_Life_Potion + Rate: 300 + Amount: 3 + - Index: 14 + Item: Comp_Small_Mana_Potion + Rate: 300 + Amount: 3 + - Index: 15 + Item: Comp_M_DEFScroll + Rate: 300 + Amount: 3 + - Index: 16 + Item: E_Abrasive + Rate: 300 + Amount: 3 + - Index: 17 + Item: Armor_Ore_2 + Rate: 350 + - Index: 18 + Item: Weapon_Ore_2 + Rate: 350 + - Index: 19 + Item: Armor_Ore_1 + Rate: 500 + - Index: 20 + Item: Weapon_Ore_1 + Rate: 500 + - Index: 21 + Item: E_Red_Booster + Rate: 710 + - Index: 22 + Item: Comp_Tyr's_Blessing + Rate: 710 + - Index: 23 + Item: E_Inc_Agi_10_Scroll + Rate: 710 + - Index: 24 + Item: E_Blessing_10_Scroll + Rate: 710 + - Index: 25 + Item: Shadowdecon_Ore + Rate: 740 + Amount: 3 + - Index: 26 + Item: Zelunium_Ore + Rate: 740 + Amount: 3 + - Index: 27 + Item: World_Tour_Ticket + Rate: 750 + - Group: KR_B_SPECIAL08 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: All_In_One_buff_B + - Index: 1 + Item: All_In_One_Healing_B + - Index: 2 + Item: World_Tour_Ticket + Amount: 10 + - Group: KR_B_SPECIAL05 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Almighty + Amount: 10 + - Index: 1 + Item: Comp_Power_Booster + Amount: 10 + - Index: 2 + Item: World_Tour_Ticket + Amount: 20 + - Index: 3 + Item: Comp_Small_Mana_Potion + Amount: 10 + - Index: 4 + Item: C_Mechanical_Plant_Hat + - Group: SEASON_EVT_REWARD_12 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Shadow_Refine_Hammer + Rate: 3 + Announced: true + - Index: 1 + Item: Bloody_Dead_Branch + Rate: 10 + Announced: true + - Index: 2 + Item: C_Pure_Love_Muffler + Rate: 50 + - Index: 3 + Item: C_SnowFlake_Tiara + Rate: 50 + - Index: 4 + Item: C_Let_It_Snow + Rate: 50 + - Index: 5 + Item: Comp_Almighty + Rate: 300 + - Index: 6 + Item: Comp_Power_Booster + Rate: 300 + - Index: 7 + Item: E_Small_Life_Potion + Rate: 300 + Amount: 3 + - Index: 8 + Item: E_Med_Life_Potion + Rate: 300 + Amount: 3 + - Index: 9 + Item: Flora_Cookie + Rate: 1600 + Amount: 2 + - Index: 10 + Item: Festi_Cookie + Rate: 1600 + Amount: 2 + - Index: 11 + Item: Winter_Cookie + Rate: 1600 + Amount: 2 + - Index: 12 + Item: Snow_Cookie + Rate: 1600 + Amount: 2 + - Index: 13 + Item: Ice_Candy + Rate: 2137 + Amount: 3 + - Index: 14 + Item: C_Crushed_Snow_Man + Rate: 50 + - Index: 15 + Item: aegis_400373 + Rate: 50 + - Group: SECURITY_CAMPAIGN_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: World_Tour_Ticket + Amount: 30 + - Index: 1 + Item: EXP_Drop_Up_1day + - Index: 2 + Item: Motp_Potion + Amount: 10 + - Group: HERO_HAMMER_PACKAGE_6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Mana_Potion + Amount: 50 + - Index: 1 + Item: M_DEFScroll + Amount: 300 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Hero_Weapon_Hammer_6 + - Group: HERO_UP_PACKAGE_6 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Mana_Potion + Amount: 175 + - Index: 1 + Item: M_DEFScroll + Amount: 300 + - Index: 2 + Item: Mysterious_Water + Amount: 200 + - Index: 3 + Item: Small_Life_Potion + Amount: 200 + - Index: 4 + Item: Med_Life_Potion + Amount: 200 + - Index: 5 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 6 + Item: Hero_Weapon_Up_Box_6 + - Group: HERO_TOKEN_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Hero_Token_AG + Rate: 10 + - Index: 1 + Item: Hero_Token_WH + Rate: 10 + - Index: 2 + Item: Hero_Token_IG + Rate: 10 + - Index: 3 + Item: Hero_Token_CD + Rate: 10 + - Index: 4 + Item: Hero_Token_SHC + Rate: 10 + - Index: 5 + Item: Hero_Token_ABC + Rate: 10 + - Index: 6 + Item: Hero_Token_DK + Rate: 10 + - Index: 7 + Item: Hero_Token_BO + Rate: 10 + - Index: 8 + Item: Hero_Token_EM + Rate: 10 + - Index: 9 + Item: Hero_Token_TR + Rate: 10 + - Index: 10 + Item: Hero_Token_MT + Rate: 10 + - Index: 11 + Item: Hero_Token_IQ + Rate: 10 + - Index: 12 + Item: Hero_Token_SS + Rate: 10 + - Index: 13 + Item: Hero_Token_NW + Rate: 10 + - Index: 14 + Item: Hero_Token_SOA + Rate: 10 + - Index: 15 + Item: Hero_Token_SKE + Rate: 10 + - Index: 16 + Item: Hero_Token_SH + Rate: 10 + - Index: 17 + Item: aegis_490220 + Rate: 10 + - Group: JANUARYGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_EXP_Drop_Up_7days + - Index: 1 + Item: World_Tour_Ticket + Amount: 5 + - Group: FEBRUARYGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Comp_Neuralizer + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: MARCHGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: K_Secret_Key + Amount: 5 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: APRILGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evt_Cos_Coin + Amount: 5 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: MAYGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Blacksmith_Blessing + Amount: 2 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: JUNEGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Inventory_Ex_Evt + Amount: 4 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: JULYGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual100 + Amount: 3 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: AUGUSTGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: K_Secret_Key + Amount: 5 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: SEPTEMBERGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_EXP_Drop_Up_7days + Amount: 2 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: OCTOBERGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual100 + Amount: 3 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: NOVEMBERGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Blacksmith_Blessing + Amount: 2 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: DECEMBERGIFTBOX_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: K_Secret_Key + Amount: 5 + - Index: 1 + Item: World_Tour_Ticket + Amount: 10 + - Group: SEASON_EVT_REWARD_1 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_bullhead + Rate: 100 + - Index: 1 + Item: M_Dimension_Essence + Rate: 5 + - Index: 2 + Item: Magic_Card_Album + Rate: 200 + - Index: 3 + Item: Old_Card_Album + Rate: 200 + - Index: 4 + Item: EVT_JAN02KR + Rate: 500 + - Index: 5 + Item: C_Nut_Cracker + Rate: 500 + - Index: 6 + Item: BraisedShortRibs + Rate: 1000 + - Index: 7 + Item: BraisedSpareribs + Rate: 1000 + - Index: 8 + Item: 2009_Rice_Cake_Soup + Rate: 800 + - Index: 9 + Item: Octupus_Leg + Rate: 875 + - Index: 10 + Item: Choco_Tteokguk + Rate: 3520 + - Index: 11 + Item: Comp_Power_Booster + Rate: 300 + - Index: 12 + Item: Comp_Almighty + Rate: 300 + - Index: 13 + Item: E_Small_Life_Potion + Rate: 300 + Amount: 3 + - Index: 14 + Item: E_Med_Life_Potion + Rate: 300 + Amount: 3 + - Index: 15 + Item: C_HwaHoJumJung + Rate: 100 + - Group: 2021_WINTER_EVENT_BOX1 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_Filir_Bag + Rate: 34 + - Index: 1 + Item: C_Silky_Long_SV + Rate: 33 + - Index: 2 + Item: C_Full_Bloom_Hp_Blue + Rate: 33 + - Group: 2021_WINTER_EVENT_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Filir_Bag + - Index: 1 + Item: C_Silky_Long_SV + - Index: 2 + Item: C_Full_Bloom_Hp_Blue + - Group: ICE_F_STONE_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Ice_F_Stone_Str + Rate: 500 + - Index: 1 + Item: Ice_F_Stone_Dex + Rate: 500 + - Index: 2 + Item: Ice_F_Stone_Agi + Rate: 500 + - Index: 3 + Item: Ice_F_Stone_Int + Rate: 500 + - Index: 4 + Item: Ice_F_Stone_Vit + Rate: 500 + - Index: 5 + Item: Ice_F_Stone_luk + Rate: 500 + - Index: 6 + Item: Ice_F_Stone_Def + Rate: 500 + - Index: 7 + Item: Ice_F_Stone_Mdef + Rate: 500 + - Index: 8 + Item: Ice_F_Stone_Ran + Rate: 125 + - Index: 9 + Item: Ice_F_Stone_War + Rate: 125 + - Index: 10 + Item: Ice_F_Stone_Mag + Rate: 125 + - Index: 11 + Item: Ice_F_Stone_R_Reject + Rate: 75 + - Index: 12 + Item: Ice_F_Stone_Force + Rate: 75 + - Index: 13 + Item: Ice_F_Stone_S_Delay + Rate: 75 + - Index: 14 + Item: Ice_F_Stone_Skill_1 + Rate: 50 + - Index: 15 + Item: Ice_F_Stone_Skill_2 + Rate: 50 + - Index: 16 + Item: Ice_F_Stone_Skill_3 + Rate: 50 + - Index: 17 + Item: Ice_F_Stone_Skill_4 + Rate: 50 + - Index: 18 + Item: Ice_F_Stone_Skill_5 + Rate: 50 + - Index: 19 + Item: Ice_F_Stone_Skill_6 + Rate: 50 + - Index: 20 + Item: Ice_F_Stone_Skill_7 + Rate: 50 + - Index: 21 + Item: Ice_F_Stone_Skill_8 + Rate: 50 + - Index: 22 + Item: Ice_F_Stone_Skill_9 + Rate: 50 + - Index: 23 + Item: Ice_F_Stone_Skill_10 + Rate: 50 + - Index: 24 + Item: Ice_F_Stone_Skill_11 + Rate: 50 + - Index: 25 + Item: Ice_F_Stone_Skill_12 + Rate: 50 + - Index: 26 + Item: Ice_F_Stone_Skill_13 + Rate: 50 + - Index: 27 + Item: Ice_F_Stone_Skill_14 + Rate: 50 + - Index: 28 + Item: Ice_F_Stone_Skill_15 + Rate: 50 + - Index: 29 + Item: Ice_F_Stone_Skill_16 + Rate: 50 + - Index: 30 + Item: Ice_F_Stone_Skill_17 + Rate: 50 + - Index: 31 + Item: Ice_F_Stone_Skill_18 + Rate: 50 + - Index: 32 + Item: Ice_F_Stone_Skill_19 + Rate: 50 + - Index: 33 + Item: Ice_F_Stone_Skill_20 + Rate: 50 + - Index: 34 + Item: Ice_F_Stone_Skill_21 + Rate: 50 + - Index: 35 + Item: Ice_F_Stone_Skill_22 + Rate: 50 + - Index: 36 + Item: Ice_F_Stone_Skill_23 + Rate: 50 + - Index: 37 + Item: Ice_F_Stone_Skill_24 + Rate: 50 + - Index: 38 + Item: Ice_F_Stone_Skill_25 + Rate: 50 + - Index: 39 + Item: Ice_F_Stone_Skill_26 + Rate: 50 + - Index: 40 + Item: Ice_F_Stone_Skill_27 + Rate: 50 + - Index: 41 + Item: Ice_F_Stone_Skill_28 + Rate: 50 + - Index: 42 + Item: Ice_F_Stone_Skill_29 + Rate: 50 + - Index: 43 + Item: Ice_F_Stone_Skill_30 + Rate: 50 + - Index: 44 + Item: Ice_F_Stone_Skill_31 + Rate: 50 + - Index: 45 + Item: Ice_F_Stone_Skill_32 + Rate: 50 + - Index: 46 + Item: Ice_F_Stone_Skill_33 + Rate: 50 + - Index: 47 + Item: Ice_F_Stone_Skill_34 + Rate: 50 + - Index: 48 + Item: Ice_F_Stone_Skill_35 + Rate: 50 + - Index: 49 + Item: Ice_F_Stone_Skill_36 + Rate: 50 + - Index: 50 + Item: Ice_F_Stone_Skill_37 + Rate: 50 + - Index: 51 + Item: Ice_F_Stone_Skill_38 + Rate: 50 + - Index: 52 + Item: Ice_F_Stone_Skill_39 + Rate: 50 + - Index: 53 + Item: Ice_F_Stone_Skill_40 + Rate: 50 + - Index: 54 + Item: Ice_F_Stone_Skill_41 + Rate: 50 + - Index: 55 + Item: Ice_F_Stone_Skill_42 + Rate: 50 + - Index: 56 + Item: Ice_F_Stone_Skill_43 + Rate: 50 + - Index: 57 + Item: Ice_F_Stone_Skill_44 + Rate: 50 + - Index: 58 + Item: Ice_F_Stone_Skill_45 + Rate: 50 + - Index: 59 + Item: Ice_F_Stone_Skill_46 + Rate: 50 + - Index: 60 + Item: Ice_F_Stone_Skill_47 + Rate: 50 + - Index: 61 + Item: Ice_F_Stone_Skill_48 + Rate: 50 + - Index: 62 + Item: Ice_F_Stone_Skill_49 + Rate: 50 + - Index: 63 + Item: Ice_F_Stone_Skill_50 + Rate: 50 + - Index: 64 + Item: Ice_F_Stone_Skill_51 + Rate: 50 + - Index: 65 + Item: Ice_F_Stone_Skill_52 + Rate: 50 + - Index: 66 + Item: Ice_F_Stone_Skill_53 + Rate: 50 + - Index: 67 + Item: Ice_F_Stone_Skill_54 + Rate: 50 + - Index: 68 + Item: Ice_F_Stone_Speed + Rate: 75 + - Index: 69 + Item: Ice_F_Stone_Caster + Rate: 75 + - Index: 70 + Item: Ice_F_Stone_Critical + Rate: 75 + - Index: 71 + Item: Ice_F_Stone_Guide + Rate: 75 + - Index: 72 + Item: Ice_F_Stone_Above + Rate: 50 + - Index: 73 + Item: Ice_F_Stone_P_Full + Rate: 50 + - Index: 74 + Item: Ice_F_Stone_M_Counter + Rate: 50 + - Index: 75 + Item: Ice_F_Stone_Hp + Rate: 250 + - Index: 76 + Item: Ice_F_Stone_Sp + Rate: 250 + - Index: 77 + Item: Ice_F_Stone_Heal + Rate: 250 + - Index: 78 + Item: Ice_F_Stone_Robust + Rate: 100 + - Index: 79 + Item: Ice_F_Stone_F_Cast + Rate: 50 + - Index: 80 + Item: Ice_F_Stone_M_F + Rate: 50 + - Index: 81 + Item: Ice_F_Stone_P_F + Rate: 50 + - Index: 82 + Item: Ice_F_Stone_Un_Vit + Rate: 50 + - Index: 83 + Item: Ice_F_Stone_Sp_Int + Rate: 50 + - Index: 84 + Item: Ice_F_Stone_Fi_Dex + Rate: 50 + - Index: 85 + Item: Ice_F_Stone_Ov_Str + Rate: 50 + - Index: 86 + Item: Ice_F_Stone_Fa_Agi + Rate: 50 + - Index: 87 + Item: Ice_F_Stone_Lu_Luk + Rate: 50 + - Index: 88 + Item: Ice_F_Stone_A_Delay + Rate: 100 + - Index: 89 + Item: Ice_F_Stone_E_Archer + Rate: 100 + - Index: 90 + Item: Ice_F_Stone_Fatal + Rate: 100 + - Index: 91 + Item: Ice_F_Stone_F_Spirit + Rate: 100 + - Index: 92 + Item: Ice_F_Stone_Spell + Rate: 100 + - Index: 93 + Item: Ice_F_Stone_HealHP + Rate: 100 + - Index: 94 + Item: Ice_F_Stone_HealSP + Rate: 100 + - Index: 95 + Item: Ice_F_Stone_Life + Rate: 50 + - Index: 96 + Item: Ice_F_Stone_Soul + Rate: 50 + - Index: 97 + Item: Ice_F_Stone_M_Heal + Rate: 50 + - Index: 98 + Item: Ice_F_Stone_M_Soul + Rate: 50 + - Index: 99 + Item: Ice_F_Stone_A_Force + Rate: 50 + - Group: BS_MAKING_S + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Bs_Item_M_S_2 + Rate: 300 + - Index: 1 + Item: Bs_Item_M_S_8 + Rate: 300 + - Index: 2 + Item: Bs_Item_M_S_10 + Rate: 300 + - Index: 3 + Item: Bs_Item_M_S_11 + Rate: 300 + - Index: 4 + Item: Bs_Item_M_S_34 + Rate: 300 + - Index: 5 + Item: Bs_Item_M_S_41 + Rate: 300 + - Index: 6 + Item: Bs_Item_M_S_42 + Rate: 300 + - Index: 7 + Item: Bs_Item_M_S_43 + Rate: 300 + - Index: 8 + Item: Bs_Item_M_S_44 + Rate: 300 + - Index: 9 + Item: Bs_Sha_M_S_1 + Rate: 300 + - Index: 10 + Item: Bs_Sha_M_S_17 + Rate: 300 + - Index: 11 + Item: Bs_Sha_M_S_18 + Rate: 300 + - Index: 12 + Item: Bs_Sha_M_S_19 + Rate: 300 + - Index: 13 + Item: Bs_Sha_M_S_20 + Rate: 300 + - Index: 14 + Item: Bs_Item_M_S_4 + Rate: 125 + - Index: 15 + Item: Bs_Item_M_S_6 + Rate: 125 + - Index: 16 + Item: Bs_Item_M_S_7 + Rate: 125 + - Index: 17 + Item: Bs_Item_M_S_12 + Rate: 125 + - Index: 18 + Item: Bs_Item_M_S_13 + Rate: 125 + - Index: 19 + Item: Bs_Item_M_S_15 + Rate: 125 + - Index: 20 + Item: Bs_Item_M_S_28 + Rate: 125 + - Index: 21 + Item: Bs_Item_M_S_29 + Rate: 125 + - Index: 22 + Item: Bs_Item_M_S_31 + Rate: 125 + - Index: 23 + Item: Bs_Item_M_S_32 + Rate: 125 + - Index: 24 + Item: Bs_Item_M_S_33 + Rate: 125 + - Index: 25 + Item: Bs_Item_M_S_36 + Rate: 125 + - Index: 26 + Item: Bs_Item_M_S_37 + Rate: 125 + - Index: 27 + Item: Bs_Item_M_S_38 + Rate: 125 + - Index: 28 + Item: Bs_Item_M_S_39 + Rate: 125 + - Index: 29 + Item: Bs_Item_M_S_40 + Rate: 125 + - Index: 30 + Item: Bs_Item_M_S_45 + Rate: 125 + - Index: 31 + Item: Bs_Item_M_S_46 + Rate: 125 + - Index: 32 + Item: Bs_Item_M_S_47 + Rate: 125 + - Index: 33 + Item: Bs_Item_M_S_48 + Rate: 125 + - Index: 34 + Item: Bs_Item_M_S_49 + Rate: 125 + - Index: 35 + Item: Bs_Item_M_S_50 + Rate: 125 + - Index: 36 + Item: Bs_Item_M_S_51 + Rate: 125 + - Index: 37 + Item: Bs_Sha_M_S_2 + Rate: 125 + - Index: 38 + Item: Bs_Sha_M_S_5 + Rate: 125 + - Index: 39 + Item: Bs_Sha_M_S_6 + Rate: 125 + - Index: 40 + Item: Bs_Sha_M_S_7 + Rate: 125 + - Index: 41 + Item: Bs_Sha_M_S_8 + Rate: 125 + - Index: 42 + Item: Bs_Sha_M_S_13 + Rate: 125 + - Index: 43 + Item: Bs_Sha_M_S_15 + Rate: 125 + - Index: 44 + Item: Bs_Sha_M_S_16 + Rate: 125 + - Index: 45 + Item: Bs_Sha_M_S_23 + Rate: 125 + - Index: 46 + Item: Bs_Item_M_S_5 + Rate: 63 + - Index: 47 + Item: Bs_Item_M_S_9 + Rate: 63 + - Index: 48 + Item: Bs_Item_M_S_14 + Rate: 63 + - Index: 49 + Item: Bs_Item_M_S_16 + Rate: 63 + - Index: 50 + Item: Bs_Item_M_S_17 + Rate: 63 + - Index: 51 + Item: Bs_Item_M_S_19 + Rate: 63 + - Index: 52 + Item: Bs_Item_M_S_27 + Rate: 63 + - Index: 53 + Item: Bs_Item_M_S_35 + Rate: 63 + - Index: 54 + Item: Bs_Sha_M_S_9 + Rate: 63 + - Index: 55 + Item: Bs_Sha_M_S_10 + Rate: 63 + - Index: 56 + Item: Bs_Sha_M_S_11 + Rate: 63 + - Index: 57 + Item: Bs_Sha_M_S_21 + Rate: 63 + - Index: 58 + Item: Bs_Sha_M_S_24 + Rate: 63 + - Index: 59 + Item: Bs_Sha_M_S_25 + Rate: 63 + - Index: 60 + Item: Bs_Sha_M_S_22 + Rate: 63 + - Index: 61 + Item: Bs_Item_M_S_1 + Rate: 30 + - Index: 62 + Item: Bs_Item_M_S_3 + Rate: 30 + - Index: 63 + Item: Bs_Item_M_S_18 + Rate: 30 + - Index: 64 + Item: Bs_Item_M_S_20 + Rate: 30 + - Index: 65 + Item: Bs_Item_M_S_21 + Rate: 30 + - Index: 66 + Item: Bs_Item_M_S_22 + Rate: 30 + - Index: 67 + Item: Bs_Item_M_S_23 + Rate: 30 + - Index: 68 + Item: Bs_Item_M_S_24 + Rate: 30 + - Index: 69 + Item: Bs_Item_M_S_25 + Rate: 30 + - Index: 70 + Item: Bs_Item_M_S_26 + Rate: 30 + - Index: 71 + Item: Bs_Item_M_S_30 + Rate: 30 + - Index: 72 + Item: Bs_Sha_M_S_3 + Rate: 30 + - Index: 73 + Item: Bs_Sha_M_S_4 + Rate: 30 + - Index: 74 + Item: Bs_Sha_M_S_12 + Rate: 30 + - Index: 75 + Item: Bs_Sha_M_S_14 + Rate: 30 + - Index: 76 + Item: Bs_Item_M_S_52 + Rate: 110 + - Index: 77 + Item: Bs_Item_M_S_53 + Rate: 110 + - Index: 78 + Item: Bs_Item_M_S_54 + Rate: 33 + - Index: 79 + Item: Bs_Item_M_S_55 + Rate: 33 + - Index: 80 + Item: Bs_Item_M_S_56 + Rate: 14 + - Index: 81 + Item: Bs_Item_M_S_57 + Rate: 15 + - Index: 82 + Item: Bs_Item_M_S_58 + Rate: 15 + - Index: 83 + Item: Bs_Item_M_S_59 + Rate: 15 + - Index: 84 + Item: Bs_Item_M_S_60 + Rate: 15 + - Index: 85 + Item: Bs_Item_M_S_61 + Rate: 15 + - Index: 86 + Item: Bs_Item_M_S_62 + Rate: 15 + - Index: 87 + Item: Bs_Item_M_S_63 + Rate: 15 + - Group: MONTHLY_PACKAGE_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: K_Secret_Key + Amount: 5 + - Index: 4 + Item: Blacksmith_Blessing + Amount: 2 + - Index: 5 + Item: Cachua_Coupon + Amount: 10 + - Group: MONTHLY_PACKAGE_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: K_Secret_Key + Amount: 10 + - Index: 4 + Item: Blacksmith_Blessing + Amount: 4 + - Index: 5 + Item: Cachua_Coupon + Amount: 20 + - Index: 6 + Item: Infinity_Drink + Amount: 33 + UniqueId: true + - Index: 7 + Item: Almighty + Amount: 33 + UniqueId: true + - Index: 8 + Item: Limit_Power_Booster + Amount: 34 + UniqueId: true + - Group: MONTHLY_PACKAGE_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 200 + UniqueId: true + - Index: 1 + Item: Med_Life_Potion + Amount: 200 + UniqueId: true + - Index: 2 + Item: Mysterious_Water + Amount: 200 + UniqueId: true + - Index: 3 + Item: K_Secret_Key + Amount: 15 + - Index: 4 + Item: Blacksmith_Blessing + Amount: 6 + - Index: 5 + Item: Cachua_Coupon + Amount: 30 + - Index: 6 + Item: Infinity_Drink + Amount: 33 + UniqueId: true + - Index: 7 + Item: Almighty + Amount: 33 + UniqueId: true + - Index: 8 + Item: Limit_Power_Booster + Amount: 34 + UniqueId: true + - Index: 9 + Item: Small_Mana_Potion + Amount: 50 + UniqueId: true + - Index: 10 + Item: M_DEFScroll + Amount: 300 + UniqueId: true + - Group: MONTHLY_BUFF_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 6 + - Index: 1 + Item: Premium_Box + - Index: 2 + Item: EXP_Drop_Up_7days + - Index: 3 + Item: K_Secret_Key + Amount: 10 + - Group: MONTHLY_BATTLE_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 12 + UniqueId: true + - Index: 1 + Item: Mental_Potion + Amount: 8 + UniqueId: true + - Index: 2 + Item: K_Secret_Key + Amount: 10 + - Group: MD_AIRBOAT_EXPBOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: MD_Airboat_Bexp + Rate: 10000 + Amount: 10 + - Group: ENCHANT_TICKET_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enchant_Ticket + Amount: 3 + - Group: FAN_GREED_1HOUR_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Greed_Scroll + Duration: 60 + UniqueId: true + - Group: KAKAO_PLUS_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_KAKAO_Sky_Hat + - Index: 1 + Item: Kr_B_Special01 + - Index: 2 + Item: E_Life_Potion_Pack + - Index: 3 + Item: E_DEF_Scroll_Box + - Index: 4 + Item: C_Wing_Of_Fly_3Day_B__ + Duration: 20160 + - Group: COSTUMEMILEPACK_27_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: aegis_101416 + Amount: 3 + - Group: COSTUMEMILEPACK_27_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: aegis_101416 + Amount: 5 + - Group: COSTUMEMILEPACK_27_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: aegis_101416 + Amount: 10 + - Group: P_BOOSTER230_GIFT + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_Cons_Of_Light_Dark + Rate: 100 + - Index: 1 + Item: C_Seraphim_Wing_TW + Rate: 1000 + - Index: 2 + Item: C_Wing_Of_Angel_Move_RD + Rate: 250 + - Index: 3 + Item: C_Wing_Of_Angel_Move + Rate: 250 + - Index: 4 + Item: C_Wing_Of_Angel_Move_BK + Rate: 250 + - Index: 5 + Item: C_Wing_Of_Angel_Move_GD + Rate: 250 + - Index: 6 + Item: C_Twinkle_Twin_B + Rate: 700 + - Index: 7 + Item: C_Long_Wave_BD + Rate: 700 + - Index: 8 + Item: C_Long_Wave_SV + Rate: 700 + - Index: 9 + Item: C_Fluffy_Semi_Long_SV + Rate: 700 + - Index: 10 + Item: C_Miyabi_Long_Hair_LPP + Rate: 700 + - Index: 11 + Item: C_Miyabi_Long_Hair + Rate: 700 + - Index: 12 + Item: C_Fairy_Long_CB + Rate: 700 + - Index: 13 + Item: C_Airy_Two_Side_Up_BD + Rate: 1000 + - Index: 14 + Item: C_Notation_Hairband + Rate: 1000 + - Index: 15 + Item: C_Clinging_Doram_2 + Rate: 1000 + - Group: BOOSTER230_GIFT + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: C_Wing_Of_Angel_Move_RD + Rate: 50 + - Index: 1 + Item: C_Twinkle_Twin_B + Rate: 50 + - Index: 2 + Item: C_Notation_Hairband + Rate: 50 + - Index: 3 + Item: C_Clinging_Doram_2 + Rate: 50 + - Index: 4 + Item: C_Love_Guard + Rate: 50 + - Index: 5 + Item: C_Long_Ribbon + Rate: 50 + - Index: 6 + Item: C_Isabella_Brown_Ear + Rate: 50 + - Index: 7 + Item: C_Drops_Muffler + Rate: 50 + - Index: 8 + Item: C_Eremes_Scarf_BU + Rate: 50 + - Index: 9 + Item: C_ZombieMask + Rate: 50 + - Index: 10 + Item: C_Suit_Sollar + Rate: 50 + - Index: 11 + Item: C_Lovely_Ribbon_Hair + Rate: 50 + - Index: 12 + Item: C_Nobility_Hat + Rate: 50 + - Index: 13 + Item: C_Bubble_A_Angel_H + Rate: 50 + - Index: 14 + Item: C_Mob_Scarf + Rate: 50 + - Index: 15 + Item: C_Garden_Of_Eden + Rate: 50 + - Index: 16 + Item: C_Fluffy_Angel_Cape + Rate: 50 + - Index: 17 + Item: C_VesperHeadGear + Rate: 50 + - Index: 18 + Item: C_Adv_Whisper_Mask_J + Rate: 50 + - Index: 19 + Item: C_Male_Poring_Earmuff + Rate: 50 + - Index: 20 + Item: C_Leopard_Ear_Hat + Rate: 50 + - Index: 21 + Item: C_Misty_Ears + Rate: 50 + - Index: 22 + Item: C_Mech_Feather_Hairband + Rate: 50 + - Group: BOOSTER_CALL_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Booster_Call + - Index: 1 + Item: Booster_Pack_1 + - Index: 2 + Item: Booster_Hat_Box + - Index: 3 + Item: Booster_Back_Box + - Index: 4 + Item: Reset_Stat_Ticket + Amount: 5 + - Index: 5 + Item: Reset_Skill_Ticket + Amount: 5 + - Group: E_BOARDING_HALTER_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Boarding_Halter + - Group: VIVA_ADUL_HAT_BOX_11 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Viva_Adul_Hat_WL1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 1 + Item: Viva_Adul_Hat_WL2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 2 + Item: Viva_Adul_Hat_SR1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 3 + Item: Viva_Adul_Hat_SR2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 4 + Item: Viva_Adul_Hat_AB1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 5 + Item: Viva_Adul_Hat_AB2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 6 + Item: Viva_Adul_Hat_SC1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 7 + Item: Viva_Adul_Hat_SC2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 8 + Item: Viva_Adul_Hat_RA1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 9 + Item: Viva_Adul_Hat_RA2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 10 + Item: Viva_Adul_Hat_LG1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 11 + Item: Viva_Adul_Hat_LG2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 12 + Item: Viva_Adul_Hat_GC1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 13 + Item: Viva_Adul_Hat_GC2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 14 + Item: Viva_Adul_Hat_SO1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 15 + Item: Viva_Adul_Hat_SO2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 16 + Item: Viva_Adul_Hat_RK1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 17 + Item: Viva_Adul_Hat_RK2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 18 + Item: Viva_Adul_Hat_WM1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 19 + Item: Viva_Adul_Hat_WM2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 20 + Item: Viva_Adul_Hat_NC1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 21 + Item: Viva_Adul_Hat_NC2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 22 + Item: Viva_Adul_Hat_GN1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 23 + Item: Viva_Adul_Hat_GN2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 24 + Item: Viva_Adul_Hat_KO1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 25 + Item: Viva_Adul_Hat_KO2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 26 + Item: Viva_Adul_Hat_RL1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 27 + Item: Viva_Adul_Hat_RL2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 28 + Item: Viva_Adul_Hat_SP1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 29 + Item: Viva_Adul_Hat_SP2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 30 + Item: Viva_Adul_Hat_SJ1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 31 + Item: Viva_Adul_Hat_SJ2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 32 + Item: Viva_Adul_Hat_SU1 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 33 + Item: Viva_Adul_Hat_SU2 + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Group: EVT_MAKINGMATERIALS_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Death_Barmund_Rune + Rate: 1250 + - Index: 1 + Item: Ice_Barmund_Rune + Rate: 1250 + - Index: 2 + Item: Flame_Barmund_Rune + Rate: 1250 + - Index: 3 + Item: Plain_Barmund_Rune + Rate: 1250 + - Index: 4 + Item: Spell_Of_Time + Rate: 1250 + - Index: 5 + Item: Gray_Shard + Rate: 1250 + Amount: 10 + - Index: 6 + Item: ClockTower_Gear + Rate: 1250 + Amount: 10 + - Index: 7 + Item: Pieces_Of_Grudge + Rate: 1250 + Amount: 10 + - Group: LI_NYANGVINE_BOX1_28 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_101675 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_28 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_101675 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_28 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_101675 + Amount: 10 + - Group: EVT_20TH_WHITEGOLD + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evt_20th_Letter + Amount: 3 + - Index: 1 + Item: Shadow_Hammer_Box_3 + - Index: 2 + Item: Kr_B_Special01 + Amount: 3 + - Index: 3 + Item: Enchant_Ticket + - Index: 4 + Item: Blacksmith_Bless_Box_3 + - Index: 5 + Item: Pet_Coin + Amount: 50 + - Group: EVT_20TH_GOLD + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evt_20th_Letter + Amount: 2 + - Index: 1 + Item: Shadow_Refine_Hammer + - Index: 2 + Item: Kr_B_Special01 + - Index: 3 + Item: Blacksmith_Blessing + - Index: 4 + Item: Pet_Coin + Amount: 30 + - Group: EVT_20TH_SILVER + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Evt_20th_Letter + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: Shadow_R_M_Box_ + Amount: 6 + - Index: 3 + Item: Pet_Coin + Amount: 20 + - Group: EVT_20TH_BRONZE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual100 + - Index: 1 + Item: Shadow_R_M_Box_ + Amount: 2 + - Index: 2 + Item: Pet_Coin + Amount: 10 + - Group: EVT_20TH_RETURN + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Infinity_Drink + Amount: 20 + - Index: 1 + Item: Comp_Power_Booster + Amount: 20 + - Index: 2 + Item: Comp_Almighty + Amount: 20 + - Index: 3 + Item: Comp_Small_Mana_Potion + Amount: 20 + - Group: EVT_20TH_RETURN2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: K_Secret_Key + Amount: 5 + - Index: 1 + Item: E_Infinity_Drink + Amount: 30 + - Index: 2 + Item: Comp_Power_Booster + Amount: 30 + - Index: 3 + Item: Comp_Almighty + Amount: 30 + - Index: 4 + Item: Comp_Small_Mana_Potion + Amount: 30 + - Index: 5 + Item: Comp_Neuralizer + - Group: E_CLOTH_DYE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Clothing_Dye_Coupon + - Index: 1 + Item: Clothing_Dye_Coupon2 + - Group: PLAIN_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Plain_Barmund_Rune2 + Amount: 5 + - Group: FLAME_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Flame_Barmund_Rune2 + Amount: 5 + - Group: ICE_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ice_Barmund_Rune2 + Amount: 5 + - Group: DEATH_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Death_Barmund_Rune2 + Amount: 5 + - Group: RO_FESTIVAL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Melody_Wing + - Index: 1 + Item: Kr_B_Special01 + - Index: 2 + Item: E_Life_Potion_Pack + - Index: 3 + Item: E_DEF_Scroll_Box + - Index: 4 + Item: C_Wing_Of_Fly_3Day_B__ + Duration: 20160 + - Group: SERVICE1_M_01_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_M_01_Call + Duration: 1440 + - Group: SERVICE1_M_05_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_M_01_Call + Duration: 7200 + - Group: SERVICE1_M_07_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_M_01_Call + Duration: 10080 + - Group: SERVICE1_M_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_M_01_Call + Duration: 14400 + - Group: SERVICE1P_M_01_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_M_01_Call + Duration: 1440 + - Group: SERVICE1P_M_05_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_M_01_Call + Duration: 7200 + - Group: SERVICE1P_M_07_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_M_01_Call + Duration: 10080 + - Group: SERVICE1P_M_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_M_01_Call + Duration: 14400 + - Group: SERVICE1_F_01_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_F_01_Call + Duration: 1440 + - Group: SERVICE1_F_05_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_F_01_Call + Duration: 7200 + - Group: SERVICE1_F_07_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_F_01_Call + Duration: 10080 + - Group: SERVICE1_F_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30_F_01_Call + Duration: 14400 + - Group: SERVICE1P_F_01_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_F_01_Call + Duration: 1440 + - Group: SERVICE1P_F_05_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_F_01_Call + Duration: 7200 + - Group: SERVICE1P_F_07_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_F_01_Call + Duration: 10080 + - Group: SERVICE1P_F_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Service30P_F_01_Call + Duration: 14400 + - Group: R_BEARERS_EARRING_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_R_Bearers_Earring + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_R_Bearers_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_R_Bearers_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_R_Bearers_Earring + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: R_BEARERS_PENDANT_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_R_Bearers_Pendant + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_R_Bearers_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_R_Bearers_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_R_Bearers_Pendant + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: R_BEARERS_ARMOR_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_R_Bearers_Armor + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_R_Bearers_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_R_Bearers_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_R_Bearers_Armor + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: R_BEARERS_SHOES_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_R_Bearers_Shoes + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_R_Bearers_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_R_Bearers_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_R_Bearers_Shoes + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: HASTY_WEAPON_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_Hasty_Weapon + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Hasty_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Hasty_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Hasty_Weapon + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: HASTY_SHIELD_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_Hasty_Shield + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Hasty_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Hasty_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Hasty_Shield + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: S_RELOAD_SHIELD_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_S_Reload_Shield + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_S_Reload_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_S_Reload_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_S_Reload_Shield + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: RO_ARENA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Star_Eyepatch + - Index: 1 + Item: Kr_B_Special07 + - Index: 2 + Item: E_Life_Potion_Pack + - Index: 3 + Item: E_DEF_Scroll_Box + - Index: 4 + Item: C_Wing_Of_Fly_3Day_B__ + Duration: 20160 + - Group: RO_ARENA_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_Mysterious_Water + Amount: 10 + - Index: 1 + Item: E_Small_Life_Potion + Amount: 10 + - Index: 2 + Item: E_Med_Life_Potion + Amount: 10 + - Index: 3 + Item: Comp_Small_Mana_Potion + Amount: 10 + - Index: 4 + Item: Comp_M_DEFScroll + Amount: 10 + - Index: 5 + Item: Comp_Almighty + Amount: 10 + - Index: 6 + Item: Comp_Power_Booster + Amount: 10 + - Index: 7 + Item: E_Infinity_Drink + Amount: 10 + - Index: 8 + Item: Comp_Battle_Bubble + Amount: 3 + - Group: HEROSRIA_GIFT + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_Fire_Giant_Gold + Rate: 2 + Announced: true + - Index: 1 + Item: Dimmension_Jewel + Rate: 1 + Announced: true + - Index: 2 + Item: Dimmension_Jewelry + Rate: 1 + Announced: true + - Index: 3 + Item: Herosria_Jewel + Rate: 1 + Announced: true + - Index: 4 + Item: Dimmen_Jewel_Fragment + Rate: 10 + - Index: 5 + Item: Dimm_Jewelry_Fragment + Rate: 10 + - Index: 6 + Item: Herosria_Jewel_Fragment + Rate: 10 + - Index: 7 + Item: Under_Seal_D_Key + Rate: 10 + - Index: 8 + Item: Under_Seal_D_Padlock + Rate: 10 + - Index: 9 + Item: Under_Seal_D_keyring + Rate: 10 + - Index: 10 + Item: Heros_Gold_Bar + Rate: 100 + - Index: 11 + Item: Heros_Silver_Bar + Rate: 200 + - Index: 12 + Item: Heros_Copper_Bar + Rate: 300 + - Index: 13 + Item: Heros_Iron_Bar + Rate: 600 + - Index: 14 + Item: Heros_Ruby + Rate: 103 + - Index: 15 + Item: Heros_Topaz + Rate: 103 + - Index: 16 + Item: Heros_Sapphire + Rate: 103 + - Index: 17 + Item: Heros_Emerald + Rate: 103 + - Index: 18 + Item: Heros_Diamond + Rate: 103 + - Index: 19 + Item: Heros_White_H_Powder + Rate: 150 + Amount: 50 + - Index: 20 + Item: Heros_White_H_Powder + Rate: 250 + Amount: 30 + - Index: 21 + Item: Heros_White_H_Powder + Rate: 500 + Amount: 10 + - Index: 22 + Item: Heros_Blue_H_Powder + Rate: 200 + Amount: 50 + - Index: 23 + Item: Heros_Blue_H_Powder + Rate: 300 + Amount: 30 + - Index: 24 + Item: Heros_Blue_H_Powder + Rate: 600 + Amount: 10 + - Index: 25 + Item: Heros_Yellow_H_Powder + Rate: 350 + Amount: 50 + - Index: 26 + Item: Heros_Yellow_H_Powder + Rate: 450 + Amount: 30 + - Index: 27 + Item: Heros_Yellow_H_Powder + Rate: 900 + Amount: 10 + - Index: 28 + Item: Heros_Red_H_Powder + Rate: 500 + Amount: 50 + - Index: 29 + Item: Heros_Red_H_Powder + Rate: 600 + Amount: 30 + - Index: 30 + Item: Heros_Red_H_Powder + Rate: 1200 + Amount: 10 + - Index: 31 + Item: White_Gold_Bullion + Rate: 70 + Amount: 3 + - Index: 32 + Item: White_Gold_Bullion + Rate: 200 + Amount: 2 + - Index: 33 + Item: White_Gold_Bullion + Rate: 600 + - Index: 34 + Item: Gold_Bullion + Rate: 150 + Amount: 3 + - Index: 35 + Item: Gold_Bullion + Rate: 400 + Amount: 2 + - Index: 36 + Item: Gold_Bullion + Rate: 800 + - SubGroup: 1 + List: + - Index: 0 + Item: Heros_Gold_Bar + Rate: 30 + - Index: 1 + Item: Heros_Silver_Bar + Rate: 30 + - Index: 2 + Item: Heros_Copper_Bar + Rate: 30 + - Index: 3 + Item: Heros_Iron_Bar + Rate: 30 + - Index: 4 + Item: Heros_Gold_Ore + Rate: 150 + Amount: 7 + - Index: 5 + Item: Heros_Silver_Ore + Rate: 200 + Amount: 7 + - Index: 6 + Item: Heros_Copper_Ore + Rate: 250 + Amount: 7 + - Index: 7 + Item: Heros_Iron_Ore + Rate: 350 + Amount: 7 + - Index: 8 + Item: Heros_Gold_Ore + Rate: 200 + Amount: 5 + - Index: 9 + Item: Heros_Silver_Ore + Rate: 300 + Amount: 5 + - Index: 10 + Item: Heros_Copper_Ore + Rate: 400 + Amount: 5 + - Index: 11 + Item: Heros_Iron_Ore + Rate: 600 + Amount: 5 + - Index: 12 + Item: Heros_Gold_Ore + Rate: 800 + Amount: 3 + - Index: 13 + Item: Heros_Silver_Ore + Rate: 1100 + Amount: 3 + - Index: 14 + Item: Heros_Copper_Ore + Rate: 1400 + Amount: 3 + - Index: 15 + Item: Heros_Iron_Ore + Rate: 2900 + Amount: 3 + - Index: 16 + Item: White_Gold_Bullion + Rate: 415 + - Index: 17 + Item: Gold_Bullion + Rate: 815 + - SubGroup: 2 + List: + - Index: 0 + Item: Heros_Ruby + Rate: 30 + - Index: 1 + Item: Heros_Topaz + Rate: 30 + - Index: 2 + Item: Heros_Sapphire + Rate: 30 + - Index: 3 + Item: Heros_Emerald + Rate: 30 + - Index: 4 + Item: Heros_Diamond + Rate: 30 + - Index: 5 + Item: Heros_Ruby_Ore + Rate: 150 + Amount: 7 + - Index: 6 + Item: Heros_Topaz_Ore + Rate: 150 + Amount: 7 + - Index: 7 + Item: Heros_Sapphire_Ore + Rate: 150 + Amount: 7 + - Index: 8 + Item: Heros_Emerald_Ore + Rate: 150 + Amount: 7 + - Index: 9 + Item: Heros_Diamond_Ore + Rate: 150 + Amount: 7 + - Index: 10 + Item: Heros_Ruby_Ore + Rate: 300 + Amount: 5 + - Index: 11 + Item: Heros_Topaz_Ore + Rate: 300 + Amount: 5 + - Index: 12 + Item: Heros_Sapphire_Ore + Rate: 300 + Amount: 5 + - Index: 13 + Item: Heros_Emerald_Ore + Rate: 300 + Amount: 5 + - Index: 14 + Item: Heros_Diamond_Ore + Rate: 300 + Amount: 5 + - Index: 15 + Item: Heros_Ruby_Ore + Rate: 500 + Amount: 3 + - Index: 16 + Item: Heros_Topaz_Ore + Rate: 500 + Amount: 3 + - Index: 17 + Item: Heros_Sapphire_Ore + Rate: 500 + Amount: 3 + - Index: 18 + Item: Heros_Emerald_Ore + Rate: 500 + Amount: 3 + - Index: 19 + Item: Heros_Diamond_Ore + Rate: 500 + Amount: 3 + - Index: 20 + Item: Heros_Ruby_Ore + Rate: 800 + Amount: 2 + - Index: 21 + Item: Heros_Topaz_Ore + Rate: 800 + Amount: 2 + - Index: 22 + Item: Heros_Sapphire_Ore + Rate: 800 + Amount: 2 + - Index: 23 + Item: Heros_Emerald_Ore + Rate: 800 + Amount: 2 + - Index: 24 + Item: Heros_Diamond_Ore + Rate: 800 + Amount: 2 + - Index: 25 + Item: White_Gold_Bullion + Rate: 300 + - Index: 26 + Item: Gold_Bullion + Rate: 800 + - Group: MAUTOSPELL_EARRING_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_M_AutoSpell_Earring + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_AutoSpell_Earring + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_AutoSpell_Earring + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_AutoSpell_Earring + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: MAUTOSPELL_PENDANT_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_M_AutoSpell_Pendant + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_AutoSpell_Pendant + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_AutoSpell_Pendant + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_AutoSpell_Pendant + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: MAUTOSPELL_ARMOR_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_M_AutoSpell_Armor + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_AutoSpell_Armor + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_AutoSpell_Armor + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_AutoSpell_Armor + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: MAUTOSPELL_SHOES_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_M_AutoSpell_Shoes + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_AutoSpell_Shoes + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_M_AutoSpell_Shoes + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_M_AutoSpell_Shoes + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: INFINITY_WEAPON_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_Infinity_Weapon + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Infinity_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Infinity_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Infinity_Weapon + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: INFINITY_SHIELD_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_Infinity_Shield + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Infinity_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Infinity_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Infinity_Shield + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: VR_BOOK_EVENT + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: VR_Reading_Card + Rate: 320 + - Index: 1 + Item: VR_Bookmark + Rate: 320 + - Index: 2 + Item: VR_Navi_Sticker + Rate: 312 + - Index: 3 + Item: VR_Book_Tracker + Rate: 312 + - Index: 4 + Item: VR_Wristband + Rate: 312 + - Index: 5 + Item: VR_Metal_Cube + Rate: 312 + - Index: 6 + Item: VR_Heart_Cookie + Rate: 312 + - Index: 7 + Item: VR_Mini_Cannon_Kit + Rate: 312 + - Index: 8 + Item: VR_4leaf_Bookmark + Rate: 312 + - Index: 9 + Item: VR_Note_Pen + Rate: 312 + - Index: 10 + Item: VR_Knights_Badge + Rate: 312 + - Index: 11 + Item: VR_Orange_Chocolate + Rate: 312 + - Index: 12 + Item: VR_Tea_Set + Rate: 312 + - Index: 13 + Item: VR_Capitolina_Candy + Rate: 312 + - Index: 14 + Item: VR_Sealing_Bandage + Rate: 312 + - Index: 15 + Item: VR_Kntcmds_Portrait + Rate: 312 + - Index: 16 + Item: VR_Bloody_Sword + Rate: 312 + - Index: 17 + Item: VR_Old_Dagger + Rate: 312 + - Index: 18 + Item: VR_Abyss_Mirror + Rate: 312 + - Index: 19 + Item: VR_Fork_Spoon + Rate: 312 + - Index: 20 + Item: VR_Sloppy_Glasses + Rate: 312 + - Index: 21 + Item: VR_Old_Tie + Rate: 312 + - Index: 22 + Item: VR_Nyllems_Handmirror + Rate: 312 + - Index: 23 + Item: VR_Tiny_Jellopy + Rate: 312 + - Index: 24 + Item: VR_Bite_Apple + Rate: 312 + - Index: 25 + Item: VR_Clover_Ring + Rate: 312 + - Index: 26 + Item: VR_BlackTea_Tin + Rate: 312 + - Index: 27 + Item: VR_Candy_Pile + Rate: 312 + - Index: 28 + Item: aegis_1000998 + Rate: 312 + - Index: 29 + Item: VR_Stress_Jelly + Rate: 312 + - Index: 30 + Item: VR_Creatura_Doll + Rate: 312 + - Index: 31 + Item: aegis_1001071 + Rate: 312 + - Group: LI_NYANGVINE_BOX1_29 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_101876 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_29 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_101876 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_29 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_101876 + Amount: 10 + - Group: EXP_WEAPON_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_EXP_Weapon + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_EXP_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_EXP_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_EXP_Weapon + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: EXP_SHIELD_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_EXP_Shield + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_EXP_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_EXP_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_EXP_Shield + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: M_BLITZ_WEAPON_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_Mega_Blitz_Weapon + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Mega_Blitz_Weapon + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Mega_Blitz_Weapon + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Mega_Blitz_Weapon + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: M_BLITZ_SHIELD_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: S_Mega_Blitz_Shield + Rate: 40 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Mega_Blitz_Shield + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 2 + Item: S_Mega_Blitz_Shield + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 3 + Item: S_Mega_Blitz_Shield + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Group: CVT_WING_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Cvt_Magical_Wing + Rate: 10 + - Index: 1 + Item: Cvt_Physical_Wing + Rate: 10 + - Index: 2 + Item: aegis_480197 + Rate: 10 + - Group: TEMPLE_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Temple_Barmund_Rune2 + Amount: 5 + - Group: VENOM_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Venom_Barmund_Rune2 + Amount: 5 + - Group: SOUL_RUNE_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Soul_Barmund_Rune2 + Amount: 5 + - Group: CASH_BOOSTER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Booster_Call_Package + - Index: 1 + Item: Nyangvine_Fruit + Amount: 150 + - Index: 2 + Item: Almighty + Amount: 30 + - Index: 3 + Item: Limit_Power_Booster + Amount: 30 + - Index: 4 + Item: Infinity_Drink + Amount: 30 + - Group: A_BUBBLE_GUM_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: A_Bubble_Gum + Amount: 10 + - Group: COSTUMEMILEPACK_29_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: aegis_101876 + Amount: 3 + - Group: COSTUMEMILEPACK_29_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: aegis_101876 + Amount: 5 + - Group: COSTUMEMILEPACK_29_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: aegis_101876 + Amount: 10 + - Group: S_BEARERS_CUBE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_Bearers_Earring + - Index: 1 + Item: S_Bearers_Pendent + - Index: 2 + Item: S_Bearers_Armor + - Index: 3 + Item: S_Bearers_Weapon + - Index: 4 + Item: S_Bearers_Shoes + - Index: 5 + Item: S_Bearers_Shield + - Group: PENE_SET_CUBE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_Executioner_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_Exorcist_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 2 + Item: S_Hunting_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 3 + Item: S_Insect_Net_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: S_Fishing_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: S_Dragon_Killer_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: S_Corrupt_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: S_Vibration_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: S_Holy_Water_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: S_Scissors_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: S_Penetration_Earring + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: S_Penetration_Pendent + RefineMinimum: 9 + RefineMaximum: 9 + - Group: TEMP_SET_CUBE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: S_M_Executioner_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 1 + Item: S_M_Exorcist_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 2 + Item: S_M_Hunting_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 3 + Item: S_M_Insect_Net_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: S_M_Fishing_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: S_M_Dragon_K_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: S_M_Corrupt_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: S_M_Vibration_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: S_M_Holy_Water_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: S_M_Scissors_Weapon + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: S_Tempest_Earring + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: S_Tempest_Pendent + RefineMinimum: 9 + RefineMaximum: 9 + - Group: JUSTICE_WEAPON_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Punish_Hall + Rate: 10 + - Index: 1 + Item: Saint_Bringer + Rate: 10 + - Index: 2 + Item: Humma_Brilliance + Rate: 10 + - Index: 3 + Item: Luppiter_Spear + Rate: 10 + - Index: 4 + Item: Holy_Raise_Spear + Rate: 10 + - Index: 5 + Item: Lightforce_Foxtail_Wand + Rate: 10 + - Index: 6 + Item: Shining_Light_Katar + Rate: 10 + - Index: 7 + Item: Angel_Wing_Bow + Rate: 10 + - Index: 8 + Item: Guardian_Saber + Rate: 10 + - Index: 9 + Item: Holy_Light_Dagger + Rate: 10 + - Index: 10 + Item: Light_Power_Harp + Rate: 10 + - Index: 11 + Item: Light_Power_Spark + Rate: 10 + - Index: 12 + Item: Lighting_Splatter + Rate: 10 + - Index: 13 + Item: Justice_Bomber + Rate: 10 + - Index: 14 + Item: Last_Dawn + Rate: 10 + - Index: 15 + Item: Devil_Hunter + Rate: 10 + - Index: 16 + Item: Road_Of_Glory + Rate: 10 + - Index: 17 + Item: Victory_Sword + Rate: 10 + - Index: 18 + Item: Divine_Buster + Rate: 10 + - Index: 19 + Item: Orign_Of_Life + Rate: 10 + - Index: 20 + Item: Destiny_Staff + Rate: 10 + - Index: 21 + Item: Blessed_Bible + Rate: 10 + - Index: 22 + Item: Soul_Liberator + Rate: 10 + - Group: INJUSTICE_WEAPON_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Demonic_Claw + Rate: 10 + - Index: 1 + Item: Sealed_Bible + Rate: 10 + - Index: 2 + Item: Darkness_Tablet + Rate: 10 + - Index: 3 + Item: Devil_Wing_Staff + Rate: 10 + - Index: 4 + Item: Doom_Bible + Rate: 10 + - Index: 5 + Item: Soul_Harvest + Rate: 10 + - Index: 6 + Item: The_Reaper + Rate: 10 + - Index: 7 + Item: Underworld_Knife + Rate: 10 + - Index: 8 + Item: Devil_Cursed_Sword + Rate: 10 + - Index: 9 + Item: Dark_Angel_Ray_Bow + Rate: 10 + - Index: 10 + Item: Crime_Violine + Rate: 10 + - Index: 11 + Item: Crime_Whip + Rate: 10 + - Index: 12 + Item: RG_5649 + Rate: 10 + - Index: 13 + Item: Devil_L_Launcher + Rate: 10 + - Index: 14 + Item: Screaming_Rifle + Rate: 10 + - Index: 15 + Item: Devils_Bullet + Rate: 10 + - Index: 16 + Item: Outlaw_Cursed_Shotgun + Rate: 10 + - Index: 17 + Item: Blood_Rapier + Rate: 10 + - Index: 18 + Item: Destruction_Axe + Rate: 10 + - Index: 19 + Item: Devil_Claw + Rate: 10 + - Index: 20 + Item: Execution_Great_Sword + Rate: 10 + - Index: 21 + Item: Devil_Guardian_Sword + Rate: 10 + - Index: 22 + Item: Darkness_Foxtail_Model + Rate: 10 + - Group: GOODNEVIL_HELM_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: GoodnEvil_Circlet_DK + Rate: 10 + - Index: 1 + Item: GoodnEvil_Circlet_IG + Rate: 10 + - Index: 2 + Item: GoodnEvil_Circlet_AG + Rate: 10 + - Index: 3 + Item: GoodnEvil_Circlet_EM + Rate: 10 + - Index: 4 + Item: GoodnEvil_Circlet_CD + Rate: 10 + - Index: 5 + Item: GoodnEvil_Circlet_IQ + Rate: 10 + - Index: 6 + Item: GoodnEvil_Circlet_MT + Rate: 10 + - Index: 7 + Item: GoodnEvil_Circlet_BO + Rate: 10 + - Index: 8 + Item: GoodnEvil_Circlet_SHC + Rate: 10 + - Index: 9 + Item: GoodnEvil_Circlet_ABC + Rate: 10 + - Index: 10 + Item: GoodnEvil_Circlet_WH + Rate: 10 + - Index: 11 + Item: GoodnEvil_Circlet_TR + Rate: 10 + - Index: 12 + Item: GoodnEvil_Circlet_SS + Rate: 10 + - Index: 13 + Item: GoodnEvil_Circlet_SKE + Rate: 10 + - Index: 14 + Item: GoodnEvil_Circlet_SOA + Rate: 10 + - Index: 15 + Item: GoodnEvil_Circlet_HN + Rate: 10 + - Index: 16 + Item: GoodnEvil_Circlet_SH + Rate: 10 + - Index: 17 + Item: GoodnEvil_Circlet_Box + Rate: 10 + - Group: F_EIN_1HDAGGER_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: F_Ein_1HDAGGER + Rate: 10000 + - SubGroup: 1 + List: + - Index: 0 + Item: F_Ein_1HDAGGER2 + Rate: 10000 + - Group: LI_NYANGVINE_BOX1_30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_102193 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_102193 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_102193 + Amount: 10 + - Group: COSTUMEMILEPACK_30_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: aegis_102193 + Amount: 3 + - Group: COSTUMEMILEPACK_30_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: aegis_102193 + Amount: 5 + - Group: COSTUMEMILEPACK_30_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: aegis_102193 + Amount: 10 + - Group: VIP_GIFT + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VIP_Black_Card + - Index: 1 + Item: VIP_Black_Coin + Amount: 150 + - Group: VVIP_GIFT + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VIP_Black_Card + - Index: 1 + Item: VIP_Black_Coin + Amount: 300 + - Index: 2 + Item: Booster_Call_Package + - Group: SVIP_GIFT + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VIP_Black_Card + - Index: 1 + Item: VIP_Black_Coin + Amount: 500 + - Index: 2 + Item: Booster_Call_Package + - Group: 2023_SPRING_COLLECTION + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Heart_Chiffon_Rabbit + - Index: 1 + Item: C_Teaparty_Wonderland + - Index: 2 + Item: C_Chocolat_Rabbit_Hair + - Index: 3 + Item: C_Lop_Bunny_Cloak + - Index: 4 + Item: aegis_102193 + Amount: 10 + - Group: KR_B_SPECIAL04 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Jumping_Poring + - Group: LI_NYANGVINE_BOX1_31 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_102332 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_31 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_102332 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_31 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_102332 + Amount: 10 + - Group: STONE_ROBE3_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: SuraStone_Robe2 + Rate: 10 + - Index: 1 + Item: SorcererStone_Robe2 + Rate: 10 + - Index: 2 + Item: ShadowchaserStone_Robe2 + Rate: 10 + - Index: 3 + Item: RuneknightStone_Robe2 + Rate: 10 + - Index: 4 + Item: GeneticStone_Robe2 + Rate: 10 + - Index: 5 + Item: WanderMinsStone_Robe2 + Rate: 10 + - Index: 6 + Item: WarlockStone_Robe2 + Rate: 10 + - Index: 7 + Item: RoyalguardStone_Robe2 + Rate: 10 + - Index: 8 + Item: GuillcrossStone_Robe2 + Rate: 10 + - Index: 9 + Item: RangerStone_Robe2 + Rate: 10 + - Index: 10 + Item: MechanicStone_Robe2 + Rate: 10 + - Index: 11 + Item: ArchbishopStone_Robe2 + Rate: 10 + - Index: 12 + Item: SoulreaperStone_Robe + Rate: 10 + - Index: 13 + Item: StaremperorStone_Robe + Rate: 10 + - Index: 14 + Item: SuNoviceStone_Robe + Rate: 10 + - Group: RO_CONCERT_SCROLL + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Headset_OST + - Index: 1 + Item: C_Music_Decoration + - Index: 2 + Item: C_Whistle + - Group: RO_CONCERT_SCROLL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: RO_Concert_Scroll2 + Amount: 2 + - Group: FAN_UPGRADE_KIT_EX_10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Fan_Upgrade_Kit_EX + Amount: 10 + - Group: KR_B_SPECIAL06 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Wing_Of_Fly + Duration: 7200 + - Group: COSTUMEMILEPACK_31_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: aegis_102332 + Amount: 3 + - Group: COSTUMEMILEPACK_31_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: aegis_102332 + Amount: 5 + - Group: COSTUMEMILEPACK_31_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: aegis_102332 + Amount: 10 + - Group: CATPAW_1DAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_CatPaw_Ticket + Duration: 1440 + - Group: MILEAGE_COUPON + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cachua_Coupon + - Index: 1 + Item: Evt_Cos_Coin + - Group: LI_NYANGVINE_BOX1_32 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_102441 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_32 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_102441 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_32 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_102441 + Amount: 10 + - Group: 21TH_PRESENT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_All_In_One_Buff + Amount: 3 + - Index: 1 + Item: E_EXP_Drop_Up_7days + - Group: 21TH_COSTUME_COLLECTION + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: C_Ocean_Color_Long + - Index: 1 + Item: C_Aqua_Fin_Decoration + - Index: 2 + Item: C_Sailor_Cap + - Index: 3 + Item: aegis_102441 + Amount: 10 + - Group: SEASON_EVT_REWARD_8 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: C_Indomitable_Crown + Rate: 1 + - Index: 1 + Item: C_Guardian_Wingdeco + Rate: 1 + - Index: 2 + Item: C_Guardian_Wing + Rate: 1 + - Index: 3 + Item: C_Reliance_Crown + Rate: 1 + - Index: 4 + Item: C_Guardian_Angelwing + Rate: 1 + - Index: 5 + Item: C_Guardian_Butterwing + Rate: 1 + - Index: 6 + Item: Pet_Coin + Rate: 1 + Amount: 50 + - Index: 7 + Item: South_Pork_Ricebowl + Rate: 25 + Amount: 3 + - Index: 8 + Item: South_Pork_Slice + Rate: 25 + Amount: 5 + - Index: 9 + Item: Grilled_Veg_Skewers_ + Rate: 25 + Amount: 7 + - Index: 10 + Item: Melody_Card_191 + Rate: 5 + - Index: 11 + Item: aegis_1001376 + Rate: 5 + - Index: 12 + Item: South_Pork_Ricebowl + Rate: 56 + - Index: 13 + Item: South_Pork_Slice + Rate: 56 + Amount: 2 + - Index: 14 + Item: Grilled_Veg_Skewers_ + Rate: 56 + Amount: 3 + - Index: 15 + Item: Pet_Coin + Rate: 10 + Amount: 30 + - Index: 16 + Item: Poring_Kombucha + Rate: 70 + Amount: 20 + - Index: 17 + Item: Monster_Bread + Rate: 70 + Amount: 20 + - Index: 18 + Item: Monster_Bread_ + Rate: 70 + Amount: 20 + - Index: 19 + Item: Poring_Kombucha + Rate: 140 + Amount: 10 + - Index: 20 + Item: Monster_Bread + Rate: 140 + Amount: 10 + - Index: 21 + Item: Monster_Bread_ + Rate: 140 + Amount: 10 + - Index: 22 + Item: Pet_Coin + Rate: 50 + Amount: 20 + - Index: 23 + Item: Night_M_Ice_Flakes + Rate: 250 + Amount: 30 + - Index: 24 + Item: Night_M_Ice_Cream + Rate: 250 + Amount: 30 + - Index: 25 + Item: Night_M_Cotton_Candy + Rate: 250 + Amount: 30 + - Index: 26 + Item: Night_M_Ice_Flakes + Rate: 500 + Amount: 15 + - Index: 27 + Item: Night_M_Ice_Cream + Rate: 500 + Amount: 15 + - Index: 28 + Item: Night_M_Cotton_Candy + Rate: 500 + Amount: 15 + - Index: 29 + Item: Pet_Coin + Rate: 100 + Amount: 10 + - Index: 30 + Item: Grilled_Fish + Rate: 700 + Amount: 50 + - Index: 31 + Item: Grilled_Veg_Skewers + Rate: 700 + Amount: 50 + - Index: 32 + Item: Grilled_Hm_Sausage + Rate: 700 + Amount: 50 + - Index: 33 + Item: Grilled_Fish + Rate: 1400 + Amount: 25 + - Index: 34 + Item: Grilled_Veg_Skewers + Rate: 1400 + Amount: 25 + - Index: 35 + Item: Grilled_Hm_Sausage + Rate: 1400 + Amount: 25 + - Index: 36 + Item: Pet_Coin + Rate: 400 + Amount: 5 + - Group: COSTUMEMILEPACK_32_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: aegis_102441 + Amount: 3 + - Group: COSTUMEMILEPACK_32_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: aegis_102441 + Amount: 5 + - Group: COSTUMEMILEPACK_32_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: aegis_102441 + Amount: 10 + - Group: SCHMIDT_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Schmidt_Suits + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: Schmidt_Suits + Rate: 100 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 5 + Item: Schmidt_Suits + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Schmidt_Manteau + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Schmidt_Manteau + Rate: 100 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 8 + Item: Schmidt_Manteau + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Temporal_M_Str + Rate: 140 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Temporal_M_Agi + Rate: 140 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Temporal_M_Vit + Rate: 140 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 12 + Item: Temporal_M_Int + Rate: 140 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 13 + Item: Temporal_M_Dex + Rate: 140 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 14 + Item: Temporal_M_Luk + Rate: 140 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 15 + Item: Temporal_M_Str + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 16 + Item: Temporal_M_Agi + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 17 + Item: Temporal_M_Vit + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 18 + Item: Temporal_M_Int + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 19 + Item: Temporal_M_Dex + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 20 + Item: Temporal_M_Luk + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 21 + Item: Temporal_M_Str + Rate: 70 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: Temporal_M_Agi + Rate: 70 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: Temporal_M_Vit + Rate: 70 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: Temporal_M_Int + Rate: 70 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: Temporal_M_Dex + Rate: 70 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: Temporal_M_Luk + Rate: 70 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: Temporal_M_Str + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 28 + Item: Temporal_M_Agi + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 29 + Item: Temporal_M_Vit + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 30 + Item: Temporal_M_Int + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: Temporal_M_Dex + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: Temporal_M_Luk + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: Temporal_M_Str + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 34 + Item: Temporal_M_Agi + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 35 + Item: Temporal_M_Vit + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 36 + Item: Temporal_M_Int + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 37 + Item: Temporal_M_Dex + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 38 + Item: Temporal_M_Luk + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 39 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 16 + - Index: 40 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 17 + - Index: 41 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 18 + - Index: 42 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 19 + - Index: 43 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 20 + - Index: 44 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 21 + - Index: 45 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 22 + - Index: 46 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 23 + - Index: 47 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 24 + - Index: 48 + Item: GH_Cursed_Crystal + Rate: 400 + Amount: 25 + - Group: SCHMIDT_ANTIQUITY2 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 500 + Amount: 4 + - Index: 1 + Item: aegis_1001478 + Rate: 500 + Amount: 5 + - Index: 2 + Item: aegis_1001478 + Rate: 500 + Amount: 6 + - Index: 3 + Item: aegis_1001478 + Rate: 500 + Amount: 7 + - Index: 4 + Item: Schmidt_Suits + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 5 + Item: Schmidt_Suits + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 6 + Item: Schmidt_Suits + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 7 + Item: Schmidt_Manteau + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Schmidt_Manteau + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 9 + Item: Schmidt_Manteau + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 10 + Item: Overwhelm_Str_Armor + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: Overwhelm_Agi_Armor + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: Overwhelm_Vit_Armor + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: Overwhelm_Int_Armor + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: Overwhelm_Dex_Armor + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: Overwhelm_Luk_Armor + Rate: 150 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Overwhelm_Str_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 17 + Item: Overwhelm_Agi_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 18 + Item: Overwhelm_Vit_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 19 + Item: Overwhelm_Int_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 20 + Item: Overwhelm_Dex_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 21 + Item: Overwhelm_Luk_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 22 + Item: Overwhelm_Str_Armor + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 23 + Item: Overwhelm_Agi_Armor + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 24 + Item: Overwhelm_Vit_Armor + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 25 + Item: Overwhelm_Int_Armor + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 26 + Item: Overwhelm_Dex_Armor + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 27 + Item: Overwhelm_Luk_Armor + Rate: 50 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 28 + Item: Schmidt_Insignia_Str + Rate: 100 + - Index: 29 + Item: Schmidt_Insignia_Int + Rate: 100 + - Index: 30 + Item: Schmidt_Insignia_Luk + Rate: 100 + - Index: 31 + Item: Schmidt_Insignia_Vit + Rate: 100 + - Index: 32 + Item: Schmidt_Insignia_Agi + Rate: 100 + - Index: 33 + Item: Schmidt_Insignia_Dex + Rate: 100 + - Index: 34 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 16 + - Index: 35 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 17 + - Index: 36 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 18 + - Index: 37 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 19 + - Index: 38 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 20 + - Index: 39 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 21 + - Index: 40 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 22 + - Index: 41 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 23 + - Index: 42 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 24 + - Index: 43 + Item: GH_Cursed_Gemstone + Rate: 500 + Amount: 25 + - Group: AMDARAIS_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Temporal_Str_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: Temporal_Agi_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Temporal_Vit_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Temporal_Int_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Temporal_Dex_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Temporal_Luk_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Temporal_Str_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 10 + Item: Temporal_Agi_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 11 + Item: Temporal_Vit_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 12 + Item: Temporal_Int_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 13 + Item: Temporal_Dex_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 14 + Item: Temporal_Luk_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 15 + Item: Temporal_Str_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Temporal_Agi_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Temporal_Vit_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Temporal_Int_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Temporal_Dex_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Temporal_Luk_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Modify_Str_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Modify_Agi_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 23 + Item: Modify_Vit_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 24 + Item: Modify_Int_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 25 + Item: Modify_Dex_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 26 + Item: Modify_Luk_Boots_ + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 27 + Item: Modify_Str_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 28 + Item: Modify_Agi_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 29 + Item: Modify_Vit_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 30 + Item: Modify_Int_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 31 + Item: Modify_Dex_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 32 + Item: Modify_Luk_Boots_ + Rate: 90 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 33 + Item: Modify_Str_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 34 + Item: Modify_Agi_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 35 + Item: Modify_Vit_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 36 + Item: Modify_Int_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 37 + Item: Modify_Dex_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 38 + Item: Modify_Luk_Boots_ + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 39 + Item: Temporal_Crystal + Rate: 130 + Amount: 15 + - Index: 40 + Item: Temporal_Crystal + Rate: 130 + Amount: 16 + - Index: 41 + Item: Temporal_Crystal + Rate: 130 + Amount: 17 + - Index: 42 + Item: Temporal_Crystal + Rate: 130 + Amount: 18 + - Index: 43 + Item: Temporal_Crystal + Rate: 130 + Amount: 19 + - Index: 44 + Item: Temporal_Crystal + Rate: 130 + Amount: 20 + - Index: 45 + Item: Temporal_Crystal + Rate: 130 + Amount: 21 + - Index: 46 + Item: Temporal_Crystal + Rate: 130 + Amount: 22 + - Index: 47 + Item: Temporal_Crystal + Rate: 130 + Amount: 23 + - Index: 48 + Item: Temporal_Crystal + Rate: 130 + Amount: 24 + - Index: 49 + Item: Temporal_Crystal + Rate: 130 + Amount: 25 + - Index: 50 + Item: Temporal_Crystal + Rate: 130 + Amount: 26 + - Index: 51 + Item: Temporal_Crystal + Rate: 130 + Amount: 27 + - Index: 52 + Item: Temporal_Crystal + Rate: 130 + Amount: 28 + - Index: 53 + Item: Temporal_Crystal + Rate: 130 + Amount: 29 + - Index: 54 + Item: Temporal_Crystal + Rate: 130 + Amount: 30 + - Index: 55 + Item: Coagulated_Spell + Rate: 120 + Amount: 10 + - Index: 56 + Item: Coagulated_Spell + Rate: 120 + Amount: 11 + - Index: 57 + Item: Coagulated_Spell + Rate: 120 + Amount: 12 + - Index: 58 + Item: Coagulated_Spell + Rate: 120 + Amount: 13 + - Index: 59 + Item: Coagulated_Spell + Rate: 120 + Amount: 14 + - Index: 60 + Item: Coagulated_Spell + Rate: 120 + Amount: 15 + - Index: 61 + Item: Coagulated_Spell + Rate: 120 + Amount: 16 + - Index: 62 + Item: Coagulated_Spell + Rate: 120 + Amount: 17 + - Index: 63 + Item: Coagulated_Spell + Rate: 120 + Amount: 18 + - Index: 64 + Item: Coagulated_Spell + Rate: 120 + Amount: 19 + - Index: 65 + Item: Coagulated_Spell + Rate: 120 + Amount: 20 + - Index: 66 + Item: Coagulated_Spell + Rate: 120 + Amount: 21 + - Index: 67 + Item: Coagulated_Spell + Rate: 120 + Amount: 22 + - Index: 68 + Item: Coagulated_Spell + Rate: 120 + Amount: 23 + - Index: 69 + Item: Coagulated_Spell + Rate: 120 + Amount: 24 + - Index: 70 + Item: Coagulated_Spell + Rate: 120 + Amount: 25 + - Group: AMDARAIS_ANTIQUITY2 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 6 + - Index: 3 + Item: aegis_1001478 + Rate: 1000 + Amount: 7 + - Index: 4 + Item: Temporal_Str_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 5 + Item: Temporal_Agi_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Temporal_Vit_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Temporal_Int_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Temporal_Dex_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Temporal_Luk_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: Temporal_Str_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 11 + Item: Temporal_Agi_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 12 + Item: Temporal_Vit_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 13 + Item: Temporal_Int_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 14 + Item: Temporal_Dex_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 15 + Item: Temporal_Luk_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 16 + Item: Temporal_Str_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 17 + Item: Temporal_Agi_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 18 + Item: Temporal_Vit_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 19 + Item: Temporal_Int_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 20 + Item: Temporal_Dex_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 21 + Item: Temporal_Luk_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 22 + Item: Modify_Str_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: Modify_Agi_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: Modify_Vit_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: Modify_Int_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: Modify_Dex_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: Modify_Luk_Boots_ + Rate: 130 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 28 + Item: Modify_Str_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 29 + Item: Modify_Agi_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 30 + Item: Modify_Vit_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: Modify_Int_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: Modify_Dex_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: Modify_Luk_Boots_ + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 34 + Item: Modify_Str_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 35 + Item: Modify_Agi_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 36 + Item: Modify_Vit_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 37 + Item: Modify_Int_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 38 + Item: Modify_Dex_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 39 + Item: Modify_Luk_Boots_ + Rate: 60 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 40 + Item: Temporal_Crystal + Rate: 70 + Amount: 20 + - Index: 41 + Item: Temporal_Crystal + Rate: 70 + Amount: 21 + - Index: 42 + Item: Temporal_Crystal + Rate: 70 + Amount: 22 + - Index: 43 + Item: Temporal_Crystal + Rate: 70 + Amount: 23 + - Index: 44 + Item: Temporal_Crystal + Rate: 70 + Amount: 24 + - Index: 45 + Item: Temporal_Crystal + Rate: 70 + Amount: 25 + - Index: 46 + Item: Temporal_Crystal + Rate: 70 + Amount: 26 + - Index: 47 + Item: Temporal_Crystal + Rate: 70 + Amount: 27 + - Index: 48 + Item: Temporal_Crystal + Rate: 70 + Amount: 28 + - Index: 49 + Item: Temporal_Crystal + Rate: 70 + Amount: 29 + - Index: 50 + Item: Temporal_Crystal + Rate: 70 + Amount: 30 + - Index: 51 + Item: Temporal_Crystal + Rate: 70 + Amount: 31 + - Index: 52 + Item: Temporal_Crystal + Rate: 70 + Amount: 32 + - Index: 53 + Item: Temporal_Crystal + Rate: 70 + Amount: 33 + - Index: 54 + Item: Temporal_Crystal + Rate: 70 + Amount: 34 + - Index: 55 + Item: Temporal_Crystal + Rate: 70 + Amount: 35 + - Index: 56 + Item: Coagulated_Spell + Rate: 70 + Amount: 30 + - Index: 57 + Item: Coagulated_Spell + Rate: 70 + Amount: 31 + - Index: 58 + Item: Coagulated_Spell + Rate: 70 + Amount: 32 + - Index: 59 + Item: Coagulated_Spell + Rate: 70 + Amount: 33 + - Index: 60 + Item: Coagulated_Spell + Rate: 70 + Amount: 34 + - Index: 61 + Item: Coagulated_Spell + Rate: 70 + Amount: 35 + - Index: 62 + Item: Coagulated_Spell + Rate: 70 + Amount: 36 + - Index: 63 + Item: Coagulated_Spell + Rate: 70 + Amount: 37 + - Index: 64 + Item: Coagulated_Spell + Rate: 70 + Amount: 38 + - Index: 65 + Item: Coagulated_Spell + Rate: 70 + Amount: 39 + - Index: 66 + Item: Coagulated_Spell + Rate: 70 + Amount: 40 + - Index: 67 + Item: Coagulated_Spell + Rate: 70 + Amount: 41 + - Index: 68 + Item: Coagulated_Spell + Rate: 70 + Amount: 42 + - Index: 69 + Item: Coagulated_Spell + Rate: 70 + Amount: 43 + - Index: 70 + Item: Coagulated_Spell + Rate: 70 + Amount: 44 + - Index: 71 + Item: Coagulated_Spell + Rate: 70 + Amount: 45 + - Index: 72 + Item: Polluted_Spell + Rate: 60 + Amount: 11 + - Index: 73 + Item: Polluted_Spell + Rate: 55 + Amount: 12 + - Index: 74 + Item: Polluted_Spell + Rate: 55 + Amount: 13 + - Index: 75 + Item: Polluted_Spell + Rate: 55 + Amount: 14 + - Index: 76 + Item: Polluted_Spell + Rate: 55 + Amount: 15 + - Group: C_AMDARAIS_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 600 + Amount: 4 + - Index: 1 + Item: aegis_1001478 + Rate: 600 + Amount: 5 + - Index: 2 + Item: aegis_1001478 + Rate: 600 + Amount: 6 + - Index: 3 + Item: aegis_1001478 + Rate: 600 + Amount: 7 + - Index: 4 + Item: aegis_1001478 + Rate: 600 + Amount: 8 + - Index: 5 + Item: G_Knight_Sword + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: G_Knight_Spear + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: G_Knight_JewelSword + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: G_Knight_Axe + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: G_Knight_BattleAxe + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: G_Knight_Archer_Bow + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: G_Knight_Bow + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: G_Alchemist_Staff + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: R_Gladius_L + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: R_Gladius_R + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: R_Katar + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: R_Magician_Dagger + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: R_Cleric_Staff + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: R_Knuckle + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: R_Magician_Staff + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: R_Magician_Wand + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: R_Sage_Book + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: R_Cello + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: R_Wheep + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: R_Pillar + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: R_Syringe + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: R_Revolver + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: R_Huuma_Shuriken + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 28 + Item: R_Foxtail_rod + Rate: 95 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 29 + Item: G_Knight_Sword + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 30 + Item: G_Knight_Spear + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: G_Knight_JewelSword + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: G_Knight_Axe + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: G_Knight_BattleAxe + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 34 + Item: G_Knight_Archer_Bow + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 35 + Item: G_Knight_Bow + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 36 + Item: G_Alchemist_Staff + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 37 + Item: R_Gladius_L + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 38 + Item: R_Gladius_R + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 39 + Item: R_Katar + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 40 + Item: R_Magician_Dagger + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 41 + Item: R_Cleric_Staff + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 42 + Item: R_Knuckle + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 43 + Item: R_Magician_Staff + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 44 + Item: R_Magician_Wand + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 45 + Item: R_Sage_Book + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 46 + Item: R_Cello + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 47 + Item: R_Wheep + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 48 + Item: R_Pillar + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 49 + Item: R_Syringe + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 50 + Item: R_Revolver + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 51 + Item: R_Huuma_Shuriken + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 52 + Item: R_Foxtail_rod + Rate: 51 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 53 + Item: G_Knight_Sword + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 54 + Item: G_Knight_Spear + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 55 + Item: G_Knight_JewelSword + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 56 + Item: G_Knight_Axe + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 57 + Item: G_Knight_BattleAxe + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 58 + Item: G_Knight_Archer_Bow + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 59 + Item: G_Knight_Bow + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 60 + Item: G_Alchemist_Staff + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 61 + Item: R_Gladius_L + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 62 + Item: R_Gladius_R + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 63 + Item: R_Katar + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 64 + Item: R_Magician_Dagger + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 65 + Item: R_Cleric_Staff + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 66 + Item: R_Knuckle + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 67 + Item: R_Magician_Staff + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 68 + Item: R_Magician_Wand + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 69 + Item: R_Sage_Book + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 70 + Item: R_Cello + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 71 + Item: R_Wheep + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 72 + Item: R_Pillar + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 73 + Item: R_Syringe + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 74 + Item: R_Revolver + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 75 + Item: R_Huuma_Shuriken + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 76 + Item: R_Foxtail_rod + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 77 + Item: Fragment_Of_Time + Rate: 151 + Amount: 11 + - Index: 78 + Item: Fragment_Of_Time + Rate: 151 + Amount: 12 + - Index: 79 + Item: Fragment_Of_Time + Rate: 151 + Amount: 13 + - Index: 80 + Item: Fragment_Of_Time + Rate: 151 + Amount: 14 + - Index: 81 + Item: Fragment_Of_Time + Rate: 151 + Amount: 15 + - Index: 82 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 6 + - Index: 83 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 7 + - Index: 84 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 8 + - Index: 85 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 9 + - Index: 86 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 10 + - Index: 87 + Item: Spell_Of_Time + Rate: 302 + Amount: 11 + - Index: 88 + Item: Spell_Of_Time + Rate: 301 + Amount: 12 + - Index: 89 + Item: Spell_Of_Time + Rate: 301 + Amount: 13 + - Index: 90 + Item: Spell_Of_Time + Rate: 301 + Amount: 14 + - Index: 91 + Item: Spell_Of_Time + Rate: 301 + Amount: 15 + - Group: C_HIMEL_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 600 + Amount: 8 + - Index: 1 + Item: aegis_1001478 + Rate: 600 + Amount: 9 + - Index: 2 + Item: aegis_1001478 + Rate: 600 + Amount: 10 + - Index: 3 + Item: aegis_1001478 + Rate: 600 + Amount: 11 + - Index: 4 + Item: aegis_1001478 + Rate: 600 + Amount: 12 + - Index: 5 + Item: G_Knight_Sword + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: G_Knight_Spear + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: G_Knight_JewelSword + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: G_Knight_Axe + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: G_Knight_BattleAxe + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: G_Knight_Archer_Bow + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: G_Knight_Bow + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: G_Alchemist_Staff + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: R_Gladius_L + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: R_Gladius_R + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: R_Katar + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: R_Magician_Dagger + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: R_Cleric_Staff + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: R_Knuckle + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: R_Magician_Staff + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: R_Magician_Wand + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: R_Sage_Book + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: R_Cello + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: R_Wheep + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: R_Pillar + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: R_Syringe + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: R_Revolver + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: R_Huuma_Shuriken + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 28 + Item: R_Foxtail_rod + Rate: 75 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 29 + Item: G_Knight_Sword + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 30 + Item: G_Knight_Spear + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: G_Knight_JewelSword + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: G_Knight_Axe + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: G_Knight_BattleAxe + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 34 + Item: G_Knight_Archer_Bow + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 35 + Item: G_Knight_Bow + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 36 + Item: G_Alchemist_Staff + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 37 + Item: R_Gladius_L + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 38 + Item: R_Gladius_R + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 39 + Item: R_Katar + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 40 + Item: R_Magician_Dagger + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 41 + Item: R_Cleric_Staff + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 42 + Item: R_Knuckle + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 43 + Item: R_Magician_Staff + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 44 + Item: R_Magician_Wand + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 45 + Item: R_Sage_Book + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 46 + Item: R_Cello + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 47 + Item: R_Wheep + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 48 + Item: R_Pillar + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 49 + Item: R_Syringe + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 50 + Item: R_Revolver + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 51 + Item: R_Huuma_Shuriken + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 52 + Item: R_Foxtail_rod + Rate: 61 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 53 + Item: G_Knight_Sword + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 54 + Item: G_Knight_Spear + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 55 + Item: G_Knight_JewelSword + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 56 + Item: G_Knight_Axe + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 57 + Item: G_Knight_BattleAxe + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 58 + Item: G_Knight_Archer_Bow + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 59 + Item: G_Knight_Bow + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 60 + Item: G_Alchemist_Staff + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 61 + Item: R_Gladius_L + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 62 + Item: R_Gladius_R + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 63 + Item: R_Katar + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 64 + Item: R_Magician_Dagger + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 65 + Item: R_Cleric_Staff + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 66 + Item: R_Knuckle + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 67 + Item: R_Magician_Staff + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 68 + Item: R_Magician_Wand + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 69 + Item: R_Sage_Book + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 70 + Item: R_Cello + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 71 + Item: R_Wheep + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 72 + Item: R_Pillar + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 73 + Item: R_Syringe + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 74 + Item: R_Revolver + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 75 + Item: R_Huuma_Shuriken + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 76 + Item: R_Foxtail_rod + Rate: 30 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 77 + Item: Fragment_Of_Time + Rate: 151 + Amount: 16 + - Index: 78 + Item: Fragment_Of_Time + Rate: 151 + Amount: 17 + - Index: 79 + Item: Fragment_Of_Time + Rate: 151 + Amount: 18 + - Index: 80 + Item: Fragment_Of_Time + Rate: 151 + Amount: 19 + - Index: 81 + Item: Fragment_Of_Time + Rate: 151 + Amount: 20 + - Index: 82 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 11 + - Index: 83 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 12 + - Index: 84 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 13 + - Index: 85 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 14 + - Index: 86 + Item: Jewel_Of_Time_Ore + Rate: 151 + Amount: 15 + - Index: 87 + Item: Spell_Of_Time + Rate: 302 + Amount: 16 + - Index: 88 + Item: Spell_Of_Time + Rate: 301 + Amount: 17 + - Index: 89 + Item: Spell_Of_Time + Rate: 301 + Amount: 18 + - Index: 90 + Item: Spell_Of_Time + Rate: 301 + Amount: 19 + - Index: 91 + Item: Spell_Of_Time + Rate: 301 + Amount: 20 + - Group: UNKNOWN_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 600 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 600 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 600 + Amount: 5 + - Index: 3 + Item: aegis_1001478 + Rate: 600 + Amount: 6 + - Index: 4 + Item: aegis_1001478 + Rate: 600 + Amount: 7 + - Index: 5 + Item: Volar + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Vernan + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Argen_Blanco + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Farthezan + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Harve + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: Fortrage + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: Golden_Wrench + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: Engine_Pilebuncker + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: Maxi_Spanner + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: Estal + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: Coolant_Injection + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Gene_Rod + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Judgement_Slasher + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Repent_Slasher + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Agudo_Filo + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Reaper_Cross + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Jack_The_Knife + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: Platinum_Dagger + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: Rapid_Fire_C_Bow + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: Crimson_Rose_Stick + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: Staff_Of_Miracle + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: Gravitation_Staff + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: Boltigin + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 28 + Item: Psychic_Spear_Rod + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 29 + Item: Dust_Grave + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 30 + Item: Ponitendtia + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 31 + Item: Adorare_Staff + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 32 + Item: Lucis_Flail + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 33 + Item: Combo_Fist + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 34 + Item: Asura_Bandage + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 35 + Item: Bright_Mace + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 36 + Item: Sharp_Star_Bow + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 37 + Item: Falken_Shooter + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 38 + Item: Aiming_Bow + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 39 + Item: Wind_Gale + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 40 + Item: Black_Circle + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 41 + Item: Antique_Cello + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 42 + Item: Heart_Whip + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 43 + Item: Scarlet_Ribbon + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 44 + Item: Up_Sword_Of_Bluefire + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 45 + Item: Up_Slate_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 46 + Item: Up_Light_Blade + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 47 + Item: Up_Magic_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 48 + Item: Up_Fatalist + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 49 + Item: Up_Fog_Dew_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 50 + Item: Up_Blessed_Knife + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 51 + Item: Up_Undine_Spear_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 52 + Item: Up_OneSkyOneSun + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 53 + Item: Up_Demon_Hunting_Bible + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 54 + Item: Up_Shadow_Staff_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 55 + Item: Up_Freezing_Rod + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 56 + Item: Up_MeawFoxtail + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 57 + Item: Up_SoulWeight + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 58 + Item: Up_Freedom_Stick + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 59 + Item: Up_Iron_Nail_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 60 + Item: Up_Ray_Knuckle + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 61 + Item: Up_Trumpet_Shell_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 62 + Item: Up_Barb_Wire_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 63 + Item: Up_Meteor_Striker + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 64 + Item: Up_Saint_Hall + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 65 + Item: Up_Oriental_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 66 + Item: Up_Dragonic_Slayer + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 67 + Item: Up_Shiver_Katar_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 68 + Item: Up_Blade_Katar + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 69 + Item: Up_Avenger + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 70 + Item: Up_Iron_Staff + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 71 + Item: Up_Blue_Crystal_Staff + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 72 + Item: Up_Humma_Clear + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 73 + Item: Up_Narcis_Bow + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 74 + Item: Up_Royal_Bow_K + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 75 + Item: Up_Scalet_Dragon_L_Bow + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 76 + Item: Up_Crimson_Rose + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 77 + Item: Up_Master_Soul_Rifle + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 78 + Item: Up_Demon_S_Shot + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 79 + Item: Up_The_Black_Gatling + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 80 + Item: Up_Golden_L_Launcher + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 81 + Item: Volar + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 82 + Item: Vernan + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 83 + Item: Argen_Blanco + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 84 + Item: Farthezan + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 85 + Item: Harve + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 86 + Item: Fortrage + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 87 + Item: Golden_Wrench + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 88 + Item: Engine_Pilebuncker + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 89 + Item: Maxi_Spanner + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 90 + Item: Estal + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 91 + Item: Coolant_Injection + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 92 + Item: Gene_Rod + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 93 + Item: Judgement_Slasher + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 94 + Item: Repent_Slasher + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 95 + Item: Agudo_Filo + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 96 + Item: Reaper_Cross + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 97 + Item: Jack_The_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 98 + Item: Platinum_Dagger + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 99 + Item: Rapid_Fire_C_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 100 + Item: Crimson_Rose_Stick + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 101 + Item: Staff_Of_Miracle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 102 + Item: Gravitation_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 103 + Item: Boltigin + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 104 + Item: Psychic_Spear_Rod + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 105 + Item: Dust_Grave + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 106 + Item: Ponitendtia + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 107 + Item: Adorare_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 108 + Item: Lucis_Flail + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 109 + Item: Combo_Fist + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 110 + Item: Asura_Bandage + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 111 + Item: Bright_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 112 + Item: Sharp_Star_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 113 + Item: Falken_Shooter + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 114 + Item: Aiming_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 115 + Item: Wind_Gale + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 116 + Item: Black_Circle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 117 + Item: Antique_Cello + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 118 + Item: Heart_Whip + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 119 + Item: Scarlet_Ribbon + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 120 + Item: Up_Sword_Of_Bluefire + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 121 + Item: Up_Slate_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 122 + Item: Up_Light_Blade + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 123 + Item: Up_Magic_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 124 + Item: Up_Fatalist + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 125 + Item: Up_Fog_Dew_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 126 + Item: Up_Blessed_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 127 + Item: Up_Undine_Spear_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 128 + Item: Up_OneSkyOneSun + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 129 + Item: Up_Demon_Hunting_Bible + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 130 + Item: Up_Shadow_Staff_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 131 + Item: Up_Freezing_Rod + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 132 + Item: Up_MeawFoxtail + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 133 + Item: Up_SoulWeight + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 134 + Item: Up_Freedom_Stick + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 135 + Item: Up_Iron_Nail_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 136 + Item: Up_Ray_Knuckle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 137 + Item: Up_Trumpet_Shell_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 138 + Item: Up_Barb_Wire_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 139 + Item: Up_Meteor_Striker + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 140 + Item: Up_Saint_Hall + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 141 + Item: Up_Oriental_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 142 + Item: Up_Dragonic_Slayer + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 143 + Item: Up_Shiver_Katar_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 144 + Item: Up_Blade_Katar + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 145 + Item: Up_Avenger + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 146 + Item: Up_Iron_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 147 + Item: Up_Blue_Crystal_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 148 + Item: Up_Humma_Clear + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 149 + Item: Up_Narcis_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 150 + Item: Up_Royal_Bow_K + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 151 + Item: Up_Scalet_Dragon_L_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 152 + Item: Up_Crimson_Rose + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 153 + Item: Up_Master_Soul_Rifle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 154 + Item: Up_Demon_S_Shot + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 155 + Item: Up_The_Black_Gatling + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 156 + Item: Up_Golden_L_Launcher + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 157 + Item: Volar + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 158 + Item: Vernan + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 159 + Item: Argen_Blanco + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 160 + Item: Farthezan + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 161 + Item: Harve + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 162 + Item: Fortrage + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 163 + Item: Golden_Wrench + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 164 + Item: Engine_Pilebuncker + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 165 + Item: Maxi_Spanner + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 166 + Item: Estal + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 167 + Item: Coolant_Injection + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 168 + Item: Gene_Rod + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 169 + Item: Judgement_Slasher + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 170 + Item: Repent_Slasher + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 171 + Item: Agudo_Filo + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 172 + Item: Reaper_Cross + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 173 + Item: Jack_The_Knife + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 174 + Item: Platinum_Dagger + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 175 + Item: Rapid_Fire_C_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 176 + Item: Crimson_Rose_Stick + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 177 + Item: Staff_Of_Miracle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 178 + Item: Gravitation_Staff + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 179 + Item: Boltigin + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 180 + Item: Psychic_Spear_Rod + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 181 + Item: Dust_Grave + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 182 + Item: Ponitendtia + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 183 + Item: Adorare_Staff + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 184 + Item: Lucis_Flail + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 185 + Item: Combo_Fist + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 186 + Item: Asura_Bandage + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 187 + Item: Bright_Mace + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 188 + Item: Sharp_Star_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 189 + Item: Falken_Shooter + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 190 + Item: Aiming_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 191 + Item: Wind_Gale + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 192 + Item: Black_Circle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 193 + Item: Antique_Cello + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 194 + Item: Heart_Whip + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 195 + Item: Scarlet_Ribbon + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 196 + Item: Up_Sword_Of_Bluefire + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 197 + Item: Up_Slate_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 198 + Item: Up_Light_Blade + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 199 + Item: Up_Magic_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 200 + Item: Up_Fatalist + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 201 + Item: Up_Fog_Dew_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 202 + Item: Up_Blessed_Knife + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 203 + Item: Up_Undine_Spear_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 204 + Item: Up_OneSkyOneSun + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 205 + Item: Up_Demon_Hunting_Bible + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 206 + Item: Up_Shadow_Staff_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 207 + Item: Up_Freezing_Rod + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 208 + Item: Up_MeawFoxtail + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 209 + Item: Up_SoulWeight + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 210 + Item: Up_Freedom_Stick + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 211 + Item: Up_Iron_Nail_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 212 + Item: Up_Ray_Knuckle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 213 + Item: Up_Trumpet_Shell_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 214 + Item: Up_Barb_Wire_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 215 + Item: Up_Meteor_Striker + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 216 + Item: Up_Saint_Hall + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 217 + Item: Up_Oriental_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 218 + Item: Up_Dragonic_Slayer + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 219 + Item: Up_Shiver_Katar_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 220 + Item: Up_Blade_Katar + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 221 + Item: Up_Avenger + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 222 + Item: Up_Iron_Staff + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 223 + Item: Up_Blue_Crystal_Staff + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 224 + Item: Up_Humma_Clear + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 225 + Item: Up_Narcis_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 226 + Item: Up_Royal_Bow_K + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 227 + Item: Up_Scalet_Dragon_L_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 228 + Item: Up_Crimson_Rose + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 229 + Item: Up_Master_Soul_Rifle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 230 + Item: Up_Demon_S_Shot + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 231 + Item: Up_The_Black_Gatling + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 232 + Item: Up_Golden_L_Launcher + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 233 + Item: Bio_Test_Fragment + Rate: 320 + Amount: 36 + - Index: 234 + Item: Bio_Test_Fragment + Rate: 320 + Amount: 37 + - Index: 235 + Item: Bio_Test_Fragment + Rate: 320 + Amount: 38 + - Index: 236 + Item: Bio_Test_Fragment + Rate: 320 + Amount: 39 + - Index: 237 + Item: Bio_Test_Fragment + Rate: 320 + Amount: 40 + - Index: 238 + Item: Bio_Reseearch_Docu + Rate: 320 + Amount: 36 + - Index: 239 + Item: Bio_Reseearch_Docu + Rate: 320 + Amount: 37 + - Index: 240 + Item: Bio_Reseearch_Docu + Rate: 320 + Amount: 38 + - Index: 241 + Item: Bio_Reseearch_Docu + Rate: 320 + Amount: 39 + - Index: 242 + Item: Bio_Reseearch_Docu + Rate: 320 + Amount: 40 + - Group: SAKRAY_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001480 + Rate: 500 + Amount: 5 + - Index: 1 + Item: aegis_1001480 + Rate: 500 + Amount: 6 + - Index: 2 + Item: aegis_1001480 + Rate: 500 + Amount: 7 + - Index: 3 + Item: aegis_1001480 + Rate: 500 + Amount: 8 + - Index: 4 + Item: Poenetentia_Aegis + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Poenitentia_Gladius + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Poenitentia_Ligula + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Poenitentia_Orbis + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Poenitentia_Mucro + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Poenetentia_Dilacero + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Poenitentia_Sol + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Poenitentia_Jana + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 12 + Item: Poenitentia_Hasta + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 13 + Item: Poenitentia_Codex + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 14 + Item: Poenitentia_Liber + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 15 + Item: Poenitentia_Radius + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 16 + Item: Poenitentia_Scipio + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 17 + Item: Poenitentia_Crystallum + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 18 + Item: Poenitentia_Planta + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 19 + Item: Poenitentia_Ramus + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 20 + Item: Poenitentia_Ferrum + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 21 + Item: Poenitentia_Caestus + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Poenitentia_Ungula + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 23 + Item: Poenitentia_Chorda + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 24 + Item: Poenitentia_Flagellum + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 25 + Item: Poenitentia_Clava + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 26 + Item: Poenitentia_Pendulus + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 27 + Item: Poenitentia_Ensis + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 28 + Item: Poenitentia_Manus + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 29 + Item: Poenitentia_Ascia + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 30 + Item: Poenitentia_Catapulta + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 31 + Item: Poenitentia_Termes + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 32 + Item: Poenitentia_Virga + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 33 + Item: Poenitentia_Tenon + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 34 + Item: Poenitentia_Nervus + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 35 + Item: Poenetentia_Attendo + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 36 + Item: Poenetentia_Vatia + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 37 + Item: Poenitentia_Foramen + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 38 + Item: Poenitentia_Penet + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 39 + Item: Poenitentia_Veloci + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 40 + Item: Poenitentia_Ruina + Rate: 25 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 41 + Item: Poenetentia_Aegis + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 42 + Item: Poenitentia_Gladius + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 43 + Item: Poenitentia_Ligula + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 44 + Item: Poenitentia_Orbis + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 45 + Item: Poenitentia_Mucro + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 46 + Item: Poenetentia_Dilacero + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 47 + Item: Poenitentia_Sol + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 48 + Item: Poenitentia_Jana + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 49 + Item: Poenitentia_Hasta + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 50 + Item: Poenitentia_Codex + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 51 + Item: Poenitentia_Liber + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 52 + Item: Poenitentia_Radius + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 53 + Item: Poenitentia_Scipio + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 54 + Item: Poenitentia_Crystallum + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 55 + Item: Poenitentia_Planta + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 56 + Item: Poenitentia_Ramus + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 57 + Item: Poenitentia_Ferrum + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 58 + Item: Poenitentia_Caestus + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 59 + Item: Poenitentia_Ungula + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 60 + Item: Poenitentia_Chorda + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 61 + Item: Poenitentia_Flagellum + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 62 + Item: Poenitentia_Clava + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 63 + Item: Poenitentia_Pendulus + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 64 + Item: Poenitentia_Ensis + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 65 + Item: Poenitentia_Manus + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 66 + Item: Poenitentia_Ascia + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 67 + Item: Poenitentia_Catapulta + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 68 + Item: Poenitentia_Termes + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 69 + Item: Poenitentia_Virga + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 70 + Item: Poenitentia_Tenon + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 71 + Item: Poenitentia_Nervus + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 72 + Item: Poenetentia_Attendo + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 73 + Item: Poenetentia_Vatia + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 74 + Item: Poenitentia_Foramen + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 75 + Item: Poenitentia_Penet + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 76 + Item: Poenitentia_Veloci + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 77 + Item: Poenitentia_Ruina + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 78 + Item: Poenetentia_Aegis + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 79 + Item: Poenitentia_Gladius + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 80 + Item: Poenitentia_Ligula + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 81 + Item: Poenitentia_Orbis + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 82 + Item: Poenitentia_Mucro + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 83 + Item: Poenetentia_Dilacero + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 84 + Item: Poenitentia_Sol + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 85 + Item: Poenitentia_Jana + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 86 + Item: Poenitentia_Hasta + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 87 + Item: Poenitentia_Codex + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 88 + Item: Poenitentia_Liber + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 89 + Item: Poenitentia_Radius + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 90 + Item: Poenitentia_Scipio + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 91 + Item: Poenitentia_Crystallum + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 92 + Item: Poenitentia_Planta + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 93 + Item: Poenitentia_Ramus + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 94 + Item: Poenitentia_Ferrum + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 95 + Item: Poenitentia_Caestus + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 96 + Item: Poenitentia_Ungula + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 97 + Item: Poenitentia_Chorda + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 98 + Item: Poenitentia_Flagellum + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 99 + Item: Poenitentia_Clava + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 100 + Item: Poenitentia_Pendulus + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 101 + Item: Poenitentia_Ensis + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 102 + Item: Poenitentia_Manus + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 103 + Item: Poenitentia_Ascia + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 104 + Item: Poenitentia_Catapulta + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 105 + Item: Poenitentia_Termes + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 106 + Item: Poenitentia_Virga + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 107 + Item: Poenitentia_Tenon + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 108 + Item: Poenitentia_Nervus + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 109 + Item: Poenetentia_Attendo + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 110 + Item: Poenetentia_Vatia + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 111 + Item: Poenitentia_Foramen + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 112 + Item: Poenitentia_Penet + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 113 + Item: Poenitentia_Veloci + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 114 + Item: Poenitentia_Ruina + Rate: 24 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 115 + Item: Poenetentia_Aegis + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 116 + Item: Poenitentia_Gladius + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 117 + Item: Poenitentia_Ligula + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 118 + Item: Poenitentia_Orbis + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 119 + Item: Poenitentia_Mucro + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 120 + Item: Poenetentia_Dilacero + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 121 + Item: Poenitentia_Sol + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 122 + Item: Poenitentia_Jana + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 123 + Item: Poenitentia_Hasta + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 124 + Item: Poenitentia_Codex + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 125 + Item: Poenitentia_Liber + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 126 + Item: Poenitentia_Radius + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 127 + Item: Poenitentia_Scipio + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 128 + Item: Poenitentia_Crystallum + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 129 + Item: Poenitentia_Planta + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 130 + Item: Poenitentia_Ramus + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 131 + Item: Poenitentia_Ferrum + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 132 + Item: Poenitentia_Caestus + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 133 + Item: Poenitentia_Ungula + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 134 + Item: Poenitentia_Chorda + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 135 + Item: Poenitentia_Flagellum + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 136 + Item: Poenitentia_Clava + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 137 + Item: Poenitentia_Pendulus + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 138 + Item: Poenitentia_Ensis + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 139 + Item: Poenitentia_Manus + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 140 + Item: Poenitentia_Ascia + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 141 + Item: Poenitentia_Catapulta + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 142 + Item: Poenitentia_Termes + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 143 + Item: Poenitentia_Virga + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 144 + Item: Poenitentia_Tenon + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 145 + Item: Poenitentia_Nervus + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 146 + Item: Poenetentia_Attendo + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 147 + Item: Poenetentia_Vatia + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 148 + Item: Poenitentia_Foramen + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 149 + Item: Poenitentia_Penet + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 150 + Item: Poenitentia_Veloci + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 151 + Item: Poenitentia_Ruina + Rate: 24 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 152 + Item: Poenetentia_Aegis + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 153 + Item: Poenitentia_Gladius + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 154 + Item: Poenitentia_Ligula + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 155 + Item: Poenitentia_Orbis + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 156 + Item: Poenitentia_Mucro + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 157 + Item: Poenetentia_Dilacero + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 158 + Item: Poenitentia_Sol + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 159 + Item: Poenitentia_Jana + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 160 + Item: Poenitentia_Hasta + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 161 + Item: Poenitentia_Codex + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 162 + Item: Poenitentia_Liber + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 163 + Item: Poenitentia_Radius + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 164 + Item: Poenitentia_Scipio + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 165 + Item: Poenitentia_Crystallum + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 166 + Item: Poenitentia_Planta + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 167 + Item: Poenitentia_Ramus + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 168 + Item: Poenitentia_Ferrum + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 169 + Item: Poenitentia_Caestus + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 170 + Item: Poenitentia_Ungula + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 171 + Item: Poenitentia_Chorda + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 172 + Item: Poenitentia_Flagellum + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 173 + Item: Poenitentia_Clava + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 174 + Item: Poenitentia_Pendulus + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 175 + Item: Poenitentia_Ensis + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 176 + Item: Poenitentia_Manus + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 177 + Item: Poenitentia_Ascia + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 178 + Item: Poenitentia_Catapulta + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 179 + Item: Poenitentia_Termes + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 180 + Item: Poenitentia_Virga + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 181 + Item: Poenitentia_Tenon + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 182 + Item: Poenitentia_Nervus + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 183 + Item: Poenetentia_Attendo + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 184 + Item: Poenetentia_Vatia + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 185 + Item: Poenitentia_Foramen + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 186 + Item: Poenitentia_Penet + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 187 + Item: Poenitentia_Veloci + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 188 + Item: Poenitentia_Ruina + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 189 + Item: Mine_As + Rate: 200 + Amount: 41 + - Index: 190 + Item: Mine_As + Rate: 200 + Amount: 42 + - Index: 191 + Item: Mine_As + Rate: 200 + Amount: 43 + - Index: 192 + Item: Mine_As + Rate: 200 + Amount: 44 + - Index: 193 + Item: Mine_As + Rate: 200 + Amount: 45 + - Index: 194 + Item: Mine_As + Rate: 200 + Amount: 46 + - Index: 195 + Item: Mine_As + Rate: 200 + Amount: 47 + - Index: 196 + Item: Mine_As + Rate: 200 + Amount: 48 + - Index: 197 + Item: Mine_As + Rate: 200 + Amount: 49 + - Index: 198 + Item: Mine_As + Rate: 200 + Amount: 50 + - Index: 199 + Item: Mine_As + Rate: 200 + Amount: 51 + - Index: 200 + Item: Mine_As + Rate: 200 + Amount: 52 + - Index: 201 + Item: Mine_As + Rate: 200 + Amount: 53 + - Index: 202 + Item: Mine_As + Rate: 200 + Amount: 54 + - Index: 203 + Item: Mine_As + Rate: 199 + Amount: 55 + - Index: 204 + Item: Sakray_Fury + Rate: 100 + Amount: 5 + - Index: 205 + Item: Sakray_Fury + Rate: 99 + Amount: 6 + - Index: 206 + Item: Sakray_Fury + Rate: 99 + Amount: 7 + - Index: 207 + Item: Sakray_Fury2 + Rate: 99 + Amount: 2 + - Index: 208 + Item: Sakray_Fury2 + Rate: 99 + Amount: 3 + - Index: 209 + Item: Sakray_Fury2 + Rate: 99 + Amount: 4 + - Index: 210 + Item: Sakray_Regret + Rate: 100 + Amount: 5 + - Index: 211 + Item: Sakray_Regret + Rate: 99 + Amount: 6 + - Index: 212 + Item: Sakray_Regret + Rate: 99 + Amount: 7 + - Index: 213 + Item: Sakray_Regret2 + Rate: 99 + Amount: 2 + - Index: 214 + Item: Sakray_Regret2 + Rate: 99 + Amount: 3 + - Index: 215 + Item: Sakray_Regret2 + Rate: 99 + Amount: 4 + - Group: AIRBOAT_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001480 + Rate: 1000 + Amount: 5 + - Index: 1 + Item: aegis_1001480 + Rate: 1000 + Amount: 6 + - Index: 2 + Item: aegis_1001480 + Rate: 1000 + Amount: 7 + - Index: 3 + Item: aegis_1001480 + Rate: 1000 + Amount: 8 + - Index: 4 + Item: MD_Airboat_Boots + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 5 + Item: MD_Airboat_Boots2 + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: MD_Airboat_Boots3 + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: MD_Airboat_Boots4 + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: MD_Airboat_Boots5 + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: MD_Airboat_Boots6 + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: MD_Airboat_Boots + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 11 + Item: MD_Airboat_Boots2 + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 12 + Item: MD_Airboat_Boots3 + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 13 + Item: MD_Airboat_Boots4 + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 14 + Item: MD_Airboat_Boots5 + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 15 + Item: MD_Airboat_Boots6 + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 16 + Item: MD_Airboat_Boots + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 17 + Item: MD_Airboat_Boots2 + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 18 + Item: MD_Airboat_Boots3 + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 19 + Item: MD_Airboat_Boots4 + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 20 + Item: MD_Airboat_Boots5 + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 21 + Item: MD_Airboat_Boots6 + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 22 + Item: MD_Airboat_Boots + Rate: 40 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 23 + Item: MD_Airboat_Boots2 + Rate: 40 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 24 + Item: MD_Airboat_Boots3 + Rate: 40 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 25 + Item: MD_Airboat_Boots4 + Rate: 40 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 26 + Item: MD_Airboat_Boots5 + Rate: 40 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 27 + Item: MD_Airboat_Boots6 + Rate: 40 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 28 + Item: MD_Airboat_Boots + Rate: 5 + RefineMinimum: 13 + RefineMaximum: 13 + - Index: 29 + Item: MD_Airboat_Boots2 + Rate: 5 + RefineMinimum: 13 + RefineMaximum: 13 + - Index: 30 + Item: MD_Airboat_Boots3 + Rate: 5 + RefineMinimum: 13 + RefineMaximum: 13 + - Index: 31 + Item: MD_Airboat_Boots4 + Rate: 5 + RefineMinimum: 13 + RefineMaximum: 13 + - Index: 32 + Item: MD_Airboat_Boots5 + Rate: 5 + RefineMinimum: 13 + RefineMaximum: 13 + - Index: 33 + Item: MD_Airboat_Boots6 + Rate: 5 + RefineMinimum: 13 + RefineMaximum: 13 + - Index: 34 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 41 + - Index: 35 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 42 + - Index: 36 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 43 + - Index: 37 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 44 + - Index: 38 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 45 + - Index: 39 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 46 + - Index: 40 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 47 + - Index: 41 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 48 + - Index: 42 + Item: MD_Airboat_Tokken + Rate: 310 + Amount: 49 + - Index: 43 + Item: MD_Airboat_Tokken + Rate: 300 + Amount: 50 + - Index: 44 + Item: MD_Airboat_Reward + Rate: 300 + - Index: 45 + Item: MD_Airboat_Reward + Rate: 300 + Amount: 2 + - Index: 46 + Item: MD_Airboat_Reward + Rate: 300 + Amount: 3 + - Group: CELINE_KIMI_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1300 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1300 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1300 + Amount: 5 + - Index: 3 + Item: Celine_Dress + Rate: 300 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: Celine_Dress + Rate: 150 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 5 + Item: Celine_Dress + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Celine_Dress + Rate: 30 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 7 + Item: Celine_Dress + Rate: 15 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 8 + Item: Celine_Dress + Rate: 5 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 9 + Item: Celines_Ribbon + Rate: 300 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Celines_Ribbon + Rate: 150 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 11 + Item: Celines_Ribbon + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: Celines_Ribbon + Rate: 30 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 13 + Item: Celines_Ribbon + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 14 + Item: Evilspirit_Gloves + Rate: 400 + - Index: 15 + Item: Celine_Brooch_K + Rate: 400 + - Index: 16 + Item: Hurt_Mind + Rate: 400 + - Index: 17 + Item: KindHeart + Rate: 400 + - Index: 18 + Item: Red_Lantern + Rate: 400 + - Index: 19 + Item: Bloody_Coin + Rate: 200 + Amount: 31 + - Index: 20 + Item: Bloody_Coin + Rate: 200 + Amount: 32 + - Index: 21 + Item: Bloody_Coin + Rate: 200 + Amount: 33 + - Index: 22 + Item: Bloody_Coin + Rate: 200 + Amount: 34 + - Index: 23 + Item: Bloody_Coin + Rate: 200 + Amount: 35 + - Index: 24 + Item: Bloody_Coin + Rate: 200 + Amount: 36 + - Index: 25 + Item: Bloody_Coin + Rate: 200 + Amount: 37 + - Index: 26 + Item: Bloody_Coin + Rate: 200 + Amount: 38 + - Index: 27 + Item: Bloody_Coin + Rate: 200 + Amount: 39 + - Index: 28 + Item: Bloody_Coin + Rate: 200 + Amount: 40 + - Index: 29 + Item: Bloody_Coin + Rate: 200 + Amount: 41 + - Index: 30 + Item: Bloody_Coin + Rate: 200 + Amount: 42 + - Index: 31 + Item: Bloody_Coin + Rate: 200 + Amount: 43 + - Index: 32 + Item: Bloody_Coin + Rate: 200 + Amount: 44 + - Index: 33 + Item: Bloody_Coin + Rate: 200 + Amount: 45 + - Group: MIGUEL_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Illusion_Armor_A + Rate: 155 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 4 + Item: Illusion_Armor_B + Rate: 155 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 5 + Item: Illusion_Leg_A + Rate: 155 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Illusion_Leg_B + Rate: 155 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Illusion_Engine_A + Rate: 155 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Illusion_Engine_B + Rate: 155 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Illusion_Armor_A + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 10 + Item: Illusion_Armor_B + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 11 + Item: Illusion_Leg_A + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 12 + Item: Illusion_Leg_B + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 13 + Item: Illusion_Engine_A + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 14 + Item: Illusion_Engine_B + Rate: 105 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 15 + Item: Illusion_Armor_A + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 16 + Item: Illusion_Armor_B + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 17 + Item: Illusion_Leg_A + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 18 + Item: Illusion_Leg_B + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 19 + Item: Illusion_Engine_A + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 20 + Item: Illusion_Engine_B + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 21 + Item: Illusion_B_R + Rate: 80 + - Index: 22 + Item: Illusion_B_L + Rate: 80 + - Index: 23 + Item: Illusion_BC_R + Rate: 80 + - Index: 24 + Item: Illusion_BC_L + Rate: 80 + - Index: 25 + Item: EP17_1_EVT39 + Rate: 400 + Amount: 11 + - Index: 26 + Item: EP17_1_EVT39 + Rate: 400 + Amount: 12 + - Index: 27 + Item: EP17_1_EVT39 + Rate: 300 + Amount: 13 + - Index: 28 + Item: EP17_1_EVT39 + Rate: 300 + Amount: 14 + - Index: 29 + Item: EP17_1_EVT39 + Rate: 300 + Amount: 15 + - Index: 30 + Item: EP17_1_EVT39 + Rate: 300 + Amount: 16 + - Index: 31 + Item: EP17_1_EVT39 + Rate: 300 + Amount: 17 + - Index: 32 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 18 + - Index: 33 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 19 + - Index: 34 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 20 + - Index: 35 + Item: EP17_1_EVT02 + Rate: 400 + Amount: 11 + - Index: 36 + Item: EP17_1_EVT02 + Rate: 400 + Amount: 12 + - Index: 37 + Item: EP17_1_EVT02 + Rate: 300 + Amount: 13 + - Index: 38 + Item: EP17_1_EVT02 + Rate: 300 + Amount: 14 + - Index: 39 + Item: EP17_1_EVT02 + Rate: 200 + Amount: 15 + - Index: 40 + Item: EP17_1_EVT02 + Rate: 100 + Amount: 16 + - Index: 41 + Item: EP17_1_EVT02 + Rate: 100 + Amount: 17 + - Index: 42 + Item: EP17_1_EVT02 + Rate: 100 + Amount: 18 + - Index: 43 + Item: EP17_1_EVT02 + Rate: 100 + Amount: 19 + - Index: 44 + Item: EP17_1_EVT02 + Rate: 100 + Amount: 20 + - Group: EL_A17T_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Burning_Knuckle_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 4 + Item: Cannon_Rapier_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 5 + Item: Saphir_Hall_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Ultio_Spes_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Virtual_Bow_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: MH_P89_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: AC_B44_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: Beam_Claymore_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: Rutilus_Stick_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: Meuchler_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: Blasti_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: HR_S55_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: Circuit_Board_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Kuroiro_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Boost_Lance_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: ElectricFox_OS + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Burning_Knuckle_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 20 + Item: Cannon_Rapier_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 21 + Item: Saphir_Hall_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 22 + Item: Ultio_Spes_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 23 + Item: Virtual_Bow_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 24 + Item: MH_P89_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 25 + Item: AC_B44_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 26 + Item: Beam_Claymore_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 27 + Item: Rutilus_Stick_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 28 + Item: Meuchler_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 29 + Item: Blasti_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 30 + Item: HR_S55_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: Circuit_Board_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: Kuroiro_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: Boost_Lance_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 34 + Item: ElectricFox_OS + Rate: 50 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 35 + Item: Burning_Knuckle_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 36 + Item: Cannon_Rapier_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 37 + Item: Saphir_Hall_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 38 + Item: Ultio_Spes_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 39 + Item: Virtual_Bow_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 40 + Item: MH_P89_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 41 + Item: AC_B44_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 42 + Item: Beam_Claymore_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 43 + Item: Rutilus_Stick_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 44 + Item: Meuchler_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 45 + Item: Blasti_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 46 + Item: HR_S55_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 47 + Item: Circuit_Board_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 48 + Item: Kuroiro_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 49 + Item: Boost_Lance_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 50 + Item: ElectricFox_OS + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 51 + Item: EP17_1_EVT01 + Rate: 180 + Amount: 3 + - Index: 52 + Item: EP17_1_EVT01 + Rate: 180 + Amount: 4 + - Index: 53 + Item: EP17_1_EVT01 + Rate: 170 + Amount: 5 + - Index: 54 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 11 + - Index: 55 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 12 + - Index: 56 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 13 + - Index: 57 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 14 + - Index: 58 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 15 + - Index: 59 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 16 + - Index: 60 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 17 + - Index: 61 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 18 + - Index: 62 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 19 + - Index: 63 + Item: EP17_1_EVT39 + Rate: 200 + Amount: 20 + - Index: 64 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 11 + - Index: 65 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 12 + - Index: 66 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 13 + - Index: 67 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 14 + - Index: 68 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 15 + - Index: 69 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 16 + - Index: 70 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 17 + - Index: 71 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 18 + - Index: 72 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 19 + - Index: 73 + Item: EP17_1_EVT02 + Rate: 190 + Amount: 20 + - Group: PITAYA_BOSS_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Auto_Armor_A + Rate: 155 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: Auto_Armor_B + Rate: 155 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Auto_Leg_A + Rate: 155 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Auto_Leg_B + Rate: 155 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Auto_Engine_A + Rate: 155 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Auto_Engine_B + Rate: 155 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Auto_Armor_A + Rate: 105 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 10 + Item: Auto_Armor_B + Rate: 105 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 11 + Item: Auto_Leg_A + Rate: 105 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 12 + Item: Auto_Leg_B + Rate: 105 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 13 + Item: Auto_Engine_A + Rate: 105 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 14 + Item: Auto_Engine_B + Rate: 105 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 15 + Item: Auto_Armor_A + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Auto_Armor_B + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Auto_Leg_A + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Auto_Leg_B + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Auto_Engine_A + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Auto_Engine_B + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Auto_B_R + Rate: 80 + - Index: 22 + Item: Auto_B_L + Rate: 80 + - Index: 23 + Item: Auto_BC_R + Rate: 80 + - Index: 24 + Item: Auto_BC_L + Rate: 80 + - Index: 25 + Item: Magical_Igni_Stone + Rate: 200 + - Index: 26 + Item: Magical_Igni_Stone + Rate: 200 + Amount: 2 + - Index: 27 + Item: Magical_Igni_Stone + Rate: 200 + Amount: 3 + - Index: 28 + Item: Magical_Igni_Stone + Rate: 200 + Amount: 4 + - Index: 29 + Item: Magical_Igni_Stone + Rate: 200 + Amount: 5 + - Index: 30 + Item: BarMealTicket + Rate: 400 + Amount: 11 + - Index: 31 + Item: BarMealTicket + Rate: 400 + Amount: 12 + - Index: 32 + Item: BarMealTicket + Rate: 400 + Amount: 13 + - Index: 33 + Item: BarMealTicket + Rate: 400 + Amount: 14 + - Index: 34 + Item: BarMealTicket + Rate: 400 + Amount: 15 + - Index: 35 + Item: BarMealTicket + Rate: 400 + Amount: 16 + - Index: 36 + Item: BarMealTicket + Rate: 400 + Amount: 17 + - Index: 37 + Item: BarMealTicket + Rate: 400 + Amount: 18 + - Index: 38 + Item: BarMealTicket + Rate: 400 + Amount: 19 + - Index: 39 + Item: BarMealTicket + Rate: 400 + Amount: 20 + - Group: SWEETY_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Ep172_1h_Sword + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: Ep172_1h_Wand + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Ep172_1h_Book + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Ep172_1h_Axe + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Ep172_1h_Sword2 + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Ep172_Bh_Bow + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Ep172_Bh_Bow2 + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Ep172_Bh_Knuck + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Ep172_1h_Spear + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 12 + Item: Ep172_Bh_Spear + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 13 + Item: Ep172_1h_Dagger + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 14 + Item: Ep172_Bh_Katar + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 15 + Item: Ep172_Bh_Staff + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 16 + Item: Ep172_1h_Book2 + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 17 + Item: Ep172_1h_Dagger2 + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 18 + Item: Ep172_1h_Whip + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 19 + Item: Ep172_1h_Inst + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 20 + Item: Ep172_Bh_Huuma + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 21 + Item: Ep172_1h_Hammer + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Ep172_1h_Foxtail + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 23 + Item: Ep172_1h_Rifle + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 24 + Item: Ep172_1h_Shotgun + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 25 + Item: Ep172_1h_Gatling + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 26 + Item: Ep172_1h_Grenade + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 27 + Item: Ep172_Bh_Sword + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 28 + Item: Ep172_Bh_Bow3 + Rate: 30 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 29 + Item: Ep172_1h_Sword + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 30 + Item: Ep172_1h_Wand + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 31 + Item: Ep172_1h_Book + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 32 + Item: Ep172_1h_Axe + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 33 + Item: Ep172_1h_Sword2 + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 34 + Item: Ep172_Bh_Bow + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 35 + Item: Ep172_Bh_Bow2 + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 36 + Item: Ep172_Bh_Knuck + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 37 + Item: Ep172_1h_Spear + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 38 + Item: Ep172_Bh_Spear + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 39 + Item: Ep172_1h_Dagger + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 40 + Item: Ep172_Bh_Katar + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 41 + Item: Ep172_Bh_Staff + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 42 + Item: Ep172_1h_Book2 + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 43 + Item: Ep172_1h_Dagger2 + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 44 + Item: Ep172_1h_Whip + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 45 + Item: Ep172_1h_Inst + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 46 + Item: Ep172_Bh_Huuma + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 47 + Item: Ep172_1h_Hammer + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 48 + Item: Ep172_1h_Foxtail + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 49 + Item: Ep172_1h_Rifle + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 50 + Item: Ep172_1h_Shotgun + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 51 + Item: Ep172_1h_Gatling + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 52 + Item: Ep172_1h_Grenade + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 53 + Item: Ep172_Bh_Sword + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 54 + Item: Ep172_Bh_Bow3 + Rate: 25 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 55 + Item: Ep172_1h_Sword + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 56 + Item: Ep172_1h_Wand + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 57 + Item: Ep172_1h_Book + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 58 + Item: Ep172_1h_Axe + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 59 + Item: Ep172_1h_Sword2 + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 60 + Item: Ep172_Bh_Bow + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 61 + Item: Ep172_Bh_Bow2 + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 62 + Item: Ep172_Bh_Knuck + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 63 + Item: Ep172_1h_Spear + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 64 + Item: Ep172_Bh_Spear + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 65 + Item: Ep172_1h_Dagger + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 66 + Item: Ep172_Bh_Katar + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 67 + Item: Ep172_Bh_Staff + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 68 + Item: Ep172_1h_Book2 + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 69 + Item: Ep172_1h_Dagger2 + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 70 + Item: Ep172_1h_Whip + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 71 + Item: Ep172_1h_Inst + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 72 + Item: Ep172_Bh_Huuma + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 73 + Item: Ep172_1h_Hammer + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 74 + Item: Ep172_1h_Foxtail + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 75 + Item: Ep172_1h_Rifle + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 76 + Item: Ep172_1h_Shotgun + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 77 + Item: Ep172_1h_Gatling + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 78 + Item: Ep172_1h_Grenade + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 79 + Item: Ep172_Bh_Sword + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 80 + Item: Ep172_Bh_Bow3 + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 81 + Item: Ep172_1h_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 82 + Item: Ep172_1h_Wand + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 83 + Item: Ep172_1h_Book + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 84 + Item: Ep172_1h_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 85 + Item: Ep172_1h_Sword2 + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 86 + Item: Ep172_Bh_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 87 + Item: Ep172_Bh_Bow2 + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 88 + Item: Ep172_Bh_Knuck + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 89 + Item: Ep172_1h_Spear + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 90 + Item: Ep172_Bh_Spear + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 91 + Item: Ep172_1h_Dagger + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 92 + Item: Ep172_Bh_Katar + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 93 + Item: Ep172_Bh_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 94 + Item: Ep172_1h_Book2 + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 95 + Item: Ep172_1h_Dagger2 + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 96 + Item: Ep172_1h_Whip + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 97 + Item: Ep172_1h_Inst + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 98 + Item: Ep172_Bh_Huuma + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 99 + Item: Ep172_1h_Hammer + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 100 + Item: Ep172_1h_Foxtail + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 101 + Item: Ep172_1h_Rifle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 102 + Item: Ep172_1h_Shotgun + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 103 + Item: Ep172_1h_Gatling + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 104 + Item: Ep172_1h_Grenade + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 105 + Item: Ep172_Bh_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 106 + Item: Ep172_Bh_Bow3 + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 107 + Item: Ep172_1h_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 108 + Item: Ep172_1h_Wand + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 109 + Item: Ep172_1h_Book + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 110 + Item: Ep172_1h_Axe + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 111 + Item: Ep172_1h_Sword2 + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 112 + Item: Ep172_Bh_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 113 + Item: Ep172_Bh_Bow2 + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 114 + Item: Ep172_Bh_Knuck + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 115 + Item: Ep172_1h_Spear + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 116 + Item: Ep172_Bh_Spear + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 117 + Item: Ep172_1h_Dagger + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 118 + Item: Ep172_Bh_Katar + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 119 + Item: Ep172_Bh_Staff + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 120 + Item: Ep172_1h_Book2 + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 121 + Item: Ep172_1h_Dagger2 + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 122 + Item: Ep172_1h_Whip + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 123 + Item: Ep172_1h_Inst + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 124 + Item: Ep172_Bh_Huuma + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 125 + Item: Ep172_1h_Hammer + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 126 + Item: Ep172_1h_Foxtail + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 127 + Item: Ep172_1h_Rifle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 128 + Item: Ep172_1h_Shotgun + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 129 + Item: Ep172_1h_Gatling + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 130 + Item: Ep172_1h_Grenade + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 131 + Item: Ep172_Bh_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 132 + Item: Ep172_Bh_Bow3 + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 133 + Item: Magical_Igni_Stone + Rate: 315 + - Index: 134 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 2 + - Index: 135 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 3 + - Index: 136 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 4 + - Index: 137 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 5 + - Index: 138 + Item: BarMealTicket + Rate: 300 + Amount: 11 + - Index: 139 + Item: BarMealTicket + Rate: 300 + Amount: 12 + - Index: 140 + Item: BarMealTicket + Rate: 300 + Amount: 13 + - Index: 141 + Item: BarMealTicket + Rate: 300 + Amount: 14 + - Index: 142 + Item: BarMealTicket + Rate: 300 + Amount: 15 + - Index: 143 + Item: BarMealTicket + Rate: 300 + Amount: 16 + - Index: 144 + Item: BarMealTicket + Rate: 300 + Amount: 17 + - Index: 145 + Item: BarMealTicket + Rate: 300 + Amount: 18 + - Index: 146 + Item: BarMealTicket + Rate: 300 + Amount: 19 + - Index: 147 + Item: BarMealTicket + Rate: 300 + Amount: 20 + - Group: REDPEPPER_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 1000 + Amount: 4 + - Index: 1 + Item: aegis_1001478 + Rate: 1000 + Amount: 5 + - Index: 2 + Item: aegis_1001478 + Rate: 1000 + Amount: 6 + - Index: 3 + Item: aegis_1001478 + Rate: 1000 + Amount: 7 + - Index: 4 + Item: Ep172_1h_Sword + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Ep172_1h_Wand + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Ep172_1h_Book + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Ep172_1h_Axe + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Ep172_1h_Sword2 + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Ep172_Bh_Bow + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Ep172_Bh_Bow2 + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Ep172_Bh_Knuck + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 12 + Item: Ep172_1h_Spear + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 13 + Item: Ep172_Bh_Spear + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 14 + Item: Ep172_1h_Dagger + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 15 + Item: Ep172_Bh_Katar + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 16 + Item: Ep172_Bh_Staff + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 17 + Item: Ep172_1h_Book2 + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 18 + Item: Ep172_1h_Dagger2 + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 19 + Item: Ep172_1h_Whip + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 20 + Item: Ep172_1h_Inst + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 21 + Item: Ep172_Bh_Huuma + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Ep172_1h_Hammer + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 23 + Item: Ep172_1h_Foxtail + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 24 + Item: Ep172_1h_Rifle + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 25 + Item: Ep172_1h_Shotgun + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 26 + Item: Ep172_1h_Gatling + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 27 + Item: Ep172_1h_Grenade + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 28 + Item: Ep172_Bh_Sword + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 29 + Item: Ep172_Bh_Bow3 + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 30 + Item: Ep172_1h_Sword + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 31 + Item: Ep172_1h_Wand + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 32 + Item: Ep172_1h_Book + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 33 + Item: Ep172_1h_Axe + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 34 + Item: Ep172_1h_Sword2 + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 35 + Item: Ep172_Bh_Bow + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 36 + Item: Ep172_Bh_Bow2 + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 37 + Item: Ep172_Bh_Knuck + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 38 + Item: Ep172_1h_Spear + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 39 + Item: Ep172_Bh_Spear + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 40 + Item: Ep172_1h_Dagger + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 41 + Item: Ep172_Bh_Katar + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 42 + Item: Ep172_Bh_Staff + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 43 + Item: Ep172_1h_Book2 + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 44 + Item: Ep172_1h_Dagger2 + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 45 + Item: Ep172_1h_Whip + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 46 + Item: Ep172_1h_Inst + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 47 + Item: Ep172_Bh_Huuma + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 48 + Item: Ep172_1h_Hammer + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 49 + Item: Ep172_1h_Foxtail + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 50 + Item: Ep172_1h_Rifle + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 51 + Item: Ep172_1h_Shotgun + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 52 + Item: Ep172_1h_Gatling + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 53 + Item: Ep172_1h_Grenade + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 54 + Item: Ep172_Bh_Sword + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 55 + Item: Ep172_Bh_Bow3 + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 56 + Item: Ep172_1h_Sword + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 57 + Item: Ep172_1h_Wand + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 58 + Item: Ep172_1h_Book + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 59 + Item: Ep172_1h_Axe + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 60 + Item: Ep172_1h_Sword2 + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 61 + Item: Ep172_Bh_Bow + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 62 + Item: Ep172_Bh_Bow2 + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 63 + Item: Ep172_Bh_Knuck + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 64 + Item: Ep172_1h_Spear + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 65 + Item: Ep172_Bh_Spear + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 66 + Item: Ep172_1h_Dagger + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 67 + Item: Ep172_Bh_Katar + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 68 + Item: Ep172_Bh_Staff + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 69 + Item: Ep172_1h_Book2 + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 70 + Item: Ep172_1h_Dagger2 + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 71 + Item: Ep172_1h_Whip + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 72 + Item: Ep172_1h_Inst + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 73 + Item: Ep172_Bh_Huuma + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 74 + Item: Ep172_1h_Hammer + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 75 + Item: Ep172_1h_Foxtail + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 76 + Item: Ep172_1h_Rifle + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 77 + Item: Ep172_1h_Shotgun + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 78 + Item: Ep172_1h_Gatling + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 79 + Item: Ep172_1h_Grenade + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 80 + Item: Ep172_Bh_Sword + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 81 + Item: Ep172_Bh_Bow3 + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 82 + Item: Ep172_1h_Sword + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 83 + Item: Ep172_1h_Wand + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 84 + Item: Ep172_1h_Book + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 85 + Item: Ep172_1h_Axe + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 86 + Item: Ep172_1h_Sword2 + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 87 + Item: Ep172_Bh_Bow + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 88 + Item: Ep172_Bh_Bow2 + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 89 + Item: Ep172_Bh_Knuck + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 90 + Item: Ep172_1h_Spear + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 91 + Item: Ep172_Bh_Spear + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 92 + Item: Ep172_1h_Dagger + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 93 + Item: Ep172_Bh_Katar + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 94 + Item: Ep172_Bh_Staff + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 95 + Item: Ep172_1h_Book2 + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 96 + Item: Ep172_1h_Dagger2 + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 97 + Item: Ep172_1h_Whip + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 98 + Item: Ep172_1h_Inst + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 99 + Item: Ep172_Bh_Huuma + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 100 + Item: Ep172_1h_Hammer + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 101 + Item: Ep172_1h_Foxtail + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 102 + Item: Ep172_1h_Rifle + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 103 + Item: Ep172_1h_Shotgun + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 104 + Item: Ep172_1h_Gatling + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 105 + Item: Ep172_1h_Grenade + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 106 + Item: Ep172_Bh_Sword + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 107 + Item: Ep172_Bh_Bow3 + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 108 + Item: Ep172_1h_Sword + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 109 + Item: Ep172_1h_Wand + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 110 + Item: Ep172_1h_Book + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 111 + Item: Ep172_1h_Axe + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 112 + Item: Ep172_1h_Sword2 + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 113 + Item: Ep172_Bh_Bow + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 114 + Item: Ep172_Bh_Bow2 + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 115 + Item: Ep172_Bh_Knuck + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 116 + Item: Ep172_1h_Spear + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 117 + Item: Ep172_Bh_Spear + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 118 + Item: Ep172_1h_Dagger + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 119 + Item: Ep172_Bh_Katar + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 120 + Item: Ep172_Bh_Staff + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 121 + Item: Ep172_1h_Book2 + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 122 + Item: Ep172_1h_Dagger2 + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 123 + Item: Ep172_1h_Whip + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 124 + Item: Ep172_1h_Inst + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 125 + Item: Ep172_Bh_Huuma + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 126 + Item: Ep172_1h_Hammer + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 127 + Item: Ep172_1h_Foxtail + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 128 + Item: Ep172_1h_Rifle + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 129 + Item: Ep172_1h_Shotgun + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 130 + Item: Ep172_1h_Gatling + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 131 + Item: Ep172_1h_Grenade + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 132 + Item: Ep172_Bh_Sword + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 133 + Item: Ep172_Bh_Bow3 + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 134 + Item: Auto_Armor_A + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 135 + Item: Auto_Armor_B + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 136 + Item: Auto_Leg_A + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 137 + Item: Auto_Leg_B + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 138 + Item: Auto_Engine_A + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 139 + Item: Auto_Engine_B + Rate: 32 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 140 + Item: Auto_Armor_A + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 141 + Item: Auto_Armor_B + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 142 + Item: Auto_Leg_A + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 143 + Item: Auto_Leg_B + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 144 + Item: Auto_Engine_A + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 145 + Item: Auto_Engine_B + Rate: 24 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 146 + Item: Auto_Armor_A + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 147 + Item: Auto_Armor_B + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 148 + Item: Auto_Leg_A + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 149 + Item: Auto_Leg_B + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 150 + Item: Auto_Engine_A + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 151 + Item: Auto_Engine_B + Rate: 15 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 152 + Item: Auto_Armor_A + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 153 + Item: Auto_Armor_B + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 154 + Item: Auto_Leg_A + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 155 + Item: Auto_Leg_B + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 156 + Item: Auto_Engine_A + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 157 + Item: Auto_Engine_B + Rate: 12 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 158 + Item: Auto_Armor_A + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 159 + Item: Auto_Armor_B + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 160 + Item: Auto_Leg_A + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 161 + Item: Auto_Leg_B + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 162 + Item: Auto_Engine_A + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 163 + Item: Auto_Engine_B + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 164 + Item: Auto_B_R + Rate: 22 + - Index: 165 + Item: Auto_B_L + Rate: 22 + - Index: 166 + Item: Auto_BC_R + Rate: 22 + - Index: 167 + Item: Auto_BC_L + Rate: 22 + - Index: 168 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 3 + - Index: 169 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 4 + - Index: 170 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 5 + - Index: 171 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 6 + - Index: 172 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 7 + - Index: 173 + Item: BarMealTicket + Rate: 300 + Amount: 21 + - Index: 174 + Item: BarMealTicket + Rate: 300 + Amount: 22 + - Index: 175 + Item: BarMealTicket + Rate: 300 + Amount: 23 + - Index: 176 + Item: BarMealTicket + Rate: 300 + Amount: 24 + - Index: 177 + Item: BarMealTicket + Rate: 300 + Amount: 25 + - Group: REDPEPPER_ANTIQUITY2 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001479 + Rate: 800 + Amount: 3 + - Index: 1 + Item: aegis_1001479 + Rate: 800 + Amount: 4 + - Index: 2 + Item: aegis_1001479 + Rate: 800 + Amount: 5 + - Index: 3 + Item: aegis_1001479 + Rate: 800 + Amount: 6 + - Index: 4 + Item: aegis_1001479 + Rate: 800 + Amount: 7 + - Index: 5 + Item: Ep172_1h_Sword + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Ep172_1h_Wand + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Ep172_1h_Book + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Ep172_1h_Axe + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Ep172_1h_Sword2 + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: Ep172_Bh_Bow + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: Ep172_Bh_Bow2 + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: Ep172_Bh_Knuck + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: Ep172_1h_Spear + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: Ep172_Bh_Spear + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: Ep172_1h_Dagger + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Ep172_Bh_Katar + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Ep172_Bh_Staff + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Ep172_1h_Book2 + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Ep172_1h_Dagger2 + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Ep172_1h_Whip + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Ep172_1h_Inst + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: Ep172_Bh_Huuma + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: Ep172_1h_Hammer + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: Ep172_1h_Foxtail + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: Ep172_1h_Rifle + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: Ep172_1h_Shotgun + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: Ep172_1h_Gatling + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 28 + Item: Ep172_1h_Grenade + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 29 + Item: Ep172_Bh_Sword + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 30 + Item: Ep172_Bh_Bow3 + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 31 + Item: Ep172_1h_Sword + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: Ep172_1h_Wand + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: Ep172_1h_Book + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 34 + Item: Ep172_1h_Axe + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 35 + Item: Ep172_1h_Sword2 + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 36 + Item: Ep172_Bh_Bow + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 37 + Item: Ep172_Bh_Bow2 + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 38 + Item: Ep172_Bh_Knuck + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 39 + Item: Ep172_1h_Spear + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 40 + Item: Ep172_Bh_Spear + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 41 + Item: Ep172_1h_Dagger + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 42 + Item: Ep172_Bh_Katar + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 43 + Item: Ep172_Bh_Staff + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 44 + Item: Ep172_1h_Book2 + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 45 + Item: Ep172_1h_Dagger2 + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 46 + Item: Ep172_1h_Whip + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 47 + Item: Ep172_1h_Inst + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 48 + Item: Ep172_Bh_Huuma + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 49 + Item: Ep172_1h_Hammer + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 50 + Item: Ep172_1h_Foxtail + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 51 + Item: Ep172_1h_Rifle + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 52 + Item: Ep172_1h_Shotgun + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 53 + Item: Ep172_1h_Gatling + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 54 + Item: Ep172_1h_Grenade + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 55 + Item: Ep172_Bh_Sword + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 56 + Item: Ep172_Bh_Bow3 + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 57 + Item: Ep172_1h_Sword + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 58 + Item: Ep172_1h_Wand + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 59 + Item: Ep172_1h_Book + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 60 + Item: Ep172_1h_Axe + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 61 + Item: Ep172_1h_Sword2 + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 62 + Item: Ep172_Bh_Bow + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 63 + Item: Ep172_Bh_Bow2 + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 64 + Item: Ep172_Bh_Knuck + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 65 + Item: Ep172_1h_Spear + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 66 + Item: Ep172_Bh_Spear + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 67 + Item: Ep172_1h_Dagger + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 68 + Item: Ep172_Bh_Katar + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 69 + Item: Ep172_Bh_Staff + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 70 + Item: Ep172_1h_Book2 + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 71 + Item: Ep172_1h_Dagger2 + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 72 + Item: Ep172_1h_Whip + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 73 + Item: Ep172_1h_Inst + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 74 + Item: Ep172_Bh_Huuma + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 75 + Item: Ep172_1h_Hammer + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 76 + Item: Ep172_1h_Foxtail + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 77 + Item: Ep172_1h_Rifle + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 78 + Item: Ep172_1h_Shotgun + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 79 + Item: Ep172_1h_Gatling + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 80 + Item: Ep172_1h_Grenade + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 81 + Item: Ep172_Bh_Sword + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 82 + Item: Ep172_Bh_Bow3 + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 83 + Item: Auto_Armor_A + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 84 + Item: Auto_Armor_B + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 85 + Item: Auto_Leg_A + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 86 + Item: Auto_Leg_B + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 87 + Item: Auto_Engine_A + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 88 + Item: Auto_Engine_B + Rate: 40 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 89 + Item: Auto_Armor_A + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 90 + Item: Auto_Armor_B + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 91 + Item: Auto_Leg_A + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 92 + Item: Auto_Leg_B + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 93 + Item: Auto_Engine_A + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 94 + Item: Auto_Engine_B + Rate: 25 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 95 + Item: Auto_Armor_A + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 96 + Item: Auto_Armor_B + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 97 + Item: Auto_Leg_A + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 98 + Item: Auto_Leg_B + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 99 + Item: Auto_Engine_A + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 100 + Item: Auto_Engine_B + Rate: 20 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 101 + Item: Auto_B_R + Rate: 70 + - Index: 102 + Item: Auto_B_L + Rate: 70 + - Index: 103 + Item: Auto_BC_R + Rate: 70 + - Index: 104 + Item: Auto_BC_L + Rate: 70 + - Index: 105 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 3 + - Index: 106 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 4 + - Index: 107 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 5 + - Index: 108 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 6 + - Index: 109 + Item: Magical_Igni_Stone + Rate: 300 + Amount: 7 + - Index: 110 + Item: BarMealTicket + Rate: 300 + Amount: 31 + - Index: 111 + Item: BarMealTicket + Rate: 300 + Amount: 32 + - Index: 112 + Item: BarMealTicket + Rate: 300 + Amount: 33 + - Index: 113 + Item: BarMealTicket + Rate: 300 + Amount: 34 + - Index: 114 + Item: BarMealTicket + Rate: 300 + Amount: 35 + - Group: DEMI_FREYJA_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001478 + Rate: 800 + Amount: 8 + - Index: 1 + Item: aegis_1001478 + Rate: 800 + Amount: 9 + - Index: 2 + Item: aegis_1001478 + Rate: 800 + Amount: 10 + - Index: 3 + Item: aegis_1001478 + Rate: 800 + Amount: 11 + - Index: 4 + Item: aegis_1001478 + Rate: 800 + Amount: 12 + - Index: 5 + Item: Adulter_F_G_Sword + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Adulter_F_Lapier + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Adulter_F_Dagger + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Adulter_F_Axe + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Adulter_F_G_Spear + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Adulter_F_M_Book + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Adulter_F_P_Book + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 12 + Item: Adulter_F_Bible + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 13 + Item: Adulter_F_Moon_B + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 14 + Item: Adulter_F_Star_B + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 15 + Item: Adulter_F_Wand + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 16 + Item: Adulter_F_S_Stick + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 17 + Item: Adulter_F_D_Wand + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 18 + Item: Adulter_F_F_Wand + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 19 + Item: Adulter_F_F_model + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 20 + Item: Adulter_F_Knuckle + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 21 + Item: Adulter_F_Claw + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Adulter_F_Violin + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 23 + Item: Adulter_F_Harp + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 24 + Item: Adulter_F_C_Rope + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 25 + Item: Adulter_F_Ribbon + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 26 + Item: Adulter_F_Mace + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 27 + Item: Adulter_F_Hall + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 28 + Item: Adulter_F_T_Sword + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 29 + Item: Adulter_F_Cakram + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 30 + Item: Adulter_F_Katar + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 31 + Item: Adulter_F_Lance + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 32 + Item: Adulter_F_T_Staff + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 33 + Item: Adulter_F_Rod + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 34 + Item: Adulter_F_Humma + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 35 + Item: Adulter_F_C_Humma + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 36 + Item: Adulter_F_C_Bow + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 37 + Item: Adulter_F_Ballista + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 38 + Item: Adulter_F_A_Bow + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 39 + Item: Adulter_F_Revolver + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 40 + Item: Adulter_F_Rifle + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 41 + Item: Adulter_F_Shotgun + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 42 + Item: Adulter_F_Gatling + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 43 + Item: Adulter_F_Launcher + Rate: 20 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 44 + Item: Adulter_F_G_Sword + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 45 + Item: Adulter_F_Lapier + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 46 + Item: Adulter_F_Dagger + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 47 + Item: Adulter_F_Axe + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 48 + Item: Adulter_F_G_Spear + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 49 + Item: Adulter_F_M_Book + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 50 + Item: Adulter_F_P_Book + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 51 + Item: Adulter_F_Bible + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 52 + Item: Adulter_F_Moon_B + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 53 + Item: Adulter_F_Star_B + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 54 + Item: Adulter_F_Wand + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 55 + Item: Adulter_F_S_Stick + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 56 + Item: Adulter_F_D_Wand + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 57 + Item: Adulter_F_F_Wand + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 58 + Item: Adulter_F_F_model + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 59 + Item: Adulter_F_Knuckle + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 60 + Item: Adulter_F_Claw + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 61 + Item: Adulter_F_Violin + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 62 + Item: Adulter_F_Harp + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 63 + Item: Adulter_F_C_Rope + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 64 + Item: Adulter_F_Ribbon + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 65 + Item: Adulter_F_Mace + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 66 + Item: Adulter_F_Hall + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 67 + Item: Adulter_F_T_Sword + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 68 + Item: Adulter_F_Cakram + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 69 + Item: Adulter_F_Katar + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 70 + Item: Adulter_F_Lance + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 71 + Item: Adulter_F_T_Staff + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 72 + Item: Adulter_F_Rod + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 73 + Item: Adulter_F_Humma + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 74 + Item: Adulter_F_C_Humma + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 75 + Item: Adulter_F_C_Bow + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 76 + Item: Adulter_F_Ballista + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 77 + Item: Adulter_F_A_Bow + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 78 + Item: Adulter_F_Revolver + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 79 + Item: Adulter_F_Rifle + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 80 + Item: Adulter_F_Shotgun + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 81 + Item: Adulter_F_Gatling + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 82 + Item: Adulter_F_Launcher + Rate: 16 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 83 + Item: Adulter_F_G_Sword + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 84 + Item: Adulter_F_Lapier + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 85 + Item: Adulter_F_Dagger + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 86 + Item: Adulter_F_Axe + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 87 + Item: Adulter_F_G_Spear + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 88 + Item: Adulter_F_M_Book + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 89 + Item: Adulter_F_P_Book + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 90 + Item: Adulter_F_Bible + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 91 + Item: Adulter_F_Moon_B + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 92 + Item: Adulter_F_Star_B + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 93 + Item: Adulter_F_Wand + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 94 + Item: Adulter_F_S_Stick + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 95 + Item: Adulter_F_D_Wand + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 96 + Item: Adulter_F_F_Wand + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 97 + Item: Adulter_F_F_model + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 98 + Item: Adulter_F_Knuckle + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 99 + Item: Adulter_F_Claw + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 100 + Item: Adulter_F_Violin + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 101 + Item: Adulter_F_Harp + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 102 + Item: Adulter_F_C_Rope + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 103 + Item: Adulter_F_Ribbon + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 104 + Item: Adulter_F_Mace + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 105 + Item: Adulter_F_Hall + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 106 + Item: Adulter_F_T_Sword + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 107 + Item: Adulter_F_Cakram + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 108 + Item: Adulter_F_Katar + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 109 + Item: Adulter_F_Lance + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 110 + Item: Adulter_F_T_Staff + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 111 + Item: Adulter_F_Rod + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 112 + Item: Adulter_F_Humma + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 113 + Item: Adulter_F_C_Humma + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 114 + Item: Adulter_F_C_Bow + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 115 + Item: Adulter_F_Ballista + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 116 + Item: Adulter_F_A_Bow + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 117 + Item: Adulter_F_Revolver + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 118 + Item: Adulter_F_Rifle + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 119 + Item: Adulter_F_Shotgun + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 120 + Item: Adulter_F_Gatling + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 121 + Item: Adulter_F_Launcher + Rate: 12 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 122 + Item: Adulter_F_G_Sword + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 123 + Item: Adulter_F_Lapier + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 124 + Item: Adulter_F_Dagger + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 125 + Item: Adulter_F_Axe + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 126 + Item: Adulter_F_G_Spear + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 127 + Item: Adulter_F_M_Book + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 128 + Item: Adulter_F_P_Book + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 129 + Item: Adulter_F_Bible + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 130 + Item: Adulter_F_Moon_B + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 131 + Item: Adulter_F_Star_B + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 132 + Item: Adulter_F_Wand + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 133 + Item: Adulter_F_S_Stick + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 134 + Item: Adulter_F_D_Wand + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 135 + Item: Adulter_F_F_Wand + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 136 + Item: Adulter_F_F_model + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 137 + Item: Adulter_F_Knuckle + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 138 + Item: Adulter_F_Claw + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 139 + Item: Adulter_F_Violin + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 140 + Item: Adulter_F_Harp + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 141 + Item: Adulter_F_C_Rope + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 142 + Item: Adulter_F_Ribbon + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 143 + Item: Adulter_F_Mace + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 144 + Item: Adulter_F_Hall + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 145 + Item: Adulter_F_T_Sword + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 146 + Item: Adulter_F_Cakram + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 147 + Item: Adulter_F_Katar + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 148 + Item: Adulter_F_Lance + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 149 + Item: Adulter_F_T_Staff + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 150 + Item: Adulter_F_Rod + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 151 + Item: Adulter_F_Humma + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 152 + Item: Adulter_F_C_Humma + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 153 + Item: Adulter_F_C_Bow + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 154 + Item: Adulter_F_Ballista + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 155 + Item: Adulter_F_A_Bow + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 156 + Item: Adulter_F_Revolver + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 157 + Item: Adulter_F_Rifle + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 158 + Item: Adulter_F_Shotgun + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 159 + Item: Adulter_F_Gatling + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 160 + Item: Adulter_F_Launcher + Rate: 8 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 161 + Item: Adulter_F_G_Sword + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 162 + Item: Adulter_F_Lapier + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 163 + Item: Adulter_F_Dagger + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 164 + Item: Adulter_F_Axe + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 165 + Item: Adulter_F_G_Spear + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 166 + Item: Adulter_F_M_Book + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 167 + Item: Adulter_F_P_Book + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 168 + Item: Adulter_F_Bible + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 169 + Item: Adulter_F_Moon_B + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 170 + Item: Adulter_F_Star_B + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 171 + Item: Adulter_F_Wand + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 172 + Item: Adulter_F_S_Stick + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 173 + Item: Adulter_F_D_Wand + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 174 + Item: Adulter_F_F_Wand + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 175 + Item: Adulter_F_F_model + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 176 + Item: Adulter_F_Knuckle + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 177 + Item: Adulter_F_Claw + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 178 + Item: Adulter_F_Violin + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 179 + Item: Adulter_F_Harp + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 180 + Item: Adulter_F_C_Rope + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 181 + Item: Adulter_F_Ribbon + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 182 + Item: Adulter_F_Mace + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 183 + Item: Adulter_F_Hall + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 184 + Item: Adulter_F_T_Sword + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 185 + Item: Adulter_F_Cakram + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 186 + Item: Adulter_F_Katar + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 187 + Item: Adulter_F_Lance + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 188 + Item: Adulter_F_T_Staff + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 189 + Item: Adulter_F_Rod + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 190 + Item: Adulter_F_Humma + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 191 + Item: Adulter_F_C_Humma + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 192 + Item: Adulter_F_C_Bow + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 193 + Item: Adulter_F_Ballista + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 194 + Item: Adulter_F_A_Bow + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 195 + Item: Adulter_F_Revolver + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 196 + Item: Adulter_F_Rifle + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 197 + Item: Adulter_F_Shotgun + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 198 + Item: Adulter_F_Gatling + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 199 + Item: Adulter_F_Launcher + Rate: 4 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 200 + Item: Adulter_F_G_Sword + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 201 + Item: Adulter_F_Lapier + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 202 + Item: Adulter_F_Dagger + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 203 + Item: Adulter_F_Axe + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 204 + Item: Adulter_F_G_Spear + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 205 + Item: Adulter_F_M_Book + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 206 + Item: Adulter_F_P_Book + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 207 + Item: Adulter_F_Bible + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 208 + Item: Adulter_F_Moon_B + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 209 + Item: Adulter_F_Star_B + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 210 + Item: Adulter_F_Wand + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 211 + Item: Adulter_F_S_Stick + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 212 + Item: Adulter_F_D_Wand + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 213 + Item: Adulter_F_F_Wand + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 214 + Item: Adulter_F_F_model + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 215 + Item: Adulter_F_Knuckle + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 216 + Item: Adulter_F_Claw + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 217 + Item: Adulter_F_Violin + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 218 + Item: Adulter_F_Harp + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 219 + Item: Adulter_F_C_Rope + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 220 + Item: Adulter_F_Ribbon + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 221 + Item: Adulter_F_Mace + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 222 + Item: Adulter_F_Hall + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 223 + Item: Adulter_F_T_Sword + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 224 + Item: Adulter_F_Cakram + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 225 + Item: Adulter_F_Katar + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 226 + Item: Adulter_F_Lance + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 227 + Item: Adulter_F_T_Staff + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 228 + Item: Adulter_F_Rod + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 229 + Item: Adulter_F_Humma + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 230 + Item: Adulter_F_C_Humma + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 231 + Item: Adulter_F_C_Bow + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 232 + Item: Adulter_F_Ballista + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 233 + Item: Adulter_F_A_Bow + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 234 + Item: Adulter_F_Revolver + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 235 + Item: Adulter_F_Rifle + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 236 + Item: Adulter_F_Shotgun + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 237 + Item: Adulter_F_Gatling + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 238 + Item: Adulter_F_Launcher + Rate: 2 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 239 + Item: Vivatus_F_G_Sword + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 240 + Item: Vivatus_F_Lapier + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 241 + Item: Vivatus_F_Dagger + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 242 + Item: Vivatus_F_Axe + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 243 + Item: Vivatus_F_G_Spear + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 244 + Item: Vivatus_F_M_Book + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 245 + Item: Vivatus_F_P_Book + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 246 + Item: Vivatus_F_Bible + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 247 + Item: Vivatus_F_Moon_B + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 248 + Item: Vivatus_F_Star_B + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 249 + Item: Vivatus_F_Wand + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 250 + Item: Vivatus_F_S_Stick + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 251 + Item: Vivatus_F_D_Wand + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 252 + Item: Vivatus_F_F_Wand + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 253 + Item: Vivatus_F_F_model + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 254 + Item: Vivatus_F_Knuckle + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 255 + Item: Vivatus_F_Claw + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 256 + Item: Vivatus_F_Violin + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 257 + Item: Vivatus_F_Harp + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 258 + Item: Vivatus_F_C_Rope + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 259 + Item: Vivatus_F_Ribbon + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 260 + Item: Vivatus_F_Mace + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 261 + Item: Vivatus_F_Hall + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 262 + Item: Vivatus_F_T_Sword + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 263 + Item: Vivatus_F_Cakram + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 264 + Item: Vivatus_F_Katar + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 265 + Item: Vivatus_F_Lance + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 266 + Item: Vivatus_F_T_Staff + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 267 + Item: Vivatus_F_Rod + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 268 + Item: Vivatus_F_Humma + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 269 + Item: Vivatus_F_C_Humma + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 270 + Item: Vivatus_F_C_Bow + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 271 + Item: Vivatus_F_Ballista + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 272 + Item: Vivatus_F_A_Bow + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 273 + Item: Vivatus_F_Revolver + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 274 + Item: Vivatus_F_Rifle + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 275 + Item: Vivatus_F_Shotgun + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 276 + Item: Vivatus_F_Gatling + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 277 + Item: Vivatus_F_Launcher + Rate: 10 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 278 + Item: Vivatus_F_G_Sword + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 279 + Item: Vivatus_F_Lapier + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 280 + Item: Vivatus_F_Dagger + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 281 + Item: Vivatus_F_Axe + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 282 + Item: Vivatus_F_G_Spear + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 283 + Item: Vivatus_F_M_Book + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 284 + Item: Vivatus_F_P_Book + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 285 + Item: Vivatus_F_Bible + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 286 + Item: Vivatus_F_Moon_B + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 287 + Item: Vivatus_F_Star_B + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 288 + Item: Vivatus_F_Wand + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 289 + Item: Vivatus_F_S_Stick + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 290 + Item: Vivatus_F_D_Wand + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 291 + Item: Vivatus_F_F_Wand + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 292 + Item: Vivatus_F_F_model + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 293 + Item: Vivatus_F_Knuckle + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 294 + Item: Vivatus_F_Claw + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 295 + Item: Vivatus_F_Violin + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 296 + Item: Vivatus_F_Harp + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 297 + Item: Vivatus_F_C_Rope + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 298 + Item: Vivatus_F_Ribbon + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 299 + Item: Vivatus_F_Mace + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 300 + Item: Vivatus_F_Hall + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 301 + Item: Vivatus_F_T_Sword + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 302 + Item: Vivatus_F_Cakram + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 303 + Item: Vivatus_F_Katar + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 304 + Item: Vivatus_F_Lance + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 305 + Item: Vivatus_F_T_Staff + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 306 + Item: Vivatus_F_Rod + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 307 + Item: Vivatus_F_Humma + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 308 + Item: Vivatus_F_C_Humma + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 309 + Item: Vivatus_F_C_Bow + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 310 + Item: Vivatus_F_Ballista + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 311 + Item: Vivatus_F_A_Bow + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 312 + Item: Vivatus_F_Revolver + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 313 + Item: Vivatus_F_Rifle + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 314 + Item: Vivatus_F_Shotgun + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 315 + Item: Vivatus_F_Gatling + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 316 + Item: Vivatus_F_Launcher + Rate: 8 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 317 + Item: Vivatus_F_G_Sword + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 318 + Item: Vivatus_F_Lapier + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 319 + Item: Vivatus_F_Dagger + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 320 + Item: Vivatus_F_Axe + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 321 + Item: Vivatus_F_G_Spear + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 322 + Item: Vivatus_F_M_Book + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 323 + Item: Vivatus_F_P_Book + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 324 + Item: Vivatus_F_Bible + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 325 + Item: Vivatus_F_Moon_B + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 326 + Item: Vivatus_F_Star_B + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 327 + Item: Vivatus_F_Wand + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 328 + Item: Vivatus_F_S_Stick + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 329 + Item: Vivatus_F_D_Wand + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 330 + Item: Vivatus_F_F_Wand + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 331 + Item: Vivatus_F_F_model + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 332 + Item: Vivatus_F_Knuckle + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 333 + Item: Vivatus_F_Claw + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 334 + Item: Vivatus_F_Violin + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 335 + Item: Vivatus_F_Harp + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 336 + Item: Vivatus_F_C_Rope + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 337 + Item: Vivatus_F_Ribbon + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 338 + Item: Vivatus_F_Mace + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 339 + Item: Vivatus_F_Hall + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 340 + Item: Vivatus_F_T_Sword + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 341 + Item: Vivatus_F_Cakram + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 342 + Item: Vivatus_F_Katar + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 343 + Item: Vivatus_F_Lance + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 344 + Item: Vivatus_F_T_Staff + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 345 + Item: Vivatus_F_Rod + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 346 + Item: Vivatus_F_Humma + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 347 + Item: Vivatus_F_C_Humma + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 348 + Item: Vivatus_F_C_Bow + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 349 + Item: Vivatus_F_Ballista + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 350 + Item: Vivatus_F_A_Bow + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 351 + Item: Vivatus_F_Revolver + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 352 + Item: Vivatus_F_Rifle + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 353 + Item: Vivatus_F_Shotgun + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 354 + Item: Vivatus_F_Gatling + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 355 + Item: Vivatus_F_Launcher + Rate: 6 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 356 + Item: Vivatus_F_G_Sword + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 357 + Item: Vivatus_F_Lapier + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 358 + Item: Vivatus_F_Dagger + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 359 + Item: Vivatus_F_Axe + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 360 + Item: Vivatus_F_G_Spear + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 361 + Item: Vivatus_F_M_Book + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 362 + Item: Vivatus_F_P_Book + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 363 + Item: Vivatus_F_Bible + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 364 + Item: Vivatus_F_Moon_B + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 365 + Item: Vivatus_F_Star_B + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 366 + Item: Vivatus_F_Wand + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 367 + Item: Vivatus_F_S_Stick + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 368 + Item: Vivatus_F_D_Wand + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 369 + Item: Vivatus_F_F_Wand + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 370 + Item: Vivatus_F_F_model + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 371 + Item: Vivatus_F_Knuckle + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 372 + Item: Vivatus_F_Claw + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 373 + Item: Vivatus_F_Violin + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 374 + Item: Vivatus_F_Harp + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 375 + Item: Vivatus_F_C_Rope + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 376 + Item: Vivatus_F_Ribbon + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 377 + Item: Vivatus_F_Mace + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 378 + Item: Vivatus_F_Hall + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 379 + Item: Vivatus_F_T_Sword + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 380 + Item: Vivatus_F_Cakram + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 381 + Item: Vivatus_F_Katar + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 382 + Item: Vivatus_F_Lance + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 383 + Item: Vivatus_F_T_Staff + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 384 + Item: Vivatus_F_Rod + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 385 + Item: Vivatus_F_Humma + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 386 + Item: Vivatus_F_C_Humma + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 387 + Item: Vivatus_F_C_Bow + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 388 + Item: Vivatus_F_Ballista + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 389 + Item: Vivatus_F_A_Bow + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 390 + Item: Vivatus_F_Revolver + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 391 + Item: Vivatus_F_Rifle + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 392 + Item: Vivatus_F_Shotgun + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 393 + Item: Vivatus_F_Gatling + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 394 + Item: Vivatus_F_Launcher + Rate: 4 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 395 + Item: Vivatus_F_G_Sword + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 396 + Item: Vivatus_F_Lapier + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 397 + Item: Vivatus_F_Dagger + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 398 + Item: Vivatus_F_Axe + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 399 + Item: Vivatus_F_G_Spear + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 400 + Item: Vivatus_F_M_Book + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 401 + Item: Vivatus_F_P_Book + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 402 + Item: Vivatus_F_Bible + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 403 + Item: Vivatus_F_Moon_B + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 404 + Item: Vivatus_F_Star_B + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 405 + Item: Vivatus_F_Wand + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 406 + Item: Vivatus_F_S_Stick + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 407 + Item: Vivatus_F_D_Wand + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 408 + Item: Vivatus_F_F_Wand + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 409 + Item: Vivatus_F_F_model + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 410 + Item: Vivatus_F_Knuckle + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 411 + Item: Vivatus_F_Claw + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 412 + Item: Vivatus_F_Violin + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 413 + Item: Vivatus_F_Harp + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 414 + Item: Vivatus_F_C_Rope + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 415 + Item: Vivatus_F_Ribbon + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 416 + Item: Vivatus_F_Mace + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 417 + Item: Vivatus_F_Hall + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 418 + Item: Vivatus_F_T_Sword + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 419 + Item: Vivatus_F_Cakram + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 420 + Item: Vivatus_F_Katar + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 421 + Item: Vivatus_F_Lance + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 422 + Item: Vivatus_F_T_Staff + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 423 + Item: Vivatus_F_Rod + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 424 + Item: Vivatus_F_Humma + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 425 + Item: Vivatus_F_C_Humma + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 426 + Item: Vivatus_F_C_Bow + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 427 + Item: Vivatus_F_Ballista + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 428 + Item: Vivatus_F_A_Bow + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 429 + Item: Vivatus_F_Revolver + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 430 + Item: Vivatus_F_Rifle + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 431 + Item: Vivatus_F_Shotgun + Rate: 2 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 432 + Item: Vivatus_F_Gatling + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 433 + Item: Vivatus_F_Launcher + Rate: 8 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 434 + Item: Vivatus_F_G_Sword + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 435 + Item: Vivatus_F_Lapier + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 436 + Item: Vivatus_F_Dagger + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 437 + Item: Vivatus_F_Axe + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 438 + Item: Vivatus_F_G_Spear + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 439 + Item: Vivatus_F_M_Book + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 440 + Item: Vivatus_F_P_Book + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 441 + Item: Vivatus_F_Bible + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 442 + Item: Vivatus_F_Moon_B + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 443 + Item: Vivatus_F_Star_B + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 444 + Item: Vivatus_F_Wand + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 445 + Item: Vivatus_F_S_Stick + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 446 + Item: Vivatus_F_D_Wand + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 447 + Item: Vivatus_F_F_Wand + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 448 + Item: Vivatus_F_F_model + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 449 + Item: Vivatus_F_Knuckle + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 450 + Item: Vivatus_F_Claw + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 451 + Item: Vivatus_F_Violin + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 452 + Item: Vivatus_F_Harp + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 453 + Item: Vivatus_F_C_Rope + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 454 + Item: Vivatus_F_Ribbon + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 455 + Item: Vivatus_F_Mace + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 456 + Item: Vivatus_F_Hall + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 457 + Item: Vivatus_F_T_Sword + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 458 + Item: Vivatus_F_Cakram + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 459 + Item: Vivatus_F_Katar + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 460 + Item: Vivatus_F_Lance + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 461 + Item: Vivatus_F_T_Staff + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 462 + Item: Vivatus_F_Rod + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 463 + Item: Vivatus_F_Humma + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 464 + Item: Vivatus_F_C_Humma + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 465 + Item: Vivatus_F_C_Bow + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 466 + Item: Vivatus_F_Ballista + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 467 + Item: Vivatus_F_A_Bow + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 468 + Item: Vivatus_F_Revolver + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 469 + Item: Vivatus_F_Rifle + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 470 + Item: Vivatus_F_Shotgun + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 471 + Item: Vivatus_F_Gatling + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 472 + Item: Vivatus_F_Launcher + Rate: 1 + RefineMinimum: 12 + RefineMaximum: 12 + - Index: 473 + Item: Gray_W_Suits + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 474 + Item: Gray_W_Robe + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 475 + Item: Gray_W_Shoes + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 476 + Item: Gray_W_Boots + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 477 + Item: Gray_W_Manteau + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 478 + Item: Gray_W_Muffler + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 479 + Item: Gray_W_Suits + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 480 + Item: Gray_W_Robe + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 481 + Item: Gray_W_Shoes + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 482 + Item: Gray_W_Boots + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 483 + Item: Gray_W_Manteau + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 484 + Item: Gray_W_Muffler + Rate: 10 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 485 + Item: Gray_W_Suits + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 486 + Item: Gray_W_Robe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 487 + Item: Gray_W_Shoes + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 488 + Item: Gray_W_Boots + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 489 + Item: Gray_W_Manteau + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 490 + Item: Gray_W_Muffler + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 491 + Item: Gray_W_Pendant + Rate: 26 + - Index: 492 + Item: Gray_W_Ring + Rate: 26 + - Index: 493 + Item: Gray_W_Earing + Rate: 26 + - Index: 494 + Item: Gray_W_Necklace + Rate: 26 + - Index: 495 + Item: Ep18_Amethyst_Fragment + Rate: 201 + Amount: 36 + - Index: 496 + Item: Ep18_Amethyst_Fragment + Rate: 200 + Amount: 37 + - Index: 497 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 38 + - Index: 498 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 39 + - Index: 499 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 40 + - Index: 500 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 41 + - Index: 501 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 42 + - Index: 502 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 43 + - Index: 503 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 44 + - Index: 504 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 45 + - Index: 505 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 46 + - Index: 506 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 47 + - Index: 507 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 48 + - Index: 508 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 49 + - Index: 509 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 50 + - Index: 510 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 51 + - Index: 511 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 52 + - Index: 512 + Item: Ep18_Amethyst_Fragment + Rate: 100 + Amount: 53 + - Group: JUNCEA_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001479 + Rate: 800 + Amount: 6 + - Index: 1 + Item: aegis_1001479 + Rate: 800 + Amount: 7 + - Index: 2 + Item: aegis_1001479 + Rate: 800 + Amount: 8 + - Index: 3 + Item: aegis_1001479 + Rate: 800 + Amount: 9 + - Index: 4 + Item: aegis_1001479 + Rate: 800 + Amount: 10 + - Index: 5 + Item: Glacier_Sword + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Glacier_B_Sword + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Glacier_R_Knife + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Glacier_B_Knife + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Glacier_Axe + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Glacier_Spear + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Glacier_Book + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 12 + Item: Glacier_Wand + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 13 + Item: Glacier_Foxtail + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 14 + Item: Glacier_Knuckle + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 15 + Item: Glacier_Violin + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 16 + Item: Glacier_Whip + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 17 + Item: Glacier_Mace + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 18 + Item: Glacier_M_Mace + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 19 + Item: Glacier_T_Sword + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 20 + Item: Glacier_Katar + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 21 + Item: Glacier_T_Axe + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Glacier_Lance + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 23 + Item: Glacier_Staff + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 24 + Item: Glacier_Humma + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 25 + Item: Glacier_Bow + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 26 + Item: Glacier_Revolver + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 27 + Item: Glacier_Rifle + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 28 + Item: Glacier_Shotgun + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 29 + Item: Glacier_Gatling + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 30 + Item: Glacier_Launcher + Rate: 45 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 31 + Item: Glacier_Sword + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 32 + Item: Glacier_B_Sword + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 33 + Item: Glacier_R_Knife + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 34 + Item: Glacier_B_Knife + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 35 + Item: Glacier_Axe + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 36 + Item: Glacier_Spear + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 37 + Item: Glacier_Book + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 38 + Item: Glacier_Wand + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 39 + Item: Glacier_Foxtail + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 40 + Item: Glacier_Knuckle + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 41 + Item: Glacier_Violin + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 42 + Item: Glacier_Whip + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 43 + Item: Glacier_Mace + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 44 + Item: Glacier_M_Mace + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 45 + Item: Glacier_T_Sword + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 46 + Item: Glacier_Katar + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 47 + Item: Glacier_T_Axe + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 48 + Item: Glacier_Lance + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 49 + Item: Glacier_Staff + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 50 + Item: Glacier_Humma + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 51 + Item: Glacier_Bow + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 52 + Item: Glacier_Revolver + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 53 + Item: Glacier_Rifle + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 54 + Item: Glacier_Shotgun + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 55 + Item: Glacier_Gatling + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 56 + Item: Glacier_Launcher + Rate: 30 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 57 + Item: Glacier_Sword + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 58 + Item: Glacier_B_Sword + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 59 + Item: Glacier_R_Knife + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 60 + Item: Glacier_B_Knife + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 61 + Item: Glacier_Axe + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 62 + Item: Glacier_Spear + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 63 + Item: Glacier_Book + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 64 + Item: Glacier_Wand + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 65 + Item: Glacier_Foxtail + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 66 + Item: Glacier_Knuckle + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 67 + Item: Glacier_Violin + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 68 + Item: Glacier_Whip + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 69 + Item: Glacier_Mace + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 70 + Item: Glacier_M_Mace + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 71 + Item: Glacier_T_Sword + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 72 + Item: Glacier_Katar + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 73 + Item: Glacier_T_Axe + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 74 + Item: Glacier_Lance + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 75 + Item: Glacier_Staff + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 76 + Item: Glacier_Humma + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 77 + Item: Glacier_Bow + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 78 + Item: Glacier_Revolver + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 79 + Item: Glacier_Rifle + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 80 + Item: Glacier_Shotgun + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 81 + Item: Glacier_Gatling + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 82 + Item: Glacier_Launcher + Rate: 20 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 83 + Item: Glacier_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 84 + Item: Glacier_B_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 85 + Item: Glacier_R_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 86 + Item: Glacier_B_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 87 + Item: Glacier_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 88 + Item: Glacier_Spear + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 89 + Item: Glacier_Book + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 90 + Item: Glacier_Wand + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 91 + Item: Glacier_Foxtail + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 92 + Item: Glacier_Knuckle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 93 + Item: Glacier_Violin + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 94 + Item: Glacier_Whip + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 95 + Item: Glacier_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 96 + Item: Glacier_M_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 97 + Item: Glacier_T_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 98 + Item: Glacier_Katar + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 99 + Item: Glacier_T_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 100 + Item: Glacier_Lance + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 101 + Item: Glacier_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 102 + Item: Glacier_Humma + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 103 + Item: Glacier_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 104 + Item: Glacier_Revolver + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 105 + Item: Glacier_Rifle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 106 + Item: Glacier_Shotgun + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 107 + Item: Glacier_Gatling + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 108 + Item: Glacier_Launcher + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 109 + Item: Glacier_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 110 + Item: Glacier_B_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 111 + Item: Glacier_R_Knife + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 112 + Item: Glacier_B_Knife + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 113 + Item: Glacier_Axe + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 114 + Item: Glacier_Spear + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 115 + Item: Glacier_Book + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 116 + Item: Glacier_Wand + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 117 + Item: Glacier_Foxtail + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 118 + Item: Glacier_Knuckle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 119 + Item: Glacier_Violin + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 120 + Item: Glacier_Whip + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 121 + Item: Glacier_Mace + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 122 + Item: Glacier_M_Mace + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 123 + Item: Glacier_T_Sword + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 124 + Item: Glacier_Katar + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 125 + Item: Glacier_T_Axe + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 126 + Item: Glacier_Lance + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 127 + Item: Glacier_Staff + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 128 + Item: Glacier_Humma + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 129 + Item: Glacier_Bow + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 130 + Item: Glacier_Revolver + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 131 + Item: Glacier_Rifle + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 132 + Item: Glacier_Shotgun + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 133 + Item: Glacier_Gatling + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 134 + Item: Glacier_Launcher + Rate: 5 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 135 + Item: Ep19_Snow_Flower + Rate: 160 + Amount: 16 + - Index: 136 + Item: Ep19_Snow_Flower + Rate: 150 + Amount: 17 + - Index: 137 + Item: Ep19_Snow_Flower + Rate: 150 + Amount: 18 + - Index: 138 + Item: Ep19_Snow_Flower + Rate: 150 + Amount: 19 + - Index: 139 + Item: Ep19_Snow_Flower + Rate: 150 + Amount: 20 + - Index: 140 + Item: Snow_F_Ore + Rate: 150 + Amount: 16 + - Index: 141 + Item: Snow_F_Ore + Rate: 150 + Amount: 17 + - Index: 142 + Item: Snow_F_Ore + Rate: 150 + Amount: 18 + - Index: 143 + Item: Snow_F_Ore + Rate: 150 + Amount: 19 + - Index: 144 + Item: Snow_F_Ore + Rate: 150 + Amount: 20 + - Index: 145 + Item: Snow_F_Stone1 + Rate: 150 + Amount: 6 + - Index: 146 + Item: Snow_F_Stone1 + Rate: 150 + Amount: 7 + - Index: 147 + Item: Snow_F_Stone1 + Rate: 150 + Amount: 8 + - Index: 148 + Item: Snow_F_Stone1 + Rate: 150 + Amount: 9 + - Index: 149 + Item: Snow_F_Stone1 + Rate: 150 + Amount: 10 + - Index: 150 + Item: Snow_F_Stone2 + Rate: 150 + Amount: 5 + - Index: 151 + Item: Snow_F_Stone2 + Rate: 150 + Amount: 6 + - Index: 152 + Item: Snow_F_Stone2 + Rate: 150 + Amount: 7 + - Index: 153 + Item: Snow_F_Stone3 + Rate: 150 + Amount: 4 + - Index: 154 + Item: Snow_F_Stone3 + Rate: 150 + Amount: 5 + - Group: AQUILA_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001479 + Rate: 800 + Amount: 4 + - Index: 1 + Item: aegis_1001479 + Rate: 800 + Amount: 5 + - Index: 2 + Item: aegis_1001479 + Rate: 800 + Amount: 6 + - Index: 3 + Item: aegis_1001479 + Rate: 800 + Amount: 7 + - Index: 4 + Item: aegis_1001479 + Rate: 800 + Amount: 8 + - Index: 5 + Item: Snowflower_Armor + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Snowflower_Robe + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Snowflower_Boots + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Snowflower_Shoes + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Snowflower_Manteau + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Snowflower_Muffler + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 11 + Item: Snowflower_Armor + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 12 + Item: Snowflower_Robe + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 13 + Item: Snowflower_Boots + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 14 + Item: Snowflower_Shoes + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 15 + Item: Snowflower_Manteau + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 16 + Item: Snowflower_Muffler + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 17 + Item: Snowflower_Armor + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Snowflower_Robe + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Snowflower_Boots + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Snowflower_Shoes + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Snowflower_Manteau + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: Snowflower_Muffler + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: Snowflower_Armor + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 24 + Item: Snowflower_Robe + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 25 + Item: Snowflower_Boots + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 26 + Item: Snowflower_Shoes + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 27 + Item: Snowflower_Manteau + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 28 + Item: Snowflower_Muffler + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 29 + Item: Snowflower_Armor + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 30 + Item: Snowflower_Robe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 31 + Item: Snowflower_Boots + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 32 + Item: Snowflower_Shoes + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 33 + Item: Snowflower_Manteau + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 34 + Item: Snowflower_Muffler + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 35 + Item: Snowflower_Pendant + Rate: 110 + - Index: 36 + Item: Snowflower_Ring + Rate: 110 + - Index: 37 + Item: Snowflower_Necklace + Rate: 110 + - Index: 38 + Item: Snowflower_Earring + Rate: 110 + - Index: 39 + Item: Ep19_Snow_Flower + Rate: 100 + Amount: 16 + - Index: 40 + Item: Ep19_Snow_Flower + Rate: 100 + Amount: 17 + - Index: 41 + Item: Ep19_Snow_Flower + Rate: 100 + Amount: 18 + - Index: 42 + Item: Ep19_Snow_Flower + Rate: 100 + Amount: 19 + - Index: 43 + Item: Ep19_Snow_Flower + Rate: 100 + Amount: 20 + - Index: 44 + Item: EP19_D_P_Ore + Rate: 100 + Amount: 3 + - Index: 45 + Item: EP19_D_P_Ore + Rate: 100 + Amount: 4 + - Index: 46 + Item: EP19_D_P_Ore + Rate: 100 + Amount: 5 + - Index: 47 + Item: EP19_D_P_Ore + Rate: 100 + Amount: 6 + - Index: 48 + Item: EP19_D_P_Ore + Rate: 100 + Amount: 7 + - Index: 49 + Item: EP19_N_P_Ore + Rate: 100 + Amount: 3 + - Index: 50 + Item: EP19_N_P_Ore + Rate: 100 + Amount: 4 + - Index: 51 + Item: EP19_N_P_Ore + Rate: 100 + Amount: 5 + - Index: 52 + Item: EP19_N_P_Ore + Rate: 100 + Amount: 6 + - Index: 53 + Item: EP19_N_P_Ore + Rate: 100 + Amount: 7 + - Index: 54 + Item: EP19_D_P_Crystal + Rate: 100 + Amount: 3 + - Index: 55 + Item: EP19_D_P_Crystal + Rate: 100 + Amount: 4 + - Index: 56 + Item: EP19_D_P_Crystal + Rate: 100 + Amount: 5 + - Index: 57 + Item: EP19_D_P_Crystal + Rate: 100 + Amount: 6 + - Index: 58 + Item: EP19_D_P_Crystal + Rate: 100 + Amount: 7 + - Index: 59 + Item: EP19_N_P_Crystal + Rate: 100 + Amount: 3 + - Index: 60 + Item: EP19_N_P_Crystal + Rate: 100 + Amount: 4 + - Index: 61 + Item: EP19_N_P_Crystal + Rate: 100 + Amount: 5 + - Index: 62 + Item: EP19_N_P_Crystal + Rate: 100 + Amount: 6 + - Index: 63 + Item: EP19_N_P_Crystal + Rate: 100 + Amount: 7 + - Index: 64 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 6 + - Index: 65 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 7 + - Index: 66 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 8 + - Index: 67 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 9 + - Index: 68 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 10 + - Index: 69 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 6 + - Index: 70 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 7 + - Index: 71 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 8 + - Index: 72 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 9 + - Index: 73 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 10 + - Index: 74 + Item: EP19_S_F_2_Extract + Rate: 100 + Amount: 5 + - Index: 75 + Item: EP19_S_F_2_Extract + Rate: 100 + Amount: 6 + - Index: 76 + Item: EP19_S_F_2_Extract + Rate: 100 + Amount: 7 + - Index: 77 + Item: EP19_S_F_3_Extract + Rate: 100 + Amount: 4 + - Index: 78 + Item: EP19_S_F_3_Extract + Rate: 100 + Amount: 5 + - Group: AQUILA_ANTIQUITY2 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001479 + Rate: 1000 + Amount: 7 + - Index: 1 + Item: aegis_1001479 + Rate: 1000 + Amount: 8 + - Index: 2 + Item: aegis_1001479 + Rate: 1000 + Amount: 9 + - Index: 3 + Item: aegis_1001479 + Rate: 1000 + Amount: 10 + - Index: 4 + Item: Glacier_Sword + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 5 + Item: Glacier_B_Sword + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Glacier_R_Knife + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Glacier_B_Knife + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Glacier_Axe + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Glacier_Spear + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: Glacier_Book + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: Glacier_Wand + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 12 + Item: Glacier_Foxtail + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 13 + Item: Glacier_Knuckle + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 14 + Item: Glacier_Violin + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 15 + Item: Glacier_Whip + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Glacier_Mace + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Glacier_M_Mace + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Glacier_T_Sword + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Glacier_Katar + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Glacier_T_Axe + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Glacier_Lance + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: Glacier_Staff + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: Glacier_Humma + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: Glacier_Bow + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: Glacier_Revolver + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 26 + Item: Glacier_Rifle + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 27 + Item: Glacier_Shotgun + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 28 + Item: Glacier_Gatling + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 29 + Item: Glacier_Launcher + Rate: 25 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 30 + Item: Glacier_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: Glacier_B_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: Glacier_R_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 33 + Item: Glacier_B_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 34 + Item: Glacier_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 35 + Item: Glacier_Spear + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 36 + Item: Glacier_Book + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 37 + Item: Glacier_Wand + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 38 + Item: Glacier_Foxtail + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 39 + Item: Glacier_Knuckle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 40 + Item: Glacier_Violin + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 41 + Item: Glacier_Whip + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 42 + Item: Glacier_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 43 + Item: Glacier_M_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 44 + Item: Glacier_T_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 45 + Item: Glacier_Katar + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 46 + Item: Glacier_T_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 47 + Item: Glacier_Lance + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 48 + Item: Glacier_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 49 + Item: Glacier_Humma + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 50 + Item: Glacier_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 51 + Item: Glacier_Revolver + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 52 + Item: Glacier_Rifle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 53 + Item: Glacier_Shotgun + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 54 + Item: Glacier_Gatling + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 55 + Item: Glacier_Launcher + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 56 + Item: Glacier_Sword + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 57 + Item: Glacier_B_Sword + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 58 + Item: Glacier_R_Knife + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 59 + Item: Glacier_B_Knife + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 60 + Item: Glacier_Axe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 61 + Item: Glacier_Spear + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 62 + Item: Glacier_Book + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 63 + Item: Glacier_Wand + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 64 + Item: Glacier_Foxtail + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 65 + Item: Glacier_Knuckle + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 66 + Item: Glacier_Violin + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 67 + Item: Glacier_Whip + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 68 + Item: Glacier_Mace + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 69 + Item: Glacier_M_Mace + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 70 + Item: Glacier_T_Sword + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 71 + Item: Glacier_Katar + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 72 + Item: Glacier_T_Axe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 73 + Item: Glacier_Lance + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 74 + Item: Glacier_Staff + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 75 + Item: Glacier_Humma + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 76 + Item: Glacier_Bow + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 77 + Item: Glacier_Revolver + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 78 + Item: Glacier_Rifle + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 79 + Item: Glacier_Shotgun + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 80 + Item: Glacier_Gatling + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 81 + Item: Glacier_Launcher + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 82 + Item: D_Glacier_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 83 + Item: D_Glacier_B_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 84 + Item: D_Glacier_R_Knife + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 85 + Item: D_Glacier_B_Knife + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 86 + Item: D_Glacier_Axe + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 87 + Item: D_Glacier_Spear + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 88 + Item: D_Glacier_Book + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 89 + Item: D_Glacier_Wand + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 90 + Item: D_Glacier_Foxtail + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 91 + Item: D_Glacier_Knuckle + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 92 + Item: D_Glacier_Violin + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 93 + Item: D_Glacier_Whip + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 94 + Item: D_Glacier_Mace + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 95 + Item: D_Glacier_M_Mace + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 96 + Item: D_Glacier_T_Sword + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 97 + Item: D_Glacier_Katar + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 98 + Item: D_Glacier_T_Axe + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 99 + Item: D_Glacier_Lance + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 100 + Item: D_Glacier_Staff + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 101 + Item: D_Glacier_Humma + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 102 + Item: D_Glacier_Bow + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 103 + Item: D_Glacier_Revolver + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 104 + Item: D_Glacier_Rifle + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 105 + Item: D_Glacier_Shotgun + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 106 + Item: D_Glacier_Gatling + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 107 + Item: D_Glacier_Launcher + Rate: 30 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 108 + Item: D_Glacier_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 109 + Item: D_Glacier_B_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 110 + Item: D_Glacier_R_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 111 + Item: D_Glacier_B_Knife + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 112 + Item: D_Glacier_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 113 + Item: D_Glacier_Spear + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 114 + Item: D_Glacier_Book + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 115 + Item: D_Glacier_Wand + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 116 + Item: D_Glacier_Foxtail + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 117 + Item: D_Glacier_Knuckle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 118 + Item: D_Glacier_Violin + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 119 + Item: D_Glacier_Whip + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 120 + Item: D_Glacier_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 121 + Item: D_Glacier_M_Mace + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 122 + Item: D_Glacier_T_Sword + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 123 + Item: D_Glacier_Katar + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 124 + Item: D_Glacier_T_Axe + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 125 + Item: D_Glacier_Lance + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 126 + Item: D_Glacier_Staff + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 127 + Item: D_Glacier_Humma + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 128 + Item: D_Glacier_Bow + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 129 + Item: D_Glacier_Revolver + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 130 + Item: D_Glacier_Rifle + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 131 + Item: D_Glacier_Shotgun + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 132 + Item: D_Glacier_Gatling + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 133 + Item: D_Glacier_Launcher + Rate: 15 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 134 + Item: D_Glacier_Sword + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 135 + Item: D_Glacier_B_Sword + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 136 + Item: D_Glacier_R_Knife + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 137 + Item: D_Glacier_B_Knife + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 138 + Item: D_Glacier_Axe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 139 + Item: D_Glacier_Spear + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 140 + Item: D_Glacier_Book + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 141 + Item: D_Glacier_Wand + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 142 + Item: D_Glacier_Foxtail + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 143 + Item: D_Glacier_Knuckle + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 144 + Item: D_Glacier_Violin + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 145 + Item: D_Glacier_Whip + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 146 + Item: D_Glacier_Mace + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 147 + Item: D_Glacier_M_Mace + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 148 + Item: D_Glacier_T_Sword + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 149 + Item: D_Glacier_Katar + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 150 + Item: D_Glacier_T_Axe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 151 + Item: D_Glacier_Lance + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 152 + Item: D_Glacier_Staff + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 153 + Item: D_Glacier_Humma + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 154 + Item: D_Glacier_Bow + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 155 + Item: D_Glacier_Revolver + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 156 + Item: D_Glacier_Rifle + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 157 + Item: D_Glacier_Shotgun + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 158 + Item: D_Glacier_Gatling + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 159 + Item: D_Glacier_Launcher + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 160 + Item: Snowflower_Armor + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 161 + Item: Snowflower_Robe + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 162 + Item: Snowflower_Boots + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 163 + Item: Snowflower_Shoes + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 164 + Item: Snowflower_Manteau + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 165 + Item: Snowflower_Muffler + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 166 + Item: Snowflower_Armor + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 167 + Item: Snowflower_Robe + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 168 + Item: Snowflower_Boots + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 169 + Item: Snowflower_Shoes + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 170 + Item: Snowflower_Manteau + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 171 + Item: Snowflower_Muffler + Rate: 20 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 172 + Item: Snowflower_Armor + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 173 + Item: Snowflower_Robe + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 174 + Item: Snowflower_Boots + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 175 + Item: Snowflower_Shoes + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 176 + Item: Snowflower_Manteau + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 177 + Item: Snowflower_Muffler + Rate: 10 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 178 + Item: Ep19_Snow_Flower + Rate: 60 + Amount: 21 + - Index: 179 + Item: Ep19_Snow_Flower + Rate: 60 + Amount: 22 + - Index: 180 + Item: Ep19_Snow_Flower + Rate: 60 + Amount: 23 + - Index: 181 + Item: Ep19_Snow_Flower + Rate: 60 + Amount: 24 + - Index: 182 + Item: Ep19_Snow_Flower + Rate: 50 + Amount: 25 + - Index: 183 + Item: EP19_D_P_Ore + Rate: 50 + Amount: 7 + - Index: 184 + Item: EP19_D_P_Ore + Rate: 50 + Amount: 8 + - Index: 185 + Item: EP19_D_P_Ore + Rate: 50 + Amount: 9 + - Index: 186 + Item: EP19_D_P_Ore + Rate: 50 + Amount: 10 + - Index: 187 + Item: EP19_N_P_Ore + Rate: 50 + Amount: 7 + - Index: 188 + Item: EP19_N_P_Ore + Rate: 50 + Amount: 8 + - Index: 189 + Item: EP19_N_P_Ore + Rate: 50 + Amount: 9 + - Index: 190 + Item: EP19_N_P_Ore + Rate: 50 + Amount: 10 + - Index: 191 + Item: EP19_D_P_Crystal + Rate: 50 + Amount: 7 + - Index: 192 + Item: EP19_D_P_Crystal + Rate: 50 + Amount: 8 + - Index: 193 + Item: EP19_D_P_Crystal + Rate: 50 + Amount: 9 + - Index: 194 + Item: EP19_D_P_Crystal + Rate: 50 + Amount: 10 + - Index: 195 + Item: EP19_N_P_Crystal + Rate: 50 + Amount: 7 + - Index: 196 + Item: EP19_N_P_Crystal + Rate: 50 + Amount: 8 + - Index: 197 + Item: EP19_N_P_Crystal + Rate: 50 + Amount: 9 + - Index: 198 + Item: EP19_N_P_Crystal + Rate: 50 + Amount: 10 + - Index: 199 + Item: EP19_D_P_Stone + Rate: 50 + Amount: 3 + - Index: 200 + Item: EP19_D_P_Stone + Rate: 50 + Amount: 4 + - Index: 201 + Item: EP19_D_P_Stone + Rate: 50 + Amount: 5 + - Index: 202 + Item: EP19_D_P_Stone + Rate: 50 + Amount: 6 + - Index: 203 + Item: Snow_F_Ore + Rate: 50 + Amount: 26 + - Index: 204 + Item: Snow_F_Ore + Rate: 50 + Amount: 27 + - Index: 205 + Item: Snow_F_Ore + Rate: 50 + Amount: 28 + - Index: 206 + Item: Snow_F_Ore + Rate: 50 + Amount: 29 + - Index: 207 + Item: Snow_F_Ore + Rate: 50 + Amount: 30 + - Index: 208 + Item: Snow_F_Stone1 + Rate: 50 + Amount: 11 + - Index: 209 + Item: Snow_F_Stone1 + Rate: 50 + Amount: 12 + - Index: 210 + Item: Snow_F_Stone1 + Rate: 50 + Amount: 13 + - Index: 211 + Item: Snow_F_Stone1 + Rate: 50 + Amount: 14 + - Index: 212 + Item: Snow_F_Stone1 + Rate: 50 + Amount: 15 + - Index: 213 + Item: Snow_F_Stone2 + Rate: 50 + Amount: 8 + - Index: 214 + Item: Snow_F_Stone2 + Rate: 50 + Amount: 9 + - Index: 215 + Item: Snow_F_Stone2 + Rate: 50 + Amount: 10 + - Index: 216 + Item: Snow_F_Stone3 + Rate: 50 + Amount: 6 + - Index: 217 + Item: Snow_F_Stone3 + Rate: 50 + Amount: 7 + - Index: 218 + Item: EP19_Gla_Extract + Rate: 50 + Amount: 11 + - Index: 219 + Item: EP19_Gla_Extract + Rate: 50 + Amount: 12 + - Index: 220 + Item: EP19_Gla_Extract + Rate: 50 + Amount: 13 + - Index: 221 + Item: EP19_Gla_Extract + Rate: 50 + Amount: 14 + - Index: 222 + Item: EP19_Gla_Extract + Rate: 50 + Amount: 15 + - Index: 223 + Item: EP19_S_F_1_Extract + Rate: 50 + Amount: 11 + - Index: 224 + Item: EP19_S_F_1_Extract + Rate: 50 + Amount: 12 + - Index: 225 + Item: EP19_S_F_1_Extract + Rate: 50 + Amount: 13 + - Index: 226 + Item: EP19_S_F_1_Extract + Rate: 50 + Amount: 14 + - Index: 227 + Item: EP19_S_F_1_Extract + Rate: 50 + Amount: 15 + - Index: 228 + Item: EP19_S_F_2_Extract + Rate: 50 + Amount: 8 + - Index: 229 + Item: EP19_S_F_2_Extract + Rate: 50 + Amount: 9 + - Index: 230 + Item: EP19_S_F_2_Extract + Rate: 50 + Amount: 10 + - Index: 231 + Item: EP19_S_F_3_Extract + Rate: 50 + Amount: 6 + - Index: 232 + Item: EP19_S_F_3_Extract + Rate: 50 + Amount: 7 + - Group: F_ICESLUG_ANTIQUIY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001480 + Rate: 1000 + Amount: 3 + - Index: 1 + Item: aegis_1001480 + Rate: 1000 + Amount: 4 + - Index: 2 + Item: aegis_1001480 + Rate: 1000 + Amount: 5 + - Index: 3 + Item: Glacier_Armor + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 4 + Item: Glacier_Robe + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Glacier_Boots + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Glacier_Shoes + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Glacier_Manteau + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Glacier_Muffler + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Glacier_Armor + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 10 + Item: Glacier_Robe + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 11 + Item: Glacier_Boots + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 12 + Item: Glacier_Shoes + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 13 + Item: Glacier_Manteau + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 14 + Item: Glacier_Muffler + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 15 + Item: Glacier_Armor + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 16 + Item: Glacier_Robe + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Glacier_Boots + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Glacier_Shoes + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Glacier_Manteau + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Glacier_Muffler + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Glacier_Guard + Rate: 100 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 22 + Item: Glacier_Guard + Rate: 80 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 23 + Item: Glacier_Guard + Rate: 50 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: Glacier_Pendant + Rate: 95 + - Index: 25 + Item: Glacier_Ring + Rate: 95 + - Index: 26 + Item: Glacier_Earring + Rate: 95 + - Index: 27 + Item: Glacier_Necklace + Rate: 95 + - Index: 28 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 16 + - Index: 29 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 17 + - Index: 30 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 18 + - Index: 31 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 19 + - Index: 32 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 20 + - Index: 33 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 3 + - Index: 34 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 4 + - Index: 35 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 5 + - Index: 36 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 6 + - Index: 37 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 7 + - Index: 38 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 3 + - Index: 39 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 4 + - Index: 40 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 5 + - Index: 41 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 6 + - Index: 42 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 7 + - Index: 43 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 3 + - Index: 44 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 4 + - Index: 45 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 5 + - Index: 46 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 6 + - Index: 47 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 7 + - Index: 48 + Item: EP19_Gla_Extract + Rate: 150 + Amount: 6 + - Index: 49 + Item: EP19_Gla_Extract + Rate: 150 + Amount: 7 + - Index: 50 + Item: EP19_Gla_Extract + Rate: 150 + Amount: 8 + - Index: 51 + Item: EP19_Gla_Extract + Rate: 150 + Amount: 9 + - Index: 52 + Item: EP19_Gla_Extract + Rate: 150 + Amount: 10 + - Index: 53 + Item: EP19_S_F_1_Extract + Rate: 150 + Amount: 6 + - Index: 54 + Item: EP19_S_F_1_Extract + Rate: 150 + Amount: 7 + - Index: 55 + Item: EP19_S_F_1_Extract + Rate: 150 + Amount: 8 + - Index: 56 + Item: EP19_S_F_1_Extract + Rate: 150 + Amount: 9 + - Index: 57 + Item: EP19_S_F_1_Extract + Rate: 150 + Amount: 10 + - Index: 58 + Item: EP19_S_F_2_Extract + Rate: 150 + Amount: 5 + - Index: 59 + Item: EP19_S_F_2_Extract + Rate: 150 + Amount: 6 + - Index: 60 + Item: EP19_S_F_2_Extract + Rate: 150 + Amount: 7 + - Index: 61 + Item: EP19_S_F_3_Extract + Rate: 150 + Amount: 4 + - Index: 62 + Item: EP19_S_F_3_Extract + Rate: 150 + Amount: 5 + - Group: LASGAND_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001480 + Rate: 500 + Amount: 4 + - Index: 1 + Item: aegis_1001480 + Rate: 500 + Amount: 5 + - Index: 2 + Item: aegis_1001480 + Rate: 500 + Amount: 6 + - Index: 3 + Item: aegis_1001480 + Rate: 500 + Amount: 7 + - Index: 4 + Item: Glacier_Armor + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 5 + Item: Glacier_Robe + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 6 + Item: Glacier_Boots + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 7 + Item: Glacier_Shoes + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 8 + Item: Glacier_Manteau + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 9 + Item: Glacier_Muffler + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 10 + Item: Glacier_Armor + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 11 + Item: Glacier_Robe + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 12 + Item: Glacier_Boots + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 13 + Item: Glacier_Shoes + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 14 + Item: Glacier_Manteau + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 15 + Item: Glacier_Muffler + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 16 + Item: Glacier_Armor + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 17 + Item: Glacier_Robe + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Glacier_Boots + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 19 + Item: Glacier_Shoes + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: Glacier_Manteau + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: Glacier_Muffler + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: Glacier_Armor + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 23 + Item: Glacier_Robe + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 24 + Item: Glacier_Boots + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 25 + Item: Glacier_Shoes + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 26 + Item: Glacier_Manteau + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 27 + Item: Glacier_Muffler + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 28 + Item: Glacier_Guard + Rate: 120 + RefineMinimum: 7 + RefineMaximum: 7 + - Index: 29 + Item: Glacier_Guard + Rate: 110 + RefineMinimum: 8 + RefineMaximum: 8 + - Index: 30 + Item: Glacier_Guard + Rate: 90 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 31 + Item: Glacier_Guard + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 32 + Item: D_Glacier_Armor + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 33 + Item: D_Glacier_Robe + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 34 + Item: D_Glacier_Boots + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 35 + Item: D_Glacier_Shoes + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 36 + Item: D_Glacier_Manteau + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 37 + Item: D_Glacier_Muffler + Rate: 120 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 38 + Item: D_Glacier_Armor + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 39 + Item: D_Glacier_Robe + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 40 + Item: D_Glacier_Boots + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 41 + Item: D_Glacier_Shoes + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 42 + Item: D_Glacier_Manteau + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 43 + Item: D_Glacier_Muffler + Rate: 100 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 44 + Item: D_Glacier_Armor + Rate: 80 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 45 + Item: D_Glacier_Robe + Rate: 80 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 46 + Item: D_Glacier_Boots + Rate: 80 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 47 + Item: D_Glacier_Shoes + Rate: 80 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 48 + Item: D_Glacier_Manteau + Rate: 80 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 49 + Item: D_Glacier_Muffler + Rate: 80 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 50 + Item: Glacier_Pendant + Rate: 125 + - Index: 51 + Item: Glacier_Ring + Rate: 125 + - Index: 52 + Item: Glacier_Earring + Rate: 125 + - Index: 53 + Item: Glacier_Necklace + Rate: 125 + - Index: 54 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 21 + - Index: 55 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 22 + - Index: 56 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 23 + - Index: 57 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 24 + - Index: 58 + Item: Ep20_Cat_Whiskers + Rate: 100 + Amount: 25 + - Index: 59 + Item: EP20_D_P_Ore + Rate: 100 + Amount: 5 + - Index: 60 + Item: EP20_D_P_Ore + Rate: 100 + Amount: 6 + - Index: 61 + Item: EP20_D_P_Ore + Rate: 100 + Amount: 7 + - Index: 62 + Item: EP20_D_P_Crystal + Rate: 100 + Amount: 5 + - Index: 63 + Item: EP20_D_P_Crystal + Rate: 100 + Amount: 6 + - Index: 64 + Item: EP20_D_P_Crystal + Rate: 100 + Amount: 7 + - Index: 65 + Item: EP20_D_P_Extract + Rate: 100 + Amount: 5 + - Index: 66 + Item: EP20_D_P_Extract + Rate: 100 + Amount: 6 + - Index: 67 + Item: EP20_D_P_Extract + Rate: 100 + Amount: 7 + - Index: 68 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 8 + - Index: 69 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 9 + - Index: 70 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 10 + - Index: 71 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 11 + - Index: 72 + Item: EP19_Gla_Extract + Rate: 100 + Amount: 12 + - Index: 73 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 8 + - Index: 74 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 9 + - Index: 75 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 10 + - Index: 76 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 11 + - Index: 77 + Item: EP19_S_F_1_Extract + Rate: 100 + Amount: 12 + - Index: 78 + Item: EP19_S_F_2_Extract + Rate: 100 + Amount: 5 + - Index: 79 + Item: EP19_S_F_2_Extract + Rate: 100 + Amount: 6 + - Index: 80 + Item: EP19_S_F_2_Extract + Rate: 100 + Amount: 7 + - Index: 81 + Item: EP19_S_F_3_Extract + Rate: 100 + Amount: 5 + - Index: 82 + Item: EP19_S_F_3_Extract + Rate: 100 + Amount: 6 + - Group: LASGAND_ANTIQUITY2 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001480 + Rate: 500 + Amount: 7 + - Index: 1 + Item: aegis_1001480 + Rate: 500 + Amount: 8 + - Index: 2 + Item: aegis_1001480 + Rate: 500 + Amount: 9 + - Index: 3 + Item: aegis_1001480 + Rate: 500 + Amount: 10 + - Index: 4 + Item: aegis_1001480 + Rate: 500 + Amount: 11 + - Index: 5 + Item: Glacier_Armor + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 6 + Item: Glacier_Robe + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 7 + Item: Glacier_Boots + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 8 + Item: Glacier_Shoes + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 9 + Item: Glacier_Manteau + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 10 + Item: Glacier_Muffler + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 11 + Item: Glacier_Armor + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 12 + Item: Glacier_Robe + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 13 + Item: Glacier_Boots + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 14 + Item: Glacier_Shoes + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 15 + Item: Glacier_Manteau + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 16 + Item: Glacier_Muffler + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 17 + Item: Glacier_Guard + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 18 + Item: Glacier_Guard + Rate: 80 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 19 + Item: D_Glacier_Armor + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 20 + Item: D_Glacier_Robe + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 21 + Item: D_Glacier_Boots + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 22 + Item: D_Glacier_Shoes + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 23 + Item: D_Glacier_Manteau + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 24 + Item: D_Glacier_Muffler + Rate: 80 + RefineMinimum: 9 + RefineMaximum: 9 + - Index: 25 + Item: D_Glacier_Armor + Rate: 70 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 26 + Item: D_Glacier_Robe + Rate: 70 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 27 + Item: D_Glacier_Boots + Rate: 70 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 28 + Item: D_Glacier_Shoes + Rate: 70 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 29 + Item: D_Glacier_Manteau + Rate: 70 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 30 + Item: D_Glacier_Muffler + Rate: 70 + RefineMinimum: 10 + RefineMaximum: 10 + - Index: 31 + Item: D_Glacier_Armor + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 32 + Item: D_Glacier_Robe + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 33 + Item: D_Glacier_Boots + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 34 + Item: D_Glacier_Shoes + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 35 + Item: D_Glacier_Manteau + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 36 + Item: D_Glacier_Muffler + Rate: 65 + RefineMinimum: 11 + RefineMaximum: 11 + - Index: 37 + Item: Glacier_Pendant + Rate: 70 + - Index: 38 + Item: Glacier_Ring + Rate: 70 + - Index: 39 + Item: Glacier_Earring + Rate: 70 + - Index: 40 + Item: Glacier_Necklace + Rate: 70 + - Index: 41 + Item: Ep20_Cat_Whiskers + Rate: 150 + Amount: 31 + - Index: 42 + Item: Ep20_Cat_Whiskers + Rate: 150 + Amount: 32 + - Index: 43 + Item: Ep20_Cat_Whiskers + Rate: 150 + Amount: 33 + - Index: 44 + Item: Ep20_Cat_Whiskers + Rate: 150 + Amount: 34 + - Index: 45 + Item: Ep20_Cat_Whiskers + Rate: 150 + Amount: 35 + - Index: 46 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 7 + - Index: 47 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 8 + - Index: 48 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 9 + - Index: 49 + Item: EP20_D_P_Ore + Rate: 150 + Amount: 10 + - Index: 50 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 7 + - Index: 51 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 8 + - Index: 52 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 9 + - Index: 53 + Item: EP20_D_P_Crystal + Rate: 150 + Amount: 10 + - Index: 54 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 7 + - Index: 55 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 8 + - Index: 56 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 9 + - Index: 57 + Item: EP20_D_P_Extract + Rate: 150 + Amount: 10 + - Index: 58 + Item: EP19_Gla_Extract + Rate: 151 + Amount: 11 + - Index: 59 + Item: EP19_Gla_Extract + Rate: 151 + Amount: 12 + - Index: 60 + Item: EP19_Gla_Extract + Rate: 151 + Amount: 13 + - Index: 61 + Item: EP19_Gla_Extract + Rate: 151 + Amount: 14 + - Index: 62 + Item: EP19_Gla_Extract + Rate: 151 + Amount: 15 + - Index: 63 + Item: EP19_S_F_1_Extract + Rate: 151 + Amount: 11 + - Index: 64 + Item: EP19_S_F_1_Extract + Rate: 151 + Amount: 12 + - Index: 65 + Item: EP19_S_F_1_Extract + Rate: 151 + Amount: 13 + - Index: 66 + Item: EP19_S_F_1_Extract + Rate: 151 + Amount: 14 + - Index: 67 + Item: EP19_S_F_1_Extract + Rate: 151 + Amount: 15 + - Index: 68 + Item: EP19_S_F_2_Extract + Rate: 150 + Amount: 7 + - Index: 69 + Item: EP19_S_F_2_Extract + Rate: 150 + Amount: 8 + - Index: 70 + Item: EP19_S_F_2_Extract + Rate: 150 + Amount: 9 + - Index: 71 + Item: EP19_S_F_3_Extract + Rate: 150 + Amount: 8 + - Index: 72 + Item: EP19_S_F_3_Extract + Rate: 150 + Amount: 9 + - Group: THANATOS_ANTIQUITY + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: aegis_1001479 + Rate: 800 + Amount: 4 + - Index: 1 + Item: aegis_1001479 + Rate: 800 + Amount: 5 + - Index: 2 + Item: aegis_1001479 + Rate: 800 + Amount: 6 + - Index: 3 + Item: aegis_1001479 + Rate: 800 + Amount: 7 + - Index: 4 + Item: aegis_1001479 + Rate: 800 + Amount: 8 + - Index: 5 + Item: Sin_Ring_R + Rate: 100 + - Index: 6 + Item: Sin_Ring_E + Rate: 100 + - Index: 7 + Item: Sin_Ring_T + Rate: 100 + - Index: 8 + Item: Sin_Ring_A + Rate: 100 + - Index: 9 + Item: Sin_Ring_S + Rate: 100 + - Index: 10 + Item: Sin_Ring_O + Rate: 100 + - Index: 11 + Item: Sin_Necklace_R + Rate: 100 + - Index: 12 + Item: Sin_Necklace_E + Rate: 100 + - Index: 13 + Item: Sin_Necklace_T + Rate: 100 + - Index: 14 + Item: Sin_Necklace_A + Rate: 100 + - Index: 15 + Item: Sin_Necklace_S + Rate: 100 + - Index: 16 + Item: Sin_Necklace_O + Rate: 100 + - Index: 17 + Item: Shine_Ring_R + Rate: 100 + - Index: 18 + Item: Shine_Ring_E + Rate: 100 + - Index: 19 + Item: Shine_Ring_AQ + Rate: 100 + - Index: 20 + Item: Shine_Ring_A + Rate: 100 + - Index: 21 + Item: Shine_Ring_S + Rate: 100 + - Index: 22 + Item: Shine_Ring_Z + Rate: 100 + - Index: 23 + Item: Shine_Ring_R + Rate: 100 + - Index: 24 + Item: Shine_Necklace_R + Rate: 100 + - Index: 25 + Item: Shine_Necklace_E + Rate: 100 + - Index: 26 + Item: Shine_Necklace_AQ + Rate: 100 + - Index: 27 + Item: Shine_Necklace_A + Rate: 100 + - Index: 28 + Item: Shine_Necklace_S + Rate: 100 + - Index: 29 + Item: Shine_Necklace_Z + Rate: 100 + - Index: 30 + Item: Sin_Fragment + Rate: 240 + Amount: 10 + - Index: 31 + Item: Sin_Fragment + Rate: 230 + Amount: 11 + - Index: 32 + Item: Sin_Fragment + Rate: 230 + Amount: 12 + - Index: 33 + Item: Sin_Fragment + Rate: 220 + Amount: 13 + - Index: 34 + Item: Sin_Fragment + Rate: 220 + Amount: 14 + - Index: 35 + Item: Sin_Fragment + Rate: 220 + Amount: 15 + - Index: 36 + Item: Sin_Fragment + Rate: 220 + Amount: 16 + - Index: 37 + Item: Sin_Fragment + Rate: 220 + Amount: 17 + - Index: 38 + Item: Fate_Fragment + Rate: 240 + Amount: 10 + - Index: 39 + Item: Fate_Fragment + Rate: 230 + Amount: 11 + - Index: 40 + Item: Fate_Fragment + Rate: 230 + Amount: 12 + - Index: 41 + Item: Fate_Fragment + Rate: 220 + Amount: 13 + - Index: 42 + Item: Fate_Fragment + Rate: 220 + Amount: 14 + - Index: 43 + Item: Fate_Fragment + Rate: 220 + Amount: 15 + - Index: 44 + Item: Fate_Fragment + Rate: 150 + Amount: 16 + - Index: 45 + Item: Fate_Fragment + Rate: 150 + Amount: 17 + - Group: CINNAMON_PACK1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cinnamon_Costume_Box + - Index: 1 + Item: Cos_EnchantStone_Box1 + Amount: 2 + - Group: CINNAMON_PACK2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cinnamon_Costume_Box + - Index: 1 + Item: Cos_EnchantStone_Box2 + Amount: 2 + - Group: CINNAMON_PACK3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cinnamon_Costume_Box + - Index: 1 + Item: Cos_EnchantStone_Box3 + Amount: 2 + - Group: CINNAMON_PACK4 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: aegis_480245 + - Group: T_GARDEN_EV_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Energy_Of_Flame + Amount: 15 + - Index: 1 + Item: Energy_Of_Water + Amount: 15 + - Index: 2 + Item: Energy_Of_Wind + Amount: 15 + - Index: 3 + Item: Energy_Of_Ground + Amount: 15 + - Index: 4 + Item: Grace_Of_Spirit + Amount: 5 + - Group: T_GARDEN_EV_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Energy_Of_Spring + Amount: 5 + - Index: 1 + Item: Energy_Of_Summer + Amount: 5 + - Index: 2 + Item: Energy_Of_Autumn + Amount: 5 + - Index: 3 + Item: Energy_Of_Winter + Amount: 5 + - Group: T_GARDEN_EV_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Circul_Of_Life + Amount: 30 + - Index: 1 + Item: Fruit_Of_Birth + Amount: 15 + - Index: 2 + Item: Fruit_Of_Extinction + Amount: 15 + - Index: 3 + Item: Truth_Of_Life + Amount: 10 + - Index: 4 + Item: Light_Of_Life + Amount: 3 + - Group: LI_NYANGVINE_BOX1_33 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_102605 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_33 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_102605 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_33 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_102605 + Amount: 10 + - Group: LI_NYANG_CINNA_BOX1_33 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: aegis_102605 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Index: 3 + Item: Cinnamon_Pack1 + - Group: LI_NYANG_CINNA_BOX2_33 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: aegis_102605 + Amount: 5 + - Index: 3 + Item: Cinnamon_Pack2 + - Group: LI_NYANG_CINNA_BOX3_33 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: aegis_102605 + Amount: 10 + - Index: 4 + Item: Cinnamon_Pack3 + - Group: BL_DEPTH_EV_1 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Bar_D_Fl_Rune + Rate: 1250 + Amount: 10 + - Index: 1 + Item: Bar_D_Ea_Rune + Rate: 1250 + Amount: 10 + - Index: 2 + Item: Bar_D_Ic_Rune + Rate: 1250 + Amount: 10 + - Index: 3 + Item: Bar_D_St_Rune + Rate: 1250 + Amount: 10 + - Index: 4 + Item: Bar_D_So_Rune + Rate: 1250 + Amount: 10 + - Index: 5 + Item: Bar_D_Pu_Rune + Rate: 1250 + Amount: 10 + - Index: 6 + Item: Bar_D_Co_Rune + Rate: 1250 + Amount: 10 + - Index: 7 + Item: Bar_D_Po_Rune + Rate: 1250 + Amount: 10 + - Group: BL_DEPTH_EV_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Abyss_Rune + Amount: 30 + - Index: 1 + Item: Time_D_Ma_Rune + Amount: 10 + - Group: KR_B_SPECIAL09 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Cachua_Coupon + Amount: 10 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 10 + - Group: LI_A_ELUNIUM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Elunium + Amount: 200 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + Amount: 20 + - Index: 2 + Item: Blacksmith_Blessing + Amount: 10 + - Group: LI_A_ORIDECON_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 200 + UniqueId: true + - Index: 1 + Item: K_Secret_Key + Amount: 20 + - Index: 2 + Item: Blacksmith_Blessing + Amount: 10 + - Group: PRESENTBOX_EP17_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: BarMealTicket + Amount: 20 + - Index: 1 + Item: Magical_Igni_Stone + Amount: 10 + - Index: 2 + Item: Kr_B_Special01 + - Group: PRESENTBOX_EP18 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Ep18_Amethyst_Fragment + Amount: 20 + - Index: 1 + Item: Purificatory_Holy_O + Amount: 3 + - Index: 2 + Item: Purificatory_Holy_W + Amount: 3 + - Index: 3 + Item: Kr_B_Special01 + - Group: REFINE_EVENT_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Blacksmith_Blessing + Amount: 14 + - Index: 1 + Item: High_Refine_Guarantee + - Group: PRESENTBOX_EP19 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Snow_F_Stone1 + Amount: 10 + - Index: 1 + Item: Ep19_Snow_Flower + Amount: 10 + - Index: 2 + Item: Kr_B_Special01 + - Group: PRESENTBOX_EP20 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: EP19_S_F_3_Extract + Amount: 10 + - Index: 1 + Item: Ep20_Cat_Whiskers + Amount: 10 + - Index: 2 + Item: Kr_B_Special01 + - Group: PRESENTBOX_GLASTHEIM + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: GH_Cursed_Crystal + Amount: 10 + - Index: 1 + Item: GH_Cursed_Gemstone + Amount: 10 + - Index: 2 + Item: Kr_B_Special01 + - Group: BROWN_DIA_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: aegis_1001480 + Amount: 15 + - Group: COSTUMEMILEPACK_33_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: aegis_102605 + Amount: 3 + - Group: COSTUMEMILEPACK_33_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: aegis_102605 + Amount: 5 + - Group: COSTUMEMILEPACK_33_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: aegis_102605 + Amount: 10 + - Group: 2023_XMAX_PACK_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: EXP_Drop_Up_7days + - Index: 1 + Item: Almighty + Amount: 20 + - Index: 2 + Item: Limit_Power_Booster + Amount: 20 + - Index: 3 + Item: Infinity_Drink + Amount: 20 + - Index: 4 + Item: M_DEFScroll + Amount: 100 + - Index: 5 + Item: 2023_Xmas_Costume + - Index: 6 + Item: K_Secret_Key + Amount: 15 + - Group: 2023_XMAX_PACK_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Mana_Potion + Amount: 250 + - Index: 1 + Item: aegis_420304 + - Index: 2 + Item: K_Secret_Key + Amount: 30 + - Group: A_FORCE_BOOSTER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Force_Booster + Amount: 10 + - Index: 1 + Item: K_Secret_Key + - Group: A_FORCE_BOOSTER_10_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Force_Booster + Amount: 100 + - Index: 1 + Item: K_Secret_Key + Amount: 11 + - Group: 2401_EV_LUNCH_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: 2401_ev_Rice_Soup + Amount: 5 + - Index: 1 + Item: 2401_ev_Galbi + Amount: 5 + - Index: 2 + Item: 2401_ev_LinTteok + Amount: 5 + - Group: BLACK_DIA_3_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: aegis_1001479 + Amount: 3 + - Group: LI_NYANGVINE_BOX1_34 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Enchant_Stone_Box34 + Amount: 2 + - Index: 2 + Item: Comp_Bubble_Gum + Amount: 3 + - Group: LI_NYANGVINE_BOX2_34 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Battle_Manual100 + Amount: 2 + - Index: 2 + Item: Enchant_Stone_Box34 + Amount: 5 + - Group: LI_NYANGVINE_BOX3_34 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Comp_Bubble_Gum + Amount: 5 + - Index: 2 + Item: Battle_Manual100 + Amount: 5 + - Index: 3 + Item: Enchant_Stone_Box34 + Amount: 10 + - Group: S_BADGE_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VR_RING + Amount: 8 + - Index: 1 + Item: S_Badge + Amount: 8 + - Group: SUPER_SONIC_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VR_RING + Amount: 8 + - Index: 1 + Item: S_Badge + Amount: 8 + - Index: 2 + Item: C_Super_Sonic_Mini + - Group: CHAOS_EMERALD_PACK + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VR_RING + Amount: 8 + - Index: 1 + Item: S_Badge + Amount: 8 + - Index: 2 + Item: C_Chaos_Emerald + - Group: VIP_BIRTHDAY_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: E_EXP_Drop_Up_7days + - Index: 1 + Item: C_VIP_Poring_Cake_Cap + Duration: 40320 + - Group: R_EP17_ALBUM + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Bellare_Card + Rate: 162 + - Index: 1 + Item: High_Bellare_Card + Rate: 162 + - Index: 2 + Item: Sanare_Card + Rate: 162 + - Index: 3 + Item: High_Sanare_Card + Rate: 162 + - Index: 4 + Item: Plaga_Card + Rate: 162 + - Index: 5 + Item: Mutant_Plaga_Card + Rate: 162 + - Index: 6 + Item: Venenum_Card + Rate: 162 + - Index: 7 + Item: Mt_Venenum_Card + Rate: 162 + - Index: 8 + Item: Dolor_Card + Rate: 162 + - Index: 9 + Item: Mt_Dolor_Card + Rate: 162 + - Index: 10 + Item: Caput_Card + Rate: 161 + - Index: 11 + Item: E_EA1L_Card + Rate: 161 + - Index: 12 + Item: E_EA2S_Card + Rate: 161 + - Index: 13 + Item: Assistant_Card + Rate: 161 + - Index: 14 + Item: Assistant_H_Card + Rate: 161 + - Index: 15 + Item: Plaga3_Card + Rate: 161 + - Index: 16 + Item: Sanare3_Card + Rate: 161 + - Index: 17 + Item: Plasma_R_Card + Rate: 161 + - Index: 18 + Item: Plasma_R2_Card + Rate: 161 + - Index: 19 + Item: Dolor3_Card + Rate: 161 + - Index: 20 + Item: Plasma_Y_Card + Rate: 161 + - Index: 21 + Item: Beta_Baths_A_Card + Rate: 161 + - Index: 22 + Item: Beta_Cleaner_Card + Rate: 161 + - Index: 23 + Item: Bath_Mermaid_Card + Rate: 161 + - Index: 24 + Item: Papila_Ruba_H_Card + Rate: 161 + - Index: 25 + Item: Papila_Cae_H_Card + Rate: 161 + - Index: 26 + Item: Papila_H_Card + Rate: 161 + - Index: 27 + Item: Bookworm_Card + Rate: 161 + - Index: 28 + Item: Roaming_Splbook_Card + Rate: 161 + - Index: 29 + Item: B_Scissore_Ng_H_Card + Rate: 161 + - Index: 30 + Item: Beta_Scissore_Ng_Card + Rate: 161 + - Index: 31 + Item: Bellare3_Card + Rate: 161 + - Index: 32 + Item: Venenum3_Card + Rate: 161 + - Index: 33 + Item: EP17_2_Cramp_Card + Rate: 161 + - Index: 34 + Item: Waterfall_Card + Rate: 161 + - Index: 35 + Item: EP17_2_Phen_Card + Rate: 161 + - Index: 36 + Item: EP17_2_Sword_Fish_Card + Rate: 161 + - Index: 37 + Item: EP17_2_Piranha_Card + Rate: 161 + - Index: 38 + Item: EP17_2_Marc_Card + Rate: 161 + - Index: 39 + Item: Pitaya_R_Card + Rate: 161 + - Index: 40 + Item: Pitaya_Y_Card + Rate: 161 + - Index: 41 + Item: Pitaya_B_Card + Rate: 161 + - Index: 42 + Item: Pitaya_V_Card + Rate: 162 + - Index: 43 + Item: Pitaya_G_Card + Rate: 162 + - Index: 44 + Item: Verporte_H_Card + Rate: 162 + - Index: 45 + Item: Verporta_Card + Rate: 161 + - Index: 46 + Item: Aries_Card + Rate: 161 + - Index: 47 + Item: Aries_H_Card + Rate: 161 + - Index: 48 + Item: Beta_Guards_Ng_Card + Rate: 161 + - Index: 49 + Item: O_Cleaner_Ng_Card + Rate: 161 + - Index: 50 + Item: EP18_Rakehand_Card + Rate: 161 + - Index: 51 + Item: EP18_Spark_Card + Rate: 161 + - Index: 52 + Item: EP18_Ashhopper_Card + Rate: 161 + - Index: 53 + Item: EP18_Ashring_Card + Rate: 161 + - Index: 54 + Item: EP18_Tumble_Ring_Card + Rate: 161 + - Index: 55 + Item: EP18_Firewind_Kite_Card + Rate: 161 + - Index: 56 + Item: EP18_Phantom_Wolf_Card + Rate: 161 + - Index: 57 + Item: EP18_Grey_Wolf_Card + Rate: 161 + - Index: 58 + Item: EP18_Lava_Toad_Card + Rate: 161 + - Index: 59 + Item: EP18_Ash_Toad_Card + Rate: 161 + - Index: 60 + Item: EP18_Hot_Molar_Card + Rate: 161 + - Index: 61 + Item: EP18_Volcaring_Card + Rate: 161 + - Index: 62 + Item: R_Ep178_boss + Rate: 5 + Announced: true + - Group: SONIC_PREMIUM_PACK1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sonic_Costume_Pack + - Index: 1 + Item: Premium_Box + - Index: 2 + Item: EXP_Drop_Up_7days + - Index: 3 + Item: K_Secret_Key + Amount: 15 + - Group: SONIC_PREMIUM_PACK2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Sonic_Costume_Pack + - Index: 1 + Item: Nyangvine_Fruit + Amount: 150 + - Index: 2 + Item: Booster_Call_Package + - Group: S_BADGE_PACK_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VR_RING + Amount: 8 + - Index: 1 + Item: S_Badge + Amount: 8 + - Group: SUPER_SONIC_PACK_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VR_RING + Amount: 8 + - Index: 1 + Item: S_Badge + Amount: 8 + - Index: 2 + Item: C_Super_Sonic_Mini + - Group: CHAOS_EMERALD_PACK_ + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: VR_RING + Amount: 8 + - Index: 1 + Item: S_Badge + Amount: 8 + - Index: 2 + Item: C_Chaos_Emerald + - Group: E_BOARDING_HALTER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Boarding_Halter + - Group: SHADOW_SELECT_BOX_SET + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: M_Blitz_Select_Box + Rate: 10 + - Index: 1 + Item: EXP_Select_Box + Rate: 10 + - Index: 2 + Item: Infinity_Select_Box + Rate: 10 + - Index: 3 + Item: MAutoSpell_Select_Box + Rate: 10 + - Index: 4 + Item: Hasty_Select_Box + Rate: 10 + - Index: 5 + Item: R_Bearers_Select_Box + Rate: 10 + - Index: 6 + Item: Absorb_Select_Box + Rate: 10 + - Index: 7 + Item: SpellCaster_Select_Box + Rate: 10 + - Index: 8 + Item: Mammoth_Select_Box + Rate: 10 + - Index: 9 + Item: PerfectSize_Select_Box + Rate: 10 + - Index: 10 + Item: TrueGem_Select_Box + Rate: 10 + - Index: 11 + Item: AllMighty_Select_Box + Rate: 10 + - Index: 12 + Item: Clever_Select_Box + Rate: 10 + - Index: 13 + Item: Durable_Select_Box + Rate: 10 + - Index: 14 + Item: FullTemp_Select_Box + Rate: 10 + - Index: 15 + Item: FullPene_Select_Box + Rate: 10 + - Index: 16 + Item: S_Reload_Shield_Box + Rate: 10 + - Group: REFINE_HAMMER_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Helm_Of_Faith_Hammer + Rate: 10 + - Index: 1 + Item: Clock_Tower_W_Hammer + Rate: 10 + - Index: 2 + Item: OS_Weapon_Hammer + Rate: 10 + - Index: 3 + Item: OS_Helm_Hammer + Rate: 10 + - Index: 4 + Item: Poenitentia_Hammer + Rate: 10 + - Index: 5 + Item: Barmund_Hammer + Rate: 10 + - Index: 6 + Item: Special_Hat_Hammer + Rate: 10 + - Index: 7 + Item: Vivatus_Weapon_Hammer + Rate: 10 + - Index: 8 + Item: Justice_Weapon_Hammer + Rate: 10 + - Index: 9 + Item: Injustice_Weapon_Hammer + Rate: 10 + - Index: 10 + Item: GoodnEvil_Helm_Hammer + Rate: 10 + - Index: 11 + Item: F_Ein_Weapon_Hammer + Rate: 10 + - Group: COS_ENCHANTSTONE_BOX1 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: SmatkStone_Robe + Rate: 115 + - Index: 1 + Item: M_PATKStone_Robe + Rate: 115 + - Index: 2 + Item: R_PATKStone_Robe + Rate: 115 + - Index: 3 + Item: ResistDefStone_Robe + Rate: 115 + - Index: 4 + Item: MinorCastStone_Robe_D + Rate: 116 + - Index: 5 + Item: Range_Stone_Robe_D + Rate: 116 + - Index: 6 + Item: SPdrainStone_Robe_D + Rate: 116 + - Index: 7 + Item: ASPDStone_Robe_D + Rate: 116 + - Index: 8 + Item: CastStone_Robe_D + Rate: 116 + - Index: 9 + Item: Melee_Stone_Robe_D + Rate: 116 + - Index: 10 + Item: HPdrainStone_Robe_D + Rate: 116 + - Index: 11 + Item: Magic_Stone_Robe_D + Rate: 116 + - Index: 12 + Item: ReloadStone_Robe_D + Rate: 116 + - Index: 13 + Item: CrtStone_Robe_D + Rate: 116 + - Index: 14 + Item: CriticalStone_Robe_D + Rate: 116 + - Index: 15 + Item: ConStone_Robe_D + Rate: 116 + - Index: 16 + Item: SplStone_Robe_D + Rate: 116 + - Index: 17 + Item: POWStone_Robe_D + Rate: 116 + - Index: 18 + Item: StaminaWISStone_Robe_D + Rate: 116 + - Index: 19 + Item: RuneknightStone_Robe2 + Rate: 200 + - Index: 20 + Item: GeneticStone_Robe2 + Rate: 200 + - Index: 21 + Item: WanderMinsStone_Robe2 + Rate: 200 + - Index: 22 + Item: WarlockStone_Robe2 + Rate: 200 + - Index: 23 + Item: RoyalguardStone_Robe2 + Rate: 200 + - Index: 24 + Item: GuillcrossStone_Robe2 + Rate: 200 + - Index: 25 + Item: RangerStone_Robe2 + Rate: 200 + - Index: 26 + Item: MechanicStone_Robe2 + Rate: 200 + - Index: 27 + Item: ArchbishopStone_Robe2 + Rate: 200 + - Index: 28 + Item: SoulreaperStone_Robe + Rate: 200 + - Index: 29 + Item: StaremperorStone_Robe + Rate: 200 + - Index: 30 + Item: KagerouStone_Robe + Rate: 200 + - Index: 31 + Item: OboroStone_Robe + Rate: 200 + - Index: 32 + Item: RebellionStone_Robe + Rate: 200 + - Index: 33 + Item: DoramStone_Robe + Rate: 200 + - Index: 34 + Item: SuraStone_Robe2 + Rate: 200 + - Index: 35 + Item: SorcererStone_Robe2 + Rate: 200 + - Index: 36 + Item: ShadowchaserStone_Robe2 + Rate: 200 + - Index: 37 + Item: ArchbishopStone_Robe + Rate: 200 + - Index: 38 + Item: RoyalguardStone_Robe + Rate: 200 + - Index: 39 + Item: GuillcrossStone_Robe + Rate: 200 + - Index: 40 + Item: ShadowchaserStone_Robe + Rate: 200 + - Index: 41 + Item: MechanicStone_Robe + Rate: 200 + - Index: 42 + Item: WanderMinstreStone_Robe + Rate: 200 + - Index: 43 + Item: RuneknightStone_Robe + Rate: 200 + - Index: 44 + Item: GeneticStone_Robe + Rate: 200 + - Index: 45 + Item: WarlockStone_Robe + Rate: 200 + - Index: 46 + Item: SuraStone_Robe + Rate: 200 + - Index: 47 + Item: RangerStone_Robe + Rate: 200 + - Index: 48 + Item: SorcererStone_Robe + Rate: 200 + - Index: 49 + Item: DoubleAttack_Stone + Rate: 200 + - Index: 50 + Item: Critical_Stone_Robe + Rate: 200 + - Index: 51 + Item: CastStone_Robe + Rate: 200 + - Index: 52 + Item: MinorCastingStone_Robe + Rate: 200 + - Index: 53 + Item: CastingStone_Robe + Rate: 200 + - Index: 54 + Item: HPdrainStone_Robe + Rate: 200 + - Index: 55 + Item: SPdrainStone_Robe + Rate: 200 + - Index: 56 + Item: ASPDStone_Robe + Rate: 200 + - Index: 57 + Item: SuNoviceStone_Robe + Rate: 200 + - SubGroup: 2 + List: + - Index: 0 + Item: WaterFieldEffect_Bottom + Rate: 910 + - Index: 1 + Item: GreenFloor_Bottom + Rate: 909 + - Index: 2 + Item: WhiteBodyEffect_Middle + Rate: 909 + - Index: 3 + Item: ExplodingEffect_Middle + Rate: 909 + - Index: 4 + Item: BlueAuraEffect_Middle + Rate: 909 + - Index: 5 + Item: ShadowEffect_Middle + Rate: 909 + - Index: 6 + Item: PinkGlowEffect_Middle + Rate: 909 + - Index: 7 + Item: ElectricEffect_Middle + Rate: 909 + - Index: 8 + Item: ShrinkEffect_Middle + Rate: 909 + - Index: 9 + Item: GhostEffect_Middle + Rate: 909 + - Index: 10 + Item: TwinkleEffect_Top + Rate: 909 + - SubGroup: 6 + List: + - Index: 0 + Item: RuneknightStone_Top3 + Rate: 105 + - Index: 1 + Item: WarlockStone_Top3 + Rate: 105 + - Index: 2 + Item: RoyalguardStone_Top3 + Rate: 105 + - Index: 3 + Item: WanderMinsStone_Top3 + Rate: 105 + - Index: 4 + Item: GeneticStone_Top3 + Rate: 105 + - Index: 5 + Item: SorcererStone_Top3 + Rate: 105 + - Index: 6 + Item: ArchbishopStone_Top3 + Rate: 105 + - Index: 7 + Item: RangerStone_Top3 + Rate: 105 + - Index: 8 + Item: ShadowchasStone_Top3 + Rate: 105 + - Index: 9 + Item: SuraStone_Top3 + Rate: 105 + - Index: 10 + Item: MechanicStone_Top3 + Rate: 105 + - Index: 11 + Item: GuillcrossStone_Top3 + Rate: 105 + - Index: 12 + Item: StarStone_Top3 + Rate: 105 + - Index: 13 + Item: RebelStone_Top3 + Rate: 105 + - Index: 14 + Item: ReaperStone_Top3 + Rate: 106 + - Index: 15 + Item: KagerouStone_Top3 + Rate: 106 + - Index: 16 + Item: OboroStone_Top3 + Rate: 106 + - Index: 17 + Item: DoramStone_Top3 + Rate: 106 + - Index: 18 + Item: SuNoviceStone_Top + Rate: 106 + - Index: 19 + Item: Magic_Stone_Top + Rate: 200 + - Index: 20 + Item: Range_Stone_Top + Rate: 200 + - Index: 21 + Item: Melee_Stone_Top + Rate: 200 + - Index: 22 + Item: RuneknightStone_Top2 + Rate: 200 + - Index: 23 + Item: GeneticStone_Top2 + Rate: 200 + - Index: 24 + Item: WanderMinsStone_Top2 + Rate: 200 + - Index: 25 + Item: WarlockStone_Top2 + Rate: 200 + - Index: 26 + Item: PaladinStone_Top2 + Rate: 200 + - Index: 27 + Item: AssacrossStone_Top2 + Rate: 200 + - Index: 28 + Item: RangerStone_Top2 + Rate: 200 + - Index: 29 + Item: MechanicStone_Top2 + Rate: 200 + - Index: 30 + Item: HighpriestStone_Top2 + Rate: 200 + - Index: 31 + Item: SoullinkerStone_Top + Rate: 200 + - Index: 32 + Item: GladiatorStone_Top + Rate: 200 + - Index: 33 + Item: NinjaStone_Top + Rate: 200 + - Index: 34 + Item: GunslingerStone_Top + Rate: 200 + - Index: 35 + Item: DoramStone_Top + Rate: 200 + - Index: 36 + Item: SuraStone_Top2 + Rate: 200 + - Index: 37 + Item: SorcererStone_Top2 + Rate: 200 + - Index: 38 + Item: ShadowchaserStone_Top2 + Rate: 200 + - Index: 39 + Item: HighpriestStone_Top + Rate: 200 + - Index: 40 + Item: PaladinStone_Top + Rate: 200 + - Index: 41 + Item: AssacrossStone_Top + Rate: 200 + - Index: 42 + Item: ShadowchaserStone_Top + Rate: 200 + - Index: 43 + Item: MechanicStone_Top + Rate: 200 + - Index: 44 + Item: WanderMinstrelStone_Top + Rate: 200 + - Index: 45 + Item: RuneknightStone_Top + Rate: 200 + - Index: 46 + Item: GeneticStone_Top + Rate: 200 + - Index: 47 + Item: WarlockStone_Top + Rate: 200 + - Index: 48 + Item: SuraStone_Top + Rate: 200 + - Index: 49 + Item: RangerStone_Top + Rate: 200 + - Index: 50 + Item: SorcererStone_Top + Rate: 200 + - Index: 51 + Item: Critical_Stone_Top + Rate: 200 + - Index: 52 + Item: EXPStone_Top + Rate: 200 + - Index: 53 + Item: CastingStone_Top + Rate: 200 + - Index: 54 + Item: ASPDStone_Top + Rate: 200 + - Index: 55 + Item: ReloadStone_Top + Rate: 200 + - Index: 56 + Item: HPdrainStone_Top + Rate: 200 + - Index: 57 + Item: SPdrainStone_Top + Rate: 200 + - Index: 58 + Item: DefenseStone_Top + Rate: 200 + - Group: COS_ENCHANTSTONE_BOX2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: SmatkStone_Robe + Rate: 115 + - Index: 1 + Item: M_PATKStone_Robe + Rate: 115 + - Index: 2 + Item: R_PATKStone_Robe + Rate: 115 + - Index: 3 + Item: ResistDefStone_Robe + Rate: 115 + - Index: 4 + Item: MinorCastStone_Robe_D + Rate: 116 + - Index: 5 + Item: Range_Stone_Robe_D + Rate: 116 + - Index: 6 + Item: SPdrainStone_Robe_D + Rate: 116 + - Index: 7 + Item: ASPDStone_Robe_D + Rate: 116 + - Index: 8 + Item: CastStone_Robe_D + Rate: 116 + - Index: 9 + Item: Melee_Stone_Robe_D + Rate: 116 + - Index: 10 + Item: HPdrainStone_Robe_D + Rate: 116 + - Index: 11 + Item: Magic_Stone_Robe_D + Rate: 116 + - Index: 12 + Item: ReloadStone_Robe_D + Rate: 116 + - Index: 13 + Item: CrtStone_Robe_D + Rate: 116 + - Index: 14 + Item: CriticalStone_Robe_D + Rate: 116 + - Index: 15 + Item: ConStone_Robe_D + Rate: 116 + - Index: 16 + Item: SplStone_Robe_D + Rate: 116 + - Index: 17 + Item: POWStone_Robe_D + Rate: 116 + - Index: 18 + Item: StaminaWISStone_Robe_D + Rate: 116 + - Index: 19 + Item: RuneknightStone_Robe2 + Rate: 200 + - Index: 20 + Item: GeneticStone_Robe2 + Rate: 200 + - Index: 21 + Item: WanderMinsStone_Robe2 + Rate: 200 + - Index: 22 + Item: WarlockStone_Robe2 + Rate: 200 + - Index: 23 + Item: RoyalguardStone_Robe2 + Rate: 200 + - Index: 24 + Item: GuillcrossStone_Robe2 + Rate: 200 + - Index: 25 + Item: RangerStone_Robe2 + Rate: 200 + - Index: 26 + Item: MechanicStone_Robe2 + Rate: 200 + - Index: 27 + Item: ArchbishopStone_Robe2 + Rate: 200 + - Index: 28 + Item: SoulreaperStone_Robe + Rate: 200 + - Index: 29 + Item: StaremperorStone_Robe + Rate: 200 + - Index: 30 + Item: KagerouStone_Robe + Rate: 200 + - Index: 31 + Item: OboroStone_Robe + Rate: 200 + - Index: 32 + Item: RebellionStone_Robe + Rate: 200 + - Index: 33 + Item: DoramStone_Robe + Rate: 200 + - Index: 34 + Item: SuraStone_Robe2 + Rate: 200 + - Index: 35 + Item: SorcererStone_Robe2 + Rate: 200 + - Index: 36 + Item: ShadowchaserStone_Robe2 + Rate: 200 + - Index: 37 + Item: ArchbishopStone_Robe + Rate: 200 + - Index: 38 + Item: RoyalguardStone_Robe + Rate: 200 + - Index: 39 + Item: GuillcrossStone_Robe + Rate: 200 + - Index: 40 + Item: ShadowchaserStone_Robe + Rate: 200 + - Index: 41 + Item: MechanicStone_Robe + Rate: 200 + - Index: 42 + Item: WanderMinstreStone_Robe + Rate: 200 + - Index: 43 + Item: RuneknightStone_Robe + Rate: 200 + - Index: 44 + Item: GeneticStone_Robe + Rate: 200 + - Index: 45 + Item: WarlockStone_Robe + Rate: 200 + - Index: 46 + Item: SuraStone_Robe + Rate: 200 + - Index: 47 + Item: RangerStone_Robe + Rate: 200 + - Index: 48 + Item: SorcererStone_Robe + Rate: 200 + - Index: 49 + Item: DoubleAttack_Stone + Rate: 200 + - Index: 50 + Item: Critical_Stone_Robe + Rate: 200 + - Index: 51 + Item: CastStone_Robe + Rate: 200 + - Index: 52 + Item: MinorCastingStone_Robe + Rate: 200 + - Index: 53 + Item: CastingStone_Robe + Rate: 200 + - Index: 54 + Item: HPdrainStone_Robe + Rate: 200 + - Index: 55 + Item: SPdrainStone_Robe + Rate: 200 + - Index: 56 + Item: ASPDStone_Robe + Rate: 200 + - Index: 57 + Item: SuNoviceStone_Robe + Rate: 200 + - SubGroup: 2 + List: + - Index: 0 + Item: WaterFieldEffect_Bottom + Rate: 910 + - Index: 1 + Item: GreenFloor_Bottom + Rate: 909 + - Index: 2 + Item: WhiteBodyEffect_Middle + Rate: 909 + - Index: 3 + Item: ExplodingEffect_Middle + Rate: 909 + - Index: 4 + Item: BlueAuraEffect_Middle + Rate: 909 + - Index: 5 + Item: ShadowEffect_Middle + Rate: 909 + - Index: 6 + Item: PinkGlowEffect_Middle + Rate: 909 + - Index: 7 + Item: ElectricEffect_Middle + Rate: 909 + - Index: 8 + Item: ShrinkEffect_Middle + Rate: 909 + - Index: 9 + Item: GhostEffect_Middle + Rate: 909 + - Index: 10 + Item: TwinkleEffect_Top + Rate: 909 + - SubGroup: 6 + List: + - Index: 0 + Item: RuneknightStone_Middle3 + Rate: 105 + - Index: 1 + Item: WarlockStone_Middle3 + Rate: 105 + - Index: 2 + Item: RoyalguardStone_Middle3 + Rate: 105 + - Index: 3 + Item: WanderMinsStone_Middle3 + Rate: 105 + - Index: 4 + Item: GeneticStone_Middle3 + Rate: 105 + - Index: 5 + Item: SorcererStone_Middle3 + Rate: 105 + - Index: 6 + Item: ArchbishopStone_Middle3 + Rate: 105 + - Index: 7 + Item: RangerStone_Middle3 + Rate: 105 + - Index: 8 + Item: ShadowchasStone_Middle3 + Rate: 105 + - Index: 9 + Item: SuraStone_Middle3 + Rate: 105 + - Index: 10 + Item: MechanicStone_Middle3 + Rate: 105 + - Index: 11 + Item: GuillcrossStone_Middle3 + Rate: 105 + - Index: 12 + Item: StarStone_Middle3 + Rate: 105 + - Index: 13 + Item: RebelStone_Middle3 + Rate: 105 + - Index: 14 + Item: ReaperStone_Middle3 + Rate: 106 + - Index: 15 + Item: KagerouStone_Middle3 + Rate: 106 + - Index: 16 + Item: OboroStone_Middle3 + Rate: 106 + - Index: 17 + Item: DoramStone_Middle3 + Rate: 106 + - Index: 18 + Item: SuNoviceStone_Middle + Rate: 106 + - Index: 19 + Item: Magic_Stone_Middle + Rate: 210 + - Index: 20 + Item: Melee_Stone_Middle + Rate: 210 + - Index: 21 + Item: RuneknightStone_Middle2 + Rate: 210 + - Index: 22 + Item: GeneticStone_Middle2 + Rate: 210 + - Index: 23 + Item: WanderMinsStone_Middle2 + Rate: 210 + - Index: 24 + Item: WarlockStone_Middle2 + Rate: 210 + - Index: 25 + Item: PaladinStone_Middle2 + Rate: 210 + - Index: 26 + Item: AssacrossStone_Middle2 + Rate: 210 + - Index: 27 + Item: RangerStone_Middle2 + Rate: 210 + - Index: 28 + Item: MechanicStone_Middle2 + Rate: 210 + - Index: 29 + Item: HighpriestStone_Middle2 + Rate: 210 + - Index: 30 + Item: SoullinkerStone_Middle + Rate: 210 + - Index: 31 + Item: GladiatorStone_Middle + Rate: 210 + - Index: 32 + Item: NinjaStone_Middle + Rate: 210 + - Index: 33 + Item: GunslingerStone_Middle + Rate: 210 + - Index: 34 + Item: DoramStone_Middle + Rate: 210 + - Index: 35 + Item: SuraStone_Middle2 + Rate: 210 + - Index: 36 + Item: SorcererStone_Middle2 + Rate: 210 + - Index: 37 + Item: ShadowchasStone_Middle2 + Rate: 211 + - Index: 38 + Item: HighpriestStone_Middle + Rate: 211 + - Index: 39 + Item: PaladinStone_Middle + Rate: 211 + - Index: 40 + Item: AssacrossStone_Middle + Rate: 211 + - Index: 41 + Item: ShadowchaseStone_Middle + Rate: 211 + - Index: 42 + Item: MechanicStone_Middle + Rate: 211 + - Index: 43 + Item: WanderMinstStone_Middle + Rate: 211 + - Index: 44 + Item: RuneknightStone_Middle + Rate: 211 + - Index: 45 + Item: GeneticStone_Middle + Rate: 211 + - Index: 46 + Item: WarlockStone_Middle + Rate: 211 + - Index: 47 + Item: SuraStone_Middle + Rate: 211 + - Index: 48 + Item: RangerStone_Middle + Rate: 211 + - Index: 49 + Item: SorcererStone_Middle + Rate: 211 + - Index: 50 + Item: CastingStone_Middle + Rate: 211 + - Index: 51 + Item: LexAeternaStone_Middle + Rate: 211 + - Index: 52 + Item: EXPStone_Middle + Rate: 211 + - Index: 53 + Item: Critical_Stone + Rate: 211 + - Index: 54 + Item: Range_Stone + Rate: 211 + - Index: 55 + Item: ReloadStone_Middle + Rate: 211 + - Index: 56 + Item: DefenseStone_Middle + Rate: 211 + - Group: COS_ENCHANTSTONE_BOX3 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: SmatkStone_Robe + Rate: 115 + - Index: 1 + Item: M_PATKStone_Robe + Rate: 115 + - Index: 2 + Item: R_PATKStone_Robe + Rate: 115 + - Index: 3 + Item: ResistDefStone_Robe + Rate: 115 + - Index: 4 + Item: MinorCastStone_Robe_D + Rate: 116 + - Index: 5 + Item: Range_Stone_Robe_D + Rate: 116 + - Index: 6 + Item: SPdrainStone_Robe_D + Rate: 116 + - Index: 7 + Item: ASPDStone_Robe_D + Rate: 116 + - Index: 8 + Item: CastStone_Robe_D + Rate: 116 + - Index: 9 + Item: Melee_Stone_Robe_D + Rate: 116 + - Index: 10 + Item: HPdrainStone_Robe_D + Rate: 116 + - Index: 11 + Item: Magic_Stone_Robe_D + Rate: 116 + - Index: 12 + Item: ReloadStone_Robe_D + Rate: 116 + - Index: 13 + Item: CrtStone_Robe_D + Rate: 116 + - Index: 14 + Item: CriticalStone_Robe_D + Rate: 116 + - Index: 15 + Item: ConStone_Robe_D + Rate: 116 + - Index: 16 + Item: SplStone_Robe_D + Rate: 116 + - Index: 17 + Item: POWStone_Robe_D + Rate: 116 + - Index: 18 + Item: StaminaWISStone_Robe_D + Rate: 116 + - Index: 19 + Item: RuneknightStone_Robe2 + Rate: 200 + - Index: 20 + Item: GeneticStone_Robe2 + Rate: 200 + - Index: 21 + Item: WanderMinsStone_Robe2 + Rate: 200 + - Index: 22 + Item: WarlockStone_Robe2 + Rate: 200 + - Index: 23 + Item: RoyalguardStone_Robe2 + Rate: 200 + - Index: 24 + Item: GuillcrossStone_Robe2 + Rate: 200 + - Index: 25 + Item: RangerStone_Robe2 + Rate: 200 + - Index: 26 + Item: MechanicStone_Robe2 + Rate: 200 + - Index: 27 + Item: ArchbishopStone_Robe2 + Rate: 200 + - Index: 28 + Item: SoulreaperStone_Robe + Rate: 200 + - Index: 29 + Item: StaremperorStone_Robe + Rate: 200 + - Index: 30 + Item: KagerouStone_Robe + Rate: 200 + - Index: 31 + Item: OboroStone_Robe + Rate: 200 + - Index: 32 + Item: RebellionStone_Robe + Rate: 200 + - Index: 33 + Item: DoramStone_Robe + Rate: 200 + - Index: 34 + Item: SuraStone_Robe2 + Rate: 200 + - Index: 35 + Item: SorcererStone_Robe2 + Rate: 200 + - Index: 36 + Item: ShadowchaserStone_Robe2 + Rate: 200 + - Index: 37 + Item: ArchbishopStone_Robe + Rate: 200 + - Index: 38 + Item: RoyalguardStone_Robe + Rate: 200 + - Index: 39 + Item: GuillcrossStone_Robe + Rate: 200 + - Index: 40 + Item: ShadowchaserStone_Robe + Rate: 200 + - Index: 41 + Item: MechanicStone_Robe + Rate: 200 + - Index: 42 + Item: WanderMinstreStone_Robe + Rate: 200 + - Index: 43 + Item: RuneknightStone_Robe + Rate: 200 + - Index: 44 + Item: GeneticStone_Robe + Rate: 200 + - Index: 45 + Item: WarlockStone_Robe + Rate: 200 + - Index: 46 + Item: SuraStone_Robe + Rate: 200 + - Index: 47 + Item: RangerStone_Robe + Rate: 200 + - Index: 48 + Item: SorcererStone_Robe + Rate: 200 + - Index: 49 + Item: DoubleAttack_Stone + Rate: 200 + - Index: 50 + Item: Critical_Stone_Robe + Rate: 200 + - Index: 51 + Item: CastStone_Robe + Rate: 200 + - Index: 52 + Item: MinorCastingStone_Robe + Rate: 200 + - Index: 53 + Item: CastingStone_Robe + Rate: 200 + - Index: 54 + Item: HPdrainStone_Robe + Rate: 200 + - Index: 55 + Item: SPdrainStone_Robe + Rate: 200 + - Index: 56 + Item: ASPDStone_Robe + Rate: 200 + - Index: 57 + Item: SuNoviceStone_Robe + Rate: 200 + - SubGroup: 2 + List: + - Index: 0 + Item: WaterFieldEffect_Bottom + Rate: 910 + - Index: 1 + Item: GreenFloor_Bottom + Rate: 909 + - Index: 2 + Item: WhiteBodyEffect_Middle + Rate: 909 + - Index: 3 + Item: ExplodingEffect_Middle + Rate: 909 + - Index: 4 + Item: BlueAuraEffect_Middle + Rate: 909 + - Index: 5 + Item: ShadowEffect_Middle + Rate: 909 + - Index: 6 + Item: PinkGlowEffect_Middle + Rate: 909 + - Index: 7 + Item: ElectricEffect_Middle + Rate: 909 + - Index: 8 + Item: ShrinkEffect_Middle + Rate: 909 + - Index: 9 + Item: GhostEffect_Middle + Rate: 909 + - Index: 10 + Item: TwinkleEffect_Top + Rate: 909 + - SubGroup: 6 + List: + - Index: 0 + Item: RuneknightStone_Bottom3 + Rate: 105 + - Index: 1 + Item: WarlockStone_Bottom3 + Rate: 105 + - Index: 2 + Item: RoyalguardStone_Bottom3 + Rate: 105 + - Index: 3 + Item: WanderMinsStone_Bottom3 + Rate: 105 + - Index: 4 + Item: GeneticStone_Bottom3 + Rate: 105 + - Index: 5 + Item: SorcererStone_Bottom3 + Rate: 105 + - Index: 6 + Item: ArchbishopStone_Bottom3 + Rate: 105 + - Index: 7 + Item: RangerStone_Bottom3 + Rate: 105 + - Index: 8 + Item: ShadowchasStone_Bottom3 + Rate: 105 + - Index: 9 + Item: SuraStone_Bottom3 + Rate: 105 + - Index: 10 + Item: MechanicStone_Bottom3 + Rate: 105 + - Index: 11 + Item: GuillcrossStone_Bottom3 + Rate: 105 + - Index: 12 + Item: StarStone_Bottom3 + Rate: 105 + - Index: 13 + Item: RebelStone_Bottom3 + Rate: 105 + - Index: 14 + Item: ReaperStone_Bottom3 + Rate: 106 + - Index: 15 + Item: KagerouStone_Bottom3 + Rate: 106 + - Index: 16 + Item: OboroStone_Bottom3 + Rate: 106 + - Index: 17 + Item: DoramStone_Bottom3 + Rate: 106 + - Index: 18 + Item: SuNoviceStone_Bottom + Rate: 106 + - Index: 19 + Item: Magic_Stone_Bottom + Rate: 216 + - Index: 20 + Item: Range_Stone_Bottom + Rate: 216 + - Index: 21 + Item: Melee_Stone_Bottom + Rate: 216 + - Index: 22 + Item: RuneknightStone_Bottom2 + Rate: 216 + - Index: 23 + Item: GeneticStone_Bottom2 + Rate: 216 + - Index: 24 + Item: WanderMinsStone_Bottom2 + Rate: 216 + - Index: 25 + Item: WarlockStone_Bottom2 + Rate: 216 + - Index: 26 + Item: PaladinStone_Bottom2 + Rate: 216 + - Index: 27 + Item: AssacrossStone_Bottom2 + Rate: 216 + - Index: 28 + Item: RangerStone_Bottom2 + Rate: 216 + - Index: 29 + Item: MechanicStone_Bottom2 + Rate: 216 + - Index: 30 + Item: HighpriestStone_Bottom2 + Rate: 216 + - Index: 31 + Item: SoullinkerStone_Bottom + Rate: 216 + - Index: 32 + Item: GladiatorStone_Bottom + Rate: 216 + - Index: 33 + Item: NinjaStone_Bottom + Rate: 216 + - Index: 34 + Item: GunslingerStone_Bottom + Rate: 216 + - Index: 35 + Item: DoramStone_Bottom + Rate: 216 + - Index: 36 + Item: SuraStone_Bottom2 + Rate: 216 + - Index: 37 + Item: SorcererStone_Bottom2 + Rate: 216 + - Index: 38 + Item: ShadowchasStone_Bottom2 + Rate: 216 + - Index: 39 + Item: HighpriestStone_Bottom + Rate: 216 + - Index: 40 + Item: PaladinStone_Bottom + Rate: 216 + - Index: 41 + Item: AssacrossStone_Bottom + Rate: 216 + - Index: 42 + Item: ShadowchaseStone_Bottom + Rate: 216 + - Index: 43 + Item: MechanicStone_Bottom + Rate: 216 + - Index: 44 + Item: WanderMinstStone_Bottom + Rate: 216 + - Index: 45 + Item: RuneknightStone_Bottom + Rate: 216 + - Index: 46 + Item: GeneticStone_Bottom + Rate: 216 + - Index: 47 + Item: WarlockStone_Bottom + Rate: 216 + - Index: 48 + Item: SuraStone_Bottom + Rate: 217 + - Index: 49 + Item: RangerStone_Bottom + Rate: 217 + - Index: 50 + Item: SorcererStone_Bottom + Rate: 217 + - Index: 51 + Item: Critical_Stone_Bottom + Rate: 217 + - Index: 52 + Item: CastingStone_Bottom + Rate: 217 + - Index: 53 + Item: ReloadStone_Bottom + Rate: 217 + - Index: 54 + Item: EXPStone_Bottom + Rate: 217 + - Index: 55 + Item: DefenseStone_Bottom + Rate: 217 + - Group: ENCHANT_STONE_BOX34 + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Range_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 1 + Item: Melee_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 2 + Item: Magic_Stone_Robe_D + Rate: 1 + Announced: true + - Index: 3 + Item: SmatkStone_Robe + Rate: 1 + Announced: true + - Index: 4 + Item: M_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 5 + Item: R_PATKStone_Robe + Rate: 1 + Announced: true + - Index: 6 + Item: ResistDefStone_Robe + Rate: 1 + Announced: true + - Index: 7 + Item: StaminaWISStone_Robe_D + Rate: 1 + Announced: true + - Index: 8 + Item: POWStone_Robe_D + Rate: 1 + Announced: true + - Index: 9 + Item: SplStone_Robe_D + Rate: 1 + Announced: true + - Index: 10 + Item: ConStone_Robe_D + Rate: 1 + Announced: true + - Index: 11 + Item: CrtStone_Robe_D + Rate: 1 + Announced: true + - Index: 12 + Item: MinorCastStone_Robe_D + Rate: 1 + Announced: true + - Index: 13 + Item: aegis_1001604 + Rate: 1 + Announced: true + - Index: 14 + Item: aegis_1001603 + Rate: 1 + Announced: true + - Index: 15 + Item: aegis_1001605 + Rate: 1 + Announced: true + - Index: 16 + Item: ReloadStone_Robe_D + Rate: 1 + Announced: true + - Index: 17 + Item: CriticalStone_Robe_D + Rate: 1 + Announced: true + - Index: 18 + Item: DoubleAttack_Stone + Rate: 2 + Announced: true + - Index: 19 + Item: Critical_Stone_Robe + Rate: 2 + Announced: true + - Index: 20 + Item: CastStone_Robe_D + Rate: 4 + Announced: true + - Index: 21 + Item: SPdrainStone_Robe_D + Rate: 4 + Announced: true + - Index: 22 + Item: HPdrainStone_Robe_D + Rate: 8 + Announced: true + - Index: 23 + Item: ASPDStone_Robe_D + Rate: 8 + Announced: true + - Index: 24 + Item: CastStone_Robe + Rate: 8 + Announced: true + - Index: 25 + Item: RuneknightStone_Top3 + Rate: 8 + Announced: true + - Index: 26 + Item: RuneknightStone_Middle3 + Rate: 8 + Announced: true + - Index: 27 + Item: RuneknightStone_Bottom3 + Rate: 8 + Announced: true + - Index: 28 + Item: RoyalguardStone_Top3 + Rate: 8 + Announced: true + - Index: 29 + Item: RoyalguardStone_Middle3 + Rate: 8 + Announced: true + - Index: 30 + Item: RoyalguardStone_Bottom3 + Rate: 8 + Announced: true + - Index: 31 + Item: RebelStone_Top3 + Rate: 8 + Announced: true + - Index: 32 + Item: RebelStone_Middle3 + Rate: 8 + Announced: true + - Index: 33 + Item: RebelStone_Bottom3 + Rate: 8 + Announced: true + - Index: 34 + Item: Stone_Robe_Box + Rate: 17 + - Index: 35 + Item: Stone_Robe3_Box + Rate: 17 + - Index: 36 + Item: Magic_Stone_Top + Rate: 20 + - Index: 37 + Item: Magic_Stone_Middle + Rate: 20 + - Index: 38 + Item: Magic_Stone_Bottom + Rate: 20 + - Index: 39 + Item: Range_Stone_Top + Rate: 20 + - Index: 40 + Item: Range_Stone + Rate: 20 + - Index: 41 + Item: Range_Stone_Bottom + Rate: 20 + - Index: 42 + Item: Melee_Stone_Top + Rate: 20 + - Index: 43 + Item: Melee_Stone_Middle + Rate: 20 + - Index: 44 + Item: Melee_Stone_Bottom + Rate: 20 + - Index: 45 + Item: DefenseStone_Top + Rate: 20 + - Index: 46 + Item: DefenseStone_Middle + Rate: 20 + - Index: 47 + Item: DefenseStone_Bottom + Rate: 20 + - Index: 48 + Item: ReloadStone_Top + Rate: 20 + - Index: 49 + Item: ReloadStone_Middle + Rate: 20 + - Index: 50 + Item: ReloadStone_Bottom + Rate: 20 + - Index: 51 + Item: EXPStone_Middle + Rate: 20 + - Index: 52 + Item: EXPStone_Bottom + Rate: 20 + - Index: 53 + Item: EXPStone_Top + Rate: 20 + - Index: 54 + Item: Stone_Top_Box + Rate: 40 + - Index: 55 + Item: Stone_Top2_Box + Rate: 40 + - Index: 56 + Item: Stone_Middle_Box + Rate: 40 + - Index: 57 + Item: Stone_Middle2_Box + Rate: 40 + - Index: 58 + Item: Stone_Bottom_Box + Rate: 40 + - Index: 59 + Item: Stone_Bottom2_Box + Rate: 40 + - Index: 60 + Item: CastingStone_Top + Rate: 40 + - Index: 61 + Item: CastingStone_Middle + Rate: 40 + - Index: 62 + Item: CastingStone_Bottom + Rate: 40 + - Index: 63 + Item: Critical_Stone + Rate: 40 + - Index: 64 + Item: Critical_Stone_Top + Rate: 40 + - Index: 65 + Item: Critical_Stone_Bottom + Rate: 40 + - Group: R_EP178_BOSS + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: R48_85_Bestia_Card + Rate: 909 + Announced: true + - Index: 1 + Item: EL_A17T_Card + Rate: 909 + Announced: true + - Index: 2 + Item: Redpepper_Card + Rate: 909 + Announced: true + - Index: 3 + Item: Silva_Papilia_Card + Rate: 909 + Announced: true + - Index: 4 + Item: Gran_Papilia_Card + Rate: 909 + Announced: true + - Index: 5 + Item: Sweety_Card + Rate: 909 + Announced: true + - Index: 6 + Item: Pitaya_Boss_Card + Rate: 910 + Announced: true + - Index: 7 + Item: Miguel_Card + Rate: 909 + Announced: true + - Index: 8 + Item: EP18_Burning_Fang_Card + Rate: 909 + Announced: true + - Index: 9 + Item: EP18_Demi_Freyja_Card + Rate: 909 + Announced: true + - Index: 10 + Item: EP18_Schulang_Card + Rate: 909 + Announced: true + - Group: C_INSURANCE_PACKAGE + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Insurance + Amount: 10 + - Group: C_INSURANCE_PACKAGE50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Insurance + Amount: 50 + - Group: C_GIANT_FLY_WING_BOX100 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Giant_Fly_Wing + Amount: 100 + - Group: C_SIEGFRIED_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Token_Of_Siegfried + Amount: 5 + - Group: C_SIEGFRIED_BOX20 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Token_Of_Siegfried + Amount: 20 + - Group: C_CONVEX_MIRROR_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Convex_Mirror + Amount: 30 + - Group: C_BLESSING_10_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Blessing_10_Scroll + Amount: 50 + - Group: C_INC_AGI_10_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Inc_Agi_10_Scroll + Amount: 50 + - Group: C_ASPERSIO_5_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: J_Aspersio_5_Scroll_C + Amount: 50 + - Group: C_BATTLE_MANUAL_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + - Group: C_BATTLE_MANUAL_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Battle_Manual + Amount: 10 + - Group: C_BUBBLE_GUM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bubble_Gum + - Group: C_BUBBLE_GUM_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Bubble_Gum + Amount: 10 + - Group: C_MEGAPHONE_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Megaphone_ + Amount: 10 + - Group: C_ENRICHED_ELUNIUM_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Elunium + Amount: 10 + - Group: C_ENRICHED_ELUNIUM_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Elunium + Amount: 5 + - Group: C_ENRICHED_ORIDECON_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 10 + - Group: C_ENC_ORIDECON_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Enriched_Oridecon + Amount: 5 + - Group: C_NEURALIZER_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Neuralizer + - Group: C_ABRASIVE_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Abrasive + Amount: 10 + - Group: C_MAX_WEIGHT_UP_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Max_Weight_Up_Scroll + - Group: C_REGENERATION_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Regeneration_Potion + Amount: 10 + - Group: C_S_LIFE_POTION_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Small_Life_Potion + Amount: 50 + - Group: C_MED_LIFE_POTION_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Med_Life_Potion + Amount: 50 + - Group: C_S_ARMORBOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Shadow_Armor_S + Amount: 10 + - Group: C_HOLY_ARMOR_S_BOX30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Holy_Armor_S + Amount: 30 + - Group: C_NEW_STYLE_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: New_Style_Coupon + - Group: C_ALICE_SCROLL_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Alice_Scroll + Amount: 10 + - Group: C_MIMIC_SCROLL_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mimic_Scroll + Amount: 10 + - Group: C_DISGUISE_CROLL_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Disguise_Scroll + Amount: 10 + - Group: C_MP_SCROLL_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Magic_Power_Scroll + Amount: 50 + - Group: CCLOTH_DYE_COUPON_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Clothing_Dye_Coupon + - Group: CCLOTH_DYE_COUPON2_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Clothing_Dye_Coupon2 + - Group: C_MENTAL_POTION50_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mental_Potion + Amount: 50 + - Group: C_JOB_MANUAL25_BOX1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Job_Manual25 + - Group: C_JOB_MANUAL25_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Job_Manual25 + Amount: 10 + - Group: C_SIEGE_SCROLL_BOX1_30 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Siege_Teleport_Scroll + Amount: 30 + - Group: C_HD_BRADIUM_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Bradium + Amount: 5 + - Group: C_HD_BRADIUM_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Bradium + Amount: 10 + - Group: C_HD_CARNIUM_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Carnium + Amount: 5 + - Group: C_HD_CARNIUM_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Carnium + Amount: 10 + - Group: C_HD_ORI_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Oridecon + Amount: 5 + - Group: C_HD_ORI_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Oridecon + Amount: 10 + - Group: C_HD_ELU_BOX5 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Elunium + Amount: 5 + - Group: C_HD_ELU_BOX10 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: HD_Elunium + Amount: 10 + - Group: C_RAPID_LIFE_WATER_BOX2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Rapid_Life_Water + Amount: 10 + - Group: CHANGE_NAME_CARD_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Change_Name_Card + - Group: C_MYST_WATER_BOX50 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Mysterious_Water + Amount: 50 + - Group: STATUS_RESET_COUPON_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Status_Reset_Coupon + - Group: AID_BUFF_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Premium_Box + - Group: INVENTORY_EX_BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Inventory_Ex + - Group: PETTRADETICKET_BOX + SubGroups: + - SubGroup: 6 + List: + - Index: 0 + Item: Succu_Pet_Coupon + Rate: 10 + - Index: 1 + Item: Imp_Pet_Coupon + Rate: 10 + - Index: 2 + Item: Chung_E_Pet_Coupon + Rate: 10 + - Index: 3 + Item: Ticket_Nightmare + Rate: 10 + - Index: 4 + Item: Ticket_Loli_Ruri + Rate: 10 + - Index: 5 + Item: Ticket_Goblin_Leader + Rate: 10 + - Index: 6 + Item: Ticket_Incubus + Rate: 10 + - Index: 7 + Item: Ticket_Whisper + Rate: 10 + - Index: 8 + Item: Ticket_Wicked_Nymph + Rate: 10 + - Index: 9 + Item: Ticket_Marionette + Rate: 10 + - Index: 10 + Item: Ticket_Dullahan + Rate: 10 + - Index: 11 + Item: Ticket_Shinobi + Rate: 10 + - Index: 12 + Item: Ticket_Golem + Rate: 10 + - Index: 13 + Item: Poring_Ticket + Rate: 10 + - Index: 14 + Item: Drops_Ticket + Rate: 10 + - Index: 15 + Item: Poporing_Ticket + Rate: 10 + - Index: 16 + Item: Lunatic_Ticket + Rate: 10 + - Index: 17 + Item: Picky_Ticket + Rate: 10 + - Index: 18 + Item: Pecopeco_Ticket + Rate: 10 + - Index: 19 + Item: Savage_Baby_Ticket + Rate: 10 + - Index: 20 + Item: Spore_Ticket + Rate: 10 + - Index: 21 + Item: Poison_Spore_Ticket + Rate: 10 + - Index: 22 + Item: Chonchon_Ticket + Rate: 10 + - Index: 23 + Item: Steel_Chonchon_Ticket + Rate: 10 + - Index: 24 + Item: Petit_Ticket + Rate: 10 + - Index: 25 + Item: Deviruchi_Ticket + Rate: 10 + - Index: 26 + Item: Isis_Ticket + Rate: 10 + - Index: 27 + Item: Smokie_Ticket + Rate: 10 + - Index: 28 + Item: Dokebi_Ticket + Rate: 10 + - Index: 29 + Item: Desert_Wolf_B_Ticket + Rate: 10 + - Index: 30 + Item: Yoyo_Ticket + Rate: 10 + - Index: 31 + Item: Sohee_Ticket + Rate: 10 + - Index: 32 + Item: Rocker_Ticket + Rate: 10 + - Index: 33 + Item: Hunter_Fly_Ticket + Rate: 10 + - Index: 34 + Item: Orc_Warrior_Ticket + Rate: 10 + - Index: 35 + Item: Bapho_Jr_Ticket + Rate: 10 + - Index: 36 + Item: Munak_Ticket + Rate: 10 + - Index: 37 + Item: Bongun_Ticket + Rate: 10 + - Index: 38 + Item: Goblin_Ticket + Rate: 10 + - Index: 39 + Item: Hardtack_Ticket + Rate: 10 + - Index: 40 + Item: Zherlthsh_Ticket + Rate: 10 + - Index: 41 + Item: Alice_Ticket + Rate: 10 + - Index: 42 + Item: Pet_Exchange + Rate: 10 + - Index: 43 + Item: Snow_Rabbit_Ticket + Rate: 10 + - Index: 44 + Item: Tikbalang_Ticket + Rate: 10 + - Group: ADVANCED_TAIMING_ITEM + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: No_Recipient + Rate: 1 + - Index: 1 + Item: Heart_Of_Her + Rate: 1 + - Index: 2 + Item: Tantanmen + Rate: 1 + - Index: 3 + Item: Silver_Knife_Of_Chaste + Rate: 1 + - Index: 4 + Item: Flaming_Ice + Rate: 1 + - Index: 5 + Item: Fit_Pipe + Rate: 1 + - Index: 6 + Item: Sway_Apron + Rate: 1 + - Index: 7 + Item: Tikbalang_Belt + Rate: 1 + - Index: 8 + Item: Sap_Jelly + Rate: 1 + - Index: 9 + Item: Airship_Part + Rate: 1 + - Index: 10 + Item: Little_Dall_Needle + Rate: 1 + - Index: 11 + Item: Luxury_Whisky_Bottle + Rate: 2 + - Index: 12 + Item: Boy's_Naivety + Rate: 2 + - Index: 13 + Item: Gril's_Naivety + Rate: 2 + - Index: 14 + Item: Monster_Juice + Rate: 1 + - Index: 15 + Item: Skull_Of_Vagabond + Rate: 1 + - Index: 16 + Item: Delicious_Shaved_Ice + Rate: 1 + - Index: 17 + Item: Staff_Of_Leader + Rate: 1 + - SubGroup: 2 + List: + - Index: 0 + Item: No_Recipient + Rate: 1 + - Index: 1 + Item: Heart_Of_Her + Rate: 1 + - Index: 2 + Item: Tantanmen + Rate: 1 + - Index: 3 + Item: Silver_Knife_Of_Chaste + Rate: 1 + - Index: 4 + Item: Flaming_Ice + Rate: 1 + - Index: 5 + Item: Fit_Pipe + Rate: 1 + - Index: 6 + Item: Sway_Apron + Rate: 1 + - Index: 7 + Item: Tikbalang_Belt + Rate: 1 + - Index: 8 + Item: Sap_Jelly + Rate: 1 + - Index: 9 + Item: Airship_Part + Rate: 1 + - Index: 10 + Item: Little_Dall_Needle + Rate: 1 + - Index: 11 + Item: Luxury_Whisky_Bottle + Rate: 2 + - Index: 12 + Item: Boy's_Naivety + Rate: 2 + - Index: 13 + Item: Gril's_Naivety + Rate: 2 + - Index: 14 + Item: Monster_Juice + Rate: 1 + - Index: 15 + Item: Skull_Of_Vagabond + Rate: 1 + - Index: 16 + Item: Delicious_Shaved_Ice + Rate: 1 + - Index: 17 + Item: Staff_Of_Leader + Rate: 1 + - SubGroup: 6 + List: + - Index: 0 + Item: No_Recipient + Rate: 1 + - Index: 1 + Item: Heart_Of_Her + Rate: 1 + - Index: 2 + Item: Tantanmen + Rate: 1 + - Index: 3 + Item: Silver_Knife_Of_Chaste + Rate: 1 + - Index: 4 + Item: Flaming_Ice + Rate: 1 + - Index: 5 + Item: Fit_Pipe + Rate: 1 + - Index: 6 + Item: Sway_Apron + Rate: 1 + - Index: 7 + Item: Tikbalang_Belt + Rate: 1 + - Index: 8 + Item: Sap_Jelly + Rate: 1 + - Index: 9 + Item: Airship_Part + Rate: 1 + - Index: 10 + Item: Little_Dall_Needle + Rate: 1 + - Index: 11 + Item: Luxury_Whisky_Bottle + Rate: 2 + - Index: 12 + Item: Boy's_Naivety + Rate: 2 + - Index: 13 + Item: Gril's_Naivety + Rate: 2 + - Index: 14 + Item: Monster_Juice + Rate: 1 + - Index: 15 + Item: Skull_Of_Vagabond + Rate: 1 + - Index: 16 + Item: Delicious_Shaved_Ice + Rate: 1 + - Index: 17 + Item: Staff_Of_Leader + Rate: 1 + - Group: ADVANCED_TAIMING_ITEM2 + SubGroups: + - SubGroup: 1 + List: + - Index: 0 + Item: Very_Red_Juice + Rate: 3 + - Index: 1 + Item: Prohibition_Red_Candle + Rate: 3 + - Index: 2 + Item: Armlet_Of_Obedience + Rate: 3 + - Index: 3 + Item: Shining_Stone + Rate: 3 + - Index: 4 + Item: Contracts_In_Shadow + Rate: 3 + - Index: 5 + Item: Book_Of_Devil + Rate: 3 + - Index: 6 + Item: Fan_Of_Wind + Rate: 3 + - Index: 7 + Item: Magical_Lithography + Rate: 3 + - Index: 8 + Item: Hell_Contract + Rate: 3 + - Index: 9 + Item: Gril_Doll + Rate: 3 + - Index: 10 + Item: Oilpalm_Coconut + Rate: 3 + - Index: 11 + Item: Summer_Fan + Rate: 1 + - Index: 12 + Item: Ball_Mask + Rate: 1 + - Index: 13 + Item: Black_Butterfly_Mask + Rate: 1 + - Index: 14 + Item: Death_Coil + Rate: 1 + - Index: 15 + Item: Hell_Horn + Rate: 1 + - SubGroup: 2 + List: + - Index: 0 + Item: Very_Red_Juice + Rate: 3 + - Index: 1 + Item: Prohibition_Red_Candle + Rate: 3 + - Index: 2 + Item: Armlet_Of_Obedience + Rate: 3 + - Index: 3 + Item: Shining_Stone + Rate: 3 + - Index: 4 + Item: Contracts_In_Shadow + Rate: 3 + - Index: 5 + Item: Book_Of_Devil + Rate: 3 + - Index: 6 + Item: Fan_Of_Wind + Rate: 3 + - Index: 7 + Item: Magical_Lithography + Rate: 3 + - Index: 8 + Item: Hell_Contract + Rate: 3 + - Index: 9 + Item: Gril_Doll + Rate: 3 + - Index: 10 + Item: Oilpalm_Coconut + Rate: 3 + - Index: 11 + Item: Summer_Fan + Rate: 1 + - Index: 12 + Item: Ball_Mask + Rate: 1 + - Index: 13 + Item: Black_Butterfly_Mask + Rate: 1 + - Index: 14 + Item: Death_Coil + Rate: 1 + - Index: 15 + Item: Hell_Horn + Rate: 1 + - SubGroup: 6 + List: + - Index: 0 + Item: Very_Red_Juice + Rate: 3 + - Index: 1 + Item: Prohibition_Red_Candle + Rate: 3 + - Index: 2 + Item: Armlet_Of_Obedience + Rate: 3 + - Index: 3 + Item: Shining_Stone + Rate: 3 + - Index: 4 + Item: Contracts_In_Shadow + Rate: 3 + - Index: 5 + Item: Book_Of_Devil + Rate: 3 + - Index: 6 + Item: Fan_Of_Wind + Rate: 3 + - Index: 7 + Item: Magical_Lithography + Rate: 3 + - Index: 8 + Item: Hell_Contract + Rate: 3 + - Index: 9 + Item: Gril_Doll + Rate: 3 + - Index: 10 + Item: Oilpalm_Coconut + Rate: 3 + - Index: 11 + Item: Summer_Fan + Rate: 1 + - Index: 12 + Item: Ball_Mask + Rate: 1 + - Index: 13 + Item: Black_Butterfly_Mask + Rate: 1 + - Index: 14 + Item: Death_Coil + Rate: 1 + - Index: 15 + Item: Hell_Horn + Rate: 1 + - Group: INVENTORY_EX_10BOX + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Inventory_Ex + Amount: 10 + - Group: COSTUMEMILEPACK_34_1 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 100 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 12 + - Index: 2 + Item: Enchant_Stone_Box34 + Amount: 3 + - Group: COSTUMEMILEPACK_34_2 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 200 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 25 + - Index: 2 + Item: Enchant_Stone_Box34 + Amount: 5 + - Group: COSTUMEMILEPACK_34_3 + SubGroups: + - SubGroup: 0 + List: + - Index: 0 + Item: Nyangvine_Fruit + Amount: 400 + - Index: 1 + Item: Evt_Cos_Coin + Amount: 50 + - Index: 2 + Item: Enchant_Stone_Box34 + Amount: 10 diff --git a/db/re/item_packages.yml b/db/re/item_packages.yml index a9508bb3ca..077313eb81 100644 --- a/db/re/item_packages.yml +++ b/db/re/item_packages.yml @@ -1,5 +1,5 @@ # This file is a part of rAthena. -# Copyright(C) 2022 rAthena Development Team +# Copyright(C) 2024 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify @@ -159,77 +159,153 @@ Body: RentalHours: 1 - Group: 9 Items: - - Item: Red_Potion - Amount: 10 - - Item: Red_Potion - Amount: 5 - - Item: Red_Potion - Item: Red_Potion Amount: 3 RentalHours: 1 - Group: 10 Items: - Item: Guard_ - - Item: Guard_ - - Item: Guard_ - Group: 11 Items: - Item: Orange_Potion Amount: 800 - - Item: Boost_Armor_Box + - Item: Minus_Status_Box_ Groups: - Group: 0 Items: - - Item: Atker_Plate - - Item: Atker_Manteau - - Item: Atker_Greave - - Item: Atker_Ring - - Item: Boost_Up_1 - Amount: 3 + - Item: Minus_Str + Amount: 6 - Group: 1 Items: - - Item: Ran_Suits - - Item: Ran_Manteau - - Item: Ran_Boots - - Item: Ran_Brooch - - Item: Boost_Up_1 - Amount: 3 + - Item: Minus_Agi + Amount: 6 - Group: 2 Items: - - Item: Ele_Robe - - Item: Ele_Muffler - - Item: Ele_Shoes - - Item: Ele_Earing - - Item: Boost_Up_1 - Amount: 3 + - Item: Minus_Vit + Amount: 6 - Group: 3 Items: - - Item: Defn_Robe - - Item: Defn_Muffler - - Item: Defn_Shoes - - Item: Defn_Earing - - Item: Boost_Up_1 - Amount: 3 - - Item: Special_Coin_Pack + - Item: Minus_Int + Amount: 6 + - Group: 4 + Items: + - Item: Minus_Dex + Amount: 6 + - Group: 5 + Items: + - Item: Minus_Luk + Amount: 6 + - Group: 6 + Items: + - Item: Minus_Str + - Item: Minus_Agi + - Item: Minus_Vit + - Item: Minus_Int + - Item: Minus_Dex + - Item: Minus_Luk + - Item: Alchemist_Box_ Groups: - Group: 0 Items: - - Item: EP17_1_EVT39 - Amount: 3 - - Item: EP17_1_EVT02 - Amount: 18 + - Item: Fire_Bottle + Amount: 50 - Group: 1 Items: - - Item: BarMealTicket - Amount: 20 + - Item: Acid_Bottle + Amount: 50 - Group: 2 Items: - - Item: Ep18_Amethyst_Fragment - Amount: 20 + - Item: MenEater_Plant_Bottle + Amount: 50 - Group: 3 Items: - - Item: Ep19_Snow_Flower - Amount: 20 + - Item: Coating_Bottle + Amount: 50 + - Group: 4 + Items: + - Item: Mini_Bottle + Amount: 50 + - Item: FullPene_Select_Box + Groups: + - Group: 0 + Items: + - Item: FullPene_Earring_Box + - Group: 1 + Items: + - Item: FullPene_Pendant_Box + - Group: 2 + Items: + - Item: FullPene_Armor_Box + - Group: 3 + Items: + - Item: FullPene_Shoes_Box + - Item: FullTemp_Select_Box + Groups: + - Group: 0 + Items: + - Item: FullTemp_Earring_Box + - Group: 1 + Items: + - Item: FullTemp_Pendant_Box + - Group: 2 + Items: + - Item: FullTemp_Armor_Box + - Group: 3 + Items: + - Item: FullTemp_Shoes_Box + - Item: Durable_Select_Box + Groups: + - Group: 0 + Items: + - Item: Durable_Weapon_Box + - Group: 1 + Items: + - Item: Durable_Shield_Box + - Item: Clever_Select_Box + Groups: + - Group: 0 + Items: + - Item: Clever_Weapon_Box + - Group: 1 + Items: + - Item: Clever_Shield_Box + - Item: OS_Helm_Box_ + Groups: + - Group: 0 + Items: + - Item: Ignis_CapK + - Group: 1 + Items: + - Item: Phantom_Cap + - Group: 2 + Items: + - Item: Stripe_Hat + - Group: 3 + Items: + - Item: Clock_Casket_RD + - Group: 4 + Items: + - Item: Large_Sorcerer_Crown + - Group: 5 + Items: + - Item: Scorpio_Diadem_K + - Group: 6 + Items: + - Item: Sagittarius_DiademK + - Item: Shadow_R_M_Box_ + Groups: + - Group: 0 + Items: + - Item: Class_Sha_R_M_Melee + - Group: 1 + Items: + - Item: Class_Sha_R_M_Magic + - Group: 2 + Items: + - Item: Skill_Sha_R_M_Melee + - Group: 3 + Items: + - Item: Skill_Sha_R_M_Magic - Item: Metal_W_Box Groups: - Group: 0 @@ -326,206 +402,581 @@ Body: - Group: 3 Items: - Item: C_School_Bag_PU - - Item: aegis_101470 + - Item: Special_Coin_Pack Groups: - Group: 0 Items: - - Item: Minus_Str - Amount: 6 + - Item: EP17_1_EVT39 + Amount: 3 + - Item: EP17_1_EVT02 + Amount: 18 - Group: 1 Items: - - Item: Minus_Agi - Amount: 6 + - Item: BarMealTicket + Amount: 20 - Group: 2 Items: - - Item: Minus_Vit - Amount: 6 + - Item: Ep18_Amethyst_Fragment + Amount: 20 - Group: 3 Items: - - Item: Minus_Int - Amount: 6 + - Item: Ep19_Snow_Flower + Amount: 20 + - Item: Boost_Armor_Box + Groups: + - Group: 0 + Items: + - Item: Atker_Plate + - Item: Atker_Manteau + - Item: Atker_Greave + - Item: Atker_Ring + - Item: Boost_Up_1 + Amount: 3 + - Group: 1 + Items: + - Item: Ran_Suits + - Item: Ran_Manteau + - Item: Ran_Boots + - Item: Ran_Brooch + - Item: Boost_Up_1 + Amount: 3 + - Group: 2 + Items: + - Item: Ele_Robe + - Item: Ele_Muffler + - Item: Ele_Shoes + - Item: Ele_Earing + - Item: Boost_Up_1 + Amount: 3 + - Group: 3 + Items: + - Item: Defn_Robe + - Item: Defn_Muffler + - Item: Defn_Shoes + - Item: Defn_Earing + - Item: Boost_Up_1 + Amount: 3 + - Item: AllMighty_Select_Box + Groups: + - Group: 0 + Items: + - Item: AllMighty_Earring_Box + - Group: 1 + Items: + - Item: AllMighty_Pendant_Box + - Item: TrueGem_Select_Box + Groups: + - Group: 0 + Items: + - Item: TrueGem_Earring_Box + - Group: 1 + Items: + - Item: TrueGem_Pendant_Box + - Group: 2 + Items: + - Item: TrueGem_Shoes_Box + - Group: 3 + Items: + - Item: TrueGem_Armor_Box + - Item: PerfectSize_Select_Box + Groups: + - Group: 0 + Items: + - Item: PerfectSize_Weapon_Box + - Group: 1 + Items: + - Item: PerfectSize_Armor_Box + - Item: Mammoth_Select_Box + Groups: + - Group: 0 + Items: + - Item: Mammoth_Earring_Box + - Group: 1 + Items: + - Item: Mammoth_Pendant_Box + - Group: 2 + Items: + - Item: Mammoth_Armor_Box + - Group: 3 + Items: + - Item: Mammoth_Shoes_Box + - Item: SpellCaster_Select_Box + Groups: + - Group: 0 + Items: + - Item: SpellCaster_Earring_Box + - Group: 1 + Items: + - Item: SpellCaster_Pendant_Box + - Group: 2 + Items: + - Item: SpellCaster_Armor_Box + - Group: 3 + Items: + - Item: SpellCaster_Shoes_Box + - Item: Absorb_Select_Box + Groups: + - Group: 0 + Items: + - Item: Absorb_Weapon_Box + - Group: 1 + Items: + - Item: Absorb_Shield_Box + - Item: R_Bearers_Select_Box + Groups: + - Group: 0 + Items: + - Item: R_Bearers_Earring_Box + - Group: 1 + Items: + - Item: R_Bearers_Pendant_Box + - Group: 2 + Items: + - Item: R_Bearers_Armor_Box + - Group: 3 + Items: + - Item: R_Bearers_Shoes_Box + - Item: Hasty_Select_Box + Groups: + - Group: 0 + Items: + - Item: Hasty_Weapon_Box + - Group: 1 + Items: + - Item: Hasty_Shield_Box + - Item: MAutoSpell_Select_Box + Groups: + - Group: 0 + Items: + - Item: MAutoSpell_Earring_Box + - Group: 1 + Items: + - Item: MAutoSpell_Pendant_Box + - Group: 2 + Items: + - Item: MAutoSpell_Armor_Box + - Group: 3 + Items: + - Item: MAutoSpell_Shoes_Box + - Item: Infinity_Select_Box + Groups: + - Group: 0 + Items: + - Item: Infinity_Weapon_Box + - Group: 1 + Items: + - Item: Infinity_Shield_Box + - Item: EXP_Select_Box + Groups: + - Group: 0 + Items: + - Item: EXP_Weapon_Box + - Group: 1 + Items: + - Item: EXP_Shield_Box + - Item: M_Blitz_Select_Box + Groups: + - Group: 0 + Items: + - Item: M_Blitz_Weapon_Box + - Group: 1 + Items: + - Item: M_Blitz_Shield_Box + - Item: GoodnEvil_Circlet_Box + Groups: + - Group: 0 + Items: + - Item: GoodnEvil_Circlet_NW + - Group: 1 + Items: + - Item: GoodnEvil_Circlet_NW2 + - Group: 2 + Items: + - Item: GoodnEvil_Circlet_NW3 + - Group: 3 + Items: + - Item: GoodnEvil_Circlet_NW4 - Group: 4 Items: - - Item: Minus_Dex - Amount: 6 + - Item: GoodnEvil_Circlet_NW5 + - Item: Hero_Weapon_Up_S_Box + Groups: + - Group: 0 + Items: + - Item: Hero_Weapon_Up_Box_1 + - Group: 1 + Items: + - Item: Hero_Weapon_Up_Box_2 + - Group: 2 + Items: + - Item: Hero_Weapon_Up_Box_3 + - Group: 3 + Items: + - Item: Hero_Weapon_Up_Box_4 + - Group: 4 + Items: + - Item: Hero_Weapon_Up_Box_5 - Group: 5 Items: - - Item: Minus_Luk - Amount: 6 - - Group: 6 - Items: - - Item: Minus_Str - - Item: Minus_Agi - - Item: Minus_Vit - - Item: Minus_Int - - Item: Minus_Dex - - Item: Minus_Luk - - Item: aegis_101471 + - Item: Hero_Weapon_Up_Box_6 + - Item: Hero_Weapon_Hammer_S Groups: - Group: 0 Items: - - Item: Fire_Bottle - Amount: 50 + - Item: Hero_Weapon_Hammer_1 - Group: 1 Items: - - Item: Acid_Bottle - Amount: 50 + - Item: Hero_Weapon_Hammer_2 - Group: 2 Items: - - Item: MenEater_Plant_Bottle - Amount: 50 + - Item: Hero_Weapon_Hammer_3 - Group: 3 Items: - - Item: Coating_Bottle - Amount: 50 + - Item: Hero_Weapon_Hammer_4 - Group: 4 Items: - - Item: Mini_Bottle - Amount: 50 - - Item: aegis_101542 - Groups: - - Group: 0 - Items: - - Item: aegis_101543 - - Group: 1 - Items: - - Item: aegis_101544 - - Group: 2 - Items: - - Item: aegis_101545 - - Group: 3 - Items: - - Item: aegis_101546 - - Item: aegis_101547 - Groups: - - Group: 0 - Items: - - Item: aegis_101548 - - Group: 1 - Items: - - Item: aegis_101549 - - Group: 2 - Items: - - Item: aegis_101550 - - Group: 3 - Items: - - Item: aegis_101551 - - Item: aegis_101552 - Groups: - - Group: 0 - Items: - - Item: aegis_101553 - - Group: 1 - Items: - - Item: aegis_101554 - - Item: aegis_101555 - Groups: - - Group: 0 - Items: - - Item: aegis_101556 - - Group: 1 - Items: - - Item: aegis_101557 - - Item: aegis_101563 - Groups: - - Group: 0 - Items: - - Item: Ignis_CapK - - Group: 1 - Items: - - Item: Phantom_Cap - - Group: 2 - Items: - - Item: Stripe_Hat - - Group: 3 - Items: - - Item: Clock_Casket_RD - - Group: 4 - Items: - - Item: Large_Sorcerer_Crown + - Item: Hero_Weapon_Hammer_5 - Group: 5 Items: - - Item: Scorpio_Diadem_K - - Group: 6 - Items: - - Item: Sagittarius_DiademK - - Item: aegis_101565 + - Item: Hero_Weapon_Hammer_6 + - Item: aegis_102215 Groups: - Group: 0 Items: - - Item: Class_Sha_R_M_Melee + - Item: Bio_Weapon_Refine_Cube - Group: 1 Items: - - Item: Class_Sha_R_M_Magic + - Item: Old_Refine_Cube - Group: 2 Items: - - Item: Skill_Sha_R_M_Melee - - Group: 3 - Items: - - Item: Skill_Sha_R_M_Magic - - Item: aegis_101654 + - Item: Geffen_Refine_Cube + - Item: aegis_102216 Groups: - Group: 0 Items: - - Item: aegis_101655 + - Item: Bio_Helm_Refine_Cube - Group: 1 Items: - - Item: aegis_101656 - - Item: aegis_101657 - Groups: - - Group: 0 - Items: - - Item: aegis_101658 - - Group: 1 - Items: - - Item: aegis_101659 + - Item: Circlet_Refine_Cube - Group: 2 Items: - - Item: aegis_101660 + - Item: Auto_Armor_Refine_Cube - Group: 3 Items: - - Item: aegis_101661 - - Item: aegis_101662 + - Item: Racecap_Refine_Cube + - Group: 4 + Items: + - Item: OS_Weapon_Refine_Cube + - Group: 5 + Items: + - Item: Temporal_Refine_Cube + - Item: Hero_Weapon_S_Box_1 Groups: - Group: 0 Items: - - Item: aegis_101663 + - Item: Royal_Bow_K + Refine: 11 - Group: 1 Items: - - Item: aegis_101664 - - Item: aegis_101727 - Groups: - - Group: 0 - Items: - - Item: aegis_101717 - - Group: 1 - Items: - - Item: aegis_101718 + - Item: Shadow_Staff_K + Refine: 11 - Group: 2 Items: - - Item: aegis_101719 + - Item: Iron_Nail_K + Refine: 11 - Group: 3 Items: - - Item: aegis_101720 - - Item: aegis_101728 + - Item: Blue_Crystal_Staff + Refine: 11 + - Group: 4 + Items: + - Item: Freezing_Rod + Refine: 11 + - Group: 5 + Items: + - Item: Ancient_Hero_Boots + Refine: 11 + - Item: Hero_Weapon_S_Box_2 Groups: - Group: 0 Items: - - Item: aegis_101721 + - Item: Sword_Of_Bluefire + Refine: 11 - Group: 1 Items: - - Item: aegis_101722 + - Item: Iron_Staff + Refine: 11 - Group: 2 Items: - - Item: aegis_101723 + - Item: Oriental_Sword + Refine: 11 - Group: 3 Items: - - Item: aegis_101724 - - Item: aegis_101729 + - Item: Fog_Dew_Sword + Refine: 11 + - Group: 4 + Items: + - Item: Sharp_Wind_Sword + Refine: 11 + - Group: 5 + Items: + - Item: Humma_Clear + Refine: 11 + - Item: Hero_Weapon_S_Box_3 Groups: - Group: 0 Items: - - Item: aegis_101725 + - Item: Narcis_Bow + Refine: 11 - Group: 1 Items: - - Item: aegis_101726 + - Item: Magic_Sword + Refine: 11 + - Group: 2 + Items: + - Item: Avenger + Refine: 11 + - Group: 3 + Items: + - Item: Undine_Spear_K + Refine: 11 + - Group: 4 + Items: + - Item: Demon_Hunting_Bible_K + Refine: 11 + - Group: 5 + Items: + - Item: Shiver_Katar_K + Refine: 11 + - Item: Hero_Weapon_S_Box_4 + Groups: + - Group: 0 + Items: + - Item: OneSkyOneSun + Refine: 11 + - Group: 1 + Items: + - Item: SoulWeight + Refine: 11 + - Group: 2 + Items: + - Item: MeawFoxtail + Refine: 11 + - Group: 3 + Items: + - Item: Freedom_Stick + Refine: 11 + - Group: 4 + Items: + - Item: Blessed_Knife + Refine: 11 + - Item: Hero_Weapon_S_Box_5 + Groups: + - Group: 0 + Items: + - Item: Dragonic_Slayer + Refine: 11 + - Group: 1 + Items: + - Item: Light_Blade + Refine: 11 + - Group: 2 + Items: + - Item: Slate_Sword + Refine: 11 + - Group: 3 + Items: + - Item: Trumpet_Shell_K + Refine: 11 + - Group: 4 + Items: + - Item: Barb_Wire_K + Refine: 11 + - Group: 5 + Items: + - Item: Meteor_Striker + Refine: 11 + - Item: Hero_Weapon_S_Box_6 + Groups: + - Group: 0 + Items: + - Item: Saint_Hall + Refine: 11 + - Group: 1 + Items: + - Item: Ray_Knuckle + Refine: 11 + - Group: 2 + Items: + - Item: Blade_Katar + Refine: 11 + - Group: 3 + Items: + - Item: Fatalist + Refine: 11 + - Group: 4 + Items: + - Item: Scalet_Dragon_L_Bow + Refine: 11 + - Item: Hero_Weapon_S_Box_7 + Groups: + - Group: 0 + Items: + - Item: Crimson_Rose + Refine: 11 + - Group: 1 + Items: + - Item: Master_Soul_Rifle + Refine: 11 + - Group: 2 + Items: + - Item: Demon_S_Shot + Refine: 11 + - Group: 3 + Items: + - Item: Golden_L_Launcher + Refine: 11 + - Group: 4 + Items: + - Item: The_Black_Gatling + Refine: 11 + - Item: 2023_Spring_Select + Groups: + - Group: 0 + Items: + - Item: C_Lop_Bunny_Cloak + - Group: 1 + Items: + - Item: C_Heart_Chiffon_Rabbit + - Group: 2 + Items: + - Item: C_Teaparty_Wonderland + - Group: 3 + Items: + - Item: C_Chocolat_Rabbit_Hair + - Item: RO_Concert_Scroll2 + Groups: + - Group: 0 + Items: + - Item: C_Headset_OST + - Group: 1 + Items: + - Item: C_Music_Decoration + - Group: 2 + Items: + - Item: C_Whistle + - Item: 21th_Costume_Select + Groups: + - Group: 0 + Items: + - Item: C_Ocean_Color_Long + - Group: 1 + Items: + - Item: C_Aqua_Fin_Decoration + - Group: 2 + Items: + - Item: C_Sailor_Cap + - Item: Cinnamon_Costume_Box + Groups: + - Group: 0 + Items: + - Item: C_Cinnamon2 + - Group: 1 + Items: + - Item: C_Cinnamon + - Group: 2 + Items: + - Item: C_JP_EV16 + - Group: 3 + Items: + - Item: C_JP_EV17 + - Item: IsgardCrown_Box + Groups: + - Group: 0 + Items: + - Item: Glacier_Helm_1 + - Group: 1 + Items: + - Item: Glacier_Helm_2 + - Group: 2 + Items: + - Item: Glacier_Helm_3 + - Item: AceCard_Box + Groups: + - Group: 0 + Items: + - Item: Heart_Ace_Melee + - Group: 1 + Items: + - Item: Spade_Ace_Melee + - Group: 2 + Items: + - Item: Diamond_Ace_Range + - Group: 3 + Items: + - Item: Clover_Ace_Defense + - Item: Loki_Coin_Box + Groups: + - Group: 0 + Items: + - Item: Loki_Coin + Amount: 10 + - Group: 1 + Items: + - Item: Loki_Coin_2 + Amount: 10 + - Group: 2 + Items: + - Item: Loki_Coin_3 + Amount: 10 + - Group: 3 + Items: + - Item: Loki_Coin_4 + Amount: 10 + - Item: Loki_Advice_Box + Groups: + - Group: 0 + Items: + - Item: Loki_Advice + Amount: 10 + - Group: 1 + Items: + - Item: Loki_Advice_2 + Amount: 10 + - Group: 2 + Items: + - Item: Loki_Advice_3 + Amount: 10 + - Group: 3 + Items: + - Item: Loki_Advice_4 + Amount: 10 + - Item: 2023_Xmas_Costume + Groups: + - Group: 0 + Items: + - Item: C_SnowmanHat + - Group: 1 + Items: + - Item: C_WinterNightBells + - Group: 2 + Items: + - Item: C_SantaTeddyBear + - Item: 10AllMighty_Select_Box + Groups: + - Group: 0 + Items: + - Item: S_AllMighty_Earring + Refine: 10 + - Group: 1 + Items: + - Item: S_AllMighty_Pendant + Refine: 10 + - Item: Sonic_Costume_Pack + Groups: + - Group: 0 + Items: + - Item: C_Super_Sonic_Mini + - Group: 1 + Items: + - Item: C_Chaos_Emerald diff --git a/db/re/item_randomopt_group.yml b/db/re/item_randomopt_group.yml index 69fb2a433e..a691458324 100644 --- a/db/re/item_randomopt_group.yml +++ b/db/re/item_randomopt_group.yml @@ -14989,3 +14989,992 @@ Body: MinValue: 5 MaxValue: 10 Chance: 5000 + - Id: 165 + Group: JOY_OF_VICTORY + Slots: + - Slot: 1 + Options: + - Option: VAR_ATTPOWER + MinValue: 1 + MaxValue: 10 + Chance: 857 + - Option: VAR_ATTMPOWER + MinValue: 1 + MaxValue: 10 + Chance: 857 + - Option: VAR_CRITICALSUCCESSVALUE + MinValue: 1 + MaxValue: 3 + Chance: 857 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 5 + MaxValue: 20 + Chance: 857 + - Option: VAR_MAXHPAMOUNT + MinValue: 50 + MaxValue: 200 + Chance: 857 + - Option: VAR_MAXSPAMOUNT + MinValue: 10 + MaxValue: 100 + Chance: 857 + - Option: VAR_HITSUCCESSVALUE + MinValue: 5 + MaxValue: 10 + Chance: 857 + - Option: HEAL_VALUE + MinValue: 1 + MaxValue: 5 + Chance: 857 + - Option: DEC_SPELL_CAST_TIME + MinValue: 1 + MaxValue: 3 + Chance: 857 + - Option: DAMAGE_CRI_TARGET + MinValue: 1 + MaxValue: 3 + Chance: 857 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 1 + MaxValue: 3 + Chance: 857 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 3 + Chance: 573 + - Slot: 2 + Options: + - Option: VAR_ATKPERCENT + MinValue: 1 + MaxValue: 3 + Chance: 938 + - Option: VAR_MAGICATKPERCENT + MinValue: 1 + MaxValue: 3 + Chance: 938 + - Option: VAR_CRITICALSUCCESSVALUE + MinValue: 1 + MaxValue: 3 + Chance: 938 + - Option: VAR_MAXHPPERCENT + MinValue: 1 + MaxValue: 2 + Chance: 938 + - Option: VAR_MAXSPPERCENT + MinValue: 1 + MaxValue: 2 + Chance: 938 + - Option: VAR_PLUSASPDPERCENT + MinValue: 1 + MaxValue: 5 + Chance: 938 + - Option: HEAL_VALUE + MinValue: 1 + MaxValue: 7 + Chance: 938 + - Option: DEC_SPELL_CAST_TIME + MinValue: 1 + MaxValue: 3 + Chance: 938 + - Option: DAMAGE_CRI_TARGET + MinValue: 1 + MaxValue: 3 + Chance: 938 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 1 + MaxValue: 3 + Chance: 938 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 3 + Chance: 620 + - Id: 166 + Group: LENS_CRAFT_STONE + Slots: + - Slot: 1 + Options: + - Option: VAR_MAXHPAMOUNT + MinValue: 50 + MaxValue: 200 + Chance: 950 + - Option: VAR_MAXSPAMOUNT + MinValue: 10 + MaxValue: 100 + Chance: 950 + - Option: VAR_MAXHPPERCENT + MinValue: 1 + MaxValue: 7 + Chance: 900 + - Option: VAR_MAXSPPERCENT + MinValue: 1 + MaxValue: 7 + Chance: 900 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 5 + MaxValue: 20 + Chance: 900 + - Option: VAR_HITSUCCESSVALUE + MinValue: 5 + MaxValue: 10 + Chance: 900 + - Option: HEAL_VALUE + MinValue: 1 + MaxValue: 5 + Chance: 900 + - Option: HEAL_MODIFY_PERCENT + MinValue: 1 + MaxValue: 5 + Chance: 900 + - Option: VAR_ATKPERCENT + MinValue: 1 + MaxValue: 3 + Chance: 600 + - Option: VAR_ATTPOWER + MinValue: 1 + MaxValue: 10 + Chance: 600 + - Option: VAR_MAGICATKPERCENT + MinValue: 1 + MaxValue: 3 + Chance: 600 + - Option: VAR_ATTMPOWER + MinValue: 1 + MaxValue: 10 + Chance: 600 + - Option: DEC_SPELL_CAST_TIME + MinValue: 1 + MaxValue: 3 + Chance: 300 + - Slot: 2 + Options: + - Option: VAR_MAXHPAMOUNT + MinValue: 50 + MaxValue: 200 + Chance: 950 + - Option: VAR_MAXSPAMOUNT + MinValue: 10 + MaxValue: 100 + Chance: 950 + - Option: VAR_MAXHPPERCENT + MinValue: 1 + MaxValue: 7 + Chance: 900 + - Option: VAR_MAXSPPERCENT + MinValue: 1 + MaxValue: 7 + Chance: 900 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 5 + MaxValue: 20 + Chance: 900 + - Option: VAR_HITSUCCESSVALUE + MinValue: 5 + MaxValue: 10 + Chance: 900 + - Option: HEAL_VALUE + MinValue: 1 + MaxValue: 5 + Chance: 900 + - Option: HEAL_MODIFY_PERCENT + MinValue: 1 + MaxValue: 5 + Chance: 900 + - Option: VAR_ATKPERCENT + MinValue: 1 + MaxValue: 3 + Chance: 600 + - Option: VAR_ATTPOWER + MinValue: 1 + MaxValue: 10 + Chance: 600 + - Option: VAR_MAGICATKPERCENT + MinValue: 1 + MaxValue: 3 + Chance: 600 + - Option: VAR_ATTMPOWER + MinValue: 1 + MaxValue: 10 + Chance: 600 + - Option: DEC_SPELL_CAST_TIME + MinValue: 1 + MaxValue: 3 + Chance: 300 + - Id: 167 + Group: OVERCLOCKER + Slots: + - Slot: 1 + Options: + - Option: VAR_ATTPOWER + MinValue: 1 + MaxValue: 20 + Chance: 2000 + - Option: VAR_ATTMPOWER + MinValue: 1 + MaxValue: 20 + Chance: 2000 + - Option: MELEE_ATTACK_DAMAGE_TARGET + MinValue: 1 + MaxValue: 5 + Chance: 1000 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 1 + MaxValue: 5 + Chance: 1000 + - Option: VAR_PLUSASPD + MinValue: 1 + MaxValue: 1 + Chance: 400 + - Option: ADDSKILLMDAMAGE_NOTHING + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_WATER + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_GROUND + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_FIRE + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_WIND + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_POISON + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_SAINT + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_DARKNESS + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_TELEKINESIS + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Slot: 2 + Options: + - Option: VAR_ATTPOWER + MinValue: 1 + MaxValue: 20 + Chance: 2000 + - Option: VAR_ATTMPOWER + MinValue: 1 + MaxValue: 20 + Chance: 2000 + - Option: MELEE_ATTACK_DAMAGE_TARGET + MinValue: 1 + MaxValue: 5 + Chance: 1000 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 1 + MaxValue: 5 + Chance: 1000 + - Option: VAR_PLUSASPD + MinValue: 1 + MaxValue: 1 + Chance: 400 + - Option: ADDSKILLMDAMAGE_NOTHING + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_WATER + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_GROUND + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_FIRE + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_WIND + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_POISON + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_SAINT + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_DARKNESS + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Option: ADDSKILLMDAMAGE_TELEKINESIS + MinValue: 1 + MaxValue: 7 + Chance: 400 + - Id: 168 + Group: PONTIFEX_COURAGE + Slots: + - Slot: 1 + Options: + - Option: VAR_MAXHPAMOUNT + MinValue: 200 + MaxValue: 1000 + Chance: 10000 + - Option: VAR_MAXSPAMOUNT + MinValue: 50 + MaxValue: 250 + Chance: 10000 + - Option: VAR_ATKPERCENT + MinValue: 1 + MaxValue: 5 + Chance: 10000 + - Option: VAR_ATTPOWER + MinValue: 10 + MaxValue: 50 + Chance: 10000 + - Option: VAR_ITEMDEFPOWER + MinValue: 10 + MaxValue: 50 + Chance: 10000 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 5 + MaxValue: 25 + Chance: 10000 + - Option: VAR_HITSUCCESSVALUE + MinValue: 5 + MaxValue: 25 + Chance: 10000 + - Option: RACE_DAMAGE_HUMAN + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_ANIMAL + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_DEVIL + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_DRAGON + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_PLANT + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_NOTHING + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_ANGEL + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_UNDEAD + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_INSECT + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_DAMAGE_FISHS + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: MELEE_ATTACK_DAMAGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_CRI_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 3 + Chance: 10000 + - Slot: 2 + Options: + - Option: DAMAGE_PROPERTY_FIRE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_PROPERTY_SAINT_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_PROPERTY_DARKNESS_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_PROPERTY_POISON_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_PROPERTY_NOTHING_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_PROPERTY_TELEKINESIS_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_PROPERTY_UNDEAD_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: MELEE_ATTACK_DAMAGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_CRI_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_SIZE_SMALL_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_SIZE_MIDIUM_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_SIZE_LARGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 3 + Chance: 10000 + - Id: 169 + Group: PONTIFEX_WISDOM + Slots: + - Slot: 1 + Options: + - Option: VAR_MAXHPAMOUNT + MinValue: 200 + MaxValue: 1000 + Chance: 10000 + - Option: VAR_MAXSPAMOUNT + MinValue: 50 + MaxValue: 250 + Chance: 10000 + - Option: VAR_MAGICATKPERCENT + MinValue: 1 + MaxValue: 5 + Chance: 10000 + - Option: VAR_ATTMPOWER + MinValue: 10 + MaxValue: 50 + Chance: 10000 + - Option: VAR_ITEMDEFPOWER + MinValue: 10 + MaxValue: 50 + Chance: 10000 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 5 + MaxValue: 25 + Chance: 10000 + - Option: DEC_SPELL_CAST_TIME + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: RACE_MDAMAGE_HUMAN + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_ANIMAL + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_DEVIL + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_DRAGON + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_PLANT + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_NOTHING + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_ANGEL + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_UNDEAD + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_INSECT + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_FISHS + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WATER + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WIND + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_GROUND + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_FIRE + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_SAINT + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_DARKNESS + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_POISON + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_NOTHING + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_TELEKINESIS + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 3 + Chance: 10000 + - Slot: 2 + Options: + - Option: MDAMAGE_PROPERTY_UNDEAD_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WATER + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WIND + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_GROUND + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_FIRE + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_SAINT + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_DARKNESS + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_POISON + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_NOTHING + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_TELEKINESIS + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: MDAMAGE_SIZE_SMALL_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: MDAMAGE_SIZE_MIDIUM_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: MDAMAGE_SIZE_LARGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 3 + Chance: 10000 + - Id: 170 + Group: PONTIFEX_TENACITY + Slots: + - Slot: 1 + Options: + - Option: VAR_MAXHPAMOUNT + MinValue: 250 + MaxValue: 1250 + Chance: 10000 + - Option: VAR_MAXSPAMOUNT + MinValue: 75 + MaxValue: 375 + Chance: 10000 + - Option: VAR_ATKPERCENT + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: VAR_ATTPOWER + MinValue: 12 + MaxValue: 60 + Chance: 10000 + - Option: VAR_ITEMDEFPOWER + MinValue: 12 + MaxValue: 60 + Chance: 10000 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 6 + MaxValue: 30 + Chance: 10000 + - Option: VAR_HITSUCCESSVALUE + MinValue: 6 + MaxValue: 30 + Chance: 10000 + - Option: RACE_DAMAGE_HUMAN + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_ANIMAL + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_DEVIL + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_DRAGON + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_PLANT + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_NOTHING + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_ANGEL + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_UNDEAD + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_INSECT + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_DAMAGE_FISHS + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: MELEE_ATTACK_DAMAGE_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DAMAGE_CRI_TARGET + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 5 + Chance: 10000 + - Slot: 2 + Options: + - Option: DAMAGE_PROPERTY_WATER_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_WIND_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_GROUND_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_FIRE_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_SAINT_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_DARKNESS_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_POISON_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_NOTHING_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_TELEKINESIS_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_PROPERTY_UNDEAD_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RANGE_ATTACK_DAMAGE_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MELEE_ATTACK_DAMAGE_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_CRI_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_SIZE_SMALL_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_SIZE_MIDIUM_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DAMAGE_SIZE_LARGE_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 5 + Chance: 10000 + - Id: 171 + Group: PONTIFEX_BELIEF + Slots: + - Slot: 1 + Options: + - Option: VAR_MAXHPAMOUNT + MinValue: 250 + MaxValue: 1250 + Chance: 10000 + - Option: VAR_MAXSPAMOUNT + MinValue: 75 + MaxValue: 375 + Chance: 10000 + - Option: VAR_MAGICATKPERCENT + MinValue: 2 + MaxValue: 10 + Chance: 10000 + - Option: VAR_ATTMPOWER + MinValue: 12 + MaxValue: 60 + Chance: 10000 + - Option: VAR_ITEMDEFPOWER + MinValue: 12 + MaxValue: 60 + Chance: 10000 + - Option: VAR_AVOIDSUCCESSVALUE + MinValue: 6 + MaxValue: 30 + Chance: 10000 + - Option: DEC_SPELL_CAST_TIME + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: RACE_MDAMAGE_HUMAN + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_ANIMAL + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_DEVIL + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_DRAGON + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_PLANT + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_NOTHING + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_ANGEL + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_UNDEAD + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_INSECT + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: RACE_MDAMAGE_FISHS + MinValue: 4 + MaxValue: 20 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WATER + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WIND + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_GROUND + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_FIRE + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_SAINT + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_DARKNESS + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_POISON + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_NOTHING + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_TELEKINESIS + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 5 + Chance: 10000 + - Slot: 2 + Options: + - Option: MDAMAGE_PROPERTY_POISON_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MDAMAGE_PROPERTY_NOTHING_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MDAMAGE_PROPERTY_TELEKINESIS_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MDAMAGE_PROPERTY_UNDEAD_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WATER + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_WIND + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_GROUND + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_FIRE + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_SAINT + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_DARKNESS + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_POISON + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_NOTHING + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: ADDSKILLMDAMAGE_TELEKINESIS + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MDAMAGE_SIZE_SMALL_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MDAMAGE_SIZE_MIDIUM_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: MDAMAGE_SIZE_LARGE_TARGET + MinValue: 3 + MaxValue: 15 + Chance: 10000 + - Option: DEC_SPELL_DELAY_TIME + MinValue: 1 + MaxValue: 5 + Chance: 10000 diff --git a/db/re/item_reform.yml b/db/re/item_reform.yml index 75ee1723a7..6ec5ddb77c 100644 --- a/db/re/item_reform.yml +++ b/db/re/item_reform.yml @@ -1,5 +1,5 @@ # This file is a part of rAthena. -# Copyright(C) 2022 rAthena Development Team +# Copyright(C) 2024 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify @@ -44,3080 +44,29 @@ Header: Version: 1 Body: - - Item: C_Weapon_Reform_1 - BaseItems: - - BaseItem: Up_Saint_Hall - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Saint_Hall_LT - ChangeRefine: -5 - - BaseItem: Up_Undine_Spear_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Undine_Spear_K_LT - ChangeRefine: -5 - - BaseItem: Up_Demon_Hunting_Bible - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Demon_Hunting_Bible_LT - ChangeRefine: -5 - - BaseItem: Up_Light_Blade - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Light_Blade_LT - ChangeRefine: -5 - - BaseItem: Up_Magic_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Magic_Sword_LT - ChangeRefine: -5 - - BaseItem: Up_Fatalist - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Fatalist_LT - ChangeRefine: -5 - - BaseItem: Up_Iron_Staff - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Iron_Staff_LT - ChangeRefine: -5 - - BaseItem: Up_Blue_Crystal_Staff - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Blue_Crystal_Staff_LT - ChangeRefine: -5 - - BaseItem: Up_Shadow_Staff_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Shadow_Staff_K_LT - ChangeRefine: -5 - - BaseItem: Up_Freezing_Rod - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Freezing_Rod_LT - ChangeRefine: -5 - - BaseItem: Up_Iron_Nail_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Iron_Nail_K_LT - ChangeRefine: -5 - - BaseItem: Up_Ray_Knuckle - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Ray_Knuckle_LT - ChangeRefine: -5 - - BaseItem: Up_Sword_Of_Bluefire - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Sword_Of_Bluefire_LT - ChangeRefine: -5 - - BaseItem: Up_Slate_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Slate_Sword_LT - ChangeRefine: -5 - - BaseItem: Up_Royal_Bow_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Royal_Bow_K_LT - ChangeRefine: -5 - - BaseItem: Up_Scalet_Dragon_L_Bow - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Scalet_Dragon_L_Bow_LT - ChangeRefine: -5 - - BaseItem: Up_Trumpet_Shell_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Trumpet_Shell_K_LT - ChangeRefine: -5 - - BaseItem: Up_Barb_Wire_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Barb_Wire_K_LT - ChangeRefine: -5 - - BaseItem: Up_Narcis_Bow - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Narcis_Bow_LT - ChangeRefine: -5 - - BaseItem: Up_Avenger - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Avenger_LT - ChangeRefine: -5 - - BaseItem: Up_Meteor_Striker - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Meteor_Striker_LT - ChangeRefine: -5 - - BaseItem: Up_Blade_Katar - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Blade_Katar_LT - ChangeRefine: -5 - - BaseItem: Up_Shiver_Katar_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Shiver_Katar_K_LT - ChangeRefine: -5 - - BaseItem: Up_Dragonic_Slayer - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Dragonic_Slayer_LT - ChangeRefine: -5 - - BaseItem: Up_Oriental_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Oriental_Sword_LT - ChangeRefine: -5 - - BaseItem: Up_Fog_Dew_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Fog_Dew_Sword_LT - ChangeRefine: -5 - - BaseItem: Up_Humma_Clear - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Humma_Clear_LT - ChangeRefine: -5 - - BaseItem: Up_The_Black_Gatling - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: The_Black_Gatling_LT - ChangeRefine: -5 - - BaseItem: Up_Crimson_Rose - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Crimson_Rose_LT - ChangeRefine: -5 - - BaseItem: Up_Demon_S_Shot - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Demon_S_Shot_LT - ChangeRefine: -5 - - BaseItem: Up_OneSkyOneSun - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: OneSkyOneSun_LT - ChangeRefine: -5 - - BaseItem: Up_Golden_L_Launcher - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Golden_L_Launcher_LT - ChangeRefine: -5 - - BaseItem: Up_Master_Soul_Rifle - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: Master_Soul_Rifle_LT - ChangeRefine: -5 - - BaseItem: Up_SoulWeight - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: SoulWeight_LT - ChangeRefine: -5 - - BaseItem: Up_MeawFoxtail - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - - Material: Weapon_Stone_1 - Amount: 100 - ResultItem: MeawFoxtail_LT - ChangeRefine: -5 -# - BaseItem: Up_Freedom_Stick -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: Bio_Test_Fragment -# Amount: 100 -# - Material: Bio_Reseearch_Docu -# Amount: 50 -# - Material: Weapon_Stone_1 -# Amount: 100 -# ResultItem: Freedom_Stick_LT -# ChangeRefine: -5 -# - BaseItem: Up_Blessed_Knife -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: Bio_Test_Fragment -# Amount: 100 -# - Material: Bio_Reseearch_Docu -# Amount: 50 -# - Material: Weapon_Stone_1 -# Amount: 100 -# ResultItem: Blessed_Knife_LT -# ChangeRefine: -5 - - Item: Consecrate_Weapon_2 - BaseItems: - - BaseItem: Adulter_F_T_Sword - MinimumRefine: 9 - Materials: - - Material: Conse_F_T_Sword - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_T_Sword - ChangeRefine: -1 - - BaseItem: Adulter_F_Lance - MinimumRefine: 9 - Materials: - - Material: Conse_F_Lance - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_G_Sword - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_G_Sword - Amount: 30 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_G_Sword - ChangeRefine: -1 - - BaseItem: Adulter_F_G_Spear - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_W - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Conse_F_G_Spear - Amount: 30 - ResultItem: Vivatus_F_G_Spear - ChangeRefine: -1 - - BaseItem: Adulter_F_Axe - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Axe - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Axe - ChangeRefine: -1 - - BaseItem: Adulter_F_Mace - MinimumRefine: 9 - Materials: - - Material: Conse_F_Mace - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Mace - ChangeRefine: -1 - - BaseItem: Adulter_F_Lapier - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Lapier - Amount: 30 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lapier - ChangeRefine: -1 - - BaseItem: Adulter_F_Hall - MinimumRefine: 9 - Materials: - - Material: Conse_F_Hall - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Hall - ChangeRefine: -1 - - BaseItem: Adulter_F_Cakram - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Conse_F_Cakram - Amount: 30 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Cakram - ChangeRefine: -1 - - BaseItem: Adulter_F_Katar - MinimumRefine: 9 - Materials: - - Material: Conse_F_Katar - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Katar - ChangeRefine: -1 - - BaseItem: Adulter_F_Dagger - MinimumRefine: 9 - Materials: - - Material: Conse_F_Dagger - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Dagger - ChangeRefine: -1 - - BaseItem: Adulter_F_C_Bow - MinimumRefine: 9 - Materials: - - Material: Conse_F_C_Bow - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_C_Bow - ChangeRefine: -1 - - BaseItem: Adulter_F_T_Staff - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_W - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Conse_F_T_Staff - Amount: 30 - ResultItem: Vivatus_F_T_Staff - ChangeRefine: -1 - - BaseItem: Adulter_F_Rod - MinimumRefine: 9 - Materials: - - Material: Conse_F_Rod - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Rod - ChangeRefine: -1 - - BaseItem: Adulter_F_M_Book - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_M_Book - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_M_Book - ChangeRefine: -1 - - BaseItem: Adulter_F_P_Book - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_P_Book - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_P_Book - ChangeRefine: -1 - - BaseItem: Adulter_F_Bible - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Bible - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Bible - ChangeRefine: -1 - - BaseItem: Adulter_F_Wand - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_W - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Conse_F_Wand - Amount: 30 - ResultItem: Vivatus_F_Wand - ChangeRefine: -1 - - BaseItem: Adulter_F_Knuckle - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_W - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Conse_F_Knuckle - Amount: 30 - ResultItem: Vivatus_F_Knuckle - ChangeRefine: -1 - - BaseItem: Adulter_F_Claw - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Claw - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Claw - ChangeRefine: -1 - - BaseItem: Adulter_F_Ballista - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Ballista - Amount: 30 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Ballista - ChangeRefine: -1 - - BaseItem: Adulter_F_A_Bow - MinimumRefine: 9 - Materials: - - Material: Conse_F_A_Bow - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_A_Bow - ChangeRefine: -1 - - BaseItem: Adulter_F_Violin - MinimumRefine: 9 - Materials: - - Material: Conse_F_Violin - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Violin - ChangeRefine: -1 - - BaseItem: Adulter_F_C_Rope - MinimumRefine: 9 - Materials: - - Material: Conse_F_C_Rope - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_C_Rope - ChangeRefine: -1 - - BaseItem: Adulter_F_Harp - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Harp - Amount: 30 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Harp - ChangeRefine: -1 - - BaseItem: Adulter_F_Ribbon - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Ribbon - Amount: 30 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Ribbon - ChangeRefine: -1 - - BaseItem: Adulter_F_Humma - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Humma - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_C_Humma - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_C_Humma - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Revolver - MinimumRefine: 9 - Materials: - - Material: Conse_F_Revolver - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Rifle - MinimumRefine: 9 - Materials: - - Material: Conse_F_Rifle - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Gatling - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_W - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Conse_F_Gatling - Amount: 30 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Launcher - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_W - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Conse_F_Launcher - Amount: 30 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Moon_B - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Moon_B - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Star_B - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_Star_B - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_S_Stick - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_S_Stick - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_D_Wand - MinimumRefine: 9 - Materials: - - Material: Conse_F_D_Wand - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_F_Wand - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Conse_F_F_Wand - Amount: 30 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_F_model - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Conse_F_F_model - Amount: 30 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Lance - ChangeRefine: -1 - - BaseItem: Adulter_F_Shotgun - MinimumRefine: 9 - Materials: - - Material: Conse_F_Shotgun - Amount: 30 - - Material: Ep18_Amethyst_Fragment - Amount: 400 - - Material: Purificatory_Holy_O - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 200 - ResultItem: Vivatus_F_Shotgun - ChangeRefine: -1 - - Item: Hero_Weapon_Hammer_2 - BaseItems: - - BaseItem: Iron_Staff_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Iron_Staff_LT - ChangeRefine: 1 - - BaseItem: Blue_Crystal_Staff_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Blue_Crystal_Staff_LT - ChangeRefine: 1 - - BaseItem: Shadow_Staff_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Shadow_Staff_K_LT - ChangeRefine: 1 - - BaseItem: Freezing_Rod_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Freezing_Rod_LT - ChangeRefine: 1 - - BaseItem: Iron_Nail_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Iron_Nail_K_LT - ChangeRefine: 1 - - BaseItem: Ray_Knuckle_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Ray_Knuckle_LT - ChangeRefine: 1 -# - Item: Barmund_Plain_Reform -# BaseItems: -# - BaseItem: Barmund_Plain_Armor -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Barmund_Plain_Essence -# Amount: 50 -# - Material: Zelunium -# Amount: 300 -# - Material: Plain_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Plain_Rune_Armor -# - BaseItem: Barmund_Plain_Boots -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Barmund_Plain_Essence -# Amount: 50 -# - Material: Zelunium -# Amount: 300 -# - Material: Plain_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Plain_Rune_Boots -# - BaseItem: Barmund_Plain_Hood -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Barmund_Plain_Essence -# Amount: 50 -# - Material: Zelunium -# Amount: 300 -# - Material: Plain_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Plain_Rune_Hood - - Item: Vivatus_Weapon_Hammer - BaseItems: - - BaseItem: Vivatus_F_M_Book - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_M_Book - ChangeRefine: 1 - - BaseItem: Vivatus_F_P_Book - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_P_Book - ChangeRefine: 1 - - BaseItem: Vivatus_F_Bible - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Bible - ChangeRefine: 1 - - BaseItem: Vivatus_F_Ribbon - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Ribbon - ChangeRefine: 1 - - BaseItem: Vivatus_F_Harp - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Harp - ChangeRefine: 1 - - BaseItem: Vivatus_F_Claw - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Claw - ChangeRefine: 1 - - BaseItem: Vivatus_F_C_Rope - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_C_Rope - ChangeRefine: 1 - - BaseItem: Vivatus_F_Violin - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Violin - ChangeRefine: 1 - - BaseItem: Vivatus_F_A_Bow - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_A_Bow - ChangeRefine: 1 - - BaseItem: Vivatus_F_Ballista - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Ballista - ChangeRefine: 1 - - BaseItem: Vivatus_F_Knuckle - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Knuckle - ChangeRefine: 1 - - BaseItem: Vivatus_F_Wand - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Wand - ChangeRefine: 1 - - BaseItem: Vivatus_F_Rod - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Rod - ChangeRefine: 1 - - BaseItem: Vivatus_F_T_Staff - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_T_Staff - ChangeRefine: 1 - - BaseItem: Vivatus_F_C_Bow - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_C_Bow - ChangeRefine: 1 - - BaseItem: Vivatus_F_Cakram - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Cakram - ChangeRefine: 1 - - BaseItem: Vivatus_F_Hall - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Hall - ChangeRefine: 1 - - BaseItem: Vivatus_F_Dagger - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Dagger - ChangeRefine: 1 - - BaseItem: Vivatus_F_Katar - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Katar - ChangeRefine: 1 - - BaseItem: Vivatus_F_Lapier - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Lapier - ChangeRefine: 1 - - BaseItem: Vivatus_F_Mace - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Mace - ChangeRefine: 1 - - BaseItem: Vivatus_F_G_Sword - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_G_Sword - ChangeRefine: 1 - - BaseItem: Vivatus_F_Axe - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Axe - ChangeRefine: 1 - - BaseItem: Vivatus_F_G_Spear - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_G_Spear - ChangeRefine: 1 - - BaseItem: Vivatus_F_Lance - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Lance - ChangeRefine: 1 - - BaseItem: Vivatus_F_T_Sword - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_T_Sword - ChangeRefine: 1 - - BaseItem: Vivatus_F_Humma - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Humma - ChangeRefine: 1 - - BaseItem: Vivatus_F_C_Humma - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_C_Humma - ChangeRefine: 1 - - BaseItem: Vivatus_F_Revolver - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Revolver - ChangeRefine: 1 - - BaseItem: Vivatus_F_Rifle - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Rifle - ChangeRefine: 1 - - BaseItem: Vivatus_F_Gatling - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Gatling - ChangeRefine: 1 - - BaseItem: Vivatus_F_Launcher - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Launcher - ChangeRefine: 1 - - BaseItem: Vivatus_F_Moon_B - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Moon_B - ChangeRefine: 1 - - BaseItem: Vivatus_F_Star_B - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Star_B - ChangeRefine: 1 - - BaseItem: Vivatus_F_S_Stick - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_S_Stick - ChangeRefine: 1 - - BaseItem: Vivatus_F_D_Wand - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_D_Wand - ChangeRefine: 1 - - BaseItem: Vivatus_F_F_Wand - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_F_Wand - ChangeRefine: 1 - - BaseItem: Vivatus_F_Shotgun - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_Shotgun - ChangeRefine: 1 - - BaseItem: Vivatus_F_F_model - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Vivatus_F_F_model - ChangeRefine: 1 - - Item: C_Weapon_Reform_2 - BaseItems: - - BaseItem: Up_Saint_Hall - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Saint_Hall_LT - ChangeRefine: -1 - - BaseItem: Up_Undine_Spear_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Undine_Spear_K_LT - ChangeRefine: -1 - - BaseItem: Up_Demon_Hunting_Bible - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Demon_Hunting_Bible_LT - ChangeRefine: -1 - - BaseItem: Up_Light_Blade - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Light_Blade_LT - ChangeRefine: -1 - - BaseItem: Up_Magic_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Magic_Sword_LT - ChangeRefine: -1 - - BaseItem: Up_Fatalist - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Fatalist_LT - ChangeRefine: -1 - - BaseItem: Up_Iron_Staff - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Iron_Staff_LT - ChangeRefine: -1 - - BaseItem: Up_Blue_Crystal_Staff - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Blue_Crystal_Staff_LT - ChangeRefine: -1 - - BaseItem: Up_Shadow_Staff_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Shadow_Staff_K_LT - ChangeRefine: -1 - - BaseItem: Up_Freezing_Rod - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Freezing_Rod_LT - ChangeRefine: -1 - - BaseItem: Up_Iron_Nail_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Iron_Nail_K_LT - ChangeRefine: -1 - - BaseItem: Up_Ray_Knuckle - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Ray_Knuckle_LT - ChangeRefine: -1 - - BaseItem: Up_Sword_Of_Bluefire - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Sword_Of_Bluefire_LT - ChangeRefine: -1 - - BaseItem: Up_Slate_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Slate_Sword_LT - ChangeRefine: -1 - - BaseItem: Up_Royal_Bow_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Royal_Bow_K_LT - ChangeRefine: -1 - - BaseItem: Up_Scalet_Dragon_L_Bow - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Scalet_Dragon_L_Bow_LT - ChangeRefine: -1 - - BaseItem: Up_Trumpet_Shell_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Trumpet_Shell_K_LT - ChangeRefine: -1 - - BaseItem: Up_Barb_Wire_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Barb_Wire_K_LT - ChangeRefine: -1 - - BaseItem: Up_Narcis_Bow - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Narcis_Bow_LT - ChangeRefine: -1 - - BaseItem: Up_Avenger - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Avenger_LT - ChangeRefine: -1 - - BaseItem: Up_Meteor_Striker - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Meteor_Striker_LT - ChangeRefine: -1 - - BaseItem: Up_Blade_Katar - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Blade_Katar_LT - ChangeRefine: -1 - - BaseItem: Up_Shiver_Katar_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Shiver_Katar_K_LT - ChangeRefine: -1 - - BaseItem: Up_Dragonic_Slayer - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Dragonic_Slayer_LT - ChangeRefine: -1 - - BaseItem: Up_Oriental_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Oriental_Sword_LT - ChangeRefine: -1 - - BaseItem: Up_Fog_Dew_Sword - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Fog_Dew_Sword_LT - ChangeRefine: -1 - - BaseItem: Up_Humma_Clear - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Humma_Clear_LT - ChangeRefine: -1 - - BaseItem: Up_The_Black_Gatling - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: The_Black_Gatling_LT - ChangeRefine: -1 - - BaseItem: Up_Crimson_Rose - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Crimson_Rose_LT - ChangeRefine: -1 - - BaseItem: Up_Demon_S_Shot - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Demon_S_Shot_LT - ChangeRefine: -1 - - BaseItem: Up_OneSkyOneSun - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: OneSkyOneSun_LT - ChangeRefine: -1 - - BaseItem: Up_Golden_L_Launcher - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Golden_L_Launcher_LT - ChangeRefine: -1 - - BaseItem: Up_Master_Soul_Rifle - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Master_Soul_Rifle_LT - ChangeRefine: -1 - - BaseItem: Up_SoulWeight - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: SoulWeight_LT - ChangeRefine: -1 - - BaseItem: Up_MeawFoxtail - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: MeawFoxtail_LT - ChangeRefine: -1 -# - BaseItem: Up_Freedom_Stick -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: Weapon_Stone_2 -# Amount: 100 -# - Material: Bio_Test_Fragment -# Amount: 300 -# - Material: Bio_Reseearch_Docu -# Amount: 150 -# ResultItem: Freedom_Stick_LT -# ChangeRefine: -1 -# - BaseItem: Up_Blessed_Knife -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: Weapon_Stone_2 -# Amount: 100 -# - Material: Bio_Test_Fragment -# Amount: 300 -# - Material: Bio_Reseearch_Docu -# Amount: 150 -# ResultItem: Blessed_Knife_LT -# ChangeRefine: -1 -# - Item: Helm_Of_Faith_Hammer -# BaseItems: -# - BaseItem: Viva_Adul_Hat_WL1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_WL1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_WL2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_WL2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SR1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SR1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SR2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SR2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_AB1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_AB1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_AB2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_AB2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SC1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SC1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SC2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SC2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_RA1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_RA1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_RA2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_RA2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_LG1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_LG1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_LG2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_LG2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_GC1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_GC1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_GC2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_GC2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SO1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SO1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SO2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SO2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_RK1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_RK1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_RK2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_RK2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_WM1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_WM1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_WM2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_WM2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_NC1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_NC1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_NC2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_NC2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_GN1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_GN1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_GN2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_GN2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_KO1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_KO1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_KO2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_KO2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_RL1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_RL1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_RL2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_RL2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SP1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SP1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SP2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SP2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SJ1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SJ1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SJ2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SJ2 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SU1 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SU1 -# ChangeRefine: 1 -# - BaseItem: Viva_Adul_Hat_SU2 -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Viva_Adul_Hat_SU2 -# ChangeRefine: 1 - - Item: Hero_Weapon_Up_Box_6 - BaseItems: - - BaseItem: Up_Humma_Clear - ResultItem: Humma_Clear_LT - - BaseItem: Up_Fog_Dew_Sword - ResultItem: Fog_Dew_Sword_LT - - BaseItem: Up_Crimson_Rose - ResultItem: Crimson_Rose_LT - - BaseItem: Up_Master_Soul_Rifle - ResultItem: Master_Soul_Rifle_LT - - BaseItem: Up_Demon_S_Shot - ResultItem: Demon_S_Shot_LT - - BaseItem: Up_The_Black_Gatling - ResultItem: The_Black_Gatling_LT - - BaseItem: Up_Golden_L_Launcher - ResultItem: Golden_L_Launcher_LT - - BaseItem: Up_MeawFoxtail - ResultItem: MeawFoxtail_LT - - BaseItem: Up_OneSkyOneSun - ResultItem: OneSkyOneSun_LT - - BaseItem: Up_SoulWeight - ResultItem: SoulWeight_LT -# - BaseItem: Up_Freedom_Stick -# ResultItem: Freedom_Stick_LT -# - BaseItem: Up_Blessed_Knife -# ResultItem: Blessed_Knife_LT -# - Item: Barmund_Flame_Reform -# BaseItems: -# - BaseItem: Barmund_Flame_Armor -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Zelunium -# Amount: 300 -# - Material: Barmund_Flame_Essence -# Amount: 50 -# - Material: Flame_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Flame_Rune_Armor -# - BaseItem: Barmund_Flame_Boots -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Zelunium -# Amount: 300 -# - Material: Barmund_Flame_Essence -# Amount: 50 -# - Material: Flame_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Flame_Rune_Boots -# - BaseItem: Barmund_Flame_Hood -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Zelunium -# Amount: 300 -# - Material: Barmund_Flame_Essence -# Amount: 50 -# - Material: Flame_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Flame_Rune_Hood - - Item: Adulter_Weapon_Up_Box - BaseItems: - - BaseItem: Adulter_F_M_Book - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_M_Book - - BaseItem: Adulter_F_P_Book - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_P_Book - - BaseItem: Adulter_F_Bible - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Bible - - BaseItem: Adulter_F_Ribbon - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Ribbon - - BaseItem: Adulter_F_Harp - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Harp - - BaseItem: Adulter_F_Claw - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Claw - - BaseItem: Adulter_F_C_Rope - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_C_Rope - - BaseItem: Adulter_F_Violin - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Violin - - BaseItem: Adulter_F_A_Bow - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_A_Bow - - BaseItem: Adulter_F_Ballista - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Ballista - - BaseItem: Adulter_F_Knuckle - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Knuckle - - BaseItem: Adulter_F_Wand - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Wand - - BaseItem: Adulter_F_Rod - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Rod - - BaseItem: Adulter_F_T_Staff - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_T_Staff - - BaseItem: Adulter_F_C_Bow - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_C_Bow - - BaseItem: Adulter_F_Cakram - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Cakram - - BaseItem: Adulter_F_Hall - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Hall - - BaseItem: Adulter_F_Dagger - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Dagger - - BaseItem: Adulter_F_Katar - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Katar - - BaseItem: Adulter_F_Lapier - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Lapier - - BaseItem: Adulter_F_Mace - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Mace - - BaseItem: Adulter_F_G_Sword - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_G_Sword - - BaseItem: Adulter_F_Axe - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Axe - - BaseItem: Adulter_F_G_Spear - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_G_Spear - - BaseItem: Adulter_F_Lance - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Lance - - BaseItem: Adulter_F_T_Sword - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_T_Sword - - BaseItem: Adulter_F_Humma - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Humma - - BaseItem: Adulter_F_C_Humma - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_C_Humma - - BaseItem: Adulter_F_Revolver - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Revolver - - BaseItem: Adulter_F_Rifle - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Rifle - - BaseItem: Adulter_F_Gatling - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Gatling - - BaseItem: Adulter_F_Launcher - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Launcher - - BaseItem: Adulter_F_Moon_B - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Moon_B - - BaseItem: Adulter_F_Star_B - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Star_B - - BaseItem: Adulter_F_S_Stick - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_S_Stick - - BaseItem: Adulter_F_D_Wand - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_D_Wand - - BaseItem: Adulter_F_F_Wand - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_F_Wand - - BaseItem: Adulter_F_F_model - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_F_model - - BaseItem: Adulter_F_Shotgun - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 400 - ResultItem: Vivatus_F_Shotgun -# - Item: OS_Weapon_Hammer -# BaseItems: -# - BaseItem: Beam_Claymore_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Beam_Claymore_AD -# ChangeRefine: 1 -# - BaseItem: Meuchler_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Meuchler_AD -# ChangeRefine: 1 -# - BaseItem: Blasti_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Blasti_AD -# ChangeRefine: 1 -# - BaseItem: Virtual_Bow_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Virtual_Bow_AD -# ChangeRefine: 1 -# - BaseItem: MH_P89_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: MH_P89_AD -# ChangeRefine: 1 -# - BaseItem: AC_B44_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: AC_B44_AD -# ChangeRefine: 1 -# - BaseItem: HR_S55_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: HR_S55_AD -# ChangeRefine: 1 -# - BaseItem: Burning_Knuckle_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Burning_Knuckle_AD -# ChangeRefine: 1 -# - BaseItem: Cannon_Rapier_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Cannon_Rapier_AD -# ChangeRefine: 1 -# - BaseItem: Saphir_Hall_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Saphir_Hall_AD -# ChangeRefine: 1 -# - BaseItem: Ultio_Spes_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Ultio_Spes_AD -# ChangeRefine: 1 -# - BaseItem: Rutilus_Stick_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Rutilus_Stick_AD -# ChangeRefine: 1 -# - BaseItem: ElectricFox_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: ElectricFox_AD -# ChangeRefine: 1 -# - BaseItem: Circuit_Board_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Circuit_Board_AD -# ChangeRefine: 1 -# - BaseItem: Kuroiro_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Kuroiro_AD -# ChangeRefine: 1 -# - BaseItem: Boost_Lance_AD -# MaximumRefine: 11 -# Materials: -# - Material: EP17_1_EVT39 -# Amount: 30 -# - Material: Zelunium -# Amount: 30 -# ResultItem: Boost_Lance_AD -# ChangeRefine: 1 - - Item: Thanos_W_Reform_2 - BaseItems: - - BaseItem: Thanos_Sword - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Sword_AD - ChangeRefine: -1 - - BaseItem: Thanos_Great_Sword - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_TSword_AD - ChangeRefine: -1 - - BaseItem: Thanos_Hammer - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Hammer_AD - ChangeRefine: -1 - - BaseItem: Thanos_Dagger - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Dagger_AD - ChangeRefine: -1 - - BaseItem: Thanos_Rod - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Rod_AD - ChangeRefine: -1 - - BaseItem: Thanos_Whip - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Whip_AD - ChangeRefine: -1 - - BaseItem: Thanos_Violin - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Violin_AD - ChangeRefine: -1 - - BaseItem: Thanos_Staff - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Staff_AD - ChangeRefine: -1 - - BaseItem: Thanos_Spear - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Spear_AD - ChangeRefine: -1 - - BaseItem: Thanos_Katar - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Katar_AD - ChangeRefine: -1 - - BaseItem: Thanos_Axe - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Axe_AD - ChangeRefine: -1 - - BaseItem: Thanos_Bow - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Bow_AD - ChangeRefine: -1 - - BaseItem: Thanos_Knuckle - MinimumRefine: 9 - Materials: - - Material: Weapon_Stone_2 - Amount: 100 - - Material: Gray_Shard - Amount: 300 - ResultItem: Thanos_Knuckle_AD - ChangeRefine: -1 -# - Item: Barmund_Death_Reform -# BaseItems: -# - BaseItem: Barmund_Death_Armor -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Zelunium -# Amount: 300 -# - Material: Barmund_Death_Essence -# Amount: 50 -# - Material: Death_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Death_Rune_Armor -# - BaseItem: Barmund_Death_Boots -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Zelunium -# Amount: 300 -# - Material: Barmund_Death_Essence -# Amount: 50 -# - Material: Death_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Death_Rune_Boots -# - BaseItem: Barmund_Death_Hood -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Zelunium -# Amount: 300 -# - Material: Barmund_Death_Essence -# Amount: 50 -# - Material: Death_Barmund_Rune2 -# Amount: 20 -# - Material: BarMealTicket -# Amount: 500 -# ResultItem: Death_Rune_Hood - - Item: Poenitentia_Hammer - BaseItems: - - BaseItem: Poenitentia_Gladius - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Gladius - ChangeRefine: 1 - - BaseItem: Poenitentia_Ligula - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ligula - ChangeRefine: 1 - - BaseItem: Poenitentia_Orbis - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Orbis - ChangeRefine: 1 - - BaseItem: Poenitentia_Mucro - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Mucro - ChangeRefine: 1 - - BaseItem: Poenitentia_Sol - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Sol - ChangeRefine: 1 - - BaseItem: Poenitentia_Jana - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Jana - ChangeRefine: 1 - - BaseItem: Poenitentia_Hasta - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Hasta - ChangeRefine: 1 - - BaseItem: Poenitentia_Codex - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Codex - ChangeRefine: 1 - - BaseItem: Poenitentia_Liber - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Liber - ChangeRefine: 1 - - BaseItem: Poenitentia_Radius - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Radius - ChangeRefine: 1 - - BaseItem: Poenitentia_Scipio - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Scipio - ChangeRefine: 1 - - BaseItem: Poenitentia_Crystallum - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Crystallum - ChangeRefine: 1 - - BaseItem: Poenitentia_Ramus - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ramus - ChangeRefine: 1 - - BaseItem: Poenitentia_Planta - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Planta - ChangeRefine: 1 - - BaseItem: Poenitentia_Ferrum - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ferrum - ChangeRefine: 1 - - BaseItem: Poenitentia_Caestus - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Caestus - ChangeRefine: 1 - - BaseItem: Poenitentia_Ungula - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ungula - ChangeRefine: 1 - - BaseItem: Poenitentia_Chorda - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Chorda - ChangeRefine: 1 - - BaseItem: Poenitentia_Flagellum - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Flagellum - ChangeRefine: 1 - - BaseItem: Poenitentia_Clava - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Clava - ChangeRefine: 1 - - BaseItem: Poenitentia_Pendulus - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Pendulus - ChangeRefine: 1 - - BaseItem: Poenitentia_Ensis - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ensis - ChangeRefine: 1 - - BaseItem: Poenitentia_Manus - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Manus - ChangeRefine: 1 - - BaseItem: Poenitentia_Ascia - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ascia - ChangeRefine: 1 - - BaseItem: Poenitentia_Catapulta - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Catapulta - ChangeRefine: 1 - - BaseItem: Poenitentia_Termes - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Termes - ChangeRefine: 1 - - BaseItem: Poenitentia_Virga - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Virga - ChangeRefine: 1 - - BaseItem: Poenitentia_Tenon - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Tenon - ChangeRefine: 1 - - BaseItem: Poenitentia_Nervus - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Nervus - ChangeRefine: 1 - - BaseItem: Poenitentia_Foramen - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Foramen - ChangeRefine: 1 - - BaseItem: Poenitentia_Penet - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Penet - ChangeRefine: 1 - - BaseItem: Poenitentia_Veloci - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Veloci - ChangeRefine: 1 - - BaseItem: Poenitentia_Ruina - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenitentia_Ruina - ChangeRefine: 1 - - BaseItem: Poenetentia_Vatia - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenetentia_Vatia - ChangeRefine: 1 - - BaseItem: Poenetentia_Attendo - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenetentia_Attendo - ChangeRefine: 1 - - BaseItem: Poenetentia_Dilacero - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Poenetentia_Dilacero - ChangeRefine: 1 - - Item: Hero_Weapon_Up_Box_4 - BaseItems: - - BaseItem: Up_Trumpet_Shell_K - ResultItem: Trumpet_Shell_K_LT - - BaseItem: Up_Barb_Wire_K - ResultItem: Barb_Wire_K_LT - - BaseItem: Up_Narcis_Bow - ResultItem: Narcis_Bow_LT - - BaseItem: Up_Avenger - ResultItem: Avenger_LT - - BaseItem: Up_Meteor_Striker - ResultItem: Meteor_Striker_LT - - Item: Shadow_Changer_A_W - BaseItems: - - BaseItem: S_CriticalHit_Armor - MaximumRefine: 10 - Materials: - - Material: Shadowdecon - Amount: 10 - ResultItem: S_CriticalHit_Weapon - - BaseItem: S_KingbirdAncient_Armor - MaximumRefine: 10 - Materials: - - Material: Shadowdecon - Amount: 10 - ResultItem: S_KingbirdAnc_Weapon - Item: IDTest_Special BaseItems: - BaseItem: C_Hill_Wind_Mask + MaximumRefine: 0 ResultItem: Club__ ChangeRefine: 1 #RandomOptionGroup: BP # TODO: translate to our group names ClearSlots: true - RemoveGrade: true + RemoveEnchantgrade: true - BaseItem: C_Valkyrie_Circlet + MaximumRefine: 0 CardsAllowed: false ResultItem: Club_ ChangeRefine: 2 RandomOptionGroup: Group_0 ClearSlots: true - RemoveGrade: true + RemoveEnchantgrade: true - BaseItem: Avd_Knife MinimumRefine: 1 MaximumRefine: 5 Materials: - - Material: Jellopy - Amount: 10 + - Material: Jellopy + Amount: 10 ResultItem: Tsurugi_ ChangeRefine: 3 #RandomOptionGroup: BP # TODO: translate to our group names @@ -3128,3058 +77,3654 @@ Body: ChangeRefine: -2 - BaseItem: Ring Materials: - - Material: Jellopy - Amount: 10 - - Material: Fluff - Amount: 10 + - Material: Jellopy + Amount: 10 + - Material: Fluff + Amount: 10 ResultItem: Clothes_Of_The_Lord ClearSlots: true - RemoveGrade: true + RemoveEnchantgrade: true - BaseItem: Tsurugi_ CardsAllowed: false ResultItem: Tsurugi ChangeRefine: -20 RandomOptionGroup: Group_0 - BaseItem: C_Hill_Wind_Mask + MaximumRefine: 0 ResultItem: Katar ChangeRefine: 5 RandomOptionGroup: Group_0 - RemoveGrade: true + RemoveEnchantgrade: true - BaseItem: SeeOtter_Fan Materials: - - Material: Jellopy - Amount: 100 + - Material: Jellopy + Amount: 100 ResultItem: Poring_Card ChangeRefine: 1 - BaseItem: SeeOtter_Fan Materials: - - Material: Fluff - Amount: 100 + - Material: Fluff + Amount: 100 ResultItem: Poring_Card ChangeRefine: 1 - BaseItem: Ora_Ora + MaximumRefine: 0 CardsAllowed: false Materials: - - Material: Hinalle - Amount: 3 - - Material: Clover - Amount: 5 - - Material: Singing_Plant - - Material: Aloe - Amount: 10 - - Material: Ment - Amount: 3 - - Material: Animal_Blood - Amount: 3 + - Material: Animal_Blood + Amount: 3 + - Material: Hinalle + Amount: 3 + - Material: Aloe + Amount: 10 + - Material: Clover + Amount: 5 + - Material: Singing_Plant + - Material: Ment + Amount: 3 ResultItem: Shoot ChangeRefine: 1 - BaseItem: Emperium Materials: - - Material: Hinalle - Amount: 3 - - Material: Clover - Amount: 5 - - Material: Singing_Plant - - Material: Aloe - Amount: 10 - - Material: Ment - Amount: 3 - - Material: Animal_Blood - Amount: 3 + - Material: Animal_Blood + Amount: 3 + - Material: Hinalle + Amount: 3 + - Material: Aloe + Amount: 10 + - Material: Clover + Amount: 5 + - Material: Singing_Plant + - Material: Ment + Amount: 3 ResultItem: Blue_Gemstone ChangeRefine: 1 #RandomOptionGroup: BP # TODO: translate to our group names -# - Item: Barmund_Ice_Reform -# BaseItems: -# - BaseItem: Barmund_Ice_Armor -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Barmund_Ice_Essence -# Amount: 50 -# - Material: BarMealTicket -# Amount: 500 -# - Material: Zelunium -# Amount: 300 -# - Material: Ice_Barmund_Rune2 -# Amount: 20 -# ResultItem: Ice_Rune_Armor -# - BaseItem: Barmund_Ice_Boots -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Barmund_Ice_Essence -# Amount: 50 -# - Material: BarMealTicket -# Amount: 500 -# - Material: Zelunium -# Amount: 300 -# - Material: Ice_Barmund_Rune2 -# Amount: 20 -# ResultItem: Ice_Rune_Boots -# - BaseItem: Barmund_Ice_Hood -# MinimumRefine: 7 -# Materials: -# - Material: Armor_Stone_4 -# Amount: 100 -# - Material: Barmund_Ice_Essence -# Amount: 50 -# - Material: BarMealTicket -# Amount: 500 -# - Material: Zelunium -# Amount: 300 -# - Material: Ice_Barmund_Rune2 -# Amount: 20 -# ResultItem: Ice_Rune_Hood -# - Item: OS_Helm_Hammer -# BaseItems: -# - BaseItem: Sagittarius_DiademK_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Sagittarius_DiademK_LT -# ChangeRefine: 1 -# - BaseItem: Scorpio_Diadem_K_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Scorpio_Diadem_K_LT -# ChangeRefine: 1 -# - BaseItem: Large_Sorcerer_Crown_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Large_Sorcerer_Crown_LT -# ChangeRefine: 1 -# - BaseItem: Stripe_Hat_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Stripe_Hat_LT -# ChangeRefine: 1 -# - BaseItem: Phantom_Cap_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Phantom_Cap_LT -# ChangeRefine: 1 -# - BaseItem: Ignis_CapK_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Ignis_CapK_LT -# ChangeRefine: 1 -# - BaseItem: Clock_Casket_RD_LT -# MaximumRefine: 11 -# Materials: -# - Material: Shadowdecon -# Amount: 30 -# - Material: EP17_1_EVT39 -# Amount: 30 -# ResultItem: Clock_Casket_RD_LT -# ChangeRefine: 1 - Item: Thanos_W_Reform_1 BaseItems: - BaseItem: Thanos_Sword MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Sword_AD ChangeRefine: -5 - BaseItem: Thanos_Great_Sword MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_TSword_AD ChangeRefine: -5 - BaseItem: Thanos_Hammer MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Hammer_AD ChangeRefine: -5 - BaseItem: Thanos_Dagger MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Dagger_AD ChangeRefine: -5 - BaseItem: Thanos_Rod MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Rod_AD ChangeRefine: -5 - BaseItem: Thanos_Whip MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Whip_AD ChangeRefine: -5 - BaseItem: Thanos_Violin MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Violin_AD ChangeRefine: -5 - BaseItem: Thanos_Staff MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Staff_AD ChangeRefine: -5 - BaseItem: Thanos_Spear MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Spear_AD ChangeRefine: -5 - BaseItem: Thanos_Katar MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Katar_AD ChangeRefine: -5 - BaseItem: Thanos_Axe MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Axe_AD ChangeRefine: -5 - BaseItem: Thanos_Bow MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Bow_AD ChangeRefine: -5 - BaseItem: Thanos_Knuckle MinimumRefine: 9 Materials: - - Material: Gray_Shard - Amount: 100 - - Material: Weapon_Stone_1 - Amount: 100 + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 ResultItem: Thanos_Knuckle_AD ChangeRefine: -5 - - Item: C_Armor_Reform_1 - BaseItems: - - BaseItem: Thanos_Helm_1 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Gray_Shard - Amount: 100 - ResultItem: Thanos_Helm1_LT - ChangeRefine: -5 - - BaseItem: Thanos_Helm_2 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Gray_Shard - Amount: 100 - ResultItem: Thanos_Helm2_LT - ChangeRefine: -5 - - BaseItem: Thanos_Helm_3 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Gray_Shard - Amount: 100 - ResultItem: Thanos_Helm3_LT - ChangeRefine: -5 - - BaseItem: Great_Hero_Boots - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 100 - - Material: Armor_Stone_1 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 50 - ResultItem: Hero_Boots_LT - ChangeRefine: -5 - - BaseItem: Smoky_TransformHat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Raccoon_Leaf - Amount: 150 - ResultItem: Smoky_TransformHat_LT - ChangeRefine: -5 - - BaseItem: Whikebain_Ears_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Black_Kitty_Doll - Amount: 50 - ResultItem: Whikebain_Ears_K_LT - ChangeRefine: -5 - - BaseItem: Survive_Circlet_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Soft_Silk_Cloth - Amount: 100 - ResultItem: Survive_Circlet_K_LT - ChangeRefine: -5 - - BaseItem: GoldFish_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Shining_Scales - Amount: 150 - ResultItem: GoldFish_Hat_LT - ChangeRefine: -5 - - BaseItem: Imp_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Hot_Hair - Amount: 150 - ResultItem: Imp_Hat_LT - ChangeRefine: -5 - - BaseItem: Thanos_Helm_4 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Gray_Shard - Amount: 100 - ResultItem: Thanos_Helm4_LT - ChangeRefine: -5 - - BaseItem: Whikebain_Ears - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Black_Kitty_Doll - Amount: 50 - ResultItem: Whikebain_Ears_K_LT - ChangeRefine: -5 - - BaseItem: Mad_Bunny_K_ - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Soft_Feather - Amount: 100 - - Material: Armor_Stone_1 - Amount: 100 - - Material: Feather - Amount: 100 - ResultItem: Mad_Bunny_K_LT - ChangeRefine: -5 - - BaseItem: King_Tiger_Doll_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Armor_Stone_1 - Amount: 100 - - Material: Tiger_Footskin - Amount: 40 - ResultItem: King_Tiger_Doll_Hat_LT - ChangeRefine: -5 - - BaseItem: Zaha_Doll_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Limpid_Celestial_Robe - Amount: 200 - - Material: Armor_Stone_1 - Amount: 100 - - Material: Soft_Silk_Cloth - Amount: 100 - ResultItem: Baksojin_Hat_LT - ChangeRefine: -5 -# - BaseItem: Sagittarius_DiademK -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Sagittarius_DiademK_LT -# ChangeRefine: -5 -# - BaseItem: Scorpio_Diadem_K -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Scorpio_Diadem_K_LT -# ChangeRefine: -5 -# - BaseItem: Large_Sorcerer_Crown -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Large_Sorcerer_Crown_LT -# ChangeRefine: -5 -# - BaseItem: Stripe_Hat -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Stripe_Hat_LT -# ChangeRefine: -5 -# - BaseItem: Phantom_Cap -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Phantom_Cap_LT -# ChangeRefine: -5 -# - BaseItem: Ignis_CapK -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Ignis_CapK_LT -# ChangeRefine: -5 -# - BaseItem: Clock_Casket_RD -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 100 -# - Material: Armor_Stone_1 -# Amount: 100 -# - Material: EP17_1_EVT39 -# Amount: 20 -# ResultItem: Clock_Casket_RD_LT -# ChangeRefine: -5 -# - Item: Clock_Tower_W_Hammer -# BaseItems: -# - BaseItem: Precision_Bow -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Bow -# ChangeRefine: 1 -# - BaseItem: Precision_Fist -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Fist -# ChangeRefine: 1 -# - BaseItem: Precision_Fuuma -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Fuuma -# ChangeRefine: 1 -# - BaseItem: Precision_Gatling -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Gatling -# ChangeRefine: 1 -# - BaseItem: Precision_Grenade -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Grenade -# ChangeRefine: 1 -# - BaseItem: Precision_Lute -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Lute -# ChangeRefine: 1 -# - BaseItem: Precision_Pistol -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Pistol -# ChangeRefine: 1 -# - BaseItem: Precision_Rifle -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Rifle -# ChangeRefine: 1 -# - BaseItem: Precision_Shotgun -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Shotgun -# ChangeRefine: 1 -# - BaseItem: Precision_Whip -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Precision_Whip -# ChangeRefine: 1 -# - BaseItem: Solid_Claymore -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Claymore -# ChangeRefine: 1 -# - BaseItem: Solid_Dagger -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Dagger -# ChangeRefine: 1 -# - BaseItem: Solid_Edge -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Edge -# ChangeRefine: 1 -# - BaseItem: Solid_Manual -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Manual -# ChangeRefine: 1 -# - BaseItem: Solid_Rod -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Rod -# ChangeRefine: 1 -# - BaseItem: Solid_Spear -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Spear -# ChangeRefine: 1 -# - BaseItem: Solid_Staff -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Staff -# ChangeRefine: 1 -# - BaseItem: Solid_Wand -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Solid_Wand -# ChangeRefine: 1 -# - BaseItem: Wicked_Axe -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Axe -# ChangeRefine: 1 -# - BaseItem: Wicked_Blade -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Blade -# ChangeRefine: 1 -# - BaseItem: Wicked_Book -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Book -# ChangeRefine: 1 -# - BaseItem: Wicked_Cross -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Cross -# ChangeRefine: 1 -# - BaseItem: Wicked_Dagger -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Dagger -# ChangeRefine: 1 -# - BaseItem: Wicked_Edge -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Edge -# ChangeRefine: 1 -# - BaseItem: Wicked_Katar -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Katar -# ChangeRefine: 1 -# - BaseItem: Wicked_Plant -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Wicked_Plant -# ChangeRefine: 1 - - Item: Thanos_Upgrade_Box + - Item: Thanos_W_Reform_2 BaseItems: - BaseItem: Thanos_Sword + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Sword_AD + ChangeRefine: -1 - BaseItem: Thanos_Great_Sword + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_TSword_AD + ChangeRefine: -1 - BaseItem: Thanos_Hammer + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Hammer_AD + ChangeRefine: -1 - BaseItem: Thanos_Dagger + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Dagger_AD + ChangeRefine: -1 - BaseItem: Thanos_Rod + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Rod_AD + ChangeRefine: -1 - BaseItem: Thanos_Whip + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Whip_AD + ChangeRefine: -1 - BaseItem: Thanos_Violin + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Violin_AD + ChangeRefine: -1 - BaseItem: Thanos_Staff + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Staff_AD + ChangeRefine: -1 - BaseItem: Thanos_Spear + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Spear_AD + ChangeRefine: -1 - BaseItem: Thanos_Katar + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Katar_AD + ChangeRefine: -1 - BaseItem: Thanos_Axe + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Axe_AD + ChangeRefine: -1 - BaseItem: Thanos_Bow + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Bow_AD + ChangeRefine: -1 - BaseItem: Thanos_Knuckle + MinimumRefine: 9 + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 ResultItem: Thanos_Knuckle_AD - - BaseItem: Thanos_Helm_1 - ResultItem: Thanos_Helm1_LT - - BaseItem: Thanos_Helm_2 - ResultItem: Thanos_Helm2_LT - - BaseItem: Thanos_Helm_3 - ResultItem: Thanos_Helm3_LT - - BaseItem: Thanos_Helm_4 - ResultItem: Thanos_Helm4_LT - - Item: Hero_Weapon_Hammer_1 - BaseItems: - - BaseItem: Saint_Hall_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Saint_Hall_LT - ChangeRefine: 1 - - BaseItem: Undine_Spear_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Undine_Spear_K_LT - ChangeRefine: 1 - - BaseItem: Demon_Hunting_Bible_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Demon_Hunting_Bible_LT - ChangeRefine: 1 - - BaseItem: Light_Blade_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Light_Blade_LT - ChangeRefine: 1 - - BaseItem: Magic_Sword_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Magic_Sword_LT - ChangeRefine: 1 - - BaseItem: Fatalist_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Fatalist_LT - ChangeRefine: 1 - - Item: C_Armor_Reform_2 - BaseItems: - - BaseItem: Thanos_Helm_1 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Gray_Shard - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Thanos_Helm1_LT ChangeRefine: -1 - - BaseItem: Thanos_Helm_2 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Gray_Shard - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Thanos_Helm2_LT - ChangeRefine: -1 - - BaseItem: Thanos_Helm_3 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Gray_Shard - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Thanos_Helm3_LT - ChangeRefine: -1 - - BaseItem: Great_Hero_Boots - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Bio_Reseearch_Docu - Amount: 150 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Hero_Boots_LT - ChangeRefine: -1 - - BaseItem: Smoky_TransformHat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Raccoon_Leaf - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Smoky_TransformHat_LT - ChangeRefine: -1 - - BaseItem: Whikebain_Ears_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Black_Kitty_Doll - Amount: 100 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Whikebain_Ears_K_LT - ChangeRefine: -1 - - BaseItem: Survive_Circlet_K - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Soft_Silk_Cloth - Amount: 200 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Survive_Circlet_K_LT - ChangeRefine: -1 - - BaseItem: GoldFish_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Shining_Scales - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: GoldFish_Hat_LT - ChangeRefine: -1 - - BaseItem: Imp_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Hot_Hair - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Imp_Hat_LT - ChangeRefine: -1 - - BaseItem: Thanos_Helm_4 - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Gray_Shard - Amount: 300 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Thanos_Helm4_LT - ChangeRefine: -1 - - BaseItem: Whikebain_Ears - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Black_Kitty_Doll - Amount: 100 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Whikebain_Ears_K_LT - ChangeRefine: -1 - - BaseItem: Mad_Bunny_K_ - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Soft_Feather - Amount: 200 - - Material: Feather - Amount: 200 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Mad_Bunny_K_LT - ChangeRefine: -1 - - BaseItem: King_Tiger_Doll_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Tiger_Footskin - Amount: 80 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: King_Tiger_Doll_Hat_LT - ChangeRefine: -1 - - BaseItem: Zaha_Doll_Hat - MinimumRefine: 9 - CardsAllowed: false - Materials: - - Material: Soft_Silk_Cloth - Amount: 200 - - Material: Limpid_Celestial_Robe - Amount: 400 - - Material: Armor_Stone_2 - Amount: 100 - ResultItem: Baksojin_Hat_LT - ChangeRefine: -1 - - Item: Barmund_Hammer - BaseItems: - - BaseItem: Barmund_Ice_Hood - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Ice_Hood - ChangeRefine: 1 - - BaseItem: Barmund_Death_Hood - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Death_Hood - ChangeRefine: 1 - - BaseItem: Barmund_Flame_Hood - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Flame_Hood - ChangeRefine: 1 - - BaseItem: Barmund_Plain_Hood - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Plain_Hood - ChangeRefine: 1 - - BaseItem: Barmund_Ice_Boots - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Ice_Boots - ChangeRefine: 1 - - BaseItem: Barmund_Death_Boots - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Death_Boots - ChangeRefine: 1 - - BaseItem: Barmund_Flame_Boots - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Flame_Boots - ChangeRefine: 1 - - BaseItem: Barmund_Plain_Boots - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Plain_Boots - ChangeRefine: 1 - - BaseItem: Barmund_Ice_Armor - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Ice_Armor - ChangeRefine: 1 - - BaseItem: Barmund_Death_Armor - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Death_Armor - ChangeRefine: 1 - - BaseItem: Barmund_Plain_Armor - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Plain_Armor - ChangeRefine: 1 - - BaseItem: Barmund_Flame_Armor - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barmund_Flame_Armor - ChangeRefine: 1 -# - BaseItem: Sagittarius_DiademK -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Sagittarius_DiademK_LT -# ChangeRefine: -1 -# - BaseItem: Scorpio_Diadem_K -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Scorpio_Diadem_K_LT -# ChangeRefine: -1 -# - BaseItem: Large_Sorcerer_Crown -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Large_Sorcerer_Crown_LT -# ChangeRefine: -1 -# - BaseItem: Stripe_Hat -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Stripe_Hat_LT -# ChangeRefine: -1 -# - BaseItem: Phantom_Cap -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Phantom_Cap_LT -# ChangeRefine: -1 -# - BaseItem: Ignis_CapK -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Ignis_CapK_LT -# ChangeRefine: -1 -# - BaseItem: Clock_Casket_RD -# MinimumRefine: 9 -# CardsAllowed: false -# Materials: -# - Material: EP17_1_EVT02 -# Amount: 300 -# - Material: EP17_1_EVT39 -# Amount: 60 -# - Material: Armor_Stone_2 -# Amount: 100 -# ResultItem: Clock_Casket_RD_LT -# ChangeRefine: -1 -# - Item: EP19_DGW_Refine -# BaseItems: -# - BaseItem: D_Glacier_T_Sword -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_T_Sword -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Katar -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Katar -# ChangeRefine: 1 -# - BaseItem: D_Glacier_T_Axe -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_T_Axe -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Lance -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Lance -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Staff -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Staff -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Humma -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Humma -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Bow -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Bow -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Revolver -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Revolver -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Rifle -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Rifle -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Shotgun -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Shotgun -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Gatling -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Gatling -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Launcher -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Launcher -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Sword -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Sword -# ChangeRefine: 1 -# - BaseItem: D_Glacier_B_Sword -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_B_Sword -# ChangeRefine: 1 -# - BaseItem: D_Glacier_R_Knife -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_R_Knife -# ChangeRefine: 1 -# - BaseItem: D_Glacier_B_Knife -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_B_Knife -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Axe -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Axe -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Spear -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Spear -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Book -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Book -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Wand -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Wand -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Foxtail -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Foxtail -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Knuckle -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Knuckle -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Violin -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Violin -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Whip -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Whip -# ChangeRefine: 1 -# - BaseItem: D_Glacier_Mace -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_Mace -# ChangeRefine: 1 -# - BaseItem: D_Glacier_M_Mace -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Ep19_Snow_Flower -# Amount: 40 -# - Material: EP19_N_P_Crystal -# Amount: 10 -# - Material: EP19_D_P_Crystal -# Amount: 10 -# ResultItem: D_Glacier_M_Mace -# ChangeRefine: 1 - - Item: OS_Weapon_Reform - BaseItems: - - BaseItem: Beam_Claymore_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Beam_Claymore_AD - RandomOptionGroup: Group_0 - - BaseItem: Meuchler_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Meuchler_AD - RandomOptionGroup: Group_0 - - BaseItem: Blasti_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Blasti_AD - RandomOptionGroup: Group_0 - - BaseItem: Virtual_Bow_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Virtual_Bow_AD - RandomOptionGroup: Group_0 - - BaseItem: MH_P89_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: MH_P89_AD - RandomOptionGroup: Group_0 - - BaseItem: AC_B44_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: AC_B44_AD - RandomOptionGroup: Group_0 - - BaseItem: HR_S55_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: HR_S55_AD - RandomOptionGroup: Group_0 - - BaseItem: Burning_Knuckle_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Burning_Knuckle_AD - RandomOptionGroup: Group_0 - - BaseItem: Cannon_Rapier_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Cannon_Rapier_AD - RandomOptionGroup: Group_0 - - BaseItem: Saphir_Hall_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Saphir_Hall_AD - RandomOptionGroup: Group_0 - - BaseItem: Ultio_Spes_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Ultio_Spes_AD - RandomOptionGroup: Group_0 - - BaseItem: Rutilus_Stick_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Rutilus_Stick_AD - RandomOptionGroup: Group_0 - - BaseItem: ElectricFox_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: ElectricFox_AD - RandomOptionGroup: Group_0 - - BaseItem: Circuit_Board_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Circuit_Board_AD - RandomOptionGroup: Group_0 - - BaseItem: Kuroiro_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Kuroiro_AD - RandomOptionGroup: Group_0 - - BaseItem: Boost_Lance_OS - MinimumRefine: 7 - CardsAllowed: false - Materials: - - Material: EP17_1_EVT02 - Amount: 200 - - Material: EP17_1_EVT39 - Amount: 40 - - Material: Weapon_Stone_1 - Amount: 70 - ResultItem: Boost_Lance_AD - RandomOptionGroup: Group_0 - - Item: Hero_Weapon_Up_Box_5 - BaseItems: - - BaseItem: Up_Blade_Katar - ResultItem: Blade_Katar_LT - - BaseItem: Up_Shiver_Katar_K - ResultItem: Shiver_Katar_K_LT - - BaseItem: Up_Dragonic_Slayer - ResultItem: Dragonic_Slayer_LT - - BaseItem: Up_Oriental_Sword - ResultItem: Oriental_Sword_LT - - Item: Special_Hat_Hammer - BaseItems: - - BaseItem: King_Tiger_Doll_Hat_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: King_Tiger_Doll_Hat_LT - ChangeRefine: 1 - - BaseItem: Baksojin_Hat_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Baksojin_Hat_LT - ChangeRefine: 1 - - BaseItem: Smoky_TransformHat_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Smoky_TransformHat_LT - ChangeRefine: 1 - - BaseItem: Whikebain_Ears_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Whikebain_Ears_K_LT - ChangeRefine: 1 - - BaseItem: Survive_Circlet_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Survive_Circlet_K_LT - ChangeRefine: 1 - - BaseItem: GoldFish_Hat_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: GoldFish_Hat_LT - ChangeRefine: 1 - - BaseItem: Imp_Hat_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Imp_Hat_LT - ChangeRefine: 1 - - Item: Shadow_Changer_NPC - BaseItems: - - BaseItem: S_FullPene_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullPene_Earring - - BaseItem: S_FullPene_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullPene_Shoes - - BaseItem: S_FullPene_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullPene_Pendant - - BaseItem: S_FullPene_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullPene_Armor - - BaseItem: S_FullTemp_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullTemp_Earring - - BaseItem: S_FullTemp_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullTemp_Shoes - - BaseItem: S_FullTemp_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullTemp_Pendant - - BaseItem: S_FullTemp_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_FullTemp_Armor - - BaseItem: S_TrueGem_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_TrueGem_Earring - - BaseItem: S_TrueGem_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_TrueGem_Shoes - - BaseItem: S_TrueGem_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_TrueGem_Pendant - - BaseItem: S_TrueGem_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_TrueGem_Armor - - BaseItem: S_CriticalHit_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_CriticalHit_Armor - - BaseItem: S_CriticalHit_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_CriticalHit_Weapon - - BaseItem: S_M_AutoSpell_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_AutoSpell_Earring - - BaseItem: S_M_AutoSpell_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_AutoSpell_Shoes - - BaseItem: S_M_AutoSpell_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_AutoSpell_Pendant - - BaseItem: S_M_AutoSpell_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_AutoSpell_Armor - - BaseItem: S_Clever_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Clever_Shield - - BaseItem: S_Clever_Shield - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Clever_Weapon - - BaseItem: S_Durable_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Durable_Shield - - BaseItem: S_Durable_Shield - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Durable_Weapon - - BaseItem: S_Infinity_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Infinity_Shield - - BaseItem: S_Infinity_Shield - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Infinity_Weapon - - BaseItem: S_Hasty_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Hasty_Shield - - BaseItem: S_Hasty_Shield - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Hasty_Weapon - - BaseItem: S_PerfectSize_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_PerfectSize_Armor - - BaseItem: S_PerfectSize_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_PerfectSize_Weapon - - BaseItem: S_R_Bearers_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_R_Bearers_Earring - - BaseItem: S_R_Bearers_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_R_Bearers_Shoes - - BaseItem: S_R_Bearers_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_R_Bearers_Pendant - - BaseItem: S_R_Bearers_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_R_Bearers_Armor - - BaseItem: S_SpellCaster_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_SpellCaster_Earring - - BaseItem: S_SpellCaster_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_SpellCaster_Shoes - - BaseItem: S_SpellCaster_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_SpellCaster_Pendant - - BaseItem: S_SpellCaster_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_SpellCaster_Armor - - BaseItem: S_Mega_Blitz_Shield - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Mega_Blitz_Weapon - - BaseItem: S_Mega_Blitz_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Mega_Blitz_Shield - - BaseItem: S_Absorb_Shield - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Absorb_Weapon - - BaseItem: S_Absorb_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_Absorb_Shield - - BaseItem: S_M_Mammoth_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_Mammoth_Earring - - BaseItem: S_M_Mammoth_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_Mammoth_Shoes - - BaseItem: S_M_Mammoth_Shoes - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_Mammoth_Pendant - - BaseItem: S_M_Mammoth_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_M_Mammoth_Armor - - BaseItem: S_AllMighty_Pendant - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_AllMighty_Earring - - BaseItem: S_AllMighty_Earring - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_AllMighty_Pendant - - BaseItem: S_KingbirdAnc_Weapon - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_KingbirdAncient_Armor - - BaseItem: S_KingbirdAncient_Armor - MaximumRefine: 10 - CardsAllowed: false - Materials: - - Material: Shadow_Exchange_Ticket - ResultItem: S_KingbirdAnc_Weapon -# - BaseItem: S_EXP_Shield -# MaximumRefine: 10 -# CardsAllowed: false -# Materials: -# - Material: Shadow_Exchange_Ticket -# ResultItem: S_EXP_Weapon -# - BaseItem: S_EXP_Weapon -# MaximumRefine: 10 -# CardsAllowed: false -# Materials: -# - Material: Shadow_Exchange_Ticket -# ResultItem: S_EXP_Shield - - Item: Consecrate_Weapon_1 - BaseItems: - - BaseItem: Adulter_F_T_Sword - MinimumRefine: 9 - Materials: - - Material: Conse_F_T_Sword - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_T_Sword - ChangeRefine: -5 - - BaseItem: Adulter_F_Lance - MinimumRefine: 9 - Materials: - - Material: Conse_F_Lance - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Lance - ChangeRefine: -5 - - BaseItem: Adulter_F_G_Sword - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_G_Sword - Amount: 10 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_G_Sword - ChangeRefine: -5 - - BaseItem: Adulter_F_G_Spear - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Conse_F_G_Spear - Amount: 10 - ResultItem: Vivatus_F_G_Spear - ChangeRefine: -5 - - BaseItem: Adulter_F_Axe - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Axe - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Axe - ChangeRefine: -5 - - BaseItem: Adulter_F_Mace - MinimumRefine: 9 - Materials: - - Material: Conse_F_Mace - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Mace - ChangeRefine: -5 - - BaseItem: Adulter_F_Lapier - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Lapier - Amount: 10 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Lapier - ChangeRefine: -5 - - BaseItem: Adulter_F_Hall - MinimumRefine: 9 - Materials: - - Material: Conse_F_Hall - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Hall - ChangeRefine: -5 - - BaseItem: Adulter_F_Cakram - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Conse_F_Cakram - Amount: 10 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Cakram - ChangeRefine: -5 - - BaseItem: Adulter_F_Katar - MinimumRefine: 9 - Materials: - - Material: Conse_F_Katar - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Katar - ChangeRefine: -5 - - BaseItem: Adulter_F_Dagger - MinimumRefine: 9 - Materials: - - Material: Conse_F_Dagger - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Dagger - ChangeRefine: -5 - - BaseItem: Adulter_F_C_Bow - MinimumRefine: 9 - Materials: - - Material: Conse_F_C_Bow - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_C_Bow - ChangeRefine: -5 - - BaseItem: Adulter_F_T_Staff - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Conse_F_T_Staff - Amount: 10 - ResultItem: Vivatus_F_T_Staff - ChangeRefine: -5 - - BaseItem: Adulter_F_Rod - MinimumRefine: 9 - Materials: - - Material: Conse_F_Rod - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Rod - ChangeRefine: -5 - - BaseItem: Adulter_F_M_Book - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_M_Book - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_M_Book - ChangeRefine: -5 - - BaseItem: Adulter_F_P_Book - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_P_Book - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_P_Book - ChangeRefine: -5 - - BaseItem: Adulter_F_Bible - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Bible - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Bible - ChangeRefine: -5 - - BaseItem: Adulter_F_Wand - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Conse_F_Wand - Amount: 10 - ResultItem: Vivatus_F_Wand - ChangeRefine: -5 - - BaseItem: Adulter_F_Knuckle - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Conse_F_Knuckle - Amount: 10 - ResultItem: Vivatus_F_Knuckle - ChangeRefine: -5 - - BaseItem: Adulter_F_Claw - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Claw - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Claw - ChangeRefine: -5 - - BaseItem: Adulter_F_Ballista - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Ballista - Amount: 10 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Ballista - ChangeRefine: -5 - - BaseItem: Adulter_F_A_Bow - MinimumRefine: 9 - Materials: - - Material: Conse_F_A_Bow - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_A_Bow - ChangeRefine: -5 - - BaseItem: Adulter_F_Violin - MinimumRefine: 9 - Materials: - - Material: Conse_F_Violin - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Violin - ChangeRefine: -5 - - BaseItem: Adulter_F_C_Rope - MinimumRefine: 9 - Materials: - - Material: Conse_F_C_Rope - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_C_Rope - ChangeRefine: -5 - - BaseItem: Adulter_F_Harp - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Harp - Amount: 10 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Harp - ChangeRefine: -5 - - BaseItem: Adulter_F_Ribbon - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Ribbon - Amount: 10 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Ribbon - ChangeRefine: -5 - - BaseItem: Adulter_F_Humma - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Humma - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Humma - ChangeRefine: -5 - - BaseItem: Adulter_F_C_Humma - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_C_Humma - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_C_Humma - ChangeRefine: -5 - - BaseItem: Adulter_F_Revolver - MinimumRefine: 9 - Materials: - - Material: Conse_F_Revolver - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Revolver - ChangeRefine: -5 - - BaseItem: Adulter_F_Rifle - MinimumRefine: 9 - Materials: - - Material: Conse_F_Rifle - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Rifle - ChangeRefine: -5 - - BaseItem: Adulter_F_Gatling - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Conse_F_Gatling - Amount: 10 - ResultItem: Vivatus_F_Gatling - ChangeRefine: -5 - - BaseItem: Adulter_F_Launcher - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_W - Amount: 50 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Conse_F_Launcher - Amount: 10 - ResultItem: Vivatus_F_Launcher - ChangeRefine: -5 - - BaseItem: Adulter_F_Moon_B - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Moon_B - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Moon_B - ChangeRefine: -5 - - BaseItem: Adulter_F_Star_B - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_Star_B - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Star_B - ChangeRefine: -5 - - BaseItem: Adulter_F_S_Stick - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_S_Stick - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_S_Stick - ChangeRefine: -5 - - BaseItem: Adulter_F_D_Wand - MinimumRefine: 9 - Materials: - - Material: Conse_F_D_Wand - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_D_Wand - ChangeRefine: -5 - - BaseItem: Adulter_F_F_Wand - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Conse_F_F_Wand - Amount: 10 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_F_Wand - ChangeRefine: -5 - - BaseItem: Adulter_F_F_model - MinimumRefine: 9 - Materials: - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Conse_F_F_model - Amount: 10 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_F_model - ChangeRefine: -5 - - BaseItem: Adulter_F_Shotgun - MinimumRefine: 9 - Materials: - - Material: Conse_F_Shotgun - Amount: 10 - - Material: Ep18_Amethyst_Fragment - Amount: 200 - - Material: Purificatory_Holy_O - Amount: 50 - - Material: Sanctuary_Sudarium - Amount: 50 - - Material: Purificatory_Holy_W - Amount: 50 - ResultItem: Vivatus_F_Shotgun - ChangeRefine: -5 - - Item: Hero_Weapon_Hammer_6 - BaseItems: - - BaseItem: Humma_Clear_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Humma_Clear_LT - ChangeRefine: 1 - - BaseItem: Fog_Dew_Sword_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Fog_Dew_Sword_LT - ChangeRefine: 1 - - BaseItem: Crimson_Rose_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Crimson_Rose_LT - ChangeRefine: 1 - - BaseItem: Master_Soul_Rifle_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Master_Soul_Rifle_LT - ChangeRefine: 1 - - BaseItem: Demon_S_Shot_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Demon_S_Shot_LT - ChangeRefine: 1 - - BaseItem: The_Black_Gatling_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: The_Black_Gatling_LT - ChangeRefine: 1 - - BaseItem: Golden_L_Launcher_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Golden_L_Launcher_LT - ChangeRefine: 1 - - BaseItem: MeawFoxtail_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: MeawFoxtail_LT - ChangeRefine: 1 - - BaseItem: OneSkyOneSun_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: OneSkyOneSun_LT - ChangeRefine: 1 - - BaseItem: SoulWeight_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: SoulWeight_LT - ChangeRefine: 1 -# - BaseItem: Freedom_Stick_LT -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Freedom_Stick_LT -# ChangeRefine: 1 -# - BaseItem: Blessed_Knife_LT -# MinimumRefine: 9 -# MaximumRefine: 11 -# Materials: -# - Material: Blacksmith_Blessing -# Amount: 14 -# ResultItem: Blessed_Knife_LT -# ChangeRefine: 1 - - Item: Shadow_Changer_W_Shi - BaseItems: - - BaseItem: S_Hasty_Weapon - MaximumRefine: 10 - Materials: - - Material: Shadowdecon - Amount: 10 - ResultItem: S_Hasty_Shield - - BaseItem: S_Infinity_Weapon - MaximumRefine: 10 - Materials: - - Material: Shadowdecon - Amount: 10 - ResultItem: S_Infinity_Shield - - Item: Hero_Weapon_Hammer_5 - BaseItems: - - BaseItem: Blade_Katar_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Blade_Katar_LT - ChangeRefine: 1 - - BaseItem: Shiver_Katar_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Shiver_Katar_K_LT - ChangeRefine: 1 - - BaseItem: Dragonic_Slayer_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Dragonic_Slayer_LT - ChangeRefine: 1 - - BaseItem: Oriental_Sword_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Oriental_Sword_LT - ChangeRefine: 1 - - Item: Hero_Weapon_Hammer_4 - BaseItems: - - BaseItem: Trumpet_Shell_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Trumpet_Shell_K_LT - ChangeRefine: 1 - - BaseItem: Barb_Wire_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Barb_Wire_K_LT - ChangeRefine: 1 - - BaseItem: Narcis_Bow_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Narcis_Bow_LT - ChangeRefine: 1 - - BaseItem: Avenger_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Avenger_LT - ChangeRefine: 1 - - BaseItem: Meteor_Striker_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Meteor_Striker_LT - ChangeRefine: 1 - - Item: Hero_Weapon_Hammer_3 - BaseItems: - - BaseItem: Sword_Of_Bluefire_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Sword_Of_Bluefire_LT - ChangeRefine: 1 - - BaseItem: Slate_Sword_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Slate_Sword_LT - ChangeRefine: 1 - - BaseItem: Royal_Bow_K_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Royal_Bow_K_LT - ChangeRefine: 1 - - BaseItem: Scalet_Dragon_L_Bow_LT - MinimumRefine: 9 - MaximumRefine: 11 - Materials: - - Material: Blacksmith_Blessing - Amount: 14 - ResultItem: Scalet_Dragon_L_Bow_LT - ChangeRefine: 1 - - Item: Hero_Weapon_Up_Box_1 - BaseItems: - - BaseItem: Up_Saint_Hall - ResultItem: Saint_Hall_LT - - BaseItem: Up_Undine_Spear_K - ResultItem: Undine_Spear_K_LT - - BaseItem: Up_Demon_Hunting_Bible - ResultItem: Demon_Hunting_Bible_LT - - BaseItem: Up_Light_Blade - ResultItem: Light_Blade_LT - - BaseItem: Up_Magic_Sword - ResultItem: Magic_Sword_LT - - BaseItem: Up_Fatalist - ResultItem: Fatalist_LT - - Item: C_Armor_Reform_3 - BaseItems: - - BaseItem: SurviveOrb_K - CardsAllowed: false - Materials: - - Material: Armor_Stone_3 - Amount: 100 - - Material: Fragment_Of_Crystal - Amount: 450 - ResultItem: SurviveOrb_K_LT - - Item: Hero_Weapon_Up_Box_3 - BaseItems: - - BaseItem: Up_Sword_Of_Bluefire - ResultItem: Sword_Of_Bluefire_LT - - BaseItem: Up_Slate_Sword - ResultItem: Slate_Sword_LT - - BaseItem: Up_Royal_Bow_K - ResultItem: Royal_Bow_K_LT - - BaseItem: Up_Scalet_Dragon_L_Bow - ResultItem: Scalet_Dragon_L_Bow_LT - Item: Thanos_Refine_Hammer BaseItems: - BaseItem: Thanos_Sword_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Sword_AD ChangeRefine: 1 - BaseItem: Thanos_Dagger_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Dagger_AD ChangeRefine: 1 - BaseItem: Thanos_Spear_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Spear_AD ChangeRefine: 1 - BaseItem: Thanos_Staff_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Staff_AD ChangeRefine: 1 - BaseItem: Thanos_Knuckle_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Knuckle_AD ChangeRefine: 1 - BaseItem: Thanos_Violin_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Violin_AD ChangeRefine: 1 - BaseItem: Thanos_Whip_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Whip_AD ChangeRefine: 1 - BaseItem: Thanos_Hammer_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Hammer_AD ChangeRefine: 1 - BaseItem: Thanos_TSword_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_TSword_AD ChangeRefine: 1 - BaseItem: Thanos_Katar_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Katar_AD ChangeRefine: 1 - BaseItem: Thanos_Axe_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Axe_AD ChangeRefine: 1 - BaseItem: Thanos_Rod_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Rod_AD ChangeRefine: 1 - BaseItem: Thanos_Bow_AD MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Bow_AD ChangeRefine: 1 - BaseItem: Thanos_Helm_1 MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm_1 ChangeRefine: 1 - BaseItem: Thanos_Helm1_LT MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm1_LT ChangeRefine: 1 - BaseItem: Thanos_Helm_2 MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm_2 ChangeRefine: 1 - BaseItem: Thanos_Helm2_LT MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm2_LT ChangeRefine: 1 - BaseItem: Thanos_Helm_3 MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm_3 ChangeRefine: 1 - BaseItem: Thanos_Helm3_LT MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm3_LT ChangeRefine: 1 - BaseItem: Thanos_Helm_4 MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm_4 ChangeRefine: 1 - BaseItem: Thanos_Helm4_LT MinimumRefine: 9 MaximumRefine: 11 Materials: - - Material: Blacksmith_Blessing - Amount: 14 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Thanos_Helm4_LT ChangeRefine: 1 - - Item: Hero_Weapon_Up_Box_2 + - Item: Consecrate_Weapon_1 BaseItems: + - BaseItem: Adulter_F_T_Sword + MinimumRefine: 9 + Materials: + - Material: Conse_F_T_Sword + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_T_Sword + ChangeRefine: -5 + - BaseItem: Adulter_F_Lance + MinimumRefine: 9 + Materials: + - Material: Conse_F_Lance + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Lance + ChangeRefine: -5 + - BaseItem: Adulter_F_G_Sword + MinimumRefine: 9 + Materials: + - Material: Conse_F_G_Sword + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_G_Sword + ChangeRefine: -5 + - BaseItem: Adulter_F_G_Spear + MinimumRefine: 9 + Materials: + - Material: Conse_F_G_Spear + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_G_Spear + ChangeRefine: -5 + - BaseItem: Adulter_F_Axe + MinimumRefine: 9 + Materials: + - Material: Conse_F_Axe + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Axe + ChangeRefine: -5 + - BaseItem: Adulter_F_Mace + MinimumRefine: 9 + Materials: + - Material: Conse_F_Mace + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Mace + ChangeRefine: -5 + - BaseItem: Adulter_F_Lapier + MinimumRefine: 9 + Materials: + - Material: Conse_F_Lapier + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Lapier + ChangeRefine: -5 + - BaseItem: Adulter_F_Hall + MinimumRefine: 9 + Materials: + - Material: Conse_F_Hall + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Hall + ChangeRefine: -5 + - BaseItem: Adulter_F_Cakram + MinimumRefine: 9 + Materials: + - Material: Conse_F_Cakram + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Cakram + ChangeRefine: -5 + - BaseItem: Adulter_F_Katar + MinimumRefine: 9 + Materials: + - Material: Conse_F_Katar + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Katar + ChangeRefine: -5 + - BaseItem: Adulter_F_Dagger + MinimumRefine: 9 + Materials: + - Material: Conse_F_Dagger + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Dagger + ChangeRefine: -5 + - BaseItem: Adulter_F_C_Bow + MinimumRefine: 9 + Materials: + - Material: Conse_F_C_Bow + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_C_Bow + ChangeRefine: -5 + - BaseItem: Adulter_F_T_Staff + MinimumRefine: 9 + Materials: + - Material: Conse_F_T_Staff + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_T_Staff + ChangeRefine: -5 + - BaseItem: Adulter_F_Rod + MinimumRefine: 9 + Materials: + - Material: Conse_F_Rod + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Rod + ChangeRefine: -5 + - BaseItem: Adulter_F_M_Book + MinimumRefine: 9 + Materials: + - Material: Conse_F_M_Book + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_M_Book + ChangeRefine: -5 + - BaseItem: Adulter_F_P_Book + MinimumRefine: 9 + Materials: + - Material: Conse_F_P_Book + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_P_Book + ChangeRefine: -5 + - BaseItem: Adulter_F_Bible + MinimumRefine: 9 + Materials: + - Material: Conse_F_Bible + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Bible + ChangeRefine: -5 + - BaseItem: Adulter_F_Wand + MinimumRefine: 9 + Materials: + - Material: Conse_F_Wand + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Wand + ChangeRefine: -5 + - BaseItem: Adulter_F_Knuckle + MinimumRefine: 9 + Materials: + - Material: Conse_F_Knuckle + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Knuckle + ChangeRefine: -5 + - BaseItem: Adulter_F_Claw + MinimumRefine: 9 + Materials: + - Material: Conse_F_Claw + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Claw + ChangeRefine: -5 + - BaseItem: Adulter_F_Ballista + MinimumRefine: 9 + Materials: + - Material: Conse_F_Ballista + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Ballista + ChangeRefine: -5 + - BaseItem: Adulter_F_A_Bow + MinimumRefine: 9 + Materials: + - Material: Conse_F_A_Bow + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_A_Bow + ChangeRefine: -5 + - BaseItem: Adulter_F_Violin + MinimumRefine: 9 + Materials: + - Material: Conse_F_Violin + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Violin + ChangeRefine: -5 + - BaseItem: Adulter_F_C_Rope + MinimumRefine: 9 + Materials: + - Material: Conse_F_C_Rope + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_C_Rope + ChangeRefine: -5 + - BaseItem: Adulter_F_Harp + MinimumRefine: 9 + Materials: + - Material: Conse_F_Harp + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Harp + ChangeRefine: -5 + - BaseItem: Adulter_F_Ribbon + MinimumRefine: 9 + Materials: + - Material: Conse_F_Ribbon + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Ribbon + ChangeRefine: -5 + - BaseItem: Adulter_F_Humma + MinimumRefine: 9 + Materials: + - Material: Conse_F_Humma + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Humma + ChangeRefine: -5 + - BaseItem: Adulter_F_C_Humma + MinimumRefine: 9 + Materials: + - Material: Conse_F_C_Humma + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_C_Humma + ChangeRefine: -5 + - BaseItem: Adulter_F_Revolver + MinimumRefine: 9 + Materials: + - Material: Conse_F_Revolver + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Revolver + ChangeRefine: -5 + - BaseItem: Adulter_F_Rifle + MinimumRefine: 9 + Materials: + - Material: Conse_F_Rifle + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Rifle + ChangeRefine: -5 + - BaseItem: Adulter_F_Gatling + MinimumRefine: 9 + Materials: + - Material: Conse_F_Gatling + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Gatling + ChangeRefine: -5 + - BaseItem: Adulter_F_Launcher + MinimumRefine: 9 + Materials: + - Material: Conse_F_Launcher + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Launcher + ChangeRefine: -5 + - BaseItem: Adulter_F_Moon_B + MinimumRefine: 9 + Materials: + - Material: Conse_F_Moon_B + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Moon_B + ChangeRefine: -5 + - BaseItem: Adulter_F_Star_B + MinimumRefine: 9 + Materials: + - Material: Conse_F_Star_B + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Star_B + ChangeRefine: -5 + - BaseItem: Adulter_F_S_Stick + MinimumRefine: 9 + Materials: + - Material: Conse_F_S_Stick + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_S_Stick + ChangeRefine: -5 + - BaseItem: Adulter_F_D_Wand + MinimumRefine: 9 + Materials: + - Material: Conse_F_D_Wand + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_D_Wand + ChangeRefine: -5 + - BaseItem: Adulter_F_F_Wand + MinimumRefine: 9 + Materials: + - Material: Conse_F_F_Wand + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_F_Wand + ChangeRefine: -5 + - BaseItem: Adulter_F_F_model + MinimumRefine: 9 + Materials: + - Material: Conse_F_F_model + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_F_model + ChangeRefine: -5 + - BaseItem: Adulter_F_Shotgun + MinimumRefine: 9 + Materials: + - Material: Conse_F_Shotgun + Amount: 10 + - Material: Purificatory_Holy_O + Amount: 50 + - Material: Purificatory_Holy_W + Amount: 50 + - Material: Sanctuary_Sudarium + Amount: 50 + - Material: Ep18_Amethyst_Fragment + Amount: 200 + ResultItem: Vivatus_F_Shotgun + ChangeRefine: -5 + - Item: Consecrate_Weapon_2 + BaseItems: + - BaseItem: Adulter_F_T_Sword + MinimumRefine: 9 + Materials: + - Material: Conse_F_T_Sword + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_T_Sword + ChangeRefine: -1 + - BaseItem: Adulter_F_Lance + MinimumRefine: 9 + Materials: + - Material: Conse_F_Lance + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Lance + ChangeRefine: -1 + - BaseItem: Adulter_F_G_Sword + MinimumRefine: 9 + Materials: + - Material: Conse_F_G_Sword + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_G_Sword + ChangeRefine: -1 + - BaseItem: Adulter_F_G_Spear + MinimumRefine: 9 + Materials: + - Material: Conse_F_G_Spear + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_G_Spear + ChangeRefine: -1 + - BaseItem: Adulter_F_Axe + MinimumRefine: 9 + Materials: + - Material: Conse_F_Axe + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Axe + ChangeRefine: -1 + - BaseItem: Adulter_F_Mace + MinimumRefine: 9 + Materials: + - Material: Conse_F_Mace + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Mace + ChangeRefine: -1 + - BaseItem: Adulter_F_Lapier + MinimumRefine: 9 + Materials: + - Material: Conse_F_Lapier + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Lapier + ChangeRefine: -1 + - BaseItem: Adulter_F_Hall + MinimumRefine: 9 + Materials: + - Material: Conse_F_Hall + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Hall + ChangeRefine: -1 + - BaseItem: Adulter_F_Cakram + MinimumRefine: 9 + Materials: + - Material: Conse_F_Cakram + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Cakram + ChangeRefine: -1 + - BaseItem: Adulter_F_Katar + MinimumRefine: 9 + Materials: + - Material: Conse_F_Katar + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Katar + ChangeRefine: -1 + - BaseItem: Adulter_F_Dagger + MinimumRefine: 9 + Materials: + - Material: Conse_F_Dagger + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Dagger + ChangeRefine: -1 + - BaseItem: Adulter_F_C_Bow + MinimumRefine: 9 + Materials: + - Material: Conse_F_C_Bow + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_C_Bow + ChangeRefine: -1 + - BaseItem: Adulter_F_T_Staff + MinimumRefine: 9 + Materials: + - Material: Conse_F_T_Staff + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_T_Staff + ChangeRefine: -1 + - BaseItem: Adulter_F_Rod + MinimumRefine: 9 + Materials: + - Material: Conse_F_Rod + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Rod + ChangeRefine: -1 + - BaseItem: Adulter_F_M_Book + MinimumRefine: 9 + Materials: + - Material: Conse_F_M_Book + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_M_Book + ChangeRefine: -1 + - BaseItem: Adulter_F_P_Book + MinimumRefine: 9 + Materials: + - Material: Conse_F_P_Book + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_P_Book + ChangeRefine: -1 + - BaseItem: Adulter_F_Bible + MinimumRefine: 9 + Materials: + - Material: Conse_F_Bible + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Bible + ChangeRefine: -1 + - BaseItem: Adulter_F_Wand + MinimumRefine: 9 + Materials: + - Material: Conse_F_Wand + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Wand + ChangeRefine: -1 + - BaseItem: Adulter_F_Knuckle + MinimumRefine: 9 + Materials: + - Material: Conse_F_Knuckle + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Knuckle + ChangeRefine: -1 + - BaseItem: Adulter_F_Claw + MinimumRefine: 9 + Materials: + - Material: Conse_F_Claw + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Claw + ChangeRefine: -1 + - BaseItem: Adulter_F_Ballista + MinimumRefine: 9 + Materials: + - Material: Conse_F_Ballista + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Ballista + ChangeRefine: -1 + - BaseItem: Adulter_F_A_Bow + MinimumRefine: 9 + Materials: + - Material: Conse_F_A_Bow + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_A_Bow + ChangeRefine: -1 + - BaseItem: Adulter_F_Violin + MinimumRefine: 9 + Materials: + - Material: Conse_F_Violin + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Violin + ChangeRefine: -1 + - BaseItem: Adulter_F_C_Rope + MinimumRefine: 9 + Materials: + - Material: Conse_F_C_Rope + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_C_Rope + ChangeRefine: -1 + - BaseItem: Adulter_F_Harp + MinimumRefine: 9 + Materials: + - Material: Conse_F_Harp + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Harp + ChangeRefine: -1 + - BaseItem: Adulter_F_Ribbon + MinimumRefine: 9 + Materials: + - Material: Conse_F_Ribbon + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Ribbon + ChangeRefine: -1 + - BaseItem: Adulter_F_Humma + MinimumRefine: 9 + Materials: + - Material: Conse_F_Humma + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Humma + ChangeRefine: -1 + - BaseItem: Adulter_F_C_Humma + MinimumRefine: 9 + Materials: + - Material: Conse_F_C_Humma + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_C_Humma + ChangeRefine: -1 + - BaseItem: Adulter_F_Revolver + MinimumRefine: 9 + Materials: + - Material: Conse_F_Revolver + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Revolver + ChangeRefine: -1 + - BaseItem: Adulter_F_Rifle + MinimumRefine: 9 + Materials: + - Material: Conse_F_Rifle + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Rifle + ChangeRefine: -1 + - BaseItem: Adulter_F_Gatling + MinimumRefine: 9 + Materials: + - Material: Conse_F_Gatling + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Gatling + ChangeRefine: -1 + - BaseItem: Adulter_F_Launcher + MinimumRefine: 9 + Materials: + - Material: Conse_F_Launcher + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Launcher + ChangeRefine: -1 + - BaseItem: Adulter_F_Moon_B + MinimumRefine: 9 + Materials: + - Material: Conse_F_Moon_B + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Moon_B + ChangeRefine: -1 + - BaseItem: Adulter_F_Star_B + MinimumRefine: 9 + Materials: + - Material: Conse_F_Star_B + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Star_B + ChangeRefine: -1 + - BaseItem: Adulter_F_S_Stick + MinimumRefine: 9 + Materials: + - Material: Conse_F_S_Stick + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_S_Stick + ChangeRefine: -1 + - BaseItem: Adulter_F_D_Wand + MinimumRefine: 9 + Materials: + - Material: Conse_F_D_Wand + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_D_Wand + ChangeRefine: -1 + - BaseItem: Adulter_F_F_Wand + MinimumRefine: 9 + Materials: + - Material: Conse_F_F_Wand + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_F_Wand + ChangeRefine: -1 + - BaseItem: Adulter_F_F_model + MinimumRefine: 9 + Materials: + - Material: Conse_F_F_model + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_F_model + ChangeRefine: -1 + - BaseItem: Adulter_F_Shotgun + MinimumRefine: 9 + Materials: + - Material: Conse_F_Shotgun + Amount: 30 + - Material: Purificatory_Holy_O + Amount: 200 + - Material: Purificatory_Holy_W + Amount: 200 + - Material: Sanctuary_Sudarium + Amount: 200 + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Shotgun + ChangeRefine: -1 + - Item: C_Armor_Reform_1 + BaseItems: + - BaseItem: Thanos_Helm_1 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 + ResultItem: Thanos_Helm1_LT + ChangeRefine: -5 + - BaseItem: Thanos_Helm_2 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 + ResultItem: Thanos_Helm2_LT + ChangeRefine: -5 + - BaseItem: Thanos_Helm_3 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 + ResultItem: Thanos_Helm3_LT + ChangeRefine: -5 + - BaseItem: Great_Hero_Boots + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Hero_Boots_LT + ChangeRefine: -5 + - BaseItem: Smoky_TransformHat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Raccoon_Leaf + Amount: 150 + ResultItem: Smoky_TransformHat_LT + ChangeRefine: -5 + - BaseItem: Whikebain_Ears_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Black_Kitty_Doll + Amount: 50 + ResultItem: Whikebain_Ears_K_LT + ChangeRefine: -5 + - BaseItem: Survive_Circlet_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Soft_Silk_Cloth + Amount: 100 + ResultItem: Survive_Circlet_K_LT + ChangeRefine: -5 + - BaseItem: GoldFish_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Shining_Scales + Amount: 150 + ResultItem: GoldFish_Hat_LT + ChangeRefine: -5 + - BaseItem: Imp_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Hot_Hair + Amount: 150 + ResultItem: Imp_Hat_LT + ChangeRefine: -5 + - BaseItem: Thanos_Helm_4 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Gray_Shard + Amount: 100 + ResultItem: Thanos_Helm4_LT + ChangeRefine: -5 + - BaseItem: Whikebain_Ears + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Black_Kitty_Doll + Amount: 50 + ResultItem: Whikebain_Ears_K_LT + ChangeRefine: -5 + - BaseItem: Mad_Bunny_K_ + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Feather + Amount: 100 + - Material: Soft_Feather + Amount: 100 + ResultItem: Mad_Bunny_K_LT + ChangeRefine: -5 + - BaseItem: King_Tiger_Doll_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Tiger_Footskin + Amount: 40 + ResultItem: King_Tiger_Doll_Hat_LT + ChangeRefine: -5 + - BaseItem: Zaha_Doll_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Limpid_Celestial_Robe + Amount: 200 + - Material: Soft_Silk_Cloth + Amount: 100 + ResultItem: Baksojin_Hat_LT + ChangeRefine: -5 + - BaseItem: Sagittarius_DiademK + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Sagittarius_DiademK_LT + ChangeRefine: -5 + - BaseItem: Scorpio_Diadem_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Scorpio_Diadem_K_LT + ChangeRefine: -5 + - BaseItem: Large_Sorcerer_Crown + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Large_Sorcerer_Crown_LT + ChangeRefine: -5 + - BaseItem: Stripe_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Stripe_Hat_LT + ChangeRefine: -5 + - BaseItem: Phantom_Cap + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Phantom_Cap_LT + ChangeRefine: -5 + - BaseItem: Ignis_CapK + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Ignis_CapK_LT + ChangeRefine: -5 + - BaseItem: Clock_Casket_RD + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 100 + - Material: EP17_1_EVT39 + Amount: 20 + ResultItem: Clock_Casket_RD_LT + ChangeRefine: -5 + - BaseItem: Officer_Cap + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_1 + Amount: 100 + - Material: Black_Bear's_Skin + Amount: 100 + ResultItem: Officer_Cap_LT + ChangeRefine: -5 + - BaseItem: Dolor_HatK + MinimumRefine: 9 + Materials: + - Material: Armor_Stone_1 + Amount: 150 + - Material: Polluted_Spell + Amount: 15 + - Material: Coagulated_Spell + Amount: 100 + ResultItem: Dolor_HatK_LT + ChangeRefine: -5 + RandomOptionGroup: Group_0 + - Item: C_Armor_Reform_2 + BaseItems: + - BaseItem: Thanos_Helm_1 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 + ResultItem: Thanos_Helm1_LT + ChangeRefine: -1 + - BaseItem: Thanos_Helm_2 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 + ResultItem: Thanos_Helm2_LT + ChangeRefine: -1 + - BaseItem: Thanos_Helm_3 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 + ResultItem: Thanos_Helm3_LT + ChangeRefine: -1 + - BaseItem: Great_Hero_Boots + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Hero_Boots_LT + ChangeRefine: -1 + - BaseItem: Smoky_TransformHat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Raccoon_Leaf + Amount: 300 + ResultItem: Smoky_TransformHat_LT + ChangeRefine: -1 + - BaseItem: Whikebain_Ears_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Black_Kitty_Doll + Amount: 100 + ResultItem: Whikebain_Ears_K_LT + ChangeRefine: -1 + - BaseItem: Survive_Circlet_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Soft_Silk_Cloth + Amount: 200 + ResultItem: Survive_Circlet_K_LT + ChangeRefine: -1 + - BaseItem: GoldFish_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Shining_Scales + Amount: 300 + ResultItem: GoldFish_Hat_LT + ChangeRefine: -1 + - BaseItem: Imp_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Hot_Hair + Amount: 300 + ResultItem: Imp_Hat_LT + ChangeRefine: -1 + - BaseItem: Thanos_Helm_4 + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Gray_Shard + Amount: 300 + ResultItem: Thanos_Helm4_LT + ChangeRefine: -1 + - BaseItem: Whikebain_Ears + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Black_Kitty_Doll + Amount: 100 + ResultItem: Whikebain_Ears_K_LT + ChangeRefine: -1 + - BaseItem: Mad_Bunny_K_ + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Feather + Amount: 200 + - Material: Soft_Feather + Amount: 200 + ResultItem: Mad_Bunny_K_LT + ChangeRefine: -1 + - BaseItem: King_Tiger_Doll_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Tiger_Footskin + Amount: 80 + ResultItem: King_Tiger_Doll_Hat_LT + ChangeRefine: -1 + - BaseItem: Zaha_Doll_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Limpid_Celestial_Robe + Amount: 400 + - Material: Soft_Silk_Cloth + Amount: 200 + ResultItem: Baksojin_Hat_LT + ChangeRefine: -1 + - BaseItem: Sagittarius_DiademK + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Sagittarius_DiademK_LT + ChangeRefine: -1 + - BaseItem: Scorpio_Diadem_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Scorpio_Diadem_K_LT + ChangeRefine: -1 + - BaseItem: Large_Sorcerer_Crown + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Large_Sorcerer_Crown_LT + ChangeRefine: -1 + - BaseItem: Stripe_Hat + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Stripe_Hat_LT + ChangeRefine: -1 + - BaseItem: Phantom_Cap + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Phantom_Cap_LT + ChangeRefine: -1 + - BaseItem: Ignis_CapK + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Ignis_CapK_LT + ChangeRefine: -1 + - BaseItem: Clock_Casket_RD + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: EP17_1_EVT02 + Amount: 300 + - Material: EP17_1_EVT39 + Amount: 60 + ResultItem: Clock_Casket_RD_LT + ChangeRefine: -1 + - BaseItem: Officer_Cap + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Armor_Stone_2 + Amount: 100 + - Material: Black_Bear's_Skin + Amount: 200 + ResultItem: Officer_Cap_LT + ChangeRefine: -1 + - BaseItem: Dolor_HatK + MinimumRefine: 9 + Materials: + - Material: Armor_Stone_2 + Amount: 150 + - Material: Polluted_Spell + Amount: 30 + - Material: Coagulated_Spell + Amount: 200 + ResultItem: Dolor_HatK_LT + ChangeRefine: -1 + RandomOptionGroup: Group_0 + - Item: C_Armor_Reform_3 + BaseItems: + - BaseItem: SurviveOrb_K + MaximumRefine: 0 + CardsAllowed: false + Materials: + - Material: Armor_Stone_3 + Amount: 100 + - Material: Fragment_Of_Crystal + Amount: 450 + ResultItem: SurviveOrb_K_LT + - BaseItem: SeeOtter_Fan + MaximumRefine: 0 + CardsAllowed: false + Materials: + - Material: Acc_Stone_3 + Amount: 100 + - Material: Sea_Otter_Leather + Amount: 300 + ResultItem: SeeOtter_Fan_LT + - BaseItem: FurSeal_Fan + MaximumRefine: 0 + CardsAllowed: false + Materials: + - Material: Acc_Stone_3 + Amount: 100 + - Material: Sea_Otter_Leather + Amount: 300 + ResultItem: FurSeal_Fan_LT + - BaseItem: Red_Force_Pendant + Materials: + - Material: Acc_Stone_3 + Amount: 150 + - Material: GH_Cursed_Crystal + Amount: 350 + - Material: GH_Cursed_Gemstone + Amount: 350 + ResultItem: Red_Force_Pendant_LT + RandomOptionGroup: Group_0 + - BaseItem: Blue_Mental_Pendant + Materials: + - Material: Acc_Stone_3 + Amount: 150 + - Material: GH_Cursed_Crystal + Amount: 350 + - Material: GH_Cursed_Gemstone + Amount: 350 + ResultItem: Blue_Mental_Pendant_LT + RandomOptionGroup: Group_0 + - Item: FA_Armor_Reform_1 + BaseItems: + - BaseItem: Thanatos_Sword + MinimumRefine: 9 + Materials: + - Material: Armor_Stone_1 + Amount: 200 + - Material: Piece_Of_Bone_Armor + Amount: 15 + - Material: Mine_As + Amount: 50 + - Material: Sakray_Fury2 + Amount: 5 + - Material: Sakray_Regret2 + Amount: 5 + ResultItem: Thanatos_Sword_FA + ChangeRefine: -5 + - Item: FA_Armor_Reform_2 + BaseItems: + - BaseItem: Thanatos_Sword + MinimumRefine: 9 + Materials: + - Material: Armor_Stone_2 + Amount: 200 + - Material: Piece_Of_Bone_Armor + Amount: 30 + - Material: Mine_As + Amount: 100 + - Material: Sakray_Fury2 + Amount: 9 + - Material: Sakray_Regret2 + Amount: 9 + ResultItem: Thanatos_Sword_FA + ChangeRefine: -1 + - Item: C_Weapon_Reform_1 + BaseItems: + - BaseItem: Up_Saint_Hall + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Saint_Hall_LT + ChangeRefine: -5 + - BaseItem: Up_Undine_Spear_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Undine_Spear_K_LT + ChangeRefine: -5 + - BaseItem: Up_Demon_Hunting_Bible + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Demon_Hunting_Bible_LT + ChangeRefine: -5 + - BaseItem: Up_Light_Blade + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Light_Blade_LT + ChangeRefine: -5 + - BaseItem: Up_Magic_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Magic_Sword_LT + ChangeRefine: -5 + - BaseItem: Up_Fatalist + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Fatalist_LT + ChangeRefine: -5 - BaseItem: Up_Iron_Staff + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 ResultItem: Iron_Staff_LT + ChangeRefine: -5 - BaseItem: Up_Blue_Crystal_Staff + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 ResultItem: Blue_Crystal_Staff_LT + ChangeRefine: -5 - BaseItem: Up_Shadow_Staff_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 ResultItem: Shadow_Staff_K_LT + ChangeRefine: -5 - BaseItem: Up_Freezing_Rod + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 ResultItem: Freezing_Rod_LT + ChangeRefine: -5 - BaseItem: Up_Iron_Nail_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 ResultItem: Iron_Nail_K_LT + ChangeRefine: -5 - BaseItem: Up_Ray_Knuckle + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 ResultItem: Ray_Knuckle_LT + ChangeRefine: -5 + - BaseItem: Up_Sword_Of_Bluefire + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Sword_Of_Bluefire_LT + ChangeRefine: -5 + - BaseItem: Up_Slate_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Slate_Sword_LT + ChangeRefine: -5 + - BaseItem: Up_Royal_Bow_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Royal_Bow_K_LT + ChangeRefine: -5 + - BaseItem: Up_Scalet_Dragon_L_Bow + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Scalet_Dragon_L_Bow_LT + ChangeRefine: -5 + - BaseItem: Up_Trumpet_Shell_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Trumpet_Shell_K_LT + ChangeRefine: -5 + - BaseItem: Up_Barb_Wire_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Barb_Wire_K_LT + ChangeRefine: -5 + - BaseItem: Up_Narcis_Bow + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Narcis_Bow_LT + ChangeRefine: -5 + - BaseItem: Up_Avenger + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Avenger_LT + ChangeRefine: -5 + - BaseItem: Up_Meteor_Striker + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Meteor_Striker_LT + ChangeRefine: -5 + - BaseItem: Up_Blade_Katar + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Blade_Katar_LT + ChangeRefine: -5 + - BaseItem: Up_Shiver_Katar_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Shiver_Katar_K_LT + ChangeRefine: -5 + - BaseItem: Up_Dragonic_Slayer + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Dragonic_Slayer_LT + ChangeRefine: -5 + - BaseItem: Up_Oriental_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Oriental_Sword_LT + ChangeRefine: -5 + - BaseItem: Up_Fog_Dew_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Fog_Dew_Sword_LT + ChangeRefine: -5 + - BaseItem: Up_Humma_Clear + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Humma_Clear_LT + ChangeRefine: -5 + - BaseItem: Up_The_Black_Gatling + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: The_Black_Gatling_LT + ChangeRefine: -5 + - BaseItem: Up_Crimson_Rose + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Crimson_Rose_LT + ChangeRefine: -5 + - BaseItem: Up_Demon_S_Shot + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Demon_S_Shot_LT + ChangeRefine: -5 + - BaseItem: Up_OneSkyOneSun + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: OneSkyOneSun_LT + ChangeRefine: -5 + - BaseItem: Up_Golden_L_Launcher + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Golden_L_Launcher_LT + ChangeRefine: -5 + - BaseItem: Up_Master_Soul_Rifle + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Master_Soul_Rifle_LT + ChangeRefine: -5 + - BaseItem: Up_SoulWeight + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: SoulWeight_LT + ChangeRefine: -5 + - BaseItem: Up_MeawFoxtail + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: MeawFoxtail_LT + ChangeRefine: -5 + - BaseItem: Up_Freedom_Stick + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Freedom_Stick_LT + ChangeRefine: -5 + - BaseItem: Up_Blessed_Knife + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 100 + - Material: Bio_Reseearch_Docu + Amount: 50 + ResultItem: Blessed_Knife_LT + ChangeRefine: -5 + - Item: C_Weapon_Reform_2 + BaseItems: + - BaseItem: Up_Saint_Hall + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Saint_Hall_LT + ChangeRefine: -1 + - BaseItem: Up_Undine_Spear_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Undine_Spear_K_LT + ChangeRefine: -1 + - BaseItem: Up_Demon_Hunting_Bible + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Demon_Hunting_Bible_LT + ChangeRefine: -1 + - BaseItem: Up_Light_Blade + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Light_Blade_LT + ChangeRefine: -1 + - BaseItem: Up_Magic_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Magic_Sword_LT + ChangeRefine: -1 + - BaseItem: Up_Fatalist + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Fatalist_LT + ChangeRefine: -1 + - BaseItem: Up_Iron_Staff + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Iron_Staff_LT + ChangeRefine: -1 + - BaseItem: Up_Blue_Crystal_Staff + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Blue_Crystal_Staff_LT + ChangeRefine: -1 + - BaseItem: Up_Shadow_Staff_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Shadow_Staff_K_LT + ChangeRefine: -1 + - BaseItem: Up_Freezing_Rod + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Freezing_Rod_LT + ChangeRefine: -1 + - BaseItem: Up_Iron_Nail_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Iron_Nail_K_LT + ChangeRefine: -1 + - BaseItem: Up_Ray_Knuckle + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Ray_Knuckle_LT + ChangeRefine: -1 + - BaseItem: Up_Sword_Of_Bluefire + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Sword_Of_Bluefire_LT + ChangeRefine: -1 + - BaseItem: Up_Slate_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Slate_Sword_LT + ChangeRefine: -1 + - BaseItem: Up_Royal_Bow_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Royal_Bow_K_LT + ChangeRefine: -1 + - BaseItem: Up_Scalet_Dragon_L_Bow + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Scalet_Dragon_L_Bow_LT + ChangeRefine: -1 + - BaseItem: Up_Trumpet_Shell_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Trumpet_Shell_K_LT + ChangeRefine: -1 + - BaseItem: Up_Barb_Wire_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Barb_Wire_K_LT + ChangeRefine: -1 + - BaseItem: Up_Narcis_Bow + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Narcis_Bow_LT + ChangeRefine: -1 + - BaseItem: Up_Avenger + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Avenger_LT + ChangeRefine: -1 + - BaseItem: Up_Meteor_Striker + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Meteor_Striker_LT + ChangeRefine: -1 + - BaseItem: Up_Blade_Katar + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Blade_Katar_LT + ChangeRefine: -1 + - BaseItem: Up_Shiver_Katar_K + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Shiver_Katar_K_LT + ChangeRefine: -1 + - BaseItem: Up_Dragonic_Slayer + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Dragonic_Slayer_LT + ChangeRefine: -1 + - BaseItem: Up_Oriental_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Oriental_Sword_LT + ChangeRefine: -1 + - BaseItem: Up_Fog_Dew_Sword + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Fog_Dew_Sword_LT + ChangeRefine: -1 + - BaseItem: Up_Humma_Clear + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Humma_Clear_LT + ChangeRefine: -1 + - BaseItem: Up_The_Black_Gatling + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: The_Black_Gatling_LT + ChangeRefine: -1 + - BaseItem: Up_Crimson_Rose + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Crimson_Rose_LT + ChangeRefine: -1 + - BaseItem: Up_Demon_S_Shot + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Demon_S_Shot_LT + ChangeRefine: -1 + - BaseItem: Up_OneSkyOneSun + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: OneSkyOneSun_LT + ChangeRefine: -1 + - BaseItem: Up_Golden_L_Launcher + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Golden_L_Launcher_LT + ChangeRefine: -1 + - BaseItem: Up_Master_Soul_Rifle + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Master_Soul_Rifle_LT + ChangeRefine: -1 + - BaseItem: Up_SoulWeight + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: SoulWeight_LT + ChangeRefine: -1 + - BaseItem: Up_MeawFoxtail + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: MeawFoxtail_LT + ChangeRefine: -1 + - BaseItem: Up_Freedom_Stick + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Freedom_Stick_LT + ChangeRefine: -1 + - BaseItem: Up_Blessed_Knife + MinimumRefine: 9 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_2 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + ResultItem: Blessed_Knife_LT + ChangeRefine: -1 + - Item: C_Weapon_Reform_3 + BaseItems: + - BaseItem: Up_Saint_Hall + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Saint_Hall_LT + ChangeRefine: 1 + - BaseItem: Up_Undine_Spear_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Undine_Spear_K_LT + ChangeRefine: 1 + - BaseItem: Up_Demon_Hunting_Bible + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Demon_Hunting_Bible_LT + ChangeRefine: 1 + - BaseItem: Up_Light_Blade + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Light_Blade_LT + ChangeRefine: 1 + - BaseItem: Up_Magic_Sword + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Magic_Sword_LT + ChangeRefine: 1 + - BaseItem: Up_Fatalist + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Fatalist_LT + ChangeRefine: 1 + - BaseItem: Up_Iron_Staff + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Iron_Staff_LT + ChangeRefine: 1 + - BaseItem: Up_Blue_Crystal_Staff + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Blue_Crystal_Staff_LT + ChangeRefine: 1 + - BaseItem: Up_Shadow_Staff_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Shadow_Staff_K_LT + ChangeRefine: 1 + - BaseItem: Up_Freezing_Rod + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Freezing_Rod_LT + ChangeRefine: 1 + - BaseItem: Up_Iron_Nail_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Iron_Nail_K_LT + ChangeRefine: 1 + - BaseItem: Up_Ray_Knuckle + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Ray_Knuckle_LT + ChangeRefine: 1 + - BaseItem: Up_Sword_Of_Bluefire + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Sword_Of_Bluefire_LT + ChangeRefine: 1 + - BaseItem: Up_Slate_Sword + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Slate_Sword_LT + ChangeRefine: 1 + - BaseItem: Up_Royal_Bow_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Royal_Bow_K_LT + ChangeRefine: 1 + - BaseItem: Up_Scalet_Dragon_L_Bow + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Scalet_Dragon_L_Bow_LT + ChangeRefine: 1 + - BaseItem: Up_Trumpet_Shell_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Trumpet_Shell_K_LT + ChangeRefine: 1 + - BaseItem: Up_Barb_Wire_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Barb_Wire_K_LT + ChangeRefine: 1 + - BaseItem: Up_Narcis_Bow + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Narcis_Bow_LT + ChangeRefine: 1 + - BaseItem: Up_Avenger + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Avenger_LT + ChangeRefine: 1 + - BaseItem: Up_Meteor_Striker + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Meteor_Striker_LT + ChangeRefine: 1 + - BaseItem: Up_Blade_Katar + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Blade_Katar_LT + ChangeRefine: 1 + - BaseItem: Up_Shiver_Katar_K + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Shiver_Katar_K_LT + ChangeRefine: 1 + - BaseItem: Up_Dragonic_Slayer + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Dragonic_Slayer_LT + ChangeRefine: 1 + - BaseItem: Up_Oriental_Sword + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Oriental_Sword_LT + ChangeRefine: 1 + - BaseItem: Up_Fog_Dew_Sword + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Fog_Dew_Sword_LT + ChangeRefine: 1 + - BaseItem: Up_Humma_Clear + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Humma_Clear_LT + ChangeRefine: 1 + - BaseItem: Up_The_Black_Gatling + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: The_Black_Gatling_LT + ChangeRefine: 1 + - BaseItem: Up_Crimson_Rose + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Crimson_Rose_LT + ChangeRefine: 1 + - BaseItem: Up_Demon_S_Shot + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Demon_S_Shot_LT + ChangeRefine: 1 + - BaseItem: Up_OneSkyOneSun + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: OneSkyOneSun_LT + ChangeRefine: 1 + - BaseItem: Up_Golden_L_Launcher + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Golden_L_Launcher_LT + ChangeRefine: 1 + - BaseItem: Up_Master_Soul_Rifle + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Master_Soul_Rifle_LT + ChangeRefine: 1 + - BaseItem: Up_SoulWeight + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: SoulWeight_LT + ChangeRefine: 1 + - BaseItem: Up_MeawFoxtail + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: MeawFoxtail_LT + ChangeRefine: 1 + - BaseItem: Up_Freedom_Stick + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Freedom_Stick_LT + ChangeRefine: 1 + - BaseItem: Up_Blessed_Knife + MinimumRefine: 9 + MaximumRefine: 19 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_3 + Amount: 100 + - Material: Bio_Test_Fragment + Amount: 300 + - Material: Bio_Reseearch_Docu + Amount: 150 + - Material: M_Dimension_Essence + ResultItem: Blessed_Knife_LT + ChangeRefine: 1 - Item: Hero_Equipment_Cube BaseItems: - BaseItem: Royal_Bow_K @@ -6362,583 +3907,3165 @@ Body: CardsAllowed: false ResultItem: Great_Hero_Boots ChangeRefine: -2 -# - BaseItem: Freedom_Stick -# MinimumRefine: 7 -# CardsAllowed: false -# ResultItem: Up_Freedom_Stick -# ChangeRefine: -2 -# - BaseItem: Blessed_Knife -# MinimumRefine: 7 -# CardsAllowed: false -# ResultItem: Up_Blessed_Knife -# ChangeRefine: -2 - - Item: C_Weapon_Reform_3 + - BaseItem: Freedom_Stick + MinimumRefine: 7 + CardsAllowed: false + ResultItem: Up_Freedom_Stick + ChangeRefine: -2 + - BaseItem: Blessed_Knife + MinimumRefine: 7 + CardsAllowed: false + ResultItem: Up_Blessed_Knife + ChangeRefine: -2 + - Item: Shadow_Changer_W_Shi + BaseItems: + - BaseItem: S_Hasty_Weapon + MaximumRefine: 10 + Materials: + - Material: Shadowdecon + Amount: 10 + ResultItem: S_Hasty_Shield + - BaseItem: S_Infinity_Weapon + MaximumRefine: 10 + Materials: + - Material: Shadowdecon + Amount: 10 + ResultItem: S_Infinity_Shield + - Item: Thanos_Upgrade_Box + BaseItems: + - BaseItem: Thanos_Sword + ResultItem: Thanos_Sword_AD + - BaseItem: Thanos_Great_Sword + ResultItem: Thanos_TSword_AD + - BaseItem: Thanos_Hammer + ResultItem: Thanos_Hammer_AD + - BaseItem: Thanos_Dagger + ResultItem: Thanos_Dagger_AD + - BaseItem: Thanos_Rod + ResultItem: Thanos_Rod_AD + - BaseItem: Thanos_Whip + ResultItem: Thanos_Whip_AD + - BaseItem: Thanos_Violin + ResultItem: Thanos_Violin_AD + - BaseItem: Thanos_Staff + ResultItem: Thanos_Staff_AD + - BaseItem: Thanos_Spear + ResultItem: Thanos_Spear_AD + - BaseItem: Thanos_Katar + ResultItem: Thanos_Katar_AD + - BaseItem: Thanos_Axe + ResultItem: Thanos_Axe_AD + - BaseItem: Thanos_Bow + ResultItem: Thanos_Bow_AD + - BaseItem: Thanos_Knuckle + ResultItem: Thanos_Knuckle_AD + - BaseItem: Thanos_Helm_1 + ResultItem: Thanos_Helm1_LT + - BaseItem: Thanos_Helm_2 + ResultItem: Thanos_Helm2_LT + - BaseItem: Thanos_Helm_3 + ResultItem: Thanos_Helm3_LT + - BaseItem: Thanos_Helm_4 + ResultItem: Thanos_Helm4_LT + - Item: Hero_Weapon_Up_Box_1 BaseItems: - BaseItem: Up_Saint_Hall + ResultItem: Saint_Hall_LT + - BaseItem: Up_Undine_Spear_K + ResultItem: Undine_Spear_K_LT + - BaseItem: Up_Demon_Hunting_Bible + ResultItem: Demon_Hunting_Bible_LT + - BaseItem: Up_Light_Blade + ResultItem: Light_Blade_LT + - BaseItem: Up_Magic_Sword + ResultItem: Magic_Sword_LT + - BaseItem: Up_Fatalist + ResultItem: Fatalist_LT + - Item: Hero_Weapon_Up_Box_2 + BaseItems: + - BaseItem: Up_Iron_Staff + ResultItem: Iron_Staff_LT + - BaseItem: Up_Blue_Crystal_Staff + ResultItem: Blue_Crystal_Staff_LT + - BaseItem: Up_Shadow_Staff_K + ResultItem: Shadow_Staff_K_LT + - BaseItem: Up_Freezing_Rod + ResultItem: Freezing_Rod_LT + - BaseItem: Up_Iron_Nail_K + ResultItem: Iron_Nail_K_LT + - BaseItem: Up_Ray_Knuckle + ResultItem: Ray_Knuckle_LT + - Item: Hero_Weapon_Hammer_1 + BaseItems: + - BaseItem: Saint_Hall_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Saint_Hall_LT ChangeRefine: 1 - - BaseItem: Up_Undine_Spear_K + - BaseItem: Undine_Spear_K_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Undine_Spear_K_LT ChangeRefine: 1 - - BaseItem: Up_Demon_Hunting_Bible + - BaseItem: Demon_Hunting_Bible_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Demon_Hunting_Bible_LT ChangeRefine: 1 - - BaseItem: Up_Light_Blade + - BaseItem: Light_Blade_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Light_Blade_LT ChangeRefine: 1 - - BaseItem: Up_Magic_Sword + - BaseItem: Magic_Sword_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Magic_Sword_LT ChangeRefine: 1 - - BaseItem: Up_Fatalist + - BaseItem: Fatalist_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Fatalist_LT ChangeRefine: 1 - - BaseItem: Up_Iron_Staff + - Item: Hero_Weapon_Hammer_2 + BaseItems: + - BaseItem: Iron_Staff_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Iron_Staff_LT ChangeRefine: 1 - - BaseItem: Up_Blue_Crystal_Staff + - BaseItem: Blue_Crystal_Staff_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Blue_Crystal_Staff_LT ChangeRefine: 1 - - BaseItem: Up_Shadow_Staff_K + - BaseItem: Shadow_Staff_K_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Shadow_Staff_K_LT ChangeRefine: 1 - - BaseItem: Up_Freezing_Rod + - BaseItem: Freezing_Rod_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Freezing_Rod_LT ChangeRefine: 1 - - BaseItem: Up_Iron_Nail_K + - BaseItem: Iron_Nail_K_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Iron_Nail_K_LT ChangeRefine: 1 - - BaseItem: Up_Ray_Knuckle + - BaseItem: Ray_Knuckle_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Ray_Knuckle_LT ChangeRefine: 1 + - Item: Hero_Weapon_Up_Box_3 + BaseItems: - BaseItem: Up_Sword_Of_Bluefire + ResultItem: Sword_Of_Bluefire_LT + - BaseItem: Up_Slate_Sword + ResultItem: Slate_Sword_LT + - BaseItem: Up_Royal_Bow_K + ResultItem: Royal_Bow_K_LT + - BaseItem: Up_Scalet_Dragon_L_Bow + ResultItem: Scalet_Dragon_L_Bow_LT + - Item: Hero_Weapon_Hammer_3 + BaseItems: + - BaseItem: Sword_Of_Bluefire_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Sword_Of_Bluefire_LT ChangeRefine: 1 - - BaseItem: Up_Slate_Sword + - BaseItem: Slate_Sword_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Slate_Sword_LT ChangeRefine: 1 - - BaseItem: Up_Royal_Bow_K + - BaseItem: Royal_Bow_K_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Royal_Bow_K_LT ChangeRefine: 1 - - BaseItem: Up_Scalet_Dragon_L_Bow + - BaseItem: Scalet_Dragon_L_Bow_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Scalet_Dragon_L_Bow_LT ChangeRefine: 1 - - BaseItem: Up_Trumpet_Shell_K - MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + - Item: Shadow_Changer_A_W + BaseItems: + - BaseItem: S_CriticalHit_Armor + MaximumRefine: 10 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Shadowdecon + Amount: 10 + ResultItem: S_CriticalHit_Weapon + - BaseItem: S_KingbirdAncient_Armor + MaximumRefine: 10 + Materials: + - Material: Shadowdecon + Amount: 10 + ResultItem: S_KingbirdAnc_Weapon + - Item: Hero_Weapon_Up_Box_4 + BaseItems: + - BaseItem: Up_Trumpet_Shell_K + ResultItem: Trumpet_Shell_K_LT + - BaseItem: Up_Barb_Wire_K + ResultItem: Barb_Wire_K_LT + - BaseItem: Up_Narcis_Bow + ResultItem: Narcis_Bow_LT + - BaseItem: Up_Avenger + ResultItem: Avenger_LT + - BaseItem: Up_Meteor_Striker + ResultItem: Meteor_Striker_LT + - Item: Hero_Weapon_Hammer_4 + BaseItems: + - BaseItem: Trumpet_Shell_K_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Trumpet_Shell_K_LT ChangeRefine: 1 - - BaseItem: Up_Barb_Wire_K + - BaseItem: Barb_Wire_K_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Barb_Wire_K_LT ChangeRefine: 1 - - BaseItem: Up_Narcis_Bow + - BaseItem: Narcis_Bow_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Narcis_Bow_LT ChangeRefine: 1 - - BaseItem: Up_Avenger + - BaseItem: Avenger_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Avenger_LT ChangeRefine: 1 - - BaseItem: Up_Meteor_Striker + - BaseItem: Meteor_Striker_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Meteor_Striker_LT ChangeRefine: 1 + - Item: Hero_Weapon_Up_Box_5 + BaseItems: - BaseItem: Up_Blade_Katar + ResultItem: Blade_Katar_LT + - BaseItem: Up_Shiver_Katar_K + ResultItem: Shiver_Katar_K_LT + - BaseItem: Up_Dragonic_Slayer + ResultItem: Dragonic_Slayer_LT + - BaseItem: Up_Oriental_Sword + ResultItem: Oriental_Sword_LT + - Item: Hero_Weapon_Hammer_5 + BaseItems: + - BaseItem: Blade_Katar_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Blade_Katar_LT ChangeRefine: 1 - - BaseItem: Up_Shiver_Katar_K + - BaseItem: Shiver_Katar_K_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Shiver_Katar_K_LT ChangeRefine: 1 - - BaseItem: Up_Dragonic_Slayer + - BaseItem: Dragonic_Slayer_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Dragonic_Slayer_LT ChangeRefine: 1 - - BaseItem: Up_Oriental_Sword + - BaseItem: Oriental_Sword_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Oriental_Sword_LT ChangeRefine: 1 - - BaseItem: Up_Fog_Dew_Sword + - Item: Vivatus_Weapon_Hammer + BaseItems: + - BaseItem: Vivatus_F_M_Book MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Fog_Dew_Sword_LT + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_M_Book ChangeRefine: 1 - - BaseItem: Up_Humma_Clear + - BaseItem: Vivatus_F_P_Book MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_P_Book + ChangeRefine: 1 + - BaseItem: Vivatus_F_Bible + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Bible + ChangeRefine: 1 + - BaseItem: Vivatus_F_Ribbon + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Ribbon + ChangeRefine: 1 + - BaseItem: Vivatus_F_Harp + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Harp + ChangeRefine: 1 + - BaseItem: Vivatus_F_Claw + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Claw + ChangeRefine: 1 + - BaseItem: Vivatus_F_C_Rope + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_C_Rope + ChangeRefine: 1 + - BaseItem: Vivatus_F_Violin + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Violin + ChangeRefine: 1 + - BaseItem: Vivatus_F_A_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_A_Bow + ChangeRefine: 1 + - BaseItem: Vivatus_F_Ballista + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Ballista + ChangeRefine: 1 + - BaseItem: Vivatus_F_Knuckle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Knuckle + ChangeRefine: 1 + - BaseItem: Vivatus_F_Wand + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Wand + ChangeRefine: 1 + - BaseItem: Vivatus_F_Rod + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Rod + ChangeRefine: 1 + - BaseItem: Vivatus_F_T_Staff + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_T_Staff + ChangeRefine: 1 + - BaseItem: Vivatus_F_C_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_C_Bow + ChangeRefine: 1 + - BaseItem: Vivatus_F_Cakram + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Cakram + ChangeRefine: 1 + - BaseItem: Vivatus_F_Hall + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Hall + ChangeRefine: 1 + - BaseItem: Vivatus_F_Dagger + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Dagger + ChangeRefine: 1 + - BaseItem: Vivatus_F_Katar + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Katar + ChangeRefine: 1 + - BaseItem: Vivatus_F_Lapier + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Lapier + ChangeRefine: 1 + - BaseItem: Vivatus_F_Mace + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Mace + ChangeRefine: 1 + - BaseItem: Vivatus_F_G_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_G_Sword + ChangeRefine: 1 + - BaseItem: Vivatus_F_Axe + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Axe + ChangeRefine: 1 + - BaseItem: Vivatus_F_G_Spear + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_G_Spear + ChangeRefine: 1 + - BaseItem: Vivatus_F_Lance + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Lance + ChangeRefine: 1 + - BaseItem: Vivatus_F_T_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_T_Sword + ChangeRefine: 1 + - BaseItem: Vivatus_F_Humma + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Humma + ChangeRefine: 1 + - BaseItem: Vivatus_F_C_Humma + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_C_Humma + ChangeRefine: 1 + - BaseItem: Vivatus_F_Revolver + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Revolver + ChangeRefine: 1 + - BaseItem: Vivatus_F_Rifle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Rifle + ChangeRefine: 1 + - BaseItem: Vivatus_F_Gatling + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Gatling + ChangeRefine: 1 + - BaseItem: Vivatus_F_Launcher + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Launcher + ChangeRefine: 1 + - BaseItem: Vivatus_F_Moon_B + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Moon_B + ChangeRefine: 1 + - BaseItem: Vivatus_F_Star_B + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Star_B + ChangeRefine: 1 + - BaseItem: Vivatus_F_S_Stick + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_S_Stick + ChangeRefine: 1 + - BaseItem: Vivatus_F_D_Wand + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_D_Wand + ChangeRefine: 1 + - BaseItem: Vivatus_F_F_Wand + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_F_Wand + ChangeRefine: 1 + - BaseItem: Vivatus_F_Shotgun + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_Shotgun + ChangeRefine: 1 + - BaseItem: Vivatus_F_F_model + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Vivatus_F_F_model + ChangeRefine: 1 + - Item: Adulter_Weapon_Up_Box + BaseItems: + - BaseItem: Adulter_F_M_Book + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_M_Book + - BaseItem: Adulter_F_P_Book + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_P_Book + - BaseItem: Adulter_F_Bible + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Bible + - BaseItem: Adulter_F_Ribbon + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Ribbon + - BaseItem: Adulter_F_Harp + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Harp + - BaseItem: Adulter_F_Claw + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Claw + - BaseItem: Adulter_F_C_Rope + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_C_Rope + - BaseItem: Adulter_F_Violin + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Violin + - BaseItem: Adulter_F_A_Bow + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_A_Bow + - BaseItem: Adulter_F_Ballista + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Ballista + - BaseItem: Adulter_F_Knuckle + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Knuckle + - BaseItem: Adulter_F_Wand + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Wand + - BaseItem: Adulter_F_Rod + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Rod + - BaseItem: Adulter_F_T_Staff + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_T_Staff + - BaseItem: Adulter_F_C_Bow + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_C_Bow + - BaseItem: Adulter_F_Cakram + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Cakram + - BaseItem: Adulter_F_Hall + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Hall + - BaseItem: Adulter_F_Dagger + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Dagger + - BaseItem: Adulter_F_Katar + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Katar + - BaseItem: Adulter_F_Lapier + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Lapier + - BaseItem: Adulter_F_Mace + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Mace + - BaseItem: Adulter_F_G_Sword + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_G_Sword + - BaseItem: Adulter_F_Axe + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Axe + - BaseItem: Adulter_F_G_Spear + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_G_Spear + - BaseItem: Adulter_F_Lance + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Lance + - BaseItem: Adulter_F_T_Sword + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_T_Sword + - BaseItem: Adulter_F_Humma + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Humma + - BaseItem: Adulter_F_C_Humma + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_C_Humma + - BaseItem: Adulter_F_Revolver + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Revolver + - BaseItem: Adulter_F_Rifle + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Rifle + - BaseItem: Adulter_F_Gatling + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Gatling + - BaseItem: Adulter_F_Launcher + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Launcher + - BaseItem: Adulter_F_Moon_B + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Moon_B + - BaseItem: Adulter_F_Star_B + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Star_B + - BaseItem: Adulter_F_S_Stick + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_S_Stick + - BaseItem: Adulter_F_D_Wand + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_D_Wand + - BaseItem: Adulter_F_F_Wand + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_F_Wand + - BaseItem: Adulter_F_F_model + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_F_model + - BaseItem: Adulter_F_Shotgun + Materials: + - Material: Ep18_Amethyst_Fragment + Amount: 400 + ResultItem: Vivatus_F_Shotgun + - Item: Hero_Weapon_Up_Box_6 + BaseItems: + - BaseItem: Up_Humma_Clear + ResultItem: Humma_Clear_LT + - BaseItem: Up_Fog_Dew_Sword + ResultItem: Fog_Dew_Sword_LT + - BaseItem: Up_Crimson_Rose + ResultItem: Crimson_Rose_LT + - BaseItem: Up_Master_Soul_Rifle + ResultItem: Master_Soul_Rifle_LT + - BaseItem: Up_Demon_S_Shot + ResultItem: Demon_S_Shot_LT + - BaseItem: Up_The_Black_Gatling + ResultItem: The_Black_Gatling_LT + - BaseItem: Up_Golden_L_Launcher + ResultItem: Golden_L_Launcher_LT + - BaseItem: Up_MeawFoxtail + ResultItem: MeawFoxtail_LT + - BaseItem: Up_OneSkyOneSun + ResultItem: OneSkyOneSun_LT + - BaseItem: Up_SoulWeight + ResultItem: SoulWeight_LT + - BaseItem: Up_Freedom_Stick + ResultItem: Freedom_Stick_LT + - BaseItem: Up_Blessed_Knife + ResultItem: Blessed_Knife_LT + - Item: Hero_Weapon_Hammer_6 + BaseItems: + - BaseItem: Humma_Clear_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Humma_Clear_LT ChangeRefine: 1 - - BaseItem: Up_The_Black_Gatling + - BaseItem: Fog_Dew_Sword_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: The_Black_Gatling_LT + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Fog_Dew_Sword_LT ChangeRefine: 1 - - BaseItem: Up_Crimson_Rose + - BaseItem: Crimson_Rose_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Crimson_Rose_LT ChangeRefine: 1 - - BaseItem: Up_Demon_S_Shot + - BaseItem: Master_Soul_Rifle_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Demon_S_Shot_LT - ChangeRefine: 1 - - BaseItem: Up_OneSkyOneSun - MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false - Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: OneSkyOneSun_LT - ChangeRefine: 1 - - BaseItem: Up_Golden_L_Launcher - MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false - Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: Golden_L_Launcher_LT - ChangeRefine: 1 - - BaseItem: Up_Master_Soul_Rifle - MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false - Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: Master_Soul_Rifle_LT ChangeRefine: 1 - - BaseItem: Up_SoulWeight + - BaseItem: Demon_S_Shot_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 - ResultItem: SoulWeight_LT + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Demon_S_Shot_LT ChangeRefine: 1 - - BaseItem: Up_MeawFoxtail + - BaseItem: The_Black_Gatling_LT MinimumRefine: 9 - MaximumRefine: 19 - CardsAllowed: false + MaximumRefine: 11 Materials: - - Material: M_Dimension_Essence - - Material: Bio_Test_Fragment - Amount: 300 - - Material: Weapon_Stone_3 - Amount: 100 - - Material: Bio_Reseearch_Docu - Amount: 150 + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: The_Black_Gatling_LT + ChangeRefine: 1 + - BaseItem: Golden_L_Launcher_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Golden_L_Launcher_LT + ChangeRefine: 1 + - BaseItem: MeawFoxtail_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 ResultItem: MeawFoxtail_LT ChangeRefine: 1 -# - BaseItem: Up_Freedom_Stick -# MinimumRefine: 9 -# MaximumRefine: 19 -# CardsAllowed: false -# Materials: -# - Material: M_Dimension_Essence -# - Material: Bio_Test_Fragment -# Amount: 300 -# - Material: Weapon_Stone_3 -# Amount: 100 -# - Material: Bio_Reseearch_Docu -# Amount: 150 -# ResultItem: Freedom_Stick_LT -# ChangeRefine: 1 -# - BaseItem: Up_Blessed_Knife -# MinimumRefine: 9 -# MaximumRefine: 19 -# CardsAllowed: false -# Materials: -# - Material: M_Dimension_Essence -# - Material: Bio_Test_Fragment -# Amount: 300 -# - Material: Weapon_Stone_3 -# Amount: 100 -# - Material: Bio_Reseearch_Docu -# Amount: 150 -# ResultItem: Blessed_Knife_LT -# ChangeRefine: 1 + - BaseItem: OneSkyOneSun_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: OneSkyOneSun_LT + ChangeRefine: 1 + - BaseItem: SoulWeight_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: SoulWeight_LT + ChangeRefine: 1 + - BaseItem: Freedom_Stick_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Freedom_Stick_LT + ChangeRefine: 1 + - BaseItem: Blessed_Knife_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Blessed_Knife_LT + ChangeRefine: 1 + - Item: Shadow_Changer_NPC + BaseItems: + - BaseItem: S_FullPene_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullPene_Earring + - BaseItem: S_FullPene_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullPene_Shoes + - BaseItem: S_FullPene_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullPene_Pendant + - BaseItem: S_FullPene_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullPene_Armor + - BaseItem: S_FullTemp_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullTemp_Earring + - BaseItem: S_FullTemp_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullTemp_Shoes + - BaseItem: S_FullTemp_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullTemp_Pendant + - BaseItem: S_FullTemp_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_FullTemp_Armor + - BaseItem: S_TrueGem_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_TrueGem_Earring + - BaseItem: S_TrueGem_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_TrueGem_Shoes + - BaseItem: S_TrueGem_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_TrueGem_Pendant + - BaseItem: S_TrueGem_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_TrueGem_Armor + - BaseItem: S_CriticalHit_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_CriticalHit_Armor + - BaseItem: S_CriticalHit_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_CriticalHit_Weapon + - BaseItem: S_M_AutoSpell_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_AutoSpell_Earring + - BaseItem: S_M_AutoSpell_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_AutoSpell_Shoes + - BaseItem: S_M_AutoSpell_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_AutoSpell_Pendant + - BaseItem: S_M_AutoSpell_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_AutoSpell_Armor + - BaseItem: S_Clever_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Clever_Shield + - BaseItem: S_Clever_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Clever_Weapon + - BaseItem: S_Durable_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Durable_Shield + - BaseItem: S_Durable_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Durable_Weapon + - BaseItem: S_Infinity_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Infinity_Shield + - BaseItem: S_Infinity_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Infinity_Weapon + - BaseItem: S_Hasty_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Hasty_Shield + - BaseItem: S_Hasty_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Hasty_Weapon + - BaseItem: S_PerfectSize_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_PerfectSize_Armor + - BaseItem: S_PerfectSize_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_PerfectSize_Weapon + - BaseItem: S_R_Bearers_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_R_Bearers_Earring + - BaseItem: S_R_Bearers_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_R_Bearers_Shoes + - BaseItem: S_R_Bearers_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_R_Bearers_Pendant + - BaseItem: S_R_Bearers_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_R_Bearers_Armor + - BaseItem: S_SpellCaster_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_SpellCaster_Earring + - BaseItem: S_SpellCaster_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_SpellCaster_Shoes + - BaseItem: S_SpellCaster_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_SpellCaster_Pendant + - BaseItem: S_SpellCaster_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_SpellCaster_Armor + - BaseItem: S_Mega_Blitz_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Mega_Blitz_Weapon + - BaseItem: S_Mega_Blitz_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Mega_Blitz_Shield + - BaseItem: S_Absorb_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Absorb_Weapon + - BaseItem: S_Absorb_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_Absorb_Shield + - BaseItem: S_M_Mammoth_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_Mammoth_Earring + - BaseItem: S_M_Mammoth_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_Mammoth_Shoes + - BaseItem: S_M_Mammoth_Shoes + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_Mammoth_Pendant + - BaseItem: S_M_Mammoth_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_M_Mammoth_Armor + - BaseItem: S_AllMighty_Pendant + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_AllMighty_Earring + - BaseItem: S_AllMighty_Earring + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_AllMighty_Pendant + - BaseItem: S_KingbirdAnc_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_KingbirdAncient_Armor + - BaseItem: S_KingbirdAncient_Armor + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_KingbirdAnc_Weapon + - BaseItem: S_EXP_Shield + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_EXP_Weapon + - BaseItem: S_EXP_Weapon + MaximumRefine: 10 + CardsAllowed: false + Materials: + - Material: Shadow_Exchange_Ticket + ResultItem: S_EXP_Shield + - Item: Special_Hat_Hammer + BaseItems: + - BaseItem: King_Tiger_Doll_Hat_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: King_Tiger_Doll_Hat_LT + ChangeRefine: 1 + - BaseItem: Baksojin_Hat_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Baksojin_Hat_LT + ChangeRefine: 1 + - BaseItem: Smoky_TransformHat_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Smoky_TransformHat_LT + ChangeRefine: 1 + - BaseItem: Whikebain_Ears_K_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Whikebain_Ears_K_LT + ChangeRefine: 1 + - BaseItem: Survive_Circlet_K_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Survive_Circlet_K_LT + ChangeRefine: 1 + - BaseItem: GoldFish_Hat_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: GoldFish_Hat_LT + ChangeRefine: 1 + - BaseItem: Imp_Hat_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Imp_Hat_LT + ChangeRefine: 1 + - BaseItem: Officer_Cap_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Officer_Cap_LT + ChangeRefine: 1 + - BaseItem: Dolor_HatK_LT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Dolor_HatK_LT + ChangeRefine: 1 + - Item: Poenitentia_Hammer + BaseItems: + - BaseItem: Poenitentia_Gladius + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Gladius + ChangeRefine: 1 + - BaseItem: Poenitentia_Ligula + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ligula + ChangeRefine: 1 + - BaseItem: Poenitentia_Orbis + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Orbis + ChangeRefine: 1 + - BaseItem: Poenitentia_Mucro + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Mucro + ChangeRefine: 1 + - BaseItem: Poenitentia_Sol + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Sol + ChangeRefine: 1 + - BaseItem: Poenitentia_Jana + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Jana + ChangeRefine: 1 + - BaseItem: Poenitentia_Hasta + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Hasta + ChangeRefine: 1 + - BaseItem: Poenitentia_Codex + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Codex + ChangeRefine: 1 + - BaseItem: Poenitentia_Liber + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Liber + ChangeRefine: 1 + - BaseItem: Poenitentia_Radius + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Radius + ChangeRefine: 1 + - BaseItem: Poenitentia_Scipio + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Scipio + ChangeRefine: 1 + - BaseItem: Poenitentia_Crystallum + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Crystallum + ChangeRefine: 1 + - BaseItem: Poenitentia_Ramus + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ramus + ChangeRefine: 1 + - BaseItem: Poenitentia_Planta + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Planta + ChangeRefine: 1 + - BaseItem: Poenitentia_Ferrum + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ferrum + ChangeRefine: 1 + - BaseItem: Poenitentia_Caestus + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Caestus + ChangeRefine: 1 + - BaseItem: Poenitentia_Ungula + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ungula + ChangeRefine: 1 + - BaseItem: Poenitentia_Chorda + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Chorda + ChangeRefine: 1 + - BaseItem: Poenitentia_Flagellum + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Flagellum + ChangeRefine: 1 + - BaseItem: Poenitentia_Clava + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Clava + ChangeRefine: 1 + - BaseItem: Poenitentia_Pendulus + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Pendulus + ChangeRefine: 1 + - BaseItem: Poenitentia_Ensis + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ensis + ChangeRefine: 1 + - BaseItem: Poenitentia_Manus + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Manus + ChangeRefine: 1 + - BaseItem: Poenitentia_Ascia + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ascia + ChangeRefine: 1 + - BaseItem: Poenitentia_Catapulta + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Catapulta + ChangeRefine: 1 + - BaseItem: Poenitentia_Termes + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Termes + ChangeRefine: 1 + - BaseItem: Poenitentia_Virga + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Virga + ChangeRefine: 1 + - BaseItem: Poenitentia_Tenon + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Tenon + ChangeRefine: 1 + - BaseItem: Poenitentia_Nervus + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Nervus + ChangeRefine: 1 + - BaseItem: Poenitentia_Foramen + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Foramen + ChangeRefine: 1 + - BaseItem: Poenitentia_Penet + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Penet + ChangeRefine: 1 + - BaseItem: Poenitentia_Veloci + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Veloci + ChangeRefine: 1 + - BaseItem: Poenitentia_Ruina + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenitentia_Ruina + ChangeRefine: 1 + - BaseItem: Poenetentia_Vatia + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenetentia_Vatia + ChangeRefine: 1 + - BaseItem: Poenetentia_Attendo + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenetentia_Attendo + ChangeRefine: 1 + - BaseItem: Poenetentia_Dilacero + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Poenetentia_Dilacero + ChangeRefine: 1 + - Item: Barmund_Hammer + BaseItems: + - BaseItem: Barmund_Ice_Hood + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Ice_Hood + ChangeRefine: 1 + - BaseItem: Barmund_Death_Hood + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Death_Hood + ChangeRefine: 1 + - BaseItem: Barmund_Flame_Hood + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Flame_Hood + ChangeRefine: 1 + - BaseItem: Barmund_Plain_Hood + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Plain_Hood + ChangeRefine: 1 + - BaseItem: Barmund_Ice_Boots + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Ice_Boots + ChangeRefine: 1 + - BaseItem: Barmund_Death_Boots + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Death_Boots + ChangeRefine: 1 + - BaseItem: Barmund_Flame_Boots + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Flame_Boots + ChangeRefine: 1 + - BaseItem: Barmund_Plain_Boots + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Plain_Boots + ChangeRefine: 1 + - BaseItem: Barmund_Ice_Armor + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Ice_Armor + ChangeRefine: 1 + - BaseItem: Barmund_Death_Armor + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Death_Armor + ChangeRefine: 1 + - BaseItem: Barmund_Plain_Armor + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Plain_Armor + ChangeRefine: 1 + - BaseItem: Barmund_Flame_Armor + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Barmund_Flame_Armor + ChangeRefine: 1 + - Item: OS_Weapon_Reform + BaseItems: + - BaseItem: Beam_Claymore_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Beam_Claymore_AD + RandomOptionGroup: Group_0 + - BaseItem: Meuchler_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Meuchler_AD + RandomOptionGroup: Group_0 + - BaseItem: Blasti_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Blasti_AD + RandomOptionGroup: Group_0 + - BaseItem: Virtual_Bow_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Virtual_Bow_AD + RandomOptionGroup: Group_0 + - BaseItem: MH_P89_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: MH_P89_AD + RandomOptionGroup: Group_0 + - BaseItem: AC_B44_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: AC_B44_AD + RandomOptionGroup: Group_0 + - BaseItem: HR_S55_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: HR_S55_AD + RandomOptionGroup: Group_0 + - BaseItem: Burning_Knuckle_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Burning_Knuckle_AD + RandomOptionGroup: Group_0 + - BaseItem: Cannon_Rapier_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Cannon_Rapier_AD + RandomOptionGroup: Group_0 + - BaseItem: Saphir_Hall_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Saphir_Hall_AD + RandomOptionGroup: Group_0 + - BaseItem: Ultio_Spes_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Ultio_Spes_AD + RandomOptionGroup: Group_0 + - BaseItem: Rutilus_Stick_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Rutilus_Stick_AD + RandomOptionGroup: Group_0 + - BaseItem: ElectricFox_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: ElectricFox_AD + RandomOptionGroup: Group_0 + - BaseItem: Circuit_Board_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Circuit_Board_AD + RandomOptionGroup: Group_0 + - BaseItem: Kuroiro_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Kuroiro_AD + RandomOptionGroup: Group_0 + - BaseItem: Boost_Lance_OS + MinimumRefine: 7 + CardsAllowed: false + Materials: + - Material: Weapon_Stone_1 + Amount: 70 + - Material: EP17_1_EVT02 + Amount: 200 + - Material: EP17_1_EVT39 + Amount: 40 + ResultItem: Boost_Lance_AD + RandomOptionGroup: Group_0 + - Item: OS_Helm_Hammer + BaseItems: + - BaseItem: Sagittarius_DiademK_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Sagittarius_DiademK_LT + ChangeRefine: 1 + - BaseItem: Scorpio_Diadem_K_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Scorpio_Diadem_K_LT + ChangeRefine: 1 + - BaseItem: Large_Sorcerer_Crown_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Large_Sorcerer_Crown_LT + ChangeRefine: 1 + - BaseItem: Stripe_Hat_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Stripe_Hat_LT + ChangeRefine: 1 + - BaseItem: Phantom_Cap_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Phantom_Cap_LT + ChangeRefine: 1 + - BaseItem: Ignis_CapK_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Ignis_CapK_LT + ChangeRefine: 1 + - BaseItem: Clock_Casket_RD_LT + MaximumRefine: 11 + Materials: + - Material: Shadowdecon + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Clock_Casket_RD_LT + ChangeRefine: 1 + - Item: OS_Weapon_Hammer + BaseItems: + - BaseItem: Beam_Claymore_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Beam_Claymore_AD + ChangeRefine: 1 + - BaseItem: Meuchler_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Meuchler_AD + ChangeRefine: 1 + - BaseItem: Blasti_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Blasti_AD + ChangeRefine: 1 + - BaseItem: Virtual_Bow_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Virtual_Bow_AD + ChangeRefine: 1 + - BaseItem: MH_P89_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: MH_P89_AD + ChangeRefine: 1 + - BaseItem: AC_B44_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: AC_B44_AD + ChangeRefine: 1 + - BaseItem: HR_S55_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: HR_S55_AD + ChangeRefine: 1 + - BaseItem: Burning_Knuckle_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Burning_Knuckle_AD + ChangeRefine: 1 + - BaseItem: Cannon_Rapier_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Cannon_Rapier_AD + ChangeRefine: 1 + - BaseItem: Saphir_Hall_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Saphir_Hall_AD + ChangeRefine: 1 + - BaseItem: Ultio_Spes_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Ultio_Spes_AD + ChangeRefine: 1 + - BaseItem: Rutilus_Stick_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Rutilus_Stick_AD + ChangeRefine: 1 + - BaseItem: ElectricFox_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: ElectricFox_AD + ChangeRefine: 1 + - BaseItem: Circuit_Board_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Circuit_Board_AD + ChangeRefine: 1 + - BaseItem: Kuroiro_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Kuroiro_AD + ChangeRefine: 1 + - BaseItem: Boost_Lance_AD + MaximumRefine: 11 + Materials: + - Material: Zelunium + Amount: 30 + - Material: EP17_1_EVT39 + Amount: 30 + ResultItem: Boost_Lance_AD + ChangeRefine: 1 + - Item: Helm_Of_Faith_Hammer + BaseItems: + - BaseItem: Viva_Adul_Hat_WL1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_WL1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_WL2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_WL2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SR1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SR1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SR2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SR2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_AB1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_AB1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_AB2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_AB2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SC1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SC1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SC2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SC2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_RA1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_RA1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_RA2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_RA2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_LG1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_LG1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_LG2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_LG2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_GC1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_GC1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_GC2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_GC2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SO1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SO1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SO2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SO2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_RK1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_RK1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_RK2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_RK2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_WM1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_WM1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_WM2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_WM2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_NC1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_NC1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_NC2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_NC2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_GN1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_GN1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_GN2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_GN2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_KO1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_KO1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_KO2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_KO2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_RL1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_RL1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_RL2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_RL2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SP1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SP1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SP2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SP2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SJ1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SJ1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SJ2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SJ2 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SU1 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SU1 + ChangeRefine: 1 + - BaseItem: Viva_Adul_Hat_SU2 + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Viva_Adul_Hat_SU2 + ChangeRefine: 1 + - Item: Clock_Tower_W_Hammer + BaseItems: + - BaseItem: Precision_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Bow + ChangeRefine: 1 + - BaseItem: Precision_Fist + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Fist + ChangeRefine: 1 + - BaseItem: Precision_Fuuma + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Fuuma + ChangeRefine: 1 + - BaseItem: Precision_Gatling + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Gatling + ChangeRefine: 1 + - BaseItem: Precision_Grenade + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Grenade + ChangeRefine: 1 + - BaseItem: Precision_Lute + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Lute + ChangeRefine: 1 + - BaseItem: Precision_Pistol + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Pistol + ChangeRefine: 1 + - BaseItem: Precision_Rifle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Rifle + ChangeRefine: 1 + - BaseItem: Precision_Shotgun + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Shotgun + ChangeRefine: 1 + - BaseItem: Precision_Whip + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Precision_Whip + ChangeRefine: 1 + - BaseItem: Solid_Claymore + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Claymore + ChangeRefine: 1 + - BaseItem: Solid_Dagger + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Dagger + ChangeRefine: 1 + - BaseItem: Solid_Edge + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Edge + ChangeRefine: 1 + - BaseItem: Solid_Manual + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Manual + ChangeRefine: 1 + - BaseItem: Solid_Rod + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Rod + ChangeRefine: 1 + - BaseItem: Solid_Spear + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Spear + ChangeRefine: 1 + - BaseItem: Solid_Staff + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Staff + ChangeRefine: 1 + - BaseItem: Solid_Wand + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Solid_Wand + ChangeRefine: 1 + - BaseItem: Wicked_Axe + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Axe + ChangeRefine: 1 + - BaseItem: Wicked_Blade + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Blade + ChangeRefine: 1 + - BaseItem: Wicked_Book + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Book + ChangeRefine: 1 + - BaseItem: Wicked_Cross + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Cross + ChangeRefine: 1 + - BaseItem: Wicked_Dagger + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Dagger + ChangeRefine: 1 + - BaseItem: Wicked_Edge + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Edge + ChangeRefine: 1 + - BaseItem: Wicked_Katar + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Katar + ChangeRefine: 1 + - BaseItem: Wicked_Plant + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: Wicked_Plant + ChangeRefine: 1 + - Item: EP19_DGW_Refine + BaseItems: + - BaseItem: D_Glacier_T_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_T_Sword + ChangeRefine: 1 + - BaseItem: D_Glacier_Katar + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Katar + ChangeRefine: 1 + - BaseItem: D_Glacier_T_Axe + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_T_Axe + ChangeRefine: 1 + - BaseItem: D_Glacier_Lance + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Lance + ChangeRefine: 1 + - BaseItem: D_Glacier_Staff + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Staff + ChangeRefine: 1 + - BaseItem: D_Glacier_Humma + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Humma + ChangeRefine: 1 + - BaseItem: D_Glacier_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Bow + ChangeRefine: 1 + - BaseItem: D_Glacier_Revolver + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Revolver + ChangeRefine: 1 + - BaseItem: D_Glacier_Rifle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Rifle + ChangeRefine: 1 + - BaseItem: D_Glacier_Shotgun + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Shotgun + ChangeRefine: 1 + - BaseItem: D_Glacier_Gatling + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Gatling + ChangeRefine: 1 + - BaseItem: D_Glacier_Launcher + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Launcher + ChangeRefine: 1 + - BaseItem: D_Glacier_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Sword + ChangeRefine: 1 + - BaseItem: D_Glacier_B_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_B_Sword + ChangeRefine: 1 + - BaseItem: D_Glacier_R_Knife + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_R_Knife + ChangeRefine: 1 + - BaseItem: D_Glacier_B_Knife + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_B_Knife + ChangeRefine: 1 + - BaseItem: D_Glacier_Axe + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Axe + ChangeRefine: 1 + - BaseItem: D_Glacier_Spear + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Spear + ChangeRefine: 1 + - BaseItem: D_Glacier_Book + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Book + ChangeRefine: 1 + - BaseItem: D_Glacier_Wand + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Wand + ChangeRefine: 1 + - BaseItem: D_Glacier_Foxtail + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Foxtail + ChangeRefine: 1 + - BaseItem: D_Glacier_Knuckle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Knuckle + ChangeRefine: 1 + - BaseItem: D_Glacier_Violin + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Violin + ChangeRefine: 1 + - BaseItem: D_Glacier_Whip + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Whip + ChangeRefine: 1 + - BaseItem: D_Glacier_Mace + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_Mace + ChangeRefine: 1 + - BaseItem: D_Glacier_M_Mace + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Ep19_Snow_Flower + Amount: 40 + - Material: EP19_D_P_Crystal + Amount: 10 + - Material: EP19_N_P_Crystal + Amount: 10 + ResultItem: D_Glacier_M_Mace + ChangeRefine: 1 + - Item: Barmund_Flame_Reform + BaseItems: + - BaseItem: Barmund_Flame_Armor + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Flame_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Flame_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Flame_Rune_Armor + - BaseItem: Barmund_Flame_Boots + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Flame_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Flame_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Flame_Rune_Boots + - BaseItem: Barmund_Flame_Hood + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Flame_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Flame_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Flame_Rune_Hood + - Item: Barmund_Plain_Reform + BaseItems: + - BaseItem: Barmund_Plain_Armor + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Plain_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Plain_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Plain_Rune_Armor + - BaseItem: Barmund_Plain_Boots + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Plain_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Plain_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Plain_Rune_Boots + - BaseItem: Barmund_Plain_Hood + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Plain_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Plain_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Plain_Rune_Hood + - Item: Barmund_Ice_Reform + BaseItems: + - BaseItem: Barmund_Ice_Armor + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Ice_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Ice_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Ice_Rune_Armor + - BaseItem: Barmund_Ice_Boots + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Ice_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Ice_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Ice_Rune_Boots + - BaseItem: Barmund_Ice_Hood + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Ice_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Ice_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Ice_Rune_Hood + - Item: Barmund_Death_Reform + BaseItems: + - BaseItem: Barmund_Death_Armor + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Death_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Death_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Death_Rune_Armor + - BaseItem: Barmund_Death_Boots + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Death_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Death_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Death_Rune_Boots + - BaseItem: Barmund_Death_Hood + MinimumRefine: 7 + Materials: + - Material: Armor_Stone_4 + Amount: 100 + - Material: Death_Barmund_Rune2 + Amount: 20 + - Material: Barmund_Death_Essence + Amount: 50 + - Material: Zelunium + Amount: 300 + - Material: BarMealTicket + Amount: 500 + ResultItem: Death_Rune_Hood - Item: Dimmen_A_Reform BaseItems: - BaseItem: Under_Seal_D_Key MaximumRefine: 0 - CardsAllowed: false Materials: - Material: Dimmension_Jewel - Amount: 1 - Material: Dimmension_Jewelry - Amount: 1 - Material: Herosria_Jewel - Amount: 1 - Material: Creed_Of_Herosria - Amount: 1 ResultItem: Dimmension_W_Key + ClearSlots: true + RemoveEnchantgrade: true - BaseItem: Under_Seal_D_Padlock MaximumRefine: 0 - CardsAllowed: false Materials: - Material: Dimmension_Jewel - Amount: 1 - Material: Dimmension_Jewelry - Amount: 1 - Material: Herosria_Jewel - Amount: 1 - Material: Justice_Of_Herosria - Amount: 1 ResultItem: Dimmension_W_Padlock + ClearSlots: true + RemoveEnchantgrade: true - BaseItem: Under_Seal_D_keyring MaximumRefine: 0 - CardsAllowed: false Materials: - Material: Dimmension_Jewel - Amount: 1 - Material: Dimmension_Jewelry - Amount: 1 - Material: Herosria_Jewel - Amount: 1 - Material: Glory_Of_Herosria - Amount: 1 ResultItem: Dimmension_W_Keyring + ClearSlots: true + RemoveEnchantgrade: true - Item: Dimmen_A_Refine BaseItems: - BaseItem: Dimmension_W_Key MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Heros_Gold_Bar Amount: 50 @@ -6953,7 +7080,6 @@ Body: - BaseItem: Dimmension_W_Padlock MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Heros_Gold_Bar Amount: 50 @@ -6968,7 +7094,6 @@ Body: - BaseItem: Dimmension_W_Keyring MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Heros_Gold_Bar Amount: 50 @@ -6983,7 +7108,6 @@ Body: - Item: Barmund_Soul_Reform BaseItems: - BaseItem: Barmund_Soul_Ring - CardsAllowed: false Materials: - Material: Acc_Stone_4 Amount: 100 @@ -6999,7 +7123,6 @@ Body: - Item: Barmund_Venom_Reform BaseItems: - BaseItem: Barmund_Venom_Ring - CardsAllowed: false Materials: - Material: Acc_Stone_4 Amount: 100 @@ -7015,7 +7138,6 @@ Body: - Item: Barmund_Temple_Reform BaseItems: - BaseItem: Barmund_Temple_Ring - CardsAllowed: false Materials: - Material: Acc_Stone_4 Amount: 100 @@ -7031,7 +7153,6 @@ Body: - Item: Barmund_S_Reform BaseItems: - BaseItem: Barmund_Soul_Ring - CardsAllowed: false Materials: - Material: Acc_Stone_4 Amount: 100 @@ -7047,7 +7168,6 @@ Body: - Item: Barmund_V_Reform BaseItems: - BaseItem: Barmund_Venom_Ring - CardsAllowed: false Materials: - Material: Acc_Stone_4 Amount: 100 @@ -7063,7 +7183,6 @@ Body: - Item: Barmund_T_Reform BaseItems: - BaseItem: Barmund_Temple_Ring - CardsAllowed: false Materials: - Material: Acc_Stone_4 Amount: 100 @@ -7079,7 +7198,6 @@ Body: - Item: Amp_Blueprint1 BaseItems: - BaseItem: Ein_1HDAGGER - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 75 @@ -7093,10 +7211,10 @@ Body: Amount: 75 ResultItem: F_Ein_1HDAGGER ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint2 BaseItems: - BaseItem: Ein_1HMAGGER - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7110,10 +7228,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HMAGGER ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint3 BaseItems: - BaseItem: Ein_1HSWORD - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7127,10 +7245,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HSWORD ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint4 BaseItems: - BaseItem: Ein_1H_Foxtail - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7144,10 +7262,10 @@ Body: Amount: 100 ResultItem: F_Ein_1H_Foxtail ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint5 BaseItems: - BaseItem: Ein_1HSPEAR - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7161,10 +7279,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HSPEAR ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint6 BaseItems: - BaseItem: Ein_BHSWORD - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7178,10 +7296,10 @@ Body: Amount: 100 ResultItem: F_Ein_BHSWORD ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint7 BaseItems: - BaseItem: Ein_1HHAMMER - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7195,10 +7313,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HHAMMER ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint8 BaseItems: - BaseItem: Ein_BHAXE - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7212,10 +7330,10 @@ Body: Amount: 100 ResultItem: F_Ein_BHAXE ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint9 BaseItems: - BaseItem: Ein_1HKNUCK - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7229,10 +7347,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HKNUCK ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint10 BaseItems: - BaseItem: Ein_1HBOOK - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7246,10 +7364,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HBOOK ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint11 BaseItems: - BaseItem: Ein_1HWAND - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7263,10 +7381,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HWAND ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint12 BaseItems: - BaseItem: Ein_BHSTAFF - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7280,10 +7398,10 @@ Body: Amount: 100 ResultItem: F_Ein_BHSTAFF ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint13 BaseItems: - BaseItem: Ein_BHHuuma - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7297,10 +7415,10 @@ Body: Amount: 100 ResultItem: F_Ein_BHHuuma ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint14 BaseItems: - BaseItem: Ein_BHBOW - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7314,10 +7432,10 @@ Body: Amount: 100 ResultItem: F_Ein_BHBOW ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint15 BaseItems: - BaseItem: Ein_BHKATAR - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7331,10 +7449,10 @@ Body: Amount: 100 ResultItem: F_Ein_BHKATAR ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint16 BaseItems: - BaseItem: Ein_1HGUN - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7348,10 +7466,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HGUN ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint17 BaseItems: - BaseItem: Ein_1HWHIP - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7365,10 +7483,10 @@ Body: Amount: 100 ResultItem: F_Ein_1HWHIP ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Amp_Blueprint18 BaseItems: - BaseItem: Ein_1HLUTE - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 100 @@ -7382,12 +7500,12 @@ Body: Amount: 100 ResultItem: F_Ein_1HLUTE ChangeRefine: -20 + RandomOptionGroup: Group_0 - Item: Mocadas_Refine_Box BaseItems: - BaseItem: Mocadas_G_Sword MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7398,7 +7516,6 @@ Body: - BaseItem: Mocadas_Spear MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7409,7 +7526,6 @@ Body: - BaseItem: Mocadas_Stem MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7420,7 +7536,6 @@ Body: - BaseItem: Mocadas_Spellbooks MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7431,7 +7546,6 @@ Body: - BaseItem: Mocadas_C_Sword MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7442,7 +7556,6 @@ Body: - BaseItem: Mocadas_Katar MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7453,7 +7566,6 @@ Body: - BaseItem: Mocadas_Axe MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7464,7 +7576,6 @@ Body: - BaseItem: Mocadas_Judgement MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7475,7 +7586,6 @@ Body: - BaseItem: Mocadas_Knuckle MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7486,7 +7596,6 @@ Body: - BaseItem: Mocadas_Rod MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7497,7 +7606,6 @@ Body: - BaseItem: Mocadas_Bow MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7508,7 +7616,6 @@ Body: - BaseItem: Mocadas_Instrument MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7519,7 +7626,6 @@ Body: - BaseItem: Mocadas_Whip MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7530,7 +7636,6 @@ Body: - BaseItem: Mocadas_Foxtail MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7541,7 +7646,6 @@ Body: - BaseItem: Mocadas_Wand MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7552,7 +7656,6 @@ Body: - BaseItem: Mocadas_Book MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7563,7 +7666,6 @@ Body: - BaseItem: Mocadas_Knife MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7574,7 +7676,6 @@ Body: - BaseItem: Mocadas_Hall MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7585,7 +7686,6 @@ Body: - BaseItem: Mocadas_Launcher MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7596,7 +7696,6 @@ Body: - BaseItem: Mocadas_Rifle MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7607,7 +7706,6 @@ Body: - BaseItem: Mocadas_Shotgun MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7618,7 +7716,6 @@ Body: - BaseItem: Mocadas_Gatling MinimumRefine: 9 MaximumRefine: 10 - CardsAllowed: false Materials: - Material: Mocadas_Water Amount: 150 @@ -7631,7 +7728,6 @@ Body: - BaseItem: Punish_Hall MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7640,7 +7736,6 @@ Body: - BaseItem: Saint_Bringer MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7649,7 +7744,6 @@ Body: - BaseItem: Humma_Brilliance MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7658,7 +7752,6 @@ Body: - BaseItem: Luppiter_Spear MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7667,7 +7760,6 @@ Body: - BaseItem: Holy_Raise_Spear MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7676,7 +7768,6 @@ Body: - BaseItem: Lightforce_Foxtail_Wand MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7685,7 +7776,6 @@ Body: - BaseItem: Shining_Light_Katar MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7694,7 +7784,6 @@ Body: - BaseItem: Angel_Wing_Bow MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7703,7 +7792,6 @@ Body: - BaseItem: Guardian_Saber MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7712,7 +7800,6 @@ Body: - BaseItem: Holy_Light_Dagger MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7721,7 +7808,6 @@ Body: - BaseItem: Light_Power_Harp MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7730,7 +7816,6 @@ Body: - BaseItem: Light_Power_Spark MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7739,7 +7824,6 @@ Body: - BaseItem: Lighting_Splatter MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7748,7 +7832,6 @@ Body: - BaseItem: Justice_Bomber MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7757,7 +7840,6 @@ Body: - BaseItem: Last_Dawn MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7766,7 +7848,6 @@ Body: - BaseItem: Devil_Hunter MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7775,7 +7856,6 @@ Body: - BaseItem: Road_Of_Glory MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7784,7 +7864,6 @@ Body: - BaseItem: Victory_Sword MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7793,7 +7872,6 @@ Body: - BaseItem: Divine_Buster MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7802,7 +7880,6 @@ Body: - BaseItem: Orign_Of_Life MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7811,7 +7888,6 @@ Body: - BaseItem: Destiny_Staff MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7820,7 +7896,6 @@ Body: - BaseItem: Blessed_Bible MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7829,7 +7904,6 @@ Body: - BaseItem: Soul_Liberator MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7840,7 +7914,6 @@ Body: - BaseItem: Demonic_Claw MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7849,7 +7922,6 @@ Body: - BaseItem: Sealed_Bible MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7858,7 +7930,6 @@ Body: - BaseItem: Darkness_Tablet MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7867,7 +7938,6 @@ Body: - BaseItem: Devil_Wing_Staff MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7876,7 +7946,6 @@ Body: - BaseItem: Doom_Bible MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7885,7 +7954,6 @@ Body: - BaseItem: Soul_Harvest MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7894,7 +7962,6 @@ Body: - BaseItem: The_Reaper MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7903,7 +7970,6 @@ Body: - BaseItem: Underworld_Knife MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7912,7 +7978,6 @@ Body: - BaseItem: Devil_Cursed_Sword MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7921,7 +7986,6 @@ Body: - BaseItem: Dark_Angel_Ray_Bow MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7930,7 +7994,6 @@ Body: - BaseItem: Crime_Violine MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7939,7 +8002,6 @@ Body: - BaseItem: Crime_Whip MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7948,7 +8010,6 @@ Body: - BaseItem: RG_5649 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7957,7 +8018,6 @@ Body: - BaseItem: Devil_L_Launcher MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7966,7 +8026,6 @@ Body: - BaseItem: Screaming_Rifle MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7975,7 +8034,6 @@ Body: - BaseItem: Devils_Bullet MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7984,7 +8042,6 @@ Body: - BaseItem: Outlaw_Cursed_Shotgun MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -7993,7 +8050,6 @@ Body: - BaseItem: Blood_Rapier MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8002,7 +8058,6 @@ Body: - BaseItem: Destruction_Axe MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8011,7 +8066,6 @@ Body: - BaseItem: Devil_Claw MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8020,7 +8074,6 @@ Body: - BaseItem: Execution_Great_Sword MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8029,7 +8082,6 @@ Body: - BaseItem: Devil_Guardian_Sword MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8038,7 +8090,6 @@ Body: - BaseItem: Darkness_Foxtail_Model MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8049,7 +8100,6 @@ Body: - BaseItem: GoodnEvil_Circlet_DK MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8058,7 +8108,6 @@ Body: - BaseItem: GoodnEvil_Circlet_IG MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8067,7 +8116,6 @@ Body: - BaseItem: GoodnEvil_Circlet_AG MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8076,7 +8124,6 @@ Body: - BaseItem: GoodnEvil_Circlet_EM MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8085,7 +8132,6 @@ Body: - BaseItem: GoodnEvil_Circlet_CD MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8094,7 +8140,6 @@ Body: - BaseItem: GoodnEvil_Circlet_IQ MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8103,7 +8148,6 @@ Body: - BaseItem: GoodnEvil_Circlet_MT MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8112,7 +8156,6 @@ Body: - BaseItem: GoodnEvil_Circlet_BO MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8121,7 +8164,6 @@ Body: - BaseItem: GoodnEvil_Circlet_SHC MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8130,7 +8172,6 @@ Body: - BaseItem: GoodnEvil_Circlet_ABC MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8139,7 +8180,6 @@ Body: - BaseItem: GoodnEvil_Circlet_WH MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8148,7 +8188,6 @@ Body: - BaseItem: GoodnEvil_Circlet_TR MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8157,7 +8196,6 @@ Body: - BaseItem: GoodnEvil_Circlet_SS MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8166,7 +8204,6 @@ Body: - BaseItem: GoodnEvil_Circlet_SKE MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8175,7 +8212,6 @@ Body: - BaseItem: GoodnEvil_Circlet_SOA MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8184,7 +8220,6 @@ Body: - BaseItem: GoodnEvil_Circlet_HN MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8193,7 +8228,6 @@ Body: - BaseItem: GoodnEvil_Circlet_SH MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8202,7 +8236,6 @@ Body: - BaseItem: GoodnEvil_Circlet_NW MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8211,7 +8244,6 @@ Body: - BaseItem: GoodnEvil_Circlet_NW2 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8220,7 +8252,6 @@ Body: - BaseItem: GoodnEvil_Circlet_NW3 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8229,7 +8260,6 @@ Body: - BaseItem: GoodnEvil_Circlet_NW4 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8238,7 +8268,6 @@ Body: - BaseItem: GoodnEvil_Circlet_NW5 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8247,7 +8276,6 @@ Body: - Item: Amp_Blueprint19 BaseItems: - BaseItem: Ein_1HDAGGER - CardsAllowed: false Materials: - Material: Weapon_Stone_3 Amount: 25 @@ -8261,12 +8289,13 @@ Body: Amount: 25 ResultItem: F_Ein_1HDAGGER2 ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true - Item: F_Ein_Weapon_Hammer BaseItems: - BaseItem: F_Ein_1HGUN MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8275,7 +8304,6 @@ Body: - BaseItem: F_Ein_BHBOW MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8284,7 +8312,6 @@ Body: - BaseItem: F_Ein_BHHuuma MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8293,7 +8320,6 @@ Body: - BaseItem: F_Ein_BHSTAFF MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8302,7 +8328,6 @@ Body: - BaseItem: F_Ein_BHAXE MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8311,7 +8336,6 @@ Body: - BaseItem: F_Ein_BHKATAR MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8320,7 +8344,6 @@ Body: - BaseItem: F_Ein_BHSWORD MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8329,7 +8352,6 @@ Body: - BaseItem: F_Ein_1HHAMMER MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8338,7 +8360,6 @@ Body: - BaseItem: F_Ein_1HWHIP MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8347,7 +8368,6 @@ Body: - BaseItem: F_Ein_1HLUTE MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8356,7 +8376,6 @@ Body: - BaseItem: F_Ein_1HKNUCK MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8365,7 +8384,6 @@ Body: - BaseItem: F_Ein_1HWAND MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8374,7 +8392,6 @@ Body: - BaseItem: F_Ein_1H_Foxtail MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8383,7 +8400,6 @@ Body: - BaseItem: F_Ein_1HBOOK MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8392,7 +8408,6 @@ Body: - BaseItem: F_Ein_1HSPEAR MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8401,7 +8416,6 @@ Body: - BaseItem: F_Ein_1HDAGGER2 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8410,7 +8424,6 @@ Body: - BaseItem: F_Ein_1HDAGGER MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8419,7 +8432,6 @@ Body: - BaseItem: F_Ein_1HMAGGER MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8428,7 +8440,6 @@ Body: - BaseItem: F_Ein_1HSWORD MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8438,162 +8449,123 @@ Body: BaseItems: - BaseItem: Royal_Bow_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Royal_Bow_K - BaseItem: Shadow_Staff_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Shadow_Staff_K - BaseItem: Iron_Nail_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Iron_Nail_K - BaseItem: Ancient_Hero_Boots MinimumRefine: 11 - CardsAllowed: false ResultItem: Great_Hero_Boots - BaseItem: Blue_Crystal_Staff MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Blue_Crystal_Staff - BaseItem: Freezing_Rod MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Freezing_Rod - BaseItem: Sword_Of_Bluefire MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Sword_Of_Bluefire - BaseItem: Iron_Staff MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Iron_Staff - BaseItem: Oriental_Sword MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Oriental_Sword - BaseItem: Fog_Dew_Sword MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Fog_Dew_Sword - BaseItem: Humma_Clear MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Humma_Clear - BaseItem: Narcis_Bow MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Narcis_Bow - BaseItem: Magic_Sword MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Magic_Sword - BaseItem: Avenger MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Avenger - BaseItem: Undine_Spear_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Undine_Spear_K - BaseItem: Demon_Hunting_Bible_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Demon_Hunting_Bible - BaseItem: Shiver_Katar_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Shiver_Katar_K - BaseItem: OneSkyOneSun MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_OneSkyOneSun - BaseItem: SoulWeight MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_SoulWeight - BaseItem: MeawFoxtail MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_MeawFoxtail - BaseItem: Freedom_Stick MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Freedom_Stick - BaseItem: Blessed_Knife MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Blessed_Knife - BaseItem: Dragonic_Slayer MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Dragonic_Slayer - BaseItem: Light_Blade MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Light_Blade - BaseItem: Slate_Sword MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Slate_Sword - BaseItem: Trumpet_Shell_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Trumpet_Shell_K - BaseItem: Barb_Wire_K MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Barb_Wire_K - BaseItem: Meteor_Striker MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Meteor_Striker - BaseItem: Saint_Hall MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Saint_Hall - BaseItem: Ray_Knuckle MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Ray_Knuckle - BaseItem: Blade_Katar MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Blade_Katar - BaseItem: Fatalist MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Fatalist - BaseItem: Scalet_Dragon_L_Bow MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Scalet_Dragon_L_Bow - BaseItem: Crimson_Rose MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Crimson_Rose - BaseItem: Master_Soul_Rifle MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Master_Soul_Rifle - BaseItem: Demon_S_Shot MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Demon_S_Shot - BaseItem: Golden_L_Launcher MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_Golden_L_Launcher - BaseItem: The_Black_Gatling MinimumRefine: 11 - CardsAllowed: false ResultItem: Up_The_Black_Gatling - Item: EP20_DGA_Refine BaseItems: - BaseItem: D_Glacier_Armor MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Ep20_Cat_Whiskers Amount: 40 @@ -8608,7 +8580,6 @@ Body: - BaseItem: D_Glacier_Robe MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Ep20_Cat_Whiskers Amount: 40 @@ -8623,7 +8594,6 @@ Body: - BaseItem: D_Glacier_Manteau MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Ep20_Cat_Whiskers Amount: 40 @@ -8638,7 +8608,6 @@ Body: - BaseItem: D_Glacier_Muffler MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Ep20_Cat_Whiskers Amount: 40 @@ -8653,7 +8622,6 @@ Body: - BaseItem: D_Glacier_Boots MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Ep20_Cat_Whiskers Amount: 40 @@ -8668,7 +8636,6 @@ Body: - BaseItem: D_Glacier_Shoes MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Ep20_Cat_Whiskers Amount: 40 @@ -8685,7 +8652,6 @@ Body: - BaseItem: Glacier_Helm_1 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8694,7 +8660,6 @@ Body: - BaseItem: Glacier_Helm_2 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 @@ -8703,9 +8668,2036 @@ Body: - BaseItem: Glacier_Helm_3 MinimumRefine: 9 MaximumRefine: 11 - CardsAllowed: false Materials: - Material: Blacksmith_Blessing Amount: 14 ResultItem: Glacier_Helm_3 ChangeRefine: 1 + - Item: Bar_D_A_Seal + BaseItems: + - BaseItem: Flame_E_R_Armor + Materials: + - Material: Bar_D_Fl_Rune + Amount: 30 + - Material: Bar_D_Ea_Rune + Amount: 30 + - Material: Bar_D_Fl_Essence + Amount: 15 + - Material: Bar_D_Ea_Essence + Amount: 15 + ResultItem: Flame_E_R_Armor2 + - BaseItem: Ice_S_R_Suits + Materials: + - Material: Bar_D_Ic_Rune + Amount: 30 + - Material: Bar_D_St_Rune + Amount: 30 + - Material: Bar_D_Ic_Essence + Amount: 15 + - Material: Bar_D_St_Essence + Amount: 15 + ResultItem: Ice_S_R_Suits2 + - BaseItem: Soul_P_R_Robe + Materials: + - Material: Bar_D_So_Rune + Amount: 30 + - Material: Bar_D_Pu_Rune + Amount: 30 + - Material: Bar_D_So_Essence + Amount: 15 + - Material: Bar_D_Pu_Essence + Amount: 15 + ResultItem: Soul_P_R_Robe2 + - BaseItem: Corrupt_P_R_Cloth + Materials: + - Material: Bar_D_Co_Rune + Amount: 30 + - Material: Bar_D_Po_Rune + Amount: 30 + - Material: Bar_D_Co_Essence + Amount: 15 + - Material: Bar_D_Po_Essence + Amount: 15 + ResultItem: Corrupt_P_R_Cloth2 + - Item: Bar_D_A_Unseal + BaseItems: + - BaseItem: Flame_E_R_Armor2 + Materials: + - Material: Bar_D_Fl_Rune + Amount: 60 + - Material: Bar_D_Ea_Rune + Amount: 60 + - Material: Bar_D_Fl_Essence + Amount: 30 + - Material: Bar_D_Ea_Essence + Amount: 30 + ResultItem: Flame_E_R_Armor + - BaseItem: Ice_S_R_Suits2 + Materials: + - Material: Bar_D_Ic_Rune + Amount: 60 + - Material: Bar_D_St_Rune + Amount: 60 + - Material: Bar_D_Ic_Essence + Amount: 30 + - Material: Bar_D_St_Essence + Amount: 30 + ResultItem: Ice_S_R_Suits + - BaseItem: Soul_P_R_Robe2 + Materials: + - Material: Bar_D_So_Rune + Amount: 60 + - Material: Bar_D_Pu_Rune + Amount: 60 + - Material: Bar_D_So_Essence + Amount: 30 + - Material: Bar_D_Pu_Essence + Amount: 30 + ResultItem: Soul_P_R_Robe + - BaseItem: Corrupt_P_R_Cloth2 + Materials: + - Material: Bar_D_Co_Rune + Amount: 60 + - Material: Bar_D_Po_Rune + Amount: 60 + - Material: Bar_D_Co_Essence + Amount: 30 + - Material: Bar_D_Po_Essence + Amount: 30 + ResultItem: Corrupt_P_R_Cloth + - Item: FateSin_Boots_Hammer + BaseItems: + - BaseItem: FateSin_Boots_CD + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_CD + ChangeRefine: 1 + - BaseItem: FateSin_Boots_IQ + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_IQ + ChangeRefine: 1 + - BaseItem: FateSin_Boots_SOA + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_SOA + ChangeRefine: 1 + - BaseItem: FateSin_Boots_BO + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_BO + ChangeRefine: 1 + - BaseItem: FateSin_Boots_DK + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_DK + ChangeRefine: 1 + - BaseItem: FateSin_Boots_SH + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_SH + ChangeRefine: 1 + - BaseItem: FateSin_Boots_EM + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_EM + ChangeRefine: 1 + - BaseItem: FateSin_Boots_WH + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_WH + ChangeRefine: 1 + - BaseItem: FateSin_Boots_SKE + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_SKE + ChangeRefine: 1 + - BaseItem: FateSin_Boots_MT + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_MT + ChangeRefine: 1 + - BaseItem: FateSin_Boots_SHC + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_SHC + ChangeRefine: 1 + - BaseItem: FateSin_Boots_SS + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_SS + ChangeRefine: 1 + - BaseItem: FateSin_Boots_ABC + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_ABC + ChangeRefine: 1 + - BaseItem: FateSin_Boots_TR + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_TR + ChangeRefine: 1 + - BaseItem: FateSin_Boots_HN + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_HN + ChangeRefine: 1 + - BaseItem: FateSin_Boots_IG + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_IG + ChangeRefine: 1 + - BaseItem: FateSin_Boots_AG + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_AG + ChangeRefine: 1 + - BaseItem: FateSin_Boots_NW + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Blacksmith_Blessing + Amount: 14 + ResultItem: FateSin_Boots_NW + ChangeRefine: 1 + - Item: R_Ep17_Box + BaseItems: + - BaseItem: Saphir_Hall_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Saphir_Hall_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: ElectricFox_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_ElectricFox_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Rutilus_Stick_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Rutilus_Stick_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Circuit_Board_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Circuit_Board_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Boost_Lance_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Boost_Lance_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Blasti_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Blasti_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Beam_Claymore_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Beam_Claymore_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Cannon_Rapier_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Cannon_Rapier_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: AC_B44_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_AC_B44_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Virtual_Bow_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Virtual_Bow_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: HR_S55_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_HR_S55_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: MH_P89_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_MH_P89_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Kuroiro_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Kuroiro_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Meuchler_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Meuchler_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Burning_Knuckle_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Burning_Knuckle_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ultio_Spes_OS + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ultio_Spes_OS + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_BC_R + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_BC_R + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_B_R + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_B_R + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_Armor_A + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_Armor_A + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_Engine_A + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_Engine_A + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_Leg_A + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_Leg_A + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_BC_L + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_BC_L + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_B_L + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_B_L + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_Armor_B + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_Armor_B + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_Engine_B + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_Engine_B + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Auto_Leg_B + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Auto_Leg_B + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Sword + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Sword + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Wand + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Wand + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Book + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Book + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Sword2 + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Sword2 + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Bow + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Bow + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Bow2 + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Bow2 + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_knuck + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_knuck + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Spear + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Spear + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Spear + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Spear + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Dagger + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Dagger + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Katar + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Katar + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Staff + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Staff + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Book2 + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Book2 + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Dagger2 + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Dagger2 + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Whip + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Whip + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Inst + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Inst + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Huuma + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Huuma + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Foxtail + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Foxtail + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Rifle + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Rifle + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Shotgun + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Shotgun + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Gatling + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Gatling + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Grenade + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Grenade + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Axe + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Axe + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Sword + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Sword + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Bow3 + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Bow3 + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_Bh_Sword + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_Bh_Sword + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Ep172_1h_Hammer + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Ep172_1h_Hammer + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Card_Coin + MaximumRefine: 0 + ResultItem: R_Recycle_Card + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_A_Bow + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_A_Bow + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_T_Sword + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_T_Sword + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Lance + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Lance + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_G_Sword + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_G_Sword + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_G_Spear + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_G_Spear + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Axe + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Axe + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Mace + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Mace + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Lapier + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Lapier + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Hall + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Hall + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Cakram + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Cakram + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Katar + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Katar + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Dagger + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Dagger + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_C_Bow + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_C_Bow + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_T_Staff + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_T_Staff + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Rod + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Rod + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_M_Book + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_M_Book + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_P_Book + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_P_Book + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Bible + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Bible + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Wand + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Wand + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Knuckle + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Knuckle + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Claw + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Claw + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Ballista + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Ballista + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Violin + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Violin + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_C_Rope + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_C_Rope + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Harp + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Harp + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Ribbon + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Ribbon + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Humma + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Humma + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_C_Humma + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_C_Humma + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Revolver + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Revolver + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Shotgun + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Shotgun + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Rifle + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Rifle + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Gatling + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Gatling + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Launcher + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Launcher + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Moon_B + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Moon_B + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_Star_B + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_Star_B + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_S_Stick + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_S_Stick + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_D_Wand + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_D_Wand + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_F_Wand + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_F_Wand + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Adulter_F_F_model + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Adulter_F_F_model + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Suits + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Suits + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Robe + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Robe + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Muffler + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Muffler + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Manteau + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Manteau + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Boots + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Boots + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Shoes + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Shoes + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Pendant + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Pendant + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Ring + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Ring + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Earing + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Earing + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - BaseItem: Gray_W_Necklace + Materials: + - Material: Imperfect_Rune + Amount: 10 + ResultItem: R_Gray_W_Necklace + ChangeRefine: -20 + RandomOptionGroup: Group_0 + ClearSlots: true + RemoveEnchantgrade: true + - Item: Season_H_Upgrade + BaseItems: + - BaseItem: Season_Hood_Spring + Materials: + - Material: Circul_Of_Life + Amount: 30 + - Material: Fruit_Of_Birth + Amount: 15 + - Material: Fruit_Of_Extinction + Amount: 15 + - Material: Pow_Meteorite_Fragment + Amount: 50 + - Material: Sta_Meteorite_Fragment + Amount: 50 + - Material: Wis_Meteorite_Fragment + Amount: 50 + ResultItem: Circul_Of_Life_Spring + - BaseItem: Season_Hood_Summer + Materials: + - Material: Circul_Of_Life + Amount: 30 + - Material: Fruit_Of_Birth + Amount: 15 + - Material: Fruit_Of_Extinction + Amount: 15 + - Material: Con_Meteorite_Fragment + Amount: 50 + - Material: Spl_Meteorite_Fragment + Amount: 50 + - Material: Sta_Meteorite_Fragment + Amount: 50 + ResultItem: Circul_Of_Life_Summer + - BaseItem: Season_Hood_Autumn + Materials: + - Material: Circul_Of_Life + Amount: 30 + - Material: Fruit_Of_Birth + Amount: 15 + - Material: Fruit_Of_Extinction + Amount: 15 + - Material: Spl_Meteorite_Fragment + Amount: 50 + - Material: Crt_Meteorite_Fragment + Amount: 50 + - Material: Wis_Meteorite_Fragment + Amount: 50 + ResultItem: Circul_Of_Life_Autumn + - BaseItem: Season_Hood_Winter + Materials: + - Material: Circul_Of_Life + Amount: 30 + - Material: Fruit_Of_Birth + Amount: 15 + - Material: Fruit_Of_Extinction + Amount: 15 + - Material: Crt_Meteorite_Fragment + Amount: 50 + - Material: Con_Meteorite_Fragment + Amount: 50 + - Material: Pow_Meteorite_Fragment + Amount: 50 + ResultItem: Circul_Of_Life_Winter + - Item: Dimen_W_Refine + BaseItems: + - BaseItem: Dimen_DK_T_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_DK_T_Sword + ChangeRefine: 1 + - BaseItem: Dimen_DK_Lance + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_DK_Lance + ChangeRefine: 1 + - BaseItem: Dimen_IG_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_IG_Sword + ChangeRefine: 1 + - BaseItem: Dimen_IG_Spear + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_IG_Spear + ChangeRefine: 1 + - BaseItem: Dimen_MT_Axe + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_MT_Axe + ChangeRefine: 1 + - BaseItem: Dimen_MT_Mace + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_MT_Mace + ChangeRefine: 1 + - BaseItem: Dimen_BO_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_BO_Sword + ChangeRefine: 1 + - BaseItem: Dimen_BO_Hall + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_BO_Hall + ChangeRefine: 1 + - BaseItem: Dimen_SHC_Katar + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SHC_Katar + ChangeRefine: 1 + - BaseItem: Dimen_SHC_Cakram + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SHC_Cakram + ChangeRefine: 1 + - BaseItem: Dimen_ABC_Knife + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_ABC_Knife + ChangeRefine: 1 + - BaseItem: Dimen_ABC_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_ABC_Bow + ChangeRefine: 1 + - BaseItem: Dimen_AG_Staff + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_AG_Staff + ChangeRefine: 1 + - BaseItem: Dimen_AG_Rod + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_AG_Rod + ChangeRefine: 1 + - BaseItem: Dimen_EM_M_Book + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_EM_M_Book + ChangeRefine: 1 + - BaseItem: Dimen_EM_S_Book + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_EM_S_Book + ChangeRefine: 1 + - BaseItem: Dimen_CD_Rod + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_CD_Rod + ChangeRefine: 1 + - BaseItem: Dimen_CD_Bible + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_CD_Bible + ChangeRefine: 1 + - BaseItem: Dimen_IQ_Knuckle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_IQ_Knuckle + ChangeRefine: 1 + - BaseItem: Dimen_IQ_Claw + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_IQ_Claw + ChangeRefine: 1 + - BaseItem: Dimen_WH_C_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_WH_C_Bow + ChangeRefine: 1 + - BaseItem: Dimen_WH_Bow + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_WH_Bow + ChangeRefine: 1 + - BaseItem: Dimen_TR_Harp + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_TR_Harp + ChangeRefine: 1 + - BaseItem: Dimen_TR_Vilolin + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_TR_Vilolin + ChangeRefine: 1 + - BaseItem: Dimen_TR_Ribbon + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_TR_Ribbon + ChangeRefine: 1 + - BaseItem: Dimen_SS_Humma + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SS_Humma + ChangeRefine: 1 + - BaseItem: Dimen_SS_Wheel + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SS_Wheel + ChangeRefine: 1 + - BaseItem: Dimen_NW_Rifle + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_NW_Rifle + ChangeRefine: 1 + - BaseItem: Dimen_NW_Launcher + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_NW_Launcher + ChangeRefine: 1 + - BaseItem: Dimen_SKE_M_Book + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SKE_M_Book + ChangeRefine: 1 + - BaseItem: Dimen_SKE_S_Book + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SKE_S_Book + ChangeRefine: 1 + - BaseItem: Dimen_SOA_Stick + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SOA_Stick + ChangeRefine: 1 + - BaseItem: Dimen_SOA_Rod + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SOA_Rod + ChangeRefine: 1 + - BaseItem: Dimen_HN_Sword + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_HN_Sword + ChangeRefine: 1 + - BaseItem: Dimen_HN_Rod + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_HN_Rod + ChangeRefine: 1 + - BaseItem: Dimen_SH_Foxtail + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SH_Foxtail + ChangeRefine: 1 + - BaseItem: Dimen_SH_F_Model + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_SH_F_Model + ChangeRefine: 1 + - BaseItem: Dimen_TR_Rope + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: Abyss_Magic_Jewel + Amount: 10 + - Material: Time_Dimension_Jewel + Amount: 10 + - Material: Zelunium + Amount: 75 + - Material: Shadowdecon + Amount: 75 + - Material: Etel_Stone + Amount: 15 + ResultItem: Dimen_TR_Rope + ChangeRefine: 1 + - Item: Refine_Furious + BaseItems: + - BaseItem: StormBow_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: StormBow_Furious + ChangeRefine: 1 + - BaseItem: TornadoBow_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: TornadoBow_Furious + ChangeRefine: 1 + - BaseItem: SaintBook_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: SaintBook_Furious + ChangeRefine: 1 + - BaseItem: SaintWand_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: SaintWand_Furious + ChangeRefine: 1 + - BaseItem: SunBook_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: SunBook_Furious + ChangeRefine: 1 + - BaseItem: MoonBook_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: MoonBook_Furious + ChangeRefine: 1 + - BaseItem: FuriousCirclet_WH + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousCirclet_WH + ChangeRefine: 1 + - BaseItem: FuriousCirclet_CD + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousCirclet_CD + ChangeRefine: 1 + - BaseItem: FuriousCirclet_SKE + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousCirclet_SKE + ChangeRefine: 1 + - BaseItem: FuriousBoots + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousBoots + ChangeRefine: 1 + - BaseItem: Slayer_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: Slayer_Furious + ChangeRefine: 1 + - BaseItem: Trident_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: Trident_Furious + ChangeRefine: 1 + - BaseItem: Demonius_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: Demonius_Furious + ChangeRefine: 1 + - BaseItem: Demonsword_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: Demonsword_Furious + ChangeRefine: 1 + - BaseItem: Foxtail_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: Foxtail_Furious + ChangeRefine: 1 + - BaseItem: Setaria_Furious + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Etherdeocon + Amount: 10 + - Material: Enriched_Etherdeocon + Amount: 20 + ResultItem: Setaria_Furious + ChangeRefine: 1 + - BaseItem: FuriousCirclet_DK + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousCirclet_DK + ChangeRefine: 1 + - BaseItem: FuriousCirclet_ABC + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousCirclet_ABC + ChangeRefine: 1 + - BaseItem: FuriousCirclet_SH + MinimumRefine: 9 + MaximumRefine: 11 + Materials: + - Material: HD_Ethernium + Amount: 10 + - Material: Enriched_Ethernium + Amount: 20 + ResultItem: FuriousCirclet_SH + ChangeRefine: 1 diff --git a/db/re/job_aspd.yml b/db/re/job_aspd.yml new file mode 100644 index 0000000000..a6d9f0fe93 --- /dev/null +++ b/db/re/job_aspd.yml @@ -0,0 +1,616 @@ +# This file is a part of rAthena. +# Copyright(C) 2021 rAthena Development Team +# https://rathena.org - https://github.com/rathena +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +########################################################################### +# Job Database +########################################################################### +# +# Job Settings +# +########################################################################### +# - Jobs: List of jobs associated to group. +# Job Job name. +# MaxWeight Base maximum weight. (Default: 20000) +# HpFactor Exponential HP increase. Per base level: [HpFactor * BaseLv / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 0) +# HpIncrease Linear HP increase. Per base level: [HpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 500) +# SpIncrease Linear SP increase. Per base level: [SpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 100) +# BaseASPD: Base ASPD for each weapon type. (Default: 2000) +# Weapon Weapon type with associated ASPD. +# BonusStats: Job level bonus stats/traits. +# - Level Job level. +# Str Stength increase amount. (Default: 0) +# Agi Agility increase amount. (Default: 0) +# Vit Vitality increase amount. (Default: 0) +# Int Intelligence increase amount. (Default: 0) +# Dex Dexterity increase amount. (Default: 0) +# Luk Luck increase amount. (Default: 0) +# Pow Power increase amount. (Default: 0) +# Sta Stamina increase amount. (Default: 0) +# Wis Wisdom increase amount. (Default: 0) +# Spl Spell increase amount. (Default: 0) +# Con Concentration increase amount. (Default: 0) +# Crt Creative increase amount. (Default: 0) +# MaxStats: Maximum stats/traits applicable. (Default: battle_config::max_*_parameter) +# Str Strength. +# Agi Agility. +# Vit Vitality. +# Int Intelligence. +# Dex Dexterity. +# Luk Luck. +# Pow Power. +# Sta Stamina. +# Wis Wisdom. +# Spl Spell. +# Con Concentration. +# Crt Creative. +# MaxBaseLevel Maximum base level. (Default: MAX_LEVEL) +# BaseExp: Base experience per level. +# - Level Base level. +# Exp Base experience. +# MaxJobLevel Maximum job level. (Default: MAX_LEVEL) +# JobExp: Job experience per level. +# - Level Job level. +# Exp Job experience. +# BaseHp: Base HP per base level. +# - Level Base level. +# Hp Base HP. +# BaseSp: Base SP per base level. +# - Level Base level. +# Sp Base SP. +# BaseAp: Base AP per base level. +# - Level Base level. +# Ap Base AP. +########################################################################### + +Header: + Type: JOB_STATS + Version: 2 + +Body: + - Jobs: + Novice: true + Super_Novice: true + Novice_High: true + Baby: true + Super_Baby: true + Super_Novice_E: true + Super_Baby_E: true + Hyper_Novice: true + BaseASPD: + Fist: 40 + Dagger: 55 + 1hSword: 57 + 1hAxe: 50 + Mace: 50 + 2hMace: 55 + Staff: 65 + 2hStaff: 65 + Shield: 10 + - Jobs: + Swordman: true + Swordman_High: true + Baby_Swordman: true + BaseASPD: + Fist: 40 + Dagger: 47 + 1hSword: 47 + 2hSword: 54 + 1hSpear: 57 + 2hSpear: 65 + 1hAxe: 55 + 2hAxe: 60 + Mace: 50 + 2hMace: 55 + Shield: 5 + - Jobs: + Mage: true + Mage_High: true + Baby_Mage: true + BaseASPD: + Fist: 50 + Dagger: 50 + Staff: 55 + 2hStaff: 55 + Shield: 10 + - Jobs: + Archer: true + Archer_High: true + Baby_Archer: true + BaseASPD: + Fist: 40 + Dagger: 55 + Bow: 50 + Shield: 9 + - Jobs: + Acolyte: true + Acolyte_High: true + Baby_Acolyte: true + BaseASPD: + Fist: 40 + Mace: 45 + 2hMace: 50 + Staff: 60 + 2hStaff: 60 + Shield: 7 + - Jobs: + Merchant: true + Merchant_High: true + Baby_Merchant: true + BaseASPD: + Fist: 40 + Dagger: 52 + 1hSword: 52 + 1hAxe: 48 + 2hAxe: 55 + Mace: 50 + 2hMace: 55 + Shield: 5 + - Jobs: + Thief: true + Thief_High: true + Baby_Thief: true + BaseASPD: + Fist: 40 + Dagger: 48 + 1hSword: 50 + 1hAxe: 60 + Bow: 53 + Shield: 6 + - Jobs: + Knight: true + Knight2: true + Lord_Knight: true + Lord_Knight2: true + Baby_Knight: true + Baby_Knight2: true + BaseASPD: + Fist: 40 + Dagger: 49 + 1hSword: 45 + 2hSword: 52 + 1hSpear: 55 + 2hSpear: 60 + 1hAxe: 50 + 2hAxe: 55 + Mace: 45 + 2hMace: 50 + Shield: 5 + - Jobs: + Priest: true + High_Priest: true + Baby_Priest: true + BaseASPD: + Fist: 40 + Mace: 43 + 2hMace: 48 + Staff: 60 + Knuckle: 60 + Book: 44 + 2hStaff: 60 + Shield: 5 + - Jobs: + Wizard: true + High_Wizard: true + Baby_Wizard: true + BaseASPD: + Fist: 50 + Dagger: 54 + Staff: 53 + 2hStaff: 53 + Shield: 8 + - Jobs: + Blacksmith: true + Whitesmith: true + Baby_Blacksmith: true + BaseASPD: + Fist: 40 + Dagger: 50 + 1hSword: 50 + 1hAxe: 46 + 2hAxe: 53 + Mace: 48 + 2hMace: 53 + Shield: 5 + - Jobs: + Hunter: true + Sniper: true + Baby_Hunter: true + BaseASPD: + Fist: 40 + Dagger: 53 + Bow: 48 + Shield: 9 + - Jobs: + Assassin: true + Assassin_Cross: true + Baby_Assassin: true + BaseASPD: + Fist: 40 + Dagger: 42 + 1hSword: 50 + 1hAxe: 51 + Katar: 42 + Huuma: 110 + Shield: 6 + - Jobs: + Crusader: true + Crusader2: true + Paladin: true + Paladin2: true + Baby_Crusader: true + Baby_Crusader2: true + BaseASPD: + Fist: 40 + Dagger: 48 + 1hSword: 43 + 2hSword: 55 + 1hSpear: 53 + 2hSpear: 52 + 1hAxe: 50 + 2hAxe: 55 + Mace: 45 + 2hMace: 50 + Shield: 5 + - Jobs: + Monk: true + Champion: true + Baby_Monk: true + BaseASPD: + Fist: 40 + Mace: 43 + 2hMace: 48 + Staff: 60 + Knuckle: 40 + 2hStaff: 58 + Shield: 5 + - Jobs: + Sage: true + Professor: true + Baby_Sage: true + BaseASPD: + Fist: 45 + Dagger: 53 + 1hSword: 60 + Staff: 55 + Book: 43 + 2hStaff: 55 + Shield: 5 + - Jobs: + Rogue: true + Stalker: true + Baby_Rogue: true + BaseASPD: + Fist: 40 + Dagger: 45 + 1hSword: 50 + Bow: 50 + Shield: 5 + - Jobs: + Alchemist: true + Creator: true + Baby_Alchemist: true + BaseASPD: + Fist: 40 + Dagger: 50 + 1hSword: 45 + 1hAxe: 45 + 2hAxe: 52 + Mace: 45 + 2hMace: 50 + Shield: 4 + - Jobs: + Bard: true + Clown: true + Baby_Bard: true + BaseASPD: + Fist: 40 + Dagger: 53 + Bow: 48 + Musical: 45 + Shield: 7 + - Jobs: + Dancer: true + Gypsy: true + Baby_Dancer: true + BaseASPD: + Fist: 40 + Dagger: 53 + Bow: 48 + Whip: 45 + Shield: 7 + - Jobs: + Gunslinger: true + Rebellion: true + Baby_Gunslinger: true + Baby_Rebellion: true + Night_Watch: true + BaseASPD: + Fist: 54 + Revolver: 49 + Rifle: 59 + Gatling: 54 + Shotgun: 94 + Grenade: 104 + Shield: 6 + - Jobs: + Ninja: true + Baby_Ninja: true + BaseASPD: + Fist: 40 + Dagger: 43 + Huuma: 55 + Shield: 6 + - Jobs: + Taekwon: true + Star_Gladiator: true + Star_Gladiator2: true + Baby_Taekwon: true + Baby_Star_Gladiator: true + Baby_Star_Gladiator2: true + Star_Emperor: true + Star_Emperor2: true + Baby_Star_Emperor: true + Baby_Star_Emperor2: true + Sky_Emperor: true + BaseASPD: + Fist: 40 + Dagger: 50 + 1hSword: 50 + 2hSword: 50 + 1hSpear: 50 + 2hSpear: 50 + 1hAxe: 50 + 2hAxe: 50 + Mace: 50 + 2hMace: 50 + Staff: 50 + Bow: 50 + Knuckle: 50 + Musical: 50 + Whip: 50 + Book: 50 + Katar: 50 + Revolver: 50 + Rifle: 50 + Gatling: 50 + Shotgun: 50 + Grenade: 50 + Huuma: 50 + 2hStaff: 50 + Shield: 6 + - Jobs: + Soul_Linker: true + Baby_Soul_Linker: true + Soul_Reaper: true + Baby_Soul_Reaper: true + Soul_Ascetic: true + BaseASPD: + Fist: 50 + Dagger: 50 + Staff: 53 + 2hStaff: 55 + Shield: 8 + - Jobs: + Rune_Knight: true + Rune_Knight2: true + Rune_Knight_T: true + Rune_Knight_T2: true + Baby_Rune_Knight: true + Baby_Rune_Knight2: true + Dragon_Knight: true + Dragon_Knight2: true + BaseASPD: + Fist: 40 + Dagger: 50 + 1hSword: 52 + 2hSword: 55 + 1hSpear: 60 + 2hSpear: 58 + 1hAxe: 48 + 2hAxe: 52 + Mace: 45 + 2hMace: 52 + Shield: 5 + - Jobs: + Warlock: true + Warlock_T: true + Baby_Warlock: true + Arch_Mage: true + BaseASPD: + Fist: 45 + Dagger: 52 + 1hSword: 60 + Staff: 50 + 2hStaff: 56 + Shield: 5 + - Jobs: + Ranger: true + Ranger2: true + Ranger_T: true + Ranger_T2: true + Baby_Ranger: true + Baby_Ranger2: true + Windhawk: true + Windhawk2: true + BaseASPD: + Fist: 40 + Dagger: 50 + Bow: 49 + Shield: 8 + - Jobs: + Arch_Bishop: true + Arch_Bishop_T: true + Baby_Arch_Bishop: true + Cardinal: true + BaseASPD: + Fist: 45 + Mace: 45 + 2hMace: 45 + Staff: 60 + Knuckle: 50 + Book: 44 + 2hStaff: 55 + Shield: 5 + - Jobs: + Mechanic: true + Mechanic2: true + Mechanic_T: true + Mechanic_T2: true + Baby_Mechanic: true + Baby_Mechanic2: true + Meister: true + Meister2: true + BaseASPD: + Fist: 40 + Dagger: 60 + 1hSword: 65 + 1hAxe: 45 + 2hAxe: 48 + Mace: 48 + 2hMace: 50 + Shield: 6 + - Jobs: + Guillotine_Cross: true + Guillotine_Cross_T: true + Baby_Guillotine_Cross: true + Shadow_Cross: true + BaseASPD: + Fist: 40 + Dagger: 42 + 1hSword: 65 + 1hAxe: 80 + Katar: 42 + Rifle: 95 + Gatling: 120 + Shotgun: 90 + Grenade: 100 + Huuma: 110 + Shield: 9 + - Jobs: + Royal_Guard: true + Royal_Guard2: true + Royal_Guard_T: true + Royal_Guard_T2: true + Baby_Royal_Guard: true + Baby_Royal_Guard2: true + Imperial_Guard: true + Imperial_Guard2: true + BaseASPD: + Fist: 40 + Dagger: 47 + 1hSword: 45 + 2hSword: 53 + 1hSpear: 50 + 2hSpear: 50 + 1hAxe: 48 + 2hAxe: 52 + Mace: 44 + 2hMace: 50 + Shield: 5 + - Jobs: + Sorcerer: true + Sorcerer_T: true + Baby_Sorcerer: true + Elemental_Master: true + BaseASPD: + Fist: 40 + Dagger: 50 + 1hSword: 50 + Staff: 45 + Book: 45 + 2hStaff: 55 + Shield: 5 + - Jobs: + Minstrel: true + Minstrel_T: true + Baby_Minstrel: true + Troubadour: true + BaseASPD: + Fist: 40 + Dagger: 52 + Bow: 49 + Musical: 44 + Shield: 7 + - Jobs: + Wanderer: true + Wanderer_T: true + Baby_Wanderer: true + Trouvere: true + BaseASPD: + Fist: 40 + Dagger: 52 + Bow: 49 + Whip: 44 + Shield: 7 + - Jobs: + Sura: true + Sura_T: true + Baby_Sura: true + Inquisitor: true + BaseASPD: + Fist: 38 + Mace: 43 + 2hMace: 45 + Staff: 48 + Knuckle: 39 + 2hStaff: 50 + Shield: 5 + - Jobs: + Genetic: true + Genetic_T: true + Baby_Genetic: true + Biolo: true + BaseASPD: + Fist: 40 + Dagger: 50 + 1hSword: 44 + 1hAxe: 48 + 2hAxe: 51 + Mace: 44 + 2hMace: 48 + Shield: 4 + - Jobs: + Shadow_Chaser: true + Shadow_Chaser_T: true + Baby_Shadow_Chaser: true + Abyss_Chaser: true + BaseASPD: + Fist: 40 + Dagger: 43 + 1hSword: 47 + Bow: 47 + Shield: 4 + - Jobs: + Kagerou: true + Oboro: true + Baby_Kagerou: true + Baby_Oboro: true + Shinkiro: true + Shiranui: true + BaseASPD: + Fist: 40 + Dagger: 45 + Huuma: 50 + Shield: 3 + - Jobs: + Summoner: true + Baby_Summoner: true + Spirit_Handler: true + BaseASPD: + Fist: 40 + Staff: 60 + Shield: 7 diff --git a/db/re/job_basepoints.yml b/db/re/job_basepoints.yml index f7575234e5..b3ef890c8a 100644 --- a/db/re/job_basepoints.yml +++ b/db/re/job_basepoints.yml @@ -19397,6 +19397,26 @@ Body: Hp: 31450 - Level: 250 Hp: 31625 + - Level: 251 + Hp: 31625 + - Level: 252 + Hp: 31625 + - Level: 253 + Hp: 31625 + - Level: 254 + Hp: 31625 + - Level: 255 + Hp: 31625 + - Level: 256 + Hp: 31625 + - Level: 257 + Hp: 31625 + - Level: 258 + Hp: 31625 + - Level: 259 + Hp: 31625 + - Level: 260 + Hp: 31625 - Jobs: Meister: true Meister2: true @@ -19503,6 +19523,26 @@ Body: Hp: 29575 - Level: 250 Hp: 29750 + - Level: 251 + Hp: 29750 + - Level: 252 + Hp: 29750 + - Level: 253 + Hp: 29750 + - Level: 254 + Hp: 29750 + - Level: 255 + Hp: 29750 + - Level: 256 + Hp: 29750 + - Level: 257 + Hp: 29750 + - Level: 258 + Hp: 29750 + - Level: 259 + Hp: 29750 + - Level: 260 + Hp: 29750 - Jobs: Shadow_Cross: true BaseHp: @@ -19608,6 +19648,26 @@ Body: Hp: 28075 - Level: 250 Hp: 28225 + - Level: 251 + Hp: 28225 + - Level: 252 + Hp: 28225 + - Level: 253 + Hp: 28225 + - Level: 254 + Hp: 28225 + - Level: 255 + Hp: 28225 + - Level: 256 + Hp: 28225 + - Level: 257 + Hp: 28225 + - Level: 258 + Hp: 28225 + - Level: 259 + Hp: 28225 + - Level: 260 + Hp: 28225 - Jobs: Arch_Mage: true BaseHp: @@ -19713,6 +19773,26 @@ Body: Hp: 24200 - Level: 250 Hp: 24375 + - Level: 251 + Hp: 24375 + - Level: 252 + Hp: 24375 + - Level: 253 + Hp: 24375 + - Level: 254 + Hp: 24375 + - Level: 255 + Hp: 24375 + - Level: 256 + Hp: 24375 + - Level: 257 + Hp: 24375 + - Level: 258 + Hp: 24375 + - Level: 259 + Hp: 24375 + - Level: 260 + Hp: 24375 - Jobs: Cardinal: true BaseHp: @@ -19818,6 +19898,26 @@ Body: Hp: 24585 - Level: 250 Hp: 24760 + - Level: 251 + Hp: 24760 + - Level: 252 + Hp: 24760 + - Level: 253 + Hp: 24760 + - Level: 254 + Hp: 24760 + - Level: 255 + Hp: 24760 + - Level: 256 + Hp: 24760 + - Level: 257 + Hp: 24760 + - Level: 258 + Hp: 24760 + - Level: 259 + Hp: 24760 + - Level: 260 + Hp: 24760 - Jobs: Windhawk: true Windhawk2: true @@ -19924,6 +20024,26 @@ Body: Hp: 25035 - Level: 250 Hp: 25185 + - Level: 251 + Hp: 25185 + - Level: 252 + Hp: 25185 + - Level: 253 + Hp: 25185 + - Level: 254 + Hp: 25185 + - Level: 255 + Hp: 25185 + - Level: 256 + Hp: 25185 + - Level: 257 + Hp: 25185 + - Level: 258 + Hp: 25185 + - Level: 259 + Hp: 25185 + - Level: 260 + Hp: 25185 - Jobs: Imperial_Guard: true Imperial_Guard2: true @@ -20030,6 +20150,26 @@ Body: Hp: 30330 - Level: 250 Hp: 30505 + - Level: 251 + Hp: 30505 + - Level: 252 + Hp: 30505 + - Level: 253 + Hp: 30505 + - Level: 254 + Hp: 30505 + - Level: 255 + Hp: 30505 + - Level: 256 + Hp: 30505 + - Level: 257 + Hp: 30505 + - Level: 258 + Hp: 30505 + - Level: 259 + Hp: 30505 + - Level: 260 + Hp: 30505 - Jobs: Biolo: true BaseHp: @@ -20135,6 +20275,26 @@ Body: Hp: 25450 - Level: 250 Hp: 25625 + - Level: 251 + Hp: 25625 + - Level: 252 + Hp: 25625 + - Level: 253 + Hp: 25625 + - Level: 254 + Hp: 25625 + - Level: 255 + Hp: 25625 + - Level: 256 + Hp: 25625 + - Level: 257 + Hp: 25625 + - Level: 258 + Hp: 25625 + - Level: 259 + Hp: 25625 + - Level: 260 + Hp: 25625 - Jobs: Abyss_Chaser: true BaseHp: @@ -20240,6 +20400,26 @@ Body: Hp: 24330 - Level: 250 Hp: 24445 + - Level: 251 + Hp: 24445 + - Level: 252 + Hp: 24445 + - Level: 253 + Hp: 24445 + - Level: 254 + Hp: 24445 + - Level: 255 + Hp: 24445 + - Level: 256 + Hp: 24445 + - Level: 257 + Hp: 24445 + - Level: 258 + Hp: 24445 + - Level: 259 + Hp: 24445 + - Level: 260 + Hp: 24445 - Jobs: Elemental_Master: true BaseHp: @@ -20345,6 +20525,26 @@ Body: Hp: 21825 - Level: 250 Hp: 21960 + - Level: 251 + Hp: 21960 + - Level: 252 + Hp: 21960 + - Level: 253 + Hp: 21960 + - Level: 254 + Hp: 21960 + - Level: 255 + Hp: 21960 + - Level: 256 + Hp: 21960 + - Level: 257 + Hp: 21960 + - Level: 258 + Hp: 21960 + - Level: 259 + Hp: 21960 + - Level: 260 + Hp: 21960 - Jobs: Inquisitor: true BaseHp: @@ -20450,6 +20650,26 @@ Body: Hp: 25955 - Level: 250 Hp: 26110 + - Level: 251 + Hp: 26110 + - Level: 252 + Hp: 26110 + - Level: 253 + Hp: 26110 + - Level: 254 + Hp: 26110 + - Level: 255 + Hp: 26110 + - Level: 256 + Hp: 26110 + - Level: 257 + Hp: 26110 + - Level: 258 + Hp: 26110 + - Level: 259 + Hp: 26110 + - Level: 260 + Hp: 26110 - Jobs: Troubadour: true BaseHp: @@ -20555,6 +20775,26 @@ Body: Hp: 25030 - Level: 250 Hp: 25180 + - Level: 251 + Hp: 25180 + - Level: 252 + Hp: 25180 + - Level: 253 + Hp: 25180 + - Level: 254 + Hp: 25180 + - Level: 255 + Hp: 25180 + - Level: 256 + Hp: 25180 + - Level: 257 + Hp: 25180 + - Level: 258 + Hp: 25180 + - Level: 259 + Hp: 25180 + - Level: 260 + Hp: 25180 - Jobs: Trouvere: true BaseHp: @@ -20660,6 +20900,26 @@ Body: Hp: 25030 - Level: 250 Hp: 25180 + - Level: 251 + Hp: 25180 + - Level: 252 + Hp: 25180 + - Level: 253 + Hp: 25180 + - Level: 254 + Hp: 25180 + - Level: 255 + Hp: 25180 + - Level: 256 + Hp: 25180 + - Level: 257 + Hp: 25180 + - Level: 258 + Hp: 25180 + - Level: 259 + Hp: 25180 + - Level: 260 + Hp: 25180 - Jobs: Sky_Emperor: true Sky_Emperor2: true @@ -20766,6 +21026,26 @@ Body: Hp: 13800 - Level: 250 Hp: 13862 + - Level: 251 + Hp: 13862 + - Level: 252 + Hp: 13862 + - Level: 253 + Hp: 13862 + - Level: 254 + Hp: 13862 + - Level: 255 + Hp: 13862 + - Level: 256 + Hp: 13862 + - Level: 257 + Hp: 13862 + - Level: 258 + Hp: 13862 + - Level: 259 + Hp: 13862 + - Level: 260 + Hp: 13862 - Jobs: Soul_Ascetic: true BaseHp: @@ -20871,6 +21151,26 @@ Body: Hp: 12500 - Level: 250 Hp: 12555 + - Level: 251 + Hp: 12555 + - Level: 252 + Hp: 12555 + - Level: 253 + Hp: 12555 + - Level: 254 + Hp: 12555 + - Level: 255 + Hp: 12555 + - Level: 256 + Hp: 12555 + - Level: 257 + Hp: 12555 + - Level: 258 + Hp: 12555 + - Level: 259 + Hp: 12555 + - Level: 260 + Hp: 12555 - Jobs: Shinkiro: true BaseHp: @@ -20976,6 +21276,26 @@ Body: Hp: 22800 - Level: 250 Hp: 22955 + - Level: 251 + Hp: 22955 + - Level: 252 + Hp: 22955 + - Level: 253 + Hp: 22955 + - Level: 254 + Hp: 22955 + - Level: 255 + Hp: 22955 + - Level: 256 + Hp: 22955 + - Level: 257 + Hp: 22955 + - Level: 258 + Hp: 22955 + - Level: 259 + Hp: 22955 + - Level: 260 + Hp: 22955 - Jobs: Shiranui: true BaseHp: @@ -21081,6 +21401,26 @@ Body: Hp: 22500 - Level: 250 Hp: 22655 + - Level: 251 + Hp: 22655 + - Level: 252 + Hp: 22655 + - Level: 253 + Hp: 22655 + - Level: 254 + Hp: 22655 + - Level: 255 + Hp: 22655 + - Level: 256 + Hp: 22655 + - Level: 257 + Hp: 22655 + - Level: 258 + Hp: 22655 + - Level: 259 + Hp: 22655 + - Level: 260 + Hp: 22655 - Jobs: Night_Watch: true BaseHp: @@ -21186,6 +21526,26 @@ Body: Hp: 26326 - Level: 250 Hp: 26467 + - Level: 251 + Hp: 26467 + - Level: 252 + Hp: 26467 + - Level: 253 + Hp: 26467 + - Level: 254 + Hp: 26467 + - Level: 255 + Hp: 26467 + - Level: 256 + Hp: 26467 + - Level: 257 + Hp: 26467 + - Level: 258 + Hp: 26467 + - Level: 259 + Hp: 26467 + - Level: 260 + Hp: 26467 - Jobs: Hyper_Novice: true BaseHp: @@ -21291,6 +21651,26 @@ Body: Hp: 5280 - Level: 250 Hp: 5285 + - Level: 251 + Hp: 5285 + - Level: 252 + Hp: 5285 + - Level: 253 + Hp: 5285 + - Level: 254 + Hp: 5285 + - Level: 255 + Hp: 5285 + - Level: 256 + Hp: 5285 + - Level: 257 + Hp: 5285 + - Level: 258 + Hp: 5285 + - Level: 259 + Hp: 5285 + - Level: 260 + Hp: 5285 - Jobs: Spirit_Handler: true BaseHp: @@ -21396,6 +21776,26 @@ Body: Hp: 31755 - Level: 250 Hp: 31947 + - Level: 251 + Hp: 31947 + - Level: 252 + Hp: 31947 + - Level: 253 + Hp: 31947 + - Level: 254 + Hp: 31947 + - Level: 255 + Hp: 31947 + - Level: 256 + Hp: 31947 + - Level: 257 + Hp: 31947 + - Level: 258 + Hp: 31947 + - Level: 259 + Hp: 31947 + - Level: 260 + Hp: 31947 - Jobs: Dragon_Knight: true Dragon_Knight2: true @@ -21502,6 +21902,26 @@ Body: Sp: 1409 - Level: 250 Sp: 1415 + - Level: 251 + Sp: 1415 + - Level: 252 + Sp: 1415 + - Level: 253 + Sp: 1415 + - Level: 254 + Sp: 1415 + - Level: 255 + Sp: 1415 + - Level: 256 + Sp: 1415 + - Level: 257 + Sp: 1415 + - Level: 258 + Sp: 1415 + - Level: 259 + Sp: 1415 + - Level: 260 + Sp: 1415 - Jobs: Meister: true Meister2: true @@ -21608,6 +22028,26 @@ Body: Sp: 1838 - Level: 250 Sp: 1845 + - Level: 251 + Sp: 1845 + - Level: 252 + Sp: 1845 + - Level: 253 + Sp: 1845 + - Level: 254 + Sp: 1845 + - Level: 255 + Sp: 1845 + - Level: 256 + Sp: 1845 + - Level: 257 + Sp: 1845 + - Level: 258 + Sp: 1845 + - Level: 259 + Sp: 1845 + - Level: 260 + Sp: 1845 - Jobs: Shadow_Cross: true BaseSp: @@ -21713,6 +22153,26 @@ Body: Sp: 1413 - Level: 250 Sp: 1420 + - Level: 251 + Sp: 1420 + - Level: 252 + Sp: 1420 + - Level: 253 + Sp: 1420 + - Level: 254 + Sp: 1420 + - Level: 255 + Sp: 1420 + - Level: 256 + Sp: 1420 + - Level: 257 + Sp: 1420 + - Level: 258 + Sp: 1420 + - Level: 259 + Sp: 1420 + - Level: 260 + Sp: 1420 - Jobs: Arch_Mage: true BaseSp: @@ -21818,6 +22278,26 @@ Body: Sp: 2503 - Level: 250 Sp: 2515 + - Level: 251 + Sp: 2515 + - Level: 252 + Sp: 2515 + - Level: 253 + Sp: 2515 + - Level: 254 + Sp: 2515 + - Level: 255 + Sp: 2515 + - Level: 256 + Sp: 2515 + - Level: 257 + Sp: 2515 + - Level: 258 + Sp: 2515 + - Level: 259 + Sp: 2515 + - Level: 260 + Sp: 2515 - Jobs: Cardinal: true BaseSp: @@ -21923,6 +22403,26 @@ Body: Sp: 2454 - Level: 250 Sp: 2465 + - Level: 251 + Sp: 2465 + - Level: 252 + Sp: 2465 + - Level: 253 + Sp: 2465 + - Level: 254 + Sp: 2465 + - Level: 255 + Sp: 2465 + - Level: 256 + Sp: 2465 + - Level: 257 + Sp: 2465 + - Level: 258 + Sp: 2465 + - Level: 259 + Sp: 2465 + - Level: 260 + Sp: 2465 - Jobs: Windhawk: true Windhawk2: true @@ -22029,6 +22529,26 @@ Body: Sp: 1393 - Level: 250 Sp: 1400 + - Level: 251 + Sp: 1400 + - Level: 252 + Sp: 1400 + - Level: 253 + Sp: 1400 + - Level: 254 + Sp: 1400 + - Level: 255 + Sp: 1400 + - Level: 256 + Sp: 1400 + - Level: 257 + Sp: 1400 + - Level: 258 + Sp: 1400 + - Level: 259 + Sp: 1400 + - Level: 260 + Sp: 1400 - Jobs: Imperial_Guard: true Imperial_Guard2: true @@ -22135,6 +22655,26 @@ Body: Sp: 1838 - Level: 250 Sp: 1845 + - Level: 251 + Sp: 1845 + - Level: 252 + Sp: 1845 + - Level: 253 + Sp: 1845 + - Level: 254 + Sp: 1845 + - Level: 255 + Sp: 1845 + - Level: 256 + Sp: 1845 + - Level: 257 + Sp: 1845 + - Level: 258 + Sp: 1845 + - Level: 259 + Sp: 1845 + - Level: 260 + Sp: 1845 - Jobs: Biolo: true BaseSp: @@ -22240,6 +22780,26 @@ Body: Sp: 2503 - Level: 250 Sp: 2515 + - Level: 251 + Sp: 2515 + - Level: 252 + Sp: 2515 + - Level: 253 + Sp: 2515 + - Level: 254 + Sp: 2515 + - Level: 255 + Sp: 2515 + - Level: 256 + Sp: 2515 + - Level: 257 + Sp: 2515 + - Level: 258 + Sp: 2515 + - Level: 259 + Sp: 2515 + - Level: 260 + Sp: 2515 - Jobs: Abyss_Chaser: true BaseSp: @@ -22345,6 +22905,26 @@ Body: Sp: 1258 - Level: 250 Sp: 1265 + - Level: 251 + Sp: 1265 + - Level: 252 + Sp: 1265 + - Level: 253 + Sp: 1265 + - Level: 254 + Sp: 1265 + - Level: 255 + Sp: 1265 + - Level: 256 + Sp: 1265 + - Level: 257 + Sp: 1265 + - Level: 258 + Sp: 1265 + - Level: 259 + Sp: 1265 + - Level: 260 + Sp: 1265 - Jobs: Elemental_Master: true BaseSp: @@ -22450,6 +23030,26 @@ Body: Sp: 2503 - Level: 250 Sp: 2515 + - Level: 251 + Sp: 2515 + - Level: 252 + Sp: 2515 + - Level: 253 + Sp: 2515 + - Level: 254 + Sp: 2515 + - Level: 255 + Sp: 2515 + - Level: 256 + Sp: 2515 + - Level: 257 + Sp: 2515 + - Level: 258 + Sp: 2515 + - Level: 259 + Sp: 2515 + - Level: 260 + Sp: 2515 - Jobs: Inquisitor: true BaseSp: @@ -22555,6 +23155,26 @@ Body: Sp: 1258 - Level: 250 Sp: 1265 + - Level: 251 + Sp: 1265 + - Level: 252 + Sp: 1265 + - Level: 253 + Sp: 1265 + - Level: 254 + Sp: 1265 + - Level: 255 + Sp: 1265 + - Level: 256 + Sp: 1265 + - Level: 257 + Sp: 1265 + - Level: 258 + Sp: 1265 + - Level: 259 + Sp: 1265 + - Level: 260 + Sp: 1265 - Jobs: Troubadour: true BaseSp: @@ -22660,6 +23280,26 @@ Body: Sp: 1458 - Level: 250 Sp: 1465 + - Level: 251 + Sp: 1465 + - Level: 252 + Sp: 1465 + - Level: 253 + Sp: 1465 + - Level: 254 + Sp: 1465 + - Level: 255 + Sp: 1465 + - Level: 256 + Sp: 1465 + - Level: 257 + Sp: 1465 + - Level: 258 + Sp: 1465 + - Level: 259 + Sp: 1465 + - Level: 260 + Sp: 1465 - Jobs: Trouvere: true BaseSp: @@ -22765,6 +23405,26 @@ Body: Sp: 1458 - Level: 250 Sp: 1465 + - Level: 251 + Sp: 1465 + - Level: 252 + Sp: 1465 + - Level: 253 + Sp: 1465 + - Level: 254 + Sp: 1465 + - Level: 255 + Sp: 1465 + - Level: 256 + Sp: 1465 + - Level: 257 + Sp: 1465 + - Level: 258 + Sp: 1465 + - Level: 259 + Sp: 1465 + - Level: 260 + Sp: 1465 - Jobs: Sky_Emperor: true Sky_Emperor2: true @@ -22871,6 +23531,26 @@ Body: Sp: 500 - Level: 250 Sp: 500 + - Level: 251 + Sp: 500 + - Level: 252 + Sp: 500 + - Level: 253 + Sp: 500 + - Level: 254 + Sp: 500 + - Level: 255 + Sp: 500 + - Level: 256 + Sp: 500 + - Level: 257 + Sp: 500 + - Level: 258 + Sp: 500 + - Level: 259 + Sp: 500 + - Level: 260 + Sp: 500 - Jobs: Soul_Ascetic: true BaseSp: @@ -22976,6 +23656,26 @@ Body: Sp: 900 - Level: 250 Sp: 900 + - Level: 251 + Sp: 900 + - Level: 252 + Sp: 900 + - Level: 253 + Sp: 900 + - Level: 254 + Sp: 900 + - Level: 255 + Sp: 900 + - Level: 256 + Sp: 900 + - Level: 257 + Sp: 900 + - Level: 258 + Sp: 900 + - Level: 259 + Sp: 900 + - Level: 260 + Sp: 900 - Jobs: Shinkiro: true BaseSp: @@ -23081,6 +23781,26 @@ Body: Sp: 1722 - Level: 250 Sp: 1730 + - Level: 251 + Sp: 1730 + - Level: 252 + Sp: 1730 + - Level: 253 + Sp: 1730 + - Level: 254 + Sp: 1730 + - Level: 255 + Sp: 1730 + - Level: 256 + Sp: 1730 + - Level: 257 + Sp: 1730 + - Level: 258 + Sp: 1730 + - Level: 259 + Sp: 1730 + - Level: 260 + Sp: 1730 - Jobs: Shiranui: true BaseSp: @@ -23186,6 +23906,26 @@ Body: Sp: 1812 - Level: 250 Sp: 1820 + - Level: 251 + Sp: 1820 + - Level: 252 + Sp: 1820 + - Level: 253 + Sp: 1820 + - Level: 254 + Sp: 1820 + - Level: 255 + Sp: 1820 + - Level: 256 + Sp: 1820 + - Level: 257 + Sp: 1820 + - Level: 258 + Sp: 1820 + - Level: 259 + Sp: 1820 + - Level: 260 + Sp: 1820 - Jobs: Night_Watch: true BaseSp: @@ -23291,6 +24031,26 @@ Body: Sp: 1356 - Level: 250 Sp: 1362 + - Level: 251 + Sp: 1362 + - Level: 252 + Sp: 1362 + - Level: 253 + Sp: 1362 + - Level: 254 + Sp: 1362 + - Level: 255 + Sp: 1362 + - Level: 256 + Sp: 1362 + - Level: 257 + Sp: 1362 + - Level: 258 + Sp: 1362 + - Level: 259 + Sp: 1362 + - Level: 260 + Sp: 1362 - Jobs: Hyper_Novice: true BaseSp: @@ -23396,6 +24156,26 @@ Body: Sp: 249 - Level: 250 Sp: 250 + - Level: 251 + Sp: 250 + - Level: 252 + Sp: 250 + - Level: 253 + Sp: 250 + - Level: 254 + Sp: 250 + - Level: 255 + Sp: 250 + - Level: 256 + Sp: 250 + - Level: 257 + Sp: 250 + - Level: 258 + Sp: 250 + - Level: 259 + Sp: 250 + - Level: 260 + Sp: 250 - Jobs: Spirit_Handler: true BaseSp: @@ -23501,3 +24281,23 @@ Body: Sp: 628 - Level: 250 Sp: 630 + - Level: 251 + Sp: 630 + - Level: 252 + Sp: 630 + - Level: 253 + Sp: 630 + - Level: 254 + Sp: 630 + - Level: 255 + Sp: 630 + - Level: 256 + Sp: 630 + - Level: 257 + Sp: 630 + - Level: 258 + Sp: 630 + - Level: 259 + Sp: 630 + - Level: 260 + Sp: 630 diff --git a/db/re/job_exp.yml b/db/re/job_exp.yml index 1b17514a6e..8b9d22f7ee 100644 --- a/db/re/job_exp.yml +++ b/db/re/job_exp.yml @@ -143,201 +143,201 @@ Body: MaxBaseLevel: 99 BaseExp: - Level: 1 - Exp: 550 + Exp: 548 - Level: 2 - Exp: 900 + Exp: 894 - Level: 3 - Exp: 1500 + Exp: 1486 - Level: 4 - Exp: 2200 + Exp: 2173 - Level: 5 - Exp: 3200 + Exp: 3152 - Level: 6 - Exp: 3800 + Exp: 3732 - Level: 7 - Exp: 4200 + Exp: 4112 - Level: 8 - Exp: 4550 + Exp: 4441 - Level: 9 - Exp: 5000 + Exp: 4866 - Level: 10 - Exp: 5500 + Exp: 5337 - Level: 11 - Exp: 6000 + Exp: 5804 - Level: 12 - Exp: 6100 + Exp: 5883 - Level: 13 - Exp: 6350 + Exp: 6106 - Level: 14 - Exp: 6700 + Exp: 6424 - Level: 15 - Exp: 7350 + Exp: 7026 - Level: 16 - Exp: 8000 + Exp: 7624 - Level: 17 - Exp: 8400 + Exp: 7981 - Level: 18 - Exp: 8800 + Exp: 8336 - Level: 19 - Exp: 9200 + Exp: 8689 - Level: 20 - Exp: 9700 + Exp: 9134 - Level: 21 - Exp: 10300 + Exp: 9670 - Level: 22 - Exp: 11000 + Exp: 10296 - Level: 23 - Exp: 11800 + Exp: 11012 - Level: 24 - Exp: 13000 + Exp: 12095 - Level: 25 - Exp: 14000 + Exp: 12986 - Level: 26 - Exp: 15000 + Exp: 13872 - Level: 27 - Exp: 16000 + Exp: 14753 - Level: 28 - Exp: 17000 + Exp: 15628 - Level: 29 - Exp: 18000 + Exp: 16498 - Level: 30 - Exp: 19000 + Exp: 17362 - Level: 31 - Exp: 20000 + Exp: 18221 - Level: 32 - Exp: 21000 + Exp: 19074 - Level: 33 - Exp: 22000 + Exp: 19923 - Level: 34 - Exp: 23200 + Exp: 20947 - Level: 35 - Exp: 24000 + Exp: 21604 - Level: 36 - Exp: 26000 + Exp: 23334 - Level: 37 - Exp: 27500 + Exp: 24606 - Level: 38 - Exp: 29000 + Exp: 25871 - Level: 39 - Exp: 30000 + Exp: 26682 - Level: 40 - Exp: 31500 + Exp: 27932 - Level: 41 - Exp: 33000 + Exp: 29175 - Level: 42 - Exp: 34000 + Exp: 29969 - Level: 43 - Exp: 36000 + Exp: 31636 - Level: 44 - Exp: 37500 + Exp: 32856 - Level: 45 - Exp: 38000 + Exp: 33194 - Level: 46 - Exp: 40000 + Exp: 34836 - Level: 47 - Exp: 42000 + Exp: 36468 - Level: 48 - Exp: 44500 + Exp: 38523 - Level: 49 - Exp: 47000 + Exp: 40565 - Level: 50 - Exp: 49000 + Exp: 42165 - Level: 51 - Exp: 51000 + Exp: 43754 - Level: 52 - Exp: 53000 + Exp: 45334 - Level: 53 - Exp: 55000 + Exp: 46903 - Level: 54 - Exp: 59000 + Exp: 48463 - Level: 55 - Exp: 61500 + Exp: 50013 - Level: 56 - Exp: 61500 + Exp: 51976 - Level: 57 - Exp: 63000 + Exp: 53084 - Level: 58 - Exp: 65000 + Exp: 54605 - Level: 59 - Exp: 67000 + Exp: 56116 - Level: 60 - Exp: 69000 + Exp: 57618 - Level: 61 - Exp: 70000 + Exp: 58277 - Level: 62 - Exp: 73000 + Exp: 60593 - Level: 63 - Exp: 77000 + Exp: 63721 - Level: 64 - Exp: 80000 + Exp: 66005 - Level: 65 - Exp: 84000 + Exp: 69097 - Level: 66 - Exp: 88000 + Exp: 72171 - Level: 67 - Exp: 91000 + Exp: 74407 - Level: 68 - Exp: 95000 + Exp: 77445 - Level: 69 - Exp: 110000 + Exp: 89404 - Level: 70 - Exp: 128000 + Exp: 103722 - Level: 71 - Exp: 140000 + Exp: 113105 - Level: 72 - Exp: 155000 + Exp: 124848 - Level: 73 - Exp: 163000 + Exp: 130898 - Level: 74 - Exp: 170000 + Exp: 136110 - Level: 75 - Exp: 180000 + Exp: 143684 - Level: 76 - Exp: 188000 + Exp: 149620 - Level: 77 - Exp: 195000 + Exp: 154725 - Level: 78 - Exp: 200000 + Exp: 158216 - Level: 79 - Exp: 230000 + Exp: 175461 - Level: 80 - Exp: 260000 + Exp: 194586 - Level: 81 - Exp: 300000 + Exp: 215795 - Level: 82 - Exp: 350000 + Exp: 239316 - Level: 83 - Exp: 400000 + Exp: 265401 - Level: 84 - Exp: 480000 + Exp: 294329 - Level: 85 - Exp: 550000 + Exp: 326410 - Level: 86 - Exp: 600000 + Exp: 361988 - Level: 87 - Exp: 680000 + Exp: 401444 - Level: 88 - Exp: 750000 + Exp: 445201 - Level: 89 - Exp: 900000 + Exp: 493727 - Level: 90 - Exp: 1000000 + Exp: 547543 - Level: 91 - Exp: 1200000 + Exp: 607225 - Level: 92 - Exp: 1500000 + Exp: 673412 - Level: 93 - Exp: 1800000 + Exp: 746813 - Level: 94 - Exp: 2100000 + Exp: 828215 - Level: 95 - Exp: 2400000 + Exp: 918490 - Level: 96 - Exp: 2800000 + Exp: 1018605 - Level: 97 - Exp: 3300000 + Exp: 1129632 - Level: 98 - Exp: 4000000 + Exp: 1252761 - Level: 99 Exp: 99999999 - Jobs: @@ -366,201 +366,201 @@ Body: MaxBaseLevel: 99 BaseExp: - Level: 1 - Exp: 600 + Exp: 658 - Level: 2 - Exp: 1080 + Exp: 1073 - Level: 3 - Exp: 1800 + Exp: 1783 - Level: 4 - Exp: 2640 + Exp: 2608 - Level: 5 - Exp: 3840 + Exp: 3782 - Level: 6 - Exp: 4560 + Exp: 4478 - Level: 7 - Exp: 5040 + Exp: 4935 - Level: 8 - Exp: 5460 + Exp: 5330 - Level: 9 - Exp: 6000 + Exp: 5839 - Level: 10 - Exp: 6600 + Exp: 6404 - Level: 11 - Exp: 7200 + Exp: 6965 - Level: 12 - Exp: 7320 + Exp: 7060 - Level: 13 - Exp: 7620 + Exp: 7328 - Level: 14 - Exp: 8040 + Exp: 7708 - Level: 15 - Exp: 8820 + Exp: 8431 - Level: 16 - Exp: 9600 + Exp: 9149 - Level: 17 - Exp: 10080 + Exp: 9578 - Level: 18 - Exp: 10560 + Exp: 10004 - Level: 19 - Exp: 11040 + Exp: 10427 - Level: 20 - Exp: 12610 + Exp: 11874 - Level: 21 - Exp: 13390 + Exp: 12571 - Level: 22 - Exp: 14300 + Exp: 13385 - Level: 23 - Exp: 15340 + Exp: 14315 - Level: 24 - Exp: 16900 + Exp: 15724 - Level: 25 - Exp: 18460 + Exp: 17124 - Level: 26 - Exp: 19500 + Exp: 18034 - Level: 27 - Exp: 20800 + Exp: 19179 - Level: 28 - Exp: 22100 + Exp: 20316 - Level: 29 - Exp: 23400 + Exp: 21447 - Level: 30 - Exp: 24700 + Exp: 22571 - Level: 31 - Exp: 26000 + Exp: 23687 - Level: 32 - Exp: 27300 + Exp: 24797 - Level: 33 - Exp: 28600 + Exp: 25900 - Level: 34 - Exp: 30160 + Exp: 27231 - Level: 35 - Exp: 31200 + Exp: 28085 - Level: 36 - Exp: 33800 + Exp: 30334 - Level: 37 - Exp: 35750 + Exp: 31988 - Level: 38 - Exp: 37700 + Exp: 33632 - Level: 39 - Exp: 39000 + Exp: 34687 - Level: 40 - Exp: 44100 + Exp: 39106 - Level: 41 - Exp: 46200 + Exp: 40845 - Level: 42 - Exp: 47600 + Exp: 41956 - Level: 43 - Exp: 50400 + Exp: 44291 - Level: 44 - Exp: 52500 + Exp: 45998 - Level: 45 - Exp: 53200 + Exp: 46472 - Level: 46 - Exp: 56000 + Exp: 48771 - Level: 47 - Exp: 58800 + Exp: 51056 - Level: 48 - Exp: 62300 + Exp: 53933 - Level: 49 - Exp: 65800 + Exp: 56792 - Level: 50 - Exp: 68600 + Exp: 59031 - Level: 51 - Exp: 71400 + Exp: 61256 - Level: 52 - Exp: 74200 + Exp: 63467 - Level: 53 - Exp: 77000 + Exp: 65665 - Level: 54 - Exp: 79800 + Exp: 67848 - Level: 55 - Exp: 82600 + Exp: 70018 - Level: 56 - Exp: 86100 + Exp: 72766 - Level: 57 - Exp: 88200 + Exp: 74317 - Level: 58 - Exp: 91000 + Exp: 76447 - Level: 59 - Exp: 93800 + Exp: 78562 - Level: 60 - Exp: 103500 + Exp: 86427 - Level: 61 - Exp: 105000 + Exp: 87416 - Level: 62 - Exp: 109500 + Exp: 90889 - Level: 63 - Exp: 115500 + Exp: 95582 - Level: 64 - Exp: 120000 + Exp: 99008 - Level: 65 - Exp: 126000 + Exp: 103646 - Level: 66 - Exp: 132000 + Exp: 108256 - Level: 67 - Exp: 136500 + Exp: 111611 - Level: 68 - Exp: 142500 + Exp: 116167 - Level: 69 - Exp: 165000 + Exp: 134106 - Level: 70 - Exp: 192000 + Exp: 155583 - Level: 71 - Exp: 210000 + Exp: 169658 - Level: 72 - Exp: 232500 + Exp: 187272 - Level: 73 - Exp: 244500 + Exp: 196347 - Level: 74 - Exp: 255000 + Exp: 204165 - Level: 75 - Exp: 270000 + Exp: 215526 - Level: 76 - Exp: 282000 + Exp: 224430 - Level: 77 - Exp: 292500 + Exp: 232088 - Level: 78 - Exp: 300000 + Exp: 237325 - Level: 79 - Exp: 345000 + Exp: 257972 - Level: 80 - Exp: 416000 + Exp: 280415 - Level: 81 - Exp: 480000 + Exp: 304811 - Level: 82 - Exp: 560000 + Exp: 331329 - Level: 83 - Exp: 640000 + Exp: 360154 - Level: 84 - Exp: 768000 + Exp: 391487 - Level: 85 - Exp: 880000 + Exp: 425546 - Level: 86 - Exp: 960000 + Exp: 462568 - Level: 87 - Exp: 1088000 + Exp: 502811 - Level: 88 - Exp: 1200000 + Exp: 546555 - Level: 89 - Exp: 1440000 + Exp: 594105 - Level: 90 - Exp: 1700000 + Exp: 645792 - Level: 91 - Exp: 2040000 + Exp: 701975 - Level: 92 - Exp: 2550000 + Exp: 763046 - Level: 93 - Exp: 3060000 + Exp: 829431 - Level: 94 - Exp: 3570000 + Exp: 901591 - Level: 95 - Exp: 4080000 + Exp: 980029 - Level: 96 - Exp: 4760000 + Exp: 1065291 - Level: 97 - Exp: 5610000 + Exp: 1157971 - Level: 98 - Exp: 6800000 + Exp: 1258714 - Level: 99 Exp: 99999999 - Jobs: @@ -581,201 +581,201 @@ Body: MaxBaseLevel: 200 BaseExp: - Level: 1 - Exp: 550 + Exp: 548 - Level: 2 - Exp: 900 + Exp: 894 - Level: 3 - Exp: 1500 + Exp: 1486 - Level: 4 - Exp: 2200 + Exp: 2173 - Level: 5 - Exp: 3200 + Exp: 3152 - Level: 6 - Exp: 3800 + Exp: 3732 - Level: 7 - Exp: 4200 + Exp: 4112 - Level: 8 - Exp: 4550 + Exp: 4441 - Level: 9 - Exp: 5000 + Exp: 4866 - Level: 10 - Exp: 5500 + Exp: 5337 - Level: 11 - Exp: 6000 + Exp: 5804 - Level: 12 - Exp: 6100 + Exp: 5883 - Level: 13 - Exp: 6350 + Exp: 6106 - Level: 14 - Exp: 6700 + Exp: 6424 - Level: 15 - Exp: 7350 + Exp: 7026 - Level: 16 - Exp: 8000 + Exp: 7624 - Level: 17 - Exp: 8400 + Exp: 7981 - Level: 18 - Exp: 8800 + Exp: 8336 - Level: 19 - Exp: 9200 + Exp: 8689 - Level: 20 - Exp: 9700 + Exp: 9134 - Level: 21 - Exp: 10300 + Exp: 9670 - Level: 22 - Exp: 11000 + Exp: 10296 - Level: 23 - Exp: 11800 + Exp: 11012 - Level: 24 - Exp: 13000 + Exp: 12095 - Level: 25 - Exp: 14000 + Exp: 12986 - Level: 26 - Exp: 15000 + Exp: 13872 - Level: 27 - Exp: 16000 + Exp: 14753 - Level: 28 - Exp: 17000 + Exp: 15628 - Level: 29 - Exp: 18000 + Exp: 16498 - Level: 30 - Exp: 19000 + Exp: 17362 - Level: 31 - Exp: 20000 + Exp: 18221 - Level: 32 - Exp: 21000 + Exp: 19074 - Level: 33 - Exp: 22000 + Exp: 19923 - Level: 34 - Exp: 23200 + Exp: 20947 - Level: 35 - Exp: 24000 + Exp: 21604 - Level: 36 - Exp: 26000 + Exp: 23334 - Level: 37 - Exp: 27500 + Exp: 24606 - Level: 38 - Exp: 29000 + Exp: 25871 - Level: 39 - Exp: 30000 + Exp: 26682 - Level: 40 - Exp: 31500 + Exp: 27932 - Level: 41 - Exp: 33000 + Exp: 29175 - Level: 42 - Exp: 34000 + Exp: 29969 - Level: 43 - Exp: 36000 + Exp: 31636 - Level: 44 - Exp: 37500 + Exp: 32856 - Level: 45 - Exp: 38000 + Exp: 33194 - Level: 46 - Exp: 40000 + Exp: 34836 - Level: 47 - Exp: 42000 + Exp: 36468 - Level: 48 - Exp: 44500 + Exp: 38523 - Level: 49 - Exp: 47000 + Exp: 40565 - Level: 50 - Exp: 49000 + Exp: 42165 - Level: 51 - Exp: 51000 + Exp: 43754 - Level: 52 - Exp: 53000 + Exp: 45334 - Level: 53 - Exp: 55000 + Exp: 46903 - Level: 54 - Exp: 59000 + Exp: 48463 - Level: 55 - Exp: 61500 + Exp: 50013 - Level: 56 - Exp: 61500 + Exp: 51976 - Level: 57 - Exp: 63000 + Exp: 53084 - Level: 58 - Exp: 65000 + Exp: 54605 - Level: 59 - Exp: 67000 + Exp: 56116 - Level: 60 - Exp: 69000 + Exp: 57618 - Level: 61 - Exp: 70000 + Exp: 58277 - Level: 62 - Exp: 73000 + Exp: 60593 - Level: 63 - Exp: 77000 + Exp: 63721 - Level: 64 - Exp: 80000 + Exp: 66005 - Level: 65 - Exp: 84000 + Exp: 69097 - Level: 66 - Exp: 88000 + Exp: 72171 - Level: 67 - Exp: 91000 + Exp: 74407 - Level: 68 - Exp: 95000 + Exp: 77445 - Level: 69 - Exp: 110000 + Exp: 89404 - Level: 70 - Exp: 128000 + Exp: 103722 - Level: 71 - Exp: 140000 + Exp: 113105 - Level: 72 - Exp: 155000 + Exp: 124848 - Level: 73 - Exp: 163000 + Exp: 130898 - Level: 74 - Exp: 170000 + Exp: 136110 - Level: 75 - Exp: 180000 + Exp: 143684 - Level: 76 - Exp: 188000 + Exp: 149620 - Level: 77 - Exp: 195000 + Exp: 154725 - Level: 78 - Exp: 200000 + Exp: 158216 - Level: 79 - Exp: 230000 + Exp: 175461 - Level: 80 - Exp: 260000 + Exp: 194586 - Level: 81 - Exp: 300000 + Exp: 215795 - Level: 82 - Exp: 350000 + Exp: 239316 - Level: 83 - Exp: 400000 + Exp: 265401 - Level: 84 - Exp: 480000 + Exp: 294329 - Level: 85 - Exp: 550000 + Exp: 326410 - Level: 86 - Exp: 600000 + Exp: 361988 - Level: 87 - Exp: 680000 + Exp: 401444 - Level: 88 - Exp: 750000 + Exp: 445201 - Level: 89 - Exp: 900000 + Exp: 493727 - Level: 90 - Exp: 1000000 + Exp: 547543 - Level: 91 - Exp: 1200000 + Exp: 607225 - Level: 92 - Exp: 1500000 + Exp: 673412 - Level: 93 - Exp: 1800000 + Exp: 746813 - Level: 94 - Exp: 2100000 + Exp: 828215 - Level: 95 - Exp: 2400000 + Exp: 918490 - Level: 96 - Exp: 2800000 + Exp: 1018605 - Level: 97 - Exp: 3300000 + Exp: 1129632 - Level: 98 - Exp: 4000000 + Exp: 1252761 - Level: 99 Exp: 1272747 - Level: 100 @@ -919,7 +919,7 @@ Body: - Level: 169 Exp: 211158924 - Level: 170 - Exp: 229155105 + Exp: 228155105 - Level: 171 Exp: 246519309 - Level: 172 @@ -929,55 +929,55 @@ Body: - Level: 174 Exp: 310966207 - Level: 175 - Exp: 352013746 + Exp: 320295193 - Level: 176 - Exp: 398479560 + Exp: 329904048 - Level: 177 - Exp: 451078861 + Exp: 339801169 - Level: 178 - Exp: 510621270 + Exp: 349995204 - Level: 179 - Exp: 578023277 + Exp: 360495060 - Level: 180 - Exp: 654322349 + Exp: 371309911 - Level: 181 - Exp: 740692899 + Exp: 382449208 - Level: 182 - Exp: 838464361 + Exp: 393922684 - Level: 183 - Exp: 949141656 + Exp: 405740364 - Level: 184 - Exp: 1074428354 + Exp: 417912574 - Level: 185 - Exp: 1216252896 + Exp: 430449951 - Level: 186 - Exp: 1376798278 + Exp: 443363449 - Level: 187 - Exp: 1558535650 + Exp: 456664352 - Level: 188 - Exp: 1764262355 + Exp: 470364282 - Level: 189 - Exp: 1997144985 + Exp: 484475210 - Level: 190 - Exp: 2260768123 + Exp: 499009466 - Level: 191 - Exp: 2559189515 + Exp: 513979749 - Level: 192 - Exp: 2897002530 + Exp: 529399141 - Level: 193 - Exp: 3279406863 + Exp: 545281115 - Level: 194 - Exp: 3712288568 + Exp: 561639548 - Level: 195 - Exp: 4202310658 + Exp: 578488734 - Level: 196 - Exp: 4757015664 + Exp: 595843396 - Level: 197 - Exp: 5384941731 + Exp: 613718697 - Level: 198 - Exp: 6095754039 + Exp: 632130257 - Level: 199 - Exp: 6900363572 + Exp: 651094164 - Level: 200 Exp: 99999999 - Jobs: @@ -1035,201 +1035,201 @@ Body: MaxBaseLevel: 200 BaseExp: - Level: 1 - Exp: 600 + Exp: 658 - Level: 2 - Exp: 1080 + Exp: 1073 - Level: 3 - Exp: 1800 + Exp: 1783 - Level: 4 - Exp: 2640 + Exp: 2608 - Level: 5 - Exp: 3840 + Exp: 3782 - Level: 6 - Exp: 4560 + Exp: 4478 - Level: 7 - Exp: 5040 + Exp: 4935 - Level: 8 - Exp: 5460 + Exp: 5330 - Level: 9 - Exp: 6000 + Exp: 5839 - Level: 10 - Exp: 6600 + Exp: 6404 - Level: 11 - Exp: 7200 + Exp: 6965 - Level: 12 - Exp: 7320 + Exp: 7060 - Level: 13 - Exp: 7620 + Exp: 7328 - Level: 14 - Exp: 8040 + Exp: 7708 - Level: 15 - Exp: 8820 + Exp: 8431 - Level: 16 - Exp: 9600 + Exp: 9149 - Level: 17 - Exp: 10080 + Exp: 9578 - Level: 18 - Exp: 10560 + Exp: 10004 - Level: 19 - Exp: 11040 + Exp: 10427 - Level: 20 - Exp: 12610 + Exp: 11874 - Level: 21 - Exp: 13390 + Exp: 12571 - Level: 22 - Exp: 14300 + Exp: 13385 - Level: 23 - Exp: 15340 + Exp: 14315 - Level: 24 - Exp: 16900 + Exp: 15724 - Level: 25 - Exp: 18460 + Exp: 17124 - Level: 26 - Exp: 19500 + Exp: 18034 - Level: 27 - Exp: 20800 + Exp: 19179 - Level: 28 - Exp: 22100 + Exp: 20316 - Level: 29 - Exp: 23400 + Exp: 21447 - Level: 30 - Exp: 24700 + Exp: 22571 - Level: 31 - Exp: 26000 + Exp: 23687 - Level: 32 - Exp: 27300 + Exp: 24797 - Level: 33 - Exp: 28600 + Exp: 25900 - Level: 34 - Exp: 30160 + Exp: 27231 - Level: 35 - Exp: 31200 + Exp: 28085 - Level: 36 - Exp: 33800 + Exp: 30334 - Level: 37 - Exp: 35750 + Exp: 31988 - Level: 38 - Exp: 37700 + Exp: 33632 - Level: 39 - Exp: 39000 + Exp: 34687 - Level: 40 - Exp: 44100 + Exp: 39106 - Level: 41 - Exp: 46200 + Exp: 40845 - Level: 42 - Exp: 47600 + Exp: 41956 - Level: 43 - Exp: 50400 + Exp: 44291 - Level: 44 - Exp: 52500 + Exp: 45998 - Level: 45 - Exp: 53200 + Exp: 46472 - Level: 46 - Exp: 56000 + Exp: 48771 - Level: 47 - Exp: 58800 + Exp: 51056 - Level: 48 - Exp: 62300 + Exp: 53933 - Level: 49 - Exp: 65800 + Exp: 56792 - Level: 50 - Exp: 68600 + Exp: 59031 - Level: 51 - Exp: 71400 + Exp: 61256 - Level: 52 - Exp: 74200 + Exp: 63467 - Level: 53 - Exp: 77000 + Exp: 65665 - Level: 54 - Exp: 79800 + Exp: 67848 - Level: 55 - Exp: 82600 + Exp: 70018 - Level: 56 - Exp: 86100 + Exp: 72766 - Level: 57 - Exp: 88200 + Exp: 74317 - Level: 58 - Exp: 91000 + Exp: 76447 - Level: 59 - Exp: 93800 + Exp: 78562 - Level: 60 - Exp: 103500 + Exp: 86427 - Level: 61 - Exp: 105000 + Exp: 87416 - Level: 62 - Exp: 109500 + Exp: 90889 - Level: 63 - Exp: 115500 + Exp: 95582 - Level: 64 - Exp: 120000 + Exp: 99008 - Level: 65 - Exp: 126000 + Exp: 103646 - Level: 66 - Exp: 132000 + Exp: 108256 - Level: 67 - Exp: 136500 + Exp: 111611 - Level: 68 - Exp: 142500 + Exp: 116167 - Level: 69 - Exp: 165000 + Exp: 134106 - Level: 70 - Exp: 192000 + Exp: 155583 - Level: 71 - Exp: 210000 + Exp: 169658 - Level: 72 - Exp: 232500 + Exp: 187272 - Level: 73 - Exp: 244500 + Exp: 196347 - Level: 74 - Exp: 255000 + Exp: 204165 - Level: 75 - Exp: 270000 + Exp: 215526 - Level: 76 - Exp: 282000 + Exp: 224430 - Level: 77 - Exp: 292500 + Exp: 232088 - Level: 78 - Exp: 300000 + Exp: 237325 - Level: 79 - Exp: 345000 + Exp: 257972 - Level: 80 - Exp: 416000 + Exp: 280415 - Level: 81 - Exp: 480000 + Exp: 304811 - Level: 82 - Exp: 560000 + Exp: 331329 - Level: 83 - Exp: 640000 + Exp: 360154 - Level: 84 - Exp: 768000 + Exp: 391487 - Level: 85 - Exp: 880000 + Exp: 425546 - Level: 86 - Exp: 960000 + Exp: 462568 - Level: 87 - Exp: 1088000 + Exp: 502811 - Level: 88 - Exp: 1200000 + Exp: 546555 - Level: 89 - Exp: 1440000 + Exp: 594105 - Level: 90 - Exp: 1700000 + Exp: 645792 - Level: 91 - Exp: 2040000 + Exp: 701975 - Level: 92 - Exp: 2550000 + Exp: 763046 - Level: 93 - Exp: 3060000 + Exp: 829431 - Level: 94 - Exp: 3570000 + Exp: 901591 - Level: 95 - Exp: 4080000 + Exp: 980029 - Level: 96 - Exp: 4760000 + Exp: 1065291 - Level: 97 - Exp: 5610000 + Exp: 1157971 - Level: 98 - Exp: 6800000 + Exp: 1258714 - Level: 99 Exp: 1272747 - Level: 100 @@ -1373,7 +1373,7 @@ Body: - Level: 169 Exp: 211158924 - Level: 170 - Exp: 229155105 + Exp: 228155105 - Level: 171 Exp: 246519309 - Level: 172 @@ -1383,55 +1383,55 @@ Body: - Level: 174 Exp: 310966207 - Level: 175 - Exp: 352013746 + Exp: 320295193 - Level: 176 - Exp: 398479560 + Exp: 329904048 - Level: 177 - Exp: 451078861 + Exp: 339801169 - Level: 178 - Exp: 510621270 + Exp: 349995204 - Level: 179 - Exp: 578023277 + Exp: 360495060 - Level: 180 - Exp: 654322349 + Exp: 371309911 - Level: 181 - Exp: 740692899 + Exp: 382449208 - Level: 182 - Exp: 838464361 + Exp: 393922684 - Level: 183 - Exp: 949141656 + Exp: 405740364 - Level: 184 - Exp: 1074428354 + Exp: 417912574 - Level: 185 - Exp: 1216252896 + Exp: 430449951 - Level: 186 - Exp: 1376798278 + Exp: 443363449 - Level: 187 - Exp: 1558535650 + Exp: 456664352 - Level: 188 - Exp: 1764262355 + Exp: 470364282 - Level: 189 - Exp: 1997144985 + Exp: 484475210 - Level: 190 - Exp: 2260768123 + Exp: 499009466 - Level: 191 - Exp: 2559189515 + Exp: 513979749 - Level: 192 - Exp: 2897002530 + Exp: 529399141 - Level: 193 - Exp: 3279406863 + Exp: 545281115 - Level: 194 - Exp: 3712288568 + Exp: 561639548 - Level: 195 - Exp: 4202310658 + Exp: 578488734 - Level: 196 - Exp: 4757015664 + Exp: 595843396 - Level: 197 - Exp: 5384941731 + Exp: 613718697 - Level: 198 - Exp: 6095754039 + Exp: 632130257 - Level: 199 - Exp: 6900363572 + Exp: 651094164 - Level: 200 Exp: 99999999 - Jobs: @@ -1458,21 +1458,21 @@ Body: - Level: 9 Exp: 500 - Level: 10 - Exp: 550 - - Level: 11 Exp: 600 - - Level: 12 + - Level: 11 Exp: 700 - - Level: 13 + - Level: 12 Exp: 800 - - Level: 14 + - Level: 13 Exp: 900 - - Level: 15 + - Level: 14 Exp: 1000 - - Level: 16 + - Level: 15 Exp: 1100 - - Level: 17 + - Level: 16 Exp: 1200 + - Level: 17 + Exp: 1300 - Level: 18 Exp: 1400 - Level: 19 @@ -1638,205 +1638,205 @@ Body: - Level: 99 Exp: 1121694 - Level: 100 - Exp: 1211429 + Exp: 1206943 - Level: 101 - Exp: 1308343 + Exp: 1298670 - Level: 102 - Exp: 1413010 + Exp: 1397369 - Level: 103 - Exp: 1526050 + Exp: 1503569 - Level: 104 - Exp: 1648134 + Exp: 1617841 - Level: 105 - Exp: 1779984 + Exp: 1740797 - Level: 106 - Exp: 1922382 + Exp: 1873097 - Level: 107 - Exp: 2076172 + Exp: 2015453 - Level: 108 - Exp: 2242265 + Exp: 2168627 - Level: 109 - Exp: 2421646 + Exp: 2333443 - Level: 110 - Exp: 2615377 + Exp: 2510784 - Level: 111 - Exp: 2824607 + Exp: 2701604 - Level: 112 - Exp: 3050575 + Exp: 2906926 - Level: 113 - Exp: 3294621 + Exp: 3127852 - Level: 114 - Exp: 3558190 + Exp: 3365569 - Level: 115 - Exp: 3842845 + Exp: 3621352 - Level: 116 - Exp: 4150272 + Exp: 3896575 - Level: 117 - Exp: 4482293 + Exp: 4192714 - Level: 118 - Exp: 4840876 + Exp: 4511361 - Level: 119 - Exp: 5228146 + Exp: 4854224 - Level: 120 - Exp: 5646397 + Exp: 5223145 - Level: 121 - Exp: 6098108 + Exp: 5620104 - Level: 122 - Exp: 6585956 + Exp: 6047232 - Level: 123 - Exp: 7112832 + Exp: 6506822 - Level: 124 - Exp: 7681858 + Exp: 7001340 - Level: 125 - Exp: 8296406 + Exp: 7533442 - Level: 126 - Exp: 8960118 + Exp: 8105984 - Level: 127 - Exp: 9676927 + Exp: 8722038 - Level: 128 - Exp: 10451081 + Exp: 9384913 - Level: 129 - Exp: 11287167 + Exp: 10098167 - Level: 130 - Exp: 12190140 + Exp: 10865627 - Level: 131 - Exp: 13165351 + Exp: 11691415 - Level: 132 - Exp: 14218579 + Exp: 12579963 - Level: 133 - Exp: 15356065 + Exp: 13536040 - Level: 134 - Exp: 16584550 + Exp: 14564779 - Level: 135 - Exp: 17911314 + Exp: 15671702 - Level: 136 - Exp: 19344219 + Exp: 16862751 - Level: 137 - Exp: 20891756 + Exp: 18144320 - Level: 138 - Exp: 22563096 + Exp: 19523289 - Level: 139 - Exp: 24368143 + Exp: 21007059 - Level: 140 - Exp: 26317594 + Exp: 22603595 - Level: 141 - Exp: 28423001 + Exp: 24321468 - Level: 142 - Exp: 30696841 + Exp: 26169900 - Level: 143 - Exp: 33152588 + Exp: 28158812 - Level: 144 - Exp: 35804795 + Exp: 30298882 - Level: 145 - Exp: 38669178 + Exp: 32601597 - Level: 146 - Exp: 41762712 + Exp: 35079319 - Level: 147 - Exp: 45103728 + Exp: 37745347 - Level: 148 - Exp: 48712026 + Exp: 40613993 - Level: 149 - Exp: 52608988 + Exp: 43700657 - Level: 150 - Exp: 56817707 + Exp: 47021907 - Level: 151 - Exp: 61363123 + Exp: 50595572 - Level: 152 - Exp: 66272172 + Exp: 54440835 - Level: 153 - Exp: 71573945 + Exp: 58578338 - Level: 154 - Exp: 77299860 + Exp: 63030292 - Level: 155 - Exp: 83483848 + Exp: 67820594 - Level: 156 - Exp: 90162555 + Exp: 72974960 - Level: 157 - Exp: 97375559 + Exp: 78521056 - Level: 158 - Exp: 105165603 + Exp: 84488657 - Level: 159 - Exp: 113578851 + Exp: 90909795 - Level: 160 - Exp: 122665159 + Exp: 97818939 - Level: 161 - Exp: 132478371 + Exp: 105253178 - Level: 162 - Exp: 143076640 + Exp: 113252420 - Level: 163 - Exp: 154522771 + Exp: 121859604 - Level: 164 - Exp: 166884592 + Exp: 131120934 - Level: 165 - Exp: 177548517 + Exp: 141086125 - Level: 166 - Exp: 188893867 + Exp: 151808670 - Level: 167 - Exp: 200964185 + Exp: 163346129 - Level: 168 - Exp: 222383346 + Exp: 175760435 - Level: 169 - Exp: 234614430 + Exp: 189118228 - Level: 170 - Exp: 247518223 + Exp: 203491213 - Level: 171 - Exp: 261131725 + Exp: 218956546 - Level: 172 - Exp: 275493969 + Exp: 235597243 - Level: 173 - Exp: 290646137 + Exp: 253502633 - Level: 174 - Exp: 306631674 + Exp: 272768834 - Level: 175 - Exp: 347137718 + Exp: 293499265 - Level: 176 - Exp: 392994610 + Exp: 315805209 - Level: 177 - Exp: 444909197 + Exp: 339806405 - Level: 178 - Exp: 503681701 + Exp: 365631692 - Level: 179 - Exp: 570218053 + Exp: 377331906 - Level: 180 - Exp: 645543857 + Exp: 389406527 - Level: 181 - Exp: 730820200 + Exp: 401867536 - Level: 182 - Exp: 827361548 + Exp: 414727297 - Level: 183 - Exp: 936656008 + Exp: 427998570 - Level: 184 - Exp: 1060388266 + Exp: 441694525 - Level: 185 - Exp: 1200465555 + Exp: 455828749 - Level: 186 - Exp: 1359047054 + Exp: 470415269 - Level: 187 - Exp: 1538577169 + Exp: 485468558 - Level: 188 - Exp: 1741823213 + Exp: 501003552 - Level: 189 - Exp: 1971918059 + Exp: 517035666 - Level: 190 - Exp: 2232408434 + Exp: 533580807 - Level: 191 - Exp: 2527309588 + Exp: 550655393 - Level: 192 - Exp: 2861167184 + Exp: 568276365 - Level: 193 - Exp: 3239127369 + Exp: 586461209 - Level: 194 - Exp: 3667016094 + Exp: 605227968 - Level: 195 - Exp: 4151428920 + Exp: 624595263 - Level: 196 - Exp: 4699832680 + Exp: 644582311 - Level: 197 - Exp: 5320680577 + Exp: 665208945 - Level: 198 - Exp: 6023542481 + Exp: 686495631 - Level: 199 - Exp: 6819252442 + Exp: 708463491 - Level: 200 Exp: 99999999 - Jobs: @@ -1845,23 +1845,23 @@ Body: MaxJobLevel: 10 JobExp: - Level: 1 - Exp: 55 + Exp: 10 - Level: 2 - Exp: 90 + Exp: 18 - Level: 3 - Exp: 150 + Exp: 28 - Level: 4 - Exp: 150 + Exp: 40 - Level: 5 - Exp: 320 + Exp: 91 - Level: 6 - Exp: 380 + Exp: 151 - Level: 7 - Exp: 420 + Exp: 205 - Level: 8 - Exp: 455 + Exp: 268 - Level: 9 - Exp: 500 + Exp: 340 - Level: 10 Exp: 999999999 - Jobs: @@ -2375,23 +2375,23 @@ Body: MaxJobLevel: 10 JobExp: - Level: 1 - Exp: 12 + Exp: 11 - Level: 2 - Exp: 22 + Exp: 20 - Level: 3 - Exp: 35 + Exp: 31 - Level: 4 - Exp: 50 + Exp: 44 - Level: 5 - Exp: 113 + Exp: 100 - Level: 6 - Exp: 188 + Exp: 166 - Level: 7 - Exp: 256 + Exp: 226 - Level: 8 - Exp: 335 + Exp: 295 - Level: 9 - Exp: 425 + Exp: 374 - Level: 10 Exp: 999999999 - Jobs: @@ -2404,103 +2404,103 @@ Body: MaxJobLevel: 50 JobExp: - Level: 1 - Exp: 340 + Exp: 100 - Level: 2 - Exp: 550 + Exp: 200 - Level: 3 - Exp: 760 + Exp: 350 - Level: 4 - Exp: 990 + Exp: 550 - Level: 5 - Exp: 1250 + Exp: 800 - Level: 6 - Exp: 1600 + Exp: 1100 - Level: 7 - Exp: 1980 + Exp: 1450 - Level: 8 - Exp: 2340 + Exp: 1850 - Level: 9 - Exp: 2740 + Exp: 2300 - Level: 10 - Exp: 3140 + Exp: 2800 - Level: 11 - Exp: 3950 + Exp: 3350 - Level: 12 - Exp: 4510 + Exp: 3950 - Level: 13 - Exp: 5210 + Exp: 4600 - Level: 14 - Exp: 5950 + Exp: 5300 - Level: 15 - Exp: 7000 + Exp: 6050 - Level: 16 - Exp: 8150 + Exp: 6850 - Level: 17 - Exp: 9130 + Exp: 7700 - Level: 18 - Exp: 10220 + Exp: 8600 - Level: 19 - Exp: 11480 + Exp: 9550 - Level: 20 - Exp: 12780 + Exp: 10550 - Level: 21 - Exp: 14090 + Exp: 11600 - Level: 22 - Exp: 15560 + Exp: 12700 - Level: 23 - Exp: 16980 + Exp: 13850 - Level: 24 - Exp: 18620 + Exp: 15050 - Level: 25 - Exp: 20280 + Exp: 16300 - Level: 26 - Exp: 21780 + Exp: 17600 - Level: 27 - Exp: 24510 + Exp: 18950 - Level: 28 - Exp: 27000 + Exp: 20350 - Level: 29 - Exp: 29000 + Exp: 21800 - Level: 30 - Exp: 31000 + Exp: 23300 - Level: 31 - Exp: 36000 + Exp: 24850 - Level: 32 - Exp: 39000 + Exp: 26450 - Level: 33 - Exp: 41000 + Exp: 28100 - Level: 34 - Exp: 45000 + Exp: 29800 - Level: 35 - Exp: 49000 + Exp: 31550 - Level: 36 - Exp: 51900 + Exp: 33350 - Level: 37 - Exp: 55000 + Exp: 35200 - Level: 38 - Exp: 59450 + Exp: 37100 - Level: 39 - Exp: 64630 + Exp: 39050 - Level: 40 - Exp: 70030 + Exp: 41050 - Level: 41 - Exp: 74940 + Exp: 43100 - Level: 42 - Exp: 79800 + Exp: 45200 - Level: 43 - Exp: 84630 + Exp: 47350 - Level: 44 - Exp: 89610 + Exp: 49550 - Level: 45 - Exp: 95170 + Exp: 51800 - Level: 46 - Exp: 100420 + Exp: 54100 - Level: 47 - Exp: 107250 + Exp: 56450 - Level: 48 - Exp: 112070 + Exp: 58850 - Level: 49 - Exp: 118120 + Exp: 61300 - Level: 50 Exp: 999999999 - Jobs: @@ -2522,143 +2522,143 @@ Body: MaxJobLevel: 70 JobExp: - Level: 1 - Exp: 1803 + Exp: 1354 - Level: 2 - Exp: 2972 + Exp: 1624 - Level: 3 - Exp: 5036 + Exp: 1949 - Level: 4 - Exp: 7434 + Exp: 2339 - Level: 5 - Exp: 11312 + Exp: 2807 - Level: 6 - Exp: 13520 + Exp: 3368 - Level: 7 - Exp: 15117 + Exp: 4042 - Level: 8 - Exp: 16540 + Exp: 4850 - Level: 9 - Exp: 18350 + Exp: 5820 - Level: 10 - Exp: 21441 + Exp: 6984 - Level: 11 - Exp: 23596 + Exp: 8381 - Level: 12 - Exp: 24256 + Exp: 10057 - Level: 13 - Exp: 25461 + Exp: 12069 - Level: 14 - Exp: 27174 + Exp: 14483 - Level: 15 - Exp: 32029 + Exp: 17379 - Level: 16 - Exp: 35216 + Exp: 20855 - Level: 17 - Exp: 37349 + Exp: 25026 - Level: 18 - Exp: 39521 + Exp: 30031 - Level: 19 - Exp: 41734 + Exp: 36037 - Level: 20 - Exp: 51958 + Exp: 43245 - Level: 21 - Exp: 55721 + Exp: 51894 - Level: 22 - Exp: 60081 + Exp: 55163 - Level: 23 - Exp: 65113 + Exp: 58638 - Level: 24 - Exp: 72448 + Exp: 62333 - Level: 25 - Exp: 87216 + Exp: 66260 - Level: 26 - Exp: 93081 + Exp: 70434 - Level: 27 - Exp: 100283 + Exp: 74871 - Level: 28 - Exp: 107620 + Exp: 79588 - Level: 29 - Exp: 115094 + Exp: 84602 - Level: 30 - Exp: 135249 + Exp: 89932 - Level: 31 - Exp: 143768 + Exp: 95598 - Level: 32 - Exp: 152508 + Exp: 101620 - Level: 33 - Exp: 161343 + Exp: 108023 - Level: 34 - Exp: 171856 + Exp: 114828 - Level: 35 - Exp: 199607 + Exp: 122062 - Level: 36 - Exp: 218415 + Exp: 129752 - Level: 37 - Exp: 233368 + Exp: 137926 - Level: 38 - Exp: 248529 + Exp: 146616 - Level: 39 - Exp: 259675 + Exp: 155853 - Level: 40 - Exp: 331968 + Exp: 165671 - Level: 41 - Exp: 351261 + Exp: 176109 - Level: 42 - Exp: 365552 + Exp: 187203 - Level: 43 - Exp: 390909 + Exp: 198997 - Level: 44 - Exp: 411275 + Exp: 211534 - Level: 45 - Exp: 473857 + Exp: 224861 - Level: 46 - Exp: 503777 + Exp: 239027 - Level: 47 - Exp: 534248 + Exp: 254086 - Level: 48 - Exp: 571719 + Exp: 270093 - Level: 49 - Exp: 609886 + Exp: 287109 - Level: 50 - Exp: 674886 + Exp: 305197 - Level: 51 - Exp: 711926 + Exp: 324424 - Level: 52 - Exp: 749561 + Exp: 344863 - Level: 53 - Exp: 787957 + Exp: 366589 - Level: 54 - Exp: 826965 + Exp: 389684 - Level: 55 - Exp: 928824 + Exp: 414234 - Level: 56 - Exp: 984554 + Exp: 440331 - Level: 57 - Exp: 1022494 + Exp: 468072 - Level: 58 - Exp: 1070636 + Exp: 497561 - Level: 59 - Exp: 1119554 + Exp: 528907 - Level: 60 - Exp: 1269585 + Exp: 562228 - Level: 61 - Exp: 1307290 + Exp: 597649 - Level: 62 - Exp: 1396228 + Exp: 635300 - Level: 63 - Exp: 1512414 + Exp: 675324 - Level: 64 - Exp: 1604928 + Exp: 717870 - Level: 65 - Exp: 1830969 + Exp: 763096 - Level: 66 - Exp: 2034180 + Exp: 811171 - Level: 67 - Exp: 2211611 + Exp: 862274 - Level: 68 - Exp: 2538936 + Exp: 916598 - Level: 69 - Exp: 3105953 + Exp: 974343 - Level: 70 Exp: 999999 - Jobs: @@ -2870,107 +2870,147 @@ Body: - Jobs: Super_Novice_E: true Super_Baby_E: true - MaxJobLevel: 50 + MaxJobLevel: 70 JobExp: - Level: 1 - Exp: 112000 + Exp: 12800 - Level: 2 - Exp: 355000 + Exp: 16384 - Level: 3 - Exp: 615000 + Exp: 20971 - Level: 4 - Exp: 917000 + Exp: 26843 - Level: 5 - Exp: 1253000 + Exp: 34359 - Level: 6 - Exp: 1595000 + Exp: 43980 - Level: 7 - Exp: 2007000 + Exp: 56294 - Level: 8 - Exp: 2430000 + Exp: 72057 - Level: 9 - Exp: 2868000 + Exp: 92233 - Level: 10 - Exp: 3420000 + Exp: 118059 - Level: 11 - Exp: 3863000 + Exp: 151115 - Level: 12 - Exp: 4504000 + Exp: 193428 - Level: 13 - Exp: 4998000 + Exp: 247588 - Level: 14 - Exp: 5769000 + Exp: 316912 - Level: 15 - Exp: 6321000 + Exp: 405648 - Level: 16 - Exp: 7254000 + Exp: 519229 - Level: 17 - Exp: 7870000 + Exp: 664613 - Level: 18 - Exp: 9015000 + Exp: 850705 - Level: 19 - Exp: 9530000 + Exp: 1088903 - Level: 20 - Exp: 11072000 + Exp: 1393796 - Level: 21 - Exp: 11848000 + Exp: 1784059 - Level: 22 - Exp: 13467000 + Exp: 2283596 - Level: 23 - Exp: 14337000 + Exp: 2923003 - Level: 24 - Exp: 16243000 + Exp: 3741444 - Level: 25 - Exp: 17216000 + Exp: 4231573 - Level: 26 - Exp: 19446000 + Exp: 4785909 - Level: 27 - Exp: 20781000 + Exp: 5412863 - Level: 28 - Exp: 23070000 + Exp: 6121948 - Level: 29 - Exp: 24453000 + Exp: 6923924 - Level: 30 - Exp: 27568000 + Exp: 7830958 - Level: 31 - Exp: 29118000 + Exp: 8856813 - Level: 32 - Exp: 31820000 + Exp: 10017056 - Level: 33 - Exp: 34125000 + Exp: 11329290 - Level: 34 - Exp: 37048000 + Exp: 12813427 - Level: 35 - Exp: 40204000 + Exp: 14491986 - Level: 36 - Exp: 42972000 + Exp: 16390436 - Level: 37 - Exp: 45937000 + Exp: 18537584 - Level: 38 - Exp: 49110000 + Exp: 20966007 - Level: 39 - Exp: 52696000 + Exp: 23712554 - Level: 40 - Exp: 57158000 + Exp: 26818899 - Level: 41 - Exp: 61305000 + Exp: 30332175 - Level: 42 - Exp: 67167000 + Exp: 34305690 - Level: 43 - Exp: 72285000 + Exp: 38799735 - Level: 44 - Exp: 77647000 + Exp: 43882500 - Level: 45 - Exp: 83624000 + Exp: 49631108 - Level: 46 - Exp: 91113000 + Exp: 56132783 - Level: 47 - Exp: 98548000 + Exp: 63486178 - Level: 48 - Exp: 107630000 + Exp: 71802867 - Level: 49 - Exp: 119077000 + Exp: 81209043 - Level: 50 + Exp: 91847428 + - Level: 51 + Exp: 103879441 + - Level: 52 + Exp: 117487647 + - Level: 53 + Exp: 132878529 + - Level: 54 + Exp: 150285617 + - Level: 55 + Exp: 169973033 + - Level: 56 + Exp: 192239500 + - Level: 57 + Exp: 217422874 + - Level: 58 + Exp: 245905271 + - Level: 59 + Exp: 278118862 + - Level: 60 + Exp: 319836691 + - Level: 61 + Exp: 367812195 + - Level: 62 + Exp: 422984024 + - Level: 63 + Exp: 486431628 + - Level: 64 + Exp: 559396372 + - Level: 65 + Exp: 632361116 + - Level: 66 + Exp: 705325860 + - Level: 67 + Exp: 778290604 + - Level: 68 + Exp: 851255348 + - Level: 69 + Exp: 924220092 + - Level: 70 Exp: 999999999 - Jobs: Super_Novice: true @@ -3074,105 +3114,105 @@ Body: - Level: 48 Exp: 90120 - Level: 49 - Exp: 590120 + Exp: 99132 - Level: 50 - Exp: 600120 + Exp: 109045 - Level: 51 - Exp: 610120 + Exp: 119950 - Level: 52 - Exp: 620120 + Exp: 131945 - Level: 53 - Exp: 630120 + Exp: 145139 - Level: 54 - Exp: 640120 + Exp: 159653 - Level: 55 - Exp: 650120 + Exp: 175618 - Level: 56 - Exp: 660120 + Exp: 193180 - Level: 57 - Exp: 670120 + Exp: 212498 - Level: 58 - Exp: 680120 + Exp: 233748 - Level: 59 - Exp: 690120 + Exp: 257123 - Level: 60 - Exp: 700120 + Exp: 282835 - Level: 61 - Exp: 710120 + Exp: 311119 - Level: 62 - Exp: 720120 + Exp: 342231 - Level: 63 - Exp: 730120 + Exp: 376454 - Level: 64 - Exp: 740120 + Exp: 414099 - Level: 65 - Exp: 750120 + Exp: 455509 - Level: 66 - Exp: 760120 + Exp: 501060 - Level: 67 - Exp: 770120 + Exp: 551166 - Level: 68 - Exp: 780120 + Exp: 606282 - Level: 69 - Exp: 790120 + Exp: 617195 - Level: 70 - Exp: 800120 + Exp: 628305 - Level: 71 - Exp: 810120 + Exp: 639614 - Level: 72 - Exp: 820120 + Exp: 651127 - Level: 73 - Exp: 830120 + Exp: 662848 - Level: 74 - Exp: 840120 + Exp: 674779 - Level: 75 - Exp: 850120 + Exp: 686925 - Level: 76 - Exp: 860120 + Exp: 699290 - Level: 77 - Exp: 870120 + Exp: 711877 - Level: 78 - Exp: 880120 + Exp: 724691 - Level: 79 - Exp: 890120 + Exp: 737735 - Level: 80 - Exp: 900120 + Exp: 751014 - Level: 81 - Exp: 910120 + Exp: 764533 - Level: 82 - Exp: 920120 + Exp: 778294 - Level: 83 - Exp: 930120 + Exp: 792303 - Level: 84 - Exp: 940120 + Exp: 806565 - Level: 85 - Exp: 950120 + Exp: 821083 - Level: 86 - Exp: 960120 + Exp: 835863 - Level: 87 - Exp: 970120 + Exp: 850908 - Level: 88 - Exp: 980120 + Exp: 866224 - Level: 89 - Exp: 990120 + Exp: 881817 - Level: 90 - Exp: 1000120 + Exp: 897689 - Level: 91 - Exp: 1010120 + Exp: 913848 - Level: 92 - Exp: 1020120 + Exp: 930297 - Level: 93 - Exp: 1030120 + Exp: 947042 - Level: 94 - Exp: 1040120 + Exp: 964089 - Level: 95 - Exp: 1050120 + Exp: 981443 - Level: 96 - Exp: 1060120 + Exp: 999109 - Level: 97 - Exp: 1070120 + Exp: 1017092 - Level: 98 - Exp: 1080120 + Exp: 1035400 - Level: 99 Exp: 999999999 - Jobs: @@ -3219,7 +3259,7 @@ Body: - Level: 19 Exp: 28800 - Level: 20 - Exp: 33100 + Exp: 33300 - Level: 21 Exp: 35100 - Level: 22 @@ -3235,7 +3275,7 @@ Body: - Level: 27 Exp: 56000 - Level: 28 - Exp: 59000 + Exp: 59400 - Level: 29 Exp: 63500 - Level: 30 @@ -3325,204 +3365,204 @@ Body: Night_Watch: true Hyper_Novice: true Spirit_Handler: true - MaxBaseLevel: 250 + MaxBaseLevel: 260 BaseExp: - Level: 1 - Exp: 600 + Exp: 658 - Level: 2 - Exp: 1080 + Exp: 1073 - Level: 3 - Exp: 1800 + Exp: 1783 - Level: 4 - Exp: 2640 + Exp: 2608 - Level: 5 - Exp: 3840 + Exp: 3782 - Level: 6 - Exp: 4560 + Exp: 4478 - Level: 7 - Exp: 5040 + Exp: 4935 - Level: 8 - Exp: 5460 + Exp: 5330 - Level: 9 - Exp: 6000 + Exp: 5839 - Level: 10 - Exp: 6600 + Exp: 6404 - Level: 11 - Exp: 7200 + Exp: 6965 - Level: 12 - Exp: 7320 + Exp: 7060 - Level: 13 - Exp: 7620 + Exp: 7328 - Level: 14 - Exp: 8040 + Exp: 7708 - Level: 15 - Exp: 8820 + Exp: 8431 - Level: 16 - Exp: 9600 + Exp: 9149 - Level: 17 - Exp: 10080 + Exp: 9578 - Level: 18 - Exp: 10560 + Exp: 10004 - Level: 19 - Exp: 11040 + Exp: 10427 - Level: 20 - Exp: 12610 + Exp: 11874 - Level: 21 - Exp: 13390 + Exp: 12571 - Level: 22 - Exp: 14300 + Exp: 13385 - Level: 23 - Exp: 15340 + Exp: 14315 - Level: 24 - Exp: 16900 + Exp: 15724 - Level: 25 - Exp: 18460 + Exp: 17124 - Level: 26 - Exp: 19500 + Exp: 18034 - Level: 27 - Exp: 20800 + Exp: 19179 - Level: 28 - Exp: 22100 + Exp: 20316 - Level: 29 - Exp: 23400 + Exp: 21447 - Level: 30 - Exp: 24700 + Exp: 22571 - Level: 31 - Exp: 26000 + Exp: 23687 - Level: 32 - Exp: 27300 + Exp: 24797 - Level: 33 - Exp: 28600 + Exp: 25900 - Level: 34 - Exp: 30160 + Exp: 27231 - Level: 35 - Exp: 31200 + Exp: 28085 - Level: 36 - Exp: 33800 + Exp: 30334 - Level: 37 - Exp: 35750 + Exp: 31988 - Level: 38 - Exp: 37700 + Exp: 33632 - Level: 39 - Exp: 39000 + Exp: 34687 - Level: 40 - Exp: 44100 + Exp: 39106 - Level: 41 - Exp: 46200 + Exp: 40845 - Level: 42 - Exp: 47600 + Exp: 41956 - Level: 43 - Exp: 50400 + Exp: 44291 - Level: 44 - Exp: 52500 + Exp: 45998 - Level: 45 - Exp: 53200 + Exp: 46472 - Level: 46 - Exp: 56000 + Exp: 48771 - Level: 47 - Exp: 58800 + Exp: 51056 - Level: 48 - Exp: 62300 + Exp: 53933 - Level: 49 - Exp: 65800 + Exp: 56792 - Level: 50 - Exp: 68600 + Exp: 59031 - Level: 51 - Exp: 71400 + Exp: 61256 - Level: 52 - Exp: 74200 + Exp: 63467 - Level: 53 - Exp: 77000 + Exp: 65665 - Level: 54 - Exp: 79800 + Exp: 67848 - Level: 55 - Exp: 82600 + Exp: 70018 - Level: 56 - Exp: 86100 + Exp: 72766 - Level: 57 - Exp: 88200 + Exp: 74317 - Level: 58 - Exp: 91000 + Exp: 76447 - Level: 59 - Exp: 93800 + Exp: 78562 - Level: 60 - Exp: 103500 + Exp: 86427 - Level: 61 - Exp: 105000 + Exp: 87416 - Level: 62 - Exp: 109500 + Exp: 90889 - Level: 63 - Exp: 115500 + Exp: 95582 - Level: 64 - Exp: 120000 + Exp: 99008 - Level: 65 - Exp: 126000 + Exp: 103646 - Level: 66 - Exp: 132000 + Exp: 108256 - Level: 67 - Exp: 136500 + Exp: 111611 - Level: 68 - Exp: 142500 + Exp: 116167 - Level: 69 - Exp: 165000 + Exp: 134106 - Level: 70 - Exp: 192000 + Exp: 155583 - Level: 71 - Exp: 210000 + Exp: 169658 - Level: 72 - Exp: 232500 + Exp: 187272 - Level: 73 - Exp: 244500 + Exp: 196347 - Level: 74 - Exp: 255000 + Exp: 204165 - Level: 75 - Exp: 270000 + Exp: 215526 - Level: 76 - Exp: 282000 + Exp: 224430 - Level: 77 - Exp: 292500 + Exp: 232088 - Level: 78 - Exp: 300000 + Exp: 237325 - Level: 79 - Exp: 345000 + Exp: 257972 - Level: 80 - Exp: 416000 + Exp: 280415 - Level: 81 - Exp: 480000 + Exp: 304811 - Level: 82 - Exp: 560000 + Exp: 331329 - Level: 83 - Exp: 640000 + Exp: 360154 - Level: 84 - Exp: 768000 + Exp: 391487 - Level: 85 - Exp: 880000 + Exp: 425546 - Level: 86 - Exp: 960000 + Exp: 462568 - Level: 87 - Exp: 1088000 + Exp: 502811 - Level: 88 - Exp: 1200000 + Exp: 546555 - Level: 89 - Exp: 1440000 + Exp: 594105 - Level: 90 - Exp: 1700000 + Exp: 645792 - Level: 91 - Exp: 2040000 + Exp: 701975 - Level: 92 - Exp: 2550000 + Exp: 763046 - Level: 93 - Exp: 3060000 + Exp: 829431 - Level: 94 - Exp: 3570000 + Exp: 901591 - Level: 95 - Exp: 4080000 + Exp: 980029 - Level: 96 - Exp: 4760000 + Exp: 1065291 - Level: 97 - Exp: 5610000 + Exp: 1157971 - Level: 98 - Exp: 6800000 + Exp: 1258714 - Level: 99 Exp: 1272747 - Level: 100 @@ -3666,7 +3706,7 @@ Body: - Level: 169 Exp: 211158924 - Level: 170 - Exp: 229155105 + Exp: 228155105 - Level: 171 Exp: 246519309 - Level: 172 @@ -3676,55 +3716,55 @@ Body: - Level: 174 Exp: 310966207 - Level: 175 - Exp: 352013746 + Exp: 320295193 - Level: 176 - Exp: 398479560 + Exp: 329904048 - Level: 177 - Exp: 451078861 + Exp: 339801169 - Level: 178 - Exp: 510621270 + Exp: 349995204 - Level: 179 - Exp: 578023277 + Exp: 360495060 - Level: 180 - Exp: 654322349 + Exp: 371309911 - Level: 181 - Exp: 740692899 + Exp: 382449208 - Level: 182 - Exp: 838464361 + Exp: 393922684 - Level: 183 - Exp: 949141656 + Exp: 405740364 - Level: 184 - Exp: 1074428354 + Exp: 417912574 - Level: 185 - Exp: 1216252896 + Exp: 430449951 - Level: 186 - Exp: 1376798278 + Exp: 443363449 - Level: 187 - Exp: 1558535650 + Exp: 456664352 - Level: 188 - Exp: 1764262355 + Exp: 470364282 - Level: 189 - Exp: 1997144985 + Exp: 484475210 - Level: 190 - Exp: 2260768123 + Exp: 499009466 - Level: 191 - Exp: 2559189515 + Exp: 513979749 - Level: 192 - Exp: 2897002530 + Exp: 529399141 - Level: 193 - Exp: 3279406863 + Exp: 545281115 - Level: 194 - Exp: 3712288568 + Exp: 561639548 - Level: 195 - Exp: 4202310658 + Exp: 578488734 - Level: 196 - Exp: 4757015664 + Exp: 595843396 - Level: 197 - Exp: 5384941731 + Exp: 613718697 - Level: 198 - Exp: 6095754039 + Exp: 632130257 - Level: 199 - Exp: 6900363572 + Exp: 651094164 - Level: 200 Exp: 653047446 - Level: 201 @@ -3766,66 +3806,86 @@ Body: - Level: 219 Exp: 691293473 - Level: 220 - Exp: 843378037 + Exp: 788074559 - Level: 221 - Exp: 1028921205 + Exp: 898404997 - Level: 222 - Exp: 1255283870 + Exp: 1024181696 - Level: 223 - Exp: 1531446321 + Exp: 1167567133 - Level: 224 - Exp: 1868364511 + Exp: 1331026531 - Level: 225 - Exp: 2279404703 + Exp: 1517370245 - Level: 226 - Exp: 2780873737 + Exp: 1729802079 - Level: 227 - Exp: 3392665959 + Exp: 1971974370 - Level: 228 - Exp: 4139052469 + Exp: 2248050781 - Level: 229 - Exp: 5049644012 + Exp: 2562777890 - Level: 230 - Exp: 6160565694 + Exp: 2921566794 - Level: 231 - Exp: 7515890146 + Exp: 3330586145 - Level: 232 - Exp: 9169385978 + Exp: 3796868205 - Level: 233 - Exp: 11186650893 + Exp: 4328429753 - Level: 234 - Exp: 13647714089 + Exp: 4934409918 - Level: 235 - Exp: 16650211188 + Exp: 5625227306 - Level: 236 - Exp: 20313257649 + Exp: 6412759128 - Level: 237 - Exp: 24782174331 + Exp: 7310545405 - Level: 238 - Exp: 30234252683 + Exp: 8334021761 - Level: 239 - Exp: 36885788273 + Exp: 9500784807 - Level: 240 - Exp: 45000661693 + Exp: 10830894679 - Level: 241 - Exp: 54900807265 + Exp: 12347219934 - Level: 242 - Exp: 66978984863 + Exp: 14075830724 - Level: 243 - Exp: 81714361532 + Exp: 16046447025 - Level: 244 - Exp: 99691521069 + Exp: 18292949608 - Level: 245 - Exp: 121623655704 + Exp: 20853962553 - Level: 246 - Exp: 148380859958 + Exp: 23773517310 - Level: 247 - Exp: 181024649148 + Exp: 27101809733 - Level: 248 - Exp: 220850071960 + Exp: 30896063095 - Level: 249 - Exp: 269437087791 + Exp: 35221511928 - Level: 250 + Exp: 43181573623 + - Level: 251 + Exp: 52940609261 + - Level: 252 + Exp: 64905186953 + - Level: 253 + Exp: 79573759204 + - Level: 254 + Exp: 97557428784 + - Level: 255 + Exp: 119605407689 + - Level: 256 + Exp: 146636229826 + - Level: 257 + Exp: 179776017766 + - Level: 258 + Exp: 220405397781 + - Level: 259 + Exp: 270217017679 + - Level: 260 Exp: 999999999999 - Jobs: Dragon_Knight: true @@ -3852,7 +3912,7 @@ Body: Night_Watch: true Hyper_Novice: true Spirit_Handler: true - MaxJobLevel: 50 + MaxJobLevel: 55 JobExp: - Level: 1 Exp: 4700000 @@ -3953,4 +4013,14 @@ Body: - Level: 49 Exp: 4073145058 - Level: 50 + Exp: 4480459564 + - Level: 51 + Exp: 4928505520 + - Level: 52 + Exp: 5421356072 + - Level: 53 + Exp: 5963491679 + - Level: 54 + Exp: 6559840847 + - Level: 55 Exp: 9999999999 diff --git a/db/re/job_stats.yml b/db/re/job_stats.yml index 9b6ec91e94..b74f08294e 100644 --- a/db/re/job_stats.yml +++ b/db/re/job_stats.yml @@ -83,16 +83,6 @@ Header: Body: - Jobs: Novice: true - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 2 Luk: 1 @@ -111,18 +101,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 47 - 2hSword: 54 - 1hSpear: 57 - 2hSpear: 65 - 1hAxe: 55 - 2hAxe: 60 - Mace: 50 - 2hMace: 55 - Shield: 5 BonusStats: - Level: 2 Str: 1 @@ -165,12 +143,6 @@ Body: MaxWeight: 22000 HpFactor: 30 SpIncrease: 600 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 55 - 2hStaff: 55 - Shield: 10 BonusStats: - Level: 2 Int: 1 @@ -213,11 +185,6 @@ Body: MaxWeight: 26000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 55 - Bow: 50 - Shield: 9 BonusStats: - Level: 2 Dex: 1 @@ -260,13 +227,6 @@ Body: MaxWeight: 24000 HpFactor: 40 SpIncrease: 500 - BaseASPD: - Fist: 40 - Mace: 45 - 2hMace: 50 - Staff: 60 - 2hStaff: 60 - Shield: 7 BonusStats: - Level: 2 Luk: 1 @@ -309,15 +269,6 @@ Body: MaxWeight: 28000 HpFactor: 40 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 52 - 1hSword: 52 - 1hAxe: 48 - 2hAxe: 55 - Mace: 50 - 2hMace: 55 - Shield: 5 BonusStats: - Level: 2 Vit: 1 @@ -360,13 +311,6 @@ Body: MaxWeight: 24000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 48 - 1hSword: 50 - 1hAxe: 60 - Bow: 53 - Shield: 6 BonusStats: - Level: 2 Agi: 1 @@ -410,18 +354,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 49 - 1hSword: 45 - 2hSword: 52 - 1hSpear: 55 - 2hSpear: 60 - 1hAxe: 50 - 2hAxe: 55 - Mace: 45 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Vit: 1 @@ -488,15 +420,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 40 - Mace: 43 - 2hMace: 48 - Staff: 60 - Knuckle: 60 - Book: 44 - 2hStaff: 60 - Shield: 5 BonusStats: - Level: 1 Luk: 1 @@ -563,12 +486,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 54 - Staff: 53 - 2hStaff: 53 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -635,15 +552,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 1hAxe: 46 - 2hAxe: 53 - Mace: 48 - 2hMace: 53 - Shield: 5 BonusStats: - Level: 1 Dex: 1 @@ -710,11 +618,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Shield: 9 BonusStats: - Level: 1 Dex: 1 @@ -781,14 +684,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 50 - 1hAxe: 51 - Katar: 42 - Huuma: 110 - Shield: 6 BonusStats: - Level: 1 Agi: 1 @@ -857,18 +752,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 48 - 1hSword: 43 - 2hSword: 55 - 1hSpear: 53 - 2hSpear: 52 - 1hAxe: 50 - 2hAxe: 55 - Mace: 45 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Luk: 1 @@ -936,14 +819,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Mace: 43 - 2hMace: 48 - Staff: 60 - Knuckle: 40 - 2hStaff: 58 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -1010,14 +885,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 700 - BaseASPD: - Fist: 45 - Dagger: 53 - 1hSword: 60 - Staff: 55 - Book: 43 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -1084,12 +951,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 500 - BaseASPD: - Fist: 40 - Dagger: 45 - 1hSword: 50 - Bow: 50 - Shield: 5 BonusStats: - Level: 1 Agi: 1 @@ -1156,15 +1017,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 45 - 1hAxe: 45 - 2hAxe: 52 - Mace: 45 - 2hMace: 50 - Shield: 4 BonusStats: - Level: 1 Int: 1 @@ -1232,12 +1084,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Musical: 45 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -1305,12 +1151,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Whip: 45 - Shield: 7 BonusStats: - Level: 1 Luk: 1 @@ -1374,16 +1214,6 @@ Body: Luk: 1 - Jobs: Super_Novice: true - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 1 Str: 1 @@ -1451,14 +1281,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 469 - BaseASPD: - Fist: 54 - Revolver: 49 - Rifle: 59 - Gatling: 54 - Shotgun: 94 - Grenade: 104 - Shield: 6 BonusStats: - Level: 1 Dex: 1 @@ -1513,11 +1335,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 43 - Huuma: 55 - Shield: 6 BonusStats: - Level: 1 Agi: 1 @@ -1571,16 +1388,6 @@ Body: Luk: 1 - Jobs: Novice_High: true - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 2 Luk: 1 @@ -1599,18 +1406,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 47 - 2hSword: 54 - 1hSpear: 57 - 2hSpear: 65 - 1hAxe: 55 - 2hAxe: 60 - Mace: 50 - 2hMace: 55 - Shield: 5 BonusStats: - Level: 2 Str: 1 @@ -1653,12 +1448,6 @@ Body: MaxWeight: 22000 HpFactor: 30 SpIncrease: 600 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 55 - 2hStaff: 55 - Shield: 10 BonusStats: - Level: 2 Int: 1 @@ -1701,11 +1490,6 @@ Body: MaxWeight: 26000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 55 - Bow: 50 - Shield: 9 BonusStats: - Level: 2 Dex: 1 @@ -1748,13 +1532,6 @@ Body: MaxWeight: 24000 HpFactor: 40 SpIncrease: 500 - BaseASPD: - Fist: 40 - Mace: 45 - 2hMace: 50 - Staff: 60 - 2hStaff: 60 - Shield: 7 BonusStats: - Level: 2 Luk: 1 @@ -1797,15 +1574,6 @@ Body: MaxWeight: 28000 HpFactor: 40 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 52 - 1hSword: 52 - 1hAxe: 48 - 2hAxe: 55 - Mace: 50 - 2hMace: 55 - Shield: 5 BonusStats: - Level: 2 Vit: 1 @@ -1848,13 +1616,6 @@ Body: MaxWeight: 24000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 48 - 1hSword: 50 - 1hAxe: 60 - Bow: 53 - Shield: 6 BonusStats: - Level: 2 Agi: 1 @@ -1898,18 +1659,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 49 - 1hSword: 45 - 2hSword: 52 - 1hSpear: 55 - 2hSpear: 60 - 1hAxe: 50 - 2hAxe: 55 - Mace: 45 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -2006,15 +1755,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 40 - Mace: 43 - 2hMace: 48 - Staff: 60 - Knuckle: 60 - Book: 44 - 2hStaff: 60 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -2111,12 +1851,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 54 - Staff: 53 - 2hStaff: 53 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -2213,15 +1947,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 1hAxe: 46 - 2hAxe: 53 - Mace: 48 - 2hMace: 53 - Shield: 5 BonusStats: - Level: 1 Dex: 1 @@ -2318,11 +2043,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Shield: 9 BonusStats: - Level: 1 Dex: 1 @@ -2419,14 +2139,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 50 - 1hAxe: 51 - Katar: 42 - Huuma: 110 - Shield: 6 BonusStats: - Level: 1 Agi: 1 @@ -2525,18 +2237,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 48 - 1hSword: 43 - 2hSword: 55 - 1hSpear: 53 - 2hSpear: 52 - 1hAxe: 50 - 2hAxe: 55 - Mace: 45 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Vit: 1 @@ -2634,14 +2334,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Mace: 43 - 2hMace: 48 - Staff: 60 - Knuckle: 40 - 2hStaff: 58 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -2738,14 +2430,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 700 - BaseASPD: - Fist: 45 - Dagger: 53 - 1hSword: 60 - Staff: 55 - Book: 43 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -2842,12 +2526,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 500 - BaseASPD: - Fist: 40 - Dagger: 45 - 1hSword: 50 - Bow: 50 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -2944,15 +2622,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 45 - 1hAxe: 45 - 2hAxe: 52 - Mace: 45 - 2hMace: 50 - Shield: 4 BonusStats: - Level: 1 Dex: 1 @@ -3050,12 +2719,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Musical: 45 - Shield: 7 BonusStats: - Level: 1 Agi: 1 @@ -3153,12 +2816,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Whip: 45 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -3252,33 +2909,11 @@ Body: Agi: 1 - Jobs: Baby: true - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 - Jobs: Baby_Swordman: true MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 47 - 2hSword: 54 - 1hSpear: 57 - 2hSpear: 65 - 1hAxe: 55 - 2hAxe: 60 - Mace: 50 - 2hMace: 55 - Shield: 5 BonusStats: - Level: 2 Str: 1 @@ -3321,12 +2956,6 @@ Body: MaxWeight: 22000 HpFactor: 30 SpIncrease: 600 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 55 - 2hStaff: 55 - Shield: 10 BonusStats: - Level: 2 Int: 1 @@ -3369,11 +2998,6 @@ Body: MaxWeight: 26000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 55 - Bow: 50 - Shield: 9 BonusStats: - Level: 2 Dex: 1 @@ -3416,13 +3040,6 @@ Body: MaxWeight: 24000 HpFactor: 40 SpIncrease: 500 - BaseASPD: - Fist: 40 - Mace: 45 - 2hMace: 50 - Staff: 60 - 2hStaff: 60 - Shield: 7 BonusStats: - Level: 2 Luk: 1 @@ -3465,15 +3082,6 @@ Body: MaxWeight: 28000 HpFactor: 40 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 52 - 1hSword: 52 - 1hAxe: 48 - 2hAxe: 55 - Mace: 50 - 2hMace: 55 - Shield: 5 BonusStats: - Level: 2 Vit: 1 @@ -3516,13 +3124,6 @@ Body: MaxWeight: 24000 HpFactor: 50 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 48 - 1hSword: 50 - 1hAxe: 60 - Bow: 53 - Shield: 6 BonusStats: - Level: 2 Agi: 1 @@ -3566,18 +3167,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 49 - 1hSword: 45 - 2hSword: 52 - 1hSpear: 55 - 2hSpear: 60 - 1hAxe: 50 - 2hAxe: 55 - Mace: 45 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Vit: 1 @@ -3644,15 +3233,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 40 - Mace: 43 - 2hMace: 48 - Staff: 60 - Knuckle: 60 - Book: 44 - 2hStaff: 60 - Shield: 5 BonusStats: - Level: 1 Luk: 1 @@ -3719,12 +3299,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 54 - Staff: 53 - 2hStaff: 53 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -3791,15 +3365,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 1hAxe: 46 - 2hAxe: 53 - Mace: 48 - 2hMace: 53 - Shield: 5 BonusStats: - Level: 1 Dex: 1 @@ -3866,11 +3431,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Shield: 9 BonusStats: - Level: 1 Dex: 1 @@ -3937,14 +3497,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 50 - 1hAxe: 51 - Katar: 42 - Huuma: 110 - Shield: 6 BonusStats: - Level: 1 Agi: 1 @@ -4013,18 +3565,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 48 - 1hSword: 43 - 2hSword: 55 - 1hSpear: 53 - 2hSpear: 52 - 1hAxe: 50 - 2hAxe: 55 - Mace: 45 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Luk: 1 @@ -4092,14 +3632,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Mace: 43 - 2hMace: 48 - Staff: 60 - Knuckle: 40 - 2hStaff: 58 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -4166,14 +3698,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 700 - BaseASPD: - Fist: 45 - Dagger: 53 - 1hSword: 60 - Staff: 55 - Book: 43 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -4240,12 +3764,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 500 - BaseASPD: - Fist: 40 - Dagger: 45 - 1hSword: 50 - Bow: 50 - Shield: 5 BonusStats: - Level: 1 Agi: 1 @@ -4312,15 +3830,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 45 - 1hAxe: 45 - 2hAxe: 52 - Mace: 45 - 2hMace: 50 - Shield: 4 BonusStats: - Level: 1 Int: 1 @@ -4388,12 +3897,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Musical: 45 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -4461,12 +3964,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 53 - Bow: 48 - Whip: 45 - Shield: 7 BonusStats: - Level: 1 Luk: 1 @@ -4530,16 +4027,6 @@ Body: Luk: 1 - Jobs: Super_Baby: true - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 1 Str: 1 @@ -4606,32 +4093,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -4676,32 +4137,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -4768,12 +4203,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 53 - 2hStaff: 55 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -4841,18 +4270,6 @@ Body: MaxWeight: 35000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 52 - 2hSword: 55 - 1hSpear: 60 - 2hSpear: 58 - 1hAxe: 48 - 2hAxe: 52 - Mace: 45 - 2hMace: 52 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -4933,13 +4350,6 @@ Body: MaxWeight: 30000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 45 - Dagger: 52 - 1hSword: 60 - Staff: 50 - 2hStaff: 56 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -5021,11 +4431,6 @@ Body: MaxWeight: 32000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - Bow: 49 - Shield: 8 BonusStats: - Level: 1 Dex: 1 @@ -5106,15 +4511,6 @@ Body: MaxWeight: 30000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 45 - Mace: 45 - 2hMace: 45 - Staff: 60 - Knuckle: 50 - Book: 44 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -5196,15 +4592,6 @@ Body: MaxWeight: 38000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 60 - 1hSword: 65 - 1hAxe: 45 - 2hAxe: 48 - Mace: 48 - 2hMace: 50 - Shield: 6 BonusStats: - Level: 1 Luk: 1 @@ -5285,18 +4672,6 @@ Body: MaxWeight: 32000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 65 - 1hAxe: 80 - Katar: 42 - Rifle: 95 - Gatling: 120 - Shotgun: 90 - Grenade: 100 - Huuma: 110 - Shield: 9 BonusStats: - Level: 1 Agi: 1 @@ -5378,18 +4753,6 @@ Body: MaxWeight: 35000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 52 - 2hSword: 55 - 1hSpear: 60 - 2hSpear: 58 - 1hAxe: 48 - 2hAxe: 52 - Mace: 45 - 2hMace: 52 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -5470,13 +4833,6 @@ Body: MaxWeight: 30000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 45 - Dagger: 52 - 1hSword: 60 - Staff: 50 - 2hStaff: 56 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -5558,11 +4914,6 @@ Body: MaxWeight: 32000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - Bow: 49 - Shield: 8 BonusStats: - Level: 1 Dex: 1 @@ -5643,15 +4994,6 @@ Body: MaxWeight: 30000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 45 - Mace: 45 - 2hMace: 45 - Staff: 60 - Knuckle: 50 - Book: 44 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -5733,15 +5075,6 @@ Body: MaxWeight: 38000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 60 - 1hSword: 65 - 1hAxe: 45 - 2hAxe: 48 - Mace: 48 - 2hMace: 50 - Shield: 6 BonusStats: - Level: 1 Luk: 1 @@ -5822,18 +5155,6 @@ Body: MaxWeight: 32000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 65 - 1hAxe: 80 - Katar: 42 - Rifle: 95 - Gatling: 120 - Shotgun: 90 - Grenade: 100 - Huuma: 110 - Shield: 9 BonusStats: - Level: 1 Agi: 1 @@ -5916,18 +5237,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 45 - 2hSword: 53 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 48 - 2hAxe: 52 - Mace: 44 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 2 Vit: 1 @@ -6008,14 +5317,6 @@ Body: MaxWeight: 30000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - Staff: 45 - Book: 45 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -6097,12 +5398,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Musical: 44 - Shield: 7 BonusStats: - Level: 1 Int: 1 @@ -6184,12 +5479,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Whip: 44 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -6271,14 +5560,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 400 - BaseASPD: - Fist: 38 - Mace: 43 - 2hMace: 45 - Staff: 48 - Knuckle: 39 - 2hStaff: 50 - Shield: 5 BonusStats: - Level: 1 Agi: 1 @@ -6359,15 +5640,6 @@ Body: MaxWeight: 32000 HpFactor: 90 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 44 - 1hAxe: 48 - 2hAxe: 51 - Mace: 44 - 2hMace: 48 - Shield: 4 BonusStats: - Level: 1 Int: 1 @@ -6448,12 +5720,6 @@ Body: MaxWeight: 28000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 43 - 1hSword: 47 - Bow: 47 - Shield: 4 BonusStats: - Level: 1 Luk: 1 @@ -6536,18 +5802,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 45 - 2hSword: 53 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 48 - 2hAxe: 52 - Mace: 44 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 2 Vit: 1 @@ -6628,14 +5882,6 @@ Body: MaxWeight: 30000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - Staff: 45 - Book: 45 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -6717,12 +5963,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Musical: 44 - Shield: 7 BonusStats: - Level: 1 Int: 1 @@ -6804,12 +6044,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Whip: 44 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -6891,14 +6125,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 400 - BaseASPD: - Fist: 38 - Mace: 43 - 2hMace: 45 - Staff: 48 - Knuckle: 39 - 2hStaff: 50 - Shield: 5 BonusStats: - Level: 1 Agi: 1 @@ -6979,15 +6205,6 @@ Body: MaxWeight: 32000 HpFactor: 90 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 44 - 1hAxe: 48 - 2hAxe: 51 - Mace: 44 - 2hMace: 48 - Shield: 4 BonusStats: - Level: 1 Int: 1 @@ -7068,12 +6285,6 @@ Body: MaxWeight: 28000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 43 - 1hSword: 47 - Bow: 47 - Shield: 4 BonusStats: - Level: 1 Luk: 1 @@ -7155,18 +6366,6 @@ Body: MaxWeight: 28000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 52 - 2hSword: 55 - 1hSpear: 60 - 2hSpear: 58 - 1hAxe: 48 - 2hAxe: 52 - Mace: 45 - 2hMace: 52 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -7247,13 +6446,6 @@ Body: MaxWeight: 24000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 45 - Dagger: 52 - 1hSword: 60 - Staff: 50 - 2hStaff: 56 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -7335,11 +6527,6 @@ Body: MaxWeight: 27000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - Bow: 49 - Shield: 8 BonusStats: - Level: 1 Dex: 1 @@ -7420,15 +6607,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 45 - Mace: 45 - 2hMace: 45 - Staff: 60 - Knuckle: 50 - Book: 44 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -7510,15 +6688,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 60 - 1hSword: 65 - 1hAxe: 45 - 2hAxe: 48 - Mace: 48 - 2hMace: 50 - Shield: 6 BonusStats: - Level: 1 Luk: 1 @@ -7599,18 +6768,6 @@ Body: MaxWeight: 24000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 65 - 1hAxe: 80 - Katar: 42 - Rifle: 95 - Gatling: 120 - Shotgun: 90 - Grenade: 100 - Huuma: 110 - Shield: 9 BonusStats: - Level: 1 Agi: 1 @@ -7693,18 +6850,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 45 - 2hSword: 53 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 48 - 2hAxe: 52 - Mace: 44 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 2 Vit: 1 @@ -7785,14 +6930,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - Staff: 45 - Book: 45 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -7874,12 +7011,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Musical: 44 - Shield: 7 BonusStats: - Level: 1 Int: 1 @@ -7961,12 +7092,6 @@ Body: HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Whip: 44 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -8048,14 +7173,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 400 - BaseASPD: - Fist: 38 - Mace: 43 - 2hMace: 45 - Staff: 48 - Knuckle: 39 - 2hStaff: 50 - Shield: 5 BonusStats: - Level: 1 Agi: 1 @@ -8136,15 +7253,6 @@ Body: MaxWeight: 30000 HpFactor: 90 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 44 - 1hAxe: 48 - 2hAxe: 51 - Mace: 44 - 2hMace: 48 - Shield: 4 BonusStats: - Level: 1 Int: 1 @@ -8225,12 +7333,6 @@ Body: MaxWeight: 24000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 43 - 1hSword: 47 - Bow: 47 - Shield: 4 BonusStats: - Level: 1 Luk: 1 @@ -8310,16 +7412,6 @@ Body: Super_Novice_E: true HpIncrease: 5000 SpIncrease: 500 - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 1 Str: 1 @@ -8383,16 +7475,6 @@ Body: Luk: 1 - Jobs: Super_Baby_E: true - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 1 Str: 1 @@ -8459,11 +7541,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 45 - Huuma: 50 - Shield: 3 BonusStats: - Level: 1 Dex: 1 @@ -8540,11 +7617,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 45 - Huuma: 50 - Shield: 3 BonusStats: - Level: 1 Dex: 1 @@ -8622,14 +7694,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 469 - BaseASPD: - Fist: 54 - Revolver: 49 - Rifle: 59 - Gatling: 54 - Shotgun: 94 - Grenade: 104 - Shield: 6 BonusStats: - Level: 2 Dex: 1 @@ -8707,10 +7771,6 @@ Body: Summoner: true HpFactor: 70 SpIncrease: 500 - BaseASPD: - Fist: 40 - Staff: 60 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -8785,10 +7845,6 @@ Body: HpFactor: 100 HpIncrease: 700 SpIncrease: 200 - BaseASPD: - Fist: 40 - Staff: 60 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -8863,11 +7919,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 43 - Huuma: 55 - Shield: 6 BonusStats: - Level: 1 Agi: 1 @@ -8924,11 +7975,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 45 - Huuma: 50 - Shield: 3 BonusStats: - Level: 1 Dex: 1 @@ -9005,11 +8051,6 @@ Body: MaxWeight: 26000 HpFactor: 75 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 45 - Huuma: 50 - Shield: 3 BonusStats: - Level: 1 Dex: 1 @@ -9086,32 +8127,6 @@ Body: MaxWeight: 28000 HpFactor: 70 SpIncrease: 200 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -9156,32 +8171,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -9248,12 +8237,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 53 - 2hStaff: 55 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -9321,14 +8304,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 469 - BaseASPD: - Fist: 54 - Revolver: 49 - Rifle: 59 - Gatling: 54 - Shotgun: 94 - Grenade: 104 - Shield: 6 BonusStats: - Level: 1 Dex: 1 @@ -9384,14 +8359,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 469 - BaseASPD: - Fist: 54 - Revolver: 49 - Rifle: 59 - Gatling: 54 - Shotgun: 94 - Grenade: 104 - Shield: 6 BonusStats: - Level: 2 Dex: 1 @@ -9472,32 +8439,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -9578,12 +8519,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 53 - 2hStaff: 55 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -9666,32 +8601,6 @@ Body: HpFactor: 90 HpIncrease: 650 SpIncrease: 470 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -9772,12 +8681,6 @@ Body: MaxWeight: 24000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 53 - 2hStaff: 55 - Shield: 8 BonusStats: - Level: 1 Int: 1 @@ -9859,18 +8762,6 @@ Body: MaxWeight: 35000 HpFactor: 150 SpIncrease: 300 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 52 - 2hSword: 55 - 1hSpear: 60 - 2hSpear: 58 - 1hAxe: 48 - 2hAxe: 52 - Mace: 45 - 2hMace: 52 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -9993,21 +8884,21 @@ Body: - Level: 50 Vit: 1 Pow: 1 + - Level: 51 + Crt: 1 + - Level: 52 + Pow: 1 + - Level: 54 + Pow: 1 + Crt: 1 + - Level: 55 + Sta: 1 - Jobs: Meister: true Meister2: true MaxWeight: 38000 HpFactor: 90 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 60 - 1hSword: 65 - 1hAxe: 45 - 2hAxe: 48 - Mace: 48 - 2hMace: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -10135,23 +9026,20 @@ Body: - Level: 50 Pow: 1 Wis: 1 + - Level: 51 + Pow: 1 + - Level: 52 + Con: 1 + - Level: 53 + Sta: 1 + Wis: 1 + - Level: 55 + Pow: 1 - Jobs: Shadow_Cross: true MaxWeight: 32000 HpFactor: 110 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 42 - 1hSword: 65 - 1hAxe: 80 - Katar: 42 - Rifle: 95 - Gatling: 120 - Shotgun: 90 - Grenade: 100 - Huuma: 110 - Shield: 9 BonusStats: - Level: 1 Str: 1 @@ -10279,18 +9167,20 @@ Body: - Level: 50 Pow: 1 Crt: 1 + - Level: 51 + Pow: 1 + - Level: 53 + Con: 1 + - Level: 54 + Sta: 1 + Crt: 1 + - Level: 55 + Crt: 1 - Jobs: Arch_Mage: true MaxWeight: 30000 HpFactor: 55 SpIncrease: 900 - BaseASPD: - Fist: 45 - Dagger: 52 - 1hSword: 60 - Staff: 50 - 2hStaff: 56 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -10418,20 +9308,20 @@ Body: - Level: 50 Sta: 1 Wis: 1 + - Level: 52 + Spl: 1 + - Level: 53 + Con: 1 + - Level: 54 + Sta: 1 + Wis: 1 + - Level: 55 + Spl: 1 - Jobs: Cardinal: true MaxWeight: 30000 HpFactor: 75 SpIncrease: 800 - BaseASPD: - Fist: 45 - Mace: 45 - 2hMace: 45 - Staff: 60 - Knuckle: 50 - Book: 44 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Str: 1 @@ -10559,17 +9449,22 @@ Body: - Level: 50 Spl: 1 Crt: 1 + - Level: 51 + Spl: 1 + - Level: 52 + Pow: 1 + - Level: 53 + Sta: 1 + - Level: 54 + Wis: 1 + - Level: 55 + Crt: 1 - Jobs: Windhawk: true Windhawk2: true MaxWeight: 32000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 50 - Bow: 49 - Shield: 8 BonusStats: - Level: 1 Dex: 1 @@ -10697,6 +9592,15 @@ Body: - Level: 50 Dex: 1 Con: 1 + - Level: 51 + Con: 1 + - Level: 52 + Pow: 1 + Con: 1 + - Level: 53 + Sta: 1 + - Level: 55 + Pow: 1 - Jobs: Imperial_Guard: true Imperial_Guard2: true @@ -10704,18 +9608,6 @@ Body: HpFactor: 110 HpIncrease: 700 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 47 - 1hSword: 45 - 2hSword: 53 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 48 - 2hAxe: 52 - Mace: 44 - 2hMace: 50 - Shield: 5 BonusStats: - Level: 1 Pow: 1 @@ -10843,20 +9735,20 @@ Body: - Level: 50 Pow: 1 Sta: 1 + - Level: 51 + Pow: 1 + - Level: 52 + Sta: 1 + - Level: 53 + Sta: 1 + - Level: 55 + Wis: 1 + Con: 1 - Jobs: Biolo: true MaxWeight: 32000 HpFactor: 90 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 44 - 1hAxe: 48 - 2hAxe: 51 - Mace: 44 - 2hMace: 48 - Shield: 4 BonusStats: - Level: 1 Int: 1 @@ -10984,17 +9876,20 @@ Body: - Level: 50 Str: 1 Crt: 1 + - Level: 51 + Crt: 1 + - Level: 52 + Sta: 1 + - Level: 53 + Pow: 1 + Crt: 1 + - Level: 55 + Con: 1 - Jobs: Abyss_Chaser: true MaxWeight: 28000 HpFactor: 85 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 43 - 1hSword: 47 - Bow: 47 - Shield: 4 BonusStats: - Level: 1 Luk: 1 @@ -11122,19 +10017,20 @@ Body: - Level: 50 Pow: 1 Spl: 1 + - Level: 51 + Pow: 1 + - Level: 52 + Crt: 1 + - Level: 54 + Sta: 1 + - Level: 55 + Sta: 1 + Con: 1 - Jobs: Elemental_Master: true MaxWeight: 30000 HpFactor: 75 SpIncrease: 900 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - Staff: 45 - Book: 45 - 2hStaff: 55 - Shield: 5 BonusStats: - Level: 1 Int: 1 @@ -11262,20 +10158,22 @@ Body: - Level: 50 Wis: 1 Spl: 1 + - Level: 51 + Spl: 1 + - Level: 52 + Sta: 1 + - Level: 53 + Sta: 1 + - Level: 54 + Wis: 1 + - Level: 55 + Spl: 1 - Jobs: Inquisitor: true MaxWeight: 30000 HpFactor: 90 HpIncrease: 650 SpIncrease: 400 - BaseASPD: - Fist: 38 - Mace: 43 - 2hMace: 45 - Staff: 48 - Knuckle: 39 - 2hStaff: 50 - Shield: 5 BonusStats: - Level: 1 Agi: 1 @@ -11402,18 +10300,21 @@ Body: - Level: 50 Pow: 1 Wis: 1 + - Level: 51 + Pow: 1 + - Level: 52 + Sta: 1 + - Level: 53 + Sta: 1 + - Level: 55 + Pow: 1 + Wis: 1 - Jobs: Troubadour: true MaxWeight: 32000 HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Musical: 44 - Shield: 7 BonusStats: - Level: 1 Int: 1 @@ -11540,18 +10441,21 @@ Body: Con: 1 - Level: 50 Dex: 1 + - Level: 51 + Con: 1 + - Level: 52 + Spl: 1 + - Level: 53 + Sta: 1 + - Level: 55 + Pow: 1 + Con: 1 - Jobs: Trouvere: true MaxWeight: 32000 HpFactor: 75 HpIncrease: 300 SpIncrease: 400 - BaseASPD: - Fist: 40 - Dagger: 52 - Bow: 49 - Whip: 44 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -11679,38 +10583,21 @@ Body: Con: 1 - Level: 50 Agi: 1 + - Level: 51 + Con: 1 + - Level: 52 + Sta: 1 + - Level: 53 + Spl: 1 + - Level: 55 + Pow: 1 + Con: 1 - Jobs: Sky_Emperor: true MaxWeight: 42000 HpFactor: 90 HpIncrease: 650 SpIncrease: 635 - BaseASPD: - Fist: 40 - Dagger: 50 - 1hSword: 50 - 2hSword: 50 - 1hSpear: 50 - 2hSpear: 50 - 1hAxe: 50 - 2hAxe: 50 - Mace: 50 - 2hMace: 50 - Staff: 50 - Bow: 50 - Knuckle: 50 - Musical: 50 - Whip: 50 - Book: 50 - Katar: 50 - Revolver: 50 - Rifle: 50 - Gatling: 50 - Shotgun: 50 - Grenade: 50 - Huuma: 50 - 2hStaff: 50 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -11839,18 +10726,20 @@ Body: - Level: 50 Pow: 1 Crt: 1 + - Level: 51 + Sta: 1 + Con: 1 + - Level: 53 + Sta: 1 + - Level: 55 + Pow: 1 + Con: 1 - Jobs: Soul_Ascetic: true MaxWeight: 42000 HpFactor: 75 HpIncrease: 850 SpIncrease: 860 - BaseASPD: - Fist: 50 - Dagger: 50 - Staff: 53 - 2hStaff: 55 - Shield: 8 BonusStats: - Level: 1 Vit: 1 @@ -11968,16 +10857,21 @@ Body: - Level: 50 Wis: 1 Spl: 1 + - Level: 51 + Spl: 1 + - Level: 52 + Con: 1 + - Level: 53 + Wis: 1 + - Level: 54 + Sta: 1 + - Level: 55 + Spl: 1 - Jobs: Shinkiro: true MaxWeight: 45000 HpFactor: 98 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 45 - Huuma: 50 - Shield: 3 BonusStats: - Level: 1 Str: 1 @@ -12106,16 +11000,21 @@ Body: - Level: 50 Pow: 1 Crt: 1 + - Level: 51 + Crt: 1 + - Level: 52 + Con: 1 + - Level: 53 + Wis: 1 + - Level: 54 + Sta: 1 + - Level: 55 + Sta: 1 - Jobs: Shiranui: true MaxWeight: 45000 HpFactor: 98 SpIncrease: 540 - BaseASPD: - Fist: 40 - Dagger: 45 - Huuma: 50 - Shield: 3 BonusStats: - Level: 1 Vit: 1 @@ -12233,20 +11132,21 @@ Body: - Level: 50 Wis: 1 Spl: 1 + - Level: 51 + Pow: 1 + - Level: 52 + Spl: 1 + - Level: 54 + Spl: 1 + - Level: 55 + Spl: 1 + Con: 1 - Jobs: Night_Watch: true MaxWeight: 48000 HpFactor: 75 HpIncrease: 1800 SpIncrease: 800 - BaseASPD: - Fist: 54 - Revolver: 49 - Rifle: 59 - Gatling: 54 - Shotgun: 94 - Grenade: 104 - Shield: 6 BonusStats: - Level: 1 Str: 1 @@ -12368,22 +11268,21 @@ Body: Con: 1 - Level: 50 Pow: 1 + - Level: 51 + Con: 1 + - Level: 53 + Pow: 1 + Con: 1 + - Level: 54 + Wis: 1 + - Level: 55 + Pow: 1 - Jobs: Hyper_Novice: true MaxWeight: 40000 HpFactor: 55 HpIncrease: 900 SpIncrease: 600 - BaseASPD: - Fist: 40 - Dagger: 55 - 1hSword: 57 - 1hAxe: 50 - Mace: 50 - 2hMace: 55 - Staff: 65 - 2hStaff: 65 - Shield: 10 BonusStats: - Level: 1 Str: 1 @@ -12514,16 +11413,21 @@ Body: - Level: 50 Agi: 1 Dex: 1 + - Level: 51 + Con: 1 + - Level: 52 + Pow: 1 + Con: 1 + - Level: 53 + Sta: 1 + - Level: 55 + Spl: 1 - Jobs: Spirit_Handler: true MaxWeight: 42000 HpFactor: 80 HpIncrease: 1150 SpIncrease: 730 - BaseASPD: - Fist: 40 - Staff: 60 - Shield: 7 BonusStats: - Level: 1 Dex: 1 @@ -12649,3 +11553,13 @@ Body: Crt: 1 - Level: 50 Pow: 1 + - Level: 51 + Con: 1 + - Level: 52 + Pow: 1 + - Level: 53 + Spl: 1 + - Level: 54 + Wis: 1 + - Level: 55 + Sta: 1 diff --git a/db/re/laphine_upgrade.yml b/db/re/laphine_upgrade.yml index 60d68fdefa..993048711e 100644 --- a/db/re/laphine_upgrade.yml +++ b/db/re/laphine_upgrade.yml @@ -2485,9 +2485,11 @@ Body: - Item: Gelerdria_IL - Item: Thorn_Staff_IL - Item: Dea_Staff_IL -# - Item: Joy_Of_Victory -# TargetItems: -# - Item: Victory_Wing_Ear_ + - Item: Joy_Of_Victory + RandomOptionGroup: JOY_OF_VICTORY + CardsAllowed: true + TargetItems: + - Item: Victory_Wing_Ear_ - Item: Ancient_Hero_Bravery RandomOptionGroup: ANCIENT_HERO_BRAVERY TargetItems: @@ -4618,9 +4620,11 @@ Body: # - Item: Poenitentia_Ramus # - Item: Poenitentia_Planta # - Item: Poenitentia_Ferrum -# - Item: Overclocker -# TargetItems: -# - Item: Battle_Processor_ + - Item: Overclocker + RandomOptionGroup: OVERCLOCKER + CardsAllowed: true + TargetItems: + - Item: Battle_Processor_ # - Item: Sakray_Regret # TargetItems: # - Item: Poenitentia_Ensis @@ -4723,170 +4727,174 @@ Body: - Item: Gray_W_Muffler - Item: Gray_W_Boots - Item: Gray_W_Shoes -# - Item: Pontifex_Courage -# TargetItems: -# - Item: Adulter_F_T_Sword -# - Item: Adulter_F_Cakram -# - Item: Adulter_F_Katar -# - Item: Adulter_F_Lance -# - Item: Adulter_F_T_Staff -# - Item: Adulter_F_Rod -# - Item: Adulter_F_Humma -# - Item: Adulter_F_C_Humma -# - Item: Adulter_F_C_Bow -# - Item: Adulter_F_Ballista -# - Item: Adulter_F_A_Bow -# - Item: Adulter_F_Revolver -# - Item: Adulter_F_Rifle -# - Item: Adulter_F_Shotgun -# - Item: Adulter_F_Gatling -# - Item: Adulter_F_Launcher -# - Item: Adulter_F_G_Sword -# - Item: Adulter_F_Lapier -# - Item: Adulter_F_Dagger -# - Item: Adulter_F_Axe -# - Item: Adulter_F_G_Spear -# - Item: Adulter_F_M_Book -# - Item: Adulter_F_P_Book -# - Item: Adulter_F_Bible -# - Item: Adulter_F_Moon_B -# - Item: Adulter_F_Star_B -# - Item: Adulter_F_Wand -# - Item: Adulter_F_S_Stick -# - Item: Adulter_F_D_Wand -# - Item: Adulter_F_F_Wand -# - Item: Adulter_F_F_model -# - Item: Adulter_F_Knuckle -# - Item: Adulter_F_Claw -# - Item: Adulter_F_Violin -# - Item: Adulter_F_Harp -# - Item: Adulter_F_C_Rope -# - Item: Adulter_F_Ribbon -# - Item: Adulter_F_Mace -# - Item: Adulter_F_Hall -# - Item: Pontifex_Wisdom -# TargetItems: -# - Item: Adulter_F_T_Sword -# - Item: Adulter_F_Cakram -# - Item: Adulter_F_Katar -# - Item: Adulter_F_Lance -# - Item: Adulter_F_T_Staff -# - Item: Adulter_F_Rod -# - Item: Adulter_F_Humma -# - Item: Adulter_F_C_Humma -# - Item: Adulter_F_C_Bow -# - Item: Adulter_F_Ballista -# - Item: Adulter_F_A_Bow -# - Item: Adulter_F_Revolver -# - Item: Adulter_F_Rifle -# - Item: Adulter_F_Shotgun -# - Item: Adulter_F_Gatling -# - Item: Adulter_F_Launcher -# - Item: Adulter_F_G_Sword -# - Item: Adulter_F_Lapier -# - Item: Adulter_F_Dagger -# - Item: Adulter_F_Axe -# - Item: Adulter_F_G_Spear -# - Item: Adulter_F_M_Book -# - Item: Adulter_F_P_Book -# - Item: Adulter_F_Bible -# - Item: Adulter_F_Moon_B -# - Item: Adulter_F_Star_B -# - Item: Adulter_F_Wand -# - Item: Adulter_F_S_Stick -# - Item: Adulter_F_D_Wand -# - Item: Adulter_F_F_Wand -# - Item: Adulter_F_F_model -# - Item: Adulter_F_Knuckle -# - Item: Adulter_F_Claw -# - Item: Adulter_F_Violin -# - Item: Adulter_F_Harp -# - Item: Adulter_F_C_Rope -# - Item: Adulter_F_Ribbon -# - Item: Adulter_F_Mace -# - Item: Adulter_F_Hall -# - Item: Pontifex_Tenacity -# TargetItems: -# - Item: Vivatus_F_T_Sword -# - Item: Vivatus_F_Cakram -# - Item: Vivatus_F_Katar -# - Item: Vivatus_F_Lance -# - Item: Vivatus_F_T_Staff -# - Item: Vivatus_F_Rod -# - Item: Vivatus_F_C_Bow -# - Item: Vivatus_F_Ballista -# - Item: Vivatus_F_A_Bow -# - Item: Vivatus_F_G_Sword -# - Item: Vivatus_F_Lapier -# - Item: Vivatus_F_Dagger -# - Item: Vivatus_F_Axe -# - Item: Vivatus_F_G_Spear -# - Item: Vivatus_F_M_Book -# - Item: Vivatus_F_P_Book -# - Item: Vivatus_F_Bible -# - Item: Vivatus_F_Wand -# - Item: Vivatus_F_Knuckle -# - Item: Vivatus_F_Claw -# - Item: Vivatus_F_Violin -# - Item: Vivatus_F_Harp -# - Item: Vivatus_F_C_Rope -# - Item: Vivatus_F_Ribbon -# - Item: Vivatus_F_Mace -# - Item: Vivatus_F_Hall -# - Item: Vivatus_F_D_Wand -# - Item: Vivatus_F_S_Stick -# - Item: Vivatus_F_F_Wand -# - Item: Vivatus_F_F_model -# - Item: Vivatus_F_Star_B -# - Item: Vivatus_F_Moon_B -# - Item: Vivatus_F_Gatling -# - Item: Vivatus_F_Launcher -# - Item: Vivatus_F_Rifle -# - Item: Vivatus_F_Shotgun -# - Item: Vivatus_F_Revolver -# - Item: Vivatus_F_C_Humma -# - Item: Vivatus_F_Humma -# - Item: Pontifex_Belief -# TargetItems: -# - Item: Vivatus_F_T_Sword -# - Item: Vivatus_F_Cakram -# - Item: Vivatus_F_Katar -# - Item: Vivatus_F_Lance -# - Item: Vivatus_F_T_Staff -# - Item: Vivatus_F_Rod -# - Item: Vivatus_F_C_Bow -# - Item: Vivatus_F_Ballista -# - Item: Vivatus_F_A_Bow -# - Item: Vivatus_F_G_Sword -# - Item: Vivatus_F_Lapier -# - Item: Vivatus_F_Dagger -# - Item: Vivatus_F_Axe -# - Item: Vivatus_F_G_Spear -# - Item: Vivatus_F_M_Book -# - Item: Vivatus_F_P_Book -# - Item: Vivatus_F_Bible -# - Item: Vivatus_F_Wand -# - Item: Vivatus_F_Knuckle -# - Item: Vivatus_F_Claw -# - Item: Vivatus_F_Violin -# - Item: Vivatus_F_Harp -# - Item: Vivatus_F_C_Rope -# - Item: Vivatus_F_Ribbon -# - Item: Vivatus_F_Mace -# - Item: Vivatus_F_Hall -# - Item: Vivatus_F_D_Wand -# - Item: Vivatus_F_S_Stick -# - Item: Vivatus_F_F_Wand -# - Item: Vivatus_F_F_model -# - Item: Vivatus_F_Star_B -# - Item: Vivatus_F_Moon_B -# - Item: Vivatus_F_Gatling -# - Item: Vivatus_F_Launcher -# - Item: Vivatus_F_Rifle -# - Item: Vivatus_F_Shotgun -# - Item: Vivatus_F_Revolver -# - Item: Vivatus_F_C_Humma -# - Item: Vivatus_F_Humma + - Item: Pontifex_Courage + RandomOptionGroup: PONTIFEX_COURAGE + TargetItems: + - Item: Adulter_F_T_Sword + - Item: Adulter_F_Cakram + - Item: Adulter_F_Katar + - Item: Adulter_F_Lance + - Item: Adulter_F_T_Staff + - Item: Adulter_F_Rod + - Item: Adulter_F_Humma + - Item: Adulter_F_C_Humma + - Item: Adulter_F_C_Bow + - Item: Adulter_F_Ballista + - Item: Adulter_F_A_Bow + - Item: Adulter_F_Revolver + - Item: Adulter_F_Rifle + - Item: Adulter_F_Shotgun + - Item: Adulter_F_Gatling + - Item: Adulter_F_Launcher + - Item: Adulter_F_G_Sword + - Item: Adulter_F_Lapier + - Item: Adulter_F_Dagger + - Item: Adulter_F_Axe + - Item: Adulter_F_G_Spear + - Item: Adulter_F_M_Book + - Item: Adulter_F_P_Book + - Item: Adulter_F_Bible + - Item: Adulter_F_Moon_B + - Item: Adulter_F_Star_B + - Item: Adulter_F_Wand + - Item: Adulter_F_S_Stick + - Item: Adulter_F_D_Wand + - Item: Adulter_F_F_Wand + - Item: Adulter_F_F_model + - Item: Adulter_F_Knuckle + - Item: Adulter_F_Claw + - Item: Adulter_F_Violin + - Item: Adulter_F_Harp + - Item: Adulter_F_C_Rope + - Item: Adulter_F_Ribbon + - Item: Adulter_F_Mace + - Item: Adulter_F_Hall + - Item: Pontifex_Wisdom + RandomOptionGroup: PONTIFEX_WISDOM + TargetItems: + - Item: Adulter_F_T_Sword + - Item: Adulter_F_Cakram + - Item: Adulter_F_Katar + - Item: Adulter_F_Lance + - Item: Adulter_F_T_Staff + - Item: Adulter_F_Rod + - Item: Adulter_F_Humma + - Item: Adulter_F_C_Humma + - Item: Adulter_F_C_Bow + - Item: Adulter_F_Ballista + - Item: Adulter_F_A_Bow + - Item: Adulter_F_Revolver + - Item: Adulter_F_Rifle + - Item: Adulter_F_Shotgun + - Item: Adulter_F_Gatling + - Item: Adulter_F_Launcher + - Item: Adulter_F_G_Sword + - Item: Adulter_F_Lapier + - Item: Adulter_F_Dagger + - Item: Adulter_F_Axe + - Item: Adulter_F_G_Spear + - Item: Adulter_F_M_Book + - Item: Adulter_F_P_Book + - Item: Adulter_F_Bible + - Item: Adulter_F_Moon_B + - Item: Adulter_F_Star_B + - Item: Adulter_F_Wand + - Item: Adulter_F_S_Stick + - Item: Adulter_F_D_Wand + - Item: Adulter_F_F_Wand + - Item: Adulter_F_F_model + - Item: Adulter_F_Knuckle + - Item: Adulter_F_Claw + - Item: Adulter_F_Violin + - Item: Adulter_F_Harp + - Item: Adulter_F_C_Rope + - Item: Adulter_F_Ribbon + - Item: Adulter_F_Mace + - Item: Adulter_F_Hall + - Item: Pontifex_Tenacity + RandomOptionGroup: PONTIFEX_TENACITY + TargetItems: + - Item: Vivatus_F_T_Sword + - Item: Vivatus_F_Cakram + - Item: Vivatus_F_Katar + - Item: Vivatus_F_Lance + - Item: Vivatus_F_T_Staff + - Item: Vivatus_F_Rod + - Item: Vivatus_F_C_Bow + - Item: Vivatus_F_Ballista + - Item: Vivatus_F_A_Bow + - Item: Vivatus_F_G_Sword + - Item: Vivatus_F_Lapier + - Item: Vivatus_F_Dagger + - Item: Vivatus_F_Axe + - Item: Vivatus_F_G_Spear + - Item: Vivatus_F_M_Book + - Item: Vivatus_F_P_Book + - Item: Vivatus_F_Bible + - Item: Vivatus_F_Wand + - Item: Vivatus_F_Knuckle + - Item: Vivatus_F_Claw + - Item: Vivatus_F_Violin + - Item: Vivatus_F_Harp + - Item: Vivatus_F_C_Rope + - Item: Vivatus_F_Ribbon + - Item: Vivatus_F_Mace + - Item: Vivatus_F_Hall + - Item: Vivatus_F_D_Wand + - Item: Vivatus_F_S_Stick + - Item: Vivatus_F_F_Wand + - Item: Vivatus_F_F_model + - Item: Vivatus_F_Star_B + - Item: Vivatus_F_Moon_B + - Item: Vivatus_F_Gatling + - Item: Vivatus_F_Launcher + - Item: Vivatus_F_Rifle + - Item: Vivatus_F_Shotgun + - Item: Vivatus_F_Revolver + - Item: Vivatus_F_C_Humma + - Item: Vivatus_F_Humma + - Item: Pontifex_Belief + RandomOptionGroup: PONTIFEX_BELIEF + TargetItems: + - Item: Vivatus_F_T_Sword + - Item: Vivatus_F_Cakram + - Item: Vivatus_F_Katar + - Item: Vivatus_F_Lance + - Item: Vivatus_F_T_Staff + - Item: Vivatus_F_Rod + - Item: Vivatus_F_C_Bow + - Item: Vivatus_F_Ballista + - Item: Vivatus_F_A_Bow + - Item: Vivatus_F_G_Sword + - Item: Vivatus_F_Lapier + - Item: Vivatus_F_Dagger + - Item: Vivatus_F_Axe + - Item: Vivatus_F_G_Spear + - Item: Vivatus_F_M_Book + - Item: Vivatus_F_P_Book + - Item: Vivatus_F_Bible + - Item: Vivatus_F_Wand + - Item: Vivatus_F_Knuckle + - Item: Vivatus_F_Claw + - Item: Vivatus_F_Violin + - Item: Vivatus_F_Harp + - Item: Vivatus_F_C_Rope + - Item: Vivatus_F_Ribbon + - Item: Vivatus_F_Mace + - Item: Vivatus_F_Hall + - Item: Vivatus_F_D_Wand + - Item: Vivatus_F_S_Stick + - Item: Vivatus_F_F_Wand + - Item: Vivatus_F_F_model + - Item: Vivatus_F_Star_B + - Item: Vivatus_F_Moon_B + - Item: Vivatus_F_Gatling + - Item: Vivatus_F_Launcher + - Item: Vivatus_F_Rifle + - Item: Vivatus_F_Shotgun + - Item: Vivatus_F_Revolver + - Item: Vivatus_F_C_Humma + - Item: Vivatus_F_Humma - Item: Bio_Helm_Refine_Cube ResultRefine: 11 MaximumRefine: 10 @@ -5098,9 +5106,11 @@ Body: - Item: MeawFoxtail_LT - Item: OneSkyOneSun_LT - Item: SoulWeight_LT -# - Item: Lens_Craft_Stone -# TargetItems: -# - Item: Deepblue_Sunglasses_ + - Item: Lens_Craft_Stone + RandomOptionGroup: LENS_CRAFT_STONE + CardsAllowed: true + TargetItems: + - Item: Deepblue_Sunglasses_ # - Item: FullPenest_Shadow_Up # MaximumRefine: 10 # TargetItems: diff --git a/db/re/mob_db.yml b/db/re/mob_db.yml index 2315b1a75f..a91dea4cf7 100644 --- a/db/re/mob_db.yml +++ b/db/re/mob_db.yml @@ -25573,6 +25573,8 @@ Body: ChaseRange: 12 Size: Large Race: Demon + RaceGroups: + Rachel_Sanctuary: true Element: Dark ElementLevel: 2 WalkSpeed: 140 @@ -25620,6 +25622,8 @@ Body: ChaseRange: 12 Size: Small Race: Formless + RaceGroups: + Rachel_Sanctuary: true Element: Wind ElementLevel: 2 WalkSpeed: 190 @@ -31172,6 +31176,8 @@ Body: ChaseRange: 12 Size: Large Race: Formless + RaceGroups: + Rachel_Sanctuary: true Element: Ghost ElementLevel: 3 WalkSpeed: 200 @@ -31228,6 +31234,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 300 @@ -31275,6 +31283,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 250 @@ -31322,6 +31332,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 250 @@ -31369,6 +31381,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 300 @@ -31416,6 +31430,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demon + RaceGroups: + Rachel_Sanctuary: true Element: Dark ElementLevel: 3 WalkSpeed: 140 @@ -31465,6 +31481,8 @@ Body: ChaseRange: 12 Size: Small Race: Formless + RaceGroups: + Rachel_Sanctuary: true Element: Wind ElementLevel: 3 WalkSpeed: 190 @@ -60651,6 +60669,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 187 @@ -68263,6 +68283,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 300 @@ -68734,6 +68756,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demon + RaceGroups: + Rachel_Sanctuary: true Element: Dark ElementLevel: 3 WalkSpeed: 140 @@ -70573,6 +70597,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 250 @@ -73816,6 +73842,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Rachel_Sanctuary: true Element: Neutral ElementLevel: 4 WalkSpeed: 225 @@ -78160,7 +78188,7 @@ Body: AttackDelay: 1020 AttackMotion: 500 DamageMotion: 768 - Ai: 10 + Ai: 21 Class: Boss Drops: - Item: Brinaranea_Card @@ -78192,7 +78220,7 @@ Body: AttackDelay: 608 AttackMotion: 408 DamageMotion: 336 - Ai: 10 + Ai: 21 Class: Boss Drops: - Item: Muspellskoll_Card @@ -78334,7 +78362,7 @@ Body: AttackDelay: 750 AttackMotion: 510 DamageMotion: 500 - Ai: 10 + Ai: 21 Class: Boss Drops: - Item: M_Morocc_Card @@ -92522,6 +92550,8 @@ Body: ChaseRange: 12 Size: Small Race: Demon + RaceGroups: + Illusion_Turtle: true Element: Wind ElementLevel: 2 WalkSpeed: 200 @@ -92569,6 +92599,8 @@ Body: ChaseRange: 12 Size: Small Race: Brute + RaceGroups: + Illusion_Turtle: true Element: Neutral ElementLevel: 2 WalkSpeed: 250 @@ -92616,6 +92648,8 @@ Body: ChaseRange: 12 Size: Small Race: Brute + RaceGroups: + Illusion_Turtle: true Element: Water ElementLevel: 2 WalkSpeed: 170 @@ -92663,6 +92697,8 @@ Body: ChaseRange: 12 Size: Small Race: Brute + RaceGroups: + Illusion_Turtle: true Element: Earth ElementLevel: 2 WalkSpeed: 250 @@ -92710,6 +92746,8 @@ Body: ChaseRange: 12 Size: Small Race: Brute + RaceGroups: + Illusion_Turtle: true Element: Fire ElementLevel: 2 WalkSpeed: 250 @@ -92757,6 +92795,8 @@ Body: ChaseRange: 12 Size: Large Race: Brute + RaceGroups: + Illusion_Turtle: true Element: Earth ElementLevel: 2 WalkSpeed: 200 @@ -94048,6 +94088,8 @@ Body: ChaseRange: 12 Size: Small Race: Insect + RaceGroups: + Illusion_Luanda: true Element: Earth ElementLevel: 1 WalkSpeed: 200 @@ -94095,6 +94137,8 @@ Body: ChaseRange: 12 Size: Large Race: Formless + RaceGroups: + Illusion_Luanda: true Element: Neutral ElementLevel: 4 WalkSpeed: 150 @@ -94142,6 +94186,8 @@ Body: ChaseRange: 12 Size: Large Race: Formless + RaceGroups: + Illusion_Luanda: true Element: Neutral ElementLevel: 4 WalkSpeed: 200 @@ -94187,6 +94233,8 @@ Body: ChaseRange: 12 Size: Large Race: Demon + RaceGroups: + Illusion_Luanda: true Element: Neutral ElementLevel: 3 WalkSpeed: 150 @@ -94237,6 +94285,8 @@ Body: ChaseRange: 12 Size: Medium Race: Plant + RaceGroups: + Illusion_Luanda: true Element: Fire ElementLevel: 3 WalkSpeed: 175 @@ -94284,6 +94334,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Illusion_Luanda: true Element: Earth ElementLevel: 2 WalkSpeed: 200 @@ -94331,6 +94383,8 @@ Body: ChaseRange: 12 Size: Medium Race: Demihuman + RaceGroups: + Illusion_Luanda: true Element: Fire ElementLevel: 2 WalkSpeed: 200 @@ -94378,6 +94432,8 @@ Body: ChaseRange: 12 Size: Large Race: Demihuman + RaceGroups: + Illusion_Luanda: true Element: Fire ElementLevel: 4 WalkSpeed: 150 @@ -98074,7 +98130,7 @@ Body: Rate: 10 - Item: Iron Rate: 500 - - Item: Ep172_Bh_knuck + - Item: Ep172_Bh_Knuck Rate: 3 RandomOptionGroup: AUTO_IMP_MELEE_2 - Item: Ep172_Bh_Bow3 @@ -98413,7 +98469,7 @@ Body: - Item: Ep172_Bh_Staff Rate: 5 RandomOptionGroup: AUTO_IMP_MAGIC_2 - - Item: Ep172_Bh_knuck + - Item: Ep172_Bh_Knuck Rate: 5 RandomOptionGroup: AUTO_IMP_MELEE_2 - Item: Old_Violet_Box @@ -98448,7 +98504,6 @@ Body: AttackMotion: 768 DamageMotion: 480 Ai: 04 - Drops: - Id: 20639 AegisName: EP17_2_BETA_GUARDS_NG Name: Broken Beta Guards @@ -100842,6 +100897,8 @@ Body: - Item: Plasma_R2_Card Rate: 1 StealProtected: true +# - Id: 20695 +# AegisName: E_GARLING - Id: 20696 AegisName: EP17_2_CHILD_ADMIN1 Name: Child Admin Beta @@ -101891,10 +101948,63 @@ Body: # AegisName: PRAY_GIVER # - Id: 20845 # AegisName: SMILE_GIVER -# - Id: 20846 -# AegisName: MD_HIDDEN_GROUND01 -# - Id: 20847 -# AegisName: MD_HIDDEN_GROUND02 + - Id: 20846 + AegisName: MD_HIDDEN_GROUND01 + Name: Plague of Corruption + Level: 170 + Hp: 100000 + Attack: 10000 + Attack2: 10000 + Str: 100 + Agi: 100 + Vit: 100 + Int: 100 + Dex: 100 + Luk: 100 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Demon + Element: Neutral + ElementLevel: 1 + WalkSpeed: 100 + AttackDelay: 432 + AttackMotion: 288 + DamageMotion: 576 + Ai: 10 + Class: Battlefield + Modes: + Detector: true + IgnoreMagic: true + IgnoreMelee: true + IgnoreMisc: true + IgnoreRanged: true + - Id: 20847 + AegisName: MD_HIDDEN_GROUND02 + Name: Plague of Corruption + Level: 170 + Hp: 100000 + Attack: 1 + Attack2: 1 + Str: 100 + Agi: 100 + Vit: 100 + Int: 100 + Dex: 100 + Luk: 100 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 100 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Ai: 06 - Id: 20848 AegisName: SUMMON_WOODENWARRIOR Name: Wooden Warrior @@ -104604,72 +104714,1170 @@ Body: # AegisName: KIEL_D_01_2 # - Id: 21291 # AegisName: CAPOO_COLLABO_TW -# - Id: 21292 -# AegisName: EP18_ARMED_VILLAGER01 -# - Id: 21293 -# AegisName: EP18_ARMED_VILLAGER02 -# - Id: 21294 -# AegisName: EP18_ARMED_VILLAGER03 -# - Id: 21295 -# AegisName: EP18_ASH_TOAD -# - Id: 21296 -# AegisName: EP18_RAKEHAND -# - Id: 21297 -# AegisName: EP18_SPARK -# - Id: 21298 -# AegisName: EP18_HOT_MOLAR -# - Id: 21299 -# AegisName: EP18_VOLCARING -# - Id: 21300 -# AegisName: EP18_LAVA_TOAD -# - Id: 21301 -# AegisName: EP18_BURNING_FANG -# - Id: 21302 -# AegisName: EP18_ASHHOPPER -# - Id: 21303 -# AegisName: EP18_ASHRING -# - Id: 21304 -# AegisName: EP18_GREY_WOLF -# - Id: 21305 -# AegisName: EP18_TUMBLE_RING -# - Id: 21306 -# AegisName: EP18_FIREWIND_KITE -# - Id: 21307 -# AegisName: EP18_PHANTOM_WOLF -# - Id: 21308 -# AegisName: EP18_MD_HEARTHUNTER_A -# - Id: 21309 -# AegisName: EP18_MD_THOR_GUARD -# - Id: 21310 -# AegisName: EP18_MD_GUARD_A -# - Id: 21311 -# AegisName: EP18_MD_GUARD_B -# - Id: 21312 -# AegisName: EP18_MD_HEARTHUNTER_R -# - Id: 21313 -# AegisName: EP18_MD_HEARTHUNTER_F -# - Id: 21314 -# AegisName: EP18_MD_SCHULANG -# - Id: 21315 -# AegisName: EP18_MD_DEMI_FREYJA -# - Id: 21316 -# AegisName: EP18_MD_SCHULANG_R -# - Id: 21317 -# AegisName: EP18_MD_DEMI_FREYJA_R -# - Id: 21318 -# AegisName: EP18_MD_SANARE_R -# - Id: 21319 -# AegisName: EP18_MD_HEARTHUNTER_R2 -# - Id: 21320 -# AegisName: EP18_NPC_MARAM -# - Id: 21321 -# AegisName: EP18_NPC_MIRIAM -# - Id: 21322 -# AegisName: EP18_NPC_SUAD -# - Id: 21323 -# AegisName: EP18_GREY_GOAT -# - Id: 21324 -# AegisName: EP18_GREY_WOLF_BABY + - Id: 21292 + AegisName: EP18_ARMED_VILLAGER01 + Name: Armed villager + Level: 180 + Hp: 50000000 + Attack: 2000 + Attack2: 240 + Str: 80 + Agi: 80 + Vit: 80 + Int: 80 + Dex: 80 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 432 + AttackMotion: 432 + DamageMotion: 360 + Ai: 04 + - Id: 21293 + AegisName: EP18_ARMED_VILLAGER02 + Name: Armed villager + Level: 180 + Hp: 50000000 + Attack: 2000 + Attack2: 250 + Str: 80 + Agi: 80 + Vit: 80 + Int: 80 + Dex: 80 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 252 + AttackMotion: 504 + DamageMotion: 360 + Ai: 04 + - Id: 21294 + AegisName: EP18_ARMED_VILLAGER03 + Name: Armed villager + Level: 180 + Hp: 50000000 + Attack: 2000 + Attack2: 250 + Str: 80 + Agi: 80 + Vit: 80 + Int: 80 + Dex: 80 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 432 + AttackMotion: 432 + DamageMotion: 360 + Ai: 04 + - Id: 21295 + AegisName: EP18_ASH_TOAD + Name: Ash Toad + Level: 179 + Hp: 1530687 + BaseExp: 109122 + JobExp: 76385 + Attack: 4139 + Attack2: 1885 + Defense: 329 + MagicDefense: 109 + Str: 185 + Agi: 101 + Vit: 50 + Int: 158 + Dex: 178 + Luk: 77 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Fire + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 1008 + AttackMotion: 1008 + DamageMotion: 936 + Ai: 04 + Drops: + - Item: Spawn + Rate: 1000 + - Item: Cold_Magma + Rate: 250 + - Item: Sticky_Webfoot + Rate: 500 + - Item: Zelunium_Ore + Rate: 120 + - Item: Shadowdecon_Ore + Rate: 120 + - Item: EP18_Ash_Toad_Card + Rate: 1 + StealProtected: true + - Id: 21296 + AegisName: EP18_RAKEHAND + Name: Rakehand + Level: 177 + Hp: 1514469 + BaseExp: 108187 + JobExp: 75731 + Attack: 3938 + Attack2: 1888 + Defense: 408 + MagicDefense: 109 + Str: 180 + Agi: 122 + Vit: 77 + Int: 160 + Dex: 170 + Luk: 97 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Plant + Element: Earth + ElementLevel: 2 + WalkSpeed: 1000 + AttackDelay: 432 + AttackMotion: 864 + DamageMotion: 1512 + Ai: 10 + Drops: + - Item: Sticky_Mucus + Rate: 2000 + - Item: Black_Powder + Rate: 150 + - Item: Zelunium_Ore + Rate: 100 + - Item: Shadowdecon_Ore + Rate: 100 + - Item: EP18_Rakehand_Card + Rate: 1 + StealProtected: true + - Id: 21297 + AegisName: EP18_SPARK + Name: Spark + Level: 181 + Hp: 2313388 + BaseExp: 154226 + JobExp: 107958 + Attack: 4005 + Attack2: 1569 + Defense: 331 + MagicDefense: 107 + Str: 177 + Agi: 130 + Vit: 50 + Int: 130 + Dex: 170 + Luk: 109 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Fire + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 936 + AttackMotion: 1872 + DamageMotion: 432 + Ai: 04 + Drops: + - Item: Burning_Heart + Rate: 1500 + - Item: Live_Coal + Rate: 900 + - Item: Zelunium_Ore + Rate: 120 + - Item: Shadowdecon_Ore + Rate: 120 + - Item: EP18_Spark_Card + Rate: 1 + StealProtected: true + - Id: 21298 + AegisName: EP18_HOT_MOLAR + Name: Hot Molar + Level: 212 + Hp: 4925041 + BaseExp: 289708 + JobExp: 202796 + Attack: 8242 + Attack2: 1682 + Defense: 605 + MagicDefense: 121 + MagicResistance: 126 + Resistance: 139 + Str: 311 + Agi: 177 + Vit: 131 + Int: 119 + Dex: 122 + Luk: 115 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Neutral + ElementLevel: 1 + WalkSpeed: 130 + AttackDelay: 571 + AttackMotion: 1152 + DamageMotion: 288 + Ai: 04 + Drops: + - Item: Claw_Of_Wolves + Rate: 5000 + - Item: Cold_Magma + Rate: 500 + - Item: Zelunium_Ore + Rate: 150 + - Item: Shadowdecon_Ore + Rate: 150 + - Item: Zelunium + Rate: 12 + - Item: Shadowdecon + Rate: 12 + - Item: EP18_Hot_Molar_Card + Rate: 1 + StealProtected: true + - Id: 21299 + AegisName: EP18_VOLCARING + Name: Volcaring + Level: 185 + Hp: 2361429 + BaseExp: 157429 + JobExp: 110200 + Attack: 6406 + Attack2: 1653 + Defense: 275 + MagicDefense: 109 + Str: 277 + Agi: 174 + Vit: 175 + Int: 134 + Dex: 131 + Luk: 130 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Fire + ElementLevel: 3 + WalkSpeed: 250 + AttackDelay: 792 + AttackMotion: 1584 + DamageMotion: 504 + Ai: 02 + Drops: + - Item: Burning_Heart + Rate: 2500 + - Item: Live_Coal + Rate: 500 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Volcaring_Card + Rate: 1 + StealProtected: true + - Id: 21300 + AegisName: EP18_LAVA_TOAD + Name: Lava Toad + Level: 211 + Hp: 4902338 + BaseExp: 288373 + JobExp: 201861 + Attack: 7385 + Attack2: 2630 + Defense: 301 + MagicDefense: 129 + MagicResistance: 197 + Resistance: 141 + Str: 280 + Agi: 99 + Vit: 134 + Int: 187 + Dex: 149 + Luk: 61 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Fire + ElementLevel: 3 + WalkSpeed: 170 + AttackDelay: 504 + AttackMotion: 1008 + DamageMotion: 360 + Ai: 04 + Drops: + - Item: Spawn + Rate: 1500 + - Item: Cold_Magma + Rate: 300 + - Item: Burning_Heart + Rate: 300 + - Item: Zelunium_Ore + Rate: 150 + - Item: Shadowdecon_Ore + Rate: 150 + - Item: Zelunium + Rate: 12 + - Item: Shadowdecon + Rate: 12 + - Item: EP18_Lava_Toad_Card + Rate: 1 + StealProtected: true + - Id: 21301 + AegisName: EP18_BURNING_FANG + Name: Burning Fang + Level: 212 + Hp: 98158095 + BaseExp: 6581326 + JobExp: 4606928 + Attack: 9143 + Attack2: 4904 + Defense: 791 + MagicDefense: 149 + MagicResistance: 368 + Resistance: 205 + Str: 345 + Agi: 214 + Vit: 193 + Int: 347 + Dex: 221 + Luk: 80 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Large + Race: Brute + Element: Fire + ElementLevel: 4 + WalkSpeed: 200 + AttackDelay: 420 + AttackMotion: 840 + DamageMotion: 432 + DamageTaken: 10 + Ai: 21 + Class: Boss + Modes: + Mvp: true + MvpDrops: + - Item: Old_Card_Album + Rate: 2000 + - Item: Yggdrasilberry + Rate: 2500 + Drops: + - Item: Old_Violet_Box + Rate: 1500 + - Item: Old_Card_Album + Rate: 500 + - Item: Burning_Heart + Rate: 5000 + - Item: Zelunium_Ore + Rate: 10000 + - Item: Shadowdecon_Ore + Rate: 10000 + - Item: EP18_Burning_Fang_Card + Rate: 1 + StealProtected: true + - Id: 21302 + AegisName: EP18_ASHHOPPER + Name: Ashhopper + Level: 185 + Hp: 2361429 + BaseExp: 157531 + JobExp: 110272 + Attack: 4648 + Attack2: 1727 + Defense: 305 + MagicDefense: 110 + Str: 201 + Agi: 208 + Vit: 40 + Int: 140 + Dex: 280 + Luk: 90 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Insect + Element: Dark + ElementLevel: 4 + WalkSpeed: 130 + AttackDelay: 760 + AttackMotion: 1080 + DamageMotion: 360 + Ai: 04 + Drops: + - Item: Grasshopper's_Leg + Rate: 5000 + - Item: Grasshopper_Doll + Rate: 15 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Ashhopper_Card + Rate: 1 + StealProtected: true + - Id: 21303 + AegisName: EP18_ASHRING + Name: Ashring + Level: 185 + Hp: 2364513 + BaseExp: 168894 + JobExp: 118226 + Attack: 4509 + Attack2: 2220 + Defense: 335 + MagicDefense: 115 + Str: 195 + Agi: 189 + Vit: 50 + Int: 180 + Dex: 220 + Luk: 77 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 2 + WalkSpeed: 200 + AttackDelay: 1152 + AttackMotion: 1152 + DamageMotion: 432 + Ai: 02 + Drops: + - Item: Sticky_Mucus + Rate: 6000 + - Item: Explosive_Powder + Rate: 100 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Ashring_Card + Rate: 1 + StealProtected: true + - Id: 21304 + AegisName: EP18_GREY_WOLF + Name: Grey Wolf + Level: 187 + Hp: 2399581 + BaseExp: 171399 + JobExp: 119979 + Attack: 5610 + Attack2: 997 + Defense: 520 + MagicDefense: 104 + Str: 240 + Agi: 185 + Vit: 111 + Int: 80 + Dex: 240 + Luk: 76 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Neutral + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 576 + AttackMotion: 576 + DamageMotion: 648 + Ai: 04 + Drops: + - Item: Claw_Of_Wolves + Rate: 4000 + - Item: Explosive_Powder + Rate: 100 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Grey_Wolf_Card + Rate: 1 + StealProtected: true + - Id: 21305 + AegisName: EP18_TUMBLE_RING + Name: Tumblering + Level: 185 + Hp: 2361738 + BaseExp: 157449 + JobExp: 110214 + Attack: 4163 + Attack2: 2467 + Defense: 281 + MagicDefense: 118 + Str: 180 + Agi: 266 + Vit: 32 + Int: 200 + Dex: 213 + Luk: 79 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Plant + Element: Poison + ElementLevel: 2 + WalkSpeed: 100 + AttackDelay: 506 + AttackMotion: 1008 + DamageMotion: 504 + Ai: 07 + Drops: + - Item: Root_Of_Maneater + Rate: 5000 + - Item: Prickly_Fruit + Rate: 150 + - Item: Shoot + Rate: 200 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Tumble_Ring_Card + Rate: 1 + StealProtected: true + - Id: 21306 + AegisName: EP18_FIREWIND_KITE + Name: Firewind Kite + Level: 188 + Hp: 2407556 + BaseExp: 171968 + JobExp: 120378 + Attack: 5405 + Attack2: 877 + Defense: 428 + MagicDefense: 103 + Str: 230 + Agi: 218 + Vit: 80 + Int: 70 + Dex: 310 + Luk: 77 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Fire + ElementLevel: 2 + WalkSpeed: 120 + AttackDelay: 720 + AttackMotion: 720 + DamageMotion: 1512 + Ai: 04 + Drops: + - Item: BurningFeather + Rate: 2500 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Firewind_Kite_Card + Rate: 1 + StealProtected: true + - Id: 21307 + AegisName: EP18_PHANTOM_WOLF + Name: Phantom Wolf + Level: 186 + Hp: 2383494 + BaseExp: 170250 + JobExp: 119175 + Attack: 5185 + Attack2: 1525 + Defense: 456 + MagicDefense: 108 + Str: 223 + Agi: 164 + Vit: 90 + Int: 123 + Dex: 288 + Luk: 67 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Ghost + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 792 + AttackMotion: 792 + DamageMotion: 360 + Ai: 04 + Drops: + - Item: Transparent_Cloth + Rate: 1250 + - Item: Zelunium_Ore + Rate: 130 + - Item: Shadowdecon_Ore + Rate: 130 + - Item: EP18_Phantom_Wolf_Card + Rate: 1 + StealProtected: true + - Id: 21308 + AegisName: EP18_MD_HEARTHUNTER_A + Name: Heart Hunter + Level: 178 + Hp: 1522432 + Attack: 2114 + Attack2: 1068 + Defense: 394 + MagicDefense: 100 + Str: 95 + Agi: 107 + Vit: 72 + Int: 90 + Dex: 93 + Luk: 32 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 1 + WalkSpeed: 200 + AttackDelay: 864 + AttackMotion: 864 + DamageMotion: 480 + Ai: 04 + - Id: 21309 + AegisName: EP18_MD_THOR_GUARD + Name: Base Soldier + Level: 179 + Hp: 1851144 + Attack: 2260 + Attack2: 907 + Defense: 629 + MagicDefense: 99 + Str: 101 + Agi: 100 + Vit: 150 + Int: 76 + Dex: 153 + Luk: 61 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 648 + AttackMotion: 648 + DamageMotion: 480 + Ai: 04 + - Id: 21310 + AegisName: EP18_MD_GUARD_A + Name: Temple Guard + Level: 179 + Hp: 1831096 + Attack: 2909 + Attack2: 668 + Defense: 614 + MagicDefense: 97 + Str: 130 + Agi: 118 + Vit: 145 + Int: 56 + Dex: 130 + Luk: 66 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 648 + AttackMotion: 648 + DamageMotion: 480 + Ai: 04 + - Id: 21311 + AegisName: EP18_MD_GUARD_B + Name: Traditional Temple Guard + Level: 182 + Hp: 2325107 + Attack: 2958 + Attack2: 1068 + Defense: 722 + MagicDefense: 102 + Str: 130 + Agi: 135 + Vit: 180 + Int: 88 + Dex: 188 + Luk: 77 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 140 + AttackDelay: 648 + AttackMotion: 648 + DamageMotion: 480 + Ai: 04 + - Id: 21312 + AegisName: EP18_MD_HEARTHUNTER_R + Name: Heart Hunter + Level: 184 + Hp: 2356331 + Attack: 2484 + Attack2: 834 + Defense: 424 + MagicDefense: 101 + Str: 108 + Agi: 121 + Vit: 80 + Int: 68 + Dex: 113 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 864 + AttackMotion: 432 + DamageMotion: 360 + Ai: 04 + - Id: 21313 + AegisName: EP18_MD_HEARTHUNTER_F + Name: Heart Hunter + Level: 185 + Hp: 2368675 + Attack: 2613 + Attack2: 987 + Defense: 416 + MagicDefense: 103 + Str: 113 + Agi: 180 + Vit: 77 + Int: 80 + Dex: 180 + Luk: 67 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Large + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 200 + AttackDelay: 576 + AttackMotion: 288 + DamageMotion: 360 + Ai: 04 + - Id: 21314 + AegisName: EP18_MD_SCHULANG + Name: Schulang + Level: 185 + Hp: 23586543 + Attack: 4394 + Attack2: 1958 + Defense: 275 + MagicDefense: 115 + Str: 190 + Agi: 211 + Vit: 30 + Int: 180 + Dex: 222 + Luk: 77 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demon + Element: Ghost + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 720 + AttackMotion: 1440 + DamageMotion: 480 + Ai: 21 + Class: Boss + Modes: + Mvp: true + Drops: + - Item: Fourth_Bh_Bow + Rate: 1 + - Item: Eraser + Rate: 1 + - Item: Noble_Cross + Rate: 1 + - Item: Asura_ + Rate: 1 + - Item: Ep172_1h_Book2 + Rate: 1 + - Item: EP18_Schulang_Card + Rate: 1 + StealProtected: true + - Id: 21315 + AegisName: EP18_MD_DEMI_FREYJA + Name: Twisted God Freyja + Level: 186 + Hp: 23834938 + Attack: 4673 + Attack2: 1891 + Defense: 456 + MagicDefense: 112 + Str: 201 + Agi: 177 + Vit: 90 + Int: 153 + Dex: 186 + Luk: 103 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Angel + Element: Holy + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 736 + AttackMotion: 1104 + DamageMotion: 480 + Ai: 21 + Class: Boss + Modes: + Mvp: true + Drops: + - Item: EP18_Demi_Freyja_Card + Rate: 1 + StealProtected: true + - Id: 21316 + AegisName: EP18_MD_SCHULANG_R + Name: Schulang + Level: 185 + Hp: 2000000000 + Attack: 4394 + Attack2: 2220 + Defense: 275 + MagicDefense: 115 + Str: 190 + Agi: 211 + Vit: 30 + Int: 180 + Dex: 222 + Luk: 77 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demon + Element: Ghost + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 720 + AttackMotion: 1440 + DamageMotion: 480 + Ai: 21 + Class: Boss + Modes: + Mvp: true + Drops: + - Item: EP18_Schulang_Card + Rate: 1 + StealProtected: true + - Id: 21317 + AegisName: EP18_MD_DEMI_FREYJA_R + Name: Twisted God Freyja + Level: 185 + Hp: 2000000000 + Attack: 4673 + Attack2: 1897 + Defense: 456 + MagicDefense: 112 + Str: 201 + Agi: 177 + Vit: 90 + Int: 153 + Dex: 186 + Luk: 103 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Angel + Element: Holy + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 736 + AttackMotion: 1104 + DamageMotion: 480 + Ai: 21 + Class: Boss + Modes: + Mvp: true + Drops: + - Item: EP18_Demi_Freyja_Card + Rate: 1 + StealProtected: true + - Id: 21318 + AegisName: EP18_MD_SANARE_R + Name: Goddess Guardian + Level: 170 + Hp: 5000000 + Attack: 6000 + Attack2: 2500 + Defense: 503 + MagicDefense: 122 + Str: 230 + Agi: 200 + Vit: 130 + Int: 230 + Dex: 230 + Luk: 77 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Holy + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 576 + AttackMotion: 1152 + DamageMotion: 720 + Ai: 04 + Drops: + - Item: Pontifex_Courage + Rate: 1 + - Item: Apple + Rate: 1 + StealProtected: true + - Id: 21319 + AegisName: EP18_MD_HEARTHUNTER_R2 + Name: Cottage Keeper + Level: 170 + Hp: 5000000 + Attack: 6000 + Attack2: 2500 + Defense: 146 + MagicDefense: 27 + Str: 200 + Agi: 180 + Vit: 100 + Int: 160 + Dex: 250 + Luk: 80 + AttackRange: 9 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 864 + AttackMotion: 432 + DamageMotion: 360 + Ai: 05 + - Id: 21320 + AegisName: EP18_NPC_MARAM + Name: Maram + Level: 185 + Hp: 3000000 + Attack: 2000 + Attack2: 250 + Str: 80 + Agi: 80 + Vit: 80 + Int: 80 + Dex: 80 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Ai: 21 + - Id: 21321 + AegisName: EP18_NPC_MIRIAM + Name: Miriam + Level: 185 + Hp: 3000000 + Attack: 2000 + Attack2: 250 + Str: 80 + Agi: 80 + Vit: 80 + Int: 80 + Dex: 80 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Ai: 21 + - Id: 21322 + AegisName: EP18_NPC_SUAD + Name: Suad + Level: 185 + Hp: 10 + Attack: 2000 + Attack2: 250 + Str: 80 + Agi: 80 + Vit: 80 + Int: 80 + Dex: 80 + Luk: 80 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Ai: 21 + - Id: 21323 + AegisName: EP18_GREY_GOAT + Name: Ashen Goat + Level: 168 + Hp: 962975 + BaseExp: 64198 + JobExp: 44939 + Attack: 3570 + Attack2: 1792 + Defense: 420 + MagicDefense: 104 + Str: 170 + Agi: 141 + Vit: 84 + Int: 160 + Dex: 170 + Luk: 70 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Brute + Element: Neutral + ElementLevel: 2 + WalkSpeed: 165 + AttackDelay: 540 + AttackMotion: 1080 + DamageMotion: 336 + Ai: 04 + Drops: + - Item: Goat's_Horn + Rate: 2280 + - Item: Gaoat's_Skin + Rate: 1250 + - Item: Red_Herb + Rate: 250 + - Item: Blue_Herb + Rate: 500 + - Item: Zelunium_Ore + Rate: 80 + - Item: Shadowdecon_Ore + Rate: 80 + - Item: Goat_Card + Rate: 1 + StealProtected: true + - Id: 21324 + AegisName: EP18_GREY_WOLF_BABY + Name: Baby Gray Wolf + Level: 165 + Hp: 944679 + BaseExp: 62979 + JobExp: 44085 + Attack: 1444 + Attack2: 1650 + Defense: 393 + MagicDefense: 101 + Str: 70 + Agi: 177 + Vit: 76 + Int: 150 + Dex: 167 + Luk: 67 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Brute + Element: Neutral + ElementLevel: 1 + WalkSpeed: 150 + AttackDelay: 1600 + AttackMotion: 900 + DamageMotion: 240 + Ai: 04 + Drops: + - Item: Animal's_Skin + Rate: 1000 + - Item: Orange + Rate: 500 + - Item: Zelunium_Ore + Rate: 90 + - Item: Shadowdecon_Ore + Rate: 90 + - Item: Desert_Wolf_Babe_Card + Rate: 1 + StealProtected: true # - Id: 21325 # AegisName: MD_T_MASTERING # - Id: 21326 @@ -104740,10 +105948,78 @@ Body: # AegisName: MD_T_BEELZEBUB # - Id: 21359 # AegisName: MD_T_BEELZEBUB_ -# - Id: 21360 -# AegisName: EP18_MD_SCHULANG_L -# - Id: 21361 -# AegisName: EP18_MD_DEMI_FREYJA_L + - Id: 21360 + AegisName: EP18_MD_SCHULANG_L + Name: Schulang + Level: 224 + Hp: 2000000000 + Attack: 8244 + Attack2: 1053 + Defense: 217 + MagicDefense: 70 + MagicResistance: 368 + Resistance: 205 + Str: 257 + Agi: 178 + Vit: 146 + Int: 145 + Dex: 170 + Luk: 199 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demon + Element: Ghost + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 720 + AttackMotion: 1440 + DamageMotion: 480 + Ai: 21 + Class: Boss + Modes: + Mvp: true + Drops: + - Item: EP18_Schulang_Card + Rate: 1 + StealProtected: true + - Id: 21361 + AegisName: EP18_MD_DEMI_FREYJA_L + Name: Twisted God Freyja + Level: 224 + Hp: 2000000000 + Attack: 8244 + Attack2: 1053 + Defense: 314 + MagicDefense: 520 + MagicResistance: 499 + Resistance: 249 + Str: 257 + Agi: 178 + Vit: 146 + Int: 145 + Dex: 170 + Luk: 199 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Angel + Element: Holy + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 736 + AttackMotion: 1104 + DamageMotion: 480 + Ai: 21 + Class: Boss + Modes: + Mvp: true + Drops: + - Item: EP18_Demi_Freyja_Card + Rate: 1 + StealProtected: true # - Id: 21362 # AegisName: SEASON_MOB_001 # - Id: 21363 @@ -104774,10 +106050,60 @@ Body: # AegisName: SEASON_MOB_014 # - Id: 21376 # AegisName: SEASON_MOB_015 -# - Id: 21377 -# AegisName: EP18_MD_SANARE_L -# - Id: 21378 -# AegisName: EP18_MD_HEARTHUNTER_L + - Id: 21377 + AegisName: EP18_MD_SANARE_L + Name: Goddess Guardian + Level: 210 + Hp: 5000000 + Attack: 6000 + Attack2: 2500 + Defense: 503 + MagicDefense: 122 + Str: 230 + Agi: 200 + Vit: 130 + Int: 230 + Dex: 230 + Luk: 77 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Holy + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 576 + AttackMotion: 1152 + DamageMotion: 720 + Ai: 04 + - Id: 21378 + AegisName: EP18_MD_HEARTHUNTER_L + Name: Cottage Keeper + Level: 210 + Hp: 5000000 + Attack: 6000 + Attack2: 2500 + Defense: 146 + MagicDefense: 27 + Str: 200 + Agi: 180 + Vit: 100 + Int: 160 + Dex: 250 + Luk: 80 + AttackRange: 9 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Demihuman + Element: Neutral + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 864 + AttackMotion: 432 + DamageMotion: 360 + Ai: 05 # - Id: 21379 # AegisName: G_EP18_LAVA_TOAD # - Id: 21380 @@ -104792,26 +106118,461 @@ Body: # AegisName: E_SWEETS_DROPS # - Id: 21385 # AegisName: ANDRE_LARVA -# - Id: 21386 -# AegisName: ILL_ANDRE -# - Id: 21387 -# AegisName: ILL_SOLDIER_ANDR -# - Id: 21388 -# AegisName: ILL_ANDRE_LARVA -# - Id: 21389 -# AegisName: ILL_DENIRO -# - Id: 21390 -# AegisName: ILL_PIERE -# - Id: 21391 -# AegisName: ILL_ANT_EGG -# - Id: 21392 -# AegisName: ILL_GIEARTH -# - Id: 21393 -# AegisName: ILL_FARMILIAR -# - Id: 21394 -# AegisName: ILL_VITATA -# - Id: 21395 -# AegisName: ILL_MAYA + - Id: 21386 + AegisName: ILL_ANDRE + Name: Diligent Andre + Level: 167 + Hp: 839882 + BaseExp: 80476 + JobExp: 61811 + Attack: 4653 + Attack2: 569 + Defense: 168 + MagicDefense: 22 + Str: 111 + Agi: 158 + Vit: 91 + Int: 70 + Dex: 194 + Luk: 70 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Insect + Element: Earth + ElementLevel: 3 + WalkSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + Ai: 21 + Drops: + - Item: Excalibur + Rate: 5 + - Item: IL_Twins_Feeler + Rate: 150 + - Item: IL_Twins_Leg + Rate: 150 + - Item: Worm_Peelings + Rate: 4500 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Opaque_Liquid + Rate: 2000 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Andre_Card + Rate: 1 + StealProtected: true + - Id: 21387 + AegisName: ILL_SOLDIER_ANDR + Name: Diligent Soldier Andre + Level: 169 + Hp: 943547 + BaseExp: 83348 + JobExp: 62487 + Attack: 5569 + Attack2: 545 + Defense: 201 + MagicDefense: 30 + Str: 198 + Agi: 176 + Vit: 98 + Int: 88 + Dex: 201 + Luk: 101 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Medium + Race: Insect + Element: Earth + ElementLevel: 4 + WalkSpeed: 350 + AttackDelay: 1288 + AttackMotion: 648 + DamageMotion: 384 + Ai: 21 + Drops: + - Item: Doom_Slayer + Rate: 5 + - Item: IL_Twins_Jaw + Rate: 100 + - Item: IL_Twins_Leg + Rate: 200 + - Item: IL_Twins_Feeler + Rate: 200 + - Item: Worm_Peelings + Rate: 4500 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Andre_soldier_Card + Rate: 1 + StealProtected: true + - Id: 21388 + AegisName: ILL_ANDRE_LARVA + Name: Diligent Andre Larva + Level: 164 + Hp: 819978 + BaseExp: 64798 + JobExp: 46871 + Attack: 3984 + Attack2: 308 + Defense: 121 + MagicDefense: 10 + Str: 82 + Agi: 66 + Vit: 59 + Int: 54 + Dex: 75 + Luk: 108 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Insect + Element: Earth + ElementLevel: 2 + WalkSpeed: 200 + AttackDelay: 1000 + AttackMotion: 792 + DamageMotion: 336 + Ai: 21 + Drops: + - Item: Sprint_Glove + Rate: 5 + - Item: Guard + Rate: 7 + - Item: Worm_Peelings + Rate: 4500 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Andre_larva_Card + Rate: 1 + StealProtected: true + - Id: 21389 + AegisName: ILL_DENIRO + Name: Diligent Deniro + Level: 167 + Hp: 819978 + BaseExp: 81114 + JobExp: 61044 + Attack: 4855 + Attack2: 544 + Defense: 170 + MagicDefense: 19 + Str: 136 + Agi: 149 + Vit: 92 + Int: 89 + Dex: 185 + Luk: 88 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Insect + Element: Earth + ElementLevel: 3 + WalkSpeed: 250 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + Ai: 21 + Drops: + - Item: Sprint_Mail + Rate: 5 + - Item: IL_Twins_Feeler + Rate: 150 + - Item: IL_Twins_Jaw + Rate: 50 + - Item: Worm_Peelings + Rate: 4500 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Opaque_Liquid + Rate: 2000 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Deniro_Card + Rate: 1 + StealProtected: true + - Id: 21390 + AegisName: ILL_PIERE + Name: Diligent Piere + Level: 167 + Hp: 825541 + BaseExp: 82688 + JobExp: 60487 + Attack: 5042 + Attack2: 557 + Defense: 178 + MagicDefense: 18 + Str: 190 + Agi: 144 + Vit: 86 + Int: 63 + Dex: 175 + Luk: 90 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Insect + Element: Earth + ElementLevel: 3 + WalkSpeed: 250 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + Ai: 21 + Drops: + - Item: Gelerdria + Rate: 5 + - Item: IL_Twins_Jaw + Rate: 50 + - Item: IL_Twins_Leg + Rate: 150 + - Item: Worm_Peelings + Rate: 4500 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Piere_Card + Rate: 1 + StealProtected: true + - Id: 21391 + AegisName: ILL_ANT_EGG + Name: Mushy Ant Egg + Level: 164 + Hp: 659810 + BaseExp: 34992 + JobExp: 23555 + Defense: 100 + MagicDefense: 9 + Vit: 65 + Luk: 200 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Formless + Element: Neutral + ElementLevel: 2 + WalkSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + Ai: 06 + Drops: + - Item: Sprint_Shoes + Rate: 5 + - Item: Siver_Guard + Rate: 5 + - Item: Shell + Rate: 2000 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Phracon + Rate: 500 + - Item: Jellopy + Rate: 2500 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Ant_egg_Card + Rate: 1 + StealProtected: true + - Id: 21392 + AegisName: ILL_GIEARTH + Name: Gutsy Giearth + Level: 168 + Hp: 864988 + BaseExp: 81566 + JobExp: 61655 + Attack: 4955 + Attack2: 560 + Defense: 223 + MagicDefense: 21 + Str: 160 + Agi: 97 + Vit: 155 + Int: 104 + Dex: 94 + Luk: 151 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Demon + Element: Dark + ElementLevel: 3 + WalkSpeed: 250 + AttackDelay: 1848 + AttackMotion: 1296 + DamageMotion: 432 + Ai: 21 + Drops: + - Item: Thorn_Staff + Rate: 5 + - Item: IL_Twins_Hat + Rate: 50 + - Item: IL_Twins_Shovel + Rate: 50 + - Item: Coal + Rate: 200 + - Item: Elder_Pixie's_Beard + Rate: 4000 + - Item: Dry_Sand + Rate: 2000 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Giearth_Card + Rate: 1 + StealProtected: true + - Id: 21393 + AegisName: ILL_FARMILIAR + Name: Gutsy Familiar + Level: 166 + Hp: 761002 + BaseExp: 79844 + JobExp: 60180 + Attack: 4472 + Attack2: 542 + Defense: 144 + MagicDefense: 10 + Str: 90 + Agi: 162 + Vit: 70 + Int: 115 + Dex: 188 + Luk: 55 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Brute + Element: Dark + ElementLevel: 2 + WalkSpeed: 150 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 384 + Ai: 21 + Drops: + - Item: Ancient_Dagger + Rate: 5 + - Item: IL_Twins_Fang + Rate: 75 + - Item: IL_Twins_Fur + Rate: 150 + - Item: Tooth_Of_Bat + Rate: 5500 + - Item: Red_Herb + Rate: 700 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Farmiliar_Card + Rate: 1 + StealProtected: true + - Id: 21394 + AegisName: ILL_VITATA + Name: Diligent Vitata + Level: 169 + Hp: 879511 + BaseExp: 83348 + JobExp: 62487 + Attack: 4566 + Attack2: 2984 + Defense: 168 + MagicDefense: 166 + Str: 177 + Agi: 199 + Vit: 144 + Int: 142 + Dex: 223 + Luk: 56 + AttackRange: 3 + SkillRange: 10 + ChaseRange: 12 + Size: Small + Race: Insect + Element: Poison + ElementLevel: 4 + WalkSpeed: 300 + AttackDelay: 1768 + AttackMotion: 768 + DamageMotion: 384 + Ai: 21 + Drops: + - Item: Sprint_Ring + Rate: 5 + - Item: IL_Twins_Acid + Rate: 75 + - Item: IL_Twins_Jaw + Rate: 75 + - Item: Worm_Peelings + Rate: 4500 + - Item: Sticky_Mucus + Rate: 1000 + - Item: Scell + Rate: 300 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: ILL_Vitata_Card + Rate: 1 + StealProtected: true + - Id: 21395 + AegisName: ILL_MAYA + Name: Silent Maya + Level: 175 + Hp: 24512365 + BaseExp: 4401752 + JobExp: 3601314 + Attack: 7844 + Attack2: 3827 + Defense: 998 + MagicDefense: 184 + Str: 251 + Agi: 206 + Vit: 238 + Int: 322 + Dex: 244 + Luk: 248 + AttackRange: 1 + SkillRange: 10 + ChaseRange: 12 + Size: Large + Race: Insect + Element: Neutral + ElementLevel: 4 + WalkSpeed: 100 + AttackDelay: 864 + AttackMotion: 1000 + DamageMotion: 480 + Ai: 21 + Drops: + - Item: Dea_Staff + Rate: 300 + - Item: IL_Twins_Acid + Rate: 10000 + - Item: IL_Twins_Crown + Rate: 3000 + - Item: IL_Twins_Leg + Rate: 10000 + - Item: Shadowdecon + Rate: 100 + - Item: Shell_Of_Cognition + Rate: 2000 + - Item: Mother's_Nightmare + Rate: 10 + - Item: ILL_Maya_Card + Rate: 1 + StealProtected: true # - Id: 21396 # AegisName: SEASON_MOB_016 # - Id: 21397 @@ -105500,6 +107261,38 @@ Body: # AegisName: HEROS_IN_ORB_4 # - Id: 21870 # AegisName: VR_MD_DEVIL +# - Id: 21871 +# AegisName: SEASON_MOB_161 +# - Id: 21872 +# AegisName: SEASON_MOB_162 +# - Id: 21873 +# AegisName: SEASON_MOB_163 +# - Id: 21874 +# AegisName: SEASON_MOB_164 +# - Id: 21875 +# AegisName: SEASON_MOB_165 +# - Id: 21876 +# AegisName: SEASON_MOB_166 +# - Id: 21877 +# AegisName: SEASON_MOB_167 +# - Id: 21878 +# AegisName: SEASON_MOB_168 +# - Id: 21879 +# AegisName: SEASON_MOB_169 +# - Id: 21880 +# AegisName: SEASON_MOB_170 +# - Id: 21881 +# AegisName: SEASON_MOB_171 +# - Id: 21882 +# AegisName: SEASON_MOB_172 +# - Id: 21883 +# AegisName: SEASON_MOB_173 +# - Id: 21884 +# AegisName: SEASON_MOB_174 +# - Id: 21885 +# AegisName: SEASON_MOB_175 +# - Id: 21886 +# AegisName: SEASON_MOB_176 # - Id: 21887 # AegisName: HEROS_OUT_ORB # - Id: 21888 @@ -105614,6 +107407,10 @@ Body: # AegisName: ECO_ODIUM # - Id: 21943 # AegisName: ECO_GLOOMUNDERNIGHT +# - Id: 21944 +# AegisName: E_PORING_2023 +# - Id: 21945 +# AegisName: E_LUNATIC_2023 # - Id: 21946 # AegisName: BURNING_KNIGHT # - Id: 21947 @@ -105638,8 +107435,618 @@ Body: # AegisName: G_BURNING_KNIGHT # - Id: 21957 # AegisName: G_TIMBERS +# - Id: 21958 +# AegisName: SEASON_MOB_177 +# - Id: 21959 +# AegisName: SEASON_MOB_178 +# - Id: 21960 +# AegisName: SEASON_MOB_179 +# - Id: 21961 +# AegisName: SEASON_MOB_180 +# - Id: 21962 +# AegisName: SEASON_MOB_181 +# - Id: 21963 +# AegisName: SEASON_MOB_182 # - Id: 21964 # AegisName: 2301_EV_RICE_FLOUR +# - Id: 21965 +# AegisName: EP20_COPO +# - Id: 21966 +# AegisName: EP20_ICEWIND1 +# - Id: 21967 +# AegisName: EP20_ICEWIND2 +# - Id: 21968 +# AegisName: EP20_EGGCOPO +# - Id: 21969 +# AegisName: EP20_RABBIT_ICESLUG +# - Id: 21970 +# AegisName: EP20_MELIBE_ICESLUG +# - Id: 21971 +# AegisName: EP20_ICEBEAR +# - Id: 21972 +# AegisName: EP20_JORMUNGUARD1 +# - Id: 21973 +# AegisName: EP20_JORMUNGUARD2 +# - Id: 21974 +# AegisName: EP20_FAKE_IWIN_SN +# - Id: 21975 +# AegisName: EP20_FAKE_IWIN_SY +# - Id: 21976 +# AegisName: EP20_FAKE_IWIN_SB +# - Id: 21977 +# AegisName: EP20_FAKE_IWIN_SG +# - Id: 21978 +# AegisName: EP20_FAKE_IWIN_SR +# - Id: 21979 +# AegisName: EP20_DEMIGOD_LASGAND +# - Id: 21980 +# AegisName: EP20_BOSS_CLANER +# - Id: 21981 +# AegisName: MD_EP20_BOSS_LASGAND +# - Id: 21982 +# AegisName: MD_EP20_FALLENANGEL +# - Id: 21983 +# AegisName: EP20_ANGEL_ICESLUG +# - Id: 21984 +# AegisName: EP20_ICEEGG +# - Id: 21985 +# AegisName: EP20_RGAN_WARLOCK +# - Id: 21986 +# AegisName: EP20_RGAN_HEALER +# - Id: 21987 +# AegisName: EP20_JORGAN_WARLOCK +# - Id: 21988 +# AegisName: EP20_JORGAN_HEALER +# - Id: 21989 +# AegisName: EP20_JORGAN_GUARDIAN +# - Id: 21990 +# AegisName: EP20_JORGAN_CLEANER +# - Id: 21991 +# AegisName: MD_EP20_JOR_G_P +# - Id: 21992 +# AegisName: MD_EP20_JOR_G_Y +# - Id: 21993 +# AegisName: MD_EP20_JOR_WARLOCK +# - Id: 21994 +# AegisName: EP20_MD_HEARTHUNTER1 +# - Id: 21995 +# AegisName: EP20_NPC_COCOPO +# - Id: 21996 +# AegisName: EP20_SNOW_ANGEL +# - Id: 21997 +# AegisName: G_EP20_JORMUNGUARD1 +# - Id: 21998 +# AegisName: G_EP20_JORMUNGUARD2 +# - Id: 21999 +# AegisName: G_EP20_JORGAN_CLEANER +# - Id: 22000 +# AegisName: G_EP20_ANGEL_ICESLUG +# - Id: 22001 +# AegisName: G_EP20_RGAN_WARLOCK +# - Id: 22002 +# AegisName: G_EP20_JORGAN_HEALER +# - Id: 22003 +# AegisName: G_EP20_JORGAN_GUARDIAN +# - Id: 22004 +# AegisName: EP20_MD_BOX1 +# - Id: 22005 +# AegisName: EP20_MD_BOX2 +# - Id: 22006 +# AegisName: EP20_NPC_NYAR +# - Id: 22007 +# AegisName: EP20_NPC_LASGAND +# - Id: 22008 +# AegisName: AB_YEMOB_001 +# - Id: 22009 +# AegisName: AB_YEMOB_002 +# - Id: 22010 +# AegisName: AB_YEMOB_003 +# - Id: 22011 +# AegisName: AB_YEMOB_004 +# - Id: 22012 +# AegisName: AB_YEMOB_005 +# - Id: 22013 +# AegisName: AB_YEMOB_006 +# - Id: 22014 +# AegisName: AB_YEMOB_007 +# - Id: 22015 +# AegisName: AB_YEMOB_008 +# - Id: 22016 +# AegisName: AB_YEMOB_009 +# - Id: 22017 +# AegisName: AB_YEMOB_010 +# - Id: 22018 +# AegisName: AB_YEMOB_011 +# - Id: 22019 +# AegisName: AB_YEMOB_012 +# - Id: 22020 +# AegisName: AB_YEMOB_013 +# - Id: 22021 +# AegisName: AB_YEMOB_014 +# - Id: 22022 +# AegisName: AB_YEMOB_015 +# - Id: 22023 +# AegisName: AB_YEMOB_016 +# - Id: 22024 +# AegisName: AB_YEMOB_017 +# - Id: 22025 +# AegisName: AB_YEMOB_018 +# - Id: 22026 +# AegisName: AB_YEMOB_019 +# - Id: 22027 +# AegisName: AB_YEMOB_020 +# - Id: 22028 +# AegisName: AB_YEMOB_021 +# - Id: 22029 +# AegisName: AB_YEMOB_022 +# - Id: 22030 +# AegisName: AB_YEMOB_023 +# - Id: 22031 +# AegisName: AB_YEMOB_024 +# - Id: 22032 +# AegisName: AB_YEMOB_025 +# - Id: 22033 +# AegisName: AB_YEMOB_026 +# - Id: 22034 +# AegisName: AB_YEMOB_027 +# - Id: 22035 +# AegisName: AB_YEMOB_028 +# - Id: 22036 +# AegisName: AB_YEMOB_029 +# - Id: 22037 +# AegisName: AB_YEMOB_030 +# - Id: 22038 +# AegisName: AB_YEMOB_031 +# - Id: 22039 +# AegisName: AB_YEMOB_032 +# - Id: 22040 +# AegisName: AB_YEMOB_033 +# - Id: 22041 +# AegisName: AB_YEMOB_034 +# - Id: 22042 +# AegisName: AB_YEMOB_035 +# - Id: 22043 +# AegisName: AB_YEMOB_036 +# - Id: 22044 +# AegisName: AB_YEMOB_037 +# - Id: 22045 +# AegisName: AB_YEMOB_038 +# - Id: 22046 +# AegisName: AB_YEMOB_039 +# - Id: 22047 +# AegisName: AB_YEMOB_040 +# - Id: 22048 +# AegisName: AB_YEMOB_041 +# - Id: 22049 +# AegisName: AB_YEMOB_042 +# - Id: 22050 +# AegisName: AB_YEMOB_043 +# - Id: 22051 +# AegisName: AB_YEMOB_044 +# - Id: 22052 +# AegisName: AB_YEMOB_045 +# - Id: 22053 +# AegisName: AB_YEMOB_046 +# - Id: 22054 +# AegisName: AB_YEMOB_047 +# - Id: 22055 +# AegisName: AB_YEMOB_048 +# - Id: 22056 +# AegisName: AB_YEMOB_049 +# - Id: 22057 +# AegisName: AB_YEMOB_050 +# - Id: 22058 +# AegisName: AB_YEMOB_051 +# - Id: 22059 +# AegisName: AB_YEMOB_052 +# - Id: 22060 +# AegisName: AB_YEMOB_053 +# - Id: 22061 +# AegisName: AB_YEMOB_054 +# - Id: 22062 +# AegisName: AB_YEMOB_055 +# - Id: 22063 +# AegisName: AB_YEMOB_056 +# - Id: 22064 +# AegisName: AB_YEMOB_057 +# - Id: 22065 +# AegisName: AB_YEMOB_058 +# - Id: 22066 +# AegisName: AB_YEMOB_059 +# - Id: 22067 +# AegisName: AB_YEMOB_060 +# - Id: 22068 +# AegisName: AB_YEMOB_061 +# - Id: 22069 +# AegisName: AB_YEMOB_062 +# - Id: 22070 +# AegisName: AB_YEMOB_063 +# - Id: 22071 +# AegisName: AB_YEMOB_064 +# - Id: 22072 +# AegisName: AB_YEMOB_065 +# - Id: 22073 +# AegisName: AB_YEMOB_066 +# - Id: 22074 +# AegisName: AB_YEMOB_067 +# - Id: 22075 +# AegisName: AB_YEMOB_068 +# - Id: 22076 +# AegisName: AB_YEMOB_069 +# - Id: 22077 +# AegisName: AB_YEMOB_070 +# - Id: 22078 +# AegisName: AB_YEMOB_071 +# - Id: 22079 +# AegisName: AB_YEMOB_072 +# - Id: 22080 +# AegisName: AB_YEMOB_073 +# - Id: 22081 +# AegisName: AB_YEMOB_074 +# - Id: 22082 +# AegisName: AB_YEMOB_075 +# - Id: 22083 +# AegisName: AB_YEMOB_076 +# - Id: 22084 +# AegisName: AB_YEMOB_077 +# - Id: 22085 +# AegisName: AB_YEMOB_078 +# - Id: 22086 +# AegisName: AB_YEMOB_079 +# - Id: 22087 +# AegisName: AB_YEMOB_080 +# - Id: 22088 +# AegisName: AB_YEMOB_081 +# - Id: 22089 +# AegisName: AB_YEMOB_082 +# - Id: 22090 +# AegisName: AB_YEMOB_083 +# - Id: 22091 +# AegisName: AB_YEMOB_084 +# - Id: 22092 +# AegisName: AB_YEMOB_085 +# - Id: 22093 +# AegisName: AB_YEMOB_086 +# - Id: 22094 +# AegisName: AB_YEMOB_087 +# - Id: 22095 +# AegisName: AB_YEMOB_088 +# - Id: 22096 +# AegisName: AB_YEMOB_089 +# - Id: 22097 +# AegisName: AB_YEMOB_090 +# - Id: 22098 +# AegisName: AB_YEMOB_091 +# - Id: 22099 +# AegisName: AB_YEMOB_092 +# - Id: 22100 +# AegisName: AB_YEMOB_093 +# - Id: 22101 +# AegisName: AB_YEMOB_094 +# - Id: 22102 +# AegisName: AB_YEMOB_095 +# - Id: 22103 +# AegisName: AB_YEMOB_096 +# - Id: 22104 +# AegisName: AB_YEMOB_097 +# - Id: 22105 +# AegisName: AB_YEMOB_098 +# - Id: 22106 +# AegisName: AB_YEMOB_099 +# - Id: 22107 +# AegisName: AB_YEMOB_100 +# - Id: 22108 +# AegisName: AB_YEMOB_101 +# - Id: 22109 +# AegisName: AB_YEMOB_102 +# - Id: 22110 +# AegisName: AB_YEMOB_103 +# - Id: 22111 +# AegisName: AB_YEMOB_104 +# - Id: 22112 +# AegisName: AB_YEMOB_105 +# - Id: 22113 +# AegisName: AB_YEMOB_106 +# - Id: 22114 +# AegisName: AB_YEMOB_107 +# - Id: 22115 +# AegisName: AB_YEMOB_108 +# - Id: 22116 +# AegisName: AB_YEMOB_109 +# - Id: 22117 +# AegisName: AB_YEMOB_110 +# - Id: 22118 +# AegisName: AB_YEMOB_111 +# - Id: 22119 +# AegisName: AB_YEMOB_112 +# - Id: 22120 +# AegisName: AB_YEMOB_113 +# - Id: 22121 +# AegisName: AB_YEMOB_114 +# - Id: 22122 +# AegisName: AB_YEMOB_115 +# - Id: 22123 +# AegisName: AB_YEMOB_116 +# - Id: 22124 +# AegisName: AB_YEMOB_117 +# - Id: 22125 +# AegisName: AB_YEMOB_118 +# - Id: 22126 +# AegisName: AB_YEMOB_119 +# - Id: 22127 +# AegisName: AB_YEMOB_120 +# - Id: 22128 +# AegisName: AB_YEMOB_121 +# - Id: 22129 +# AegisName: AB_YEMOB_122 +# - Id: 22130 +# AegisName: AB_YEMOB_123 +# - Id: 22131 +# AegisName: AB_YEMOB_124 +# - Id: 22132 +# AegisName: AB_YEMOB_125 +# - Id: 22133 +# AegisName: AB_YEMOB_126 +# - Id: 22134 +# AegisName: AB_YEMOB_127 +# - Id: 22135 +# AegisName: AB_YEMOB_128 +# - Id: 22136 +# AegisName: AB_YEMOB_129 +# - Id: 22137 +# AegisName: AB_YEMOB_130 +# - Id: 22138 +# AegisName: AB_YEMOB_131 +# - Id: 22139 +# AegisName: AB_YEMOB_132 +# - Id: 22140 +# AegisName: BIO_ANOLIAN +# - Id: 22141 +# AegisName: BIO_SKEL_ARCHER +# - Id: 22142 +# AegisName: BIO_DRAGON_TAIL +# - Id: 22143 +# AegisName: BIO_LAVA_TOAD +# - Id: 22144 +# AegisName: BIO_LITTLE_FATUM +# - Id: 22145 +# AegisName: BIO_STING +# - Id: 22146 +# AegisName: BIO_EMPATHIZER +# - Id: 22147 +# AegisName: BIO_FIRE_FRILLDORA +# - Id: 22148 +# AegisName: BIO_HOLY_FRUS +# - Id: 22149 +# AegisName: BIO_HOLY_SKOGUL +# - Id: 22150 +# AegisName: BIO_KAPHA +# - Id: 22151 +# AegisName: BIO_SKEL_SOLDIER +# - Id: 22152 +# AegisName: BIO_PINGUICULA_D +# - Id: 22153 +# AegisName: BIO_POM_SPIDER +# - Id: 22154 +# AegisName: BIO_PRAY_GIVER +# - Id: 22155 +# AegisName: BIO_WOOD_GOBLIN +# - Id: 22156 +# AegisName: VR_MD_LAKE +# - Id: 22157 +# AegisName: VR_MD_DESSERT +# - Id: 22158 +# AegisName: VR_MD_SNOW +# - Id: 22159 +# AegisName: VR_MD_OCEAN +# - Id: 22160 +# AegisName: VR_MD_FOREST +# - Id: 22161 +# AegisName: VR_MD_TILBY +# - Id: 22162 +# AegisName: VR_MD_POPE +# - Id: 22163 +# AegisName: VR_MD_TILBY2 +# - Id: 22164 +# AegisName: VR_MD_RAINBOW +# - Id: 22166 +# AegisName: HEADSTONE1 +# - Id: 22167 +# AegisName: HEADSTONE2 +# - Id: 22168 +# AegisName: HEADSTONE3 +# - Id: 22169 +# AegisName: HEADSTONE4 +# - Id: 22170 +# AegisName: HEADSTONE0 +# - Id: 22171 +# AegisName: MD_COMMON_BOSS +# - Id: 22172 +# AegisName: E_MANANANGGAL +# - Id: 22173 +# AegisName: E_WAKWAK +# - Id: 22174 +# AegisName: MD_PRI_RIGEL +# - Id: 22175 +# AegisName: MD_PRI_RIGEL_AC +# - Id: 22176 +# AegisName: MD_PRI_RIGEL_ACS +# - Id: 22177 +# AegisName: MD_PRI_DRAGON_1 +# - Id: 22178 +# AegisName: MD_PRI_DRAGON_2 +# - Id: 22179 +# AegisName: MD_PRI_DRAGON_3 +# - Id: 22180 +# AegisName: MD_PRI_DRAGON_4 +# - Id: 22181 +# AegisName: MD_COMMON_P +# - Id: 22182 +# AegisName: MD_COMMON_SG +# - Id: 22183 +# AegisName: MD_MANASTORM +# - Id: 22184 +# AegisName: MD_MANABARRIER +# - Id: 22185 +# AegisName: DARK_LORD2 +# - Id: 22186 +# AegisName: E_NF_BUG +# - Id: 22187 +# AegisName: E_NF_FLY +# - Id: 22188 +# AegisName: E_NF_SMALLRAT +# - Id: 22189 +# AegisName: E_NF_BIGRAT +# - Id: 22192 +# AegisName: SPIRIT_G_LAND_S +# - Id: 22193 +# AegisName: SPIRIT_G_LAND_M +# - Id: 22194 +# AegisName: SPIRIT_G_LAND_L +# - Id: 22195 +# AegisName: SPIRIT_G_LAND_SL +# - Id: 22196 +# AegisName: SPIRIT_B_FLAME_S +# - Id: 22197 +# AegisName: SPIRIT_B_FLAME_M +# - Id: 22198 +# AegisName: SPIRIT_B_FLAME_L +# - Id: 22199 +# AegisName: SPIRIT_B_FLAME_SL +# - Id: 22200 +# AegisName: SPIRIT_S_WIND_S +# - Id: 22201 +# AegisName: SPIRIT_S_WIND_M +# - Id: 22202 +# AegisName: SPIRIT_S_WIND_L +# - Id: 22203 +# AegisName: SPIRIT_S_WIND_SL +# - Id: 22204 +# AegisName: SPIRIT_I_WATER_S +# - Id: 22205 +# AegisName: SPIRIT_I_WATER_M +# - Id: 22206 +# AegisName: SPIRIT_I_WATER_L +# - Id: 22207 +# AegisName: SPIRIT_I_WATER_SL +# - Id: 22208 +# AegisName: SPIRIT_C_LAND_S +# - Id: 22209 +# AegisName: SPIRIT_C_LAND_M +# - Id: 22210 +# AegisName: SPIRIT_C_LAND_L +# - Id: 22211 +# AegisName: SPIRIT_C_LAND_SL +# - Id: 22212 +# AegisName: SPIRIT_C_FLAME_S +# - Id: 22213 +# AegisName: SPIRIT_C_FLAME_M +# - Id: 22214 +# AegisName: SPIRIT_C_FLAME_L +# - Id: 22215 +# AegisName: SPIRIT_C_FLAME_SL +# - Id: 22216 +# AegisName: SPIRIT_H_WATER_S +# - Id: 22217 +# AegisName: SPIRIT_H_WATER_M +# - Id: 22218 +# AegisName: SPIRIT_H_WATER_L +# - Id: 22219 +# AegisName: SPIRIT_H_WATER_SL +# - Id: 22220 +# AegisName: SPIRIT_D_WIND_S +# - Id: 22221 +# AegisName: SPIRIT_D_WIND_M +# - Id: 22222 +# AegisName: SPIRIT_D_WIND_L +# - Id: 22223 +# AegisName: SPIRIT_D_WIND_SL +# - Id: 22224 +# AegisName: SPIRIT_R_FLAME_S +# - Id: 22225 +# AegisName: SPIRIT_R_FLAME_M +# - Id: 22226 +# AegisName: SPIRIT_R_FLAME_L +# - Id: 22227 +# AegisName: SPIRIT_R_FLAME_SL +# - Id: 22228 +# AegisName: SPIRIT_F_LAND_S +# - Id: 22229 +# AegisName: SPIRIT_F_LAND_M +# - Id: 22230 +# AegisName: SPIRIT_F_LAND_L +# - Id: 22231 +# AegisName: SPIRIT_F_LAND_SL +# - Id: 22232 +# AegisName: SPIRIT_C_WATER_S +# - Id: 22233 +# AegisName: SPIRIT_C_WATER_M +# - Id: 22234 +# AegisName: SPIRIT_C_WATER_L +# - Id: 22235 +# AegisName: SPIRIT_C_WATER_SL +# - Id: 22236 +# AegisName: SPIRIT_C_WIND_S +# - Id: 22237 +# AegisName: SPIRIT_C_WIND_M +# - Id: 22238 +# AegisName: SPIRIT_C_WIND_L +# - Id: 22239 +# AegisName: SPIRIT_C_WIND_SL +# - Id: 22240 +# AegisName: VR_SONIC_WALK +# - Id: 22241 +# AegisName: VR_SONIC_SPIN +# - Id: 22242 +# AegisName: VR_TALES +# - Id: 22243 +# AegisName: VR_MD_METALSONIC +# - Id: 22244 +# AegisName: VR_MD_KNUCKLES +# - Id: 22245 +# AegisName: VR_MD_DREGG1 +# - Id: 22246 +# AegisName: VR_MD_DREGG2 +# - Id: 22247 +# AegisName: VR_MD_MEGALITH_SONIC +# - Id: 22248 +# AegisName: VR_MD_SPORE_SONIC +# - Id: 22249 +# AegisName: VR_MD_SAVAGE_SONIC +# - Id: 22250 +# AegisName: VR_MD_ANGELING_SONIC +# - Id: 22251 +# AegisName: VR_MD_HEATER_SONIC +# - Id: 22252 +# AegisName: BIO_DUNEYRR +# - Id: 22253 +# AegisName: BIO_NAGA +# - Id: 22254 +# AegisName: BIO_ANCIENT_TREE +# - Id: 22255 +# AegisName: BIO_DOLLOCARIS +# - Id: 22256 +# AegisName: BIO_ICE_GARGOYLE +# - Id: 22257 +# AegisName: BIO_FLAME_GHOST +# - Id: 22258 +# AegisName: BIO_ACIDUS_ +# - Id: 22259 +# AegisName: BIO_MOROCC_1 +# - Id: 22260 +# AegisName: BIO_SALAMANDER +# - Id: 22261 +# AegisName: BIO_MOSKILLO +# - Id: 22262 +# AegisName: 2311_EV_BLACK_BEAR +# - Id: 22263 +# AegisName: 2311_EV_GOLD_PIG +# - Id: 22297 +# AegisName: 2401_EV_DRAGORING +# - Id: 22298 +# AegisName: 2401_EV_IMOOGI +# - Id: 22299 +# AegisName: VR_CHAO # - Id: 22328 # AegisName: DESERT_WOLF_RAC # - Id: 22329 @@ -105710,6 +108117,294 @@ Body: # AegisName: 20TH_EVENT_CO_CMDER # - Id: 23009 # AegisName: PITAYA_R_PET +# - Id: 23010 +# AegisName: JP_MAZEMOB_101 +# - Id: 23011 +# AegisName: JP_MAZEMOB_102 +# - Id: 23012 +# AegisName: JP_MAZEMOB_103 +# - Id: 23013 +# AegisName: JP_MAZEMOB_104 +# - Id: 23014 +# AegisName: JP_MAZEMOB_105 +# - Id: 23015 +# AegisName: JP_MAZEMOB_106 +# - Id: 23016 +# AegisName: JP_MAZEMOB_107 +# - Id: 23017 +# AegisName: JP_MAZEMOB_108 +# - Id: 23018 +# AegisName: JP_MAZEMOB_109 +# - Id: 23019 +# AegisName: JP_MAZEMOB_110 +# - Id: 23020 +# AegisName: JP_MAZEMOB_111 +# - Id: 23021 +# AegisName: JP_MAZEMOB_112 +# - Id: 23022 +# AegisName: JP_MAZEMOB_113 +# - Id: 23023 +# AegisName: JP_MAZEMOB_114 +# - Id: 23024 +# AegisName: JP_MAZEMOB_115 +# - Id: 23025 +# AegisName: JP_MAZEMOB_116 +# - Id: 23026 +# AegisName: JP_MAZEMOB_117 +# - Id: 23027 +# AegisName: JP_MAZEMOB_118 +# - Id: 23028 +# AegisName: JP_MAZEMOB_119 +# - Id: 23029 +# AegisName: JP_MAZEMOB_120 +# - Id: 23030 +# AegisName: JP_MAZEMOB_121 +# - Id: 23031 +# AegisName: JP_MAZEMOB_122 +# - Id: 23032 +# AegisName: JP_MAZEMOB_123 +# - Id: 23033 +# AegisName: JP_MAZEMOB_124 +# - Id: 23034 +# AegisName: JP_MAZEMOB_125 +# - Id: 23035 +# AegisName: JP_MAZEMOB_126 +# - Id: 23036 +# AegisName: JP_MAZEMOB_127 +# - Id: 23037 +# AegisName: JP_MAZEMOB_128 +# - Id: 23038 +# AegisName: JP_MAZEMOB_129 +# - Id: 23039 +# AegisName: JP_MAZEMOB_130 +# - Id: 23040 +# AegisName: JP_MAZEMOB_131 +# - Id: 23041 +# AegisName: JP_MAZEMOB_132 +# - Id: 23042 +# AegisName: JP_MAZEMOB_133 +# - Id: 23043 +# AegisName: JP_MAZEMOB_134 +# - Id: 23044 +# AegisName: JP_MAZEMOB_135 +# - Id: 23045 +# AegisName: JP_MAZEMOB_136 +# - Id: 23046 +# AegisName: JP_MAZEMOB_137 +# - Id: 23047 +# AegisName: JP_MAZEMOB_138 +# - Id: 23048 +# AegisName: JP_MAZEMOB_139 +# - Id: 23049 +# AegisName: JP_MAZEMOB_140 +# - Id: 23050 +# AegisName: JP_MAZEMOB_141 +# - Id: 23051 +# AegisName: JP_MAZEMOB_142 +# - Id: 23052 +# AegisName: JP_MAZEMOB_143 +# - Id: 23053 +# AegisName: JP_MAZEMOB_144 +# - Id: 23054 +# AegisName: JP_MAZEMOB_145 +# - Id: 23055 +# AegisName: JP_MAZEMOB_146 +# - Id: 23056 +# AegisName: JP_MAZEMOB_147 +# - Id: 23057 +# AegisName: JP_MAZEMOB_148 +# - Id: 23058 +# AegisName: JP_MAZEMOB_149 +# - Id: 23059 +# AegisName: JP_MAZEMOB_150 +# - Id: 23060 +# AegisName: EP20_ARMOERDCOPO +# - Id: 23061 +# AegisName: MIN_ECLIPSE_TW +# - Id: 23062 +# AegisName: E_GOLDEN_SAVAGE +# - Id: 23063 +# AegisName: SEASON_MOB_183 +# - Id: 23064 +# AegisName: SEASON_MOB_184 +# - Id: 23065 +# AegisName: SEASON_MOB_185 +# - Id: 23066 +# AegisName: SEASON_MOB_186 +# - Id: 23067 +# AegisName: SEASON_MOB_187 +# - Id: 23068 +# AegisName: SEASON_MOB_188 +# - Id: 23069 +# AegisName: SEASON_MOB_189 +# - Id: 23070 +# AegisName: SEASON_MOB_190 +# - Id: 23071 +# AegisName: SEASON_MOB_191 +# - Id: 23072 +# AegisName: SEASON_MOB_192 +# - Id: 23073 +# AegisName: SEASON_MOB_193 +# - Id: 23074 +# AegisName: SAND_BAG_MAN01 +# - Id: 23075 +# AegisName: SAND_BAG_MAN02 +# - Id: 23076 +# AegisName: SAND_BAG_MAN03 +# - Id: 23077 +# AegisName: SAND_BAG_MAN04 +# - Id: 23078 +# AegisName: SAND_BAG_MAN05 +# - Id: 23079 +# AegisName: SAND_BAG_MAN06 +# - Id: 23080 +# AegisName: SAND_BAG_MAN07 +# - Id: 23081 +# AegisName: SAND_BAG_MAN08 +# - Id: 23082 +# AegisName: SAND_BAG_MAN09 +# - Id: 23083 +# AegisName: SAND_BAG_MAN10 +# - Id: 23084 +# AegisName: SAND_BAG_MAN11 +# - Id: 23085 +# AegisName: SAND_BAG_MAN12 +# - Id: 23086 +# AegisName: SAND_BAG_MAN13 +# - Id: 23087 +# AegisName: SAND_BAG_MAN14 +# - Id: 23088 +# AegisName: SAND_BAG_MAN15 +# - Id: 23089 +# AegisName: SAND_BAG_MAN16 +# - Id: 23090 +# AegisName: SAND_BAG_MAN17 +# - Id: 23091 +# AegisName: SAND_BAG_MAN18 +# - Id: 23092 +# AegisName: SAND_BAG_MAN19 +# - Id: 23093 +# AegisName: SAND_BAG_MAN20 +# - Id: 23094 +# AegisName: SAND_BAG_MAN21 +# - Id: 23095 +# AegisName: SAND_BAG_MAN22 +# - Id: 23096 +# AegisName: SAND_BAG_MAN23 +# - Id: 23097 +# AegisName: SAND_BAG_MAN24 +# - Id: 23098 +# AegisName: SAND_BAG_MAN25 +# - Id: 23099 +# AegisName: SAND_BAG_MAN26 +# - Id: 23100 +# AegisName: SAND_BAG_MAN27 +# - Id: 23101 +# AegisName: SAND_BAG_MAN28 +# - Id: 23102 +# AegisName: SAND_BAG_MAN29 +# - Id: 23103 +# AegisName: SAND_BAG_MAN30 +# - Id: 23104 +# AegisName: SAND_BAG_MAN31 +# - Id: 23105 +# AegisName: SAND_BAG_MAN32 +# - Id: 23106 +# AegisName: SAND_BAG_MAN33 +# - Id: 23107 +# AegisName: SAND_BAG_MAN34 +# - Id: 23108 +# AegisName: SAND_BAG_MAN35 +# - Id: 23109 +# AegisName: SAND_BAG_MAN36 +# - Id: 23110 +# AegisName: SAND_BAG_MAN37 +# - Id: 23111 +# AegisName: SAND_BAG_MAN38 +# - Id: 23112 +# AegisName: SAND_BAG_MAN39 +# - Id: 23113 +# AegisName: SAND_BAG_MAN40 +# - Id: 23114 +# AegisName: SAND_BAG_MAN41 +# - Id: 23115 +# AegisName: SAND_BAG_MAN42 +# - Id: 23116 +# AegisName: SAND_BAG_MAN43 +# - Id: 23117 +# AegisName: SAND_BAG_MAN44 +# - Id: 23118 +# AegisName: SAND_BAG_MAN45 +# - Id: 23119 +# AegisName: SAND_BAG_MAN46 +# - Id: 23120 +# AegisName: SAND_BAG_MAN47 +# - Id: 23121 +# AegisName: SAND_BAG_MAN48 +# - Id: 23122 +# AegisName: SAND_BAG_MAN49 +# - Id: 23123 +# AegisName: SAND_BAG_MAN50 +# - Id: 23124 +# AegisName: SAND_BAG_MAN51 +# - Id: 23125 +# AegisName: SAND_BAG_MAN52 +# - Id: 23126 +# AegisName: SAND_BAG_MAN53 +# - Id: 23127 +# AegisName: SAND_BAG_MAN54 +# - Id: 23128 +# AegisName: SAND_BAG_MAN55 +# - Id: 23129 +# AegisName: SAND_BAG_MAN56 +# - Id: 23130 +# AegisName: SAND_BAG_MAN57 +# - Id: 23131 +# AegisName: SAND_BAG_MAN58 +# - Id: 23132 +# AegisName: SAND_BAG_MAN59 +# - Id: 23133 +# AegisName: SAND_BAG_MAN60 +# - Id: 23134 +# AegisName: SAND_BAG_MAN61 +# - Id: 23135 +# AegisName: SAND_BAG_MAN62 +# - Id: 23136 +# AegisName: SAND_BAG_MAN63 +# - Id: 23137 +# AegisName: SAND_BAG_MAN64 +# - Id: 23138 +# AegisName: SAND_BAG_MAN65 +# - Id: 23139 +# AegisName: SAND_BAG_MAN66 +# - Id: 23140 +# AegisName: SAND_BAG_MAN67 +# - Id: 23141 +# AegisName: SAND_BAG_MAN68 +# - Id: 23142 +# AegisName: SAND_BAG_MAN69 +# - Id: 23143 +# AegisName: SAND_BAG_MAN70 +# - Id: 23144 +# AegisName: SAND_BAG_MAN71 +# - Id: 23145 +# AegisName: SAND_BAG_MAN72 +# - Id: 23146 +# AegisName: SAND_BAG_MAN73 +# - Id: 23147 +# AegisName: SAND_BAG_MAN74 +# - Id: 23148 +# AegisName: SAND_BAG_MAN75 +# - Id: 23149 +# AegisName: SAND_BAG_MAN76 +# - Id: 23150 +# AegisName: SAND_BAG_MAN77 +# - Id: 23151 +# AegisName: SAND_BAG_MAN78 +# - Id: 23152 +# AegisName: SAND_BAG_MAN79 +# - Id: 23153 +# AegisName: SAND_BAG_MAN80 # - Id: 25019 # AegisName: MQ_M_MOCLORD # - Id: 25020 @@ -105752,6 +108447,20 @@ Body: # AegisName: 06_EVENT_THIEF_FAIRY # - Id: 25039 # AegisName: MD_MOROCC +# - Id: 25040 +# AegisName: MQ_STALACTIC_GOLEM +# - Id: 25041 +# AegisName: ILL_BLACK_MUSHROOM_H +# - Id: 25042 +# AegisName: ILL_GHOUL_H +# - Id: 25043 +# AegisName: ILL_NIGHTMARE_H +# - Id: 25044 +# AegisName: ILL_DRAINLIAR_H +# - Id: 25045 +# AegisName: ILL_ZOMBIE_H +# - Id: 25046 +# AegisName: ILL_ZOMBIE_C_H # - Id: 25047 # AegisName: ICE_TITAN_FV # - Id: 25049 @@ -105778,6 +108487,18 @@ Body: # AegisName: THA_HORROR_FV # - Id: 25060 # AegisName: VOID_MIMIC_FV +# - Id: 25061 +# AegisName: ILL_NINE_TAIL_H +# - Id: 25062 +# AegisName: ILL_MUNAK_H +# - Id: 25063 +# AegisName: ILL_BON_GUN_H +# - Id: 25064 +# AegisName: ILL_SOHEE_H +# - Id: 25065 +# AegisName: ILL_ARCHER_SKELETON_H +# - Id: 25066 +# AegisName: ILL_FURY_HERO_H # - Id: 25072 # AegisName: HOLY_FRUS_FV # - Id: 25073 diff --git a/db/re/mob_skill_db.txt b/db/re/mob_skill_db.txt index 1eaffb80a2..af207a0fbf 100644 --- a/db/re/mob_skill_db.txt +++ b/db/re/mob_skill_db.txt @@ -102,7 +102,7 @@ 1019,Peco Peco@NPC_EMOTION,chase,197,1,2000,0,5000,yes,self,always,0,6,,,,,, 1019,Peco Peco@NPC_FIREATTACK,attack,186,1,2000,0,5000,yes,target,always,0,,,,,,, 1019,Peco Peco@NPC_PROVOCATION,chase,194,1,200,0,5000,yes,target,always,0,,,,,,19, -1020,Mandragora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,randomtarget,always,0,,,,,,, +1020,Mandragora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,target,always,0,,,,,,, 1023,Orc Warrior@NPC_EMOTION,chase,197,1,2000,0,5000,yes,self,always,0,,,,,,, 1023,Orc Warrior@NPC_GROUNDATTACK,attack,185,2,500,500,5000,no,target,always,0,,,,,,6, 1023,Orc Warrior@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,19,0x81,,,,, @@ -351,7 +351,7 @@ 1067,Cornutus@NPC_WATERATTACK,attack,184,2,500,500,5000,no,target,always,0,,,,,,6, 1067,Cornutus@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, 1067,Cornutus@CR_AUTOGUARD,chase,249,2,2000,0,300000,yes,self,longrangeattacked,,,,,,,, -1068,Hydra@NPC_WATERATTACK,attack,184,2,500,500,5000,no,randomtarget,always,0,,,,,,, +1068,Hydra@NPC_WATERATTACK,attack,184,2,500,500,5000,no,target,always,0,,,,,,, 1069,Swordfish@NPC_WATERATTACK,attack,184,1,2000,0,5000,yes,target,always,0,,,,,,, 1069,Swordfish@WZ_WATERBALL,attack,86,3,500,1500,5000,yes,target,always,0,,,,,,, 1069,Swordfish@WZ_WATERBALL,chase,86,3,500,1500,5000,yes,target,always,0,,,,,,, @@ -603,9 +603,9 @@ 1117,Evil Druid@NPC_UNDEADATTACK,chase,347,3,500,500,5000,no,target,always,0,,,,,,9, 1117,Evil Druid@WZ_HEAVENDRIVE,attack,91,5,500,1200,5000,yes,target,always,0,,,,,,, 1117,Evil Druid@WZ_HEAVENDRIVE,chase,91,5,500,1200,5000,yes,target,always,0,,,,,,, -1118,Flora@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,randomtarget,always,0,,,,,,, +1118,Flora@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,0,,,,,,, 1118,Flora@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,2,,,,,, -1118,Flora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,randomtarget,always,0,,,,,,, +1118,Flora@NPC_GROUNDATTACK,attack,185,1,2000,0,5000,yes,target,always,0,,,,,,, 1119,Frilldora@AS_CLOAKING,attack,135,1,2000,200,5000,yes,self,always,0,,,,,,, 1119,Frilldora@AS_CLOAKING,idle,135,1,2000,200,5000,yes,self,always,0,,,,,,, 1119,Frilldora@AS_CLOAKING,chase,135,1,2000,200,5000,yes,self,always,0,,,,,,, @@ -1301,7 +1301,7 @@ 1276,Raydric Archer@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, 1277,Greatest General@NPC_BLINDATTACK,idle,177,3,10000,1500,5000,no,randomtarget,longrangeattacked,,,,,,,6, 1277,Greatest General@NPC_BLINDATTACK,idle,177,3,10000,1500,5000,no,randomtarget,casttargeted,,,,,,,6, -1277,Greatest General@NPC_FIREATTACK,attack,186,2,500,500,5000,no,randomtarget,always,0,,,,,,, +1277,Greatest General@NPC_FIREATTACK,attack,186,2,500,500,5000,no,target,always,0,,,,,,, 1277,Greatest General@WZ_EARTHSPIKE,idle,90,3,5000,1500,5000,no,randomtarget,longrangeattacked,,,,,,,6, 1277,Greatest General@WZ_EARTHSPIKE,idle,90,3,5000,1500,5000,no,randomtarget,casttargeted,,,,,,,6, 1278,Stalactite Golem@NPC_STUNATTACK,attack,179,4,500,1500,5000,no,target,always,0,,,,,,6, @@ -1584,7 +1584,7 @@ 1367,Blazer@WZ_SIGHTRASHER,attack,81,5,500,1000,5000,no,target,always,0,,,,,,6, 1368,Geographer@AL_HEAL,attack,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,60,,,,,,, 1368,Geographer@AL_HEAL,idle,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,60,,,,,,, -1368,Geographer@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,randomtarget,always,0,,,,,,, +1368,Geographer@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,target,always,0,,,,,,, 1369,Grand Peco@AS_SONICBLOW,attack,136,5,500,800,5000,no,target,always,0,,,,,,6, 1369,Grand Peco@NPC_FIREATTACK,attack,186,3,500,500,5000,no,target,always,0,,,,,,6, 1369,Grand Peco@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,19,0x81,,,,, @@ -2569,8 +2569,8 @@ 1510,Hylozoist@MO_BODYRELOCATION,chase,264,1,2000,500,5000,no,target,always,0,,,,,,, 1511,Amon Ra@NPC_BLOODDRAIN,idle,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, 1511,Amon Ra@NPC_BLOODDRAIN,idle,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, -1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, -1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, +1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,always,0,,,,,,29, +1511,Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,always,0,,,,,,29, 1511,Amon Ra@NPC_SUMMONMONSTER,idle,209,5,5000,0,10000,no,self,longrangeattacked,0,1474,1477,1438,,,9, 1511,Amon Ra@NPC_SUMMONMONSTER,idle,209,5,5000,0,10000,no,self,casttargeted,0,1474,1477,1438,,,9, 1511,Amon Ra@NPC_SUMMONMONSTER,attack,209,5,5000,0,10000,no,self,longrangeattacked,0,1474,1477,1438,,,9, @@ -2589,11 +2589,11 @@ 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,skillused,83,,,,,,9, 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,longrangeattacked,,,,,,,9, 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,casttargeted,,,,,,,9, -1511,Amon Ra@WZ_METEOR,attack,83,11,5000,0,3000,yes,randomtarget,always,0,,,,,,9, +1511,Amon Ra@WZ_METEOR,attack,83,11,5000,0,3000,yes,target,always,0,,,,,,9, 1511,Amon Ra@WZ_FIREPILLAR,idle,80,10,10000,0,2000,yes,around2,always,0,,,,,,, 1511,Amon Ra@WZ_FIREPILLAR,idle,80,10,10000,0,2000,yes,around2,always,0,,,,,,, 1511,Amon Ra@WZ_FIREPILLAR,attack,80,10,5000,0,2000,yes,around2,always,0,,,,,,, -1511,Amon Ra@NPC_DARKBLESSING,attack,203,1,5000,0,2000,no,randomtarget,always,0,,,,,,, +1511,Amon Ra@NPC_DARKBLESSING,attack,203,1,5000,0,2000,no,target,always,0,,,,,,, 1511,Amon Ra@WZ_METEOR,idle,83,11,10000,0,5000,yes,randomtarget,always,0,,,,,,9, 1511,Amon Ra@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, 1511,Amon Ra@AL_TELEPORT,walk,26,1,5000,0,5000,yes,self,rudeattacked,,,,,,,, @@ -3405,18 +3405,18 @@ 1663,Laurell Weinder@NPC_EMOTION,idle,197,1,10000,0,5000,yes,self,skillused,28,15,,,,,, 1663,Laurell Weinder@NPC_EMOTION,attack,197,1,10000,0,5000,yes,self,skillused,28,15,,,,,, 1663,Laurell Weinder@NPC_EMOTION,chase,197,1,10000,0,5000,yes,self,skillused,28,15,,,,,, -1664,Photon Cannon@NPC_WINDATTACK,attack,187,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1664,Photon Cannon@NPC_WINDATTACK,attack,187,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1664,Photon Cannon@NPC_WINDATTACK,attack,187,1,10000,0,0,yes,randomtarget,always,0,,,,,,, -1665,Photon Cannon@NPC_FIREATTACK,attack,186,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1665,Photon Cannon@NPC_FIREATTACK,attack,186,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1665,Photon Cannon@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,randomtarget,always,0,,,,,,, -1666,Photon Cannon@NPC_WATERATTACK,attack,184,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1666,Photon Cannon@NPC_WATERATTACK,attack,184,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1666,Photon Cannon@NPC_WATERATTACK,attack,184,1,10000,0,0,yes,randomtarget,always,0,,,,,,, -1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,5,1000,1000,10000,yes,randomtarget,always,0,,,,,,, -1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,3,2000,500,5000,yes,randomtarget,always,0,,,,,,, -1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,1,10000,0,0,yes,randomtarget,always,0,,,,,,, +1664,Photon Cannon@NPC_WINDATTACK,attack,187,5,1000,1000,10000,yes,target,always,0,,,,,,, +1664,Photon Cannon@NPC_WINDATTACK,attack,187,3,2000,500,5000,yes,target,always,0,,,,,,, +1664,Photon Cannon@NPC_WINDATTACK,attack,187,1,10000,0,0,yes,target,always,0,,,,,,, +1665,Photon Cannon@NPC_FIREATTACK,attack,186,5,1000,1000,10000,yes,target,always,0,,,,,,, +1665,Photon Cannon@NPC_FIREATTACK,attack,186,3,2000,500,5000,yes,target,always,0,,,,,,, +1665,Photon Cannon@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,target,always,0,,,,,,, +1666,Photon Cannon@NPC_WATERATTACK,attack,184,5,1000,1000,10000,yes,target,always,0,,,,,,, +1666,Photon Cannon@NPC_WATERATTACK,attack,184,3,2000,500,5000,yes,target,always,0,,,,,,, +1666,Photon Cannon@NPC_WATERATTACK,attack,184,1,10000,0,0,yes,target,always,0,,,,,,, +1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,5,1000,1000,10000,yes,target,always,0,,,,,,, +1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,3,2000,500,5000,yes,target,always,0,,,,,,, +1667,Photon Cannon@NPC_GROUNDATTACK,attack,185,1,10000,0,0,yes,target,always,0,,,,,,, 1668,Archdam@NPC_PIERCINGATT,attack,158,5,1000,0,5000,yes,target,always,0,,,,,,, 1668,Archdam@NPC_GUIDEDATTACK,attack,172,2,500,1000,20000,no,target,always,0,,,,,,29, 1668,Archdam@KN_SPEARSTAB,attack,58,5,500,800,5000,no,target,always,0,,,,,,, @@ -3453,9 +3453,9 @@ 1673,Dimik@NPC_COMBOATTACK,attack,171,4,500,700,5000,no,target,always,0,,,,,,, 1673,Dimik@NPC_COMBOATTACK,chase,171,4,500,700,5000,no,target,always,0,,,,,,, 1673,Dimik@NPC_FIREATTACK,attack,186,3,500,0,5000,yes,target,always,0,,,,,,, -1674,Monemus@NPC_FIREATTACK,attack,186,10,500,1000,30000,yes,randomtarget,always,0,,,,,,, -1674,Monemus@NPC_FIREATTACK,attack,186,3,1000,0,10000,yes,randomtarget,always,0,,,,,,, -1674,Monemus@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,randomtarget,always,0,,,,,,, +1674,Monemus@NPC_FIREATTACK,attack,186,10,500,1000,30000,yes,target,always,0,,,,,,, +1674,Monemus@NPC_FIREATTACK,attack,186,3,1000,0,10000,yes,target,always,0,,,,,,, +1674,Monemus@NPC_FIREATTACK,attack,186,1,10000,0,0,yes,target,always,0,,,,,,, 1675,Venatu@NPC_SILENCEATTACK,attack,178,3,500,700,5000,no,target,always,0,,,,,,, 1675,Venatu@NPC_GUIDEDATTACK,attack,172,3,500,1000,20000,no,target,always,0,,,,,,6, 1675,Venatu@NPC_STUNATTACK,attack,179,2,500,1500,5000,no,target,always,0,,,,,,11, @@ -3531,11 +3531,11 @@ 1688,Lady Tany@AL_TELEPORT,idle,26,1,1000,0,30000,yes,self,always,0,,,,,,, 1688,Lady Tany@AL_TELEPORT,attack,26,1,1000,0,30000,yes,self,always,0,,,,,,, 1688,Lady Tany@NPC_EXPULSION,attack,674,1,1000,1000,10000,no,target,myhpltmaxrate,60,,,,,,, -1688,Lady Tany@AC_CHARGEARROW,attack,148,1,2000,0,5000,yes,randomtarget,always,0,,,,,,6, -1688,Lady Tany@NPC_COMBOATTACK,attack,171,1,1000,0,5000,no,randomtarget,always,0,,,,,,, -1688,Lady Tany@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,randomtarget,always,0,,,,,,6, -1688,Lady Tany@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,randomtarget,always,0,,,,,,, -1688,Lady Tany@NPC_STUNATTACK,attack,179,5,500,0,5000,no,randomtarget,always,0,,,,,,, +1688,Lady Tany@AC_CHARGEARROW,attack,148,1,2000,0,5000,yes,target,always,0,,,,,,6, +1688,Lady Tany@NPC_COMBOATTACK,attack,171,1,1000,0,5000,no,target,always,0,,,,,,, +1688,Lady Tany@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,6, +1688,Lady Tany@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,, +1688,Lady Tany@NPC_STUNATTACK,attack,179,5,500,0,5000,no,target,always,0,,,,,,, 1688,Lady Tany@NPC_DEFENDER,attack,205,1,500,0,30000,yes,self,longrangeattacked,,,,,,,29, 1688,Lady Tany@NPC_POWERUP,attack,349,5,10000,0,30000,yes,self,myhpltmaxrate,30,,,,,,6, 1688,Lady Tany@NPC_SUMMONSLAVE,attack,196,5,10000,2000,5000,no,self,slavele,2,1691,,,,,, @@ -4228,18 +4228,18 @@ 1779,Ktullanux@NPC_AGIUP,attack,350,5,2000,0,100000,yes,self,always,0,,,,,,, 1779,Ktullanux@NPC_AGIUP,attack,350,5,10000,0,25000,yes,self,myhpltmaxrate,30,,,,,,, 1779,Ktullanux@AL_HEAL,idle,28,11,10000,0,10000,yes,self,myhpltmaxrate,50,,,,,,, -1780,Muscipular@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, -1780,Muscipular@KN_SPEARSTAB,attack,58,5,500,800,5000,no,randomtarget,always,0,,,,,,6, -1780,Muscipular@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, +1780,Muscipular@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,target,always,0,,,,,,, +1780,Muscipular@KN_SPEARSTAB,attack,58,5,500,800,5000,no,target,always,0,,,,,,6, +1780,Muscipular@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,target,always,0,,,,,,, 1780,Muscipular@AL_HEAL,attack,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,50,,,,,,, 1780,Muscipular@AL_HEAL,idle,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,50,,,,,,, -1780,Muscipular@NPC_PETRIFYATTACK,attack,180,5,500,0,5000,yes,randomtarget,always,0,,,,,,, -1781,Drosera@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, -1781,Drosera@KN_PIERCE,attack,56,5,500,700,5000,no,randomtarget,always,0,,,,,,, -1781,Drosera@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,randomtarget,always,0,,,,,,, +1780,Muscipular@NPC_PETRIFYATTACK,attack,180,5,500,0,5000,yes,target,always,0,,,,,,, +1781,Drosera@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,yes,target,always,0,,,,,,, +1781,Drosera@KN_PIERCE,attack,56,5,500,700,5000,no,target,always,0,,,,,,, +1781,Drosera@NPC_GROUNDATTACK,attack,185,1,1000,0,5000,yes,target,always,0,,,,,,, 1781,Drosera@RG_CLOSECONFINE,attack,1005,1,1000,0,30000,yes,target,always,0,,,,,,, -1781,Drosera@NPC_GUIDEDATTACK,attack,172,3,500,1000,20000,no,randomtarget,always,0,,,,,,6, -1781,Drosera@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,randomtarget,always,0,,,,,,, +1781,Drosera@NPC_GUIDEDATTACK,attack,172,3,500,1000,20000,no,target,always,0,,,,,,6, +1781,Drosera@NPC_SLEEPATTACK,attack,182,5,500,0,5000,yes,target,always,0,,,,,,, 1782,Roween@NPC_WINDATTACK,attack,187,2,500,500,5000,no,target,always,0,,,,,,, 1782,Roween@NPC_COMBOATTACK,attack,171,4,500,500,5000,no,target,always,0,,,,,,6, 1782,Roween@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,22,0x308D,,,,, @@ -7980,8 +7980,8 @@ 2311,Manananggal@AL_TELEPORT,walk,26,1,5000,0,5000,yes,self,rudeattacked,,,,,,,, 2311,Manananggal@AL_TELEPORT,idle,26,1,1000,0,30000,yes,self,always,0,,,,,,, 2311,Manananggal@AL_TELEPORT,attack,26,1,100,0,30000,yes,self,always,0,,,,,,, -2311,Manananggal@NPC_BLOODDRAIN,chase,199,1,2000,0,5000,yes,randomtarget,myhpltmaxrate,50,,,,,,3, -2311,Manananggal@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,myhpltmaxrate,50,,,,,,3, +2311,Manananggal@NPC_BLOODDRAIN,chase,199,1,2000,0,5000,yes,target,myhpltmaxrate,50,,,,,,3, +2311,Manananggal@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,myhpltmaxrate,50,,,,,,3, 2311,Manananggal@NPC_COMBOATTACK,chase,171,5,1000,0,5000,yes,target,always,0,,,,,,7, 2311,Manananggal@NPC_COMBOATTACK,attack,171,5,1000,0,5000,yes,target,always,0,,,,,,7, 2312,Mangkukulam@AL_TELEPORT,idle,26,1,500,0,30000,yes,self,always,0,,,,,,, @@ -8009,8 +8009,8 @@ 2315,Wakwak@AL_TELEPORT,walk,26,1,5000,0,5000,yes,self,rudeattacked,,,,,,,, 2315,Wakwak@AL_TELEPORT,idle,26,1,500,0,30000,yes,self,always,0,,,,,,, 2315,Wakwak@AL_TELEPORT,attack,26,1,50,0,30000,yes,self,always,0,,,,,,, -2315,Wakwak@NPC_BLOODDRAIN,chase,199,1,2000,0,5000,yes,randomtarget,myhpltmaxrate,50,,,,,,3, -2315,Wakwak@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,myhpltmaxrate,50,,,,,,3, +2315,Wakwak@NPC_BLOODDRAIN,chase,199,1,2000,0,5000,yes,target,myhpltmaxrate,50,,,,,,3, +2315,Wakwak@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,myhpltmaxrate,50,,,,,,3, 2315,Wakwak@NPC_DARKTHUNDER,chase,341,3,1000,500,5000,yes,target,always,0,,,,,,29, 2315,Wakwak@NPC_DARKTHUNDER,attack,341,3,1000,500,5000,yes,target,always,0,,,,,,29, 2315,Wakwak@NPC_CURSEATTACK,attack,181,3,500,800,5000,no,target,always,0,,,,,,0, @@ -8113,7 +8113,7 @@ 2331,Seaweed@AL_HEAL,idle,28,9,10000,500,5000,yes,friend,friendhpltmaxrate,100,,,,,,2, 2337,Hidden Mob@NPC_INVISIBLE,idle,353,1,10000,0,30000,yes,self,always,0,,,,,,, 2337,Hidden Mob@NPC_INVISIBLE,attack,353,1,10000,0,30000,yes,self,always,0,,,,,,, -2337,Hidden Mob@WZ_METEOR,attack,83,5,10000,0,1000,yes,randomtarget,always,0,,,,,,, +2337,Hidden Mob@WZ_METEOR,attack,83,5,10000,0,1000,yes,target,always,0,,,,,,, 2338,Bangungot Manananggal@AL_TELEPORT,idle,26,1,500,0,5000,yes,self,always,0,,,,,,, 2338,Bangungot Manananggal@NPC_BLOODDRAIN,attack,199,1,1000,0,5000,no,target,always,0,,,,,,3, 2338,Bangungot Manananggal@NPC_COMBOATTACK,attack,171,5,500,700,5000,no,target,always,0,,,,,,1, @@ -8129,11 +8129,11 @@ 2339,Bangungot Mangkukulam@NPC_DARKSTRIKE,chase,340,9,500,700,5000,no,target,always,0,,,,,,29, 2339,Bangungot Mangkukulam@NPC_MENTALBREAKER,attack,159,3,500,800,5000,no,target,always,0,,,,,,14, 2339,Bangungot Mangkukulam@NPC_MENTALBREAKER,chase,159,3,500,800,5000,no,target,always,0,,,,,,14, -2340,Tiyanak@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,randomtarget,always,0,,,,,,2, +2340,Tiyanak@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,0,,,,,,2, 2340,Tiyanak@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,29,,,,,, 2340,Tiyanak@CR_AUTOGUARD,chase,249,2,2000,0,300000,yes,self,longrangeattacked,,,,,,,, 2340,Tiyanak@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, -2340,Tiyanak@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,randomtarget,always,0,,,,,,6, +2340,Tiyanak@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,6, 2340,Tiyanak@NPC_REBIRTH,dead,208,3,2000,0,10000,yes,self,always,0,,,,,,, 2341,RWC Boss@NPC_CALLSLAVE,attack,352,1,10000,0,30000,yes,self,always,0,,,,,,, 2341,RWC Boss@NPC_CALLSLAVE,idle,352,1,10000,0,30000,yes,self,always,0,,,,,,, @@ -8162,7 +8162,7 @@ 2341,RWC Boss@NPC_CRITICALWOUND,attack,673,4,2000,0,5000,yes,target,always,0,,,,,,, 2343,Hidden Mob@NPC_INVISIBLE,idle,353,1,10000,0,30000,yes,self,always,0,,,,,,, 2343,Hidden Mob@NPC_INVISIBLE,attack,353,1,10000,0,30000,yes,self,always,0,,,,,,, -2343,Hidden Mob@WZ_STORMGUST,attack,89,5,10000,0,1000,yes,randomtarget,always,0,,,,,,, +2343,Hidden Mob@WZ_STORMGUST,attack,89,5,10000,0,1000,yes,target,always,0,,,,,,, // Nightmare Pyramids 2353,Nightmare Minorous@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, @@ -8198,8 +8198,8 @@ 2360,Nightmare Ancient Mummy@NPC_DARKBREATH,attack,202,4,500,800,5000,no,target,always,0,,,,,,7, 2362,Nightmare Amon Ra@NPC_BLOODDRAIN,idle,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, 2362,Nightmare Amon Ra@NPC_BLOODDRAIN,idle,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, -2362,Nightmare Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, -2362,Nightmare Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,randomtarget,always,0,,,,,,29, +2362,Nightmare Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,always,0,,,,,,29, +2362,Nightmare Amon Ra@NPC_BLOODDRAIN,attack,199,1,2000,0,5000,yes,target,always,0,,,,,,29, 2362,Nightmare Amon Ra@NPC_SUMMONMONSTER,idle,209,5,5000,0,10000,no,self,longrangeattacked,0,2357,2359,2361,,,9, 2362,Nightmare Amon Ra@NPC_SUMMONMONSTER,idle,209,5,5000,0,10000,no,self,casttargeted,0,1474,1477,1438,,,9, 2362,Nightmare Amon Ra@NPC_SUMMONMONSTER,attack,209,5,5000,0,10000,no,self,longrangeattacked,0,2357,2359,2361,,,9, @@ -8218,11 +8218,11 @@ 2362,Nightmare Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,skillused,83,,,,,,9, 2362,Nightmare Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,longrangeattacked,,,,,,,9, 2362,Nightmare Amon Ra@WZ_METEOR,idle,83,11,10000,0,0,yes,randomtarget,casttargeted,,,,,,,9, -2362,Nightmare Amon Ra@WZ_METEOR,attack,83,11,5000,0,3000,yes,randomtarget,always,0,,,,,,9, +2362,Nightmare Amon Ra@WZ_METEOR,attack,83,11,5000,0,3000,yes,target,always,0,,,,,,9, 2362,Nightmare Amon Ra@WZ_FIREPILLAR,idle,80,10,10000,0,2000,yes,around2,always,0,,,,,,, 2362,Nightmare Amon Ra@WZ_FIREPILLAR,idle,80,10,10000,0,2000,yes,around2,always,0,,,,,,, 2362,Nightmare Amon Ra@WZ_FIREPILLAR,attack,80,10,5000,0,2000,yes,around2,always,0,,,,,,, -2362,Nightmare Amon Ra@NPC_DARKBLESSING,attack,203,1,5000,0,2000,no,randomtarget,always,0,,,,,,, +2362,Nightmare Amon Ra@NPC_DARKBLESSING,attack,203,1,5000,0,2000,no,target,always,0,,,,,,, 2362,Nightmare Amon Ra@WZ_METEOR,idle,83,11,10000,0,5000,yes,randomtarget,always,0,,,,,,9, 2362,Nightmare Amon Ra@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, 2362,Nightmare Amon Ra@AL_TELEPORT,walk,26,1,5000,0,5000,yes,self,rudeattacked,,,,,,,, @@ -14252,7 +14252,7 @@ 20943,DEATH_WITCH@NPC_PULSESTRIKE,attack,661,5,2000,0,30000,yes,self,always,0,,,,,,32, 20943,DEATH_WITCH@HW_GANBANTEIN,attack,483,1,2000,0,5000,yes,target,always,0,,,,,,, // 20943,DEATH_WITCH@NPC_EARTHQUAKE_K,attack,750,5,10000,1500,25000,no,target,myhpltmaxrate,20,,,,,,, -20943,DEATH_WITCH@NPC_EARTHQUAKE,attack,653,5,10000,1500,25000,no,target,myhpltmaxrate,20,,,,,,, +20943,DEATH_WITCH@NPC_EARTHQUAKE,attack,653,5,10000,1500,25000,no,self,myhpltmaxrate,20,,,,,,, 20943,DEATH_WITCH@NPC_HELLJUDGEMENT,chase,662,2,2000,500,5000,no,self,always,0,,,,,,, 20943,DEATH_WITCH@NPC_HELLJUDGEMENT,attack,662,2,2000,500,5000,no,self,always,0,,,,,,, 20943,DEATH_WITCH@NPC_CLOUD_KILL,attack,739,5,2000,500,16000,no,target,always,0,,,,,,, @@ -14320,7 +14320,7 @@ 20928,CHIMERA_THEONE@WZ_WATERBALL,chase,86,5,5000,1000,35000,no,target,always,0,,,,,,, // TODO // 20928,CHIMERA_THEONE@NPC_EARTHQUAKE_K,chase,750,5,10000,500,20000,no,target,myhpltmaxrate,40,,,,,,, -20928,CHIMERA_THEONE@NPC_EARTHQUAKE,chase,653,5,10000,500,20000,no,target,myhpltmaxrate,40,,,,,,, +20928,CHIMERA_THEONE@NPC_EARTHQUAKE,chase,653,5,10000,500,20000,no,self,myhpltmaxrate,40,,,,,,, 20928,CHIMERA_THEONE@NPC_CALLSLAVE,attack,352,1,10000,0,30000,yes,self,always,0,,,,,,, 20928,CHIMERA_THEONE@NPC_SUMMONSLAVE,attack,196,1,10000,700,10000,no,self,slavele,2,20920,20921,20922,20923,,, 20928,CHIMERA_THEONE@NPC_GROUNDATTACK,attack,185,3,500,0,5000,yes,target,always,0,,,,,,6, @@ -14388,3 +14388,335 @@ 21085,S_DUMMY_100_TELEKINESIS@NPC_ALLHEAL,idle,687,1,10000,0,500,no,self,myhpltmaxrate,90,,,,,,, 21086,S_DUMMY_100_UNDEAD2@NPC_ALLHEAL,attack,687,1,10000,0,500,no,self,myhpltmaxrate,90,,,,,,, 21086,S_DUMMY_100_UNDEAD2@NPC_ALLHEAL,idle,687,1,10000,0,500,no,self,myhpltmaxrate,90,,,,,,, + +// Illusion of Twins +21386,ILL_ANDRE@NPC_COMBOATTACK,attack,171,10,3000,0,5000,no,target,always,0,,,,,,, +21386,ILL_ANDRE@NPC_FIREATTACK,attack,186,5,2000,500,5000,no,target,always,0,,,,,,6, +21386,ILL_ANDRE@NPC_FIREATTACK,chase,186,5,2000,500,5000,no,target,always,0,,,,,,6, +21386,ILL_ANDRE@NPC_BLOODDRAIN,attack,199,1,500,0,2000,no,target,always,0,,,,,,29, +21386,ILL_ANDRE@NPC_GUIDEDATTACK,attack,172,3,1000,300,10000,no,target,always,0,,,,,,, +21386,ILL_ANDRE@NPC_GUIDEDATTACK,chase,172,3,1000,300,10000,no,target,always,0,,,,,,, +21386,ILL_ANDRE@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21386,ILL_ANDRE@TF_SPRINKLESAND,attack,149,1,500,0,5000,yes,target,always,0,,,,,,, +21387,ILL_SOLDIER_ANDR@AL_PNEUMA,idle,25,1,5000,0,10000,yes,target,longrangeattacked,0,,,,,,22, +21387,ILL_SOLDIER_ANDR@NPC_POWERUP,attack,349,3,3000,500,10000,no,self,myhpltmaxrate,50,,,,,,, +21387,ILL_SOLDIER_ANDR@NPC_PIERCINGATT,attack,158,9,3000,0,20000,no,target,always,0,,,,,,, +21387,ILL_SOLDIER_ANDR@NPC_PIERCINGATT,chase,158,9,5000,0,2500,no,target,always,0,,,,,,, +21387,ILL_SOLDIER_ANDR@AL_HEAL,attack,28,11,5000,500,5000,no,friend,myhpltmaxrate,30,,,,,,3, +21387,ILL_SOLDIER_ANDR@AL_HEAL,idle,28,11,10000,500,5000,yes,friend,myhpltmaxrate,30,,,,,,3, +21387,ILL_SOLDIER_ANDR@AL_HEAL,chase,28,11,10000,500,5000,no,friend,myhpltmaxrate,30,,,,,,3, +21387,ILL_SOLDIER_ANDR@AL_DECAGI,attack,30,48,500,1000,5000,no,target,always,0,,,,,,29, +21387,ILL_SOLDIER_ANDR@AL_DECAGI,chase,30,1,2000,1000,20000,no,target,always,0,,,,,,29, +21387,ILL_SOLDIER_ANDR@SM_BASH,attack,5,10,500,0,5000,no,target,always,0,,,,,,, +21387,ILL_SOLDIER_ANDR@NPC_CRITICALWOUND,attack,673,5,50,0,10000,no,target,always,0,,,,,,, +21387,ILL_SOLDIER_ANDR@TF_SPRINKLESAND,attack,149,1,500,0,5000,yes,target,always,0,,,,,,, +21387,ILL_SOLDIER_ANDR@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21388,ILL_ANDRE_LARVA@AS_VENOMDUST,attack,140,1,500,1500,5000,no,target,always,0,,,,,,, +21388,ILL_ANDRE_LARVA@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,,, +21388,ILL_ANDRE_LARVA@NPC_POISONATTACK,attack,188,2,500,500,5000,no,target,always,0,,,,,,, +21388,ILL_ANDRE_LARVA@NPC_COMBOATTACK,attack,171,1,3000,0,5000,no,target,always,0,,,,,,, +21388,ILL_ANDRE_LARVA@NPC_SELFDESTRUCTION,attack,173,1,10000,2000,5000,no,self,myhpltmaxrate,20,,,,,,, +21388,ILL_ANDRE_LARVA@NPC_CLOUD_KILL,attack,739,5,2000,500,30000,no,target,always,0,,,,,,, +21388,ILL_ANDRE_LARVA@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21389,ILL_DENIRO@NPC_COMBOATTACK,attack,171,10,3000,0,5000,no,target,always,0,,,,,,, +21389,ILL_DENIRO@NPC_GROUNDATTACK,attack,185,5,2000,500,5000,no,target,always,0,,,,,,6, +21389,ILL_DENIRO@NPC_GROUNDATTACK,chase,185,5,2000,500,5000,no,target,always,0,,,,,,6, +21389,ILL_DENIRO@NPC_BLOODDRAIN,attack,199,1,500,0,2000,no,target,always,0,,,,,,29, +21389,ILL_DENIRO@NPC_GUIDEDATTACK,attack,172,3,1000,300,10000,no,target,always,0,,,,,,, +21389,ILL_DENIRO@NPC_GUIDEDATTACK,chase,172,3,1000,300,10000,no,target,always,0,,,,,,, +21389,ILL_DENIRO@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21389,ILL_DENIRO@TF_SPRINKLESAND,attack,149,1,500,0,5000,yes,target,always,0,,,,,,, +21390,ILL_PIERE@NPC_COMBOATTACK,attack,171,10,3000,0,5000,no,target,always,0,,,,,,, +21390,ILL_PIERE@NPC_WATERATTACK,attack,184,5,2000,500,5000,no,target,always,0,,,,,,6, +21390,ILL_PIERE@NPC_WATERATTACK,chase,184,5,2000,500,5000,no,target,always,0,,,,,,6, +21390,ILL_PIERE@NPC_BLOODDRAIN,attack,199,1,500,0,2000,no,target,always,0,,,,,,29, +21390,ILL_PIERE@NPC_GUIDEDATTACK,attack,172,3,1000,300,10000,no,target,always,0,,,,,,, +21390,ILL_PIERE@NPC_GUIDEDATTACK,chase,172,3,1000,300,10000,no,target,always,0,,,,,,, +21390,ILL_PIERE@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21390,ILL_PIERE@TF_SPRINKLESAND,attack,149,1,500,0,5000,yes,target,always,0,,,,,,, +21391,ILL_ANT_EGG@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,,,,,,19, +21392,ILL_GIEARTH@HT_SANDMAN,idle,119,5,500,0,300000,yes,target,always,0,,,,,,29, +21392,ILL_GIEARTH@NPC_EMOTION,walk,197,1,2000,0,5000,yes,self,always,0,,,,,,8, +21392,ILL_GIEARTH@NPC_GROUNDATTACK,attack,185,5,2000,0,5000,yes,target,always,0,,,,,,, +21392,ILL_GIEARTH@TF_SPRINKLESAND,attack,149,1,500,0,5000,yes,target,always,0,,,,,,6, +21392,ILL_GIEARTH@RG_INTIMIDATE,attack,219,5,2000,0,60000,no,target,always,0,,,,,,, +21392,ILL_GIEARTH@BS_MAXIMIZE,attack,114,5,500,1000,5000,no,self,always,0,,,,,,, +21392,ILL_GIEARTH@BS_MAXIMIZE,chase,114,5,500,1000,5000,no,self,always,0,,,,,,, +21392,ILL_GIEARTH@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21393,ILL_FARMILIAR@NPC_BLINDATTACK,attack,177,1,500,0,5000,no,target,always,0,,,,,,, +21393,ILL_FARMILIAR@NPC_DARKNESSATTACK,attack,190,1,2000,0,5000,no,target,always,0,,,,,,, +21393,ILL_FARMILIAR@NPC_BLOODDRAIN,attack,199,1,500,0,5000,no,target,always,0,,,,,,2, +21393,ILL_FARMILIAR@NPC_WINDATTACK,attack,187,10,2000,0,5000,no,target,always,0,,,,,,, +21393,ILL_FARMILIAR@NPC_CRITICALSLASH,attack,170,1,500,0,5000,no,target,always,0,,,,,,, +21393,ILL_FARMILIAR@MG_LIGHTNINGBOLT,attack,20,10,3000,0,5000,no,target,always,0,,,,,,, +21393,ILL_FARMILIAR@NPC_GUIDEDATTACK,attack,172,10,1500,1000,3000,no,target,always,0,,,,,,, +21393,ILL_FARMILIAR@NPC_VAMPIRE_GIFT,attack,679,3,500,1000,5000,no,self,always,0,,,,,,, +21393,ILL_FARMILIAR@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21394,ILL_VITATA@AM_POTIONPITCHER,attack,231,2,10000,500,5000,yes,friend,friendhpltmaxrate,60,,,,,,5, +21394,ILL_VITATA@AM_POTIONPITCHER,attack,231,2,10000,500,5000,no,friend,myhpltmaxrate,30,,,,,,5, +21394,ILL_VITATA@AM_POTIONPITCHER,chase,231,2,10000,500,5000,yes,friend,friendhpltmaxrate,60,,,,,,5, +21394,ILL_VITATA@AM_POTIONPITCHER,chase,231,2,10000,500,5000,no,friend,myhpltmaxrate,30,,,,,,5, +21394,ILL_VITATA@NPC_GROUNDATTACK,attack,185,3,2000,0,5000,yes,target,always,0,,,,,,, +21394,ILL_VITATA@NPC_MAGICALATTACK,attack,192,3,5000,800,20000,no,target,always,0,,,,,,, +21394,ILL_VITATA@NPC_MAGICALATTACK,chase,192,3,5000,800,20000,no,target,always,0,,,,,,, +21394,ILL_VITATA@NPC_DARKBREATH,attack,202,3,1000,800,5000,no,target,always,0,,,,,,, +21394,ILL_VITATA@NPC_DARKBREATH,chase,202,3,1000,800,5000,no,target,always,0,,,,,,, +21394,ILL_VITATA@NPC_RANDOMATTACK,attack,183,5,2000,500,5000,no,target,always,0,,,,,,6, +21394,ILL_VITATA@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21395,ILL_MAYA@AL_HEAL,attack,28,11,10000,0,5000,no,friend,friendhpltmaxrate,60,,,,,,3, +21395,ILL_MAYA@AL_HEAL,attack,28,11,10000,0,5000,no,friend,myhpltmaxrate,30,,,,,,3, +21395,ILL_MAYA@AL_HEAL,chase,28,11,10000,0,5000,no,friend,friendhpltmaxrate,60,,,,,,3, +21395,ILL_MAYA@AL_HEAL,chase,28,11,10000,0,5000,no,friend,myhpltmaxrate,30,,,,,,3, +21395,ILL_MAYA@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21395,ILL_MAYA@AL_TELEPORT,idle,26,1,500,0,5000,yes,self,always,0,,,,,,, +21395,ILL_MAYA@AL_TELEPORT,walk,26,1,500,0,5000,yes,self,always,0,,,,,,, +21395,ILL_MAYA@NPC_WIDESILENCE2,chase,757,5,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,32, +21395,ILL_MAYA@NPC_WIDESILENCE2,attack,757,5,10000,1000,20000,no,target,myhpltmaxrate,80,,,,,,32, +21395,ILL_MAYA@KN_BRANDISHSPEAR,attack,57,10,2000,500,5000,no,target,always,0,,,,,,, +21395,ILL_MAYA@NPC_POWERUP,attack,349,5,10000,0,120000,yes,self,myhpltmaxrate,30,,,,,,6, +21395,ILL_MAYA@NPC_CALLSLAVE,attack,352,1,10000,0,30000,yes,self,always,0,,,,,,, +21395,ILL_MAYA@NPC_CALLSLAVE,idle,352,1,10000,0,30000,yes,self,always,0,,,,,,, +21395,ILL_MAYA@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,0,,,,,,6, +21395,ILL_MAYA@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,,18, +21395,ILL_MAYA@CR_AUTOGUARD,attack,249,10,500,0,5000,yes,self,always,0,,,,,,, +21395,ILL_MAYA@NPC_SUMMONSLAVE,attack,196,1,10000,700,10000,no,self,slavele,3,21386,21389,21390,,,, +21395,ILL_MAYA@NPC_SUMMONSLAVE,idle,196,1,10000,700,10000,no,self,slavele,3,21386,21389,21390,,,, +21395,ILL_MAYA@WZ_HEAVENDRIVE,attack,91,5,2000,0,5000,no,target,always,0,,,,,,, +21395,ILL_MAYA@WZ_HEAVENDRIVE,chase,91,5,2000,0,5000,no,target,always,0,,,,,,, +21395,ILL_MAYA@WZ_HEAVENDRIVE,chase,91,5,10000,0,5000,no,target,skillused,18,,,,,,, +21395,ILL_MAYA@NPC_CRITICALWOUND,attack,673,1,500,0,5000,yes,target,always,0,,,,,,, +21395,ILL_MAYA@NPC_IMMUNE_PROPERTY,chase,754,4,1500,1500,60000,no,self,casttargeted,0,,,,,,, +21395,ILL_MAYA@NPC_IMMUNE_PROPERTY,attack,754,1,1500,1500,60000,no,self,longrangeattacked,0,,,,,,, +21395,ILL_MAYA@NPC_DAMAGE_HEAL,attack,753,1,500,1500,120000,no,target,myhpltmaxrate,50,,,,,,32, +21395,ILL_MAYA@NPC_ALL_STAT_DOWN,attack,751,5,5000,1500,45000,no,target,always,0,,,,,,18, + +// Episode 18 +20846,MD_HIDDEN_GROUND01@NPC_GRADUAL_GRAVITY,idle,752,3,1000,0,5000,no,target,always,0,,,,,,, +20846,MD_HIDDEN_GROUND01@NPC_GRADUAL_GRAVITY,attack,752,3,1000,0,5000,no,target,always,0,,,,,,, +21295,EP18_ASH_TOAD@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21295,EP18_ASH_TOAD@NPC_GUIDEDATTACK,chase,172,3,2000,0,5000,yes,target,always,0,,,,,,, +21295,EP18_ASH_TOAD@NPC_POISONATTACK,attack,188,5,1000,0,5000,yes,target,always,0,,,,,,, +21295,EP18_ASH_TOAD@NPC_BLINDATTACK,chase,177,5,1000,500,5000,no,target,always,0,,,,,,, +21295,EP18_ASH_TOAD@NPC_BLINDATTACK,attack,177,3,1000,500,5000,no,target,always,0,,,,,,, +21296,EP18_RAKEHAND@NPC_GUIDEDATTACK,attack,172,3,2000,0,5000,yes,target,always,0,,,,,,, +21296,EP18_RAKEHAND@NPC_GROUNDATTACK,attack,185,3,500,500,5000,no,target,always,0,,,,,,12, +21296,EP18_RAKEHAND@NPC_STUNATTACK,attack,179,3,1000,500,5000,no,target,always,0,,,,,,11, +21296,EP18_RAKEHAND@RG_CLOSECONFINE,attack,1005,1,1000,0,30000,yes,target,always,0,,,,,,, +21297,EP18_SPARK@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21297,EP18_SPARK@MG_FIREBOLT,chase,19,3,2000,300,5000,no,target,always,0,,,,,,, +21297,EP18_SPARK@MG_FIREBALL,chase,17,3,5000,0,30000,yes,target,always,0,,,,,,, +21297,EP18_SPARK@NPC_GUIDEDATTACK,attack,172,3,2000,0,30000,yes,target,always,0,,,,,,, +21297,EP18_SPARK@MG_FIREBOLT,attack,19,3,1000,0,10000,yes,target,always,0,,,,,,, +21297,EP18_SPARK@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21297,EP18_SPARK@NPC_SELFDESTRUCTION,attack,173,1,10000,1000,0,no,self,myhpltmaxrate,30,,,,,,, +21297,EP18_SPARK@NPC_SELFDESTRUCTION,chase,173,1,2000,1000,0,no,self,myhpltmaxrate,30,,,,,,, +21298,EP18_HOT_MOLAR@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21298,EP18_HOT_MOLAR@NPC_COMBOATTACK,chase,171,3,5000,0,30000,yes,target,always,0,,,,,,, +21298,EP18_HOT_MOLAR@SM_BASH,attack,5,4,2000,0,5000,yes,target,always,0,,,,,,, +21298,EP18_HOT_MOLAR@NPC_GUIDEDATTACK,chase,172,3,2000,0,300000,yes,target,always,0,,,,,,, +21298,EP18_HOT_MOLAR@NPC_BLEEDING2,attack,764,3,2000,0,5000,yes,target,always,0,,,,,,, +21298,EP18_HOT_MOLAR@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21298,EP18_HOT_MOLAR@SM_MAGNUM,attack,7,5,5000,0,5000,yes,self,attackpcge,2,,,,,,, +21299,EP18_VOLCARING@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21299,EP18_VOLCARING@MG_FIREBOLT,chase,19,5,1000,500,30000,yes,target,always,0,,,,,,, +21299,EP18_VOLCARING@NPC_FIREATTACK,attack,186,3,2000,0,5000,yes,target,always,0,,,,,,, +21300,EP18_LAVA_TOAD@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21300,EP18_LAVA_TOAD@MG_FIREBOLT,chase,19,3,2000,0,30000,yes,target,always,0,,,,,,, +21300,EP18_LAVA_TOAD@NPC_CRITICALSLASH,attack,170,1,3000,0,10000,yes,target,always,0,,,,,,, +21300,EP18_LAVA_TOAD@SM_MAGNUM,attack,7,5,5000,0,5000,yes,self,attackpcge,2,,,,,,, +21300,EP18_LAVA_TOAD@RG_STRIPSHIELD,attack,216,3,3000,0,30000,yes,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_COMBOATTACK,idle,171,4,5000,0,5000,yes,target,always,0,,,,,,7, +21301,EP18_BURNING_FANG@NPC_GUIDEDATTACK,chase,172,5,5000,0,1000,yes,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_MOVE_COORDINATE,chase,755,1,5000,0,30000,no,target,always,0,,,,,,39, +21301,EP18_BURNING_FANG@NPC_CRITICALWOUND,attack,673,4,500,500,5000,no,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_MENTALBREAKER,attack,159,4,500,1500,5000,yes,target,always,0,,,,,,42, +21301,EP18_BURNING_FANG@NPC_CRITICALSLASH,attack,170,1,10000,0,30000,yes,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_MOVE_COORDINATE,attack,755,1,5000,0,60000,no,target,longrangeattacked,0,,,,,,39, +21301,EP18_BURNING_FANG@NPC_CURSEATTACK,attack,181,5,4000,0,30000,yes,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_STUNATTACK,attack,179,5,2000,0,30000,yes,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@HW_GANBANTEIN,attack,483,1,7000,0,60000,no,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_POWERUP,attack,349,3,3000,0,60000,yes,self,always,0,,,,,,, +21301,EP18_BURNING_FANG@RG_STRIPHELM,attack,218,5,1000,0,30000,yes,target,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_SUMMONSLAVE,idle,196,1,10000,1000,30000,no,self,slavele,3,,,,,,, +21301,EP18_BURNING_FANG@NPC_CALLSLAVE,idle,352,1,10000,0,30000,no,self,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_CALLSLAVE,attack,352,1,10000,0,30000,no,self,always,0,,,,,,, +21301,EP18_BURNING_FANG@NPC_SUMMONSLAVE,attack,196,1,10000,700,10000,no,self,slavele,3,,,,,,, +21302,EP18_ASHHOPPER@NPC_EMOTION,chase,197,1,500,0,30000,yes,self,always,0,0x0091,,,,,19, +21302,EP18_ASHHOPPER@NPC_EMOTION,idle,197,1,2000,0,30000,yes,self,always,0,0x3885,,,,,44, +21302,EP18_ASHHOPPER@NPC_GUIDEDATTACK,chase,172,3,3000,500,30000,yes,target,always,0,,,,,,, +21302,EP18_ASHHOPPER@NPC_POISONATTACK,attack,188,5,1000,0,5000,yes,target,always,0,,,,,,, +21302,EP18_ASHHOPPER@NPC_POISON_BUSTER,attack,742,1,2000,1500,30000,no,self,always,0,,,,,,, +21302,EP18_ASHHOPPER@NPC_CLOUD_KILL,attack,739,3,2000,500,15000,no,target,always,0,,,,,,, +21302,EP18_ASHHOPPER@MO_BODYRELOCATION,chase,264,1,2000,500,5000,yes,target,always,0,,,,,,28, +21303,EP18_ASHRING@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,,, +21303,EP18_ASHRING@NPC_POISONATTACK,attack,188,3,2000,0,5000,yes,target,always,0,,,,,,, +21303,EP18_ASHRING@NPC_AGIUP,chase,350,1,1000,0,30000,yes,self,always,0,,,,,,, +21303,EP18_ASHRING@WZ_QUAGMIRE,chase,92,2,500,0,30000,yes,target,always,0,,,,,,6, +21304,EP18_GREY_WOLF@NPC_POISONATTACK,chase,188,3,2000,0,5000,yes,target,always,0,,,,,,, +21304,EP18_GREY_WOLF@NPC_COMBOATTACK,attack,171,3,2000,200,5000,yes,target,always,0,,,,,,, +21304,EP18_GREY_WOLF@NPC_COMBOATTACK,chase,171,3,2000,200,5000,yes,target,always,0,,,,,,, +21304,EP18_GREY_WOLF@NPC_STUNATTACK,attack,179,3,2000,0,5000,yes,target,always,0,,,,,,, +21304,EP18_GREY_WOLF@NPC_STUNATTACK,attack,179,3,2000,0,5000,yes,target,always,0,,,,,,, +21305,EP18_TUMBLE_RING@AL_TELEPORT,idle,26,3,7000,0,5000,yes,self,rudeattacked,0,,,,,,, +21305,EP18_TUMBLE_RING@NPC_CRITICALWOUND,attack,673,1,1000,300,5000,no,target,always,0,,,,,,, +21305,EP18_TUMBLE_RING@NPC_POISONATTACK,attack,188,2,2000,500,15000,no,target,always,0,,,,,,9, +21305,EP18_TUMBLE_RING@NPC_CLOUD_KILL,attack,739,5,2000,0,15000,yes,target,always,0,,,,,,, +21305,EP18_TUMBLE_RING@NPC_AGIUP,chase,350,10,2000,0,100000,yes,self,longrangeattacked,0,,,,,,, +21306,EP18_FIREWIND_KITE@AL_TELEPORT,idle,26,3,7000,0,5000,yes,self,rudeattacked,0,,,,,,, +21306,EP18_FIREWIND_KITE@MG_FIREBOLT,idle,19,5,5000,300,5000,no,target,always,0,,,,,,, +21306,EP18_FIREWIND_KITE@NPC_WINDATTACK,chase,187,5,2000,300,5000,yes,target,always,0,,,,,,, +21306,EP18_FIREWIND_KITE@NPC_FIREATTACK,chase,186,5,3000,300,5000,yes,target,always,0,,,,,,9, +21306,EP18_FIREWIND_KITE@NPC_CRITICALSLASH,attack,170,4,2000,500,15000,no,target,always,0,,,,,,9, +21307,EP18_PHANTOM_WOLF@NPC_GUIDEDATTACK,chase,172,2,5000,0,60000,yes,target,always,0,,,,,,, +21307,EP18_PHANTOM_WOLF@NPC_CRITICALSLASH,attack,170,1,500,300,30000,yes,target,always,0,,,,,,9, +21307,EP18_PHANTOM_WOLF@AS_CLOAKING,idle,135,1,1000,300,30000,yes,self,always,0,,,,,,9, +21307,EP18_PHANTOM_WOLF@AS_GRIMTOOTH,chase,137,5,5000,0,5000,yes,target,always,0,,,,,,, +21307,EP18_PHANTOM_WOLF@ASC_METEORASSAULT,attack,406,8,3000,0,10000,yes,self,always,0,,,,,,, +21307,EP18_PHANTOM_WOLF@ASC_BREAKER,chase,379,10,2000,0,5000,yes,target,always,0,,,,,,, +21308,EP18_MD_HEARTHUNTER_A@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21308,EP18_MD_HEARTHUNTER_A@TF_SPRINKLESAND,attack,149,1,2000,300,30000,yes,target,always,0,,,,,,, +21308,EP18_MD_HEARTHUNTER_A@NPC_CRITICALSLASH,chase,170,1,3000,0,10000,yes,target,always,0,,,,,,, +21308,EP18_MD_HEARTHUNTER_A@SM_MAGNUM,attack,7,5,5000,0,5000,yes,self,attackpcge,2,,,,,,, +21308,EP18_MD_HEARTHUNTER_A@RG_STRIPSHIELD,attack,216,3,3000,0,60000,yes,target,always,0,,,,,,, +21309,EP18_MD_THOR_GUARD@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21309,EP18_MD_THOR_GUARD@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21309,EP18_MD_THOR_GUARD@SM_PROVOKE,chase,6,10,2000,100,10000,yes,target,always,0,,,,,,3, +21309,EP18_MD_THOR_GUARD@NPC_CURSEATTACK,attack,181,5,1000,300,5000,no,target,always,0,,,,,,, +21309,EP18_MD_THOR_GUARD@CR_AUTOGUARD,attack,249,3,3000,0,300000,no,self,always,0,,,,,,, +21310,EP18_MD_GUARD_A@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21310,EP18_MD_GUARD_A@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21310,EP18_MD_GUARD_A@SM_PROVOKE,chase,6,10,2000,100,10000,yes,target,always,0,,,,,,3, +21310,EP18_MD_GUARD_A@NPC_CURSEATTACK,attack,181,5,1000,300,5000,no,target,always,0,,,,,,, +21310,EP18_MD_GUARD_A@CR_AUTOGUARD,attack,249,3,3000,0,300000,no,self,always,0,,,,,,, +21310,EP18_MD_GUARD_A@NPC_STUNATTACK,attack,179,1,500,500,5000,no,target,always,0,,,,,,9, +21311,EP18_MD_GUARD_B@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21311,EP18_MD_GUARD_B@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21311,EP18_MD_GUARD_B@SM_PROVOKE,chase,6,10,2000,100,10000,yes,target,always,0,,,,,,3, +21311,EP18_MD_GUARD_B@NPC_CURSEATTACK,attack,181,5,1000,300,5000,no,target,always,0,,,,,,, +21311,EP18_MD_GUARD_B@CR_AUTOGUARD,attack,249,3,3000,0,300000,no,self,always,0,,,,,,, +21311,EP18_MD_GUARD_B@NPC_STUNATTACK,attack,179,1,500,500,5000,no,target,always,0,,,,,,9, +21312,EP18_MD_HEARTHUNTER_R@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21312,EP18_MD_HEARTHUNTER_R@TF_SPRINKLESAND,attack,149,1,2000,300,30000,yes,target,always,0,,,,,,, +21312,EP18_MD_HEARTHUNTER_R@NPC_CRITICALSLASH,chase,170,1,3000,0,10000,yes,target,always,0,,,,,,, +21312,EP18_MD_HEARTHUNTER_R@SM_MAGNUM,attack,7,5,5000,0,5000,yes,self,attackpcge,2,,,,,,, +21312,EP18_MD_HEARTHUNTER_R@RG_STRIPSHIELD,attack,216,3,3000,0,60000,yes,target,always,0,,,,,,, +21313,EP18_MD_HEARTHUNTER_F@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21313,EP18_MD_HEARTHUNTER_F@NPC_EMOTION,chase,197,1,500,0,30000,yes,self,always,0,0x0091,,,,,19, +21313,EP18_MD_HEARTHUNTER_F@NPC_BLINDATTACK,chase,177,3,1000,0,5000,yes,target,always,0,,,,,,39, +21313,EP18_MD_HEARTHUNTER_F@HT_BLASTMINE,idle,122,3,2000,500,180000,no,target,always,0,,,,,,, +21313,EP18_MD_HEARTHUNTER_F@NPC_COMBOATTACK,attack,171,2,3000,500,15000,yes,target,always,0,,,,,,, +21313,EP18_MD_HEARTHUNTER_F@NPC_EMOTION,idle,197,1,2000,0,30000,yes,self,always,0,0x2085,,,,,44, +21313,EP18_MD_HEARTHUNTER_F@TF_SPRINKLESAND,attack,149,1,3000,0,30000,yes,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_TELEKINESISATTACK,attack,191,2,3000,0,5000,yes,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_POWERUP,attack,349,3,5000,0,30000,yes,self,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_DARKSTRIKE,chase,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_DARKSTRIKE,attack,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_WIDESTONE2,attack,759,3,3000,500,30000,no,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@MG_THUNDERSTORM,attack,21,5,7000,500,30000,no,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@MG_LIGHTNINGBOLT,chase,20,6,3000,300,5000,no,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_WIDECONFUSE2,attack,762,3,3000,500,30000,no,target,always,0,,,,,,, +21314,EP18_MD_SCHULANG@NPC_CHANGEWIND,attack,165,1,3000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21314,EP18_MD_SCHULANG@NPC_CHANGEHOLY,attack,167,1,5000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21314,EP18_MD_SCHULANG@NPC_CHANGETELEKINESIS,attack,169,1,1000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21314,EP18_MD_SCHULANG@WZ_VERMILION,chase,85,3,5000,500,60000,no,target,myhpltmaxrate,70,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_DARKNESSATTACK,attack,190,4,3000,0,5000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_DARKSTRIKE,attack,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_EARTHQUAKE,attack,653,4,2000,500,30000,yes,self,always,0,,,,,,6, +21315,EP18_MD_DEMI_FREYJA@NPC_POWERUP,attack,349,3,5000,0,30000,yes,self,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_DARKSTRIKE,chase,340,4,3000,200,15000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_DARKSTRIKE,attack,340,6,3000,200,15000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_WIDESTONE2,attack,759,5,3000,500,30000,no,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_WIDECONFUSE2,attack,762,5,3000,500,30000,no,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_WIDECURSE2,attack,761,3,3000,500,60000,no,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_HELLJUDGEMENT2,attack,768,5,1000,500,120000,yes,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_CHANGEDARKNESS,attack,168,1,1000,0,120000,yes,self,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_CHANGEHOLY,attack,167,1,3000,0,120000,yes,self,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_CANE_OF_EVIL_EYE,chase,780,3,8000,300,30000,no,target,always,0,,,,,,, +21315,EP18_MD_DEMI_FREYJA@NPC_CANE_OF_EVIL_EYE,attack,780,5,7000,300,30000,yes,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_TELEKINESISATTACK,attack,191,2,3000,0,5000,yes,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_POWERUP,attack,349,3,5000,0,30000,yes,self,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_DARKSTRIKE,chase,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_DARKSTRIKE,attack,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_WIDESTONE2,attack,759,3,3000,500,30000,no,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@MG_THUNDERSTORM,attack,21,5,7000,500,30000,no,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@MG_LIGHTNINGBOLT,chase,20,6,3000,300,5000,no,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_WIDECONFUSE2,attack,762,3,3000,500,30000,no,target,always,0,,,,,,, +21316,EP18_MD_SCHULANG_R@NPC_CHANGEWIND,attack,165,1,3000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21316,EP18_MD_SCHULANG_R@NPC_CHANGEHOLY,attack,167,1,5000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21316,EP18_MD_SCHULANG_R@NPC_CHANGETELEKINESIS,attack,169,1,1000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21316,EP18_MD_SCHULANG_R@WZ_VERMILION,chase,85,3,5000,500,60000,no,target,myhpltmaxrate,70,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_DARKNESSATTACK,attack,190,4,3000,0,5000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_DARKSTRIKE,attack,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_EARTHQUAKE,attack,653,4,2000,500,30000,yes,self,always,0,,,,,,6, +21317,EP18_MD_DEMI_FREYJA_R@NPC_POWERUP,attack,349,3,5000,0,30000,yes,self,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_DARKSTRIKE,chase,340,4,3000,200,15000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_DARKSTRIKE,attack,340,6,3000,200,15000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_WIDESTONE2,attack,759,5,3000,500,30000,no,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_WIDECONFUSE2,attack,762,5,3000,500,30000,no,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_WIDECURSE2,attack,761,3,3000,500,60000,no,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_HELLJUDGEMENT2,attack,768,5,1000,500,120000,yes,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_CHANGEDARKNESS,attack,168,1,1000,0,120000,yes,self,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_CHANGEHOLY,attack,167,1,3000,0,120000,yes,self,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_CANE_OF_EVIL_EYE,chase,780,3,8000,300,30000,no,target,always,0,,,,,,, +21317,EP18_MD_DEMI_FREYJA_R@NPC_CANE_OF_EVIL_EYE,attack,780,5,7000,300,30000,yes,target,always,0,,,,,,, +21318,EP18_MD_SANARE_R@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,, +21318,EP18_MD_SANARE_R@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,12, +21318,EP18_MD_SANARE_R@NPC_EMOTION,chase,197,1,500,0,30000,yes,self,always,0,0x0091,,,,,19, +21318,EP18_MD_SANARE_R@AL_HEAL,idle,28,9,7000,500,5000,yes,friend,myhpltmaxrate,50,,,,,,3, +21318,EP18_MD_SANARE_R@NPC_EMOTION,idle,197,1,2000,0,30000,yes,self,always,0,0x3885,,,,,14, +21318,EP18_MD_SANARE_R@AL_HEAL,attack,28,9,7000,500,15000,yes,friend,always,0,,,,,,3, +21318,EP18_MD_SANARE_R@NPC_DARKCROSS,attack,338,5,3000,500,15000,yes,target,always,0,,,,,,, +21318,EP18_MD_SANARE_R@AL_HOLYLIGHT,chase,156,1,3000,300,15000,yes,target,always,0,,,,,,, +21318,EP18_MD_SANARE_R@NPC_HOLYATTACK,chase,189,3,4000,500,15000,yes,target,always,0,,,,,,, +21318,EP18_MD_SANARE_R@AL_HEAL,idle,28,9,10000,700,3000,yes,friend,friendhpltmaxrate,50,,,,,,, +21323,EP18_GREY_GOAT@BS_ADRENALINE,attack,111,10,500,1500,300000,no,self,always,0,,,,,,6, +21323,EP18_GREY_GOAT@BS_ADRENALINE,chase,111,10,500,1500,300000,no,self,always,0,,,,,,6, +21323,EP18_GREY_GOAT@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,0x1089,,,,,19, +21323,EP18_GREY_GOAT@NPC_SPLASHATTACK,attack,174,1,2000,0,5000,yes,target,attackpcge,2,,,,,,, +21323,EP18_GREY_GOAT@NPC_STUNATTACK,attack,179,3,500,1500,5000,no,target,always,0,,,,,,6, +21323,EP18_GREY_GOAT@NPC_CRITICALWOUND,attack,673,1,500,0,5000,yes,target,always,0,,,,,,, +21323,EP18_GREY_GOAT@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,, +21323,EP18_GREY_GOAT@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,12, +21324,EP18_GREY_WOLF_BABY@NPC_PROVOCATION,chase,194,1,200,0,5000,yes,target,always,0,,,,,,19, +21324,EP18_GREY_WOLF_BABY@NPC_STUNATTACK,attack,179,3,2000,500,5000,no,target,always,0,,,,,,19, +21324,EP18_GREY_WOLF_BABY@NPC_CRITICALWOUND,attack,673,5,2000,300,10000,no,target,always,0,,,,,,, +21324,EP18_GREY_WOLF_BABY@NPC_GUIDEDATTACK,attack,172,4,1500,300,10000,yes,target,always,0,,,,,,, +21324,EP18_GREY_WOLF_BABY@AL_TELEPORT,chase,26,1,3000,0,300000,yes,self,mobnearbygt,23,,,,,,, +21324,EP18_GREY_WOLF_BABY@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,0,,,,,,12, +21360,EP18_MD_SCHULANG_L@NPC_TELEKINESISATTACK,attack,191,2,3000,0,5000,yes,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@NPC_POWERUP,attack,349,3,5000,0,30000,yes,self,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@NPC_DARKSTRIKE,chase,340,3,3000,200,15000,yes,target,always,0,,,,,,, +// 21360,EP18_MD_SCHULANG_L@NPC_DEADLYCURSE2,attack,779,5,5000,1000,30000,no,self,always,0,,,,,,55, +21360,EP18_MD_SCHULANG_L@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@NPC_DARKSTRIKE,attack,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@NPC_WIDESTONE2,attack,759,3,3000,500,30000,no,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@MG_THUNDERSTORM,attack,21,5,7000,500,30000,no,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@MG_LIGHTNINGBOLT,chase,20,6,3000,300,5000,no,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@NPC_WIDECONFUSE2,attack,762,3,3000,500,30000,no,target,always,0,,,,,,, +21360,EP18_MD_SCHULANG_L@NPC_CHANGEWIND,attack,165,1,3000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21360,EP18_MD_SCHULANG_L@NPC_CHANGEHOLY,attack,167,1,5000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21360,EP18_MD_SCHULANG_L@NPC_CHANGETELEKINESIS,attack,169,1,1000,300,120000,yes,self,myhpltmaxrate,50,,,,,,47, +21360,EP18_MD_SCHULANG_L@WZ_VERMILION,chase,85,3,5000,500,60000,no,target,myhpltmaxrate,70,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_DARKNESSATTACK,attack,190,4,3000,0,5000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_DARKSTRIKE,attack,340,3,3000,200,15000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_EARTHQUAKE,attack,653,4,2000,500,30000,yes,self,always,0,,,,,,6, +21361,EP18_MD_DEMI_FREYJA_L@NPC_POWERUP,attack,349,3,5000,0,30000,yes,self,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_DARKSTRIKE,chase,340,4,3000,200,15000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_BLOODDRAIN,attack,199,1,2000,0,10000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_DARKSTRIKE,attack,340,6,3000,200,15000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_WIDESTONE2,attack,759,5,3000,500,30000,no,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_WIDECONFUSE2,attack,762,5,3000,500,30000,no,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_WIDECURSE2,attack,761,3,3000,500,60000,no,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_HELLJUDGEMENT2,attack,768,5,1000,500,120000,yes,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_CHANGEDARKNESS,attack,168,1,1000,0,120000,yes,self,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_CHANGEHOLY,attack,167,1,3000,0,120000,yes,self,always,0,,,,,,, +// 21361,EP18_MD_DEMI_FREYJA_L@NPC_DEADLYCURSE2,attack,779,5,5000,1000,30000,no,self,always,0,,,,,,55, +21361,EP18_MD_DEMI_FREYJA_L@NPC_CANE_OF_EVIL_EYE,chase,780,3,8000,300,30000,no,target,always,0,,,,,,, +21361,EP18_MD_DEMI_FREYJA_L@NPC_CANE_OF_EVIL_EYE,attack,780,5,7000,300,30000,yes,target,always,0,,,,,,, diff --git a/db/re/pet_db.yml b/db/re/pet_db.yml index 99431bd232..04038d0184 100644 --- a/db/re/pet_db.yml +++ b/db/re/pet_db.yml @@ -1,5 +1,5 @@ # This file is a part of rAthena. -# Copyright(C) 2021 rAthena Development Team +# Copyright(C) 2024 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify @@ -66,12 +66,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bLuk,3; - bonus bCritical,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bLuk,2; - bonus bCritical,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritical,1; + bonus bLuk,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritical,1; + bonus bLuk,3; } Evolution: - Target: MASTERING @@ -80,7 +81,6 @@ Body: Amount: 10 - Item: Unripe_Apple Amount: 3 - - Mob: DROPS TameItem: Orange_Juice EggItem: Drops_Egg @@ -92,12 +92,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHit,5; - bonus bAtk,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHit,3; - bonus bAtk,3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bBaseAtk,3; + bonus bHit,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bBaseAtk,5; + bonus bHit,5; } Evolution: - Target: DR_EGGRING @@ -131,12 +132,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bLuk,3; - bonus2 bSubEle,Ele_Poison,15; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bLuk,2; - bonus2 bSubEle,Ele_Poison,10; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubEle,Ele_Poison,10; + bonus bLuk,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubEle,Ele_Poison,15; + bonus bLuk,3; } - Mob: LUNATIC TameItem: Rainbow_Carrot @@ -150,16 +152,17 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCritical,3; - bonus bAtk,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCritical,2; - bonus bAtk,2; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritical,2; + bonus bBaseAtk,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritical,3; + bonus bBaseAtk,3; } Evolution: - Target: DR_LUNATIC - ItemRequirements: + ItemRequirements: - Item: Great_Leaf Amount: 100 - Item: Clover @@ -179,12 +182,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bStr,2; - bonus bAtk,8; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bStr,1; - bonus bAtk,5; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bBaseAtk,5; + bonus bStr,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bBaseAtk,8; + bonus bStr,2; } - Mob: CHONCHON TameItem: Rotten_Fish @@ -197,12 +201,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAgi,2; - bonus bFlee,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAgi,1; - bonus bFlee,2; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bAgi,1; + bonus bFlee,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bAgi,2; + bonus bFlee,3; } - Mob: STEEL_CHONCHON TameItem: Lusty_Iron @@ -215,10 +220,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bFlee,9; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bFlee,6; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bFlee,6; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bFlee,9; } - Mob: HUNTER_FLY TameItem: Monster_Juice @@ -231,11 +237,12 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bFlee2,2; - bonus bHit,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bFlee2,2; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bFlee2,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bFlee2,2; + bonus bHit,1; } - Mob: SAVAGE_BABE TameItem: Sweet_Milk @@ -249,12 +256,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bVit,2; - bonus bMaxHP,75; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bVit,1; - bonus bMaxHP,50; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bVit,1; + bonus bMaxHP,50; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bVit,2; + bonus bMaxHP,75; } Evolution: - Target: SAVAGE @@ -279,13 +287,25 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bInt,2; - bonus bMaxSP,75; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bInt,1; - bonus bMaxSP,50; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bInt,1; + bonus bMaxSP,50; } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bInt,2; + bonus bMaxSP,75; + } + Evolution: + - Target: DESERT_WOLF + ItemRequirements: + - Item: Well_Dried_Bone + Amount: 3 + - Item: Desert_Wolf_Card + Amount: 1 + - Item: Claw_Of_Desert_Wolf + Amount: 300 + - Item: Animal's_Skin + Amount: 20 - Mob: ROCKER TameItem: Singing_Flower EggItem: Rocker_Egg @@ -298,12 +318,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHPrecovRate,6; - bonus bMaxHP,38; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHPrecovRate,5; - bonus bMaxHP,25; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bHPrecovRate,5; + bonus bMaxHP,25; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bHPrecovRate,8; + bonus bMaxHP,38; } Evolution: - Target: METALLER @@ -328,10 +349,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHit,8; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHit,5; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bHit,5; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bHit,8; } - Mob: POISON_SPORE TameItem: Deadly_Noxious_Herb @@ -345,12 +367,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bStr,2; - bonus bInt,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bStr,1; - bonus bInt,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bStr,1; + bonus bInt,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bStr,2; + bonus bInt,2; } - Mob: PECOPECO TameItem: Fatty_Chubby_Earthworm @@ -363,10 +386,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHP,200; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHP,150; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMaxHP,150; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMaxHP,200; } Evolution: - Target: GRAND_PECO @@ -392,12 +416,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAgi,2; - bonus bFlee2,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAgi,1; - bonus bFlee2,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bFlee2,1; + bonus bAgi,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bFlee2,1; + bonus bAgi,2; } - Mob: YOYO TameItem: Tropical_Banana @@ -410,10 +435,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCritical,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCritical,3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritical,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritical,5; } Evolution: - Target: CHOCO @@ -437,10 +463,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAtk,15; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAtk,10; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bBaseAtk,10; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bBaseAtk,15; } Evolution: - Target: HIGH_ORC @@ -467,12 +494,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bInt,2; - bonus bDef,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bInt,1; - bonus bDef,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bDef,1; + bonus bInt,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bDef,2; + bonus bInt,2; } - Mob: DOKEBI TameItem: Old_Broom @@ -486,10 +514,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMatkRate,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMatkRate,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMatkRate,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMatkRate,2; } Evolution: - Target: AM_MUT @@ -514,12 +543,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bStr,2; - bonus bDex,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bStr,1; - bonus bDex,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bStr,1; + bonus bDex,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bStr,2; + bonus bDex,2; } - Mob: ISIS TameItem: Armlet_Of_Obedience @@ -533,22 +563,23 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAtkRate,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAtkRate,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddClass,Class_All,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddClass,Class_All,2; } Evolution: - Target: LITTLE_ISIS ItemRequirements: - Item: Armlet_Of_Obedience Amount: 3 - - Item: Crystal_Jewel__ - Amount: 6 - Item: Queen's_Hair_Ornament Amount: 1 - Item: Shining_Scales Amount: 300 + - Item: Crystal_Jewel__ + Amount: 6 - Mob: PETIT TameItem: Shining_Stone EggItem: Green_Petite_Egg @@ -561,11 +592,12 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAgi,1; - bonus bAspdRate,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAspdRate,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bAspdRate,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bAspdRate,1; + bonus bAgi,1; } Evolution: - Target: DELETER_2 @@ -590,14 +622,15 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bMatkRate,1; - bonus bAtkRate,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMatkRate,1; - bonus bAtkRate,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddClass,Class_All,1; + bonus bMatkRate,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddClass,Class_All,1; + bonus bMatkRate,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; } Evolution: - Target: DIABOLIC2 @@ -622,15 +655,27 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bDef,2; - bonus bMdef,2; - bonus2 bResEff,Eff_Stun,-200; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bDef,1; - bonus bMdef,1; - bonus2 bResEff,Eff_Stun,-100; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bResEff,Eff_Stun,100; + bonus bMdef,1; + bonus bDef,1; } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bResEff,Eff_Stun,200; + bonus bMdef,2; + bonus bDef,2; + } +# Evolution: +# - Target: ILL_BAPHOMET_J +# ItemRequirements: +# - Item: Chaos_Ba_Jr_Card +# Amount: 1 +# - Item: Evil_Horn +# Amount: 300 +# - Item: Brigan +# Amount: 300 +# - Item: Yellow_Herb +# Amount: 100 - Mob: BON_GUN TameItem: Heart_Of_Her EggItem: Bongun_Egg @@ -642,12 +687,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bVit,2; - bonus2 bResEff,Eff_Stun,200; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bVit,1; - bonus2 bResEff,Eff_Stun,100; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bResEff,Eff_Stun,100; + bonus bVit,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bResEff,Eff_Stun,200; + bonus bVit,2; } Evolution: - Target: HYEGUN @@ -671,16 +717,17 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bAddRace,RC_Demihuman,3; - bonus2 bMagicAddRace,RC_DemiHuman,3; - bonus2 bAddRace,RC_Player_Human,3; - bonus2 bMagicAddRace,RC_Player_Human,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bAddRace,RC_Demihuman,2; - bonus2 bMagicAddRace,RC_DemiHuman,2; - bonus2 bAddRace,RC_Player_Human,2; - bonus2 bMagicAddRace,RC_Player_Human,2; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddRace,RC_DemiHuman,2; + bonus2 bMagicAddRace,RC_DemiHuman,2; + bonus2 bAddRace,RC_Player_Human,2; + bonus2 bMagicAddRace,RC_Player_Human,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddRace,RC_DemiHuman,3; + bonus2 bMagicAddRace,RC_DemiHuman,3; + bonus2 bAddRace,RC_Player_Human,3; + bonus2 bMagicAddRace,RC_Player_Human,3; } - Mob: ALICE TameItem: Sway_Apron @@ -693,14 +740,15 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMdef,2; - bonus2 bSubRace,RC_DemiHuman,2; - bonus2 bSubRace,RC_Player_Human,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMdef,1; - bonus2 bSubRace,RC_DemiHuman,1; - bonus2 bSubRace,RC_Player_Human,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus bMdef,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + bonus bMdef,2; } Evolution: - Target: ALIZA @@ -722,10 +770,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bSubEle,Ele_Neutral,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bSubEle,Ele_Neutral,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubEle,Ele_Neutral,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubEle,Ele_Neutral,2; } - Mob: GOBLINE_XMAS TameItem: Sweet_Candy_Striper @@ -738,14 +787,15 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHP,45; - bonus2 bSubEle,Ele_Water,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHP,30; - bonus2 bSubEle,Ele_Water,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubEle,Ele_Water,1; + bonus bMaxHP,30; } - - Mob: CHUNG_E + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubEle,Ele_Water,2; + bonus bMaxHP,45; + } + - Mob: CHUNG_E_ TameItem: Tantanmen EggItem: Chung_E_Egg FoodItem: Bun_ @@ -756,14 +806,15 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bDef,2; - bonus2 bSubRace,RC_DemiHuman,2; - bonus2 bSubRace,RC_Player_Human,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bDef,1; - bonus2 bSubRace,RC_DemiHuman,1; - bonus2 bSubRace,RC_Player_Human,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubRace,RC_DemiHuman,1; + bonus2 bSubRace,RC_Player_Human,1; + bonus bDef,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubRace,RC_DemiHuman,2; + bonus2 bSubRace,RC_Player_Human,2; + bonus bDef,2; } - Mob: ECLIPSE_P EggItem: Spring_Rabbit_Egg @@ -823,22 +874,23 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAgi,4; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAgi,3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bAgi,3; } -# Evolution: -# - Target: WANDER_MAN_H -# ItemRequirements: -# - Item: Skull -# Amount: 500 -# - Item: Sacred_Marks -# Amount: 50 -# - Item: Transparent_Cloth -# Amount: 100 -# - Item: Wander_Man_Card -# Amount: 1 + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bAgi,4; + } + Evolution: + - Target: WANDER_MAN_H + ItemRequirements: + - Item: Skull + Amount: 500 + - Item: Sacred_Marks + Amount: 50 + - Item: Transparent_Cloth + Amount: 100 + - Item: Wander_Man_Card + Amount: 1 - Mob: P_CHUNG_E EggItem: New_Year_Doll_Egg FoodItem: Mojji @@ -858,11 +910,23 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHP,150; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHP,100; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMaxHP,100; } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMaxHP,150; + } + Evolution: + - Target: FIRE_GOLEM + ItemRequirements: + - Item: Stone_Heart + Amount: 500 + - Item: Magical_Lithography + Amount: 3 + - Item: Fire_Golem_Card + Amount: 1 + - Item: Boody_Red + Amount: 20 - Mob: MARIONETTE TameItem: Delicious_Shaved_Ice EggItem: Marionette_Egg @@ -874,7 +938,7 @@ Body: SpecialPerformance: false Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { petautobonus "{ bonus2 bSubEle,Ele_Neutral,2; heal 100,0; }",100,5000,BF_SHORT|BF_NORMAL; } else if (.@i >= PET_INTIMATE_CORDIAL) { @@ -892,12 +956,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bVit,2; - bonus2 bResEff,Eff_Stone,800; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bVit,1; - bonus2 bResEff,Eff_Stone,500; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bResEff,Eff_Stone,500; + bonus bVit,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bResEff,Eff_Stone,800; + bonus bVit,2; } - Mob: WHISPER TameItem: Fit_Pipe @@ -909,14 +974,13 @@ Body: CaptureRate: 500 SpecialPerformance: false Script: > - .@i = getpetinfo(PETINFO_INTIMATE); - - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bFlee,10; - skill "TF_HIDING",1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bFlee,7; - skill "TF_HIDING",1; + if (getpetinfo(PETINFO_INTIMATE) == PET_INTIMATE_LOYAL) { + skill "TF_HIDING",1; + bonus bFlee,10; + } + else { + skill "TF_HIDING",1; + bonus bFlee,7; } - Mob: GOBLIN_LEADER TameItem: Staff_Of_Leader @@ -930,12 +994,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bAddRace,RC_DemiHuman,5; - bonus2 bAddRace,RC_Player_Human,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bAddRace,RC_DemiHuman,3; - bonus2 bAddRace,RC_Player_Human,3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddRace,RC_DemiHuman,3; + bonus2 bAddRace,RC_Player_Human,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bAddRace,RC_Player_Human,5; } - Mob: SUCCUBUS TameItem: Boy's_Naivety @@ -949,11 +1014,12 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bHPDrainRate,30,5; - bonus bMaxHPrate,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bHPDrainRate,30,5; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bHPDrainRate,30,5; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bHPDrainRate,30,5; + bonus bMaxHPrate,1; } - Mob: INCUBUS TameItem: Gril's_Naivety @@ -965,14 +1031,13 @@ Body: CaptureRate: 50 SpecialPerformance: false Script: > - .@i = getpetinfo(PETINFO_INTIMATE); - - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxSPRate,5; - bonus2 bSPDrainRate,30,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxSPRate,3; - bonus2 bSPDrainRate,30,1; + if (getpetinfo(PETINFO_INTIMATE) == PET_INTIMATE_LOYAL) { + bonus2 bSPDrainRate,30,1; + bonus bMaxSPrate,5; + } + else { + bonus2 bSPDrainRate,30,1; + bonus bMaxSPrate,3; } - Mob: NIGHTMARE_TERROR TameItem: Hell_Contract @@ -986,23 +1051,23 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bResEff,Eff_Sleep,10000; - bonus bInt,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bResEff,Eff_Sleep,10000; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bResEff,Eff_Sleep,10000; } -# Evolution: -# - Target: NIGHTMARE_TERROR_H -# ItemRequirements: -# - Item: Burning_Horse_Shoe -# Amount: 500 -# - Item: Blue_Herb -# Amount: 100 -# - Item: Shell -# Amount: 100 -# - Item: Nightmare_Card -# Amount: 1 + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bInt,1; + } + Evolution: + - Target: NIGHTMARE_TERROR_H + ItemRequirements: + - Item: Burning_Horse_Shoe + Amount: 500 + - Item: Blue_Herb + Amount: 100 + - Item: Shell + Amount: 100 + - Item: Nightmare_Terror_Card + Amount: 1 - Mob: SHINOBI TameItem: Kuloren EggItem: Shinobi_Egg @@ -1015,10 +1080,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAgi,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAgi,2; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bAgi,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bAgi,3; } - Mob: MIYABI_NINGYO TameItem: Gril_Doll @@ -1032,12 +1098,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bInt,2; - bonus bCastrate,-5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bInt,1; - bonus bCastrate,-3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bVariableCastrate,-3; + bonus bInt,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bVariableCastrate,-5; + bonus bInt,2; } - Mob: WICKED_NYMPH TameItem: Charming_Lotus @@ -1051,13 +1118,25 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxSP,45; - bonus bSPrecovRate,8; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxSP,30; - bonus bSPrecovRate,5; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bSPrecovRate,5; + bonus bMaxSP,30; } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bSPrecovRate,8; + bonus bMaxSP,45; + } +# Evolution: +# - Target: BACSOJIN2 +# ItemRequirements: +# - Item: Mightysoul_Essence +# Amount: 30 +# - Item: Civil_Servant_Card +# Amount: 10 +# - Item: Li_Me_Mang_Ryang_Card +# Amount: 10 +# - Item: Dancing_Dragon_Card +# Amount: 10 - Mob: STONE_SHOOTER TameItem: Oilpalm_Coconut EggItem: Stone_Shooter_Egg @@ -1070,10 +1149,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bSubEle,Ele_Fire,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bSubEle,Ele_Fire,3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubEle,Ele_Fire,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubEle,Ele_Fire,5; } - Mob: DULLAHAN TameItem: Luxury_Whisky_Bottle @@ -1087,10 +1167,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCritAtkRate,8; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCritAtkRate,5; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritAtkRate,5; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritAtkRate,8; } - Mob: LOLI_RURI TameItem: Very_Red_Juice @@ -1104,13 +1185,25 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHPRate,5; - bonus3 bAutoSpellWhenHit,"AL_HEAL",2,10; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHPRate,3; - bonus3 bAutoSpellWhenHit,"AL_HEAL",1,10; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus3 bAutoSpellWhenHit,"AL_HEAL",1,10; + bonus bMaxHPrate,3; } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus3 bAutoSpellWhenHit,"AL_HEAL",2,10; + bonus bMaxHPrate,3; + } +# Evolution: +# - Target: BLUEMOON_LOLI_RURI2 +# ItemRequirements: +# - Item: Bat_Cage +# Amount: 500 +# - Item: Blue_Herb +# Amount: 50 +# - Item: Loki's_Whispers +# Amount: 1 +# - Item: Loli_Ruri_Card +# Amount: 10 - Mob: CIVIL_SERVANT TameItem: Fan_Of_Wind EggItem: Civil_Servant_Egg @@ -1123,10 +1216,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxSP,15; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxSP,10; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMaxSP,10; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMaxSP,15; } - Mob: LEAF_CAT TameItem: Very_Soft_Plant @@ -1140,13 +1234,25 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bSubRace,RC_Brute,5; - bonus2 bSubRace,RC_Player_Doram,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bSubRace,RC_Brute,3; - bonus2 bSubRace,RC_Player_Doram,3; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bSubRace,RC_Brute,3; + bonus2 bSubRace,RC_Player_Doram,3; } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bSubRace,RC_Brute,5; + bonus2 bSubRace,RC_Player_Doram,5; + } +# Evolution: +# - Target: WILD_ROSE3 +# ItemRequirements: +# - Item: Great_Leaf +# Amount: 500 +# - Item: Black_Kitty_Doll +# Amount: 200 +# - Item: Fish_Tail +# Amount: 200 +# - Item: Leaf_Cat_Card +# Amount: 10 - Mob: BACSOJIN_ TameItem: Shiny_Wing_Gown EggItem: Bacsojin_Egg @@ -1168,12 +1274,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus2 bSubEle,Ele_Fire,3; - bonus2 bAddEle,Ele_Fire,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus2 bSubEle,Ele_Fire,2; - bonus2 bAddEle,Ele_Fire,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddEle,Ele_Fire,1; + bonus2 bSubEle,Ele_Fire,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddEle,Ele_Fire,2; + bonus2 bSubEle,Ele_Fire,3; } - Mob: E_CRAMP TameItem: Leaf_Cat_Ball @@ -1211,7 +1318,7 @@ Body: CaptureRate: 0 Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_CORDIAL) { /* bonus2 bExpAddRace,RC_All,5; */ bonus bMatkRate,2; @@ -1225,7 +1332,7 @@ Body: CaptureRate: 1000 Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { bonus2 bAddDamageClass,2317,10; bonus2 bAddDamageClass,2318,10; @@ -1270,10 +1377,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHPrecovRate,75; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHPrecovRate,50; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bHPrecovRate,50; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bHPrecovRate,75; } - Mob: NINE_TAIL TameItem: Sap_Jelly @@ -1285,12 +1393,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCritical,3; - bonus bHit,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCritical,2; - bonus bHit,2; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritical,2; + bonus bHit,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritical,3; + bonus bHit,3; } Evolution: - Target: CAT_O_NINE_TAIL @@ -1313,12 +1422,13 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus Dex,2; - bonus bHit,1; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bDex,1; - bonus bHit,1; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bHit,1; + bonus bDex,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bHit,1; + bonus bDex,2; } Evolution: - Target: HODREMLIN @@ -1341,10 +1451,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHit,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHit,4; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bHit,4; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bHit,5; } Evolution: - Target: ANCIENT_MUMMY @@ -1367,10 +1478,11 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxSP,150; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxSP,100; + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMaxSP,50; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMaxSP,100; } Evolution: - Target: XM_TEDDY_BEAR @@ -1403,8 +1515,6 @@ Body: Amount: 50 - Item: Teddy_Bear_Card Amount: 1 - - # Pet Evolution - Mob: MASTERING EggItem: Mastering_Egg FoodItem: Pet_Food @@ -1417,18 +1527,21 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bLuk,3; - bonus bCritical,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bLuk,3; - bonus bCritical,2; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bLuk,3; - bonus bCritical,1; - } else { - bonus bLuk,2; - bonus bCritical,1; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bCritical,1; + bonus bLuk,2; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bCritical,1; + bonus bLuk,3; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritical,2; + bonus bLuk,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritical,3; + bonus bLuk,3; } Evolution: - Target: ANGELING @@ -1453,22 +1566,25 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHPrecovRate,20; - bonus bMaxHP,70; - bonus2 bAddRace,RC_Plant,6; - bonus2 bMagicAddRace,RC_Plant,6; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHPrecovRate,15; - bonus bMaxHP,55; - bonus2 bAddRace,RC_Plant,3; - bonus2 bMagicAddRace,RC_Plant,3; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bHPrecovRate,10; - bonus bMaxHP,38; - } else { - bonus bHPrecovRate,5; - bonus bMaxHP,25; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bHPrecovRate,5; + bonus bMaxHP,25; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bHPrecovRate,10; + bonus bMaxHP,38; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddRace,RC_Plant,3; + bonus2 bMagicAddRace,RC_Plant,3; + bonus bHPrecovRate,15; + bonus bMaxHP,55; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddRace,RC_Plant,6; + bonus2 bMagicAddRace,RC_Plant,6; + bonus bHPrecovRate,20; + bonus bMaxHP,70; } - Mob: ANGELING EggItem: Angeling_Egg @@ -1482,18 +1598,21 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHPrate,2; - bonus bHealPower,8; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHPrate,2; - bonus bHealPower,6; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bMaxHPrate,1; - bonus bHealPower,4; - } else { - bonus bMaxHPrate,1; - bonus bHealPower,2; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bMaxHPrate,1; + bonus bHealPower,2; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bMaxHPrate,1; + bonus bHealPower,4; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMaxHPrate,2; + bonus bHealPower,6; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMaxHPrate,2; + bonus bHealPower,8; } - Mob: MOONLIGHT EggItem: Moonlight_Egg @@ -1506,7 +1625,7 @@ Body: AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { bonus bCritical,6; bonus bHit,6; @@ -1535,18 +1654,21 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHP,200; - bonus bVit,2; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHP,100; - bonus bVit,2; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bMaxHP,50; - bonus bVit,2; - } else { - bonus bMaxHP,50; - bonus bVit,1; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bVit,1; + bonus bMaxHP,50; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bVit,2; + bonus bMaxHP,50; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bVit,2; + bonus bMaxHP,100; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bVit,2; + bonus bMaxHP,200; } - Mob: HIGH_ORC EggItem: High_Orc_Egg @@ -1560,15 +1682,17 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAtk,25; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAtk,20; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bAtk,15; - } else { - bonus bAtk,10; - bonus bDef,-3; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bBaseAtk,10; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bBaseAtk,15; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bBaseAtk,20; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bBaseAtk,25; } # Evolution: # - Target: ORK_HERO2 @@ -1577,7 +1701,7 @@ Body: # Amount: 30 # - Item: Orc_Warrior_Card # Amount: 10 -# - Item: Orc_Baby_Card +# - Item: Orc_Baby_Card_Card # Amount: 10 # - Item: Voucher_Of_Orcish_Hero # Amount: 10 @@ -1593,17 +1717,20 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCritical,9; - bonus bLongAtkRate,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCritical,7; - bonus bLongAtkRate,2; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bCritical,5; - bonus bLongAtkRate,1; - } else { - bonus bCritical,3; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bCritical,3; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bLongAtkRate,1; + bonus bCritical,5; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bLongAtkRate,2; + bonus bCritical,7; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bLongAtkRate,3; + bonus bCritical,9; } - Mob: ANCIENT_MUMMY EggItem: Ancient_Mummy_Egg @@ -1617,18 +1744,21 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHit,6; - bonus2 bAddClass,Class_Dragon,6; - bonus2 bMagicAddClass,Class_Dragon,6; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHit,6; - bonus2 bAddClass,Class_Dragon,3; - bonus2 bMagicAddClass,Class_Dragon,3; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bHit,5; - } else { - bonus bHit,4; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bHit,4; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bHit,5; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddRace,RC_Dragon,3; + bonus2 bMagicAddRace,RC_Dragon,3; + bonus bHit,6; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddRace,RC_Dragon,6; + bonus2 bMagicAddRace,RC_Dragon,6; + bonus bHit,6; } - Mob: AM_MUT EggItem: Ammut_Egg @@ -1642,14 +1772,17 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMatkRate,4; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMatkRate,3; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bMatkRate,2; - } else { - bonus bMatkRate,1; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bMatkRate,1; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bMatkRate,2; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMatkRate,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMatkRate,4; } - Mob: CAT_O_NINE_TAIL EggItem: Cat_O_Nine_Tail_Egg @@ -1662,7 +1795,7 @@ Body: AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { bonus bCritical,5; bonus bHit,5; @@ -1678,17 +1811,17 @@ Body: bonus bCritical,2; bonus bHit,2; } - Evolution: - - Target: MOONLIGHT - ItemRequirements: - - Item: Mightysoul_Essence - Amount: 30 - - Item: Nine_Tail_Card - Amount: 10 - - Item: Sohee_Card - Amount: 10 - - Item: Munak_Card - Amount: 10 +# Evolution: +# - Target: MOONLIGHT2 +# ItemRequirements: +# - Item: Mightysoul_Essence +# Amount: 30 +# - Item: Nine_Tail_Card +# Amount: 10 +# - Item: Sohee_Card +# Amount: 10 +# - Item: Munak_Card +# Amount: 10 - Mob: GRAND_PECO EggItem: Grand_Peco_Egg FoodItem: Pet_Food @@ -1701,15 +1834,17 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMaxHP,400; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMaxHP,300; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bMaxHP,200; - } else { - bonus bMaxHP,150; - bonus bMaxSP,-10; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bMaxHP,150; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bMaxHP,200; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMaxHP,300; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMaxHP,400; } - Mob: HYEGUN EggItem: Hyegun_Egg @@ -1722,7 +1857,7 @@ Body: AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { bonus bVit,4; bonus2 bResEff,Eff_Stun,400; @@ -1750,21 +1885,35 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bDex,2; - bonus bHit,2; - bonus bCritAtkRate,9; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bDex,2; - bonus bHit,2; - bonus bCritAtkRate,7; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bDex,2; - bonus bHit,1; - } else { - bonus bDex,1; - bonus bHit,1; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bHit,1; + bonus bDex,1; } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bHit,1; + bonus bDex,2; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritAtkRate,7; + bonus bHit,2; + bonus bDex,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritAtkRate,9; + bonus bHit,2; + bonus bDex,2; + } +# Evolution: +# - Target: GLOOMUNDERNIGHT2 +# ItemRequirements: +# - Item: Hodremlin_Card +# Amount: 10 +# - Item: Isilla_Card +# Amount: 10 +# - Item: Agav_Card +# Amount: 10 +# - Item: Mightysoul_Essence +# Amount: 30 - Mob: XM_TEDDY_BEAR EggItem: Xm_Teddybear_Egg FoodItem: Pet_Food @@ -1776,7 +1925,7 @@ Body: AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { bonus bMaxSP,150; petautobonus "{ bonus2 bSPRegenRate,40,1000; }",30,5000,BF_MAGIC; @@ -1800,18 +1949,21 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bHit,9; - bonus bAtk,9; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bHit,7; - bonus bAtk,7; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bHit,5; - bonus bAtk,5; - } else { - bonus bHit,3; - bonus bAtk,3; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bBaseAtk,3; + bonus bHit,3; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bBaseAtk,5; + bonus bHit,5; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bBaseAtk,7; + bonus bHit,7; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bBaseAtk,9; + bonus bHit,9; } - Mob: DR_LUNATIC EggItem: Leaf_Lunatic_Egg @@ -1825,22 +1977,25 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCritical,5; - bonus bAtk,5; - bonus2 bAddRace,RC_Formless,6; - bonus2 bMagicAddRace,RC_Formless,6; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCritical,4; - bonus bAtk,4; - bonus2 bAddRace,RC_Formless,3; - bonus2 bMagicAddRace,RC_Formless,3; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bCritical,3; - bonus bAtk,3; - } else { - bonus bCritical,2; - bonus bAtk,2; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bCritical,2; + bonus bBaseAtk,2; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bCritical,3; + bonus bBaseAtk,3; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddRace,RC_Formless,3; + bonus2 bMagicAddRace,RC_Formless,3; + bonus bCritical,4; + bonus bBaseAtk,4; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddRace,RC_Formless,6; + bonus2 bMagicAddRace,RC_Formless,6; + bonus bCritical,5; + bonus bBaseAtk,5; } - Mob: LITTLE_ISIS EggItem: Littleisis_Egg @@ -1854,16 +2009,20 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAtkRate,4; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAtkRate,3; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bAtkRate,2; - } else { - bonus bAtkRate,1; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus2 bAddClass,Class_All,1; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus2 bAddClass,Class_All,2; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bAddClass,Class_All,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bAddClass,Class_All,4; } - Mob: DIABOLIC2 + TameItem: Red_Burning_Stone EggItem: Diabolic_Egg2 FoodItem: Pet_Food Fullness: 2 @@ -1874,7 +2033,7 @@ Body: AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_LOYAL) { bonus bAtkRate,2; bonus bMatkRate,2; @@ -1908,17 +2067,20 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAspdRate,3; - bonus bAgi,3; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAspdRate,2; - bonus bAgi,2; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bAspdRate,1; - bonus bAgi,1; - } else { - bonus bAspdRate,1; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bAspdRate,1; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bAspdRate,1; + bonus bAgi,1; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bAspdRate,2; + bonus bAgi,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bAspdRate,3; + bonus bAgi,3; } - Mob: SWEETS_DROPS EggItem: Sweets_Drops_Egg @@ -1931,63 +2093,12 @@ Body: AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); - + if (.@i >= PET_INTIMATE_CORDIAL) { bonus2 bExpAddClass,Class_All,1; } -# - Mob: NIGHTMARE_TERROR_H -# EggItem: Rigid_Nightmare_Terror_Egg -# FoodItem: Pet_Food -# Fullness: 2 -# HungryDelay: 120 -# IntimacyFed: 15 -# CaptureRate: 0 -# SpecialPerformance: false -# AllowAutoFeed: true -# Script: > -# .@i = getpetinfo(PETINFO_INTIMATE); -# -# if (.@i >= PET_INTIMATE_LOYAL) { -# bonus bInt,4; -# bonus bMaxSPrate,3; -# bonus2 bResEff,Eff_Sleep,10000; -# } else if (.@i >= PET_INTIMATE_CORDIAL) { -# bonus bInt,3; -# bonus bMaxSPrate,1; -# bonus2 bResEff,Eff_Sleep,10000; -# } else if (.@i >= PET_INTIMATE_NEUTRAL) { -# bonus bInt,3; -# } else { -# bonus bInt,1; -# } -# - Mob: WANDER_MAN_H -# EggItem: Contaminated_Wanderer_Egg -# FoodItem: Pet_Food -# Fullness: 2 -# HungryDelay: 120 -# IntimacyFed: 15 -# CaptureRate: 0 -# SpecialPerformance: false -# AllowAutoFeed: true -# Script: > -# .@i = getpetinfo(PETINFO_INTIMATE); -# -# if (.@i >= PET_INTIMATE_LOYAL) { -# bonus bAgi,4; -# bonus bCritical,3; -# bonus bCritAtkRate,7; -# } else if (.@i >= PET_INTIMATE_CORDIAL) { -# bonus bAgi,4; -# bonus bCritical,2; -# bonus bCritAtkRate,5; -# } else if (.@i >= PET_INTIMATE_NEUTRAL) { -# bonus bAgi,4; -# bonus bCritical,1; -# } else { -# bonus bAgi,4; -# } - - Mob: ALIOT - EggItem: Aliot_Egg + - Mob: NIGHTMARE_TERROR_H + EggItem: Nightmare_TerrorH_EGG FoodItem: Pet_Food Fullness: 2 HungryDelay: 120 @@ -1998,20 +2109,24 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bAspdRate,5; - bonus bHit,12; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bAspdRate,4; - bonus bHit,9; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bAspdRate,3; - bonus bHit,6; - } else { - bonus bAspdRate,2; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bInt,1; } - - Mob: ALICEL - EggItem: Alicel_Egg + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bInt,2; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bResEff,Eff_Sleep,10000; + bonus bMaxSPrate,1; + bonus bInt,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bResEff,Eff_Sleep,10000; + bonus bMaxSPrate,3; + bonus bInt,4; + } + - Mob: WANDER_MAN_H + EggItem: Wanderer_H_EGG FoodItem: Pet_Food Fullness: 2 HungryDelay: 120 @@ -2022,19 +2137,89 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bCastrate,-5; - bonus2 bMagicAddEle,Ele_Neutral,5; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bCastrate,-4; - bonus2 bMagicAddEle,Ele_Neutral,3; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bCastrate,-3; - } else { - bonus bCastrate,-2; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bAgi,4; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bCritical,1; + bonus bAgi,4; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bCritAtkRate,5; + bonus bCritical,2; + bonus bAgi,4; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bCritAtkRate,7; + bonus bCritical,3; + bonus bAgi,4; + } + - Mob: ALIOT + EggItem: Aliot_EGG + FoodItem: Pet_Food + Fullness: 2 + HungryDelay: 120 + IntimacyFed: 15 + CaptureRate: 0 + SpecialPerformance: false + AllowAutoFeed: true + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bAspdRate,2; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bAspdRate,3; + bonus bHit,6; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bAspdRate,4; + bonus bHit,9; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bAspdRate,5; + bonus bHit,12; + } +# Evolution: +# - Target: KIEL_D_01_2 +# ItemRequirements: +# - Item: Alicel_Card +# Amount: 10 +# - Item: Aliza_Card +# Amount: 10 +# - Item: Aliot_Card +# Amount: 10 +# - Item: Mightysoul_Essence +# Amount: 30 + - Mob: ALICEL + EggItem: Alicel_EGG + FoodItem: Pet_Food + Fullness: 2 + HungryDelay: 120 + IntimacyFed: 15 + CaptureRate: 0 + SpecialPerformance: false + AllowAutoFeed: true + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bVariableCastrate,-2; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bVariableCastrate,-3; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bMagicAtkEle,Ele_Neutral,3; + bonus bVariableCastrate,-4; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bMagicAtkEle,Ele_Neutral,5; + bonus bVariableCastrate,-5; } - Mob: ALIZA - EggItem: Aliza_Egg + EggItem: Aliza_EGG FoodItem: Pet_Food Fullness: 2 HungryDelay: 120 @@ -2045,20 +2230,23 @@ Body: Script: > .@i = getpetinfo(PETINFO_INTIMATE); - if (.@i >= PET_INTIMATE_LOYAL) { - bonus bMdef,7; - bonus bHealPower,6; - } else if (.@i >= PET_INTIMATE_CORDIAL) { - bonus bMdef,6; - bonus bHealPower,4; - } else if (.@i >= PET_INTIMATE_NEUTRAL) { - bonus bMdef,5; - bonus bHealPower,2; - } else { - bonus bMdef,4; + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bMdef,4; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bMdef,5; + bonus bHealPower,2; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus bMdef,6; + bonus bHealPower,4; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bMdef,7; + bonus bHealPower,6; } # - Mob: BACSOJIN2 -# EggItem: Bacsojin2_Egg_ +# EggItem: Bacsojin_Egg2 # FoodItem: High_Class_Pet_food # Fullness: 7 # IntimacyFed: 10 @@ -2068,20 +2256,24 @@ Body: # Script: > # .@i = getpetinfo(PETINFO_INTIMATE); # -# if (.@i >= PET_INTIMATE_LOYAL) { -# bonus bMaxSPRate,5; -# bonus bDelayrate,-3; -# } else if (.@i >= PET_INTIMATE_CORDIAL) { -# bonus bMaxSPRate,4; -# bonus bDelayrate,-2; -# } else if (.@i >= PET_INTIMATE_NEUTRAL) { -# bonus bMaxSPRate,3; -# bonus bDelayrate,-1; -# } else { -# bonus bMaxSPRate,2; +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bMaxSPrate,2; # } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bDelayrate,-1; +# bonus bMaxSPrate,3; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bDelayrate,-2; +# bonus bMaxSPrate,4; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bDelayrate,-3; +# bonus bMaxSPrate,5; +# } +# # - Mob: ORK_HERO2 -# EggItem: Orc_Hero_Egg_ +# EggItem: Ork_Hero_EGG # FoodItem: High_Class_Pet_food # Fullness: 2 # HungryDelay: 120 @@ -2092,17 +2284,21 @@ Body: # Script: > # .@i = getpetinfo(PETINFO_INTIMATE); # -# if (.@i >= PET_INTIMATE_LOYAL) { -# bonus bAtkRate,7; -# bonus bCritAtkRate,3; -# } else if (.@i >= PET_INTIMATE_CORDIAL) { -# bonus bAtkRate,4; -# bonus bCritAtkRate,1; -# } else if (.@i >= PET_INTIMATE_NEUTRAL) { -# bonus bAtkRate,2; -# } else { -# bonus bAtkRate,1; +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bAtkRate,1; # } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bAtkRate,2; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bCritAtkRate,1; +# bonus bAtkRate,4; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bCritAtkRate,3; +# bonus bAtkRate,7; +# } +# # - Mob: PHREEONI2 # EggItem: Phreeoni_Egg # FoodItem: High_Class_Pet_food @@ -2113,31 +2309,34 @@ Body: # SpecialPerformance: false # unknown # AllowAutoFeed: true # Script: > -# .@intimate = getpetinfo(PETINFO_INTIMATE); -# if (.@intimate == PET_INTIMATE_AWKWARD || .@intimate == PET_INTIMATE_SHY) { +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { # bonus bHit,6; # } -# if (.@intimate == PET_INTIMATE_NEUTRAL) { +# else if (.@i == PET_INTIMATE_NEUTRAL) { # bonus bHit,10; # bonus bPerfectHitRate,5; # } -# if (.@intimate == PET_INTIMATE_CORDIAL) { +# else if (.@i == PET_INTIMATE_CORDIAL) { # bonus bHit,14; # bonus bPerfectHitRate,10; # } -# if (.@intimate == PET_INTIMATE_LOYAL) { +# else if (.@i == PET_INTIMATE_LOYAL) { # bonus bHit,18; # bonus bPerfectHitRate,15; # } +# - Mob: EP17_2_CHILD_ADMIN1 - CaptureRate : 1000 EggItem: Ep17_2_C_Admin1_Egg EquipItem: Ep_17_2_C_Admin1_Acc FoodItem: Cloud_Cotton Fullness: 2 IntimacyFed: 20 + CaptureRate: 1000 Script: > .@i = getpetinfo(PETINFO_INTIMATE); + if (.@i >= PET_INTIMATE_LOYAL) { bonus2 bAddRace2,RC2_EP172BETA,10; } else if (.@i >= PET_INTIMATE_CORDIAL) { @@ -2148,21 +2347,23 @@ Body: Evolution: - Target: EP17_2_CHILD_ADMIN2 ItemRequirements: - - Item: Mystery_Piece - Amount: 10 - - Item: Broken_Steel_Piece - Amount: 50 - Item: BarMealTicket Amount: 500 + - Item: Broken_Steel_Piece + Amount: 50 + - Item: Mystery_Piece + Amount: 10 - Mob: EP17_2_CHILD_ADMIN2 - CaptureRate : 1000 EggItem: Ep17_2_C_Admin2_Egg EquipItem: Ep_17_2_C_Admin2_Acc FoodItem: Pet_Food Fullness: 2 IntimacyFed: 20 + CaptureRate: 1000 + AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); + if (.@i >= PET_INTIMATE_LOYAL) { bonus2 bAddRace2,RC2_EP172ALPHA,15; } else if (.@i >= PET_INTIMATE_CORDIAL) { @@ -2170,3 +2371,734 @@ Body: } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus2 bAddRace2,RC2_EP172ALPHA,4; } +# - Mob: BLUE_UNICORN +# EggItem: Blue_Unicorn_Egg +# FoodItem: Blue_Herb +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# - Mob: SCATLETON +# EggItem: Scatletoncarrier +# EquipItem: Red_Chorker_Bell +# FoodItem: Delicious_Fish +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# Script: > +# if (getpetinfo(PETINFO_INTIMATE) == PET_INTIMATE_LOYAL) { +# bonus bMatk,10; +# bonus bBaseAtk,10; +# } +# +# Evolution: +# - Target: SKELION +# ItemRequirements: +# - Item: Memory_Of_Gyol +# Amount: 2 +# - Item: Yummy_Meat +# Amount: 100 +# - Item: Cookies_Bat +# Amount: 100 + - Mob: WILOW + EggItem: Wilow_Egg + FoodItem: Tree_Of_Archer_1 + Fullness: 2 # unknown + HungryDelay: 120 # unknown + IntimacyFed: 15 # unknown + CaptureRate: 0 # unknown + SpecialPerformance: false # unknown + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_CORDIAL) { + bonus bInt,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus bInt,3; + } + - Mob: ROWEEN + EggItem: Roween_Egg + FoodItem: Rotten_Meat + Fullness: 2 # unknown + HungryDelay: 120 # unknown + IntimacyFed: 15 # unknown + CaptureRate: 0 # unknown + SpecialPerformance: false # unknown + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bMagicAtkEle,Ele_Wind,2; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bMagicAtkEle,Ele_Wind,3; + } +# - Mob: SKELION +# EggItem: Roost_Of_Skelion +# EquipItem: Dark_Mane +# FoodItem: Yummy_Meat +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# if (getpetinfo(PETINFO_INTIMATE) == PET_INTIMATE_LOYAL) { +# bonus bMatk,20; +# bonus bBaseAtk,20; +# } +# +# - Mob: GLOOMUNDERNIGHT2 +# EggItem: Gloom_Under_Egg +# FoodItem: High_Class_Pet_food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bMatk,10; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bMatk,20; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus2 bMagicAtkEle,Ele_Fire,5; +# bonus2 bMagicAtkEle,Ele_Ghost,5; +# bonus bMatk,30; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus2 bMagicAtkEle,Ele_Fire,7; +# bonus2 bMagicAtkEle,Ele_Ghost,7; +# bonus bMatk,40; +# } +# +# - Mob: WANDERING_DUCK +# TameItem: E_Glittering_Doll_B +# EggItem: E_Duckling_Egg +# EquipItem: C_Twinkle_Star_Button +# FoodItem: Wad_Of_Cotton +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bPerfectHitRate,5; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bPerfectHitRate,10; +# } +# +# - Mob: KIEL_D_01_2 +# EggItem: Kiel_Egg +# FoodItem: High_Class_Pet_food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bAspdRate,4; +# bonus bHit,9; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bShortAtkRate,1; +# bonus bAspdRate,5; +# bonus bHit,12; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bShortAtkRate,3; +# bonus bAspdRate,6; +# bonus bHit,15; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bShortAtkRate,5; +# bonus bAspdRate,7; +# bonus bHit,18; +# } +# + - Mob: DARK_PRIEST + EggItem: Dark_Priest_Egg + FoodItem: Evil_Water + Fullness: 2 # unknown + HungryDelay: 120 # unknown + IntimacyFed: 15 # unknown + CaptureRate: 0 # unknown + SpecialPerformance: false # unknown + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bMagicAddEle,Ele_Holy,3; + bonus bInt,1; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bMagicAddEle,Ele_Holy,5; + bonus bInt,2; + } +# Evolution: +# - Target: DARK_ILLUSION2 +# ItemRequirements: +# - Item: Skull +# Amount: 500 +# - Item: Rosary +# Amount: 1 +# - Item: Sacred_Marks +# Amount: 5 +# - Item: Dark_Priest_Card +# Amount: 10 + - Mob: DESERT_WOLF + EggItem: Desert_Wolf_Egg + FoodItem: Pet_Food + Fullness: 2 # unknown + HungryDelay: 120 # unknown + IntimacyFed: 15 # unknown + CaptureRate: 0 # unknown + SpecialPerformance: false # unknown + AllowAutoFeed: true + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bInt,1; + bonus bMaxSP,50; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bInt,2; + bonus bMaxSP,75; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bMagicAtkEle,Ele_Earth,3; + bonus bInt,3; + bonus bMaxSP,105; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bMagicAtkEle,Ele_Earth,5; + bonus bInt,4; + bonus bMaxSP,130; + } +# - Mob: ILL_BAPHOMET_J +# EggItem: Chaos_Bapho_Jr_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bFlee,6; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bMaxSPrate,1; +# bonus bFlee,9; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bMaxSPrate,2; +# bonus bFlee,12; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bMaxSPrate,3; +# bonus bFlee,15; +# } +# +# Evolution: +# - Target: BAPHOMET2 +# ItemRequirements: +# - Item: Baphomet__Card +# Amount: 15 +# - Item: Chaos_Ba_Jr_Card +# Amount: 15 +# - Item: Mightysoul_Essence +# Amount: 30 + - Mob: FIRE_GOLEM + EggItem: Fire_Golem_Egg + FoodItem: Pet_Food + Fullness: 2 # unknown + HungryDelay: 120 # unknown + IntimacyFed: 15 # unknown + CaptureRate: 0 # unknown + SpecialPerformance: false # unknown + AllowAutoFeed: true + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { + bonus bMaxHP,200; + } + else if (.@i == PET_INTIMATE_NEUTRAL) { + bonus bMaxHP,300; + } + else if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bMagicAtkEle,Ele_Fire,3; + bonus bMaxHP,400; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bMagicAtkEle,Ele_Fire,5; + bonus bMaxHP,500; + } +# - Mob: KNIGHT_OF_ABYSS2 +# EggItem: Abyss_Knight_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bAtkRate,2; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bAtkRate,3; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus2 bAddClass,Class_Boss,3; +# bonus bPAtk,1; +# bonus bAtkRate,4; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus2 bAddClass,Class_Boss,5; +# bonus bPAtk,2; +# bonus bAtkRate,5; +# } +# +# - Mob: CWHITEKNIGHT +# EggItem: Change_W_Knight_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bMatkRate,1; +# bonus bAtkRate,1; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bMatkRate,2; +# bonus bAtkRate,2; +# } +# +# Evolution: +# - Target: KNIGHT_OF_ABYSS2 +# ItemRequirements: +# - Item: Piece_Of_Darkness +# Amount: 100 +# - Item: Rune_Of_Darkness +# Amount: 100 +# - Item: Sin_Fragment +# Amount: 200 +# - Item: Knight_Of_Abyss_Card +# Amount: 5 +# - Target: GH_WHITEKNIGHT +# ItemRequirements: +# - Item: Shining_Round_Shell +# Amount: 100 +# - Item: EP19_Shiny_Seaweed +# Amount: 100 +# - Item: Fate_Fragment +# Amount: 200 +# - Item: White_Knightage_Card +# Amount: 2 +# - Mob: GH_WHITEKNIGHT +# EggItem: White_Knight_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bMatkRate,2; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bMatkRate,3; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus2 bMagicAddClass,Class_Boss,3; +# bonus bSMatk,1; +# bonus bMatkRate,4; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus2 bMagicAddClass,Class_Boss,5; +# bonus bSMatk,2; +# bonus bMatkRate,5; +# } +# +# - Mob: BAPHOMET2 +# EggItem: Baphomet_Egg +# FoodItem: High_Class_Pet_food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bMaxSPrate,1; +# bonus bFlee,8; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bLongAtkRate,1; +# bonus bMaxSPrate,3; +# bonus bFlee,12; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bLongAtkRate,3; +# bonus bMaxSPrate,5; +# bonus bFlee,16; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bLongAtkRate,5; +# bonus bMaxSPrate,7; +# bonus bFlee,20; +# } +# + - Mob: FARMILIAR + TameItem: Fruits_Set_Trap + EggItem: Farmiliar_Egg + FoodItem: Mixed_Fruits_Juice + Fullness: 2 # unknown + HungryDelay: 120 # unknown + IntimacyFed: 15 # unknown + CaptureRate: 2000 # unknown + SpecialPerformance: false # unknown + Script: > + .@i = getpetinfo(PETINFO_INTIMATE); + + if (.@i == PET_INTIMATE_CORDIAL) { + bonus2 bResEff,Eff_Curse,1000; + bonus bInt,3; + } + else if (.@i == PET_INTIMATE_LOYAL) { + bonus2 bResEff,Eff_Curse,2000; + bonus bInt,5; + } +# - Mob: DARK_ILLUSION2 +# EggItem: Dark_Illusion_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bVariableCastrate,-2; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bVariableCastrate,-3; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus2 bMagicAtkEle,Ele_Dark,3; +# bonus bVariableCastrate,-4; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus2 bMagicAtkEle,Ele_Dark,5; +# bonus bVariableCastrate,-5; +# } +# +# Evolution: +# - Target: DARK_LORD2 +# ItemRequirements: +# - Item: Dark_Illusion_Card +# Amount: 10 +# - Item: Evil_Druid_Card +# Amount: 10 +# - Item: Dark_Priest_Card +# Amount: 10 +# - Item: Mightysoul_Essence +# Amount: 30 +# - Mob: BLUEMOON_LOLI_RURI2 +# EggItem: Blue_Moon_Loli_Ruri_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bMaxHPrate,1; +# bonus bVit,1; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bMaxHPrate,2; +# bonus bVit,2; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bMaxHPrate,3; +# bonus bVit,3; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bMaxHPrate,5; +# bonus bVit,4; +# } +# +# - Mob: WILD_ROSE3 +# EggItem: Wild_Rose_Egg2 +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bCritical,2; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bCritical,3; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bAspdRate,3; +# bonus bCritical,5; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bAspdRate,5; +# bonus bCritical,7; +# } +# +# Evolution: +# - Target: EDDGA3 +# ItemRequirements: +# - Item: Leaf_Cat_Card +# Amount: 10 +# - Item: Wild_Rose_Card +# Amount: 10 +# - Item: Jaguar_Card +# Amount: 10 +# - Item: Mightysoul_Essence +# Amount: 30 +# - Mob: EDDGA3 +# EggItem: Eddga_Egg2 +# FoodItem: High_Class_Pet_food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bCritical,5; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bCritical,6; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bCRate,1; +# bonus bCritical,7; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bCRate,3; +# bonus bCritical,8; +# } +# +# - Mob: LARVA_VIOLET +# EggItem: Larva_Violet_Egg +# FoodItem: Green_Herb +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bCritical,3; +# bonus bHit,5; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bCritical,5; +# bonus bHit,10; +# } +# +# - Mob: EP20_COPO +# TameItem: Ep20_Fatty_Icegangu +# EggItem: Copo_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 2000 # unknown +# SpecialPerformance: false # unknown +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bMatkRate,1; +# bonus bAtkRate,1; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bMatkRate,2; +# bonus bAtkRate,2; +# } +# +# Evolution: +# - Target: EP20_ICEWIND1 +# ItemRequirements: +# - Item: Ep20_Huge_Feather_G +# Amount: 200 +# - Item: Ep20_Copo_Egg_Shell +# Amount: 150 +# - Item: Ep20_Copo_Head_F +# Amount: 150 +# - Item: Grey_Icewind_Card +# Amount: 1 +# - Target: EP20_ICEWIND2 +# ItemRequirements: +# - Item: Ep20_Huge_Feather_W +# Amount: 200 +# - Item: Ep20_Copo_Egg_Shell +# Amount: 150 +# - Item: Ep20_Copo_Head_F +# Amount: 150 +# - Item: Icewind_Card +# Amount: 1 +# - Mob: EP20_ICEWIND1 +# EggItem: Grey_Icewind_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bAtkRate,1; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bAtkRate,2; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bAtkRate,2; +# bonus bPow,1; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bAtkRate,3; +# bonus bPow,2; +# } +# +# - Mob: EP20_ICEWIND2 +# EggItem: Icewind_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus bMatkRate,1; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus bMatkRate,2; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bMatkRate,2; +# bonus bSpl,1; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bMatkRate,3; +# bonus bSpl,2; +# } +# +# - Mob: DARK_LORD2 +# EggItem: Dark_Lord_Egg +# FoodItem: High_Class_Pet_food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# AllowAutoFeed: true +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_AWKWARD || .@i == PET_INTIMATE_SHY) { +# bonus2 bMagicAtkEle,Ele_Dark,3; +# } +# else if (.@i == PET_INTIMATE_NEUTRAL) { +# bonus2 bMagicAtkEle,Ele_Dark,5; +# } +# else if (.@i == PET_INTIMATE_CORDIAL) { +# bonus2 bMagicAtkEle,Ele_Dark,7; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus2 bMagicAtkEle,Ele_Dark,7; +# bonus bSpeedRate,25; +# } +# +# - Mob: VR_CHAO +# EggItem: Sonic_Chao_Egg +# FoodItem: Pet_Food +# Fullness: 2 # unknown +# HungryDelay: 120 # unknown +# IntimacyFed: 15 # unknown +# CaptureRate: 0 # unknown +# SpecialPerformance: false # unknown +# Script: > +# .@i = getpetinfo(PETINFO_INTIMATE); +# +# if (.@i == PET_INTIMATE_CORDIAL) { +# bonus bMaxHP,200; +# bonus bMaxSP,20; +# } +# else if (.@i == PET_INTIMATE_LOYAL) { +# bonus bMaxHP,300; +# bonus bMaxSP,30; +# } +# diff --git a/db/re/produce_db.txt b/db/re/produce_db.txt index 98270309e3..b9e2d80477 100644 --- a/db/re/produce_db.txt +++ b/db/re/produce_db.txt @@ -315,9 +315,9 @@ //-- Mystic Frozen <-- BS_ENCHANTEDSTONE & 10 Crystal Blue 116,995,21,96,1,991,10 //-- Rough Wind <-- BS_ENCHANTEDSTONE & 10 Wind of Verdure -117,997,21,96,1,993,10 +117,996,21,96,1,992,10 //-- Great Nature <-- BS_ENCHANTEDSTONE & 10 Green Live -118,996,21,96,1,992,10 +118,997,21,96,1,993,10 //---------------------------------------------- //============================================== @@ -393,9 +393,9 @@ //-- Water Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 1 Crystal Blue 143,12115,23,1007,1,7433,1,991,1 //-- Earth Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 1 Green Live -144,12116,23,1007,1,7433,1,992,1 +144,12116,23,1007,1,7433,1,993,1 //-- Wind Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 1 Wind of Verdure -145,12117,23,1007,1,7433,1,993,1 +145,12117,23,1007,1,7433,1,992,1 //============================================== @@ -703,14 +703,14 @@ //============================================== //===== Bionic Pharmacy === ItemLV=32 ========== -// Flame Acid Bottle (1000276) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 5 Fire Bottle, 5 Acid Bottle, 2 Bloody Red -284,1000276,32,5336,1,1000275,1,7135,5,7136,5,990,2 -// Earth Acid Bottle (1000277) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 5 Fire Bottle, 5 Acid Bottle, 2 Yellow Live -285,1000277,32,5336,1,1000275,1,7135,5,7136,5,993,2 -// Gale Acid Bottle (1000278) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 5 Fire Bottle, 5 Acid Bottle, 2 Wind of Verdure -286,1000278,32,5336,1,1000275,1,7135,5,7136,5,992,2 -// Icicle Acid Bottle (1000279) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 5 Fire Bottle, 5 Acid Bottle, 2 Crystal Blue -287,1000279,32,5336,1,1000275,1,7135,5,7136,5,991,2 +// Flame Acid Bottle (1000276) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 1 Fire Bottle, 1 Acid Bottle, 2 Scarlet Point +284,1000276,32,5336,1,1000275,1,7135,1,7136,1,6360,2 +// Earth Acid Bottle (1000277) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 1 Fire Bottle, 1 Acid Bottle, 2 Lime Green Point +285,1000277,32,5336,1,1000275,1,7135,1,7136,1,6363,2 +// Gale Acid Bottle (1000278) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 1 Fire Bottle, 1 Acid Bottle, 2 Yellow Wish +286,1000278,32,5336,1,1000275,1,7135,1,7136,1,6362,2 +// Icicle Acid Bottle (1000279) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 1 Fire Bottle, 1 Acid Bottle, 2 Indigo Blue +287,1000279,32,5336,1,1000275,1,7135,1,7136,1,6361,2 // High Coating Bottle (1000280) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 5 Empty Bottle, 10 Coating Bottle 288,1000280,32,5336,1,1000275,1,713,5,7139,10 // High Plant Bottle (1000281) <-- BO_BIONIC_PHARMACY Lvl, 1 Beaker, 2 Seed Of Thorny Plant, 2 Bloodsuck Plant Seed, 5 Mandragora Flowerpot, 10 Plant Bottle diff --git a/db/re/quest_db.yml b/db/re/quest_db.yml index f279565d77..f07aa5d0d7 100644 --- a/db/re/quest_db.yml +++ b/db/re/quest_db.yml @@ -1350,30 +1350,152 @@ Body: - Id: 3420 Title: Defeat Deep Sea fishmen in the Lower Layers - Standby TimeLimit: 4h + - Id: 3446 + Title: Illusion Investigation Team - Jiroker + - Id: 3447 + Title: Illusion of Moonlight 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: pay_d03_i + MapMobTargets: + ILL_MUNAK: true + ILL_BON_GUN: true + ILL_SOHEE: true + ILL_ARCHER_SKELETON: true + ILL_NINE_TAIL: true + ILL_FURY_HERO: true - Id: 3448 Title: Illusion of Moonlight 100 Kills - Standby TimeLimit: 4h + - Id: 3449 + Title: Illusion Investigation Team - Elysia + - Id: 3450 + Title: Illusion of Frozen 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: ice_d03_i + MapMobTargets: + ILL_GAZETI: true + ILL_SNOWIER: true + ILL_ICE_TITAN: true + ILL_ICEICLE: true - Id: 3451 Title: Illusion of Frozen 100 Kills - Standby TimeLimit: 4h + - Id: 3452 + Title: Illusion Investigation Team - Radimir + - Id: 3453 + Title: Illusion of Vampire 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: gef_d01_i + MapMobTargets: + ILL_ZOMBIE: true + ILL_BLACK_MUSHROOM: true + ILL_DRAINLIAR: true + ILL_ZOMBIE_C: true + ILL_NIGHTMARE: true + ILL_GHOUL: true - Id: 3454 Title: Illusion of Vampire 100 Kills - Standby TimeLimit: 4h + - Id: 3455 + Title: Illusion Investigation Team - Machoko + # - Id: 3456 + # Title: Illusion of Teddy Bear 100 Kills + # Targets: + # - Id: 1 + # Count: 100 + # Location: ein_d02_i + # MapMobTargets: + # ILL_TEDDY_BEAR_B: true + # ILL_MINERAL: true + # ILL_PITMAN: true + # ILL_TEDDY_BEAR_R: true + # ILL_TEDDY_BEAR_Y: true + # ILL_TEDDY_BEAR_W: true + # ILL_OBSIDIAN: true + # ILL_TEDDY_BEAR_G: true - Id: 3457 Title: Illusion of Teddy Bear 100 Kills - Standby TimeLimit: 4h + - Id: 3458 + Title: Illusion Investigation Team - Orian + - Id: 3459 + Title: Illusion of Abyss 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: tur_d04_i + MapMobTargets: + ILL_PERMETER: true + ILL_FREEZER: true + ILL_ASSULTER: true + ILL_SOLIDER: true + ILL_HEATER: true - Id: 3460 Title: Illusion of Abyss 100 Kills - Standby TimeLimit: 4h + - Id: 3461 + Title: Illusion Investigation Team - Cassis + - Id: 3462 + Title: Illusion of Luanda 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: com_d02_i + MapMobTargets: + ILL_TRI_JOINT: true + ILL_WOOTAN_SHOOTER: true + ILL_MEGALITH: true + ILL_STONE_SHOOTER: true + ILL_STALACTIC_GOLEM: true + ILL_WOOTAN_FIGHTER: true - Id: 3463 Title: Illusion of Luanda 100 Kills - Standby TimeLimit: 4h + - Id: 3464 + Title: Illusion Investigation Team - Terrian + # - Id: 3465 + # Title: Illusion of Labyrinth 100 Kills + # Targets: + # - Id: 1 + # Count: 100 + # Location: prt_mz03_i + # MapMobTargets: + # ILL_STEM_WORM: true + # ILL_GHOSTRING: true + # ILL_POPORING: true + # ILL_MANTIS: true + # ILL_HUNTER_FLY: true + # ILL_SIDE_WINDER: true + # ILL_BAPHOMET_J: true + # ILL_KILLER_MANTIS: true - Id: 3466 Title: Illusion of Labyrinth 100 Kills - Standby TimeLimit: 4h + - Id: 3467 + Title: Illusion Investigation Team - Lister + - Id: 3468 + Title: Illusion of Underwater 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: iz_d05_i + MapMobTargets: + ILL_SEDORA: true + ILL_SWORD_FISH: true + ILL_PHEN: true + ILL_STROUF: true + ILL_KING_DRAMOH: true - Id: 3469 Title: Illusion of Underwater 100 Kills - Standby TimeLimit: 4h + - Id: 3470 + Title: Join the Illusion Investigation Team - Id: 3471 Title: Subjugation-Einbroch Field-2 Targets: @@ -1449,9 +1571,51 @@ Body: - Id: 3492 Title: (Skilled) Dragon Monster Hunting - Standby TimeLimit: 4h + - Id: 3493 + Title: Conversation with Jarad + - Id: 3494 + Title: Conversation with Rohi + - Id: 3495 + Title: Conversation with Jeojin + - Id: 3496 + Title: Conversation with Squain + - Id: 3497 + Title: Conversation with Senado + - Id: 3498 + Title: Conversation with Japer + - Id: 3499 + Title: Conversation with Shirouan + - Id: 3500 + Title: Conversation with Ishira + - Id: 3501 + Title: Conversation with Gina + - Id: 3502 + Title: Conversation with Hari + - Id: 3503 + Title: Examine the Sky - Id: 3504 Title: Look at the Sky - Standby + - Id: 3505 + Title: Report to Junok TimeLimit: 4h + - Id: 3507 + Title: Illusion Investigation Team - Sheshin + - Id: 3508 + Title: Illusion of Twins 100 Kills + Targets: + - Id: 1 + Count: 100 + Location: ant_d02_i + MapMobTargets: + ILL_ANDRE_LARVA: true + ILL_ANT_EGG: true + ILL_FARMILIAR: true + ILL_ANDRE: true + ILL_DENIRO: true + ILL_PIERE: true + ILL_GIEARTH: true + ILL_SOLDIER_ANDR: true + ILL_VITATA: true - Id: 3509 Title: Illusion of Twins 100 Kills - Standby TimeLimit: 4h @@ -3069,6 +3233,27 @@ Body: - Id: 5931 Title: "[Standby] Subjugation-Yanggeochon" TimeLimit: 4h + - Id: 5932 + Title: The Abused Child + - Id: 5933 + Title: Business Plan Presentation + - Id: 5934 + Title: Gathering Training (1) + - Id: 5935 + Title: Gathering Training (2) + - Id: 5936 + Title: Gathering Training (3) + - Id: 5937 + Title: "[Standby] Flower Room's work" + TimeLimit: 4h + - Id: 5938 + Title: Gathering Half Flower + - Id: 5939 + Title: Gathering Half Flower + - Id: 5940 + Title: Gathering Half Flower + - Id: 5941 + Title: Gathering Half Flower - Id: 6000 Title: Job Change to Taekwon - Id: 6001 @@ -6130,6 +6315,107 @@ Body: MAGMARING: true DROSERA: true MUSCIPULAR: true + - Id: 8681 + Title: To Rachel (1) + - Id: 8682 + Title: To Rachel (2) + - Id: 8683 + Title: Please stop fighting + - Id: 8684 + Title: It's over + - Id: 8685 + Title: A suspicious movement detected in the temple + - Id: 8686 + Title: The Intruder of the Temple + - Id: 8687 + Title: Did you break it? + - Id: 8688 + Title: Thanks for today's daily food + - Id: 8689 + Title: Today's Daily food - Standby + TimeLimit: 4h + - Id: 8690 + Title: Thanks for today's daily food + - Id: 8691 + Title: Sacred Relics for Essence (1) + - Id: 8692 + Title: Sacred Relics for Essence (2) + - Id: 8693 + Title: Sacred Relics for Essence (3) + - Id: 8694 + Title: Clean Water Procurement - Standby + TimeLimit: 4h + - Id: 8695 + Title: Procurement of clean water (1) + - Id: 8696 + Title: Procurement of clean water (2) + - Id: 8697 + Title: Procurement of clean water (3) + - Id: 8698 + Title: Late migration + - Id: 8699 + Title: First Step Out of the City + - Id: 8700 + Title: I couldn't even come halfway + - Id: 8701 + Title: Scenery I've Seen for the First Time + - Id: 8702 + Title: Smell of Volcanic Ash + - Id: 8703 + Title: The easy way to go + - Id: 8718 + Title: My friend's regards + - Id: 8719 + Title: A new area somewhere in the anthill + - Id: 8720 + Title: Mirko's Request (1) + - Id: 8721 + Title: Where is Briashen + - Id: 8722 + Title: Briashen's message + - Id: 8723 + Title: Mirko's Request (2) + - Id: 8724 + Title: Where is Khahris + - Id: 8725 + Title: The same look...? (1) + - Id: 8726 + Title: The same look...? (2) + - Id: 8727 + Title: The same look...? (3) + - Id: 8728 + Title: Who is Khahris? + - Id: 8729 + Title: Where is Briashen (2) + - Id: 8730 + Title: The Labyrinth of Perception + - Id: 8731 + Title: Geological Survey + - Id: 8732 + Title: Geological Survey - Standby + TimeLimit: 4h + - Id: 8733 + Title: Source of Power + - Id: 8734 + Title: Source of Power - Standby + TimeLimit: 4h + - Id: 8735 + Title: Same thing + Targets: + - Mob: ILL_SOLDIER_ANDR + Count: 10 + - Mob: ILL_PIERE + Count: 10 + - Mob: ILL_VITATA + Count: 10 + - Id: 8736 + Title: The Same Thing - Standby + TimeLimit: 4h + - Id: 8737 + Title: Shared Memories + - Id: 8738 + Title: Shared Memories - Standby + TimeLimit: 4h - Id: 9000 Title: Job Change to Knight - Id: 9001 @@ -7849,6 +8135,106 @@ Body: - Id: 11667 Title: Squirrels are rats, too? Standby TimeLimit: 4h + - Id: 11696 + Title: Niren's Request + - Id: 11697 + Title: Niren's Request + - Id: 11698 + Title: Niren's Request + - Id: 11699 + Title: Niren's Request + - Id: 11700 + Title: Niren's Request + - Id: 11701 + Title: Niren's Request + - Id: 11702 + Title: Niren's Request + - Id: 11703 + Title: Niren's Request + - Id: 11704 + Title: Niren's Request + - Id: 11705 + Title: Children of Grey + - Id: 11706 + Title: Children of Grey + - Id: 11707 + Title: Children of Grey + - Id: 11708 + Title: Children of Grey + - Id: 11709 + Title: Children of Grey + - Id: 11710 + Title: Children of Grey + - Id: 11711 + Title: Children of Grey + - Id: 11712 + Title: Children of Grey + - Id: 11713 + Title: Children of Grey + - Id: 11714 + Title: Children of Grey + - Id: 11715 + Title: Children of Grey + - Id: 11716 + Title: Children of Grey + - Id: 11717 + Title: Children of Grey + - Id: 11718 + Title: Children of Grey + - Id: 11719 + Title: Children of Grey + - Id: 11720 + Title: Children of Grey + - Id: 11721 + Title: Children of Grey + - Id: 11722 + Title: Children of Grey + - Id: 11723 + Title: Children of Grey + - Id: 11724 + Title: Children of Grey + - Id: 11725 + Title: Investigation of Oz Labyrinth + - Id: 11726 + Title: Investigation of Oz Labyrinth + - Id: 11727 + Title: Investigation of Oz Labyrinth + - Id: 11728 + Title: Investigation of Oz Labyrinth + - Id: 11729 + Title: Investigation of Oz Labyrinth + - Id: 11730 + Title: Investigation of Oz Labyrinth + Targets: + - Id: 1 + Location: oz_dun01 + Count: 10 + - Id: 11731 + Title: Investigation of Oz Labyrinth + - Id: 11732 + Title: Investigation of Oz Labyrinth + - Id: 11733 + Title: Investigation of Oz Labyrinth + - Id: 11734 + Title: Investigation of Oz Labyrinth + - Id: 11735 + Title: Investigation of Oz Labyrinth + - Id: 11736 + Title: Maze of Oz 1st Floor (170lv) + Targets: + - Mob: EP18_ASH_TOAD + Count: 20 + - Id: 11737 + Title: Maze of Oz Level 1 - Standby + TimeLimit: 4h + - Id: 11738 + Title: Maze of Oz Level 2 (200lv) + Targets: + - Mob: EP18_HOT_MOLAR + Count: 20 + - Id: 11739 + Title: Maze of Oz Level 2 (200lv) + TimeLimit: 4h - Id: 12000 Title: An old friend - Id: 12001 @@ -8888,6 +9274,31 @@ Body: - Id: 12506 Title: Let's try again to seal the crack TimeLimit: 4h + - Id: 12520 + Title: Villa of Deception + - Id: 12521 + Title: Villa of Deception Hard + - Id: 12522 + Title: Cooldown: Villa of Deception + TimeLimit: 4h + - Id: 12531 + Title: Future General Candidate + - Id: 12532 + Title: Trouble at the Top + - Id: 12533 + Title: The Hidden Helper + - Id: 12534 + Title: The Missing Camille + - Id: 12535 + Title: The Governor's Decision + - Id: 12536 + Title: The Scattered Luggage (North) + - Id: 12537 + Title: Scattered Luggage (West) + - Id: 12538 + Title: The Scattered Luggage (East) + - Id: 12539 + Title: Scattered Luggage (South) - Id: 13000 Title: RWC2011Card Gathering - Id: 13001 @@ -11035,6 +11446,90 @@ Body: Title: Farm Worker - Id: 16547 Title: Juno Monster Society + - Id: 16548 + Title: I can't sleep + Targets: + - Mob: EP18_FIREWIND_KITE + Count: 30 + - Id: 16549 + Title: I can't sleep + Targets: + - Mob: EP18_FIREWIND_KITE + Count: 30 + - Id: 16550 + Title: I Can't Sleep - Wait + TimeLimit: 4h + - Id: 16551 + Title: The Story of Dinar + - Id: 16552 + Title: Amira's Story + - Id: 16553 + Title: Shanina's Grandma's Story + - Id: 16554 + Title: Please collect the stories + - Id: 16555 + Title: The Story of Dinar + - Id: 16556 + Title: Amira's Story + - Id: 16557 + Title: Shanina's Grandma's Story + - Id: 16558 + Title: Please collect the stories + - Id: 16559 + Title: Please collect the stories - Standby + TimeLimit: 4h + - Id: 16560 + Title: This is not the place + - Id: 16561 + Title: This is not the place + - Id: 16562 + Title: This is not the place + - Id: 16563 + Title: This is not the place + - Id: 16564 + Title: This is not the place + - Id: 16565 + Title: This is not the place + - Id: 16566 + Title: This is not the place + - Id: 16567 + Title: The Contest of the Grey Wolf Forest + - Id: 16568 + Title: Everyone's Opinion + - Id: 16569 + Title: Everyone's Opinion + - Id: 16570 + Title: Everyone's Opinion + - Id: 16571 + Title: Everyone's Opinion + - Id: 16572 + Title: The Contest of the Grey Wolf Forest + - Id: 16573 + Title: Source of Weapon + - Id: 16574 + Title: Source of Weapon + - Id: 16575 + Title: Source of Weapon + - Id: 16576 + Title: Source of Weapon + - Id: 16577 + Title: Source of Weapon + - Id: 16578 + Title: Source of Weapon + - Id: 16579 + Title: Source of Weapon + - Id: 16580 + Title: Source of Weapon + - Id: 16581 + Title: Children Know It + - Id: 16582 + Title: Children Know It + - Id: 16583 + Title: Children Know It + - Id: 16584 + Title: The Price of Labor + - Id: 16585 + Title: The Price of Labor - Id: 17000 Title: Meet with Father Bamph - Id: 17001 @@ -11296,12 +11791,61 @@ Body: - Id: 17425 Title: (Standby) Thanatos Tower, 12th floor TimeLimit: 4h + - Id: 17504 + Title: Where's My Home + - Id: 17505 + Title: Where's My Home + - Id: 17506 + Title: Where's My Home + - Id: 17507 + Title: Where's My Home + - Id: 17508 + Title: Lack of Supplies + Drops: + - Mob: EP18_GREY_WOLF + Item: Ep18_Very_Ddan_Crystal + Rate: 5000 - Id: 17509 Title: (Standby) Lack of supplies TimeLimit: 4h + - Id: 17510 + Title: There are no bad beasts in the world + - Id: 17511 + Title: There are no bad beasts in the world + - Id: 17512 + Title: There are no bad beasts in the world + - Id: 17513 + Title: The Unexpected Shepherd + - Id: 17514 + Title: The Unexpected Shepherd + Targets: + - Mob: EP18_ASHRING + Count: 20 + - Id: 17515 + Title: The Unexpected Shepherd - Id: 17516 Title: (Standby) Unexpected shepherd TimeLimit: 4h + - Id: 17517 + Title: The Rebels + - Id: 17518 + Title: The Rebels + - Id: 17519 + Title: The Rebels + - Id: 17520 + Title: Wolf in the Sheep + - Id: 17521 + Title: When you need a conversation + - Id: 17522 + Title: Cleaning the Traitors + - Id: 17523 + Title: Purification of the Sanctuary + - Id: 17524 + Title: Cleaning the Traitors + - Id: 17525 + Title: When you need a conversation + - Id: 17526 + Title: Purification of the Sanctuary - Id: 17527 Title: (Standby) Cleaning strategy TimeLimit: 4h @@ -11430,6 +11974,23 @@ Body: - Id: 18080 Title: Goseong dungeon 1st floor attack TimeLimit: 4h + - Id: 18082 + Title: Eligibility to Participate in the Competition + - Id: 18083 + Title: Investigation of Daishinkan's Villa + - Id: 18084 + Title: Fact Investigation + - Id: 18085 + Title: The Direction of Prayer + - Id: 18086 + Title: Make the Grey Wolf Forest Safer + Targets: + - Id: 1 + Location: gw_fild01 + Count: 30 + - Id: 18087 + Title: Safer in the Gray Wolf Forest - Standby + TimeLimit: 4h - Id: 18100 Title: Legends from Moscovia - Id: 18101 diff --git a/db/re/skill_db.yml b/db/re/skill_db.yml index 528dbb3f81..6136c4ce41 100644 --- a/db/re/skill_db.yml +++ b/db/re/skill_db.yml @@ -5243,7 +5243,7 @@ Body: TargetType: Attack DamageFlags: NoDamage: true - IgnoreElement: true + IgnoreAtkCard: true IgnoreFlee: true Range: 1 Hit: Single @@ -5277,7 +5277,7 @@ Body: Time: 3000 - Level: 10 Time: 2000 - Duration2: 20000 + Duration2: 18000 Cooldown: - Level: 1 Time: 7500 @@ -6076,8 +6076,8 @@ Body: - Id: 192 Name: NPC_MAGICALATTACK Description: Demon Shock Attack - MaxLevel: 10 - Type: Weapon + MaxLevel: 1 + Type: Magic TargetType: Attack Flags: IsNpc: true @@ -6183,34 +6183,13 @@ Body: Name: NPC_KEEPING Description: Keeping MaxLevel: 1 - Type: Weapon TargetType: Self DamageFlags: NoDamage: true Flags: IsNpc: true HitCount: 1 - Duration1: - - Level: 1 - Time: 60000 - - Level: 2 - Time: 70000 - - Level: 3 - Time: 80000 - - Level: 4 - Time: 90000 - - Level: 5 - Time: 100000 - - Level: 6 - Time: 110000 - - Level: 7 - Time: 120000 - - Level: 8 - Time: 130000 - - Level: 9 - Time: 140000 - - Level: 10 - Time: 150000 + Duration1: 30000 Status: Keeping - Id: 202 Name: NPC_DARKBREATH @@ -6250,60 +6229,19 @@ Body: Flags: IsNpc: true HitCount: 1 - Duration1: - - Level: 1 - Time: 60000 - - Level: 2 - Time: 70000 - - Level: 3 - Time: 80000 - - Level: 4 - Time: 90000 - - Level: 5 - Time: 100000 - - Level: 6 - Time: 110000 - - Level: 7 - Time: 120000 - - Level: 8 - Time: 130000 - - Level: 9 - Time: 140000 - - Level: 10 - Time: 150000 + Duration1: 15000 Status: Barrier - Id: 205 Name: NPC_DEFENDER Description: Defender MaxLevel: 1 - Type: Weapon TargetType: Self DamageFlags: NoDamage: true Flags: IsNpc: true HitCount: 1 - Duration1: - - Level: 1 - Time: 60000 - - Level: 2 - Time: 70000 - - Level: 3 - Time: 80000 - - Level: 4 - Time: 90000 - - Level: 5 - Time: 100000 - - Level: 6 - Time: 110000 - - Level: 7 - Time: 120000 - - Level: 8 - Time: 130000 - - Level: 9 - Time: 140000 - - Level: 10 - Time: 150000 + Duration1: 15000 Status: Armor - Id: 206 Name: NPC_LICK @@ -7296,9 +7234,8 @@ Body: Type: Magic TargetType: Self DamageFlags: - IgnoreAtkCard: true - IgnoreFlee: true - Range: 5 + IgnoreDefense: true + Range: 9 Hit: Single HitCount: 1 Element: Holy @@ -9708,8 +9645,7 @@ Body: - Id: 349 Name: NPC_POWERUP Description: Power Up - MaxLevel: 10 - Type: Weapon + MaxLevel: 5 TargetType: Self DamageFlags: NoDamage: true @@ -9718,19 +9654,19 @@ Body: Hit: Single Duration1: - Level: 1 - Time: 10000 + Time: 5000 - Level: 2 - Time: 15000 + Time: 10000 - Level: 3 - Time: 20000 + Time: 15000 - Level: 4 - Time: 25000 + Time: 20000 - Level: 5 - Time: 30000 - Status: IncHitRate + Time: 25000 + Status: Powerup - Id: 350 Name: NPC_AGIUP - Description: Agility UP + Description: Agility Up MaxLevel: 10 TargetType: Self DamageFlags: @@ -9742,14 +9678,24 @@ Body: - Level: 1 Time: 10000 - Level: 2 - Time: 15000 - - Level: 3 Time: 20000 - - Level: 4 - Time: 25000 - - Level: 5 + - Level: 3 Time: 30000 - Status: IncFleeRate + - Level: 4 + Time: 40000 + - Level: 5 + Time: 50000 + - Level: 6 + Time: 60000 + - Level: 7 + Time: 70000 + - Level: 8 + Time: 80000 + - Level: 9 + Time: 90000 + - Level: 10 + Time: 100000 + Status: Agiup - Id: 351 Name: NPC_SIEGEMODE Description: Siege Mode @@ -9940,7 +9886,7 @@ Body: Hit: Single HitCount: 1 Duration1: 300000 - Duration2: 15000 + Duration2: 10000 Requires: SpCost: 200 Status: Berserk @@ -10125,6 +10071,7 @@ Body: FixedCastTime: 700 CastTimeFlags: IgnoreDex: true + IgnoreItemBonus: true Requires: SpCost: - Level: 1 @@ -10302,15 +10249,15 @@ Body: Element: Weapon Duration1: - Level: 1 - Time: 4000 + Time: 2000 - Level: 2 - Time: 8000 + Time: 4000 - Level: 3 - Time: 12000 + Time: 6000 - Level: 4 - Time: 16000 + Time: 8000 - Level: 5 - Time: 24000 + Time: 10000 CastDelayFlags: IgnoreStatus: true Requires: @@ -10326,7 +10273,7 @@ Body: - Level: 5 Amount: 12 SpiritSphereCost: 1 - Status: Stop + Status: Ankle - Id: 372 Name: CH_CHAINCRUSH Description: Chain Crush Combo @@ -10485,11 +10432,11 @@ Body: - Level: 1 Time: 40000 - Level: 2 - Time: 45000 + Time: 60000 - Level: 3 - Time: 50000 + Time: 80000 - Level: 4 - Time: 55000 + Time: 100000 - Level: 5 Time: 120000 Duration2: @@ -11100,7 +11047,7 @@ Body: TargetType: Attack Flags: TargetTrap: true - Range: 5 + Range: 4 Hit: Multi_Hit HitCount: 5 Element: Weapon @@ -11155,7 +11102,7 @@ Body: 2hSword: true 1hSpear: true 2hSpear: true - Status: Stop + Status: Ankle - Id: 398 Name: LK_HEADCRUSH Description: Traumatic Blow @@ -11365,7 +11312,7 @@ Body: TargetType: Attack DamageFlags: NoDamage: true - Range: 7 + Range: 9 Hit: Single HitCount: 1 ActiveInstance: 3 @@ -16761,7 +16708,7 @@ Body: Flags: IsNpc: true HitCount: 1 - Duration1: -1 + Duration1: 300000 Status: Invincible - Id: 686 Name: NPC_INVINCIBLEOFF @@ -16773,8 +16720,6 @@ Body: Flags: IsNpc: true HitCount: 1 - Duration1: 60000 - Status: InvincibleOff - Id: 687 Name: NPC_ALLHEAL Description: Full Heal @@ -17953,6 +17898,41 @@ Body: Hit: Single HitCount: 1 SplashArea: -1 + - Id: 749 + Name: NPC_WIDECRITICALWOUND + Description: Wide Critical Wounds + MaxLevel: 10 + Type: Weapon + TargetType: Self + DamageFlags: + Splash: true + Flags: + IsNpc: true + Hit: Single + HitCount: 1 + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 5 + - Level: 3 + Area: 8 + - Level: 4 + Area: 11 + - Level: 5 + Area: 14 + - Level: 6 + Area: 14 + - Level: 7 + Area: 14 + - Level: 8 + Area: 14 + - Level: 9 + Area: 14 + - Level: 10 + Area: 2 + Element: Weapon + Duration2: 30000 - Id: 751 Name: NPC_ALL_STAT_DOWN Description: Decrease All Stats @@ -18381,6 +18361,68 @@ Body: HitCount: 1 Duration1: 60000 Status: Relieve_off + - Id: 780 + Name: NPC_CANE_OF_EVIL_EYE + Description: Cane of evil eye + MaxLevel: 10 + Type: Misc + TargetType: Ground + DamageFlags: + IgnoreFlee: true + Flags: + IsNpc: true + Hit: Single + Range: 11 # unknown + HitCount: + - Level: 1 + Count: 1 + - Level: 2 + Count: 2 + - Level: 3 + Count: 3 + - Level: 4 + Count: 4 + - Level: 5 + Count: 5 + - Level: 6 + Count: 6 + - Level: 7 + Count: 7 + - Level: 8 + Count: 8 + - Level: 9 + Count: 9 + - Level: 10 + Count: 10 + CastTime: 500 + Duration1: + - Level: 1 + Time: 1000 + - Level: 2 + Time: 2000 + - Level: 3 + Time: 3000 + - Level: 4 + Time: 4000 + - Level: 5 + Time: 5000 + - Level: 6 + Time: 6000 + - Level: 7 + Time: 7000 + - Level: 8 + Time: 8000 + - Level: 9 + Time: 9000 + - Level: 10 + Time: 10000 + Unit: + Id: Cane_of_evil_eye + Interval: 3000 + Target: Enemy + Flag: + NoReiteration: true + NoOverlap: true - Id: 783 Name: NPC_KILLING_AURA Description: Killing Aura @@ -18462,32 +18504,13 @@ Body: Skill: Plagiarism: true Reproduce: true - Duration2: - - Level: 1 - Time: 15000 - - Level: 2 - Time: 20000 - - Level: 3 - Time: 25000 - - Level: 4 - Time: 30000 - - Level: 5 - Time: 35000 - - Level: 6 - Time: 40000 - - Level: 7 - Time: 45000 - - Level: 8 - Time: 50000 - - Level: 9 - Time: 55000 - - Level: 10 - Time: 60000 + Duration2: 18000 Requires: SpCost: 35 Ammo: Dagger: true AmmoAmount: 1 + Status: Poison - Id: 1005 Name: RG_CLOSECONFINE Description: Close Confine @@ -32937,6 +32960,63 @@ Body: IgnoreItemBonus: true Requires: SpCost: 1 + - Id: 3043 + Name: ALL_GLASTHEIM_RECALL + Description: Return To Glast Heim + MaxLevel: 1 + TargetType: Self + DamageFlags: + NoDamage: true + Cooldown: 300000 + FixedCastTime: 1000 + CastTimeFlags: + IgnoreDex: true + IgnoreStatus: true + IgnoreItemBonus: true + CastDelayFlags: + IgnoreDex: true + IgnoreStatus: true + IgnoreItemBonus: true + Requires: + SpCost: 1 + - Id: 3044 + Name: ALL_THANATOS_RECALL + Description: Return To Thanatos + MaxLevel: 1 + TargetType: Self + DamageFlags: + NoDamage: true + Cooldown: 300000 + FixedCastTime: 1000 + CastTimeFlags: + IgnoreDex: true + IgnoreStatus: true + IgnoreItemBonus: true + CastDelayFlags: + IgnoreDex: true + IgnoreStatus: true + IgnoreItemBonus: true + Requires: + SpCost: 1 + - Id: 3045 + Name: ALL_LIGHTHALZEN_RECALL + Description: Return To Lighthalzen + MaxLevel: 1 + TargetType: Self + DamageFlags: + NoDamage: true + Cooldown: 300000 + FixedCastTime: 1000 + CastTimeFlags: + IgnoreDex: true + IgnoreStatus: true + IgnoreItemBonus: true + CastDelayFlags: + IgnoreDex: true + IgnoreStatus: true + IgnoreItemBonus: true + Requires: + SpCost: 1 - Id: 5001 Name: GC_DARKCROW Description: Dark Claw @@ -34804,8 +34884,6 @@ Body: TargetType: Self DamageFlags: NoDamage: true - Hit: Single - HitCount: 1 GiveAp: - Level: 1 Amount: 6 @@ -34840,17 +34918,7 @@ Body: Time: 2000 - Level: 5 Time: 1000 - Cooldown: - - Level: 1 - Time: 30000 - - Level: 2 - Time: 60000 - - Level: 3 - Time: 90000 - - Level: 4 - Time: 120000 - - Level: 5 - Time: 150000 + Cooldown: 60000 Requires: SpCost: - Level: 1 @@ -34874,8 +34942,8 @@ Body: Splash: true Critical: true Range: 1 - Hit: Single - HitCount: 1 + Hit: Multi_Hit + HitCount: 3 Element: Weapon Requires: SpCost: 1 @@ -34921,9 +34989,8 @@ Body: Element: Weapon SplashArea: 2 CastCancel: true - AfterCastActDelay: 500 Duration1: 20000 - Cooldown: 2000 + Cooldown: 500 FixedCastTime: 500 Requires: SpCost: 40 @@ -34942,10 +35009,10 @@ Body: HitCount: 5 Element: Weapon SplashArea: 6 - GiveAp: 3 + GiveAp: 2 CastCancel: true AfterCastActDelay: 500 - Cooldown: 3000 + Cooldown: 500 Requires: SpCost: - Level: 1 @@ -35032,9 +35099,10 @@ Body: TargetType: Attack DamageFlags: Splash: true + Critical: true Range: 2 - Hit: Single - HitCount: 1 + Hit: Multi_Hit + HitCount: 2 Element: Weapon SplashArea: - Level: 1 @@ -35044,44 +35112,44 @@ Body: - Level: 3 Area: 1 - Level: 4 - Area: 2 + Area: 1 - Level: 5 Area: 2 - Level: 6 Area: 2 - Level: 7 - Area: 3 + Area: 2 - Level: 8 - Area: 3 + Area: 2 - Level: 9 Area: 3 - Level: 10 - Area: 4 + Area: 3 CastCancel: true - AfterCastActDelay: 500 - Cooldown: 300 + AfterCastActDelay: 250 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 34 + Amount: 36 - Level: 2 - Amount: 38 + Amount: 40 - Level: 3 - Amount: 42 + Amount: 44 - Level: 4 - Amount: 46 + Amount: 48 - Level: 5 - Amount: 50 + Amount: 52 - Level: 6 - Amount: 54 + Amount: 56 - Level: 7 - Amount: 58 + Amount: 60 - Level: 8 - Amount: 62 + Amount: 64 - Level: 9 - Amount: 66 + Amount: 68 - Level: 10 - Amount: 70 + Amount: 72 Weapon: 2hSword: true 2hSpear: true @@ -35093,9 +35161,10 @@ Body: TargetType: Attack DamageFlags: Splash: true + Critical: true Range: 2 - Hit: Single - HitCount: 1 + Hit: Multi_Hit + HitCount: 2 Element: Weapon SplashArea: - Level: 1 @@ -35105,19 +35174,19 @@ Body: - Level: 3 Area: 1 - Level: 4 - Area: 2 + Area: 1 - Level: 5 Area: 2 - Level: 6 Area: 2 - Level: 7 - Area: 3 + Area: 2 - Level: 8 - Area: 3 + Area: 2 - Level: 9 Area: 3 - Level: 10 - Area: 4 + Area: 3 Requires: SpCost: 1 - Id: 5210 @@ -35131,7 +35200,7 @@ Body: HitCount: 1 Element: Weapon CastCancel: true - AfterCastActDelay: 1000 + AfterCastActDelay: 500 Duration1: 300000 Cooldown: 60000 Requires: @@ -35161,7 +35230,7 @@ Body: Area: 3 - Level: 5 Area: 3 - GiveAp: 2 + GiveAp: 3 CastCancel: true AfterCastActDelay: 500 Cooldown: 350 @@ -35169,15 +35238,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 34 + Amount: 27 - Level: 2 - Amount: 38 + Amount: 34 - Level: 3 - Amount: 42 + Amount: 41 - Level: 4 - Amount: 46 + Amount: 48 - Level: 5 - Amount: 50 + Amount: 55 Weapon: 2hSword: true 2hSpear: true @@ -35215,7 +35284,7 @@ Body: Cooldown: 60000 Requires: SpCost: 100 - ApCost: 150 + ApCost: 125 Status: Vigor - Id: 5213 Name: DK_STORMSLASH @@ -35239,22 +35308,22 @@ Body: - Level: 5 Count: 5 Element: Weapon - GiveAp: 1 + GiveAp: 2 CastCancel: true AfterCastActDelay: 500 Cooldown: 350 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 35 - Level: 2 - Amount: 45 + Amount: 40 - Level: 3 - Amount: 50 + Amount: 45 - Level: 4 - Amount: 55 + Amount: 50 - Level: 5 - Amount: 60 + Amount: 55 Weapon: 2hSword: true 2hAxe: true @@ -35289,15 +35358,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 70 - Level: 2 - Amount: 90 + Amount: 75 - Level: 3 - Amount: 100 + Amount: 80 - Level: 4 - Amount: 110 + Amount: 85 - Level: 5 - Amount: 120 + Amount: 90 Status: Deadly_Defeasance - Id: 5215 Name: AG_DESTRUCTIVE_HURRICANE @@ -35323,22 +35392,22 @@ Body: Area: 5 CastCancel: true CastTime: 4000 - AfterCastActDelay: 1000 + AfterCastActDelay: 500 Duration2: 900000 - Cooldown: 6000 + Cooldown: 2500 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 170 - Level: 2 - Amount: 90 + Amount: 174 - Level: 3 - Amount: 100 + Amount: 178 - Level: 4 - Amount: 110 + Amount: 182 - Level: 5 - Amount: 120 + Amount: 186 Status: Climax_Des_Hu - Id: 5216 Name: AG_RAIN_OF_CRYSTAL @@ -35351,35 +35420,35 @@ Body: Element: Water CastCancel: true CastTime: 3000 - AfterCastActDelay: 500 + AfterCastActDelay: 750 Duration1: 4000 Cooldown: 5000 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 85 - Level: 2 - Amount: 50 + Amount: 95 - Level: 3 - Amount: 60 + Amount: 105 - Level: 4 - Amount: 70 + Amount: 115 - Level: 5 - Amount: 80 + Amount: 125 Unit: Id: Rain_Of_Crystal Range: - Level: 1 - Size: 6 + Size: 4 - Level: 2 - Size: 7 + Size: 4 - Level: 3 - Size: 8 + Size: 5 - Level: 4 - Size: 9 + Size: 5 - Level: 5 - Size: 10 + Size: 6 Interval: 500 Target: Enemy Flag: @@ -35391,29 +35460,29 @@ Body: MaxLevel: 5 Type: Magic TargetType: Ground - GiveAp: 4 + GiveAp: 5 Range: 9 Hit: Single HitCount: 1 Element: Dark CastCancel: true CastTime: 4000 - AfterCastActDelay: 1000 + AfterCastActDelay: 750 Duration1: 4000 Cooldown: 4000 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 78 - Level: 2 - Amount: 90 + Amount: 86 - Level: 3 - Amount: 100 + Amount: 94 - Level: 4 - Amount: 110 + Amount: 102 - Level: 5 - Amount: 120 + Amount: 110 Unit: Id: Mystery_Illusion Range: @@ -35473,15 +35542,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 80 - - Level: 2 - Amount: 90 - - Level: 3 - Amount: 100 - - Level: 4 Amount: 110 + - Level: 2 + Amount: 114 + - Level: 3 + Amount: 118 + - Level: 4 + Amount: 122 - Level: 5 - Amount: 120 + Amount: 126 Unit: Id: Violent_Quake Range: @@ -35506,7 +35575,7 @@ Body: Description: Violent Quake Attack MaxLevel: 5 Type: Magic - TargetType: Attack + TargetType: Ground Range: 9 Hit: Single HitCount: 1 @@ -35562,15 +35631,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 80 - - Level: 2 Amount: 90 + - Level: 2 + Amount: 95 - Level: 3 Amount: 100 - Level: 4 - Amount: 110 + Amount: 105 - Level: 5 - Amount: 120 + Amount: 110 - Id: 5221 Name: AG_STRANTUM_TREMOR Description: Strantum Tremor @@ -35583,22 +35652,22 @@ Body: Element: Earth CastCancel: true CastTime: 3000 - AfterCastActDelay: 500 + AfterCastActDelay: 750 Duration1: 4000 Cooldown: 5000 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 35 + Amount: 74 - Level: 2 - Amount: 45 + Amount: 79 - Level: 3 - Amount: 55 + Amount: 84 - Level: 4 - Amount: 65 + Amount: 89 - Level: 5 - Amount: 75 + Amount: 94 Unit: Id: Strantum_Tremor Range: @@ -35658,15 +35727,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 94 - Level: 2 - Amount: 90 + Amount: 102 - Level: 3 - Amount: 100 - - Level: 4 Amount: 110 + - Level: 4 + Amount: 118 - Level: 5 - Amount: 120 + Amount: 126 Unit: Id: All_Bloom Range: @@ -35691,7 +35760,7 @@ Body: Description: All Bloom Attack MaxLevel: 5 Type: Magic - TargetType: Attack + TargetType: Ground Range: 9 Hit: Single HitCount: 1 @@ -35711,7 +35780,7 @@ Body: Description: All Bloom Attack 2 MaxLevel: 5 Type: Magic - TargetType: Attack + TargetType: Ground Range: 9 Hit: Single HitCount: 1 @@ -35749,40 +35818,40 @@ Body: Element: Water SplashArea: - Level: 1 - Area: 3 + Area: 4 - Level: 2 Area: 4 - Level: 3 Area: 5 - Level: 4 - Area: 6 + Area: 5 - Level: 5 - Area: 7 + Area: 6 CastCancel: true CastTime: 4000 - AfterCastActDelay: 1000 + AfterCastActDelay: 500 Duration2: 900000 - Cooldown: 6000 + Cooldown: 2000 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 170 - Level: 2 - Amount: 90 + Amount: 174 - Level: 3 - Amount: 100 + Amount: 178 - Level: 4 - Amount: 110 + Amount: 182 - Level: 5 - Amount: 120 + Amount: 186 Status: Climax_CryImp - Id: 5226 Name: AG_CRYSTAL_IMPACT_ATK Description: Crystal Impact Attack MaxLevel: 5 Type: Magic - TargetType: Attack + TargetType: Ground DamageFlags: Splash: true Hit: Single @@ -35802,22 +35871,22 @@ Body: Element: Wind CastCancel: true CastTime: 3000 - AfterCastActDelay: 500 + AfterCastActDelay: 750 Duration1: 3000 Cooldown: 5000 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 45 + Amount: 78 - Level: 2 - Amount: 55 + Amount: 82 - Level: 3 - Amount: 65 + Amount: 86 - Level: 4 - Amount: 75 + Amount: 90 - Level: 5 - Amount: 85 + Amount: 94 Unit: Id: Tornado_Storm Range: @@ -35853,22 +35922,22 @@ Body: Element: Fire CastCancel: true CastTime: 3000 - AfterCastActDelay: 500 + AfterCastActDelay: 750 Duration1: 5000 Cooldown: 5000 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 30 - - Level: 2 - Amount: 40 - - Level: 3 - Amount: 50 - - Level: 4 - Amount: 60 - - Level: 5 Amount: 70 + - Level: 2 + Amount: 76 + - Level: 3 + Amount: 82 + - Level: 4 + Amount: 88 + - Level: 5 + Amount: 94 Unit: Id: Floral_Flare_Road Range: @@ -35921,13 +35990,13 @@ Body: Area: 5 CastCancel: true CastTime: 8000 - AfterCastActDelay: 500 - Duration1: 15000 - Cooldown: 60000 + AfterCastActDelay: 1000 + Duration1: 6000 + Cooldown: 6000 FixedCastTime: 2000 Requires: - SpCost: 150 - ApCost: 150 + SpCost: 130 + ApCost: 25 Unit: Id: Astral_Strike Range: @@ -35961,7 +36030,7 @@ Body: Description: Astral Strike Attack MaxLevel: 10 Type: Magic - TargetType: Attack + TargetType: Ground Range: 9 Hit: Single HitCount: 1 @@ -35980,11 +36049,11 @@ Body: CastCancel: true AfterCastActDelay: 300 Duration1: 300000 - Cooldown: 300000 + Cooldown: 60000 FixedCastTime: 4000 Requires: SpCost: 60 - ApCost: 150 + ApCost: 125 Status: Climax - Id: 5233 Name: AG_ROCK_DOWN @@ -36009,7 +36078,7 @@ Body: Area: 3 - Level: 5 Area: 3 - GiveAp: 1 + GiveAp: 2 CastCancel: true CastTime: 4000 AfterCastActDelay: 500 @@ -36028,15 +36097,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 65 + Amount: 72 - Level: 2 - Amount: 70 + Amount: 76 - Level: 3 - Amount: 75 - - Level: 4 Amount: 80 + - Level: 4 + Amount: 84 - Level: 5 - Amount: 85 + Amount: 88 - Id: 5234 Name: AG_STORM_CANNON Description: Storm Cannon @@ -36049,7 +36118,7 @@ Body: Element: Wind SplashArea: 1 ActiveInstance: 14 - GiveAp: 1 + GiveAp: 2 CastCancel: true CastTime: 4000 AfterCastActDelay: 500 @@ -36068,15 +36137,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 60 + Amount: 79 - Level: 2 - Amount: 70 + Amount: 79 - Level: 3 - Amount: 80 + Amount: 82 - Level: 4 - Amount: 90 + Amount: 85 - Level: 5 - Amount: 100 + Amount: 88 - Id: 5235 Name: AG_CRIMSON_ARROW Description: Crimson Arrow @@ -36089,7 +36158,7 @@ Body: Element: Fire SplashArea: 1 ActiveInstance: 14 - GiveAp: 1 + GiveAp: 2 CastCancel: true CastTime: 4000 AfterCastActDelay: 500 @@ -36108,15 +36177,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 65 + Amount: 74 - Level: 2 - Amount: 75 + Amount: 78 - Level: 3 - Amount: 85 + Amount: 82 - Level: 4 - Amount: 95 + Amount: 86 - Level: 5 - Amount: 105 + Amount: 90 - Id: 5236 Name: AG_CRIMSON_ARROW_ATK Description: Crimson Arrow Attack @@ -36150,8 +36219,8 @@ Body: TargetType: Self DamageFlags: Splash: true - Hit: Single - HitCount: 1 + Hit: Multi_Hit + HitCount: -3 Element: Water SplashArea: - Level: 1 @@ -36164,24 +36233,24 @@ Body: Area: 5 - Level: 5 Area: 6 - GiveAp: 1 + GiveAp: 2 CastCancel: true CastTime: 4000 AfterCastActDelay: 500 - Cooldown: 300 + Cooldown: 450 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 45 + Amount: 103 - Level: 2 - Amount: 55 + Amount: 106 - Level: 3 - Amount: 65 + Amount: 109 - Level: 4 - Amount: 75 + Amount: 112 - Level: 5 - Amount: 85 + Amount: 115 - Id: 5238 Name: IQ_POWERFUL_FAITH Description: Powerful Faith @@ -36277,17 +36346,16 @@ Body: Element: Weapon SplashArea: - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 Area: 3 + - Level: 2 + Area: 3 + - Level: 3 + Area: 3 + - Level: 4 + Area: 4 + - Level: 5 + Area: 4 CastCancel: true - AfterCastActDelay: 500 Duration1: - Level: 1 Time: 3000 @@ -36299,22 +36367,19 @@ Body: Time: 6000 - Level: 5 Time: 7000 - Cooldown: 3000 + Cooldown: 1500 Requires: SpCost: - Level: 1 - Amount: 30 + Amount: 45 - Level: 2 - Amount: 40 + Amount: 55 - Level: 3 - Amount: 50 + Amount: 65 - Level: 4 - Amount: 60 + Amount: 75 - Level: 5 - Amount: 70 - ItemCost: - - Item: Holy_Water - Amount: 1 + Amount: 85 Status: Holy_Oil - Id: 5242 Name: IQ_SINCERE_FAITH @@ -36370,11 +36435,11 @@ Body: SplashArea: 4 CastCancel: true AfterCastActDelay: 500 - Duration1: 300000 - Cooldown: 60000 + Duration1: 150000 + Cooldown: 5000 Requires: SpCost: 100 - ApCost: 150 + ApCost: 12 Status: Massive_F_Blaster - Id: 5244 Name: IQ_EXPOSION_BLASTER @@ -36391,41 +36456,41 @@ Body: Element: Weapon SplashArea: - Level: 1 - Area: 2 + Area: 3 - Level: 2 - Area: 2 + Area: 3 - Level: 3 Area: 3 - Level: 4 - Area: 3 + Area: 4 - Level: 5 Area: 4 GiveAp: 4 CastCancel: true AfterCastActDelay: - Level: 1 - Time: 500 + Time: 1500 # TODO - Level: 2 - Time: 400 + Time: 1400 # TODO - Level: 3 - Time: 300 + Time: 1300 # TODO - Level: 4 - Time: 200 + Time: 1200 # TODO - Level: 5 - Time: 0 - Cooldown: 4000 + Time: 1000 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 105 - Level: 2 - Amount: 90 - - Level: 3 - Amount: 100 - - Level: 4 Amount: 110 - - Level: 5 + - Level: 3 + Amount: 115 + - Level: 4 Amount: 120 + - Level: 5 + Amount: 125 - Id: 5245 Name: IQ_FIRST_BRAND Description: First Brand @@ -36434,46 +36499,26 @@ Body: TargetType: Attack DamageFlags: Splash: true - Range: 2 + Range: 3 Hit: Single HitCount: 1 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 + SplashArea: 3 CastCancel: true - Duration1: - - Level: 1 - Time: 1000 - - Level: 2 - Time: 2000 - - Level: 3 - Time: 3000 - - Level: 4 - Time: 4000 - - Level: 5 - Time: 5000 - Cooldown: 500 + Duration1: 5000 + Cooldown: 300 Requires: SpCost: - Level: 1 - Amount: 22 + Amount: 46 - Level: 2 - Amount: 29 - - Level: 3 - Amount: 36 - - Level: 4 - Amount: 43 - - Level: 5 Amount: 50 + - Level: 3 + Amount: 54 + - Level: 4 + Amount: 58 + - Level: 5 + Amount: 62 Status: First_Brand - Id: 5246 Name: IQ_FIRST_FAITH_POWER @@ -36487,18 +36532,18 @@ Body: CastCancel: true CastTime: 2000 AfterCastActDelay: 500 - Duration1: + Duration1: 300000 + Cooldown: - Level: 1 - Time: 60000 - - Level: 2 - Time: 120000 - - Level: 3 Time: 180000 + - Level: 2 + Time: 150000 + - Level: 3 + Time: 120000 - Level: 4 - Time: 240000 + Time: 90000 - Level: 5 - Time: 300000 - Cooldown: 150000 + Time: 60000 FixedCastTime: 1000 Requires: SpCost: 60 @@ -36515,22 +36560,32 @@ Body: CastCancel: true CastTime: 2000 AfterCastActDelay: 500 - Duration1: + Duration1: 300000 + Cooldown: - Level: 1 - Time: 60000 - - Level: 2 - Time: 120000 - - Level: 3 Time: 180000 + - Level: 2 + Time: 150000 + - Level: 3 + Time: 120000 - Level: 4 - Time: 240000 + Time: 90000 - Level: 5 - Time: 300000 - Cooldown: 150000 + Time: 60000 FixedCastTime: 1000 Requires: SpCost: 60 - ApCost: 50 + ApCost: + - Level: 1 + Amount: 80 + - Level: 2 + Amount: 70 + - Level: 3 + Amount: 60 + - Level: 4 + Amount: 50 + - Level: 5 + Amount: 40 Status: First_Faith_Power: true Status: Second_Judge @@ -36546,33 +36601,23 @@ Body: Hit: Single HitCount: 1 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 - GiveAp: 3 + SplashArea: 3 + GiveAp: 4 CastCancel: true Duration1: 5000 - Cooldown: 1000 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 46 + Amount: 51 - Level: 2 - Amount: 52 + Amount: 57 - Level: 3 - Amount: 58 + Amount: 63 - Level: 4 - Amount: 64 + Amount: 69 - Level: 5 - Amount: 70 + Amount: 75 Status: Second_Brand - Id: 5249 Name: IQ_SECOND_FAITH @@ -36586,33 +36631,23 @@ Body: Hit: Multi_Hit HitCount: -2 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 - GiveAp: 1 + SplashArea: 3 + GiveAp: 4 CastCancel: true Duration1: 5000 - Cooldown: 1000 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 36 + Amount: 41 - Level: 2 - Amount: 42 + Amount: 47 - Level: 3 - Amount: 48 + Amount: 53 - Level: 4 - Amount: 54 + Amount: 59 - Level: 5 - Amount: 60 + Amount: 65 Status: Second_Brand - Id: 5250 Name: IQ_SECOND_JUDGEMENT @@ -36626,33 +36661,23 @@ Body: Hit: Multi_Hit HitCount: -3 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 - GiveAp: 2 + SplashArea: 3 + GiveAp: 4 CastCancel: true Duration1: 5000 - Cooldown: 1000 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 45 - - Level: 2 Amount: 50 - - Level: 3 + - Level: 2 Amount: 55 - - Level: 4 + - Level: 3 Amount: 60 - - Level: 5 + - Level: 4 Amount: 65 + - Level: 5 + Amount: 70 Status: Second_Brand - Id: 5251 Name: IQ_THIRD_PUNISH @@ -36665,22 +36690,13 @@ Body: Critical: true Range: 3 Hit: Multi_Hit - HitCount: 2 + HitCount: 3 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 + SplashArea: 3 CastCancel: true Duration1: 600000 - Cooldown: 2000 + AfterCastActDelay: 500 + Cooldown: 700 Requires: SpCost: - Level: 1 @@ -36705,19 +36721,10 @@ Body: Hit: Multi_Hit HitCount: 1 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 + SplashArea: 3 CastCancel: true - Cooldown: 2000 + AfterCastActDelay: 700 + Cooldown: 1000 Requires: SpCost: - Level: 1 @@ -36742,19 +36749,9 @@ Body: Hit: Multi_Hit HitCount: 5 Element: Weapon - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 2 - - Level: 4 - Area: 2 - - Level: 5 - Area: 3 + SplashArea: 3 CastCancel: true - Cooldown: 2000 + Cooldown: 1000 Requires: SpCost: - Level: 1 @@ -36779,22 +36776,32 @@ Body: CastCancel: true CastTime: 2000 AfterCastActDelay: 500 - Duration1: + Duration1: 300000 + Cooldown: - Level: 1 - Time: 30000 + Time: 180000 - Level: 2 - Time: 60000 - - Level: 3 - Time: 90000 - - Level: 4 - Time: 120000 - - Level: 5 Time: 150000 - Cooldown: 150000 + - Level: 3 + Time: 120000 + - Level: 4 + Time: 90000 + - Level: 5 + Time: 60000 FixedCastTime: 1000 Requires: SpCost: 60 - ApCost: 100 + ApCost: + - Level: 1 + Amount: 120 + - Level: 2 + Amount: 105 + - Level: 3 + Amount: 90 + - Level: 4 + Amount: 75 + - Level: 5 + Amount: 60 Status: Second_Judge: true Status: Third_Exor_Flame @@ -36827,16 +36834,16 @@ Body: Toggleable: true Hit: Single HitCount: 1 - GiveAp: 15 SplashArea: 10 CastCancel: true CastTime: 2000 - AfterCastActDelay: 500 - Duration1: 60000 - Cooldown: 15000 + AfterCastActDelay: 300 + Duration1: 40000 + Cooldown: 25000 FixedCastTime: 1000 Requires: SpCost: 60 + ApCost: 35 Status: Guard_Stance: true Status: Guardian_S @@ -36957,33 +36964,32 @@ Body: SplashArea: 3 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 - Duration1: 300000 - Cooldown: 60000 + Duration1: 150000 + Cooldown: 5000 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 41 + Amount: 51 - Level: 2 - Amount: 44 + Amount: 54 - Level: 3 - Amount: 47 + Amount: 57 - Level: 4 - Amount: 50 + Amount: 60 - Level: 5 - Amount: 53 + Amount: 63 - Level: 6 - Amount: 56 + Amount: 66 - Level: 7 - Amount: 59 + Amount: 69 - Level: 8 - Amount: 62 + Amount: 72 - Level: 9 - Amount: 65 + Amount: 75 - Level: 10 - Amount: 68 - ApCost: 150 + Amount: 78 + ApCost: 15 Weapon: 1hSpear: true 2hSpear: true @@ -36999,31 +37005,63 @@ Body: Range: 9 Hit: Multi_Hit HitCount: -10 - Element: Holy + Element: Neutral CastCancel: true CastTime: 2000 - AfterCastActDelay: 1000 - Cooldown: 60000 + Cooldown: 5000 FixedCastTime: 1000 Requires: - SpCost: 150 - ApCost: 150 + SpCost: + - Level: 1 + Amount: 60 + - Level: 2 + Amount: 65 + - Level: 3 + Amount: 70 + - Level: 4 + Amount: 75 + - Level: 5 + Amount: 80 + - Level: 6 + Amount: 85 + - Level: 7 + Amount: 90 + - Level: 8 + Amount: 95 + - Level: 9 + Amount: 100 + - Level: 10 + Amount: 105 + ApCost: 10 - Id: 5265 Name: IG_SHIELD_SHOOTING Description: Shield Shooting MaxLevel: 5 Type: Weapon TargetType: Attack + DamageFlags: + Splash: true Range: 9 Hit: Multi_Hit HitCount: -7 Element: Weapon - GiveAp: 2 + GiveAp: 5 + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 CastCancel: true CastTime: 500 AfterCastActDelay: 500 Duration1: 10000 - Cooldown: 1000 + Cooldown: 700 FixedCastTime: 500 Requires: SpCost: @@ -37054,34 +37092,34 @@ Body: HitCount: 3 Element: Weapon SplashArea: 3 - GiveAp: 2 + GiveAp: 5 CastCancel: true CastTime: 1000 AfterCastActDelay: 500 - Cooldown: 1000 + Cooldown: 700 FixedCastTime: 500 Requires: SpCost: - Level: 1 - Amount: 41 + Amount: 38 - Level: 2 - Amount: 44 + Amount: 41 - Level: 3 - Amount: 47 + Amount: 44 - Level: 4 - Amount: 50 + Amount: 47 - Level: 5 - Amount: 53 + Amount: 50 - Level: 6 - Amount: 56 + Amount: 53 - Level: 7 - Amount: 59 + Amount: 56 - Level: 8 - Amount: 62 + Amount: 59 - Level: 9 - Amount: 65 + Amount: 62 - Level: 10 - Amount: 68 + Amount: 65 Status: Attack_Stance: true - Id: 5267 @@ -37094,35 +37132,35 @@ Body: Hit: Single HitCount: 1 Element: Holy - GiveAp: 5 + GiveAp: 6 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 - Duration1: 4500 - Cooldown: 5000 + AfterCastActDelay: 150 + Duration1: 2400 + Cooldown: 2400 FixedCastTime: 1500 Requires: SpCost: - Level: 1 - Amount: 50 + Amount: 67 - Level: 2 - Amount: 54 - - Level: 3 - Amount: 58 - - Level: 4 - Amount: 62 - - Level: 5 - Amount: 66 - - Level: 6 Amount: 70 - - Level: 7 - Amount: 74 - - Level: 8 - Amount: 78 - - Level: 9 + - Level: 3 + Amount: 73 + - Level: 4 + Amount: 76 + - Level: 5 + Amount: 79 + - Level: 6 Amount: 82 + - Level: 7 + Amount: 85 + - Level: 8 + Amount: 88 + - Level: 9 + Amount: 91 - Level: 10 - Amount: 86 + Amount: 94 Unit: Id: Cross_Rain Range: @@ -37317,34 +37355,35 @@ Body: Hit: Single HitCount: 1 Element: Holy + GiveAp: 2 CastCancel: true CastTime: 2000 AfterCastActDelay: 500 Duration1: 20000 - Cooldown: 2000 + Cooldown: 1000 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 50 + Amount: 107 - Level: 2 - Amount: 60 + Amount: 109 - Level: 3 - Amount: 70 + Amount: 111 - Level: 4 - Amount: 80 + Amount: 113 - Level: 5 - Amount: 90 + Amount: 115 - Level: 6 - Amount: 100 + Amount: 117 - Level: 7 - Amount: 110 + Amount: 119 - Level: 8 - Amount: 120 + Amount: 121 - Level: 9 - Amount: 130 + Amount: 123 - Level: 10 - Amount: 140 + Amount: 125 Status: HandicapState_DeepSilence - Id: 5274 Name: CD_ARBITRIUM_ATK @@ -37358,27 +37397,7 @@ Body: Hit: Single HitCount: 1 Element: Holy - SplashArea: - - Level: 1 - Area: 1 - - Level: 2 - Area: 1 - - Level: 3 - Area: 1 - - Level: 4 - Area: 2 - - Level: 5 - Area: 2 - - Level: 6 - Area: 2 - - Level: 7 - Area: 3 - - Level: 8 - Area: 3 - - Level: 9 - Area: 3 - - Level: 10 - Area: 4 + SplashArea: 4 Requires: SpCost: 1 - Id: 5275 @@ -37437,11 +37456,10 @@ Body: HitCount: -7 Element: Weapon CastCancel: true - AfterCastActDelay: 500 - Cooldown: 60000 + Cooldown: 500 Requires: - SpCost: 60 - ApCost: 100 + SpCost: 75 + ApCost: 12 Weapon: Mace: true 2hMace: true @@ -37462,20 +37480,30 @@ Body: AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 120000 - - Level: 2 - Time: 150000 - - Level: 3 Time: 180000 - - Level: 4 + - Level: 2 Time: 210000 - - Level: 5 + - Level: 3 Time: 240000 + - Level: 4 + Time: 270000 + - Level: 5 + Time: 300000 Cooldown: 60000 FixedCastTime: 2000 Requires: SpCost: 60 - ApCost: 200 + ApCost: + - Level: 1 + Amount: 200 + - Level: 2 + Amount: 190 + - Level: 3 + Amount: 180 + - Level: 4 + Amount: 170 + - Level: 5 + Amount: 160 Status: Competentia - Id: 5279 Name: CD_PNEUMATICUS_PROCELLA @@ -37486,16 +37514,16 @@ Body: Range: 9 Hit: Multi_Hit HitCount: -10 - Element: Holy + Element: Neutral CastCancel: true CastTime: 3000 AfterCastActDelay: 500 Duration1: 12000 - Cooldown: 60000 + Cooldown: 5000 FixedCastTime: 2000 Requires: SpCost: 150 - ApCost: 150 + ApCost: 20 Unit: Id: Pneumaticus_Procella Range: @@ -37664,45 +37692,45 @@ Body: - Level: 3 Area: 1 - Level: 4 - Area: 2 + Area: 1 - Level: 5 Area: 2 - Level: 6 Area: 2 - Level: 7 - Area: 3 + Area: 2 - Level: 8 - Area: 3 + Area: 2 - Level: 9 Area: 3 - Level: 10 - Area: 4 - GiveAp: 2 + Area: 3 + GiveAp: 3 CastCancel: true AfterCastActDelay: 500 - Cooldown: 1000 + Cooldown: 500 Requires: SpCost: - Level: 1 - Amount: 32 - - Level: 2 - Amount: 34 - - Level: 3 - Amount: 36 - - Level: 4 Amount: 38 - - Level: 5 - Amount: 40 - - Level: 6 - Amount: 42 - - Level: 7 + - Level: 2 + Amount: 41 + - Level: 3 Amount: 44 - - Level: 8 - Amount: 46 - - Level: 9 - Amount: 48 - - Level: 10 + - Level: 4 + Amount: 47 + - Level: 5 Amount: 50 + - Level: 6 + Amount: 53 + - Level: 7 + Amount: 56 + - Level: 8 + Amount: 59 + - Level: 9 + Amount: 62 + - Level: 10 + Amount: 65 Weapon: Mace: true 2hMace: true @@ -37730,7 +37758,7 @@ Body: Area: 3 - Level: 5 Area: 3 - GiveAp: 1 + GiveAp: 2 CastCancel: true CastTime: 2000 AfterCastActDelay: 500 @@ -37749,15 +37777,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 80 - Level: 2 - Amount: 45 + Amount: 83 - Level: 3 - Amount: 50 + Amount: 86 - Level: 4 - Amount: 55 + Amount: 89 - Level: 5 - Amount: 60 + Amount: 92 - Id: 5285 Name: SHC_SHADOW_EXCEED Description: Shadow Exceed @@ -37769,33 +37797,52 @@ Body: HitCount: 1 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 60000 + Time: 30000 - Level: 2 - Time: 80000 + Time: 60000 - Level: 3 - Time: 100000 + Time: 90000 - Level: 4 Time: 120000 - Level: 5 - Time: 140000 + Time: 150000 - Level: 6 - Time: 160000 - - Level: 7 Time: 180000 + - Level: 7 + Time: 210000 - Level: 8 - Time: 200000 - - Level: 9 - Time: 220000 - - Level: 10 Time: 240000 + - Level: 9 + Time: 270000 + - Level: 10 + Time: 300000 Cooldown: 60000 FixedCastTime: 1000 Requires: SpCost: 100 - ApCost: 150 + ApCost: + - Level: 1 + Amount: 152 + - Level: 2 + Amount: 149 + - Level: 3 + Amount: 146 + - Level: 4 + Amount: 143 + - Level: 5 + Amount: 140 + - Level: 6 + Amount: 137 + - Level: 7 + Amount: 134 + - Level: 8 + Amount: 131 + - Level: 9 + Amount: 128 + - Level: 10 + Amount: 125 Status: Shadow_Exceed - Id: 5286 Name: SHC_DANCING_KNIFE @@ -37843,52 +37890,53 @@ Body: Hit: Multi_Hit HitCount: 3 Element: Weapon - SplashArea: 2 + GiveAp: 2 + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 2 + - Level: 5 + Area: 2 + - Level: 6 + Area: 3 + - Level: 7 + Area: 3 + - Level: 8 + Area: 3 + - Level: 9 + Area: 3 + - Level: 10 + Area: 3 CastCancel: true AfterCastActDelay: 300 - Cooldown: - - Level: 1 - Time: 3000 - - Level: 2 - Time: 2800 - - Level: 3 - Time: 2600 - - Level: 4 - Time: 2400 - - Level: 5 - Time: 2200 - - Level: 6 - Time: 2000 - - Level: 7 - Time: 1800 - - Level: 8 - Time: 1600 - - Level: 9 - Time: 1400 - - Level: 10 - Time: 1000 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 28 + Amount: 45 - Level: 2 - Amount: 31 + Amount: 48 - Level: 3 - Amount: 34 + Amount: 51 - Level: 4 - Amount: 37 + Amount: 54 - Level: 5 - Amount: 40 + Amount: 57 - Level: 6 - Amount: 43 + Amount: 60 - Level: 7 - Amount: 46 + Amount: 63 - Level: 8 - Amount: 49 + Amount: 66 - Level: 9 - Amount: 52 + Amount: 69 - Level: 10 - Amount: 55 + Amount: 72 Weapon: Katar: true - Id: 5288 @@ -37903,16 +37951,16 @@ Body: TargetType: Attack DamageFlags: Critical: true - Range: 2 + Range: 3 Hit: Multi_Hit HitCount: 1 Element: Weapon CastCancel: true AfterCastActDelay: 500 Duration1: 3000 - Cooldown: 750 + Cooldown: 500 Requires: - SpCost: 40 + SpCost: 60 Status: Weaponblock_On: true Status: E_Slash_Count @@ -37929,25 +37977,25 @@ Body: AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 30000 + Time: 75000 - Level: 2 - Time: 40000 - - Level: 3 - Time: 50000 - - Level: 4 - Time: 60000 - - Level: 5 - Time: 70000 - - Level: 6 - Time: 80000 - - Level: 7 - Time: 90000 - - Level: 8 Time: 100000 + - Level: 3 + Time: 125000 + - Level: 4 + Time: 150000 + - Level: 5 + Time: 175000 + - Level: 6 + Time: 200000 + - Level: 7 + Time: 225000 + - Level: 8 + Time: 250000 - Level: 9 - Time: 110000 + Time: 275000 - Level: 10 - Time: 120000 + Time: 300000 Cooldown: 3000 Requires: SpCost: @@ -37984,24 +38032,23 @@ Body: IgnoreDefense: true Range: 2 Hit: Multi_Hit - HitCount: 1 + HitCount: 3 Element: Weapon - GiveAp: 1 + GiveAp: 2 CastCancel: true - AfterCastActDelay: 500 - Cooldown: 1000 + Cooldown: 350 Requires: SpCost: - Level: 1 - Amount: 45 + Amount: 40 - Level: 2 - Amount: 50 + Amount: 45 - Level: 3 - Amount: 55 + Amount: 50 - Level: 4 - Amount: 60 + Amount: 55 - Level: 5 - Amount: 65 + Amount: 60 Weapon: Dagger: true - Id: 5292 @@ -38027,23 +38074,22 @@ Body: Area: 2 - Level: 5 Area: 3 - GiveAp: 5 + GiveAp: 3 CastCancel: true - AfterCastActDelay: 500 Duration1: 10000 - Cooldown: 5000 + Cooldown: 1500 Requires: SpCost: - Level: 1 - Amount: 43 - - Level: 2 Amount: 46 + - Level: 2 + Amount: 54 - Level: 3 - Amount: 49 + Amount: 62 - Level: 4 - Amount: 52 + Amount: 70 - Level: 5 - Amount: 55 + Amount: 78 Weapon: Katar: true Status: @@ -38091,9 +38137,10 @@ Body: Element: Weapon SplashArea: 3 CastCancel: true - AfterCastActDelay: 500 + CastTime: 500 Duration1: 20000 Cooldown: 60000 + FixedCastTime: 500 Requires: SpCost: 150 ApCost: 150 @@ -38124,21 +38171,31 @@ Body: Area: 3 GiveAp: 3 CastCancel: true - AfterCastActDelay: 500 - Duration1: 10000 - Cooldown: 1000 + AfterCastActDelay: 700 + Duration1: + - Level: 1 + Time: 10000 + - Level: 2 + Time: 15000 + - Level: 3 + Time: 20000 + - Level: 4 + Time: 25000 + - Level: 5 + Time: 30000 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 25 - - Level: 2 - Amount: 30 - - Level: 3 - Amount: 35 - - Level: 4 - Amount: 40 - - Level: 5 Amount: 45 + - Level: 2 + Amount: 55 + - Level: 3 + Amount: 65 + - Level: 4 + Amount: 75 + - Level: 5 + Amount: 85 Weapon: 1hAxe: true 2hAxe: true @@ -38179,7 +38236,6 @@ Body: - Level: 10 Area: 3 CastCancel: true - AfterCastActDelay: 500 Cooldown: 60000 Duration1: 30000 Duration2: @@ -38647,19 +38703,19 @@ Body: - Level: 4 Time: 900 - Level: 5 - Time: 300 + Time: 400 Requires: SpCost: - Level: 1 - Amount: 40 - - Level: 2 - Amount: 45 - - Level: 3 - Amount: 50 - - Level: 4 - Amount: 55 - - Level: 5 Amount: 60 + - Level: 2 + Amount: 64 + - Level: 3 + Amount: 68 + - Level: 4 + Amount: 72 + - Level: 5 + Amount: 76 Weapon: Dagger: true 1hSword: true @@ -38726,21 +38782,20 @@ Body: Area: 4 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 - Cooldown: 1500 + Cooldown: 1000 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 35 - Level: 2 - Amount: 50 + Amount: 45 - Level: 3 - Amount: 60 + Amount: 55 - Level: 4 - Amount: 70 + Amount: 65 - Level: 5 - Amount: 80 + Amount: 75 Weapon: Bow: true Ammo: @@ -38789,7 +38844,7 @@ Body: Time: 1500 - Level: 5 Time: 1000 - Cooldown: 60000 + Cooldown: 30000 Requires: SpCost: - Level: 1 @@ -38820,26 +38875,27 @@ Body: FixedCastTime: 1000 Requires: SpCost: 100 - ApCost: 150 + ApCost: 120 Status: Abyss_Slayer - Id: 5319 Name: ABC_ABYSS_STRIKE - Description: Abyss Strike + Description: Omega Abyss Strike MaxLevel: 10 Type: Magic TargetType: Ground Range: 9 Hit: Single HitCount: 1 + Element: Fire CastCancel: true CastTime: 2000 AfterCastActDelay: 500 Duration1: 100 - Cooldown: 60000 + Cooldown: 700 FixedCastTime: 1000 Requires: - SpCost: 150 - ApCost: 150 + SpCost: 125 + ApCost: 10 Unit: Id: Dummyskill Range: 4 @@ -38857,75 +38913,55 @@ Body: Splash: true Range: 2 Hit: Multi_Hit - HitCount: -5 + HitCount: 5 Element: Weapon SplashArea: - Level: 1 - Area: 1 + Area: 2 - Level: 2 - Area: 1 + Area: 2 - Level: 3 - Area: 1 + Area: 2 - Level: 4 - Area: 1 + Area: 2 - Level: 5 - Area: 1 + Area: 2 - Level: 6 - Area: 2 + Area: 3 - Level: 7 - Area: 2 + Area: 3 - Level: 8 - Area: 2 + Area: 3 - Level: 9 - Area: 2 + Area: 3 - Level: 10 - Area: 2 - GiveAp: 2 + Area: 3 + GiveAp: 3 CastCancel: true AfterCastActDelay: 500 - Cooldown: - - Level: 1 - Time: 2000 - - Level: 2 - Time: 1900 - - Level: 3 - Time: 1700 - - Level: 4 - Time: 1500 - - Level: 5 - Time: 1300 - - Level: 6 - Time: 1100 - - Level: 7 - Time: 900 - - Level: 8 - Time: 700 - - Level: 9 - Time: 500 - - Level: 10 - Time: 300 + Cooldown: 700 Requires: SpCost: - Level: 1 - Amount: 28 + Amount: 45 - Level: 2 - Amount: 31 + Amount: 48 - Level: 3 - Amount: 34 + Amount: 51 - Level: 4 - Amount: 37 + Amount: 54 - Level: 5 - Amount: 40 + Amount: 57 - Level: 6 - Amount: 43 + Amount: 60 - Level: 7 - Amount: 46 + Amount: 63 - Level: 8 - Amount: 49 + Amount: 66 - Level: 9 - Amount: 52 + Amount: 69 - Level: 10 - Amount: 55 + Amount: 72 - Id: 5321 Name: ABC_ABYSS_SQUARE Description: Abyss Square @@ -38935,7 +38971,7 @@ Body: Range: 9 Hit: Multi_Hit HitCount: 1 - GiveAp: 4 + GiveAp: 5 CastCancel: true CastTime: 2000 AfterCastActDelay: 500 @@ -38972,54 +39008,34 @@ Body: Critical: true Range: 9 Hit: Multi_Hit - HitCount: 1 + HitCount: 2 Element: Weapon - GiveAp: 1 + GiveAp: 3 CastCancel: true AfterCastActDelay: 500 - Cooldown: - - Level: 1 - Time: 2000 - - Level: 2 - Time: 1800 - - Level: 3 - Time: 1600 - - Level: 4 - Time: 1400 - - Level: 5 - Time: 1200 - - Level: 6 - Time: 1000 - - Level: 7 - Time: 800 - - Level: 8 - Time: 600 - - Level: 9 - Time: 400 - - Level: 10 - Time: 200 + Cooldown: 350 Requires: SpCost: - Level: 1 - Amount: 35 + Amount: 47 - Level: 2 - Amount: 45 + Amount: 49 - Level: 3 - Amount: 55 + Amount: 51 - Level: 4 - Amount: 65 + Amount: 53 - Level: 5 - Amount: 75 + Amount: 55 - Level: 6 - Amount: 85 + Amount: 57 - Level: 7 - Amount: 95 + Amount: 59 - Level: 8 - Amount: 105 + Amount: 61 - Level: 9 - Amount: 115 + Amount: 63 - Level: 10 - Amount: 125 + Amount: 65 Weapon: Bow: true Ammo: @@ -39123,12 +39139,12 @@ Body: HitCount: 1 CastCancel: true AfterCastActDelay: 500 - Duration1: 60000 - Cooldown: 300000 + Duration1: 180000 + Cooldown: 60000 FixedCastTime: 1000 Requires: SpCost: 300 - ApCost: 200 + ApCost: 125 Status: CalamityGale - Id: 5329 Name: WH_HAWKBOOMERANG @@ -39144,10 +39160,11 @@ Body: CastCancel: true CastTime: 800 AfterCastActDelay: 500 + Cooldown: 150 FixedCastTime: 200 Requires: - SpCost: 120 - ApCost: 15 + SpCost: 80 + ApCost: 12 Weapon: Bow: true State: Falcon @@ -39180,38 +39197,38 @@ Body: - Level: 7 Area: 3 - Level: 8 - Area: 4 + Area: 3 - Level: 9 Area: 4 - Level: 10 - Area: 5 + Area: 4 CastCancel: true CastTime: 3500 AfterCastActDelay: 500 - Cooldown: 2000 + Cooldown: 700 FixedCastTime: 500 Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 93 - Level: 2 - Amount: 91 + Amount: 96 - Level: 3 - Amount: 102 + Amount: 99 - Level: 4 - Amount: 113 + Amount: 102 - Level: 5 - Amount: 124 + Amount: 105 - Level: 6 - Amount: 135 + Amount: 108 - Level: 7 - Amount: 146 + Amount: 111 - Level: 8 - Amount: 157 + Amount: 114 - Level: 9 - Amount: 168 + Amount: 117 - Level: 10 - Amount: 179 + Amount: 120 Weapon: Bow: true Ammo: @@ -39225,51 +39242,71 @@ Body: TargetType: Ground DamageFlags: IgnoreFlee: true + Flags: + AllowOnWarg: true Range: 1 Hit: Single HitCount: 1 Element: Dark - GiveAp: 3 + GiveAp: + - Level: 1 + Amount: 1 + - Level: 2 + Amount: 1 + - Level: 3 + Amount: 2 + - Level: 4 + Amount: 2 + - Level: 5 + Amount: 3 CastCancel: true CastTime: 1000 AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 12000 + Time: 3000 - Level: 2 - Time: 24000 + Time: 3500 - Level: 3 - Time: 36000 + Time: 4000 - Level: 4 - Time: 48000 + Time: 4500 - Level: 5 - Time: 60000 - Duration2: 20000 - Cooldown: 30000 + Time: 5000 + Cooldown: 2500 Requires: SpCost: - Level: 1 - Amount: 50 + Amount: 68 - Level: 2 - Amount: 53 + Amount: 72 - Level: 3 - Amount: 56 + Amount: 76 - Level: 4 - Amount: 59 + Amount: 80 - Level: 5 - Amount: 62 + Amount: 84 ItemCost: - Item: Special_Alloy_Trap Amount: 2 Unit: Id: Deepblindtrap - Range: 1 - Interval: 3000 + Range: + - Level: 1 + Size: 1 + - Level: 2 + Size: 1 + - Level: 3 + Size: 2 + - Level: 4 + Size: 2 + - Level: 5 + Size: 3 + Interval: 500 Target: Enemy Flag: NoOverlap: true PathCheck: true - Status: Handicapstate_Deepblind - Id: 5332 Name: WH_SOLIDTRAP Description: Solid Trap @@ -39278,47 +39315,67 @@ Body: TargetType: Ground DamageFlags: IgnoreFlee: true + Flags: + AllowOnWarg: true Range: 1 Hit: Single HitCount: 1 Element: Earth - GiveAp: 3 + GiveAp: + - Level: 1 + Amount: 1 + - Level: 2 + Amount: 1 + - Level: 3 + Amount: 2 + - Level: 4 + Amount: 2 + - Level: 5 + Amount: 3 CastCancel: true CastTime: 1000 AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 12000 + Time: 3000 - Level: 2 - Time: 24000 + Time: 3500 - Level: 3 - Time: 36000 + Time: 4000 - Level: 4 - Time: 48000 + Time: 4500 - Level: 5 - Time: 60000 - Duration2: 10000 - Cooldown: 30000 + Time: 5000 + Cooldown: 2500 Requires: SpCost: - Level: 1 - Amount: 70 + Amount: 68 - Level: 2 - Amount: 80 + Amount: 72 - Level: 3 - Amount: 90 + Amount: 76 - Level: 4 - Amount: 100 + Amount: 80 - Level: 5 - Amount: 110 + Amount: 84 ItemCost: - Item: Special_Alloy_Trap Amount: 2 - Status: HandicapState_Crystallization Unit: Id: Solidtrap - Range: 1 - Interval: 3000 + Range: + - Level: 1 + Size: 1 + - Level: 2 + Size: 1 + - Level: 3 + Size: 2 + - Level: 4 + Size: 2 + - Level: 5 + Size: 3 + Interval: 500 Target: Enemy Flag: NoOverlap: true @@ -39331,47 +39388,67 @@ Body: TargetType: Ground DamageFlags: IgnoreFlee: true + Flags: + AllowOnWarg: true Range: 1 Hit: Single HitCount: 1 Element: Wind - GiveAp: 3 + GiveAp: + - Level: 1 + Amount: 1 + - Level: 2 + Amount: 1 + - Level: 3 + Amount: 2 + - Level: 4 + Amount: 2 + - Level: 5 + Amount: 3 CastCancel: true CastTime: 1000 AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 12000 + Time: 3000 - Level: 2 - Time: 24000 + Time: 3500 - Level: 3 - Time: 36000 + Time: 4000 - Level: 4 - Time: 48000 + Time: 4500 - Level: 5 - Time: 60000 - Duration2: 10000 - Cooldown: 30000 + Time: 5000 + Cooldown: 2500 Requires: SpCost: - Level: 1 - Amount: 60 - - Level: 2 - Amount: 62 - - Level: 3 - Amount: 64 - - Level: 4 - Amount: 66 - - Level: 5 Amount: 68 + - Level: 2 + Amount: 72 + - Level: 3 + Amount: 76 + - Level: 4 + Amount: 80 + - Level: 5 + Amount: 84 ItemCost: - Item: Special_Alloy_Trap Amount: 2 - Status: HandicapState_LightningStrike Unit: Id: Swifttrap - Range: 1 - Interval: 3000 + Range: + - Level: 1 + Size: 1 + - Level: 2 + Size: 1 + - Level: 3 + Size: 2 + - Level: 4 + Size: 2 + - Level: 5 + Size: 3 + Interval: 500 Target: Enemy Flag: NoOverlap: true @@ -39391,31 +39468,32 @@ Body: GiveAp: 1 CastCancel: true CastTime: 800 - AfterCastActDelay: 500 + AfterCastActDelay: 700 Duration1: 10000 FixedCastTime: 200 + Cooldown: 350 Requires: SpCost: - Level: 1 - Amount: 55 + Amount: 47 - Level: 2 - Amount: 60 + Amount: 49 - Level: 3 - Amount: 65 + Amount: 51 - Level: 4 - Amount: 70 + Amount: 53 - Level: 5 - Amount: 75 + Amount: 55 - Level: 6 - Amount: 80 + Amount: 57 - Level: 7 - Amount: 85 + Amount: 59 - Level: 8 - Amount: 90 + Amount: 61 - Level: 9 - Amount: 95 + Amount: 63 - Level: 10 - Amount: 100 + Amount: 65 Weapon: Bow: true Ammo: @@ -39430,51 +39508,71 @@ Body: TargetType: Ground DamageFlags: IgnoreFlee: true + Flags: + AllowOnWarg: true Range: 1 Hit: Single HitCount: 1 Element: Fire - GiveAp: 3 + GiveAp: + - Level: 1 + Amount: 1 + - Level: 2 + Amount: 1 + - Level: 3 + Amount: 2 + - Level: 4 + Amount: 2 + - Level: 5 + Amount: 3 CastCancel: true CastTime: 1000 AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 12000 + Time: 3000 - Level: 2 - Time: 24000 + Time: 3500 - Level: 3 - Time: 36000 + Time: 4000 - Level: 4 - Time: 48000 + Time: 4500 - Level: 5 - Time: 60000 - Duration2: 20000 - Cooldown: 30000 + Time: 5000 + Cooldown: 2500 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 68 - Level: 2 - Amount: 44 + Amount: 72 - Level: 3 - Amount: 48 + Amount: 76 - Level: 4 - Amount: 52 + Amount: 80 - Level: 5 - Amount: 56 + Amount: 84 ItemCost: - Item: Special_Alloy_Trap Amount: 2 Unit: Id: Flametrap - Range: 1 - Interval: 3000 + Range: + - Level: 1 + Size: 1 + - Level: 2 + Size: 1 + - Level: 3 + Size: 2 + - Level: 4 + Size: 2 + - Level: 5 + Size: 3 + Interval: 500 Target: Enemy Flag: NoOverlap: true PathCheck: true - Status: HandicapState_Conflagration - Id: 5336 Name: BO_BIONIC_PHARMACY Description: Bionic Pharmacy @@ -39569,13 +39667,13 @@ Body: AfterCastActDelay: 500 Duration1: - Level: 1 - Time: 30000 + Time: 90000 - Level: 2 - Time: 40000 + Time: 120000 - Level: 3 - Time: 50000 + Time: 150000 - Level: 4 - Time: 60000 + Time: 180000 FixedCastTime: 1000 Requires: SpCost: @@ -39601,7 +39699,7 @@ Body: Splash: true Range: 7 Hit: Multi_Hit - HitCount: 5 + HitCount: 7 Element: Water SplashArea: - Level: 1 @@ -39627,22 +39725,22 @@ Body: Amount: 5 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 + AfterCastActDelay: 150 Duration1: 10000 - Cooldown: 1000 + Cooldown: 500 FixedCastTime: 500 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 51 - Level: 2 - Amount: 52 + Amount: 54 - Level: 3 - Amount: 64 + Amount: 57 - Level: 4 - Amount: 76 + Amount: 60 - Level: 5 - Amount: 88 + Amount: 63 ItemCost: - Item: Icicle_Acid_Bottle Amount: 2 @@ -39663,7 +39761,7 @@ Body: Splash: true Range: 7 Hit: Multi_Hit - HitCount: 5 + HitCount: 7 Element: Earth SplashArea: - Level: 1 @@ -39689,22 +39787,22 @@ Body: Amount: 5 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 + AfterCastActDelay: 150 Duration1: 10000 - Cooldown: 1000 + Cooldown: 500 FixedCastTime: 500 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 51 - Level: 2 - Amount: 52 + Amount: 54 - Level: 3 - Amount: 64 + Amount: 57 - Level: 4 - Amount: 76 + Amount: 60 - Level: 5 - Amount: 88 + Amount: 63 ItemCost: - Item: Earth_Acid_Bottle Amount: 2 @@ -39725,7 +39823,7 @@ Body: Splash: true Range: 7 Hit: Multi_Hit - HitCount: 5 + HitCount: 7 Element: Wind SplashArea: - Level: 1 @@ -39751,22 +39849,22 @@ Body: Amount: 5 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 + AfterCastActDelay: 150 Duration1: 10000 - Cooldown: 1000 + Cooldown: 500 FixedCastTime: 500 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 51 - Level: 2 - Amount: 52 + Amount: 54 - Level: 3 - Amount: 64 + Amount: 57 - Level: 4 - Amount: 76 + Amount: 60 - Level: 5 - Amount: 88 + Amount: 63 ItemCost: - Item: Gale_Acid_Bottle Amount: 2 @@ -39787,7 +39885,7 @@ Body: Splash: true Range: 7 Hit: Multi_Hit - HitCount: 5 + HitCount: 7 Element: Fire SplashArea: - Level: 1 @@ -39813,22 +39911,22 @@ Body: Amount: 5 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 + AfterCastActDelay: 150 Duration1: 10000 - Cooldown: 1000 + Cooldown: 500 FixedCastTime: 500 Requires: SpCost: - Level: 1 - Amount: 40 + Amount: 51 - Level: 2 - Amount: 52 + Amount: 54 - Level: 3 - Amount: 64 + Amount: 57 - Level: 4 - Amount: 76 + Amount: 60 - Level: 5 - Amount: 88 + Amount: 63 ItemCost: - Item: Flame_Acid_Bottle Amount: 2 @@ -39980,9 +40078,9 @@ Body: CastCancel: true CastTime: 2000 AfterCastActDelay: 500 - Duration1: 60000 - Cooldown: 120000 - FixedCastTime: 1000 + Duration1: 150000 + Cooldown: 60000 + FixedCastTime: 500 Requires: SpCost: 60 ApCost: 100 @@ -40108,20 +40206,20 @@ Body: CastTime: 1000 AfterCastActDelay: 500 Duration1: 500 - Cooldown: 500 + Cooldown: 700 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 105 + Amount: 70 - Level: 2 - Amount: 110 + Amount: 76 - Level: 3 - Amount: 115 + Amount: 82 - Level: 4 - Amount: 120 + Amount: 88 - Level: 5 - Amount: 125 + Amount: 94 Weapon: Bow: true Musical: true @@ -40178,21 +40276,21 @@ Body: Amount: 2 CastCancel: true CastTime: 1000 - AfterCastActDelay: 500 - Cooldown: 1000 + AfterCastActDelay: 350 + Cooldown: 350 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 66 + Amount: 36 - Level: 2 - Amount: 72 + Amount: 40 - Level: 3 - Amount: 78 + Amount: 44 - Level: 4 - Amount: 84 + Amount: 48 - Level: 5 - Amount: 90 + Amount: 52 Weapon: Bow: true Musical: true @@ -40222,32 +40320,23 @@ Body: - Level: 4 Area: 3 - Level: 5 - Area: 3 - GiveAp: - - Level: 1 - Amount: 2 - - Level: 2 - Amount: 2 - - Level: 3 - Amount: 2 - - Level: 4 - Amount: 3 - - Level: 5 - Amount: 3 + Area: 4 + GiveAp: 2 CastCancel: true - Cooldown: 500 + AfterCastActDelay: 500 + Cooldown: 400 Requires: SpCost: - Level: 1 - Amount: 120 + Amount: 70 - Level: 2 - Amount: 132 + Amount: 76 - Level: 3 - Amount: 144 + Amount: 82 - Level: 4 - Amount: 156 + Amount: 88 - Level: 5 - Amount: 168 + Amount: 94 Weapon: Musical: true Whip: true @@ -40315,15 +40404,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 80 + Amount: 40 - Level: 2 - Amount: 92 + Amount: 50 - Level: 3 - Amount: 104 + Amount: 60 - Level: 4 - Amount: 116 + Amount: 70 - Level: 5 - Amount: 128 + Amount: 80 Weapon: Musical: true Whip: true @@ -40773,20 +40862,20 @@ Body: AfterCastActDelay: 500 Duration1: 100 Duration2: 10000 - Cooldown: 2000 + Cooldown: 1000 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 84 + Amount: 80 - Level: 2 - Amount: 88 + Amount: 84 - Level: 3 - Amount: 92 + Amount: 88 - Level: 4 - Amount: 96 + Amount: 92 - Level: 5 - Amount: 100 + Amount: 96 Unit: Id: Dummyskill Range: 4 @@ -40808,7 +40897,7 @@ Body: GiveAp: 5 CastCancel: true CastTime: 4000 - AfterCastActDelay: 500 + AfterCastActDelay: 700 Duration1: 3000 Duration2: 10000 Cooldown: 2000 @@ -40816,15 +40905,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 65 + Amount: 94 - Level: 2 - Amount: 70 + Amount: 98 - Level: 3 - Amount: 80 + Amount: 102 - Level: 4 - Amount: 85 + Amount: 106 - Level: 5 - Amount: 95 + Amount: 110 Unit: Id: Lightning_Land Range: 4 @@ -40847,7 +40936,7 @@ Body: GiveAp: 5 CastCancel: true CastTime: 4000 - AfterCastActDelay: 500 + AfterCastActDelay: 700 Duration1: 3000 Duration2: 20000 Cooldown: 2000 @@ -40855,15 +40944,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 84 - - Level: 2 - Amount: 88 - - Level: 3 Amount: 92 + - Level: 2 + Amount: 97 + - Level: 3 + Amount: 102 - Level: 4 - Amount: 96 + Amount: 107 - Level: 5 - Amount: 100 + Amount: 112 Unit: Id: Venom_Swamp Range: 4 @@ -40886,7 +40975,7 @@ Body: GiveAp: 5 CastCancel: true CastTime: 4000 - AfterCastActDelay: 500 + AfterCastActDelay: 700 Duration1: 3000 Duration2: 20000 Cooldown: 2000 @@ -40894,15 +40983,15 @@ Body: Requires: SpCost: - Level: 1 - Amount: 70 + Amount: 97 - Level: 2 - Amount: 80 + Amount: 101 - Level: 3 - Amount: 90 + Amount: 105 - Level: 4 - Amount: 100 + Amount: 109 - Level: 5 - Amount: 110 + Amount: 113 Unit: Id: Conflagration Range: 4 @@ -40928,20 +41017,20 @@ Body: AfterCastActDelay: 500 Duration1: 100 Duration2: 10000 - Cooldown: 2000 + Cooldown: 1000 FixedCastTime: 1000 Requires: SpCost: - Level: 1 - Amount: 84 + Amount: 80 - Level: 2 - Amount: 88 + Amount: 84 - Level: 3 - Amount: 92 + Amount: 88 - Level: 4 - Amount: 96 + Amount: 92 - Level: 5 - Amount: 100 + Amount: 96 Unit: Id: Dummyskill Range: 4 @@ -40967,7 +41056,7 @@ Body: CastTime: 3000 AfterCastActDelay: 500 Duration1: 1500000 - Cooldown: 900000 + Cooldown: 60000 FixedCastTime: 2000 Requires: SpCost: 100 @@ -40988,7 +41077,7 @@ Body: CastTime: 3000 AfterCastActDelay: 500 Duration1: 1500000 - Cooldown: 900000 + Cooldown: 60000 FixedCastTime: 2000 Requires: SpCost: 100 @@ -41009,7 +41098,7 @@ Body: CastTime: 3000 AfterCastActDelay: 500 Duration1: 1500000 - Cooldown: 900000 + Cooldown: 60000 FixedCastTime: 2000 Requires: SpCost: 100 @@ -41030,7 +41119,7 @@ Body: CastTime: 3000 AfterCastActDelay: 500 Duration1: 1500000 - Cooldown: 900000 + Cooldown: 60000 FixedCastTime: 2000 Requires: SpCost: 100 @@ -41051,7 +41140,7 @@ Body: CastTime: 3000 AfterCastActDelay: 500 Duration1: 1500000 - Cooldown: 900000 + Cooldown: 60000 FixedCastTime: 2000 Requires: SpCost: 100 @@ -41070,11 +41159,11 @@ Body: CastCancel: true CastTime: 8000 AfterCastActDelay: 500 - Cooldown: 60000 - FixedCastTime: 2000 + Cooldown: 2000 + FixedCastTime: 1500 Requires: - SpCost: 150 - ApCost: 150 + SpCost: 140 + ApCost: 15 - Id: 5381 Name: EM_ELEMENTAL_VEIL Description: Elemental Veil @@ -41121,10 +41210,12 @@ Body: TargetType: Attack DamageFlags: IgnoreFlee: true + Splash: true Range: 9 Hit: Multi_Hit HitCount: -2 Element: Weapon + SplashArea: 3 Requires: SpCost: 1 - Id: 5383 @@ -41136,8 +41227,8 @@ Body: DamageFlags: Splash: true Range: 1 - Hit: Single - HitCount: 1 + Hit: Multi_Hit + HitCount: 5 SplashArea: 4 Requires: SpCost: 1 @@ -41276,6 +41367,1592 @@ Body: SplashArea: 6 Requires: SpCost: 1 + - Id: 5401 + Name: NW_P_F_I + Description: P.F.I + MaxLevel: 10 + - Id: 5402 + Name: NW_GRENADE_MASTERY + Description: Grenade Mastery + MaxLevel: 10 + - Id: 5403 + Name: NW_INTENSIVE_AIM + Description: Intensive Aim + MaxLevel: 1 + Type: Weapon + TargetType: Self + DamageFlags: + NoDamage: true + Hit: Single + HitCount: 1 + Duration1: -1 + Requires: + SpCost: + - Level: 1 + Amount: 10 + Status: Intensive_Aim + - Id: 5404 + Name: NW_GRENADE_FRAGMENT + Description: Grenade Fragment + MaxLevel: 7 + Type: Weapon + TargetType: Self + DamageFlags: + NoDamage: true + Hit: Single + HitCount: 1 + Duration1: 300000 + Cooldown: 2000 + Requires: + SpCost: 50 + - Id: 5405 + Name: NW_THE_VIGILANTE_AT_NIGHT + Description: The Vigilante at Night + MaxLevel: 5 + Type: Weapon + TargetType: Self + DamageFlags: + Splash: true + Hit: Multi_Hit + HitCount: 4 + Element: Weapon + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + GiveAp: 2 + AfterCastActDelay: 1000 + Cooldown: 500 + CastCancel: true + FixedCastTime: 1500 + Requires: + SpCost: + - Level: 1 + Amount: 72 + - Level: 2 + Amount: 76 + - Level: 3 + Amount: 80 + - Level: 4 + Amount: 84 + - Level: 5 + Amount: 88 + Weapon: + Gatling: true + Shotgun: true + Ammo: + Bullet: true + AmmoAmount: 10 + - Id: 5406 + Name: NW_ONLY_ONE_BULLET + Description: Only One Bullet + MaxLevel: 5 + Type: Weapon + TargetType: Attack + DamageFlags: + Critical: true + Range: -9 + Hit: Single + HitCount: 1 + Element: Weapon + GiveAp: 2 + AfterCastActDelay: 500 + Cooldown: 350 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 39 + - Level: 2 + Amount: 43 + - Level: 3 + Amount: 47 + - Level: 4 + Amount: 51 + - Level: 5 + Amount: 55 + Weapon: + Revolver: true + Rifle: true + Ammo: + Bullet: true + AmmoAmount: 1 + - Id: 5407 + Name: NW_SPIRAL_SHOOTING + Description: Spiral Shooting + MaxLevel: 5 + Type: Weapon + TargetType: Attack + DamageFlags: + Critical: true + Splash: true + Range: -9 + Hit: Multi_Hit + HitCount: 1 + Element: Weapon + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + GiveAp: 2 + AfterCastActDelay: 1000 + Cooldown: 500 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 48 + - Level: 2 + Amount: 53 + - Level: 3 + Amount: 58 + - Level: 4 + Amount: 63 + - Level: 5 + Amount: 68 + Weapon: + Grenade: true + Rifle: true + Ammo: + Bullet: true + AmmoAmount: 6 + - Id: 5408 + Name: NW_MAGAZINE_FOR_ONE + Description: Magazine for One + MaxLevel: 5 + Type: Weapon + TargetType: Attack + DamageFlags: + Critical: true + Range: -9 + Hit: Multi_Hit + HitCount: 6 + Element: Weapon + GiveAp: 2 + AfterCastActDelay: 1000 + Cooldown: 500 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 42 + - Level: 2 + Amount: 46 + - Level: 3 + Amount: 50 + - Level: 4 + Amount: 54 + - Level: 5 + Amount: 58 + Weapon: + Revolver: true + Gatling: true + Ammo: + Bullet: true + AmmoAmount: 6 + - Id: 5409 + Name: NW_WILD_FIRE + Description: Wild Fire + MaxLevel: 5 + Type: Weapon + TargetType: Ground + Range: -9 + Hit: Single + HitCount: -3 + Element: Weapon + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + GiveAp: 2 + AfterCastActDelay: 1000 + Cooldown: 500 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 51 + - Level: 2 + Amount: 55 + - Level: 3 + Amount: 59 + - Level: 4 + Amount: 63 + - Level: 5 + Amount: 67 + Weapon: + Shotgun: true + Grenade: true + Ammo: + Bullet: true + AmmoAmount: 5 + - Id: 5410 + Name: NW_BASIC_GRENADE + Description: Basic Grenade + MaxLevel: 5 + Type: Weapon + TargetType: Ground + Range: -9 + Hit: Single + HitCount: -2 + Element: Weapon + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 1 + - Level: 2 + Area: 1 + - Level: 3 + Area: 1 + - Level: 4 + Area: 2 + - Level: 5 + Area: 2 + GiveAp: 2 + Cooldown: 300 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 36 + - Level: 2 + Amount: 42 + - Level: 3 + Amount: 48 + - Level: 4 + Amount: 54 + - Level: 5 + Amount: 60 + ItemCost: + - Item: Nw_Grenade + Amount: 1 + - Id: 5411 + Name: NW_HASTY_FIRE_IN_THE_HOLE + Description: Hasty Fire in the Hole + MaxLevel: 5 + Type: Weapon + TargetType: Ground + Range: -9 + Hit: Multi_Hit + HitCount: -2 + Element: Weapon + DamageFlags: + Splash: true + SplashArea: 2 + GiveAp: 3 + Cooldown: 1000 + CastCancel: true + FixedCastTime: 1000 + AfterCastActDelay: 1500 + Requires: + SpCost: + - Level: 1 + Amount: 50 + - Level: 2 + Amount: 53 + - Level: 3 + Amount: 56 + - Level: 4 + Amount: 59 + - Level: 5 + Amount: 62 + ItemCost: + - Item: Nw_Grenade + Amount: 3 + - Id: 5412 + Name: NW_GRENADES_DROPPING + Description: Grenades Dropping + MaxLevel: 5 + Type: Weapon + TargetType: Ground + Range: -9 + Hit: Multi_Hit + HitCount: 3 + Element: Weapon + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 5 + - Level: 2 + Area: 5 + - Level: 3 + Area: 5 + - Level: 4 + Area: 4 + - Level: 5 + Area: 4 + GiveAp: 5 + Cooldown: 4500 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 60 + - Level: 2 + Amount: 66 + - Level: 3 + Amount: 72 + - Level: 4 + Amount: 78 + - Level: 5 + Amount: 84 + ItemCost: + - Item: Nw_Grenade + Amount: 15 + Duration1: 4000 + Duration2: 100 + Unit: + Id: Grenades_Dropping + Layout: 0 + Range: + - Level: 1 + Size: 1 + - Level: 2 + Size: 1 + - Level: 3 + Size: 1 + - Level: 4 + Size: 2 + - Level: 5 + Size: 2 + Interval: 250 + Target: Enemy + Flag: + NoOverlap: true + PathCheck: true + - Id: 5413 + Name: NW_AUTO_FIRING_LAUNCHER + Description: Auto Firing Launcher + MaxLevel: 5 + Type: Weapon + TargetType: Self + DamageFlags: + NoDamage: true + Duration1: + - Level: 1 + Time: 120000 + - Level: 2 + Time: 150000 + - Level: 3 + Time: 180000 + - Level: 4 + Time: 210000 + - Level: 5 + Time: 240000 + Cooldown: 30000 + CastCancel: true + FixedCastTime: 3000 + Requires: + SpCost: + - Level: 1 + Amount: 90 + - Level: 2 + Amount: 100 + - Level: 3 + Amount: 110 + - Level: 4 + Amount: 120 + - Level: 5 + Amount: 130 + Status: Auto_Firing_Launcher + - Id: 5414 + Name: NW_HIDDEN_CARD + Description: Hidden Card + MaxLevel: 10 + Type: Weapon + TargetType: Self + DamageFlags: + NoDamage: true + Duration1: 300000 + Cooldown: 60000 + CastCancel: true + FixedCastTime: 2000 + Requires: + SpCost: 150 + ApCost: 150 + Status: Hidden_Card + - Id: 5415 + Name: NW_MISSION_BOMBARD + Description: Mission Bombard + MaxLevel: 10 + Type: Weapon + TargetType: Ground + Range: -9 + Hit: Multi_Hit + HitCount: -3 + Element: Weapon + DamageFlags: + Splash: true + SplashArea: 4 + Cooldown: 10000 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: 100 + ApCost: 35 + ItemCost: + - Item: Nw_Grenade + Amount: 15 + Duration1: 10000 + Unit: + Id: Mission_Bombard + Layout: 0 + Range: 2 + Interval: 250 + Target: Enemy + Flag: + NoOverlap: true + PathCheck: true + - Id: 5449 + Name: HN_SELFSTUDY_TATICS + Description: Self Study Tactics + MaxLevel: 10 + - Id: 5450 + Name: HN_SELFSTUDY_SOCERY + Description: Self Study Sorcery + MaxLevel: 10 + - Id: 5451 + Name: HN_DOUBLEBOWLINGBASH + Description: Double Bowling Bash + MaxLevel: 10 + Type: Weapon + TargetType: Attack + Range: 2 + Hit: Multi_Hit + HitCount: 3 + Element: Weapon + DamageFlags: + Splash: true + SplashArea: 4 + Knockback: 1 + CastCancel: true + CastTime: 300 + AfterCastActDelay: 1000 + GiveAp: 3 + Cooldown: 1000 + FixedCastTime: 200 + Duration2: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 38 + - Level: 2 + Amount: 41 + - Level: 3 + Amount: 44 + - Level: 4 + Amount: 47 + - Level: 5 + Amount: 50 + - Level: 6 + Amount: 53 + - Level: 7 + Amount: 56 + - Level: 8 + Amount: 59 + - Level: 9 + Amount: 62 + - Level: 10 + Amount: 65 + Status: Hnnoweapon + - Id: 5452 + Name: HN_MEGA_SONIC_BLOW + Description: Mega Sonic Blow + MaxLevel: 10 + Type: Weapon + TargetType: Attack + DamageFlags: + Critical: true + Range: 2 + Hit: Multi_Hit + HitCount: -8 + GiveAp: 2 + Element: Weapon + AfterCastActDelay: 500 + Cooldown: 350 + Duration2: 5000 + Requires: + SpCost: + - Level: 1 + Amount: 42 + - Level: 2 + Amount: 44 + - Level: 3 + Amount: 46 + - Level: 4 + Amount: 48 + - Level: 5 + Amount: 50 + - Level: 6 + Amount: 52 + - Level: 7 + Amount: 54 + - Level: 8 + Amount: 56 + - Level: 9 + Amount: 58 + - Level: 10 + Amount: 60 + - Id: 5453 + Name: HN_SHIELD_CHAIN_RUSH + Description: Shield Chain Rush + MaxLevel: 10 + Type: Weapon + TargetType: Attack + Range: 7 + Hit: Multi_Hit + HitCount: -5 + DamageFlags: + Splash: true + SplashArea: 4 + GiveAp: 2 + Element: Weapon + CastCancel: true + CastTime: 1200 + AfterCastActDelay: 500 + Cooldown: 350 + FixedCastTime: 300 + Duration1: 5000 + Duration2: 1200 + Requires: + SpCost: + - Level: 1 + Amount: 35 + - Level: 2 + Amount: 38 + - Level: 3 + Amount: 41 + - Level: 4 + Amount: 44 + - Level: 5 + Amount: 47 + - Level: 6 + Amount: 50 + - Level: 7 + Amount: 53 + - Level: 8 + Amount: 56 + - Level: 9 + Amount: 59 + - Level: 10 + Amount: 62 + State: Shield + Status: Shieldchainrush + - Id: 5454 + Name: HN_SPIRAL_PIERCE_MAX + Description: Spiral Pierce Max + MaxLevel: 10 + Type: Weapon + TargetType: Attack + Range: 7 + Hit: Multi_Hit + HitCount: -5 + Element: Weapon + GiveAp: 2 + CastCancel: true + CastTime: 1000 + AfterCastActDelay: 500 + Cooldown: 350 + FixedCastTime: 300 + Duration2: 2000 + Requires: + SpCost: + - Level: 1 + Amount: 37 + - Level: 2 + Amount: 39 + - Level: 3 + Amount: 41 + - Level: 4 + Amount: 43 + - Level: 5 + Amount: 45 + - Level: 6 + Amount: 47 + - Level: 7 + Amount: 49 + - Level: 8 + Amount: 51 + - Level: 9 + Amount: 53 + - Level: 10 + Amount: 55 + - Id: 5455 + Name: HN_METEOR_STORM_BUSTER + Description: Meteor Storm Buster + MaxLevel: 10 + Type: Magic + TargetType: Ground + Range: -9 + Hit: Multi_Hit + HitCount: 1 + Element: Fire + GiveAp: 3 + DamageFlags: + Splash: true + SplashArea: 2 + CastCancel: true + CastTime: 4000 + Cooldown: + - Level: 1 + Time: 2100 + - Level: 2 + Time: 2200 + - Level: 3 + Time: 2300 + - Level: 4 + Time: 2400 + - Level: 5 + Time: 2500 + - Level: 6 + Time: 2600 + - Level: 7 + Time: 2700 + - Level: 8 + Time: 2800 + - Level: 9 + Time: 2900 + - Level: 10 + Time: 3000 + FixedCastTime: 1500 + Duration1: + - Level: 1 + Time: 1000 + - Level: 2 + Time: 1000 + - Level: 3 + Time: 1500 + - Level: 4 + Time: 1500 + - Level: 5 + Time: 2000 + - Level: 6 + Time: 2000 + - Level: 7 + Time: 2000 + - Level: 8 + Time: 2500 + - Level: 9 + Time: 2500 + - Level: 10 + Time: 2500 + Duration2: 500 + Requires: + SpCost: + - Level: 1 + Amount: 74 + - Level: 2 + Amount: 78 + - Level: 3 + Amount: 82 + - Level: 4 + Amount: 86 + - Level: 5 + Amount: 90 + - Level: 6 + Amount: 94 + - Level: 7 + Amount: 98 + - Level: 8 + Amount: 102 + - Level: 9 + Amount: 106 + - Level: 10 + Amount: 110 + Unit: + Id: Dummyskill + Range: + - Level: 1 + Size: 3 + - Level: 2 + Size: 3 + - Level: 3 + Size: 3 + - Level: 4 + Size: 3 + - Level: 5 + Size: 3 + - Level: 6 + Size: 3 + - Level: 7 + Size: 3 + - Level: 8 + Size: 4 + - Level: 9 + Size: 4 + - Level: 10 + Size: 4 + Interval: 1500 + Target: Enemy + Flag: + PathCheck: true + - Id: 5456 + Name: HN_JUPITEL_THUNDER_STORM + Description: Jupitel Thunderstorm + MaxLevel: 10 + Type: Magic + TargetType: Attack + Range: 11 + Hit: Multi_Hit + HitCount: -10 + Element: Wind + GiveAp: 2 + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 2 + - Level: 5 + Area: 3 + - Level: 6 + Area: 3 + - Level: 7 + Area: 3 + - Level: 8 + Area: 3 + - Level: 9 + Area: 4 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: + - Level: 1 + Time: 1100 + - Level: 2 + Time: 1200 + - Level: 3 + Time: 1300 + - Level: 4 + Time: 1400 + - Level: 5 + Time: 1500 + - Level: 6 + Time: 1600 + - Level: 7 + Time: 1700 + - Level: 8 + Time: 1800 + - Level: 9 + Time: 1900 + - Level: 10 + Time: 2000 + AfterCastActDelay: 500 + Cooldown: 1800 + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 75 + - Level: 2 + Amount: 80 + - Level: 3 + Amount: 85 + - Level: 4 + Amount: 90 + - Level: 5 + Amount: 95 + - Level: 6 + Amount: 100 + - Level: 7 + Amount: 105 + - Level: 8 + Amount: 110 + - Level: 9 + Amount: 115 + - Level: 10 + Amount: 120 + - Id: 5457 + Name: HN_JACK_FROST_NOVA + Description: Jack Frost Nova + MaxLevel: 10 + Type: Magic + TargetType: Ground + Range: -9 + Hit: Multi_Hit + HitCount: -2 + Element: Water + GiveAp: 3 + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 3 + - Level: 2 + Area: 3 + - Level: 3 + Area: 3 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + - Level: 6 + Area: 4 + - Level: 7 + Area: 4 + - Level: 8 + Area: 4 + - Level: 9 + Area: 4 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: + - Level: 1 + Time: 1600 + - Level: 2 + Time: 1700 + - Level: 3 + Time: 1800 + - Level: 4 + Time: 1900 + - Level: 5 + Time: 2000 + - Level: 6 + Time: 2100 + - Level: 7 + Time: 2200 + - Level: 8 + Time: 2300 + - Level: 9 + Time: 2400 + - Level: 10 + Time: 2500 + AfterCastActDelay: 300 + Cooldown: 3000 + FixedCastTime: 1500 + Duration1: + - Level: 1 + Time: 900 + - Level: 2 + Time: 1200 + - Level: 3 + Time: 1500 + - Level: 4 + Time: 1800 + - Level: 5 + Time: 2100 + - Level: 6 + Time: 2400 + - Level: 7 + Time: 2700 + - Level: 8 + Time: 3000 + - Level: 9 + Time: 3300 + - Level: 10 + Time: 3600 + Duration2: 5000 + Requires: + SpCost: + - Level: 1 + Amount: 68 + - Level: 2 + Amount: 71 + - Level: 3 + Amount: 74 + - Level: 4 + Amount: 77 + - Level: 5 + Amount: 80 + - Level: 6 + Amount: 83 + - Level: 7 + Amount: 86 + - Level: 8 + Amount: 89 + - Level: 9 + Amount: 92 + - Level: 10 + Amount: 95 + Unit: + Id: JACK_FROST_NOVA + Range: + - Level: 1 + Size: 3 + - Level: 2 + Size: 3 + - Level: 3 + Size: 3 + - Level: 4 + Size: 3 + - Level: 5 + Size: 3 + - Level: 6 + Size: 4 + - Level: 7 + Size: 4 + - Level: 8 + Size: 4 + - Level: 9 + Size: 4 + - Level: 10 + Size: 4 + Interval: 300 + Target: Enemy + Flag: + PathCheck: true + Status: Mistyfrost + - Id: 5458 + Name: HN_HELLS_DRIVE + Description: Hell's Drive + MaxLevel: 10 + Type: Magic + TargetType: Self + Range: 1 + Hit: Multi_Hit + HitCount: -3 + Element: Earth + GiveAp: 2 + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 1 + - Level: 2 + Area: 1 + - Level: 3 + Area: 1 + - Level: 4 + Area: 2 + - Level: 5 + Area: 2 + - Level: 6 + Area: 2 + - Level: 7 + Area: 3 + - Level: 8 + Area: 3 + - Level: 9 + Area: 3 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: 1200 + AfterCastActDelay: 1000 + Cooldown: + - Level: 1 + Time: 2500 + - Level: 2 + Time: 2300 + - Level: 3 + Time: 2100 + - Level: 4 + Time: 1900 + - Level: 5 + Time: 1700 + - Level: 6 + Time: 1500 + - Level: 7 + Time: 1300 + - Level: 8 + Time: 1100 + - Level: 9 + Time: 900 + - Level: 10 + Time: 700 + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 88 + - Level: 2 + Amount: 91 + - Level: 3 + Amount: 94 + - Level: 4 + Amount: 97 + - Level: 5 + Amount: 100 + - Level: 6 + Amount: 103 + - Level: 7 + Amount: 106 + - Level: 8 + Amount: 109 + - Level: 9 + Amount: 112 + - Level: 10 + Amount: 115 + - Id: 5459 + Name: HN_GROUND_GRAVITATION + Description: Ground Gravitation + MaxLevel: 10 + Type: Magic + TargetType: Self + Range: -9 + Hit: Multi_Hit + HitCount: 1 + Element: Neutral + GiveAp: 5 + DamageFlags: + Splash: true + SplashArea: + - Level: 1 + Area: 2 + - Level: 2 + Area: 2 + - Level: 3 + Area: 2 + - Level: 4 + Area: 2 + - Level: 5 + Area: 3 + - Level: 6 + Area: 3 + - Level: 7 + Area: 3 + - Level: 8 + Area: 3 + - Level: 9 + Area: 4 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: + - Level: 1 + Time: 3000 + - Level: 2 + Time: 3000 + - Level: 3 + Time: 3000 + - Level: 4 + Time: 3200 + - Level: 5 + Time: 3500 + - Level: 6 + Time: 3800 + - Level: 7 + Time: 4100 + - Level: 8 + Time: 4400 + - Level: 9 + Time: 4700 + - Level: 10 + Time: 5000 + AfterCastActDelay: + - Level: 1 + Time: 2000 + - Level: 2 + Time: 2000 + - Level: 3 + Time: 2000 + - Level: 4 + Time: 1800 + - Level: 5 + Time: 1800 + - Level: 6 + Time: 1800 + - Level: 7 + Time: 1600 + - Level: 8 + Time: 1400 + - Level: 9 + Time: 1200 + - Level: 10 + Time: 1000 + Cooldown: 5000 + FixedCastTime: 1500 + Duration1: 5000 + Duration2: 5000 + Requires: + SpCost: + - Level: 1 + Amount: 93 + - Level: 2 + Amount: 96 + - Level: 3 + Amount: 99 + - Level: 4 + Amount: 102 + - Level: 5 + Amount: 105 + - Level: 6 + Amount: 108 + - Level: 7 + Amount: 111 + - Level: 8 + Amount: 114 + - Level: 9 + Amount: 117 + - Level: 10 + Amount: 120 + Unit: + Id: GROUND_GRAVITATION + Range: + - Level: 1 + Size: 2 + - Level: 2 + Size: 2 + - Level: 3 + Size: 2 + - Level: 4 + Size: 2 + - Level: 5 + Size: 3 + - Level: 6 + Size: 3 + - Level: 7 + Size: 3 + - Level: 8 + Size: 3 + - Level: 9 + Size: 4 + - Level: 10 + Size: 4 + Interval: 500 + Target: Enemy + Flag: + PathCheck: true + Status: Groundgravity + - Id: 5460 + Name: HN_NAPALM_VULCAN_STRIKE + Description: Napalm Vulcan Strike + MaxLevel: 10 + Type: Magic + TargetType: Attack + Range: 11 + Hit: Multi_Hit + HitCount: -7 + Element: Ghost + GiveAp: 2 + DamageFlags: + Splash: true + SplashArea: 3 + CastCancel: true + CastTime: 500 + Cooldown: 300 + AfterCastActDelay: 500 + FixedCastTime: 1000 + Requires: + SpCost: + - Level: 1 + Amount: 48 + - Level: 2 + Amount: 51 + - Level: 3 + Amount: 54 + - Level: 4 + Amount: 57 + - Level: 5 + Amount: 60 + - Level: 6 + Amount: 63 + - Level: 7 + Amount: 66 + - Level: 8 + Amount: 69 + - Level: 9 + Amount: 72 + - Level: 10 + Amount: 75 + - Id: 5461 + Name: HN_BREAKINGLIMIT + Description: Breaking Limit + MaxLevel: 1 + Type: Magic + TargetType: Self + DamageFlags: + NoDamage: true + Duration1: 300000 + Cooldown: 60000 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: 150 + ApCost: 150 + Status: Breakinglimit + - Id: 5462 + Name: HN_RULEBREAK + Description: Rule Break + MaxLevel: 1 + Type: Magic + TargetType: Self + DamageFlags: + NoDamage: true + Duration1: 300000 + Cooldown: 60000 + CastCancel: true + FixedCastTime: 1000 + Requires: + SpCost: 150 + ApCost: 150 + Status: Rulebreak + - Id: 5496 + Name: NW_THE_VIGILANTE_AT_NIGHT_GUN_GATLING + Description: The Vigilante At Night Gun Gatling + MaxLevel: 5 + CastCancel: true + - Id: 5497 + Name: NW_THE_VIGILANTE_AT_NIGHT_GUN_SHOTGUN + Description: The Vigilante At Night Gun Shotgun + MaxLevel: 5 + CastCancel: true + - Id: 6001 + Name: DK_DRAGONIC_BREATH + Description: Dragonic Breath + MaxLevel: 10 + Type: Weapon + TargetType: Attack + DamageFlags: + Splash: true + IgnoreDefense: true + Flags: + TargetTrap: true + Range: 9 + GiveAp: 2 + Hit: Multi_Hit + HitCount: -2 + Element: Weapon + SplashArea: + - Level: 1 + Area: 3 + - Level: 2 + Area: 3 + - Level: 3 + Area: 3 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + - Level: 6 + Area: 4 + - Level: 7 + Area: 4 + - Level: 8 + Area: 4 + - Level: 9 + Area: 4 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: + - Level: 4 + Time: 1000 + - Level: 5 + Time: 1000 + - Level: 6 + Time: 1000 + - Level: 7 + Time: 1500 + - Level: 8 + Time: 1500 + - Level: 9 + Time: 2000 + - Level: 10 + Time: 2000 + AfterCastActDelay: 150 + FixedCastTime: 500 + Cooldown: 500 + Requires: + SpCost: + - Level: 1 + Amount: 61 + - Level: 2 + Amount: 64 + - Level: 3 + Amount: 67 + - Level: 4 + Amount: 70 + - Level: 5 + Amount: 73 + - Level: 6 + Amount: 76 + - Level: 7 + Amount: 79 + - Level: 8 + Amount: 82 + - Level: 9 + Amount: 85 + - Level: 10 + Amount: 88 + State: Ridingdragon + - Id: 6002 + Name: MT_SPARK_BLASTER + Description: Spark Blaster + MaxLevel: 10 + Type: Weapon + TargetType: Attack + DamageFlags: + Splash: true + IgnoreDefense: true + Flags: + AllowOnMado: true + Range: 9 + Hit: Multi_Hit + HitCount: 2 + GiveAp: 2 + Element: Weapon + SplashArea: + - Level: 1 + Area: 3 + - Level: 2 + Area: 3 + - Level: 3 + Area: 3 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + - Level: 6 + Area: 4 + - Level: 7 + Area: 4 + - Level: 8 + Area: 4 + - Level: 9 + Area: 4 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: 1500 + FixedCastTime: 500 + AfterCastActDelay: 500 + Cooldown: 500 + Requires: + SpCost: + - Level: 1 + Amount: 48 + - Level: 2 + Amount: 52 + - Level: 3 + Amount: 56 + - Level: 4 + Amount: 60 + - Level: 5 + Amount: 64 + - Level: 6 + Amount: 68 + - Level: 7 + Amount: 72 + - Level: 8 + Amount: 76 + - Level: 9 + Amount: 80 + - Level: 10 + Amount: 84 + State: Mado + - Id: 6003 + Name: MT_TRIPLE_LASER + Description: Triple Laser + MaxLevel: 5 + Type: Weapon + TargetType: Attack + Flags: + AllowOnMado: true + DamageFlags: + Critical: true + Range: 11 + Hit: Multi_Hit + HitCount: 3 + Element: Weapon + CastCancel: true + CastTime: 1000 + FixedCastTime: 500 + AfterCastActDelay: 250 + Cooldown: 350 + Requires: + SpCost: + - Level: 1 + Amount: 40 + - Level: 2 + Amount: 45 + - Level: 3 + Amount: 50 + - Level: 4 + Amount: 55 + - Level: 5 + Amount: 60 + State: Mado + - Id: 6004 + Name: MT_MIGHTY_SMASH + Description: Mighty Smash + MaxLevel: 10 + Type: Weapon + TargetType: Self + DamageFlags: + Splash: true + Flags: + AllowOnMado: true + Range: 1 + Hit: Multi_Hit + HitCount: 5 + Element: Weapon + SplashArea: + - Level: 1 + Area: 1 + - Level: 2 + Area: 1 + - Level: 3 + Area: 1 + - Level: 4 + Area: 1 + - Level: 5 + Area: 2 + - Level: 6 + Area: 2 + - Level: 7 + Area: 2 + - Level: 8 + Area: 2 + - Level: 9 + Area: 3 + - Level: 10 + Area: 3 + CastCancel: true + AfterCastActDelay: 700 + Cooldown: 500 + Requires: + SpCost: + - Level: 1 + Amount: 68 + - Level: 2 + Amount: 71 + - Level: 3 + Amount: 74 + - Level: 4 + Amount: 77 + - Level: 5 + Amount: 80 + - Level: 6 + Amount: 83 + - Level: 7 + Amount: 86 + - Level: 8 + Amount: 89 + - Level: 9 + Amount: 92 + - Level: 10 + Amount: 95 + Weapon: + 1hAxe: true + 2hAxe: true + - Id: 6005 + Name: BO_EXPLOSIVE_POWDER + Description: Explosive Powder + MaxLevel: 5 + Type: Weapon + TargetType: Self + DamageFlags: + Splash: true + Hit: Multi_Hit + HitCount: 3 + Element: Weapon + GiveAp: 2 + SplashArea: 3 + CastCancel: true + AfterCastActDelay: 250 + Cooldown: 700 + Requires: + SpCost: + - Level: 1 + Amount: 69 + - Level: 2 + Amount: 76 + - Level: 3 + Amount: 83 + - Level: 4 + Amount: 90 + - Level: 5 + Amount: 97 + - Id: 6006 + Name: BO_MAYHEMIC_THORNS + Description: Mayhemic Thorns + MaxLevel: 10 + Type: Weapon + TargetType: Attack + DamageFlags: + Splash: true + Critical: true + Hit: Multi_Hit + HitCount: 3 + Element: Weapon + Range: 9 + GiveAp: 2 + SplashArea: + - Level: 1 + Area: 3 + - Level: 2 + Area: 3 + - Level: 3 + Area: 3 + - Level: 4 + Area: 3 + - Level: 5 + Area: 3 + - Level: 6 + Area: 4 + - Level: 7 + Area: 4 + - Level: 8 + Area: 4 + - Level: 9 + Area: 4 + - Level: 10 + Area: 4 + CastCancel: true + CastTime: 1000 + FixedCastTime: 500 + AfterCastActDelay: 150 + Cooldown: 700 + Requires: + SpCost: + - Level: 1 + Amount: 68 + - Level: 2 + Amount: 70 + - Level: 3 + Amount: 72 + - Level: 4 + Amount: 74 + - Level: 5 + Amount: 76 + - Level: 6 + Amount: 78 + - Level: 7 + Amount: 80 + - Level: 8 + Amount: 82 + - Level: 9 + Amount: 84 + - Level: 10 + Amount: 86 - Id: 8001 Name: HLIF_HEAL Description: Healing Touch @@ -44167,7 +45844,7 @@ Body: Hit: Single HitCount: 1 Duration1: 300000 - Duration2: 15000 + Duration2: 10000 Requires: SpCost: 200 Status: Berserk @@ -44544,7 +46221,7 @@ Body: TargetType: Attack Flags: TargetTrap: true - Range: 5 + Range: 4 Hit: Multi_Hit HitCount: 5 Element: Weapon @@ -44588,7 +46265,7 @@ Body: Amount: 27 - Level: 5 Amount: 30 - Status: Stop + Status: Ankle - Id: 8219 Name: ML_DEFENDER Description: Defending_Aura @@ -44800,9 +46477,10 @@ Body: Type: Weapon TargetType: Attack Range: 1 - Hit: Multi_Hit - HitCount: 3 + Hit: Single + HitCount: 1 Element: Weapon + CastCancel: true CastTime: 1000 AfterCastActDelay: 2000 Duration2: 4500 @@ -45278,9 +46956,7 @@ Body: Range: 2 Hit: Single HitCount: 1 - Duration1: 10000 Cooldown: 30000 - Status: InvincibleOff - Id: 8401 Name: EL_CIRCLE_OF_FIRE Description: Circle of Fire diff --git a/db/re/skill_tree.yml b/db/re/skill_tree.yml index 276b3e9c6e..d9213f46bd 100644 --- a/db/re/skill_tree.yml +++ b/db/re/skill_tree.yml @@ -6683,6 +6683,13 @@ Body: Requires: - Name: DK_TWOHANDDEF Level: 5 + - Name: DK_DRAGONIC_BREATH + MaxLevel: 10 + Requires: + - Name: RK_DRAGONBREATH + Level: 10 + - Name: RK_DRAGONBREATH_WATER + Level: 10 - Name: DK_DRAGONIC_AURA MaxLevel: 10 Requires: @@ -6765,6 +6772,21 @@ Body: Level: 3 - Name: MT_SUMMON_ABR_BATTLE_WARIOR Level: 2 + - Name: MT_SPARK_BLASTER + MaxLevel: 10 + Requires: + - Name: MT_M_MACHINE + Level: 1 + - Name: MT_TRIPLE_LASER + MaxLevel: 5 + Requires: + - Name: MT_SPARK_BLASTER + Level: 5 + - Name: MT_MIGHTY_SMASH + MaxLevel: 10 + Requires: + - Name: MT_AXE_STOMP + Level: 3 - Name: MT_SUMMON_ABR_MOTHER_NET MaxLevel: 4 Requires: @@ -7314,6 +7336,18 @@ Body: Level: 3 - Name: BO_WOODEN_FAIRY Level: 3 + - Name: BO_EXPLOSIVE_POWDER + MaxLevel: 5 + Requires: + - Name: BO_BIONICS_M + Level: 3 + - Name: BO_MAYHEMIC_THORNS + MaxLevel: 10 + Requires: + - Name: BO_BIONICS_M + Level: 5 + - Name: BO_EXPLOSIVE_POWDER + Level: 3 - Job: Abyss_Chaser Inherit: Novice: true @@ -7830,3 +7864,178 @@ Body: Royal_Guard: true Royal_Guard_T: true Imperial_Guard: true + - Job: Night_Watch + Inherit: + Novice: true + Gunslinger: true + Rebellion: true + Tree: + - Name: NW_P_F_I + MaxLevel: 10 + - Name: NW_GRENADE_MASTERY + MaxLevel: 10 + - Name: NW_INTENSIVE_AIM + MaxLevel: 1 + Requires: + - Name: NW_P_F_I + Level: 1 + - Name: NW_HIDDEN_CARD + MaxLevel: 10 + Requires: + - Name: NW_P_F_I + Level: 5 + - Name: NW_INTENSIVE_AIM + Level: 1 + - Name: NW_BASIC_GRENADE + MaxLevel: 5 + Requires: + - Name: NW_GRENADE_MASTERY + Level: 3 + - Name: NW_GRENADE_FRAGMENT + MaxLevel: 7 + Requires: + - Name: NW_GRENADE_MASTERY + Level: 1 + - Name: NW_THE_VIGILANTE_AT_NIGHT + MaxLevel: 5 + Requires: + - Name: NW_P_F_I + Level: 3 + - Name: NW_INTENSIVE_AIM + Level: 1 + - Name: NW_ONLY_ONE_BULLET + MaxLevel: 5 + Requires: + - Name: NW_P_F_I + Level: 3 + - Name: NW_INTENSIVE_AIM + Level: 1 + - Name: NW_SPIRAL_SHOOTING + MaxLevel: 5 + Requires: + - Name: NW_P_F_I + Level: 3 + - Name: NW_INTENSIVE_AIM + Level: 1 + - Name: NW_MAGAZINE_FOR_ONE + MaxLevel: 5 + Requires: + - Name: NW_P_F_I + Level: 3 + - Name: NW_INTENSIVE_AIM + Level: 1 + - Name: NW_WILD_FIRE + MaxLevel: 5 + Requires: + - Name: NW_P_F_I + Level: 3 + - Name: NW_INTENSIVE_AIM + Level: 1 + - Name: NW_HASTY_FIRE_IN_THE_HOLE + MaxLevel: 5 + Requires: + - Name: NW_BASIC_GRENADE + Level: 3 + - Name: NW_GRENADES_DROPPING + MaxLevel: 5 + Requires: + - Name: NW_HASTY_FIRE_IN_THE_HOLE + Level: 3 + - Name: NW_AUTO_FIRING_LAUNCHER + MaxLevel: 5 + Requires: + - Name: NW_GRENADES_DROPPING + Level: 3 + - Name: NW_MISSION_BOMBARD + MaxLevel: 10 + Requires: + - Name: NW_GRENADE_MASTERY + Level: 5 + - Name: NW_GRENADES_DROPPING + Level: 3 + - Job: Hyper_Novice + Inherit: + Novice: true + Supernovice: true + Super_Novice_E: true + Tree: + - Name: HN_SELFSTUDY_TATICS + MaxLevel: 10 + - Name: HN_SELFSTUDY_SOCERY + MaxLevel: 10 + - Name: HN_DOUBLEBOWLINGBASH + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_TATICS + Level: 5 + - Name: HN_SHIELD_CHAIN_RUSH + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_TATICS + Level: 5 + - Name: HN_METEOR_STORM_BUSTER + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_SOCERY + Level: 5 + - Name: HN_JUPITEL_THUNDER_STORM + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_SOCERY + Level: 5 + - Name: HN_JACK_FROST_NOVA + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_SOCERY + Level: 5 + - Name: HN_HELLS_DRIVE + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_SOCERY + Level: 5 + - Name: HN_MEGA_SONIC_BLOW + MaxLevel: 10 + Requires: + - Name: HN_DOUBLEBOWLINGBASH + Level: 7 + - Name: HN_SPIRAL_PIERCE_MAX + MaxLevel: 10 + Requires: + - Name: HN_SHIELD_CHAIN_RUSH + Level: 7 + - Name: HN_GROUND_GRAVITATION + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_SOCERY + Level: 5 + - Name: HN_NAPALM_VULCAN_STRIKE + MaxLevel: 10 + Requires: + - Name: HN_SELFSTUDY_SOCERY + Level: 5 + - Name: HN_BREAKINGLIMIT + MaxLevel: 1 + Requires: + - Name: HN_DOUBLEBOWLINGBASH + Level: 7 + - Name: HN_MEGA_SONIC_BLOW + Level: 7 + - Name: HN_SHIELD_CHAIN_RUSH + Level: 7 + - Name: HN_SPIRAL_PIERCE_MAX + Level: 7 + - Name: HN_RULEBREAK + MaxLevel: 1 + Requires: + - Name: HN_METEOR_STORM_BUSTER + Level: 5 + - Name: HN_JUPITEL_THUNDER_STORM + Level: 5 + - Name: HN_JACK_FROST_NOVA + Level: 5 + - Name: HN_HELLS_DRIVE + Level: 5 + - Name: HN_GROUND_GRAVITATION + Level: 5 + - Name: HN_NAPALM_VULCAN_STRIKE + Level: 5 diff --git a/db/re/statpoint.yml b/db/re/statpoint.yml index e940c4a03b..9e9d108b0e 100644 --- a/db/re/statpoint.yml +++ b/db/re/statpoint.yml @@ -582,3 +582,33 @@ Body: - Level: 250 Points: 4099 TraitPoints: 190 + - Level: 251 + Points: 4099 + TraitPoints: 193 + - Level: 252 + Points: 4099 + TraitPoints: 196 + - Level: 253 + Points: 4099 + TraitPoints: 199 + - Level: 254 + Points: 4099 + TraitPoints: 202 + - Level: 255 + Points: 4099 + TraitPoints: 209 + - Level: 256 + Points: 4099 + TraitPoints: 212 + - Level: 257 + Points: 4099 + TraitPoints: 215 + - Level: 258 + Points: 4099 + TraitPoints: 218 + - Level: 259 + Points: 4099 + TraitPoints: 221 + - Level: 260 + Points: 4099 + TraitPoints: 228 diff --git a/db/re/status.yml b/db/re/status.yml index ded347d53e..920bf620ca 100644 --- a/db/re/status.yml +++ b/db/re/status.yml @@ -165,6 +165,7 @@ Body: - Status: Poison DurationLookup: NPC_POISON CalcFlags: + Def: true Def2: true Regen: true Opt2: @@ -261,6 +262,7 @@ Body: - Status: Dpoison DurationLookup: NPC_POISON CalcFlags: + Def: true Def2: true Regen: true Opt2: @@ -784,7 +786,6 @@ Body: NoBanishingBuster: true NoClearance: true RemoveOnChangeMap: true - MinDuration: 5000 - Status: Keeping DurationLookup: NPC_KEEPING CalcFlags: @@ -1115,6 +1116,7 @@ Body: Icon: EFST_GROUNDMAGIC DurationLookup: SA_VOLCANO CalcFlags: + Batk: true Watk: true Matk: true Flags: @@ -1139,8 +1141,14 @@ Body: NoClearance: true - Status: Watk_Element DurationLookup: MS_MAGNUM + Flags: + NoSave: true + EndOnStart: + Watk_Element: true - Status: Armor DurationLookup: NPC_DEFENDER + CalcFlags: + Speed: true - Status: Armor_Element_Water Icon: EFST_RESIST_PROPERTY_WATER CalcFlags: @@ -2163,7 +2171,6 @@ Body: NoBanishingBuster: true NoClearance: true - Status: Inchitrate - DurationLookup: NPC_POWERUP CalcFlags: Hit: true Flags: @@ -2182,7 +2189,6 @@ Body: NoBanishingBuster: true NoClearance: true - Status: Incfleerate - DurationLookup: NPC_AGIUP CalcFlags: Flee: true Flags: @@ -2822,6 +2828,7 @@ Body: CalcFlags: Flee: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2830,6 +2837,7 @@ Body: CalcFlags: Watk: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2838,6 +2846,7 @@ Body: CalcFlags: MaxHp: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2846,6 +2855,7 @@ Body: CalcFlags: MaxSp: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2854,6 +2864,7 @@ Body: CalcFlags: Hit: true Flags: + BlEffect: true NoDispell: true NoBanishingBuster: true NoClearance: true @@ -2888,22 +2899,12 @@ Body: NoDispell: true NoBanishingBuster: true NoClearance: true - EndOnStart: - L_Lifepotion: true - M_Lifepotion: true - Fail: - S_Lifepotion: true - Status: L_Lifepotion Icon: EFST_L_LIFEPOTION Flags: NoDispell: true NoBanishingBuster: true NoClearance: true - EndOnStart: - S_Lifepotion: true - M_Lifepotion: true - Fail: - L_Lifepotion: true - Status: Jexpboost Icon: EFST_CASH_PLUSONLYJOBEXP Flags: @@ -2926,23 +2927,12 @@ Body: Icon: EFST_INVINCIBLE DurationLookup: NPC_INVINCIBLE CalcFlags: + Aspd: true Speed: true Flags: NoDispell: true NoBanishingBuster: true NoClearance: true - EndOnStart: - Invincibleoff: true - - Status: Invincibleoff - DurationLookup: NPC_INVINCIBLEOFF - CalcFlags: - Speed: true - Flags: - NoDispell: true - NoBanishingBuster: true - NoClearance: true - EndOnStart: - Invincible: true - Status: Manu_Atk Icon: EFST_MANU_ATK Flags: @@ -4274,6 +4264,8 @@ Body: NoDispell: true NoBanishingBuster: true NoClearance: true + Fail: + Berserk: true EndOnStart: Voiceofsiren: true Deepsleep: true @@ -5740,6 +5732,8 @@ Body: DurationLookup: RA_UNLIMIT Flags: DisplayPc: true + NoDispell: true + NoClearance: true - Status: Kings_Grace Icon: EFST_KINGS_GRACE DurationLookup: LG_KINGS_GRACE @@ -7641,7 +7635,7 @@ Body: RemoveOnDamaged: true - Status: Handicapstate_Lightningstrike Icon: EFST_HANDICAPSTATE_LIGHTNINGSTRIKE - DurationLookup: WH_SWIFTTRAP + DurationLookup: EM_LIGHTNING_LAND States: #NoMove: true #NoCast: true @@ -7654,7 +7648,7 @@ Body: RemoveOnDamaged: true - Status: Handicapstate_Crystallization Icon: EFST_HANDICAPSTATE_CRYSTALLIZATION - DurationLookup: WH_SOLIDTRAP + DurationLookup: EM_TERRA_DRIVE States: #NoMove: true #NoCast: true @@ -7668,7 +7662,7 @@ Body: RemoveOnDamaged: true - Status: Handicapstate_Conflagration Icon: EFST_HANDICAPSTATE_CONFLAGRATION - DurationLookup: WH_FLAMETRAP + DurationLookup: EM_CONFLAGRATION Flags: BlEffect: true DisplayPc: true @@ -7896,6 +7890,8 @@ Body: BlEffect: true DisplayPc: true SendVal1: true + NoDispell: true + NoClearance: true - Status: Shadow_Weapon Icon: EFST_SHADOW_WEAPON DurationLookup: SHC_ENCHANTING_SHADOW @@ -7941,6 +7937,9 @@ Body: Flags: BlEffect: true DisplayPc: true + NoBanishingBuster: true + NoDispell: true + NoClearance: true - Status: Ultimate_S Icon: EFST_ULTIMATE_S DurationLookup: IG_ULTIMATE_SACRIFICE @@ -8269,19 +8268,12 @@ Body: NoDispell: true NoBanishingBuster: true NoClearance: true - EndOnStart: - S_Lifepotion: true - L_Lifepotion: true - Fail: - M_Lifepotion: true - Status: S_Manapotion Icon: EFST_S_MANAPOTION Flags: NoDispell: true NoBanishingBuster: true NoClearance: true - Fail: - S_Manapotion: true - Status: Sub_Weaponproperty Flags: NoBanishingBuster: true @@ -8294,12 +8286,6 @@ Body: - Status: Almighty Icon: EFST_ALMIGHTY CalcFlags: - Str: true - Agi: true - Vit: true - Int: true - Dex: true - Luk: true Batk: true Matk: true Flags: @@ -8309,12 +8295,6 @@ Body: NoBanishingBuster: true NoClearance: true EndOnStart: - Food_Str_Cash: true - Food_Agi_Cash: true - Food_Vit_Cash: true - Food_Int_Cash: true - Food_Dex_Cash: true - Food_Luk_Cash: true UltimateCook: true - Status: UltimateCook Icon: EFST_ULTIMATECOOK @@ -8772,3 +8752,174 @@ Body: DurationLookup: MT_RUSH_QUAKE CalcFlags: All: true + Flags: + NoDispell: true + NoBanishingBuster: true + NoClearance: true + - Status: G_LIFEPOTION + Icon: EFST_G_LIFEPOTION + Flags: + NoDispell: true + NoBanishingBuster: true + NoClearance: true + - Status: Hnnoweapon + Icon: EFST_NOEQUIPWEAPON + DurationLookup: HN_DOUBLEBOWLINGBASH + - Status: Shieldchainrush + Icon: EFST_SHIELDCHAINRUSH + DurationLookup: HN_SHIELD_CHAIN_RUSH + CalcFlags: + Speed: true + Flags: + BossResist: true + - Status: Mistyfrost + Icon: EFST_MISTYFROST + DurationLookup: HN_JACK_FROST_NOVA + Flags: + BossResist: true + - Status: Groundgravity + Icon: EFST_GROUNDGRAVITY + DurationLookup: HN_GROUND_GRAVITATION + CalcFlags: + Speed: true + Flags: + BossResist: true + - Status: Breakinglimit + Icon: EFST_BREAKINGLIMIT + DurationLookup: HN_BREAKINGLIMIT + - Status: Rulebreak + Icon: EFST_RULEBREAK + DurationLookup: HN_RULEBREAK + - Status: Intensive_Aim + Icon: EFST_INTENSIVE_AIM + States: + NoMove: true + CalcFlags: + Batk: true + Hit: true + Cri: true + Flags: + BlEffect: true + DisplayPc: true + SendVal1: true + NoSave: true + NoBanishingBuster: true + NoDispell: true + NoClearance: true + - Status: Intensive_Aim_Count + Icon: EFST_INTENSIVE_AIM_COUNT + Flags: + DisplayPc: true + SendVal1: true + NoSave: true + NoBanishingBuster: true + NoDispell: true + NoClearance: true + - Status: Grenade_Fragment_1 + Icon: EFST_GRENADE_FRAGMENT_1 + DurationLookup: NW_GRENADE_FRAGMENT + EndOnStart: + Grenade_Fragment_2: true + Grenade_Fragment_3: true + Grenade_Fragment_4: true + Grenade_Fragment_5: true + Grenade_Fragment_6: true + - Status: Grenade_Fragment_2 + Icon: EFST_GRENADE_FRAGMENT_2 + DurationLookup: NW_GRENADE_FRAGMENT + EndOnStart: + Grenade_Fragment_1: true + Grenade_Fragment_3: true + Grenade_Fragment_4: true + Grenade_Fragment_5: true + Grenade_Fragment_6: true + - Status: Grenade_Fragment_3 + Icon: EFST_GRENADE_FRAGMENT_3 + DurationLookup: NW_GRENADE_FRAGMENT + EndOnStart: + Grenade_Fragment_1: true + Grenade_Fragment_2: true + Grenade_Fragment_4: true + Grenade_Fragment_5: true + Grenade_Fragment_6: true + - Status: Grenade_Fragment_4 + Icon: EFST_GRENADE_FRAGMENT_4 + DurationLookup: NW_GRENADE_FRAGMENT + EndOnStart: + Grenade_Fragment_1: true + Grenade_Fragment_2: true + Grenade_Fragment_3: true + Grenade_Fragment_5: true + Grenade_Fragment_6: true + - Status: Grenade_Fragment_5 + Icon: EFST_GRENADE_FRAGMENT_5 + DurationLookup: NW_GRENADE_FRAGMENT + EndOnStart: + Grenade_Fragment_1: true + Grenade_Fragment_2: true + Grenade_Fragment_3: true + Grenade_Fragment_4: true + Grenade_Fragment_6: true + - Status: Grenade_Fragment_6 + Icon: EFST_GRENADE_FRAGMENT_6 + DurationLookup: NW_GRENADE_FRAGMENT + EndOnStart: + Grenade_Fragment_1: true + Grenade_Fragment_2: true + Grenade_Fragment_3: true + Grenade_Fragment_4: true + Grenade_Fragment_5: true + - Status: Auto_Firing_Launcher + Icon: EFST_AUTO_FIRING_LAUNCHEREFST + DurationLookup: NW_AUTO_FIRING_LAUNCHER + Flags: + SendVal1: true + - Status: Hidden_Card + Icon: EFST_HIDDEN_CARD + DurationLookup: NW_HIDDEN_CARD + CalcFlags: + All: true + Flags: + NoBanishingBuster: true + NoDispell: true + NoClearance: true + - Status: Period_Receiveitem_2nd + Icon: EFST_PERIOD_RECEIVEITEM_2ND + Flags: + NoRemoveOnDead: true + NoClearbuff: true + NoDispell: true + NoBanishingBuster: true + NoClearance: true + SendVal1: true + - Status: Period_Plusexp_2nd + Icon: EFST_PERIOD_PLUSEXP_2ND + Flags: + NoRemoveOnDead: true + NoClearbuff: true + NoDispell: true + NoBanishingBuster: true + NoClearance: true + SendVal1: true + - Status: Powerup + Icon: EFST_POWERUP + DurationLookup: NPC_POWERUP + CalcFlags: + Hit: true + Flags: + NoClearbuff: true + NoDispell: true + NoBanishingBuster: true + NoClearance: true + - Status: Agiup + Icon: EFST_AGIUP + DurationLookup: NPC_AGIUP + CalcFlags: + Speed: true + Flee: true + Flags: + NoClearbuff: true + NoBanishingBuster: true + NoClearance: true + EndOnStart: + Decreaseagi: true diff --git a/doc/achievements.md b/doc/achievements.md new file mode 100644 index 0000000000..8008ae58e7 --- /dev/null +++ b/doc/achievements.md @@ -0,0 +1,165 @@ +# Achievement Database Structure + +# Table of contents +1. [Id](#id) +2. [Group](#group) + 1. [Valid Groups](#valid-groups) +4. [Name](#name) +5. [Targets](#targets) +6. [Condition](#condition) +7. [Map](#map) +8. [Dependents](#dependents) +9. [Rewards](#rewards) +10. [Score](#score) +11. [Example](#example) + +### Id + +Unique achievement ID. + +### Group + +Achievement group type. +Each achievement type calls a specific objective check. + +#### Valid groups + +
    +
  • None - Can be used for custom achievements that are given through a script with no trigger events.
  • +
  • Add_Friend - Triggered when a player adds a friend.
  • +
  • Adventure - Does not trigger automatically. These are triggered by the achievementcomplete script command.
  • +
  • Baby - Triggered when a player becomes a baby job.
  • +
  • Battle - Triggered when a player kills a monster.
  • +
  • Chatting - Aegis uses this when talking to a NPC. These are triggered by the achievementupdate script command.
  • +
  • Chatting_Count - Triggered when a player has a chatroom open and others join.
  • +
  • Chatting_Create - Triggered when a player creates a chatroom.
  • +
  • Chatting_Dying - Triggered when a player creates a chatroom and dies with it open.
  • +
  • Eat - Unknown.
  • +
  • Get_Item - Triggered when a player gets an item that has a specific sell value.
  • +
  • Get_Zeny - Triggered when a player gets a specific amount of zeny at once.
  • +
  • Goal_Achieve - Triggered when a player's achievement rank levels up.
  • +
  • Goal_Level - Triggered when a player's base level or job level changes.
  • +
  • Goal_Status - Triggered when a player's base stats changes.
  • +
  • Job_Change - Triggered when a player's job changes.
  • +
  • Marry - Triggered when two players get married.
  • +
  • Party - Triggered when a player creates a party.
  • +
  • Enchant_Fail - Triggered when a player fails to refine an equipment.
  • +
  • Enchant_Success - Triggered when a player successfully refines an equipment.
  • +
  • Spend_Zeny - Triggered when a player spends any amount of zeny on vendors.
  • +
  • Taming - Triggered when a player tames a monster.
  • +
+ +### Name + +Achievement name. Used when sending rewards through RODEX. + +### Targets + +A list of monster names and count values that the achievement requires. The target count can also be used for +achievements that keep a counter while not being related to monster kills. Capped at `MAX_ACHIEVEMENT_OBJECTIVES`. See +examples below: + +Player must kill 5 Scorpions and 10 Porings + +```yml + Targets: + - Id: 0 + Mob: SCORPION + Count: 5 + - Id: 1 + Mob: PORING + Count: 10 +``` + +Player must have 100 or more of ARG0 value. Using the count target value is useful for achievements that are increased +in increments and not checked for a total (UI_Type = 1). IE: In the achievement_list.lub file, UI_Type 0 is displayed as +non-incremental while 1 shows a progress bar of completion for the achievement. + +```yml +Condition: " ARG0 >= 100 " + Targets: + - Id: 0 // Array index value + Count: 100 +``` + +### Condition + +A conditional statement that must be met for the achievement to be considered complete. Accepts script constants, player +variables, and ARGX (where X is the argument vector value). The ARGX values are sent from the server to the achievement +script engine on special events. See examples below: + +This function will send 1 argument (ARG0) with a value of i + 1 when a friend is added. + +```yml +achievement_update_objective(f_sd, AG_ADD_FRIEND, 1, i + 1); +``` + +This function will send 2 arguments (ARG0 and ARG1) with values of weapon level and refine level, respectively, when an +equipment is successfully refined. + +```yml +achievement_update_objective(sd, AG_REFINE_SUCCESS, 2, sd->inventory_data[i]->wlv, sd->inventory.u.items_inventory[i].refine); +``` + +### Map + +A map name that is used for the Chatting group which increments the counter based on the player's map. +> NOTICE: This option is currently disabled until the official behavior is confirmed. + +### Dependents + +A list of achievement IDs that need to be completed before this achievement is considered complete. See examples below: + +Player must complete achievements 10001 and 10002 first. + +```yml +Dependents: + 10001: true + 10002: true +``` + +Used with the import, dependent achievements can be disabled. The player now only requires completion of achievement +10001. + +``` +Dependents: + 10002: false +``` + +### Rewards + +A list of rewards that are given on completion. All fields are optional. + +```yml +Item: Item Name +Amount: + Amount of Item (Default: 1) +Script: Bonus Script +TitleId: Title ID +``` + +### Score + +Achievement points that are given on completion. + +### Example + +```yml + - Id: 99 + Group: Baby + Name: Example Achieve + Targets: + - Id: 0 + Mob: XM_CELINE_KIMI + Count: 1 + Condition: " BaseLevel >= 99 " + Map: prontera + Dependents: + - Id: 100 + Rewards: + Item: Shabby_Purse + Amount: 10 + Script: " specialeffect2 EF_BLESSING; sc_start SC_BLESSING,30000,10; " + TitleId: 1000 + Score: 10 +``` diff --git a/doc/achievements.txt b/doc/achievements.txt deleted file mode 100644 index 0d501e4a6c..0000000000 --- a/doc/achievements.txt +++ /dev/null @@ -1,115 +0,0 @@ -//===== rAthena Documentation ================================ -//= Achievement Database Structure -//===== By: ================================================== -//= rAthena Dev Team -//===== Last Updated: ======================================== -//= 20200220 -//===== Description: ========================================= -//= Explanation of the achievements_db.yml file and structure. -//============================================================ - ---------------------------------------- - -Id: Unique achievement ID. - ---------------------------------------- - -Group: Achievement group type. Each achievement type calls a specific objective check. -Valid groups: - None - Can be used for custom achievements that are given through a script with no trigger events. - Add_Friend - Triggered when a player adds a friend. - Adventure - Does not trigger automatically. These are triggered by the achievementcomplete script command. - Baby - Triggered when a player becomes a baby job. - Battle - Triggered when a player kills a monster. - Chatting - Aegis uses this when talking to a NPC. These are triggered by the achievementupdate script command. - Chatting_Count - Triggered when a player has a chatroom open and others join. - Chatting_Create - Triggered when a player creates a chatroom. - Chatting_Dying - Triggered when a player creates a chatroom and dies with it open. - Eat - Unknown. - Get_Item - Triggered when a player gets an item that has a specific sell value. - Get_Zeny - Triggered when a player gets a specific amount of zeny at once. - Goal_Achieve - Triggered when a player's achievement rank levels up. - Goal_Level - Triggered when a player's base level or job level changes. - Goal_Status - Triggered when a player's base stats changes. - Job_Change - Triggered when a player's job changes. - Marry - Triggered when two players get married. - Party - Triggered when a player creates a party. - Enchant_Fail - Triggered when a player fails to refine an equipment. - Enchant_Success - Triggered when a player successfully refines an equipment. - Spend_Zeny - Triggered when a player spends any amount of zeny on vendors. - Taming - Triggered when a player tames a monster. - ---------------------------------------- - -Name: Achievement name. Used when sending rewards through RODEX. - ---------------------------------------- - -Targets: A list of monster names and count values that the achievement requires. - The target count can also be used for achievements that keep a counter while not being related to monster kills. - Capped at MAX_ACHIEVEMENT_OBJECTIVES. - -Example: - // Player must kill 5 Scorpions and 10 Poring. - Targets: - - Id: 0 - Mob: SCORPION - Count: 5 - - Id: 1 - Mob: PORING - Count: 10 - -Example 2: - // Player must have 100 or more of ARG0 value. Using the count target value is useful for achievements that are increased in increments - // and not checked for a total (UI_Type = 1). - // IE: In the achievement_list.lub file, UI_Type 0 is displayed as non-incremental while 1 shows a progress bar of completion for the achievement. - Condition: " ARG0 >= 100 " - Targets: - - Id: 0 // Array index value - Count: 100 - ---------------------------------------- - -Condition: A conditional statement that must be met for the achievement to be considered complete. Accepts script constants, player variables, and - ARGX (where X is the argument vector value). The ARGX values are sent from the server to the achievement script engine on special events. - Below are two examples of how the ARGX feature works. - -Example: - // This function will send 1 argument (ARG0) with a value of i + 1 when a friend is added. - achievement_update_objective(f_sd, AG_ADD_FRIEND, 1, i + 1); - -Example 2: - // This function will send 2 arguments (ARG0 and ARG1) with values of weapon level and refine level, respectively, when an equipment is - // successfully refined. - achievement_update_objective(sd, AG_REFINE_SUCCESS, 2, sd->inventory_data[i]->wlv, sd->inventory.u.items_inventory[i].refine); - ---------------------------------------- - -Map: A map name that is used for the Chatting group which increments the counter based on the player's map. -NOTICE: This option is currently disabled until the official behavior is confirmed. - ---------------------------------------- - -Dependents: A list of achievement IDs that need to be completed before this achievement is considered complete. - -Example: - // Player must complete achievements 10001 and 10002 first. - Dependents: - 10001: true - 10002: true - - // Used with the import, dependent achievements can be disabled. The player now only requires completion of achievement 10001. - Dependents: - 10002: false - ---------------------------------------- - -Rewards: A list of rewards that are given on completion. All fields are optional. - Item: Item Name - Amount: Amount of Item (Default: 1) - Script: Bonus Script - TitleId: Title ID - ---------------------------------------- - -Score: Achievement points that are given on completion. diff --git a/doc/atcommands.txt b/doc/atcommands.txt index c22ab7d16e..077c630735 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -726,6 +726,12 @@ Refines an equipped item by the specified amount. 128: Right Accessory 256: Top Headgear 512: Mid Headgear +65536: Shadow Armor +131072: Shadow Weapon +262144: Shadow Shield +524288: Shadow Shoes +1048576: Shadow Right Accessory +2097152: Shadow Left Accessory --------------------------------------- @@ -774,6 +780,28 @@ To drop all weapons in inventory... --------------------------------------- +@stockall {} + +Transfer all items from cart to inventory based on the item type. + +Valid item types: + -1 = All (default) + 0 = Healing + 2 = Usable + 3 = Etc + 4 = Armors + 5 = Weapons + 6 = Cards + 7 = Pet Eggs + 8 = Pet Armors + 10 = Ammunition + +Example: +To transfer all weapons from cart to inventory... +@stockall 5 + +--------------------------------------- + @storeall Places all inventory and equipped items directly into your Kafra Storage. @@ -1201,6 +1229,27 @@ Opens the enchantgrade UI. --------------------------------------- +@setcard + +Adds a card or enchant to the specific slot of the equipment. + +: +1: Lower Headgear +2: Right Hand +4: Garment +8: Left Accessory +16: Body Armor +32: Left Hand +64: Shoes +128: Right Accessory +256: Top Headgear +512: Mid Headgear + + number: 0-3. +: Can actually be any existing card or enchant item. Put 0 to remove it. + +--------------------------------------- + ============================== | 5. Administrative Commands | ============================== diff --git a/doc/effect_list.md b/doc/effect_list.md new file mode 100644 index 0000000000..c2077f2923 --- /dev/null +++ b/doc/effect_list.md @@ -0,0 +1,978 @@ +# List of client-side effects sorted by ID + +The following is a compiled list of visual and sound effects which the client +can produce when receiving a packet with id `0x1f3 (01f3 .l .l)`. +Each list entry contains a number and a short description of the effect. +You can produce these effects ingame by doing `"@effect "`. +It's also possible to attach effects to item/npc scripts by using `specialeffect` or `specialeffect2`. + +|Number|Constant|Description| +|---|---|---| +|0|EF_HIT1| Regular Hit| +|1|EF_HIT2| Bash| +|2|EF_HIT3| Melee Skill Hit| +|3|EF_HIT4| Melee Skill Hit| +|4|EF_HIT5| Melee Skill Hit| +|5|EF_HIT6| Melee Skill Hit| +|6|EF_ENTRY|Being Warped| +|7|EF_EXIT| Item Heal effect| +|8|EF_WARP| Yellow Ripple Effect| +|9|EF_ENHANCE|Different Type of Heal| +|10|EF_COIN| Mammonite| +|11|EF_ENDURE|Endure| +|12|EF_BEGINSPELL|Yellow cast aura| +|13|EF_GLASSWALL|Blue Box| +|14|EF_HEALSP|Blue restoring effect| +|15|EF_SOULSTRIKE|Soul Strike| +|16|EF_BASH| Hide| +|17|EF_MAGNUMBREAK|Magnum Break| +|18|EF_STEAL|Steal| +|19|EF_HIDING|(Invalid)| +|20|EF_PATTACK|Envenom/Poison| +|21|EF_DETOXICATION|Detoxify| +|22|EF_SIGHT|Sight| +|23|EF_STONECURSE|Stone Curse| +|24|EF_FIREBALL|Fire Ball| +|25|EF_FIREWALL|Fire Wall| +|26|EF_ICEARROW|A sound (a swipe?)| +|27|EF_FROSTDIVER|Frost Diver (Traveling to Target)| +|28|EF_FROSTDIVER2|Frost Diver (Hitting)| +|29|EF_LIGHTBOLT|Lightning Bolt| +|30|EF_THUNDERSTORM|Thunder Storm| +|31|EF_FIREARROW|Weird bubbles launching from feet| +|32|EF_NAPALMBEAT|Small clustered explosions| +|33|EF_RUWACH|Ruwach| +|34|EF_TELEPORTATION|Old Map Exit Animation (unused)| +|35|EF_READYPORTAL|Old Warp Portal (unused)| +|36|EF_PORTAL|Old Warp Portal (unused)| +|37|EF_INCAGILITY|AGI Up| +|38|EF_DECAGILITY|AGI Down| +|39|EF_AQUA|Aqua Benedicta| +|40|EF_SIGNUM|Signum Crucis| +|41|EF_ANGELUS|Angelus| +|42|EF_BLESSING|Blessing| +|43|EF_INCAGIDEX|Dex + Agi Up| +|44|EF_SMOKE|Little Fog Smoke.| +|45|EF_FIREFLY|Faint Little Ball Things.| +|46|EF_SANDWIND|Sand Wind| +|47|EF_TORCH|Torch| +|48|EF_SPRAYPOND|Small Piece of Glass| +|49|EF_FIREHIT|Firebolt/Wall Hits| +|50|EF_FIRESPLASHHIT|Spinning Fire Thing| +|51|EF_COLDHIT|Ice Elemental Hit| +|52|EF_WINDHIT|Wind Elemental Hit| +|53|EF_POISONHIT|Puff of Purpulish Smoke?| +|54|EF_BEGINSPELL2|Cast Initiation Aura (Water Element)| +|55|EF_BEGINSPELL3|Cast Initiation Aura (Fire Element)| +|56|EF_BEGINSPELL4|Cast Initiation Aura (Earth Element)| +|57|EF_BEGINSPELL5|Cast Initiation Aura (Wind Element)| +|58|EF_BEGINSPELL6|Cast Initiation Aura (Holy Element)| +|59|EF_BEGINSPELL7|Cast Initiation Aura (Poison Element)| +|60|EF_LOCKON|Cast target circle| +|61|EF_WARPZONE|Old Warp Portal (NPC Warp, unused)| +|62|EF_SIGHTRASHER|Sight Trasher| +|63|EF_BARRIER|Moonlight Sphere| +|64|EF_ARROWSHOT|Something Like Puruple/Yellow Light Bullet| +|65|EF_INVENOM|Something Like Absorb of Power| +|66|EF_CURE| Cure| +|67|EF_PROVOKE|Provoke| +|68|EF_MVP| MVP Banner| +|69|EF_SKIDTRAP|Skid Trap| +|70|EF_BRANDISHSPEAR|Brandish Spear| +|71|EF_CONE|Spiral White balls| +|72|EF_SPHERE|Bigger Spiral White balls| +|73|EF_BOWLINGBASH|Blue/White Small Aura| +|74|EF_ICEWALL|Ice Wall| +|75|EF_GLORIA|Gloria| +|76|EF_MAGNIFICAT|Magnificat| +|77|EF_RESURRECTION|Resurrection| +|78|EF_RECOVERY|Status Recovery| +|79|EF_EARTHSPIKE|Earth Spike| +|80|EF_SPEARBMR|Spear Boomerang| +|81|EF_PIERCE|Skill hit| +|82|EF_TURNUNDEAD|Turn Undead| +|83|EF_SANCTUARY|Sanctuary| +|84|EF_IMPOSITIO|Impositio Manus| +|85|EF_LEXAETERNA|Lex Aeterna| +|86|EF_ASPERSIO|Aspersio| +|87|EF_LEXDIVINA|Lex Divina| +|88|EF_SUFFRAGIUM|Suffragium| +|89|EF_STORMGUST|Storm Gust| +|90|EF_LORD| Lord of Vermilion| +|91|EF_BENEDICTIO|B. S. Sacramenti| +|92|EF_METEORSTORM|Meteor Storm| +|93|EF_YUFITEL|Jupitel Thunder (Ball)| +|94|EF_YUFITELHIT|Jupitel Thunder (Hit)| +|95|EF_QUAGMIRE|Quagmire| +|96|EF_FIREPILLAR|Fire Pillar| +|97|EF_FIREPILLARBOMB| Fire Pillar/Land Mine hit| +|98|EF_HASTEUP|Adrenaline Rush| +|99|EF_FLASHER|Flasher Trap| +|100|EF_REMOVETRAP|Yellow ball fountain| +|101|EF_REPAIRWEAPON|Weapon Repair| +|102|EF_CRASHEARTH|Hammerfall| +|103|EF_PERFECTION|Weapon Perfection| +|104|EF_MAXPOWER|Maximize Power| +|105|EF_BLASTMINE|(nothing)| +|106|EF_BLASTMINEBOMB|Blast Mine Trap| +|107|EF_CLAYMORE|Claymore Trap| +|108|EF_FREEZING|Freezing Trap| +|109|EF_BUBBLE|Bailaban Blue bubble Map Effect| +|110|EF_GASPUSH|Trap Used by Giearth| +|111|EF_SPRINGTRAP|Spring Trap| +|112|EF_KYRIE|Kyrie Eleison| +|113|EF_MAGNUS|Magnus Exorcismus| +|114|EF_BOTTOM|Old Magnus Exorcismus Map Unit (unused)| +|115|EF_BLITZBEAT|Blitz Beat| +|116|EF_WATERBALL|Fling Watersphere| +|117|EF_WATERBALL2|Waterball| +|118|EF_FIREIVY|Fling Firesphere| +|119|EF_DETECTING|Detect| +|120|EF_CLOAKING|Cloaking| +|121|EF_SONICBLOW|Sonic Blow (Part 1/2)| +|122|EF_SONICBLOWHIT|Multi hit effect| +|123|EF_GRIMTOOTH|Grimtooth Cast| +|124|EF_VENOMDUST|Venom Dust| +|125|EF_ENCHANTPOISON|Enchant Poison| +|126|EF_POISONREACT|Poison React| +|127|EF_POISONREACT2|Small Posion React| +|128|EF_OVERTHRUST|Over Thrust| +|129|EF_SPLASHER|Venom Splasher Explosion| +|130|EF_TWOHANDQUICKEN|Two-Hand Quicken| +|131|EF_AUTOCOUNTER|Auto-Counter Hit| +|132|EF_GRIMTOOTHATK|Grimtooth Hit| +|133|EF_FREEZE|Ice Effect (Used by NPCs)| +|134|EF_FREEZED|Ice Effect (Used by NPCs)| +|135|EF_ICECRASH|Ice Effect (Used by NPCs)| +|136|EF_SLOWPOISON|Slow Poison| +|137|EF_BOTTOM2|Old Sanctuary Map Unit (unused)| +|138|EF_FIREPILLARON|Fire pillar| +|139|EF_SANDMAN|Sandman Trap| +|140|EF_REVIVE|Ressurection Aura| +|141|EF_PNEUMA|Pneuma| +|142|EF_HEAVENSDRIVE|Heaven's Drive| +|143|EF_SONICBLOW2|Sonic Blow (Part 2/2)| +|144|EF_BRANDISH2|Brandish Spear Pre-Hit Effect| +|145|EF_SHOCKWAVE|Shockwave Trap| +|146|EF_SHOCKWAVEHIT|Shockwave Trap Hit| +|147|EF_EARTHHIT|Pierce Hit| +|148|EF_PIERCESELF|Pierce Cast Animation| +|149|EF_BOWLINGSELF|Bowling Bash| +|150|EF_SPEARSTABSELF|Pierce Cast Animation| +|151|EF_SPEARBMRSELF|Spear Boomerang Cast| +|152|EF_HOLYHIT|Turn Undead| +|153|EF_CONCENTRATION|Increase Concentration| +|154|EF_REFINEOK|Refine Success| +|155|EF_REFINEFAIL|Refine Fail| +|156|EF_JOBCHANGE|jobchange.str not found error| +|157|EF_LVUP|levelup.str not found error| +|158|EF_JOBLVUP|Job Level Up| +|159|EF_TOPRANK|PvP circle| +|160|EF_PARTY|PvP Party Circle| +|161|EF_RAIN|(Nothing)| +|162|EF_SNOW|Snow| +|163|EF_SAKURA|White Sakura Leaves| +|164|EF_STATUS_STATE|(Nothing)| +|165|EF_BANJJAKII|Comodo Fireworks Ball| +|166|EF_MAKEBLUR|Energy Coat (Visual Effect)| +|167|EF_TAMINGSUCCESS|(Nothing)| +|168|EF_TAMINGFAILED|(Nothing)| +|169|EF_ENERGYCOAT|Energy Coat Animation| +|170|EF_CARTREVOLUTION|Cart Revolution| +|171|EF_VENOMDUST2|Venom Dust Map Unit| +|172|EF_CHANGEDARK|Change Element (Dark)| +|173|EF_CHANGEFIRE|Change Element (Fire)| +|174|EF_CHANGECOLD|Change Element (Water)| +|175|EF_CHANGEWIND|Change Element (Wind)| +|176|EF_CHANGEFLAME|Change Element (Fire)| +|177|EF_CHANGEEARTH|Change Element (Earth)| +|178|EF_CHAINGEHOLY|Change Element (Holy)| +|179|EF_CHANGEPOISON|Change Element (Poison)| +|180|EF_HITDARK|Darkness Attack| +|181|EF_MENTALBREAK|Mental Breaker| +|182|EF_MAGICALATTHIT|Magical Hit| +|183|EF_SUI_EXPLOSION|Self Destruction| +|184|EF_DARKATTACK|(Nothing)| +|185|EF_SUICIDE|(Nothing)| +|186|EF_COMBOATTACK1|Combo Attack 1| +|187|EF_COMBOATTACK2|Combo Attack 2| +|188|EF_COMBOATTACK3|Combo Attack 3| +|189|EF_COMBOATTACK4|Combo Attack 4| +|190|EF_COMBOATTACK5|Combo Attack 5| +|191|EF_GUIDEDATTACK|Guided Attack| +|192|EF_POISONATTACK|Poison Attack| +|193|EF_SILENCEATTACK|Silence Attack| +|194|EF_STUNATTACK|Stun Attack| +|195|EF_PETRIFYATTACK|Petrify Attack| +|196|EF_CURSEATTACK|Curse Attack| +|197|EF_SLEEPATTACK|Sleep Attack| +|198|EF_TELEKHIT|(Nothing)| +|199|EF_PONG| Small Popping Bubble Map Effect| +|200|EF_LEVEL99|Normal level 99 Aura (Middle)| +|201|EF_LEVEL99_2|Normal level 99 Aura (Bottom)| +|202|EF_LEVEL99_3|Lv 99 Aura Bubble| +|203|EF_GUMGANG|Fury (Visual Effect)| +|204|EF_POTION1|Red Herb/Potion| +|205|EF_POTION2|Orange Potion| +|206|EF_POTION3|Yellow Herb/Potion| +|207|EF_POTION4|White Herb/Potion| +|208|EF_POTION5|Blue Herb/Potion| +|209|EF_POTION6|Green Herb/Potion| +|210|EF_POTION7|Yellow Circle Healing Effect| +|211|EF_POTION8|Blue Circle Healing Effect| +|212|EF_DARKBREATH|Dark Breath| +|213|EF_DEFFENDER|Defender| +|214|EF_KEEPING|Keeping| +|215|EF_SUMMONSLAVE|Summon Slave| +|216|EF_BLOODDRAIN|Blood Drain| +|217|EF_ENERGYDRAIN|Energy Drain| +|218|EF_POTION_CON|Concentration Potion| +|219|EF_POTION_|Awakening Potion| +|220|EF_POTION_BERSERK|Berserk Potion| +|221|EF_POTIONPILLAR|Intense light beam| +|222|EF_DEFENDER|Defender (Crusader)| +|223|EF_GANBANTEIN|Holy Cast Aura| +|224|EF_WIND| Wind (Map effect)| +|225|EF_VOLCANO|Volcano casting effect| +|226|EF_GRANDCROSS|Grand Cross Effect| +|227|EF_INTIMIDATE|Snatch| +|228|EF_CHOOKGI|(Nothing)| +|229|EF_CLOUD|(Nothing)| +|230|EF_CLOUD2|(Nothing)| +|231|EF_MAPPILLAR|Map Light Pillar Animation 1| +|232|EF_LINELINK|Sacrifice (Visual Effect)| +|233|EF_CLOUD3|Fog| +|234|EF_SPELLBREAKER|Spell Breaker| +|235|EF_DISPELL|Dispell| +|236|EF_DELUGE|Deluge Cast Aura| +|237|EF_VIOLENTGALE|Violent Gale Cast Aura| +|238|EF_LANDPROTECTOR|Magnetic Earth Cast Aura| +|239|EF_BOTTOM_VO|Volcano (Visual Effect)| +|240|EF_BOTTOM_DE|Deluge (Visual Effect)| +|241|EF_BOTTOM_VI|Violent Gale (Visual Effect)| +|242|EF_BOTTOM_LA|Magnetic Earth (Visual Effect)| +|243|EF_FASTMOVE|(Invalid)| +|244|EF_MAGICROD|Magic Rod| +|245|EF_HOLYCROSS|Holy Cross| +|246|EF_SHIELDCHARGE|Shield Charge| +|247|EF_MAPPILLAR2|Map Light Pillar Animation 2| +|248|EF_PROVIDENCE|Resistant Souls| +|249|EF_SHIELDBOOMERANG|Shield Boomerang| +|250|EF_SPEARQUICKEN|Spear Quicken| +|251|EF_DEVOTION|Devotion| +|252|EF_REFLECTSHIELD|Reflect Shield| +|253|EF_ABSORBSPIRITS|Absorb Spirit Spheres| +|254|EF_STEELBODY|Mental Strength (Visual Effect)| +|255|EF_FLAMELAUNCHER|Elemental Endow (Fire)| +|256|EF_FROSTWEAPON|Elemental Endow (Water)| +|257|EF_LIGHTNINGLOADER|Elemental Endow (Wind)| +|258|EF_SEISMICWEAPON|Elemental Endow (Earth)| +|259|EF_MAPPILLAR3|Map Light Pillar Animation 3| +|260|EF_MAPPILLAR4|Map Light Pillar Animation 4| +|261|EF_GUMGANG2|Fury Cast Animation| +|262|EF_TEIHIT1|Raging Quadruple Blow| +|263|EF_GUMGANG3|Raging Quadruple Blow 2| +|264|EF_TEIHIT2|(Nothing)| +|265|EF_TANJI|Throw Spirit Sphere| +|266|EF_TEIHIT1X|Raging Quadruple Blow 3| +|267|EF_CHIMTO|Occult Impaction| +|268|EF_STEALCOIN|Steal Coin| +|269|EF_STRIPWEAPON|Divest Weapon| +|270|EF_STRIPSHIELD|Divest Shield| +|271|EF_STRIPARMOR|Divest Armor| +|272|EF_STRIPHELM|Divest Helm| +|273|EF_CHAINCOMBO|Raging Quadruple Blow 4| +|274|EF_RG_COIN|Steal Coin Animation| +|275|EF_BACKSTAP|Back Stab Animation| +|276|EF_TEIHIT3|Raging Thrust| +|277|EF_BOTTOM_DISSONANCE|Dissoance Map Unit| +|278|EF_BOTTOM_LULLABY|Lullaby Map Unit| +|279|EF_BOTTOM_RICHMANKIM|Mr Kim a Rich Man Map Unit| +|280|EF_BOTTOM_ETERNALCHAOS|Eternal Chaos Map Unit| +|281|EF_BOTTOM_DRUMBATTLEFIELD|A Drum on the Battlefield Map Unit| +|282|EF_BOTTOM_RINGNIBELUNGEN|The Ring Of Nibelungen Map Unit| +|283|EF_BOTTOM_ROKISWEIL|Loki's Veil Map Unit| +|284|EF_BOTTOM_INTOABYSS|Into the Abyss Map Unit| +|285|EF_BOTTOM_SIEGFRIED|Invunerable Siegfriend Map Unit| +|286|EF_BOTTOM_WHISTLE|A Wistle Map Unit| +|287|EF_BOTTOM_ASSASSINCROSS|Assassin Cross of Sunset Map Unit| +|288|EF_BOTTOM_POEMBRAGI|A Poem of Bragi Map Unit| +|289|EF_BOTTOM_APPLEIDUN|The Apple Of Idun Map Unit| +|290|EF_BOTTOM_UGLYDANCE|Ugly Dance Map Unit| +|291|EF_BOTTOM_HUMMING|Humming Map Unit| +|292|EF_BOTTOM_DONTFORGETME|Please don't Forget Me Map Unit| +|293|EF_BOTTOM_FORTUNEKISS|Fortune's Kiss Map Unit| +|294|EF_BOTTOM_SERVICEFORYOU|Service For You Map Unit| +|295|EF_TALK_FROSTJOKE|Frost Joke| +|296|EF_TALK_SCREAM|Scream| +|297|EF_POKJUK|Fire Works (Visual Effect)| +|298|EF_THROWITEM|Acid Terror Animnation| +|299|EF_THROWITEM2|(Nothing)| +|300|EF_CHEMICALPROTECTION|Chemical Protection| +|301|EF_POKJUK_SOUND|Fire Works (Sound Effect)| +|302|EF_DEMONSTRATION|Bomb| +|303|EF_CHEMICAL2|(Unused)| +|304|EF_TELEPORTATION2|Teleportation Animation| +|305|EF_PHARMACY_OK|Pharmacy Success| +|306|EF_PHARMACY_FAIL|Pharmacy Failed| +|307|EF_FORESTLIGHT|Forest Light 1| +|308|EF_THROWITEM3|Throw Stone| +|309|EF_FIRSTAID|First Aid| +|310|EF_SPRINKLESAND|Sprinkle Sand| +|311|EF_LOUD| Crazy Uproar| +|312|EF_HEAL| Heal Effect| +|313|EF_HEAL2|Heal Effect 2| +|314|EF_EXIT2|Old Map Exit effect (Unused)| +|315|EF_GLASSWALL2|Safety Wall| +|316|EF_READYPORTAL2|Warp Portal Animation 1| +|317|EF_PORTAL2|Warp Portal Animation 2| +|318|EF_BOTTOM_MAG|Magnus Exorcisimus Map Unit| +|319|EF_BOTTOM_SANC|Sanctuary Map Unit| +|320|EF_HEAL3|Offensive Heal| +|321|EF_WARPZONE2|Warp NPC| +|322|EF_FORESTLIGHT2|Forest Light 2| +|323|EF_FORESTLIGHT3|Forest Light 3| +|324|EF_FORESTLIGHT4|Forest Light 4| +|325|EF_HEAL4|Heal Effect 4| +|326|EF_FOOT| Chase Walk Left Foot| +|327|EF_FOOT2|Chse Walk Right Foot| +|328|EF_BEGINASURA|Monk Asura Strike| +|329|EF_TRIPLEATTACK|Triple Strike| +|330|EF_HITLINE|Combo Finish| +|331|EF_HPTIME|Natural HP Regeneration| +|332|EF_SPTIME|Natural SP Regeneration| +|333|EF_MAPLE|Autumn Leaves| +|334|EF_BLIND|Blind| +|335|EF_POISON|Poison| +|336|EF_GUARD|Kyrie Eleison/Parrying Shield| +|337|EF_JOBLVUP50|Class Change| +|338|EF_ANGEL2|Super Novice/Taekwon Level Up Angel| +|339|EF_MAGNUM2|Spiral Pierce| +|340|EF_CALLZONE|(Nothing)| +|341|EF_PORTAL3|Wedding Warp Portal| +|342|EF_COUPLECASTING|Wedding Skill| +|343|EF_HEARTCASTING|Another Merry Skill| +|344|EF_ENTRY2|Character map entry effect| +|345|EF_SAINTWING|Wings (Animated)| +|346|EF_SPHEREWIND|Like Moonlight But Blue| +|347|EF_COLORPAPER|Wedding Ceremony| +|348|EF_LIGHTSPHERE|Like 1000 Blade trepassing| +|349|EF_WATERFALL|Waterfall (Horizonatal)| +|350|EF_WATERFALL_90|Waterfall (Vertical)| +|351|EF_WATERFALL_SMALL|Small Waterfall (Horizonatal)| +|352|EF_WATERFALL_SMALL_90|Small Waterfall (Vertical)| +|353|EF_WATERFALL_T2|Dark Waterfall (Horizonatal)| +|354|EF_WATERFALL_T2_90|Dark Waterfall (Vertical)| +|355|EF_WATERFALL_SMALL_T2|Dark Small Waterfall (Horizonatal)| +|356|EF_WATERFALL_SMALL_T2_90|Dark Small Waterfall (Vertical)| +|357|EF_MINI_TETRIS|(Nothing)| +|358|EF_GHOST|Niflheim Ghost| +|359|EF_BAT| Niflheim Bat Slow| +|360|EF_BAT2| Niflheim Bat Fast| +|361|EF_SOULBREAKER|Soul Destroyer| +|362|EF_LEVEL99_4|Trancendant Level 99 Aura 1| +|363|EF_VALLENTINE|Valentine Day Heart With Wings| +|364|EF_VALLENTINE2|Valentine Day Heart| +|365|EF_PRESSURE|Gloria Domini| +|366|EF_BASH3D|Martyr's Reckoning| +|367|EF_AURABLADE|Aura Blade| +|368|EF_REDBODY|Berserk| +|369|EF_LKCONCENTRATION|Concentration| +|370|EF_BOTTOM_GOSPEL|Gospel Map Unit| +|371|EF_ANGEL|Level Up| +|372|EF_DEVIL|Death| +|373|EF_DRAGONSMOKE|House Smoke| +|374|EF_BOTTOM_BASILICA|Basilica| +|375|EF_ASSUMPTIO|Assumptio (Visual Effect)| +|376|EF_HITLINE2|Palm Strike| +|377|EF_BASH3D2|Matyr's Reckoning 2| +|378|EF_ENERGYDRAIN2|Soul Drain (1st Part)| +|379|EF_TRANSBLUEBODY|Soul Drain (2nd Part)| +|380|EF_MAGICCRASHER|Magic Crasher| +|381|EF_LIGHTSPHERE2|Blue Starburst (Unknown use)| +|382|EF_LIGHTBLADE|(Nothing)| +|383|EF_ENERGYDRAIN3|Health Conversion| +|384|EF_LINELINK2|Soul Change (Sound Effect)| +|385|EF_LINKLIGHT|Soul Change (Visual Effect)| +|386|EF_TRUESIGHT|True Sight| +|387|EF_FALCONASSAULT|Falcon Assault| +|388|EF_TRIPLEATTACK2|Focused Arrow Strike (Sound Effect)| +|389|EF_PORTAL4|Wind Walk| +|390|EF_MELTDOWN|Shattering Strike| +|391|EF_CARTBOOST|Cart Boost| +|392|EF_REJECTSWORD|Reject Sword| +|393|EF_TRIPLEATTACK3|Arrow Vulcan| +|394|EF_SPHEREWIND2|Sheltering Bliss| +|395|EF_LINELINK3|Marionette Control (Sound Effect)| +|396|EF_PINKBODY|Marionette Control (Visual Effect)| +|397|EF_LEVEL99_5|Trancended 99 Aura (Middle)| +|398|EF_LEVEL99_6|Trancended 99 Aura (Bottom)| +|399|EF_BASH3D3|Head Crush| +|400|EF_BASH3D4|Joint Beat| +|401|EF_NAPALMVALCAN|Napalm Vulcan Sound| +|402|EF_PORTAL5|Dangerous Soul Collect| +|403|EF_MAGICCRASHER2|Mind Breaker| +|404|EF_BOTTOM_SPIDER|Fiber Lock| +|405|EF_BOTTOM_FOGWALL|Wall Of Fog| +|406|EF_SOULBURN|Soul Burn| +|407|EF_SOULCHANGE|Soul Change| +|408|EF_BABY| Mom, Dad, I love you! (Baby Skill)| +|409|EF_SOULBREAKER2|Meteor Assault| +|410|EF_RAINBOW|Rainbow| +|411|EF_PEONG|Leap| +|412|EF_TANJI2|Like Throw Spirit Sphere| +|413|EF_PRESSEDBODY|Axe Kick| +|414|EF_SPINEDBODY|Round Kick| +|415|EF_KICKEDBODY|Counter Kick| +|416|EF_AIRTEXTURE|(Nothing)| +|417|EF_HITBODY|Flash| +|418|EF_DOUBLEGUMGANG|Warmth Lightning| +|419|EF_REFLECTBODY|Kaite (Visual Effect)| +|420|EF_BABYBODY|Eswoo (Small) (Visual Effect)| +|421|EF_BABYBODY2|Eswoo (Alt. Small) (Visual Effect)| +|422|EF_GIANTBODY|Eswoo (Normal) (Visual Effect)| +|423|EF_GIANTBODY2|Eswoo (Alt. Normal) (Visual Effect)| +|424|EF_ASURABODY|Spirit Link (Visual Effect)| +|425|EF_4WAYBODY|Esma Hit (Visual Effect)| +|426|EF_QUAKEBODY|Sprint Collision (Visual Effect)| +|427|EF_ASURABODY_MONSTER|(Nothing)| +|428|EF_HITLINE3|(Nothing)| +|429|EF_HITLINE4|Taekwon Kick Hit 1| +|430|EF_HITLINE5|Taekwon Kick Hit 2| +|431|EF_HITLINE6|Taekwon Kick Hit 3| +|432|EF_ELECTRIC|Solar, Lunar and Stellar Perception (Visual Effect)| +|433|EF_ELECTRIC2|Solar, Lunar and Stellar Opposition (Visual Effect)| +|434|EF_STORMKICK|Taekwon Kick Hit 4| +|435|EF_HITLINE7|Whirlwind Kick| +|436|EF_STORMKICK|White Barrier (Unused)| +|437|EF_HALFSPHERE|White barrier 2 (Unused)| +|438|EF_ATTACKENERGY|Kaite Reflect Animation| +|439|EF_ATTACKENERGY2|Flying Side Kick| +|440|EF_ASSUMPTIO2|Assumptio (Animation)| +|441|EF_BLUECASTING|Comfort Skills Cast Aura| +|442|EF_RUN|Foot Prints caused by Sprint.| +|443|EF_STOPRUN|(Nothing)| +|444|EF_STOPEFFECT|Sprint Stop Animation| +|445|EF_JUMPBODY|High Jump (Jump)| +|446|EF_LANDBODY|High Jump (Return Down)| +|447|EF_FOOT3|Running Left Foot| +|448|EF_FOOT4|Running Right Foot| +|449|EF_TAE_READY|KA-Spell (1st Part)| +|450|EF_GRANDCROSS2|Darkcross| +|451|EF_SOULSTRIKE2|Dark Strike| +|452|EF_YUFITEL2|Something Like Jupitel Thunder| +|453|EF_NPC_STOP|Paralized| +|454|EF_DARKCASTING|Like Blind| +|455|EF_GUMGANGNPC|Another Warmth Lightning| +|456|EF_AGIUP|Power Up| +|457|EF_JUMPKICK|Flying Side Kick (2nd Part)| +|458|EF_QUAKEBODY2|Running/Sprint (running into a wall)| +|459|EF_STORMKICK1|Brown tornado that spins sprite (unused)| +|460|EF_STORMKICK2|Green tornado (unused)| +|461|EF_STORMKICK3|Blue tornado (unused)| +|462|EF_STORMKICK4|Kaupe Dodge Effect| +|463|EF_STORMKICK5|Kaupe Dodge Effect| +|464|EF_STORMKICK6|White tornado (unused)| +|465|EF_STORMKICK7|Purple tornado (unused)| +|466|EF_SPINEDBODY2|Another Round Kick| +|467|EF_BEGINASURA1|Warm/Mild Wind (Earth)| +|468|EF_BEGINASURA2|Warm/Mild Wind (Wind)| +|469|EF_BEGINASURA3|Warm/Mild Wind (Water)| +|470|EF_BEGINASURA4|Warm/Mild Wind (Fire)| +|471|EF_BEGINASURA5|Warm/Mild Wind (Undead)| +|472|EF_BEGINASURA6|Warm/Mild Wind (Shadow)| +|473|EF_BEGINASURA7|Warm/Mild Wind (Holy)| +|474|EF_AURABLADE2|(Nothing)| +|475|EF_DEVIL1|Demon of The Sun Moon And Stars (Level 1)| +|476|EF_DEVIL2|Demon of The Sun Moon And Stars (Level 2)| +|477|EF_DEVIL3|Demon of The Sun Moon And Stars (Level 3)| +|478|EF_DEVIL4|Demon of The Sun Moon And Stars (Level 4)| +|479|EF_DEVIL5|Demon of The Sun Moon And Stars (Level 5)| +|480|EF_DEVIL6|Demon of The Sun Moon And Stars (Level 6)| +|481|EF_DEVIL7|Demon of The Sun Moon And Stars (Level 7)| +|482|EF_DEVIL8|Demon of The Sun Moon And Stars (Level 8)| +|483|EF_DEVIL9|Demon of The Sun Moon And Stars (Level 9)| +|484|EF_DEVIL10|Demon of The Sun Moon And Stars (Level 10)| +|485|EF_DOUBLEGUMGANG2|Mental Strength Lightning but White| +|486|EF_DOUBLEGUMGANG3|Mental Strength Lightning| +|487|EF_BLACKDEVIL|Demon of The Sun Moon And Stars Ground Effect| +|488|EF_FLOWERCAST|Comfort Skills| +|489|EF_FLOWERCAST2|(Nothing)| +|490|EF_FLOWERCAST3|(Nothing)| +|491|EF_MOCHI|Element Potions| +|492|EF_LAMADAN|Cooking Foods| +|493|EF_EDP| Enchant Deadly Poison| +|494|EF_SHIELDBOOMERANG2|Throwing Tomahawk| +|495|EF_RG_COIN2|Full Strip Sound| +|496|EF_GUARD2|Preserve| +|497|EF_SLIM| Twilight Alchemy 1| +|498|EF_SLIM2|Twilight Alchemy 2| +|499|EF_SLIM3|Twilight Alchemy 3| +|500|EF_CHEMICALBODY|Player Become Blue with Blue Aura| +|501|EF_CASTSPIN|Chase Walk Animation| +|502|EF_PIERCEBODY|Player Become Yellow with Yellow Aura| +|503|EF_SOULLINK|Soul Link Word| +|504|EF_CHOOKGI2|(Nothing)| +|505|EF_MEMORIZE|Memorize| +|506|EF_SOULLIGHT|(Nothing)| +|507|EF_MAPAE|Authoritative Badge| +|508|EF_ITEMPOKJUK|Fire Cracker| +|509|EF_05VAL|Valentine Day Hearth (Wings)| +|510|EF_BEGINASURA11|Champion Asura Strike| +|511|EF_NIGHT|(Nothing)| +|512|EF_CHEMICAL2DASH|Chain Crush Combo| +|513|EF_GROUNDSAMPLE|Area Cast| +|514|EF_GI_EXPLOSION|Really Big Circle| +|515|EF_CLOUD4|Einbroch Fog| +|516|EF_CLOUD5|Airship Cloud| +|517|EF_BOTTOM_HERMODE|(Nothing)| +|518|EF_CARTTER|Cart Termination| +|519|EF_ITEMFAST|Speed Down Potion| +|520|EF_SHIELDBOOMERANG3|Shield Bumerang| +|521|EF_DOUBLECASTBODY|Player Become Red with Red Aura| +|522|EF_GRAVITATION|Gravitation Field| +|523|EF_TAROTCARD1|Tarot Card of Fate (The Fool)| +|524|EF_TAROTCARD2|Tarot Card of Fate (The Magician)| +|525|EF_TAROTCARD3|Tarot Card of Fate (The High Priestess)| +|526|EF_TAROTCARD4|Tarot Card of Fate (The Chariot)| +|527|EF_TAROTCARD5|Tarot Card of Fate (Strength)| +|528|EF_TAROTCARD6|Tarot Card of Fate (The Lovers)| +|529|EF_TAROTCARD7|Tarot Card of Fate (The Wheel of Fortune)| +|530|EF_TAROTCARD8|Tarot Card of Fate (The Hanged Man)| +|531|EF_TAROTCARD9|Tarot Card of Fate (Death)| +|532|EF_TAROTCARD10|Tarot Card of Fate (Temperance)| +|533|EF_TAROTCARD11|Tarot Card of Fate (The Devil)| +|534|EF_TAROTCARD12|Tarot Card of Fate (The Tower)| +|535|EF_TAROTCARD13|Tarot Card of Fate (The Star)| +|536|EF_TAROTCARD14|Tarot Card of Fate (The Sun)| +|537|EF_ACIDDEMON|Acid Demonstration| +|538|EF_GREENBODY|Player Become Green with Green Aura| +|539|EF_THROWITEM4|Throw Random Bottle| +|540|EF_BABYBODY_BACK|Instant Small->Normal| +|541|EF_THROWITEM5|(Nothing)| +|542|EF_BLUEBODY|KA-Spell (1st Part)| +|543|EF_HATED|Kahii| +|544|EF_REDLIGHTBODY|Warmth Red Sprite| +|545|EF_RO2YEAR|Sound And... PUFF Client Crash :P| +|546|EF_SMA_READY|Kaupe| +|547|EF_STIN| Estin| +|548|EF_RED_HIT|Instant Red Sprite| +|549|EF_BLUE_HIT|Instant Blue Sprite| +|550|EF_QUAKEBODY3|Another Effect like Running Hit| +|551|EF_SMA |EFfect Like Estun but with Circle| +|552|EF_SMA2| (Nothing)| +|553|EF_STIN2|Esma| +|554|EF_HITTEXTURE|Large White Cloud| +|555|EF_STIN3|Estun| +|556|EF_SMA3| (Nothing)| +|557|EF_BLUEFALL|Juperos Energy Waterfall (Horizontal)| +|558|EF_BLUEFALL_90|Juperos Energy Waterfall (Vertical)| +|559|EF_FASTBLUEFALL|Juperos Energy Waterfall Fast (Horizontal)| +|560|EF_FASTBLUEFALL_90|Juperos Energy Waterfall Fast (Vertical)| +|561|EF_BIG_PORTAL|Juperos Warp| +|562|EF_BIG_PORTAL2|Juperos Warp| +|563|EF_SCREEN_QUAKE|Earthquake Effect (Juperos Elevator)| +|564|EF_HOMUNCASTING|Wedding Cast| +|565|EF_HFLIMOON1|Filir Moonlight Lvl 1| +|566|EF_HFLIMOON2|Filir Moonlight Lvl 2| +|567|EF_HFLIMOON3|Filir Moonlight Lvl 3| +|568|EF_HO_UP|Another Job Level Up| +|569|EF_HAMIDEFENCE|Amistr Bulwark| +|570|EF_HAMICASTLE|Amistr Castling| +|571|EF_HAMIBLOOD|Amistr Bloodlust| +|572|EF_HATED2|Warmth Soul| +|573|EF_TWILIGHT1|Twilight Alchemy 1| +|574|EF_TWILIGHT2|Twilight Alchemy 2| +|575|EF_TWILIGHT3|Twilight Alchemy 3| +|576|EF_ITEM_THUNDER|Box Effect (Thunder)| +|577|EF_ITEM_CLOUD|Box Effect (Cloud)| +|578|EF_ITEM_CURSE|Box Effect (Curse)| +|579|EF_ITEM_ZZZ|Box Effect (Sleep)| +|580|EF_ITEM_RAIN|Box Effect (Rain)| +|581|EF_ITEM_LIGHT|Box Effect (Sunlight)| +|582|EF_ANGEL3|Another Super Novice/Taekwon Angel| +|583|EF_M01| Warmth Hit| +|584|EF_M02| Full Buster| +|585|EF_M03| 5 Medium Size Explosion| +|586|EF_M04| Somatology Lab Mobs Aura| +|587|EF_M05| Big Purple Flame| +|588|EF_M06| Little Red Flame| +|589|EF_M07| Eswoo| +|590|EF_KAIZEL|Running Stop| +|591|EF_KAAHI|(Nothing)| +|592|EF_CLOUD6|Thanatos Tower Bloody Clouds| +|593|EF_FOOD01|Food Effect (STR)| +|594|EF_FOOD02|Food Effect (INT)| +|595|EF_FOOD03|Food Effect (VIT)| +|596|EF_FOOD04|Food Effect (AGI)| +|597|EF_FOOD05|Food Effect (DEX)| +|598|EF_FOOD06|Food Effect (LUK)| +|599|EF_SHRINK|Cast Time Sound and Flashing Animation on Player| +|600|EF_THROWITEM6|Throw Venom Knife| +|601|EF_SIGHT2|Sight Blaster| +|602|EF_QUAKEBODY4|Close Confine (Grab Effect)| +|603|EF_FIREHIT2|Spinning fire ball (like 50, but smaller)| +|604|EF_NPC_STOP2|Close Confine (Ground Effect)| +|605|EF_NPC_STOP2_DEL|(Nothing)| +|606|EF_FVOICE|Pang Voice (Visual Effect)| +|607|EF_WINK|Wink of Charm (Visual Effect)| +|608|EF_COOKING_OK|Cooking Success| +|609|EF_COOKING_FAIL|Cooking Failed| +|610|EF_TEMP_OK|Success| +|611|EF_TEMP_FAIL|Failed| +|612|EF_HAPGYEOK|Korean Words and /no1 Emoticon| +|613|EF_THROWITEM7|Throw Shuriken| +|614|EF_THROWITEM8|Throw Kunai| +|615|EF_THROWITEM9|Throw Fumma Shuriken| +|616|EF_THROWITEM10|Throw Money| +|617|EF_BUNSINJYUTSU|Illusionary Shadow| +|618|EF_KOUENKA|Crimson Fire Bolossom| +|619|EF_HYOUSENSOU|Lightning Spear Of Ice| +|620|EF_BOTTOM_SUITON|Water Escape Technique| +|621|EF_STIN4|Wind Blade| +|622|EF_THUNDERSTORM2|Lightning Crash| +|623|EF_CHEMICAL4|Piercing Shot| +|624|EF_STIN5|Kamaitachi| +|625|EF_MADNESS_BLUE|Madness Canceller| +|626|EF_MADNESS_RED|Adjustment| +|627|EF_RG_COIN3|Disarm (Sound Effect)| +|628|EF_BASH3D5|Dust| +|629|EF_CHOOKGI3|(Nothing)| +|630|EF_KIRIKAGE|Shadow Slash| +|631|EF_TATAMI|Reverse Tatami Map Unit| +|632|EF_KASUMIKIRI|Mist Slash| +|633|EF_ISSEN|Final Strike| +|634|EF_KAEN| Crimson Fire Formation| +|635|EF_BAKU| Dragon Fire Formation| +|636|EF_HYOUSYOURAKU|Falling Ice Pillar| +|637|EF_DESPERADO|Desperado| +|638|EF_LIGHTNING_S|Ground Drift Grenade| +|639|EF_BLIND_S|Ground Drift Grenade| +|640|EF_POISON_S|Ground Drift Grenade| +|641|EF_FREEZING_S|Ground Drift Grenade| +|642|EF_FLARE_S|Ground Drift Grenade| +|643|EF_RAPIDSHOWER|Rapid Shower| +|644|EF_MAGICALBULLET|Magic Bullet| +|645|EF_SPREADATTACK|Spread Attack| +|646|EF_TRACKCASTING|Tracking (Shown While Casting)| +|647|EF_TRACKING|Tracking| +|648|EF_TRIPLEACTION|Triple Action| +|649|EF_BULLSEYE|Bull's Eye| +|650|EF_MAP_MAGICZONE|Ice Cave Level 4 Circle| +|651|EF_MAP_MAGICZONE2|Ice Cave Level 4 Big Circle| +|652|EF_DAMAGE1|Like Regeneration Number but Red with a Sound| +|653|EF_DAMAGE1_2|Like Regeneration Number but Red| +|654|EF_DAMAGE1_3|Like Regeneration Number but Purple| +|655|EF_UNDEADBODY|Mobs Skill (Change Undead Element)| +|656|EF_UNDEADBODY_DEL|Last animation before Change Undead Element finish| +|657|EF_GREEN_NUMBER|(Nothing)| +|658|EF_BLUE_NUMBER|(Nothing)| +|659|EF_RED_NUMBER|(Nothing)| +|660|EF_PURPLE_NUMBER|(Nothing)| +|661|EF_BLACK_NUMBER|(Nothing)| +|662|EF_WHITE_NUMBER|(Nothing)| +|663|EF_YELLOW_NUMBER|(Nothing)| +|664|EF_PINK_NUMBER|(Nothing)| +|665|EF_BUBBLE_DROP|Little Blue Ball Falling From the Sky| +|666|EF_NPC_EARTHQUAKE|Earthquake| +|667|EF_DA_SPACE|(Nothing)| +|668|EF_DRAGONFEAR|Dragonfear| +|669|EF_BLEEDING|Wide Bleeding| +|670|EF_WIDECONFUSE|Dragon fear (Visual Effect)| +|671|EF_BOTTOM_RUNNER|The Japan Earth Symbol (like 'Seven Wind Lv1', but on the ground)| +|672|EF_BOTTOM_TRANSFER|The Japan Wind Symbol (like 'Seven Wind Lv2', but on the ground)| +|673|EF_CRYSTAL_BLUE|Map turns Blue (like Soul Link)| +|674|EF_BOTTOM_EVILLAND|Evil Land Cell| +|675|EF_GUARD3|Like Parrying/Kyrie Eleison barrier but Yellow with small Cross in every barrier piece| +|676|EF_NPC_SLOWCAST|Slow Casting| +|677|EF_CRITICALWOUND|Critical Wounds/Bleeding Attack| +|678|EF_GREEN99_3|White 99 Aura Bubbles| +|679|EF_GREEN99_5|Green Aura (Middle)| +|680|EF_GREEN99_6|Green Aura (Bottom)| +|681|EF_MAPSPHERE|Dimensional Gorge Map Effect| +|682|EF_POK_LOVE|I Love You Banner| +|683|EF_POK_WHITE|Happy White Day Banner| +|684|EF_POK_VALEN|Happy Valentine Day Banner| +|685|EF_POK_BIRTH|Happy Birthday Banner| +|686|EF_POK_CHRISTMAS|Merry Christmas Banner| +|687|EF_MAP_MAGICZONE3|Cast Circle-Like effect 1| +|688|EF_MAP_MAGICZONE4|Cast Circle-Like effect 2| +|689|EF_DUST|Endless Tower Map Effect| +|690|EF_TORCH_RED|Burning Flame (Red)| +|691|EF_TORCH_GREEN|Burning Flame (Green)| +|692|EF_MAP_GHOST|Unknown Aura Bubbles (Small ghosts)| +|693|EF_GLOW1|Translucent yellow circle| +|694|EF_GLOW2|Translucent green circle| +|695|EF_GLOW4|Rotating green light| +|696|EF_TORCH_PURPLE|The same of 690 and 691 but Blue/Purple| +|697|EF_CLOUD7|(Nothing)| +|698|EF_CLOUD8|(Nothing)| +|699|EF_FLOWERLEAF|Fall of powder from the sky and raise of some leaf| +|700|EF_MAPSPHERE2|Big Colored Green Sphere.| +|701|EF_GLOW11|Huge Blue Sphere| +|702|EF_GLOW12|Little Colored Violet Sphere| +|703|EF_CIRCLELIGHT|Light Infiltration with fall of pownder| +|704|EF_ITEM315|Client Error (mobile_ef02.str)| +|705|EF_ITEM316|Client Error (mobile_ef01.str)| +|706|EF_ITEM317|Client Error (mobile_ef03.str)| +|707|EF_ITEM318|Client Crash :P| +|708|EF_STORM_MIN|Storm Gust (same as 89)| +|709|EF_POK_JAP|A Firework that split in 4 mini fireworks| +|710|EF_MAP_GREENLIGHT|A Sphere like Effect 701 but Green, and a bit more larger| +|711|EF_MAP_MAGICWALL|A big violet wall| +|712|EF_MAP_GREENLIGHT2|A Little Flame Sphere| +|713|EF_YELLOWFLY1|A lot of Very Small and Yellow Sphere| +|714|EF_YELLOWFLY2|(Nothing)| +|715|EF_BOTTOM_BLUE|Little blue Basilica| +|716|EF_BOTTOM_BLUE2|Same as 715| +|717|EF_WEWISH|Christmas Carol (copy of Angelus)| +|718|EF_FIREPILLARON2|Judex (Visual Effect)| +|719|EF_FORESTLIGHT5|Renovatio (light beam)| +|720|EF_SOULBREAKER3|Yellow version of Soul Breaker| +|721|EF_ADO_STR|Adoramus (lightning bolt)| +|722|EF_IGN_STR|Ignition Break (big explosion)| +|723|EF_CHIMTO2|Hundred Spear (sound effect)| +|724|EF_WINDCUTTER|Green version of Detecting| +|725|EF_DETECT2|Oratorio (like Detecting)| +|726|EF_FROSTMYSTY|Frost Misty (blue vapor and bubbles)| +|727|EF_CRIMSON_STR|Crimson Rock| +|728|EF_HELL_STR|Small fire (part of Hell Inferno)| +|729|EF_SPR_MASH|Marsh of Abyss (like Close Confine)| +|730|EF_SPR_SOULE|Small, cartoony explosion (part of Soul Expansion)| +|731|EF_DHOWL_STR|Dragon Howling (blinking, expanding circle)| +|732|EF_EARTHWALL|Spike from the ground| +|733|EF_SOULBREAKER4|Fluffy Ball flying by| +|734|EF_CHAINL_STR|Chain Lightning| +|735|EF_CHOOKGI_FIRE|(Nothing)| +|736|EF_CHOOKGI_WIND|(Nothing)| +|737|EF_CHOOKGI_WATER|(Nothing)| +|738|EF_CHOOKGI_GROUND|(Nothing)| +|739|EF_MAGENTA_TRAP|Old Magenta Trap| +|740|EF_COBALT_TRAP|Old Cobald Trap| +|741|EF_MAIZE_TRAP|Old Maize Trap| +|742|EF_VERDURE_TRAP|Old Verdure Trap| +|743|EF_NORMAL_TRAP|White Ranger Trap| +|744|EF_CLOAKING2|Camouflage| +|745|EF_AIMED_STR|Aimed Bolt (crosshairs)| +|746|EF_ARROWSTORM_STR|Arrow Storm| +|747|EF_LAULAMUS_STR|Falling white feathers| +|748|EF_LAUAGNUS_STR|Falling blue feathers| +|749|EF_MILSHIELD_STR|Millennium Shield| +|750|EF_CONCENTRATION2|Detonator (blue sparkles)| +|751|EF_FIREBALL2|Releasing summoned warlock spheres| +|752|EF_BUNSINJYUTSU2|Like Energy Coat, but not as dark| +|753|EF_CLEARTIME|Clearance| +|754|EF_GLASSWALL3|Green warp portal (root of Epiclesis)| +|755|EF_ORATIO|Oratio (spinning blue symbol)| +|756|EF_POTION_BERSERK2|Enchant Blade (like Berserk Potion)| +|757|EF_CIRCLEPOWER|Third Class Aura (Middle)| +|758|EF_ROLLING1|Rolling Cutter - Spin Count 1| +|759|EF_ROLLING2|Rolling Cutter - Spin Count 2| +|760|EF_ROLLING3|Rolling Cutter - Spin Count 3| +|761|EF_ROLLING4|Rolling Cutter - Spin Count 4| +|762|EF_ROLLING5|Rolling Cutter - Spin Count 5| +|763|EF_ROLLING6|Rolling Cutter - Spin Count 6| +|764|EF_ROLLING7|Rolling Cutter - Spin Count 7| +|765|EF_ROLLING8|Rolling Cutter - Spin Count 8| +|766|EF_ROLLING9|Rolling Cutter - Spin Count 9| +|767|EF_ROLLING10|Rolling Cutter - Spin Count 10| +|768|EF_PURPLEBODY|Blinking| +|769|EF_STIN6|Cross Ripper Slasher (flying knives)| +|770|EF_RG_COIN4|Strip sound| +|771|EF_POISONWAV|Poison sound| +|772|EF_POISONSMOKE|Poison particles| +|773|EF_GUMGANG4|Expanding purple aura (part of Phantom Menace)| +|774|EF_SHIELDBOOMERANG4|Axe Boomerang| +|775|EF_CASTSPIN2|Spinning character sprite| +|776|EF_VULCANWAV|Like Desperado sound effect| +|777|EF_AGIUP2|Faded light from the ground [S]| +|778|EF_DETECT3|Expanding white aura (like Clearance)| +|779|EF_AGIUP3|Faded light from the ground [S]| +|780|EF_DETECT4|Expanding red aura (from Infrared Scan)| +|781|EF_ELECTRIC3|Magnetic Field (purple chains)| +|782|EF_GUARD4|All-around shield [S]| +|783|EF_BOTTOM_BARRIER|Yellow shaft of light| +|784|EF_BOTTOM_STEALTH|White shaft of light| +|785|EF_REPAIRTIME|Upward flying wrenches| +|786|EF_NC_ANAL|Symbol with bleeping sound [S]| +|787|EF_FIRETHROW|Flare Launcher (line of fire)| +|788|EF_VENOMIMPRESS|Venom Impress (green skull)| +|789|EF_FROSTMISTY|Freezing Status Effect (two ancillas)| +|790|EF_BURNING|Burning Status Effect (flame symbol)| +|791|EF_COLDTHROW|Two ice shots| +|792|EF_MAKEHALLU|Upward streaming white particles| +|793|EF_HALLUTIME|Same, but more brief| +|794|EF_INFRAREDSCAN|Infrared Scan (red lasers)| +|795|EF_CRASHAXE|Power Swing (axe crash)| +|796|EF_GTHUNDER|Spinning blue triangles| +|797|EF_STONERING|Stapo| +|798|EF_INTIMIDATE2|Red triangles (like Intimidate)| +|799|EF_STASIS|Stasis (expanding blue mist) [S]| +|800|EF_REDLINE|Hell Inferno (red lights)| +|801|EF_FROSTDIVER3|Jack Frost unit (ice spikes)| +|802|EF_BOTTOM_BASILICA2|White Imprison| +|803|EF_RECOGNIZED|Recognized Spell| +|804|EF_TETRA|Tetra Vortex [S]| +|805|EF_TETRACASTING|Tetra Vortex cast animation (blinking colors)| +|806|EF_FIREBALL3|Flying by as fast as a rocket| +|807|EF_INTIMIDATE3|Kidnapping sound| +|808|EF_RECOGNIZED2|Like Recognized Spell, but one symbol| +|809|EF_CLOAKING3|Shadowy filter [S]| +|810|EF_INTIMIDATE4|Damp thud sound [S]| +|811|EF_STRETCH|Body Painting| +|812|EF_BLACKBODY|Black expanding aura| +|813|EF_ENERVATION|Masquerade - Enervation| +|814|EF_ENERVATION2|Masquerade - Groomy| +|815|EF_ENERVATION3|Masquerade - Ignorance| +|816|EF_ENERVATION4|Masquerade - Laziness| +|817|EF_ENERVATION5|Masquerade - Unlucky| +|818|EF_ENERVATION6|Masquerade - Weakness| +|819|EF_LINELINK4|(Nothing)| +|820|EF_RG_COIN5|Strip Accessory| +|821|EF_WATERFALL_ANI|Waterfall| +|822|EF_BOTTOM_MANHOLE|Dimension Door (spinning blue aura)| +|823|EF_MANHOLE|In-the-manhole effect| +|824|EF_MAKEFEINT|Some filter| +|825|EF_FORESTLIGHT6|Dimension Door (aura + blue light)| +|826|EF_DARKCASTING2|Expanding black casting anim.| +|827|EF_BOTTOM_ANI|Chaos Panic (spinning brown aura)| +|828|EF_BOTTOM_MAELSTROM|Maelstrom (spinning pink aura)| +|829|EF_BOTTOM_BLOODYLUST|Bloody Lust (spinning red aura)| +|830|EF_BEGINSPELL_N1|Blue aura (Arch Bishop cast animation)| +|831|EF_BEGINSPELL_N2|Blue cone [S]| +|832|EF_HEAL_N|Sonic Wave| +|833|EF_CHOOKGI_N|(Nothing)| +|834|EF_JOBLVUP50_2|Light shooting away circlish| +|835|EF_CHEMICAL2DASH2|Fastness yellow-reddish| +|836|EF_CHEMICAL2DASH3|Fastness yellow-pinkish| +|837|EF_ROLLINGCAST|Casting [S]| +|838|EF_WATER_BELOW|Watery aura| +|839|EF_WATER_FADE|[Client Error]| +|840|EF_BEGINSPELL_N3|Red cone| +|841|EF_BEGINSPELL_N4|Green cone| +|842|EF_BEGINSPELL_N5|Yellow cone| +|843|EF_BEGINSPELL_N6|White cone| +|844|EF_BEGINSPELL_N7|Purple cone| +|845|EF_BEGINSPELL_N8|light-bluish turquoise cone| +|846|EF_WATER_SMOKE|(Nothing)| +|847|EF_DANCE1|Gloomy Day (white/red light rays)| +|848|EF_DANCE2|Gloomy Day (white/blue light rays)| +|849|EF_LINKPARTICLE|(Nothing)| +|850|EF_SOULLIGHT2|(Nothing)| +|851|EF_SPR_PARTICLE|Green mushy-foggy stuff (dull)| +|852|EF_SPR_PARTICLE2|Green mushy-foggy stuff (bright)| +|853|EF_SPR_PLANT|Bright green flower area| +|854|EF_CHEMICAL_V|Blue beam of light with notes| +|855|EF_SHOOTPARTICLE|(Nothing)| +|856|EF_BOT_REVERB|Reverberation (red eighth notes)| +|857|EF_RAIN_PARTICLE|Severe Rainstorm (falling red and blue beams)| +|858|EF_CHEMICAL_V2|Deep Sleep Lullaby (two red beams and music notes)| +|859|EF_SECRA|Holograph of text (blue)| +|860|EF_BOT_REVERB2|Distorted note (blue)| +|861|EF_CIRCLEPOWER2|Green aura (from Circle of Life's Melody)| +|862|EF_SECRA2|Randomize Spell (holograph of text)| +|863|EF_CHEMICAL_V3|Dominion Impulse (two spears of light)| +|864|EF_ENERVATION7|Gloomy Day (colorful lines)| +|865|EF_CIRCLEPOWER3|Blue aura (from Song of Mana)| +|866|EF_SPR_PLANT2|Dance with a Warg (Wargs)| +|867|EF_CIRCLEPOWER4|Yellow aura (from Dance with a Warg)| +|868|EF_SPR_PLANT3|Song of Mana (Violies)| +|869|EF_RG_COIN6|Strip sound [S]| +|870|EF_SPR_PLANT4|Ghostly Succubuses of fire| +|871|EF_CIRCLEPOWER5|Red aura (from Lerad's Dew)| +|872|EF_SPR_PLANT5|Lerad's Dew (Minerals)| +|873|EF_CIRCLEPOWER6|Stargate-wormhole stuff (bright purple)| +|874|EF_SPR_PLANT6|Melody of Sink (Ktullanuxes)| +|875|EF_CIRCLEPOWER7|Stargate-wormhole stuff (bright turquoise)| +|876|EF_SPR_PLANT7|Warcry of Beyond (Garms)| +|877|EF_CIRCLEPOWER8|Stargate-wormhole stuff (white)| +|878|EF_SPR_PLANT8|Unlimited Humming Voice (Miyabi Ningyos)| +|879|EF_HEARTASURA|Siren's Voice (heart-like)| +|880|EF_BEGINSPELL_150|Bluish castish cone| +|881|EF_LEVEL99_150|Blue aura| +|882|EF_PRIMECHARGE|Whirl of fireflies (red)| +|883|EF_GLASSWALL4|Epiclesis (transparent green tree)| +|884|EF_GRADIUS_LASER|Green beam| +|885|EF_BASH3D6|Blue light beams| +|886|EF_GUMGANG5|Blue castish cone| +|887|EF_HITLINE8|Wavy sparks| +|888|EF_ELECTRIC4|Earth Shaker (same as 432)| +|889|EF_TEIHIT1T|Fast light beams| +|890|EF_SPINMOVE|Rotation| +|891|EF_FIREBALL4|Magic shots [S]| +|892|EF_TRIPLEATTACK4|Fastness with hitting sound[S]| +|893|EF_CHEMICAL3S|Blue-white light passing by| +|894|EF_GROUNDSHAKE|(Nothing)| +|895|EF_DQ9_CHARGE|Big wheel of flat light beams| +|896|EF_DQ9_CHARGE2|Still sun shaped lightning aura| +|897|EF_DQ9_CHARGE3|Animated sun shaped lightning aura| +|898|EF_DQ9_CHARGE4|Animated, curvy sun shaped lightning aura| +|899|EF_BLUELINE|White/red light shots from below| +|900|EF_SELFSCROLL|Animated, slow curvy sun shaped lightning aura| +|901|EF_SPR_LIGHTPRINT|Explosion| +|902|EF_PNG_TEST|Floating bedtable texture| +|903|EF_BEGINSPELL_YB| Castish flamey cone| +|904|EF_CHEMICAL2DASH4| Yellow/pink lights passing by| +|905|EF_GROUNDSHAKE2|Expanding circle| +|906|EF_PRESSURE2|Shield Press (falling shield)| +|907|EF_RG_COIN7|Chainy, metalish sound [S]| +|908|EF_PRIMECHARGE2|Prestige (sphere of yellow particles)| +|909|EF_PRIMECHARGE3|Banding (sphere of red particles)| +|910|EF_PRIMECHARGE4|Inspiration (sphere of blue particles)| +|911|EF_GREENCASTING|Green castish animation [S]| +|912|EF_WALLOFTHORN|Wall of Thorns unit (green fog cloud)| +|913|EF_FIREBALL5|Magic projectiles| +|914|EF_THROWITEM11|(Nothing)| +|915|EF_SPR_PLANT9|Crazy Weed| +|916|EF_DEMONICFIRE|Demonic Fire| +|917|EF_DEMONICFIRE2|More angry, demonic flames| +|918|EF_DEMONICFIRE3|Fire Insignia (demonic flames)| +|919|EF_HELLSPLANT|Hell's Plant (green snapping plant)| +|920|EF_FIREWALL2|Fire Walk unit| +|921|EF_VACUUM|Vacuum Extreme (whirlwind)| +|922|EF_SPR_PLANT10|Psychic Wave| +|923|EF_SPR_LIGHTPRINT2|Poison Buster| +|924|EF_POISONSMOKE2|Poisoning animation| +|925|EF_MAKEHALLU2|Some filter| +|926|EF_SHOCKWAVE2|Electric Walk unit| +|927|EF_SPR_PLANT11|Earth Grave (speary roots)| +|928|EF_COLDTHROW2|Ice cloud projectiles| +|929|EF_DEMONICFIRE4|Warmer (field of flames)| +|930|EF_PRESSURE3|Varetyr Spear (falling spear)| +|931|EF_LINKPARTICLE2| (Nothing)| +|932|EF_SOULLIGHT3|Firefly| +|933|EF_CHAREFFECT|[Client Crash]| +|934|EF_GUMGANG6|White, castishly expanding cone| +|935|EF_FIREBALL6|Green magic projectile| +|936|EF_GUMGANG7|Red, castishly expanding cone| +|937|EF_GUMGANG8|Yellow, castishly expanding cone| +|938|EF_GUMGANG9|Dark-red, castishly expanding cone| +|939|EF_BOTTOM_DE2|Blue, conish aura| +|940|EF_COLDSTATUS|Snow flake| +|941|EF_SPR_LIGHTPRINT3|Explosion of red, demonic fire| +|942|EF_WATERBALL3|Expanding, white dome| +|943|EF_HEAL_N2|Green, fluffy projectile| +|944|EF_RAIN_PARTICLE2|Falling gems| +|945|EF_CLOUD9|(Nothing)| +|946|EF_YELLOWFLY3|Floating lights| +|947|EF_EL_GUST|Blue lightning sphere| +|948|EF_EL_BLAST|Two blue lightning spheres| +|949|EF_EL_AQUAPLAY|Flat, spinning diamond| +|950|EF_EL_UPHEAVAL|Circling, planetlike spheres| +|951|EF_EL_WILD_STORM| Three lightning spheres| +|952|EF_EL_CHILLY_AIR| Flat, spinning gem and two lightning spheres| +|953|EF_EL_CURSED_SOIL| Spinning, planetlike spheres| +|954|EF_EL_COOLER|Two lightblue glowing spheres| +|955|EF_EL_TROPIC|Three spinning flame spheres| +|956|EF_EL_PYROTECHNIC| Flame| +|957|EF_EL_PETROLOGY|Spinning planetlike sphere| +|958|EF_EL_HEATER|Two flames| +|959|EF_POISON_MIST|Purple flame| +|960|EF_ERASER_CUTTER| Small yellow explosion| +|961|EF_SILENT_BREEZE| Cartoony whirlwind| +|962|EF_MAGMA_FLOW|Rising fire| +|963|EF_GRAYBODY|Dark filter (like Stone Curse)| +|964|EF_LAVA_SLIDE|Same as 920| +|965|EF_SONIC_CLAW|Small white explosion| +|966|EF_TINDER_BREAKER| Bone crack| +|967|EF_MIDNIGHT_FRENZY| Another little explosion| \ No newline at end of file diff --git a/doc/effect_list.txt b/doc/effect_list.txt deleted file mode 100644 index 2966a3c0ca..0000000000 --- a/doc/effect_list.txt +++ /dev/null @@ -1,986 +0,0 @@ -//===== rAthena Documentation ================================ -//= Client Effects List -//===== By: ================================================== -//= rAthena Dev Team -//===== Last Updated: ======================================== -//= 20171011 -//===== Description: ========================================= -//= A list of client-side effects sorted by ID. -//============================================================ - -The following is a compiled list of visual and sound effects which the client -can produce when receiving a packet with id 0x1f3 (01f3 .l .l). -Each list entry contains a number and a short description of the effect. -You can produce these effects ingame by doing "@effect ". -It's also possible to attach effects to item/npc scripts by using 'misceffect'. - -Number Description ------- ----------- -0. Regular Hit -1. Bash -2. Melee Skill Hit -3. Melee Skill Hit -4. Melee Skill Hit -5. Melee Skill Hit -6. Being Warped -7. Item Heal effect -8. Yellow Ripple Effect -9. Different Type of Heal -10. Mammonite -11. Endure -12. Yellow cast aura -13. Blue Box -14. Blue restoring effect -15. Soul Strike -16. Hide -17. Magnum Break -18. Steal -19. (Invalid) -20. Envenom/Poison -21. Detoxify -22. Sight -23. Stone Curse -24. Fire Ball -25. Fire Wall -26. A sound (a swipe?) -27. Frost Diver (Traveling to Target) -28. Frost Diver (Hitting) -29. Lightning Bolt -30. Thunder Storm -31. Weird bubbles launching from feet -32. Small clustered explosions -33. Ruwach -34. Old Map Exit Animation (unused) -35. Old Warp Portal (unused) -36. Old Warp Portal (unused) -37. AGI Up -38. AGI Down -39. Aqua Benedicta -40. Signum Crucis -41. Angelus -42. Blessing -43. Dex + Agi Up -44. Little Fog Smoke. -45. Faint Little Ball Things. -46. Sand Wind -47. Torch -48. Small Piece of Glass -49. Firebolt/Wall Hits -50. Spinning Fire Thing -51. Ice Elemental Hit -52. Wind Elemental Hit -53. Puff of Purpulish Smoke? -54. Cast Initiation Aura (Water Element) -55. Cast Initiation Aura (Fire Element) -56. Cast Initiation Aura (Wind Element) -57. Cast Initiation Aura (Earth Element) -58. Cast Initiation Aura (Holy Element) -59. Cast Initiation Aura (Poison Element) -60. Cast target circle -61. Old Warp Portal (NPC Warp, unused) -62. Sight Trasher -63. Moonlight Sphere -64. Something Like Puruple/Yellow Light Bullet -65. Something Like Absorb of Power -66. Cure -67. Provoke -68. MVP Banner -69. Skid Trap -70. Brandish Spear -71. Spiral White balls -72. Bigger Spiral White balls -73. Blue/White Small Aura -74. Ice Wall -75. Gloria -76. Magnificat -77. Resurrection -78. Status Recovery -79. Earth Spike -80. Spear Boomerang -81. Skill hit -82. Turn Undead -83. Sanctuary -84. Impositio Manus -85. Lex Aeterna -86. Aspersio -87. Lex Divina -88. Suffragium -89. Storm Gust -90. Lord of Vermilion -91. B. S. Sacramenti -92. Meteor Storm -93. Jupitel Thunder (Ball) -94. Jupitel Thunder (Hit) -95. Quagmire -96. Fire Pillar -97. Fire Pillar/Land Mine hit -98. Adrenaline Rush -99. Flasher Trap -100. Yellow ball fountain -101. Weapon Repair -102. Hammerfall -103. Weapon Perfection -104. Maximize Power -105. (nothing) -106. Blast Mine Trap -107. Claymore Trap -108. Freezing Trap -109. Bailaban Blue bubble Map Effect -110. Trap Used by Giearth -111. Spring Trap -112. Kyrie Eleison -113. Magnus Exorcismus -114. Old Magnus Exorcismus Map Unit (unused) -115. Blitz Beat -116. Fling Watersphere -117. Waterball -118. Fling Firesphere -119. Detect -120. Cloaking -121. Sonic Blow (Part 1/2) -122. Multi hit effect -123. Grimtooth Cast -124. Venom Dust -125. Enchant Poison -126. Poison React -127. Small Posion React -128. Over Thrust -129. Venom Splasher Explosion -130. Two-Hand Quicken -131. Auto-Counter Hit -132. Grimtooth Hit -133. Ice Effect (Used by NPCs) -134. Ice Effect (Used by NPCs) -135. Ice Effect (Used by NPCs) -136. Slow Poison -137. Old Sanctuary Map Unit (unused) -138. Fire pillar -139. Sandman Trap -140. Ressurection Aura -141. Pneuma -142. Heaven's Drive -143. Sonic Blow (Part 2/2) -144. Brandish Spear Pre-Hit Effect -145. Shockwave Trap -146. Shockwave Trap Hit -147. Pierce Hit -148. Pierce Cast Animation -149. Bowling Bash -150. Pierce Cast Animation -151. Spear Boomerang Cast -152. Turn Undead -153. Increase Concentration -154. Refine Success -155. Refine Fail -156. jobchange.str not found error -157. levelup.str not found error -158. Job Level Up -159. PvP circle -160. PvP Party Circle -161. (Nothing) -162. Snow -163. White Sakura Leaves -164. (Nothing) -165. Comodo Fireworks Ball -166. Energy Coat (Visual Effect) -167. (Nothing) -168. (Nothing) -169. Energy Coat Animation -170. Cart Revolution -171. Venom Dust Map Unit -172. Change Element (Dark) -173. Change Element (Fire) -174. Change Element (Water) -175. Change Element (Wind) -176. Change Element (Fire) -177. Change Element (Earth) -178. Change Element (Holy) -179. Change Element (Poison) -180. Darkness Attack -181. Mental Breaker -182. Magical Hit -183. Self Destruction -184. (Nothing) -185. (Nothing) -186. Combo Attack 1 -187. Combo Attack 2 -188. Combo Attack 3 -189. Combo Attack 4 -190. Combo Attack 5 -191. Guided Attack -192. Poison Attack -193. Silence Attack -194. Stun Attack -195. Petrify Attack -196. Curse Attack -197. Sleep Attack -198. (Nothing) -199. Small Popping Bubble Map Effect -200. Normal level 99 Aura (Middle) -201. Normal level 99 Aura (Bottom) -202. Lv 99 Aura Bubble -203. Fury (Visual Effect) -204. Red Herb/Potion -205. Orange Potion -206. Yellow Herb/Potion -207. White Herb/Potion -208. Blue Herb/Potion -209. Green Herb/Potion -210. Yellow Circle Healing Effect -211. Blue Circle Healing Effect -212. Dark Breath -213. Defender -214. Keeping -215. Summon Slave -216. Blood Drain -217. Energy Drain -218. Concentration Potion -219. Awakening Potion -220. Berserk Potion -221. Intense light beam -222. Defender (Crusader) -223. Holy Cast Aura -224. Wind (Map effect) -225. Volcano casting effect -226. Grand Cross Effect -227. Snatch -228. (Nothing) -229. (Nothing) -230. (Nothing) -231. Map Light Pillar Animation 1 -232. Sacrifice (Visual Effect) -233. Fog -234. Spell Breaker -235. Dispell -236. Deluge Cast Aura -237. Violent Gale Cast Aura -238. Magnetic Earth Cast Aura -239. Volcano (Visual Effect) -240. Deluge (Visual Effect) -241. Violent Gale (Visual Effect) -242. Magnetic Earth (Visual Effect) -243. (Invalid) -244. Magic Rod -245. Holy Cross -246. Shield Charge -247. Map Light Pillar Animation 2 -248. Resistant Souls -249. Shield Boomerang -250. Spear Quicken -251. Devotion -252. Reflect Shield -253. Absorb Spirit Spheres -254. Mental Strength (Visual Effect) -255. Elemental Endow (Fire) -256. Elemental Endow (Water) -257. Elemental Endow (Wind) -258. Elemental Endow (Earth) -259. Map Light Pillar Animation 3 -260. Map Light Pillar Animation 4 -261. Fury Cast Animation -262. Raging Quadruple Blow -263. Raging Quadruple Blow 2 -264. (Nothing) -265. Throw Spirit Sphere -266. Raging Quadruple Blow 3 -267. Occult Impaction -268. Steal Coin -269. Divest Weapon -270. Divest Shield -271. Divest Armor -272. Divest Helm -273. Raging Quadruple Blow 4 -274. Steal Coin Animation -275. Back Stab Animation -276. Raging Thrust -277. Dissoance Map Unit -278. Lullaby Map Unit -279. Mr Kim a Rich Man Map Unit -280. Eternal Chaos Map Unit -281. A Drum on the Battlefield Map Unit -282. The Ring Of Nibelungen Map Unit -283. Loki's Veil Map Unit -284. Into the Abyss Map Unit -285. Invunerable Siegfriend Map Unit -286. A Wistle Map Unit -287. Assassin Cross of Sunset Map Unit -288. A Poem of Bragi Map Unit -289. The Apple Of Idun Map Unit -290. Ugly Dance Map Unit -291. Humming Map Unit -292. Please don't Forget Me Map Unit -293. Fortune's Kiss Map Unit -294. Service For You Map Unit -295. Frost Joke -296. Scream -297. Fire Works (Visual Effect) -298. Acid Terror Animnation -299. (Nothing) -300. Chemical Protection -301. Fire Works (Sound Effect) -302. Bomb -303. (Unused) -304. Teleportation Animation -305. Pharmacy Success -306. Pharmacy Failed -307. Forest Light 1 -308. Throw Stone -309. First Aid -310. Sprinkle Sand -311. Crazy Uproar -312. Heal Effect -313. Heal Effect 2 -314. Old Map Exit effect (Unused) -315. Safety Wall -316. Warp Portal Animation 1 -317. Warp Portal Animation 2 -318. Magnus Exorcisimus Map Unit -319. Sanctuary Map Unit -320. Offensive Heal -321. Warp NPC -322. Forest Light 2 -323. Forest Light 3 -324. Forest Light 4 -325. Heal Effect 4 -326. Chase Walk Left Foot -327. Chse Walk Right Foot -328. Monk Asura Strike -329. Triple Strike -330. Combo Finish -331. Natural HP Regeneration -332. Natural SP Regeneration -333. Autumn Leaves -334. Blind -335. Poison -336. Kyrie Eleison/Parrying Shield -337. Class Change -338. Super Novice/Taekwon Level Up Angel -339. Spiral Pierce -340. (Nothing) -341. Wedding Warp Portal -342. Wedding Skill -343. Another Merry Skill -344. Character map entry effect -345. Wings (Animated) -346. Like Moonlight But Blue -347. Wedding Ceremony -348. Like 1000 Blade trepassing -349. Waterfall (Horizonatal) -350. Waterfall (Vertical) -351. Small Waterfall (Horizonatal) -352. Small Waterfall (Vertical) -353. Dark Waterfall (Horizonatal) -354. Dark Waterfall (Vertical) -355. Dark Small Waterfall (Horizonatal) -356. Dark Small Waterfall (Vertical) -357. (Nothing) -358. Niflheim Ghost -359. Niflheim Bat Slow -360. Niflheim Bat Fast -361. Soul Destroyer -362. Trancendant Level 99 Aura 1 -363. Valentine Day Heart With Wings -364. Valentine Day Heart -365. Gloria Domini -366. Martyr's Reckoning -367. Aura Blade -368. Berserk -369. Concentration -370. Gospel Map Unit -371. Level Up -372. Death -373. House Smoke -374. Basilica -375. Assumptio (Visual Effect) -376. Palm Strike -377. Matyr's Reckoning 2 -378. Soul Drain (1st Part) -379. Soul Drain (2nd Part) -380. Magic Crasher -381. Blue Starburst (Unknown use) -382. (Nothing) -383. Health Conversion -384. Soul Change (Sound Effect) -385. Soul Change (Visual Effect) -386. True Sight -387. Falcon Assault -388. Focused Arrow Strike (Sound Effect) -389. Wind Walk -390. Shattering Strike -391. Cart Boost -392. Reject Sword -393. Arrow Vulcan -394. Sheltering Bliss -395. Marionette Control (Sound Effect) -396. Marionette Control (Visual Effect) -397. Trancended 99 Aura (Middle) -398. Trancended 99 Aura (Bottom) -399. Head Crush -400. Joint Beat -401. Napalm Vulcan Sound -402. Dangerous Soul Collect -403. Mind Breaker -404. Fiber Lock -405. Wall Of Fog -406. Soul Burn -407. Soul Change -408. Mom, Dad, I love you! (Baby Skill) -409. Meteor Assault -410. Rainbow -411. Leap -412. Like Throw Spirit Sphere -413. Axe Kick -414. Round Kick -415. Counter Kick -416. (Nothing) -417. Flash -418. Warmth Lightning -419. Kaite (Visual Effect) -420. Eswoo (Small) (Visual Effect) -421. Eswoo (Alt. Small) (Visual Effect) -422. Eswoo (Normal) (Visual Effect) -423. Eswoo (Alt. Normal) (Visual Effect) -424. Spirit Link (Visual Effect) -425. Esma Hit (Visual Effect) -426. Sprint Collision (Visual Effect) -427. (Nothing) -428. (Nothing) -429. Taekwon Kick Hit 1 -430. Taekwon Kick Hit 2 -431. Taekwon Kick Hit 3 -432. Solar, Lunar and Stellar Perception (Visual Effect) -433. Solar, Lunar and Stellar Opposition (Visual Effect) -434. Taekwon Kick Hit 4 -435. Whirlwind Kick -436. White Barrier (Unused) -437. White barrier 2 (Unused) -438. Kaite Reflect Animation -439. Flying Side Kick -440. Assumptio (Animation) -441. Comfort Skills Cast Aura -442. Foot Prints caused by Sprint. -443. (Nothing) -444. Sprint Stop Animation -445. High Jump (Jump) -446. High Jump (Return Down) -447. Running Left Foot -448. Running Right Foot -449. KA-Spell (1st Part) -450. Darkcross -451. Dark Strike -452. Something Like Jupitel Thunder -453. Paralized -454. Like Blind -455. Another Warmth Lightning -456. Power Up -457. Flying Side Kick (2nd Part) -458. Running/Sprint (running into a wall) -459. Brown tornado that spins sprite (unused) -460. Green tornado (unused) -461. Blue tornado (unused) -462. Kaupe Dodge Effect -463. Kaupe Dodge Effect -464. White tornado (unused) -465. Purple tornado (unused) -466. Another Round Kick -467. Warm/Mild Wind (Earth) -468. Warm/Mild Wind (Wind) -469. Warm/Mild Wind (Water) -470. Warm/Mild Wind (Fire) -471. Warm/Mild Wind (Undead) -472. Warm/Mild Wind (Shadow) -473. Warm/Mild Wind (Holy) -474. (Nothing) -475. Demon of The Sun Moon And Stars (Level 1) -476. Demon of The Sun Moon And Stars (Level 2) -477. Demon of The Sun Moon And Stars (Level 3) -478. Demon of The Sun Moon And Stars (Level 4) -479. Demon of The Sun Moon And Stars (Level 5) -480. Demon of The Sun Moon And Stars (Level 6) -481. Demon of The Sun Moon And Stars (Level 7) -482. Demon of The Sun Moon And Stars (Level 8) -483. Demon of The Sun Moon And Stars (Level 9) -484. Demon of The Sun Moon And Stars (Level 10) -485. Mental Strength Lightning but White -486. Mental Strength Lightning -487. Demon of The Sun Moon And Stars Ground Effect -488. Comfort Skills -489. (Nothing) -490. (Nothing) -491. Element Potions -492. Cooking Foods -493. Enchant Deadly Poison -494. Throwing Tomahawk -495. Full Strip Sound -496. Preserve -497. Twilight Alchemy 1 -498. Twilight Alchemy 2 -499. Twilight Alchemy 3 -500. Player Become Blue with Blue Aura -501. Chase Walk Animation -502. Player Become Yellow with Yellow Aura -503. Soul Link Word -504. (Nothing) -505. Memorize -506. (Nothing) -507. Authoritative Badge -508. Fire Cracker -509. Valentine Day Hearth (Wings) -510. Champion Asura Strike -511. (Nothing) -512. Chain Crush Combo -513. Area Cast -514. Really Big Circle -515. Einbroch Fog -516. Airship Cloud -517. (Nothing) -518. Cart Termination -519. Speed Down Potion -520. Shield Bumerang -521. Player Become Red with Red Aura -522. Gravitation Field -523. Tarot Card of Fate (The Fool) -524. Tarot Card of Fate (The Magician) -525. Tarot Card of Fate (The High Priestess) -526. Tarot Card of Fate (The Chariot) -527. Tarot Card of Fate (Strength) -528. Tarot Card of Fate (The Lovers) -529. Tarot Card of Fate (The Wheel of Fortune) -530. Tarot Card of Fate (The Hanged Man) -531. Tarot Card of Fate (Death) -532. Tarot Card of Fate (Temperance) -533. Tarot Card of Fate (The Devil) -534. Tarot Card of Fate (The Tower) -535. Tarot Card of Fate (The Star) -536. Tarot Card of Fate (The Sun) -537. Acid Demonstration -538. Player Become Green with Green Aura -539. Throw Random Bottle -540. Instant Small->Normal -541. (Nothing) -542. KA-Spell (1st Part) -543. Kahii -544. Warmth Red Sprite -545. Sound And... PUFF Client Crash :P -546. Kaupe -547. Estin -548. Instant Red Sprite -549. Instant Blue Sprite -550. Another Effect like Running Hit -551. Effect Like Estun but with Circle -552. (Nothing) -553. Esma -554. Large White Cloud -555. Estun -556. (Nothing) -557. Juperos Energy Waterfall (Horizontal) -558. Juperos Energy Waterfall (Vertical) -559. Juperos Energy Waterfall Fast (Horizontal) -560. Juperos Energy Waterfall Fast (Vertical) -561. Juperos Warp -562. Juperos Warp -563. Earthquake Effect (Juperos Elevator) -564. Wedding Cast -565. Filir Moonlight Lvl 1 -566. Filir Moonlight Lvl 2 -567. Filir Moonlight Lvl 3 -568. Another Job Level Up -569. Amistr Bulwark -570. Amistr Castling -571. Amistr Bloodlust -572. Warmth Soul -573. Twilight Alchemy 1 -574. Twilight Alchemy 2 -575. Twilight Alchemy 3 -576. Box Effect (Thunder) -577. Box Effect (Cloud) -578. Box Effect (Curse) -579. Box Effect (Sleep) -580. Box Effect (Rain) -581. Box Effect (Sunlight) -582. Another Super Novice/Taekwon Angel -583. Warmth Hit -584. Full Buster -585. 5 Medium Size Explosion -586. Somatology Lab Mobs Aura -587. Big Purple Flame -588. Little Red Flame -589. Eswoo -590. Running Stop -591. (Nothing) -592. Thanatos Tower Bloody Clouds -593. Food Effect (STR) -594. Food Effect (INT) -595. Food Effect (VIT) -596. Food Effect (AGI) -597. Food Effect (DEX) -598. Food Effect (LUK) -599. Cast Time Sound and Flashing Animation on Player -600. Throw Venom Knife -601. Sight Blaster -602. Close Confine (Grab Effect) -603. Spinning fire ball (like 50, but smaller) -604. Close Confine (Ground Effect) -605. (Nothing) -606. Pang Voice (Visual Effect) -607. Wink of Charm (Visual Effect) -608. Cooking Success -609. Cooking Failed -610. Success -611. Failed -612. Korean Words and /no1 Emoticon -613. Throw Shuriken -614. Throw Kunai -615. Throw Fumma Shuriken -616. Throw Money -617. Illusionary Shadow -618. Crimson Fire Bolossom -619. Lightning Spear Of Ice -620. Water Escape Technique -621. Wind Blade -622. Lightning Crash -623. Piercing Shot -624. Kamaitachi -625. Madness Canceller -626. Adjustment -627. Disarm (Sound Effect) -628. Dust -629. (Nothing) -630. Shadow Slash -631. Reverse Tatami Map Unit -632. Mist Slash -633. Final Strike -634. Crimson Fire Formation -635. Dragon Fire Formation -636. Falling Ice Pillar -637. Desperado -638. Ground Drift Grenade -639. Ground Drift Grenade -640. Ground Drift Grenade -641. Ground Drift Grenade -642. Ground Drift Grenade -643. Rapid Shower -644. Magic Bullet -645. Spread Attack -646. Tracking (Shown While Casting) -647. Tracking -648. Triple Action -649. Bull's Eye -650. Ice Cave Level 4 Circle -651. Ice Cave Level 4 Big Circle -652. Like Regeneration Number but Red with a Sound -653. Like Regeneration Number but Red -654. Like Regeneration Number but Purple -655. Mobs Skill (Change Undead Element) -656. Last animation before Change Undead Element finish -657. (Nothing) -658. (Nothing) -659. (Nothing) -660. (Nothing) -661. (Nothing) -662. (Nothing) -663. (Nothing) -664. (Nothing) -665. Little Blue Ball Falling From the Sky -666. Earthquake -667. (Nothing) -668. Dragonfear -669. Wide Bleeding -670. Dragon fear (Visual Effect) -671. The Japan Earth Symbol (like 'Seven Wind Lv1', but on the ground) -672. The Japan Wind Symbol (like 'Seven Wind Lv2', but on the ground) -673. Map turns Blue (like Soul Link) -674. Evil Land Cell -675. Like Parrying/Kyrie Eleison barrier but Yellow with small Cross in every barrier piece -676. Slow Casting -677. Critical Wounds/Bleeding Attack -678. White 99 Aura Bubbles -679. Green Aura (Middle) -680. Green Aura (Bottom) -681. Dimensional Gorge Map Effect -682. I Love You Banner -683. Happy White Day Banner -684. Happy Valentine Day Banner -685. Happy Birthday Banner -686. Merry Christmas Banner -687. Cast Circle-Like effect 1 -688. Cast Circle-Like effect 2 -689. Endless Tower Map Effect -690. Burning Flame (Red) -691. Burning Flame (Green) -692. Unknown Aura Bubbles (Small ghosts) -693. Translucent yellow circle -694. Translucent green circle -695. Rotating green light -696. The same of 690 and 691 but Blue/Purple -697. (Nothing) -698. (Nothing) -699. Fall of powder from the sky and raise of some leaf -700. Big Colored Green Sphere. -701. Huge Blue Sphere -702. Little Colored Violet Sphere -703. Light Infiltration with fall of pownder -704. Client Error (mobile_ef02.str) -705. Client Error (mobile_ef01.str) -706. Client Error (mobile_ef03.str) -707. Client Crash :P -708. Storm Gust (same as 89) -709. A Firework that split in 4 mini fireworks -710. A Sphere like Effect 701 but Green, and a bit more larger -711. A big violet wall -712. A Little Flame Sphere -713. A lot of Very Small and Yellow Sphere -714. (Nothing) -715. Little blue Basilica -716. Same as 715 -717. Christmas Carol (copy of Angelus) -718. Judex (Visual Effect) -719. Renovatio (light beam) -720. Yellow version of Soul Breaker -721. Adoramus (lightning bolt) -722. Ignition Break (big explosion) -723. Hundred Spear (sound effect) -724. Green version of Detecting -725. Oratorio (like Detecting) -726. Frost Misty (blue vapor and bubbles) -727. Crimson Rock -728. Small fire (part of Hell Inferno) -729. Marsh of Abyss (like Close Confine) -730. Small, cartoony explosion (part of Soul Expansion) -731. Dragon Howling (blinking, expanding circle) -732. Spike from the ground -733. Fluffy Ball flying by -734. Chain Lightning -735. (Nothing) -736. (Nothing) -737. (Nothing) -738. (Nothing) -739. Old Magenta Trap -740. Old Cobald Trap -741. Old Maize Trap -742. Old Verdure Trap -743. White Ranger Trap -744. Camouflage -745. Aimed Bolt (crosshairs) -746. Arrow Storm -747. Falling white feathers -748. Falling blue feathers -749. Millennium Shield -750. Detonator (blue sparkles) -751. Releasing summoned warlock spheres -752. Like Energy Coat, but not as dark -753. Clearance -754. Green warp portal (root of Epiclesis) -755. Oratio (spinning blue symbol) -756. Enchant Blade (like Berserk Potion) -757. Third Class Aura (Middle) -758. Rolling Cutter - Spin Count 1 -759. Rolling Cutter - Spin Count 2 -760. Rolling Cutter - Spin Count 3 -761. Rolling Cutter - Spin Count 4 -762. Rolling Cutter - Spin Count 5 -763. Rolling Cutter - Spin Count 6 -764. Rolling Cutter - Spin Count 7 -765. Rolling Cutter - Spin Count 8 -766. Rolling Cutter - Spin Count 9 -767. Rolling Cutter - Spin Count 10 -768. Blinking -769. Cross Ripper Slasher (flying knives) -770. Strip sound -771. Poison sound -772. Poison particles -773. Expanding purple aura (part of Phantom Menace) -774. Axe Boomerang -775. Spinning character sprite -776. Like Desperado sound effect -777. Faded light from the ground [S] -778. Expanding white aura (like Clearance) -779. Faded light from the ground [S] -780. Expanding red aura (from Infrared Scan) -781. Magnetic Field (purple chains) -782. All-around shield [S] -783. Yellow shaft of light -784. White shaft of light -785. Upward flying wrenches -786. Symbol with bleeping sound [S] -787. Flare Launcher (line of fire) -788. Venom Impress (green skull) -789. Freezing Status Effect (two ancillas) -790. Burning Status Effect (flame symbol) -791. Two ice shots -792. Upward streaming white particles -793. Same, but more brief -794. Infrared Scan (red lasers) -795. Power Swing (axe crash) -796. Spinning blue triangles -797. Stapo -798. Red triangles (like Intimidate) -799. Stasis (expanding blue mist) [S] -800. Hell Inferno (red lights) -801. Jack Frost unit (ice spikes) -802. White Imprison -803. Recognized Spell -804. Tetra Vortex [S] -805. Tetra Vortex cast animation (blinking colors) -806. Flying by as fast as a rocket -807. Kidnapping sound -808. Like Recognized Spell, but one symbol -809. Shadowy filter [S] -810. Damp thud sound [S] -811. Body Painting -812. Black expanding aura -813. Masquerade - Enervation -814. Masquerade - Groomy -815. Masquerade - Ignorance -816. Masquerade - Laziness -817. Masquerade - Unlucky -818. Masquerade - Weakness -819. (Nothing) -820. Strip Accessory -821. Waterfall -822. Dimension Door (spinning blue aura) -823. in-the-manhole effect -824. Some filter -825. Dimension Door (aura + blue light) -826. Expanding black casting anim. -827. Chaos Panic (spinning brown aura) -828. Maelstrom (spinning pink aura) -829. Bloody Lust (spinning red aura) -830. Blue aura (Arch Bishop cast animation) -831. Blue cone [S] -832. Sonic Wave -833. (Nothing) -834. Light shooting away circlish -835. Fastness yellow-reddish -836. Fastness yellow-pinkish -837. Casting [S] -838. Watery aura -839. [Client Error] -840. Red cone -841. Green cone -842. Yellow cone -843. White cone -844. Purple cone -845. light-bluish turquoise cone -846. (Nothing) -847. Gloomy Day (white/red light rays) -848. Gloomy Day (white/blue light rays) -849. (Nothing) -850. (Nothing) -851. Green mushy-foggy stuff (dull) -852. Green mushy-foggy stuff (bright) -853. Bright green flower area -854. Blue beam of light with notes -855. (Nothing) -856. Reverberation (red eighth notes) -857. Severe Rainstorm (falling red and blue beams) -858. Deep Sleep Lullaby (two red beams and music notes) -859. Holograph of text (blue) -860. Distorted note (blue) -861. Green aura (from Circle of Life's Melody) -862. Randomize Spell (holograph of text) -863. Dominion Impulse (two spears of light) -864. Gloomy Day (colorful lines) -865. Blue aura (from Song of Mana) -866. Dance with a Warg (Wargs) -867. Yellow aura (from Dance with a Warg) -868. Song of Mana (Violies) -869. Strip sound [S] -870. Ghostly Succubuses of fire -871. Red aura (from Lerad's Dew) -872. Lerad's Dew (Minerals) -873. Stargate-wormhole stuff (bright purple) -874. Melody of Sink (Ktullanuxes) -875. Stargate-wormhole stuff (bright turquoise) -876. Warcry of Beyond (Garms) -877. Stargate-wormhole stuff (white) -878. Unlimited Humming Voice (Miyabi Ningyos) -879. Siren's Voice (heart-like) -880. Bluish castish cone -881. Blue aura -882. Whirl of fireflies (red) -883. Epiclesis (transparent green tree) -884. Green beam -885. Blue light beams -886. Blue castish cone -887. Wavy sparks -888. Earth Shaker (same as 432) -889. Fast light beams -890. Rotation -891. Magic shots [S] -892. Fastness with hitting sound[S] -893. Blue-white light passing by -894. (Nothing) -895. Big wheel of flat light beams -896. Still sun shaped lightning aura -897. Animated sun shaped lightning aura -898. Animated, curvy sun shaped lightning aura -899. White/red light shots from below -900. Animated, slow curvy sun shaped lightning aura -901. Explosion -902. Floating bedtable texture -903. Castish flamey cone -904. Yellow/pink lights passing by -905. Expanding circle -906. Shield Press (falling shield) -907. Chainy, metalish sound [S] -908. Prestige (sphere of yellow particles) -909. Banding (sphere of red particles) -910. Inspiration (sphere of blue particles) -911. Green castish animation [S] -912. Wall of Thorns unit (green fog cloud) -913. Magic projectiles -914. (Nothing) -915. Crazy Weed -916. Demonic Fire -917. More angry, demonic flames -918. Fire Insignia (demonic flames) -919. Hell's Plant (green snapping plant) -920. Fire Walk unit -921. Vacuum Extreme (whirlwind) -922. Psychic Wave -923. Poison Buster -924. Poisoning animation -925. Some filter -926. Electric Walk unit -927. Earth Grave (speary roots) -928. Ice cloud projectiles -929. Warmer (field of flames) -930. Varetyr Spear (falling spear) -931. (Nothing) -932. Firefly -933. [Client Crash] -934. White, castishly expanding cone -935. Green magic projectile -936. Red, castishly expanding cone -937. Yellow, castishly expanding cone -938. Dark-red, castishly expanding cone -939. Blue, conish aura -940. Snow flake -941. Explosion of red, demonic fire -942. Expanding, white dome -943. Green, fluffy projectile -944. Falling gems -945. (Nothing) -946. Floating lights -947. Blue lightning sphere -948. Two blue lightning spheres -949. Flat, spinning diamond -950. Circling, planetlike spheres -951. Three lightning spheres -952. Flat, spinning gem and two lightning spheres -953. Spinning, planetlike spheres -954. Two lightblue glowing spheres -955. Three spinning flame spheres -956. Flame -957. Spinning planetlike sphere -958. Two flames -959. Purple flame -960. Small yellow explosion -961. Cartoony whirlwind -962. Rising fire -963. Dark filter (like Stone Curse) -964. Same as 920 -965. Small white explosion -966. Bone crack -967. Another little explosion diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index bb4565a5e2..cabb8ad189 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -15,7 +15,7 @@ This list contains all available constants referenced in the 'bonus' commands. * Status effect (eff) Eff_Bleeding, Eff_Blind, Eff_Burning, Eff_Confusion, Eff_Crystalize, Eff_Curse, Eff_DPoison, Eff_Fear, Eff_Freeze, Eff_Poison, Eff_Silence, Eff_Sleep, Eff_Stone, Eff_Stun, Eff_Freezing, - Eff_Heat, Eff_Deepsleep + Eff_Heat, Eff_Deepsleep, Eff_WhiteImprison, Eff_Hallucination * Element (e) Ele_Dark, Ele_Earth, Ele_Fire, Ele_Ghost, Ele_Holy, Ele_Neutral, Ele_Poison, @@ -30,7 +30,8 @@ This list contains all available constants referenced in the 'bonus' commands. RC2_Treasure, RC2_BioLab, RC2_Manuk, RC2_Splendide, RC2_Scaraba, RC2_OGH_ATK_DEF, RC2_OGH_Hidden, RC2_Bio5_Swordman_Thief, RC2_Bio5_Acolyte_Merchant, RC2_Bio5_Mage_Archer, RC2_Bio5_MVP, RC2_Clocktower, RC2_Thanatos, RC2_Faceworm, RC2_Hearthunter, RC2_Rockridge, RC2_Werner_Lab, - RC2_Temple_Demon, RC2_Illusion_Vampire, RC2_Malangdo, RC2_EP172ALPHA, RC2_EP172BETA, RC2_EP172BATH + RC2_Temple_Demon, RC2_Illusion_Vampire, RC2_Malangdo, RC2_EP172ALPHA, RC2_EP172BETA, RC2_EP172BATH, + RC2_Illusion_Turtle, RC2_Rachel_Sanctuary, RC2_Illusion_Luanda * Class (c) Class_Normal, Class_Boss, Class_Guardian, Class_All diff --git a/doc/item_group.txt b/doc/item_group.txt index eb47253fe4..6dace0f258 100644 --- a/doc/item_group.txt +++ b/doc/item_group.txt @@ -43,8 +43,12 @@ GroupID: See the "Item Group ID" section in 'src/map/itemdb.hpp' and the "item g --------------------------------------- +Index: Unique number that can be used to add the same Item with different data in the list. + +--------------------------------------- + Item: Available item that will be obtained from this item group. - Requires the AegisName of the item. + Requires the AegisName of the item. --------------------------------------- @@ -52,12 +56,14 @@ Rate: Probability to get the item. Not a percentage value! Examples: - Group: MyItemGroup - Contain: + SubGroups: - SubGroup: 1 List: - - Item: Knife + - Index: 0 + Item: Knife Rate: 5 - - Item: Dagger + - Index: 1 + Item: Dagger Rate: 1 - Knife has chance 5/6 (83.3%) to be obtained @@ -74,22 +80,28 @@ SubGroup: Setting this to '0' makes the item always obtainable ("must" item). Item Group: - Group: MyItemGroup - Contain: + SubGroups: - SubGroup: 0 List: - - Item: Knife # "must" item(s) - - Item: Dagger # "must" item(s) + - Index: 0 + Item: Knife # "must" item(s) + - Index: 1 + Item: Dagger # "must" item(s) - SubGroup: 1 List: - - Item: Stiletto # random at SubGroup 1 + - Index: 0 + Item: Stiletto # random at SubGroup 1 Rate: 5 - - Item: Stiletto_ # random at SubGroup 1 + - Index: 1 + Item: Stiletto_ # random at SubGroup 1 Rate: 2 - SubGroup: 2 List: - - Item: Stiletto # random at SubGroup 2 + - Index: 0 + Item: Stiletto # random at SubGroup 2 Rate: 5 - - Item: Dagger_ # random at SubGroup 2 + - Index: 1 + Item: Dagger_ # random at SubGroup 2 Rate: 4 Usages: diff --git a/doc/mapflags.txt b/doc/mapflags.txt index 38716f2325..8f1d9c459e 100644 --- a/doc/mapflags.txt +++ b/doc/mapflags.txt @@ -288,6 +288,18 @@ Disable the ability to capture pets on a map. --------------------------------------- +*nobank + +Disable Bank on a map. + +--------------------------------------- + +*norodex + +Disable RODex on a map. + +--------------------------------------- + ===================== | 2. Battle-related | ===================== diff --git a/doc/packet_struct_notation.md b/doc/packet_struct_notation.md new file mode 100644 index 0000000000..3ea07ee427 --- /dev/null +++ b/doc/packet_struct_notation.md @@ -0,0 +1,132 @@ +# Packet Structure Notation + +This document specifies how packets are and should be documented, to +keep packet structure comments consistent in the entire codebase. It +also serves as a guide to those, who are unfamiliar with the general +packet layout. + +All mentioned data types are assumed to be little-endian (least- +significant byte first, least significant bit last) and of same size +regardless of architecture. + +### Typical description of a packet + +``` +Notifies the client about entering a chatroom. +00db .W .L { .L .24B }* (ZC_ENTER_ROOM) +role: + 0 = owner (menu) + 1 = normal +``` + +The first line contains a brief description of what the packet does, +or what it is good for, followed by it's `AEGIS` name in parentheses; +first two letters of the `AEGIS` name specify origin (first letter) +and destination (second letter) of the packet. If the packet's name +is not known or is not applicable (rAthena server-server packets), +specify at least these two letters to indicate the direction of the +packet. Do not use `S(end)/R(ecv)` for this, as it is inaccurate and +location dependent (if the description is copied to different server +or other RO-related projects, it might change it's meaning). + +If there are multiple versions of the packet, the `AEGIS` name is +appended to the end of the packet's structure instead. If the name +did not change between versions, a `PACKETVER` expression is appended, +such as `(PACKETVER >= 20111111)`. + +Second line describes the packet's field structure, beginning with a +`%04x` formatted packet type, followed by the individual fields and +their types. Each field begins with it's name enclosed in angle +brackets ( `` ) followed by a dot and the data size type. +Field names should be lower-case and without underscores. If other +packets already have a field in common, use that name, rather than +inventing your own (ex. "packet len" and "account id"). Repeated and +optional fields are designated with curly and square brackets +respectively, padded with a single space at each side. + +Further lines are optional and either include details about the +the packet's mechanics or further explanation on the packet fields' +values. + +### Packet field data size type + + |Field name|Field description|Field size| + |---|---|---| + |B|byte|1 byte| + |W|word|2 bytes| + |L|long, dword|4 bytes| + |F|float|4 bytes| + |Q|quad|8 bytes| + +### Variable cases + + |Field name|Field description| + |---|---| + |nB|n bytes| + |?B|variable/unknown amount of bytes| + |nS|n bytes, zero-terminated| + |?S|variable/unknown amount of bytes, zero-terminated| + +### Repetition of packet fields + + |Field name|Field description| + |---|---| + |{}|repeated block| + |{}*|variable/unknown amount of consecutive blocks| + |{}*n|n times repeated block| + |[]|optional fields| + +### Packet origin and destination letters + + |Origin|Destination| + |---|---| + |A|Account (Login)| + |C|Client| + |H|Character| + |I|Inter| + |S|Server (any type of server)| + |Z|Zone (Map)| + +### Examples + +- Packet with nested repetition blocks: + +``` +/// Presents a textual list of producable items. +/// 018d .W { .W { .W }*3 }* (ZC_MAKABLEITEMLIST) +/// material id: +/// unused by the client +``` + +- Packet with multiple versions identified with different AEGIS names: + +``` +/// Request for server's tick. +/// 007e .L (CZ_REQUEST_TIME) +/// 0360 .L (CZ_REQUEST_TIME2) +``` + +- Packet with multiple versions identified with same AEGIS name: + +``` +/// Cashshop Buy Ack. +/// 0289 .L .W (ZC_PC_CASH_POINT_UPDATE) +/// 0289 .L .L .W (PACKETVER >= 20070711) (ZC_PC_CASH_POINT_UPDATE) +``` + +- Packet with combination of both different AEGIS names and different versions with same name: + +``` +/// Sends hotkey bar. +/// 02b9 { .B .L .W }*27 (ZC_SHORTCUT_KEY_LIST) +/// 07d9 { .B .L .W }*36 (ZC_SHORTCUT_KEY_LIST_V2, PACKETVER >= 20090603) +/// 07d9 { .B .L .W }*38 (ZC_SHORTCUT_KEY_LIST_V2, PACKETVER >= 20090617) +``` + +- Packet for a client command: + +``` +/// /item /monster. +/// Request to make items or spawn monsters. +/// 013f .24B (CZ_ITEM_CREATE) +``` diff --git a/doc/packet_struct_notation.txt b/doc/packet_struct_notation.txt deleted file mode 100644 index 4657baa40c..0000000000 --- a/doc/packet_struct_notation.txt +++ /dev/null @@ -1,119 +0,0 @@ -//===== rAthena Documentation ================================ -//= Packet Structure Notation -//===== By: ================================================== -//= Ai4rei -//===== Last Updated: ======================================== -//= 20120810 -//===== Description: ========================================= -//= Explanation how packets are and should be documented. -//============================================================ - -This document specifies how packets are and should be documented, to -keep packet structure comments consistent in the entire codebase. It -also serves as a guide to those, who are unfamiliar with the general -packet layout. - -All mentioned data types are assumed to be little-endian (least- -significant byte first, least significant bit last) and of same size -regardless of architecture. - -= Typical description of a packet = - - /// Notifies the client about entering a chatroom (ZC_ENTER_ROOM). - /// 00db .W .L { .L .24B }* - /// role: - /// 0 = owner (menu) - /// 1 = normal - -The first line contains a brief description of what the packet does, -or what it is good for, followed by it's AEGIS name in parentheses; -first two letters of the AEGIS name specify origin (first letter) -and destination (second letter) of the packet. If the packet's name -is not known or is not applicable (rAthena server-server packets), -specify at least these two letters to indicate the direction of the -packet. Do not use S(end)/R(ecv) for this, as it is inaccurate and -location dependent (if the description is copied to different server -or other RO-related projects, it might change it's meaning). - -If there are multiple versions of the packet, the AEGIS name is -appended to the end of the packet's structure instead. If the name -did not change between versions, a PACKETVER expression is appended, -such as (PACKETVER >= 20111111). - -Second line describes the packet's field structure, beginning with a -%04x formatted packet type, followed by the individual fields and -their types. Each field begins with it's name enclosed in angle -brackets ( ) followed by a dot and the data size type. -Field names should be lower-case and without underscores. If other -packets already have a field in common, use that name, rather than -inventing your own (ex. "packet len" and "account id"). Repeated and -optional fields are designated with curly and square brackets -respectively, padded with a single space at each side. - -Further lines are optional and either include details about the -the packet's mechanics or further explanation on the packet fields' -values. - -= Packet field data size type = - - B = 1 byte (byte) - W = 2 bytes (word) - L = 4 bytes (long, dword) - F = 4 bytes (float) - Q = 8 bytes (quad) - - nB = n bytes - ?B = variable/unknown amount of bytes - nS = n bytes, zero-terminated - ?S = variable/unknown amount of bytes, zero-terminated - -= Repetition of packet fields = - - {} = repeated block - {}* = variable/unknown amount of consecutive blocks - {}*n = n times repeated block - [] = optional fields - -= Packet origin and destination letters = - - A = Account (Login) - C = Client - H = Character - I = Inter - S = Server (any type of server) - Z = Zone (Map) - -= Examples = - -Packet with nested repetition blocks: - - /// Presents a textual list of producable items (ZC_MAKABLEITEMLIST). - /// 018d .W { .W { .W }*3 }* - /// material id: - /// unused by the client - -Packet with multiple versions identified with different AEGIS names: - - /// Request for server's tick. - /// 007e .L (CZ_REQUEST_TIME) - /// 0360 .L (CZ_REQUEST_TIME2) - -Packet with multiple versions identified with same AEGIS name: - - /// Cashshop Buy Ack (ZC_PC_CASH_POINT_UPDATE). - /// 0289 .L .W - /// 0289 .L .L .W (PACKETVER >= 20070711) - -Packet with combination of both different AEGIS names and different -versions with same name: - - /// Sends hotkey bar. - /// 02b9 { .B .L .W }*27 (ZC_SHORTCUT_KEY_LIST) - /// 07d9 { .B .L .W }*36 (ZC_SHORTCUT_KEY_LIST_V2, PACKETVER >= 20090603) - /// 07d9 { .B .L .W }*38 (ZC_SHORTCUT_KEY_LIST_V2, PACKETVER >= 20090617) - -Packet for a client command: - - /// /item /monster (CZ_ITEM_CREATE). - /// Request to make items or spawn monsters. - /// 013f .24B diff --git a/doc/permissions.txt b/doc/permissions.txt index e79b05a0a9..e1d3b46802 100644 --- a/doc/permissions.txt +++ b/doc/permissions.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Last Updated: ======================================== -//= 20130613 +//= 20240414 //===== Description: ========================================= //= List of available permissions and their functions. //============================================================ @@ -125,6 +125,12 @@ item delay, etc). --------------------------------------- +*trade_unconditional + +Allows player to ignore the trade conditions of items (drop, trade, sell, cart, storage/gstorage, mail and auction). + +--------------------------------------- + ====================== | 3. Command-related | ====================== @@ -221,6 +227,6 @@ Allows player to use the client command /macro_detector. *macro_register -Allows player to use the client commands /maco_register (used to add new captcha) and /macro_preview (used to preview captcha by ID). +Allows player to use the client commands /macro_register (used to add new captcha) and /macro_preview (used to preview captcha by ID). --------------------------------------- diff --git a/doc/quest_db.txt b/doc/quest_db.txt index 723ec0aa45..153d7af71a 100644 --- a/doc/quest_db.txt +++ b/doc/quest_db.txt @@ -20,11 +20,30 @@ Title: Quest title. TimeLimit: Amount of time before the quest expires. -Use a number followed by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). Specifying with "+" will mark how long until the quest expires. -Specifying without "+" will mark the exact time the quest expires. Format: "d" (optional), [0-23]"h" (required), [0-59]"mn" (optional), [0-59]"s" (optional). +Use a number followed by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). +Format: "d" (optional), [0-23]"h" (optional), [0-59]"mn" (optional), [0-59]"s" (optional). -Please note the number before "d" only shifts the exact timer to the given day(s). +Example: + - Id: 2069 + Title: Tierra Gorge Battle + # The quest expires 5 minutes after being taken. + TimeLimit: +5mn + +Specifying without "+" will mark the exact time the quest expires. +Use a number followed by "d" for day(s) to shift the exact timer to the given day(s) or use the days of the week to set the expiration day, +and "h" for hour(s), "mn" for minute(s), and "s" for second(s). +Format: [days of the week] or "d" (optionals), [0-23]"h" (optional), [0-59]"mn" (optional), [0-59]"s" (optional). + +Examples: + - Id: 9419 + Title: Attack Sky Fortress Invading Prontera + # The quest expires 3 days after being taken at 4am. + TimeLimit: 3d 4h + - Id: 5965 + Title: "[Standby] Devil's Special" + # The quest expires Monday at 4am. + TimeLimit: Monday 4h --------------------------------------- diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 69fe95550c..1b0a1c9602 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4212,7 +4212,11 @@ invoking RID. It returns 1 if successful and 0 upon failure. 4: All players in a specified area of the map of the invoking player (or NPC). [ Parameters: ,,, ] 5: All players in the map. - [ Parameters: "" ] + [ Parameters: "" ] + 6: Battleground members of a specified battleground ID. + [ Parameters: ] + 7: Clan members of a specified clan ID. + [ Parameters: ] Account ID: If type is Account ID, attach the specified account ID. can prevent certain players from being attached: @@ -7477,10 +7481,10 @@ This command lets you override the contents of an existing NPC shop or cashshop. current sell list will be wiped, and only the items specified with the price specified will be for sale. -The function returns 1 if shop was updated successfully, or 0 if not found. +The function returns 1 if shop was updated successfully, or 0 on failure. NOTES: - - That you cannot use -1 to specify default selling price! + - That you cannot use -1 to specify default selling price for cashshops, pointshops, or itemshops. - If the attached shop type is a market shop, notice that there is an extra parameter after price, . Make sure to not add duplicate items! For unlimited stock use -1. --------------------------------------- @@ -7492,10 +7496,10 @@ This command will add more items at the end of the selling list for the specified NPC shop or cashshop. If you specify an item already for sell, that item will appear twice on the sell list. -The function returns 1 if shop was updated successfully, or 0 if not found. +The function returns 1 if shop was updated successfully, or 0 on failure. NOTES: - - That you cannot use -1 to specify default selling price! + - That you cannot use -1 to specify default selling price for cashshops, pointshops, or itemshops. - If attached shop type is market shop, need an extra param after price, it's and make sure don't add duplication item! For unlimited stock use -1. @@ -7539,6 +7543,13 @@ Update an entry from a shop. If the price is 0 it won't be changed. May also be marketshop to update the stock quantity. For unlimited stock, use -1. For other shop types, the stock value has no effect. +If the price is -1, it sets it to the default buy price. + +The function returns 1 if shop was updated successfully, or 0 on failure. + +NOTES: + - That you cannot use -1 to specify default selling price for cashshops, pointshops, or itemshops. + --------------------------------------- *waitingroom "",{,""{,{,{,{,}}}}}; @@ -8413,6 +8424,14 @@ error message instead. This command requires packet version 2021-11-03 or newer. +--------------------------------------- + +*opentips({,{}}); + +Opens the tip box UI for the attached player or the given character ID. + +This command requires packet version 2017-11-22 or newer. + --------------------------------------- \\ 6,1.- Unit-related commands @@ -8947,8 +8966,9 @@ Get info of elemental of attached player or player by char_id. Other info can be obtained by 'getunitdata' command. Valid types are: - 0: Elemental ID - 1: Elemental Game ID + ELEMINFO_ID Elemental ID (ID unique to elementals unit type) + ELEMINFO_GAMEID Elemental Game ID + ELEMINFO_CLASS Elemental Class (ID defined in elemental_db.yml) --------------------------------------- \\ @@ -10013,7 +10033,7 @@ Remove the quest of the given from the user's quest log. *changequest ,{,}; Remove quest of the given from the user's quest log. -Add quest of the to the the quest log, and the state is "active". +Add quest to the quest log, and the state is "active". --------------------------------------- @@ -11117,7 +11137,7 @@ Use hex code to set the color for this channel, if not defined, default channel color will be used. If is defined, the channel will be a private channel and the player -will be the the channel owner. +will be the channel owner. Returns 1 on success. @@ -11132,6 +11152,17 @@ Returns 1 on success. --------------------------------------- +*channel_join ""{, }; + +Join an existing channel. +The command returns 0 upon success, and these values upon failure: + -1 : Invalid channel or player + -2 : Player already in channel + -3 : Player banned + -4 : Reached max limit + +--------------------------------------- + *channel_setopt "",
Console @@ -127,8 +128,9 @@ Disabled $(DefineConstants);WIN32;FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;_DEBUG;_CONSOLE;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\rapidyaml\src;$(SolutionDir)3rdparty\rapidyaml\ext\c4core\src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true
Console @@ -146,8 +148,9 @@ true $(DefineConstants);WIN32;FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\rapidyaml\src;$(SolutionDir)3rdparty\rapidyaml\ext\c4core\src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true
Console @@ -167,8 +170,9 @@ true $(DefineConstants);WIN32;FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\rapidyaml\src;$(SolutionDir)3rdparty\rapidyaml\ext\c4core\src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true
Console diff --git a/src/char/char.cpp b/src/char/char.cpp index 6c841496b2..64cb13f0de 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -4,15 +4,14 @@ #pragma warning(disable:4800) #include "char.hpp" +#include +#include +#include +#include +#include #include #include -#include -#include -#include -#include -#include - #include #include #include @@ -2821,7 +2820,8 @@ void char_set_defaults(){ */ void char_config_split_startpoint( char* w1_value, char* w2_value, struct s_point_str start_point[MAX_STARTPOINT], short* count ){ char *lineitem, **fields; - int i = 0, fields_length = 3 + 1; + int i = 0; + size_t fields_length = 3 + 1; (*count) = 0; // Reset to begin reading @@ -2831,9 +2831,10 @@ void char_config_split_startpoint( char* w1_value, char* w2_value, struct s_poin lineitem = strtok(w2_value, ":"); while (lineitem != NULL && (*count) < MAX_STARTPOINT) { - int n = sv_split(lineitem, strlen(lineitem), 0, ',', fields, fields_length, SV_NOESCAPE_NOTERMINATE); + bool error; + size_t n = sv_split( lineitem, strlen( lineitem ), 0, ',', fields, fields_length, SV_NOESCAPE_NOTERMINATE, error ); - if (n + 1 < fields_length) { + if( error || ( n + 1 ) < fields_length ){ ShowDebug("%s: not enough arguments for %s! Skipping...\n", w1_value, lineitem); lineitem = strtok(NULL, ":"); //next lineitem continue; @@ -2859,7 +2860,8 @@ void char_config_split_startpoint( char* w1_value, char* w2_value, struct s_poin void char_config_split_startitem(char *w1_value, char *w2_value, struct startitem start_items[MAX_STARTITEM]) { char *lineitem, **fields; - int i = 0, fields_length = 3 + 1; + int i = 0; + size_t fields_length = 3 + 1; fields = (char **)aMalloc(fields_length * sizeof(char *)); if (fields == NULL) @@ -2867,9 +2869,10 @@ void char_config_split_startitem(char *w1_value, char *w2_value, struct startite lineitem = strtok(w2_value, ":"); while (lineitem != NULL && i < MAX_STARTITEM) { - int n = sv_split(lineitem, strlen(lineitem), 0, ',', fields, fields_length, SV_NOESCAPE_NOTERMINATE); + bool error; + size_t n = sv_split( lineitem, strlen( lineitem ), 0, ',', fields, fields_length, SV_NOESCAPE_NOTERMINATE, error ); - if (n + 1 < fields_length) { + if( error || ( n + 1 ) < fields_length ){ ShowDebug("%s: not enough arguments for %s! Skipping...\n", w1_value, lineitem); lineitem = strtok(NULL, ":"); //next lineitem continue; diff --git a/src/char/char_clif.cpp b/src/char/char_clif.cpp index fc547090f1..d75db18b00 100644 --- a/src/char/char_clif.cpp +++ b/src/char/char_clif.cpp @@ -3,13 +3,12 @@ #include "char_clif.hpp" +#include +#include #include #include #include -#include -#include - #include #include #include @@ -30,10 +29,6 @@ using namespace rathena; -// Reuseable global packet buffer to prevent too many allocations -// Take socket.cpp::socket_max_client_packet into consideration -static int8 packet_buffer[UINT16_MAX]; - std::vector accessible_maps{ s_point_str{ MAP_PRONTERA, 273, 354 }, s_point_str{ MAP_GEFFEN, 120, 100 }, diff --git a/src/char/char_cnslif.cpp b/src/char/char_cnslif.cpp index 9c1bf2fcfd..392f5b6b06 100644 --- a/src/char/char_cnslif.cpp +++ b/src/char/char_cnslif.cpp @@ -3,8 +3,8 @@ #include "char_cnslif.hpp" -#include -#include +#include +#include #include #include diff --git a/src/char/char_logif.cpp b/src/char/char_logif.cpp index c656e42fe6..72db97c65b 100644 --- a/src/char/char_logif.cpp +++ b/src/char/char_logif.cpp @@ -3,11 +3,10 @@ #include "char_logif.hpp" +#include +#include #include -#include -#include - #include #include #include @@ -92,7 +91,7 @@ void chlogif_pincode_start(int fd, struct char_session_data* sd){ * @param tick : Scheduled tick * @param id : GID linked to that timered call * @param data : data transmited for delayed function - * @return + * @return */ TIMER_FUNC(chlogif_send_acc_tologin){ if ( chlogif_isconnected() ){ @@ -392,27 +391,70 @@ int chlogif_parse_keepalive(int fd){ */ void chlogif_parse_change_sex_sub(int sex, int acc, int char_id, int class_, int guild_id) { - // job modification //@TODO switch would be faster - if (class_ == JOB_BARD || class_ == JOB_DANCER) - class_ = (sex == SEX_MALE ? JOB_BARD : JOB_DANCER); - else if (class_ == JOB_CLOWN || class_ == JOB_GYPSY) - class_ = (sex == SEX_MALE ? JOB_CLOWN : JOB_GYPSY); - else if (class_ == JOB_BABY_BARD || class_ == JOB_BABY_DANCER) - class_ = (sex == SEX_MALE ? JOB_BABY_BARD : JOB_BABY_DANCER); - else if (class_ == JOB_MINSTREL || class_ == JOB_WANDERER) - class_ = (sex == SEX_MALE ? JOB_MINSTREL : JOB_WANDERER); - else if (class_ == JOB_MINSTREL_T || class_ == JOB_WANDERER_T) - class_ = (sex == SEX_MALE ? JOB_MINSTREL_T : JOB_WANDERER_T); - else if (class_ == JOB_BABY_MINSTREL || class_ == JOB_BABY_WANDERER) - class_ = (sex == SEX_MALE ? JOB_BABY_MINSTREL : JOB_BABY_WANDERER); - else if (class_ == JOB_KAGEROU || class_ == JOB_OBORO) - class_ = (sex == SEX_MALE ? JOB_KAGEROU : JOB_OBORO); - else if (class_ == JOB_BABY_KAGEROU || class_ == JOB_BABY_OBORO) - class_ = (sex == SEX_MALE ? JOB_BABY_KAGEROU : JOB_BABY_OBORO); - else if (class_ == JOB_TROUBADOUR || class_ == JOB_TROUVERE) - class_ = (sex == SEX_MALE ? JOB_TROUBADOUR : JOB_TROUVERE); - else if (class_ == JOB_SHINKIRO || class_ == JOB_SHIRANUI) - class_ = (sex == SEX_MALE ? JOB_SHINKIRO : JOB_SHIRANUI); + // job modification + switch (class_) + { + case JOB_BARD: + class_ = JOB_DANCER; + break; + case JOB_DANCER: + class_ = JOB_BARD; + break; + case JOB_CLOWN: + class_ = JOB_GYPSY; + break; + case JOB_GYPSY: + class_ = JOB_CLOWN; + break; + case JOB_BABY_BARD: + class_ = JOB_BABY_DANCER; + break; + case JOB_BABY_DANCER: + class_ = JOB_BABY_BARD; + break; + case JOB_MINSTREL: + class_ = JOB_WANDERER; + break; + case JOB_WANDERER: + class_ = JOB_MINSTREL; + break; + case JOB_MINSTREL_T: + class_ = JOB_WANDERER_T; + break; + case JOB_WANDERER_T: + class_ = JOB_MINSTREL_T; + break; + case JOB_BABY_MINSTREL: + class_ = JOB_BABY_WANDERER; + break; + case JOB_BABY_WANDERER: + class_ = JOB_BABY_MINSTREL; + break; + case JOB_KAGEROU: + class_ = JOB_OBORO; + break; + case JOB_OBORO: + class_ = JOB_KAGEROU; + break; + case JOB_BABY_KAGEROU: + class_ = JOB_BABY_OBORO; + break; + case JOB_BABY_OBORO: + class_ = JOB_BABY_KAGEROU; + break; + case JOB_TROUBADOUR: + class_ = JOB_TROUVERE; + break; + case JOB_TROUVERE: + class_ = JOB_TROUBADOUR; + break; + case JOB_SHINKIRO: + class_ = JOB_SHIRANUI; + break; + case JOB_SHIRANUI: + class_ = JOB_SHINKIRO; + break; + } if (SQL_ERROR == Sql_Query(sql_handle, "UPDATE `%s` SET `equip` = '0' WHERE `char_id` = '%d'", schema_config.inventory_db, char_id)) Sql_ShowDebug(sql_handle); diff --git a/src/char/char_mapif.cpp b/src/char/char_mapif.cpp index 7fb33394c3..a2c7282d9f 100644 --- a/src/char/char_mapif.cpp +++ b/src/char/char_mapif.cpp @@ -3,11 +3,10 @@ #include "char_mapif.hpp" +#include +#include //memcpy #include -#include -#include //memcpy - #include #include #include diff --git a/src/char/int_achievement.cpp b/src/char/int_achievement.cpp index d778fd993b..68c88238ec 100644 --- a/src/char/int_achievement.cpp +++ b/src/char/int_achievement.cpp @@ -3,9 +3,9 @@ #include "int_achievement.hpp" -#include -#include -#include +#include +#include +#include #include #include diff --git a/src/char/int_auction.cpp b/src/char/int_auction.cpp index ce4197834a..24b4a0718d 100644 --- a/src/char/int_auction.cpp +++ b/src/char/int_auction.cpp @@ -3,13 +3,12 @@ #include "int_auction.hpp" +#include +#include +#include #include #include -#include -#include -#include - #include #include #include diff --git a/src/char/int_clan.cpp b/src/char/int_clan.cpp index 9427a4fc1c..e89dab519e 100644 --- a/src/char/int_clan.cpp +++ b/src/char/int_clan.cpp @@ -3,13 +3,12 @@ #include "int_clan.hpp" +#include +#include //memset #include #include #include -#include -#include //memset - #include #include #include diff --git a/src/char/int_elemental.cpp b/src/char/int_elemental.cpp index b2a64432cc..9037f5a1ac 100644 --- a/src/char/int_elemental.cpp +++ b/src/char/int_elemental.cpp @@ -3,8 +3,8 @@ #include "int_elemental.hpp" -#include -#include +#include +#include #include #include diff --git a/src/char/int_guild.cpp b/src/char/int_guild.cpp index 1f8cbed0fd..0520f4deae 100644 --- a/src/char/int_guild.cpp +++ b/src/char/int_guild.cpp @@ -3,13 +3,11 @@ #include "int_guild.hpp" +#include +#include #include #include -#include -#define __STDC_WANT_LIB_EXT1__ 1 -#include - #include #include #include @@ -37,18 +35,18 @@ using namespace rathena; static const char dataToHex[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; -// int guild_id -> struct guild* -static std::unordered_map> guild_db; +// int guild_id -> CharGuild* +static std::unordered_map> guild_db; static std::unordered_map> castle_db; int mapif_parse_GuildLeave(int fd,int guild_id,uint32 account_id,uint32 char_id,int flag,const char *mes); int mapif_guild_broken(int guild_id,int flag); -bool guild_check_empty( std::shared_ptr g ); -int guild_calcinfo( std::shared_ptr g ); +bool guild_check_empty( std::shared_ptr g ); +int guild_calcinfo( std::shared_ptr g ); int mapif_guild_basicinfochanged(int guild_id,int type,const void *data,int len); -int mapif_guild_info( int fd, std::shared_ptr g ); -int inter_guild_tosql( std::shared_ptr g, int flag ); -int guild_checkskill( std::shared_ptr g, int id ); +int mapif_guild_info( int fd, const struct mmo_guild &g ); +int inter_guild_tosql( mmo_guild &g, int flag ); +int guild_checkskill( std::shared_ptr g, int id ); TIMER_FUNC(guild_save_timer){ static int last_id = 0; //To know in which guild we were. @@ -58,24 +56,24 @@ TIMER_FUNC(guild_save_timer){ state = 1; for( auto it = guild_db.begin(); it != guild_db.end(); ){ - std::shared_ptr g = it->second; + std::shared_ptr g = it->second; - if( state == 0 && g->guild_id == last_id ) + if( state == 0 && g->guild.guild_id == last_id ) state++; //Save next guild in the list. else if( state == 1 && g->save_flag&GS_MASK ) { - inter_guild_tosql(g, g->save_flag&GS_MASK); + inter_guild_tosql(g->guild, g->save_flag&GS_MASK); g->save_flag &= ~GS_MASK; //Some guild saved. - last_id = g->guild_id; + last_id = g->guild.guild_id; state++; } // Nothing to save, guild is ready for removal. if( g->save_flag == GS_REMOVE ){ if (charserv_config.save_log) - ShowInfo("Guild Unloaded (%d - %s)\n", g->guild_id, g->name); + ShowInfo("Guild Unloaded (%d - %s)\n", g->guild.guild_id, g->guild.name); it = guild_db.erase( it ); }else{ it++; @@ -100,8 +98,8 @@ int inter_guild_removemember_tosql(uint32 char_id) return 0; } -// Save guild into sql -int inter_guild_tosql( std::shared_ptr g, int flag ){ +// Save mmo_guild into sql +int inter_guild_tosql( mmo_guild &g, int flag ){ // Table guild (GS_BASIC_MASK) // GS_EMBLEM `emblem_len`,`emblem_id`,`emblem_data` // GS_CONNECT `connect_member`,`average_lv` @@ -123,18 +121,18 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ char new_guild = 0; int i=0; - if (g->guild_id<=0 && g->guild_id != -1) return 0; + if (g.guild_id<=0 && g.guild_id != -1) return 0; #ifdef NOISY - ShowInfo("Save guild request (" CL_BOLD "%d" CL_RESET " - flag 0x%x).",g->guild_id, flag); + ShowInfo("Save guild request (" CL_BOLD "%d" CL_RESET " - flag 0x%x).",g.guild_id, flag); #endif - Sql_EscapeStringLen(sql_handle, esc_name, g->name, strnlen(g->name, NAME_LENGTH)); - Sql_EscapeStringLen(sql_handle, esc_master, g->master, strnlen(g->master, NAME_LENGTH)); + Sql_EscapeStringLen(sql_handle, esc_name, g.name, strnlen(g.name, NAME_LENGTH)); + Sql_EscapeStringLen(sql_handle, esc_master, g.master, strnlen(g.master, NAME_LENGTH)); *t_info = '\0'; // Insert a new guild the guild - if (flag&GS_BASIC && g->guild_id == -1) + if (flag&GS_BASIC && g.guild_id == -1) { strcat(t_info, " guild_create"); @@ -142,14 +140,14 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ if( SQL_ERROR == Sql_Query(sql_handle, "INSERT INTO `%s` " "(`name`,`master`,`guild_lv`,`max_member`,`average_lv`,`char_id`) " "VALUES ('%s', '%s', '%d', '%d', '%d', '%d')", - schema_config.guild_db, esc_name, esc_master, g->guild_lv, g->max_member, g->average_lv, g->member[0].char_id) ) + schema_config.guild_db, esc_name, esc_master, g.guild_lv, g.max_member, g.average_lv, g.member[0].char_id) ) { Sql_ShowDebug(sql_handle); return 0; //Failed to create guild! } else { - g->guild_id = (int)Sql_LastInsertId(sql_handle); + g.guild_id = (int)Sql_LastInsertId(sql_handle); new_guild = 1; } } @@ -165,18 +163,18 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ if (flag & GS_EMBLEM) { - char emblem_data[sizeof(g->emblem_data)*2+1]; + char emblem_data[sizeof(g.emblem_data)*2+1]; char* pData = emblem_data; strcat(t_info, " emblem"); // Convert emblem_data to hex //TODO: why not use binary directly? [ultramage] - for(i=0; iemblem_len; i++){ - *pData++ = dataToHex[(g->emblem_data[i] >> 4) & 0x0F]; - *pData++ = dataToHex[g->emblem_data[i] & 0x0F]; + for(i=0; i> 4) & 0x0F]; + *pData++ = dataToHex[g.emblem_data[i] & 0x0F]; } *pData = 0; - StringBuf_Printf(&buf, "`emblem_len`=%d, `emblem_id`=%d, `emblem_data`='%s'", g->emblem_len, g->emblem_id, emblem_data); + StringBuf_Printf(&buf, "`emblem_len`=%d, `emblem_id`=%d, `emblem_data`='%s'", g.emblem_len, g.emblem_id, emblem_data); add_comma = true; } if (flag & GS_BASIC) @@ -186,10 +184,10 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ StringBuf_AppendStr(&buf, ", "); else add_comma = true; - StringBuf_Printf(&buf, "`name`='%s', `master`='%s', `char_id`=%d", esc_name, esc_master, g->member[0].char_id); + StringBuf_Printf(&buf, "`name`='%s', `master`='%s', `char_id`=%d", esc_name, esc_master, g.member[0].char_id); - if (g->last_leader_change) - StringBuf_Printf(&buf, ", `last_master_change`=FROM_UNIXTIME(%d)", g->last_leader_change); + if (g.last_leader_change) + StringBuf_Printf(&buf, ", `last_master_change`=FROM_UNIXTIME(%d)", g.last_leader_change); } if (flag & GS_CONNECT) { @@ -198,20 +196,20 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ StringBuf_AppendStr(&buf, ", "); else add_comma = true; - StringBuf_Printf(&buf, "`connect_member`=%d, `average_lv`=%d", g->connect_member, g->average_lv); + StringBuf_Printf(&buf, "`connect_member`=%d, `average_lv`=%d", g.connect_member, g.average_lv); } if (flag & GS_MES) { - char esc_mes1[sizeof(g->mes1)*2+1]; - char esc_mes2[sizeof(g->mes2)*2+1]; + char esc_mes1[sizeof(g.mes1)*2+1]; + char esc_mes2[sizeof(g.mes2)*2+1]; strcat(t_info, " mes"); if( add_comma ) StringBuf_AppendStr(&buf, ", "); else add_comma = true; - Sql_EscapeStringLen(sql_handle, esc_mes1, g->mes1, strnlen(g->mes1, sizeof(g->mes1))); - Sql_EscapeStringLen(sql_handle, esc_mes2, g->mes2, strnlen(g->mes2, sizeof(g->mes2))); + Sql_EscapeStringLen(sql_handle, esc_mes1, g.mes1, strnlen(g.mes1, sizeof(g.mes1))); + Sql_EscapeStringLen(sql_handle, esc_mes2, g.mes2, strnlen(g.mes2, sizeof(g.mes2))); StringBuf_Printf(&buf, "`mes1`='%s', `mes2`='%s'", esc_mes1, esc_mes2); } if (flag & GS_LEVEL) @@ -221,9 +219,9 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ StringBuf_AppendStr(&buf, ", "); //else //last condition using add_coma setting // add_comma = true; - StringBuf_Printf(&buf, "`guild_lv`=%d, `skill_point`=%d, `exp`=%" PRIu64 ", `next_exp`=%" PRIu64 ", `max_member`=%d", g->guild_lv, g->skill_point, g->exp, g->next_exp, g->max_member); + StringBuf_Printf(&buf, "`guild_lv`=%d, `skill_point`=%d, `exp`=%" PRIu64 ", `next_exp`=%" PRIu64 ", `max_member`=%d", g.guild_lv, g.skill_point, g.exp, g.next_exp, g.max_member); } - StringBuf_Printf(&buf, " WHERE `guild_id`=%d", g->guild_id); + StringBuf_Printf(&buf, " WHERE `guild_id`=%d", g.guild_id); if( SQL_ERROR == Sql_Query(sql_handle, "%s", StringBuf_Value(&buf)) ) Sql_ShowDebug(sql_handle); StringBuf_Destroy(&buf); @@ -233,20 +231,20 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ { strcat(t_info, " members"); // Update only needed players - for(i=0;imax_member;i++){ - struct guild_member *m = &g->member[i]; + for(i=0;imodified) continue; if(m->account_id) { //Since nothing references guild member table as foreign keys, it's safe to use REPLACE INTO if( SQL_ERROR == Sql_Query(sql_handle, "REPLACE INTO `%s` (`guild_id`,`char_id`,`exp`,`position`) " "VALUES ('%d','%d','%" PRIu64 "','%d')", - schema_config.guild_member_db, g->guild_id, m->char_id, m->exp, m->position ) ) + schema_config.guild_member_db, g.guild_id, m->char_id, m->exp, m->position ) ) Sql_ShowDebug(sql_handle); if (m->modified&GS_MEMBER_NEW || new_guild == 1) { if( SQL_ERROR == Sql_Query(sql_handle, "UPDATE `%s` SET `guild_id` = '%d' WHERE `char_id` = '%d'", - schema_config.char_db, g->guild_id, m->char_id) ) + schema_config.char_db, g.guild_id, m->char_id) ) Sql_ShowDebug(sql_handle); } m->modified = GS_MEMBER_UNMODIFIED; @@ -256,14 +254,14 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ if (flag&GS_POSITION){ strcat(t_info, " positions"); - //printf("- Insert guild %d to guild_position\n",g->guild_id); + //printf("- Insert guild %d to guild_position\n",g.guild_id); for(i=0;iposition[i]; + struct guild_position *p = &g.position[i]; if (!p->modified) continue; Sql_EscapeStringLen(sql_handle, esc_name, p->name, strnlen(p->name, NAME_LENGTH)); if( SQL_ERROR == Sql_Query(sql_handle, "REPLACE INTO `%s` (`guild_id`,`position`,`name`,`mode`,`exp_mode`) VALUES ('%d','%d','%s','%d','%d')", - schema_config.guild_position_db, g->guild_id, i, esc_name, p->mode, p->exp_mode) ) + schema_config.guild_position_db, g.guild_id, i, esc_name, p->mode, p->exp_mode) ) Sql_ShowDebug(sql_handle); p->modified = GS_POSITION_UNMODIFIED; } @@ -275,23 +273,23 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ // NOTE: no need to do it on both sides since both guilds in memory had // their info changed, not to mention this would also mess up oppositions! // [Skotlex] - //if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `guild_id`='%d' OR `alliance_id`='%d'", guild_alliance_db, g->guild_id, g->guild_id) ) - if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `guild_id`='%d'", schema_config.guild_alliance_db, g->guild_id) ) + //if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `guild_id`='%d' OR `alliance_id`='%d'", guild_alliance_db, g.guild_id, g.guild_id) ) + if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `guild_id`='%d'", schema_config.guild_alliance_db, g.guild_id) ) { Sql_ShowDebug(sql_handle); } else { - //printf("- Insert guild %d to guild_alliance\n",g->guild_id); + //printf("- Insert guild %d to guild_alliance\n",g.guild_id); for(i=0;ialliance[i]; + struct guild_alliance *a=&g.alliance[i]; if(a->guild_id>0) { Sql_EscapeStringLen(sql_handle, esc_name, a->name, strnlen(a->name, NAME_LENGTH)); if( SQL_ERROR == Sql_Query(sql_handle, "REPLACE INTO `%s` (`guild_id`,`opposition`,`alliance_id`,`name`) " "VALUES ('%d','%d','%d','%s')", - schema_config.guild_alliance_db, g->guild_id, a->opposition, a->guild_id, esc_name) ) + schema_config.guild_alliance_db, g.guild_id, a->opposition, a->guild_id, esc_name) ) Sql_ShowDebug(sql_handle); } } @@ -300,16 +298,16 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ if (flag&GS_EXPULSION){ strcat(t_info, " expulsions"); - //printf("- Insert guild %d to guild_expulsion\n",g->guild_id); + //printf("- Insert guild %d to guild_expulsion\n",g.guild_id); for(i=0;iexpulsion[i]; + struct guild_expulsion *e=&g.expulsion[i]; if(e->account_id>0){ char esc_mes[sizeof(e->mes)*2+1]; Sql_EscapeStringLen(sql_handle, esc_name, e->name, strnlen(e->name, NAME_LENGTH)); Sql_EscapeStringLen(sql_handle, esc_mes, e->mes, strnlen(e->mes, sizeof(e->mes))); if( SQL_ERROR == Sql_Query(sql_handle, "REPLACE INTO `%s` (`guild_id`,`account_id`,`name`,`mes`) " - "VALUES ('%d','%d','%s','%s')", schema_config.guild_expulsion_db, g->guild_id, e->account_id, esc_name, esc_mes) ) + "VALUES ('%d','%d','%s','%s')", schema_config.guild_expulsion_db, g.guild_id, e->account_id, esc_name, esc_mes) ) Sql_ShowDebug(sql_handle); } } @@ -317,23 +315,23 @@ int inter_guild_tosql( std::shared_ptr g, int flag ){ if (flag&GS_SKILL){ strcat(t_info, " skills"); - //printf("- Insert guild %d to guild_skill\n",g->guild_id); + //printf("- Insert guild %d to guild_skill\n",g.guild_id); for(i=0;iskill[i].id>0 && g->skill[i].lv>0){ + if (g.skill[i].id>0 && g.skill[i].lv>0){ if( SQL_ERROR == Sql_Query(sql_handle, "REPLACE INTO `%s` (`guild_id`,`id`,`lv`) VALUES ('%d','%d','%d')", - schema_config.guild_skill_db, g->guild_id, g->skill[i].id, g->skill[i].lv) ) + schema_config.guild_skill_db, g.guild_id, g.skill[i].id, g.skill[i].lv) ) Sql_ShowDebug(sql_handle); } } } if (charserv_config.save_log) - ShowInfo("Saved guild (%d - %s):%s\n",g->guild_id,g->name,t_info); + ShowInfo("Saved guild (%d - %s):%s\n",g.guild_id,g.name,t_info); return 1; } // Read guild from sql -std::shared_ptr inter_guild_fromsql( int32 guild_id ){ +std::shared_ptr inter_guild_fromsql( int32 guild_id ){ char* data; size_t len; char* p; @@ -343,7 +341,7 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ return nullptr; } - std::shared_ptr g = util::umap_find( guild_db, guild_id ); + auto g = util::umap_find( guild_db, guild_id ); if( g != nullptr ){ return g; @@ -365,32 +363,32 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ return nullptr; } - g = std::make_shared(); + g = std::make_shared(); - g->guild_id = guild_id; - Sql_GetData(sql_handle, 0, &data, &len); memcpy(g->name, data, zmin(len, NAME_LENGTH)); - Sql_GetData(sql_handle, 1, &data, &len); memcpy(g->master, data, zmin(len, NAME_LENGTH)); - Sql_GetData(sql_handle, 2, &data, NULL); g->guild_lv = atoi(data); - Sql_GetData(sql_handle, 3, &data, NULL); g->connect_member = atoi(data); - Sql_GetData(sql_handle, 4, &data, NULL); g->max_member = atoi(data); - if( g->max_member > MAX_GUILD ) + g->guild.guild_id = guild_id; + Sql_GetData(sql_handle, 0, &data, &len); memcpy(g->guild.name, data, zmin(len, NAME_LENGTH)); + Sql_GetData(sql_handle, 1, &data, &len); memcpy(g->guild.master, data, zmin(len, NAME_LENGTH)); + Sql_GetData(sql_handle, 2, &data, NULL); g->guild.guild_lv = atoi(data); + Sql_GetData(sql_handle, 3, &data, NULL); g->guild.connect_member = atoi(data); + Sql_GetData(sql_handle, 4, &data, NULL); g->guild.max_member = atoi(data); + if( g->guild.max_member > MAX_GUILD ) { // Fix reduction of MAX_GUILD [PoW] - ShowWarning("Guild %d:%s specifies higher capacity (%d) than MAX_GUILD (%d)\n", guild_id, g->name, g->max_member, MAX_GUILD); - g->max_member = MAX_GUILD; + ShowWarning("Guild %d:%s specifies higher capacity (%d) than MAX_GUILD (%d)\n", guild_id, g->guild.name, g->guild.max_member, MAX_GUILD); + g->guild.max_member = MAX_GUILD; } - Sql_GetData(sql_handle, 5, &data, NULL); g->average_lv = atoi(data); - Sql_GetData(sql_handle, 6, &data, NULL); g->exp = strtoull(data, NULL, 10); - Sql_GetData(sql_handle, 7, &data, NULL); g->next_exp = strtoull(data, nullptr, 10); - Sql_GetData(sql_handle, 8, &data, NULL); g->skill_point = atoi(data); - Sql_GetData(sql_handle, 9, &data, &len); memcpy(g->mes1, data, zmin(len, sizeof(g->mes1))); - Sql_GetData(sql_handle, 10, &data, &len); memcpy(g->mes2, data, zmin(len, sizeof(g->mes2))); - Sql_GetData(sql_handle, 11, &data, &len); g->emblem_len = atoi(data); - Sql_GetData(sql_handle, 12, &data, &len); g->emblem_id = atoi(data); - Sql_GetData(sql_handle, 13, &data, NULL); g->last_leader_change = atoi(data); + Sql_GetData(sql_handle, 5, &data, NULL); g->guild.average_lv = atoi(data); + Sql_GetData(sql_handle, 6, &data, NULL); g->guild.exp = strtoull(data, NULL, 10); + Sql_GetData(sql_handle, 7, &data, NULL); g->guild.next_exp = strtoull(data, nullptr, 10); + Sql_GetData(sql_handle, 8, &data, NULL); g->guild.skill_point = atoi(data); + Sql_GetData(sql_handle, 9, &data, &len); memcpy(g->guild.mes1, data, zmin(len, sizeof(g->guild.mes1))); + Sql_GetData(sql_handle, 10, &data, &len); memcpy(g->guild.mes2, data, zmin(len, sizeof(g->guild.mes2))); + Sql_GetData(sql_handle, 11, &data, &len); g->guild.emblem_len = atoi(data); + Sql_GetData(sql_handle, 12, &data, &len); g->guild.emblem_id = atoi(data); + Sql_GetData(sql_handle, 13, &data, NULL); g->guild.last_leader_change = atoi(data); Sql_GetData(sql_handle, 14, &data, &len); // convert emblem data from hexadecimal to binary //TODO: why not store it in the db as binary directly? [ultramage] - for( i = 0, p = g->emblem_data; i < g->emblem_len; ++i, ++p ) + for( i = 0, p = g->guild.emblem_data; i < g->guild.emblem_len; ++i, ++p ) { if( *data >= '0' && *data <= '9' ) *p = *data - '0'; @@ -417,9 +415,9 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ Sql_ShowDebug(sql_handle); return nullptr; } - for( i = 0; i < g->max_member && SQL_SUCCESS == Sql_NextRow(sql_handle); ++i ) + for( i = 0; i < g->guild.max_member && SQL_SUCCESS == Sql_NextRow(sql_handle); ++i ) { - struct guild_member* m = &g->member[i]; + struct guild_member* m = &g->guild.member[i]; Sql_GetData(sql_handle, 0, &data, NULL); m->account_id = atoi(data); Sql_GetData(sql_handle, 1, &data, NULL); m->char_id = atoi(data); @@ -464,7 +462,7 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ Sql_GetData(sql_handle, 0, &data, NULL); position = atoi(data); if( position < 0 || position >= MAX_GUILDPOSITION ) continue;// invalid position - gpos = &g->position[position]; + gpos = &g->guild.position[position]; Sql_GetData(sql_handle, 1, &data, &len); memcpy(gpos->name, data, zmin(len, NAME_LENGTH)); Sql_GetData(sql_handle, 2, &data, NULL); gpos->mode = atoi(data); Sql_GetData(sql_handle, 3, &data, NULL); gpos->exp_mode = atoi(data); @@ -479,7 +477,7 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ } for( i = 0; i < MAX_GUILDALLIANCE && SQL_SUCCESS == Sql_NextRow(sql_handle); ++i ) { - struct guild_alliance* a = &g->alliance[i]; + struct guild_alliance* a = &g->guild.alliance[i]; Sql_GetData(sql_handle, 0, &data, NULL); a->opposition = atoi(data); Sql_GetData(sql_handle, 1, &data, NULL); a->guild_id = atoi(data); @@ -494,7 +492,7 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ } for( i = 0; i < MAX_GUILDEXPULSION && SQL_SUCCESS == Sql_NextRow(sql_handle); ++i ) { - struct guild_expulsion *e = &g->expulsion[i]; + struct guild_expulsion *e = &g->guild.expulsion[i]; Sql_GetData(sql_handle, 0, &data, NULL); e->account_id = atoi(data); Sql_GetData(sql_handle, 1, &data, &len); memcpy(e->name, data, zmin(len, NAME_LENGTH)); @@ -510,7 +508,7 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ for(i = 0; i < MAX_GUILDSKILL; i++) { //Skill IDs must always be initialized. [Skotlex] - g->skill[i].id = i + GD_SKILLBASE; + g->guild.skill[i].id = i + GD_SKILLBASE; } while( SQL_SUCCESS == Sql_NextRow(sql_handle) ) @@ -519,18 +517,18 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ Sql_GetData(sql_handle, 0, &data, NULL); id = atoi(data) - GD_SKILLBASE; if( id < 0 || id >= MAX_GUILDSKILL ) continue;// invalid guild skill - Sql_GetData(sql_handle, 1, &data, NULL); g->skill[id].lv = atoi(data); + Sql_GetData(sql_handle, 1, &data, NULL); g->guild.skill[id].lv = atoi(data); } Sql_FreeResult(sql_handle); // Add to cache - guild_db[g->guild_id] = g; + guild_db[g->guild.guild_id] = g; // But set it to be removed, in case it is not needed for long. g->save_flag |= GS_REMOVE; if (charserv_config.save_log) - ShowInfo("Guild loaded (%d - %s)\n", guild_id, g->name); + ShowInfo("Guild loaded (%d - %s)\n", guild_id, g->guild.name); return g; } @@ -543,7 +541,7 @@ std::shared_ptr inter_guild_fromsql( int32 guild_id ){ uint16 inter_guild_storagemax(int guild_id) { #ifdef OFFICIAL_GUILD_STORAGE - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); uint16 max = 0; if( g == nullptr ){ @@ -665,7 +663,7 @@ int inter_guild_CharOnline(uint32 char_id, int guild_id) if (guild_id == 0) return 0; //No guild... - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ ShowError("Character %d's guild %d not found!\n", char_id, guild_id); @@ -677,11 +675,11 @@ int inter_guild_CharOnline(uint32 char_id, int guild_id) g->save_flag &= ~GS_REMOVE; //Set member online - ARR_FIND( 0, g->max_member, i, g->member[i].char_id == char_id ); - if( i < g->max_member ) + ARR_FIND( 0, g->guild.max_member, i, g->guild.member[i].char_id == char_id ); + if( i < g->guild.max_member ) { - g->member[i].online = 1; - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].online = 1; + g->guild.member[i].modified = GS_MEMBER_MODIFIED; } return 1; @@ -717,7 +715,7 @@ int inter_guild_CharOffline(uint32 char_id, int guild_id) return 0; //No guild... //Character has a guild, set character offline and check if they were the only member online - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); // Guild not found? if( g == nullptr ){ @@ -725,16 +723,16 @@ int inter_guild_CharOffline(uint32 char_id, int guild_id) } //Set member offline - ARR_FIND( 0, g->max_member, i, g->member[i].char_id == char_id ); - if( i < g->max_member ) + ARR_FIND( 0, g->guild.max_member, i, g->guild.member[i].char_id == char_id ); + if( i < g->guild.max_member ) { - g->member[i].online = 0; - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].online = 0; + g->guild.member[i].modified = GS_MEMBER_MODIFIED; } online_count = 0; - for( i = 0; i < g->max_member; i++ ) - if( g->member[i].online ) + for( i = 0; i < g->guild.max_member; i++ ) + if( g->guild.member[i].online ) online_count++; // Remove guild from memory if no players online @@ -812,10 +810,10 @@ void inter_guild_sql_init(void) { void inter_guild_sql_final(void) { for( const auto& pair : guild_db ){ - std::shared_ptr guild = pair.second; + auto guild = pair.second; if( guild->save_flag&GS_MASK ){ - inter_guild_tosql( guild, guild->save_flag&GS_MASK ); + inter_guild_tosql( guild->guild, guild->save_flag&GS_MASK ); } } guild_db.clear(); @@ -852,12 +850,12 @@ int search_guildname(char *str) } // Check if guild is empty -bool guild_check_empty( std::shared_ptr g ){ +bool guild_check_empty( std::shared_ptr g ){ int i; - ARR_FIND( 0, g->max_member, i, g->member[i].account_id > 0 ); + ARR_FIND( 0, g->guild.max_member, i, g->guild.member[i].account_id > 0 ); //Let the calling function handle the guild removal in case they need //to do something else with it before freeing the data. [Skotlex] - return i < g->max_member ? false : true; // not empty + return i < g->guild.max_member ? false : true; // not empty } t_exp GuildExpDatabase::get_nextexp(uint16 level) { @@ -866,64 +864,64 @@ t_exp GuildExpDatabase::get_nextexp(uint16 level) { return ((guild_exp == nullptr) ? 0 : guild_exp->exp); } -int guild_checkskill( std::shared_ptr g, int id ){ +int guild_checkskill( std::shared_ptr g, int id ){ int idx = id - GD_SKILLBASE; - return idx < 0 || idx >= MAX_GUILDSKILL ? 0 : g->skill[idx].lv; + return idx < 0 || idx >= MAX_GUILDSKILL ? 0 : g->guild.skill[idx].lv; } -int guild_calcinfo( std::shared_ptr g ){ +int guild_calcinfo( std::shared_ptr g ){ int i,c; - struct guild before = *g; // Save guild current values + struct mmo_guild before = g->guild; // Save guild current values - if(g->guild_lv<=0) - g->guild_lv = 1; - g->next_exp = guild_exp_db.get_nextexp(g->guild_lv); + if(g->guild.guild_lv<=0) + g->guild.guild_lv = 1; + g->guild.next_exp = guild_exp_db.get_nextexp(g->guild.guild_lv); // Consume guild exp and increase guild level - while(g->exp >= g->next_exp && g->next_exp > 0 && g->guild_lv < MAX_GUILDLEVEL){ - g->exp-=g->next_exp; - g->guild_lv++; - g->skill_point++; - g->next_exp = guild_exp_db.get_nextexp(g->guild_lv); + while(g->guild.exp >= g->guild.next_exp && g->guild.next_exp > 0 && g->guild.guild_lv < MAX_GUILDLEVEL){ + g->guild.exp-=g->guild.next_exp; + g->guild.guild_lv++; + g->guild.skill_point++; + g->guild.next_exp = guild_exp_db.get_nextexp(g->guild.guild_lv); } // Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv. - g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 6; - if(g->max_member > MAX_GUILD) + g->guild.max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 6; + if(g->guild.max_member > MAX_GUILD) { - ShowError("Guild %d:%s has capacity for too many guild members (%d), max supported is %d\n", g->guild_id, g->name, g->max_member, MAX_GUILD); - g->max_member = MAX_GUILD; + ShowError("Guild %d:%s has capacity for too many guild members (%d), max supported is %d\n", g->guild.guild_id, g->guild.name, g->guild.max_member, MAX_GUILD); + g->guild.max_member = MAX_GUILD; } // Compute the guild average level - g->average_lv=0; - g->connect_member=0; - for(i=c=0;imax_member;i++) + g->guild.average_lv=0; + g->guild.connect_member=0; + for(i=c=0;iguild.max_member;i++) { - if(g->member[i].account_id>0) + if(g->guild.member[i].account_id>0) { - if (g->member[i].lv >= 0) + if (g->guild.member[i].lv >= 0) { - g->average_lv+=g->member[i].lv; + g->guild.average_lv+=g->guild.member[i].lv; c++; } else { - ShowWarning("Guild %d:%s, member %d:%s has an invalid level %d\n", g->guild_id, g->name, g->member[i].char_id, g->member[i].name, g->member[i].lv); + ShowWarning("Guild %d:%s, member %d:%s has an invalid level %d\n", g->guild.guild_id, g->guild.name, g->guild.member[i].char_id, g->guild.member[i].name, g->guild.member[i].lv); } - if(g->member[i].online) - g->connect_member++; + if(g->guild.member[i].online) + g->guild.connect_member++; } } if(c) - g->average_lv /= c; + g->guild.average_lv /= c; // Check if guild stats has change - if(g->max_member != before.max_member || g->guild_lv != before.guild_lv || g->skill_point != before.skill_point ) + if(g->guild.max_member != before.max_member || g->guild.guild_lv != before.guild_lv || g->guild.skill_point != before.skill_point ) { g->save_flag |= GS_LEVEL; - mapif_guild_info(-1,g); + mapif_guild_info(-1,g->guild); return 1; } @@ -933,7 +931,7 @@ int guild_calcinfo( std::shared_ptr g ){ //------------------------------------------------------------------- // Packet sent to map server -int mapif_guild_created( int fd, uint32 account_id, std::shared_ptr g ){ +int mapif_guild_created( int fd, uint32 account_id, struct mmo_guild *g ){ WFIFOHEAD(fd, 10); WFIFOW(fd,0)=0x3830; WFIFOL(fd,2)=account_id; @@ -964,11 +962,11 @@ int mapif_guild_noinfo(int fd,int guild_id) } // Send guild info -int mapif_guild_info( int fd, std::shared_ptr g ){ - unsigned char buf[8+sizeof(struct guild)]; +int mapif_guild_info( int fd, const struct mmo_guild &g ){ + unsigned char buf[8+sizeof(struct mmo_guild)]; WBUFW(buf,0)=0x3831; - WBUFW(buf,2)=4+sizeof(struct guild); - memcpy( buf + 4, g.get(), sizeof( struct guild ) ); + WBUFW(buf,2)=4+sizeof(struct mmo_guild); + memcpy( buf + 4, &g, sizeof( struct mmo_guild ) ); if(fd<0) chmapif_sendall(buf,WBUFW(buf,2)); else @@ -1006,15 +1004,15 @@ int mapif_guild_withdraw(int guild_id,uint32 account_id,uint32 char_id,int flag, } // Send short member's info -int mapif_guild_memberinfoshort( std::shared_ptr g, int idx ){ +int mapif_guild_memberinfoshort( const struct mmo_guild &g, int idx ){ unsigned char buf[19]; WBUFW(buf, 0)=0x3835; - WBUFL(buf, 2)=g->guild_id; - WBUFL(buf, 6)=g->member[idx].account_id; - WBUFL(buf,10)=g->member[idx].char_id; - WBUFB(buf,14)=(unsigned char)g->member[idx].online; - WBUFW(buf,15)=g->member[idx].lv; - WBUFW(buf,17)=g->member[idx].class_; + WBUFL(buf, 2)=g.guild_id; + WBUFL(buf, 6)=g.member[idx].account_id; + WBUFL(buf,10)=g.member[idx].char_id; + WBUFB(buf,14)=(unsigned char)g.member[idx].online; + WBUFW(buf,15)=g.member[idx].lv; + WBUFW(buf,17)=g.member[idx].class_; chmapif_sendall(buf,19); return 0; } @@ -1107,55 +1105,55 @@ int mapif_guild_alliance(int guild_id1,int guild_id2,uint32 account_id1,uint32 a } // Send a guild position desc -int mapif_guild_position( std::shared_ptr g, int idx ){ +int mapif_guild_position( const struct mmo_guild &g, int idx ){ unsigned char buf[12 + sizeof(struct guild_position)]; WBUFW(buf,0)=0x383b; WBUFW(buf,2)=sizeof(struct guild_position)+12; - WBUFL(buf,4)=g->guild_id; + WBUFL(buf,4)=g.guild_id; WBUFL(buf,8)=idx; - memcpy(WBUFP(buf,12),&g->position[idx],sizeof(struct guild_position)); + memcpy(WBUFP(buf,12),&g.position[idx],sizeof(struct guild_position)); chmapif_sendall(buf,WBUFW(buf,2)); return 0; } // Send the guild notice -int mapif_guild_notice( std::shared_ptr g ){ +int mapif_guild_notice( const struct mmo_guild &g ){ unsigned char buf[256]; WBUFW(buf,0)=0x383e; - WBUFL(buf,2)=g->guild_id; - memcpy(WBUFP(buf,6),g->mes1,MAX_GUILDMES1); - memcpy(WBUFP(buf,66),g->mes2,MAX_GUILDMES2); + WBUFL(buf,2)=g.guild_id; + memcpy(WBUFP(buf,6),g.mes1,MAX_GUILDMES1); + memcpy(WBUFP(buf,66),g.mes2,MAX_GUILDMES2); chmapif_sendall(buf,186); return 0; } // Send emblem data -int mapif_guild_emblem( std::shared_ptr g ){ - unsigned char buf[12 + sizeof(g->emblem_data)]; +int mapif_guild_emblem( const struct mmo_guild &g ){ + unsigned char buf[12 + sizeof(g.emblem_data)]; WBUFW(buf,0)=0x383f; - WBUFW(buf,2)=g->emblem_len+12; - WBUFL(buf,4)=g->guild_id; - WBUFL(buf,8)=g->emblem_id; - memcpy(WBUFP(buf,12),g->emblem_data,g->emblem_len); + WBUFW(buf,2)=g.emblem_len+12; + WBUFL(buf,4)=g.guild_id; + WBUFL(buf,8)=g.emblem_id; + memcpy(WBUFP(buf,12),g.emblem_data,g.emblem_len); chmapif_sendall(buf,WBUFW(buf,2)); return 0; } // Send the guild emblem_id (version) -int mapif_guild_emblem_version( std::shared_ptr g ){ +int mapif_guild_emblem_version( const struct mmo_guild &g ){ unsigned char buf[10]; WBUFW(buf, 0) = 0x3841; - WBUFL(buf, 2) = g->guild_id; - WBUFL(buf, 6) = g->emblem_id; + WBUFL(buf, 2) = g.guild_id; + WBUFL(buf, 6) = g.emblem_id; chmapif_sendall(buf, 10); return 0; } -int mapif_guild_master_changed( std::shared_ptr g, int aid, int cid, time_t time ){ +int mapif_guild_master_changed( const struct mmo_guild &g, int aid, int cid, time_t time ){ unsigned char buf[18]; WBUFW(buf,0)=0x3843; - WBUFL(buf,2)=g->guild_id; + WBUFL(buf,2)=g.guild_id; WBUFL(buf,6)=aid; WBUFL(buf,10)=cid; WBUFL(buf,14)=(uint32)time; @@ -1211,53 +1209,51 @@ int mapif_parse_CreateGuild(int fd,uint32 account_id,char *name,struct guild_mem } } - std::shared_ptr g = std::make_shared(); + auto g = std::make_shared(); - memset( g.get(), 0, sizeof( struct guild ) ); - - memcpy(g->name,name,NAME_LENGTH); - memcpy(g->master,master->name,NAME_LENGTH); - memcpy(&g->member[0],master,sizeof(struct guild_member)); - g->member[0].modified = GS_MEMBER_MODIFIED; + memcpy(g->guild.name,name,NAME_LENGTH); + memcpy(g->guild.master,master->name,NAME_LENGTH); + memcpy(&g->guild.member[0],master,sizeof(struct guild_member)); + g->guild.member[0].modified = GS_MEMBER_MODIFIED; // Set default positions - g->position[0].mode = GUILD_PERM_DEFAULT; - strcpy(g->position[0].name,"GuildMaster"); - strcpy(g->position[MAX_GUILDPOSITION-1].name,"Newbie"); - g->position[0].modified = g->position[MAX_GUILDPOSITION-1].modified = GS_POSITION_MODIFIED; + g->guild.position[0].mode = GUILD_PERM_DEFAULT; + strcpy(g->guild.position[0].name,"GuildMaster"); + strcpy(g->guild.position[MAX_GUILDPOSITION-1].name,"Newbie"); + g->guild.position[0].modified = g->guild.position[MAX_GUILDPOSITION-1].modified = GS_POSITION_MODIFIED; for(i=1;iposition[i].name,"Position %d",i+1); - g->position[i].modified = GS_POSITION_MODIFIED; + sprintf(g->guild.position[i].name,"Position %d",i+1); + g->guild.position[i].modified = GS_POSITION_MODIFIED; } // Initialize guild property - g->max_member=16; - g->average_lv=master->lv; - g->connect_member=1; + g->guild.max_member=16; + g->guild.average_lv=master->lv; + g->guild.connect_member=1; for(i=0;iskill[i].id=i + GD_SKILLBASE; - g->guild_id= -1; //Request to create guild. + g->guild.skill[i].id=i + GD_SKILLBASE; + g->guild.guild_id= -1; //Request to create guild. // Create the guild - if (!inter_guild_tosql(g,GS_BASIC|GS_POSITION|GS_SKILL|GS_MEMBER)) { + if (!inter_guild_tosql(g->guild,GS_BASIC|GS_POSITION|GS_SKILL|GS_MEMBER)) { //Failed to Create guild.... - ShowError("Failed to create Guild %s (Guild Master: %s)\n", g->name, g->master); + ShowError("Failed to create Guild %s (Guild Master: %s)\n", g->guild.name, g->guild.master); mapif_guild_created(fd,account_id,NULL); return 0; } - ShowInfo("Created Guild %d - %s (Guild Master: %s)\n", g->guild_id, g->name, g->master); + ShowInfo("Created Guild %d - %s (Guild Master: %s)\n", g->guild.guild_id, g->guild.name, g->guild.master); // Add to cache - guild_db[g->guild_id] = g; + guild_db[g->guild.guild_id] = g; // Report to client - mapif_guild_created(fd,account_id,g); - mapif_guild_info(fd,g); + mapif_guild_created(fd, account_id, &g->guild); + mapif_guild_info(fd,g->guild); if(charserv_config.log_inter) inter_log("guild %s (id=%d) created by master %s (id=%d)\n", - name, g->guild_id, master->name, master->account_id ); + name, g->guild.guild_id, master->name, master->account_id ); return 0; } @@ -1265,11 +1261,11 @@ int mapif_parse_CreateGuild(int fd,uint32 account_id,char *name,struct guild_mem // Return guild info to client int mapif_parse_GuildInfo(int fd,int guild_id) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g != nullptr ){ if (!guild_calcinfo(g)) - mapif_guild_info(fd,g); + mapif_guild_info(fd,g->guild); }else mapif_guild_noinfo(fd,guild_id); // Failed to load info return 0; @@ -1278,7 +1274,7 @@ int mapif_parse_GuildInfo(int fd,int guild_id) // Add member to guild int mapif_parse_GuildAddMember(int fd,int guild_id,struct guild_member *m) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ // Failed to add @@ -1287,14 +1283,14 @@ int mapif_parse_GuildAddMember(int fd,int guild_id,struct guild_member *m) } // Find an empty slot - for( int i = 0; i < g->max_member; i++ ){ - if(g->member[i].account_id==0) + for( int i = 0; i < g->guild.max_member; i++ ){ + if(g->guild.member[i].account_id==0) { - memcpy(&g->member[i],m,sizeof(struct guild_member)); - g->member[i].modified = (GS_MEMBER_NEW | GS_MEMBER_MODIFIED); + memcpy(&g->guild.member[i],m,sizeof(struct guild_member)); + g->guild.member[i].modified = (GS_MEMBER_NEW | GS_MEMBER_MODIFIED); mapif_guild_memberadded(fd,guild_id,m->account_id,m->char_id,0); if (!guild_calcinfo(g)) //Send members if it was not invoked. - mapif_guild_info(-1,g); + mapif_guild_info(-1,g->guild); g->save_flag |= GS_MEMBER; if (g->save_flag&GS_REMOVE) @@ -1313,19 +1309,19 @@ int mapif_parse_GuildLeave(int fd, int guild_id, uint32 account_id, uint32 char_ { int i; - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ // Unknown guild, just update the player if( SQL_ERROR == Sql_Query(sql_handle, "UPDATE `%s` SET `guild_id`='0' WHERE `account_id`='%d' AND `char_id`='%d'", schema_config.char_db, account_id, char_id) ) Sql_ShowDebug(sql_handle); - // mapif_guild_withdraw(guild_id,account_id,char_id,flag,g->member[i].name,mes); + // mapif_guild_withdraw(guild_id,account_id,char_id,flag,g->guild.member[i].name,mes); return 0; } // Find the member - ARR_FIND( 0, g->max_member, i, g->member[i].account_id == account_id && g->member[i].char_id == char_id ); - if( i == g->max_member ) + ARR_FIND( 0, g->guild.max_member, i, g->guild.member[i].account_id == account_id && g->guild.member[i].char_id == char_id ); + if( i == g->guild.max_member ) { //TODO member not found return 0; @@ -1335,31 +1331,31 @@ int mapif_parse_GuildLeave(int fd, int guild_id, uint32 account_id, uint32 char_ { // Write expulsion reason // Find an empty slot int j; - ARR_FIND( 0, MAX_GUILDEXPULSION, j, g->expulsion[j].account_id == 0 ); + ARR_FIND( 0, MAX_GUILDEXPULSION, j, g->guild.expulsion[j].account_id == 0 ); if( j == MAX_GUILDEXPULSION ) { // Expulsion list is full, flush the oldest one for( j = 0; j < MAX_GUILDEXPULSION - 1; j++ ) - g->expulsion[j] = g->expulsion[j+1]; + g->guild.expulsion[j] = g->guild.expulsion[j+1]; j = MAX_GUILDEXPULSION-1; } // Save the expulsion entry - g->expulsion[j].account_id = account_id; - safestrncpy(g->expulsion[j].name, g->member[i].name, NAME_LENGTH); - safestrncpy(g->expulsion[j].mes, mes, 40); + g->guild.expulsion[j].account_id = account_id; + safestrncpy(g->guild.expulsion[j].name, g->guild.member[i].name, NAME_LENGTH); + safestrncpy(g->guild.expulsion[j].mes, mes, 40); } - mapif_guild_withdraw(guild_id,account_id,char_id,flag,g->member[i].name,mes); - inter_guild_removemember_tosql(g->member[i].char_id); + mapif_guild_withdraw(guild_id,account_id,char_id,flag,g->guild.member[i].name,mes); + inter_guild_removemember_tosql(g->guild.member[i].char_id); - memset(&g->member[i],0,sizeof(struct guild_member)); + memset(&g->guild.member[i],0,sizeof(struct guild_member)); if( guild_check_empty(g) ) mapif_parse_BreakGuild(-1,guild_id); //Break the guild. else { //Update member info. if (!guild_calcinfo(g)) - mapif_guild_info(fd,g); + mapif_guild_info(fd,g->guild); g->save_flag |= GS_EXPULSION; } @@ -1373,45 +1369,45 @@ int mapif_parse_GuildChangeMemberInfoShort(int fd,int guild_id,uint32 account_id int i,sum,c; int prev_count, prev_alv; - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ return 0; } - ARR_FIND( 0, g->max_member, i, g->member[i].account_id == account_id && g->member[i].char_id == char_id ); - if( i < g->max_member ) + ARR_FIND( 0, g->guild.max_member, i, g->guild.member[i].account_id == account_id && g->guild.member[i].char_id == char_id ); + if( i < g->guild.max_member ) { - g->member[i].online = online; - g->member[i].lv = lv; - g->member[i].class_ = class_; - g->member[i].modified = GS_MEMBER_MODIFIED; - mapif_guild_memberinfoshort(g,i); + g->guild.member[i].online = online; + g->guild.member[i].lv = lv; + g->guild.member[i].class_ = class_; + g->guild.member[i].modified = GS_MEMBER_MODIFIED; + mapif_guild_memberinfoshort(g->guild,i); } - prev_count = g->connect_member; - prev_alv = g->average_lv; + prev_count = g->guild.connect_member; + prev_alv = g->guild.average_lv; - g->average_lv = 0; - g->connect_member = 0; + g->guild.average_lv = 0; + g->guild.connect_member = 0; c = 0; sum = 0; - for( i = 0; i < g->max_member; i++ ) + for( i = 0; i < g->guild.max_member; i++ ) { - if( g->member[i].account_id > 0 ) + if( g->guild.member[i].account_id > 0 ) { - sum += g->member[i].lv; + sum += g->guild.member[i].lv; c++; } - if( g->member[i].online ) - g->connect_member++; + if( g->guild.member[i].online ) + g->guild.connect_member++; } if( c ) // this check should always succeed... { - g->average_lv = sum / c; - if( g->connect_member != prev_count || g->average_lv != prev_alv ) + g->guild.average_lv = sum / c; + if( g->guild.connect_member != prev_count || g->guild.average_lv != prev_alv ) g->save_flag |= GS_CONNECT; if( g->save_flag & GS_REMOVE ) g->save_flag &= ~GS_REMOVE; @@ -1423,7 +1419,7 @@ int mapif_parse_GuildChangeMemberInfoShort(int fd,int guild_id,uint32 account_id // BreakGuild int mapif_parse_BreakGuild(int fd,int guild_id) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ return 0; @@ -1462,7 +1458,7 @@ int mapif_parse_BreakGuild(int fd,int guild_id) mapif_guild_broken(guild_id,0); if(charserv_config.log_inter) - inter_log("guild %s (id=%d) broken\n",g->name,guild_id); + inter_log("guild %s (id=%d) broken\n",g->guild.name,guild_id); // Remove the guild from memory. [Skotlex] guild_db.erase( guild_id ); @@ -1479,7 +1475,7 @@ int mapif_parse_GuildMessage(int fd,int guild_id,uint32 account_id,char *mes,int // Modification of the guild int mapif_parse_GuildBasicInfoChange(int fd,int guild_id,int type,const char *data,int len) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ return 0; @@ -1489,13 +1485,13 @@ int mapif_parse_GuildBasicInfoChange(int fd,int guild_id,int type,const char *da switch(type) { case GBI_GUILDLV: - if (data_value > 0 && g->guild_lv + data_value <= MAX_GUILDLEVEL) { - g->guild_lv += data_value; - g->skill_point += data_value; - } else if (data_value < 0 && g->guild_lv + data_value >= 1) - g->guild_lv += data_value; + if (data_value > 0 && g->guild.guild_lv + data_value <= MAX_GUILDLEVEL) { + g->guild.guild_lv += data_value; + g->guild.skill_point += data_value; + } else if (data_value < 0 && g->guild.guild_lv + data_value >= 1) + g->guild.guild_lv += data_value; - mapif_guild_info(-1, g); + mapif_guild_info(-1, g->guild); g->save_flag |= GS_LEVEL; return 0; default: @@ -1522,22 +1518,22 @@ int mapif_parse_GuildMemberInfoChange(int fd,int guild_id,uint32 account_id,uint // Could make some improvement in speed, because only change guild_member int i; - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ return 0; } // Search the member - for(i=0;imax_member;i++) - if( g->member[i].account_id==account_id && - g->member[i].char_id==char_id ) + for(i=0;iguild.max_member;i++) + if( g->guild.member[i].account_id==account_id && + g->guild.member[i].char_id==char_id ) break; // Not Found - if(i==g->max_member){ + if(i==g->guild.max_member){ ShowWarning("int_guild: GuildMemberChange: Not found %d,%d in guild (%d - %s)\n", - account_id,char_id,guild_id,g->name); + account_id,char_id,guild_id,g->guild.name); return 0; } @@ -1545,30 +1541,30 @@ int mapif_parse_GuildMemberInfoChange(int fd,int guild_id,uint32 account_id,uint { case GMI_POSITION: { - g->member[i].position=*((short *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].position=*((short *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); g->save_flag |= GS_MEMBER; break; } case GMI_EXP: { // EXP - t_exp old_exp=g->member[i].exp; - g->member[i].exp=*((t_exp *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; - if (g->member[i].exp > old_exp) + t_exp old_exp=g->guild.member[i].exp; + g->guild.member[i].exp=*((t_exp *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; + if (g->guild.member[i].exp > old_exp) { - t_exp exp = g->member[i].exp - old_exp; + t_exp exp = g->guild.member[i].exp - old_exp; // Compute gained exp if (charserv_config.guild_exp_rate != 100) exp = exp*(charserv_config.guild_exp_rate)/100; // Update guild exp - g->exp = util::safe_addition_cap(g->exp, exp, MAX_GUILD_EXP); + g->guild.exp = util::safe_addition_cap(g->guild.exp, exp, MAX_GUILD_EXP); guild_calcinfo(g); - mapif_guild_basicinfochanged(guild_id,GBI_EXP,&g->exp,sizeof(g->exp)); + mapif_guild_basicinfochanged(guild_id,GBI_EXP,&g->guild.exp,sizeof(g->guild.exp)); g->save_flag |= GS_LEVEL; } mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); @@ -1577,40 +1573,40 @@ int mapif_parse_GuildMemberInfoChange(int fd,int guild_id,uint32 account_id,uint } case GMI_HAIR: { - g->member[i].hair=*((short *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].hair=*((short *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); g->save_flag |= GS_MEMBER; //Save new data. break; } case GMI_HAIR_COLOR: { - g->member[i].hair_color=*((short *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].hair_color=*((short *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); g->save_flag |= GS_MEMBER; //Save new data. break; } case GMI_GENDER: { - g->member[i].gender=*((short *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].gender=*((short *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); g->save_flag |= GS_MEMBER; //Save new data. break; } case GMI_CLASS: { - g->member[i].class_=*((short *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].class_=*((short *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); g->save_flag |= GS_MEMBER; //Save new data. break; } case GMI_LEVEL: { - g->member[i].lv=*((short *)data); - g->member[i].modified = GS_MEMBER_MODIFIED; + g->guild.member[i].lv=*((short *)data); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; mapif_guild_memberinfochanged(guild_id,account_id,char_id,type,data,len); g->save_flag |= GS_MEMBER; //Save new data. break; @@ -1631,33 +1627,33 @@ int inter_guild_charname_changed(int guild_id,uint32 account_id, uint32 char_id, { int i, flag = 0; - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ ShowError("inter_guild_charrenamed: Can't find guild %d.\n", guild_id); return 0; } - ARR_FIND(0, g->max_member, i, g->member[i].char_id == char_id); - if( i == g->max_member ) + ARR_FIND(0, g->guild.max_member, i, g->guild.member[i].char_id == char_id); + if( i == g->guild.max_member ) { ShowError("inter_guild_charrenamed: Can't find character %d in the guild\n", char_id); return 0; } - if( !strcmp(g->member[i].name, g->master) ) + if( !strcmp(g->guild.member[i].name, g->guild.master) ) { - safestrncpy(g->master, name, NAME_LENGTH); + safestrncpy(g->guild.master, name, NAME_LENGTH); flag |= GS_BASIC; } - safestrncpy(g->member[i].name, name, NAME_LENGTH); - g->member[i].modified = GS_MEMBER_MODIFIED; + safestrncpy(g->guild.member[i].name, name, NAME_LENGTH); + g->guild.member[i].modified = GS_MEMBER_MODIFIED; flag |= GS_MEMBER; - if( !inter_guild_tosql(g, flag) ) + if( !inter_guild_tosql(g->guild, flag) ) return 0; - mapif_guild_info(-1,g); + mapif_guild_info(-1,g->guild); return 0; } @@ -1666,15 +1662,15 @@ int inter_guild_charname_changed(int guild_id,uint32 account_id, uint32 char_id, int mapif_parse_GuildPosition(int fd,int guild_id,int idx,struct guild_position *p) { // Could make some improvement in speed, because only change guild_position - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr || idx < 0 || idx >= MAX_GUILDPOSITION ){ return 0; } - memcpy(&g->position[idx],p,sizeof(struct guild_position)); - mapif_guild_position(g,idx); - g->position[idx].modified = GS_POSITION_MODIFIED; + memcpy(&g->guild.position[idx],p,sizeof(struct guild_position)); + mapif_guild_position(g->guild,idx); + g->guild.position[idx].modified = GS_POSITION_MODIFIED; g->save_flag |= GS_POSITION; // Change guild_position return 0; } @@ -1684,39 +1680,39 @@ int mapif_parse_GuildSkillUp(int fd,int guild_id,uint16 skill_id,uint32 account_ { int idx = skill_id - GD_SKILLBASE; - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr || idx < 0 || idx >= MAX_GUILDSKILL ){ return 0; } - if(g->skill_point>0 && g->skill[idx].id>0 && g->skill[idx].lvguild.skill_point>0 && g->guild.skill[idx].id>0 && g->guild.skill[idx].lvskill[idx].lv++; - g->skill_point--; + g->guild.skill[idx].lv++; + g->guild.skill_point--; if (!guild_calcinfo(g)) - mapif_guild_info(-1,g); + mapif_guild_info(-1,g->guild); mapif_guild_skillupack(guild_id,skill_id,account_id); g->save_flag |= (GS_LEVEL|GS_SKILL); // Change guild & guild_skill if (skill_id == GD_GUILD_STORAGE) - inter_guild_tosql(g, g->save_flag); // Force save for GD_GUILD_STORAGE + inter_guild_tosql(g->guild, g->save_flag); // Force save for GD_GUILD_STORAGE } return 0; } //Manual deletion of an alliance when partnering guild does not exists. [Skotlex] -int mapif_parse_GuildDeleteAlliance( std::shared_ptr g, int guild_id, uint32 account_id1, uint32 account_id2, int flag ){ +int mapif_parse_GuildDeleteAlliance( std::shared_ptr &g, int guild_id, uint32 account_id1, uint32 account_id2, int flag ){ int i; char name[NAME_LENGTH]; - ARR_FIND( 0, MAX_GUILDALLIANCE, i, g->alliance[i].guild_id == guild_id ); + ARR_FIND( 0, MAX_GUILDALLIANCE, i, g->guild.alliance[i].guild_id == guild_id ); if( i == MAX_GUILDALLIANCE ) return -1; - strcpy(name, g->alliance[i].name); - g->alliance[i].guild_id=0; + strcpy(name, g->guild.alliance[i].name); + g->guild.alliance[i].guild_id=0; - mapif_guild_alliance(g->guild_id,guild_id,account_id1,account_id2,flag,g->name,name); + mapif_guild_alliance(g->guild.guild_id,guild_id,account_id1,account_id2,flag,g->guild.name,name); g->save_flag |= GS_ALLIANCE; return 0; } @@ -1734,7 +1730,7 @@ int mapif_parse_GuildDeleteAlliance( std::shared_ptr g, int guild_ int mapif_parse_GuildAlliance(int fd,int guild_id1,int guild_id2,uint32 account_id1,uint32 account_id2,int flag) { // Could speed up - std::shared_ptr g[2]; + std::shared_ptr g[2]; int j,i; g[0] = inter_guild_fromsql(guild_id1); g[1] = inter_guild_fromsql(guild_id2); @@ -1753,9 +1749,9 @@ int mapif_parse_GuildAlliance(int fd,int guild_id1,int guild_id2,uint32 account_ // Remove alliance/opposition, in case of alliance, remove on both side for(i=0;i<2-(flag&GUILD_ALLIANCE_TYPE_MASK);i++) { - ARR_FIND( 0, MAX_GUILDALLIANCE, j, g[i]->alliance[j].guild_id == g[1-i]->guild_id && g[i]->alliance[j].opposition == (flag&GUILD_ALLIANCE_TYPE_MASK) ); + ARR_FIND( 0, MAX_GUILDALLIANCE, j, g[i]->guild.alliance[j].guild_id == g[1-i]->guild.guild_id && g[i]->guild.alliance[j].opposition == (flag&GUILD_ALLIANCE_TYPE_MASK) ); if( j < MAX_GUILDALLIANCE ) - g[i]->alliance[j].guild_id = 0; + g[i]->guild.alliance[j].guild_id = 0; } } else @@ -1764,19 +1760,19 @@ int mapif_parse_GuildAlliance(int fd,int guild_id1,int guild_id2,uint32 account_ for(i=0;i<2-(flag&GUILD_ALLIANCE_TYPE_MASK);i++) { // Search an empty slot - ARR_FIND( 0, MAX_GUILDALLIANCE, j, g[i]->alliance[j].guild_id == 0 ); + ARR_FIND( 0, MAX_GUILDALLIANCE, j, g[i]->guild.alliance[j].guild_id == 0 ); if( j < MAX_GUILDALLIANCE ) { - g[i]->alliance[j].guild_id=g[1-i]->guild_id; - memcpy(g[i]->alliance[j].name,g[1-i]->name,NAME_LENGTH); + g[i]->guild.alliance[j].guild_id = g[1-i]->guild.guild_id; + memcpy(g[i]->guild.alliance[j].name,g[1-i]->guild.name,NAME_LENGTH); // Set alliance type - g[i]->alliance[j].opposition = flag&GUILD_ALLIANCE_TYPE_MASK; + g[i]->guild.alliance[j].opposition = flag&GUILD_ALLIANCE_TYPE_MASK; } } } // Send on all map the new alliance/opposition - mapif_guild_alliance(guild_id1,guild_id2,account_id1,account_id2,flag,g[0]->name,g[1]->name); + mapif_guild_alliance(guild_id1,guild_id2,account_id1,account_id2,flag,g[0]->guild.name,g[1]->guild.name); // Mark the two guild to be saved g[0]->save_flag |= GS_ALLIANCE; @@ -1787,35 +1783,35 @@ int mapif_parse_GuildAlliance(int fd,int guild_id1,int guild_id2,uint32 account_ // Change guild message int mapif_parse_GuildNotice(int fd,int guild_id,const char *mes1,const char *mes2) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ return 0; } - memcpy(g->mes1,mes1,MAX_GUILDMES1); - memcpy(g->mes2,mes2,MAX_GUILDMES2); + memcpy(g->guild.mes1,mes1,MAX_GUILDMES1); + memcpy(g->guild.mes2,mes2,MAX_GUILDMES2); g->save_flag |= GS_MES; //Change mes of guild - inter_guild_tosql(g, g->save_flag); - return mapif_guild_notice(g); + inter_guild_tosql(g->guild, g->save_flag); + return mapif_guild_notice(g->guild); } int mapif_parse_GuildEmblem(int fd,int len,int guild_id,int dummy,const char *data) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr ){ return 0; } - if (len > sizeof(g->emblem_data)) - len = sizeof(g->emblem_data); + if (len > sizeof(g->guild.emblem_data)) + len = sizeof(g->guild.emblem_data); - memcpy(g->emblem_data,data,len); - g->emblem_len=len; - g->emblem_id++; + memcpy(g->guild.emblem_data,data,len); + g->guild.emblem_len=len; + g->guild.emblem_id++; g->save_flag |= GS_EMBLEM; //Change guild - return mapif_guild_emblem(g); + return mapif_guild_emblem(g->guild); } int mapif_parse_GuildCastleDataLoad(int fd, int len, int *castle_ids) @@ -1836,9 +1832,9 @@ int mapif_parse_GuildCastleDataSave(int fd, int castle_id, int index, int value) case CD_GUILD_ID: if (charserv_config.log_inter && gc->guild_id != value) { int gid = (value) ? value : gc->guild_id; - std::shared_ptr g = util::umap_find( guild_db, gid ); + auto g = util::umap_find( guild_db, gid ); inter_log("guild %s (id=%d) %s castle id=%d\n", - (g) ? g->name : "??", gid, (value) ? "occupy" : "abandon", castle_id); + (g) ? g->guild.name : "??", gid, (value) ? "occupy" : "abandon", castle_id); } gc->guild_id = value; break; @@ -1867,53 +1863,53 @@ int mapif_parse_GuildMasterChange(int fd, int guild_id, const char* name, int le struct guild_member gm; int pos; - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if( g == nullptr || len > NAME_LENGTH ){ return 0; } // Find member (name) - for (pos = 0; pos < g->max_member && strncmp(g->member[pos].name, name, len); pos++); + for (pos = 0; pos < g->guild.max_member && strncmp(g->guild.member[pos].name, name, len); pos++); - if (pos == g->max_member) + if (pos == g->guild.max_member) return 0; //Character not found?? // Switch current and old GM - memcpy(&gm, &g->member[pos], sizeof (struct guild_member)); - memcpy(&g->member[pos], &g->member[0], sizeof(struct guild_member)); - memcpy(&g->member[0], &gm, sizeof(struct guild_member)); + memcpy(&gm, &g->guild.member[pos], sizeof (struct guild_member)); + memcpy(&g->guild.member[pos], &g->guild.member[0], sizeof(struct guild_member)); + memcpy(&g->guild.member[0], &gm, sizeof(struct guild_member)); // Switch positions - g->member[pos].position = g->member[0].position; - g->member[pos].modified = GS_MEMBER_MODIFIED; - g->member[0].position = 0; //Position 0: guild Master. - g->member[0].modified = GS_MEMBER_MODIFIED; + g->guild.member[pos].position = g->guild.member[0].position; + g->guild.member[pos].modified = GS_MEMBER_MODIFIED; + g->guild.member[0].position = 0; //Position 0: guild Master. + g->guild.member[0].modified = GS_MEMBER_MODIFIED; // Store changing time - g->last_leader_change = time(NULL); + g->guild.last_leader_change = time(NULL); - safestrncpy(g->master, name, len); + safestrncpy(g->guild.master, name, len); if (len < NAME_LENGTH) - g->master[len] = '\0'; + g->guild.master[len] = '\0'; - ShowInfo("int_guild: Guildmaster Changed to %s (Guild %d - %s)\n",g->master, guild_id, g->name); + ShowInfo("int_guild: Guildmaster Changed to %s (Guild %d - %s)\n",g->guild.master, guild_id, g->guild.name); g->save_flag |= (GS_BASIC|GS_MEMBER); //Save main data and member data. - return mapif_guild_master_changed(g, g->member[0].account_id, g->member[0].char_id, g->last_leader_change); + return mapif_guild_master_changed(g->guild, g->guild.member[0].account_id, g->guild.member[0].char_id, g->guild.last_leader_change); } int mapif_parse_GuildEmblemVersion(int fd, int guild_id, int version) { - std::shared_ptr g = inter_guild_fromsql( guild_id ); + auto g = inter_guild_fromsql( guild_id ); if (g == nullptr) return 0; - g->emblem_len = 0; - g->emblem_id = version; + g->guild.emblem_len = 0; + g->guild.emblem_id = version; g->save_flag |= GS_EMBLEM; - mapif_guild_emblem_version(g); + mapif_guild_emblem_version(g->guild); return 1; } diff --git a/src/char/int_guild.hpp b/src/char/int_guild.hpp index 564ef824cf..5a48594ef5 100644 --- a/src/char/int_guild.hpp +++ b/src/char/int_guild.hpp @@ -8,6 +8,7 @@ #include #include +#include enum e_guild_action : uint32 { GS_BASIC = 0x0001, @@ -25,7 +26,7 @@ enum e_guild_action : uint32 { GS_REMOVE = 0x8000, }; -struct guild; +struct mmo_guild; struct guild_castle; struct s_guild_exp_db { @@ -47,6 +48,12 @@ public: t_exp get_nextexp(uint16 level); }; +class CharGuild { +public: + struct mmo_guild guild; + unsigned short save_flag; +}; + int inter_guild_parse_frommap(int fd); void inter_guild_sql_init(void); void inter_guild_sql_final(void); diff --git a/src/char/int_homun.cpp b/src/char/int_homun.cpp index 856503cb90..cce0feaedc 100644 --- a/src/char/int_homun.cpp +++ b/src/char/int_homun.cpp @@ -3,8 +3,8 @@ #include "int_homun.hpp" -#include -#include +#include +#include #include #include diff --git a/src/char/int_mail.cpp b/src/char/int_mail.cpp index 819e37c51b..37c8b0d89e 100644 --- a/src/char/int_mail.cpp +++ b/src/char/int_mail.cpp @@ -3,11 +3,10 @@ #include "int_mail.hpp" +#include +#include #include -#include -#include - #include #include #include @@ -548,7 +547,7 @@ void mapif_Mail_return( int fd, uint32 char_id, int mail_id, uint32 account_id_r char temp_[MAIL_TITLE_LENGTH + 3]; // swap sender and receiver - SWAP( msg.send_id, msg.dest_id ); + std::swap( msg.send_id, msg.dest_id ); safestrncpy( temp_, msg.send_name, NAME_LENGTH ); safestrncpy( msg.send_name, msg.dest_name, NAME_LENGTH ); safestrncpy( msg.dest_name, temp_, NAME_LENGTH ); diff --git a/src/char/int_mercenary.cpp b/src/char/int_mercenary.cpp index 50c26aaa06..e21995904e 100644 --- a/src/char/int_mercenary.cpp +++ b/src/char/int_mercenary.cpp @@ -3,8 +3,8 @@ #include "int_mercenary.hpp" -#include -#include +#include +#include #include #include diff --git a/src/char/int_party.cpp b/src/char/int_party.cpp index d1e956ca15..1943ab3478 100644 --- a/src/char/int_party.cpp +++ b/src/char/int_party.cpp @@ -3,12 +3,11 @@ #include "int_party.hpp" +#include +#include #include #include -#include -#include - #include #include #include diff --git a/src/char/int_pet.cpp b/src/char/int_pet.cpp index 8d2b489218..1f547ae76f 100644 --- a/src/char/int_pet.cpp +++ b/src/char/int_pet.cpp @@ -3,8 +3,8 @@ #include "int_pet.hpp" -#include -#include +#include +#include #include #include diff --git a/src/char/int_quest.cpp b/src/char/int_quest.cpp index 1e1c26fcbf..76bbaf2ef1 100644 --- a/src/char/int_quest.cpp +++ b/src/char/int_quest.cpp @@ -3,8 +3,8 @@ #include "int_quest.hpp" -#include -#include +#include +#include #include #include diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp index f93e637a68..b0fd334152 100644 --- a/src/char/int_storage.cpp +++ b/src/char/int_storage.cpp @@ -4,8 +4,8 @@ #pragma warning(disable:4800) //forcing value to bool #include "int_storage.hpp" -#include -#include +#include +#include #include #include @@ -334,7 +334,7 @@ bool mapif_parse_itembound_retrieve(int fd) StringBuf_Init(&buf); // Get bound items from player's inventory - StringBuf_AppendStr(&buf, "SELECT `id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `bound`, `enchantgrade`"); + StringBuf_AppendStr(&buf, "SELECT `id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `bound`, `unique_id`, `enchantgrade`"); for( j = 0; j < MAX_SLOTS; ++j ) StringBuf_Printf(&buf, ", `card%d`", j); for( j = 0; j < MAX_ITEM_RDM_OPT; ++j ) { @@ -355,18 +355,19 @@ bool mapif_parse_itembound_retrieve(int fd) return true; } - SqlStmt_BindColumn(stmt, 0, SQLDT_INT, &item.id, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 1, SQLDT_UINT, &item.nameid, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 2, SQLDT_SHORT, &item.amount, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 3, SQLDT_UINT, &item.equip, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 4, SQLDT_CHAR, &item.identify, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 5, SQLDT_CHAR, &item.refine, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 6, SQLDT_CHAR, &item.attribute, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 7, SQLDT_UINT, &item.expire_time, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 8, SQLDT_UINT, &item.bound, 0, NULL, NULL); - SqlStmt_BindColumn(stmt, 9, SQLDT_INT8, &item.enchantgrade,0, NULL, NULL); + SqlStmt_BindColumn(stmt, 0, SQLDT_INT, &item.id, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 1, SQLDT_UINT, &item.nameid, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 2, SQLDT_SHORT, &item.amount, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 3, SQLDT_UINT, &item.equip, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 4, SQLDT_CHAR, &item.identify, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 5, SQLDT_CHAR, &item.refine, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 6, SQLDT_CHAR, &item.attribute, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 7, SQLDT_UINT, &item.expire_time, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 8, SQLDT_CHAR, &item.bound, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 9, SQLDT_ULONGLONG, &item.unique_id, 0, NULL, NULL); + SqlStmt_BindColumn(stmt, 10, SQLDT_INT8, &item.enchantgrade, 0, NULL, NULL); for( j = 0; j < MAX_SLOTS; ++j ) - SqlStmt_BindColumn(stmt,10+j, SQLDT_UINT, &item.card[j], 0, NULL, NULL); + SqlStmt_BindColumn(stmt,11+j, SQLDT_UINT, &item.card[j], 0, NULL, NULL); for( j = 0; j < MAX_ITEM_RDM_OPT; ++j ) { SqlStmt_BindColumn(stmt, 11+MAX_SLOTS+j*3, SQLDT_SHORT, &item.option[j].id, 0, NULL, NULL); SqlStmt_BindColumn(stmt, 12+MAX_SLOTS+j*3, SQLDT_SHORT, &item.option[j].value, 0, NULL, NULL); @@ -435,7 +436,7 @@ bool mapif_parse_itembound_retrieve(int fd) StringBuf_Init(&buf2); StringBuf_Printf(&buf2, "UPDATE `%s` SET %s WHERE `char_id`='%d'", schema_config.char_db, StringBuf_Value(&buf), char_id); - if( SQL_ERROR == SqlStmt_PrepareStr(stmt, StringBuf_Value(&buf)) || + if( SQL_ERROR == SqlStmt_PrepareStr(stmt, StringBuf_Value(&buf2)) || SQL_ERROR == SqlStmt_Execute(stmt) ) { SqlStmt_ShowDebug(stmt); diff --git a/src/char/inter.cpp b/src/char/inter.cpp index 8eb4503373..294c9be5c9 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -3,13 +3,13 @@ #include "inter.hpp" +#include +#include +#include #include #include #include -#include -#include -#include #include // for stat/lstat/fstat - [Dekamaster/Ultimate GM Tool] #include diff --git a/src/common/cbasetypes.hpp b/src/common/cbasetypes.hpp index 098a7cf1df..4207c94643 100644 --- a/src/common/cbasetypes.hpp +++ b/src/common/cbasetypes.hpp @@ -87,7 +87,7 @@ #endif #include -#include +#include // temporary fix for bugreport:4961 (unintended conversion from signed to unsigned) // (-20 >= UCHAR_MAX) returns true @@ -178,8 +178,7 @@ typedef unsigned long int ppuint32; ////////////////////////////////////////////////////////////////////////// // integer with exact processor width (and best speed) ////////////////////////////// -#include // size_t -//#include //boolean +#include // size_t ////////////////////////////////////////////////////////////////////////// @@ -266,18 +265,6 @@ typedef char bool; ////////////////////////////////////////////////////////////////////////// // macro tools -#ifdef SWAP // just to be sure -#undef SWAP -#endif -// hmm only ints? -//#define SWAP(a,b) { int temp=a; a=b; b=temp;} -// if using macros then something that is type independent -//#define SWAP(a,b) ((a == b) || ((a ^= b), (b ^= a), (a ^= b))) -// Avoid "value computed is not used" warning and generates the same assembly code -#define SWAP(a,b) if (a != b) ((a ^= b), (b ^= a), (a ^= b)) -#define swap_ptrcast(c,a,b) if ((a) != (b)) ((a) = static_cast((void*)((intptr_t)(a) ^ (intptr_t)(b))), (b) = static_cast((void*)((intptr_t)(a) ^ (intptr_t)(b))), (a) = static_cast((void*)((intptr_t)(a) ^ (intptr_t)(b))) ) -#define swap_ptr(a,b) swap_ptrcast(void*,a,b) - ////////////////////////////////////////////////////////////////////////// // should not happen #ifndef NULL @@ -313,7 +300,7 @@ typedef char bool; #define Assert(EX) #else // extern "C" { -#include +#include // } #if !defined(DEFCPP) && defined(WIN32) && !defined(MINGW) #include @@ -325,7 +312,7 @@ typedef char bool; ////////////////////////////////////////////////////////////////////////// // Has to be unsigned to avoid problems in some systems // Problems arise when these functions expect an argument in the range [0,256[ and are fed a signed char. -#include +#include #define ISALNUM(c) (isalnum((unsigned char)(c))) #define ISALPHA(c) (isalpha((unsigned char)(c))) #define ISCNTRL(c) (iscntrl((unsigned char)(c))) @@ -347,7 +334,7 @@ typedef char bool; ////////////////////////////////////////////////////////////////////////// // Make sure va_copy exists -#include // va_list, va_copy(?) +#include // va_list, va_copy(?) #if !defined(va_copy) #if defined(__va_copy) #define va_copy __va_copy diff --git a/src/common/cli.cpp b/src/common/cli.cpp index 3803fa8c51..b520cdbc11 100644 --- a/src/common/cli.cpp +++ b/src/common/cli.cpp @@ -3,9 +3,9 @@ #include "cli.hpp" -#include -#include -#include +#include +#include +#include #ifdef WIN32 #include diff --git a/src/common/common-minicore.vcxproj b/src/common/common-minicore.vcxproj index 13a6f78239..3e5448fff8 100644 --- a/src/common/common-minicore.vcxproj +++ b/src/common/common-minicore.vcxproj @@ -128,7 +128,8 @@ MultiThreadedDebug $(SolutionDir)src;$(SolutionDir)3rdparty\zlib\include\;$(SolutionDir)3rdparty\libconfig\ true - stdcpp14 + stdcpp17 + true
Windows @@ -143,8 +144,9 @@ Disabled $(DefineConstants);WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;MINICORE;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\zlib\include\;$(SolutionDir)3rdparty\libconfig\ + true
Windows @@ -161,8 +163,9 @@ true $(DefineConstants);WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;MINICORE;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\zlib\include\;$(SolutionDir)3rdparty\libconfig\ + true
Windows @@ -181,8 +184,9 @@ true $(DefineConstants);WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;MINICORE;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\zlib\include\;$(SolutionDir)3rdparty\libconfig\ + true Windows diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 03b329564f..4f1e7254f7 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -34,6 +34,7 @@ + @@ -161,7 +162,8 @@ MultiThreadedDebug $(SolutionDir)src;$(SolutionDir)\3rdparty\rapidyaml\src;$(SolutionDir)\3rdparty\rapidyaml\ext\c4core\src;%(AdditionalIncludeDirectories) true - stdcpp14 + stdcpp17 + true Windows @@ -179,8 +181,9 @@ Disabled $(DefineConstants);WIN32;FD_SETSIZE=4096;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)\3rdparty\rapidyaml\src;$(SolutionDir)\3rdparty\rapidyaml\ext\c4core\src;%(AdditionalIncludeDirectories) + true Windows @@ -200,8 +203,9 @@ true $(DefineConstants);WIN32;FD_SETSIZE=4096;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)\3rdparty\rapidyaml\src;$(SolutionDir)\3rdparty\rapidyaml\ext\c4core\src;%(AdditionalIncludeDirectories) + true Windows @@ -223,8 +227,9 @@ true $(DefineConstants);WIN32;FD_SETSIZE=4096;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)\3rdparty\rapidyaml\src;$(SolutionDir)\3rdparty\rapidyaml\ext\c4core\src;%(AdditionalIncludeDirectories) + true Windows diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index 8aff9e4471..62b42598f4 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -56,6 +56,9 @@ Header Files + + Header Files + Header Files diff --git a/src/common/core.cpp b/src/common/core.cpp index edbe46f9c6..d295bf2030 100644 --- a/src/common/core.cpp +++ b/src/common/core.cpp @@ -3,6 +3,9 @@ #include "core.hpp" +#include +#include + #include #ifndef MINICORE @@ -12,8 +15,7 @@ #include "timer.hpp" #include "sql.hpp" #endif -#include -#include + #ifndef _WIN32 #include #else @@ -28,12 +30,12 @@ #include "strlib.hpp" #ifndef DEPRECATED_COMPILER_SUPPORT - #if defined( _MSC_VER ) && _MSC_VER < 1910 + #if defined( _MSC_VER ) && _MSC_VER < 1914 #error "Visual Studio versions older than Visual Studio 2017 are not officially supported anymore" #elif defined( __clang__ ) && __clang_major__ < 6 #error "clang versions older than clang 6.0 are not officially supported anymore" - #elif !defined( __clang__ ) && defined( __GNUC__ ) && __GNUC__ < 5 - #error "GCC versions older than GCC 5 are not officially supported anymore" + #elif !defined( __clang__ ) && defined( __GNUC__ ) && __GNUC__ < 6 + #error "GCC versions older than GCC 6 are not officially supported anymore" #endif #endif @@ -340,9 +342,8 @@ int Core::start( int argc, char **argv ){ char *p1; if((p1 = strrchr(argv[0], '/')) != NULL || (p1 = strrchr(argv[0], '\\')) != NULL ){ char *pwd = NULL; //path working directory - int n=0; SERVER_NAME = ++p1; - n = p1-argv[0]; //calc dir name len + size_t n = p1-argv[0]; //calc dir name len pwd = safestrncpy((char*)malloc(n + 1), argv[0], n); if(chdir(pwd) != 0) ShowError("Couldn't change working directory to %s for %s, runtime will probably fail",pwd,SERVER_NAME); @@ -475,8 +476,6 @@ void Core::signal_crash(){ this->handle_crash(); } - // Now stop the process - exit( EXIT_FAILURE ); } void Core::signal_shutdown(){ diff --git a/src/common/core.hpp b/src/common/core.hpp index 601e1d4252..bbf71b5eb3 100644 --- a/src/common/core.hpp +++ b/src/common/core.hpp @@ -15,7 +15,7 @@ /* so that developers with --enable-debug can raise signals from any section of the code they'd like */ #ifdef DEBUG - #include + #include #endif #if defined(BUILDBOT) diff --git a/src/common/database.cpp b/src/common/database.cpp index 9b125e6bdc..612ca63450 100644 --- a/src/common/database.cpp +++ b/src/common/database.cpp @@ -196,6 +196,12 @@ void YamlDatabase::parseImports( const ryml::Tree& rootNode ){ #ifdef RENEWAL std::string compiledMode = "Renewal"; + + // RENEWAL mode with RENEWAL_ASPD off, load pre-re ASPD +#ifndef RENEWAL_ASPD + if (importFile.find("job_aspd.yml") != std::string::npos) + compiledMode = "Prerenewal"; +#endif #else std::string compiledMode = "Prerenewal"; #endif diff --git a/src/common/database.hpp b/src/common/database.hpp index 08ae4e3e46..46fd9ff152 100644 --- a/src/common/database.hpp +++ b/src/common/database.hpp @@ -205,7 +205,7 @@ public: } // Resize to only fit all existing non null entries - this->cache.resize(max_key); + this->cache.resize(max_key + 1); // Free the memory that was allocated too much this->cache.shrink_to_fit(); this->loaded = true; diff --git a/src/common/db.cpp b/src/common/db.cpp index b445481b20..a61f3b1019 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -70,8 +70,8 @@ #include "db.hpp" -#include -#include +#include +#include #include "ers.hpp" #include "malloc.hpp" @@ -2386,6 +2386,7 @@ DBOptions db_fix_options(DBType type, DBOptions options) default: ShowError("db_fix_options: Unknown database type %u with options %x\n", type, options); + [[fallthrough]]; case DB_STRING: case DB_ISTRING: // String databases, no fix required return options; diff --git a/src/common/db.hpp b/src/common/db.hpp index dd5fd73da3..f5e4b09d48 100644 --- a/src/common/db.hpp +++ b/src/common/db.hpp @@ -42,7 +42,8 @@ #ifndef DB_HPP #define DB_HPP -#include +#include +#include #include "cbasetypes.hpp" @@ -1483,8 +1484,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// @param __heap Binary heap /// @param __val Value /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_PUSH(__heap,__val,__topcmp,__swp) \ +#define BHEAP_PUSH(__heap,__val,__topcmp) \ do{ \ size_t _i_ = VECTOR_LENGTH(__heap); \ VECTOR_PUSH(__heap,__val); /* insert at end */ \ @@ -1493,7 +1493,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); size_t _parent_ = (_i_-1)/2; \ if( __topcmp(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i_)) < 0 ) \ break; /* done */ \ - __swp(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i_)); \ + std::swap(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i_)); \ _i_ = _parent_; \ } \ }while(0) @@ -1505,12 +1505,11 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// @param __heap Binary heap /// @param __val Value /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_PUSH2(__heap,__val,__topcmp,__swp) \ +#define BHEAP_PUSH2(__heap,__val,__topcmp) \ do{ \ size_t _i_ = VECTOR_LENGTH(__heap); \ VECTOR_PUSH(__heap,__val); /* insert at end */ \ - BHEAP_SIFTDOWN(__heap,0,_i_,__topcmp,__swp); \ + BHEAP_SIFTDOWN(__heap,0,_i_,__topcmp); \ }while(0) @@ -1525,8 +1524,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// /// @param __heap Binary heap /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_POP(__heap,__topcmp,__swp) BHEAP_POPINDEX(__heap,0,__topcmp,__swp) +#define BHEAP_POP(__heap,__topcmp) BHEAP_POPINDEX(__heap,0,__topcmp) @@ -1534,13 +1532,12 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// /// @param __heap Binary heap /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_POP2(__heap,__topcmp,__swp) \ +#define BHEAP_POP2(__heap,__topcmp) \ do{ \ VECTOR_INDEX(__heap,0) = VECTOR_POP(__heap); /* put last at index */ \ if( !VECTOR_LENGTH(__heap) ) /* removed last, nothing to do */ \ break; \ - BHEAP_SIFTUP(__heap,0,__topcmp,__swp); \ + BHEAP_SIFTUP(__heap,0,__topcmp); \ }while(0) @@ -1556,8 +1553,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// @param __heap Binary heap /// @param __idx Index /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_POPINDEX(__heap,__idx,__topcmp,__swp) \ +#define BHEAP_POPINDEX(__heap,__idx,__topcmp) \ do{ \ size_t _i_ = __idx; \ VECTOR_INDEX(__heap,__idx) = VECTOR_POP(__heap); /* put last at index */ \ @@ -1568,7 +1564,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); size_t _parent_ = (_i_-1)/2; \ if( __topcmp(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i_)) < 0 ) \ break; /* done */ \ - __swp(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i_)); \ + std::swap(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i_)); \ _i_ = _parent_; \ } \ while( _i_ < VECTOR_LENGTH(__heap) ) \ @@ -1580,12 +1576,12 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); break; /* done */ \ else if( _rchild_ >= VECTOR_LENGTH(__heap) || __topcmp(VECTOR_INDEX(__heap,_lchild_),VECTOR_INDEX(__heap,_rchild_)) <= 0 ) \ { /* left child */ \ - __swp(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_lchild_)); \ + std::swap(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_lchild_)); \ _i_ = _lchild_; \ } \ else \ { /* right child */ \ - __swp(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_rchild_)); \ + std::swap(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_rchild_)); \ _i_ = _rchild_; \ } \ } \ @@ -1601,8 +1597,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// @param __startidx Index of an ancestor of __idx /// @param __idx Index of an inserted element /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_SIFTDOWN(__heap,__startidx,__idx,__topcmp,__swp) \ +#define BHEAP_SIFTDOWN(__heap,__startidx,__idx,__topcmp) \ do{ \ size_t _i2_ = __idx; \ while( _i2_ > __startidx ) \ @@ -1610,7 +1605,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); size_t _parent_ = (_i2_-1)/2; \ if( __topcmp(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i2_)) <= 0 ) \ break; /* done */ \ - __swp(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i2_)); \ + std::swap(VECTOR_INDEX(__heap,_parent_),VECTOR_INDEX(__heap,_i2_)); \ _i2_ = _parent_; \ } \ }while(0) @@ -1622,8 +1617,7 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// @param __heap Binary heap /// @param __idx Index of an inserted element /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_SIFTUP(__heap,__idx,__topcmp,__swp) \ +#define BHEAP_SIFTUP(__heap,__idx,__topcmp) \ do{ \ size_t _i_ = __idx; \ size_t _lchild_ = _i_*2 + 1; \ @@ -1632,17 +1626,17 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); size_t _rchild_ = _i_*2 + 2; \ if( _rchild_ >= VECTOR_LENGTH(__heap) || __topcmp(VECTOR_INDEX(__heap,_lchild_),VECTOR_INDEX(__heap,_rchild_)) < 0 ) \ { /* left child */ \ - __swp(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_lchild_)); \ + std::swap(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_lchild_)); \ _i_ = _lchild_; \ } \ else \ { /* right child */ \ - __swp(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_rchild_)); \ + std::swap(VECTOR_INDEX(__heap,_i_),VECTOR_INDEX(__heap,_rchild_)); \ _i_ = _rchild_; \ } \ _lchild_ = _i_*2 + 1; \ } \ - BHEAP_SIFTDOWN(__heap,__idx,_i_,__topcmp,__swp); \ + BHEAP_SIFTDOWN(__heap,__idx,_i_,__topcmp); \ }while(0) @@ -1652,11 +1646,10 @@ void linkdb_foreach (struct linkdb_node** head, LinkDBFunc func, ...); /// @param __heap Binary heap /// @param __idx Index /// @param __topcmp Comparator -/// @param __swp Swapper -#define BHEAP_UPDATE(__heap,__idx,__topcmp,__swp) \ +#define BHEAP_UPDATE(__heap,__idx,__topcmp) \ do{ \ - BHEAP_SIFTDOWN(__heap,0,__idx,__topcmp,__swp); \ - BHEAP_SIFTUP(__heap,__idx,__topcmp,__swp); \ + BHEAP_SIFTDOWN(__heap,0,__idx,__topcmp); \ + BHEAP_SIFTUP(__heap,__idx,__topcmp); \ }while(0) diff --git a/src/common/ers.cpp b/src/common/ers.cpp index 29af2037c2..17b63d1794 100644 --- a/src/common/ers.cpp +++ b/src/common/ers.cpp @@ -42,8 +42,8 @@ #include "ers.hpp" -#include -#include +#include +#include #include "cbasetypes.hpp" #include "malloc.hpp" // CREATE, RECREATE, aMalloc, aFree diff --git a/src/common/grfio.cpp b/src/common/grfio.cpp index fa208a2cc2..a0793e555b 100644 --- a/src/common/grfio.cpp +++ b/src/common/grfio.cpp @@ -3,7 +3,8 @@ #include "grfio.hpp" -#include +#include + #include #include "cbasetypes.hpp" diff --git a/src/common/malloc.cpp b/src/common/malloc.cpp index 44393982a9..21212f65f3 100644 --- a/src/common/malloc.cpp +++ b/src/common/malloc.cpp @@ -3,9 +3,9 @@ #include "malloc.hpp" -#include -#include -#include +#include +#include +#include #include "core.hpp" #include "showmsg.hpp" @@ -20,7 +20,6 @@ #if defined(MEMWATCH) -# include # include "memwatch.h" # define MALLOC(n,file,line,func) mwMalloc((n),(file),(line)) # define CALLOC(m,n,file,line,func) mwCalloc((m),(n),(file),(line)) @@ -33,8 +32,6 @@ #elif defined(DMALLOC) -# include -# include # include "dmalloc.hpp" # define MALLOC(n,file,line,func) dmalloc_malloc((file),(line),(n),DMALLOC_FUNC_MALLOC,0,0) # define CALLOC(m,n,file,line,func) dmalloc_malloc((file),(line),(m)*(n),DMALLOC_FUNC_CALLOC,0,0) @@ -234,14 +231,11 @@ void* _mmalloc(size_t size, const char *file, int line, const char *func ) short size_hash = size2hash( size ); struct unit_head *head; - if (((long) size) < 0) { - ShowError("_mmalloc: %" PRIuPTR "\n", size); - return NULL; - } - - if(size == 0) { - return NULL; + if( static_cast( size ) < 0 || size == 0 ){ + ShowError( "_mmalloc: Invalid allocation size %" PRIuPTR " bytes at %s:%d\n", size, file, line ); + return nullptr; } + memmgr_usage_bytes += size; /* To ensure the area that exceeds the length of the block, using malloc () to */ diff --git a/src/common/malloc.hpp b/src/common/malloc.hpp index e7120e8094..ea988f7e2f 100644 --- a/src/common/malloc.hpp +++ b/src/common/malloc.hpp @@ -94,6 +94,8 @@ // should be merged with any of above later #define CREATE(result, type, number) (result) = (type *) aCalloc ((number), sizeof(type)) #define RECREATE(result, type, number) (result) = (type *) aRealloc ((result), sizeof(type) * (number)) +#define CREATE2( result, type, number, file, line, func ) (result) = (type*)aCalloc2( ( number ), sizeof( type ), ( file ), ( line ), ( func ) ) +#define RECREATE2( result, type, number, file, line, func ) (result) = (type*)aRealloc2( ( result ), sizeof( type ) * ( number ), ( file ), ( line ), ( func ) ) //////////////////////////////////////////////// diff --git a/src/common/mapindex.cpp b/src/common/mapindex.cpp index 89625bb328..6871af4e96 100644 --- a/src/common/mapindex.cpp +++ b/src/common/mapindex.cpp @@ -3,7 +3,7 @@ #include "mapindex.hpp" -#include +#include #include "core.hpp" #include "mmo.hpp" @@ -164,6 +164,7 @@ void mapindex_init(void) { switch (sscanf(line, "%11s\t%d", map_name, &index)) { case 1: //Map with no ID given, auto-assign index = last_index+1; + [[fallthrough]]; case 2: //Map with ID given mapindex_addmap(index,map_name); break; diff --git a/src/common/mapindex.hpp b/src/common/mapindex.hpp index 8d3fc9f63c..5cfa1df644 100644 --- a/src/common/mapindex.hpp +++ b/src/common/mapindex.hpp @@ -51,6 +51,8 @@ #define MAP_ECLAGE "eclage" #define MAP_ECLAGE_IN "ecl_in01" #define MAP_LASAGNA "lasagna" +#define MAP_GLASTHEIM "glast_01" +#define MAP_THANATOS "hu_fild01" const char* mapindex_getmapname(const char* string, char* output); const char* mapindex_getmapname_ext(const char* string, char* output); diff --git a/src/common/md5calc.cpp b/src/common/md5calc.cpp index 825887e433..2eb92b15c4 100644 --- a/src/common/md5calc.cpp +++ b/src/common/md5calc.cpp @@ -11,8 +11,8 @@ #include "md5calc.hpp" -#include -#include +#include +#include #include "random.hpp" @@ -235,10 +235,8 @@ void MD5_String(const char * string, char * output) } /** output is a sequence of non-zero characters to be used as password salt. */ -void MD5_Salt(unsigned int len, char * output) -{ - unsigned int i; - for( i = 0; i < len; ++i ) - output[i] = (char)(1 + rnd() % 255); - +void MD5_Salt( size_t len, char* output ){ + for( size_t i = 0; i < len; ++i ){ + output[i] = static_cast( rnd_value( 1, 255 ) ); + } } diff --git a/src/common/md5calc.hpp b/src/common/md5calc.hpp index ce1f5c41b4..42f7cba5e2 100644 --- a/src/common/md5calc.hpp +++ b/src/common/md5calc.hpp @@ -4,8 +4,10 @@ #ifndef MD5CALC_HPP #define MD5CALC_HPP +#include "cbasetypes.hpp" + void MD5_String(const char * string, char * output); void MD5_Binary(const char * string, unsigned char * output); -void MD5_Salt(unsigned int len, char * output); +void MD5_Salt(size_t len, char * output); #endif /* MD5CALC_HPP */ diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp index f88555b328..4a00641239 100644 --- a/src/common/mmo.hpp +++ b/src/common/mmo.hpp @@ -4,7 +4,7 @@ #ifndef MMO_HPP #define MMO_HPP -#include +#include #include @@ -89,7 +89,7 @@ typedef uint32 t_itemid; #endif #define MAX_FAME 1000000000 ///Max fame points #define MAX_CART 100 ///Maximum item in cart -#define MAX_SKILL 1500 ///Maximum skill can be hold by Player, Homunculus, & Mercenary (skill list) AND skill_db limit +#define MAX_SKILL 1623 ///Maximum skill can be hold by Player, Homunculus, & Mercenary (skill list) AND skill_db limit #define DEFAULT_WALK_SPEED 150 ///Default walk speed #define MIN_WALK_SPEED 20 ///Min walk speed #define MAX_WALK_SPEED 1000 ///Max walk speed @@ -116,6 +116,9 @@ typedef uint32 t_itemid; #ifndef MAX_BARTER_REQUIREMENTS #define MAX_BARTER_REQUIREMENTS 5 #endif +#ifndef WEB_AUTH_TOKEN_LENGTH + #define WEB_AUTH_TOKEN_LENGTH 16+1 +#endif enum e_enchantgrade : uint16{ ENCHANTGRADE_NONE = 0, @@ -604,7 +607,8 @@ struct mmo_charstatus { #ifdef HOTKEY_SAVING struct hotkey hotkeys[MAX_HOTKEYS_DB]; #endif - bool show_equip,allow_party, disable_call; + bool show_equip, disable_call; + bool disable_partyinvite; short rename; time_t delete_date; @@ -743,7 +747,7 @@ struct guild_skill { }; struct Channel; -struct guild { +struct mmo_guild { int guild_id; short guild_lv, connect_member, max_member, average_lv; t_exp exp; @@ -758,14 +762,7 @@ struct guild { struct guild_alliance alliance[MAX_GUILDALLIANCE]; struct guild_expulsion expulsion[MAX_GUILDEXPULSION]; struct guild_skill skill[MAX_GUILDSKILL]; - struct Channel *channel; - int instance_id; time_t last_leader_change; - - /* Used by char-server to save events for guilds */ - unsigned short save_flag; - - int32 chargeshout_flag_id; }; enum e_woe_type{ diff --git a/src/common/msg_conf.cpp b/src/common/msg_conf.cpp index e9d5984b35..97bc89ba26 100644 --- a/src/common/msg_conf.cpp +++ b/src/common/msg_conf.cpp @@ -3,9 +3,9 @@ #include "msg_conf.hpp" -#include -#include -#include +#include +#include +#include #include "malloc.hpp" #include "showmsg.hpp" diff --git a/src/common/nullpo.cpp b/src/common/nullpo.cpp index 534d318cc6..d8c8c36a42 100644 --- a/src/common/nullpo.cpp +++ b/src/common/nullpo.cpp @@ -3,9 +3,9 @@ #include "nullpo.hpp" -#include -#include -#include +#include +#include +#include #include "showmsg.hpp" diff --git a/src/common/packets.hpp b/src/common/packets.hpp new file mode 100644 index 0000000000..3f2b9af4cc --- /dev/null +++ b/src/common/packets.hpp @@ -0,0 +1,306 @@ +// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder + +#ifndef PACKETS_HPP +#define PACKETS_HPP + +#include +#include + +#include +#include +#include +#include +#include + +#pragma warning( push ) +#pragma warning( disable : 4200 ) + +#define DEFINE_PACKET_HEADER( name, id ) const int16 HEADER_##name = id + +// NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute +#if !defined( sun ) && ( !defined( __NETBSD__ ) || __NetBSD_Version__ >= 600000000 ) + #pragma pack( push, 1 ) +#endif + +struct PACKET{ + int16 packetType; + int16 packetLength; +} __attribute__((packed)); + +struct PACKET_CA_LOGIN{ + int16 packetType; + uint32 version; + char username[NAME_LENGTH]; + char password[NAME_LENGTH]; + uint8 clienttype; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_LOGIN, 0x64 ); + +#if PACKETVER >= 20170315 +struct PACKET_AC_ACCEPT_LOGIN_sub{ + uint32 ip; + uint16 port; + char name[20]; + uint16 users; + uint16 type; + uint16 new_; + uint8 unknown[128]; +} __attribute__((packed)); + +struct PACKET_AC_ACCEPT_LOGIN{ + int16 packetType; + int16 packetLength; + uint32 login_id1; + uint32 AID; + uint32 login_id2; + uint32 last_ip; + char last_login[26]; + uint8 sex; + char token[WEB_AUTH_TOKEN_LENGTH]; + PACKET_AC_ACCEPT_LOGIN_sub char_servers[]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( AC_ACCEPT_LOGIN, 0xac4 ); +#else +struct PACKET_AC_ACCEPT_LOGIN_sub{ + uint32 ip; + uint16 port; + char name[20]; + uint16 users; + uint16 type; + uint16 new_; +} __attribute__((packed)); + +struct PACKET_AC_ACCEPT_LOGIN{ + int16 packetType; + int16 packetLength; + uint32 login_id1; + uint32 AID; + uint32 login_id2; + uint32 last_ip; + char last_login[26]; + uint8 sex; + PACKET_AC_ACCEPT_LOGIN_sub char_servers[]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( AC_ACCEPT_LOGIN, 0x69 ); +#endif + +// not sure when this started +#if PACKETVER >= 20120000 +struct PACKET_AC_REFUSE_LOGIN{ + int16 packetType; + uint32 error; + char unblock_time[20]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( AC_REFUSE_LOGIN, 0x83e ); +#else +struct PACKET_AC_REFUSE_LOGIN{ + int16 packetType; + uint8 error; + char unblock_time[20]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( AC_REFUSE_LOGIN, 0x6a ); +#endif + +struct PACKET_SC_NOTIFY_BAN{ + int16 packetType; + uint8 result; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( SC_NOTIFY_BAN, 0x81 ); + +struct PACKET_CA_REQ_HASH{ + int16 packetType; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_REQ_HASH, 0x1db ); + +struct PACKET_AC_ACK_HASH{ + int16 packetType; + int16 packetLength; + char salt[]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( AC_ACK_HASH, 0x1dc ); + +struct PACKET_CA_LOGIN2{ + int16 packetType; + uint32 version; + char username[NAME_LENGTH]; + uint8 passwordMD5[16]; + uint8 clienttype; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_LOGIN2, 0x1dd ); + +struct PACKET_CA_LOGIN3{ + int16 packetType; + uint32 version; + char username[NAME_LENGTH]; + uint8 passwordMD5[16]; + uint8 clienttype; + uint8 clientinfo; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_LOGIN3, 0x1fa ); + +struct PACKET_CA_CONNECT_INFO_CHANGED{ + int16 packetType; + char name[NAME_LENGTH]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_CONNECT_INFO_CHANGED, 0x200 ); + +struct PACKET_CA_EXE_HASHCHECK{ + int16 packetType; + char hash[16]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_EXE_HASHCHECK, 0x204 ); + +struct PACKET_CA_LOGIN_PCBANG{ + int16 packetType; + uint32 version; + char username[NAME_LENGTH]; + char password[NAME_LENGTH]; + uint8 clienttype; + char ip[16]; + char mac[13]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_LOGIN_PCBANG, 0x277 ); + +struct PACKET_CA_LOGIN4{ + int16 packetType; + uint32 version; + char username[NAME_LENGTH]; + uint8 passwordMD5[16]; + uint8 clienttype; + char mac[13]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_LOGIN4, 0x27c ); + +struct PACKET_CA_LOGIN_CHANNEL{ + int16 packetType; + uint32 version; + char username[NAME_LENGTH]; + char password[NAME_LENGTH]; + uint8 clienttype; + char ip[16]; + char mac[13]; + uint8 is_gravity; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_LOGIN_CHANNEL, 0x2b0 ); + +struct PACKET_CA_SSO_LOGIN_REQ{ + int16 packetType; + int16 packetLength; + uint32 version; + uint8 clienttype; + char username[NAME_LENGTH]; + char password[27]; + char mac[17]; + char ip[15]; + char token[]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CA_SSO_LOGIN_REQ, 0x825 ); + +struct PACKET_CT_AUTH{ + int16 packetType; + uint8 unknown[66]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( CT_AUTH, 0xacf ); + +struct PACKET_TC_RESULT{ + int16 packetType; + int16 packetLength; + uint32 type; + char unknown1[20]; + char unknown2[6]; +} __attribute__((packed)); +DEFINE_PACKET_HEADER( TC_RESULT, 0xae3 ); + +// NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute +#if !defined( sun ) && ( !defined( __NETBSD__ ) || __NetBSD_Version__ >= 600000000 ) + #pragma pack( pop ) +#endif + +#pragma warning( pop ) + +template class PacketDatabase{ +private: + struct s_packet_info{ + bool fixed; + int16 size; + std::function func; + }; + + std::unordered_map infos; + +public: + void add( int16 packetType, bool fixed, int16 size, std::function func ){ + if( fixed ){ + if( size < 2 ){ + ShowError( "Definition for packet 0x%04x is invalid. Minimum size for a fixed length packet is 2 bytes.\n", packetType ); + return; + } + }else{ + if( size < 4 ){ + ShowError( "Definition for packet 0x%04x is invalid. Minimum size for a dynamic length packet is 2 bytes.\n", packetType ); + return; + } + } + + s_packet_info& info = infos[packetType]; + + info.fixed = fixed; + info.size = size; + info.func = func; + } + + bool handle( int fd, sessiontype& sd ){ + int16 remaining = static_cast( RFIFOREST( fd ) ); + + if( remaining < 2 ){ + ShowError( "Did not receive enough bytes to process a packet\n" ); + set_eof( fd ); + return false; + } + + PACKET* p = (PACKET*)RFIFOP( fd, 0 ); + + s_packet_info* info = rathena::util::umap_find( this->infos, p->packetType ); + + if( info == nullptr ){ + ShowError( "Received unknown packet 0x%04x\n", p->packetType ); + set_eof( fd ); + return false; + } + + if( info->fixed ){ + if( remaining < info->size ){ + ShowError( "Invalid size %hd for packet 0x%04x with fixed size of %hd\n", remaining, p->packetType, info->size ); + set_eof( fd ); + return false; + } + + bool ret = info->func( fd, sd ); + + RFIFOSKIP( fd, info->size ); + + return ret; + }else{ + if( remaining < info->size ){ + ShowError( "Invalid size %hd for packet 0x%04x with dynamic minimum size of %hd\n", remaining, p->packetType, info->size ); + set_eof( fd ); + return false; + } + + if( remaining < p->packetLength ){ + ShowError( "Invalid size %hd for packet 0x%04x with dynamic size of %hd\n", remaining, p->packetType, p->packetLength ); + set_eof( fd ); + return false; + } + + bool ret = info->func( fd, sd ); + + RFIFOSKIP( fd, p->packetLength ); + + return ret; + } + } +}; + +#endif /* PACKETS_HPP */ diff --git a/src/common/random.cpp b/src/common/random.cpp index 6005341545..663af94bb7 100644 --- a/src/common/random.cpp +++ b/src/common/random.cpp @@ -3,43 +3,9 @@ #include "random.hpp" -#include - -std::mt19937 generator; -std::uniform_int_distribution int31_distribution; -std::uniform_int_distribution uint32_distribution; - -/// Initializes the random number generator -void rnd_init( void ){ - std::random_device device; - generator = std::mt19937( device() ); - int31_distribution = std::uniform_int_distribution( 0, SINT32_MAX ); - uint32_distribution = std::uniform_int_distribution( 0, UINT32_MAX ); -} +std::uniform_int_distribution int31_distribution = std::uniform_int_distribution(0, SINT32_MAX); /// Generates a random number in the interval [0, SINT32_MAX] int32 rnd( void ){ return int31_distribution( generator ); } - -/// Generates a random number in the interval [0, UINT32_MAX] -uint32 rnd_uint32( void ){ - return uint32_distribution( generator ); -} - -/// Generates a random number in the interval [0.0, 1.0) -/// NOTE: interval is open ended, so 1.0 is excluded -double rnd_uniform( void ){ - return rnd_uint32() * ( 1.0 / 4294967296.0 );// divided by 2^32 -} - -/// Generates a random number in the interval [min, max] -/// Returns min if range is invalid. -int32 rnd_value( int32 min, int32 max ){ - if( min >= max ){ - return min; - } - - return min + (int32)( rnd_uniform() * ( max - min + 1 ) ); -} - diff --git a/src/common/random.hpp b/src/common/random.hpp index c7fb7716bb..3a44e8700f 100644 --- a/src/common/random.hpp +++ b/src/common/random.hpp @@ -4,15 +4,36 @@ #ifndef RANDOM_HPP #define RANDOM_HPP +#include +#include + #include "cbasetypes.hpp" -void rnd_init(void); +inline std::random_device device; +inline std::mt19937 generator = std::mt19937(device()); int32 rnd(void);// [0, SINT32_MAX] -int32 rnd_value(int32 min, int32 max);// [min, max] -template bool rnd_chance( T chance, T base ){ - return rnd_value( 0, base ) < chance; +/* + * Generates a random number in the interval [min, max] + * @return random number + */ +template +typename std::enable_if::value, T>::type rnd_value(T min, T max) { + if (min > max) { + std::swap(min, max); + } + std::uniform_int_distribution dist(min, max); + return dist(generator); +} + +/* + * Simulates a chance based on a given probability + * @return true if succeeded / false if it didn't + */ +template +typename std::enable_if::value, bool>::type rnd_chance(T chance, T base) { + return rnd_value(1, base) <= chance; } #endif /* RANDOM_HPP */ diff --git a/src/common/showmsg.cpp b/src/common/showmsg.cpp index 7273700389..9102d5851e 100644 --- a/src/common/showmsg.cpp +++ b/src/common/showmsg.cpp @@ -3,8 +3,8 @@ #include "showmsg.hpp" -#include // atexit -#include +#include // atexit +#include #ifdef WIN32 #include "winapi.hpp" @@ -61,7 +61,7 @@ char console_log_filepath[32] = "./log/unknown.log"; char s_[SBUF_SIZE]; \ StringBuf *d_; \ char *v_; \ - int l_; \ + size_t l_; \ } buf ={"",NULL,NULL,0}; \ //define NEWBUF @@ -210,7 +210,7 @@ int VFPRINTF(HANDLE handle, const char *fmt, va_list argptr) if( !is_console(handle) && stdout_with_ansisequence ) { - WriteFile(handle, BUFVAL(tempbuf), BUFLEN(tempbuf), &written, 0); + WriteFile( handle, BUFVAL( tempbuf ), (DWORD)BUFLEN( tempbuf ), &written, 0 ); return 0; } diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 35f42398d8..3c8e8ec8ec 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -3,12 +3,12 @@ #include "socket.hpp" -#include +#include #ifdef WIN32 #include "winapi.hpp" #else - #include + #include #include #include #include @@ -47,6 +47,10 @@ #include "strlib.hpp" #include "timer.hpp" +// Reuseable global packet buffer to prevent too many allocations +// Take socket.cpp::socket_max_client_packet into consideration +int8 packet_buffer[UINT16_MAX]; + ///////////////////////////////////////////////////////////////////// #if defined(WIN32) ///////////////////////////////////////////////////////////////////// @@ -750,25 +754,23 @@ static void delete_session(int fd) } } -int realloc_fifo(int fd, unsigned int rfifo_size, unsigned int wfifo_size) -{ +int _realloc_fifo( int fd, unsigned int rfifo_size, unsigned int wfifo_size, const char* file, int line, const char* func ){ if( !session_isValid(fd) ) return 0; if( session[fd]->max_rdata != rfifo_size && session[fd]->rdata_size < rfifo_size) { - RECREATE(session[fd]->rdata, unsigned char, rfifo_size); + RECREATE2( session[fd]->rdata, unsigned char, rfifo_size, file, line, func ); session[fd]->max_rdata = rfifo_size; } if( session[fd]->max_wdata != wfifo_size && session[fd]->wdata_size < wfifo_size) { - RECREATE(session[fd]->wdata, unsigned char, wfifo_size); + RECREATE2( session[fd]->wdata, unsigned char, wfifo_size, file, line, func ); session[fd]->max_wdata = wfifo_size; } return 0; } -int realloc_writefifo(int fd, size_t addition) -{ +int _realloc_writefifo( int fd, size_t addition, const char* file, int line, const char* func ){ size_t newsize; if( !session_isValid(fd) ) // might not happen @@ -788,7 +790,7 @@ int realloc_writefifo(int fd, size_t addition) else // no change return 0; - RECREATE(session[fd]->wdata, unsigned char, newsize); + RECREATE2( session[fd]->wdata, unsigned char, newsize, file, line, func ); session[fd]->max_wdata = newsize; return 0; @@ -1694,10 +1696,7 @@ void send_shortlist_add_fd(int fd) // Do pending network sends and eof handling from the shortlist. void send_shortlist_do_sends() { - int i; - - for( i = send_shortlist_count-1; i >= 0; --i ) - { + for( int i = static_cast( send_shortlist_count - 1 ); i >= 0; --i ){ int fd = send_shortlist_array[i]; int idx = fd/32; int bit = fd%32; diff --git a/src/common/socket.hpp b/src/common/socket.hpp index 502f9eeea0..b4c61ce686 100644 --- a/src/common/socket.hpp +++ b/src/common/socket.hpp @@ -4,6 +4,8 @@ #ifndef SOCKET_HPP #define SOCKET_HPP +#include + #include #ifdef WIN32 @@ -14,9 +16,9 @@ #include #include #endif -#include #include "cbasetypes.hpp" +#include "malloc.hpp" #include "timer.hpp" // t_tick #ifndef MAXCONN @@ -27,7 +29,12 @@ // socket I/O macros #define RFIFOHEAD(fd) -#define WFIFOHEAD(fd, size) do{ if((fd) && session[fd]->wdata_size + (size) > session[fd]->max_wdata ) realloc_writefifo(fd, size); }while(0) +#define WFIFOHEAD( fd, size ) \ + do{ \ + if( ( fd ) && session[( fd )]->wdata_size + ( size ) > session[( fd )]->max_wdata ){ \ + _realloc_writefifo( ( fd ), ( size ), ALC_MARK ); \ + } \ + }while( false ) #define RFIFOP(fd,pos) (session[fd]->rdata + session[fd]->rdata_pos + (pos)) #define WFIFOP(fd,pos) (session[fd]->wdata + session[fd]->wdata_size + (pos)) @@ -127,8 +134,10 @@ extern bool session_isActive(int fd); int make_listen_bind(uint32 ip, uint16 port); int make_connection(uint32 ip, uint16 port, bool silent, int timeout); -int realloc_fifo(int fd, unsigned int rfifo_size, unsigned int wfifo_size); -int realloc_writefifo(int fd, size_t addition); +#define realloc_fifo( fd, rfifo_size, wfifo_size ) _realloc_fifo( ( fd ), ( rfifo_size ), ( wfifo_size ), ALC_MARK ) +#define realloc_writefifo( fd, addition ) _realloc_writefifo( ( fd ), ( addition ), ALC_MARK ) +int _realloc_fifo( int fd, unsigned int rfifo_size, unsigned int wfifo_size, const char* file, int line, const char* func ); +int _realloc_writefifo( int fd, size_t addition, const char* file, int line, const char* func ); int WFIFOSET(int fd, size_t len); int RFIFOSKIP(int fd, size_t len); @@ -191,4 +200,34 @@ void send_shortlist_add_fd(int fd); void send_shortlist_do_sends(); #endif +// Reuseable global packet buffer to prevent too many allocations +// Take socket.cpp::socket_max_client_packet into consideration +extern int8 packet_buffer[UINT16_MAX]; + +template +bool socket_send( int fd, P& packet ){ + if( !session_isActive( fd ) ){ + return false; + } + + WFIFOHEAD( fd, sizeof( P ) ); + memcpy( WFIFOP( fd, 0 ), &packet, sizeof( P ) ); + WFIFOSET( fd, sizeof( P ) ); + + return true; +} + +template +bool socket_send( int fd, P* packet ){ + if( !session_isActive( fd ) ){ + return false; + } + + WFIFOHEAD( fd, packet->packetLength ); + memcpy( WFIFOP( fd, 0 ), packet, packet->packetLength ); + WFIFOSET( fd, packet->packetLength ); + + return true; +} + #endif /* SOCKET_HPP */ diff --git a/src/common/sql.cpp b/src/common/sql.cpp index 5e083c0358..14fef8e9a1 100644 --- a/src/common/sql.cpp +++ b/src/common/sql.cpp @@ -7,8 +7,9 @@ #include "winapi.hpp" #endif +#include // strtoul + #include -#include // strtoul #include "cbasetypes.hpp" #include "malloc.hpp" @@ -511,59 +512,91 @@ static int Sql_P_BindSqlDataType(MYSQL_BIND* bind, enum SqlDataType buffer_type, memset(bind, 0, sizeof(MYSQL_BIND)); switch( buffer_type ) { - case SQLDT_NULL: bind->buffer_type = MYSQL_TYPE_NULL; + case SQLDT_NULL: + bind->buffer_type = MYSQL_TYPE_NULL; buffer_len = 0;// FIXME length = ? [FlavioJS] break; // fixed size - case SQLDT_UINT8: bind->is_unsigned = 1; - case SQLDT_INT8: bind->buffer_type = MYSQL_TYPE_TINY; + case SQLDT_UINT8: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_INT8: + bind->buffer_type = MYSQL_TYPE_TINY; buffer_len = 1; break; - case SQLDT_UINT16: bind->is_unsigned = 1; - case SQLDT_INT16: bind->buffer_type = MYSQL_TYPE_SHORT; + case SQLDT_UINT16: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_INT16: + bind->buffer_type = MYSQL_TYPE_SHORT; buffer_len = 2; break; - case SQLDT_UINT32: bind->is_unsigned = 1; - case SQLDT_INT32: bind->buffer_type = MYSQL_TYPE_LONG; + case SQLDT_UINT32: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_INT32: + bind->buffer_type = MYSQL_TYPE_LONG; buffer_len = 4; break; - case SQLDT_UINT64: bind->is_unsigned = 1; - case SQLDT_INT64: bind->buffer_type = MYSQL_TYPE_LONGLONG; + case SQLDT_UINT64: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_INT64: + bind->buffer_type = MYSQL_TYPE_LONGLONG; buffer_len = 8; break; // platform dependent size - case SQLDT_UCHAR: bind->is_unsigned = 1; - case SQLDT_CHAR: bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(char)); + case SQLDT_UCHAR: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_CHAR: + bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(char)); buffer_len = sizeof(char); break; - case SQLDT_USHORT: bind->is_unsigned = 1; - case SQLDT_SHORT: bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(short)); + case SQLDT_USHORT: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_SHORT: + bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(short)); buffer_len = sizeof(short); break; - case SQLDT_UINT: bind->is_unsigned = 1; - case SQLDT_INT: bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(int)); + case SQLDT_UINT: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_INT: + bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(int)); buffer_len = sizeof(int); break; - case SQLDT_ULONG: bind->is_unsigned = 1; - case SQLDT_LONG: bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(long)); + case SQLDT_ULONG: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_LONG: + bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(long)); buffer_len = sizeof(long); break; - case SQLDT_ULONGLONG: bind->is_unsigned = 1; - case SQLDT_LONGLONG: bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(int64)); + case SQLDT_ULONGLONG: + bind->is_unsigned = 1; + [[fallthrough]]; + case SQLDT_LONGLONG: + bind->buffer_type = Sql_P_SizeToMysqlIntType(sizeof(int64)); buffer_len = sizeof(int64); break; // floating point - case SQLDT_FLOAT: bind->buffer_type = MYSQL_TYPE_FLOAT; + case SQLDT_FLOAT: + bind->buffer_type = MYSQL_TYPE_FLOAT; buffer_len = 4; break; - case SQLDT_DOUBLE: bind->buffer_type = MYSQL_TYPE_DOUBLE; + case SQLDT_DOUBLE: + bind->buffer_type = MYSQL_TYPE_DOUBLE; buffer_len = 8; break; // other case SQLDT_STRING: - case SQLDT_ENUM: bind->buffer_type = MYSQL_TYPE_STRING; + case SQLDT_ENUM: + bind->buffer_type = MYSQL_TYPE_STRING; break; - case SQLDT_BLOB: bind->buffer_type = MYSQL_TYPE_BLOB; + case SQLDT_BLOB: + bind->buffer_type = MYSQL_TYPE_BLOB; break; default: ShowDebug("Sql_P_BindSqlDataType: unsupported buffer type (%d)\n", buffer_type); diff --git a/src/common/sql.hpp b/src/common/sql.hpp index fc87a4baf9..57db61de82 100644 --- a/src/common/sql.hpp +++ b/src/common/sql.hpp @@ -4,7 +4,7 @@ #ifndef SQL_HPP #define SQL_HPP -#include // va_list +#include // va_list #include "cbasetypes.hpp" diff --git a/src/common/strlib.cpp b/src/common/strlib.cpp index 0f2b2e3d88..3f76aadb5e 100644 --- a/src/common/strlib.cpp +++ b/src/common/strlib.cpp @@ -3,7 +3,8 @@ #include "strlib.hpp" -#include +#include +#include #include "cbasetypes.hpp" #include "malloc.hpp" @@ -348,8 +349,7 @@ bool bin2hex(char* output, unsigned char* input, size_t count) /// /// @param sv Parse state /// @return 1 if a field was parsed, 0 if already done, -1 on error. -int sv_parse_next(struct s_svstate* sv) -{ +int sv_parse_next( s_svstate& sv ){ enum { START_OF_FIELD, PARSING_FIELD, @@ -358,19 +358,11 @@ int sv_parse_next(struct s_svstate* sv) TERMINATE, END } state; - const char* str; - int len; - enum e_svopt opt; - char delim; - int i; - if( sv == NULL ) - return -1;// error - - str = sv->str; - len = sv->len; - opt = sv->opt; - delim = sv->delim; + const char* str = sv.str; + size_t len = sv.len; + int opt = sv.opt; + char delim = sv.delim; // check opt if( delim == '\n' && (opt&(SV_TERMINATE_CRLF|SV_TERMINATE_LF)) ) @@ -384,9 +376,9 @@ int sv_parse_next(struct s_svstate* sv) return -1;// error } - if( sv->done || str == NULL ) + if( sv.done || str == NULL ) { - sv->done = true; + sv.done = true; return 0;// nothing to parse } @@ -397,10 +389,10 @@ int sv_parse_next(struct s_svstate* sv) ((opt&SV_TERMINATE_CR) && str[i] == '\r') || \ ((opt&SV_TERMINATE_CRLF) && i+1 < len && str[i] == '\r' && str[i+1] == '\n') ) #define IS_C_ESCAPE() ( (opt&SV_ESCAPE_C) && str[i] == '\\' ) -#define SET_FIELD_START() sv->start = i -#define SET_FIELD_END() sv->end = i +#define SET_FIELD_START() sv.start = i +#define SET_FIELD_END() sv.end = i - i = sv->off; + size_t i = sv.off; state = START_OF_FIELD; while( state != END ) { @@ -480,14 +472,14 @@ int sv_parse_next(struct s_svstate* sv) else ++i;// CR or LF #endif - sv->done = true; + sv.done = true; state = END; break; } } if( IS_END() ) - sv->done = true; - sv->off = i; + sv.done = true; + sv.off = i; #undef IS_END #undef IS_DELIM @@ -520,15 +512,20 @@ int sv_parse_next(struct s_svstate* sv) /// @param npos Size of the pos array /// @param opt Options that determine the parsing behaviour /// @return Number of fields found in the string or -1 if an error occured -int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, int npos, enum e_svopt opt) -{ - struct s_svstate sv; - int count; - +size_t sv_parse( const char* str, size_t len, size_t startoff, char delim, size_t* out_pos, size_t npos, int opt, bool& error ){ // initialize - if( out_pos == NULL ) npos = 0; - for( count = 0; count < npos; ++count ) - out_pos[count] = -1; + error = false; + + if( out_pos == nullptr ){ + npos = 0; + } + + for( size_t i = 0; i < npos; ++i ){ + out_pos[i] = -1; + } + + s_svstate sv = {}; + sv.str = str; sv.len = len; sv.off = startoff; @@ -536,18 +533,34 @@ int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, i sv.delim = delim; sv.done = false; - // parse - count = 0; - if( npos > 0 ) out_pos[0] = startoff; - while( !sv.done ) - { - ++count; - if( sv_parse_next(&sv) <= 0 ) - return -1;// error - if( npos > count*2 ) out_pos[count*2] = sv.start; - if( npos > count*2+1 ) out_pos[count*2+1] = sv.end; + if( npos > 0 ){ + out_pos[0] = startoff; } - if( npos > 1 ) out_pos[1] = sv.off; + + // parse + size_t count = 0; + + while( !sv.done ){ + ++count; + + if( sv_parse_next( sv ) <= 0 ){ + error = true; + return 0; + } + + if( npos > count * 2 ){ + out_pos[count * 2] = sv.start; + } + + if( npos > count * 2 + 1 ){ + out_pos[count * 2 + 1] = sv.end; + } + } + + if( npos > 1 ){ + out_pos[1] = sv.off; + } + return count; } @@ -570,18 +583,21 @@ int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, i /// @param nfields Size of the field array /// @param opt Options that determine the parsing behaviour /// @return Number of fields found in the string or -1 if an error occured -int sv_split(char* str, int len, int startoff, char delim, char** out_fields, size_t nfields, enum e_svopt opt) -{ - int pos[1024]; - int done; - char* end; - int ret = sv_parse(str, len, startoff, delim, pos, ARRAYLENGTH(pos), opt); +size_t sv_split( char* str, size_t len, size_t startoff, char delim, char** out_fields, size_t nfields, int opt, bool& error ){ + if( out_fields == nullptr || nfields <= 0 ){ + return 0; // nothing to do + } - if( ret == -1 || out_fields == NULL || nfields <= 0 ) - return ret; // nothing to do + size_t pos[1024]; + size_t ret = sv_parse( str, len, startoff, delim, pos, ARRAYLENGTH( pos ), opt, error ); + + // An error occurred + if( error ){ + return 0; + } // next line - end = str + pos[1]; + char* end = str + pos[1]; if( end[0] == '\0' ) { *out_fields = end; @@ -614,7 +630,7 @@ int sv_split(char* str, int len, int startoff, char delim, char** out_fields, si // fields size_t i = 2; - done = 0; + size_t done = 0; while( done < ret && nfields > 0 ) { if( i < ARRAYLENGTH(pos) ) @@ -630,7 +646,13 @@ int sv_split(char* str, int len, int startoff, char delim, char** out_fields, si } else {// get more fields - sv_parse(str, len, pos[i-1] + 1, delim, pos, ARRAYLENGTH(pos), opt); + sv_parse( str, len, pos[i - 1] + 1, delim, pos, ARRAYLENGTH( pos ), opt, error ); + + // An error occurred + if( error ){ + return 0; + } + i = 2; } } @@ -862,13 +884,11 @@ const char* skip_escaped_c(const char* p) * @param silent : should we display error if file not found ? * @return true on success, false if file could not be opened */ -bool sv_readdb(const char* directory, const char* filename, char delim, int mincols, int maxcols, int maxrows, bool (*parseproc)(char* fields[], int columns, int current), bool silent) -{ +bool sv_readdb( const char* directory, const char* filename, char delim, size_t mincols, size_t maxcols, size_t maxrows, bool (*parseproc)( char* fields[], size_t columns, size_t current ), bool silent ){ FILE* fp; int lines = 0; - int entries = 0; + size_t entries = 0; char** fields; // buffer for fields ([0] is reserved) - int columns, nb_cols; char path[1024], *line; const short colsize=512; @@ -883,13 +903,12 @@ bool sv_readdb(const char* directory, const char* filename, char delim, int minc } // allocate enough memory for the maximum requested amount of columns plus the reserved one - nb_cols = maxcols+1; + size_t nb_cols = maxcols + 1; fields = (char**)aMalloc(nb_cols*sizeof(char*)); line = (char*)aMalloc(nb_cols*colsize); // process rows one by one - while( fgets(line, maxcols*colsize, fp) ) - { + while( fgets( line, static_cast( maxcols * colsize ), fp ) ){ char *match; lines++; @@ -903,7 +922,13 @@ bool sv_readdb(const char* directory, const char* filename, char delim, int minc if( line[0] == '\0' || line[0] == '\n' || line[0] == '\r') continue; - columns = sv_split(line, strlen(line), 0, delim, fields, nb_cols, (e_svopt)(SV_TERMINATE_LF|SV_TERMINATE_CRLF)); + bool error; + size_t columns = sv_split( line, strlen( line ), 0, delim, fields, nb_cols, SV_TERMINATE_LF|SV_TERMINATE_CRLF, error ); + + if( error ){ + ShowError( "sv_readdb: error in line %d of \"%s\".\n", lines, path ); + continue; + } if( columns < mincols ) { @@ -965,53 +990,49 @@ void _StringBuf_Init(const char *file, int line, const char *func,StringBuf* sel } /// Appends the result of printf to the StringBuf -int _StringBuf_Printf(const char *file, int line, const char *func,StringBuf* self, const char* fmt, ...) -{ - int len; +size_t _StringBuf_Printf( const char* file, int line, const char* func, StringBuf* self, const char* fmt, ... ){ va_list ap; va_start(ap, fmt); - len = _StringBuf_Vprintf(file,line,func,self, fmt, ap); + size_t len = _StringBuf_Vprintf(file,line,func,self, fmt, ap); va_end(ap); return len; } /// Appends the result of vprintf to the StringBuf -int _StringBuf_Vprintf(const char *file, int line, const char *func,StringBuf* self, const char* fmt, va_list ap) -{ +size_t _StringBuf_Vprintf( const char* file, int line, const char* func, StringBuf* self, const char* fmt, va_list ap ){ for(;;) { - int n, size, off; va_list apcopy; /* Try to print in the allocated space. */ - size = self->max_ - (self->ptr_ - self->buf_); + size_t size = self->max_ - (self->ptr_ - self->buf_); va_copy(apcopy, ap); - n = vsnprintf(self->ptr_, size, fmt, apcopy); + int n = vsnprintf( self->ptr_, size, fmt, apcopy ); va_end(apcopy); /* If that worked, return the length. */ if( n > -1 && n < size ) { self->ptr_ += n; - return (int)(self->ptr_ - self->buf_); + return self->ptr_ - self->buf_; } /* Else try again with more space. */ self->max_ *= 2; // twice the old size - off = (int)(self->ptr_ - self->buf_); + size_t off = self->ptr_ - self->buf_; self->buf_ = (char*)aRealloc2(self->buf_, self->max_ + 1, file, line, func); self->ptr_ = self->buf_ + off; } } /// Appends the contents of another StringBuf to the StringBuf -int _StringBuf_Append(const char *file, int line, const char *func,StringBuf* self, const StringBuf* sbuf) +size_t _StringBuf_Append(const char *file, int line, const char *func,StringBuf* self, const StringBuf* sbuf) { - int available = self->max_ - (self->ptr_ - self->buf_); - int needed = (int)(sbuf->ptr_ - sbuf->buf_); + size_t available = self->max_ - (self->ptr_ - self->buf_); + size_t needed = sbuf->ptr_ - sbuf->buf_; if( needed >= available ) { - int off = (int)(self->ptr_ - self->buf_); + size_t off = self->ptr_ - self->buf_; self->max_ += needed; self->buf_ = (char*)aRealloc2(self->buf_, self->max_ + 1, file, line, func); self->ptr_ = self->buf_ + off; @@ -1019,26 +1040,26 @@ int _StringBuf_Append(const char *file, int line, const char *func,StringBuf* se memcpy(self->ptr_, sbuf->buf_, needed); self->ptr_ += needed; - return (int)(self->ptr_ - self->buf_); + return self->ptr_ - self->buf_; } // Appends str to the StringBuf -int _StringBuf_AppendStr(const char *file, int line, const char *func,StringBuf* self, const char* str) +size_t _StringBuf_AppendStr(const char *file, int line, const char *func,StringBuf* self, const char* str) { - int available = self->max_ - (self->ptr_ - self->buf_); - int needed = (int)strlen(str); + size_t available = self->max_ - ( self->ptr_ - self->buf_ ); + size_t needed = strlen( str ); if( needed >= available ) {// not enough space, expand the buffer (minimum expansion = 1024) - int off = (int)(self->ptr_ - self->buf_); - self->max_ += max(needed, 1024); + size_t off = self->ptr_ - self->buf_; + self->max_ += std::max( needed, static_cast( 1024 ) ); self->buf_ = (char*)aRealloc2(self->buf_, self->max_ + 1, file, line, func); self->ptr_ = self->buf_ + off; } memcpy(self->ptr_, str, needed); self->ptr_ += needed; - return (int)(self->ptr_ - self->buf_); + return self->ptr_ - self->buf_; } // Returns the length of the data in the Stringbuf diff --git a/src/common/strlib.hpp b/src/common/strlib.hpp index 3e1a8e8a39..d53f450c4a 100644 --- a/src/common/strlib.hpp +++ b/src/common/strlib.hpp @@ -4,21 +4,20 @@ #ifndef STRLIB_HPP #define STRLIB_HPP -#include - -#include "cbasetypes.hpp" -#include "malloc.hpp" - +#include #if !defined(__USE_GNU) #define __USE_GNU // required to enable strnlen on some platforms #define __USED_GNU #endif -#include +#include #if defined(__USED_GNU) #undef __USE_GNU #undef __USED_GNU #endif +#include "cbasetypes.hpp" +#include "malloc.hpp" + int remove_control_chars(char* str); char* trim(char* str); char* normalize_name(char* str,const char* delims); @@ -85,11 +84,11 @@ typedef enum e_svopt struct s_svstate { const char* str; //< string to parse - int len; //< string length - int off; //< current offset in the string - int start; //< where the field starts - int end; //< where the field ends - enum e_svopt opt; //< parse options + size_t len; //< string length + size_t off; //< current offset in the string + size_t start; //< where the field starts + size_t end; //< where the field ends + int opt; //< parse options char delim; //< field delimiter bool done; //< if all the text has been parsed }; @@ -99,14 +98,14 @@ struct s_svstate /// /// @param sv Parse state /// @return 1 if a field was parsed, 0 if done, -1 on error. -int sv_parse_next(struct s_svstate* sv); +int sv_parse_next( s_svstate& sv ); /// Parses a delim-separated string. /// Starts parsing at startoff and fills the pos array with position pairs. /// out_pos[0] and out_pos[1] are the start and end of line. /// Other position pairs are the start and end of fields. /// Returns the number of fields found or -1 if an error occurs. -int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, int npos, enum e_svopt opt); +size_t sv_parse( const char* str, size_t len, size_t startoff, char delim, size_t* out_pos, size_t npos, int opt, bool& error ); /// Splits a delim-separated string. /// WARNING: this function modifies the input string @@ -114,7 +113,7 @@ int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, i /// out_fields[0] is the start of the next line. /// Other entries are the start of fields (nul-teminated). /// Returns the number of fields found or -1 if an error occurs. -int sv_split(char* str, int len, int startoff, char delim, char** out_fields, size_t nfields, enum e_svopt opt); +size_t sv_split( char* str, size_t len, size_t startoff, char delim, char** out_fields, size_t nfields, int opt, bool& error ); /// Escapes src to out_dest according to the format of the C compiler. /// Returns the length of the escaped string. @@ -132,7 +131,7 @@ const char* skip_escaped_c(const char* p); /// Opens and parses a file containing delim-separated columns, feeding them to the specified callback function row by row. /// Tracks the progress of the operation (current line number, number of successfully processed rows). /// Returns 'true' if it was able to process the specified file, or 'false' if it could not be read. -bool sv_readdb(const char* directory, const char* filename, char delim, int mincols, int maxcols, int maxrows, bool (*parseproc)(char* fields[], int columns, int current), bool silent); +bool sv_readdb( const char* directory, const char* filename, char delim, size_t mincols, size_t maxcols, size_t maxrows, bool (*parseproc)( char* fields[], size_t columns, size_t current ), bool silent ); /// StringBuf - dynamic string @@ -140,7 +139,7 @@ struct StringBuf { char *buf_; char *ptr_; - unsigned int max_; + size_t max_; }; typedef struct StringBuf StringBuf; @@ -148,13 +147,13 @@ StringBuf* _StringBuf_Malloc(const char *file, int line, const char *func); #define StringBuf_Malloc() _StringBuf_Malloc(ALC_MARK) void _StringBuf_Init(const char *file, int line, const char *func, StringBuf* self); #define StringBuf_Init(self) _StringBuf_Init(ALC_MARK,self) -int _StringBuf_Printf(const char *file, int line, const char *func, StringBuf* self, const char* fmt, ...); +size_t _StringBuf_Printf( const char* file, int line, const char* func, StringBuf* self, const char* fmt, ... ); #define StringBuf_Printf(self,fmt,...) _StringBuf_Printf(ALC_MARK,self,fmt, ## __VA_ARGS__) -int _StringBuf_Vprintf(const char *file, int line, const char *func,StringBuf* self, const char* fmt, va_list args); +size_t _StringBuf_Vprintf( const char* file, int line, const char* func, StringBuf* self, const char* fmt, va_list args ); #define StringBuf_Vprintf(self,fmt,args) _StringBuf_Vprintf(ALC_MARK,self,fmt,args) -int _StringBuf_Append(const char *file, int line, const char *func, StringBuf* self, const StringBuf *sbuf); +size_t _StringBuf_Append(const char *file, int line, const char *func, StringBuf* self, const StringBuf *sbuf); #define StringBuf_Append(self,sbuf) _StringBuf_Append(ALC_MARK,self,sbuf) -int _StringBuf_AppendStr(const char *file, int line, const char *func, StringBuf* self, const char* str); +size_t _StringBuf_AppendStr(const char *file, int line, const char *func, StringBuf* self, const char* str); #define StringBuf_AppendStr(self,str) _StringBuf_AppendStr(ALC_MARK,self,str) int StringBuf_Length(StringBuf* self); char* StringBuf_Value(StringBuf* self); diff --git a/src/common/timer.cpp b/src/common/timer.cpp index ee4d9212b3..39531d69b3 100644 --- a/src/common/timer.cpp +++ b/src/common/timer.cpp @@ -3,13 +3,9 @@ #include "timer.hpp" -#include -#include - -#ifdef WIN32 -#include "winapi.hpp" // GetTickCount() -#else -#endif +#include +#include +#include #include "cbasetypes.hpp" #include "db.hpp" @@ -17,6 +13,9 @@ #include "nullpo.hpp" #include "showmsg.hpp" #include "utils.hpp" +#ifdef WIN32 +#include "winapi.hpp" // GetTickCount() +#endif // If the server can't handle processing thousands of monsters // or many connected clients, please increase TIMER_MIN_INTERVAL. @@ -203,7 +202,7 @@ t_tick gettick(void) static void push_timer_heap(int tid) { BHEAP_ENSURE(timer_heap, 1, 256); - BHEAP_PUSH(timer_heap, tid, DIFFTICK_MINTOPCMP, SWAP); + BHEAP_PUSH(timer_heap, tid, DIFFTICK_MINTOPCMP); } /*========================== @@ -340,9 +339,9 @@ t_tick settick_timer(int tid, t_tick tick) return tick;// nothing to do, already in propper position // pop and push adjusted timer - BHEAP_POPINDEX(timer_heap, i, DIFFTICK_MINTOPCMP, SWAP); + BHEAP_POPINDEX(timer_heap, i, DIFFTICK_MINTOPCMP); timer_data[tid].tick = tick; - BHEAP_PUSH(timer_heap, tid, DIFFTICK_MINTOPCMP, SWAP); + BHEAP_PUSH(timer_heap, tid, DIFFTICK_MINTOPCMP); return tick; } @@ -362,7 +361,7 @@ t_tick do_timer(t_tick tick) break; // no more expired timers to process // remove timer - BHEAP_POP(timer_heap, DIFFTICK_MINTOPCMP, SWAP); + BHEAP_POP(timer_heap, DIFFTICK_MINTOPCMP); timer_data[tid].type |= TIMER_REMOVE_HEAP; if( timer_data[tid].func ) diff --git a/src/common/timer.hpp b/src/common/timer.hpp index 5f332647c5..e4d38a7ec8 100644 --- a/src/common/timer.hpp +++ b/src/common/timer.hpp @@ -4,7 +4,7 @@ #ifndef TIMER_HPP #define TIMER_HPP -#include +#include #include "cbasetypes.hpp" diff --git a/src/common/utilities.cpp b/src/common/utilities.cpp index 48adb85e3f..6a08359458 100644 --- a/src/common/utilities.cpp +++ b/src/common/utilities.cpp @@ -117,12 +117,12 @@ bool rathena::util::safe_multiplication( int64 a, int64 b, int64& result ){ void rathena::util::string_left_pad_inplace(std::string& str, char padding, size_t num) { - str.insert(0, min(0, num - str.length()), padding); + str.insert( 0, std::min( static_cast( 0 ), num - str.length() ), padding ); } std::string rathena::util::string_left_pad(const std::string& original, char padding, size_t num) { - return std::string(num - min(num, original.length()), padding) + original; + return std::string( num - std::min( num, original.length() ), padding ) + original; } constexpr char base62_dictionary[] = { diff --git a/src/common/utilities.hpp b/src/common/utilities.hpp index 4837394ed8..66628c41b8 100644 --- a/src/common/utilities.hpp +++ b/src/common/utilities.hpp @@ -159,7 +159,7 @@ namespace rathena { template V& umap_random( std::unordered_map& map ){ auto it = map.begin(); - std::advance( it, rnd_value( 0, map.size() - 1 ) ); + std::advance( it, rnd_value( 0, map.size() - 1 ) ); return it->second; } @@ -172,7 +172,7 @@ namespace rathena { template K &vector_random(std::vector &vec) { auto it = vec.begin(); - std::advance(it, rnd_value(0, vec.size() - 1)); + std::advance( it, rnd_value( 0, vec.size() - 1 ) ); return *it; } @@ -278,9 +278,8 @@ namespace rathena { if( rathena::util::safe_addition( a, b, result ) ){ return cap; - }else{ - return result; } + return std::min(result, cap); } template void tolower( T& string ){ diff --git a/src/common/utils.cpp b/src/common/utils.cpp index 9ceff76f1e..14abb672d0 100644 --- a/src/common/utils.cpp +++ b/src/common/utils.cpp @@ -3,9 +3,9 @@ #include "utils.hpp" -#include // floor() -#include -#include +#include // floor() +#include +#include #ifdef WIN32 #include "winapi.hpp" diff --git a/src/common/utils.hpp b/src/common/utils.hpp index 5fedcf0138..a5348b2029 100644 --- a/src/common/utils.hpp +++ b/src/common/utils.hpp @@ -4,7 +4,7 @@ #ifndef UTILS_HPP #define UTILS_HPP -#include // FILE* +#include // FILE* #include "cbasetypes.hpp" diff --git a/src/login/account.cpp b/src/login/account.cpp index 71b2b84530..d1fe69a72d 100644 --- a/src/login/account.cpp +++ b/src/login/account.cpp @@ -4,8 +4,8 @@ #include "account.hpp" #include //min / max -#include -#include +#include +#include #include #include @@ -22,12 +22,12 @@ typedef struct AccountDB_SQL { AccountDB vtable; // public interface Sql* accounts; // SQL handle accounts storage - char db_hostname[1024]; // Doubled for long hostnames (bugreport:8003) - uint16 db_port; - char db_username[1024]; - char db_password[1024]; - char db_database[1024]; - char codepage[1024]; + std::string db_hostname = "127.0.0.1"; + uint16 db_port = 3306; + std::string db_username = "ragnarok"; + std::string db_password = ""; + std::string db_database = "ragnarok"; + std::string codepage = ""; // other settings bool case_sensitive; //table name @@ -67,6 +67,7 @@ static bool mmo_auth_tosql(AccountDB_SQL* db, const struct mmo_account* acc, boo /// public constructor AccountDB* account_db_sql(void) { AccountDB_SQL* db = (AccountDB_SQL*)aCalloc(1, sizeof(AccountDB_SQL)); + new(db) AccountDB_SQL(); // set up the vtable db->vtable.init = &account_db_sql_init; @@ -85,13 +86,6 @@ AccountDB* account_db_sql(void) { // initialize to default values db->accounts = NULL; - // local sql settings - safestrncpy(db->db_hostname, "127.0.0.1", sizeof(db->db_hostname)); - db->db_port = 3306; - safestrncpy(db->db_username, "ragnarok", sizeof(db->db_username)); - safestrncpy(db->db_password, "", sizeof(db->db_password)); - safestrncpy(db->db_database, "ragnarok", sizeof(db->db_database)); - safestrncpy(db->codepage, "", sizeof(db->codepage)); // other settings db->case_sensitive = false; safestrncpy(db->account_db, "login", sizeof(db->account_db)); @@ -112,34 +106,21 @@ AccountDB* account_db_sql(void) { static bool account_db_sql_init(AccountDB* self) { AccountDB_SQL* db = (AccountDB_SQL*)self; Sql* sql_handle; - const char* username = "ragnarok"; - const char* password = ""; - const char* hostname = "127.0.0.1"; - uint16 port = 3306; - const char* database = "ragnarok"; - const char* codepage = ""; db->accounts = Sql_Malloc(); sql_handle = db->accounts; - username = db->db_username; - password = db->db_password; - hostname = db->db_hostname; - port = db->db_port; - database = db->db_database; - codepage = db->codepage; - - if( SQL_ERROR == Sql_Connect(sql_handle, username, password, hostname, port, database) ) + if( SQL_ERROR == Sql_Connect(sql_handle, db->db_username.c_str(), db->db_password.c_str(), db->db_hostname.c_str(), db->db_port, db->db_database.c_str()) ) { - ShowError("Couldn't connect with uname='%s',host='%s',port='%d',database='%s'\n", - username, hostname, port, database); + ShowError("Couldn't connect with uname='%s',host='%s',port='%hu',database='%s'\n", + db->db_username.c_str(), db->db_hostname.c_str(), db->db_port, db->db_database.c_str()); Sql_ShowDebug(sql_handle); Sql_Free(db->accounts); db->accounts = NULL; return false; } - if( codepage[0] != '\0' && SQL_ERROR == Sql_SetEncoding(sql_handle, codepage) ) + if( !db->codepage.empty() && SQL_ERROR == Sql_SetEncoding(sql_handle, db->codepage.c_str()) ) Sql_ShowDebug(sql_handle); self->remove_webtokens( self ); @@ -160,6 +141,8 @@ static void account_db_sql_destroy(AccountDB* self){ Sql_Free(db->accounts); db->accounts = NULL; + + db->~AccountDB_SQL(); aFree(db); } @@ -181,19 +164,19 @@ static bool account_db_sql_get_property(AccountDB* self, const char* key, char* if( strncmpi(key, signature, strlen(signature)) == 0 ) { key += strlen(signature); if( strcmpi(key, "ip") == 0 ) - safesnprintf(buf, buflen, "%s", db->db_hostname); + safesnprintf(buf, buflen, "%s", db->db_hostname.c_str()); else if( strcmpi(key, "port") == 0 ) - safesnprintf(buf, buflen, "%d", db->db_port); + safesnprintf(buf, buflen, "%hu", db->db_port); else if( strcmpi(key, "id") == 0 ) - safesnprintf(buf, buflen, "%s", db->db_username); + safesnprintf(buf, buflen, "%s", db->db_username.c_str()); else if( strcmpi(key, "pw") == 0 ) - safesnprintf(buf, buflen, "%s", db->db_password); + safesnprintf(buf, buflen, "%s", db->db_password.c_str()); else if( strcmpi(key, "db") == 0 ) - safesnprintf(buf, buflen, "%s", db->db_database); + safesnprintf(buf, buflen, "%s", db->db_database.c_str()); else if( strcmpi(key, "account_db") == 0 ) safesnprintf(buf, buflen, "%s", db->account_db); @@ -212,7 +195,7 @@ static bool account_db_sql_get_property(AccountDB* self, const char* key, char* if( strncmpi(key, signature, strlen(signature)) == 0 ) { key += strlen(signature); if( strcmpi(key, "codepage") == 0 ) - safesnprintf(buf, buflen, "%s", db->codepage); + safesnprintf(buf, buflen, "%s", db->codepage.c_str()); else if( strcmpi(key, "case_sensitive") == 0 ) safesnprintf(buf, buflen, "%d", (db->case_sensitive ? 1 : 0)); @@ -240,19 +223,19 @@ static bool account_db_sql_set_property(AccountDB* self, const char* key, const if( strncmp(key, signature, strlen(signature)) == 0 ) { key += strlen(signature); if( strcmpi(key, "ip") == 0 ) - safestrncpy(db->db_hostname, value, sizeof(db->db_hostname)); + db->db_hostname = value; else if( strcmpi(key, "port") == 0 ) - db->db_port = (uint16)strtoul(value, NULL, 10); + db->db_port = (uint16)strtoul( value, nullptr, 10 ); else if( strcmpi(key, "id") == 0 ) - safestrncpy(db->db_username, value, sizeof(db->db_username)); + db->db_username = value; else if( strcmpi(key, "pw") == 0 ) - safestrncpy(db->db_password, value, sizeof(db->db_password)); + db->db_password = value; else if( strcmpi(key, "db") == 0 ) - safestrncpy(db->db_database, value, sizeof(db->db_database)); + db->db_database = value; else if( strcmpi(key, "account_db") == 0 ) safestrncpy(db->account_db, value, sizeof(db->account_db)); @@ -271,7 +254,7 @@ static bool account_db_sql_set_property(AccountDB* self, const char* key, const if( strncmpi(key, signature, strlen(signature)) == 0 ) { key += strlen(signature); if( strcmpi(key, "codepage") == 0 ) - safestrncpy(db->codepage, value, sizeof(db->codepage)); + db->codepage = value; else if( strcmpi(key, "case_sensitive") == 0 ) db->case_sensitive = (config_switch(value)==1); diff --git a/src/login/account.hpp b/src/login/account.hpp index 99bfd50f7e..1adeb3e0f5 100644 --- a/src/login/account.hpp +++ b/src/login/account.hpp @@ -5,13 +5,9 @@ #define ACCOUNT_HPP #include -#include // ACCOUNT_REG2_NUM +#include // ACCOUNT_REG2_NUM, WEB_AUTH_TOKEN_LENGTH #include -#ifndef WEB_AUTH_TOKEN_LENGTH -#define WEB_AUTH_TOKEN_LENGTH 16+1 -#endif - typedef struct AccountDB AccountDB; typedef struct AccountDBIterator AccountDBIterator; diff --git a/src/login/ipban.cpp b/src/login/ipban.cpp index 2edf2d8705..4b0e3c53c9 100644 --- a/src/login/ipban.cpp +++ b/src/login/ipban.cpp @@ -3,8 +3,8 @@ #include "ipban.hpp" -#include -#include +#include +#include #include #include @@ -15,14 +15,14 @@ #include "login.hpp" #include "loginlog.hpp" -// login sql settings -static char ipban_db_hostname[64] = "127.0.0.1"; -static uint16 ipban_db_port = 3306; -static char ipban_db_username[32] = "ragnarok"; -static char ipban_db_password[32] = ""; -static char ipban_db_database[32] = "ragnarok"; -static char ipban_codepage[32] = ""; -static char ipban_table[32] = "ipbanlist"; + +std::string ipban_db_hostname = "127.0.0.1"; +uint16 ipban_db_port = 3306; +std::string ipban_db_username = "ragnarok"; +std::string ipban_db_password = ""; +std::string ipban_db_database = "ragnarok"; +std::string ipban_codepage = ""; +std::string ipban_table = "ipbanlist"; // globals static Sql* sql_handle = NULL; @@ -46,7 +46,7 @@ bool ipban_check(uint32 ip) { return false;// ipban disabled if( SQL_ERROR == Sql_Query(sql_handle, "SELECT count(*) FROM `%s` WHERE `rtime` > NOW() AND (`list` = '%u.*.*.*' OR `list` = '%u.%u.*.*' OR `list` = '%u.%u.%u.*' OR `list` = '%u.%u.%u.%u')", - ipban_table, p[3], p[3], p[2], p[3], p[2], p[1], p[3], p[2], p[1], p[0]) ) + ipban_table.c_str(), p[3], p[3], p[2], p[3], p[2], p[1], p[3], p[2], p[1], p[0]) ) { Sql_ShowDebug(sql_handle); // close connection because we can't verify their connectivity. @@ -81,7 +81,7 @@ void ipban_log(uint32 ip) { { uint8* p = (uint8*)&ip; if( SQL_ERROR == Sql_Query(sql_handle, "INSERT INTO `%s`(`list`,`btime`,`rtime`,`reason`) VALUES ('%u.%u.%u.*', NOW() , NOW() + INTERVAL %d MINUTE ,'Password error ban')", - ipban_table, p[3], p[2], p[1], login_config.dynamic_pass_failure_ban_duration) ) + ipban_table.c_str(), p[3], p[2], p[1], login_config.dynamic_pass_failure_ban_duration) ) Sql_ShowDebug(sql_handle); } } @@ -100,7 +100,7 @@ TIMER_FUNC(ipban_cleanup){ if( !login_config.ipban ) return 0;// ipban disabled - if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `rtime` <= NOW()", ipban_table) ) + if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `rtime` <= NOW()", ipban_table.c_str()) ) Sql_ShowDebug(sql_handle); return 0; @@ -123,19 +123,19 @@ bool ipban_config_read(const char* key, const char* value) { { key += strlen(signature); if( strcmpi(key, "ip") == 0 ) - safestrncpy(ipban_db_hostname, value, sizeof(ipban_db_hostname)); + ipban_db_hostname = value; else if( strcmpi(key, "port") == 0 ) - ipban_db_port = (uint16)strtoul(value, NULL, 10); + ipban_db_port = (uint16)strtoul( value, nullptr, 10 ); else if( strcmpi(key, "id") == 0 ) - safestrncpy(ipban_db_username, value, sizeof(ipban_db_username)); + ipban_db_username = value; else if( strcmpi(key, "pw") == 0 ) - safestrncpy(ipban_db_password, value, sizeof(ipban_db_password)); + ipban_db_password = value; else if( strcmpi(key, "db") == 0 ) - safestrncpy(ipban_db_database, value, sizeof(ipban_db_database)); + ipban_db_database = value; else return false;// not found return true; @@ -146,10 +146,10 @@ bool ipban_config_read(const char* key, const char* value) { { key += strlen(signature); if( strcmpi(key, "codepage") == 0 ) - safestrncpy(ipban_codepage, value, sizeof(ipban_codepage)); + ipban_codepage = value; else if( strcmpi(key, "ipban_table") == 0 ) - safestrncpy(ipban_table, value, sizeof(ipban_table)); + ipban_table = value; else if( strcmpi(key, "enable") == 0 ) login_config.ipban = (config_switch(value) != 0); @@ -181,41 +181,25 @@ bool ipban_config_read(const char* key, const char* value) { * Launched at login-serv start, create db or other long scope variable here. */ void ipban_init(void) { - const char* username = ipban_db_username; - const char* password = ipban_db_password; - const char* hostname = ipban_db_hostname; - uint16 port = ipban_db_port; - const char* database = ipban_db_database; - const char* codepage = ipban_codepage; - ipban_inited = true; if( !login_config.ipban ) return;// ipban disabled - if( ipban_db_hostname[0] != '\0' ) - {// local settings - username = ipban_db_username; - password = ipban_db_password; - hostname = ipban_db_hostname; - port = ipban_db_port; - database = ipban_db_database; - codepage = ipban_codepage; - } - // establish connections sql_handle = Sql_Malloc(); - if( SQL_ERROR == Sql_Connect(sql_handle, username, password, hostname, port, database) ) + if( SQL_ERROR == Sql_Connect(sql_handle, ipban_db_username.c_str(), ipban_db_password.c_str(), ipban_db_hostname.c_str(), ipban_db_port, ipban_db_database.c_str()) ) { - ShowError("Couldn't connect with uname='%s',passwd='%s',host='%s',port='%d',database='%s'\n", - username, password, hostname, port, database); + ShowError("Couldn't connect with uname='%s',host='%s',port='%hu',database='%s'\n", + ipban_db_username.c_str(), ipban_db_hostname.c_str(), ipban_db_port, ipban_db_database.c_str()); Sql_ShowDebug(sql_handle); Sql_Free(sql_handle); exit(EXIT_FAILURE); } - ShowInfo("Ipban connection made.\n"); - - if( codepage[0] != '\0' && SQL_ERROR == Sql_SetEncoding(sql_handle, codepage) ) + + ShowInfo("Ipban connection made.\n"); + + if( !ipban_codepage.empty() && SQL_ERROR == Sql_SetEncoding(sql_handle, ipban_codepage.c_str()) ) Sql_ShowDebug(sql_handle); if( login_config.ipban_cleanup_interval > 0 ) diff --git a/src/login/login-server.vcxproj b/src/login/login-server.vcxproj index 25e1284ad8..e6fd165699 100644 --- a/src/login/login-server.vcxproj +++ b/src/login/login-server.vcxproj @@ -110,8 +110,9 @@ FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;WIN32;_DEBUG;_CONSOLE;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug true - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true Console @@ -127,8 +128,9 @@ Disabled FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;WIN32;_DEBUG;_CONSOLE;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) MultiThreadedDebug - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true Console @@ -146,8 +148,9 @@ true FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true Console @@ -167,8 +170,9 @@ true FD_SETSIZE=4096;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;LIBCONFIG_STATIC;YY_USE_CONST;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) MultiThreaded - stdcpp14 + stdcpp17 $(SolutionDir)src;$(SolutionDir)3rdparty\libconfig\;%(AdditionalIncludeDirectories) + true Console diff --git a/src/login/login.cpp b/src/login/login.cpp index a5b5e28eaa..59f486f68b 100644 --- a/src/login/login.cpp +++ b/src/login/login.cpp @@ -4,8 +4,8 @@ #pragma warning(disable:4800) #include "login.hpp" -#include -#include +#include +#include #include #include @@ -56,7 +56,7 @@ int subnet_count = 0; //number of subnet config int login_fd; // login server file descriptor socket //early declaration -bool login_check_password(const char* md5key, int passwdenc, const char* passwd, const char* refpass); +bool login_check_password( struct login_session_data& sd, struct mmo_account& acc ); ///Accessors AccountDB* login_get_accounts_db(void){ @@ -292,7 +292,6 @@ int login_mmo_auth_new(const char* userid, const char* pass, const char sex, con */ int login_mmo_auth(struct login_session_data* sd, bool isServer) { struct mmo_account acc; - int len; char ip[16]; ip2str(session[sd->fd]->client_addr, ip); @@ -316,7 +315,7 @@ int login_mmo_auth(struct login_session_data* sd, bool isServer) { } - len = strnlen(sd->userid, NAME_LENGTH); + size_t len = strnlen(sd->userid, NAME_LENGTH); // Account creation with _M/_F if( login_config.new_account_flag ) { @@ -345,7 +344,12 @@ int login_mmo_auth(struct login_session_data* sd, bool isServer) { return 0; // 0 = Unregistered ID } - if( !login_check_password(sd->md5key, sd->passwdenc, sd->passwd, acc.pass) ) { + if( !isServer && sex_str2num( acc.sex ) == SEX_SERVER ){ + ShowWarning( "Connection refused: ip %s tried to log into server account '%s'\n", ip, sd->userid ); + return 0; // 0 = Unregistered ID + } + + if( !login_check_password( *sd, acc ) ) { ShowNotice("Invalid password (account: '%s', ip: %s)\n", sd->userid, ip); return 1; // 1 = Incorrect Password } @@ -403,8 +407,8 @@ int login_mmo_auth(struct login_session_data* sd, bool isServer) { // update session data sd->account_id = acc.account_id; - sd->login_id1 = rnd() + 1; - sd->login_id2 = rnd() + 1; + sd->login_id1 = rnd_value(1u, UINT32_MAX); + sd->login_id2 = rnd_value(1u, UINT32_MAX); safestrncpy(sd->lastlogin, acc.lastlogin, sizeof(sd->lastlogin)); sd->sex = acc.sex; sd->group_id = acc.group_id; @@ -426,24 +430,6 @@ int login_mmo_auth(struct login_session_data* sd, bool isServer) { return -1; // account OK } -/** - * Sub function of login_check_password. - * Checking if password matches the one in db hashed with client md5key. - * Test if(md5(str1+str2)==passwd). - * @param str1: string (atm:md5key or dbpass) - * @param str2: string (atm:md5key or dbpass) - * @param passwd: pass to check - * @return true if matching else false - */ -bool login_check_encrypted(const char* str1, const char* str2, const char* passwd) { - char tmpstr[64+1], md5str[32+1]; - - safesnprintf(tmpstr, sizeof(tmpstr), "%s%s", str1, str2); - MD5_String(tmpstr, md5str); - - return (0==strcmp(passwd, md5str)); -} - /** * Verify if a password is correct. * @param md5key: md5key of client @@ -452,16 +438,44 @@ bool login_check_encrypted(const char* str1, const char* str2, const char* passw * @param refpass: pass register in db * @return true if matching else false */ -bool login_check_password(const char* md5key, int passwdenc, const char* passwd, const char* refpass) { - if(passwdenc == 0){ - return (0==strcmp(passwd, refpass)); +bool login_check_password( struct login_session_data& sd, struct mmo_account& acc ){ + if( sd.passwdenc == 0 ){ + return 0 == strcmp( sd.passwd, acc.pass ); } - else { - // password mode set to 1 -> md5(md5key, refpass) enable with - // password mode set to 2 -> md5(refpass, md5key) enable with - return ((passwdenc&0x01) && login_check_encrypted(md5key, refpass, passwd)) || - ((passwdenc&0x02) && login_check_encrypted(refpass, md5key, passwd)); + + // password mode set to 1 -> md5(md5key, refpass) enable with + if( sd.passwdenc & 0x01 ){ + std::string pwd; + + pwd.append( sd.md5key, sd.md5keylen ); + pwd.append( acc.pass ); + + char md5str[32 + 1]; + + MD5_String( pwd.c_str(), md5str ); + + if( 0 == strcmp( sd.passwd, md5str ) ){ + return true; + } } + + // password mode set to 2 -> md5(refpass, md5key) enable with + if( sd.passwdenc & 0x02 ){ + std::string pwd; + + pwd.append( acc.pass ); + pwd.append( sd.md5key, sd.md5keylen ); + + char md5str[32 + 1]; + + MD5_String( pwd.c_str(), md5str ); + + if( 0 == strcmp( sd.passwd, md5str ) ){ + return true; + } + } + + return false; } int login_get_usercount( int users ){ @@ -846,8 +860,6 @@ bool LoginServer::initialize( int argc, char* argv[] ){ login_lan_config_read(login_config.lanconf_name); //end config - rnd_init(); - do_init_loginclif(); do_init_loginchrif(); diff --git a/src/login/login.hpp b/src/login/login.hpp index e2fe9170ee..0e99c18774 100644 --- a/src/login/login.hpp +++ b/src/login/login.hpp @@ -39,8 +39,8 @@ namespace rathena{ ///Struct of 1 client connected to login-serv struct login_session_data { uint32 account_id; ///also GID - long login_id1; - long login_id2; + uint32 login_id1; + uint32 login_id2; char sex; /// 'F','M','S' char userid[NAME_LENGTH]; /// account name diff --git a/src/login/loginchrif.cpp b/src/login/loginchrif.cpp index 03f3217ee6..7ffceedf02 100644 --- a/src/login/loginchrif.cpp +++ b/src/login/loginchrif.cpp @@ -3,8 +3,8 @@ #include "loginchrif.hpp" -#include -#include +#include +#include #include //show notice #include //wfifo session diff --git a/src/login/loginclif.cpp b/src/login/loginclif.cpp index 330150e639..c01bf726e6 100644 --- a/src/login/loginclif.cpp +++ b/src/login/loginclif.cpp @@ -3,11 +3,12 @@ #include "loginclif.hpp" -#include -#include +#include +#include #include #include +#include #include #include //show notice #include //wfifo session @@ -31,10 +32,12 @@ * .B (SC_NOTIFY_BAN) */ static void logclif_sent_auth_result(int fd,char result){ - WFIFOHEAD(fd,3); - WFIFOW(fd,0) = 0x81; - WFIFOB(fd,2) = result; - WFIFOSET(fd,3); + PACKET_SC_NOTIFY_BAN p = {}; + + p.packetType = HEADER_SC_NOTIFY_BAN; + p.result = result; + + socket_send( fd, p ); } /** @@ -49,16 +52,6 @@ static void logclif_auth_ok(struct login_session_data* sd) { uint32 subnet_char_ip; int i; -#if PACKETVER < 20170315 - int cmd = 0x69; // AC_ACCEPT_LOGIN - int header = 47; - int size = 32; -#else - int cmd = 0xac4; // AC_ACCEPT_LOGIN3 - int header = 64; - int size = 160; -#endif - if( !global_core->is_running() ){ // players can only login while running logclif_sent_auth_result(fd,1); // server closed @@ -118,33 +111,39 @@ static void logclif_auth_ok(struct login_session_data* sd) { login_log(ip, sd->userid, 100, "login ok"); ShowStatus("Connection of the account '%s' accepted.\n", sd->userid); - WFIFOHEAD(fd,header+size*server_num); - WFIFOW(fd,0) = cmd; - WFIFOW(fd,2) = header+size*server_num; - WFIFOL(fd,4) = sd->login_id1; - WFIFOL(fd,8) = sd->account_id; - WFIFOL(fd,12) = sd->login_id2; - WFIFOL(fd,16) = 0; // in old version, that was for ip (not more used) - //memcpy(WFIFOP(fd,20), sd->lastlogin, 24); // in old version, that was for name (not more used) - memset(WFIFOP(fd,20), 0, 24); - WFIFOW(fd,44) = 0; // unknown - WFIFOB(fd,46) = sex_str2num(sd->sex); + PACKET_AC_ACCEPT_LOGIN* p = (PACKET_AC_ACCEPT_LOGIN*)packet_buffer; + + p->packetType = HEADER_AC_ACCEPT_LOGIN; + p->packetLength = sizeof( *p ); + p->login_id1 = sd->login_id1; + p->AID = sd->account_id; + p->login_id2 = sd->login_id2; + // in old version, that was for ip (not more used) + p->last_ip = 0; + // in old version, that was for last login time (not more used) + safestrncpy( p->last_login, "", sizeof( p->last_login ) ); + p->sex = sex_str2num( sd->sex ); #if PACKETVER >= 20170315 - safestrncpy( WFIFOCP( fd, 47 ), sd->web_auth_token, WEB_AUTH_TOKEN_LENGTH ); // web authentication token + safestrncpy( p->token, sd->web_auth_token, WEB_AUTH_TOKEN_LENGTH ); // web authentication token #endif + for( i = 0, n = 0; i < ARRAYLENGTH(ch_server); ++i ) { if( !session_isValid(ch_server[i].fd) ) continue; subnet_char_ip = lan_subnetcheck(ip); // Advanced subnet check [LuzZza] - WFIFOL(fd,header+n*size) = htonl((subnet_char_ip) ? subnet_char_ip : ch_server[i].ip); - WFIFOW(fd,header+n*size+4) = ntows(htons(ch_server[i].port)); // [!] LE byte order here [!] - memcpy(WFIFOP(fd,header+n*size+6), ch_server[i].name, 20); - WFIFOW(fd,header+n*size+26) = login_get_usercount( ch_server[i].users ); - WFIFOW(fd,header+n*size+28) = ch_server[i].type; - WFIFOW(fd,header+n*size+30) = ch_server[i].new_; + + PACKET_AC_ACCEPT_LOGIN_sub& char_server = p->char_servers[n]; + + char_server.ip = htonl( ( subnet_char_ip ) ? subnet_char_ip : ch_server[i].ip ); + char_server.port = ntows( htons( ch_server[i].port ) ); // [!] LE byte order here [!] + safestrncpy( char_server.name, ch_server[i].name, sizeof( char_server.name ) ); + char_server.users = login_get_usercount( ch_server[i].users ); + char_server.type = ch_server[i].type; + char_server.new_ = ch_server[i].new_; #if PACKETVER >= 20170315 - memset(WFIFOP(fd, header+n*size+32), 0, 128); // Unknown + memset( &char_server.unknown, 0, sizeof( char_server.unknown ) ); #endif + #ifdef DEBUG ShowDebug( "Sending the client (%d %d.%d.%d.%d) to char-server %s with ip %d.%d.%d.%d and port " @@ -152,9 +151,12 @@ static void logclif_auth_ok(struct login_session_data* sd) { sd->account_id, CONVIP(ip), ch_server[i].name, CONVIP((subnet_char_ip) ? subnet_char_ip : ch_server[i].ip), ch_server[i].port); #endif + n++; + p->packetLength += sizeof( char_server ); } - WFIFOSET(fd,header+size*server_num); + + socket_send( fd, p ); // create temporary auth entry login_add_auth_node( sd, ip ); @@ -165,6 +167,16 @@ static void logclif_auth_ok(struct login_session_data* sd) { data->waiting_disconnect = add_timer(gettick()+AUTH_TIMEOUT, login_waiting_disconnect_timer, sd->account_id, 0); } +static void logclif_auth_failed( int fd, int result, const char* unblock_time = "" ){ + PACKET_AC_REFUSE_LOGIN p = {}; + + p.packetType = HEADER_AC_REFUSE_LOGIN; + p.error = result; + safestrncpy( p.unblock_time, "", sizeof( p.unblock_time ) ); + + socket_send( fd, p ); +} + /** * Inform client that auth has failed. * @param sd: player session @@ -210,33 +222,18 @@ static void logclif_auth_failed(struct login_session_data* sd, int result) { if( (result == 0 || result == 1) && login_config.dynamic_pass_failure_ban ) ipban_log(ip); // log failed password attempt -#if PACKETVER >= 20120000 /* not sure when this started */ - WFIFOHEAD(fd,26); - WFIFOW(fd,0) = 0x83e; - WFIFOL(fd,2) = result; - if( result != 6 ) - memset(WFIFOP(fd,6), '\0', 20); - else { // 6 = You are prohibited to log in until %s + // 6 = You are prohibited to log in until %s + if( result == 6 ){ + char unblock_time[20]; struct mmo_account acc; AccountDB* accounts = login_get_accounts_db(); - time_t unban_time = ( accounts->load_str(accounts, &acc, sd->userid) ) ? acc.unban_time : 0; - timestamp2string(WFIFOCP(fd,6), 20, unban_time, login_config.date_format); + time_t unban_time = ( accounts->load_str( accounts, &acc, sd->userid ) ) ? acc.unban_time : 0; + timestamp2string( unblock_time, sizeof( unblock_time ), unban_time, login_config.date_format ); + + logclif_auth_failed( fd, result, unblock_time ); + }else{ + logclif_auth_failed( fd, result ); } - WFIFOSET(fd,26); -#else - WFIFOHEAD(fd,23); - WFIFOW(fd,0) = 0x6a; - WFIFOB(fd,2) = (uint8)result; - if( result != 6 ) - memset(WFIFOP(fd,3), '\0', 20); - else { // 6 = You are prohibited to log in until %s - struct mmo_account acc; - AccountDB* accounts = login_get_accounts_db(); - time_t unban_time = ( accounts->load_str(accounts, &acc, sd->userid) ) ? acc.unban_time : 0; - timestamp2string(WFIFOCP(fd,3), 20, unban_time, login_config.date_format); - } - WFIFOSET(fd,23); -#endif } /** @@ -245,11 +242,9 @@ static void logclif_auth_failed(struct login_session_data* sd, int result) { * @param fd: fd to parse from (client fd) * @return 0 not enough info transmitted, 1 success */ -static int logclif_parse_keepalive(int fd){ - if (RFIFOREST(fd) < 26) - return 0; - RFIFOSKIP(fd,26); - return 1; +static bool logclif_parse_keepalive( int fd, struct login_session_data& ){ + // Do nothing + return true; } /** @@ -258,114 +253,120 @@ static int logclif_parse_keepalive(int fd){ * @param fd: fd to parse from (client fd) * @return 0 not enough info transmitted, 1 success */ -static int logclif_parse_updclhash(int fd, struct login_session_data *sd){ - if (RFIFOREST(fd) < 18) - return 0; - sd->has_client_hash = 1; - memcpy(sd->client_hash, RFIFOP(fd, 2), 16); - RFIFOSKIP(fd,18); - return 1; +static bool logclif_parse_updclhash( int fd, struct login_session_data& sd ){ + PACKET_CA_EXE_HASHCHECK* p = (PACKET_CA_EXE_HASHCHECK*)RFIFOP( fd, 0 ); + + sd.has_client_hash = 1; + memcpy( sd.client_hash, p->hash, sizeof( sd.client_hash ) ); + + return true; } -/** - * Received a connection request. - * @param fd: file descriptor to parse from (client) - * @param sd: client session - * @param command: packet type sent - * @param ip: ipv4 address (client) - * S 0064 .L .24B .24B .B - * S 0277 .L .24B .24B .B .16B .13B - * S 02b0 .L .24B .24B .B .16B .13B .B - * S 01dd .L .24B .16B .B - * S 01fa .L .24B .16B .B .B(index of the connection in the clientinfo file (+10 if the command-line contains "pc")) - * S 027c .L .24B .16B .B .13B(junk) - * S 0825 .W .L .B .24B .27B .17B .15B .(packetsize - 0x5C)B - * @param fd: fd to parse from (client fd) - * @return 0 failure, 1 success - */ -static int logclif_parse_reqauth(int fd, struct login_session_data *sd, int command, char* ip){ - size_t packet_len = RFIFOREST(fd); +template +static bool logclif_parse_reqauth_raw( int fd, login_session_data& sd ){ + P* p = (P*)RFIFOP( fd, 0 ); - if( (command == 0x0064 && packet_len < 55) - || (command == 0x0277 && packet_len < 84) - || (command == 0x02b0 && packet_len < 85) - || (command == 0x01dd && packet_len < 47) - || (command == 0x01fa && packet_len < 48) - || (command == 0x027c && packet_len < 60) - || (command == 0x0825 && (packet_len < 4 || packet_len < RFIFOW(fd, 2))) ) - return 0; - else { - int result; - char username[NAME_LENGTH]; - char password[PASSWD_LENGTH]; - unsigned char passhash[16]; - uint8 clienttype; - bool israwpass = (command==0x0064 || command==0x0277 || command==0x02b0 || command == 0x0825); + char ip[16]; + uint32 ipl = session[fd]->client_addr; + ip2str( ipl, ip ); - // Shinryo: For the time being, just use token as password. - if(command == 0x0825) { - char *accname = RFIFOCP(fd, 9); - char *token = RFIFOCP(fd, 0x5C); - size_t uAccLen = strlen(accname); - size_t uTokenLen = RFIFOREST(fd) - 0x5C; + safestrncpy( sd.userid, p->username, sizeof( sd.userid ) ); + sd.clienttype = p->clienttype; - if(uAccLen > NAME_LENGTH - 1 || uAccLen == 0 || uTokenLen > NAME_LENGTH - 1 || uTokenLen == 0) - { - logclif_auth_failed(sd, 3); - return 0; - } + ShowStatus( "Request for connection of %s (ip: %s)\n", sd.userid, ip ); + safestrncpy( sd.passwd, p->password, PASSWD_LENGTH ); - safestrncpy(username, accname, uAccLen + 1); - safestrncpy(password, token, uTokenLen + 1); - clienttype = RFIFOB(fd, 8); - } - else - { - safestrncpy(username, RFIFOCP(fd,6), NAME_LENGTH); - if( israwpass ) - { - safestrncpy(password, RFIFOCP(fd,30), PASSWD_LENGTH); - clienttype = RFIFOB(fd,54); - } - else - { - memcpy(passhash, RFIFOP(fd,30), 16); - clienttype = RFIFOB(fd,46); - } - } - RFIFOSKIP(fd,RFIFOREST(fd)); // assume no other packet was sent - - sd->clienttype = clienttype; - safestrncpy(sd->userid, username, NAME_LENGTH); - if( israwpass ) - { - ShowStatus("Request for connection of %s (ip: %s)\n", sd->userid, ip); - safestrncpy(sd->passwd, password, PASSWD_LENGTH); - if( login_config.use_md5_passwds ) - MD5_String(sd->passwd, sd->passwd); - sd->passwdenc = 0; - } - else - { - ShowStatus("Request for connection (passwdenc mode) of %s (ip: %s)\n", sd->userid, ip); - bin2hex(sd->passwd, passhash, 16); // raw binary data here! - sd->passwdenc = PASSWORDENC; - } - - if( sd->passwdenc != 0 && login_config.use_md5_passwds ) - { - logclif_auth_failed(sd, 3); // send "rejected from server" - return 0; - } - - result = login_mmo_auth(sd, false); - - if( result == -1 ) - logclif_auth_ok(sd); - else - logclif_auth_failed(sd, result); + if( login_config.use_md5_passwds ){ + MD5_String( sd.passwd, sd.passwd ); } - return 1; + + sd.passwdenc = 0; + + int result = login_mmo_auth( &sd, false ); + + if( result == -1 ){ + logclif_auth_ok( &sd ); + }else{ + logclif_auth_failed( &sd, result ); + } + + return true; +} + +template +static bool logclif_parse_reqauth_md5( int fd, login_session_data& sd ){ + P* p = (P*)RFIFOP( fd, 0 ); + + char ip[16]; + uint32 ipl = session[fd]->client_addr; + ip2str( ipl, ip ); + + safestrncpy( sd.userid, p->username, sizeof( sd.userid ) ); + sd.clienttype = p->clienttype; + + ShowStatus( "Request for connection (passwdenc mode) of %s (ip: %s)\n", sd.userid, ip ); + bin2hex( sd.passwd, p->passwordMD5, sizeof( p->passwordMD5 ) ); // raw binary data here! + + sd.passwdenc = PASSWORDENC; + + if( login_config.use_md5_passwds ){ + logclif_auth_failed( &sd, 3 ); // send "rejected from server" + return false; + } + + int result = login_mmo_auth( &sd, false ); + + if( result == -1 ){ + logclif_auth_ok( &sd ); + }else{ + logclif_auth_failed( &sd, result ); + } + + return true; +} + +template +static bool logclif_parse_reqauth_sso( int fd, login_session_data& sd ){ + P* p = (P*)RFIFOP( fd, 0 ); + + char ip[16]; + uint32 ipl = session[fd]->client_addr; + ip2str( ipl, ip ); + + size_t token_length = p->packetLength - sizeof( *p ); + + safestrncpy( sd.userid, p->username, sizeof( sd.userid ) ); + sd.clienttype = p->clienttype; + + ShowStatus( "Request for connection (SSO mode) of %s (ip: %s)\n", sd.userid, ip ); + // Shinryo: For the time being, just use token as password. + safestrncpy( sd.passwd, p->token, token_length + 1 ); + + if( login_config.use_md5_passwds ){ + MD5_String( sd.passwd, sd.passwd ); + } + + sd.passwdenc = 0; + + int result = login_mmo_auth( &sd, false ); + + if( result == -1 ){ + logclif_auth_ok( &sd ); + }else{ + logclif_auth_failed( &sd, result ); + } + + return true; +} + +static void logclif_reqkey_result( int fd, struct login_session_data& sd ){ + PACKET_AC_ACK_HASH* p = (PACKET_AC_ACK_HASH*)packet_buffer; + + p->packetType = HEADER_AC_ACK_HASH; + p->packetLength = sizeof( *p ) + sd.md5keylen; + strncpy( p->salt, sd.md5key, sd.md5keylen ); + + socket_send( fd, p ); } /** @@ -374,19 +375,14 @@ static int logclif_parse_reqauth(int fd, struct login_session_data *sd, int comm * @param sd: client session * @return 1 success */ -static int logclif_parse_reqkey(int fd, struct login_session_data *sd){ - RFIFOSKIP(fd,2); - { - memset(sd->md5key, '\0', sizeof(sd->md5key)); - sd->md5keylen = (uint16)(12 + rnd() % 4); - MD5_Salt(sd->md5keylen, sd->md5key); +static bool logclif_parse_reqkey( int fd, struct login_session_data& sd ){ + PACKET_CA_REQ_HASH* p_in = (PACKET_CA_REQ_HASH*)RFIFOP( fd, 0 ); + + sd.md5keylen = sizeof( sd.md5key ); + MD5_Salt( sd.md5keylen, sd.md5key ); + + logclif_reqkey_result( fd, sd ); - WFIFOHEAD(fd,4 + sd->md5keylen); - WFIFOW(fd,0) = 0x01dc; - WFIFOW(fd,2) = 4 + sd->md5keylen; - memcpy(WFIFOP(fd,4), sd->md5key, sd->md5keylen); - WFIFOSET(fd,WFIFOW(fd,2)); - } return 1; } @@ -464,20 +460,43 @@ static int logclif_parse_reqcharconnec(int fd, struct login_session_data *sd, ch return 1; } -int logclif_parse_otp_login( int fd, struct login_session_data* sd ){ - RFIFOSKIP( fd, 68 ); +static void logclif_otp_result( int fd ){ + PACKET_TC_RESULT p = {}; - WFIFOHEAD( fd, 34 ); - WFIFOW( fd, 0 ) = 0xae3; - WFIFOW( fd, 2 ) = 34; - WFIFOL( fd, 4 ) = 0; // normal login - safestrncpy( WFIFOCP( fd, 8 ), "S1000", 6 ); - safestrncpy( WFIFOCP( fd, 28 ), "token", 6 ); - WFIFOSET( fd, 34 ); + p.packetType = HEADER_TC_RESULT; + p.packetLength = sizeof( p ); + p.type = 0; // normal login + safestrncpy( p.unknown1, "S1000", sizeof( p.unknown1 ) ); + safestrncpy( p.unknown2, "token", sizeof( p.unknown2 ) ); + + socket_send( fd, p ); +} + +static bool logclif_parse_otp_login( int fd, struct login_session_data& ){ + PACKET_CT_AUTH* p = (PACKET_CT_AUTH*)RFIFOP( fd, 0 ); + + logclif_otp_result( fd ); return 1; } +class LoginPacketDatabase : public PacketDatabase{ +public: + LoginPacketDatabase(){ + this->add( HEADER_CA_CONNECT_INFO_CHANGED, true, sizeof( PACKET_CA_CONNECT_INFO_CHANGED ), logclif_parse_keepalive ); + this->add( HEADER_CA_EXE_HASHCHECK, true, sizeof( PACKET_CA_EXE_HASHCHECK ), logclif_parse_updclhash ); + this->add( HEADER_CA_LOGIN, true, sizeof( PACKET_CA_LOGIN ), logclif_parse_reqauth_raw ); + this->add( HEADER_CA_LOGIN_PCBANG, true, sizeof( PACKET_CA_LOGIN_PCBANG ), logclif_parse_reqauth_raw ); + this->add( HEADER_CA_LOGIN_CHANNEL, true, sizeof( PACKET_CA_LOGIN_CHANNEL ), logclif_parse_reqauth_raw ); + this->add( HEADER_CA_LOGIN2, true, sizeof( PACKET_CA_LOGIN2 ), logclif_parse_reqauth_md5 ); + this->add( HEADER_CA_LOGIN3, true, sizeof( PACKET_CA_LOGIN3 ), logclif_parse_reqauth_md5 ); + this->add( HEADER_CA_LOGIN4, true, sizeof( PACKET_CA_LOGIN4 ), logclif_parse_reqauth_md5 ); + this->add( HEADER_CA_SSO_LOGIN_REQ, false, sizeof( PACKET_CA_SSO_LOGIN_REQ ), logclif_parse_reqauth_sso ); + this->add( HEADER_CA_REQ_HASH, true, sizeof( PACKET_CA_REQ_HASH ), logclif_parse_reqkey ); + this->add( HEADER_CT_AUTH, true, sizeof( PACKET_CT_AUTH ), logclif_parse_otp_login ); + } +} login_packet_db; + /** * Entry point from client to log-server. * Function that checks incoming command, then splits it to the correct handler. @@ -498,17 +517,15 @@ int logclif_parse(int fd) { return 0; } - if( sd == NULL ) - { + if( sd == nullptr ){ // Perform ip-ban check if( login_config.ipban && ipban_check(ipl) ) { ShowStatus("Connection refused: IP isn't authorised (deny/allow, ip: %s).\n", ip); login_log(ipl, "unknown", -3, "ip banned"); - WFIFOHEAD(fd,23); - WFIFOW(fd,0) = 0x6a; - WFIFOB(fd,2) = 3; // 3 = Rejected from Server - WFIFOSET(fd,23); + + logclif_auth_failed( fd, 3 ); // 3 = Rejected from Server + set_eof(fd); return 0; } @@ -521,46 +538,21 @@ int logclif_parse(int fd) { while( RFIFOREST(fd) >= 2 ) { uint16 command = RFIFOW(fd,0); - int next=1; - switch( command ) - { - // New alive packet: used to verify if client is always alive. - case 0x0200: next = logclif_parse_keepalive(fd); break; - // client md5 hash (binary) - case 0x0204: next = logclif_parse_updclhash(fd,sd); break; - // request client login (raw password) - case 0x0064: // S 0064 .L .24B .24B .B - case 0x0277: // S 0277 .L .24B .24B .B .16B .13B - case 0x02b0: // S 02b0 .L .24B .24B .B .16B .13B .B - // request client login (md5-hashed password) - case 0x01dd: // S 01dd .L .24B .16B .B - case 0x01fa: // S 01fa .L .24B .16B .B .B(index of the connection in the clientinfo file (+10 if the command-line contains "pc")) - case 0x027c: // S 027c .L .24B .16B .B .13B(junk) - case 0x0825: // S 0825 .W .L .B .24B .27B .17B .15B .(packetsize - 0x5C)B - next = logclif_parse_reqauth(fd, sd, command, ip); - break; - // Sending request of the coding key - case 0x01db: next = logclif_parse_reqkey(fd, sd); break; - // OTP token login - case 0x0acf: - next = logclif_parse_otp_login( fd, sd ); - break; - // Connection request of a char-server - case 0x2710: logclif_parse_reqcharconnec(fd,sd, ip); return 0; // processing will continue elsewhere - default: - ShowNotice("Abnormal end of connection (ip: %s): Unknown packet 0x%x\n", ip, command); - set_eof(fd); - return 0; + switch( command ){ + // Connection request of a char-server + case 0x2710: logclif_parse_reqcharconnec(fd,sd, ip); return 0; // processing will continue elsewhere + default: + if( !login_packet_db.handle( fd, *sd ) ){ + return 0; + } + break; } - if(next==0) return 0; // avoid processing of followup packets (prev was probably incomplete) } return 0; } - - /// Constructor destructor /** diff --git a/src/login/logincnslif.cpp b/src/login/logincnslif.cpp index 8fbf444486..559ec78097 100644 --- a/src/login/logincnslif.cpp +++ b/src/login/logincnslif.cpp @@ -3,8 +3,8 @@ #include "logincnslif.hpp" -#include -#include +#include +#include #include #include diff --git a/src/login/loginlog.cpp b/src/login/loginlog.cpp index 7a45d21c75..aaeab55d84 100644 --- a/src/login/loginlog.cpp +++ b/src/login/loginlog.cpp @@ -3,8 +3,8 @@ #include "loginlog.hpp" -#include // exit -#include +#include // exit +#include #include #include @@ -13,21 +13,14 @@ #include #include -// global sql settings (in ipban_sql.cpp) -static char global_db_hostname[64] = "127.0.0.1"; // Doubled to reflect the change on commit #0f2dd7f -static uint16 global_db_port = 3306; -static char global_db_username[32] = "ragnarok"; -static char global_db_password[32] = ""; //empty by default since mysql is empty by default as well -static char global_db_database[32] = "ragnarok"; -static char global_codepage[32] = ""; -// local sql settings -static char log_db_hostname[64] = ""; // Doubled to reflect the change on commit #0f2dd7f -static uint16 log_db_port = 0; -static char log_db_username[32] = ""; -static char log_db_password[32] = ""; -static char log_db_database[32] = ""; -static char log_codepage[32] = ""; -static char log_login_db[256] = "loginlog"; + +std::string log_db_hostname = "127.0.0.1"; +uint16 log_db_port = 3306; +std::string log_db_username = "ragnarok"; +std::string log_db_password = ""; +std::string log_db_database = "ragnarok"; +std::string log_login_db = "loginlog"; +std::string log_codepage = ""; static Sql* sql_handle = NULL; static bool enabled = false; @@ -46,7 +39,7 @@ unsigned long loginlog_failedattempts(uint32 ip, unsigned int minutes) { return 0; if( SQL_ERROR == Sql_Query(sql_handle, "SELECT count(*) FROM `%s` WHERE `ip` = '%s' AND (`rcode` = '0' OR `rcode` = '1') AND `time` > NOW() - INTERVAL %d MINUTE", - log_login_db, ip2str(ip,NULL), minutes) )// how many times failed account? in one ip. + log_login_db.c_str(), ip2str(ip,NULL), minutes) )// how many times failed account? in one ip. Sql_ShowDebug(sql_handle); if( SQL_SUCCESS == Sql_NextRow(sql_handle) ) @@ -80,7 +73,7 @@ void login_log(uint32 ip, const char* username, int rcode, const char* message) retcode = Sql_Query(sql_handle, "INSERT INTO `%s`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '%s', '%s', '%d', '%s')", - log_login_db, ip2str(ip,NULL), esc_username, rcode, esc_message); + log_login_db.c_str(), ip2str(ip,NULL), esc_username, rcode, esc_message); if( retcode != SQL_SUCCESS ) Sql_ShowDebug(sql_handle); @@ -93,54 +86,26 @@ void login_log(uint32 ip, const char* username, int rcode, const char* message) * @return true if successful, false if config not complete or server already running */ bool loginlog_config_read(const char* key, const char* value) { - const char* signature; - - signature = "sql."; - if( strncmpi(key, signature, strlen(signature)) == 0 ) - { - key += strlen(signature); - if( strcmpi(key, "db_hostname") == 0 ) - safestrncpy(global_db_hostname, value, sizeof(global_db_hostname)); - else - if( strcmpi(key, "db_port") == 0 ) - global_db_port = (uint16)strtoul(value, NULL, 10); - else - if( strcmpi(key, "db_username") == 0 ) - safestrncpy(global_db_username, value, sizeof(global_db_username)); - else - if( strcmpi(key, "db_password") == 0 ) - safestrncpy(global_db_password, value, sizeof(global_db_password)); - else - if( strcmpi(key, "db_database") == 0 ) - safestrncpy(global_db_database, value, sizeof(global_db_database)); - else - if( strcmpi(key, "codepage") == 0 ) - safestrncpy(global_codepage, value, sizeof(global_codepage)); - else - return false;// not found - return true; - } - if( strcmpi(key, "log_db_ip") == 0 ) - safestrncpy(log_db_hostname, value, sizeof(log_db_hostname)); + log_db_hostname = value; else if( strcmpi(key, "log_db_port") == 0 ) log_db_port = (uint16)strtoul(value, NULL, 10); else if( strcmpi(key, "log_db_id") == 0 ) - safestrncpy(log_db_username, value, sizeof(log_db_username)); + log_db_username = value; else if( strcmpi(key, "log_db_pw") == 0 ) - safestrncpy(log_db_password, value, sizeof(log_db_password)); + log_db_password = value; else if( strcmpi(key, "log_db_db") == 0 ) - safestrncpy(log_db_database, value, sizeof(log_db_database)); + log_db_database = value; else if( strcmpi(key, "log_codepage") == 0 ) - safestrncpy(log_codepage, value, sizeof(log_codepage)); + log_codepage = value; else if( strcmpi(key, "log_login_db") == 0 ) - safestrncpy(log_login_db, value, sizeof(log_login_db)); + log_login_db = value; else return false; @@ -156,44 +121,18 @@ bool loginlog_config_read(const char* key, const char* value) { * @return true if success else exit execution */ bool loginlog_init(void) { - const char* username; - const char* password; - const char* hostname; - uint16 port; - const char* database; - const char* codepage; - - if( log_db_hostname[0] != '\0' ) - {// local settings - username = log_db_username; - password = log_db_password; - hostname = log_db_hostname; - port = log_db_port; - database = log_db_database; - codepage = log_codepage; - } - else - {// global settings - username = global_db_username; - password = global_db_password; - hostname = global_db_hostname; - port = global_db_port; - database = global_db_database; - codepage = global_codepage; - } - sql_handle = Sql_Malloc(); - if( SQL_ERROR == Sql_Connect(sql_handle, username, password, hostname, port, database) ) + if( SQL_ERROR == Sql_Connect(sql_handle, log_db_username.c_str(), log_db_password.c_str(), log_db_hostname.c_str(), log_db_port, log_db_database.c_str()) ) { - ShowError("Couldn't connect with uname='%s',passwd='%s',host='%s',port='%d',database='%s'\n", - username, password, hostname, port, database); + ShowError("Couldn't connect with uname='%s',host='%s',port='%hu',database='%s'\n", + log_db_username.c_str(), log_db_hostname.c_str(), log_db_port, log_db_database.c_str()); Sql_ShowDebug(sql_handle); Sql_Free(sql_handle); exit(EXIT_FAILURE); } - if( codepage[0] != '\0' && SQL_ERROR == Sql_SetEncoding(sql_handle, codepage) ) + if( !log_codepage.empty() && SQL_ERROR == Sql_SetEncoding(sql_handle, log_codepage.c_str()) ) Sql_ShowDebug(sql_handle); enabled = true; diff --git a/src/map/achievement.cpp b/src/map/achievement.cpp index 7412e94121..933ae0997b 100644 --- a/src/map/achievement.cpp +++ b/src/map/achievement.cpp @@ -4,10 +4,10 @@ #include "achievement.hpp" #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp index 22d4744715..fe9d780556 100644 --- a/src/map/atcommand.cpp +++ b/src/map/atcommand.cpp @@ -3,12 +3,11 @@ #include "atcommand.hpp" +#include +#include #include #include -#include -#include - #include #include #include @@ -809,7 +808,7 @@ ACMD_FUNC(who) { } default: { struct party_data *p = party_search(pl_sd->status.party_id); - struct guild *g = pl_sd->guild; + auto &g = pl_sd->guild; StringBuf_Printf(&buf, msg_txt(sd,343), pl_sd->status.name); // "Name: %s " if (pc_get_group_id(pl_sd) > 0) // Player title, if exists @@ -817,7 +816,7 @@ ACMD_FUNC(who) { if (p != NULL) StringBuf_Printf(&buf, msg_txt(sd,345), p->party.name); // " | Party: '%s'" if (g != NULL) - StringBuf_Printf(&buf, msg_txt(sd,346), g->name); // " | Guild: '%s'" + StringBuf_Printf(&buf, msg_txt(sd,346), g->guild.name); // " | Guild: '%s'" break; } } @@ -861,7 +860,6 @@ ACMD_FUNC(whogm) int level; char match_text[CHAT_SIZE_MAX]; char player_name[NAME_LENGTH]; - struct guild *g; struct party_data *p; nullpo_retr(-1, sd); @@ -914,10 +912,10 @@ ACMD_FUNC(whogm) clif_displaymessage(fd, atcmd_output); p = party_search(pl_sd->status.party_id); - g = pl_sd->guild; + auto &g = pl_sd->guild; sprintf(atcmd_output,msg_txt(sd,916), // Party: '%s' | Guild: '%s' - p?p->party.name:msg_txt(sd,917), g?g->name:msg_txt(sd,917)); // None. + p?p->party.name:msg_txt(sd,917), g?g->guild.name:msg_txt(sd,917)); // None. clif_displaymessage(fd, atcmd_output); count++; @@ -2382,6 +2380,18 @@ ACMD_FUNC(refine) clif_displaymessage(fd, atcmd_output); sprintf(atcmd_output, msg_txt(sd,1006), EQP_HEAD_MID); // %d: Mid Headgear clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1521), EQP_SHADOW_ARMOR); // %d: Shadow Armor + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1522), EQP_SHADOW_WEAPON); // %d: Shadow Weapon + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1523), EQP_SHADOW_SHIELD); // %d: Shadow Shield + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1524), EQP_SHADOW_SHOES); // %d: Shadow Shoes + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1525), EQP_SHADOW_ACC_R); // %d: Shadow Right Accessory + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1526), EQP_SHADOW_ACC_L); // %d: Shadow Left Accessory + clif_displaymessage(fd, atcmd_output); return -1; } @@ -3038,7 +3048,6 @@ ACMD_FUNC(trait_all) { ACMD_FUNC(guildlevelup) { int level = 0; short added_level; - struct guild *guild_info; nullpo_retr(-1, sd); if (!message || !*message || sscanf(message, "%11d", &level) < 1 || level == 0) { @@ -3046,7 +3055,9 @@ ACMD_FUNC(guildlevelup) { return -1; } - if (sd->status.guild_id <= 0 || (guild_info = sd->guild) == NULL) { + auto &guild_info = sd->guild; + + if (sd->status.guild_id <= 0 || guild_info == nullptr) { clif_displaymessage(fd, msg_txt(sd,43)); // You're not in a guild. return -1; } @@ -3056,13 +3067,13 @@ ACMD_FUNC(guildlevelup) { //} added_level = (short)level; - if (level > 0 && (level > MAX_GUILDLEVEL || added_level > ((short)MAX_GUILDLEVEL - guild_info->guild_lv))) // fix positive overflow - added_level = (short)MAX_GUILDLEVEL - guild_info->guild_lv; - else if (level < 0 && (level < -MAX_GUILDLEVEL || added_level < (1 - guild_info->guild_lv))) // fix negative overflow - added_level = 1 - guild_info->guild_lv; + if (level > 0 && (level > MAX_GUILDLEVEL || added_level > ((short)MAX_GUILDLEVEL - guild_info->guild.guild_lv))) // fix positive overflow + added_level = (short)MAX_GUILDLEVEL - guild_info->guild.guild_lv; + else if (level < 0 && (level < -MAX_GUILDLEVEL || added_level < (1 - guild_info->guild.guild_lv))) // fix negative overflow + added_level = 1 - guild_info->guild.guild_lv; if (added_level != 0) { - intif_guild_change_basicinfo(guild_info->guild_id, GBI_GUILDLV, &added_level, sizeof(added_level)); + intif_guild_change_basicinfo(guild_info->guild.guild_id, GBI_GUILDLV, &added_level, sizeof(added_level)); clif_displaymessage(fd, msg_txt(sd,179)); // Guild level changed. } else { clif_displaymessage(fd, msg_txt(sd,45)); // Guild level change failed. @@ -3844,12 +3855,10 @@ ACMD_FUNC(breakguild) nullpo_retr(-1, sd); if (sd->status.guild_id) { // Check if the player has a guild - struct guild *g; - g = sd->guild; // Search the guild - if (g) { // Check if guild was found + if (sd->guild) { // Check if guild was found if (sd->state.gmaster_flag) { // Check if player is guild master int ret = 0; - ret = guild_break(sd, g->name); // Break guild + ret = guild_break(sd, sd->guild->guild.name); // Break guild if (ret) { // Check if anything went wrong return 0; // Guild was broken } else { @@ -4071,7 +4080,6 @@ ACMD_FUNC(guildrecall) struct s_mapiterator* iter; int count; char guild_name[NAME_LENGTH]; - struct guild *g; nullpo_retr(-1, sd); memset(guild_name, '\0', sizeof(guild_name)); @@ -4087,9 +4095,8 @@ ACMD_FUNC(guildrecall) return -1; } - if ((g = guild_searchname(guild_name)) == NULL && // name first to avoid error when name begin with a number - (g = guild_search(atoi(message))) == NULL) - { + auto g = guild_searchnameid(guild_name); + if (!g) { clif_displaymessage(fd, msg_txt(sd,94)); // Incorrect name/ID, or no one from the guild is online. return -1; } @@ -4099,7 +4106,7 @@ ACMD_FUNC(guildrecall) iter = mapit_getallusers(); for( pl_sd = (TBL_PC*)mapit_first(iter); mapit_exists(iter); pl_sd = (TBL_PC*)mapit_next(iter) ) { - if (sd->status.account_id != pl_sd->status.account_id && pl_sd->status.guild_id == g->guild_id) + if (sd->status.account_id != pl_sd->status.account_id && pl_sd->status.guild_id == g->guild.guild_id) { if (pc_get_group_level(pl_sd) > pc_get_group_level(sd) || (pl_sd->bl.m == sd->bl.m && pl_sd->bl.x == sd->bl.x && pl_sd->bl.y == sd->bl.y)) continue; // Skip GMs greater than you... or chars already on the cell @@ -4114,7 +4121,7 @@ ACMD_FUNC(guildrecall) } mapit_free(iter); - sprintf(atcmd_output, msg_txt(sd,93), g->name); // All online characters of the %s guild have been recalled to your position. + sprintf(atcmd_output, msg_txt(sd,93), g->guild.name); // All online characters of the %s guild have been recalled to your position. clif_displaymessage(fd, atcmd_output); if (count) { sprintf(atcmd_output, msg_txt(sd,1033), count); // Because you are not authorized to warp from some maps, %d player(s) have not been recalled. @@ -4432,7 +4439,7 @@ ACMD_FUNC(mapinfo) { } /* Skill damage adjustment info [Cydh] */ - if (mapdata->flag[MF_SKILL_DAMAGE]) { + if (mapdata->getMapFlag(MF_SKILL_DAMAGE)) { clif_displaymessage(fd,msg_txt(sd,1052)); // Skill Damage Adjustments: sprintf(atcmd_output, msg_txt(sd, 1053), // > [Map] %d%%, %d%%, %d%%, %d%% | Caster:%d mapdata->damage_adjust.rate[SKILLDMG_PC], @@ -4507,6 +4514,10 @@ ACMD_FUNC(mapinfo) { strcat(atcmd_output, " NoGo |"); // if (map_getmapflag(m_id, MF_NOMEMO)) strcat(atcmd_output, " NoMemo |"); + if (map_getmapflag(m_id, MF_PRIVATEAIRSHIP_SOURCE)) + strcat(atcmd_output, " PrivateAirship_Source |"); + if (map_getmapflag(m_id, MF_PRIVATEAIRSHIP_DESTINATION)) + strcat(atcmd_output, " PrivateAirship_Destination |"); clif_displaymessage(fd, atcmd_output); sprintf(atcmd_output, msg_txt(sd,1065), // No Exp Penalty: %s | No Zeny Penalty: %s @@ -4567,9 +4578,6 @@ ACMD_FUNC(mapinfo) { strcat(atcmd_output, " Reset |"); if (map_getmapflag(m_id, MF_HIDEMOBHPBAR)) strcat(atcmd_output, " HideMobHPBar |"); - clif_displaymessage(fd, atcmd_output); - - strcpy(atcmd_output,msg_txt(sd,1051)); // Other Flags2: if (map_getmapflag(m_id, MF_NOCOMMAND)) strcat(atcmd_output, " NoCommand |"); if (map_getmapflag(m_id, MF_NOBASEEXP)) @@ -4580,12 +4588,18 @@ ACMD_FUNC(mapinfo) { strcat(atcmd_output, " NoMobLoot |"); if (map_getmapflag(m_id, MF_NOMVPLOOT)) strcat(atcmd_output, " NoMVPLoot |"); + if (map_getmapflag(m_id, MF_NORENEWALEXPPENALTY)) + strcat(atcmd_output, " NoRenewalExpPenalty |"); + if (map_getmapflag(m_id, MF_NORENEWALDROPPENALTY)) + strcat(atcmd_output, " NoRenewalDropPenalty |"); if (map_getmapflag(m_id, MF_PARTYLOCK)) strcat(atcmd_output, " PartyLock |"); if (map_getmapflag(m_id, MF_GUILDLOCK)) strcat(atcmd_output, " GuildLock |"); if (map_getmapflag(m_id, MF_LOADEVENT)) strcat(atcmd_output, " Loadevent |"); + if (map_getmapflag(m_id, MF_NODYNAMICNPC)) + strcat(atcmd_output, " NoDynamicNPC |"); if (map_getmapflag(m_id, MF_NOMAPCHANNELAUTOJOIN)) strcat(atcmd_output, " NoMapChannelAutoJoin |"); if (map_getmapflag(m_id, MF_NOUSECART)) @@ -4602,6 +4616,14 @@ ACMD_FUNC(mapinfo) { strcat(atcmd_output, " NoTomb |"); if (map_getmapflag(m_id, MF_NOCOSTUME)) strcat(atcmd_output, " NoCostume |"); + if (map_getmapflag(m_id, MF_NOBANK)) + strcat(atcmd_output, " NoBank |"); + if (map_getmapflag(m_id, MF_NOCASHSHOP)) + strcat(atcmd_output, " NoCashShop |"); + if (map_getmapflag(m_id, MF_NORODEX)) + strcat(atcmd_output, " NoRODex |"); + if (map_getmapflag(m_id, MF_NOPETCAPTURE)) + strcat(atcmd_output, " NoPetCapture |"); clif_displaymessage(fd, atcmd_output); switch (list) { @@ -4764,7 +4786,6 @@ ACMD_FUNC(mount_peco) ACMD_FUNC(guildspy) { char guild_name[NAME_LENGTH]; - struct guild *g; nullpo_retr(-1, sd); memset(guild_name, '\0', sizeof(guild_name)); @@ -4780,22 +4801,22 @@ ACMD_FUNC(guildspy) return -1; } - if ((g = guild_searchname(guild_name)) != NULL || // name first to avoid error when name begin with a number - (g = guild_search(atoi(message))) != NULL) { - if (sd->guildspy == g->guild_id) { - sd->guildspy = 0; - sprintf(atcmd_output, msg_txt(sd,103), g->name); // No longer spying on the %s guild. - clif_displaymessage(fd, atcmd_output); - } else { - sd->guildspy = g->guild_id; - sprintf(atcmd_output, msg_txt(sd,104), g->name); // Spying on the %s guild. - clif_displaymessage(fd, atcmd_output); - } - } else { + auto g = guild_searchnameid(guild_name); + if (!g) { clif_displaymessage(fd, msg_txt(sd,94)); // Incorrect name/ID, or no one from the specified guild is online. return -1; } + if (sd->guildspy == g->guild.guild_id) { + sd->guildspy = 0; + sprintf(atcmd_output, msg_txt(sd,103), g->guild.name); // No longer spying on the %s guild. + clif_displaymessage(fd, atcmd_output); + } else { + sd->guildspy = g->guild.guild_id; + sprintf(atcmd_output, msg_txt(sd,104), g->guild.name); // Spying on the %s guild. + clif_displaymessage(fd, atcmd_output); + } + return 0; } @@ -5479,8 +5500,6 @@ ACMD_FUNC(disguiseguild) { int id = 0, i; char monster[NAME_LENGTH], guild[NAME_LENGTH]; - - struct guild *g; memset(monster, '\0', sizeof(monster)); memset(guild, '\0', sizeof(guild)); @@ -5506,14 +5525,15 @@ ACMD_FUNC(disguiseguild) return -1; } - if( (g = guild_searchname(guild)) == NULL && (g = guild_search(atoi(guild))) == NULL ) { + auto g = guild_searchnameid(guild); + if (!g) { clif_displaymessage(fd, msg_txt(sd,94)); // Incorrect name/ID, or no one from the guild is online. return -1; } - for( i = 0; i < g->max_member; i++ ){ + for( i = 0; i < g->guild.max_member; i++ ){ map_session_data *pl_sd; - if( (pl_sd = g->member[i].sd) && !pc_isriding(pl_sd) ) + if( (pl_sd = g->guild.member[i].sd) && !pc_isriding(pl_sd) ) pc_disguise(pl_sd, id); } @@ -5565,7 +5585,6 @@ ACMD_FUNC(undisguiseall) ACMD_FUNC(undisguiseguild) { char guild_name[NAME_LENGTH]; - struct guild *g; int i; nullpo_retr(-1, sd); @@ -5576,14 +5595,15 @@ ACMD_FUNC(undisguiseguild) return -1; } - if( (g = guild_searchname(guild_name)) == NULL && (g = guild_search(atoi(message))) == NULL ) { + auto g = guild_searchnameid(guild_name); + if (!g) { clif_displaymessage(fd, msg_txt(sd,94)); // Incorrect name/ID, or no one from the guild is online. return -1; } - for(i = 0; i < g->max_member; i++){ + for(i = 0; i < g->guild.max_member; i++){ map_session_data *pl_sd; - if( (pl_sd = g->member[i].sd) && pl_sd->disguise ) + if( (pl_sd = g->guild.member[i].sd) && pl_sd->disguise ) pc_disguise(pl_sd, 0); } @@ -5939,6 +5959,62 @@ ACMD_FUNC(dropall) return 0; } +/*========================================== + * @stockall by [Hanashi] + * transfer items from cart to inventory + *------------------------------------------*/ +ACMD_FUNC(stockall) +{ + nullpo_retr(-1, sd); + + if (!pc_iscarton(sd)) { + clif_displaymessage(fd, msg_txt(sd,1533)); // You do not have a cart. + return -1; + } + + int8 type = -1; + if ( message[0] ) { + type = atoi(message); + switch (type) { + case -1: + case IT_HEALING: + case IT_USABLE: + case IT_ETC: + case IT_WEAPON: + case IT_ARMOR: + case IT_CARD: + case IT_PETEGG: + case IT_PETARMOR: + case IT_AMMO: + break; + + default: + clif_displaymessage(fd, msg_txt(sd, 1534)); // Usage: @stockall {} + clif_displaymessage(fd, msg_txt(sd, 1493)); // Type List: (default) all = -1, healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10 + return -1; + } + } + uint16 count = 0, count2 = 0; + for ( uint16 i = 0; i < MAX_CART; i++ ) { + if ( sd->cart.u.items_cart[i].amount > 0 ) { + std::shared_ptr id = item_db.find(sd->cart.u.items_cart[i].nameid); + if ( id == nullptr ) { + ShowDebug("Non-existent item %u on stockall list (account_id: %d, char_id: %d)\n", sd->cart.u.items_cart[i].nameid, sd->status.account_id, sd->status.char_id); + continue; + } + if ( type == -1 || static_cast(type) == id->type ) { + if (pc_getitemfromcart(sd, i, sd->cart.u.items_cart[i].amount)) + count += sd->cart.u.items_cart[i].amount; + else + count2 += sd->cart.u.items_cart[i].amount; + } + } + } + sprintf(atcmd_output, msg_txt(sd,1535), count,count2); // %d items are transferred (%d skipped)! + clif_displaymessage(fd, atcmd_output); + return 0; +} + /*========================================== * @storeall by [MouseJstr] * Put everything into storage @@ -6001,13 +6077,10 @@ ACMD_FUNC(clearstorage) ACMD_FUNC(cleargstorage) { int i, j; - struct guild *g; struct s_storage *gstorage; nullpo_retr(-1, sd); - g = sd->guild; - - if (g == NULL) { + if (!sd->guild) { clif_displaymessage(fd, msg_txt(sd,43)); // You're not in a guild. return -1; } @@ -6460,13 +6533,12 @@ ACMD_FUNC(autotrade) { *------------------------------------------*/ ACMD_FUNC(changegm) { - struct guild *g; map_session_data *pl_sd; nullpo_retr(-1, sd); memset(atcmd_player_name, '\0', sizeof(atcmd_player_name)); - if (sd->status.guild_id == 0 || (g = sd->guild) == NULL || strcmp(g->master,sd->status.name)) { + if (sd->status.guild_id == 0 || sd->guild == NULL || strcmp(sd->guild->guild.master,sd->status.name)) { clif_displaymessage(fd, msg_txt(sd,1181)); // You need to be a Guild Master to use this command. return -1; } @@ -6495,7 +6567,7 @@ ACMD_FUNC(changegm) return -1; } - if( battle_config.guild_leaderchange_delay && DIFF_TICK(time(NULL),sd->guild->last_leader_change) < battle_config.guild_leaderchange_delay ){ + if( battle_config.guild_leaderchange_delay && DIFF_TICK(time(NULL),sd->guild->guild.last_leader_change) < battle_config.guild_leaderchange_delay ){ #if PACKETVER >= 20151001 clif_msg(sd, GUILD_MASTER_DELAY); #else @@ -7186,7 +7258,7 @@ ACMD_FUNC(pettalk) }; int i; ARR_FIND( 0, ARRAYLENGTH(emo), i, stricmp(message, emo[i]) == 0 ); - if( i == ET_DICE1 ) i = rnd()%6 + ET_DICE1; // randomize /dice + if( i == ET_DICE1 ) i = rnd_value(ET_DICE1, ET_DICE6); // randomize /dice if( i < ARRAYLENGTH(emo) ) { if (sd->emotionlasttime + 1 >= time(NULL)) { // not more than 1 per second @@ -7944,7 +8016,7 @@ ACMD_FUNC(hommutate) } if (!message || !*message) { - homun_id = 6048 + (rnd() % 4); + homun_id = rnd_value(MER_EIRA, MER_ELEANOR); } else { homun_id = atoi(message); } @@ -8561,7 +8633,6 @@ ACMD_FUNC(sizeguild) int size = SZ_SMALL, i; char guild[NAME_LENGTH]; map_session_data *pl_sd; - struct guild *g; nullpo_retr(-1, sd); memset(guild, '\0', sizeof(guild)); @@ -8571,15 +8642,16 @@ ACMD_FUNC(sizeguild) return -1; } - if( (g = guild_searchname(guild)) == NULL && (g = guild_search(atoi(guild))) == NULL ) { + auto g = guild_searchnameid(guild); + if (!g) { clif_displaymessage(fd, msg_txt(sd,94)); // Incorrect name/ID, or no one from the guild is online. return -1; } size = cap_value(size,SZ_SMALL,SZ_BIG); - for( i = 0; i < g->max_member; i++ ) { - if( (pl_sd = g->member[i].sd) && pl_sd->state.size != size ) { + for( i = 0; i < g->guild.max_member; i++ ) { + if( (pl_sd = g->guild.member[i].sd) && pl_sd->state.size != size ) { if( pl_sd->state.size ) { pl_sd->state.size = SZ_SMALL; pc_setpos(pl_sd, pl_sd->mapindex, pl_sd->bl.x, pl_sd->bl.y, CLR_TELEPORT); @@ -9060,8 +9132,8 @@ ACMD_FUNC(clone) } do { - x = sd->bl.x + (rnd() % 10 - 5); - y = sd->bl.y + (rnd() % 10 - 5); + x = sd->bl.x + rnd_value(-5, 5); + y = sd->bl.y + rnd_value(-5, 5); } while (map_getcell(sd->bl.m,x,y,CELL_CHKNOPASS) && i++ < 10); if (i >= 10) { @@ -10809,6 +10881,81 @@ ACMD_FUNC( roulette ){ #endif } +/** + * Replaces a card ID in an equip + * Usage: @setcard + */ +ACMD_FUNC(setcard) +{ + nullpo_retr(-1, sd); + + int position = 0, slot, card_id; + + if (!message || !*message || sscanf(message, "%11d %11d %11d", &position, &slot, &card_id) < 3) { + memset(atcmd_output, '\0', sizeof(atcmd_output)); + + clif_displaymessage(fd, msg_txt(sd,1527)); // Please enter the position, the slot number and the card ID (usage: @setcard ). + sprintf(atcmd_output, msg_txt(sd,997), EQP_HEAD_LOW); // %d: Lower Headgear + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,998), EQP_HAND_R); // %d: Right Hand + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,999), EQP_GARMENT); // %d: Garment + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1000), EQP_ACC_L); // %d: Left Accessory + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1001), EQP_ARMOR); // %d: Body Armor + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1002), EQP_HAND_L); // %d: Left Hand + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1003), EQP_SHOES); // %d: Shoes + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1004), EQP_ACC_R); // %d: Right Accessory + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1005), EQP_HEAD_TOP); // %d: Top Headgear + clif_displaymessage(fd, atcmd_output); + sprintf(atcmd_output, msg_txt(sd,1006), EQP_HEAD_MID); // %d: Mid Headgear + return -1; + } + if (position < EQP_HEAD_LOW || position > EQP_HEAD_MID) { + clif_displaymessage(fd, msg_txt(sd,1531)); // Invalid position. + return -1; + } + if (slot < 0 || slot >= MAX_SLOTS) { + clif_displaymessage(fd, msg_txt(sd,1532)); // Invalid slot number. + return -1; + } + if (card_id != 0) { + std::shared_ptr item_data = item_db.find( card_id ); + + if (item_data == nullptr) { + clif_displaymessage(fd, msg_txt(sd,1530)); // Invalid card ID. + return -1; + } + if (item_data->type != IT_CARD) { + clif_displaymessage(fd, msg_txt(sd,1529)); // The item type must be a card or enchant. + return -1; + } + } + + int16 i = pc_checkequip(sd, position); + + if (i < 0) { + clif_displaymessage(fd, msg_txt(sd,1528)); // You are not wearing any equipment in this position. + return -1; + } + + int current_position = sd->inventory.u.items_inventory[i].equip; + + pc_unequipitem(sd, i, 3); + log_pick_pc( sd, LOG_TYPE_COMMAND, -1, &sd->inventory.u.items_inventory[i] ); + sd->inventory.u.items_inventory[i].card[slot] = card_id; + log_pick_pc( sd, LOG_TYPE_COMMAND, 1, &sd->inventory.u.items_inventory[i] ); + clif_delitem(sd, i, 1, 0); + clif_additem(sd, i, 1, 0); + pc_equipitem(sd, i, current_position); + return 0; +} + #include /** @@ -10986,6 +11133,7 @@ void atcommand_basecommands(void) { ACMD_DEF(npcmove), ACMD_DEF(killable), ACMD_DEF(dropall), + ACMD_DEF(stockall), ACMD_DEF(storeall), ACMD_DEF(skillid), ACMD_DEF(useskill), @@ -11135,6 +11283,7 @@ void atcommand_basecommands(void) { ACMD_DEF(addfame), ACMD_DEFR(enchantgradeui, ATCMD_NOCONSOLE|ATCMD_NOAUTOTRADE), ACMD_DEFR(roulette, ATCMD_NOCONSOLE|ATCMD_NOAUTOTRADE), + ACMD_DEF(setcard), }; AtCommandInfo* atcommand; int i; diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 58367fc3ad..b8eb7acbde 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -3,8 +3,8 @@ #include "battle.hpp" -#include -#include +#include +#include #include #include @@ -34,6 +34,8 @@ #include "pc_groups.hpp" #include "pet.hpp" +using namespace rathena; + struct Battle_Config battle_config; static struct eri *delay_damage_ers; //For battle delay damage structures. @@ -41,6 +43,7 @@ static struct eri *delay_damage_ers; //For battle delay damage structures. int battle_get_weapon_element(struct Damage *wd, struct block_list *src, struct block_list *target, uint16 skill_id, uint16 skill_lv, short weapon_position, bool calc_for_damage_only); int battle_get_magic_element(struct block_list* src, struct block_list* target, uint16 skill_id, uint16 skill_lv, int mflag); int battle_get_misc_element(struct block_list* src, struct block_list* target, uint16 skill_id, uint16 skill_lv, int mflag); +static void battle_calc_defense_reduction(struct Damage* wd, struct block_list* src, struct block_list* target, uint16 skill_id, uint16 skill_lv); /** * Returns the current/list skill used by the bl @@ -253,33 +256,42 @@ struct block_list* battle_getenemyarea(struct block_list *src, int x, int y, int return bl_list[rnd()%c]; } -/*========================================== [Playtester] +/** * Deals damage without delay, applies additional effects and triggers monster events * This function is called from battle_delay_damage or battle_delay_damage_sub +* All other instances of battle damage should also go through this function (i.e. anything that displays a damage number) +* Consider calling this function or battle_fix_damage instead status_fix_damage directly * @param src: Source of damage * @param target: Target of damage * @param damage: Damage to be dealt * @param delay: Damage delay * @param skill_lv: Level of skill used -* @param skill_id: ID o skill used +* @param skill_id: ID of skill used * @param dmg_lv: State of the attack (miss, etc.) * @param attack_type: Type of the attack (BF_NORMAL|BF_SKILL|BF_SHORT|BF_LONG|BF_WEAPON|BF_MAGIC|BF_MISC) -* @param additional_effects: Whether additional effect should be applied +* @param additional_effects: Whether additional effects should be applied (otherwise it's just damage+coma) * @param isspdamage: If the damage is done to SP * @param tick: Current tick -*------------------------------------------*/ -void battle_damage(struct block_list *src, struct block_list *target, int64 damage, t_tick delay, uint16 skill_lv, uint16 skill_id, enum damage_lv dmg_lv, unsigned short attack_type, bool additional_effects, t_tick tick, bool isspdamage) { +* @return HP+SP+AP (0 if HP/SP/AP remained unchanged) +*/ +int battle_damage(struct block_list *src, struct block_list *target, int64 damage, t_tick delay, uint16 skill_lv, uint16 skill_id, enum damage_lv dmg_lv, unsigned short attack_type, bool additional_effects, t_tick tick, bool isspdamage) { + int dmg_change; + map_session_data* sd = nullptr; + if (src) + sd = BL_CAST(BL_PC, src); map_freeblock_lock(); if (isspdamage) - status_fix_spdamage(src, target, damage, delay, skill_id); + dmg_change = status_fix_spdamage(src, target, damage, delay, skill_id); + else if (sd && battle_check_coma(*sd, *target, (e_battle_flag)attack_type)) + dmg_change = status_damage(src, target, damage, 0, delay, 16, skill_id); // Coma attack else - status_fix_damage(src, target, damage, delay, skill_id); // We have to separate here between reflect damage and others [icescope] + dmg_change = status_fix_damage(src, target, damage, delay, skill_id); if (attack_type && !status_isdead(target) && additional_effects) skill_additional_effect(src, target, skill_id, skill_lv, attack_type, dmg_lv, tick); - if (dmg_lv > ATK_BLOCK && attack_type) + if (dmg_lv > ATK_BLOCK && attack_type && additional_effects) skill_counter_additional_effect(src, target, skill_id, skill_lv, attack_type, tick); // This is the last place where we have access to the actual damage type, so any monster events depending on type must be placed here - if (target->type == BL_MOB) { + if (target->type == BL_MOB && additional_effects) { mob_data *md = BL_CAST(BL_MOB, target); if (md != nullptr) { @@ -297,6 +309,7 @@ void battle_damage(struct block_list *src, struct block_list *target, int64 dama } } map_freeblock_unlock(); + return dmg_change; } /// Damage Delayed Structure @@ -330,9 +343,7 @@ TIMER_FUNC(battle_delay_damage_sub){ //Deal damage battle_damage(src, target, dat->damage, dat->delay, dat->skill_lv, dat->skill_id, dat->dmg_lv, dat->attack_type, dat->additional_effects, tick, dat->isspdamage); } else if( !src && dat->skill_id == CR_REFLECTSHIELD ) { // it was monster reflected damage, and the monster died, we pass the damage to the character as expected - map_freeblock_lock(); - status_fix_damage(target, target, dat->damage, dat->delay, dat->skill_id); - map_freeblock_unlock(); + battle_fix_damage(target, target, dat->damage, dat->delay, dat->skill_id); } } @@ -411,6 +422,10 @@ int battle_delay_damage(t_tick tick, int amotion, struct block_list *src, struct return 0; } +int battle_fix_damage(struct block_list* src, struct block_list* target, int64 damage, t_tick walkdelay, uint16 skill_id) { + return battle_damage(src, target, damage, walkdelay, 0, skill_id, ATK_DEF, BF_MISC, false, gettick(), false); +} + /** * Does attribute fix modifiers. * Added passing of the chars so that the status changes can affect it. [Skotlex] @@ -421,10 +436,10 @@ int battle_delay_damage(t_tick tick, int amotion, struct block_list *src, struct * @param atk_elem * @param def_type * @param def_lv - * @param flag + * @param flag 0x1 = allow to return negative values even if config for healing through negative resist is disabled * @return damage */ -int64 battle_attr_fix(struct block_list *src, struct block_list *target, int64 damage,int atk_elem,int def_type, int def_lv) +int64 battle_attr_fix(struct block_list *src, struct block_list *target, int64 damage,int atk_elem,int def_type, int def_lv, int flag) { status_change *sc = NULL, *tsc = NULL; int ratio; @@ -580,6 +595,12 @@ int64 battle_attr_fix(struct block_list *src, struct block_list *target, int64 d ratio += 50; #else damage += (int64)(damage * 50 / 100); +#endif + if (tsc->getSCE(SC_MISTYFROST)) +#ifdef RENEWAL + ratio += 15; +#else + damage += (int64)(damage * 15 / 100); #endif break; case ELE_EARTH: @@ -625,7 +646,7 @@ int64 battle_attr_fix(struct block_list *src, struct block_list *target, int64 d #endif } - if (battle_config.attr_recover == 0 && ratio < 0) + if (battle_config.attr_recover == 0 && !(flag & 1) && ratio < 0) ratio = 0; #ifdef RENEWAL @@ -683,6 +704,13 @@ int battle_calc_cardfix(int attack_type, struct block_list *src, struct block_li t_race2 = status_get_race2(target); s_defele = (tsd) ? (enum e_element)status_get_element(src) : ELE_NONE; + // When the attacker is a monster, then all bonuses on BF_WEAPON will work and no bonuses on BF_MAGIC + // Does not impact the attack type + if (src && src->type == BL_MOB && battle_config.cardfix_monster_physical) { + flag |= BF_WEAPON; + flag &= ~BF_MAGIC; + } + //Official servers apply the cardfix value on a base of 1000 and round down the reduction/increase #define APPLY_CARDFIX(damage, fix) { (damage) = (damage) - (int64)(((damage) * (1000 - max(0, fix))) / 1000); } @@ -1377,7 +1405,7 @@ bool battle_status_block_damage(struct block_list *src, struct block_list *targe unit_set_walkdelay(target, gettick(), delay, 1); #ifdef RENEWAL if (sc->getSCE(SC_SHRINK)) - sc_start(src, target, SC_STUN, 50, skill_lv, skill_get_time2(skill_id, skill_lv)); + sc_start(target, src, SC_STUN, 50, skill_lv, skill_get_time2(skill_id, skill_lv)); #else if (sc->getSCE(SC_SHRINK) && rnd() % 100 < 5 * sce->val1) skill_blown(target, src, skill_get_blewcount(CR_SHRINK, 1), -1, BLOWN_NONE); @@ -1534,11 +1562,6 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam return 0; } - status_change* tsc = status_get_sc(bl); //check target status - - if( tsc && tsc->getSCE(SC_INVINCIBLE) && !tsc->getSCE(SC_INVINCIBLEOFF) ) - return 1; - switch (skill_id) { #ifndef RENEWAL case PA_PRESSURE: @@ -1552,6 +1575,8 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam return damage; //These skills bypass everything else. } + status_change* tsc = status_get_sc(bl); //check target status + // Nothing can reduce the damage, but Safety Wall and Millennium Shield can block it completely. // So can defense sphere's but what the heck is that??? [Rytech] if (skill_id == SJ_NOVAEXPLOSING && !(tsc && (tsc->getSCE(SC_SAFETYWALL) || tsc->getSCE(SC_MILLENNIUMSHIELD)))) { @@ -1569,6 +1594,11 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam damage *= 4; #endif + if (tsc->getSCE(SC_GROUNDGRAVITY) && flag&(BF_MAGIC|BF_WEAPON)) + damage += damage * 15 / 100; + if (tsc->getSCE(SC_SHIELDCHAINRUSH)) + damage += damage / 10; + if (tsc->getSCE(SC_AETERNA) && skill_id != PF_SOULBURN) { if (src->type != BL_MER || !skill_id) damage *= 2; // Lex Aeterna only doubles damage of regular attacks from mercenaries @@ -1605,6 +1635,7 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam case W_WHIP: if(!tsd->state.arrow_atk) break; + [[fallthrough]]; case W_BOW: case W_REVOLVER: case W_RIFLE: @@ -1742,7 +1773,7 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam if((sce=tsc->getSCE(SC_ARMOR)) && //NPC_DEFENDER sce->val3&flag && sce->val4&flag) - damage -= damage * tsc->getSCE(SC_ARMOR)->val2 / 100; + damage /= tsc->getSCE(SC_ARMOR)->val2; if( tsc->getSCE(SC_ENERGYCOAT) && (skill_id == GN_HELLS_PLANT_ATK || #ifdef RENEWAL @@ -1830,8 +1861,35 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam status_change* sc = status_get_sc(src); if (sc && sc->count) { - if( sc->getSCE(SC_INVINCIBLE) && !sc->getSCE(SC_INVINCIBLEOFF) ) - damage += damage * 75 / 100; + if (sc->getSCE(SC_BREAKINGLIMIT)) { + switch (skill_id) { + case HN_SHIELD_CHAIN_RUSH: + case HN_DOUBLEBOWLINGBASH: + damage += damage * 120 / 100; + break; + case HN_MEGA_SONIC_BLOW: + case HN_SPIRAL_PIERCE_MAX: + damage *= 2; + break; + } + } + + if (sc->getSCE(SC_RULEBREAK)) { + switch (skill_id) { + case HN_METEOR_STORM_BUSTER: + case HN_GROUND_GRAVITATION: + damage += damage / 2; + break; + case HN_JUPITEL_THUNDER_STORM: + case HN_JACK_FROST_NOVA: + case HN_HELLS_DRIVE: + damage += damage * 70 / 100; + break; + case HN_NAPALM_VULCAN_STRIKE: + damage += damage * 40 / 100; + break; + } + } if ((sce = sc->getSCE(SC_BLOODLUST)) && flag&BF_WEAPON && damage > 0 && rnd()%100 < sce->val3) status_heal(src, damage * sce->val4 / 100, 0, 3); @@ -2044,16 +2102,16 @@ bool battle_can_hit_gvg_target(struct block_list *src,struct block_list *bl,uint if ((status_bl_has_mode(bl,MD_SKILLIMMUNE) || (class_ == MOBID_EMPERIUM && !skill_get_inf2(skill_id, INF2_TARGETEMPERIUM))) && flag&BF_SKILL) //Skill immunity. return false; if( src->type != BL_MOB || mob_is_clone( ((struct mob_data*)src)->mob_id ) ){ - struct guild *g = src->type == BL_PC ? ((TBL_PC *)src)->guild : guild_search(status_get_guild_id(src)); + auto g = src->type == BL_PC ? ((TBL_PC *)src)->guild : guild_search(status_get_guild_id(src)); - if (class_ == MOBID_EMPERIUM && (!g || guild_checkskill(g,GD_APPROVAL) <= 0 )) + if (class_ == MOBID_EMPERIUM && (!g || guild_checkskill(g->guild, GD_APPROVAL) <= 0 )) return false; if (g != nullptr) { - if (battle_config.guild_max_castles && guild_checkcastles(g)>=battle_config.guild_max_castles) + if (battle_config.guild_max_castles && guild_checkcastles(g->guild)>=battle_config.guild_max_castles) return false; // [MouseJstr] - if (md->special_state.ai == AI_GUILD && g->guild_id == md->master_id) + if (md->special_state.ai == AI_GUILD && g->guild.guild_id == md->master_id) return false; } } @@ -2263,7 +2321,7 @@ int64 battle_addmastery(map_session_data *sd,struct block_list *target,int64 dmg case W_FIST: if((skill = pc_checkskill(sd,TK_RUN)) > 0) damage += (skill * 10); - // No break, fallthrough to Knuckles + [[fallthrough]]; case W_KNUCKLE: if((skill = pc_checkskill(sd,MO_IRONHAND)) > 0) damage += (skill * 3); @@ -2395,16 +2453,15 @@ static int battle_calc_base_weapon_attack(struct block_list *src, struct status_ #endif /*========================================== - * Calculates the standard damage of a normal attack assuming it hits, - * it calculates nothing extra fancy, is needed for magnum break's WATK_ELEMENT bonus. [Skotlex] + * Calculates the standard damage of a normal attack assuming it hits * This applies to pre-renewal and non-sd in renewal *------------------------------------------ * Pass damage2 as NULL to not calc it. - * Flag values: + * Flag values (see e_base_damage_flag): * &1 : Critical hit * &2 : Arrow attack * &4 : Skill is Magic Crasher - * &8 : Skip target size adjustment (Extremity Fist?) + * &8 : Skip target size adjustment (Weapon Perfection) * &16: Arrow attack but BOW, REVOLVER, RIFLE, SHOTGUN, GATLING or GRENADE type weapon not equipped (i.e. shuriken, kunai and venom knives not affected by DEX) * * Credits: @@ -2428,7 +2485,7 @@ static int64 battle_calc_base_damage(struct block_list *src, struct status_data if (sc != nullptr && sc->getSCE(SC_CHANGE) != nullptr) return status->matk_max; // [Aegis] simply uses raw max matk for base damage when Mental Charge active #endif - if(flag&4) { + if(flag&BDMG_MAGIC) { atkmin = status->matk_min; atkmax = status->matk_max; } else { @@ -2441,7 +2498,7 @@ static int64 battle_calc_base_damage(struct block_list *src, struct status_data atkmax = wa->atk; type = (wa == &status->lhw)?EQI_HAND_L:EQI_HAND_R; - if (!(flag&1) || (flag&2)) { //Normal attacks + if (!(flag&BDMG_CRIT) || (flag&BDMG_ARROW)) { //Normal attacks atkmin = status->dex; if (sd->equip_index[type] >= 0 && sd->inventory_data[sd->equip_index[type]] && sd->inventory_data[sd->equip_index[type]]->type == IT_WEAPON) @@ -2450,7 +2507,7 @@ static int64 battle_calc_base_damage(struct block_list *src, struct status_data if (atkmin > atkmax) atkmin = atkmax; - if(flag&2 && !(flag&16)) { //Bows + if(flag&BDMG_ARROW) { //Bows atkmin = atkmin*atkmax/100; if (atkmin > atkmax) atkmax = atkmin; @@ -2462,18 +2519,18 @@ static int64 battle_calc_base_damage(struct block_list *src, struct status_data atkmin = atkmax; //Weapon Damage calculation - if (!(flag&1)) + if (!(flag&BDMG_CRIT)) damage = (atkmax>atkmin? rnd()%(atkmax-atkmin):0)+atkmin; else damage = atkmax; if (sd) { //rodatazone says the range is 0~arrow_atk-1 for non crit - if (flag&2 && sd->bonus.arrow_atk) - damage += ( (flag&1) ? sd->bonus.arrow_atk : rnd()%sd->bonus.arrow_atk ); + if (flag&BDMG_ARROW && sd->bonus.arrow_atk) + damage += ( (flag&BDMG_CRIT) ? sd->bonus.arrow_atk : rnd()%sd->bonus.arrow_atk ); // Size fix only for players - if (!(sd->special_state.no_sizefix || (flag&8))) + if (!(sd->special_state.no_sizefix || (flag&BDMG_NOSIZE))) damage = damage * (type == EQI_HAND_L ? sd->left_weapon.atkmods[t_size] : sd->right_weapon.atkmods[t_size]) / 100; } else if (src->type == BL_ELEM) { status_change *ele_sc = status_get_sc(src); @@ -2515,7 +2572,7 @@ static int64 battle_calc_base_damage(struct block_list *src, struct status_data } //Finally, add baseatk - if(flag&4) + if(flag&BDMG_MAGIC) damage += status->matk_min; else damage += status->batk; @@ -2524,7 +2581,7 @@ static int64 battle_calc_base_damage(struct block_list *src, struct status_data battle_add_weapon_damage(sd, &damage, type); #ifdef RENEWAL - if (flag&1) + if (flag&BDMG_CRIT) damage = (damage * 14) / 10; #endif @@ -2543,12 +2600,20 @@ void battle_consume_ammo(map_session_data*sd, int skill, int lv) { int qty = 1; + if( sd == nullptr ){ + return; + } + if (!battle_config.arrow_decrement) return; if (skill) { qty = skill_get_ammo_qty(skill, lv); if (!qty) qty = 1; + + if( skill == NW_MAGAZINE_FOR_ONE && sd->weapontype1 == W_GATLING ){ + qty += 4; + } } if (sd->equip_index[EQI_AMMO] >= 0) //Qty check should have been done in skill_check_condition @@ -2579,6 +2644,7 @@ static int battle_range_type(struct block_list *src, struct block_list *target, case BO_ACIDIFIED_ZONE_FIRE_ATK: case BO_ACIDIFIED_ZONE_GROUND_ATK: case BO_ACIDIFIED_ZONE_WIND_ATK: + case NW_THE_VIGILANTE_AT_NIGHT: return BF_LONG; case NJ_KIRIKAGE: // Cast range mimics NJ_SHADOWJUMP but damage is considered melee case GC_CROSSIMPACT: // Cast range is 7 cells and player jumps to target but skill is considered melee @@ -2674,12 +2740,12 @@ static int battle_skill_damage_skill(struct block_list *src, struct block_list * map_data *mapdata = map_getmapdata(src->m); - if ((damage->map&1 && (!mapdata->flag[MF_PVP] && !mapdata_flag_gvg2(mapdata) && !mapdata->flag[MF_BATTLEGROUND] && !mapdata->flag[MF_SKILL_DAMAGE] && !mapdata->flag[MF_RESTRICTED])) || - (damage->map&2 && mapdata->flag[MF_PVP]) || + if ((damage->map&1 && (!mapdata->getMapFlag(MF_PVP) && !mapdata_flag_gvg2(mapdata) && !mapdata->getMapFlag(MF_BATTLEGROUND) && !mapdata->getMapFlag(MF_SKILL_DAMAGE) && !mapdata->getMapFlag(MF_RESTRICTED))) || + (damage->map&2 && mapdata->getMapFlag(MF_PVP)) || (damage->map&4 && mapdata_flag_gvg2(mapdata)) || - (damage->map&8 && mapdata->flag[MF_BATTLEGROUND]) || - (damage->map&16 && mapdata->flag[MF_SKILL_DAMAGE]) || - (damage->map&mapdata->zone && mapdata->flag[MF_RESTRICTED])) + (damage->map&8 && mapdata->getMapFlag(MF_BATTLEGROUND)) || + (damage->map&16 && mapdata->getMapFlag(MF_SKILL_DAMAGE)) || + (damage->map&mapdata->zone && mapdata->getMapFlag(MF_RESTRICTED))) { return damage->rate[battle_skill_damage_type(target)]; } @@ -2697,7 +2763,7 @@ static int battle_skill_damage_skill(struct block_list *src, struct block_list * static int battle_skill_damage_map(struct block_list *src, struct block_list *target, uint16 skill_id) { map_data *mapdata = map_getmapdata(src->m); - if (!mapdata || !mapdata->flag[MF_SKILL_DAMAGE]) + if (!mapdata || !mapdata->getMapFlag(MF_SKILL_DAMAGE)) return 0; int rate = 0; @@ -2787,6 +2853,10 @@ bool is_infinite_defense(struct block_list *target, int flag) if(status_has_mode(tstatus,MD_IGNOREMISC) && flag&(BF_MISC) ) return true; + status_change* tsc = status_get_sc(target); + if (tsc && tsc->getSCE(SC_INVINCIBLE)) + return true; + return false; } @@ -2804,7 +2874,8 @@ static bool is_skill_using_arrow(struct block_list *src, int skill_id) struct status_data *sstatus = status_get_status_data(src); map_session_data *sd = BL_CAST(BL_PC, src); - return ((sd && sd->state.arrow_atk) || (!sd && ((skill_id && skill_get_ammotype(skill_id)) || sstatus->rhw.range>3)) || (skill_id == HT_PHANTASMIC) || (skill_id == GS_GROUNDDRIFT)); + return ((sd && sd->state.arrow_atk) || (!sd && ((skill_id && skill_get_ammotype(skill_id)) || sstatus->rhw.range>3)) + || skill_id == HT_FREEZINGTRAP || (skill_id == HT_PHANTASMIC) || (skill_id == GS_GROUNDDRIFT)); } else return false; } @@ -2873,10 +2944,9 @@ static bool is_attack_critical(struct Damage* wd, struct block_list *src, struct if (!first_call) return (wd->type == DMG_CRITICAL || wd->type == DMG_MULTI_HIT_CRITICAL); -#ifdef RENEWAL if (skill_id == NPC_CRITICALSLASH || skill_id == LG_PINPOINTATTACK) //Always critical skills return true; -#endif + if( skill_id && !skill_get_nk(skill_id,NK_CRITICAL) ) return false; @@ -2924,6 +2994,7 @@ static bool is_attack_critical(struct Damage* wd, struct block_list *src, struct break; clif_specialeffect(src, EF_AUTOCOUNTER, AREA); status_change_end(src, SC_AUTOCOUNTER); + [[fallthrough]]; case KN_AUTOCOUNTER: if(battle_config.auto_counter_type && (battle_config.auto_counter_type&src->type)) @@ -2954,6 +3025,18 @@ static bool is_attack_critical(struct Damage* wd, struct block_list *src, struct case WH_GALESTORM: if (sc && !sc->getSCE(SC_CALAMITYGALE)) return false; + break; + case NW_ONLY_ONE_BULLET: + case NW_SPIRAL_SHOOTING: + if( sd == nullptr || sd->weapontype1 != W_RIFLE ){ + return false; + } + break; + case NW_MAGAZINE_FOR_ONE: + if( sd == nullptr || sd->weapontype1 != W_REVOLVER ){ + return false; + } + break; } if(tsd && tsd->bonus.critical_def) cri = cri * ( 100 - tsd->bonus.critical_def ) / 100; @@ -3109,7 +3192,6 @@ static bool is_attack_hitting(struct Damage* wd, struct block_list *src, struct hitrate += hitrate * 10 * skill_lv / 100; break; case KN_AUTOCOUNTER: - case PA_SHIELDCHAIN: case NPC_WATERATTACK: case NPC_GROUNDATTACK: case NPC_FIREATTACK: @@ -3213,6 +3295,10 @@ static bool is_attack_hitting(struct Damage* wd, struct block_list *src, struct } hitrate = cap_value(hitrate, battle_config.min_hitrate, battle_config.max_hitrate); + + if(skill_id == PA_SHIELDCHAIN) + hitrate += 20; //Rapid Smiting gives a flat +20 hit after the hitrate was capped + return (rnd()%100 < hitrate); } @@ -3238,7 +3324,28 @@ static bool attack_ignores_def(struct Damage* wd, struct block_list *src, struct #endif if (sc && sc->getSCE(SC_FUSION)) return true; - else if (skill_id != CR_GRANDCROSS && skill_id != NPC_GRANDDARKNESS) + + if( sd != nullptr ){ + switch( skill_id ){ + case RK_WINDCUTTER: + if( sd->status.weapon == W_2HSWORD ){ + return true; + } + break; + case NW_THE_VIGILANTE_AT_NIGHT: + if( sd->status.weapon == W_GATLING ){ + return true; + } + break; + case NW_ONLY_ONE_BULLET: + if( sd->status.weapon == W_REVOLVER ){ + return true; + } + break; + } + } + + if (skill_id != CR_GRANDCROSS && skill_id != NPC_GRANDDARKNESS) { //Ignore Defense? if (sd && (sd->right_weapon.ignore_def_ele & (1<def_ele) || sd->right_weapon.ignore_def_ele & (1<right_weapon.ignore_def_race & (1<race) || sd->right_weapon.ignore_def_race & (1<status.weapon == W_2HSWORD) - return true; + } return nk[NK_IGNOREDEFENSE] != 0; } -/*================================================ - * Should skill attack consider VVS and masteries? - *------------------------------------------------ - * Credits: - * Original coder Skotlex - * Initial refactoring by Baalberith - * Refined and optimized by helvetica +/** + * This function lists which skills are unaffected by refine bonus, masteries, Star Crumbs and Spirit Spheres + * This function is also used to determine if atkpercent applies + * @param skill_id: Skill being used + * @param chk_flag: The bonus that is currently being checked for, see e_bonus_chk_flag + * @return true = bonus applies; false = bonus does not apply */ -static bool battle_skill_stacks_masteries_vvs(uint16 skill_id) +static bool battle_skill_stacks_masteries_vvs(uint16 skill_id, e_bonus_chk_flag chk_flag) { - if ( -#ifndef RENEWAL - skill_id == PA_SHIELDCHAIN || skill_id == CR_SHIELDBOOMERANG || -#endif - skill_id == RK_DRAGONBREATH || skill_id == RK_DRAGONBREATH_WATER || skill_id == NC_SELFDESTRUCTION || - skill_id == LG_SHIELDPRESS || skill_id == LG_EARTHDRIVE) + switch (skill_id) { + // PC skills that are unaffected + case PA_SHIELDCHAIN: + case CR_SHIELDBOOMERANG: + case AM_ACIDTERROR: + case MO_INVESTIGATE: + case MO_EXTREMITYFIST: + case PA_SACRIFICE: + case RK_DRAGONBREATH: + case RK_DRAGONBREATH_WATER: + case NC_SELFDESTRUCTION: + case LG_SHIELDPRESS: + case LG_EARTHDRIVE: + case NPC_DRAGONBREATH: return false; + case LK_SPIRALPIERCE: + // Spiral Pierce is influenced only by refine bonus and Star Crumbs for players + if (chk_flag != BCHK_REFINE && chk_flag != BCHK_STAR) + return false; + break; + } return true; } @@ -3381,6 +3500,27 @@ int battle_get_weapon_element(struct Damage* wd, struct block_list *src, struct if (sd && sd->flicker) //Force RL_H_MINE deals fire damage if activated by RL_FLICKER element = ELE_FIRE; break; + case NW_BASIC_GRENADE: + case NW_HASTY_FIRE_IN_THE_HOLE: + case NW_GRENADES_DROPPING: + case NW_MISSION_BOMBARD: + // Night Watch Grenade Fragment elementals affecting those skills. + if( sc != nullptr ){ + if( sc->getSCE( SC_GRENADE_FRAGMENT_1 ) != nullptr ){ + element = ELE_WATER; + }else if( sc->getSCE( SC_GRENADE_FRAGMENT_2 ) != nullptr ){ + element = ELE_WIND; + }else if( sc->getSCE( SC_GRENADE_FRAGMENT_3 ) != nullptr ){ + element = ELE_EARTH; + }else if( sc->getSCE( SC_GRENADE_FRAGMENT_4 ) != nullptr ){ + element = ELE_FIRE; + }else if( sc->getSCE( SC_GRENADE_FRAGMENT_5 ) != nullptr ){ + element = ELE_DARK; + }else if( sc->getSCE( SC_GRENADE_FRAGMENT_6 ) != nullptr ){ + element = ELE_HOLY; + } + } + break; } if (sc && sc->getSCE(SC_GOLDENE_FERSE) && ((!skill_id && (rnd() % 100 < sc->getSCE(SC_GOLDENE_FERSE)->val4)) || skill_id == MH_STAHL_HORN)) @@ -3478,90 +3618,6 @@ int battle_get_misc_element(struct block_list* src, struct block_list* target, u return element; } -/*======================================== - * Do element damage modifier calculation - *---------------------------------------- - * Credits: - * Original coder Skotlex - * Initial refactoring by Baalberith - * Refined and optimized by helvetica - */ -static void battle_calc_element_damage(struct Damage* wd, struct block_list *src, struct block_list *target, uint16 skill_id, uint16 skill_lv) -{ - std::bitset nk = battle_skill_get_damage_properties(skill_id, wd->miscflag); - - // Elemental attribute fix - if(!nk[NK_IGNOREELEMENT] && (wd->damage > 0 || wd->damage2 > 0)) { - map_session_data *sd = BL_CAST(BL_PC, src); - status_change *sc = status_get_sc(src); - struct status_data *sstatus = status_get_status_data(src); - struct status_data *tstatus = status_get_status_data(target); - int left_element = battle_get_weapon_element(wd, src, target, skill_id, skill_lv, EQI_HAND_L, true); - int right_element = battle_get_weapon_element(wd, src, target, skill_id, skill_lv, EQI_HAND_R, true); - - switch (skill_id) { - case PA_SACRIFICE: - case RK_DRAGONBREATH: - case RK_DRAGONBREATH_WATER: - case NC_SELFDESTRUCTION: - case HFLI_SBR44: - wd->damage = battle_attr_fix(src, target, wd->damage, right_element, tstatus->def_ele, tstatus->ele_lv); - if (is_attack_left_handed(src, skill_id)) - wd->damage2 = battle_attr_fix(src, target, wd->damage2, left_element, tstatus->def_ele, tstatus->ele_lv); - break; - default: - if (skill_id == 0 && (battle_config.attack_attr_none & src->type)) - return; // Non-player basic attacks are non-elemental, they deal 100% against all defense elements -#ifdef RENEWAL - if (sd == nullptr) { // Renewal player's elemental damage calculation is already done before this point, only calculate for everything else -#endif - wd->damage = battle_attr_fix(src, target, wd->damage, right_element, tstatus->def_ele, tstatus->ele_lv); - if (is_attack_left_handed(src, skill_id)) - wd->damage2 = battle_attr_fix(src, target, wd->damage2, left_element, tstatus->def_ele, tstatus->ele_lv); -#ifdef RENEWAL - } -#endif - break; - } - - // Forced to neutral skills [helvetica] - // Skills forced to neutral gain benefits from weapon element but final damage is considered "neutral" and resistances are applied again - switch (skill_id) { -#ifdef RENEWAL - case MO_INVESTIGATE: - case CR_SHIELDBOOMERANG: - case PA_SHIELDCHAIN: -#endif - case MC_CARTREVOLUTION: - case HW_MAGICCRASHER: - case SR_FALLENEMPIRE: - case SR_CRESCENTELBOW_AUTOSPELL: - case SR_GATEOFHELL: - case GN_FIRE_EXPANSION_ACID: - wd->damage = battle_attr_fix(src, target, wd->damage, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv); - if (is_attack_left_handed(src, skill_id)) - wd->damage2 = battle_attr_fix(src, target, wd->damage2, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv); - break; - } - -#ifdef RENEWAL - if (sd == nullptr) { // Only monsters have a single ATK for element, in pre-renewal we also apply element to entire ATK on players [helvetica] -#endif - if (sc && sc->getSCE(SC_WATK_ELEMENT)) { // Descriptions indicate this means adding a percent of a normal attack in another element [Skotlex] - int64 damage = battle_calc_base_damage(src, sstatus, &sstatus->rhw, sc, tstatus->size, (is_skill_using_arrow(src, skill_id) ? 2 : 0)) * sc->getSCE(SC_WATK_ELEMENT)->val2 / 100; - - wd->damage += battle_attr_fix(src, target, damage, sc->getSCE(SC_WATK_ELEMENT)->val1, tstatus->def_ele, tstatus->ele_lv); - if (is_attack_left_handed(src, skill_id)) { - damage = battle_calc_base_damage(src, sstatus, &sstatus->lhw, sc, tstatus->size, (is_skill_using_arrow(src, skill_id) ? 2 : 0)) * sc->getSCE(SC_WATK_ELEMENT)->val2 / 100; - wd->damage2 += battle_attr_fix(src, target, damage, sc->getSCE(SC_WATK_ELEMENT)->val1, tstatus->def_ele, tstatus->ele_lv); - } - } -#ifdef RENEWAL - } -#endif - } -} - #define ATK_RATE(damage, damage2, a) do { int64 rate_ = (a); (damage) = (damage) * rate_ / 100; if(is_attack_left_handed(src, skill_id)) (damage2) = (damage2) * rate_ / 100; } while(0); #define ATK_RATE2(damage, damage2, a , b) do { int64 rate_ = (a), rate2_ = (b); (damage) = (damage) *rate_ / 100; if(is_attack_left_handed(src, skill_id)) (damage2) = (damage2) * rate2_ / 100; } while(0); #define ATK_RATER(damage, a) { (damage) = (damage) * (a) / 100; } @@ -3583,6 +3639,201 @@ static void battle_calc_element_damage(struct Damage* wd, struct block_list *src #define RE_ALLATK_ADDRATE(wd, a) {;} #endif +/** + * Cap both damage and basedamage of damage struct to a minimum value + * @param wd: Weapon damage structure + * @param src: Source of the attack + * @param skill_id: Skill ID of the skill used by source + * @param min: Minimum value to which damage should be capped + */ +static void battle_min_damage(struct Damage &wd, struct block_list &src, uint16 skill_id, int64 min) { + if (is_attack_right_handed(&src, skill_id)) { + wd.damage = cap_value(wd.damage, min, INT64_MAX); +#ifndef RENEWAL + wd.basedamage = cap_value(wd.basedamage, min, INT64_MAX); +#endif + } + // Left-hand damage is always capped to 0 + if (is_attack_left_handed(&src, skill_id)) { + wd.damage2 = cap_value(wd.damage2, 0, INT64_MAX); + } +} + +/** + * Returns the bonus damage granted by Spirit Spheres + * As we delete the spheres before calculating the damage, we need some kind of logic to figure out how many were available + * Each skill handles this in its own way, this function handles the different cases + * @param wd: Weapon damage structure + * @param src: Source of the attack + * @param skill_id: Skill ID of the skill used by source + * @param min: Minimum value to which damage should be capped + */ +static int battle_get_spiritball_damage(struct Damage& wd, struct block_list& src, uint16 skill_id) { + + map_session_data* sd = BL_CAST(BL_PC, &src); + + // Return 0 for non-players + if (!sd) + return 0; + + int damage = 0; + + switch (skill_id) { + case MO_INVESTIGATE: +#ifndef RENEWAL + case MO_FINGEROFFENSIVE: +#endif + // These skills used as many spheres as they do hits + damage = (wd.div_ + sd->spiritball) * 3; + break; + case MO_EXTREMITYFIST: + // These skills store the number of spheres the player had before cast + damage = sd->spiritball_old * 3; + break; + default: + // Any skills that do not consume spheres or do not care + damage = sd->spiritball * 3; + break; + } + + return damage; +} + +/*======================================== + * Do element damage modifier calculation + *---------------------------------------- + * Credits: + * Original coder Skotlex + * Initial refactoring by Baalberith + * Refined and optimized by helvetica + */ +static void battle_calc_element_damage(struct Damage* wd, struct block_list *src, struct block_list *target, uint16 skill_id, uint16 skill_lv) +{ + std::bitset nk = battle_skill_get_damage_properties(skill_id, wd->miscflag); + map_session_data* sd = BL_CAST(BL_PC, src); + status_change* sc = status_get_sc(src); + struct status_data* sstatus = status_get_status_data(src); + struct status_data* tstatus = status_get_status_data(target); + int right_element = battle_get_weapon_element(wd, src, target, skill_id, skill_lv, EQI_HAND_R, true); + + // Elemental attribute fix + if(!nk[NK_IGNOREELEMENT] && (wd->damage > 0 || wd->damage2 > 0)) { + int left_element = battle_get_weapon_element(wd, src, target, skill_id, skill_lv, EQI_HAND_L, true); + + switch (skill_id) { + case PA_SACRIFICE: + case RK_DRAGONBREATH: + case RK_DRAGONBREATH_WATER: + case NC_SELFDESTRUCTION: + case HFLI_SBR44: + wd->damage = battle_attr_fix(src, target, wd->damage, right_element, tstatus->def_ele, tstatus->ele_lv, 1); + if (is_attack_left_handed(src, skill_id)) + wd->damage2 = battle_attr_fix(src, target, wd->damage2, left_element, tstatus->def_ele, tstatus->ele_lv, 1); + break; + default: + if (skill_id == 0 && (battle_config.attack_attr_none & src->type)) + return; // Non-player basic attacks are non-elemental, they deal 100% against all defense elements +#ifdef RENEWAL + if (sd == nullptr) { // Renewal player's elemental damage calculation is already done before this point, only calculate for everything else +#endif + wd->damage = battle_attr_fix(src, target, wd->damage, right_element, tstatus->def_ele, tstatus->ele_lv, 1); + if (is_attack_left_handed(src, skill_id)) + wd->damage2 = battle_attr_fix(src, target, wd->damage2, left_element, tstatus->def_ele, tstatus->ele_lv, 1); +#ifdef RENEWAL + } +#endif + break; + } + + // Forced to neutral skills [helvetica] + // Skills forced to neutral gain benefits from weapon element but final damage is considered "neutral" and resistances are applied again + switch (skill_id) { +#ifdef RENEWAL + case MO_INVESTIGATE: + case CR_SHIELDBOOMERANG: + case PA_SHIELDCHAIN: +#endif + case MC_CARTREVOLUTION: + case HW_MAGICCRASHER: + case SR_FALLENEMPIRE: + case SR_CRESCENTELBOW_AUTOSPELL: + case SR_GATEOFHELL: + case GN_FIRE_EXPANSION_ACID: + wd->damage = battle_attr_fix(src, target, wd->damage, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv, 1); + if (is_attack_left_handed(src, skill_id)) + wd->damage2 = battle_attr_fix(src, target, wd->damage2, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv, 1); + break; + } + } + +#ifndef RENEWAL + // These mastery bonuses are non-elemental and should apply even if the attack misses + // They are still increased by the EDP/Magnum Break bonus damage (WATK_ELEMENT) + // In renewal these bonuses do not apply when the attack misses + if (sd && battle_skill_stacks_masteries_vvs(skill_id, BCHK_STAR)) { + // Star Crumb bonus damage + ATK_ADD2(wd->damage, wd->damage2, sd->right_weapon.star, sd->left_weapon.star); + } + // Check if general mastery bonuses apply (above check is only for Star Crumb) + if (battle_skill_stacks_masteries_vvs(skill_id, BCHK_ALL)) { + // Spirit Sphere bonus damage + ATK_ADD(wd->damage, wd->damage2, battle_get_spiritball_damage(*wd, *src, skill_id)); + + // Skill-specific bonuses + switch(skill_id) { + case TF_POISON: + ATK_ADD(wd->damage, wd->damage2, 15 * skill_lv); + // Envenom applies the attribute table to the base damage and then again to the final damage + wd->damage = battle_attr_fix(src, target, wd->damage, right_element, tstatus->def_ele, tstatus->ele_lv, 1); + break; + case NJ_SYURIKEN: + ATK_ADD(wd->damage, wd->damage2, 4 * skill_lv); + if (sd) { + ATK_ADD(wd->damage, wd->damage2, 3 * pc_checkskill(sd, NJ_TOBIDOUGU)); + ATK_ADD(wd->damage, wd->damage2, sd->bonus.arrow_atk); + } + // Applies attribute table on neutral element to the final damage + wd->damage = battle_attr_fix(src, target, wd->damage, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv, 1); + break; + case NJ_KUNAI: + if (sd) { + ATK_ADD(wd->damage, wd->damage2, 3 * sd->bonus.arrow_atk); + } + // Applies attribute table on neutral element to the final damage + wd->damage = battle_attr_fix(src, target, wd->damage, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv, 1); + break; + } + } + + // These bonuses do not apply to skills that ignore +% damage cards + // If damage was reduced below 0 and was not increased again to a positive value through mastery bonuses, these bonuses are ignored + // Any of these are only applied to your right hand weapon in pre-renewal + if (!nk[NK_IGNOREELEMENT] && !nk[NK_IGNOREATKCARD] && (wd->damage > 0 || wd->damage2 > 0) && sc) { + + // EDP bonus damage + // This has to be applied after mastery bonuses but still before the elemental extra damage + if (sc->getSCE(SC_EDP)) + wd->damage += (wd->damage * sc->getSCE(SC_EDP)->val3) / 100; + + // This adds a percentual damage bonus based on the damage you would deal with a normal attack + // Applies only to player damage; monsters and mercenaries don't get this damage boost + if (sd && sc->getSCE(SC_WATK_ELEMENT)) { + // Pretend the normal attack was of the element stored in the status change + wd->basedamage = battle_attr_fix(src, target, wd->basedamage, sc->getSCE(SC_WATK_ELEMENT)->val1, tstatus->def_ele, tstatus->ele_lv, 1); + // Star Crumb bonus damage + wd->basedamage += sd->right_weapon.star; + // Spirit Sphere bonus damage + wd->basedamage += battle_get_spiritball_damage(*wd, *src, skill_id); + // Add percent of the base damage to the damage + wd->damage += (wd->basedamage * sc->getSCE(SC_WATK_ELEMENT)->val2) / 100; + } + } +#endif + // Cap damage to 0 + if (battle_config.attr_recover == 0) + battle_min_damage(*wd, *src, skill_id, 0); +} + /*================================== * Calculate weapon mastery damages *---------------------------------- @@ -3598,10 +3849,14 @@ static void battle_calc_attack_masteries(struct Damage* wd, struct block_list *s struct status_data *sstatus = status_get_status_data(src); int t_class = status_get_class(target); - if (sd && battle_skill_stacks_masteries_vvs(skill_id) && - skill_id != MO_INVESTIGATE && - skill_id != MO_EXTREMITYFIST && - skill_id != CR_GRANDCROSS) +#ifndef RENEWAL + if (sd) { + wd->basedamage = battle_addmastery(sd, target, wd->basedamage, 0); + } +#endif + + // Check if mastery damage applies to current skill + if (sd && battle_skill_stacks_masteries_vvs(skill_id, BCHK_ALL)) { //Add mastery damage uint16 skill; @@ -3622,17 +3877,16 @@ static void battle_calc_attack_masteries(struct Damage* wd, struct block_list *s ATK_ADD(wd->masteryAtk, wd->masteryAtk2, 15 * skill_lv); if (skill_id != MC_CARTREVOLUTION && pc_checkskill(sd, BS_HILTBINDING) > 0) ATK_ADD(wd->masteryAtk, wd->masteryAtk2, 4); - if (skill_id != CR_SHIELDBOOMERANG) - ATK_ADD2(wd->masteryAtk, wd->masteryAtk2, ((wd->div_ < 1) ? 1 : wd->div_) * sd->right_weapon.star, ((wd->div_ < 1) ? 1 : wd->div_) * sd->left_weapon.star); - ATK_ADD(wd->masteryAtk, wd->masteryAtk2, ((wd->div_ < 1) ? 1 : wd->div_) * sd->spiritball * 3); -#endif + // Star Crumb bonus damage + ATK_ADD2(wd->masteryAtk, wd->masteryAtk2, sd->right_weapon.star, sd->left_weapon.star); + // Spirit Sphere bonus damage + ATK_ADD(wd->masteryAtk, wd->masteryAtk2, battle_get_spiritball_damage(*wd, *src, skill_id)); - if (skill_id == NJ_SYURIKEN && (skill = pc_checkskill(sd,NJ_TOBIDOUGU)) > 0) { // !TODO: Confirm new mastery formula + if (skill_id == NJ_SYURIKEN && (skill = pc_checkskill(sd,NJ_TOBIDOUGU)) > 0) { ATK_ADD(wd->damage, wd->damage2, 3 * skill); -#ifdef RENEWAL ATK_ADD(wd->masteryAtk, wd->masteryAtk2, 3 * skill); -#endif } +#endif switch(skill_id) { case RA_WUGDASH: @@ -3701,10 +3955,10 @@ static void battle_calc_damage_parts(struct Damage* wd, struct block_list *src,s if (sd && sd->sc.getSCE(SC_SEVENWIND)) { // Mild Wind applies element to status ATK as well as weapon ATK [helvetica] wd->statusAtk = battle_attr_fix(src, target, wd->statusAtk, right_element, tstatus->def_ele, tstatus->ele_lv); - wd->statusAtk2 = battle_attr_fix(src, target, wd->statusAtk, left_element, tstatus->def_ele, tstatus->ele_lv); + wd->statusAtk2 = battle_attr_fix(src, target, wd->statusAtk2, left_element, tstatus->def_ele, tstatus->ele_lv); } else { // status atk is considered neutral on normal attacks [helvetica] wd->statusAtk = battle_attr_fix(src, target, wd->statusAtk, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv); - wd->statusAtk2 = battle_attr_fix(src, target, wd->statusAtk, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv); + wd->statusAtk2 = battle_attr_fix(src, target, wd->statusAtk2, ELE_NEUTRAL, tstatus->def_ele, tstatus->ele_lv); } // Check critical @@ -3765,7 +4019,10 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list * map_session_data *sd = BL_CAST(BL_PC, src); map_session_data *tsd = BL_CAST(BL_PC, target); + uint16 bflag = BDMG_NONE; +#ifndef RENEWAL uint16 i; +#endif std::bitset nk = battle_skill_get_damage_properties(skill_id, wd->miscflag); switch (skill_id) { //Calc base damage according to skill @@ -3845,12 +4102,19 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list * if (sd) { short index = sd->equip_index[EQI_HAND_L]; + //Base damage of shield skills is [batk + 4*refine + weight] if (index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_ARMOR) { + ATK_ADD(wd->damage, wd->damage2, 4 * sd->inventory.u.items_inventory[index].refine); ATK_ADD(wd->damage, wd->damage2, sd->inventory_data[index]->weight / 10); #ifdef RENEWAL + ATK_ADD(wd->weaponAtk, wd->weaponAtk2, 4 * sd->inventory.u.items_inventory[index].refine); ATK_ADD(wd->weaponAtk, wd->weaponAtk2, sd->inventory_data[index]->weight / 10); #endif } +#ifndef RENEWAL + // Shield Boomerang and Rapid Smiting calculate DEF before the skill ratio + battle_calc_defense_reduction(wd, src, target, skill_id, skill_lv); +#endif } else ATK_ADD(wd->damage, wd->damage2, sstatus->rhw.atk2); //Else use Atk2 break; @@ -3858,13 +4122,17 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list * case RK_DRAGONBREATH_WATER: { int damagevalue = (sstatus->hp / 50 + status_get_max_sp(src) / 4) * skill_lv; - if(status_get_lv(src) > 100) damagevalue = damagevalue * status_get_lv(src) / 100; - if(sd) - damagevalue = damagevalue * ( 90 + 10 * pc_checkskill( sd, RK_DRAGONTRAINING ) + ( pc_checkskill( sd, DK_DRAGONIC_AURA ) >= 1 ? ( sstatus->pow / 4 + sstatus->patk / 2 ) : 0 ) ) / 100; - if (sc && sc->getSCE(SC_DRAGONIC_AURA))// Need official damage increase. [Rytech] - damagevalue += damagevalue * 50 / 100; + if(sd) { + if (pc_checkskill( sd, DK_DRAGONIC_AURA ) >= 1) { + damagevalue = damagevalue * (90 + 10 * pc_checkskill( sd, RK_DRAGONTRAINING ) + sstatus->pow / 5 ) / 100; + } else { + damagevalue = damagevalue * (90 + 10 * pc_checkskill( sd, RK_DRAGONTRAINING )) / 100; + } + } + if (sc && sc->getSCE(SC_DRAGONIC_AURA)) + damagevalue += damagevalue * sc->getSCE(SC_DRAGONIC_AURA)->val1 * 10 / 100; ATK_ADD(wd->damage, wd->damage2, damagevalue); #ifdef RENEWAL ATK_ADD(wd->weaponAtk, wd->weaponAtk2, damagevalue); @@ -3908,41 +4176,48 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list * break; default: + // Flags that apply to both pre-renewal and renewal + bflag = BDMG_NONE; + if (is_attack_critical(wd, src, target, skill_id, skill_lv, false)) bflag |= BDMG_CRIT; + if (!skill_id && sc && sc->getSCE(SC_CHANGE)) bflag |= BDMG_MAGIC; #ifdef RENEWAL if (sd) battle_calc_damage_parts(wd, src, target, skill_id, skill_lv); else { - i = (is_attack_critical(wd, src, target, skill_id, skill_lv, false)?1:0)| - (!skill_id && sc && sc->getSCE(SC_CHANGE)?4:0); - - wd->damage = battle_calc_base_damage(src, sstatus, &sstatus->rhw, sc, tstatus->size, i); + wd->damage = battle_calc_base_damage(src, sstatus, &sstatus->rhw, sc, tstatus->size, bflag); if (is_attack_left_handed(src, skill_id)) - wd->damage2 = battle_calc_base_damage(src, sstatus, &sstatus->lhw, sc, tstatus->size, i); + wd->damage2 = battle_calc_base_damage(src, sstatus, &sstatus->lhw, sc, tstatus->size, bflag); } #else - i = (is_attack_critical(wd, src, target, skill_id, skill_lv, false)?1:0)| - (is_skill_using_arrow(src, skill_id)?2:0)| - (skill_id == HW_MAGICCRASHER?4:0)| - (!skill_id && sc && sc->getSCE(SC_CHANGE)?4:0)| - (skill_id == MO_EXTREMITYFIST?8:0)| - (sc && sc->getSCE(SC_WEAPONPERFECTION)?8:0); + // Pre-renewal exclusive flags + if (skill_id == HW_MAGICCRASHER) bflag |= BDMG_MAGIC; + if (sc && sc->getSCE(SC_WEAPONPERFECTION)) bflag |= BDMG_NOSIZE; if (is_skill_using_arrow(src, skill_id) && sd) { switch(sd->status.weapon) { case W_BOW: + bflag |= BDMG_ARROW; + break; case W_REVOLVER: case W_RIFLE: case W_GATLING: case W_SHOTGUN: case W_GRENADE: + // Criticals with any guns are calculated like melee criticals + if (!(bflag & BDMG_CRIT)) { + bflag |= BDMG_ARROW; + } break; default: - i |= 16; // for ex. shuriken must not be influenced by DEX + // Attacks that use ammo are calculated like melee attacks as long as no ranged weapon is equipped + // Some skills manually add arrow_atk as mastery bonus later (e.g. Throw Shuriken, Throw Kunai) break; } } - wd->damage = battle_calc_base_damage(src, sstatus, &sstatus->rhw, sc, tstatus->size, i); + if (skill_id == SN_SHARPSHOOTING || skill_id == MA_SHARPSHOOTING) + bflag &= ~(BDMG_CRIT); // Sharpshooting just ignores DEF/FLEE but damage is like a normal attack + wd->damage = battle_calc_base_damage(src, sstatus, &sstatus->rhw, sc, tstatus->size, bflag); if (is_attack_left_handed(src, skill_id)) - wd->damage2 = battle_calc_base_damage(src, sstatus, &sstatus->lhw, sc, tstatus->size, i); + wd->damage2 = battle_calc_base_damage(src, sstatus, &sstatus->lhw, sc, tstatus->size, bflag); #endif if (nk[NK_SPLASHSPLIT]){ // Divide ATK among targets if(wd->miscflag > 0) { @@ -3962,7 +4237,7 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list * int skill; #ifndef RENEWAL - if(sd->bonus.crit_atk_rate && is_attack_critical(wd, src, target, skill_id, skill_lv, false)) { // add +crit damage bonuses here in pre-renewal mode [helvetica] + if (sd->bonus.crit_atk_rate && (bflag & BDMG_CRIT)) { // add +crit damage bonuses here in pre-renewal mode [helvetica] ATK_ADDRATE(wd->damage, wd->damage2, sd->bonus.crit_atk_rate); } if(sd->status.party_id && (skill=pc_checkskill(sd,TK_POWER)) > 0) { @@ -3980,9 +4255,12 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list * #endif } #ifndef RENEWAL - if(tsd != nullptr && tsd->bonus.crit_def_rate != 0 && !skill_id && is_attack_critical(wd, src, target, skill_id, skill_lv, false)) { + if (tsd != nullptr && tsd->bonus.crit_def_rate != 0 && !skill_id && (bflag & BDMG_CRIT)) { ATK_ADDRATE(wd->damage, wd->damage2, -tsd->bonus.crit_def_rate); } + //Acid Terror ignores DEF but will substract VIT from base attack value instead + if (skill_id == AM_ACIDTERROR) + ATK_ADD(wd->damage, wd->damage2, -tstatus->def2); #endif break; } //End switch(skill_id) @@ -4027,7 +4305,42 @@ static void battle_calc_multi_attack(struct Damage* wd, struct block_list *src,s if( sd && !skill_id ) { // if no skill_id passed, check for double attack [helvetica] short i; - if( ( ( skill_lv = pc_checkskill(sd,TF_DOUBLE) ) > 0 && sd->weapontype1 == W_DAGGER ) + if(sc && sc->getSCE(SC_FEARBREEZE) && sd->weapontype1==W_BOW + && (i = sd->equip_index[EQI_AMMO]) >= 0 && sd->inventory_data[i] && sd->inventory.u.items_inventory[i].amount > 1) + { + int chance = rnd()%100; + switch(sc->getSCE(SC_FEARBREEZE)->val1) { + case 5: + if (chance < 4) { + wd->div_ = 5; + break; + } // 3 % chance to attack 5 times. + [[fallthrough]]; + case 4: + if (chance < 7) { + wd->div_ = 4; + break; + } // 6 % chance to attack 4 times. + [[fallthrough]]; + case 3: + if (chance < 10) { + wd->div_ = 3; + break; + } // 9 % chance to attack 3 times. + [[fallthrough]]; + case 2: + case 1: + if (chance < 13) { + wd->div_ = 2; + break; + } // 12 % chance to attack 2 times. + } + wd->div_ = min(wd->div_,sd->inventory.u.items_inventory[i].amount); + sc->getSCE(SC_FEARBREEZE)->val4 = wd->div_-1; + if (wd->div_ > 1) + wd->type = DMG_MULTI_HIT; + } + if( wd->div_ == 1 && ( ( skill_lv = pc_checkskill(sd,TF_DOUBLE) ) > 0 && sd->weapontype1 == W_DAGGER ) || ( pc_checkskill_flag(*sd, TF_DOUBLE) > SKILL_FLAG_PERMANENT && sd->weapontype1 != W_FIST ) || ( sd->bonus.double_rate > 0 && sd->weapontype1 != W_FIST ) // Will fail bare-handed || ( sc && sc->getSCE(SC_KAGEMUSYA) && sd->weapontype1 != W_FIST )) // Will fail bare-handed @@ -4048,7 +4361,7 @@ static void battle_calc_multi_attack(struct Damage* wd, struct block_list *src,s wd->type = DMG_MULTI_HIT; } } - else if( ((sd->weapontype1 == W_REVOLVER && (skill_lv = pc_checkskill(sd,GS_CHAINACTION)) > 0) //Normal Chain Action effect + if( wd->div_ == 1 && ((sd->weapontype1 == W_REVOLVER && (skill_lv = pc_checkskill(sd,GS_CHAINACTION)) > 0) //Normal Chain Action effect || (sc && sc->count && sc->getSCE(SC_E_CHAIN) && (skill_lv = sc->getSCE(SC_E_CHAIN)->val1) > 0)) //Chain Action of ETERNAL_CHAIN && rnd()%100 < 5*skill_lv ) //Success rate { @@ -4057,22 +4370,6 @@ static void battle_calc_multi_attack(struct Damage* wd, struct block_list *src,s sc_start(src,src,SC_QD_SHOT_READY,100,target->id,skill_get_time(RL_QD_SHOT,1)); } - else if(sc && sc->getSCE(SC_FEARBREEZE) && sd->weapontype1==W_BOW - && (i = sd->equip_index[EQI_AMMO]) >= 0 && sd->inventory_data[i] && sd->inventory.u.items_inventory[i].amount > 1) - { - int chance = rnd()%100; - switch(sc->getSCE(SC_FEARBREEZE)->val1) { - case 5: if( chance < 4) { wd->div_ = 5; break; } // 3 % chance to attack 5 times. - case 4: if( chance < 7) { wd->div_ = 4; break; } // 6 % chance to attack 4 times. - case 3: if( chance < 10) { wd->div_ = 3; break; } // 9 % chance to attack 3 times. - case 2: - case 1: if( chance < 13) { wd->div_ = 2; break; } // 12 % chance to attack 2 times. - } - wd->div_ = min(wd->div_,sd->inventory.u.items_inventory[i].amount); - sc->getSCE(SC_FEARBREEZE)->val4 = wd->div_-1; - if (wd->div_ > 1) - wd->type = DMG_MULTI_HIT; - } } switch (skill_id) { @@ -4103,7 +4400,7 @@ static void battle_calc_multi_attack(struct Damage* wd, struct block_list *src,s break; } case ABC_FRENZY_SHOT: - if( rnd()%100 < 5 * skill_lv ){ + if( rnd_chance( 5 * skill_lv, 100 ) ){ wd->div_ = 3; } break; @@ -4117,9 +4414,76 @@ static void battle_calc_multi_attack(struct Damage* wd, struct block_list *src,s } break; #endif + case NW_SPIRAL_SHOOTING: + if (sd && sd->weapontype1 == W_GRENADE) + wd->div_ += 1; + break; + case NW_MAGAZINE_FOR_ONE: + if (sd && sd->weapontype1 == W_GATLING) + wd->div_ += 4; + break; + case NW_THE_VIGILANTE_AT_NIGHT: + if (sd && sd->weapontype1 == W_GATLING) + wd->div_ += 3; + break; } } +/** + * Calculates the percentual attack modificator (ATKpercent) based on status changes + * These bonuses are added together and the percent is applied to the damage before the defense reduction in pre-renewal + * In renewal this simply sets the base skillratio before the actual skill ratio of the skill used is added + * This bonus works as a separate unit to the rest (e.g., if one of these is not applied to a skill, then we know none are) + * Do not add additional status changes here unless they are confirmed to use ATKpercent + * @param bl: Object to calc atkpercent for + * @param skill_id: Skill used by object + * @param sc: Object's status change information + * @return atkpercent with cap_value(watk,0,USHRT_MAX) + */ +static unsigned short battle_get_atkpercent(struct block_list& bl, uint16 skill_id, status_change& sc) +{ + if (bl.type == BL_PC && !battle_skill_stacks_masteries_vvs(skill_id, BCHK_ALL)) + return 100; + + int atkpercent = 100; + + if (sc.getSCE(SC_CURSE)) + atkpercent -= 25; + if (sc.getSCE(SC_PROVOKE)) + atkpercent += sc.getSCE(SC_PROVOKE)->val2; + if (sc.getSCE(SC_STRIPWEAPON) && bl.type != BL_PC) + atkpercent -= sc.getSCE(SC_STRIPWEAPON)->val2; + if (sc.getSCE(SC_CONCENTRATION)) + atkpercent += sc.getSCE(SC_CONCENTRATION)->val2; + if (sc.getSCE(SC_TRUESIGHT)) + atkpercent += 2 * sc.getSCE(SC_TRUESIGHT)->val1; + if (sc.getSCE(SC_JOINTBEAT) && sc.getSCE(SC_JOINTBEAT)->val2 & BREAK_WAIST) + atkpercent -= 25; + if (sc.getSCE(SC_INCATKRATE)) + atkpercent += sc.getSCE(SC_INCATKRATE)->val1; + if (sc.getSCE(SC_POWERUP)) + atkpercent += sc.getSCE(SC_POWERUP)->val1; + if (sc.getSCE(SC_SKE)) + atkpercent += 300; + if (sc.getSCE(SC_BLOODLUST)) + atkpercent += sc.getSCE(SC_BLOODLUST)->val2; + if (sc.getSCE(SC_FLEET)) + atkpercent += sc.getSCE(SC_FLEET)->val3; + if (sc.getSCE(SC_INVINCIBLE)) + atkpercent += sc.getSCE(SC_INVINCIBLE)->val2; + + /* Only few selected skills should use this function, DO NOT ADD any that are not caused by the skills listed below + * TODO: + * GD_GUARDUP (2*skLevel+8) + * EL_WATERBARRIER (-3) + * SC_ENERVATION (-30/-40/-50) + * MH_EQC (skLevel*5) + * MH_VOLCANIC_ASH (-50) + */ + + return (unsigned short)cap_value(atkpercent, 0, USHRT_MAX); +} + /*====================================================== * Calculate skill level ratios for weapon-based skills *------------------------------------------------------ @@ -4141,6 +4505,10 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * //Skill damage modifiers that stack linearly if(sc && skill_id != PA_SACRIFICE) { +#ifdef RENEWAL + //ATK percent modifier (in renewal, it's applied before the skillratio) + skillratio = battle_get_atkpercent(*src, skill_id, *sc); +#endif if(sc->getSCE(SC_OVERTHRUST)) skillratio += sc->getSCE(SC_OVERTHRUST)->val3; if(sc->getSCE(SC_MAXOVERTHRUST)) @@ -4150,10 +4518,6 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * skillratio += 100; #else skillratio += 200; - if (sc && sc->getSCE(SC_TRUESIGHT)) - skillratio += 2 * sc->getSCE(SC_TRUESIGHT)->val1; - if (sc->getSCE(SC_CONCENTRATION) && (skill_id != RK_DRAGONBREATH && skill_id != RK_DRAGONBREATH_WATER && skill_id != NPC_DRAGONBREATH)) - skillratio += sc->getSCE(SC_CONCENTRATION)->val2; #endif if (!skill_id || skill_id == KN_AUTOCOUNTER) { if (sc->getSCE(SC_CRUSHSTRIKE)) { @@ -4211,12 +4575,6 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * case MA_CHARGEARROW: skillratio += 50; break; -#ifndef RENEWAL - case HT_FREEZINGTRAP: - case MA_FREEZINGTRAP: - skillratio += -50 + 10 * skill_lv; - break; -#endif case KN_PIERCE: skillratio += 10 * skill_lv; if (sc && sc->getSCE(SC_CHARGINGPIERCE_COUNT) && sc->getSCE(SC_CHARGINGPIERCE_COUNT)->val1 >= 10) @@ -4276,7 +4634,9 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * if (tstatus->hp < (tstatus->max_hp / 2)) skillratio += skillratio / 2; #else - skillratio += 300 + 40 * skill_lv; + skillratio += 200 + 50 * skill_lv; + if (sd && pc_checkskill(sd, AS_SONICACCEL) > 0) + skillratio += skillratio / 10; #endif break; case TF_SPRINKLESAND: @@ -4364,7 +4724,7 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * if (sd && pc_checkskill(sd, AM_LEARNINGPOTION)) skillratio += 100; // !TODO: What's this bonus increase? #else - skillratio += 40 * skill_lv; + skillratio += -50 + 50 * skill_lv; #endif break; case MO_FINGEROFFENSIVE: @@ -4386,7 +4746,7 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * #endif break; case MO_EXTREMITYFIST: - skillratio += 100 * (7 + sstatus->sp / 10); + skillratio += 700 + sstatus->sp * 10; #ifdef RENEWAL if (wd->miscflag&1) skillratio *= 2; // More than 5 spirit balls active @@ -4487,7 +4847,7 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * skillratio += 100 + 50 * skill_lv; break; } - // Fall through + [[fallthrough]]; case MA_SHARPSHOOTING: #ifdef RENEWAL skillratio += -100 + 300 + 300 * skill_lv; @@ -5324,10 +5684,12 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * break; case SU_LUNATICCARROTBEAT: case SU_LUNATICCARROTBEAT2: - skillratio += 100 + 100 * skill_lv + sstatus->str * 5; // !TODO: What's the STR bonus? - RE_LVL_DMOD(100); + skillratio += 100 + 100 * skill_lv; if (sd && pc_checkskill(sd, SU_SPIRITOFLIFE)) skillratio += skillratio * status_get_hp(src) / status_get_max_hp(src); + if (status_get_lv(src) > 99) + skillratio += sstatus->str; + RE_LVL_DMOD(100); break; case SU_SVG_SPIRIT: skillratio += 150 + 150 * skill_lv; @@ -5363,31 +5725,33 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * skillratio += skillratio * sc->getSCE(SC_LIGHTOFSTAR)->val2 / 100; break; case DK_SERVANTWEAPON_ATK: - skillratio += -100 + 200 + 50 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 600 + 850 * skill_lv; + skillratio += 5 * sstatus->pow; RE_LVL_DMOD(100); break; case DK_SERVANT_W_PHANTOM: - skillratio += 100 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 200 + 300 * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; case DK_SERVANT_W_DEMOL: - skillratio += 600 + 120 * skill_lv; + skillratio += -100 + 500 * skill_lv; RE_LVL_DMOD(100); break; case DK_HACKANDSLASHER: case DK_HACKANDSLASHER_ATK: - skillratio += -100 + 500 + 250 * skill_lv; - skillratio += 5 * sstatus->pow; + skillratio += -100 + 350 + 820 * skill_lv; + skillratio += 7 * sstatus->pow; RE_LVL_DMOD(100); break; case DK_DRAGONIC_AURA: - skillratio += 950 * skill_lv + 10 * sstatus->pow; + skillratio += 3650 * skill_lv + 10 * sstatus->pow; if (tstatus->race == RC_DEMIHUMAN || tstatus->race == RC_ANGEL) - skillratio += 450 * skill_lv; + skillratio += 150 * skill_lv; RE_LVL_DMOD(100); break; case DK_MADNESS_CRUSHER: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 1000 + 3800 * skill_lv; + skillratio += 10 * sstatus->pow; if( sd != nullptr ){ int16 index = sd->equip_index[EQI_HAND_R]; @@ -5400,92 +5764,118 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * skillratio *= 2; break; case DK_STORMSLASH: - skillratio += -100 + 120 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 300 + 750 * skill_lv; + skillratio += 5 * sstatus->pow; RE_LVL_DMOD(100); - if (sc && sc->getSCE(SC_GIANTGROWTH)) + if (sc && sc->getSCE(SC_GIANTGROWTH) && rnd_chance(60, 100)) skillratio *= 2; break; + case DK_DRAGONIC_BREATH: + skillratio += -100 + 50 + 350 * skill_lv; + skillratio += 7 * sstatus->pow; + + if (sc && sc->getSCE(SC_DRAGONIC_AURA)) { + skillratio += 3 * sstatus->pow; + skillratio += (skill_lv * (sstatus->max_hp * 25 / 100) * 7) / 100; // Skill level x 0.07 x ((MaxHP / 4) + (MaxSP / 2)) + skillratio += (skill_lv * (sstatus->max_sp * 50 / 100) * 7) / 100; + } else { + skillratio += (skill_lv * (sstatus->max_hp * 25 / 100) * 5) / 100; // Skill level x 0.05 x ((MaxHP / 4) + (MaxSP / 2)) + skillratio += (skill_lv * (sstatus->max_sp * 50 / 100) * 5) / 100; + } + + RE_LVL_DMOD(100); + break; case IQ_OLEUM_SANCTUM: - skillratio += -100 + 400 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 500 + 2000 * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; case IQ_MASSIVE_F_BLASTER: - skillratio += -100 + 800 * skill_lv + 10 * sstatus->pow; + skillratio += -100 + 2300 * skill_lv + 15 * sstatus->pow; if (tstatus->race == RC_BRUTE || tstatus->race == RC_DEMON) - skillratio += 300 * skill_lv; + skillratio += 150 * skill_lv; RE_LVL_DMOD(100); break; case IQ_EXPOSION_BLASTER: - skillratio += -100 + 650 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 450 + 2600 * skill_lv; + skillratio += 10 * sstatus->pow; if( tsc != nullptr && tsc->getSCE( SC_HOLY_OIL ) ){ - skillratio += 200 * skill_lv; + skillratio += 950 * skill_lv; } RE_LVL_DMOD(100); break; case IQ_FIRST_BRAND: - skillratio += -100 + 450 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 1200 * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; case IQ_SECOND_FLAME: - skillratio += -100 + 550 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 200 + 2900 * skill_lv + 9 * sstatus->pow; RE_LVL_DMOD(100); break; case IQ_SECOND_FAITH: - skillratio += -100 + 500 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 100 + 2300 * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; case IQ_SECOND_JUDGEMENT: - skillratio += -100 + 500 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 150 + 2600 * skill_lv + 7 * sstatus->pow; RE_LVL_DMOD(100); break; case IQ_THIRD_PUNISH: - skillratio += -100 + 650 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 450 + 1800 * skill_lv; + skillratio += 10 * sstatus->pow; RE_LVL_DMOD(100); break; case IQ_THIRD_FLAME_BOMB: - skillratio += -100 + 650 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 650 * skill_lv + 10 * sstatus->pow; skillratio += sstatus->max_hp * 20 / 100; RE_LVL_DMOD(100); break; case IQ_THIRD_CONSECRATION: - skillratio += -100 + 650 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 700 * skill_lv + 10 * sstatus->pow; RE_LVL_DMOD(100); break; case IG_GRAND_JUDGEMENT: - skillratio += -100 + 750 * skill_lv + 10 * sstatus->pow; + skillratio += -100 + 250 + 1500 * skill_lv + 10 * sstatus->pow; if (tstatus->race == RC_PLANT || tstatus->race == RC_INSECT) - skillratio += 350 * skill_lv; + skillratio += 100 + 150 * skill_lv; RE_LVL_DMOD(100); if ((i = pc_checkskill_imperial_guard(sd, 3)) > 0) skillratio += skillratio * i / 100; break; case IG_SHIELD_SHOOTING: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->pow; - skillratio += skill_lv * 15 * pc_checkskill( sd, IG_SHIELD_MASTERY ); + skillratio += -100 + 1000 + 3500 * skill_lv; + skillratio += 10 * sstatus->pow; + skillratio += skill_lv * 150 * pc_checkskill( sd, IG_SHIELD_MASTERY ); if (sd) { // Damage affected by the shield's weight and refine. Need official formula. [Rytech] short index = sd->equip_index[EQI_HAND_L]; - if (index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_ARMOR) - skillratio += sd->inventory_data[index]->weight / 20 * sd->inventory.u.items_inventory[index].refine; + if (index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_ARMOR) { + skillratio += (sd->inventory_data[index]->weight * 7 / 6) / 10; + skillratio += sd->inventory.u.items_inventory[index].refine * 100; + } } RE_LVL_DMOD(100); break; case IG_OVERSLASH: - skillratio += -100 + 60 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 220 * skill_lv; + skillratio += pc_checkskill(sd, IG_SPEAR_SWORD_M) * 50 * skill_lv; + skillratio += 7 * sstatus->pow; RE_LVL_DMOD(100); if ((i = pc_checkskill_imperial_guard(sd, 3)) > 0) skillratio += skillratio * i / 100; break; case CD_EFFLIGO: - skillratio += -100 + 800 * skill_lv + 5 * sstatus->pow; - if (tstatus->race == RC_UNDEAD || tstatus->race == RC_DEMON) - skillratio += 400 * skill_lv; + skillratio += -100 + 1650 * skill_lv + 7 * sstatus->pow; + skillratio += 8 * pc_checkskill( sd, CD_MACE_BOOK_M ); + if (tstatus->race == RC_UNDEAD || tstatus->race == RC_DEMON) { + skillratio += 150 * skill_lv; + skillratio += 7 * pc_checkskill( sd, CD_MACE_BOOK_M ); + } RE_LVL_DMOD(100); break; case CD_PETITIO: - skillratio += -100 + 270 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + (1050 + pc_checkskill(sd,CD_MACE_BOOK_M) * 50) * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; case SHC_DANCING_KNIFE: @@ -5493,48 +5883,79 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * RE_LVL_DMOD(100); break; case SHC_SAVAGE_IMPACT: - skillratio += -100 + 60 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 105 * skill_lv + 5 * sstatus->pow; if( sc != nullptr && sc->getSCE( SC_SHADOW_EXCEED ) ){ - skillratio += 100 * skill_lv; + skillratio += 20 * skill_lv + 3 * sstatus->pow; // !TODO: check POW ratio } RE_LVL_DMOD(100); break; case SHC_ETERNAL_SLASH: - skillratio += -100 + 350 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 300 * skill_lv + 2 * sstatus->pow; + + if( sc != nullptr && sc->getSCE( SC_SHADOW_EXCEED ) ){ + skillratio += 120 * skill_lv + sstatus->pow; + } + RE_LVL_DMOD(100); break; case SHC_SHADOW_STAB: - skillratio += -100 + 750 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 550 * skill_lv + 5 * sstatus->pow; + + if( sc && sc->getSCE( SC_CLOAKINGEXCEED ) ){ + skillratio += 100 * skill_lv + 2 * sstatus->pow; + } + RE_LVL_DMOD(100); break; case SHC_IMPACT_CRATER: - skillratio += -100 + 65 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 80 * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; case SHC_FATAL_SHADOW_CROW: - skillratio += -100 + 650 * skill_lv + 10 * sstatus->pow; + skillratio += -100 + 1300 * skill_lv + 10 * sstatus->pow; if (tstatus->race == RC_DEMIHUMAN || tstatus->race == RC_DRAGON) - skillratio += 300 * skill_lv; + skillratio += 150 * skill_lv; RE_LVL_DMOD(100); break; case MT_AXE_STOMP: - skillratio += -100 + 400 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 450 + 1150 * skill_lv; + skillratio += 5 * sstatus->pow; + RE_LVL_DMOD(100); + break; + case MT_MIGHTY_SMASH: + skillratio += -100 + 80 + 240 * skill_lv; + skillratio += 5 * sstatus->pow; + if (sc && sc->getSCE(SC_AXE_STOMP)) { + skillratio += 20; + skillratio += 5 * sstatus->pow; + } RE_LVL_DMOD(100); break; case MT_RUSH_QUAKE: - skillratio += -100 + 750 * skill_lv + 10 * sstatus->pow; + skillratio += -100 + 3600 * skill_lv + 10 * sstatus->pow; if (tstatus->race == RC_FORMLESS || tstatus->race == RC_INSECT) - skillratio += 350 * skill_lv; + skillratio += 150 * skill_lv; RE_LVL_DMOD(100); break; case MT_A_MACHINE:// Formula unknown. Using Dancing Knife's formula for now. [Rytech] skillratio += -100 + 200 * skill_lv + 5 * sstatus->pow; RE_LVL_DMOD(100); break; + case MT_SPARK_BLASTER: + skillratio += -100 + 600 + 1400 * skill_lv; + skillratio += 5 * sstatus->pow; + RE_LVL_DMOD(100); + break; + case MT_TRIPLE_LASER: + skillratio += -100 + 650 + 1150 * skill_lv; + skillratio += 12 * sstatus->pow; + RE_LVL_DMOD(100); + break; case ABC_ABYSS_DAGGER: - skillratio += -100 + 350 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 350 + 1400 * skill_lv; + skillratio += 5 * sstatus->pow; RE_LVL_DMOD(100); break; case ABC_UNLUCKY_RUSH: @@ -5542,41 +5963,51 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * RE_LVL_DMOD(100); break; case ABC_CHAIN_REACTION_SHOT: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->con; + skillratio += -100 + 850 * skill_lv; + skillratio += 15 * sstatus->con; RE_LVL_DMOD(100); break; case ABC_CHAIN_REACTION_SHOT_ATK: - skillratio += -100 + 950 * skill_lv + 5 * sstatus->con; + skillratio += -100 + 800 + 2550 * skill_lv; + skillratio += 15 * sstatus->con; RE_LVL_DMOD(100); break; case ABC_DEFT_STAB: - skillratio += -100 + 360 * skill_lv + 5 * sstatus->pow; + skillratio += -100 + 700 + 550 * skill_lv; + skillratio += 7 * sstatus->pow; RE_LVL_DMOD(100); break; case ABC_FRENZY_SHOT: - skillratio += -100 + 350 * skill_lv + 5 * sstatus->con; + skillratio += -100 + 250 + 800 * skill_lv; + skillratio += 15 * sstatus->con; RE_LVL_DMOD(100); break; case WH_HAWKRUSH: - skillratio += -100 + 200 * skill_lv + 5 * sstatus->con; + skillratio += -100 + 500 * skill_lv + 5 * sstatus->con; + if (sd) + skillratio += skillratio * pc_checkskill(sd, WH_NATUREFRIENDLY) / 10; RE_LVL_DMOD(100); break; - case WH_HAWKBOOMERANG:// Affected by trait stats??? CON for sure but the other one unknown. Likely POW. [Rytech] - skillratio += -100 + 500 * skill_lv + 10 * sstatus->pow + 10 * sstatus->con; + case WH_HAWKBOOMERANG: + skillratio += -100 + 600 * skill_lv + 10 * sstatus->con; + if (sd) + skillratio += skillratio * pc_checkskill(sd, WH_NATUREFRIENDLY) / 10; if (tstatus->race == RC_BRUTE || tstatus->race == RC_FISH) - skillratio += 250 * skill_lv; + skillratio += skillratio * 50 / 100; RE_LVL_DMOD(100); break; case WH_GALESTORM: - skillratio += -100 + 250 * skill_lv + 10 * sstatus->con; + skillratio += -100 + 1350 * skill_lv; + skillratio += 10 * sstatus->con; RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_CALAMITYGALE) && (tstatus->race == RC_BRUTE || tstatus->race == RC_FISH)) - skillratio += skillratio * 50 / 100; + skillratio += skillratio * 50 / 100; break; case WH_CRESCIVE_BOLT: - skillratio += -100 + 300 * skill_lv + 5 * sstatus->con; + skillratio += -100 + 500 + 1300 * skill_lv; + skillratio += 5 * sstatus->con; RE_LVL_DMOD(100); - if (sc) { // At level 10 the SP usage of 100 increased by 20 on each count. So maybe damage increase is 20%??? [Rytech] + if (sc) { if (sc->getSCE(SC_CRESCIVEBOLT)) skillratio += skillratio * (20 * sc->getSCE(SC_CRESCIVEBOLT)->val1) / 100; @@ -5592,7 +6023,7 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * case WH_SOLIDTRAP: case WH_SWIFTTRAP: case WH_FLAMETRAP: - skillratio += -100 + 250 * skill_lv + 5 * sstatus->con; + skillratio += -100 + 850 * skill_lv + 5 * sstatus->con; RE_LVL_DMOD(100); skillratio += skillratio * (20 * (sd ? pc_checkskill(sd, WH_ADVANCED_TRAP) : 5)) / 100; break; @@ -5615,47 +6046,74 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * RE_LVL_DMOD(100); break; + case BO_EXPLOSIVE_POWDER: + skillratio += -100 + 500 + 650 * skill_lv; + skillratio += 5 * sstatus->pow; + if (sc && sc->getSCE(SC_RESEARCHREPORT)) + skillratio += 100 * skill_lv; + RE_LVL_DMOD(100); + break; + case BO_MAYHEMIC_THORNS: + skillratio += -100 + 200 + 300 * skill_lv; + skillratio += 5 * sstatus->pow; + if (sc && sc->getSCE(SC_RESEARCHREPORT)) + skillratio += 150; + RE_LVL_DMOD(100); + break; case TR_ROSEBLOSSOM: - skillratio += -100 + 750 * skill_lv + (sd ? pc_checkskill(sd, TR_STAGE_MANNER) : 5) * sstatus->con; + skillratio += -100 + 200 + 2000 * skill_lv; + + if (sd && pc_checkskill(sd, TR_STAGE_MANNER) > 0) + skillratio += 3 * sstatus->con; if( tsc != nullptr && tsc->getSCE( SC_SOUNDBLEND ) ){ - skillratio += 250 * skill_lv; + skillratio += 200 * skill_lv; } RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_MYSTIC_SYMPHONY)) { - skillratio += skillratio * 100 / 100; + skillratio *= 2; if (tstatus->race == RC_FISH || tstatus->race == RC_DEMIHUMAN) skillratio += skillratio * 50 / 100; } break; case TR_ROSEBLOSSOM_ATK: - skillratio += -100 + 350 * skill_lv + (sd ? pc_checkskill(sd, TR_STAGE_MANNER) : 5) * sstatus->con; + skillratio += -100 + 250 + 2800 * skill_lv; + + if (sd && pc_checkskill(sd, TR_STAGE_MANNER) > 0) + skillratio += 3 * sstatus->con; if( tsc != nullptr && tsc->getSCE( SC_SOUNDBLEND ) ){ - skillratio += 400 * skill_lv; + skillratio += 200 * skill_lv; } RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_MYSTIC_SYMPHONY)) { - skillratio += skillratio * 100 / 100; + skillratio *= 2; if (tstatus->race == RC_FISH || tstatus->race == RC_DEMIHUMAN) skillratio += skillratio * 50 / 100; } break; case TR_RHYTHMSHOOTING: - skillratio += -100 + 120 * skill_lv + (sd ? pc_checkskill(sd, TR_STAGE_MANNER) : 5) * sstatus->con; + skillratio += -100 + 550 + 950 * skill_lv; + + if (sd && pc_checkskill(sd, TR_STAGE_MANNER) > 0) + skillratio += 5 * sstatus->con; + + if (tsc && tsc->getSCE(SC_SOUNDBLEND)) { + skillratio += 300 + 100 * skill_lv; + skillratio += 2 * sstatus->con; + } + RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_MYSTIC_SYMPHONY)) { - skillratio += skillratio * 100 / 100; + skillratio *= 2; if (tstatus->race == RC_FISH || tstatus->race == RC_DEMIHUMAN) skillratio += skillratio * 50 / 100; } - if (tsc && tsc->getSCE(SC_SOUNDBLEND)) - skillratio += skillratio * 50 / 100; break; case ABR_BATTLE_BUSTER:// Need official formula. case ABR_DUAL_CANNON_FIRE:// Need official formula. @@ -5664,6 +6122,122 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list * case ABR_INFINITY_BUSTER:// Need official formula. skillratio += -100 + 50000; break; + case HN_SPIRAL_PIERCE_MAX: + skillratio += -100 + 1000 + 1500 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_TATICS) * 3 * skill_lv; + skillratio += 5 * sstatus->pow; + switch (status_get_size(target)){ + case SZ_SMALL: + skillratio = skillratio * 150 / 100; + break; + case SZ_MEDIUM: + skillratio = skillratio * 130 / 100; + break; + case SZ_BIG: + skillratio = skillratio * 120 / 100; + break; + } + RE_LVL_DMOD(100); + break; + case HN_SHIELD_CHAIN_RUSH: + skillratio += -100 + 850 + 1050 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_TATICS) * 3 * skill_lv; + skillratio += 5 * sstatus->pow; + RE_LVL_DMOD(100); + break; + case HN_MEGA_SONIC_BLOW: + skillratio += -100 + 900 + 750 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_TATICS) * 5 * skill_lv; + skillratio += 5 * sstatus->pow; + if (status_get_hp(target) < status_get_max_hp(target) / 2) + skillratio *= 2; + RE_LVL_DMOD(100); + break; + case HN_DOUBLEBOWLINGBASH: + skillratio += -100 + 250 + 400 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_TATICS) * 3 * skill_lv; + skillratio += 5 * sstatus->pow; + RE_LVL_DMOD(100); + break; + case NW_HASTY_FIRE_IN_THE_HOLE: + skillratio += -100 + 1500 + 1500 * skill_lv; + skillratio += pc_checkskill( sd, NW_GRENADE_MASTERY ) * 20; + skillratio += 5 * sstatus->con; + RE_LVL_DMOD(100); + break; + case NW_BASIC_GRENADE: + skillratio += -100 + 1500 + 2100 * skill_lv; + skillratio += pc_checkskill( sd, NW_GRENADE_MASTERY ) * 50; + skillratio += 5 * sstatus->con; + RE_LVL_DMOD(100); + break; + case NW_GRENADES_DROPPING: + skillratio += -100 + 550 + 850 * skill_lv; + skillratio += pc_checkskill( sd, NW_GRENADE_MASTERY ) * 30; + skillratio += 5 * sstatus->con; + RE_LVL_DMOD(100); + break; + case NW_WILD_FIRE: + skillratio += -100 + 1500 + 3000 * skill_lv; + skillratio += 5 * sstatus->con; + if (sc && sc->getSCE(SC_INTENSIVE_AIM_COUNT)) + skillratio += sc->getSCE(SC_INTENSIVE_AIM_COUNT)->val1 * 500 * skill_lv; + if (sd && sd->weapontype1 == W_SHOTGUN) + skillratio += 200 * skill_lv; + RE_LVL_DMOD(100); + break; + case NW_MAGAZINE_FOR_ONE: + skillratio += -100 + 250 + 500 * skill_lv; + skillratio += 5 * sstatus->con; + if (sc && sc->getSCE(SC_INTENSIVE_AIM_COUNT)) + skillratio += sc->getSCE(SC_INTENSIVE_AIM_COUNT)->val1 * 100 * skill_lv; + if (sd && sd->weapontype1 == W_REVOLVER) + skillratio += 50 + 300 * skill_lv; + RE_LVL_DMOD(100); + break; + case NW_SPIRAL_SHOOTING: + skillratio += -100 + 1200 + 1700 * skill_lv; + skillratio += 5 * sstatus->con; + if (sc && sc->getSCE(SC_INTENSIVE_AIM_COUNT)) + skillratio += sc->getSCE(SC_INTENSIVE_AIM_COUNT)->val1 * 150 * skill_lv; + if (sd && sd->weapontype1 == W_RIFLE) + skillratio += 200 + 1100 * skill_lv; + RE_LVL_DMOD(100); + break; + case NW_ONLY_ONE_BULLET: + skillratio += -100 + 1200 + 3000 * skill_lv; + skillratio += 5 * sstatus->con; + if (sc && sc->getSCE(SC_INTENSIVE_AIM_COUNT)) + skillratio += sc->getSCE(SC_INTENSIVE_AIM_COUNT)->val1 * 350 * skill_lv; + if (sd && sd->weapontype1 == W_REVOLVER) { + skillratio += 400 * skill_lv; + } + RE_LVL_DMOD(100); + break; + case NW_THE_VIGILANTE_AT_NIGHT: + if (sd && sd->weapontype1 == W_GATLING) { + skillratio += -100 + 300 * skill_lv; + if (sc && sc->getSCE(SC_INTENSIVE_AIM_COUNT)) + skillratio += sc->getSCE(SC_INTENSIVE_AIM_COUNT)->val1 * 100 * skill_lv; + } else { + skillratio += -100 + 800 + 700 * skill_lv; + if (sc && sc->getSCE(SC_INTENSIVE_AIM_COUNT)) + skillratio += sc->getSCE(SC_INTENSIVE_AIM_COUNT)->val1 * 200 * skill_lv; + } + skillratio += 5 * sstatus->con; + RE_LVL_DMOD(100); + break; + case NW_MISSION_BOMBARD: + if( wd->miscflag&SKILL_ALTDMG_FLAG ){ + skillratio += -100 + 5000 + 1800 * skill_lv; + skillratio += pc_checkskill( sd, NW_GRENADE_MASTERY ) * 100; + }else{ + skillratio += -100 + 800 + 200 * skill_lv; + skillratio += pc_checkskill( sd, NW_GRENADE_MASTERY ) * 30; + } + skillratio += 5 * sstatus->con; + RE_LVL_DMOD(100); + break; } return skillratio; } @@ -5689,6 +6263,19 @@ static int64 battle_calc_skill_constant_addition(struct Damage* wd, struct block case MO_EXTREMITYFIST: atk = 250 + 150 * skill_lv; break; + case PA_SHIELDCHAIN: + if (sd) { + short index = sd->equip_index[EQI_HAND_L]; + // Bonus damage: [max(100, Random(100, 0.7*weight + pow(skill level + refine)))] + if (index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_ARMOR) { + // First calculate the random part of the bonus + int bonus = (7 * sd->inventory_data[index]->weight) / 100; + bonus += static_cast(pow(skill_lv + sd->inventory.u.items_inventory[index].refine, 2)); + // Now get a random value between 100 and the random part + atk = max(100, rnd_value(100, bonus)); + } + } + break; #ifndef RENEWAL case GS_MAGICALBULLET: if (sstatus->matk_max > sstatus->matk_min) @@ -5696,9 +6283,6 @@ static int64 battle_calc_skill_constant_addition(struct Damage* wd, struct block else atk = sstatus->matk_min; break; - case NJ_SYURIKEN: - atk = 4 * skill_lv; - break; #endif #ifdef RENEWAL case HT_FREEZINGTRAP: @@ -5768,8 +6352,9 @@ static void battle_attack_sc_bonus(struct Damage* wd, struct block_list *src, st if (sc->getSCE(SC_GATLINGFEVER)) ATK_ADD(wd->equipAtk, wd->equipAtk2, sc->getSCE(SC_GATLINGFEVER)->val3); #else - if (sc->getSCE(SC_TRUESIGHT)) - ATK_ADDRATE(wd->damage, wd->damage2, 2 * sc->getSCE(SC_TRUESIGHT)->val1); + //ATK percent modifier (in pre-renewal, it's applied multiplicatively after the skill ratio) + ATK_RATE(wd->damage, wd->damage2, battle_get_atkpercent(*src, skill_id, *sc)); + ATK_RATER(wd->basedamage, battle_get_atkpercent(*src, 0, *sc)); #endif if (sc->getSCE(SC_SPIRIT)) { if (skill_id == AS_SONICBLOW && sc->getSCE(SC_SPIRIT)->val2 == SL_ASSASIN) { @@ -5782,22 +6367,17 @@ static void battle_attack_sc_bonus(struct Damage* wd, struct block_list *src, st } if (sc->getSCE(SC_GT_CHANGE)) ATK_ADDRATE(wd->damage, wd->damage2, sc->getSCE(SC_GT_CHANGE)->val1); +#ifdef RENEWAL if (sc->getSCE(SC_EDP)) { switch(skill_id) { + // Renewal: Venom Splasher, Meteor Assault, Grimtooth and Venom Knife ignore EDP + case TF_SPRINKLESAND: case AS_SPLASHER: case ASC_METEORASSAULT: - // Pre-Renewal only: Soul Breaker ignores EDP - // Renewal only: Grimtooth and Venom Knife ignore EDP - // Both: Venom Splasher and Meteor Assault ignore EDP [helvetica] -#ifndef RENEWAL - case ASC_BREAKER: -#else case AS_GRIMTOOTH: case AS_VENOMKNIFE: -#endif break; // skills above have no effect with EDP -#ifdef RENEWAL default: // fall through to apply EDP bonuses // Renewal EDP formula [helvetica] // weapon atk * (2.5 + (edp level * .3)) @@ -5805,13 +6385,9 @@ static void battle_attack_sc_bonus(struct Damage* wd, struct block_list *src, st ATK_RATE(wd->weaponAtk, wd->weaponAtk2, 250 + (sc->getSCE(SC_EDP)->val1 * 30)); ATK_RATE(wd->equipAtk, wd->equipAtk2, 250 + (sc->getSCE(SC_EDP)->val1 * 30)); break; -#else - default: - ATK_ADDRATE(wd->damage, wd->damage2, sc->getSCE(SC_EDP)->val3); - -#endif } } +#endif if (sc->getSCE(SC_DANCEWITHWUG)) { if (skill_get_inf2(skill_id, INF2_INCREASEDANCEWITHWUGDAMAGE)) { ATK_ADDRATE(wd->damage, wd->damage2, sc->getSCE(SC_DANCEWITHWUG)->val1 * 10 * battle_calc_chorusbonus(sd)); @@ -5889,6 +6465,8 @@ static void battle_attack_sc_bonus(struct Damage* wd, struct block_list *src, st if (sc->getSCE(SC_MIRACLE)) anger_id = 2; // Always treat all monsters as star flagged monster when in miracle state + if (sc->getSCE(SC_HIDDEN_CARD) && (wd->flag&BF_LONG) == BF_LONG) + RE_ALLATK_ADDRATE(wd, sc->getSCE(SC_HIDDEN_CARD)->val3); } if ((wd->flag&(BF_LONG|BF_MAGIC)) == BF_LONG) { @@ -6000,23 +6578,22 @@ static void battle_calc_defense_reduction(struct Damage* wd, struct block_list * def2 -= (target_count - (battle_config.vit_penalty_count - 1))*battle_config.vit_penalty_num; } } - if (skill_id == AM_ACIDTERROR) -#ifdef RENEWAL - def2 = 0; //Ignore only status defense. [FatalEror] -#else - def1 = 0; //Ignores only armor defense. [Skotlex] -#endif if(def2 < 1) def2 = 1; } +#ifdef RENEWAL + if (skill_id == AM_ACIDTERROR) + def2 = 0; // Ignore only status defense. +#endif + //Damage reduction based on vitality if (tsd) { //Sd vit-eq int skill; #ifndef RENEWAL //Damage reduction: [VIT*0.3] + RND(0, [VIT^2/150] - [VIT*0.3] - 1) + [VIT*0.5] vit_def = ((3 * def2) / 10); - vit_def += rnd_value(0, (def2 * def2) / 150 - ((3 * def2) / 10) - 1); + vit_def += rnd_value(0, max(0, (def2 * def2) / 150 - ((3 * def2) / 10) - 1)); vit_def += (def2 / 2); #else vit_def = def2; @@ -6058,7 +6635,9 @@ static void battle_calc_defense_reduction(struct Damage* wd, struct block_list * return; if (is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_R) || is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_L)) return; - + [[fallthrough]]; + case CR_GRANDCROSS: // Grand Cross is marked as "IgnoreDefense" in renewal as it's applied at the end after already combining ATK and MATK + case NPC_GRANDDARKNESS: // Defense reduction by flat value. // This completely bypasses the normal RE DEF Reduction formula. wd->damage -= (def1 + vit_def); @@ -6089,10 +6668,12 @@ static void battle_calc_defense_reduction(struct Damage* wd, struct block_list * attack_ignores_def(wd, src, target, skill_id, skill_lv, EQI_HAND_R) ?100:(is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_R) ? (int64)is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_R)*(def1+vit_def) : (100-def1)), attack_ignores_def(wd, src, target, skill_id, skill_lv, EQI_HAND_L) ?100:(is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_L) ? (int64)is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_L)*(def1+vit_def) : (100-def1)) ); + ATK_RATER(wd->basedamage, 100 - def1); ATK_ADD2(wd->damage, wd->damage2, attack_ignores_def(wd, src, target, skill_id, skill_lv, EQI_HAND_R) || is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_R) ?0:-vit_def, attack_ignores_def(wd, src, target, skill_id, skill_lv, EQI_HAND_L) || is_attack_piercing(wd, src, target, skill_id, skill_lv, EQI_HAND_L) ?0:-vit_def ); + wd->basedamage -= vit_def; #endif } @@ -6111,12 +6692,27 @@ static void battle_calc_attack_post_defense(struct Damage* wd, struct block_list struct status_data *sstatus = status_get_status_data(src); // Post skill/vit reduction damage increases - if( sc ) { // SC skill damages - if(sc->getSCE(SC_AURABLADE) #ifndef RENEWAL - && skill_id != LK_SPIRALPIERCE && skill_id != ML_SPIRALPIERCE + //Refine bonus + if (sd) { + if (battle_skill_stacks_masteries_vvs(skill_id, BCHK_REFINE)) { + ATK_ADD2(wd->damage, wd->damage2, sstatus->rhw.atk2, sstatus->lhw.atk2); + } + wd->basedamage += sstatus->rhw.atk2; + } + + //After DEF reduction, damage can be negative, refine bonus works against that value + //After refinement bonus was applied, damage is capped to 1, then masteries are applied + battle_min_damage(*wd, *src, skill_id, 1); + + battle_calc_attack_masteries(wd, src, target, skill_id, skill_lv); #endif - ) { + if (sc) { // SC skill damages + if (sc->getSCE(SC_AURABLADE) +#ifndef RENEWAL + && skill_id != LK_SPIRALPIERCE && skill_id != ML_SPIRALPIERCE +#endif + ) { #ifdef RENEWAL ATK_ADD(wd->damage, wd->damage2, (3 + sc->getSCE(SC_AURABLADE)->val1) * status_get_lv(src)); // !TODO: Confirm formula #else @@ -6125,32 +6721,17 @@ static void battle_calc_attack_post_defense(struct Damage* wd, struct block_list } } -#ifndef RENEWAL - battle_calc_attack_masteries(wd, src, target, skill_id, skill_lv); - - //Refine bonus - if (sd && battle_skill_stacks_masteries_vvs(skill_id) && skill_id != MO_INVESTIGATE && skill_id != MO_EXTREMITYFIST) { // Counts refine bonus multiple times - if (skill_id == MO_FINGEROFFENSIVE) { - ATK_ADD2(wd->damage, wd->damage2, wd->div_*sstatus->rhw.atk2, wd->div_*sstatus->lhw.atk2); - } else { - ATK_ADD2(wd->damage, wd->damage2, sstatus->rhw.atk2, sstatus->lhw.atk2); - } - } -#endif //Set to min of 1 - if (is_attack_right_handed(src, skill_id) && wd->damage < 1) wd->damage = 1; - if (is_attack_left_handed(src, skill_id) && wd->damage2 < 1) wd->damage2 = 1; + battle_min_damage(*wd, *src, skill_id, 1); +#ifdef RENEWAL switch (skill_id) { case AS_SONICBLOW: if(sd && pc_checkskill(sd,AS_SONICACCEL)>0) -#ifdef RENEWAL ATK_ADDRATE(wd->damage, wd->damage2, 90); -#else - ATK_ADDRATE(wd->damage, wd->damage2, 10); -#endif break; } +#endif } /*================================================================================= @@ -6235,18 +6816,16 @@ static void battle_calc_attack_left_right_hands(struct Damage* wd, struct block_ if (sd) { int skill; - if (!is_attack_right_handed(src, skill_id) && is_attack_left_handed(src, skill_id)) { - wd->damage = wd->damage2; - wd->damage2 = 0; - } else if(sd->status.weapon == W_KATAR && !skill_id) { //Katars (offhand damage only applies to normal attacks, tested on Aegis 10.2) + if(sd->status.weapon == W_KATAR && !skill_id) { //Katars (offhand damage only applies to normal attacks, tested on Aegis 10.2) skill = pc_checkskill(sd,TF_DOUBLE); wd->damage2 = (int64)wd->damage * (1 + (skill * 2))/100; #ifdef RENEWAL - } else if(is_attack_right_handed(src, skill_id) && is_attack_left_handed(src, skill_id) && sd->status.weapon != W_KATAR) { //Dual-wield + } else if(is_attack_left_handed(src, skill_id) && sd->status.weapon != W_KATAR) { //Dual-wield #else - } else if(is_attack_right_handed(src, skill_id) && is_attack_left_handed(src, skill_id)) { //Dual-wield + } else if(is_attack_left_handed(src, skill_id)) { //Dual-wield #endif - if (wd->damage) { + // If you only have a weapon in the left hand, then your main hand damage will be identical to an unarmed attack + if (is_attack_right_handed(src, skill_id) && wd->damage) { if( (sd->class_&MAPID_BASEMASK) == MAPID_THIEF ) { skill = pc_checkskill(sd,AS_RIGHT); ATK_RATER(wd->damage, 50 + (skill * 10)) @@ -6258,6 +6837,7 @@ static void battle_calc_attack_left_right_hands(struct Damage* wd, struct block_ if(wd->damage < 1) wd->damage = 1; } + // Left hand damage will always be adjusted, even if you don't have a weapon in the main hand if (wd->damage2) { if( (sd->class_&MAPID_BASEMASK) == MAPID_THIEF) { skill = pc_checkskill(sd,AS_LEFT); @@ -6334,14 +6914,14 @@ static void battle_calc_attack_gvg_bg(struct Damage* wd, struct block_list *src, wd->damage = battle_calc_damage(src,target,wd,wd->damage,skill_id,skill_lv); if( mapdata_flag_gvg2(mapdata) ) wd->damage=battle_calc_gvg_damage(src,target,wd->damage,skill_id,wd->flag); - else if( mapdata->flag[MF_BATTLEGROUND] ) + else if( mapdata->getMapFlag(MF_BATTLEGROUND) ) wd->damage=battle_calc_bg_damage(src,target,wd->damage,skill_id,wd->flag); } else if(!wd->damage) { wd->damage2 = battle_calc_damage(src,target,wd,wd->damage2,skill_id,skill_lv); if( mapdata_flag_gvg2(mapdata) ) wd->damage2 = battle_calc_gvg_damage(src,target,wd->damage2,skill_id,wd->flag); - else if( mapdata->flag[MF_BATTLEGROUND] ) + else if( mapdata->getMapFlag(MF_BATTLEGROUND) ) wd->damage2 = battle_calc_bg_damage(src,target,wd->damage2,skill_id,wd->flag); } else { @@ -6351,7 +6931,7 @@ static void battle_calc_attack_gvg_bg(struct Damage* wd, struct block_list *src, wd->damage = battle_calc_gvg_damage(src, target, wd->damage, skill_id, wd->flag); wd->damage2 = battle_calc_gvg_damage(src, target, wd->damage2, skill_id, wd->flag); } - else if (mapdata->flag[MF_BATTLEGROUND]) { + else if (mapdata->getMapFlag(MF_BATTLEGROUND)) { wd->damage = battle_calc_bg_damage(src, target, wd->damage, skill_id, wd->flag); wd->damage2 = battle_calc_bg_damage(src, target, wd->damage2, skill_id, wd->flag); } @@ -6390,7 +6970,7 @@ static void battle_calc_weapon_final_atk_modifiers(struct Damage* wd, struct blo { ATK_RATER(wd->damage, 50) clif_skill_nodamage(target,target,ST_REJECTSWORD, tsc->getSCE(SC_REJECTSWORD)->val1,1); - status_fix_damage(target,src,wd->damage,clif_damage(target,src,gettick(),0,0,wd->damage,0,DMG_NORMAL,0,false),ST_REJECTSWORD); + battle_fix_damage(target,src,wd->damage,clif_damage(target,src,gettick(),0,0,wd->damage,0,DMG_NORMAL,0,false),ST_REJECTSWORD); if (status_isdead(target)) return; if( --(tsc->getSCE(SC_REJECTSWORD)->val3) <= 0 ) @@ -6408,7 +6988,7 @@ static void battle_calc_weapon_final_atk_modifiers(struct Damage* wd, struct blo clif_skill_damage(target, src, gettick(), status_get_amotion(src), 0, rdamage, 1, SR_CRESCENTELBOW_AUTOSPELL, tsc->getSCE(SC_CRESCENTELBOW)->val1, DMG_SINGLE); // This is how official does clif_damage(src, target, gettick(), status_get_amotion(src)+1000, 0, rdamage/10, 1, DMG_NORMAL, 0, false); - status_damage(target, src, rdamage, 0, 0, 0, 0); + battle_fix_damage(target, src, rdamage, 0, SR_CRESCENTELBOW); status_damage(src, target, rdamage/10, 0, 0, 1, 0); status_change_end(target, SC_CRESCENTELBOW); } @@ -6491,6 +7071,8 @@ static struct Damage initialize_weapon_data(struct block_list *src, struct block #ifdef RENEWAL wd.statusAtk = wd.statusAtk2 = wd.equipAtk = wd.equipAtk2 = wd.weaponAtk = wd.weaponAtk2 = wd.masteryAtk = wd.masteryAtk2 = wd.percentAtk = wd.percentAtk2 = +#else + wd.basedamage = #endif 0; @@ -6541,7 +7123,7 @@ static struct Damage initialize_weapon_data(struct block_list *src, struct block case GS_GROUNDDRIFT: wd.amotion = sstatus->amotion; - //Fall through + [[fallthrough]]; case KN_SPEARSTAB: #ifndef RENEWAL case KN_BOWLINGBASH: @@ -6604,10 +7186,6 @@ static struct Damage initialize_weapon_data(struct block_list *src, struct block if (sc && sc->getSCE(SC_E_SLASH_COUNT)) wd.div_ = sc->getSCE(SC_E_SLASH_COUNT)->val1; break; - case SHC_SHADOW_STAB: - if (wd.miscflag == 2) - wd.div_ = 2; - break; case SHC_IMPACT_CRATER: if (sc && sc->getSCE(SC_ROLLINGCUTTER)) wd.div_ = sc->getSCE(SC_ROLLINGCUTTER)->val1; @@ -6619,6 +7197,22 @@ static struct Damage initialize_weapon_data(struct block_list *src, struct block case SHC_SAVAGE_IMPACT: wd.div_ = wd.div_ + wd.miscflag; break; + case MT_MIGHTY_SMASH: + if (sc && sc->getSCE(SC_AXE_STOMP)) + wd.div_ = 7; + break; + case BO_EXPLOSIVE_POWDER: + if (sc && sc->getSCE(SC_RESEARCHREPORT)) + wd.div_ = 5; + break; + case BO_MAYHEMIC_THORNS: + if (sc && sc->getSCE(SC_RESEARCHREPORT)) + wd.div_ = 4; + break; + case HN_DOUBLEBOWLINGBASH: + if (wd.miscflag > 1) + wd.div_ += min(4, wd.miscflag); + break; } } else { bool is_long = false; @@ -6756,7 +7350,14 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src, struct bl wd.dmg_lv = ATK_FLEE; else if(!(infdef = is_infinite_defense(target, wd.flag))) { //no need for math against plants - battle_calc_skill_base_damage(&wd, src, target, skill_id, skill_lv); // base skill damage +#ifndef RENEWAL + // First call function with skill_id 0 to get base damage of a normal attack + battle_calc_skill_base_damage(&wd, src, target, 0, 0); // base damage + wd.basedamage = wd.damage; + // Now get actual skill damage + if (skill_id != 0) +#endif + battle_calc_skill_base_damage(&wd, src, target, skill_id, skill_lv); // base skill damage int64 ratio = 0; @@ -6824,9 +7425,28 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src, struct bl battle_attack_sc_bonus(&wd, src, target, skill_id, skill_lv); if (sd) { //monsters, homuns and pets have their damage computed directly - wd.damage = (int64)floor((float)((wd.statusAtk + wd.weaponAtk + wd.equipAtk + wd.percentAtk) * (100 + sstatus->patk) / 100 + wd.masteryAtk + bonus_damage)); - if (is_attack_left_handed(src, skill_id)) - wd.damage2 = (int64)floor((float)((wd.statusAtk2 + wd.weaponAtk2 + wd.equipAtk2 + wd.percentAtk2) * (100 + sstatus->patk) / 100 + wd.masteryAtk2 + bonus_damage)); + wd.damage = wd.statusAtk + wd.weaponAtk + wd.equipAtk + wd.percentAtk; + if( is_attack_left_handed( src, skill_id ) ){ + wd.damage2 = wd.statusAtk2 + wd.weaponAtk2 + wd.equipAtk2 + wd.percentAtk2; + } + // Apply PATK mod + // But for Dragonbreaths it only applies if Dragonic Aura is skilled + if( ( skill_id != RK_DRAGONBREATH && skill_id != RK_DRAGONBREATH_WATER ) || pc_checkskill( sd, DK_DRAGONIC_AURA ) > 0 ){ + wd.damage = (int64)floor( (float)( wd.damage * ( 100 + sstatus->patk ) / 100 ) ); + if( is_attack_left_handed( src, skill_id ) ){ + wd.damage2 = (int64)floor( (float)( wd.damage2 * ( 100 + sstatus->patk ) / 100 ) ); + } + } + // Apply MasteryATK + wd.damage += wd.masteryAtk; + if( is_attack_left_handed( src, skill_id ) ){ + wd.damage2 += wd.masteryAtk2; + } + // Apply bonus damage + wd.damage += bonus_damage; + if( is_attack_left_handed( src, skill_id ) ){ + wd.damage2 += bonus_damage; + } // CritAtkRate modifier if (wd.type == DMG_CRITICAL || wd.type == DMG_MULTI_HIT_CRITICAL) { @@ -6898,8 +7518,14 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src, struct bl battle_attack_sc_bonus(&wd, src, target, skill_id, skill_lv); #endif - if (wd.damage + wd.damage2) { //Check if attack ignores DEF + if (wd.damage + wd.damage2) { +#ifdef RENEWAL + // Check if attack ignores DEF (in pre-renewal we need to update base damage even when the skill ignores DEF) if(!attack_ignores_def(&wd, src, target, skill_id, skill_lv, EQI_HAND_L) || !attack_ignores_def(&wd, src, target, skill_id, skill_lv, EQI_HAND_R)) +#else + // Shield Boomerang and Rapid Smiting already calculated the defense before the skill ratio was applied + if(skill_id != PA_SHIELDCHAIN && skill_id != CR_SHIELDBOOMERANG) +#endif battle_calc_defense_reduction(&wd, src, target, skill_id, skill_lv); battle_calc_attack_post_defense(&wd, src, target, skill_id, skill_lv); @@ -6920,9 +7546,6 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src, struct bl battle_calc_element_damage(&wd, src, target, skill_id, skill_lv); - if(skill_id == CR_GRANDCROSS || skill_id == NPC_GRANDDARKNESS) - return wd; //Enough, rest is not needed. - #ifdef RENEWAL if (is_attack_critical(&wd, src, target, skill_id, skill_lv, false)) { if (sd) { //Check for player so we don't crash out, monsters don't have bonus crit rates [helvetica] @@ -6938,11 +7561,6 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src, struct bl #endif switch (skill_id) { -#ifndef RENEWAL - case NJ_KUNAI: - ATK_ADD(wd.damage, wd.damage2, 90); - break; -#endif case TK_DOWNKICK: case TK_STORMKICK: case TK_TURNKICK: @@ -6998,26 +7616,11 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src, struct bl if ((skill = pc_checkskill(sd, BS_WEAPONRESEARCH)) > 0) ATK_ADD(wd.damage, wd.damage2, skill * 2); - if (skill_id == TF_POISON) - ATK_ADD(wd.damage, wd.damage2, 15 * skill_lv); if (skill_id == GS_GROUNDDRIFT) ATK_ADD(wd.damage, wd.damage2, 50 * skill_lv); - if (skill_id != CR_SHIELDBOOMERANG) //Only Shield boomerang doesn't takes the Star Crumbs bonus. - ATK_ADD2(wd.damage, wd.damage2, ((wd.div_ < 1) ? 1 : wd.div_) * sd->right_weapon.star, ((wd.div_ < 1) ? 1 : wd.div_) * sd->left_weapon.star); if (skill_id != MC_CARTREVOLUTION && pc_checkskill(sd, BS_HILTBINDING) > 0) ATK_ADD(wd.damage, wd.damage2, 4); - if (skill_id == MO_FINGEROFFENSIVE) { //The finger offensive spheres on moment of attack do count. [Skotlex] - ATK_ADD(wd.damage, wd.damage2, ((wd.div_ < 1) ? 1 : wd.div_) * sd->spiritball_old * 3); - } else - ATK_ADD(wd.damage, wd.damage2, ((wd.div_ < 1) ? 1 : wd.div_) * sd->spiritball * 3); -#endif - if( skill_id == CR_SHIELDBOOMERANG || skill_id == PA_SHIELDCHAIN ) { //Refine bonus applies after cards and elements. - short index = sd->equip_index[EQI_HAND_L]; - if( index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_ARMOR ) - ATK_ADD(wd.damage, wd.damage2, 10*sd->inventory.u.items_inventory[index].refine); - } -#ifndef RENEWAL //Card Fix for attacker (sd), 2 is added to the "left" flag meaning "attacker cards only" switch(skill_id) { case RK_DRAGONBREATH: @@ -7113,7 +7716,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list return ad; } //Initial Values - ad.damage = 1; + ad.damage = 0; ad.div_ = skill_get_num(skill_id,skill_lv); ad.amotion = (skill_get_inf(skill_id)&INF_GROUND_SKILL ? 0 : sstatus->amotion); //Amotion should be 0 for ground skills. ad.dmotion = tstatus->dmotion; @@ -7162,9 +7765,6 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list if (mflag == 2) ad.div_ = 2; break; - case TR_METALIC_FURY:// Deals up to 5 additional hits. But what affects the number of hits? [Rytech] - ad.div_ = min(ad.div_ + mflag, 5); // Number of hits doesn't go above 5. - break; case AG_CRIMSON_ARROW_ATK: if( sc != nullptr && sc->getSCE( SC_CLIMAX ) ){ ad.div_ = 2; @@ -7188,7 +7788,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list case MG_FIREWALL: if ( tstatus->def_ele == ELE_FIRE || battle_check_undead(tstatus->race, tstatus->def_ele) ) ad.blewcount = 0; //No knockback - //Fall through + [[fallthrough]]; case NJ_KAENSIN: case PR_SANCTUARY: ad.dmotion = 1; //No flinch animation. @@ -7319,7 +7919,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list if ((skill_id == MG_FIREBOLT && sc->getSCE(SC_FLAMETECHNIC_OPTION)) || (skill_id == MG_COLDBOLT && sc->getSCE(SC_COLD_FORCE_OPTION)) || (skill_id == MG_LIGHTNINGBOLT && sc->getSCE(SC_GRACE_BREEZE_OPTION))) - skillratio *= 2; + skillratio *= 5; if (sc->getSCE(SC_SPELLFIST) && mflag & BF_SHORT) { skillratio += (sc->getSCE(SC_SPELLFIST)->val3 * 100) + (sc->getSCE(SC_SPELLFIST)->val1 * 50 - 50) - 100; // val3 = used bolt level, val1 = used spellfist level. [Rytech] @@ -7372,7 +7972,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list case WZ_EARTHSPIKE: skillratio += 100; if (sc && sc->getSCE(SC_EARTH_CARE_OPTION)) - skillratio += skillratio * 80 / 100; + skillratio += skillratio * 800 / 100; break; #endif case HW_NAPALMVULCAN: @@ -7639,7 +8239,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list skillratio += (sd ? sd->status.job_level : 0); if (sc->getSCE(SC_DEEP_POISONING_OPTION)) - skillratio += skillratio * 50 / 100; + skillratio += skillratio * 1500 / 100; } break; case NPC_CLOUD_KILL: @@ -7750,62 +8350,60 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list skillratio += 200 * skill_lv; break; case AG_DEADLY_PROJECTION: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 2800 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_DESTRUCTIVE_HURRICANE: - skillratio += -100 + 1600 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 600 + 2850 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_CLIMAX)) { if (sc->getSCE(SC_CLIMAX)->val1 == 3) - skillratio *= 2; + skillratio += skillratio * 150 / 100; else if (sc->getSCE(SC_CLIMAX)->val1 == 5) - skillratio += skillratio * 70 / 100; + skillratio -= skillratio * 20 / 100; } break; case AG_RAIN_OF_CRYSTAL: - skillratio += -100 + 150 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 180 + 760 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_MYSTERY_ILLUSION: - skillratio += -100 + 500 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 950 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_VIOLENT_QUAKE_ATK: - skillratio += -100 + 120 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 200 + 1200 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_CLIMAX)) { if (sc->getSCE(SC_CLIMAX)->val1 == 1) skillratio /= 2; else if (sc->getSCE(SC_CLIMAX)->val1 == 3) - skillratio *= 2; + skillratio *= 3; } break; case AG_SOUL_VC_STRIKE: - skillratio += -100 + 180 * skill_lv + 3 * sstatus->spl; + skillratio += -100 + 300 * skill_lv + 3 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_STRANTUM_TREMOR: - skillratio += -100 + 250 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 100 + 730 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_ALL_BLOOM_ATK: - skillratio += -100 + 100 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 200 + 1200 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_CLIMAX)) { - if (sc->getSCE(SC_CLIMAX)->val1 == 2) - skillratio /= 2; - else if (sc->getSCE(SC_CLIMAX)->val1 == 3) - skillratio *= 2; + if (sc->getSCE(SC_CLIMAX)->val1 == 3) + skillratio *= 4; } break; case AG_ALL_BLOOM_ATK2:// Is this affected by BaseLV and SPL too??? [Rytech] - skillratio += -100 + 7000 + 5 * sstatus->spl; + skillratio += -100 + 85000 + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_CRYSTAL_IMPACT: - skillratio += -100 + 800 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 250 + 1300 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); if (sc && sc->getSCE(SC_CLIMAX)) { if (sc->getSCE(SC_CLIMAX)->val1 == 3) @@ -7821,21 +8419,21 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list skillratio += skillratio * 150 / 100; break; case AG_TORNADO_STORM: - skillratio += -100 + 90 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 100 + 760 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_FLORAL_FLARE_ROAD: - skillratio += -100 + 200 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 50 + 740 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_ASTRAL_STRIKE: - skillratio += -100 + 500 * skill_lv + 10 * sstatus->spl; + skillratio += -100 + 1800 * skill_lv + 10 * sstatus->spl; if (tstatus->race == RC_UNDEAD || tstatus->race == RC_DRAGON) - skillratio += 600 * skill_lv; + skillratio += 340 * skill_lv; RE_LVL_DMOD(100); break; case AG_ASTRAL_STRIKE_ATK: - skillratio += -100 + 200 * skill_lv + 10 * sstatus->spl; + skillratio += -100 + 650 * skill_lv + 10 * sstatus->spl; // Not confirmed, but if the main hit deal additional damage // on certain races then the repeated damage should too right? // Guessing a formula here for now. [Rytech] @@ -7844,77 +8442,82 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list RE_LVL_DMOD(100); break; case AG_ROCK_DOWN: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 1550 * skill_lv + 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_CLIMAX ) ){ - skillratio += 250 * skill_lv; + skillratio += 300 * skill_lv; } RE_LVL_DMOD(100); break; case AG_STORM_CANNON: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 1550 * skill_lv + 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_CLIMAX ) ){ - skillratio += 250 * skill_lv; + skillratio += 300 * skill_lv; } RE_LVL_DMOD(100); break; case AG_CRIMSON_ARROW: - skillratio += -100 + 300 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 400 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_CRIMSON_ARROW_ATK: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 750 * skill_lv + 5 * sstatus->spl; RE_LVL_DMOD(100); break; case AG_FROZEN_SLASH: - skillratio += -100 + 600 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 450 + 950 * skill_lv + 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_CLIMAX ) ){ - skillratio += 250 * skill_lv; + skillratio += 150 + 350 * skill_lv; } RE_LVL_DMOD(100); break; case IG_JUDGEMENT_CROSS: - skillratio += -100 + 750 * skill_lv + 10 * sstatus->spl; + skillratio += -100 + 1950 * skill_lv + 10 * sstatus->spl; if (tstatus->race == RC_PLANT || tstatus->race == RC_INSECT) - skillratio += 350 * skill_lv; + skillratio += 150 * skill_lv; RE_LVL_DMOD(100); if ((i = pc_checkskill_imperial_guard(sd, 3)) > 0) skillratio += skillratio * i / 100; break; case IG_CROSS_RAIN: if( sc && sc->getSCE( SC_HOLY_S ) ){ - skillratio += -100 + ( 250 + 10 * pc_checkskill( sd, IG_SPEAR_SWORD_M ) ) * skill_lv; + skillratio += -100 + ( 650 + 15 * pc_checkskill( sd, IG_SPEAR_SWORD_M ) ) * skill_lv; }else{ - skillratio += -100 + ( 150 + 5 * pc_checkskill( sd, IG_SPEAR_SWORD_M ) ) * skill_lv; + skillratio += -100 + ( 450 + 10 * pc_checkskill( sd, IG_SPEAR_SWORD_M ) ) * skill_lv; } - skillratio += 5 * sstatus->spl; + skillratio += 7 * sstatus->spl; RE_LVL_DMOD(100); break; case CD_ARBITRIUM: - skillratio += -100 + 400 * skill_lv + 5 * sstatus->spl; - skillratio += 100 * pc_checkskill( sd, CD_FIDUS_ANIMUS ); + skillratio += -100 + 1000 * skill_lv + 10 * sstatus->spl; + skillratio += 10 * pc_checkskill( sd, CD_FIDUS_ANIMUS ) * skill_lv; RE_LVL_DMOD(100); break; case CD_ARBITRIUM_ATK: - skillratio += -100 + 550 * skill_lv + 5 * sstatus->spl; - skillratio += 100 * pc_checkskill( sd, CD_FIDUS_ANIMUS ); + skillratio += -100 + 1750 * skill_lv + 10 * sstatus->spl; + skillratio += 50 * pc_checkskill( sd, CD_FIDUS_ANIMUS ) * skill_lv; RE_LVL_DMOD(100); break; case CD_PNEUMATICUS_PROCELLA: - skillratio += -100 + 200 * skill_lv + 10 * sstatus->spl; - if (tstatus->race == RC_UNDEAD || tstatus->race == RC_DEMON) - skillratio += 100 * skill_lv; + skillratio += -100 + 150 + 2100 * skill_lv + 10 * sstatus->spl; + skillratio += 3 * pc_checkskill( sd, CD_FIDUS_ANIMUS ); + if (tstatus->race == RC_UNDEAD || tstatus->race == RC_DEMON) { + skillratio += 50 + 150 * skill_lv; + skillratio += 2 * pc_checkskill( sd, CD_FIDUS_ANIMUS ); + } RE_LVL_DMOD(100); break; case CD_FRAMEN: - skillratio += -100 + 500 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 1300 * skill_lv; + skillratio += 5 * pc_checkskill(sd,CD_FIDUS_ANIMUS) * skill_lv; + skillratio += 5 * sstatus->spl; if (tstatus->race == RC_UNDEAD || tstatus->race == RC_DEMON) - skillratio += 150 * skill_lv; + skillratio += 50 * skill_lv; RE_LVL_DMOD(100); break; case AG_DESTRUCTIVE_HURRICANE_CLIMAX:// Is this affected by BaseLV and SPL too??? [Rytech] @@ -7922,17 +8525,25 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list RE_LVL_DMOD(100); break; case ABC_ABYSS_STRIKE: - skillratio += -100 + 600 * skill_lv + 10 * sstatus->spl; + skillratio += -100 + 2650 * skill_lv; + skillratio += 10 * sstatus->spl; if (tstatus->race == RC_DEMON || tstatus->race == RC_ANGEL) - skillratio += 550 * skill_lv; + skillratio += 200 * skill_lv; RE_LVL_DMOD(100); break; case ABC_ABYSS_SQUARE: - skillratio += -100 + ( 200 + 20 * pc_checkskill( sd, ABC_MAGIC_SWORD_M ) ) * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 750 * skill_lv; + skillratio += 40 * pc_checkskill( sd, ABC_MAGIC_SWORD_M ) * skill_lv; + skillratio += 5 * sstatus->spl; RE_LVL_DMOD(100); break; case TR_METALIC_FURY: - skillratio += -100 + 900 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 3850 * skill_lv; + // !Todo: skill affected by SPL (without SC_SOUNDBLEND) as well? + if (tsc && tsc->getSCE(SC_SOUNDBLEND)) { + skillratio += 800 * skill_lv; + skillratio += 2 * pc_checkskill(sd, TR_STAGE_MANNER) * sstatus->spl; + } RE_LVL_DMOD(100); break; case TR_SOUNDBLEND: @@ -7946,52 +8557,60 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list } break; case EM_DIAMOND_STORM: - skillratio += -100 + 1250 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 500 + 2400 * skill_lv; + skillratio += 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_SUMMON_ELEMENTAL_DILUVIO ) ){ - skillratio += 3500 + 500 * skill_lv; + skillratio += 7300 + 200 * skill_lv; + skillratio += 5 * sstatus->spl; } RE_LVL_DMOD(100); break; case EM_LIGHTNING_LAND: - skillratio += -100 + 400 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 700 + 1100 * skill_lv; + skillratio += 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_SUMMON_ELEMENTAL_PROCELLA ) ){ - skillratio += 400 * skill_lv; + skillratio += 200 * skill_lv; } RE_LVL_DMOD(100); break; case EM_VENOM_SWAMP: - skillratio += -100 + 400 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 700 + 1100 * skill_lv; + skillratio += 5 * sstatus->spl; if( sc && sc->getSCE( SC_SUMMON_ELEMENTAL_SERPENS ) ){ - skillratio += 400 * skill_lv; + skillratio += 200 * skill_lv; } RE_LVL_DMOD(100); break; case EM_CONFLAGRATION: - skillratio += -100 + 400 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 700 + 1100 * skill_lv; + skillratio += 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_SUMMON_ELEMENTAL_ARDOR ) ){ - skillratio += 400 * skill_lv; + skillratio += 200 * skill_lv; } RE_LVL_DMOD(100); break; case EM_TERRA_DRIVE: - skillratio += -100 + 1250 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 500 + 2400 * skill_lv; + skillratio += 5 * sstatus->spl; if( sc != nullptr && sc->getSCE( SC_SUMMON_ELEMENTAL_TERREMOTUS ) ){ - skillratio += 3500 + 500 * skill_lv; + skillratio += 7300 + 200 * skill_lv; + skillratio += 5 * sstatus->spl; } RE_LVL_DMOD(100); break; case ABC_FROM_THE_ABYSS_ATK: - skillratio += 50 + 70 * skill_lv + 5 * sstatus->spl; + skillratio += -100 + 150 + 650 * skill_lv; + skillratio += 5 * sstatus->spl; RE_LVL_DMOD(100); break; case EM_ELEMENTAL_BUSTER_FIRE: @@ -7999,9 +8618,10 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list case EM_ELEMENTAL_BUSTER_WIND: case EM_ELEMENTAL_BUSTER_GROUND: case EM_ELEMENTAL_BUSTER_POISON: - skillratio += -100 + 480 * skill_lv + 10 * sstatus->spl; + skillratio += -100 + 550 + 2650 * skill_lv; + skillratio += 10 * sstatus->spl; if (tstatus->race == RC_FORMLESS || tstatus->race == RC_DRAGON) - skillratio += 620 * skill_lv; + skillratio += 150 * skill_lv; RE_LVL_DMOD(100); break; case EM_EL_FLAMEROCK: @@ -8032,6 +8652,57 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list case NPC_RAINOFMETEOR: skillratio += 350; // unknown ratio break; + case HN_NAPALM_VULCAN_STRIKE: + skillratio += -100 + 350 + 650 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 4 * skill_lv; + skillratio += 5 * sstatus->spl; + RE_LVL_DMOD(100); + break; + case HN_JUPITEL_THUNDER_STORM: + skillratio += -100 + 1800 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 3 * skill_lv; + skillratio += 5 * sstatus->spl; + RE_LVL_DMOD(100); + break; + case HN_HELLS_DRIVE: + skillratio += -100 + 1700 + 900 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 4 * skill_lv; + skillratio += 5 * sstatus->spl; + RE_LVL_DMOD(100); + break; + case HN_GROUND_GRAVITATION: + if (mflag & SKILL_ALTDMG_FLAG) { + skillratio += -100 + 3000 + 1500 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 4 * skill_lv; + ad.div_ = -2; + } else { + skillratio += -100 + 800 + 700 * skill_lv; + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 2 * skill_lv; + } + skillratio += 5 * sstatus->spl; + RE_LVL_DMOD(100); + break; + case HN_JACK_FROST_NOVA: + if (mflag & SKILL_ALTDMG_FLAG) { + skillratio += -100 + 200 * skill_lv; + } else { + skillratio += -100 + 400 + 500 * skill_lv; + } + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 3 * skill_lv; + skillratio += 5 * sstatus->spl; + RE_LVL_DMOD(100); + break; + case HN_METEOR_STORM_BUSTER: + if (mflag & SKILL_ALTDMG_FLAG) { + skillratio += -100 + 300 + 160 * skill_lv * 2; + ad.div_ = -3; + } else { + skillratio += -100 + 450 + 160 * skill_lv; + } + skillratio += pc_checkskill(sd, HN_SELFSTUDY_SOCERY) * 5 * skill_lv; + skillratio += 5 * sstatus->spl; + RE_LVL_DMOD(100); + break; } if (sc) {// Insignia's increases the damage of offensive magic by a fixed percentage depending on the element. @@ -8147,6 +8818,46 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list ad.damage = ad.damage * (100-mdef)/100 - mdef2; #endif } + + //Apply the physical part of the skill's damage. [Skotlex] + switch (skill_id) { + case CR_GRANDCROSS: + case NPC_GRANDDARKNESS: { + // Pre-re ATK = Take atk, apply def reduction and add refine bonus + // Final Damage = (ATK+MATK)*RATIO + // Renewal ATK = Take total atk + // Final Damage = ((ATK+MATK)/2)*RATIO - (tDEF + tMDEF) + // No need to go through the whole physical damage code + struct Damage wd = initialize_weapon_data(src, target, skill_id, skill_lv, mflag); + battle_calc_skill_base_damage(&wd, src, target, skill_id, skill_lv); + // Calculate ATK +#ifdef RENEWAL + if (sd) + wd.damage = wd.statusAtk + wd.weaponAtk + wd.equipAtk + wd.percentAtk; +#else + battle_calc_defense_reduction(&wd, src, target, skill_id, skill_lv); + if (sd) { + wd.damage += sstatus->rhw.atk2; + } +#endif + // Combine ATK and MATK +#ifdef RENEWAL + ad.damage = (wd.damage + ad.damage) / 2; +#else + ad.damage = std::max((int64)1, wd.damage + ad.damage); +#endif + // Ratio + skillratio += 40 * skill_lv; + MATK_RATE(skillratio); +#ifdef RENEWAL + // Total defense reduction (renewal only) + battle_calc_defense_reduction(&ad, src, target, skill_id, skill_lv); + ad.damage -= (tstatus->mdef + tstatus->mdef2); +#endif + } + break; + } + if(ad.damage<1) ad.damage=1; else if(sc) { //only applies when hit @@ -8177,26 +8888,26 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list if (!nk[NK_IGNOREELEMENT]) ad.damage = battle_attr_fix(src, target, ad.damage, s_ele, tstatus->def_ele, tstatus->ele_lv); - //Apply the physical part of the skill's damage. [Skotlex] - switch(skill_id) { - case CR_GRANDCROSS: - case NPC_GRANDDARKNESS: { - struct Damage wd = battle_calc_weapon_attack(src,target,skill_id,skill_lv,mflag); - - ad.damage = battle_attr_fix(src, target, wd.damage + ad.damage, s_ele, tstatus->def_ele, tstatus->ele_lv) * (100 + 40 * skill_lv) / 100; - if(src == target) { - if(src->type == BL_PC) - ad.damage = ad.damage / 2; - else - ad.damage = 0; - } - } - break; - } - #ifndef RENEWAL ad.damage += battle_calc_cardfix(BF_MAGIC, src, target, nk, s_ele, 0, ad.damage, 0, ad.flag); #endif + + switch (skill_id) { + case CR_GRANDCROSS: + case NPC_GRANDDARKNESS: + if (src == target) { + // Grand Cross on self first applies attr_fix, then cardfix and finally halves the damage + if (src->type == BL_PC) + ad.damage = ad.damage / 2; + else + ad.damage = 0; + } + else + // Grand Cross on target applies attr_fix, then cardfix and then attr_fix a second time + ad.damage = battle_attr_fix(src, target, ad.damage, s_ele, tstatus->def_ele, tstatus->ele_lv); + break; + } + } //Hint: Against plants damage will still be 1 at this point //Apply DAMAGE_DIV_FIX and check for min damage @@ -8207,7 +8918,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list ad.damage = battle_calc_damage(src,target,&ad,ad.damage,skill_id,skill_lv); if (mapdata_flag_gvg2(mapdata)) ad.damage = battle_calc_gvg_damage(src,target,ad.damage,skill_id,ad.flag); - else if (mapdata->flag[MF_BATTLEGROUND]) + else if (mapdata->getMapFlag(MF_BATTLEGROUND)) ad.damage = battle_calc_bg_damage(src,target,ad.damage,skill_id,ad.flag); // Skill damage adjustment @@ -8275,7 +8986,10 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list * switch (skill_id) { case TF_THROWSTONE: - md.damage = 50; + if (sd) + md.damage = 50; + else + md.damage = 30; md.flag |= BF_WEAPON; break; case NPC_KILLING_AURA: @@ -8293,13 +9007,13 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list * #else case HT_LANDMINE: case MA_LANDMINE: - md.damage = skill_lv * (sstatus->dex + 75) * (100 + sstatus->int_) / 100; + md.damage = static_cast(skill_lv * (sstatus->dex + 75.0) * (100.0 + sstatus->int_) / 100.0); break; case HT_BLASTMINE: - md.damage = skill_lv * (sstatus->dex / 2 + 50) * (100 + sstatus->int_) / 100; + md.damage = static_cast(skill_lv * (sstatus->dex / 2.0 + 50.0) * (100.0 + sstatus->int_) / 100.0); break; case HT_CLAYMORETRAP: - md.damage = skill_lv * (sstatus->dex / 2 + 75) * (100 + sstatus->int_) / 100; + md.damage = static_cast(skill_lv * (sstatus->dex / 2.0 + 75.0) * (100.0 + sstatus->int_) / 100.0); break; #endif case HT_BLITZBEAT: @@ -8487,6 +9201,9 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list * // Additional Damage md.damage += sstatus->max_hp / (6 - min(5, skill_lv)) + status_get_max_sp(src) * (2 * skill_lv); break; + case NPC_CANE_OF_EVIL_EYE: + md.damage = 15000; + break; } if (nk[NK_SPLASHSPLIT]) { // Divide ATK among targets @@ -8566,6 +9283,7 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list * case RA_ICEBOUNDTRAP: if (md.damage == 1) break; + [[fallthrough]]; case RA_CLUSTERBOMB: { struct Damage wd = battle_calc_weapon_attack(src,target,skill_id,skill_lv,mflag); @@ -8587,7 +9305,7 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list * md.damage = battle_calc_damage(src,target,&md,md.damage,skill_id,skill_lv); if(mapdata_flag_gvg2(mapdata)) md.damage = battle_calc_gvg_damage(src,target,md.damage,skill_id,md.flag); - else if(mapdata->flag[MF_BATTLEGROUND]) + else if(mapdata->getMapFlag(MF_BATTLEGROUND)) md.damage = battle_calc_bg_damage(src,target,md.damage,skill_id,md.flag); // Skill damage adjustment @@ -8714,10 +9432,8 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, status_change *sc = status_get_sc(src); if (sc) { - if (sc->getSCE(SC_HELLS_PLANT)) + if (skill_id == GN_HELLS_PLANT_ATK && sc->getSCE(SC_HELLS_PLANT)) return 0; - if (sc->getSCE(SC_REF_T_POTION)) - return 1; // Returns 1 damage } map_session_data *tsd = BL_CAST(BL_PC, tbl); @@ -8726,7 +9442,6 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, if (flag & BF_SHORT) {//Bounces back part of the damage. if ( (skill_get_inf2(skill_id, INF2_ISTRAP) || !status_reflect) && tsd && tsd->bonus.short_weapon_damage_return ) { rdamage += damage * tsd->bonus.short_weapon_damage_return / 100; - rdamage = i64max(rdamage, 1); } else if( status_reflect && tsc && tsc->count ) { if( tsc->getSCE(SC_REFLECTSHIELD) ) { status_change_entry *sce_d; @@ -8747,7 +9462,6 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, rdamage = 0; else { rdamage += damage * tsc->getSCE(SC_REFLECTSHIELD)->val2 / 100; - rdamage = i64max(rdamage, 1); } } @@ -8766,26 +9480,6 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, } else { if (!status_reflect && tsd && tsd->bonus.long_weapon_damage_return) { rdamage += damage * tsd->bonus.long_weapon_damage_return / 100; - rdamage = i64max(rdamage, 1); - } - } - - if (rdamage > 0) { - map_session_data* sd = BL_CAST(BL_PC, src); - if (sd && sd->bonus.reduce_damage_return != 0) { - rdamage -= rdamage * sd->bonus.reduce_damage_return / 100; - rdamage = i64max(rdamage, 1); - } - } - - if (sc) { - if (status_reflect && sc->getSCE(SC_REFLECTDAMAGE)) { - rdamage -= damage * sc->getSCE(SC_REFLECTDAMAGE)->val2 / 100; - rdamage = i64max(rdamage, 1); - } - if (sc->getSCE(SC_VENOMBLEED) && sc->getSCE(SC_VENOMBLEED)->val3 == 0) { - rdamage -= damage * sc->getSCE(SC_VENOMBLEED)->val2 / 100; - rdamage = i64max(rdamage, 1); } } @@ -8794,9 +9488,9 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, if (mapdata_flag_gvg2(mapdata)) rdamage = battle_calc_gvg_damage(src, tbl, rdamage, skill_id, flag); - else if (mapdata->flag[MF_BATTLEGROUND]) + else if (mapdata->getMapFlag(MF_BATTLEGROUND)) rdamage = battle_calc_bg_damage(src, tbl, rdamage, skill_id, flag); - else if (mapdata->flag[MF_PVP]) + else if (mapdata->getMapFlag(MF_PVP)) rdamage = battle_calc_pk_damage(*src, *tbl, rdamage, skill_id, flag); // Skill damage adjustment @@ -8804,7 +9498,29 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, if (skill_damage != 0) { rdamage += rdamage * skill_damage / 100; - rdamage = i64max(rdamage, 0); + } + + int64 reduce = 0; + map_session_data* sd = BL_CAST(BL_PC, src); + + if (sd && sd->bonus.reduce_damage_return != 0) { + reduce += (sd->bonus.reduce_damage_return); + } + + if (sc) { + if (status_reflect && sc->getSCE(SC_REFLECTDAMAGE)) { + reduce += sc->getSCE(SC_REFLECTDAMAGE)->val2; + } + if (sc->getSCE(SC_VENOMBLEED) && sc->getSCE(SC_VENOMBLEED)->val3 == 0) { + reduce += sc->getSCE(SC_VENOMBLEED)->val2; + } + if (sc->getSCE(SC_REF_T_POTION)) + reduce += 100; + } + + if (rdamage > 0) { + rdamage -= rdamage * i64min(100, reduce) / 100; + rdamage = i64max(rdamage, 1); } if (rdamage == 0) @@ -8813,6 +9529,36 @@ int64 battle_calc_return_damage(struct block_list* tbl, struct block_list *src, return cap_value(rdamage, 1, status_get_max_hp(tbl)); } +/** Check for Coma damage + * @param sd: Source player + * @param bl: Target + * @param attack_type: Attack type + * @return True if Coma applies, false if Coma does not apply + */ +bool battle_check_coma(map_session_data& sd, struct block_list& target, e_battle_flag attack_type) +{ + struct status_data* tstatus = status_get_status_data(&target); + mob_data* dstmd = BL_CAST(BL_MOB, &target); + + // Coma + if (sd.special_state.bonus_coma && (!dstmd || (!util::vector_exists(status_get_race2(&dstmd->bl), RC2_GVG) && status_get_class(&dstmd->bl) != CLASS_BATTLEFIELD))) { + int rate = 0; + rate += sd.indexed_bonus.coma_class[tstatus->class_] + sd.indexed_bonus.coma_class[CLASS_ALL]; + if(!status_bl_has_mode(&target, MD_STATUSIMMUNE)) + rate += sd.indexed_bonus.coma_race[tstatus->race] + sd.indexed_bonus.coma_race[RC_ALL]; + if (attack_type&BF_WEAPON) { + rate += sd.indexed_bonus.weapon_coma_class[tstatus->class_] + sd.indexed_bonus.weapon_coma_class[CLASS_ALL]; + if (!status_bl_has_mode(&target, MD_STATUSIMMUNE)) { + rate += sd.indexed_bonus.weapon_coma_ele[tstatus->def_ele] + sd.indexed_bonus.weapon_coma_ele[ELE_ALL]; + rate += sd.indexed_bonus.weapon_coma_race[tstatus->race] + sd.indexed_bonus.weapon_coma_race[RC_ALL]; + } + } + if (rate > 0 && rnd_chance(rate, 10000)) + return true; + } + return false; +} + /** * Calculate Vellum damage on a target * @param sd: Player with vanish item @@ -8947,7 +9693,7 @@ int battle_damage_area(struct block_list *bl, va_list ap) { if( amotion ) battle_delay_damage(tick, amotion,src,bl,0,CR_REFLECTSHIELD,0,damage,ATK_DEF,0,true,false); else - status_fix_damage(src,bl,damage,0,LG_REFLECTDAMAGE); + battle_fix_damage(src,bl,damage,0,LG_REFLECTDAMAGE); clif_damage(bl,bl,tick,amotion,dmotion,damage,1,DMG_ENDURE,0,false); skill_additional_effect(src, bl, CR_REFLECTSHIELD, 1, BF_WEAPON|BF_SHORT|BF_NORMAL,ATK_DEF,tick); map_freeblock_unlock(); @@ -9040,7 +9786,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t short index = sd->equip_index[EQI_AMMO]; if (index < 0) { if (sd->weapontype1 > W_KATAR && sd->weapontype1 < W_HUUMA) - clif_skill_fail(sd,0,USESKILL_FAIL_NEED_MORE_BULLET,0); + clif_skill_fail( *sd, 0, USESKILL_FAIL_NEED_MORE_BULLET ); else clif_arrow_fail(sd,0); return ATK_NONE; @@ -9059,7 +9805,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t case W_GATLING: case W_SHOTGUN: if (sd->inventory_data[index]->subtype != AMMO_BULLET) { - clif_skill_fail(sd,0,USESKILL_FAIL_NEED_MORE_BULLET,0); + clif_skill_fail( *sd, 0, USESKILL_FAIL_NEED_MORE_BULLET ); return ATK_NONE; } break; @@ -9070,7 +9816,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t #else AMMO_GRENADE) { #endif - clif_skill_fail(sd,0,USESKILL_FAIL_NEED_MORE_BULLET,0); + clif_skill_fail( *sd, 0, USESKILL_FAIL_NEED_MORE_BULLET ); return ATK_NONE; } break; @@ -9227,7 +9973,10 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t wd.damage += wd.damage * 150 / 100; // 2.5 times damage if( sc->getSCE( SC_VIGOR ) && ( wd.flag&BF_SHORT ) && !is_infinite_defense( target, wd.flag ) && !vellum_damage ){ - int mod = 200; + int mod = 100 + sc->getSCE(SC_VIGOR)->val1 * 15; + + if (tstatus->race == RC_DEMIHUMAN || tstatus->race == RC_ANGEL) + mod += sc->getSCE(SC_VIGOR)->val1 * 10; wd.damage += wd.damage * mod / 100; } @@ -9311,7 +10060,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t devotion_damage -= devotion_damage * d_sc->getSCE(SC_REBOUND_S)->val2 / 100; clif_damage(d_bl, d_bl, gettick(), wd.amotion, wd.dmotion, devotion_damage, 1, DMG_NORMAL, 0, false); - status_fix_damage(NULL, d_bl, devotion_damage, 0, CR_DEVOTION); + battle_fix_damage(src, d_bl, devotion_damage, 0, CR_DEVOTION); } } else @@ -9330,7 +10079,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t if (e_bl && !status_isdead(e_bl)) { clif_damage(e_bl, e_bl, tick, 0, 0, damage, wd.div_, DMG_NORMAL, 0, false); - status_fix_damage(NULL, e_bl, damage, 0, EL_WATER_SCREEN); + battle_fix_damage(src, e_bl, damage, 0, EL_WATER_SCREEN); } } } @@ -9402,7 +10151,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t } if( type != CAST_GROUND ){ - clif_skill_fail(sd,r_skill,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, r_skill ); map_freeblock_unlock(); return wd.dmg_lv; } @@ -9439,7 +10188,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t } if( sc ){ - if( sc->getSCE( SC_SERVANTWEAPON ) && sd->servantball > 0 && rnd() % 100 < ( 3 * sc->getSCE( SC_SERVANTWEAPON )->val1 ) ){ + if( sc->getSCE( SC_SERVANTWEAPON ) && sd->servantball > 0 && rnd_chance( 5 * sc->getSCE( SC_SERVANTWEAPON )->val1, 100 ) ){ uint16 skill_id = DK_SERVANTWEAPON_ATK; uint16 skill_lv = sc->getSCE(SC_SERVANTWEAPON)->val1; @@ -9461,7 +10210,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t sd->state.autocast = 0; } - if( sc->getSCE(SC_ABYSSFORCEWEAPON) && sd->abyssball > 0 && rnd() % 100 < 15 ){ + if( sc->getSCE(SC_ABYSSFORCEWEAPON) && sd->abyssball > 0 && rnd_chance( 25, 100 ) ){ uint16 skill_id = ABC_FROM_THE_ABYSS_ATK; uint16 skill_lv = sc->getSCE(SC_ABYSSFORCEWEAPON)->val1; @@ -9484,6 +10233,113 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t sd->state.autocast = 0; } + if( sc->getSCE( SC_AUTO_FIRING_LAUNCHER ) ){ + uint16 skill_id; + uint16 skill_lv; + + switch( sc->getSCE( SC_AUTO_FIRING_LAUNCHER )->val1 ){ + case 1: + skill_id = NW_BASIC_GRENADE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 6, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + break; + + case 2: + skill_id = NW_BASIC_GRENADE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 7, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + break; + + case 3: + skill_id = NW_HASTY_FIRE_IN_THE_HOLE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 3, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + + skill_id = NW_BASIC_GRENADE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 8, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + break; + + case 4: + skill_id = NW_HASTY_FIRE_IN_THE_HOLE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 5, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + + skill_id = NW_BASIC_GRENADE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 9, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + break; + + case 5: + skill_id = NW_GRENADES_DROPPING; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 3, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + + skill_id = NW_HASTY_FIRE_IN_THE_HOLE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 7, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + + skill_id = NW_BASIC_GRENADE; + skill_lv = pc_checkskill( sd, skill_id ); + + if( skill_lv > 0 && rnd_chance( 10, 100 ) ){ + sd->state.autocast = 1; + skill_castend_pos2( src, target->x, target->y, skill_id, skill_lv, tick, flag ); + battle_autocast_aftercast( src, skill_id, skill_lv, tick ); + sd->state.autocast = 0; + } + break; + } + } + // Autocasted skills from super elemental supportive buffs. if (sc->getSCE(SC_FLAMETECHNIC_OPTION) && rnd() % 100 < 7) battle_autocast_elembuff_skill(sd, target, MG_FIREBOLT, tick, flag); @@ -9694,7 +10550,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f case NC_AXETORNADO: case SR_SKYNETBLOW: // Can only hit traps in PVP/GVG maps - if (!mapdata->flag[MF_PVP] && !mapdata->flag[MF_GVG]) + if (!mapdata->getMapFlag(MF_PVP) && !mapdata->getMapFlag(MF_GVG)) return 0; break; } @@ -9711,7 +10567,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f case NC_AXETORNADO: case SR_SKYNETBLOW: // Can only hit icewall in PVP/GVG maps - if (!mapdata->flag[MF_PVP] && !mapdata->flag[MF_GVG]) + if (!mapdata->getMapFlag(MF_PVP) && !mapdata->getMapFlag(MF_GVG)) return 0; break; case HT_CLAYMORETRAP: @@ -9821,7 +10677,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f state |= BCT_ENEMY; // Can kill anything strip_enemy = 0; } - else if( sd->duel_group && !((!battle_config.duel_allow_pvp && mapdata->flag[MF_PVP]) || (!battle_config.duel_allow_gvg && mapdata_flag_gvg(mapdata))) ) + else if( sd->duel_group && !((!battle_config.duel_allow_pvp && mapdata->getMapFlag(MF_PVP)) || (!battle_config.duel_allow_gvg && mapdata_flag_gvg(mapdata))) ) { if( t_bl->type == BL_PC && (sd->duel_group == ((TBL_PC*)t_bl)->duel_group) ) return (BCT_ENEMY&flag)?1:-1; // Duel targets can ONLY be your enemy, nothing else. @@ -9886,7 +10742,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f if( mapdata_flag_vs(mapdata) ) { //Check rivalry settings. int sbg_id = 0, tbg_id = 0; - if(mapdata->flag[MF_BATTLEGROUND] ) + if(mapdata->getMapFlag(MF_BATTLEGROUND) ) { sbg_id = bg_team_get_id(s_bl); tbg_id = bg_team_get_id(t_bl); @@ -9894,7 +10750,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f if( flag&(BCT_PARTY|BCT_ENEMY) ) { int s_party = status_get_party_id(s_bl); - if( s_party && s_party == status_get_party_id(t_bl) && !(mapdata->flag[MF_PVP] && mapdata->flag[MF_PVP_NOPARTY]) && !(mapdata_flag_gvg(mapdata) && mapdata->flag[MF_GVG_NOPARTY]) && (!mapdata->flag[MF_BATTLEGROUND] || sbg_id == tbg_id) ) + if( s_party && s_party == status_get_party_id(t_bl) && !(mapdata->getMapFlag(MF_PVP) && mapdata->getMapFlag(MF_PVP_NOPARTY)) && !(mapdata_flag_gvg(mapdata) && mapdata->getMapFlag(MF_GVG_NOPARTY)) && (!mapdata->getMapFlag(MF_BATTLEGROUND) || sbg_id == tbg_id) ) state |= BCT_PARTY; else state |= BCT_ENEMY; @@ -9903,12 +10759,12 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f { int s_guild = status_get_guild_id(s_bl); int t_guild = status_get_guild_id(t_bl); - if( !(mapdata->flag[MF_PVP] && mapdata->flag[MF_PVP_NOGUILD]) && s_guild && t_guild && (s_guild == t_guild || (!(flag&BCT_SAMEGUILD) && guild_isallied(s_guild, t_guild))) && (!mapdata->flag[MF_BATTLEGROUND] || sbg_id == tbg_id) ) + if( !(mapdata->getMapFlag(MF_PVP) && mapdata->getMapFlag(MF_PVP_NOGUILD)) && s_guild && t_guild && (s_guild == t_guild || (!(flag&BCT_SAMEGUILD) && guild_isallied(s_guild, t_guild))) && (!mapdata->getMapFlag(MF_BATTLEGROUND) || sbg_id == tbg_id) ) state |= BCT_GUILD; else state |= BCT_ENEMY; } - if( state&BCT_ENEMY && mapdata->flag[MF_BATTLEGROUND] && sbg_id && sbg_id == tbg_id ) + if( state&BCT_ENEMY && mapdata->getMapFlag(MF_BATTLEGROUND) && sbg_id && sbg_id == tbg_id ) state &= ~BCT_ENEMY; if( state&BCT_ENEMY && battle_config.pk_mode && !mapdata_flag_gvg(mapdata) && s_bl->type == BL_PC && t_bl->type == BL_PC ) @@ -10005,6 +10861,7 @@ static const struct _battle_data { { "delay_dependon_agi", &battle_config.delay_dependon_agi, 0, 0, 1, }, { "skill_delay_attack_enable", &battle_config.sdelay_attack_enable, 0, 0, 1, }, { "left_cardfix_to_right", &battle_config.left_cardfix_to_right, 0, 0, 1, }, + { "cardfix_monster_physical", &battle_config.cardfix_monster_physical, 1, 0, 1, }, { "skill_add_range", &battle_config.skill_add_range, 0, 0, INT_MAX, }, { "skill_out_range_consume", &battle_config.skill_out_range_consume, 1, 0, 1, }, { "skillrange_by_distance", &battle_config.skillrange_by_distance, ~BL_PC, BL_NUL, BL_ALL, }, @@ -10290,7 +11147,7 @@ static const struct _battle_data { { "skill_steal_random_options", &battle_config.skill_steal_random_options, 0, 0, 1, }, { "motd_type", &battle_config.motd_type, 0, 0, 1, }, { "finding_ore_rate", &battle_config.finding_ore_rate, 100, 0, INT_MAX, }, - { "exp_calc_type", &battle_config.exp_calc_type, 0, 0, 1, }, + { "exp_calc_type", &battle_config.exp_calc_type, 0, 0, 2, }, { "exp_bonus_attacker", &battle_config.exp_bonus_attacker, 25, 0, INT_MAX, }, { "exp_bonus_max_attacker", &battle_config.exp_bonus_max_attacker, 12, 2, INT_MAX, }, { "min_skill_delay_limit", &battle_config.min_skill_delay_limit, 100, 10, INT_MAX, }, @@ -10348,8 +11205,8 @@ static const struct _battle_data { { "day_duration", &battle_config.day_duration, 0, 0, INT_MAX, }, { "night_duration", &battle_config.night_duration, 0, 0, INT_MAX, }, { "mob_remove_delay", &battle_config.mob_remove_delay, 60000, 1000, INT_MAX, }, - { "mob_active_time", &battle_config.mob_active_time, 0, 0, INT_MAX, }, - { "boss_active_time", &battle_config.boss_active_time, 0, 0, INT_MAX, }, + { "mob_active_time", &battle_config.mob_active_time, 5000, 0, INT_MAX, }, + { "boss_active_time", &battle_config.boss_active_time, 5000, 0, INT_MAX, }, { "sg_miracle_skill_duration", &battle_config.sg_miracle_skill_duration, 3600000, 0, INT_MAX, }, { "hvan_explosion_intimate", &battle_config.hvan_explosion_intimate, 45000, 0, 100000, }, { "quest_exp_rate", &battle_config.quest_exp_rate, 100, 0, INT_MAX, }, @@ -10599,6 +11456,7 @@ static const struct _battle_data { { "feature.dynamicnpc_direction", &battle_config.feature_dynamicnpc_direction, 0, 0, 1, }, { "mob_respawn_time", &battle_config.mob_respawn_time, 1000, 1000, INT_MAX, }, + { "mob_unlock_time", &battle_config.mob_unlock_time, 2000, 0, INT_MAX, }, { "feature.stylist", &battle_config.feature_stylist, 1, 0, 1, }, { "feature.banking_state_enforce", &battle_config.feature_banking_state_enforce, 0, 0, 1, }, diff --git a/src/map/battle.hpp b/src/map/battle.hpp index 600e62775b..dabf9264be 100644 --- a/src/map/battle.hpp +++ b/src/map/battle.hpp @@ -30,6 +30,15 @@ enum damage_lv : uint8 { ATK_DEF /// Attack connected }; +/// Flag for base damage calculation +enum e_base_damage_flag : uint16 { + BDMG_NONE = 0x0000, /// None + BDMG_CRIT = 0x0001, /// Critical hit damage + BDMG_ARROW = 0x0002, /// Add arrow attack and use ranged damage formula + BDMG_MAGIC = 0x0004, /// Use MATK for base damage (e.g. Magic Crasher) + BDMG_NOSIZE = 0x0008, /// Skip target size adjustment (e.g. Weapon Perfection) +}; + /// Flag of the final calculation enum e_battle_flag : uint16 { BF_NONE = 0x0000, /// None @@ -69,10 +78,19 @@ enum e_battle_check_target : uint32 { BCT_FRIEND = BCT_NOENEMY, }; +/// Check flag for common damage bonuses such as: ATKpercent, Refine, Passive Mastery, Spirit Spheres and Star Crumbs +enum e_bonus_chk_flag : uint8 { + BCHK_ALL, /// Check if all of the common damage bonuses apply to this skill + BCHK_REFINE, /// Check if refine bonus is applied (pre-renewal only currently) + BCHK_STAR, /// Check if Star Crumb bonus is applied (pre-renewal only currently) +}; + /// Damage structure struct Damage { #ifdef RENEWAL int64 statusAtk, statusAtk2, weaponAtk, weaponAtk2, equipAtk, equipAtk2, masteryAtk, masteryAtk2, percentAtk, percentAtk2; +#else + int64 basedamage; /// Right hand damage that a normal attack would deal #endif int64 damage, /// Right hand damage damage2; /// Left hand damage @@ -95,7 +113,7 @@ int64 battle_calc_return_damage(struct block_list *bl, struct block_list *src, i void battle_drain(map_session_data *sd, struct block_list *tbl, int64 rdamage, int64 ldamage, int race, int class_); -int64 battle_attr_fix(struct block_list *src, struct block_list *target, int64 damage,int atk_elem,int def_type, int def_lv); +int64 battle_attr_fix(struct block_list* src, struct block_list* target, int64 damage, int atk_elem, int def_type, int def_lv, int flag = 0); int battle_calc_cardfix(int attack_type, struct block_list *src, struct block_list *target, std::bitset nk, int s_ele, int s_ele_, int64 damage, int left, int flag); // Final calculation Damage @@ -104,8 +122,9 @@ int64 battle_calc_gvg_damage(struct block_list *src,struct block_list *bl,int64 int64 battle_calc_bg_damage(struct block_list *src,struct block_list *bl,int64 damage,uint16 skill_id,int flag); int64 battle_calc_pk_damage(block_list &src, block_list &bl, int64 damage, uint16 skill_id, int flag); -void battle_damage(struct block_list *src, struct block_list *target, int64 damage, t_tick delay, uint16 skill_lv, uint16 skill_id, enum damage_lv dmg_lv, unsigned short attack_type, bool additional_effects, t_tick tick, bool spdamage); +int battle_damage(struct block_list *src, struct block_list *target, int64 damage, t_tick delay, uint16 skill_lv, uint16 skill_id, enum damage_lv dmg_lv, unsigned short attack_type, bool additional_effects, t_tick tick, bool spdamage); int battle_delay_damage (t_tick tick, int amotion, struct block_list *src, struct block_list *target, int attack_type, uint16 skill_id, uint16 skill_lv, int64 damage, enum damage_lv dmg_lv, t_tick ddelay, bool additional_effects, bool spdamage); +int battle_fix_damage(struct block_list* src, struct block_list* target, int64 damage, t_tick walkdelay, uint16 skill_id); int battle_calc_chorusbonus(map_session_data *sd); @@ -122,6 +141,7 @@ uint16 battle_getcurrentskill(struct block_list *bl); int battle_check_undead(int race,int element); int battle_check_target(struct block_list *src, struct block_list *target,int flag); bool battle_check_range(struct block_list *src,struct block_list *bl,int range); +bool battle_check_coma(map_session_data& sd, struct block_list& target, e_battle_flag attack_type); void battle_consume_ammo(map_session_data* sd, int skill, int lv); @@ -150,6 +170,7 @@ struct Battle_Config int delay_dependon_dex, delay_dependon_agi; int sdelay_attack_enable; int left_cardfix_to_right; + int cardfix_monster_physical; int skill_add_range; int skill_out_range_consume; int skill_amotion_leniency; @@ -727,6 +748,7 @@ struct Battle_Config int feature_dynamicnpc_direction; int mob_respawn_time; + int mob_unlock_time; int feature_stylist; int feature_banking_state_enforce; diff --git a/src/map/battleground.cpp b/src/map/battleground.cpp index e17336718b..8bd4c29206 100644 --- a/src/map/battleground.cpp +++ b/src/map/battleground.cpp @@ -720,7 +720,7 @@ int bg_team_get_id(struct block_list *bl) * @param mes: Message * @param len: Message length */ -void bg_send_message(map_session_data *sd, const char *mes, int len) +void bg_send_message(map_session_data *sd, const char *mes, size_t len) { nullpo_retv(sd); @@ -1097,7 +1097,7 @@ void bg_queue_join_guild(const char *name, map_session_data *sd) return; // Someone has bypassed the client check for being in a guild } - if (strcmp(sd->status.name, sd->guild->master) != 0) { + if (strcmp(sd->status.name, sd->guild->guild.master) != 0) { clif_bg_queue_apply_result(BG_APPLY_PARTYGUILD_LEADER, name, sd); return; // Not the guild leader } @@ -1110,16 +1110,16 @@ void bg_queue_join_guild(const char *name, map_session_data *sd) return; } - struct guild* g = sd->guild; + auto &g = sd->guild; - if (g->connect_member > bg->max_players) { + if (g->guild.connect_member > bg->max_players) { clif_bg_queue_apply_result(BG_APPLY_PLAYER_COUNT, name, sd); return; // Too many guild members online } std::vector list; - for (const auto &it : g->member) { + for (const auto &it : g->guild.member) { if (list.size() == bg->max_players) break; @@ -1172,7 +1172,7 @@ void bg_queue_join_multi(const char *name, map_session_data *sd, std::vector *team = r ? &queue->teamb_members : &queue->teama_members; if (queue->state == QUEUE_STATE_ACTIVE) { diff --git a/src/map/battleground.hpp b/src/map/battleground.hpp index ccf87a3a92..ffc05ca7e7 100644 --- a/src/map/battleground.hpp +++ b/src/map/battleground.hpp @@ -153,7 +153,7 @@ bool bg_queue_on_ready(const char *name, std::shared_ptr q void bg_queue_on_accept_invite(map_session_data *sd); void bg_queue_start_battleground(std::shared_ptr queue); bool bg_member_respawn(map_session_data *sd); -void bg_send_message(map_session_data *sd, const char *mes, int len); +void bg_send_message(map_session_data *sd, const char *mes, size_t len); void do_init_battleground(void); void do_final_battleground(void); diff --git a/src/map/buyingstore.cpp b/src/map/buyingstore.cpp index a0a6c9e1f5..ab84dea1ac 100644 --- a/src/map/buyingstore.cpp +++ b/src/map/buyingstore.cpp @@ -3,7 +3,7 @@ #include "buyingstore.hpp" // struct s_buyingstore -#include // atoi +#include // atoi #include // ARR_FIND #include // aMalloc, aFree diff --git a/src/map/cashshop.cpp b/src/map/cashshop.cpp index 47aedbcfc2..ba587bc3e2 100644 --- a/src/map/cashshop.cpp +++ b/src/map/cashshop.cpp @@ -3,8 +3,8 @@ #include "cashshop.hpp" -#include // atoi -#include // memset +#include // atoi +#include // memset #include // uint16, uint32 #include // CREATE, RECREATE, aFree diff --git a/src/map/channel.cpp b/src/map/channel.cpp index dae1d4f552..359dd494cc 100644 --- a/src/map/channel.cpp +++ b/src/map/channel.cpp @@ -3,7 +3,7 @@ #include "channel.hpp" -#include +#include #include #include //libconfig @@ -66,6 +66,7 @@ struct Channel* channel_create(struct Channel *tmp_chan) { break; case CHAN_TYPE_PRIVATE: channel->char_id = tmp_chan->char_id; + [[fallthrough]]; default: strdb_put(channel_db, channel->name, channel); break; @@ -171,7 +172,7 @@ int channel_delete(struct Channel *channel, bool force) { aFree(channel); break; case CHAN_TYPE_ALLY: { - struct guild *g = guild_search(channel->gid); + auto g = guild_search(channel->gid); if(g) g->channel = NULL; aFree(channel); break; @@ -277,19 +278,20 @@ int channel_mjoin(map_session_data *sd) { * 0: Success * -1: Invalid guild or no channel for guild */ -int channel_ajoin(struct guild *g){ +int channel_ajoin(MapGuild &g) { int i, j; map_session_data *pl_sd; - if(!g || !g->channel) return -1; + if (!g.channel) + return -1; for (i = 0; i < MAX_GUILDALLIANCE; i++){ - struct guild *ag; //allied guld - struct guild_alliance *ga = &g->alliance[i]; //guild alliance + std::shared_ptr ag; //allied guild + struct guild_alliance *ga = &g.guild.alliance[i]; //guild alliance if(ga->guild_id && (ga->opposition==0) && (ag=guild_search(ga->guild_id))){ - for (j = 0; j < ag->max_member; j++){ //load all guildmember - pl_sd = ag->member[j].sd; + for (j = 0; j < ag->guild.max_member; j++){ //load all guildmember + pl_sd = ag->guild.member[j].sd; if(channel_haspc(ag->channel,pl_sd)==1) //only if they are in their own guildchan - channel_join(g->channel,pl_sd); + channel_join(g.channel,pl_sd); } } } @@ -308,17 +310,16 @@ int channel_ajoin(struct guild *g){ */ int channel_gjoin(map_session_data *sd, int flag){ struct Channel *channel; - struct guild *g; if(!sd || sd->state.autotrade) return -1; - g = sd->guild; + auto &g = sd->guild; if(!g) return -2; channel = g->channel; if(!channel){ - channel = channel_create_simple(NULL,NULL,CHAN_TYPE_ALLY,g->guild_id); + channel = channel_create_simple(NULL,NULL,CHAN_TYPE_ALLY,g->guild.guild_id); g->channel = channel; - channel_ajoin(g); + channel_ajoin(*g); } if(flag&1) { channel_join(channel,sd); //join our guild chat @@ -326,8 +327,8 @@ int channel_gjoin(map_session_data *sd, int flag){ if(flag&2){ int i; for (i = 0; i < MAX_GUILDALLIANCE; i++){ - struct guild *ag; //allied guld - struct guild_alliance *ga = &g->alliance[i]; //guild alliance + std::shared_ptr ag; //allied guild + struct guild_alliance *ga = &g->guild.alliance[i]; //guild alliance if(ga->guild_id && (ga->opposition==0) && (ag=guild_search(ga->guild_id)) ) //only join allies channel_join(ag->channel,sd); } @@ -401,14 +402,14 @@ int channel_pcquit(map_session_data *sd, int type){ // Leave all chat channels. if(type&(1|2) && channel_config.ally_tmpl.name[0] && sd->guild){ //quit guild and ally chan - struct guild *g = sd->guild; + auto &g = sd->guild; if(type&1 && channel_haspc(g->channel,sd)==1){ channel_clean(g->channel,sd,0); //leave guild chan } if(type&2){ for (i = 0; i < MAX_GUILDALLIANCE; i++) { //leave all alliance chan - struct guild *ag; //allied guild - if( g->alliance[i].guild_id && (ag = guild_search(g->alliance[i].guild_id) ) ) { + std::shared_ptr ag; //allied guild + if( g->guild.alliance[i].guild_id && (ag = guild_search(g->guild.alliance[i].guild_id) ) ) { if(channel_haspc(ag->channel,sd) == 1) channel_clean(ag->channel,sd,0); break; @@ -519,7 +520,7 @@ struct Channel* channel_name2channel(char *chname, map_session_data *sd, int fla } else if(sd && (strcmpi(chname + 1,channel_config.ally_tmpl.name) == 0) && sd->guild){ if(flag&1 && !sd->guild->channel) - sd->guild->channel = channel_create_simple(NULL,NULL,CHAN_TYPE_ALLY,sd->guild->guild_id); + sd->guild->channel = channel_create_simple(NULL,NULL,CHAN_TYPE_ALLY,sd->guild->guild.guild_id); if(flag&2 && channel_pc_haschan(sd,mapdata->channel) < 1) channel_gjoin(sd,3); return sd->guild->channel; @@ -630,7 +631,7 @@ int channel_display_list(map_session_data *sd, const char *options){ clif_displaymessage(sd->fd, output); } if( channel_config.ally_tmpl.name[0] && sd->status.guild_id ) { - struct guild *g = sd->guild; + auto &g = sd->guild; if (g && g->channel) { sprintf(output, msg_txt(sd,1409), g->channel->name, db_size(((struct Channel *)g->channel)->users));// - #%s (%d users) clif_displaymessage(sd->fd, output); diff --git a/src/map/channel.hpp b/src/map/channel.hpp index 78ff16a57f..6e6fc72948 100644 --- a/src/map/channel.hpp +++ b/src/map/channel.hpp @@ -10,7 +10,7 @@ //namespace rA { class map_session_data; -struct guild; +struct mmo_guild; struct DBMap; #define CHAN_NAME_LENGTH 20 @@ -95,7 +95,7 @@ int channel_delete(struct Channel *channel, bool force); int channel_join(struct Channel *channel, map_session_data *sd); int channel_mjoin(map_session_data *sd); int channel_gjoin(map_session_data *sd, int flag); -int channel_ajoin(struct guild *g); +int channel_ajoin(struct mmo_guild &g); int channel_clean(struct Channel *channel, map_session_data *sd, int flag); int channel_pcquit(map_session_data *sd, int type); diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index 0e447afec6..29f7c4bd08 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -915,6 +915,7 @@ static void chrif_ack_login_req(int aid, const char* player_name, uint16 type, u case CHRIF_OP_LOGIN_CHANGESEX: case CHRIF_OP_CHANGECHARSEX: type = CHRIF_OP_LOGIN_CHANGESEX; // So we don't have to create a new msgstring. + [[fallthrough]]; case CHRIF_OP_LOGIN_BLOCK: case CHRIF_OP_LOGIN_BAN: case CHRIF_OP_LOGIN_UNBLOCK: diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 1fb8ce3f4e..f7ee1d35d4 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -4,7 +4,7 @@ #ifndef CHRIF_HPP #define CHRIF_HPP -#include +#include #include #include // NAME_LENGTH diff --git a/src/map/clan.cpp b/src/map/clan.cpp index 02add781ca..0836da95ea 100644 --- a/src/map/clan.cpp +++ b/src/map/clan.cpp @@ -3,7 +3,7 @@ #include "clan.hpp" -#include //memset +#include //memset #include #include diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 62de9fbe20..602967963c 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -79,14 +80,12 @@ static inline int32 client_exp(t_exp exp) { static struct eri *delay_clearunit_ers; struct s_packet_db packet_db[MAX_PACKET_DB + 1]; -// Reuseable global packet buffer to prevent too many allocations -// Take socket.cpp::socket_max_client_packet into consideration -static int8 packet_buffer[UINT16_MAX]; unsigned long color_table[COLOR_MAX]; #include "clif_obfuscation.hpp" static bool clif_session_isValid(map_session_data *sd); static void clif_loadConfirm( map_session_data *sd ); +static void clif_favorite_item( map_session_data& sd, uint16 index ); #if PACKETVER >= 20150513 enum mail_type { @@ -488,7 +487,6 @@ int clif_send(const void* buf, int len, struct block_list* bl, enum send_target int i; map_session_data *sd, *tsd; struct party_data *p = NULL; - struct guild *g = NULL; std::shared_ptr bg; int x0 = 0, x1 = 0, y0 = 0, y1 = 0, fd; struct s_mapiterator* iter; @@ -528,6 +526,7 @@ int clif_send(const void* buf, int len, struct block_list* bl, enum send_target case AREA_WOSC: if (sd && bl->prev == NULL) //Otherwise source misses the packet.[Skotlex] clif_send (buf, len, bl, SELF); + [[fallthrough]]; case AREA_WOC: case AREA_WOS: map_foreachinallarea(clif_send_sub, bl->m, bl->x-AREA_SIZE, bl->y-AREA_SIZE, bl->x+AREA_SIZE, bl->y+AREA_SIZE, @@ -567,6 +566,7 @@ int clif_send(const void* buf, int len, struct block_list* bl, enum send_target y0 = bl->y - AREA_SIZE; x1 = bl->x + AREA_SIZE; y1 = bl->y + AREA_SIZE; + [[fallthrough]]; case PARTY: case PARTY_WOS: case PARTY_SAMEMAP: @@ -643,58 +643,59 @@ int clif_send(const void* buf, int len, struct block_list* bl, enum send_target y0 = bl->y - AREA_SIZE; x1 = bl->x + AREA_SIZE; y1 = bl->y + AREA_SIZE; + [[fallthrough]]; case GUILD_SAMEMAP: case GUILD_SAMEMAP_WOS: case GUILD: case GUILD_WOS: - case GUILD_NOBG: - if (sd && sd->status.guild_id) - g = sd->guild; + case GUILD_NOBG: { + if (!sd || !sd->status.guild_id || !sd->guild) + break; - if (g) { - for(i = 0; i < g->max_member; i++) { - if( (sd = g->member[i].sd) != nullptr ){ - if( !session_isActive( fd = sd->fd ) ) - continue; + const auto &g = sd->guild->guild; + for(i = 0; i < g.max_member; i++) { + if( (sd = g.member[i].sd) != nullptr ){ + if( !session_isActive( fd = sd->fd ) ) + continue; - if( type == GUILD_NOBG && sd->bg_id ) - continue; + if( type == GUILD_NOBG && sd->bg_id ) + continue; - if( sd->bl.id == bl->id && (type == GUILD_WOS || type == GUILD_SAMEMAP_WOS || type == GUILD_AREA_WOS) ) - continue; + if( sd->bl.id == bl->id && (type == GUILD_WOS || type == GUILD_SAMEMAP_WOS || type == GUILD_AREA_WOS) ) + continue; - if( type != GUILD && type != GUILD_NOBG && type != GUILD_WOS && sd->bl.m != bl->m ) - continue; + if( type != GUILD && type != GUILD_NOBG && type != GUILD_WOS && sd->bl.m != bl->m ) + continue; - if( (type == GUILD_AREA || type == GUILD_AREA_WOS) && (sd->bl.x < x0 || sd->bl.y < y0 || sd->bl.x > x1 || sd->bl.y > y1) ) - continue; + if( (type == GUILD_AREA || type == GUILD_AREA_WOS) && (sd->bl.x < x0 || sd->bl.y < y0 || sd->bl.x > x1 || sd->bl.y > y1) ) + continue; - WFIFOHEAD(fd,len); - memcpy(WFIFOP(fd,0), buf, len); - WFIFOSET(fd,len); - } + WFIFOHEAD(fd,len); + memcpy(WFIFOP(fd,0), buf, len); + WFIFOSET(fd,len); } - if (!enable_spy) //Skip unnecessary parsing. [Skotlex] - break; - - iter = mapit_getallusers(); - while( ( tsd = (map_session_data*)mapit_next( iter ) ) != nullptr ){ - if( tsd->guildspy == g->guild_id && session_isActive( fd = tsd->fd ) ){ - WFIFOHEAD( fd, len ); - memcpy( WFIFOP( fd, 0 ), buf, len ); - WFIFOSET( fd, len ); - } - } - mapit_free(iter); } - break; + if (!enable_spy) //Skip unnecessary parsing. [Skotlex] + break; + iter = mapit_getallusers(); + while( ( tsd = (map_session_data*)mapit_next( iter ) ) != nullptr ){ + if( tsd->guildspy == g.guild_id && session_isActive( fd = tsd->fd ) ){ + WFIFOHEAD( fd, len ); + memcpy( WFIFOP( fd, 0 ), buf, len ); + WFIFOSET( fd, len ); + } + } + mapit_free(iter); + break; + } case BG_AREA: case BG_AREA_WOS: x0 = bl->x - AREA_SIZE; y0 = bl->y - AREA_SIZE; x1 = bl->x + AREA_SIZE; y1 = bl->y + AREA_SIZE; + [[fallthrough]]; case BG_SAMEMAP: case BG_SAMEMAP_WOS: case BG: @@ -2237,7 +2238,7 @@ void clif_buylist( map_session_data *sd, struct npc_data *nd ){ count++; } - p->packetLength = sizeof( struct PACKET_ZC_PC_PURCHASE_ITEMLIST ) + count * sizeof( struct PACKET_ZC_PC_PURCHASE_ITEMLIST_sub ); + p->packetLength = static_castpacketLength)>( sizeof( struct PACKET_ZC_PC_PURCHASE_ITEMLIST ) + count * sizeof( struct PACKET_ZC_PC_PURCHASE_ITEMLIST_sub ) ); WFIFOSET( fd, p->packetLength ); } @@ -2321,11 +2322,6 @@ void clif_npc_market_open(map_session_data *sd, struct npc_data *nd) { continue; } - // Out of stock - if( item->qty == 0 ){ - continue; - } - p->list[count].nameid = client_nameid( item->nameid ); p->list[count].type = itemtype( item->nameid ); p->list[count].price = item->value; @@ -2337,7 +2333,7 @@ void clif_npc_market_open(map_session_data *sd, struct npc_data *nd) { count++; } - p->packetLength = sizeof( struct PACKET_ZC_NPC_MARKET_OPEN ) + count * sizeof( struct PACKET_ZC_NPC_MARKET_OPEN_sub ); + p->packetLength = static_castpacketLength)>( sizeof( struct PACKET_ZC_NPC_MARKET_OPEN ) + count * sizeof( struct PACKET_ZC_NPC_MARKET_OPEN_sub ) ); WFIFOSET( fd, p->packetLength ); sd->state.trading = 1; @@ -2563,7 +2559,8 @@ void clif_sendfakenpc(map_session_data *sd, int npcid) { void clif_scriptmenu(map_session_data* sd, int npcid, const char* mes) { int fd = sd->fd; - int slen = strlen(mes) + 9; + int16 slen; + slen = static_cast( strlen(mes) + 9 ); struct block_list *bl = NULL; if (!sd->state.using_fake_npc && (npcid == fake_nd->bl.id || ((bl = map_id2bl(npcid)) && (bl->m!=sd->bl.m || @@ -2814,7 +2811,7 @@ void clif_additem( map_session_data *sd, int n, int amount, unsigned char fail ) #if PACKETVER >= 20150226 clif_add_random_options( p.option_data, sd->inventory.u.items_inventory[n] ); #if PACKETVER >= 20160921 - p.favorite = sd->inventory.u.items_inventory[n].favorite; + p.favorite = ( sd->inventory.u.items_inventory[n].favorite != 0 ) ? 1 : 0; p.look = sd->inventory_data[n]->look; #if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724 p.grade = sd->inventory.u.items_inventory[n].enchantgrade; @@ -2933,7 +2930,7 @@ static void clif_item_equip( short idx, struct EQUIPITEM_INFO *p, struct item *i #endif #if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724 - p->enchantgrade = it->enchantgrade; + p->grade = it->enchantgrade; #endif } @@ -2965,7 +2962,7 @@ static void clif_item_normal( short idx, struct NORMALITEM_INFO *p, struct item #if PACKETVER >= 20120925 p->Flag.IsIdentified = i->identify ? 1 : 0; - p->Flag.PlaceETCTab = i->favorite ? 1 : 0; + p->Flag.PlaceETCTab = ( i->favorite != 0 ) ? 1 : 0; p->Flag.SpareBits = 0; #endif } @@ -3011,7 +3008,6 @@ static void clif_inventoryEnd( map_session_data *sd, e_inventory_type type ){ #endif } -void clif_favorite_item(map_session_data* sd, unsigned short index); //Unified inventory function which sends all of the inventory (requires two packets, one for equipable items and one for stackable ones. [Skotlex] void clif_inventorylist( map_session_data *sd ){ nullpo_retv( sd ); @@ -3037,7 +3033,7 @@ void clif_inventorylist( map_session_data *sd ){ if( equip == MAX_INVENTORY_ITEM_PACKET_NORMAL ){ itemlist_equip.PacketType = inventorylistequipType; - itemlist_equip.PacketLength = ( sizeof( itemlist_equip ) - sizeof( itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ); + itemlist_equip.PacketLength = static_cast( ( sizeof( itemlist_equip ) - sizeof( itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 itemlist_equip.invType = type; #endif @@ -3052,7 +3048,7 @@ void clif_inventorylist( map_session_data *sd ){ if( normal == MAX_INVENTORY_ITEM_PACKET_NORMAL ){ itemlist_normal.PacketType = inventorylistnormalType; - itemlist_normal.PacketLength = ( sizeof( itemlist_normal ) - sizeof( itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ); + itemlist_normal.PacketLength = static_cast( ( sizeof( itemlist_normal ) - sizeof( itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 itemlist_normal.invType = type; #endif @@ -3066,7 +3062,7 @@ void clif_inventorylist( map_session_data *sd ){ if( normal ){ itemlist_normal.PacketType = inventorylistnormalType; - itemlist_normal.PacketLength = ( sizeof( itemlist_normal ) - sizeof( itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ); + itemlist_normal.PacketLength = static_cast( ( sizeof( itemlist_normal ) - sizeof( itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 itemlist_normal.invType = type; #endif @@ -3079,7 +3075,7 @@ void clif_inventorylist( map_session_data *sd ){ if( equip ) { itemlist_equip.PacketType = inventorylistequipType; - itemlist_equip.PacketLength = ( sizeof( itemlist_equip ) - sizeof( itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ); + itemlist_equip.PacketLength = static_cast( ( sizeof( itemlist_equip ) - sizeof( itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 itemlist_equip.invType = type; #endif @@ -3096,8 +3092,8 @@ void clif_inventorylist( map_session_data *sd ){ if( sd->inventory.u.items_inventory[i].nameid == 0 || sd->inventory_data[i] == NULL ) continue; - if ( sd->inventory.u.items_inventory[i].favorite ) - clif_favorite_item(sd, i); + if ( sd->inventory.u.items_inventory[i].favorite != 0 ) + clif_favorite_item( *sd, i ); } #endif } @@ -3132,7 +3128,7 @@ void clif_storagelist(map_session_data* sd, struct item* items, int items_length if( equip == MAX_STORAGE_ITEM_PACKET_EQUIP ){ storage_itemlist_equip.PacketType = storageListEquipType; - storage_itemlist_equip.PacketLength = ( sizeof( storage_itemlist_equip ) - sizeof( storage_itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ); + storage_itemlist_equip.PacketLength = static_cast( ( sizeof( storage_itemlist_equip ) - sizeof( storage_itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 storage_itemlist_equip.invType = type; #elif PACKETVER >= 20120925 @@ -3149,7 +3145,7 @@ void clif_storagelist(map_session_data* sd, struct item* items, int items_length if( normal == MAX_STORAGE_ITEM_PACKET_NORMAL ){ storage_itemlist_normal.PacketType = storageListNormalType; - storage_itemlist_normal.PacketLength = ( sizeof( storage_itemlist_normal ) - sizeof( storage_itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ); + storage_itemlist_normal.PacketLength = static_cast( ( sizeof( storage_itemlist_normal ) - sizeof( storage_itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 storage_itemlist_normal.invType = type; #elif PACKETVER >= 20120925 @@ -3165,7 +3161,7 @@ void clif_storagelist(map_session_data* sd, struct item* items, int items_length if( normal ){ storage_itemlist_normal.PacketType = storageListNormalType; - storage_itemlist_normal.PacketLength = ( sizeof( storage_itemlist_normal ) - sizeof( storage_itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ); + storage_itemlist_normal.PacketLength = static_cast( ( sizeof( storage_itemlist_normal ) - sizeof( storage_itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 storage_itemlist_normal.invType = type; #elif PACKETVER >= 20120925 @@ -3177,7 +3173,7 @@ void clif_storagelist(map_session_data* sd, struct item* items, int items_length if( equip ) { storage_itemlist_equip.PacketType = storageListEquipType; - storage_itemlist_equip.PacketLength = ( sizeof( storage_itemlist_equip ) - sizeof( storage_itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ); + storage_itemlist_equip.PacketLength = static_cast( ( sizeof( storage_itemlist_equip ) - sizeof( storage_itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 storage_itemlist_equip.invType = type; #elif PACKETVER >= 20120925 @@ -3223,7 +3219,7 @@ void clif_cartlist( map_session_data *sd ){ if( normal ){ itemlist_normal.PacketType = cartlistnormalType; - itemlist_normal.PacketLength = ( sizeof( itemlist_normal ) - sizeof( itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ); + itemlist_normal.PacketLength = static_cast( ( sizeof( itemlist_normal ) - sizeof( itemlist_normal.list ) ) + ( sizeof( struct NORMALITEM_INFO ) * normal ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 itemlist_normal.invType = type; #endif @@ -3233,7 +3229,7 @@ void clif_cartlist( map_session_data *sd ){ if( equip ){ itemlist_equip.PacketType = cartlistequipType; - itemlist_equip.PacketLength = ( sizeof( itemlist_equip ) - sizeof( itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ); + itemlist_equip.PacketLength = static_cast( ( sizeof( itemlist_equip ) - sizeof( itemlist_equip.list ) ) + ( sizeof( struct EQUIPITEM_INFO ) * equip ) ); #if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002 itemlist_equip.invType = type; #endif @@ -3311,12 +3307,12 @@ void clif_guild_xy_remove(map_session_data *sd) *------------------------------------------*/ void clif_guild_castle_list(map_session_data& sd){ #if PACKETVER_MAIN_NUM >= 20190731 || PACKETVER_RE_NUM >= 20190717 || PACKETVER_ZERO_NUM >= 20190814 - struct guild* g = sd.guild; + auto &g = sd.guild; if (g == nullptr) return; - int castle_count = guild_checkcastles(g); + int castle_count = guild_checkcastles(g->guild); if (castle_count > 0) { struct PACKET_ZC_GUILD_AGIT_INFO* p = (struct PACKET_ZC_GUILD_AGIT_INFO*)packet_buffer; @@ -3326,7 +3322,7 @@ void clif_guild_castle_list(map_session_data& sd){ int i = 0; for (const auto& gc : castle_db) { - if (gc.second->guild_id == g->guild_id && gc.second->client_id) { + if (gc.second->guild_id == g->guild.guild_id && gc.second->client_id) { p->castle_list[i] = static_cast( gc.second->client_id ); p->packetLength += static_cast( sizeof( p->castle_list[0] ) ); ++i; @@ -3378,7 +3374,7 @@ void clif_guild_castle_teleport_res(map_session_data& sd, enum e_siege_teleport_ void clif_parse_guild_castle_info_request(int fd, map_session_data* sd){ #if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190522 || PACKETVER_ZERO_NUM >= 20190515 const struct PACKET_CZ_REQ_AGIT_INVESTMENT* p = (struct PACKET_CZ_REQ_AGIT_INVESTMENT*)RFIFOP(fd, 0); - struct guild* g = sd->guild; + auto &g = sd->guild; if (g == nullptr) return; @@ -3387,7 +3383,7 @@ void clif_parse_guild_castle_info_request(int fd, map_session_data* sd){ if (gc == nullptr) return; - if (gc->guild_id != g->guild_id) + if (gc->guild_id != g->guild.guild_id) return; clif_guild_castleinfo(*sd, gc); @@ -3400,7 +3396,7 @@ void clif_parse_guild_castle_info_request(int fd, map_session_data* sd){ void clif_parse_guild_castle_teleport_request(int fd, map_session_data* sd){ #if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190522 || PACKETVER_ZERO_NUM >= 20190515 const struct PACKET_CZ_REQ_MOVE_GUILD_AGIT* p = (struct PACKET_CZ_REQ_MOVE_GUILD_AGIT*)RFIFOP(fd, 0); - struct guild* g = sd->guild; + auto &g = sd->guild; if (g == nullptr) return; @@ -3411,7 +3407,7 @@ void clif_parse_guild_castle_teleport_request(int fd, map_session_data* sd){ return; if (!gc->warp_enabled) return; - if (gc->guild_id != g->guild_id) + if (gc->guild_id != g->guild.guild_id) return; if (map_getmapflag(sd->bl.m, MF_GVG_CASTLE) @@ -4204,8 +4200,10 @@ void clif_arrow_fail(map_session_data *sd,int type) { void clif_arrow_create_list( map_session_data *sd ){ nullpo_retv( sd ); - struct PACKET_ZC_MAKINGARROW_LIST *p = (struct PACKET_ZC_MAKINGARROW_LIST *)packet_buffer; + PACKET_ZC_MAKINGARROW_LIST *p = (PACKET_ZC_MAKINGARROW_LIST *)packet_buffer; + p->packetType = HEADER_ZC_MAKINGARROW_LIST; + p->packetLength = sizeof( *p ); int count = 0; @@ -4231,11 +4229,10 @@ void clif_arrow_create_list( map_session_data *sd ){ } p->items[count].itemId = client_nameid( nameid ); + p->packetLength += sizeof( p->items[0] ); count++; } - p->packetLength = sizeof( struct PACKET_ZC_MAKINGARROW_LIST ) + count * sizeof( struct PACKET_ZC_MAKINGARROW_LIST_sub ); - clif_send( p, p->packetLength, &sd->bl, SELF ); if( count > 0 ){ @@ -4945,10 +4942,10 @@ void clif_storageitemadded( map_session_data* sd, struct item* i, int index, int p.damaged = i->attribute; // attribute p.refine = i->refine; //refine clif_addcards( &p.slot, i ); -#if PACKETVER >= 20150226 +#if PACKETVER_MAIN_NUM >= 20140813 || PACKETVER_RE_NUM >= 20140402 || defined(PACKETVER_ZERO) clif_add_random_options( p.option_data, *i ); -#if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724 - p.enchantgrade = i->enchantgrade; +#if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200723 || PACKETVER_ZERO_NUM >= 20221024 + p.grade = i->enchantgrade; #endif #endif @@ -5806,7 +5803,7 @@ void clif_addskill(map_session_data *sd, int skill_id) /// Deletes a skill from the skill tree (ZC_SKILLINFO_DELETE). /// 0441 .W -void clif_deleteskill(map_session_data *sd, int skill_id) +void clif_deleteskill(map_session_data *sd, int skill_id, bool skip_infoblock) { #if PACKETVER >= 20081217 nullpo_retv(sd); @@ -5822,7 +5819,10 @@ void clif_deleteskill(map_session_data *sd, int skill_id) WFIFOW(fd,2) = skill_id; WFIFOSET(fd,packet_len(0x441)); #endif - clif_skillinfoblock(sd); +#if PACKETVER_MAIN_NUM >= 20190807 || PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918 + if (!skip_infoblock) +#endif + clif_skillinfoblock(sd); } /// Updates a skill in the skill tree (ZC_SKILLINFO_UPDATE). @@ -5985,19 +5985,11 @@ void clif_skillcastcancel(struct block_list* bl) /// if(result!=0) doesn't display any of the previous messages /// Note: when this packet is received an unknown flag is always set to 0, /// suggesting this is an ACK packet for the UseSkill packets and should be sent on success too [FlavioJS] -void clif_skill_fail( map_session_data *sd, uint16 skill_id, enum useskill_fail_cause cause, int btype, t_itemid itemId ){ - nullpo_retv( sd ); - - int fd = sd->fd; - - if( !session_isActive( fd ) ){ - return; - } - +void clif_skill_fail( map_session_data& sd, uint16 skill_id, enum useskill_fail_cause cause, int btype, t_itemid itemId ){ if(battle_config.display_skill_fail&1) return; //Disable all skill failed messages - if(cause==USESKILL_FAIL_SKILLINTERVAL && !sd->state.showdelay) + if(cause==USESKILL_FAIL_SKILLINTERVAL && !sd.state.showdelay) return; //Disable delay failed messages if(skill_id == RG_SNATCHER && battle_config.display_skill_fail&4) @@ -6015,7 +6007,7 @@ void clif_skill_fail( map_session_data *sd, uint16 skill_id, enum useskill_fail_ p.flag = 0; // 0 - failed p.cause = cause; - clif_send( &p, sizeof( p ), &sd->bl, SELF ); + clif_send( &p, sizeof( p ), &sd.bl, SELF ); } @@ -6407,7 +6399,7 @@ void clif_skill_produce_mix_list( map_session_data *sd, int skill_id, int trigge } } - p->packetLength = sizeof( struct PACKET_ZC_MAKABLEITEMLIST ) + count * sizeof( struct PACKET_ZC_MAKABLEITEMLIST_sub ); + p->packetLength = static_castpacketLength)>( sizeof( struct PACKET_ZC_MAKABLEITEMLIST ) + count * sizeof( struct PACKET_ZC_MAKABLEITEMLIST_sub ) ); clif_send( p, p->packetLength, &sd->bl, SELF ); if( count > 0 ){ @@ -6455,7 +6447,7 @@ void clif_cooking_list( map_session_data *sd, int trigger, uint16 skill_id, int } if( count > 0 || skill_id == AM_PHARMACY ){ - p->packetLength = sizeof( struct PACKET_ZC_MAKINGITEM_LIST ) + count * sizeof( struct PACKET_ZC_MAKINGITEM_LIST_sub ); + p->packetLength = static_castpacketLength)>( sizeof( struct PACKET_ZC_MAKINGITEM_LIST ) + count * sizeof( struct PACKET_ZC_MAKINGITEM_LIST_sub ) ); clif_send( p, p->packetLength, &sd->bl, SELF ); sd->menuskill_id = skill_id; @@ -6466,7 +6458,7 @@ void clif_cooking_list( map_session_data *sd, int trigger, uint16 skill_id, int #if PACKETVER >= 20090922 clif_msg_skill( sd, skill_id, INVENTORY_SPACE_FULL ); #else - p->packetLength = sizeof( struct PACKET_ZC_MAKINGITEM_LIST ) + count * sizeof( struct PACKET_ZC_MAKINGITEM_LIST_sub ); + p->packetLength = static_castpacketLength)>( sizeof( struct PACKET_ZC_MAKINGITEM_LIST ) + count * sizeof( struct PACKET_ZC_MAKINGITEM_LIST_sub ) ); clif_send( p, p->packetLength, &sd->bl, SELF ); #endif } @@ -6570,7 +6562,8 @@ void clif_status_change(struct block_list *bl, int type, int flag, t_tick tick, sd = BL_CAST(BL_PC, bl); - if (!(status_efst_get_bl_type((efst_type)type)&bl->type)) // only send status changes that actually matter to the client + // Check if current bl type is in the returned bitmask and only send status changes that actually matter to the client + if (!(status_efst_get_bl_type(static_cast(type)) & bl->type)) return; clif_status_change_sub(bl, bl->id, type, flag, tick, val1, val2, val3, ((sd ? (pc_isinvisible(sd) ? SELF : AREA) : AREA_WOS))); @@ -6715,7 +6708,9 @@ void clif_displaymessage(const int fd, const char* mes) } #else // Limit message to 255+1 characters (otherwise it causes a buffer overflow in the client) - int len = strnlen(line, CHAT_SIZE_MAX); + int16 len; + + len = static_cast( strnlen(line, CHAT_SIZE_MAX) ); if (len > 0) { // don't send a void message (it's not displaying on the client chat). @help can send void line. WFIFOHEAD(fd, 5 + len); @@ -6733,16 +6728,16 @@ void clif_displaymessage(const int fd, const char* mes) /// Send broadcast message in yellow or blue without font formatting (ZC_BROADCAST). /// 009a .W .?B -void clif_broadcast(struct block_list* bl, const char* mes, int len, int type, enum send_target target) +void clif_broadcast(struct block_list* bl, const char* mes, size_t len, int type, enum send_target target) { nullpo_retv(mes); if (len < 2) return; - struct PACKET_ZC_BROADCAST* p = (struct PACKET_ZC_BROADCAST*)packet_buffer; + PACKET_ZC_BROADCAST* p = (PACKET_ZC_BROADCAST*)packet_buffer; p->packetType = HEADER_ZC_BROADCAST; - p->PacketLength = (int16)( sizeof( struct PACKET_ZC_BROADCAST ) + len ); + p->PacketLength = static_castPacketLength)>( sizeof( *p ) + len ); if( ( type&BC_BLUE ) != 0 ){ const char* color = "blue"; @@ -6797,16 +6792,16 @@ void clif_GlobalMessage(struct block_list* bl, const char* message, enum send_ta /// Send broadcast message with font formatting. /// 01c3 .W .L .W .W .W .W .?B (ZC_BROADCAST2) -void clif_broadcast2(struct block_list* bl, const char* mes, int len, unsigned long fontColor, short fontType, short fontSize, short fontAlign, short fontY, enum send_target target) +void clif_broadcast2(struct block_list* bl, const char* mes, size_t len, unsigned long fontColor, short fontType, short fontSize, short fontAlign, short fontY, enum send_target target) { nullpo_retv(mes); if (len < 2) return; - struct PACKET_ZC_BROADCAST2* p = (struct PACKET_ZC_BROADCAST2*)packet_buffer; + PACKET_ZC_BROADCAST2* p = (PACKET_ZC_BROADCAST2*)packet_buffer; p->packetType = HEADER_ZC_BROADCAST2; - p->PacketLength = (int16)( sizeof( struct PACKET_ZC_BROADCAST2 ) + len ); + p->PacketLength = static_castPacketLength)>( sizeof( *p ) + len ); p->fontColor = fontColor; p->fontType = fontType; p->fontSize = fontSize; @@ -6915,17 +6910,17 @@ void clif_map_property(struct block_list *bl, enum map_property property, enum s struct map_data *mapdata = map_getmapdata(bl->m); map_session_data *sd = BL_CAST(BL_PC, bl); - WBUFL(buf,4) = ((mapdata->flag[MF_PVP] || (sd && sd->duel_group > 0))<<0)| // PARTY - Show attack cursor on non-party members (PvP) - ((mapdata->flag[MF_BATTLEGROUND] || mapdata_flag_gvg2(mapdata))<<1)|// GUILD - Show attack cursor on non-guild members (GvG) - ((mapdata->flag[MF_BATTLEGROUND] || mapdata_flag_gvg2(mapdata))<<2)|// SIEGE - Show emblem over characters heads when in GvG (WoE castle) - ((mapdata->flag[MF_FORCEMINEFFECT] || mapdata_flag_gvg2(mapdata))<<3)| // USE_SIMPLE_EFFECT - Forces simpler skill effects, like /mineffect command - ((mapdata->flag[MF_NOLOCKON] || mapdata_flag_vs(mapdata) || (sd && sd->duel_group > 0))<<4)| // DISABLE_LOCKON - Only allow attacks on other players with shift key or /ns active - ((mapdata->flag[MF_PVP])<<5)| // COUNT_PK - Show the PvP counter - ((mapdata->flag[MF_PARTYLOCK])<<6)| // NO_PARTY_FORMATION - Prevents party creation/modification (Might be used for instance dungeons) - ((mapdata->flag[MF_BATTLEGROUND])<<7)| // BATTLEFIELD - Unknown (Does something for battlegrounds areas) - ((mapdata->flag[MF_NOCOSTUME])<<8)| // DISABLE_COSTUMEITEM - Disable costume sprites - ((!mapdata->flag[MF_NOUSECART])<<9)| // USECART - Allow opening cart inventory (Well force it to always allow it) - ((!mapdata->flag[MF_NOSUNMOONSTARMIRACLE])<<10); // SUNMOONSTAR_MIRACLE - Allows Star Gladiator's Miracle to activate + WBUFL(buf,4) = ((mapdata->getMapFlag(MF_PVP) || (sd && sd->duel_group > 0))<<0)| // PARTY - Show attack cursor on non-party members (PvP) + ((mapdata->getMapFlag(MF_BATTLEGROUND) || mapdata_flag_gvg2(mapdata))<<1)|// GUILD - Show attack cursor on non-guild members (GvG) + ((mapdata->getMapFlag(MF_BATTLEGROUND) || mapdata_flag_gvg2(mapdata))<<2)|// SIEGE - Show emblem over characters heads when in GvG (WoE castle) + ((mapdata->getMapFlag(MF_FORCEMINEFFECT) || mapdata_flag_gvg2(mapdata))<<3)| // USE_SIMPLE_EFFECT - Forces simpler skill effects, like /mineffect command + ((mapdata->getMapFlag(MF_NOLOCKON) || mapdata_flag_vs(mapdata) || (sd && sd->duel_group > 0))<<4)| // DISABLE_LOCKON - Only allow attacks on other players with shift key or /ns active + ((mapdata->getMapFlag(MF_PVP))<<5)| // COUNT_PK - Show the PvP counter + ((mapdata->getMapFlag(MF_PARTYLOCK))<<6)| // NO_PARTY_FORMATION - Prevents party creation/modification (Might be used for instance dungeons) + ((mapdata->getMapFlag(MF_BATTLEGROUND))<<7)| // BATTLEFIELD - Unknown (Does something for battlegrounds areas) + ((mapdata->getMapFlag(MF_NOCOSTUME))<<8)| // DISABLE_COSTUMEITEM - Disable costume sprites + ((!mapdata->getMapFlag(MF_NOUSECART))<<9)| // USECART - Allow opening cart inventory (Well force it to always allow it) + ((!mapdata->getMapFlag(MF_NOSUNMOONSTARMIRACLE))<<10); // SUNMOONSTAR_MIRACLE - Allows Star Gladiator's Miracle to activate //(1<<11); // Unused bits. 1 - 10 is 0x1 length and 11 is 0x15 length. May be used for future settings. #endif @@ -7031,35 +7026,28 @@ void clif_upgrademessage( map_session_data* sd, int result, t_itemid item_id ){ /// Whisper is transmitted to the destination player (ZC_WHISPER). /// 0097 .W .24B .?B /// 0097 .W .24B .L .?B (PACKETVER >= 20091104) -void clif_wis_message(map_session_data* sd, const char* nick, const char* mes, int mes_len, int gmlvl){ - int fd; +void clif_wis_message(map_session_data* sd, const char* nick, const char* mes, size_t mes_len, int gmlvl){ + PACKET_ZC_WHISPER p; - nullpo_retv(sd); + p.PacketType = HEADER_ZC_WHISPER; + p.PacketLength = static_cast( mes_len ); + safestrncpy(p.sender, nick, NAME_LENGTH); + safestrncpy(p.message, mes, mes_len); - fd = sd->fd; - -#if PACKETVER < 20091104 - WFIFOHEAD(fd, mes_len + NAME_LENGTH + 4); - WFIFOW(fd,0) = 0x97; - WFIFOW(fd,2) = mes_len + NAME_LENGTH + 4; - safestrncpy(WFIFOCP(fd,4), nick, NAME_LENGTH); - safestrncpy(WFIFOCP(fd,28), mes, mes_len); - WFIFOSET(fd,WFIFOW(fd,2)); -#else - map_session_data *ssd = map_nick2sd(nick,false); - - WFIFOHEAD(fd, mes_len + NAME_LENGTH + 8); - WFIFOW(fd,0) = 0x97; - WFIFOW(fd,2) = mes_len + NAME_LENGTH + 8; - safestrncpy(WFIFOCP(fd,4), nick, NAME_LENGTH); +#if PACKETVER >= 20091104 + map_session_data* ssd = map_nick2sd(nick, false); // If it is not a message from the server or a player from another map-server - if( ssd ){ + if (ssd) { gmlvl = pc_get_group_level(ssd); } - WFIFOL(fd, 28) = (gmlvl == 99) ? 1 : 0; // isAdmin; if nonzero, also displays text above char - safestrncpy(WFIFOCP(fd,32), mes, mes_len); - WFIFOSET(fd,WFIFOW(fd,2)); + p.isAdmin = (gmlvl == 99) ? 1 : 0; #endif + +#if PACKETVER_MAIN_NUM >= 20131204 || PACKETVER_RE_NUM >= 20131120 || defined(PACKETVER_ZERO) + p.senderGID = ssd->bl.id; +#endif + + clif_send( &p, sizeof( p ), &sd->bl, SELF ); } @@ -7242,49 +7230,33 @@ void clif_item_identified(map_session_data *sd,int idx,int flag) /// Presents a list of items that can be repaired. /// 01fc .W { .W .W .B .W .W .W .W }* (ZC_REPAIRITEMLIST) -void clif_item_repair_list( map_session_data *sd,map_session_data *dstsd, int lv ){ - nullpo_retv( sd ); - nullpo_retv( dstsd ); +void clif_item_repair_list( map_session_data& sd, map_session_data& dstsd, uint16 lv ){ + PACKET_ZC_REPAIRITEMLIST* p = (PACKET_ZC_REPAIRITEMLIST*)packet_buffer; - int fd = sd->fd; + p->packetType = HEADER_ZC_REPAIRITEMLIST; + p->packetLength = sizeof( *p ); - if( !session_isActive( fd ) ){ - return; - } + size_t c = 0; - int len = MAX_INVENTORY * sizeof( struct REPAIRITEM_INFO ) + sizeof( struct PACKET_ZC_REPAIRITEMLIST ); - - // Preallocate the maximum size - WFIFOHEAD( fd, len ); - - struct PACKET_ZC_REPAIRITEMLIST *p = (struct PACKET_ZC_REPAIRITEMLIST *)WFIFOP( fd, 0 ); - - int c = 0; - - for( int i = 0; i < MAX_INVENTORY; i++ ){ - if( dstsd->inventory.u.items_inventory[i].nameid > 0 && dstsd->inventory.u.items_inventory[i].attribute != 0 && !itemdb_ishatched_egg( &dstsd->inventory.u.items_inventory[i] ) ){ // && skill_can_repair(sd,nameid)){ - p->items[c].index = i; - p->items[c].itemId = client_nameid( dstsd->inventory.u.items_inventory[i].nameid ); - p->items[c].refine = dstsd->inventory.u.items_inventory[i].refine; - clif_addcards( &p->items[c].slot, &dstsd->inventory.u.items_inventory[i] ); + for( size_t i = 0; i < MAX_INVENTORY; i++ ){ + if( dstsd.inventory.u.items_inventory[i].nameid > 0 && dstsd.inventory.u.items_inventory[i].attribute != 0 && !itemdb_ishatched_egg( &dstsd.inventory.u.items_inventory[i] ) ){ // && skill_can_repair(sd,nameid)){ + p->items[c].index = static_castitems[0].index )>( i ); + p->items[c].itemId = client_nameid( dstsd.inventory.u.items_inventory[i].nameid ); + p->items[c].refine = dstsd.inventory.u.items_inventory[i].refine; + clif_addcards( &p->items[c].slot, &dstsd.inventory.u.items_inventory[i] ); + p->packetLength += sizeof( p->items[0] ); c++; } } if( c > 0 ){ - p->packetType = HEADER_ZC_REPAIRITEMLIST; + clif_send( p, p->packetLength, &sd.bl, SELF ); - // Recalculate real length - len = c * sizeof( struct REPAIRITEM_INFO ) + sizeof( struct PACKET_ZC_REPAIRITEMLIST ); - p->packetLength = len; - - WFIFOSET( fd, len ); - - sd->menuskill_id = BS_REPAIRWEAPON; - sd->menuskill_val = dstsd->bl.id; - sd->menuskill_val2 = lv; + sd.menuskill_id = BS_REPAIRWEAPON; + sd.menuskill_val = dstsd.bl.id; + sd.menuskill_val2 = lv; }else{ - clif_skill_fail( sd, sd->ud.skill_id, USESKILL_FAIL_LEVEL, 0 ); + clif_skill_fail( sd, sd.ud.skill_id ); } } @@ -7332,9 +7304,10 @@ void clif_item_damaged(map_session_data* sd, unsigned short position) void clif_item_refine_list( map_session_data *sd ){ nullpo_retv( sd ); - struct PACKET_ZC_NOTIFY_WEAPONITEMLIST *p = (struct PACKET_ZC_NOTIFY_WEAPONITEMLIST *)packet_buffer; + PACKET_ZC_NOTIFY_WEAPONITEMLIST *p = (PACKET_ZC_NOTIFY_WEAPONITEMLIST *)packet_buffer; p->packetType = HEADER_ZC_NOTIFY_WEAPONITEMLIST; + p->packetLength = sizeof( *p ); uint16 skill_lv = pc_checkskill( sd, WS_WEAPONREFINE ); @@ -7358,12 +7331,11 @@ void clif_item_refine_list( map_session_data *sd ){ p->items[count].itemId = client_nameid( sd->inventory.u.items_inventory[i].nameid ); p->items[count].refine = sd->inventory.u.items_inventory[i].refine; clif_addcards( &p->items[count].slot, &sd->inventory.u.items_inventory[i] ); + p->packetLength += sizeof( p->items[0] ); count++; } } - p->packetLength = sizeof( struct PACKET_ZC_NOTIFY_WEAPONITEMLIST ) + sizeof( struct PACKET_ZC_NOTIFY_WEAPONITEMLIST_sub ) * count; - clif_send( p, p->packetLength, &sd->bl, SELF ); if( count > 0 ){ @@ -7467,9 +7439,12 @@ void clif_bank_open( map_session_data& sd ){ /* * Request to Open the banking system - * 09B6 L ??? (dunno just wild guess checkme) + * 09B6 L (CZ_REQ_OPEN_BANKING) */ void clif_parse_BankOpen(int fd, map_session_data* sd) { +#if PACKETVER >= 20130717 + PACKET_CZ_REQ_OPEN_BANKING* p = (PACKET_CZ_REQ_OPEN_BANKING*)RFIFOP( fd, 0 ); + //TODO check if preventing trade or stuff like that //also mark something in case char ain't available for saving, should we check now ? nullpo_retv(sd); @@ -7477,10 +7452,12 @@ void clif_parse_BankOpen(int fd, map_session_data* sd) { clif_messagecolor(&sd->bl,color_table[COLOR_RED],msg_txt(sd,1496),false,SELF); //Banking is disabled return; } + if( map_getmapflag( sd->bl.m, MF_NOBANK ) ){ + clif_displaymessage( sd->fd, msg_txt( sd, 831 ) ); // You cannot use the Bank on this map. + return; + } else { - struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; - int aid = RFIFOL(fd,info->pos[0]); //unused should we check vs fd ? - if(sd->status.account_id == aid){ + if(sd->status.account_id == p->AID){ sd->state.banking = 1; //request save ? //chrif_bankdata_request(sd->status.account_id, sd->status.char_id); @@ -7488,6 +7465,7 @@ void clif_parse_BankOpen(int fd, map_session_data* sd) { clif_bank_open( *sd ); } } +#endif } // 09B9 (ZC_ACK_CLOSE_BANKING) @@ -7504,21 +7482,22 @@ void clif_bank_close( map_session_data& sd ){ /* * Request to close the banking system - * 09B8 L ??? (dunno just wild guess checkme) + * 09B8 L (CZ_REQ_CLOSE_BANKING) */ void clif_parse_BankClose(int fd, map_session_data* sd) { - struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; - int aid = RFIFOL(fd,info->pos[0]); //unused should we check vs fd ? +#if PACKETVER >= 20130717 + PACKET_CZ_REQ_CLOSE_BANKING* p = (PACKET_CZ_REQ_CLOSE_BANKING*)RFIFOP( fd, 0 ); nullpo_retv(sd); if( !battle_config.feature_banking ) { clif_messagecolor(&sd->bl,color_table[COLOR_RED],msg_txt(sd,1496),false,SELF); //Banking is disabled //still allow to go trough to not stuck player if we have disable it while they was in } - if(sd->status.account_id == aid){ + if(sd->status.account_id == p->AID){ sd->state.banking = 0; clif_bank_close( *sd ); } +#endif } /* @@ -7539,26 +7518,32 @@ void clif_Bank_Check( map_session_data& sd ){ /* * Requesting the data in bank - * 09AB L (PACKET_CZ_REQ_BANKING_CHECK) + * 09AB L (CZ_REQ_BANKING_CHECK) */ void clif_parse_BankCheck(int fd, map_session_data* sd) { +#if PACKETVER >= 20130717 + PACKET_CZ_REQ_BANKING_CHECK* p = (PACKET_CZ_REQ_BANKING_CHECK*)RFIFOP( fd, 0 ); + nullpo_retv(sd); if( !battle_config.feature_banking ) { clif_messagecolor(&sd->bl,color_table[COLOR_RED],msg_txt(sd,1496),false,SELF); //Banking is disabled return; } + if( map_getmapflag( sd->bl.m, MF_NOBANK ) ){ + clif_displaymessage( sd->fd, msg_txt( sd, 831 ) ); // You cannot use the Bank on this map. + return; + } else { - struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; - int aid = RFIFOL(fd,info->pos[0]); //unused should we check vs fd ? - if(sd->status.account_id == aid) //since we have it let check it for extra security + if(sd->status.account_id == p->AID) //since we have it let check it for extra security clif_Bank_Check( *sd ); } +#endif } /* * Acknowledge of deposit some money in bank - 09A8 W Q L (PACKET_ZC_ACK_BANKING_DEPOSIT) + 09A8 W Q L (ZC_ACK_BANKING_DEPOSIT) */ void clif_bank_deposit( map_session_data& sd, enum e_BANKING_DEPOSIT_ACK reason ){ #if PACKETVER >= 20130717 @@ -7576,29 +7561,33 @@ void clif_bank_deposit( map_session_data& sd, enum e_BANKING_DEPOSIT_ACK reason /* * Request saving some money in bank * @author : original [Yommy/Hercules] - * 09A7 L L (PACKET_CZ_REQ_BANKING_DEPOSIT) + * 09A7 L L (CZ_REQ_BANKING_DEPOSIT) */ void clif_parse_BankDeposit(int fd, map_session_data* sd) { +#if PACKETVER >= 20130717 + PACKET_CZ_REQ_BANKING_DEPOSIT* p = (PACKET_CZ_REQ_BANKING_DEPOSIT*)RFIFOP( fd, 0 ); + nullpo_retv(sd); if( !battle_config.feature_banking ) { clif_messagecolor(&sd->bl,color_table[COLOR_RED],msg_txt(sd,1496),false,SELF); //Banking is disabled return; } + if( map_getmapflag( sd->bl.m, MF_NOBANK ) ){ + clif_displaymessage( sd->fd, msg_txt( sd, 831 ) ); // You cannot use the Bank on this map. + return; + } else { - struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; - int aid = RFIFOL(fd,info->pos[0]); //unused should we check vs fd ? - int money = RFIFOL(fd,info->pos[1]); - - if(sd->status.account_id == aid){ - enum e_BANKING_DEPOSIT_ACK reason = pc_bank_deposit(sd,max(0,money)); + if(sd->status.account_id == p->AID){ + enum e_BANKING_DEPOSIT_ACK reason = pc_bank_deposit(sd,max(0,p->zeny)); clif_bank_deposit( *sd, reason ); } } +#endif } /* * Acknowledge of withdrawing some money from bank - 09AA W Q L (PACKET_ZC_ACK_BANKING_WITHDRAW) + * 09AA W Q L (ZC_ACK_BANKING_WITHDRAW) */ void clif_bank_withdraw( map_session_data& sd, enum e_BANKING_WITHDRAW_ACK reason ){ #if PACKETVER >= 20130717 @@ -7615,23 +7604,28 @@ void clif_bank_withdraw( map_session_data& sd, enum e_BANKING_WITHDRAW_ACK reaso /* * Request Withdrawing some money from bank - * 09A9 L L (PACKET_CZ_REQ_BANKING_WITHDRAW) + * 09A9 L L (CZ_REQ_BANKING_WITHDRAW) */ void clif_parse_BankWithdraw(int fd, map_session_data* sd) { - nullpo_retv(sd); +#if PACKETVER >= 20130717 + PACKET_CZ_REQ_BANKING_WITHDRAW* p = (PACKET_CZ_REQ_BANKING_WITHDRAW*)RFIFOP( fd, 0 ); + + nullpo_retv(sd); if( !battle_config.feature_banking ) { clif_messagecolor(&sd->bl,color_table[COLOR_RED],msg_txt(sd,1496),false,SELF); //Banking is disabled return; } + if( map_getmapflag( sd->bl.m, MF_NOBANK ) ){ + clif_displaymessage( sd->fd, msg_txt( sd, 831 ) ); // You cannot use the Bank on this map. + return; + } else { - struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; - int aid = RFIFOL(fd,info->pos[0]); //unused should we check vs fd ? - int money = RFIFOL(fd,info->pos[1]); - if(sd->status.account_id == aid){ - enum e_BANKING_WITHDRAW_ACK reason = pc_bank_withdraw(sd,max(0,money)); + if(sd->status.account_id == p->AID){ + enum e_BANKING_WITHDRAW_ACK reason = pc_bank_withdraw(sd,max(0,p->zeny)); clif_bank_withdraw( *sd, reason ); } } +#endif } /// Deletes an item from character's cart (ZC_DELETE_ITEM_FROM_CART). @@ -8018,7 +8012,7 @@ void clif_partyinvitationstate( map_session_data& sd ){ struct PACKET_ZC_PARTY_CONFIG p = {}; p.packetType = HEADER_ZC_PARTY_CONFIG; - p.denyPartyInvites = 0; // TODO: not implemented + p.denyPartyInvites = sd.status.disable_partyinvite; clif_send( &p, sizeof( p ), &sd.bl, SELF ); #endif @@ -8140,7 +8134,7 @@ void clif_party_withdraw( map_session_data& sd, uint32 account_id, const char* n /// Party chat message (ZC_NOTIFY_CHAT_PARTY). /// 0109 .W .L .?B -void clif_party_message( struct party_data& party, uint32 account_id, const char* mes, int len ){ +void clif_party_message( struct party_data& party, uint32 account_id, const char* mes, size_t len ){ map_session_data* sd = party_getavailablesd( &party ); if( sd == nullptr ){ @@ -8152,10 +8146,10 @@ void clif_party_message( struct party_data& party, uint32 account_id, const char len = CHAT_SIZE_MAX; } - struct PACKET_ZC_NOTIFY_CHAT_PARTY* p = (struct PACKET_ZC_NOTIFY_CHAT_PARTY*)packet_buffer; + PACKET_ZC_NOTIFY_CHAT_PARTY* p = (PACKET_ZC_NOTIFY_CHAT_PARTY*)packet_buffer; p->PacketType = HEADER_ZC_NOTIFY_CHAT_PARTY; - p->PacketLength = sizeof( *p ) + len; + p->PacketLength = static_castPacketLength)>( sizeof( *p ) + len ); p->AID = account_id; safestrncpy( p->chatMsg, mes, len ); @@ -8492,75 +8486,76 @@ void clif_pet_autofeed_status(map_session_data* sd, bool force) { #endif } -/// Presents a list of skills that can be auto-spelled (ZC_AUTOSPELLLIST). -/// 01cd { .L }*7 -void clif_autospell(map_session_data *sd,uint16 skill_lv) -{ - nullpo_retv(sd); - - int fd = sd->fd; +/// Presents a list of skills that can be auto-spelled. +/// 01cd { .L }*7 (ZC_AUTOSPELLLIST) +void clif_autospell( map_session_data& sd, uint16 skill_lv ){ + struct s_autospell_requirement{ + uint16 skill_id; + uint16 required_autospell_skill_lv; + }; #ifdef RENEWAL - uint16 autospell_skill[][2] = { - { MG_FIREBOLT, 0 }, { MG_COLDBOLT, 0 }, { MG_LIGHTNINGBOLT, 0 }, - { MG_SOULSTRIKE, 3 }, { MG_FIREBALL, 3 }, - { WZ_EARTHSPIKE, 6 }, { MG_FROSTDIVER, 6 }, - { MG_THUNDERSTORM, 9 }, { WZ_HEAVENDRIVE, 9 } + const std::vector autospell_skills = { + { MG_FIREBOLT, 0 }, + { MG_COLDBOLT, 0 }, + { MG_LIGHTNINGBOLT, 0 }, + { MG_SOULSTRIKE, 3 }, + { MG_FIREBALL, 3 }, + { WZ_EARTHSPIKE, 6 }, + { MG_FROSTDIVER, 6 }, + { MG_THUNDERSTORM, 9 }, + { WZ_HEAVENDRIVE, 9 } }; - int count = 0; +#else + const std::vector autospell_skills = { + { MG_NAPALMBEAT, 0 }, + { MG_COLDBOLT, 1 }, + { MG_FIREBOLT, 1 }, + { MG_LIGHTNINGBOLT, 1 }, + { MG_SOULSTRIKE, 4 }, + { MG_FIREBALL, 7 }, + { MG_FROSTDIVER, 9 }, + }; +#endif - WFIFOHEAD(fd, 2 * 6 + 4); - WFIFOW(fd, 0) = 0x442; +#if PACKETVER_MAIN_NUM >= 20181128 || PACKETVER_RE_NUM >= 20181031 + PACKET_ZC_AUTOSPELLLIST* p = (PACKET_ZC_AUTOSPELLLIST*)packet_buffer; - for (int i = 0; i < ARRAYLENGTH(autospell_skill); i++) { - if (skill_lv > autospell_skill[i][1] && pc_checkskill(sd, autospell_skill[i][0])) { - WFIFOW(fd, 8 + count * 2) = autospell_skill[i][0]; - count++; + p->packetType = HEADER_ZC_AUTOSPELLLIST; + p->packetLength = sizeof( *p ); + + size_t count = 0; + for( const s_autospell_requirement& requirement : autospell_skills ){ + if( skill_lv > requirement.required_autospell_skill_lv && pc_checkskill( &sd, requirement.skill_id ) ){ + p->skills[count++] = requirement.skill_id; + p->packetLength += sizeof( p->skills[0] ); } } - WFIFOW(fd, 2) = 8 + count * 2; - WFIFOL(fd, 4) = count; + clif_send( p, p->packetLength, &sd.bl, SELF ); +#elif PACKETVER_MAIN_NUM >= 20090406 || defined(PACKETVER_RE) || defined(PACKETVER_ZERO) || PACKETVER_SAK_NUM >= 20080618 + PACKET_ZC_AUTOSPELLLIST p = {}; - WFIFOSET(fd, WFIFOW(fd, 2)); -#else - WFIFOHEAD(fd,packet_len(0x1cd)); - WFIFOW(fd, 0)=0x1cd; + p.packetType = HEADER_ZC_AUTOSPELLLIST; - if(skill_lv>0 && pc_checkskill(sd,MG_NAPALMBEAT)>0) - WFIFOL(fd,2)= MG_NAPALMBEAT; - else - WFIFOL(fd,2)= 0x00000000; - if(skill_lv>1 && pc_checkskill(sd,MG_COLDBOLT)>0) - WFIFOL(fd,6)= MG_COLDBOLT; - else - WFIFOL(fd,6)= 0x00000000; - if(skill_lv>1 && pc_checkskill(sd,MG_FIREBOLT)>0) - WFIFOL(fd,10)= MG_FIREBOLT; - else - WFIFOL(fd,10)= 0x00000000; - if(skill_lv>1 && pc_checkskill(sd,MG_LIGHTNINGBOLT)>0) - WFIFOL(fd,14)= MG_LIGHTNINGBOLT; - else - WFIFOL(fd,14)= 0x00000000; - if(skill_lv>4 && pc_checkskill(sd,MG_SOULSTRIKE)>0) - WFIFOL(fd,18)= MG_SOULSTRIKE; - else - WFIFOL(fd,18)= 0x00000000; - if(skill_lv>7 && pc_checkskill(sd,MG_FIREBALL)>0) - WFIFOL(fd,22)= MG_FIREBALL; - else - WFIFOL(fd,22)= 0x00000000; - if(skill_lv>9 && pc_checkskill(sd,MG_FROSTDIVER)>0) - WFIFOL(fd,26)= MG_FROSTDIVER; - else - WFIFOL(fd,26)= 0x00000000; + size_t count = 0; + for( const s_autospell_requirement& requirement : autospell_skills ){ + if( count == ARRAYLENGTH( p.skills ) ){ + break; + } - WFIFOSET(fd,packet_len(0x1cd)); + if( skill_lv > requirement.required_autospell_skill_lv && pc_checkskill( &sd, requirement.skill_id ) ){ + p.skills[count++] = requirement.skill_id; + }else{ + p.skills[count++] = 0; + } + } + + clif_send( &p, sizeof( p ), &sd.bl, SELF ); #endif - sd->menuskill_id = SA_AUTOSPELL; - sd->menuskill_val = skill_lv; + sd.menuskill_id = SA_AUTOSPELL; + sd.menuskill_val = skill_lv; } @@ -8754,8 +8749,8 @@ void clif_guild_belonginfo( map_session_data& sd ){ return; } - struct guild& guild = *sd.guild; - int position = guild_getposition( &sd ); + const auto &guild = sd.guild->guild; + int position = guild_getposition(sd); if( position < 0 ){ return; @@ -8784,19 +8779,17 @@ void clif_guild_belonginfo( map_session_data& sd ){ /// status: /// 0 = offline /// 1 = online -void clif_guild_memberlogin_notice(struct guild *g,int idx,int flag) +void clif_guild_memberlogin_notice(const struct mmo_guild &g,int idx,int flag) { unsigned char buf[64]; map_session_data* sd; - nullpo_retv(g); - WBUFW(buf, 0)=0x1f2; - WBUFL(buf, 2)=g->member[idx].account_id; - WBUFL(buf, 6)=g->member[idx].char_id; + WBUFL(buf, 2)=g.member[idx].account_id; + WBUFL(buf, 6)=g.member[idx].char_id; WBUFL(buf,10)=flag; - if( ( sd = g->member[idx].sd ) != NULL ) + if( ( sd = g.member[idx].sd ) != NULL ) { WBUFW(buf,14) = sd->status.sex; WBUFW(buf,16) = sd->status.hair; @@ -8823,7 +8816,6 @@ void clif_guild_memberlogin_notice(struct guild *g,int idx,int flag) // to economize traffic. [LuzZza] void clif_guild_send_onlineinfo(map_session_data *sd) { - struct guild *g; unsigned char buf[14*128]; int i, count=0, p_len; @@ -8831,18 +8823,19 @@ void clif_guild_send_onlineinfo(map_session_data *sd) p_len = packet_len(0x16d); - if(!(g = sd->guild)) + auto &g = sd->guild; + if (!g) return; - for(i=0; imax_member; i++) { + for(i=0; iguild.max_member; i++) { - if(g->member[i].account_id > 0 && - g->member[i].account_id != sd->status.account_id) { + if(g->guild.member[i].account_id > 0 && + g->guild.member[i].account_id != sd->status.account_id) { WBUFW(buf,count*p_len) = 0x16d; - WBUFL(buf,count*p_len+2) = g->member[i].account_id; - WBUFL(buf,count*p_len+6) = g->member[i].char_id; - WBUFL(buf,count*p_len+10) = g->member[i].online; + WBUFL(buf,count*p_len+2) = g->guild.member[i].account_id; + WBUFL(buf,count*p_len+6) = g->guild.member[i].char_id; + WBUFL(buf,count*p_len+10) = g->guild.member[i].online; count++; } } @@ -8884,7 +8877,7 @@ void clif_guild_basicinfo( map_session_data& sd ){ return; } - struct guild& guild = *sd.guild; + const auto &guild = sd.guild->guild; struct PACKET_ZC_GUILD_INFO p = {}; p.PacketType = HEADER_ZC_GUILD_INFO; @@ -8900,7 +8893,7 @@ void clif_guild_basicinfo( map_session_data& sd ){ p.virtue = 0; // Virtue: (down) Wicked [-100,100] Righteous (up) p.emblemVersion = guild.emblem_id; safestrncpy( p.guildname, guild.name, sizeof( p.guildname ) ); - safestrncpy( p.manageLand, msg_txt( &sd, 300 + guild_checkcastles( &guild ) ), sizeof( p.manageLand ) ); + safestrncpy( p.manageLand, msg_txt( &sd, 300 + guild_checkcastles( guild ) ), sizeof( p.manageLand ) ); p.zeny = 0; #if PACKETVER >= 20200902 p.masterGID = guild.member[0].char_id; // leader @@ -8920,17 +8913,17 @@ void clif_guild_basicinfo( map_session_data& sd ){ void clif_guild_allianceinfo(map_session_data *sd) { int fd,i,c; - struct guild *g; nullpo_retv(sd); - if( (g = sd->guild) == NULL ) + auto &g = sd->guild; + if (!g) return; fd = sd->fd; WFIFOHEAD(fd, MAX_GUILDALLIANCE * 32 + 4); WFIFOW(fd, 0)=0x14c; for(i=c=0;ialliance[i]; + struct guild_alliance *a=&g->guild.alliance[i]; if(a->guild_id>0){ WFIFOL(fd,c*32+4)=a->opposition; WFIFOL(fd,c*32+8)=a->guild_id; @@ -8956,14 +8949,14 @@ void clif_guild_memberlist( map_session_data& sd ){ return; } - struct guild& guild = *sd.guild; + const auto &guild = sd.guild->guild; struct PACKET_ZC_MEMBERMGR_INFO* p = (struct PACKET_ZC_MEMBERMGR_INFO*)packet_buffer; p->PacketType = HEADER_ZC_MEMBERMGR_INFO; p->packetLength = sizeof( *p ); for( int i = 0, c = 0; i < guild.max_member; i++ ){ - struct guild_member& member = guild.member[i]; + const auto &member = guild.member[i]; if( member.account_id == 0 ){ continue; @@ -9004,10 +8997,10 @@ void clif_guild_memberlist( map_session_data& sd ){ void clif_guild_positionnamelist(map_session_data *sd) { int i,fd; - struct guild *g; nullpo_retv(sd); - if( (g = sd->guild) == NULL ) + auto &g = sd->guild; + if (!g) return; fd = sd->fd; @@ -9015,7 +9008,7 @@ void clif_guild_positionnamelist(map_session_data *sd) WFIFOW(fd, 0)=0x166; for(i=0;iposition[i].name,NAME_LENGTH); + safestrncpy(WFIFOCP(fd,i*28+8),g->guild.position[i].name,NAME_LENGTH); } WFIFOW(fd,2)=i*28+4; WFIFOSET(fd,WFIFOW(fd,2)); @@ -9032,17 +9025,17 @@ void clif_guild_positionnamelist(map_session_data *sd) void clif_guild_positioninfolist(map_session_data *sd) { int i,fd; - struct guild *g; nullpo_retv(sd); - if( (g = sd->guild) == NULL ) + auto &g = sd->guild; + if (!g) return; fd = sd->fd; WFIFOHEAD(fd, MAX_GUILDPOSITION * 16 + 4); WFIFOW(fd, 0)=0x160; for(i=0;iposition[i]; + struct guild_position *p=&g->guild.position[i]; WFIFOL(fd,i*16+ 4)=i; WFIFOL(fd,i*16+ 8)=p->mode; WFIFOL(fd,i*16+12)=i; @@ -9060,7 +9053,7 @@ void clif_guild_positioninfolist(map_session_data *sd) /// &0x10 = allow expel /// ranking: /// TODO -void clif_guild_positionchanged(struct guild *g,int idx) +void clif_guild_positionchanged(const struct mmo_guild &g,int idx) { // FIXME: This packet is intended to update the clients after a // commit of position info changes, not sending one packet per @@ -9068,16 +9061,14 @@ void clif_guild_positionchanged(struct guild *g,int idx) map_session_data *sd; unsigned char buf[128]; - nullpo_retv(g); - WBUFW(buf, 0)=0x174; WBUFW(buf, 2)=44; // packet len // GUILD_REG_POSITION_INFO{ WBUFL(buf, 4)=idx; - WBUFL(buf, 8)=g->position[idx].mode; + WBUFL(buf, 8)=g.position[idx].mode; WBUFL(buf,12)=idx; - WBUFL(buf,16)=g->position[idx].exp_mode; - safestrncpy(WBUFCP(buf,20),g->position[idx].name,NAME_LENGTH); + WBUFL(buf,16)=g.position[idx].exp_mode; + safestrncpy(WBUFCP(buf,20),g.position[idx].name,NAME_LENGTH); // }* if( (sd=guild_getavailablesd(g))!=NULL ) clif_send(buf,WBUFW(buf,2),&sd->bl,GUILD); @@ -9086,7 +9077,7 @@ void clif_guild_positionchanged(struct guild *g,int idx) /// Notifies clients in a guild about updated member position assignments (ZC_ACK_REQ_CHANGE_MEMBERS). /// 0156 .W { .L .L .L }* -void clif_guild_memberpositionchanged(struct guild *g,int idx) +void clif_guild_memberpositionchanged(const struct mmo_guild &g, int idx) { // FIXME: This packet is intended to update the clients after a // commit of member position assignment changes, not sending one @@ -9094,14 +9085,12 @@ void clif_guild_memberpositionchanged(struct guild *g,int idx) map_session_data *sd; unsigned char buf[64]; - nullpo_retv(g); - WBUFW(buf, 0)=0x156; WBUFW(buf, 2)=16; // packet len // MEMBER_POSITION_INFO{ - WBUFL(buf, 4)=g->member[idx].account_id; - WBUFL(buf, 8)=g->member[idx].char_id; - WBUFL(buf,12)=g->member[idx].position; + WBUFL(buf, 4)=g.member[idx].account_id; + WBUFL(buf, 8)=g.member[idx].char_id; + WBUFL(buf,12)=g.member[idx].position; // }* if( (sd=guild_getavailablesd(g))!=NULL ) clif_send(buf,WBUFW(buf,2),&sd->bl,GUILD); @@ -9110,22 +9099,18 @@ void clif_guild_memberpositionchanged(struct guild *g,int idx) /// Sends emblems bitmap data to the client that requested it (ZC_GUILD_EMBLEM_IMG). /// 0152 .W .L .L .?B -void clif_guild_emblem(map_session_data *sd,struct guild *g) +void clif_guild_emblem(const map_session_data &sd, const struct mmo_guild &g) { - int fd; - nullpo_retv(sd); - nullpo_retv(g); - - fd = sd->fd; - if( g->emblem_len <= 0 ) + int fd = sd.fd; + if( g.emblem_len <= 0 ) return; - WFIFOHEAD(fd,g->emblem_len+12); + WFIFOHEAD(fd,g.emblem_len+12); WFIFOW(fd,0)=0x152; - WFIFOW(fd,2)=g->emblem_len+12; - WFIFOL(fd,4)=g->guild_id; - WFIFOL(fd,8)=g->emblem_id; - memcpy(WFIFOP(fd,12),g->emblem_data,g->emblem_len); + WFIFOW(fd,2)=g.emblem_len+12; + WFIFOL(fd,4)=g.guild_id; + WFIFOL(fd,8)=g.emblem_id; + memcpy(WFIFOP(fd,12),g.emblem_data,g.emblem_len); WFIFOSET(fd,WFIFOW(fd,2)); } @@ -9142,12 +9127,7 @@ void clif_guild_emblem_area(struct block_list* bl) p.packetType = HEADER_ZC_CHANGE_GUILD; p.guild_id = status_get_guild_id(bl); p.emblem_id = status_get_emblem_id(bl); - -#if PACKETVER < 20190724 - p.aid = bl->id; -#else - p.unknown = 0; -#endif + p.AID = bl->id; clif_send(&p, sizeof(p), bl, AREA_WOS); } @@ -9158,30 +9138,30 @@ void clif_guild_emblem_area(struct block_list* bl) void clif_guild_skillinfo(map_session_data* sd) { int fd; - struct guild* g; int i,c; nullpo_retv(sd); - if( (g = sd->guild) == NULL ) + auto &g = sd->guild; + if (!g) return; fd = sd->fd; WFIFOHEAD(fd, 6 + MAX_GUILDSKILL*37); WFIFOW(fd,0) = 0x0162; - WFIFOW(fd,4) = g->skill_point; + WFIFOW(fd,4) = g->guild.skill_point; for(i = 0, c = 0; i < MAX_GUILDSKILL; i++) { - if(g->skill[i].id > 0 && guild_check_skill_require(g, g->skill[i].id)) + if(g->guild.skill[i].id > 0 && guild_check_skill_require(g->guild, g->guild.skill[i].id)) { - int id = g->skill[i].id; + int id = g->guild.skill[i].id; int p = 6 + c*37; WFIFOW(fd,p+0) = id; WFIFOL(fd,p+2) = skill_get_inf(id); - WFIFOW(fd,p+6) = g->skill[i].lv; - WFIFOW(fd,p+8) = skill_get_sp(id, g->skill[i].lv); - WFIFOW(fd,p+10) = skill_get_range(id, g->skill[i].lv); + WFIFOW(fd,p+6) = g->guild.skill[i].lv; + WFIFOW(fd,p+8) = skill_get_sp(id, g->guild.skill[i].lv); + WFIFOW(fd,p+10) = skill_get_range(id, g->guild.skill[i].lv); safestrncpy(WFIFOCP(fd,p+12), skill_get_name(id), NAME_LENGTH); - WFIFOB(fd,p+36)= (g->skill[i].lv < guild_skill_get_max(id) && sd == g->member[0].sd) ? 1 : 0; + WFIFOB(fd,p+36)= (g->guild.skill[i].lv < guild_skill_get_max(id) && sd == g->guild.member[0].sd) ? 1 : 0; c++; } } @@ -9194,41 +9174,35 @@ void clif_guild_skillinfo(map_session_data* sd) /// 016f .60B .120B void clif_guild_notice(map_session_data* sd) { - struct guild* g; - nullpo_retv(sd); - nullpo_retv(g = sd->guild); + + auto &g = sd->guild; int fd = sd->fd; if ( !session_isActive(fd) ) return; - if(g->mes1[0] == '\0' && g->mes2[0] == '\0') + if(g->guild.mes1[0] == '\0' && g->guild.mes2[0] == '\0') return; WFIFOHEAD(fd,packet_len(0x16f)); WFIFOW(fd,0) = 0x16f; - memcpy(WFIFOP(fd,2), g->mes1, MAX_GUILDMES1); - memcpy(WFIFOP(fd,62), g->mes2, MAX_GUILDMES2); + memcpy(WFIFOP(fd,2), g->guild.mes1, MAX_GUILDMES1); + memcpy(WFIFOP(fd,62), g->guild.mes2, MAX_GUILDMES2); WFIFOSET(fd,packet_len(0x16f)); } /// Guild invite (ZC_REQ_JOIN_GUILD). /// 016a .L .24B -void clif_guild_invite(map_session_data *sd,struct guild *g) +void clif_guild_invite(const map_session_data &sd, const struct mmo_guild &g) { - int fd; - - nullpo_retv(sd); - nullpo_retv(g); - - fd=sd->fd; + int fd = sd.fd; WFIFOHEAD(fd,packet_len(0x16a)); WFIFOW(fd,0)=0x16a; - WFIFOL(fd,2)=g->guild_id; - safestrncpy(WFIFOCP(fd,6),g->name,NAME_LENGTH); + WFIFOL(fd,2)=g.guild_id; + safestrncpy(WFIFOCP(fd,6),g.name,NAME_LENGTH); WFIFOSET(fd,packet_len(0x16a)); } @@ -9304,11 +9278,11 @@ void clif_guild_expulsionlist(map_session_data* sd) const int offset = NAME_LENGTH+40; #endif int fd, i, c = 0; - struct guild* g; nullpo_retv(sd); - if( (g = sd->guild) == NULL ) + auto &g = sd->guild; + if (!g) return; fd = sd->fd; @@ -9318,7 +9292,7 @@ void clif_guild_expulsionlist(map_session_data* sd) for( i = 0; i < MAX_GUILDEXPULSION; i++ ) { - struct guild_expulsion* e = &g->expulsion[i]; + struct guild_expulsion* e = &g->guild.expulsion[i]; if( e->account_id > 0 ) { @@ -9339,7 +9313,7 @@ void clif_guild_expulsionlist(map_session_data* sd) /// Guild chat message (ZC_GUILD_CHAT). /// 017f .W .?B -void clif_guild_message(struct guild *g,uint32 account_id,const char *mes,int len) +void clif_guild_message(const struct mmo_guild &g,uint32 account_id,const char *mes,int len) {// TODO: account_id is not used, candidate for deletion? [Ai4rei] map_session_data *sd; uint8 buf[256]; @@ -9350,7 +9324,7 @@ void clif_guild_message(struct guild *g,uint32 account_id,const char *mes,int le } else if( len > sizeof(buf)-5 ) { - ShowWarning("clif_guild_message: Truncated message '%s' (len=%d, max=%" PRIuPTR ", guild_id=%d).\n", mes, len, sizeof(buf)-5, g->guild_id); + ShowWarning("clif_guild_message: Truncated message '%s' (len=%d, max=%" PRIuPTR ", guild_id=%d).\n", mes, len, sizeof(buf)-5, g.guild_id); len = sizeof(buf)-5; } @@ -9601,7 +9575,7 @@ void clif_marriage_proposal(int fd, map_session_data *sd, map_session_data* ssd) /*========================================== * Displays a message using the guild-chat colors to the specified targets. [Skotlex] *------------------------------------------*/ -void clif_disp_message(struct block_list* src, const char* mes, int len, enum send_target target) +void clif_disp_message(struct block_list* src, const char* mes, size_t len, enum send_target target) { unsigned char buf[256]; @@ -9613,7 +9587,7 @@ void clif_disp_message(struct block_list* src, const char* mes, int len, enum se } WBUFW(buf, 0) = 0x17f; - WBUFW(buf, 2) = len + 5; + WBUFW(buf, 2) = static_cast( len + 5 ); safestrncpy(WBUFCP(buf,4), mes, len+1); clif_send(buf, WBUFW(buf,2), src, target); } @@ -10065,10 +10039,10 @@ void clif_name( struct block_list* src, struct block_list *bl, send_target targe int position; // Will get the position of the guild the player is in - position = guild_getposition( sd ); + position = guild_getposition(*sd); - safestrncpy( packet.guild_name, sd->guild->name, NAME_LENGTH ); - safestrncpy( packet.position_name, sd->guild->position[position].name, NAME_LENGTH ); + safestrncpy( packet.guild_name, sd->guild->guild.name, NAME_LENGTH ); + safestrncpy( packet.position_name, sd->guild->guild.position[position].name, NAME_LENGTH ); }else if( sd->clan ){ safestrncpy( packet.position_name, sd->clan->name, NAME_LENGTH ); } @@ -10222,7 +10196,9 @@ void clif_slide(struct block_list *bl, int x, int y) void clif_disp_overhead_(struct block_list *bl, const char* mes, enum send_target flag) { unsigned char buf[256]; //This should be more than sufficient, the theorical max is CHAT_SIZE + 8 (pads and extra inserted crap) - int len_mes = strlen(mes)+1; //Account for \0 + int16 len_mes; + + len_mes = static_cast( strlen(mes) + 1 ); //Account for \0 if (len_mes > sizeof(buf)-8) { ShowError("clif_disp_overhead: Message too long (length %d)\n", len_mes); @@ -10425,30 +10401,9 @@ void clif_viewequip_ack( map_session_data* sd, map_session_data* tsd ){ nullpo_retv( tsd ); struct PACKET_ZC_EQUIPWIN_MICROSCOPE* p = (struct PACKET_ZC_EQUIPWIN_MICROSCOPE*)packet_buffer; - int equip = 0; - - for( int i = 0; i < EQI_MAX; i++ ){ - int k = tsd->equip_index[i]; - - if( k >= 0 ){ - if( tsd->inventory.u.items_inventory[k].nameid == 0 || tsd->inventory_data[k] == NULL ){ // Item doesn't exist - continue; - } - - if( !tsd->inventory.u.items_inventory[k].equip ){ - continue; - } - - if( !itemdb_isequip2( tsd->inventory_data[k] ) ){ // Is not equippable - continue; - } - - clif_item_equip( client_index( k ), &p->list[equip++], &tsd->inventory.u.items_inventory[k], tsd->inventory_data[k], pc_equippoint( tsd, k ) ); - } - } p->PacketType = HEADER_ZC_EQUIPWIN_MICROSCOPE; - p->PacketLength = sizeof( *p ) + sizeof( struct EQUIPITEM_INFO ) * equip; + p->PacketLength = sizeof( *p ); safestrncpy( p->characterName, tsd->status.name, NAME_LENGTH ); @@ -10467,6 +10422,29 @@ void clif_viewequip_ack( map_session_data* sd, map_session_data* tsd ){ #endif p->sex = tsd->vd.sex; + for( int i = 0, equip = 0; i < EQI_MAX; i++ ){ + int k = tsd->equip_index[i]; + + if( k >= 0 ){ + if( tsd->inventory.u.items_inventory[k].nameid == 0 || tsd->inventory_data[k] == NULL ){ // Item doesn't exist + continue; + } + + if( !tsd->inventory.u.items_inventory[k].equip ){ + continue; + } + + if( !itemdb_isequip2( tsd->inventory_data[k] ) ){ // Is not equippable + continue; + } + + clif_item_equip( client_index( k ), &p->list[equip], &tsd->inventory.u.items_inventory[k], tsd->inventory_data[k], pc_equippoint( tsd, k ) ); + + p->PacketLength = sizeof( p->list[0] ); + equip++; + } + } + clif_send( p, p->PacketLength, &sd->bl, SELF ); #endif } @@ -10711,12 +10689,13 @@ inline void clif_pk_mode_message(map_session_data * sd) // Only the first 'invalid' error that appears is used. static int clif_parse_WantToConnection_sub(int fd) { - int packet_len, value; //Value is used to temporarily store account/char_id/sex - unsigned short cmd; + int value; //Value is used to temporarily store account/char_id/sex //By default, start searching on the default one. - cmd = RFIFOW(fd, 0); - packet_len = RFIFOREST(fd); + uint16 cmd = RFIFOW(fd, 0); + int16 packet_len; + + packet_len = static_cast( RFIFOREST( fd ) ); // FIXME: If the packet is not received at once, this will FAIL. // Figure out, when it happens, that only part of the packet is @@ -10928,9 +10907,9 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) if( sd->bg_id ) clif_bg_hp(sd); // BattleGround System - if(!pc_isinvisible(sd) && mapdata->flag[MF_PVP]) { + if(!pc_isinvisible(sd) && mapdata->getMapFlag(MF_PVP)) { if(!battle_config.pk_mode) { // remove pvp stuff for pk_mode [Valaris] - if (!mapdata->flag[MF_PVP_NOCALCRANK]) + if (!mapdata->getMapFlag(MF_PVP_NOCALCRANK)) sd->pvp_timer = add_timer(gettick()+200, pc_calc_pvprank_timer, sd->bl.id, 0); sd->pvp_rank = 0; sd->pvp_lastusers = 0; @@ -10941,7 +10920,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) clif_map_property(&sd->bl, MAPPROPERTY_FREEPVPZONE, SELF); } else if(sd->duel_group) // set flag, if it's a duel [LuzZza] clif_map_property(&sd->bl, MAPPROPERTY_FREEPVPZONE, SELF); - else if (mapdata->flag[MF_GVG_DUNGEON]) + else if (mapdata->getMapFlag(MF_GVG_DUNGEON)) clif_map_property(&sd->bl, MAPPROPERTY_FREEPVPZONE, SELF); //TODO: Figure out the real packet to send here. else if( mapdata_flag_gvg(mapdata) ) clif_map_property(&sd->bl, MAPPROPERTY_AGITZONE, SELF); @@ -11043,7 +11022,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) if(hom_is_active(sd->hd)) hom_init_timers(sd->hd); - if (night_flag && mapdata->flag[MF_NIGHTENABLED]) { + if (night_flag && mapdata->getMapFlag(MF_NIGHTENABLED)) { sd->state.night = 1; clif_status_load(&sd->bl, EFST_SKE, 1); } @@ -11117,11 +11096,11 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) if (battle_config.bg_flee_penalty != 100 || battle_config.gvg_flee_penalty != 100) { struct map_data *pmap = map_getmapdata(sd->state.pmap); - if ((pmap != nullptr && (mapdata_flag_gvg(pmap) || pmap->flag[MF_BATTLEGROUND])) || (mapdata != nullptr && (mapdata_flag_gvg(mapdata) || mapdata->flag[MF_BATTLEGROUND]))) + if ((pmap != nullptr && (mapdata_flag_gvg(pmap) || pmap->getMapFlag(MF_BATTLEGROUND))) || (mapdata != nullptr && (mapdata_flag_gvg(mapdata) || mapdata->getMapFlag(MF_BATTLEGROUND)))) status_calc_bl(&sd->bl, { SCB_FLEE }); //Refresh flee penalty } - if( night_flag && mapdata->flag[MF_NIGHTENABLED] ) + if( night_flag && mapdata->getMapFlag(MF_NIGHTENABLED) ) { //Display night. if( !sd->state.night ) { @@ -11135,14 +11114,14 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) clif_status_load(&sd->bl, EFST_SKE, 0); } - if( mapdata->flag[MF_BATTLEGROUND] ) + if( mapdata->getMapFlag(MF_BATTLEGROUND) ) { clif_map_type(sd, MAPTYPE_BATTLEFIELD); // Battleground Mode if( map_getmapflag(sd->bl.m, MF_BATTLEGROUND) == 2 ) clif_bg_updatescore_single(sd); } - if( mapdata->flag[MF_ALLOWKS] && !mapdata_flag_ks(mapdata) ) + if( mapdata->getMapFlag(MF_ALLOWKS) && !mapdata_flag_ks(mapdata) ) { char output[128]; sprintf(output, "[ Kill Steal Protection Disable. KS is allowed in this map ]"); @@ -11162,7 +11141,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) if (!sd->state.connect_new && !sd->vip.disableshowrate && sd->state.pmap != sd->bl.m && - map_getmapflag(sd->state.pmap, MF_BEXP) != mapdata->flag[MF_BEXP] + map_getmapflag(sd->state.pmap, MF_BEXP) != mapdata->getMapFlag(MF_BEXP) ) { clif_display_pinfo( *sd ); @@ -11170,7 +11149,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) #endif // Instances do not need their own channels - if( channel_config.map_tmpl.name[0] && (channel_config.map_tmpl.opt&CHAN_OPT_AUTOJOIN) && !mapdata->instance_id && !mapdata->flag[MF_NOMAPCHANNELAUTOJOIN] ) + if( channel_config.map_tmpl.name[0] && (channel_config.map_tmpl.opt&CHAN_OPT_AUTOJOIN) && !mapdata->instance_id && !mapdata->getMapFlag(MF_NOMAPCHANNELAUTOJOIN) ) channel_mjoin(sd); //join new map clif_pk_mode_message(sd); @@ -11184,10 +11163,10 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) /* Guild Aura Init */ if( sd->guild && sd->state.gmaster_flag ) { - guild_guildaura_refresh(sd,GD_LEADERSHIP,guild_checkskill(sd->guild,GD_LEADERSHIP)); - guild_guildaura_refresh(sd,GD_GLORYWOUNDS,guild_checkskill(sd->guild,GD_GLORYWOUNDS)); - guild_guildaura_refresh(sd,GD_SOULCOLD,guild_checkskill(sd->guild,GD_SOULCOLD)); - guild_guildaura_refresh(sd,GD_HAWKEYES,guild_checkskill(sd->guild,GD_HAWKEYES)); + guild_guildaura_refresh(sd,GD_LEADERSHIP,guild_checkskill(sd->guild->guild,GD_LEADERSHIP)); + guild_guildaura_refresh(sd,GD_GLORYWOUNDS,guild_checkskill(sd->guild->guild,GD_GLORYWOUNDS)); + guild_guildaura_refresh(sd,GD_SOULCOLD,guild_checkskill(sd->guild->guild,GD_SOULCOLD)); + guild_guildaura_refresh(sd,GD_HAWKEYES,guild_checkskill(sd->guild->guild,GD_HAWKEYES)); } if( sd->state.vending ) { /* show we have a vending */ @@ -11196,7 +11175,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) } // Don't trigger NPC event or opening vending/buyingstore will be failed - if(!sd->state.autotrade && mapdata->flag[MF_LOADEVENT]) // Lance + if(!sd->state.autotrade && mapdata->getMapFlag(MF_LOADEVENT)) // Lance npc_script_event(sd, NPCE_LOADMAP); if (pc_checkskill(sd, SG_DEVIL) && ((sd->class_&MAPID_THIRDMASK) == MAPID_STAR_EMPEROR || pc_is_maxjoblv(sd))) @@ -11514,7 +11493,6 @@ void clif_disconnect_ack(map_session_data* sd, short result) void clif_parse_QuitGame(int fd, map_session_data *sd) { /* Rovert's prevent logout option fixed [Valaris] */ - //int type = RFIFOW(fd,packet_db[RFIFOW(fd,0)].pos[0]); if( !sd->sc.getSCE(SC_CLOAKING) && !sd->sc.getSCE(SC_HIDING) && !sd->sc.getSCE(SC_CHASEWALK) && !sd->sc.getSCE(SC_CLOAKINGEXCEED) && !sd->sc.getSCE(SC_SUHIDE) && !sd->sc.getSCE(SC_NEWMOON) && (!battle_config.prevent_logout || sd->canlog_tick == 0 || DIFF_TICK(gettick(), sd->canlog_tick) > battle_config.prevent_logout) ) { @@ -11683,19 +11661,22 @@ void clif_parse_ChangeDir(int fd, map_session_data *sd) /// 00bf .B /// type: /// @see enum emotion_type -void clif_parse_Emotion(int fd, map_session_data *sd) -{ +void clif_parse_Emotion(int fd, map_session_data *sd){ + if( sd == nullptr ){ + return; + } + int emoticon = RFIFOB(fd,packet_db[RFIFOW(fd,0)].pos[0]); if (battle_config.basic_skill_check == 0 || pc_checkskill(sd, NV_BASIC) >= 2 || pc_checkskill(sd, SU_BASIC_SKILL) >= 1) { if (emoticon == ET_CHAT_PROHIBIT) {// prevent use of the mute emote [Valaris] - clif_skill_fail(sd, 1, USESKILL_FAIL_LEVEL, 1); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 1 ); return; } // fix flood of emotion icon (ro-proxy): flood only the hacker player if (sd->emotionlasttime + 1 >= time(NULL)) { // not more than 1 per second sd->emotionlasttime = time(NULL); - clif_skill_fail(sd, 1, USESKILL_FAIL_LEVEL, 1); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 1 ); return; } sd->emotionlasttime = time(NULL); @@ -11708,7 +11689,7 @@ void clif_parse_Emotion(int fd, map_session_data *sd) sd->idletime_mer = last_tick; if (sd->state.block_action & PCBLOCK_EMOTION) { - clif_skill_fail(sd, 1, USESKILL_FAIL_LEVEL, 1); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 1 ); return; } @@ -11718,7 +11699,7 @@ void clif_parse_Emotion(int fd, map_session_data *sd) clif_emotion(&sd->bl, emoticon); } else - clif_skill_fail(sd, 1, USESKILL_FAIL_LEVEL, 1); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 1 ); } @@ -11743,110 +11724,108 @@ void clif_parse_HowManyConnections(int fd, map_session_data *sd) clif_user_count(sd, map_getusers()); } - -void clif_parse_ActionRequest_sub(map_session_data *sd, int action_type, int target_id, t_tick tick) -{ - if (pc_isdead(sd)) { - clif_clearunit_area(&sd->bl, CLR_DEAD); +void clif_parse_ActionRequest_sub( map_session_data& sd, int action_type, int target_id, t_tick tick ){ + if (pc_isdead(&sd)) { + clif_clearunit_area(&sd.bl, CLR_DEAD); return; } // Statuses that don't let the player sit / stand / talk with NPCs (targeted) if (action_type != 0x00 && action_type != 0x07) { - if (sd->sc.cant.interact) + if (sd.sc.cant.interact) return; - pc_stop_walking(sd, 1); + pc_stop_walking(&sd, 1); } - pc_stop_attack(sd); + pc_stop_attack(&sd); - if(target_id<0 && -target_id == sd->bl.id) // for disguises [Valaris] - target_id = sd->bl.id; + if(target_id<0 && -target_id == sd.bl.id) // for disguises [Valaris] + target_id = sd.bl.id; switch(action_type) { case 0x00: // once attack case 0x07: // continuous attack - if( pc_cant_act(sd) ) + if( pc_cant_act(&sd) ) return; - if (!battle_config.sdelay_attack_enable && pc_checkskill(sd, SA_FREECAST) <= 0) { - if (DIFF_TICK(tick, sd->ud.canact_tick) < 0) { - clif_skill_fail(sd, 1, USESKILL_FAIL_SKILLINTERVAL, 0); + if (!battle_config.sdelay_attack_enable && pc_checkskill(&sd, SA_FREECAST) <= 0) { + if (DIFF_TICK(tick, sd.ud.canact_tick) < 0) { + clif_skill_fail( sd, 1, USESKILL_FAIL_SKILLINTERVAL ); return; } } - pc_delinvincibletimer(sd); + pc_delinvincibletimer(&sd); if (battle_config.idletime_option&IDLE_ATTACK) - sd->idletime = last_tick; - if (battle_config.hom_idle_no_share && sd->hd && battle_config.idletime_hom_option&IDLE_ATTACK) - sd->idletime_hom = last_tick; - if (battle_config.mer_idle_no_share && sd->md && battle_config.idletime_mer_option&IDLE_ATTACK) - sd->idletime_mer = last_tick; - unit_attack(&sd->bl, target_id, action_type != 0); + sd.idletime = last_tick; + if (battle_config.hom_idle_no_share && sd.hd && battle_config.idletime_hom_option&IDLE_ATTACK) + sd.idletime_hom = last_tick; + if (battle_config.mer_idle_no_share && sd.md && battle_config.idletime_mer_option&IDLE_ATTACK) + sd.idletime_mer = last_tick; + unit_attack(&sd.bl, target_id, action_type != 0); break; case 0x02: // sitdown - if (battle_config.basic_skill_check && pc_checkskill(sd, NV_BASIC) < 3 && pc_checkskill(sd, SU_BASIC_SKILL) < 1) { - clif_skill_fail(sd, 1, USESKILL_FAIL_LEVEL, 2); + if (battle_config.basic_skill_check && pc_checkskill(&sd, NV_BASIC) < 3 && pc_checkskill(&sd, SU_BASIC_SKILL) < 1) { + clif_skill_fail( sd, 1, USESKILL_FAIL_LEVEL, 2 ); break; } - if(pc_issit(sd)) { + if(pc_issit(&sd)) { //Bugged client? Just refresh them. - clif_sitting(&sd->bl); + clif_sitting(&sd.bl); return; } - if (sd->ud.skilltimer != INVALID_TIMER || (sd->sc.opt1 && sd->sc.opt1 != OPT1_STONEWAIT && sd->sc.opt1 != OPT1_BURNING)) + if (sd.ud.skilltimer != INVALID_TIMER || (sd.sc.opt1 && sd.sc.opt1 != OPT1_STONEWAIT && sd.sc.opt1 != OPT1_BURNING)) break; - if (sd->sc.count && ( - sd->sc.getSCE(SC_DANCING) || - (sd->sc.getSCE(SC_GRAVITATION) && sd->sc.getSCE(SC_GRAVITATION)->val3 == BCT_SELF) + if (sd.sc.count && ( + sd.sc.getSCE(SC_DANCING) || + (sd.sc.getSCE(SC_GRAVITATION) && sd.sc.getSCE(SC_GRAVITATION)->val3 == BCT_SELF) )) //No sitting during these states either. break; - if (sd->state.block_action & PCBLOCK_SITSTAND) { - clif_displaymessage(sd->fd, msg_txt(sd,794)); // This action is currently blocked. + if (sd.state.block_action & PCBLOCK_SITSTAND) { + clif_displaymessage(sd.fd, msg_txt(&sd,794)); // This action is currently blocked. break; } if (battle_config.idletime_option&IDLE_SIT) - sd->idletime = last_tick; - if (battle_config.hom_idle_no_share && sd->hd && battle_config.idletime_hom_option&IDLE_SIT) - sd->idletime_hom = last_tick; - if (battle_config.mer_idle_no_share && sd->md && battle_config.idletime_mer_option&IDLE_SIT) - sd->idletime_mer = last_tick; + sd.idletime = last_tick; + if (battle_config.hom_idle_no_share && sd.hd && battle_config.idletime_hom_option&IDLE_SIT) + sd.idletime_hom = last_tick; + if (battle_config.mer_idle_no_share && sd.md && battle_config.idletime_mer_option&IDLE_SIT) + sd.idletime_mer = last_tick; - pc_setsit(sd); - skill_sit(sd, true); - clif_sitting(&sd->bl); + pc_setsit(&sd); + skill_sit(&sd, true); + clif_sitting(&sd.bl); break; case 0x03: // standup - if (!pc_issit(sd)) { + if (!pc_issit(&sd)) { //Bugged client? Just refresh them. - clif_standing(&sd->bl); + clif_standing(&sd.bl); return; } - if (sd->sc.opt1 && sd->sc.opt1 != OPT1_STONEWAIT && sd->sc.opt1 != OPT1_BURNING) + if (sd.sc.opt1 && sd.sc.opt1 != OPT1_STONEWAIT && sd.sc.opt1 != OPT1_BURNING) break; - if (sd->state.block_action & PCBLOCK_SITSTAND) { - clif_displaymessage(sd->fd, msg_txt(sd,794)); // This action is currently blocked. + if (sd.state.block_action & PCBLOCK_SITSTAND) { + clif_displaymessage(sd.fd, msg_txt(&sd,794)); // This action is currently blocked. break; } - if (pc_setstand(sd, false)) { + if (pc_setstand(&sd, false)) { if (battle_config.idletime_option&IDLE_SIT) - sd->idletime = last_tick; - if (battle_config.hom_idle_no_share && sd->hd && battle_config.idletime_hom_option&IDLE_SIT) - sd->idletime_hom = last_tick; - if (battle_config.mer_idle_no_share && sd->md && battle_config.idletime_mer_option&IDLE_SIT) - sd->idletime_mer = last_tick; - skill_sit(sd, false); - clif_standing(&sd->bl); + sd.idletime = last_tick; + if (battle_config.hom_idle_no_share && sd.hd && battle_config.idletime_hom_option&IDLE_SIT) + sd.idletime_hom = last_tick; + if (battle_config.mer_idle_no_share && sd.md && battle_config.idletime_mer_option&IDLE_SIT) + sd.idletime_mer = last_tick; + skill_sit(&sd, false); + clif_standing(&sd.bl); } break; } @@ -11866,8 +11845,12 @@ void clif_parse_ActionRequest_sub(map_session_data *sd, int action_type, int tar /// There are various variants of this packet, some of them have padding between fields. void clif_parse_ActionRequest(int fd, map_session_data *sd) { + if( sd == nullptr ){ + return; + } + struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; - clif_parse_ActionRequest_sub(sd, + clif_parse_ActionRequest_sub( *sd, RFIFOB(fd,info->pos[1]), RFIFOL(fd,info->pos[0]), gettick() @@ -12243,6 +12226,10 @@ void clif_parse_UnequipItem(int fd,map_session_data *sd) /// 1 = click void clif_parse_NpcClicked(int fd,map_session_data *sd) { + if( sd == nullptr ){ + return; + } + struct block_list *bl; struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; @@ -12267,7 +12254,7 @@ void clif_parse_NpcClicked(int fd,map_session_data *sd) switch (bl->type) { case BL_MOB: case BL_PC: - clif_parse_ActionRequest_sub(sd, 0x07, bl->id, gettick()); + clif_parse_ActionRequest_sub( *sd, 0x07, bl->id, gettick() ); break; case BL_NPC: #ifdef RENEWAL @@ -12403,6 +12390,10 @@ void clif_parse_NpcSellListSend(int fd,map_session_data *sd) /// 1 = public void clif_parse_CreateChatRoom(int fd, map_session_data* sd) { + if( sd == nullptr ){ + return; + } + struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; int len = RFIFOW(fd,info->pos[0])-15; int limit = RFIFOW(fd,info->pos[1]); @@ -12415,7 +12406,7 @@ void clif_parse_CreateChatRoom(int fd, map_session_data* sd) if (sd->sc.getSCE(SC_NOCHAT) && sd->sc.getSCE(SC_NOCHAT)->val1&MANNER_NOROOM) return; if(battle_config.basic_skill_check && pc_checkskill(sd,NV_BASIC) < 4 && pc_checkskill(sd, SU_BASIC_SKILL) < 1) { - clif_skill_fail(sd,1,USESKILL_FAIL_LEVEL,3); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 3 ); return; } @@ -12424,7 +12415,7 @@ void clif_parse_CreateChatRoom(int fd, map_session_data* sd) //char output[150]; //sprintf(output, msg_txt(662), battle_config.min_npc_vendchat_distance); //clif_displaymessage(sd->fd, output); - clif_skill_fail(sd,1,USESKILL_FAIL_THERE_ARE_NPC_AROUND,0); + clif_skill_fail( *sd, 1, USESKILL_FAIL_THERE_ARE_NPC_AROUND ); return; } @@ -12550,7 +12541,7 @@ void clif_parse_TradeRequest(int fd,map_session_data *sd) } if( battle_config.basic_skill_check && pc_checkskill(sd,NV_BASIC) < 1 && pc_checkskill(sd, SU_BASIC_SKILL) < 1) { - clif_skill_fail(sd,1,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, 1 ); return; } @@ -12802,7 +12793,7 @@ static void clif_parse_UseSkillToId_homun(struct homun_data *hd, map_session_dat } else if( DIFF_TICK(tick, hd->ud.canact_tick) < 0 ) { clif_emotion(&hd->bl, ET_THINK); if (hd->master) - clif_skill_fail(hd->master, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0); + clif_skill_fail( *hd->master, skill_id, USESKILL_FAIL_SKILLINTERVAL ); return; } @@ -12827,7 +12818,7 @@ static void clif_parse_UseSkillToPos_homun(struct homun_data *hd, map_session_da } else if( DIFF_TICK(tick, hd->ud.canact_tick) < 0 ) { clif_emotion(&hd->bl, ET_THINK); if (hd->master) - clif_skill_fail(hd->master, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0); + clif_skill_fail( *hd->master, skill_id, USESKILL_FAIL_SKILLINTERVAL ); return; } @@ -12850,7 +12841,7 @@ static void clif_parse_UseSkillToId_mercenary(s_mercenary_data *md, map_session_ if( !md ) return; - if( skill_isNotOk_mercenary(skill_id, md) ) + if( skill_isNotOk_mercenary(skill_id, *md) ) return; if( md->bl.id != target_id && skill_get_inf(skill_id)&INF_SELF_SKILL ) target_id = md->bl.id; @@ -12873,14 +12864,14 @@ static void clif_parse_UseSkillToPos_mercenary(s_mercenary_data *md, map_session int lv; if( !md ) return; - if( skill_isNotOk_mercenary(skill_id, md) ) + if( skill_isNotOk_mercenary(skill_id, *md) ) return; if( md->ud.skilltimer != INVALID_TIMER ) return; if( DIFF_TICK(tick, md->ud.canact_tick) < 0 ) { if (md->master) - clif_skill_fail(md->master, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0); + clif_skill_fail( *md->master, skill_id, USESKILL_FAIL_SKILLINTERVAL ); return; } @@ -12898,6 +12889,10 @@ static void clif_parse_UseSkillToPos_mercenary(s_mercenary_data *md, map_session } void clif_parse_skill_toid( map_session_data* sd, uint16 skill_id, uint16 skill_lv, int target_id ){ + if( sd == nullptr ){ + return; + } + t_tick tick = gettick(); if( skill_lv < 1 ) skill_lv = 1; //No clue, I have seen the client do this with guild skills :/ [Skotlex] @@ -12948,7 +12943,7 @@ void clif_parse_skill_toid( map_session_data* sd, uint16 skill_id, uint16 skill_ if( pc_issit(sd) ) return; - if( skill_isNotOk(skill_id, sd) ) + if( skill_isNotOk(skill_id, *sd) ) return; if( sd->bl.id != target_id && inf&INF_SELF_SKILL ) @@ -12962,7 +12957,7 @@ void clif_parse_skill_toid( map_session_data* sd, uint16 skill_id, uint16 skill_ return; } else if( DIFF_TICK(tick, sd->ud.canact_tick) < 0 ) { if( sd->skillitem != skill_id ) { - clif_skill_fail(sd, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0); + clif_skill_fail( *sd, skill_id, USESKILL_FAIL_SKILLINTERVAL ); return; } } @@ -12995,8 +12990,8 @@ void clif_parse_skill_toid( map_session_data* sd, uint16 skill_id, uint16 skill_ sd->skillitem = sd->skillitemlv = 0; if( SKILL_CHK_GUILD(skill_id) ) { - if( sd->state.gmaster_flag || skill_id == GD_CHARGESHOUT_BEATING ) - skill_lv = guild_checkskill(sd->guild, skill_id); + if (sd->guild && sd->state.gmaster_flag || skill_id == GD_CHARGESHOUT_BEATING) + skill_lv = guild_checkskill(sd->guild->guild, skill_id); else skill_lv = 0; } else { @@ -13025,94 +13020,93 @@ void clif_parse_UseSkillToId( int fd, map_session_data *sd ){ /*========================================== * Client tells server he'd like to use AoE skill id 'skill_id' of level 'skill_lv' on 'x','y' location *------------------------------------------*/ -static void clif_parse_UseSkillToPosSub(int fd, map_session_data *sd, uint16 skill_lv, uint16 skill_id, short x, short y, int skillmoreinfo) -{ +static void clif_parse_UseSkillToPosSub( int fd, map_session_data& sd, uint16 skill_lv, uint16 skill_id, short x, short y, int skillmoreinfo ){ t_tick tick = gettick(); if( !(skill_get_inf(skill_id)&INF_GROUND_SKILL) ) return; //Using a target skill on the ground? WRONG. - if (sd->state.block_action & PCBLOCK_SKILL) { - clif_msg(sd, WORK_IN_PROGRESS); + if (sd.state.block_action & PCBLOCK_SKILL) { + clif_msg(&sd, WORK_IN_PROGRESS); return; } if( SKILL_CHK_HOMUN(skill_id) ) { - clif_parse_UseSkillToPos_homun(sd->hd, sd, tick, skill_id, skill_lv, x, y, skillmoreinfo); + clif_parse_UseSkillToPos_homun(sd.hd, &sd, tick, skill_id, skill_lv, x, y, skillmoreinfo); return; } if( SKILL_CHK_MERC(skill_id) ) { - clif_parse_UseSkillToPos_mercenary(sd->md, sd, tick, skill_id, skill_lv, x, y, skillmoreinfo); + clif_parse_UseSkillToPos_mercenary(sd.md, &sd, tick, skill_id, skill_lv, x, y, skillmoreinfo); return; } - if( pc_hasprogress( sd, WIP_DISABLE_SKILLITEM ) ){ + if( pc_hasprogress( &sd, WIP_DISABLE_SKILLITEM ) ){ #ifdef RENEWAL - clif_msg( sd, WORK_IN_PROGRESS ); + clif_msg( &sd, WORK_IN_PROGRESS ); #endif return; } //Whether skill fails or not is irrelevant, the char ain't idle. [Skotlex] if (battle_config.idletime_option&IDLE_USESKILLTOPOS) - sd->idletime = last_tick; - if (battle_config.hom_idle_no_share && sd->hd && battle_config.idletime_hom_option&IDLE_USESKILLTOPOS) - sd->idletime_hom = last_tick; - if (battle_config.mer_idle_no_share && sd->md && battle_config.idletime_mer_option&IDLE_USESKILLTOPOS) - sd->idletime_mer = last_tick; + sd.idletime = last_tick; + if (battle_config.hom_idle_no_share && sd.hd && battle_config.idletime_hom_option&IDLE_USESKILLTOPOS) + sd.idletime_hom = last_tick; + if (battle_config.mer_idle_no_share && sd.md && battle_config.idletime_mer_option&IDLE_USESKILLTOPOS) + sd.idletime_mer = last_tick; if( skill_isNotOk(skill_id, sd) ) return; if( skillmoreinfo != -1 ) { - if( pc_issit(sd) ) { - clif_skill_fail(sd, skill_id, USESKILL_FAIL_LEVEL, 0); + if( pc_issit(&sd) ) { + clif_skill_fail( sd, skill_id ); return; } //You can't use Graffiti/TalkieBox AND have a vending open, so this is safe. - safestrncpy(sd->message, RFIFOCP(fd,skillmoreinfo), MESSAGE_SIZE); + safestrncpy(sd.message, RFIFOCP(fd,skillmoreinfo), MESSAGE_SIZE); } - if( sd->ud.skilltimer != INVALID_TIMER ) + if( sd.ud.skilltimer != INVALID_TIMER ) return; - if( DIFF_TICK(tick, sd->ud.canact_tick) < 0 ) { - if( sd->skillitem != skill_id ) { - clif_skill_fail(sd, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0); + if( DIFF_TICK(tick, sd.ud.canact_tick) < 0 ) { + if( sd.skillitem != skill_id ) { + clif_skill_fail( sd, skill_id, USESKILL_FAIL_SKILLINTERVAL ); return; } } - if( sd->sc.option&OPTION_COSTUME ) + if( sd.sc.option&OPTION_COSTUME ) return; #ifndef RENEWAL - if( sd->sc.getSCE(SC_BASILICA) && (skill_id != HP_BASILICA || sd->sc.getSCE(SC_BASILICA)->val4 != sd->bl.id) ) + if( sd.sc.getSCE(SC_BASILICA) && (skill_id != HP_BASILICA || sd.sc.getSCE(SC_BASILICA)->val4 != sd.bl.id) ) return; // On basilica only caster can use Basilica again to stop it. #endif - if( sd->menuskill_id ) { - if( sd->menuskill_id == SA_TAMINGMONSTER ) { - clif_menuskill_clear(sd); //Cancel pet capture. - }else if( sd->menuskill_id == SG_FEEL ){ - clif_menuskill_clear( sd ); // Cancel selection - } else if( sd->menuskill_id != SA_AUTOSPELL ) + if( sd.menuskill_id ) { + if( sd.menuskill_id == SA_TAMINGMONSTER ) { + clif_menuskill_clear(&sd); //Cancel pet capture. + }else if( sd.menuskill_id == SG_FEEL ){ + clif_menuskill_clear( &sd ); // Cancel selection + } else if( sd.menuskill_id != SA_AUTOSPELL ) return; //Can't use skills while a menu is open. } - pc_delinvincibletimer(sd); + pc_delinvincibletimer(&sd); - if( sd->skillitem == skill_id ) { - if( skill_lv != sd->skillitemlv ) - skill_lv = sd->skillitemlv; - unit_skilluse_pos(&sd->bl, x, y, skill_id, skill_lv); + if( sd.skillitem == skill_id ) { + if( skill_lv != sd.skillitemlv ) + skill_lv = sd.skillitemlv; + unit_skilluse_pos(&sd.bl, x, y, skill_id, skill_lv); } else { int lv; - sd->skillitem = sd->skillitemlv = 0; - if( (lv = pc_checkskill(sd, skill_id)) > 0 ) { + sd.skillitem = sd.skillitemlv = 0; + if( (lv = pc_checkskill(&sd, skill_id)) > 0 ) { if( skill_lv > lv ) skill_lv = lv; - unit_skilluse_pos(&sd->bl, x, y, skill_id,skill_lv); + unit_skilluse_pos(&sd.bl, x, y, skill_id,skill_lv); } } } @@ -13125,13 +13119,17 @@ static void clif_parse_UseSkillToPosSub(int fd, map_session_data *sd, uint16 ski /// There are various variants of this packet, some of them have padding between fields. void clif_parse_UseSkillToPos(int fd, map_session_data *sd) { + if( sd == nullptr ){ + return; + } + struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; if (pc_cant_act(sd)) return; if (pc_issit(sd)) return; - clif_parse_UseSkillToPosSub(fd, sd, + clif_parse_UseSkillToPosSub(fd, *sd, RFIFOW(fd,info->pos[0]), //skill lv RFIFOW(fd,info->pos[1]), //skill num RFIFOW(fd,info->pos[2]), //pos x @@ -13149,13 +13147,17 @@ void clif_parse_UseSkillToPos(int fd, map_session_data *sd) /// There are various variants of this packet, some of them have padding between fields. void clif_parse_UseSkillToPosMoreInfo(int fd, map_session_data *sd) { + if( sd == nullptr ){ + return; + } + struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; if (pc_cant_act(sd)) return; if (pc_issit(sd)) return; - clif_parse_UseSkillToPosSub(fd, sd, + clif_parse_UseSkillToPosSub(fd, *sd, RFIFOW(fd,info->pos[0]), //Skill lv RFIFOW(fd,info->pos[1]), //Skill num RFIFOW(fd,info->pos[2]), //pos x @@ -13202,6 +13204,10 @@ void clif_parse_RequestMemo(int fd,map_session_data *sd) /// Answer to pharmacy item selection dialog (CZ_REQMAKINGITEM). /// 018e .W { .W }*3 void clif_parse_ProduceMix(int fd,map_session_data *sd){ + if( sd == nullptr ){ + return; + } + const struct PACKET_CZ_REQMAKINGITEM *p = (struct PACKET_CZ_REQMAKINGITEM*)RFIFOP( fd, 0 ); switch( sd->menuskill_id ) { @@ -13215,7 +13221,7 @@ void clif_parse_ProduceMix(int fd,map_session_data *sd){ } if (pc_istrading(sd)) { //Make it fail to avoid shop exploits where you sell something different than you see. - clif_skill_fail(sd,sd->ud.skill_id,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, sd->ud.skill_id ); clif_menuskill_clear(sd); return; } @@ -13240,6 +13246,10 @@ void clif_parse_ProduceMix(int fd,map_session_data *sd){ /// 7 = MT_M_MACHINE - Unconfirmed /// 8 = BO_BIONIC_PHARMACY - Unconfirmed void clif_parse_Cooking(int fd,map_session_data *sd) { + if( sd == nullptr ){ + return; + } + const struct PACKET_CZ_REQ_MAKINGITEM *p = (struct PACKET_CZ_REQ_MAKINGITEM *)RFIFOP( fd, 0 ); int amount = sd->menuskill_val2 ? sd->menuskill_val2 : 1; @@ -13249,7 +13259,7 @@ void clif_parse_Cooking(int fd,map_session_data *sd) { if (pc_istrading(sd)) { //Make it fail to avoid shop exploits where you sell something different than you see. - clif_skill_fail(sd,sd->ud.skill_id,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, sd->ud.skill_id ); clif_menuskill_clear(sd); return; } @@ -13266,6 +13276,10 @@ void clif_parse_Cooking(int fd,map_session_data *sd) { /// 01fd W (CZ_REQ_ITEMREPAIR) /// 01fd .W .W .B .W .W .W .W ??? void clif_parse_RepairItem( int fd, map_session_data *sd ){ + if( sd == nullptr ){ + return; + } + // Hercules has wrong date -> use correct one here #if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724 const struct PACKET_CZ_REQ_ITEMREPAIR2 *p = (struct PACKET_CZ_REQ_ITEMREPAIR2 *)RFIFOP( fd, 0 ); @@ -13277,11 +13291,11 @@ void clif_parse_RepairItem( int fd, map_session_data *sd ){ return; if (pc_istrading(sd)) { //Make it fail to avoid shop exploits where you sell something different than you see. - clif_skill_fail(sd,sd->ud.skill_id,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, sd->ud.skill_id ); clif_menuskill_clear(sd); return; } - skill_repairweapon( sd, p->item.index ); + skill_repairweapon( *sd, p->item.index ); clif_menuskill_clear(sd); } @@ -13289,15 +13303,19 @@ void clif_parse_RepairItem( int fd, map_session_data *sd ){ /// Answer to refine weapon item selection dialog (CZ_REQ_WEAPONREFINE). /// 0222 .L void clif_parse_WeaponRefine( int fd, map_session_data *sd ){ + if( sd == nullptr ){ + return; + } + if (sd->menuskill_id != WS_WEAPONREFINE) //Packet exploit? return; if (pc_istrading(sd)) { //Make it fail to avoid shop exploits where you sell something different than you see. - clif_skill_fail(sd,sd->ud.skill_id,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, sd->ud.skill_id ); clif_menuskill_clear(sd); return; } - skill_weaponrefine( sd, server_index( RFIFOL( fd, 2 ) ) ); + skill_weaponrefine( *sd, server_index( RFIFOL( fd, 2 ) ) ); clif_menuskill_clear(sd); } @@ -13435,9 +13453,13 @@ void clif_parse_ItemIdentify(int fd,map_session_data *sd) { /// Answer to arrow crafting item selection dialog (CZ_REQ_MAKINGARROW). /// 01ae .W void clif_parse_SelectArrow(int fd,map_session_data *sd) { + if( sd == nullptr ){ + return; + } + if (pc_istrading(sd)) { //Make it fail to avoid shop exploits where you sell something different than you see. - clif_skill_fail(sd,sd->ud.skill_id,USESKILL_FAIL_LEVEL,0); + clif_skill_fail( *sd, sd->ud.skill_id ); clif_menuskill_clear(sd); return; } @@ -13452,10 +13474,10 @@ void clif_parse_SelectArrow(int fd,map_session_data *sd) { skill_produce_mix(sd,SA_CREATECON,p->itemId,0,0,0,1, nullptr); break; case GC_POISONINGWEAPON: - skill_poisoningweapon(sd,p->itemId); + skill_poisoningweapon(*sd,p->itemId); break; case NC_MAGICDECOY: - skill_magicdecoy(sd,p->itemId); + skill_magicdecoy(*sd,p->itemId); break; } @@ -13726,6 +13748,10 @@ void clif_storagepassword_result(map_session_data* sd, short result, short error /// Party creation request /// 00f9 .24B (CZ_MAKE_GROUP) void clif_parse_CreateParty(int fd, map_session_data *sd){ + if( sd == nullptr ){ + return; + } + char* name = RFIFOCP(fd,packet_db[RFIFOW(fd,0)].pos[0]); name[NAME_LENGTH-1] = '\0'; @@ -13734,7 +13760,7 @@ void clif_parse_CreateParty(int fd, map_session_data *sd){ return; } if( battle_config.basic_skill_check && pc_checkskill(sd,NV_BASIC) < 7 && pc_checkskill(sd, SU_BASIC_SKILL) < 1 ) { - clif_skill_fail(sd,1,USESKILL_FAIL_LEVEL,4); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 4 ); return; } @@ -13743,6 +13769,10 @@ void clif_parse_CreateParty(int fd, map_session_data *sd){ /// 01e8 .24B .B .B (CZ_MAKE_GROUP2) void clif_parse_CreateParty2(int fd, map_session_data *sd){ + if( sd == nullptr ){ + return; + } + struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; char* name = RFIFOCP(fd,info->pos[0]); int item1 = RFIFOB(fd,info->pos[1]); @@ -13754,7 +13784,7 @@ void clif_parse_CreateParty2(int fd, map_session_data *sd){ return; } if( battle_config.basic_skill_check && pc_checkskill(sd,NV_BASIC) < 7 && pc_checkskill(sd, SU_BASIC_SKILL) < 1 ) { - clif_skill_fail(sd,1,USESKILL_FAIL_LEVEL,4); + clif_skill_fail( *sd, 1, USESKILL_FAIL_LEVEL, 4 ); return; } @@ -14131,6 +14161,10 @@ void clif_parse_PurchaseReq2(int fd, map_session_data* sd){ /// 0 = canceled /// 1 = open void clif_parse_OpenVending(int fd, map_session_data* sd){ + if( sd == nullptr ){ + return; + } + int cmd = RFIFOW(fd,0); struct s_packet_db* info = &packet_db[cmd]; short len = (short)RFIFOW(fd,info->pos[0]); @@ -14165,7 +14199,7 @@ void clif_parse_OpenVending(int fd, map_session_data* sd){ if( message[0] == '\0' ) // invalid input return; - vending_openvending(sd, message, data, len/8, NULL); + vending_openvending(*sd, message, data, len/8, NULL); } @@ -14280,7 +14314,7 @@ void clif_parse_GuildChangeMemberPosition( int fd, map_session_data *sd ){ return; } - if( battle_config.guild_leaderchange_delay && DIFF_TICK( time( nullptr ),sd->guild->last_leader_change ) < battle_config.guild_leaderchange_delay ){ + if( battle_config.guild_leaderchange_delay && DIFF_TICK( time( nullptr ),sd->guild->guild.last_leader_change ) < battle_config.guild_leaderchange_delay ){ clif_msg( sd, GUILD_MASTER_DELAY ); return; } @@ -14300,11 +14334,12 @@ void clif_parse_GuildChangeMemberPosition( int fd, map_session_data *sd ){ /// 0151 .L void clif_parse_GuildRequestEmblem(int fd,map_session_data *sd) { - struct guild* g; int guild_id = RFIFOL(fd,packet_db[RFIFOW(fd,0)].pos[0]); - if( (g = guild_search(guild_id)) != NULL ) - clif_guild_emblem(sd,g); + auto g = guild_search(guild_id); + + if (g) + clif_guild_emblem(*sd, g->guild); } @@ -14347,6 +14382,10 @@ static enum e_result_validate_emblem clif_validate_emblem(const uint8* emblem, u /// Request to update the guild emblem (CZ_REGISTER_GUILD_EMBLEM_IMG). /// 0153 .W .?B void clif_parse_GuildChangeEmblem(int fd,map_session_data *sd){ + if( sd == nullptr ){ + return; + } + struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; unsigned long emblem_len = RFIFOW(fd,info->pos[0])-4; const uint8* emblem = RFIFOP(fd,info->pos[1]); @@ -14371,19 +14410,21 @@ void clif_parse_GuildChangeEmblem(int fd,map_session_data *sd){ return; } - guild_change_emblem(sd, emblem_len, (const char*)emblem); + guild_change_emblem( *sd, emblem_len, (const char*)emblem ); } /// Request to update the guild emblem id (version, according to Gravity) /// 0b46 .L .L void clif_parse_GuildChangeEmblem2(int fd, map_session_data* sd) { - nullpo_retv(sd); + if( sd == nullptr ){ + return; + } #if PACKETVER >= 20190724 const PACKET_CZ_GUILD_EMBLEM_CHANGE2* p = (PACKET_CZ_GUILD_EMBLEM_CHANGE2*)RFIFOP(fd, 0); - guild* g = sd->guild; + auto &g = sd->guild; - if (g == nullptr || g->guild_id != p->guild_id) + if (!g || g->guild.guild_id != p->guild_id) return; if (!sd->state.gmaster_flag) @@ -14394,7 +14435,7 @@ void clif_parse_GuildChangeEmblem2(int fd, map_session_data* sd) { return; } - guild_change_emblem_version(sd, p->version); + guild_change_emblem_version( *sd, p->version ); #endif } @@ -15163,6 +15204,7 @@ void clif_parse_NoviceDoriDori(int fd, map_session_data *sd) case MAPID_TAEKWON: if (!sd->state.rest) break; + [[fallthrough]]; case MAPID_SUPER_NOVICE: case MAPID_SUPER_BABY: case MAPID_SUPER_NOVICE_E: @@ -15784,7 +15826,7 @@ void clif_Mail_setattachment( map_session_data* sd, int index, int amount, uint8 p.weight += sd->mail.item[i].amount * ( sd->inventory_data[sd->mail.item[i].index]->weight / 10 ); } - p.favorite = item->favorite; + p.favorite = ( item->favorite != 0 ) ? 1 : 0; p.location = pc_equippoint( sd, server_index( index ) ); #if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724 p.grade = item->enchantgrade; @@ -16221,17 +16263,19 @@ void clif_Mail_read( map_session_data *sd, int mail_id ){ } else { struct mail_message *msg = &sd->mail.inbox.msg[i]; struct item *item; - int msg_len = strlen(msg->body); + int16 msg_len; + + msg_len = static_cast( strlen(msg->body) ); if( msg_len == 0 ) { strcpy(msg->body, "(no message)"); // TODO: confirm for RODEX - msg_len = strlen(msg->body); + msg_len = static_cast( strlen(msg->body) ); } #if PACKETVER < 20150513 item = &msg->item[0]; - int len = 101 + msg_len; + int16 len = 101 + msg_len; WFIFOHEAD(fd,len); WFIFOW(fd,0) = 0x242; @@ -16270,7 +16314,7 @@ void clif_Mail_read( map_session_data *sd, int mail_id ){ p->PacketLength = sizeof( struct PACKET_ZC_ACK_READ_RODEX ); p->opentype = msg->type; p->MailID = msg->id; - p->TextcontentsLength = msg_len; + p->TextcontentsLength = static_castTextcontentsLength)>( msg_len ); p->zeny = msg->zeny; safestrncpy( WBUFCP( p, p->PacketLength ), msg->body, msg_len ); @@ -17221,6 +17265,7 @@ void clif_cashshop_list( map_session_data* sd ){ struct PACKET_ZC_ACK_SCHEDULER_CASHITEM *p = (struct PACKET_ZC_ACK_SCHEDULER_CASHITEM *)packet_buffer; p->packetType = HEADER_ZC_ACK_SCHEDULER_CASHITEM; + p->packetLength = sizeof( struct PACKET_ZC_ACK_SCHEDULER_CASHITEM ); p->count = 0; p->tabNum = tab->tab; @@ -17239,9 +17284,17 @@ void clif_cashshop_list( map_session_data* sd ){ } #endif p->count++; - } + p->packetLength += sizeof( p->items[0] ); - p->packetLength = sizeof( struct PACKET_ZC_ACK_SCHEDULER_CASHITEM ) + p->count * sizeof( struct PACKET_ZC_ACK_SCHEDULER_CASHITEM_sub ); + if( ( static_cast( p->packetLength ) + sizeof( p->items[0] ) ) >= INT16_MAX ){ + // Send current data + clif_send( p, p->packetLength, &sd->bl, SELF ); + + // Start a new packet + p->count = 0; + p->packetLength = sizeof( struct PACKET_ZC_ACK_SCHEDULER_CASHITEM ); + } + } clif_send( p, p->packetLength, &sd->bl, SELF ); } @@ -17276,12 +17329,10 @@ void clif_cashshop_show( map_session_data *sd, struct npc_data *nd ){ npc_shop_currency_type( sd, nd, cost, true ); - uint16 len = sizeof( struct PACKET_ZC_PC_CASH_POINT_ITEMLIST ) + nd->u.shop.count * sizeof( struct PACKET_ZC_PC_CASH_POINT_ITEMLIST_sub ); - WFIFOHEAD( fd, len ); - struct PACKET_ZC_PC_CASH_POINT_ITEMLIST* p = (struct PACKET_ZC_PC_CASH_POINT_ITEMLIST *)WFIFOP( fd, 0 ); + struct PACKET_ZC_PC_CASH_POINT_ITEMLIST* p = (struct PACKET_ZC_PC_CASH_POINT_ITEMLIST*)packet_buffer; - p->packetType = 0x287; - p->packetLength = len; + p->packetType = HEADER_ZC_PC_CASH_POINT_ITEMLIST; + p->packetLength = sizeof( *p ); p->cashPoints = cost[0]; #if PACKETVER >= 20070711 p->kafraPoints = cost[1]; @@ -17299,9 +17350,11 @@ void clif_cashshop_show( map_session_data *sd, struct npc_data *nd ){ p->items[i].viewSprite = id->look; memset( p->items[i].unused, 0, sizeof( p->items[i].unused ) ); #endif + + p->packetLength += sizeof( p->items[0] ); } - WFIFOSET( fd, len ); + clif_send( p, p->packetLength, &sd->bl, SELF ); } /// Cashshop Buy Ack (ZC_PC_CASH_POINT_UPDATE). @@ -17345,9 +17398,9 @@ void clif_cashshop_result( map_session_data *sd, t_itemid item_id, uint16 result #if PACKETVER_MAIN_NUM >= 20101123 || PACKETVER_RE_NUM >= 20120328 || defined( PACKETVER_ZERO ) nullpo_retv( sd ); - struct PACKET_ZC_SE_PC_BUY_CASHITEM_RESULT packet; + struct PACKET_ZC_SE_PC_BUY_CASHITEM_RESULT packet = {}; - packet.packetType = 0x849; + packet.packetType = HEADER_ZC_SE_PC_BUY_CASHITEM_RESULT; if( item_id != 0 ){ packet.itemId = client_nameid( item_id ); }else{ @@ -17357,7 +17410,7 @@ void clif_cashshop_result( map_session_data *sd, t_itemid item_id, uint16 result packet.cashPoints = sd->cashPoints; packet.kafraPoints = sd->kafraPoints; - clif_send( &packet, sizeof( struct PACKET_ZC_SE_PC_BUY_CASHITEM_RESULT ), &sd->bl, SELF ); + clif_send( &packet, sizeof( packet ), &sd->bl, SELF ); #endif } @@ -17498,40 +17551,31 @@ void clif_parse_Adopt_reply(int fd, map_session_data *sd){ } -/// Convex Mirror (ZC_BOSS_INFO). -/// 0293 .B .L .L .W .W .W .W .51B +/// Convex Mirror +/// 0293 .B .L .L .W .W .W .W .51B (ZC_BOSS_INFO) /// infoType: /// BOSS_INFO_NOT = No boss on this map. /// BOSS_INFO_ALIVE = Boss is alive (position update). /// BOSS_INFO_ALIVE_WITHMSG = Boss is alive (initial announce). /// BOSS_INFO_DEAD = Boss is dead. -void clif_bossmapinfo(map_session_data *sd, struct mob_data *md, enum e_bossmap_info flag) -{ - int fd = sd->fd; +void clif_bossmapinfo( map_session_data& sd, mob_data* md, e_bossmap_info flag ){ + PACKET_ZC_BOSS_INFO p = {}; - WFIFOHEAD(fd,70); - memset(WFIFOP(fd,0),0,70); - WFIFOW(fd,0) = 0x293; + p.packetType = HEADER_ZC_BOSS_INFO; + p.type = flag; switch (flag) { case BOSS_INFO_NOT: - WFIFOB(fd,2) = BOSS_INFO_NOT; // No data required - break; - case BOSS_INFO_ALIVE: - WFIFOB(fd,2) = BOSS_INFO_ALIVE; - // Update X/Y - WFIFOL(fd,3) = md->bl.x; - WFIFOL(fd,7) = md->bl.y; break; case BOSS_INFO_ALIVE_WITHMSG: - WFIFOB(fd,2) = BOSS_INFO_ALIVE_WITHMSG; - // Current X/Y - WFIFOL(fd,3) = md->bl.x; - WFIFOL(fd,7) = md->bl.y; + [[fallthrough]]; + case BOSS_INFO_ALIVE: + + p.x = md->bl.x; + p.y = md->bl.y; break; - case BOSS_INFO_DEAD: - { + case BOSS_INFO_DEAD: { const struct TimerData * timer_data = get_timer(md->spawn_timer); unsigned int seconds; int hours, minutes; @@ -17541,18 +17585,18 @@ void clif_bossmapinfo(map_session_data *sd, struct mob_data *md, enum e_bossmap_ seconds = seconds - (60 * 60 * hours); minutes = seconds / 60; - WFIFOB(fd,2) = BOSS_INFO_DEAD; - // Add respawn info - WFIFOW(fd,11) = hours; // Hours - WFIFOW(fd,13) = minutes; // Minutes - } + + p.minHours = hours; + p.minMinutes = minutes; break; + } } - if (md != NULL) - safestrncpy(WFIFOCP(fd,19), md->db->jname.c_str(), NAME_LENGTH); + if( md != nullptr ){ + safestrncpy( p.name, md->db->jname.c_str(), sizeof( p.name ) ); + } - WFIFOSET(fd,70); + clif_send( &p, sizeof( p ), &sd.bl, SELF ); } @@ -17619,13 +17663,14 @@ void clif_parse_configuration( int fd, map_session_data* sd ){ /// Request to change party invitation tick. /// value: -/// 0 = disabled -/// 1 = enabled -void clif_parse_PartyTick(int fd, map_session_data* sd) -{ - bool flag = RFIFOB(fd,6) ? true : false; - sd->status.allow_party = flag; - clif_partytickack(sd, flag); +/// 0 = disabled (triggered by /accept) +/// 1 = enabled (triggered by /refuse) +void clif_parse_PartyTick( int fd, map_session_data* sd ){ + PACKET_CZ_PARTY_CONFIG* p = (PACKET_CZ_PARTY_CONFIG*)RFIFOP( fd, 0 ); + + sd->status.disable_partyinvite = p->refuseInvite; + + clif_partyinvitationstate( *sd ); } /// Questlog System [Kevin] [Inkfish] @@ -17661,7 +17706,7 @@ std::string clif_quest_string( std::shared_ptr objective ){ case RC_DRAGON: race_name = "Dragon"; break; default: ShowWarning( "clif_quest_string: Unsupported race %d - using empty string...\n", objective->race ); - // Fallthrough + [[fallthrough]]; case RC_ALL: race_name = ""; break; } @@ -17673,7 +17718,7 @@ std::string clif_quest_string( std::shared_ptr objective ){ case SZ_BIG: size_name = "Large"; break; default: ShowWarning( "clif_quest_string: Unsupported size %d - using empty string...\n", objective->size ); - // Fallthrough + [[fallthrough]]; case SZ_ALL: size_name = ""; break; } @@ -17692,7 +17737,7 @@ std::string clif_quest_string( std::shared_ptr objective ){ case ELE_UNDEAD: ele_name = "Undead Element"; break; default: ShowWarning( "clif_quest_string: Unsupported element %d - using empty string...\n", objective->element ); - // Fallthrough + [[fallthrough]]; case ELE_ALL: ele_name = ""; break; } @@ -17928,7 +17973,9 @@ void clif_quest_add(map_session_data *sd, struct quest *qd) WFIFOSET(fd, packet_len(cmd)); #if PACKETVER >= 20150513 - int len = 4 + qi->objectives.size() * 12; + int16 len; + + len = static_cast( 4 + qi->objectives.size() * 12 ); WFIFOHEAD(fd, len); WFIFOW(fd, 0) = 0x8fe; @@ -17968,7 +18015,8 @@ void clif_quest_update_objective(map_session_data *sd, struct quest *qd) int fd = sd->fd; int offset = 6; std::shared_ptr qi = quest_search(qd->quest_id); - int len = qi->objectives.size() * 12 + 6; + int16 len; + len = static_cast( qi->objectives.size() * 12 + 6 ); #if PACKETVER >= 20150513 int cmd = 0x9fa; #else @@ -18345,7 +18393,7 @@ void clif_bg_xy_remove(map_session_data *sd) /// Notifies clients of a battleground message. /// 02DC .W .L .24B .?B (ZC_BATTLEFIELD_CHAT) -void clif_bg_message( struct s_battleground_data *bg, int src_id, const char *name, const char *mes, int len ){ +void clif_bg_message( struct s_battleground_data *bg, int src_id, const char *name, const char *mes, size_t len ){ map_session_data *sd = bg_getavailablesd( bg ); if( sd == nullptr ){ @@ -18353,12 +18401,12 @@ void clif_bg_message( struct s_battleground_data *bg, int src_id, const char *na } // limit length - len = min( len + 1, CHAT_SIZE_MAX ); + len = zmin( len + 1, CHAT_SIZE_MAX ); unsigned char buf[8 + NAME_LENGTH + CHAT_SIZE_MAX]; WBUFW(buf,0) = 0x2dc; - WBUFW(buf,2) = len + NAME_LENGTH + 8; + WBUFW(buf,2) = static_cast( len + NAME_LENGTH + 8 ); WBUFL(buf,4) = src_id; safestrncpy(WBUFCP(buf,8), name, NAME_LENGTH); safestrncpy(WBUFCP(buf,8+NAME_LENGTH), mes, len ); @@ -18505,7 +18553,7 @@ void clif_bg_queue_apply_notify(const char *name, map_session_data *sd) WFIFOHEAD(fd, packet_len(0x8d9)); WFIFOW(fd,0) = 0x8d9; safestrncpy(WFIFOCP(fd,2), name, NAME_LENGTH); - WFIFOL(fd,2+NAME_LENGTH) = queue->teama_members.size() + queue->teamb_members.size(); + WFIFOL(fd,2+NAME_LENGTH) = static_cast( queue->teama_members.size() + queue->teamb_members.size() ); WFIFOSET(fd, packet_len(0x8d9)); } @@ -18902,6 +18950,10 @@ void clif_parse_LessEffect(int fd, map_session_data* sd){ /// 07e4 .w